:is(html:has(.button-page),body:has(.button-page)){height:auto;min-height:100dvh;overflow-y:auto}
body:has(.button-page){align-items:flex-start}
body:has(.button-page) .hub{max-width:560px}
.button-page{justify-content:center;padding-bottom:4.5rem;display:flex}
.button-wall{flex-wrap:wrap;justify-content:center;gap:.6rem;margin:0 auto;display:flex}
.button-wall a{line-height:0;display:block}
.button-wall img{border:1px solid var(--surface-hi);border-radius:2px;width:132px;height:46px;transition:transform .12s,border-color .12s}
.button-wall a:hover img,.button-wall img:hover{border-color:var(--accent);transform:translateY(-2px)}
@media (max-width:640px){.button-wall{max-width:100%}}
