@import"https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap";*{box-sizing:border-box}body{margin:0;font-family:Hanken Grotesk,Arial,sans-serif;font-weight:500;background-color:#262626;color:#d9d9d9;padding:20px;height:100vh;display:flex;justify-content:center}.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}.current-word-list{justify-content:center;display:flex;gap:.125rem}.current-word-list>span{display:inline-flex;justify-content:center;align-items:center;width:40px;aspect-ratio:1;font-size:1.125rem;font-weight:700;background-color:#323232;border-bottom:1px solid #f9f4da}.current-word-list>span.missed-letter{color:#ec5d49}header{position:relative;text-align:center;max-width:40ch;margin-inline:auto;margin-bottom:7rem}header>h1{font-size:1.25rem;font-weight:inherit;margin-block:.25rem;color:#f9f4da}header>p{font-size:.875rem;font-weight:500;margin-block:.25rem;color:#8e8e8e}.keyboard{display:flex;justify-content:center;flex-wrap:wrap;max-width:54ch;gap:.5rem;margin-top:4rem;margin-bottom:2.25rem}.keyboard>button{display:inline-flex;justify-content:center;align-items:center;background-color:#fcba29;border:1px solid #d7d7d7;border-radius:4px;width:40px;aspect-ratio:1;cursor:pointer;font-size:1rem;font-weight:600;color:#1e1e1e}.keyboard>button[disabled]{opacity:.5}button.right-guess{background-color:#10a95b}button.wrong-guess{background-color:#ec5d49}.language-chips{max-width:30ch;margin-block:2.25rem;margin-inline:auto;display:flex;justify-content:center;flex-wrap:wrap;gap:.1rem}.language-chips>span{position:relative;font-weight:700;font-size:.75rem;padding:.375em;border-radius:3px}.language-chips>span.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;border-radius:inherit}.message-box{position:absolute;top:6rem;left:0;right:0;width:min(100%,40ch);padding-inline:.5rem;display:flex;margin-block:1.25rem;margin-inline:auto;min-height:3.75rem;padding-block:6px;flex-direction:column;justify-content:center;text-align:center;color:#f9f4da;background-color:#7a5ea7;border-radius:4px}.message-box>*{margin:0}.message-box>.heading{font-size:1.25rem;font-weight:inherit}.message-box.won{background-color:#10a95b}.message-box.lost{background-color:#ba2a2a}.new-game-btn{display:flex;justify-content:center;align-items:center;width:14rem;height:2.5rem;margin-inline:auto;color:#1e1e1e;background-color:#11b5e5;font-size:1rem;font-weight:600;border:1px solid #d7d7d7;border-radius:4px;cursor:pointer}
