*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;background:linear-gradient(135deg,#ff9a56,#ff6b35);min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.container{text-align:center;background:#fffffff2;padding:40px;border-radius:20px;box-shadow:0 10px 30px #0003;max-width:500px;width:100%}h1{color:#ff6b35;margin-bottom:30px;font-size:2.5em}.score-board{display:flex;justify-content:space-around;margin-bottom:30px;gap:20px}.player-score{display:flex;flex-direction:column;align-items:center;padding:15px;background:#fff8f0;border-radius:15px;box-shadow:0 4px 10px #0000001a}.emoji{font-size:2em;margin-bottom:5px}.label{font-weight:700;color:#ff6b35;margin-bottom:5px}.score{font-size:1.5em;font-weight:700;color:#333}.game-board{display:grid;grid-template-columns:repeat(3,100px);grid-gap:10px;margin:30px auto;width:fit-content}.cell{width:100px;height:100px;background:#fff8f0;border:3px solid #ff6b35;border-radius:15px;display:flex;align-items:center;justify-content:center;font-size:3em;cursor:pointer;transition:all .3s ease}.cell:hover{background:#ffe8d6;transform:scale(1.05)}.cell.filled{cursor:not-allowed}.cell.winner{background:#90ee90;animation:pulse .5s ease-in-out}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.status{font-size:1.5em;color:#ff6b35;margin-bottom:20px;font-weight:700}.reset-btn{background:#ff6b35;color:#fff;border:none;padding:15px 30px;font-size:1.2em;border-radius:25px;cursor:pointer;transition:all .3s ease}.reset-btn:hover{background:#ff5722;transform:translateY(-2px);box-shadow:0 4px 10px #0003}@media (max-width: 480px){.game-board{grid-template-columns:repeat(3,80px)}.cell{width:80px;height:80px;font-size:2.5em}h1{font-size:2em}}
