*{box-sizing:border-box}body{margin:0;font-family:Hanken Grotesk,Arial,sans-serif;background-color:#262626;color:#d9d9d9;padding:20px;height:100vh}main{display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px}header h1{font-size:1.8rem;color:#f9f4da}header p{font-size:.95rem;line-height:1.4;max-width:350px;color:#8e8e8e}section.game-status{color:#fff;padding:12px 20px;border-radius:4px;max-width:350px;width:100%}section.game-status h2{margin:0;font-size:1.3rem}section.game-status p{margin:4px 0 0}.game-lost{background-color:#ba2a2a}.game-won{background-color:#10a95b}.game-farewell{background-color:#7a5ea7}section.language-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;max-width:400px;margin-bottom:16px}section.language-chips .chip{position:relative;padding:5px 10px;border-radius:6px;font-weight:600}section.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}section.language-chips .chip.lost{filter:brightness(.6)}section.word{display:flex;gap:10px}section.word span{font-size:1.4rem;background-color:#323232;border-bottom:1px solid #F9F4DA;min-width:24px;min-height:26.4px;text-align:center}section.word span.missed-letter{color:#ec5d49}section.keyboard{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;max-width:450px}section.keyboard button{background-color:#fcba29;border:1px solid #D7D7D7;color:#000;border-radius:4px;width:36px;height:36px;font-weight:700;cursor:pointer;transition:transform .1s ease-in-out}section.keyboard button:disabled{cursor:not-allowed;opacity:.5}section.keyboard button:hover{transform:scale(1.1)}.keyboard.less-gap{padding:8px}section.keyboard>button.green-background{background-color:#10a95b}section.keyboard>button.red-background{background-color:#ec5d49}@media(max-width:600px){main{transform:scale(.9)}}button.new-game{background-color:#11b5e5;border:1px solid #D7D7D7;width:225px;height:40px;color:#000;font-weight:700;font-size:1.1rem;cursor:pointer;border-radius:4px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
