/* TrainingBot V124 — one responsive navigation system */
.tb-mobile-bottom{display:none!important}
@media (max-width:1024px){
  body{padding-bottom:calc(78px + env(safe-area-inset-bottom))!important}
  .desktop-nav,.menu-button{display:none!important}
  html body .mobile-nav{
    position:fixed!important;left:0!important;right:0!important;bottom:0!important;top:auto!important;
    z-index:2147483000!important;display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;
    gap:2px!important;width:100%!important;margin:0!important;padding:7px 8px calc(7px + env(safe-area-inset-bottom))!important;
    border:0!important;border-top:1px solid rgba(255,255,255,.09)!important;
    background:rgba(5,9,22,.97)!important;-webkit-backdrop-filter:blur(22px)!important;backdrop-filter:blur(22px)!important;
    box-shadow:0 -10px 30px rgba(0,0,0,.34)!important;opacity:1!important;visibility:visible!important;
    transform:none!important;pointer-events:auto!important;overflow:visible!important
  }
  html body .mobile-nav>a{
    display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;
    gap:3px!important;min-width:0!important;min-height:56px!important;margin:0!important;padding:3px 2px!important;
    border:0!important;border-radius:15px!important;background:transparent!important;color:#8f99b3!important;
    font-size:10.5px!important;font-weight:750!important;line-height:1.1!important;text-align:center!important;
    white-space:nowrap!important;text-decoration:none!important
  }
  html body .mobile-nav>a.active{color:#eef1ff!important;background:rgba(88,88,255,.08)!important}
  html body .mobile-nav .tb-nav-icon{display:grid!important;place-items:center!important;width:30px!important;height:30px!important;border-radius:11px!important;color:currentColor!important}
  html body .mobile-nav .tb-nav-icon svg{width:22px!important;height:22px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.9!important;stroke-linecap:round!important;stroke-linejoin:round!important}
  html body .mobile-nav>a.active .tb-nav-icon{color:#fff!important;background:linear-gradient(135deg,#725dff,#2ccaf0)!important;box-shadow:0 7px 18px rgba(67,101,255,.34)!important}
}
@media (min-width:1025px){
  .mobile-nav{display:none!important}
  .menu-button{display:none!important}
}
@media (max-width:1024px){
  .announcement-inner{white-space:normal!important;overflow:visible!important;justify-content:flex-start!important;flex-wrap:wrap!important;padding-top:8px!important;padding-bottom:8px!important;line-height:1.35!important}
  .announcement-inner a{margin-left:0!important}
}
