:root{--brand-neon:#bfff00;--brand-neon-2:#a3d900;--brand-dark:#000;--brand-dark-2:#0d0f0d;--brand-dark-3:#121212;--brand-light:#fff;--brand-muted:#a1a1a1;--text-primary:#fff;--text-secondary:#a1a1a1;--text-muted:#555;--text-on-dark:#fff;--text-on-brand:#000;--surface-page:#000;--surface-section:#0d0f0d;--surface-card:#121212;--surface-subtle:#1a1a1a;--surface-elevated:#1e1e1e;--action-primary:#bfff00;--action-primary-hover:#a3d900;--action-primary-active:#8fbf00;--action-secondary:#fff;--action-strong:#fff;--action-strong-hover:#e0e0e0;--border-default:#333;--border-subtle:#1e1e1e;--border-focus:#bfff00;--border-decorative:#444;--status-success:#bfff00;--status-warning:#ffb800;--status-error:#f44;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-6:24px;--space-8:32px;--space-12:48px;--space-16:64px;--space-20:80px;--text-xs:12px;--text-sm:14px;--text-base:16px;--text-lg:18px;--text-xl:20px;--text-2xl:24px;--text-3xl:30px;--text-4xl:36px;--text-5xl:48px;--text-6xl:64px;--font-normal:400;--font-medium:500;--font-semibold:600;--font-bold:700;--font-black:900;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-2xl:24px;--radius-full:9999px;--shadow-sm:0 1px 2px #00000080;--shadow-md:0 4px 12px #0009;--shadow-lg:0 8px 24px #000c;--shadow-card:0 4px 20px #0006;--shadow-card-hover:0 8px 30px #0009;--shadow-button-primary:0 0 20px #bfff0066;--glow-neon:0 0 20px #bfff0080;--glow-neon-strong:0 0 40px #bfff00b3;--glow-neon-text:0 0 10px #bfff00cc}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-inter),"Inter","Roboto",-apple-system,BlinkMacSystemFont,sans-serif;background-color:var(--surface-page);color:var(--text-primary);-webkit-font-smoothing:antialiased;min-height:100vh;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Outfit,Montserrat,sans-serif;font-weight:var(--font-bold);line-height:1.2}h1{font-size:var(--text-5xl)}h2{font-size:var(--text-4xl)}h3{font-size:var(--text-3xl)}h4{font-size:var(--text-2xl)}h5{font-size:var(--text-xl)}h6{font-size:var(--text-lg)}p{color:var(--text-secondary);font-size:var(--text-base)}a{color:var(--action-primary);text-decoration:none;transition:color .2s}a:hover{color:var(--action-primary-hover)}.btn{justify-content:center;align-items:center;gap:var(--space-2);padding:var(--space-3)var(--space-6);font-size:var(--text-base);font-weight:var(--font-semibold);border-radius:var(--radius-full);cursor:pointer;border:none;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{background-color:var(--action-primary);color:var(--text-on-brand);box-shadow:var(--shadow-button-primary)}.btn-primary:hover{background-color:var(--action-primary-hover);box-shadow:var(--glow-neon);transform:translateY(-2px)}.btn-primary:active{background-color:var(--action-primary-active);transform:translateY(0)}.btn-secondary{color:var(--text-primary);border:1px solid var(--border-default);background-color:#0000}.btn-secondary:hover{background-color:var(--surface-subtle);border-color:var(--text-primary)}.btn-strong{background-color:var(--action-strong);color:var(--brand-dark)}.btn-strong:hover{background-color:var(--action-strong-hover);transform:translateY(-2px)}.btn-ghost{color:var(--action-primary);padding:var(--space-2)var(--space-4);background-color:#0000}.btn-ghost:hover{background-color:#bfff001a}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.card{background-color:var(--surface-card);border-radius:var(--radius-xl);padding:var(--space-6);box-shadow:var(--shadow-card);border:1px solid var(--border-subtle);transition:all .3s}.card:hover{box-shadow:var(--shadow-card-hover)}.card-elevated{background-color:var(--surface-elevated)}.input,.select,.textarea{width:100%;padding:var(--space-3)var(--space-4);font-size:var(--text-base);color:var(--text-primary);background-color:var(--surface-card);border:1px solid var(--border-default);border-radius:var(--radius-md);outline:none;transition:all .2s}.input:focus,.select:focus,.textarea:focus{border-color:var(--border-focus);box-shadow:var(--glow-neon)}.input::placeholder{color:var(--text-muted)}.textarea{resize:vertical;min-height:100px}.label{font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--text-secondary);margin-bottom:var(--space-2);display:block}.form-group{margin-bottom:var(--space-6)}.tag{padding:var(--space-1)var(--space-3);font-size:var(--text-xs);font-weight:var(--font-semibold);background-color:var(--action-primary);color:var(--text-on-brand);border-radius:var(--radius-full);align-items:center;display:inline-flex}.tag-outline{border:1px solid var(--action-primary);color:var(--action-primary);background-color:#0000}.text-neon{color:var(--brand-neon)}.text-muted{color:var(--text-muted)}.text-center{text-align:center}.glow-text{text-shadow:var(--glow-neon-text)}.bg-gradient{background:linear-gradient(135deg,var(--surface-section)0%,var(--surface-page)100%)}.grid{gap:var(--space-6);display:grid}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:var(--space-2)}.gap-4{gap:var(--space-4)}.gap-6{gap:var(--space-6)}.gap-8{gap:var(--space-8)}.p-4{padding:var(--space-4)}.p-6{padding:var(--space-6)}.p-8{padding:var(--space-8)}.py-12{padding-top:var(--space-12);padding-bottom:var(--space-12)}.py-16{padding-top:var(--space-16);padding-bottom:var(--space-16)}.py-20{padding-top:var(--space-20);padding-bottom:var(--space-20)}.mt-4{margin-top:var(--space-4)}.mt-6{margin-top:var(--space-6)}.mt-8{margin-top:var(--space-8)}.mb-4{margin-bottom:var(--space-4)}.mb-6{margin-bottom:var(--space-6)}.mb-8{margin-bottom:var(--space-8)}.container{width:100%;max-width:1200px;padding:0 var(--space-6);margin:0 auto}.container-sm{max-width:800px}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes glow{0%,to{box-shadow:var(--glow-neon)}50%{box-shadow:var(--glow-neon-strong)}}.animate-fade-in{animation:.6s forwards fadeIn}.animate-pulse{animation:2s infinite pulse}.animate-glow{animation:2s infinite glow}.decorative-line{background:linear-gradient(90deg,transparent,var(--border-decorative),transparent);width:100%;height:1px}.decorative-line-vertical{background:linear-gradient(180deg,transparent,var(--border-decorative),transparent);width:1px;height:100%}.stat-value{font-size:var(--text-5xl);font-weight:var(--font-black);color:var(--brand-neon);line-height:1}.stat-label{font-size:var(--text-sm);color:var(--text-secondary);margin-top:var(--space-2)}@media (max-width:768px){h1{font-size:var(--text-4xl)}h2{font-size:var(--text-3xl)}h3{font-size:var(--text-2xl)}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.stat-value{font-size:var(--text-4xl)}.container{padding:0 var(--space-4)}}.section{padding:var(--space-16)0}.section-header{text-align:center;margin-bottom:var(--space-12)}.section-title{margin-bottom:var(--space-4)}.section-subtitle{color:var(--text-secondary);font-size:var(--text-lg);max-width:600px;margin:0 auto}.hero{text-align:center;min-height:100vh;padding:var(--space-20)var(--space-6);flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#bfff001a 0%,#0000 70%);width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-title{font-size:var(--text-6xl);font-weight:var(--font-black);margin-bottom:var(--space-6)}.hero-subtitle{font-size:var(--text-xl);color:var(--text-secondary);max-width:600px;margin-bottom:var(--space-8)}.toggle-container{align-items:center;gap:var(--space-3);display:flex}.toggle{background-color:var(--surface-subtle);border-radius:var(--radius-full);cursor:pointer;width:56px;height:28px;transition:background-color .3s;position:relative}.toggle.active{background-color:var(--action-primary)}.toggle:after{content:"";background-color:var(--brand-light);border-radius:50%;width:24px;height:24px;transition:transform .3s;position:absolute;top:2px;left:2px}.toggle.active:after{transform:translate(28px)}.comparison{gap:var(--space-6);grid-template-columns:1fr auto 1fr;align-items:center;display:grid}.comparison-arrow{font-size:var(--text-3xl);color:var(--brand-neon)}@media (max-width:768px){.comparison{grid-template-columns:1fr}.comparison-arrow{justify-self:center;transform:rotate(90deg)}}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_4a4f7444-module__UHjWDq__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_4a4f7444-module__UHjWDq__variable{--font-inter:"Inter","Inter Fallback"}
