@import"https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap";:root{font-family:Inter,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}}html,body{height:100%;margin:0}.game-container{text-align:center;background-color:#61a8ff;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;font-family:"Press Start 2P",cursive}.scoreboard{display:flex;justify-content:space-between;width:80%;margin-bottom:20px;font-size:20px;background-color:#6b4f3a;color:#fff;padding:10px;border-radius:20px;box-shadow:0 0 15px #0006;border:5px solid #4a3626;align-items:center}.scoreboard .player{text-align:center;width:48%}.scoreboard .player1 p{color:#ff0}.scoreboard .player2 p{color:#036}.scoreboard .separator{width:2px;background-color:#fff;margin:0 20px;height:60%}.board-container{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;justify-items:center;margin-top:20px;width:80%;padding-bottom:50px}.tic-tac-toe-board{display:grid;grid-template-columns:repeat(3,100px);gap:5px;border:2px solid #333;background-color:#45b26b;padding:10px;border-radius:15px}.tic-tac-toe-cell{display:flex;justify-content:center;align-items:center;width:100px;height:100px;background-color:#74c69d;font-size:48px;font-weight:700;cursor:pointer;border:1px solid #333;border-radius:8px;transition:background-color .3s ease,transform .2s ease}.tic-tac-toe-cell:hover{background-color:#61a8ff}.tic-tac-toe-cell:active{background-color:#4e92cc;transform:scale(.95)}h1{font-size:64px;color:#fff;text-shadow:4px 4px 10px rgba(0,0,0,.5);letter-spacing:2px;margin-bottom:30px}body{margin:0;font-family:Roboto,sans-serif;background-color:#61a8ff}
