:root {
  --color-ink: #172036;
  --color-muted: #657084;
  --color-soft: #f7f5f1;
  --color-white: #ffffff;
  --color-border: #ece7df;
  --color-coral: #e85f4f;
  --color-coral-soft: #fff1ec;
  --color-blue: #8fb5cf;
  --color-blue-soft: #eef6f8;
  --color-green: #a5c8a7;
  --color-green-soft: #f1f7ef;
  --color-yellow: #f0cf7a;
  --color-yellow-soft: #fff7e7;
  --color-lavender: #9d84c7;
  --color-lavender-soft: #f5effb;
  --color-navy: #18233f;
  --shadow-soft: 0 18px 48px rgba(31, 39, 61, 0.08);
  --shadow-card: 0 10px 28px rgba(31, 39, 61, 0.055);
  --radius-xl: 30px;
  --radius-lg: 18px;
  --radius-md: 16px;
  --space-page: clamp(22px, 6vw, 30px);
  --nav-height: 74px;
  --font-serif: Georgia, "Times New Roman", serif;
  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: #f2f0eb;
  color: var(--color-ink);
  overflow-x: hidden;
}

body {
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 14% 4%, rgba(232, 95, 79, 0.09), transparent 24rem),
    radial-gradient(circle at 86% 14%, rgba(143, 181, 207, 0.11), transparent 24rem),
    var(--color-soft);
  color: var(--color-ink);
  font-family: var(--font-sans);
  line-height: 1.5;
}

body.modal-open {
  overflow: hidden;
  touch-action: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.app-shell {
  position: relative;
  width: min(100%, 480px);
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0 auto;
  background: var(--color-white);
  box-shadow: 0 0 80px rgba(24, 35, 63, 0.08);
}

.screen {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  padding: max(18px, env(safe-area-inset-top)) var(--space-page) calc(var(--nav-height) + 34px + env(safe-area-inset-bottom));
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.99)),
    var(--color-white);
}

.home-screen {
  overflow: hidden;
  padding-top: max(26px, calc(env(safe-area-inset-top) + 18px));
  padding-bottom: calc(28px + env(safe-area-inset-bottom));
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.995)),
    var(--color-white);
}

.videos-screen {
  overflow: hidden;
  padding-top: max(20px, calc(env(safe-area-inset-top) + 16px));
}

.audio-screen {
  overflow: hidden;
  padding-top: max(20px, calc(env(safe-area-inset-top) + 16px));
}

.reflections-screen {
  overflow-x: hidden;
  padding-top: max(20px, calc(env(safe-area-inset-top) + 16px));
  padding-bottom: calc(var(--nav-height) + env(safe-area-inset-bottom) + 34px);
}

.ambient-fingerprints {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.ambient-fingerprint {
  position: absolute;
  display: block;
  background: center / contain no-repeat;
  opacity: 0.14;
  will-change: transform, opacity;
  transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  animation: ambient-breathe 14s ease-in-out infinite alternate;
}

.ambient-red {
  right: -72px;
  top: 76px;
  width: 238px;
  height: 238px;
  background: url("../logo/fingerprint-red.svg") center / contain no-repeat;
  animation-duration: 14s;
  animation-delay: -3s;
}

.ambient-blue {
  right: -48px;
  bottom: 94px;
  width: 188px;
  height: 188px;
  background: url("../logo/fingerprint-blue.svg") center / contain no-repeat;
  opacity: 0.13;
  animation-name: ambient-drift;
  animation-duration: 16s;
  animation-delay: -6s;
}

.ambient-green {
  left: -82px;
  top: 330px;
  width: 176px;
  height: 176px;
  background: url("../logo/fingerprint-green.svg") center / contain no-repeat;
  opacity: 0.11;
  animation-name: ambient-rise;
  animation-duration: 15s;
  animation-delay: -8s;
}

.ambient-yellow {
  left: 178px;
  top: 280px;
  width: 96px;
  height: 96px;
  background: url("../logo/fingerprint-yellow.svg") center / contain no-repeat;
  opacity: 0.16;
  animation-name: ambient-yellow-card-drift;
  animation-duration: 16s;
  animation-delay: -2s;
}

.video-fingerprint {
  animation: video-float-one 15s ease-in-out infinite alternate;
}

.video-yellow {
  right: -58px;
  top: 138px;
  width: 224px;
  height: 224px;
  background: url("../logo/fingerprint-yellow.svg") center / contain no-repeat;
  opacity: 0.16;
  animation-duration: 16s;
  animation-delay: -2s;
}

.video-blue {
  left: -72px;
  top: 358px;
  width: 172px;
  height: 172px;
  background: url("../logo/fingerprint-blue.svg") center / contain no-repeat;
  opacity: 0.12;
  animation-name: video-float-two;
  animation-duration: 18s;
  animation-delay: -7s;
}

.video-grey {
  right: 18px;
  bottom: 156px;
  width: 132px;
  height: 132px;
  background: url("../logo/fingerprint-grey.svg") center / contain no-repeat;
  opacity: 0.1;
  animation-name: video-float-three;
  animation-duration: 14s;
  animation-delay: -4s;
}

.video-red {
  left: 36px;
  bottom: 268px;
  width: 76px;
  height: 76px;
  background: url("../logo/fingerprint-red.svg") center / contain no-repeat;
  opacity: 0.09;
  animation-name: video-float-four;
  animation-duration: 12s;
  animation-delay: -8s;
}

.audio-fingerprint {
  animation: audio-float-one 16s ease-in-out infinite alternate;
}

.audio-blue-float {
  right: -66px;
  top: 126px;
  width: 230px;
  height: 230px;
  background: url("../logo/fingerprint-blue.svg") center / contain no-repeat;
  opacity: 0.14;
  animation-duration: 17s;
  animation-delay: -3s;
}

.audio-green-float {
  left: -70px;
  top: 356px;
  width: 168px;
  height: 168px;
  background: url("../logo/fingerprint-green.svg") center / contain no-repeat;
  opacity: 0.11;
  animation-name: audio-float-two;
  animation-duration: 15s;
  animation-delay: -7s;
}

.audio-grey-float {
  right: 20px;
  bottom: 172px;
  width: 132px;
  height: 132px;
  background: url("../logo/fingerprint-grey.svg") center / contain no-repeat;
  opacity: 0.1;
  animation-name: audio-float-three;
  animation-duration: 14s;
  animation-delay: -5s;
}

.audio-soft-blue-float {
  left: 42px;
  bottom: 286px;
  width: 78px;
  height: 78px;
  background: url("../logo/fingerprint-blue.svg") center / contain no-repeat;
  opacity: 0.1;
  animation-name: audio-float-four;
  animation-duration: 12s;
  animation-delay: -9s;
}

.reflection-red-float {
  right: -58px;
  top: 126px;
  width: 228px;
  height: 228px;
  background: url("../logo/fingerprint-red.svg") center / contain no-repeat;
  opacity: 0.12;
  animation: video-float-one 18s ease-in-out infinite alternate;
  animation-delay: -5s;
}

.reflection-green-float {
  left: -82px;
  top: 500px;
  width: 178px;
  height: 178px;
  background: url("../logo/fingerprint-green.svg") center / contain no-repeat;
  opacity: 0.1;
  animation: audio-float-two 16s ease-in-out infinite alternate;
  animation-delay: -8s;
}

.reflection-grey-float {
  right: -46px;
  bottom: 104px;
  width: 166px;
  height: 166px;
  background: url("../logo/fingerprint-grey.svg") center / contain no-repeat;
  opacity: 0.09;
  animation: video-float-three 15s ease-in-out infinite alternate;
  animation-delay: -3s;
}

.coaching-green-float {
  right: -62px;
  top: 132px;
  width: 224px;
  height: 224px;
  background: url("../logo/fingerprint-green.svg") center / contain no-repeat;
  opacity: 0.12;
  animation: audio-float-one 17s ease-in-out infinite alternate;
  animation-delay: -4s;
}

.coaching-grey-float {
  left: -78px;
  top: 430px;
  width: 166px;
  height: 166px;
  background: url("../logo/fingerprint-grey.svg") center / contain no-repeat;
  opacity: 0.08;
  animation: audio-float-two 16s ease-in-out infinite alternate;
  animation-delay: -8s;
}

.coaching-soft-green-float {
  right: -38px;
  bottom: 118px;
  width: 146px;
  height: 146px;
  background: url("../logo/fingerprint-green.svg") center / contain no-repeat;
  opacity: 0.07;
  animation: video-float-three 15s ease-in-out infinite alternate;
  animation-delay: -3s;
}

.coaching-request-ambient .coaching-green-float {
  top: 108px;
  opacity: 0.09;
}

.coaching-request-ambient .coaching-grey-float {
  top: 560px;
  opacity: 0.065;
}

.coaching-request-ambient .coaching-soft-green-float {
  bottom: 180px;
  opacity: 0.055;
}

.connect-red-float {
  right: -58px;
  top: 124px;
  width: 214px;
  height: 214px;
  background: url("../logo/fingerprint-red.svg") center / contain no-repeat;
  opacity: 0.075;
  animation: video-float-one 18s ease-in-out infinite alternate;
  animation-delay: -5s;
}

.connect-green-float {
  left: -82px;
  top: 388px;
  width: 170px;
  height: 170px;
  background: url("../logo/fingerprint-green.svg") center / contain no-repeat;
  opacity: 0.08;
  animation: audio-float-two 16s ease-in-out infinite alternate;
  animation-delay: -8s;
}

.connect-grey-float {
  right: -42px;
  bottom: 116px;
  width: 148px;
  height: 148px;
  background: url("../logo/fingerprint-grey.svg") center / contain no-repeat;
  opacity: 0.07;
  animation: video-float-three 15s ease-in-out infinite alternate;
  animation-delay: -3s;
}

@keyframes ambient-breathe {
  0% {
    opacity: 0.12;
    transform: translate3d(-12px, 8px, 0) rotate(-15deg) scale(0.98);
  }

  100% {
    opacity: 0.22;
    transform: translate3d(86px, -42px, 0) rotate(-7deg) scale(1.05);
  }
}

@keyframes ambient-drift {
  0% {
    opacity: 0.11;
    transform: translate3d(8px, 10px, 0) rotate(18deg) scale(0.99);
  }

  100% {
    opacity: 0.2;
    transform: translate3d(-102px, -54px, 0) rotate(10deg) scale(1.04);
  }
}

@keyframes ambient-rise {
  0% {
    opacity: 0.1;
    transform: translate3d(-4px, 24px, 0) rotate(-18deg) scale(0.97);
  }

  100% {
    opacity: 0.18;
    transform: translate3d(54px, -82px, 0) rotate(-9deg) scale(1.04);
  }
}

@keyframes ambient-sway {
  0% {
    opacity: 0.14;
    transform: translate3d(-20px, 24px, 0) rotate(6deg) scale(0.98);
  }

  100% {
    opacity: 0.24;
    transform: translate3d(78px, -34px, 0) rotate(14deg) scale(1.04);
  }
}

@keyframes ambient-yellow-card-drift {
  0% {
    opacity: 0.12;
    transform: translate3d(-18px, -18px, 0) rotate(-8deg) scale(0.96);
  }

  100% {
    opacity: 0.18;
    transform: translate3d(28px, 92px, 0) rotate(7deg) scale(1.04);
  }
}

@keyframes support-dot-pulse {
  0%,
  100% {
    opacity: 0.68;
    transform: scale(0.94);
  }

  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

@keyframes video-float-one {
  0% {
    opacity: 0.13;
    transform: translate3d(-18px, 12px, 0) rotate(-10deg) scale(0.98);
  }

  100% {
    opacity: 0.22;
    transform: translate3d(72px, -48px, 0) rotate(-2deg) scale(1.04);
  }
}

@keyframes thought-sorter-fingerprint-float {
  0% {
    opacity: 0.055;
    transform: translate3d(-10px, 8px, 0) rotate(-9deg) scale(0.98);
  }

  100% {
    opacity: 0.09;
    transform: translate3d(34px, -22px, 0) rotate(-3deg) scale(1.03);
  }
}

@keyframes video-float-two {
  0% {
    opacity: 0.09;
    transform: translate3d(6px, -18px, 0) rotate(12deg) scale(0.98);
  }

  100% {
    opacity: 0.16;
    transform: translate3d(92px, 44px, 0) rotate(4deg) scale(1.04);
  }
}

@keyframes video-float-three {
  0% {
    opacity: 0.07;
    transform: translate3d(12px, 18px, 0) rotate(-4deg) scale(0.96);
  }

  100% {
    opacity: 0.13;
    transform: translate3d(-74px, -38px, 0) rotate(5deg) scale(1.03);
  }
}

@keyframes video-float-four {
  0% {
    opacity: 0.08;
    transform: translate3d(-8px, -10px, 0) rotate(8deg) scale(0.98);
  }

  100% {
    opacity: 0.13;
    transform: translate3d(48px, 64px, 0) rotate(16deg) scale(1.05);
  }
}

@keyframes audio-float-one {
  0% {
    opacity: 0.11;
    transform: translate3d(-18px, 16px, 0) rotate(-12deg) scale(0.98);
  }

  100% {
    opacity: 0.2;
    transform: translate3d(76px, -44px, 0) rotate(-4deg) scale(1.04);
  }
}

@keyframes audio-float-two {
  0% {
    opacity: 0.09;
    transform: translate3d(8px, -16px, 0) rotate(10deg) scale(0.98);
  }

  100% {
    opacity: 0.16;
    transform: translate3d(84px, 48px, 0) rotate(2deg) scale(1.04);
  }
}

@keyframes audio-float-three {
  0% {
    opacity: 0.07;
    transform: translate3d(14px, 18px, 0) rotate(-5deg) scale(0.96);
  }

  100% {
    opacity: 0.13;
    transform: translate3d(-70px, -42px, 0) rotate(5deg) scale(1.03);
  }
}

@keyframes audio-float-four {
  0% {
    opacity: 0.08;
    transform: translate3d(-8px, -12px, 0) rotate(6deg) scale(0.98);
  }

  100% {
    opacity: 0.14;
    transform: translate3d(54px, 62px, 0) rotate(14deg) scale(1.05);
  }
}

.home-screen > :not(.ambient-fingerprints),
.videos-screen > :not(.ambient-fingerprints),
.audio-screen > :not(.ambient-fingerprints),
.reflections-screen > :not(.ambient-fingerprints),
.coaching-screen > :not(.ambient-fingerprints),
.connect-screen > :not(.ambient-fingerprints) {
  position: relative;
  z-index: 1;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: 8px;
  z-index: 20;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--color-navy);
  color: var(--color-white);
  font-size: 0.85rem;
}

.skip-link:not(:focus-visible),
.skip-link:focus:not(:focus-visible) {
  left: -999px;
  top: auto;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  transform: none;
}

.skip-link:focus-visible {
  left: 16px;
  top: 8px;
  width: auto;
  height: auto;
  padding: 8px 12px;
  overflow: visible;
  clip-path: none;
  transform: translateY(0);
}

.brand-header,
.page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 48px;
  margin-bottom: 24px;
}

