.mhq-pwa-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:0;
  font-weight:900;
  font-size:14px;
  cursor:pointer;
  line-height:1;
}

.mhq-pwa-ios{
  position:fixed;
  inset:0;
  z-index:2147483647;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
  background:rgba(0,0,0,.55);
}

.mhq-pwa-ios-card{
  width:min(92vw,420px);
  background:#0b1220;
  border:1px solid rgba(255,255,255,.12);
  border-radius:12px;
  box-shadow:0 18px 60px rgba(0,0,0,.70);
  padding:16px;
  color:#e5e7eb;
}

.mhq-pwa-ios-title{
  font-weight:900;
  font-size:18px;
}

.mhq-pwa-ios-text{
  margin-top:8px;
  font-size:14px;
  line-height:1.35;
  color:rgba(229,231,235,.8);
}

.mhq-pwa-ios-close{
  margin-top:14px;
  height:36px;
  padding:0 14px;
  border-radius:10px;
  background:rgba(255,255,255,.08);
  color:#e5e7eb;
  font-weight:900;
  border:1px solid rgba(255,255,255,.12);
  cursor:pointer;
}

.mhq-pwa-splash{
  position:fixed;
  inset:0;
  z-index:2147483646;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:22px;
  background:var(--mhq-pwa-splash-bg, #0b1220);
  color:#e5e7eb;
  opacity:0;
  pointer-events:none;
  transition:opacity .42s ease;
}

.mhq-pwa-splash.is-visible{
  opacity:1;
  pointer-events:auto;
}

.mhq-pwa-splash.is-hiding{
  opacity:0;
  pointer-events:none;
}

.mhq-pwa-splash-inner{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
  text-align:center;
}

.mhq-pwa-splash-logo{
  width:92px;
  height:92px;
  border-radius:22px;
  overflow:hidden;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  display:flex;
  align-items:center;
  justify-content:center;
}

.mhq-pwa-splash-logo img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.mhq-pwa-splash-title{
  font-weight:950;
  font-size:20px;
  letter-spacing:.2px;
}

.mhq-pwa-splash-subtitle{
  font-size:14px;
  line-height:1.35;
  opacity:.8;
}

.mhq-pwa-splash-footer{
  position:absolute;
  bottom:18px;
  left:18px;
  right:18px;
  text-align:center;
  font-size:12px;
  opacity:.65;
}
