/* Play Zone — first-screen fun, color, 48px+ taps, gold accents (kids rule) */

/* Buddy identity */
.kids-buddy-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.25rem;
  margin-bottom: 0.35rem;
}
.kids-buddy-block--top {
  position: sticky;
  top: 0.2rem;
  z-index: 6;
  padding: 0.4rem 0.45rem 0.5rem;
  margin: -0.15rem -0.1rem 0.35rem;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.9) 0%, rgba(15, 23, 42, 0.68) 100%);
  box-shadow: 0 4px 22px rgba(0, 0, 0, 0.28);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.kids-buddy-block--top .kids-play-zone-mascot {
  width: 112px;
  height: 112px;
  min-width: 112px;
  min-height: 112px;
}
@media (prefers-reduced-motion: no-preference) {
  .kids-buddy-block--top .kids-play-zone-mascot {
    animation: tdb-kids-shepherd-soft 4.5s ease-in-out infinite;
  }
}
@media (prefers-reduced-motion: reduce) {
  .kids-buddy-block--top .kids-play-zone-mascot {
    animation: none;
  }
}
@keyframes tdb-kids-shepherd-soft {
  0%,
  100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}
.kids-bubble-hear-wrap {
  margin: 0.4rem 0 0;
}
.kids-shepherd-hear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  min-width: 7.25rem;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  font-family: "Nunito", system-ui, sans-serif;
  font-weight: 800;
  font-size: 0.84rem;
  letter-spacing: 0.04em;
  color: #312e81;
  background: linear-gradient(180deg, #ede9fe 0%, #ddd6fe 40%, #c4b5fd 100%);
  border: 3px solid rgba(91, 33, 182, 0.28);
  box-shadow: 0 3px 0 rgba(91, 33, 182, 0.32);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: filter 0.12s ease, transform 0.1s ease;
}
.kids-shepherd-hear:hover,
.kids-shepherd-hear:focus-visible {
  filter: brightness(1.06);
  outline: none;
}
.kids-shepherd-hear:active {
  transform: translateY(1px);
  box-shadow: 0 1px 0 rgba(91, 33, 182, 0.28);
}
.kids-more-hint {
  font-weight: 600;
  font-size: 0.88em;
  opacity: 0.9;
}
.kids-buddy-name {
  margin: 0.15rem 0 0;
  font-family: "Nunito", system-ui, sans-serif;
  font-size: 0.95rem;
  line-height: 1.25;
  color: #fef3c7;
}
.kids-buddy-name-strong {
  font-weight: 900;
  font-size: 1.15rem;
  letter-spacing: 0.04em;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.kids-buddy-title {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fde68a;
  margin-top: 0.1rem;
}
.kids-buddy-tagline {
  margin: 0.15rem 0 0;
  max-width: 20rem;
  font-family: "Nunito", system-ui, sans-serif;
  font-size: 0.88rem;
  line-height: 1.35;
  color: #e2e8f0;
}
.kids-buddy-tagline strong {
  color: #fef08a;
}

.kids-buddy-identity {
  width: 100%;
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
}
.kids-buddy-mascot-row {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  justify-content: center;
  flex-wrap: wrap;
}
.kids-buddy-bubble {
  flex: 1;
  min-width: 12rem;
  max-width: 20rem;
  margin: 0.15rem 0 0;
  padding: 0.55rem 0.75rem 0.6rem;
  border-radius: 16px;
  border: 2px solid rgba(255, 217, 61, 0.45);
  background: linear-gradient(160deg, rgba(255, 250, 235, 0.12) 0%, rgba(30, 58, 95, 0.35) 100%);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
  position: relative;
}
.kids-buddy-bubble--with-mascot::after {
  content: "";
  position: absolute;
  left: -8px;
  top: 24px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-right-color: rgba(255, 217, 61, 0.45);
}
.kids-buddy-bubble--solo {
  max-width: 22rem;
  margin-left: auto;
  margin-right: auto;
}
.kids-buddy-bubble--solo::after {
  display: none;
}
.kids-bubble-hi {
  margin: 0 0 0.2rem;
  font-family: "Bangers", cursive, system-ui, sans-serif;
  font-size: 1.12rem;
  letter-spacing: 0.03em;
  color: #fef9c3;
  line-height: 1.2;
}
.kids-bubble-name {
  color: #fff;
  font-weight: 800;
}
.kids-bubble-voice {
  margin: 0;
  font-family: "Nunito", system-ui, sans-serif;
  font-size: 0.86rem;
  line-height: 1.38;
  color: #e2e8f0;
}
.kids-bubble-voice strong {
  color: #fef08a;
}

/* One obvious first tap */
.kids-play-hero-tap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 0.85rem 1.1rem;
  margin: 0.6rem 0 0.35rem;
  border-radius: 18px;
  border: 4px solid rgba(0, 0, 0, 0.15);
  background: linear-gradient(180deg, #fef08a 0%, #facc15 40%, #eab308 100%);
  font-family: "Bangers", cursive, system-ui, sans-serif;
  font-size: clamp(1.25rem, 3.5vw, 1.6rem);
  letter-spacing: 0.04em;
  text-align: center;
  text-decoration: none;
  color: #0f172a;
  box-shadow: 0 6px 0 rgba(180, 83, 9, 0.45), 0 8px 24px rgba(0, 0, 0, 0.25);
  transition: transform 0.12s ease, box-shadow 0.12s ease;
  -webkit-tap-highlight-color: transparent;
}
.kids-play-hero-tap:hover,
.kids-play-hero-tap:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 8px 0 rgba(180, 83, 9, 0.5), 0 10px 28px rgba(0, 0, 0, 0.28);
  outline: none;
}
.kids-play-hero-tap:active {
  transform: translateY(2px);
  box-shadow: 0 3px 0 rgba(180, 83, 9, 0.45);
}
.kids-play-hero-em {
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.kids-play-hero-sub {
  margin: 0 0 0.55rem;
  font-family: "Nunito", system-ui, sans-serif;
  font-size: 0.85rem;
  line-height: 1.4;
  color: rgba(226, 232, 240, 0.92);
  text-align: center;
  max-width: 26rem;
  margin-left: auto;
  margin-right: auto;
}

.kids-mascot-tap {
  display: block;
  padding: 0;
  border: none;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0 0 3px rgba(255, 217, 61, 0.35);
  transition: box-shadow 0.15s ease, transform 0.12s ease;
  -webkit-tap-highlight-color: transparent;
}
.kids-mascot-tap:hover,
.kids-mascot-tap:focus-visible {
  box-shadow: 0 0 0 4px rgba(255, 217, 61, 0.55);
  transform: scale(1.02);
  outline: none;
}
.kids-mascot-tap:active {
  transform: scale(0.98);
}

.kids-play-hero-tap--story {
  min-height: 72px;
  padding: 0.9rem 1.15rem;
  border-radius: 22px;
  font-size: clamp(1.35rem, 4.2vw, 1.85rem);
}
.kids-play-hero-label {
  display: block;
  max-width: 16ch;
  line-height: 1.15;
  text-align: center;
}

.kids-today-adventure {
  margin: 0.5rem 0 0.35rem;
  padding: 0.65rem 0.8rem 0.75rem;
  border-radius: 16px;
  border: 2px dashed rgba(255, 217, 61, 0.45);
  background: rgba(0, 0, 0, 0.18);
  text-align: center;
}
.kids-today-adventure-h {
  margin: 0 0 0.3rem;
  font-family: "Bangers", cursive, system-ui, sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  color: #fef9c3;
}
.kids-today-adventure-line {
  margin: 0 0 0.5rem;
  font-family: "Nunito", system-ui, sans-serif;
  font-size: 0.9rem;
  line-height: 1.4;
  color: #e2e8f0;
}
.kids-today-adventure-go {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.5rem 1.1rem;
  border-radius: 999px;
  font-family: "Nunito", system-ui, sans-serif;
  font-weight: 800;
  font-size: 0.9rem;
  text-decoration: none;
  color: #0f172a;
  background: linear-gradient(180deg, #a5f3fc 0%, #22d3ee 45%, #06b6d4 100%);
  border: 3px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 0 rgba(8, 145, 178, 0.4);
}
.kids-today-adventure-go:hover,
.kids-today-adventure-go:focus-visible {
  filter: brightness(1.04);
  outline: none;
}

.kids-star-row {
  display: flex;
  gap: 0.2rem;
  justify-content: center;
  margin: 0.35rem 0 0.2rem;
  font-size: 1.45rem;
  line-height: 1;
  letter-spacing: 0.06em;
}
.kids-star {
  color: rgba(255, 255, 255, 0.18);
  text-shadow: none;
}
.kids-star--on {
  color: #fde047;
  text-shadow: 0 0 8px rgba(250, 204, 21, 0.5);
}
.kids-progress-eyebrow {
  margin: 0.35rem 0 0.1rem;
  font-family: "Nunito", system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #94a3b8;
  text-align: center;
}
.kids-progress-pct-line {
  margin: 0.15rem 0 0;
  text-align: center;
  font-family: "Nunito", system-ui, sans-serif;
  font-size: 0.82rem;
  color: #cbd5e1;
}

.kids-play-more {
  margin-top: 0.35rem;
  border-radius: 14px;
  border: 2px solid rgba(255, 217, 61, 0.28);
  background: rgba(0, 0, 0, 0.15);
  padding: 0.15rem 0.5rem 0.65rem;
}
.kids-play-more > summary {
  cursor: pointer;
  list-style: none;
  font-family: "Nunito", system-ui, sans-serif;
  font-weight: 800;
  font-size: 0.9rem;
  color: #fde68a;
  padding: 0.55rem 0.35rem;
}
.kids-play-more > summary::-webkit-details-marker { display: none; }

.kids-play-extra-lanes {
  margin-top: 0.55rem;
  padding: 0.2rem 0.45rem 0.5rem;
  border-radius: 12px;
  border: 1px dashed rgba(255, 255, 255, 0.15);
  background: rgba(0, 0, 0, 0.12);
}
.kids-play-extra-lanes > summary {
  cursor: pointer;
  list-style: none;
  font-family: "Nunito", system-ui, sans-serif;
  font-weight: 700;
  font-size: 0.82rem;
  color: #cbd5e1;
  padding: 0.35rem 0.2rem;
}
.kids-play-extra-lanes > summary::-webkit-details-marker {
  display: none;
}
.kids-play-extra-lanes .kids-mega-grid {
  margin-top: 0.45rem;
}

.kids-mega-grid--secondary .kids-mega-btn {
  min-height: 52px;
  font-size: 0.86rem;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.14);
}
.kids-mega-grid--secondary {
  margin-top: 0.4rem;
}

.kids-kjv-pill {
  display: inline-block;
  margin-left: 0.3rem;
  padding: 0.12rem 0.4rem;
  border-radius: 6px;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  vertical-align: middle;
  background: rgba(255, 217, 61, 0.2);
  color: #fef9c3;
  border: 1px solid rgba(255, 217, 61, 0.35);
}

.kids-tech-hint,
.kids-lanes-details {
  margin-top: 0.35rem;
  margin-bottom: 0.5rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  padding: 0.1rem 0.75rem 0.5rem;
}
.kids-tech-hint > summary,
.kids-lanes-details > summary,
.kids-lanes-details > .kids-lanes-details-summary {
  cursor: pointer;
  font-family: "Nunito", system-ui, sans-serif;
  font-weight: 700;
  font-size: 0.88rem;
  color: #cbd5e1;
  list-style: none;
  padding: 0.45rem 0;
}
.kids-lanes-details > summary.kids-lanes-details-summary { display: list-item; }
.kids-lanes-details > summary::-webkit-details-marker { display: none; }

.kids-weekly-verse-easy {
  margin: 0.45rem 0 0.35rem;
  font-family: "Nunito", system-ui, sans-serif;
  font-size: 0.84rem;
  line-height: 1.45;
  color: #c7d2fe;
  padding: 0.45rem 0.55rem;
  border-radius: 10px;
  background: rgba(99, 102, 241, 0.12);
  border: 1px solid rgba(165, 180, 252, 0.25);
}
.kids-verse-easy-k {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #a5b4fc;
  margin-bottom: 0.2rem;
}
.kids-kjv-extra {
  margin-top: 0.4rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.15rem 0.5rem 0.5rem;
}
.kids-kjv-extra > summary {
  cursor: pointer;
  font-family: "Nunito", system-ui, sans-serif;
  font-weight: 700;
  font-size: 0.82rem;
  color: #cbd5e1;
  list-style: none;
  padding: 0.35rem 0;
}
.kids-kjv-extra > summary::-webkit-details-marker {
  display: none;
}

.kids-quick-themes,
.kids-gj-details {
  margin-top: 0.5rem;
  margin-bottom: 0.35rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.12);
  padding: 0.2rem 0.65rem 0.55rem;
}
.kids-quick-themes > summary,
.kids-gj-details > summary {
  cursor: pointer;
  font-family: "Nunito", system-ui, sans-serif;
  font-weight: 800;
  font-size: 0.88rem;
  color: #fde68a;
  list-style: none;
  padding: 0.45rem 0.15rem;
}
.kids-quick-themes > summary::-webkit-details-marker,
.kids-gj-details > summary::-webkit-details-marker {
  display: none;
}
.kids-library-quick-picks--primary {
  margin-bottom: 0.35rem;
}
.kids-library-quick-picks--more {
  margin-top: 0.45rem;
}

