
/* MedicalTV cohesive mobile/tablet cleanup — 2026-03-14j */
:root{
  --medtv-mobile-header-h: 64px;
  --medtv-mobile-nav-h: 72px;
}
@media (max-width: 1024px){
  body.medtv-mobile-clean{
    padding-bottom: calc(var(--medtv-mobile-nav-h) + env(safe-area-inset-bottom, 0px) + 8px) !important;
  }
  body.medtv-mobile-clean #m-topbar,
  body.medtv-mobile-clean #m-bottombar,
  body.medtv-mobile-clean #m-scrim,
  body.medtv-mobile-clean #m-more-sheet,
  body.medtv-mobile-clean #yt-vnav,
  body.medtv-mobile-clean #yt-vnav-toggle,
  body.medtv-mobile-clean #yt-vnav-backdrop,
  body.medtv-mobile-clean nav.mobile-nav-tabs,
  body.medtv-mobile-clean .top-tabs-shell,
  body.medtv-mobile-clean .leo-header-actions,
  body.medtv-mobile-clean .header-actions,
  body.medtv-mobile-clean #global-search-wrapper{
    display: none !important;
  }
  body.medtv-mobile-clean #app-header{
    position: sticky !important;
    top: 0 !important;
    z-index: 1200 !important;
    min-height: var(--medtv-mobile-header-h);
    padding-top: max(0.75rem, env(safe-area-inset-top, 0px)) !important;
    padding-bottom: 0.75rem !important;
    gap: 0.75rem !important;
    backdrop-filter: blur(18px);
  }
  body.medtv-mobile-clean #app-header h3{
    font-size: 0.95rem !important;
  }
  body.medtv-mobile-clean #medtv-mobile-actions{
    display:flex !important;
    align-items:center;
    gap:8px;
    margin-left:auto;
    flex-shrink:0;
  }
  body.medtv-mobile-clean .medtv-mobile-action-btn{
    width: 44px;
    height: 44px;
    border-radius: 9999px;
    border: 1px solid rgba(71,85,105,.85);
    background: rgba(30,41,59,.92);
    color: #e2e8f0;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    box-shadow: 0 8px 22px rgba(2,6,23,.28);
    -webkit-tap-highlight-color: transparent;
  }
  body.medtv-mobile-clean .medtv-mobile-action-btn:active{ transform: scale(.98); }
  body.medtv-mobile-clean .medtv-mobile-action-btn.is-listening{
    color: #fecaca;
    border-color: rgba(239,68,68,.88);
    box-shadow: 0 0 0 3px rgba(239,68,68,.18);
  }
  body.medtv-mobile-clean .main-container{
    width:100% !important;
    max-width:none !important;
    min-height:100dvh;
    border-radius:0 !important;
  }
  body.medtv-mobile-clean .widget-content,
  body.medtv-mobile-clean main.widget-content{
    overflow: visible !important;
  }
  body.medtv-mobile-clean #iptv-content,
  body.medtv-mobile-clean #extratv-content,
  body.medtv-mobile-clean #upload-m3u-content,
  body.medtv-mobile-clean #medical-radio-content,
  body.medtv-mobile-clean #podcasts-content{
    display:flex !important;
    flex-direction:column !important;
    gap: 12px;
    overflow: visible !important;
  }
  body.medtv-mobile-clean #iptv-content .channel-list,
  body.medtv-mobile-clean #extratv-content #extratv-search-panel,
  body.medtv-mobile-clean #upload-m3u-content .upload-m3u-layout,
  body.medtv-mobile-clean #medical-radio-content .medical-radio-layout{
    width: 100% !important;
    max-width: 100% !important;
    border-right: 0 !important;
  }
  body.medtv-mobile-clean .channel-list{
    order:2;
    max-height: min(52dvh, 560px);
    border-top: 1px solid rgba(51,65,85,.65);
  }
  body.medtv-mobile-clean .iptv-main-content,
  body.medtv-mobile-clean .extratv-main-content{
    order:1;
  }
  body.medtv-mobile-clean .video-container,
  body.medtv-mobile-clean .extratv-video-container{
    border-radius: 16px;
    overflow: hidden;
  }
  body.medtv-mobile-clean #livestream-player,
  body.medtv-mobile-clean #extratv-player{
    min-height: min(34dvh, 320px);
    background: #000;
  }
  body.medtv-mobile-clean .mobile-bottom-nav{
    display:grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    position: fixed !important;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1300 !important;
    height: calc(var(--medtv-mobile-nav-h) + env(safe-area-inset-bottom, 0px));
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom, 0px));
    background: rgba(2,6,23,.94) !important;
    border-top: 1px solid rgba(51,65,85,.88);
    backdrop-filter: blur(16px);
    overflow: visible !important;
  }
  body.medtv-mobile-clean .mobile-bottom-nav-item{
    min-width: 0 !important;
    width: 100% !important;
    border-radius: 14px;
    display:flex !important;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap: 4px;
    padding: 8px 4px 6px;
  }
  body.medtv-mobile-clean .mobile-bottom-nav-label{
    font-size: 11px !important;
    line-height: 1.15 !important;
  }
  body.medtv-mobile-clean .mobile-bottom-nav-icon{
    font-size: 18px !important;
  }
  body.medtv-mobile-clean .mobile-bottom-nav-item.active,
  body.medtv-mobile-clean .mobile-bottom-nav-item.active-action{
    background: rgba(79,70,229,.20) !important;
    color: #fff !important;
  }
  body.medtv-mobile-clean .tab-content{
    padding-bottom: calc(var(--medtv-mobile-nav-h) + env(safe-area-inset-bottom, 0px) + 18px) !important;
  }
  body.medtv-mobile-clean #mobile-more-sheet{
    z-index: 1350 !important;
  }
  body.medtv-mobile-clean #mobile-more-sheet .mobile-more-card{
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
  }
}
@media (max-width: 600px){
  body.medtv-mobile-clean #app-header{
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  body.medtv-mobile-clean #livestream-player,
  body.medtv-mobile-clean #extratv-player{
    min-height: min(28dvh, 250px);
  }
}
