/**
 * Accents visuels selon l’espace communautaire (genre profil).
 * Surcharge légère des variables Drafted — une seule plateforme, ambiance adaptée.
 */
body.spotd-segment-men.spotd-theme-drafted {
  --spotd-drafted-accent: #60a5fa;
  --spotd-drafted-accent-hover: #93c5fd;
  --spotd-nav-text-accent: #7dd3fc;
}

body.spotd-segment-men.spotd-dashboard-shell .spotd-nav .spotd-nav__link:hover,
body.spotd-segment-men.spotd-dashboard-shell .spotd-nav .spotd-nav__link.active {
  color: #7dd3fc !important;
}

body.spotd-segment-wm.spotd-theme-drafted {
  --spotd-drafted-accent: #a78bfa;
  --spotd-drafted-accent-hover: #c4b5fd;
  --spotd-nav-text-accent: #c4b5fd;
}

body.spotd-segment-wm.spotd-dashboard-shell .spotd-nav .spotd-nav__link:hover,
body.spotd-segment-wm.spotd-dashboard-shell .spotd-nav .spotd-nav__link.active {
  color: #c4b5fd !important;
}
