/* ETHNOS R782 — consolidation visuelle demandée le 14/09/2026.
   Couleurs uniquement sur hubs/Maps/Jeux + panneau Ethnos.
   Aucune géométrie métier, aucun contenu de données, aucune interaction métier modifiés. */
:root{
  --r782-charcoal:#1f1f1f;
  --r782-charcoal-soft:#272727;
  --r782-blue:#0b526d;
  --r782-blue-deep:#0a202b; /* référence bandeau Solidarité validée visuellement */
  --r782-blue-mid:#0a3448;
  --r782-orange:#f36b2b;
  --r782-text:#f7f7f5;
  --r782-muted:#b9c8ce;
}

/* Entraide + Événements : la bande de découverte/filtres prend exactement
   la nuance bleu pétrole de la zone validée sur Solidarité. */
html body .bodyView-help.r562HelpHub :is(.r612HelpControls,.r612HelpDiscovery,.r612HelpFilters,.r562HelpFilters),
html body .bodyView-events.r561EventsHub :is(.r605EventsControls,.r605EventsDiscovery,.r605EventsFilters){
  background-color:var(--r782-blue-deep) !important;
  background-image:none !important;
}

/* JOUER : grandes surfaces gris anthracite, cartes/blocs de jeux bleus. */
html body .memberWorkspace.ethnosGamesWorkspaceOpenR679,
html body .ethnosGamesR649,
html body .ethnosGamesR679,
html body .ethnosGamesTopBandR679,
html body .ethnosGamesVisualBandR679.isFriends,
html body .ethnosGamesVisualBandR679.isGameOver{
  background-color:var(--r782-charcoal) !important;
  background-image:none !important;
}
html body :is(.ethnosGameActionCardR679,.ethnosSoloGameCardR679),
html body .ethnosGamesGameGridR679 > *,
html body .ethnosSoloGameGridR679 > *{
  background-color:var(--r782-blue-mid) !important;
  background-image:linear-gradient(135deg,#0a3448 0%,#0b526d 100%) !important;
  border-color:rgba(94,183,211,.48) !important;
  color:var(--r782-text) !important;
}
html body :is(.ethnosGamesKickerR649,.ethnosGamesKickerR676,.ethnosGamesKickerR677,.ethnosGamesKickerR678,.ethnosGamesKickerR679),
html body .ethnosGamesBandCopyR679 > span,
html body .ethnosGamesSectionTitleR649 > span{
  color:var(--r782-orange) !important;
}

/* MAPS : bandeau supérieur gris, textes blancs ; l'orange existant reste orange. */
html body.r190WorldViewOpen .bodyView-world > .bodyViewHeader{
  background-color:var(--r782-charcoal) !important;
  background-image:none !important;
  color:#fff !important;
}
html body.r190WorldViewOpen .bodyView-world > .bodyViewHeader :is(h1,h2,p,.bodyViewEyebrow){
  color:#fff !important;
}
html body.r190WorldViewOpen .bodyView-world > .bodyViewHeader .bodyHeaderMark{
  color:#fff !important;
}
html body.r190WorldViewOpen .bodyView-world > .bodyViewHeader .bodyHeaderMark strong{
  color:var(--r782-orange) !important;
}

/* Volet gauche « Le pouls du monde » : fond gris uniquement.
   Les cartes Le plus vivant / Ça discute fort / etc. ne sont volontairement PAS ciblées. */
html body.r190WorldViewOpen .r453MapPulsePanel[data-r603-map-pulse]{
  background:var(--r782-charcoal) !important;
  color:#fff !important;
  border-color:rgba(255,255,255,.16) !important;
}
html body.r190WorldViewOpen .r453MapPulsePanel[data-r603-map-pulse] .r453MapPulseHead > span{
  color:var(--r782-orange) !important;
}
html body.r190WorldViewOpen .r453MapPulsePanel[data-r603-map-pulse] .r453MapPulseHead h2{
  color:#fff !important;
}
html body.r190WorldViewOpen .r453MapPulsePanel[data-r603-map-pulse] .r453MapPulseHead p{
  color:var(--r782-muted) !important;
}

/* Panneau « Ethnos » du dock : fond gris, boutons bleus, version orange. */
html.ethnosGuestDiscovery .r525EthnosV1Panel{
  background:rgba(31,31,31,.96) !important;
  border-color:rgba(94,183,211,.28) !important;
  color:#fff !important;
}
html.ethnosGuestDiscovery .r525EthnosV1PanelHead{
  justify-content:flex-start !important;
  border-bottom-color:rgba(255,255,255,.12) !important;
}
html.ethnosGuestDiscovery .r525EthnosV1PanelHead strong{
  color:#5faec8 !important;
  font-weight:700 !important;
}
html.ethnosGuestDiscovery .r525EthnosV1PanelHead small{
  margin-left:4px !important;
  color:var(--r782-orange) !important;
  opacity:.78 !important;
  font-size:10px !important;
}
html.ethnosGuestDiscovery .r525EthnosV1Links a{
  background:var(--r782-blue) !important;
  border-color:rgba(94,183,211,.50) !important;
  color:#fff !important;
}
html.ethnosGuestDiscovery .r525EthnosV1Links a:hover,
html.ethnosGuestDiscovery .r525EthnosV1Links a:focus-visible{
  background:#0d6787 !important;
  border-color:rgba(255,255,255,.55) !important;
  color:#fff !important;
}
