/* /pwa/pwa.css — small tweaks for PWA mode */
:root { --safe-b: env(safe-area-inset-bottom); --safe-t: env(safe-area-inset-top); }
body { padding-bottom: var(--safe-b); }
html.lk24h-pwa-standalone, body.lk24h-pwa-standalone { min-height: 100%; }
html.lk24h-pwa-ios { -webkit-text-size-adjust: 100%; }
.lk24h-pwa-offline-pill{
  position:fixed; left:12px; right:12px; bottom:calc(env(safe-area-inset-bottom,0px) + 12px);
  z-index:2147483500; display:none; padding:10px 12px; border-radius:14px;
  background:#111827; color:#fff; font:600 13px/1.35 system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;
  box-shadow:0 10px 28px rgba(0,0,0,.22); text-align:center;
}
body.lk24h-pwa-offline .lk24h-pwa-offline-pill{display:block;}