.kids-library-static-fallback > summary {
  cursor: pointer;
  list-style: none;
  padding: 0.35rem 0;
}
.kids-library-static-fallback > summary::-webkit-details-marker {
  display: none;
}
.kids-section-title--summary {
  display: inline;
  font-size: inherit;
}

.kids-grownup-long {
  margin-top: 0.45rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.15rem 0.5rem 0.55rem;
}
.kids-grownup-long > summary {
  cursor: pointer;
  font-family: "Nunito", system-ui, sans-serif;
  font-weight: 700;
  font-size: 0.88rem;
  color: #cbd5e1;
  list-style: none;
}
.kids-grownup-long > summary::-webkit-details-marker {
  display: none;
}

.kids-corner-page-nav--compact a {
  font-size: 0.75rem;
  padding: 0.32rem 0.5rem;
  min-height: 40px;
}

.kids-play-zone {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 3px solid rgba(255, 217, 61, 0.55);
  margin: 0 0 1.25rem;
  padding: 1.1rem 1rem 1.2rem;
  background:
    linear-gradient(145deg, rgba(24, 40, 72, 0.96) 0%, rgba(16, 26, 48, 0.98) 50%, rgba(30, 58, 95, 0.42) 100%),
    radial-gradient(ellipse 120% 80% at 10% 20%, rgba(250, 204, 21, 0.2) 0%, transparent 55%),
    radial-gradient(ellipse 90% 60% at 90% 10%, rgba(167, 139, 250, 0.16) 0%, transparent 50%),
    radial-gradient(ellipse 100% 55% at 30% 90%, rgba(14, 165, 233, 0.12) 0%, transparent 50%),
    radial-gradient(ellipse 80% 50% at 50% 100%, rgba(52, 211, 153, 0.12) 0%, transparent 45%);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.06) inset;
}

