/* Only inside the store apps (mobile.mjs marks the page): their window already accounts for the screen's
   safe area, and they need no "add to home screen" button. In a browser none of this applies. */
:root[data-native="true"] #install-button{display:none!important}
@media(max-width:760px){
 :root[data-native="true"] .page{padding:0 14px 110px}
 :root[data-native="true"] .actions{padding:10px 12px 8px}
 :root[data-native="true"] .toast{bottom:102px}
}
