/* Short portrait lobbies reserve the existing action/footer height. Only the
   hero and rank content scroll; the shell retains its full-bleed background. */
.pvp-home.hero-home.deck-home.pvp-home-contained{overflow:hidden}
.pvp-home-contained .pvp-home-scroll{
 display:flex;flex-direction:column;align-items:center;
 flex:1 1 0;min-height:0;width:100%;overflow-x:hidden;overflow-y:auto;
 overscroll-behavior-y:contain;scrollbar-width:none;
}
.pvp-home-contained .pvp-home-scroll::-webkit-scrollbar{display:none}
.pvp-home-contained.deck-home .pvp-home-scroll .hero-showcase{flex:1 0 99px}
.pvp-home-contained .pvp-home-footer{
 flex:0 0 auto;width:100%;max-width:430px;position:relative;z-index:1;
}
.pvp-home-footer .pvp-find-match{
 min-height:52px;width:100%;gap:10px;font-size:18px;letter-spacing:.05em;
 flex:none;position:relative;
}
.pvp-home-footer button{-webkit-tap-highlight-color:transparent;touch-action:manipulation}
.pvp-home-footer button:disabled{opacity:.48}
.pvp-home-footer button:active:not(:disabled){filter:brightness(1.13)}
@media(max-width:350px){.pvp-home-footer .pvp-find-match{font-size:17px}}
