
/* Waveform color fix – warm orange, clear contrast */

.player-shell .wave canvas {
  filter: none;
}

.player-shell .wave {
  background: linear-gradient(
    180deg,
    rgba(255,140,0,0.22),
    rgba(20,20,20,0.85)
  );
}

.player-shell .wave .bar {
  background-color: #ff8c00;
}
