:root{--bg:#090a0c;--bg-1:#0d0f12;--bg-2:#121519;--bg-3:#171b20;--bg-4:#1e232a;--fg:#e7eaf0;--fg-dim:#a2a9b7;--fg-faint:#7e8694;--fg-ghost:#454d59;--line:#ffffff0f;--line-2:#ffffff1c;--line-3:#ffffff2e;--gold:#e2b842;--gold-deep:#b68b1f;--gold-wash:#e2b8421f;--gold-line:#e2b8424d;--ai:#8e84f0;--ai-bright:#a99fff;--ai-wash:#8e84f021;--ai-line:#8e84f052;--pos:#3dbf86;--pos-wash:#3dbf8621;--pos-line:#3dbf864d;--neg:#e5484d;--neg-wash:#e5484d21;--neg-line:#e5484d52;--warn:#e0a93b;--warn-wash:#e0a93b21;--warn-line:#e0a93b52;--info:#5b8def;--info-wash:#5b8def21;--info-line:#5b8def4d;--sans:"IBM Plex Sans", -apple-system, system-ui, sans-serif;--mono:"IBM Plex Mono", "SF Mono", ui-monospace, monospace;--r:7px;--r-s:5px;--r-l:11px;--shadow:0 18px 50px -18px #000000b3, 0 2px 8px -2px #00000080;--shadow-pop:0 24px 64px -16px #000c;--ease:cubic-bezier(.2, .7, .2, 1);--rail:236px;--topbar:50px;--statusbar:26px;--l1:#e8743b;--l1-wash:#e8743b21;--l1-line:#e8743b6b}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{background:var(--bg);color:var(--fg);font-family:var(--sans);letter-spacing:-.002em;-webkit-font-smoothing:antialiased;font-size:13px;line-height:1.45;overflow:hidden}::selection{background:var(--gold-wash);color:var(--fg)}.main::-webkit-scrollbar{width:9px;height:9px}.drill::-webkit-scrollbar{width:9px;height:9px}.ask-body::-webkit-scrollbar{width:9px;height:9px}.main::-webkit-scrollbar-thumb{background:var(--line-2);background-clip:padding-box;border:2px solid #0000;border-radius:9px}.drill::-webkit-scrollbar-thumb{background:var(--line-2);background-clip:padding-box;border:2px solid #0000;border-radius:9px}.ask-body::-webkit-scrollbar-thumb{background:var(--line-2);background-clip:padding-box;border:2px solid #0000;border-radius:9px}.main::-webkit-scrollbar-thumb:hover{background:var(--line-3)}.mono{font-family:var(--mono);font-variant-numeric:tabular-nums slashed-zero;letter-spacing:-.01em}.tnum{font-variant-numeric:tabular-nums}.pos{color:var(--pos)}.neg{color:var(--neg)}.warn{color:var(--warn)}.info{color:var(--info)}.ai-fg{color:var(--ai-bright)}.gold-fg{color:var(--gold)}.dim{color:var(--fg-dim)}.faint{color:var(--fg-faint)}.lbl{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--fg-faint);font-size:10px;font-weight:500}#app{grid-template-columns:var(--rail) 1fr;grid-template-rows:var(--topbar) 1fr var(--statusbar);grid-template-areas:"rail top""rail main""rail status";height:100vh;display:grid}.top{height:var(--topbar);border-bottom:1px solid var(--line);background:var(--bg);z-index:30;grid-area:top;align-items:center;gap:14px;padding:0 16px 0 18px;display:flex;position:relative}.top .crumb{font-family:var(--mono);color:var(--fg-faint);flex-shrink:0;align-items:center;gap:8px;font-size:11px;display:flex}.top .crumb b{color:var(--fg-dim);font-weight:500}.top .crumb .sep{opacity:.4}.spacer{flex:1}.askbtn{background-color:var(--bg-2);border:1px solid var(--line-2);border-radius:var(--r);width:min(420px,38vw);height:32px;color:var(--fg-faint);cursor:text;align-items:center;gap:10px;padding:0 8px 0 12px;display:flex}.askbtn:hover{border-color:var(--line-3);background-color:var(--bg-3)}.askbtn svg{width:14px;height:14px;color:var(--ai)}.askbtn span{flex:1;font-size:12.5px}.askbtn kbd{font-family:var(--mono);color:var(--fg-faint);border:1px solid var(--line-2);background:var(--bg);border-radius:4px;padding:1px 5px;font-size:10px}.top-meta{font-family:var(--mono);color:var(--fg-faint);text-align:right;flex-shrink:0;font-size:10px;line-height:1.35}.top-meta b{color:var(--fg-dim);font-weight:500}.founder{background:var(--bg-3);border:1px solid var(--line-2);width:28px;height:28px;font-family:var(--mono);color:var(--gold);cursor:pointer;border-radius:6px;flex-shrink:0;place-items:center;font-size:10.5px;font-weight:600;display:grid}.founder-wrap{flex-shrink:0;position:relative}.founder-menu{background:var(--bg-1);border:1px solid var(--line-2);border-radius:var(--r);width:258px;box-shadow:var(--shadow-pop);z-index:60;opacity:0;pointer-events:none;transition:.16s var(--ease);padding:7px;position:absolute;top:38px;right:0;transform:translateY(-6px)}.founder-menu.show{opacity:1;pointer-events:auto;transform:none}.fm-head{align-items:center;gap:10px;padding:8px 9px 11px;display:flex}.fm-name{font-size:13px;font-weight:600}.fm-role{font-family:var(--mono);color:var(--fg-faint);margin-top:2px;font-size:9.5px}.fm-sec{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--fg-ghost);padding:7px 9px 4px;font-size:9px}.fm-item{width:100%;color:var(--fg-dim);font-family:var(--sans);border-radius:var(--r-s);cursor:pointer;text-align:left;background:0 0;border:0;align-items:center;gap:9px;padding:8px 9px;font-size:12.5px;transition:all .1s;display:flex}.fm-item:hover{background:var(--bg-3);color:var(--fg)}.fm-item svg{width:14px;height:14px;color:var(--fg-faint);flex-shrink:0}.fm-item.danger{color:var(--neg)}.fm-item.danger:hover{background:var(--neg-wash)}.fm-item.danger svg{color:var(--neg)}.fm-av{background:var(--bg-4);border:1px solid var(--line-2);width:20px;height:20px;font-family:var(--mono);color:var(--fg-dim);border-radius:5px;flex-shrink:0;place-items:center;font-size:9px;font-weight:600;display:grid}.fm-tag{font-family:var(--mono);color:var(--fg-faint);text-transform:uppercase;letter-spacing:.04em;margin-left:auto;font-size:9px}.fm-div{background:var(--line);height:1px;margin:6px 4px}.signout-scrim{z-index:99;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);opacity:0;background:#040507b3;place-items:center;transition:all .24s;display:grid;position:fixed;inset:0}.signout-scrim.show{opacity:1}.signout-card{background:var(--bg-1);border:1px solid var(--line-2);border-radius:var(--r-l);text-align:center;width:min(420px,90vw);box-shadow:var(--shadow-pop);padding:30px 32px}.so-mark{font-family:"Hanken Grotesk", var(--sans);letter-spacing:.2em;color:var(--gold);margin-bottom:16px;font-size:18px;font-weight:800}.signout-card h2{margin-bottom:8px;font-size:18px;font-weight:600}.signout-card p{color:var(--fg-dim);font-size:13px;line-height:1.6}.so-actions{justify-content:center;gap:10px;margin-top:22px;display:flex}.kill{border-radius:var(--r);border:1px solid var(--line-2);background:var(--bg-2);cursor:pointer;flex-shrink:0;align-items:center;gap:8px;height:30px;padding:0 11px;transition:all .15s;display:flex;position:relative}.kill:hover{border-color:var(--neg-line)}.kill .pulse{background:var(--pos);width:7px;height:7px;box-shadow:0 0 0 0 var(--pos);border-radius:50%;position:relative}.kill .pulse:after{content:"";border:1px solid var(--pos);opacity:.4;border-radius:50%;animation:2.4s infinite ping;position:absolute;inset:-3px}@keyframes ping{0%{opacity:.5;transform:scale(.8)}80%,to{opacity:0;transform:scale(1.9)}}.kill b{font-family:var(--mono);letter-spacing:.06em;color:var(--fg-dim);text-transform:uppercase;font-size:10px;font-weight:600}.kill.armed{background:var(--neg-wash);border-color:var(--neg-line)}.kill.armed .pulse{background:var(--neg)}.kill.armed .pulse:after{border-color:var(--neg)}.kill.armed b{color:var(--neg)}.rail{border-right:1px solid var(--line);background:var(--bg-1);z-index:31;flex-direction:column;grid-area:rail;height:100vh;display:flex;position:relative;overflow:hidden}.rail-brand{height:var(--topbar);border-bottom:1px solid var(--line);cursor:pointer;flex-shrink:0;align-items:center;gap:9px;padding:0 16px;text-decoration:none;display:flex}.rail-brand .logomark{flex-shrink:0;place-items:center;line-height:0;display:grid}.rail-brand .logomark svg{border-radius:7px;display:block}.rail-brand .wordmark{font-family:"Hanken Grotesk", var(--sans);letter-spacing:.2em;color:#fff;font-size:18px;font-weight:800}.rail-brand .tag{font-family:var(--mono);letter-spacing:.12em;color:var(--fg-faint);border:1px solid var(--line-2);text-transform:uppercase;border-radius:4px;margin-left:auto;padding:2px 5px;font-size:8.5px}.rail-collapse{border:1px solid var(--line-2);background:var(--bg-2);width:22px;height:22px;color:var(--fg-faint);cursor:pointer;border-radius:5px;flex-shrink:0;place-items:center;margin-left:8px;transition:all .13s;display:grid}.rail-collapse:hover{color:var(--fg);border-color:var(--line-3)}.rail-collapse svg{width:13px;height:13px}#app.rail-min{grid-template-columns:60px 1fr}#app.rail-min .wordmark,#app.rail-min .tag,#app.rail-min .nav-i span,#app.rail-min .nav-i .ct,#app.rail-min .nav-sec,#app.rail-min .rail-foot .budget,#app.rail-min .rail-foot .note:last-child{display:none}#app.rail-min .rail-brand{justify-content:center;padding:0}#app.rail-min .rail-collapse{margin-left:0;transform:rotate(180deg)}#app.rail-min .nav-i{justify-content:center;width:38px;margin:0 auto;padding:0}#app.rail-min .nav-i.on:before{left:-11px}#app.rail-min .rail-nav{padding:8px 0 16px}#app.rail-min .rail-foot{align-items:center}#app.rail-min .rail-foot .row{justify-content:center}.mlscore{white-space:nowrap;align-items:center;gap:3px;display:inline-flex}.mlc{color:var(--fg-ghost);cursor:help;background:0 0;border:0;place-items:center;padding:0;transition:all .12s;display:inline-grid}.mlc:hover{color:var(--ai-bright)}.mlc svg{width:11px;height:11px}.mlc-band{font-family:var(--mono);color:var(--ai-bright);margin-right:1px;font-size:9px}.infodot{width:14px;height:14px;color:var(--fg-ghost);cursor:help;vertical-align:-2px;background:0 0;border:0;flex-shrink:0;place-items:center;margin-left:3px;padding:0;transition:all .12s;display:inline-grid}.infodot:hover,.infodot:focus{color:var(--ai-bright);outline:none}.infodot svg{width:13px;height:13px}.infotip{z-index:80;background:var(--bg-1);border:1px solid var(--line-2);border-radius:var(--r);width:300px;box-shadow:var(--shadow-pop);opacity:0;pointer-events:none;transition:.16s var(--ease);padding:13px 14px;position:fixed;transform:translateY(4px)}.infotip.show{opacity:1;pointer-events:auto;transform:none}.infotip-t{margin-bottom:5px;font-size:13px;font-weight:600}.infotip-p{color:var(--fg-dim);font-size:12.5px;line-height:1.55}.infotip-f{border-top:1px solid var(--line);font-family:var(--mono);color:var(--fg-faint);margin-top:10px;padding-top:9px;font-size:10.5px;line-height:1.5}.infotip-f .lbl{color:var(--fg-ghost);margin-bottom:3px;display:block}.infotip-ask{background:var(--ai-wash);border:1px solid var(--ai-line);width:100%;color:var(--ai-bright);border-radius:var(--r-s);font-family:var(--mono);letter-spacing:.03em;cursor:pointer;justify-content:center;align-items:center;gap:6px;margin-top:11px;padding:7px 10px;font-size:10.5px;transition:all .13s;display:flex}.infotip-ask:hover{background:#8e84f033}.infotip-ask svg{width:12px;height:12px}.rail-nav{scrollbar-width:none;flex:1;padding:8px 9px 16px;overflow-y:auto}.rail-nav::-webkit-scrollbar{display:none}.nav-sec{font-family:var(--mono);letter-spacing:.13em;text-transform:uppercase;color:var(--fg-ghost);padding:16px 9px 7px;font-size:9.5px;font-weight:500}.nav-i{border-radius:var(--r-s);cursor:pointer;height:31px;color:var(--fg-dim);-webkit-user-select:none;user-select:none;align-items:center;gap:10px;padding:0 9px;font-size:12.5px;font-weight:450;text-decoration:none;transition:all .12s;display:flex;position:relative}.nav-i:visited{color:var(--fg-dim)}.nav-i.on:visited{color:var(--fg)}.nav-i:hover,.nav-i.on{color:var(--fg);background:var(--bg-3)}.nav-i.on:before{content:"";background:var(--gold);border-radius:2px;width:2px;position:absolute;top:7px;bottom:7px;left:-9px}.nav-i svg{opacity:.65;flex-shrink:0;width:15px;height:15px}.nav-i span{white-space:nowrap}.nav-i.on svg{opacity:1}.nav-i .ct{font-family:var(--mono);text-align:center;border-radius:9px;min-width:17px;margin-left:auto;padding:0 5px;font-size:10px;font-weight:600;line-height:16px}.nav-i .ct.warnb{background:var(--warn-wash);color:var(--warn)}.nav-i .ct.aib{background:var(--ai-wash);color:var(--ai-bright)}.nav-i .ct.negb{background:var(--neg-wash);color:var(--neg)}.rail-foot{border-top:1px solid var(--line);flex-direction:column;flex-shrink:0;gap:9px;padding:10px 12px;display:flex}.budget{flex-direction:column;gap:5px;display:flex}.budget[data-nav-budget]{border-radius:var(--r-s);transition:background .12s var(--ease);margin:-4px -6px;padding:4px 6px}.budget[data-nav-budget]:hover{background:var(--bg-3)}.budget[data-nav-budget]:hover .budget-hd span{color:var(--fg-dim)}.budget[data-nav-budget]:focus-visible{outline:1px solid var(--gold);outline-offset:1px}.agents-live{border-radius:var(--r-s);transition:background .12s var(--ease), color .12s var(--ease);margin:-3px -5px;padding:3px 5px}.agents-live:hover{background:var(--bg-3);color:var(--fg-dim)}.agents-live:focus-visible{outline:1px solid var(--gold);outline-offset:1px}.budget-hd{font-family:var(--mono);color:var(--fg-faint);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;justify-content:space-between;gap:6px;font-size:9px;display:flex}.budget-hd b{color:var(--fg-dim);font-weight:500}.budget-bar{background:var(--bg-4);border-radius:4px;height:4px;overflow:hidden}.budget-bar i{background:var(--ai);border-radius:4px;height:100%;display:block}.main{grid-area:main;position:relative;overflow:hidden auto}.view{opacity:1;max-width:1480px;margin:0 auto;padding:22px 26px 60px}.view>*{animation:fadein .34s var(--ease) both}.subtabs{border-bottom:1px solid var(--line);gap:2px;margin:-4px 0 18px;padding-bottom:0;display:flex}.subtabs button{color:var(--fg-faint);font-family:var(--sans);cursor:pointer;white-space:nowrap;background:0 0;border:0;border-bottom:2px solid #0000;margin-bottom:-1px;padding:8px 14px;font-size:13px;font-weight:500;transition:all .13s}.subtabs button:hover{color:var(--fg-dim)}.subtabs button.on{color:var(--fg);border-bottom-color:var(--gold)}.exc-digest{background:var(--bg-2);border:1px solid var(--line-2);border-radius:var(--r-l);align-items:center;gap:15px;margin-bottom:20px;padding:16px 18px;display:flex}.exc-orb{background:var(--ai-wash);border:1px solid var(--ai-line);border-radius:9px;flex-shrink:0;place-items:center;width:34px;height:34px;display:grid}.exc-orb svg{width:18px;height:18px;color:var(--ai-bright)}.exc-digest-body{flex:1}.exc-digest-h{margin-bottom:4px;font-size:14.5px;font-weight:600}.exc-digest-sub{color:var(--fg-dim);font-size:12.5px;line-height:1.5}.exc-digest-sub b.pos{color:var(--pos)}.exc-digest-sub b.warn{color:var(--warn)}.exc-digest-stat{text-align:center;border-left:1px solid var(--line);flex-shrink:0;padding-left:16px}.auto-head,.autorow{grid-template-columns:180px 1.1fr 1.4fr 150px;align-items:center;gap:16px;display:grid}.auto-head{font-family:var(--mono);letter-spacing:.06em;text-transform:uppercase;color:var(--fg-faint);border-bottom:1px solid var(--line-2);padding:10px 16px;font-size:9.5px}.autorow{border-bottom:1px solid var(--line);padding:13px 16px}.autorow:last-child{border-bottom:0}.auto-agent{align-items:center;gap:10px;min-width:0;display:flex}.auto-ladder{flex-wrap:wrap;align-items:center;gap:5px;display:flex}.mode-step{font-family:var(--mono);letter-spacing:.02em;border:1px solid var(--line-2);color:var(--fg-ghost);white-space:nowrap;border-radius:5px;padding:3px 7px;font-size:9.5px}.mode-step.cur{font-weight:600}.mode-arrow{color:var(--fg-ghost);font-size:10px}.auto-reason{color:var(--fg-faint);font-size:11.5px;line-height:1.45}.auto-act{justify-content:flex-end;display:flex}.exc-list{flex-direction:column;gap:9px;display:flex}.exc{background:var(--bg-2);border:1px solid var(--line);border-radius:var(--r);gap:0;display:flex;overflow:hidden}.exc-rail{flex-shrink:0;width:3px}.exc-body{flex:1;min-width:0;padding:13px 15px}.exc-h{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:7px;font-size:13.5px;font-weight:500;display:flex}.exc-why{color:var(--fg-dim);margin-bottom:6px;font-size:12px;line-height:1.5}.exc-why svg{width:12px;height:12px;color:var(--ai-bright);vertical-align:-1px}.exc-why b{color:var(--fg-dim);font-weight:600}.exc-meta{font-family:var(--mono);color:var(--fg-faint);font-size:10px}.exc-act{flex-direction:column;flex-shrink:0;justify-content:center;gap:7px;padding:13px 15px 13px 0;display:flex}@media (width<=880px){.auto-head{display:none}.autorow{grid-template-columns:1fr;gap:9px}.auto-act{justify-content:flex-start}.exc{flex-direction:column}.exc-act{flex-direction:row;padding:0 15px 13px}}.fr-list{flex-direction:column;display:flex}.fr-step{border-bottom:1px solid var(--line);align-items:center;gap:12px;padding:12px 14px;display:flex}.fr-step:last-child{border-bottom:0}.fr-tick{border-radius:7px;flex-shrink:0;place-items:center;width:26px;height:26px;display:grid}.fr-step.done .fr-tick{background:var(--pos-wash);color:var(--pos)}.fr-step.active .fr-tick{background:var(--ai-wash);color:var(--ai-bright)}.fr-step.todo .fr-tick{background:var(--bg-3)}.fr-tick svg{width:14px;height:14px}.fr-dot{background:var(--fg-ghost);border-radius:50%;width:8px;height:8px}.fr-st-h{font-size:13px;font-weight:500}.fr-step.todo .fr-st-h{color:var(--fg)}.fr-st-s{color:var(--fg-faint);margin-top:2px;font-size:11.5px}@keyframes fadein{0%{opacity:.4;transform:translateY(4px)}to{opacity:1;transform:none}}.status{height:var(--statusbar);border-top:1px solid var(--line);background:var(--bg-1);font-family:var(--mono);color:var(--fg-faint);grid-area:status;align-items:center;gap:0;padding:0 6px;font-size:10px;display:flex;overflow:hidden}.status a,.status a:visited{color:inherit;text-decoration:none}.st-i{border-right:1px solid var(--line);white-space:nowrap;align-items:center;gap:6px;height:100%;padding:0 12px;display:flex}.st-i:last-child{border-right:0}.st-i b{color:var(--fg-dim);font-weight:500}.st-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.st-dot.ok{background:var(--pos)}.st-dot.warnd{background:var(--warn)}.st-dot.aid{background:var(--ai)}.st-push{margin-left:auto}.st-i.clickable{cursor:pointer}.st-i.clickable:hover{color:var(--fg-dim);background:var(--bg-2)}.ph{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:20px;display:flex}.ph h1{letter-spacing:-.02em;font-size:21px;font-weight:600;line-height:1.1}.ph .sub{color:var(--fg-dim);max-width:680px;margin-top:5px;font-size:13px;line-height:1.5}.ph-meta{font-family:var(--mono);color:var(--fg-faint);text-align:right;flex-shrink:0;font-size:10px;line-height:1.6}.ph-meta b{color:var(--fg-dim);font-weight:500}.band{align-items:center;gap:11px;margin:26px 0 13px;display:flex}.band:first-child{margin-top:4px}.band h3{letter-spacing:.02em;color:var(--fg);text-transform:none;font-size:12px;font-weight:600}.band .lbl{color:var(--fg-faint)}.band .ln{background:var(--line);flex:1;height:1px}.band .hint{font-family:var(--mono);color:var(--fg-faint);font-size:10px}.spec{font-family:var(--mono);letter-spacing:.04em;color:var(--fg-faint);border:1px solid var(--line-2);text-transform:uppercase;white-space:nowrap;border-radius:4px;align-items:center;gap:4px;padding:1px 5px;font-size:9px;display:inline-flex}.spec.crit{color:var(--neg);border-color:var(--neg-line)}.spec.imp{color:var(--warn);border-color:var(--warn-line)}.spec.enh{color:var(--pos);border-color:var(--pos-line)}.grid{gap:11px;display:grid}.g2{grid-template-columns:repeat(2,1fr)}.g3{grid-template-columns:repeat(3,1fr)}.g4{grid-template-columns:repeat(4,1fr)}.g5{grid-template-columns:repeat(5,1fr)}.g6{grid-template-columns:repeat(6,1fr)}.col{flex-direction:column;display:flex}.row{align-items:center;gap:9px;display:flex}.wrap{flex-wrap:wrap}.card{background:var(--bg-2);border:1px solid var(--line);border-radius:var(--r);padding:15px}.card.pad-lg{padding:18px}.card-hd{align-items:center;gap:9px;margin-bottom:13px;display:flex}.card-hd .lbl{flex-shrink:0}.card-hd .ln{background:var(--line);flex:1;height:1px}.pill{font-family:var(--mono);letter-spacing:.03em;border:1px solid var(--line-2);color:var(--fg-dim);white-space:nowrap;text-transform:uppercase;border-radius:5px;align-items:center;gap:5px;padding:2px 7px;font-size:10px;font-weight:500;display:inline-flex}.pill .d{background:currentColor;border-radius:50%;width:6px;height:6px}.pill.pos{color:var(--pos);border-color:var(--pos-line);background:var(--pos-wash)}.pill.neg{color:var(--neg);border-color:var(--neg-line);background:var(--neg-wash)}.pill.warn{color:var(--warn);border-color:var(--warn-line);background:var(--warn-wash)}.pill.info{color:var(--info);border-color:var(--info-line);background:var(--info-wash)}.pill.ai{color:var(--ai-bright);border-color:var(--ai-line);background:var(--ai-wash)}.pill.gold{color:var(--gold);border-color:var(--gold-line);background:var(--gold-wash)}.pill.plain{background:var(--bg-3)}.btn{font-family:var(--sans);border-radius:var(--r-s);border:1px solid var(--line-2);background:var(--bg-3);height:31px;color:var(--fg);cursor:pointer;white-space:nowrap;align-items:center;gap:7px;padding:0 13px;font-size:12.5px;font-weight:500;transition:all .13s;display:inline-flex}.btn:hover{border-color:var(--line-3);background:var(--bg-4)}.btn svg{width:14px;height:14px}.btn.sm{height:27px;padding:0 10px;font-size:12px}.btn.primary{background:var(--gold);color:#1a1408;border-color:#0000;font-weight:600}.btn.primary:hover{filter:none;background:#eec659}.btn.ai{background:var(--ai-wash);color:var(--ai-bright);border-color:var(--ai-line)}.btn.ai:hover{background:#8e84f033}.btn.pos{background:var(--pos-wash);color:var(--pos);border-color:var(--pos-line)}.btn.pos:hover{background:#3dbf8638}.btn.danger{color:var(--neg);border-color:var(--neg-line);background:0 0}.btn.danger:hover{background:var(--neg-wash)}.btn.ghost{color:var(--fg-dim);background:0 0;border-color:#0000}.btn.ghost:hover{background:var(--bg-3);color:var(--fg)}.btn:disabled{opacity:.4;cursor:not-allowed}.seg{background:var(--bg-2);border:1px solid var(--line-2);border-radius:var(--r-s);gap:1px;padding:2px;display:inline-flex}.seg button{color:var(--fg-faint);font-family:var(--mono);letter-spacing:.04em;cursor:pointer;text-transform:uppercase;background:0 0;border:0;border-radius:4px;padding:5px 11px;font-size:10.5px;font-weight:500;transition:all .12s}.seg button:hover{color:var(--fg-dim)}.seg button.on{background:var(--bg-4);color:var(--fg)}.askc{font-family:var(--mono);letter-spacing:.04em;color:var(--fg-faint);border:1px solid var(--line-2);cursor:pointer;text-transform:uppercase;background:0 0;border-radius:5px;align-items:center;gap:5px;padding:3px 8px;font-size:9.5px;transition:all .13s;display:inline-flex}.askc:hover{border-color:var(--ai-line);color:var(--ai-bright);background:var(--ai-wash)}.askc svg{width:11px;height:11px}.kpi{background:var(--bg-2);border:1px solid var(--line);border-radius:var(--r);padding:13px 14px;transition:all .14s;position:relative;overflow:hidden}.kpi.click{cursor:pointer}.kpi.click:hover{border-color:var(--line-2);background:var(--bg-3)}.kpi .k-top{justify-content:space-between;align-items:center;gap:8px;margin-bottom:11px;display:flex}.kpi .k-lbl{font-family:var(--mono);letter-spacing:.05em;text-transform:uppercase;color:var(--fg-faint);font-size:10px;line-height:1.3}.kpi .k-val{font-family:var(--mono);letter-spacing:-.02em;color:var(--fg);font-size:25px;font-weight:500;line-height:1}.kpi .k-val small{color:var(--fg-dim);font-size:13px;font-weight:400}.kpi .k-foot{font-family:var(--mono);align-items:center;gap:7px;margin-top:9px;font-size:10.5px;display:flex}.kpi .k-spark{margin-top:10px}.kpi.flag{border-color:var(--neg-line)}.kpi.flag .k-val{color:var(--neg)}.delta{font-family:var(--mono);align-items:center;gap:3px;font-size:10.5px;font-weight:500;display:inline-flex}.dt{border-collapse:collapse;width:100%;font-size:12.5px}.dt th{font-family:var(--mono);letter-spacing:.07em;text-transform:uppercase;color:var(--fg-faint);text-align:left;border-bottom:1px solid var(--line-2);white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none;padding:8px 11px;font-size:9.5px;font-weight:500}.dt th:hover{color:var(--fg-dim)}.dt th.r,.dt td.r{text-align:right}.dt td{border-bottom:1px solid var(--line);vertical-align:middle;padding:9px 11px}.dt tbody tr{cursor:pointer;transition:all .1s}.dt tbody tr:hover{background:var(--bg-3)}.dt tbody tr:last-child td{border-bottom:0}.dt .num{font-family:var(--mono);font-variant-numeric:tabular-nums slashed-zero}.dt .strong{color:var(--fg);font-weight:500}.dt .cat{font-family:var(--mono);color:var(--fg-faint);border:1px solid var(--line-2);text-transform:uppercase;border-radius:4px;padding:1px 6px;font-size:9px}.hd-dot{vertical-align:middle;border-radius:50%;width:7px;height:7px;display:inline-block}.minib{vertical-align:middle;background:var(--info);border-radius:3px;height:5px;display:inline-block}.scrim{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:60;opacity:0;visibility:hidden;pointer-events:none;background:#0405079e;transition:all .28s;position:fixed;inset:0}.scrim.show{opacity:1;visibility:visible;pointer-events:auto}.drill{z-index:61;background:var(--bg-1);border-left:1px solid var(--line-2);width:600px;max-width:94vw;box-shadow:var(--shadow-pop);transition:transform .34s var(--ease);position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%)}.drill.show{transform:none}.drill-in{padding:22px 24px 50px}.drill-x{border-radius:var(--r-s);border:1px solid var(--line-2);background:var(--bg-2);width:30px;height:30px;color:var(--fg-dim);cursor:pointer;z-index:2;place-items:center;display:grid;position:absolute;top:16px;right:18px}.drill-x:hover{color:var(--fg);border-color:var(--line-3)}.drill-x svg{width:15px;height:15px}.ask{z-index:70;justify-content:center;align-items:flex-start;padding-top:9vh;display:none;position:fixed;inset:0}.ask.show{display:flex}.ask-scrim{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#040507a8;animation:.2s fadein;position:absolute;inset:0}.ask-panel{background:var(--bg-1);border:1px solid var(--line-2);border-radius:var(--r-l);width:min(760px,92vw);max-height:80vh;box-shadow:var(--shadow-pop);animation:askpop .26s var(--ease);flex-direction:column;display:flex;position:relative;overflow:hidden}@keyframes askpop{0%{transform:translateY(-8px)scale(.99)}to{transform:none}}.ask-input{border-bottom:1px solid var(--line);align-items:center;gap:12px;padding:15px 18px;display:flex}.ask-input .orb{flex-shrink:0;width:20px;height:20px}.ask-input input{color:var(--fg);font-family:var(--sans);background:0 0;border:0;outline:0;flex:1;font-size:16px}.ask-input input::placeholder{color:var(--fg-faint)}.ask-input .ctxchip{font-family:var(--mono);color:var(--ai-bright);border:1px solid var(--ai-line);background:var(--ai-wash);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;border-radius:5px;padding:3px 8px;font-size:9.5px}.ask-input kbd{font-family:var(--mono);color:var(--fg-faint);border:1px solid var(--line-2);border-radius:4px;padding:2px 6px;font-size:10px}.ask-body{padding:6px 0;overflow-y:auto}.ask-sec{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--fg-ghost);padding:12px 18px 6px;font-size:9.5px}.cmd-badge{font-family:var(--mono);letter-spacing:.03em;text-transform:uppercase;border:1px solid var(--line-2);color:var(--fg-faint);white-space:nowrap;border-radius:5px;padding:2px 7px;font-size:9px}.cmd-badge.pos{color:var(--pos);border-color:var(--pos-line);background:var(--pos-wash)}.cmd-badge.warn{color:var(--warn);border-color:var(--warn-line);background:var(--warn-wash)}.cmd-badge.neg{color:var(--neg);border-color:var(--neg-line);background:var(--neg-wash)}.sugg[data-cmd] svg{color:var(--gold)}.cmd-prev{padding:16px 20px 20px}.cmd-q{align-items:flex-start;gap:11px;margin-bottom:13px;display:flex}.cmd-q-ic{background:var(--gold-wash);border:1px solid var(--gold-line);width:26px;height:26px;color:var(--gold);border-radius:7px;flex-shrink:0;place-items:center;display:grid}.cmd-q-ic svg{width:14px;height:14px}.cmd-q p{color:var(--fg);font-size:15.5px;font-weight:600;line-height:1.35}.cmd-prev-t{display:block}.cmd-act{justify-content:flex-end;gap:9px;margin-top:6px;display:flex}.cmd-confirm{flex:1}.sugg{cursor:pointer;align-items:center;gap:11px;padding:9px 18px;transition:all .1s;display:flex}.sugg:hover,.sugg.cur{background:var(--bg-3)}.sugg svg{width:14px;height:14px;color:var(--fg-faint);flex-shrink:0}.sugg:hover svg,.sugg.cur svg{color:var(--ai-bright)}.sugg .q{color:var(--fg-dim);flex:1;font-size:13.5px}.sugg:hover .q,.sugg.cur .q{color:var(--fg)}.sugg .meta{font-family:var(--mono);color:var(--fg-ghost);font-size:9.5px}.ans{padding:16px 20px 22px}.ans .ans-q{align-items:flex-start;gap:10px;margin-bottom:16px;display:flex}.ans .ans-q .qmark{font-family:var(--mono);color:var(--gold);flex-shrink:0;margin-top:2px;font-size:11px}.ans .ans-q p{color:var(--fg);font-size:15px;font-weight:500}.ans-row{gap:11px;display:flex}.ans-av{background:var(--ai-wash);border:1px solid var(--ai-line);border-radius:5px;flex-shrink:0;place-items:center;width:22px;height:22px;display:grid}.ans-av svg{width:13px;height:13px;color:var(--ai-bright)}.ans-txt{flex:1}.ans-txt p{color:var(--fg-dim);margin-bottom:9px;font-size:13.5px;line-height:1.6}.ans-txt p b{color:var(--fg);font-weight:600}.ans-viz{background:var(--bg-2);border:1px solid var(--line);border-radius:var(--r);margin:11px 0;padding:14px}.cite{font-family:var(--mono);color:var(--fg-faint);border-top:1px solid var(--line);align-items:center;gap:7px;margin-top:10px;padding-top:10px;font-size:10px;display:flex}.cite svg{width:12px;height:12px}.cite b{color:var(--ai-bright);font-weight:500}.ans-follow{background:var(--ai-wash);border:1px solid var(--ai-line);border-radius:var(--r);color:var(--fg);margin-top:14px;padding:12px 14px;font-size:13px;line-height:1.5}.ans-follow .lbl{color:var(--ai-bright);margin-bottom:5px;display:block}.typing{gap:4px;padding:6px 0;display:inline-flex}.typing i{background:var(--ai);border-radius:50%;width:6px;height:6px;animation:1.1s infinite tp}.typing i:nth-child(2){animation-delay:.18s}.typing i:nth-child(3){animation-delay:.36s}@keyframes tp{0%,60%,to{opacity:.25;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.brief{background:var(--bg-2);border:1px solid var(--line-2);border-radius:var(--r-l);overflow:hidden}.brief-hd{border-bottom:1px solid var(--line);align-items:center;gap:11px;padding:16px 18px;display:flex}.brief-orb{background:var(--ai-wash);border:1px solid var(--ai-line);border-radius:6px;flex-shrink:0;place-items:center;width:24px;height:24px;display:grid}.brief-orb svg{width:14px;height:14px;color:var(--ai-bright)}.brief-hd h2{font-size:14px;font-weight:600}.brief-hd .by{font-family:var(--mono);color:var(--fg-faint);font-size:10px}.brief-hd .ts{font-family:var(--mono);color:var(--fg-faint);text-align:right;margin-left:auto;font-size:10px;line-height:1.4}.brief-lead{color:var(--fg-dim);border-bottom:1px solid var(--line);padding:16px 18px;font-size:14.5px;line-height:1.6}.brief-lead b{color:var(--fg);font-weight:600}.brief-items{flex-direction:column;display:flex}.bi{border-bottom:1px solid var(--line);cursor:pointer;align-items:flex-start;gap:13px;padding:14px 18px;transition:all .12s;display:flex}.bi:last-child{border-bottom:0}.bi:hover{background:var(--bg-3)}.bi-rail{border-radius:3px;flex-shrink:0;align-self:stretch;width:3px;margin-top:1px}.bi.crit .bi-rail{background:var(--neg)}.bi.imp .bi-rail{background:var(--warn)}.bi.good .bi-rail{background:var(--pos)}.bi.info .bi-rail{background:var(--info)}.bi-body{flex:1;min-width:0}.bi-body h4{flex-wrap:wrap;align-items:center;gap:9px;margin-bottom:4px;font-size:13.5px;font-weight:600;display:flex}.bi-body p{color:var(--fg-dim);font-size:12.5px;line-height:1.5}.bi-body p .src{color:var(--ai-bright)}.bi-act{font-family:var(--mono);color:var(--fg-dim);flex-shrink:0;align-self:center;align-items:center;gap:6px;font-size:11px;font-weight:500;display:flex}.bi:hover .bi-act{color:var(--gold)}.bi-act svg{width:13px;height:13px}.rq{background:var(--bg-2);border:1px solid var(--line);border-radius:var(--r);margin-bottom:9px;transition:all .18s;overflow:hidden}.rq.open{border-color:var(--line-2)}.rq-top{cursor:pointer;grid-template-columns:1fr 76px 150px 22px;align-items:center;gap:16px;padding:14px 16px;display:grid}.rq-q{min-width:0}.rq-q .qt{align-items:center;gap:9px;margin-bottom:4px;font-size:13.5px;font-weight:500;display:flex}.rq-q .qt .txt{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.rq-q .qm{font-family:var(--mono);color:var(--fg-faint);gap:10px;font-size:10px;display:flex}.rq-res{font-family:var(--mono);text-align:center;font-size:13px;font-weight:700}.rq-res.yes{color:var(--pos)}.rq-res.no{color:var(--neg)}.rq-res.hold{color:var(--info)}.conf{align-items:center;gap:8px;display:flex}.conf-bar{background:var(--bg-4);border-radius:5px;flex:1;height:5px;overflow:hidden}.conf-fill{border-radius:5px;height:100%}.conf-n{font-family:var(--mono);text-align:right;min-width:42px;font-size:12px;font-weight:600}.chev{color:var(--fg-faint);justify-self:center;transition:all .25s}.chev svg{width:16px;height:16px;display:block}.rq.open .chev{transform:rotate(180deg)}.rq-detail{max-height:0;transition:max-height .36s var(--ease);overflow:hidden}.rq.open .rq-detail{max-height:760px}.rq-din{border-top:1px solid var(--line);padding:2px 16px 18px}.route{border-radius:var(--r-s);align-items:center;gap:9px;margin:13px 0;padding:10px 12px;font-size:12.5px;line-height:1.5;display:flex}.route.review{background:var(--warn-wash);border:1px solid var(--warn-line);color:var(--fg)}.route.auto{background:var(--pos-wash);border:1px solid var(--pos-line);color:var(--fg)}.route.ambig{background:var(--info-wash);border:1px solid var(--info-line);color:var(--fg)}.route svg{flex-shrink:0;width:15px;height:15px}.reason{color:var(--fg-dim);border-left:2px solid var(--ai-line);margin:13px 0;padding-left:13px;font-size:13px;line-height:1.55}.crit-map{grid-template-columns:1fr;gap:7px;margin:12px 0;display:grid}.evidence{flex-direction:column;gap:7px;margin:9px 0 4px;display:flex}.ev{background:var(--bg);border:1px solid var(--line);border-radius:var(--r-s);grid-template-columns:130px 1fr auto;align-items:center;gap:11px;padding:10px 12px;font-size:12.5px;display:grid}.ev-src{font-family:var(--mono);color:var(--info);font-size:10.5px;line-height:1.4}.ev-src .when{color:var(--fg-faint);font-size:9.5px;display:block}.ev .quote{color:var(--fg-dim);line-height:1.4}.ev a{color:var(--info)}.ev .verify{color:var(--pos)}.rq-actions{border-top:1px solid var(--line);flex-wrap:wrap;gap:8px;margin-top:15px;padding-top:14px;display:flex}.flash{animation:flash .7s var(--ease)}@keyframes flash{0%{background:var(--pos-wash)}to{background:0 0}}.inbox{border:1px solid var(--line);border-radius:var(--r);background:var(--bg-2);flex-direction:column;gap:0;display:flex;overflow:hidden}.ib{border-bottom:1px solid var(--line);cursor:pointer;grid-template-columns:30px 1fr auto;align-items:flex-start;gap:13px;padding:14px 16px;transition:all .12s;display:grid}.ib:last-child{border-bottom:0}.ib:hover{background:var(--bg-3)}.ib-ico{border-radius:7px;flex-shrink:0;place-items:center;width:30px;height:30px;margin-top:1px;display:grid}.ib-ico svg{width:15px;height:15px}.ib-ico.ai{background:var(--ai-wash);color:var(--ai-bright);border:1px solid var(--ai-line)}.ib-body{min-width:0}.ib-body .ih{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:3px;font-size:13.5px;font-weight:500;display:flex}.ib-body .ip{color:var(--fg-dim);font-size:12.5px;line-height:1.5}.ib-body .imeta{font-family:var(--mono);color:var(--fg-faint);flex-wrap:wrap;gap:12px;margin-top:6px;font-size:10px;display:flex}.ib-right{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:7px;display:flex}.ib-sla{font-family:var(--mono);color:var(--fg-faint);font-size:10px}.ib-sla.urgent{color:var(--neg)}.assignee{background:var(--bg-4);border:1px solid var(--line-2);width:22px;height:22px;font-family:var(--mono);color:var(--fg-dim);border-radius:5px;place-items:center;font-size:9.5px;font-weight:600;display:grid}.shadow-tag{font-family:var(--mono);letter-spacing:.06em;text-transform:uppercase;color:var(--ai-bright);background:var(--ai-wash);border:1px dashed var(--ai-line);border-radius:5px;align-items:center;gap:5px;padding:2px 7px;font-size:9px;display:inline-flex}.diff{border:1px solid var(--line);border-radius:var(--r-s);font-family:var(--mono);flex-direction:column;gap:1px;margin:13px 0;font-size:11.5px;display:flex;overflow:hidden}.diff-r{background:var(--bg);grid-template-columns:130px 1fr;gap:10px;padding:8px 12px;display:grid}.diff-r .dk{color:var(--fg-faint)}.diff-r .dv .from{color:var(--fg-faint);text-decoration:line-through}.diff-r .dv .to{color:var(--pos)}.diff-r .dv .arr{color:var(--fg-ghost);margin:0 7px}.expect{flex-wrap:wrap;gap:13px;margin:13px 0;display:flex}.expect .ex{background:var(--bg);border:1px solid var(--line);border-radius:var(--r-s);flex:1;min-width:120px;padding:11px 13px}.expect .ex .exl{font-family:var(--mono);text-transform:uppercase;letter-spacing:.05em;color:var(--fg-faint);margin-bottom:6px;font-size:9.5px}.expect .ex .exv{font-family:var(--mono);font-size:17px;font-weight:500}.agent{background:var(--bg-2);border:1px solid var(--line);border-radius:var(--r);padding:16px;transition:all .14s;position:relative;overflow:hidden}.agent.paused{opacity:.62}.agent-now{background:var(--bg);border:1px solid var(--line);border-radius:var(--r-s);align-items:flex-start;gap:9px;margin:13px 0 9px;padding:10px 11px;display:flex}.now-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:4px}.now-txt{color:var(--fg);font-size:12.5px;line-height:1.4}.now-lbl{font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;color:var(--fg-faint);margin-bottom:3px;font-size:9px;display:block}.agent-queue{color:var(--fg-dim);background:var(--bg-3);border-radius:var(--r-s);align-items:center;gap:7px;padding:8px 11px;font-size:11.5px;display:flex}.agent-queue svg{width:14px;height:14px;color:var(--fg-faint);flex-shrink:0}.agent-queue b{font-family:var(--mono);color:var(--fg);font-weight:600}.aq-txt{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.aq-txt .dim{color:var(--fg-faint)}.ci-key{font-family:var(--mono);color:var(--fg-faint);background:var(--bg-2);border:1px solid var(--line);border-radius:var(--r-s);flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:20px;padding:9px 13px;font-size:10px;display:flex}.ciprov{font-family:var(--mono);letter-spacing:.03em;text-transform:uppercase;color:var(--fg-faint);white-space:nowrap;align-items:center;gap:4px;font-size:9px;display:inline-flex}.ci-trend{background:var(--bg-2);border:1px solid var(--line);border-radius:var(--r-s);align-items:flex-start;gap:10px;margin-bottom:8px;padding:10px 12px;display:flex}.geo-row-tail td{border-top:1px solid var(--line-2);background:var(--bg-1)}.geo-row-tail:hover td{background:var(--bg-1)}.geo-scroll{border:1px solid var(--line);border-radius:var(--r-s);scrollbar-width:thin;scrollbar-color:var(--line-2) transparent;max-height:438px;overflow-y:auto}.geo-scroll .dt thead th{background:var(--bg-2);z-index:2;box-shadow:0 1px 0 var(--line);position:sticky;top:0}.ci-trend svg{width:15px;height:15px;color:var(--info);flex-shrink:0;margin-top:2px}.ci-more{border:1px solid var(--line);border-radius:var(--r);background:var(--bg-1);margin-top:20px;overflow:hidden}.ci-more>summary{cursor:pointer;font-family:var(--mono);letter-spacing:.03em;color:var(--fg-dim);-webkit-user-select:none;user-select:none;align-items:center;gap:9px;padding:13px 16px;font-size:11px;list-style:none;transition:all .12s;display:flex}.ci-more>summary::-webkit-details-marker{display:none}.ci-more>summary:hover{background:var(--bg-2);color:var(--fg)}.ci-more-tw{color:var(--fg-faint);transition:transform .15s var(--ease);font-size:14px;display:inline-block}.ci-more[open]>summary .ci-more-tw{transform:rotate(90deg)}.ci-more-hint{color:var(--fg-ghost);margin-left:auto;font-size:10px}.ci-more[open]>summary{border-bottom:1px solid var(--line)}.ci-more-body{padding:16px}.ci-more-body .band:first-child{margin-top:0}.agent-hd{align-items:center;gap:11px;margin-bottom:13px;display:flex}.agent-ic{background:var(--bg-3);border:1px solid var(--line-2);border-radius:8px;flex-shrink:0;place-items:center;width:34px;height:34px;display:grid}.agent-ic svg{width:17px;height:17px;color:var(--ai-bright)}.agent-hd .an{font-size:14px;font-weight:600}.agent-hd .ar{font-family:var(--mono);color:var(--fg-faint);font-size:10px}.agent-hd .state{font-family:var(--mono);text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:6px;margin-left:auto;font-size:10px;font-weight:500;display:flex}.tierbar{gap:3px;margin:13px 0;display:flex}.tier-step{background:var(--bg-4);border-radius:3px;flex:1;height:5px;position:relative}.tier-step.fill{background:var(--ai)}.tier-step.fill.full{background:var(--gold)}.agent-meta{flex-direction:column;gap:8px;margin:13px 0;font-size:12px;display:flex}.agent-meta .am{justify-content:space-between;align-items:center;display:flex}.agent-meta .am .amk{color:var(--fg-faint);font-family:var(--mono);text-transform:uppercase;letter-spacing:.04em;font-size:10.5px}.agent-meta .am .amv{font-family:var(--mono);color:var(--fg-dim)}.agent-foot{border-top:1px solid var(--line);gap:7px;margin-top:14px;padding-top:13px;display:flex}.toggle{background:var(--bg-4);border:1px solid var(--line-2);cursor:pointer;border-radius:11px;flex-shrink:0;width:34px;height:19px;transition:all .15s;position:relative}.toggle:after{content:"";background:var(--fg-faint);border-radius:50%;width:14px;height:14px;transition:all .18s;position:absolute;top:1.5px;left:1.5px}.toggle.on{background:var(--pos-wash);border-color:var(--pos-line)}.toggle.on:after{background:var(--pos);transform:translate(15px)}.log{border:1px solid var(--line);border-radius:var(--r);background:var(--bg-2);overflow:hidden}.le{border-bottom:1px solid var(--line);cursor:pointer;grid-template-columns:74px 28px 1fr 70px 110px 80px;align-items:center;gap:13px;padding:11px 15px;transition:all .1s;display:grid}.le:last-child{border-bottom:0}.le:hover{background:var(--bg-3)}.le-t{font-family:var(--mono);color:var(--fg-faint);font-size:10.5px;line-height:1.4}.le-ic{border-radius:6px;flex-shrink:0;place-items:center;width:28px;height:28px;display:grid}.le-ic svg{width:14px;height:14px}.le-ic.auto{background:var(--pos-wash);color:var(--pos)}.le-ic.appr{background:var(--gold-wash);color:var(--gold)}.le-ic.rej{background:var(--neg-wash);color:var(--neg)}.le-ic.shadow{background:var(--ai-wash);color:var(--ai-bright)}.le-ic.auth{background:var(--info-wash);color:var(--info)}.le-ic.seat{background:var(--gold-wash);color:var(--gold)}.le-body .lh{margin-bottom:2px;font-size:13px;font-weight:450}.le-body .lp{font-family:var(--mono);color:var(--fg-faint);font-size:10.5px}.le-actor{font-family:var(--mono);color:var(--fg-dim);font-size:10.5px}.le-actor .who{color:var(--ai-bright)}.le-rev{font-family:var(--mono);text-align:right;font-size:10px}.le-rev .undo{color:var(--info);cursor:pointer}.le-rev .undo:hover{text-decoration:underline}.le-rev .perm{color:var(--fg-ghost)}.bars{flex-direction:column;gap:9px;display:flex}.bar-row{grid-template-columns:135px 1fr 56px;align-items:center;gap:12px;font-size:12px;display:grid}.bar-row .bl{color:var(--fg-dim);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.bar-track{background:var(--bg-4);border-radius:5px;height:18px;position:relative;overflow:hidden}.bar-fill{height:100%;transition:width 1s var(--ease);border-radius:5px}.bar-val{font-family:var(--mono);text-align:right;color:var(--fg-dim);font-size:11.5px}.acq-split{flex-direction:column;gap:14px;display:flex}.acq-srow{flex-direction:column;gap:6px;display:flex}.acq-shead{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.acq-slabel{color:var(--fg-dim);white-space:nowrap;text-overflow:ellipsis;font-size:12.5px;overflow:hidden}.acq-sval{font-family:var(--mono);color:var(--fg);white-space:nowrap;flex:none;font-size:12px}.acq-snote{color:var(--fg-faint);font-size:10.5px;line-height:1.35}.acq-kpi{position:relative}.acq-hint{opacity:0;color:var(--fg-faint);transition:all .15s;display:flex;position:absolute;top:12px;right:12px;transform:translate(-3px)}.acq-hint svg{width:13px;height:13px}.acq-kpi:hover .acq-hint,.acq-kpi:focus-visible .acq-hint{opacity:.7;transform:none}.acq-matters{border-color:var(--warn-line);background:linear-gradient(100deg, var(--warn-wash), transparent 70%);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;margin-bottom:18px;display:flex}.acq-matters .acq-matters-l{flex:1;min-width:280px}.mc-form{flex-direction:column;gap:13px;margin-bottom:6px;display:flex}.mc-field{flex-direction:column;gap:5px;display:flex}.mc-field label{font-family:var(--mono);letter-spacing:.05em;text-transform:uppercase;color:var(--fg-faint);font-size:9.5px}.mc-input,.mc-area,.mc-sel{background:var(--bg-2);border:1px solid var(--line-2);border-radius:var(--r-s);color:var(--fg);font-family:var(--sans);width:100%;padding:8px 11px;font-size:13px;transition:all .13s}.mc-area{resize:vertical;min-height:58px;line-height:1.45}.mc-input:focus,.mc-area:focus,.mc-sel:focus{border-color:var(--gold-line);background:var(--bg-3);outline:none}.mc-input::placeholder,.mc-area::placeholder{color:var(--fg-ghost)}.mc-checks{flex-direction:column;gap:7px;margin-bottom:4px;display:flex}.mc-chk{background:var(--bg-2);border:1px solid var(--line);border-radius:6px;align-items:flex-start;gap:9px;padding:8px 10px;font-size:12px;display:flex}.mc-chk .ci{flex:none;margin-top:.5px;display:flex}.mc-chk .ci svg{width:13px;height:13px}.mc-chk .cl{color:var(--fg-dim);flex:none;min-width:120px;font-weight:600}.mc-chk .cd{color:var(--fg-faint)}.mc-chk.warn{border-color:var(--warn-line)}.mc-chk.neg{border-color:var(--neg-line)}.mc-foot{background:var(--bg);border-top:1px solid var(--line);margin-top:6px;padding-top:13px;position:sticky;bottom:0}.mi-sum{flex-wrap:wrap;gap:8px;margin-bottom:13px;display:flex}.mi-row{border:1px solid var(--line);border-radius:7px;margin-bottom:8px;transition:all .14s;overflow:hidden}.mi-row.review{border-left:2px solid var(--warn)}.mi-row.blocked{border-left:2px solid var(--neg)}.mi-row.clean{border-left:2px solid var(--pos)}.mi-row-h{cursor:pointer;align-items:center;gap:9px;padding:10px 12px;display:flex}.mi-row-h svg{color:var(--fg-faint);flex:none;transition:transform .2s}.mi-row.open .mi-row-h svg:last-child{transform:rotate(180deg)}.mi-q{color:var(--fg-dim);white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:12.5px;font-weight:500;overflow:hidden}.mi-body{max-height:0;transition:max-height .3s var(--ease);overflow:hidden}.mi-row.open .mi-body{max-height:360px}.rec-head{border-bottom:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;padding:9px 9px 10px;display:flex}.rec-list{flex-direction:column;display:flex}.rec{border-bottom:1px solid var(--line);flex-direction:column;transition:all .12s;display:flex}.rec:last-child{border-bottom:0}.rec-row{grid-template-columns:1fr 150px 110px auto;align-items:center;gap:14px;padding:11px 9px;transition:all .12s;display:grid}.rec-row:hover{background:var(--bg-2)}.rec-main{cursor:pointer;flex-direction:column;gap:5px;min-width:0;display:flex}.rec-q{color:var(--fg);align-items:center;gap:7px;font-size:13.5px;font-weight:600;line-height:1.35;display:flex}.rec-chev{width:12px;height:12px;color:var(--fg-faint);flex:none;transition:transform .2s}.rec.open .rec-chev{transform:rotate(180deg)}.rec-meta{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.rec-why{color:var(--fg-faint);font-size:11px}.rec-pred{flex-direction:column;align-items:flex-start;gap:5px;display:flex}.rec-vol{font-family:var(--mono);color:var(--fg-dim);font-size:13px;font-weight:500}.rec-vol span{letter-spacing:.05em;text-transform:uppercase;color:var(--fg-ghost);margin-top:1px;font-size:8.5px;font-weight:400;display:block}.rec-verdict{justify-content:flex-start;display:flex}.rec-act{justify-content:flex-end;align-items:center;gap:6px;display:flex}.rec-act .btn.ghost.sm{padding:0 7px}.rec-ev{display:none}.rec.open .rec-ev{animation:recev .26s var(--ease);display:block}@keyframes recev{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.rec-ev-in{grid-template-columns:1fr 1fr;gap:20px;padding:4px 11px 15px;display:grid}.rec-ev-in .kv{padding:4px 0}@media (width<=1100px){.rec-row{grid-template-columns:1fr auto;gap:9px}.rec-pred,.rec-verdict{display:none}.rec-ev-in{grid-template-columns:1fr}}.funnel{flex-direction:column;gap:5px;display:flex}.fn{border-radius:var(--r-s);background:var(--bg-3);border:1px solid var(--line);justify-content:space-between;align-items:center;height:42px;padding:0 15px;font-size:13px;display:flex;position:relative;overflow:hidden}.fn .fnbg{background:var(--info-wash);transform-origin:0;transition:transform 1s var(--ease);position:absolute;inset:0}.fn b,.fn .fnn,.fn .fnd{z-index:1;position:relative}.fn .fnn{font-family:var(--mono);font-weight:600}.fn .fnd{font-family:var(--mono);color:var(--neg);font-size:10.5px}.cohort{font-family:var(--mono);gap:3px;font-size:10.5px;display:grid}.ch-h{color:var(--fg-faint);text-align:center;text-transform:uppercase;letter-spacing:.05em;padding:3px 0;font-size:9.5px}.ch-l{color:var(--fg-dim);align-items:center;gap:5px;font-size:11px;display:flex}.ch-tw{color:var(--fg-faint);transition:transform .15s var(--ease);font-size:12px;display:inline-block}.ch-l:hover{color:var(--fg)}.ch-n{color:var(--fg-faint);place-items:center end;padding-right:2px;font-size:10px;display:grid}.ch-c{aspect-ratio:1.9;color:#0a0b0c;border-radius:4px;place-items:center;font-size:10px;font-weight:600;display:grid}.ch-split{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-column:1/-1;grid-template-columns:118px repeat(8,1fr) 52px;gap:3px;margin:1px 0 4px;padding:5px 0;display:grid}.ch-split[hidden]{display:none}.ch-sub-l{color:var(--fg-faint);align-items:center;padding-left:20px;font-size:10px;display:flex}.ch-sub-l.pos{color:var(--pos)}.ch-sub-l.neg{color:var(--neg)}.ch-sub{aspect-ratio:2.4;opacity:.92;font-size:9px}.lead{flex-direction:column;display:flex}.lr{border-bottom:1px solid var(--line);grid-template-columns:30px 1fr auto auto;align-items:center;gap:14px;padding:11px 4px;transition:all .1s;display:grid}.lr:last-child{border-bottom:0}.lr:hover{background:var(--bg-3)}.lr-rank{font-family:var(--mono);color:var(--fg-faint);text-align:center;font-size:13px;font-weight:600}.lr-rank.top{color:var(--gold)}.lr-u{align-items:center;gap:10px;min-width:0;display:flex}.lr-av{background:var(--bg-3);border:1px solid var(--line-2);width:28px;height:28px;font-family:var(--mono);color:var(--fg-dim);border-radius:6px;flex-shrink:0;place-items:center;font-size:10px;font-weight:600;display:grid}.lr-u .nm{white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;overflow:hidden}.lr-u .sb{font-family:var(--mono);color:var(--fg-faint);font-size:10px}.lr-k{font-family:var(--mono);color:var(--pos);text-align:right;font-size:13px;font-weight:600}.lr-v{font-family:var(--mono);color:var(--fg-faint);text-align:right;font-size:11px}.prof-hd{align-items:center;gap:15px;margin-bottom:18px;display:flex}.prof-av{background:var(--bg-3);border:1px solid var(--line-2);width:52px;height:52px;font-family:var(--mono);color:var(--gold);border-radius:11px;flex-shrink:0;place-items:center;font-size:17px;font-weight:600;display:grid}.prof-meta h2{letter-spacing:-.01em;font-size:19px;font-weight:600}.scores{flex-wrap:wrap;gap:8px;margin-top:9px;display:flex}.scorechip{font-family:var(--mono);border:1px solid var(--line-2);background:var(--bg-2);border-radius:6px;align-items:center;gap:7px;padding:4px 9px;font-size:11px;display:flex}.scorechip .sk{color:var(--fg-faint);text-transform:uppercase;letter-spacing:.04em;font-size:9.5px}.scorechip b{font-weight:600}.timeline{padding-left:20px;position:relative}.timeline:before{content:"";background:var(--line-2);width:1px;position:absolute;top:6px;bottom:6px;left:5px}.tl{padding:9px 0;position:relative}.tl:before{content:"";background:var(--fg-faint);border:2px solid var(--bg-1);border-radius:50%;width:8px;height:8px;position:absolute;top:13px;left:-18px}.tl.gold:before{background:var(--gold)}.tl.ai:before{background:var(--ai)}.tl .tt{font-family:var(--mono);color:var(--fg-faint);font-size:10px}.tl .td{color:var(--fg-dim);margin-top:2px;font-size:13px}.nba{background:var(--ai-wash);border:1px solid var(--ai-line);border-radius:var(--r);padding:14px 15px}.toast{z-index:90;background:var(--bg-3);border:1px solid var(--line-2);border-radius:var(--r);box-shadow:var(--shadow);opacity:0;transition:.36s var(--ease);align-items:center;gap:11px;max-width:440px;padding:11px 16px;font-size:13px;display:flex;position:fixed;bottom:38px;left:50%;transform:translate(-50%)translateY(70px)}.toast.show{opacity:1;transform:translate(-50%)translateY(0)}.toast .tk{background:var(--pos);border-radius:50%;flex-shrink:0;width:7px;height:7px}.toast.ai .tk{background:var(--ai)}.toast.warn .tk{background:var(--warn)}.toast .undo{font-family:var(--mono);color:var(--info);cursor:pointer;margin-left:4px;font-size:11px}.toast .undo:hover{text-decoration:underline}.killban{background:var(--neg-wash);border-bottom:1px solid var(--neg-line);align-items:center;gap:12px;padding:11px 18px;display:none}.killban.show{display:flex}.killban svg{width:17px;height:17px;color:var(--neg);flex-shrink:0}.killban b{color:var(--neg);font-weight:600}.killban p{color:var(--fg-dim);font-size:12.5px}.killban .btn{margin-left:auto}.empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:64px 20px;display:flex}.empty-ic{background:var(--bg-2);border:1px solid var(--line-2);border-radius:13px;place-items:center;width:52px;height:52px;margin-bottom:16px;display:grid}.empty-ic svg{width:24px;height:24px;color:var(--fg-faint)}.empty h3{margin-bottom:6px;font-size:15px;font-weight:600}.empty p{color:var(--fg-dim);max-width:380px;font-size:13px;line-height:1.55}.search{background:var(--bg-2);border:1px solid var(--line-2);border-radius:var(--r-s);align-items:center;gap:9px;min-width:240px;height:34px;padding:0 12px;display:flex}.search svg{width:14px;height:14px;color:var(--fg-faint)}.search input{color:var(--fg);font-family:var(--sans);background:0 0;border:0;outline:0;flex:1;font-size:13px}.search input::placeholder{color:var(--fg-faint)}.divider{background:var(--line);height:1px;margin:14px 0}.tip{color:var(--fg-dim);font-size:12px;line-height:1.55}.kv{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:8px 0;font-size:12.5px;display:flex}.kv:last-child{border-bottom:0}.kv .kk{color:var(--fg-faint)}.kv .vv{font-family:var(--mono);color:var(--fg-dim)}.note{font-family:var(--mono);color:var(--fg-faint);font-size:11px;line-height:1.5}.scope{background:var(--bg-2);border:1px solid var(--line-2);border-radius:var(--r-s);flex-shrink:0;gap:1px;padding:2px;display:inline-flex}.scope button{color:var(--fg-faint);font-family:var(--mono);letter-spacing:.02em;cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:4px;align-items:center;gap:5px;padding:5px 10px;font-size:10.5px;font-weight:600;transition:all .12s;display:flex}.scope button svg{opacity:.75;width:11px;height:11px}.scope button:hover{color:var(--fg-dim)}.scope button.on{background:var(--bg-4);color:var(--fg)}.scope button[data-scope=L1].on{background:var(--l1);color:#180c05}.scope button[data-scope=L1].on svg{opacity:1}#app[data-scope=L1] .top{background:linear-gradient(180deg, var(--l1-wash), transparent)}#app[data-scope=L1] .top,#app[data-scope=L1] .rail-brand{box-shadow:inset 0 2px 0 var(--l1)}#app[data-scope=L1]:after{content:"";pointer-events:none;z-index:50;box-shadow:inset 0 0 0 2px var(--l1-line);position:fixed;inset:0}#app[data-scope=L1] #topMeta,#app[data-scope=L1] #topMeta b{color:var(--l1)}.l1-hero{border:1px solid var(--l1-line);background:var(--l1-wash);border-radius:var(--r-l);margin-bottom:6px;padding:26px 28px}.l1-badge{font-family:var(--mono);letter-spacing:.07em;color:var(--l1);border:1px solid var(--l1-line);text-transform:uppercase;border-radius:6px;align-items:center;gap:7px;padding:5px 11px;font-size:11px;font-weight:700;display:inline-flex}.l1-badge svg{width:13px;height:13px}.settings-wrap{grid-template-columns:208px 1fr;align-items:start;gap:26px;display:grid}.settings-nav{flex-direction:column;gap:1px;display:flex;position:sticky;top:0}.stab{border-radius:var(--r-s);cursor:pointer;text-align:left;width:100%;color:var(--fg-dim);background:0 0;border:0;padding:9px 12px;font-family:inherit;font-size:12.5px;font-weight:450;transition:all .12s;display:block}.stab:hover{background:var(--bg-3);color:var(--fg)}.stab.on{background:var(--bg-3);color:var(--fg);box-shadow:inset 2px 0 0 var(--gold);font-weight:500}.settings-body{min-width:0}.conn-list{flex-direction:column;gap:8px;display:flex}.conn-card{background:var(--bg-2);border:1px solid var(--line);border-radius:var(--r);grid-template-columns:36px 1fr auto auto;align-items:center;gap:14px;padding:12px 15px;display:grid}.conn-card.err{border-color:var(--neg-line)}.conn-ic{width:36px;height:36px;font-family:var(--mono);border:1px solid var(--line-2);background:var(--bg-3);border-radius:8px;place-items:center;font-size:14px;font-weight:700;display:grid}.conn-main{min-width:0}.conn-hd{flex-wrap:wrap;align-items:center;gap:7px;font-size:13.5px;font-weight:500;display:flex}.conn-sub{font-family:var(--mono);color:var(--fg-faint);margin-top:3px;font-size:10.5px}.conn-auto{min-width:212px}.conn-act{justify-content:flex-end;display:flex}.conn-input{background:var(--bg-4);border:1px solid var(--line-2);border-radius:var(--r-s);width:100%;color:var(--fg);font-family:var(--mono);outline:0;padding:10px 12px;font-size:12.5px}.conn-input:focus{border-color:var(--gold-line)}.thresh{border-bottom:1px solid var(--line);grid-template-columns:1fr 190px 64px;align-items:center;gap:14px;padding:10px 0;display:grid}.thresh:last-child{border-bottom:0}.thresh .tk{color:var(--fg-dim);font-size:12.5px}.thresh input[type=range]{appearance:none;background:var(--bg-4);border-radius:4px;outline:0;height:4px}.thresh input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:var(--gold);cursor:pointer;border:2px solid var(--bg-1);border-radius:50%;width:15px;height:15px}.thresh input[type=range]::-moz-range-thumb{background:var(--gold);cursor:pointer;border:2px solid var(--bg-1);border-radius:50%;width:15px;height:15px}.thresh .tv{font-family:var(--mono);text-align:right;color:var(--fg);font-size:13px;font-weight:600}@media (width<=760px){.settings-wrap{grid-template-columns:1fr}.settings-nav{flex-flow:wrap}.conn-card{grid-template-columns:36px 1fr;row-gap:10px}.conn-auto{grid-column:1/-1;min-width:0}.conn-act{grid-column:1/-1;justify-content:flex-start}.thresh{grid-template-columns:1fr 56px}.thresh input{grid-column:1/-1}}@media (width<=1240px){.g6{grid-template-columns:repeat(3,1fr)}}.sys-hero{position:relative;overflow:hidden}.sys-hero .k-val{font-size:30px}.runway{justify-content:flex-end;align-items:center;gap:9px;display:flex}.runway-bar{background:var(--bg-4);border-radius:5px;flex-shrink:0;width:64px;height:5px;overflow:hidden}.runway-bar i{border-radius:5px;height:100%;display:block}.rep-doc{border:1px solid var(--line);border-radius:var(--r-s);overflow:hidden}.rep-row{border-bottom:1px solid var(--line);grid-template-columns:240px 1fr;gap:14px;padding:10px 14px;font-size:12.5px;display:grid}.rep-row:last-child{border-bottom:0}.rep-row:nth-child(odd){background:var(--bg)}.rep-k{color:var(--fg-faint);font-family:var(--mono);font-size:11px}.rep-v{color:var(--fg-dim);font-family:var(--mono);font-variant-numeric:tabular-nums}[data-genrep]:hover{border-color:var(--ai-line);background:var(--bg-3)}.prov{font-family:var(--mono);letter-spacing:.04em;text-transform:uppercase;color:var(--fg-faint);white-space:nowrap;align-items:center;gap:4px;font-size:9px;display:inline-flex}.prov-key{font-family:var(--mono);color:var(--fg-faint);background:var(--bg-2);border:1px solid var(--line);border-radius:var(--r-s);flex-wrap:wrap;align-items:center;gap:7px;padding:9px 13px;font-size:10px;display:flex}.prov-keyttl{color:var(--fg-dim);text-transform:uppercase;letter-spacing:.06em;font-size:9.5px}.exec-tabs button{font-family:var(--mono);font-size:10.5px}.exm{background:var(--bg-2);border:1px solid var(--line);border-radius:var(--r);padding:13px 14px}.exm.pend{opacity:.78;border-style:dashed}.exm-top{justify-content:space-between;align-items:center;gap:8px;margin-bottom:9px;display:flex}.exm-lbl{font-family:var(--mono);letter-spacing:.05em;text-transform:uppercase;color:var(--fg-faint);font-size:10px}.exm-val{font-family:var(--mono);letter-spacing:-.01em;font-size:23px;font-weight:500;line-height:1}.exm-sub{font-family:var(--mono);color:var(--fg-faint);margin-top:8px;font-size:10px;line-height:1.4}.paceR-hd{justify-content:space-between;align-items:baseline;margin-bottom:9px;display:flex}.paceR-st{font-family:var(--mono);font-size:10.5px;font-weight:600}.paceR-bar{background:var(--bg-4);border-radius:5px;height:9px;position:relative;overflow:visible}.paceR-fill{border-radius:5px;height:100%}.paceR-tgt{background:var(--gold);width:2px;position:absolute;top:-3px;bottom:-3px;transform:translate(-1px)}.paceR-foot{font-family:var(--mono);color:var(--fg-faint);justify-content:space-between;margin-top:10px;font-size:10px;display:flex}.paceR-foot b{color:var(--fg-dim);font-weight:600}.evid{font-family:var(--mono);letter-spacing:.03em;text-transform:uppercase;color:var(--fg-faint);white-space:nowrap;align-items:center;gap:4px;font-size:9px;display:inline-flex}.evid-key{font-family:var(--mono);color:var(--fg-faint);text-transform:uppercase;letter-spacing:.05em;font-size:9.5px}.quad-wrap{padding:4px 0}.feat-list{flex-direction:column;gap:9px;display:flex}.feat{background:var(--bg-2);border:1px solid var(--line);border-radius:var(--r);grid-template-columns:1fr 250px;grid-template-areas:"main verdict""detail detail";transition:all .16s;display:grid;overflow:hidden}.feat.fv-scale{border-left:2px solid var(--pos)}.feat.fv-fix{border-left:2px solid var(--warn)}.feat.fv-niche{border-left:2px solid var(--info)}.feat.fv-kill{border-left:2px solid var(--neg)}.feat.fv-testing{border-left:2px solid var(--ai)}.feat-main{cursor:pointer;grid-area:main;padding:14px 16px}.feat-hd{flex-wrap:wrap;align-items:center;gap:9px;margin-bottom:11px;display:flex}.feat-nm{font-size:14.5px;font-weight:600}.feat-metrics{flex-wrap:wrap;gap:22px;margin-bottom:11px;display:flex}.fm{flex-direction:column;gap:4px;display:flex}.fm-l{font-family:var(--mono);letter-spacing:.05em;text-transform:uppercase;color:var(--fg-faint);font-size:9px}.fm-v{font-family:var(--mono);color:var(--fg-dim);font-size:13px;font-weight:500}.feat-decay{align-items:center;gap:11px;display:flex}.feat-verdict{border-left:1px solid var(--line);cursor:pointer;flex-direction:column;grid-area:verdict;gap:9px;padding:14px 16px;display:flex}.fv-top{flex-direction:column;align-items:flex-start;gap:7px;display:flex}.fv-conf{font-family:var(--mono);color:var(--fg-faint);font-size:10px}.fv-prov{color:var(--warn);background:var(--warn-wash);border:1px solid var(--warn-line);border-radius:5px;gap:5px;padding:7px 9px;font-size:10.5px;line-height:1.45;display:flex}.fv-prov svg{flex-shrink:0;width:12px;height:12px;margin-top:1px}.fv-act{margin-top:auto}.fv-act .btn{justify-content:center;width:100%}.feat-detail{max-height:0;transition:max-height .34s var(--ease);border-top:0 solid var(--line);grid-area:detail;overflow:hidden}.feat.open .feat-detail{border-top:1px solid var(--line);max-height:420px}.feat-d-note{color:var(--fg-dim);padding:14px 16px 11px;font-size:12.5px;line-height:1.55}.feat-d-note b{color:var(--ai-bright);font-weight:600}.feat-d-note svg{width:13px;height:13px;color:var(--ai-bright);vertical-align:-2px}.feat-geo{padding:0 16px 13px}.geochip{font-family:var(--mono);border:1px solid var(--line-2);background:var(--bg);color:var(--fg-faint);border-radius:5px;padding:3px 8px;font-size:10px}.geochip b{font-weight:600}.geochip.pos{color:var(--pos);border-color:var(--pos-line)}.geochip.neg{color:var(--neg);border-color:var(--neg-line)}.geochip.warn{color:var(--warn);border-color:var(--warn-line)}.geochip.info{color:var(--info);border-color:var(--info-line)}.feat-method{color:var(--fg-faint);border-top:1px solid var(--line);margin:0 16px;padding:11px 16px 15px;font-size:12px;line-height:1.55}.model-head{font-family:var(--mono);letter-spacing:.06em;text-transform:uppercase;color:var(--fg-faint);grid-template-columns:1fr 180px 200px 100px;gap:14px;padding:0 16px 8px;font-size:9.5px;display:grid}.model-list{flex-direction:column;gap:8px;display:flex}.model{background:var(--bg-2);border:1px solid var(--line);border-radius:var(--r);cursor:pointer;grid-template-columns:1fr 180px 200px 100px;align-items:center;gap:14px;padding:14px 16px;transition:all .13s;display:grid}.model:hover{border-color:var(--line-2);background:var(--bg-3)}.model.dormant{opacity:.6}.model-hd{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:5px;display:flex}.model-nm{font-size:14px;font-weight:600}.model-feeds{color:var(--fg-faint);font-size:11.5px}.model-feeds b{color:var(--fg-dim);font-weight:500}.ms-val{font-family:var(--mono);align-items:center;gap:4px;font-size:13px;font-weight:600;display:flex}.ms-spark{margin-top:5px}.md-row{justify-content:space-between;align-items:center;gap:8px;margin-bottom:5px;display:flex}.md-row:last-child{margin-bottom:0}.md-k{font-family:var(--mono);color:var(--fg-faint);align-items:center;font-size:10px;display:flex}.md-v{font-family:var(--mono);color:var(--fg-dim);font-size:10.5px}.model-status{justify-content:flex-end;display:flex}@media (width<=860px){.model,.model-head{grid-template-columns:1fr 1fr}.model-head{display:none}.feat{grid-template-columns:1fr;grid-template-areas:"main""verdict""detail"}.feat-verdict{border-left:0;border-top:1px solid var(--line)}}@media (width<=760px){#app{grid-template-columns:1fr;grid-template-areas:"top""main""status"}.rail{display:none}.g4,.g5,.g6{grid-template-columns:repeat(2,1fr)}}#docOverlay{--pg:#fbfaf7;--ink:#1a1814;--ink-2:#4a453c;--ink-3:#7a7264;--pg-line:#e3ded3;--pg-line-2:#cfc7b6;--pg-accent:#b68b1f;z-index:95;background:#070809;flex-direction:column;display:none;position:fixed;inset:0}#docOverlay.show{animation:.2s fadein;display:flex}.doc-chrome{background:var(--bg-1);border-bottom:1px solid var(--line);flex-shrink:0;justify-content:space-between;align-items:center;gap:14px;height:52px;padding:0 18px;display:flex}.doc-chrome-mid{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--fg-faint);font-size:10px}.doc-scroll{flex:1;justify-content:center;padding:30px 20px 60px;display:flex;overflow-y:auto}.doc-paper{background:var(--pg);width:min(820px,100%);color:var(--ink);font-family:var(--sans);border-radius:6px;padding:54px 56px 40px;box-shadow:0 30px 80px -20px #000000b3}.doc-head{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.doc-brand{flex-direction:column;gap:4px;display:flex}.doc-mark{font-family:"Hanken Grotesk", var(--sans);letter-spacing:.2em;color:var(--ink);font-size:20px;font-weight:800}.doc-tag{font-family:var(--mono);letter-spacing:.14em;color:var(--pg-accent);text-transform:uppercase;font-size:9px}.doc-meta{font-family:var(--mono);color:var(--ink-3);text-align:right;font-size:10px;line-height:1.6}.doc-title{letter-spacing:-.02em;color:var(--ink);margin:26px 0 8px;font-size:26px;font-weight:600}.doc-sub{color:var(--ink-2);max-width:90%;font-size:13px;line-height:1.6}.doc-rule{background:var(--ink);opacity:.85;height:2px;margin:22px 0 4px}.dochx{color:var(--ink);margin:24px 0 8px;font-size:13px;font-weight:600}.docrows{border-collapse:collapse;width:100%;margin:6px 0}.docrows tr{border-bottom:1px solid var(--pg-line)}.docrows th{text-align:left;vertical-align:top;width:230px;font-family:var(--mono);letter-spacing:.02em;text-transform:uppercase;color:var(--ink-3);padding:11px 14px 11px 0;font-size:10.5px;font-weight:500}.docrows td{color:var(--ink);padding:11px 0;font-size:13.5px;line-height:1.5}.docprov{font-family:var(--mono);letter-spacing:.03em;text-transform:uppercase;color:var(--ink-3);border:1px solid var(--pg-line-2);white-space:nowrap;border-radius:4px;margin-left:6px;padding:1px 6px;font-size:9px}.docnote{color:var(--ink-2);border:1px solid var(--pg-line);background:#f3efe6;border-radius:5px;margin:14px 0;padding:12px 14px;font-size:12px;line-height:1.6}.doc-foot{border-top:1px solid var(--pg-line);font-family:var(--mono);color:var(--ink-3);margin-top:30px;padding-top:16px;font-size:9.5px;line-height:1.6}#app[data-density=comfortable]{font-size:14px}#app[data-density=comfortable] .view{line-height:1.55}#app[data-density=comfortable] .card{padding:18px}#app[data-density=comfortable] .card.pad-lg{padding:22px}#app[data-density=comfortable] .kpi{padding:16px 17px}#app[data-density=comfortable] .kpi .k-val{font-size:27px}#app[data-density=comfortable] .dt td{padding:12px 13px}#app[data-density=comfortable] .dt th{padding:10px 13px}#app[data-density=comfortable] .grid{gap:14px}#app[data-density=comfortable] .nav-i{height:35px}#app[data-density=comfortable] .band{margin:30px 0 15px}#app[data-density=comfortable] .kv{padding:10px 0}#app[data-density=comfortable] .ib,#app[data-density=comfortable] .le,#app[data-density=comfortable] .rq-top{padding-top:16px;padding-bottom:16px}#app[data-density=comfortable] .brief-lead{font-size:15.5px;line-height:1.7}#app[data-density=comfortable] .ph h1{font-size:23px}body[data-theme=light]{--bg:#fbede2;--bg-1:#fff7f1;--bg-2:#fff7f1;--bg-3:#f7e4d5;--bg-4:#efd7c4;--fg:#241a12;--fg-dim:#5c4c3d;--fg-faint:#917c68;--fg-ghost:#bfab95;--line:#78481e1c;--line-2:#78481e2b;--line-3:#78481e45;--gold:#9a7414;--gold-deep:#7a5c0e;--gold-wash:#b0891f29;--gold-line:#b0891f6b;--ai:#5b50c6;--ai-bright:#574bc9;--ai-wash:#6c60e01c;--ai-line:#6c60e052;--pos:#1e9457;--pos-wash:#1e945721;--pos-line:#1e945752;--neg:#cc3a36;--neg-wash:#cc3a361c;--neg-line:#cc3a3652;--warn:#b0720c;--warn-wash:#b0720c24;--warn-line:#b0720c5c;--info:#3a66c6;--info-wash:#3a66c61c;--info-line:#3a66c64d;--shadow:0 14px 40px -16px #78481e33, 0 2px 6px -2px #78481e1c;--shadow-pop:0 24px 60px -16px #78481e47}body[data-theme=light] ::selection{background:var(--gold-wash);color:var(--fg)}body[data-theme=light] .main::-webkit-scrollbar-thumb{background:var(--line-2)}body[data-theme=light] .drill::-webkit-scrollbar-thumb{background:var(--line-2)}body[data-theme=light] .wordmark{color:var(--fg)}body[data-theme=light] .scope button[data-scope=L1].on{color:#fff}body[data-theme=light] .ask-scrim,body[data-theme=light] .scrim,body[data-theme=light] .signout-scrim{background:#462a144d}body[data-theme=light] .coach-frame{background:#462a1438}@media print{body.printing-doc *{visibility:hidden!important}body.printing-doc #docOverlay,body.printing-doc #docOverlay *{visibility:visible!important}body.printing-doc #docOverlay{background:#fff;display:flex;position:absolute;inset:0}body.printing-doc .doc-chrome{display:none!important}body.printing-doc .doc-scroll{padding:0;overflow:visible}body.printing-doc .doc-paper{box-shadow:none;border-radius:0;width:100%;padding:0 8px}@page{margin:18mm}}a:focus-visible,button:focus-visible,input:focus-visible,.nav-i:focus-visible,.btn:focus-visible,.seg button:focus-visible,.infodot:focus-visible,.mlc:focus-visible,.toggle:focus-visible,.kpi.click:focus-visible,.stab:focus-visible,.subtabs button:focus-visible,[data-go]:focus-visible,[data-nav]:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--gold);outline-offset:2px;border-radius:var(--r-s)}.scope button:focus-visible{outline:2px solid var(--gold);outline-offset:1px}.nav-i,.kpi.click,.stab{outline-color:var(--gold)}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}.kill .pulse:after{animation:none!important}.view>*{opacity:1!important;animation:none!important;transform:none!important}}.inbox .ib,.log .le,.exc-list .exc,.feat-list .feat,.model-list .model,.grid .agent{animation:rowin .34s var(--ease) both}@keyframes rowin{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.inbox .ib:nth-child(2),.log .le:nth-child(2),.exc-list .exc:nth-child(2),.model-list .model:nth-child(2){animation-delay:40ms}.inbox .ib:nth-child(3),.log .le:nth-child(3),.exc-list .exc:nth-child(3),.model-list .model:nth-child(3){animation-delay:80ms}.inbox .ib:nth-child(4),.log .le:nth-child(4),.exc-list .exc:nth-child(4),.model-list .model:nth-child(4){animation-delay:.12s}.inbox .ib:nth-child(n+5),.log .le:nth-child(n+5){animation-delay:.16s}.toast{transition:transform .4s cubic-bezier(.16,1,.3,1),opacity .4s}.grid.g4 .kpi.hero{grid-row:span 1}.kpi.hero .k-val{font-size:30px}.kpi.hero{background:linear-gradient(150deg, var(--bg-3), var(--bg-2))}.skel{background:linear-gradient(100deg, var(--bg-2) 30%, var(--bg-3) 50%, var(--bg-2) 70%);border-radius:var(--r-s);background-size:200% 100%;animation:1.1s linear infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skel-kpi{border:1px solid var(--line);border-radius:var(--r);height:96px}.skel-line{height:12px;margin:8px 0}.stale-chip{font-family:var(--mono);color:var(--warn);border:1px solid var(--warn-line);background:var(--warn-wash);text-transform:uppercase;letter-spacing:.04em;border-radius:5px;align-items:center;gap:5px;padding:2px 7px;font-size:9.5px;display:inline-flex}.tx-legend{border-top:1px solid var(--line);flex-wrap:wrap;gap:7px 20px;margin-top:12px;padding-top:11px;display:flex}.tx-legend>span{color:var(--fg-dim);align-items:center;gap:7px;font-size:10.5px;display:inline-flex}.tx-grp-hd{flex-wrap:wrap;align-items:baseline;gap:11px;margin:0 2px 7px;display:flex}.tx-grp-hd .lbl{margin:0}.tx-dt td{padding:7px 11px}.tx-dt tbody tr{cursor:default}.tx-gap td.strong{color:var(--neg)}.tx-viewlink{cursor:pointer;border-bottom:1px dashed var(--line-2);transition:all .12s}.tx-viewlink:hover{color:var(--ai-bright);border-bottom-color:var(--ai-bright)}.tx-gap{background:color-mix(in oklab, var(--neg) 5%, transparent)}.tx-gap:hover{background:color-mix(in oklab, var(--neg) 9%, transparent)!important}.errtile{background:var(--bg-2);border:1px dashed var(--neg-line);border-radius:var(--r);flex-direction:column;align-items:flex-start;gap:8px;padding:14px;display:flex}.errtile .em{color:var(--fg-dim);font-size:12.5px}.coach-scrim{z-index:96;opacity:0;background:0 0;transition:all .25s;position:fixed;inset:0}.coach-scrim.show{opacity:1}.coach-frame{z-index:96;-webkit-backdrop-filter:blur(4px);animation:coachfade .26s var(--ease) both;background:#080a0d73;position:fixed}.coach-frame.show{opacity:1}@keyframes coachfade{0%{opacity:0}to{opacity:1}}.coach-card{z-index:97;background:var(--bg-1);border:1px solid var(--gold-line);border-radius:var(--r-l);width:300px;box-shadow:var(--shadow-pop);padding:18px 19px;position:fixed}.coach-card .cc-step{font-family:var(--mono);color:var(--gold);letter-spacing:.08em;text-transform:uppercase;margin-bottom:7px;font-size:10px}.coach-card h4{margin-bottom:6px;font-size:15px;font-weight:600}.coach-card p{color:var(--fg-dim);font-size:12.5px;line-height:1.55}.coach-card .cc-act{justify-content:space-between;align-items:center;margin-top:15px;display:flex}.coach-card .cc-dots{gap:5px;display:flex}.coach-card .cc-dot{background:var(--line-3);border-radius:50%;width:6px;height:6px}.coach-card .cc-dot.on{background:var(--gold)}.coach-spot{z-index:97;border:2px solid var(--gold);border-radius:var(--r);box-shadow:0 0 0 3px var(--gold-wash), 0 8px 30px -6px #00000080;pointer-events:none;animation:coachfade .26s var(--ease) both;transition:left .3s var(--ease), top .3s var(--ease);position:fixed}.coach-spot.show{opacity:1}.camp-spine{border:1px solid var(--gold-line);background:linear-gradient(120deg, var(--gold-wash), transparent 65%);border-radius:13px;margin-bottom:18px;padding:18px 20px}.cs-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:13px;display:flex}.cs-title{letter-spacing:-.01em;font-size:18px;font-weight:600}.cs-win{font-family:var(--mono);color:var(--fg-faint);margin-top:3px;font-size:11px}.cs-verdict{text-align:right}.cs-verdict .lbl{margin-bottom:5px;display:block}.cs-bar{background:var(--bg-4);border-radius:8px;height:8px;margin-bottom:13px;position:relative;overflow:hidden}.cs-fill{background:linear-gradient(90deg, var(--gold), var(--gold-deep));border-radius:8px;height:100%}.cs-end{font-family:var(--mono);color:var(--fg-faint);font-size:9.5px;position:absolute;top:-22px;right:9px}.cs-purpose{color:var(--fg-dim);align-items:flex-start;gap:9px;margin:0;font-size:13px;line-height:1.55;display:flex}.cs-purpose svg{color:var(--gold);flex-shrink:0;margin-top:2px}.cs-purpose b{color:var(--fg)}.hyp-list{flex-direction:column;gap:10px;display:flex}.hyp{background:var(--bg-2);border:1px solid var(--line);border-radius:var(--r);cursor:pointer;border-left-width:3px;padding:14px 16px;transition:all .13s}.hyp:hover{background:var(--bg-3)}.hyp.validated{border-left-color:var(--pos)}.hyp.trending{border-left-color:var(--warn)}.hyp.gathering{border-left-color:var(--info)}.hyp.invalidated{border-left-color:var(--neg)}.hyp-top{align-items:center;gap:10px;margin-bottom:9px;display:flex}.hyp-lock{font-family:var(--mono);color:var(--fg-faint);align-items:center;gap:5px;font-size:9.5px;display:inline-flex}.hyp-lock svg{width:12px;height:12px}.hyp-metric{font-family:var(--mono);color:var(--fg);margin-left:auto;font-size:17px;font-weight:600}.hyp-metric.pos{color:var(--pos)}.hyp-metric.neg{color:var(--neg)}.hyp-stmt{margin-bottom:8px;font-size:14.5px;font-weight:500;line-height:1.35}.hyp-crit{color:var(--fg-dim);margin-bottom:9px;font-size:12.5px;line-height:1.5}.hyp-crit .lbl{margin-right:4px;display:inline}.hyp-read{color:var(--fg-dim);background:var(--bg);border:1px solid var(--line);border-radius:7px;align-items:flex-start;gap:8px;padding:9px 11px;font-size:12.5px;line-height:1.5;display:flex}.hyp-read svg{color:var(--ai-bright);flex-shrink:0;width:14px;height:14px;margin-top:2px}.hyp-pivot{color:var(--fg-dim);background:var(--neg-wash);border:1px solid var(--neg-line);border-radius:7px;align-items:flex-start;gap:8px;margin-top:9px;padding:9px 11px;font-size:12.5px;display:flex}.hyp-pivot svg{color:var(--neg);flex-shrink:0;width:14px;height:14px;margin-top:1px}.hyp-pivot-go{color:var(--neg);cursor:pointer;font-weight:600}.hyp-pivot-go:hover{text-decoration:underline}.hyp-evi{font-family:var(--mono);color:var(--fg-faint);margin-top:9px;font-size:10px}.hyp-evi b.pos{color:var(--pos)}.hyp-evi b.neg{color:var(--neg)}.hyp-evi b.warn{color:var(--warn)}.hyp-more{color:var(--info);cursor:pointer}.hyp-more:hover{text-decoration:underline}.hyp-proposed{border:1px dashed var(--ai-line);background:var(--ai-wash);border-radius:var(--r);margin-top:12px;padding:14px 16px}.hp-hd{align-items:center;gap:8px;font-size:13px;display:flex}.hp-hd svg{color:var(--ai-bright)}@media (width<=760px){.cs-head{flex-direction:column}.cs-verdict{text-align:left}}.learn-loop{border:1px solid var(--ai-line);background:var(--ai-wash);border-radius:12px;margin-bottom:4px;padding:15px 16px}.learn-lede{color:var(--fg);align-items:flex-start;gap:9px;margin-bottom:13px;font-size:13px;line-height:1.5;display:flex}.learn-lede svg{color:var(--ai-bright);flex-shrink:0;margin-top:2px}.learn-card{background:var(--bg-2);border:1px solid var(--line);border-radius:9px;padding:12px 14px}@media (width<=760px){.learn-loop .g2{grid-template-columns:1fr}}.decbar{background:linear-gradient(100deg, var(--warn-wash), transparent 70%);border:1px solid var(--warn-line);cursor:pointer;border-radius:11px;align-items:center;gap:14px;margin:14px 0;padding:13px 18px;transition:all .14s;display:flex}.decbar:hover{border-color:var(--warn);transform:translateY(-1px)}.decbar .dec-ic{background:var(--warn-wash);width:34px;height:34px;color:var(--warn);border-radius:9px;flex-shrink:0;place-items:center;display:grid}.decbar .dec-ic svg{width:17px;height:17px}.decbar .dec-main{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.decbar .dec-main b{letter-spacing:-.01em;font-size:15px;font-weight:600}.decbar .dec-main span{color:var(--fg-dim);font-size:12.5px}.decbar .dec-go{font-family:var(--mono);letter-spacing:.05em;text-transform:uppercase;color:var(--warn);white-space:nowrap;flex-shrink:0;align-items:center;gap:7px;font-size:11px;font-weight:600;display:flex}.decbar .dec-go svg{width:14px;height:14px}.motto .fr-seg{align-self:center;margin-left:auto}.motto .fr-seg button{padding:4px 9px;font-size:10px}.band.ref-head{margin-top:24px}.mocktgl{border-radius:var(--r-s);border:1px solid var(--line-2);background:var(--bg-2);height:30px;color:var(--fg-faint);font-family:var(--mono);letter-spacing:.05em;text-transform:uppercase;cursor:pointer;flex-shrink:0;align-items:center;gap:6px;margin-left:8px;padding:0 11px;font-size:10.5px;font-weight:600;transition:all .13s;display:inline-flex}.mocktgl svg{width:13px;height:13px}.mocktgl:hover{color:var(--fg-dim);border-color:var(--line-3)}.mocktgl.on{background:var(--warn-wash);border-color:var(--warn-line);color:var(--warn)}.motto{flex-wrap:wrap;align-items:baseline;gap:12px;margin:-4px 0 6px;display:flex}.mot-la{color:var(--gold);letter-spacing:.005em;font-family:Newsreader,Instrument Serif,Georgia,serif;font-size:17px;font-style:italic}.mot-en{font-family:var(--mono);letter-spacing:.04em;color:var(--fg-faint);font-size:11px}.mot-fn{color:var(--fg-dim);font-size:13px}.your-watch{grid-template-columns:repeat(4,1fr);gap:11px;margin-bottom:18px;display:grid}.yw-chip{background:var(--bg-2);border:1px solid var(--line);border-radius:var(--r);cursor:pointer;padding:12px 14px;transition:all .13s}.yw-chip:hover{border-color:var(--line-2);background:var(--bg-3)}.yw-k{font-family:var(--mono);letter-spacing:.05em;text-transform:uppercase;color:var(--fg-faint);margin-bottom:7px;font-size:9.5px}.yw-v{font-family:var(--mono);letter-spacing:-.01em;font-size:21px;font-weight:600;line-height:1}.yw-s{color:var(--fg-dim);margin-top:5px;font-size:11px}@media (width<=980px){.your-watch{grid-template-columns:repeat(2,1fr)}}.northstar{background:linear-gradient(120deg, var(--gold-wash), transparent 70%);border:1px solid var(--gold-line);cursor:pointer;border-radius:12px;grid-template-columns:minmax(220px,1fr) 2fr auto;align-items:center;gap:22px;margin-bottom:14px;padding:16px 20px;transition:all .14s;display:grid}.northstar:hover{border-color:var(--gold)}.ns-k{font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;color:var(--fg-faint);margin-bottom:6px;font-size:10px}.ns-v{font-family:var(--mono);letter-spacing:-.02em;color:var(--gold);font-size:28px;font-weight:600;line-height:1}.ns-v .ns-tgt{color:var(--fg-faint);font-size:13px;font-weight:400}.ns-pace{font-family:var(--mono);align-items:center;gap:9px;margin-top:9px;font-size:11px;display:flex}.ns-bar{background:var(--bg-4);border-radius:5px;flex:1;max-width:160px;height:5px;overflow:hidden}.ns-bar i{background:var(--gold);border-radius:5px;height:100%;display:block}.ns-now{border-left:1px solid var(--line-2);padding-left:20px}.ns-now-v{color:var(--fg);margin-bottom:4px;font-size:14.5px;font-weight:500}.ns-now-d{color:var(--fg-dim);font-size:12.5px;line-height:1.5}.ns-go{font-family:var(--mono);letter-spacing:.05em;text-transform:uppercase;color:var(--gold);white-space:nowrap;align-self:start;align-items:center;gap:6px;font-size:11px;display:flex}.ns-go svg{width:13px;height:13px}@media (width<=980px){.northstar{grid-template-columns:1fr}.ns-now{border-left:0;border-top:1px solid var(--line);padding-top:12px;padding-left:0}.ns-go{display:none}}.flow-stage{grid-template-columns:312px 1fr;align-items:start;gap:26px;display:grid}.phone{background:#050505;border:10px solid #17140d;border-radius:42px;width:312px;position:relative;overflow:hidden;box-shadow:0 26px 70px -20px #000000bf,inset 0 0 0 1px #ffffff0a}.phone-notch{z-index:5;background:#17140d;border-radius:0 0 15px 15px;width:120px;height:24px;position:absolute;top:0;left:50%;transform:translate(-50%)}.phone-screen.flowapp{--app-fg:#f2ecdc;--app-dim:#f2ecdc9e;--app-faint:#f2ecdc5c;--app-el:#1a1712;--app-rs:#13110c;--yesc:#4fd3a1;--noc:#ff6b6b;min-height:592px;font-family:"Hanken Grotesk", var(--sans);background:radial-gradient(120% 80% at 50% 0,#15130d,#0c0b08);flex-direction:column;padding:34px 12px 16px;display:flex}.fc-deck{flex:1;min-height:0;position:relative}.fc-ghost{background:linear-gradient(#1a1712,#13110c);border:1px solid #f2ecdc0f;border-radius:22px;height:96%;position:absolute;top:0;left:0;right:0}.fc-ghost.one{opacity:.6;transform:translateY(8px)scale(.965)}.fc-ghost.two{opacity:.32;transform:translateY(16px)scale(.93)}.fc-live{cursor:grab;touch-action:none;position:relative}.fc-live:active{cursor:grabbing}.flow-face{background:linear-gradient(180deg, var(--app-el), var(--app-rs));color:var(--app-fg);border:1px solid #f2ecdc24;border-radius:22px;flex-direction:column;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 40px -12px #0000008c,inset 0 1px #f2ecdc0f}.flow-head{flex-direction:column;gap:9px;padding:16px 18px 14px;display:flex;position:relative}.fh-top{align-items:center;gap:8px;display:flex}.flow-tag{font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;background:#f2ecdc0f;border-radius:5px;padding:3px 8px;font-size:10px;font-weight:600}.flow-days{font-family:var(--mono);color:var(--app-dim);background:#f2ecdc0d;border:1px solid #f2ecdc1a;border-radius:999px;padding:2px 8px;font-size:11px;font-weight:600}.flow-days.soon{color:#e2b842}.flow-days.urgent{color:var(--noc)}.fc-compass{margin-left:auto}.fc-compass-svg{width:34px;height:34px;display:block}.flow-trickster{z-index:2;font-family:var(--mono);letter-spacing:.1em;color:#e2b842;background:#e2b84224;border:1px solid #e2b84266;border-radius:5px;padding:3px 7px;font-size:9px;font-weight:700;position:absolute;top:12px;right:14px}.flow-whynow{font-family:var(--mono);letter-spacing:.07em;color:var(--app-dim);align-items:center;gap:7px;width:fit-content;font-size:9.5px;font-weight:600;display:inline-flex}.flow-whynow .wn-dot{background:currentColor;border-radius:50%;width:5px;height:5px}.flow-whynow.yes{color:var(--yesc)}.flow-whynow.no{color:var(--noc)}.flow-whynow.gold{color:#e2b842}.flow-q{font-family:"Hanken Grotesk", var(--sans);letter-spacing:-.01em;color:var(--app-fg);text-wrap:balance;margin:5px 0 0;font-size:19px;font-weight:600;line-height:1.2}.flow-ctx{color:var(--app-dim);margin:0;font-family:Newsreader,Instrument Serif,Georgia,serif;font-size:13.5px;font-style:italic;line-height:1.35}.flow-body{flex-direction:column;gap:11px;padding:11px 18px 15px;display:flex}.flow-social{align-items:center;gap:9px;display:flex}.av-stack{display:inline-flex}.av-stack .av{border:2px solid var(--app-el);border-radius:50%;width:20px;height:20px;margin-left:-6px}.av-stack .av:first-child{margin-left:0}.fc-mute{font-family:var(--mono);color:var(--app-faint);font-size:10.5px}.fc-mute b.yes{color:var(--yesc)}.flow-artwork{border:1px solid #f2ecdc0d;border-radius:14px;place-items:center;height:128px;display:grid;position:relative;overflow:hidden}.flow-artwork .fa-glyph svg{width:64px;height:64px;display:block}.fa-rings{opacity:.5;border:1px solid;border-radius:50%;width:150px;height:150px;position:absolute}.fg-needle{animation:3s ease-in-out infinite fgneedle}@keyframes fgneedle{0%,to{transform:rotate(-24deg)}50%{transform:rotate(24deg)}}.flow-probs{flex-direction:column;gap:9px;margin-top:2px;display:flex}.fp-row{grid-template-columns:auto 1fr auto;align-items:center;gap:10px;display:grid}.fp-side{align-items:baseline;gap:6px;display:inline-flex}.fp-pct{font-family:"Hanken Grotesk", var(--sans);letter-spacing:-.02em;color:var(--app-fg);font-size:21px;font-weight:600;line-height:1}.fp-lbl{font-family:var(--mono);letter-spacing:.14em;font-size:10px;font-weight:700}.fp-lbl.no{color:var(--noc)}.fp-lbl.yes{color:var(--yesc)}.fp-track{background:#f2ecdc14;border-radius:999px;height:8px;display:flex;position:relative;overflow:hidden}.fp-no{background:linear-gradient(90deg, var(--noc), #ff6b6b73);height:100%}.fp-yes{background:linear-gradient(90deg, #4fd3a173, var(--yesc));height:100%}.fp-actions{grid-template-columns:1fr 1fr;align-items:center;display:grid}.fp-act{font-family:var(--mono);letter-spacing:.05em;align-items:center;gap:7px;font-size:10px;display:inline-flex}.fp-act.yes{justify-content:flex-end}.fp-arr{font-family:var(--sans);color:#e2b842;font-size:15px;font-weight:700;line-height:1}.fp-pay{font-family:var(--mono);color:#e2b842;font-size:12.5px;font-weight:700}.fp-pay:after{content:" VXP";color:var(--app-faint);font-size:9px;font-weight:500}.fp-role{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--app-faint);font-size:8.5px}.flow-foot{justify-content:space-between;align-items:center;padding-top:3px;display:flex}.fc-size{font-family:var(--mono);color:var(--app-dim);font-size:11px}.fc-size .k{color:var(--app-faint);letter-spacing:.1em}.fc-size .u{color:var(--app-faint)}.fc-dots{justify-content:center;gap:6px;padding:13px 0 6px;display:flex}.fc-dot{cursor:pointer;background:#f2ecdc33;border-radius:50%;width:6px;height:6px;transition:all .13s}.fc-dot.on{background:#e2b842;border-radius:6px;width:18px}.fc-swipehint{font-family:var(--mono);letter-spacing:.06em;justify-content:space-between;padding:0 6px 2px;font-size:9.5px;display:flex}.fc-swipehint .no{color:#ff6b6bb3}.fc-swipehint .yes{color:#4fd3a1b3}.fc-swipehint .skip{color:var(--app-faint)}.flow-side{min-width:0}.flow-q-list{flex-direction:column;gap:2px;display:flex}.fq{border-radius:var(--r-s);cursor:pointer;border:1px solid #0000;align-items:center;gap:11px;padding:10px;transition:all .12s;display:flex}.fq:hover{background:var(--bg-3)}.fq.on{background:var(--bg-3);border-color:var(--line-2)}.fq-sw{border-radius:3px;flex-shrink:0;align-self:stretch;width:4px;min-height:30px}.fq-b{flex:1;min-width:0}.fq-q{white-space:nowrap;text-overflow:ellipsis;font-size:12.5px;font-weight:500;overflow:hidden}.fq-m{font-family:var(--mono);color:var(--fg-faint);white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:9.5px;overflow:hidden}.fq-rank{font-family:var(--mono);color:var(--fg-faint);flex-shrink:0;font-size:11px;font-weight:600}.fq-perf{gap:10px;margin-top:3px;display:flex}.fqp{font-family:var(--mono);color:var(--fg-faint);align-items:center;gap:4px;font-size:9.5px;display:inline-flex}.fqp i{border-radius:50%;width:5px;height:5px}.fqp.warn{color:var(--warn)}.cardperf{grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:4px;display:grid}.cpb{flex-direction:column;gap:3px;display:flex}.cpk{font-family:var(--mono);letter-spacing:.04em;text-transform:uppercase;color:var(--fg-faint);font-size:9px}.cpv{font-family:var(--mono);color:var(--fg);font-size:16px;font-weight:600}.cpv.info{color:var(--info)}.cpv.pos{color:var(--pos)}.ff-flag{background:var(--bg-2);border:1px solid var(--line);border-radius:var(--r);border-left-width:3px;align-items:flex-start;gap:11px;margin-bottom:8px;padding:12px 13px;display:flex}.ff-flag.warn{border-left-color:var(--warn)}.ff-flag.crit{border-left-color:var(--neg)}.ff-ic{background:var(--bg-3);border-radius:6px;flex-shrink:0;place-items:center;width:24px;height:24px;display:grid}.ff-ic svg{width:14px;height:14px;color:var(--warn)}.ff-flag.crit .ff-ic svg{color:var(--neg)}.ff-flag>div{flex:1;min-width:0}.ff-t{margin-bottom:3px;font-size:13px;font-weight:600}.ff-d{color:var(--fg-dim);font-size:12px;line-height:1.45}.ff-flag .btn{flex-shrink:0;align-self:center}.cr-grid{grid-template-columns:repeat(2,1fr);gap:11px;margin-bottom:8px;display:grid}.cr-card{background:var(--bg-2);border:1px solid var(--line);border-radius:var(--r);cursor:pointer;gap:13px;padding:11px;transition:all .13s;display:flex}.cr-card:hover{border-color:var(--line-2);background:var(--bg-3)}.cr-card.flag{border-color:var(--neg-line)}.cr-art{border-radius:9px;flex-shrink:0;width:88px;height:88px;position:relative;overflow:hidden}.cr-art-glyph{font-family:"Hanken Grotesk", var(--sans);opacity:.55;font-size:54px;font-weight:800;line-height:1;position:absolute;bottom:-6px;right:6px}.cr-b{flex-direction:column;flex:1;min-width:0;display:flex}.cr-top{align-items:center;gap:8px;margin-bottom:6px;display:flex}.cr-q{flex:1;font-size:13px;font-weight:500;line-height:1.35}.cr-fit{align-items:center;gap:8px;margin-top:8px;display:flex}.cr-fitbar{background:var(--bg-4);border-radius:5px;flex:1;height:5px;overflow:hidden}.cr-fitbar i{border-radius:5px;height:100%;display:block}.th-grid{grid-template-columns:repeat(3,1fr);gap:11px;display:grid}.th-card{background:var(--bg-2);border:1px solid var(--line);border-radius:var(--r);padding:13px 14px}.th-hd{align-items:center;gap:9px;margin-bottom:8px;font-size:13px;display:flex}.th-sw{border-radius:4px;flex-shrink:0;width:12px;height:12px}.th-rule{color:var(--fg-dim);font-size:12px;line-height:1.5}.al-rules{flex-direction:column;gap:10px;display:flex}.al-rule{border:1px solid var(--line);border-radius:var(--r);background:var(--bg-2);border-left-width:3px;padding:13px 15px}.al-rule.neg{border-left-color:var(--neg)}.al-rule.warn{border-left-color:var(--warn)}.al-rule.info{border-left-color:var(--info)}.al-rule-hd{align-items:center;gap:10px;margin-bottom:10px;display:flex}.al-trig{flex-wrap:wrap;gap:6px;margin-bottom:10px;display:flex}.al-chip{font-family:var(--mono);color:var(--fg-dim);background:var(--bg);border:1px solid var(--line-2);border-radius:5px;padding:3px 8px;font-size:10.5px}.al-ch{font-family:var(--mono);color:var(--fg-faint);align-items:center;gap:7px;font-size:11px;display:flex}.al-ch svg{flex-shrink:0;width:13px;height:13px}@media (width<=980px){.flow-stage{grid-template-columns:1fr}.phone{margin:0 auto}.cr-grid,.th-grid{grid-template-columns:1fr}}@media (width<=1240px) and (width>=861px){.drill{width:520px}.g4{grid-template-columns:repeat(2,1fr)}.ph h1{font-size:19px}}@media (width<=980px) and (width>=761px){#app{grid-template-columns:200px 1fr}.askbtn{width:auto;min-width:120px}.g3{grid-template-columns:repeat(2,1fr)}.ph-meta,.band .hint{display:none}}@media (pointer:coarse){.infodot,.mlc{width:30px;height:30px;margin:-8px;padding:8px}.toggle{transform-origin:0;transform:scale(1.25)}.seg button{padding:9px 13px}.rail-collapse{width:30px;height:30px}.nav-i{height:38px}.drill-x{width:38px;height:38px}.infotip-ask,.btn.sm{min-height:34px}.stab{padding:11px 12px}}.sent-bar{background:var(--bg-4);border-radius:3px;width:100%;display:flex;overflow:hidden}.sent-bar span{height:100%;display:block}.sb-neg{background:var(--neg)}.sb-neu{background:var(--fg-ghost)}.sb-pos{background:var(--pos)}.sent-hero{grid-template-columns:230px 1fr;align-items:center;gap:30px;display:grid}.sent-bignum{font-family:var(--mono);letter-spacing:-.02em;margin:4px 0 6px;font-size:54px;font-weight:600;line-height:1}.sent-hero-r{flex-direction:column;gap:18px;min-width:0;display:flex}.sent-hero-trend{flex-direction:column;gap:8px;display:flex}.sent-hero-trend svg{border-bottom:1px solid var(--line);opacity:.95;width:100%;height:72px}.sent-legend{font-family:var(--mono);color:var(--fg-dim);flex-wrap:wrap;gap:18px;margin-top:9px;font-size:10.5px;display:flex}.sent-legend span{align-items:center;display:inline-flex}.sent-legend i{border-radius:2px;width:8px;height:8px;margin-right:6px;display:inline-block}@media (width<=760px){.sent-hero{grid-template-columns:1fr;gap:18px}.sent-bignum{font-size:44px}}.asp-list{flex-direction:column;gap:8px;display:flex}.asp{background:var(--bg-2);border:1px solid var(--line);border-radius:var(--r);transition:border-color .16s;overflow:hidden}.asp:not(.sparse):hover{border-color:var(--line-2)}.asp-main{cursor:pointer;grid-template-columns:minmax(0,1fr) 184px 150px 18px;align-items:center;gap:18px;padding:14px 16px;display:grid}.asp-l{flex-direction:column;gap:7px;min-width:0;display:flex}.asp-nm{color:var(--fg);font-size:14px;font-weight:600}.asp-mid{flex-direction:column;gap:6px;display:flex}.asp-split{font-family:var(--mono);justify-content:space-between;font-size:9.5px;display:flex}.asp-r{flex-direction:column;justify-content:center;align-items:flex-end;gap:5px;display:flex}.asp-net{font-family:var(--mono);text-align:right;letter-spacing:-.01em;justify-content:flex-end;align-items:baseline;gap:2px;font-size:21px;font-weight:600;display:flex}.asp-spark{flex-direction:column;align-items:flex-end;gap:3px;display:flex}.asp-vol{font-family:var(--mono);color:var(--fg-faint);text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;text-align:right;font-size:8.5px}.asp-chev{color:var(--fg-faint);transition:transform .22s var(--ease);justify-content:center;display:flex}.asp.open .asp-chev{transform:rotate(180deg)}.asp-chev svg{width:16px;height:16px}.asp-detail{max-height:0;transition:max-height .34s var(--ease);overflow:hidden}.asp.open .asp-detail{border-top:1px solid var(--line);max-height:640px}.asp-driver{color:var(--fg-dim);padding:14px 16px 12px;font-size:12.5px;line-height:1.6}.asp-driver b{color:var(--ai-bright);font-weight:600}.asp-driver svg{width:13px;height:13px;color:var(--ai-bright);vertical-align:-2px}.asp-samples{flex-direction:column;gap:7px;padding:0 16px 13px;display:flex}.asp-sublbl{font-family:var(--mono);letter-spacing:.05em;text-transform:uppercase;color:var(--fg-faint);margin-bottom:2px;font-size:9px}.asp-foot{border-top:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex}.asp-route{color:var(--fg-faint);font-size:12px}.asp-route b{color:var(--fg-dim);font-weight:600}.asp.sparse .asp-main{cursor:default;grid-template-columns:minmax(150px,auto) 1fr auto;gap:16px}.asp-sparse{color:var(--fg-faint);align-items:center;gap:8px;font-size:12px;line-height:1.45;display:flex}.asp-sparse b{color:var(--fg-dim);font-weight:600}.asp-sparse svg{width:14px;height:14px;color:var(--warn);flex-shrink:0}@media (width<=820px){.asp-main{grid-template-columns:1fr auto;grid-auto-flow:row;gap:11px}.asp-mid{order:3;grid-column:1/-1}.asp-r{order:2}.asp-chev{display:none}}.ment{background:var(--bg);border:1px solid var(--line);border-radius:6px;display:flex;overflow:hidden}.ment-bar{flex-shrink:0;width:3px}.ment.pos .ment-bar{background:var(--pos)}.ment.neg .ment-bar{background:var(--neg)}.ment.neu .ment-bar{background:var(--fg-ghost)}.ment-body{min-width:0;padding:9px 13px}.ment-body p{color:var(--fg-dim);margin:0 0 6px;font-size:12.5px;line-height:1.5}.ment-meta{font-family:var(--mono);color:var(--fg-faint);flex-wrap:wrap;align-items:center;gap:7px;font-size:10px;display:flex}.ment-meta .dot{opacity:.5}.ment-pol.pos{color:var(--pos)}.ment-pol.neg{color:var(--neg)}.ment-pol.neu{color:var(--fg-faint)}.schip-grid{grid-template-columns:1fr 1fr;gap:9px;display:grid}.schip{background:var(--bg-2);border:1px solid var(--line);border-radius:var(--r);padding:12px 13px}.schip.owned{opacity:.78;border-style:dashed}.schip-hd{align-items:center;gap:9px;margin-bottom:9px;display:flex}.schip-ic{width:26px;height:26px;font-family:var(--mono);border:1px solid;border-radius:6px;flex-shrink:0;place-items:center;font-size:12px;font-weight:700;display:grid}.schip-nm{flex:1;min-width:0;font-size:13px;font-weight:600}.schip-net{font-family:var(--mono);font-size:16px;font-weight:600}.schip-foot{font-family:var(--mono);color:var(--fg-faint);justify-content:space-between;gap:10px;margin-top:9px;font-size:9.5px;display:flex}.schip-foot .owned-tag{color:var(--warn)}@media (width<=520px){.schip-grid{grid-template-columns:1fr}}.spike-list{flex-direction:column;gap:9px;display:flex}.spike{background:var(--bg-2);border:1px solid var(--line);border-radius:var(--r);cursor:pointer;gap:15px;padding:13px 15px;transition:all .14s;display:flex;position:relative}.spike:hover{border-color:var(--line-2);background:var(--bg-3)}.spike.neg{border-left:2px solid var(--neg)}.spike.pos{border-left:2px solid var(--pos)}.spike-delta{font-family:var(--mono);flex-direction:column;flex-shrink:0;width:56px;font-size:21px;font-weight:600;line-height:1.05;display:flex}.spike-delta small{color:var(--fg-faint);text-transform:uppercase;letter-spacing:.04em;margin-top:3px;font-size:9px;font-weight:500}.spike-body{flex:1;min-width:0}.spike-asp{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:6px;padding-right:92px;font-size:13px;font-weight:600;display:flex}.spike-ev{color:var(--fg-dim);margin-bottom:5px;font-size:12px;line-height:1.5}.spike-ev b{color:var(--fg);font-weight:600}.spike-ev svg{vertical-align:-2px;width:13px;height:13px;color:var(--fg-faint)}.spike-note{color:var(--fg-faint);font-size:11.5px;line-height:1.5}.spike-act{font-family:var(--mono);color:var(--fg-faint);white-space:nowrap;align-items:center;gap:4px;font-size:10px;display:flex;position:absolute;top:14px;right:15px}.spike-act svg{width:12px;height:12px}.spike:hover .spike-act{color:var(--fg-dim)}@media (width<=520px){.spike-asp{padding-right:0}.spike-act{margin-top:8px;position:static}}.emo-bar{background:var(--bg-4);border-radius:3px;width:100%;display:flex;overflow:hidden}.emo-bar span{height:100%;display:block}.emo-legend{font-family:var(--mono);color:var(--fg-faint);flex-wrap:wrap;gap:13px;margin-top:8px;font-size:10px;display:flex}.emo-legend span{align-items:center;display:inline-flex}.emo-legend i{border-radius:2px;width:8px;height:8px;margin-right:5px;display:inline-block}.emo-tag{font-family:var(--mono);text-transform:lowercase;letter-spacing:.01em;white-space:nowrap;font-size:9.5px;font-weight:600}.sent-dual{align-items:flex-end;gap:16px;margin:6px 0 2px;display:flex}.sd-col{flex-direction:column;display:flex}.sd-num{font-family:var(--mono);letter-spacing:-.02em;font-size:40px;font-weight:600;line-height:1}.sd-lbl{font-family:var(--mono);text-transform:uppercase;letter-spacing:.05em;color:var(--fg-faint);margin-top:5px;font-size:9.5px}.sd-sep{background:var(--line);align-self:stretch;width:1px;margin-bottom:18px}.sent-emo-wrap{flex-direction:column;gap:7px;margin-top:4px;display:flex}.asp-tags{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.asp-emo{margin-top:2px}.asp-ci{font-family:var(--mono);color:var(--fg-faint);letter-spacing:0;margin-left:4px;font-size:10px;font-weight:500}.asp-emoblock{padding:0 16px 13px}.asp-emoblock .asp-sublbl{margin-bottom:7px}.sent-model{cursor:pointer;flex-wrap:wrap;align-items:center;gap:20px;padding:15px 18px;transition:border-color .15s;display:flex}.sent-model:hover{border-color:var(--ai-line)}.sm-l{flex:1;align-items:flex-start;gap:12px;min-width:230px;display:flex}.sm-l>svg{width:18px;height:18px;color:var(--ai-bright);flex-shrink:0;margin-top:1px}.sm-t{color:var(--fg);margin-bottom:3px;font-size:13.5px;font-weight:600}.sm-s{color:var(--fg-dim);max-width:440px;font-size:12px;line-height:1.5}.sm-stats{gap:22px;display:flex}.sm-stat{flex-direction:column;align-items:flex-start;display:flex}.sm-v{font-family:var(--mono);font-size:18px;font-weight:600;line-height:1}.sm-k{font-family:var(--mono);text-transform:uppercase;letter-spacing:.04em;color:var(--fg-faint);margin-top:4px;font-size:9px}.sm-act{font-family:var(--mono);color:var(--ai-bright);white-space:nowrap;align-items:center;gap:5px;font-size:10px;display:flex}.sm-act svg{width:12px;height:12px}@media (width<=760px){.sent-model{gap:14px}.sm-stats{order:3;gap:16px;width:100%}.sm-act{order:2}}.emrg-grid{grid-template-columns:repeat(3,1fr);gap:11px;display:grid}.emrg{background:var(--bg-2);border:1px solid var(--line);border-radius:var(--r);cursor:pointer;border-top:2px solid var(--ai-line);flex-direction:column;padding:14px 15px;transition:all .15s;display:flex}.emrg:hover{border-color:var(--line-2);background:var(--bg-3)}.emrg-hd{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:8px;display:flex}.emrg-nm{font-size:13.5px;font-weight:600;line-height:1.3}.emrg-grow{font-family:var(--mono);color:var(--pos);white-space:nowrap;flex-shrink:0;align-items:center;gap:4px;font-size:10.5px;display:inline-flex}.emrg-grow svg{width:12px;height:12px}.emrg-meta{font-family:var(--mono);color:var(--fg-faint);flex-wrap:wrap;align-items:center;gap:7px;margin-bottom:9px;font-size:10px;display:flex}.emrg-blurb{color:var(--fg-dim);margin:0 0 9px;font-size:12px;line-height:1.55}.emrg-sample{color:var(--fg-faint);border-left:2px solid var(--line-2);margin:0 0 12px;padding-left:9px;font-size:11.5px;font-style:italic;line-height:1.5}.emrg-foot{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-top:auto;display:flex}.emrg-route{font-family:var(--mono);color:var(--fg-faint);align-items:center;gap:4px;font-size:9.5px;display:inline-flex}.emrg-route svg{width:11px;height:11px}.sarc-tag{font-family:var(--mono);color:var(--warn);white-space:nowrap;align-items:center;gap:4px;margin-left:4px;font-size:9.5px;display:inline-flex}.sarc-tag svg{width:11px;height:11px}@media (width<=980px){.emrg-grid{grid-template-columns:1fr 1fr}}@media (width<=620px){.emrg-grid{grid-template-columns:1fr}}@media (pointer:coarse){.btn{height:38px}.btn.sm{height:34px}.subtabs button{padding:12px 14px}}@media (width<=1080px),(pointer:coarse){.card:has(>.dt){-webkit-overflow-scrolling:touch;overflow-x:auto}.card:has(>.dt)>.dt{min-width:680px}}@media (width<=980px){.status{scrollbar-width:none;overflow-x:auto}.status::-webkit-scrollbar{display:none}.status .st-i{white-space:nowrap;flex-shrink:0}}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}:root,:host{--spacing:.25rem;--font-weight-medium:500;--font-weight-semibold:600;--tracking-wide:.025em;--leading-relaxed:1.625;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1)}.collapse{visibility:collapse}.visible{visibility:visible}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.top-3{top:calc(var(--spacing) * 3)}.top-200{top:calc(var(--spacing) * 200)}.container{width:100%}@media (width>=40rem){.container{max-width:40rem}}@media (width>=48rem){.container{max-width:48rem}}@media (width>=64rem){.container{max-width:64rem}}@media (width>=80rem){.container{max-width:80rem}}@media (width>=96rem){.container{max-width:96rem}}.my-5{margin-block:calc(var(--spacing) * 5)}.mt-1{margin-top:var(--spacing)}.mt-2{margin-top:calc(var(--spacing) * 2)}.mt-3{margin-top:calc(var(--spacing) * 3)}.mb-1\.5{margin-bottom:calc(var(--spacing) * 1.5)}.mb-3{margin-bottom:calc(var(--spacing) * 3)}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.mb-7{margin-bottom:calc(var(--spacing) * 7)}.cluster-\[6px\]{align-items:center;gap:6px;display:flex}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.table{display:table}.h-px{height:1px}.min-h-screen{min-height:100vh}.w-\[31\%\]{width:31%}.w-full{width:100%}.max-w-\[392px\]{max-width:392px}.flex-1{flex:1}.shrink-0{flex-shrink:0}.grow{flex-grow:1}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.cursor-default{cursor:default}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-2{gap:calc(var(--spacing) * 2)}.gap-3{gap:calc(var(--spacing) * 3)}.rounded-\[var\(--r\)\]{border-radius:var(--r)}.rounded-\[var\(--r-l\)\]{border-radius:var(--r-l)}.border{border-style:var(--tw-border-style);border-width:1px}.border-\[var\(--gold-line\)\]{border-color:var(--gold-line)}.border-\[var\(--line-2\)\]{border-color:var(--line-2)}.border-\[var\(--line-3\)\]{border-color:var(--line-3)}.border-\[var\(--warn-line\)\]{border-color:var(--warn-line)}.bg-\[var\(--bg\)\]{background-color:var(--bg)}.bg-\[var\(--bg-1\)\]{background-color:var(--bg-1)}.bg-\[var\(--bg-3\)\]{background-color:var(--bg-3)}.bg-\[var\(--bg-4\)\]{background-color:var(--bg-4)}.bg-\[var\(--gold-wash\)\]{background-color:var(--gold-wash)}.bg-\[var\(--line-2\)\]{background-color:var(--line-2)}.bg-\[var\(--warn-wash\)\]{background-color:var(--warn-wash)}.bg-neg{background-color:var(--neg)}.p-3{padding:calc(var(--spacing) * 3)}.p-8{padding:calc(var(--spacing) * 8)}.px-3{padding-inline:calc(var(--spacing) * 3)}.px-4{padding-inline:calc(var(--spacing) * 4)}.py-2{padding-block:calc(var(--spacing) * 2)}.py-2\.5{padding-block:calc(var(--spacing) * 2.5)}.pr-1{padding-right:var(--spacing)}.pr-2{padding-right:calc(var(--spacing) * 2)}.pr-3{padding-right:calc(var(--spacing) * 3)}.pr-4{padding-right:calc(var(--spacing) * 4)}.pr-5{padding-right:calc(var(--spacing) * 5)}.text-center{text-align:center}.text-\[11px\]{font-size:11px}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[18px\]{font-size:18px}.text-\[22px\]{font-size:22px}.leading-relaxed{--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed)}.font-\[var\(--mono\)\]{--tw-font-weight:var(--mono);font-weight:var(--mono)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-\[-0\.01em\]{--tw-tracking:-.01em;letter-spacing:-.01em}.tracking-\[0\.4em\]{--tw-tracking:.4em;letter-spacing:.4em}.tracking-\[0\.18em\]{--tw-tracking:.18em;letter-spacing:.18em}.tracking-wide{--tw-tracking:var(--tracking-wide);letter-spacing:var(--tracking-wide)}.text-\[var\(--fg\)\]{color:var(--fg)}.text-\[var\(--fg-dim\)\]{color:var(--fg-dim)}.text-\[var\(--fg-faint\)\]{color:var(--fg-faint)}.text-\[var\(--gold\)\]{color:var(--gold)}.text-\[var\(--neg\)\]{color:var(--neg)}.no-underline{text-decoration-line:none}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.shadow-\[var\(--shadow\)\]{--tw-shadow:var(--shadow);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.ring{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.blur{--tw-blur:blur(8px);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.outline-none{--tw-outline-style:none;outline-style:none}@media (hover:hover){.hover\:bg-\[var\(--bg-4\)\]:hover{background-color:var(--bg-4)}.hover\:bg-\[var\(--gold-line\)\]:hover{background-color:var(--gold-line)}.hover\:text-\[var\(--fg-dim\)\]:hover{color:var(--fg-dim)}}.focus\:border-\[var\(--gold-line\)\]:focus{border-color:var(--gold-line)}.disabled\:opacity-50:disabled{opacity:.5}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
