.astro-route-announcer{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;top:0;left:0;overflow:hidden}.docs-sidebar-link-ext{color:var(--theme-content-subtle);margin-left:.35rem;font-size:.7em}.docs-sidebar-details{display:block}.docs-sidebar-summary{align-items:center;gap:.25rem;display:flex}.docs-sidebar-summary>.docs-sidebar-link,.docs-sidebar-summary>.docs-sidebar-section{flex:1;min-width:0}.docs-sidebar-toggle{border-radius:var(--radius-sm);width:2rem;height:2rem;color:var(--theme-content-subtle);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.docs-sidebar-toggle:hover{background:var(--theme-surface-2);color:var(--theme-content)}.docs-sidebar-chevron{font-size:.75rem;line-height:1;transition:transform .15s}.docs-sidebar-details[data-expanded=true] .docs-sidebar-chevron{transform:rotate(90deg)}html.js .docs-sidebar-details[data-expanded=false]>.docs-sidebar-sublist,html:not(.js) .docs-sidebar-toggle{display:none}.docs-sidebar ul,.docs-sidebar ol{margin:0;padding-left:0;list-style:none}.docs-sidebar li{margin:0}.docs-sidebar a{text-decoration:none}.docs-sidebar-groups>li{margin-top:1.75rem}.docs-sidebar-groups>li:first-child{margin-top:0}.docs-sidebar-group-label{font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;color:var(--theme-content-subtle);margin-bottom:.4rem;font-size:.7rem;font-weight:600;display:block}.docs-sidebar-link{border-radius:var(--radius-sm);color:var(--theme-content-muted);padding:.35rem .75rem;transition:color .15s,background .15s,box-shadow .15s;display:block}.docs-sidebar-link:hover{color:var(--theme-content);background:var(--theme-surface-2)}.docs-sidebar-link[aria-current=page]{color:var(--theme-primary);background:var(--theme-primary-muted);box-shadow:inset 2px 0 0 var(--theme-primary);font-weight:500}.docs-sidebar-section{color:var(--theme-content-muted);padding:.35rem .75rem;font-size:.8125rem;font-weight:500;display:block}.docs-sidebar ul.docs-sidebar-sublist{border-left:1px solid var(--theme-divider);flex-direction:column;gap:.125rem;margin-top:.125rem;margin-left:.25rem;padding-left:.75rem;display:flex}.docs-doc-switcher ul{border:1px solid var(--theme-divider);border-radius:var(--radius-md);background:var(--theme-surface-1);gap:.125rem;margin:0;padding:.25rem;list-style:none;display:inline-flex}.docs-doc-switcher{max-width:100%;overflow-x:auto}.docs-doc-switcher li{margin:0}.docs-doc-switcher-link{text-align:center;border-radius:var(--radius-sm);color:var(--theme-content-muted);white-space:nowrap;padding:.4rem .9rem;font-size:.8125rem;font-weight:500;text-decoration:none;transition:color .15s,background .15s;display:block}.docs-doc-switcher-link:hover{color:var(--theme-content);background:var(--theme-surface-2)}.docs-doc-switcher-link[aria-current=page]{color:var(--theme-primary);background:var(--theme-primary-muted)}.version-switcher{width:100%}.version-switcher-trigger{background:var(--theme-surface-2);border:1px solid var(--theme-divider);border-radius:var(--radius-md);cursor:pointer;align-items:center;gap:.5rem;width:100%;padding:.4rem .75rem;font-size:.85rem;transition:background .15s,border-color .15s;display:inline-flex}.version-switcher-trigger:hover{background:var(--theme-surface-3);border-color:var(--theme-content-muted)}.version-switcher-menu{z-index:40;background:var(--theme-surface-2);border:1px solid var(--theme-divider);border-radius:var(--radius-md);margin:0;padding:.25rem;list-style:none;display:none;position:absolute;top:calc(100% + .25rem);left:0;right:0;box-shadow:0 8px 32px -8px oklch(0% 0 0/.5)}.version-switcher-menu li{margin:0}.version-switcher.is-open .version-switcher-menu{display:block}html:not(.js) .version-switcher-trigger{display:none}html:not(.js) .version-switcher-menu{box-shadow:none;margin-top:.25rem;display:block;position:static}.version-switcher-item{border-radius:var(--radius-sm);color:var(--theme-content-muted);align-items:center;gap:.5rem;padding:.4rem .6rem;font-size:.85rem;text-decoration:none;transition:background .15s,color .15s;display:flex}.version-switcher-item:hover{background:var(--theme-surface-3);color:var(--theme-content)}.version-switcher-item[aria-current=page]{color:var(--theme-primary);background:var(--theme-primary-muted)}.docs-toc-list{flex-direction:column;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.docs-toc-item.is-depth-3{padding-left:.75rem}.docs-toc-link{border-radius:0 var(--radius-sm) var(--radius-sm) 0;color:var(--theme-content-muted);border-left:2px solid #0000;padding:.2rem .5rem;font-size:.8125rem;line-height:1.4;text-decoration:none;transition:color .15s,border-color .15s,background .15s;display:block}.docs-toc-link:hover{color:var(--theme-content)}.docs-toc-link.is-active{color:var(--theme-primary);border-left-color:var(--theme-primary);background:var(--theme-primary-muted)}::view-transition-old(root),::view-transition-new(root){mix-blend-mode:normal;animation:none}.docs-mobile-nav{background:var(--theme-surface-1);border:1px solid var(--theme-divider);border-radius:var(--radius-md);margin-bottom:2rem}.docs-mobile-nav-summary{color:var(--theme-content-muted);cursor:pointer;justify-content:space-between;align-items:center;padding:.75rem 1rem;list-style:none;display:flex}.docs-mobile-nav-summary::-webkit-details-marker{display:none}.docs-mobile-nav-summary:hover{color:var(--theme-content)}.docs-mobile-nav[open]>.docs-mobile-nav-summary{color:var(--theme-content);border-bottom:1px solid var(--theme-divider)}.docs-mobile-nav-chevron{transition:transform .2s}.docs-mobile-nav[open]>.docs-mobile-nav-summary .docs-mobile-nav-chevron{transform:rotate(-90deg)}.docs-mobile-nav-body{padding:1rem}.docs-search-trigger{background:var(--theme-surface-2);border:1px solid var(--theme-divider);border-radius:var(--radius-md);width:100%;color:var(--theme-content-muted);cursor:pointer;align-items:center;gap:.5rem;padding:.4rem .75rem;font-size:.85rem;transition:background .15s,border-color .15s;display:inline-flex}.docs-search-trigger:hover{background:var(--theme-surface-3);border-color:var(--theme-content-muted);color:var(--theme-content)}.docs-search-trigger-kbd{background:var(--theme-surface-1);border:1px solid var(--theme-divider);border-radius:var(--radius-sm);font-family:var(--font-mono);margin-left:auto;padding:.05rem .4rem;font-size:.7rem}.docs-search-dialog{border:1px solid var(--theme-divider);border-radius:var(--radius-lg);background:var(--theme-surface-1);color:var(--theme-content);width:min(640px,100% - 2rem);max-height:80dvh;padding:0}.docs-search-dialog::backdrop{background:oklch(0% 0 0/.5)}.docs-search-dialog-body{padding:1.5rem 1.25rem 1.25rem;position:relative}.docs-search-close{color:var(--theme-content-muted);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:1.5rem;line-height:1;display:inline-flex;position:absolute;top:.5rem;right:.75rem}.docs-search-close:hover{color:var(--theme-content)}.pagefind-ui{--pagefind-ui-primary:var(--theme-primary);--pagefind-ui-text:var(--theme-content);--pagefind-ui-background:var(--theme-surface-1);--pagefind-ui-border:var(--theme-divider);--pagefind-ui-tag:var(--theme-surface-2);--pagefind-ui-border-width:1px;--pagefind-ui-border-radius:var(--radius-md);--pagefind-ui-font:var(--font-body)}