.home-screen .brand-header {
  min-height: 38px;
  margin-bottom: 20px;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--color-navy);
}

.home-screen .brand-mark {
  gap: 8px;
}

.brand-mark.compact {
  font-size: 0.95rem;
}

.brand-logo {
  display: block;
  width: 104px;
  height: auto;
}

.compact-logo {
  width: 96px;
}

.home-screen .brand-logo {
  width: 100px;
}

.home-notice {
  position: relative;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(24, 35, 63, 0.1);
  background: rgba(255, 255, 255, 0.72);
  color: var(--color-navy);
  box-shadow: 0 8px 22px rgba(31, 39, 61, 0.05);
}

.home-notice svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.support-update-dot {
  position: relative;
}

.support-update-dot::after {
  content: "";
  position: absolute;
  right: 7px;
  top: 7px;
  width: 9px;
  height: 9px;
  border: 2px solid rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  background: var(--color-coral);
  box-shadow: 0 3px 8px rgba(232, 95, 79, 0.22);
  transform-origin: center;
  animation: support-dot-pulse 3.8s ease-in-out infinite;
}

.support-update-dot.is-seen::after {
  display: none;
}

.more-link {
  padding: 8px 12px;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  color: var(--color-muted);
  font-size: 0.86rem;
}

.app-page-header {
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  margin-bottom: 20px;
}

.icon-link {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(24, 35, 63, 0.1);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.78);
  color: var(--color-navy);
  box-shadow: 0 8px 22px rgba(31, 39, 61, 0.05);
}

.icon-link svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.page-heading {
  min-width: 0;
  text-align: center;
}

.page-heading h1 {
  max-width: none;
  font-size: clamp(2rem, 9vw, 2.72rem);
  line-height: 1;
}

.page-heading p {
  margin-top: 6px;
  color: #677287;
  font-size: 0.94rem;
}

.hero-panel,
.page-title-block,
.featured-card,
.support-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xl);
  background: var(--color-white);
  box-shadow: var(--shadow-soft);
}

