:root{--docs-tree-radius-inner:var(--surface-docs-radius-inner);--docs-tree-surface:hsl(var(--color-surface));--docs-tree-text:color-mix(in oklch,hsl(var(--color-text-muted))60%,hsl(var(--color-text))40%);--docs-tree-text-subtle:color-mix(in oklch,hsl(var(--color-text-muted))76%,hsl(var(--color-text))24%);--docs-tree-text-strong:color-mix(in oklch,hsl(var(--color-text))80%,hsl(var(--color-accent-soft))20%);--docs-tree-ring:hsl(var(--color-accent))}.docs-tree-nav{--docs-tree-padding:clamp(.85rem,.75rem + .35vw,1.2rem);min-height:300px;padding:var(--docs-tree-padding);background:var(--docs-tree-surface);color:hsl(var(--color-text));isolation:isolate;border-radius:var(--surface-docs-radius);border:var(--surface-docs-border-width)solid var(--surface-docs-border);background:hsl(var(--color-surface));width:100%;box-shadow:var(--surface-docs-shadow);transition:transform var(--transition-snappy),box-shadow var(--transition-snappy),border-color var(--transition-snappy),filter var(--transition-snappy);flex-direction:column;display:flex;position:relative;overflow:hidden}.docs-tree-scroll{width:100%;min-height:0;color:inherit;scrollbar-gutter:stable both-edges;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:hsl(var(--color-accent)/.58)hsl(var(--color-surface-muted)/.28);flex:auto;position:relative;overflow:hidden auto}.docs-tree-scroll::-webkit-scrollbar{width:.45rem}.docs-tree-scroll::-webkit-scrollbar-track{background:hsl(var(--color-surface-muted)/.18)}.docs-tree-scroll::-webkit-scrollbar-thumb{background:hsl(var(--color-text-muted)/.32);border-radius:999px}.docs-tree-scroll::-webkit-scrollbar-thumb:hover{background:hsl(var(--color-accent)/.42)}.docs-tree-nav:before,.docs-tree-nav:after{content:"";pointer-events:none;z-index:1;border-radius:inherit;opacity:.8;height:.9rem;position:absolute;inset-inline:clamp(.45rem,.3rem + 1vw,1rem)}.docs-tree-nav:before{background:linear-gradient(to bottom,hsl(var(--color-surface)/.9),transparent);top:0}.docs-tree-nav:after{background:linear-gradient(to top,hsl(var(--color-surface)/.9),transparent);bottom:0}@media (width>=1024px){.docs-tree-nav{min-width:18.5rem;max-height:min(70vh,100vh - 8rem)}}.docs-tree-empty{border-radius:var(--docs-tree-radius-inner);color:var(--docs-tree-text-subtle);text-align:center;margin:0;padding:.7rem .85rem;font-size:.8rem}.docs-tree{flex-direction:column;gap:.65rem;margin:0;padding:0;list-style:none;display:flex}.docs-tree-section{--docs-tree-section-accent:color-mix(in oklch,hsl(var(--color-accent-soft))70%,hsl(var(--color-accent))30%)}.docs-tree-section[data-accent=functions]{--docs-tree-section-accent:color-mix(in oklch,hsl(var(--color-accent))78%,hsl(var(--color-accent-soft))22%)}.docs-tree-section[data-accent=types]{--docs-tree-section-accent:color-mix(in oklch,hsl(var(--color-accent-soft))80%,hsl(var(--color-text-muted))20%)}.docs-tree-section[data-accent=taxonomy]{--docs-tree-section-accent:color-mix(in oklch,hsl(var(--color-accent))60%,hsl(var(--color-accent-soft))40%)}.docs-tree-section[data-accent=reference]{--docs-tree-section-accent:color-mix(in oklch,hsl(var(--color-accent))70%,hsl(var(--color-accent-soft))30%)}.docs-tree-section-group{border-radius:var(--docs-tree-radius-inner);background:0 0;border:0;margin:0;padding:.35rem .55rem .55rem;position:relative}.docs-tree-section[data-active=true] .docs-tree-section-group,.docs-tree-section-group[data-collapsible=true]:focus-within,.docs-tree-section-group[data-collapsible=true]:hover{background:0 0}.docs-tree-section-header{border-radius:var(--docs-tree-radius-inner);cursor:pointer;letter-spacing:.22em;text-transform:uppercase;color:var(--docs-tree-text-subtle);background:0 0;justify-content:space-between;align-items:center;gap:.6rem;padding:.35rem .6rem;font-size:.68rem;font-weight:600;transition:color .15s;display:flex}.docs-tree-section-header[data-collapsible=false]{cursor:default}.docs-tree-section-group[data-collapsible=true]:hover .docs-tree-section-header,.docs-tree-section-group[data-collapsible=true]:focus-within .docs-tree-section-header{color:var(--docs-tree-text-strong)}.docs-tree-section-header::-webkit-details-marker{display:none}.docs-tree-section-caret,.docs-tree-section-spacer{width:.75rem;height:.75rem;color:color-mix(in oklch,var(--docs-tree-text-subtle)62%,var(--docs-tree-section-accent)38%);flex:none;justify-content:center;align-items:center;margin-left:auto;transition:color .15s,transform .18s;display:inline-flex}.docs-tree-section-spacer{color:#0000}.docs-tree-section-caret svg{width:.52rem;height:.52rem;transition:transform .18s}details[open]>.docs-tree-section-header .docs-tree-section-caret svg{transform:rotate(90deg)}.docs-tree-section-title{letter-spacing:inherit;text-transform:none;flex:1;align-items:center;gap:.3rem;margin:0;display:inline-flex}.docs-tree-section-children{flex-direction:column;gap:.3rem;margin:.28rem 0 0;padding:0;list-style:none;display:flex}.docs-tree-children{flex-direction:column;gap:.24rem;margin:.32rem 0 0;padding:0 0 0 .7rem;list-style:none;display:flex}.docs-tree-node{margin:0;padding:0;list-style:none}.docs-tree-branch{background:0 0;border:0;margin:0;padding:0}.docs-tree-branch-trigger,.docs-tree-link{width:100%;color:inherit;letter-spacing:.005em;background:0 0;border-radius:0;align-items:flex-start;padding-block:.55rem;padding-inline-start:calc(.65rem + var(--depth)*.65rem);padding-inline-end:1.15rem;font-size:.82rem;font-weight:500;line-height:1.35;text-decoration:none;transition:color .15s,background-color .15s;display:flex;position:relative}.docs-tree-branch-trigger{cursor:pointer}.docs-tree-branch-trigger::-webkit-details-marker{display:none}.docs-tree-chevron{width:.85rem;height:.85rem;color:color-mix(in oklch,var(--docs-tree-text-subtle)70%,var(--docs-tree-section-accent)30%);justify-content:center;align-items:center;margin-top:.18rem;margin-left:auto;transition:color .15s,transform .18s;display:inline-flex}.docs-tree-chevron svg{width:.48rem;height:.48rem;transition:transform .18s}.docs-tree-branch[open]>.docs-tree-branch-trigger .docs-tree-chevron svg{transform:rotate(90deg)}.docs-tree-body{flex-direction:column;flex:1;gap:.18rem;min-width:0;display:flex}.docs-tree-text{flex-direction:column;gap:.18rem;min-width:0;display:flex}.docs-tree-name{letter-spacing:.01em;color:inherit;overflow-wrap:anywhere;flex-wrap:wrap;align-items:baseline;gap:.18rem .3rem;font-size:.82rem;font-weight:600;display:inline-flex}.docs-tree-description{letter-spacing:.004em;color:color-mix(in oklch,var(--docs-tree-text-subtle)78%,transparent 22%);text-overflow:ellipsis;-webkit-line-clamp:2;overflow-wrap:anywhere;-webkit-box-orient:vertical;max-height:1.848rem;font-size:.66rem;line-height:1.4;display:-webkit-box;overflow:hidden}.docs-tree-link:hover,.docs-tree-link:focus-visible,.docs-tree-branch-trigger:hover,.docs-tree-branch-trigger:focus-visible{color:var(--docs-tree-text-strong);background-color:hsl(var(--color-surface-muted)/.32)}.docs-tree-branch-trigger:hover .docs-tree-chevron,.docs-tree-branch-trigger:focus-visible .docs-tree-chevron,.docs-tree-node[data-active=true]>.docs-tree-branch .docs-tree-branch-trigger,.docs-tree-node[data-active=true]>.docs-tree-link{color:var(--docs-tree-text-strong)}.docs-tree-link[data-overview=true]{letter-spacing:.04em;color:color-mix(in oklch,var(--docs-tree-text-subtle)68%,var(--docs-tree-section-accent)32%);font-size:.78rem}.docs-tree-link:focus-visible,.docs-tree-branch-trigger:focus-visible,.docs-tree-section-header:focus-visible{outline:2px solid var(--docs-tree-ring);outline-offset:2px}.docs-tree-branch[open]>.docs-tree-children{animation:.15s docs-tree-reveal}@keyframes docs-tree-reveal{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.docs-tree-section-group,.docs-tree-section-header,.docs-tree-branch-trigger,.docs-tree-link,.docs-tree-nav,.docs-tree-section-caret,.docs-tree-section-caret svg,.docs-tree-chevron,.docs-tree-chevron svg{transition:none}.docs-tree-branch[open]>.docs-tree-children{animation:none}}html,body{width:100%;height:100%;margin:0}.docs-sidebar[data-astro-cid-sckkx6r4]{position:relative}@media (width>=1024px){.docs-sidebar[data-astro-cid-sckkx6r4]{min-width:18.5rem;max-width:18.5rem}}.app-nav-dropdown{corner-shape:squircle;border:1px solid hsl(var(--color-text-muted)/.08);background:hsl(var(--color-bg)/.92);-webkit-backdrop-filter:blur(32px)saturate(1.5);min-width:8rem;box-shadow:0 0 0 1px hsl(var(--color-accent)/.05),0 1px 2px hsl(var(--color-text)/.04),0 4px 8px -2px hsl(var(--color-text)/.06),0 12px 24px -4px hsl(var(--color-text)/.08),0 32px 64px -12px hsl(var(--color-text)/.1);z-index:9999;border-radius:14px;padding:6px;animation:.22s cubic-bezier(.16,1,.3,1) app-nav-enter;position:fixed;overflow:hidden}.app-nav-dropdown:before{content:"";background:linear-gradient(90deg,transparent 8%,hsl(var(--color-accent)/.1)50%,transparent 92%);pointer-events:none;height:1px;position:absolute;inset:0 0 auto}@keyframes app-nav-enter{0%{opacity:0;transform:translateY(-8px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.app-nav-dropdown>[data-astro-cid-sckkx6r4]{animation:.18s cubic-bezier(.16,1,.3,1) backwards app-nav-item-in}.app-nav-dropdown>[data-astro-cid-sckkx6r4]:first-child{animation-delay:30ms}.app-nav-dropdown>[data-astro-cid-sckkx6r4]:nth-child(2){animation-delay:50ms}.app-nav-dropdown>[data-astro-cid-sckkx6r4]:nth-child(3){animation-delay:70ms}.app-nav-dropdown>[data-astro-cid-sckkx6r4]:nth-child(4){animation-delay:90ms}.app-nav-dropdown>[data-astro-cid-sckkx6r4]:nth-child(5){animation-delay:.11s}@keyframes app-nav-item-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.app-nav-dropdown a{corner-shape:squircle;color:hsl(var(--color-text));text-transform:none;letter-spacing:normal;cursor:pointer;border-radius:10px;align-items:center;padding:7px 12px;font-size:.8125rem;font-weight:480;text-decoration:none;transition:background-color .15s cubic-bezier(.16,1,.3,1),color .15s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.app-nav-dropdown a:hover{background:hsl(var(--color-text-muted)/.07)}.app-nav-dropdown a:active{background:hsl(var(--color-text-muted)/.11)}.app-nav-dropdown a[aria-current=page]{color:hsl(var(--color-accent));background:hsl(var(--color-accent)/.08);font-weight:540}.app-nav-dropdown a[aria-current=page]:before{content:"";background:hsl(var(--color-accent));border-radius:2px;width:3px;height:14px;position:absolute;top:50%;left:3px;transform:translateY(-50%)}
