/* NCCM v17 — same bottom app navigation on every mobile page */
.nccm-global-bottom-nav-v17{display:none;}
@media (max-width:760px){
  body{padding-bottom:calc(86px + env(safe-area-inset-bottom,0px))!important;}
  body.home-page{padding-bottom:0!important;}
  body:not(.home-page) .nccm-global-bottom-nav-v17{
    position:fixed!important;
    left:0!important;right:0!important;bottom:0!important;
    z-index:95000!important;
    min-height:76px!important;
    padding:8px 10px calc(8px + env(safe-area-inset-bottom,0px))!important;
    display:grid!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    gap:6px!important;
    background:rgba(20,14,10,.97)!important;
    border-top:1px solid rgba(255,255,255,.13)!important;
    box-shadow:0 -18px 45px rgba(0,0,0,.30)!important;
    backdrop-filter:blur(18px)!important;
    -webkit-backdrop-filter:blur(18px)!important;
  }
  .nccm-global-bottom-nav-v17 a{
    min-width:0!important;
    text-decoration:none!important;
    color:#fffaf3!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:3px!important;
    border-radius:18px!important;
    font-size:12px!important;
    line-height:1.05!important;
    font-weight:950!important;
    letter-spacing:-.15px!important;
    padding:6px 2px!important;
  }
  .nccm-global-bottom-nav-v17 a b{
    font-size:22px!important;
    line-height:1!important;
    color:#e8c78f!important;
    font-weight:900!important;
    display:block!important;
  }
  .nccm-global-bottom-nav-v17 a span{display:block!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:100%!important;}
  .nccm-global-bottom-nav-v17 a.active{background:rgba(255,255,255,.075)!important;color:#e8c78f!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.05)!important;}
  .nccm-global-bottom-nav-v17 a.center{
    background:linear-gradient(135deg,#b98345,#e5c28c)!important;
    color:#23160d!important;
    transform:translateY(-13px)!important;
    box-shadow:0 18px 38px rgba(0,0,0,.38)!important;
    border:1px solid rgba(255,255,255,.18)!important;
  }
  .nccm-global-bottom-nav-v17 a.center b{color:#23160d!important;}
  .nccm-global-bottom-nav-v17 a.center.active{color:#23160d!important;}
  body:not(.home-page) .assistant-float{bottom:90px!important;right:12px!important;z-index:94000!important;}
  /* v16 had its own injected nav; hide it so only the v17 app nav shows */
  .nccm-mobile-bottom-nav-v16{display:none!important;}
  body:not(.home-page) .footer{display:none!important;}
}
@media (max-width:380px){
  .nccm-global-bottom-nav-v17 a{font-size:11px!important;}
  .nccm-global-bottom-nav-v17 a b{font-size:20px!important;}
}
