body.ui-locked{overflow:hidden;touch-action:none}
@media(max-width:768px){
  .bottom-nav{
    grid-template-columns:repeat(5,minmax(0,1fr)) !important;
    height:58px !important;
  }
  .bottom-nav button{
    min-width:0;
    font-size:10px !important;
    line-height:1.1;
    padding:8px 2px !important;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  .bottom-nav button.active{
    background:rgba(216,184,109,.16) !important;
    color:var(--gold2) !important;
  }
  .player-shell{
    bottom:calc(76px + env(safe-area-inset-bottom)) !important;
  }
  .search-modal.show,.playlist-modal.show{display:block}
  .search-modal:not(.show),.playlist-modal:not(.show){display:none !important}
  .player-shell:not(.expanded) .full-player{pointer-events:none !important}
  .player-shell.expanded .mini-player{display:none !important}
}
