@media (width<=640px){.mobile-app-layout{--mobile-route-height:calc(100dvh - 4rem - 1px)}html[data-native-platform] .mobile-app-layout{--mobile-route-height:calc(100dvh - 4rem - 1px - env(safe-area-inset-top) - env(safe-area-inset-bottom) - var(--native-ad-height,0px))}.mobile-app-layout>header{z-index:40;position:sticky;top:0}html[data-native-platform] .mobile-app-layout>header{top:env(safe-area-inset-top)}html[data-native-platform] .mobile-layout-content :is(.h-dvh,[class~="max-[640px]:h-dvh"]),.mobile-layout-content :is(.h-dvh,[class~="max-[640px]:h-dvh"]){height:var(--mobile-route-height)}html[data-native-platform] .mobile-layout-content :is(.min-h-dvh,.min-h-screen,[class~="max-[640px]:min-h-dvh"]),.mobile-layout-content :is(.min-h-dvh,.min-h-screen,[class~="max-[640px]:min-h-dvh"]){min-height:var(--mobile-route-height)}}
