.apage main{position:relative;z-index:1}.apage .reveal{opacity:1;transform:translateY(24px);transition:transform .8s var(--ease-out)}.apage .reveal.in{transform:none}@media (prefers-reduced-motion:reduce){.apage .reveal{transform:none}}.asection{position:relative;padding-block:clamp(64px,9vw,130px)}.ahead{max-width:740px}.ahead.center{margin-inline:auto;text-align:center}.ahead h2{font-family:var(--font-display);font-weight:400;font-size:clamp(34px,4.6vw,62px);line-height:1;letter-spacing:-.01em;margin:16px 0 0}.ahead h2 em{font-style:italic;color:var(--brand-orange)}.ahead p{font-size:clamp(16px,1.4vw,19px);line-height:1.6;color:var(--text-2);margin:18px 0 0;max-width:60ch}.ahead.center p{margin-inline:auto}.ahero{position:relative;padding-top:calc(var(--nav-h) + clamp(40px, 7vw, 88px));padding-bottom:clamp(36px,5vw,64px)}.ahero__lead{max-width:920px;margin-bottom:clamp(36px,5vw,56px)}.ahero__badge{display:inline-flex;align-items:center;gap:10px;margin-bottom:22px;padding:7px 14px 7px 8px;border-radius:var(--r-full);background:color-mix(in srgb,var(--surface) 60%,transparent);border:1px solid var(--border-2);font-size:var(--text-sm);color:var(--text-2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.ahero__badge .dot{width:7px;height:7px;border-radius:50%;background:var(--success);box-shadow:0 0 0 0 var(--success);animation:livePulse 2.2s infinite}.ahero__title{font-family:var(--font-display);font-weight:400;font-size:clamp(46px,7.6vw,104px);line-height:.96;letter-spacing:-.015em;margin:0}.ahero__title em{font-style:italic;color:var(--brand-orange)}.ahero__sub{font-size:clamp(17px,1.6vw,21px);line-height:1.55;color:var(--text-2);max-width:56ch;margin:24px 0 30px}.ahero__cta{display:flex;flex-wrap:wrap;gap:14px;align-items:center}.ws{border-radius:var(--r-xl);overflow:hidden;border:1px solid var(--border-2);box-shadow:var(--shadow-3);background:var(--surface)}.ws__bar{display:flex;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--surface-2) 60%,transparent)}.ws__dots{display:flex;gap:6px}.ws__dots i{width:10px;height:10px;border-radius:50%;background:var(--border-3)}.ws__title{font-size:var(--text-sm);font-weight:600;color:var(--text-2)}.ws__title b{color:var(--text)}.ws__tools{margin-left:auto;display:flex;align-items:center;gap:8px}.ws__chip{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-mono);font-size:10.5px;color:var(--text-3);background:var(--surface);border:1px solid var(--border-2);padding:5px 10px;border-radius:var(--r-full)}.ws__chip svg{width:12px;height:12px;color:var(--text-4)}.ws__chip.live{color:var(--success)}.ws__chip.live i{width:6px;height:6px;border-radius:50%;background:var(--success)}.ws__main{display:grid;grid-template-columns:198px 1fr;min-height:460px}@media (max-width:860px){.ws__main{grid-template-columns:1fr}}.ws__nav{border-right:1px solid var(--border);padding:12px;display:flex;flex-direction:column;gap:2px;background:color-mix(in srgb,var(--surface-2) 35%,transparent)}@media (max-width:860px){.ws__nav{flex-direction:row;overflow-x:auto;border-right:0;border-bottom:1px solid var(--border);scrollbar-width:none}.ws__nav::-webkit-scrollbar{display:none}}.ws__navitem{display:flex;align-items:center;gap:10px;padding:9px 11px;border-radius:var(--r-sm);font-size:13px;font-weight:500;color:var(--text-3);cursor:pointer;white-space:nowrap;transition:background var(--dur),color var(--dur)}.ws__navitem svg{width:15px;height:15px;opacity:.8;flex-shrink:0}.ws__navitem:hover{color:var(--text);background:var(--surface)}.ws__navitem.on{background:var(--text);color:var(--bg)}.ws__navitem.on svg{opacity:1}.ws__navitem .ai-star{color:var(--brand-orange)}.ws__navitem.on .ai-star{color:var(--bg)}.ws__view{padding:20px;position:relative;min-width:0}.ws__panel{display:none;animation:wsFade .4s var(--ease-out)}.ws__panel.on{display:block}@keyframes wsFade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.kpis{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px;margin-bottom:16px}@media (max-width:640px){.kpis{grid-template-columns:repeat(2,1fr)}}.kpi{padding:13px 14px;border-radius:var(--r-md);border:1px solid var(--border);background:var(--surface-2)}.kpi .k{font-size:9.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--text-4)}.kpi .k,.kpi .v{font-family:var(--font-mono)}.kpi .v{font-weight:700;font-size:23px;letter-spacing:-.02em;color:var(--text);margin-top:5px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.kpi .v em{font-style:normal;color:var(--brand-orange)}.kpi .d{font-size:11px;font-weight:600;margin-top:3px;color:var(--success)}.kpi .d.down{color:var(--danger)}.wschart{border:1px solid var(--border);border-radius:var(--r-md);background:var(--surface-2);padding:14px 14px 26px}.wschart__hd{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.wschart__hd .t{font-size:12.5px;font-weight:600;color:var(--text)}.wschart__hd .lg{display:inline-flex;gap:12px;font-size:10.5px;color:var(--text-4)}.wschart__hd .lg span{display:inline-flex;align-items:center;gap:5px}.wschart__hd .lg i{width:13px;border-top:2px solid}.wschart__hd .lg i.a{border-color:var(--chart-1)}.wschart__hd .lg i.b{border-top-style:dashed;border-color:var(--text-4)}.wsplot{position:relative;height:150px}.wsplot svg{width:100%;height:100%;display:block;overflow:visible}.ws-grid line{stroke:var(--chart-grid)}.ws-area-a{opacity:.14}.ws-line{fill:none;stroke-width:2.5;vector-effect:non-scaling-stroke;stroke-linejoin:round;stroke-linecap:round}.ws-line.a{stroke:var(--chart-1)}.ws-line.ind{stroke:var(--text-4);stroke-dasharray:4 4;stroke-width:1.5;opacity:.6}.ws-pitch{opacity:.08}.ws-dot,.ws-pitch{fill:var(--brand-orange)}.ws-dot{stroke:var(--surface-2);stroke-width:3}.ws-cliff{top:44%;left:32%;transform:translateX(-50%);font-weight:700;color:#fff;background:color-mix(in srgb,var(--danger) 78%,#000);border:1px solid color-mix(in srgb,var(--danger) 50%,#fff);padding:3px 8px;border-radius:var(--r-full);white-space:nowrap}.ws-axis,.ws-cliff{position:absolute;font-family:var(--font-mono);font-size:10px}.ws-axis{left:14px;right:14px;bottom:8px;display:flex;justify-content:space-between;color:var(--text-4)}.wsfunnel{display:flex;flex-direction:column;gap:10px;padding:4px 2px}.wsfrow{display:grid;grid-template-columns:78px 1fr auto;align-items:center;grid-gap:12px;gap:12px}.wsfrow .l{font-size:11px;letter-spacing:.05em;text-transform:uppercase;color:var(--text-4)}.wsfrow .bar{position:relative;height:14px;border-radius:var(--r-full);background:var(--surface-3);overflow:hidden}.wsfrow .bar:after{content:"";position:absolute;inset:0 auto 0 0;width:var(--w,100%);border-radius:inherit;background:color-mix(in srgb,var(--chart-1) 55%,transparent)}.wsfrow.pay .bar:after{background:var(--brand-orange)}.wsfrow .n{font-family:var(--font-mono);font-weight:700;font-size:14px;color:var(--text);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;min-width:86px;text-align:right}.wsfrow .n em{font-style:normal;color:var(--text-4);font-weight:500;font-size:11px;margin-left:5px}.wsfrow.pay .n{color:var(--brand-orange)}.wsbreak{display:flex;flex-direction:column}.wsbrow{display:grid;grid-template-columns:22px 1fr 1fr auto;align-items:center;grid-gap:12px;gap:12px;padding:9px 2px;border-top:1px solid var(--divider)}.wsbrow:first-child{border-top:0}.wsbrow .fl{font-size:16px}.wsbrow .nm{font-size:12.5px;font-weight:500;color:var(--text);white-space:nowrap}.wsbrow .tk{position:relative;height:7px;border-radius:var(--r-full);background:var(--surface-3);overflow:hidden}.wsbrow .tk:after{content:"";position:absolute;inset:0 auto 0 0;width:var(--w,50%);border-radius:inherit;background:color-mix(in srgb,var(--brand-orange) 60%,transparent)}.wsbrow .rv{font-family:var(--font-mono);font-size:12.5px;font-weight:600;color:var(--text);text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.wslive{display:grid;grid-template-columns:1.3fr 1fr;grid-gap:14px;gap:14px}@media (max-width:640px){.wslive{grid-template-columns:1fr}}.wslive__big{border:1px solid var(--border);border-radius:var(--r-md);background:var(--surface-2);padding:18px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.wslive__big .n{font-family:var(--font-mono);font-weight:700;font-size:56px;letter-spacing:-.03em;color:var(--success);line-height:1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.wslive__big .k{font-size:12px;color:var(--text-3);margin-top:6px}.wslive__big .spark{display:flex;align-items:flex-end;gap:3px;height:40px;margin-top:14px}.wslive__big .spark i{width:6px;border-radius:2px 2px 0 0;background:var(--success);height:var(--h,40%)}.wslive__list{display:flex;flex-direction:column;gap:6px}.wslrow{display:flex;align-items:center;gap:9px;padding:8px 10px;border-radius:var(--r-sm);border:1px solid var(--border);background:var(--surface-2);font-size:11.5px;color:var(--text-2)}.wslrow .fl{font-size:14px}.wslrow .city{font-weight:500;color:var(--text)}.wslrow .tm{margin-left:auto;font-family:var(--font-mono);font-size:10px;color:var(--text-4)}.wslrow .pin{width:6px;height:6px;border-radius:50%;background:var(--success)}.wsai{display:flex;flex-direction:column;gap:12px}.wsai__q{display:flex;gap:10px;align-items:center;padding:12px 14px;border-radius:var(--r-md);border:1px solid var(--border-2);background:var(--surface-2)}.wsai__q svg{width:16px;height:16px;color:var(--brand-orange);flex-shrink:0}.wsai__q span{font-size:13px;color:var(--text)}.wsai__q .cur{display:inline-block;width:2px;height:15px;background:var(--brand-orange);animation:blink 1s steps(2) infinite}@keyframes blink{50%{opacity:0}}.wsai__a{padding:14px;border-radius:var(--r-md);border:1px solid var(--border);background:var(--surface)}.wsai__a .lbl{display:inline-flex;align-items:center;gap:7px;font-family:var(--font-mono);font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:var(--brand-orange);margin-bottom:10px}.wsai__a p{font-size:13px;line-height:1.55;color:var(--text-2);margin:0 0 12px}.wsai__a p b{color:var(--text)}.wsmini{display:flex;align-items:flex-end;gap:8px;height:64px}.wsmini i{flex:1 1;border-radius:3px 3px 0 0;background:linear-gradient(180deg,var(--brand-orange),color-mix(in srgb,var(--brand-orange) 25%,transparent));height:var(--h,50%);position:relative}.wsmini i:after{content:attr(data-l);position:absolute;bottom:-16px;left:50%;transform:translateX(-50%);font-family:var(--font-mono);font-size:9px;color:var(--text-4)}.surfaces{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}@media (max-width:900px){.surfaces{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.surfaces{grid-template-columns:1fr}}.surf{padding:22px;border-radius:var(--r-lg);border:1px solid var(--border);background:linear-gradient(180deg,color-mix(in srgb,var(--surface-2) 55%,transparent),var(--surface));transition:border-color .3s,transform .3s,box-shadow .3s}.surf:hover{border-color:var(--brand-orange-ring);transform:translateY(-3px);box-shadow:0 16px 40px rgba(0,0,0,.35)}.surf__ic{width:36px;height:36px;border-radius:var(--r-sm);background:var(--brand-orange-soft);color:var(--brand-orange);display:grid;place-items:center;margin-bottom:14px}.surf__ic svg{width:18px;height:18px}.surf h4{font-size:var(--text-md);font-weight:600;color:var(--text);margin:0 0 6px}.surf p{font-size:var(--text-sm);line-height:1.55;color:var(--text-3);margin:0}.dive{display:grid;grid-template-columns:1fr 1.05fr;grid-gap:clamp(36px,5vw,80px);gap:clamp(36px,5vw,80px);align-items:center}.dive+.dive{margin-top:clamp(72px,10vw,130px)}.dive.flip .dive__copy{order:2}@media (max-width:920px){.dive,.dive.flip{grid-template-columns:1fr;gap:32px}.dive.flip .dive__copy{order:0}}.dive__copy h3{font-family:var(--font-display);font-weight:400;font-size:clamp(30px,3.6vw,50px);line-height:1.04;letter-spacing:-.01em;margin:16px 0 0}.dive__copy h3 em{font-style:italic;color:var(--brand-orange)}.dive__copy p{font-size:var(--text-lg);line-height:1.6;color:var(--text-2);margin:18px 0 0;max-width:46ch}.dive__list{list-style:none;padding:0;margin:24px 0 0;display:flex;flex-direction:column;gap:11px}.dive__list li{display:flex;align-items:flex-start;gap:11px;font-size:var(--text-base);color:var(--text-2)}.dive__list svg{width:18px;height:18px;color:var(--brand-orange);flex-shrink:0;margin-top:2px}.dpanel{position:relative;border-radius:var(--r-xl);background:var(--surface);border:1px solid var(--border-2);box-shadow:var(--shadow-3);overflow:hidden}.dpanel__bar{display:flex;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--surface-2) 60%,transparent)}.dpanel__bar .dots{display:flex;gap:6px}.dpanel__bar .dots i{width:10px;height:10px;border-radius:50%;background:var(--border-3)}.dpanel__bar .t{font-size:var(--text-sm);font-weight:600;color:var(--text-2)}.dpanel__bar .t b{color:var(--text)}.dpanel__bar .live{margin-left:auto;display:inline-flex;align-items:center;gap:6px;font-family:var(--font-mono);font-size:10px;color:var(--text-3)}.dpanel__bar .live i{width:6px;height:6px;border-radius:50%;background:var(--success)}.dpanel__body{padding:20px}.bigret{position:relative}.bigret__top{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:16px}.bigret__v{font-family:var(--font-mono);font-weight:600;font-size:40px;letter-spacing:-.02em;line-height:1;color:var(--text)}.bigret__v em{font-style:normal;color:var(--brand-orange)}.bigret__k{font-family:var(--font-mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--text-4);margin-bottom:6px}.bigret__seg{display:flex;gap:4px;padding:4px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r-md)}.bigret__seg span{font-family:var(--font-mono);font-size:10.5px;padding:5px 9px;border-radius:var(--r-sm);color:var(--text-3)}.bigret__seg span.on{background:var(--surface);color:var(--text);box-shadow:var(--shadow-1)}.bigret__plot{position:relative;height:200px}.bigret__plot svg{width:100%;height:100%;display:block;overflow:visible}.metbuild{display:flex;flex-direction:column;gap:12px}.metbuild__row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.metpill{display:inline-flex;align-items:center;gap:7px;font-family:var(--font-mono);font-size:12px;padding:8px 12px;border-radius:var(--r-sm);border:1px solid var(--border-2);background:var(--surface-2);color:var(--text)}.metpill.op{color:var(--text-3);border-style:dashed}.metpill.brand{border-color:var(--brand-orange-ring);background:var(--brand-orange-soft);color:var(--brand-orange)}.metbuild__out{padding:16px;border-radius:var(--r-md);border:1px solid var(--border);background:var(--surface-2);display:flex;align-items:baseline;justify-content:space-between}.metbuild__out .lbl{font-size:12px;color:var(--text-3)}.metbuild__out .res{font-family:var(--font-mono);font-weight:700;font-size:26px;color:var(--brand-orange)}.metcards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px}.metcards .mc{padding:11px;border-radius:var(--r-sm);border:1px solid var(--border);background:var(--surface-2)}.metcards .mc .k{font-size:9.5px;letter-spacing:.05em;text-transform:uppercase;color:var(--text-4)}.metcards .mc .v{font-family:var(--font-mono);font-weight:600;font-size:16px;color:var(--text);margin-top:3px}.compare{display:flex;flex-direction:column;gap:14px}.cmprow .lab{display:flex;justify-content:space-between;font-size:12px;margin-bottom:6px}.cmprow .lab .nm{color:var(--text-2);font-weight:500}.cmprow .lab .vs{font-family:var(--font-mono);font-size:11px;color:var(--success)}.cmprow .lab .vs.down{color:var(--danger)}.cmpbars{display:flex;gap:6px}.cmpbars .b{height:24px;border-radius:var(--r-xs)}.cmpbars .b.now{background:var(--brand-orange)}.cmpbars .b.prev{background:var(--surface-3)}.cmprow .ax{display:flex;justify-content:space-between;font-family:var(--font-mono);font-size:9.5px;color:var(--text-4);margin-top:5px}.aband{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1px;gap:1px;background:var(--border);border-block:1px solid var(--border)}@media (max-width:760px){.aband{grid-template-columns:repeat(2,1fr)}}.aband__c{background:var(--bg);padding:clamp(28px,4vw,48px) 24px;text-align:center}.aband__c .v{font-family:var(--font-mono);font-size:clamp(36px,5vw,64px);font-weight:600;color:var(--text);letter-spacing:-.03em;line-height:1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.aband__c .v em{font-style:normal;color:var(--brand-orange)}.aband__c .k{font-size:var(--text-sm);color:var(--text-3);margin-top:12px}.acta{position:relative;text-align:center;padding-block:clamp(80px,13vw,170px)}.acta h2{font-family:var(--font-display);font-weight:400;font-size:clamp(40px,7vw,96px);line-height:.98;letter-spacing:-.01em;margin:0 0 20px}.acta h2 em{font-style:italic;color:var(--brand-orange)}.acta p{font-size:clamp(17px,1.6vw,21px);color:var(--text-2);max-width:46ch;margin:0 auto 34px}.acta__cta{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.asubnav{position:-webkit-sticky;position:sticky;top:var(--nav-h);z-index:50;background:color-mix(in srgb,var(--bg) 82%,transparent);-webkit-backdrop-filter:blur(14px) saturate(1.3);backdrop-filter:blur(14px) saturate(1.3);border-block:1px solid var(--border)}.asubnav__row{display:flex;gap:4px;overflow-x:auto;padding:10px 0;scrollbar-width:none}.asubnav__row::-webkit-scrollbar{display:none}.asubnav a{flex-shrink:0;display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:var(--r-full);font-size:var(--text-sm);font-weight:500;color:var(--text-3);white-space:nowrap;transition:color var(--dur),background var(--dur)}.asubnav a .n{font-family:var(--font-mono);font-size:10px;color:var(--text-4)}.asubnav a svg{width:14px;height:14px}.asubnav a:hover{color:var(--text)}.asubnav a.on{background:var(--text);color:var(--bg)}.asubnav a.on .n{color:color-mix(in srgb,var(--bg) 70%,var(--text))}.adomain{padding-block:clamp(56px,8vw,104px);border-top:1px solid var(--divider)}.adomain__head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;flex-wrap:wrap;margin-bottom:clamp(28px,4vw,44px)}.adomain__head .lead{max-width:620px}.adomain__head h2{font-family:var(--font-display);font-weight:400;font-size:clamp(30px,4vw,52px);line-height:1.02;letter-spacing:-.01em;margin:14px 0 0}.adomain__head h2 em{font-style:italic;color:var(--brand-orange)}.adomain__head p{font-size:clamp(15px,1.3vw,18px);line-height:1.6;color:var(--text-2);margin:14px 0 0}.adomain__tag{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase;font-weight:600;color:var(--brand-orange);background:var(--brand-orange-soft);border:1px solid var(--brand-orange-ring);padding:6px 12px;border-radius:var(--r-full)}.adomain__tag svg{width:13px;height:13px}.surface{position:relative;border-radius:var(--r-xl);background:var(--surface);border:1px solid var(--border-2);box-shadow:var(--shadow-3);overflow:hidden}.arow+.arow,.arow+.surface,.surface+.arow,.surface+.surface{margin-top:16px}.surface__bar{display:flex;align-items:center;gap:10px;padding:13px 18px;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--surface-2) 55%,transparent);flex-wrap:wrap}.surface__bar .ttl{font-size:14px;font-weight:600;color:var(--text)}.surface__bar .sub{font-size:11.5px;color:var(--text-3);margin-top:2px}.surface__bar .right{margin-left:auto;display:flex;align-items:center;gap:8px}.surface__body{padding:20px}.surface__body.flush{padding:0}.segm{display:inline-flex;gap:3px;padding:3px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r-md)}.segm span{font-family:var(--font-mono);font-size:10.5px;padding:5px 9px;border-radius:var(--r-sm);color:var(--text-3);white-space:nowrap}.segm span.on{color:var(--text);box-shadow:var(--shadow-1)}.segm span.on,.tabpill{background:var(--surface)}.tabpill{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-mono);font-size:10.5px;color:var(--text-3);border:1px solid var(--border-2);padding:5px 10px;border-radius:var(--r-full)}.tabpill svg{width:12px;height:12px;color:var(--text-4)}.arow{display:grid;grid-gap:16px;gap:16px}.arow.c2{grid-template-columns:1fr 1fr}.arow.c3{grid-template-columns:repeat(3,1fr)}.arow.split{grid-template-columns:1.6fr 1fr}@media (max-width:880px){.arow.c2,.arow.c3,.arow.split{grid-template-columns:1fr}}.akpis{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px;margin-bottom:16px}@media (max-width:760px){.akpis{grid-template-columns:repeat(2,1fr)}}.akpi{position:relative;padding:18px;border-radius:var(--r-lg);border:1px solid var(--border);overflow:hidden;background:linear-gradient(180deg,color-mix(in srgb,var(--surface-2) 55%,transparent),var(--surface))}.akpi.accent{border-color:var(--brand-orange-ring);background:linear-gradient(180deg,var(--brand-orange-soft),var(--surface))}.akpi .k{font-family:var(--font-mono);font-size:10px;letter-spacing:.07em;text-transform:uppercase;color:var(--text-4)}.akpi.accent .k{color:var(--brand-orange)}.akpi .v{font-family:var(--font-mono);font-weight:700;font-size:clamp(24px,2.4vw,30px);letter-spacing:-.02em;color:var(--text);margin-top:7px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;line-height:1}.akpi.accent .v{color:var(--brand-orange)}.akpi .d{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;margin-top:7px;color:var(--success)}.akpi .d.down{color:var(--danger)}.akpi .d span{color:var(--text-4);font-weight:500}.akpi__spark{position:absolute;right:12px;bottom:12px;display:flex;align-items:flex-end;gap:2px;height:22px;opacity:.5}.akpi__spark i{width:3px;border-radius:1px;background:var(--brand-orange);height:var(--h,40%)}.achart{position:relative}.achart svg{width:100%;display:block;overflow:visible}.achart .grid line{stroke:var(--chart-grid)}.achart .axlbl{fill:var(--text-4);font-family:var(--font-mono);font-size:10px}.aline{fill:none;stroke-width:2.4;vector-effect:non-scaling-stroke;stroke-linejoin:round;stroke-linecap:round}.aline.c1{stroke:var(--chart-1)}.aline.c2{stroke:var(--chart-2)}.aline.c3{stroke:var(--chart-3)}.aline.brand{stroke:var(--brand-orange)}.aline.ind{stroke:var(--text-4);stroke-dasharray:4 4;stroke-width:1.4;opacity:.6}.aclifftag{fill:var(--brand-orange)}.achart .cliffline{stroke:var(--brand-orange);stroke-width:1;stroke-dasharray:3 3}.achart .markline{stroke:var(--text-4);stroke-width:1;stroke-dasharray:3 3;opacity:.45}.alegend{display:inline-flex;gap:14px;flex-wrap:wrap}.alegend span{display:inline-flex;align-items:center;gap:6px;font-size:11px;color:var(--text-3)}.alegend i{width:14px;height:0;border-top:2px solid;border-radius:2px}.heat{display:flex;gap:2px;height:64px}.heat i{flex:1 1;border-radius:2px;position:relative;background:color-mix(in srgb,var(--brand-orange) calc(var(--v) * 1%),var(--surface-2))}.heataxis{display:flex;justify-content:space-between;font-family:var(--font-mono);font-size:10px;color:var(--text-4);margin-top:8px}.heatnote{display:flex;align-items:center;gap:12px;margin-top:14px;padding:12px 14px;background:var(--surface-2);border-radius:var(--r-md);font-size:12.5px;color:var(--text-2);line-height:1.5}.heatnote svg{width:15px;height:15px;color:var(--brand-orange);flex-shrink:0}.heatnote b{color:var(--text)}.atable{width:100%}.atable__hd,.atable__r{display:grid;align-items:center}.atable__hd{padding:11px 18px;border-bottom:1px solid var(--border)}.atable__hd span{font-family:var(--font-mono);font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:var(--text-4);font-weight:600}.atable__r{padding:12px 18px;border-bottom:1px solid var(--divider);font-size:13px;color:var(--text-2)}.atable__r:last-child{border-bottom:0}.atable .mono{font-family:var(--font-mono);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.atable .strong{color:var(--text);font-weight:600}.atable .r{text-align:right}.atable .dotc{display:inline-flex;align-items:center;gap:8px}.atable .dotc i{width:8px;height:8px;border-radius:2px;flex-shrink:0}.abadge{display:inline-flex;align-items:center;gap:4px;font-family:var(--font-mono);font-size:10px;font-weight:600;padding:3px 8px;border-radius:var(--r-full);white-space:nowrap}.abadge.danger{color:var(--danger);background:var(--danger-soft)}.abadge.warning{color:var(--warning);background:var(--warning-soft)}.abadge.success{color:var(--success);background:var(--success-soft)}.abadge.neutral{color:var(--text-3);background:var(--surface-2);border:1px solid var(--border)}.abadge.brand{color:var(--brand-orange);background:var(--brand-orange-soft)}.funnel{display:flex;flex-direction:column}.funnelrow{display:grid;grid-template-columns:180px 1fr 168px;grid-gap:16px;gap:16px;align-items:center;padding:11px 0}.funnelrow .lab b{font-size:14px;font-weight:600;color:var(--text);display:block}.funnelrow.accent .lab b{color:var(--brand-orange)}.funnelrow .lab span{font-size:11px;color:var(--text-3)}.funnelrow .track{height:38px;display:flex;align-items:center}.funnelrow .fill{height:100%;border-radius:7px;display:flex;align-items:center;padding:0 12px;min-width:64px}.funnelrow .fill .pct{font-family:var(--font-mono);font-size:13px;font-weight:700;color:#fff}.funnelrow .num{text-align:right}.funnelrow .num b{font-family:var(--font-mono);font-size:18px;font-weight:700;color:var(--text);letter-spacing:-.02em}.funnelrow .num span{display:block;font-size:11px;color:var(--text-3);margin-top:2px}.funnelrow .num span em{font-style:normal;color:var(--danger)}.funneldrop{display:flex;align-items:center;gap:12px;padding:2px 184px}.funneldrop .ln{flex:1 1;height:1px;background:var(--divider)}.funneldrop .t{font-family:var(--font-mono);font-size:11px;font-weight:600;color:var(--danger)}@media (max-width:700px){.funnelrow{grid-template-columns:110px 1fr 90px;gap:10px}.funneldrop{padding:2px 0}}.stages{display:grid;grid-template-columns:repeat(5,1fr)}@media (max-width:760px){.stages{grid-template-columns:1fr 1fr}}.stagecol{padding:16px;border-right:1px solid var(--divider);border-bottom:1px solid var(--divider)}.stagecol .k{font-family:var(--font-mono);font-size:10px;letter-spacing:.05em;text-transform:uppercase;color:var(--text-4);font-weight:600}.stagecol.accent .k{color:var(--brand-orange)}.stagecol .v{font-family:var(--font-mono);font-size:19px;font-weight:700;color:var(--text);margin-top:6px;letter-spacing:-.02em}.stagecol .mini{margin-top:12px;display:flex;flex-direction:column;gap:6px}.stagecol .mini .row{display:grid;grid-template-columns:46px 1fr 26px;align-items:center;grid-gap:6px;gap:6px}.stagecol .mini .row span{font-size:10.5px;color:var(--text-3)}.stagecol .mini .row .bar{height:4px;border-radius:999px;background:var(--surface-3)}.stagecol .mini .row .bar i{display:block;height:100%;border-radius:inherit;background:var(--chart-1);opacity:.7}.stagecol .mini .row .pc{font-family:var(--font-mono);font-size:9.5px;color:var(--text-4);text-align:right}.paths{display:flex;flex-direction:column;gap:8px}.pathrow{display:grid;grid-template-columns:1fr 80px 110px 76px;grid-gap:12px;gap:12px;align-items:center;padding:11px 13px;background:var(--surface-2);border-radius:var(--r-md)}.pathrow .steps{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.pathrow .step{font-size:12px;font-weight:500;padding:4px 10px;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-full);color:var(--text-2)}.pathrow .arr{color:var(--text-4);display:inline-flex}.pathrow .arr svg{width:11px;height:11px}.pathrow .mono{font-family:var(--font-mono);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;text-align:right;font-size:13px}.pathrow .cnt{color:var(--text-2)}.pathrow .rev{color:var(--text);font-weight:700}.pathrow .cr{color:var(--success);font-weight:600;font-size:12px}.barstack{display:flex;align-items:flex-end;gap:3px;height:200px}.barstack .col{flex:1 1;display:flex;flex-direction:column-reverse;gap:1px;min-width:0}.barstack .col i{display:block;border-radius:1px}.barstack .col i.s1{background:var(--chart-1)}.barstack .col i.s2{background:var(--chart-2)}.barstack .col i.s3{background:var(--chart-3)}.barstack .col i.s4{background:var(--chart-5)}.barlegend{display:flex;gap:16px;flex-wrap:wrap;margin-top:14px}.barlegend span{display:inline-flex;align-items:center;gap:6px;font-size:11px;color:var(--text-3)}.barlegend i{width:10px;height:10px;border-radius:2px}.brk{display:flex;flex-direction:column;gap:10px}.brkrow{display:grid;grid-template-columns:26px 1fr 70px 64px;grid-gap:12px;gap:12px;align-items:center}.brkrow.novid{grid-template-columns:1fr 70px 54px}.brkrow .ico{font-size:19px}.brkrow .nm{font-size:13px;font-weight:500;color:var(--text);display:flex;align-items:center;gap:7px;min-width:0}.brkrow .nm .tx{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.brkrow .bar{grid-column:1/-1;height:4px;border-radius:999px;background:var(--surface-3);margin-top:-4px}.brkrow .meter{display:block;height:100%;border-radius:inherit;background:var(--brand-orange)}.brkrow .meter.c1{background:var(--chart-1)}.brkrow .amt{font-family:var(--font-mono);font-size:13px;font-weight:700;color:var(--text);text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.brkrow .gr{font-family:var(--font-mono);font-size:11px;font-weight:600;color:var(--success);text-align:right}.brkcell{display:grid;grid-template-columns:26px 1fr;grid-gap:10px 12px;gap:10px 12px;align-items:center;padding:9px 0;border-bottom:1px solid var(--divider)}.brkcell:last-child{border-bottom:0}.statcards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px}@media (max-width:640px){.statcards{grid-template-columns:1fr}}.statcard{padding:18px;border-radius:var(--r-lg);border:1px solid var(--border);background:var(--surface)}.statcard .k{font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:var(--text-4)}.statcard .k,.statcard .v{font-family:var(--font-mono)}.statcard .v{font-size:22px;font-weight:700;color:var(--text);margin-top:6px}.statcard .d{font-size:11px;margin-top:4px;color:var(--text-3)}.statcard .d em{font-style:normal;color:var(--success);font-weight:600}.cohort{overflow-x:auto}.cohort__grid{display:grid;grid-gap:4px;gap:4px;min-width:660px;align-items:center}.cohort__grid .rh{font-size:12.5px;font-weight:500;color:var(--text-2)}.cohort__grid .ch{font-size:10.5px;color:var(--text-4)}.cohort__grid .cell,.cohort__grid .ch{font-family:var(--font-mono);text-align:center;font-weight:600}.cohort__grid .cell{padding:11px 4px;border-radius:4px;font-size:12px;background:color-mix(in srgb,var(--brand-orange) calc(var(--a) * 1%),var(--surface-2))}.cohort__grid .cell.hi{color:#fff}.cohort__grid .cell.lo{color:var(--text)}.cohort__grid .tot{font-family:var(--font-mono);font-size:12.5px;font-weight:700;color:var(--text);text-align:right}.cohi{padding:20px;border-radius:var(--r-lg);border:1px solid transparent;display:flex;gap:14px}.cohi.win{background:var(--success-soft)}.cohi.lose{background:var(--danger-soft)}.cohi__ic{width:36px;height:36px;border-radius:var(--r-sm);color:#fff;display:grid;place-items:center;flex-shrink:0}.cohi__ic svg{width:18px;height:18px}.cohi.win .cohi__ic{background:var(--success)}.cohi.lose .cohi__ic{background:var(--danger)}.cohi__k{font-family:var(--font-mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;font-weight:600}.cohi.win .cohi__k{color:var(--success)}.cohi.lose .cohi__k{color:var(--danger)}.cohi__l{font-size:16px;font-weight:600;color:var(--text);margin-top:4px}.cohi__v{display:flex;align-items:baseline;gap:10px;margin-top:8px}.cohi__v b{font-family:var(--font-mono);font-size:28px;font-weight:700;color:var(--text);letter-spacing:-.025em}.cohi__v .dl{font-size:13px;font-weight:600}.cohi.win .cohi__v .dl{color:var(--success)}.cohi.lose .cohi__v .dl{color:var(--danger)}.cohi__s{font-size:12px;color:var(--text-3);margin-top:2px}.segchips{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:10px;gap:10px}.segchip{padding:14px;border:1px solid var(--border);border-radius:var(--r-md);background:var(--surface);transition:border-color .3s,transform .3s}.segchip:hover{border-color:var(--brand-orange-ring);transform:translateY(-2px)}.segchip .top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.segchip .top .l{font-size:13px;font-weight:500;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.segchip .sub{font-size:11px;color:var(--text-3)}.segchip .sub b{color:var(--text-2)}.histwrap svg,.scatterwrap svg{width:100%;display:block;overflow:visible}.scatter-quad{stroke:var(--chart-grid);stroke-dasharray:3 3}.scatter-axlbl{fill:var(--text-3);font-size:11px}.scatter-q1{fill:var(--success)}.scatter-q1,.scatter-q2{font-size:10px;font-weight:600}.scatter-q2{fill:var(--danger)}.histbars{display:flex;align-items:flex-end;gap:2px;height:130px}.histbars i{flex:1 1;border-radius:2px}.histlegend{display:flex;gap:14px;flex-wrap:wrap;margin-top:14px;font-size:12px;color:var(--text-3)}.histlegend b{color:var(--text)}.histlegend .bad{color:var(--danger)}.vt__r .av{width:28px;height:28px;border-radius:50%;background:var(--brand-orange-soft);color:var(--brand-orange);display:grid;place-items:center;font-family:var(--font-mono);font-size:11px;font-weight:600;flex-shrink:0}.vt__r .who{display:flex;align-items:center;gap:11px}.vt__r .who .nm{font-size:13px;font-weight:500;color:var(--text)}.vt__r .who .em{font-size:11px;color:var(--text-4)}.callout{display:flex;gap:14px;padding:18px;border-radius:var(--r-lg);border:1px solid transparent}.callout.warn{background:var(--warning-soft)}.callout.brand{background:var(--brand-orange-soft)}.callout__ic{width:32px;height:32px;border-radius:var(--r-sm);color:#fff;display:grid;place-items:center;flex-shrink:0}.callout.warn .callout__ic{background:var(--warning)}.callout.brand .callout__ic{background:var(--brand-orange)}.callout__ic svg{width:16px;height:16px}.callout b{display:block;font-size:13px;font-weight:600;color:var(--text);margin-bottom:4px}.callout p{font-size:13px;line-height:1.55;color:var(--text-2);margin:0}.callout p strong{color:var(--text)}.callout .acts{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap}.miniact{font-size:12px;font-weight:600;padding:7px 13px;border-radius:var(--r-sm);cursor:default}.miniact.primary{background:var(--brand-orange);color:var(--text-on-brand)}.miniact.ghost{background:transparent;border:1px solid var(--border-2);color:var(--text-2)}.livemap{position:relative;width:100%;aspect-ratio:2/1;border-radius:var(--r-md);overflow:hidden;background:linear-gradient(135deg,var(--surface-2),var(--surface))}.livemap__dots{position:absolute;inset:0;width:100%;height:100%;opacity:.5}.livemap__pin{position:absolute;transform:translate(-50%,-50%)}.livemap__pin i{display:block;width:8px;height:8px;border-radius:50%;background:var(--brand-orange);box-shadow:0 0 0 2px color-mix(in srgb,var(--brand-orange) 25%,transparent),0 0 0 5px color-mix(in srgb,var(--brand-orange) 10%,transparent);animation:livePulse 1.9s var(--ease-out) infinite}.livemap__pin .lbl{position:absolute;left:13px;top:-7px;padding:3px 7px;background:var(--text);color:var(--bg);font-size:10px;font-weight:600;border-radius:4px;white-space:nowrap}.lfeed{max-height:320px;overflow:hidden}.lfeed__r{display:flex;align-items:center;gap:10px;padding:11px 18px;border-bottom:1px solid var(--divider)}.lfeed__r:last-child{border-bottom:0}.lfeed__ic{width:24px;height:24px;border-radius:var(--r-sm);display:grid;place-items:center;flex-shrink:0}.lfeed__ic svg{width:12px;height:12px}.lfeed__ic.play{background:var(--info-soft);color:var(--info)}.lfeed__ic.cta{background:var(--brand-orange-soft);color:var(--brand-orange)}.lfeed__ic.conv{background:var(--success-soft);color:var(--success)}.lfeed__ic.pitch{background:var(--warning-soft);color:var(--warning)}.lfeed__r .msg{flex:1 1;font-size:12px;color:var(--text-2)}.lfeed__r .geo{font-size:13px}.lfeed__r .tm{font-family:var(--font-mono);font-size:10px;color:var(--text-4)}.replays{display:grid;grid-template-columns:minmax(300px,1fr) 1.4fr;grid-gap:16px;gap:16px}@media (max-width:900px){.replays{grid-template-columns:1fr}}.rlist__r{display:flex;flex-direction:column;gap:6px;padding:12px 18px;border-bottom:1px solid var(--divider);border-left:2px solid transparent}.rlist__r.on{background:var(--surface-2);border-left-color:var(--brand-orange)}.rlist__r .top{display:flex;align-items:center;gap:8px}.rlist__r .top .nm{font-size:13px;font-weight:500;color:var(--text);flex:1 1}.rlist__r .meta,.rlist__r .vid{font-size:11px;color:var(--text-3)}.rlist__r .meta{display:flex;align-items:center;gap:12px;font-family:var(--font-mono)}.rlist__r .meta .sc{margin-left:auto;font-weight:600}.rstage{position:relative;aspect-ratio:16/9;background:radial-gradient(ellipse,#1A1014,#0A0405);display:grid;place-items:center;text-align:center}.rstage .rs-k{font-family:var(--font-mono);font-size:11px;color:rgba(255,245,237,.55)}.rstage .rs-h{font-size:18px;font-weight:600;color:#FFF5ED;margin-top:6px;letter-spacing:-.02em}.rstage .cursor2{position:absolute;left:42%;top:46%}.rstage .cursor2 svg{width:16px;height:16px}.rtimeline{padding:16px 18px}.rtrack{position:relative;height:22px}.rtrack .base{right:0;background:var(--surface-3)}.rtrack .base,.rtrack .fillr{position:absolute;left:0;top:50%;transform:translateY(-50%);height:4px;border-radius:999px}.rtrack .fillr{background:var(--brand-orange)}.rtrack .ev{position:absolute;top:50%;transform:translate(-50%,-50%);width:12px;height:12px;border-radius:50%;border:2px solid var(--surface)}.revlist{border-top:1px solid var(--border)}.revlist__r{display:grid;grid-template-columns:52px 1fr 80px;align-items:center;padding:10px 18px;border-bottom:1px solid var(--divider);font-size:12px}.revlist__r:last-child{border-bottom:0}.revlist__r .tm{font-family:var(--font-mono);color:var(--text-3)}.revlist__r .lab{display:inline-flex;align-items:center;gap:8px;color:var(--text)}.revlist__r .lab i{width:8px;height:8px;border-radius:50%;flex-shrink:0}.revlist__r .ty{color:var(--text-3);text-transform:capitalize;text-align:right}.benchgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));grid-gap:14px;gap:14px}.bench{padding:18px;border:1px solid var(--border);border-radius:var(--r-lg);background:var(--surface)}.bench__top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:14px}.bench__k{font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:var(--text-4)}.bench__k,.bench__v{font-family:var(--font-mono)}.bench__v{font-size:22px;font-weight:700;color:var(--text);margin-top:5px;letter-spacing:-.02em}.bench__rows{display:flex;flex-direction:column;gap:8px}.bench__rw{display:grid;grid-template-columns:56px 1fr 54px;align-items:center;grid-gap:8px;gap:8px}.bench__rw .l{font-size:11px;color:var(--text-3)}.bench__rw .l.strong{color:var(--text);font-weight:600}.bench__rw .bar{height:6px;border-radius:999px;background:var(--surface-2)}.bench__rw .bar i{display:block;height:100%;border-radius:inherit}.bench__rw .bar i.you{background:var(--brand-orange)}.bench__rw .bar i.med{background:var(--text-4)}.bench__rw .bar i.top{background:var(--success)}.bench__rw .n{font-family:var(--font-mono);font-size:11px;color:var(--text-2);text-align:right}.iqpage main{position:relative;z-index:1}.iqpage .reveal{opacity:1;transform:translateY(24px);transition:transform .8s var(--ease-out)}.iqpage .reveal.in{transform:none}@media (prefers-reduced-motion:reduce){.iqpage .reveal{transform:none}}.iqsection{position:relative;padding-block:clamp(64px,9vw,130px)}.iqhead{max-width:740px}.iqhead.center{margin-inline:auto;text-align:center}.iqhead h2{font-family:var(--font-display);font-weight:400;font-size:clamp(34px,4.6vw,62px);line-height:1;letter-spacing:-.01em;margin:16px 0 0}.iqhead h2 em{font-style:italic;color:var(--brand-orange)}.iqhead p{font-size:clamp(16px,1.4vw,19px);line-height:1.6;color:var(--text-2);margin:18px 0 0;max-width:60ch}.iqhead.center p{margin-inline:auto}.iqhero{position:relative;padding-top:calc(var(--nav-h) + clamp(40px, 7vw, 86px));padding-bottom:clamp(36px,5vw,64px)}.iqhero .wrap{display:grid;grid-template-columns:1fr 1.02fr;grid-gap:clamp(36px,5vw,72px);gap:clamp(36px,5vw,72px);align-items:center}@media (max-width:960px){.iqhero .wrap{grid-template-columns:1fr;gap:40px}}.iqhero__badge{display:inline-flex;align-items:center;gap:9px;margin-bottom:22px;padding:7px 14px 7px 9px;border-radius:var(--r-full);background:color-mix(in srgb,var(--brand-orange) 12%,transparent);border:1px solid var(--brand-orange-ring);font-size:var(--text-sm);color:var(--brand-orange);font-weight:500}.iqhero__badge svg{width:14px;height:14px}.iqhero__title{font-family:var(--font-display);font-weight:400;font-size:clamp(44px,6.4vw,92px);line-height:.97;letter-spacing:-.015em;margin:0}.iqhero__title em{font-style:italic;color:var(--brand-orange)}.iqhero__sub{font-size:clamp(17px,1.6vw,21px);line-height:1.55;color:var(--text-2);max-width:52ch;margin:24px 0 30px}.iqhero__cta{display:flex;flex-wrap:wrap;gap:14px;align-items:center}.copilot{border-radius:var(--r-xl);overflow:hidden;border:1px solid var(--border-2);box-shadow:var(--shadow-3);background:var(--surface);display:flex;flex-direction:column;min-height:480px}.copilot__bar{display:flex;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--surface-2) 60%,transparent)}.copilot__ic{width:28px;height:28px;border-radius:var(--r-sm);background:var(--brand-orange);color:#1A0500;display:grid;place-items:center}.copilot__ic svg{width:15px;height:15px}.copilot__t{font-size:13px;font-weight:600;color:var(--text)}.copilot__t span{display:block;font-size:10.5px;font-weight:500;color:var(--text-3)}.copilot__scope{margin-left:auto;display:inline-flex;align-items:center;gap:6px;font-family:var(--font-mono);font-size:10px;color:var(--text-3);background:var(--surface);border:1px solid var(--border-2);padding:5px 10px;border-radius:var(--r-full)}.copilot__scope i{width:6px;height:6px;border-radius:50%;background:var(--success)}.copilot__feed{flex:1 1;padding:18px;display:flex;flex-direction:column;gap:16px;overflow:hidden}.msg{display:flex;gap:11px;opacity:1;transform:none;animation:msgIn .45s var(--ease-out) both}@keyframes msgIn{0%{transform:translateY(10px)}to{transform:none}}@media (prefers-reduced-motion:reduce){.msg{animation:none}}.msg.user{justify-content:flex-end}.msg.user .bub{max-width:80%;padding:10px 14px;border:1px solid var(--brand-orange-ring);border-radius:14px 14px 4px 14px;font-size:13.5px;line-height:1.5;color:var(--text)}.msg.user .bub,.msg__ic{background:var(--brand-orange-soft)}.msg__ic{width:28px;height:28px;border-radius:var(--r-sm);color:var(--brand-orange);display:grid;place-items:center;flex-shrink:0}.msg__ic svg{width:14px;height:14px}.msg__body{flex:1 1;min-width:0;font-size:13.5px;line-height:1.65;color:var(--text-2)}.msg__body b{color:var(--text);font-weight:600}.msg__body ul{margin:10px 0 0;padding-left:18px;display:flex;flex-direction:column;gap:7px}.msg__body li{line-height:1.5}.msg__body li b{color:var(--brand-orange)}.thinking{display:inline-flex;gap:4px;align-items:center}.thinking i{width:6px;height:6px;border-radius:50%;background:var(--brand-orange);animation:think 1.2s infinite}.thinking i:nth-child(2){animation-delay:.15s}.thinking i:nth-child(3){animation-delay:.3s}@keyframes think{0%,60%,to{opacity:.25;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.ans-chart{margin-top:12px;padding:13px;border-radius:var(--r-md);border:1px solid var(--border);background:var(--surface-2)}.ans-chart__t{font-size:10.5px;font-weight:600;color:var(--text-3);margin-bottom:9px}.ans-chart svg{width:100%;height:84px;display:block;overflow:visible}.ans-forearea{fill:var(--brand-orange);opacity:.18}.ans-foreline{fill:none;stroke:var(--brand-orange);stroke-width:2}.ans-band{fill:var(--brand-orange);opacity:.14}.ans-cliffrow{display:grid;grid-template-columns:64px 34px 1fr 38px;align-items:center;grid-gap:8px;gap:8px;padding:3px 0}.ans-cliffrow .tm,.ans-cliffrow .vid{font-family:var(--font-mono);font-size:10.5px;color:var(--text-3)}.ans-cliffrow .br{height:7px;border-radius:999px;background:var(--surface-3);overflow:hidden}.ans-cliffrow .br span{display:block;height:100%;border-radius:inherit;background:var(--brand-orange)}.ans-cliffrow .pc{font-family:var(--font-mono);font-size:10.5px;font-weight:600;color:var(--text);text-align:right}.ans-copy{margin-top:12px;display:flex;flex-direction:column;gap:7px}.ans-copy .opt{display:flex;align-items:center;gap:9px;padding:9px 12px;border-radius:var(--r-sm);border:1px solid var(--border);background:var(--surface-2);font-size:12.5px;color:var(--text)}.ans-copy .opt .sc{margin-left:auto;font-family:var(--font-mono);font-size:10px;font-weight:600;color:var(--success);background:var(--success-soft);padding:2px 7px;border-radius:var(--r-full);flex-shrink:0}.copilot__dock{border-top:1px solid var(--border);padding:13px 16px;background:var(--bg)}.copilot__chips{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:11px}.iqchip{font-size:12px;font-weight:500;padding:7px 12px;border-radius:var(--r-full);border:1px solid var(--border-2);background:var(--surface-2);color:var(--text-2);cursor:pointer;transition:border-color var(--dur),color var(--dur),background var(--dur);white-space:nowrap}.iqchip:hover{color:var(--text);border-color:var(--brand-orange-ring)}.iqchip.on{background:var(--brand-orange);border-color:var(--brand-orange);color:#1A0500;font-weight:600}.copilot__input{display:flex;align-items:center;gap:9px;padding:9px 10px 9px 14px;border-radius:var(--r-lg);border:1px solid var(--border-2);background:var(--surface-2)}.copilot__input span{flex:1 1;font-size:13px;color:var(--text-4)}.copilot__send{width:32px;height:32px;border-radius:var(--r-sm);background:var(--brand-orange);color:#1A0500;display:grid;place-items:center;flex-shrink:0}.copilot__send svg{width:15px;height:15px}.jobs{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}@media (max-width:860px){.jobs{grid-template-columns:repeat(2,1fr)}}@media (max-width:540px){.jobs{grid-template-columns:1fr}}.job{position:relative;padding:24px;border-radius:var(--r-lg);border:1px solid var(--border);overflow:hidden;background:linear-gradient(180deg,color-mix(in srgb,var(--surface-2) 55%,transparent),var(--surface));transition:border-color .3s,transform .3s,box-shadow .3s}.job:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;pointer-events:none;opacity:0;transition:opacity .35s;background:linear-gradient(140deg,var(--brand-orange),transparent 45%);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.job:hover{transform:translateY(-3px);border-color:var(--brand-orange-ring);box-shadow:0 16px 40px rgba(0,0,0,.35)}.job:hover:before{opacity:.8}.job__n{font-family:var(--font-mono);font-size:11px;color:var(--text-4)}.job__ic{width:40px;height:40px;border-radius:var(--r-md);background:var(--brand-orange-soft);color:var(--brand-orange);display:grid;place-items:center;margin:12px 0 14px}.job__ic svg{width:20px;height:20px}.job h4{font-size:var(--text-lg);font-weight:600;color:var(--text);margin:0 0 6px}.job p{font-size:var(--text-sm);line-height:1.55;color:var(--text-3);margin:0 0 12px}.job__ex{font-style:italic;font-size:12.5px;color:var(--text-4);padding-left:11px;border-left:2px solid var(--brand-orange-ring)}.grounded{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}@media (max-width:760px){.grounded{grid-template-columns:repeat(2,1fr)}}.ground{position:relative;padding:22px;border-radius:var(--r-lg);border:1px solid var(--border);overflow:hidden;background:linear-gradient(180deg,color-mix(in srgb,var(--surface-2) 55%,transparent),var(--surface));transition:border-color .3s,transform .3s,box-shadow .3s}.ground:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;pointer-events:none;opacity:0;transition:opacity .35s;background:linear-gradient(140deg,var(--brand-orange),transparent 45%);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.ground:hover{border-color:var(--brand-orange-ring);transform:translateY(-3px);box-shadow:0 16px 40px rgba(0,0,0,.32)}.ground:hover:before{opacity:.8}.ground__ic{width:38px;height:38px;border-radius:var(--r-md);background:var(--brand-orange-soft);border:1px solid var(--brand-orange-ring);color:var(--brand-orange);display:grid;place-items:center;margin-bottom:14px}.ground__ic svg{width:17px;height:17px}.ground h4{font-size:var(--text-md);font-weight:600;color:var(--text);margin:0 0 6px}.ground p{font-size:var(--text-sm);line-height:1.5;color:var(--text-3);margin:0}.idive{display:grid;grid-template-columns:1fr 1.05fr;grid-gap:clamp(36px,5vw,80px);gap:clamp(36px,5vw,80px);align-items:center}.idive+.idive{margin-top:clamp(72px,10vw,130px)}.idive.flip .idive__copy{order:2}@media (max-width:920px){.idive,.idive.flip{grid-template-columns:1fr;gap:32px}.idive.flip .idive__copy{order:0}}.idive__copy h3{font-family:var(--font-display);font-weight:400;font-size:clamp(30px,3.6vw,50px);line-height:1.04;letter-spacing:-.01em;margin:16px 0 0}.idive__copy h3 em{font-style:italic;color:var(--brand-orange)}.idive__copy p{font-size:var(--text-lg);line-height:1.6;color:var(--text-2);margin:18px 0 0;max-width:46ch}.idive__list{list-style:none;padding:0;margin:24px 0 0;display:flex;flex-direction:column;gap:11px}.idive__list li{display:flex;align-items:flex-start;gap:11px;font-size:var(--text-base);color:var(--text-2)}.idive__list svg{width:18px;height:18px;color:var(--brand-orange);flex-shrink:0;margin-top:2px}.ipanel{position:relative;border-radius:var(--r-xl);background:var(--surface);border:1px solid var(--border-2);box-shadow:var(--shadow-3);overflow:hidden}.ipanel__bar{display:flex;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--surface-2) 60%,transparent)}.ipanel__bar .ic{width:26px;height:26px;border-radius:var(--r-sm);background:var(--brand-orange-soft);color:var(--brand-orange);display:grid;place-items:center}.ipanel__bar .ic svg{width:14px;height:14px}.ipanel__bar .t{font-size:var(--text-sm);font-weight:600;color:var(--text)}.ipanel__body{padding:20px}.insights{display:flex;flex-direction:column;gap:10px}.insight{display:flex;gap:12px;padding:14px;border-radius:var(--r-md);border:1px solid var(--border);background:var(--surface-2)}.insight__tag{flex-shrink:0;width:30px;height:30px;border-radius:var(--r-sm);display:grid;place-items:center}.insight__tag svg{width:15px;height:15px}.insight__tag.attn{background:var(--danger-soft);color:var(--danger)}.insight__tag.opp{background:var(--success-soft);color:var(--success)}.insight__tag.idea{background:var(--brand-orange-soft);color:var(--brand-orange)}.insight__tx b{display:block;font-size:13px;font-weight:600;color:var(--text);margin-bottom:3px}.insight__tx span{font-size:12px;line-height:1.5;color:var(--text-3)}.insight__tx em{font-style:normal;color:var(--brand-orange);font-weight:600}.fore__top{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:14px}.fore__v{font-family:var(--font-mono);font-weight:600;font-size:36px;letter-spacing:-.02em;line-height:1;color:var(--text)}.fore__v em{font-style:normal;color:var(--brand-orange)}.fore__k{font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--text-4);margin-bottom:5px}.fore__band,.fore__k{font-family:var(--font-mono)}.fore__band{font-size:11px;color:var(--success);background:var(--success-soft);padding:4px 10px;border-radius:var(--r-full)}.fore__plot{height:168px}.fore__plot svg{width:100%;height:100%;display:block;overflow:visible}.fore-grid line{stroke:var(--chart-grid)}.fore-hist{stroke:var(--chart-1);stroke-width:2.5;stroke-linejoin:round}.fore-hist,.fore-proj{fill:none;vector-effect:non-scaling-stroke}.fore-proj{stroke:var(--brand-orange);stroke-width:2.5;stroke-dasharray:5 4;stroke-linejoin:round}.fore-bandfill{fill:var(--brand-orange);opacity:.12}.fore-now{stroke:var(--text-4);stroke-width:1;stroke-dasharray:3 3;opacity:.5}.fore-nowlbl{font-family:var(--font-mono);font-size:9px;fill:var(--text-4)}.write{display:flex;flex-direction:column;gap:10px}.write__q{font-size:12.5px;color:var(--text-3);padding:10px 13px;border-radius:var(--r-md);border:1px dashed var(--border-2);background:var(--surface-2)}.write__q b{color:var(--text)}.wopt{display:flex;align-items:center;gap:11px;padding:12px 13px;border-radius:var(--r-md);border:1px solid var(--border);background:var(--surface-2)}.wopt.win{border-color:var(--brand-orange-ring);background:var(--brand-orange-soft)}.wopt__tx{flex:1 1;font-size:13px;color:var(--text);line-height:1.4}.wopt__meta{display:flex;flex-direction:column;align-items:flex-end;gap:3px;flex-shrink:0}.wopt__sc{font-size:14px;font-weight:700;color:var(--brand-orange)}.wopt__sc,.wopt__t{font-family:var(--font-mono)}.wopt__t{font-size:10px;color:var(--text-4)}.wopt__bdg{font-family:var(--font-mono);font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--success)}.dub2{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:8px;gap:8px}.dub2 .d{display:flex;align-items:center;gap:9px;padding:11px;border-radius:var(--r-md);border:1px solid var(--border);background:var(--surface-2)}.dub2 .d .fl{font-size:18px}.dub2 .d .nm{font-size:12.5px;font-weight:500;color:var(--text)}.dub2 .d .st{margin-left:auto;font-family:var(--font-mono);font-size:9.5px;color:var(--success)}.dub2 .d .st.pend{color:var(--warning)}.iqcta{position:relative;text-align:center;padding-block:clamp(80px,13vw,170px)}.iqcta h2{font-family:var(--font-display);font-weight:400;font-size:clamp(40px,7vw,96px);line-height:.98;letter-spacing:-.01em;margin:0 0 20px}.iqcta h2 em{font-style:italic;color:var(--brand-orange)}.iqcta p{font-size:clamp(17px,1.6vw,21px);color:var(--text-2);max-width:46ch;margin:0 auto 34px}.iqcta__cta{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.ppage main{position:relative;z-index:1}.ppage .reveal{opacity:1;transform:translateY(24px);transition:transform .8s var(--ease-out)}.ppage .reveal.in{transform:none}@media (prefers-reduced-motion:reduce){.ppage .reveal{transform:none}}.psection{position:relative;padding-block:clamp(56px,8vw,116px)}.phead{max-width:760px;margin-inline:auto;text-align:center}.phead h2{font-family:var(--font-display);font-weight:400;font-size:clamp(34px,4.6vw,60px);line-height:1;letter-spacing:-.01em;margin:16px 0 0}.phead h2 em{font-style:italic;color:var(--brand-orange)}.phead p{font-size:clamp(16px,1.4vw,19px);line-height:1.6;color:var(--text-2);margin:18px auto 0;max-width:56ch}.phero{position:relative;padding-top:calc(var(--nav-h) + clamp(44px, 7vw, 96px));padding-bottom:clamp(20px,3vw,40px);text-align:center}.phero__badge{display:inline-flex;align-items:center;gap:9px;margin-bottom:22px;padding:7px 14px 7px 8px;border-radius:var(--r-full);background:color-mix(in srgb,var(--surface) 60%,transparent);border:1px solid var(--border-2);font-size:var(--text-sm);color:var(--text-2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.phero__badge .dot{width:7px;height:7px;border-radius:50%;background:var(--brand-orange)}.phero__title{font-family:var(--font-display);font-weight:400;font-size:clamp(46px,7.2vw,100px);line-height:.96;letter-spacing:-.015em;margin:0}.phero__title em{font-style:italic;color:var(--brand-orange)}.phero__sub{font-size:clamp(17px,1.6vw,21px);line-height:1.55;color:var(--text-2);max-width:50ch;margin:24px auto 0}.billtoggle{position:relative;display:inline-flex;align-items:center;gap:4px;margin-top:32px;padding:5px;border-radius:var(--r-full);background:var(--surface-2);border:1px solid var(--border)}.billtoggle button{position:relative;font-size:13.5px;font-weight:600;padding:9px 20px;border-radius:var(--r-full);color:var(--text-3);cursor:pointer;transition:color var(--dur);white-space:nowrap}.billtoggle button.on{color:var(--text-on-brand)}.billtoggle .glider{position:absolute;inset:5px auto 5px 5px;border-radius:var(--r-full);background:var(--brand-orange);box-shadow:var(--shadow-1);transition:transform var(--ease-spring) .42s,width var(--ease-spring) .42s;z-index:0}.billtoggle button span{position:relative;z-index:1}.billtoggle .save{margin-left:7px;font-family:var(--font-mono);font-size:10px;font-weight:600;padding:2px 7px;border-radius:var(--r-full);background:var(--success-soft);color:var(--success)}.billtoggle button.on .save{background:rgba(255,255,255,.25);color:#fff}.plans{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;align-items:stretch;max-width:1040px;margin:0 auto}@media (max-width:900px){.plans{grid-template-columns:1fr;max-width:460px}}.pcard{position:relative;display:flex;flex-direction:column;padding:30px;border-radius:var(--r-xl);background:var(--surface);border:1px solid var(--border)}.pcard.pop{border-color:var(--brand-orange);box-shadow:0 30px 80px -30px var(--brand-orange-ring)}.pcard.pop:before{content:"Most popular";position:absolute;top:-11px;left:30px;font-size:10px;font-weight:600;color:var(--text-on-brand);background:var(--brand-orange);padding:4px 12px;border-radius:var(--r-full)}.pcard.pop:before,.pcard__name{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase}.pcard__name{font-size:var(--text-sm);color:var(--text-3)}.pcard__price{display:flex;align-items:baseline;gap:4px;margin:18px 0 4px}.pcard__price .cur{font-size:30px;color:var(--text-2);align-self:flex-start;margin-top:10px}.pcard__amt,.pcard__price .cur{font-family:var(--font-display)}.pcard__amt{font-weight:400;font-size:68px;letter-spacing:-.02em;line-height:1;color:var(--text);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;transition:opacity .2s}.pcard__per{font-size:var(--text-md);color:var(--text-3);font-weight:500}.pcard__note{font-size:var(--text-sm);color:var(--text-3);min-height:36px;margin-bottom:4px}.pcard__note .annsave{color:var(--success);font-weight:600}.pcard .btn{width:100%;margin:6px 0 22px}.pcard__feats{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px;flex:1 1}.pcard__feats li{display:flex;align-items:flex-start;gap:10px;font-size:var(--text-base);color:var(--text-2)}.pcard__feats li svg{width:17px;height:17px;color:var(--brand-orange);flex-shrink:0;margin-top:2px}.pcard__feats li.muted,.pcard__feats li.muted svg{color:var(--text-4)}.pcard__feats .grouplbl{font-family:var(--font-mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--text-4);margin-top:6px}.ledger{max-width:980px;margin:0 auto;border:1px solid var(--border);border-radius:var(--r-xl);overflow:hidden;background:var(--surface)}.ledger__head{position:-webkit-sticky;position:sticky;top:var(--nav-h);z-index:20;display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;background:color-mix(in srgb,var(--surface-2) 92%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.ledger__head .col{padding:16px 18px;text-align:center}.ledger__head .col:first-child{text-align:left}.ledger__head .pn{font-family:var(--font-mono);font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--text-3)}.ledger__head .pp{font-family:var(--font-display);font-size:28px;color:var(--text);line-height:1;margin-top:4px}.ledger__head .pp small{font-size:13px;color:var(--text-4);font-family:var(--font-sans)}.ledger__head .col.pop{background:var(--brand-orange-soft)}.ledger__head .col.pop .pp{color:var(--brand-orange)}.ledger__group{display:grid;grid-template-columns:1fr}.ledger__grouplbl{padding:13px 18px;font-family:var(--font-mono);font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--text-3);background:color-mix(in srgb,var(--surface-2) 55%,transparent)}.ledger__grouplbl,.lrow{border-bottom:1px solid var(--divider)}.lrow{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr}.lrow:last-child{border-bottom:0}.lrow .lc{padding:13px 18px;font-size:13.5px;color:var(--text-2);display:flex;align-items:center;justify-content:center;text-align:center}.lrow .lc:first-child{justify-content:flex-start;text-align:left;color:var(--text);font-weight:500}.lrow .lc.pop{background:color-mix(in srgb,var(--brand-orange) 5%,transparent)}.lrow .lc .yes{color:var(--brand-orange)}.lrow .lc .no{color:var(--text-4)}.lrow .lc svg{width:17px;height:17px}.lrow .lc .val{font-family:var(--font-mono);font-size:13px;font-weight:600;color:var(--text)}.lrow .lc .hint{font-size:11px;color:var(--text-4)}@media (max-width:760px){.ledger{overflow-x:auto}.ledger__inner{min-width:680px}}.allget{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px;max-width:1000px;margin:0 auto}@media (max-width:760px){.allget{grid-template-columns:repeat(2,1fr)}}.allget__c{position:relative;padding:22px;border-radius:var(--r-lg);border:1px solid var(--border);overflow:hidden;background:linear-gradient(180deg,color-mix(in srgb,var(--surface-2) 55%,transparent),var(--surface));transition:border-color .3s,transform .3s,box-shadow .3s}.allget__c:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;pointer-events:none;opacity:0;transition:opacity .35s;background:linear-gradient(140deg,var(--brand-orange),transparent 45%);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.allget__c:hover{border-color:var(--brand-orange-ring);transform:translateY(-3px);box-shadow:0 16px 40px rgba(0,0,0,.32)}.allget__c:hover:before{opacity:.8}.allget__c .ic{width:38px;height:38px;border-radius:var(--r-md);background:var(--brand-orange-soft);border:1px solid var(--brand-orange-ring);color:var(--brand-orange);display:grid;place-items:center;margin-bottom:12px}.allget__c .ic svg{width:17px;height:17px}.allget__c b{display:block;font-size:var(--text-md);font-weight:600;color:var(--text);margin-bottom:5px}.allget__c span{font-size:var(--text-sm);line-height:1.5;color:var(--text-3)}.faq{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:10px}.faqitem{border:1px solid var(--border);border-radius:var(--r-lg);background:var(--surface);overflow:hidden;transition:border-color var(--dur)}.faqitem.open{border-color:var(--brand-orange-ring)}.faqitem__q{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;padding:20px 22px;cursor:pointer;text-align:left}.faqitem__q span{font-size:var(--text-lg);font-weight:600;color:var(--text)}.faqitem__q .pm{position:relative;width:18px;height:18px;flex-shrink:0}.faqitem__q .pm:after,.faqitem__q .pm:before{content:"";position:absolute;background:var(--brand-orange);border-radius:2px;transition:transform var(--dur) var(--ease-out)}.faqitem__q .pm:before{left:0;top:8px;width:18px;height:2px}.faqitem__q .pm:after{left:8px;top:0;width:2px;height:18px}.faqitem.open .pm:after{transform:scaleY(0)}.faqitem__a{max-height:0;overflow:hidden;transition:max-height var(--ease-out) .4s}.faqitem__a p{padding:0 22px 22px;margin:0;font-size:var(--text-base);line-height:1.65;color:var(--text-2)}.pcta{position:relative;text-align:center;padding-block:clamp(80px,13vw,170px)}.pcta h2{font-family:var(--font-display);font-weight:400;font-size:clamp(40px,7vw,96px);line-height:.98;letter-spacing:-.01em;margin:0 0 20px}.pcta h2 em{font-style:italic;color:var(--brand-orange)}.pcta p{font-size:clamp(17px,1.6vw,21px);color:var(--text-2);max-width:46ch;margin:0 auto 34px}.pcta__cta{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.mpage{position:relative;z-index:1}.mhero{padding:calc(var(--nav-h) + clamp(48px, 9vw, 120px)) 0 clamp(40px,6vw,72px)}.mhero.center{text-align:center}.mhero__badge{display:inline-flex;align-items:center;gap:9px;margin-bottom:22px;padding:7px 14px 7px 11px;border-radius:var(--r-full);background:color-mix(in srgb,var(--surface) 60%,transparent);border:1px solid var(--border-2);font-size:var(--text-sm);color:var(--text-2)}.mhero__badge .dot{width:7px;height:7px;border-radius:50%;background:var(--success);box-shadow:0 0 0 0 var(--success);animation:livePulse 2.2s infinite}.mhero__title{font-family:var(--font-display);font-weight:400;font-size:clamp(44px,7vw,92px);line-height:.98;letter-spacing:-.01em;margin:0}.mhero__title em{font-style:italic;color:var(--brand-orange)}.mhero__sub{font-size:clamp(17px,1.6vw,21px);line-height:1.6;color:var(--text-2);max-width:60ch;margin:22px 0 0}.mhero.center .mhero__sub{margin-inline:auto}.mhero__cta{display:flex;flex-wrap:wrap;gap:14px;margin-top:32px}.mhero.center .mhero__cta{justify-content:center}.msection{padding-block:clamp(40px,6vw,80px)}.msection.tight{padding-top:0}.mhead{max-width:640px;margin-bottom:clamp(28px,4vw,48px)}.mhead.center{margin-inline:auto;text-align:center}.mhead h2{font-family:var(--font-display);font-weight:400;font-size:clamp(30px,4vw,52px);line-height:1.02;letter-spacing:-.01em;margin:14px 0 0}.mhead h2 em{font-style:italic;color:var(--brand-orange)}.mhead p{font-size:var(--text-lg);line-height:1.6;color:var(--text-2);margin:14px 0 0}.mhead.center p{margin-inline:auto;max-width:56ch}.mstats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1px;gap:1px;background:var(--border);border-block:1px solid var(--border)}@media (max-width:760px){.mstats{grid-template-columns:repeat(2,1fr)}}.mstat{background:var(--bg);padding:clamp(24px,3.5vw,40px) 22px;text-align:center}.mstat .v{font-family:var(--font-mono);font-size:clamp(30px,4vw,52px);font-weight:600;letter-spacing:-.03em;line-height:1;color:var(--text)}.mstat .v em{font-style:normal;color:var(--brand-orange)}.mstat .k{font-size:var(--text-sm);color:var(--text-3);margin-top:10px}.mgrid{display:grid;grid-gap:16px;gap:16px}.mgrid.c3{grid-template-columns:repeat(3,1fr)}.mgrid.c4{grid-template-columns:repeat(4,1fr)}.mgrid.c2{grid-template-columns:repeat(2,1fr)}@media (max-width:900px){.mgrid.c3,.mgrid.c4{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.mgrid.c2,.mgrid.c3,.mgrid.c4{grid-template-columns:1fr}}.mcard{position:relative;padding:24px;border-radius:var(--r-lg);background:linear-gradient(180deg,color-mix(in srgb,var(--surface-2) 70%,transparent),var(--surface));border:1px solid var(--border);transition:border-color .3s var(--ease-out),transform .4s var(--ease-out),box-shadow .4s var(--ease-out)}.mcard:hover{transform:translateY(-3px);border-color:var(--brand-orange-ring);box-shadow:0 16px 40px rgba(0,0,0,.28)}.mcard__ic{width:38px;height:38px;border-radius:var(--r-md);display:grid;place-items:center;background:var(--brand-orange-soft);color:var(--brand-orange);margin-bottom:16px}.mcard__ic svg{width:19px;height:19px}.mcard h3{font-size:var(--text-xl);font-weight:600;color:var(--text);margin:0 0 8px;letter-spacing:-.01em}.mcard p{font-size:var(--text-base);line-height:1.6;color:var(--text-3);margin:0}.posts{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}@media (max-width:900px){.posts{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.posts{grid-template-columns:1fr}}.post{display:flex;flex-direction:column;border-radius:var(--r-lg);overflow:hidden;border:1px solid var(--border);background:var(--surface);transition:border-color .3s,transform .4s var(--ease-out)}.post:hover{transform:translateY(-3px);border-color:var(--brand-orange-ring)}.post__cover{aspect-ratio:16/9;background:radial-gradient(120% 120% at 30% 20%,color-mix(in srgb,var(--brand-orange) 30%,transparent),transparent 60%),linear-gradient(150deg,var(--surface-3),var(--surface))}.post__body{padding:20px 22px 24px;display:flex;flex-direction:column;gap:10px;flex:1 1}.post__cat{font-family:var(--font-mono);font-size:var(--text-2xs);letter-spacing:.12em;text-transform:uppercase;color:var(--brand-orange)}.post__t{font-size:var(--text-lg);font-weight:600;line-height:1.25;color:var(--text);letter-spacing:-.01em}.post__x{font-size:var(--text-sm);line-height:1.55;color:var(--text-3);flex:1 1}.post__meta{font-size:var(--text-xs);color:var(--text-4);margin-top:4px}.mrows{border-top:1px solid var(--border)}.mrow{display:grid;grid-template-columns:2fr 1fr 1fr auto;align-items:center;grid-gap:16px;gap:16px;padding:20px 4px;border-bottom:1px solid var(--border);transition:background .25s}.mrow:hover{background:color-mix(in srgb,var(--surface) 50%,transparent)}.mrow__t{font-size:var(--text-lg);font-weight:600;color:var(--text);letter-spacing:-.01em}.mrow__m{font-size:var(--text-sm);color:var(--text-3)}.mrow__cta{display:inline-flex;align-items:center;gap:7px;font-size:var(--text-md);font-weight:600;color:var(--brand-orange)}.mrow__cta svg{width:16px;height:16px}@media (max-width:760px){.mrow{grid-template-columns:1fr auto}.mrow__m{display:none}}.logowall{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1px;gap:1px;background:var(--border);border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden}@media (max-width:700px){.logowall{grid-template-columns:repeat(2,1fr)}}.logowall span{background:var(--bg);padding:28px 16px;text-align:center;font-size:var(--text-lg);font-weight:600;color:var(--text-3);letter-spacing:-.01em}.codepanel{border-radius:var(--r-lg);border:1px solid var(--border-2);background:var(--surface);overflow:hidden;box-shadow:var(--shadow-2)}.codepanel__bar{display:flex;align-items:center;gap:8px;padding:12px 16px;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--surface-2) 65%,transparent)}.codepanel__bar i{width:10px;height:10px;border-radius:50%;background:var(--border-3)}.codepanel__bar span{margin-left:8px;font-family:var(--font-mono);font-size:var(--text-xs);color:var(--text-3)}.codepanel pre{margin:0;padding:20px 22px;font-family:var(--font-mono);font-size:var(--text-sm);line-height:1.7;color:var(--text-2);overflow-x:auto}.codepanel pre .k{color:var(--brand-orange)}.codepanel pre .s{color:var(--chart-2)}.codepanel pre .c{color:var(--text-4)}.statusboard{border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden}.statusrow{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;border-bottom:1px solid var(--border)}.statusrow:last-child{border-bottom:0}.statusrow .nm{font-size:var(--text-base);font-weight:500;color:var(--text)}.spill{display:inline-flex;align-items:center;gap:7px;font-size:var(--text-sm);font-weight:600;color:var(--success)}.spill .d{width:8px;height:8px;border-radius:50%;background:var(--success);box-shadow:0 0 0 0 var(--success);animation:livePulse 2.2s infinite}.spill.degraded{color:var(--warning)}.spill.degraded .d{background:var(--warning);animation:none}.incidents{margin-top:clamp(28px,4vw,44px);flex-direction:column}.incident,.incidents{display:flex;gap:14px}.incident{padding:18px 20px;border-radius:var(--r-md);border:1px solid var(--border);background:var(--surface)}.incident .when{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--text-4);white-space:nowrap;min-width:92px}.incident .what b{color:var(--text);font-weight:600}.incident .what span{display:block;color:var(--text-3);font-size:var(--text-sm);margin-top:4px;line-height:1.55}.incident .res{margin-left:auto;font-size:var(--text-xs);font-weight:600;color:var(--success);align-self:flex-start}.mcta{text-align:center;padding-block:clamp(72px,12vw,160px);border-top:1px solid var(--border)}.mcta h2{font-family:var(--font-display);font-weight:400;font-size:clamp(38px,6vw,80px);line-height:.98;letter-spacing:-.01em;margin:0 0 18px}.mcta h2 em{font-style:italic;color:var(--brand-orange)}.mcta p{font-size:clamp(16px,1.5vw,20px);color:var(--text-2);max-width:46ch;margin:0 auto 32px}.mcta__cta{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.con-cta__btn svg{width:15px;height:15px;flex-shrink:0}.brand{display:inline-flex;align-items:center;gap:9px;font-family:var(--font-sans);line-height:1}.brand__word{font-size:21px;font-weight:700;letter-spacing:-.03em;color:var(--text)}.brand__tag{display:inline-flex;align-items:center;gap:7px;height:26px;padding:0 12px 0 9px;border-radius:var(--r-full);background:var(--brand-orange);color:#2a0903;font-size:16px;font-weight:800;letter-spacing:.01em}.brand__tag svg{width:13px;height:13px;fill:#2a0903}.logo:hover .brand__tag{background:var(--brand-orange-hover)}.barstack .col{height:100%}