@charset "UTF-8";a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,embed,em,figure,figcaption,fieldset,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;box-sizing:border-box;margin:0;padding:0;vertical-align:baseline}a{background:var(--theme-border-subdued);color:var(--theme-text)}:where(html.dark) a{background:var(--color-gray-15)}a:hover{background:var(--theme-focused-foreground);color:var(--theme-text)}a:focus{background:var(--theme-focused-foreground);color:var(--theme-text);outline:0}a:active{background:var(--theme-focused-foreground);color:var(--theme-text)}ul{list-style-position:inside;list-style-type:"▪";text-indent:-1ch}ol{list-style-type:"";list-style-position:inside;counter-reset:cupcake;text-indent:-1ch}ul ul,ul ol,ol ul,ol ol{padding-left:2ch}ol li{padding-left:1ch;counter-increment:cupcake}ul li:before{content:" ";display:inline-block;width:1ch;height:0;visibility:hidden}ol li:before{content:counters(cupcake,".") ". "}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}html,body{--ansi-0-black: #000000;--ansi-1-maroon: #800000;--ansi-2-green: #008000;--ansi-3-olive: #808000;--ansi-4-navy: #000080;--ansi-5-purple: #800080;--ansi-6-teal: #008080;--ansi-7-silver: #c0c0c0;--ansi-8-gray: #808080;--ansi-9-red: #ff0000;--ansi-10-lime: #00ff00;--ansi-11-yellow: #ffff00;--ansi-12-blue: #0000ff;--ansi-13-fuchsia: #ff00ff;--ansi-14-aqua: #00ffff;--ansi-15-white: #ffffff;--ansi-100-yellow4a: #878700;--ansi-148-yellow3a: #afd700;--ansi-232-gray-3: #080808;--ansi-235-gray-15: #262626;--ansi-237-gray-23: #3a3a3a;--ansi-240-gray-35: #585858;--ansi-242-gray-42: #6c6c6c;--ansi-245-gray-54: #8a8a8a;--ansi-248-gray-66: #a8a8a8;--ansi-251-gray-78: #c6c6c6;--ansi-254-gray-89: #e4e4e4;--ansi-255-gray-93: #eeeeee;--ansi-bright-green: #55ff55;--ansi-true-brand: #e4f221;--color-black: var(--ansi-0-black);--color-white: var(--ansi-15-white);--color-green: var(--ansi-2-green);--color-lime: var(--ansi-10-lime);--color-bright-green: var(--ansi-bright-green);--color-brand: var(--ansi-true-brand);--color-gray-93: var(--ansi-255-gray-93);--color-gray-89: var(--ansi-254-gray-89);--color-gray-78: var(--ansi-251-gray-78);--color-gray-66: var(--ansi-248-gray-66);--color-gray-54: var(--ansi-245-gray-54);--color-gray-42: var(--ansi-242-gray-42);--color-gray-35: var(--ansi-240-gray-35);--color-gray-23: var(--ansi-237-gray-23);--color-gray-15: var(--ansi-235-gray-15);--color-gray-3: var(--ansi-232-gray-3);--color-black-alpha-40: rgba(0, 0, 0, .4);--color-white-alpha-40: rgba(255, 255, 255, .4);--color-gray-89-border-alpha: rgba(228, 228, 228, .6);--color-gray-23-border-alpha: rgba(58, 58, 58, .3);--color-brand-alpha-50: rgba(228, 242, 33, .5);--font-family-mono: "GeistMono-Regular", Consolas, monaco, monospace;--theme-line-height-base: 1.25;--font-size: 16px;--z-index-page: 1;--z-index-page-select: 3;--z-index-page-tooltips: 4;--z-index-page-popover: 5;--z-index-page-dropdown-menus: 6;--z-index-page-modals: 10;background:var(--theme-background);color:var(--theme-text);font-family:var(--font-family-mono);line-height:calc(var(--theme-line-height-base) * 1rem);font-size:var(--font-size);font-optical-sizing:auto;text-rendering:geometricPrecision;font-weight:400;font-variant-numeric:tabular-nums lining-nums}html::-webkit-scrollbar,body::-webkit-scrollbar{background:transparent;height:calc(var(--theme-line-height-base) * 1rem);width:1ch}html::-webkit-scrollbar-track,body::-webkit-scrollbar-track{background:var(--theme-background)}html::-webkit-scrollbar-thumb,body::-webkit-scrollbar-thumb{background:var(--theme-border)}html::-webkit-scrollbar-thumb:hover,body::-webkit-scrollbar-thumb:hover{background:var(--theme-border)}body.theme-light,html:not(.dark) body{--theme-overlay: var(--color-black-alpha-40);--theme-background: var(--color-white);--theme-background-modal: var(--color-gray-89);--theme-background-modal-footer: var(--color-gray-66);--theme-background-input: var(--color-gray-89);--theme-border: var(--color-gray-89);--theme-border-subdued: var(--color-gray-89-border-alpha);--theme-text: var(--color-black);--theme-button: var(--color-black);--theme-button-text: var(--color-white);--theme-button-foreground: var(--color-gray-78);--theme-button-background: var(--color-gray-89);--theme-focused-foreground: var(--color-bright-green);--theme-focused-foreground-subdued: var(--color-brand-alpha-50);--theme-window-background: var(--color-gray-89);--theme-window-shadow: var(--color-gray-66)}body.theme-dark,html.dark body{--theme-overlay: var(--color-black-alpha-40);--theme-background: var(--color-black);--theme-background-modal: var(--color-gray-23);--theme-background-modal-footer: var(--color-gray-35);--theme-background-input: var(--color-gray-23);--theme-border: var(--color-gray-15);--theme-border-subdued: var(--color-gray-23-border-alpha);--theme-text: var(--color-white);--theme-button: var(--color-white);--theme-button-text: var(--color-black);--theme-button-foreground: var(--color-gray-15);--theme-button-background: var(--color-gray-23);--theme-focused-foreground: oklch(from var(--ansi-13-fuchsia) .55 c h);--theme-focused-foreground-subdued: oklch(from var(--ansi-13-fuchsia) .55 c h / .5);--theme-window-background: var(--color-gray-23);--theme-window-shadow: var(--color-gray-15)}body.tint-green{--tint: #39ff44}body.tint-blue{--tint: #0047ff}body.tint-red{--tint: #ff0000}body.tint-yellow{--tint: var(--ansi-true-brand)}body.tint-purple{--tint: #8000ff}body.tint-orange{--tint: #ffac1c}body.tint-pink{--tint: #ff00ff}body.theme-light.tint-green,html:not(.dark) body.tint-green,body.theme-light.tint-blue,html:not(.dark) body.tint-blue,body.theme-light.tint-red,html:not(.dark) body.tint-red,body.theme-light.tint-yellow,html:not(.dark) body.tint-yellow,body.theme-light.tint-purple,html:not(.dark) body.tint-purple,body.theme-light.tint-orange,html:not(.dark) body.tint-orange,body.theme-light.tint-pink,html:not(.dark) body.tint-pink{--theme-overlay: var(--color-black-alpha-40);--theme-background: oklch(from var(--tint) .97 calc(c*.1) h);--theme-background-modal: oklch(from var(--tint) .92 calc(c*.18) h);--theme-background-modal-footer: oklch(from var(--tint) .86 calc(c*.22) h);--theme-background-input: oklch(from var(--tint) .97 calc(c*.1) h);--theme-border: oklch(from var(--tint) .84 calc(c*.28) h);--theme-border-subdued: oklch(from var(--tint) .92 calc(c*.18) h);--theme-text: oklch(from var(--tint) .18 calc(c*.4) h);--theme-button: oklch(from var(--tint) .18 calc(c*.4) h);--theme-button-text: oklch(from var(--tint) .97 calc(c*.1) h);--theme-button-foreground: oklch(from var(--tint) .86 calc(c*.22) h);--theme-button-background: oklch(from var(--tint) .92 calc(c*.18) h);--theme-focused-foreground: oklch(from var(--tint) .62 c h);--theme-focused-foreground-subdued: oklch(from var(--tint) .62 c h / .5);--theme-window-background: oklch(from var(--tint) .92 calc(c*.18) h);--theme-window-shadow: oklch(from var(--tint) .7 calc(c*.28) h)}body.theme-dark.tint-green,html.dark body.tint-green,body.theme-dark.tint-blue,html.dark body.tint-blue,body.theme-dark.tint-red,html.dark body.tint-red,body.theme-dark.tint-yellow,html.dark body.tint-yellow,body.theme-dark.tint-purple,html.dark body.tint-purple,body.theme-dark.tint-orange,html.dark body.tint-orange,body.theme-dark.tint-pink,html.dark body.tint-pink{--theme-overlay: var(--color-black-alpha-40);--theme-background: oklch(from var(--tint) .14 calc(c*.18) h);--theme-background-modal: oklch(from var(--tint) .24 calc(c*.22) h);--theme-background-modal-footer: oklch(from var(--tint) .3 calc(c*.24) h);--theme-background-input: oklch(from var(--tint) .28 calc(c/5) h);--theme-border: oklch(from var(--tint) .4 calc(c*.28) h);--theme-border-subdued: oklch(from var(--tint) .4 calc(c*.28) h / .6);--theme-text: oklch(from var(--tint) .92 calc(c*.18) h);--theme-button: oklch(from var(--tint) .92 calc(c*.18) h);--theme-button-text: oklch(from var(--tint) .14 calc(c*.18) h);--theme-button-foreground: oklch(from var(--tint) .3 calc(c*.22) h);--theme-button-background: oklch(from var(--tint) .24 calc(c*.22) h);--theme-focused-foreground: oklch(from var(--tint) .72 c h);--theme-focused-foreground-subdued: oklch(from var(--tint) .72 c h / .5);--theme-window-background: oklch(from var(--tint) .24 calc(c*.22) h);--theme-window-shadow: oklch(from var(--tint) .18 calc(c/5) h)}*{margin:0;padding:0;font-family:var(--font-jetbrains-mono),monospace;text-overflow:ellipsis;text-decoration:none}html{min-height:100dvh;background:var(--theme-background);color:var(--theme-text)}body{max-width:80ch;min-height:100dvh}h1,h2{font-size:var(--font-size);font-weight:var(--font-weight);text-transform:uppercase}p,a{font-size:var(--font-size)}p>code{font-size:calc(var(--font-size) * .95);background:var(--theme-border);border:solid 1px var(--theme-border-subdued)}.astro-code{font-size:15px;margin-bottom:16px;padding:2ch;border:1px solid var(--theme-border);overflow-x:auto;text-overflow:clip}.astro-code span{font-family:var(--font-ibm-plex-mono);font-weight:500}.astro-code code{counter-reset:step;counter-increment:step 0}html.dark .svg-icon{filter:invert(96%)}html.dark .astro-code,html.dark .astro-code span{color:var(--shiki-dark)!important;background-color:var(--shiki-dark-bg)!important}@media(max-width:768px){main{margin:auto;width:99%}.astro-code{font-size:13px}}._root_1bfjy_1{display:inline-block}._line_1bfjy_5{display:inline-block;line-height:calc(var(--theme-line-height-base) * 1rem)}._link_1bfjy_10{background:var(--theme-border);border:0;color:var(--theme-text);display:inline-block;outline:0;text-decoration:none}._link_1bfjy_10:hover{background:var(--theme-focused-foreground);color:var(--theme-text)}._link_1bfjy_10:visited{color:var(--theme-text)}._link_1bfjy_10:focus{background:var(--theme-focused-foreground)}._link_1bfjy_10:active{background:var(--theme-focused-foreground)}._current_1bfjy_32{background:var(--theme-border);color:var(--theme-text);display:inline-block}._symbol_1bfjy_38{display:inline-block;margin:0 1ch;min-width:1ch}._grid_1o5mj_1{display:block;padding:calc(var(--font-size, 1rem) * var(--line-height-base, var(--line-height-base, 1.25))) 2ch calc(var(--font-size, 1rem) * var(--line-height-base, var(--line-height-base, 1.25))) 2ch}body{position:relative;max-width:none}main[data-astro-cid-fptb3fi6]{max-width:80ch;position:relative;z-index:1}.bg-grid[data-astro-cid-fptb3fi6]{position:absolute;top:0;bottom:0;left:0;width:100%;z-index:0;margin:0;background-image:repeating-linear-gradient(rgba(120,120,120,.1) 0 1px,transparent 1px 100%),repeating-linear-gradient(90deg,rgba(120,120,120,.1) 0 1px,transparent 1px 100%);background-size:1ch 1.25rem;pointer-events:none;display:block}
