/* ========================================================================== */
/* ETHNOS R784 — volet Profil : volume identité/résidence/langues anthracite  */
/* Périmètre visuel uniquement. Aucun comportement métier n'est modifié.      */
/* ========================================================================== */
:root{
  --r784-charcoal:#1f1f1f;
  --r784-white:#fffaf3;
  --r784-muted:#c4ced3;
  --r784-separator:rgba(255,255,255,.14);
}

/* Le volume Résidence / Genre / Langue principale / Langues secondaires doit
   être gris, avec ses séparateurs conservés. R783 colorait le <dl>, mais les
   lignes internes .ethnosProfileR576Fact gardaient encore leur fond crème. */
html body [data-member-drawer-panel="profile"] .ethnosProfileR576Details,
html body [data-member-drawer-panel="profile"] .ethnosProfileR576Details .ethnosProfileR576Fact{
  background:var(--r784-charcoal) !important;
  color:var(--r784-white) !important;
}
html body [data-member-drawer-panel="profile"] .ethnosProfileR576Details .ethnosProfileR576Fact{
  border-bottom:1px solid var(--r784-separator) !important;
}
html body [data-member-drawer-panel="profile"] .ethnosProfileR576Details .ethnosProfileR576Fact:last-child{
  border-bottom:0 !important;
}
html body [data-member-drawer-panel="profile"] .ethnosProfileR576Details dt{
  color:var(--r784-muted) !important;
}
html body [data-member-drawer-panel="profile"] .ethnosProfileR576Details dd,
html body [data-member-drawer-panel="profile"] .ethnosProfileR576Details .ethnosProfileR576ResidenceCountry,
html body [data-member-drawer-panel="profile"] .ethnosProfileR576Details .ethnosProfileR576LanguageItem{
  color:var(--r784-white) !important;
}
