@media (min-width:640px){.app-shell:has(.web3-route-fallback){display:grid;padding-top:0;padding-bottom:0;min-height:100dvh;grid-template-columns:1fr;grid-template-rows:auto 1fr auto;grid-template-areas:"header" "main" "footer"}.app-shell:has(.web3-route-fallback)>header{grid-area:header}.app-shell:has(.web3-route-fallback)>main{grid-area:main}.app-shell:has(.web3-route-fallback)>footer{grid-area:footer}}