:root{--surface: oklch(.115 .025 268);--surface-elev: oklch(.265 .035 270);--surface-sunk: oklch(.085 .02 270);--rule: oklch(.32 .055 265);--rule-soft: oklch(.27 .045 265);--text: oklch(.83 .06 270);--text-dim: oklch(.74 .055 270);--text-faint: oklch(.45 .06 265);--text-faintest:oklch(.32 .055 265);--accent: oklch(.79 .16 130);--accent-dim: oklch(.6 .13 130);--wash: oklch(.7 .16 262 / .2);--sans: "Switzer", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--mono: "JetBrains Mono", ui-monospace, SFMono-Regular, "SF Mono", Menlo, monospace;--max: 76rem;--gutter: clamp(1.5rem, 4vw, 3rem)}*{box-sizing:border-box;margin:0;padding:0}html{background:var(--surface);color:var(--text);font-family:var(--sans);font-size:17px;line-height:1.5;font-feature-settings:"kern","calt","ss01","tnum";font-variant-numeric:tabular-nums;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{min-height:100vh;display:flex;flex-direction:column;background:var(--surface)}::selection{background:#88ca954d;color:var(--text)}a{color:var(--text);text-decoration:underline;text-decoration-color:var(--text-faintest);text-underline-offset:4px;text-decoration-thickness:1px;transition:color .12s ease-out,text-decoration-color .12s ease-out}a:hover{color:var(--accent);text-decoration-color:var(--accent)}a.bare,a.bare:hover{text-decoration:none}a.bare:hover{color:var(--accent)}:focus-visible{outline:1px solid var(--accent);outline-offset:3px;border-radius:1px}h1,h2,h3,h4{font-family:var(--sans);font-weight:700;color:var(--text);letter-spacing:-.02em;line-height:1.1}p{color:var(--text)}strong,b{font-weight:600}code,kbd,.mono{font-family:var(--mono);font-size:.9em;font-feature-settings:"calt","liga"}p code,li code,h2 code,h3 code{background:var(--surface-elev);padding:.08em .4em;border-radius:2px;color:var(--text);font-size:.86em}.container{width:100%;max-width:var(--max);margin:0 auto;padding:0 var(--gutter)}.prose-bound{max-width:64ch}header.site{padding:1.75rem 0;border-bottom:1px solid var(--rule-soft)}header.site .row{display:flex;align-items:baseline;justify-content:space-between;gap:2rem}.wordmark-link{font-family:var(--sans);font-weight:700;font-size:1.05rem;letter-spacing:-.01em;color:var(--text)}.wordmark-link:hover{color:var(--accent)}nav.site{display:flex;gap:1.75rem}nav.site a{font-family:var(--sans);font-weight:500;font-size:.875rem;color:var(--text-dim);text-decoration:none;letter-spacing:-.005em}nav.site a:hover{color:var(--text)}nav.site a.current{color:var(--text)}main{flex:1}.terminal-hero{padding:clamp(2.5rem,6vw,4rem) 0 clamp(3rem,5vw,4rem);display:flex;justify-content:center}.terminal{width:100%;max-width:56rem;background:var(--surface-elev);border:1px solid var(--rule);border-radius:4px;overflow:hidden;box-shadow:0 0 0 1px #14110f66,0 24px 60px -30px #000000b3}.terminal-bar{display:flex;justify-content:space-between;align-items:center;padding:.6rem 1.25rem;border-bottom:1px solid var(--rule);font-family:var(--mono);font-size:.7rem;color:var(--text-faint);letter-spacing:.04em;background:#151b2c}.terminal-bar .hint{color:var(--text-faintest)}.terminal-body{padding:1.5rem 1.75rem;font-family:var(--mono);font-size:clamp(.78rem,1vw,.92rem);line-height:1.85;color:var(--text-dim);overflow-x:auto;white-space:pre;margin:0;font-feature-settings:"calt","liga"}.terminal-body .cmd{color:var(--text);font-weight:500}.terminal-body .key,.terminal-body .agent{color:var(--text)}.terminal-body .ok{color:var(--accent)}.terminal-body .dim{color:var(--text-faint)}.terminal-body .sep{color:var(--text-faintest)}.terminal-body .num{color:var(--text);font-weight:500}.terminal-body .arrow{color:var(--text-faint)}.terminal-body .dot{display:inline-block;color:var(--accent);font-size:.8em;line-height:1;animation:terminal-dot-pulse 1.6s ease-in-out infinite alternate;vertical-align:.05em}.terminal-body #uptime,.terminal-body .phase,.terminal-body .num{font-variant-numeric:tabular-nums;font-feature-settings:"tnum"}.terminal-body .num.flash{animation:num-flash 1.1s ease-out}@keyframes num-flash{0%{color:var(--text)}18%{color:var(--accent)}to{color:var(--text)}}.terminal-body .phase{transition:opacity .16s ease-out;display:inline-block;white-space:pre}@keyframes terminal-dot-pulse{0%{opacity:1}to{opacity:.32}}.terminal-foot{display:flex;align-items:center;gap:.7em;padding:.7rem 1.75rem;border-top:1px solid var(--rule);background:#151b2c;font-family:var(--mono);font-size:clamp(.74rem,.95vw,.84rem);color:var(--text-dim);line-height:1.4}.terminal-foot .log-prompt{color:var(--accent-dim);flex-shrink:0}.terminal-foot .log{flex:1;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;transition:opacity .22s ease-out}@media(prefers-reduced-motion:reduce){.terminal-body .dot{animation:none;opacity:.7}.terminal-body .phase,.terminal-foot .log{transition:none}}.intro{max-width:56ch;margin:0 auto;padding:clamp(2.5rem,5vw,4rem) 0 clamp(3rem,6vw,5rem);text-align:center}.intro .claim{font-size:clamp(1.45rem,2.5vw,1.85rem);font-weight:600;letter-spacing:-.025em;color:var(--text);margin-bottom:1rem;line-height:1.2}.intro p:not(.claim){font-size:1.025rem;color:var(--text-dim);line-height:1.6;margin:0}.refs{padding:0 0 clamp(3rem,5vw,4rem)}.ref{display:grid;grid-template-columns:12rem 1fr;gap:2rem;padding:1.75rem 0;border-top:1px solid var(--rule-soft);align-items:baseline}.ref:last-child{border-bottom:1px solid var(--rule-soft)}.ref .label{font-family:var(--mono);font-size:.74rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--text-faint)}.ref h3{font-size:1.15rem;font-weight:600;letter-spacing:-.01em;color:var(--text);margin-bottom:.5rem;line-height:1.3}.ref p{font-size:.98rem;line-height:1.6;color:var(--text-dim);margin:0;max-width:56ch}.further{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap;padding:1rem 0 0}.further a{font-family:var(--mono);font-size:.8rem;font-weight:500;letter-spacing:.04em;color:var(--text-dim);text-decoration:none}.further a:hover{color:var(--accent)}.further a .arrow{color:var(--text-faint);margin-left:.5em;transition:color .12s ease-out}.further a:hover .arrow{color:var(--accent)}.page-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;letter-spacing:-.03em;line-height:1;color:var(--text);margin-bottom:1.25rem}.page-hero{padding:clamp(3rem,7vw,5rem) 0 clamp(2.5rem,6vw,4.5rem);border-bottom:1px solid var(--rule-soft);margin-bottom:clamp(3rem,6vw,5rem)}.page-hero .eyebrow{display:block;font-family:var(--mono);font-size:.72rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--text-faint);margin-bottom:1.25rem}.page-hero .lede{font-size:1.2rem;line-height:1.55;color:var(--text-dim);max-width:58ch}section.editorial{max-width:64ch;margin:0}section.editorial h2{font-size:clamp(1.5rem,2.4vw,1.85rem);font-weight:600;letter-spacing:-.02em;margin:3.5rem 0 1.1rem;max-width:32ch}section.editorial .number{display:block;font-family:var(--mono);font-size:.72rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--text-faint);margin:4rem 0 .75rem}section.editorial .number:first-child{margin-top:0}section.editorial p{font-size:1.05rem;line-height:1.7;color:var(--text-dim);margin-bottom:1.1em}section.editorial p strong,section.editorial p em{color:var(--text);font-style:normal;font-weight:500}section.editorial ol.steps{list-style:none;counter-reset:step;margin:1.5rem 0;display:grid;grid-template-columns:repeat(2,1fr);gap:0 2rem}section.editorial ol.steps li{counter-increment:step;padding:.6rem 0 .6rem 2.5rem;position:relative;line-height:1.55;color:var(--text);border-top:1px solid var(--rule-soft);font-size:.95rem}section.editorial ol.steps li:before{content:counter(step,decimal-leading-zero);position:absolute;left:0;top:.65rem;color:var(--text-faint);font-family:var(--mono);font-size:.72rem;letter-spacing:.14em}section.editorial blockquote{font-size:clamp(1.2rem,2vw,1.5rem);font-weight:500;line-height:1.4;letter-spacing:-.01em;color:var(--text);margin:3rem 0;padding:0;max-width:32ch;font-style:normal}section.editorial pre{background:var(--surface-elev);border:1px solid var(--rule);border-radius:2px;padding:1.1rem 1.4rem;margin:1.8rem 0;font-family:var(--mono);font-size:.85rem;line-height:1.6;color:var(--text);overflow-x:auto}figure.diagram{margin:3.5rem 0}figure.diagram svg{width:100%;max-width:720px;height:auto}figure.diagram figcaption{margin-top:1rem;font-family:var(--mono);font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--text-faint)}footer.site{background:var(--surface-sunk);border-top:1px solid var(--rule-soft);padding:3rem 0 2.5rem;margin-top:6rem}footer.site .row{display:flex;flex-wrap:wrap;gap:1rem 2rem;justify-content:space-between;align-items:baseline;font-family:var(--mono);font-size:.78rem;color:var(--text-faint)}footer.site a{color:var(--text-dim);text-decoration:none}footer.site a:hover{color:var(--text)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important;animation:none!important}}@media(max-width:720px){section.editorial ol.steps{grid-template-columns:1fr}header.site .row{flex-direction:column;align-items:flex-start;gap:.75rem}nav.site{gap:1.25rem}.section h2{max-width:none}}
