a[data-astro-cid-nferif2m]{position:fixed;right:1rem;top:1rem;z-index:10;width:1.5rem;height:1.5rem;aspect-ratio:1/1;fill:var(--fg-c);transition:.2s;filter:drop-shadow(0 2px 2px #0005);pointer-events:fill}a[data-astro-cid-nferif2m]:hover,a[data-astro-cid-nferif2m]:focus{fill:var(--fg-a);animation:bubble-up .2s ease-in-out forwards;filter:drop-shadow(0 3px 42px #fff)}@font-face{font-family:Caveat;src:url(/fonts/Caveat-VariableFont_wght.ttf) format("truetype");font-weight:100 900;font-style:normal}@font-face{font-family:Fredoka;src:url(/fonts/Fredoka-VariableFont_wdth-wght.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Monaspace;src:url(/fonts/MonaspaceNeon_wght-wdth-slnt.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@property --theme-a{syntax: "<color>"; inherits: true; initial-value: #33c5f4;}@property --theme-b{syntax: "<color>"; inherits: true; initial-value: #913bff;}@property --angle{syntax: "<angle>"; inherits: false; initial-value: 0deg;}:root{--font-a: "Fredoka", system-ui, sans-serif;--font-b: "Caveat", system-ui, sans-serif;--font-mono: Monaspace, Fira Code, Menlo, Courier New, monospace;--font: 1.1rem;--font-sm: clamp(10px, calc(8px + 1vw) , 14px);--font-xs: clamp(12px, calc(6px + 1vw) , 14px);--line-height-sm: clamp(1rem, calc(.5rem + 1vw) , 1.2rem);--bg-a: black;--bg-b: #0b0d12;--bg-c: #1a1e24;--bg-d: #2a2f36;--fg-a: #f5f5f5;--fg-b: #e0e0e0;--fg-c: #c6c6c6;--fg-d: #a8a8a8;--outline: 1px solid #fff3;--radius: .5rem;--gradient: linear-gradient( in lab var(--deg, 45deg), var(--theme-a, #33c5f4), var(--theme-b, #a269cb) );--ps-gradient: linear-gradient( in lab var(--deg, 45deg), #913bff, #f44d4d );--shadow: 0rem .0469rem .0625rem rgb(0, 0, 0, .115), 0rem .1563rem .125rem hsla(0, 0%, 0%, .075), 0rem .2813rem .1875rem hsla(0, 0%, 0%, .025), 0rem .3125rem .3125rem hsla(0, 0%, 0%, .05), 0rem .625rem .625rem hsla(0, 0%, 0%, .145), 0rem .625rem 1.25rem hsla(0, 0%, 0%, .15)}.text-gradient{background-image:var(--gradient);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.text-gradient-animated{background-image:linear-gradient(var(--angle, 0deg),var(--theme-a, #33c5f4),var(--theme-b, #69cb81) 100%);background-clip:text;-webkit-text-fill-color:transparent;animation:gradient-animation 5s infinite alternate;@-moz-document url-prefix(){animation:none}}.gradient-outline{&:before{content:"";position:absolute;display:inline-block;z-index:-1;border-radius:inherit;width:100%;height:100%;padding:1px;inset:-1px 0 0 -1px;background-image:linear-gradient(var(--deg, 45deg),color-mix(in lch,var(--theme-a, #33c5f4) 25%,transparent),color-mix(in lch,var(--theme-b, #913bff) 25%,transparent) 100%);animation:gradient-animation 5s infinite alternate}&:hover{background-color:var(--gradient)}}@keyframes gradient-animation{0%{--theme-a: #33c5f4;--angle: 0deg}to{--theme-a: #f44d4d;--angle: 360deg}}.g-red:not(.plain){background-image:var(--ps-gradient);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.g-blue{background-image:var(--gradient);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.grey{-webkit-text-fill-color:var(--fg-d)}.card{width:fit-content;margin:auto;padding:.75rem 1rem;background:var(--bg-a);outline:var(--outline);border-radius:var(--radius)}:root{--shiki-foreground: #b2bde8;--shiki-background: transparent;--shiki-token-string: #773c00;--shiki-token-comment: #4d5774;--shiki-token-keyword: #33a7f4;--shiki-token-constant: #4685ec;--shiki-token-function: #ff3b86;--shiki-token-parameter: #00aaa2;--shiki-token-string-expression: #89a4e4;--shiki-token-punctuation: #89a4e4;--shiki-token-link: #a269cb}.has-focused .line{filter:blur(.095rem)}.has-focused .focused{filter:blur(0)}.has-highlighted{.line{opacity:.9;filter:brightness(.7) saturate(.7);&:has(.highlighted-word){opacity:1;filter:brightness(1) saturate(1);.highlighted-word{opacity:1;filter:brightness(1.25) saturate(1.25);font-variation-settings:"wght" 500}&:not(.highlighted) span:not(.highlighted-word){opacity:.75;filter:brightness(.7) saturate(.7)}}}.highlighted{opacity:1;filter:brightness(1.2) saturate(1.2)}}pre.astro-code code{position:relative;width:fit-content;overflow:visible}code,pre{overflow:visible}code,.code{font-family:var(--font-mono);a{color:var(--fg-a);text-decoration:#22639c dotted underline;text-decoration-thickness:1px}}:not(pre)>code,.code{position:relative;padding:.1rem .25rem 0rem;background:#1b1e28;border-radius:.2rem;outline:var(--outline);display:inline-flex;align-items:center;width:fit-content;font-size:var(--font-xs);line-height:var(--line-height-sm);vertical-align:middle;&:not(.plain):not(.g-red){background-image:var(--gradient);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}&:before{content:"";position:absolute;inset:0;display:inline-block;z-index:-1;border-radius:inherit;width:100%;height:100%;background-color:var(--bg-a)}}html{font-family:var(--font-a);background:var(--bg-b);color:var(--fg-a);font-size:1rem;-webkit-text-size-adjust:100%;text-size-adjust:100%}body{display:flex;flex-direction:column;min-height:100dvh;margin:0;padding:0;width:100%;max-width:100vw;overflow-x:hidden}p{width:clamp(20ch,42rem,100%);margin:auto;font-variation-settings:"wght" 300;font-size:var(--font);text-wrap:balance;text-align:center;line-height:1.5}em{color:var(--fg-d);font-variation-settings:"wght" 300}main,section{position:relative;display:flex;flex-direction:column;width:800px;max-width:calc(100vw - 2rem);margin:auto;color:#fff;z-index:1}section{gap:1.5rem;contain:layout}h1{font-family:var(--font-b);font-size:4rem;font-weight:00;line-height:1;text-align:center;margin-top:1rem}h2{scroll-margin-top:2rem;z-index:1;width:fit-content;margin-top:4rem;margin-right:auto;margin-bottom:0rem;margin-left:auto;font-size:3rem;text-align:center;font-weight:500;font-variation-settings:"wght" 100;a{text-decoration:transparent solid underline;transition:.2s;&:hover{text-decoration-color:var(--bg-d)}}&:not(:first-of-type){margin-top:8rem}}h3{scroll-margin-top:2rem;position:relative;margin:0 auto;font-size:2rem;font-family:var(--font-b);font-variation-settings:"wght" 100;text-align:center;&:before{content:"#";color:var(--bg-d);font-size:1rem;position:absolute;left:-.75rem;top:.5rem}&:hover:before{color:color-mix(in lch,var(--bg-d),var(--fg-d))}a{text-decoration:transparent solid underline;text-decoration-thickness:1px;transition:.1s;&:hover{text-decoration-color:color-mix(in lch,var(--bg-d),var(--fg-d))}}}a{color:var(--fg-c);text-decoration:var(--fg-d) dotted underline;text-decoration-thickness:1px}button,.btn{min-width:6rem;width:fit-content;margin:auto;padding:.5rem 1rem;border:none;border-radius:.75rem;font-family:var(--font-a);font-variation-settings:"wght" 500;font-size:1rem;cursor:pointer}.btn{position:relative;color:var(--fg-a);outline:var(--outline);--theme-a: var(--bg-a);--theme-b: var(--bg-a);background:radial-gradient(in lch circle at -25% 50%,var(--bg-a) -50%,var(--theme-b, #a269cb),var(--theme-a, #33c5f4) 80%,var(--bg-a) 120%) top right / 200% 200%;transition:background-position 2s cubic-bezier(.23,1,.32,1),background 2s cubic-bezier(.23,1,.32,1),--theme-a .5s,--theme-b .5s,opacity .15s,filter .15s;font-weight:900;&.active{--theme-a: #ff0051;--theme-b: #ff833b;background-position:60% 50%;outline-color:var(--bg-a);outline-width:2px}&:hover{background-position:50% 50%;color:var(--fg-a);&:not(.active){background-position:0% 50%;--theme-a: #33c5f4;--theme-b: #a269cb}}&:before{content:"";position:absolute;display:inline-block;z-index:-1;border-radius:inherit;width:100%;height:100%;padding:1px;inset:-1px 0 0 -1px;background-image:var(--gradient)}}br{user-select:none;pointer-events:none}br{height:1rem}br-md{height:2rem}br-lg{height:3rem}br-xl{height:5rem}footer[data-astro-cid-sckkx6r4]{text-align:center;margin-top:10rem;margin-bottom:2rem;font-family:var(--font-b)}footer[data-astro-cid-sckkx6r4] a[data-astro-cid-sckkx6r4].made-by{color:var(--fg-b);font-size:1rem;letter-spacing:-1px;font-family:var(--font-mono);font-variation-settings:"wght" 200;text-decoration-color:var(--bg-d);text-decoration-thickness:2px;text-decoration-style:wavy;transition:.2s}footer[data-astro-cid-sckkx6r4] a[data-astro-cid-sckkx6r4].made-by:hover{color:var(--fg-a);text-decoration-thickness:4px;text-decoration-style:dashed}html,body{background:#0b0d12}
