:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:16px;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;min-width:320px;min-height:100vh}*{padding:0;margin:0;box-sizing:border-box}.board{width:fit-content;margin:40px auto;text-align:center}.board h1{color:#eee;margin-bottom:16px}.board button{padding:8px 12px;margin:25px;background:transparent;border:2px solid #eee;color:#eee;width:100px;border-radius:5px;transition:.2s;font-weight:700;cursor:pointer}.board button:hover{background:#eee;color:#222}.board .game{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.turn{display:flex;justify-content:center;margin:15px auto;width:fit-content;position:relative;border-radius:10px}.turn .square,.winner .square{width:70px;height:70px;pointer-events:none;border-color:transparent}.square.is-selected{color:#fff;background:#09f}.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}
