.top-status-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  flex-wrap: wrap;
}

.brand-header {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.brand-logo {
  width: 40px;
  height: 40px;
  object-fit: contain;
  flex-shrink: 0;
}

.brand-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.brand-title {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
}

.brand-tagline {
  font-size: 11px;
  opacity: 0.74;
  line-height: 1.2;
}

.premium-status-pill {
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.12);
  color: #fff;
  white-space: nowrap;
}

html, body {
  overflow-x: hidden;
}

.tab-panel[hidden] {
  display: none !important;
}

.elevated-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
}

.premium-hero {
  margin-top: 12px;
  border-radius: 28px;
  padding: 18px 16px 18px;
  background:
    radial-gradient(circle at top right, rgba(255, 193, 7, 0.20), transparent 26%),
    radial-gradient(circle at top left, rgba(167, 139, 250, 0.18), transparent 32%),
    linear-gradient(180deg, #4f46a5 0%, #352f7d 100%);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 18px 42px rgba(14, 16, 45, 0.34);
}

.premium-guidance-card {
  margin-top: 16px;
  border-radius: 22px;
  padding: 18px;
  background:
    radial-gradient(circle at top right, rgba(255, 214, 102, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04));
  border: 1px solid rgba(255,255,255,0.08);
}

.guidance-block + .guidance-block {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.guidance-title {
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  opacity: 0.86;
}

.guidance-text {
  margin-top: 8px;
  font-size: 0.96rem;
  line-height: 1.55;
  opacity: 0.96;
}

.hero-top-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}

.hero-greeting {
  font-size: 0.95rem;
  opacity: 0.88;
}

.hero-name {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.05;
  margin-top: 2px;
}

.hero-sign-badge {
  min-width: 52px;
  height: 52px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.12);
}

.hero-message {
  margin-top: 14px;
  font-size: 1.05rem;
  line-height: 1.55;
  font-weight: 600;
}

.hero-system-card {
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(17, 24, 39, 0.18);
  border: 1px solid rgba(255,255,255,0.08);
}

.hero-system-title {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.82;
}

.hero-system-sign-row {
  margin-top: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-system-sign-icon {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.10);
  flex-shrink: 0;
}

.hero-system-sign {
  font-size: 1.2rem;
  font-weight: 800;
}

.hero-system-sub {
  margin-top: 4px;
  font-size: 0.92rem;
  opacity: 0.9;
}

.hero-system-mini {
  margin-top: 8px;
  font-size: 0.88rem;
  line-height: 1.45;
  opacity: 0.86;
}

.premium-switch {
  margin-top: 16px;
}

.choghadiya-now-card {
  margin-top: 16px;
  border-radius: 22px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,0.08);
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04));
}

.current-choghadiya-label {
  margin-top: 10px;
  font-size: 1.45rem;
  font-weight: 800;
}

.current-choghadiya-text {
  margin-top: 8px;
  font-size: 0.96rem;
  line-height: 1.55;
  opacity: 0.92;
}

.current-choghadiya-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 12px;
}

.current-choghadiya-block {
  border-radius: 18px;
  padding: 14px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
}

.current-choghadiya-meta {
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.82;
  margin-bottom: 8px;
}

.current-choghadiya-time {
  margin-top: 6px;
  font-size: 0.9rem;
  opacity: 0.86;
}

.next-block {
  opacity: 0.96;
}

.tone-amrit { background: rgba(34, 197, 94, 0.18); border-color: rgba(34, 197, 94, 0.28); }
.tone-shubh { background: rgba(74, 222, 128, 0.16); border-color: rgba(74, 222, 128, 0.28); }
.tone-labh  { background: rgba(132, 204, 22, 0.16); border-color: rgba(132, 204, 22, 0.28); }
.tone-chal  { background: rgba(59, 130, 246, 0.16); border-color: rgba(59, 130, 246, 0.28); }
.tone-udveg { background: rgba(245, 158, 11, 0.16); border-color: rgba(245, 158, 11, 0.28); }
.tone-rog   { background: rgba(249, 115, 22, 0.16); border-color: rgba(249, 115, 22, 0.28); }
.tone-kaal  { background: rgba(239, 68, 68, 0.18); border-color: rgba(239, 68, 68, 0.30); }
.tone-neutral { background: rgba(148, 163, 184, 0.14); border-color: rgba(148, 163, 184, 0.22); }

