:root{--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-left: env(safe-area-inset-left, 0px);--safe-right: env(safe-area-inset-right, 0px)}html,body,#root{height:100%}.gx-viewport{min-height:100vh;min-height:100dvh;padding-top:var(--safe-top);padding-bottom:var(--safe-bottom);padding-left:var(--safe-left);padding-right:var(--safe-right);box-sizing:border-box;overflow-y:auto;-webkit-overflow-scrolling:touch}.gx-app-shell{height:100vh;height:100dvh;padding-left:var(--safe-left);padding-right:var(--safe-right);box-sizing:border-box}.gx-safe-top{padding-top:var(--safe-top)}.gx-safe-bottom{padding-bottom:var(--safe-bottom)}
