/* ========================================================================== */
/* ETHNOS R162 — dock plein écran sous Tchat et Carte mondiale                */
/* Correction structurelle : la barre reste entière ; seuls ses boutons      */
/* occupent la zone centrale. Les panneaux latéraux la recouvrent.            */
/* ========================================================================== */

@media (min-width:901px){
  /* Une seule géométrie canonique : le dock couvre réellement tout l'écran. */
  html body #memberWorldDock{
    position:fixed !important;
    z-index:78 !important;
    left:0 !important;
    right:0 !important;
    bottom:var(--footer-legal,22px) !important;
    width:auto !important;
    height:var(--r110-dock-height,54px) !important;
    min-height:var(--r110-dock-height,54px) !important;
    max-height:var(--r110-dock-height,54px) !important;
    box-sizing:border-box !important;
    margin:0 !important;
    padding-top:5px !important;
    padding-bottom:5px !important;
    padding-left:calc(var(--ethnos-search-width,258px) + var(--ethnos-r102-gap-x,7px) + 5px) !important;
    padding-right:calc(var(--ethnos-context-width,330px) + 5px) !important;
    border-radius:0 !important;
    transform:none !important;
  }

  /* Le contexte d'empilement est volontairement simple et stable :
     footer 77 < dock 78 < grille 80 < carte 82. */
  html body #memberFooter{
    z-index:77 !important;
  }
  html[data-ethnos-ui="discord-r111"] body .memberLayout{
    z-index:80 !important;
    background:transparent !important;
    background-image:none !important;
  }
  html[data-ethnos-ui="discord-r111"] body .memberExplorerPanel{
    position:relative !important;
    z-index:90 !important;
  }
  html[data-ethnos-ui="discord-r111"] body .memberMapCard{
    z-index:82 !important;
  }

  /* Aucun ancien faux prolongement ne doit se superposer au vrai dock. */
  html body .memberApp::before,
  html body .memberApp::after,
  html body #memberWorldDock::before,
  html body #memberWorldDock::after{
    content:none !important;
    display:none !important;
  }
}

@media (max-width:900px){
  html body #memberWorldDock{
    z-index:220 !important;
    left:8px !important;
    right:8px !important;
    padding:5px !important;
    border-radius:14px !important;
  }
  html body #memberFooter{
    z-index:210 !important;
  }
}
