/* HolyGlow Recovery 10D2: leftovers only. Keeps 10B nav and 10D scroll wins. */

/* Edit Profile modal: the Save button was getting swallowed by the bottom of the screen. */
#editModal.modal-overlay,
.altar-wrapper #editModal.modal-overlay {
  align-items: flex-start !important;
  justify-content: center !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  padding: calc(18px + env(safe-area-inset-top)) 14px calc(150px + env(safe-area-inset-bottom)) 14px !important;
  box-sizing: border-box !important;
}
#editModal .modal-content,
.altar-wrapper #editModal .modal-content {
  width: min(92vw, 520px) !important;
  max-width: 520px !important;
  max-height: none !important;
  height: auto !important;
  overflow: visible !important;
  margin: 0 auto !important;
  padding: 22px 20px calc(34px + env(safe-area-inset-bottom)) 20px !important;
  box-sizing: border-box !important;
}
#editModal .modal-content > div:last-child,
.altar-wrapper #editModal .modal-content > div:last-child {
  position: sticky !important;
  bottom: calc(8px + env(safe-area-inset-bottom)) !important;
  z-index: 10 !important;
  margin-top: 16px !important;
  padding: 12px 0 4px 0 !important;
  background: linear-gradient(180deg, rgba(15,15,18,0), rgba(15,15,18,.98) 28%, rgba(15,15,18,1)) !important;
  border-radius: 0 0 16px 16px !important;
}
#saveProfileBtn {
  min-height: 48px !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
  box-shadow: 0 8px 24px rgba(255,215,0,.22) !important;
}

/* Profile bleed-over and online dot polish. */
#altarOnlineDot[data-hg-online="false"] { display: none !important; }
#altarOnlineDot[data-hg-online="true"] {
  display: block !important;
  background: #00ff88 !important;
  box-shadow: 0 0 12px #00ff88, 0 0 24px rgba(0,255,136,.45) !important;
}

/* Super User Live Now list: readable and not fake-always-online. */
#hgAdminOnlineList10D {
  max-height: 260px !important;
  overflow-y: auto !important;
}
.hg-live-row-10d2 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.hg-live-dot-10d2 {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #00ff88;
  box-shadow: 0 0 12px rgba(0,255,136,.7);
  flex-shrink: 0;
}

/* Notification row disappears after it is clicked/opened. */
.hg-notif-opening-10d2 {
  opacity: 0 !important;
  transform: translateX(18px) scale(.96) !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
