.nav{z-index:100;background:var(--nav-bg);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;height:84px;padding:0 4vw;display:flex;position:fixed;top:0;left:0;right:0}.nav-brand{flex-shrink:0;align-items:center;display:inline-flex}.nav-links{gap:1.7rem;display:flex}.nav-links a{color:var(--ink-2);white-space:nowrap;font-size:16px;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--ink)}.nav-right{flex-shrink:0;align-items:center;gap:12px;display:flex}.lang-switch{background:var(--surface);border:1px solid var(--border);border-radius:8px;gap:3px;padding:3px;display:flex}.lang-switch button{color:var(--ink-2);border-radius:6px;padding:5px 10px;font-size:12px;font-weight:700;transition:background .15s,color .15s}.lang-switch button.is-active{background:var(--brand);color:#fff}.theme-toggle{border:1px solid var(--border);background:var(--surface);width:36px;height:36px;color:var(--ink-2);border-radius:8px;justify-content:center;align-items:center;transition:color .15s,border-color .15s,background .15s;display:inline-flex}.theme-toggle:hover{color:var(--ink);border-color:var(--border-brand)}.nav-cta{padding:10px 22px;font-size:14px}.nav-cta-icon{flex-shrink:0;width:18px;min-width:18px;height:18px;display:block}.nav-burger{border:1px solid var(--border);border-radius:8px;flex-direction:column;justify-content:center;gap:4px;width:42px;height:42px;padding:10px;display:none}.nav-burger span{background:var(--ink-2);border-radius:1px;height:2px;display:block}.nav-mobile{background:var(--nav-mobile-bg);border-bottom:1px solid var(--border);flex-direction:column;gap:4px;padding:16px 5vw 20px;display:flex;position:absolute;top:84px;left:0;right:0}.nav-mobile a{color:var(--ink-2);border-bottom:1px solid var(--border);padding:12px 4px;font-size:16px;font-weight:600}.nav-mobile a:hover{color:var(--ink)}.nav-mobile a:last-of-type{border-bottom:none}.nav-mobile-controls{border-top:1px solid var(--ink-3);justify-content:space-between;align-items:center;margin-top:8px;padding-top:18px;display:flex}@media (width<=1200px){.nav-links,.nav-right>.lang-switch,.nav-right>.theme-toggle{display:none}.nav-burger{display:flex}.nav-cta{flex-shrink:0;width:42px;height:42px;padding:0}.nav-cta-label{display:none}}@media (width>=1201px){.nav-mobile{display:none}}.trend-chart{width:100%;height:auto;overflow:visible}.chart-grid{stroke:#ffffff0f;stroke-width:1px}.chart-tick{fill:var(--ink-3);font-family:var(--font-mono);font-size:9px}.trend-line{fill:none;stroke:var(--brand-light);stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.trend-dot{fill:var(--brand-light);stroke:var(--surface);stroke-width:2px}.chart-crosshair{stroke:#ffffff24;stroke-width:1px;stroke-dasharray:3 3}.chart-tip-bg{fill:var(--surface-2);stroke:var(--border)}.chart-tip-text{fill:var(--ink);font-family:var(--font-mono);font-size:10px;font-weight:700}.is-visible .trend-line{animation:1.4s both chart-draw}.is-visible .trend-area{animation:.6s .9s both chart-fade}@keyframes chart-draw{0%{stroke-dasharray:1;stroke-dashoffset:1px}to{stroke-dasharray:1;stroke-dashoffset:0}}@keyframes chart-fade{0%{opacity:0}to{opacity:1}}.vbars{align-items:flex-end;gap:5px;display:flex}.vbar-fill{background:linear-gradient(180deg, var(--brand) 0%, #7c5cfc59 100%);transform-origin:bottom;border-radius:4px 4px 0 0;flex:1;min-width:0;transition:filter .15s}.vbar-fill:hover{filter:brightness(1.25)}.vbar--peak{background:linear-gradient(180deg, var(--neg) 0%, #e05c5c59 100%)}.vbar--low{background:linear-gradient(180deg, var(--pos) 0%, #1fa96c59 100%)}.is-visible .vbar-fill{animation:.7s both bar-grow}@keyframes bar-grow{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.vbars-axis{font-family:var(--font-mono);color:var(--ink-3);justify-content:space-between;margin-top:6px;font-size:9px;display:flex}.gauge-track{background:linear-gradient(90deg,#1fa96cbf 0%,#7c5cfc59 50%,#e05c5cd9 100%);border-radius:4px;height:7px;position:relative}.gauge-cursor{border:3px solid var(--neg);background:#fff;border-radius:50%;width:13px;height:13px;position:absolute;top:50%;transform:translate(-50%,-50%)}.gauge-labels{font-family:var(--font-mono);color:var(--ink-3);justify-content:space-between;margin-top:7px;font-size:10px;display:flex}.dev-row{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:10px 0;display:flex}.dev-row:last-child{border-bottom:none}.dev-name{color:var(--ink-2);flex:1;font-size:13px}.dev-value{text-align:right;min-width:44px;font-size:13.5px;font-weight:700}.dev-row .chip{text-align:center;min-width:68px}.disp-row{align-items:center;gap:12px;margin-bottom:13px;display:flex}.disp-name{width:118px;font-family:var(--font-mono);color:var(--ink-3);flex-shrink:0;font-size:11px}.disp-track{background:#7c5cfc1a;border-radius:6px;flex:1;height:12px;position:relative}.disp-range{background:linear-gradient(90deg,#7c5cfc38,#7c5cfc8c);border-radius:6px;height:100%}.disp-dot{background:var(--warn);border:2px solid #fff;border-radius:50%;width:10px;height:10px;position:absolute;top:50%;transform:translate(-50%,-50%)}.disp-legend{color:var(--ink-3);gap:18px;margin-top:4px;font-size:11px;display:flex}.disp-legend span{align-items:center;gap:6px;display:inline-flex}.disp-legend-range{background:#7c5cfc66;border-radius:4px;width:22px;height:8px}.disp-legend-dot{background:var(--warn);border-radius:50%;width:9px;height:9px}.hero{padding:150px 5vw 90px;position:relative}.hero-glow{background:radial-gradient(ellipse 100% 80% at 70% 50%, #7c5cfc66, transparent 78%), var(--bg);pointer-events:none;position:absolute;inset:0}.hero-inner{max-width:var(--container);grid-template-columns:1.5fr 1fr;align-items:center;gap:0;min-height:84vh;margin:0 auto;display:grid;position:relative}.hero-text{position:relative}.hero-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--pos);align-items:center;gap:9px;margin-bottom:18px;font-size:12px;font-weight:700;display:flex}.hero-dot{background:var(--pos);border-radius:50%;width:8px;height:8px;animation:1.6s ease-in-out infinite hero-pulse}@keyframes hero-pulse{0%,to{opacity:1}50%{opacity:.35}}.hero h1{letter-spacing:-.03em;text-wrap:balance;margin-bottom:20px;font-size:clamp(2.4rem,4.2vw,3.7rem);font-weight:800;line-height:1.12}.hero h1 em{color:var(--brand-light);font-style:normal}.hero-sub{color:var(--ink-2);max-width:600px;margin-bottom:32px;font-size:1.1rem;line-height:1.72}.hero-ctas{flex-wrap:wrap;gap:14px;display:flex}.idx-card{border-color:var(--border-brand);padding:32px;position:relative;box-shadow:0 0 80px #7c5cfc2e,0 24px 70px #0006}.idx-card-top{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:26px;display:flex}.idx-value{color:var(--neg);font-size:2.9rem;font-weight:700;line-height:1}.idx-sub{color:var(--ink-2);margin-top:6px;font-size:13px}.idx-term{text-align:right;flex-shrink:0}.idx-term-value{font-size:1.75rem;font-weight:700;line-height:1.15}.idx-term-sub{color:var(--warn);margin-top:3px;font-size:12px}.idx-mini-grid{grid-template-columns:1fr 1fr;gap:12px;margin-top:24px;display:grid}.idx-mini{background:var(--bg-alt);border:1px solid var(--border);border-radius:10px;padding:15px 16px}.idx-mini-value{margin-bottom:4px;font-size:1.35rem;font-weight:700;line-height:1.15}.idx-mini-label{color:var(--ink-3);font-size:11px;line-height:1.45}.idx-card .demo-note{margin-top:6px}@media (width<=960px){.hero-inner{grid-template-columns:1fr;gap:3rem;min-height:0}.hero{padding-top:120px}}@media (width<=480px){.idx-card-top{flex-direction:column}.idx-term{text-align:left}.idx-mini-grid{grid-template-columns:1fr}}.ticker{background:var(--bg-alt);border-top:1px solid var(--border);border-bottom:1px solid var(--border);align-items:center;padding:26px 0;display:flex;position:relative;overflow:hidden}.ticker-track{white-space:nowrap;animation:42s linear infinite ticker-scroll;display:flex}.ticker:hover .ticker-track{animation-play-state:paused}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.ticker-item{border-right:1px solid var(--border);align-items:center;gap:10px;padding:0 26px;font-size:13px;display:inline-flex}.ticker-name{font-family:var(--font-mono);color:var(--ink-3);font-size:12px}.ticker-price{color:var(--ink);font-size:13.5px;font-weight:700}.ticker-delta{font-size:12px;font-weight:700}.ticker-delta.is-up{color:var(--neg)}.ticker-delta.is-down{color:var(--pos)}.prob-grid{grid-template-columns:1fr 1fr;gap:2.5rem;margin-top:3rem;display:grid}.prob-label{text-transform:uppercase;letter-spacing:.07em;border-radius:7px;align-items:center;gap:7px;margin-bottom:1.1rem;padding:7px 14px;font-size:13px;font-weight:700;display:inline-flex}.prob-label--bad{color:#f08a8a;background:#e05c5c17;border:1px solid #e05c5c33}.prob-label--good{color:#4cc996;background:#1fa96c17;border:1px solid #1fa96c38}.prob-list{list-style:none}.prob-item{border-bottom:1px solid #a48bff38;align-items:flex-start;gap:12px;padding:14px 0;display:flex}.prob-item:last-child{border-bottom:none}.prob-col--mirror{text-align:right}.prob-col--mirror .prob-label,.prob-col--mirror .prob-item{flex-direction:row-reverse}.prob-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:2px;display:inline-flex}.prob-icon--bad{color:var(--neg);border:1.5px solid #e05c5c80}.prob-icon--good{color:var(--pos);border:1.5px solid #1fa96c80}.prob-item p{color:var(--ink-2);font-size:15px;line-height:1.55}.prob-item strong{color:var(--ink);font-weight:600}@media (width<=860px){.prob-grid{grid-template-columns:1fr}}.ld-grid{grid-template-columns:1.15fr 1fr;align-items:start;gap:1.4rem;margin-top:3rem;display:grid}.ld-col{flex-direction:column;gap:1.4rem;display:flex}.card-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.card-title{color:var(--ink);font-size:13.5px;font-weight:600}@media (width<=960px){.ld-grid{grid-template-columns:1fr}}.tabs{background:var(--surface);border:1px solid var(--border);border-radius:12px;gap:4px;width:fit-content;margin:2.4rem 0 1.6rem;padding:4px;display:flex}.tab{color:var(--ink-2);border-radius:9px;padding:9px 22px;font-size:13px;font-weight:600;transition:background .2s,color .2s}.tab:hover{color:var(--ink)}.tab.is-active{background:var(--brand);color:#fff}.panel-frame{background:var(--bg-alt);border:1px solid var(--border-brand);border-radius:var(--radius-lg);flex-direction:column;gap:16px;padding:22px;display:flex;box-shadow:0 0 80px #7c5cfc26,0 24px 70px #00000059}.panel-frame .demo-note{margin-top:0}.tabs{margin-left:auto;margin-right:auto}.panel-box{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:18px 20px}.panel-box--kpi{padding:14px 16px}.panel-box-sub{color:var(--ink-3);margin-top:3px;font-size:11.5px}.panel-grid-2{grid-template-columns:1fr 1fr;gap:16px;display:grid}.panel-grid-2b{grid-template-columns:1.25fr 1fr;gap:16px;display:grid}.panel-grid-3{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.panel-kpi{font-size:1.9rem;font-weight:700;line-height:1.1}.panel-kpi-sm{margin-bottom:3px;font-size:1.3rem;font-weight:700;line-height:1.15}.panel-kpi-sub{color:var(--ink-2);margin-top:4px;font-size:12px;line-height:1.5}.table-scroll{overflow-x:auto}.dg-table{border-collapse:collapse;width:100%;font-size:12.5px}.dg-table th{text-align:left;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.06em;color:var(--ink-3);padding:0 12px 10px 0;font-size:10px;font-weight:600}.dg-table td{border-top:1px solid var(--border);color:var(--ink-2);padding:10px 12px 10px 0}.dg-table td:first-child{color:var(--ink);font-weight:600}.mix-cols{align-items:flex-end;gap:20px;height:108px;margin-top:14px;display:flex}.mix-col{flex-direction:column;flex:1;align-items:center;height:100%;display:flex}.mix-bars{flex:1;justify-content:center;align-items:flex-end;gap:4px;width:100%;display:flex}.mix-bars .vbar-fill{flex:none;width:16px}.mix-bar--bench{opacity:.38}.mix-name{font-family:var(--font-mono);color:var(--ink-3);text-align:center;margin-top:7px;font-size:9px}.mix-legend,.season-legend{color:var(--ink-3);gap:16px;margin-top:12px;font-size:11px;display:flex}.mix-legend span,.season-legend span{align-items:center;gap:6px;display:inline-flex}.mix-swatch{background:var(--brand);border-radius:3px;width:10px;height:10px}.mix-swatch--bench{opacity:.38}.season-swatch{border-radius:2.5px;width:9px;height:9px}.season-swatch--peak{background:var(--neg)}.season-swatch--normal{background:var(--brand)}.season-swatch--low{background:var(--pos)}.ops-list{flex-direction:column;gap:12px;display:flex}.op-item{border:1px solid var(--border);border-radius:10px;padding:14px 16px}.op-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:6px;display:flex}.op-name,.op-value{font-size:13.5px;font-weight:700}.op-detail{color:var(--ink-2);margin-bottom:9px;font-size:12.5px;line-height:1.55}.abc-row{align-items:center;gap:12px;margin-bottom:12px;display:flex}.abc-row:last-child{margin-bottom:0}.abc-name{width:110px;font-family:var(--font-mono);color:var(--ink-3);flex-shrink:0;font-size:11px}.abc-track{background:#7c5cfc1a;border-radius:6px;flex:1;height:12px}.abc-fill{background:linear-gradient(90deg, #7c5cfc59, var(--brand));border-radius:6px;height:100%}.is-visible .abc-fill{transform-origin:0;animation:.8s both bar-grow-x}@keyframes bar-grow-x{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.abc-share{text-align:right;width:40px;color:var(--ink-2);font-size:11.5px;font-weight:700}.caps-grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.5rem;display:grid}.cap{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:16px 18px}.cap-stat{margin-bottom:8px;font-size:1.1rem;font-weight:700}.cap-label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.07em;color:var(--ink-3);margin-bottom:5px;font-size:10px}.cap-text{color:var(--ink-2);font-size:13px;line-height:1.55}@media (width<=860px){.tabs{flex-wrap:wrap}.panel-grid-2,.panel-grid-2b,.panel-grid-3,.caps-grid{grid-template-columns:1fr}}.feat-grid{grid-template-columns:repeat(3,1fr);gap:1.4rem;margin-top:3rem;display:grid}.feat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:26px;transition:border-color .25s,transform .25s,box-shadow .25s}.feat-card:hover{border-color:var(--border-brand);transform:translateY(-3px);box-shadow:0 0 40px #7c5cfc26}.feat-icon{width:44px;height:44px;color:var(--brand-light);background:#7c5cfc21;border-radius:11px;justify-content:center;align-items:center;margin-bottom:15px;display:inline-flex}.feat-title{margin-bottom:7px;font-size:15.5px;font-weight:700}.feat-desc{color:var(--ink-2);font-size:13.5px;line-height:1.65}@media (width<=960px){.feat-grid{grid-template-columns:1fr 1fr}}@media (width<=620px){.feat-grid{grid-template-columns:1fr}}.contact-form{flex-direction:column;gap:1rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.field{flex-direction:column;gap:6px;display:flex}.field span{text-transform:uppercase;letter-spacing:.07em;color:var(--ink-3);font-size:11px;font-weight:700}.field input,.field textarea,.field select{background:var(--surface);border:1px solid var(--border);font-family:var(--font-sans);color:var(--ink);resize:none;border-radius:9px;outline:none;width:100%;padding:11px 15px;font-size:14px;transition:border-color .2s}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--brand)}.field select option{background:var(--surface);color:var(--ink)}.contact-form .btn{align-self:center;min-width:260px;margin-top:.5rem}.contact-form .btn:disabled{opacity:.6;cursor:default;transform:none}.form-note{color:var(--ink-2);text-align:center;max-width:460px;margin:0 auto;font-size:12.5px}.hp-field{opacity:0;pointer-events:none;position:absolute;left:-9999px}.form-status{text-align:center;min-height:20px;font-size:13.5px}.form-ok{color:var(--pos)}.form-err{color:var(--neg)}.form-err a{color:inherit;text-underline-offset:2px;text-decoration:underline}.form-status:focus{outline:none}@media (width<=560px){.form-row{grid-template-columns:1fr}}.planos-grid{grid-template-columns:1fr 1fr;align-items:start;gap:2.5rem;margin-top:3rem;display:grid}.wl-card{text-align:center;padding:36px}.wl-badge{color:var(--brand-light);letter-spacing:.09em;text-transform:uppercase;background:#7c5cfc26;border-radius:100px;margin-bottom:1.1rem;padding:5px 14px;font-size:11px;font-weight:700;display:inline-block}.wl-title{margin-bottom:.4rem;font-size:1.5rem;font-weight:800}.wl-sub{color:var(--ink-2);margin-bottom:1.6rem;font-size:13.5px}.wl-list{text-align:left;list-style:none}.wl-list li{border-bottom:1px solid var(--border);color:var(--ink-2);align-items:center;gap:10px;padding:10px 0;font-size:14px;display:flex}.wl-list li:last-child{border-bottom:none}.wl-check{width:20px;height:20px;color:var(--pos);border:1.5px solid #1fa96c80;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.planos-form{background:var(--bg-alt);border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px}@media (width<=860px){.planos-grid{grid-template-columns:1fr}}.sobre-grid{grid-template-columns:1fr 4fr 1fr;align-items:start;gap:1.6rem;margin-top:3rem;display:grid}.sobre-stat{background:var(--surface);border:1px solid var(--border);text-align:center;border-radius:12px;flex-direction:column;justify-content:center;align-self:stretch;padding:22px 20px;display:flex}.sobre-stat-value{color:var(--brand-light);margin-bottom:8px;font-size:2rem;font-weight:700}.sobre-stat-label{color:var(--ink-3);font-size:12px;line-height:1.55}.sobre-desc p{color:var(--ink-2);text-align:center;margin-bottom:1rem;font-size:1.02rem;line-height:1.78}.sobre-desc p:last-child{margin-bottom:0}.mission{border-color:var(--border-brand);text-align:center;grid-column:2;padding:44px 44px 34px;position:relative;overflow:visible;box-shadow:0 0 50px #7c5cfc38}.mission:before{content:"";z-index:-1;border-radius:inherit;filter:blur(6px);pointer-events:none;background:linear-gradient(135deg,#a48bff80,#7c5cfc29 50%,#7c5cfc08 80%);position:absolute;inset:-2px}.mission-mark{font-family:var(--font-mono);color:var(--brand);margin-bottom:6px;font-size:5rem;line-height:.7;display:block}.mission-quote{text-wrap:balance;margin-bottom:16px;font-size:1.4rem;font-weight:700;line-height:1.45}.mission-text{color:var(--ink-2);max-width:620px;margin:0 auto;font-size:14.5px;line-height:1.7}.mission-author{border-top:1px solid var(--border);margin-top:20px;padding-top:16px}.mission-author strong{font-size:13.5px;display:block}.mission-author span{color:var(--ink-3);font-size:11.5px}@media (width<=960px){.sobre-grid{grid-template-columns:1fr}.sobre-grid .mission{grid-column:1}}.contact-links{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:3rem;display:flex}.contact-link{background:var(--surface);border:1px solid var(--border);border-radius:11px;align-items:center;gap:13px;min-width:250px;padding:15px 20px;transition:border-color .2s,box-shadow .2s;display:flex}.contact-link:hover{border-color:var(--border-brand);box-shadow:0 0 30px #7c5cfc26}.contact-link-icon{width:38px;height:38px;color:var(--brand-light);background:#7c5cfc1f;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.contact-link strong{text-align:left;font-size:14px;font-weight:600;display:block}.contact-link small{color:var(--ink-3);text-align:left;font-size:12px;display:block}@media (width<=560px){.contact-link{width:100%}}.footer{background:radial-gradient(ellipse 110% 120% at 50% 0%, #7c5cfc1f, transparent 60%), var(--footer-bg);border-top:1px solid var(--border);padding:56px 5vw 32px}.footer-grid{grid-template-columns:2.4fr 1fr 1fr;gap:3rem;margin-bottom:2.6rem;display:grid}.footer-desc{color:var(--ink-3);max-width:340px;margin:12px 0 16px;font-size:13px;line-height:1.65}.footer-social{gap:8px;display:flex}.footer-social a{background:var(--surface);border:1px solid var(--border);width:34px;height:34px;color:var(--ink-2);border-radius:9px;justify-content:center;align-items:center;transition:border-color .2s,color .2s;display:inline-flex}.footer-social a:hover{border-color:var(--border-brand);color:var(--brand-light)}.footer-col-title{text-transform:uppercase;letter-spacing:.08em;color:var(--ink-3);margin-bottom:.9rem;font-size:12px;font-weight:700}.footer-link{color:var(--ink-2);margin-bottom:8px;font-size:13.5px;transition:color .2s;display:block}.footer-link:hover{color:var(--ink)}.footer-bottom{border-top:1px solid var(--border);color:var(--ink-3);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding-top:1.4rem;font-size:12px;display:flex}.footer-tagline{font-style:italic}@media (width<=720px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.footer-grid>div:first-child{grid-column:1/-1}}.back-to-top{z-index:90;color:#fff;background:linear-gradient(135deg, var(--brand), var(--brand-light));opacity:0;pointer-events:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:opacity .25s,transform .25s;display:inline-flex;position:fixed;bottom:18px;right:18px;transform:translateY(16px)scale(.9);box-shadow:0 8px 26px #7c5cfc73}.back-to-top.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}@media (prefers-reduced-motion:reduce){.back-to-top{transition:opacity .25s;transform:none}.back-to-top.is-visible{transform:none}}:root{--bg:#080910;--bg-alt:#0d0e18;--surface:#181a2e;--surface-2:#1e2035;--brand:#7c5cfc;--brand-light:#a48bff;--brand-dark:#5b3fd4;--pos:#1fa96c;--neg:#e05c5c;--warn:#d2691e;--ink:#eeedf8;--ink-2:#9895b0;--ink-3:#a3a0be;--border:#ffffff14;--border-brand:#7c5cfc47;--radius:12px;--radius-lg:18px;--nav-bg:#0809108c;--nav-mobile-bg:#080910;--chip-muted-bg:#ffffff12;--footer-bg:#12132a;--font-sans:"Inter", system-ui, -apple-system, sans-serif;--font-mono:"JetBrains Mono", ui-monospace, "Cascadia Mono", monospace;--container:1180px;--section-pad:clamp(72px, 9vw, 120px)}:root[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f7f8fc;--bg-alt:#f0f2f8;--surface:#fff;--surface-2:#f8f9fd;--brand:#7c5cfc;--brand-light:#5b3fd4;--brand-dark:#5b3fd4;--pos:#1fa96c;--neg:#d94a4a;--warn:#c46a17;--ink:#171826;--ink-2:#5f647c;--ink-3:#8388a3;--border:#1718261a;--border-brand:#7c5cfc59;--nav-bg:#f7f8fcb8;--nav-mobile-bg:#f7f8fc;--chip-muted-bg:#17182612;--footer-bg:#eceef6}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:100px}body{font-family:var(--font-sans);background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;line-height:1.6;transition:background .3s,color .3s;overflow-x:hidden}img,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}:focus-visible{outline:2px solid var(--brand-light);outline-offset:3px;border-radius:4px}.section{padding:var(--section-pad) 5vw}.section--alt{background:radial-gradient(ellipse 100% 80% at 50% 50%, #7c5cfc4d, transparent 66%), var(--bg)}.container{max-width:var(--container);margin:0 auto}.eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--brand-light);align-items:center;gap:8px;margin-bottom:14px;font-size:12px;font-weight:700;display:inline-flex}.eyebrow:before{content:"";background:currentColor;border-radius:50%;flex-shrink:0;width:6px;height:6px}.section-title{letter-spacing:-.025em;text-wrap:balance;margin-bottom:14px;font-size:clamp(1.9rem,3.4vw,2.7rem);font-weight:800;line-height:1.18}.section-sub{color:var(--ink-2);max-width:760px;font-size:1.05rem;line-height:1.7}.sec-head{text-align:center}.sec-head .section-sub{margin-left:auto;margin-right:auto}.section-title em{color:var(--brand-light);font-style:normal}.kpi-label{font-family:var(--font-mono);letter-spacing:.07em;text-transform:uppercase;color:var(--ink-3);margin-bottom:5px;font-size:10px}.tone-neg{color:var(--neg)}.tone-pos{color:var(--pos)}.tone-warn{color:var(--warn)}.tone-brand{color:var(--brand-light)}.demo-note{color:var(--ink-3);text-align:right;font-size:10.5px}.btn{border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:13px 28px;font-size:15px;font-weight:700;transition:transform .2s,box-shadow .2s,background .2s,border-color .2s;display:inline-flex}.btn--primary{background:linear-gradient(135deg,var(--brand),var(--brand-light));color:#fff;transition:all .25s;box-shadow:0 6px 24px #7c5cfc66}.btn--primary:hover{transform:translateY(-1px);box-shadow:0 0 52px #7c5cfc99}.btn--ghost{border:1px solid var(--border);color:var(--ink-2);font-weight:600}.btn--ghost:hover{border-color:var(--border-brand);color:var(--ink)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:22px}.neon-card{border:1px solid #967affbf;position:relative;box-shadow:0 0 0 1px #7c5cfc33,0 0 34px #7c5cfc61,0 0 80px #7c5cfc33}.neon-card:before{content:"";z-index:-1;border-radius:inherit;filter:blur(5px);pointer-events:none;background:linear-gradient(135deg,#a48bffd9,#7c5cfc40 45%,#7c5cfc0d 75%);position:absolute;inset:-2px}.chip{letter-spacing:.02em;white-space:nowrap;border-radius:5px;padding:2px 9px;font-size:10.5px;font-weight:700;display:inline-block}.chip--neg{color:#f08a8a;background:#e05c5c24}.chip--pos{color:#4cc996;background:#1fa96c24}.chip--warn{color:#e89a5f;background:#d2691e29}.chip--muted{background:var(--chip-muted-bg);color:var(--ink-2)}.num{font-family:var(--font-mono);font-variant-numeric:tabular-nums}.reveal{opacity:0;transition:opacity .55s,transform .55s;transform:translateY(22px)}.reveal.is-visible{opacity:1;transform:none}.reveal.d1{transition-delay:80ms}.reveal.d2{transition-delay:.16s}.reveal.d3{transition-delay:.24s}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transition:none;transform:none}*,:before,:after{animation-duration:1ms!important;animation-iteration-count:1!important}}
