/* Premium glassmorphism helpers for prayer dashboard hero zones */

.hero-top-status {
  display: grid;
  gap: 8px;
  justify-items: center;
  padding-top: 4px;
}

.hero-top-status__label {
  font-size: 0.75rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(125, 211, 252, 0.95);
}

.hero-top-status__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(var(--ring-rgb), 0.22);
  box-shadow:
    0 0 0 1px rgba(var(--ring-rgb), 0.12),
    0 14px 44px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: #F5F5F5;
  font-weight: 800;
  letter-spacing: 0.02em;
  min-height: 44px;
}

.hero-next {
  margin-top: 2px;
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 10px 18px 8px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
  border: 1px solid rgba(var(--ring-rgb), 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 28px 90px rgba(0, 0, 0, 0.30),
    0 0 0 1px rgba(var(--ring-rgb), 0.06),
    0 0 46px rgba(var(--ring-rgb), 0.12);
  backdrop-filter: blur(18px);
}

.hero-next__label {
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(245, 245, 245, 0.65);
}

.hero-next__name {
  font-size: clamp(2.4rem, 5.5vw, 4.8rem);
  font-weight: 950;
  color: transparent;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.7) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-align: center;
  filter: drop-shadow(0 0 26px rgba(var(--ring-rgb), 0.22)) drop-shadow(0 0 54px rgba(var(--ring-rgb), 0.10));
}

.hero-next__time {
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
  font-family: 'Share Tech Mono', monospace;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  padding: 6px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(var(--ring-rgb), 0.14);
  color: rgba(245, 245, 245, 0.95);
}

/* Helps keep cinematic spacing without layout shift */
.hero-next-time-ghost {
  height: 0;
  width: 0;
}
