html { background: #0c0d0f; }
body { padding-bottom: env(safe-area-inset-bottom); }
.ios-install-hint {
  position: fixed; z-index: 100000; left: max(12px, env(safe-area-inset-left));
  right: max(12px, env(safe-area-inset-right)); bottom: calc(12px + env(safe-area-inset-bottom));
  display: flex; align-items: center; gap: 12px; padding: 13px 42px 13px 13px;
  color: #f7f7f7; background: rgba(21, 22, 25, .97); border: 1px solid rgba(229, 182, 0, .55);
  border-radius: 16px; box-shadow: 0 16px 45px rgba(0, 0, 0, .48); font-family: inherit;
}
.ios-install-hint img { width: 48px; height: 48px; border-radius: 11px; object-fit: cover; flex: 0 0 48px; }
.ios-install-hint div { display: grid; gap: 3px; line-height: 1.3; }
.ios-install-hint strong { color: #e5b600; font-size: 15px; }
.ios-install-hint span { color: #ddd; font-size: 13px; }
.ios-install-hint i { color: #8fb5ff; font-style: normal; font-size: 17px; }
.ios-install-close { position: absolute; top: 5px; right: 8px; border: 0; background: transparent; color: #aaa; font-size: 25px; cursor: pointer; }
@media (min-width: 700px) { .ios-install-hint { left: auto; width: 390px; } }
