:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100vh;background:#0a0a0a;color:#fafafa}.shell{min-height:100vh;display:grid;place-items:center;padding:2rem}.card{max-width:28rem;border:1px solid rgba(255,255,255,.1);padding:2rem;border-radius:.75rem;background:#ffffff05}.tag{display:inline-block;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.65rem;letter-spacing:.22em;text-transform:uppercase;color:#ffffff8c;border:1px solid rgba(255,255,255,.12);padding:.25rem .5rem;border-radius:.25rem;margin-bottom:1rem}h1{margin:0 0 .75rem;font-size:1.5rem;font-weight:600;letter-spacing:-.02em}p{margin:0;color:#ffffffa6;font-size:.95rem}.ttt{text-align:center}.board{display:grid;grid-template-columns:repeat(3,60px);gap:5px;margin:1.5rem auto}.cell{width:60px;height:60px;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;font-size:30px;cursor:pointer;border-radius:4px;transition:background .15s}.cell:hover{background:#ffffff0d}.reset{background:#ffffff1a;color:#fafafa;border:1px solid rgba(255,255,255,.2);padding:.5rem 1.25rem;border-radius:.375rem;cursor:pointer;font-size:.9rem;margin-top:.5rem}.reset:hover{background:#ffffff26}
