.gated-timer-article {
  --chart-green: #57e36f;
  --chart-amber: #f4b942;
  --chart-blue: #5aa4ff;
  max-width: 76rem;
}

.gated-timer-article .reading-width,
.gated-timer-article .lede { max-width: 48rem; }
.gated-timer-article section[id] { scroll-margin-top: 6rem; }
.gated-timer-article .answer-box {
  max-width: 52rem;
  margin: 2rem 0 3rem;
  padding: 1.35rem 1.5rem;
  border: 1px solid #bfe6cd;
  border-left: 4px solid var(--ramp-green);
  background: #f2f8f4;
}
.gated-timer-article .answer-box::before { display: none; }
.gated-timer-article .answer-box p { margin: 0; }
.gated-timer-article .eyebrow {
  margin: 0 0 0.45rem;
  color: #0a7b3f;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.chart-card {
  margin: 2.4rem 0 4.5rem;
  padding: clamp(1rem, 3vw, 1.8rem);
  border: 1px solid #ccd5d0;
  border-radius: 12px;
  background: #fff;
}
.figure-heading { max-width: 48rem; margin-bottom: 1.25rem; }
.figure-heading h2 { margin: 0; font-size: clamp(1.55rem, 3.4vw, 2.3rem); }
.chart-card figcaption {
  margin-top: 1rem;
  color: #59635e;
  font-size: 0.92rem;
  line-height: 1.55;
}

