.progress-dashboard-takeaway[hidden] {
  display: none;
}

.progress-dashboard-detail[data-detail="daily"] {
  gap: 14px;
}

.progress-dashboard-detail[data-detail="daily"] .progress-dashboard-detail-top {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(7, 17, 12, 0.08);
}

.progress-dashboard-detail[data-detail="daily"] .progress-dashboard-detail-visual {
  gap: 0;
}

.progress-b4-daily {
  grid-template-columns: minmax(138px, 0.24fr) minmax(0, 1fr);
  gap: 18px;
}

.progress-b4-daily-ring {
  appearance: none;
  display: grid;
  place-items: center;
  width: min(184px, 100%);
  min-width: 136px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(0, 132, 80, 0.22);
  padding: 0;
  background:
    radial-gradient(circle at center, #ffffff 0 55%, transparent 56%),
    conic-gradient(#009963 calc(var(--level) * 360deg), rgba(7, 17, 12, 0.1) 0);
  color: #05070d;
  font: inherit;
  cursor: pointer;
  box-shadow: 0 16px 28px rgba(0, 132, 80, 0.12);
  transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.progress-b4-daily-ring[data-over-plan="true"] {
  background:
    radial-gradient(circle at center, #ffffff 0 55%, transparent 56%),
    conic-gradient(#05070d 360deg, rgba(7, 17, 12, 0.1) 0);
}

.progress-b4-daily-ring:hover,
.progress-b4-daily-ring:focus-visible {
  border-color: rgba(0, 132, 80, 0.48);
  box-shadow: 0 18px 34px rgba(0, 132, 80, 0.17);
  transform: translateY(-1px);
  outline: none;
}

.progress-b4-daily-ring span {
  display: grid;
  place-items: center;
  gap: 5px;
  color: #05070d;
  letter-spacing: 0;
  text-transform: none;
}

.progress-b4-daily-ring b {
  color: #05070d;
  font-size: clamp(2.1rem, 6vw, 3.2rem);
  font-weight: 950;
  line-height: 0.9;
}

.progress-b4-daily-ring small {
  color: #31533f;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
}

.progress-b4-daily-stack {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.progress-b4-daily-stack button {
  min-height: 82px;
  background: #ffffff;
}

.progress-b4-daily-stack button:first-child {
  border-color: rgba(0, 132, 80, 0.18);
  background: #f7fcf9;
}

.progress-b4-daily-stack b {
  color: #05070d;
  font-size: clamp(1.1rem, 2.2vw, 1.55rem);
}

.progress-b4-daily-stack i {
  color: #31533f;
  font-size: 0.74rem;
}

@media (max-width: 780px) {
  .progress-dashboard-detail[data-detail="daily"] {
    padding: 14px;
  }

  .progress-b4-daily {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .progress-b4-daily-ring {
    width: min(178px, 58vw);
  }

  .progress-b4-daily-stack {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 460px) {
  .progress-dashboard-homes {
    padding: 14px;
  }

  .progress-dashboard-heading h3 {
    font-size: 1.32rem;
  }

  .progress-b4-daily-stack {
    grid-template-columns: 1fr;
  }

  .progress-b4-daily-stack button {
    min-height: 68px;
  }
}

.progress-zone-experience {
  --progress-green: #009963;
  --progress-green-dark: #006d49;
  --progress-mint: #eaf8f2;
  --progress-ink: #07110c;
  --progress-muted: #53645b;
  --progress-line: rgba(7, 17, 12, 0.09);
  --progress-risk: #ef4438;
  width: min(100%, 1240px);
  margin: 0 auto;
  padding: 12px;
  background: #fff;
  color: var(--progress-ink);
  box-sizing: border-box;
  overflow-x: hidden;
}

.progress-zone-experience *,
.progress-zone-experience *::before,
.progress-zone-experience *::after {
  box-sizing: border-box;
}

body.customer-shell-active #customerShellProgress,
body.customer-shell-active #customerShellProgress .customer-shell-progress-surface {
  max-width: 100%;
  overflow-x: hidden;
}

.progress-zone-shell {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.progress-zone-main,
.progress-zone-side {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.progress-zone-status,
.progress-zone-hero,
.progress-evidence-section,
.progress-why-zone,
.progress-full-coach-card {
  min-width: 0;
  max-width: 100%;
  border: 1px solid rgba(7, 17, 12, 0.08);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(7, 17, 12, 0.06);
}

.progress-zone-status {
  position: relative;
  display: grid;
  gap: 10px;
  padding: 14px;
}

.progress-zone-status-window {
  min-width: 0;
  padding-right: 112px;
}

.progress-zone-status-window span,
.progress-zone-hero-copy > p,
.progress-evidence-heading p,
.progress-why-zone > p,
.progress-dashboard-home p,
.progress-full-coach-copy li {
  color: var(--progress-muted);
}

.progress-zone-status-window span,
.progress-dashboard-home span[data-progress-label],
.progress-full-coach-copy > span {
  display: block;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.progress-zone-status-window strong {
  display: block;
  margin-top: 4px;
  font-size: 2rem;
  line-height: 0.95;
  font-weight: 950;
}

.progress-zone-status-window p {
  max-width: 30rem;
  margin: 6px 0 0;
  color: var(--progress-muted);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.progress-zone-status-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--progress-line);
}

.progress-zone-status-metrics article {
  min-width: 0;
  padding: 12px 8px 0;
  text-align: center;
  border-left: 1px solid var(--progress-line);
}

.progress-zone-status-metrics article:first-child {
  border-left: 0;
}

.progress-zone-status-metrics strong {
  display: block;
  color: var(--progress-green);
  font-size: 1.55rem;
  font-weight: 950;
  line-height: 1;
}

.progress-zone-status-metrics article:first-child strong,
.progress-zone-status-metrics article[data-tone="risk"] strong {
  color: var(--progress-risk);
}

.progress-zone-status-metrics article:first-child strong {
  color: var(--progress-ink);
}

.progress-zone-status-metrics span {
  display: block;
  margin-top: 4px;
  font-size: 0.68rem;
  font-weight: 950;
}

.progress-zone-live-pill {
  position: absolute;
  top: 14px;
  right: 14px;
  justify-self: start;
  width: fit-content;
  border: 1px solid rgba(0, 153, 99, 0.22);
  border-radius: 999px;
  padding: 7px 11px;
  color: var(--progress-green-dark);
  background: rgba(234, 248, 242, 0.75);
  font-size: 0.74rem;
  font-weight: 950;
}

.progress-zone-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 10px;
  padding: 16px;
  background:
    radial-gradient(circle at 14% 20%, rgba(28, 205, 143, 0.16), transparent 32%),
    linear-gradient(135deg, #fbfffd 0%, #f3fbf7 58%, #ffffff 100%);
}

.progress-zone-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-radial-gradient(ellipse at 86% 36%, rgba(0, 153, 99, 0.08) 0 1px, transparent 1px 28px);
  opacity: 0.55;
}

.progress-zone-hero > * {
  position: relative;
  z-index: 1;
}

.progress-zone-hero-copy {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 8px;
  align-items: start;
}

.progress-zone-spark {
  width: 18px;
  height: 18px;
  margin-top: 6px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, #0aba78 0 24%, transparent 25%),
    conic-gradient(from 45deg, transparent 0 12%, #0aba78 12% 20%, transparent 20% 37%, #0aba78 37% 45%, transparent 45% 62%, #0aba78 62% 70%, transparent 70%);
  filter: drop-shadow(0 8px 14px rgba(0, 153, 99, 0.25));
}

.progress-zone-hero-copy h3 {
  margin: 0;
  font-size: 1.55rem;
  line-height: 1.03;
  font-weight: 950;
}

.progress-zone-meta {
  grid-column: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 6px;
}

.progress-zone-meta span {
  border: 1px solid rgba(0, 153, 99, 0.18);
  border-radius: 999px;
  padding: 4px 8px;
  color: var(--progress-green-dark);
  background: rgba(255, 255, 255, 0.7);
  font-size: 0.73rem;
  font-weight: 900;
}

.progress-zone-hero-copy p {
  grid-column: 2;
  margin: 6px 0 0;
  font-size: 0.86rem;
  font-weight: 750;
  line-height: 1.32;
}

.progress-zone-hero-stage {
  display: grid;
  gap: 10px;
  align-items: center;
  min-width: 0;
  overflow: hidden;
}

.progress-zone-staircase-art {
  position: relative;
  display: block;
  width: min(100%, 680px);
  max-width: 100%;
  justify-self: center;
}

.progress-staircase-svg {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  overflow: visible;
  color: var(--progress-green-dark);
}

.progress-step-field path {
  fill: none;
  stroke: rgba(0, 128, 86, 0.1);
  stroke-width: 1;
}

.progress-step-platform-shadow {
  fill: rgba(0, 153, 99, 0.11);
  filter: blur(7px);
}

.progress-step-rail-glow,
.progress-step-rail-core {
  fill: none;
  stroke-linecap: round;
}

.progress-step-rail-glow {
  stroke: url(#progressRailGradient);
  stroke-width: 27;
  filter: url(#progressRailGlow);
  opacity: 0.92;
  stroke-dasharray: 1;
  stroke-dashoffset: 0;
  animation: progressRailFill 850ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.progress-step-rail-core {
  stroke: rgba(255, 255, 255, 0.74);
  stroke-width: 4;
}

.progress-step-arcs {
  fill: none;
}

.progress-step-arc {
  fill: none;
  stroke: rgba(67, 86, 79, 0.42);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-dasharray: 3.5 7;
}

.progress-step-arc-dot {
  fill: #079966;
  stroke: #ffffff;
  stroke-width: 2.2;
  filter: drop-shadow(0 4px 5px rgba(0, 109, 73, 0.18));
}

.progress-step-block,
.progress-step-protected {
  opacity: 1;
}

.progress-step-block-current .progress-step-face {
  fill: url(#progressCurrentFace);
}

.progress-step-block-next .progress-step-face {
  fill: url(#progressNextFace);
  stroke: rgba(237, 188, 44, 0.58);
  stroke-width: 1.5;
}

.progress-step-block-target .progress-step-face {
  fill: url(#progressTargetFace);
}

.progress-step-face {
  stroke: rgba(0, 112, 74, 0.22);
  stroke-width: 1.2;
}

.progress-step-side {
  fill: rgba(0, 116, 76, 0.34);
}

.progress-step-block-current .progress-step-side {
  fill: rgba(95, 78, 48, 0.2);
}

.progress-step-block-next .progress-step-side {
  fill: rgba(189, 150, 48, 0.32);
}

.progress-step-top {
  fill: rgba(255, 255, 255, 0.68);
}

.progress-step-inner-shine {
  fill: rgba(255, 255, 255, 0.5);
}

.progress-step-shadow {
  fill: rgba(0, 70, 48, 0.2);
  filter: blur(4px);
}

.progress-step-label,
.progress-step-unit {
  fill: #12382d;
  font-weight: 900;
  letter-spacing: 0.01em;
}

.progress-step-label {
  font-size: 9px;
  text-transform: uppercase;
}

.progress-step-value {
  fill: #053326;
  font-size: 30px;
  font-weight: 950;
  letter-spacing: 0;
}

.progress-step-block-current .progress-step-value {
  font-size: 29px;
}

.progress-step-unit {
  font-size: 10px;
}

.progress-protected-shadow {
  fill: rgba(0, 73, 48, 0.17);
  filter: blur(4px);
}

.progress-protected-base-side {
  fill: rgba(0, 109, 73, 0.4);
}

.progress-protected-base {
  fill: #bcecd4;
  stroke: rgba(0, 122, 82, 0.36);
  stroke-width: 1.2;
}

.progress-protected-shield {
  fill: url(#progressShieldGradient);
  stroke: rgba(255, 255, 255, 0.52);
  stroke-width: 2;
  filter: drop-shadow(0 12px 10px rgba(0, 100, 70, 0.24));
}

.progress-protected-check {
  fill: none;
  stroke: #ffffff;
  stroke-width: 7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.progress-protected-label {
  fill: #064432;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
}

.progress-zone-live-path {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.progress-zone-live-path article {
  border: 1px solid rgba(0, 153, 99, 0.13);
  border-radius: 12px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 26px rgba(7, 17, 12, 0.05);
}

.progress-zone-live-path article span {
  display: block;
  color: var(--progress-muted);
  font-size: 0.68rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.progress-zone-live-path article strong {
  display: block;
  margin-top: 3px;
  color: var(--progress-green-dark);
  font-size: 1.45rem;
  line-height: 1;
  font-weight: 950;
}

.progress-zone-next-move {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 0 0 1px rgba(0, 153, 99, 0.1);
}

.progress-zone-target-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: radial-gradient(circle, #ffffff 0 26%, transparent 27%),
    repeating-radial-gradient(circle, transparent 0 8px, rgba(0, 153, 99, 0.8) 9px 10px),
    rgba(0, 153, 99, 0.13);
  box-shadow: 0 10px 22px rgba(0, 153, 99, 0.16);
}

.progress-zone-next-move span {
  color: var(--progress-green-dark);
  font-size: 0.72rem;
  font-weight: 950;
}

.progress-zone-next-move strong {
  display: block;
  margin-top: 2px;
  font-size: 0.9rem;
  line-height: 1.25;
  font-weight: 950;
}

.progress-zone-next-move .primary-button {
  grid-column: 1 / -1;
  min-height: 44px;
}

.progress-zone-experience .primary-button {
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, #07a76f 0%, #00885c 100%);
  color: #ffffff;
  box-shadow: 0 14px 26px rgba(0, 136, 92, 0.24), inset 0 -2px 0 rgba(0, 0, 0, 0.14);
}

.progress-zone-experience .primary-button:hover,
.progress-zone-experience .primary-button:focus-visible {
  background: linear-gradient(135deg, #08b97b 0%, #00885c 100%);
  outline: 2px solid rgba(0, 153, 99, 0.28);
  outline-offset: 2px;
}

.progress-evidence-section {
  padding: 14px;
}

.progress-evidence-heading h3,
.progress-why-zone h3 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 950;
}

.progress-evidence-heading p,
.progress-why-zone > p {
  margin: 4px 0 12px;
  font-weight: 750;
}

.progress-dashboard-home-list {
  display: grid;
  grid-template-columns: none;
  grid-auto-flow: column;
  grid-auto-columns: minmax(92px, 28%);
  gap: 8px;
  overflow-x: auto;
  padding: 2px 2px 8px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.progress-dashboard-home-list::-webkit-scrollbar {
  display: none;
}

.progress-dashboard-home {
  appearance: none;
  display: grid;
  grid-template-columns: 1fr;
  min-height: 124px;
  align-content: start;
  justify-items: center;
  gap: 5px;
  border: 1px solid rgba(7, 17, 12, 0.08);
  border-radius: 12px;
  padding: 10px 8px;
  background: #fff;
  color: var(--progress-ink);
  text-align: left;
  font: inherit;
  cursor: pointer;
  scroll-snap-align: start;
  box-shadow: 0 12px 28px rgba(7, 17, 12, 0.06);
  overflow: hidden;
}

.progress-zone-experience .progress-dashboard-home::before {
  content: none;
  display: none;
}

.progress-dashboard-home[aria-expanded="true"],
.progress-dashboard-home:hover,
.progress-dashboard-home:focus-visible {
  border-color: rgba(0, 153, 99, 0.44);
  outline: none;
}

.progress-evidence-icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: rgba(0, 153, 99, 0.11);
  color: var(--progress-green);
}

.progress-evidence-icon::before,
.progress-evidence-icon::after {
  content: none;
}

.progress-evidence-icon svg {
  width: 21px;
  height: 21px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.progress-evidence-icon.is-heat svg rect {
  stroke-width: 1.4;
}

.progress-evidence-icon.is-money,
.progress-evidence-icon.is-trend,
.progress-evidence-icon.is-pattern {
  background: rgba(0, 153, 99, 0.08);
}

.progress-dashboard-home strong[data-progress-value] {
  grid-column: auto;
  justify-self: center;
  display: block;
  font-size: 1rem;
  line-height: 1.05;
  font-weight: 950;
  overflow-wrap: break-word;
}

.progress-dashboard-home p {
  grid-column: auto;
  margin: 0;
  font-size: 0.69rem;
  line-height: 1.18;
  font-weight: 750;
  overflow-wrap: normal;
  text-align: center;
}

.progress-zone-experience .progress-dashboard-home span[data-progress-label] {
  grid-column: auto;
  justify-self: center;
  text-align: center;
}

.progress-why-zone {
  display: none;
  padding: 16px;
}

.progress-why-heat {
  display: grid;
  grid-template-columns: 24px repeat(6, 1fr);
  gap: 4px;
  margin: 14px 0;
}

.progress-why-heat-row-label {
  color: var(--progress-muted);
  font-size: 0.66rem;
  font-weight: 800;
}

.progress-why-heat i {
  aspect-ratio: 1;
  border-radius: 3px;
  background: rgba(239, 68, 56, calc(0.08 + var(--level) * 0.72));
}

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

.progress-why-list article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  padding-top: 12px;
  border-top: 1px solid var(--progress-line);
}

.progress-why-list strong {
  display: block;
  font-weight: 950;
}

.progress-why-list p {
  margin: 3px 0 0;
  color: var(--progress-muted);
  font-weight: 700;
  line-height: 1.25;
}

.progress-why-zone .secondary-button {
  width: 100%;
  margin-top: 14px;
  min-height: 40px;
}

.progress-full-coach-card {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 14px;
  align-items: center;
  padding: 14px;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 54%, rgba(0, 153, 99, 0.22), transparent 30%),
    linear-gradient(135deg, #f6fffb 0%, #ffffff 62%, #e9f7f0 100%);
}

.progress-full-coach-card[hidden] {
  display: none;
}

.progress-full-coach-art {
  position: relative;
  min-height: 118px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: radial-gradient(ellipse at 50% 72%, rgba(0, 153, 99, 0.16), transparent 62%);
}

.progress-full-coach-svg {
  display: block;
  width: min(170px, 100%);
  max-width: 100%;
  height: auto;
  overflow: visible;
}

.progress-coach-leaves path {
  fill: #0b9c68;
  stroke: rgba(255, 255, 255, 0.72);
  stroke-width: 1;
  stroke-linejoin: round;
}

.progress-full-coach-copy strong {
  display: block;
  margin-top: 4px;
  font-size: 1.02rem;
  line-height: 1.12;
  font-weight: 950;
}

.progress-full-coach-copy ul {
  display: grid;
  gap: 4px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.progress-full-coach-copy li {
  position: relative;
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 6px;
  align-items: center;
  padding-left: 0;
  font-size: 0.78rem;
  font-weight: 800;
}

.progress-full-coach-copy li::before {
  content: none;
}

.progress-coach-bullet-icon {
  display: inline-grid;
  width: 16px;
  height: 16px;
  place-items: center;
  border-radius: 50%;
  color: var(--progress-green);
  background: rgba(0, 153, 99, 0.1);
}

.progress-coach-bullet-icon svg {
  width: 12px;
  height: 12px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.progress-full-coach-actions {
  grid-column: 1 / -1;
}

.progress-full-coach-actions .primary-button {
  width: 100%;
  min-height: 42px;
}

@media (min-width: 860px) {
  .progress-zone-experience {
    padding: 18px;
  }

  .progress-zone-shell {
    grid-template-columns: minmax(0, 2.15fr) minmax(300px, 0.85fr);
    align-items: start;
  }

  .progress-zone-status {
    grid-template-columns: minmax(210px, 0.5fr) minmax(0, 1fr) auto;
    align-items: center;
    padding: 18px;
  }

  .progress-zone-status-metrics {
    border-top: 0;
  }

  .progress-zone-status-window {
    padding-right: 22px;
    border-right: 1px solid var(--progress-line);
  }

  .progress-zone-live-pill {
    position: static;
    align-self: start;
    justify-self: end;
  }

  .progress-zone-hero {
    min-height: 360px;
    padding: 24px;
  }

  .progress-zone-hero-copy h3 {
    font-size: 2.25rem;
  }

  .progress-zone-hero-stage {
    grid-template-columns: minmax(0, 1fr) 190px;
    margin-top: 4px;
  }

  .progress-zone-live-path {
    align-self: center;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .progress-zone-next-move {
    grid-template-columns: auto minmax(0, 1fr) minmax(190px, 0.35fr);
  }

  .progress-zone-next-move .primary-button {
    grid-column: auto;
  }

  .progress-dashboard-home-list {
    grid-auto-flow: row;
    grid-auto-columns: unset;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
    gap: 12px;
    overflow: visible;
    padding-bottom: 0;
  }

  .progress-dashboard-home {
    width: 100%;
    min-width: 0;
    height: 100%;
    min-height: 104px;
    grid-template-columns: 42px minmax(0, 1fr);
    column-gap: 10px;
    align-content: center;
    justify-items: start;
    padding: 12px 12px;
    text-align: left;
  }

  .progress-dashboard-home .progress-evidence-icon {
    grid-row: span 3;
    align-self: center;
  }

  .progress-zone-experience .progress-dashboard-home span[data-progress-label],
  .progress-zone-experience .progress-dashboard-home strong[data-progress-value],
  .progress-zone-experience .progress-dashboard-home p[data-progress-copy] {
    grid-column: 2;
    justify-self: start;
    text-align: left;
  }

  .progress-why-zone {
    display: block;
  }

  .progress-full-coach-card {
    grid-template-columns: 1fr;
    background:
      radial-gradient(circle at 16% 54%, rgba(0, 153, 99, 0.22), transparent 30%),
      radial-gradient(circle at 92% 28%, rgba(0, 153, 99, 0.12), transparent 24%),
      linear-gradient(135deg, #f6fffb 0%, #ffffff 62%, #e9f7f0 100%);
  }
}

@media (max-width: 520px) {
  .progress-zone-experience {
    padding: 8px;
  }

  .progress-zone-status,
  .progress-zone-hero,
  .progress-evidence-section,
  .progress-full-coach-card {
    border-radius: 12px;
  }

  .progress-zone-status-window strong {
    font-size: 1.75rem;
  }

  .progress-zone-status-window {
    padding-right: 104px;
  }

  .progress-zone-status-window p {
    font-size: 0.78rem;
  }

  .progress-zone-status-metrics {
    gap: 0;
  }

  .progress-zone-status-metrics article {
    padding-inline: 4px;
  }

  .progress-zone-status-metrics strong {
    font-size: 1.35rem;
  }

  .progress-zone-status-metrics span {
    font-size: 0.62rem;
  }

  .progress-zone-hero {
    padding: 14px;
  }

  .progress-zone-staircase-art {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
  }

  .progress-dashboard-home-list {
    grid-template-columns: none;
    grid-auto-columns: 86px;
  }

  .progress-dashboard-home {
    padding: 9px 7px;
    justify-items: center;
    text-align: center;
  }

  .progress-dashboard-home span[data-progress-label] {
    font-size: 0.58rem;
    letter-spacing: 0.04em;
  }

  .progress-dashboard-home strong[data-progress-value] {
    font-size: 0.92rem;
  }

  .progress-dashboard-home p {
    font-size: 0.6rem;
    line-height: 1.15;
  }

  .progress-full-coach-card {
    grid-template-columns: 106px 1fr;
    padding: 12px;
  }
}

@keyframes progressRailFill {
  from {
    stroke-dashoffset: 1;
    opacity: 0.32;
  }
  to {
    stroke-dashoffset: 0;
    opacity: 0.92;
  }
}

@keyframes progressStepMaterialize {
  from {
    opacity: 0;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .progress-step-rail-glow,
  .progress-step-block,
  .progress-step-protected {
    animation: none;
    opacity: 1;
  }
}

body.progress-locked-asset-check-active {
  overflow-x: hidden;
  background: #ffffff;
}

body.progress-locked-asset-check-active .customer-shell-frame {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}

body.progress-locked-asset-check-active .customer-shell-platform-bar,
body.progress-locked-asset-check-active .customer-shell-bottom-nav {
  display: none;
}

body.progress-locked-asset-check-active .customer-shell-screens,
body.progress-locked-asset-check-active .customer-shell-screen,
body.progress-locked-asset-check-active #customerShellProgress .customer-shell-progress-surface {
  display: block;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  overflow: visible;
  background: #ffffff;
}

.progress-locked-asset-shell {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  width: 100%;
  min-height: 100vh;
  place-items: center;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #ffffff;
}

.progress-locked-asset-stage {
  display: block;
  width: 1303px;
  height: 817px;
  margin: 0;
  padding: 0;
}

.progress-locked-asset-stage picture,
.progress-locked-asset-image {
  display: block;
}

.progress-locked-asset-image {
  width: 1303px;
  height: 817px;
  max-width: none;
  max-height: none;
  border: 0;
  object-fit: contain;
  image-rendering: auto;
  filter: none;
  transform: none;
}

@media (max-width: 700px) {
  .progress-locked-asset-stage,
  .progress-locked-asset-image {
    width: 388px;
    height: 781px;
  }
}
