:root{font-family:Inter,system-ui,Avenir,Helvetica,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{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}header p{color:#8e8e8e}main{display:flex;flex-direction:column;gap:12px;align-items:center}.game-status{visibility:hidden;min-width:380px;padding-block:.5rem;font-size:.87rem;text-align:center}.game-status h2,.game-status p{margin:0;font-weight:700}.game-over{visibility:visible}.lost{background-color:#fc1818;color:#fff}.won{background-color:#10a95b}.lang-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;justify-content:center;max-width:350px;padding-top:12px}.lang-list span{padding:4px 8px;margin:0 2px;border-radius:4px;position:relative}.lang-list .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{margin-top:12px;color:#fff;display:flex;flex-direction:row;gap:2px;justify-content:center}section.word span{text-transform:uppercase;font-size:1.25rem;font-weight:800;padding:8px;border-bottom:3px solid #8e8e8e;height:24px;width:24px;background-color:#213547}section.keyboard{display:grid;grid-template-columns:repeat(10,1fr);gap:4px;max-width:520px;margin:0 auto}section.keyboard button{width:40px;height:40px;padding:0;display:flex;align-items:center;justify-content:center;font-weight:700;text-transform:uppercase;font-size:1.25rem;background-color:#fcba29;border:1px solid #D7D7D7;border-radius:3px;cursor:pointer;color:#242424}section.keyboard button:nth-child(11){grid-column-start:2}section.keyboard button:nth-child(20){grid-column-start:3}section.keyboard button.correct{background-color:#10a95b}section.keyboard button.wrong{background-color:#ec5d49}section.keyboard button:disabled{opacity:.5;cursor:not-allowed}section.new-game{visibility:hidden;margin-top:24px}section.new-game button{max-width:320px;min-width:256px;height:2.25rem;background-color:#00c3ff;border:1px solid #D7D7D7;border-radius:4px;cursor:pointer;color:#242424;font-weight:800;font-size:1.25rem}section.new-game.show{visibility:visible}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}
