/* MYBALI.CLUB shared mobile portal chrome — one source of truth */
.mobile-topbar{display:none}
@media (max-width:760px){
  :root{--portal-topbar-h:60px;--portal-blue:#0b5fa8;--portal-light:#bfefff;--portal-white:#fff}
  html,body{width:100%;max-width:100%;overflow-x:hidden!important}
  .mobile-topbar{
    position:fixed!important;top:0!important;left:0!important;right:0!important;
    height:calc(var(--portal-topbar-h) + env(safe-area-inset-top))!important;
    padding:env(safe-area-inset-top) 16px 0!important;
    box-sizing:border-box!important;display:flex!important;align-items:center!important;
    gap:10px!important;background:var(--portal-blue)!important;color:var(--portal-white)!important;
    border:0!important;border-bottom:1px solid rgba(255,255,255,.16)!important;
    box-shadow:0 4px 18px rgba(4,35,68,.20)!important;z-index:12000!important;
  }
  .mobile-topbar-brand{display:flex!important;align-items:center!important;gap:8px!important;flex:0 0 auto!important;min-width:0!important}
  .mobile-topbar-mark{width:27px!important;height:27px!important;display:block!important;flex:0 0 27px!important}
  .mobile-topbar-wordmark{font-size:16px!important;line-height:1!important;font-weight:950!important;letter-spacing:-.45px!important;white-space:nowrap!important;color:#fff!important}
  .mobile-topbar-wordmark .dot{color:#8ee8ff!important}
  .mobile-topbar-divider{flex:0 0 auto!important;color:var(--portal-light)!important;font-size:15px!important;font-weight:800!important;line-height:1!important}
  .mobile-topbar-role{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;color:var(--portal-light)!important;font-size:11px!important;line-height:1!important;font-weight:900!important;letter-spacing:.045em!important}

  /* Every portal reserves the header's exact footprint. */
  body{padding-top:calc(var(--portal-topbar-h) + env(safe-area-inset-top))!important;padding-bottom:calc(76px + env(safe-area-inset-bottom))!important}
  .customer-main,.restaurant-main,.main{padding-top:0!important;margin-top:0!important}
  .customer-content,.restaurant-content,.main .content,.container{padding-top:22px!important}

  /* The mobile drawer begins below the fixed top bar and can never cover it. */
  .customer-sidebar,.restaurant-sidebar,.sidebar{
    position:fixed!important;top:calc(var(--portal-topbar-h) + env(safe-area-inset-top))!important;
    bottom:0!important;height:auto!important;max-height:calc(100dvh - var(--portal-topbar-h) - env(safe-area-inset-top))!important;
    z-index:12001!important;
  }

  .mobile-bottom-nav{bottom:0!important;z-index:11900!important}
  body.mobile-menu-open:after{z-index:12000!important;top:calc(var(--portal-topbar-h) + env(safe-area-inset-top))!important;bottom:0!important}
}