.hero-panel {
  min-height: 292px;
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.home-screen .hero-panel {
  min-height: 216px;
  margin-bottom: 16px;
  padding: 8px 2px 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  justify-content: flex-start;
}

.hero-message {
  max-width: 100%;
  min-height: 238px;
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 520ms ease,
    transform 520ms ease;
}

.hero-panel.is-fading .hero-message {
  opacity: 0;
  transform: translateY(4px);
}

.guide-landing {
  display: grid;
  align-content: center;
  min-height: calc(100dvh - 116px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
}

.guide-hero {
  display: grid;
  place-items: center;
  gap: 22px;
  width: 100%;
  min-height: 56vh;
  padding: 26px 4px 36px;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: center;
  cursor: pointer;
}

.guide-title {
  display: block;
  color: var(--color-navy);
  font-family: var(--font-serif);
  font-size: clamp(3.08rem, 16vw, 4.72rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.95;
}

.guide-prompt {
  color: #667187;
  font-size: 1rem;
  font-weight: 560;
}

.guide-hero:focus {
  outline: none;
}

.guide-hero:focus-visible .guide-prompt {
  border-radius: 999px;
  box-shadow: 0 0 0 3px rgba(143, 181, 207, 0.32);
}

.guide-option:focus-visible,
.guide-action-button:focus-visible,
.guide-start-button:focus-visible,
.guide-sheet-close:focus-visible {
  outline: 3px solid rgba(143, 181, 207, 0.5);
  outline-offset: 4px;
}

.guide-recommendation {
  display: grid;
  gap: 16px;
  width: 100%;
  max-width: 354px;
  margin: -12px auto 0;
  animation: guide-soft-in 360ms ease both;
}

.guide-recommendation[hidden],
.guide-sheet[hidden],
.bottom-nav[hidden] {
  display: none;
}

.guide-recommendation .eyebrow[hidden],
.guide-recommendation-card[hidden],
.guide-card-summary[hidden] {
  display: none;
}

.guide-recommendation .eyebrow {
  margin: 0;
  color: var(--color-ink);
  font-size: 0.98rem;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

.guide-recommendation-card {
  padding: 16px;
  display: grid;
  border: 1px solid rgba(24, 35, 63, 0.08);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-card);
}

.guide-recommendation-card.is-reset {
  border-color: rgba(165, 200, 167, 0.38);
}

.guide-recommendation-card.is-learn {
  border-color: rgba(240, 207, 122, 0.42);
}

.guide-recommendation-card.is-reframe {
  border-color: rgba(157, 132, 199, 0.28);
}

.guide-recommendation-card.is-practice {
  border-color: rgba(143, 181, 207, 0.36);
}

.guide-card-summary {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  align-items: center;
}

.guide-card-mark {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 16px;
  background:
    url("../logo/fingerprint-blue.svg") center / 28px auto no-repeat,
    var(--color-blue-soft);
}

.guide-card-mark.is-reset,
.guide-player-placeholder.is-reset {
  background:
    url("../logo/fingerprint-green.svg") center / 54% auto no-repeat,
    var(--color-green-soft);
}

.guide-card-mark.is-learn,
.guide-player-placeholder.is-learn {
  background:
    url("../logo/fingerprint-yellow.svg") center / 54% auto no-repeat,
    var(--color-yellow-soft);
}

.guide-card-mark.is-reframe,
.guide-player-placeholder.is-reframe {
  background:
    url("../logo/fingerprint-grey.svg") center / 54% auto no-repeat,
    var(--color-lavender-soft);
}

.guide-card-mark.is-practice,
.guide-player-placeholder.is-practice {
  background:
    url("../logo/fingerprint-blue.svg") center / 54% auto no-repeat,
    var(--color-blue-soft);
}

.guide-card-copy {
  min-width: 0;
}

.guide-card-copy h2 {
  font-family: var(--font-sans);
  font-size: 1.06rem;
  font-weight: 780;
  line-height: 1.15;
}

.guide-card-copy p {
  margin-top: 4px;
  font-size: 0.86rem;
  line-height: 1.36;
}

.guide-card-meta {
  color: var(--color-coral);
  font-size: 0.78rem !important;
  font-weight: 760;
}

.guide-start-button,
.guide-secondary-button {
  grid-column: 1 / -1;
  display: grid;
  place-items: center;
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  background: var(--color-navy);
  color: var(--color-white);
  font: inherit;
  font-size: 0.95rem;
  font-weight: 760;
}

.guide-secondary-button {
  border: 1px solid rgba(24, 35, 63, 0.1);
  background: rgba(247, 245, 241, 0.92);
  color: var(--color-navy);
}

.guide-player {
  display: grid;
  gap: 13px;
}

.guide-player[hidden],
.guide-followup[hidden],
.guide-closing[hidden] {
  display: none;
}

.guide-player-art {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(24, 35, 63, 0.08);
  border-radius: 22px;
  background: var(--color-blue-soft);
  box-shadow: 0 14px 34px rgba(31, 39, 61, 0.08);
}

.guide-player-art.is-reset {
  background: var(--color-green-soft);
}

.guide-player-art.is-learn {
  background: var(--color-yellow-soft);
}

.guide-player-art.is-reframe {
  background: var(--color-lavender-soft);
}

.guide-player-art.is-practice {
  background: var(--color-blue-soft);
}

.guide-player-media {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: var(--color-blue-soft);
  pointer-events: none;
}

.guide-player-media[hidden] {
  display: none;
}

.guide-player-placeholder {
  position: absolute;
  inset: 0;
  display: block;
}

.guide-player-placeholder::after {
  content: "";
  position: absolute;
  inset: auto 18px 18px;
  height: 2px;
  border-radius: 999px;
  background: rgba(24, 35, 63, 0.08);
}

.guide-player-sheen {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 42%),
    radial-gradient(circle at 50% 70%, rgba(255, 255, 255, 0.18), transparent 46%);
}

.guide-player-toggle {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  color: var(--color-coral);
  box-shadow: 0 10px 24px rgba(24, 35, 63, 0.12);
  transform: translate3d(-50%, -50%, 0);
}

.guide-player-toggle svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.guide-player-toggle .guide-pause-icon,
.guide-player-toggle.is-playing .guide-play-icon {
  display: none;
}

.guide-player-toggle.is-playing .guide-pause-icon {
  display: block;
}

.guide-player-copy {
  display: grid;
  gap: 4px;
}

.guide-player-copy h2 {
  font-family: var(--font-sans);
  font-size: 1.06rem;
  font-weight: 780;
  line-height: 1.15;
}

.guide-player-copy p {
  font-size: 0.86rem;
  line-height: 1.36;
}

.guide-player-instruction {
  padding: 12px 14px;
  border-radius: 15px;
  background: rgba(247, 245, 241, 0.78);
  color: #4f5b70;
}

.guide-progress {
  overflow: hidden;
  height: 8px;
  border-radius: 999px;
  background: rgba(143, 181, 207, 0.22);
}

.guide-progress span {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: var(--color-coral);
  transition: width 140ms linear;
}

.guide-recommendation-card.is-reset .guide-progress span {
  background: var(--color-green);
}

.guide-recommendation-card.is-learn .guide-progress span {
  background: var(--color-yellow);
}

.guide-recommendation-card.is-reframe .guide-progress span {
  background: var(--color-lavender);
}

.guide-recommendation-card.is-practice .guide-progress span {
  background: var(--color-blue);
}

.guide-done-button {
  min-height: 46px;
  border: 1px solid rgba(24, 35, 63, 0.1);
  border-radius: 999px;
  background: rgba(247, 245, 241, 0.92);
  color: var(--color-navy);
  font: inherit;
  font-size: 0.95rem;
  font-weight: 760;
}

.guide-followup,
.guide-closing {
  display: grid;
  gap: 14px;
  width: 100%;
  padding: 20px 16px 16px;
  border: 1px solid rgba(24, 35, 63, 0.08);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-card);
  animation: guide-soft-in 360ms ease both;
}

.guide-followup h2,
.guide-closing h2 {
  max-width: 12ch;
  font-size: clamp(1.92rem, 8.8vw, 2.55rem);
}

.guide-closing p {
  font-size: 0.98rem;
  line-height: 1.45;
}

.guide-closing-actions {
  display: grid;
  gap: 10px;
}

.guide-player-toggle:focus-visible,
.guide-done-button:focus-visible,
.guide-secondary-button:focus-visible {
  outline: 3px solid rgba(143, 181, 207, 0.5);
  outline-offset: 4px;
}

.guide-sheet {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  align-items: end;
  width: min(100%, 480px);
  margin: 0 auto;
  background: rgba(24, 35, 63, 0.12);
  animation: guide-overlay-in 240ms ease both;
}

.guide-sheet-panel {
  position: relative;
  display: grid;
  gap: 14px;
  max-height: min(78vh, 640px);
  overflow-y: auto;
  padding: 26px var(--space-page) calc(22px + env(safe-area-inset-bottom));
  border: 1px solid rgba(236, 231, 223, 0.95);
  border-radius: 30px 30px 0 0;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 -18px 48px rgba(31, 39, 61, 0.12);
  animation: guide-sheet-up 320ms ease both;
}

.guide-sheet-panel h2 {
  max-width: 13ch;
  font-size: clamp(1.92rem, 8.8vw, 2.55rem);
}

.guide-sheet-panel > p {
  margin-top: -4px;
  font-size: 0.98rem;
}

.guide-sheet-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(24, 35, 63, 0.1);
  border-radius: 50%;
  background: rgba(247, 245, 241, 0.9);
  color: var(--color-navy);
}

.guide-sheet-close svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
}

.guide-options {
  display: grid;
  gap: 9px;
  margin-top: 6px;
}

.guide-option {
  min-height: 46px;
  padding: 11px 14px;
  border: 1px solid rgba(24, 35, 63, 0.08);
  border-radius: 15px;
  background: rgba(247, 245, 241, 0.78);
  color: var(--color-navy);
  font: inherit;
  font-size: 0.94rem;
  font-weight: 660;
  text-align: left;
}

.guide-option.is-selected {
  border-color: rgba(232, 95, 79, 0.32);
  background: var(--color-coral-soft);
  box-shadow: 0 8px 22px rgba(232, 95, 79, 0.08);
}

.guide-action-button {
  min-height: 50px;
  margin-top: 4px;
  border: 0;
  border-radius: 999px;
  background: var(--color-navy);
  color: var(--color-white);
  font: inherit;
  font-size: 0.95rem;
  font-weight: 760;
}

.guide-action-button:disabled {
  background: #d9dce3;
  color: rgba(255, 255, 255, 0.88);
}

.home-screen.has-guide-recommendation .guide-hero {
  min-height: 34vh;
  padding-bottom: 6px;
}

.home-screen.has-guide-recommendation .guide-title {
  font-size: clamp(2.24rem, 10.5vw, 3.2rem);
}

.home-screen.has-guide-recommendation .guide-prompt {
  display: none;
}

.home-screen.has-guide-followup .guide-hero {
  min-height: 24vh;
  padding: 4px 4px 0;
}

.home-screen.has-guide-followup .guide-title {
  font-size: clamp(1.92rem, 8.8vw, 2.72rem);
}

.home-screen.has-guide-closing .guide-hero {
  min-height: 28vh;
  padding: 6px 4px 0;
}

.home-screen.has-guide-closing .guide-title {
  font-size: clamp(2rem, 9.4vw, 2.85rem);
}

.home-screen.is-explore-mode {
  padding-bottom: calc(var(--nav-height) + 34px + env(safe-area-inset-bottom));
}

@keyframes guide-soft-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes guide-overlay-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes guide-sheet-up {
  from { transform: translateY(22px); }
  to { transform: translateY(0); }
}

.page-title-block {
  min-height: 176px;
  margin-bottom: 22px;
  padding: 28px 22px 24px;
}

.eyebrow,
.label {
  margin: 0 0 8px;
  color: var(--color-coral);
  font-size: 0.78rem;
  font-weight: 760;
  text-transform: uppercase;
}

.home-screen .eyebrow {
  margin-bottom: 6px;
  color: var(--color-ink);
  font-size: 0.86rem;
  font-weight: 560;
  text-transform: none;
}

h1,
h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-weight: 500;
  letter-spacing: 0;
  color: var(--color-navy);
}

h1 {
  max-width: 10ch;
  font-size: clamp(2.55rem, 14vw, 4.1rem);
  line-height: 0.95;
}

.home-screen h1 {
  max-width: 11.8ch;
  font-size: clamp(2.08rem, 10.6vw, 3.05rem);
  line-height: 1.03;
}

.page-title-block h1 {
  font-size: clamp(2.7rem, 13vw, 3.8rem);
}

h2 {
  font-size: 1.55rem;
  line-height: 1.1;
}

p {
  margin: 0;
  color: var(--color-muted);
}

.hero-copy,
.page-title-block p:last-child {
  max-width: 26ch;
  margin-top: 16px;
  font-size: 1.06rem;
}

.home-screen .hero-copy {
  max-width: 23ch;
  margin-top: 12px;
  color: #556074;
  font-size: 1rem;
  line-height: 1.45;
}

.video-feature {
  display: grid;
  gap: 14px;
  margin-bottom: 28px;
}

.video-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(24, 35, 63, 0.08);
  border-radius: 28px;
  background: var(--color-yellow-soft);
  box-shadow: 0 18px 42px rgba(31, 39, 61, 0.09);
}

.video-poster-button {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--color-white);
  cursor: pointer;
}

.video-poster-button img,
.video-list-thumb img,
.inline-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inline-video {
  background: #0e1422;
}

.play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  color: var(--color-coral);
  box-shadow: 0 16px 34px rgba(24, 35, 63, 0.16);
  transform: translate3d(-50%, -50%, 0);
}

.play-button svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.video-feature-copy {
  display: grid;
  gap: 4px;
  padding: 0 4px;
}

.video-feature-copy .label {
  color: #b78922;
}

.video-feature-copy h2 {
  font-size: 1.72rem;
}

.video-feature-copy p:last-child {
  color: var(--color-muted);
  font-size: 0.88rem;
  font-weight: 720;
}

.video-list-section {
  display: grid;
  gap: 13px;
}

.video-list-section h2 {
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 780;
}

.video-list {
  display: grid;
  gap: 11px;
}

.video-list-item {
  display: grid;
  grid-template-columns: 74px 1fr 12px;
  align-items: center;
  gap: 13px;
  width: 100%;
  min-height: 86px;
  padding: 10px 12px 10px 10px;
  border: 1px solid rgba(24, 35, 63, 0.08);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-card);
  color: var(--color-navy);
  font: inherit;
  text-align: left;
}

.video-list-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  width: 74px;
  height: 58px;
  border-radius: 16px;
  background: var(--color-yellow-soft);
}

.placeholder-thumb {
  background:
    url("../logo/fingerprint-yellow.svg") center / 38px auto no-repeat,
    linear-gradient(135deg, rgba(240, 207, 122, 0.3), rgba(255, 255, 255, 0.82));
}

.blue-thumb {
  background:
    url("../logo/fingerprint-blue.svg") center / 38px auto no-repeat,
    linear-gradient(135deg, rgba(143, 181, 207, 0.3), rgba(255, 255, 255, 0.84));
}

.mini-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 8px 16px rgba(24, 35, 63, 0.12);
  transform: translate3d(-50%, -50%, 0);
}

