#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.App{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;font-family:Arial,sans-serif;background-color:#1a1a1b;color:#fff}.board{display:grid;grid-template-rows:repeat(6,1fr);grid-gap:5px;padding:10px;width:350px;margin:20px auto}.row{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:5px}.tile{width:60px;height:60px;border:2px solid #3a3a3c;display:flex;justify-content:center;align-items:center;font-size:2em;font-weight:700;text-transform:uppercase;background-color:#1a1a1b}.tile.correct{background-color:#538d4e;border-color:#538d4e}.tile.present{background-color:#b59f3b;border-color:#b59f3b}.tile.absent{background-color:#3a3a3c;border-color:#3a3a3c}.keyboard{margin-top:20px;display:flex;flex-direction:column;align-items:center;width:100%;max-width:500px}.keyboard-row{display:flex;justify-content:center;margin-bottom:8px;width:100%}.keyboard-button{background-color:#818384;border:none;border-radius:4px;color:#fff;font-size:1em;font-weight:700;padding:15px 10px;margin:0 4px;cursor:pointer;flex-grow:1;text-transform:uppercase;display:flex;justify-content:center;align-items:center;min-width:30px}.keyboard-button.correct{background-color:#538d4e}.keyboard-button.present{background-color:#b59f3b}.keyboard-button.absent{background-color:#3a3a3c}.keyboard-button:active{filter:brightness(.8)}.keyboard-button.Enter,.keyboard-button.Del{flex-grow:1.5;font-size:.8em;padding:15px 5px}.modal{position:fixed;top:20%;left:50%;transform:translate(-50%);background-color:#000c;padding:15px 25px;border-radius:8px;color:#fff;font-size:1.2em;z-index:1000}@media (max-width: 600px){.board{width:300px}.tile{width:50px;height:50px;font-size:1.8em}.keyboard-button{font-size:.8em;padding:12px 5px;margin:0 2px}.keyboard-button.Enter,.keyboard-button.Del{padding:12px 3px;font-size:.7em}}: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;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}}
