.hmb-install { position: fixed; left: 12px; right: 12px; bottom: calc(var(--hm-bottombar-h, 0px) + 12px + env(safe-area-inset-bottom, 0px)); z-index: 66; display: flex; align-items: center; gap: 12px; padding: 12px 40px 12px 12px; background: #fff; border: 1px solid var(--hm-border, #eadfd3); border-radius: 16px; box-shadow: 0 10px 30px rgba(63,47,37,0.18); transform: translateY(20px); opacity: 0; transition: transform 0.3s, opacity 0.3s; max-width: 520px; margin: 0 auto; }
.hmb-install[hidden] { display: none; }
.hmb-install.is-visible { transform: none; opacity: 1; }
.hmb-install__icon img { width: 48px; height: 48px; border-radius: 12px; }
.hmb-install__icon:empty { display: none; }
.hmb-install__text { flex: 1; display: flex; flex-direction: column; font-size: 0.85rem; line-height: 1.3; }
.hmb-install__text strong { font-size: 0.95rem; }
.hmb-install__ios { color: var(--hm-caramel-dark, #a96f44); font-weight: 600; margin-top: 4px; }
.hmb-install__close { position: absolute; top: 8px; right: 8px; width: 28px; height: 28px; border: 0; border-radius: 50%; background: transparent; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; }
@media (min-width: 900px) { .hmb-install { display: none !important; } }
