:root {
  color-scheme: light;
  --pink: #ff3f86;
  --pink-dark: #ec246f;
  --pink-soft: #fff0f6;
  --lavender: #f3efff;
  --ink: #352f3b;
  --muted: #7c7481;
  --line: #f1dfe8;
  --card: rgba(255, 255, 255, 0.94);
  --shadow: 0 18px 48px rgba(111, 70, 91, 0.12);
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 84% 8%, rgba(255, 164, 211, 0.38), transparent 24%),
    radial-gradient(circle at 8% 28%, rgba(198, 185, 255, 0.3), transparent 28%),
    linear-gradient(180deg, #fff7fb 0%, #f8f3ff 48%, #fff 100%);
  color: var(--ink);
}

button, input, select, textarea { font: inherit; }
button { -webkit-tap-highlight-color: transparent; }

.app-shell {
  width: min(100%, 480px);
  min-height: 100vh;
  margin: 0 auto;
  padding: max(18px, env(safe-area-inset-top)) 18px max(28px, env(safe-area-inset-bottom));
}

.brand-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 4px 18px;
}

.brand-mark { color: var(--pink-dark); font-weight: 800; letter-spacing: 0.04em; }
.safe-note { color: var(--muted); font-size: 12px; }

.intro-card {
  position: relative;
  overflow: hidden;
  min-height: calc(100svh - 92px);
  padding: 30px 24px 22px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 32px;
  background: var(--card);
  box-shadow: var(--shadow);
}

