*,:before,:after{box-sizing:border-box}*{margin:0}body{-webkit-font-smoothing:antialiased;line-height:1.5}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}:root{--primary:#1cd179;--secondary:#21bfdb;--accent:#b76eeb;--bg-500:#0b1929;--bg-300:#112338;--bg-100:#172f4a;--correct:#69f0b1;--wrong:#ff8484;--success:var(--correct);--error:var(--wrong);--info:#479ceb;--warning:#ebdd41;--text-body:#e4f0ff;--text-subtle:#9ec0d7;--text-faint:#758b9a;--text-dark:#181818;--text-xs:.6rem;--text-sm:.8rem;--text-md:1rem;--text-lg:1.2rem;--title:2rem;--icon-md:1.5rem;--icon-lg:2rem;--magic-gradient:linear-gradient(45deg, var(--primary), var(--secondary))}*{color:var(--text-body)}body{background:var(--bg-500);height:100%;margin:0;font-family:system-ui,sans-serif}a{color:var(--primary);text-decoration:none;transition:all .2s ease-in}a:hover{color:var(--secondary)}button{border:none;border-radius:.5rem;padding:.3rem;transition:all .2s ease-in}button:hover{cursor:pointer}button:disabled,button:disabled:hover{background-color:var(--bg-100);color:gray}input{color:#000;border:none;outline:none}input[type=text],input[type=password]{border:2px solid #0000;border-radius:10px;outline:none;padding:.5rem}input[type=text]:focus,input[type=password]:focus{border:2px solid var(--secondary)}input:-webkit-autofill{border:2px solid #fff;outline:none;-webkit-box-shadow:inset 0 0 0 1000px #fff}input[type=number]{background-color:var(--bg-100);color:var(--text-body);border-radius:.5rem;padding:.5rem}svg{vertical-align:middle;shape-rendering:geometricprecision;display:inline-block}.rounded{border-radius:10px}.disabled{pointer-events:none;cursor:default;opacity:.6}.hw-100{width:100%;height:100%}.w-100,.h-100{width:100%}.card-grid{grid-template-rows:.1fr 1fr .1fr;grid-template-areas:"header""content""footer";width:100%;height:100%;display:grid}.grid-header{grid-area:header}.grid-content{grid-area:content;overflow:scroll}.grid-footer{grid-area:footer}.flex{flex:1;display:flex}.flex-col{flex-direction:column;display:flex}.flex-row{flex-flow:wrap;display:flex}.place-center{justify-content:center;place-items:center}.place-right{place-items:right right;justify-content:right}.align-center{align-items:center}.justify-center{justify-items:center}.justify-right{justify-items:right}.inline{display:inline-block}.btn-transparent{background:0 0;border:none;margin:0;padding:0;line-height:1}.btn-transparent:hover{color:var(--secondary)}.btn-primary{background:var(--primary);border:none}.btn-primary:hover{background:var(--secondary)}.btn-accent{background:var(--accent);border:none}.btn-accent:hover{background:var(--error)}select{background-color:var(--bg-100);border:none;border-radius:10px;padding:5px}.bold{font-weight:700}.text-sm{font-size:var(--text-sm)}.text-md{font-size:var(--text-md)}.text-lg{font-size:var(--text-lg)}.text-card-front{font-size:2.2rem}.title{font-size:var(--title)}.text-center{text-align:center}.icon-md{height:var(--icon-md);width:auto}.icon-lg{height:var(--icon-lg);width:auto}.svg-link path{color:var(--primary);transition:all .2s ease-in}.svg-link:hover path{color:var(--secondary)}.text-body{color:var(--text-body)}.text-subtle{color:var(--text-subtle)}.text-faint{color:var(--text-faint)}.text-dark{color:var(--text-dark)}.text-primary{color:var(--primary)}.text-secondary{color:var(--secondary)}.text-accent{color:var(--accent)}.text-magic{background-image:var(--magic-gradient);color:#0000;-webkit-background-clip:text;background-clip:text}.text-info{color:var(--info)}.text-warning{color:var(--warning)}.text-success{color:var(--success)}.text-error{color:var(--error)}.magic-border{border-radius:10px;position:relative}.magic-border:before{content:"";background:var(--magic-gradient);border-radius:inherit;z-index:-1;position:absolute;inset:-2px}.input-error{outline:var(--error) solid 3px}@supports selector(::-webkit-scrollbar){:root ::-webkit-scrollbar{width:5px}:root ::-webkit-scrollbar-track{background:0 0}:root ::-webkit-scrollbar-thumb{background:var(--text-faint);border-radius:10px}:root ::-webkit-scrollbar-thumb:hover{background:var(--text-body)}:root ::-webkit-scrollbar-corner{background:0 0}}.navbar.svelte-cspilw{grid-template-rows:1fr;grid-template-columns:20% 60% 20%;place-items:center;padding:.5rem;display:grid}.left-content.svelte-cspilw{justify-self:start;gap:10px}.middle-content.svelte-cspilw{place-items:center;gap:2rem;display:flex}.right-content.svelte-cspilw{justify-self:right;align-items:center;gap:.5rem;display:flex}.streak.svelte-cspilw{align-items:center;display:inline-flex}.burger.svelte-cspilw{background-color:#0000;border:none;justify-self:right;display:none}@media (width<=1000px){.navbar.svelte-cspilw{grid-template-columns:20% 60% 20%}.burger.svelte-cspilw{display:block}.right-content.svelte-cspilw{justify-self:center}.middle-content.svelte-cspilw{box-shadow:0px 15px 25px -15px var(--primary);background-color:var(--bg-500);z-index:1;flex-direction:column;gap:1rem;width:100%;padding:1rem 0;display:none;position:absolute;top:3rem}.shown.svelte-cspilw{display:flex}}.toaster.svelte-1dnmrtz{z-index:9999;gap:.5rem;max-width:350px;position:fixed;top:1rem;right:1rem}.toast.svelte-1dnmrtz{gap:.6rem;padding:.75rem 1rem}.toast-info.svelte-1dnmrtz{background:var(--info)}.toast-warning.svelte-1dnmrtz{background:var(--warning)}.toast-success.svelte-1dnmrtz{background:var(--success)}.toast-error.svelte-1dnmrtz{background:var(--error)}.app.svelte-12qhfyh{flex-direction:column;min-height:100vh;display:flex}footer.svelte-12qhfyh{margin:5px}
