
:root {
  --bg: #f7f6f2;
  --surface: rgba(255, 255, 255, 0.84);
  --surface-strong: rgba(255, 255, 255, 0.96);
  --border: rgba(15, 23, 42, 0.08);
  --shadow: 0 18px 54px rgba(15, 23, 42, 0.08);
  --ink: #0f172a;
  --muted: rgba(15, 23, 42, 0.68);
  --rk-sun-yellow: #ffce30;
  --rk-sun-yellow-soft: rgba(255, 206, 48, 0.28);
  --rk-sun-yellow-border: rgba(255, 206, 48, 0.58);
  --steady-purple: #542a7e;
  --steady-purple-soft: #f1ecff;
  --kid-blue: #eaf1ff;
  --kid-blue-border: rgba(47, 111, 237, 0.14);
  --accent: #2f6fed;
  --accent-soft: rgba(47, 111, 237, 0.12);
  --accent-gold: #9a7b1f;
  --accent-gold-soft: rgba(154, 123, 31, 0.12);
  --assistant: var(--rk-sun-yellow);
  --assistant-border: var(--rk-sun-yellow-border);
  --assistant-fg: #182033;
  --user: var(--kid-blue);
  --user-border: var(--kid-blue-border);
  --system: #f6f0d6;
  --option-bg: var(--kid-blue);
  --option-fg: #0f172a;
  --option-border: var(--kid-blue-border);
  --danger: #b42318;
  --danger-soft: #fff0ee;
  --radius-2xl: 32px;
  --radius-xl: 24px;
  --radius-lg: 18px;
  --radius-md: 14px;
  --max: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { min-height: 100%; }
body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(900px 560px at 12% 0%, rgba(47, 111, 237, 0.06), transparent 55%),
    radial-gradient(900px 560px at 90% 10%, rgba(154, 123, 31, 0.06), transparent 55%),
    var(--bg);
}
body.mode-guardian {
  --bg: #fbf4e4;
  --surface: rgba(255, 250, 241, 0.9);
  --surface-strong: rgba(255, 250, 241, 0.98);
  --accent: var(--steady-purple);
  --accent-soft: rgba(84, 42, 126, 0.12);
  --accent-gold: var(--steady-purple);
  --assistant: var(--rk-sun-yellow);
  --assistant-border: var(--rk-sun-yellow-border);
  --assistant-fg: #182033;
  --user: var(--steady-purple-soft);
  --user-border: rgba(84, 42, 126, 0.20);
  --system: #fff1c7;
  --option-bg: var(--steady-purple-soft);
  --option-fg: var(--steady-purple);
  --option-border: rgba(84, 42, 126, 0.20);
  background:
    radial-gradient(900px 560px at 12% 0%, rgba(84, 42, 126, 0.08), transparent 55%),
    radial-gradient(900px 560px at 90% 10%, rgba(255, 206, 48, 0.12), transparent 55%),
    var(--bg);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
}
.narrow { width: min(calc(100% - 32px), 760px); }
.section {
  padding: 72px 0;
}
.section-soft {
  background: rgba(255,255,255,0.52);
  border-top: 1px solid rgba(15,23,42,0.04);
  border-bottom: 1px solid rgba(15,23,42,0.04);
}
.section-boundary {
  background: rgba(255, 240, 238, 0.62);
}
.section-label, .hero-eyebrow, .panel-kicker, .app-parent-label {
  margin: 0 0 14px;
  color: var(--accent-gold);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.section-title, .hero-title {
  margin: 0 0 16px;
  line-height: 1.08;
  letter-spacing: -0.03em;
}
.section-title { font-size: clamp(2rem, 3vw, 2.75rem); }
.hero-title { font-size: clamp(2.6rem, 5vw, 4.6rem); max-width: 12ch; }
.section-intro,
.section-body,
.hero-subhead,
.hero-trust,
.footer-small,
.footer-legal,
.pull-quote,
.info-card p,
.feature-card p,
.step-card p,
.mini-card p,
.faq-item p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--muted);
}
.section-body--center { text-align: center; margin-top: 24px; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(10px);
  background: rgba(247, 246, 242, 0.82);
  border-bottom: 1px solid rgba(15,23,42,0.06);
}
.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.site-logo {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  min-width: 0;
  color: var(--ink);
}
.site-logo-word {
  font-size: clamp(1.75rem, 2.9vw, 2.65rem);
  font-weight: 900;
  letter-spacing: -0.055em;
}
.site-logo-sub {
  margin-top: 4px;
  color: var(--accent-gold);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hero-presenter {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 14px;
}
.hero-presenter-logo {
  width: min(260px, 62vw);
  height: auto;
}
.hero-title-pre {
  display: block;
  margin-bottom: 8px;
  color: var(--accent-gold);
  font-size: clamp(0.9rem, 1.3vw, 1.05rem);
  font-weight: 900;
  letter-spacing: 0.11em;
  line-height: 1.2;
  text-transform: uppercase;
}

.rk-logo-link {
  display: inline-flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  line-height: 0;
}
.rk-logo-link:hover,
.rk-logo-link:focus-visible {
  opacity: 0.9;
}
.rk-logo-link:focus-visible {
  outline: 3px solid rgba(132, 91, 187, 0.35);
  outline-offset: 6px;
  border-radius: 14px;
}
.footer-logo-link {
  justify-content: center;
  margin: 0 auto 10px;
}
.app-parent-logo-link {
  flex: 0 0 auto;
}

.footer-logo {
  width: min(160px, 58vw);
  height: auto;
}
.app-parent-brand {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-width: 0;
}
.app-parent-logo {
  width: 132px;
  height: auto;
  flex: 0 0 auto;
}
.app-parent-brand .app-parent-label {
  margin: 0;
  white-space: nowrap;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.site-nav a {
  color: var(--muted);
  padding: 10px 12px;
  border-radius: 999px;
}
.site-nav a:hover { background: rgba(255,255,255,0.7); color: var(--ink); }
.site-nav .nav-cta {
  color: var(--ink);
  background: var(--accent-soft);
  border: 1px solid rgba(47,111,237,0.16);
}
.hero { padding: 84px 0 72px; }
.hero-grid, .two-up {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: center;
}
.hero-subhead { max-width: 62ch; margin-bottom: 22px; }
.hero-trust { max-width: 60ch; margin-top: 18px; }
.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.hero-actions--center { justify-content: center; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(15,23,42,0.08);
  background: rgba(255,255,255,0.74);
  font-weight: 800;
  letter-spacing: -0.01em;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.05);
}
.btn-primary {
  background: var(--accent-soft);
  border-color: rgba(47,111,237,0.18);
}
.btn-secondary {
  background: rgba(255,255,255,0.82);
}
.hero-panel, .info-card, .step-card, .feature-card, .mini-card {
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(15,23,42,0.06);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}
.hero-panel {
  padding: 26px;
}
.hero-panel h2 { margin: 0 0 12px; font-size: 1.9rem; letter-spacing: -0.02em; }
.hero-panel p { margin: 0 0 16px; line-height: 1.7; color: var(--muted); }
.panel-list {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.7;
}
.card-grid,
.steps-grid,
.feature-grid {
  display: grid;
  gap: 18px;
  margin-top: 26px;
}
.card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.steps-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.info-card, .feature-card, .step-card, .mini-card { padding: 22px; }
.info-card h3, .feature-card h3, .step-card h3, .mini-card h3 {
  margin: 0 0 10px;
  letter-spacing: -0.02em;
  font-size: 1.12rem;
}
.step-num {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: var(--accent-soft);
  font-weight: 800;
}
.pull-quote {
  margin: 22px 0 0;
  padding-left: 18px;
  border-left: 3px solid rgba(154,123,31,0.28);
}
.split-cards {
  display: grid;
  gap: 16px;
}
.faq-list {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}
.faq-item {
  border: 1px solid rgba(15,23,42,0.08);
  background: rgba(255,255,255,0.82);
  border-radius: var(--radius-lg);
  padding: 18px 20px;
}
.faq-item summary {
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item p { margin: 14px 0 0; }
.final-cta { padding-bottom: 84px; text-align: center; }
.site-footer {
  padding: 34px 0 46px;
  border-top: 1px solid rgba(15,23,42,0.06);
  text-align: center;
}
.footer-inner {
  display: grid;
  gap: 10px;
  justify-items: center;
}
.footer-positioning {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.footer-legal {
  max-width: 900px;
  font-size: 0.92rem;
  line-height: 1.6;
  opacity: 0.88;
}

.footer-credit-link {
  color: inherit;
  text-decoration: none;
}
.footer-credit-link:hover,
.footer-credit-link:focus-visible {
  text-decoration: none;
}

/* App shell */
.app-page .shell {
  min-height: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 18px 16px 32px;
}
.app-topbar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding: 8px 0 14px;
}
.back-link {
  color: var(--muted);
  font-weight: 700;
}
.back-link:hover { color: var(--ink); }

.header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(10px);
  background: rgba(247, 246, 242, 0.82);
  border-bottom: 1px solid var(--border);
  margin: 0 0 16px;
  padding: 14px 16px;
  border-radius: var(--radius-xl);
}
body.mode-guardian .header { background: rgba(251, 244, 228, 0.82); }

.app-use-cue {
  margin: 7px 0 0;
  font-weight: 800;
  color: var(--accent-gold);
}

.header-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
}

