/* ============================================================
   TOKENS PARTAGÉS — source unique du thème « temple » (indigo profond).
   Chargé AVANT les CSS de page. dashboard.css / admin.css redéfinissent
   encore ces variables aux mêmes valeurs ; ils pourront progressivement
   s'appuyer sur ce fichier (une seule source de vérité).
   ============================================================ */
:root {
  /* Fonds & surfaces (verre sur sombre) */
  --bg: #070714;
  --bg-2: #0c0c24;
  --surface: rgba(255, 255, 255, 0.04);
  --surface-2: rgba(255, 255, 255, 0.07);
  --surface-3: rgba(255, 255, 255, 0.1);
  --border: rgba(255, 255, 255, 0.06);
  --border-2: rgba(255, 255, 255, 0.12);

  /* Accent (indigo) + sémantiques */
  --accent: #6366f1;
  --accent-h: #818cf8;
  --accent-dim: rgba(99, 102, 241, 0.12);
  --accent-dim2: rgba(99, 102, 241, 0.25);
  --green: #10b981;
  --green-dim: rgba(16, 185, 129, 0.12);
  --red: #ef4444;
  --red-dim: rgba(239, 68, 68, 0.12);
  --yellow: #f59e0b;
  --yellow-dim: rgba(245, 158, 11, 0.12);

  /* Texte (3 niveaux) */
  --text: #e2e8f0;
  --text-2: #94a3b8;
  --text-3: #64748b;

  /* Rayons, mouvement, type, espacement */
  --radius: 12px;
  --radius-sm: 8px;
  --radius-xs: 6px;
  --radius-lg: 18px;
  --transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --font: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-6: 24px;
  --space-8: 32px;
}