.mini-play::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 7px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid var(--color-coral);
}

.video-list-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.video-list-copy span {
  overflow-wrap: anywhere;
  font-size: 0.96rem;
  font-weight: 760;
  line-height: 1.2;
}

.video-list-copy small {
  color: var(--color-muted);
  font-size: 0.78rem;
  font-weight: 680;
}

.list-chevron {
  width: 9px;
  height: 9px;
  border-top: 1.8px solid rgba(24, 35, 63, 0.32);
  border-right: 1.8px solid rgba(24, 35, 63, 0.32);
  transform: rotate(45deg);
}

.audio-player-card {
  display: grid;
  gap: 10px;
  margin-bottom: 28px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.audio-art {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(24, 35, 63, 0.08);
  background: var(--color-blue-soft);
  box-shadow: 0 18px 42px rgba(31, 39, 61, 0.09);
}

.audio-media {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: var(--color-blue-soft);
  pointer-events: none;
}

.audio-media-sheen {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 42%),
    radial-gradient(circle at 50% 70%, rgba(255, 255, 255, 0.18), transparent 46%);
}

.audio-player-copy {
  display: grid;
  gap: 4px;
  padding: 0 4px 0;
}

.audio-player-copy .label {
  color: #4d86a6;
}

.audio-meta-line {
  color: var(--color-muted);
  font-size: 0.94rem;
  font-weight: 720;
}

.audio-meta-line span:first-child {
  color: var(--color-navy);
}

.audio-loop-button {
  justify-self: start;
  min-height: 30px;
  margin-top: 4px;
  padding: 5px 12px;
  border: 1px solid rgba(77, 134, 166, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.64);
  color: var(--color-muted);
  font: inherit;
  font-size: 0.75rem;
  font-weight: 760;
  letter-spacing: 0;
  touch-action: manipulation;
}

.audio-loop-button[aria-pressed="true"] {
  border-color: rgba(77, 134, 166, 0.38);
  background: rgba(238, 246, 248, 0.9);
  color: #4d86a6;
}

.audio-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--color-coral);
  transform: translate3d(-50%, -50%, 0);
  z-index: 4;
  cursor: pointer;
  touch-action: manipulation;
}

.audio-play-button::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 10px 24px rgba(24, 35, 63, 0.11);
  transform: translate3d(-50%, -50%, 0);
  transition:
    opacity 180ms ease,
    background-color 180ms ease;
}

.audio-play-button svg {
  position: relative;
  z-index: 1;
  width: 22px;
  height: 22px;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.audio-play-button.is-playing::before {
  opacity: 0.46;
  background: rgba(255, 255, 255, 0.48);
}

.audio-play-button:is(:hover, :focus-visible)::before {
  opacity: 0.86;
  background: rgba(255, 255, 255, 0.68);
}

.audio-play-button .audio-pause-icon,
.audio-play-button.is-playing .audio-play-icon {
  display: none;
}

.audio-play-button.is-playing .audio-pause-icon {
  display: block;
}

.audio-list-section {
  display: grid;
  gap: 13px;
}

.audio-list-section h2 {
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 780;
}

.audio-list {
  display: grid;
  gap: 11px;
}

.audio-list-item {
  display: grid;
  grid-template-columns: 74px 1fr 12px;
  align-items: center;
  gap: 13px;
  width: 100%;
  min-height: 86px;
  padding: 10px 12px 10px 10px;
  border: 1px solid rgba(24, 35, 63, 0.08);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-card);
  color: var(--color-navy);
  font: inherit;
  text-align: left;
}

.audio-list-item.active {
  border-color: rgba(143, 181, 207, 0.34);
  background: rgba(238, 246, 248, 0.72);
}

.audio-list-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  width: 74px;
  height: 58px;
  border-radius: 16px;
  background: var(--color-blue-soft);
}

.audio-list-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.audio-list-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.audio-list-copy span {
  overflow-wrap: anywhere;
  font-size: 0.96rem;
  font-weight: 760;
  line-height: 1.2;
}

.audio-list-copy small {
  color: var(--color-muted);
  font-size: 0.78rem;
  font-weight: 680;
}

.coaching-screen {
  overflow: hidden;
  padding-bottom: calc(var(--nav-height) + 34px + env(safe-area-inset-bottom));
}

.coaching-hero,
.coaching-card,
.coaching-note-card,
.coaching-cta-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(24, 35, 63, 0.08);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-card);
}

.coaching-hero {
  display: grid;
  gap: 12px;
  margin-bottom: 14px;
  padding: 22px 20px;
}

.coaching-hero .eyebrow {
  margin-bottom: 0;
  color: #3b7f55;
}

.coaching-hero h1 {
  max-width: 11ch;
  font-size: clamp(2.18rem, 11vw, 3rem);
  line-height: 0.98;
}

.coaching-hero p:last-of-type {
  position: relative;
  z-index: 1;
  max-width: 31ch;
  color: #556074;
  font-size: 0.95rem;
  line-height: 1.45;
}

.coaching-hero-mark {
  position: absolute;
  right: -48px;
  top: 16px;
  width: 160px;
  height: 160px;
  background: url("../logo/fingerprint-green.svg") center / contain no-repeat;
  opacity: 0.08;
}

.coaching-screen:not(.thought-sorter-screen) .coaching-hero,
.coaching-screen:not(.thought-sorter-screen) .coaching-card,
.coaching-screen:not(.thought-sorter-screen) .coaching-note-card,
.coaching-screen:not(.thought-sorter-screen) .coaching-cta-card,
.coaching-request-card {
  background: rgba(255, 255, 255, 0.9);
}

.coaching-actions {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  margin-top: 2px;
}

.coaching-primary-button {
  background: #3b7f55;
  color: var(--color-white);
  box-shadow: 0 12px 24px rgba(59, 127, 85, 0.16);
}

.coaching-text-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  color: #3b7f55;
  font-size: 0.9rem;
  font-weight: 780;
}

.coaching-action-note {
  color: rgba(101, 112, 132, 0.86);
  font-size: 0.78rem;
  line-height: 1.34;
}

.coaching-card,
.coaching-note-card,
.coaching-cta-card {
  display: grid;
  gap: 12px;
  margin-top: 12px;
  padding: 18px;
}

.coaching-card h2,
.coaching-note-card h2 {
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 820;
  line-height: 1.2;
}

#what-to-expect {
  scroll-margin-top: 18px;
}

.coaching-card > p,
.coaching-note-card p,
.coaching-cta-card p {
  color: #556074;
  font-size: 0.9rem;
  line-height: 1.44;
}

.coaching-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.coaching-chip-list span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(241, 247, 239, 0.9);
  color: #3b7f55;
  font-size: 0.8rem;
  font-weight: 760;
  line-height: 1.2;
}

.coaching-steps {
  display: grid;
  gap: 9px;
}

.coaching-step {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 10px;
  align-items: start;
  min-height: 58px;
  padding: 11px 12px;
  border: 1px solid rgba(24, 35, 63, 0.07);
  border-radius: 18px;
  background: rgba(247, 245, 241, 0.38);
}

.coaching-step span {
  font-size: 0.82rem;
  font-weight: 820;
}

.coaching-step.feel span {
  color: #a84235;
}

.coaching-step.find span {
  color: #416f8f;
}

.coaching-step.follow span {
  color: #3b7f55;
}

.coaching-step p {
  color: #556074;
  font-size: 0.82rem;
  line-height: 1.34;
}

.coaching-check-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.coaching-check-list li {
  position: relative;
  padding-left: 24px;
  color: var(--color-navy);
  font-size: 0.87rem;
  font-weight: 720;
  line-height: 1.32;
}

.coaching-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.18rem;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #3b7f55 0 3px, transparent 3.5px),
    rgba(241, 247, 239, 0.95);
}

.coaching-before-card {
  background:
    linear-gradient(135deg, rgba(238, 246, 248, 0.34), rgba(255, 255, 255, 0.96)),
    var(--color-white);
}

.coaching-prompt-list {
  display: grid;
  gap: 8px;
}

.coaching-prompt-list p {
  padding: 10px 12px;
  border: 1px solid rgba(59, 127, 85, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--color-navy);
  font-size: 0.84rem;
  font-weight: 720;
  line-height: 1.28;
}

.coaching-note-card {
  border-color: rgba(101, 112, 132, 0.08);
  background: rgba(247, 245, 241, 0.38);
  box-shadow: none;
}

.coaching-note-card h2 {
  color: rgba(24, 35, 63, 0.82);
  font-size: 0.92rem;
}

.coaching-note-card p {
  color: rgba(101, 112, 132, 0.9);
  font-size: 0.78rem;
  line-height: 1.42;
}

.coaching-crisis-line {
  padding-top: 8px;
  border-top: 1px solid rgba(101, 112, 132, 0.1);
}

.coaching-cta-card {
  margin-bottom: 4px;
  border-color: rgba(59, 127, 85, 0.14);
  background:
    linear-gradient(135deg, rgba(241, 247, 239, 0.84), rgba(255, 255, 255, 0.96)),
    var(--color-white);
}

.coaching-cta-card .button {
  justify-self: stretch;
}

.coaching-secondary-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  justify-self: center;
  color: rgba(59, 127, 85, 0.92);
  font-size: 0.86rem;
  font-weight: 780;
  line-height: 1.2;
}

.coaching-screen {
  overflow-x: hidden;
  overflow-y: visible;
  padding-bottom: calc(var(--nav-height) + 74px + env(safe-area-inset-bottom));
}

.thought-sorter-hero {
  position: relative;
  display: grid;
  gap: 6px;
  margin-bottom: 20px;
  padding: 2px 0 10px;
}

.thought-sorter-hero h1 {
  max-width: 11ch;
  font-size: clamp(2rem, 8.8vw, 2.68rem);
  font-weight: 500;
  line-height: 1;
}

.thought-sorter-subtitle {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(1.16rem, 5.4vw, 1.56rem);
  font-weight: 650;
  line-height: 1.12;
}

.thought-sorter-subtitle span:nth-child(1) {
  color: #ef4028;
}

.thought-sorter-subtitle span:nth-child(2) {
  color: #1169b2;
}

.thought-sorter-subtitle span:nth-child(3) {
  color: #3b9657;
}

.thought-sorter-helper {
  max-width: 24ch;
  margin: 2px 0 0;
  color: #556074;
  font-size: 0.94rem;
  line-height: 1.35;
}

.thought-sorter-screen .coaching-green-float {
  display: none;
}

.thought-sorter-hero-mark {
  position: absolute;
  right: -82px;
  top: 50px;
  width: 206px;
  height: 206px;
  background: url("../logo/fingerprint-red.svg") center / contain no-repeat;
  opacity: 0.075;
  pointer-events: none;
  will-change: transform, opacity;
  animation: thought-sorter-fingerprint-float 18s ease-in-out infinite alternate;
  animation-delay: -5s;
}

