@import url('https://fonts.googleapis.com/css2?family=Amita:wght@700&family=Cinzel:wght@500;600;700&family=Cormorant+Garamond:ital,wght@0,500;0,600;1,500;1,600&family=Eczar:wght@600;700&family=Marcellus&family=Noto+Serif+Devanagari:wght@400;500;600;700&family=Outfit:wght@300;400;500;600;700&family=Rozha+One&family=Yatra+One&display=swap');

:root {
  --gold-warm: #f59e0b;
  --gold-light: #fbbf24;
  --gold-glow: rgba(245, 158, 11, 0.45);
  --title-gradient: linear-gradient(180deg, #ffffff 0%, #fed7aa 55%, #f59e0b 100%);
  --clock-day-color: #fbbf24;
  --font-title: 'Rozha One', 'Noto Serif Devanagari', serif;
  --font-subtitle: 'Marcellus', serif;
  --font-verse-sanskrit: 'Noto Serif Devanagari', serif;
  --font-verse-english: 'Outfit', sans-serif;
  --card-bg: rgba(12, 8, 18, 0.88);
  --text-pure: #ffffff;
  --text-warm: #fffaf0;
  --text-muted: rgba(255, 245, 235, 0.88);
  --text-subtle: rgba(255, 235, 220, 0.55);
  --glass-card: rgba(10, 6, 16, 0.58);
  --glass-card-hover: rgba(16, 10, 24, 0.75);
  --glass-border: rgba(245, 158, 11, 0.22);
  --glass-border-hover: rgba(245, 158, 11, 0.5);
  --radius-full: 9999px;
  --radius-capsule: 28px;
  --radius-md: 14px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  user-select: none;
  -webkit-font-smoothing: antialiased;
}

html, body {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  background: #080c18;
  color: var(--text-pure);
  font-family: 'Outfit', sans-serif;
}

.dawn-scene {
  position: fixed;
  inset: 0;
  z-index: 1;
  background: #080c18;
  overflow: hidden;
}

.bg-video-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  filter: none;
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 1;
}

.bg-video-layer.fading {
  opacity: 0;
}

#atmosphere-canvas {
  position: fixed;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.youtube-embed-wrapper {
  position: fixed;
  top: -9999px;
  left: -9999px;
  width: 320px;
  height: 200px;
  opacity: 1;
  pointer-events: none;
  z-index: -10;
}

.prabhat-viewport {
  position: relative;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px 34px 14px;
}

.top-bar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  flex-shrink: 0;
  position: relative;
  z-index: 50;
}

.morning-clock {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.clock-time {
  font-family: 'Cinzel', 'Outfit', sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #ffffff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.95), 0 0 10px rgba(0, 0, 0, 0.8);
  line-height: 1.1;
}

.clock-day {
  font-family: 'Noto Serif Devanagari', serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--clock-day-color);
  letter-spacing: 0.04em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.95);
  line-height: 1.2;
  transition: color 0.4s ease;
}

.clock-date {
  font-family: 'Noto Serif Devanagari', 'Outfit', sans-serif;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.02em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.95);
  line-height: 1.2;
}

.header-right-group {
  display: flex;
  align-items: center;
  gap: 8px;
}

.shortcuts-btn {
  background: var(--glass-card);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--glass-border);
  color: var(--text-warm);
  width: 34px;
  height: 34px;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.shortcuts-btn svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  opacity: 0.85;
}

.shortcuts-btn:hover {
  background: var(--glass-card-hover);
  border-color: var(--glass-border-hover);
  color: var(--gold-light);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.6), 0 0 14px var(--gold-glow);
}

.theme-selector-wrap {
  position: relative;
}

.theme-menu-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--glass-card);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--glass-border);
  color: var(--text-warm);
  font-family: 'Noto Serif Devanagari', sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: var(--radius-full);
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.theme-menu-btn:hover {
  background: var(--glass-card-hover);
  border-color: var(--glass-border-hover);
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.6), 0 0 14px var(--gold-glow);
}

