:root {
  --pink: #ffb8c9;
  --peach: #ffd6b8;
  --lavender: #e2d4f0;
  --cream: #fff8f5;
  --gold: #d4a84b;
  --gold-soft: rgba(212, 168, 75, 0.25);
  --gold-glow: rgba(232, 197, 71, 0.5);
  --gold-border: rgba(212, 168, 75, 0.4);
  --soft-shadow: 0 8px 32px rgba(180, 120, 140, 0.15);
  --ease-soft: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-out-soft: cubic-bezier(0.33, 1, 0.68, 1);
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-handwriting: "Dancing Script", cursive;
  --font-ui: "Quicksand", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 4.5rem;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font-ui);
  background: #fff8fa;
  color: #3d3548;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  transition: background 0.5s ease;
}

body.theme-pink {
  background: #fff5f8;
}

body.theme-peach {
  background: #fff8f5;
}

body.theme-lavender {
  background: #f8f5fc;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background: radial-gradient(ellipse 100% 80% at 50% 0%, rgba(255, 220, 230, 0.4) 0%, transparent 60%);
  pointer-events: none;
}

.bg-hearts-flowers {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.bg-hearts-flowers .bg-icon {
  position: absolute;
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  opacity: 0.12;
}

.bg-hearts-flowers .bg-icon:nth-child(1)  { left: 5%;   top: 8%; }
.bg-hearts-flowers .bg-icon:nth-child(2)  { left: 18%;  top: 22%; }
.bg-hearts-flowers .bg-icon:nth-child(3)  { left: 82%;  top: 12%; }
.bg-hearts-flowers .bg-icon:nth-child(4)  { left: 90%;  top: 35%; }
.bg-hearts-flowers .bg-icon:nth-child(5)  { left: 8%;  top: 45%; }
.bg-hearts-flowers .bg-icon:nth-child(6)  { left: 75%;  top: 55%; }
.bg-hearts-flowers .bg-icon:nth-child(7)  { left: 12%;  top: 72%; }
.bg-hearts-flowers .bg-icon:nth-child(8)  { left: 25%;  top: 85%; }
.bg-hearts-flowers .bg-icon:nth-child(9)  { left: 88%;  top: 78%; }
.bg-hearts-flowers .bg-icon:nth-child(10) { left: 50%;  top: 5%; }
.bg-hearts-flowers .bg-icon:nth-child(11) { left: 42%;  top: 42%; }
.bg-hearts-flowers .bg-icon:nth-child(12) { left: 55%;  top: 88%; }
.bg-hearts-flowers .bg-icon:nth-child(13) { left: 70%;  top: 28%; }
.bg-hearts-flowers .bg-icon:nth-child(14) { left: 32%;  top: 58%; }
.bg-hearts-flowers .bg-icon:nth-child(15) { left: 5%;  top: 92%; }
.bg-hearts-flowers .bg-icon:nth-child(16) { left: 95%;  top: 65%; }
.bg-hearts-flowers .bg-icon:nth-child(17) { left: 60%;  top: 18%; }
.bg-hearts-flowers .bg-icon:nth-child(18) { left: 15%;  top: 32%; }
.bg-hearts-flowers .bg-icon:nth-child(19) { left: 78%;  top: 82%; }
.bg-hearts-flowers .bg-icon:nth-child(20) { left: 38%;  top: 12%; }
.bg-hearts-flowers .bg-icon:nth-child(21) { left: 92%;  top: 48%; }
.bg-hearts-flowers .bg-icon:nth-child(22) { left: 48%;  top: 68%; }
.bg-hearts-flowers .bg-icon:nth-child(23) { left: 28%;  top: 38%; }
.bg-hearts-flowers .bg-icon:nth-child(24) { left: 62%;  top: 52%; }

.intro-overlay {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 248, 252, 0.98);
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.intro-overlay.intro-done {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.intro-overlay[hidden] {
  display: none !important;
}

.intro-box {
  width: 100%;
  max-width: 22rem;
  margin: 0 1.5rem;
  padding: 2.5rem 2rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(0, 0, 0, 0.04);
  text-align: center;
}

.intro-title {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 600;
  color: #3d3548;
  margin: 0 0 0.35rem;
  letter-spacing: 0.02em;
}

.intro-subtitle {
  font-size: 0.95rem;
  color: #7a6b8a;
  margin: 0 0 0.5rem;
}

.intro-secret-hint {
  font-size: 0.8rem;
  color: #9a8baa;
  margin: 0 0 1.25rem;
  font-style: italic;
}

.inspect-trigger {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: #7a6b9a;
  text-decoration: underline;
  cursor: pointer;
}

.inspect-trigger:hover {
  color: #5a4a7a;
}

.gotchuu-modal {
  position: fixed;
  inset: 0;
  z-index: 260;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  padding: 1.5rem;
}

.gotchuu-modal[hidden] {
  display: none !important;
}

.gotchuu-modal-inner {
  background: #fff;
  border-radius: 0.75rem;
  padding: 1.25rem;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  max-width: 90vw;
}

.gotchuu-img {
  display: block;
  max-width: 100%;
  width: 280px;
  height: auto;
  border-radius: 0.5rem;
  margin: 0 auto 0.75rem;
}

.gotchuu-note {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: #3d3548;
  margin: 0 0 1rem;
}

.gotchuu-close {
  font-family: var(--font-ui);
  font-size: 0.95rem;
  font-weight: 600;
  padding: 0.5rem 1.25rem;
  border: none;
  border-radius: 0.5rem;
  background: linear-gradient(135deg, #e8b4c4 0%, #d4c4e8 100%);
  color: #3d3548;
  cursor: pointer;
}

.hidden-secret-msg {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.our-videos-section {
  padding: 2rem 0 4rem;
}

.our-videos-intro {
  color: #6b5b7a;
  margin: 0 0 1.25rem;
  font-size: 1rem;
}

.secret-modal {
  position: fixed;
  inset: 0;
  z-index: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 1.5rem;
}

.secret-modal[hidden] {
  display: none !important;
}

.secret-modal-inner {
  background: #fff;
  border-radius: 0.75rem;
  padding: 1.75rem;
  max-width: 20rem;
  text-align: center;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
  animation: wrongCodePop 0.3s ease-out;
}

.secret-modal-text {
  margin: 0 0 1rem;
  font-size: 1.05rem;
  color: #3d3548;
  line-height: 1.4;
}

.secret-modal-close {
  font-family: var(--font-ui);
  font-size: 0.95rem;
  font-weight: 600;
  padding: 0.5rem 1.25rem;
  border: none;
  border-radius: 0.5rem;
  background: linear-gradient(135deg, #e8b4c4 0%, #d4c4e8 100%);
  color: #3d3548;
  cursor: pointer;
}

.secret-modal-close:hover {
  opacity: 0.9;
}

.goat-shuffle-wrap {
  position: relative;
  max-width: 360px;
  margin: 0 auto;
  aspect-ratio: 3/4;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  background: #f5f0f5;
}

.goat-shuffle-wrap.goat-shuffle-landing {
  margin-top: 1.5rem;
}

.goat-shuffle-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  pointer-events: none;
}

.goat-shuffle-img.goat-visible {
  opacity: 1;
  z-index: 1;
}

.intro-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.intro-label {
  font-size: 0.85rem;
  color: #6b5b7a;
  text-align: left;
  margin: 0;
}

.intro-input {
  width: 100%;
  padding: 0.7rem 1rem;
  font-family: var(--font-ui);
  font-size: 1rem;
  color: #3d3548;
  background: #f8f6f9;
  border: 1px solid #e8e4ec;
  border-radius: 0.5rem;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}

.intro-input::placeholder {
  color: #a89bb0;
}

.intro-input:focus {
  border-color: var(--gold-border);
  box-shadow: 0 0 0 3px var(--gold-soft);
}

.intro-unlock-btn {
  font-family: var(--font-ui);
  font-size: 0.95rem;
  font-weight: 600;
  padding: 0.65rem 1.25rem;
  border: none;
  border-radius: 0.5rem;
  background: linear-gradient(135deg, #e8b4c4 0%, #d4c4e8 100%);
  color: #3d3548;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.02s;
}

.intro-unlock-btn:hover {
  opacity: 0.92;
}

.intro-unlock-btn:active {
  transform: scale(0.98);
  background: linear-gradient(135deg, #d8a4b4 0%, #c4b4d8 100%);
}

.intro-hint {
  font-size: 0.85rem;
  color: #b85c6b;
  margin: 0.75rem 0 0;
  min-height: 1.25rem;
}

.wrong-code-modal {
  position: fixed;
  inset: 0;
  z-index: 250;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  padding: 1.5rem;
}

.wrong-code-modal[hidden] {
  display: none !important;
}

.wrong-code-modal-inner {
  background: #fff;
  border-radius: 0.75rem;
  padding: 2.5rem 2rem;
  max-width: 24rem;
  width: 100%;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: wrongCodePop 0.35s ease-out;
}

@keyframes wrongCodePop {
  from {
    transform: scale(0.85);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.wrong-code-title {
  font-family: var(--font-ui);
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 700;
  color: #c41e3a;
  margin: 0 0 1.5rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.wrong-code-close {
  font-family: var(--font-ui);
  font-size: 1rem;
  font-weight: 600;
  padding: 0.6rem 1.5rem;
  border: none;
  border-radius: 0.5rem;
  background: #333;
  color: #fff;
  cursor: pointer;
  transition: opacity 0.2s;
}

.wrong-code-close:hover {
  opacity: 0.9;
}

.landing {
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5rem 1.5rem 3rem;
}

.landing-header {
  text-align: center;
}

.landing-title {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 600;
  color: #3d3548;
  margin: 0 0 0.35rem;
}

.tagline {
  font-size: 1rem;
  color: #6b5b7a;
  margin: 0;
}

.landing-enderman {
  display: block;
  max-width: 200px;
  width: 100%;
  height: auto;
  margin: 1rem auto 0;
}

.section {
  padding: 2.5rem 1.5rem;
  max-width: 44rem;
  margin: 0 auto;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 3.5vw, 1.85rem);
  font-weight: 600;
  color: #3d3548;
  text-align: center;
  margin: 0 0 1.25rem;
}

.scripture-verse-card {
  background: #fff;
  border-radius: 0.75rem;
  padding: 1.25rem 1.5rem;
  margin: 0 0 0.75rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.scripture-verse-card .verse-text {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #4a3f5c;
  margin: 0 0 0.5rem;
}

.scripture-verse-card cite {
  font-size: 0.9rem;
  color: var(--gold);
  font-style: normal;
}

.scripture-ref-link a {
  color: var(--gold);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}

.scripture-ref-link a:hover {
  color: #b8922e;
  border-bottom-color: var(--gold-soft);
}

.blessing-box {
  background: #fff;
  border-radius: 0.75rem;
  padding: 1.75rem;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.04);
  text-align: center;
}

.blessing-verse {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #4a3f5c;
  margin: 0 0 1rem;
}

.reveal-btn {
  font-family: var(--font-ui);
  font-size: 0.95rem;
  font-weight: 600;
  padding: 0.55rem 1.15rem;
  border: none;
  border-radius: 0.5rem;
  background: linear-gradient(135deg, #e8b4c4 0%, #d4c4e8 100%);
  color: #3d3548;
  cursor: pointer;
  transition: opacity 0.2s;
}

.reveal-btn:hover {
  opacity: 0.9;
}

.reveal-btn:active {
  opacity: 0.85;
  background: linear-gradient(135deg, #d8a4b4 0%, #c4b4d8 100%);
}

@keyframes revealIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.confession-section {
  position: relative;
  text-align: center;
  padding: 3rem 1.5rem;
}

.confession-btn {
  font-family: var(--font-ui);
  font-size: 1rem;
  font-weight: 600;
  padding: 0.65rem 1.35rem;
  border: none;
  border-radius: 0.5rem;
  background: linear-gradient(135deg, #e8b4c4 0%, #d4c4e8 100%);
  color: #3d3548;
  cursor: pointer;
  transition: opacity 0.2s;
}

.confession-btn:hover {
  opacity: 0.9;
}

.confession-btn:active {
  opacity: 0.85;
  background: linear-gradient(135deg, #d8a4b4 0%, #c4b4d8 100%);
}

.confession-reveal {
  max-width: 26rem;
  margin: 1.25rem auto 0;
  padding: 1.25rem 1.5rem;
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.04);
  animation: revealIn 0.4s ease-out;
  position: relative;
}

.confession-reveal[hidden] { display: none !important; }

.confession-message {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #4a3f5c;
  margin: 0;
}

.closing-section {
  text-align: center;
  padding: 4rem 1.5rem;
}

.closing-message {
  font-size: 1.15rem;
  color: #5a4a6c;
  margin: 0 0 1rem;
}

.revisit-hint {
  font-size: 0.9rem;
  color: #8b7a9a;
  margin: 0;
}

.easter-heart {
  position: relative;
  display: inline-block;
  margin: 0.5rem;
  padding: 0.25rem;
  border: none;
  background: none;
  font-size: 1.5rem;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s, transform 0.2s;
}

.easter-heart:hover {
  opacity: 1;
  transform: scale(1.2);
}

.easter-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  padding: 1.5rem;
}

.easter-modal[hidden] { display: none !important; }

.easter-modal-content {
  background: #fff;
  border-radius: 0.75rem;
  padding: 1.5rem;
  max-width: 20rem;
  position: relative;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.easter-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  border: none;
  background: none;
  font-size: 1.5rem;
  color: #8b7a9a;
  cursor: pointer;
  line-height: 1;
}

.easter-text {
  margin: 0 0 1rem;
  color: #4a3f5c;
  font-size: 1.05rem;
}

.easter-play {
  font-family: var(--font-ui);
  font-size: 0.95rem;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffb8c9 0%, #e2d4f0 100%);
  color: #4a3f5c;
  cursor: pointer;
}

.tab-nav {
  position: fixed;
  top: 0.75rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.2rem;
  padding: 0.3rem;
  max-width: calc(100vw - 1rem);
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.tab-btn {
  font-family: var(--font-ui);
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.45rem 1rem;
  border: none;
  border-radius: 0.4rem;
  background: transparent;
  color: #7a6b8a;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.tab-btn:hover { color: #3d3548; }

.tab-btn:active {
  background: linear-gradient(135deg, #d8a4b4 0%, #c4b4d8 100%);
}

.tab-btn.active {
  background: linear-gradient(135deg, #e8b4c4 0%, #d4c4e8 100%);
  color: #3d3548;
}

.tab-pane {
  display: block;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease-soft), transform 0.4s var(--ease-out-soft);
}

.tab-pane[hidden] {
  display: none !important;
}

.tab-pane.tab-enter {
  opacity: 0;
  transform: translateY(12px);
}

.container {
  max-width: 32rem;
  margin: 0 auto;
}

.daily-btn-wrap {
  position: relative;
  text-align: center;
  margin-bottom: 1.5rem;
}

.daily-btn {
  font-family: var(--font-ui);
  font-size: 1rem;
  font-weight: 600;
  padding: 0.65rem 1.35rem;
  border: none;
  border-radius: 0.5rem;
  background: linear-gradient(135deg, #e8b4c4 0%, #d4c4e8 100%);
  color: #3d3548;
  cursor: pointer;
  transition: opacity 0.2s;
}

.daily-btn:hover {
  opacity: 0.9;
}

.daily-btn:active {
  opacity: 0.85;
  background: linear-gradient(135deg, #d8a4b4 0%, #c4b4d8 100%);
}

.daily-reveal {
  max-width: 26rem;
  margin: 0 auto;
  padding: 1.25rem 1.5rem;
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.04);
  animation: revealIn 0.4s ease-out;
}

.daily-reveal[hidden] { display: none !important; }

.daily-reveal .verse {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #4a3f5c;
  margin: 0 0 0.75rem;
}

.devotional-text {
  font-size: 1rem;
  color: #6b5b7a;
  margin: 0;
  line-height: 1.5;
}

.carousel-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  max-width: 100%;
}

.carousel-arrow {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #5a4a6c;
  font-size: 1.5rem;
  cursor: pointer;
  box-shadow: var(--soft-shadow);
  transition: transform 0.2s, background 0.2s;
}

.carousel-arrow:hover {
  background: #fff;
  transform: scale(1.1);
}

.carousel-track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0.5rem 0;
  -webkit-overflow-scrolling: touch;
}

.carousel-slide {
  flex: 0 0 85%;
  max-width: 20rem;
  scroll-snap-align: start;
  background: #fff;
  border-radius: 0.75rem;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.carousel-icon {
  display: block;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.carousel-verse {
  font-size: 1rem;
  line-height: 1.5;
  color: #4a3f5c;
  margin: 0;
}

.prayer-list {
  display: grid;
  gap: 1rem;
}

.prayer-card {
  background: #fff;
  border-radius: 0.75rem;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.prayer-title {
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: #5a4a6c;
  margin: 0 0 0.5rem;
}

.prayer-text {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #6b5b7a;
  margin: 0;
}

.video-grid {
  display: grid;
  gap: 1.5rem;
  max-width: 40rem;
  margin: 0 auto;
}

.video-card {
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  background: #000;
}

.video-embed {
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
  border: none;
}

.video-caption {
  padding: 0.75rem 1rem;
  background: rgba(255, 255, 255, 0.95);
  margin: 0;
  font-size: 0.95rem;
  color: #5a4a6c;
}

.music-player {
  position: fixed;
  bottom: 1.5rem;
  right: 1rem;
  z-index: 150;
  width: 320px;
  max-width: calc(100vw - 2rem);
  background: rgba(255, 255, 255, 0.96);
  border-radius: 1rem;
  box-shadow: 0 16px 48px rgba(120, 80, 100, 0.25);
  overflow: hidden;
}

.music-player[hidden] { display: none !important; }

.music-player-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0.75rem;
  background: linear-gradient(135deg, rgba(255, 182, 193, 0.4) 0%, rgba(255, 216, 230, 0.5) 100%);
  font-size: 0.9rem;
  color: #5a4a6c;
}

.music-player-close {
  border: none;
  background: none;
  font-size: 1.25rem;
  color: #8b7a9a;
  cursor: pointer;
}

.music-player-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.music-player-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.audio-toggle {
  position: fixed;
  top: 0.85rem;
  right: 0.85rem;
  z-index: 150;
  padding: 0.45rem 0.9rem;
  border: none;
  border-radius: 0.4rem;
  background: #fff;
  color: #3d3548;
  font-family: var(--font-ui);
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.audio-toggle:active {
  background: #f0eef2;
}

.cursor-heart-trail {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
}

.cursor-trail-heart {
  position: fixed;
  font-size: 1.25rem;
  pointer-events: none;
  animation: trailFade 0.8s ease-out forwards;
  transform: translate(-50%, -50%);
}

@keyframes trailFade {
  to { opacity: 0; transform: translate(-50%, -50%) scale(1.5); }
}

.global-click-particles {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9998;
}

.click-particle {
  position: fixed;
  font-size: 1.5rem;
  animation: particleUp 1.2s ease-out forwards;
  transform: translate(-50%, -50%);
}

@keyframes particleUp {
  to {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(-40px);
  }
}

.confession-reveal-particle {
  position: absolute;
  font-size: 1rem;
  animation: particleFloat 2s ease-out forwards;
}

@keyframes particleFloat {
  to {
    opacity: 0;
    transform: translateY(-30px);
  }
}

.game-section {
  text-align: center;
  padding: 2rem 0 4rem;
}

.game-title {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 600;
  color: #5a4a6c;
  margin: 0 0 0.5rem;
}

.game-instructions {
  color: #6b5b7a;
  margin: 0 0 1.5rem;
  font-size: 1rem;
}

.game-board {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  max-width: 320px;
  margin: 0 auto 1rem;
}

.game-card {
  aspect-ratio: 1;
  border: none;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
  padding: 0;
  position: relative;
  transform-style: preserve-3d;
  transition: box-shadow 0.2s;
}

.game-card:hover:not(.flipped):not(.matched) {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.game-card .card-face {
  position: absolute;
  inset: 0;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  padding: 0.5rem;
}

.game-card .card-back {
  font-size: 2.25rem;
  font-weight: 700;
  background: linear-gradient(135deg, #e8b4c4 0%, #d4c4e8 100%);
  color: #3d3548;
}

.game-card .card-front {
  font-size: 2.5rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 248, 252, 1) 100%);
  transform: rotateY(180deg);
  text-align: center;
}

.game-card .card-front.game-card-emoji {
  font-size: 2.75rem;
  line-height: 1;
}

.game-card.flipped .card-back,
.game-card.matched .card-back { transform: rotateY(180deg); }

.game-card.flipped .card-front,
.game-card.matched .card-front { transform: rotateY(0deg); }

.game-card.matched {
  cursor: default;
  background: linear-gradient(145deg, #ffe8f0 0%, #f0e8ff 100%);
}

.game-score {
  font-size: 0.95rem;
  color: #6b5b7a;
  margin: 0 0 1rem;
}

.game-win {
  max-width: 340px;
  margin: 0 auto;
  padding: 1.5rem;
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.04);
  animation: revealIn 0.4s ease-out;
}

.game-win[hidden] { display: none !important; }

.game-win-message {
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: #5a4a6c;
  margin: 0 0 0.75rem;
}

.game-win-blessing {
  font-style: italic;
  color: #6b5b7a;
  font-size: 1rem;
  margin: 0 0 1.25rem;
  line-height: 1.5;
}

.game-play-again {
  font-family: var(--font-ui);
  font-size: 0.95rem;
  font-weight: 600;
  padding: 0.55rem 1.15rem;
  border: none;
  border-radius: 0.5rem;
  background: linear-gradient(135deg, #e8b4c4 0%, #d4c4e8 100%);
  color: #3d3548;
  cursor: pointer;
  transition: opacity 0.2s;
}

.game-play-again:hover {
  opacity: 0.9;
}

.game-play-again:active {
  opacity: 0.85;
  background: linear-gradient(135deg, #d8a4b4 0%, #c4b4d8 100%);
}

.moods-section {
  text-align: center;
  padding: 2rem 0 4rem;
}

.moods-intro {
  color: #6b5b7a;
  margin: 0 0 1.5rem;
  font-size: 1rem;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}

.mood-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-bottom: 2rem;
}

.mood-btn {
  font-family: var(--font-ui);
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 0.5rem;
  background: #fff;
  color: #3d3548;
  cursor: pointer;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  transition: background 0.2s, box-shadow 0.2s;
}

.mood-btn:hover {
  background: #f8f6f9;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.mood-btn:active {
  background: #eee8f0;
}

.mood-verse-wrap {
  max-width: 32rem;
  margin: 0 auto;
  padding: 1.25rem 1.5rem;
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.04);
  animation: revealIn 0.4s ease-out;
}

.mood-verse-wrap[hidden] { display: none !important; }

.mood-verse-text {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #4a3f5c;
  margin: 0 0 1rem;
}

.mood-another-btn {
  font-family: var(--font-ui);
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 0.5rem;
  background: linear-gradient(135deg, #e8b4c4 0%, #d4c4e8 100%);
  color: #3d3548;
  cursor: pointer;
  transition: opacity 0.2s;
}

.mood-another-btn:hover {
  opacity: 0.9;
}

.mood-another-btn:active {
  opacity: 0.85;
  background: linear-gradient(135deg, #d8a4b4 0%, #c4b4d8 100%);
}

.music-section {
  padding: 2rem 0 4rem;
  text-align: center;
}

.music-tab-intro {
  color: #6b5b7a;
  margin: 0 0 1rem;
  font-size: 1rem;
}

.youtube-embed-wrap {
  max-width: 640px;
  margin: 0 auto;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  background: #000;
}

.youtube-embed-wrap .youtube-embed {
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
  border: none;
}

.videos-intro {
  text-align: center;
  color: #6b5b7a;
  margin: 0 0 1.5rem;
}

.lds-section {
  padding: 2rem 0 4rem;
  text-align: center;
}

.lds-intro {
  color: #6b5b7a;
  margin: 0 0 1.25rem;
  font-size: 1rem;
}

.lds-video-wrap {
  max-width: 640px;
  margin: 0 auto 1.5rem;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  background: #000;
}

.lds-video-embed {
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
  border: none;
}

.lds-links {
  max-width: 24rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.lds-links-title {
  width: 100%;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  color: #3d3548;
  margin: 0 0 0.5rem;
}

.lds-link {
  font-family: var(--font-ui);
  font-size: 0.95rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  background: #fff;
  color: #5a4a6c;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  transition: background 0.2s, color 0.2s;
}

.lds-link:hover {
  background: #f8f6f9;
  color: #3d3548;
}

@media (max-width: 640px) {
  .tab-nav { padding: 0.5rem; }
  .tab-btn { font-size: 0.85rem; padding: 0.4rem 0.9rem; }
  .carousel-slide { flex: 0 0 92%; }
  .game-board { grid-template-columns: repeat(2, 1fr); max-width: 280px; }
}
