/* HolyGlow Recovery 10G4: donation-only overlay, no nav/gift/video edits */
#missionLaunchPromptModal { display: none !important; visibility: hidden !important; pointer-events: none !important; }

.hg10g4-donation-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(0,0,0,.86);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-sizing: border-box;
}
.hg10g4-donation-modal.hg-open { display: flex; }
.hg10g4-donation-card {
  width: min(100%, 430px);
  max-height: 92vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 28px;
  border: 1px solid rgba(255,215,0,.45);
  background:
    radial-gradient(circle at 10% 0%, rgba(255,215,0,.26), transparent 35%),
    radial-gradient(circle at 90% 20%, rgba(0,229,255,.14), transparent 38%),
    linear-gradient(180deg, rgba(19,19,25,.98), rgba(5,5,8,.98));
  box-shadow: 0 28px 80px rgba(0,0,0,.82), 0 0 40px rgba(255,215,0,.14);
  color: #fff;
  font-family: Inter, system-ui, sans-serif;
  position: relative;
}
.hg10g4-donation-inner { padding: 24px 20px 20px; }
.hg10g4-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.07);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.hg10g4-icon { font-size: 3rem; filter: drop-shadow(0 0 20px rgba(255,215,0,.55)); margin-bottom: 8px; }
.hg10g4-title {
  padding-right: 45px;
  color: #FFD700;
  font-family: 'Unbounded', Inter, system-ui, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .9px;
  font-size: 1.25rem;
  line-height: 1.15;
}
.hg10g4-copy { color: #f4f4f4; line-height: 1.48; font-size: .96rem; margin: 14px 0 10px; }
.hg10g4-small { color: #aaa; line-height: 1.45; font-size: .82rem; margin: 0 0 16px; }
.hg10g4-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 16px 0; }
.hg10g4-donate-btn {
  min-height: 54px;
  border: 1px solid rgba(255,215,0,.28);
  border-radius: 16px;
  background: rgba(255,215,0,.09);
  color: #FFD700;
  font-weight: 900;
  cursor: pointer;
  box-shadow: inset 0 0 18px rgba(255,215,0,.04);
}
.hg10g4-donate-btn.hg-primary {
  grid-column: span 2;
  background: linear-gradient(90deg,#F5A623,#FFD700);
  color: #050506;
  border: none;
  box-shadow: 0 10px 28px rgba(255,215,0,.24);
}
.hg10g4-custom-row { display: flex; gap: 10px; margin-top: 12px; }
.hg10g4-custom-row input {
  flex: 1;
  min-width: 0;
  border: 1px solid rgba(0,229,255,.26);
  border-radius: 16px;
  padding: 14px 12px;
  background: rgba(0,0,0,.38);
  color: #fff;
  font-weight: 800;
  outline: none;
}
.hg10g4-custom-row button {
  border: none;
  border-radius: 16px;
  padding: 0 16px;
  background: rgba(0,229,255,.16);
  color: #dffbff;
  font-weight: 900;
  cursor: pointer;
  border: 1px solid rgba(0,229,255,.35);
}
.hg10g4-note { margin-top: 12px; color: #8f9aa3; font-size: .76rem; line-height: 1.35; }
.hg10g4-hidden-old-support { display: none !important; }
