@media (max-width:760px){
  .agent-dashboard{
    padding-bottom:calc(84px + env(safe-area-inset-bottom))!important;
  }

  .agent-mobile-nav{
    position:fixed!important;
    z-index:60!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    height:calc(70px + env(safe-area-inset-bottom))!important;
    padding:6px 5px calc(6px + env(safe-area-inset-bottom))!important;
    display:grid!important;
    grid-template-columns:repeat(6,minmax(0,1fr))!important;
    grid-template-rows:58px!important;
    gap:2px!important;
    overflow:hidden!important;
    border-top:1px solid #e5d8bc!important;
    background:rgba(255,253,249,.98)!important;
    box-shadow:0 -7px 22px rgba(50,35,8,.075)!important;
    backdrop-filter:blur(16px);
  }

  .agent-mobile-nav button{
    width:100%!important;
    min-width:0!important;
    height:58px!important;
    padding:5px 1px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:4px!important;
    border:0!important;
    border-radius:12px!important;
    background:transparent!important;
    color:#6b675f!important;
    font-size:0!important;
    line-height:1!important;
    box-shadow:none!important;
  }

  .agent-mobile-nav button svg{
    flex:0 0 19px!important;
    width:19px!important;
    height:19px!important;
    stroke-width:1.8!important;
  }

  .agent-mobile-nav button span{display:none!important}

  .agent-mobile-nav button::after{
    content:attr(data-mobile-label);
    display:block;
    width:100%;
    min-width:0;
    overflow:visible;
    color:inherit;
    font-size:8px;
    font-weight:650;
    line-height:1.05;
    white-space:nowrap;
    text-align:center;
    letter-spacing:-.12px;
  }

  .agent-mobile-nav button.active{
    border:0!important;
    background:linear-gradient(145deg,#f6e6b1,#e8c765)!important;
    color:#193052!important;
    box-shadow:inset 0 0 0 1px rgba(206,166,60,.42),0 3px 10px rgba(165,120,25,.13)!important;
  }
}

@media (max-width:350px){
  .agent-mobile-nav{padding-inline:3px!important;gap:0!important}
  .agent-mobile-nav button::after{font-size:7px;letter-spacing:-.2px}
  .agent-mobile-nav button svg{width:18px!important;height:18px!important}
}
