: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}#root{max-width:600px;margin:0 auto;padding:1rem;text-align:center}.game-container{display:flex;flex-direction:column;align-items:center;gap:1rem}h1{font-size:2.5rem;margin:0;color:#fff}.subtitle{color:#888;margin:0;font-size:1rem}.riddle-box{background:linear-gradient(135deg,#2a2a4a,#1a1a2e);border:1px solid #444;border-radius:12px;padding:1rem 1.5rem;margin:.5rem 0;max-width:400px;min-height:60px;display:flex;align-items:center;justify-content:center;font-style:italic;color:#ddd;font-size:.95rem;line-height:1.4}.loading{color:#888;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.grid{display:flex;flex-direction:column;gap:8px;margin:1rem 0}.row{display:flex;gap:8px;justify-content:center}.cell{width:52px;height:52px;border:2px solid #3a3a3c;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;text-transform:uppercase;background:#121213;color:#fff;transition:all .2s ease}.cell.empty{border-color:#3a3a3c;background:#121213}.cell.filled{border-color:#565758;background:#1a1a1b;animation:pop .1s ease}@keyframes pop{50%{transform:scale(1.1)}}.cell.correct{background:#538d4e;border-color:#538d4e;animation:flip .3s ease}.cell.present{background:#b59f3b;border-color:#b59f3b;animation:flip .3s ease}.cell.absent{background:#3a3a3c;border-color:#3a3a3c;animation:flip .3s ease}@keyframes flip{0%{transform:rotateX(0)}50%{transform:rotateX(90deg)}to{transform:rotateX(0)}}.info{color:#666;font-size:.85rem}.new-game-btn{background:linear-gradient(135deg,#538d4e,#3d6b39);color:#fff;border:none;padding:.8rem 2rem;font-size:1.1rem;font-weight:700;border-radius:8px;cursor:pointer;margin-top:1rem;transition:transform .2s,box-shadow .2s}.new-game-btn:hover{transform:scale(1.05);box-shadow:0 4px 20px #538d4e66}.legend{display:flex;gap:1.5rem;margin-top:1.5rem;flex-wrap:wrap;justify-content:center}.legend-item{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#888}.cell-small{width:28px;height:28px;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700;color:#fff}.cell-small.correct{background:#538d4e}.cell-small.present{background:#b59f3b}.cell-small.absent{background:#3a3a3c}
