:root{--nav-h:104px;--docs-sub-h:0px}@media (width>=768px){:root{--nav-h:140px}}@media (width<=1023.98px){:root{--docs-sub-h:48px}}.docs-root{padding-top:var(--nav-h)}.docs-subbar{top:var(--nav-h);z-index:40;border-bottom:1px solid hsl(var(--border) / .7);background:hsl(var(--background) / .92);backdrop-filter:blur(12px);position:sticky}.docs-grid{-moz-column-gap:3rem;grid-template-columns:minmax(0,1fr);column-gap:3rem;max-width:1440px;margin-inline:auto;padding-inline:1rem;display:grid}@media (width>=640px){.docs-grid{padding-inline:1.5rem}}@media (width>=1024px){.docs-grid{grid-template-columns:17rem minmax(0,1fr)}}@media (width>=1280px){.docs-grid.has-toc{grid-template-columns:17rem minmax(0,1fr) 14rem}}.docs-sidebar{top:var(--nav-h);height:calc(100vh - var(--nav-h));border-right:1px solid hsl(var(--border) / .7);align-self:start;margin-right:-1rem;position:sticky}.docs-sidebar-scroll{overscroll-behavior:contain;scrollbar-width:thin;height:100%;padding:1.75rem 1.25rem 3rem 0;overflow-y:auto}.docs-main{width:100%;max-width:46rem;margin-inline:auto;padding:2.5rem 0 5rem}.docs-grid:not(.has-toc) .docs-main{max-width:52rem}@media (width>=1024px){.docs-main{padding-top:3rem}}.docs-toc-col{top:var(--nav-h);max-height:calc(100vh - var(--nav-h));scrollbar-width:none;align-self:start;padding:3rem 0 2rem;position:sticky;overflow-y:auto}.docs-search-trigger{border:1px solid hsl(var(--border));background:hsl(var(--card));width:100%;height:2.25rem;color:hsl(var(--muted-foreground));border-radius:.6rem;align-items:center;gap:.6rem;margin-bottom:1.5rem;padding:0 .5rem 0 .75rem;font-size:.8125rem;transition:border-color .15s,color .15s;display:flex}.docs-search-trigger:hover{border-color:hsl(var(--foreground) / .25);color:hsl(var(--foreground))}.docs-search-trigger:active{transform:translateY(1px)}.docs-sec+.docs-sec{margin-top:1.25rem}.docs-sec>summary,.docs-group>summary{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;list-style:none}.docs-sec>summary::-webkit-details-marker,.docs-group>summary::-webkit-details-marker{display:none}.docs-sec-title{color:hsl(var(--foreground));border-radius:.4rem;justify-content:space-between;align-items:center;padding:.25rem .5rem .4rem .75rem;font-size:.8125rem;font-weight:600;display:flex}.docs-sec-title:hover .docs-chevron{color:hsl(var(--foreground))}.docs-chevron{color:hsl(var(--muted-foreground) / .7);flex-shrink:0;transition:transform .15s}details[open]>summary .docs-chevron{transform:rotate(90deg)}.docs-list{flex-direction:column;gap:1px;display:flex}.docs-nav-link{color:hsl(var(--muted-foreground));border-radius:.45rem;padding:.34rem .75rem;line-height:1.35;transition:background-color .12s,color .12s;display:block;position:relative}.docs-nav-link:hover{color:hsl(var(--foreground));background:hsl(var(--accent) / .6)}.docs-nav-link.is-active{color:hsl(var(--foreground));background:hsl(var(--accent));font-weight:500}.docs-nav-link.is-active:before{content:"";background:hsl(var(--brand));border-radius:2px;width:2px;position:absolute;top:.4rem;bottom:.4rem;left:0}.docs-group-title{color:hsl(var(--foreground) / .85);border-radius:.45rem;align-items:center;gap:.4rem;padding:.34rem .75rem .34rem .55rem;display:flex}.docs-group-title:hover{background:hsl(var(--accent) / .6)}.docs-sublist{border-left:1px solid hsl(var(--border) / .8);flex-direction:column;gap:1px;margin:1px 0 .35rem 1.1rem;padding-left:.4rem;display:flex}.docs-sublist .docs-nav-link{padding-left:.6rem}.docs-sublist .docs-nav-link.is-active:before{left:calc(-.4rem - 1px)}.docs-drawer{z-index:70;pointer-events:none;position:fixed;inset:0}.docs-drawer-backdrop{background:hsl(var(--background) / .7);backdrop-filter:blur(3px);opacity:0;transition:opacity .2s;position:absolute;inset:0}.docs-drawer-panel{background:hsl(var(--background));border-right:1px solid hsl(var(--border));flex-direction:column;width:min(20rem,86vw);transition:transform .22s;display:flex;position:absolute;inset:0 auto 0 0;transform:translate(-100%)}.docs-drawer[data-open=true]{pointer-events:auto}.docs-drawer[data-open=true] .docs-drawer-backdrop{opacity:1}.docs-drawer[data-open=true] .docs-drawer-panel{transform:none}.docs-toc-link{color:hsl(var(--muted-foreground));border-left:1px solid #0000;margin-left:-1px;padding:.28rem 0 .28rem .85rem;font-size:.8125rem;line-height:1.4;transition:color .12s,border-color .12s;display:block}.docs-toc-link.pl-6{padding-left:1.6rem}.docs-toc-link:hover{color:hsl(var(--foreground))}.docs-toc-link.is-active{color:hsl(var(--foreground));border-left-color:hsl(var(--brand))}.docs-pager{border:1px solid hsl(var(--border));border-radius:.75rem;padding:1rem 1.1rem;transition:border-color .15s,background-color .15s;display:block}.docs-pager:hover{border-color:hsl(var(--foreground) / .25);background:hsl(var(--card))}.docs-pager:active{transform:translateY(1px)}.docs-prose{color:hsl(var(--foreground) / .84);font-size:15.5px;line-height:1.75}.docs-prose>:first-child{margin-top:0}.docs-prose :where(h2,h3,h4){color:hsl(var(--foreground));scroll-margin-top:calc(var(--nav-h) + var(--docs-sub-h) + 1.5rem);text-wrap:balance;position:relative}.docs-prose h2{letter-spacing:-.015em;margin:3rem 0 1rem;font-size:1.5rem;font-weight:650;line-height:1.3}.docs-prose h3{margin:2.25rem 0 .75rem;font-size:1.15rem;font-weight:600;line-height:1.4}.docs-prose h4{margin:1.75rem 0 .5rem;font-size:1rem;font-weight:600}.docs-prose .heading-anchor{color:hsl(var(--muted-foreground) / .6);opacity:0;margin-left:.4rem;font-weight:400;text-decoration:none;transition:opacity .12s;display:inline-block}.docs-prose .heading-anchor:before{content:"#"}.docs-prose :where(h2,h3,h4):hover .heading-anchor,.docs-prose .heading-anchor:focus-visible{opacity:1}.docs-prose p{margin:1rem 0}.docs-prose a{color:hsl(var(--foreground));text-decoration:underline;text-decoration-color:hsl(var(--foreground) / .3);text-underline-offset:3px;transition:text-decoration-color .12s}.docs-prose a:hover{text-decoration-color:hsl(var(--foreground))}.docs-prose strong{color:hsl(var(--foreground));font-weight:600}.docs-prose :where(ul,ol){margin:1rem 0;padding-left:1.4rem}.docs-prose ul{list-style:outside}.docs-prose ol{list-style:decimal}.docs-prose li{margin:.35rem 0;padding-left:.2rem}.docs-prose li::marker{color:hsl(var(--muted-foreground) / .8)}.docs-prose ol>li::marker{font-variant-numeric:tabular-nums;font-size:.9em}.docs-prose li>:where(ul,ol){margin:.25rem 0}.docs-prose li>p{margin:.4rem 0}.docs-prose hr{background:hsl(var(--border));border:0;height:1px;margin:2.5rem 0}.docs-prose blockquote{border-left:2px solid hsl(var(--border));color:hsl(var(--muted-foreground));margin:1.25rem 0;padding:.1rem 0 .1rem 1rem}.docs-prose img{border:1px solid hsl(var(--border));border-radius:.75rem;max-width:100%;height:auto;margin:1.5rem 0}.docs-prose kbd{border:1px solid hsl(var(--border));background:hsl(var(--secondary));text-align:center;min-width:1.4em;color:hsl(var(--foreground));vertical-align:.08em;border-bottom-width:2px;border-radius:.35rem;padding:.05rem .4rem;font-family:Geist Mono,ui-monospace,monospace;font-size:.78em;line-height:1.5;display:inline-block}.docs-prose :not(pre)>code{border:1px solid hsl(var(--border) / .9);background:hsl(var(--secondary) / .7);color:hsl(var(--foreground) / .95);overflow-wrap:anywhere;border-radius:.35rem;padding:.12rem .38rem;font-family:Geist Mono,ui-monospace,monospace;font-size:.84em}.docs-prose a>code{color:inherit}.docs-prose .table-wrap{border:1px solid hsl(var(--border));border-radius:.75rem;margin:1.5rem 0;overflow-x:auto}.docs-prose table{border-collapse:collapse;width:100%;font-size:.875rem;line-height:1.55}.docs-prose thead{background:hsl(var(--card))}.docs-prose th{text-align:left;color:hsl(var(--foreground));border-bottom:1px solid hsl(var(--border));white-space:nowrap;padding:.6rem .9rem;font-size:.8rem;font-weight:600}.docs-prose td{vertical-align:top;border-bottom:1px solid hsl(var(--border) / .6);padding:.6rem .9rem}.docs-prose tbody tr:last-child td{border-bottom:0}.docs-prose td:first-child{color:hsl(var(--foreground) / .95)}.docs-prose td code{white-space:nowrap;overflow-wrap:normal}.docs-prose .code-block,.code-block{border:1px solid hsl(var(--border));background:#13161b;border-radius:.75rem;margin:1.5rem 0;overflow:hidden}.code-bar{border-bottom:1px solid hsl(var(--border) / .8);background:#131519;justify-content:space-between;align-items:center;gap:.75rem;height:2.4rem;padding:0 .5rem 0 .9rem;display:flex}.code-label{min-width:0;color:hsl(var(--muted-foreground));white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:.45rem;font-size:.75rem;display:inline-flex;overflow:hidden}.code-label.is-file{color:hsl(var(--foreground) / .85);font-family:Geist Mono,ui-monospace,monospace}.code-label svg{opacity:.7;flex-shrink:0;width:13px;height:13px}.code-copy{height:1.75rem;color:hsl(var(--muted-foreground));border-radius:.4rem;align-items:center;gap:.35rem;padding:0 .55rem;font-size:.72rem;transition:background-color .12s,color .12s;display:inline-flex}.code-copy:hover{background:hsl(var(--accent));color:hsl(var(--foreground))}.code-copy:active{transform:translateY(1px)}.code-copy svg{width:13px;height:13px}.code-copy .i-check,.code-copy.is-copied .i-copy{display:none}.code-copy.is-copied .i-check{color:#34d399;display:inline}.code-block pre.astro-code{-moz-tab-size:2;-o-tab-size:2;tab-size:2;scrollbar-width:thin;margin:0;padding:1rem 1.1rem;font-family:Geist Mono,ui-monospace,monospace;font-size:13px;line-height:1.7;overflow-x:auto;background:0 0!important}.code-block pre.astro-code code{font-family:inherit}.callout{--c:var(--foreground);border:1px solid hsl(var(--c) / .22);border-left:3px solid hsl(var(--c) / .75);background:hsl(var(--c) / .045);border-radius:.6rem;margin:1.5rem 0;padding:.9rem 1.1rem .9rem 1rem;font-size:.935rem;line-height:1.7}.callout-note{--c:215 20% 75%}.callout-important{--c:0 0% 100%}.callout-tip{--c:158 64% 52%}.callout-warning{--c:38 92% 55%}.callout-caution{--c:0 84% 64%}.callout-title{color:hsl(var(--c));align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;display:flex;margin:0 0 .25rem!important}.callout-important .callout-title,.callout-note .callout-title{color:hsl(var(--foreground))}.callout-icon{width:15px;height:15px;color:hsl(var(--c));flex-shrink:0}.callout-body>:first-child{margin-top:0}.callout-body>:last-child{margin-bottom:0}.callout-body p{margin:.5rem 0}.callout .code-block{margin:.75rem 0}.yt-embed{margin:1.75rem 0}.yt-play,.yt-frame{aspect-ratio:16/9;border:1px solid hsl(var(--border));background:hsl(var(--card));border-radius:.75rem;width:100%;display:block;position:relative;overflow:hidden}.yt-play img{-o-object-fit:cover;object-fit:cover;border:0;border-radius:0;width:100%;height:100%;margin:0;transition:transform .4s;position:absolute;inset:0}.yt-play:hover img{transform:scale(1.02)}.yt-shade{background:linear-gradient(#090a0c0d 45%,#090a0cbf);position:absolute;inset:0}.yt-btn{background:hsl(var(--brand));width:4rem;height:4rem;color:hsl(var(--brand-foreground));border-radius:9999px;justify-content:center;align-items:center;transition:transform .15s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 10px 30px -10px #0009}.yt-btn svg{fill:currentColor;width:22px;height:22px;margin-left:3px}.yt-play:hover .yt-btn{transform:translate(-50%,-50%)scale(1.06)}.yt-play:active .yt-btn{transform:translate(-50%,-48%)scale(1.02)}.yt-title{text-align:left;color:#fff;text-shadow:0 1px 8px #00000080;font-size:.9rem;font-weight:600;position:absolute;bottom:.85rem;left:1rem;right:1rem}.yt-note{color:hsl(var(--muted-foreground) / .8);margin-top:.5rem;font-size:.75rem}.yt-embed.is-playing .yt-note{display:none}.docs-snippet mark,[role=listbox] mark{background:hsl(var(--foreground) / .14);color:hsl(var(--foreground));border-radius:.2rem;padding:0 .1rem}
