/* A635 — keep the familiar Pixel Battle bottom navigation on desktop feed.
   A632 intentionally hid it for mouse/desktop layouts; the user wants the same
   navigation panel that is visible on mobile. */
@media (min-width:760px) and (hover:hover) and (pointer:fine){
  body:has(#pb-route-view[data-spa-content="feed"]).has-bottom-nav .home-bottom-nav,
  body:has(#pb-route-view[data-spa-content="feed"]).has-bottom-nav #home-bottom-nav-bar{
    display:grid!important;
    visibility:visible!important;
    opacity:1!important;
    pointer-events:auto!important;
    transform:none!important;
  }
  body:has(#pb-route-view[data-spa-content="feed"]).has-bottom-nav{
    padding-bottom:calc(var(--pb-bottom-h,92px) + 18px + env(safe-area-inset-bottom,0px))!important;
  }
}
