/* ============================================================
   Déploiement 2.0 — Surcouche de marque MANTU (réversible)
   Activée via [data-brand="mantu"] sur <html>. Sans l'attribut,
   l'app garde son identité cockpit d'origine — aucun risque.
   Source : Mantu Design System 2026.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');

[data-brand="mantu"] {
  /* Accent maître Mantu (violet 2026 + paliers) */
  --brand: #4E2BCD;
  --brand-600: #3f22a6;
  --brand-700: #2B0058;
  --brand-soft: rgba(78, 43, 205, 0.12);

  /* Typo primaire de la marque */
  --font-ui: 'Space Grotesk', system-ui, -apple-system, sans-serif;

  /* Bandeau latéral en violet profond Mantu */
  --rail: #2B0058;
  --rail-ink: #e7defb;
  --rail-ink-dim: #9784c0;
  --rail-line: rgba(255, 255, 255, 0.10);
  --rail-active: rgba(144, 91, 244, 0.26);
}

/* Thème sombre : accent plus lumineux pour rester lisible */
[data-brand="mantu"][data-theme="dark"],
[data-brand="mantu"] [data-theme="dark"] {
  --brand: #905BF4;
  --brand-600: #7c4ee0;
  --brand-700: #4E2BCD;
  --rail: #1b0140;
}

/* Petite signature : halo violet sous le logo Mantu du bandeau */
.mantu-logo { display: block; height: 26px; width: auto; }
