/**
 * ACLBOT DESIGN TOKENS v6.0
 * Système de design cohérent - Frontend & Admin
 * Mode Clair & Mode Sombre
 */

/* ========================================
   IMPORTS - Fonts
   ======================================== */

/* ========================================
   BASE VARIABLES (Light Mode Default)
   ======================================== */
:root {
  /* ======================================
     TYPOGRAPHY - Police & Échelle
     ====================================== */
  --font-primary: 'Plus Jakarta Sans', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-secondary: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-mono: 'JetBrains Mono', 'SF Mono', Monaco, 'Cascadia Code', monospace;
  
  /* Échelle typographique - Méthode Major Third (1.25) */
  --text-2xs: 10px;
  --text-xs: 12px;
  --text-sm: 14px;
  --text-base: 16px;
  --text-lg: 18px;
  --text-xl: 20px;
  --text-2xl: 24px;
  --text-3xl: 30px;
  --text-4xl: 36px;
  --text-5xl: 48px;
  --text-6xl: 60px;
  
  /* Hauteurs de ligne */
  --leading-none: 1;
  --leading-tight: 1.25;
  --leading-snug: 1.375;
  --leading-normal: 1.5;
  --leading-relaxed: 1.625;
  --leading-loose: 2;
  
  /* Espacement des lettres */
  --tracking-tighter: -0.05em;
  --tracking-tight: -0.025em;
  --tracking-normal: 0;
  --tracking-wide: 0.025em;
  --tracking-wider: 0.05em;
  --tracking-widest: 0.1em;
  
  /* Poids des polices */
  --font-thin: 100;
  --font-light: 300;
  --font-normal: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  --font-extrabold: 800;
  --font-black: 900;
  
  /* ======================================
     COLORS - Palette Principale
     ====================================== */
  /* Couleur d'accentuation - Bleu Apple */
  --accent: #0071e3;
  --accent-hover: #0077ed;
  --accent-light: #e8f4fd;
  --accent-muted: rgba(0, 113, 227, 0.1);
  --accent-glow: rgba(0, 113, 227, 0.3);
  
  /* Couleurs sémantiques */
  --success: #4f9f79;
  --success-hover: #458d6b;
  --success-light: #edf6f1;
  --success-muted: rgba(79, 159, 121, 0.14);
  --success-glow: rgba(79, 159, 121, 0.22);
  
  --warning: #c78a46;
  --warning-hover: #b57b3c;
  --warning-light: #fbf4ec;
  --warning-muted: rgba(199, 138, 70, 0.14);
  --warning-glow: rgba(199, 138, 70, 0.22);
  
  --error: #ff3b30;
  --error-hover: #e6352b;
  --error-light: #ffebee;
  --error-muted: rgba(255, 59, 48, 0.15);
  --error-glow: rgba(255, 59, 48, 0.3);
  
  --info: #5ac8fa;
  --info-hover: #4ab8ea;
  --info-light: #e3f2fd;
  --info-muted: rgba(90, 200, 250, 0.15);
  --info-glow: rgba(90, 200, 250, 0.3);
  
  /* Palette étendue */
  --purple: #7f78c8;
  --purple-hover: #716ab6;
  --purple-light: #f0eff9;
  --purple-muted: rgba(127, 120, 200, 0.14);
  
  --pink: #ff2d55;
  --pink-hover: #e6284c;
  --pink-light: #fce4ec;
  --pink-muted: rgba(255, 45, 85, 0.15);
  
  --teal: #5ac8fa;
  --teal-hover: #4ab8ea;
  --teal-light: #e0f7fa;
  --teal-muted: rgba(90, 200, 250, 0.15);
  
  --orange: #c78a46;
  --orange-hover: #b57b3c;
  --orange-light: #fbf4ec;
  --orange-muted: rgba(199, 138, 70, 0.14);
  
  --yellow: #ffcc00;
  --yellow-hover: #e6b800;
  --yellow-light: #fffde7;
  --yellow-muted: rgba(255, 204, 0, 0.15);
  
  --indigo: #5856d6;
  --indigo-hover: #4c4ab8;
  --indigo-light: #e8eaf6;
  --indigo-muted: rgba(88, 86, 214, 0.15);
  
  /* ======================================
     BACKGROUND - Arrière-plans
     ====================================== */
  --bg-primary: #f5f5f7;
  --bg-secondary: #ffffff;
  --bg-tertiary: #f5f5f7;
  --bg-quaternary: #e8e8ed;
  --bg-hover: rgba(0, 0, 0, 0.04);
  --bg-active: rgba(0, 113, 227, 0.08);
  --bg-card: #ffffff;
  --bg-elevated: #ffffff;
  --bg-overlay: rgba(0, 0, 0, 0.4);
  --bg-backdrop: rgba(0, 0, 0, 0.6);
  --bg-scrim: rgba(0, 0, 0, 0.8);
  
  /* ======================================
     TEXT - Couleurs de texte
     ====================================== */
  --text-primary: #1d1d1f;
  --text-secondary: #48484a;
  --text-tertiary: #6e6e73;
  --text-quaternary: #86868b;
  --text-placeholder: #c7c7cc;
  --text-inverse: #ffffff;
  --text-muted: #8e8e93;
  
  /* ======================================
     BORDERS - Bordures
     ====================================== */
  --border: rgba(0, 0, 0, 0.1);
  --border-subtle: rgba(0, 0, 0, 0.05);
  --border-hover: rgba(0, 0, 0, 0.2);
  --border-focus: var(--accent);
  --border-strong: rgba(0, 0, 0, 0.3);
  --border-divider: rgba(0, 0, 0, 0.08);
  
  /* ======================================
     SHADOWS - Ombres
     ====================================== */
  --shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.04);
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.08);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.1);
  --shadow-xl: 0 16px 48px rgba(0, 0, 0, 0.12);
  --shadow-2xl: 0 24px 64px rgba(0, 0, 0, 0.16);
  --shadow-inner: inset 0 2px 4px rgba(0, 0, 0, 0.04);
  --shadow-primary: 0 4px 16px rgba(0, 113, 227, 0.3);
  --shadow-success: 0 4px 16px rgba(79, 159, 121, 0.22);
  --shadow-warning: 0 4px 16px rgba(199, 138, 70, 0.22);
  --shadow-error: 0 4px 16px rgba(255, 59, 48, 0.3);
  --shadow-accent: 0 0 0 3px var(--accent-muted);
  --shadow-glow: 0 0 20px var(--accent-glow);
  
  /* ======================================
     GRADIENTS - Dégradés
     ====================================== */
  --gradient-primary: linear-gradient(135deg, var(--accent) 0%, #42a5f5 100%);
  --gradient-primary-hover: linear-gradient(135deg, var(--accent-hover) 0%, #64b5f6 100%);
  --gradient-success: linear-gradient(135deg, var(--success) 0%, #73b394 100%);
  --gradient-warning: linear-gradient(135deg, var(--warning) 0%, #d8a267 100%);
  --gradient-error: linear-gradient(135deg, var(--error) 0%, #ef5350 100%);
  --gradient-purple: linear-gradient(135deg, var(--purple) 0%, #9a92d7 100%);
  --gradient-pink: linear-gradient(135deg, var(--pink) 0%, #f06292 100%);
  --gradient-dark: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
  --gradient-light: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 100%);
  --gradient-shine: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
  
  /* ======================================
     RADIUS - Rayons de bordure
     ====================================== */
  --radius-none: 0;
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 14px;
  --radius-xl: 20px;
  --radius-2xl: 28px;
  --radius-3xl: 36px;
  --radius-full: 9999px;
  
  /* ======================================
     SPACING - Espacements (système 4px)
     ====================================== */
  --space-0: 0;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-16: 64px;
  --space-20: 80px;
  --space-24: 96px;
  --space-32: 128px;
  
  /* ======================================
     TRANSITIONS - Transitions
     ====================================== */
  --transition-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-base: 200ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slower: 500ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-bounce: 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  --transition-spring: 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  
  /* ======================================
     Z-INDEX - Échelle de z-index
     ====================================== */
  --z-base: 0;
  --z-dropdown: 100;
  --z-sticky: 200;
  --z-fixed: 300;
  --z-modal-backdrop: 400;
  --z-modal: 500;
  --z-popover: 600;
  --z-tooltip: 700;
  --z-toast: 800;
  
  /* ======================================
     LAYOUT - Mise en page
     ====================================== */
  --container-sm: 640px;
  --container-md: 768px;
  --container-lg: 1024px;
  --container-xl: 1280px;
  --container-2xl: 1400px;
  --container-max: 1600px;
  
  --sidebar-width: 260px;
  --sidebar-collapsed-width: 72px;
  --header-height: 64px;
  --bottom-bar-height: 64px;

  /* ======================================
     ALIASES - Compatibilité
     ====================================== */
  --color-success: var(--success);
  --color-success-light: var(--success-light);
  --color-success-muted: var(--success-muted);
  --color-warning: var(--warning);
  --color-warning-light: var(--warning-light);
  --color-warning-muted: var(--warning-muted);
  --color-danger: var(--error);
  --color-danger-light: var(--error-light);
  --color-danger-muted: var(--error-muted);
  --color-info: var(--info);
  --color-info-light: var(--info-light);
  --color-info-muted: var(--info-muted);
  --color-primary: var(--accent);
  --color-primary-light: var(--accent-light);
  --color-primary-muted: var(--accent-muted);
  --overlay: rgba(0, 0, 0, 0.5);
  --font-size-xs: 12px;
  --font-size-sm: 14px;
  --font-size-base: 16px;
  --font-size-lg: 18px;
  --font-size-xl: 20px;
  --font-sans: var(--font-primary);
  --sidebar-mobile-width: 280px;
  --white: #ffffff;
  --black: #1a1a1f;
  --accent-primary: var(--accent);
  --accent-active: rgba(0, 113, 227, 0.25);
  --bg-elevated: #ffffff;
  --green: var(--success);
  --red: var(--error);
}

/* ========================================
   DARK MODE
   ======================================== */
[data-theme="dark"] {
  /* Couleurs d'accentuation */
  --accent: #0a84ff;
  --accent-hover: #409cff;
  --accent-light: rgba(10, 132, 255, 0.15);
  --accent-muted: rgba(10, 132, 255, 0.15);
  --accent-glow: rgba(10, 132, 255, 0.4);
  
  /* Couleurs sémantiques */
  --success: #63b18a;
  --success-hover: #76bf9a;
  --success-light: rgba(99, 177, 138, 0.16);
  --success-muted: rgba(99, 177, 138, 0.16);
  --success-glow: rgba(99, 177, 138, 0.28);
  
  --warning: #d09a5a;
  --warning-hover: #ddb072;
  --warning-light: rgba(208, 154, 90, 0.16);
  --warning-muted: rgba(208, 154, 90, 0.16);
  --warning-glow: rgba(208, 154, 90, 0.28);
  
  --error: #ff453a;
  --error-hover: #ff6961;
  --error-light: rgba(255, 69, 58, 0.15);
  --error-muted: rgba(255, 69, 58, 0.15);
  --error-glow: rgba(255, 69, 58, 0.4);
  
  --info: #64d2ff;
  --info-hover: #7cdbff;
  --info-light: rgba(100, 210, 255, 0.15);
  --info-muted: rgba(100, 210, 255, 0.15);
  --info-glow: rgba(100, 210, 255, 0.4);
  
  /* Palette étendue */
  --purple: #9b96da;
  --purple-hover: #ada8e6;
  --purple-light: rgba(155, 150, 218, 0.16);
  --purple-muted: rgba(155, 150, 218, 0.16);
  
  --pink: #ff375f;
  --pink-hover: #ff5c7f;
  --pink-light: rgba(255, 55, 95, 0.15);
  --pink-muted: rgba(255, 55, 95, 0.15);
  
  --teal: #64d2ff;
  --teal-hover: #7cdbff;
  --teal-light: rgba(100, 210, 255, 0.15);
  --teal-muted: rgba(100, 210, 255, 0.15);
  
  --orange: #d09a5a;
  --orange-hover: #ddb072;
  --orange-light: rgba(208, 154, 90, 0.16);
  --orange-muted: rgba(208, 154, 90, 0.16);
  
  --yellow: #ffd60a;
  --yellow-hover: #ffe340;
  --yellow-light: rgba(255, 214, 10, 0.15);
  --yellow-muted: rgba(255, 214, 10, 0.15);
  
  /* Arrière-plans */
  --bg-primary: #1a1a1f;
  --bg-secondary: #1e1e24;
  --bg-tertiary: #28282e;
  --bg-quaternary: #32323a;
  --bg-hover: rgba(255, 255, 255, 0.05);
  --bg-active: rgba(10, 132, 255, 0.1);
  --bg-card: #222228;
  --bg-elevated: #28282e;
  --bg-overlay: rgba(0, 0, 0, 0.7);
  --bg-backdrop: rgba(0, 0, 0, 0.8);
  --bg-scrim: rgba(0, 0, 0, 0.9);
  
  /* Textes */
  --text-primary: #ffffff;
  --text-secondary: #98989d;
  --text-tertiary: #8e8e93;
  --text-quaternary: #636366;
  --text-placeholder: #48484a;
  --text-inverse: #1d1d1f;
  --text-muted: #6e6e73;
  
  /* Bordures */
  --border: rgba(255, 255, 255, 0.1);
  --border-subtle: rgba(255, 255, 255, 0.05);
  --border-hover: rgba(255, 255, 255, 0.2);
  --border-focus: var(--accent);
  --border-strong: rgba(255, 255, 255, 0.25);
  --border-divider: rgba(255, 255, 255, 0.08);
  
  /* Ombres */
  --shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.3);
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.4);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.4);
  --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.5);
  --shadow-xl: 0 16px 48px rgba(0, 0, 0, 0.6);
  --shadow-2xl: 0 24px 64px rgba(0, 0, 0, 0.7);
  --shadow-inner: inset 0 2px 4px rgba(0, 0, 0, 0.3);
  --shadow-primary: 0 4px 16px rgba(10, 132, 255, 0.4);
  --shadow-success: 0 4px 16px rgba(99, 177, 138, 0.28);
  --shadow-warning: 0 4px 16px rgba(208, 154, 90, 0.28);
  --shadow-error: 0 4px 16px rgba(255, 69, 58, 0.4);
  --shadow-glow: 0 0 20px var(--accent-glow);

  /* Aliases dark */
  --overlay: rgba(0, 0, 0, 0.7);
  --accent-primary: var(--accent);
  --accent-active: rgba(10, 132, 255, 0.25);
  --bg-elevated: #28282e;
}

/* ========================================
   LIGHT MODE (explicit override)
   Ensures light mode works even if :root is overridden
   ======================================== */
[data-theme="light"] {
  --accent: #0071e3;
  --accent-hover: #0077ed;
  --accent-light: #e8f4fd;
  --accent-muted: rgba(0, 113, 227, 0.1);
  --accent-glow: rgba(0, 113, 227, 0.3);

  --success: #4f9f79;
  --success-light: #edf6f1;
  --success-muted: rgba(79, 159, 121, 0.14);
  --warning: #c78a46;
  --warning-light: #fbf4ec;
  --warning-muted: rgba(199, 138, 70, 0.14);
  --error: #ff3b30;
  --error-light: #ffebee;
  --error-muted: rgba(255, 59, 48, 0.15);
  --info: #5ac8fa;
  --info-light: #e3f2fd;
  --info-muted: rgba(90, 200, 250, 0.15);
  --purple: #7f78c8;
  --purple-muted: rgba(127, 120, 200, 0.14);

  --bg-primary: #f5f5f7;
  --bg-secondary: #ffffff;
  --bg-tertiary: #f5f5f7;
  --bg-quaternary: #e8e8ed;
  --bg-hover: rgba(0, 0, 0, 0.04);
  --bg-active: rgba(0, 113, 227, 0.08);
  --bg-card: #ffffff;
  --bg-elevated: #ffffff;
  --bg-overlay: rgba(0, 0, 0, 0.4);

  --text-primary: #1d1d1f;
  --text-secondary: #48484a;
  --text-tertiary: #6e6e73;
  --text-quaternary: #86868b;
  --text-placeholder: #c7c7cc;
  --text-inverse: #ffffff;
  --text-muted: #8e8e93;

  --border: rgba(0, 0, 0, 0.1);
  --border-subtle: rgba(0, 0, 0, 0.05);
  --border-hover: rgba(0, 0, 0, 0.2);
  --border-focus: var(--accent);
  --border-strong: rgba(0, 0, 0, 0.3);
  --border-divider: rgba(0, 0, 0, 0.08);

  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.08);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.1);

  --overlay: rgba(0, 0, 0, 0.5);
  --accent-primary: var(--accent);
  --accent-active: rgba(0, 113, 227, 0.25);

  --white: #ffffff;
  --black: #1a1a1f;
  --green: var(--success);
  --red: var(--error);
}

