body{color:#d9d9d9;background-color:#262626;height:100vh;margin:0;padding:50px;font-family:Hanken Grotesk,Arial,sans-serif}main{flex-direction:column;align-items:center;display:flex}header{text-align:center;width:352px;height:66px}header h1{font-weight:500;font-style:Medium;color:#f9f4da;font-size:20px}header p{color:#8e8e8e;font-size:14px;font-weight:500}.game-status{border-radius:4px;flex-direction:column;justify-content:center;align-items:center;width:352px;height:59px;margin-block:30px;display:flex}.game-status.won{background-color:#10a95b}.game-status.lost{background-color:#ba2a2a}.game-status.farewell{color:#f9f4da;background-color:#7a5ea7;font-size:16px;font-style:italic;font-weight:400}.game-status h2{color:#f9f4da;margin:0;font-size:20px;font-weight:500}.game-status p{color:#f9f4da;margin:0;font-size:16px;font-weight:500}.remaining-guesses{color:#fcba29;margin-top:4px;font-size:14px}.languages{flex-wrap:wrap;justify-content:center;gap:5px;max-width:350px;margin:0 auto;display:flex}.chip-lang{border-radius:3px;padding:4px 6px;font-size:14px;font-weight:500;position:relative}span.chip-lang.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}.word{justify-content:center;gap:2px;width:334px;height:40px;margin-top:35px;display:flex}.word span.missing{color:#f06262}.word span{color:#f9f4da;text-align:center;background-color:#323232;border-bottom:1px solid #f9f4da;width:28px;height:23px;padding:6px;font-size:18px;font-weight:700}.keyboard{flex-wrap:wrap;justify-content:center;gap:10px;max-width:450px;margin-top:40px;margin-bottom:36px;display:flex}.keyboard button{cursor:pointer;color:#262626;background-color:#fcba29;border:1px solid #d7d7d7;border-radius:4px;width:40px;height:40px;font-size:16px;font-weight:600}.keyboard button:disabled{cursor:not-allowed;opacity:.4}.keyboard button:hover{opacity:.9}.keyboard button.correct{background-color:#59e391}.keyboard button.wrong{background-color:#f06262}.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}
