[data-docs-theme=dark]{--docs-bg:9 9 11;--docs-surface:24 24 27;--docs-card:28 28 34;--docs-border:39 39 42;--docs-fg:250 250 250;--docs-fg-muted:161 161 170;--docs-fg-subtle:113 113 122}[data-docs-theme=light]{--docs-bg:255 255 255;--docs-surface:249 250 251;--docs-card:255 255 255;--docs-border:229 231 235;--docs-fg:17 24 39;--docs-fg-muted:75 85 99;--docs-fg-subtle:156 163 175}@media (prefers-color-scheme:light){[data-docs-theme=system]{--docs-bg:255 255 255;--docs-surface:249 250 251;--docs-card:255 255 255;--docs-border:229 231 235;--docs-fg:17 24 39;--docs-fg-muted:75 85 99;--docs-fg-subtle:156 163 175}}@media (prefers-color-scheme:dark){[data-docs-theme=system]{--docs-bg:9 9 11;--docs-surface:24 24 27;--docs-card:28 28 34;--docs-border:39 39 42;--docs-fg:250 250 250;--docs-fg-muted:161 161 170;--docs-fg-subtle:113 113 122}}.docs-root{--background:var(--docs-bg);--surface:var(--docs-surface);--card:var(--docs-card);--border:var(--docs-border);--foreground:var(--docs-fg);--foreground-muted:var(--docs-fg-muted);--foreground-subtle:var(--docs-fg-subtle);background:rgb(var(--docs-bg));color:rgb(var(--docs-fg))}.prose-docs h1{font-size:1.75rem;font-weight:700;line-height:1.2;margin-bottom:.5rem;color:rgb(var(--foreground))}.prose-docs h2{font-size:1.25rem;margin-top:2.5rem;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid rgb(var(--border));scroll-margin-top:80px}.prose-docs h2,.prose-docs h3{font-weight:600;color:rgb(var(--foreground))}.prose-docs h3{font-size:1rem;margin-top:1.5rem;margin-bottom:.5rem}.prose-docs p{margin-bottom:1rem;color:rgb(var(--foreground-muted));font-size:.875rem;line-height:1.7}.prose-docs a{color:rgb(var(--primary));text-decoration:none}.prose-docs a:hover{text-decoration:underline}.prose-docs ol,.prose-docs ul{margin-bottom:1rem;padding-left:1.5rem;color:rgb(var(--foreground-muted));font-size:.875rem}.prose-docs li{margin-bottom:.25rem;line-height:1.7}.prose-docs code{font-family:JetBrains Mono,monospace;font-size:.8125rem;background:rgb(var(--surface));padding:.125rem .375rem;border-radius:.25rem;color:rgb(var(--primary))}.prose-docs pre{background:rgb(var(--surface));border:1px solid rgb(var(--border));border-radius:.5rem;padding:1rem;overflow-x:auto;margin-bottom:1rem}.prose-docs pre code{background:transparent;padding:0;font-size:.8125rem;color:rgb(var(--foreground-muted))}.prose-docs strong{color:rgb(var(--foreground));font-weight:600}.prose-docs hr{border:none;border-top:1px solid rgb(var(--border));margin:2rem 0}.prose-docs h2{position:relative}.docs-root ::-webkit-scrollbar-thumb{background:transparent}.docs-root :active::-webkit-scrollbar-thumb,.docs-root :hover::-webkit-scrollbar-thumb{background:rgb(var(--foreground-subtle)/.4)}.docs-root *{scrollbar-color:transparent transparent}.docs-root :active,.docs-root :hover{scrollbar-color:rgb(var(--foreground-subtle)/.4) transparent}@keyframes fadeUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}