.thought-sorter {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  --rail-feel-y: 26px;
  --rail-find-y: 294px;
  --rail-follow-y: 580px;
}

.thought-progress-rail {
  position: absolute;
  inset: 0 auto 0 0;
  width: 34px;
  z-index: 1;
  pointer-events: none;
}

.thought-rail-line {
  position: absolute;
  left: 50%;
  top: var(--rail-feel-y);
  bottom: calc(100% - var(--rail-follow-y));
  width: 2px;
  min-height: 1px;
  background: #d9dee8;
  transform: translateX(-50%);
}

.thought-tool-actions svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.thought-step-list {
  grid-column: 2;
  display: grid;
  gap: 14px;
}

.thought-card,
.thought-reflection-card,
.thought-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(24, 35, 63, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-card);
}

.thought-card {
  display: grid;
  gap: 12px;
  padding: 16px 13px 15px;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    opacity 180ms ease;
}

.thought-step-badge {
  position: absolute;
  left: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 3px solid var(--color-white);
  border-radius: 50%;
  background: #aab3c3;
  color: var(--color-white);
  font-size: 0.84rem;
  font-weight: 860;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(31, 39, 61, 0.14);
  transform: translate(-50%, -50%);
}

.thought-step-badge[data-step-badge="feel"] {
  top: var(--rail-feel-y);
}

.thought-step-badge[data-step-badge="find"] {
  top: var(--rail-find-y);
}

.thought-step-badge[data-step-badge="follow"] {
  top: var(--rail-follow-y);
}

.thought-step-badge.active[data-step-badge="feel"],
.thought-step-badge.unlocked[data-step-badge="feel"] {
  background: #ef4028;
}

.thought-step-badge.active[data-step-badge="find"],
.thought-step-badge.unlocked[data-step-badge="find"] {
  background: #1169b2;
}

.thought-step-badge.active[data-step-badge="follow"],
.thought-step-badge.unlocked[data-step-badge="follow"] {
  background: #3b9657;
}

.thought-step-badge.complete::before {
  content: "";
  width: 13px;
  height: 8px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-1px) rotate(-45deg);
}

.thought-step-badge.complete {
  font-size: 0;
}

.thought-card.active {
  border-color: rgba(239, 64, 40, 0.22);
  box-shadow: 0 12px 32px rgba(239, 64, 40, 0.12);
}

.thought-card.find:not(.locked) {
  border-color: rgba(17, 105, 178, 0.18);
}

.thought-card.follow:not(.locked) {
  border-color: rgba(59, 150, 87, 0.18);
}

.thought-card.locked {
  color: #6f7a8f;
  opacity: 0.82;
}

.thought-card-top {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
}

.thought-card-top > div {
  display: contents;
}

.thought-step-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.thought-step-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.15;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feel .thought-step-icon {
  background: #fde5e1;
  color: #ef4028;
}

.find .thought-step-icon {
  background: #e8f1ff;
  color: #1169b2;
}

.follow .thought-step-icon {
  background: #eaf5ec;
  color: #3b9657;
}

.thought-step-name {
  grid-column: 2;
  margin: 0 0 2px;
  font-size: 1rem;
  font-weight: 820;
  line-height: 1;
}

.feel .thought-step-name {
  color: #ef4028;
}

.find .thought-step-name {
  color: #1169b2;
}

.follow .thought-step-name {
  color: #3b9657;
}

.thought-card label {
  grid-column: 1 / -1;
  display: block;
  color: var(--color-navy);
  font-size: 0.84rem;
  font-weight: 720;
  line-height: 1.28;
}

.thought-card-question {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--color-navy);
  font-size: 0.84rem;
  font-weight: 720;
  line-height: 1.28;
}

.thought-card-helper {
  margin: -4px 0 0;
  color: #637088;
  font-size: 0.8rem;
  font-weight: 560;
  line-height: 1.36;
}

.thought-count,
.thought-reflection-heading span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(239, 241, 245, 0.92);
  color: #647086;
  font-size: 0.82rem;
  font-weight: 820;
  white-space: nowrap;
}

.thought-count {
  position: absolute;
  top: 16px;
  right: 14px;
}

.thought-sorter-screen .thought-count {
  visibility: hidden;
}

.thought-possibility-list {
  display: grid;
  gap: 10px;
}

.thought-possibility-field {
  position: relative;
  display: grid;
  gap: 6px;
}

.thought-possibility-field label {
  color: #4f5d78;
  font-size: 0.74rem;
  font-weight: 760;
  line-height: 1.2;
}

.thought-possibility-field .thought-count {
  position: static;
  justify-self: end;
  min-height: 24px;
  padding: 3px 8px;
  font-size: 0.74rem;
}

.thought-card textarea {
  width: 100%;
  min-height: 96px;
  resize: vertical;
  border: 1px solid rgba(101, 112, 132, 0.2);
  border-radius: 13px;
  padding: 13px 14px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--color-navy);
  font: inherit;
  font-size: 0.96rem;
  line-height: 1.42;
  box-shadow: inset 0 1px 2px rgba(31, 39, 61, 0.025);
}

.thought-possibility-field textarea {
  min-height: 56px;
  max-height: 82px;
  padding: 11px 12px;
  overflow: hidden;
  resize: none;
}

.thought-card textarea::placeholder {
  color: #8a94a7;
}

.thought-card textarea:focus {
  outline: 3px solid rgba(17, 105, 178, 0.16);
  border-color: rgba(17, 105, 178, 0.36);
}

.thought-card textarea:disabled {
  background: rgba(247, 245, 241, 0.62);
  color: #7c879a;
  cursor: not-allowed;
}

.thought-step-status {
  position: relative;
  margin: 0;
  padding-left: 26px;
  color: #637088;
  font-size: 0.82rem;
  font-weight: 760;
  line-height: 1.35;
}

.thought-step-status::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.05rem;
  width: 18px;
  height: 18px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M7.5 10.5V8a4.5 4.5 0 0 1 9 0v2.5'/%3E%3Crect x='5.5' y='10.5' width='13' height='9' rx='2' fill='none' stroke='black' stroke-width='2.2'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M7.5 10.5V8a4.5 4.5 0 0 1 9 0v2.5'/%3E%3Crect x='5.5' y='10.5' width='13' height='9' rx='2' fill='none' stroke='black' stroke-width='2.2'/%3E%3C/svg%3E") center / contain no-repeat;
}

.thought-step-status.is-complete::before {
  -webkit-mask: none;
  mask: none;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, var(--color-white) 0 2px, transparent 2.5px),
    #3b9657;
}

.thought-generate-button,
.thought-save-button {
  width: 100%;
  border: 1px solid rgba(126, 91, 217, 0.38);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(245, 239, 251, 0.74), rgba(255, 255, 255, 0.96));
  color: #6847c7;
  font: inherit;
  font-weight: 840;
  box-shadow: 0 10px 24px rgba(126, 91, 217, 0.08);
  cursor: pointer;
}

.thought-generate-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 64px;
  margin: 16px 0 14px;
  padding: 10px 16px;
  font-size: 1.05rem;
}

.thought-generate-button small {
  display: block;
  margin-top: 2px;
  color: #4f5d78;
  font-size: 0.78rem;
  font-weight: 680;
}

.thought-generate-button:disabled,
.thought-save-button:disabled {
  opacity: 0.62;
  cursor: not-allowed;
}

.thought-generate-button:focus-visible,
.thought-save-button:focus-visible,
.thought-tool-actions button:focus-visible {
  outline: 3px solid rgba(17, 105, 178, 0.18);
  outline-offset: 3px;
}

.thought-reflection-card {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 18px 16px;
}

.thought-reflection-card[hidden] {
  display: none;
}

.thought-reflection-mark {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background:
    rgba(247, 245, 241, 0.86)
    url("../logo/imbright-mark.svg") center / 68% no-repeat;
  box-shadow: inset 0 0 0 1px rgba(24, 35, 63, 0.05);
}

.thought-reflection-mark.is-empty {
  filter: grayscale(1);
  opacity: 0.58;
}

.thought-reflection-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}

.thought-reflection-card h2,
.thought-panel h2 {
  font-family: var(--font-sans);
  font-size: 1.16rem;
  font-weight: 850;
  line-height: 1.1;
}

.thought-reflection-content p,
.thought-reflection-content li,
.thought-panel p,
.thought-panel li {
  color: var(--color-navy);
  font-size: 0.88rem;
  line-height: 1.48;
}

.thought-reflection-content p,
.thought-panel p {
  margin: 0;
}

.thought-reflection-content dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.thought-reflection-content dt {
  color: #4f5d78;
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.thought-reflection-content dd {
  margin: 2px 0 0;
  color: var(--color-navy);
  font-size: 0.9rem;
  line-height: 1.42;
}

.thought-reflection-content ol {
  display: grid;
  gap: 5px;
  margin: 4px 0 0;
  padding-left: 1.25rem;
}

.thought-compass-callout {
  display: grid;
  gap: 6px;
  margin-top: 14px;
  padding: 12px;
  border: 1px solid rgba(59, 150, 87, 0.12);
  border-radius: 14px;
  background: rgba(241, 247, 239, 0.62);
}

.thought-compass-callout h3 {
  margin: 0;
  color: #3b7f55;
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1.2;
}

.thought-compass-callout p {
  color: #4f5d78;
  font-size: 0.82rem;
  line-height: 1.42;
}

.thought-save-button {
  min-height: 44px;
  margin-top: 14px;
}

.thought-tool-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 18px -4px 0;
}

.thought-tool-actions button {
  display: grid;
  justify-items: center;
  gap: 5px;
  min-width: 0;
  min-height: 78px;
  border: 0;
  border-right: 1px solid rgba(101, 112, 132, 0.16);
  background: transparent;
  color: #6c778b;
  font: inherit;
  text-align: center;
  cursor: pointer;
}

.thought-tool-actions button:last-child {
  border-right: 0;
}

.thought-tool-actions span {
  max-width: 100%;
  color: #4f5d78;
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1.18;
}

.thought-tool-actions small {
  color: #7c879a;
  font-size: 0.7rem;
  line-height: 1.15;
}

.thought-panel {
  display: grid;
  gap: 12px;
  margin-top: 14px;
  padding: 16px;
}

.thought-panel[hidden] {
  display: none;
}

.practice-list {
  display: grid;
  gap: 10px;
}

.practice-item {
  display: grid;
  gap: 8px;
  padding: 12px;
  border: 1px solid rgba(24, 35, 63, 0.08);
  border-radius: 14px;
  background: rgba(247, 245, 241, 0.42);
}

.practice-item time {
  color: #657084;
  font-size: 0.72rem;
  font-weight: 790;
}

.practice-item h3 {
  margin: 0;
  color: var(--color-navy);
  font-size: 0.95rem;
  line-height: 1.25;
}