.protocol-figure {
  color: #f5f8f6;
  border: 0;
  background: linear-gradient(145deg, #07100b, #101a15);
  box-shadow: 0 22px 55px rgba(5, 14, 9, 0.16);
}
.protocol-figure .eyebrow { color: var(--chart-green); }
.protocol-figure h2 { color: #fff; }
.protocol-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.protocol-panel { min-width: 0; padding: 1.15rem; border: 1px solid #2a3931; border-radius: 9px; background: rgba(255,255,255,.025); }
.protocol-panel h3 { margin: 0; color: #fff; font-size: 1.1rem; }
.protocol-panel h3 span { display: block; margin-top: 0.16rem; color: #9eb0a6; font-size: 0.78rem; font-weight: 600; }
.protocol-panel svg { display: block; width: 100%; height: auto; margin: 0.75rem 0; font-family: inherit; }
.protocol-panel svg text { fill: #b9c6bf; font-size: 12px; }
.protocol-panel > p { display: grid; gap: 0.15rem; margin: 0; color: #aab8b0; font-size: 0.88rem; }
.protocol-panel > p strong { color: #fff; font-size: 1rem; }
.grid-line { stroke: #26342d; stroke-width: 1; }
.target-line { stroke: #93a59a; stroke-width: 1.5; stroke-dasharray: 7 6; }
.protocol-panel .target-label { fill: #d3ddd7; font-weight: 700; }
.hr-line { fill: none; stroke: #f4f7f5; stroke-width: 4; stroke-linecap: round; }
.counted-area { fill: rgba(87,227,111,.25); }
.extension-area { fill: rgba(244,185,66,.28); }
.ramp-marker { stroke: var(--chart-amber); stroke-width: 2; stroke-dasharray: 4 5; }
.protocol-panel .ramp-label,
.protocol-panel .count-label { fill: #fff; font-weight: 800; }
.protocol-panel .ramp-sub,
.protocol-panel .not-counted { fill: var(--chart-amber); font-weight: 750; }
.timer-arrow { fill: none; stroke: var(--chart-amber); stroke-width: 2; }
.protocol-figure figcaption { color: #b9c6bf; }

.chart-shell { width: 100%; min-height: 21rem; overflow-x: auto; }
.chart-shell svg { display: block; width: 100%; min-width: 42rem; height: auto; font-family: inherit; }
.chart-shell text { fill: #27302b; font-size: 13px; }
.chart-shell .axis { stroke: #59635e; stroke-width: 1; }
.chart-shell .grid { stroke: #e1e6e3; stroke-width: 1; }
.chart-shell .miss { fill: #fff; stroke: #252b28; stroke-width: 2; }
.chart-shell .median { stroke: #0a7b3f; stroke-width: 4; stroke-linecap: round; }
.chart-shell .median-label { fill: #0a7b3f; font-weight: 800; }
.chart-legend { display: flex; flex-wrap: wrap; gap: 0.6rem 1.2rem; margin: 0.75rem 0 0; padding: 0; list-style: none; }
.chart-legend li { display: flex; align-items: center; gap: 0.45rem; color: #35403a; font-size: 0.9rem; }
.legend-swatch { width: 0.85rem; height: 0.85rem; border: 1px solid rgba(0,0,0,.25); }
.point-swatch { border-radius: 50%; border-color: #fff; background: var(--chart-blue); box-shadow: 0 0 0 1px var(--chart-blue); }
.miss-swatch { border-radius: 50%; background: #fff; }
.median-key { width: 1.2rem; height: 0; border-top: 4px solid #0a7b3f; border-radius: 2px; }
.chart-card details { margin-top: 1.25rem; border-top: 1px solid #dce2de; }
.chart-card summary { padding: 1rem 0 0.25rem; color: var(--green-dark); font-weight: 750; cursor: pointer; }
.chart-card .table-wrap { margin: 0.8rem 0 0; }

.load-figure { color: #f5f8f6; border: 0; background: #0b120e; }
.load-figure .eyebrow { color: var(--chart-green); }
.load-figure h2 { color: #fff; }
.load-bars { display: grid; gap: 1.35rem; padding: 1rem 0; }
.load-label { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: 0.45rem; color: #fff; }
.load-label span { color: #ced7d2; font-variant-numeric: tabular-nums; }
.load-track { display: flex; min-height: 3.2rem; overflow: hidden; border-radius: 5px; background: #1e2923; }
.load-track span { display: flex; align-items: center; min-width: 0; padding: 0.55rem; font-size: 0.85rem; font-weight: 850; white-space: nowrap; }
.load-base { justify-content: flex-end; color: #07100b; background: var(--chart-green); }
.load-extension { color: #191207; background: var(--chart-amber); }
.load-muted { opacity: .72; }
.load-figure figcaption { color: #b8c4bd; }

.trend-figure { color: #eef5f0; border: 0; background: linear-gradient(145deg, #07100b, #102019); }
.trend-figure .eyebrow { color: var(--chart-green); }
.trend-figure h2 { color: #fff; }
.trend-shell { width: 100%; overflow-x: auto; }
.trend-shell svg { display: block; width: 100%; min-width: 40rem; height: auto; font-family: inherit; }
.trend-shell text { fill: #aebbb4; font-size: 13px; }
.trend-line { fill: none; stroke: var(--chart-green); stroke-width: 5; stroke-linecap: round; stroke-linejoin: round; }
.trend-area { fill: url(#trendFill); }
.trend-points circle { fill: var(--chart-green); }
.trend-shell .illustrative-badge { fill: var(--chart-amber); font-size: 11px; font-weight: 850; letter-spacing: .12em; }
.trend-figure figcaption { color: #b8c4bd; }

.app-proof {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(17rem, 26rem);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
  padding: clamp(1.4rem, 5vw, 3.5rem);
  color: #fff;
  border: 0;
  background: radial-gradient(circle at 85% 38%, rgba(87,227,111,.16), transparent 34%), #08100c;
}
.app-proof h2 { margin: 0 0 0.85rem; color: #fff; font-size: clamp(2rem, 5vw, 3.5rem); line-height: 1; }
.app-proof-copy > p:not(.eyebrow) { color: #bac7c0; }
.app-proof .text-link { color: #79ee91; font-weight: 800; }
.app-proof-frame { max-height: 43rem; overflow: hidden; border: 1px solid #293830; border-radius: 28px; background: #020403; box-shadow: 0 24px 70px rgba(0,0,0,.4); }
.app-proof-frame img { display: block; width: 100%; height: auto; }
.app-proof figcaption { grid-column: 1 / -1; margin: 0; color: #aebcb4; }

.research-conversion {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 12rem;
  gap: clamp(1.5rem, 5vw, 3rem);
  align-items: center;
  margin: 4rem 0 2rem;
  padding: clamp(1.5rem, 4vw, 2.75rem);
  color: #fff;
  background: linear-gradient(135deg, #0c1410, #101b17);
  border-top: 4px solid var(--ramp-green);
  border-radius: 10px;
}
.gated-timer-article .research-conversion .eyebrow { color: #70e98a; }
.gated-timer-article .research-conversion h2 { margin: 0 0 0.75rem; color: #fff; }
.gated-timer-article .research-conversion p { color: #cbd5cf; }
.research-conversion .cta-row { margin-bottom: 0; }
.qr-link { display: block; padding: 0.7rem; color: #111; background: #fff; border-radius: 8px; text-align: center; }
.qr-link img { display: block; width: 100%; height: auto; }
.qr-link span { display: block; margin-top: 0.45rem; font-size: 0.78rem; font-weight: 750; }

@media (max-width: 760px) {
  .gated-timer-article h1 { font-size: clamp(2.45rem, 10vw, 3.2rem); }
  .protocol-grid,
  .app-proof,
  .research-conversion { grid-template-columns: 1fr; }
  .protocol-panel { padding: 0.85rem; }
  .chart-card { padding-inline: 0.85rem; }
  .chart-shell { min-height: 18rem; }
  .chart-shell svg { min-width: 38rem; }
  .load-track { min-height: 2.8rem; }
  .load-track span { font-size: 0.76rem; padding-inline: 0.4rem; }
  .app-proof { padding: 1.25rem; }
  .app-proof-frame { width: min(100%, 23rem); max-height: 37rem; margin-inline: auto; }
  .research-conversion .qr-link { display: none; }
}

@media (max-width: 430px) {
  .load-label { align-items: end; }
  .load-label strong { max-width: 15rem; }
  .load-track span { overflow: hidden; }
}

@media (prefers-reduced-motion: reduce) {
  .chart-shell,
  .trend-shell { scroll-behavior: auto; }
}
