:root{font-family: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}}#root{max-width:1000px;margin:0 auto;padding:2rem}.app h1{text-align:center;margin-bottom:1rem}.top-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.status{font-size:1.1rem}.status.winner{color:#2ecc71}.actions{display:flex;gap:.5rem}.setup{display:flex;flex-direction:column;gap:1rem;max-width:640px;margin:1rem auto 2rem;padding:1rem 1.25rem;background:#fff;color:#000;border:1px solid #333;border-radius:10px}.setup h2{margin:0 0 .25rem}.setup .field{display:flex;flex-direction:column;gap:.4rem}.setup .field label{font-weight:600}.setup .field input[type=text],.setup .field select{padding:.5rem .6rem;border:1px solid #333;border-radius:8px;background:#fff;color:#000}.setup .field input[type=text]:read-only{background:#f8f8f8}.setup .field input+button{margin-top:.4rem;width:fit-content}.setup .actions{margin-top:.5rem;justify-content:flex-end;gap:.75rem}.meta{display:flex;justify-content:center;gap:1.25rem;margin-bottom:.75rem}.board{display:grid;grid-template-columns:repeat(3,100px);grid-template-rows:repeat(3,100px);gap:8px;justify-content:center;margin:0 auto 2rem}.square{width:100px;height:100px;display:grid;place-items:center;font-size:2.2rem;background:#fff;color:#000;border:1px solid #3a3a3a}.square:disabled{opacity:.6}.history h2{margin-bottom:.75rem}.history .empty{color:#888}.history table{width:100%;border-collapse:collapse}.history th,.history td{padding:.5rem .6rem;border-bottom:1px solid #333;text-align:left}.history thead th{background:#111}.vec-item{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.history th{color:#fff}.history td{color:#000;background:#fff}
