: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: 269, 79%;--color-base-red: 351, 100%;--color-base-yellow: 41, 100%;--color-gray-5: var(--color-base-gray), 5%;--color-gray-10: var(--color-base-gray), 10%;--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%}:root{color-scheme:light;--theme-accent: hsla(var(--color-blue), 1);--theme-text-accent: hsla(var(--color-blue), 1);--theme-accent-opacity: .15;--theme-divider: hsla(var(--color-gray-95), 1);--theme-text: hsla(var(--color-gray-10), 1);--theme-text-light: hsla(var(--color-gray-20), 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-blue), var(--theme-accent-opacity));--theme-code-inline-bg: hsla(var(--color-gray-95), 1);--theme-code-inline-text: var(--theme-text);--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%, 1);--theme-navbar-height: 6rem;--theme-selection-color: hsla(var(--color-blue), 1);--theme-selection-bg: hsla(var(--color-blue), var(--theme-accent-opacity))}body{background:var(--theme-bg);color:var(--theme-text)}:root.theme-dark{color-scheme:dark;--theme-accent-opacity: .15;--theme-accent: hsla(var(--color-blue), 1);--theme-text-accent: hsla(var(--color-blue), 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: rgb(15,23,43);--theme-bg-hover: hsla(var(--color-gray-40), 1);--theme-bg-offset: hsla(var(--color-gray-5), 1);--theme-code-inline-bg: hsla(var(--color-gray-10), 1);--theme-code-inline-text: hsla(var(--color-base-white), 100%, 1);--theme-code-bg: hsla(var(--color-gray-5), 1);--theme-code-text: hsla(var(--color-base-white), 100%, 1);--theme-navbar-bg: rgb(15,23,43);--theme-selection-color: hsla(var(--color-base-white), 100%, 1);--theme-selection-bg: hsla(var(--color-purple), var(--theme-accent-opacity))}::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;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:3.25rem;font-weight:800}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}p,.content ul{color:var(--theme-text-light)}small,.text_small{font-size:.833rem}a{color:var(--theme-text-accent);font-weight:400;text-underline-offset:.08em;align-items:center;gap:.5rem}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>code{position:relative;color:var(--theme-text-accent);background:transparent;text-underline-offset:var(--padding-block)}a>code:before{content:"";position:absolute;inset:0;display:block;background:var(--theme-accent);opacity:var(--theme-accent-opacity);border-radius:var(--border-radius)}a:hover,a:focus{text-decoration:underline}a:focus{outline:2px solid currentColor;outline-offset:.25em}strong{font-weight:600;color:inherit}code{--border-radius: 3px;--padding-block: .2rem;--padding-inline: .33rem;font-family:var(--font-mono);font-size:.85em;color:inherit;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>code{all:unset}pre>code{font-size:1em}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}tr:nth-of-type(odd){background:var(--theme-bg-hover)}th{background:var(--color-black);color:var(--theme-color);font-weight:700}td,th{padding:6px;text-align:left}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{justify-items:center;padding:.33em .67em;border:0;background:var(--theme-bg);display:flex;font-size:1rem;align-items:center;gap:.25em;border-radius:99em;color:var(--theme-text);background-color:var(--theme-bg)}h2.heading{font-size:1rem;font-weight:700;padding:.1rem 1rem;text-transform:uppercase;margin-bottom:.5rem}.heading-link{font-size:1rem;padding:.1rem 0 .1rem 1rem;border-left:4px solid var(--theme-divider)}.heading-link:hover,.heading-link:focus{border-left-color:var(--theme-accent);color:var(--theme-accent)}.heading-link:focus-within{color:var(--theme-text-light);border-left-color:hsla(var(--color-gray-40),1)}.heading-link svg{opacity:.6}.heading-link:hover svg{opacity:.8}.heading-link a{display:inline-flex;gap:.5em;width:100%;padding:.15em 0}.heading-link.depth-3{padding-left:2rem}.heading-link.depth-4{padding-left:3rem}.heading-link a{font:inherit;color:inherit;text-decoration:none}.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}.skiplink:where(.astro-FBQD7UNE),.skiplink:where(.astro-FBQD7UNE):focus,.skiplink:where(.astro-FBQD7UNE):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}.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 .language-select:hover,.language-select-wrapper .language-select:focus{color:var(--theme-text);border-color:var(--theme-text-light)}.language-select-wrapper{color:var(--theme-text-light);position:relative}.language-select-wrapper>svg{position:absolute;top:7px;left:10px;pointer-events:none}@media (min-width: 50em){.language-select{width:100%}}.theme-toggle{display:inline-flex;align-items:center;gap:.25em;padding:.33em .67em;border-radius:99em;background-color:var(--theme-code-inline-bg)}.theme-toggle>label:focus-within{outline:2px solid transparent;box-shadow:0 0 0 .08em var(--theme-accent),0 0 0 .12em #fff}.theme-toggle>label{color:var(--theme-code-inline-text);position:relative;display:flex;align-items:center;justify-content:center;opacity:.5}.theme-toggle .checked{color:var(--theme-accent);opacity:1}input[name=theme-toggle]{position:absolute;opacity:0;inset:0;z-index:-1}.search-item>*{flex-grow:1}header:where(.astro-KCWPFCRT){z-index:11;height:var(--theme-navbar-height);width:100%;background-color:var(--theme-navbar-bg);display:flex;align-items:center;justify-content:center;overflow:hidden;position:sticky;top:0}.logo:where(.astro-KCWPFCRT){flex:1;display:flex;overflow:hidden;width:30px;font-size:2rem;flex-shrink:0;font-weight:600;line-height:1;color:hsla(var(--color-base-white),100%,1);gap:.25em;z-index:-1}.logo:where(.astro-KCWPFCRT) a:where(.astro-KCWPFCRT){display:flex;padding:.5em .25em;margin:-.5em -.25em;text-decoration:none;font-weight:700}.logo:where(.astro-KCWPFCRT) a:where(.astro-KCWPFCRT){transition:color .1s ease-out;color:var(--theme-text)}.logo:where(.astro-KCWPFCRT) a:where(.astro-KCWPFCRT):hover,.logo:where(.astro-KCWPFCRT) a:where(.astro-KCWPFCRT):focus{color:var(--theme-text-accent)}.logo:where(.astro-KCWPFCRT) h1:where(.astro-KCWPFCRT){display:none;font:inherit;color:inherit;margin:0}.nav-wrapper:where(.astro-KCWPFCRT){display:flex;align-items:center;justify-content:flex-end;gap:1em;width:100%;max-width:82em;padding:0 1rem}@media (min-width: 50em){header:where(.astro-KCWPFCRT){position:static;padding:2rem 0rem}.logo:where(.astro-KCWPFCRT){width:auto;margin:0;z-index:0}.logo:where(.astro-KCWPFCRT) h1:where(.astro-KCWPFCRT){display:initial}.menu-toggle:where(.astro-KCWPFCRT){display:none}}:root{--docsearch-primary-color: var(--theme-accent);--docsearch-logo-color: var(--theme-text)}.search-item:where(.astro-KCWPFCRT){display:none;position:relative;z-index:10;flex-grow:1;padding-right:.7rem;display:flex;max-width:200px}@media (min-width: 50em){.search-item:where(.astro-KCWPFCRT){max-width:400px}}.content:where(.astro-TWLX254S){padding:0;max-width:75ch;width:100%;height:100%;display:flex;flex-direction:column}.content:where(.astro-TWLX254S)>section:where(.astro-TWLX254S){margin-bottom:4rem}.block:where(.astro-TWLX254S){display:block}@media (min-width: 50em){.sm\:hidden:where(.astro-TWLX254S){display:none}}:root.theme-dark .nav-link a[aria-current=page]{color:hsla(var(--color-base-white),100%,1)}nav:where(.astro-JY45BHNT){width:100%;margin-right:1rem}.nav-groups:where(.astro-JY45BHNT){height:100%;padding:2rem;overflow-x:visible;overflow-y:auto;max-height:100vh}.nav-groups:where(.astro-JY45BHNT)>li:where(.astro-JY45BHNT)+li:where(.astro-JY45BHNT){margin-top:2rem}.nav-groups:where(.astro-JY45BHNT)>:first-child:where(.astro-JY45BHNT){padding-top:var(--doc-padding)}.nav-groups:where(.astro-JY45BHNT)>:last-child:where(.astro-JY45BHNT){padding-bottom:2rem;margin-bottom:var(--theme-navbar-height)}.nav-group-title:where(.astro-JY45BHNT){font-size:1rem;font-weight:700;padding:.1rem 1rem;text-transform:uppercase;margin-bottom:.5rem}.nav-link:where(.astro-JY45BHNT) a:where(.astro-JY45BHNT){font-size:1rem;margin:1px;padding:.3rem 1rem;font:inherit;color:inherit;text-decoration:none;display:block}.nav-link:where(.astro-JY45BHNT) a:where(.astro-JY45BHNT):hover,.nav-link:where(.astro-JY45BHNT) a:where(.astro-JY45BHNT):focus{background-color:var(--theme-bg-hover)}.nav-link:where(.astro-JY45BHNT) a:where(.astro-JY45BHNT)[aria-current=page]{color:var(--theme-text-accent);background-color:var(--theme-bg-accent);font-weight:600}@media (min-width: 50em){.nav-groups:where(.astro-JY45BHNT){padding:0}}.sidebar-nav:where(.astro-FJWC5AHG){width:100%;position:sticky;top:0}.sidebar-nav-inner:where(.astro-FJWC5AHG){height:100%;padding:0;padding-top:var(--doc-padding);overflow:auto}footer:where(.astro-JE6SDI4L){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;top:2rem}body{width:100%;display:grid;grid-template-rows:var(--theme-navbar-height) 1fr;--gutter: .5rem;--doc-padding: 2rem}.layout:where(.astro-7JSZ6TER){display:grid;grid-auto-flow:column;grid-template-columns:minmax(var(--gutter),1fr) minmax(0,var(--max-width)) minmax(var(--gutter),1fr);overflow-x:hidden}.grid-sidebar:where(.astro-7JSZ6TER){height:100vh;position:sticky;top:0;padding:0}#grid-left:where(.astro-7JSZ6TER){position:fixed;background-color:var(--theme-bg);z-index:10;display:none}#grid-main:where(.astro-7JSZ6TER){padding:var(--doc-padding) var(--gutter);grid-column:2;display:flex;flex-direction:column;height:100%}#grid-right:where(.astro-7JSZ6TER){display:none}@media (min-width: 50em){.layout:where(.astro-7JSZ6TER){overflow:initial;grid-template-columns:20rem minmax(0,var(--max-width));gap:1em}#grid-left:where(.astro-7JSZ6TER){display:flex;padding-left:2rem;position:sticky;grid-column:1}}@media (min-width: 72em){.layout:where(.astro-7JSZ6TER){grid-template-columns:20rem minmax(0,var(--max-width)) 18rem;padding-left:0;padding-right:0;margin:0 auto}#grid-right:where(.astro-7JSZ6TER){grid-column:3;display:flex}}
