:root{color:#f8fafc;background:#0f172a;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--me: #38bdf8;--them: #f87171}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100svh}button{border:0;padding:0;font:inherit}.app-shell{display:grid;min-height:100svh;place-items:center;padding:0;background:radial-gradient(circle at top left,rgba(56,189,248,.16),transparent 34%),linear-gradient(145deg,#111827,#0f172a 55%,#111827)}.game-card{position:relative;display:flex;flex-direction:column;width:100%;height:100svh;overflow:hidden;padding:max(10px,env(safe-area-inset-top)) 8px max(10px,env(safe-area-inset-bottom));border:1px solid rgba(148,163,184,.18);background:#0f172adb}.hero{position:relative;display:flex;flex-shrink:0;align-items:center;justify-content:center;min-height:52px;padding:0 48px}.score{display:grid;grid-template-columns:2.4em auto auto auto 2.4em;align-items:center;justify-items:center;column-gap:6px;font-weight:800}.score strong{color:#f8fafc;font-size:1.2rem;letter-spacing:.06em;text-align:center;white-space:nowrap}.turn-label{color:#f8fafc;font-size:.75rem;font-weight:700;letter-spacing:.08em;line-height:1;text-transform:uppercase;white-space:nowrap}.score .turn-label:first-child{justify-self:end}.score .turn-label:last-child{justify-self:start}.player-chip{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;min-width:40px;padding:2px 8px 4px;border:2px solid transparent;border-radius:10px}.player-chip .mark{width:26px;height:26px}.player-chip .mine-badge{min-height:.7em;color:transparent;font-size:.65rem;font-weight:700;letter-spacing:.08em;line-height:1;text-transform:uppercase}.player-chip.is-mine .mine-badge{color:#e2e8f0}.player-chip.is-o.on-turn{border-color:#2563eb;background:#2563eb29}.player-chip.is-x.on-turn{border-color:#dc2626;background:#dc262629}.turn-line{flex-shrink:0;margin:6px 0 0;color:#cbd5e1;font-size:.82rem;font-weight:700;text-align:center}.install-button,.leave-button,.reset-button,.modal-new-game{display:grid;place-items:center;width:44px;height:44px;padding:0;cursor:pointer;border-radius:999px;color:#e2e8f0;transition:transform .16s ease,background .16s ease,color .16s ease}.install-button{position:absolute;top:50%;right:0;background:#38bdf829;color:#7dd3fc;transform:translateY(-50%)}.leave-button{position:absolute;top:50%;left:0;background:#f8717129;color:#fca5a5;transform:translateY(-50%)}.board-host{display:grid;flex:1 1 auto;min-width:0;min-height:0;margin-top:8px;place-items:center}.board{position:relative;isolation:isolate;display:grid;flex:0 0 auto;padding:0;border:1px solid #5b82a6;background:#fff;overflow:hidden;touch-action:manipulation;-webkit-user-select:none;user-select:none}.board-cells,.board-grid{grid-area:1 / 1;width:100%;height:100%;min-width:0;min-height:0}.board-cells{position:relative;z-index:1;display:grid;grid-template-columns:repeat(var(--board-cols, 1),var(--cell-size, 18px));grid-template-rows:repeat(var(--board-rows, 1),var(--cell-size, 18px))}.board-grid{z-index:0;display:block;overflow:visible;pointer-events:none}.board-grid line{stroke:#5b82a6;stroke-width:1px;vector-effect:non-scaling-stroke}.cell{position:relative;z-index:1;display:block;width:100%;height:100%;min-width:0;min-height:0;margin:0;padding:0;border:0;background:transparent;line-height:0;appearance:none;-webkit-appearance:none;cursor:default;touch-action:manipulation;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.cell::-moz-focus-inner{padding:0;border:0}.cell.playable{cursor:pointer}.cell.filled{background:transparent}.cell.last-move{background:#fff3bf;animation:last-move 1.2s ease}.cell.win,.cell.win.last-move{background:transparent;animation:none}.mark{display:block;overflow:visible}.cell .mark{position:absolute;left:50%;top:50%;z-index:1;width:15px;height:15px;margin:0;transform:translate(-50%,-50%)}.mark-o{color:#1d4ed8}.mark-x{color:#dc2626}.next-round{position:absolute;right:max(12px,env(safe-area-inset-right));bottom:max(12px,env(safe-area-inset-bottom));z-index:6;display:grid;place-items:center;width:56px;height:56px;cursor:pointer;border-radius:999px;background:#2563eb;color:#fff;box-shadow:0 10px 24px #02061773}.message-card,.share-card{display:grid;gap:12px;width:min(100%,360px);padding:8px;text-align:center}.message-card h2,.share-card .share-kicker{margin:0}.message-card h2{font-size:1.45rem}.message-card p,.share-url,.status-message{margin:0;color:#cbd5e1;font-size:.95rem;line-height:1.4;word-break:break-all}.share-kicker{color:#7dd3fc;font-size:.75rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.share-url{padding:10px 12px;border-radius:12px;background:#0206178c}.share-actions{display:flex;justify-content:center;gap:8px}.text-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 14px;cursor:pointer;border-radius:999px;background:#38bdf8;color:#0f172a;font-weight:800}.status-message{text-align:center}.modal-backdrop{position:fixed;inset:0;z-index:20;display:grid;place-items:center;padding:24px;background:#020617b8}.game-over-modal{display:grid;gap:10px;width:min(100%,360px);padding:22px 20px 18px;border:1px solid rgba(148,163,184,.22);border-radius:20px;background:#111827;box-shadow:0 24px 70px #0206178c}.game-over-kicker{margin:0;color:#7dd3fc;font-size:.75rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.game-over-modal.lost .game-over-kicker{color:#fb923c}.game-over-modal h2{margin:0;font-size:1.7rem;line-height:1.05}.game-over-modal p{margin:0;color:#cbd5e1;font-size:.95rem;line-height:1.4}.modal-new-game{width:52px;height:52px;margin:8px auto 0;background:#38bdf8;color:#0f172a}.game-over-modal.lost .modal-new-game{background:#f97316;color:#fff7ed}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}@keyframes last-move{0%{background:#ffe566}to{background:#fff3bf}}@media(hover:hover){.install-button:hover,.leave-button:hover{transform:translateY(calc(-50% - 1px))}.text-button:hover,.modal-new-game:hover,.next-round:hover{transform:translateY(-1px)}.cell.playable:hover{background:#eef6ff}}.install-button:active,.leave-button:active{transform:translateY(-50%) scale(.96)}.text-button:active,.modal-new-game:active,.next-round:active{transform:scale(.96)}.cell.playable:active{background:#e0edff}.install-button:focus-visible,.leave-button:focus-visible,.text-button:focus-visible,.modal-new-game:focus-visible,.next-round:focus-visible,.cell:focus-visible{outline:2px solid #7dd3fc;outline-offset:3px}@media(prefers-reduced-motion:reduce){.cell.last-move,.install-button,.leave-button,.text-button,.next-round,.cell{animation:none;transition:none}}
