:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}body{color:#f9fafb;background:#111827;margin:0;font-family:system-ui,sans-serif}.app{box-sizing:border-box;place-items:center;min-height:100vh;padding:1.25rem;display:grid}.game-card{text-align:center;background:#1f2937;border-radius:.5rem;width:min(920px,94vw);padding:clamp(1.25rem,3vw,2rem);box-shadow:0 20px 50px #00000040}.game-card h1{margin:0 0 .5rem;font-size:clamp(1.75rem,4vw,2.5rem)}.game-card>p{margin:.25rem 0}button{cursor:pointer;color:#111827;background:#facc15;border:0;border-radius:.375rem;padding:.7rem 1rem;font-weight:700;line-height:1.1}button:disabled{cursor:not-allowed;opacity:.55}.round-tabs{background:#111827;border:1px solid #374151;border-radius:.5rem;gap:.5rem;margin-bottom:1rem;padding:.25rem;display:inline-flex}.round-tabs button{color:#f9fafb;background:0 0}.round-tabs button.active{color:#111827;background:#facc15}.large-count-picker{margin:1rem 0}.large-count-picker p{color:#d1d5db;margin-bottom:.5rem}.option-row,.operators{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.option-row button,.operators button{color:#f9fafb;background:#374151}.option-row button.active,.operators button.active{color:#111827;background:#facc15}.letter-section{margin-top:1.5rem}.letter-section h2{color:#d1d5db;margin:0 0 .75rem;font-size:1rem}.letters{--tile-size:clamp(2.75rem, 8vw, 3.25rem)}.numbers{--tile-size:clamp(4.5rem, 14vw, 6.25rem)}.letters{grid-template-columns:repeat(9, var(--tile-size));justify-content:center;gap:.5rem;margin:0;display:grid}.numbers{flex-wrap:wrap;justify-content:center;align-items:stretch;gap:.5rem;margin:0;display:flex}.letter,.number{width:var(--tile-size);height:var(--tile-size);background:#2563eb;border-radius:.375rem;place-items:center;font-size:clamp(1.2rem,4vw,1.5rem);font-weight:700;display:grid}.tile-button{padding:0}.letter-placeholder{background:0 0;border:1px dashed #4b5563}.number-tile{width:var(--tile-size);height:var(--tile-size);color:#f9fafb;background:#2563eb;padding:.5rem;position:relative}.number-tile strong{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:clamp(1.1rem,3vw,1.65rem);line-height:1.1;display:block;overflow:hidden}.number-tile.is-combined{width:fit-content;min-width:calc(var(--tile-size) * 1.6);max-width:min(100%,34rem);height:auto;min-height:var(--tile-size);background:#4f46e5;padding-top:1.35rem}.number-tile.is-combined strong{text-overflow:clip;white-space:normal;overflow:visible}.number-tile.selected{outline:3px solid #facc15}.tile-uncombine{color:#f9fafb;background:#111827;border-radius:.25rem;padding:.18rem .35rem;font-size:.65rem;line-height:1;position:absolute;top:.3rem;right:.3rem}.operators{margin-top:1.25rem}.operators button{width:3rem;height:3rem;padding:0;font-size:1.25rem}.empty-letters{color:#9ca3af}.current-word{overflow-wrap:anywhere;margin:1.5rem 0 .75rem}.target{justify-content:center;gap:.25rem;margin:1rem 0 1.25rem;display:grid}.target span{color:#d1d5db;font-size:.875rem}.target strong{color:#facc15;font-size:clamp(3rem,9vw,5rem);line-height:.95}form{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}input{text-transform:uppercase;border:0;border-radius:.375rem;min-width:14rem;padding:.7rem}input:disabled{opacity:.65}.result{color:#86efac;margin-top:1rem}.error{color:#fca5a5;margin-top:1rem}.status{margin:1rem 0;font-weight:700}.loading{margin-top:1rem}@media (width<=760px){.letters{grid-template-columns:repeat(3, var(--tile-size))}}
