:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{box-sizing:border-box}body{margin:0;font-family:Hanken Grotesk,Arial,sans-serif;background-color:#262626;color:#d9d9d9;padding:20px;height:100vh;display:flex;justify-content:center}header{text-align:center;display:flex;flex-direction:column;align-items: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;border-radius:4px;margin-block:30px;color:#f9f4da;width:480px;height:74px}section.game-status.win{background-color:#10a95b}section.game-status.lose{background:#ba2a2a}section.game-status.warningMsg{background-color:#7a5ea7;border:1px dashed #323232;display:flex;justify-content:center}section.game-status>p{margin:5px}section.game-status>h2{font-size:1.25rem;margin:5px}section.chitscontainer{display:flex;flex-wrap:wrap;gap:5px;justify-content:center;max-width:350px;margin:0 auto}span.chits{border-radius:3px;padding:4.5px;position:relative}span.chits.lost:after{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:3px}section.wordbox{display:flex;gap:6px;justify-content:center;align-items:center;margin-top:20px}span.letterbox{width:40px;height:40px;padding:6px;border-bottom:1px solid #f9f4da;background-color:#323232;display:flex;justify-content:center;align-items:center}span.missing{background:#ec5d49}section.keyboard{display:flex;flex-wrap:wrap;margin-top:30px;justify-content:center;max-width:480px;gap:8px}section.keyboard>button:disabled{cursor:not-allowed;opacity:.5}button.keyboardBtn{width:40px;height:40px;padding:6px;background:#fcba29;border:1px solid #d7d7d7;font-weight:600;font-style:SemiBold;font-size:16px;color:#1e1e1e}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;margin-top:30px}button.wrong{background:#ec5d49;color:#fff}button.right{background:#10a95b;color:#fff}
