/* ============================================================================
   theme-children — Children Joy. Spirit: rainbow, maximum joy, simple shapes.
   Signature: rose-300, butter, mint-200, sky-300, lav-200.  Motion: gentle bob.
   Pages: /childrens-prayer-book/, /kids-ai-quiz/
   ========================================================================== */
[data-theme="theme-children"] {
  --page-bg: var(--cream-100);
  --page-accent: var(--rose-300);
  --page-accent-2: var(--sky-300);
  --hero-from: var(--butter);
  --hero-to: var(--mint-100);
}

/* Category titles get a friendly rounded chip */
[data-theme="theme-children"] .cpb-cat-title {
  font-family: var(--ff-serif); font-size: 1.7rem; color: var(--ink);
  background: var(--butter); display: inline-block; padding: var(--s-2) var(--s-4);
  border-radius: var(--r-pill); margin-top: var(--s-5);
}

/* Prayer cards rotate through the joyful palette by position */
[data-theme="theme-children"] .cpb-card {
  background: var(--cream-100); border: 2px solid var(--mint-200); border-radius: var(--r-lg); padding: var(--s-5);
}
[data-theme="theme-children"] .cpb-card:nth-child(3n) { border-color: var(--rose-300); }
[data-theme="theme-children"] .cpb-card:nth-child(3n+1) { border-color: var(--sky-300); }
[data-theme="theme-children"] .cpb-card:nth-child(3n+2) { border-color: var(--butter); }
[data-theme="theme-children"] .cpb-card__title { font-family: var(--ff-serif); font-size: 1.4rem; color: var(--ink); margin-bottom: var(--s-2); }
[data-theme="theme-children"] .cpb-card__body { font-size: var(--fs-lede); color: var(--ink-soft); }

/* Hero illustration row bobs like balloons */
[data-theme="theme-children"] .joy-illus, [data-theme="theme-children"] .kid-illus { animation: cah-float 4s ease-in-out infinite; }
[data-theme="theme-children"] .joy-illus:nth-child(2) { animation-delay: 0.4s; }
[data-theme="theme-children"] .joy-illus:nth-child(3) { animation-delay: 0.8s; }
[data-theme="theme-children"] .joy-illus:nth-child(4) { animation-delay: 1.2s; }
