/* Çizgi Dünyamız — çocuk arayüzü katmanı */

.section-header {
  text-align: center;
  margin-bottom: 28px;
}

.section-badge {
  display: inline-block;
  background: #fff;
  border: 3px solid #fbbf24;
  color: #be185d;
  font-family: 'Fredoka', cursive, sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 12px;
  box-shadow: 0 4px 0 #fde68a;
}

.section-title {
  font-family: 'Baloo 2', 'Fredoka', cursive, sans-serif;
  font-size: 40px;
  font-weight: 800;
  color: #0c4a6e;
  margin-bottom: 8px;
}

.section-title::after {
  content: '';
  display: block;
  width: 110px;
  height: 10px;
  margin: 12px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #ec4899, #f59e0b, #38bdf8, #22c55e);
}

.section-subtitle {
  color: #475569;
  font-weight: 600;
  max-width: 720px;
  margin: 14px auto 0;
}

.typed-cheer {
  margin-top: 8px;
  font-family: 'Fredoka', cursive, sans-serif;
  color: #fde68a;
  min-height: 1.4em;
}

.typed-cheer span {
  color: #fff;
}

.daily-friend {
  margin-top: 22px;
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border: 4px solid #fef08a;
  border-radius: 28px;
  padding: 14px 18px;
  box-shadow: 0 10px 0 #fde68a;
}

.daily-emoji {
  width: 72px;
  height: 72px;
  border-radius: 24px;
  background: #fff7ed;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  flex-shrink: 0;
}

.daily-friend strong {
  font-family: 'Fredoka', cursive, sans-serif;
  font-size: 20px;
  color: #0c4a6e;
  display: block;
}

.daily-friend p {
  margin: 2px 0 0;
  color: #64748b;
  font-weight: 600;
}

.sky-star {
  position: absolute;
  font-size: 26px;
  animation: twinkleStar 2.8s ease-in-out infinite;
  filter: drop-shadow(0 0 8px rgba(251, 191, 36, 0.8));
}

.star-1 { top: 14%; left: 18%; animation-delay: .2s; }
.star-2 { top: 22%; left: 62%; animation-delay: .8s; font-size: 20px; }
.star-3 { top: 8%; left: 42%; animation-delay: 1.4s; }
.star-4 { top: 46%; right: 18%; animation-delay: .5s; }

@keyframes twinkleStar {
  0%, 100% { opacity: .35; transform: scale(.8) rotate(0deg); }
  50% { opacity: 1; transform: scale(1.15) rotate(12deg); }
}

.sky-bubble {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.95), rgba(56,189,248,.35));
  border: 2px solid rgba(255,255,255,.8);
  animation: riseUpBubble linear infinite;
}

.bubble-1 { width: 28px; height: 28px; left: 12%; animation-duration: 16s; }
.bubble-2 { width: 18px; height: 18px; left: 40%; animation-duration: 20s; animation-delay: 3s; }
.bubble-3 { width: 34px; height: 34px; left: 70%; animation-duration: 18s; animation-delay: 1s; }
.bubble-4 { width: 22px; height: 22px; left: 84%; animation-duration: 22s; animation-delay: 5s; }

.mood-bar {
  margin-top: 26px;
  background: #fff7ed;
  border: 4px dashed #fb923c;
  border-radius: 28px;
  padding: 18px;
  text-align: center;
}

.mood-bar h3 {
  font-size: 22px;
  color: #c2410c;
  margin-bottom: 6px;
}

.mood-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.mood-btn {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  border: 3px solid #fed7aa;
  background: #fff;
  font-size: 32px;
  cursor: pointer;
  transition: transform .2s;
}

.mood-btn:hover,
.mood-btn.active {
  transform: translateY(-6px) scale(1.08);
  border-color: #f97316;
  box-shadow: 0 8px 0 #fdba74;
}

.mood-reply {
  margin-top: 12px;
  font-family: 'Fredoka', cursive, sans-serif;
  font-size: 18px;
  color: #9a3412;
  min-height: 1.4em;
}

.wheel-layout {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 24px;
  align-items: center;
  text-align: left;
}

.wheel-stage {
  position: relative;
  width: 280px;
  height: 280px;
  margin: 10px auto;
}

