:root{--dim-opacity: .7;--dimmer-opacity: .5;--dimmest-opacity: .3;--nav-height: 60px;--nav-default-z-index: 9999;--on-nav-z-index: calc(var(--nav-default-z-index) + 1);--under-nav-z-index: calc(var(--nav-default-z-index) - 1);--neon-green: rgba(173, 247, 194, .821);--neon-green: #76ffb5;--neon-green-alt: #22e26f;--neon-blue: #61d7fd;--neon-blue-alt: #0047ff;--fire-red: #ff4d4d;--fire-orange: #ff7f4d;--fire-yellow: #ffcc4d;--tomato: #f14e1b;--mustard: #ffc700;--sprite: #0faa57;--blueberry: #5551ff;--purrple: #a25afc;--gameboy-purple: #8f7aff;--gameboy-purple-alt: #5f4aff;--gameboy-purple-alt2: #3f2aff;--gap-tight-grid: .5rem;--gap-dense-grid: 1rem;--gap-spacious-grid: 2rem;--gap-small-related-blocks: .6rem;--gap-small-unrelated-blocks: 1.25rem;--gap-medium-related-blocks: .75rem;--gap-medium-unrelated-blocks: 1.25rem;--gap-unrelated-sections: 6rem;--gap-related-sections: 3rem;--max-content-width: calc(100dvw - 10px) ;--mobile: 800px;--tablet: 1200px;--desktop: 1600px;--widescreen: 2000px;--primary-color: #8AF3B9;--primary-color-dark: var(--primary-color);--primary-color-darker: var(--primary-color);--primary-color-darkest: var(--primary-color);--primary-color-light: var(--primary-color);--primary-color-lighter: var(--primary-color);--primary-color-lightest: var(--primary-color);--primary-color: #ff5431;--primary-color: #ff75c1;--primary-color: #ff306e;--secondary-color: #f9a839;--on-secondary-color: #111010;--on-primary-color: #111010;--bg-color: #111111;--on-bg: #7C7E7F;--on-bg-emphasis: #D0D0D0;--on-bg-dim: rgba(122, 123, 124, var(--dim-opacity));--on-bg-dimmer: rgba(122, 123, 124, var(--dimmer-opacity));--on-bg-dimmest: rgba(122, 123, 124, var(--dimmest-opacity));--surface-border-radius: 20px;--surface-border-radius-half: calc(var(--surface-border-radius) * .5);--surface-border-radius-quarter: calc(var(--surface-border-radius) / 4);--surface-color: #1F1F1F;--surface-color-primary: #262524;--surface-color-secondary: var(--bg-color);--surface-color-tertiary: var(--bg-color);--on-surface: var(--on-bg);--recommended-max-content-width: min( calc(100% - 20px) , 1400px);--recommended-max-content-width-medium: min( calc(100% - 20px) , 1200px);--recommended-max-content-width-small: min( calc(100% - 20px) , 800px);--recommended-max-content-width-smaller: min( calc(100% - 20px) , 700px);--hero-surface-color: #242625;--hero-color: var(--primary-color);--hero-surface-color: #160e0d;--hero-surface-color: #0f0e0e;--hero-surface-color: transparent;--bg-color: hsl(257, 0%, 10%);--on-bg: hsl(257, 0%, 70%);--on-bg-emphasis: hsl(257, 0%, 90%);--surface-color: hsl(257, 0%, 14%);--surface-color-primary: hsl(257, 0%, 18%);--primary-color: hsl(280, 100%, 70%)}ol{padding-inline-start:10px}html,body{margin:0;padding:0}html{max-width:100%;overflow-x:hidden;font-family:roboto;font-family:Inter,GeneralSans-Variable,Roboto,system-ui,sans-serif;font-display:swap}body{padding:0;background-color:var(--bg-color);color:var(--on-bg);fill:var(--on-bg);stroke:var(--on-bg);scroll-behavior:smooth;gap:var(--gap-medium-related-blocks);width:100%;max-width:100vw;overflow-x:clip;font-size:15px;font-size:14px;font-weight:480;font-weight:350}@media only screen and (max-width:800px){body{font-size:13px}}h1{font-weight:500}h3{line-height:1.4}h1,h2,h3,h4,h5,h6,p{padding:0;margin:0}h1,h2,h3,h4,h5,h6{font-family:InterDisplay}h1{font-size:2em;font-weight:800}@media only screen and (max-width:800px){h1{font-size:1.7rem}}h2{font-size:1.5em;font-weight:500}@media only screen and (max-width:800px){h2{font-size:1.4em}}h3{font-size:1.17em;font-weight:500}@media only screen and (max-width:800px){h3{font-size:1.2em}}h4{font-size:1em;font-weight:500}@media only screen and (max-width:800px){h4{font-size:.9em}}h5{font-size:.83em}@media only screen and (max-width:800px){h5{font-size:.78em}}h6{font-size:.68em}@media only screen and (max-width:800px){h6{font-size:.65em}}a{text-decoration:none;color:inherit;cursor:pointer;transition:color .2s ease-out}p a,li a,ul a{text-decoration:underline}a:hover{color:var(--on-bg-emphasis)}.italic{font-style:italic}h1 b,h2 b{font-weight:700}em{font-style:unset;color:var(--on-bg-emphasis)}em em{color:var(--primary-color)}::-webkit-scrollbar{width:0!important}::-webkit-scrollbar{display:none}.element::-webkit-scrollbar{-webkit-appearance:none;width:0;height:0}*{scrollbar-width:none}.callout{border:1px solid rgba(255,255,255,.1);padding:.5rem .8rem;margin:.1rem;border-radius:5px}pre>code{border-radius:5px}mark{all:unset;background-color:none;position:relative;z-index:2;color:#fff}mark:before{content:"";position:absolute;--padding: .4em;top:calc(-1 * var(--padding));left:calc(-1 * var(--padding) - .2em);width:calc(100% + 2 * var(--padding) + .4em);height:calc(100% + 2 * var(--padding));background-color:#00bbff6b;opacity:.5;z-index:0;border-radius:5px}section{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.non-selectable{user-select:none;-webkit-user-select:none;-moz-user-select:none}video,image{max-width:100%}ul li{list-style-type:square;list-style-position:inside}ul{padding:.5em 0 .5em 1.5em;display:flex;flex-direction:column;gap:1em}.text-shine{background:linear-gradient(to right,#fff 20%,#b3b3b3 70%,#fff 80%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;background-size:500% auto;animation:textShine 3s reverse ease-in-out infinite}.text-shine.blue{background:linear-gradient(to right,var(--neon-blue) 20%,var(--neon-blue-alt) 70%,var(--neon-blue) 80%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;background-size:500% auto;animation:textShine 3s ease-in-out infinite reverse}.text-shine.fire{background:linear-gradient(to right,var(--fire-red) 20%,var(--fire-orange) 30%,var(--fire-yellow) 55%,var(--fire-orange) 70%,var(--fire-red) 80%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;background-size:500% auto;animation:textShine 2s ease-in-out infinite reverse}.text-shine.green{background:linear-gradient(to right,var(--neon-green) 20%,var(--neon-green-alt) 70%,var(--neon-green) 80%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;background-size:500% auto;animation:textShine 1.5s ease-in-out infinite reverse}.text-shine.purple{background:linear-gradient(to right,var(--gameboy-purple) 20%,var(--gameboy-purple-alt) 70%,var(--gameboy-purple) 80%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;background-size:500% auto;animation:textShine 1.5s ease-in-out infinite reverse}@keyframes textShine{0%{background-position:0% 50%}to{background-position:100% 50%}}.shake{animation:shake .4s infinite}@keyframes shake{0%,33%,43%,79%,86%,to{transform:translate(.4px,.4px) rotate(0)}40%,80%{transform:translate(-.4px,.4px) rotate(0)}20%,49%,55%,70%,90%{transform:translateY(-.4px) rotate(0)}4%,10%,15%,25%,60%,95%{transform:translate(.4px) rotate(0)}}.theme-surface,.theme-surface-secondary,.theme-surface-primary{background:var(--surface-color);border-radius:var(--surface-border-radius);color:var(--on-surface);overflow:hidden;padding:2rem}.theme-surface-primary{background:var(--surface-color-primary);color:var(--on-surface)}.theme-round-photo{border-radius:var(--surface-border-radius);overflow:hidden;width:100%;object-fit:cover}.theme-surface-secondary{background:var(--bg-color);box-shadow:0 0 0 1px var(--surface-color)}.theme-hero{font-family:Mattone,serif;line-height:1}h1.theme-hero{font-size:8rem;font-weight:800;line-height:1}@media screen and (max-width:800px){h1.theme-hero{font-size:3.8rem}}h2.theme-hero{font-size:2.5rem;font-weight:700}@media screen and (max-width:800px){h2.theme-hero{font-size:2.5rem}}h3.theme-hero{font-size:2rem;font-weight:700}@media screen and (max-width:800px){h3.theme-hero{font-size:1.5rem}}.theme-button,.theme-button-primary,.theme-button-secondary{all:unset;opacity:1;transition:.15s cubic-bezier(.17,.67,.1,.98);transition-property:opacity,background-color,color;position:relative;display:inline-flex;flex-direction:row;align-items:center;justify-content:center;white-space:nowrap;text-decoration:none;user-select:none;-moz-user-select:none;-webkit-user-select:none;cursor:pointer;border-radius:14px}.theme-button-secondary,.theme-button-primary{padding:.5em 1.2em;z-index:1}.theme-button-primary{font-weight:800}.theme-button-primary,.theme-button-primary:hover{color:var(--on-primary-color)}.theme-button.disabled{pointer-events:none;opacity:.5}.theme-button-secondary:before,.theme-button-primary:before{--add: 0px;--doubleadd: calc(var(--add) * 2);z-index:-1;content:"";position:absolute;top:calc(0 - var(--add));left:calc(0 - var(--add));width:calc(100% + var(--doubleadd));height:calc(100% + var(--doubleadd));background-color:var(--primary-color);border-radius:inherit;transition-timing-function:cubic-bezier(.3,0,.2,1.55);transition-property:background-color,transform,opacity;transition-duration:.3s}.theme-button-primary:before,.theme-button-secondary:before{transition:background-color .2s}.theme-button-primary:hover:before{background-color:var(--primary-color-light)}.theme-button-secondary:before{background-color:var(--surface-color-primary);opacity:1}.theme-button-secondary:hover:before{opacity:1}.theme-button[target=_blank]:not(.primary):hover:after{content:"↗";position:absolute;right:-15px;top:0;opacity:.25}.theme-huge-button{padding:15px 41px;border-radius:23px}@media only screen and (max-width:600px){.theme-huge-button{padding:12px 30px}}@font-face{font-family:GeneralSans-Variable;src:url(./GeneralSans-Variable.p1VyP7gg.woff2) format("woff2"),url(./GeneralSans-Variable.DAqniUaj.woff) format("woff"),url(./GeneralSans-Variable.D4t1btYN.ttf) format("truetype");font-weight:200 700;font-display:swap;font-style:normal}@font-face{font-family:GeneralSans-VariableItalic;src:url(./GeneralSans-VariableItalic.DIM2rvVg.woff2) format("woff2"),url(./GeneralSans-VariableItalic.BsSpAJeQ.woff) format("woff"),url(./GeneralSans-VariableItalic.dXS85WKy.ttf) format("truetype");font-weight:200 700;font-display:swap;font-style:italic}@font-face{font-family:GeneralSans-Extralight;src:url(./GeneralSans-Extralight.CeoahQd2.woff2) format("woff2"),url(./GeneralSans-Extralight.NwzqzUvZ.woff) format("woff"),url(./GeneralSans-Extralight.-toNElvl.ttf) format("truetype");font-weight:200;font-display:swap;font-style:normal}@font-face{font-family:GeneralSans-ExtralightItalic;src:url(./GeneralSans-ExtralightItalic.S_cjHVs3.woff2) format("woff2"),url(./GeneralSans-ExtralightItalic.DSYFpNEt.woff) format("woff"),url(./GeneralSans-ExtralightItalic.Cb4GrHRn.ttf) format("truetype");font-weight:200;font-display:swap;font-style:italic}@font-face{font-family:GeneralSans-Light;src:url(./GeneralSans-Light.ulp9itO8.woff2) format("woff2"),url(./GeneralSans-Light.DzM6pIPN.woff) format("woff"),url(./GeneralSans-Light.DcTqM57O.ttf) format("truetype");font-weight:300;font-display:swap;font-style:normal}@font-face{font-family:GeneralSans-LightItalic;src:url(./GeneralSans-LightItalic.DkwLWVcP.woff2) format("woff2"),url(./GeneralSans-LightItalic.Ct_DMRPZ.woff) format("woff"),url(./GeneralSans-LightItalic.C_QR9gvT.ttf) format("truetype");font-weight:300;font-display:swap;font-style:italic}@font-face{font-family:GeneralSans-Regular;src:url(./GeneralSans-Regular.BeAhF2WT.woff2) format("woff2"),url(./GeneralSans-Regular.Dk2lLWJL.woff) format("woff"),url(./GeneralSans-Regular.BTmkhiIl.ttf) format("truetype");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:GeneralSans-Italic;src:url(./GeneralSans-Italic.B5PwseXg.woff2) format("woff2"),url(./GeneralSans-Italic.DzbrtvFL.woff) format("woff"),url(./GeneralSans-Italic.BpGxTCEl.ttf) format("truetype");font-weight:400;font-display:swap;font-style:italic}@font-face{font-family:GeneralSans-Medium;src:url(./GeneralSans-Medium.DvEF04Ne.woff2) format("woff2"),url(./GeneralSans-Medium.sA7I9gJL.woff) format("woff"),url(./GeneralSans-Medium.BakGtJF2.ttf) format("truetype");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:GeneralSans-MediumItalic;src:url(./GeneralSans-MediumItalic.KKwIU56p.woff2) format("woff2"),url(./GeneralSans-MediumItalic.BBXQStTM.woff) format("woff"),url(./GeneralSans-MediumItalic.DoLfBPNa.ttf) format("truetype");font-weight:500;font-display:swap;font-style:italic}@font-face{font-family:GeneralSans-Semibold;src:url(./GeneralSans-Semibold.DFLbTJgb.woff2) format("woff2"),url(./GeneralSans-Semibold.oVEy_BBm.woff) format("woff"),url(./GeneralSans-Semibold.Ckm6wkEi.ttf) format("truetype");font-weight:600;font-display:swap;font-style:normal}@font-face{font-family:GeneralSans-SemiboldItalic;src:url(./GeneralSans-SemiboldItalic.C5XnX2aR.woff2) format("woff2"),url(./GeneralSans-SemiboldItalic.DNy4mdcJ.woff) format("woff"),url(./GeneralSans-SemiboldItalic.QA1tcZBS.ttf) format("truetype");font-weight:600;font-display:swap;font-style:italic}@font-face{font-family:GeneralSans-Bold;src:url(./GeneralSans-Bold.Ctx684HN.woff2) format("woff2"),url(./GeneralSans-Bold.Bd_PtqWW.woff) format("woff"),url(./GeneralSans-Bold.DM1NF1hz.ttf) format("truetype");font-weight:700;font-display:swap;font-style:normal}@font-face{font-family:GeneralSans-BoldItalic;src:url(./GeneralSans-BoldItalic.CPXXYtWC.woff2) format("woff2"),url(./GeneralSans-BoldItalic.42Tn_Ge_.woff) format("woff"),url(./GeneralSans-BoldItalic.U4augfB3.ttf) format("truetype");font-weight:700;font-display:swap;font-style:italic}@font-face{font-family:InterVariable;font-style:normal;font-weight:100 900;font-display:swap;src:url(./InterVariable.DiVDrmQJ.woff2) format("woff2")}@font-face{font-family:InterVariable;font-style:italic;font-weight:100 900;font-display:swap;src:url(./InterVariable-Italic.FCBEiFp6.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:100;font-display:swap;src:url(./Inter-Thin.DzN99i8q.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:100;font-display:swap;src:url(./Inter-ThinItalic.DxehbPeK.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:200;font-display:swap;src:url(./Inter-ExtraLight.7kXoOaX_.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:200;font-display:swap;src:url(./Inter-ExtraLightItalic.Ox17i_b0.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(./Inter-Light.14LG-y7V.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:300;font-display:swap;src:url(./Inter-LightItalic.iBr7p6CH.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(./Inter-Regular.COLGFB3M.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:400;font-display:swap;src:url(./Inter-Italic.Bm_w1qmz.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(./Inter-Medium.CDhBSFyE.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:500;font-display:swap;src:url(./Inter-MediumItalic.BqDObnQN.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(./Inter-SemiBold.BAEEcJ4E.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:600;font-display:swap;src:url(./Inter-SemiBoldItalic.B7KOJJiL.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(./Inter-Bold.BOs3KVhN.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:700;font-display:swap;src:url(./Inter-BoldItalic.Cabj1n7x.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(./Inter-ExtraBold.BUaDDWMS.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:800;font-display:swap;src:url(./Inter-ExtraBoldItalic.efVpd_pq.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(./Inter-Black.BJbWHna9.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:900;font-display:swap;src:url(./Inter-BlackItalic.D3PIgx41.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:100;font-display:swap;src:url(./InterDisplay-Thin.BT9qaRpT.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:italic;font-weight:100;font-display:swap;src:url(./InterDisplay-ThinItalic.DtFR0WUP.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:200;font-display:swap;src:url(./InterDisplay-ExtraLight.B3-UpUq4.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:italic;font-weight:200;font-display:swap;src:url(./InterDisplay-ExtraLightItalic.C8b3Z3Tc.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:300;font-display:swap;src:url(./InterDisplay-Light.DQj7ly9y.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:italic;font-weight:300;font-display:swap;src:url(./InterDisplay-LightItalic.Bbt9QreW.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:400;font-display:swap;src:url(./InterDisplay-Regular.CHKdHLF4.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:italic;font-weight:400;font-display:swap;src:url(./InterDisplay-Italic.Pk5cUfHi.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:500;font-display:swap;src:url(./InterDisplay-Medium.CYGNL_ty.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:italic;font-weight:500;font-display:swap;src:url(./InterDisplay-MediumItalic.hd-DtBFz.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:600;font-display:swap;src:url(./InterDisplay-SemiBold.-Mm3ZPsY.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:italic;font-weight:600;font-display:swap;src:url(./InterDisplay-SemiBoldItalic.KqvXNdTp.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:700;font-display:swap;src:url(./InterDisplay-Bold.BpCEuk9N.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:italic;font-weight:700;font-display:swap;src:url(./InterDisplay-BoldItalic.2f5-4TWO.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:800;font-display:swap;src:url(./InterDisplay-ExtraBold.CTk6ni5a.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:italic;font-weight:800;font-display:swap;src:url(./InterDisplay-ExtraBoldItalic.7uYEMdJ3.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:900;font-display:swap;src:url(./InterDisplay-Black.-Thh5XZM.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:italic;font-weight:900;font-display:swap;src:url(./InterDisplay-BlackItalic.CeOspfgx.woff2) format("woff2")}@font-feature-values InterVariable{@character-variant{cv01:1;cv02:2;cv03:3;cv04:4;cv05:5;cv06:6;cv07:7;cv08:8;cv09:9;cv10:10;cv11:11;cv12:12;cv13:13;alt-1:1;alt-3:9;open-4:2;open-6:3;open-9:4;lc-l-with-tail:5;simplified-u:6;alt-double-s:7;uc-i-with-serif:8;uc-g-with-spur:10;single-story-a:11;compact-lc-f:12;compact-lc-t:13}@styleset{ss01:1;ss02:2;ss03:3;ss04:4;ss05:5;ss06:6;ss07:7;ss08:8;open-digits:1;disambiguation:2;disambiguation-except-zero:4;round-quotes-and-commas:3;square-punctuation:7;square-quotes:8;circled-characters:5;squared-characters:6}}@font-feature-values Inter{@character-variant{cv01:1;cv02:2;cv03:3;cv04:4;cv05:5;cv06:6;cv07:7;cv08:8;cv09:9;cv10:10;cv11:11;cv12:12;cv13:13;alt-1:1;alt-3:9;open-4:2;open-6:3;open-9:4;lc-l-with-tail:5;simplified-u:6;alt-double-s:7;uc-i-with-serif:8;uc-g-with-spur:10;single-story-a:11;compact-lc-f:12;compact-lc-t:13}@styleset{ss01:1;ss02:2;ss03:3;ss04:4;ss05:5;ss06:6;ss07:7;ss08:8;open-digits:1;disambiguation:2;disambiguation-except-zero:4;round-quotes-and-commas:3;square-punctuation:7;square-quotes:8;circled-characters:5;squared-characters:6}}@font-feature-values InterDisplay{@character-variant{cv01:1;cv02:2;cv03:3;cv04:4;cv05:5;cv06:6;cv07:7;cv08:8;cv09:9;cv10:10;cv11:11;cv12:12;cv13:13;alt-1:1;alt-3:9;open-4:2;open-6:3;open-9:4;lc-l-with-tail:5;simplified-u:6;alt-double-s:7;uc-i-with-serif:8;uc-g-with-spur:10;single-story-a:11;compact-lc-f:12;compact-lc-t:13}@styleset{ss01:1;ss02:2;ss03:3;ss04:4;ss05:5;ss06:6;ss07:7;ss08:8;open-digits:1;disambiguation:2;disambiguation-except-zero:4;round-quotes-and-commas:3;square-punctuation:7;square-quotes:8;circled-characters:5;squared-characters:6}}@font-face{font-family:ApfelGrotezk;font-style:normal;src:url(./ApfelGrotezk-Regular.BWvmwAfX.woff2);font-display:swap}@font-face{font-family:ApfelGrotezk-Fett;src:url(./ApfelGrotezk-Fett.C0IDjXKv.woff2)}@font-face{font-family:Mattone;src:url(./Mattone-Regular.Di0AifE3.woff2);font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Mattone;src:url(./Mattone-Black.Cd4NRLUj.woff2);font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:PressStart2P;font-style:normal;src:url(./PressStart2P-Regular.CGiUnqOA.ttf);font-display:swap;size-adjust:80%}@font-face{font-family:SpaceMono;font-style:normal;src:url(./SpaceMono-Bold.Bkvlkk71.ttf);font-display:swap}@font-face{font-family:VT323;font-style:normal;src:url(./VT323-Regular.CNzYqQBi.ttf);font-display:swap}@font-face{font-family:Source Code Pro;font-style:normal;src:url(./SourceCodePro-Regular.2mMeqpHo.ttf);font-display:swap;font-weight:400}@font-face{font-family:Source Code Pro;font-style:normal;src:url(./SourceCodePro-Light.BtGn1qPX.ttf);font-display:swap;font-weight:100}.font.ApfelGrotezk{font-family:ApfelGrotezk,sans-serif}.font.PressStart2P{font-family:PressStart2P,sans-serif;line-height:1.4}h1.font.PressStart2P{line-height:1.2}h3.font.PressStart2P{line-height:1.3}.uppercase{text-transform:uppercase}.font.space-mono{font-family:SpaceMono,sans-serif}.logoWrap.svelte-1l8nvlt{align-self:center;display:flex;flex-wrap:nowrap;justify-content:center;align-items:center;position:relative;z-index:1;font-size:1rem;white-space:nowrap;text-decoration:none;height:fit-content;color:var(--on-bg-emphasis);transition:none;gap:0}@media screen and (min-width:800px){.logoWrap.svelte-1l8nvlt{top:1px}}.logoWrap.variant-4.svelte-1l8nvlt{color:var(--on-bg-emphasis)}.logoWrap.svelte-1l8nvlt>:where(.svelte-1l8nvlt){color:inherit;pointer-events:none;z-index:-1;font-family:Mattone,sans-serif;font-weight:600}.spring.svelte-1l8nvlt{position:absolute;top:0;left:0;display:flex;width:fit-content;height:fit-content;transform:translate(-50%,-50%)}.smiley.svelte-1l8nvlt{width:25px}span.svelte-1l8nvlt{color:var(--fire-red)!important}.container.svelte-12qhfyh{display:flex;flex-direction:column;align-items:center;min-height:100vh;padding:1rem 0;gap:2rem}main.svelte-12qhfyh{display:flex;flex-direction:column;margin:0 auto;padding:0 1rem}
