@layer stl-ui.tokens{:root{--stl-typography-line-height:1.5;--stl-typography-line-height-heading:1.2;--stl-typography-text-body:var(--stl-typography-scale-base);--stl-typography-text-body-sm:var(--stl-typography-scale-sm);--stl-typography-text-body-xs:var(--stl-typography-scale-xs);--stl-typography-text-code:max(.875em, var(--stl-typography-scale-xs));--stl-typography-text-h1:var(--stl-typography-scale-5xl);--stl-typography-text-h2:var(--stl-typography-scale-4xl);--stl-typography-text-h3:var(--stl-typography-scale-3xl);--stl-typography-text-h4:var(--stl-typography-scale-2xl);--stl-typography-text-h5:var(--stl-typography-scale-xl);--stl-typography-scale-xs:12px;--stl-typography-scale-sm:14px;--stl-typography-scale-base:16px;--stl-typography-scale-lg:18px;--stl-typography-scale-xl:20px;--stl-typography-scale-2xl:24px;--stl-typography-scale-3xl:29px;--stl-typography-scale-4xl:35px;--stl-typography-scale-5xl:42px;--stl-typography-scale-6xl:64px;--stl-ui-layout-border-radius-xs:4px;--stl-ui-layout-border-radius-sml:8px;--stl-ui-layout-border-radius:12px;--stl-ui-layout-border-radius-med:16px;--stl-ui-layout-border-radius-max:100vmax;--stl-ui-left-content-indent:24px;--stl-ui-page-padding-inline:20px}}@scope(.stl-ui-prose) to (.stl-ui-not-prose){:scope{letter-spacing:-.01em;font-weight:400;line-height:var(--stl-typography-line-height);font-size:var(--stl-typography-text-body);color:var(--cds-text-secondary)}:scope.small{font-size:var(--stl-typography-scale-sm);letter-spacing:normal}:where(strong){color:var(--cds-text-primary)}:where(a strong){color:inherit}:where(a){color:var(--cds-text-accent);-webkit-text-decoration-color:rgb(from currentColor r g b / calc(alpha * .4));-webkit-text-decoration-color:rgb(from currentColor r g b / calc(alpha * .4));-webkit-text-decoration-color:rgb(from currentColor r g b / calc(alpha * .4));text-decoration-color:rgb(from currentColor r g b / calc(alpha * .4));transition:text-decoration-color .1s ease-out}:where(a):hover{text-decoration-color:currentColor}:where(h1,h2,h3,h4,h5,h6){color:var(--cds-text-primary);font-weight:500;line-height:var(--stl-typography-line-height-heading);font-family:var(--cds-font-sans);text-wrap:pretty}:where(h1,h2,h3){text-wrap:balance}:where(h1){font-size:var(--stl-typography-text-h1);letter-spacing:-.03em;margin-top:1.5em}:where(h2){font-size:var(--stl-typography-text-h2);letter-spacing:-.03em;margin-top:1.35em}:where(h3){font-size:var(--stl-typography-text-h3);letter-spacing:-.02em;margin-top:1.35em}:where(h4){font-size:var(--stl-typography-text-h4);letter-spacing:-.02em;margin-top:1.35em}:where(h5){font-size:var(--stl-typography-text-h5);letter-spacing:-.02em;margin-top:1.2em}:scope.smaller-headings{--stl-typography-text-h1:var(--stl-typography-scale-3xl);--stl-typography-text-h2:var(--stl-typography-scale-2xl);--stl-typography-text-h3:var(--stl-typography-scale-xl);--stl-typography-text-h4:var(--stl-typography-scale-lg);--stl-typography-text-h5:var(--stl-typography-scale-base)}:scope.smaller-headings :where(h1){margin-top:1.5em}:scope.smaller-headings :where(h2,h3,h4){margin-top:1.25em}:scope.smaller-headings :where(h5){margin-top:1em}:where(ol,ul){padding-left:26px}:where(li+li){margin-block-start:8px}:where(code){font-family:var(--cds-font-mono);font-feature-settings:"ss01" on, "ss03" on, "ss04" on, "ss06" on;font-size:var(--stl-typography-text-code);font-weight:inherit;letter-spacing:normal;white-space:pre}:scope:where(code:not(pre>code)){color:var(--cds-text-primary);background-color:var(--cds-alpha-1);border-radius:.2em;padding:0 .2em}:where(pre:not(.expressive-code *)){border-radius:var(--stl-ui-layout-border-radius-sml);border:1px solid var(--cds-border);background-color:var(--cds-bg-neutral);margin-bottom:1rem;padding:12px 20px;overflow:auto}:where(ol,ul,aside,img,figure,details){margin-top:16px}}:where(:is(.stl-ui-prose,.stl-ui-prose>.sl-markdown-content)>:not(:first-child)){margin-top:16px}:where(.stl-ui-not-prose){letter-spacing:initial;font-weight:initial;line-height:initial;font-size:initial;color:initial}@layer starlight.content{.stl-ui-prose .sl-markdown-content a,.stl-ui-prose .sl-markdown-content a:hover{color:revert-layer}}.stl-ui-button{border-radius:var(--stl-ui-layout-border-radius-sml);height:32px;font-weight:500;line-height:150%;font-size:var(--stl-typography-text-body-sm);font-family:var(--cds-font-sans);cursor:pointer;white-space:nowrap;color:var(--cds-on-primary);background-color:var(--cds-fill-primary);border:1px solid #0000;flex-shrink:0;justify-content:center;align-items:center;gap:2px;padding:8px 10px;display:inline-flex}.stl-ui-button:hover{background-color:var(--cds-fill-primary-hover)}.stl-ui-button[hidden]{display:none}.stl-ui-button--accent{color:var(--cds-on-accent);background-color:var(--cds-fill-accent)}.stl-ui-button--accent:hover{background-color:var(--cds-fill-accent-hover)}.stl-ui-button--accent-muted{color:var(--cds-text-accent);background-color:var(--cds-bg-accent)}.stl-ui-button--accent-muted:hover{background-color:var(--cds-bg-accent)}@supports (color:color-mix(in lab, red, red)){.stl-ui-button--accent-muted:hover{background-color:color-mix(in srgb, var(--cds-bg-accent), var(--cds-fill-accent) 12%)}}.stl-ui-button--accent-muted.stl-ui-button--with-border{border-color:var(--cds-border-accent)}.stl-ui-button--muted{color:var(--cds-text-primary);background-color:var(--cds-bg-neutral)}.stl-ui-button--muted:hover{background-color:var(--cds-bg-neutral-hover)}.stl-ui-button--muted.stl-ui-button--with-border{border-color:var(--cds-border)}.stl-ui-button--outline{color:var(--cds-text-primary);background-color:var(--cds-surface-panel);border-color:var(--cds-border)}.stl-ui-button--outline:hover{background:linear-gradient(var(--cds-fill-ghost-hover), var(--cds-fill-ghost-hover)), linear-gradient(var(--cds-surface-panel), var(--cds-surface-panel))}.stl-ui-button--ghost{color:var(--cds-text-primary);background-color:#0000}.stl-ui-button--ghost:hover{background-color:var(--cds-fill-ghost-hover)}.stl-ui-button--ghost.stl-ui-button--with-border{border-color:var(--cds-border)}.stl-ui-button--success{color:var(--cds-on-success);background-color:var(--cds-fill-success)}.stl-ui-button--success:hover{background-color:var(--cds-fill-success-hover)}.stl-ui-button--destructive{color:var(--cds-on-danger);background-color:var(--cds-fill-danger)}.stl-ui-button--destructive:hover{background-color:var(--cds-fill-danger-hover)}.stl-ui-button--loading{-webkit-text-fill-color:transparent;position:relative}.stl-ui-button--loading *{color:#0000}.stl-ui-button--loading:before{content:"";background:currentColor;width:16px;height:16px;animation:1s linear infinite stl-ui-button--loading-spin;position:absolute;mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWxvYWRlci1jaXJjbGUtaWNvbiBsdWNpZGUtbG9hZGVyLWNpcmNsZSI+PHBhdGggZD0iTTIxIDEyYTkgOSAwIDEgMS02LjIxOS04LjU2Ii8+PC9zdmc+);mask-position:50%;mask-size:contain;mask-repeat:no-repeat}@keyframes stl-ui-button--loading-spin{to{transform:rotate(360deg)}}.stl-ui-button--size-sm{border-radius:var(--stl-ui-layout-border-radius-xs);height:24px;font-weight:500;line-height:100%;font-size:var(--stl-typography-text-body-xs);padding:0 6px}.stl-ui-button--size-lg{border-radius:var(--stl-ui-layout-border-radius);height:40px;font-weight:500;line-height:150%;font-size:var(--stl-typography-text-body);padding:8px 14px}.stl-ui-button__icon{flex-shrink:0;justify-content:center;align-items:center;display:flex}.stl-ui-button__icon svg{margin-top:0}.stl-ui-button:has(.stl-ui-button__icon:first-child) .stl-ui-button__icon{margin-left:-4px;margin-right:4px}.stl-ui-button:has(.stl-ui-button__icon:last-child) .stl-ui-button__icon{margin-left:4px;margin-right:-4px}.stl-ui-button:has(.stl-ui-button__icon:last-child) .stl-ui-button__icon:first-child{margin-left:-4px;margin-right:4px}.stl-ui-button:not(:has(.stl-ui-button-label)):has(.stl-ui-button__icon:last-child):has(.stl-ui-button__icon:first-child){aspect-ratio:1}.stl-ui-button:not(:has(.stl-ui-button-label)):has(.stl-ui-button__icon:last-child):has(.stl-ui-button__icon:first-child) .stl-ui-button__icon{margin-left:-4px;margin-right:-4px}a.stl-ui-button{text-align:center;text-decoration:none}.stl-ui-callout{--stl-ui-callout-background-color:var(--cds-bg-neutral);--stl-ui-callout-border-color:var(--cds-border);--stl-ui-callout-accent-color:var(--cds-text-primary);border:1px solid var(--stl-ui-callout-border-color);background-color:var(--stl-ui-callout-background-color);border-radius:var(--stl-ui-layout-border-radius);line-height:var(--stl-typography-line-height);font-weight:400;font-size:var(--stl-typography-text-body);color:var(--cds-text-primary);align-items:flex-start;gap:8px;padding:12px;display:flex}.stl-ui-callout :where(a,strong){color:var(--stl-ui-callout-strong-color,var(--stl-ui-callout-accent-color))}.stl-ui-callout :where(a){-webkit-text-decoration-color:rgba(from currentColor r g b / .4);-webkit-text-decoration-color:rgba(from currentColor r g b / .4);-webkit-text-decoration-color:rgba(from currentColor r g b / .4);text-decoration-color:rgba(from currentColor r g b / .4);transition:text-decoration-color .1s}.stl-ui-callout :where(a):hover{-webkit-text-decoration-color:rgba(from currentColor r g b / .8);-webkit-text-decoration-color:rgba(from currentColor r g b / .8);-webkit-text-decoration-color:rgba(from currentColor r g b / .8);text-decoration-color:rgba(from currentColor r g b / .8)}.stl-ui-callout--info{--stl-ui-callout-background-color:var(--cds-bg-neutral);--stl-ui-callout-border-color:var(--cds-border);--stl-ui-callout-accent-color:var(--cds-text-secondary);--stl-ui-callout-strong-color:var(--cds-text-primary)}.stl-ui-callout--note{--stl-ui-callout-background-color:var(--cds-bg-accent);--stl-ui-callout-border-color:var(--cds-border-accent);--stl-ui-callout-accent-color:var(--cds-text-accent)}.stl-ui-callout--tip{--stl-ui-callout-background-color:var(--cds-bg-pro);--stl-ui-callout-border-color:var(--cds-border-pro);--stl-ui-callout-accent-color:var(--cds-text-pro)}.stl-ui-callout--success{--stl-ui-callout-background-color:var(--cds-bg-success);--stl-ui-callout-border-color:var(--cds-border-success);--stl-ui-callout-accent-color:var(--cds-text-success)}.stl-ui-callout--warning{--stl-ui-callout-background-color:var(--cds-bg-warning);--stl-ui-callout-border-color:var(--cds-border-warning);--stl-ui-callout-accent-color:var(--cds-text-warning)}.stl-ui-callout--danger{--stl-ui-callout-background-color:var(--cds-bg-danger);--stl-ui-callout-border-color:var(--cds-border-danger);--stl-ui-callout-accent-color:var(--cds-text-danger)}.stl-ui-callout__icon{color:var(--stl-ui-callout-accent-color);flex-shrink:0;width:1em;height:1em;margin:calc(.5lh - .5em)}.stl-ui-callout__content{flex:1;margin-top:0}.stl-ui-callout__content>:first-child{margin-top:0}.stldocs-root{letter-spacing:-.01em;line-height:1.5}.stldocs-root a:not(.stl-ui-callout a){color:inherit;cursor:pointer;text-decoration:none}.stldocs-root *,.stldocs-root :before,.stldocs-root :after{box-sizing:border-box}.stldocs-root :where(h1,h2,h3,h4,h5):where(:not(.stldocs-markdown,.stldocs-markdown *)){color:var(--cds-text-primary);font-weight:500;line-height:var(--stl-typography-line-height-heading);font-family:var(--cds-font-sans);display:block}.stldocs-root{margin:0;display:block}.sl-markdown-content .stldocs-root :not(a,strong,em,del,span,input,code,br)+:not(a,strong,em,del,span,input,code,br,:where(.not-content *)){margin-top:0}:root{--stldocs-content-width:720px;--stldocs-content-padding:16px;--stldocs-content-padding-inline:var(--stldocs-content-padding);--stldocs-content-padding-block:var(--stldocs-content-padding);--stldocs-expander-margin-shift:24px;--stldocs-expander-right-margin:8px;--stldocs-title-padding-y:2.5rem}.stldocs-root{font-family:var(--cds-font-sans);color:var(--cds-text-primary);letter-spacing:-.01em}.stldocs-root :where(h1){font-size:var(--stl-typography-text-h1);letter-spacing:-.03em}.stldocs-root :where(h2){font-size:var(--stl-typography-text-h2);letter-spacing:-.03em}.stldocs-root :where(h3){font-size:var(--stl-typography-text-h3);letter-spacing:-.02em}.stldocs-root :where(h4){font-size:var(--stl-typography-text-h4);letter-spacing:-.02em}.stldocs-root :where(h5){font-size:var(--stl-typography-text-h5);letter-spacing:-.02em}.stldocs-root .stldocs-text-keyword{color:var(--cds-text-muted)}.stldocs-root .stldocs-property-type,.stldocs-root .stldocs-property-declaration,.stldocs-root .stldocs-type:not(.stldocs-property-typename .stldocs-type){font-family:var(--cds-font-mono)}:is(.stldocs-root .stldocs-property-type,.stldocs-root .stldocs-property-declaration,.stldocs-root .stldocs-type:not(.stldocs-property-typename .stldocs-type)) .stldocs-type-keyword{color:var(--cds-text-pro)}:is(.stldocs-root .stldocs-property-type,.stldocs-root .stldocs-property-declaration,.stldocs-root .stldocs-type:not(.stldocs-property-typename .stldocs-type)) .stldocs-type-string{color:var(--cds-text-success)}:is(.stldocs-root .stldocs-property-type,.stldocs-root .stldocs-property-declaration,.stldocs-root .stldocs-type:not(.stldocs-property-typename .stldocs-type)) .stldocs-type-brace,:is(.stldocs-root .stldocs-property-type,.stldocs-root .stldocs-property-declaration,.stldocs-root .stldocs-type:not(.stldocs-property-typename .stldocs-type)) .stldocs-type-bracket,:is(.stldocs-root .stldocs-property-type,.stldocs-root .stldocs-property-declaration,.stldocs-root .stldocs-type:not(.stldocs-property-typename .stldocs-type)) .stldocs-type-plain,:is(.stldocs-root .stldocs-property-type,.stldocs-root .stldocs-property-declaration,.stldocs-root .stldocs-type:not(.stldocs-property-typename .stldocs-type)) .stldocs-text-operator,:is(.stldocs-root .stldocs-property-type,.stldocs-root .stldocs-property-declaration,.stldocs-root .stldocs-type:not(.stldocs-property-typename .stldocs-type)) .stldocs-text-punctuation,:is(.stldocs-root .stldocs-property-type,.stldocs-root .stldocs-property-declaration,.stldocs-root .stldocs-type:not(.stldocs-property-typename .stldocs-type)) .stldocs-truncation,:is(.stldocs-root .stldocs-property-type,.stldocs-root .stldocs-property-declaration,.stldocs-root .stldocs-type:not(.stldocs-property-typename .stldocs-type)) .stldocs-type-array{color:var(--cds-text-secondary)}:is(.stldocs-root .stldocs-property-type,.stldocs-root .stldocs-property-declaration,.stldocs-root .stldocs-type:not(.stldocs-property-typename .stldocs-type)) .stldocs-type-plain{font-family:var(--cds-font-sans)}:is(.stldocs-root .stldocs-property-type,.stldocs-root .stldocs-property-declaration,.stldocs-root .stldocs-type:not(.stldocs-property-typename .stldocs-type)) .stldocs-type-reference{color:var(--cds-text-accent);font-weight:600}:is(.stldocs-root .stldocs-property-type,.stldocs-root .stldocs-property-declaration,.stldocs-root .stldocs-type:not(.stldocs-property-typename .stldocs-type)) .stldocs-type-reference a:hover{text-decoration:underline}:is(.stldocs-root .stldocs-property-type,.stldocs-root .stldocs-property-declaration,.stldocs-root .stldocs-type:not(.stldocs-property-typename .stldocs-type)) .stldocs-literal-string{color:var(--cds-text-success)}:is(.stldocs-root .stldocs-property-type,.stldocs-root .stldocs-property-declaration,.stldocs-root .stldocs-type:not(.stldocs-property-typename .stldocs-type)) .stldocs-literal-numeric{color:var(--cds-text-pro)}:is(.stldocs-root .stldocs-property-type,.stldocs-root .stldocs-property-declaration,.stldocs-root .stldocs-type:not(.stldocs-property-typename .stldocs-type)) .stldocs-text-identifier{font-family:var(--cds-font-mono);color:var(--cds-text-primary)}:is(.stldocs-root .stldocs-property-type,.stldocs-root .stldocs-property-declaration,.stldocs-root .stldocs-type:not(.stldocs-property-typename .stldocs-type)) .stldocs-type-propertyname .stldocs-text-identifier{font-family:var(--cds-font-sans);font-weight:600}:is(:is(.stldocs-root [data-stldocs-language=http],.stldocs-root [data-stldocs-language=cli]) .stldocs-property-type,:is(.stldocs-root [data-stldocs-language=http],.stldocs-root [data-stldocs-language=cli]) .stldocs-property-declaration) .stldocs-truncation,:is(:is(.stldocs-root [data-stldocs-language=http],.stldocs-root [data-stldocs-language=cli]) .stldocs-property-type,:is(.stldocs-root [data-stldocs-language=http],.stldocs-root [data-stldocs-language=cli]) .stldocs-property-declaration) .stldocs-type-array,:is(:is(.stldocs-root [data-stldocs-language=http],.stldocs-root [data-stldocs-language=cli]) .stldocs-property-type,:is(.stldocs-root [data-stldocs-language=http],.stldocs-root [data-stldocs-language=cli]) .stldocs-property-declaration) .stldocs-text-punctuation{font-family:var(--cds-font-sans)}.stldocs-root .stldocs-expander[data-stldocs-expander-muted=true] .stldocs-expander-summary-icon{visibility:hidden}.stldocs-root .stldocs-expander[data-stldocs-expander-muted=true]:hover .stldocs-expander-summary-icon{visibility:visible}.stldocs-root .stldocs-expander .stldocs-expander-summary{cursor:pointer;display:flex}.stldocs-root .stldocs-expander .stldocs-expander-summary>.stldocs-expander-summary-icon{margin-right:8px;transform:translate(-.5px)translateY(-.5px)}.stldocs-root .stldocs-expander .stldocs-expander-summary>.stldocs-expander-summary-icon>.stldocs-icon{vertical-align:middle;color:var(--cds-text-muted);background-color:#0000}.stldocs-root .stldocs-expander .stldocs-expander-summary>.stldocs-expander-summary-icon>:last-child,.stldocs-root .stldocs-expander .stldocs-type-preview-prefix{display:none}.stldocs-root .stldocs-expander>.stldocs-expander-summary .stldocs-type-preview[data-stldocs-type-preview=union] .stldocs-type-preview-prefix{display:inline}:is(.stldocs-root .stldocs-expander[open],.stldocs-root .stldocs-expander[data-open=true])>.stldocs-expander-summary .stldocs-type-preview[data-stldocs-type-preview=properties] :is(.stldocs-type-preview-content,.stldocs-type-brace),:is(.stldocs-root .stldocs-expander[open],.stldocs-root .stldocs-expander[data-open=true])>.stldocs-expander-summary>.stldocs-expander-summary-icon>:first-child{display:none}:is(.stldocs-root .stldocs-expander[open],.stldocs-root .stldocs-expander[data-open=true])>.stldocs-expander-summary>.stldocs-expander-summary-icon>:last-child,:is(.stldocs-root .stldocs-expander[open],.stldocs-root .stldocs-expander[data-open=true])>.stldocs-expander-summary:not(:has(.stldocs-property-declaration>.stldocs-text-identifier)) .stldocs-type-preview-prefix{display:inline}:is(.stldocs-root .stldocs-expander[open],.stldocs-root .stldocs-expander[data-open=true])>.stldocs-expander-content{line-height:150%}:is(.stldocs-root .stldocs-expander[open],.stldocs-root .stldocs-expander[data-open=true])>.stldocs-expander-content>.stldocs-property-children{border-left:1px solid var(--cds-border);padding-left:16px}:is(.stldocs-root .stldocs-expander[open],.stldocs-root .stldocs-expander[data-open=true])>.stldocs-expander-content>.stldocs-property-children .stldocs-expander{margin-left:calc(-1 * var(--stldocs-expander-margin-shift));padding-right:var(--stldocs-expander-right-margin)}:is(.stldocs-root .stldocs-expander[open],.stldocs-root .stldocs-expander[data-open=true])>.stldocs-expander-content>.stldocs-property-children .stldocs-property:has(>.stldocs-expander){margin-left:calc(-1 * var(--stldocs-expander-margin-shift))}:is(.stldocs-root .stldocs-expander[open],.stldocs-root .stldocs-expander[data-open=true])>.stldocs-expander-content>.stldocs-property-children .stldocs-property:has(>.stldocs-expander)>.stldocs-expander{margin-left:0}.stldocs-root .stldocs-expander:not([open],[data-open=true]) .stldocs-expander-content{clip-path:inset(100%);contain:layout;position:absolute}.stldocs-root .stldocs-content a{color:var(--cds-text-accent)}.stldocs-root .stldocs-content strong{font-weight:700}.stldocs-root .stldocs-content em{font-style:italic}.stldocs-root .stldocs-content p{margin:0 0 1em;display:block}.stldocs-root .stldocs-content p:last-child{margin:0}.stldocs-root .stldocs-content li{margin-bottom:.25rem;display:list-item}.stldocs-root .stldocs-content ol,.stldocs-root .stldocs-content ul{list-style-type:initial;margin-bottom:.8rem;margin-left:2rem;display:block}.stldocs-root .stldocs-content ol{list-style-type:decimal}.stldocs-root .stldocs-content hr{border:none;border-bottom:1px solid var(--cds-border);margin-bottom:16px}.stldocs-root .stldocs-content code:not(pre code),.stldocs-root .stldocs-property-constraint .stldocs-property-constraint-value{font-family:var(--cds-font-mono);word-break:break-all;font-size:.84rem}.stldocs-root .stldocs-content code:not(pre code){background-color:var(--cds-alpha-1);border-radius:4px;padding:0 4px}.stldocs-root .stldocs-input{border:1px solid var(--cds-border);border-radius:var(--stl-ui-layout-border-radius-sml);background:0 0;display:flex}.stldocs-root .stldocs-input:focus-within{border-color:var(--cds-fill-accent)}.stldocs-root .stldocs-input.stldocs-input-disabled{opacity:.5}.stldocs-root .stldocs-input input,.stldocs-root .stldocs-input .stldocs-masked-input-display{letter-spacing:initial;white-space:pre;contain:content;background-color:#0000;border:none;flex-grow:1;margin:.5rem;padding:0;font-size:1rem}:is(.stldocs-root .stldocs-input input,.stldocs-root .stldocs-input .stldocs-masked-input-display):focus{outline:none}.stldocs-root .stldocs-input .stldocs-masked-input-wrapper:focus-within .stldocs-masked-input-display,.stldocs-root .stldocs-input .stldocs-masked-input-wrapper:not(:focus-within) input{opacity:0}.stldocs-root .stldocs-input .stldocs-masked-input-obscured{-webkit-text-stroke:currentColor .2em}.stldocs-root .stldocs-input .stldocs-icon{margin:auto .25rem auto .75rem}.stldocs-root .stldocs-masked-input-wrapper{font-family:var(--cds-font-mono);flex-grow:1;display:flex;position:relative}.stldocs-root .stldocs-masked-input-display{pointer-events:none;align-items:center;display:flex;position:absolute;inset:0}.stldocs-root .stldocs-listview{overflow-y:scroll}.stldocs-root .stldocs-listview .stldocs-listview-item:not(:last-child){border-bottom:1px solid var(--cds-border)}.stldocs-root .stldocs-listview [data-stldocs-listview-selected=true]>:first-child{background:linear-gradient(var(--cds-fill-ghost-hover), var(--cds-fill-ghost-hover)), linear-gradient(var(--cds-surface-panel), var(--cds-surface-panel));border-radius:.5rem}.stldocs-root .stldocs-tooltip-host{display:inline-block}.stldocs-root .stldocs-tooltip-content{border:1px solid var(--cds-border);background:var(--cds-surface-popover);border-radius:8px;padding:.2rem .4rem}.stldocs-root .stldocs-tooltip-content *{font-size:.8rem!important}.stldocs-root .stldocs-tooltip-content{visibility:hidden;opacity:0;max-width:400px;max-height:300px;transition:opacity .3s ease-in-out,visibility .3s step-end .3s;position:absolute;overflow:auto}.stldocs-root .stldocs-tooltip-content .stldocs-property-description{display:none}.stldocs-root .stldocs-tooltip:hover .stldocs-tooltip-content{visibility:visible;opacity:1;transition-delay:0s,0s}.stldocs-root .stldocs-visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.stldocs-root .stldocs-breadcrumbs{align-items:center;gap:.5rem;display:flex}.stldocs-root .stldocs-breadcrumbs svg{width:1rem;min-width:1rem;stroke:var(--cds-text-secondary);opacity:.25;margin:0}.stldocs-root .stldocs-breadcrumbs .stldocs-breadcrumbs-non-link,.stldocs-root .stldocs-breadcrumbs .stldocs-breadcrumbs-link{color:var(--cds-text-secondary);font-size:var(--stl-typography-scale-sm);line-height:150%;text-decoration:none}.stldocs-root .stldocs-breadcrumbs .stldocs-breadcrumbs-link:hover{color:var(--cds-text-primary);text-decoration:underline}.stldocs-root .stldocs-breadcrumbs .stldocs-breadcrumbs-item{align-items:center;gap:.5rem;margin:0;display:flex}.stldocs-root .stldocs-expand-toggle{font-size:var(--stl-typography-scale-sm);-webkit-user-select:none;user-select:none;flex-grow:1;justify-content:flex-end;display:flex}.stldocs-root .stldocs-expand-toggle[data-stldocs-property-toggle-expanded=false] .stldocs-expand-toggle-content:last-child,.stldocs-root .stldocs-expand-toggle[data-stldocs-property-toggle-expanded=true] .stldocs-expand-toggle-content:first-child{display:none}.stldocs-root .stldocs-expand-toggle .stldocs-expand-toggle-content{cursor:pointer}.stldocs-root .stldocs-expand-toggle .stldocs-expand-toggle-content .stldocs-icon{vertical-align:middle}.stldocs-root .stldocs-property:has(.stldocs-deep-link-button){grid-template-rows:auto auto;grid-template-columns:auto minmax(0,max-content) 1fr;gap:0;width:100%;display:grid}.stldocs-root .stldocs-property:has(.stldocs-deep-link-button)>.stldocs-expander{grid-area:1/1/-1/-1;grid-template-columns:subgrid;grid-template-rows:subgrid;display:grid}.stldocs-root .stldocs-property:has(.stldocs-deep-link-button)>.stldocs-expander>.stldocs-expander-summary{grid-area:1/1/auto/-1;grid-template-columns:subgrid;grid-template-rows:subgrid;display:grid}.stldocs-root .stldocs-property:has(.stldocs-deep-link-button)>.stldocs-expander>.stldocs-expander-summary>.stldocs-expander-summary-icon{grid-column:1}.stldocs-root .stldocs-property:has(.stldocs-deep-link-button)>.stldocs-expander>.stldocs-expander-summary>.stldocs-expander-summary-content{grid-column:2}.stldocs-root .stldocs-property:has(.stldocs-deep-link-button)>.stldocs-expander>.stldocs-expander-content{grid-area:2/2/auto/-1}.stldocs-root .stldocs-property:has(.stldocs-deep-link-button)>.stldocs-expander::details-content{grid-area:2/2/auto/-1}.stldocs-root .stldocs-property:has(.stldocs-deep-link-button)>.stldocs-property-info{grid-area:1/2}.stldocs-root .stldocs-property:has(.stldocs-deep-link-button)>.stldocs-deep-link-button{grid-area:1/span 1/auto/-1;place-self:center start;margin-top:-1rem;margin-bottom:-1rem;margin-left:.25em;animation:.2s ease-out .3s both stldocs-deep-link-delay-enter;display:none}.stldocs-root .stldocs-property:has(.stldocs-deep-link-button)>.stldocs-deep-link-button svg{width:1em;height:1em}.stldocs-root .stldocs-property:has(.stldocs-deep-link-button)>.stldocs-expander:has(>.stldocs-expander-summary:hover)+.stldocs-deep-link-button,.stldocs-root .stldocs-property:has(.stldocs-deep-link-button):not(:has(>.stldocs-expander)):hover>.stldocs-deep-link-button,.stldocs-root .stldocs-property:has(.stldocs-deep-link-button)>.stldocs-deep-link-button:is(:hover,:focus){display:flex}@keyframes stldocs-deep-link-delay-enter{0%{opacity:0;display:none;scale:.85}to{opacity:1;scale:.99}}.stldocs-root .stldocs-overview .stldocs-overview-header{padding:var(--stldocs-title-padding-y) 0}.stldocs-root .stldocs-overview .stldocs-overview-header>*{max-width:var(--stldocs-content-width);margin:auto 0}.stldocs-root .stldocs-overview .stldocs-overview-header .stldocs-overview-header-info{align-items:center;height:40px;margin-top:16px;display:flex}.stldocs-root .stldocs-overview .stldocs-overview-header .stldocs-overview-header-info .stldocs-overview-header-info-timestamp{font-size:var(--stl-typography-scale-xs);color:var(--cds-text-primary);opacity:.5}.stldocs-root .stldocs-overview .stldocs-resource{padding:2rem 0}.stldocs-root .stldocs-overview .stldocs-resource:not([data-stl-resource-language=terraform]) .stldocs-resource-content{max-width:var(--stldocs-content-width);margin:auto 0}.stldocs-root .stldocs-overview .stldocs-resource .stldocs-resource-header{opacity:.85;flex-direction:column;gap:16px;display:flex}.stldocs-root .stldocs-overview .stldocs-resource .stldocs-resource-header .stldocs-resource-title .stldocs-icon{color:var(--cds-text-muted);vertical-align:middle;height:1rem;margin-left:8px;display:inline}.stldocs-root .stldocs-overview .stldocs-resource .stldocs-resource-header .stldocs-resource-title .stldocs-resource-title-segment{color:var(--cds-text-primary);margin-right:8px}.stldocs-root .stldocs-overview .stldocs-resource .stldocs-resource-header .stldocs-resource-title .stldocs-resource-title-segment:not(:last-child){color:var(--cds-text-secondary);font-weight:400}.stldocs-root .stldocs-overview .stldocs-resource .stldocs-resource-header .stldocs-resource-name{font-family:var(--cds-font-mono);color:var(--cds-text-primary)}.stldocs-root .stldocs-overview .stldocs-resource .stldocs-resource-header .stldocs-resource-description{font-size:var(--stl-typography-scale-base);color:var(--cds-text-secondary);line-height:150%}.stldocs-root .stldocs-overview .stldocs-resource .stldocs-resource-content .stldocs-resource-content-group{flex-direction:column;display:flex}.stldocs-root .stldocs-overview .stldocs-resource .stldocs-resource-content .stldocs-resource-content-group .stldocs-resource-content-group-model-title{padding-top:var(--stldocs-content-padding-block);color:var(--cds-text-muted);padding-bottom:.5rem;font-size:1rem;font-weight:400;display:flex}.stldocs-root .stldocs-overview .stldocs-resource .stldocs-resource-content .stldocs-resource-content-group .stldocs-resource-content-group-name{color:var(--cds-text-muted)}.stldocs-root .stldocs-overview .stldocs-resource .stldocs-resource-content .stldocs-resource-content-group .stldocs-resource-content-properties{margin-left:calc(-1 * var(--stldocs-expander-margin-shift))}.stldocs-root .stldocs-overview>.stldocs-resource:nth-child(2){padding-top:0}.stldocs-root .stldocs-overview .stldocs-method-summary,.stldocs-root .stldocs-overview .stldocs-method{padding:var(--stldocs-content-padding-block) 0}:is(.stldocs-root .stldocs-overview .stldocs-method-summary,.stldocs-root .stldocs-overview .stldocs-method) .stldocs-method-header{flex-direction:column;gap:4px;display:flex}:is(.stldocs-root .stldocs-overview .stldocs-method-summary,.stldocs-root .stldocs-overview .stldocs-method) .stldocs-method-header .stldocs-method-title{margin-bottom:2px}:is(.stldocs-root .stldocs-overview .stldocs-method-summary,.stldocs-root .stldocs-overview .stldocs-method) .stldocs-method-header .stldocs-method-title a:hover{text-decoration:underline}:is(.stldocs-root .stldocs-overview .stldocs-method-summary,.stldocs-root .stldocs-overview .stldocs-method) .stldocs-method-header .stldocs-method-route{padding-top:4px}:is(.stldocs-root .stldocs-overview .stldocs-method-summary,.stldocs-root .stldocs-overview .stldocs-method) .stldocs-method-signature{max-width:var(--stldocs-content-width);text-overflow:ellipsis;overflow:hidden}:is(.stldocs-root .stldocs-overview .stldocs-method-summary,.stldocs-root .stldocs-overview .stldocs-method) .stldocs-method-description{color:var(--cds-text-muted);height:1.7rem;padding-bottom:var(--stldocs-content-padding-block);line-height:1.7rem;overflow-y:hidden}:is(.stldocs-root .stldocs-overview .stldocs-method-summary,.stldocs-root .stldocs-overview .stldocs-method) .stldocs-method-description .stldocs-content>*{white-space:nowrap;text-overflow:ellipsis;overflow-x:hidden}.stldocs-root .stldocs-method-header .stldocs-method-route{gap:4px;padding:0;display:flex}.stldocs-root .stldocs-method-header .stldocs-method-route .stldocs-method-route-endpoint{font-family:var(--cds-font-mono);font-size:var(--stl-typography-scale-sm);color:var(--cds-text-secondary);text-overflow:ellipsis;white-space:nowrap;align-content:center;line-height:120%;overflow:hidden}.stldocs-root .stldocs-property-deprecated-message{color:var(--cds-text-secondary);font-size:var(--stl-typography-scale-sm)}.stldocs-root .stldocs-property,.stldocs-root .stldocs-model{font-size:var(--stl-typography-scale-sm);flex-direction:column;gap:.8rem;padding:.5rem 0;display:flex}:is(.stldocs-root .stldocs-property,.stldocs-root .stldocs-model):has(.stldocs-expander-summary-content .stldocs-property-description) .stldocs-expander-content>.stldocs-property-description{padding-top:.75rem}:is(.stldocs-root .stldocs-property,.stldocs-root .stldocs-model) .stldocs-expander-summary-content{max-width:100%}:is(.stldocs-root .stldocs-property,.stldocs-root .stldocs-model) .stldocs-property-header{flex-wrap:wrap;align-items:baseline;gap:.5rem;display:flex}:is(.stldocs-root .stldocs-property,.stldocs-root .stldocs-model) .stldocs-property-info{flex-direction:column;display:flex}:is(.stldocs-root .stldocs-property,.stldocs-root .stldocs-model) .stldocs-property-info>.stldocs-property-type>.stldocs-text-identifier{color:var(--cds-text-primary)}:is(.stldocs-root .stldocs-property,.stldocs-root .stldocs-model) .stldocs-property-type{font-family:var(--cds-font-mono);color:var(--cds-text-muted)}:is(.stldocs-root .stldocs-property,.stldocs-root .stldocs-model) .stldocs-type-preview:is([data-stldocs-language=http] .stldocs-type-preview){font-family:var(--cds-font-sans)}:is(:is(.stldocs-root .stldocs-property,.stldocs-root .stldocs-model) .stldocs-property-type,:is(.stldocs-root .stldocs-property,.stldocs-root .stldocs-model) .stldocs-property-declaration) .stldocs-type-preview[data-stldocs-type-preview=union] .stldocs-type-preview[data-stldocs-type-preview=properties]{display:none}:is(.stldocs-root .stldocs-property,.stldocs-root .stldocs-model) .stldocs-property-declaration:has(.stldocs-property-deprecated) .stldocs-type-propertyname:not(.stldocs-type *) .stldocs-text-identifier,:is(.stldocs-root .stldocs-property,.stldocs-root .stldocs-model) .stldocs-property-header:has(.stldocs-property-deprecated) .stldocs-property-name{color:var(--cds-text-secondary)}:is(.stldocs-root .stldocs-property,.stldocs-root .stldocs-model) .stldocs-property-declaration{white-space:nowrap;text-overflow:ellipsis;border-radius:var(--stl-ui-layout-border-radius-xs);min-width:0;max-width:max-content;padding-inline:var(--stl-ui-layout-border-radius-xs);margin-left:calc(-1 * var(--stl-ui-layout-border-radius-xs));background-color:#0000;transition:background-color .1s;overflow:hidden}:is(.stldocs-root .stldocs-property,.stldocs-root .stldocs-model) .stldocs-property-declaration .stldocs-property-deprecated{margin-left:.44rem}:is(.stldocs-root .stldocs-property,.stldocs-root .stldocs-model) .stldocs-property-info:is(:target,.stldocs-property-highlighted) .stldocs-property-declaration{background-color:var(--cds-bg-accent);transition:background-color .1s}:is(.stldocs-root .stldocs-property,.stldocs-root .stldocs-model) .stldocs-property-description,:is(.stldocs-root .stldocs-property,.stldocs-root .stldocs-model) .stldocs-property-title,:is(.stldocs-root .stldocs-property,.stldocs-root .stldocs-model) .stldocs-property-content{font-size:var(--stl-typography-scale-sm);color:var(--cds-text-secondary)}:is(:is(.stldocs-root .stldocs-property,.stldocs-root .stldocs-model) .stldocs-property-description,:is(.stldocs-root .stldocs-property,.stldocs-root .stldocs-model) .stldocs-property-title,:is(.stldocs-root .stldocs-property,.stldocs-root .stldocs-model) .stldocs-property-content) .stldocs-content{color:inherit;font-size:inherit}:is(.stldocs-root .stldocs-property,.stldocs-root .stldocs-model) .stldocs-property-name{font-family:var(--cds-font-mono);color:var(--cds-text-primary);font-weight:700}:is(.stldocs-root .stldocs-property,.stldocs-root .stldocs-model) .stldocs-property-annotation{color:var(--cds-text-muted);margin-top:.5rem}:is(.stldocs-root .stldocs-property,.stldocs-root .stldocs-model) .stldocs-property-typename{font-size:var(--stl-typography-scale-xs);color:var(--cds-text-muted);line-height:175%}:is(.stldocs-root .stldocs-property,.stldocs-root .stldocs-model) .stldocs-property-typename .stldocs-type-reference{color:var(--cds-text-accent);font-size:.8rem;font-weight:600}:is(.stldocs-root .stldocs-property,.stldocs-root .stldocs-model) .stldocs-property-type .stldocs-truncation{white-space:nowrap;margin-right:.2rem}:is(.stldocs-root .stldocs-property,.stldocs-root .stldocs-model) .stldocs-property-badges{text-transform:lowercase;gap:.5rem;font-size:.85rem;line-height:1.5rem;display:flex}:is(.stldocs-root .stldocs-property,.stldocs-root .stldocs-model) .stldocs-property-constraints{display:flex}:is(.stldocs-root .stldocs-property,.stldocs-root .stldocs-model) .stldocs-property-constraint{color:var(--cds-text-secondary)}:is(.stldocs-root .stldocs-property,.stldocs-root .stldocs-model) .stldocs-property-constraint:not(:last-child):after{content:", ";color:var(--cds-text-secondary);margin-right:.4rem}:is(.stldocs-root .stldocs-property,.stldocs-root .stldocs-model) .stldocs-property-constraint .stldocs-property-constraint-name{color:var(--cds-text-secondary)}:is(.stldocs-root .stldocs-property,.stldocs-root .stldocs-model) .stldocs-property-constraint .stldocs-property-constraint-name:after{content:":";margin-right:.4rem}:is(.stldocs-root .stldocs-property,.stldocs-root .stldocs-model) .stldocs-property-type:not(:first-child),:is(.stldocs-root .stldocs-property,.stldocs-root .stldocs-model) .stldocs-property .stldocs-property-type{font-size:.8rem}.stldocs-root .stldocs-properties{flex-direction:column;line-height:150%;display:flex}.stldocs-root .stldocs-property{padding:.2rem 0}.stldocs-root .stldocs-property:not(.stldocs-property .stldocs-property)>.stldocs-property-info{margin-left:var(--stldocs-expander-margin-shift)}.stldocs-root .stldocs-tooltip-content .stldocs-property{border:0;gap:.1rem;padding:.1rem!important}.stldocs-root .stldocs-method-signature{font-family:var(--cds-font-mono);font-size:var(--stl-typography-scale-sm);color:var(--cds-text-muted);white-space:pre-wrap;word-wrap:break-word;font-weight:400;line-height:1.5rem}.stldocs-root .stldocs-method-signature .stldocs-signature-qualified{color:var(--cds-text-secondary);font-weight:400}.stldocs-root .stldocs-method-signature .stldocs-signature-name{color:var(--cds-text-primary);font-weight:600}.stldocs-root .stldocs-method-signature .stldoc-signature-params .stldocs-text-identifier,.stldocs-root .stldocs-method-signature .stldocs-type{color:var(--cds-text-primary)}.stldocs-root .stldocs-method-signature .stldocs-type-preview[data-stldocs-type-preview=properties]{display:none}.stldocs-root .stldocs-method-signature .stldocs-method-badges{margin-top:1rem}.stldocs-root .stldocs-method .stldocs-method-header{padding:var(--stldocs-title-padding-y) var(--stldocs-content-padding-inline) var(--stldocs-content-padding-block)}.stldocs-root .stldocs-method .stldocs-method-header .stldocs-method-title{font-size:var(--stl-typography-text-h1);letter-spacing:-.03em}.stldocs-root .stldocs-method .stldocs-method-header .stldocs-method-signature{margin-top:.75rem}.stldocs-root .stldocs-method .stldocs-method-header .stldocs-method-route{padding-top:12px}.stldocs-root .stldocs-method .stldocs-method-description{padding-bottom:var(--stldocs-content-padding-block);grid-area:1/1/2/2}.stldocs-root .stldocs-method .stldocs-method-description code{font-size:.93rem;line-height:150%}.stldocs-root .stldocs-method .stldocs-method-example{grid-area:2/1/3/2;margin-top:1rem}.stldocs-root .stldocs-method .stldocs-method-example .stldocs-snippet-multi-response{display:none}.stldocs-root .stldocs-method .stldocs-snippet-multi-response{border:1px solid var(--cds-border);border-radius:12px}.stldocs-root .stldocs-method .stldocs-snippet-multi-response:is(.stldocs-method-response-column .stldocs-snippet-multi-response){overflow:clip}.stldocs-root .stldocs-method .stldocs-snippet-multi-response:is(.stldocs-method-response-column .stldocs-snippet-multi-response) .stldocs-snippet{padding:0}.stldocs-root .stldocs-method .stldocs-snippet-multi-response .stldocs-snippet{background-color:#0000;border:none;border-radius:0}.stldocs-root .stldocs-method .stldocs-snippet-multi-response .stldocs-snippet-code .shiki{padding:.5rem}.stldocs-root .stldocs-method .stldocs-method-info{padding:var(--stldocs-content-padding-block) 0;font-size:var(--stl-typography-scale-sm);flex-direction:column;grid-area:3/1/4/2;gap:2rem;margin-top:2.5rem;display:flex}.stldocs-root .stldocs-method .stldocs-method-info h5{display:flex}.stldocs-root .stldocs-method .stldocs-method-available-languages a{color:var(--cds-text-accent);-webkit-text-decoration-color:rgb(from currentColor r g b / calc(alpha * .4));-webkit-text-decoration-color:rgb(from currentColor r g b / calc(alpha * .4));-webkit-text-decoration-color:rgb(from currentColor r g b / calc(alpha * .4));text-decoration-color:rgb(from currentColor r g b / calc(alpha * .4));transition:text-decoration-color .1s ease-out}.stldocs-root .stldocs-method .stldocs-method-info-section{flex-direction:column;gap:.5rem;display:flex}.stldocs-root .stldocs-method .stldocs-method-info-section h5 [data-cds=Badge]{margin-left:.5em}.stldocs-root .stldocs-method .stldocs-method-content-column{display:contents}.stldocs-root .stldocs-method .stldocs-method-body{padding:var(--stldocs-content-padding-block) 0;grid-template-rows:repeat(4,auto);grid-template-columns:minmax(0,1fr);gap:2rem;display:grid}.stldocs-root .stldocs-method .stldocs-method-body .stldocs-method-description p{color:var(--cds-text-secondary);line-height:150%}.stldocs-root .stldocs-method .stldocs-method-body h5{color:var(--cds-text-muted);font-weight:400;font-size:var(--stl-typography-scale-base)}.stldocs-root .stldocs-method .stldocs-method-body .stldocs-method-parameters,.stldocs-root .stldocs-method .stldocs-method-body .stldocs-method-parameters,.stldocs-root .stldocs-method .stldocs-method-body .stldocs-method-returns{margin-left:calc(-1 * var(--stldocs-expander-margin-shift))}.stldocs-root .stldocs-method .stldocs-method-body .stldocs-method-parameters{flex-direction:column;gap:.5rem;display:flex}.stldocs-root .stldocs-method .stldocs-method-body .stldocs-method-parameters h5{margin-left:var(--stldocs-expander-margin-shift)}.stldocs-root .stldocs-method .stldocs-method-body .stldocs-terraform-resource-title{font-family:var(--cds-font-mono);white-space:nowrap;text-overflow:ellipsis;font-size:1.1rem;overflow:hidden}.stldocs-root .stldocs-method .stldocs-snippet,.stldocs-root .stldocs-method .stldocs-snippet-multi{top:calc(var(--sl-nav-height) + 1rem);z-index:5;position:sticky}.stldocs-root .stldocs-method .stldocs-snippet{font-size:var(--stl-typography-scale-sm);font-family:var(--cds-font-mono);background-color:var(--cds-bg-neutral);border:1px solid var(--cds-border);border-radius:calc(12px + .25rem);flex-direction:column;padding:.25rem;display:flex}.stldocs-root .stldocs-method .stldocs-snippet .stldocs-snippet-request{--shiki-background:transparent;border:1px solid var(--cds-border);background-color:#0000;border-radius:12px;position:relative}.stldocs-root .stldocs-method .stldocs-snippet .stldocs-snippet-request .stldocs-snippet-code{border-bottom-right-radius:12px;border-bottom-left-radius:12px}.stldocs-root .stldocs-method .stldocs-snippet .stldocs-snippet-request-title{color:var(--cds-text-secondary);border-bottom:1px solid var(--cds-border);font-family:var(--cds-font-sans);background-color:#0000;border-top-left-radius:12px;border-top-right-radius:12px;justify-content:space-between;gap:.5rem;padding:.5rem .5rem .5rem .75rem;display:flex}.stldocs-root .stldocs-method .stldocs-snippet .stldocs-snippet-request-title .stldocs-snippet-request-title-method{flex-grow:1;min-width:0}.stldocs-root .stldocs-method .stldocs-snippet .stldocs-snippet-request-title .stldocs-snippet-request-title-method,.stldocs-root .stldocs-method .stldocs-snippet .stldocs-snippet-request-title .stldocs-snippet-request-title-content{align-items:center;gap:.5rem;display:flex}.stldocs-root .stldocs-method .stldocs-snippet .stldocs-snippet-request-title h3{font-style:normal;font-weight:500;line-height:100%;font-size:inherit;font-family:var(--cds-font-sans);color:var(--cds-text-primary);white-space:nowrap;text-overflow:ellipsis;margin:0;overflow:hidden}@media (min-width:1280px){.stldocs-root .stldocs-method .stldocs-snippet .stldocs-snippet-request-title .stldocs-snippet-request-title-label{display:none}}.stldocs-root .stldocs-method .stldocs-snippet .stldocs-snippet-request-title .stldocs-icon{width:16px}.stldocs-root .stldocs-method .stldocs-snippet .stldocs-snippet-request-title .stldocs-snippet-request-title-content{font-family:var(--cds-font-sans);gap:.5rem;display:flex}.stldocs-root .stldocs-method .stldocs-snippet .stldocs-snippet-request-title .stldocs-snippet-request-title-content .stldocs-snippet-request-title-language{color:var(--cds-text-primary);cursor:pointer;align-items:center;gap:4px;display:flex;position:relative}.stldocs-root .stldocs-method .stldocs-snippet .stldocs-snippet-request-title .stldocs-snippet-request-title-content .stldocs-snippet-request-title-language select{z-index:5;align-items:center;padding-right:25px;display:flex}.stldocs-root .stldocs-method .stldocs-snippet .stldocs-snippet-response-pane{--shiki-background:transparent;padding:.5rem;display:none}.stldocs-root .stldocs-method .stldocs-snippet .stldocs-snippet-response-pane.stldocs-snippet-response-pane-active{display:block}.stldocs-root .stldocs-method .stldocs-snippet .stldocs-snippet-response-pane .stldocs-snippet-code{padding:0}.stldocs-root .stldocs-method .stldocs-snippet .stldocs-snippet-response{margin-top:1rem}.stldocs-root .stldocs-method .stldocs-method-response-column{flex-direction:column;gap:1rem;margin-top:2.5rem;display:flex}.stldocs-root .stldocs-method .stldocs-snippet-code{width:0;min-width:100%;white-space:preserve nowrap;max-height:560px;font-size:var(--stl-typography-scale-sm);will-change:height;scrollbar-color:var(--cds-border) transparent;padding:1rem;line-height:1.5;transition:height .24s;display:block;overflow:auto}.stldocs-root .stldocs-method .stldocs-snippet-code pre,.stldocs-root .stldocs-method .stldocs-snippet-code .shiki{width:max-content;min-width:100%;margin:0;padding:0}.stldocs-root .stldocs-method .stldocs-snippet-code pre.shiki{counter-reset:codeblock-line}.stldocs-root .stldocs-method .stldocs-snippet-code pre.shiki .line{counter-increment:codeblock-line}.stldocs-root .stldocs-method .stldocs-snippet-code pre.shiki .line:before{content:counter(codeblock-line);color:var(--cds-text-muted);opacity:.5;text-align:right;width:1rem;margin-right:1rem;display:inline-flex}.stldocs-root .stldocs-method .stldocs-snippet-code pre.shiki .line.ellipsis{opacity:.5;color:var(--cds-text-muted)!important}.stldocs-root .stldocs-method .stldocs-snippet-footer{border-top:1px solid var(--cds-border);padding:.5rem}.stldocs-root .stldocs-method .stldocs-snippet-response-tab{border-bottom:1px solid var(--cds-border);gap:.5rem;display:flex;overflow-x:auto}.stldocs-root .stldocs-method .stldocs-snippet-response-tab .stldocs-snippet-response-tab-item{border-bottom:2px solid #0000;flex:1;min-width:160px;height:40px}.stldocs-root .stldocs-method .stldocs-snippet-response-tab .stldocs-snippet-response-tab-item button{white-space:nowrap;text-overflow:ellipsis;vertical-align:middle;width:100%;color:var(--cds-text-secondary);overflow:hidden}.stldocs-root .stldocs-method .stldocs-snippet-response-tab .stldocs-snippet-response-tab-item button:hover{background-color:var(--cds-fill-ghost-hover)}.stldocs-root .stldocs-method .stldocs-snippet-response-tab .stldocs-snippet-response-tab-item-active{border-color:var(--cds-fill-accent)}.stldocs-root .stldocs-method .stldocs-snippet-response-tab .stldocs-snippet-response-tab-item-active button{color:var(--cds-text-primary)}.stldocs-root .stldocs-method .stldocs-snippet-response-tab.stldocs-snippet-response-tab-single-return{background-color:var(--cds-bg-neutral)}.stldocs-root .stldocs-method .stldocs-snippet-response-tab.stldocs-snippet-response-tab-single-return .stldocs-snippet-response-tab-item{color:var(--cds-text-secondary);border:none;font-weight:400;display:flex}.stldocs-root .stldocs-method .stldocs-snippet-response-tab.stldocs-snippet-response-tab-single-return .stldocs-snippet-response-tab-item button{cursor:default;justify-content:flex-start;height:auto}.stldocs-root .stldocs-method .stldocs-snippet-response-tab.stldocs-snippet-response-tab-single-return .stldocs-snippet-response-tab-item button:hover{background-color:#0000}.stldocs-root .stldocs-method .stldocs-markdown :first-child{margin-top:0}.stldocs-root .stldocs-method .stldocs-snippet-multi .stldocs-snippet-multi-tabs{background:var(--cds-bg-neutral);border:1px solid var(--cds-border);border-radius:calc(var(--stl-ui-layout-border-radius) + .25rem);scrollbar-color:var(--cds-border) transparent;font-size:var(--stl-typography-scale-sm);flex-wrap:nowrap;max-width:max-content;margin-bottom:.5rem;padding:.25rem;line-height:1;display:flex;overflow-x:scroll}.stldocs-root .stldocs-method .stldocs-snippet-multi .stldocs-snippet-multi-tabs .stldocs-snippet-multi-tab{border-radius:var(--stl-ui-layout-border-radius);color:var(--cds-text-secondary);border:1px solid #0000;flex:none;padding:9px 14px;font-weight:400}.stldocs-root .stldocs-method .stldocs-snippet-multi .stldocs-snippet-multi-tabs .stldocs-snippet-multi-tab>input{display:none}.stldocs-root .stldocs-method .stldocs-snippet-multi .stldocs-snippet-multi-tabs .stldocs-snippet-multi-tab:has(>:checked){background-color:var(--cds-surface-panel);border-color:var(--cds-border);color:var(--cds-text-primary);font-weight:500}.stldocs-root .stldocs-method .stldocs-snippet-multi .stldocs-snippet-multi-pane{display:none}.stldocs-root .stldocs-method .stldocs-snippet-multi .stldocs-snippet-multi-pane.stldocs-snippet-multi-pane-active{display:block}.stldocs-root .stldocs-language-block{border:1px solid var(--cds-border);background-color:#0000;border-radius:8px;flex-direction:column;gap:8px;padding:16px;display:flex}.stldocs-root .stldocs-language-block .stldocs-language-block-content{gap:12px;display:flex}.stldocs-root .stldocs-language-block .stldocs-language-block-content .stldocs-language-block-content-icon{border:1px solid var(--cds-border);aspect-ratio:1;border-radius:4px;padding:12px;display:inline-flex}.stldocs-root .stldocs-language-block .stldocs-language-block-content .stldocs-language-block-content-info .stldocs-language-block-content-info-language{font-weight:600;line-height:120%}.stldocs-root .stldocs-language-block .stldocs-language-block-content .stldocs-language-block-content-info .stldocs-language-block-content-info-version{font-family:var(--cds-font-mono);font-size:var(--stl-typography-scale-sm);font-weight:200}.stldocs-root .stldocs-language-block .stldocs-language-block-install{font-family:var(--cds-font-mono);font-size:var(--stl-typography-scale-sm);background-color:var(--cds-alpha-1);border:1px solid var(--cds-border);color:var(--cds-text-secondary);border-radius:4px;padding:4px 8px;display:flex}.stldocs-root .stldocs-language-block .stldocs-language-block-install pre{white-space:nowrap;text-overflow:ellipsis;flex-grow:1;align-items:center;display:flex;overflow-x:hidden}.stldocs-root .stldocs-language-block .stldocs-language-block-install svg{vertical-align:middle;min-width:16px}.stldocs-root .stldocs-language-block .stldocs-language-block-links{gap:8px;display:flex}.stldocs-root .stldocs-language-block .stldocs-language-block-links>a:last-child{flex-grow:1}.stldocs-callout-deprecation-warning{max-width:max-content;margin-block:1rem .5rem}@media (min-width:1280px){.stldocs-root .stldocs-method.stldocs-method-double-pane .stldocs-method-example{flex:500px;width:100%;max-width:100%}.stldocs-root .stldocs-method.stldocs-method-double-pane .stldocs-method-body{flex-direction:row;gap:2rem}}@media (max-width:50rem){.stldocs-root .stldocs-method-body{padding:1rem var(--stldocs-content-padding-inline)!important}.stldocs-root .stldocs-resource .stldocs-resource-content{padding:0 var(--stldocs-content-padding-inline)!important}.stldocs-root .stldocs-resource .stldocs-resource-content .stldocs-resource-content-properties{margin-left:0!important}}@media (min-width:50rem){.stldocs-root .stldocs-method .stldocs-method-header{padding:var(--stldocs-title-padding-y) 0}}@media (min-width:1280px){.stldocs-root .stldocs-method.stldocs-method-double-pane .stldocs-method-content-column{display:block}.stldocs-root .stldocs-method.stldocs-method-double-pane .stldocs-method-body{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"description example";grid-template-rows:unset}.stldocs-root .stldocs-method.stldocs-method-double-pane .stldocs-method-body .stldocs-snippet .stldocs-snippet-response{display:block}.stldocs-root .stldocs-method.stldocs-method-double-pane .stldocs-method-body .stldocs-snippet .stldocs-snippet-response-pane{--shiki-background:transparent;padding:0;position:relative}.stldocs-root .stldocs-method.stldocs-method-double-pane .stldocs-method-body .stldocs-snippet .stldocs-snippet-multi-response{padding:0;display:block}.stldocs-root .stldocs-method.stldocs-method-double-pane .stldocs-method-body .stldocs-snippet .stldocs-snippet-response-tab{margin-inline:-.5rem;padding-inline:.5rem}.stldocs-root .stldocs-method.stldocs-method-double-pane .stldocs-method-body .stldocs-method-response-column{margin-top:0;display:none}.stldocs-root .stldocs-method.stldocs-method-double-pane .stldocs-method-body .stldocs-method-content-column{grid-area:description}.stldocs-root .stldocs-method.stldocs-method-double-pane .stldocs-method-body .stldocs-method-example{grid-area:example;margin-top:0}.stldocs-root .stldocs-method.stldocs-method-double-pane .stldocs-method-body .stldocs-method-example .stldocs-snippet-multi-response{border:none;display:block}.stldocs-root .stldocs-method.stldocs-method-double-pane .stldocs-method-body .stldocs-method-example .stldocs-snippet-multi-response .stldocs-snippet{background-color:#0000;border:none}.stldocs-root .stldocs-method.stldocs-method-double-pane .stldocs-method-body .stldocs-method-info{grid-area:unset;margin-top:0}.stldocs-root .stldocs-method.stldocs-method-double-pane .stldocs-method-body .stldocs-snippet-response-tab{margin-bottom:.5rem}.stldocs-root .stldocs-method.stldocs-method-double-pane .stldocs-method-body .stldocs-snippet-response-tab.stldocs-snippet-response-tab-single-return,.stldocs-root .stldocs-method.stldocs-method-double-pane .stldocs-method-body .stldocs-snippet-response-tab.stldocs-snippet-response-tab-single-return .stldocs-snippet-response-tab-item button:hover{background-color:#0000}}:root{--stldocs-sidebar-item-padding-inline:.75rem;--stldocs-sidebar-item-padding-block:.375rem;--stldocs-sidebar-indent:.75rem}.stldocs-sidebar{font-family:var(--cds-font-sans);font-size:var(--stl-typography-scale-sm);background-color:#0000}.stldocs-sidebar ul,.stldocs-sidebar summary{list-style-type:none}.stldocs-sidebar .stldocs-expander-summary,.stldocs-sidebar .stldocs-sidebar-entry-group>a{font-weight:500}.stldocs-sidebar .stldocs-expander-summary{-webkit-user-select:none;user-select:none;align-items:center;display:flex}.stldocs-sidebar .stldocs-expander-summary .stldocs-expander-summary-icon{opacity:.65;border-radius:4px;margin-left:4px;transition:opacity .1s ease-out,transform .1s ease-out}.stldocs-sidebar .stldocs-expander-summary .stldocs-expander-summary-icon:hover{background-color:var(--cds-fill-ghost-hover)}.stldocs-sidebar .stldocs-expander-summary span[aria-hidden=true]{opacity:0}.stldocs-sidebar .stldocs-sidebar-entry-group{position:relative}.stldocs-sidebar .stldocs-sidebar-entry-group>a{padding-block:var(--stldocs-sidebar-item-padding-block);padding-inline:var(--stldocs-sidebar-item-padding-inline);position:absolute;top:0;left:0;right:0}.stldocs-sidebar .stldocs-sidebar-expander[open]>.stldocs-expander-summary .stldocs-expander-summary-icon{opacity:1;transform:rotate(90deg)}.stldocs-sidebar .stldocs-sidebar-expander:not([open])>.stldocs-sidebar-list{display:none}.stldocs-sidebar .stldocs-sidebar-entry,.stldocs-sidebar .stldocs-expander-summary{border-radius:8px;margin:0}.stldocs-sidebar .stldocs-expander-summary,.stldocs-sidebar .stldocs-sidebar-entry-link a{padding:var(--stldocs-sidebar-item-padding-block) var(--stldocs-sidebar-item-padding-inline)}.stldocs-sidebar summary.stldocs-expander-summary,.stldocs-sidebar .stldocs-sidebar-entry-link a{cursor:pointer}.stldocs-sidebar .stldocs-sidebar-entry-link a:hover{color:var(--cds-text-primary)}.stldocs-sidebar .stldocs-sidebar-entry-link a{color:var(--cds-text-secondary);font-weight:400;text-decoration:none;display:flex}.stldocs-sidebar .stldocs-sidebar-entry-link a span{font-weight:inherit}.stldocs-sidebar .stldocs-sidebar-entry-link a:hover{text-decoration:underline;-webkit-text-decoration-color:var(--cds-text-secondary);-webkit-text-decoration-color:var(--cds-text-secondary);-webkit-text-decoration-color:var(--cds-text-secondary);text-decoration-color:var(--cds-text-secondary)}.stldocs-sidebar .stldocs-sidebar-entry-link a[aria-current=page]{color:var(--cds-text-primary);font-weight:500}.stldocs-sidebar .stldocs-sidebar-entry-group:has(>a) .stldocs-expander-summary>span{pointer-events:none}.stldocs-sidebar .stldocs-sidebar-entry-link:has(>a:is(:hover,[aria-current=page])),.stldocs-sidebar .stldocs-sidebar-entry-group:has(>a:is(:hover,[aria-current=page]))>.stldocs-sidebar-expander>.stldocs-expander-summary,.stldocs-sidebar summary.stldocs-expander-summary:hover{background-color:var(--cds-fill-ghost-hover)}.stldocs-sidebar .stldocs-sidebar-list .stldocs-sidebar-list :is(.stldocs-expander-summary,.stldocs-sidebar-entry){border-start-start-radius:0;border-end-start-radius:0}.stldocs-sidebar .stldocs-sidebar-list{padding:0}.stldocs-sidebar .stldocs-sidebar-list .stldocs-sidebar-list .stldocs-sidebar-entry{border-inline-start:1px solid var(--cds-border);margin-inline-start:var(--stldocs-sidebar-indent)}.stldocs-sidebar .stldocs-sidebar-list .stldocs-sidebar-list .stldocs-sidebar-entry>a[aria-current=page]{border-inline-start:2px solid var(--cds-fill-accent);margin-inline-start:-1px;padding-inline-start:calc(var(--stldocs-sidebar-item-padding-inline) - 1px)}.stldocs-sidebar .stldocs-sidebar-entry-link>a,.stldocs-sidebar .stldocs-sidebar-entry-group>a,.stldocs-sidebar .stldocs-sidebar-entry-group .stldocs-expander-summary>span{align-items:center;gap:8px;display:flex}
.stldocs-root [id]{scroll-margin-top:calc(5rem + var(--docs-preview-bar-offset,0px))}.anchor-highlight{border-radius:.25rem;margin:-.25rem;padding:.25rem;animation:2s ease-out highlight-flash}@keyframes highlight-flash{0%{background-color:color-mix(in srgb, var(--cds-fill-accent) 30%, transparent)}to{background-color:#0000}}.stldocs-root{--stldocs-title-padding-y:0}.stldocs-root .stldocs-method .stldocs-method-header{padding-left:0;padding-right:0}@media (max-width:50rem){.stldocs-root .stldocs-method-body,.stldocs-root .stldocs-resource .stldocs-resource-content{padding-left:0!important;padding-right:0!important}.stldocs-root .stldocs-resource .stldocs-resource-content .stldocs-resource-content-properties{margin-left:calc(-1 * var(--stldocs-expander-margin-shift))!important}}.stldocs-overview-header{font-family:var(--cds-font-voice);margin-bottom:2rem}.stldocs-overview .stldocs-method-summary .stldocs-method-title{font-size:1.25rem;margin-bottom:.5rem!important}.stldocs-overview .stldocs-method-summary .stldocs-method-header{margin-bottom:0!important}.stldocs-root h1,.stldocs-root h2,.stldocs-root h3,.stldocs-root h4,.stldocs-root h5{font-family:var(--cds-font-voice);font-weight:500}.stldocs-sidebar{gap:var(--cds-gap-md);flex-direction:column;display:flex}.docs-sidebar-separators>div+div{position:relative}.docs-sidebar-separators>div+div:before{content:"";top:calc(var(--cds-gap-md) / -2);height:var(--cds-ring-hairline);background:var(--cds-border);position:absolute;inset-inline:0}.stldocs-type-reference a{color:var(--cds-text-accent);text-decoration:none}.stldocs-type-reference a:hover{background-color:var(--cds-fill-accent)}@supports (color:color-mix(in lab, red, red)){.stldocs-type-reference a:hover{background-color:color-mix(in srgb, var(--cds-fill-accent) 25%, transparent)}}.stldocs-type-reference a:hover{text-decoration:underline}.stldocs-root .stldocs-method .stldocs-method-header{margin-bottom:1rem!important}.stldocs-root .stldocs-method .stldocs-method-header .stldocs-method-title{font-family:var(--cds-font-voice);letter-spacing:normal;font-size:1.75rem;margin-bottom:2rem!important}.stldocs-root .stldocs-method .stldocs-method-body h5{color:var(--cds-text-primary)}.stldocs-root .stldocs-property>.stldocs-property-info{border-top:.5px solid var(--cds-border);padding-top:1rem;padding-bottom:1rem}.stldocs-root .stldocs-property-annotation{margin-bottom:1rem}.stldocs-root :is(.stldocs-property,.stldocs-model) .stldocs-property-declaration{text-wrap:wrap;align-items:center;display:flex;overflow:visible}.stldocs-root :is(.stldocs-property,.stldocs-model) .property-anchor-link{order:1;margin-block:-.75rem}.stldocs-root :is(.stldocs-property,.stldocs-model) .property-deprecated-nobreak{white-space:nowrap}.stldocs-root :is(.stldocs-property,.stldocs-model) .property-deprecated-nobreak [data-cds=Badge]{margin-left:.44rem}.stldocs-root :is(.stldocs-property,.stldocs-model) .stldocs-property-declaration:has(.property-deprecated-nobreak) .stldocs-type-propertyname:not(.stldocs-type *) .stldocs-text-identifier{color:var(--cds-text-secondary)}.stldocs-root :is(.stldocs-property,.stldocs-model) .stldocs-property-declaration:has(.property-deprecated-nobreak) .stldocs-type-brace:last-child{white-space:nowrap}.stldocs-root :is(.stldocs-property,.stldocs-model) .stldocs-property-info:is(:target,.stldocs-property-highlighted) .stldocs-property-declaration{background-color:#0000}.stldocs-root :is(.stldocs-property,.stldocs-model) .stldocs-property-info:is(:target,.stldocs-property-highlighted) .property-declaration-inner{border-radius:var(--stl-ui-layout-border-radius-xs);padding-inline:var(--stl-ui-layout-border-radius-xs);animation:1.5s ease-out property-highlight-flash}.stldocs-root .stldocs-property-info:has(:focus-visible) .property-anchor-link{opacity:1}@media (hover:hover){.stldocs-root .stldocs-property-info:hover .property-anchor-link{opacity:1}}.stldocs-root :is(.stldocs-property,.stldocs-model) .stldocs-property-badges{margin-left:.5rem;display:inline-flex}.stldocs-root .stldocs-property-description{padding-top:0}:is(.stldocs-root .stldocs-property-declaration,.stldocs-root .stldocs-property-type,.stldocs-root .stldocs-type:not(.stldocs-property-typename .stldocs-type)) .stldocs-type-propertyname .stldocs-text-identifier{font-family:var(--cds-font-mono)}.stldocs-root .stldocs-expander .stldocs-expander-summary{align-items:flex-start}.stldocs-root .stldocs-expander .stldocs-expander-summary .stldocs-expander-summary-icon{margin-top:1rem}.stldocs-root .stldocs-expander .stldocs-expander-summary .stldocs-expander-summary-content{cursor:pointer}:is(.stldocs-root .stldocs-expander>.stldocs-expander-summary>.stldocs-expander-summary-icon,.stldocs-root .stldocs-expander:is([open],[data-open=true])>.stldocs-expander-summary>.stldocs-expander-summary-icon)>:first-child,:is(.stldocs-root .stldocs-expander>.stldocs-expander-summary>.stldocs-expander-summary-icon,.stldocs-root .stldocs-expander:is([open],[data-open=true])>.stldocs-expander-summary>.stldocs-expander-summary-icon)>:last-child{display:inline}.stldocs-root .stldocs-expander:is([open],[data-open=true])>.stldocs-expander-summary>.stldocs-expander-summary-icon>.api-expander-caret{transform:rotate(90deg)}.stldocs-root .stldocs-tooltip-content{display:none}.stldocs-root .stldocs-deep-link-button{display:none!important}.stldocs-root .stldocs-property:has(.stldocs-deep-link-button){grid-template-columns:auto minmax(0,1fr) 0}.stldocs-root .stldocs-property-children .stldocs-property:has(>.stldocs-expander){width:calc(100% + var(--stldocs-expander-margin-shift))}.stldocs-root .stldocs-expand-toggle{display:none!important}.stldocs-root .stldocs-expander-summary{cursor:pointer;align-items:center}.stldocs-root .stldocs-expander[open]>.stldocs-expander-content{flex-direction:column;gap:1rem;display:flex}.stldocs-root .stldocs-property{padding:0}.stldocs-root .stldocs-model{gap:1rem;padding:0}.stldocs-root .stldocs-snippet-request-title-language{align-items:center;gap:.25rem;display:flex}.stldocs-root .stldocs-method .stldocs-snippet{background-color:var(--cds-surface-0);font-family:inherit}.stldocs-root .stldocs-method .stldocs-snippet .stldocs-snippet-request-title .stldocs-snippet-request-title-method>h5{line-height:1.2}.stldocs-root .stldocs-method .stldocs-snippet .stldocs-snippet-request-title .stldocs-snippet-request-title-content .stldocs-snippet-request-title-language{cursor:auto}.stldocs-root a.inline-link.inline-link{text-underline-offset:3px;text-decoration:underline}.stldocs-root a.inline-link.inline-link:not(:is(:hover,:focus)){text-decoration-color:currentColor}@supports (color:color-mix(in lab, red, red)){.stldocs-root a.inline-link.inline-link:not(:is(:hover,:focus)){-webkit-text-decoration-color:color-mix(in srgb, currentColor, transparent 60%);-webkit-text-decoration-color:color-mix(in srgb, currentColor, transparent 60%);-webkit-text-decoration-color:color-mix(in srgb, currentColor, transparent 60%);text-decoration-color:color-mix(in srgb, currentColor, transparent 60%)}}.stldocs-root .refkit-resource-banners.refkit-resource-banners a{text-underline-offset:3px;text-decoration:underline}.stldocs-root .refkit-resource-banners.refkit-resource-banners a:not(:is(:hover,:focus)){text-decoration-color:currentColor}@supports (color:color-mix(in lab, red, red)){.stldocs-root .refkit-resource-banners.refkit-resource-banners a:not(:is(:hover,:focus)){-webkit-text-decoration-color:color-mix(in srgb, currentColor, transparent 60%);-webkit-text-decoration-color:color-mix(in srgb, currentColor, transparent 60%);-webkit-text-decoration-color:color-mix(in srgb, currentColor, transparent 60%);text-decoration-color:color-mix(in srgb, currentColor, transparent 60%)}}.stldocs-root .stldocs-method.stldocs-method-double-pane .stldocs-method-body .stldocs-snippet{background-color:#0000}.stldocs-root .stldocs-snippet-request-title{background-color:var(--cds-surface-1)!important}.stldocs-root .stldocs-snippet-multi-response{margin-top:1rem}.stldocs-root .stldocs-snippet-multi-response .stldocs-snippet{border:1px solid var(--cds-border);border-radius:12px;overflow:hidden;padding:0!important}.stldocs-root .stldocs-snippet-multi-response .stldocs-snippet .stldocs-snippet-response-tab{background-color:var(--cds-surface-0);padding:0 .5rem;margin:0!important}@media (min-width:1280px){.stldocs-root .stldocs-snippet-multi-response .stldocs-snippet .stldocs-snippet-response-tab.stldocs-snippet-response-tab-single-return,.stldocs-root .stldocs-snippet-multi-response .stldocs-snippet .stldocs-snippet-request-title{background-color:var(--cds-surface-1)!important}}.stldocs-root .stldocs-snippet-multi-response .stldocs-snippet .stldocs-snippet-response-tab-item button{margin-block:calc(var(--spacing,.25rem) * 3);margin-left:calc(var(--spacing,.25rem) * 1.5);text-align:left;font-size:var(--stl-typography-scale-sm);font-weight:500!important}.stldocs-root .stldocs-snippet-multi-response .stldocs-snippet .stldocs-snippet-response-pane{border-top:1px solid var(--cds-border)}.stldocs-root .stldocs-snippet-multi-response .stldocs-snippet .stldocs-snippet-response-pane:before{display:none}.stldocs-root .stldocs-snippet-code{background-color:var(--cds-surface-0)!important}.stldocs-root .stldocs-method-signature{line-height:1.4rem}.stldocs-root .hljs-comment,.stldocs-root .hljs-quote{color:var(--hljs-comment)}.stldocs-root .hljs-keyword,.stldocs-root .hljs-selector-tag,.stldocs-root .hljs-subst{color:var(--hljs-keyword)}.stldocs-root .hljs-string,.stldocs-root .hljs-title,.stldocs-root .hljs-section,.stldocs-root .hljs-type,.stldocs-root .hljs-template-tag,.stldocs-root .hljs-template-variable{color:var(--hljs-string)}.stldocs-root .hljs-number,.stldocs-root .hljs-literal,.stldocs-root .hljs-variable,.stldocs-root .hljs-regexp,.stldocs-root .hljs-link{color:var(--hljs-number)}.stldocs-root .hljs-function,.stldocs-root .hljs-title.function_{color:var(--hljs-function)}.stldocs-root .hljs-params{color:var(--hljs-variable)}.stldocs-root .hljs-class,.stldocs-root .hljs-title.class_,.stldocs-root .hljs-title.class_.inherited__{color:var(--hljs-class)}.stldocs-root .hljs-attr,.stldocs-root .hljs-attribute{color:var(--hljs-attr)}.stldocs-root .hljs-built_in,.stldocs-root .hljs-symbol{color:var(--hljs-built-in)}.stldocs-root .hljs-tag{color:var(--hljs-tag)}:is(.stldocs-root .stldocs-property,.stldocs-root .stldocs-model):has(.stldocs-expander-summary-content .stldocs-property-description) .stldocs-expander-content>.stldocs-property-description{padding-top:0}.shiki .line:last-child:empty{display:none}.shiki span{color:var(--shiki-light)!important}[data-mode=dark] .shiki span{color:var(--shiki-dark)!important}@media (prefers-color-scheme:dark){[data-mode=system] .shiki span,:root:not([data-mode]) .shiki span{color:var(--shiki-dark)!important}}@keyframes property-highlight-flash{0%,30%{background-color:var(--cds-bg-accent)}to{background-color:#0000}}
