/* Contextual PWA installation invitation; independent of legacy add-to-home UI. */
.install-offer{position:fixed;z-index:180;inset-inline:16px;inset-block-end:18px;max-width:620px;margin-inline:auto;padding:18px;display:grid;grid-template-columns:auto minmax(0,1fr);gap:14px 16px;border:1px solid #e5d5c9;border-radius:20px;background:#fff;color:var(--ink);box-shadow:0 18px 55px rgba(42,28,20,.2);text-align:start}.install-offer__close{position:absolute;inset-block-start:8px;inset-inline-end:9px;width:36px;height:36px;border:0;background:transparent;color:var(--muted);font-size:1.5rem;cursor:pointer}.install-offer__icon{width:58px;height:58px;display:grid;place-items:center;border-radius:15px;background:var(--brand-soft)}.install-offer__icon img{width:54px;height:54px;object-fit:contain;border-radius:13px}.install-offer__copy{padding-inline-end:25px}.install-offer__eyebrow{margin:0!important;color:var(--brand-dark);font-size:.72rem!important;font-weight:800}.install-offer h2{margin:1px 0 4px;font-size:1.18rem}.install-offer__copy>p:not(.install-offer__eyebrow){margin:0;color:var(--muted);font-size:.82rem;line-height:1.6}.install-offer__copy .install-offer__ios{margin-top:7px;color:var(--ink);font-weight:700}.install-offer__actions{grid-column:1/-1;display:flex;gap:9px;justify-content:flex-end}.install-offer__actions button{min-height:44px;padding:8px 16px;border-radius:12px;font:inherit;font-size:.8rem;font-weight:800;cursor:pointer}.install-offer__primary{border:0;background:var(--brand);color:#fff}.install-offer__later{border:1px solid var(--line);background:#fff;color:var(--ink)}
@media(max-width:560px){.install-offer{inset-inline:12px;inset-block-end:86px;padding:15px;grid-template-columns:48px minmax(0,1fr);gap:11px}.install-offer__icon{width:48px;height:48px}.install-offer__icon img{width:44px;height:44px}.install-offer h2{font-size:1.05rem}.install-offer__actions{justify-content:stretch}.install-offer__actions button{flex:1}}
@media(prefers-reduced-motion:reduce){.install-offer{scroll-behavior:auto}}