.brand h1 {
  margin: 0;
  font-size: 28px;
  letter-spacing: -0.02em;
}
.brand p {
  margin: 6px 0 0;
  max-width: 520px;
  color: var(--muted);
  line-height: 1.35;
}

.mode-toggle {
  display: inline-flex;
  gap: 6px;
  padding: 4px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.mode-toggle button {
  border: 0;
  border-radius: 999px;
  padding: 10px 14px;
  background: transparent;
  color: var(--muted);
  font-weight: 700;
  cursor: pointer;
}

.mode-toggle button.is-active {
  background: var(--accent-soft);
  color: var(--ink);
}

.stage {
  scroll-margin-top: 18px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  padding: 22px;
}

/* v2.7.2 Ramaste Kids Integrated Steady Tool: keep the app card compact at rest and let it grow naturally as Steady adds messages. */

.thread {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 0;
}

.bubble {
  scroll-margin-top: 18px;
  max-width: min(100%, 640px);
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: var(--radius-lg);
  padding: 15px 17px;
  line-height: 1.45;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
}

.bubble.assistant,
.bubble.system {
  background: var(--assistant);
  border-color: var(--assistant-border);
  color: var(--assistant-fg);
  align-self: flex-start;
}

.bubble.system {
  background: var(--assistant);
  border-color: var(--assistant-border);
  color: var(--assistant-fg);
}

.bubble.user {
  background: var(--user);
  border-color: var(--user-border);
  color: var(--option-fg);
  align-self: flex-end;
}

.bubble.is-safety {
  background: var(--danger-soft);
  border-color: rgba(180, 35, 24, 0.16);
}

.bubble-kicker {
  margin-bottom: 7px;
  color: var(--accent-gold);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.bubble-text {
  white-space: pre-wrap;
}

.controls {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.top-actions,
.choice-grid,
.footer-actions,
.footer-help {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.choice-grid {
  margin-top: 4px;
}

.choice-grid.has-groups {
  display: grid;
  gap: 14px;
}

.choice-group {
  display: grid;
  gap: 10px;
}

.choice-group-label {
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--accent-gold);
}

.choice-group-grid {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.btn,
.choice {
  appearance: none;
  border: 1px solid var(--border);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  letter-spacing: -0.01em;
  transition: transform 120ms ease, box-shadow 120ms ease, border-color 120ms ease, background 120ms ease;
}

.choice {
  padding: 18px 18px;
  min-width: 180px;
  flex: 1 1 180px;
  text-align: left;
  background: var(--option-bg);
  color: var(--option-fg);
  border-color: var(--option-border);
  border-radius: var(--radius-md);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.btn:hover,
.choice:hover {
  transform: translateY(-1px);
}

.btn:focus-visible,
.choice:focus-visible,
.mode-toggle button:focus-visible,
.site-nav a:focus-visible,
.back-link:focus-visible {
  outline: 3px solid rgba(47, 111, 237, 0.24);
  outline-offset: 2px;
}

body.mode-guardian .btn-primary {
  border-color: rgba(84, 42, 126, 0.24);
  background: var(--accent-soft);
  color: var(--steady-purple);
}

/* v3.0.11 party color pass:
   Kid selections stay blue, Guardian selections use Steady purple,
   and Steady-generated prompts use the Ramaste Kids sun yellow from the logo. */
.choice,
.context-chip {
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.045);
}

.bubble.assistant .bubble-kicker,
.bubble.system .bubble-kicker {
  color: rgba(24, 32, 51, 0.72);
}

.btn-subtle {
  background: rgba(255, 255, 255, 0.78);
}

.btn-alert {
  background: #ffe8e4;
  color: #7a1d14;
  border-color: rgba(180, 35, 24, 0.22);
}

.btn-help {
  background: linear-gradient(180deg, rgba(255, 206, 48, 0.32), rgba(255, 206, 48, 0.20));
  color: #5a4610;
  border-color: rgba(255, 206, 48, 0.72);
  box-shadow: 0 12px 28px rgba(154, 123, 31, 0.12);
}

.btn-help:hover {
  background: linear-gradient(180deg, rgba(255, 206, 48, 0.38), rgba(255, 206, 48, 0.24));
}

.footer-help {
  margin-top: 4px;
  justify-content: center;
}

.footer-help .btn {
  width: 100%;
  justify-content: center;
}

.footer-help .btn-subtle:not(.btn-help) {
  background: rgba(255, 255, 255, 0.66);
  border-color: rgba(15, 23, 42, 0.06);
  box-shadow: none;
}

.footer-help .btn-help {
  background: linear-gradient(180deg, rgba(255, 206, 48, 0.34), rgba(255, 206, 48, 0.24));
  border-color: rgba(255, 206, 48, 0.72);
  color: #4b3a0f;
  box-shadow: 0 12px 28px rgba(154, 123, 31, 0.12);
}

.screen-tag {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--user);
  border: 1px solid var(--user-border);
  color: var(--option-fg);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.stage-note {
  margin: 18px auto 0;
  max-width: 760px;
  text-align: center;
  color: var(--muted);
  line-height: 1.55;
}

@media (max-width: 920px) {
  .hero-grid,
  .two-up,
  .card-grid,
  .steps-grid,
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .hero-title { max-width: 14ch; }
}

@media (max-width: 760px) {
  .section { padding: 56px 0; }
  .header-inner,
  .site-nav {
    gap: 8px;
  }
  .site-nav {
    justify-content: flex-end;
  }
  .site-logo-word {
    font-size: 2rem;
  }
  .site-logo-sub {
    font-size: 0.68rem;
  }
  .hero-presenter-logo {
    width: min(220px, 76vw);
  }
  .app-parent-brand {
    width: 100%;
    justify-content: space-between;
  }
  .app-parent-logo {
    width: 118px;
  }
  .hero { padding-top: 56px; }
  .site-nav a:not(.nav-cta) { display: none; }
  .header-row {
    flex-direction: column;
  }
  .mode-toggle {
    width: 100%;
  }
  .mode-toggle button {
    flex: 1 1 0;
  }
  .choice {
    min-width: 100%;
  }
}

.app-footer {
  margin-top: 18px;
  padding-bottom: 8px;
}


.footer-links {
  line-height: 1.8;
}
.footer-links a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.info-page .page-hero {
  padding-top: 84px;
  min-height: 68vh;
}

.page-brand-mark {
  margin: 0 0 1.25rem;
}

.page-brand-logo {
  display: block;
  width: min(260px, 70vw);
  height: auto;
}

.page-actions {
  margin-top: 1.5rem;
}

.content-card-list {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}
.content-card-list .info-card h2 {
  margin: 0 0 10px;
  font-size: 1.16rem;
  letter-spacing: -0.02em;
}
.content-card-list .info-card p {
  margin: 0;
}


/* v2.9.2 Fluid Tool UX: Steady should feel like one calm step at a time, not a growing chat log. */
body.app-page--embedded {
  min-height: 0;
}

.app-page--embedded .shell {
  max-width: 820px;
  min-height: 0;
  padding: 10px 10px 20px;
}

.app-page--embedded .app-topbar {
  display: none;
}

.app-page--embedded .header {
  position: static;
  margin: 0 0 12px;
  padding: 14px;
  border-radius: 22px;
}

.app-page--embedded .brand h1 {
  font-size: clamp(1.55rem, 4vw, 2rem);
}

.app-page--embedded .brand p {
  max-width: 44rem;
}

.app-page--embedded .app-use-cue {
  font-size: 0.92rem;
}

.app-page--embedded .stage {
  display: grid;
  gap: 16px;
  min-height: 0;
  padding: clamp(16px, 3.5vw, 24px);
}

.app-page--embedded .screen-tag {
  display: none !important;
}

.focus-card {
  display: grid;
  gap: 10px;
  min-height: 134px;
  align-content: center;
}

.context-chip {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--user);
  border: 1px solid var(--user-border);
  color: var(--option-fg);
  font-size: 0.86rem;
  font-weight: 800;
}

.app-page--embedded .bubble {
  width: 100%;
  max-width: none;
  padding: clamp(16px, 3.2vw, 22px);
  font-size: clamp(1.04rem, 2.2vw, 1.2rem);
  line-height: 1.52;
}

.app-page--embedded .controls {
  margin-top: 0;
  gap: 12px;
}

.app-page--embedded .top-actions,
.app-page--embedded .footer-actions {
  justify-content: center;
}

.app-page--embedded .choice-grid:not(.has-groups) {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.app-page--embedded .choice-grid.has-groups {
  gap: 12px;
}

.app-page--embedded .choice-group {
  gap: 8px;
}

.app-page--embedded .choice-group-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.app-page--embedded .choice {
  min-width: 0;
  width: 100%;
  flex: initial;
  padding: 13px 13px;
  text-align: center;
  line-height: 1.22;
}

.app-page--embedded .btn {
  min-height: 46px;
}

.app-page--embedded .stage-note {
  margin-top: 12px;
  font-size: 0.88rem;
  line-height: 1.48;
}

/* v3.0.12 Steady message balance:
   Keep Steady responses in RK sun yellow, but make them feel like centered message cards
   instead of full-width alert bars. */
.app-page--embedded .bubble.assistant,
.app-page--embedded .bubble.system {
  width: fit-content;
  max-width: min(720px, 100%);
  align-self: center;
  background: rgba(255, 206, 48, 0.82);
  border-color: rgba(255, 206, 48, 0.96);
  box-shadow: 0 14px 34px rgba(154, 123, 31, 0.10);
}

.app-page--embedded .bubble.assistant .bubble-text,
.app-page--embedded .bubble.system .bubble-text {
  max-width: 46rem;
}

@media (max-width: 520px) {
  .app-page--embedded .bubble.assistant,
  .app-page--embedded .bubble.system {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 760px) {
  .app-page--embedded .shell {
    padding: 6px 6px 14px;
  }

  .app-page--embedded .stage {
    min-height: 0;
    border-radius: 20px;
  }

  .app-page--embedded .choice-grid:not(.has-groups),
  .app-page--embedded .choice-group-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .app-page--embedded .choice {
    min-width: 0;
    padding: 12px 10px;
    text-align: center;
  }

  .app-page--embedded .mode-toggle button {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 430px) {
  .app-page--embedded .choice-grid:not(.has-groups),
  .app-page--embedded .choice-group-grid {
    grid-template-columns: 1fr;
  }

  .app-page--embedded .stage {
    min-height: 0;
  }
}

/* v4.0.0 Steady Circle prototype: new skin, same bones.
   Kid Mode's active Steady path is now shown as a four-stone circle with
   Steady's current directive centered inside the path. */
.thread.thread--circle {
  display: block;
}

.steady-circle-shell {
  display: grid;
  gap: 10px;
  justify-items: center;
  width: 100%;
}

.steady-circle-eyebrow {
  color: var(--accent-gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.1;
  text-transform: uppercase;
}

.steady-circle {
  --circle-size: min(100%, 540px);
  position: relative;
  width: var(--circle-size);
  min-height: clamp(360px, 68vw, 520px);
  margin: 0 auto;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.92) 0 28%, rgba(255, 206, 48, 0.13) 29% 46%, transparent 47%),
    radial-gradient(circle at 50% 50%, rgba(84, 42, 126, 0.055), transparent 64%);
}

.steady-circle::before {
  content: "";
  position: absolute;
  inset: 13%;
  border: 2px dashed rgba(154, 123, 31, 0.20);
  border-radius: 999px;
  pointer-events: none;
}

.steady-center-card {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  display: grid;
  gap: 9px;
  width: min(74%, 360px);
  min-height: 168px;
  align-content: center;
  padding: clamp(18px, 4vw, 26px);
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 206, 48, 0.96);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 219, 86, 0.94), rgba(255, 206, 48, 0.86));
  box-shadow: 0 24px 54px rgba(154, 123, 31, 0.14);
  text-align: center;
}

.steady-center-step-label {
  color: rgba(24, 32, 51, 0.74);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  line-height: 1.1;
  text-transform: uppercase;
}

.steady-memory-ribbon {
  justify-self: center;
  max-width: 100%;
  padding: 6px 10px;
  border: 1px solid rgba(47, 111, 237, 0.14);
  border-radius: 999px;
  background: rgba(234, 241, 255, 0.86);
  color: #182033;
  font-size: 0.84rem;
  font-weight: 850;
  line-height: 1.2;
}

.steady-center-kicker {
  color: rgba(24, 32, 51, 0.72);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.steady-center-text {
  color: #182033;
  font-size: clamp(1.04rem, 2.25vw, 1.28rem);
  font-weight: 750;
  line-height: 1.42;
  white-space: pre-wrap;
}

.steady-stone {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  gap: 2px;
  width: clamp(84px, 18vw, 112px);
  min-height: clamp(72px, 15vw, 96px);
  padding: 11px 10px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(84, 42, 126, 0.14);
  border-radius: 42% 58% 48% 52% / 53% 44% 56% 47%;
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.82), transparent 38%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.96), rgba(241, 236, 255, 0.82));
  color: var(--steady-purple);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease, background 180ms ease, border-color 180ms ease;
}

