:root{--bg: #ffffff;--bg-subtle: #f7f8fa;--fg: #1a1f29;--fg-muted: #5b6573;--fg-faint: #8a94a3;--border: #e6e8ec;--border-strong: #d4d8de;--accent: #2f6df6;--accent-soft: #eef3ff;--code-bg: #f4f5f7;--max-measure: 75ch;--sidebar-w: 260px;--toc-w: 220px;--header-h: 60px;--radius: 8px;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);color:var(--fg);background:var(--bg);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.docs-header{position:sticky;top:0;z-index:50;height:var(--header-h);display:flex;align-items:center;gap:1.25rem;padding:0 1.5rem;background:#ffffffd9;backdrop-filter:saturate(180%) blur(8px);border-bottom:1px solid var(--border)}.brand{display:flex;align-items:center;gap:.6rem;font-weight:700;color:var(--fg);font-size:1.05rem}.brand:hover{text-decoration:none}.brand .brand-logo{height:32px;width:auto;display:block}.brand .dot{color:var(--accent)}.brand .tagline{font-weight:400;font-size:.82rem;color:var(--fg-faint)}.footer-logo{height:34px;width:auto;display:block;margin-bottom:.75rem}.header-spacer{flex:1}.header-link{font-size:.85rem;color:var(--fg-muted);font-family:var(--font-mono)}.menu-toggle{display:none;background:none;border:1px solid var(--border-strong);border-radius:6px;padding:.35rem .55rem;cursor:pointer;color:var(--fg)}.docs-shell{display:grid;grid-template-columns:var(--sidebar-w) minmax(0,1fr);max-width:1400px;margin:0 auto}.docs-shell.with-toc{grid-template-columns:var(--sidebar-w) minmax(0,1fr) var(--toc-w)}.docs-sidebar{position:sticky;top:var(--header-h);align-self:start;height:calc(100vh - var(--header-h));overflow-y:auto;padding:1.5rem 1rem 3rem 1.5rem;border-right:1px solid var(--border)}.sidebar-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:var(--fg-faint);font-weight:600;margin:0 0 .6rem .5rem}.sidebar-nav{display:flex;flex-direction:column;gap:1px}.sidebar-nav a{display:block;padding:.4rem .6rem;border-radius:6px;color:var(--fg-muted);font-size:.9rem;font-weight:500}.sidebar-nav a:hover{background:var(--bg-subtle);color:var(--fg);text-decoration:none}.sidebar-nav a.active{background:var(--accent-soft);color:var(--accent);font-weight:600}.docs-main{padding:2rem 2.5rem 5rem;min-width:0}.breadcrumbs{font-size:.82rem;color:var(--fg-faint);margin-bottom:1.5rem;display:flex;flex-wrap:wrap;gap:.35rem;align-items:center}.breadcrumbs a{color:var(--fg-muted)}.breadcrumbs .sep{color:var(--border-strong)}.updated{font-size:.8rem;color:var(--fg-faint);margin:0 0 2rem;padding-bottom:1.25rem;border-bottom:1px solid var(--border)}.article{max-width:var(--max-measure)}.article>*{max-width:var(--max-measure)}.html-page h1{font-size:2.3rem;line-height:1.15;font-weight:800;letter-spacing:-.02em;margin:0 0 1rem}.html-page h2{font-size:1.5rem;line-height:1.25;font-weight:700;letter-spacing:-.01em;margin:2.75rem 0 .9rem;scroll-margin-top:calc(var(--header-h) + 1rem);padding-bottom:.35rem;border-bottom:1px solid var(--border)}.html-page h3{font-size:1.2rem;line-height:1.3;font-weight:700;margin:2rem 0 .65rem;scroll-margin-top:calc(var(--header-h) + 1rem)}.html-page h4{font-size:1.02rem;font-weight:700;margin:1.5rem 0 .5rem}.html-page p{margin:0 0 1.15rem}.html-page p.lead{font-size:1.18rem;line-height:1.55;color:var(--fg-muted);margin-bottom:1.75rem}.html-page ul,.html-page ol{margin:0 0 1.25rem;padding-left:1.4rem}.html-page li{margin:.4rem 0}.html-page li::marker{color:var(--fg-faint)}.html-page a{font-weight:500;text-decoration:underline;text-underline-offset:2px;text-decoration-color:var(--border-strong)}.html-page a:hover{text-decoration-color:var(--accent)}.html-page strong{font-weight:700;color:var(--fg)}.html-page blockquote{margin:1.5rem 0;padding:.25rem 0 .25rem 1.1rem;border-left:3px solid var(--accent);color:var(--fg-muted);font-style:italic}.html-page code{font-family:var(--font-mono);font-size:.88em;background:var(--code-bg);padding:.15em .4em;border-radius:5px}.html-page pre{background:#0f1320;color:#e6e8ec;padding:1rem 1.2rem;border-radius:var(--radius);overflow-x:auto;margin:0 0 1.5rem;line-height:1.5;font-size:.88rem}.html-page pre code{background:none;padding:0;font-size:inherit;color:inherit}.html-page img{max-width:100%;height:auto;border-radius:var(--radius);margin:1.25rem 0}.html-page table{width:100%;border-collapse:collapse;margin:0 0 1.5rem;font-size:.92rem;display:block;overflow-x:auto}.html-page th,.html-page td{border:1px solid var(--border);padding:.55rem .8rem;text-align:left}.html-page th{background:var(--bg-subtle);font-weight:600}.html-page hr{border:none;border-top:1px solid var(--border);margin:2.5rem 0}.html-page h2:last-of-type{font-size:1.15rem}.docs-toc{position:sticky;top:var(--header-h);align-self:start;height:calc(100vh - var(--header-h));overflow-y:auto;padding:2rem 1.25rem 3rem .5rem;font-size:.82rem}.toc-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:var(--fg-faint);font-weight:600;margin:0 0 .7rem}.docs-toc nav{display:flex;flex-direction:column;gap:1px;border-left:1px solid var(--border)}.docs-toc a{display:block;padding:.25rem 0 .25rem .9rem;margin-left:-1px;color:var(--fg-muted);border-left:2px solid transparent;line-height:1.4}.docs-toc a:hover{color:var(--fg);text-decoration:none}.docs-toc a.lvl-3{padding-left:1.6rem;font-size:.8rem}.docs-toc a.active{color:var(--accent);border-left-color:var(--accent);font-weight:600}.docs-footer{border-top:1px solid var(--border);margin-top:3rem;padding:1.5rem 0;font-size:.82rem;color:var(--fg-faint)}@media(max-width:1080px){.docs-shell.with-toc{grid-template-columns:var(--sidebar-w) minmax(0,1fr)}.docs-toc{display:none}}@media(max-width:768px){.menu-toggle{display:inline-flex}.brand .tagline{display:none}.docs-shell,.docs-shell.with-toc{grid-template-columns:1fr}.docs-sidebar{position:fixed;top:var(--header-h);left:0;bottom:0;width:80%;max-width:320px;background:var(--bg);z-index:40;transform:translate(-100%);transition:transform .2s ease;box-shadow:0 0 40px #0000001f}body.sidebar-open .docs-sidebar{transform:translate(0)}body.sidebar-open:after{content:"";position:fixed;inset:var(--header-h) 0 0 0;background:#00000059;z-index:35}.docs-main{padding:1.5rem 1.25rem 4rem}.header-link.hide-mobile{display:none}.html-page h1{font-size:1.85rem}}
