@import"https://rsms.me/inter/inter.css";.icon{display:contents}.icon svg{fill:currentColor}:root{--twoslash-border-color: #8888;--twoslash-underline-color: currentColor;--twoslash-highlighted-border: #c37d0d50;--twoslash-highlighted-bg: #c37d0d20;--twoslash-popup-bg: #f8f8f8;--twoslash-popup-color: inherit;--twoslash-popup-shadow: rgba(0, 0, .08) 0px 1px 4px;--twoslash-docs-color: #888;--twoslash-docs-font: sans-serif;--twoslach-code-font: inherit;--twoslach-code-font-size: 1em;--twoslash-matched-color: inherit;--twoslash-unmatched-color: #888;--twoslash-cursor-color: #8888;--twoslash-error-color: #d45656;--twoslash-error-bg: #d4565620;--twoslash-tag-color: #3772cf;--twoslash-tag-bg: #3772cf20;--twoslash-tag-warn-color: #c37d0d;--twoslash-tag-warn-bg: #c37d0d20;--twoslash-tag-annotate-color: #1ba673;--twoslash-tag-annotate-bg: #1ba67320}@media(prefers-reduced-motion:reduce){.twoslash *{transition:none!important}}.twoslash:hover .twoslash-hover{border-color:var(--twoslash-underline-color)}.twoslash .twoslash-hover{border-bottom:1px dotted transparent;transition-timing-function:ease;transition:border-color .3s;position:relative}.twoslash .twoslash-popup-container{position:absolute;opacity:0;display:inline-flex;flex-direction:column;transform:translateY(1.1em);background:var(--twoslash-popup-bg);color:var(--twoslash-popup-color);border:1px solid var(--twoslash-border-color);transition:opacity .3s;border-radius:4px;pointer-events:none;z-index:10;user-select:none;text-align:left;box-shadow:var(--twoslash-popup-shadow)}.twoslash .twoslash-query-presisted .twoslash-popup-container{z-index:9;transform:translateY(1.5em)}.twoslash .twoslash-hover:hover .twoslash-popup-container,.twoslash .twoslash-query-presisted .twoslash-popup-container{opacity:1;pointer-events:auto}.twoslash .twoslash-popup-container:hover{user-select:auto}.twoslash .twoslash-popup-arrow{position:absolute;top:-4px;left:1em;border-top:1px solid var(--twoslash-border-color);border-right:1px solid var(--twoslash-border-color);background:var(--twoslash-popup-bg);transform:rotate(-45deg);width:6px;height:6px;pointer-events:none}.twoslash .twoslash-popup-code,.twoslash .twoslash-popup-docs{padding:6px 8px!important}.twoslash .twoslash-popup-code{font-family:var(--twoslach-code-font);font-size:var(--twoslach-code-font-size)}.twoslash .twoslash-popup-docs{color:var(--twoslash-docs-color);font-family:var(--twoslash-docs-font);font-size:.8em;border-top:1px solid var(--twoslash-border-color)}.twoslash .twoslash-popup-docs-tags{display:flex;flex-direction:column;font-family:var(--twoslash-docs-font)}.twoslash .twoslash-popup-docs-tags,.twoslash .twoslash-popup-docs-tag-name{margin-right:.5em}.twoslash .twoslash-popup-docs-tag-name{font-family:var(--twoslach-code-font)}.twoslash .twoslash-error-line{position:relative;background-color:var(--twoslash-error-bg);border-left:3px solid var(--twoslash-error-color);color:var(--twoslash-error-color);padding:6px 12px;margin:.2em 0}.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") repeat-x bottom left;padding-bottom:2px}.twoslash .twoslash-completion-cursor{position:relative}.twoslash .twoslash-completion-cursor .twoslash-completion-list{user-select:none;position:absolute;top:0;left:0;transform:translateY(1.2em);margin:3px 0 0 -1px;display:inline-block;z-index:8;box-shadow:var(--twoslash-popup-shadow);background:var(--twoslash-popup-bg);border:1px solid var(--twoslash-border-color)}.twoslash-completion-list{width:240px;font-size:.8rem;padding:4px;display:flex;flex-direction:column;gap:4px}.twoslash-completion-list:hover{user-select:auto}.twoslash-completion-list:before{background-color:var(--twoslash-cursor-color);width:2px;position:absolute;top:-1.6em;height:1.4em;left:-1px;content:" "}.twoslash-completion-list li{overflow:hidden;display:flex;align-items:center;gap:.25em;line-height:1em}.twoslash-completion-list li span.twoslash-completions-unmatched{color:var(--twoslash-unmatched-color)}.twoslash-completion-list .deprecated{text-decoration:line-through;opacity:.5}.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);padding:1px 2px;margin:-1px -3px;border-radius:4px}.twoslash-completion-list .twoslash-completions-icon{color:var(--twoslash-unmatched-color);width:1em;flex:none}.twoslash .twoslash-tag-line{position:relative;background-color:var(--twoslash-tag-bg);border-left:3px solid var(--twoslash-tag-color);color:var(--twoslash-tag-color);padding:6px 10px;margin:.2em 0;display:flex;align-items:center;gap:.3em}.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)}.twoslash .twoslash-hover{border-bottom:1px dashed transparent}.twoslash:hover .twoslash-hover{border-color:color-mix(in srgb,var(--twoslash-underline-color),transparent 60%)!important}.twoslash-popup-container{max-width:500px;overflow:auto hidden;text-wrap:stable;scrollbar-width:thin}.twoslash-popup-container::-webkit-scrollbar{width:4px;height:4px}.twoslash-popup-container .twoslash-popup-docs{width:100%;text-wrap:stable;overflow:hidden;text-overflow:ellipsis;white-space:break-spaces;font-size:.8rem}.twoslash-completion-list li{gap:.5em}.twoslash-completion-list li .twoslash-completions-icon{display:flex;height:1em;width:1em;align-items:center;justify-content:center}:root{--twoslash-border-color: #43434388;--twoslash-docs-color: var(--color-secondary);--twoslash-underline-color: currentColor;--twoslash-highlighted-border: #c37d0d50;--twoslash-highlighted-bg: #c37d0d20;--twoslash-popup-bg: #0d0d0d;--twoslash-popup-shadow: rgba(0, 0, 0, .08) 0px 1px 4px;--twoslash-matched-color: inherit;--twoslash-unmatched-color: #888;--twoslash-cursor-color: #8888;--twoslash-error-color: #d45656;--twoslash-error-bg: #d4565620;--twoslash-tag-color: #3772cf;--twoslash-tag-bg: #3772cf20;--twoslash-tag-warn-color: #c37d0d;--twoslash-tag-warn-bg: #c37d0d20;--twoslash-tag-annotate-color: #1ba673;--twoslash-tag-annotate-bg: #1ba67320}@font-face{font-family:Geist;src:url(/fonts/geist-sans/Geist-UltraBlack.woff2) format("woff2"),url(/fonts/geist-sans/Geist-UltraBlack.ttf) format("truetype");font-weight:950}@font-face{font-family:Geist;src:url(/fonts/geist-sans/Geist-Black.woff2) format("woff2"),url(/fonts/geist-sans/Geist-Black.ttf) format("truetype");font-weight:900}@font-face{font-family:Geist;src:url(/fonts/geist-sans/Geist-Bold.woff2) format("woff2"),url(/fonts/geist-sans/Geist-Bold.ttf) format("truetype");font-weight:700}@font-face{font-family:Geist;src:url(/fonts/geist-sans/Geist-Light.woff2) format("woff2"),url(/fonts/geist-sans/Geist-Light.ttf) format("truetype");font-weight:300}@font-face{font-family:Geist;src:url(/fonts/geist-sans/Geist-Medium.woff2) format("woff2"),url(/fonts/geist-sans/Geist-Medium.ttf) format("truetype");font-weight:500}@font-face{font-family:Geist;src:url(/fonts/geist-sans/Geist-Regular.woff2) format("woff2"),url(/fonts/geist-sans/Geist-Regular.ttf) format("truetype");font-weight:400}@font-face{font-family:Geist;src:url(/fonts/geist-sans/Geist-SemiBold.woff2) format("woff2"),url(/fonts/geist-sans/Geist-SemiBold.ttf) format("truetype");font-weight:600}@font-face{font-family:Geist;src:url(/fonts/geist-sans/Geist-Thin.woff2) format("woff2"),url(/fonts/geist-sans/Geist-Thin.ttf) format("truetype");font-weight:100}@font-face{font-family:Geist;src:url(/fonts/geist-sans/Geist-UltraLight.woff2) format("woff2"),url(/fonts/geist-sans/Geist-UltraLight.ttf) format("truetype");font-weight:200}@font-face{font-family:Geist Variable;src:url(/fonts/geist-sans/Geist-Variable.woff2) format("woff2"),url(/fonts/geist-sans/Geist-Variable.ttf) format("truetype");font-weight:100 950}:root{--font-primary: InterVariable, Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;--font-body: "Geist Variable", "Geist", var(--font-primary);--font-mono: "SF Mono", "Fira Code", "Fira Mono", "Roboto Mono", "Lucida Console", Monaco, monospace;--white: #fff;--black: #000;--color-primary: var(--white);--color-secondary: rgb(255 255 255 / 55%);--color-secondary-vibrant: color-mix( in lch, rgba(127, 127, 127, .5), #c2c2c2 );--fill-secondary-vibrant: color-mix( in lch, rgba(255, 255, 255, .3), rgba(255, 255, 255, .85) );--color-blue-100: #e6f2fe;--color-blue-200: #b1d6fb;--color-blue-300: #78b9f9;--color-blue-400: #59a7f5;--color-blue-500: #1f73c7;--color-blue-500-alt: #3b82f7;--color-blue-600: #1c78d4;--color-blue-700: #1b6aba;--color-blue-800: #115eaa;--color-blue-900: #135290;--color-green-100: #e6feea;--color-green-200: #83e793;--color-green-300: #36cd4f;--color-green-400: #2cbe44;--color-green-500: #29ae3f;--color-green-600: #279c3b;--color-green-700: #238934;--color-green-800: #1f8430;--color-green-900: #1e752d;--color-red-100: #fee6e6;--color-red-200: #fbb1b1;--color-red-300: #f58181;--color-red-400: #f06464;--color-red-500: #e13b3b;--color-red-600: #d02424;--color-red-700: #ba1b1b;--color-red-800: #a81e1e;--color-red-900: #8f1313;--color-yellow-100: #fef7e6;--color-yellow-200: #fdebb1;--color-yellow-300: #fcd981;--color-yellow-400: #f5d264;--color-yellow-500: #f2c029;--color-yellow-600: #d4a11e;--color-yellow-700: #b6871a;--color-yellow-800: #9c7016;--color-yellow-900: #815b12;--color-purple-100: #f3e6fe;--color-purple-200: #d8b1fc;--color-purple-300: #bd78f9;--color-purple-400: #aa59f5;--color-purple-500: #8d1cec;--color-purple-600: #7d1cd4;--color-purple-700: #6b1bba;--color-purple-800: #5a15aa;--color-purple-900: #4b1390;--color-pink-100: #fee6f0;--color-pink-200: #fbb1d8;--color-pink-300: #f581c2;--color-pink-400: #f064b2;--color-pink-500: #e13b99;--color-pink-600: #d02482;--color-pink-700: #ba1b71;--color-pink-800: #a81e6a;--color-pink-900: #8f1362;--color-orange-100: hsl(25, 90%, 88%);--color-orange-200: hsl(34, 100%, 72%);--color-orange-300: hsl(37, 91%, 60%);--color-orange-400: hsl(34, 100%, 50%);--color-orange-500: hsl(34, 100%, 47%);--color-orange-600: hsl(34, 100%, 42%);--color-orange-700: hsl(35, 100%, 38%);--color-orange-800: hsl(37, 100%, 34%);--color-orange-900: hsl(38, 100%, 30%);--color-cyan-100: #e6feff;--color-cyan-200: #b1fafa;--color-cyan-300: #78f6f6;--color-cyan-400: #59f5f5;--color-cyan-500: #1ceded;--color-cyan-600: #1cd4d4;--color-cyan-700: #1bbae0;--color-cyan-800: #15aae0;--color-cyan-900: #1390e0}*{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}html{background-color:var(--black);color:var(--white);font-family:var(--font-primary);overflow-x:hidden;overflow-y:auto;scrollbar-gutter:stable;scroll-behavior:smooth;scrollbar-width:thin;color-scheme:dark;width:100vw;font-feature-settings:"ss03" 1,"liga" 1,"calt" 1,"case" 1}html:has(.post){scrollbar-color:#646464 #000}body{overflow-x:hidden;width:100vw;min-height:100vh;height:100%}button,input,textarea{font-family:inherit}*{box-sizing:border-box;padding:0;margin:0;border:none}.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}