.steady-stone-label {
  display: block;
  font-size: clamp(0.88rem, 2.15vw, 1rem);
  font-weight: 900;
  line-height: 1.05;
}

.steady-stone-memory {
  display: block;
  max-width: 100%;
  color: rgba(84, 42, 126, 0.74);
  font-size: clamp(0.67rem, 1.55vw, 0.78rem);
  font-weight: 800;
  line-height: 1.1;
}

.stone-home {
  left: 50%;
  top: 87%;
}

.stone-breathe {
  left: 13%;
  top: 50%;
}

.stone-ground {
  left: 50%;
  top: 13%;
}

.stone-carry {
  left: 87%;
  top: 50%;
}

.steady-stone.is-active {
  z-index: 4;
  transform: translate(-50%, -50%) scale(1.08);
  border-color: rgba(47, 111, 237, 0.30);
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.88), transparent 38%),
    linear-gradient(160deg, rgba(234, 241, 255, 0.98), rgba(255, 252, 236, 0.92));
  box-shadow: 0 20px 48px rgba(47, 111, 237, 0.16), 0 0 0 7px rgba(47, 111, 237, 0.075);
}

.steady-stone.is-complete {
  border-color: rgba(154, 123, 31, 0.26);
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.84), transparent 38%),
    linear-gradient(160deg, rgba(255, 252, 236, 0.98), rgba(255, 246, 205, 0.84));
}

.steady-stone.is-future {
  opacity: 0.64;
}

@media (prefers-reduced-motion: reduce) {
  .steady-stone,
  .btn,
  .choice {
    transition: none;
  }
}

@media (max-width: 620px) {
  .steady-circle {
    min-height: clamp(350px, 95vw, 450px);
  }

  .steady-center-card {
    width: min(69%, 320px);
    min-height: 154px;
    border-radius: 24px;
  }

  .steady-stone {
    width: clamp(74px, 22vw, 92px);
    min-height: clamp(64px, 18vw, 78px);
    padding: 9px 8px;
  }

  .stone-home { top: 88%; }
  .stone-breathe { left: 12%; }
  .stone-ground { top: 12%; }
  .stone-carry { left: 88%; }
}

@media (max-width: 430px) {
  .steady-circle {
    min-height: 355px;
  }

  .steady-circle::before {
    inset: 15%;
  }

  .steady-center-card {
    width: 68%;
    min-height: 145px;
    padding: 15px 13px;
  }

  .steady-center-text {
    font-size: 1rem;
    line-height: 1.36;
  }

  .steady-stone {
    width: 72px;
    min-height: 64px;
  }
}


/* v4.0.1 Steady Circle tight-fit pass:
   Make the prototype less cramped, remove tool-internal scrolling pressure,
   and keep the circle compact enough for the embedded use page. */
html,
body.app-page--embedded {
  overflow-x: hidden;
}

body.app-page--embedded {
  overflow-y: hidden;
}

