*{box-sizing:border-box;margin:0}body{margin:0;font-family:Hanken Grotesk,Arial,sans-serif;background-color:#262626;color:#d9d9d9;padding:20px;height:100vh;display:flex;justify-content:center}main{display:flex;flex-direction:column;align-items:center;gap:36px}header{width:352px;text-align:center;margin-bottom:20px}header>h1{font-weight:500;font-size:20px;color:#f9f4da;margin-bottom:20px}header>p{color:#8e8e8e}section.game-status{width:352px;height:59px;border-radius:4px;padding-top:6px;padding-bottom:6px;font-weight:500;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#f9f4da}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.farewell-message{font-style:italic;font-weight:400}section.game-status>h2{font-size:20px}section.game-status>p{font-size:16px}section.language-chips{display:flex;flex-wrap:wrap;gap:5px;justify-content:center;max-width:350px;margin-bottom:36px}span.chip{border-radius:3px;padding:4.5px;position:relative}span.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-container{display:flex;justify-content:center;width:334px;height:40px;gap:2px}.word-container .letter{width:40px;height:40px;gap:6px;padding:6px;border-bottom:solid 1px #f9f4da;background-color:#323232;color:#f9f4da;font-weight:700;font-style:Bold;font-size:18px;text-align:center;text-transform:uppercase}.word-container .letter.missing{color:#ec5d49}.word-container .letter.won{color:#10a95b}.keyboard-container{display:flex;flex-wrap:wrap;justify-content:center;max-width:450px;height:164px;gap:8px}.keyboard-container>button{width:35px;height:35px;border-radius:3px;padding:6px;border:solid 1px #d7d7d7;background-color:#fcba29;font-weight:600;font-style:normal;font-size:16px;text-align:center;text-transform:uppercase;cursor:pointer}.keyboard-container>button.right-letter{background-color:#10a95b}.keyboard-container>button.wrong-letter{background-color:#ec5d49}section.keyboard>button:disabled{cursor:not-allowed;opacity:.5}button.new-game{background-color:#11b5e5;border:1px solid #d7d7d7;border-radius:4px;width:225px;height:40px;padding:6px 12px;display:block;margin-inline:auto;cursor:pointer}
