/* --- Breaker Neon Look --- */

.canvas-wrap.neon-playfield {
  background: radial-gradient(circle at 50% 0%, rgba(56,189,248,.18), transparent 55%),
              linear-gradient(180deg, #020617, #020617);
}

/* Paddle & ball are drawn on canvas, but you can still style wrapper hints if any */

.breaker {
  background: transparent;
}

/* If you draw bricks with classes (if not, ignore this section) */
.brick {
  background: var(--neon-green);
  box-shadow: 0 0 12px rgba(34,197,94,.7);
}

/* Score bar */
.scorebar .score,
.scorebar .neon-panel {
  background: rgba(15,23,42,.95);
  border-radius: 999px;
  padding: 6px 14px;
  border: 1px solid rgba(148,163,184,.6);
  box-shadow: 0 0 10px rgba(15,23,42,1);
}
