.tictactoe_game__qgAvt{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;align-items:flex-start;padding:3rem 1.5rem}.tictactoe_boardShell__Jv0w8{border-radius:1.75rem;background:linear-gradient(155deg,#ffffff,#e2e8f0);box-shadow:0 24px 60px rgba(15,23,42,.12);padding:1.5rem}.tictactoe_status__0BT9G{margin-bottom:1rem;color:#0f172a;font-size:1rem;font-weight:700}.tictactoe_boardRow__IhwKV{display:flex}.tictactoe_square__WlGPf{height:4rem;width:4rem;border:1px solid #94a3b8;background:rgba(255,255,255,.95);color:#0f172a;font-size:1.75rem;font-weight:700;transition:background-color .16s ease}.tictactoe_square__WlGPf:hover{background:#eff6ff}.tictactoe_moves__2z9gw{min-width:16rem;border-radius:1.5rem;background:rgba(255,255,255,.72);box-shadow:0 18px 40px rgba(15,23,42,.08);padding:1.25rem}.tictactoe_movesTitle__cmteE{margin-bottom:.85rem;color:#0f172a;font-size:1rem;font-weight:700}.tictactoe_movesList__5K3Hv{list-style:none;display:flex;flex-direction:column;gap:.65rem;padding:0;margin:0}.tictactoe_movesButton__l3if_{width:100%;border-radius:.85rem;background:#e2e8f0;color:#0f172a;font-size:.95rem;font-weight:600;padding:.7rem .9rem;text-align:left;transition:background-color .16s ease,transform .16s ease}.tictactoe_movesButton__l3if_:hover{background:#cbd5e1;transform:translateX(2px)}@media (max-width:640px){.tictactoe_game__qgAvt{padding:2rem 1rem}.tictactoe_square__WlGPf{height:3.5rem;width:3.5rem;font-size:1.4rem}}