.app-page--embedded .shell {
  max-width: 760px;
  padding: 6px 8px 12px;
}

.app-page--embedded .header {
  margin-bottom: 8px;
  padding: 12px 14px;
  border-radius: 20px;
}

.app-page--embedded .header-row {
  gap: 12px;
}

.app-page--embedded .brand h1 {
  font-size: clamp(1.45rem, 3.4vw, 1.85rem);
}

.app-page--embedded .brand p {
  font-size: 0.94rem;
  line-height: 1.35;
}

.app-page--embedded .app-use-cue {
  font-size: 0.88rem;
}

.app-page--embedded .mode-toggle {
  padding: 4px;
}

.app-page--embedded .mode-toggle button {
  min-height: 42px;
  padding: 8px 15px;
}

.app-page--embedded .stage {
  gap: 10px;
  padding: clamp(12px, 2.7vw, 18px);
  overflow: visible;
}

.thread.thread--circle {
  overflow: visible;
}

.steady-circle-shell {
  gap: 6px;
}

.steady-circle-eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}

.steady-circle {
  --circle-width: min(100%, 500px);
  --circle-height: 382px;
  width: var(--circle-width);
  height: var(--circle-height);
  min-height: 0;
}

.steady-step-home .steady-circle {
  --circle-width: min(100%, 486px);
  --circle-height: 350px;
}

.steady-circle::before {
  inset: 15% 13%;
}

.steady-center-card {
  width: min(61%, 292px);
  min-height: 118px;
  gap: 6px;
  padding: clamp(14px, 2.8vw, 19px);
  border-radius: 24px;
  box-shadow: 0 18px 38px rgba(154, 123, 31, 0.13);
}

.steady-step-home .steady-center-card {
  width: min(66%, 316px);
  min-height: 118px;
}

.steady-center-step-label {
  font-size: 0.70rem;
}

.steady-memory-ribbon {
  padding: 5px 9px;
  font-size: 0.77rem;
}

.steady-center-text {
  font-size: clamp(0.98rem, 2vw, 1.15rem);
  line-height: 1.34;
}

.steady-stone {
  width: clamp(76px, 13vw, 92px);
  min-height: clamp(64px, 10vw, 78px);
  padding: 9px 8px;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.075);
}

.steady-stone-label {
  font-size: clamp(0.80rem, 1.8vw, 0.94rem);
}

.steady-stone-memory {
  font-size: clamp(0.62rem, 1.2vw, 0.72rem);
}

.stone-home { top: 85%; }
.stone-breathe { left: 12%; }
.stone-ground { top: 15%; }
.stone-carry { left: 88%; }

.steady-stone.is-active {
  transform: translate(-50%, -50%) scale(1.04);
  box-shadow: 0 16px 34px rgba(47, 111, 237, 0.14), 0 0 0 5px rgba(47, 111, 237, 0.065);
}

.app-page--embedded .controls {
  gap: 9px;
}

.app-page--embedded .top-actions,
.app-page--embedded .footer-actions {
  gap: 9px;
}

.app-page--embedded .btn {
  min-height: 42px;
  padding: 9px 16px;
}

.app-page--embedded .choice-grid.has-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 10px;
}

.app-page--embedded .choice-group {
  gap: 6px;
}

.app-page--embedded .choice-group:last-child {
  grid-column: 1 / -1;
}

.app-page--embedded .choice-group-label {
  font-size: 0.72rem;
  margin-bottom: 0;
}

.app-page--embedded .choice-group-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.app-page--embedded .choice {
  min-height: 40px;
  padding: 9px 10px;
  font-size: 0.92rem;
}

.footer-help {
  margin-top: 0;
}

@media (max-width: 760px) {
  body.app-page--embedded {
    overflow-y: hidden;
  }

  .app-page--embedded .shell {
    padding: 4px 5px 10px;
  }

  .app-page--embedded .header {
    padding: 10px;
  }

  .app-page--embedded .stage {
    padding: 11px;
  }

  .app-page--embedded .choice-grid.has-groups {
    grid-template-columns: 1fr;
  }

  .app-page--embedded .choice-group:last-child {
    grid-column: auto;
  }
}

@media (max-width: 620px) {
  .steady-circle,
  .steady-step-home .steady-circle {
    --circle-width: min(100%, 420px);
    --circle-height: 318px;
  }

  .steady-center-card,
  .steady-step-home .steady-center-card {
    width: min(64%, 255px);
    min-height: 104px;
    border-radius: 21px;
  }

  .steady-stone {
    width: clamp(66px, 19vw, 78px);
    min-height: clamp(58px, 16vw, 68px);
    padding: 7px 6px;
  }

  .stone-home { top: 86%; }
  .stone-breathe { left: 11%; }
  .stone-ground { top: 14%; }
  .stone-carry { left: 89%; }
}

@media (max-width: 430px) {
  .steady-circle,
  .steady-step-home .steady-circle {
    --circle-height: 292px;
  }

  .steady-circle::before {
    inset: 16% 14%;
  }

  .steady-center-card,
  .steady-step-home .steady-center-card {
    width: 62%;
    min-height: 96px;
    padding: 12px 10px;
  }

  .steady-center-text {
    font-size: 0.93rem;
    line-height: 1.3;
  }

  .steady-stone {
    width: 64px;
    min-height: 56px;
  }

  .app-page--embedded .choice-group-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* v4.1.0 Steady Pond Reflecting Skin:
   Preserve the existing route bones while turning the Kid flow into a clean
   reflecting-pond interface with surfaced feeling stones and optional read-aloud. */
.choice-grid.choice-grid--pond-integrated {
  display: none !important;
}

.app-page--embedded .stage {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(250, 248, 241, 0.86));
}

.steady-circle-eyebrow {
  color: rgba(42, 80, 96, 0.78);
}

.steady-pond-stop {
  appearance: none;
  justify-self: end;
  margin: -2px 6px 2px 0;
  padding: 6px 10px;
  border: 1px solid rgba(75, 126, 145, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
  color: rgba(60, 83, 96, 0.76);
  cursor: pointer;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.035);
  transition: transform 120ms ease, background 120ms ease, border-color 120ms ease;
}

.steady-pond-stop:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(75, 126, 145, 0.22);
}

.steady-pond-stop:focus-visible {
  outline: 3px solid rgba(47, 111, 237, 0.22);
  outline-offset: 3px;
}

.steady-circle {
  --circle-width: min(100%, 520px);
  --circle-height: 392px;
  isolation: isolate;
  overflow: visible;
  border: 1px solid rgba(75, 126, 145, 0.18);
  border-radius: 48% 52% 51% 49% / 48% 45% 55% 52%;
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.72) 0 19%, rgba(255, 255, 255, 0.28) 20% 31%, transparent 32%),
    radial-gradient(ellipse at 34% 24%, rgba(255, 255, 255, 0.64), transparent 34%),
    radial-gradient(ellipse at 69% 70%, rgba(63, 128, 148, 0.17), transparent 42%),
    linear-gradient(160deg, rgba(219, 241, 247, 0.82), rgba(175, 221, 234, 0.54) 48%, rgba(231, 246, 247, 0.72));
  box-shadow:
    inset 0 10px 40px rgba(255, 255, 255, 0.55),
    inset 0 -20px 44px rgba(58, 116, 135, 0.12),
    0 24px 58px rgba(15, 23, 42, 0.08);
}

.steady-circle::before {
  inset: 9% 10%;
  border: 0;
  background:
    radial-gradient(ellipse at 50% 50%, transparent 0 54%, rgba(255, 255, 255, 0.28) 55% 57%, transparent 58%),
    radial-gradient(ellipse at 47% 52%, transparent 0 68%, rgba(47, 111, 237, 0.08) 69% 70%, transparent 71%);
  opacity: 0.78;
}

.steady-circle::after {
  content: "";
  position: absolute;
  inset: 18% 19%;
  z-index: 1;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 52%),
    radial-gradient(ellipse at 50% 45%, rgba(255, 255, 255, 0.22), transparent 55%);
  pointer-events: none;
}

.steady-center-card {
  z-index: 7;
  width: min(58%, 292px);
  min-height: 124px;
  border: 1px solid rgba(255, 255, 255, 0.70);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(240, 249, 250, 0.72));
  box-shadow:
    0 18px 42px rgba(25, 82, 101, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(8px);
}

.steady-center-step-label {
  color: rgba(42, 80, 96, 0.76);
}

.steady-center-kicker {
  color: rgba(24, 32, 51, 0.62);
}

