*{box-sizing:border-box}body{margin:0;font-family:Hanken Grotesk,sans-serif;background-color:#282726;color:#1e1e1e;padding:20px;height:100vh;display:flex;align-items:center;justify-content:center}main{display:flex;flex-direction:column;align-items:center}#root{display:flex;flex-direction:column;align-items:center}header{text-align:center}header>h1,.game-status>h2,section.word>.letter{font-size:1.25rem}header,section.game-status{max-width:350px;width:100%}header>h1{color:#f9f4da;font-weight:500}header>p{font-size:.87rem;color:#8e8e8e;margin:0}section{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;margin-top:36px}section.game-status{color:#f9f4da;text-align:center;padding-block:10px;border-radius:4px;flex-direction:column;margin-top:20px;min-height:60px}section.game-status.lost{background-color:#ba2a2a}section.game-status.won{background-color:#10a95b}section.game-status.farewell{background-color:#7a5ea7;border:1px dashed #323232}section.game-status>h2,section.game-status>p{margin:0}section.game-status>p.farewell-message{font-style:italic;font-weight:400}section.language-chips{max-width:260px;gap:2px}span.chip{padding:4.5px;border-radius:3px;font-size:.75rem;font-weight:700;position:relative}span.chip.lost:before{content:"💀";position:absolute;display:flex;align-items:center;justify-content:center;height:100%;width:100%;top:0;left:0;background-color:#000000b3;font-size:.85rem}section.word{gap:2px}section.word>.letter{border-bottom:1px solid #f9f4da;width:40px;height:40px;display:flex;justify-content:center;align-items:center;background-color:#323232;color:#f9f4da}section.word>.letter.missed-letter{color:red}section.keyboard{max-width:480px;gap:8px}button{font-family:Hanken Grotesk,sans-serif;font-size:1rem;font-weight:700;cursor:pointer;border-radius:4px;border:1px solid #d7d7d7}section.keyboard>button{width:40px;height:40px;background-color:#fcba29}button.new-game{margin-top:36px;background-color:#11b5e5;max-width:220px;width:100%;padding-block:10px}section.keyboard>button.green{background-color:#10a95b}section.keyboard>button.red{background-color:#ec5d49}section.keyboard>button:disabled{cursor:not-allowed;opacity:.5}.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}
