:root{--under-bg-950:#0a0f1a;--under-bg-900:#111827;--under-bg-800:#1f2937;--under-bg-700:#283548;--under-surface-700:#374151;--under-surface-600:#4b5563;--under-text-50:#f9fafb;--under-text-100:#f3f4f6;--under-text-200:#e5e7eb;--under-text-300:#d1d5db;--under-primary:#3b7dd8;--under-primary-light:#5a9be8;--under-primary-hover:#2563eb;--under-primary-subtle:#3b7dd826;--under-primary-border:#3b7dd866;--under-border-700:#374151;--under-border-600:#4b5563;--under-accent:#3b7dd8;--under-whatsapp-green:#25d366;--under-whatsapp-dark-green:#128c7e}[data-theme=light]{--under-bg-950:#fff;--under-bg-900:#f8fafc;--under-bg-800:#f1f5f9;--under-bg-700:#e2e8f0;--under-surface-700:#cbd5e1;--under-surface-600:#94a3b8;--under-text-50:#0f172a;--under-text-100:#1e293b;--under-text-200:#334155;--under-text-300:#475569;--under-primary:#1d4ed8;--under-primary-light:#3b82f6;--under-primary-hover:#1e40af;--under-primary-subtle:#1d4ed81a;--under-primary-border:#1d4ed84d;--under-border-700:#e2e8f0;--under-border-600:#cbd5e1;--under-accent:#1d4ed8;--under-whatsapp-green:#25d366;--under-whatsapp-dark-green:#128c7e}html,body{background:var(--under-bg-900);color:var(--under-text-50);margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:1.6;transition:background-color .2s,color .2s}a:not(.under-button):not(button a){color:var(--under-primary);text-decoration:none}a:not(.under-button):not(button a):hover{color:var(--under-primary-hover);text-decoration:underline}a:not(.under-button):not(button a):focus{outline:2px solid var(--under-primary);outline-offset:2px}.text-under-primary{color:var(--under-primary)}.text-under-primary-hover:hover{color:var(--under-primary-hover)}.under-page{flex-direction:column;min-height:100vh;display:flex}.under-container{max-width:1100px;margin:0 auto;padding:0 24px}.under-header{border-bottom:1px solid var(--under-border-700);background:var(--under-bg-900);z-index:10;position:sticky;top:0}.under-header-inner{justify-content:space-between;align-items:center;padding:20px 0;display:flex}.under-brand{letter-spacing:.02em;text-transform:uppercase;font-size:1.1rem;font-weight:700}.under-nav{color:var(--under-text-200);gap:18px;font-size:.9rem;display:flex}.under-nav a{color:inherit;text-decoration:none}.under-nav a:hover{color:var(--under-text-50)}.under-hero{padding:72px 0 56px}.under-hero-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));align-items:center;gap:32px;display:grid}.under-kicker{color:var(--under-text-200);text-transform:uppercase;letter-spacing:.12em;margin-bottom:12px;font-size:.75rem}.under-title{margin:0 0 16px;font-size:clamp(2rem,4vw,3rem);font-weight:600}.under-subtitle{color:var(--under-text-200);margin:0 0 24px;line-height:1.6}.under-actions{flex-wrap:wrap;gap:12px;display:flex}.under-button{border:1px solid var(--under-border-700);cursor:pointer;border-radius:0;justify-content:center;align-items:center;padding:12px 18px;font-size:.95rem;font-weight:500;text-decoration:none;transition:background-color .15s,border-color .15s;display:inline-flex}.under-button.primary{background:var(--under-text-50);color:var(--under-bg-900);border-color:var(--under-text-50)}.under-button.primary:hover{background:var(--under-text-200);border-color:var(--under-text-200)}.under-button.secondary{color:var(--under-text-50);border-color:var(--under-border-700);background:0 0}.under-button.secondary:hover{background:var(--under-bg-800);border-color:var(--under-surface-700)}.under-section{padding:48px 0}.under-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;display:grid}.under-card{background:linear-gradient(135deg, var(--under-bg-800) 0%, #111827f2 100%);border:1px solid var(--under-border-700);border-radius:0;padding:20px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.under-card:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000 0%,#3b6bc40d 50%,#0000 100%);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.under-card:hover:before{left:100%}.under-card:hover{border-color:var(--under-primary-border);background:linear-gradient(135deg, var(--under-bg-700) 0%, #111827fa 100%);transform:translateY(-4px);box-shadow:0 12px 40px #0006,0 0 0 1px #3b6bc41a,inset 0 1px #ffffff08}.under-card-accent{border-left:3px solid var(--under-primary)}.under-card-accent:hover{border-left-color:var(--under-primary-light);box-shadow:0 12px 40px #0006,-4px 0 20px #3b6bc426}.under-card-highlight{background:linear-gradient(135deg, var(--under-primary-subtle) 0%, #23519d14 100%);border-color:var(--under-primary-border)}.under-card-highlight:hover{background:linear-gradient(135deg,#23519d33 0%,#23519d1f 100%);box-shadow:0 12px 40px #0006,0 0 30px #3b6bc426}.under-card h3{margin-top:0;margin-bottom:10px;font-size:1.05rem;font-weight:500}.under-card p{color:var(--under-text-200);margin:0;font-size:.95rem;line-height:1.5}.under-footer{border-top:1px solid var(--under-border-700);color:var(--under-text-200);margin-top:auto;padding:24px 0;font-size:.85rem;font-weight:400}h1,h2,h3,h4,h5,h6{color:var(--under-text-50);font-weight:600;line-height:1.3}h1{letter-spacing:-.02em;font-size:clamp(2.5rem,5vw,4rem);font-weight:700}h2{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:600}h3{font-size:1.25rem;font-weight:500}p{color:var(--under-text-200);font-weight:400;line-height:1.6}.under-kicker{color:var(--under-primary-light);text-transform:uppercase;letter-spacing:.15em;margin-bottom:12px;font-size:.75rem;font-weight:600}.under-section-accent{border-top:2px solid var(--under-primary)}.under-stat-value-text{color:var(--under-text-50);letter-spacing:-.02em;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700}.under-stat-value-accent{color:var(--under-primary-light)}.under-divider{background:linear-gradient(to right, transparent, var(--under-border-600), transparent);border:none;height:1px;margin:3rem 0}.under-divider-accent{background:linear-gradient(to right, transparent, var(--under-primary-border), transparent)}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.under-card{transition:border-color .3s,background-color .3s,transform .3s,box-shadow .3s}.under-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0006}:focus-visible{outline:2px solid var(--under-primary-light);outline-offset:2px}.under-button{transition:background-color .2s,border-color .2s,transform .2s,box-shadow .2s}.under-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.under-button:active{transform:translateY(0)}a:not(.under-button):not(button a){background-image:linear-gradient(var(--under-primary-light), var(--under-primary-light));background-position:0 100%;background-repeat:no-repeat;background-size:0% 1px;transition:background-size .3s,color .2s}a:not(.under-button):not(button a):hover{background-size:100% 1px;text-decoration:none}::selection{background:var(--under-primary-subtle);color:var(--under-text-50)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--under-bg-900)}::-webkit-scrollbar-thumb{background:var(--under-surface-700);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--under-surface-600)}.animate-fade-in{animation:.6s ease-out fadeIn}.animate-fade-in-up{animation:.6s ease-out fadeInUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{box-shadow:0 0 #3b6bc466}50%{box-shadow:0 0 0 8px #3b6bc400}}.pulse-cta{animation:2s infinite pulse}.ripple{position:relative;overflow:hidden}.ripple:after{content:"";opacity:0;background:#fff3;border-radius:50%;width:0;height:0;transition:width .6s,height .6s,opacity .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ripple:active:after{opacity:0;width:300px;height:300px}.icon-hover-rotate{transition:transform .3s}.icon-hover-rotate:hover{transform:rotate(15deg)}.icon-hover-scale{transition:transform .3s}.icon-hover-scale:hover{transform:scale(1.15)}.icon-hover-bounce{transition:transform .3s}.icon-hover-bounce:hover{animation:.4s iconBounce}@keyframes iconBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes pulseSlow{0%,to{opacity:.6;transform:scale(1)}50%{opacity:.8;transform:scale(1.02)}}.animate-pulse-slow{animation:4s ease-in-out infinite pulseSlow}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.shimmer{background:linear-gradient(90deg,#0000 0%,#3b6bc414 50%,#0000 100%) 0 0/200% 100%;animation:2s ease-in-out infinite shimmer}.text-glow{text-shadow:0 0 20px #3b6bc480,0 0 40px #3b6bc44d}.text-glow-white{text-shadow:0 0 20px #ffffff4d,0 0 40px #ffffff1a}.border-glow{box-shadow:0 0 15px #3b6bc44d,0 0 30px #3b6bc41a}.gradient-text{background:linear-gradient(135deg,#fff 0%,#3b6bc4 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-float{animation:3s ease-in-out infinite float}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.animate-slide-in-left{animation:.6s ease-out slideInLeft}.animate-slide-in-right{animation:.6s ease-out slideInRight}.hover-scale{transition:transform .3s}.hover-scale:hover{transform:scale(1.05)}.hover-lift{transition:transform .3s,box-shadow .3s}.hover-lift:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000004d}.hover-glow-border{transition:box-shadow .3s}.hover-glow-border:hover{box-shadow:0 0 20px #3b6bc433,inset 0 0 20px #3b6bc40d}.badge-interactive{cursor:default;transition:all .2s}.badge-interactive:hover{background:#3b6bc433;transform:translateY(-2px)}@keyframes lineGrow{0%{width:0}to{width:100%}}.line-draw{animation:.8s ease-out forwards lineGrow}html[data-theme=light] .bg-bg-900,html[data-theme=light] main.bg-bg-900,html[data-theme=light] section.bg-bg-900,html[data-theme=light] div.bg-bg-900{background-color:var(--under-bg-900)!important}html[data-theme=light] .bg-bg-950{background-color:var(--under-bg-950)!important}html[data-theme=light] .bg-bg-800,html[data-theme=light] .bg-surface-800{background-color:var(--under-bg-800)!important}html[data-theme=light] .bg-bg-700,html[data-theme=light] .bg-surface-700{background-color:var(--under-bg-700)!important}html[data-theme=light] .bg-\[\#0a0f1a\]{background-color:var(--under-bg-950)!important}html[data-theme=light] .bg-\[\#111827\]{background-color:var(--under-bg-900)!important}html[data-theme=light] .bg-\[\#1f2937\]{background-color:var(--under-bg-800)!important}html[data-theme=light] .bg-\[\#374151\]{background-color:var(--under-surface-700)!important}html[data-theme=light] .text-text-50,html[data-theme=light] main .text-text-50,html[data-theme=light] h1,html[data-theme=light] h2,html[data-theme=light] h3,html[data-theme=light] h4{color:var(--under-text-50)!important}html[data-theme=light] .text-text-100{color:var(--under-text-100)!important}html[data-theme=light] .text-text-200,html[data-theme=light] p{color:var(--under-text-200)!important}html[data-theme=light] .text-text-300{color:var(--under-text-300)!important}html[data-theme=light] .text-\[\#3b6bc4\]{color:var(--under-primary)!important}html[data-theme=light] .border-border-700,html[data-theme=light] .border-border-800,html[data-theme=light] .border-\[\#374151\]{border-color:var(--under-border-700)!important}html[data-theme=light] .border-\[\#23519D\]{border-color:var(--under-primary)!important}html[data-theme=light] [class*=border-l-2][class*="border-[#23519D]"]{border-left-color:var(--under-primary)!important}html[data-theme=light] [class*=border-t-2][class*="border-[#23519D]"]{border-top-color:var(--under-primary)!important}html[data-theme=light],html[data-theme=light] body{background-color:var(--under-bg-900)!important;color:var(--under-text-50)!important}.under-header-component{background-color:#0a0f1a;border-bottom-color:#374151}html[data-theme=light] .under-header-component,[data-theme=light] .under-header-component,:root[data-theme=light] .under-header-component,.under-header-component[data-theme=light],[data-theme=light] header.under-header-component{background:#fff!important;border-color:#e2e8f0!important}html[data-theme=light] .under-header-inner-wrapper,[data-theme=light] .under-header-inner-wrapper,:root[data-theme=light] .under-header-inner-wrapper,html[data-theme=light] .under-header-component .under-header-inner-wrapper,html[data-theme=light] .under-header-component>div{background:#fff!important}.under-header-inner-wrapper{background-color:#0a0f1a}html[data-theme=light] .under-header-component .text-text-200{color:#475569!important}html[data-theme=light] .under-header-component .text-text-200:hover,html[data-theme=light] .under-header-component .hover\:text-text-50:hover{color:#0f172a!important}html[data-theme=light] .under-header-component button.bg-text-50{color:#fff!important;background-color:#0f172a!important;border-color:#0f172a!important}html[data-theme=light] .under-header-component button.bg-text-50:hover{background-color:#1e293b!important;border-color:#1e293b!important}.under-logo-dark{width:auto;height:40px;display:block}.under-logo-light{width:auto;height:40px;display:none}html[data-theme=light] .under-logo-dark{display:none!important}html[data-theme=light] .under-logo-light{width:auto!important;height:40px!important;display:block!important}.under-logo-link:focus{outline-offset:0!important;outline:none!important}.under-dropdown{background-color:var(--under-bg-800)}html[data-theme=light] .under-dropdown{box-shadow:0 4px 12px #0000001a;background-color:var(--under-bg-800)!important}html[data-theme=light] main.min-h-screen,html[data-theme=light] main[class*=bg-bg-900]{background-color:var(--under-bg-900)!important;color:var(--under-text-50)!important}html[data-theme=light] section[class*="bg-[#0a0f1a]"],html[data-theme=light] section[class*="bg-[#111827]"],html[data-theme=light] section[class*=bg-bg-900]{background-color:var(--under-bg-900)!important}html[data-theme=light] section[class*="bg-[#1f2937]"],html[data-theme=light] section[class*=bg-bg-800]{background-color:var(--under-bg-800)!important}html[data-theme=light] div[class*="bg-[#0a0f1a]"]{background-color:var(--under-bg-950)!important}html[data-theme=light] div[class*="bg-[#111827]"]{background-color:var(--under-bg-900)!important}html[data-theme=light] div[class*="bg-[#1f2937]"]{background-color:var(--under-bg-800)!important}html[data-theme=light] div[class*=bg-gradient-to-b][class*="to-[#111827]"],html[data-theme=light] .to-\[\#111827\]{background:linear-gradient(to bottom, transparent, transparent, var(--under-bg-900))!important}.under-hero-gradient{background:linear-gradient(to bottom, transparent, transparent, var(--under-bg-900))}.under-bg-darkest{background-color:var(--under-bg-950)}html[data-theme=light] .under-bg-darkest{background-color:#fff!important}.under-bg-dark{background-color:var(--under-bg-900)}html[data-theme=light] .under-bg-dark{background-color:#f8fafc!important}.under-bg-surface{background-color:var(--under-bg-800)}html[data-theme=light] .under-bg-surface{background-color:#f1f5f9!important}.under-bg-surface-hover{background-color:var(--under-bg-700)}html[data-theme=light] .under-bg-surface-hover{background-color:#e2e8f0!important}.under-text-primary{color:var(--under-primary)}.under-text-primary-light{color:var(--under-primary-light)}.under-border{border-color:var(--under-border-700)}.under-border-accent{border-color:var(--under-primary)}.under-kicker{color:var(--under-primary);text-transform:uppercase;letter-spacing:.15em;font-size:.75rem;font-weight:600}.under-line-left{background:linear-gradient(to right, transparent, var(--under-primary));width:2rem;height:1px}.under-line-right{background:linear-gradient(to left, transparent, var(--under-primary));width:2rem;height:1px}.under-line-full{background:linear-gradient(to right, var(--under-primary), transparent);width:3rem;height:1px}.under-card-surface{background-color:var(--under-bg-800);border:1px solid var(--under-border-700);transition:all .3s}.under-card-surface:hover{background-color:var(--under-bg-700);border-color:var(--under-primary-border)}html[data-theme=light] .under-card-surface{background-color:#fff!important;border-color:#e2e8f0!important}html[data-theme=light] .under-card-surface:hover{border-color:var(--under-primary-border)!important;background-color:#f8fafc!important}.under-card-accent-left{background-color:var(--under-bg-800);border-left:2px solid var(--under-primary);transition:background-color .2s}html[data-theme=light] .under-card-accent-left{background-color:#fff!important}html[data-theme=light] .under-card-accent-left:hover{background-color:#f8fafc!important}.under-card-accent-left:hover{background-color:var(--under-bg-700)}.under-card-gradient{background:linear-gradient(to bottom, var(--under-bg-900), var(--under-bg-950));border:1px solid var(--under-border-700);transition:all .3s}.under-card-gradient:hover{border-color:var(--under-primary-border);transform:translateY(-8px);box-shadow:0 20px 40px #0000004d}html[data-theme=light] .under-card-gradient{background:linear-gradient(#fff,#f8fafc)!important;border-color:#e2e8f0!important}html[data-theme=light] .under-card-gradient:hover{box-shadow:0 12px 30px #00000014;border-color:var(--under-primary-border)!important;background:linear-gradient(#fff,#f1f5f9)!important}.under-section-accent-top{border-top:2px solid var(--under-primary)}.under-icon-container{background-color:var(--under-primary-subtle);color:var(--under-primary);padding:.75rem;transition:background-color .3s}.under-icon-container:hover,.group:hover .under-icon-container{background-color:rgba(var(--under-primary), .15)}html[data-theme=light] .under-icon-container{background-color:var(--under-primary-subtle)}.under-stat-value{color:var(--under-primary);text-shadow:0 0 40px var(--under-primary-subtle), 0 0 80px var(--under-primary-subtle)}html[data-theme=light] .under-stat-value{text-shadow:none}.under-link-arrow{color:var(--under-primary);align-items:center;font-weight:500;transition:color .2s;display:inline-flex}.under-link-arrow:hover{color:var(--under-primary-light)}.under-link-arrow span{margin-left:.5rem;transition:transform .2s}.under-link-arrow:hover span,.group:hover .under-link-arrow span{transform:translate(4px)}.under-glow-center{background:radial-gradient(ellipse, var(--under-primary-subtle) 0%, transparent 60%);filter:blur(60px);pointer-events:none;opacity:.3;width:600px;height:400px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}html[data-theme=light] .under-glow-center{opacity:.15}.under-glow-top{background:radial-gradient(ellipse at top, var(--under-primary-subtle) 0%, transparent 70%);filter:blur(40px);pointer-events:none;width:600px;height:300px;position:absolute;top:0;left:50%;transform:translate(-50%)}html[data-theme=light] .under-glow-top{display:none}.under-footer-glow-top{pointer-events:none;background:linear-gradient(#11182700 0%,#111827 100%);height:96px;margin-top:-96px;position:absolute;top:0;left:0;right:0}.under-footer-glow-top:after{content:"";filter:blur(40px);opacity:.3;background:radial-gradient(at top,#3b6bc426 0%,#0000 70%);width:600px;height:100px;position:absolute;top:0;left:50%;transform:translate(-50%)}html[data-theme=light] .under-footer-glow-top{display:none}.under-shimmer-line{background:linear-gradient(to right, transparent, var(--under-primary), transparent);height:2px;animation:3s ease-in-out infinite underShimmer}html[data-theme=light] .under-shimmer-line{display:none}@keyframes underShimmer{0%,to{opacity:.5}50%{opacity:1}}.under-cta-button{padding:.75rem 2.5rem;font-weight:500;transition:all .3s;box-shadow:0 10px 25px #ffffff1a;color:#111827!important;background-color:#f9fafb!important;border-color:#f9fafb!important}.under-cta-button:hover{background-color:var(--under-text-200);border-color:var(--under-text-200);transform:scale(1.05);box-shadow:0 15px 35px #ffffff26}html[data-theme=light] .under-cta-button{box-shadow:0 10px 25px #1d4ed833;background-color:var(--under-primary)!important;color:#fff!important;border-color:var(--under-primary)!important}html[data-theme=light] .under-cta-button:hover{box-shadow:0 15px 35px #1d4ed84d;background-color:var(--under-primary-hover)!important;border-color:var(--under-primary-hover)!important}.under-cta-button-secondary{color:var(--under-text-50);background-color:#0000;border-color:#374151;padding:.75rem 2.5rem;font-weight:500;transition:all .3s}.under-cta-button-secondary:hover{color:#3b6bc4;border-color:#3b6bc4;box-shadow:0 10px 25px #3b6bc41a}html[data-theme=light] .under-cta-button-secondary{color:var(--under-text-50)!important;border-color:#374151!important}html[data-theme=light] .under-cta-button-secondary:hover{box-shadow:0 10px 25px #3b6bc433;color:#3b6bc4!important;border-color:#3b6bc4!important}.under-glow-orb{pointer-events:none}html[data-theme=light] .under-glow-orb{opacity:.15!important}.under-grid-pattern{pointer-events:none}html[data-theme=light] .under-grid-pattern{opacity:.015!important}html[data-theme=light] span[class*=bg-gradient-to-r][class*="from-[#3b6bc4]"],html[data-theme=light] span[class*=bg-gradient-to-l][class*="to-[#3b6bc4]"]{background:linear-gradient(to right, var(--under-primary), transparent)!important}html[data-theme=light] .hover\:bg-bg-700:hover{background-color:var(--under-bg-700)!important}html[data-theme=light] .hover\:border-\[\#3b6bc4\]:hover{border-color:var(--under-primary)!important}html[data-theme=light] .hover\:text-\[\#3b6bc4\]:hover{color:var(--under-primary)!important}html[data-theme=light] .focus\:border-\[\#3b6bc4\]:focus{border-color:var(--under-primary)!important}html[data-theme=light] .under-card{border-color:var(--under-border-700);background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);box-shadow:0 1px 3px #00000014}html[data-theme=light] .under-card:before{background:linear-gradient(90deg,#0000 0%,#1d4ed80d 50%,#0000 100%)}html[data-theme=light] .under-card:hover{border-color:var(--under-primary-border);background:linear-gradient(135deg,#fff 0%,#f1f5f9 100%);box-shadow:0 8px 25px #0000001a,0 0 0 1px #1d4ed81a}html[data-theme=light] .under-card-accent{border-left-color:var(--under-primary)}html[data-theme=light] .under-card-highlight{border-color:var(--under-primary-border);background:linear-gradient(135deg,#1d4ed814 0%,#1d4ed80a 100%)}html[data-theme=light] .under-button{border-color:var(--under-border-700)}html[data-theme=light] .under-button.primary{background:var(--under-primary);color:#fff;border-color:var(--under-primary)}html[data-theme=light] .under-button.primary:hover{background:var(--under-primary-hover);border-color:var(--under-primary-hover)}html[data-theme=light] .under-button.secondary{color:var(--under-text-50);border-color:var(--under-border-600);background:#fff}html[data-theme=light] .under-button.secondary:hover{background:var(--under-bg-800);border-color:var(--under-surface-700)}html[data-theme=light] .under-footer{border-top-color:var(--under-border-700)}html[data-theme=light] .under-divider{background:linear-gradient(to right, transparent, var(--under-border-600), transparent)}html[data-theme=light] .under-divider-accent{background:linear-gradient(to right, transparent, var(--under-primary-border), transparent)}html[data-theme=light] ::-webkit-scrollbar-track{background:var(--under-bg-900)}html[data-theme=light] ::-webkit-scrollbar-thumb{background:var(--under-surface-700)}html[data-theme=light] ::-webkit-scrollbar-thumb:hover{background:var(--under-surface-600)}html[data-theme=light] ::selection{background:var(--under-primary-subtle);color:var(--under-text-50)}html[data-theme=light] .text-glow{text-shadow:0 0 10px #1d4ed84d,0 0 20px #1d4ed826}html[data-theme=light] .text-glow-white{text-shadow:none}html[data-theme=light] .border-glow{box-shadow:0 0 10px #1d4ed826,0 0 20px #1d4ed80d}html[data-theme=light] .gradient-text{background:linear-gradient(135deg,#0f172a 0%,#1d4ed8 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}html[data-theme=light] .hover-glow-border:hover{box-shadow:0 0 15px #1d4ed826,inset 0 0 15px #1d4ed808}html[data-theme=light] .badge-interactive:hover{background:#1d4ed81a}html[data-theme=light] .shimmer{background:linear-gradient(90deg,#0000 0%,#1d4ed80d 50%,#0000 100%) 0 0/200% 100%}.gpu-badge-stock{color:#4ade80;background-color:#1665344d;border:1px solid #166534}.gpu-badge-queue{color:#fbbf24;background-color:#92400e4d;border:1px solid #92400e}html[data-theme=light] .gpu-badge-stock{color:#166534!important;background-color:#16a34a26!important;border-color:#22c55e!important}html[data-theme=light] .gpu-badge-queue{color:#92400e!important;background-color:#d9770626!important;border-color:#d97706!important}.gpu-delivery-card-stock{background-color:#1665341a;border-color:#16653480}.gpu-delivery-card-queue{background-color:#1f293780;border-color:#374151}.gpu-icon-stock{background-color:#1665344d}.gpu-icon-queue{background-color:#92400e4d}.gpu-icon-stock-text{color:#4ade80}.gpu-icon-queue-text{color:#fbbf24}.gpu-status-stock{color:#4ade80}.gpu-status-queue{color:#fbbf24}html[data-theme=light] .gpu-delivery-card-stock{background-color:#16a34a14!important;border-color:#16a34a4d!important}html[data-theme=light] .gpu-delivery-card-queue{background-color:#f1f5f9cc!important;border-color:#e2e8f0!important}html[data-theme=light] .gpu-icon-stock{background-color:#16a34a26!important}html[data-theme=light] .gpu-icon-queue{background-color:#d9770626!important}html[data-theme=light] .gpu-icon-stock-text{color:#166534!important}html[data-theme=light] .gpu-icon-queue-text{color:#92400e!important}html[data-theme=light] .gpu-status-stock{color:#166534!important}html[data-theme=light] .gpu-status-queue{color:#92400e!important}html[data-theme=light] [role=tablist]{background-color:#f1f5f9!important;border-color:#e2e8f0!important}html[data-theme=light] [role=tab]{color:#64748b}html[data-theme=light] [role=tab]:hover{color:#1e293b;background-color:#0000000d}html[data-theme=light] [role=tab][aria-selected=true]{background-color:var(--under-primary)!important;color:#fff!important}html[data-theme=light] [role=tabpanel]>div{background-color:#fff!important;border-color:#e2e8f0!important}html[data-theme=light] .bg-\[\#76B900\]\/20{background-color:#76b90026!important}html[data-theme=light] .text-\[\#76B900\]{color:#4a7c00!important}html[data-theme=light] .border-\[\#76B900\]\/50{border-color:#76b90080!important}.mega-menu-content{background-color:var(--under-bg-800);border-top:1px solid var(--under-border-700);box-shadow:0 10px 40px #0000004d}html[data-theme=light] .mega-menu-content{background-color:var(--under-bg-800)!important;box-shadow:0 10px 40px #0000001a!important}.mega-menu-item{color:inherit;border-radius:.375rem;align-items:flex-start;gap:.75rem;padding:.75rem;text-decoration:none;transition:background-color .2s,color .2s;display:flex}.mega-menu-item:hover{background-color:var(--under-bg-700)}html[data-theme=light] .mega-menu-item:hover{background-color:var(--under-bg-700)!important}.mega-menu-panel{border-left:1px solid var(--under-border-700);flex-direction:column;justify-content:center;padding-left:2rem;display:flex}html[data-theme=light] .mega-menu-panel{border-left-color:var(--under-border-700)!important}[data-radix-navigation-menu-viewport]{perspective:2000px;z-index:50;pointer-events:none;justify-content:center;width:100%;display:flex;position:absolute;top:100%;left:0}[data-radix-navigation-menu-viewport][data-state=open]{pointer-events:auto}[data-radix-navigation-menu-content]{transform-origin:top;width:100%;animation-duration:.2s;animation-timing-function:ease;animation-fill-mode:forwards;position:absolute;top:0;left:0}[data-radix-navigation-menu-content][data-motion=from-start]{animation-name:slideInFromLeft}[data-radix-navigation-menu-content][data-motion=from-end]{animation-name:slideInFromRight}[data-radix-navigation-menu-content][data-motion=to-start]{animation-name:slideOutToLeft}[data-radix-navigation-menu-content][data-motion=to-end]{animation-name:slideOutToRight}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes slideOutToLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-20px)}}@keyframes slideOutToRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(20px)}}[data-radix-navigation-menu-trigger]{color:var(--under-text-200);cursor:pointer;background:0 0;border:none;outline:none;align-items:center;gap:.25rem;font-size:.875rem;font-weight:500;transition:color .2s;display:flex}[data-radix-navigation-menu-trigger]:hover,[data-radix-navigation-menu-trigger][data-state=open]{color:var(--under-text-50)}html[data-theme=light] [data-radix-navigation-menu-trigger]{color:var(--under-text-200)!important}html[data-theme=light] [data-radix-navigation-menu-trigger]:hover,html[data-theme=light] [data-radix-navigation-menu-trigger][data-state=open]{color:var(--under-text-50)!important}[data-radix-navigation-menu-link]{color:inherit;text-decoration:none}.bg-primary-subtle{background-color:var(--under-primary-subtle)}.text-primary-light{color:var(--under-primary-light)}.border-primary-border{border-color:var(--under-primary-border)}html[data-theme=light] .bg-primary-subtle{background-color:var(--under-primary-subtle)!important}html[data-theme=light] .text-primary-light{color:var(--under-primary)!important}html[data-theme=light] .border-primary-border{border-color:var(--under-primary-border)!important}@media (prefers-reduced-motion:reduce){[data-radix-navigation-menu-content]{animation:none}.mega-menu-item{transition:none}}.company-dropdown{background-color:var(--under-bg-800);border:1px solid var(--under-border-700)}html[data-theme=light] .company-dropdown{background-color:var(--under-bg-800)!important;border-color:var(--under-border-700)!important}.company-dropdown-item{background-color:#0000;transition:background-color .2s,color .2s}.company-dropdown-item:hover{background-color:var(--under-bg-700)}html[data-theme=light] .company-dropdown-item:hover{background-color:var(--under-bg-700)!important}.changelog-content{color:var(--under-text-200)}.changelog-content h2{border:1px solid;border-radius:9999px;margin-top:0;margin-bottom:1.5rem;padding:.25rem .75rem;font-size:.875rem;font-weight:600;display:inline-block}.changelog-content h2:first-child{margin-top:0}.changelog-content .changelog-category-changed{color:#60a5fa;background-color:#3b82f633;border-color:#3b82f64d}.changelog-content .changelog-category-added{color:#4ade80;background-color:#22c55e33;border-color:#22c55e4d}.changelog-content .changelog-category-fixed{color:#facc15;background-color:#eab30833;border-color:#eab3084d}.changelog-content .changelog-category-deprecated{color:#9ca3af;background-color:#6b728033;border-color:#6b72804d}.changelog-content h3{color:var(--under-text-50);margin-top:1rem;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.changelog-content h3:first-of-type{margin-top:0}.changelog-content p{color:var(--under-text-200);margin-bottom:.5rem;line-height:1.625}.changelog-content p:last-child{margin-bottom:0}.changelog-content strong{color:var(--under-text-100);font-weight:600}.changelog-content>h2+h3{margin-top:0}.changelog-content h3+h3{margin-top:2rem}html[data-theme=light] .changelog-content{color:var(--under-text-200)}html[data-theme=light] .changelog-content h3{color:var(--under-text-50)}html[data-theme=light] .changelog-content strong{color:var(--under-text-100)}.under-slider::-webkit-slider-runnable-track{background-color:var(--under-border-700);border-radius:4px;height:8px}.under-slider::-moz-range-track{background-color:var(--under-border-700);border-radius:4px;height:8px}html[data-theme=light] .under-abracloud-invert,html[data-theme=light] .under-isg-invert{filter:invert()}
