@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");@font-face{font-family:Geist Mono;src:url(https://cdn.jsdelivr.net/npm/geist@1.2.0/dist/fonts/geist-mono/GeistMono-Regular.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Geist Mono;src:url(https://cdn.jsdelivr.net/npm/geist@1.2.0/dist/fonts/geist-mono/GeistMono-Medium.woff2) format("woff2");font-weight:500;font-style:normal}*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#151515;--bg-elevated:#1a1a1a;--bg-subtle:#1f1f1f;--fg:#ebebeb;--fg-muted:#888;--fg-subtle:#666;--accent:#3b82f6;--accent-muted:#2563eb;--border:#2a2a2a;--border-subtle:#242424;--code-bg:#111;--sidebar-width:220px;--header-height:56px;--content-max-width:720px}html{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--fg);font-size:15px;line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100vh}a{color:inherit;text-decoration:none}::selection{background:rgba(59,130,246,.3);color:var(--fg)}.text-fg{color:var(--fg)}.text-fg-muted{color:var(--fg-muted)}.text-fg-subtle{color:var(--fg-subtle)}.text-accent{color:var(--accent)}.bg-bg{background:var(--bg)}.bg-elevated{background:var(--bg-elevated)}.bg-code-bg{background:var(--code-bg)}.border-border{border-color:var(--border)}.font-mono{font-family:Geist Mono,ui-monospace,monospace}*{scrollbar-width:thin;scrollbar-color:var(--border) transparent}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--fg-subtle)}.grain:after,.grid-bg:before{display:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .3s ease-out}.animate-fade-up{animation:fadeUp .3s ease-out}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.mdx-link{color:var(--accent);text-decoration:none;font-weight:500}.mdx-link:hover{text-decoration:underline}.Header_header__KwdYD{position:fixed;top:0;left:0;right:0;height:var(--header-height);background:var(--bg);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;z-index:100}.Header_left__0UpYn{display:flex;align-items:center;gap:.75rem}.Header_logo____uDV{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.9375rem;letter-spacing:-.01em;color:var(--fg)}.Header_logo____uDV:hover{color:var(--fg)}.Header_badge__WRq08{font-family:Geist Mono,ui-monospace,monospace;font-size:.7rem;font-weight:500;color:var(--fg-subtle);background:var(--bg-elevated);padding:.2rem .5rem;border-radius:4px;letter-spacing:.02em;border:1px solid var(--border)}.Header_right__ya__V{display:flex;align-items:center;gap:1.25rem}.Header_navLink__Rvw2c{font-size:.875rem;font-weight:450;color:var(--fg-muted);transition:color .15s ease}.Header_navLink__Rvw2c:hover{color:var(--fg)}.Header_githubIcon__XGTop{color:var(--fg-muted);display:flex;align-items:center;transition:color .15s ease}.Header_githubIcon__XGTop:hover{color:var(--fg)}.Sidebar_sidebar__G7Mzs{position:fixed;top:var(--header-height);left:0;width:var(--sidebar-width);height:calc(100vh - var(--header-height));background:var(--bg);border-right:1px solid var(--border);overflow-y:auto;z-index:50}.Sidebar_nav__9EDqy{padding:1.25rem .75rem 2rem}.Sidebar_section__0Hokm{margin-bottom:1.75rem}.Sidebar_sectionTitle__H44ur{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--fg-subtle);padding:0 .75rem;margin-bottom:.625rem}.Sidebar_list__I5HfV{list-style:none}.Sidebar_link__NjnkI{display:block;padding:.5rem .75rem;font-size:.875rem;font-weight:450;color:var(--fg-muted);border-radius:6px;transition:all .15s ease}.Sidebar_link__NjnkI:hover{color:var(--fg);background:var(--bg-elevated)}.Sidebar_active__Bfm7L{color:var(--fg);font-weight:500}.Sidebar_active__Bfm7L,.Sidebar_active__Bfm7L:hover{background:var(--bg-subtle)}