body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.game{align-items:center;background-color:#fbf1f9;display:flex;flex-direction:column;font-family:Segoe UI,Tahoma,Verdana,sans-serif;min-height:70vh;padding:20px}.header{background-color:#f6b26b;padding:5px;text-align:center}h1{color:#fff;font-size:24px;margin-bottom:20px}h2{color:#f6b26b}.start-screen{align-items:center;display:flex;flex-direction:column;gap:15px}.start-screen input{border:1px solid #ccc;border-radius:6px;color:#f6b26b;font-size:16px;outline:none;padding:10px;width:180px}.start-button{background-color:#7bc757;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;padding:10px 20px}.start-button:hover{background-color:#4ec715}.board{grid-gap:5px;display:grid;gap:5px;grid-template-columns:repeat(3,100px);margin:20px 0}.square{background-color:#f5f5f5;border:none;border-radius:16px;color:#fff;cursor:pointer;font-size:24px;font-weight:700;height:100px;width:100px}.square:focus{outline:none}.group-a{background-color:#f6b26b}.group-b{background-color:#93c47d}.winner-message{color:#2e7d32;font-weight:700}.draw-message{color:#ff9800;font-weight:700}.reset{background-color:#7bc757;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;margin-bottom:40px;margin-top:20px;padding:10px 20px}.reset:hover{background-color:#4ec715}.footer{background-color:#f6b26b;color:#fff;font-size:1.5rem;margin-top:auto;padding:15px;text-align:center}
/*# sourceMappingURL=main.6ee1ba11.css.map*/