
/* === GattoMusic 2.0 / Build 9.67: navegação compacta da lista no celular === */
@media(max-width:760px){
  body.list-navigation-visible{--player:164px;--player-safe:calc(var(--player) + env(safe-area-inset-bottom,0px))}
  body.list-navigation-visible .player-bar{
    grid-template-rows:54px 44px 18px 26px!important;
    gap:2px!important;
  }
  body.list-navigation-visible .player-bar .persistent-list-controls.v967-mobile-relocated{display:none!important}
  body.list-navigation-visible .transport-buttons{grid-row:2!important;gap:5px!important}
  .transport-buttons .v967-mobile-list-boundary{
    display:inline-grid!important;
    place-items:center;
    width:36px!important;
    min-width:36px!important;
    height:40px!important;
    min-height:40px!important;
    padding:0!important;
    border-radius:11px!important;
    font-size:1.12rem!important;
    line-height:1!important;
  }
}


/* === GattoMusic 2.0 / Build 9.67: Chat móvel sem corte lateral e editor sempre acessível === */
@media(max-width:760px){
  body.gattomusic-v95-mobile .chat-shell,
  body.gattomusic-v95-mobile .chat-workspace,
  body.gattomusic-v95-mobile .chat-workspace-panel,
  body.gattomusic-v95-mobile .chat-conversation,
  body.gattomusic-v95-mobile .chat-conversation-main,
  body.gattomusic-v95-mobile .chat-conversation-header,
  body.gattomusic-v95-mobile .chat-message-list,
  body.gattomusic-v95-mobile .chat-composer{
    min-width:0!important;
    max-width:100%!important;
    box-sizing:border-box!important;
  }
  body.gattomusic-v95-mobile .chat-workspace,
  body.gattomusic-v95-mobile .chat-workspace-panel,
  body.gattomusic-v95-mobile .chat-conversation{
    width:100%!important;
    left:0!important;
    right:0!important;
    margin-left:0!important;
    margin-right:0!important;
    transform:none!important;
    overflow-x:hidden!important;
  }
  body.gattomusic-v95-mobile.chat-v72-mobile-conversation .chat-sidebar,
  body.gattomusic-v95-mobile.chat-v95-mobile-conversation .chat-sidebar{
    transform:none!important;
    pointer-events:none!important;
  }
  body.gattomusic-v95-mobile .chat-composer{
    position:relative!important;
    z-index:8!important;
    overflow:visible!important;
  }
  body.gattomusic-v95-mobile .chat-composer textarea,
  body.gattomusic-v95-mobile #chatMessageInput{
    position:relative!important;
    z-index:2!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    pointer-events:auto!important;
    touch-action:manipulation!important;
    user-select:text!important;
    -webkit-user-select:text!important;
  }
  body.gattomusic-v95-mobile .chat-composer::before,
  body.gattomusic-v95-mobile .chat-composer::after{pointer-events:none!important}
  .chat-v967-sound-picker .chat-v967-sound-select{
    width:100%;
    min-width:0;
    margin-top:6px;
    padding:8px 10px;
    border:1px solid var(--line);
    border-radius:10px;
    background:var(--surface,#111627);
    color:var(--text);
  }
  .chat-v967-sound-picker .chat-sound-picker-actions{flex-wrap:wrap}
}
@media(max-width:760px){
  body.gattomusic-v95-mobile.chat-v72-mobile-conversation .chat-shell.chat-v73-compact>.chat-sidebar,
  body.gattomusic-v95-mobile.chat-v72-mobile-conversation .chat-shell.chat-v73-mobile>.chat-sidebar{
    transform:none!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }
  body.gattomusic-v95-mobile.chat-v72-mobile-conversation .chat-shell.chat-v73-compact>.chat-conversation,
  body.gattomusic-v95-mobile.chat-v72-mobile-conversation .chat-shell.chat-v73-mobile>.chat-conversation{
    left:0!important;
    right:0!important;
    width:100%!important;
    transform:none!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }
}
