body{color:#333;background:#f9f9f9;padding:2rem;font-family:system-ui,sans-serif}button{cursor:pointer;margin:.2rem;padding:.5rem 1rem}input{margin:.2rem;padding:.5rem}.error{color:red;font-size:.9em}.board{background:#000;gap:5px;width:max-content;margin-top:1rem;padding:5px;display:grid}.cell{cursor:pointer;background:#fff;justify-content:center;align-items:center;width:60px;height:60px;font-size:2rem;font-weight:700;display:flex}.cell:hover{background:#eee}.cell.winner{color:#064e3b;background:#4ade80;transition:all .2s ease-in-out;transform:scale(1.05)}
