@import"https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Hanken Grotesk,sans-serif;background-color:#282726;padding:1rem;display:flex;justify-content:center;align-items:center}main{max-width:700px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem}header{margin-top:3rem;text-align:center;font-weight:500px}header h1{color:#f9f4da;font-size:1.3rem;margin-bottom:.3rem}header p{color:#8e8e8e;font-size:.9rem}section.game-status{max-width:400px;width:100%;min-height:60px;color:#f9f4da;border-radius:4px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.5rem}section.win{background-color:#10a95b}section.lose{background-color:#ba2a2a}section.farewell{background-color:#7a5ea7;border:1px solid #323232}.section.farewell p{font-size:.9rem;font-weight:400;font-style:italic}section.game-status h2{font-size:1.2rem;font-weight:500}section.game-status p{font-size:.9rem;font-weight:500}section.language-chips{max-width:400px;display:flex;flex-wrap:wrap;justify-content:center;gap:.2rem}section.language-chips .chip{font-size:.875rem;font-weight:700;padding:.3rem;border-radius:3px;position:relative}section.language-chips .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.random-word{display:flex;justify-content:center;gap:.3rem}section.random-word span{width:2.2rem;height:2.2rem;display:flex;justify-content:center;align-items:center;background-color:#323232;color:#f9f4da;border-bottom:1px solid #F9F4DA;font-size:1.3rem;font-weight:700}section.random-word .missedLetters{color:#ec5d49}section.keyboard{display:flex;flex-wrap:wrap;justify-content:center;gap:.2rem}button{color:#1e1e1e;border:1px solid #D7D7D7;border-radius:4px;font-family:Hanken Grotesk,sans-serif;font-weight:600;font-size:1rem;cursor:pointer}section.keyboard button{width:2.2rem;height:2.2rem;background-color:#fcba29}section.keyboard button:disabled{cursor:not-allowed;opacity:.5}section.keyboard .right{background-color:#10a95b}section.keyboard .wrong{background-color:#ec5d49}.new-game-btn{background-color:#11b5e5;padding:.5rem 3rem}.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 (min-width: 560px){html{font-size:18px}}@media (min-width: 660px){html{font-size:20px}}