.steady-memory-ribbon {
  border-color: rgba(75, 126, 145, 0.18);
  background: rgba(232, 247, 249, 0.78);
}

.steady-center-text {
  color: #142235;
}

.steady-read-button {
  appearance: none;
  justify-self: center;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  margin-top: 2px;
  padding: 6px 10px;
  border: 1px solid rgba(75, 126, 145, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: rgba(20, 34, 53, 0.76);
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.045);
  transition: transform 120ms ease, background 120ms ease, border-color 120ms ease;
}

.steady-read-button:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.82);
}

.steady-read-button:focus-visible,
.feeling-stone:focus-visible {
  outline: 3px solid rgba(47, 111, 237, 0.24);
  outline-offset: 3px;
}

.steady-read-icon {
  font-size: 0.9rem;
}

.steady-stone {
  z-index: 5;
  border-color: rgba(96, 87, 75, 0.16);
  border-radius: 45% 55% 48% 52% / 54% 44% 56% 46%;
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.78), transparent 38%),
    linear-gradient(156deg, rgba(250, 248, 241, 0.98), rgba(218, 211, 199, 0.86));
  color: #3c5360;
  box-shadow:
    0 14px 28px rgba(15, 23, 42, 0.095),
    inset 0 -7px 12px rgba(96, 87, 75, 0.055);
}

.steady-stone-memory {
  color: rgba(60, 83, 96, 0.72);
}

.steady-stone.is-active {
  border-color: rgba(47, 111, 237, 0.24);
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.86), transparent 38%),
    linear-gradient(156deg, rgba(255, 253, 243, 0.98), rgba(228, 240, 238, 0.92));
  color: #263f4d;
  box-shadow:
    0 18px 38px rgba(47, 111, 237, 0.12),
    0 0 0 6px rgba(255, 255, 255, 0.34),
    0 0 0 12px rgba(83, 143, 160, 0.065);
}

.steady-stone.is-complete {
  border-color: rgba(154, 123, 31, 0.18);
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.82), transparent 38%),
    linear-gradient(156deg, rgba(255, 252, 236, 0.98), rgba(222, 216, 201, 0.86));
}

.steady-stone.is-future {
  opacity: 0.70;
}

.steady-circle-shell--picker .steady-circle,
.steady-circle--with-feelings {
  --circle-width: min(100%, 560px);
  --circle-height: 470px;
}

.steady-circle-shell--picker .steady-center-card {
  width: min(46%, 238px);
  min-height: 104px;
  padding: clamp(12px, 2.2vw, 17px);
}

.steady-circle-shell--picker .steady-center-text {
  font-size: clamp(0.92rem, 1.65vw, 1.06rem);
}

.feeling-pond-layer {
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
}

.feeling-stone {
  --x: 50%;
  --y: 50%;
  appearance: none;
  position: absolute;
  left: var(--x);
  top: var(--y);
  display: inline-grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  justify-items: center;
  gap: 4px;
  width: clamp(70px, 14vw, 92px);
  min-height: clamp(38px, 7vw, 48px);
  padding: 7px 9px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(96, 87, 75, 0.14);
  border-radius: 46% 54% 48% 52% / 55% 43% 57% 45%;
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.72), transparent 34%),
    linear-gradient(152deg, rgba(255, 255, 255, 0.92), rgba(230, 224, 213, 0.84));
  color: #1c2d3e;
  cursor: pointer;
  font: inherit;
  pointer-events: auto;
  box-shadow:
    0 10px 20px rgba(15, 23, 42, 0.09),
    0 0 0 4px rgba(255, 255, 255, 0.16);
  text-align: center;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}

.feeling-stone:hover {
  transform: translate(-50%, -52%) scale(1.035);
  box-shadow:
    0 14px 26px rgba(15, 23, 42, 0.12),
    0 0 0 5px rgba(255, 255, 255, 0.22);
}

.feeling-stone--bright {
  border-color: rgba(154, 123, 31, 0.18);
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.74), transparent 34%),
    linear-gradient(152deg, rgba(255, 251, 226, 0.96), rgba(236, 228, 205, 0.86));
}

.feeling-stone--hard {
  border-color: rgba(45, 91, 109, 0.18);
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.68), transparent 34%),
    linear-gradient(152deg, rgba(243, 249, 249, 0.94), rgba(204, 222, 226, 0.84));
}

.feeling-stone--other {
  border-color: rgba(84, 42, 126, 0.16);
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.72), transparent 34%),
    linear-gradient(152deg, rgba(248, 246, 255, 0.94), rgba(224, 220, 235, 0.84));
}

.feeling-stone-mark {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.44);
  color: rgba(24, 32, 51, 0.72);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
}

.feeling-stone-label {
  display: block;
  font-size: clamp(0.70rem, 1.45vw, 0.82rem);
  font-weight: 900;
  line-height: 1.05;
}

.feeling-stone--joyful { --x: 27%; --y: 31%; }
.feeling-stone--excited { --x: 43%; --y: 20%; }
.feeling-stone--proud { --x: 60%; --y: 22%; }
.feeling-stone--strong { --x: 78%; --y: 38%; }
.feeling-stone--loved { --x: 18%; --y: 43%; }

.feeling-stone--mad { --x: 17%; --y: 64%; }
.feeling-stone--sad { --x: 33%; --y: 78%; }
.feeling-stone--scared { --x: 50%; --y: 84%; }
.feeling-stone--worried { --x: 67%; --y: 78%; }
.feeling-stone--overwhelmed { --x: 83%; --y: 64%; }

.feeling-stone--unsure { --x: 25%; --y: 91%; }
.feeling-stone--silly { --x: 75%; --y: 91%; }

/* Give the active Start stone a little room while feeling stones are surfaced. */
.steady-circle-shell--picker .stone-home {
  top: 101%;
}

.steady-circle-shell--picker .stone-breathe { left: 9%; }
.steady-circle-shell--picker .stone-ground { top: 9%; }
.steady-circle-shell--picker .stone-carry { left: 91%; }

