:root{--font-fallback: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;--font-body: "Ubuntu", Helvetica, sans-serif, var(--font-fallback);--font-mono: "Ubuntu Mono", "Fira Code", "SF Mono", Menlo, Consolas, 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: #326de6;--theme-accent-hover: #2756b8;--theme-text-accent: var(--theme-accent);--theme-accent-opacity: .1;--theme-divider: #e5e7eb;--theme-text: #1f2937;--theme-text-light: #6b7280;--theme-text-lighter: #9ca3af;--theme-bg: #ffffff;--theme-bg-hover: #f9fafb;--theme-bg-offset: #f3f4f6;--theme-bg-accent: rgba(50, 109, 230, .08);--theme-code-inline-bg: #f1f5f9;--theme-code-inline-text: #0f172a;--theme-code-bg: #0c0b1a;--theme-code-text: #a0b2ff;--theme-code-copied: #5888e8;--theme-navbar-bg: rgba(255, 255, 255, .9);--theme-navbar-height: 4rem;--theme-selection-color: #ffffff;--theme-selection-bg: var(--theme-accent);--theme-border-radius: 8px;--theme-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--theme-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1)}body{background:var(--theme-bg);color:var(--theme-text)}:root.theme-dark{color-scheme:dark;--theme-accent: #5b8def;--theme-accent-hover: #7ba3f3;--theme-text-accent: var(--theme-accent);--theme-accent-opacity: .15;--theme-divider: #374151;--theme-text: #f3f4f6;--theme-text-light: #9ca3af;--theme-text-lighter: #6b7280;--theme-bg: #111827;--theme-bg-hover: #1f2937;--theme-bg-offset: #1f2937;--theme-bg-accent: rgba(91, 141, 239, .15);--theme-code-inline-bg: #1e293b;--theme-code-inline-text: #a0b2ff;--theme-code-bg: #0c0b1a;--theme-code-text: #a0b2ff;--theme-code-copied: var(--theme-accent);--theme-navbar-bg: rgba(17, 24, 39, .9);--theme-selection-color: #ffffff;--theme-selection-bg: var(--theme-accent);--theme-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .3);--theme-shadow: 0 1px 3px 0 rgba(0, 0, 0, .4), 0 1px 2px -1px rgba(0, 0, 0, .3);--docsearch-modal-background: var(--theme-bg);--docsearch-searchbox-focus-background: var(--theme-bg-offset);--docsearch-footer-background: var(--theme-bg-offset);--docsearch-text-color: var(--theme-text);--docsearch-hit-background: var(--theme-bg-offset);--docsearch-hit-shadow: none;--docsearch-hit-color: var(--theme-text);--docsearch-footer-shadow: none;--docsearch-modal-shadow: 0 4px 20px rgba(0, 0, 0, .5)}::selection{color:var(--theme-selection-color);background-color:var(--theme-selection-bg)}.copy-code{color:#fff;background-color:var(--theme-code-bg);cursor:pointer}.copy-code.copied{color:var(--theme-code-copied)}.astro-code{background-color:var(--theme-code-bg)!important}*{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(.95rem,.85rem + .25vw + var(--user-font-scale),1.05rem);line-height:1.7;max-width:100vw;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}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:600;line-height:1.3;color:var(--theme-text);letter-spacing:-.02em}h1,h2{max-width:40ch}:is(h2,h3):not(:first-child){margin-top:2.5rem}:is(h4,h5,h6):not(:first-child){margin-top:2rem}h1{font-size:2rem;font-weight:700;letter-spacing:-.02em;line-height:1.2}h2{font-size:1.875rem;font-weight:600}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.1rem}p{line-height:1.75;margin-bottom:1.25rem}.content ul{line-height:1.1em}p,.content ul{color:var(--theme-text)}small,.text_small{font-size:.833rem}a{color:var(--theme-text-accent);font-weight:500;text-decoration:none;text-underline-offset:.15em;transition:color .15s ease}a:hover{color:var(--theme-accent-hover, var(--theme-accent))}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{font-family:var(--font-mono);font-size:.875em;color:var(--theme-code-inline-text);background-color:var(--theme-code-inline-bg);padding:.2em .4em;border-radius:6px;word-break:break-word;font-weight:400;letter-spacing:.02rem}pre.astro-code>code{all:unset;font-weight:400}pre>code{font-size:inherit;margin:0;padding:0;font-weight:400;letter-spacing:inherit}pre{position:relative;padding:1em 4em 1em 1em;margin:1.5rem 0;font-family:var(--font-mono);line-height:26px;font-size:.875rem;letter-spacing:.02rem;overflow-x:auto;background-color:var(--theme-code-bg);color:var(--theme-code-text);border-radius:8px;border:none}table{width:100%;margin:1.5rem 0;border-collapse:separate;border-spacing:0;font-size:.925rem;border-radius:var(--theme-border-radius, 8px);overflow:hidden;border:1px solid var(--theme-divider)}thead{background:var(--theme-bg-offset)}th{font-weight:600;text-align:left;padding:.875rem 1rem;color:var(--theme-text);font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--theme-divider)}td{padding:.875rem 1rem;border-bottom:1px solid var(--theme-divider);color:var(--theme-text-light)}tr:last-child td{border-bottom:none}tbody tr:hover{background:var(--theme-bg-hover)}tr:nth-of-type(odd){background:transparent}blockquote code{background-color:var(--theme-bg)}blockquote{margin:1.5rem 0;padding:1rem 1.5rem;border-left:3px solid var(--theme-accent);background-color:var(--theme-bg-offset);border-radius:0 var(--theme-border-radius, 8px) var(--theme-border-radius, 8px) 0;line-height:1.7}blockquote p{margin-bottom:0}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}.callout{margin:1.5rem 0;padding:1rem 1.25rem;border-radius:.5rem;border-left:4px solid}.callout p{margin:0;color:var(--theme-text)}.callout p+p{margin-top:.75rem}.callout-info{background-color:hsla(var(--color-blue),.1);border-left-color:hsla(var(--color-blue),1)}.callout-tip{background-color:hsla(var(--color-green),.1);border-left-color:hsla(var(--color-green),1)}.callout-warning{background-color:hsla(var(--color-orange),.15);border-left-color:hsla(var(--color-orange),1)}.callout-danger{background-color:hsla(var(--color-red),.1);border-left-color:hsla(var(--color-red),1)}.theme-dark .callout-info{background-color:hsla(var(--color-blue),.15)}.theme-dark .callout-tip{background-color:hsla(var(--color-green),.15)}.theme-dark .callout-warning{background-color:hsla(var(--color-orange),.2)}.theme-dark .callout-danger{background-color:hsla(var(--color-red),.15)}.feature-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin:1.5rem 0}@media (min-width: 50em){.feature-grid{grid-template-columns:repeat(2,1fr)}}.feature-grid h3{font-size:1.1rem;margin-bottom:.5rem;color:var(--theme-text)}.feature-grid p{font-size:.95rem;margin:0}.badge{display:inline-block;padding:.2em .6em;font-size:.75rem;font-weight:600;border-radius:.25rem;text-transform:uppercase;letter-spacing:.02em}.badge-new{background-color:hsla(var(--color-green),.2);color:hsla(var(--color-green),1)}.badge-v2{background-color:hsla(var(--color-blue),.2);color:hsla(var(--color-blue),1)}.badge-pro{background-color:hsla(var(--color-purple),.2);color:hsla(var(--color-purple),1)}.badge-deprecated{background-color:hsla(var(--color-orange),.2);color:hsla(var(--color-orange),1)}.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--theme-text-light);margin-bottom:1rem;flex-wrap:wrap}.breadcrumb a{color:var(--theme-text-light);text-decoration:none}.breadcrumb a:hover{color:var(--theme-text-accent);text-decoration:underline}.breadcrumb-separator{color:var(--theme-text-light);opacity:.5}.breadcrumb-current{color:var(--theme-text);font-weight:500}table{font-family:var(--font-body)}th{background:var(--theme-bg-offset);color:var(--theme-text);font-size:.875rem;text-transform:uppercase;letter-spacing:.03em}td,th{border-bottom:1px solid var(--theme-divider)}.quick-start{background:var(--theme-bg-offset);border-radius:.5rem;padding:1.5rem;margin:1.5rem 0}.quick-start h2,.quick-start h3{margin-top:0}.next-steps{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--theme-divider)}.next-steps ul{list-style:none;padding:0}.next-steps li{padding:.5rem 0;border-bottom:1px solid var(--theme-divider)}.next-steps li:last-child{border-bottom:none}.next-steps a{display:flex;justify-content:space-between;align-items:center}.skiplink:where(.astro-2M2N6DPX),.skiplink:where(.astro-2M2N6DPX):focus,.skiplink:where(.astro-2M2N6DPX):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%}}.search-container{flex-grow:1;position:relative}.search-input{display:flex;align-items:center;gap:.5em;width:100%;margin:0;padding:.33em .5em;font-weight:500;font-size:1rem;font-family:inherit;line-height:inherit;background-color:var(--theme-divider);border:1px solid var(--theme-divider);color:var(--theme-text-light);border-radius:.25rem;cursor:pointer;transition:border-color .2s ease-out,color .2s ease-out}.search-input:hover,.search-input:focus{color:var(--theme-text);border-color:var(--theme-text-light)}.search-hint{margin-left:auto;padding:3px 5px;display:none;font-size:13px;font-family:var(--font-mono);border:1px solid var(--theme-text-lighter);color:var(--theme-text-light);border-radius:.25rem;line-height:14px}@media (min-width: 50em){.search-hint{display:flex}}#pagefind-modal{display:none;position:fixed;inset:0;z-index:9999}#pagefind-modal.active{display:block}.pagefind-modal-overlay{position:absolute;inset:0;background:rgba(0,0,0,.5);backdrop-filter:blur(2px)}.pagefind-modal-content{position:absolute;top:10%;left:50%;transform:translate(-50%);width:90%;max-width:600px;max-height:80vh;background:var(--theme-bg);border-radius:8px;box-shadow:0 25px 50px -12px #00000040;overflow:hidden;display:flex;flex-direction:column}.pagefind-modal-close{position:absolute;top:8px;right:12px;background:none;border:none;font-size:24px;cursor:pointer;color:var(--theme-text-light);z-index:1}.pagefind-modal-close:hover{color:var(--theme-text)}#pagefind-search{padding:1rem;overflow-y:auto}.pagefind-ui__search-input{width:100%;padding:.75rem 1rem;font-size:1rem;border:2px solid var(--theme-divider);border-radius:6px;background:var(--theme-bg);color:var(--theme-text)}.pagefind-ui__search-input:focus{outline:none;border-color:var(--theme-accent)}.pagefind-ui__search-clear{background:var(--theme-divider);color:var(--theme-text)}.pagefind-ui__results-area{margin-top:1rem}.pagefind-ui__result{padding:1rem;border:1px solid var(--theme-divider);border-radius:6px;margin-bottom:.5rem}.pagefind-ui__result:hover{border-color:var(--theme-accent)}.pagefind-ui__result-link{color:var(--theme-accent);text-decoration:none;font-weight:600}.pagefind-ui__result-link:hover{text-decoration:underline}.pagefind-ui__result-excerpt{color:var(--theme-text-light);font-size:.9rem;margin-top:.5rem}.pagefind-ui__result-excerpt mark{background:var(--theme-accent);color:#fff;padding:.1em .2em;border-radius:2px}.pagefind-ui__message{color:var(--theme-text-light);padding:1rem 0}.search-item>*{flex-grow:1}header:where(.astro-WMFH74XJ){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-WMFH74XJ){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-WMFH74XJ) a:where(.astro-WMFH74XJ){display:flex;padding:.5em .25em;margin:-.5em -.25em;text-decoration:none;font-weight:700}.logo:where(.astro-WMFH74XJ) a:where(.astro-WMFH74XJ){transition:color .1s ease-out;color:var(--theme-text)}.logo:where(.astro-WMFH74XJ) a:where(.astro-WMFH74XJ):hover,.logo:where(.astro-WMFH74XJ) a:where(.astro-WMFH74XJ):focus{color:var(--theme-text-accent)}.logo:where(.astro-WMFH74XJ) h1:where(.astro-WMFH74XJ){font-family:Work Sans,sans-serif;display:none;font:inherit;color:inherit;margin:0}.nav-wrapper:where(.astro-WMFH74XJ){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-WMFH74XJ){position:static;padding:2rem 0rem}.logo:where(.astro-WMFH74XJ){width:auto;margin:0;z-index:0}.logo:where(.astro-WMFH74XJ) h1:where(.astro-WMFH74XJ){font-family:Work Sans,sans-serif;display:initial}.menu-toggle:where(.astro-WMFH74XJ){display:none}}.search-item:where(.astro-WMFH74XJ){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-WMFH74XJ){max-width:400px}}.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}.edit-on-github:where(.astro-JDMAEINT){text-decoration:none;font:inherit;color:inherit;font-size:1rem}.content:where(.astro-B3NH4BJT){padding:0;max-width:75ch;width:100%;height:100%;display:flex;flex-direction:column}.content:where(.astro-B3NH4BJT)>section:where(.astro-B3NH4BJT){margin-bottom:4rem}.block:where(.astro-B3NH4BJT){display:block}@media (min-width: 50em){.sm\:hidden:where(.astro-B3NH4BJT){display:none}}:root.theme-dark .nav-link a[aria-current=page]{color:hsla(var(--color-base-white),100%,1)}nav:where(.astro-BJCFC4UG){width:100%;margin-right:1rem}.nav-groups:where(.astro-BJCFC4UG){height:100%;padding:1.5rem 0;overflow-x:visible;overflow-y:auto;max-height:100vh}.nav-groups:where(.astro-BJCFC4UG)>li:where(.astro-BJCFC4UG){border-bottom:1px solid var(--theme-divider);padding-bottom:.75rem}.nav-groups:where(.astro-BJCFC4UG)>li:where(.astro-BJCFC4UG)+li:where(.astro-BJCFC4UG){margin-top:1rem;padding-top:.25rem}.nav-groups:where(.astro-BJCFC4UG)>li:where(.astro-BJCFC4UG):last-child{border-bottom:none}.nav-groups:where(.astro-BJCFC4UG)>:first-child:where(.astro-BJCFC4UG){padding-top:var(--doc-padding)}.nav-groups:where(.astro-BJCFC4UG)>:last-child:where(.astro-BJCFC4UG){padding-bottom:2rem;margin-bottom:var(--theme-navbar-height)}.nav-group-header:where(.astro-BJCFC4UG){display:flex;align-items:center;justify-content:space-between;width:100%;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--theme-text);margin-bottom:.25rem;border:none;background:transparent;cursor:pointer;text-align:left;margin-left:0;margin-right:0;padding:.75rem 1rem .5rem;transition:color .15s ease}.nav-group-header:where(.astro-BJCFC4UG):hover{color:var(--theme-text-accent)}.nav-group-title:where(.astro-BJCFC4UG){flex:1}.nav-group-chevron:where(.astro-BJCFC4UG){flex-shrink:0;transition:transform .2s ease}.nav-group-header:where(.astro-BJCFC4UG)[aria-expanded=false] .nav-group-chevron:where(.astro-BJCFC4UG){transform:rotate(-90deg)}.nav-group:where(.astro-BJCFC4UG) ul:where(.astro-BJCFC4UG){overflow:hidden;transition:max-height .25s ease-out,opacity .2s ease-out;max-height:1000px;opacity:1}.nav-group:where(.astro-BJCFC4UG) ul:where(.astro-BJCFC4UG).collapsed{max-height:0;opacity:0}.nav-link:where(.astro-BJCFC4UG) a:where(.astro-BJCFC4UG){font-size:.9rem;margin:0;padding:.35rem 1rem;font:inherit;color:var(--theme-text-light);text-decoration:none;display:flex;align-items:center;gap:.35rem;border-radius:6px;transition:all .15s ease}.nav-icon:where(.astro-BJCFC4UG){width:16px;height:16px;flex-shrink:0}.nav-link:where(.astro-BJCFC4UG) a:where(.astro-BJCFC4UG):hover,.nav-link:where(.astro-BJCFC4UG) a:where(.astro-BJCFC4UG):focus{color:var(--theme-text);background-color:var(--theme-bg-hover)}.nav-link:where(.astro-BJCFC4UG) a:where(.astro-BJCFC4UG)[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-BJCFC4UG){padding:0}}.sidebar-nav:where(.astro-QRGNZQVI){width:100%;position:sticky;top:0}.sidebar-nav-inner:where(.astro-QRGNZQVI){height:100%;padding:0;padding-top:var(--doc-padding);overflow:auto}.breadcrumb:where(.astro-AVKOQWPY){display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--theme-text-light);margin-bottom:1.5rem;flex-wrap:wrap}.breadcrumb:where(.astro-AVKOQWPY) a:where(.astro-AVKOQWPY){color:var(--theme-text-light);text-decoration:none;transition:color .2s ease}.breadcrumb:where(.astro-AVKOQWPY) a:where(.astro-AVKOQWPY):hover{color:var(--theme-text-accent);text-decoration:underline}.breadcrumb-separator:where(.astro-AVKOQWPY){color:var(--theme-text-light);opacity:.5;user-select:none}.breadcrumb-section:where(.astro-AVKOQWPY){color:var(--theme-text-light)}.breadcrumb-current:where(.astro-AVKOQWPY){color:var(--theme-text);font-weight:500}.avatar-list:where(.astro-2YA2FFZZ){--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-2YA2FFZZ){grid-template-columns:repeat(calc(var(--avatar-count) + 1),calc(var(--avatar-size) / 1.75))}}.avatar-list:where(.astro-2YA2FFZZ) li:where(.astro-2YA2FFZZ){width:var(--avatar-size);height:var(--avatar-size)}.avatar-list:where(.astro-2YA2FFZZ) li:where(.astro-2YA2FFZZ):hover~li:where(.astro-2YA2FFZZ) a:where(.astro-2YA2FFZZ),.avatar-list:where(.astro-2YA2FFZZ) li:where(.astro-2YA2FFZZ):focus-within~li:where(.astro-2YA2FFZZ) a:where(.astro-2YA2FFZZ){transform:translate(33%)}.avatar-list:where(.astro-2YA2FFZZ) img:where(.astro-2YA2FFZZ),.avatar-list:where(.astro-2YA2FFZZ) a:where(.astro-2YA2FFZZ){display:block;border-radius:50%}.avatar-list:where(.astro-2YA2FFZZ) a:where(.astro-2YA2FFZZ){transition:transform .18s ease-in-out}.avatar-list:where(.astro-2YA2FFZZ) img:where(.astro-2YA2FFZZ){width:100%;height:100%;object-fit:cover;background-color:#fff;box-shadow:0 0 0 .05em #fff,0 0 0 .08em #00000026}.avatar-list:where(.astro-2YA2FFZZ) a:where(.astro-2YA2FFZZ):focus{outline:2px solid transparent;box-shadow:0 0 0 .08em var(--theme-accent),0 0 0 .12em #fff}.contributors:where(.astro-2YA2FFZZ){display:flex;align-items:center}.contributors:where(.astro-2YA2FFZZ)>:where(.astro-2YA2FFZZ)+:where(.astro-2YA2FFZZ){margin-left:.75rem}footer:where(.astro-KWKT4VAY){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-BGWTZLYQ){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-BGWTZLYQ){height:100vh;position:sticky;top:0;padding:0}#grid-left:where(.astro-BGWTZLYQ){position:fixed;background-color:var(--theme-bg);z-index:10;display:none}#grid-main:where(.astro-BGWTZLYQ){padding:var(--doc-padding) var(--gutter);grid-column:2;display:flex;flex-direction:column;height:100%}#grid-right:where(.astro-BGWTZLYQ){display:none}@media (min-width: 50em){.layout:where(.astro-BGWTZLYQ){overflow:initial;grid-template-columns:19rem minmax(0,var(--max-width));gap:1em}#grid-left:where(.astro-BGWTZLYQ){display:flex;padding-left:1rem;position:sticky;grid-column:1}}@media (min-width: 72em){.layout:where(.astro-BGWTZLYQ){grid-template-columns:19rem minmax(0,var(--max-width)) 18rem;padding-left:0;padding-right:0;margin:0 auto}#grid-right:where(.astro-BGWTZLYQ){grid-column:3;display:flex}}
