:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:30px;line-height:24px;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;-webkit-text-size-adjust:100%}body{margin:0;display:flex;justify-content:center;align-items:center;flex-direction:column;min-height:100vh}footer{display:flex;justify-content:space-around;margin-top:20px;color:#eee}*{padding:0;margin:0;box-sizing:border-box}.board{display:flex;flex-direction:row;justify-content:space-around;align-items:space-around;width:100%;margin:20px auto;text-align:center}.board header{margin-bottom:20px}.board h1{color:#eee;margin-bottom:16px}.title-wrapper{display:flex;justify-content:center;margin:20px}.tic{color:#7070ff!important}.tac{color:#ff7070!important}.toe{color:#70ff70!important}.board p{color:#fff;margin:16px}.board-container{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:20px;margin-bottom:20px}.board .turn{display:flex;flex-direction:column;justify-content:space-evenly}.board .turn .h2{color:#eee;font-size:30px!important;margin:300px}.board .game{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.board button{padding:8px 12px;background:transparent;border:2px solid #eee;color:#eee;border-radius:5px;transition:.2s;font-weight:700;cursor:pointer;margin-top:20px}.board button:hover{background:#eee;color:#222}.btn-back{border:2px solid #ff7070!important;color:#eee;border-radius:5px;transition:.2s;cursor:pointer}.btn-back:hover{border:2px solid #ff3030!important;background:#dd3030!important;color:#fff!important}.start-modal .button-container{display:flex;flex-direction:row!important;min-width:50hv!important;justify-content:center!important;gap:20px}.square.is-selected{color:#fff;background:#003253}.winner{position:absolute;width:100vw;height:100vh;top:0;left:0;display:grid;place-items:center;background-color:#000000b3}.winner .text{background:#111;height:300px;width:320px;border:2px solid #eee;border-radius:10px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}.winner .win{margin:0 auto;width:fit-content;border:2px solid #eee;border-radius:10px;display:flex;gap:15px}.square{width:100px;height:100px;border:2px solid #eee;border-radius:5px;display:grid;place-items:center;cursor:pointer;font-size:48px}.start-modal{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;width:100%;position:fixed;top:0;left:0;background-color:#000c;text-align:center;color:#fff}.start-modal h2{color:#eee;margin-bottom:16px}.start-modal button{padding:8px 12px;margin-top:20px;background:transparent;border:2px solid #eee;color:#eee;width:120px;border-radius:5px;transition:.2s;font-weight:700;cursor:pointer}.start-modal button:hover{background:#eee;color:#222}@media (max-width: 768px){:root{font-size:16px}.board{flex-direction:column;align-items:center}.board .title-wrapper{gap:10px;margin-bottom:10px;order:0}.board .game{gap:5px;order:1}.board .turn{flex-direction:row!important;align-items:center!important;justify-content:space-around!important;width:50%!important;margin-bottom:20px;order:2!important}.board .button-container{flex-direction:column!important;gap:10px;order:3!important}.board-container{gap:10px;margin-bottom:10px}.board .turn{flex-direction:row;justify-content:space-evenly;width:100%;margin-bottom:20px}.square{width:60px;height:60px;font-size:24px}.board .game{gap:5px}.title-wrapper{flex-direction:row}.start-modal .button-container{justify-content:center!important;flex-direction:column!important;gap:10px}.winner .text{height:200px;width:200px}.winner .square{width:50px;height:50px;font-size:24px}.winner footer{display:flex;justify-content:space-around;margin-top:20px;color:#eee}}
