@import"https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap";.skip-to-content.svelte-1ck2na9{position:fixed;top:.5em;left:.5em;display:grid;justify-content:center;align-content:center;height:3em;padding:1em;background-color:var(--surface-0);color:var(--text);font-weight:700;text-decoration:none;border:1px solid var(--surface-0);z-index:110;transform:translateY(-120%);transition:transform var(--transition-duration) ease-out}.skip-to-content.svelte-1ck2na9:focus-visible{transform:translateY(0)}header.svelte-1ck2na9{position:fixed;top:0;left:0;width:100%;height:var(--header-height);border-bottom:1px solid transparent;transition:border-bottom-color var(--transition-duration) ease-out,backdrop-filter var(--transition-duration) ease-out;z-index:100}header.svelte-1ck2na9:is(:where(.svelte-1ck2na9):not(.top),.mobile.open:where(.svelte-1ck2na9)){border-bottom-color:var(--light-border-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.container.svelte-1ck2na9{display:flex;justify-content:space-between;gap:1em;height:100%;width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding:.5em}.logo.svelte-1ck2na9{display:flex;align-items:center;gap:.5em;padding:0 1em;color:var(--subtext-0);font-family:var(--font-mono);letter-spacing:2px;text-transform:uppercase;transition:color var(--transition-duration) linear}.logo.svelte-1ck2na9 img:where(.svelte-1ck2na9){width:2.3em;aspect-ratio:1}.logo.svelte-1ck2na9 .highlight:where(.svelte-1ck2na9){color:var(--peach)}.logo.svelte-1ck2na9:is(:where(.svelte-1ck2na9):hover,:where(.svelte-1ck2na9):focus-visible){color:var(--text)}@media (max-width: 800px){.name.svelte-1ck2na9{display:none}}nav.svelte-1ck2na9{display:flex;gap:2em;justify-content:end;padding:0 1em}nav.svelte-1ck2na9>a:where(.svelte-1ck2na9){display:flex;align-items:center;gap:.5em;padding:.5em 1em;color:var(--text);font-weight:400;text-transform:uppercase;letter-spacing:1px;transition:color var(--transition-duration) linear}nav.svelte-1ck2na9>a:where(.svelte-1ck2na9):is(:where(.svelte-1ck2na9):hover,:where(.svelte-1ck2na9):focus-visible){color:var(--yellow)}nav.mobile.svelte-1ck2na9{position:absolute;top:var(--header-height);left:0;flex-direction:column;justify-content:start;align-items:center;width:100%;height:calc(100vh - var(--header-height));padding-top:2em;background-color:var(--base);border-bottom:1px solid var(--surface-0)}.mobile-toggle.svelte-1ck2na9{display:none;justify-content:center;align-content:center;height:100%;background-color:transparent;border:1px solid var(--light-border-color);aspect-ratio:1;cursor:pointer;transition:background-color var(--transition-duration) linear}.mobile-toggle.svelte-1ck2na9:is(:where(.svelte-1ck2na9):hover,:where(.svelte-1ck2na9):focus-visible){background-color:var(--mantle)}.mobile.svelte-1ck2na9 .mobile-toggle:where(.svelte-1ck2na9){display:grid}footer.svelte-10czzdm{display:flex;flex-direction:column;align-items:center;gap:1em;margin-top:auto;padding:2em 1em;color:var(--subtext-0);font-family:var(--font-mono);font-weight:lighter;--red: #ec4646}p.svelte-10czzdm{display:flex;align-items:center;gap:.25em}.toaster.svelte-1ndsz5o{position:fixed;top:5rem;right:1em;display:flex;flex-direction:column;gap:1em;width:100%;max-width:40ch;z-index:110}.toast.svelte-1ndsz5o{position:relative;width:100%;padding:.5em 3em .5em 1em;background-color:var(--mantle);border-left:5px solid var(--accent)}.toast.svelte-1ndsz5o.info{--accent: var(--blue)}.toast.svelte-1ndsz5o.success{--accent: var(--green)}.toast.svelte-1ndsz5o.warning{--accent: var(--yellow)}.toast.svelte-1ndsz5o.error{--accent: var(--red)}.type.svelte-1ndsz5o{color:var(--accent);font-family:var(--font-mono);font-size:1.1rem;text-transform:uppercase;letter-spacing:1.1;margin-bottom:.5em}.message.svelte-1ndsz5o{color:var(--subtext-1)}.close.svelte-1ndsz5o{position:absolute;border:none;outline:none;color:var(--red);background-color:transparent;top:.75em;right:.75em;cursor:pointer}.close.svelte-1ndsz5o:before{content:"";position:absolute;display:block;width:100%;aspect-ratio:1;background-color:var(--red);border-radius:.25em;opacity:0;transition:opacity var(--transition-duration) ease-out}.close.svelte-1ndsz5o:is(:where(.svelte-1ndsz5o):hover,:where(.svelte-1ndsz5o):focus-visible):before{opacity:.3}.close.svelte-1ndsz5o:focus-visible{outline:2px solid var(--blue)}*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0;font:inherit}html{color-scheme:dark}body{min-height:100vh}img,picture,svg,video{display:block;max-width:100%}code .hljs-keyword,code .hljs-built_in,code .hljs-tag{color:var(--mauve)}code .hljs-attr,code .hljs-link,code .hljs-literal,code .hljs-selector-tag,code .hljs-tree,code .hljs-separator,code .hljs-attribute,code .hljs-meta{color:var(--blue)}code .hljs-title,code .hljs-bullet,code .hljs-path-var,code .hljs-selector-id,code .hljs-selector-class,code .hljs-selector-attr,code .hljs-name{color:var(--yellow)}code .hljs-string,code .hljs-code,code .hljs-addition{color:var(--green)}code .hljs-number,code .hljs-section,code .hljs-symbol{color:var(--peach)}code .hljs-type,code .hljs-operator,code .hljs-function,code .hljs-selector-pseudo{color:var(--teal)}code .hljs-params,code .hljs-variable,code .hljs-template-variable{color:var(--flamingo)}code .hljs-comment,code .hljs-ellipsis{color:var(--overlay-2)}code .hljs-punctuation{color:var(--subtext-1)}code .hljs-regexp,code .hljs-deletion{color:var(--red)}code .hljs-emphasis{color:var(--red);font-style:italic}code .hljs-strong{color:var(--red);font-weight:700}code .hljs-subst{color:var(--text)}:root{--rosewater: #f5e0dc;--flamingo: #f2cdcd;--pink: #f5c2e7;--mauve: #cba6f7;--red: #f38ba8;--maroon: #eba0ac;--peach: #fab387;--yellow: #f9e2af;--green: #a6e3a1;--teal: #94e2d5;--sky: #89dceb;--sapphire: #74c7ec;--blue: #89b4fa;--lavender: #b4befe;--text: #cdd6f4;--subtext-1: #bac2de;--subtext-0: #a6adc8;--overlay-2: #9399b2;--overlay-1: #7f849c;--overlay-0: #6c7086;--surface-2: #585b70;--surface-1: #45475a;--surface-0: #313244;--base: #121214;--mantle: #1a1a1e;--crust: #050506;--y-p-gradient: linear-gradient(30deg, var(--yellow), var(--peach));--light-border-color: #ffffff20;--font: "Fira Sans", sans-serif;--font-mono: "JetBrains Mono", monospace;--transition-duration: .15s;--transition-duration-long: .2s;--header-height: 4rem;--footer-height: 125px;scroll-behavior:smooth}:root.navigating{scroll-behavior:auto}body{font-family:var(--font);background-color:var(--base);scroll-snap-type:y proximity}h1,h2,h3,h4,h5,h6{font-weight:400;text-wrap:balance}h1{font-size:2.125rem}h2{font-size:1.875rem}h3{font-size:1.5rem}p,li,figcaption{max-width:60ch;text-wrap:pretty}div.container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto}a:where(:not(.no-global)){position:relative;color:var(--accent-color, var(--yellow));text-decoration:none;font-weight:700}a:where(:not(.no-global)).hover-bg:before{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background-color:currentColor;border-radius:.15em;opacity:0;transition:opacity var(--transition-duration) ease-out}a:where(:not(.no-global)).hover-bg:is(:hover,:focus-within):before{opacity:.3}a:where(:not(.no-global)):where(.external,[href^="https://"]):after{--icon: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' %3E%3Cpath d='M0 0h24v24H0V0z' fill='none' /%3E%3Cpath d='M9 5v2h6.59L4 18.59 5.41 20 17 8.41V15h2V5H9z' /%3E%3C/svg%3E");content:"";display:inline-block;width:1em;height:1em;background:currentColor;-webkit-mask-image:var(--icon);-webkit-mask-position-y:.125em;mask-image:var(--icon);-webkit-mask-position:0 .125em;mask-position:0 .125em;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}section.page-section{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1em;padding:2em 1em}section.page-section:first-of-type{padding-top:6rem}section.page-section.section-fill{min-height:100vh}section.page-section.section-fill:last-of-type{min-height:calc(100vh - var(--footer-height))}.content-wrapper{max-width:1200px}.page.svelte-1tx7qa8{display:flex;flex-direction:column;min-height:100vh}
