/* ==========================================================================
   ETHNOS R234
   Base : R233 réellement déployée.

   1280x720 + 1366x768 uniquement :
   - déplacement de la PARTIE DROITE COMPLÈTE de 10 px vers la gauche ;
   - point vert taille standard 6 px ;
   - 8 px réels entre point vert et compteur ;
   - 8 px entre cible et premier chiffre.

   1707x1067 uniquement :
   - vrai bouton Fermer du Tchat déplacé visuellement de 5 px vers le haut.
   ========================================================================== */


/* ==========================================================================
   1280x720 UNIQUEMENT
   ========================================================================== */
html[data-ethnos-r234-1280="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180Trajectory{
  position:relative !important;
  left:-10px !important;
}

/* Neutralise les anciens décalages individuels R224/R233 :
   tout le groupe se déplace désormais ensemble, point vert compris. */
html[data-ethnos-r234-1280="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180TrajectoryEyebrow,
html[data-ethnos-r234-1280="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180MembersValue strong,
html[data-ethnos-r234-1280="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180MembersValue span,
html[data-ethnos-r234-1280="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180ProgressMeta,
html[data-ethnos-r234-1280="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180TrajectoryManifesto,
html[data-ethnos-r234-1280="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180MilestoneTarget strong,
html[data-ethnos-r234-1280="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180MilestoneTarget small,
html[data-ethnos-r234-1280="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180MilestoneReward span{
  left:0 !important;
}

/* Point vert = taille standard réelle R179 : 6 px.
   L'espace avec 8742 est explicitement fixé à 8 px. */
html[data-ethnos-r234-1280="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180MembersValue{
  column-gap:8px !important;
}
html[data-ethnos-r234-1280="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180MembersValue > i{
  width:6px !important;
  height:6px !important;
  min-width:6px !important;
  min-height:6px !important;
  margin:0 !important;
}

/* Cible -> premier chiffre : espace augmenté de 5 px à 8 px. */
html[data-ethnos-r234-1280="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180MilestoneTarget{
  gap:8px !important;
}


/* ==========================================================================
   1366x768 UNIQUEMENT
   ========================================================================== */
html[data-ethnos-r234-1366="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180Trajectory{
  position:relative !important;
  left:-10px !important;
}

/* Neutralise les anciens décalages individuels -7 px :
   toute la partie droite est déplacée comme un seul bloc. */
html[data-ethnos-r234-1366="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180TrajectoryEyebrow,
html[data-ethnos-r234-1366="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180MembersValue strong,
html[data-ethnos-r234-1366="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180MembersValue span,
html[data-ethnos-r234-1366="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180ProgressMeta,
html[data-ethnos-r234-1366="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180TrajectoryManifesto,
html[data-ethnos-r234-1366="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180MilestoneTarget strong,
html[data-ethnos-r234-1366="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180MilestoneTarget small,
html[data-ethnos-r234-1366="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180MilestoneReward span{
  left:0 !important;
}

html[data-ethnos-r234-1366="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180MembersValue{
  column-gap:8px !important;
}
html[data-ethnos-r234-1366="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180MembersValue > i{
  width:6px !important;
  height:6px !important;
  min-width:6px !important;
  min-height:6px !important;
  margin:0 !important;
}

html[data-ethnos-r234-1366="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180MilestoneTarget{
  gap:8px !important;
}


/* ==========================================================================
   1707x1067 UNIQUEMENT — TCHAT
   La taille du bouton reste strictement celle déjà validée.
   Le déplacement est uniquement visuel, -5 px, et ne dépend ni d'une marge
   ni d'un positionnement absolu/relatif hérité.
   ========================================================================== */
html[data-ethnos-r234-1707="1"][data-ethnos-ui]
body.isTchatDrawerOpen button[data-r186-tchat-close].r186TchatClose.ethnosActionOrange,
html[data-ethnos-r234-1707="1"][data-ethnos-ui]
body.isTchatDrawerClosing button[data-r186-tchat-close].r186TchatClose.ethnosActionOrange,
html[data-ethnos-r234-1707="1"][data-ethnos-ui]
body.isTchatDrawerOpen button[data-r186-tchat-close].r186TchatClose.ethnosActionOrange:hover,
html[data-ethnos-r234-1707="1"][data-ethnos-ui]
body.isTchatDrawerOpen button[data-r186-tchat-close].r186TchatClose.ethnosActionOrange:focus-visible{
  transform:translateY(-5px) !important;
}