.theme-btn-icon {
  font-size: 0.95rem;
  line-height: 1;
}

.theme-chevron {
  width: 14px;
  height: 14px;
  transition: transform 0.3s ease;
}

.theme-menu-btn.active .theme-chevron {
  transform: rotate(180deg);
}

.theme-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: 220px;
  background: rgba(14, 9, 20, 0.88);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  border: 1px solid var(--glass-border-hover);
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.75), 0 0 24px var(--gold-glow);
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px) scale(0.96);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.theme-dropdown.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.theme-dropdown-header {
  font-family: 'Noto Serif Devanagari', 'Cinzel', sans-serif;
  font-size: 0.68rem;
  color: var(--gold-light);
  letter-spacing: 0.08em;
  padding: 2px 6px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 2px;
}

.theme-options-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.theme-option-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 10px;
  background: transparent;
  border: 1px solid transparent;
  color: var(--text-warm);
  cursor: pointer;
  text-align: left;
  transition: all 0.2s ease;
  width: 100%;
}

.theme-option-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(245, 158, 11, 0.25);
  color: #ffffff;
}

.theme-option-btn.active {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.25), rgba(217, 107, 39, 0.2));
  border-color: var(--gold-warm);
  color: var(--gold-light);
}

.theme-opt-icon {
  font-size: 1.15rem;
  line-height: 1;
}

.theme-opt-meta {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.theme-opt-title {
  font-family: 'Noto Serif Devanagari', serif;
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.2;
}

.theme-opt-sub {
  font-family: 'Outfit', sans-serif;
  font-size: 0.68rem;
  color: var(--text-muted);
  line-height: 1.1;
  margin-top: 2px;
}

.theme-check {
  font-size: 0.85rem;
  color: var(--gold-light);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.theme-option-btn.active .theme-check {
  opacity: 1;
}

.center-sanctuary {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 720px;
  width: 100%;
  margin: 10px auto 0;
  gap: 28px;
  flex-shrink: 0;
}

.title-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.om-symbol {
  font-family: var(--font-title);
  font-size: 2.2rem;
  color: var(--gold-warm);
  line-height: 1;
  margin-bottom: 2px;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.98), 0 0 28px var(--gold-glow);
  animation: subtle-pulse 5s ease-in-out infinite alternate;
  transition: all 0.4s ease;
}

.main-title {
  font-family: var(--font-title);
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: var(--title-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 4px 24px rgba(0, 0, 0, 0.98)) drop-shadow(0 2px 10px rgba(0, 0, 0, 0.95));
  line-height: 1.12;
  transition: all 0.4s ease;
}

.main-subtitle {
  font-family: var(--font-subtitle);
  font-size: 0.95rem;
  color: var(--text-warm);
  letter-spacing: 0.1em;
  margin-top: 4px;
  font-style: italic;
  opacity: 0.95;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.98), 0 0 24px rgba(0, 0, 0, 0.95);
  transition: all 0.4s ease;
}

.devotional-verse-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 700px;
  min-height: 130px;
  height: 130px;
  background: radial-gradient(ellipse at center, rgba(14, 10, 22, 0.4) 0%, rgba(14, 10, 22, 0.08) 72%, transparent 100%);
  border: 1px solid rgba(245, 158, 11, 0.1);
  border-radius: 20px;
  padding: 10px 14px;
  gap: 14px;
  position: relative;
  overflow: visible;
  transition: all 0.35s ease;
}

.devotional-verse-section:hover {
  border-color: rgba(245, 158, 11, 0.25);
  background: radial-gradient(ellipse at center, rgba(16, 10, 26, 0.55) 0%, rgba(16, 10, 26, 0.14) 75%, transparent 100%);
}

.verse-arrow-btn {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--text-warm);
  width: 32px;
  height: 32px;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.85);
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), background 0.2s, color 0.2s;
}

.devotional-verse-section:hover .verse-arrow-btn {
  opacity: 0.65;
  pointer-events: auto;
  transform: scale(1);
}

