*,*:before,*:after{box-sizing:border-box}*{margin:0}@media(prefers-reduced-motion:no-preference){html{interpolate-size:allow-keywords}}body{-webkit-font-smoothing:antialiased;line-height:1.5}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}#root,#__next{isolation:isolate}*{-webkit-tap-highlight-color:transparent}@font-face{font-display:swap;font-family:Hanken Grotesk;font-style:normal;font-weight:400;src:url(/hanken-grotesk-v12-latin-regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Hanken Grotesk;font-style:normal;font-weight:500;src:url(/hanken-grotesk-v12-latin-500.woff2) format("woff2")}@font-face{font-display:swap;font-family:Hanken Grotesk;font-style:normal;font-weight:700;src:url(/hanken-grotesk-v12-latin-700.woff2) format("woff2")}body,button{font-family:Hanken Grotesk,Arial,sans-serif}button{cursor:pointer;background-color:inherit;border:none}button:hover,button:focus{opacity:.8}button:active{opacity:1}:root{--color-bg: #262626;--color-surface: #323232;--color-text: #f9f4da;--color-muted: #8e8e8e;--color-error: #ec5d49;--color-success: #10a95b;--border-radius: .2rem}.flex-center{display:flex;align-items:center;justify-content:center}body{flex-direction:column;background-color:var(--color-bg)}main{flex-direction:column;gap:1rem;max-width:100vw;min-height:100vh;padding:1.5rem 1rem;text-align:center}header>h1{margin-bottom:.5rem;font-size:1.6rem;font-weight:700;color:var(--color-text)}header>p{font-size:.9rem;color:var(--color-muted)}output.game-status{flex-direction:column;width:100%;min-height:3rem;padding:.6rem;color:var(--color-text);border-radius:var(--border-radius)}output.game-status.won{background-color:var(--color-success)}output.game-status.lost{background-color:#ba2a2a}output.game-status.farewell{background-color:#7a5ea7;border:1px dashed var(--color-surface)}output.game-status>p.farewell-message{font-style:italic}output.game-status>h2{font-size:1.25rem}section.language-chips{display:flex;flex-wrap:wrap;gap:.3rem;justify-content:center}span.chip{position:relative;padding:0 .7rem;font-weight:700;line-height:2.1rem;background-color:var(--color-bg);border-radius:var(--border-radius)}span.chip.lost:before{position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:.85rem;content:"💀";background-color:#000000b3}section.word{flex-wrap:wrap;gap:.3rem;color:var(--color-text)}section.word>span{width:2.5rem;height:2.5rem;font-size:1.125rem;font-weight:700;background-color:var(--color-surface);border-bottom:.1rem solid var(--color-text)}section.word>span.missed-letter{color:var(--color-error)}section.keyboard{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}section.keyboard>button{width:2.6rem;height:2.6rem;font-weight:500;background-color:#fcba29;border:.1rem solid #d7d7d7;border-radius:var(--border-radius)}section.keyboard>button.correct{background-color:var(--color-success)}section.keyboard>button.wrong{background-color:var(--color-error)}.new-game{padding:0 2rem;font-weight:700;line-height:2.5rem;color:var(--color-bg);background-color:#11b5e5;border:.1rem solid #d7d7d7;border-radius:var(--border-radius)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;white-space:nowrap;border:0;clip:rect(0,0,0,0)}@media(min-width:480px){header>p,output.game-status,section.language-chips,section.keyboard{max-width:25.5rem}main{gap:2rem;padding:2rem}section.keyboard>button{width:2.3rem;height:2.3rem}}
