:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#000;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}}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.wordle-container{display:flex;flex-direction:column;align-items:center;min-height:100vh;background:#f6f7fb;font-family:Inter,Arial,sans-serif}.wordle-header{font-size:2rem;font-weight:700;margin:2rem 0 1rem;color:#333}.wordle-main{width:100%;max-width:340px;display:flex;flex-direction:column;align-items:center}.wordle-grids{display:flex;gap:8px;justify-content:center;margin-bottom:2rem}.wordle-grid{background:#fff;border:2px solid #d3d6da;border-radius:12px;padding:4px;transition:border .2s;width:140px;min-width:0}.wordle-grid.active{border:2px solid #1976d2}.game-switch{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:1rem;width:fit-content;margin-left:auto;margin-right:auto}.switch-btn{padding:6px 16px;border:none;border-radius:6px;background:#e3e5ea;color:#333;font-weight:500;cursor:pointer;transition:background .2s}.switch-btn.active{background:#1976d2;color:#fff}.wordle-grid{display:flex;flex-direction:column;gap:8px;margin-bottom:2rem}.wordle-row{display:flex;gap:8px}.wordle-cell{width:28px;height:28px;background:#fff;border:2px solid #d3d6da;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700;color:#333;box-shadow:0 1px 2px #0000000a}.wordle-cell.correct{background:#6aaa64;color:#fff;border-color:#6aaa64}.wordle-cell.present{background:#c9b458;color:#fff;border-color:#c9b458}.wordle-cell.absent{background:#787c7e;color:#fff;border-color:#787c7e}.wordle-keyboard{width:100%;max-width:340px;display:flex;flex-direction:column;gap:6px;margin-bottom:1.2rem}.keyboard-row{display:flex;justify-content:center;gap:4px}.keyboard-key{flex:1 1 0;min-width:24px;max-width:40px;padding:8px 0;background:#e3e5ea;border:none;border-radius:6px;font-size:1rem;font-weight:500;color:#333;box-shadow:0 1px 2px #0000000a;cursor:pointer;transition:background .2s}.keyboard-key:active{background:#c9cbce}.keyboard-key.special{min-width:40px;max-width:80px;background:#b6b8be;color:#fff}.wordle-feedback{min-height:32px;font-size:1rem;color:#000;text-align:center;margin-bottom:1rem;max-width:340px;margin-left:auto;margin-right:auto;word-break:break-word}@media (max-width: 500px){.wordle-main{max-width:98vw}.wordle-grids{gap:4px}.wordle-grid{width:44vw;padding:2px}.wordle-cell{width:20px;height:20px;font-size:.9rem}.wordle-keyboard{max-width:98vw}.keyboard-key{min-width:22px;max-width:28px;padding:5px 0;font-size:.9rem}.keyboard-key.special{min-width:40px;max-width:60px;font-size:.9rem}}.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}
