*{box-sizing:border-box}body{min-height:100vh;margin:0;font-family:Hanken Grotesk,Arial,sans-serif;background-color:#262626;color:#d9d9d9}#root{margin:0;padding:0}main{min-height:100%;padding:0;margin:0;display:flex;flex-direction:column;align-items:center;justify-content:center}header{margin-top:1em;text-align:center;display:flex;flex-direction:column;align-items:center}header>h1{font-size:2.25rem;font-weight:500;color:#f9f4da}header>p{font-size:1.875rem;max-width:80%;color:#8e8e8e}section.game-status{text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#f9f4da;width:fit-content;padding:.7em 1.2em;font-size:1.875rem;height:90px;border-radius:4px;margin-block:30px}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;font-size:1.25rem}section.game-status>p.farewell-message{font-style:italic;font-weight:400}section.game-status>h2{font-size:1.25rem;margin:5px}section.language-chips{display:flex;flex-wrap:wrap;gap:15px;justify-content:center;max-width:80%;margin-bottom:36px}span.chip{border-radius:3px;font-size:1.875rem;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}section.word{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin-bottom:50px;width:80%}section.word>span{height:.5em;width:.5em;background-color:#323232;display:flex;justify-content:center;align-items:center;font-size:1rem;padding:1em .8em;border-bottom:1px solid #f9f4da}section.word>span.missed-letter{color:#ec5d49}section.keyboard{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;max-width:80%;margin-bottom:36px}section.keyboard>button{font-size:1.275rem;height:50px;width:50px;background-color:#fcba29;border:1px solid #d7d7d7;border-radius:3px;cursor:pointer}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{background-color:#11b5e5;border:1px solid #d7d7d7;border-radius:4px;width:50%;padding:.4em 2em;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:1.875rem;margin-bottom:2em}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:auto;clip:rect(0,0,0,0);white-space:nowrap;border:0}footer{position:static;bottom:0;color:#fff;padding:1em}a{text-decoration:none;color:#fff}a:hover{color:#fcba29}@media screen and (min-width: 768px){section.keyboard{max-width:80%}section.keyboard>button{font-size:2.3rem;width:70px;height:70px}section.word>span{height:1em;width:1em;background-color:#323232;display:flex;justify-content:center;align-items:center;font-size:1.275rem;padding:1.4em;border-bottom:1px solid #f9f4da}}
