/* Install banner / card / add-to-home-screen page.
   The banner (.ib, .ib__*) and every utility class used by the card and the page already
   exist in app.css (the old site's compiled Tailwind + index.css); only additions live here. */

/* Toggled by app-install.js; utilities such as .flex must not override the hidden attribute. */
[data-bv-a2hs] [hidden] { display: none !important; }

/* Keep the card clear of the iPhone home indicator. */
.bv-app-card { margin-bottom: env(safe-area-inset-bottom); }

@media print {
  .ib, .bv-app-card { display: none !important; }
}