/* Soft hills + cloud wash behind the play zone (calm, kid-friendly) */
.kids-play-zone--shepherdfield::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 42%;
  background:
    radial-gradient(ellipse 90% 120% at 20% 100%, rgba(34, 197, 94, 0.16) 0%, transparent 55%),
    radial-gradient(ellipse 80% 100% at 80% 110%, rgba(14, 165, 233, 0.12) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
  opacity: 0.9;
}
.kids-play-zone--shepherdfield::after {
  content: "";
  position: absolute;
  left: -5%;
  right: -5%;
  top: 4%;
  height: 38%;
  background:
    radial-gradient(ellipse 30% 45% at 12% 40%, rgba(255, 255, 255, 0.09) 0%, transparent 70%),
    radial-gradient(ellipse 35% 50% at 50% 25%, rgba(255, 255, 255, 0.07) 0%, transparent 70%),
    radial-gradient(ellipse 28% 40% at 88% 45%, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.kids-play-zone--shepherdfield .kids-play-zone-inner {
  position: relative;
  z-index: 1;
}

.kids-play-zone::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Ccircle cx='8' cy='8' r='1.2' fill='rgba(255,255,255,0.04)'/%3E%3Ccircle cx='40' cy='32' r='0.8' fill='rgba(255,217,61,0.07)'/%3E%3Ccircle cx='64' cy='64' r='1' fill='rgba(255,255,255,0.03)'/%3E%3C/svg%3E");
  pointer-events: none;
  opacity: 0.9;
}

.kids-play-zone-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.85rem;
}

