*{box-sizing:border-box}body{color:#d9d9d9;background-color:#262626;height:100vh;margin:0;padding:20px;font-family:Hanken Grotesk,Arial,sans-serif}main{flex-direction:column;align-items:center;display:flex}header{text-align:center}header>h1{color:#f9f4da;font-size:clamp(1.25rem,5vw,2rem);font-weight:500}header>p{color:#8e8e8e;max-width:400px;margin:10px auto;font-size:clamp(.875rem,3vw,1.1rem)}section.game-status{color:#f9f4da;border-radius:4px;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:400px;min-height:60px;margin-block:30px;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>p{margin:5px}section.game-status>p.farewell-message{font-style:italic;font-weight:400}section.game-status>h2{margin:5px;font-size:1.25rem}section.language-chips{flex-wrap:wrap;justify-content:center;gap:5px;width:100%;max-width:500px;margin-bottom:36px;display:flex}span.chip{border-radius:3px;padding:4.5px;position:relative}span.chip.lost:before{content:"💀";border-radius:inherit;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{flex-wrap:wrap;justify-content:center;gap:clamp(2px,1vw,5px);width:100%;max-width:600px;margin-bottom:20px;display:flex}section.word>span{background-color:#323232;border-bottom:1px solid #f9f4da;justify-content:center;align-items:center;width:clamp(30px,8vw,45px);height:clamp(30px,8vw,45px);font-size:clamp(1rem,4vw,1.5rem);display:flex}section.word>span.missed-letter{color:#ec5d49}section.keyboard{flex-wrap:wrap;justify-content:center;gap:clamp(4px,1.5vw,8px);width:100%;max-width:500px;margin-bottom:36px;display:flex}section.keyboard>button{cursor:pointer;background-color:#fcba29;border:1px solid #d7d7d7;border-radius:3px;width:clamp(30px,8vw,40px);height:clamp(30px,8vw,40px);font-size:clamp(.9rem,3vw,1.1rem)}section.keyboard>button.correct{background-color:#10a95b}section.keyboard>button.wrong{background-color:#ec5d49}section.keyboard>button:disabled{cursor:not-allowed;opacity:.5}button.new-game{cursor:pointer;background-color:#11b5e5;border:1px solid #d7d7d7;border-radius:4px;width:225px;height:40px;margin-inline:auto;padding:6px 12px;display:block}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