.practice-item p {
  color: #556074;
  font-size: 0.82rem;
}

.practice-item button {
  justify-self: start;
  min-height: 36px;
  border: 1px solid rgba(232, 95, 79, 0.22);
  border-radius: 999px;
  background: rgba(255, 241, 236, 0.72);
  color: #a84235;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 820;
}

.thought-live-status {
  position: absolute;
  left: -999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.practice-support-link {
  margin: 16px 0 0;
  color: #657084;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.practice-support-link a {
  color: #3b7f55;
  font-weight: 850;
}

@media (max-width: 390px) {
  .thought-count {
    right: 12px;
    padding-inline: 8px;
    font-size: 0.76rem;
  }

  .thought-reflection-card {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .thought-reflection-mark {
    width: 68px;
    height: 68px;
  }

  .thought-tool-actions span {
    font-size: 0.72rem;
  }
}

.coaching-request-screen {
  display: grid;
  align-content: start;
}

.coaching-request-hero h1 {
  max-width: 9ch;
}

.coaching-request-hero .coaching-action-note {
  max-width: 30ch;
}

.coaching-request-card {
  display: grid;
  gap: 14px;
  margin-top: 12px;
  padding: 18px;
  border: 1px solid rgba(24, 35, 63, 0.08);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-card);
}

.coaching-request-screen .coaching-request-card {
  background: rgba(255, 255, 255, 0.9);
}

.coaching-field {
  display: grid;
  gap: 7px;
}

.coaching-field label,
.coaching-choice-group legend {
  color: var(--color-navy);
  font-size: 0.84rem;
  font-weight: 780;
  line-height: 1.25;
}

.coaching-field input,
.coaching-field textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(24, 35, 63, 0.1);
  border-radius: 16px;
  background: rgba(247, 245, 241, 0.3);
  color: var(--color-navy);
  font: inherit;
  font-size: 0.92rem;
  line-height: 1.35;
}

.coaching-field input {
  padding: 0 13px;
}

.coaching-field textarea {
  min-height: 104px;
  padding: 12px 13px;
  resize: vertical;
}

.coaching-field input::placeholder,
.coaching-field textarea::placeholder {
  color: rgba(101, 112, 132, 0.66);
}

.coaching-field input:focus,
.coaching-field textarea:focus,
.coaching-choice-group label:focus-within,
.coaching-consent:focus-within {
  border-color: rgba(59, 127, 85, 0.45);
  outline: 3px solid rgba(165, 200, 167, 0.24);
  outline-offset: 0;
}

.coaching-form-note,
.coaching-boundary-note {
  margin: -2px 0 0;
  color: rgba(101, 112, 132, 0.82);
  font-size: 0.78rem;
  font-weight: 680;
  line-height: 1.34;
}

.coaching-boundary-note {
  margin-top: -4px;
}

.coaching-choice-group {
  display: grid;
  gap: 8px;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.coaching-choice-group legend {
  margin-bottom: 1px;
  padding: 0;
}

.coaching-choice-group label,
.coaching-consent {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-items: start;
  min-height: 48px;
  padding: 12px 13px;
  border: 1px solid rgba(24, 35, 63, 0.08);
  border-radius: 16px;
  background: rgba(247, 245, 241, 0.28);
  color: var(--color-navy);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.28;
}

.coaching-choice-group label {
  cursor: pointer;
}

.coaching-choice-group input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.coaching-consent input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #3b7f55;
}

.coaching-choice-group span {
  position: relative;
  padding-left: 28px;
}

.coaching-choice-group span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.05rem;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(59, 127, 85, 0.35);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
}

.coaching-choice-group span::after {
  content: "";
  position: absolute;
  left: 5px;
  top: calc(0.05rem + 5px);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3b7f55;
  opacity: 0;
}

.coaching-choice-group label:has(input:checked),
.coaching-consent:has(input:checked) {
  border-color: rgba(59, 127, 85, 0.28);
  background: rgba(241, 247, 239, 0.86);
}

.coaching-choice-group label:has(input:checked) span::after {
  opacity: 1;
}

.coaching-consent {
  grid-template-columns: 18px 1fr;
  color: rgba(24, 35, 63, 0.82);
  font-size: 0.78rem;
  font-weight: 680;
}

.coaching-request-card .button {
  width: 100%;
  border: 0;
  cursor: pointer;
  font: inherit;
}

.coaching-confirmation {
  padding: 12px 13px;
  border: 1px solid rgba(59, 127, 85, 0.16);
  border-radius: 16px;
  background: rgba(241, 247, 239, 0.86);
  color: #315f43;
  font-size: 0.86rem;
  font-weight: 720;
  line-height: 1.38;
}

.coaching-confirmation.is-hidden,
.coaching-confirmation[hidden] {
  display: none;
}

.coaching-form-back-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  justify-self: center;
  color: rgba(59, 127, 85, 0.9);
  font-size: 0.84rem;
  font-weight: 760;
  line-height: 1.2;
}

.reflections-heading h1 {
  font-size: clamp(2rem, 8.8vw, 2.68rem);
}

.reflections-heading p {
  max-width: 24ch;
  margin-inline: auto;
  line-height: 1.35;
}

.reflection-experience {
  display: grid;
  margin-top: 14px;
}

.reflection-splash-card,
.reflection-scene-card {
  border: 1px solid rgba(24, 35, 63, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-card);
}

.reflection-splash-card {
  display: grid;
  gap: 18px;
  min-height: min(560px, calc(100dvh - var(--nav-height) - 172px));
  align-content: center;
  padding: 24px 20px;
  text-align: center;
}

.splash-mark {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  border-radius: 22px;
  background:
    url("../logo/fingerprint-red.svg") center / 42px auto no-repeat,
    rgba(255, 241, 236, 0.82);
}

.splash-copy {
  display: grid;
  gap: 8px;
}

.splash-copy h2 {
  margin: 0;
  color: var(--color-navy);
  font-family: var(--font-serif);
  font-size: clamp(1.72rem, 7vw, 2.1rem);
  line-height: 1.08;
}

.splash-copy p {
  max-width: 25ch;
  margin: 0 auto;
  color: var(--color-muted);
  font-size: 0.96rem;
  line-height: 1.42;
}

.splash-steps {
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid rgba(24, 35, 63, 0.07);
  border-radius: 18px;
  background: rgba(247, 245, 241, 0.5);
  text-align: left;
}

.splash-steps p {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 9px;
  margin: 0;
  color: var(--color-muted);
  font-size: 0.83rem;
  line-height: 1.35;
}

.splash-steps strong {
  color: var(--color-coral);
  font-weight: 820;
}

.start-practice-button,
.check-order-button,
.next-scene-button {
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-weight: 780;
}

.start-practice-button,
.check-order-button {
  background: var(--color-coral);
  color: var(--color-white);
  box-shadow: 0 12px 24px rgba(232, 95, 79, 0.18);
}

.reflection-scene-card {
  display: grid;
  gap: 12px;
  padding: 12px;
}

.scene-image-panel {
  overflow: hidden;
  border: 1px solid rgba(24, 35, 63, 0.07);
  border-radius: 18px;
  background: rgba(247, 245, 241, 0.44);
}

.reflection-story-image {
  display: block;
  width: min(100%, 292px);
  height: auto;
  margin: 0 auto;
  border-radius: 17px;
}

.scene-practice-panel {
  display: grid;
  gap: 10px;
  padding: 2px;
}

.practice-header {
  display: grid;
  gap: 4px;
}

.practice-header p {
  margin: 0;
  color: var(--color-coral);
  font-size: 0.7rem;
  font-weight: 820;
  letter-spacing: 0;
  text-transform: uppercase;
}

.practice-header h2 {
  margin: 0;
  font-family: var(--font-serif);
  color: var(--color-navy);
  font-size: 1.02rem;
  line-height: 1.1;
}

.practice-header span {
  color: var(--color-muted);
  font-size: 0.78rem;
  line-height: 1.32;
}

.practice-step-rail {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border: 1px solid rgba(59, 127, 85, 0.12);
  border-radius: 999px;
  background: rgba(241, 247, 239, 0.62);
  color: #3b7f55;
  font-size: 0.72rem;
  font-weight: 780;
  text-align: center;
}

.practice-step-rail span[aria-hidden="true"] {
  color: rgba(59, 127, 85, 0.42);
  font-weight: 650;
}

.practice-order-list {
  display: grid;
  gap: 8px;
}

.practice-order-card {
  display: grid;
  grid-template-columns: 14px 1fr auto;
  gap: 9px;
  align-items: center;
  min-height: 64px;
  padding: 10px;
  border: 1px solid rgba(24, 35, 63, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 22px rgba(31, 39, 61, 0.055);
  cursor: grab;
}

.practice-order-card:active {
  cursor: grabbing;
}

.practice-order-card.is-dragging {
  opacity: 0.58;
}

.practice-order-card.is-success {
  border-color: rgba(91, 137, 98, 0.22);
  background: rgba(241, 247, 239, 0.98);
  box-shadow: 0 10px 22px rgba(91, 137, 98, 0.09);
}

.practice-order-card p {
  margin: 0;
  color: var(--color-navy);
  font-size: 0.8rem;
  font-weight: 720;
  line-height: 1.26;
}

.practice-drag-handle {
  display: block;
  width: 10px;
  height: 24px;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(101, 112, 132, 0.36) 1.5px, transparent 2px) 0 0 / 5px 7px,
    transparent;
}

.practice-card-actions {
  display: grid;
  gap: 6px;
}

.practice-card-actions button {
  min-width: 38px;
  min-height: 25px;
  border: 1px solid rgba(24, 35, 63, 0.06);
  border-radius: 999px;
  background: rgba(247, 245, 241, 0.58);
  color: rgba(101, 112, 132, 0.72);
  font: inherit;
  font-size: 0.64rem;
  font-weight: 720;
}

.practice-card-actions button:disabled {
  opacity: 0.34;
}

.scene-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.next-scene-button {
  background: #3b7f55;
  color: var(--color-white);
  box-shadow: 0 12px 24px rgba(59, 127, 85, 0.16);
}

.practice-status {
  min-height: 20px;
  margin: 0;
  padding: 0 2px;
  color: var(--color-muted);
  font-size: 0.76rem;
  line-height: 1.34;
}

.practice-status.is-success {
  color: #3b7f55;
  font-weight: 720;
}

.practice-status small {
  display: block;
  margin-top: 4px;
  color: rgba(59, 127, 85, 0.76);
  font-size: 0.7rem;
  font-weight: 650;
}

.reflection-video-experience {
  gap: 14px;
  width: 100%;
  min-width: 0;
  margin-top: 4px;
}

