.game-container{align-items:center;background-position:50%;background-size:cover;display:flex;flex-direction:column;font-family:Arial,sans-serif;height:100vh;justify-content:center}.status-message{-webkit-text-fill-color:#0000;animation:pulse 1.5s infinite;background:linear-gradient(90deg,#5044fc,#52c3d4);-webkit-background-clip:text;font-size:2em;font-weight:700;margin-bottom:30px;text-align:center;text-shadow:2px 2px 4px #0003;transition:transform .3s ease-in-out}.game-board{display:inline-flex;flex-direction:column;gap:2px;padding:5px}.game-row{display:flex;gap:2px}.cell{align-items:center;background-color:#f7f7f7;border:2px solid #000;box-sizing:border-box;cursor:pointer;display:flex;font-size:24px;height:100px;justify-content:center;outline:none;transition:background-color .3s ease;width:100px}.cell:hover{background-color:#00000026}.winning-cell{background-color:#a9ffa9;transition:background-color .5s ease}.winning-cell:hover{background-color:#90ee90}.cell.gameover:not(.winning-cell),.cell.gameover:not(.winning-cell):hover{background-color:#f7f7f7}.reset-button{background-color:#d2efe1}.Reset,.reset-button{border:2px solid #333;border-radius:5px;cursor:pointer;font-size:18px;font-weight:700;margin-top:18px;outline:none;padding:10px 20px;transition:background-color .2s}.Reset{align-items:center;background-color:#ceecf9;display:flex;justify-content:center}.reset-button .reset:hover{background-color:#d0d0d0}table{border-collapse:collapse;margin-top:20px;text-align:center;width:200px}table,td,th{border:1px solid #000}td,th{padding:10px}th{background-color:#80c0e1;color:#fff}tbody tr:nth-child(2) td{font-weight:700}.score{align-items:center;display:flex;flex-direction:column;justify-content:center}.H{animation:glow 1.5s ease-in-out infinite;background:linear-gradient(90deg,#147aee,#7d5cba);-webkit-background-clip:text;background-clip:text;color:#0000;font-size:3em;font-weight:700;letter-spacing:2px;margin-bottom:25px;margin-top:10px;text-align:center;text-shadow:2px 4px 8px #0000004d;@keyframes glow{0%,to{text-shadow:2px 4px 8px #0000004d,0 0 20px #ff416c,0 0 30px #ff4b2b}50%{text-shadow:2px 4px 8px #0000004d,0 0 30px #ff4b2b,0 0 40px #ff416c}}}
/*# sourceMappingURL=main.542968f7.css.map*/