*{margin:0;padding:0;box-sizing:border-box}body{font-family:Hanken Grotesk,Arial,Helvetica,sans-serif;background-color:#262626;color:#d9d9d9;padding:20px;height:100vh;display:flex;justify-content:center}header{text-align:center}header h1{font-size:1.25rem;font-weight:500;color:#f9f4da}header .description{margin-top:15px;max-width:350px;color:#8e8e8e;font-size:.875rem}.game-status{margin-block:30px;text-align:center;border-radius:4px;padding:8px;min-height:60px}.game-status.won{background-color:#0ea051}.game-status.lost{background-color:#b22528}.game-status h2{font-size:1.25rem;font-weight:500}.game-status p{margin-top:3px}.game-status.farewell{background-color:#7a5ea7;border:1px dashed #323232;display:flex;justify-content:center;align-items:center;font-style:italic;font-weight:400}.language-chips{max-width:350px;display:flex;flex-wrap:wrap;gap:5px;justify-content:center}.language-chips .chip{border-radius:3px;padding:4px;position:relative}.language-chips .chip.lost:before{content:"💀";position:absolute;display:flex;align-items:center;justify-content:center;height:100%;width:100%;font-size:.85rem;top:0;left:0;background-color:#000000b3}.word-display{display:flex;justify-content:center;margin-top:30px;gap:2px}.word-display span{background-color:#2a2a2a;font-size:1.125rem;width:30px;height:30px;display:flex;justify-content:center;align-items:center;border-bottom:1px solid #f9f4da}.word-display span.missed-letter{color:#ec5d49}.keyboard{max-width:350px;display:flex;justify-content:center;flex-wrap:wrap;margin-top:30px;gap:5px}button{border:1px solid #d7d7d7;cursor:pointer;font-family:Hanken Grotesk,Arial,Helvetica,sans-serif}.keyboard button{background-color:#dd9b1b;width:30px;height:30px;border-radius:3px}.keyboard button:disabled{cursor:not-allowed;opacity:.6}.new-game{font-size:1.125rem;background-color:#0e8cb6;display:block;margin-inline:auto;border:1px solid #d7d7d7;border-radius:3px;padding:8px 50px;margin-top:30px}button.correct{background:#10a95b}button.wrong{background-color:#ec5d49}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}footer{text-align:center;margin-top:40px;color:#8e8e8e}