.devotional-verse-section:hover .verse-arrow-btn:hover {
  opacity: 1;
  background: rgba(245, 158, 11, 0.28);
  color: var(--gold-light);
  border-color: var(--gold-warm);
  box-shadow: 0 0 12px var(--gold-glow);
  transform: scale(1.1);
}

.verse-arrow-btn svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.verse-content-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 1;
  height: 100%;
  min-width: 0;
  gap: 5px;
  padding: 0 8px;
  overflow: visible;
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.verse-sanskrit {
  font-family: var(--font-verse-sanskrit);
  font-size: 1.18rem;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.02em;
  line-height: 1.45;
  padding-top: 4px;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.98), 0 0 28px rgba(0, 0, 0, 0.95), 0 0 45px rgba(0, 0, 0, 0.85);
  overflow: visible;
  transition: font-family 0.4s ease;
}

.verse-english {
  font-family: var(--font-verse-english);
  font-size: 0.84rem;
  color: rgba(255, 245, 235, 0.92);
  line-height: 1.4;
  max-width: 560px;
  font-style: italic;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.98), 0 0 24px rgba(0, 0, 0, 0.95);
  overflow: visible;
  transition: font-family 0.4s ease;
}

.verse-source {
  font-family: 'Cinzel', serif;
  font-size: 0.68rem;
  color: var(--gold-light);
  letter-spacing: 0.08em;
  font-weight: 600;
  opacity: 0.92;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.98);
  margin-top: 2px;
}

.verse-fade-out {
  opacity: 0;
  transform: translateY(4px);
}

.verse-fade-in {
  opacity: 1;
  transform: translateY(0);
}

.bottom-dock {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 6px;
  flex-shrink: 0;
  margin-bottom: 44px;
  transition: margin-bottom 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

body.theme-forest .bottom-dock {
  margin-bottom: 64px;
}

.devotional-player {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  background: var(--card-bg);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid var(--glass-border);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.65), 0 0 14px var(--gold-glow);
  border-radius: var(--radius-capsule);
  padding: 10px 18px 9px;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.devotional-player.is-playing {
  border-color: rgba(245, 158, 11, 0.48);
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.7), 0 0 24px rgba(245, 158, 11, 0.2), 0 0 55px rgba(245, 158, 11, 0.07);
  animation: player-divine-aura 6s ease-in-out infinite alternate;
}

@keyframes player-divine-aura {
  0% {
    box-shadow: 0 16px 45px rgba(0, 0, 0, 0.7), 0 0 20px rgba(245, 158, 11, 0.15), 0 0 45px rgba(245, 158, 11, 0.05);
    border-color: rgba(245, 158, 11, 0.4);
  }
  100% {
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.78), 0 0 30px rgba(245, 158, 11, 0.28), 0 0 70px rgba(245, 158, 11, 0.1);
    border-color: rgba(245, 158, 11, 0.6);
  }
}

.devotional-player:hover {
  border-color: var(--glass-border-hover);
  background: var(--glass-card-hover);
  transform: translateY(-2px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.75), 0 0 28px rgba(245, 158, 11, 0.22);
}

.player-main-row {
  display: grid;
  grid-template-columns: 200px 1fr 210px;
  align-items: center;
  gap: 14px;
  width: 100%;
}

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

.artwork-wrap {
  width: 38px;
  height: 38px;
  border-radius: 9px;
  overflow: hidden;
  border: 1px solid rgba(245, 158, 11, 0.35);
  flex-shrink: 0;
  background: #140d1e;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}

.track-artwork {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.track-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  text-align: left;
}

.track-title-row {
  display: flex;
  align-items: center;
  gap: 6px;
  max-width: 100%;
}

.track-title {
  font-size: 0.84rem;
  font-weight: 600;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.9);
}

.track-artist {
  font-size: 0.68rem;
  color: var(--text-muted);
  margin-top: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.9);
}

.live-equalizer {
  display: inline-flex;
  align-items: flex-end;
  gap: 2px;
  height: 12px;
  flex-shrink: 0;
}

.eq-bar {
  width: 2px;
  height: 3px;
  background: var(--gold-light);
  border-radius: 1px;
  transition: height 0.2s ease;
}

