/* Dual-brand launch uses the shared product colors and component primitives. */
.launch-page { padding-bottom: 8px; }
.launch-page .dc-page-header { align-items: center; padding-bottom: 18px; }
.launch-page .dc-page-header h1 { font-size: 22px; }
.launch-page .dc-card { border: 0; box-shadow: 0 3px 14px var(--dc-color-shadow); }
.launch-full { width: 100%; }
.launch-hero { overflow: hidden; background: var(--dc-color-ink); color: var(--dc-color-inverse); border-radius: var(--dc-radius-feature); }
.launch-hero-photo { position: relative; height: 192px; }
.launch-hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 34%; display: block; }
.launch-hero-photo>span { position: absolute; left: 18px; bottom: 14px; border-radius: 7px; padding: 5px 9px; color: var(--dc-color-inverse); background: var(--dc-color-label-scrim); font-size: 11px; }
.launch-hero-copy { padding: 19px 20px 20px; }
.launch-cobrand { display: flex; align-items: center; gap: 9px; color: var(--dc-color-brand-on-dark); font-size: 12px; font-weight: 600; }
.launch-cobrand b { font-size: 14px; font-weight: 400; color: var(--dc-color-inverse-muted); }
.launch-hero-copy h2 { margin: 10px 0 8px; font-size: 27px; line-height: 1.32; letter-spacing: -.5px; font-weight: 650; }
.launch-hero-copy p { font-size: 12px; line-height: 1.7; color: var(--dc-color-inverse-secondary); }
.launch-hero-copy .dc-button { width: 100%; margin-top: 16px; min-height: 46px; background: var(--dc-color-inverse); color: var(--dc-color-ink); }
.launch-tools { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin: 14px 0; }
.launch-tools .dc-card { display: flex; align-items: center; flex-direction: column; justify-content: center; gap: 9px; padding: 14px 3px; min-height: 79px; color: var(--dc-color-ink); font-size: 12px; }
.launch-tools svg { color: var(--dc-color-brand-strong); }
.launch-start { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.launch-start h2 { font-size: 14px; font-weight: 600; }
.launch-start p { font-size: 11px; line-height: 1.6; color: var(--dc-color-text-secondary); margin-top: 5px; }
.launch-start .dc-button { font-size: 12px; padding: 10px 12px; flex-shrink: 0; }
.launch-login,.launch-about,.launch-text { border: 0; background: transparent; color: var(--dc-color-brand-strong); font-size: 12px; min-height: 40px; padding: 8px 0; cursor: pointer; }
.launch-login { display: block; width: 100%; text-align: center; font-size: 11px; color: var(--dc-color-text-secondary); }
.launch-about { display: block; width: 100%; color: var(--dc-color-text-secondary); border-top: 1px solid var(--dc-color-divider); font-size: 11px; margin-top: 20px; }
.launch-activities .ac-home-events { margin-top: 12px; }
.launch-greeting { margin: 0 0 18px; }
.launch-greeting h2 { font-size: 22px; line-height: 1.4; }
.launch-greeting p { font-size: 12px; margin-top: 6px; color: var(--dc-color-text-secondary); }
.launch-message-notice { display: flex; align-items: center; gap: 12px; width: 100%; min-height: 84px; margin: 0 0 18px; padding: 14px; border: 0; border-radius: var(--dc-radius-card); background: var(--dc-color-surface); box-shadow: 0 3px 14px var(--dc-color-shadow); color: var(--dc-color-ink); text-align: left; font-family: inherit; cursor: pointer; }
.launch-message-notice>img { width: 42px; height: 42px; flex-shrink: 0; object-fit: cover; object-position: center 30%; border-radius: 50%; }
.launch-message-notice>span { flex: 1; min-width: 0; }
.launch-message-notice strong { display: flex; align-items: center; flex-wrap: wrap; gap: 5px 8px; font-size: 14px; }
.launch-message-notice strong small { color: var(--dc-color-brand-strong); font-size: 11px; font-weight: 500; }
.launch-message-notice>span>span { display: block; margin-top: 6px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--dc-color-text-secondary); font-size: 12px; line-height: 1.5; }
.launch-message-notice>b { color: var(--dc-color-brand-strong); font-size: 12px; font-weight: 500; flex-shrink: 0; }
.launch-message-notice:focus-visible { outline: 2px solid var(--dc-color-brand); outline-offset: 3px; }
.launch-home .ac-goal-card { margin-bottom: 14px; }
.launch-hero.is-compact { display: grid; grid-template-columns: 95px minmax(0,1fr); }
.launch-hero.is-compact .launch-hero-photo { height: 100%; min-height: 151px; }
.launch-hero.is-compact .launch-hero-photo img { object-position: 53% center; }
.launch-hero.is-compact .launch-hero-photo>span { display: none; }
.launch-hero.is-compact .launch-hero-copy { padding: 15px; }
.launch-hero.is-compact h2 { font-size: 18px; margin: 7px 0 5px; }
.launch-hero.is-compact .launch-cobrand { font-size: 10px; gap: 6px; }
.launch-hero.is-compact p { font-size: 11px; }
.launch-hero.is-compact .dc-button { min-height: 36px; margin-top: 10px; padding: 8px; font-size: 12px; }
.launch-coach-intro { text-align: center; padding: 0 0 16px; }
.launch-coach-avatar { position: relative; display: block; width: 80px; height: 80px; margin: 0 auto 12px; }
.launch-coach-avatar img { width: 100%; height: 100%; border-radius: 28px; object-fit: cover; }
.launch-coach-avatar small { position: absolute; right: -5px; bottom: -5px; background: var(--dc-color-ink); color: var(--dc-color-inverse); border: 3px solid var(--dc-color-page); padding: 3px 7px; border-radius: var(--dc-radius-pill); font-size: 11px; }
.launch-eyebrow { display: block; color: var(--dc-color-brand-strong); font-size: 11px; font-weight: 600; }
.launch-coach-intro h1 { font-size: 22px; margin: 8px 0 6px; line-height: 1.4; }
.launch-coach-intro p { font-size: 13px; line-height: 1.7; color: var(--dc-color-text-secondary); }
.launch-topics { padding: 0 16px; }
.launch-topics>div { display: flex; gap: 13px; padding: 12px 0; border-bottom: 1px solid var(--dc-color-divider); align-items: center; }
.launch-topics>div:last-child { border: 0; }
.launch-topics strong { display: block; font-size: 13px; font-weight: 600; }
.launch-topics small { display: block; font-size: 11px; color: var(--dc-color-text-secondary); margin-top: 4px; }
.launch-provider { display: flex; align-items: center; gap: 12px; width: 100%; text-align: left; color: var(--dc-color-ink); margin-top: 14px; padding: 17px; border: 0; box-shadow: 0 3px 14px var(--dc-color-shadow); }
.launch-provider>img { width: 62px; height: 70px; border-radius: 12px; object-fit: cover; object-position: center 25%; }
.launch-provider>span { flex: 1; min-width: 0; }
.launch-provider strong { display: block; font-size: 17px; margin: 4px 0; }
.launch-provider small { font-size: 11px; color: var(--dc-color-brand-strong); }
.launch-provider>span>span { display: block; font-size: 11px; color: var(--dc-color-text-secondary); }
.launch-provider>b { font-size: 11px; font-weight: 500; white-space: nowrap; color: var(--dc-color-text-secondary); }
.launch-provider.is-compact { padding: 12px 14px; }
.launch-provider.is-compact img { width: 47px; height: 47px; border-radius: 50%; }
.launch-provider.is-compact>span { display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 10px; }
.launch-provider.is-compact small { grid-column: 1 / -1; }
.launch-provider.is-compact strong { font-size: 14px; }
.launch-start-ai { margin-top: 14px; }
.launch-start-ai>p { font-size: 11px; line-height: 1.75; margin-bottom: 11px; color: var(--dc-color-text-secondary); }
.launch-start-ai .launch-text { display: block; width: 100%; margin-top: 4px; }
.launch-footnote { font-size: 11px; line-height: 1.8; color: var(--dc-color-text-secondary); text-align: center; margin-top: 12px!important; }
.launch-error { color: var(--dc-color-danger-text)!important; }
.launch-profile-photo { position: relative; height: 239px; overflow: hidden; border-radius: var(--dc-radius-feature); }
.launch-profile-photo img { display: block; height: 100%; width: 100%; object-fit: cover; object-position: center 36%; }
.launch-profile-photo>span { position: absolute; bottom: 17px; left: 17px; padding: 5px 9px; border-radius: 7px; font-size: 11px; color: var(--dc-color-inverse); background: var(--dc-color-label-scrim); }
.launch-profile-title { padding: 21px 2px; }
.launch-profile-title h1 { font-size: 28px; margin: 8px 0; }
.launch-profile-title small { font-size: 13px; font-weight: 400; color: var(--dc-color-text-secondary); margin-left: 6px; }
.launch-profile-title p { font-size: 12px; color: var(--dc-color-text-secondary); }
.launch-principles>section { display: flex; gap: 16px; padding: 19px 2px; border-top: 1px solid var(--dc-color-border); }
.launch-principles>section>span { font-size: 12px; color: var(--dc-color-brand-strong); padding-top: 3px; }
.launch-principles h2 { font-size: 16px; }
.launch-principles p { font-size: 12px; line-height: 1.75; margin-top: 7px; color: var(--dc-color-text-secondary); }
.launch-services { padding: 0 16px; margin: 14px 0; border: 0; box-shadow: 0 3px 14px var(--dc-color-shadow); }
.launch-services-heading { display: flex; justify-content: space-between; gap: 8px; padding: 16px 0 4px; font-size: 12px; }
.launch-services-heading small { font-size: 11px; color: var(--dc-color-text-secondary); }
.launch-services>button { display: flex; align-items: center; gap: 10px; min-height: 77px; padding: 12px 0; width: 100%; border: 0; background: transparent; text-align: left; color: var(--dc-color-ink); }
.launch-services>button+button { border-top: 1px solid var(--dc-color-divider); }
.launch-services img { width: 39px; height: 39px; border-radius: 50%; object-fit: cover; object-position: center 30%; }
.launch-services button>span { flex: 1; }
.launch-services strong { display: block; font-size: 13px; font-weight: 600; }
.launch-services button small { display: block; font-size: 11px; margin-top: 4px; color: var(--dc-color-text-secondary); }
.launch-services b { font-size: 11px; font-weight: 500; color: var(--dc-color-brand-strong); }
.launch-platform { padding: 23px 20px; }
.launch-wordmark { font-size: 15px; color: var(--dc-color-brand-strong); font-weight: 650; }
.launch-platform h1 { font-size: 25px; line-height: 1.4; margin: 24px 0 12px; }
.launch-platform p,.launch-boundary p { font-size: 13px; line-height: 1.9; color: var(--dc-color-text-secondary); }
.launch-platform-features { display: flex; justify-content: space-between; gap: 6px; border-top: 1px solid var(--dc-color-border); margin-top: 23px; padding-top: 17px; font-size: 12px; }
.launch-boundary { margin: 14px 0; }
.launch-boundary h2 { font-size: 17px; margin-bottom: 10px; }
.launch-boundary p+p { margin-top: 12px; }
.launch-member-intro { padding: 24px 22px; border-radius: var(--dc-radius-feature); background: var(--dc-color-ink); color: var(--dc-color-inverse); }
.launch-member-intro>span { font-size: 12px; }
.launch-member-intro h2 { font-size: 29px; margin: 22px 0 8px; }
.launch-member-intro p { font-size: 12px; color: var(--dc-color-brand-on-dark); }
.launch-member-intro>div { display: flex; justify-content: space-between; margin-top: 26px; padding-top: 16px; border-top: 1px solid var(--dc-color-inverse-border); font-size: 11px; color: var(--dc-color-inverse-secondary); }
.launch-demo-controls { font-family: var(--dc-font-family); color: var(--dc-color-text-secondary); font-size: 12px; text-align: center; }
.launch-demo-controls summary { cursor: pointer; padding: 5px; }
.launch-demo-controls>div { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; padding: 10px; }
.launch-demo-controls a { padding: 8px 12px; border-radius: var(--dc-radius-pill); color: var(--dc-color-ink); background: var(--dc-color-surface); text-decoration: none; }
.launch-demo-controls span { flex-basis: 100%; font-size: 11px; }
.launch-member-credit { display: flex; align-items: center; gap: 10px; padding: 13px 16px; margin: 13px 0; border-radius: var(--dc-radius-control); background: var(--dc-color-brand-soft); color: var(--dc-color-brand-strong); font-size: 12px; }
.launch-member-credit img { width: 34px; height: 34px; object-fit: cover; border-radius: 50%; }
.launch-member-credit span { flex: 1; line-height: 1.65; }
.launch-member-credit small { display: block; font-size: 11px; }
.launch-activity-credit { margin: 0 0 16px; font-size: 12px; }
.launch-activity-credit .launch-provider { margin: 0; }
@media(max-width:480px){
  body.dc-launch-app:not(:has(.coach-chat)) .dc-demo-stage { padding: 0!important; gap: 0!important; min-height: 0!important; height: 100dvh; justify-content: flex-start!important; }
  body.dc-launch-app:not(:has(.coach-chat)) .dc-demo-tools { display: none!important; }
  body.dc-launch-app:not(:has(.coach-chat)) [data-om-starter="ios-frame"] { width: 100vw!important; height: 100dvh!important; border-radius: 0!important; box-shadow: none!important; flex-shrink: 0; }
}
@media(max-width:375px){.launch-start { align-items: stretch; flex-direction: column; gap: 12px; }.launch-start .dc-button { width: 100%; }.launch-hero-copy h2 { font-size: 25px; }.launch-hero.is-compact { grid-template-columns: 80px minmax(0,1fr); }.launch-hero.is-compact h2 { font-size: 16px; }.launch-hero.is-compact .launch-hero-copy { padding: 13px; }}
