*{box-sizing:border-box}:root{font-family:Hanken Grotesk,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background-color:#262626;color:#d9d9d9;margin:0;padding:20px;min-width:320px;min-height:100vh}main{width:100%;max-width:640px;padding:0 0 10px;display:flex;flex-direction:column;align-items:center;margin:0 auto}header{text-align:center;max-width:350px}header h1{font-size:1.25rem;font-weight:500;color:#f9f4da;margin-top:0}header p{font-size:.875rem;max-width:350px;color:#8e8e8e}section.game-status{display:flex;flex-direction:column;align-items:center;width:100%;min-height:60px;border-radius:4px}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;font-style:italic;font-weight:400}section.game-status h2{margin:0;padding:0}section.game-status p{margin:0;padding:0}section.language-chips{display:flex;flex-wrap:wrap;margin:1.5em 0;gap:5px;justify-content:center;max-width:90%}section.language-chips span.language-chip{border-radius:3px;font-weight:700;padding:.5em;position:relative}section.language-chips span.language-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;width:100%;gap:3px;flex-wrap:nowrap}section.word span.letter{flex:1 1 0;aspect-ratio:1 / 1;max-width:3em;max-height:3em;font-size:1.125rem;font-weight:700;display:flex;justify-content:center;align-items:center;background-color:#323232;color:#f9f4da;border-bottom:2px solid #F9F4DA;box-shadow:0 0 2px #fff}section.word span.letter.wrong{background-color:#ba2a2a}section.keyboard{margin:1em 0;display:flex;justify-content:center;flex-wrap:wrap;gap:8px}section.keyboard button.key{font-size:1.25rem;background-color:#fcba29;color:#000;width:2.25em;height:2.25em;border:1px solid white;border-radius:5px}section.keyboard button.key.correct{background-color:#10a95b}section.keyboard button.key.incorrect{background-color:#ec5d49}section.keyboard button.key:disabled{cursor:not-allowed;opacity:.5}button{cursor:pointer;-webkit-user-select:none;user-select:none}button.new-game{color:#fff;background-color:#11b5e5;border:1px solid #D7D7D7;border-radius:4px;width:225px;height:40px;padding:6px 12px;display:block;margin:10px 0;cursor:pointer}.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}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}}@media (max-width: 600px){main,body,.root{max-height:200px}section.game-status{font-size:.875rem}.keyboard>button{font-size:1rem}}