@media (prefers-reduced-motion: reduce) {
  .steady-read-button,
  .steady-pond-stop,
  .feeling-stone {
    transition: none;
  }

  .feeling-stone:hover {
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 760px) {
  .steady-circle-shell--picker .steady-circle,
  .steady-circle--with-feelings {
    --circle-width: min(100%, 500px);
    --circle-height: 455px;
  }
}

@media (max-width: 620px) {
  .steady-circle,
  .steady-step-home .steady-circle {
    --circle-width: min(100%, 424px);
    --circle-height: 330px;
  }

  .steady-circle-shell--picker .steady-circle,
  .steady-circle--with-feelings {
    --circle-width: min(100%, 430px);
    --circle-height: 440px;
  }

  .steady-center-card,
  .steady-step-home .steady-center-card {
    width: min(62%, 258px);
  }

  .steady-circle-shell--picker .steady-center-card {
    width: min(44%, 190px);
    min-height: 96px;
    padding: 11px 10px;
  }

  .steady-read-button {
    min-height: 30px;
    padding: 5px 8px;
    font-size: 0.70rem;
  }

  .feeling-stone {
    width: clamp(60px, 18vw, 76px);
    min-height: 36px;
    padding: 6px 6px;
    gap: 3px;
  }

  .feeling-stone-mark {
    width: 16px;
    height: 16px;
    font-size: 0.70rem;
  }

  .feeling-stone-label {
    font-size: clamp(0.62rem, 2.7vw, 0.72rem);
  }

  .feeling-stone--joyful { --x: 27%; --y: 31%; }
  .feeling-stone--excited { --x: 43%; --y: 22%; }
  .feeling-stone--proud { --x: 61%; --y: 29%; }
  .feeling-stone--strong { --x: 78%; --y: 43%; }
  .feeling-stone--loved { --x: 20%; --y: 45%; }

  .feeling-stone--mad { --x: 20%; --y: 64%; }
  .feeling-stone--sad { --x: 34%; --y: 77%; }
  .feeling-stone--scared { --x: 50%; --y: 83%; }
  .feeling-stone--worried { --x: 66%; --y: 77%; }
  .feeling-stone--overwhelmed { --x: 80%; --y: 64%; }

  .feeling-stone--unsure { --x: 28%; --y: 90%; }
  .feeling-stone--silly { --x: 72%; --y: 90%; }
}

@media (max-width: 430px) {
  .steady-circle,
  .steady-step-home .steady-circle {
    --circle-height: 310px;
  }

  .steady-circle-shell--picker .steady-circle,
  .steady-circle--with-feelings {
    --circle-height: 424px;
  }

  .steady-center-card,
  .steady-step-home .steady-center-card {
    width: 60%;
    min-height: 98px;
  }

  .steady-circle-shell--picker .steady-center-card {
    width: 42%;
    min-height: 92px;
    gap: 4px;
  }

  .steady-circle-shell--picker .steady-center-text {
    font-size: 0.78rem;
    line-height: 1.24;
  }

  .steady-circle-shell--picker .steady-center-step-label {
    font-size: 0.60rem;
  }

  .steady-stone {
    width: 64px;
    min-height: 55px;
  }

  .steady-circle-shell--picker .steady-stone {
    width: 58px;
    min-height: 50px;
  }

  .steady-circle-shell--picker .steady-stone-label {
    font-size: 0.68rem;
  }

  .feeling-stone {
    width: 58px;
    min-height: 34px;
    padding: 5px 5px;
  }

  .feeling-stone-mark {
    display: none;
  }

  .feeling-stone-label {
    font-size: 0.60rem;
  }
}

/* v4.1.4 Steady Pond Spacing Polish:
   Let the Start step breathe, keep surfaced feelings inside the pond,
   and separate the grown-up help bar from the pond anchor. */
.steady-circle-shell--picker .steady-circle,
.steady-circle--with-feelings {
  --circle-width: min(100%, 552px);
  --circle-height: 482px;
  margin-bottom: 18px;
}

.steady-circle-shell--picker .stone-home {
  top: 90%;
}

/* Wider, calmer feeling-stone arc now that inactive step stones stay hidden. */
.feeling-stone--joyful { --x: 25%; --y: 32%; }
.feeling-stone--excited { --x: 43%; --y: 22%; }
.feeling-stone--proud { --x: 60%; --y: 24%; }
.feeling-stone--strong { --x: 76%; --y: 41%; }
.feeling-stone--loved { --x: 18%; --y: 44%; }

.feeling-stone--mad { --x: 18%; --y: 64%; }
.feeling-stone--sad { --x: 35%; --y: 77%; }
.feeling-stone--scared { --x: 50%; --y: 82%; }
.feeling-stone--worried { --x: 65%; --y: 77%; }
.feeling-stone--overwhelmed { --x: 78%; --y: 64%; }

.feeling-stone--unsure { --x: 27%; --y: 87%; }
.feeling-stone--silly { --x: 73%; --y: 87%; }

.app-page--embedded .footer-help {
  margin-top: 18px;
}

.app-page--embedded .footer-help .btn-help {
  min-height: 36px;
}

@media (max-width: 760px) {
  .steady-circle-shell--picker .steady-circle,
  .steady-circle--with-feelings {
    --circle-width: min(100%, 490px);
    --circle-height: 456px;
    margin-bottom: 16px;
  }

  .steady-circle-shell--picker .stone-home {
    top: 90%;
  }

  .feeling-stone--overwhelmed { --x: 77%; --y: 64%; }
  .feeling-stone--unsure { --x: 28%; --y: 86%; }
  .feeling-stone--silly { --x: 72%; --y: 86%; }
}

@media (max-width: 620px) {
  .steady-circle-shell--picker .steady-circle,
  .steady-circle--with-feelings {
    --circle-width: min(100%, 424px);
    --circle-height: 422px;
    margin-bottom: 14px;
  }

  .steady-circle-shell--picker .stone-home {
    top: 90%;
  }

  .feeling-stone--joyful { --x: 26%; --y: 32%; }
  .feeling-stone--excited { --x: 43%; --y: 23%; }
  .feeling-stone--proud { --x: 61%; --y: 27%; }
  .feeling-stone--strong { --x: 77%; --y: 43%; }
  .feeling-stone--loved { --x: 20%; --y: 45%; }

  .feeling-stone--mad { --x: 20%; --y: 64%; }
  .feeling-stone--sad { --x: 35%; --y: 76%; }
  .feeling-stone--scared { --x: 50%; --y: 81%; }
  .feeling-stone--worried { --x: 65%; --y: 76%; }
  .feeling-stone--overwhelmed { --x: 78%; --y: 64%; }

  .feeling-stone--unsure { --x: 29%; --y: 86%; }
  .feeling-stone--silly { --x: 71%; --y: 86%; }

  .app-page--embedded .footer-help {
    margin-top: 14px;
  }
}

@media (max-width: 430px) {
  .steady-circle-shell--picker .steady-circle,
  .steady-circle--with-feelings {
    --circle-height: 410px;
  }

  .steady-circle-shell--picker .stone-home {
    top: 89%;
  }

  .feeling-stone--unsure { --x: 30%; --y: 85%; }
  .feeling-stone--silly { --x: 70%; --y: 85%; }
}

/* v4.1.5 Steady Pond No-Fly Zone + Wider Feeling Arc:
   Sink the duplicate Start stone once the feeling picker opens, protect the
   center guidance card, keep neutral/undecided feelings inside the pond beside
   the center, and use a slightly larger pond on roomy screens. */
.steady-circle-shell--picker .steady-circle,
.steady-circle--with-feelings {
  --circle-width: min(100%, 600px);
  --circle-height: 510px;
  margin-bottom: 22px;
}

/* The Start step is already named in the center card on the picker screen. */
.steady-circle-shell--picker .stone-home {
  display: none !important;
}

/* Keep the guidance card protected: no feeling stones in the center lane. */
.feeling-stone--excited { --x: 45%; --y: 18%; }
.feeling-stone--proud { --x: 60%; --y: 20%; }
.feeling-stone--joyful { --x: 30%; --y: 27%; }
.feeling-stone--strong { --x: 79%; --y: 36%; }
.feeling-stone--loved { --x: 17%; --y: 39%; }

.feeling-stone--unsure { --x: 15%; --y: 52%; }
.feeling-stone--silly { --x: 85%; --y: 52%; }

.feeling-stone--mad { --x: 17%; --y: 66%; }
.feeling-stone--sad { --x: 34%; --y: 80%; }
.feeling-stone--scared { --x: 50%; --y: 87%; }
.feeling-stone--worried { --x: 66%; --y: 80%; }
.feeling-stone--overwhelmed { --x: 83%; --y: 66%; }

@media (max-width: 760px) {
  .steady-circle-shell--picker .steady-circle,
  .steady-circle--with-feelings {
    --circle-width: min(100%, 520px);
    --circle-height: 480px;
    margin-bottom: 18px;
  }

  .feeling-stone--excited { --x: 44%; --y: 20%; }
  .feeling-stone--proud { --x: 61%; --y: 23%; }
  .feeling-stone--joyful { --x: 29%; --y: 31%; }
  .feeling-stone--strong { --x: 79%; --y: 40%; }
  .feeling-stone--loved { --x: 18%; --y: 43%; }

  .feeling-stone--unsure { --x: 18%; --y: 54%; }
  .feeling-stone--silly { --x: 82%; --y: 54%; }

  .feeling-stone--mad { --x: 19%; --y: 67%; }
  .feeling-stone--sad { --x: 35%; --y: 79%; }
  .feeling-stone--scared { --x: 50%; --y: 86%; }
  .feeling-stone--worried { --x: 65%; --y: 79%; }
  .feeling-stone--overwhelmed { --x: 81%; --y: 67%; }
}

@media (max-width: 620px) {
  .steady-circle-shell--picker .steady-circle,
  .steady-circle--with-feelings {
    --circle-width: min(100%, 440px);
    --circle-height: 440px;
    margin-bottom: 16px;
  }

  .steady-circle-shell--picker .steady-center-card {
    width: min(45%, 194px);
  }

  .feeling-stone--excited { --x: 44%; --y: 22%; }
  .feeling-stone--proud { --x: 62%; --y: 26%; }
  .feeling-stone--joyful { --x: 28%; --y: 33%; }
  .feeling-stone--strong { --x: 78%; --y: 43%; }
  .feeling-stone--loved { --x: 20%; --y: 45%; }

  .feeling-stone--unsure { --x: 20%; --y: 56%; }
  .feeling-stone--silly { --x: 80%; --y: 56%; }

  .feeling-stone--mad { --x: 21%; --y: 67%; }
  .feeling-stone--sad { --x: 36%; --y: 78%; }
  .feeling-stone--scared { --x: 50%; --y: 85%; }
  .feeling-stone--worried { --x: 64%; --y: 78%; }
  .feeling-stone--overwhelmed { --x: 79%; --y: 67%; }
}

@media (max-width: 430px) {
  .steady-circle-shell--picker .steady-circle,
  .steady-circle--with-feelings {
    --circle-height: 420px;
  }

  .steady-circle-shell--picker .steady-center-card {
    width: 43%;
  }

  .feeling-stone--unsure { --x: 21%; --y: 56%; }
  .feeling-stone--silly { --x: 79%; --y: 56%; }
}


/* v4.1.6 Steady Pond Symmetry + Copy Polish:
   Keep every feeling label inside its stone, preserve the center no-fly zone,
   and make the surfaced feeling field feel more balanced left-to-right. */
.feeling-stone--overwhelmed {
  width: clamp(112px, 15vw, 132px);
}

.feeling-stone--unsure,
.feeling-stone--silly {
  width: clamp(98px, 14vw, 118px);
}

/* Polished desktop arc: bright feelings above, neutral/undecided feelings beside
   the center guidance, and hard feelings in a lower balanced arc. */
.feeling-stone--excited { --x: 44%; --y: 18%; }
.feeling-stone--proud { --x: 60%; --y: 20%; }
.feeling-stone--joyful { --x: 29%; --y: 28%; }
.feeling-stone--strong { --x: 76%; --y: 38%; }
.feeling-stone--loved { --x: 18%; --y: 42%; }

.feeling-stone--unsure { --x: 19%; --y: 55%; }
.feeling-stone--silly { --x: 81%; --y: 55%; }

.feeling-stone--mad { --x: 18%; --y: 68%; }
.feeling-stone--sad { --x: 35%; --y: 80%; }
.feeling-stone--scared { --x: 50%; --y: 86%; }
.feeling-stone--worried { --x: 65%; --y: 80%; }
.feeling-stone--overwhelmed { --x: 79%; --y: 68%; }

@media (max-width: 760px) {
  .feeling-stone--overwhelmed {
    width: clamp(104px, 22vw, 122px);
  }

  .feeling-stone--unsure,
  .feeling-stone--silly {
    width: clamp(90px, 20vw, 108px);
  }

  .feeling-stone--excited { --x: 44%; --y: 20%; }
  .feeling-stone--proud { --x: 61%; --y: 23%; }
  .feeling-stone--joyful { --x: 29%; --y: 31%; }
  .feeling-stone--strong { --x: 77%; --y: 41%; }
  .feeling-stone--loved { --x: 19%; --y: 44%; }

  .feeling-stone--unsure { --x: 20%; --y: 56%; }
  .feeling-stone--silly { --x: 80%; --y: 56%; }

  .feeling-stone--mad { --x: 20%; --y: 68%; }
  .feeling-stone--sad { --x: 36%; --y: 79%; }
  .feeling-stone--scared { --x: 50%; --y: 85%; }
  .feeling-stone--worried { --x: 64%; --y: 79%; }
  .feeling-stone--overwhelmed { --x: 78%; --y: 68%; }
}

@media (max-width: 620px) {
  .feeling-stone--overwhelmed {
    width: clamp(92px, 24vw, 108px);
  }

  .feeling-stone--unsure,
  .feeling-stone--silly {
    width: clamp(84px, 23vw, 96px);
  }

  .feeling-stone--excited { --x: 43%; --y: 22%; }
  .feeling-stone--proud { --x: 62%; --y: 26%; }
  .feeling-stone--joyful { --x: 28%; --y: 34%; }
  .feeling-stone--strong { --x: 77%; --y: 44%; }
  .feeling-stone--loved { --x: 21%; --y: 46%; }

  .feeling-stone--unsure { --x: 22%; --y: 57%; }
  .feeling-stone--silly { --x: 78%; --y: 57%; }

  .feeling-stone--mad { --x: 22%; --y: 68%; }
  .feeling-stone--sad { --x: 36%; --y: 78%; }
  .feeling-stone--scared { --x: 50%; --y: 84%; }
  .feeling-stone--worried { --x: 64%; --y: 78%; }
  .feeling-stone--overwhelmed { --x: 77%; --y: 68%; }
}

@media (max-width: 430px) {
  .feeling-stone--overwhelmed {
    width: 92px;
  }

  .feeling-stone--unsure,
  .feeling-stone--silly {
    width: 78px;
  }

  .feeling-stone--unsure { --x: 23%; --y: 57%; }
  .feeling-stone--silly { --x: 77%; --y: 57%; }
  .feeling-stone--overwhelmed { --x: 76%; --y: 68%; }
}

/* v4.1.7 Steady Pond Spread Polish:
   Use the remaining pond room so no surfaced feeling stones visually touch.
   This is a spacing-only pass: preserve the no-fly zone, all choices, and flow. */
.steady-circle-shell--picker .steady-circle,
.steady-circle--with-feelings {
  --circle-width: min(100%, 620px);
  --circle-height: 520px;
}

/* Desktop / roomy screens: wider, cleaner breathing room between stones. */
.feeling-stone--excited { --x: 43%; --y: 17%; }
.feeling-stone--proud { --x: 61%; --y: 19%; }
.feeling-stone--joyful { --x: 27%; --y: 28%; }
.feeling-stone--strong { --x: 80%; --y: 36%; }
.feeling-stone--loved { --x: 16%; --y: 41%; }

.feeling-stone--unsure { --x: 15%; --y: 55%; }
.feeling-stone--silly { --x: 85%; --y: 55%; }

.feeling-stone--mad { --x: 15%; --y: 69%; }
.feeling-stone--sad { --x: 30%; --y: 81%; }
.feeling-stone--scared { --x: 50%; --y: 89%; }
.feeling-stone--worried { --x: 70%; --y: 81%; }
.feeling-stone--overwhelmed { --x: 85%; --y: 69%; }

@media (max-width: 760px) {
  .steady-circle-shell--picker .steady-circle,
  .steady-circle--with-feelings {
    --circle-width: min(100%, 530px);
    --circle-height: 488px;
  }

  .feeling-stone--excited { --x: 43%; --y: 20%; }
  .feeling-stone--proud { --x: 62%; --y: 23%; }
  .feeling-stone--joyful { --x: 28%; --y: 31%; }
  .feeling-stone--strong { --x: 79%; --y: 41%; }
  .feeling-stone--loved { --x: 18%; --y: 43%; }

  .feeling-stone--unsure { --x: 18%; --y: 56%; }
  .feeling-stone--silly { --x: 82%; --y: 56%; }

  .feeling-stone--mad { --x: 19%; --y: 69%; }
  .feeling-stone--sad { --x: 34%; --y: 80%; }
  .feeling-stone--scared { --x: 50%; --y: 87%; }
  .feeling-stone--worried { --x: 66%; --y: 80%; }
  .feeling-stone--overwhelmed { --x: 81%; --y: 69%; }
}

@media (max-width: 620px) {
  .steady-circle-shell--picker .steady-circle,
  .steady-circle--with-feelings {
    --circle-width: min(100%, 448px);
    --circle-height: 448px;
  }

  .feeling-stone--excited { --x: 43%; --y: 22%; }
  .feeling-stone--proud { --x: 62%; --y: 26%; }
  .feeling-stone--joyful { --x: 28%; --y: 34%; }
  .feeling-stone--strong { --x: 77%; --y: 44%; }
  .feeling-stone--loved { --x: 21%; --y: 46%; }

  .feeling-stone--unsure { --x: 22%; --y: 58%; }
  .feeling-stone--silly { --x: 78%; --y: 58%; }

  .feeling-stone--mad { --x: 22%; --y: 70%; }
  .feeling-stone--sad { --x: 36%; --y: 79%; }
  .feeling-stone--scared { --x: 50%; --y: 86%; }
  .feeling-stone--worried { --x: 64%; --y: 79%; }
  .feeling-stone--overwhelmed { --x: 78%; --y: 70%; }
}

@media (max-width: 430px) {
  .steady-circle-shell--picker .steady-circle,
  .steady-circle--with-feelings {
    --circle-height: 426px;
  }

  .feeling-stone--unsure { --x: 23%; --y: 58%; }
  .feeling-stone--silly { --x: 77%; --y: 58%; }
  .feeling-stone--mad { --x: 23%; --y: 70%; }
  .feeling-stone--overwhelmed { --x: 77%; --y: 70%; }
}

/* v4.1.8 Steady Pond Entry Cleanup:
   Kid Mode now enters the pond immediately. The welcome copy lives in the
   center guidance card, Start is the surfaced action stone, and the grown-up
   support control is quieter so the desktop tool fits more cleanly. */
.steady-step-home:not(.steady-circle-shell--picker) .steady-circle {
  --circle-width: min(100%, 520px);
  --circle-height: 354px;
  margin-bottom: 8px;
}

.steady-step-home:not(.steady-circle-shell--picker) .steady-center-card {
  width: min(58%, 300px);
  min-height: 136px;
}

.steady-step-home:not(.steady-circle-shell--picker) .stone-home {
  top: 82%;
}

.steady-stone-button {
  appearance: none;
  font: inherit;
  cursor: pointer;
}

.steady-stone-button:hover {
  transform: translate(-50%, -50%) scale(1.10);
}

.steady-stone-button:focus-visible {
  outline: 3px solid rgba(47, 111, 237, 0.24);
  outline-offset: 4px;
}

/* Tighten the picker just enough that the support control is not clipped. */
.steady-circle-shell--picker .steady-circle,
.steady-circle--with-feelings {
  --circle-width: min(100%, 600px);
  --circle-height: 500px;
  margin-bottom: 10px;
}

.app-page--embedded .stage {
  gap: 12px;
  padding-bottom: 16px;
}

.app-page--embedded .footer-help {
  margin-top: 4px;
}

.app-page--embedded .footer-help .btn-help {
  width: fit-content;
  max-width: 100%;
  min-height: 34px;
  padding: 7px 14px;
  border-color: rgba(154, 123, 31, 0.22);
  background: rgba(255, 252, 236, 0.72);
  color: rgba(75, 58, 15, 0.90);
  box-shadow: none;
}

.app-page--embedded .footer-help .btn-help:hover {
  background: rgba(255, 252, 236, 0.92);
}

@media (max-width: 760px) {
  .steady-step-home:not(.steady-circle-shell--picker) .steady-circle {
    --circle-width: min(100%, 470px);
    --circle-height: 334px;
  }

  .steady-circle-shell--picker .steady-circle,
  .steady-circle--with-feelings {
    --circle-width: min(100%, 520px);
    --circle-height: 474px;
  }
}

@media (max-width: 620px) {
  .steady-step-home:not(.steady-circle-shell--picker) .steady-circle {
    --circle-width: min(100%, 410px);
    --circle-height: 314px;
  }

  .steady-step-home:not(.steady-circle-shell--picker) .steady-center-card {
    width: min(62%, 258px);
    min-height: 122px;
  }

  .steady-step-home:not(.steady-circle-shell--picker) .stone-home {
    top: 84%;
  }

  .steady-circle-shell--picker .steady-circle,
  .steady-circle--with-feelings {
    --circle-width: min(100%, 442px);
    --circle-height: 432px;
  }

  .app-page--embedded .footer-help .btn-help {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .steady-step-home:not(.steady-circle-shell--picker) .steady-circle {
    --circle-height: 300px;
  }

  .steady-circle-shell--picker .steady-circle,
  .steady-circle--with-feelings {
    --circle-height: 416px;
  }
}

/* v4.2.0 Action Button Contrast Pass:
   Child-facing primary action buttons use a soft golden/honey treatment so the
   next click is easy to find against the blue pond without feeling loud. */
:root {
  --steady-honey: #f4c75e;
  --steady-honey-light: #ffe39a;
  --steady-honey-deep: #d89a25;
  --steady-honey-ink: #3f2e0b;
}

.app-page--embedded:not(.mode-guardian) .top-actions .btn-primary,
.app-page--embedded:not(.mode-guardian) .footer-actions .btn-primary {
  border-color: rgba(184, 121, 24, 0.42);
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.48), transparent 36%),
    linear-gradient(180deg, var(--steady-honey-light), var(--steady-honey));
  color: var(--steady-honey-ink);
  box-shadow:
    0 14px 30px rgba(154, 123, 31, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.52);
}

