.Game-module__GRocya__game{flex-direction:column;align-items:center;gap:2rem;width:100%;max-width:800px;display:flex}@media (min-width:768px){.Game-module__GRocya__game{flex-direction:row;justify-content:center;align-items:flex-start;gap:4rem}}.Game-module__GRocya__gameBoard{background:var(--board-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #ffffff1a;border-radius:1.5rem;flex-direction:column;align-items:center;padding:2rem;display:flex;box-shadow:0 10px 30px #0000001a}.Game-module__GRocya__status{text-align:center;min-height:2rem;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600}.Game-module__GRocya__board{flex-direction:column;gap:.5rem;display:flex}.Game-module__GRocya__boardRow{gap:.5rem;display:flex}.Game-module__GRocya__square{background:var(--cell-bg);cursor:pointer;width:5rem;height:5rem;color:var(--foreground);border:none;border-radius:.75rem;justify-content:center;align-items:center;font-size:3rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 6px #0000000d}@media (min-width:480px){.Game-module__GRocya__square{width:6rem;height:6rem;font-size:4rem}}.Game-module__GRocya__square:hover:not(:disabled){background:var(--cell-hover);transform:translateY(-2px);box-shadow:0 6px 12px #0000001a}.Game-module__GRocya__square:active:not(:disabled){transform:translateY(0)}.Game-module__GRocya__square.Game-module__GRocya__isX{color:var(--x-color);text-shadow:0 0 10px #38bdf84d}.Game-module__GRocya__square.Game-module__GRocya__isO{color:var(--o-color);text-shadow:0 0 10px #f472b64d}.Game-module__GRocya__square.Game-module__GRocya__winningSquare{background:var(--win-color);color:#fff;animation:1.5s infinite Game-module__GRocya__pulse}.Game-module__GRocya__restartButton{color:#fff;background:linear-gradient(135deg,var(--x-color),var(--o-color));cursor:pointer;border:none;border-radius:.75rem;width:100%;margin-top:2rem;padding:.75rem 2rem;font-size:1.1rem;font-weight:700;transition:all .2s;box-shadow:0 4px 10px #0003}.Game-module__GRocya__restartButton:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 6px 15px #0000004d}.Game-module__GRocya__restartButton:active{transform:translateY(0)}@keyframes Game-module__GRocya__pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}
