:root{--base00: #1e2c3e;--base01: #31455e;--base02: #151d29;--base03: #6d819c;--base04: #ffffff;--base05: #dbdbdc;--base06: #fff2c2;--base07: #ffffff;--base08: #ff5c7c;--base09: #d1ae00;--base0A: #ffd285;--base0B: #8fff96;--base0C: #81eced;--base0D: #81ecee;--base0E: #ff8af5;--base0F: #ffffff;--hdr-gradient: linear-gradient( 146deg in oklab, rgb(30, 31, 53) 52% 52%, oklch(35% .12 261) 102% 102% );--sdr-gradient: linear-gradient(146deg, #1e1f35 52% 52%, #1e2c3e 102% 102%);--cyan: var(--base0C, #00c1be);--yellow: var(--base0A, #e1ff7f);--green: var(--base0B, #5faa70);--red: var(--base08, #b03a3a);--purple: var(--base0E, #8f42ae);--blue: var(--base0D, #6a6ace);--orange: var(--base09, #c6903a);--bg: rgb(30, 31, 53);--bg-code: var(--base00);--bg-lighter: var(--base01, #250060);--bg-light: var(--base07);--selection: var(--base02);--comments: var(--base03, #59456e);--docs-border-color: var(--base03, var(--comments));--dark-fg: var(--base04);--fg: var(--base05, #b9a9be);--fg-light: var(--base06);--error: var(--red);--delimiter: var(--red);--keyword: var(--red);--number: var(--purple);--number-type: var(--red);--boolean: var(--purple);--class: var(--blue);--string: var(--yellow);--string-type: var(--purple);--regex: var(--cyan);--symbol: var(--cyan);--function: var(--green);--object-type: var(--cyan);--object: var(--blue);--interactive: var(--base0E);--deprecated: var(--base0F)}html{background:var(--sdr-gradient);background-size:100% 100%;background-repeat:no-repeat;background-attachment:fixed;background-color:var(--bg);overscroll-behavior:none}body{box-sizing:border-box;width:100%;height:100%;overscroll-behavior:none;color:var(--fg);font-size:20px;font-family:EB Garamond,serif;font-optical-sizing:auto}*,*:before,*:after{box-sizing:border-box}*{margin:0}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}h1,h2,h3,h4,h5,h6{font-weight:700;overflow-wrap:break-word}p{max-width:800px;text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}h4{display:inline;font-size:12px;font-family:monospace}input[type=number],input[type=text],select{border:1px solid var(--docs-border-color);background-color:var(--bg);height:1.5em;color:var(--fg);font-size:12px}.flex{display:flex;justify-content:flex-start;align-items:flex-start;gap:.5em;max-width:100%}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.row{flex-direction:row}.col{flex-direction:column;width:100%;max-width:100%}button{all:unset;transition:all .1s linear;cursor:pointer;border:1px solid var(--docs-border-color);border-radius:4px;padding:.5em;font-size:12px}button:hover:not(:disabled){background-color:var(--docs-border-color)}button:disabled{cursor:auto;color:var(--docs-border-color)}label{display:flex;flex-direction:column;align-items:center;justify-items:flex-start;font-size:12px;font-family:monospace}label:has(input[type=checkbox]){display:flex;flex-direction:row;gap:1em;margin-bottom:.5em}button{font-family:monospace}p code,ul code,table code{border-radius:2px;background-color:var(--bg-lighter);padding-inline:.3em;font-size:.8em;font-family:monospace}a{color:var(--fg)}button.unstyled{all:unset;cursor:pointer;font-family:monospace}button.unstyled:disabled{color:var(--docs-border-color)}.gap{gap:1em!important}.align-center{align-items:center}.align-start{align-items:flex-start}.align-end{align-items:flex-end!important}.justify-center{justify-content:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.w-max{width:100%}.eb-garamond{font-family:EB Garamond,serif;font-optical-sizing:auto}.toc{display:none;position:fixed;top:50%;right:0;flex-direction:column;transform:translate(60%) translateY(-50%);opacity:.5;z-index:50;transition:all .25s ease-in;margin-top:auto;margin-bottom:auto;border-top-left-radius:8px;border-bottom-left-radius:8px;padding:1em;max-height:90vh;overflow-y:auto}.toc hr{transition:all .25s ease-in}.toc:hover{transform:translate(0) translateY(-50%);opacity:1;border-width:1px 0 1px 1px;border-style:solid;border-color:var(--docs-border-color);background-color:var(--bg)}.toc:hover a{opacity:1;background-color:transparent;color:var(--fg)}.toc:hover hr{opacity:0;border-color:var(--docs-border-color)}.toc a{opacity:0;transition:all .25s ease-in;border-radius:8px;padding:.25em;color:var(--comments);font-size:.857em;line-height:.8;text-decoration:none}@media (min-width: 1024px){.toc{display:flex}}dfn{all:unset;cursor:help;text-decoration:underline;text-decoration-style:wavy;text-decoration-thickness:1px}hr{border-color:var(--docs-border-color)}.shiki{border:1px solid var(--docs-border-color);border-radius:8px;padding:1ch;max-width:max-content;overflow-y:auto;font-size:12px}.md-types{display:flex;flex-direction:column;gap:.5ch;background-color:#0000001a;padding:1ch}.md-types table{background-color:var(--bg-lighter);font-size:12px;font-family:monospace}.md-types table th{font-size:12px;text-align:left}.md-types table td{font-size:12px;white-space:nowrap}.md-types table code{font-size:10px}.md-types h1 a,.md-types h2 a,.md-types h3 a{text-decoration:none}kbd{display:inline-block;box-shadow:0 1px 1px #0003,0 2px #ffffffb3 inset;border:1px solid #b4b4b4;border-radius:3px;background-color:#eee;padding:2px 4px;color:#333;font-weight:700;font-size:.85em;line-height:1;white-space:nowrap}.DocSearch-Container{z-index:1000000!important}span.icon.icon-link:before{content:"# ";color:#ff69b4}button.svelte-qjaaxz{all:unset;display:flex;flex-wrap:nowrap;align-items:center;gap:.25em}button.svelte-qjaaxz:hover{background-color:transparent}.options.svelte-r5p9ad{display:flex;position:relative;flex-wrap:wrap;justify-content:flex-start;align-items:flex-end;gap:.75em;z-index:10;transition:height .3s;margin-top:1em;border:1px solid var(--_border-color);border-radius:8px;background-color:var(--_background-color);padding:2em 1em 1em;width:100%;max-width:500px;height:300px;overflow:auto;color:var(--_text-color);font-size:10px}.options.svelte-r5p9ad:hover,.options.svelte-r5p9ad:focus-within{height:calc-size(auto,size)}.options-title.svelte-r5p9ad{position:absolute;top:.75em;border:1px solid var(--_border-color);border-radius:8px;background-color:var(--_background-color);padding-inline:1ch;font-family:monospace;text-align:center}.reset-button.svelte-r5p9ad{all:unset;position:absolute;top:.75em;right:.5em;border:1px solid var(--_border-color);border-radius:8px;background-color:var(--_background-color);padding-inline:1ch;font-family:monospace;text-align:center}label.svelte-r5p9ad{text-align:right}label.svelte-r5p9ad:has(input:where(.svelte-r5p9ad):checked){background-color:#b4d455;color:#000}input[type=number].svelte-r5p9ad,select.svelte-r5p9ad{max-height:1.5em}label.svelte-r5p9ad:has(input[type=number]:where(.svelte-r5p9ad)),label.svelte-r5p9ad:has(select:where(.svelte-r5p9ad)){display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}label.svelte-r5p9ad{flex-shrink:0;font-size:10px;font-family:monospace;white-space:nowrap}/*! @docsearch/css 3.9.0 | MIT License | © Algolia, Inc. and contributors | https://docsearch.algolia.com */:root{--docsearch-primary-color:#5468ff;--docsearch-text-color:#1c1e21;--docsearch-spacing:12px;--docsearch-icon-stroke-width:1.4;--docsearch-highlight-color:var(--docsearch-primary-color);--docsearch-muted-color:#969faf;--docsearch-container-background:rgba(101,108,133,.8);--docsearch-logo-color:#5468ff;--docsearch-modal-width:560px;--docsearch-modal-height:600px;--docsearch-modal-background:#f5f6f7;--docsearch-modal-shadow:inset 1px 1px 0 0 hsla(0,0%,100%,.5),0 3px 8px 0 #555a64;--docsearch-searchbox-height:56px;--docsearch-searchbox-background:#ebedf0;--docsearch-searchbox-focus-background:#fff;--docsearch-searchbox-shadow:inset 0 0 0 2px var(--docsearch-primary-color);--docsearch-hit-height:56px;--docsearch-hit-color:#444950;--docsearch-hit-active-color:#fff;--docsearch-hit-background:#fff;--docsearch-hit-shadow:0 1px 3px 0 #d4d9e1;--docsearch-key-gradient:linear-gradient(-225deg,#d5dbe4,#f8f8f8);--docsearch-key-shadow:inset 0 -2px 0 0 #cdcde6,inset 0 0 1px 1px #fff,0 1px 2px 1px rgba(30,35,90,.4);--docsearch-key-pressed-shadow:inset 0 -2px 0 0 #cdcde6,inset 0 0 1px 1px #fff,0 1px 1px 0 rgba(30,35,90,.4);--docsearch-footer-height:44px;--docsearch-footer-background:#fff;--docsearch-footer-shadow:0 -1px 0 0 #e0e3e8,0 -3px 6px 0 rgba(69,98,155,.12)}html[data-theme=dark]{--docsearch-text-color:#f5f6f7;--docsearch-container-background:rgba(9,10,17,.8);--docsearch-modal-background:#15172a;--docsearch-modal-shadow:inset 1px 1px 0 0 #2c2e40,0 3px 8px 0 #000309;--docsearch-searchbox-background:#090a11;--docsearch-searchbox-focus-background:#000;--docsearch-hit-color:#bec3c9;--docsearch-hit-shadow:none;--docsearch-hit-background:#090a11;--docsearch-key-gradient:linear-gradient(-26.5deg,#565872,#31355b);--docsearch-key-shadow:inset 0 -2px 0 0 #282d55,inset 0 0 1px 1px #51577d,0 2px 2px 0 rgba(3,4,9,.3);--docsearch-key-pressed-shadow:inset 0 -2px 0 0 #282d55,inset 0 0 1px 1px #51577d,0 1px 1px 0 #0304094d;--docsearch-footer-background:#1e2136;--docsearch-footer-shadow:inset 0 1px 0 0 rgba(73,76,106,.5),0 -4px 8px 0 rgba(0,0,0,.2);--docsearch-logo-color:#fff;--docsearch-muted-color:#7f8497}.DocSearch-Button{align-items:center;background:var(--docsearch-searchbox-background);border:0;border-radius:40px;color:var(--docsearch-muted-color);cursor:pointer;display:flex;font-weight:500;height:36px;justify-content:space-between;margin:0 0 0 16px;padding:0 8px;-webkit-user-select:none;user-select:none}.DocSearch-Button:active,.DocSearch-Button:focus,.DocSearch-Button:hover{background:var(--docsearch-searchbox-focus-background);box-shadow:var(--docsearch-searchbox-shadow);color:var(--docsearch-text-color);outline:none}.DocSearch-Button-Container{align-items:center;display:flex}.DocSearch-Search-Icon{stroke-width:1.6}.DocSearch-Button .DocSearch-Search-Icon{color:var(--docsearch-text-color)}.DocSearch-Button-Placeholder{font-size:1rem;padding:0 12px 0 6px}.DocSearch-Button-Keys{display:flex;min-width:calc(40px + .8em)}.DocSearch-Button-Key{align-items:center;background:var(--docsearch-key-gradient);border:0;border-radius:3px;box-shadow:var(--docsearch-key-shadow);color:var(--docsearch-muted-color);display:flex;height:18px;justify-content:center;margin-right:.4em;padding:0 0 2px;position:relative;top:-1px;transition-duration:.1s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);width:20px}@media (prefers-reduced-motion){.DocSearch-Button-Key{transition:none}}.DocSearch-Button-Key--pressed{box-shadow:var(--docsearch-key-pressed-shadow);transform:translate3d(0,1px,0)}@media (max-width:768px){.DocSearch-Button-Keys,.DocSearch-Button-Placeholder{display:none}}.DocSearch--active{overflow:hidden!important}.DocSearch-Container,.DocSearch-Container *{box-sizing:border-box}.DocSearch-Container{background-color:var(--docsearch-container-background);height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:200}.DocSearch-Container a{text-decoration:none}.DocSearch-Link{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;color:var(--docsearch-highlight-color);cursor:pointer;font:inherit;margin:0;padding:0}.DocSearch-Modal{background:var(--docsearch-modal-background);border-radius:6px;box-shadow:var(--docsearch-modal-shadow);flex-direction:column;margin:60px auto auto;max-width:var(--docsearch-modal-width);position:relative}.DocSearch-SearchBar{display:flex;padding:var(--docsearch-spacing) var(--docsearch-spacing) 0}.DocSearch-Form{align-items:center;background:var(--docsearch-searchbox-focus-background);border-radius:4px;box-shadow:var(--docsearch-searchbox-shadow);display:flex;height:var(--docsearch-searchbox-height);margin:0;padding:0 var(--docsearch-spacing);position:relative;width:100%}.DocSearch-Input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;color:var(--docsearch-text-color);flex:1;font:inherit;font-size:1.2em;height:100%;outline:none;padding:0 0 0 8px;width:80%}.DocSearch-Input::placeholder{color:var(--docsearch-muted-color);opacity:1}.DocSearch-Input::-webkit-search-cancel-button,.DocSearch-Input::-webkit-search-decoration,.DocSearch-Input::-webkit-search-results-button,.DocSearch-Input::-webkit-search-results-decoration{display:none}.DocSearch-LoadingIndicator,.DocSearch-MagnifierLabel,.DocSearch-Reset{margin:0;padding:0}.DocSearch-MagnifierLabel,.DocSearch-Reset{align-items:center;color:var(--docsearch-highlight-color);display:flex;justify-content:center}.DocSearch-Container--Stalled .DocSearch-MagnifierLabel,.DocSearch-LoadingIndicator{display:none}.DocSearch-Container--Stalled .DocSearch-LoadingIndicator{align-items:center;color:var(--docsearch-highlight-color);display:flex;justify-content:center}@media screen and (prefers-reduced-motion:reduce){.DocSearch-Reset{animation:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;border-radius:50%;color:var(--docsearch-icon-color);cursor:pointer;right:0;stroke-width:var(--docsearch-icon-stroke-width)}}.DocSearch-Reset{animation:fade-in .1s ease-in forwards;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;border-radius:50%;color:var(--docsearch-icon-color);cursor:pointer;padding:2px;right:0;stroke-width:var(--docsearch-icon-stroke-width)}.DocSearch-Reset[hidden]{display:none}.DocSearch-Reset:hover{color:var(--docsearch-highlight-color)}.DocSearch-LoadingIndicator svg,.DocSearch-MagnifierLabel svg{height:24px;width:24px}.DocSearch-Cancel{display:none}.DocSearch-Dropdown{max-height:calc(var(--docsearch-modal-height) - var(--docsearch-searchbox-height) - var(--docsearch-spacing) - var(--docsearch-footer-height));min-height:var(--docsearch-spacing);overflow-y:auto;overflow-y:overlay;padding:0 var(--docsearch-spacing);scrollbar-color:var(--docsearch-muted-color) var(--docsearch-modal-background);scrollbar-width:thin}.DocSearch-Dropdown::-webkit-scrollbar{width:12px}.DocSearch-Dropdown::-webkit-scrollbar-track{background:transparent}.DocSearch-Dropdown::-webkit-scrollbar-thumb{background-color:var(--docsearch-muted-color);border:3px solid var(--docsearch-modal-background);border-radius:20px}.DocSearch-Dropdown ul{list-style:none;margin:0;padding:0}.DocSearch-Label{font-size:.75em;line-height:1.6em}.DocSearch-Help,.DocSearch-Label{color:var(--docsearch-muted-color)}.DocSearch-Help{font-size:.9em;margin:0;-webkit-user-select:none;user-select:none}.DocSearch-Title{font-size:1.2em}.DocSearch-Logo a{display:flex}.DocSearch-Logo svg{color:var(--docsearch-logo-color);margin-left:8px}.DocSearch-Hits:last-of-type{margin-bottom:24px}.DocSearch-Hits mark{background:none;color:var(--docsearch-highlight-color)}.DocSearch-HitsFooter{color:var(--docsearch-muted-color);display:flex;font-size:.85em;justify-content:center;margin-bottom:var(--docsearch-spacing);padding:var(--docsearch-spacing)}.DocSearch-HitsFooter a{border-bottom:1px solid;color:inherit}.DocSearch-Hit{border-radius:4px;display:flex;padding-bottom:4px;position:relative;scroll-margin-top:40px}@media screen and (prefers-reduced-motion:reduce){.DocSearch-Hit--deleting{transition:none}}.DocSearch-Hit--deleting{opacity:0;transition:all .25s linear}@media screen and (prefers-reduced-motion:reduce){.DocSearch-Hit--favoriting{transition:none}}.DocSearch-Hit--favoriting{transform:scale(0);transform-origin:top center;transition:all .25s linear;transition-delay:.25s}.DocSearch-Hit a{background:var(--docsearch-hit-background);border-radius:4px;box-shadow:var(--docsearch-hit-shadow);display:block;padding-left:var(--docsearch-spacing);width:100%}.DocSearch-Hit-source{background:var(--docsearch-modal-background);color:var(--docsearch-highlight-color);font-size:.85em;font-weight:600;line-height:32px;margin:0 -4px;padding:8px 4px 0;position:sticky;top:0;z-index:10}.DocSearch-Hit-Tree{color:var(--docsearch-muted-color);height:var(--docsearch-hit-height);opacity:.5;stroke-width:var(--docsearch-icon-stroke-width);width:24px}.DocSearch-Hit[aria-selected=true] a{background-color:var(--docsearch-highlight-color)}.DocSearch-Hit[aria-selected=true] mark{text-decoration:underline}.DocSearch-Hit-Container{align-items:center;color:var(--docsearch-hit-color);display:flex;flex-direction:row;height:var(--docsearch-hit-height);padding:0 var(--docsearch-spacing) 0 0}.DocSearch-Hit-icon{height:20px;width:20px}.DocSearch-Hit-action,.DocSearch-Hit-icon{color:var(--docsearch-muted-color);stroke-width:var(--docsearch-icon-stroke-width)}.DocSearch-Hit-action{align-items:center;display:flex;height:22px;width:22px}.DocSearch-Hit-action svg{display:block;height:18px;width:18px}.DocSearch-Hit-action+.DocSearch-Hit-action{margin-left:6px}.DocSearch-Hit-action-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;border-radius:50%;color:inherit;cursor:pointer;padding:2px}svg.DocSearch-Hit-Select-Icon{display:none}.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-Select-Icon{display:block}.DocSearch-Hit-action-button:focus,.DocSearch-Hit-action-button:hover{background:#0003;transition:background-color .1s ease-in}@media screen and (prefers-reduced-motion:reduce){.DocSearch-Hit-action-button:focus,.DocSearch-Hit-action-button:hover{transition:none}}.DocSearch-Hit-action-button:focus path,.DocSearch-Hit-action-button:hover path{fill:#fff}.DocSearch-Hit-content-wrapper{display:flex;flex:1 1 auto;flex-direction:column;font-weight:500;justify-content:center;line-height:1.2em;margin:0 8px;overflow-x:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap;width:80%}.DocSearch-Hit-title{font-size:.9em}.DocSearch-Hit-path{color:var(--docsearch-muted-color);font-size:.75em}.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-Tree,.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-action,.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-icon,.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-path,.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-text,.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-title,.DocSearch-Hit[aria-selected=true] mark{color:var(--docsearch-hit-active-color)!important}@media screen and (prefers-reduced-motion:reduce){.DocSearch-Hit-action-button:focus,.DocSearch-Hit-action-button:hover{background:#0003;transition:none}}.DocSearch-ErrorScreen,.DocSearch-NoResults,.DocSearch-StartScreen{font-size:.9em;margin:0 auto;padding:36px 0;text-align:center;width:80%}.DocSearch-Screen-Icon{color:var(--docsearch-muted-color);padding-bottom:12px}.DocSearch-NoResults-Prefill-List{display:inline-block;padding-bottom:24px;text-align:left}.DocSearch-NoResults-Prefill-List ul{display:inline-block;padding:8px 0 0}.DocSearch-NoResults-Prefill-List li{list-style-position:inside;list-style-type:"» "}.DocSearch-Prefill{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;border-radius:1em;color:var(--docsearch-highlight-color);cursor:pointer;display:inline-block;font-size:1em;font-weight:700;padding:0}.DocSearch-Prefill:focus,.DocSearch-Prefill:hover{outline:none;text-decoration:underline}.DocSearch-Footer{align-items:center;background:var(--docsearch-footer-background);border-radius:0 0 8px 8px;box-shadow:var(--docsearch-footer-shadow);display:flex;flex-direction:row-reverse;flex-shrink:0;height:var(--docsearch-footer-height);justify-content:space-between;padding:0 var(--docsearch-spacing);position:relative;-webkit-user-select:none;user-select:none;width:100%;z-index:300}.DocSearch-Commands{color:var(--docsearch-muted-color);display:flex;list-style:none;margin:0;padding:0}.DocSearch-Commands li{align-items:center;display:flex}.DocSearch-Commands li:not(:last-of-type){margin-right:.8em}.DocSearch-Commands-Key{align-items:center;background:var(--docsearch-key-gradient);border:0;border-radius:2px;box-shadow:var(--docsearch-key-shadow);color:var(--docsearch-muted-color);display:flex;height:18px;justify-content:center;margin-right:.4em;padding:0 0 1px;width:20px}.DocSearch-VisuallyHiddenForAccessibility{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}@media (max-width:768px){:root{--docsearch-spacing:10px;--docsearch-footer-height:40px}.DocSearch-Dropdown{height:100%}.DocSearch-Container{height:100vh;height:-webkit-fill-available;height:calc(var(--docsearch-vh, 1vh)*100);position:absolute}.DocSearch-Footer{border-radius:0;bottom:0;position:absolute}.DocSearch-Hit-content-wrapper{display:flex;position:relative;width:80%}.DocSearch-Modal{border-radius:0;box-shadow:none;height:100vh;height:-webkit-fill-available;height:calc(var(--docsearch-vh, 1vh)*100);margin:0;max-width:100%;width:100%}.DocSearch-Dropdown{max-height:calc(var(--docsearch-vh, 1vh)*100 - var(--docsearch-searchbox-height) - var(--docsearch-spacing) - var(--docsearch-footer-height))}.DocSearch-Cancel{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;color:var(--docsearch-highlight-color);cursor:pointer;display:inline-block;flex:none;font:inherit;font-size:1em;font-weight:500;margin-left:var(--docsearch-spacing);outline:none;overflow:hidden;padding:0;-webkit-user-select:none;user-select:none;white-space:nowrap}.DocSearch-Commands,.DocSearch-Hit-Tree{display:none}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}/*! @docsearch/css Variables 3.9.0 | MIT License | © Algolia, Inc. and contributors | https://docsearch.algolia.com */:root{--docsearch-primary-color: var(--base08);--docsearch-spacing: 12px;--docsearch-icon-stroke-width: 2;--docsearch-highlight-color: var(--docsearch-primary-color);--docsearch-modal-width: 560px;--docsearch-modal-height: 600px;--docsearch-searchbox-height: 56px;--docsearch-searchbox-shadow: inset 0 0 0 2px var(--docsearch-primary-color);--docsearch-hit-height: 56px;--docsearch-hit-active-color: var(--fg);--docsearch-footer-height: 44px;--docsearch-text-color: var(--fg);--docsearch-container-background: rgba(9, 10, 17, .8);--docsearch-modal-background: var(--bg);--docsearch-modal-shadow: inset 1px 1px 0 0 #2c2e40, 0 3px 8px 0 #000309;--docsearch-searchbox-background: var(--bg-code);--docsearch-searchbox-focus-background: #000;--docsearch-hit-color: #bec3c9;--docsearch-hit-shadow: none;--docsearch-hit-background: #090a11;--docsearch-key-gradient: linear-gradient(-26.5deg, #565872, #31355b);--docsearch-key-shadow: inset 0 -2px 0 0 #282d55, inset 0 0 1px 1px #51577d, 0 2px 2px 0 rgba(3, 4, 9, .3);--docsearch-key-pressed-shadow: inset 0 -2px 0 0 #282d55, inset 0 0 1px 1px #51577d, 0 1px 1px 0 #0304094d;--docsearch-footer-background: #1e2136;--docsearch-footer-shadow: inset 0 1px 0 0 rgba(73, 76, 106, .5), 0 -4px 8px 0 rgba(0, 0, 0, .2);--docsearch-logo-color: var(--base08);--docsearch-muted-color: var(--fg)}div.svelte-gyj22v{padding-right:1em}header.svelte-c9avku{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1em;padding-top:1em;view-transition-name:header}.title.svelte-c9avku{width:max-content;font-weight:700;font-size:.8rem;text-decoration:none}h1.header-lib-title.svelte-c9avku{max-width:max-content;text-decoration:none;text-wrap:nowrap;white-space:nowrap}main.svelte-c9avku{display:flex;position:relative;flex-direction:column;gap:.5em;transition:all .2s ease-in-out;margin-bottom:150px;padding-top:.5em;padding-left:3em;width:100%}nav.svelte-c9avku{padding-left:.5rem;view-transition-name:nav}nav.svelte-c9avku:not(.drawer-nav) ul:where(.svelte-c9avku){display:flex;flex-wrap:wrap;align-items:flex-end;gap:1em;padding:0}nav.svelte-c9avku:not(.drawer-nav) ul:where(.svelte-c9avku) li:where(.svelte-c9avku){display:inline;list-style-type:none}a.svelte-c9avku{transition:color .3s linear;color:#fafafa;line-height:1;text-decoration:none;white-space:nowrap}a.svelte-c9avku h1:where(.svelte-c9avku){text-decoration:none}a.svelte-c9avku h1:where(.svelte-c9avku) code:where(.svelte-c9avku){background:transparent;padding-inline:.2em;font-weight:400;font-size:.8em}a.svelte-c9avku h1:where(.svelte-c9avku) code:where(.svelte-c9avku) .inspect:where(.svelte-c9avku){color:var(--red);font-weight:700}a.svelte-c9avku h1:where(.svelte-c9avku) code:where(.svelte-c9avku) .value:where(.svelte-c9avku){color:var(--blue);font-weight:400}a.active.svelte-c9avku,span.active.svelte-c9avku{position:relative;color:var(--red)}@media (min-width: 768px){main.svelte-c9avku{padding-top:.5em;padding-right:2rem;width:90%}main.drawer-open.svelte-c9avku{padding-right:2rem;padding-left:calc(3em + 230px);width:100%}.title.svelte-c9avku{font-size:1.5rem}}@media (min-width: 1024px){main.svelte-c9avku{padding-right:3em;width:90%}.title.svelte-c9avku{font-size:1.5rem}}@keyframes svelte-c9avku-fade-in{0%{opacity:0}}@keyframes svelte-c9avku-fade-out{to{opacity:0}}@keyframes svelte-c9avku-slide-from-right{0%{transform:translate(30px)}}@keyframes svelte-c9avku-slide-to-left{to{transform:translate(-30px)}}:root::view-transition-old(root){animation:90ms cubic-bezier(.4,0,1,1) both svelte-c9avku-fade-out,.3s cubic-bezier(.4,0,.2,1) both svelte-c9avku-slide-to-left}:root::view-transition-new(root){animation:.21s cubic-bezier(0,0,.2,1) 90ms both svelte-c9avku-fade-in,.3s cubic-bezier(.4,0,.2,1) both svelte-c9avku-slide-from-right}.badges.svelte-c9avku{display:flex;gap:1ch;width:100%}nav.drawer-nav.svelte-c9avku{overflow-y:auto;font-family:EB Garamond,serif}nav.drawer-nav.svelte-c9avku ul:where(.svelte-c9avku){display:flex;flex-direction:column;padding:0;font-weight:700;font-size:18px}nav.drawer-nav.svelte-c9avku ul:where(.svelte-c9avku) ul:where(.svelte-c9avku){padding-left:1ch;font-weight:400;font-size:18px}nav.drawer-nav.svelte-c9avku ul:where(.svelte-c9avku) ul:where(.svelte-c9avku) ul:where(.svelte-c9avku){font-size:12px;font-family:monospace}nav.drawer-nav.svelte-c9avku ul:where(.svelte-c9avku) li:where(.svelte-c9avku) a:where(.svelte-c9avku),nav.drawer-nav.svelte-c9avku ul:where(.svelte-c9avku) li:where(.svelte-c9avku) span:where(.svelte-c9avku){color:var(--_text-color)!important;line-height:1.5}nav.drawer-nav.svelte-c9avku ul:where(.svelte-c9avku) li:where(.svelte-c9avku) a:where(.svelte-c9avku):hover:not(span),nav.drawer-nav.svelte-c9avku ul:where(.svelte-c9avku) li:where(.svelte-c9avku) span:where(.svelte-c9avku):hover:not(span){text-decoration:underline}nav.drawer-nav.svelte-c9avku ul:where(.svelte-c9avku) li:where(.svelte-c9avku) span:where(.svelte-c9avku){font-weight:700}nav.drawer-nav.svelte-c9avku ul:where(.svelte-c9avku) li:where(.svelte-c9avku) a.active:where(.svelte-c9avku),nav.drawer-nav.svelte-c9avku ul:where(.svelte-c9avku) li:where(.svelte-c9avku) span.active:where(.svelte-c9avku){color:var(--red)!important}nav.drawer-nav.svelte-c9avku li:where(.svelte-c9avku){list-style-type:none}.drawer-content.svelte-c9avku{display:flex;flex-direction:column;justify-content:space-between;height:100%}
