:root{--font-fallback: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;--font-body: "Segoe UI Variable", 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: hsl(210, 84%, 43%);--theme-accent-strong: hsl(217, 76%, 34%);--theme-text-accent: var(--theme-accent);--theme-accent-opacity: .12;--theme-divider: hsl(214, 32%, 90%);--theme-divider-strong: hsl(213, 25%, 82%);--theme-text: hsl(218, 36%, 12%);--theme-text-light: hsl(216, 16%, 36%);--theme-text-lighter: hsl(215, 16%, 52%);--theme-bg: hsl(210, 40%, 99%);--theme-bg-subtle: hsl(210, 36%, 97%);--theme-bg-hover: hsl(210, 38%, 94%);--theme-bg-offset: hsl(210, 36%, 96%);--theme-surface: hsla(0, 0%, 100%, .86);--theme-surface-solid: hsl(0, 0%, 100%);--theme-bg-accent: hsla(210, 84%, 43%, var(--theme-accent-opacity));--theme-code-inline-bg: hsl(210, 38%, 93%);--theme-code-inline-text: var(--theme-text);--theme-code-bg: hsl(220, 31%, 13%);--theme-code-text: hsl(210, 32%, 92%);--theme-navbar-bg: hsla(210, 40%, 99%, .88);--theme-navbar-height: 4.75rem;--theme-selection-color: var(--theme-accent-strong);--theme-selection-bg: hsla(210, 84%, 43%, var(--theme-accent-opacity));--theme-shadow: 0 18px 48px hsla(215, 35%, 36%, .12);--theme-radius: 12px}body{background:linear-gradient(180deg,hsla(210,82%,96%,.78) 0,transparent 22rem),var(--theme-bg);color:var(--theme-text)}:root.theme-dark{color-scheme:dark;--theme-accent-opacity: .18;--theme-accent: hsl(205, 100%, 66%);--theme-accent-strong: hsl(205, 100%, 74%);--theme-text-accent: var(--theme-accent);--theme-divider: hsl(217, 26%, 21%);--theme-divider-strong: hsl(217, 26%, 28%);--theme-text: hsl(210, 38%, 94%);--theme-text-light: hsl(213, 18%, 76%);--theme-text-lighter: hsl(213, 15%, 58%);--theme-bg: hsl(219, 36%, 8%);--theme-bg-subtle: hsl(220, 33%, 11%);--theme-bg-hover: hsl(217, 25%, 18%);--theme-bg-offset: hsl(220, 30%, 13%);--theme-surface: hsla(219, 34%, 10%, .88);--theme-surface-solid: hsl(219, 34%, 10%);--theme-code-inline-bg: hsl(218, 28%, 17%);--theme-code-inline-text: hsl(210, 38%, 94%);--theme-code-bg: hsl(225, 36%, 7%);--theme-code-text: hsl(210, 34%, 91%);--theme-navbar-bg: hsla(219, 36%, 8%, .88);--theme-selection-color: hsl(210, 38%, 94%);--theme-selection-bg: hsla(205, 100%, 66%, var(--theme-accent-opacity));--theme-shadow: 0 18px 48px hsla(220, 46%, 4%, .4);--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.theme-dark body{background:linear-gradient(180deg,hsla(210,92%,18%,.36) 0,transparent 22rem),var(--theme-bg)}::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{--max-width: min(100%, 88rem);--content-width: 49rem;--doc-padding: 1.25rem;--theme-sidebar-offset: var(--theme-navbar-height)}html{scroll-behavior:smooth}body{display:flex;flex-direction:column;min-height:100vh;max-width:100vw;font-family:var(--font-body);font-size:1rem;line-height:1.6;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}nav ul{list-style:none;padding:0}a{color:var(--theme-text-accent);font-weight:500;text-decoration-thickness:.08em;text-underline-offset:.16em}a:hover,a:focus{text-decoration:underline}a:focus-visible,button:focus-visible,select:focus-visible{outline:2px solid var(--theme-accent);outline-offset:.25rem}strong{font-weight:700;color:var(--theme-text)}.content{width:100%;max-width:100%}.main-section{position:relative}.content-title{max-width:var(--content-width);margin:0 0 1.5rem;padding-bottom:1.25rem;border-bottom:1px solid var(--theme-divider);font-size:2.35rem;font-weight:780;line-height:1.04;letter-spacing:0;color:var(--theme-text)}.content>section>*+*{margin-top:1.2rem}.content>section>:first-child{margin-top:0}h1,h2,h3,h4,h5,h6{margin-bottom:.8rem;color:var(--theme-text);font-weight:720;line-height:1.14;letter-spacing:0}h1,h2{max-width:36ch}h3,h4,h5,h6{max-width:var(--content-width)}:is(h2,h3):not(:first-child){margin-top:3rem}:is(h4,h5,h6):not(:first-child){margin-top:2.25rem}h1{font-size:2.35rem}h2{padding-top:.2rem;font-size:1.8rem}h3{font-size:1.35rem}h4{font-size:1.08rem}h5,h6{font-size:1rem}p{max-width:68ch;line-height:1.75;color:var(--theme-text-light)}.content ul,.content ol{max-width:68ch;color:var(--theme-text-light);line-height:1.65}small,.text_small{font-size:.875rem}article>section :is(ul,ol)>*+*{margin-top:.65rem}article>section li>:is(p,pre,blockquote):not(:first-child){margin-top:1rem}article>section :is(ul,ol){padding-left:1.15rem}article>section nav :is(ul,ol){padding-left:0}article>section nav{margin-top:1rem;margin-bottom:2rem}article>section ::marker{color:var(--theme-accent);font-weight:700}article>section iframe{width:100%;height:auto;aspect-ratio:16 / 9}code{--border-radius: .35rem;--padding-block: .16rem;--padding-inline: .36rem;border:1px solid var(--theme-divider);border-radius:var(--border-radius);background-color:var(--theme-code-inline-bg);color:var(--theme-code-inline-text);font-family:var(--font-mono);font-size:.86em;padding:var(--padding-block) var(--padding-inline);word-break:break-word}a>code{position:relative;color:var(--theme-text-accent);background:var(--theme-bg-accent)}pre.astro-code>code{all:unset}pre>code{font-size:inherit}pre{position:relative;margin:1.45rem 0;padding:3.1rem 1rem 1.1rem;border:1px solid var(--theme-divider-strong);border-radius:var(--theme-radius);background-color:var(--theme-code-bg);box-shadow:var(--theme-shadow);color:var(--theme-code-text);font-family:var(--font-mono);font-size:.88rem;line-height:1.7;overflow:auto}pre:before{content:"ABAP";position:absolute;top:.9rem;left:1rem;padding:.22rem .45rem;border:1px solid hsla(210,32%,92%,.18);border-radius:999px;background:hsla(210,84%,43%,.2);color:#8fd0ff;font-family:var(--font-mono);font-size:.68rem;font-weight:700;letter-spacing:0;line-height:1}table{width:100%;margin:1.5rem 0;border:1px solid var(--theme-divider);border-radius:var(--theme-radius);border-collapse:separate;border-spacing:0;overflow:hidden;background:var(--theme-surface-solid);font-size:.92rem}tr:nth-of-type(odd){background:var(--theme-bg-subtle)}th{background:var(--theme-bg-hover);color:var(--theme-text);font-weight:700}td,th{padding:.75rem .85rem;border-bottom:1px solid var(--theme-divider);text-align:left}tr:last-child td{border-bottom:0}blockquote{margin:2rem 0;padding:1.25rem 1.4rem;border:1px solid var(--theme-divider);border-left:4px solid var(--theme-accent);border-radius:var(--theme-radius);background-color:var(--theme-bg-subtle);color:var(--theme-text-light);line-height:1.7}blockquote code{background-color:var(--theme-surface-solid)}img{max-width:100%;border-radius:var(--theme-radius)}.flex{display:flex;align-items:center}button{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-height:2.4rem;padding:.48rem .72rem;border:1px solid var(--theme-divider);border-radius:999px;background:var(--theme-surface-solid);color:var(--theme-text);font:inherit;font-weight:650;box-shadow:0 1px #3c567c14;cursor:pointer}button:hover{border-color:var(--theme-divider-strong);background:var(--theme-bg-hover)}h2.heading{margin:0 0 .65rem;padding:0;color:var(--theme-text);font-family:var(--font-mono);font-size:.72rem;font-weight:700;letter-spacing:0;text-transform:uppercase}.heading-link{border-left:2px solid var(--theme-divider);color:var(--theme-text-lighter);font-size:.88rem;line-height:1.35}.heading-link:hover,.heading-link:focus-within,.heading-link.active{border-left-color:var(--theme-accent);color:var(--theme-text-accent)}.heading-link svg{opacity:.68}.heading-link:hover svg{opacity:.9}.heading-link a{display:inline-flex;width:100%;gap:.5em;padding:.32rem 0 .32rem .75rem;color:inherit;font:inherit;text-decoration:none}.heading-link.depth-3 a{padding-left:1.35rem}.heading-link.depth-4 a{padding-left:1.95rem}.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) + 1.5rem) 0 2rem}@media (min-width: 50em){:root{--doc-padding: 2rem}.content-title,h1{font-size:3rem}h2{font-size:2rem}pre{padding-right:1.25rem;padding-left:1.25rem}pre:before{left:1.25rem}}.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}.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%}}/*! @docsearch/css 3.2.1 | 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-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-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;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-radius:3px;box-shadow:var(--docsearch-key-shadow);color:var(--docsearch-muted-color);display:flex;height:18px;justify-content:center;margin-right:.4em;position:relative;padding:0 0 2px;border:0;top:-1px;width:20px}@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{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{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;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;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:focus{outline: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;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}@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{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:rgba(0,0,0,.2);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-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] .DocSearch-Hit-Tree,.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:rgba(0,0,0,.2);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:"\bb  "}.DocSearch-Prefill{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;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-radius:2px;box-shadow:var(--docsearch-key-shadow);display:flex;height:18px;justify-content:center;margin-right:.4em;padding:0 0 1px;color:var(--docsearch-muted-color);border:0;width:20px}@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{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;user-select:none;white-space:nowrap}.DocSearch-Commands,.DocSearch-Hit-Tree{display:none}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.search-input{flex-grow:1;box-sizing:border-box;width:100%;margin:0;padding:.33em .5em;overflow:visible;font-weight:500;font-size:1rem;font-family:inherit;line-height:inherit;background-color:var(--theme-divider);border-color:var(--theme-divider);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}.search-input:hover,.search-input:focus{color:var(--theme-text);border-color:var(--theme-text-light)}.search-input:hover::placeholder,.search-input:focus::placeholder{color:var(--theme-text-light)}.search-input::placeholder{color:var(--theme-text-light)}.search-hint{position:absolute;top:7px;right:19px;padding:3px 5px;display:none;align-items:center;justify-content:center;letter-spacing:0;font-size:13px;font-family:var(--font-mono);pointer-events:none;border-color:var(--theme-text-lighter);color:var(--theme-text-light);border-style:solid;border-width:1px;border-radius:.25rem;line-height:14px}@media (min-width: 50em){.search-hint{display:flex}}.DocSearch-Modal .DocSearch-Hit a{box-shadow:none;border:1px solid var(--theme-accent)}header:where(.astro-2W66RQV5){z-index:11;height:var(--theme-navbar-height);width:100%;border-bottom:1px solid var(--theme-divider);background-color:var(--theme-navbar-bg);backdrop-filter:blur(18px);display:flex;align-items:center;justify-content:center;position:sticky;top:0}.logo:where(.astro-2W66RQV5){display:flex;flex-shrink:0}.logo:where(.astro-2W66RQV5) a:where(.astro-2W66RQV5){display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--theme-text);transition:color .15s ease,transform .15s ease}.logo:where(.astro-2W66RQV5) a:where(.astro-2W66RQV5):hover,.logo:where(.astro-2W66RQV5) a:where(.astro-2W66RQV5):focus{color:var(--theme-text-accent);text-decoration:none}.logo:where(.astro-2W66RQV5) a:where(.astro-2W66RQV5):hover{transform:translateY(-1px)}.logo-copy:where(.astro-2W66RQV5){display:grid;gap:.08rem}.logo-title:where(.astro-2W66RQV5){font-size:.98rem;font-weight:760;line-height:1.1}.logo-subtitle:where(.astro-2W66RQV5){display:none;color:var(--theme-text-lighter);font-size:.78rem;font-weight:550;line-height:1.1}.nav-wrapper:where(.astro-2W66RQV5){display:flex;align-items:center;gap:.8rem;width:100%;max-width:var(--max-width);padding:0 1rem}.nav-spacer:where(.astro-2W66RQV5){flex-grow:1}@media (min-width: 50em){.logo-subtitle:where(.astro-2W66RQV5){display:block}.menu-toggle:where(.astro-2W66RQV5){display:none}.nav-wrapper:where(.astro-2W66RQV5){padding:0 1.5rem}}:root{--docsearch-primary-color: var(--theme-accent);--docsearch-logo-color: var(--theme-text)}.search-item:where(.astro-2W66RQV5){display:flex;position:relative;z-index:10;flex-grow:1;max-width:200px}.search-item>*{flex-grow:1}@media (min-width: 50em){.search-item:where(.astro-2W66RQV5){max-width:400px}}.theme-toggle{display:inline-flex;align-items:center;gap:.2rem;padding:.25rem;border:1px solid var(--theme-divider);border-radius:99em;background-color:var(--theme-surface-solid)}.theme-toggle>label:focus-within{outline:2px solid var(--theme-accent);outline-offset:.2rem}.theme-toggle>label{color:var(--theme-code-inline-text);position:relative;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:999px;opacity:.62;cursor:pointer}.theme-toggle .checked{background:var(--theme-bg-accent);color:var(--theme-accent-strong);opacity:1}input[name=theme-toggle]{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}.more-menu:where(.astro-BYIKQF6W){margin:1.5rem 0 0;padding-top:1.25rem;border-top:1px solid var(--theme-divider)}.content:where(.astro-J75B3YUS){padding:0;max-width:100%;width:100%;height:100%;display:flex;flex-direction:column}.main-section:where(.astro-J75B3YUS){width:100%}.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}}nav:where(.astro-KQNE5HRN){width:100%}.nav-groups:where(.astro-KQNE5HRN){height:100%;padding:1.25rem;overflow-x:visible;overflow-y:auto;max-height:calc(100dvh - var(--theme-navbar-height));scrollbar-width:thin}.nav-groups:where(.astro-KQNE5HRN)>li:where(.astro-KQNE5HRN)+li:where(.astro-KQNE5HRN){margin-top:1.6rem}.nav-groups:where(.astro-KQNE5HRN)>:last-child:where(.astro-KQNE5HRN){padding-bottom:1.5rem}.nav-group-title:where(.astro-KQNE5HRN){margin:0 0 .55rem;padding:0 .55rem;color:var(--theme-text-lighter);font-family:var(--font-mono);font-size:.72rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.nav-link:where(.astro-KQNE5HRN) a:where(.astro-KQNE5HRN){position:relative;margin:.08rem 0;padding:.48rem .6rem .48rem .8rem;border:1px solid transparent;border-radius:.75rem;color:var(--theme-text-light);font-size:.92rem;line-height:1.32;text-decoration:none;display:block;transition:background .15s ease,border-color .15s ease,color .15s 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);color:var(--theme-text);text-decoration:none}.nav-link:where(.astro-KQNE5HRN) a:where(.astro-KQNE5HRN)[aria-current=page]{border-color:var(--theme-divider);background-color:var(--theme-bg-accent);color:var(--theme-accent-strong);font-weight:700}:root.theme-dark .nav-link:where(.astro-KQNE5HRN) a:where(.astro-KQNE5HRN)[aria-current=page]{color:var(--theme-accent)}@media (min-width: 50em){.nav-groups:where(.astro-KQNE5HRN){padding:2.75rem 0 2rem}}.sidebar-nav:where(.astro-ROIVMLUZ){width:100%;position:sticky;top:var(--theme-navbar-height)}.sidebar-nav-inner:where(.astro-ROIVMLUZ){height:calc(100dvh - var(--theme-navbar-height));padding:2.75rem 0 2rem;overflow:auto;scrollbar-width:thin}.sidebar-nav-inner:where(.astro-ROIVMLUZ) nav+*{margin-top:1.5rem}body{width:100%;display:grid;grid-template-rows:var(--theme-navbar-height) 1fr}.layout:where(.astro-OUAMJN2I){display:grid;width:100%;max-width:var(--max-width);margin:0 auto;padding:0 var(--doc-padding)}.layout:where(.astro-OUAMJN2I)>*{width:100%}.grid-sidebar:where(.astro-OUAMJN2I){height:calc(100dvh - var(--theme-navbar-height));position:sticky;top:var(--theme-navbar-height);padding:0}#grid-left:where(.astro-OUAMJN2I){position:fixed;inset:var(--theme-navbar-height) auto 0 0;width:min(22rem,88vw);background-color:var(--theme-surface-solid);box-shadow:var(--theme-shadow);z-index:10;display:none;border-right:1px solid var(--theme-divider)}#grid-main:where(.astro-OUAMJN2I){display:flex;flex-direction:column;align-items:center;min-width:0;height:100%;padding:2rem 0 4rem}#grid-right:where(.astro-OUAMJN2I){display:none}.mobile-sidebar-toggle{overflow:hidden}.mobile-sidebar-toggle #grid-left:where(.astro-OUAMJN2I){display:block}@media (min-width: 50em){.layout:where(.astro-OUAMJN2I){grid-template-columns:minmax(14rem,17rem) minmax(0,1fr);gap:2rem}#grid-left:where(.astro-OUAMJN2I){display:flex;position:sticky;grid-column:1;inset:auto;width:auto;background:transparent;border-right:0;box-shadow:none}#grid-main:where(.astro-OUAMJN2I){align-items:flex-start;padding-top:2.75rem}}@media (min-width: 72em){.layout:where(.astro-OUAMJN2I){grid-template-columns:minmax(14rem,17rem) minmax(0,1fr);padding-left:0;padding-right:0;gap:2.5rem}.layout:where(.astro-OUAMJN2I).has-toc{grid-template-columns:minmax(14rem,17rem) minmax(0,1fr) minmax(12rem,15rem)}#grid-right:where(.astro-OUAMJN2I){grid-column:3;display:flex}}
