: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;justify-content:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1;text-align:center;margin:0 0 20px}p{text-align:center}input{font-size:2rem;text-transform:uppercase}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}}.wordle-container{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:10px}.wordle-container .word{border:1px solid;border-radius:5px;height:40px;width:40px;display:grid;place-items:center;font-weight:700}.correct{background-color:#05a500;color:#fff}.close{background-color:#d3ab2a;color:#fff}.incorrect{background-color:#313131;color:#fff}.keyboard{display:flex;justify-content:center;align-items:center;flex-direction:column;margin-top:20px;gap:3px}.keyboard-row{display:flex;justify-content:center;align-items:center;gap:3px}.key{display:flex;justify-content:center;align-items:center;width:35px;height:35px;font-size:1rem;border-radius:5px;border:1px solid rgba(255,255,255,.2);cursor:pointer;background-color:#0c508b;font-weight:700}.key:focus{outline:none}.key.close{background-color:#d3ab2a}.key.incorrect{background-color:#313131}.key.correct{background-color:#05a500}.options{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:20px}.options .option{padding:auto 200px;font-size:1rem;border-radius:5px;border:1px solid rgba(255,255,255,.2);cursor:pointer;background-color:#0c508b;font-weight:700;height:40px;text-transform:uppercase}