.wheel-pointer {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 28px;
  z-index: 3;
  filter: drop-shadow(0 3px 0 #be185d);
}

.magic-wheel {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  border: 10px solid #fff;
  background: conic-gradient(
    #fbbf24 0 60deg,
    #ec4899 60deg 120deg,
    #38bdf8 120deg 180deg,
    #22c55e 180deg 240deg,
    #a78bfa 240deg 300deg,
    #fb7185 300deg 360deg
  );
  position: relative;
  box-shadow: 0 12px 0 #e2e8f0, 0 18px 30px rgba(14, 165, 233, .25);
  transition: transform 4.2s cubic-bezier(.15, .8, .15, 1);
}

.magic-wheel span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 42px;
  height: 42px;
  margin: -21px 0 0 -21px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  transform: rotate(calc(var(--i) * 60deg + 30deg)) translateY(-92px);
}

.wheel-hub {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  height: 64px;
  margin: -32px 0 0 -32px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #fbbf24;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  z-index: 2;
  box-shadow: 0 4px 0 #fde68a;
}

.wheel-copy h3 {
  font-size: 26px;
  color: #0284c7;
  margin-bottom: 8px;
}

.wheel-copy p {
  color: #64748b;
  margin-bottom: 16px;
}

.hello-buddy {
  position: fixed;
  left: 22px;
  bottom: 96px;
  z-index: 10001;
  width: min(300px, calc(100vw - 40px));
  background: #fff;
  border: 4px solid #fbbf24;
  border-radius: 24px 24px 24px 8px;
  padding: 14px 16px 14px 14px;
  box-shadow: 0 12px 0 rgba(251, 191, 36, .35);
  display: none;
}

.hello-buddy.show { display: block; }

.hello-buddy strong {
  font-family: 'Fredoka', cursive, sans-serif;
  color: #be185d;
  display: block;
  margin-bottom: 4px;
}

.hello-close {
  position: absolute;
  top: 8px;
  right: 8px;
  border: none;
  background: #fee2e2;
  color: #be123c;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
  font-weight: 800;
}