.daily-power-card {
  margin-top: 20px;
  padding: 18px;
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(255, 214, 102, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
}

.power-title {
  margin-top: 4px;
  font-size: 1.12rem;
  line-height: 1.3;
}

.power-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.power-main-tile {
  border-radius: 18px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.power-meta-label {
  font-size: 0.8rem;
  opacity: 0.82;
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}

.power-number {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 8px;
}

.power-color-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.power-color-chip {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  display: inline-block;
  border: 1px solid rgba(255,255,255,0.18);
}

.power-color-name {
  font-size: 1.05rem;
  font-weight: 700;
}

.power-meta-text {
  font-size: 0.9rem;
  opacity: 0.78;
}

.premium-home-banner {
  margin-top: 16px;
  border-radius: 22px;
  padding: 18px;
  border: 1px solid rgba(255, 215, 120, 0.24);
  background:
    radial-gradient(circle at top right, rgba(255, 214, 102, 0.18), transparent 38%),
    linear-gradient(180deg, rgba(255, 214, 102, 0.12), rgba(255, 255, 255, 0.04));
}

.premium-home-copy {
  margin-top: 10px;
  font-size: 0.96rem;
  line-height: 1.5;
  opacity: 0.92;
}

.mt-12 {
  margin-top: 12px;
}

.mini-engage-btn {
  margin-top: 12px;
  border: 0;
  border-radius: 14px;
  padding: 10px 14px;
  font-weight: 700;
  background: linear-gradient(90deg, #8b5cf6, #a855f7);
  color: #fff;
  width: 100%;
  cursor: pointer;
}

.mini-engage-btn:active {
  transform: translateY(1px);
}

.is-locked {
  opacity: 0.72;
  cursor: not-allowed;
}

.hidden {
  display: none !important;
}

.welcome-modal-backdrop {
  position: fixed !important;
  inset: 0 !important;
  z-index: 999999 !important;
  background: rgba(7, 10, 24, 0.78);
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 16px;
}

.welcome-modal {
  width: min(100%, 430px);
  max-height: min(88vh, 720px);
  overflow-y: auto;
  border-radius: 26px;
  padding: 20px;
  background:
    radial-gradient(circle at top right, rgba(255, 193, 7, 0.18), transparent 28%),
    radial-gradient(circle at top left, rgba(167, 139, 250, 0.14), transparent 32%),
    linear-gradient(180deg, #4338ca 0%, #2f2a72 100%);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 24px 64px rgba(0,0,0,0.34);
  color: #fff;
}

.welcome-modal-kicker {
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.82;
}

.welcome-modal-title {
  margin: 6px 0 0;
  font-size: 1.65rem;
  line-height: 1.15;
}

.welcome-sign-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 16px;
}

.welcome-sign-card {
  border-radius: 18px;
  padding: 12px 14px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.10);
}

.welcome-sign-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 0.8;
}

.welcome-sign-value {
  margin-top: 6px;
  font-size: 1rem;
  font-weight: 800;
}

.welcome-summary-card {
  margin-top: 14px;
  border-radius: 18px;
  padding: 14px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
}

.welcome-summary-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 0.8;
}

.welcome-summary-text {
  margin-top: 8px;
  font-size: 0.97rem;
  line-height: 1.5;
}

.welcome-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.welcome-meta-pill {
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.10);
  font-size: 0.9rem;
  font-weight: 700;
}

.welcome-modal-actions {
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
}

.elevated-card,
.premium-hero,
.daily-power-card,
.choghadiya-now-card,
.welcome-modal {
  backdrop-filter: none !important;
}

@media (max-width: 700px) {
  .current-choghadiya-grid {
    grid-template-columns: 1fr;
  }

  .power-grid {
    grid-template-columns: 1fr;
  }

  .power-number {
    font-size: 1.85rem;
  }

  .hero-name {
    font-size: 1.8rem;
  }
}