.live-equalizer.playing .bar-1 { animation: eq-bounce 0.8s ease-in-out infinite alternate; }
.live-equalizer.playing .bar-2 { animation: eq-bounce 0.55s ease-in-out infinite alternate 0.15s; }
.live-equalizer.playing .bar-3 { animation: eq-bounce 0.9s ease-in-out infinite alternate 0.35s; }
.live-equalizer.playing .bar-4 { animation: eq-bounce 0.7s ease-in-out infinite alternate 0.1s; }

@keyframes eq-bounce {
  0% { height: 3px; }
  100% { height: 12px; }
}

.center-controls-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  min-width: 0;
}

.main-controls {
  display: flex;
  align-items: center;
  gap: 12px;
}

.control-btn {
  background: transparent;
  border: none;
  color: var(--text-warm);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  padding: 2px;
}

.control-btn svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.control-btn:hover {
  color: #ffffff;
  transform: scale(1.12);
}

.play-pause-btn {
  width: 34px;
  height: 34px;
  border-radius: var(--radius-full);
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold-warm) 100%);
  color: #1a0f05;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 12px var(--gold-glow);
  transition: all 0.25s ease;
}

.play-pause-btn svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.play-pause-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 0 18px var(--gold-glow);
}

.player-progress-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.time-text {
  font-size: 0.64rem;
  color: var(--text-muted);
  font-variant-numeric: tabular-nums;
  min-width: 28px;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.9);
}

.progress-track {
  flex: 1;
  height: 3px;
  background: rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-full);
  position: relative;
  cursor: pointer;
  transition: height 0.15s ease;
}

.progress-track:hover {
  height: 5px;
}

.progress-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--gold-warm), var(--gold-light));
  border-radius: var(--radius-full);
  pointer-events: none;
}

.right-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
}

.mini-ambients {
  display: flex;
  align-items: center;
  gap: 4px;
}

.mini-ambient-btn {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--text-warm);
  width: 26px;
  height: 26px;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 0.78rem;
  transition: all 0.25s ease;
}

.mini-ambient-btn:hover {
  background: rgba(245, 158, 11, 0.22);
  border-color: var(--gold-warm);
  box-shadow: 0 0 8px var(--gold-glow);
  transform: scale(1.08);
}

.mini-ambient-btn.active {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.4), rgba(217, 107, 39, 0.4));
  border-color: var(--gold-warm);
  box-shadow: 0 0 12px var(--gold-glow);
  animation: subtle-bell-pulse 2.5s ease-in-out infinite alternate;
}

@keyframes subtle-bell-pulse {
  0% { transform: scale(1); box-shadow: 0 0 8px var(--gold-glow); }
  100% { transform: scale(1.06); box-shadow: 0 0 16px rgba(245, 158, 11, 0.65); }
}

.volume-wrap {
  display: flex;
  align-items: center;
  gap: 3px;
}

.volume-btn {
  background: transparent;
  border: none;
  color: var(--text-muted);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
  padding: 2px;
}

.volume-btn svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.volume-btn:hover {
  color: #ffffff;
}

.volume-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 42px;
  height: 3px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-full);
  outline: none;
  cursor: pointer;
}

.volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 8px;
  height: 8px;
  border-radius: var(--radius-full);
  background: var(--gold-warm);
  cursor: pointer;
  box-shadow: 0 0 6px var(--gold-warm);
}

.youtube-pill-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: 'Noto Serif Devanagari', sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  color: var(--text-warm);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(245, 158, 11, 0.28);
  padding: 3px 9px;
  border-radius: var(--radius-full);
  transition: all 0.25s ease;
  white-space: nowrap;
}

.youtube-pill-link:hover {
  color: var(--gold-light);
  border-color: var(--gold-warm);
  background: rgba(245, 158, 11, 0.22);
  box-shadow: 0 0 10px var(--gold-glow);
  transform: translateY(-1px);
}

