:root{--bg:#000000;--bg-elev:#0a0a0a;--bg-card:#0d0d10;--fg:#fefefe;--fg-dim:#b8b8c2;--muted:#8a8a96;--border:#1a1a1e;--border-strong:#2a2a32;--brand:#9200e1;--brand-1:#b75fff;--brand-2:#cb8aff;--brand-3:#d5a3ff;--brand-4:#e3c1ff;--accent:#9200e1;--accent-2:#b75fff;--code-bg:#0a0a0c;--sidebar-bg:#050507;--max-content:54rem;color-scheme:dark}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--fg);font-family:var(--font-geist,ui-sans-serif),system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}code,kbd,pre{font-family:var(--font-geist-mono,ui-monospace),SFMono-Regular,"SF Mono",Menlo,Consolas,monospace}::selection{background:color-mix(in srgb,var(--brand) 45%,transparent);color:#fff}a{color:var(--accent-2);text-decoration:none;transition:color .12s ease}a:hover{color:var(--brand-2);text-decoration:underline;text-underline-offset:.18em;text-decoration-thickness:1px}.prose a{text-decoration:underline;text-decoration-color:color-mix(in srgb,var(--accent-2) 40%,transparent);text-underline-offset:.22em;text-decoration-thickness:1px}.prose a:hover{text-decoration-color:var(--brand-2)}.layout{display:flex;min-height:100vh}.topbar{position:sticky;top:0;z-index:10;display:flex;align-items:center;gap:.85rem;padding:.7rem 1.4rem;background:color-mix(in srgb,var(--bg) 88%,transparent);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}.topbar strong{font-size:1rem;letter-spacing:-.01em}.topbar .spacer{flex:1 1}.topbar a{color:var(--fg-dim);font-size:.88rem}.topbar a:hover{color:var(--fg)}.topbar-tag{color:var(--muted);font-size:.78rem;letter-spacing:.06em;text-transform:uppercase;padding:.18rem .5rem;border:1px solid var(--border);border-radius:999px}.shell{display:flex;width:100%;align-items:flex-start}.sidebar{flex:0 0 17.5rem;width:17.5rem;padding:1.5rem 1rem 3rem;border-right:1px solid var(--border);background:var(--sidebar-bg);position:sticky;top:3.25rem;height:calc(100vh - 3.25rem);overflow-y:auto;scrollbar-gutter:stable}.sidebar::-webkit-scrollbar{width:6px}.sidebar::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:3px}.sidebar-section{margin-bottom:1.5rem}.sidebar-section-title{margin:0 0 .5rem;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.sidebar ul{list-style:none;margin:0;padding:0}.sidebar-link{display:block;padding:.32rem .6rem;border-radius:6px;color:var(--fg-dim);font-size:.875rem;word-break:break-word;transition:background .1s ease,color .1s ease}.sidebar-link:hover{background:color-mix(in srgb,var(--brand) 9%,transparent);color:var(--fg);text-decoration:none}.sidebar-link.active{background:color-mix(in srgb,var(--brand) 18%,transparent);color:var(--brand-2);font-weight:600;box-shadow:inset 2px 0 0 var(--brand)}.content{flex:1 1 auto;min-width:0;display:flex;justify-content:center;padding:2.5rem 2rem 5rem}.prose{width:100%;max-width:var(--max-content)}.prose h1{font-size:2.2rem;line-height:1.15;margin:0 0 1rem;letter-spacing:-.02em;color:var(--fg);background:linear-gradient(180deg,var(--fg) 0,color-mix(in srgb,var(--fg) 80%,transparent) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.prose h2{font-size:1.45rem;margin:2.6rem 0 .75rem;padding-top:.6rem;border-top:1px solid var(--border);letter-spacing:-.01em}.prose h3{font-size:1.15rem;margin:1.8rem 0 .5rem;color:var(--fg)}.prose li,.prose p{color:var(--fg-dim)}.prose strong{color:var(--fg);font-weight:600}.prose blockquote{margin:1.2rem 0;padding:.7rem 1.1rem;border-left:3px solid var(--brand);background:color-mix(in srgb,var(--brand) 8%,var(--bg-card));color:var(--fg-dim);border-radius:0 8px 8px 0}.prose blockquote p{margin:.25rem 0}.prose code{font-size:.86em;border:1px solid var(--border);padding:.12em .42em;border-radius:5px;color:var(--brand-2)}.prose code,.prose pre{background:var(--code-bg)}.prose pre{border:1px solid var(--border);border-radius:10px;padding:1rem 1.1rem;overflow-x:auto;font-size:.85rem;line-height:1.6;box-shadow:inset 0 1px 0 0 rgba(255,255,255,.02)}.prose pre code{background:none;padding:0;border:none;font-size:inherit;color:var(--fg)}.prose table{width:100%;border-collapse:collapse;margin:1.25rem 0;font-size:.9rem;display:block;overflow-x:auto;border:1px solid var(--border);border-radius:8px}.prose td,.prose th{border-bottom:1px solid var(--border);padding:.55rem .8rem;text-align:left;vertical-align:top}.prose th{background:var(--bg-card);font-weight:600;color:var(--fg)}.prose tr:last-child td{border-bottom:none}.prose hr{border:none;border-top:1px solid var(--border);margin:2.5rem 0}.prose ol,.prose ul{padding-left:1.4rem}.prose li{margin:.3rem 0}.prose img{max-width:100%;height:auto;border-radius:8px;border:1px solid var(--border)}@media (max-width:860px){.shell{flex-direction:column}.sidebar{position:static;height:auto;width:100%;flex-basis:auto;border-right:none;border-bottom:1px solid var(--border);padding:1rem}.content{padding:1.5rem 1.1rem 4rem}.prose h1{font-size:1.8rem}.prose h2{font-size:1.3rem}}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/f639721981034f88-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/9766a7e9e2e0ad5a-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/b66cf8e69499582a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/aa016aab0e6d1295-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/22a5144ee8d83bca-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Fallback;src:local("Arial");ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.00%;size-adjust:104.76%}.__className_246ccd{font-family:Geist,Geist Fallback;font-style:normal}.__variable_246ccd{--font-geist:"Geist","Geist Fallback"}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/d100b2a099e34044-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/2c34d62a75506231-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/0f1bdadaf30e2d5f-s.woff2) format("woff2");unicode-range:u+2000-2001,u+2004-2008,u+200a,u+23b8-23bd,u+2500-259f}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/a115172161b307bb-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/601f5c280d60caca-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/f5271587012faf78-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Mono Fallback;src:local("Arial");ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.00%;size-adjust:134.59%}.__className_4c40f6{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.__variable_4c40f6{--font-geist-mono:"Geist Mono","Geist Mono Fallback"}