/* Gachi stylesheet: app-clip.css. Hides app-only chrome when the web app runs inside the iOS App Clip
   (body.is-app-clip, see isAppClipSurface in src/utils/native.js). Loaded last on purpose. */

body.is-app-clip .dashboard-bottom-nav,
body.is-app-clip #home-install-button,
body.is-app-clip #dashboard-response-install,
body.is-app-clip .root-scroll-hint,
body.is-app-clip .pull-refresh-indicator {
  display: none !important;
}

body.is-app-clip .screen.has-bottom-nav {
  padding-bottom: calc(var(--screen-padding-y) + var(--safe-bottom));
}
