/* FormYou — a personal first routine, one clear decision at a time. */
.onboarding-page {
  --ob-ink: #18382e;
  --ob-paper: #f6f5f0;
  --ob-surface: #fffefa;
  --ob-muted: #616c60;
  --ob-line: #dce1d4;
  --ob-citron: #dbef87;
  min-height: 100vh;
  min-height: 100dvh;
  color: var(--ob-ink);
  background: var(--ob-paper);
  font-family: var(--font-sans);
  line-height: 1.65;
}
.onboarding-page *, .onboarding-page *::before, .onboarding-page *::after { box-sizing: border-box; }
.onboarding-page h1, .onboarding-page h2, .onboarding-page h3 { font-family: var(--font-display); font-weight: 550; letter-spacing: -.05em; }
.onboarding-page .eyebrow { font-size: 10px; line-height: 1.65; letter-spacing: .13em; font-weight: 700; }
.onboarding-page button { touch-action: manipulation; }
.onboarding-page :focus-visible { outline: 3px solid #7a984d; outline-offset: 5px; }
.ob-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  max-width: 1376px;
  margin: 0 auto;
  padding: 28px 48px;
}
.ob-header .wordmark { display: inline-flex; align-items: center; gap: 12px; font-size: 34px; line-height: 1; font-weight: 850; letter-spacing: -1.9px; }
.ob-header .wordmark > span:not(.form-symbol) { padding: 0; font: inherit; letter-spacing: inherit; vertical-align: baseline; }
.ob-header .wordmark > .form-symbol { display: flex; align-items: center; gap: 3px; width: 27px; height: 30px; padding: 0; flex-shrink: 0; transform: skew(-16deg); color: var(--ob-ink); }
.ob-save-later { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; padding: 8px 0 8px 14px; color: var(--ob-muted); background: transparent; border: 0; font-size: 12px; font-weight: 600; text-align: right; }
.ob-save-later:hover { color: var(--ob-ink); text-decoration: underline; text-underline-offset: 5px; }
.ob-save-later svg { width: 16px; height: 16px; }
.onboarding-page .ob-main#main {
  display: grid;
  grid-template-columns: minmax(0, .81fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(32px, 5.2vw, 76px);
  width: 100%;
  max-width: 1280px;
  min-height: 0;
  margin: 0 auto;
  padding: 12px 48px 48px;
}
.ob-story {
  display: flex;
  flex-direction: column;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-width: 0;
  min-height: 740px;
  padding: 38px 36px 33px;
  border-radius: 14px 14px 64px 14px;
  background: var(--ob-ink);
  color: var(--ob-paper);
}
.ob-story > .eyebrow { color: #c1d1b3; }
.ob-story > h1 { max-width: 370px; margin: 25px 0 19px; font-size: clamp(42px, 4.2vw, 58px); line-height: 1.04; }
.ob-story > h1 em, .ob-story > h1 span { color: var(--ob-citron); }
.ob-story > p { max-width: 335px; color: #c0cdbb; font-size: 13px; line-height: 1.9; }
.ob-orbit {
  display: grid;
  place-items: center;
  position: absolute;
  width: 151px;
  height: 151px;
  right: -79px;
  top: 258px;
  margin: 0;
  border: 1px solid #dbef8730;
  border-radius: 50%;
  color: var(--ob-citron);
  font-family: var(--font-display);
  font-size: 76px;
  line-height: 1;
  opacity: .45;
  z-index: -1;
}
.ob-orbit::before, .ob-orbit::after { content: ''; position: absolute; border: 1px solid #dbef8724; border-radius: 50%; pointer-events: none; }
.ob-orbit::before { inset: -18px; }
.ob-orbit::after { inset: 18px; }
.ob-orbit > span { display: block; }
.ob-story-steps { display: grid; gap: 11px; margin: 33px 0 0; padding: 0; list-style: none; }
.ob-story-steps li { color: #abbda8; }
.ob-story-steps button { display: flex; align-items: center; gap: 13px; width: 100%; min-height: 44px; padding: 3px 0; border: 0; border-radius: 6px; color: inherit; background: transparent; text-align: left; }
.ob-story-steps button:disabled { opacity: 1; cursor: default; }
.ob-story-steps button:not(:disabled):hover { color: #fffefa; }
.ob-story-steps button:focus-visible { outline-color: var(--ob-citron); }
.ob-story-steps button > span { display: grid; place-items: center; width: 31px; height: 31px; flex: 0 0 31px; border: 1px solid #7f99774d; border-radius: 50%; font-size: 11px; font-weight: 600; font-variant-numeric: tabular-nums; }
.ob-story-steps button > div { display: flex; flex-direction: column; gap: 3px; }
.ob-story-steps strong { font-size: 12px; font-weight: 600; line-height: 1.5; }
.ob-story-steps small { color: #abbda8; font-size: 11px; line-height: 1.5; }
.ob-story-steps li.is-current { color: var(--ob-paper); }
.ob-story-steps li.is-current button > span { color: var(--ob-ink); border-color: var(--ob-citron); background: var(--ob-citron); }
.ob-story-steps li.is-current small { color: #c0cfb8; }
.ob-story-steps li.is-complete button > span { color: var(--ob-citron); border-color: #7f9977; background: #345044; }
.ob-story-steps li.is-complete button > span svg { width: 14px; height: 14px; }
.ob-story-note { display: block; margin-top: auto; padding-top: 28px; color: #c0cfb8; font-size: 9px; font-weight: 550; line-height: 1.7; letter-spacing: .095em; }
.ob-panel { min-width: 0; width: 100%; padding: 14px 0 0; }
.ob-progress { margin-bottom: 33px; }
.ob-step-label { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; font-size: 11px; font-weight: 600; line-height: 1.6; color: var(--ob-muted); }
.ob-step-label strong { color: var(--ob-ink); font-weight: 650; }
.ob-step-label span { font-variant-numeric: tabular-nums; }
.ob-progress-track { height: 4px; overflow: hidden; border-radius: 8px; background: #e0e5d7; }
.ob-progress-track progress { display: block; width: 100%; height: 4px; border: 0; border-radius: 8px; overflow: hidden; appearance: none; -webkit-appearance: none; background: #e0e5d7; color: #688647; }
.ob-progress-track progress::-webkit-progress-bar { background: #e0e5d7; }
.ob-progress-track progress::-webkit-progress-value { background: #688647; border-radius: 8px; transition: width .3s ease; }
.ob-progress-track progress::-moz-progress-bar { background: #688647; border-radius: 8px; }
.ob-heading { margin: 0 0 25px; }
.ob-heading > .eyebrow { color: #6a7c56; margin-bottom: 14px; }
.ob-heading h2 { margin: 0 0 15px; font-size: clamp(30px, 3.1vw, 40px); line-height: 1.11; text-wrap: balance; }
.ob-heading p { max-width: 510px; color: var(--ob-muted); font-size: 13px; line-height: 1.85; }
.ob-heading:focus, .ob-heading h2:focus, .ob-result-heading:focus, .ob-calculating:focus { outline: 0; }
.ob-form { display: flex; flex-direction: column; gap: 23px; min-width: 0; }
.ob-fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.ob-fieldset > legend { width: 100%; margin: 0 0 12px; padding: 0; font-size: 13px; font-weight: 650; color: var(--ob-ink); }
.ob-fieldset > legend.sr-only { width: 1px; min-width: 0; max-width: 1px; height: 1px; margin: -1px; }
.ob-hint { margin-top: 11px; color: var(--ob-muted); font-size: 12px; line-height: 1.8; }
.ob-fieldset > legend + .ob-hint { margin-top: -5px; margin-bottom: 14px; }
.ob-options { display: grid; grid-template-columns: 1fr; gap: 11px; min-width: 0; }
.ob-options.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ob-options.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ob-option {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 0;
  min-height: 90px;
  padding: 20px;
  border: 1px solid #d1d8c8;
  border-radius: 10px;
  background: var(--ob-surface);
  cursor: pointer;
  transition: border-color .18s, background .18s, box-shadow .18s;
}
.ob-option:hover, .ob-time:hover, .ob-day:hover, .ob-equipment:hover { border-color: #95aa7b; background: #f0f4e6; }
.onboarding-page .ob-option input, .onboarding-page .ob-day input, .onboarding-page .ob-time input, .onboarding-page .ob-equipment input {
  position: absolute;
  width: 1px;
  min-width: 0;
  height: 1px;
  min-height: 0;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.ob-option:has(input:checked), .ob-time:has(input:checked), .ob-day:has(input:checked), .ob-equipment:has(input:checked) { background: #eef4dc; border-color: #788e58; box-shadow: inset 0 0 0 1px #788e58; }
.ob-option:has(input:focus-visible), .ob-time:has(input:focus-visible), .ob-day:has(input:focus-visible), .ob-equipment:has(input:focus-visible) { outline: 3px solid #7a984d; outline-offset: 4px; }
.ob-option:has(input:disabled), .ob-day:has(input:disabled), .ob-equipment:has(input:disabled) { opacity: .5; cursor: not-allowed; }
.ob-option-icon { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 42px; border-radius: 11px; color: #6a8054; background: #edf1e5; }
.ob-option-icon svg { width: 21px; height: 21px; }
.ob-option:has(input:checked) .ob-option-icon { background: var(--ob-citron); color: var(--ob-ink); }
.ob-option-copy { display: flex; flex: 1; flex-direction: column; gap: 5px; min-width: 0; }
.ob-option-copy strong { font-size: 14px; font-weight: 650; line-height: 1.45; }
.ob-option-copy small { color: var(--ob-muted); font-size: 12px; font-weight: 400; line-height: 1.65; }
.ob-option-check { display: grid; place-items: center; width: 19px; height: 19px; flex: 0 0 19px; align-self: center; margin-left: auto; border: 1px solid #b7c2aa; border-radius: 50%; color: transparent; background: var(--ob-surface); }
.ob-option-check svg { width: 12px; height: 12px; }
.ob-option:has(input:checked) .ob-option-check { border-color: var(--ob-ink); color: var(--ob-citron); background: var(--ob-ink); }
.ob-options.two .ob-option, .ob-options.three .ob-option { flex-wrap: wrap; align-items: flex-start; gap: 14px; min-height: 162px; padding: 18px; }
.ob-options.two .ob-option-copy, .ob-options.three .ob-option-copy { order: 2; flex-basis: 100%; }
.ob-options.two .ob-option-check, .ob-options.three .ob-option-check { position: absolute; top: 19px; right: 18px; }
.ob-options.three .ob-option-copy strong { font-size: 13px; }
.ob-options.three .ob-option-copy small { font-size: 11px; line-height: 1.75; }
.ob-days { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 7px; }
.ob-day { display: flex; align-items: center; flex-direction: column; justify-content: center; gap: 10px; position: relative; min-width: 0; min-height: 82px; padding: 13px 2px; border: 1px solid #d1d8c8; border-radius: 9px; background: var(--ob-surface); cursor: pointer; transition: border-color .18s, background .18s; }
.ob-day > span { font-size: 12px; font-weight: 600; line-height: 1.4; }
.ob-day > strong { display: grid; place-items: center; width: 18px; height: 18px; color: #78816f; font-size: 15px; font-weight: 450; line-height: 1; }
.ob-day:has(input:checked) > strong { background: var(--ob-ink); border-radius: 50%; color: var(--ob-citron); font-size: 11px; }
.ob-day > strong svg { width: 12px; height: 12px; }
.ob-time-options { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
.ob-time { display: flex; align-items: center; justify-content: center; gap: 7px; position: relative; min-width: 0; min-height: 54px; padding: 12px 5px; border: 1px solid #d1d8c8; border-radius: 9px; background: var(--ob-surface); cursor: pointer; text-align: center; font-size: 13px; font-weight: 650; transition: border-color .18s, background .18s; }
.ob-time > span { display: inline-flex; flex-wrap: wrap; align-items: baseline; justify-content: center; gap: 4px; }
.ob-time small { font-size: 11px; color: var(--ob-muted); font-weight: 500; }
.ob-equipment-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.ob-equipment { display: flex; align-items: center; gap: 10px; position: relative; min-width: 0; min-height: 51px; padding: 12px 13px; border: 1px solid #d1d8c8; border-radius: 8px; background: var(--ob-surface); cursor: pointer; font-size: 12px; font-weight: 550; line-height: 1.5; transition: border-color .18s, background .18s; }
.ob-equipment::before { content: ''; display: block; width: 17px; height: 17px; flex: 0 0 17px; border: 1px solid #b3c0a4; border-radius: 4px; background: var(--ob-surface); }
.ob-equipment:has(input:checked)::before { border-color: var(--ob-ink); background: var(--ob-ink); }
.ob-equipment:has(input:checked)::after { content: ''; position: absolute; top: calc(50% - 4px); left: 19px; width: 5px; height: 8px; border-right: 1.5px solid var(--ob-citron); border-bottom: 1.5px solid var(--ob-citron); transform: rotate(45deg); }
.ob-presets { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-bottom: 13px; }
.ob-presets button { display: flex; align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: 6px; min-height: 78px; padding: 13px; border: 1px solid #cad3bd; border-radius: 7px; background: transparent; color: #4e6541; font-size: 12px; font-weight: 650; line-height: 1.5; text-align: left; }
.ob-presets button small { display: block; color: var(--ob-muted); font-size: 11px; font-weight: 400; line-height: 1.65; }
.ob-presets button:hover { background: #eaf0dc; border-color: #97ad7b; }
.ob-presets button.is-selected { color: var(--ob-ink); background: var(--ob-citron); border-color: #bfda6e; }
.ob-stations { margin-top: 18px; border-top: 1px solid var(--ob-line); }
.ob-stations > summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; list-style: none; cursor: pointer; padding: 17px 0; color: var(--ob-muted); font-size: 12px; font-weight: 600; }
.ob-stations > summary::-webkit-details-marker { display: none; }
.ob-stations > summary::after { content: '+'; font-size: 20px; line-height: 1; font-weight: 400; }
.ob-stations > summary > span { margin-left: auto; font-size: 11px; font-weight: 400; }
.ob-stations[open] > summary::after { content: '−'; }
.ob-stations .ob-equipment-grid { margin-bottom: 10px; }
.ob-summary { display: grid; margin: 0; border-top: 1px solid var(--ob-line); }
.ob-summary > div { display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--ob-line); }
.ob-summary dt { color: var(--ob-muted); font-size: 12px; }
.ob-summary dd { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin: 0; font-size: 13px; font-weight: 650; line-height: 1.75; overflow-wrap: anywhere; }
.ob-summary dd small { display: block; margin-top: 7px; font-size: 11px; font-weight: 400; color: var(--ob-muted); line-height: 1.8; }
.ob-summary dd button { flex-shrink: 0; min-height: 28px; padding: 2px 0 2px 3px; margin-top: -2px; border: 0; color: #5a7345; background: transparent; text-decoration: underline; text-underline-offset: 4px; font-size: 11px; font-weight: 550; }
.ob-summary dd button:hover { color: var(--ob-ink); }
.ob-error { padding: 13px 16px; border: 1px solid #efcfc7; border-radius: 8px; background: #fff1ed; color: #a63339; font-size: 12px; line-height: 1.75; }
.ob-error:empty { display: none; }
.ob-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 27px; padding-top: 23px; border-top: 1px solid var(--ob-line); }
.ob-form > .ob-actions { margin-top: 3px; }
.ob-actions .btn { gap: 14px; min-height: 51px; padding: 13px 20px; font-size: 12px; border-radius: 8px; }
.ob-actions .btn.primary { margin-left: auto; min-width: 159px; justify-content: space-between; color: var(--ob-paper); border-color: var(--ob-ink); background: var(--ob-ink); }
.ob-actions .btn.primary:hover { background: #2c5040; border-color: #2c5040; }
.ob-actions .btn.quiet { border-color: transparent; padding-left: 0; color: var(--ob-muted); background: transparent; }
.ob-actions .btn.quiet:hover { color: var(--ob-ink); background: #edf0e7; padding-left: 12px; margin-left: -12px; }
.ob-actions .btn svg { width: 17px; height: 17px; }
.ob-footer { display: flex; justify-content: space-between; gap: 18px; max-width: 1280px; margin: 0 auto; padding: 4px 48px 27px; font-size: 11px; line-height: 1.8; color: var(--ob-muted); }
.ob-footer > span:first-child { font-size: 10px; font-weight: 600; letter-spacing: .05em; }
.ob-panel > .ob-footer { padding: 18px 0 0; font-size: 11px; text-align: center; }

/* A breathing, indeterminate calculation ring. No invented percentage. */
.ob-calculating { display: flex; align-items: center; justify-content: center; flex-direction: column; min-height: 640px; padding: 18px 12px 35px; text-align: center; }
.ob-spinner { display: grid; place-items: center; position: relative; width: 205px; height: 205px; margin: 0 auto 36px; border-radius: 50%; background: #edf1e3; }
.ob-spinner::before { content: ''; position: absolute; inset: 18px; border: 1px solid #d5ddc8; border-radius: 50%; }
.ob-spinner::after { content: ''; position: absolute; inset: -15px; border: 1px solid #e0e5d6; border-radius: 50%; }
.ob-spinner > svg { position: absolute; inset: 0; width: 100%; height: 100%; fill: none; transform: rotate(-90deg); overflow: visible; animation: ob-orbit-turn 2.3s linear infinite; }
.ob-ring-track { fill: none; stroke: #dce3cf; stroke-width: 3; }
.ob-ring-active { fill: none; stroke: #718e4d; stroke-width: 3; stroke-linecap: round; stroke-dasharray: 115 540; }
.ob-spinner-mark { display: grid; place-items: center; width: 102px; height: 102px; border-radius: 50%; background: var(--ob-citron); color: var(--ob-ink); }
.ob-spinner-mark .form-symbol { transform: skew(-16deg) scale(1.4); }
.ob-spinner.is-complete > svg { animation: none; }
.ob-spinner.is-complete .ob-ring-active { stroke-dasharray: 490 0; stroke: #688647; }
.ob-spinner.is-complete .ob-spinner-mark { background: var(--ob-ink); color: var(--ob-citron); }
.ob-calculating > .eyebrow { margin-bottom: 15px; color: #6a7c56; }
.ob-calculating > h2 { max-width: 425px; margin: 0 0 17px; font-size: 38px; line-height: 1.12; text-wrap: balance; }
.ob-calculating > p { max-width: 370px; margin: 0 auto; color: var(--ob-muted); font-size: 13px; line-height: 1.85; }
.ob-calculation-steps { display: grid; gap: 15px; width: min(100%, 332px); margin: 32px 0 0; padding: 0; list-style: none; text-align: left; }
.ob-calculation-steps li { display: flex; align-items: center; gap: 11px; color: #67735e; font-size: 12px; line-height: 1.6; }
.ob-calculation-steps li::before { content: ''; width: 18px; height: 18px; flex: 0 0 18px; border: 1px solid #c3d0b1; border-radius: 50%; background: #f3f5ec; }
.ob-calculation-steps li.is-active { color: var(--ob-ink); font-weight: 650; }
.ob-calculation-steps li.is-active::before { border: 5px solid #d4e5ad; background: #587342; }
.ob-calculation-steps li.is-complete::before { content: '✓'; display: grid; place-items: center; border-color: #bdcfa0; background: #e8f1d7; color: #3d6335; font-size: 11px; }
.ob-calculation-steps li > span:empty { display: none; }
.ob-calculating > .ob-error { margin-top: 28px; text-align: left; }
.ob-calculating > .btn { margin-top: 30px; font-size: 12px; border-color: transparent; background: transparent; color: var(--ob-muted); }

/* The plan arrives as a legible weekly routine that can be inspected. */
.ob-result-heading { margin-bottom: 26px; }
.ob-success-check { display: grid; place-items: center; width: 47px; height: 47px; margin-bottom: 24px; border: 1px solid #c4db8b; border-radius: 50%; color: var(--ob-ink); background: var(--ob-citron); font-size: 22px; }
.ob-success-check svg { width: 23px; height: 23px; }
.ob-result-heading > .eyebrow { margin-bottom: 13px; color: #6a7c56; }
.ob-result-heading > h2 { margin: 0 0 16px; font-size: 40px; line-height: 1.1; text-wrap: balance; }
.ob-result-heading > h2 > span { color: #748959; }
.ob-result-heading > p { color: var(--ob-muted); font-size: 13px; line-height: 1.9; }
.ob-result-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-bottom: 26px; }
.ob-result-fact { display: flex; flex-direction: column; justify-content: space-between; gap: 8px; min-width: 0; min-height: 94px; padding: 16px; border: 1px solid #dce3d0; border-radius: 9px; background: #edf1e3; }
.ob-result-fact strong { font-family: var(--font-display); font-size: 25px; font-weight: 550; letter-spacing: -.04em; line-height: 1.15; overflow-wrap: anywhere; }
.ob-result-fact span { color: var(--ob-muted); font-size: 11px; line-height: 1.5; }
.ob-result-days { display: grid; gap: 9px; }
.ob-result-day { min-width: 0; overflow: hidden; border: 1px solid #d1d8c8; border-radius: 9px; background: var(--ob-surface); }
.ob-result-day > summary { display: grid; grid-template-columns: minmax(0, 1fr) auto 12px; align-items: center; gap: 5px 12px; min-height: 83px; padding: 16px 19px; cursor: pointer; list-style: none; }
.ob-result-day > summary::-webkit-details-marker { display: none; }
.ob-result-day > summary > span { grid-column: 1 / 3; align-self: center; color: #6a7a59; font-size: 10px; font-weight: 700; line-height: 1.4; text-transform: uppercase; letter-spacing: .06em; }
.ob-result-day > summary > strong { grid-column: 1; min-width: 0; font-size: 13px; font-weight: 650; line-height: 1.5; }
.ob-result-day > summary > small { grid-column: 2; color: var(--ob-muted); font-size: 11px; white-space: nowrap; }
.ob-result-day > summary > small > b { display: none; }
.ob-result-day > summary::after { content: ''; grid-column: 3; grid-row: 1 / 3; justify-self: end; width: 7px; height: 7px; margin-top: -4px; border-right: 1.5px solid #61754e; border-bottom: 1.5px solid #61754e; transform: rotate(45deg); transition: transform .18s; }
.ob-result-day > summary:hover { background: #f0f4e6; }
.ob-result-day[open] > summary { background: #edf2e3; border-bottom: 1px solid #dce3d0; }
.ob-result-day[open] > summary::after { margin-top: 4px; transform: rotate(225deg); }
.ob-result-day > ol { counter-reset: ob-exercise; list-style: none; margin: 0; padding: 4px 19px; }
.ob-result-day > ol > li { counter-increment: ob-exercise; display: grid; grid-template-columns: 23px minmax(0, 1fr) auto; align-items: center; gap: 10px; padding: 13px 0; border-bottom: 1px solid #e6e9df; }
.ob-result-day > ol > li::before { content: counter(ob-exercise, decimal-leading-zero); color: #738267; font-size: 10px; font-variant-numeric: tabular-nums; }
.ob-result-day > ol > li:last-child { border: 0; }
.ob-result-day > ol strong { display: block; font-size: 12px; line-height: 1.6; font-weight: 600; }
.ob-result-day > ol small { color: var(--ob-muted); font-size: 11px; line-height: 1.7; }
.ob-result-note { display: flex; align-items: flex-start; gap: 12px; margin-top: 19px; padding: 16px 17px; border-radius: 8px; background: #ebf0e1; color: var(--ob-muted); font-size: 12px; line-height: 1.85; }
.ob-result-note > svg { flex-shrink: 0; width: 19px; height: 19px; margin-top: 2px; color: #68844d; }
.ob-result-warnings { margin: 17px 0 0; padding: 15px 17px; border: 1px solid #e4dabc; border-radius: 8px; color: #796033; background: #f9f1df; font-size: 12px; line-height: 1.8; }
.ob-result-warnings ul { margin: 0; padding-left: 17px; }
.ob-result-warnings li + li { margin-top: 5px; }
.onboarding-page[data-stage='result'] .ob-story { position: sticky; top: 28px; }
.onboarding-page[data-stage='result'] .ob-panel { padding-top: 9px; }
.onboarding-page[data-stage='calculating'] .ob-panel { padding-top: 0; }
@keyframes ob-orbit-turn { from { transform: rotate(-90deg); } to { transform: rotate(270deg); } }

@media (min-width: 1450px) {
  .ob-header { padding-top: 35px; padding-bottom: 35px; }
  .onboarding-page .ob-main#main { padding-top: 25px; }
}
@media (max-width: 1050px) {
  .ob-header { padding-left: 32px; padding-right: 32px; }
  .onboarding-page .ob-main#main { grid-template-columns: minmax(0, .72fr) minmax(0, 1fr); gap: 34px; padding-left: 32px; padding-right: 32px; }
  .ob-story { min-height: 730px; padding: 33px 27px 30px; border-bottom-right-radius: 48px; }
  .ob-story > h1 { font-size: 45px; }
  .ob-story > p { font-size: 12px; }
  .ob-orbit { width: 132px; height: 132px; font-size: 67px; }
  .ob-options.three { grid-template-columns: 1fr; }
  .ob-options.three .ob-option { flex-wrap: nowrap; align-items: center; min-height: 79px; padding: 16px; }
  .ob-options.three .ob-option-copy { flex-basis: auto; order: 0; }
  .ob-options.three .ob-option-check { position: static; }
  .ob-options.three .ob-option-copy small { font-size: 12px; }
  .ob-footer { padding-left: 32px; padding-right: 32px; }
  .ob-result-fact { padding: 14px 12px; }
  .ob-result-fact strong { font-size: 22px; }
}
@media (max-width: 760px) {
  .ob-header { max-width: 600px; gap: 18px; padding: 24px 24px 20px; }
  .ob-header .wordmark { font-size: 30px; gap: 8px; }
  .ob-save-later { font-size: 11px; padding-left: 0; }
  .onboarding-page .ob-main#main { display: block; max-width: 600px; padding: 0 24px 32px; }
  .ob-story { min-height: 0; padding: 24px 25px 23px; border-radius: 11px 11px 32px 11px; margin-bottom: 28px; }
  .ob-story > .eyebrow { font-size: 9px; }
  .ob-story > h1 { max-width: 440px; margin: 15px 0 12px; font-size: clamp(34px, 7vw, 42px); line-height: 1.07; }
  .ob-story > p { max-width: 450px; font-size: 12px; line-height: 1.8; }
  .ob-orbit { display: none; }
  .ob-story-steps, .ob-story-note { display: none; }
  .ob-panel { padding-top: 0; }
  .ob-progress { margin-bottom: 25px; }
  .ob-step-label { font-size: 11px; }
  .ob-heading { margin-bottom: 22px; }
  .ob-heading > .eyebrow { font-size: 9px; margin-bottom: 12px; }
  .ob-heading h2 { font-size: 33px; line-height: 1.13; }
  .ob-heading p { font-size: 13px; }
  .ob-form { gap: 22px; }
  .ob-options { gap: 10px; }
  .ob-option { min-height: 87px; gap: 13px; padding: 17px; }
  .ob-option-icon { width: 38px; height: 38px; flex-basis: 38px; border-radius: 9px; }
  .ob-option-icon svg { width: 20px; height: 20px; }
  .ob-option-copy strong { font-size: 13px; }
  .ob-options.two .ob-option { min-height: 150px; padding: 16px; }
  .ob-options.two .ob-option-check { right: 16px; top: 17px; }
  .ob-options.three .ob-option { padding: 17px; }
  .ob-days { gap: 6px; }
  .ob-day { min-height: 75px; border-radius: 7px; }
  .ob-day > span { font-size: 11px; }
  .ob-time-options { gap: 7px; }
  .ob-time { font-size: 12px; }
  .ob-equipment { padding: 12px; font-size: 12px; gap: 8px; }
  .ob-equipment:has(input:checked)::after { left: 18px; }
  .ob-actions { gap: 10px; margin-top: 25px; padding-top: 21px; }
  .ob-actions .btn { min-height: 52px; padding: 13px 18px; gap: 10px; }
  .ob-actions .btn.primary { min-width: 147px; }
  .ob-actions .btn.quiet { padding-left: 0; }
  .ob-summary > div { grid-template-columns: 94px minmax(0, 1fr); gap: 16px; padding: 16px 0; }
  .ob-footer { flex-direction: column; gap: 6px; max-width: 600px; padding: 0 24px 25px; font-size: 11px; }
  .ob-calculating { min-height: 500px; padding: 25px 8px; }
  .ob-spinner { width: 181px; height: 181px; margin-bottom: 34px; }
  .ob-spinner-mark { width: 90px; height: 90px; }
  .ob-spinner-mark .form-symbol { transform: skew(-16deg) scale(1.25); }
  .ob-calculating > h2 { max-width: 350px; font-size: 33px; }
  .ob-calculating > p { font-size: 13px; }
  .ob-calculation-steps { width: min(100%, 307px); margin-top: 27px; }
  .onboarding-page[data-stage='calculating'] .ob-story { margin-bottom: 12px; }
  .onboarding-page[data-stage='calculating'] .ob-story-steps { display: none; }
  .onboarding-page:has(.ob-form[data-step]:not([data-step='0'])) .ob-story { padding-top: 20px; padding-bottom: 20px; }
  .onboarding-page:has(.ob-form[data-step]:not([data-step='0'])) .ob-story > h1 { margin-bottom: 0; font-size: 29px; }
  .onboarding-page:has(.ob-form[data-step]:not([data-step='0'])) .ob-story > p,
  .onboarding-page:has(.ob-form[data-step]:not([data-step='0'])) .ob-story-steps { display: none; }
  .onboarding-page[data-stage='result'] .ob-story { position: relative; top: auto; }
  .onboarding-page[data-stage='result'] .ob-panel { padding-top: 0; }
  .ob-result-heading > h2 { font-size: 35px; }
  .ob-success-check { margin-bottom: 20px; }
  .ob-result-facts { gap: 8px; margin-bottom: 22px; }
  .ob-result-fact { min-height: 88px; padding: 14px 11px; }
  .ob-result-fact strong { font-size: 22px; }
  .ob-result-fact span { font-size: 10px; }
  .ob-result-day > summary { grid-template-columns: minmax(0, 1fr) auto 9px; gap: 6px 9px; padding: 15px 14px; }
  .ob-result-day > summary > strong { font-size: 12px; }
  .ob-result-day > summary > small { font-size: 10px; }
  .ob-result-day > ol { padding-left: 14px; padding-right: 14px; }
  .ob-result-day > ol > li { gap: 7px; grid-template-columns: 20px minmax(0, 1fr); }
  .ob-result-day > ol > li > small { grid-column: 2; margin-top: -5px; }
  .ob-result-day > ol strong { font-size: 12px; }
}
@media (max-width: 390px) {
  .ob-header { padding-left: 19px; padding-right: 19px; }
  .onboarding-page .ob-main#main { padding-left: 19px; padding-right: 19px; }
  .ob-story { padding: 23px 21px; }
  .ob-story > h1 { font-size: 33px; }
  .ob-heading h2 { font-size: 30px; }
  .ob-option, .ob-options.three .ob-option { padding: 15px; gap: 10px; }
  .ob-option-copy small { font-size: 12px; }
  .ob-option-check { width: 17px; height: 17px; flex-basis: 17px; }
  .ob-options.two { gap: 9px; }
  .ob-options.two .ob-option { padding: 14px; gap: 12px; }
  .ob-options.two .ob-option-copy strong { font-size: 12px; }
  .ob-options.two .ob-option-copy small { font-size: 11px; }
  .ob-options.two .ob-option-check { top: 15px; right: 13px; }
  .ob-days { gap: 4px; }
  .ob-day > span { font-size: 10px; }
  .ob-time-options { gap: 5px; }
  .ob-time { font-size: 11px; min-height: 51px; }
  .ob-equipment-grid { gap: 7px; }
  .ob-equipment { padding: 11px; gap: 7px; font-size: 11px; }
  .ob-equipment:has(input:checked)::after { left: 17px; }
  .ob-presets { grid-template-columns: 1fr; gap: 7px; }
  .ob-presets button { min-height: 55px; font-size: 12px; padding: 11px 13px; gap: 3px; }
  .ob-actions .btn { padding-left: 15px; padding-right: 15px; font-size: 11px; }
  .ob-actions .btn.primary { min-width: 139px; }
  .ob-actions .btn.quiet { padding-left: 0; }
  .ob-footer { padding-left: 19px; padding-right: 19px; }
  .ob-result-fact { padding: 13px 10px; }
  .ob-result-fact strong { font-size: 20px; }
  .ob-result-fact span { font-size: 10px; }
}
@media (max-width: 350px) {
  .ob-equipment-grid { grid-template-columns: 1fr; }
  .ob-equipment { font-size: 12px; }
  .ob-summary > div { grid-template-columns: 79px minmax(0, 1fr); gap: 10px; }
  .ob-result-day > summary { grid-template-columns: minmax(0, 1fr) 9px; gap: 8px; }
  .ob-result-day > summary > small { grid-column: 1; margin-top: -4px; }
  .ob-result-day > summary::after { grid-column: 2; grid-row: 1 / 4; }
  .ob-summary dd { flex-direction: column; gap: 4px; }
}
@media (prefers-reduced-motion: reduce) {
  .onboarding-page *, .onboarding-page *::before, .onboarding-page *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .ob-spinner > svg { transform: rotate(-90deg); }
}
@media (forced-colors: active) {
  .ob-option:has(input:checked), .ob-day:has(input:checked), .ob-time:has(input:checked), .ob-equipment:has(input:checked) { outline: 2px solid Highlight; outline-offset: -3px; }
  .ob-option-check, .ob-equipment::before, .ob-story-steps button > span { border-color: ButtonText; }
  .ob-ring-track { stroke: GrayText; }
  .ob-ring-active { stroke: Highlight; }
}