/* ========================================
   ANIMATIONS
   ======================================== */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes pulse {
  0%, 100% { 
    opacity: 1;
    transform: scale(1);
  }
  50% { 
    opacity: 0.8;
    transform: scale(1.05);
  }
}

@keyframes pulse-glow {
  0%, 1050% { box-shadow: 0 0 20px 4px var(--accent-glow); }
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* Animation Utilities */
.animate-fadeIn { animation: fadeIn 0.3s var(--transition-base) forwards; }
.animate-fadeInDown { animation: fadeInDown 0.4s var(--transition-base) forwards; }
.animate-fadeInLeft { animation: fadeInLeft 0.4s var(--transition-base) forwards; }
.animate-fadeInRight { animation: fadeInRight 0.4s var(--transition-base) forwards; }
.animate-slideInUp { animation: slideInUp 0.3s var(--transition-base) forwards; }
.animate-slideInDown { animation: slideInDown 0.3s var(--transition-base) forwards; }
.animate-scaleIn { animation: scaleIn 0.3s var(--transition-base) forwards; }
.animate-pulse { animation: pulse 2s ease-in-out infinite; }
.animate-pulse-glow { animation: pulse-glow 2s ease-in-out infinite; }
.animate-spin { animation: spin 1s linear infinite; }
.animate-bounce { animation: bounce 1s ease-in-out infinite; }
.animate-shake { animation: shake 0.5s ease-in-out; }
.animate-float { animation: float 3s ease-in-out infinite; }

/* Stagger delays */
[style*="--delay"] { animation-delay: var(--delay); }

/* ========================================
   BASE STYLES
   ======================================== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: auto;
  overflow-x: hidden;
  height: auto;
}

body {
  font-family: var(--font-primary);
  font-size: var(--text-base);
  line-height: var(--leading-normal);
  color: var(--text-primary);
  background: var(--bg-primary);
  transition: background-color var(--transition-base), color var(--transition-base);
  overflow-y: auto;
  overflow-x: hidden;
  height: auto;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-primary);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
  color: var(--text-primary);
}

h1 { font-size: var(--text-4xl); }
h2 { font-size: var(--text-3xl); }
h3 { font-size: var(--text-2xl); }
h4 { font-size: var(--text-xl); }
h5 { font-size: var(--text-lg); }
h6 { font-size: var(--text-base); }

p {
  margin-bottom: var(--space-4);
}

a {
  color: var(--accent);
  text-decoration: none;
  transition: color var(--transition-fast);
}

a:hover {
  color: var(--accent-hover);
}

code, pre {
  font-family: var(--font-mono);
}

/* Selection */
::selection {
  background: var(--accent-muted);
  color: var(--text-primary);
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: var(--bg-tertiary);
  border-radius: var(--radius-full);
}

::-webkit-scrollbar-thumb {
  background: var(--text-quaternary);
  border-radius: var(--radius-full);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--text-tertiary);
}

/* Focus visible */
:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ============================================
   FAQ ACCORDION VARIABLES
   ============================================ */
:root {
  --faq-bg: var(--bg-card);
  --faq-border: var(--border);
  --faq-hover-bg: var(--bg-hover);
  --faq-question-color: var(--text-primary);
  --faq-answer-color: var(--text-secondary);
  --faq-icon-color: var(--accent);
  --faq-tip-bg: var(--accent-muted);
  --faq-tip-border: var(--accent);
  --faq-tip-color: var(--accent);
}

[data-theme="dark"] {
  --faq-bg: var(--bg-card);
  --faq-border: var(--border);
  --faq-hover-bg: var(--bg-hover);
  --faq-question-color: var(--text-primary);
  --faq-answer-color: var(--text-secondary);
  --faq-icon-color: var(--accent);
  --faq-tip-bg: var(--accent-muted);
  --faq-tip-border: var(--accent);
  --faq-tip-color: var(--accent);
}
