:root{--bg:#fff;--bg-soft:#f8f8fa;--bg-code:#f3f3f5;--bg-elevated:#fff;--fg:#1d1f21;--fg-strong:#0b0d10;--fg-muted:#5b6068;--fg-faint:#8b8f96;--rule:#e4e4e8;--rule-strong:#cdced3;--brand:#4b32c3;--brand-strong:#341cb9;--brand-soft:#ede9f9;--brand-tint:#f5f2fc;--kw:#4b32c3;--str:#277a32;--num:#a43a30;--com:#8b8f96;--typ:#2452a9;--punc:#5b6068;--err-bg:#fff1ee;--err-border:#f3c3b5;--font-body:"Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono:"JetBrains Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;--max-w:72rem;--gutter:clamp(1rem, 3vw, 2rem);--radius:6px}:root[data-theme=dark],:root[data-theme=auto]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}@media (prefers-color-scheme:dark){:root[data-theme=auto]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#1d1f21;--bg-soft:#25272a;--bg-code:#2a2c2f;--bg-elevated:#25272a;--fg:#e6e6e9;--fg-strong:#fff;--fg-muted:#b3b6bb;--fg-faint:#82858b;--rule:#34373b;--rule-strong:#4a4d52;--brand:#a08bef;--brand-strong:#c3b3f7;--brand-soft:#2d2647;--brand-tint:#25223a;--kw:#c0acff;--str:#9bcfa3;--num:#f0907a;--com:#82858b;--typ:#92b4f0;--punc:#b3b6bb}}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#1d1f21;--bg-soft:#25272a;--bg-code:#2a2c2f;--bg-elevated:#25272a;--fg:#e6e6e9;--fg-strong:#fff;--fg-muted:#b3b6bb;--fg-faint:#82858b;--rule:#34373b;--rule-strong:#4a4d52;--brand:#a08bef;--brand-strong:#c3b3f7;--brand-soft:#2d2647;--brand-tint:#25223a;--kw:#c0acff;--str:#9bcfa3;--num:#f0907a;--com:#82858b;--typ:#92b4f0;--punc:#b3b6bb;--err-bg:#3a1a14;--err-border:#6a2a1f}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--fg);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;min-height:100vh;margin:0;padding:0;font-size:16px;line-height:1.6}::selection{background:var(--brand-soft);color:var(--brand-strong)}*{scrollbar-width:thin;scrollbar-color:var(--rule-strong) transparent}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--rule-strong);border-radius:20px}::-webkit-scrollbar-track{background:0 0}h1,h2,h3,h4,h5,h6{color:var(--fg-strong);letter-spacing:-.01em;margin:0;font-weight:700;line-height:1.25}h1{letter-spacing:-.02em;font-size:2.25rem;font-weight:900}h2{font-size:1.5rem}h3{font-size:1.15rem}p{color:var(--fg);margin:0}a{color:var(--brand);border-bottom:1px solid #0000;text-decoration:none;transition:color .12s,border-color .12s}a:hover{color:var(--brand-strong);border-bottom-color:currentColor}code,kbd,samp,pre{font-family:var(--font-mono)}button{font:inherit;cursor:pointer;color:inherit;background:0 0;border:none}input,textarea{font:inherit;color:inherit}:focus-visible{outline:2px solid var(--brand);outline-offset:2px;border-radius:2px}.shell{max-width:var(--max-w);padding:0 var(--gutter);margin:0 auto}.mono{font-family:var(--font-mono)}.shiki-host{background:var(--bg-code);border:1px solid var(--rule);border-radius:6px;padding:0;font-size:.85rem;line-height:1.55;overflow:auto}.shiki-host pre.shiki{font-family:var(--font-mono);margin:0;padding:1rem 1.1rem;overflow-x:auto;background:0 0!important}.shiki-host pre.shiki code{background:0 0;padding:0;font-family:inherit}.shiki-host pre.shiki,.shiki-host pre.shiki span{background-color:#0000!important}:root[data-theme=light] .shiki span{color:var(--shiki-light)!important;font-style:var(--shiki-light-font-style)!important;font-weight:var(--shiki-light-font-weight)!important;-webkit-text-decoration:var(--shiki-light-text-decoration)!important;text-decoration:var(--shiki-light-text-decoration)!important}:root[data-theme=auto] .shiki span{color:var(--shiki-light);font-style:var(--shiki-light-font-style);font-weight:var(--shiki-light-font-weight);-webkit-text-decoration:var(--shiki-light-text-decoration);text-decoration:var(--shiki-light-text-decoration)}:root[data-theme=dark] .shiki span{color:var(--shiki-dark)!important;font-style:var(--shiki-dark-font-style)!important;font-weight:var(--shiki-dark-font-weight)!important;-webkit-text-decoration:var(--shiki-dark-text-decoration)!important;text-decoration:var(--shiki-dark-text-decoration)!important}@media (prefers-color-scheme:dark){:root[data-theme=auto] .shiki span{color:var(--shiki-dark);font-style:var(--shiki-dark-font-style);font-weight:var(--shiki-dark-font-weight);-webkit-text-decoration:var(--shiki-dark-text-decoration);text-decoration:var(--shiki-dark-text-decoration)}}.nav.svelte-1h32yp1{z-index:50;background:var(--bg);border-bottom:1px solid var(--rule);position:sticky;top:0}.row.svelte-1h32yp1{align-items:center;gap:1.5rem;height:60px;display:flex}.brand.svelte-1h32yp1{color:var(--fg-strong);border:none;align-items:center;gap:.55rem;font-size:.98rem;font-weight:700;display:inline-flex}.brand.svelte-1h32yp1:hover{color:var(--brand);border-bottom-color:#0000}.mark.svelte-1h32yp1{color:var(--brand);place-items:center;display:inline-grid}.name.svelte-1h32yp1{letter-spacing:-.005em}.links.svelte-1h32yp1{align-items:center;gap:.25rem;margin-left:auto;display:flex}.link.svelte-1h32yp1{color:var(--fg-muted);border:none;border-radius:4px;padding:.5rem .85rem;font-size:.92rem;font-weight:700;transition:color .12s,background .12s;display:inline-block}.link.svelte-1h32yp1:hover{color:var(--fg-strong);background:var(--bg-soft);border-bottom:none}.link.active.svelte-1h32yp1{color:var(--brand);background:var(--brand-tint)}.utils.svelte-1h32yp1{border-left:1px solid var(--rule);align-items:center;gap:.2rem;padding-left:.5rem;display:inline-flex}.theme.svelte-1h32yp1,.gh.svelte-1h32yp1{color:var(--fg-muted);background:0 0;border:none;border-radius:4px;place-items:center;width:36px;height:36px;display:inline-grid}.theme.svelte-1h32yp1:hover,.gh.svelte-1h32yp1:hover{color:var(--fg-strong);background:var(--bg-soft);border-bottom:none}@media (width<=640px){.name.svelte-1h32yp1{display:none}.links.svelte-1h32yp1{gap:0}.link.svelte-1h32yp1{padding:.5rem .55rem;font-size:.85rem}}.app.svelte-12qhfyh{flex-direction:column;min-height:100vh;display:flex}main.svelte-12qhfyh{flex:1}.foot.svelte-12qhfyh{border-top:1px solid var(--rule);background:var(--bg-soft);margin-top:5rem;padding:2.5rem 0 1.5rem}.foot-grid.svelte-12qhfyh{grid-template-columns:1.6fr 1fr 1fr;gap:2rem;padding-bottom:2rem;display:grid}.foot-col.svelte-12qhfyh ul:where(.svelte-12qhfyh){gap:.4rem;margin:.6rem 0 0;padding:0;list-style:none;display:grid}.foot-col.svelte-12qhfyh li:where(.svelte-12qhfyh){font-size:.9rem}.foot-col.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--fg-muted);border-bottom-color:#0000}.foot-col.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--brand)}.foot-title.svelte-12qhfyh{color:var(--fg-strong);margin-bottom:.4rem;font-weight:700}.foot-blurb.svelte-12qhfyh{color:var(--fg-muted);max-width:36ch;font-size:.9rem}.foot-heading.svelte-12qhfyh{color:var(--fg-strong);text-transform:uppercase;letter-spacing:.06em;font-size:.78rem;font-weight:700}.foot-foot.svelte-12qhfyh{border-top:1px solid var(--rule);justify-content:space-between;gap:1rem;padding-top:1.2rem;font-size:.82rem;display:flex}.muted.svelte-12qhfyh{color:var(--fg-faint)}@media (width<=720px){.foot-grid.svelte-12qhfyh{grid-template-columns:1fr 1fr}.foot-foot.svelte-12qhfyh{flex-direction:column;gap:.2rem}}
