.st-hero{position:relative;padding:96px 0 56px;overflow:hidden}.st-hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:56px;align-items:center}.st-hero-copy{min-width:0}.st-hero:before{content:"";position:absolute;inset:0;background:var(--bg-glow);pointer-events:none}.st-hero:after{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(var(--grid-line) 1px,transparent 1px),linear-gradient(90deg,var(--grid-line) 1px,transparent 1px);background-size:64px 64px;-webkit-mask-image:radial-gradient(900px 480px at 22% 0%,#000 20%,transparent 72%);mask-image:radial-gradient(900px 480px at 22% 0%,#000 20%,transparent 72%)}.st-hero .ox-wrap{position:relative;z-index:1}.st-hero-h1{font-family:var(--font-brand);font-weight:700;font-size:clamp(38px,5.6vw,66px);line-height:1;letter-spacing:-.035em;margin:18px 0 0;max-width:16ch;text-wrap:balance}.st-hero-h1 .accent{color:var(--accent-text)}.st-hero-h1 .dim{color:var(--text-dim)}.st-hero-lede{font-size:clamp(17px,2vw,21px);color:var(--text-muted);margin:26px 0 0;max-width:640px;line-height:1.55;text-wrap:pretty}.st-hero-lede b{color:var(--text);font-weight:600}.st-htrace{justify-self:stretch;align-self:center;width:100%;background:var(--code-bg);border:1px solid var(--border-strong);border-radius:14px;overflow:hidden;position:relative;box-shadow:0 30px 70px -40px #000000a6}.st-htrace:before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,transparent,var(--accent-line) 30%,var(--accent-line) 70%,transparent);opacity:.7}.st-htrace-bar{display:flex;align-items:center;gap:8px;height:38px;padding:0 14px;border-bottom:1px solid rgba(255,255,255,.06);background:#ffffff05}.st-htrace-bar .dots{display:flex;gap:6px}.st-htrace-bar .dots i{width:10px;height:10px;border-radius:50%;background:#2a3340;display:block}.st-htrace-bar .ttl{font-family:var(--font-mono);font-size:12px;color:#6b7480;margin-left:6px;white-space:nowrap}.st-htrace-bar .live{margin-left:auto;display:inline-flex;align-items:center;gap:6px;font-family:var(--font-mono);font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--sev-ok)}.st-htrace-bar .live .d{width:6px;height:6px;border-radius:50%;background:var(--sev-ok);box-shadow:0 0 color-mix(in oklab,var(--sev-ok),transparent 30%);animation:st-pulse 2.4s ease-out infinite}@keyframes st-pulse{0%{box-shadow:0 0 color-mix(in oklab,var(--sev-ok),transparent 30%)}70%,to{box-shadow:0 0 0 6px color-mix(in oklab,var(--sev-ok),transparent 100%)}}.st-htrace-body{padding:18px 20px 20px;font-family:var(--font-mono);font-size:13px;line-height:1.7;color:#c7cdd4}.st-htrace-body .cmd{color:#e6e8eb;display:flex;align-items:center;white-space:nowrap}.st-htrace-body .cmd .pr{color:var(--sev-ok);margin-right:8px}.st-htrace-body .cmd .caret{width:7px;height:14px;background:var(--accent-soft-2);margin-left:7px;display:inline-block;animation:st-blink 1.1s steps(1) infinite}@keyframes st-blink{0%,50%{opacity:1}50.01%,to{opacity:0}}.st-htrace .grp{margin-top:16px}.st-htrace .grp-h{color:var(--text-dim);font-size:11px;letter-spacing:.1em;text-transform:uppercase;padding-bottom:4px}.st-htrace .tree{display:flex;flex-direction:column}.st-htrace .tr{display:flex;align-items:center;gap:9px;padding:3px 0;border-bottom:1px dashed rgba(255,255,255,.045)}.st-htrace .tr:last-child{border-bottom:0}.st-htrace .tw{color:#3a4350;flex:none}.st-htrace .num{flex:none;min-width:26px;text-align:right;font-weight:600;color:#e6e8eb;font-variant-numeric:tabular-nums}.st-htrace .num.warn{color:var(--sev-high)}.st-htrace .num.crit{color:var(--sev-crit)}.st-htrace .l{flex:1 1 auto;min-width:0;color:#9aa3ad;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.st-htrace .tr .dot,.st-htrace .tr .tag,.st-htrace .tr .ck{flex:none}.st-htrace .dot{width:6px;height:6px;border-radius:50%}.st-htrace .dot.neutral{background:#3a4350}.st-htrace .tag{font-size:10.5px;font-weight:500;letter-spacing:.02em;padding:2px 8px;border-radius:5px;white-space:nowrap}.st-htrace .tag.warn{color:var(--sev-high);background:color-mix(in oklab,var(--sev-high),transparent 86%)}.st-htrace .tag.crit{color:var(--sev-crit);background:color-mix(in oklab,var(--sev-crit),transparent 86%)}.st-htrace .tag.ok{color:var(--sev-ok);background:color-mix(in oklab,var(--sev-ok),transparent 86%)}.st-htrace .tr.summary{margin-top:2px}.st-htrace .tr.summary .l{color:#c7cdd4}.st-htrace .ck{color:var(--sev-ok);font-weight:600}.st-htrace .tree.mini .l{color:var(--text-muted)}.st-principles{margin-top:44px;display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border);border:1px solid var(--border);border-radius:14px;overflow:hidden}.st-prin{background:var(--bg-elev);background-image:var(--card-grad);padding:30px 26px 26px;display:flex;flex-direction:column}.st-prin-ico{width:40px;height:40px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:var(--accent-soft);color:var(--accent-text);border:1px solid var(--accent-line);margin-bottom:20px}.st-prin-k{font-family:var(--font-mono);font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--text-dim)}.st-prin-h{font-family:var(--font-brand);font-weight:700;font-size:21px;letter-spacing:-.02em;margin:8px 0 0;line-height:1.1}.st-prin-p{font-size:14.5px;color:var(--text-muted);margin:13px 0 0;line-height:1.55}.st-prin-spec{margin-top:auto;padding-top:22px;display:flex;flex-wrap:wrap;gap:7px}.st-prin-spec .s{font-family:var(--font-mono);font-size:11.5px;color:var(--text-muted);padding:3px 9px;border-radius:6px;background:var(--bg);border:1px solid var(--border)}.st-prin-spec .s .g{color:var(--accent-text)}.st-arch{margin-top:44px;position:relative;border:1px solid var(--border-strong);border-radius:16px;background:var(--bg-elev);overflow:hidden;box-shadow:0 30px 60px -40px #00000080}.st-arch-bar{display:flex;align-items:center;gap:8px;height:40px;padding:0 14px;border-bottom:1px solid var(--border);background:var(--bg)}.st-arch-bar .dots{display:flex;gap:6px}.st-arch-bar .dots i{width:10px;height:10px;border-radius:50%;background:var(--border-strong);display:block}.st-arch-bar .path{font-family:var(--font-mono);font-size:12px;color:var(--text-dim);margin-left:6px}.st-arch-body{padding:40px 36px 44px;position:relative}.st-arch-plane{max-width:460px;margin:0 auto;position:relative;z-index:2;border:1px solid var(--accent-line);border-radius:12px;background:linear-gradient(180deg,var(--accent-soft),transparent);padding:18px 20px}.st-arch-plane .lbl{display:flex;align-items:center;gap:10px}.st-arch-plane .lbl .ic{width:32px;height:32px;border-radius:8px;display:grid;place-items:center;background:var(--accent);color:var(--on-accent)}.st-arch-plane .lbl .t{font-weight:700;font-family:var(--font-brand);letter-spacing:-.01em;font-size:16px}.st-arch-plane .lbl .d{font-size:12.5px;color:var(--text-muted);margin-top:1px}.st-arch-plane .feats{display:flex;gap:7px;flex-wrap:wrap;margin-top:14px}.st-arch-plane .feats span{font-family:var(--font-mono);font-size:11px;color:var(--text-muted);padding:3px 8px;border-radius:6px;background:var(--bg);border:1px solid var(--border)}.st-arch-link{display:flex;flex-direction:column;align-items:center;margin:0 auto;width:1px;position:relative;z-index:1}.st-arch-link .stem{width:1px;height:30px;background:var(--border-strong)}.st-arch-link .pill{white-space:nowrap;font-family:var(--font-mono);font-size:11.5px;color:var(--accent-text);background:var(--accent-soft);border:1px solid var(--accent-line);padding:4px 11px;border-radius:999px;display:inline-flex;align-items:center;gap:7px}.st-arch-link .pill .lock{width:5px;height:5px;border-radius:50%;background:var(--sev-ok)}.st-arch-fan{position:relative;margin-top:30px;border-top:1px dashed var(--border-strong);padding-top:30px}.st-arch-agents{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.st-agent{border:1px solid var(--border);border-radius:10px;background:var(--bg);padding:14px 14px 13px}.st-agent .top{display:flex;align-items:center;gap:8px}.st-agent .top .ic{color:var(--text-muted)}.st-agent .top .h{font-family:var(--font-mono);font-size:12.5px;color:var(--text)}.st-agent .top .dot{margin-left:auto;width:7px;height:7px;border-radius:50%;background:var(--sev-ok);box-shadow:0 0 0 3px color-mix(in oklab,var(--sev-ok),transparent 82%)}.st-agent .meta{font-family:var(--font-mono);font-size:11px;color:var(--text-dim);margin-top:9px;line-height:1.6}.st-agent .meta b{color:var(--text-muted);font-weight:500}.st-arch-cap{display:flex;gap:22px;flex-wrap:wrap;border-top:1px solid var(--border);padding:16px 20px;font-size:13px;color:var(--text-muted)}.st-arch-cap .c{display:inline-flex;align-items:center;gap:8px}.st-arch-cap .c .k{width:9px;height:9px;border-radius:2px}.st-term{background:var(--code-bg);border:1px solid var(--border-strong);border-radius:14px;overflow:hidden;box-shadow:0 30px 60px -40px #0009}.st-term-bar{display:flex;align-items:center;gap:8px;height:38px;padding:0 14px;border-bottom:1px solid rgba(255,255,255,.06);background:#ffffff05}.st-term-bar .dots{display:flex;gap:6px}.st-term-bar .dots i{width:10px;height:10px;border-radius:50%;background:#2a3340;display:block}.st-term-bar .ttl{font-family:var(--font-mono);font-size:12px;color:var(--text-dim);margin-left:6px}.st-term-body{padding:18px 20px;font-family:var(--font-mono);font-size:13px;line-height:1.85;color:#c7cdd4;overflow-x:auto}.st-term-body .pr{color:var(--sev-ok)}.st-term-body .cmd{color:#e6e8eb}.st-term-body .fl{color:#6cc4d9}.st-term-body .dim{color:var(--text-dim)}.st-term-body .ok{color:var(--sev-ok)}.st-term-body .warn{color:#f2994a}.st-term-body .crit{color:#f25555}.st-term-body .hl{color:var(--accent-soft-2)}.st-term-body .row{white-space:pre}.st-show{display:grid;grid-template-columns:1fr 1.1fr;gap:48px;align-items:center}.st-show .copy .ox-section-title{font-size:clamp(26px,3.2vw,38px)}.st-note2{max-width:900px;margin:0 auto;position:relative;overflow:hidden;border:1px solid var(--border-strong);border-radius:20px;background:var(--bg-elev);background-image:var(--card-grad);padding:54px 60px 52px}.st-note2:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(620px 320px at 90% -18%,var(--accent-soft),transparent 66%)}.st-note2-mark{position:relative;z-index:1;font-family:var(--font-brand);font-weight:800;font-size:64px;line-height:.5;color:var(--accent-text);height:30px;user-select:none}.st-note2-quote{position:relative;z-index:1;margin:28px 0 0}.st-note2-quote p{font-family:var(--font-brand);font-weight:600;font-size:clamp(19px,2.05vw,26px);line-height:1.42;letter-spacing:-.02em;color:var(--text);margin:0;text-wrap:pretty}.st-note2-quote p+p{margin-top:26px}.st-note2-quote .brand{font-weight:800}.st-note2-quote .accent{color:var(--accent-text);font-weight:700}.st-note2-quote .muted{color:var(--text-muted);font-weight:600}.st-note2-cred{position:relative;z-index:1;margin-top:38px;padding-top:26px;border-top:1px solid var(--border)}.st-note2-cred .n{font-family:var(--font-brand);font-weight:700;font-size:17px;letter-spacing:-.01em;color:var(--text)}.st-note2-cred .r{font-family:var(--font-mono);font-size:13px;color:var(--text-muted);margin-top:3px}.st-road{margin-top:40px;display:flex;flex-direction:column}.st-road-row{display:grid;grid-template-columns:132px 1fr;gap:28px;align-items:start;padding:26px 4px;border-top:1px solid var(--border)}.st-road-row:last-child{border-bottom:1px solid var(--border)}.st-road-when{display:flex;align-items:center}.st-stage{font-family:var(--font-mono);font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;padding:4px 11px;border-radius:999px}.st-stage.now{color:var(--accent-text);background:var(--accent-soft);border:1px solid var(--accent-line)}.st-stage.next{color:var(--text);background:var(--bg-elev-2);border:1px solid var(--border-strong)}.st-stage.later{color:var(--text-dim);background:var(--bg-elev);border:1px solid var(--border)}.st-road-main .h{font-family:var(--font-brand);font-weight:700;font-size:19px;letter-spacing:-.015em;display:flex;align-items:center;gap:10px}.st-road-main .h .ic{color:var(--text-muted)}.st-road-main .p{font-size:14.5px;color:var(--text-muted);margin:8px 0 0;line-height:1.55;max-width:620px;text-wrap:pretty}@media(max-width:940px){.st-hero-grid{grid-template-columns:1fr;gap:36px}.st-principles{grid-template-columns:1fr}.st-arch-agents{grid-template-columns:repeat(2,1fr)}.st-show{grid-template-columns:1fr;gap:30px}.st-road-row{grid-template-columns:1fr;gap:12px}}@media(max-width:860px){.st-note2{padding:40px 32px 38px}}@media(max-width:560px){.st-note2{padding:32px 24px 30px}.st-arch-body{padding:30px 18px 34px}.st-htrace .grp.evidence{display:none}}
