*,*:before,*:after{box-sizing:border-box}*{margin:0}body{line-height:1.5;-webkit-font-smoothing:antialiased;overflow-y:scroll}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}.button{background-color:var(--button-color);border:none;color:#fff;padding:5px 20px;border-radius:10px;text-align:center;text-decoration:none;cursor:pointer}.button.icon{background-color:transparent;padding:0;color:var(--foreground);font-size:30px}.link{color:var(--foreground);font-weight:700;text-decoration:none}.link:hover{text-decoration:underline}.no-scroll{overflow-y:scroll;position:fixed;width:100%;top:0;left:0;height:100%}@font-face{font-family:Roboto;src:url(../../../fonts/roboto-latin-400-normal.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(../../../fonts/roboto-latin-700-normal.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}.support-me-text.svelte-1pir38q{color:var(--muted-foreground)}.link.svelte-1pir38q{white-space:nowrap}.socials.svelte-nbrh1g{display:flex;gap:1rem;justify-content:center;font-size:x-large}.welcome-modal.svelte-1tjvg83{display:grid;grid-template-columns:1fr;gap:1rem}.welcome-modal.svelte-1tjvg83 .privacy-link:where(.svelte-1tjvg83){font-size:small;text-align:center;color:var(--muted-foreground)}.welcome-modal.svelte-1tjvg83 .info:where(.svelte-1tjvg83){display:grid;gap:.5rem;text-align:center;color:var(--muted-foreground)}.yesterday-result.svelte-1ifh5nd{color:var(--muted-foreground);font-size:medium;display:flex;flex-direction:column;gap:.5rem}.yesterday-result.svelte-1ifh5nd .summary:where(.svelte-1ifh5nd){font-size:large;color:var(--foreground)}.yesterday-result.svelte-1ifh5nd .words:where(.svelte-1ifh5nd){display:flex;flex-wrap:wrap;gap:0 .5rem;overflow-wrap:normal}.yesterday-result.svelte-1ifh5nd .words:where(.svelte-1ifh5nd) .letter-count:where(.svelte-1ifh5nd){color:var(--foreground)}.yesterday-result.svelte-1ifh5nd .words:where(.svelte-1ifh5nd) .found:where(.svelte-1ifh5nd){color:var(--foreground);font-weight:700}.yesterday-result.svelte-1ifh5nd .words:where(.svelte-1ifh5nd) a:where(.svelte-1ifh5nd){color:var(--muted-foreground);text-decoration:none;transition:color .2s}.yesterday-result.svelte-1ifh5nd .words:where(.svelte-1ifh5nd) a:where(.svelte-1ifh5nd):hover{color:var(--foreground);text-decoration:underline}.yesterday-result.svelte-1ifh5nd .info-text:where(.svelte-1ifh5nd){color:var(--muted-foreground);font-size:small;font-style:italic}.yesterday-result.svelte-1ifh5nd .board:where(.svelte-1ifh5nd){display:grid;grid-template-columns:repeat(var(--grid-columns),minmax(0,1fr));gap:4px;min-width:100px;margin:.5rem auto}.yesterday-result.svelte-1ifh5nd .board:where(.svelte-1ifh5nd) .tile:where(.svelte-1ifh5nd){color:var(--foreground);border:none;border-radius:4px;aspect-ratio:1;display:flex;align-items:center;justify-content:center;font-size:small;background-color:var(--tile);user-select:none;-webkit-user-select:none}.yesterday-result.svelte-1ifh5nd .support-me-wrapper:where(.svelte-1ifh5nd){margin-top:.5rem;text-align:center}.menu-list.svelte-6zjj2w{display:flex;flex-direction:column;gap:1rem}.menu-item.svelte-6zjj2w{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:1rem;height:3.6875rem;background-color:var(--secondary);border-radius:.5rem;text-align:center;border:none;font-size:x-large;transition:background-color .3s,color .2s;cursor:pointer;color:var(--secondary-foreground);text-decoration:none}.menu-item.svelte-6zjj2w .menu-item--title:where(.svelte-6zjj2w){font-size:large}.menu-item.svelte-6zjj2w:hover{background-color:var(--primary);color:var(--primary-foreground)}.switch.svelte-h1qhwm{position:relative;display:inline-block;width:60px;height:34px}.switch.svelte-h1qhwm input:where(.svelte-h1qhwm){opacity:0;width:0;height:0}.slider.svelte-h1qhwm{position:absolute;cursor:pointer;inset:0;background-color:var(--muted);-webkit-transition:.4s;transition:.4s}.slider.svelte-h1qhwm:before{position:absolute;content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:var(--primary-foreground);-webkit-transition:.4s;transition:.4s}input.svelte-h1qhwm:checked+.slider:where(.svelte-h1qhwm){background-color:var(--primary)}input.svelte-h1qhwm:focus+.slider:where(.svelte-h1qhwm){box-shadow:0 0 1px var(--primary)}input.svelte-h1qhwm:checked+.slider:where(.svelte-h1qhwm):before{-webkit-transform:translateX(26px);-ms-transform:translateX(26px);transform:translate(26px)}.slider.round.svelte-h1qhwm{border-radius:34px}.slider.round.svelte-h1qhwm:before{border-radius:50%}.import-text-container.svelte-1w8seqg{display:flex;flex-direction:column;gap:.5rem}.import-text-container.svelte-1w8seqg textarea:where(.svelte-1w8seqg){width:100%;font-size:small;resize:vertical;background-color:var(--background);border:1px solid var(--border);padding:.5rem;border-radius:.25rem}.import-text-container.svelte-1w8seqg textarea:where(.svelte-1w8seqg):focus{outline:none;border-color:var(--primary)}.import-text-container.svelte-1w8seqg textarea:where(.svelte-1w8seqg)::placeholder{color:var(--muted-foreground)}.export-text-container.svelte-st6bfu{display:flex;flex-direction:column;gap:.5rem;width:100%}.export-text-container.svelte-st6bfu textarea:where(.svelte-st6bfu){width:100%;font-size:small;resize:vertical;background-color:var(--background);border:1px solid var(--border);padding:.5rem;border-radius:.25rem}.export-text-container.svelte-st6bfu textarea:where(.svelte-st6bfu):focus{outline:none;border-color:var(--primary)}.settings.svelte-1wk5kq2{display:flex;flex-direction:column;gap:1rem}.settings.svelte-1wk5kq2 .setting:where(.svelte-1wk5kq2){display:flex;justify-content:space-between;align-items:center;column-gap:1rem}.settings.svelte-1wk5kq2 .setting:where(.svelte-1wk5kq2) .text:where(.svelte-1wk5kq2) .title:where(.svelte-1wk5kq2){color:var(--foreground)}.settings.svelte-1wk5kq2 .setting:where(.svelte-1wk5kq2) .text:where(.svelte-1wk5kq2) .description:where(.svelte-1wk5kq2){color:var(--muted-foreground);font-size:small}.settings.svelte-1wk5kq2 .setting:where(.svelte-1wk5kq2) .switch-container:where(.svelte-1wk5kq2){flex-shrink:0}.settings.svelte-1wk5kq2 .file-data-buttons:where(.svelte-1wk5kq2){display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.menu-list.svelte-1j43u0w{display:flex;flex-direction:column;gap:1rem}.menu-item.svelte-1j43u0w{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:1rem;background-color:var(--secondary);border-radius:.5rem;text-align:center;border:none;font-size:x-large;transition:background-color .3s,color .2s;cursor:pointer;color:var(--secondary-foreground);text-decoration:none}.menu-item.svelte-1j43u0w .menu-item--title:where(.svelte-1j43u0w){font-size:large}.menu-item.svelte-1j43u0w:hover{background-color:var(--primary);color:var(--primary-foreground)}.support-me.svelte-1j43u0w{margin-top:1rem;text-align:center;color:var(--muted-foreground)}.support-links.svelte-1j43u0w{margin-top:.5rem}.stats-modal.svelte-1m7a3iw{display:flex;flex-direction:column;gap:1rem;text-align:center}.stats-modal.svelte-1m7a3iw .stats-grid:where(.svelte-1m7a3iw){display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.stats-modal.svelte-1m7a3iw .stats-grid:where(.svelte-1m7a3iw) .stat-value:where(.svelte-1m7a3iw){font-size:xx-large}.stats-modal.svelte-1m7a3iw .stats-grid:where(.svelte-1m7a3iw) .stat-description:where(.svelte-1m7a3iw){font-size:small;color:var(--muted-foreground)}.news-modal.svelte-rr5ax4{display:flex;flex-direction:column;gap:1rem;color:var(--foreground)}.link.svelte-rr5ax4{display:flex;align-items:center;justify-content:center;gap:.5rem;color:var(--primary)}header.svelte-1elxaub{color:var(--foreground);text-align:center;border-bottom:1px solid var(--border);padding:.5rem 0;margin:0 1rem;display:grid;grid-template-columns:68px 1fr auto}header.svelte-1elxaub .title:where(.svelte-1elxaub){color:var(--foreground);text-decoration:none;margin:0 auto}header.svelte-1elxaub .buttons:where(.svelte-1elxaub){display:flex;align-items:center;gap:.5rem}header.svelte-1elxaub .flip-x:where(.svelte-1elxaub){transform:scaleX(-1)}:root{--hue: 221;--saturation: 80%;--lightness: 56%;--background: hsl(var(--hue), calc(var(--saturation) / 2), 14%);--foreground: hsl(var(--hue), calc(var(--saturation) / 2), 95%);--muted: hsl(var(--hue), calc(var(--saturation) / 2), 25%);--muted-foreground: hsl(var(--hue), calc(var(--saturation) / 2), 70%);--popover: hsl(var(--hue), calc(var(--saturation) / 2), 20%);--popover-foreground: var(--foreground);--primary: hsl(var(--hue), var(--saturation), var(--lightness));--primary-foreground: #000;--secondary: hsl(var(--hue), calc(var(--saturation) / 2), 28%);--secondary-foreground: var(--foreground);--border: hsl(var(--hue), calc(var(--saturation) / 2), 40%);--tile: var(--secondary);--tile-foreground: var(--secondary-foreground);--tile-accent: var(--primary);--tile-accent-foreground: var(--primary-foreground);--tile-border: hsl(var(--hue), calc(var(--saturation) / 2), 60%)}body.light{--hue: 30;--saturation: 100%;--lightness: 45%;--background: hsl(var(--hue), calc(var(--saturation) / 2), 95%);--foreground: hsl(var(--hue), var(--saturation), 10%);--muted: hsl(var(--hue), calc(var(--saturation) / 2), 85%);--muted-foreground: hsl(var(--hue), var(--saturation), 30%);--popover: hsl(var(--hue), calc(var(--saturation) / 2), 90%);--popover-foreground: var(--foreground);--primary: hsl(var(--hue), var(--saturation), var(--lightness));--primary-foreground: #fff;--secondary: hsl(var(--hue), var(--saturation), 85%);--secondary-foreground: var(--foreground);--border: hsl(var(--hue), var(--saturation), 75%);--tile: var(--secondary);--tile-foreground: var(--secondary-foreground);--tile-accent: var(--primary);--tile-accent-foreground: var(--primary-foreground);--tile-border: hsl(var(--hue), calc(var(--saturation) / 2), 40%)}body{background-color:var(--background);font-family:Roboto,sans-serif;font-size:16px;transition:background-color .3s;overflow-x:hidden}.app.svelte-12qhfyh{color:var(--muted-foreground);height:100vh;max-width:850px;margin:auto;display:grid;grid-template-rows:auto 1fr auto;padding-top:env(safe-area-inset-top)}@media(max-width:850px){.app.svelte-12qhfyh{height:auto;min-height:100vh}}
