:root{font-family:Arial,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;--font-mono: "Fira Mono", monospace;--pure-white: #ffffff;--primary-color: #b9c6d2;--secondary-color: #d0dde9;--tertiary-color: #edf0f8;--accent-color: #ff3e00;--heading-color: rgba(0, 0, 0, .7);--text-color: #444444;--test: #D55E00;--background-without-opacity: rgba(255, 255, 255, .7);--column-width: 42rem;--column-margin-top: 4rem}body{min-height:100vh;margin:0;background-color:var(--primary-color);background:linear-gradient(180deg,var(--primary-color) 0%,var(--secondary-color) 10.45%,var(--tertiary-color) 41.35%)}body:before{content:"";width:80vw;height:100vh;position:absolute;top:0;left:10vw;z-index:-1;background:radial-gradient(50% 50% at 50% 50%,var(--pure-white) 0%,rgba(255,255,255,0) 100%);opacity:.05}#svelte{min-height:100vh;display:flex;flex-direction:column}h1,h2,p{font-weight:400;color:var(--heading-color)}p{line-height:1.5}a{color:var(--accent-color);text-decoration:none}a:hover{text-decoration:underline}h1{font-size:2rem;text-align:center}h2{font-size:1rem}pre{font-size:16px;font-family:var(--font-mono);background-color:#ffffff73;border-radius:3px;box-shadow:2px 2px 6px #ffffff40;padding:.5em;overflow-x:auto;color:var(--text-color)}input,button{font-size:inherit;font-family:inherit}button:focus:not(:focus-visible){outline:none}@media (min-width: 720px){h1{font-size:2.4rem}}*,*:before,*:after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role=list],ol[role=list]{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media (prefers-reduced-motion: reduce){html:focus-within{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}html{font-family:var(--font-family);font-size:20px;line-height:1;color:#333}:root{--font-family: "Public Sans", sans-serif;--nav-height-small: 80px;--nav-height: 120px;--nav-height-large: 180px;--white-0: #ffffff;--white-1: #f8f9faff;--white-2: #e9ecefff;--grey: #dee2e6ff;--grey-2: #ced4daff;--grey-3: #adb5bdff;--grey-4: #6c757dff;--grey-5: #495057ff;--grey-6: #343a40ff;--black: #212529ff;--opaque-dark-1: rgba(15, 17, 18, .975);--opaque-dark-2: rgba(15, 17, 18, .875);--black-2: rgb(15, 17, 18);--default-color: var(--black-2);--default-color: linear-gradient(217deg, rgba(255,0,0,.8), rgba(255,0,0,0) 70.71%), linear-gradient(127deg, rgba(0,255,0,.8), rgba(0,255,0,0) 70.71%), linear-gradient(336deg, rgba(0,0,255,.8), rgba(0,0,255,0) 70.71%);--default-stroke: rgba(150, 170, 190, .75);--ease-out-quint: cubic-bezier(.23, 1, .32, 1);--shadow-a: rgba(0, 0, 0, .16) 0px 1px 4px;--shadow-b: rgba(0, 0, 0, .1) 0px 1px 3px 0px, rgba(0, 0, 0, .06) 0px 1px 2px 0px;--shadow-c: rgba(67, 71, 85, .27) 0px 0px .25em, rgba(90, 125, 188, .05) 0px .25em 1em;--shadow-d: rgba(17, 17, 26, .1) 0px 0px 16px;--game-list-grid-gap: 18px;--game-tile-size: 35dvw;--game-list-padding-size: 120px;--game-list-padding: var(--game-list-padding-size) 0 var(--game-list-padding-size);--game-list-grid-gap-2: 30px;--game-tile-size-2: calc((100dvh - 240px)/3 - (var(--game-list-grid-gap-2) * 2));--game-list-padding-size-2: 120px;--game-list-padding-2: var(--game-list-padding-size) 0;--corner-button-size: 300%;--corner-button-size-m: 200%;--corner-button-size-ml: 300%;--corner-button-size-l: 450%;--corner-button-size-xl: 600%;--mob-padding-sides: 120px}:root{--radius-1: 18px;--radius-2: 34px;--radius-3: 60px}:root{--toggle-backdrop-width: 200px;--toggle-backdrop-height: 80px;--toggle-button-size: 110px;--toggle-button-radius: 110px}@media screen and (min-width: 1000px){:root{--toggle-backdrop-width: 250px;--toggle-backdrop-height: 100px;--toggle-button-size: 130px;--toggle-button-radius: 130px}}@media screen and (max-width: 1023px){:root{--current-nav-height: var(--nav-height)}}@media screen and (min-width: 1024px) and (min-height: 600px){:root{--current-nav-height: var(--nav-height)}}.flex{display:flex;justify-content:center;align-items:center}.jc-c{justify-content:center}.jc-s{justify-content:flex-start}.jc-e{justify-content:flex-end}.jc-sb{justify-content:space-between}.jc-sa{justify-content:space-around}.ai-c{align-items:center}.ai-s{align-items:flex-start}.ai-e{align-items:flex-end}.ai-sb{align-items:space-between}.ai-sa{align-items:space-around}.fw-w{flex-wrap:wrap}.fw-nw{flex-wrap:nowrap}.fd-r{flex-direction:row}.fd-c{flex-direction:column}.fd-cr{flex-direction:column-reverse}.fd-rr{flex-direction:row-reverse}.fill{height:100%;width:100%}.fill-h{height:100%}.fill-w{width:100%}.bg-before{position:relative;z-index:1}.bg-before:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;z-index:-1}.logo-with-title.svelte-1tgk7pi{display:flex;flex-direction:column;align-items:center;justify-content:center;height:fit-content;gap:20px}.page-load-wrapper.svelte-1x02huc{height:100vh;width:100vw;overflow:hidden;border-radius:9px;position:relative;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:30px;transition:all .5s ease}@font-face{font-family:Inter Tight Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(./inter-tight-cyrillic-ext-wght-normal.f39990f8.woff2) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter Tight Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(./inter-tight-cyrillic-wght-normal.36d6dc00.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter Tight Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(./inter-tight-greek-ext-wght-normal.95c9252c.woff2) format("woff2-variations");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter Tight Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(./inter-tight-greek-wght-normal.a19a0179.woff2) format("woff2-variations");unicode-range:U+0370-03FF}@font-face{font-family:Inter Tight Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(./inter-tight-vietnamese-wght-normal.27889a9b.woff2) format("woff2-variations");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter Tight Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(./inter-tight-latin-ext-wght-normal.8f1438b2.woff2) format("woff2-variations");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter Tight Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(./inter-tight-latin-wght-normal.ca34455f.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Tight Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(https://cdn.jsdelivr.net/fontsource/fonts/inter-tight:vf@latest/latin-wght-normal.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Comic Neue;font-style:normal;font-display:swap;font-weight:400;src:url(https://cdn.jsdelivr.net/fontsource/fonts/comic-neue@latest/latin-400-normal.woff2) format("woff2"),url(https://cdn.jsdelivr.net/fontsource/fonts/comic-neue@latest/latin-400-normal.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Epilogue Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(https://cdn.jsdelivr.net/fontsource/fonts/epilogue:vf@latest/latin-wght-normal.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Public Sans Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(./public-sans-latin-wght-normal.5ed4d31c.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Rubik Variable;font-style:normal;font-display:swap;font-weight:300 900;src:url(./rubik-latin-wght-normal.47374cb7.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}body{font-family:Public Sans Variable,sans-serif;height:100dvh;width:100dvw;overflow:hidden!important}.main-menu.svelte-kydn97{width:100%;height:100%}#main-menu-buttons.svelte-kydn97{width:100%;height:100%;display:grid;grid-template-columns:repeat(2,130px);grid-template-rows:repeat(3,130px);align-items:center;gap:10px;align-content:center;justify-content:center;justify-items:center;overflow:hidden}@media screen and (min-width: 600px){#main-menu-buttons.svelte-kydn97{grid-template-columns:repeat(3,150px);grid-template-rows:repeat(2,130px)}}@media screen and (min-width: 600px) and (min-height: 600px){#main-menu-buttons.svelte-kydn97{grid-template-columns:repeat(2,170px);grid-template-rows:repeat(3,170px)}}@media screen and (min-width: 768px) and (min-height: 600px){#main-menu-buttons.svelte-kydn97{grid-template-columns:repeat(3,150px);grid-template-rows:repeat(2,150px);gap:40px}}@media screen and (min-width: 1000px){#main-menu-buttons.svelte-kydn97{grid-template-columns:repeat(3,170px);grid-template-rows:repeat(2,170px);gap:40px}}@media screen and (min-width: 1200px){#main-menu-buttons.svelte-kydn97{grid-template-columns:repeat(3,200px);grid-template-rows:repeat(2,200px);gap:80px}}.download-modal.svelte-qhzk7d{height:100dvh;width:100dvw;position:fixed;top:0;left:0;gap:40px;z-index:9999;display:flex;flex-direction:column;justify-content:center;align-items:center;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px)}.download-modal.svelte-qhzk7d:before{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background-color:var(--black-2);opacity:.95;z-index:-1}.download-bar.svelte-qhzk7d{width:clamp(200px,60%,85dvw);height:10px;border-radius:10px;background-color:var(--black-2)}.download-perc.svelte-qhzk7d{height:100%;border-radius:10px;background-color:var(--active-color)}img.svelte-qhzk7d{width:150px}canvas.svelte-qhzk7d{position:fixed;width:100%;height:100%;opacity:0}:root{--nav-scroll-top:240px;--nav-scroll-bottom:100px}.nav-indicator.svelte-hcc05x.svelte-hcc05x{position:fixed;top:calc(var(--nav-scroll-top) + 10px);bottom:calc(var(--nav-scroll-bottom) + 10px);right:26px;width:14px;background-color:var(--grey-5);border-radius:10px}.scroll-indicator-wrapper.svelte-hcc05x.svelte-hcc05x{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;transition:top .3s ease-in-out}.nav-indicator.svelte-hcc05x .scroll-position.svelte-hcc05x{position:absolute;top:2px;left:2px;width:10px;height:100px;background-color:var(--grey-3);border-radius:10px;transition:top .3s ease-in-out}.nav-controls.svelte-hcc05x.svelte-hcc05x{position:fixed;top:var(--nav-scroll-top);bottom:var(--nav-scroll-bottom);right:7vw;width:12.5vw;z-index:100;display:grid;grid-template-columns:1fr;grid-auto-flow:row;grid-auto-rows:1fr;gap:40px;align-items:center;align-content:center}.backdrop.svelte-hcc05x.svelte-hcc05x{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0}.game-manager.svelte-hcc05x.svelte-hcc05x{height:100%;width:100%;opacity:.95;padding:20px;padding-top:var(--current-nav-height);display:grid;grid-template-columns:100%;grid-template-rows:1fr;justify-content:center;justify-items:center;align-items:flex-start;align-content:flex-start}.content.svelte-hcc05x.svelte-hcc05x{display:grid;grid-auto-flow:row;gap:20px}.content.svelte-hcc05x.svelte-hcc05x{transition:transform .3s ease-in-out}.control.svelte-hcc05x.svelte-hcc05x{padding:30px;background-color:var(--black-2);border:1px solid var(--grey-5);border-radius:18px;display:grid;grid-template-columns:1fr;gap:20px;align-items:center}.clear-button-wrapper.svelte-hcc05x.svelte-hcc05x{height:100%;width:100%;border-radius:150px;display:grid;grid-template-columns:120px;grid-template-rows:120px;justify-content:flex-end;align-items:center}@media screen and (min-width: 800px){.content.svelte-hcc05x.svelte-hcc05x{grid-template-columns:700px}.control.svelte-hcc05x.svelte-hcc05x{padding:40px;grid-template-columns:1fr 200px}}.back-buttons.svelte-a4lq1l.svelte-a4lq1l{width:100%;height:100%}nav.svelte-a4lq1l.svelte-a4lq1l{position:fixed;top:0;left:0;width:100%;height:var(--nav-height-small);z-index:9999;padding:0;transition:all .5s var(--ease-out-quint)}nav.hide.svelte-a4lq1l.svelte-a4lq1l{transform:translateY(-100%)}nav.hide.svelte-a4lq1l .nav-controls.svelte-a4lq1l{transform:translateY(-100%)}#nav-back-wrapper.svelte-a4lq1l.svelte-a4lq1l,#nav-toggle-wrapper.svelte-a4lq1l.svelte-a4lq1l{transition:all .5s var(--ease-out-quint)}.hide.svelte-a4lq1l #nav-toggle-wrapper.svelte-a4lq1l{opacity:0;transform:translate(-120%)}.hide.svelte-a4lq1l #nav-back-wrapper.svelte-a4lq1l{opacity:0;transform:translateY(100%)}.nav-controls.svelte-a4lq1l.svelte-a4lq1l{position:relative;z-index:9999;display:grid;justify-content:space-between;grid-template-columns:repeat(2,80px);padding:10px;grid-template-rows:80px}.menu-backdrop.svelte-a4lq1l.svelte-a4lq1l,.menu-wrapper.svelte-a4lq1l.svelte-a4lq1l{position:fixed;top:0;left:0;height:0;width:0;border-radius:0;transition:all .5s var(--ease-out-quint);transition-delay:.5s}.menu-backdrop.svelte-a4lq1l.svelte-a4lq1l{top:0;left:0;opacity:.95;mix-blend-mode:screen;width:0;height:0;background-color:var(--black-2);border-radius:10px 10px 200px}.menu-wrapper.svelte-a4lq1l.svelte-a4lq1l{overflow:hidden}@media screen and (min-width: 600px) and (min-height: 600px){.nav-controls.svelte-a4lq1l.svelte-a4lq1l{grid-template-columns:repeat(2,100px);grid-template-rows:100px}}@media screen and (min-width: 720px) and (min-height: 600px){.nav-controls.svelte-a4lq1l.svelte-a4lq1l{padding:10px;grid-template-columns:repeat(2,120px);grid-template-rows:120px}}[data-open=true].svelte-a4lq1l .menu-backdrop.svelte-a4lq1l{width:100vw;height:100dvh;top:0;left:0;border-radius:10px 10px 50px;transition-delay:.1s}[data-open=true].svelte-a4lq1l .menu-wrapper.svelte-a4lq1l{width:100vw;height:100dvh;top:0;left:0;transition-delay:.1s}@media screen and (min-width: 1024px){nav.svelte-a4lq1l.svelte-a4lq1l{padding:0}.menu-backdrop.svelte-a4lq1l.svelte-a4lq1l,.menu-wrapper.svelte-a4lq1l.svelte-a4lq1l{top:10px;left:10px}.nav-controls.svelte-a4lq1l.svelte-a4lq1l{grid-template-columns:repeat(2,150px);grid-template-rows:150px;align-items:center}}@media screen and (min-width: 1280px){nav.svelte-a4lq1l.svelte-a4lq1l{padding:0}.menu-backdrop.svelte-a4lq1l.svelte-a4lq1l,.menu-wrapper.svelte-a4lq1l.svelte-a4lq1l{top:10px;left:10px}.nav-controls.svelte-a4lq1l.svelte-a4lq1l{grid-template-columns:repeat(2,160px);grid-template-rows:160px;align-items:center}}.bg-fixed.svelte-isz6mm{position:fixed;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:0}.page.svelte-isz6mm{padding:0;width:100%;height:100vh;min-height:calc(100vh - var(--nav-height-small))}.page-content.svelte-isz6mm{position:relative;z-index:1;height:100%;width:100%;padding:0}.wrapper.svelte-k3hwln{height:100%;width:100%;position:relative}canvas.svelte-k3hwln{width:100%;height:100%;position:absolute;top:0;left:0;z-index:1}.canvas-outline.svelte-k3hwln{z-index:2}.content-slot.svelte-k3hwln{position:absolute;top:0;left:0;right:0;bottom:0}.slot-inner.svelte-k3hwln{position:absolute;z-index:2;height:100%;width:100%;transform-origin:center;padding:10px;gap:10px}.padless.slot-inner.svelte-k3hwln,.padless.content-slot.svelte-k3hwln{padding:0}.page-content.svelte-1q1k7rg{padding:7vw;height:100dvh;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;justify-items:center}@media screen and (min-width: 600px) and (max-height: 400px){.page-content.svelte-1q1k7rg{padding:40px}}.content.svelte-ideeus{width:100%;display:grid;gap:60px;align-content:center;align-items:center}.select-user.svelte-ideeus{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:120px;gap:40px;justify-content:center;justify-items:center;align-items:center}.instructions.svelte-ideeus{gap:40px;display:grid;align-items:center;align-content:center;justify-content:flex-start;justify-items:flex-start;height:fit-content}@media screen and (min-width: 650px){.select-user.svelte-ideeus{grid-template-columns:100%;grid-template-rows:repeat(2,120px);gap:30px}.content.svelte-ideeus{grid-template-columns:calc((100% - 40px)*.7) calc((100% - 40px)*.3);gap:40px}}@media screen and (min-width: 650px) and (min-height: 500px){.select-user.svelte-ideeus{grid-template-rows:200px 200px;gap:50px}.instructions.svelte-ideeus{font-size:90%;padding-right:10%}}@media screen and (min-width: 1025px){.instructions.svelte-ideeus{font-size:120%;padding-right:100px}.select-user.svelte-ideeus{grid-template-rows:repeat(2,200px);grid-template-columns:300px;gap:100px}.content.svelte-ideeus{max-width:1200px;justify-content:center}}.new-user-details.svelte-e5cgoc{width:100%}.centered.svelte-e5cgoc{width:100%;display:flex;justify-content:center!important;margin:0 0 40px}.details.svelte-e5cgoc{display:grid;gap:1rem;width:100%;max-width:clamp(600px,70vw);position:relative;padding:30px;border-radius:10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:var(--black-2);color:#fff}.details.svelte-e5cgoc:before{content:"";border:solid thin grey;border-radius:inherit;opacity:.5;height:100%;width:100%;position:absolute;top:0;left:0}.row.svelte-e5cgoc{display:grid;grid-auto-flow:column;grid-auto-columns:max-content;justify-content:space-between}.highlight.svelte-e5cgoc{color:var(--highlight-color);border-radius:8px;padding:4px 8px;position:relative;margin-left:4px;font-weight:700}.controls.svelte-e5cgoc{margin-top:40px;display:grid;grid-template-columns:repeat(2,calc(50% - 20px));grid-template-rows:140px;gap:40px}.onboarding.svelte-r3y3zp{height:100dvh;max-height:100dvh;max-width:100dvw;width:100%;display:flex;padding:0;margin:0;justify-content:center;align-items:center}@media screen and (min-width: 700px) and (max-height: 499px){.onboarding.svelte-r3y3zp{display:grid;grid-template-columns:minmax(100%,1000px);gap:40px}}@media screen and (min-width: 700px) and (min-height: 500px){.onboarding.svelte-r3y3zp{grid-template-columns:minmax(100%,1000px);gap:40px;display:grid;justify-items:center;justify-content:center}}.modal.svelte-1y6r5iv{height:100dvh;width:100vw;display:flex;justify-content:center;align-items:center;padding:40px;position:fixed;top:0;left:0}.modal-bg.svelte-1y6r5iv{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#000;opacity:.9;z-index:0}.modal-content.svelte-1y6r5iv{width:100%;height:100%;position:relative;z-index:1}.errors.svelte-hd48eq{position:fixed;top:0;left:0;right:0;bottom:0;padding:20px;height:100dvh;width:100dvw;z-index:10000;display:grid;grid-template-columns:1fr;align-items:center;align-content:center;justify-content:center;justify-items:center;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.errors.svelte-hd48eq:before{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background:var(--black-2);opacity:.75}.error.svelte-hd48eq{position:relative;z-index:2;min-height:40dvh;width:100%;display:grid;grid-template-columns:1fr;align-items:center;align-content:center;justify-content:center;justify-items:center}.error-content.svelte-hd48eq{height:90%;min-width:70%;width:fit-content;padding:60px;background:var(--grey-6);border:solid thin var(--grey-4);border-radius:30px;box-shadow:var(--shadow-a);display:grid;grid-template-columns:1fr;gap:60px;border:solid thin var(--grey-6);position:relative;z-index:10;overflow:hidden}.error-content.svelte-hd48eq:before{content:"";background:var(--black-2);opacity:.9;height:100%;width:100%;top:0;left:0;z-index:0;position:absolute}.error-title.svelte-hd48eq{width:fit-content;display:grid;gap:5px;grid-template-columns:max-content max-content;align-items:center;align-content:center;color:var(--error-color)}.header.svelte-hd48eq,.block.svelte-hd48eq,.controls.svelte-hd48eq{position:relative;z-index:3}.header.svelte-hd48eq{gap:20px}.block.svelte-hd48eq{display:grid;gap:20px}.controls.svelte-hd48eq{display:grid;grid-template-columns:200px;grid-template-rows:150px;justify-content:flex-start;align-items:center;gap:20px;height:200px}.blocking-fetch.svelte-wyprwj{display:grid;grid-template-columns:1fr;grid-template-rows:1fr;justify-content:center;align-content:center;align-items:center;justify-items:center;height:100%;width:100%;z-index:1000}.async-fetch.svelte-wyprwj{position:fixed;bottom:0;right:20px;z-index:1000;transform:scale(.75)}.top-offset.svelte-wyprwj{position:relative;top:-5px;opacity:.75}.fetch-image.svelte-wyprwj{width:150px;border-radius:12px;overflow:hidden}.fetching.svelte-wyprwj{gap:30px}.toast.svelte-14qf11i{height:auto;width:fit-content;padding:30px 30px 50px;display:grid;grid-auto-flow:column;grid-template-columns:max-content;gap:80px;border-radius:18px;background-color:var(--black);border:solid thin var(--grey-3);position:fixed;bottom:10px;right:10px}.timer.svelte-14qf11i{height:5px;right:25px;left:25px;bottom:15px;background:var(--grey-6);border-radius:100px;position:absolute}.value.svelte-14qf11i{height:100%;width:100%;background:var(--destructive-color);border-radius:100px;position:absolute;top:0;left:0}.close.svelte-14qf11i{height:100px;width:100px}.info.svelte-14qf11i{display:grid;grid-template-columns:repeat(2,max-content);gap:10px;align-items:center}.content.svelte-14qf11i{display:grid;grid-template-columns:1fr;gap:0px;align-items:center}.toast-notifications.svelte-hqgvac{position:fixed;bottom:0;right:0;z-index:10001}.countdown.svelte-1bqqxh9{height:inherit;width:inherit;background:var(--black);background:var(--active-color);filter:opacity(.85);border-radius:inherit;position:relative;overflow:hidden;transform:scale(1.025)}.next.svelte-1bqqxh9{position:absolute;top:-10px;bottom:-10px;right:-10px;left:-10px;transform:translate(0);width:calc(100% + 20px);background:var(--highlight-gradient)}.selected-element.svelte-1pokjqa{display:grid;grid-template-columns:1fr;grid-template-rows:1fr;align-items:center;align-content:center;justify-content:center;justify-items:center;position:relative}#selected-element-timer.svelte-1pokjqa{height:100%;width:100%;border-radius:inherit}@keyframes svelte-1pokjqa-change{0%{border-color:var(--cta-color)}50%{border-color:var(--highlight-color)}to{border-color:var(--cta-color)}}.selected-element.svelte-1pokjqa{--angle:0deg;position:fixed;border-style:solid;border-width:5px;border-color:var(--highlight-color)!important;box-sizing:border-box;pointer-events:none;z-index:99999;transform:scale(1.5) translateY(-5vw);opacity:0;transition:all .25s var(--ease-out-quint)}[data-active=true].svelte-1pokjqa{transform:scale(1);opacity:1}.backdrop.svelte-oafov4{background:rgba(10,10,10,.895);position:fixed;height:fit-content;left:0;padding:10px;border-radius:18px;right:0;bottom:0;z-index:10000}.update.svelte-oafov4{background:var(--black);border-radius:18px;position:relative;z-index:1;padding:20px;display:grid;grid-template-columns:1fr;gap:30px;grid-template-rows:minmax(140px,auto);justify-content:flex-start;align-items:center}.buttons.svelte-oafov4{display:grid;gap:30px;grid-template-columns:repeat(2,1fr);grid-template-rows:140px}.text.svelte-oafov4{display:grid;gap:10px}@media screen and (min-width: 600px) and (max-height: 600px){.backdrop.svelte-oafov4{padding:20px}.update.svelte-oafov4{padding:60px 80px;display:grid;grid-template-columns:1fr 380px;gap:80px}}@media screen and (min-width: 600px) and (min-height: 600px){.update.svelte-oafov4{padding:60px 80px;display:grid;grid-template-columns:1fr 380px;gap:80px}.buttons.svelte-oafov4{gap:80px;grid-template-columns:repeat(2,160px);grid-template-rows:140px}}.shortcut.svelte-ycvs9s{position:relative;bottom:0;left:0;z-index:10;height:100%;width:100%;transition:transform .2s var(--ease-out-quint)}.shortcut[data-offset=true].svelte-ycvs9s{height:0;transform:translateY(500px)}.app-state.svelte-4l4g5p.svelte-4l4g5p{position:relative;font-size:.75em;height:fit-content}.app-state.svelte-4l4g5p .tiny.svelte-4l4g5p{text-align:center;letter-spacing:2px;opacity:.35}.bottom-menu.svelte-4l4g5p.svelte-4l4g5p{width:100vw;height:fit-content;position:fixed;bottom:0;right:0;left:0;padding:10px;z-index:10000;display:grid;justify-content:space-between;justify-items:center;align-items:flex-end;align-content:stretch;gap:10px;grid-template-columns:80px calc(100% - 180px) 80px;grid-template-rows:80px;transition:all .5s var(--ease-out-quint)}.network.svelte-4l4g5p.svelte-4l4g5p{gap:10px;padding:20px 30px 15px;border-radius:5px;height:100%;flex-direction:row}.network.svelte-4l4g5p.svelte-4l4g5p:before{backdrop-filter:blur(5px) brightness(.75);-webkit-backdrop-filter:blur(5px) brightness(.75);border-radius:5px;opacity:.975}.bottom-menu.minimize.svelte-4l4g5p.svelte-4l4g5p{transform:translateY(150px)}span.svelte-4l4g5p.svelte-4l4g5p{width:100%;height:100%}@media screen and (min-width: 600px) and (min-height: 600px){.bottom-menu.svelte-4l4g5p.svelte-4l4g5p{grid-template-columns:100px 1fr 100px;grid-template-rows:100px}.network.svelte-4l4g5p.svelte-4l4g5p{border-radius:50px;height:fit-content;flex-direction:row}}@media screen and (min-width: 720px) and (min-height: 600px){.network.svelte-4l4g5p.svelte-4l4g5p{flex-direction:row;height:fit-content;padding:10px 15px 5px}.bottom-menu.svelte-4l4g5p.svelte-4l4g5p{height:fit-content;border:none;background:transparent;align-items:flex-end;grid-template-columns:120px 1fr 120px;grid-template-rows:120px}.bottom-menu.minimize.svelte-4l4g5p.svelte-4l4g5p{height:0px}.network.svelte-4l4g5p.svelte-4l4g5p{margin-bottom:20px}}.network-icon.svelte-4l4g5p.svelte-4l4g5p{transform:translateY(-2.5px)}@media screen and (min-width: 1024px) and (min-height: 600px){.bottom-menu.svelte-4l4g5p.svelte-4l4g5p{grid-template-columns:150px 1fr 150px;grid-template-rows:150px}.bottom-menu.minimize.svelte-4l4g5p.svelte-4l4g5p{grid-template-rows:80px}}@media screen and (min-width: 1280px) and (min-height: 600px){.bottom-menu.svelte-4l4g5p.svelte-4l4g5p{grid-template-columns:180px 1fr 180px;grid-template-rows:180px}.bottom-menu.minimize.svelte-4l4g5p.svelte-4l4g5p{grid-template-rows:80px}}.prevent.svelte-1fxgat9{width:100dvw;height:100dvh;background:rgba(40,40,40,.1);position:fixed;top:0;left:0;right:0;bottom:0;z-index:999999}.logo-wrapper.svelte-aawnvo{width:150px;height:100px}.size-warning.svelte-aawnvo{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000f2;z-index:9999;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:50px}body{background-color:var(--black);color:var(--grey-2)}.backdrop.svelte-j1joq5{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1}.backdrop.svelte-j1joq5:before{content:"";background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 600'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:182px;opacity:.4;top:0;left:0;position:fixed;width:100%;height:100%;z-index:0}.backdrop.svelte-j1joq5:after{content:"";background-image:radial-gradient(circle,rgba(0,0,0,.2) 0%,rgba(0,0,0,.75) 100%);top:0;left:0;position:fixed;width:100%;height:100%;z-index:1}#off-screen.svelte-j1joq5{position:fixed;top:-100vh;left:-100vw;opacity:0}main.svelte-j1joq5{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%}#app-views.svelte-j1joq5{position:fixed;z-index:9998}#app-views[data-offset-index=true].svelte-j1joq5{z-index:9999}.onboarding-wrapper.svelte-j1joq5{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;padding:0;margin:0}
