/* SMARTBIBLIA_PWA_INSTALL_UI_V1 */
#sb-pwa-install-sheet{
  position:fixed;
  inset:0;
  z-index:99999;
  display:none;
  align-items:flex-end;
  justify-content:center;
  padding:18px;
  background:rgba(2,6,23,.60);
  backdrop-filter:blur(7px);
  -webkit-backdrop-filter:blur(7px);
}
#sb-pwa-install-sheet.sb-show{display:flex}
.sb-pwa-card{
  width:min(460px,100%);
  border-radius:26px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 26px 70px rgba(0,0,0,.36);
  color:#172033;
}
.sb-pwa-head{
  display:flex;
  align-items:center;
  gap:14px;
  padding:20px 20px 13px;
}
.sb-pwa-icon{
  width:58px;
  height:58px;
  border-radius:17px;
  object-fit:cover;
  flex:none;
  background:#f5f6f8;
}
.sb-pwa-copy{min-width:0;flex:1}
.sb-pwa-copy strong{
  display:block;
  font:800 18px/1.15 Inter,system-ui,sans-serif;
}
.sb-pwa-copy span{
  display:block;
  margin-top:5px;
  color:#64748b;
  font:500 12px/1.4 Inter,system-ui,sans-serif;
}
.sb-pwa-close{
  appearance:none;
  width:36px;
  height:36px;
  border:0;
  border-radius:12px;
  background:#f1f5f9;
  color:#475569;
  font-size:21px;
  cursor:pointer;
}
.sb-pwa-body{
  padding:4px 20px 18px;
  color:#475569;
  font:500 14px/1.55 Inter,system-ui,sans-serif;
}
.sb-pwa-actions{
  display:grid;
  grid-template-columns:1fr auto;
  gap:10px;
  padding:0 20px 20px;
}
.sb-pwa-install{
  border:0;
  border-radius:15px;
  min-height:52px;
  background:#2F2F33;
  color:#fff;
  cursor:pointer;
  font:800 14px Inter,system-ui,sans-serif;
}
.sb-pwa-later{
  border:0;
  border-radius:15px;
  min-height:52px;
  padding:0 15px;
  background:#f1f5f9;
  color:#475569;
  cursor:pointer;
  font:700 13px Inter,system-ui,sans-serif;
}
.sb-pwa-ios-steps{
  display:none;
  margin:14px 0 0;
  padding:12px 13px;
  border-radius:15px;
  background:#f8fafc;
  color:#334155;
  font-size:13px;
}
.sb-pwa-ios-steps b{color:#FF5A0A}
@media (min-width:760px){
  #sb-pwa-install-sheet{
    align-items:center;
  }
}
