:root{--safe-top:env(safe-area-inset-top,0px);--safe-bottom:env(safe-area-inset-bottom,0px);--qa-h:64px}.fullscreen-page{height:100dvh;height:-webkit-fill-available;max-height:100dvh;display:flex;flex-direction:column;overflow:hidden}.fullscreen-main{flex:1;min-height:0;display:flex;flex-direction:column;overflow-y:auto;-webkit-overflow-scrolling:touch;position:relative}.fullscreen-main>*{max-width:100%;overflow-x:hidden}.footer-sticky{position:sticky;bottom:0;width:100%;max-width:100%;height:calc(var(--qa-h) + var(--safe-bottom));padding-bottom:var(--safe-bottom);margin-top:auto;display:flex;align-items:center;z-index:var(--z-quick-actions,75)}.content-pad-for-footer{padding-bottom:calc(var(--qa-h) + var(--safe-bottom) + 16px)}