@media (min-width: 720px) {
  .kids-play-zone-inner {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.95fr);
    align-items: start;
    gap: 1rem 1.25rem;
  }
  .kids-play-zone-cta-block {
    grid-column: 1;
  }
  .kids-play-zone-side {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
}

.kids-play-zone-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.65rem 1rem;
}

.kids-play-zone-mascot {
  flex-shrink: 0;
  width: 88px;
  height: 88px;
  filter: drop-shadow(0 4px 12px rgba(255, 200, 80, 0.35));
}

@media (min-width: 420px) {
  .kids-play-zone-mascot {
    width: 96px;
    height: 96px;
  }
}

.kids-play-zone-titles {
  flex: 1;
  min-width: 0;
}

.kids-play-zone-kicker {
  margin: 0 0 0.2rem;
  font-family: "Nunito", system-ui, sans-serif;
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fde68a;
}

.kids-play-zone-title {
  margin: 0 0 0.35rem;
  font-family: "Bangers", cursive, system-ui, sans-serif;
  font-size: clamp(1.5rem, 4.2vw, 1.9rem);
  letter-spacing: 0.04em;
  color: #fff;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
  line-height: 1.1;
}

.kids-play-zone-lead {
  margin: 0;
  font-family: "Nunito", system-ui, sans-serif;
  font-size: 0.98rem;
  line-height: 1.4;
  color: rgba(226, 232, 240, 0.95);
  max-width: 40rem;
}