.app-page--embedded:not(.mode-guardian) .top-actions .btn-primary:hover,
.app-page--embedded:not(.mode-guardian) .footer-actions .btn-primary:hover {
  border-color: rgba(184, 121, 24, 0.52);
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.54), transparent 36%),
    linear-gradient(180deg, #ffe9ad, #f5cb68);
  box-shadow:
    0 16px 34px rgba(154, 123, 31, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.58);
}

.app-page--embedded:not(.mode-guardian) .top-actions .btn-primary:focus-visible,
.app-page--embedded:not(.mode-guardian) .footer-actions .btn-primary:focus-visible {
  outline: 3px solid rgba(216, 154, 37, 0.34);
  outline-offset: 3px;
}


/* v4.2.1 Stop Screen Cleanup:
   The "Stop for now" state is not a feeling choice. Keep it calm,
   remove the choice-chip treatment, and make grown-up help secondary
   so the primary exit is obvious. */
.focus-card--stop-screen {
  justify-items: center;
  text-align: center;
}

.app-page--embedded .bubble.is-disengage {
  width: fit-content;
  max-width: min(680px, 100%);
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(15, 23, 42, 0.07);
  color: var(--ink);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.055);
}

.focus-card--stop-screen + .controls .top-actions {
  justify-content: center;
}

