*{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:1.25rem;font-weight:500}header>p{color:#8e8e8e;max-width:350px;font-size:.875rem}section.game-status{color:#f9f4da;border-radius:4px;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:350px;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;max-width:350px;margin-bottom:36px;display:flex}span.chip{border-radius:3px;padding:4.5px;position:relative}span.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{justify-content:center;gap:2px;margin-bottom:20px;display:flex}section.word>span{background-color:#323232;border-bottom:1px solid #f9f4da;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.125rem;display:flex}section.word>span.missed-letter{color:#ec5d49}section.keyboard{flex-wrap:wrap;justify-content:center;gap:8px;max-width:450px;margin-bottom:36px;display:flex}section.keyboard>button{cursor:pointer;background-color:#fcba29;border:1px solid #d7d7d7;border-radius:3px;width:35px;height:35px}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}
