/* BEAT-DECODER specific overrides. The editor grid, sound-icon strip, and
   submit/preview buttons all live on the canvas — this file holds DOM-only
   tweaks to the overlay chrome. */

.overlay__title--decoder {
    color: var(--neon-emerald);
    text-shadow: 0 0 24px rgba(43, 255, 157, 0.55);
}

.howto__step strong { color: var(--neon-emerald); }
.howto__step em     { color: var(--neon-amber); }