.focus-card--stop-screen + .controls .btn-subtle:not(.btn-help) {
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(154, 123, 31, 0.18);
  color: #5a4610;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.045);
}

/* v4.2.2 Pond Size Nudge:
   Make the picker pond just a touch larger so longer right-side stones,
   especially Overwhelmed, sit more comfortably inside the pond edge without
   changing the Steady flow or resurfaced-feelings concept. */
.steady-circle-shell--picker .steady-circle,
.steady-circle--with-feelings {
  --circle-width: min(100%, 630px);
  --circle-height: 508px;
  margin-bottom: 8px;
}

.feeling-stone--overwhelmed {
  --x: 84%;
}

@media (max-width: 760px) {
  .steady-circle-shell--picker .steady-circle,
  .steady-circle--with-feelings {
    --circle-width: min(100%, 536px);
    --circle-height: 482px;
  }

  .feeling-stone--overwhelmed {
    --x: 80%;
  }
}

@media (max-width: 620px) {
  .steady-circle-shell--picker .steady-circle,
  .steady-circle--with-feelings {
    --circle-width: min(100%, 450px);
    --circle-height: 434px;
  }

  .feeling-stone--overwhelmed {
    --x: 77%;
  }
}

@media (max-width: 430px) {
  .steady-circle-shell--picker .steady-circle,
  .steady-circle--with-feelings {
    --circle-height: 418px;
  }

  .feeling-stone--overwhelmed {
    --x: 76%;
  }
}


/* v4.2.3 Locked Pond Size:
   Keep every active Steady Pond screen at the same pond dimensions as the
   surfaced-feelings picker. The pond should not visually resize between
   Start, Breathe, Steady, and Carry On steps; steadiness matters for usability. */
.thread--circle .steady-circle,
.thread--circle .steady-step-home:not(.steady-circle-shell--picker) .steady-circle,
.thread--circle .steady-circle-shell--picker .steady-circle,
.thread--circle .steady-circle--with-feelings {
  --circle-width: min(100%, 630px);
  --circle-height: 508px;
  margin-bottom: 8px;
}

/* Keep the pond-intro Start stone comfortably inside the locked pond. */
.thread--circle .steady-step-home:not(.steady-circle-shell--picker) .stone-home {
  top: 84%;
}

@media (max-width: 760px) {
  .thread--circle .steady-circle,
  .thread--circle .steady-step-home:not(.steady-circle-shell--picker) .steady-circle,
  .thread--circle .steady-circle-shell--picker .steady-circle,
  .thread--circle .steady-circle--with-feelings {
    --circle-width: min(100%, 536px);
    --circle-height: 482px;
  }
}

@media (max-width: 620px) {
  .thread--circle .steady-circle,
  .thread--circle .steady-step-home:not(.steady-circle-shell--picker) .steady-circle,
  .thread--circle .steady-circle-shell--picker .steady-circle,
  .thread--circle .steady-circle--with-feelings {
    --circle-width: min(100%, 450px);
    --circle-height: 434px;
  }

  .thread--circle .steady-step-home:not(.steady-circle-shell--picker) .stone-home {
    top: 84%;
  }
}

@media (max-width: 430px) {
  .thread--circle .steady-circle,
  .thread--circle .steady-step-home:not(.steady-circle-shell--picker) .steady-circle,
  .thread--circle .steady-circle-shell--picker .steady-circle,
  .thread--circle .steady-circle--with-feelings {
    --circle-height: 418px;
  }
}
