/* ═══════════════════════════════════════════
   VARIABLES — CSS Custom Properties
   ═══════════════════════════════════════════ */

:root {
    --neon:      #FF2A85;
    --neon-dim:  rgba(255, 42, 133, 0.18);
    --neon-glow: rgba(255, 42, 133, 0.55);
    --neon-warm: #FF7A47;
    --bg:        #050005;
    --text:      #fff;
}