.reflection-video-card {
  display: grid;
  gap: 14px;
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

.reflection-card-heading,
.quick-check-topline,
.shelf-heading-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.reflection-kicker {
  margin: 0;
  color: var(--color-coral);
  font-size: 0.7rem;
  font-weight: 820;
  text-transform: uppercase;
}

.quick-check-topline h2,
.reflection-shelf h2 {
  font-size: 1.45rem;
  line-height: 1.08;
}

.reflection-title,
#small-shifts-title {
  display: block;
  width: 100%;
  margin: 0.35rem 0 0;
  font-size: 1.72rem;
  line-height: 1.08;
}

.reflection-duration,
.quiz-progress {
  flex: 0 0 auto;
  border-radius: 999px;
  color: #3b7f55;
  font-size: 0.72rem;
  font-weight: 780;
  white-space: nowrap;
}

.reflection-duration {
  margin-top: 3px;
  padding: 6px 9px;
  background: rgba(241, 247, 239, 0.9);
}

.reflection-card-copy {
  display: grid;
  gap: 10px;
  padding: 0 4px;
}

.reflection-quiz-state {
  display: grid;
  gap: 10px;
  padding: 14px 16px 16px;
  border: 1px solid rgba(24, 35, 63, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-card);
}

.reflection-card-copy[hidden],
.reflection-quiz-state[hidden] {
  display: none;
}

.reflection-video-card.is-quiz-unlocked .reflection-quiz-state {
  padding-top: 14px;
}

.reflection-feature-intro {
  display: grid;
}

.reflection-video-copy,
.quick-check-subtitle {
  color: #556074;
  font-size: 0.9rem;
  line-height: 1.42;
}

.reflection-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.reflection-tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 11px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 780;
}

.reflection-video-trigger {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  padding: 0;
  border: 1px solid rgba(24, 35, 63, 0.08);
  border-radius: 28px;
  background: var(--color-soft);
  color: var(--color-white);
  box-shadow: 0 18px 42px rgba(31, 39, 61, 0.09);
  cursor: pointer;
}

.reflection-video-trigger img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reflection-video-trigger::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(14, 20, 34, 0.18));
  pointer-events: none;
}

.reflection-video-trigger .play-button {
  z-index: 1;
}

.reflection-video-source[hidden] {
  display: none;
}

.reflection-video-source:not([hidden]) {
  position: fixed;
  left: -9999px;
  top: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.reflection-tag.feel {
  background: var(--color-coral-soft);
  color: #a84235;
}

.reflection-tag.find {
  background: var(--color-blue-soft);
  color: #416f8f;
}

.reflection-tag.follow {
  background: var(--color-green-soft);
  color: #3b7f55;
}

.reflection-fallback-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100dvh;
  min-height: 100vh;
  padding: max(18px, env(safe-area-inset-top)) 16px max(18px, env(safe-area-inset-bottom));
  background: rgba(15, 23, 42, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.reflection-fallback-inner {
  display: grid;
  gap: 12px;
  width: min(100%, 780px);
  max-height: calc(100dvh - 32px);
  overflow: auto;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background: rgba(15, 22, 38, 0.94);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.reflection-fallback-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 2px 2px 0 8px;
}

.reflection-fallback-topline h2 {
  color: var(--color-white);
  font-size: 1.28rem;
}

.reflection-fallback-close {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: var(--color-white);
}

.reflection-fallback-close svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.reflection-fallback-overlay video {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 80dvh;
  aspect-ratio: 16 / 9;
  border-radius: 18px;
  background: #000;
  object-fit: contain;
}

.reflection-fallback-close:focus-visible,
.reflection-video-trigger:focus-visible {
  outline: 3px solid rgba(143, 181, 207, 0.65);
  outline-offset: 3px;
}

.quiz-progress {
  padding: 7px 10px;
  background: var(--color-blue-soft);
  color: #416f8f;
}

@media (max-width: 390px) {
  .reflection-title,
  #small-shifts-title {
    font-size: 1.72rem;
    letter-spacing: 0;
  }
}

.quiz-panel {
  display: grid;
  gap: 12px;
  margin-top: 2px;
}

.quiz-question {
  margin: 0;
  color: var(--color-navy);
  font-size: 1rem;
  font-weight: 780;
  line-height: 1.3;
}

.quiz-answer-list {
  display: grid;
  gap: 9px;
}

.quiz-answer {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid rgba(24, 35, 63, 0.09);
  border-radius: 18px;
  background: rgba(247, 245, 241, 0.42);
  color: var(--color-navy);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 720;
  line-height: 1.28;
  text-align: left;
}

.quiz-answer:focus-visible,
.quiz-next:focus-visible,
.quiz-complete-button:focus-visible {
  outline: 3px solid rgba(143, 181, 207, 0.55);
  outline-offset: 2px;
}

.quiz-answer.is-correct {
  border-color: rgba(59, 127, 85, 0.24);
  background: rgba(241, 247, 239, 0.96);
  color: #2f6f46;
}

.quiz-answer.is-wrong {
  border-color: rgba(232, 95, 79, 0.2);
  background: rgba(255, 241, 236, 0.95);
  color: #9b493b;
}

.quiz-answer:disabled {
  cursor: default;
}

.quiz-feedback {
  min-height: 42px;
  padding: 11px 12px;
  border-radius: 16px;
  background: rgba(247, 245, 241, 0.55);
  color: var(--color-muted);
  font-size: 0.84rem;
  line-height: 1.35;
}

.quiz-feedback.is-correct {
  background: rgba(241, 247, 239, 0.96);
  color: #2f6f46;
}

.quiz-feedback.is-wrong {
  background: rgba(255, 241, 236, 0.96);
  color: #9b493b;
}

.quiz-actions {
  display: flex;
  justify-content: flex-end;
}

.quiz-next,
.quiz-complete-button {
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  background: #3b7f55;
  color: var(--color-white);
  font: inherit;
  font-weight: 780;
  box-shadow: 0 12px 24px rgba(59, 127, 85, 0.16);
}

.quiz-next {
  min-width: 112px;
  padding: 0 20px;
}

.quiz-next:disabled {
  background: rgba(101, 112, 132, 0.22);
  color: rgba(101, 112, 132, 0.72);
  box-shadow: none;
}

.quiz-complete {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(59, 127, 85, 0.14);
  border-radius: 22px;
  background: rgba(241, 247, 239, 0.82);
}

.quiz-complete h3 {
  margin: 0;
  color: var(--color-navy);
  font-family: var(--font-serif);
  font-size: 1.38rem;
  font-weight: 500;
  line-height: 1.1;
}

.quiz-complete p {
  color: #4f6958;
  font-size: 0.9rem;
  line-height: 1.42;
}

.quiz-complete-button {
  justify-self: start;
  padding: 0 22px;
}

.reflection-shelf {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  padding: 4px 0 0;
}

.shelf-heading-row {
  padding: 0 4px 10px;
}

.shelf-list {
  display: grid;
  gap: 11px;
  padding: 2px 0 8px;
}

.shelf-card {
  display: grid;
  grid-template-columns: 86px 1fr;
  align-items: center;
  gap: 13px;
  min-height: 88px;
  padding: 10px 12px 10px 10px;
  border: 1px solid rgba(24, 35, 63, 0.08);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-card);
  color: var(--color-navy);
}

.shelf-card.is-active {
  grid-template-columns: 86px 1fr 12px;
  border-color: rgba(59, 127, 85, 0.26);
  background: rgba(241, 247, 239, 0.62);
}

.shelf-cover {
  position: relative;
  display: block;
  overflow: hidden;
  width: 86px;
  height: 62px;
  border-radius: 16px;
  background: var(--color-green-soft);
}

.shelf-thumbnail,
.shelf-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: var(--thumbnail-position, center);
}

.thumbnail-focus-maya {
  --thumbnail-position: 78% center;
}

.shelf-icon::before {
  content: "";
  position: absolute;
  inset: 18px;
  background: center / contain no-repeat;
  opacity: 0.92;
}

.shelf-icon.direction {
  background: linear-gradient(135deg, rgba(241, 247, 239, 0.9), rgba(238, 246, 248, 0.9));
}

.shelf-icon.direction::before {
  background-image: url("../logo/fingerprint-green.svg");
}

.shelf-icon.waves {
  background: linear-gradient(135deg, rgba(238, 246, 248, 0.95), rgba(245, 239, 251, 0.75));
}

.shelf-icon.waves::before {
  background-image: url("../logo/fingerprint-blue.svg");
}

.shelf-icon.letting-go {
  background: linear-gradient(135deg, rgba(245, 239, 251, 0.95), rgba(255, 241, 236, 0.72));
}

.shelf-icon.letting-go::before {
  background-image: url("../logo/fingerprint-red.svg");
}

.shelf-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.shelf-copy h3 {
  margin: 0;
  color: var(--color-navy);
  overflow-wrap: anywhere;
  font-size: 0.96rem;
  font-weight: 760;
  line-height: 1.2;
}

.shelf-copy span {
  color: #3b7f55;
  font-size: 0.78rem;
  font-weight: 680;
}

.shelf-card:not(.is-active) .shelf-copy span {
  color: rgba(101, 112, 132, 0.72);
}

.shelf-copy p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: rgba(101, 112, 132, 0.86);
  font-size: 0.76rem;
  line-height: 1.28;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.shelf-chevron {
  justify-self: end;
}

@media (prefers-reduced-motion: reduce) {
  .hero-message {
    transition: none;
  }

  .audio-play-button::before {
    transition: none;
  }

  .ambient-fingerprint {
    animation: none;
    opacity: 0.08;
    transform: none;
  }

  .support-update-dot::after {
    animation: none;
  }
}

.card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 18px;
}

.home-screen .card-grid {
  gap: 10px;
  margin-top: 2px;
}

.feature-card,
.list-card,
.menu-card {
  border: 1px solid var(--color-border);
  background: var(--color-white);
  box-shadow: var(--shadow-card);
}

.feature-card {
  display: grid;
  grid-template-columns: 54px 1fr 18px;
  gap: 12px;
  min-height: 88px;
  padding: 12px 14px;
  border-radius: var(--radius-lg);
  align-items: center;
}

.home-screen .feature-card {
  border-color: rgba(24, 35, 63, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-card);
}

.card-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  color: var(--color-navy);
}

.videos .card-icon { background: var(--color-yellow-soft); }
.audio .card-icon { background: var(--color-blue-soft); }
.reflections .card-icon { background: var(--color-green-soft); }
.coaching .card-icon { background: var(--color-lavender-soft); }

.card-icon::before {
  content: "";
  position: absolute;
  inset: 11px;
  background: url("../logo/imbright-mark.svg") center / contain no-repeat;
  opacity: 0.92;
}

.videos .card-icon::before {
  background-image: url("../logo/fingerprint-yellow.svg");
}

.audio .card-icon::before {
  background-image: url("../logo/fingerprint-blue.svg");
}

.reflections .card-icon::before {
  background-image: url("../logo/fingerprint-green.svg");
}

.coaching .card-icon::before {
  background-image: url("../logo/fingerprint-red.svg");
}

