/* ========================================================================== */
/* ETHNOS R550 — profil compact + anti-flash connexion + pseudonyme 25        */
/* Base figée : R549. Périmètre strict : demandes post-R549 uniquement.       */
/* ========================================================================== */

/* Connexion : ne jamais peindre l'ancien shell connecté avant la construction
   de la vue active. La classe est posée dans <head> avant le premier rendu. */
html.ethnosConnectedBooting .memberApp{
  visibility:hidden !important;
}
html.ethnosConnectedBooting body{
  background:
    linear-gradient(rgba(7,26,57,.16),rgba(7,26,57,.16)),
    url("../assets/images/commercial-home-hero-r355.jpg") center/cover fixed no-repeat !important;
}

/* Profil compact : plus d'air entre e-mail et statut officiel. */
html.ethnosConnectedUnified .memberProfileCompact:not(.isExpanded) .memberProfileMetaRow > .r484OfficialLabel{
  margin-top:7px !important;
}

/* Pseudonyme : une seule ligne visuelle, icônes du pseudo comprises.
   Le badge Officiel reste l'élément suivant de la grille, donc sous le pseudo. */
html.ethnosConnectedUnified .memberProfileCompact:not(.isExpanded) .memberIdentityText > h2[data-member-name]{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) !important;
  grid-auto-flow:row !important;
  justify-items:start !important;
  white-space:nowrap !important;
  overflow-wrap:normal !important;
  word-break:normal !important;
  hyphens:none !important;
  overflow:visible !important;
  text-overflow:clip !important;
  font-size:clamp(12px,.9vw,18px) !important;
}

/* Le statut peut revenir à la ligne dans les formats les plus contraints. */
@media (max-width:1280px){
  html.ethnosConnectedUnified .memberProfileCompact:not(.isExpanded) .memberProfileMetaRow > .r484OfficialLabel{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    white-space:normal !important;
    overflow:visible !important;
    text-overflow:clip !important;
    overflow-wrap:normal !important;
    word-break:normal !important;
    line-height:1.18 !important;
  }
}
