@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600&family=Nunito:wght@400;600;700;800;900&display=swap');
.game .slots{display:grid;grid-template-columns:repeat(var(--letter-count,4),minmax(0,64px));gap:clamp(4px,1.5vw,12px)}
.slots .slot{width:100%;min-width:0}
.game .tiles{flex-wrap:wrap}
@media(max-width:600px){.game .long-word{gap:5px}.long-word .slot{font-size:1.65rem;height:56px}.game .tiles{gap:9px}.tiles .tile{width:54px;height:61px}}
@media(max-width:360px){.long-word .slot{font-size:1.4rem}}
:root{font-family:'Nunito',system-ui,sans-serif;color:#183255;background:#eaf2ff;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(ellipse at 8% 25%,#d0e1ff 0,transparent 38%),radial-gradient(ellipse at 98% 90%,#d2e5ff 0,transparent 35%),#eaf2ff}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;cursor:pointer;touch-action:manipulation}button:focus-visible,a:focus-visible{outline:4px solid #194ac5;outline-offset:5px}button:disabled{cursor:default}button[hidden],[hidden]{display:none!important}.shell{max-width:1040px;margin:auto;padding:28px 28px 20px}header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:28px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-family:'Fredoka',system-ui,sans-serif;font-weight:500;font-size:1.5rem;color:#183255}.brand-icon{font-size:1.4rem;background:#2158d5;color:white;border-radius:12px;padding:4px 9px;transform:rotate(-6deg);letter-spacing:-2px}.brand-icon span{color:#ffcf55;display:inline-block;transform:translateY(4px)}.header-note{font-size:.9rem;font-weight:800;color:#4d6485}.game{max-width:730px;margin:auto;background:#fff;border:2px solid #d8e4f9;border-radius:30px;padding:25px 40px 30px;box-shadow:0 10px 0 #d9e5fa,0 24px 65px #2b528d0d;text-align:center}.topline{display:flex;justify-content:space-between;align-items:center;gap:12px;font-weight:800;font-size:.9rem;color:#64738d}.eyebrow{font-size:.8rem;font-weight:900;letter-spacing:.12em;color:#426297}.stars{display:flex;justify-content:center;gap:14px;margin:19px 0 9px}.star{font-size:2rem;color:#d9e2ef;line-height:1.2;transition:transform .25s,color .25s}.star.earned{color:#d99308;transform:rotate(-8deg)}h1,h2{font-family:'Fredoka',system-ui,sans-serif;font-weight:500;font-size:2.6rem;line-height:1.15;margin:12px 0 7px;letter-spacing:-.025em}.instruction{margin:0;color:#596c86;font-size:1.05rem;font-weight:700}.clue{display:flex;align-items:center;justify-content:center;gap:24px;margin:24px auto 20px}.picture{font-size:5rem;line-height:1.4;min-width:136px;min-height:132px;background:#fff2cf;border-radius:25px;display:grid;place-items:center;transform:rotate(-4deg)}.clue-controls{text-align:left;max-width:270px}.listen{display:flex;align-items:center;justify-content:center;gap:10px;background:#edf3ff;border:2px solid #d6e3ff;border-bottom:4px solid #cbdafd;color:#1c51c5;border-radius:15px;padding:11px 17px;font-weight:900;font-size:1.1rem;min-height:53px}.listen span{font-size:1.4rem}.listen:hover{background:#e0eaff}.clue-controls p{margin:11px 0 0;font-weight:700;color:#526580;line-height:1.45;font-size:1rem}.slots,.tiles{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.slot{height:68px;width:64px;border:2px dashed #b7c9e5;background:#f5f8fe;border-radius:14px;font-family:'Fredoka',system-ui,sans-serif;font-size:2rem;font-weight:500;color:#1c4ec0}.slot.filled{border:2px solid #83a6ed;background:#edf3ff;border-bottom:4px solid #83a6ed}.slot.correct{background:#e5f7ef;border-color:#51a586;color:#166146}.slot:hover:not(:disabled){background:#e4edff}.feedback{min-height:27px;margin:13px 0 16px;color:#536983;font-size:1rem;font-weight:800}.feedback.success{color:#167350}.tiles{gap:11px;min-height:67px}.tile{width:62px;height:64px;background:#ffcf55;border:2px solid #eab12c;border-bottom:5px solid #d39a1c;border-radius:14px;font-family:'Fredoka',system-ui,sans-serif;font-size:2rem;font-weight:500;color:#4f3900;transition:transform .12s,background .12s}.tile:hover:not(:disabled){background:#ffdd80;transform:translateY(-3px)}.tile:active:not(:disabled){transform:translateY(2px)}.tile:disabled{background:#f4f6fa;border-color:#e9edf3;color:#adb8c9;opacity:.55}.actions{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #e5edf7;margin-top:25px;padding-top:23px}.quiet{border:0;background:transparent;color:#536782;font-weight:900;padding:12px 4px;font-size:1rem;min-height:48px}.quiet:hover{color:#184dbc}.quiet span{color:#a36600;margin-right:4px}.primary{border:2px solid #1c4ab6;border-bottom:5px solid #163b90;background:#235ad9;color:white;border-radius:15px;padding:13px 21px;font-weight:900;font-size:1.05rem;min-height:55px}.primary:hover:not(:disabled){background:#1549c4}.primary:disabled{background:#e3eaf6;border-color:#d4deee;color:#7283a0}.primary span{margin-left:10px}footer{max-width:730px;margin:25px auto 0;font-size:.9rem;color:#506887;display:flex;align-items:center;gap:8px;font-weight:700}.keyboard-note{margin-left:auto;font-size:.8rem;font-weight:600}#finish{padding:17px 0 18px}.trophy{font-size:5rem;margin:10px 0 20px}#finish .eyebrow{display:block}#finish p{font-size:1.1rem;color:#536782}.learned{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin:26px auto}.learned span{background:#fff2cf;border-radius:12px;padding:10px 14px;font-family:'Fredoka',system-ui,sans-serif;font-size:1.2rem}.celebrate{animation:pop .35s ease-out}@keyframes pop{50%{transform:scale(1.12)}}@media(max-width:600px){.shell{padding:18px 12px}header{margin:0 6px 20px}.brand{font-size:1.25rem}.header-note,.keyboard-note{display:none}.game{padding:20px 18px 24px;border-radius:24px}.eyebrow{font-size:.75rem;letter-spacing:.075em}.topline{font-size:.8rem}.stars{margin-top:17px}h1,h2{font-size:2.1rem}.clue{gap:16px;margin:22px 0}.picture{min-width:105px;min-height:115px;font-size:4rem}.listen{font-size:1rem;padding:10px 12px}.clue-controls p{font-size:.9rem}.slot{width:55px;height:62px}.tile{width:54px;height:61px}.tiles,.slots{gap:9px}.actions{gap:8px}.primary{padding:12px 14px;font-size:1rem}.quiet{font-size:.9rem}footer{justify-content:center;font-size:.8rem}}@media(max-width:360px){.game{padding:18px 12px}.tile{width:48px}.clue{gap:12px}.picture{min-width:86px;font-size:3.5rem}.listen{padding:8px;font-size:.9rem}.primary{padding:10px}.quiet{font-size:.85rem}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}