.intro-progress { position: relative; z-index: 2; display: grid; grid-template-columns: 34px 1fr 34px; align-items: center; margin-bottom: 18px; }
.intro-progress > button { display: grid; width: 34px; height: 34px; place-items: center; padding: 0; border: 0; border-radius: 11px; background: #fff3f8; color: var(--pink-dark); font-size: 24px; cursor: pointer; }
.intro-progress > div { display: flex; justify-content: center; gap: 7px; }
.intro-progress i { width: 7px; height: 7px; border-radius: 999px; background: #eadfe5; transition: width .2s ease, background .2s ease; }
.intro-progress i.active { width: 22px; background: var(--pink); }
.intro-progress > span { color: #968d98; font-size: 10px; text-align: right; }
.intro-panel { position: relative; z-index: 1; display: flex; min-height: calc(100svh - 186px); flex-direction: column; animation: intro-in .28s ease both; }
.intro-panel > .primary-button { margin-top: auto; }
.intro-panel h1 { margin-top: 18px; font-size: clamp(32px, 8.8vw, 40px); }
.ability-big-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin: 20px 0; }
.ability-big-grid article { display: grid; grid-template-columns: 36px 1fr; gap: 9px; min-height: 68px; align-items: center; padding: 10px 11px; border: 1px solid #f0e1e8; border-radius: 17px; background: #fff; }
.ability-big-grid b { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 12px; background: var(--pink-soft); color: var(--pink-dark); font-family: "Songti SC", "STSong", serif; font-size: 15px; }
.ability-big-grid article:nth-child(2) b { background: #f1edff; color: #7462a3; }
.ability-big-grid article:nth-child(3) b { background: #fff2e5; color: #b36d35; }
.ability-big-grid article:nth-child(4) b { background: #edf6e4; color: #698147; }
.ability-big-grid strong { font-size: 12px; line-height: 1.35; }
.stage-slide { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 20px 0 14px; }
.stage-slide article { display: grid; min-width: 0; align-content: start; gap: 8px; padding: 12px 10px; border: 1px solid #f0e2e9; border-radius: 18px; background: #fff; }
.stage-slide b { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 14px; background: linear-gradient(145deg, #fff0f6, #ffe5ef); color: var(--pink-dark); font-family: "Songti SC", "STSong", serif; font-size: 18px; }
.stage-slide article:nth-child(2) b { background: linear-gradient(145deg, #f3efff, #e9e0ff); color: #7462a3; }
.stage-slide article:nth-child(3) b { background: linear-gradient(145deg, #fff3e9, #ffe5d1); color: #b36d35; }
.stage-slide article > div { display: grid; gap: 3px; }
.stage-slide strong { font-size: 15px; }
.stage-slide small { color: #817783; font-size: 10px; line-height: 1.45; }
.one-idea-card { display: grid; gap: 5px; margin-bottom: 16px; padding: 14px 16px; border-radius: 18px; background: linear-gradient(140deg, #fff0f6, #f6f1ff); }
.one-idea-card span { color: var(--pink-dark); font-size: 11px; font-weight: 800; }
.one-idea-card strong { font-family: "Songti SC", "STSong", serif; font-size: 16px; line-height: 1.45; }
.intro-chat-preview { display: grid; gap: 12px; margin: 24px 0 16px; }
.intro-chat-preview > div { display: grid; grid-template-columns: 39px 1fr; gap: 10px; align-items: start; }
.intro-chat-preview b { display: grid; width: 39px; height: 39px; place-items: center; border-radius: 13px; background: linear-gradient(145deg, #ff8db5, #ff3f86); color: #fff; font-family: "Songti SC", "STSong", serif; }
.intro-chat-preview p { margin: 0; padding: 15px 16px; border-radius: 5px 20px 20px 20px; background: linear-gradient(145deg, #fff0f6, #fff8fb); font-family: "Songti SC", "STSong", serif; font-size: 18px; font-weight: 750; line-height: 1.45; }
.intro-chat-preview > span { margin-left: 49px; color: #776e79; font-size: 12px; line-height: 1.65; }
.intro-outcome { display: grid; gap: 6px; margin-bottom: 18px; padding: 15px 16px; border: 1px solid #ebe1f3; border-radius: 18px; background: #faf7ff; }
.intro-outcome span { color: #7867a0; font-size: 11px; font-weight: 800; }
.intro-outcome strong { font-size: 16px; }
.intro-outcome small { color: #867d89; font-size: 11px; }
.intro-gestation-card { display: grid; gap: 10px; margin: 20px 0 14px; padding: 14px; border: 1px solid #ebdfe6; border-radius: 20px; background: #fffafc; }
.intro-week-fields { display: grid; grid-template-columns: 1.35fr .85fr; gap: 9px; }
.intro-week-fields label { display: grid; gap: 6px; color: #736a75; font-size: 11px; font-weight: 750; }
.intro-week-fields label > div { display: grid; grid-template-columns: 1fr 24px; align-items: center; min-width: 0; border: 1px solid #eadde4; border-radius: 14px; background: #fff; }
.intro-week-fields input, .intro-week-fields select, .intro-gestation-card details input { width: 100%; min-width: 0; min-height: 48px; padding: 10px 12px; border: 0; background: transparent; color: var(--ink); outline: 0; font-size: 16px; font-weight: 750; }
.intro-week-fields small { color: #948a96; font-size: 11px; }
.intro-week-fields label > div:focus-within, .intro-gestation-card details:focus-within { border-color: #ff76a9; box-shadow: 0 0 0 3px rgba(255, 63, 134, .09); }
.intro-gestation-card details { padding: 11px 12px; border: 1px solid #eadde4; border-radius: 14px; background: #fff; }
.intro-gestation-card summary { color: var(--pink-dark); font-size: 11px; font-weight: 750; cursor: pointer; }
.intro-gestation-card details label { display: block; margin: 11px 0 2px; color: #7a707c; font-size: 10px; font-weight: 750; }
.intro-gestation-card details input { min-height: 42px; padding-left: 0; border-bottom: 1px solid #f0e5ea; }
.intro-gestation-error { margin: -5px 2px 10px; color: #c84550; font-size: 11px; line-height: 1.5; }
@keyframes intro-in { from { opacity: 0; transform: translateX(10px); } to { opacity: 1; transform: translateX(0); } }

.orb { position: absolute; border-radius: 999px; filter: blur(2px); pointer-events: none; }
.orb-one { width: 170px; height: 170px; top: -62px; right: -55px; background: linear-gradient(145deg, #ffe0ef, #e6dcff); }
.orb-two { width: 90px; height: 90px; top: 138px; right: -46px; background: rgba(255, 216, 150, 0.35); }

.eyebrow {
  position: relative;
  display: inline-flex;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--pink-soft);
  color: var(--pink-dark);
  font-size: 13px;
  font-weight: 750;
}

h1 {
  position: relative;
  margin: 24px 0 14px;
  font-family: "Songti SC", "STSong", serif;
  font-size: clamp(34px, 9.6vw, 44px);
  line-height: 1.2;
  letter-spacing: -0.04em;
}

.lead { position: relative; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.8; }

.importance-kicker { padding-left: 13px; padding-right: 13px; }
.importance-card { position: relative; overflow: hidden; margin: 25px -8px 14px; padding: 23px 21px; border-radius: 25px; background: linear-gradient(140deg, #ff6b98 0%, #f24482 62%, #d94f96 100%); box-shadow: 0 16px 30px rgba(224, 62, 126, .2); color: #fff; }
.importance-card::after { content: ''; position: absolute; width: 130px; height: 130px; right: -46px; top: -55px; border: 25px solid rgba(255,255,255,.12); border-radius: 50%; }
.importance-card > span { position: relative; z-index: 1; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.importance-card h2 { position: relative; z-index: 1; margin: 9px 0 10px; font-family: "Songti SC", "STSong", serif; font-size: 24px; line-height: 1.38; }
.importance-card p { position: relative; z-index: 1; margin: 0; color: rgba(255,255,255,.88); font-size: 11px; line-height: 1.7; }
.trimester-path { display: grid; gap: 8px; margin: 0 0 22px; }
.trimester-path article { display: grid; grid-template-columns: 42px 1fr; gap: 11px; align-items: center; padding: 13px 14px; border: 1px solid #f0e3e9; border-radius: 17px; background: #fff; }
.trimester-path b { display: grid; width: 39px; height: 39px; place-items: center; border-radius: 13px; background: #fff0f6; color: var(--pink-dark); font-family: "Songti SC", "STSong", serif; font-size: 17px; }
.trimester-path article:nth-child(2) b { background: #f2efff; color: #7866a5; }
.trimester-path article:nth-child(3) b { background: #fff3e8; color: #b9733d; }
.trimester-path article div { display: grid; gap: 4px; }
.trimester-path strong { font-size: 12px; }
.trimester-path small { color: #827985; font-size: 10px; line-height: 1.55; }
.difference-card { margin: 0 -8px 22px; padding: 21px; border-radius: 25px; background: linear-gradient(145deg, #f4efff, #fff8fb); }
.difference-card > span { color: #7964a5; font-size: 10px; font-weight: 800; }
.difference-card h2 { margin: 7px 0 15px; font-family: "Songti SC", "STSong", serif; font-size: 21px; line-height: 1.42; }
.difference-card > div { display: grid; gap: 7px; }
.difference-card article { display: grid; grid-template-columns: 58px 1fr; gap: 9px; align-items: center; padding: 11px 12px; border-radius: 14px; background: rgba(255,255,255,.78); }
.difference-card i { padding: 6px 7px; border-radius: 9px; background: #fff0f6; color: var(--pink-dark); font-size: 10px; font-style: normal; font-weight: 800; text-align: center; }
.difference-card p { margin: 0; color: #6d6470; font-size: 10px; line-height: 1.55; }
.nutrition-lesson { margin: 0 0 24px; }
.nutrition-lesson > strong { display: block; margin: 0 2px 11px; font-size: 13px; }
.nutrition-lesson details { overflow: hidden; border: 1px solid #eee2e8; border-radius: 16px; background: #fff; }
.nutrition-lesson details + details { margin-top: 8px; }
.nutrition-lesson summary { position: relative; padding: 14px 40px 14px 14px; color: #514a54; font-size: 11px; font-weight: 750; line-height: 1.5; cursor: pointer; list-style: none; }
.nutrition-lesson summary::-webkit-details-marker { display: none; }
.nutrition-lesson summary::after { content: '+'; position: absolute; top: 50%; right: 15px; display: grid; width: 21px; height: 21px; place-items: center; border-radius: 8px; background: #fff0f6; color: var(--pink-dark); font-size: 14px; transform: translateY(-50%); }
.nutrition-lesson details[open] summary::after { content: '−'; }
.nutrition-lesson details p { margin: 0; padding: 0 14px 15px; color: #776e7a; font-size: 10px; line-height: 1.7; }
.nutritionist-intro-panel { position: relative; margin: 0 -8px 18px; padding: 20px; border: 1px solid #f0dfe7; border-radius: 25px; background: #fffafc; }
.nutritionist-intro-panel h2 { margin: 18px 0 9px; font-family: "Songti SC", "STSong", serif; font-size: 23px; line-height: 1.4; }
.nutritionist-intro-panel > p { margin: 0; color: #756c78; font-size: 11px; line-height: 1.75; }

.nutritionist-hello { position: relative; display: flex; align-items: center; gap: 11px; }
.nutritionist-hello > div:last-child { display: grid; gap: 4px; }
.nutritionist-hello small { padding-left: 12px; color: #9a909b; font-size: 10px; }
.nutritionist-avatar {
  display: grid;
  width: 47px;
  height: 47px;
  flex: 0 0 auto;
  place-items: center;
  border: 4px solid #fff;
  border-radius: 16px;
  background: linear-gradient(145deg, #ff8db5, #ff3f86);
  box-shadow: 0 8px 20px rgba(236, 36, 111, .2);
  color: #fff;
  font-family: "Songti SC", "STSong", serif;
  font-size: 20px;
  font-weight: 900;
}
.ability-preview { position: relative; margin: 23px 0 16px; }
.ability-preview > strong { display: block; margin-bottom: 11px; font-size: 13px; }
.ability-preview > div { display: flex; flex-wrap: wrap; gap: 7px; }
.ability-preview span { padding: 7px 10px; border: 1px solid #f2dfe8; border-radius: 999px; background: #fff9fc; color: #756b77; font-size: 10px; }
.stage-first-card { position: relative; overflow: hidden; margin: 0 -8px 18px; padding: 21px; border-radius: 25px; background: linear-gradient(140deg, #ff6b98 0%, #f24482 62%, #d94f96 100%); box-shadow: 0 16px 30px rgba(224, 62, 126, .2); color: #fff; }
.stage-first-card::after { content: ''; position: absolute; width: 125px; height: 125px; top: -55px; right: -42px; border: 24px solid rgba(255,255,255,.1); border-radius: 50%; }
.stage-first-card > span { position: relative; z-index: 1; font-size: 10px; font-weight: 800; }
.stage-first-card h2 { position: relative; z-index: 1; margin: 8px 0 14px; font-family: "Songti SC", "STSong", serif; font-size: 23px; line-height: 1.4; }
.stage-first-card > div { position: relative; z-index: 1; display: grid; grid-template-columns: 30px 1fr 30px 1fr 30px; align-items: center; margin: 2px 0 13px; }
.stage-first-card b { display: grid; width: 29px; height: 29px; place-items: center; border-radius: 10px; background: rgba(255,255,255,.9); color: var(--pink-dark); font-family: "Songti SC", "STSong", serif; font-size: 13px; }
.stage-first-card i { height: 2px; background: rgba(255,255,255,.35); }
.stage-first-card p { position: relative; z-index: 1; margin: 0; color: rgba(255,255,255,.9); font-size: 11px; line-height: 1.7; }
.conversation-promise { position: relative; margin: 0 0 20px; padding: 17px; border: 1px dashed #e4d5ee; border-radius: 20px; background: linear-gradient(135deg, #f7f2ff, #fff8fb); }
.conversation-promise strong { font-size: 14px; }
.conversation-promise p { margin: 7px 0 10px; color: #766d79; font-size: 11px; line-height: 1.65; }
.conversation-promise span { color: #846fa0; font-size: 10px; font-weight: 750; }

.concern-prompt { position: relative; display: grid; gap: 6px; margin: 25px 0 0; padding: 16px 17px; border-radius: 20px; background: linear-gradient(120deg, #fff0f6, #f7f2ff); }
.concern-prompt span { color: var(--pink-dark); font-size: 10px; font-weight: 800; }
.concern-prompt h2 { margin: 0; font-family: "Songti SC", "STSong", serif; font-size: 22px; line-height: 1.35; }
.concern-prompt p { margin: 0; color: #786f7a; font-size: 11px; line-height: 1.55; }

.capability-picker { position: relative; margin: 19px 0 18px; }
.capability-picker legend { margin-bottom: 12px; font-size: 16px; }
.capability-picker legend::after { content: '（先选一个最困扰你的）'; color: #9d939e; font-size: 11px; font-weight: 500; }
.capability-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.capability-card {
  position: relative;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 4px 9px;
  min-width: 0;
  min-height: 116px;
  align-content: start;
  padding: 13px 12px;
  border: 1px solid #eddee6;
  border-radius: 19px;
  background: #fff;
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.capability-card.capability-featured { background: linear-gradient(145deg, #fff7fa, #fff); }
.capability-card input { position: absolute; opacity: 0; pointer-events: none; }
.capability-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 11px;
  background: var(--pink-soft);
  color: var(--pink-dark);
  font-size: 12px;
  font-weight: 850;
}
.capability-card strong { align-self: center; min-width: 0; font-size: 14px; line-height: 1.35; }
.capability-card small { grid-column: 1 / -1; color: var(--muted); font-size: 11px; line-height: 1.55; }
.capability-card:has(input:checked) {
  border-color: #ff5c98;
  background: linear-gradient(145deg, #fff0f6, #fff9fc);
  box-shadow: 0 9px 22px rgba(236, 36, 111, .12), inset 0 0 0 1px #ff5c98;
  transform: translateY(-1px);
}
.capability-card:has(input:checked)::after {
  content: '✓';
  position: absolute;
  top: 8px;
  right: 9px;
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border-radius: 50%;
  background: var(--pink);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}
.capability-card:has(input:focus-visible) { outline: 3px solid rgba(255, 63, 134, .24); outline-offset: 2px; }
.selected-goal-promise {
  position: relative;
  display: grid;
  gap: 6px;
  margin: 0 0 18px;
  padding: 16px 17px;
  border-radius: 19px;
  background: linear-gradient(120deg, #f5f0ff, #fff6fa);
}
.selected-goal-promise > span { color: #786b89; font-size: 10px; font-weight: 750; }
.selected-goal-promise strong { font-size: 15px; }
.selected-goal-promise p { margin: 0; color: #756d78; font-size: 12px; line-height: 1.65; }
.service-path { display: grid; gap: 8px; margin: 0 0 24px; padding: 15px; border-radius: 20px; background: #fffafc; }
.service-path article { display: grid; grid-template-columns: 28px 1fr; gap: 10px; align-items: center; }
.service-path b { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 9px; background: var(--lavender); color: #7564a5; font-size: 10px; }
.service-path article > span { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
.service-path strong { font-size: 12px; }
.service-path small { color: var(--muted); font-size: 10px; text-align: right; }

.primary-button {
  width: 100%;
  min-height: 56px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(100deg, #ff5b99, #ff2677);
  box-shadow: 0 12px 28px rgba(255, 47, 126, 0.25);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.primary-button:disabled { cursor: not-allowed; filter: grayscale(0.45); opacity: 0.52; box-shadow: none; }

.primary-button:focus-visible { outline: 3px solid rgba(255, 63, 134, 0.3); outline-offset: 3px; }
.primary-button:active { transform: translateY(1px); }
.consent-check {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: -5px 2px 16px;
  color: #756d78;
  font-size: 12px;
  line-height: 1.55;
}
.consent-check input { width: 18px; height: 18px; margin: 0; accent-color: var(--pink); flex: 0 0 auto; }
.consent-check a, .site-footer a, .back-link { color: var(--pink-dark); text-underline-offset: 3px; }
.consent-line { margin: 16px 3px 0; color: #99909b; font-size: 11px; line-height: 1.65; text-align: center; }

[hidden] { display: none !important; }

.wizard-card, .conversation-card, .result-card, .privacy-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
}

.conversation-card { min-height: calc(100vh - 72px); padding-bottom: max(16px, env(safe-area-inset-bottom)); }
.conversation-head { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 10px; padding: 19px 18px 13px; }
.conversation-body { display: grid; gap: 18px; padding: 23px 20px 5px; }
.dialogue-row { display: flex; align-items: flex-start; gap: 10px; animation: rise-in .24s ease both; }
.mini-avatar { display: grid; width: 34px; height: 34px; flex: 0 0 auto; place-items: center; border-radius: 12px; background: linear-gradient(145deg, #ff8db5, #ff3f86); box-shadow: 0 7px 15px rgba(236, 36, 111, .17); color: #fff; font-family: "Songti SC", "STSong", serif; font-size: 13px; font-weight: 900; }
.assistant-bubble { min-width: 0; padding: 16px 17px; border-radius: 5px 21px 21px 21px; background: linear-gradient(145deg, #fff0f6, #fff8fb); }
.assistant-bubble > span { color: var(--pink-dark); font-size: 10px; font-weight: 800; }
.assistant-bubble h1 { margin: 7px 0 8px; font-size: 25px; line-height: 1.35; letter-spacing: -.02em; }
.assistant-bubble p { margin: 0; color: #716874; font-size: 12px; line-height: 1.7; }
.why-card { display: grid; grid-template-columns: 27px 1fr; gap: 10px; align-items: start; margin-left: 44px; padding: 13px 14px; border: 1px solid #ece3f5; border-radius: 16px; background: #faf7ff; }
.why-card > span { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 9px; background: #eee7fa; color: #7563a5; font-size: 12px; font-weight: 900; }
.why-card strong { font-size: 11px; }
.why-card p { margin: 4px 0 0; color: #817887; font-size: 10px; line-height: 1.6; }
.answer-area { animation: rise-in .28s .04s ease both; }
.answer-grid { display: grid; gap: 9px; }
.answer-grid-compact { grid-template-columns: 1fr 1fr; }
.answer-option { position: relative; display: grid; grid-template-columns: 25px 1fr; gap: 10px; min-width: 0; min-height: 62px; align-items: center; padding: 12px 13px; border: 1px solid #ebdfe5; border-radius: 17px; background: #fff; color: var(--ink); text-align: left; cursor: pointer; transition: border-color .16s ease, background .16s ease, transform .16s ease; }
.answer-option:hover { transform: translateY(-1px); }
.answer-option.is-selected { border-color: #ff6b9f; background: linear-gradient(120deg, #fff0f6, #fff9fc); box-shadow: inset 3px 0 0 #ff4d91; }
.answer-option:focus-visible { outline: 3px solid rgba(255, 63, 134, .2); outline-offset: 2px; }
.answer-check { display: grid; width: 23px; height: 23px; place-items: center; border: 1px solid #eadde4; border-radius: 8px; color: #fff; font-size: 11px; font-weight: 900; }
.answer-option.is-selected .answer-check { border-color: var(--pink); background: var(--pink); }
.answer-option strong { display: block; font-size: 13px; line-height: 1.35; }
.answer-option strong em { display: inline-block; margin-left: 5px; padding: 2px 5px; border-radius: 999px; background: #ffe1ec; color: var(--pink-dark); font-size: 7px; font-style: normal; font-weight: 800; vertical-align: 2px; }
.answer-option small { display: block; margin-top: 4px; color: #8e8490; font-size: 10px; line-height: 1.4; }
.single-input-card, .gestation-card, .review-card { padding: 17px; border: 1px solid #eadfe5; border-radius: 20px; background: #fff; }
.single-input-card > label, .gestation-card label > span, .gestation-card > div > span { display: block; margin-bottom: 9px; color: #655d68; font-size: 11px; font-weight: 750; }
.input-with-unit { display: grid; grid-template-columns: 1fr auto; align-items: center; overflow: hidden; border: 1px solid #eadde4; border-radius: 16px; background: #fffafc; }
.input-with-unit input, .gestation-card input, .gestation-card select, .time-input-card input { width: 100%; min-width: 0; min-height: 54px; padding: 12px 14px; border: 0; background: transparent; color: var(--ink); outline: 0; font-size: 18px; font-weight: 750; }
.input-with-unit span { padding: 0 15px 0 5px; color: #8d838f; font-size: 12px; }
.single-input-card > small, .time-input-card small { display: block; margin-top: 9px; color: #9a919c; font-size: 10px; }
.text-input-card textarea { width: 100%; min-height: 105px; padding: 13px 14px; border: 1px solid #eadde4; border-radius: 16px; background: #fffafc; color: var(--ink); outline: 0; resize: vertical; font-size: 13px; line-height: 1.6; }
.text-input-card textarea:focus, .input-with-unit:focus-within, .gestation-card label:focus-within, .time-input-card:focus-within { border-color: #ff76a9; box-shadow: 0 0 0 3px rgba(255, 63, 134, .09); }
.empty-answer { display: block; margin: 12px auto 0; padding: 8px 13px; border: 0; border-radius: 999px; background: #f6f2f4; color: #746b77; font-size: 11px; cursor: pointer; }
.gestation-card { display: grid; gap: 15px; }
.gestation-card > label, .gestation-card > div:not(.or-divider) { padding: 13px; border: 1px solid #eee3e9; border-radius: 16px; background: #fffafc; }
.gestation-card > label input { border-bottom: 1px solid #f0e5ea; }
.or-divider { display: flex; align-items: center; gap: 10px; color: #a197a3; font-size: 10px; }
.or-divider::before, .or-divider::after { content: ''; height: 1px; flex: 1; background: #f0e5ea; }
.gestation-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.gestation-fields label { display: grid; grid-template-columns: 1fr auto; align-items: center; overflow: hidden; border: 1px solid #eadde4; border-radius: 13px; background: #fff; }
.gestation-fields label small { padding-right: 12px; color: #8d838f; }
.insight-card { overflow: hidden; padding: 18px; border-radius: 21px; background: linear-gradient(135deg, #f5f0ff, #fff4f8); }
.insight-card > span { color: #7866a5; font-size: 10px; font-weight: 800; }
.insight-card > strong { display: block; margin-top: 7px; font-size: 17px; }
.insight-card > p { margin: 8px 0 0; color: #716878; font-size: 11px; line-height: 1.7; }
.trimester-result { overflow: hidden; border: 1px solid #eedde6; border-radius: 23px; background: #fff; }
.trimester-result-head { position: relative; overflow: hidden; padding: 20px; background: linear-gradient(140deg, #fff0f6, #fff8fb); }
.trimester-result.middle .trimester-result-head { background: linear-gradient(140deg, #f3efff, #fff9fc); }
.trimester-result.late .trimester-result-head { background: linear-gradient(140deg, #fff2e8, #fff8fb); }
.trimester-result-head::after { content: ''; position: absolute; width: 95px; height: 95px; top: -45px; right: -32px; border: 18px solid rgba(255,255,255,.7); border-radius: 50%; }
.trimester-result-head > span { color: #9a7282; font-size: 10px; font-weight: 750; }
.trimester-result-head > strong { display: block; margin: 5px 0 8px; font-family: "Songti SC", "STSong", serif; font-size: 27px; }
.trimester-result-head > p { margin: 0; color: #6e6570; font-size: 11px; line-height: 1.7; }
.trimester-focus { display: grid; gap: 0; padding: 17px 18px 7px; }
.trimester-focus > strong { margin-bottom: 7px; font-size: 12px; }
.trimester-focus article { display: grid; grid-template-columns: 32px 1fr; gap: 10px; align-items: center; padding: 10px 0; border-bottom: 1px solid #f3e9ee; }
.trimester-focus article:last-child { border-bottom: 0; }
.trimester-focus b { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 10px; background: #fff0f6; color: var(--pink-dark); font-size: 9px; }
.trimester-result.middle .trimester-focus b { background: #f0ecff; color: #7361a5; }
.trimester-result.late .trimester-focus b { background: #fff0e4; color: #b66c34; }
.trimester-focus article div { display: grid; gap: 3px; }
.trimester-focus span { font-size: 11px; font-weight: 750; }
.trimester-focus small { color: #827984; font-size: 9px; line-height: 1.5; }
.trimester-note { margin: 0; padding: 13px 18px 17px; background: #fffafc; color: #8a808b; font-size: 9px; line-height: 1.6; }
.weight-insight > div { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin: 13px 0; }
.weight-insight article { display: grid; gap: 5px; padding: 15px; border-radius: 16px; background: rgba(255,255,255,.78); }
.weight-insight small { color: #8a7e90; font-size: 10px; }
.weight-insight article strong { color: #493f50; font-size: 20px; }
.answer-response { display: grid; gap: 12px; min-height: 0; }
.dialogue-row-user { justify-content: flex-end; }
.user-answer { max-width: 84%; padding: 11px 14px; border-radius: 18px 5px 18px 18px; background: #eee8f8; color: #5e526b; font-size: 12px; line-height: 1.5; }
.nutritionist-reply { padding: 13px 15px; border: 1px solid #f2dfe8; border-radius: 5px 18px 18px 18px; background: #fff; }
.nutritionist-reply strong { color: var(--pink-dark); font-size: 10px; }
.nutritionist-reply p { margin: 5px 0 0; color: #675e69; font-size: 11px; line-height: 1.7; }
.review-card { display: grid; gap: 0; padding-top: 5px; padding-bottom: 5px; }
.review-card article { position: relative; display: grid; gap: 5px; padding: 14px 48px 14px 0; border-bottom: 1px solid #f2e8ed; }
.review-card article:last-child { border-bottom: 0; }
.review-card span { color: #968c97; font-size: 10px; }
.review-card strong { font-size: 12px; line-height: 1.55; }
.review-card button { position: absolute; top: 50%; right: 0; padding: 5px; border: 0; background: transparent; color: var(--pink-dark); font-size: 10px; transform: translateY(-50%); cursor: pointer; }
.time-input-card input { border: 1px solid #eadde4; border-radius: 15px; background: #fffafc; }
.conversation-actions { position: sticky; bottom: 0; z-index: 3; padding: 16px 20px max(17px, env(safe-area-inset-bottom)); background: linear-gradient(180deg, rgba(255,255,255,.7), #fff 24%); backdrop-filter: blur(8px); }
@keyframes rise-in { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: translateY(0); } }

.wizard-head { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 10px; padding: 20px 18px 14px; }
.icon-button, .text-button, .secondary-button, .danger-button {
  min-height: 42px;
  border: 0;
  border-radius: 14px;
  cursor: pointer;
}
.icon-button { width: 42px; background: #fff3f8; color: var(--pink-dark); font-size: 30px; line-height: 1; }
.text-button { padding: 0 5px; background: transparent; color: var(--muted); font-size: 12px; }
.progress-copy { display: grid; gap: 4px; }
.progress-copy span { color: var(--pink-dark); font-size: 11px; font-weight: 750; }
.progress-copy strong { font-size: 17px; }
.progress-track { height: 5px; margin: 0 20px; overflow: hidden; border-radius: 999px; background: #f3e9ee; }
.progress-track i { display: block; width: 25%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #ff70a5, #ff2979); transition: width .25s ease; }

#wizardBody { padding: 22px 20px 4px; }
.step-intro { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 18px; }
.step-intro p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.privacy-pill { flex: 0 0 auto; padding: 7px 9px; border-radius: 999px; background: #f4f0ff; color: #7563a5; font-size: 10px; }
.form-stack { display: grid; gap: 20px; }
fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
legend { margin-bottom: 11px; padding: 0; font-size: 15px; font-weight: 800; }
.field-help { margin: -3px 0 12px; color: #958c97; font-size: 11px; line-height: 1.5; }
.field { display: grid; gap: 8px; }
.field + .field { margin-top: 13px; }
.field > span { color: #59515e; font-size: 13px; font-weight: 650; }
.field em { color: #a9a0aa; font-size: 10px; font-style: normal; font-weight: 400; }
.field input, .field select, .field textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid #eadde4;
  border-radius: 15px;
  background: #fffafc;
  color: var(--ink);
  outline: none;
  padding: 12px 13px;
}
.field textarea { min-height: 84px; resize: vertical; line-height: 1.55; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: #ff7aab; box-shadow: 0 0 0 3px rgba(255, 87, 151, 0.1); }
.inline-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.inline-fields + .inline-fields { margin-top: 13px; }

.segmented { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.segmented label { min-width: 0; }
.segmented input, .choice-card input, .check-card input { position: absolute; opacity: 0; pointer-events: none; }
.segmented span {
  display: grid;
  min-height: 46px;
  place-items: center;
  padding: 6px 4px;
  border: 1px solid #eadde4;
  border-radius: 14px;
  background: #fff;
  color: #6d6570;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
.segmented input:checked + span { border-color: #ff70a7; background: #fff0f6; color: var(--pink-dark); font-weight: 750; }

.choice-list, .goal-list { display: grid; gap: 9px; }
.choice-card { position: relative; display: block; cursor: pointer; }
.choice-card > span {
  display: grid;
  gap: 5px;
  min-height: 68px;
  padding: 13px 15px;
  border: 1px solid #eadde4;
  border-radius: 17px;
  background: #fff;
}
.choice-card strong { font-size: 14px; }
.choice-card small { color: var(--muted); font-size: 11px; line-height: 1.5; }
.choice-card input:checked + span { border-color: #ff6fa6; background: linear-gradient(100deg, #fff1f7, #fff9fc); box-shadow: inset 4px 0 0 #ff4d91; }
.choice-list.compact { grid-template-columns: 1fr 1fr; }
.choice-list.compact .choice-card > span { height: 100%; }

.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.check-card { position: relative; display: block; cursor: pointer; }
.check-card span {
  display: flex;
  min-height: 58px;
  align-items: center;
  padding: 11px 12px;
  border: 1px solid #eadde4;
  border-radius: 16px;
  background: #fff;
  color: #5e5662;
  font-size: 12px;
  line-height: 1.45;
}
.check-card input:checked + span { border-color: #ff70a7; background: #fff0f6; color: var(--pink-dark); font-weight: 700; }
.check-card input:checked + span::before { content: '✓'; margin-right: 7px; color: var(--pink); font-weight: 900; }

.assessment-context { display: grid; gap: 6px; padding: 17px; border-radius: 20px; background: linear-gradient(120deg, #fff0f6, #f7f2ff); }
.assessment-context > span { color: var(--pink-dark); font-size: 10px; font-weight: 800; }
.assessment-context strong { font-size: 18px; }
.assessment-context p { margin: 0; color: #756b78; font-size: 11px; line-height: 1.65; }
.assessment-title { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 2px; }
.assessment-title strong { font-size: 16px; }
.assessment-title span { order: 2; padding: 6px 9px; border-radius: 999px; background: #f3efff; color: #7563a5; font-size: 10px; }
.assessment-question { padding-top: 3px; }
.assessment-question + .assessment-question { padding-top: 4px; border-top: 1px solid #f3e9ee; }
.assessment-question legend { line-height: 1.5; }
.assessment-options { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.assessment-options label { position: relative; min-width: 0; cursor: pointer; }
.assessment-options input { position: absolute; opacity: 0; pointer-events: none; }
.assessment-options span { display: grid; min-height: 51px; place-items: center; padding: 8px 9px; border: 1px solid #eadde4; border-radius: 14px; background: #fff; color: #675f6a; font-size: 11px; line-height: 1.4; text-align: center; }
.assessment-options input:checked + span { border-color: #ff6fa6; background: #fff0f6; color: var(--pink-dark); box-shadow: inset 3px 0 0 #ff4d91; font-weight: 750; }
.assessment-options input:focus-visible + span { outline: 3px solid rgba(255, 63, 134, .22); outline-offset: 2px; }
.assessment-disclaimer { margin: -2px 2px 0; color: #9d949f; font-size: 10px; line-height: 1.65; }

.goal-list { grid-template-columns: 1fr 1fr; }
.goal-list .choice-card > span { min-height: 92px; }
.confirmed-goal { display: grid; gap: 6px; padding: 18px; border-radius: 20px; background: linear-gradient(120deg, #fff0f6, #f5f0ff); }
.confirmed-goal > span { color: var(--pink-dark); font-size: 10px; font-weight: 800; }
.confirmed-goal > strong { font-size: 20px; }
.confirmed-goal > p { margin: 0; color: #756b78; font-size: 11px; line-height: 1.55; }
.confirmed-goal button { width: max-content; margin-top: 5px; padding: 0; border: 0; background: transparent; color: var(--pink-dark); font-size: 10px; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.value-callout { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 16px; border-radius: 18px; background: #f7f2ff; color: #665a75; }
.value-callout strong { grid-column: 1 / -1; color: #4a3d58; font-size: 13px; }
.value-callout span { font-size: 11px; }
.value-callout span::before { content: '✓'; margin-right: 5px; color: #8266c4; }

.form-error { margin: 15px 20px 0; padding: 11px 13px; border-radius: 13px; background: #fff0f0; color: #c84550; font-size: 12px; line-height: 1.5; }
.wizard-actions { position: sticky; bottom: 0; padding: 16px 20px max(20px, env(safe-area-inset-bottom)); background: linear-gradient(180deg, rgba(255,255,255,.75), #fff 22%); }
.save-state { display: block; margin-top: 9px; color: #9b929d; font-size: 10px; text-align: center; }

.result-card { padding-bottom: max(22px, env(safe-area-inset-bottom)); }
.result-hero { position: relative; overflow: hidden; padding: 30px 24px 26px; background: linear-gradient(145deg, #fff1f7 0%, #f4efff 100%); }
.result-hero::after { content: ''; position: absolute; width: 150px; height: 150px; right: -66px; top: -58px; border-radius: 50%; background: rgba(255,255,255,.65); }
.result-kicker { color: var(--pink-dark); font-size: 12px; font-weight: 800; }
.result-hero h1 { margin: 15px 0 12px; font-size: 30px; }
.result-hero p { margin: 15px 0 0; color: #756d78; font-size: 13px; line-height: 1.7; }
.remembered-goals { display: grid; gap: 5px; margin: 18px 20px 0; padding: 15px 17px; border-radius: 18px; background: linear-gradient(120deg, #fff0f6, #f5f0ff); }
.remembered-goals span { color: var(--pink-dark); font-size: 10px; font-weight: 800; }
.remembered-goals strong { font-size: 15px; }
.remembered-goals small { color: #786f7a; font-size: 11px; line-height: 1.55; }
.tag-row { display: flex; flex-wrap: wrap; gap: 7px; }
.tag-row span { padding: 6px 9px; border-radius: 999px; background: rgba(255,255,255,.8); color: #6f6373; font-size: 10px; }
.assessment-result { margin: 20px 20px 0; padding: 19px; border: 1px solid #eadfe7; border-radius: 22px; background: #fff; }
.assessment-result.watch { border-color: #eed8a6; background: #fffaf0; }
.assessment-result.focus { border-color: #f1c9a8; background: #fff7ef; }
.assessment-result.urgent { border-color: #efb2b9; background: #fff2f3; }
.assessment-result-kicker { color: var(--pink-dark); font-size: 10px; font-weight: 850; }
.assessment-result h2 { margin: 7px 0 8px; font-size: 21px; }
.assessment-result > p { margin: 0; color: #6e6570; font-size: 12px; line-height: 1.7; }
.assessment-need { display: grid; gap: 5px; margin: 15px 0; padding: 13px 14px; border-radius: 15px; background: rgba(255,255,255,.72); }
.assessment-need span { color: #948995; font-size: 10px; }
.assessment-need strong { font-size: 12px; line-height: 1.6; }
.assessment-evidence > strong, .assessment-help > strong { display: block; margin-bottom: 8px; font-size: 12px; }
.assessment-evidence ul { display: grid; gap: 6px; margin: 0; padding: 0; list-style: none; }
.assessment-evidence li { color: #746b76; font-size: 11px; line-height: 1.5; }
.assessment-evidence li::before { content: '·'; margin-right: 7px; color: var(--pink); font-weight: 900; }
.assessment-help { display: grid; gap: 7px; margin-top: 15px; }
.assessment-help span { display: flex; align-items: center; gap: 8px; color: #635b66; font-size: 11px; }
.assessment-help b { display: grid; width: 23px; height: 23px; flex: 0 0 auto; place-items: center; border-radius: 8px; background: #f3efff; color: #7563a5; font-size: 9px; }
.service-plan-card { padding: 24px 20px 0; }
.service-objective { display: grid; gap: 6px; padding: 17px; border-radius: 19px 19px 8px 8px; background: linear-gradient(120deg, #fff0f6, #f4efff); }
.service-objective > span { color: var(--pink-dark); font-size: 10px; font-weight: 800; }
.service-objective strong { font-size: 17px; }
.service-objective p { margin: 1px 0 0; color: #766b79; font-size: 11px; line-height: 1.6; }
.service-timeline { display: grid; gap: 1px; margin-top: 2px; overflow: hidden; border-radius: 8px 8px 18px 18px; background: #f2e7ed; }
.service-timeline article { display: grid; grid-template-columns: 65px 1fr; gap: 10px; padding: 14px; background: #fff; }
.service-timeline article > span { color: var(--pink-dark); font-size: 10px; font-weight: 800; }
.service-timeline article div { display: grid; gap: 4px; }
.service-timeline article strong { font-size: 12px; }
.service-timeline article p { margin: 0; color: #7b727d; font-size: 10px; line-height: 1.55; }
.tracking-list { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 12px; padding: 15px; border-radius: 17px; background: #fffafc; }
.tracking-list > strong { width: 100%; margin-bottom: 2px; font-size: 12px; }
.tracking-list span { padding: 7px 9px; border-radius: 999px; background: #f5f1ff; color: #6e6280; font-size: 9px; }
.adjust-rule { margin-top: 10px; padding: 14px 15px; border: 1px dashed #e5d3dc; border-radius: 16px; }
.adjust-rule strong { font-size: 11px; }
.adjust-rule p { margin: 5px 0 0; color: #7c727e; font-size: 10px; line-height: 1.6; }
.starter-meal { padding: 24px 20px 0; }
.starter-meal > article { overflow: hidden; padding: 18px; border: 1px solid #eadfe5; border-radius: 21px; background: linear-gradient(150deg, #fff, #fff9f4); }
.starter-meal-title span { color: #bf7538; font-size: 10px; font-weight: 800; }
.starter-meal-title h2 { margin: 6px 0 13px; font-size: 18px; }
.starter-meal ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.starter-meal li { padding-left: 16px; color: #655d68; font-size: 11px; line-height: 1.55; }
.starter-meal li::before { content: '✓'; float: left; margin-left: -16px; color: #df8842; font-weight: 900; }
.meal-reason, .meal-swap { margin-top: 14px; padding: 12px 13px; border-radius: 14px; background: #fff; }
.meal-reason strong, .meal-swap strong { font-size: 11px; }
.meal-reason p, .meal-swap p { margin: 5px 0 0; color: #7b727d; font-size: 10px; line-height: 1.6; }
.meal-safety { display: block; margin-top: 12px; color: #9b8d91; font-size: 9px; line-height: 1.55; }
.action-section, .daily-loop { padding: 24px 20px 2px; }
.section-heading { display: grid; gap: 5px; margin-bottom: 14px; }
.section-heading span { font-size: 17px; font-weight: 850; }
.section-heading small { color: var(--muted); font-size: 11px; }
.action-list { display: grid; gap: 11px; }
.action-list article { display: grid; grid-template-columns: 40px 1fr; gap: 12px; padding: 16px; border: 1px solid var(--line); border-radius: 19px; background: #fffdfd; }
.action-list article > b { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 13px; background: var(--pink-soft); color: var(--pink-dark); font-size: 11px; }
.action-list h2 { margin: 1px 0 7px; font-size: 15px; }
.action-list p { margin: 0; color: #655d68; font-size: 12px; line-height: 1.7; }
.action-list small { display: block; margin-top: 9px; color: #9b8490; font-size: 10px; line-height: 1.55; }
.caution-card { margin: 22px 20px 0; padding: 16px; border-radius: 18px; background: #fff8e9; color: #705e35; }
.caution-card strong { font-size: 13px; }
.caution-card p { margin: 8px 0 0; font-size: 11px; line-height: 1.65; }
.daily-loop article { display: grid; grid-template-columns: 58px 1fr; gap: 10px; align-items: center; padding: 12px 0; border-bottom: 1px solid #f3e9ee; }
.daily-loop article > span { color: var(--pink-dark); font-size: 12px; font-weight: 800; }
.daily-loop article div { display: grid; gap: 4px; }
.daily-loop article strong { font-size: 13px; }
.daily-loop article p { margin: 0; color: var(--muted); font-size: 11px; }
.reminder-line { display: flex; justify-content: space-between; margin: 14px 0 0; padding: 13px 15px; border-radius: 15px; background: #f5f1ff; color: #6e6180; font-size: 12px; }
.result-actions { display: grid; gap: 9px; padding: 24px 20px 0; }
.link-button { display: grid; place-items: center; text-decoration: none; }
.secondary-button { width: 100%; border: 1px solid #eadde4; background: #fff; color: #675e69; font-weight: 700; }
.result-disclaimer { margin: 16px 24px 0; color: #a49ba6; font-size: 10px; line-height: 1.6; text-align: center; }

.site-footer { display: flex; justify-content: center; gap: 8px; padding: 18px 0 2px; color: #a399a5; font-size: 10px; }
.site-footer a { text-decoration: none; }
.privacy-shell { padding-top: max(24px, env(safe-area-inset-top)); }
.back-link { display: inline-block; margin: 0 3px 16px; text-decoration: none; font-size: 13px; }
.privacy-card { padding: 28px 22px; }
.privacy-card h1 { margin-top: 18px; font-size: 30px; }
.privacy-card h2 { margin: 25px 0 8px; font-size: 16px; }
.privacy-card p { color: #665e69; font-size: 13px; line-height: 1.75; }
.danger-button { margin-top: 13px; padding: 0 16px; border: 1px solid #efb9bf; background: #fff5f5; color: #b63c49; }
.danger-button:disabled { opacity: .55; }
.delete-state { min-height: 20px; color: var(--pink-dark) !important; font-size: 11px !important; }
.medical-note { margin-top: 24px; padding: 15px; border-radius: 17px; background: #f6f2ff; }
.medical-note strong { font-size: 13px; }
.medical-note p { margin-bottom: 0; font-size: 11px; }

@media (min-width: 700px) {
  .app-shell { padding-top: 34px; }
}

@media (max-width: 360px) {
  .app-shell { padding-left: 11px; padding-right: 11px; }
  .intro-card { padding-left: 19px; padding-right: 19px; }
  .segmented { grid-template-columns: 1fr 1fr; }
  .goal-list, .choice-list.compact { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
