/* PWA-only tweaks (not overwritten by sync-shared.sh). */

.back { color: #7dd3fc; text-decoration: none; font-size: 13px; }
.back:hover { text-decoration: underline; }

/* Respect iOS notch/safe areas when installed as a standalone app.
   Height is handled by the flex column layout; we only pad the bar. */
@supports (padding: max(0px)) {
  #bar {
    padding-left: max(12px, env(safe-area-inset-left));
    padding-right: max(12px, env(safe-area-inset-right));
    padding-top: env(safe-area-inset-top);
    height: calc(44px + env(safe-area-inset-top));
  }
}
