.pwa-install-wrap{display:flex;justify-content:center;padding:10px 0 4px}
.install-app{display:none;align-items:center;justify-content:center;gap:8px;width:100%;min-height:48px;border:1px solid #f0c8c9;border-radius:24px;background:linear-gradient(135deg,#fff9f7,#ffeded);box-shadow:0 5px 13px rgba(156,96,91,.07);color:#dd7180;font:600 15px 'Nunito',Arial,sans-serif}
.install-app.visible{display:flex}
.install-app::before{content:'↓';display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#ef8993;color:#fff;font-size:17px;line-height:1}
.pwa-help{position:fixed;z-index:100;inset:0;display:grid;place-items:center;padding:22px;background:rgba(63,47,48,.38);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}
.pwa-help-card{width:min(100%,340px);padding:25px 22px 20px;border:1px solid #f2ddd5;border-radius:28px;background:#fffdfa;box-shadow:0 18px 44px rgba(61,40,42,.22);color:#50454a;font-family:'Nunito',Arial,sans-serif;text-align:center}
.pwa-help-card b{display:block;margin-bottom:9px;color:#44383b;font-size:21px;font-weight:600}
.pwa-help-card p{margin:0;color:#74656a;font-size:15px;line-height:1.45}
.pwa-help-card button{margin-top:18px;min-width:112px;border:0;border-radius:19px;padding:10px 18px;background:#ef7c89;color:#fff;font:600 14px 'Nunito',Arial,sans-serif}
