﻿/* ══════════════════════════════════════════════
   AUTOMOTIVE - Nebula Violet (E)
   c1: #4f46e5 → c2: #d946ef
   
   SCOPED TO <main> - Header & Footer inherit global defaults.
   ══════════════════════════════════════════════ */
main {
  --accent-primary: #a78bfa !important;
  --accent-primary-soft: rgba(167, 139, 250, 0.1) !important;
  --accent-primary-glow: rgba(167, 139, 250, 0.3) !important;
  --accent-secondary: #c084fc !important;
  --accent-secondary-soft: rgba(192, 132, 252, 0.1) !important;
  --accent-tertiary: #e879f9 !important;
  --accent-tertiary-soft: rgba(232, 121, 249, 0.1) !important;
  --accent-warm: #c084fc !important;
  --accent-warm-soft: rgba(192, 132, 252, 0.1) !important;
  --accent-gradient: linear-gradient(135deg, #4f46e5 0%, #7c3aed 40%, #d946ef 100%) !important;
  --accent-gradient-vivid: linear-gradient(135deg, #4f46e5 0%, #a855f7 50%, #d946ef 100%) !important;
  --accent-gradient-cool: linear-gradient(135deg, #7c3aed 0%, #a78bfa 50%, #c084fc 100%) !important;
  --accent-gradient-warm: linear-gradient(135deg, #a78bfa 0%, #c084fc 100%) !important;
  --blue-core: #7c3aed !important;
  --blue-sky: #a78bfa !important;
  --blue-deep: #6d28d9 !important;
  --accent: #a78bfa !important;
  --c1: #6d28d9;
  --c2: #e879f9;

  /* RGB components for rgba() usage */
  --accent-deep: #4f46e5;
  --accent-deep-rgb: 79, 70, 229;
  --blue-core-rgb: 124, 58, 237;
  --accent-primary-rgb: 167, 139, 250;
  --accent-secondary-rgb: 192, 132, 252;
  --accent-tertiary-vivid: #d946ef;
  --accent-tertiary-vivid-rgb: 217, 70, 239;
  --accent-tertiary-rgb: 232, 121, 249;
  --blue-deep-rgb: 109, 40, 217;
  --accent-dark: #4338ca;
  --accent-mid: #6366f1;
  --accent-darkest: #1e1b4b;
}
