.game-card { transition: all 0.3s ease; }
.game-card:hover { transform: scale(1.05); box-shadow: 0 0 20px #00f0ff; }
