/* Native app shell (Capacitor) — html.is-native-app is set by native-bridge.js.
   Keeps the fixed chrome clear of the notch / home indicator on iOS; nothing
   here applies in a normal browser. */
html.is-native-ios .top-bar,
html.is-native-ios #mainHeader {
  padding-top: max(0px, env(safe-area-inset-top));
}
html.is-native-app .layout-main {
  padding-bottom: max(0px, env(safe-area-inset-bottom));
}
/* An installed app never needs to be told to install itself. */
html.is-native-app [data-native-hide],
html.is-native-app .app-store-badges {
  display: none !important;
}
