/* ========================================================================== */
/* ETHNOS R181 — suppression du grand rectangle résiduel                      */
/* - couleur relevée dans la zone marquée : #041521 (RGB 4, 21, 33)          */
/* - cette couleur devient le fond général du site                            */
/* - le grand conteneur de la vue Accueil devient transparent et sans cadre   */
/* ========================================================================== */

:root{
  --r181-site-background:#041521;
}

/* La couleur exacte du grand fond résiduel devient la toile générale. */
html,
body,
html body .memberApp,
html body .memberLayout{
  background-color:var(--r181-site-background) !important;
}

/* Accueil central : le workspace laisse désormais apparaître directement
   le fond général. Aucun panneau, contour ou volume supplémentaire. */
html[data-ethnos-ui="discord-r111"] body.isEthnosHomeView .memberWorkspace.hasBodyView,
html[data-ethnos-ui="discord-r111"] body.isEthnosHomeView .memberWorkspace.hasSalonContent.hasBodyView,
html[data-ethnos-ui="discord-r111"] body.isEthnosHomeView .memberWorkspace.memberWelcome.hasSalonContent.hasBodyView:not(.isSalonOpen){
  background-color:transparent !important;
  background-image:none !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
}

html[data-ethnos-ui="discord-r111"] body.isEthnosHomeView .memberWorkspace.hasBodyView::before,
html[data-ethnos-ui="discord-r111"] body.isEthnosHomeView .memberWorkspace.hasBodyView::after{
  content:none !important;
  display:none !important;
  background:none !important;
}

/* Suppression réelle du carré : la vue ne force plus une hauteur de panneau
   jusqu'au dock et ne porte plus aucun fond, contour, arrondi ou ombre. */
html[data-ethnos-ui="discord-r111"] .memberWorkspace.hasBodyView .bodyView-homeR180{
  min-height:0 !important;
  height:auto !important;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
}

html[data-ethnos-ui="discord-r111"] .memberWorkspace.hasBodyView .bodyView-homeR180 > .r180HomeContent,
html[data-ethnos-ui="discord-r111"] .memberWorkspace.hasBodyView .bodyView-homeR180 .r180MainColumn{
  min-height:0 !important;
  height:auto !important;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
}
