*{box-sizing:border-box}body{background-color:#282726;flex-direction:column;justify-content:center;width:100%;height:100%;margin:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;display:flex}main{flex-direction:column;justify-content:center;align-items:center;max-width:100%;max-height:100%;padding:55px;display:flex}.title{text-align:center;flex-direction:column;display:flex}.title h1{color:#f9f4da;font-size:2rem;font-weight:500}.title p{color:#8e8e8e;max-width:400px;margin-top:-.75rem;font-size:1rem;font-weight:400}.status-section{color:#f9f4da;border-radius:4px;flex-direction:column;justify-content:center;align-items:center;width:480px;min-height:90px;padding:5px;display:flex}.status-section.farewell{background-color:#7a5ea7;border:1px dashed #323232}.status-section.lost{background-color:#ba2a2a}.status-section.won{background-color:#10a95b}.status-section h2{margin:4px;font-size:1.6rem;font-weight:500}.status-section p{margin:4px;font-size:1rem;font-weight:400}.status-section>p.farewell-message{font-size:1.25rem;font-style:italic;font-weight:400}.attempts-remaining{color:#8e8e8e;margin-bottom:10px;font-size:1.1rem;font-weight:600}.attempts-remaining.lost{color:#ba2a2a}.attempts-remaining.won{color:#10a95b}.languages-container{flex-flow:wrap;justify-content:center;max-width:600px;margin-bottom:36px;display:flex}.languages-container .chip{border-radius:4px;margin:4px;padding:4px;font-size:1rem;font-weight:400;position:relative}.languages-container .chip.lost:before{content:"💀";opacity:.85;background-color:#000000b3;justify-content:center;align-items:center;width:100%;height:100%;font-size:.85rem;display:flex;position:absolute;top:0;left:0}.current-word-container{text-align:center;flex-direction:row;justify-content:center;align-items:center;gap:6px;min-width:300px;margin-bottom:30px;padding:6px;display:flex}.letter-box{color:#f9f4da;background-color:#323232;border-bottom:1px solid #f9f4da;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;font-weight:700;display:flex}.letter-box.revealed{background-color:#ec5d49;border-bottom:none}.keyboard-container{flex-flow:wrap;justify-content:center;gap:8px;max-width:480px;margin-bottom:36px;display:flex}.keyboard-container>button{cursor:pointer;background-color:#fcba29;border:1px solid #d7d7d7;border-radius:4px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;font-weight:700;display:flex}.keyboard-container>button.correct{background-color:#10a95b}.keyboard-container>button.wrong{background-color:#ec5d49}.keyboard-container>button:disabled{cursor:not-allowed;opacity:.5}.new-game-btn{color:#1e1e1e;cursor:pointer;background-color:#11b5e5;border:1px solid #d7d7d7;border-radius:4px;width:230px;height:40px;margin:0 auto;padding:6px 12px;font-size:1.25rem;font-weight:600;display:block}
