.palux-mobile-chat-tabs{display:none}
@media(max-width:700px){
  .chat-mobile-page.mobile-conversation-list .chat-sidebar{display:flex;flex-direction:column;height:min(720px,calc(100dvh - 180px));min-height:520px;max-height:none!important;overflow:hidden!important}
  .chat-mobile-page.mobile-conversation-list .chat-mobile-list-title,.chat-mobile-page.mobile-conversation-list .palux-mobile-chat-tabs,.chat-mobile-page.mobile-conversation-list .chat-mobile-search{flex:0 0 auto}
  .palux-mobile-chat-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:12px 18px 4px;background:var(--panel);border-top:1px solid var(--line);position:relative;z-index:3}
  .palux-mobile-chat-tab{min-height:46px;border:1px solid var(--line);border-radius:14px;background:var(--panel);color:var(--muted);display:flex;align-items:center;justify-content:center;gap:9px;font:inherit;font-size:13px;font-weight:850;cursor:pointer}
  .palux-mobile-chat-tab strong{display:grid;place-items:center;min-width:25px;height:25px;padding:0 7px;border-radius:999px;background:rgba(120,130,150,.11);color:var(--text);font-size:11px}
  .palux-mobile-chat-tab.active{border-color:rgba(201,159,47,.52);background:rgba(201,159,47,.13);color:var(--text);box-shadow:0 5px 14px rgba(15,23,42,.06)}
  .palux-mobile-chat-tab.active strong{background:#bd9130;color:#111827}
  .chat-sidebar.palux-mobile-chat-show-channels .chat-direct-section{display:none!important}
  .chat-sidebar.palux-mobile-chat-show-people .chat-channel-section{display:none!important}
  .chat-mobile-page .chat-mobile-search{margin-top:8px;position:relative;z-index:2;background:var(--panel)}
  .chat-mobile-page.mobile-conversation-list .chat-channel-section,.chat-mobile-page.mobile-conversation-list .chat-direct-section{flex:1 1 auto;min-height:0;overflow-y:auto!important;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable}
  .chat-mobile-page.mobile-conversation-list .chat-channel-section .chat-list,.chat-mobile-page.mobile-conversation-list .chat-direct-section .chat-list{padding-bottom:max(90px,env(safe-area-inset-bottom))}
  .chat-mobile-page .chat-mobile-search-empty{padding:34px 18px}
}
