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

  .agent-mobile-nav{
    left:0!important;
    right:0!important;
    bottom:0!important;
    height:calc(72px + env(safe-area-inset-bottom))!important;
    padding:6px 5px calc(6px + env(safe-area-inset-bottom))!important;
    grid-template-rows:60px!important;
    border:0!important;
    border-top:1px solid #e7dcc5!important;
    border-radius:0!important;
    background:#fffdf9!important;
    box-shadow:0 -7px 20px rgba(48,35,10,.075)!important;
    backdrop-filter:none!important;
  }

  .agent-mobile-nav button{
    height:60px!important;
    border-radius:13px!important;
  }

  .agent-mobile-nav button.active{
    background:linear-gradient(155deg,#f8edca,#e9ca72)!important;
    box-shadow:inset 0 0 0 1px rgba(205,164,53,.28)!important;
  }
}