/* Mega actions — 48px+ targets, icon + label row */
.kids-mega-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
}

.kids-mega-grid--four {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kids-play-four {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.6rem;
  margin-top: 0.4rem;
}
@media (min-width: 400px) {
  .kids-play-four {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
  }
}
.kids-play-four .kids-mega-journey {
  width: 100%;
}

@media (min-width: 480px) {
  .kids-mega-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }
}

.kids-mega-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  min-height: 52px;
  padding: 0.7rem 0.55rem 0.7rem 0.5rem;
  border-radius: 20px;
  font-family: "Nunito", system-ui, sans-serif;
  font-weight: 800;
  font-size: 0.92rem;
  text-align: left;
  text-decoration: none;
  color: #0f172a;
  border: 3px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.18);
  transition: transform 0.12s ease, box-shadow 0.12s ease;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
.kids-mega-ico {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  color: currentColor;
  opacity: 0.95;
}
.kids-mega-txt {
  flex: 1 1 auto;
  min-width: 0;
}
.kids-mega-txt small {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  opacity: 0.9;
  line-height: 1.2;
  margin-top: 0.1rem;
}

.kids-mega-btn:hover,
.kids-mega-btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.2);
  outline: none;
}

.kids-mega-btn:active {
  transform: translateY(1px);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}

