code-block{margin:2rem -1rem;display:block;position:relative}pre{flex-direction:column;padding:1.25rem 0;display:flex;overflow:scroll}pre span.line:last-child:empty{display:none}pre span.line:last-child:has(span:empty){display:none}span.lang{--border-width:2px;background:var(--code-bg);border-radius:0 .5rem;padding:.2rem .5rem;font-size:.75rem;position:absolute;top:0;right:0}button.copy{--border-width:2px;font-size:var(--text-xs);background:var(--code-bg);cursor:pointer;border:none;border-radius:.5rem 0;place-items:center;padding:.2rem .5rem;display:grid;position:absolute;bottom:0;right:0}.astro-code,.astro-code span.line:not(:-webkit-any(.diff,.highlighted)){background-color:var(--blockquote-bg)!important}.astro-code,.astro-code span.line:not(:-moz-any(.diff,.highlighted)){background-color:var(--blockquote-bg)!important}.astro-code,.astro-code span.line:not(:is(.diff,.highlighted)){background-color:var(--blockquote-bg)!important}.astro-code{counter-reset:step;counter-increment:step 0}.astro-code .line{position:relative}.astro-code .line:before{content:counter(step);counter-increment:step;text-align:right;width:1rem;color:var(--text-muted);margin-left:1rem;margin-right:1.5rem;display:inline-block}.astro-code.has-diff .line.diff{width:100%;display:inline-block}.astro-code.has-diff .line.diff:after{text-align:center;width:1rem;color:var(--text-muted);content:" ";display:inline-block;position:absolute;top:0;bottom:0;left:2.25rem}.astro-code.has-diff .line.diff.remove{background-color:var(--color-error-bg)}.astro-code.has-diff .line.diff.remove:after{color:var(--color-error);content:"-"}.astro-code.has-diff .line.diff.add{background-color:var(--color-success-bg)}.astro-code.has-diff .line.diff.add:after{color:var(--color-success);content:"+"}.astro-code.has-highlighted .line.highlighted{--border-width:3px;background-color:var(--highlight-color);border-left:var(--border-width)solid var(--color-primary);width:100%;display:inline-block}.astro-code.has-highlighted .line.highlighted:before{margin-left:calc(1rem - var(--border-width))}.astro-code .highlighted-word{outline:1px solid var(--highlight-color);border-radius:2px;padding:1px 2px}@media (prefers-reduced-motion:no-preference){.astro-code.has-focused:has(.focused) .line{transition:opacity var(--speed-regular),filter var(--speed-regular)}.astro-code.has-focused:has(.focused) div{transition:opacity var(--speed-regular),filter var(--speed-regular)}}.astro-code.has-focused:has(.focused):not(:hover) .line:not(.focused){opacity:.5;filter:blur(.033rem)}.astro-code.has-focused:has(.focused):not(:hover) div:not(.focused div){opacity:.5;filter:blur(.033rem)}@media (prefers-color-scheme:dark){.astro-code,.astro-code span{color:var(--shiki-dark)!important}}:root{--twoslash-border-color:var(--border-color);--twoslash-underline-color:currentColor;--twoslash-highlighted-border:var(--border-color);--twoslash-highlighted-bg:var(--highlight-color);--twoslash-popup-bg:var(--blockquote-bg);--twoslash-popup-color:inherit;--twoslash-popup-shadow:#00000014 0px 1px 4px;--twoslash-docs-color:#888;--twoslash-docs-font:sans-serif;--twoslash-code-font:inherit;--twoslash-code-font-size:var(--text-xs);--twoslash-matched-color:inherit;--twoslash-unmatched-color:#888;--twoslash-cursor-color:#8888;--twoslash-error-color:var(--color-error);--twoslash-error-bg:var(--color-error-bg);--twoslash-warn-color:var(--color-warning);--twoslash-warn-bg:var(--color-warning-bg);--twoslash-tag-color:var(--color-info);--twoslash-tag-bg:var(--color-info-bg);--twoslash-tag-warn-color:var(--twoslash-warn-color);--twoslash-tag-warn-bg:var(--twoslash-warn-bg);--twoslash-tag-annotate-color:var(--color-success);--twoslash-tag-annotate-bg:var(--color-success-bg)}@media (prefers-reduced-motion:reduce){.twoslash *{transition:none!important}}.twoslash:hover .twoslash-hover:not(.twoslash-query-presisted){border-color:var(--twoslash-underline-color)}.twoslash .twoslash-hover{transition-timing-function:ease;transition:border-color var(--speed-regular);border-bottom:1px dotted #0000;position:relative}.twoslash .twoslash-popup-container{opacity:0;background:var(--twoslash-popup-bg);color:var(--twoslash-popup-color);border:1px solid var(--twoslash-border-color);transition:opacity var(--speed-regular);pointer-events:none;z-index:10;-webkit-user-select:none;user-select:none;text-align:left;box-shadow:var(--twoslash-popup-shadow);border-radius:4px;flex-direction:column;max-width:760px;display:inline-flex;position:absolute;top:4px}@media not (min-width:760px){.twoslash .twoslash-popup-container{max-width:90vw}}.twoslash .twoslash-popup-container[data-state=show]{opacity:1;pointer-events:auto;-webkit-user-select:auto;user-select:auto}.twoslash .twoslash-popup-container>code{font-family:var(--mono-1);font-size:var(--text-sm);white-space:pre-wrap;border-radius:.25rem}.twoslash .twoslash-query-presisted .twoslash-popup-container>code{white-space:pre}.twoslash .twoslash-query-presisted .twoslash-popup-container{z-index:9;transform:translateY(1.5em)}.twoslash .twoslash-hover:hover .twoslash-popup-container,.twoslash .twoslash-error-hover:hover .twoslash-popup-container,.twoslash .twoslash-query-presisted .twoslash-popup-container{opacity:1;pointer-events:auto}.twoslash .twoslash-popup-container:hover{-webkit-user-select:auto;user-select:auto}.twoslash .twoslash-popup-arrow{border-top:1px solid var(--twoslash-border-color);border-right:1px solid var(--twoslash-border-color);background:var(--twoslash-popup-bg);pointer-events:none;width:6px;height:6px;position:absolute;top:-4px;left:1em;transform:rotate(-45deg)}.twoslash .twoslash-popup-code,.twoslash .twoslash-popup-error,.twoslash .twoslash-popup-docs{padding:6px 8px!important}.twoslash .twoslash-popup-code{font-family:var(--twoslash-code-font);font-size:var(--twoslash-code-font-size)}.twoslash .twoslash-popup-docs{color:var(--twoslash-docs-color);font-family:var(--twoslash-docs-font);border-top:1px solid var(--twoslash-border-color);font-size:.8em}.twoslash .twoslash-popup-error{color:var(--twoslash-error-color);background-color:var(--twoslash-error-bg);font-family:var(--twoslash-docs-font);font-size:.8em}.twoslash .twoslash-popup-docs-tags{font-family:var(--twoslash-docs-font);flex-direction:column;display:flex}.twoslash .twoslash-popup-docs-tags,.twoslash .twoslash-popup-docs-tag-name{margin-right:.5em}.twoslash .twoslash-popup-docs-tag-name{font-family:var(--twoslash-code-font)}.twoslash .twoslash-error-line{background-color:var(--twoslash-error-bg);border-left:3px solid var(--twoslash-error-color);color:var(--twoslash-error-color);width:max-content;min-width:100%;margin:.2em 0;padding:6px 12px;position:relative}.twoslash .twoslash-error-line.twoslash-error-level-warning{background-color:var(--twoslash-warn-bg);border-left:3px solid var(--twoslash-warn-color);color:var(--twoslash-warn-color)}.twoslash .twoslash-error{background:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%206%203'%20enable-background%3D'new%200%200%206%203'%20height%3D'3'%20width%3D'6'%3E%3Cg%20fill%3D'%23c94824'%3E%3Cpolygon%20points%3D'5.5%2C0%202.5%2C3%201.1%2C3%204.1%2C0'%2F%3E%3Cpolygon%20points%3D'4%2C0%206%2C2%206%2C0.6%205.4%2C0'%2F%3E%3Cpolygon%20points%3D'0%2C2%201%2C3%202.4%2C3%200%2C0.6'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") 0 100% repeat-x;padding-bottom:2px}.twoslash .twoslash-error.twoslash-error-level-warning{background:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%206%203'%20enable-background%3D'new%200%200%206%203'%20height%3D'3'%20width%3D'6'%3E%3Cg%20fill%3D'%23c37d0d'%3E%3Cpolygon%20points%3D'5.5%2C0%202.5%2C3%201.1%2C3%204.1%2C0'%2F%3E%3Cpolygon%20points%3D'4%2C0%206%2C2%206%2C0.6%205.4%2C0'%2F%3E%3Cpolygon%20points%3D'0%2C2%201%2C3%202.4%2C3%200%2C0.6'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") 0 100% repeat-x;padding-bottom:2px}.twoslash .twoslash-completion-cursor{position:relative}.twoslash .twoslash-completion-cursor .twoslash-completion-list{-webkit-user-select:none;user-select:none;z-index:8;box-shadow:var(--twoslash-popup-shadow);background:var(--twoslash-popup-bg);border:1px solid var(--twoslash-border-color);margin:3px 0 0 -1px;display:inline-block;position:absolute;top:0;left:0;transform:translateY(1.2em)}.twoslash-completion-list{flex-direction:column;gap:4px;width:240px;padding:4px;font-size:.8rem;display:flex}.twoslash-completion-list:hover{-webkit-user-select:auto;user-select:auto}.twoslash-completion-list:before{background-color:var(--twoslash-cursor-color);content:" ";width:2px;height:1.4em;position:absolute;top:-1.6em;left:-1px}.twoslash-completion-list li{align-items:center;gap:.25em;line-height:1em;display:flex;overflow:hidden}.twoslash-completion-list li span.twoslash-completions-unmatched{color:var(--twoslash-unmatched-color)}.twoslash-completion-list .deprecated{opacity:.5;text-decoration:line-through}.twoslash-completion-list li span.twoslash-completions-matched{color:var(--twoslash-matched-color)}.twoslash-highlighted{background-color:var(--twoslash-highlighted-bg);border:1px solid var(--twoslash-highlighted-border);border-radius:4px;margin:-1px -3px;padding:1px 2px}.twoslash-completion-list .twoslash-completions-icon{color:var(--twoslash-unmatched-color);flex:none;width:1em;display:flex}.twoslash .twoslash-tag-line{background-color:var(--twoslash-tag-bg);border-left:3px solid var(--twoslash-tag-color);color:var(--twoslash-tag-color);align-items:center;gap:.3em;width:max-content;min-width:100%;margin:.2em 0;padding:6px 10px;display:flex;position:relative}.twoslash .twoslash-tag-line .twoslash-tag-icon{width:1.1em;color:inherit}.twoslash .twoslash-tag-line.twoslash-tag-error-line{background-color:var(--twoslash-error-bg);border-left:3px solid var(--twoslash-error-color);color:var(--twoslash-error-color)}.twoslash .twoslash-tag-line.twoslash-tag-warn-line{background-color:var(--twoslash-tag-warn-bg);border-left:3px solid var(--twoslash-tag-warn-color);color:var(--twoslash-tag-warn-color)}.twoslash .twoslash-tag-line.twoslash-tag-annotate-line{background-color:var(--twoslash-tag-annotate-bg);border-left:3px solid var(--twoslash-tag-annotate-color);color:var(--twoslash-tag-annotate-color)}