.bottom-footer-row {
  position: fixed;
  right: 48px;
  bottom: 58px;
  z-index: 25;
  transition: bottom 0.45s cubic-bezier(0.16, 1, 0.3, 1), right 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

body.theme-forest .bottom-footer-row {
  bottom: 78px;
  right: 45px;
}

.creator-credit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 124px;
  height: 68px;
  background: radial-gradient(ellipse at center, rgba(14, 9, 22, 0.48) 0%, rgba(14, 9, 22, 0.12) 80%, transparent 100%);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(245, 158, 11, 0.08);
  border-radius: 16px;
  padding: 8px 10px;
  text-decoration: none;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
  transition: all 0.35s ease;
  gap: 2px;
}

.creator-credit:hover {
  background: radial-gradient(ellipse at center, rgba(18, 12, 26, 0.65) 0%, rgba(18, 12, 26, 0.2) 85%, transparent 100%);
  border-color: rgba(245, 158, 11, 0.2);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.5), 0 0 14px rgba(245, 158, 11, 0.12);
}

.creator-diya {
  font-size: 0.95rem;
  line-height: 1;
  margin-bottom: 1px;
}

.creator-text-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.25;
}

.creator-label {
  font-size: 0.62rem;
  color: rgba(255, 245, 235, 0.68);
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.creator-name-row {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin-top: 1px;
}

.creator-name {
  font-size: 0.78rem;
  font-weight: 600;
  color: #ffffff;
}

.creator-arrow {
  font-size: 0.68rem;
  color: var(--gold-light);
  transition: transform 0.2s ease;
}

.creator-credit:hover .creator-arrow {
  transform: translate(1px, -1px);
}

.shortcuts-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.shortcuts-modal.show {
  opacity: 1;
  pointer-events: auto;
}

.shortcuts-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 2, 8, 0.65);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.shortcuts-content {
  position: relative;
  z-index: 10;
  width: 90%;
  max-width: 520px;
  background: rgba(14, 9, 22, 0.94);
  backdrop-filter: blur(32px);
  -webkit-backdrop-filter: blur(32px);
  border: 1px solid var(--glass-border-hover);
  border-radius: 20px;
  padding: 20px 24px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.85), 0 0 35px var(--gold-glow);
  transform: scale(0.94) translateY(10px);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.shortcuts-modal.show .shortcuts-content {
  transform: scale(1) translateY(0);
}

.shortcuts-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(245, 158, 11, 0.2);
  padding-bottom: 12px;
  margin-bottom: 16px;
}

.shortcuts-title-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.shortcuts-icon {
  font-size: 1.15rem;
}

.shortcuts-title {
  font-family: 'Noto Serif Devanagari', 'Cinzel', serif;
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--gold-light);
  letter-spacing: 0.03em;
}

.shortcuts-close-btn {
  background: transparent;
  border: none;
  color: var(--text-muted);
  font-size: 1.1rem;
  cursor: pointer;
  padding: 4px;
  line-height: 1;
  transition: all 0.2s ease;
}

.shortcuts-close-btn:hover {
  color: #ffffff;
  transform: scale(1.15);
}

.shortcuts-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 14px;
}

.shortcut-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.shortcut-key {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 26px;
  padding: 2px 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(245, 158, 11, 0.3);
  border-radius: 6px;
  font-family: 'Outfit', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--gold-light);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

.shortcut-desc {
  font-size: 0.74rem;
  color: var(--text-warm);
  font-weight: 400;
}

@keyframes subtle-pulse {
  0% {
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.95), 0 0 16px var(--gold-glow);
    transform: scale(1);
  }
  100% {
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.95), 0 0 28px rgba(245, 158, 11, 0.7);
    transform: scale(1.02);
  }
}

@media (max-width: 768px) {
  .prabhat-viewport {
    padding: 16px 14px 12px;
  }

  .main-title {
    font-size: 2.2rem;
  }

  .devotional-verse-section {
    padding: 0 6px;
  }

  .verse-sanskrit {
    font-size: 1.05rem;
  }

  .player-main-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .right-actions {
    display: none;
  }
}
