:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100vh;background:#0a0a0a;color:#fafafa}.shell{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:2rem 1rem}h1{margin:0 0 .25rem;font-size:1.75rem;font-weight:700;letter-spacing:-.02em}.subtitle{margin:0 0 1.5rem;color:#ffffff80;font-size:.9rem}.game-board{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem;width:100%;max-width:420px}.guess-row{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:.5rem;background:#ffffff08;border:1px solid rgba(255,255,255,.06)}.guess-row.active{background:#ffffff0f;border-color:#ffffff26}.guess-row.won{border-color:#22c55e;background:#22c55e14}.row-number{font-size:.75rem;color:#ffffff4d;width:1.5rem;text-align:center;flex-shrink:0}.slots{display:flex;gap:.4rem;flex:1}.slot{width:2.5rem;height:2.5rem;border-radius:50%;border:2px solid rgba(255,255,255,.15);transition:all .15s ease}.slot.filled{border-color:transparent;box-shadow:0 2px 8px #0000004d}.hints{display:flex;flex-wrap:wrap;gap:.25rem;width:3.5rem;flex-shrink:0}.hint-peg{width:.65rem;height:.65rem;border-radius:50%;background:#ffffff14;border:1px solid rgba(255,255,255,.08)}.hint-peg.exact{background:#fff;border-color:#fff}.hint-peg.color-match{background:#f59e0b;border-color:#f59e0b}.color-palette{display:flex;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap;justify-content:center}.palette-color{width:2.75rem;height:2.75rem;border-radius:50%;border:3px solid transparent;cursor:pointer;transition:all .15s ease;box-shadow:0 2px 8px #0000004d}.palette-color:hover{transform:scale(1.15)}.palette-color.selected{border-color:#fff;transform:scale(1.15);box-shadow:0 0 12px #ffffff4d}.actions{display:flex;gap:.75rem;margin-bottom:1rem}button{font-family:inherit;font-size:.9rem;font-weight:600;padding:.6rem 1.5rem;border-radius:.5rem;border:1px solid rgba(255,255,255,.15);background:#ffffff14;color:#fafafa;cursor:pointer;transition:all .15s ease}button:hover{background:#ffffff24}button:disabled{opacity:.35;cursor:not-allowed}button.primary{background:#3b82f6;border-color:#3b82f6}button.primary:hover:not(:disabled){background:#2563eb}button.danger{background:#ef444426;border-color:#ef44444d}button.danger:hover{background:#ef444440}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10}.modal{background:#1a1a1a;border:1px solid rgba(255,255,255,.12);border-radius:1rem;padding:2rem;text-align:center;max-width:22rem}.modal h2{margin:0 0 .5rem;font-size:1.5rem}.modal p{margin:0 0 1.25rem;color:#fff9}.secret-code{display:flex;gap:.5rem;justify-content:center;margin-bottom:1.25rem}.secret-code .slot{width:2.75rem;height:2.75rem}.stats{display:flex;gap:1.5rem;justify-content:center;margin-bottom:1.25rem}.stat{text-align:center}.stat-value{font-size:1.5rem;font-weight:700}.stat-label{font-size:.75rem;color:#fff6;text-transform:uppercase;letter-spacing:.1em}.info-bar{display:flex;gap:1.5rem;margin-bottom:1rem;font-size:.8rem;color:#ffffff73}.info-bar span{display:flex;align-items:center;gap:.35rem}.info-dot{width:.5rem;height:.5rem;border-radius:50%;display:inline-block}.info-dot.white{background:#fff}.info-dot.amber{background:#f59e0b}
