.tzq-game-memory-wrapper {
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  border-radius: var(--tzq-radius-md);
  overflow: hidden;
  position: relative;
  box-shadow: inset 0 0 50px rgba(59, 130, 246, 0.1);
}
.tzq-game-memory canvas {
  border-radius: var(--tzq-radius-md);
  cursor: pointer;
  touch-action: none;
}
.tzq-stat-badge--memory {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  border-color: rgba(59, 130, 246, 0.5);
  color: white;
}
