.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-header-logo{display:flex;align-items:center;flex-shrink:0;text-decoration:none;line-height:0}.app-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid var(--color-border);background:var(--color-cream)}.app-nav{display:flex;gap:.25rem;flex:1;justify-content:center}.app-nav-link{padding:.4rem .75rem;border-radius:var(--radius-sm);text-decoration:none;font-size:.875rem;font-weight:500;color:var(--color-muted)}.app-nav-link:hover,.app-nav-link.active{background:#eef4f0;color:var(--color-ink)}.app-header-meta{display:flex;align-items:center;gap:1rem}.practice-name{font-size:.875rem;color:var(--color-muted)}.app-main{flex:1;padding:1.5rem;max-width:1100px;width:100%;margin:0 auto;display:flex;flex-direction:column;gap:var(--section-gap)}.auth-page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem 1.25rem}.auth-page .logo-mark--auth{display:block;margin-inline:auto;margin-bottom:1.75rem;height:clamp(4.5rem,20vw,7rem);max-width:min(24rem,100%);width:auto}.auth-card{width:100%;max-width:420px;text-align:center}.auth-card h1{font-family:var(--font-serif);font-size:1.75rem;margin-bottom:.25rem}.auth-card form,.auth-card .field,.auth-card .error-banner,.auth-card .info-banner{text-align:left}.auth-signup-note{margin:1.25rem 0 0;font-size:.9375rem;line-height:1.55}.auth-footer{margin-top:1.25rem;text-align:center;font-size:.875rem;color:var(--color-muted)}.login-role-options{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.login-role-card{display:flex;flex-direction:column;gap:.25rem;padding:1rem 1.125rem;border:1px solid var(--color-border);border-radius:var(--radius-md);background:#fff;text-decoration:none;color:inherit;transition:border-color .15s ease,box-shadow .15s ease}.login-role-card:hover{border-color:var(--color-sage);box-shadow:var(--shadow-soft)}.login-role-card strong{color:var(--color-ink)}.login-role-card .muted{font-size:.875rem;margin:0}.legal-page{min-height:100vh;background:var(--color-cream, #ffffff);padding:1.5rem 1rem 3rem}.legal-page-header{max-width:720px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.legal-page-logo{text-decoration:none}.legal-page-nav{display:flex;gap:1rem;font-size:.875rem}.legal-page-nav a{color:var(--color-ink-muted, #5c6b62);text-decoration:none}.legal-page-nav a:hover{color:var(--color-sage, #7a9e87)}.legal-page-main{max-width:720px;margin:0 auto;padding:2rem 1.75rem}.legal-page-main h1{margin:.25rem 0 1.25rem;font-size:1.75rem}.legal-page-main h2{margin:1.75rem 0 .5rem;font-size:1.125rem}.legal-page-main p,.legal-page-main li{line-height:1.6;color:var(--color-ink, #1c2b23)}.legal-page-main ul{padding-left:1.25rem}.legal-verbatim-block{margin:1.25rem 0;padding:1rem 1.125rem;border-left:3px solid var(--color-sage, #7a9e87);background:#7a9e8714;border-radius:0 6px 6px 0}.legal-verbatim-block p{margin:0;font-size:.9375rem}.legal-review-banner{margin:0 0 1.5rem;padding:.875rem 1rem;border-radius:8px;background:#c4956a1f;border:1px solid rgba(196,149,106,.35);font-size:.875rem}.legal-review-banner p{margin:0}.legal-page-footer{max-width:720px;margin:1.5rem auto 0;text-align:center;font-size:.875rem}.legal-footer{margin-top:1.25rem;font-size:.8125rem;text-align:center;line-height:1.5}.legal-footer a{color:var(--color-sage, #7a9e87)}.clients-page-header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:1rem}.clients-section{margin-top:1.5rem}.clients-section h2{font-size:1.125rem;margin-bottom:.35rem}.clients-section>.muted{margin-bottom:0;font-size:.875rem}.clients-cap-usage{color:var(--color-sage-dark, #2c5c3e);font-weight:500}.clients-cap-banner{margin-top:1rem}.clients-cap-banner a{color:var(--color-sage);font-weight:600}.client-card-list{list-style:none;margin:1rem 0 0;padding:0;display:flex;flex-direction:column;gap:.75rem}.client-card{display:block;position:relative;text-decoration:none;color:inherit;background:var(--color-cream-card);border:1px solid var(--color-border);border-left:4px solid var(--color-sage);border-radius:var(--radius-md);padding:1rem 1.125rem;box-shadow:var(--shadow-soft);transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease;cursor:pointer}.client-card-name-link{display:inline-block;font-size:1.0625rem;font-weight:600;color:var(--color-ink);text-decoration:none}.client-card-name-link:hover{color:var(--color-sage-dark, #2c5c3e);text-decoration:underline}.client-card:hover{border-color:var(--color-sage);box-shadow:0 4px 16px #1c2b231a;transform:translateY(-1px)}.client-card-inactive{opacity:.82;background:#faf8f5;border-left-color:var(--color-muted, #b8a898)}.client-card-static{cursor:default}.client-card-static:hover{transform:none;box-shadow:var(--shadow-soft)}.client-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.client-card-name{display:block;font-size:1.0625rem;color:var(--color-ink);margin-bottom:.25rem}.client-card-meta{display:flex;flex-wrap:wrap;gap:.5rem 1rem;margin:0;font-size:.875rem;color:var(--color-muted)}.client-card-stats{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--color-border);font-size:.8125rem;color:var(--color-muted)}.client-card-stat strong{display:block;font-size:1rem;color:var(--color-ink);font-weight:600}.client-card-chevron{color:var(--color-sage);font-size:1.25rem;font-weight:600;flex-shrink:0;line-height:1.2}.client-status-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0;margin-top:.35rem;box-shadow:0 0 0 2px #ffffffe6}.client-status-dot.engaged{background:var(--color-sage)}.client-status-dot.infrequent{background:var(--color-amber-mid)}.client-status-dot.disengaged{background:var(--color-red)}.client-wellness-prompt-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-top:.45rem;background:#b8a898;box-shadow:0 0 0 2px #ffffffe6}.client-card-indicators{display:flex;align-items:flex-start;gap:.5rem}.clients-engagement-legend{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;margin-top:.75rem;font-size:.8125rem}.clients-engagement-legend span{display:inline-flex;align-items:center;gap:.4rem}.clients-engagement-legend .client-status-dot{margin-top:0;width:8px;height:8px}.client-decline-tag{position:absolute;bottom:1rem;right:1.125rem;padding:.2rem .55rem;border-radius:999px;font-size:.6875rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;background:#fdecea;color:#8b3a34;border:1px solid #f0c4c0;pointer-events:none}.client-sample-tag{position:absolute;bottom:1rem;right:1.125rem;padding:.2rem .55rem;border-radius:999px;font-size:.6875rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;background:#f5f0e8;color:#5c3d1e;border:1px solid #ddd5c5;pointer-events:none}.client-card:has(.client-decline-tag) .client-sample-tag,.client-card:has(.client-improve-tag) .client-sample-tag{right:7.5rem}.sample-client-banner{margin-bottom:1.25rem;padding:1rem 1.125rem;border-radius:10px;border:1px solid #ddd5c5;background:#f5f0e8;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem}.sample-client-banner p{margin:0;max-width:36rem;font-size:.9375rem;color:#5c3d1e}.sample-client-banner-actions{display:flex;gap:.5rem;flex-wrap:wrap}.client-card-stats{padding-right:7rem}.invite-status-badge{display:inline-block;padding:.2rem .5rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:capitalize;background:#eef4f0;color:var(--color-sage-dark)}.invite-status-badge.accepted{background:#eef4f0;color:var(--color-sage-dark)}.invite-status-badge.pending{background:#fff8ee;color:#8b6914}.invite-status-badge.expired,.invite-status-badge.revoked{background:#f5f0eb;color:var(--color-muted)}.client-invite-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.btn-cancel-invite{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.25rem;border-radius:var(--radius-sm);font-weight:600;font-size:inherit;font-family:inherit;cursor:pointer;background:transparent;color:#8b3a34;border:1px solid #f0c4c0;transition:background .15s ease,border-color .15s ease}.btn-cancel-invite:hover:not(:disabled){background:#fdecea;border-color:#e8a8a3}.btn-cancel-invite:disabled{opacity:.55;cursor:not-allowed}.invite-link-box{background:#f3f7f4;border:1px dashed var(--color-sage);border-radius:var(--radius-sm);padding:.75rem 1rem;margin-top:.75rem;word-break:break-all;font-size:.8125rem;color:var(--color-ink)}.coach-sparkmoment-history{margin-top:1.5rem}.coach-sparkmoment-history-header{margin-bottom:1rem}.coach-sparkmoment-history-header .page-section-title{margin-bottom:.35rem}.coach-sparkmoment-history-empty{margin:0;font-size:.9375rem}.coach-sparkmoment-history-list{display:flex;flex-direction:column;gap:1rem}.coach-sparkmoment-history-card{padding:1.125rem 1.25rem;border-left:3px solid var(--color-sage)}.coach-sparkmoment-history-card-header{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.coach-sparkmoment-history-card-label{font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--color-sage)}.coach-sparkmoment-history-card-date{font-size:.8125rem;flex-shrink:0}.coach-sparkmoment-history-card-narrative{margin:0;font-family:var(--font-serif);font-size:1.0625rem;line-height:1.6;color:var(--color-ink)}.testimonial-vs-case-study-guide{background:#eef4f0;border-left:3px solid var(--color-sage);border-radius:var(--radius-sm);padding:.9rem 1rem;margin-bottom:1rem;font-size:.875rem}.testimonial-vs-case-study-lead{margin:0 0 .85rem;line-height:1.5;color:var(--color-ink)}.testimonial-vs-case-study-grid{display:grid;grid-template-columns:1fr 1fr;gap:.85rem 1.25rem}.testimonial-vs-case-study-heading{margin:0 0 .35rem;font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--color-sage-dark);font-family:var(--font-sans)}.testimonial-vs-case-study-list{margin:0;padding-left:1.1rem;line-height:1.45;color:var(--color-ink-soft, #3d4f45)}.testimonial-vs-case-study-list li+li{margin-top:.25rem}.testimonial-vs-case-study-footnote{margin:.85rem 0 0;font-size:.8125rem;line-height:1.45}.testimonial-vs-case-study-guide.compact{padding:.75rem .9rem}.testimonial-vs-case-study-guide.compact .testimonial-vs-case-study-lead{margin-bottom:.65rem;font-size:.8125rem}.testimonial-vs-case-study-guide.compact .testimonial-vs-case-study-grid{gap:.65rem 1rem}.testimonial-vs-case-study-guide.compact .testimonial-vs-case-study-list{font-size:.8125rem}@media(max-width:640px){.testimonial-vs-case-study-grid{grid-template-columns:1fr}}.client-account-nav{margin-bottom:.25rem}.client-account-card{margin-top:1.5rem;max-width:32rem}.client-account-status-card{margin-bottom:0}.client-account-status-hint{font-size:.875rem;line-height:1.5;margin:.75rem 0 0}.client-account-status-actions{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.5rem}.client-program-status-badge{display:inline-block;padding:.15rem .5rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:capitalize}.client-program-status-badge.active{background:#eef4f0;color:var(--color-sage-dark, #2c5c3e)}.client-program-status-badge.inactive{background:#f3f0eb;color:var(--color-muted, #8b6e4e)}.client-program-status-badge.pending{background:#fff4e5;color:#9a6b2f}.client-program-status-badge.completed{background:#eef4f0;color:var(--color-sage-dark, #2c5c3e)}.client-account-divider{border:none;border-top:1px solid var(--rule, #ddd5c5);margin:1.5rem 0}.client-account-section-title{font-size:1rem;margin:0 0 .5rem}.client-account-reengage-card{max-width:32rem}.client-account-reengage-toggle{margin-top:1rem}.client-account-reengage-options{margin:1rem 0;display:flex;flex-direction:column;gap:.5rem}.client-account-reengage-option{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.client-account-reengage-preview{margin:0 0 .75rem 1.5rem;font-size:.8125rem;line-height:1.45}.client-account-reengage-textarea{width:100%;margin-left:1.5rem;max-width:calc(100% - 1.5rem);padding:.75rem;border:1px solid var(--rule, #ddd5c5);border-radius:var(--radius-sm, 6px);font-family:inherit;font-size:.875rem;resize:vertical}.client-account-reengage-history{margin:1rem 0 0;font-size:.8125rem}.coach-testimonial-card{padding:1.25rem}.coach-testimonial-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.coach-testimonial-card-header h3{margin:0;font-size:1.05rem}.coach-testimonial-status{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:.25rem .5rem;border-radius:999px;flex-shrink:0}.coach-testimonial-status.pending{background:#fff4e5;color:#9a6b2e}.coach-testimonial-status.received{background:#eef4f0;color:var(--color-sage-dark, #2c5c3e)}.coach-testimonial-meta{margin:0 0 .75rem;font-size:.875rem}.coach-testimonial-quote{margin:0;font-family:var(--font-serif);font-size:1.05rem;line-height:1.5;color:var(--color-ink)}.coach-testimonial-quote-note{margin:.5rem 0 0;font-size:.8125rem}.coach-testimonial-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.coach-testimonial-private-note{margin:.75rem 0 0;font-size:.8125rem}.testimonial-permission-fieldset{border:none;margin:0 0 1rem;padding:0}.testimonial-permission-fieldset legend{font-size:.875rem;font-weight:500;margin-bottom:.5rem}.testimonial-photo-release{margin-bottom:1rem}.request-testimonial-preview{margin:0 0 1rem;padding:1rem;border-radius:var(--radius-md);background:var(--color-cream-inset);border:1px solid var(--color-border);font-size:.875rem;line-height:1.55;white-space:pre-wrap}.stories-section-tabs{display:flex;gap:1.25rem;margin-bottom:1rem;border-bottom:1px solid var(--color-border)}.stories-section-tab{border:none;background:transparent;padding:.65rem .25rem;margin-bottom:-1px;font-size:.9375rem;font-weight:600;color:var(--color-muted);cursor:pointer;border-bottom:2px solid transparent;font-family:var(--font-sans)}.stories-section-tab.active{color:var(--color-sage-dark);border-bottom-color:var(--color-sage)}.stories-testimonial-cta{margin-bottom:1rem}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1c2b2373;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:100}.modal-card{width:100%;max-width:480px;padding:1.25rem}.modal-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.checkin-history-list{list-style:none;margin:1rem 0 0;padding:0;display:flex;flex-direction:column;gap:.75rem}.checkin-history-item{padding:1rem 1.125rem}.checkin-history-item-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.checkin-history-item-header strong{font-size:.9375rem;color:var(--color-ink)}.checkin-history-baseline-badge{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;padding:.15rem .45rem;border-radius:999px;background:#eef4f0;color:var(--color-sage-dark);border:1px solid #b0d4bc}.checkin-history-scores{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.5rem}.checkin-history-score{text-align:center;padding:.5rem .25rem;border-radius:var(--radius-sm);background:#f7faf8;border:1px solid var(--color-border)}.checkin-history-score-label{display:block;font-size:.625rem;color:var(--color-muted);line-height:1.2;margin-bottom:.2rem}.checkin-history-score-value{display:block;font-size:1rem;font-weight:600;line-height:1}.checkin-history-note,.checkin-history-additional{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--color-border)}.checkin-history-note-label,.checkin-history-extra-label{display:block;font-size:.75rem;font-weight:600;color:var(--color-muted);margin-bottom:.25rem}.checkin-history-note p,.checkin-history-extra p{margin:0;font-size:.875rem;color:var(--color-ink);line-height:1.45;white-space:pre-wrap}.checkin-history-extra+.checkin-history-extra{margin-top:.65rem}.checkin-history-empty{margin:1rem 0 0;font-size:.875rem}.checkin-history-section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.checkin-history-view-all{flex-shrink:0;font-size:.875rem;font-weight:500;color:var(--color-sage-dark);text-decoration:none;white-space:nowrap;padding-top:.15rem}.checkin-history-view-all:hover{text-decoration:underline}@media(max-width:720px){.checkin-history-scores{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:480px){.checkin-history-scores{grid-template-columns:repeat(2,minmax(0,1fr))}}.coach-intake-panel{margin-top:1.5rem;padding:1.25rem}.coach-intake-title{margin:0 0 .35rem;font-size:1.125rem}.coach-intake-lead{margin:0 0 1rem;font-size:.875rem}.coach-intake-empty{margin:0;font-size:.9375rem}.coach-intake-answers{list-style:none;margin:0;padding:0;display:grid;gap:1rem}.coach-intake-answer{padding-bottom:1rem;border-bottom:1px solid var(--color-border)}.coach-intake-answer:last-child{border-bottom:none;padding-bottom:0}.coach-intake-question{margin:0 0 .4rem;font-size:.8125rem;font-weight:600;color:var(--color-text-muted, #8b6e4e);display:flex;gap:.5rem;align-items:flex-start}.coach-intake-number{flex-shrink:0;width:1.35rem;height:1.35rem;border-radius:999px;background:#e8f4ee;color:#2c5c3e;font-size:.75rem;display:inline-flex;align-items:center;justify-content:center}.coach-intake-response{margin:0;font-size:.9375rem;line-height:1.55;white-space:pre-wrap}.coach-intake-edit-hint{margin:1rem 0 0;font-size:.75rem}.coach-intake-edit-hint a{color:var(--color-sage, #7a9e87)}.coach-sparkmoment-review{margin-top:1.5rem}.coach-sparkmoment-review-list{display:flex;flex-direction:column;gap:1rem}.coach-sparkmoment-review-card{padding:1rem 1.125rem;border:1px solid var(--color-border);border-radius:8px;background:var(--color-cream)}.coach-sparkmoment-review-card-header{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.35rem .75rem;margin-bottom:.75rem}.coach-sparkmoment-review-label{font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--color-sage)}.coach-sparkmoment-review-deadline{font-size:.75rem}.coach-sparkmoment-review-edit{width:100%;min-height:8rem;padding:.75rem;border:1px solid var(--color-border);border-radius:8px;font-family:var(--font-serif);font-size:.9375rem;line-height:1.55;color:var(--color-ink);resize:vertical;margin-bottom:.5rem}.coach-sparkmoment-review-edit:focus{outline:none;border-color:var(--color-sage);box-shadow:0 0 0 1px var(--color-sage)}.coach-sparkmoment-edited-flag{margin:0 0 .5rem;font-size:.75rem}.coach-sparkmoment-saved{margin:0 0 .5rem;font-size:.8125rem}.coach-sparkmoment-review-actions{display:flex;flex-wrap:wrap;gap:.5rem}.coach-sparkmoment-review-narrative{margin:.75rem 0 1rem;font-family:var(--font-serif);font-size:1rem;line-height:1.6;color:var(--color-ink)}.sparkpulse-header-card{margin-bottom:0}.sparkpulse-header-main{display:flex;align-items:flex-start;justify-content:space-between;gap:1.25rem}.sparkpulse-header-program{margin:0 0 .25rem;font-size:.8125rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:var(--color-muted)}.sparkpulse-header-day{margin:0;font-size:1.375rem;font-weight:600;color:var(--color-ink)}.sparkpulse-header-phase{margin:.35rem 0 0;font-size:.875rem}.sparkpulse-momentum-ring{position:relative;width:72px;height:72px;flex-shrink:0}.sparkpulse-momentum-svg{width:72px;height:72px;transform:rotate(-90deg)}.sparkpulse-momentum-track{fill:none;stroke:#e8e2d8;stroke-width:6}.sparkpulse-momentum-progress{fill:none;stroke:var(--color-sage);stroke-width:6;stroke-linecap:round;transition:stroke-dasharray .3s ease}.sparkpulse-momentum-center{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1.1}.sparkpulse-momentum-center strong{font-size:1rem;color:var(--color-sage-dark, #2c5c3e)}.sparkpulse-momentum-center span{font-size:.625rem;text-transform:uppercase;letter-spacing:.04em;color:var(--color-muted)}.sparkpulse-header-countdown{margin:1rem 0 0;padding-top:1rem;border-top:1px solid var(--color-border);font-size:.875rem;color:var(--color-ink);line-height:1.45}.sparkpulse-heatmap-card{margin-top:1rem}.sparkpulse-heatmap-intro{font-size:.875rem;margin:0 0 1rem}.sparkpulse-heatmap-wrap{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.25rem}.sparkpulse-heatmap-day-labels{display:flex;flex-direction:column;gap:3px;padding-top:1px;font-size:.625rem;color:var(--color-muted);line-height:1}.sparkpulse-heatmap-day-labels span{height:12px;display:flex;align-items:center}.sparkpulse-heatmap-grid{display:flex;gap:3px}.sparkpulse-heatmap-week{display:flex;flex-direction:column;gap:3px}.sparkpulse-heatmap-cell{width:12px;height:12px;border-radius:2px;background:#ebe4d8}.sparkpulse-heatmap-cell--active{background:var(--color-sage)}.sparkpulse-heatmap-cell--light{background:#c5d9cb}.sparkpulse-heatmap-cell--active:hover{background:var(--color-sage-dark, #2c5c3e)}.sparkpulse-heatmap-cell--empty{background:transparent}.sparkpulse-trends-card{margin-top:1rem}.sparkpulse-trends-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.sparkpulse-window-filter,.sparkpulse-metric-filter{display:flex;flex-wrap:wrap;gap:.5rem}.sparkpulse-metric-filter{margin-bottom:1rem}.sparkpulse-filter-btn,.sparkpulse-metric-chip{border:1px solid var(--color-border);background:var(--color-cream-card);color:var(--color-ink);border-radius:999px;padding:.35rem .75rem;font-size:.8125rem;cursor:pointer}.sparkpulse-filter-btn--active,.sparkpulse-metric-chip--active{border-color:var(--color-sage);background:#eef4f0;color:var(--color-sage-dark, #2c5c3e);font-weight:600}.sparkpulse-trends-svg{width:100%;max-width:520px;height:auto;display:block}.sparkpulse-trends-grid{stroke:#ebe4d8;stroke-width:1}.sparkpulse-trends-axis{font-size:10px;fill:var(--color-muted)}.sparkpulse-trends-line{stroke-linecap:round;stroke-linejoin:round}.sparkpulse-trends-empty,.sparkpulse-trends-footnote{font-size:.875rem;margin:0}.sparkpulse-trends-footnote{margin-top:.75rem}.sparkpulse-panel-stack{display:flex;flex-direction:column;gap:1rem}.sparkpulse-panel-subtitle{margin:0}.sparkpulse-total-checkins{margin:0;font-size:.875rem}.sparkpulse-momentum-value{font-size:2rem;font-weight:600;margin:0;color:var(--color-sage)}.sparkpulse-section-eyebrow{color:var(--color-muted)}.sparkpulse-section-title{margin:0 0 .35rem}.sparkpulse-baseline-card{border-left:4px solid var(--color-amber)}.sparkpulse-baseline-copy{font-size:.875rem;margin-bottom:.5rem}.sparkpulse-metric-row{margin-bottom:.75rem}.sparkpulse-metric-row:last-child{margin-bottom:0}.sparkpulse-metric-label{display:flex;justify-content:space-between;align-items:baseline;gap:.75rem;font-size:.875rem;margin-bottom:4px}.sparkpulse-metric-values{display:flex;align-items:baseline;gap:.5rem}.sparkpulse-metric-track{height:6px;border-radius:3px;background:#e8e2d8;overflow:hidden}.sparkpulse-metric-fill{height:100%;border-radius:3px}.sparkpulse-delta{font-size:.75rem;font-weight:600}.sparkpulse-delta.up{color:#2c5c3e}.sparkpulse-delta.down{color:#8b3a34}.program-lifecycle-notice{margin-bottom:1rem;padding:.875rem 1rem;border-radius:8px;border:1px solid #e8dfd0}.program-lifecycle-notice p{margin:0;font-size:.875rem;line-height:1.5}.program-lifecycle-notice-inactive{background:#faf6f0}.program-lifecycle-notice-inactive p{color:var(--color-muted, #5c3d1e)}.program-lifecycle-notice-completed{background:#eef4f0;border-color:#c5dcc9}.program-lifecycle-notice-completed p{color:var(--color-sage-dark, #2c5c3e)}.checkin-day-client-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.checkin-day-client-link{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;padding:.75rem .875rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-cream-card);text-decoration:none;color:inherit;font:inherit;text-align:left;cursor:pointer;transition:border-color .15s ease,background .15s ease,transform .15s ease}.checkin-day-client-link:hover{border-color:var(--color-sage);background:#f3f7f4;transform:translateY(-1px)}.checkin-day-client-link strong{display:block;font-size:.9375rem;color:var(--color-ink)}.checkin-day-client-link .muted{display:block;margin-top:.15rem;font-size:.8125rem}.checkin-day-client-chevron{color:var(--color-sage);font-weight:600;flex-shrink:0}.checkin-day-client-empty{margin:0;font-size:.875rem}.checkin-volume-chart{margin-top:1.5rem}.checkin-volume-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap;margin-bottom:1.25rem}.checkin-volume-header h2{font-size:1.125rem;margin-bottom:.25rem}.checkin-volume-header .muted{margin:0;font-size:.875rem}.checkin-volume-selected-label{margin:0;text-align:right;font-size:.8125rem;color:var(--color-muted)}.checkin-volume-selected-label strong{display:block;font-size:1.5rem;color:var(--color-sage-dark);line-height:1.2}.checkin-volume-bars{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.5rem;align-items:end;min-height:140px;padding:0 .25rem}.checkin-volume-day{display:flex;flex-direction:column;align-items:center;gap:.35rem;min-width:0;padding:.5rem .25rem .35rem;border:1px solid transparent;border-radius:var(--radius-sm);background:transparent;font-family:inherit;cursor:pointer;transition:background .15s ease,border-color .15s ease}.checkin-volume-day:hover{background:#f3f7f4}.checkin-volume-day.selected{background:#eef4f0;border-color:#b0d4bc}.checkin-volume-day.today .checkin-volume-day-label{color:var(--color-sage-dark);font-weight:600}.checkin-volume-count{font-size:.75rem;font-weight:600;color:var(--color-ink);line-height:1}.checkin-volume-bar-track{display:flex;align-items:flex-end;justify-content:center;width:100%;max-width:2.5rem;height:72px}.checkin-volume-bar-fill{display:block;width:100%;min-height:3px;border-radius:4px 4px 2px 2px;background:linear-gradient(180deg,#9bb8a5 0%,var(--color-sage) 100%);transition:height .2s ease}.checkin-volume-day.selected .checkin-volume-bar-fill{background:linear-gradient(180deg,var(--color-sage) 0%,var(--color-sage-dark) 100%)}.checkin-volume-day-label{font-size:.75rem;font-weight:500;color:var(--color-muted)}.checkin-volume-date-label{font-size:.6875rem;color:var(--color-muted);opacity:.85}.checkin-volume-detail{margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--color-border)}.checkin-volume-detail h3{font-size:.9375rem;margin-bottom:.75rem}.checkin-volume-empty{margin:0;font-size:.875rem}.checkin-volume-see-all{display:inline-block;margin-top:.75rem;font-size:.875rem;font-weight:600;text-decoration:none;color:var(--color-sage-dark)}.checkin-volume-see-all:hover{text-decoration:underline}@media(max-width:640px){.checkin-volume-bars{gap:.25rem}.checkin-volume-date-label{display:none}.checkin-volume-bar-track{max-width:1.75rem;height:60px}}.dashboard-header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:1rem}.practice-snapshot{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-top:1.5rem;padding:0;overflow:hidden}.snapshot-stat{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;min-width:0;padding:1.25rem .75rem;text-align:center;border:none;border-right:1px solid var(--color-border);background:transparent;font-family:inherit;cursor:pointer;transition:background .15s ease}.snapshot-stat:last-child{border-right:none}.snapshot-stat:hover{background:#f3f7f4}.snapshot-stat strong{display:block;font-size:1.75rem;font-weight:600;color:var(--color-ink);line-height:1.2}.snapshot-stat>span{display:block;margin-top:.25rem;font-size:.8125rem;color:var(--color-muted)}.snapshot-stat-hint{margin-top:.15rem!important;font-size:.6875rem!important;color:var(--color-muted);opacity:.85}.snapshot-stat-alert strong{color:#8b3a34}.snapshot-stat-alert{background:#fffaf9}.dashboard-clients-section{margin-top:1.5rem}.dashboard-tabs{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:1rem;border-bottom:1px solid var(--color-border);padding-bottom:.5rem}.dashboard-tab{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .875rem;border:none;border-radius:var(--radius-sm);background:transparent;font-family:inherit;font-size:.875rem;font-weight:500;color:var(--color-muted);cursor:pointer;transition:background .15s ease,color .15s ease}.dashboard-tab:hover{background:#eef4f0;color:var(--color-ink)}.dashboard-tab.active{background:#eef4f0;color:var(--color-ink);font-weight:600}.dashboard-tab-count{font-size:.75rem;font-weight:600;background:#fff;color:var(--color-sage-dark);padding:.1rem .45rem;border-radius:999px;border:1px solid #b0d4bc}.dashboard-tab-count-alert{color:#8b3a34;border-color:#f0c4c0;background:#fdecea}.dashboard-empty{padding:.5rem 0 .25rem}.dashboard-empty-tab{margin:.5rem 0 0;font-size:.9375rem}.dashboard-view-all{margin:1rem 0 0;font-size:.875rem}.dashboard-activity-section{margin-top:1.5rem}.dashboard-activity-section h2{font-size:1.125rem;margin-bottom:.35rem}.activity-feed{list-style:none;margin:1rem 0 0;padding:0;display:flex;flex-direction:column;gap:.5rem}.activity-feed-item{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-cream-card)}.activity-feed-link{display:block;padding:.875rem 1rem;text-decoration:none;color:inherit;transition:border-color .15s ease,background .15s ease}.activity-feed-link:hover{background:#f3f7f4}.activity-feed-link strong{color:var(--color-ink);font-size:.9375rem}.activity-feed-date{float:right;font-size:.75rem;color:var(--color-muted)}.activity-feed-note{margin:.35rem 0 0;font-size:.875rem;color:var(--color-muted);line-height:1.45}.activity-feed-type{display:inline-block;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--color-sage-dark, #2c5c3e);margin-right:.5rem}.activity-feed-link--notification{border-left:3px solid var(--color-sage)}.activity-feed-link--notification.activity-feed-link--unread{background:#f4faf6;border-left-color:var(--color-sage)}.activity-feed-link--notification.activity-feed-link--urgent{border-left-color:#c45c4a;background:#fffaf9}.activity-feed-link--notification.activity-feed-link--urgent.activity-feed-link--unread{background:#fff5f3}.activity-feed-link--notification .activity-feed-type{color:var(--color-muted)}.activity-feed-link--notification.activity-feed-link--urgent .activity-feed-type{color:#8b3a34}.activity-feed-link--notification .activity-feed-note{color:var(--color-ink);margin-top:.25rem}.client-improve-tag{position:absolute;bottom:1rem;right:1.125rem;padding:.2rem .55rem;border-radius:999px;font-size:.6875rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;background:#eef4f0;color:var(--color-sage-dark);border:1px solid #b0d4bc;pointer-events:none}@media(max-width:720px){.practice-snapshot{grid-template-columns:repeat(2,minmax(0,1fr))}.snapshot-stat:nth-child(2){border-right:none}.snapshot-stat:nth-child(1),.snapshot-stat:nth-child(2){border-bottom:1px solid var(--color-border)}.snapshot-stat:nth-child(3){border-right:1px solid var(--color-border)}}.dashboard-checkins-day-section{margin-top:1.5rem}.home-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;background:var(--color-cream)}.home-page--loading{justify-content:center}.home-main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:48rem;margin:0 auto;padding:2.5rem 1.5rem 2rem;text-align:center}.home-logo{display:inline-block;margin-bottom:2.75rem;line-height:0;text-decoration:none;color:inherit}.home-logo .logo-mark{height:clamp(5.5rem,24vw,10rem);max-width:min(40rem,96vw);width:auto}.home-hero{width:100%}.home-eyebrow{margin:0 0 1.125rem;font-size:clamp(1rem,3.25vw,1.5rem);font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--color-sage)}.home-hero-title{margin:0 0 1.25rem;font-size:clamp(1.75rem,5vw,2.5rem);line-height:1.2;color:var(--color-ink)}.home-hero-lead{margin:0 0 2.5rem;font-size:1.0625rem;line-height:1.65}.home-coming-soon{margin:0;font-size:clamp(2.5rem,10vw,4.5rem);line-height:1.1;font-weight:400;color:var(--color-ink);letter-spacing:-.02em}.home-footer{width:100%;padding:1.25rem 1.5rem 2rem;border-top:1px solid var(--color-border);text-align:center}.home-footer-client{margin:0 0 1rem;font-size:.875rem}.clinical-term-nudge{margin-top:.75rem;padding:.85rem 1rem;border-radius:8px;background:#f5f0e8;border:1px solid #ddd5c5;font-size:.875rem;color:#5c3d1e}.clinical-term-nudge-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.65rem}.protocol-item-clinical-flag{font-size:.75rem;color:#c4956a;margin-top:.15rem}.checkin-questions-editor{margin-top:.5rem}.checkin-questions-core{margin-bottom:1.5rem}.checkin-questions-core ul{margin:.5rem 0 0;padding-left:1.25rem;color:var(--color-muted);font-size:.875rem}.checkin-question-card{border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1rem;margin-bottom:.75rem;background:var(--color-cream-inset)}.checkin-question-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.checkin-question-card-header span{font-size:.8125rem;font-weight:600;color:var(--color-muted)}.checkin-question-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}@media(max-width:640px){.checkin-question-row{grid-template-columns:1fr}}.checkin-question-toggles{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem;font-size:.875rem}.checkin-question-toggles-label{font-weight:500;color:var(--color-ink)}.checkin-question-toggles label{display:flex;align-items:center;gap:.4rem;cursor:pointer;color:var(--color-muted)}.suggested-group-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--color-muted);margin:1rem 0 .5rem}.suggested-questions{margin-top:1rem}.suggested-questions p{font-size:.8125rem;margin-bottom:.5rem}.tos-ack-panel{margin-top:1rem;padding:1rem;border:1px solid var(--color-border);border-radius:var(--radius-md);background:#f7faf8;font-size:.875rem}.tos-ack-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.builder-tabs{display:flex;gap:.5rem;margin:1.5rem 0 0;border-bottom:1px solid var(--color-border);padding-bottom:0}.builder-tab{padding:.6rem 1rem;border:none;background:transparent;color:var(--color-muted);font-weight:600;font-size:.875rem;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px}.builder-tab.active{color:var(--color-sage-dark);border-bottom-color:var(--color-sage)}.builder-tab-lock{margin-left:.35rem;padding:.1rem .35rem;border-radius:4px;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;background:#eef4f0;color:var(--color-sage);vertical-align:middle}.tier-locked-panel h2{margin:0 0 .5rem;font-size:1.125rem}.protocol-items-panel{margin-top:1rem}.protocol-items-panel h3{font-size:.95rem;margin:0 0 .35rem}.protocol-builder-guidance{margin:.25rem 0 .75rem;color:#5c3d1e;font-size:.85rem}.protocol-soft-cap-warning{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin:0 0 .75rem;padding:.75rem;border-radius:10px;border:1px solid #ddd5c5;background:#f9f6f1}.protocol-soft-cap-warning p{margin:0;font-size:.8125rem;color:#5c3d1e}.protocol-bundle-box{margin:0 0 .75rem;padding:.75rem;border:1px solid #ddd5c5;border-radius:10px;background:#fff}.protocol-bundle-list{display:grid;gap:.4rem;margin:.6rem 0}.protocol-bundle-list label{display:flex;align-items:center;gap:.45rem;font-size:.875rem}.protocol-bundle-controls{display:grid;gap:.65rem;grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}.protocol-bundle-controls label{display:flex;flex-direction:column;gap:.25rem;font-size:.8rem;color:var(--brown-soft, #8b6e4e)}.protocol-bundle-actions{display:flex;gap:.5rem;margin-top:.65rem}.protocol-item-row{display:flex;align-items:flex-start;gap:.5rem;padding:.7rem 0;border-bottom:1px solid var(--rule, #ddd5c5)}.protocol-item-row:last-child{border-bottom:none}.protocol-item-meta{flex:1;min-width:0}.protocol-item-name{font-weight:600;font-size:.9rem}.protocol-included-preview{margin:.3rem 0 0;color:#8b6e4e;font-size:.78rem}.protocol-item-tags{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.2rem;font-size:.75rem;color:var(--brown-soft, #8b6e4e)}.protocol-item-tag{background:#f0ebe3;border-radius:4px;padding:.1rem .35rem}.protocol-item-remove{background:none;border:none;color:var(--brown-muted, #b8a898);cursor:pointer;font-size:1.1rem;line-height:1;padding:.25rem}.protocol-item-remove:hover{color:#c45c5c}.protocol-item-actions{display:flex;align-items:center;gap:.35rem}.protocol-included-editor{margin:0 0 .75rem 1.7rem;padding:.65rem;border-radius:8px;border:1px solid #e8dfd0;background:#fcfaf6}.protocol-included-editor label{display:block;font-size:.8rem;color:#8b6e4e;margin-bottom:.35rem}.protocol-included-editor textarea{width:100%;resize:vertical}.protocol-included-editor-actions{display:flex;gap:.5rem;margin-top:.5rem}.protocol-item-add{margin-top:.75rem;padding-top:.75rem;border-top:1px dashed var(--rule, #ddd5c5)}.protocol-add-label{margin:0 0 .5rem;color:#1c2b23;font-weight:600;font-size:.875rem}.protocol-search-wrap{position:relative}.protocol-search-input{width:100%}.protocol-suggestions{position:absolute;z-index:20;left:0;right:0;top:calc(100% + 2px);background:#fff;border:1px solid var(--rule, #ddd5c5);border-radius:6px;box-shadow:0 4px 12px #1c2b2314;max-height:220px;overflow-y:auto}.protocol-suggestion{display:flex;align-items:center;gap:.5rem;width:100%;text-align:left;padding:.5rem .65rem;border:none;background:none;cursor:pointer;font-size:.875rem}.protocol-suggestion:hover,.protocol-suggestion:focus-visible{background:#f5f0e8}.protocol-suggestion-custom{border-top:1px solid var(--rule, #ddd5c5);color:var(--sage, #7a9e87);font-weight:600}.protocol-add-controls{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.65rem;align-items:flex-end}.protocol-frequency-group{display:flex;flex-direction:column;gap:.35rem}.protocol-frequency-label{margin-bottom:0}.protocol-frequency-options{display:inline-flex;gap:.5rem}.protocol-frequency-option{border:1px solid #ddd5c5;border-radius:999px;padding:.38rem .8rem;font-size:.8125rem;font-weight:600;background:#fff;color:#5c3d1e;cursor:pointer}.protocol-frequency-option:disabled{cursor:not-allowed;opacity:.55}.protocol-frequency-option-daily.is-active{background:#e8f4ee;border-color:#b0d4bc;color:#2c5c3e}.protocol-frequency-option-weekly.is-active{background:#fef4e8;border-color:#f2d2a7;color:#8f5a1f}.protocol-add-controls label{display:flex;flex-direction:column;gap:.25rem;font-size:.8rem;color:var(--brown-soft, #8b6e4e)}.protocol-add-controls select{min-width:7rem}.protocol-add-btn{margin-top:.5rem}.protocol-hard-cap-note{margin:.55rem 0 0;font-size:.8125rem;color:#8b6e4e}.protocol-items-empty{font-size:.85rem;color:var(--brown-muted, #b8a898);margin:.5rem 0 0}.phase-timeline{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.phase-block{border:1px solid var(--color-border);border-radius:var(--radius-md);background:#fff;overflow:hidden}.phase-block.open{border-color:var(--color-sage);box-shadow:var(--shadow-soft)}.phase-header{width:100%;display:grid;grid-template-columns:1fr auto auto;gap:.75rem;align-items:center;padding:1rem 1.25rem;border:none;background:var(--color-cream-card);cursor:pointer;text-align:left;font:inherit}.phase-number{font-weight:600}.phase-days,.phase-count{font-size:.8125rem;color:var(--color-muted)}.phase-body{padding:1rem 1.25rem 1.25rem;border-top:1px solid var(--color-border)}.protocol-item-list{list-style:none;margin:0 0 1rem;padding:0}.protocol-item-row{display:grid;grid-template-columns:1fr auto auto;gap:.5rem;align-items:center;padding:.5rem 0;border-bottom:1px solid var(--color-border);font-size:.9375rem}.custom-tag{font-size:.75rem;color:var(--color-amber);font-style:normal}@media(max-width:640px){.phase-header,.protocol-item-row{grid-template-columns:1fr}}.coach-intake-questions-editor{margin-top:.25rem}.settings-intake-info-banner{margin-bottom:1rem;padding:.75rem .9rem;border-radius:8px;background:#f0f6f2;border:1px solid #c5ddd0;font-size:.8125rem;line-height:1.5}.coach-intake-questions-list{display:grid;gap:.75rem}.coach-intake-question-edit{padding:1rem;border:1px solid var(--color-border);border-radius:8px;background:var(--color-cream-inset)}.coach-intake-question-edit-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.coach-intake-question-number{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:999px;background:#eef4f0;color:var(--color-sage);font-size:.75rem;font-weight:700;flex-shrink:0}.settings-page .coach-intake-question-edit-title{margin:0;font-size:1.25rem;font-weight:600;color:var(--color-ink);letter-spacing:0;text-transform:none}.coach-intake-question-edit label{display:block;margin-bottom:.35rem;font-size:.8125rem;font-weight:600}.coach-intake-placeholder-label{margin-top:.5rem!important;font-weight:500!important;color:var(--color-text-muted, #8b6e4e)}.coach-intake-question-edit input{width:100%;padding:.55rem .65rem;border:1px solid var(--color-border);border-radius:8px;font-family:var(--font-sans);font-size:.9375rem;background:var(--color-cream-card)}.coach-intake-questions-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.coach-logo-upload-hint{margin:.25rem 0 .75rem;font-size:.875rem;line-height:1.45}.coach-logo-upload-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.coach-logo-preview{display:flex;align-items:center;justify-content:center;width:5.5rem;height:5.5rem;border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-cream-card);overflow:hidden;flex-shrink:0}.coach-logo-preview-image{max-width:100%;max-height:100%;object-fit:contain}.coach-logo-preview-fallback{font-size:1.125rem;font-weight:700;color:var(--color-sage);letter-spacing:.04em}.coach-logo-upload-actions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.coach-logo-file-input{display:none}.coach-logo-upload-error{margin:.5rem 0 0;color:var(--color-danger, #c45c5c);font-size:.875rem}.branded-milestone-preview{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--color-border)}.branded-milestone-preview--compact{margin-top:0;padding-top:0;border-top:none}.branded-milestone-preview-header h3{margin:0 0 .35rem;font-size:1.125rem}.branded-milestone-preview-lead{margin:0 0 1rem;font-size:.875rem;line-height:1.5;max-width:36rem}.branded-milestone-preview-image{display:block;width:100%;max-width:480px;height:auto;margin:0 auto;border-radius:var(--radius-md);box-shadow:var(--shadow-soft)}.branded-milestone-preview--compact .branded-milestone-preview-image{max-width:320px}.branded-milestone-preview-placeholder{display:flex;align-items:center;justify-content:center;max-width:480px;aspect-ratio:1;margin:0 auto;border-radius:var(--radius-md);background:var(--color-cream-card);border:1px solid var(--color-border);color:var(--color-muted);font-size:.875rem}.branded-milestone-preview-error{margin:0 0 .75rem;color:var(--color-danger, #c45c5c);font-size:.875rem}.settings-page{padding-bottom:2rem}.settings-page-lead{max-width:42rem}.settings-group-header{padding-top:.25rem}.settings-group-title{margin:0 0 .35rem}.settings-page h3.settings-feature-matrix-title,.settings-page .settings-tier-card-top strong{font-size:1.25rem;font-weight:600;line-height:1.25}.settings-group-lead{margin:0;max-width:42rem;font-size:.9375rem;line-height:1.5}.settings-option-card{border-left:3px solid var(--color-sage)}.settings-option-card h2{margin:0 0 .35rem}.settings-option-card .settings-plan-intro{margin-bottom:1rem}.settings-section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.settings-section h2{margin:0 0 .35rem}.settings-current-meta,.settings-plan-intro{margin:0;font-size:.9375rem;line-height:1.5}.settings-plan-intro{margin-bottom:1rem}.settings-tier-badge{flex-shrink:0;padding:.35rem .75rem;border-radius:999px;background:#eef4f0;color:var(--color-sage);font-size:.8125rem;font-weight:600}.settings-tier-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-bottom:1rem;align-items:stretch}.settings-tier-grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}.settings-current-tagline{margin:.35rem 0 0;font-size:.8125rem;line-height:1.45;color:var(--color-muted)}.settings-exports-footnote{margin:.75rem 0 0;font-size:.8125rem;line-height:1.45;max-width:42rem}.settings-feature-matrix td.limit-cell{font-weight:600;color:var(--color-text)}.settings-upgrade-cta{margin-top:.75rem}.settings-locked-pref{padding:.85rem 1rem;border-radius:8px;background:var(--color-cream-inset);border:1px dashed var(--color-border)}.settings-locked-pref p{margin:0 0 .65rem;font-size:.875rem}.settings-locked-pref p:last-child{margin-bottom:0}.settings-welcome-textarea{width:100%;margin-bottom:.75rem;padding:.75rem;border:1px solid var(--color-border);border-radius:8px;font-family:var(--font-ui);font-size:.9375rem;line-height:1.5;resize:vertical;background:#fff}.settings-page .field input,.settings-page .field textarea,.settings-page .settings-welcome-textarea,.settings-page .coach-intake-question-edit input{background:#fff}.settings-page .coach-intake-question-edit{border:2px solid var(--color-sage);background:var(--color-cream-inset)}.settings-tier-card{display:flex;flex-direction:column;height:100%;text-align:left;padding:1rem;border:2px solid var(--color-border);border-radius:8px;background:#fff;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.settings-tier-card:hover{border-color:#b0d4bc}.settings-tier-card.selected{border-color:var(--color-sage);box-shadow:0 0 0 1px var(--color-sage);background:#fff}.settings-tier-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;min-height:1.75rem;margin-bottom:.5rem}.settings-tier-card-top strong{color:var(--color-ink);line-height:1.25}.settings-tier-current{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--color-sage);flex-shrink:0}.settings-tier-current-placeholder{visibility:hidden}.settings-tier-price{margin:0 0 .5rem;font-size:.8125rem;color:var(--color-muted)}.settings-tier-tagline{margin:0 0 .65rem;min-height:2.35rem;font-size:.8125rem;line-height:1.45;color:var(--color-muted)}.settings-tier-highlights{margin:0;padding-left:1.1rem;font-size:.8125rem;color:var(--color-muted);line-height:1.45;flex:1}.settings-tier-highlights li+li{margin-top:.25rem}.settings-welcome-textarea:focus,.settings-page .field input:focus,.settings-page .field textarea:focus,.settings-page .coach-intake-question-edit input:focus{outline:none;border-color:var(--color-sage);box-shadow:0 0 0 1px var(--color-sage)}.settings-plan-features-card{background:var(--color-cream-card)}.settings-feature-matrix-panel{background:#fff;border:2px solid var(--color-border);border-radius:8px;padding:.75rem;overflow-x:auto}.settings-feature-matrix-title{margin:0 0 .75rem}.settings-feature-matrix{width:100%;border-collapse:collapse;font-size:.8125rem;background:#fff}.settings-page .btn.btn-secondary{background:var(--color-sage);color:#fff;border:none}.settings-page .btn.btn-secondary:hover:not(:disabled){opacity:.92}.settings-page .btn.btn-secondary:disabled{opacity:.55}.settings-plan-actions{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.settings-success{margin:0;font-size:.875rem;color:var(--color-sage-dark)}.settings-toggle{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer}.settings-toggle-spaced{margin-top:1rem}.settings-toggle input{margin-top:.2rem;width:1.125rem;height:1.125rem;accent-color:var(--color-sage)}.settings-toggle strong{display:block;margin-bottom:.15rem}.settings-toggle-hint{display:block;font-size:.875rem}.settings-upgrade-note h2{margin-bottom:.5rem}.app-header-tier{font-size:.75rem;font-weight:600;padding:.2rem .55rem;border-radius:999px;background:#eef4f0;color:var(--color-sage);text-decoration:none;white-space:nowrap}.app-header-tier:hover{background:#e2eee6}@media(max-width:768px){.settings-tier-grid,.settings-tier-grid-three{grid-template-columns:1fr}.settings-section-header{flex-direction:column}}.settings-feature-matrix th,.settings-feature-matrix td{padding:.5rem .6rem;border-bottom:1px solid var(--color-border);text-align:center;vertical-align:middle}.settings-feature-matrix th[scope=row]{text-align:left;font-weight:500;color:var(--color-text);min-width:11rem}.settings-feature-matrix th[scope=col]{font-size:.75rem;font-weight:600;color:var(--color-sage)}.settings-feature-matrix td.included{color:var(--color-sage);font-weight:600}.settings-feature-matrix td.excluded{color:var(--color-muted)}.settings-logo-preview-link{margin:.75rem 0 0;font-size:.875rem}.settings-logo-preview-link a{color:var(--color-sage);font-weight:600;text-decoration:none}.settings-logo-preview-link a:hover{text-decoration:underline}.settings-outcomes-url-row{display:flex;align-items:center;gap:0}.settings-outcomes-url-prefix{padding:.65rem .75rem;border:1px solid var(--color-border);border-right:none;border-radius:var(--radius-sm) 0 0 var(--radius-sm);background:#f5f0e8;color:#8b6e4e;font-size:.875rem;white-space:nowrap}.settings-outcomes-url-row input{border-radius:0 var(--radius-sm) var(--radius-sm) 0;flex:1}.compliance-trends-chart{display:flex;flex-direction:column;gap:1rem}.compliance-trends-summary{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;flex-wrap:wrap}.compliance-trends-stat-label{margin:0;font-size:.8125rem;color:var(--color-ink-muted)}.compliance-trends-stat-value{margin:.15rem 0 0;font-size:2rem;font-weight:600;color:var(--color-ink);line-height:1}.compliance-trends-delta{font-size:.875rem;font-weight:600;padding:.35rem .65rem;border-radius:999px}.compliance-trends-delta.up{background:#e8f4ee;color:#2c5c3e}.compliance-trends-delta.down{background:#fce8e8;color:#8b3a3a}.compliance-trends-delta.flat{background:#f3f0eb;color:var(--color-ink-muted)}.compliance-trends-svg{width:100%;max-width:520px;height:auto}.compliance-trends-grid{stroke:#e8e2d8;stroke-width:1}.compliance-trends-line{stroke:#7a9e87;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.compliance-trends-axis{fill:var(--color-ink-muted);font-size:10px}.compliance-trends-types-label{margin:0 0 .5rem;font-size:.8125rem;color:var(--color-ink-muted)}.compliance-trends-types-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.compliance-trends-types-list li{display:flex;justify-content:space-between;gap:1rem;font-size:.875rem}.compliance-trends-footnote{margin:0;font-size:.8125rem}.completion-rate-insight{display:flex;flex-direction:column;gap:1.25rem}.completion-rate-hero{text-align:left}.completion-rate-label{margin:0;font-size:.8125rem;color:var(--color-ink-muted)}.completion-rate-value{margin:.15rem 0 0;font-size:2.5rem;font-weight:600;color:var(--color-ink);line-height:1}.completion-rate-trend{margin:.5rem 0 0;font-size:.875rem;font-weight:600}.completion-rate-trend.up{color:#2c5c3e}.completion-rate-trend.down{color:#8b3a3a}.completion-rate-trend.flat{color:var(--color-ink-muted)}.completion-rate-breakdown{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem 1rem;font-size:.875rem}.completion-rate-months{display:flex;flex-direction:column;gap:.5rem}.completion-rate-month{display:grid;grid-template-columns:4.5rem 1fr 2.5rem;align-items:center;gap:.5rem}.completion-rate-month-label{font-size:.75rem;color:var(--color-ink-muted)}.completion-rate-month-bar-track{height:6px;background:#e8e2d8;border-radius:999px;overflow:hidden}.completion-rate-month-bar-fill{height:100%;background:#7a9e87;border-radius:999px}.completion-rate-month-pct{font-size:.75rem;font-weight:600;text-align:right;color:var(--color-ink)}.completion-rate-footnote{margin:0;font-size:.8125rem}.cohort-trend-graph{display:flex;flex-direction:column;gap:1.5rem}.cohort-trend-toggle-hint{margin:0;font-size:.8125rem}.cohort-trend-section{display:flex;flex-direction:column;gap:.65rem}.cohort-criterion-toggles{display:flex;flex-wrap:wrap;gap:.4rem}.cohort-criterion-toggle{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .65rem;border:1px solid #d9cfc0;border-radius:999px;background:#fff;font-family:inherit;font-size:.75rem;font-weight:500;color:var(--color-ink-muted);cursor:pointer;transition:background .15s,border-color .15s,color .15s,opacity .15s}.cohort-criterion-toggle-swatch{width:8px;height:8px;border-radius:50%;background:var(--toggle-color, #7a9e87);opacity:.35;flex-shrink:0}.cohort-criterion-toggle--active{border-color:var(--toggle-color, #7a9e87);background:#f4faf6;color:var(--color-ink)}.cohort-criterion-toggle--active .cohort-criterion-toggle-swatch{opacity:1}.cohort-criterion-toggle:not(.cohort-criterion-toggle--active){opacity:.72}.cohort-criterion-toggle:not(.cohort-criterion-toggle--active) .cohort-criterion-toggle-swatch{background:#c4b8a8}.cohort-trend-empty{margin:.5rem 0 0;font-size:.875rem}.cohort-trend-chart-block{display:flex;flex-direction:column;gap:.5rem}.cohort-trend-chart-title{margin:0;font-size:.8125rem;font-weight:600;color:var(--color-ink-muted)}.cohort-trend-svg{width:100%;max-width:520px;height:auto}.cohort-trend-grid{stroke:#e8e2d8;stroke-width:1}.cohort-trend-line{stroke-width:2.25;stroke-linecap:round;stroke-linejoin:round}.cohort-trend-dot{stroke:#fff;stroke-width:1.5}.cohort-trend-axis{fill:var(--color-ink-muted);font-size:10px}.cohort-trend-legend{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.cohort-trend-legend li{display:grid;grid-template-columns:12px 1fr auto;align-items:center;gap:.5rem;font-size:.8125rem}.cohort-trend-legend-swatch{width:12px;height:3px;border-radius:2px}.cohort-trend-legend-label{color:var(--color-ink)}.cohort-trend-legend-end{font-weight:600;color:var(--color-ink);display:flex;align-items:center;gap:.35rem}.cohort-trend-legend-delta{font-size:.75rem;font-weight:600}.cohort-trend-legend-delta.up{color:#2c5c3e}.cohort-trend-legend-delta.down{color:#8b3a3a}.cohort-trend-footnote{margin:0;font-size:.8125rem}.insights-preview-stack{display:flex;flex-direction:column;gap:1rem}.insights-preview-card{border-style:dashed;border-color:#c5d9cc;background:linear-gradient(180deg,#f8fbf9,#fdfaf5)}.insights-preview-card-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;margin-bottom:.25rem}.insights-preview-card-header .page-section-title{margin:0}.insights-preview-badge{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:.2rem .55rem;border-radius:999px;background:#e8f4ee;color:#2c5c3e;border:1px solid #b0d4bc}.insights-preview-callout{margin:1rem 0 0;padding:.75rem 1rem;background:#faf6ef;border-left:3px solid var(--color-amber, #c4956a);border-radius:0 var(--radius-sm, 6px) var(--radius-sm, 6px) 0;font-size:.875rem;line-height:1.5;color:var(--color-ink)}.phase-dropout-preview{display:flex;flex-direction:column;gap:.75rem}.phase-dropout-timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.phase-dropout-timeline--30day{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}@media(max-width:520px){.phase-dropout-timeline,.phase-dropout-timeline--30day{grid-template-columns:1fr}}.phase-dropout-bar{border-radius:8px;padding:.75rem .65rem;min-height:4.5rem;display:flex;flex-direction:column;justify-content:flex-end;color:#fff}.phase-dropout-bar--low{background:#7a9e87}.phase-dropout-bar--medium{background:#e8a54b}.phase-dropout-bar--high{background:#d47373}.phase-dropout-bar-label{font-size:.8125rem;font-weight:600}.phase-dropout-bar-days{font-size:.6875rem;opacity:.9;margin-top:.15rem}.phase-dropout-legend{display:flex;gap:1rem;flex-wrap:wrap;font-size:.75rem;color:var(--color-ink-muted)}.phase-dropout-swatch{display:inline-block;width:10px;height:10px;border-radius:2px;margin-right:.25rem;vertical-align:middle}.phase-dropout-swatch--low{background:#7a9e87}.phase-dropout-swatch--medium{background:#e8a54b}.phase-dropout-swatch--high{background:#d47373}.cohort-view-preview{display:flex;flex-direction:column;gap:.75rem}.cohort-view-preview-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:.25rem}.cohort-view-controls{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.cohort-view-mode-filter{display:inline-flex;border:1px solid #d9cfc0;border-radius:999px;overflow:hidden;background:#fff;flex-shrink:0}.cohort-day-filter{display:inline-flex;flex-wrap:wrap;justify-content:flex-end;max-width:100%;border:1px solid #d9cfc0;border-radius:999px;overflow:hidden;background:#fff;flex-shrink:0}.cohort-day-filter-btn{border:none;background:transparent;padding:.4rem .85rem;font-family:inherit;font-size:.8125rem;font-weight:500;color:var(--color-ink-muted);cursor:pointer;transition:background .15s,color .15s}.cohort-day-filter-btn:not(:last-child){border-right:1px solid #d9cfc0}.cohort-day-filter-btn:hover{background:var(--color-cream);color:var(--color-ink)}.cohort-day-filter-btn--active{background:#7a9e87;color:#fff}.cohort-day-filter-btn--active:hover{background:#6a8e77;color:#fff}.cohort-view-template{margin:0;font-weight:600;font-size:.9375rem}.cohort-view-duration{margin:.15rem 0 0;font-size:.8125rem}.cohort-view-metric{margin:0;font-size:.8125rem;color:var(--color-ink-muted)}.cohort-criteria-stack{display:flex;flex-direction:column;gap:1.25rem}.cohort-criterion-block{padding-bottom:1rem;border-bottom:1px solid #e8e2d8}.cohort-criterion-block:last-of-type{border-bottom:none;padding-bottom:0}.cohort-criterion-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;flex-wrap:wrap;margin-bottom:.5rem}.cohort-criterion-label{margin:0;font-size:.875rem;font-weight:600;color:var(--color-ink)}.cohort-criterion-source{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:.15rem .45rem;border-radius:999px;white-space:nowrap}.cohort-criterion-source--slider{background:#eef4f0;color:#2c5c3e}.cohort-criterion-source--additional{background:#faf3e8;color:#8b6e4e}.cohort-scale-end{font-size:.75rem;min-width:1.75rem;text-align:center}.cohort-view-band-range{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.5rem}.cohort-view-band-track{position:relative;height:28px;background:#ece6dc;border-radius:999px}.cohort-view-band-fill{position:absolute;top:6px;height:16px;background:#7a9e8759;border-radius:999px}.cohort-view-band-avg{position:absolute;top:2px;width:3px;height:24px;margin-left:-1px;background:#2c5c3e;border-radius:2px}.cohort-view-dot{position:absolute;top:50%;width:10px;height:10px;margin:-5px 0 0 -5px;border-radius:50%;background:#c4956a;border:2px solid #fff;box-shadow:0 0 0 1px #d9cfc0}.cohort-program-selector{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem}.cohort-program-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .65rem;border:1px solid #d9cfc0;border-radius:999px;background:#fff;font-family:inherit;font-size:.75rem;font-weight:500;color:var(--color-ink-muted);cursor:pointer;transition:background .15s,border-color .15s,color .15s,opacity .15s}.cohort-program-chip-swatch{width:8px;height:8px;border-radius:50%;background:var(--program-color, #7a9e87);opacity:.35;flex-shrink:0}.cohort-program-chip--active{border-color:var(--program-color, #7a9e87);background:#f4faf6;color:var(--color-ink)}.cohort-program-chip--active .cohort-program-chip-swatch{opacity:1}.cohort-program-chip:not(.cohort-program-chip--active){opacity:.72}.cohort-program-chip:not(.cohort-program-chip--active) .cohort-program-chip-swatch{background:#c4b8a8}.cohort-view-avg-label{margin:.35rem 0 0;font-size:.8125rem}.cohort-yesno-bar-track{height:8px;background:#ece6dc;border-radius:999px;overflow:hidden}.cohort-yesno-bar-fill{height:100%;background:#7a9e87;border-radius:999px}.cohort-yesno-clients{list-style:none;margin:.5rem 0 0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.25rem 1rem;font-size:.8125rem}.cohort-yesno-clients li{display:flex;justify-content:space-between;gap:.5rem}.cohort-text-responses{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.cohort-text-responses li{font-size:.8125rem;line-height:1.45}.cohort-text-name{display:block;font-weight:600;color:var(--color-ink);margin-bottom:.1rem}.cohort-text-quote{color:var(--color-ink-muted);font-style:italic}.insights-page{max-width:52rem}.insights-header{margin-bottom:.25rem;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.insights-preview-toggle{flex-shrink:0;margin-top:.25rem}.insights-preview-banner{background:#f4faf6;border:1px solid #b0d4bc;border-radius:var(--radius-sm);padding:.75rem 1rem;font-size:.875rem;line-height:1.5;color:var(--color-ink)}.insights-preview-banner code{font-size:.8125rem;background:#fff;padding:.1rem .35rem;border-radius:4px;border:1px solid #d9cfc0}.insights-legal-banner{background:#faf3e8;border:1px solid #e8d9c4;border-left:3px solid var(--color-amber);color:var(--color-ink);padding:.75rem 1rem;border-radius:var(--radius-sm);font-size:.875rem;line-height:1.5}.insights-unlock-card{margin-top:.5rem}.insights-report-card{margin-top:0}.insights-report-intro{margin:-.25rem 0 1rem;font-size:.875rem}.insights-unlock-header{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.insights-unlock-summary{font-size:.875rem;color:var(--color-ink-muted)}.insights-unlock-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.insights-unlock-item{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:.875rem 1rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:#fdfaf5}.insights-unlock-item--unlocked{border-color:#b0d4bc;background:#f4faf6}.insights-unlock-item--tier_locked{opacity:.85;background:var(--color-cream)}.insights-unlock-item-main{flex:1;min-width:0}.insights-unlock-item-title-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.insights-unlock-item-title-row h3{margin:0;font-size:1rem;font-weight:600;color:var(--color-ink)}.insights-lock-icon{font-size:.875rem;line-height:1}.insights-unlock-threshold{margin:.25rem 0 0;font-size:.8125rem}.insights-unlock-progress{margin:.35rem 0 0;font-size:.875rem;font-weight:500;color:var(--color-ink)}.insights-unlock-tier-note{margin:.35rem 0 0;font-size:.8125rem;color:var(--color-ink-muted)}.insights-status-pill{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:.2rem .5rem;border-radius:999px}.insights-status-pill--unlocked{background:#e8f4ee;color:#2c5c3e}.insights-upgrade-link{flex-shrink:0;font-size:.875rem;font-weight:500;color:var(--color-sage-dark, #2c5c3e);text-decoration:none;padding-top:.125rem}.insights-upgrade-link:hover{text-decoration:underline}.insights-footer-note{font-size:.875rem;line-height:1.5}.insights-footer-note a{color:var(--color-sage-dark, #2c5c3e)}.coach-case-study-card{padding:1.25rem;border:1px solid var(--color-border);border-radius:12px;background:var(--color-cream-card);box-shadow:var(--shadow-soft)}.coach-case-study-card+.coach-case-study-card{margin-top:0}.coach-case-study-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.5rem}.coach-case-study-card-header h3{margin:0 0 .15rem;font-size:1.125rem}.coach-case-study-status{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:.25rem .5rem;border-radius:999px}.coach-case-study-status.draft{background:#f5f0e8;color:#8b6e4e}.coach-case-study-status.published{background:#e8f4ee;color:#2c5c3e}.coach-case-study-status.needs-review{background:#fff3e0;color:#b45309}.coach-case-study-review-hint{margin:0 0 .75rem;font-size:.875rem;line-height:1.45}.coach-case-study-validation-banner{margin-bottom:.75rem;padding:.75rem 1rem;border-radius:8px;background:#fff8e6;border:1px solid #f0d9a8;font-size:.875rem}.coach-case-study-validation-banner ul{margin:.5rem 0 0;padding-left:1.1rem}.coach-case-study-inline-validation{margin:.5rem 0 0;padding-left:1.1rem;color:#b45309;font-size:.8125rem}.coach-case-study-ftc{margin:.75rem 0 0;font-size:.75rem;line-height:1.4}.coach-case-study-consent{font-size:.8125rem;margin-bottom:1rem}.coach-case-study-section{margin-bottom:1rem}.coach-case-study-section h4{margin:0 0 .4rem;font-size:.8125rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted, #8b6e4e)}.coach-case-study-source-note{margin:0 0 .5rem;font-size:.75rem}.coach-case-study-before{margin:0;font-size:.9375rem;line-height:1.55;white-space:pre-wrap}.coach-case-study-metrics{list-style:none;margin:0;padding:0;display:grid;gap:.35rem}.coach-case-study-metrics li{display:flex;justify-content:space-between;gap:1rem;font-size:.875rem}.delta-up{color:#2c5c3e}.delta-down{color:#8b6e4e}.coach-case-study-edit{width:100%;padding:.75rem;border:1px solid var(--color-border);border-radius:8px;font-family:var(--font-sans);font-size:.9375rem;line-height:1.5;resize:vertical}.coach-case-study-quote{margin:0;font-family:var(--font-serif, Georgia, serif);font-style:italic;font-size:1rem;line-height:1.5;color:#5c3d1e}.coach-case-study-quote-note{margin:.35rem 0 0;font-size:.75rem}.coach-case-study-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.coach-case-study-private-note{margin:.75rem 0 0;font-size:.8125rem}.coach-case-study-past-tag{font-style:italic}.coach-case-study-ftc{font-size:.75rem;line-height:1.45;margin:.5rem 0 0}.retroactive-generate-prompt{padding:.75rem 0}.stories-page{max-width:720px}.stories-public-url{margin-bottom:1.25rem}.stories-public-url-row{display:flex;flex-direction:column;gap:.75rem;margin-top:.75rem}.stories-public-url-row code{display:block;padding:.75rem .875rem;border-radius:8px;background:#f5f0e8;border:1px solid #ddd5c5;font-size:.8125rem;word-break:break-all}.stories-public-url-actions{display:flex;flex-wrap:wrap;gap:.5rem}.stories-header h1{margin:.25rem 0 .5rem}.stories-header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.stories-add-btn{flex-shrink:0;margin-top:1.5rem}.stories-empty-cta{padding:1.25rem;margin-bottom:1rem}.stories-empty-cta h2{margin:0 0 .5rem;font-size:1rem}.stories-empty-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.stories-empty-footnote{margin:.75rem 0 0;font-size:.8125rem;line-height:1.45}.stories-lead{margin:0;max-width:42rem}.stories-locked{padding:1.25rem}.stories-upgrade-btn{margin-top:1rem}.stories-awaiting{padding:1.25rem}.stories-awaiting h2{margin:0 0 .35rem;font-size:1rem}.stories-awaiting-list{list-style:none;margin:1rem 0 0;padding:0;display:grid;gap:.75rem}.stories-awaiting-list li{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.stories-tabs{display:flex;gap:.5rem;margin-top:.5rem;margin-bottom:.75rem;padding-block:.25rem}.stories-tab{border:1px solid var(--color-border);background:transparent;border-radius:999px;padding:.4rem .85rem;font-size:.875rem;cursor:pointer;font-family:var(--font-sans)}.stories-tab.active{background:var(--color-sage, #7a9e87);border-color:var(--color-sage, #7a9e87);color:#fff}.stories-empty{padding:1.25rem}.stories-list{display:grid;gap:var(--section-gap)}.past-client-client-preview{padding:1rem 1.1rem;margin-bottom:1rem}.past-client-client-preview strong{font-size:.875rem}.past-client-client-preview-lead{margin:.5rem 0 .65rem;font-size:.8125rem;line-height:1.45}.past-client-client-preview-list{margin:0;padding-left:1.15rem;font-size:.8125rem;line-height:1.5;color:var(--color-ink)}.past-client-client-preview-list li+li{margin-top:.4rem}.past-client-client-preview-list strong{font-size:inherit;font-weight:600}.past-client-client-preview-path{font-family:ui-monospace,monospace;font-size:.75rem;color:var(--color-muted)}.past-client-type-picker{display:grid;grid-template-columns:1fr 1fr;gap:.65rem;margin-bottom:1rem}.past-client-type-option{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;padding:.85rem 1rem;border:1px solid var(--color-border);border-radius:var(--radius-md);background:#fff;cursor:pointer;text-align:left;font-family:var(--font-sans);transition:border-color .15s,box-shadow .15s}.past-client-type-option:hover{border-color:var(--color-sage)}.past-client-type-option.active{border-color:var(--color-sage);box-shadow:0 0 0 1px var(--color-sage);background:#f7faf8}.past-client-type-option-title{font-size:.9375rem;font-weight:600;color:var(--color-ink)}.past-client-type-option-desc{font-size:.8125rem;line-height:1.4;color:var(--color-muted)}.field-optional-hint{font-weight:400;color:var(--color-muted);font-size:.8125rem}.retroactive-page{max-width:640px}.retroactive-header h1{margin:.25rem 0 .5rem}.retroactive-lead{margin:0;max-width:38rem}.retroactive-form{padding:1.25rem}.retroactive-section+.retroactive-section{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--color-border)}.retroactive-section h2{margin:0 0 .75rem;font-size:1rem}.retroactive-section-note{margin:0 0 1rem;font-size:.875rem}.retroactive-form-actions{margin-top:1.5rem}.retroactive-question-guide{padding:1rem 1.1rem;margin-bottom:1rem}.retroactive-question-guide strong{font-size:.875rem}.retroactive-question-guide-list{margin:.65rem 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.45rem}.retroactive-question-guide-list li{display:flex;flex-wrap:wrap;gap:.35rem .75rem;align-items:baseline;font-size:.875rem}.retroactive-guide-tier{font-weight:600;color:var(--color-ink);min-width:11rem}.retroactive-question-guide-scores{margin:.85rem 0 0;font-size:.8125rem;line-height:1.45}.retroactive-question-guide-status{margin:.75rem 0 0;padding-top:.75rem;border-top:1px solid var(--color-border);font-size:.875rem;line-height:1.45}.retroactive-question-guide-status strong{color:var(--color-ink)}.retroactive-question-guide-status--below_minimum strong{color:#9a6b2e}.retroactive-question-guide-status--minimum strong{color:var(--color-muted)}.retroactive-question-guide-status--good strong,.retroactive-question-guide-status--optimal strong{color:var(--color-sage-dark)}.retroactive-question-list{display:flex;flex-direction:column;gap:0}.retroactive-question-card.is-off{opacity:.6}.retroactive-question-include-label{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:600;color:var(--color-muted);cursor:pointer}.retroactive-question-include-label input{margin:0}.retroactive-client-story-card{max-width:520px}.retroactive-client-story-form .checkin-slider{margin-bottom:.75rem}.retroactive-ratings-banner{margin-bottom:1.25rem}.retroactive-ratings-banner-lead{margin:.5rem 0 0;font-size:.875rem;line-height:1.5}.retroactive-core-ratings-list{margin:.65rem 0 0;padding-left:1.25rem;font-size:.875rem;color:var(--color-muted)}.retroactive-ratings-disclaimer{margin:.85rem 0 0;padding-top:.75rem;border-top:1px solid var(--color-border);font-size:.8125rem;line-height:1.45;color:var(--color-muted)}.client-shell{min-height:100vh;display:flex;flex-direction:column;max-width:480px;margin:0 auto;background:var(--color-cream)}.client-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--color-border);background:var(--color-cream)}.client-header .logo-mark--header{flex-shrink:0}.client-header-actions{display:flex;align-items:center;gap:.25rem}.client-settings-link{font-size:.875rem}.client-nav{display:flex;gap:.5rem;padding:.75rem 1.25rem;border-bottom:1px solid var(--color-border);background:var(--color-cream)}.client-nav a{flex:1;text-align:center;padding:.5rem .25rem;border-radius:var(--radius-sm);text-decoration:none;font-weight:500;font-size:.8125rem;color:var(--color-muted)}.client-nav a.active,.client-nav a:hover{background:#eef4f0;color:var(--color-ink)}.client-main{flex:1;padding:1.25rem}.checkin-slider{margin-bottom:1.5rem}.checkin-slider-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.5rem}.checkin-slider-header label{font-weight:500}.checkin-slider-value{font-weight:600;font-size:1.125rem}.checkin-slider input[type=range]{width:100%;accent-color:var(--color-sage)}.feedback-card{background:#eef4f0;border-left:3px solid var(--color-sage);padding:1rem;border-radius:var(--radius-sm);margin-top:1.5rem;font-family:var(--font-serif);font-size:1rem;line-height:1.5}.checkin-complete{text-align:center;padding:1.5rem 0 2rem}.checkin-complete-icon{width:4rem;height:4rem;margin:0 auto 1.25rem;border-radius:50%;background:#eef4f0;border:2px solid var(--color-sage);color:var(--color-sage-dark);font-size:1.75rem;font-weight:700;display:flex;align-items:center;justify-content:center}.checkin-complete-title{font-family:var(--font-serif);font-size:1.75rem;margin-bottom:.35rem}.checkin-complete .feedback-card{text-align:left;margin-top:1.25rem}.checkin-complete-meta{font-size:.875rem;margin-top:1rem}.checkin-complete-expectation{margin:1.25rem 0 0;padding:1rem 1.125rem;border-radius:10px;background:#f5f0e8;border-left:3px solid var(--color-sage)}.checkin-complete-expectation-quote{margin:.5rem 0 0;font-family:var(--font-serif);font-size:.9375rem;line-height:1.5;color:#2c2416}.checkin-complete-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:2rem}.checkin-complete-actions .btn{width:100%;text-align:center;text-decoration:none}.checkin-divider{border:none;border-top:1px solid var(--color-border);margin:1.5rem 0}.baseline-intro{margin-bottom:1.25rem}.baseline-intro h1{font-family:var(--font-serif);font-size:1.75rem;margin-bottom:.35rem}.yes-no-toggle{display:flex;gap:.5rem}.yes-no-toggle button{flex:1;padding:.65rem;border-radius:var(--radius-sm);border:1px solid var(--color-border);background:#fff;cursor:pointer;font-weight:500}.yes-no-toggle button.selected{background:var(--color-sage);border-color:var(--color-sage);color:#fff}.stat-pill{display:inline-block;background:#fff;border:1px solid var(--color-border);border-radius:999px;padding:.35rem .75rem;font-size:.8125rem;margin-right:.5rem;margin-bottom:.5rem}.invite-link-box{background:#f3f7f4;border:1px dashed var(--color-sage);border-radius:var(--radius-sm);padding:1rem;margin-top:1rem;word-break:break-all;font-size:.875rem}.retroactive-consent-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;background:var(--color-cream, #ffffff)}.retroactive-consent-card{width:100%;max-width:480px;padding:1.5rem}.retroactive-consent-eyebrow{margin:1rem 0 .25rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-sage, #7a9e87);font-weight:600}.retroactive-consent-card h1{margin:0 0 .75rem;font-family:var(--font-serif, Georgia, serif)}.retroactive-consent-lead{margin:0 0 1.25rem;line-height:1.55}.retroactive-consent-form fieldset{border:none;margin:0 0 1.25rem;padding:0}.retroactive-consent-form legend{font-weight:600;margin-bottom:.75rem}.retroactive-consent-radio{display:flex;gap:.5rem;align-items:flex-start;margin-bottom:.65rem;font-size:.9375rem;line-height:1.45;cursor:pointer}.retroactive-consent-radio input{margin-top:.2rem}.retroactive-consent-identity{margin:.75rem 0 0 1.25rem;padding-left:.75rem;border-left:2px solid var(--color-border)}.testimonial-writing-guidance{margin:.35rem 0 .75rem;font-size:.8125rem;line-height:1.55;color:var(--color-muted)}.milestone-share-screen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:1.25rem;background:#1c2b2373}.milestone-share-screen--embedded{position:relative;inset:auto;z-index:auto;padding:0;background:transparent}.milestone-share-screen--embedded .milestone-share-inner{max-height:none;box-shadow:none}.milestone-share-screen--embedded .milestone-share-actions .btn:disabled{opacity:.55;cursor:not-allowed}.milestone-share-inner{width:min(100%,28rem);max-height:92vh;overflow-y:auto;padding:1.5rem;border-radius:var(--radius-lg);background:var(--color-cream);box-shadow:var(--shadow-soft)}.milestone-share-eyebrow{margin:0 0 .35rem;font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--color-sage)}.milestone-share-title{margin:0 0 .5rem;font-family:var(--font-serif);font-size:1.5rem;line-height:1.25}.milestone-share-lead{margin:0 0 1.25rem;font-size:.9375rem}.milestone-metric-picker{margin:0 0 1rem;padding:.75rem;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-cream-card)}.milestone-metric-picker legend{padding:0 .25rem;font-size:.8125rem;font-weight:600;color:var(--color-ink)}.milestone-metric-option{display:flex;align-items:flex-start;gap:.6rem;margin-top:.5rem;cursor:pointer;font-size:.875rem}.milestone-metric-option input{margin-top:.15rem;accent-color:var(--color-sage)}.milestone-metric-option-text{display:flex;flex-direction:column;gap:.1rem}.milestone-card-preview{margin-bottom:1.25rem}.milestone-card-preview-image{display:block;width:100%;height:auto;border-radius:var(--radius-md)}.milestone-card-preview-placeholder{display:flex;align-items:center;justify-content:center;aspect-ratio:1;border:2px solid var(--color-sage);border-radius:var(--radius-md);background:var(--color-cream-card);color:var(--color-muted);font-size:.875rem}.milestone-share-notice{margin:0 0 .75rem;font-size:.8125rem;color:var(--color-sage-dark)}.milestone-share-actions{display:flex;flex-direction:column;gap:.5rem}.milestone-share-skip{margin-top:.25rem;font-size:.875rem}.milestone-demo-page{width:100%;max-width:1120px;margin:0 auto;padding-bottom:2rem}.milestone-demo-page.retroactive-consent-page{flex-direction:column;align-items:stretch;justify-content:flex-start}.milestone-demo-header{width:100%;max-width:36rem;margin-bottom:2rem;text-align:center}.milestone-demo-header h1{margin:0 0 .5rem;font-family:var(--font-serif);font-size:1.75rem}.milestone-demo-eyebrow{margin:0 0 .35rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.06em}.milestone-demo-lead{margin:0 0 1rem;font-size:.9375rem;line-height:1.55}.milestone-demo-flow-toggle{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;cursor:pointer}.milestone-demo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;width:100%}.milestone-demo-card-wrap{text-align:center}.milestone-demo-variant-label{margin:0 0 .75rem;font-size:.8125rem;font-weight:600;color:var(--color-muted)}.milestone-demo-card-image{width:100%;max-width:320px;height:auto;border-radius:var(--radius-md);box-shadow:var(--shadow-soft)}.milestone-demo-card-placeholder{width:100%;max-width:320px;aspect-ratio:1;margin:0 auto;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md);background:var(--color-cream-card);border:1px solid var(--color-border);color:var(--color-muted);font-size:.875rem}.milestone-demo-flow{display:flex;justify-content:center;width:100%}.milestone-demo-flow-inner{width:min(100%,28rem)}.milestone-demo-actions-disabled{opacity:.85}.milestone-demo-footnote{margin:2rem 0 0;max-width:36rem;text-align:center;font-size:.8125rem;line-height:1.5}.milestone-brand-preview-grid{max-width:520px;margin:0 auto}.milestone-brand-flow{margin-top:2.5rem;width:100%}.journey-spark-page{background:var(--journey-spark-paper);color:var(--journey-spark-ink);min-height:100vh}.journey-spark-wrap{max-width:880px;margin:0 auto;padding:0 40px}.journey-spark-hero{background:var(--journey-spark-forest);padding-top:36px;padding-bottom:150px}.journey-spark-breadcrumb{color:#fbf6eea6;font-size:14px;font-weight:700;text-decoration:none;display:inline-block;margin-bottom:34px}.journey-spark-hero-logo-wrap{margin-bottom:52px;display:flex;align-items:center}.journey-spark-hero-logo{height:clamp(2.5rem,6vw,3.25rem);width:auto;max-width:min(16rem,80vw)}.journey-spark-hero-eyebrow{color:var(--journey-spark-accent);font-size:14px;font-weight:800;letter-spacing:2.5px;margin:0 0 10px}.journey-spark-hero-title{color:#fbf6ee;font-family:Fraunces,Georgia,serif;font-weight:600;font-size:46px;margin:0;letter-spacing:-.5px}.journey-spark-profile-card{background:var(--journey-spark-card);border-radius:28px;padding:52px 56px 48px;margin-top:-118px;box-shadow:0 30px 60px #16302a2e}.journey-spark-profile-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.journey-spark-avatar-row{display:flex;align-items:center;gap:16px}.journey-spark-avatar{width:56px;height:56px;border-radius:50%;background:linear-gradient(155deg,var(--journey-spark-data-2),#2c6e60);color:#fff;font-family:Fraunces,Georgia,serif;font-size:22px;font-weight:600;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.journey-spark-name{margin:0;font-size:25px;font-weight:800}.journey-spark-program{margin:3px 0 0;font-size:15px;color:var(--journey-spark-ink-soft)}.journey-spark-date{font-size:13px;color:var(--journey-spark-ink-soft);font-weight:700;white-space:nowrap;padding-top:6px}.journey-spark-category-pill{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:800;letter-spacing:1.4px;text-transform:uppercase;padding:7px 14px;border-radius:20px;margin-top:22px}.journey-spark-category-dot{width:7px;height:7px;border-radius:50%}.journey-spark-quote{position:relative;margin:30px 0 8px;padding-left:38px}.journey-spark-quote-glyph{position:absolute;left:-6px;top:-18px;font-family:Fraunces,Georgia,serif;font-size:64px;color:var(--journey-spark-accent);opacity:.45}.journey-spark-quote-text{margin:0;font-family:Fraunces,Georgia,serif;font-style:italic;font-size:22px;line-height:1.55}.journey-spark-divider{border:0;border-top:1px solid rgba(30,42,34,.1);margin:36px 0}.journey-spark-eyebrow-label{margin:0 0 6px;font-size:12.5px;font-weight:800;letter-spacing:1.8px;text-transform:uppercase;color:var(--journey-spark-ink-soft)}.journey-spark-caption{margin:0 0 22px;font-size:14.5px;color:var(--journey-spark-ink-soft);line-height:1.5}.journey-spark-narrative{border-left:3px solid var(--journey-spark-accent);padding-left:22px;margin-top:26px}.journey-spark-narrative p{margin:0;font-size:16px;line-height:1.7}.journey-spark-section{margin-top:56px}.journey-spark-section-title{margin:2px 0 8px;font-family:Fraunces,Georgia,serif;font-size:29px;font-weight:600}.journey-spark-milestone-card,.journey-spark-chart-card{background:var(--journey-spark-card);border-radius:24px;padding:36px 40px;margin-top:22px;box-shadow:0 16px 36px #16302a14}.journey-spark-milestone-title{margin:0 0 4px;font-size:18px;font-weight:800}.journey-spark-chart-label{margin:0 0 16px;font-size:14px;font-weight:800;color:var(--journey-spark-ink-soft)}.journey-spark-toggle-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:30px}.journey-spark-toggle-btn{font-family:inherit;font-size:13.5px;font-weight:700;color:var(--journey-spark-ink-soft);background:transparent;border:1.5px solid rgba(30,42,34,.14);border-radius:20px;padding:9px 16px;display:flex;align-items:center;gap:8px;cursor:pointer}.journey-spark-toggle-btn:focus-visible{outline:2px solid var(--journey-spark-accent);outline-offset:2px}.journey-spark-toggle-btn.active{color:#fff;border-color:transparent}.journey-spark-toggle-dot{width:8px;height:8px;border-radius:50%;background:currentColor;opacity:.5}.journey-spark-toggle-btn.active .journey-spark-toggle-dot{background:#fff;opacity:1}.journey-spark-chart-caption{margin-top:16px;font-size:13.5px;line-height:1.5;color:var(--journey-spark-ink-soft)}.journey-spark-footer{margin-top:70px;background:var(--journey-spark-forest);padding:36px 40px;text-align:center}.journey-spark-footer p{margin:0 auto;max-width:600px;color:#fbf6ee99;font-size:13px;line-height:1.6}.journey-spark-metric-row{margin-bottom:20px}.journey-spark-metric-row:last-child{margin-bottom:0}.journey-spark-metric-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;gap:10px}.journey-spark-metric-label-group{display:flex;align-items:center;gap:10px}.journey-spark-metric-dot{width:10px;height:10px;border-radius:50%;flex:0 0 auto}.journey-spark-metric-label{font-size:15.5px;font-weight:700}.journey-spark-metric-values{display:flex;align-items:center;gap:9px}.journey-spark-metric-score{font-size:15.5px;font-weight:800;font-variant-numeric:tabular-nums}.journey-spark-metric-arrow{font-size:13px;color:var(--journey-spark-ink-soft);font-weight:700}.journey-spark-metric-delta{font-size:12.5px;font-weight:800;padding:2px 9px;border-radius:16px;font-variant-numeric:tabular-nums}.journey-spark-metric-track{position:relative;width:100%;height:10px;border-radius:20px;background:var(--journey-spark-card-track)}.journey-spark-metric-fill{position:absolute;left:0;top:0;bottom:0;border-radius:20px}.journey-spark-metric-baseline{position:absolute;top:50%;width:11px;height:11px;border-radius:50%;transform:translate(-50%,-50%)}.journey-spark-state-shell{max-width:880px;margin:0 auto;padding:40px}@media(max-width:640px){.journey-spark-wrap{padding:0 20px}.journey-spark-hero{padding-bottom:110px}.journey-spark-hero-title{font-size:32px}.journey-spark-profile-card{margin-top:-86px;padding:32px 24px 28px}.journey-spark-profile-top{flex-direction:column}.journey-spark-milestone-card,.journey-spark-chart-card{padding:28px 20px}.journey-spark-section-title{font-size:25px}.journey-spark-metric-top{flex-direction:column;align-items:flex-start}}.product-tour-page{width:100%;overflow-x:hidden;background:var(--journey-spark-paper);color:var(--journey-spark-ink);font-family:Manrope,DM Sans,Helvetica Neue,Arial,sans-serif}.product-tour-page a{color:inherit}.product-tour-wrap{max-width:1040px;margin:0 auto;padding:0 40px}.product-tour-narrow{max-width:880px;margin:0 auto;padding:0 40px}.product-tour-topnav{position:sticky;top:0;z-index:50;background:#f3eee3eb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom:1px solid rgba(30,42,34,.08)}.product-tour-topnav-inner{max-width:1040px;margin:0 auto;padding:14px 40px;display:flex;align-items:center;justify-content:space-between;gap:12px}.product-tour-brand{display:flex;align-items:center;text-decoration:none;color:inherit;flex-shrink:0}.product-tour-brand-logo{height:2rem;width:auto;max-width:10.5rem}.product-tour-brand-mark{width:20px;height:20px;border-radius:6px;background:linear-gradient(155deg,var(--journey-spark-accent),#da6e3f);flex:0 0 auto}.product-tour-brand-name{font-size:14px;font-weight:800;letter-spacing:1px}.product-tour-nav-links{display:flex;gap:28px}.product-tour-nav-link{font-size:13.5px;font-weight:700;color:var(--journey-spark-ink-soft);text-decoration:none;padding:4px 0;border-bottom:2px solid transparent}.product-tour-nav-link.active{color:var(--journey-spark-ink);border-color:var(--journey-spark-accent)}.product-tour-btn{font-family:inherit;font-weight:800;font-size:13.5px;border-radius:20px;padding:10px 20px;border:none;cursor:pointer;text-decoration:none;display:inline-block;flex-shrink:0;text-transform:capitalize}.product-tour-btn-primary{background:var(--journey-spark-accent);color:#fff}.product-tour-btn-primary:hover{background:#da6e3f}.product-tour-hero{background:var(--journey-spark-forest);padding:64px 0 74px;text-align:center}.product-tour-hero-eyebrow{color:var(--journey-spark-accent);font-size:13px;font-weight:800;letter-spacing:2.5px;margin:0 0 18px}.product-tour-hero h1{color:#fbf6ee;font-family:Fraunces,Georgia,serif;font-weight:600;font-size:44px;line-height:1.15;margin:0 auto 18px;max-width:680px}.product-tour-hero-sub{color:#fbf6eeb8;font-size:17px;line-height:1.6;max-width:600px;margin:0 auto 32px}.product-tour-hero-cta-row{display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap;margin-bottom:0}.product-tour-hero .product-tour-btn-primary{padding:14px 26px;font-size:14.5px}.product-tour-hero-link{color:#fbf6ee;font-size:14px;font-weight:700;text-decoration:none;background:none;border:none;cursor:pointer;font-family:inherit;padding:0}.product-tour-hero-link:hover{color:#fff}.product-tour-hero-meta{color:#fbf6ee73;font-size:12.5px;margin:0}.product-tour-chapter{margin-top:76px}.product-tour-chapter-label{color:var(--journey-spark-accent);font-size:12.5px;font-weight:800;letter-spacing:1.8px;text-transform:uppercase;margin:0 0 10px}.product-tour-chapter h2{font-family:Fraunces,Georgia,serif;font-weight:600;font-size:32px;margin:0 0 12px;max-width:640px;line-height:1.2}.product-tour-chapter-sub{color:var(--journey-spark-ink-soft);font-size:16px;line-height:1.6;max-width:640px;margin:0 0 32px}.product-tour-chapter-label.on-forest{color:var(--journey-spark-accent)}.product-tour-chapter h2.on-forest{color:#fbf6ee}.product-tour-chapter-sub.on-forest{color:#fbf6eeb8}.product-tour-card{background:var(--journey-spark-card);border-radius:24px;padding:36px 40px;box-shadow:0 16px 36px #16302a14}.product-tour-card+.product-tour-card{margin-top:20px}.product-tour-demo-pill{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:800;letter-spacing:1px;text-transform:uppercase;color:var(--journey-spark-ink-soft);background:var(--journey-spark-card-track);padding:5px 11px;border-radius:14px}.product-tour-practice-row{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:28px;gap:12px}.product-tour-practice-name{font-size:20px;font-weight:800;margin:0}.product-tour-practice-sub{font-size:14px;color:var(--journey-spark-ink-soft);margin:3px 0 0}.product-tour-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:32px}.product-tour-stat-tile{background:var(--journey-spark-paper);border-radius:16px;padding:18px 20px}.product-tour-stat-num{font-family:Fraunces,Georgia,serif;font-size:32px;font-weight:600;line-height:1}.product-tour-stat-num.risk{color:var(--journey-spark-status-risk)}.product-tour-stat-num.warn{color:var(--journey-spark-status-amber)}.product-tour-stat-label{font-size:11.5px;font-weight:800;letter-spacing:1px;text-transform:uppercase;color:var(--journey-spark-ink-soft);margin-top:8px}.product-tour-week-block{margin-bottom:32px}.product-tour-week-title{font-size:13px;font-weight:800;color:var(--journey-spark-ink-soft);margin:0 0 14px}.product-tour-week-bars{display:flex;align-items:flex-end;gap:10px;height:80px}.product-tour-week-bar-col{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%;min-width:0}.product-tour-week-bar{width:100%;border-radius:6px 6px 3px 3px;background:var(--journey-spark-data-2);opacity:.35}.product-tour-week-bar.today{opacity:1}.product-tour-week-bar-val{font-size:11px;font-weight:800;margin-bottom:4px;color:var(--journey-spark-ink-soft)}.product-tour-week-bar-day{font-size:11px;color:var(--journey-spark-ink-soft);margin-top:8px}.product-tour-tab-row{display:flex;gap:10px;margin-bottom:22px;flex-wrap:wrap}.product-tour-tab-btn{font-family:inherit;font-size:13px;font-weight:700;color:var(--journey-spark-ink-soft);background:transparent;border:1.5px solid rgba(30,42,34,.14);border-radius:18px;padding:8px 15px;cursor:pointer}.product-tour-tab-btn.active{background:var(--journey-spark-ink);color:#fff;border-color:var(--journey-spark-ink)}.product-tour-client-list{display:flex;flex-direction:column;gap:14px;margin-bottom:28px}.product-tour-client-row{border:1px solid rgba(30,42,34,.08);border-radius:16px;padding:18px 20px}.product-tour-client-top{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px}.product-tour-client-id{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.product-tour-client-name{font-size:15.5px;font-weight:800}.product-tour-status-tag{font-size:10.5px;font-weight:800;letter-spacing:.6px;text-transform:uppercase;padding:3px 9px;border-radius:12px}.product-tour-client-meta{font-size:13px;color:var(--journey-spark-ink-soft);margin:2px 0 14px}.product-tour-client-stats{display:flex;gap:36px;flex-wrap:wrap;align-items:center}.product-tour-client-stat{min-width:90px}.product-tour-client-stat-label{font-size:10.5px;font-weight:800;letter-spacing:.6px;text-transform:uppercase;color:var(--journey-spark-ink-soft);margin-bottom:4px}.product-tour-client-stat-val{font-size:15px;font-weight:800}.product-tour-momentum-wrap{flex:1;min-width:160px}.product-tour-momentum-track{width:100%;height:8px;background:var(--journey-spark-card-track);border-radius:20px;margin-top:6px}.product-tour-momentum-fill{height:100%;border-radius:20px}.product-tour-client-alert{margin-top:14px;background:var(--journey-spark-paper);border-radius:10px;padding:10px 14px;font-size:12.5px;color:var(--journey-spark-ink-soft);line-height:1.5}.product-tour-activity-list{display:flex;flex-direction:column;gap:14px}.product-tour-activity-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:14px;border-top:1px solid rgba(30,42,34,.08)}.product-tour-activity-row:first-child{border-top:none;padding-top:0}.product-tour-activity-text{font-size:14px;line-height:1.5}.product-tour-activity-sub{font-size:12.5px;color:var(--journey-spark-ink-soft);margin-top:2px}.product-tour-activity-cta{font-size:12px;font-weight:800;color:var(--journey-spark-accent);white-space:nowrap}.product-tour-chapter-next{display:block;text-align:right;margin-top:24px;font-size:14px;font-weight:800;color:var(--journey-spark-accent);text-decoration:none}.product-tour-chapter-next--left{text-align:left;display:inline-block;margin-top:16px}.product-tour-qa-list{display:flex;flex-direction:column;gap:18px;margin-top:20px}.product-tour-qa-item{padding-top:18px;border-top:1px solid rgba(30,42,34,.08)}.product-tour-qa-item:first-child{border-top:none;padding-top:0}.product-tour-qa-q{font-size:12.5px;font-weight:800;color:var(--journey-spark-ink-soft);margin:0 0 6px}.product-tour-qa-a{font-size:15.5px;line-height:1.6;margin:0;font-style:italic;font-family:Fraunces,Georgia,serif}.product-tour-chart-notes{display:flex;gap:16px;margin-top:18px;flex-wrap:wrap}.product-tour-chart-note{flex:1;min-width:220px;background:var(--journey-spark-paper);border-radius:12px;padding:14px 16px;font-size:13px;line-height:1.5}.product-tour-chart-note b{display:block;font-size:11.5px;letter-spacing:.6px;text-transform:uppercase;color:var(--journey-spark-ink-soft);margin-bottom:4px;font-weight:800}.product-tour-journey-chart{overflow:visible;display:block}.product-tour-spark-moment{background:#f2895a14;border-radius:18px;padding:28px 32px;margin-top:24px}.product-tour-spark-pill{display:inline-block;font-size:11px;font-weight:800;letter-spacing:.8px;text-transform:uppercase;color:var(--journey-spark-accent);background:#f2895a29;padding:5px 12px;border-radius:12px;margin-bottom:14px}.product-tour-spark-text{font-family:Fraunces,Georgia,serif;font-style:italic;font-size:18px;line-height:1.6;margin:0 0 12px}.product-tour-spark-caption{font-size:12.5px;color:var(--journey-spark-ink-soft);margin:0}.product-tour-chapter3-band{background:var(--journey-spark-forest);padding:72px 0 130px;margin-top:76px}.product-tour-chapter3-headline{color:#fbf6ee;font-family:Fraunces,Georgia,serif;font-weight:600;font-size:32px;margin:0 0 12px;max-width:640px;line-height:1.2}.product-tour-proof-wrap{margin-top:-96px;margin-bottom:0}.product-tour-proof-card{background:var(--journey-spark-paper);border-radius:28px;padding:44px;box-shadow:0 30px 60px #16302a33}.product-tour-proof-item+.product-tour-proof-item{margin-top:36px;padding-top:36px;border-top:1px solid rgba(30,42,34,.1)}.product-tour-faq-section{margin-top:56px;padding-bottom:16px}.product-tour-faq-card{background:var(--journey-spark-card);border-radius:24px;padding:40px 44px;box-shadow:0 16px 36px #16302a14;scroll-margin-top:80px}.product-tour-proof-eyebrow{font-size:12px;font-weight:800;letter-spacing:1.6px;text-transform:uppercase;color:var(--journey-spark-ink-soft);margin:0 0 14px}.product-tour-proof-eyebrow--tight{margin-bottom:4px}.product-tour-proof-caption{font-size:13.5px;color:var(--journey-spark-ink-soft);line-height:1.5;margin:14px 0 0}.product-tour-proof-callout{margin-top:18px;padding-top:18px;border-top:1px solid rgba(30,42,34,.1)}.product-tour-proof-callout-lead{font-family:Fraunces,Georgia,serif;font-size:18px;font-weight:600;color:var(--journey-spark-ink);margin:0 0 6px;line-height:1.3}.product-tour-proof-callout-sub{font-size:14px;font-weight:700;color:var(--journey-spark-accent);margin:0;line-height:1.45}.product-tour-cs-embed{background:var(--journey-spark-card);border-radius:24px;padding:40px 44px;box-shadow:0 10px 26px #16302a12}.product-tour-cs-embed .journey-spark-avatar{width:52px;height:52px;font-size:20px}.product-tour-cs-embed-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:4px;gap:12px}.product-tour-cs-embed-id{display:flex;align-items:center;gap:14px}.product-tour-cs-embed-name{font-size:22px;font-weight:800;margin:0}.product-tour-cs-embed-sub{font-size:14px;color:var(--journey-spark-ink-soft);margin:2px 0 0}.product-tour-cs-embed-sub--spaced{margin-bottom:18px}.product-tour-cs-embed-date{font-size:12.5px;color:var(--journey-spark-ink-soft);font-weight:700;white-space:nowrap;padding-top:5px}.product-tour-cs-embed-footer{font-size:12px;color:var(--journey-spark-ink-soft);margin:22px 0 0}.product-tour-cs-embed-btn{margin-top:16px;padding:12px 22px;font-size:14px}.product-tour-mini-testimonial{display:flex;gap:28px;align-items:center;flex-wrap:wrap}.product-tour-mini-testi-card{width:260px;flex:0 0 auto;background:var(--journey-spark-card);border-radius:18px;padding:26px 24px;box-shadow:0 10px 26px #16302a14;max-width:100%}.product-tour-mini-testi-glyph{font-family:Fraunces,Georgia,serif;font-size:36px;color:var(--journey-spark-accent);opacity:.5;line-height:1}.product-tour-mini-testi-text{font-family:Fraunces,Georgia,serif;font-style:italic;font-size:15px;line-height:1.5;margin:6px 0 16px}.product-tour-mini-testi-name{font-size:13px;font-weight:800;margin:0}.product-tour-mini-testi-program{font-size:11.5px;color:var(--journey-spark-ink-soft);margin:0}.product-tour-mini-testi-brand{font-size:10px;color:var(--journey-spark-ink-soft);margin:14px 0 0;padding-top:12px;border-top:1px solid rgba(30,42,34,.08)}.product-tour-mini-testimonial-caption{flex:1;min-width:220px;font-size:13.5px;color:var(--journey-spark-ink-soft);line-height:1.5;margin:0}.product-tour-mini-widget{background:var(--journey-spark-card);border-radius:14px;overflow:hidden;box-shadow:0 10px 26px #16302a0f}.product-tour-mini-widget-url{background:var(--journey-spark-card-track);font-size:11.5px;color:var(--journey-spark-ink-soft);padding:8px 16px;font-weight:700}.product-tour-mini-widget-stats{display:flex}.product-tour-mini-widget-stat{flex:1;padding:20px;text-align:center;min-width:0}.product-tour-mini-widget-stat+.product-tour-mini-widget-stat{border-left:1px solid rgba(30,42,34,.08)}.product-tour-mini-widget-stat b{display:block;font-family:Fraunces,Georgia,serif;font-size:22px;font-weight:600}.product-tour-mini-widget-stat span{font-size:11px;color:var(--journey-spark-ink-soft);font-weight:700}.product-tour-mid-cta-band{background:var(--journey-spark-forest);padding:64px 40px;text-align:center;margin-top:48px}.product-tour-mid-cta-band .product-tour-mid-cta-title{font-family:Fraunces,Georgia,serif;font-weight:600;font-size:24px;margin:0 0 8px;color:#fbf6ee}.product-tour-mid-cta-band .product-tour-mid-cta-sub{font-size:14px;color:#fbf6eeb8;margin:0 0 22px}.product-tour-mid-cta-band .product-tour-btn-primary{padding:13px 24px;font-size:14px}.product-tour-mid-cta-band .product-tour-mid-cta-fine{display:block;margin-top:12px;font-size:12px;color:#fbf6ee8c}.product-tour-mid-cta-title{font-family:Fraunces,Georgia,serif;font-weight:600;font-size:24px;margin:0 0 8px}.product-tour-mid-cta-sub{font-size:14px;color:var(--journey-spark-ink-soft);margin:0 0 22px}.product-tour-mid-cta-fine{display:block;margin-top:12px;font-size:12px;color:var(--journey-spark-ink-soft)}.product-tour-faq-title{font-family:Fraunces,Georgia,serif;font-weight:600;font-size:26px;margin:0 0 20px;line-height:1.25;color:var(--journey-spark-ink)}.product-tour-faq{margin-top:0}.product-tour-faq-item{border-top:1px solid rgba(30,42,34,.1);padding:16px 0}.product-tour-faq-item:last-child{border-bottom:1px solid rgba(30,42,34,.1)}.product-tour-faq-q{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:15px;font-weight:700;cursor:pointer;background:none;border:none;width:100%;text-align:left;padding:0;font-family:inherit;color:inherit}.product-tour-faq-chevron{transition:transform .15s ease;color:var(--journey-spark-ink-soft);font-size:14px;flex-shrink:0}.product-tour-faq-item.open .product-tour-faq-chevron{transform:rotate(180deg)}.product-tour-faq-a{max-height:0;overflow:hidden;transition:max-height .2s ease}.product-tour-faq-item.open .product-tour-faq-a{max-height:320px}.product-tour-faq-a p{font-size:14px;color:var(--journey-spark-ink-soft);line-height:1.6;margin:12px 0 0}.product-tour-faq-more{display:inline-block;margin-top:20px;font-size:14px;font-weight:800;color:var(--journey-spark-accent);text-decoration:none}.product-tour-step-tracker{display:flex;justify-content:center;gap:36px;margin:70px 0 0;padding-top:28px;border-top:1px solid rgba(30,42,34,.1);flex-wrap:wrap}.product-tour-step{font-size:12.5px;font-weight:800;color:var(--journey-spark-ink-soft);display:flex;align-items:center;gap:8px}.product-tour-step-num{width:20px;height:20px;border-radius:50%;background:var(--journey-spark-card-track);display:flex;align-items:center;justify-content:center;font-size:11px}.product-tour-final-cta{background:var(--journey-spark-forest);text-align:center;padding:80px 40px;margin-top:80px}.product-tour-final-cta h2{color:#fbf6ee;font-family:Fraunces,Georgia,serif;font-weight:600;font-size:36px;max-width:600px;margin:0 auto 16px;line-height:1.15}.product-tour-final-cta-sub{color:#fbf6eeb3;font-size:16px;max-width:520px;margin:0 auto 28px;line-height:1.6}.product-tour-final-cta-price{color:#fbf6ee8c;font-size:13.5px;margin:0 0 26px}.product-tour-final-cta .product-tour-btn-primary{padding:14px 28px;font-size:14.5px}.product-tour-final-links{margin-top:20px;display:flex;justify-content:center;gap:24px;flex-wrap:wrap}.product-tour-final-links a,.product-tour-final-links span{color:#fbf6eebf;font-size:13.5px;font-weight:700;text-decoration:none}.product-tour-final-fine{color:#fbf6ee80;font-size:13px}.product-tour-site-footer{padding:26px 40px;text-align:center;font-size:12.5px;color:var(--journey-spark-ink-soft)}.product-tour-site-footer a{text-decoration:none}.product-tour-portrait-eyebrow{margin-top:8px}.product-tour-portrait-caption{margin-bottom:0;font-size:13.5px}.product-tour-chart-sub{margin-bottom:16px;font-size:13.5px}@media(max-width:640px){.product-tour-wrap,.product-tour-narrow{padding:0 20px}.product-tour-faq-card{padding:26px 22px}.product-tour-topnav-inner{padding:12px 20px}.product-tour-nav-links{display:none}.product-tour-hero{padding:48px 0 56px}.product-tour-hero h1{font-size:30px}.product-tour-hero-sub{font-size:15.5px}.product-tour-chapter{margin-top:52px}.product-tour-chapter h2{font-size:24px}.product-tour-card{padding:26px 22px}.product-tour-stat-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-tour-practice-row{flex-direction:column;gap:10px}.product-tour-client-stats{gap:20px}.product-tour-proof-card,.product-tour-cs-embed{padding:26px 22px}.product-tour-cs-embed-top{flex-direction:column;gap:10px}.product-tour-mini-widget-stats{flex-direction:column}.product-tour-mini-widget-stat+.product-tour-mini-widget-stat{border-left:none;border-top:1px solid rgba(30,42,34,.08)}.product-tour-chapter3-headline{font-size:24px}.product-tour-faq-title{font-size:22px}.product-tour-mid-cta-band{padding:48px 24px}.product-tour-final-cta{padding:56px 24px}.product-tour-final-cta h2{font-size:26px}}.sparkmoment-takeover{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:var(--color-cream)}.sparkmoment-takeover-inner{max-width:28rem;width:100%;text-align:center}.sparkmoment-takeover-eyebrow{margin:0 0 .75rem;font-family:var(--font-sans);font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--color-sage)}.sparkmoment-takeover-title{margin:0 0 1.25rem;font-family:var(--font-serif);font-size:1.75rem;font-weight:600;color:var(--color-ink);line-height:1.25}.sparkmoment-takeover-narrative{margin:0 0 2rem;font-family:var(--font-serif);font-size:1.125rem;line-height:1.65;color:var(--color-ink);text-align:left}.sparkmoment-takeover-dismiss{min-width:10rem}.intake-story-page{align-items:flex-start;padding-top:2rem;padding-bottom:2rem}.intake-story-card{max-width:560px;width:100%}.intake-story-eyebrow{margin:1rem 0 .35rem;font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--color-sage)}.intake-story-title{margin:0 0 .75rem;font-family:var(--font-serif);font-size:1.75rem;line-height:1.25;color:var(--color-ink)}.intake-story-lead{margin:0 0 1.5rem;line-height:1.6}.intake-story-form{margin-top:.5rem}.intake-story-field label{display:flex;gap:.5rem;align-items:flex-start;line-height:1.45;font-weight:500}.intake-story-number{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:1.375rem;height:1.375rem;border-radius:999px;background:#eef4f0;color:var(--color-sage);font-size:.75rem;font-weight:600;margin-top:.1rem}.intake-story-field textarea{margin-top:.5rem;min-height:5.5rem;resize:vertical}.program-complete-page{max-width:32rem}.program-complete-eyebrow{margin:0 0 .35rem;font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--color-sage)}.program-complete-lead{margin-bottom:1.25rem;line-height:1.5}.program-complete-form{margin-top:.5rem}.program-complete-divider{border:none;border-top:1px solid var(--rule, #ddd5c5);margin:1.25rem 0}.program-complete-consent{border:none;margin:0 0 1.25rem;padding:0}.program-complete-consent legend{font-weight:600;margin-bottom:.35rem}.program-complete-consent-hint{font-size:.875rem;margin:0 0 .75rem}.program-complete-radio{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.5rem;font-size:.9375rem;cursor:pointer}.program-complete-radio input{margin-top:.2rem;accent-color:var(--color-sage)}.program-complete-identity{margin:.5rem 0 0 1.25rem}.client-settings h1{margin-top:0}.client-settings-section{padding:1.25rem;margin-top:1rem}.client-settings-section h2{margin:0 0 .5rem;font-size:1.125rem}.crisis-resource-list{list-style:none;margin:1rem 0 0;padding:0;display:flex;flex-direction:column;gap:1rem}.crisis-resource-list li{display:flex;flex-direction:column;gap:.25rem}.crisis-resource-list a{font-weight:600;color:var(--color-ink)}.client-settings-back{margin-top:1.5rem}.client-settings-reminder-field{display:flex;flex-direction:column;gap:.5rem;margin:1rem 0}.client-settings-reminder-field label{font-weight:600;font-size:.9375rem}.client-settings-reminder-field select,.client-settings-reminder-field input[type=time]{width:100%;padding:.75rem .875rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);font:inherit;background:#fff}.client-settings-reminder-hint{margin:0;font-size:.875rem}.client-data-lifecycle .client-data-actions{margin-top:1rem}.client-data-export-hint{margin:.5rem 0 0;font-size:.875rem}.client-data-pending{margin-top:1.25rem;padding:1rem;border-radius:var(--radius-sm);background:#fff8ef;border:1px solid #e8dcc8}.client-data-delete-flow{margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--color-border)}.client-data-delete-flow h3{margin:0 0 .75rem;font-size:1rem}.client-data-delete-list{margin:.5rem 0 1rem;padding-left:1.25rem}.client-data-blocking-banner{margin:1rem 0;padding:.875rem 1rem;border-radius:var(--radius-sm);background:#f5f0e8;border:1px solid #ddd5c5}.client-data-delete-confirm{display:block;font-weight:600;margin-bottom:.5rem}.client-data-delete-flow input[type=text]{width:100%;max-width:16rem;padding:.625rem .75rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);font:inherit}.client-data-delete-buttons{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.btn-danger-outline{background:transparent;color:#b54a4a;border:1px solid #e57373}.btn-danger{background:#c75050;color:#fff;border:1px solid #b54a4a}.btn-danger:disabled{opacity:.5}.btn-ghost{background:transparent;border:none;color:var(--color-ink);text-decoration:underline;padding:.5rem .25rem}.sparkmoment-page-lead{margin-top:.35rem;margin-bottom:1.25rem}.sparkmoment-pending-banner{background:#eef4f0;border:1px solid #b0d4bc;border-left:3px solid var(--color-sage);border-radius:var(--radius-sm);padding:1rem 1.125rem;margin-bottom:1.5rem}.sparkmoment-pending-banner p{margin:0;font-size:.9375rem;line-height:1.5;color:var(--color-ink)}.sparkmoment-upgrade-banner{background:#faf6f0;border-color:#e0cdb8;border-left-color:var(--color-amber)}.sparkmoment-empty{margin-top:.5rem}.sparkmoment-list{display:flex;flex-direction:column;gap:1rem}.sparkmoment-card{padding:1.125rem 1.25rem}.sparkmoment-card-header{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.sparkmoment-card-label{font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--color-sage)}.sparkmoment-card-date{font-size:.8125rem;flex-shrink:0}.sparkmoment-card-narrative{margin:0;font-family:var(--font-serif);font-size:1.0625rem;line-height:1.6;color:var(--color-ink)}.client-reengage-banner{margin-bottom:1.25rem;padding:1rem 1.125rem;border-radius:10px;border:1px solid #d9cfc0;background:#fdfaf5}.client-reengage-banner-from{margin:0 0 .35rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--color-muted)}.client-reengage-banner-message{margin:0;font-size:.9375rem;line-height:1.5;color:var(--color-ink)}.wellness-prompt-card{margin-bottom:1.25rem;padding:1.125rem 1.25rem;border-radius:var(--radius-sm);border:1px solid #e8d9c4;background:#fdfaf5;box-shadow:0 2px 12px #1c2b230f}.wellness-prompt-eyebrow{margin:0 0 .5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--color-muted)}.wellness-prompt-body{margin:0;font-size:.9375rem;line-height:1.55;color:var(--color-ink)}.wellness-prompt-dismiss{margin-top:1rem}.weekly-checkin-banner{display:block;margin-bottom:1.25rem;padding:1rem 1.125rem;border-radius:10px;border:1px solid #b0d4bc;background:#e8f4ee;color:inherit;text-decoration:none;transition:background .15s ease}.weekly-checkin-banner:hover{background:#dceee4}.weekly-checkin-banner-label{display:block;font-weight:600;font-size:.9375rem;color:#2c5c3e;margin-bottom:.25rem}.weekly-checkin-banner-text{display:block;font-size:.875rem;color:#5c3d1e}.return-after-gap-line{margin:0 0 1.25rem;padding:.875rem 1rem;border-radius:10px;background:#f5f0e8;border:1px solid #ddd5c5;font-size:.9375rem;color:#5c3d1e;line-height:1.45}.light-checkin-form{margin-top:1.5rem}.light-checkin-offer{margin-bottom:1.25rem;padding:1rem 1.125rem;border-radius:10px;background:#f5f0e8;border:1px solid #ddd5c5}.light-checkin-offer-title{margin:0 0 .25rem;font-weight:600;color:#2c2416}.light-checkin-full-link{width:100%;margin-top:.75rem;font-size:.875rem}.checkin-zone{margin-bottom:1rem}.checkin-zone-header{display:flex;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.75rem}.checkin-zone-header h2{margin:0;font-size:1rem;color:#1c2b23}.protocol-checklist{display:flex;flex-direction:column;gap:.5rem}.protocol-checklist-item{display:flex;align-items:center;gap:.5rem;padding:.625rem .75rem;border:1px solid #ddd5c5;border-radius:10px;background:#fff}.protocol-checklist-item.is-checked{border-color:#b0d4bc;background:#f4faf6}.protocol-checklist-item input[type=checkbox]{margin:0}.protocol-included-count{margin-left:auto;color:#6b7280;font-size:.8125rem}.add-note-link{border:0;background:transparent;color:#7a9e87;font-weight:600;font-size:.95rem;padding:.25rem 0;margin:.25rem 0 .75rem;cursor:pointer}.add-note-link:hover{color:#2c5c3e}.retro-protocol-panel{margin-bottom:1.25rem}.retro-protocol-toggle{width:100%;display:flex;align-items:center;gap:.5rem;padding:.75rem .875rem;border:1px solid #ddd5c5;border-radius:10px;background:#f9f6f1;color:#1c2b23;font:inherit;cursor:pointer;text-align:left}.retro-protocol-toggle:hover{background:#f5f0e8}.retro-protocol-toggle-hint{margin-left:auto;font-size:.8125rem;color:#6b7280}.retro-protocol-toggle-icon{font-size:1.125rem;line-height:1;color:#7a9e87;font-weight:600}.retro-protocol-days{margin-top:.75rem;display:flex;flex-direction:column;gap:1rem}.retro-protocol-note{margin:0;font-size:.8125rem}.retro-protocol-day{padding:.875rem;border:1px solid #ddd5c5;border-radius:10px;background:#fff}.retro-protocol-day h3{margin:0;font-size:.9375rem;color:#1c2b23}.retro-protocol-day-actions{display:flex;align-items:center;gap:.5rem}.retro-protocol-saved{font-size:.75rem;font-weight:600;color:#2c5c3e}.retro-protocol-saving{font-size:.75rem}.check-in-schedule-card{max-width:520px}.check-in-schedule-title{font-family:var(--font-serif);font-size:1.75rem;margin:.75rem 0 .5rem}.check-in-schedule-lead{line-height:1.6;margin:0 0 1.25rem}.check-in-schedule-field{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.check-in-schedule-field label{font-weight:600;font-size:.9375rem}.check-in-schedule-field select,.check-in-schedule-field input[type=time]{width:100%;padding:.75rem .875rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);font:inherit;background:#fff}.check-in-schedule-hint{font-size:.875rem;margin:0;line-height:1.5}.check-in-schedule-submit{width:100%;margin-top:.5rem}.public-outcomes-page{min-height:100vh;background:var(--color-cream, #ffffff);color:var(--color-ink, #1c2b23)}.public-outcomes-shell{max-width:920px;margin:0 auto;padding:2rem 1.25rem 3rem}.public-outcomes-hero{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #ddd5c5}.public-outcomes-logo{width:56px;height:56px;border-radius:12px;object-fit:cover;margin-bottom:1rem}.public-outcomes-eyebrow{margin:0 0 .35rem;font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#8b6e4e}.public-outcomes-title{margin:0 0 .35rem;font-family:var(--font-serif);font-size:clamp(1.75rem,4vw,2.25rem);line-height:1.15}.public-outcomes-subtitle{margin:0;color:#5c3d1e;line-height:1.5}.public-outcomes-intro{margin-top:.75rem;line-height:1.6}.public-outcomes-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.public-outcomes-filter-chip{border:1px solid #ddd5c5;background:#fdfaf5;color:#5c3d1e;border-radius:999px;padding:.45rem .85rem;font-size:.8125rem;font-weight:600;cursor:pointer}.public-outcomes-filter-chip--active{background:#eef4f0;border-color:#7a9e87;color:#2c5c3e}.public-outcomes-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;margin:1.5rem 0 2rem}.public-outcomes-stat{padding:1rem;border-radius:10px;background:#fdfaf5;border:1px solid #ddd5c5}.public-outcomes-stat strong{display:block;font-size:1.5rem;color:#5c3d1e;margin-bottom:.2rem}.public-outcomes-stat span{font-size:.8125rem;color:#8b6e4e}.public-outcomes-grid{display:grid;gap:1rem}.public-story-card{position:relative;padding:1.25rem 1.25rem 1.25rem 1.5rem;border-radius:12px;background:#fdfaf5;border:1px solid #ddd5c5}.public-story-card--expanded{padding-bottom:1.5rem}.public-story-card-accent{position:absolute;left:0;top:0;bottom:0;width:4px;border-radius:12px 0 0 12px;background:var(--color-sage, #7a9e87)}.public-story-card-header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;margin-bottom:.75rem}.public-story-card-header h3{margin:0 0 .15rem;font-size:1.0625rem}.public-story-program-type{display:inline-block;margin-top:.35rem;padding:.15rem .5rem;border-radius:999px;background:#e8f4ee;color:#2c5c3e;font-size:.6875rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.public-story-card-date{font-size:.75rem;color:#8b6e4e;white-space:nowrap}.public-story-quote{margin:0 0 1rem;font-family:var(--font-serif);font-style:italic;color:#5c3d1e;line-height:1.5}.public-story-metrics{list-style:none;margin:0 0 1rem;padding:0;display:grid;gap:.5rem}.public-story-metrics li{display:flex;justify-content:space-between;gap:1rem;font-size:.875rem}.public-story-metric-values strong.delta-up{color:#2c5c3e}.public-story-metric-values strong.delta-down{color:#8b6e4e}.public-story-section{margin-top:1.25rem}.public-story-section h4{margin:0 0 .35rem;font-size:.8125rem;text-transform:uppercase;letter-spacing:.04em;color:#8b6e4e}.public-story-section-lead{margin:0 0 .65rem;font-size:.8125rem;line-height:1.5}.public-story-metric-name{font-weight:600;color:#2c2416}.public-story-section p{margin:0;line-height:1.6;color:#2c2416}.public-story-read-more{font-size:.875rem;font-weight:600;color:var(--color-sage, #7a9e87);text-decoration:none}.public-story-read-more:hover{text-decoration:underline}.public-outcomes-empty{padding:2rem 1.25rem;border-radius:12px;background:#fdfaf5;border:1px dashed #ddd5c5;text-align:center}.public-outcomes-footer{margin-top:2.5rem;padding-top:1.25rem;border-top:1px solid #ddd5c5;text-align:center}.public-outcomes-disclaimer{margin:0 0 .75rem;font-size:.8125rem;color:#8b6e4e;line-height:1.5}.public-outcomes-brand{display:flex;justify-content:center;margin:0}.public-outcomes-back{display:inline-block;margin-bottom:1rem;font-size:.875rem;color:#5c3d1e;text-decoration:none}.public-outcomes-back:hover{text-decoration:underline}.public-story-trajectory{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #ddd5c5}.public-story-trajectory-title{margin:.25rem 0 .5rem;font-family:var(--font-serif);font-size:1.5rem}.public-story-trajectory-lead{margin:0;line-height:1.6}.public-story-milestones{display:grid;gap:.75rem;margin:1.5rem 0}.public-story-milestone-card{padding:1rem 1.125rem;border-radius:10px;background:#fdfaf5;border:1px solid #ddd5c5}.public-story-milestone-card h3{margin:0 0 .35rem;font-size:.9375rem;color:#5c3d1e}.public-story-milestone-lead{margin:0 0 .85rem;font-size:.8125rem;line-height:1.5}.public-story-milestone-table{display:grid;gap:.35rem}.public-story-milestone-row{display:grid;grid-template-columns:minmax(0,1.4fr) repeat(3,minmax(0,.8fr));gap:.5rem;align-items:center;font-size:.8125rem}.public-story-milestone-row--head{font-size:.6875rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#8b6e4e;padding-bottom:.25rem;border-bottom:1px solid #e8e2d8}.public-story-milestone-metric{font-weight:600;color:#2c2416}.public-story-milestone-row .delta-up{font-weight:700;color:#2c5c3e}.public-story-milestone-row .delta-down{font-weight:700;color:#8b6e4e}.public-story-milestone-metrics{list-style:none;margin:0;padding:0;display:grid;gap:.45rem}.public-story-milestone-metrics li{display:flex;justify-content:space-between;gap:1rem;font-size:.875rem}.public-story-trend-card{padding:1.25rem;border-radius:12px;background:#fdfaf5;border:1px solid #ddd5c5}.public-story-trend-prompt{margin:0 0 .65rem;font-size:.8125rem;color:#5c3d1e}.public-story-metric-filter{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.public-story-metric-chip{border:1px solid #ddd5c5;background:#fff;color:#5c3d1e;border-radius:999px;padding:.35rem .75rem;font-size:.8125rem;cursor:pointer}.public-story-metric-chip--active{background:#eef4f0;border-color:#7a9e87;color:#2c5c3e;font-weight:600}.public-story-trend-scroll{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;max-width:100%;padding-bottom:.25rem}.public-story-trend-scroll:focus-visible{outline:2px solid #7a9e87;outline-offset:2px;border-radius:8px}.public-story-trend-svg{display:block;min-width:100%;height:auto}.public-story-trend-scroll-hint{margin:.5rem 0 0;font-size:.75rem;text-align:right}.public-story-trend-grid{stroke:#e8e2d8;stroke-width:1}.public-story-trend-axis{fill:#8b6e4e;font-size:10px}.public-story-trend-axis-label{fill:#8b6e4e;font-size:9px;font-weight:600;letter-spacing:.02em}.public-story-trend-point-label{fill:#5c3d1e;font-size:9px;font-weight:700}.public-story-trend-line{stroke-linecap:round;stroke-linejoin:round}.public-story-trend-footnote{margin:.75rem 0 0;font-size:.8125rem;line-height:1.5}@media(max-width:560px){.public-story-milestone-row{grid-template-columns:1fr 1fr;gap:.25rem .75rem}.public-story-milestone-row--head span:nth-child(3),.public-story-milestone-row--head span:nth-child(4),.public-story-milestone-row span:nth-child(3),.public-story-milestone-row span:nth-child(4){text-align:right}.public-story-milestone-metric{grid-column:1 / -1}}.welcome-expectation{margin:1.25rem 0;padding:1rem 1.125rem;border-radius:10px;border-left:3px solid var(--color-sage);background:#f5f0e8}.welcome-expectation-label{margin:0 0 .5rem;font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#8b6e4e}.welcome-expectation-text{margin:0;font-family:var(--font-serif);font-size:1rem;line-height:1.5;color:#2c2416}.product-region{border:1px solid var(--color-mist);border-radius:12px;background:var(--color-paper)}.product-panel-card{border:1px solid var(--color-mist);border-radius:12px;padding:1rem 1.25rem;background:var(--color-paper)}.product-panel-title{margin:0;font-size:1.0625rem;font-weight:600;color:var(--color-ink)}.product-panel-caption{margin:.25rem 0 0;color:var(--color-slate);font-size:.8125rem}.status-chip{display:inline-flex;align-items:center;justify-content:center;height:22px;padding:0 .55rem;border-radius:999px;border:1px solid var(--color-mist);font-size:.6875rem;line-height:1;text-transform:uppercase;letter-spacing:.05em;font-weight:600;white-space:nowrap}.status-chip-slate{background:#f4f6f7;color:var(--color-slate);border-color:var(--color-mist)}.status-chip-sage{background:#eaf3ed;color:#2f6350;border-color:#b9d2c4}.status-chip-flag{background:var(--color-flag-soft);color:var(--color-flag);border-color:#debbb6}.status-chip-gold{background:var(--color-gold-soft);color:var(--color-gold);border-color:#dbcda9}.product-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.product-stat-card{border:1px solid var(--color-mist);border-radius:12px;padding:.9rem;background:var(--color-paper)}.product-stat-label{margin:0;font-size:.6875rem;text-transform:uppercase;letter-spacing:.06em;color:var(--color-slate);font-weight:600}.product-stat-value{margin:.25rem 0 0;font-size:1.75rem;line-height:1.1;font-weight:650;font-variant-numeric:tabular-nums}.product-stat-value-ink{color:var(--color-ink)}.product-stat-value-sage{color:#2f6350}.product-stat-value-flag{color:var(--color-flag)}.product-stat-context{margin:.25rem 0 0;color:var(--color-slate);font-size:.8125rem}.product-tab-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;border-bottom:1px solid var(--color-mist);padding-bottom:.35rem}.product-tab{border:0;background:transparent;color:var(--color-slate);padding:.2rem 0;font-size:.875rem;font-weight:600;cursor:pointer}.product-tab.active{color:var(--color-ink);border-bottom:2px solid var(--color-ink)}.product-client-card{position:relative;border:1px solid var(--color-mist);border-radius:12px;background:var(--color-paper);padding:.85rem .9rem .85rem 1rem;display:grid;gap:.55rem}.product-client-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}@media(max-width:720px){.product-client-grid{grid-template-columns:1fr}}.product-client-rail{position:absolute;left:0;top:0;bottom:0;width:3px;border-radius:12px 0 0 12px}.product-client-rail-sage{background:var(--color-sage)}.product-client-rail-flag{background:var(--color-flag)}.product-client-rail-slate{background:var(--color-mist)}.product-client-top{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.product-client-name{margin:0;font-weight:600;font-size:.95rem}.product-client-meta{margin:0;color:var(--color-slate);font-size:.8125rem}.product-client-divider{border-top:1px solid var(--color-mist)}.product-client-stats{display:flex;gap:.8rem;flex-wrap:wrap}.product-client-stat{display:grid;gap:.08rem}.product-client-stat-label{margin:0;font-size:.6875rem;text-transform:uppercase;letter-spacing:.06em;color:var(--color-slate)}.product-client-stat-value{margin:0;font-size:.85rem;font-variant-numeric:tabular-nums}.product-barweek{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.5rem;align-items:end}.product-bar-col{display:grid;gap:.25rem;justify-items:center}.product-bar-value{font-size:.6875rem;color:var(--color-slate);font-variant-numeric:tabular-nums}.product-bar-track{width:100%;height:66px;border:1px solid var(--color-mist);border-radius:8px;display:flex;align-items:flex-end;padding:.2rem;background:#f9fcfa}.product-bar-fill{width:100%;background:#e6f1ea;border:1px solid #c3dacd;border-radius:5px}.product-bar-today{border-color:var(--color-sage)}.product-bar-day{font-size:.6875rem;color:var(--color-slate)}.product-trend-chart svg{width:100%;height:200px;display:block}.product-trend-summary{margin:.45rem 0 0;color:var(--color-slate);font-size:.8125rem}.product-trend-shade-flag{fill:var(--color-flag-soft);opacity:.55}.product-trend-shade-sage{fill:#eaf3ed;opacity:.7}.product-trend-path-draw{animation:product-trend-draw .35s ease-out forwards}.product-trend-note-dot:focus-visible{outline:2px solid var(--color-ember);outline-offset:2px}@keyframes product-trend-draw{0%{stroke-dashoffset:1}to{stroke-dashoffset:0}}@media(prefers-reduced-motion:reduce){.product-trend-path-draw{animation:none}}.product-activity-feed{border-top:1px solid var(--color-mist)}.product-activity-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.75rem 0;border-bottom:1px solid var(--color-mist)}.product-activity-main{display:grid;gap:.25rem}.product-activity-title{margin:0;font-size:.9rem}.product-activity-copy{margin:0;font-size:.8125rem;color:var(--color-slate)}.product-verbatim{font-family:var(--font-serif)}.product-activity-link{color:var(--color-ember);font-weight:600;font-size:.8125rem;text-decoration:none}.artifact-card{border:1px solid var(--color-mist);border-radius:16px;background:var(--color-paper);box-shadow:var(--shadow-soft);padding:1.25rem;display:grid;gap:.8rem}.artifact-badge-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.artifact-title{margin:0;font-family:var(--font-serif);font-size:1.55rem;line-height:1.2}.artifact-byline{margin:0;color:var(--color-slate);font-size:.8125rem}.artifact-narrative{margin:0;font-family:var(--font-serif);font-size:1.03rem;line-height:1.6}.artifact-journey{border:1px solid var(--color-mist);border-radius:10px;padding:.55rem .6rem .35rem;background:#fbfcfd}.artifact-journey-line{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr auto;align-items:center;gap:.15rem}.artifact-dot{width:9px;height:9px;border-radius:999px;background:var(--color-mist)}.artifact-dot-filled{background:var(--color-ink)}.artifact-dot-open{background:transparent;border:1.5px solid var(--color-mist)}.artifact-connector{height:1px;background:var(--color-mist);width:100%}.artifact-spark{color:var(--color-ember);font-size:.92rem;line-height:1}.artifact-journey-labels{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:.35rem;color:var(--color-slate);font-size:.6875rem;text-transform:uppercase;letter-spacing:.05em}.artifact-quotes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}.artifact-quote-box{border:1px solid var(--color-mist);border-radius:8px;padding:.6rem;background:#f9fafb}.artifact-quote-label{margin:0;color:var(--color-slate);font-size:.6875rem;text-transform:uppercase;letter-spacing:.06em}.artifact-quote-copy{margin:.25rem 0 0;font-family:var(--font-serif)}.artifact-stat-band{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid var(--color-mist);border-radius:10px;overflow:hidden}.artifact-stat-cell{padding:.55rem .5rem;border-right:1px solid var(--color-mist)}.artifact-stat-cell:last-child{border-right:0}.artifact-stat-number{margin:0;font-weight:650;font-size:1rem;font-variant-numeric:tabular-nums}.artifact-stat-label{margin:.2rem 0 0;color:var(--color-slate);font-size:.6875rem;text-transform:uppercase;letter-spacing:.06em}.artifact-provenance{border-top:1px solid var(--color-mist);padding-top:.5rem;margin:0;color:#2f6350;font-size:.8125rem}@media(max-width:900px){.product-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.artifact-quotes,.artifact-stat-band{grid-template-columns:1fr}.artifact-stat-cell{border-right:0;border-bottom:1px solid var(--color-mist)}.artifact-stat-cell:last-child{border-bottom:0}}:root{--color-ink: #1c2b23;--color-paper: #ffffff;--color-ember: #c65a1e;--color-mist: #d8dee3;--color-slate: #5c6b76;--color-flag: #a8433b;--color-flag-soft: #f6e4e2;--color-gold: #8a6d2f;--color-gold-soft: #f2ebd9;--color-sage: #7a9e87;--color-sage-dark: #5f8570;--color-amber: #c4956a;--color-cream: #ffffff;--color-cream-card: #fdfaf5;--color-cream-inset: #fdfaf5;--color-muted: #6b7c72;--color-border: #ddd5c5;--color-red: #e57373;--color-amber-mid: #ffb74d;--color-green: #7a9e87;--font-ui: "Inter", "DM Sans", system-ui, sans-serif;--font-serif: "Fraunces", "Lora", Georgia, serif;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--section-gap: 1.25rem;--shadow-soft: 0 2px 14px rgba(28, 43, 35, .08);--journey-spark-forest: #16302a;--journey-spark-ink: #1e2a22;--journey-spark-ink-soft: #6b7c71;--journey-spark-accent: #f2895a;--journey-spark-sand: #fbf6ee;--journey-spark-sand-track: #eae0d0;--journey-spark-paper: #f3eee3;--journey-spark-card: #ffffff;--journey-spark-card-track: #ede5d6;--journey-spark-data-1: #f2895a;--journey-spark-data-2: #3e8e7e;--journey-spark-data-3: #e4b363;--journey-spark-data-4: #8b7098;--journey-spark-data-5: #7fa084;--journey-spark-status-good: #3e8e7e;--journey-spark-status-amber: #c98a3a;--journey-spark-status-risk: #be5a4c}html{scroll-behavior:smooth}*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{font-family:var(--font-ui);font-size:16px;line-height:1.5;color:var(--color-ink);background:var(--color-cream);-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:var(--font-ui);font-weight:600;line-height:1.25;margin:0 0 .5rem}.page-eyebrow,.settings-eyebrow,.intake-story-eyebrow,.sparkpulse-section-eyebrow,.program-complete-eyebrow{margin:0 0 .25rem;font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--color-sage)}.app-main h1{font-size:1.5rem}.page-section-title,.sparkpulse-section-title,.client-account-section-title,.coach-intake-title,.settings-page h2,.settings-page h3.settings-feature-matrix-title{font-size:1.25rem;margin:0 0 .35rem}p{margin:0 0 1rem}a{color:var(--color-sage-dark)}button,input,select,textarea{font:inherit}.serif{font-family:var(--font-serif)}.muted{color:var(--color-muted)}.page{min-height:100vh;padding:2rem 1.25rem}.page-narrow{max-width:480px;margin:0 auto}.page-wide{max-width:960px;margin:0 auto}.page-stack{display:flex;flex-direction:column;gap:var(--section-gap)}.card{background:var(--color-cream-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-soft)}.card-inset{background:var(--color-cream-inset);border:1px solid var(--color-border);border-radius:var(--radius-md)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;border:none;border-radius:var(--radius-sm);font-weight:600;cursor:pointer;transition:opacity .15s,transform .1s}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:var(--color-sage);color:#fff}.btn-primary:hover:not(:disabled){background:var(--color-sage-dark)}.btn-secondary{background:transparent;color:var(--color-ink);border:1px solid var(--color-border)}.btn-sm{padding:.45rem .85rem;font-size:.875rem}.field-label-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.forgot-password-link{font-size:.8125rem;font-weight:500;color:var(--color-sage-dark);text-decoration:none}.forgot-password-link:hover{text-decoration:underline}.sparkpulse-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:.5rem}.sparkpulse-page-lead{margin-top:.35rem;margin-bottom:0;max-width:36rem;line-height:1.5}.sparkpulse-client-name-link{color:inherit;text-decoration:none}.sparkpulse-client-name-link:hover{color:var(--color-sage-dark, #2c5c3e);text-decoration:underline}.btn-ghost{background:transparent;color:var(--color-muted);padding:.5rem}.field{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem}.field label{font-size:.875rem;font-weight:500}.field-hint{margin:.25rem 0 0;font-size:.8125rem;color:var(--color-muted)}.field input,.field select,.field textarea{padding:.65rem .75rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:#fff;color:var(--color-ink)}.field textarea{min-height:96px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{outline:2px solid rgba(122,158,135,.35);border-color:var(--color-sage)}.error-banner{background:#fdecea;color:#8b3a34;padding:.75rem 1rem;border-radius:var(--radius-sm);margin-bottom:1rem;font-size:.875rem}.success-banner{background:#eef4f0;border:1px solid #b0d4bc;color:#2c5c3e;padding:.75rem 1rem;border-radius:var(--radius-sm);font-size:.875rem}.info-banner{background:#eef4f0;color:var(--color-ink);padding:.75rem 1rem;border-radius:var(--radius-sm);margin-bottom:1rem;font-size:.875rem;border-left:3px solid var(--color-sage)}.chip-row{display:flex;flex-wrap:wrap;gap:.5rem}.chip{padding:.4rem .75rem;border-radius:999px;border:1px solid var(--color-border);background:#fff;font-size:.8125rem;cursor:pointer}.chip.selected{background:var(--color-sage);border-color:var(--color-sage);color:#fff}.phase-toggle{display:flex;align-items:center;gap:.6rem;font-weight:500;cursor:pointer}.phase-toggle input{width:1rem;height:1rem;accent-color:var(--color-sage)}.logo-mark{display:block;width:auto;object-fit:contain}.logo-mark--header{height:2.125rem;width:auto;max-width:11.5rem}.logo-mark--auth{height:clamp(2.75rem,8vw,3.5rem);max-width:min(18rem,88vw)}.logo-mark--footer{height:1.375rem;margin-inline:auto}.logo-mark--icon{width:auto}.template-list{list-style:none;margin:1.25rem 0 0;padding:0}.template-list-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0;border-top:1px solid var(--color-border)}.template-list-link{display:block;text-decoration:none;color:inherit;border-radius:var(--radius-sm);transition:background .15s ease}.template-list-link:hover .template-list-item{background:#f7faf8;margin:0 -.75rem;padding-left:.75rem;padding-right:.75rem;border-radius:var(--radius-sm)}.template-list-chevron{color:var(--color-muted);font-size:1.125rem;flex-shrink:0}.template-list-item:first-child{border-top:none;padding-top:0}.template-meta{display:flex;flex-wrap:wrap;gap:.5rem 1rem;margin:.25rem 0 0;font-size:.875rem;text-transform:capitalize}.program-card-list{list-style:none;margin:1.25rem 0 0;padding:0;display:flex;flex-direction:column;gap:.75rem}.program-card{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.125rem;text-decoration:none;color:inherit;background:var(--color-cream-card);border:1px solid var(--color-border);border-left:4px solid var(--color-sage);border-radius:var(--radius-md);box-shadow:var(--shadow-soft);transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.program-card:hover{border-color:var(--color-sage);box-shadow:0 4px 16px #1c2b231a;transform:translateY(-1px)}.program-card-body{min-width:0}.program-card-title{display:block;font-size:1.0625rem;color:var(--color-ink)}.program-card-chevron{color:var(--color-sage);font-size:1.25rem;font-weight:600;flex-shrink:0}
