.pwa-toast { position: fixed; z-index: 100; right: 16px; bottom: max(16px, env(safe-area-inset-bottom)); max-width: min(360px, calc(100% - 32px)); padding: 12px 12px 12px 14px; display: flex; align-items: center; gap: 12px; color: white; background: #103c36; border-radius: 8px; box-shadow: 0 14px 40px rgba(9, 38, 34, .24); font: 12px/1.4 "DM Sans", sans-serif; }
.pwa-toast span { min-width: 0; flex: 1; }
.pwa-toast button { min-height: 34px; padding: 0 10px; color: #103c36; background: #f4c84a; border: 0; border-radius: 5px; font: inherit; font-weight: 700; }
.pwa-install-dialog { width: min(420px, calc(100% - 28px)); padding: 0; color: #202321; background: white; border: 0; border-radius: 8px; box-shadow: 0 24px 70px rgba(10, 40, 36, .28); }
.pwa-install-dialog::backdrop { background: rgba(14, 29, 25, .48); }
.pwa-install-dialog > div { padding: 22px; }
.pwa-install-dialog h2 { margin: 0 0 8px; font-size: 20px; letter-spacing: 0; }
.pwa-install-dialog p { margin: 0; color: #65706a; font-size: 13px; line-height: 1.55; }
.pwa-install-dialog footer { min-height: 0; margin-top: 20px; padding: 0; display: flex; justify-content: flex-end; background: transparent; }
.pwa-install-dialog button { min-height: 40px; padding: 0 14px; color: white; background: #103c36; border: 0; border-radius: 6px; font-weight: 700; }
@media (display-mode: standalone) {
    [data-install-app] { display: none !important; }
}