:root{--bg: #ffffff;--bg-subtle: #f9f9fb;--bg-sidebar: #f5f5f7;--bg-elevated: #ededf0;--bg-code: #f6f8fa;--bg-code-header: #eaeef2;--fg: #1d1d1f;--fg-muted: #6e6e73;--fg-subtle: #6b6b70;--fg-code: #1f2328;--fg-code-ref: #476582;--accent: #4f46e5;--accent-hover: #4338ca;--accent-bg: rgba(79, 70, 229, .06);--accent-bg-md: rgba(79, 70, 229, .1);--accent-border: rgba(79, 70, 229, .25);--accent-glow: rgba(79, 70, 229, .15);--info: #0369a1;--info-bg: rgba(3, 105, 161, .07);--warning: #b45309;--warning-bg: rgba(180, 83, 9, .07);--border: rgba(0, 0, 0, .08);--border-strong:rgba(0, 0, 0, .14);--shadow-sm: 0 1px 3px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.06);--shadow-md: 0 4px 16px rgba(0,0,0,.1), 0 2px 6px rgba(0,0,0,.06);--shadow-card:0 2px 8px rgba(0,0,0,.07), 0 0 1px rgba(0,0,0,.04);--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, "Cascadia Code", "Fira Code", monospace;--sidebar-w: 260px;--content-w: 720px;--toc-w: 200px;--header-h: 56px;--radius-sm: 5px;--radius: 8px;--radius-md: 12px;--code-keyword: #cf222e;--code-string: #0a3069;--code-comment: #6e7781;--code-fn: #8250df;--code-number: #0550ae;--code-flag: #953800;--code-key: #116329}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%;scroll-behavior:smooth;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}body{font-family:var(--font-sans);background:var(--bg);color:var(--fg);line-height:1.6;max-width:100vw;overflow-x:hidden}a,a:visited,a:hover,a:focus,a:focus-visible,a:active{color:var(--accent);text-decoration:none}code,pre{font-family:var(--font-mono)}img{max-width:100%;display:block}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--fg-subtle)}.tok-comment{color:var(--code-comment);font-style:italic}.tok-string{color:var(--code-string)}.tok-keyword{color:var(--code-keyword);font-weight:600}.tok-fn{color:var(--code-fn)}.tok-number{color:var(--code-number)}.tok-flag{color:var(--code-flag)}.tok-key{color:var(--code-key);font-weight:600}.doc-breadcrumb{display:flex;align-items:center;gap:.3rem;font-family:var(--font-mono);font-size:.7rem;margin-bottom:.85rem;color:var(--fg-muted);flex-wrap:wrap}.doc-bc-link{color:var(--fg-muted);text-decoration:none;transition:color .12s}.doc-bc-link:hover{color:var(--accent);text-decoration:none}.doc-bc-current{color:var(--fg)}.doc-breadcrumb svg{opacity:.4;flex-shrink:0}.doc-header{padding-top:.5rem;margin-bottom:1.25rem}.doc-title{font-size:clamp(1.5rem,3vw,2.1rem);font-weight:700;letter-spacing:-.025em;color:var(--fg);line-height:1.15;margin-bottom:.75rem;padding-bottom:.75rem;position:relative}.doc-title:after{content:"";position:absolute;bottom:0;left:0;width:2.5rem;height:3px;background:var(--accent);border-radius:2px}.doc-desc{font-size:.9rem;color:var(--fg-muted);line-height:1.7;max-width:580px;margin-bottom:.75rem}.doc-rule{height:1px;background:var(--border);margin:.25rem 0 0}.doc-inline-code,.doc-p code,.doc-li code,.doc-note-text code{font-family:var(--font-mono);font-size:.875em;background:#afb8d533;color:var(--fg-code-ref);border-radius:4px;padding:3px 6px}.doc-h2 code,.doc-h3 code{font-family:var(--font-mono);font-size:inherit;font-weight:inherit;color:inherit;background:none;border:none;padding:0;border-radius:0}.doc-p strong,.doc-li strong,.doc-note-text strong{font-weight:700;color:var(--fg)}.doc-p em,.doc-li em,.doc-note-text em{font-style:italic}.doc-p a,.doc-li a,.doc-note-text a{color:var(--accent);font-weight:500}.doc-p a:hover,.doc-li a:hover,.doc-note-text a:hover{color:var(--accent);opacity:.85}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;top:-100%;left:.75rem;z-index:1000;background:var(--fg);color:var(--bg);font-size:.85rem;font-weight:600;padding:.6rem 1rem;border-radius:var(--radius-sm);text-decoration:none;transition:top .15s ease}.skip-link:focus,.skip-link:focus-visible{top:.75rem;outline:2px solid var(--accent);outline-offset:2px}a:focus-visible,.sidebar-link:focus-visible,.doc-toc-link:focus-visible,.doc-code-copy:focus-visible,.shell-menu-btn:focus-visible,.sidebar-product-toggle:focus-visible,.scroll-fab:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