.card-content {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.card-title {
  color: var(--color-navy);
  font-size: 0.98rem;
  font-weight: 780;
}

.card-text {
  color: var(--color-muted);
  font-size: 0.77rem;
  line-height: 1.35;
}

.card-arrow {
  width: 8px;
  height: 8px;
  border-top: 1.7px solid currentColor;
  border-right: 1.7px solid currentColor;
  color: rgba(24, 35, 63, 0.38);
  transform: rotate(45deg);
}

.featured-card {
  display: grid;
  gap: 16px;
  margin-bottom: 18px;
  padding: 18px;
}

.media-card {
  grid-template-columns: 110px 1fr;
  align-items: center;
}

.featured-card p:last-child {
  margin-top: 8px;
  font-size: 0.94rem;
}

.thumbnail,
.pulse-orb,
.story-mark {
  min-height: 106px;
  border-radius: 22px;
  background:
    url("../logo/fingerprint-grey.svg") center / 58px auto no-repeat,
    linear-gradient(135deg, rgba(143, 181, 207, 0.32), rgba(236, 141, 123, 0.2));
}

.thumbnail {
  display: grid;
  place-items: center;
  color: rgba(24, 35, 63, 0.62);
  font-size: 0.78rem;
  font-weight: 700;
}

.tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: -6px 0 18px;
}

.two-tabs {
  grid-template-columns: repeat(2, 1fr);
}

.tab {
  min-height: 42px;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  background: var(--color-white);
  color: var(--color-muted);
  font: inherit;
  font-size: 0.88rem;
}

.tab.active {
  border-color: rgba(24, 35, 63, 0.18);
  background: var(--color-navy);
  color: var(--color-white);
}

.audio-feature,
.reflection-feature {
  grid-template-columns: 88px 1fr;
  align-items: center;
}

.pulse-orb,
.story-mark {
  min-height: 88px;
  border-radius: 50%;
}

.pulse-orb {
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.94) 0 28%, transparent 29%),
    url("../logo/fingerprint-blue.svg") center / 62px auto no-repeat,
    rgba(165, 200, 167, 0.26);
}

.story-mark {
  border-radius: 28px;
  background:
    url("../logo/fingerprint-green.svg") center / 62px auto no-repeat,
    linear-gradient(90deg, rgba(183, 166, 216, 0.25), rgba(236, 141, 123, 0.14));
}

.list-section {
  display: grid;
  gap: 12px;
}

.list-card,
.menu-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  padding: 16px 18px;
  border-radius: var(--radius-md);
  color: var(--color-navy);
  font-weight: 720;
}

.list-card small {
  color: var(--color-muted);
  font-size: 0.8rem;
  font-weight: 650;
}

.support-card {
  padding: 22px;
}

.calm-illustration {
  position: relative;
  height: 176px;
  margin-bottom: 22px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(143, 181, 207, 0.18), rgba(165, 200, 167, 0.16));
}

.sun {
  position: absolute;
  right: 28px;
  top: 24px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--color-yellow);
  opacity: 0.85;
}

.path {
  position: absolute;
  left: 24px;
  right: 24px;
  height: 46px;
  border: 2px solid rgba(24, 35, 63, 0.16);
  border-color: rgba(24, 35, 63, 0.16) transparent transparent transparent;
  border-radius: 50%;
}

.path-one { bottom: 26px; }
.path-two { bottom: 48px; opacity: 0.72; }
.path-three { bottom: 70px; opacity: 0.5; }

.support-card h2 {
  max-width: 13ch;
  margin-bottom: 12px;
}

.support-card p {
  margin-bottom: 20px;
}

.support-info-card {
  gap: 12px;
}

.support-info-card .button {
  margin-top: 4px;
}

.support-faq-list {
  display: grid;
  gap: 12px;
}

.support-faq-card h2 {
  font-family: var(--font-sans);
  font-size: 0.96rem;
  font-weight: 820;
  line-height: 1.22;
}

.support-faq-card p {
  color: #556074;
  font-size: 0.88rem;
  line-height: 1.46;
}

.support-faq-card ol {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 1.2rem;
  color: #556074;
  font-size: 0.88rem;
  line-height: 1.46;
}

.support-install-note {
  margin-top: 0;
}

.whats-new-card,
.connect-intro-card {
  margin-top: 0;
  margin-bottom: 12px;
  border-color: rgba(232, 95, 79, 0.12);
  background:
    linear-gradient(135deg, rgba(255, 241, 236, 0.62), rgba(255, 255, 255, 0.96)),
    var(--color-white);
}

.whats-new-card h2,
.connect-intro-card h2,
.connect-section-card h2,
.connect-cta-card h2 {
  font-family: var(--font-sans);
  color: var(--color-navy);
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.2;
}

.connect-intro-card p,
.connect-section-card p,
.connect-cta-card p {
  color: #556074;
  font-size: 0.9rem;
  line-height: 1.46;
}

.connect-screen .page-title-block,
.connect-screen .coaching-card,
.connect-screen .coaching-cta-card,
.connect-screen .menu-card,
.connect-screen .support-faq-card,
.connect-screen .support-info-card {
  background: rgba(255, 255, 255, 0.9);
}

.connect-screen .connect-intro-card {
  background:
    linear-gradient(135deg, rgba(255, 241, 236, 0.48), rgba(255, 255, 255, 0.9)),
    rgba(255, 255, 255, 0.9);
}

.install-menu-card {
  margin-bottom: 12px;
  border-color: rgba(143, 181, 207, 0.18);
  background:
    linear-gradient(135deg, rgba(238, 246, 248, 0.56), rgba(255, 255, 255, 0.9)),
    rgba(255, 255, 255, 0.9);
}

.install-menu-card h2 {
  font-family: var(--font-sans);
  color: var(--color-navy);
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.2;
}

.install-menu-card ol {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 1.2rem;
  color: #556074;
  font-size: 0.88rem;
  line-height: 1.42;
}

.install-menu-link {
  justify-self: start;
  color: #416f8f;
  font-size: 0.86rem;
  font-weight: 780;
}

.whats-new-version {
  color: var(--color-coral);
  font-size: 0.78rem;
  font-weight: 820;
}

.whats-new-card ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 1.1rem;
  color: #556074;
  font-size: 0.88rem;
  line-height: 1.42;
}

.workshop-track-list {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}

.workshop-track-card .label {
  margin-bottom: 0;
  color: #3b7f55;
  font-size: 0.76rem;
  letter-spacing: 0.01em;
}

.workshop-track-card p:last-child {
  color: #556074;
  font-size: 0.88rem;
  line-height: 1.45;
}

.support-bullet-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 1.1rem;
  color: #556074;
  font-size: 0.88rem;
  line-height: 1.45;
}

.connect-cta-card .button {
  margin-top: 2px;
}

.workshops-screen {
  padding-bottom: calc(var(--nav-height) + 54px + env(safe-area-inset-bottom));
}

.workshops-screen .page-title-block {
  min-height: auto;
  padding: 24px 20px 22px;
}

.workshops-screen .page-title-block h1 {
  max-width: 13ch;
  font-size: clamp(2.05rem, 9.5vw, 2.72rem);
  line-height: 1.05;
}

.workshop-hero-title {
  display: grid;
  gap: 2px;
}

.workshop-hero-title span {
  display: block;
}

.workshop-hero-title .fff-line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 0.18em;
  max-width: 100%;
  line-height: 0.98;
}

.feel-word {
  color: var(--color-coral);
}

.find-word {
  color: #6e9fbd;
}

.follow-word {
  color: #3b7f55;
}

.fff-dot {
  color: rgba(101, 112, 132, 0.58);
}

.workshops-screen .page-title-block p:last-child {
  max-width: 31ch;
  margin-top: 14px;
  font-size: 0.96rem;
  line-height: 1.45;
}

.workshops-screen .coaching-card,
.workshops-screen .coaching-cta-card {
  gap: 12px;
  margin-top: 12px;
  padding: 18px 17px;
}

.workshops-screen .workshop-track-list {
  gap: 11px;
}

.workshops-screen .support-bullet-list {
  gap: 10px;
  padding-left: 1.25rem;
  line-height: 1.5;
}

.workshops-screen .support-bullet-list li {
  padding-left: 2px;
}

.workshops-screen .connect-cta-card {
  margin-bottom: 8px;
}

.workshops-screen .connect-cta-card .button,
.workshop-request-button {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-height: 54px;
  padding: 16px 22px;
  border-radius: 999px;
  text-align: center;
  line-height: 1.2;
  white-space: normal;
  overflow: visible;
}

@media (max-width: 390px) {
  .workshops-screen .page-title-block h1 {
    font-size: clamp(1.9rem, 8.6vw, 2.32rem);
    line-height: 1.08;
  }

  .workshops-screen .workshop-hero-title .fff-line {
    font-size: clamp(1.65rem, 7.7vw, 2.08rem);
    line-height: 1;
  }

  .workshops-screen .connect-cta-card .button,
  .workshop-request-button {
    font-size: clamp(0.94rem, 4.2vw, 1.02rem);
  }
}

.action-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 999px;
  font-weight: 760;
}

.primary-button {
  background: var(--color-navy);
  color: var(--color-white);
}

.secondary-button {
  border: 1px solid var(--color-border);
  color: var(--color-navy);
}

.menu-grid {
  display: grid;
  gap: 12px;
}

.menu-card::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid rgba(24, 35, 63, 0.34);
  border-right: 2px solid rgba(24, 35, 63, 0.34);
  transform: rotate(45deg);
}

.menu-card span {
  display: grid;
  gap: 5px;
  min-width: 0;
  line-height: 1.18;
}

.menu-card small {
  display: block;
  color: var(--color-muted);
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.25;
}

.menu-card-inactive {
  opacity: 0.68;
  cursor: default;
}

.menu-card-inactive::after {
  opacity: 0;
}

.bottom-nav {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: min(100%, 480px);
  min-height: calc(var(--nav-height) + env(safe-area-inset-bottom));
  padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(236, 231, 223, 0.92);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 -10px 34px rgba(31, 39, 61, 0.065);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transform: translateX(-50%);
}

.nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 0;
  border-radius: 16px;
  color: var(--color-muted);
  font-size: 0.67rem;
  font-weight: 720;
}

.nav-icon {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.78;
}

.nav-icon * {
  fill: none;
  stroke: currentColor;
  stroke-width: inherit;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nav-item.active {
  color: var(--color-coral);
}

.nav-item.active .nav-icon {
  opacity: 1;
}

.nav-item.active .nav-icon * {
  stroke-width: 1.9;
}

@media (min-width: 520px) {
  body {
    padding: 26px 0;
  }

  .app-shell {
    min-height: calc(100vh - 52px);
    border-radius: 34px;
    overflow: hidden;
  }

  .bottom-nav {
    bottom: 26px;
    border-radius: 0 0 34px 34px;
  }
}
