*{box-sizing:border-box;margin:0;padding:0}body{color:#d9d9d9;background-color:#262626;justify-content:center;height:100vh;margin:0;padding:1.25rem;font-family:Hanken Grotesk,Arial,sans-serif;display:flex}.final-wrapper{flex-direction:column;align-items:center;max-width:500px;display:flex}header{text-align:center;width:85%}header>.title{color:#f9f4da;font-size:1.25rem;font-weight:500}header>.description{color:#8e8e8e;margin:1rem 0 1.25rem;font-size:.9rem;font-weight:500}section.game-status{color:#f9f4da;border-radius:5px;flex-direction:column;justify-content:center;align-items:center;width:85%;height:60px;padding:.5rem 0;display:flex}section.game-status.won{background-color:#10a95b}section.game-status.lost{background-color:#ba2a2a}section.game-status.farewell{background-color:#7a5ea7;border:1px dashed #323232}section.game-status>h2{font-size:1.25rem;font-weight:500}section.language-chips{flex-wrap:wrap;justify-content:center;gap:2px;max-width:70%;margin:2.25rem 0;display:flex}.chip{border-radius:3px;padding:5px;position:relative}.chip.lost:before{content:"💀";background-color:#000000b3;justify-content:center;align-items:center;width:100%;height:100%;font-size:.85rem;display:flex;position:absolute;top:0;left:0}section.word-display{justify-content:center;gap:2px;display:flex}.word{color:#f9f4da;background-color:#323232;border-bottom:1px solid #f9f4da;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.125rem;display:flex}.word.missed{color:#ec5d49}section.keyboard{flex-wrap:wrap;justify-content:center;gap:8px;max-width:100%;margin:2.25rem 0;display:flex}.keyboard button{color:#1e1e1e;cursor:pointer;background-color:#fcba29;border:1px solid #d7d7d7;border-radius:4px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;font-weight:600;display:flex}.keyboard button:disabled{cursor:not-allowed;opacity:.6}.keyboard button.correct{background-color:#10a95b}.keyboard button.wrong{background-color:#ec5d49}button.new-game{cursor:pointer;background-color:#11b5e5;border:1px solid #d7d7d7;border-radius:4px;width:225px;height:40px;padding:6px 12px;font-size:1rem;font-weight:600}
