:root{--font-fallback: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;--font-body: system-ui, var(--font-fallback);--font-mono: "IBM Plex Mono", Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;--color-base-white: 0, 0%;--color-base-black: 240, 100%;--color-base-gray: 215, 14%;--color-base-blue: 212, 100%;--color-base-blue-dark: 212, 72%;--color-base-green: 158, 79%;--color-base-orange: 22, 100%;--color-base-purple: 255, 85%;--color-base-red: 351, 100%;--color-base-yellow: 41, 100%;--color-base-simey: 244, 63%;--color-base-simey-dark: 165, 92%;--color-base-code-block: 210, 12%;--color-gray-5: var(--color-base-gray), 5%;--color-gray-10: var(--color-base-gray), 10%;--color-gray-15: var(--color-base-gray), 15%;--color-gray-20: var(--color-base-gray), 20%;--color-gray-30: var(--color-base-gray), 30%;--color-gray-40: var(--color-base-gray), 40%;--color-gray-50: var(--color-base-gray), 50%;--color-gray-60: var(--color-base-gray), 60%;--color-gray-70: var(--color-base-gray), 70%;--color-gray-80: var(--color-base-gray), 80%;--color-gray-90: var(--color-base-gray), 90%;--color-gray-95: var(--color-base-gray), 95%;--color-blue: var(--color-base-blue), 61%;--color-blue-dark: var(--color-base-blue-dark), 39%;--color-green: var(--color-base-green), 42%;--color-orange: var(--color-base-orange), 50%;--color-purple: var(--color-base-purple), 54%;--color-red: var(--color-base-red), 54%;--color-yellow: var(--color-base-yellow), 59%;--color-simey: var(--color-base-simey), 56%;--color-simey-dark: var(--color-base-simey-dark), 60%;--color-code-block: hsl(var(--color-base-code-block), 16%);--ease-overshoot: linear( 0, .477 6.5%, .83 13.4%, 1.071 20.9%, 1.151 24.9%, 1.208 29.2%, 1.246 35.5%, 1.25 39%, 1.243 42.7%, 1.211 49.7%, 1.088 67.6%, 1.038 76.9%, 1.008 87.4%, 1 )}:root{color-scheme:light;--theme-accent: hsla(var(--color-simey), 1);--theme-text-accent: hsla(var(--color-simey), 1);--theme-button-bg: hsla(var(--color-simey), 1);--theme-button-text: hsla(var(--color-base-white), 100%, 1);--theme-accent-opacity: .5;--theme-divider: hsla(var(--color-gray-95), 1);--theme-text: hsla(var(--color-gray-10), 1);--theme-text-light: hsla(var(--color-gray-40), 1);--theme-text-lighter: hsla(var(--color-gray-80), 1);--theme-bg: hsla(var(--color-base-white), 100%, 1);--theme-bg-hover: hsla(var(--color-gray-95), 1);--theme-bg-offset: hsla(var(--color-gray-90), 1);--theme-bg-accent: hsla(var(--color-simey-dark), var(--theme-accent-opacity));--theme-code-inline-bg: hsla(var(--color-base-simey-dark), 92%, 1);--theme-code-inline-text: hsla(var(--color-base-simey-dark), 25%, 1);--theme-code-bg: hsla(217, 19%, 27%, 1);--theme-code-text: hsla(var(--color-gray-95), 1);--theme-navbar-bg: hsla(var(--color-base-white), 100%, .7);--theme-navbar-height: 4rem;--theme-selection-color: hsla(var(--color-simey), 1);--theme-selection-bg: hsla(var(--color-simey-dark), var(--theme-accent-opacity))}@media (min-width: 50rem){:root{--theme-navbar-height: 6rem}}body{background:var(--theme-bg);color:var(--theme-text);transition:background-color .2s ease,color .33s ease;will-change:color,background-color}:root.theme-dark{color-scheme:dark;--theme-accent-opacity: .7;--theme-accent: hsla(var(--color-simey-dark), 1);--theme-text-accent: hsla(var(--color-simey-dark), 1);--theme-button-bg: hsla(var(--color-base-simey-dark), 90%, 1);--theme-button-text: hsla(var(--color-base-simey-dark), 20%, 1);--theme-divider: hsla(var(--color-gray-10), 1);--theme-text: hsla(var(--color-gray-90), 1);--theme-text-light: hsla(var(--color-gray-80), 1);--theme-text-lighter: hsla(var(--color-gray-40), 1);--theme-bg: hsla(215, 28%, 17%, 1);--theme-bg-hover: hsla(var(--color-gray-40), 1);--theme-bg-offset: hsla(var(--color-gray-5), 1);--theme-bg-accent: hsla(var(--color-simey), var(--theme-accent-opacity));--theme-code-inline-bg: hsla(244, 20%, 30%, 1);--theme-code-inline-text: hsla(var(--color-base-simey), 85%, 1);--theme-code-bg: hsla(var(--color-gray-5), 1);--theme-code-text: hsla(var(--color-base-white), 100%, 1);--theme-navbar-bg: hsla(215, 28%, 17%, .75);--theme-selection-color: hsla(var(--color-base-white), 100%, 1);--theme-selection-bg: hsla(var(--color-simey), var(--theme-accent-opacity));--docsearch-modal-background: var(--theme-bg);--docsearch-searchbox-focus-background: var(--theme-divider);--docsearch-footer-background: var(--theme-divider);--docsearch-text-color: var(--theme-text);--docsearch-hit-background: var(--theme-divider);--docsearch-hit-shadow: none;--docsearch-hit-color: var(--theme-text);--docsearch-footer-shadow: inset 0 2px 10px #000;--docsearch-modal-shadow: inset 0 0 8px #000}:root{--shadow-color: 0deg 0% 71%;--shadow-elevation-low: 0px .7px .9px hsl(var(--shadow-color) / .17), 0px 1.1px 1.4px -.8px hsl(var(--shadow-color) / .23), 0px 2.3px 2.9px -1.6px hsl(var(--shadow-color) / .28);--shadow-elevation-medium: 0px .7px .9px hsl(var(--shadow-color) / .18), 0px 2.3px 2.9px -.5px hsl(var(--shadow-color) / .22), 0px 5.2px 6.5px -1.1px hsl(var(--shadow-color) / .27), .1px 11.7px 14.7px -1.6px hsl(var(--shadow-color) / .31);--shadow-elevation-high: 0px .7px .9px hsl(var(--shadow-color) / .19), 0px 4.3px 5.4px -.3px hsl(var(--shadow-color) / .22), 0px 8px 10px -.5px hsl(var(--shadow-color) / .24), .1px 13px 16.3px -.8px hsl(var(--shadow-color) / .27), .1px 20.8px 26.1px -1.1px hsl(var(--shadow-color) / .3), .2px 32.7px 41px -1.4px hsl(var(--shadow-color) / .33), .2px 50px 62.6px -1.6px hsl(var(--shadow-color) / .35)}:root.theme-dark{--shadow-color: 215deg 42% 7%;--shadow-elevation-low: 0px .7px .8px hsl(var(--shadow-color) / .29), 0px 1.1px 1.3px -1.2px hsl(var(--shadow-color) / .3), 0px 2.5px 2.9px -2.4px hsl(var(--shadow-color) / .31);--shadow-elevation-medium: 0px .7px .8px hsl(var(--shadow-color) / .31), 0px 2.1px 2.4px -.8px hsl(var(--shadow-color) / .31), 0px 5.2px 5.9px -1.6px hsl(var(--shadow-color) / .32), .1px 12.6px 14.4px -2.4px hsl(var(--shadow-color) / .33);--shadow-elevation-high: 0px .7px .8px hsl(var(--shadow-color) / .33), 0px 4.1px 4.7px -.4px hsl(var(--shadow-color) / .33), 0px 7.9px 9px -.8px hsl(var(--shadow-color) / .33), .1px 13.7px 15.6px -1.2px hsl(var(--shadow-color) / .34), .1px 23.2px 26.4px -1.6px hsl(var(--shadow-color) / .34), .2px 37.8px 43.1px -2px hsl(var(--shadow-color) / .35), .3px 59.4px 67.7px -2.4px hsl(var(--shadow-color) / .35)}::selection{color:var(--theme-selection-color);background-color:var(--theme-selection-bg)}*{box-sizing:border-box;margin:0}*:focus:not(:focus-visible){outline:none}:root{--user-font-scale: 1rem - 16px;--max-width:calc(100% - 1rem)}@media (min-width: 50em){:root{--max-width: 46em}}body{display:flex;flex-direction:column;min-height:100vh;min-height:100dvh;font-family:var(--font-body);font-size:1rem;font-size:clamp(.9rem,.75rem + .375vw + var(--user-font-scale),1rem);line-height:1.5;max-width:100vw}nav ul{list-style:none;padding:0}.content>section>*+*{margin-top:1.25rem}.content>section>:first-child{margin-top:0}h1,h2,h3,h4,h5,h6{margin-bottom:1rem;font-weight:700;line-height:1}h1,h2{max-width:40ch}:is(h2,h3):not(:first-child){margin-top:3rem}:is(h4,h5,h6):not(:first-child){margin-top:2rem}h1{font-size:2.25rem;font-weight:800}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1rem}@media (min-width: 37.75rem){h1{font-size:3.25rem}h2{font-size:2.5rem}h3{font-size:1.75rem}h4{font-size:1.3rem}h5{font-size:1rem}}p{line-height:1.65em}.content ul{line-height:1.1em}.content :is(ul,ol,dl) li>:is(ul,ol,dl){margin-top:.5em}p,.content ul,.content ol{color:var(--theme-text-light)}.content :is(ul,ol) li{margin-inline-start:1em}small,.text_small{font-size:.833rem}a{color:var(--theme-text-accent);font-weight:400;text-underline-offset:.08em;align-items:center;gap:.5rem}a[target=_blank]:after{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M12 6H6a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-6m-7 1l9-9m-5 0h5v5'/%3E%3C/svg%3E");content:"";display:inline-block;width:12px;height:12px;background-color:currentColor;mask-image:var(--svg);mask-repeat:no-repeat;mask-size:100% 100%;position:relative;top:-.25em;left:.1em}article>section :is(ul,ol){margin-top:.5em}article>section :is(ul,ol)>*+*{margin-top:.75rem}article>section nav :is(ul,ol)>*+*{margin-top:inherit}article>section li>:is(p,pre,blockquote):not(:first-child){margin-top:1rem}article>section :is(ul,ol){padding-left:1em}article>section nav :is(ul,ol){padding-left:inherit}article>section nav{margin-top:1rem;margin-bottom:2rem}article>section ::marker{font-weight:700;color:var(--theme-text-light)}article>section iframe{width:100%;height:auto;aspect-ratio:16/9}a:hover,a:focus{text-decoration:underline}a:focus{outline:2px solid currentColor;outline-offset:.25em}strong{font-weight:600;color:inherit}.content hr{margin-block:2rem;background:var(--theme-text);border:none;height:1px;opacity:.25}.content pre+hr{margin-block-start:4rem}kbd{--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);font-size:13px;align-items:center;background:var(--docsearch-key-gradient);border-radius:2px;box-shadow:var(--docsearch-key-shadow);display:inline-flex;height:22px;justify-content:center;margin-inline:.75em;padding:0 4px 1px;color:#000;border:0;min-width:20px;text-shadow:0px 1px 0 #fff}kbd:has(+kbd){position:relative;margin-right:-4px}kbd:has(+kbd):after{content:"+";position:absolute;right:-6px;text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff,-1px 0px 0 #fff,1px 0px 0 #fff,-2px -2px 0 #fff,2px -2px 0 #fff,-2px 2px 0 #fff,2px 2px 0 #fff,-2px 0px 0 #fff,2px 0px 0 #fff}code{--border-radius: 3px;--padding-block: .2rem;--padding-inline: .33rem;font-family:var(--font-mono);font-size:.85em;color:var(--theme-code-inline-text);background-color:var(--theme-code-inline-bg);padding:var(--padding-block) var(--padding-inline);margin:calc(var(--padding-block) * -1) -.125em;border-radius:var(--border-radius);word-break:break-word}pre.astro-code{border-image:url(/svelte-range-slider-pips/_astro/frame3.8aa9e4e2.png);border-image-slice:20 14 18 19 fill;border-image-width:20px 14px 18px 19px;border-image-outset:10px 10px 10px 10px;border-image-repeat:repeat repeat;margin-block:2rem;border-radius:0;background-color:var(--color-code-block);scrollbar-width:thin;scrollbar-color:hsla(var(--color-base-code-block),30%,1) hsla(var(--color-base-code-block),24%,1)}pre.astro-code>code{all:unset}pre>code{font-size:1em;background:transparent;color:inherit}table,pre{position:relative;--padding-block: 1rem;--padding-inline: 2rem;padding:var(--padding-block) var(--padding-inline);padding-right:calc(var(--padding-inline) * 2);margin-left:calc(var(--padding-inline) * -1);margin-right:calc(var(--padding-inline) * -1);font-family:var(--font-mono);line-height:1.5;font-size:.85em;overflow-y:hidden;overflow-x:auto}table{width:100%;padding:var(--padding-block) 0;margin:0;border-collapse:collapse}tbody tr:nth-of-type(odd) th,tbody tr:nth-of-type(odd) td{background:var(--theme-bg-hover)}th{background:var(--color-black);color:var(--theme-color);font-weight:700}td,th{padding:.5rem .25rem;text-align:left}tbody tr>th:first-child,tbody tr>td:first-child{border-radius:.5rem 0 0 .5rem}tbody tr>th:last-child,tbody tr>td:last-child{border-radius:0 .5rem .5rem 0}pre{background-color:var(--theme-code-bg);color:var(--theme-code-text)}blockquote code{background-color:var(--theme-bg)}@media (min-width: 37.75em){pre{--padding-inline: 1.25rem;border-radius:8px;margin-left:0;margin-right:0}}blockquote{margin:2rem 0;padding:1.25em 1.5rem;border-left:3px solid var(--theme-text-light);background-color:var(--theme-bg-offset);border-radius:0 .25rem .25rem 0;line-height:1.7}img{max-width:100%}.flex{display:flex;align-items:center}button{display:flex;align-items:center;justify-items:center;gap:.25em;padding:.33em .67em;border:0;background:var(--theme-bg);font-size:1rem;border-radius:99em;color:var(--theme-text);background-color:var(--theme-bg)}h2.heading{font-size:1rem;font-weight:700;padding:.2rem 1rem;text-transform:uppercase;margin-bottom:.5rem}.header-link{font-size:1em;transition:border-inline-start-color .1s ease-out,background-color .2s ease-out;border-left:4px solid var(--theme-divider)}.header-link a{display:inline-flex;gap:.5em;width:100%;font:inherit;padding:.425rem 0;line-height:1.3;color:inherit;text-decoration:none;unicode-bidi:plaintext}@media (min-width: 50em){.header-link a{padding:.275rem 0}}.header-link:hover,.header-link:focus,.header-link:focus-within{border-inline-start-color:var(--theme-accent-secondary)}.header-link:hover a,.header-link a:focus{color:var(--theme-text);text-decoration:underline}.header-link svg{opacity:.6}.header-link:hover svg{opacity:.8}.header-link{padding-inline-start:1rem}.header-link.depth-3{padding-inline-start:2rem}.header-link.depth-4{padding-inline-start:3rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.focus\:not-sr-only:focus,.focus\:not-sr-only:focus-visible{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}:target{scroll-margin:calc(var(--theme-sidebar-offset, 5rem) + 2rem) 0 2rem}.content :target:is(h2,h3,h4){animation:target-highlight 1s ease-in-out}.current-header-link{background-color:var(--theme-bg-accent);outline:1px solid transparent}@media (forced-colors: active){.current-header-link{border:1px solid CanvasText}}.current-header-link a{color:var(--theme-text)}svg[astro-icon],svg.iconify{height:1.25em;vertical-align:text-bottom}details.sliderProps ul{margin-block:.5rem}details.sliderProps li{margin-block:.25rem}@keyframes target-highlight{0%{transform:translate(0);background-color:transparent}10%,30%,50%,70%{transform:translate(-10px)}20%,40%,60%{transform:translate(10px)}80%{transform:translate(8px);background-color:var(--theme-bg-accent)}90%{transform:translate(-8px)}to{transform:translate(0);background-color:transparent}}@font-face{font-display:swap;font-family:IBM Plex Mono,monospace;font-style:normal;font-weight:400;src:url(/svelte-range-slider-pips/fonts/ibm-plex-mono-v15-latin-regular.woff2) format("woff2"),url(/svelte-range-slider-pips/fonts/ibm-plex-mono-v15-latin-regular.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:IBM Plex Mono,monospace;font-style:italic;font-weight:400;src:url(/svelte-range-slider-pips/fonts/ibm-plex-mono-v15-latin-italic.woff2) format("woff2"),url(/svelte-range-slider-pips/fonts/ibm-plex-mono-v15-latin-italic.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.skiplink:where(.astro-DMGOOZ7Y),.skiplink:where(.astro-DMGOOZ7Y):focus,.skiplink:where(.astro-DMGOOZ7Y):focus-visible{position:absolute;padding:.25em;font-size:larger;top:0;left:0;right:0;z-index:9;display:block;text-align:center;background-color:var(--theme-text-accent);color:var(--theme-bg);border-radius:.25em;outline:var(--theme-bg) solid 1px;outline-offset:0}#menu-toggle.svelte-118ignn.svelte-118ignn{padding:1rem;margin-right:-1rem;background:transparent}#menu-toggle.svelte-118ignn svg.svelte-118ignn{width:calc(var(--theme-navbar-height) / 2);height:100%}.language-select{flex-grow:1;width:48px;box-sizing:border-box;margin:0;overflow:visible;font-weight:500;font-size:1rem;font-family:inherit;line-height:inherit;background-color:var(--theme-bg);border-color:var(--theme-text-lighter);color:var(--theme-text-light);border-style:solid;border-width:1px;border-radius:.25rem;outline:0;cursor:pointer;transition-timing-function:ease-out;transition-duration:.2s;transition-property:border-color,color;-webkit-font-smoothing:antialiased;padding:.33em .5em .33em 30px;padding-right:1rem}.language-select-wrapper{color:var(--theme-text-light);position:relative}.language-select-wrapper .language-select:hover{color:var(--theme-text);border-color:var(--theme-text-light)}.language-select-wrapper .language-select:focus{color:var(--theme-text);border-color:var(--theme-text-light)}.language-select-wrapper>svg{position:absolute;top:7px;left:10px;pointer-events:none}@media (min-width: 50em){.language-select{width:100%}}.search-item>*{flex-grow:1}header:where(.astro-2W66RQV5){--shadow-elevation-high: 0px -.2px .2px hsl(var(--shadow-color) / .02), 0px -1.3px 1.6px -.3px hsl(var(--shadow-color) / .03), -.1px -2.5px 3px -.7px hsl(var(--shadow-color) / .04), -.1px -4.1px 4.9px -1px hsl(var(--shadow-color) / .05), -.1px -6.6px 7.9px -1.3px hsl(var(--shadow-color) / .06), -.4px -10.6px 12.7px -1.7px hsl(var(--shadow-color) / .07), -.6px -16.4px 19.7px -2px hsl(var(--shadow-color) / .07);z-index:11;height:var(--theme-navbar-height);width:100%;background-color:var(--theme-navbar-bg);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;overflow:hidden;position:fixed;bottom:0;box-shadow:var(--shadow-elevation-high)}.logo:where(.astro-2W66RQV5){flex:1;display:flex;overflow:hidden;width:3rem;font-size:2rem;flex-shrink:0;font-weight:600;line-height:1;color:hsla(var(--color-base-white),100%,1);gap:.25em}.logo:where(.astro-2W66RQV5) a:where(.astro-2W66RQV5){display:flex;flex:0 0 3rem;max-width:3rem;text-decoration:none;font-weight:700;transition:color .1s ease-out;color:var(--theme-text)}.logo:where(.astro-2W66RQV5) a:where(.astro-2W66RQV5):hover,.logo:where(.astro-2W66RQV5) a:where(.astro-2W66RQV5):focus{color:var(--theme-text-accent)}.logo:where(.astro-2W66RQV5) h1:where(.astro-2W66RQV5){display:none;font:inherit;color:inherit;margin:0}.nav-wrapper:where(.astro-2W66RQV5){display:flex;align-items:center;justify-content:flex-end;flex-direction:row-reverse;gap:1em;width:100%;max-width:82em;padding:0 1rem}@media (min-width: 50em){header:where(.astro-2W66RQV5){position:static;padding:2rem 0rem}.logo:where(.astro-2W66RQV5){width:auto;margin:0;z-index:0}.logo:where(.astro-2W66RQV5) a:where(.astro-2W66RQV5){max-width:none;flex:1 0 0%}.logo:where(.astro-2W66RQV5) svg{max-height:4rem}.logo:where(.astro-2W66RQV5) h1:where(.astro-2W66RQV5){display:initial}.menu-toggle:where(.astro-2W66RQV5){display:none}}:root{--docsearch-primary-color: var(--theme-accent);--docsearch-logo-color: var(--theme-text)}.search-item:where(.astro-2W66RQV5){position:relative;z-index:10;flex-grow:1;padding-right:.7rem;display:flex;max-width:200px}@media (min-width: 50em){.search-item:where(.astro-2W66RQV5){max-width:400px}}.theme-toggle.svelte-1a6d7ar.svelte-1a6d7ar{display:inline-flex;align-items:center;gap:.25em;padding:.33em .67em;border-radius:99em}.theme-toggle.svelte-1a6d7ar>label.svelte-1a6d7ar:focus-within{outline:2px solid transparent;box-shadow:0 0 0 .08em var(--theme-accent),0 0 0 .12em #fff}.theme-toggle.svelte-1a6d7ar>label.svelte-1a6d7ar{color:var(--theme-code-inline-text);position:relative;display:flex;align-items:center;justify-content:center;opacity:.5}.theme-toggle.svelte-1a6d7ar .checked.svelte-1a6d7ar{color:var(--theme-accent);opacity:1}input[name=theme-toggle].svelte-1a6d7ar.svelte-1a6d7ar{position:absolute;opacity:0;inset:0;z-index:-1}.edit-on-github:where(.astro-BYIKQF6W){text-decoration:none;font:inherit;color:inherit;font-size:1rem}.content:where(.astro-J75B3YUS){padding:0;max-width:75ch;width:100%;height:100%;display:flex;flex-direction:column}.layout.no-sidebar .content:where(.astro-J75B3YUS){max-width:none}.content:where(.astro-J75B3YUS)>section:where(.astro-J75B3YUS){margin-bottom:4rem}.block:where(.astro-J75B3YUS){display:block}@media (min-width: 50em){.sm\:hidden:where(.astro-J75B3YUS){display:none}}:root.theme-dark a[aria-current=page]{--theme-bg-accent: hsla(var(--color-base-simey), 70%, .25)}:root.theme-dark .nav-link a[aria-current=page],:root.theme-dark .nav-link:not(.nav-sublink):has(a[aria-current=page])>a{color:hsla(var(--color-base-white),100%,1)}nav:where(.astro-KQNE5HRN){width:100%;margin-right:1rem}.nav-groups:where(.astro-KQNE5HRN){height:100%;padding:0 1rem;overflow-x:visible;overflow-y:auto;scrollbar-width:thin;max-height:100vh;max-height:100dvh;scroll-padding-block:2rem}.nav-groups:where(.astro-KQNE5HRN)>li:where(.astro-KQNE5HRN)+li:where(.astro-KQNE5HRN){margin-top:2rem}.nav-groups:where(.astro-KQNE5HRN)>:last-child:where(.astro-KQNE5HRN){padding-bottom:calc(2rem + var(--theme-navbar-height))}.nav-group-title:where(.astro-KQNE5HRN){font-size:1rem;font-weight:700;padding:.1rem 1rem;text-transform:uppercase;margin-bottom:.5rem}.nav-link:where(.astro-KQNE5HRN) a:where(.astro-KQNE5HRN){font-size:1rem;margin:1px;padding:.2rem 1rem .35rem;text-decoration:none;display:block;border-radius:99em}.nav-sublink:where(.astro-KQNE5HRN) a:where(.astro-KQNE5HRN){margin-block:0;margin-inline-start:1rem;padding-block:0 .1rem;padding-inline-start:1rem;border-radius:0;border-left:2px solid var(--theme-bg-hover);transition:border .2s ease}.nav-link:where(.astro-KQNE5HRN) a:where(.astro-KQNE5HRN):hover,.nav-link:where(.astro-KQNE5HRN) a:where(.astro-KQNE5HRN):focus{background-color:var(--theme-bg-hover)}.nav-sublink:where(.astro-KQNE5HRN) a:where(.astro-KQNE5HRN):hover,.nav-sublink:where(.astro-KQNE5HRN) a:where(.astro-KQNE5HRN):focus{background:none;border-left:2px solid hsla(var(--color-gray-70),1)}.nav-link:where(.astro-KQNE5HRN) a:where(.astro-KQNE5HRN)[aria-current=page],.nav-link:where(.astro-KQNE5HRN):not(.nav-sublink):has(a[aria-current=page])>a:where(.astro-KQNE5HRN){color:var(--theme-text-accent);background-color:var(--theme-bg-accent);font-weight:600}.nav-sublink:where(.astro-KQNE5HRN) a:where(.astro-KQNE5HRN)[aria-current=page]{border-left:2px solid var(--theme-accent);background-color:transparent}.nav-sublink:where(.astro-KQNE5HRN) a:where(.astro-KQNE5HRN)[data-new]{color:hsla(var(--color-purple),1);&:after{content:"★";font-size:.75em}}@media (min-width: 50em){.nav-groups:where(.astro-KQNE5HRN){padding-block:0;padding-inline:0 1rem}}.sidebar-nav:where(.astro-ROIVMLUZ){width:100%;position:sticky;top:0}.sidebar-nav-inner:where(.astro-ROIVMLUZ){height:100%;padding:0;padding-top:var(--doc-padding);overflow:auto}.avatar-list:where(.astro-QVDSTM4S){--avatar-size: 2.5rem;--avatar-count: 3;display:grid;list-style:none;grid-template-columns:repeat(var(--avatar-count),max(44px,calc(var(--avatar-size) / 1.15)));padding:.08em;font-size:var(--avatar-size)}@media (any-hover: hover) and (any-pointer: fine){.avatar-list:where(.astro-QVDSTM4S){grid-template-columns:repeat(calc(var(--avatar-count) + 1),calc(var(--avatar-size) / 1.75))}}.avatar-list:where(.astro-QVDSTM4S) a:where(.astro-QVDSTM4S){transition:transform .18s ease-in-out}.avatar-list:where(.astro-QVDSTM4S) a:where(.astro-QVDSTM4S),.avatar-list:where(.astro-QVDSTM4S) img:where(.astro-QVDSTM4S){display:block;border-radius:50%}.avatar-list:where(.astro-QVDSTM4S) a:where(.astro-QVDSTM4S):focus{outline:2px solid transparent;box-shadow:0 0 0 .08em var(--theme-accent),0 0 0 .12em #fff}.avatar-list:where(.astro-QVDSTM4S) li:where(.astro-QVDSTM4S){width:var(--avatar-size);height:var(--avatar-size)}.avatar-list:where(.astro-QVDSTM4S) li:where(.astro-QVDSTM4S):focus-within~li:where(.astro-QVDSTM4S) a:where(.astro-QVDSTM4S),.avatar-list:where(.astro-QVDSTM4S) li:where(.astro-QVDSTM4S):hover~li:where(.astro-QVDSTM4S) a:where(.astro-QVDSTM4S){transform:translate(33%)}.avatar-list:where(.astro-QVDSTM4S) img:where(.astro-QVDSTM4S){width:100%;height:100%;object-fit:cover;background-color:#fff;box-shadow:0 0 0 .05em #fff,0 0 0 .08em #00000026}.contributors:where(.astro-QVDSTM4S){display:flex;align-items:center}.contributors:where(.astro-QVDSTM4S)>:where(.astro-QVDSTM4S)+:where(.astro-QVDSTM4S){margin-left:.75rem}footer:where(.astro-AK3UPACL){margin-top:auto;padding:2rem;border-top:3px solid var(--theme-divider)}.layout>*{width:100%;height:100%}.mobile-sidebar-toggle{overflow:hidden}.mobile-sidebar-toggle #grid-left{display:block;bottom:2rem;animation:menuSlideIn .5s linear(0,.005,.02 2.3%,.082 5.1%,.462 16.8%,.557,.638,.707,.767 30.1%,.818,.861 37.4%,.9 41.9%,.931 46.8%,.954 52.3%,.972 58.6%,.984 65.6%,.992 74.2%,.997 85%,.999) 0s 1 both}@keyframes menuSlideIn{0%{opacity:0;transform:translate3d(-20%,0,0)}to{opacity:1;transform:translateZ(0)}}body{display:grid;--gutter: .5rem;--doc-padding: 2rem}@media (max-width: 49.999rem){body{padding-bottom:var(--theme-navbar-height)}}.layout:where(.astro-OUAMJN2I){display:grid;grid-auto-flow:column;grid-template-columns:minmax(var(--gutter),1fr) minmax(0,var(--max-width)) minmax(var(--gutter),1fr)}.grid-sidebar:where(.astro-OUAMJN2I){height:100vh;height:100dvh;position:sticky;top:0;padding:0}#grid-left:where(.astro-OUAMJN2I){position:fixed;background-color:var(--theme-bg);z-index:10;display:none}#grid-main:where(.astro-OUAMJN2I){padding:1rem var(--gutter) var(--doc-padding);grid-column:2;display:flex;flex-direction:column;height:100%}#grid-right:where(.astro-OUAMJN2I){display:none}@media (min-width: 50em){body{grid-template-rows:var(--theme-navbar-height) 1fr}.layout:where(.astro-OUAMJN2I){overflow:initial;grid-template-columns:20rem minmax(0,var(--max-width));gap:1em}#grid-left:where(.astro-OUAMJN2I){display:flex;padding-left:1rem;background-color:transparent;position:sticky;grid-column:1}.layout:where(.astro-OUAMJN2I).no-sidebar #grid-main:where(.astro-OUAMJN2I){padding-right:1rem}}@media (min-width: 72em){.layout:where(.astro-OUAMJN2I){grid-template-columns:20rem minmax(0,var(--max-width)) 18rem;padding-left:0;padding-right:0;margin:0 auto}.layout:where(.astro-OUAMJN2I).no-sidebar{--max-width: 65em;grid-template-columns:20rem minmax(0,var(--max-width))}.layout:where(.astro-OUAMJN2I).no-sidebar #grid-main:where(.astro-OUAMJN2I){padding-right:2rem}#grid-right:where(.astro-OUAMJN2I){grid-column:3;display:flex}}