.sound-toggle {
  position: fixed;
  left: 22px;
  bottom: 22px;
  z-index: 10000;
  border: 3px solid #fff;
  background: linear-gradient(135deg, #0ea5e9, #0284c7);
  color: #fff;
  font-family: 'Fredoka', cursive, sans-serif;
  font-weight: 700;
  border-radius: 999px;
  padding: 10px 16px;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(2, 132, 199, .35);
}

.sound-toggle.muted {
  background: linear-gradient(135deg, #94a3b8, #64748b);
}

.nav-join a {
  background: linear-gradient(135deg, #22c55e, #16a34a) !important;
  color: #fff !important;
  box-shadow: 0 6px 0 #15803d;
}

.member-page { padding: 36px 0 70px; }

.member-card {
  background: #fff;
  border: 4px solid #fef08a;
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 12px 0 #fde68a;
}

.member-card h2 {
  font-family: 'Fredoka', cursive, sans-serif;
  color: #0c4a6e;
  margin-bottom: 12px;
}

.member-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-bottom: 18px;
}

.member-card-narrow { max-width: 520px; margin: 0 auto; }

.member-note { margin-top: 14px; font-weight: 700; color: #475569; }
.member-note a { color: #be185d; }

.member-alert, .member-wait, .member-success, .member-empty { margin-bottom: 16px; }
.member-alert { background: #fff1f2; border-color: #fda4af; }
.member-wait { background: #fffbeb; border-color: #fcd34d; }
.member-success, .member-empty { text-align: center; }
.member-emoji { font-size: 48px; margin-bottom: 8px; }

.consent-row {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 16px;
  font-weight: 700;
  color: #334155;
}

.kid-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-bottom: 28px; }
.room-title { font-family: 'Fredoka', cursive, sans-serif; color: #0c4a6e; margin: 28px 0 14px; }
.room-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; }
.room-meta { color: #64748b; font-weight: 700; margin-bottom: 8px; }
.badge-room {
  display: inline-block;
  background: #fce7f3;
  color: #be185d;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 8px;
}

.show-block { margin-bottom: 36px; }
.show-heading { font-family: 'Fredoka', cursive, sans-serif; color: #0c4a6e; font-size: 30px; margin: 10px 0; }
.season-heading { color: #be185d; margin: 8px 0 14px; font-size: 18px; }

a.category-filter-btn { text-decoration: none; display: inline-flex; align-items: center; }

.mobile-ok {
  display: inline-block;
  margin-top: 12px;
  background: #dcfce7;
  color: #166534;
  border: 2px solid #86efac;
  border-radius: 999px;
  padding: 4px 12px;
  font-weight: 800;
  font-size: 13px;
}

.library-page { padding: 28px 0 70px; }

.task-list { display: grid; gap: 14px; max-width: 720px; margin: 0 auto; }
.task-list[hidden] { display: none; }
.task-nav { max-width: 720px; margin: 0 auto 12px; text-align: center; }
#taskBack {
  border: none;
  background: #e2e8f0;
  color: #0f172a;
  font-family: 'Fredoka', cursive, sans-serif;
  font-weight: 700;
  border-radius: 999px;
  min-height: 44px;
  padding: 8px 16px;
  cursor: pointer;
}
.social-dock {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 8px 14px;
  border-radius: 999px;
  color: #fff;
  font-family: 'Fredoka', cursive, sans-serif;
  font-weight: 700;
  text-decoration: none;
  border: 3px solid #fff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .18);
}
.social-yt { background: #dc2626; }
.social-ig { background: linear-gradient(135deg, #f97316, #db2777, #7c3aed); }
.games-shortcut {
  position: fixed;
  right: 18px;
  bottom: 132px;
  z-index: 10000;
  background: linear-gradient(135deg, #f59e0b, #ec4899);
  color: #fff;
  text-decoration: none;
  font-family: 'Fredoka', cursive, sans-serif;
  font-weight: 800;
  border: 3px solid #fff;
  border-radius: 999px;
  padding: 10px 14px;
  box-shadow: 0 8px 18px rgba(236, 72, 153, .35);
}
.footer-socials { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.btn-ig {
  background: linear-gradient(135deg, #f97316, #db2777);
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 800;
}
.game-cats, .game-grid { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.game-cats { margin-bottom: 18px; }
.game-cat, .game-card, .choice-btn, .big-act, .game-back {
  font-family: 'Fredoka', cursive, sans-serif;
  border: none;
  cursor: pointer;
}
.game-cat {
  background: #fff;
  border: 3px solid #bae6fd;
  border-radius: 999px;
  padding: 8px 14px;
  font-weight: 700;
}
.game-cat.active { background: #0284c7; color: #fff; }
.game-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 12px; }
.game-card {
  background: #fff;
  border: 4px solid #fde68a;
  border-radius: 22px;
  padding: 14px;
  text-align: left;
  box-shadow: 0 8px 0 #fde68a;
}
.game-card span { font-size: 34px; display: block; }
.game-card strong { display: block; color: #0c4a6e; font-size: 18px; }
.game-card em { color: #64748b; font-style: normal; font-weight: 700; }
.game-play {
  max-width: 760px;
  margin: 0 auto;
  background: #fff;
  border: 4px solid #bae6fd;
  border-radius: 28px;
  padding: 18px;
}
.game-play h2 { color: #0c4a6e; font-size: 32px; }
.play-guide {
  background: #f0f9ff;
  border: 3px solid #7dd3fc;
  border-radius: 18px;
  padding: 12px 14px;
  margin: 8px 0 12px;
}
.play-guide span { display: block; font-size: 12px; font-weight: 800; color: #0369a1; letter-spacing: .04em; text-transform: uppercase; }
.play-guide p, .game-q { margin: 4px 0 0; font-size: 20px; font-weight: 800; color: #0f172a; }
.a2hs {
  position: fixed;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  width: min(380px, calc(100% - 24px));
  z-index: 10002;
  background: #fff;
  border: 4px solid #fbbf24;
  border-radius: 20px;
  padding: 12px;
  box-shadow: 0 10px 0 #fde68a;
}
.a2hs[hidden] { display: none !important; }
.a2hs p { margin: 0 0 8px; font-weight: 700; color: #0f172a; }
.a2hs div { display: flex; gap: 8px; }
.a2hs button {
  flex: 1;
  min-height: 42px;
  border: none;
  border-radius: 999px;
  font-family: 'Fredoka', cursive, sans-serif;
  font-weight: 700;
  cursor: pointer;
}
#a2hsYes { background: #0284c7; color: #fff; }
#a2hsNo { background: #e2e8f0; color: #0f172a; }
body:has(#a2hs:not([hidden])) .games-shortcut,
body:has(#a2hs:not([hidden])) .hello-buddy { display: none !important; }
.game-score, .game-msg, .game-q { font-weight: 800; color: #14532d; margin: 8px 0; }
.balloon-arena {
  position: relative;
  height: 380px;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(#e0f2fe, #fff);
  border: 3px solid #7dd3fc;
}
.fly-balloon {
  position: absolute;
  bottom: -80px;
  width: 72px;
  height: 72px;
  border: 3px solid #fff;
  border-radius: 50%;
  font-size: 34px;
  cursor: pointer;
  animation: balloonRise linear forwards;
  z-index: 2;
}
@keyframes balloonRise {
  from { transform: translateY(0); }
  to { transform: translateY(-470px); }
}
.choice-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 10px; }
.choice-btn, .big-act, .game-back {
  min-height: 64px;
  border-radius: 18px;
  background: #e0f2fe;
  color: #0c4a6e;
  font-size: 22px;
  font-weight: 700;
}
.choice-btn.good { background: #22c55e; color: #fff; }
.choice-btn.bad { background: #fecaca; }
.big-act { width: 100%; background: #fef3c7; font-size: 28px; }
.grow-plant { font-size: 72px; text-align: center; margin: 12px 0; }
.mem-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.mem-card { min-height: 72px; font-size: 28px; border: none; border-radius: 16px; background: #dbeafe; cursor: pointer; }
.star-bit, .fish-bit {
  position: absolute;
  border: none;
  background: transparent;
  font-size: 40px;
  cursor: pointer;
}
.fish-bit { animation: fishSwim 8.5s linear forwards; }
@keyframes fishSwim { from { left: -10%; } to { left: 100%; } }
.pond { background: linear-gradient(#67e8f9, #0369a1); }
.star-arena { background: linear-gradient(#1e1b4b, #312e81); }
.play-clock { text-align: center; font-weight: 800; color: #0369a1; margin-bottom: 12px; }
.world-map, .level-row, .blog-grid { display: grid; gap: 12px; }
.world-map { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.world-card, .level-step {
  text-align: left;
  border: 4px solid #bae6fd;
  background: #fff;
  border-radius: 22px;
  padding: 14px;
  cursor: pointer;
  font-family: 'Fredoka', cursive, sans-serif;
}
.world-card span { font-size: 36px; display: block; }
.world-card strong { display: block; color: #0c4a6e; }
.world-card em { color: #64748b; font-style: normal; }
.world-card.is-current { border-color: #f59e0b; }
.world-card.is-done { border-color: #22c55e; }
.world-card.is-locked, .level-step.is-locked { opacity: .55; cursor: default; }
.level-row { grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); margin-top: 8px; }
.level-step b { display: block; font-size: 28px; color: #0284c7; }
.level-step.is-done { background: #ecfdf5; }
.level-path h2 { text-align: center; color: #0c4a6e; margin: 18px 0 8px; }
.blog-grid { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.blog-card, .blog-article, .soft-ad {
  background: #fff;
  border: 4px solid #e0f2fe;
  border-radius: 22px;
  padding: 16px;
}
.blog-card span, .blog-kicker { color: #be185d; font-weight: 800; }
.blog-card h3 { font-size: 22px; margin: 6px 0; }
.blog-card a { color: #0c4a6e; text-decoration: none; }
.blog-note { text-align: center; color: #64748b; font-weight: 700; margin: 8px auto 16px; max-width: 720px; }
.blog-body p { margin: 0 0 12px; font-size: 18px; line-height: 1.6; }
.soft-ad { max-width: 640px; margin: 18px auto; border-style: dashed; }
.soft-ad span { display: inline-block; font-size: 12px; letter-spacing: .04em; color: #64748b; font-weight: 800; }
.soft-ad strong { display: block; color: #0f172a; margin-top: 4px; }
.soft-ad p { color: #475569; margin: 6px 0; }
.home-family { padding: 10px 0 20px; }
.play-gate, .family-chat {
  max-width: 640px;
  margin: 0 auto 22px;
  background: #fff;
  border: 4px solid #bae6fd;
  border-radius: 24px;
  padding: 18px;
}
.play-gate h2, .family-chat h2 { color: #0c4a6e; margin-bottom: 6px; }
.play-consent { display: flex; gap: 8px; align-items: flex-start; font-weight: 700; margin: 12px 0; }
.play-who { text-align: center; font-weight: 800; color: #0369a1; }
.chat-log {
  max-height: 320px;
  overflow: auto;
  display: grid;
  gap: 8px;
  margin: 12px 0;
}
.chat-line { background: #f8fafc; border-radius: 16px; padding: 10px 12px; }
.chat-line strong { display: block; color: #0c4a6e; }
.chat-line small { color: #64748b; }
.chat-error { color: #be123c; font-weight: 700; }
#chatBody { min-height: 90px; width: 100%; }
@media (max-width: 800px) {
  .social-toggle { display: inline-flex; }
  .social-panel { display: none; }
  .social-dock.open .social-panel { display: flex; flex-direction: column; gap: 8px; }
  .games-shortcut { bottom: 74px; }
}
@media (min-width: 801px) {
  .social-toggle { display: none; }
  .social-panel { display: flex; flex-direction: column; gap: 8px; }
}
.social-toggle {
  border: 3px solid #fff;
  background: #0f172a;
  color: #fff;
  border-radius: 999px;
  min-height: 46px;
  padding: 8px 14px;
  font-family: 'Fredoka', cursive, sans-serif;
  font-weight: 700;
  cursor: pointer;
}
.task-card[hidden] { display: none !important; }
.task-card {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 14px;
  align-items: center;
  background: #fff;
  border: 4px solid #bbf7d0;
  border-radius: 24px;
  padding: 16px;
  box-shadow: 0 8px 0 #86efac;
}
.task-emoji { font-size: 40px; text-align: center; }
.task-copy h2 { font-size: 22px; color: #14532d; margin-bottom: 4px; }
.task-copy p { color: #334155; font-weight: 600; }
.task-time { display: inline-block; margin-top: 6px; color: #15803d; font-weight: 800; font-size: 13px; }
.task-check {
  min-height: 48px;
  min-width: 96px;
  border: none;
  border-radius: 999px;
  background: #22c55e;
  color: #fff;
  font-family: 'Fredoka', cursive, sans-serif;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
}
.task-card.is-done { opacity: .72; }
.task-card.is-done .task-check { background: #64748b; }
.task-card.is-current { border-color: #f59e0b; box-shadow: 0 8px 0 #fbbf24; }
.task-card.is-locked { filter: grayscale(.35); }
.task-check:disabled { cursor: default; opacity: .7; }
.task-progress { max-width: 720px; margin: 0 auto 18px; text-align: center; }
.task-progress strong { font-family: 'Fredoka', cursive, sans-serif; font-size: 28px; color: #14532d; }
.task-bar { height: 16px; background: #dcfce7; border-radius: 999px; overflow: hidden; margin-top: 8px; border: 3px solid #86efac; }
.task-bar span { display: block; height: 100%; width: 0; background: linear-gradient(90deg, #22c55e, #f59e0b); }
.task-celebration {
  text-align: center;
  background: #fff;
  border: 5px solid #fbbf24;
  border-radius: 28px;
  padding: 24px;
  margin: 0 auto 20px;
  max-width: 720px;
  box-shadow: 0 12px 0 #fde68a;
}
.task-celebration[hidden] { display: none; }
.task-celebration h2 { font-size: 40px; color: #be185d; }
.balloon-sky { position: relative; height: 96px; overflow: hidden; }
.balloon-sky span {
  position: absolute;
  bottom: -24px;
  font-size: 40px;
  opacity: 0;
}
.task-celebration.is-live .balloon-sky span {
  animation: balloonPop 2.2s ease-in forwards;
}
@keyframes balloonPop {
  0% { transform: translateY(30px) scale(.4); opacity: 0; }
  25% { opacity: 1; }
  70% { transform: translateY(-62px) scale(1.05); opacity: 1; }
  100% { transform: translateY(-88px) scale(1.7); opacity: 0; }
}

@media (min-width: 769px) {
  .navbar {
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
  }
  .brand-logo { width: 100%; }
  .mobile-toggle { display: none !important; }
  .nav-links {
    position: static !important;
    transform: none !important;
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-height: none !important;
    overflow: visible !important;
    background: #f8fafc;
    border-radius: 22px;
    padding: 8px !important;
    box-shadow: none !important;
    gap: 8px;
  }
  .nav-item { width: auto !important; }
  .nav-item a { font-size: 15px; padding: 8px 12px; }
}

.story-form-group { margin-bottom: 16px; }

.story-form-label {
  display: block;
  font-family: 'Fredoka', cursive, sans-serif;
  font-weight: 700;
  margin-bottom: 8px;
  color: #0f172a;
}

@media (max-width: 800px) {
  .section-title { font-size: 30px; }
  .nav-links { max-height: calc(100vh - 88px); overflow-y: auto; }
  .task-card { grid-template-columns: 56px 1fr; }
  .task-check { grid-column: 1 / -1; width: 100%; }
  .member-grid { grid-template-columns: 1fr; }
  .wheel-layout { grid-template-columns: 1fr; text-align: center; }
  .wheel-stage { width: 240px; height: 240px; }
  .magic-wheel { width: 240px; height: 240px; }
  .magic-wheel span { transform: rotate(calc(var(--i) * 60deg + 30deg)) translateY(-76px); font-size: 24px; }
  .hello-buddy { display: none !important; }
}

@media (prefers-reduced-motion: reduce) {
  .magic-wheel { transition: none; }
  .sky-star, .sky-bubble, .sun-spin, .rocket-fly, .bird-glide, .balloon-float { animation: none; }
}
