/* ============================================
   EMPYREAN — VARIABLES / TOKENS
   ============================================ */
:root {
  --primary:       #602060;
  --gold:          #f5c862;
  --primary-light: #fdf2ff;
  --primary-glow:  0 4px 20px rgba(96, 32, 96, 0.4);

  --neon-color: #f5c862;
  --neon-speed: 0.8s;

  --card-bg:    #ffffff;
  --text:       #2d3436;
  --text-light: #636e72;
  --whatsapp:   #00e676;
  --danger:     #ff4757;
  --info:       #29b6f6;
  --success:    #00d2d3;
  --warning:    #ffa502;
  --radius:     24px;
  --disabled:   #f1f2f6;
}
