.game-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;width:100%;max-width:100%;margin:0 auto;padding:.5rem;box-sizing:border-box;overflow-x:hidden}.board{width:100%;margin:0 auto}.board-row{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:5px}.tile{width:62px;height:62px;border:2px solid #3a3a3c;display:flex;justify-content:center;align-items:center;font-size:2rem;font-weight:700;text-transform:uppercase;color:#fff;background-color:transparent}.tile.correct{background-color:#6aaa64;border-color:#6aaa64}.tile.present{background-color:#c9b458;border-color:#c9b458}.tile.absent{background-color:#787c7e;border-color:#787c7e}.tile.current{border-color:#565758;color:#fff}@media (prefers-color-scheme: light){.tile.current{color:#000}}.game-title{font-size:2.5rem;font-weight:700;margin-bottom:20px}.debug-info{margin-top:20px;padding:10px;background-color:#333;border-radius:4px;font-family:monospace;text-align:left}.debug-info p{margin:5px 0;color:#fff}.game-message{margin-top:20px;font-size:1.5rem}.game-message.won{color:#6aaa64}.game-message.lost{color:#dc2626}.error-message{color:#ff4d4d;font-size:1rem;margin-top:1rem;height:1.5rem}@keyframes shake{0%{transform:translate(0)}25%{transform:translate(5px)}50%{transform:translate(-5px)}75%{transform:translate(5px)}to{transform:translate(0)}}.shake{animation:shake .3s ease-in-out}.keyboard{width:100%;max-width:500px;margin:0 auto}.keyboard-row{display:flex;justify-content:center;margin:5px 0;gap:5px}.keyboard-key{min-width:20px;height:58px;border-radius:4px;border:none;background-color:#818384;color:#fff;font-weight:700;cursor:pointer;text-transform:uppercase;flex:1;padding:0 5px}.keyboard-key.correct{background-color:#6aaa64}.keyboard-key.present{background-color:#c9b458}.keyboard-key.absent{background-color:#3a3a3c}.keyboard-key:active{opacity:.7}.keyboard-key[data-key=ENTER]{min-width:65px;font-size:.8em}@media screen and (max-width: 42px){.tile{width:52px;height:52px;font-size:1.75rem}.board{width:280px}.keyboard-key{min-width:32px;height:52px;font-size:.9rem}}:root{font-family:Inter,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;min-width:320px;min-height:100vh;background-color:#242424}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}}
