*{box-sizing:border-box}body{margin:0;font-family:Hanken Grotesk,Arial,sans-serif;background-color:#262626;color:#d9d9d9;padding:20px;height:100vh}main{display:flex;flex-direction:column;align-items:center}header{text-align:center}header>h1{font-size:1.25rem;font-weight:500;color:#f9f4da}header>p{font-size:.875rem;max-width:350px;color:#8e8e8e}section.game-status{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:360px;min-height:70px;color:#f9f4da;border-radius:4px;margin-block:30px}section.game-status>p{margin:5px}section.game-status>h2{font-size:1.25rem;margin:5px}.farewell{background-color:#7a5ea7;border:1px dashed #323232;font-style:italic;font-weight:400}section.lang-section{display:flex;flex-wrap:wrap;max-width:350px;justify-content:center;margin-bottom:20px}span.chips{padding:5px;margin:2px;border-radius:6px;position:relative}span.chips.lost:before{content:"💀";position:absolute;display:flex;align-items:center;justify-content:center;border-radius:6px;height:100%;width:100%;font-size:.85rem;top:0;left:0;background-color:#000000b3}.word{display:flex;justify-content:center;width:40px;height:40px;color:#f9f4da;background-color:#323232;padding:6px;text-align:center;border-bottom:1px solid #F9F4DA;margin-bottom:36px}.the-word{display:flex;justify-content:center;gap:2px}.letterShowed{color:#ec5d49}section.keyboard{max-width:450px;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:5px;margin-bottom:50px}.keys{width:40px;height:40px;color:#000;background-color:#fcba29;padding:6px;text-align:center;border:1px solid #D7D7D7;border-radius:4px;cursor:pointer;transition:transform .2s ease}.keys:disabled{cursor:not-allowed;opacity:.9}.keys:active{transform:scale(.95)}.green{background-color:#10a95b}.red{background-color:#ba2a2a}button.new-game{background-color:#11b5e5;border:1px solid #D7D7D7;border-radius:4px;width:225px;height:40px;padding:6px 12px;display:block;margin-inline:auto;cursor:pointer}.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}
