/* ARDE Prode - mobile nav siempre clavada abajo */
@media(max-width:860px){
  html,body{overflow-x:hidden!important}
  body{padding-bottom:calc(118px + env(safe-area-inset-bottom))!important}
  .mobile-tabbar{
    position:fixed!important;
    left:10px!important;
    right:10px!important;
    bottom:calc(10px + env(safe-area-inset-bottom))!important;
    top:auto!important;
    transform:none!important;
    z-index:2147482000!important;
    pointer-events:auto!important;
    will-change:auto!important;
    contain:layout paint!important;
  }
  .chat-fab{position:fixed!important;z-index:2147481999!important;bottom:calc(92px + env(safe-area-inset-bottom))!important;right:18px!important;top:auto!important;transform:none!important}
  body.login-page{padding-bottom:0!important}
  body.login-page .mobile-tabbar,body.login-page .chat-fab{display:none!important}
}
@media(max-width:390px){.mobile-tabbar{left:8px!important;right:8px!important;bottom:calc(8px + env(safe-area-inset-bottom))!important}.chat-fab{right:14px!important}}
