/* ═══════════════════════════════════════════════════════════════════════
   PULSE for DJs — sub-brand on NeMo Design System
   Direction: "Cabina at 03:00" v3 — editorial mexicana × DJ cabina.
   Black + cream + Klein cobalt + acid yellow (rare). No orange-brown.
   Heavy on real photography. No clichés.
   ═══════════════════════════════════════════════════════════════════════ */

:root {
  /* ── CANVAS ───────────────────────────────────────────────────────── */
  --pulse-bg:           #08080a;   /* near-black */
  --pulse-bg-2:         #101013;
  --pulse-bg-3:         #18181d;
  --pulse-bg-paper:     #f1ebde;   /* warm bone-cream */
  --pulse-bg-paper-2:   #e6ddc7;
  --pulse-ink:          #08080a;

  /* ── TEXT ON DARK ─────────────────────────────────────────────────── */
  --pulse-cream:        #f1ebde;
  --pulse-cream-dim:    #c7c1b3;
  --pulse-cream-faint:  #8c8775;
  --pulse-cream-ghost:  #4f4b40;

  /* ── PRIMARY SIGNAL — Klein-blue / electric cobalt ────────────────── */
  --pulse-blue:         #0c2dff;   /* primary action, link, accent */
  --pulse-blue-2:       #2a4dff;
  --pulse-blue-deep:    #061ab5;
  --pulse-blue-glow:    #4a6cff;

  /* ── ACCENT — acid yellow (used only for "highlight" / pulse) ─────── */
  --pulse-acid:         #e7ff00;
  --pulse-acid-2:       #fbff5e;

  /* ── HEAT — peak / drop indicator (rare) ──────────────────────────── */
  --pulse-red:          #ff2956;
  --pulse-red-deep:     #c91b3f;

  /* ── SEMANTIC ─────────────────────────────────────────────────────── */
  --pulse-go:           #00d97e;   /* live / on-air */

  /* ── BORDERS ──────────────────────────────────────────────────────── */
  --pulse-border:       rgba(241,235,222,0.10);
  --pulse-border-2:     rgba(241,235,222,0.18);
  --pulse-border-strong:rgba(241,235,222,0.30);

  /* ── GRADIENTS (sparingly, for spotlight haze only) ──────────────── */
  --pulse-grad-blueglow: radial-gradient(circle, rgba(12,45,255,0.45) 0%, transparent 70%);
  --pulse-grad-acidglow: radial-gradient(circle, rgba(231,255,0,0.30) 0%, transparent 70%);

  /* ── SHADOWS ─────────────────────────────────────────────────────── */
  --pulse-shadow-card:  0 30px 70px rgba(0,0,0,0.55), 0 8px 20px rgba(0,0,0,0.4);
  --pulse-shadow-blue:  0 4px 30px rgba(12,45,255,0.45);
  --pulse-shadow-acid:  0 4px 30px rgba(231,255,0,0.30);

  /* ── TYPE — overrides for Pulse ──────────────────────────────────── */
  --pulse-font-display: 'Anton', 'Bebas Neue', 'Archivo Black', Impact, sans-serif;
  --pulse-font-body:    'Inter Tight', 'Inter', system-ui, sans-serif;
  --pulse-font-mono:    'JetBrains Mono', 'IBM Plex Mono', ui-monospace, monospace;
  --pulse-font-serif:   'Playfair Display', Georgia, serif;
}