.kids-mega-random {
  background: linear-gradient(180deg, #fde047 0%, #facc15 45%, #eab308 100%);
}

.kids-mega-color {
  background: linear-gradient(180deg, #fb923c 0%, #f97316 50%, #ea580c 100%);
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.kids-mega-loop {
  background: linear-gradient(180deg, #4ade80 0%, #22c55e 50%, #16a34a 100%);
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.kids-mega-match {
  background: linear-gradient(180deg, #c084fc 0%, #a855f7 50%, #9333ea 100%);
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.kids-mega-journey {
  background: linear-gradient(180deg, #38bdf8 0%, #0ea5e9 50%, #0284c7 100%);
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  border: 3px solid rgba(0, 0, 0, 0.15);
  width: 100%;
}

.kids-mega-doodle {
  background: linear-gradient(180deg, #f472b6 0%, #ec4899 50%, #db2777 100%);
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  width: 100%;
}

/* Weekly memory + progress card */
.kids-weekly-verse-card {
  border-radius: 14px;
  padding: 0.9rem 1rem;
  background: rgba(255, 255, 255, 0.06);
  border: 2px solid rgba(255, 217, 61, 0.35);
}

.kids-weekly-verse-card h3 {
  margin: 0 0 0.45rem;
  font-family: "Nunito", system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fde68a;
}

.kids-weekly-verse-line {
  margin: 0 0 0.35rem;
  font-family: "Comic Neue", "Comic Sans MS", cursive;
  font-size: 1.05rem;
  line-height: 1.45;
  color: #f8fafc;
}

.kids-weekly-verse-ref {
  margin: 0 0 0.5rem;
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  color: rgba(253, 224, 71, 0.85);
}

.kids-chant-hint {
  margin: 0;
  font-family: "Nunito", system-ui, sans-serif;
  font-size: 0.82rem;
  font-style: italic;
  line-height: 1.4;
  color: #cbd5e1;
}

.kids-play-progress {
  margin-top: 0.15rem;
}

.kids-play-progress label {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-family: "Nunito", system-ui, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  color: #e2e8f0;
}

.kids-play-progress progress {
  width: 100%;
  height: 14px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 217, 61, 0.35);
  background: rgba(0, 0, 0, 0.35);
}

.kids-play-progress progress::-webkit-progress-bar {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}
.kids-play-progress progress::-webkit-progress-value {
  background: linear-gradient(90deg, #fde047, #f59e0b);
  border-radius: 8px;
}
.kids-play-progress progress::-moz-progress-bar {
  background: linear-gradient(90deg, #fde047, #f59e0b);
  border-radius: 8px;
}

.kids-play-tier-pill {
  display: inline-block;
  margin-top: 0.35rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 800;
  background: rgba(255, 217, 61, 0.18);
  color: #fde68a;
  border: 1px solid rgba(255, 217, 61, 0.35);
}

/* Collapsed classroom section */
.kids-classroom-details {
  margin-bottom: 1.25rem;
  border-radius: 16px;
  border: 2px solid rgba(255, 217, 61, 0.28);
  background: rgba(15, 23, 42, 0.55);
}
.kids-classroom-details > summary {
  cursor: pointer;
  list-style: none;
  padding: 0.75rem 1rem;
  font-family: "Bangers", cursive;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  color: #fde68a;
}
.kids-classroom-details > summary::-webkit-details-marker { display: none; }
.kids-classroom-details[open] > summary {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.kids-classroom-details .kids-childrens-classroom {
  margin: 0;
  border: none;
  border-radius: 0;
  padding: 0 0.5rem 1rem;
}

/* Hub (kids/index) compact play strip */
.kids-hub-play {
  margin-bottom: 1.15rem;
}
.kids-hub-play .kids-play-zone {
  margin-bottom: 0;
}
.kids-hub-play .kids-mega-grid {
  grid-template-columns: 1fr 1fr;
}
.kids-hub-play .kids-mega-journey,
.kids-hub-play .kids-mega-doodle {
  grid-column: span 1;
}
@media (min-width: 640px) {
  .kids-hub-play .kids-mega-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .kids-hub-play .kids-mega-doodle {
    grid-column: span 1;
  }
}

/* Parent dashboard */
.kids-parent-today {
  border-left: 4px solid #fde68a;
}
.kids-parent-today h2,
.kids-parent-devotion h2 {
  font-family: "Nunito", system-ui, sans-serif;
  font-size: 1.15rem;
  margin: 0 0 0.5rem;
  color: #fef3c7;
}
.kids-parent-today-summary {
  margin: 0 0 0.75rem;
  line-height: 1.55;
  font-size: 0.95rem;
  color: #e2e8f0;
}
.kids-parent-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.5rem;
}
.kids-parent-badge-row .kids-badge,
.kids-parent-badge-row .kids-library-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.6rem;
  border-radius: 10px;
  font-size: 0.8rem;
  font-weight: 800;
  background: rgba(255, 217, 61, 0.12);
  border: 1px solid rgba(255, 217, 61, 0.35);
  color: #fef9c3;
}
.kids-parent-badge-row .kids-badge.locked,
.kids-parent-badge-row .locked {
  opacity: 0.45;
  filter: grayscale(0.3);
}
.kids-parent-streak-line {
  margin: 0.35rem 0 0;
  font-weight: 800;
  color: #fdba74;
  font-size: 1rem;
}
.kids-devotion-ol {
  margin: 0.35rem 0 0;
  padding-left: 1.2rem;
  line-height: 1.6;
  color: #e2e8f0;
  font-size: 0.92rem;
}
.kids-devotion-ol li { margin-bottom: 0.45rem; }
.kids-devotion-verse {
  margin-top: 0.6rem;
  padding: 0.65rem 0.75rem;
  border-radius: 10px;
  background: rgba(255, 217, 61, 0.08);
  border: 1px solid rgba(255, 217, 61, 0.2);
  font-size: 0.88rem;
  color: #f1f5f9;
}
.kids-devotion-verse cite {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.72rem;
  font-style: normal;
  color: #fde68a;
}

@media (prefers-reduced-motion: reduce) {
  .kids-mega-btn:hover,
  .kids-mega-btn:focus-visible { transform: none; }
}
