@import"https://fonts.googleapis.com/css2?family=Poppins: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=Quicksand:wght@300..700&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap";:root{--gap-0: 0rem;--gap-tiny: .3rem;--gap-small: .5rem;--gap-normal: 1rem;--gap-large: 3rem;--gap-immense: 10rem;--font-size-small: .8rem;--font-size-normal: 1rem;--font-size-heading: 2rem;--font-size-long-title: 3rem;--font-size-title: 6rem;--transition-duration: .15s;--font-heading: "Quicksand", sans-serif;--font-body: "Poppins", sans-serif;--font-monospace: "Source Code Pro", monospace;--text-50: #f2f2f2;--text-100: #e6e6e6;--text-200: #cccccc;--text-300: #b3b3b3;--text-400: #999999;--text-500: #808080;--text-600: #666666;--text-700: #4d4d4d;--text-800: #333333;--text-900: #1a1a1a;--text-950: #0d0d0d;--background-50: #f2eef7;--background-100: #e5dcef;--background-200: #cbbade;--background-300: #b197ce;--background-400: #9774be;--background-500: #7c52ad;--background-600: #64418b;--background-700: #4b3168;--background-800: #322145;--background-900: #191023;--background-950: #0c0811;--primary-50: #fcebe9;--primary-100: #f9d7d2;--primary-200: #f3aea5;--primary-300: #ed8678;--primary-400: #e75e4b;--primary-500: #e0351f;--primary-600: #b42b18;--primary-700: #872012;--primary-800: #5a150c;--primary-900: #2d0b06;--primary-950: #160503;--secondary-50: #f7eef4;--secondary-100: #eedde9;--secondary-200: #debad3;--secondary-300: #cd98bd;--secondary-400: #bd75a7;--secondary-500: #ac5391;--secondary-600: #8a4274;--secondary-700: #673257;--secondary-800: #45213a;--secondary-900: #22111d;--secondary-950: #11080f;--accent-50: #fdf6e8;--accent-100: #faedd1;--accent-200: #f6dba2;--accent-300: #f1ca74;--accent-400: #edb845;--accent-500: #e8a617;--accent-600: #ba8512;--accent-700: #8b640e;--accent-800: #5d4209;--accent-900: #2e2105;--accent-950: #171102;--accent-alt-50: #ebf9ed;--accent-alt-100: #d7f4db;--accent-alt-200: #b0e8b6;--accent-alt-300: #88dd92;--accent-alt-400: #61d16e;--accent-alt-500: #39c64a;--accent-alt-600: #2e9e3b;--accent-alt-700: #22772c;--accent-alt-800: #174f1d;--accent-alt-900: #0b280f;--accent-alt-950: #061407}*,*:before,*:after{box-sizing:border-box}html{overflow-x:hidden}body{padding:0;margin:0;overflow-x:hidden;background:linear-gradient(to bottom,var(--background-700),var(--background-900));font-family:var(--font-body);color:var(--text-color);--text-color: var(--text-50);--em-color: var(--primary-300);--icon-color: inherit}em{color:var(--em-color);font-style:normal;font-weight:600}p{font-family:var(--font-body),sans-serif;font-size:var(--font-size);font-weight:var(--font-weight);color:var(--text-color);margin:0;max-width:min(50ch,90vw)}p :global(em){font-style:normal;color:var(--primary-300)}p :global(em)>:global(em){color:var(--secondary-300)}p.black{color:var(--text-950)}p.black :global(em){font-weight:700;color:var(--text-950)}p.subtitle{display:flex;flex-direction:row;align-items:center;justify-content:center;max-width:min(75ch,90vw);font-size:var(--font-size-subtitle);font-weight:600;color:var(--text-50);text-shadow:0px 0px .75rem var(--primary-800)}p.subtitle :global(em){font-weight:700;color:var(--accent-alt-300)}.markdown{--link-color: var(--secondary-300);max-width:min(70ch,90vw)}.markdown h1:first-child{margin-top:0}.markdown p:not(:first-child){margin-top:.75em;max-width:initial}.markdown a{text-decoration:none;display:inline-flex;flex-direction:row;align-items:center;gap:var(--gap-small);font-weight:var(--link-weight);font-size:var(--font-size);transition:color,text-decoration;transition-duration:var(--transition-duration);color:var(--link-color)}.markdown a:hover{text-decoration:underline;color:var(--link-hover)}code:not(pre>code){display:inline-block;background-color:var(--background-950);color:var(--text-300);border-radius:.25rem;padding:0rem .25rem;font-size:.95em;font-family:var(--font-monospace)}.hidden{display:none}.hidden-blocking{visibility:hidden}pre{background-color:var(--background-950);padding:1px;border-radius:calc(.5rem + 1px);box-shadow:0 0 7rem color-mix(in srgb,var(--primary-500) 10%,transparent)}pre>code{overflow-x:scroll;color:var(--text-50);display:block;background-color:var(--background-950);border:1px color-mix(in srgb,var(--background-300) 50%,transparent) solid;padding:1rem;border-radius:.5rem;tab-size:4}.card{background-color:var(--background-950);padding:.5rem;border-radius:.5rem}.unstyle-list{list-style:none;padding:0;margin:0}.flow{--flow-size: .5em}.flow>*+*{margin-block-start:var(--flow-size)}.with-sidebar{--sidebar-flex-basis: 10rem;display:flex;flex-wrap:wrap;align-items:flex-start;gap:1rem}.sidebar{flex-basis:var(--sidebar-flex-basis);flex-grow:1}.not-sidebar{flex-basis:0;flex-grow:999}.form-control{display:flex;flex-direction:column;gap:.2rem}.form-control:has(input[type=checkbox]){flex-direction:row}.bg.svelte-12qhfyh{background-image:url(./bgart-blur.Cu55mBCs.png);background-size:contain;background-repeat:repeat-y;position:absolute;z-index:-11;width:100%;opacity:15%;top:0;bottom:0}.side-art.svelte-12qhfyh{position:absolute;z-index:-10;width:11rem;top:0;bottom:0;background-image:url(./sideart.C6wQ0LuX.png);background-size:contain;background-repeat:repeat-y;opacity:50%;display:none}@media screen and (min-width:1280px){.side-art.svelte-12qhfyh{display:block}}.side-art.left.svelte-12qhfyh{left:0;transform:scaleX(-1)}.side-art.right.svelte-12qhfyh{right:0}main.svelte-12qhfyh{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:var(--gap-large);padding-top:4rem;min-height:100vh}nav.svelte-12qhfyh{--fixed-margin: 1rem;position:fixed;top:var(--fixed-margin);left:0;right:0;padding-inline:var(--fixed-margin);display:flex;justify-content:space-between}nav.svelte-12qhfyh>:where(.svelte-12qhfyh){display:flex;gap:1rem;flex-wrap:wrap;align-items:center;flex-direction:column}@media(min-width:540px){nav.svelte-12qhfyh>:where(.svelte-12qhfyh){flex-direction:row}}.waves-bottom.svelte-12qhfyh{min-width:100%}
