@media(prefers-color-scheme:light){body.light-read .docs-root,body.light-read .docs-root .docs-sidebar,body.light-read .docs-root .docs-content{background:var(--bg-primary)}body.light-read .docs-link{color:var(--text-muted)}body.light-read .docs-link:hover{color:var(--text-primary);background:var(--bg-secondary)}body.light-read .docs-link.active{background:var(--bg-secondary)}body.light-read .docs-content,body.light-read .docs-content h1,body.light-read .docs-content h2,body.light-read .docs-content h3{color:var(--text-primary)}body.light-read .docs-content p.lead-q>strong:first-child{color:var(--text-primary)}body.light-read .docs-content strong{color:var(--text-primary)}body.light-read .docs-content em{color:var(--text-muted)}body.light-read .docs-content blockquote{--text-primary: #ece5da;--text-muted: #cbc0b0;--accent-yellow: #f0b429;background:#2a231c;border-left-color:#f0b429;color:#e4dcd0}body.light-read .docs-content blockquote strong,body.light-read .docs-content blockquote p>strong:first-child{color:#f0b429}body.light-read .docs-content blockquote a{color:#f0b429}body.light-read .docs-content blockquote code{background:#352c22;color:#f0b429}body.light-read .docs-content th{background:var(--bg-secondary);color:var(--text-primary)}body.light-read .docs-content td{color:var(--text-muted)}body.light-read .docs-content tbody tr:nth-child(2n){background:#00000006}body.light-read .docs-content pre{background:#ede8e2;border-color:var(--border)}body.light-read .docs-content pre code{color:var(--text-primary);background:none}body.light-read .docs-content img{background:var(--bg-secondary)}body.light-read :focus-visible{outline-color:var(--accent-yellow)}body.light-read .docs-dl{cursor:pointer}}.docs-root{background:#1a1916;min-height:100vh;padding-top:60px}.docs-root .docs-sidebar,.docs-root .docs-content{background:#1a1916}.docs-wrap{display:grid;grid-template-columns:280px minmax(0,1fr);max-width:1180px;margin:0 auto;align-items:start}.docs-sidebar{position:sticky;top:60px;align-self:start;height:calc(100vh - 60px);overflow-y:auto;padding:28px 20px 60px;border-right:1px solid var(--border);font-family:var(--font-mono)}.docs-group{margin-bottom:22px}.docs-group-title{font-size:11px;letter-spacing:1.5px;text-transform:uppercase;color:var(--text-muted);margin-bottom:8px}.docs-sidebar ul{list-style:none}.docs-link{display:block;padding:5px 10px;font-size:13px;color:#c8c2ba;border-radius:5px;border-left:2px solid transparent}.docs-link:hover{color:var(--text-primary);background:var(--bg-surface)}.docs-link.active{color:var(--accent-yellow);border-left-color:var(--accent-yellow);background:var(--bg-surface)}.docs-content{padding:40px 56px 96px;min-width:0;max-width:760px;font-family:var(--font-sans);font-size:17px;line-height:1.75;letter-spacing:0;color:#d7d2ca;cursor:auto}.docs-content h1{font-family:var(--font-display);font-weight:900;font-size:34px;line-height:1.2;color:#e7e2d8;margin-bottom:20px;letter-spacing:-.5px}.docs-content h2{font-family:var(--font-display);font-weight:700;font-size:23px;color:#e7e2d8;margin:40px 0 12px;padding-top:8px}.docs-content h3{font-size:17px;font-weight:600;color:#e7e2d8;margin:26px 0 8px}.docs-content p{margin:0 0 17px}.docs-content p.lead-q>strong:first-child{display:block;margin-bottom:3px;color:#e7e2d8}.docs-content a{color:var(--accent-yellow);text-decoration:none}.docs-content a:hover{text-decoration:underline}.docs-content ul,.docs-content ol{margin:0 0 16px 22px}.docs-content li{margin:4px 0}.docs-content strong{color:#e7e2d8;font-weight:600}.docs-content blockquote{border-left:3px solid var(--accent-yellow);background:#ffd60a0f;padding:14px 18px;border-radius:0 8px 8px 0;margin:0 0 22px;color:#e0dbd4}.docs-content blockquote p{margin:0}.docs-content blockquote strong{color:var(--accent-yellow)}.docs-content table{border-collapse:collapse;width:100%;margin:12px 0 20px;font-size:14px}.docs-content th,.docs-content td{border:1px solid var(--border);padding:8px 12px;text-align:left}.docs-content th{background:var(--bg-secondary);color:var(--text-muted);font-weight:600}.docs-content code{font-family:var(--font-mono);font-size:.86em;background:var(--bg-surface);padding:1px 6px;border-radius:4px;color:var(--accent-yellow)}.docs-content pre{background:#14120f;border:1px solid var(--border);border-radius:8px;padding:16px;overflow-x:auto;margin:0 0 18px}.docs-content pre code{background:none;color:#d8d3cc;padding:0}.docs-content kbd{font-family:var(--font-mono);font-size:12px;background:var(--bg-surface);border:1px solid var(--border);border-bottom-width:2px;border-radius:5px;padding:1px 6px;color:var(--text-primary)}.docs-content img{width:100%;height:auto;border:1px solid var(--border);border-radius:12px;background:#14120f;margin:16px 0 6px}.docs-content em{color:var(--text-muted);font-style:italic}.docs-content hr{border:none;border-top:1px solid var(--border);margin:32px 0}@media(max-width:900px){.docs-wrap{grid-template-columns:1fr}.docs-sidebar{position:static;height:auto;max-height:45vh;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;border-right:none;border-bottom:1px solid var(--border);mask-image:linear-gradient(to bottom,#000 calc(100% - 24px),transparent 100%);-webkit-mask-image:linear-gradient(to bottom,#000 calc(100% - 24px),transparent 100%)}.docs-sidebar::-webkit-scrollbar{width:8px}.docs-sidebar::-webkit-scrollbar-track{background:transparent}.docs-sidebar::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px;border:2px solid transparent;background-clip:content-box}@supports (-moz-appearance: none){.docs-sidebar{scrollbar-width:thin;scrollbar-color:var(--border) transparent}}.docs-content{padding:28px 22px 72px}}
