.compound-interest-page .tool-frame {
  position: relative;
  /* DON'T set width: 100% here — the .tool-frame element also carries the
     .container class, and `width: min(100% - 32px, ...)` from layout.css is
     what gives the page its gutters. Overriding it with 100% pushed content
     flush to the viewport edge on mobile. Let the container rule win. */
  max-width: 1120px;
  overflow: visible;
}

.compound-interest-page .tool-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 82% 12%, rgba(228, 183, 103, 0.16), transparent 24%),
    linear-gradient(90deg, rgba(74, 118, 189, 0.08), transparent 42%, rgba(219, 173, 95, 0.08) 100%),
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: auto, auto, 28px 28px, 28px 28px;
  opacity: 0.7;
}

.compound-interest-page .tool-header-block,
.compound-interest-page .tool-shell,
.compound-interest-page .tool-notes {
  position: relative;
  z-index: 1;
}

.compound-interest-page .tool-header-block {
  max-width: none;
}

.compound-header {
  display: grid;
  gap: 8px;
  padding: 2px 0 0;
}

.compound-header__topbar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

.compound-header__copy {
  display: grid;
  gap: 8px;
  max-width: none;
}

.compound-language-toggle {
  display: inline-flex;
  gap: 6px;
  padding: 5px;
  border: 1px solid rgba(49, 71, 98, 0.9);
  border-radius: 999px;
  background: rgba(10, 16, 25, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.compound-language-button {
  min-width: 54px;
  min-height: 34px;
  padding: 6px 12px;
  border: 1px solid rgba(64, 89, 120, 0.9);
  border-radius: 999px;
  background: rgba(8, 14, 22, 0.7);
  color: #bdd0ea;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.compound-language-button.is-active {
  color: #0b1119;
  border-color: rgba(228, 183, 103, 0.72);
  background: linear-gradient(135deg, rgba(228, 183, 103, 0.96), rgba(116, 160, 231, 0.84));
}

.compound-header__eyebrow,
.compound-panel__eyebrow,
.compound-hero__eyebrow {
  margin: 0;
  color: #e2bb76;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 11px;
  font-weight: 700;
}

.compound-interest-page .page-title {
  margin: 0;
  font-family: "Segoe UI Variable Display", "Aptos Display", "Segoe UI", sans-serif;
  font-size: clamp(3rem, 4.5vw, 4.15rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
  text-wrap: balance;
  text-shadow: 0 10px 32px rgba(0, 0, 0, 0.28);
}

.compound-interest-page .page-subtitle {
  margin: 0;
  color: #bfd0e8;
  font-size: 1.05rem;
  line-height: 1.2;
  max-width: 42rem;
}

.compound-ui {
  display: grid;
}

.compound-workbench {
  display: grid;
  gap: 14px;
}

.compound-workbench__rail {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-self: start;
  width: max-content;
  max-width: 100%;
  padding: 7px;
  border: 1px solid rgba(53, 74, 99, 0.9);
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(10, 19, 31, 0.98), rgba(19, 26, 39, 0.96)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 50%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 16px 32px rgba(0, 0, 0, 0.18);
}

.compound-mode-chip {
  border: 1px solid rgba(67, 93, 123, 0.92);
  border-radius: 999px;
  padding: 10px 18px;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  color: #bed1eb;
  background: rgba(9, 15, 24, 0.68);
  cursor: pointer;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.compound-mode-chip:hover,
.compound-mode-chip:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(132, 170, 216, 0.78);
}

.compound-mode-chip.is-active {
  color: #09111a;
  border-color: rgba(228, 183, 103, 0.72);
  background: linear-gradient(135deg, rgba(220, 186, 117, 0.96), rgba(119, 162, 232, 0.84));
  box-shadow: 0 10px 22px rgba(34, 56, 88, 0.3);
}

.compound-layout {
  display: grid;
  grid-template-columns: minmax(400px, 0.9fr) minmax(560px, 1.26fr);
  gap: 20px;
  align-items: start;
}

.compound-panel {
  display: grid;
  align-content: start;
  gap: 14px;
  min-width: 0;
  padding: 18px 18px 16px;
  border-radius: 28px;
  border: 1px solid rgba(39, 57, 79, 0.92);
  background:
    linear-gradient(180deg, rgba(14, 22, 33, 0.98), rgba(8, 13, 21, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 24px 60px rgba(1, 4, 10, 0.28);
}

.compound-panel > * {
  position: relative;
  z-index: 1;
}

.compound-panel--inputs {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(11, 21, 35, 0.98), rgba(6, 13, 23, 0.98));
}

.compound-panel--result {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(226, 187, 118, 0.13), transparent 34%),
    linear-gradient(180deg, rgba(17, 24, 35, 0.98), rgba(8, 13, 22, 0.98));
}

.compound-panel--inputs::before,
.compound-panel--result::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.92;
}

.compound-panel--inputs::before {
  background:
    linear-gradient(135deg, rgba(52, 103, 191, 0.12), transparent 48%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 22%);
}

.compound-panel--result::before {
  background:
    radial-gradient(circle at 78% 18%, rgba(228, 183, 103, 0.16), transparent 22%),
    linear-gradient(120deg, rgba(228, 183, 103, 0.1), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 26%);
}

.compound-ui[data-active-mode="cagr"] .compound-panel--result::before {
  background:
    radial-gradient(circle at 78% 18%, rgba(110, 165, 237, 0.2), transparent 22%),
    linear-gradient(120deg, rgba(110, 165, 237, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 26%);
}

.compound-panel__header,
.compound-surprise__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
}

.compound-panel__title,
.compound-surprise__title,
.compound-step__time,
.compound-hero__value,
.compound-stat__value,
.compound-metric__value {
  margin: 0;
}

.compound-panel__title,
.compound-surprise__title {
  font-size: 1.15rem;
  line-height: 1.15;
}

.compound-surprise__title {
  font-size: 1.35rem;
  line-height: 1;
}

.compound-panel__hint,
.compound-hero__detail,
.compound-step__copy,
.compound-staircase__summary {
  margin: 0;
  color: #9fb3cf;
  font-size: 14px;
  line-height: 1.45;
}

.compound-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(115, 174, 230, 0.18);
  color: #d9e7fb;
  background: rgba(86, 142, 212, 0.12);
  font-size: 12px;
}

.compound-badge--quiet {
  border-color: rgba(228, 183, 103, 0.22);
  color: #f3d8a0;
  background: rgba(228, 183, 103, 0.09);
}

.compound-scenarios {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.compound-scenarios.is-hidden {
  display: none;
}

.compound-scenarios--cagr .compound-scenario {
  background:
    linear-gradient(180deg, rgba(8, 16, 29, 0.94), rgba(6, 12, 22, 0.94));
}

.compound-ui[data-active-mode="cagr"] .compound-scenario.is-active {
  border-color: rgba(114, 169, 238, 0.52);
  background: linear-gradient(180deg, rgba(19, 34, 58, 0.98), rgba(10, 18, 32, 0.96));
}

.compound-scenario {
  display: grid;
  gap: 2px;
  align-items: start;
  width: 100%;
  min-height: 70px;
  padding: 10px 12px 11px;
  border: 1px solid rgba(55, 79, 108, 0.8);
  border-radius: 16px;
  font: inherit;
  text-align: left;
  color: var(--color-text);
  background: linear-gradient(180deg, rgba(9, 14, 22, 0.9), rgba(6, 11, 18, 0.92));
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.compound-scenario:hover,
.compound-scenario:focus-visible,
.compound-scenario.is-active {
  border-color: rgba(228, 183, 103, 0.4);
  background: linear-gradient(180deg, rgba(18, 26, 38, 0.98), rgba(8, 14, 23, 0.96));
  transform: translateY(-1px);
}

.compound-scenario__label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.15;
}

.compound-scenario__meta {
  color: #8da3c2;
  font-size: 11px;
  line-height: 1.2;
}

.compound-form {
  display: grid;
  gap: 10px;
}

.compound-form.is-hidden {
  display: none;
}

.compound-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.compound-grid--growth,
.compound-grid--cagr {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.compound-field--span-full {
  grid-column: 1 / -1;
}

.compound-field {
  display: grid;
  gap: 6px;
}

.compound-field__label {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.15;
}

.compound-input-wrap {
  position: relative;
}

.compound-input {
  min-height: 56px;
  padding-block: 11px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 16px;
  background: linear-gradient(90deg, rgba(19, 27, 39, 0.95), rgba(27, 31, 42, 0.9));
  border-color: rgba(34, 49, 67, 0.94);
  color: #eef4fc;
}

.compound-input::placeholder {
  color: #7d94b3;
}

.compound-input:focus {
  border-color: rgba(104, 159, 231, 0.88);
  box-shadow: 0 0 0 3px rgba(104, 159, 231, 0.12);
}

.compound-input-prefix,
.compound-input-suffix {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #93a8c3;
  font-size: 15px;
  font-weight: 700;
  pointer-events: none;
}

.compound-input-prefix {
  left: 16px;
}

.compound-input-suffix {
  right: 16px;
}

.compound-input-wrap--prefix .compound-input {
  padding-left: 40px;
}

.compound-input-wrap--suffix .compound-input {
  padding-right: 42px;
}

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

.compound-actions .button-primary {
  min-height: 48px;
  width: 100%;
  padding: 11px 18px;
  font-size: 16px;
  font-weight: 800;
  background: linear-gradient(135deg, rgba(221, 185, 114, 0.98), rgba(192, 143, 58, 0.96));
  border-color: rgba(228, 183, 103, 0.72);
  color: #10161f;
  box-shadow: 0 14px 32px rgba(64, 44, 8, 0.2);
}

.compound-actions__minor {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.compound-actions .button-secondary {
  min-height: 42px;
  padding: 9px 14px;
}

.compound-feedback-slot {
  min-height: 22px;
}

.compound-feedback {
  margin: 0;
  color: #8aa0bf;
  font-size: 13px;
  line-height: 1.35;
}

.compound-feedback[data-state="success"] {
  color: #4ddf8a;
}

.compound-feedback[data-state="warning"] {
  color: #f4c783;
}

.compound-feedback[data-state="error"] {
  color: var(--color-danger);
}

.compound-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(272px, 0.82fr);
  gap: 12px;
  align-items: stretch;
  padding: 6px;
  border-radius: 28px;
  border: 1px solid rgba(46, 63, 84, 0.88);
  background:
    linear-gradient(180deg, rgba(7, 12, 19, 0.94), rgba(10, 15, 23, 0.94));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.compound-stage > * {
  min-width: 0;
}

.compound-hero {
  display: grid;
  gap: 16px;
  padding: 22px 20px;
  border-radius: 24px;
  border: 1px solid rgba(228, 183, 103, 0.2);
  background:
    linear-gradient(135deg, rgba(10, 16, 25, 0.98), rgba(15, 24, 35, 0.94) 54%, rgba(9, 18, 31, 0.98)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0));
  position: relative;
  overflow: hidden;
}

.compound-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(228, 183, 103, 0.1), transparent 40%),
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: auto, 100% 28px;
  opacity: 0.7;
}

.compound-ui[data-active-mode="cagr"] .compound-hero::before {
  background:
    linear-gradient(90deg, rgba(97, 145, 219, 0.14), transparent 42%),
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px);
}

.compound-hero__main,
.compound-hero__split {
  position: relative;
  z-index: 1;
}

.compound-hero__main {
  display: grid;
  gap: 8px;
}

.compound-hero__value {
  font-family: "Segoe UI Variable Display", "Aptos Display", "Segoe UI", sans-serif;
  font-size: clamp(3rem, 5.2vw, 4.1rem);
  line-height: 0.92;
  letter-spacing: -0.07em;
  font-variant-numeric: tabular-nums;
}

.compound-hero__split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.compound-stat,
.compound-metric {
  display: grid;
  gap: 6px;
  padding: 12px;
  border-radius: 18px;
  border: 1px solid rgba(36, 52, 71, 0.92);
  background: rgba(6, 12, 20, 0.5);
}

.compound-stat__label,
.compound-metric__label,
.compound-step__threshold {
  color: #8ca2bf;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.compound-stat__value,
.compound-metric__value,
.compound-step__time {
  font-size: 20px;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.compound-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.compound-surprise {
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(61, 73, 90, 0.86);
  background:
    radial-gradient(circle at 100% 0%, rgba(228, 183, 103, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(13, 18, 26, 0.98), rgba(9, 13, 20, 0.98));
  position: relative;
  overflow: hidden;
}

.compound-surprise::before {
  content: "";
  position: absolute;
  inset: 18px 18px auto 18px;
  height: 1px;
  background: linear-gradient(90deg, rgba(228, 183, 103, 0.75), rgba(228, 183, 103, 0));
  opacity: 0.9;
}

.compound-surprise__header,
.compound-staircase,
.compound-staircase__summary {
  position: relative;
  z-index: 1;
}

.compound-surprise__header {
  flex-wrap: wrap;
  row-gap: 8px;
}

.compound-surprise__tone {
  min-width: 0;
  max-width: 100%;
  padding: 5px 9px;
  border: 1px solid rgba(228, 183, 103, 0.18);
  border-radius: 999px;
  background: rgba(228, 183, 103, 0.08);
  color: #f2d6a0;
  font-size: 11px;
  line-height: 1.2;
}

.compound-surprise__title {
  font-size: 1.16rem;
  line-height: 0.96;
}

.compound-staircase {
  display: grid;
  gap: 12px;
  padding-left: 0;
}

.compound-step {
  position: relative;
  display: grid;
  gap: 6px;
  min-height: 0;
  min-width: 0;
  padding: 13px 14px;
  border-radius: 20px;
  border: 1px solid rgba(44, 58, 75, 0.92);
  background: rgba(10, 15, 23, 0.7);
}

.compound-step__copy {
  overflow-wrap: anywhere;
  line-height: 1.38;
}

.compound-step::before {
  content: "";
  position: absolute;
  inset: 12px auto 12px 0;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(93, 121, 161, 0.3), rgba(228, 183, 103, 0.14));
}

.compound-step.is-reached {
  border-color: rgba(228, 183, 103, 0.28);
  background: linear-gradient(90deg, rgba(45, 33, 16, 0.42), rgba(10, 15, 22, 0.86));
}

.compound-step.is-pending {
  opacity: 0.88;
}

.compound-chart {
  display: grid;
  gap: 8px;
  padding: 10px 2px 0;
  border-top: 1px solid rgba(31, 44, 59, 0.92);
}

.compound-chart__labels {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: #879cb8;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.compound-chart__track {
  padding: 14px 12px;
  border-radius: 18px;
  border: 1px solid rgba(37, 50, 65, 0.92);
  background: rgba(8, 12, 20, 0.62);
}

.compound-chart__bars {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: end;
  gap: 10px;
  min-height: 84px;
}

.compound-chart__bar {
  display: block;
  width: 100%;
  min-height: 12px;
  border-radius: 12px 12px 4px 4px;
  background: linear-gradient(180deg, rgba(228, 183, 103, 0.96), rgba(81, 125, 194, 0.86));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.compound-ui[data-active-mode="cagr"] .compound-chart__bar {
  background: linear-gradient(180deg, rgba(114, 169, 238, 0.98), rgba(56, 103, 181, 0.86));
}

.compound-notes {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px 24px;
}

.compound-notes .card-title {
  grid-column: 1 / -1;
}

.compound-notes .card-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.68;
}

@media (min-width: 900px) {
  .compound-actions {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: stretch;
  }

  .compound-actions__minor {
    min-width: 198px;
    grid-template-columns: minmax(0, 1fr);
  }

  .compound-interest-page .page-title,
  .compound-interest-page .page-subtitle {
    white-space: nowrap;
  }

  .compound-surprise__title {
    white-space: nowrap;
  }
}

@media (max-width: 1040px) {
  .compound-layout {
    grid-template-columns: minmax(360px, 0.96fr) minmax(0, 1.04fr);
  }

  .compound-stage {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 900px) {
  .compound-interest-page .page-title,
  .compound-interest-page .page-subtitle {
    white-space: normal;
  }

  .compound-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .compound-panel {
    padding: 16px;
  }

  .compound-actions {
    grid-template-columns: minmax(0, 1fr);
  }

  .compound-metrics,
  .compound-notes {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 720px) {
  .compound-header__topbar {
    display: grid;
    gap: 10px;
  }

  .compound-language-toggle {
    justify-self: start;
  }

  .compound-interest-page .page-title {
    font-size: clamp(2.3rem, 8.4vw, 2.9rem);
  }

  .compound-interest-page .page-subtitle {
    font-size: 15px;
  }

  .compound-workbench {
    gap: 12px;
  }

  .compound-workbench__rail {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    border-radius: 22px;
  }

  .compound-mode-chip {
    width: 100%;
    min-height: 46px;
    font-size: 15px;
  }

  .compound-scenarios {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .compound-scenario:last-child {
    grid-column: 1 / -1;
  }

  .compound-stage,
  .compound-hero__split {
    grid-template-columns: minmax(0, 1fr);
  }

  .compound-grid--cagr {
    grid-template-columns: minmax(0, 1fr);
  }

  .compound-field--span-full {
    grid-column: auto;
  }

  .compound-surprise {
    padding: 16px;
  }

  .compound-chart {
    padding-inline: 0;
  }
}

@media (max-width: 560px) {
  /* Site chrome is pipeline-emitted and must remain visible across every
     viewport — hiding it here was a leftover from a fullscreen-tool draft
     and broke navigation for mobile users. */
  .compound-interest-page .section-tool-page {
    padding-block: 10px 16px;
  }

  .compound-interest-page .tool-frame {
    max-width: none;
  }

  .compound-interest-page .tool-header-block {
    margin-bottom: 2px;
  }

  .compound-header__copy {
    gap: 5px;
  }

  .compound-language-toggle {
    padding: 4px;
  }

  .compound-language-button {
    min-width: 48px;
    min-height: 32px;
    font-size: 12px;
  }

  .compound-header__eyebrow {
    font-size: 10px;
  }

  .compound-interest-page .page-title {
    font-size: 1.84rem;
    line-height: 0.96;
    white-space: nowrap;
  }

  .compound-interest-page .page-subtitle {
    font-size: 14px;
    line-height: 1.2;
    white-space: nowrap;
  }

  .compound-interest-page .tool-shell {
    padding: 10px;
  }

  .compound-panel {
    gap: 12px;
    padding: 13px;
    border-radius: 22px;
  }

  .compound-panel__header,
  .compound-surprise__header {
    gap: 8px;
  }

  .compound-panel__title,
  .compound-surprise__title {
    font-size: 1.02rem;
  }

  .compound-panel__hint,
  .compound-hero__detail,
  .compound-step__copy,
  .compound-staircase__summary {
    font-size: 12px;
  }

  .compound-field__label {
    font-size: 14px;
    white-space: nowrap;
  }

  .compound-input {
    min-height: 54px;
    font-size: 18px;
    border-radius: 14px;
  }

  .compound-input-prefix,
  .compound-input-suffix {
    font-size: 14px;
  }

  .compound-actions {
    gap: 10px;
  }

  .compound-actions .button-primary,
  .compound-actions .button-secondary {
    min-height: 46px;
    font-size: 15px;
  }

  .compound-actions__minor {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .compound-feedback {
    font-size: 12px;
  }

  .compound-panel__hint,
  .compound-scenario__meta {
    display: none;
  }

  .compound-scenarios {
    gap: 7px;
  }

  .compound-scenario {
    min-height: 56px;
    padding: 9px 10px;
  }

  .compound-grid--growth {
    gap: 8px;
  }

  .compound-hero {
    padding: 16px 14px;
  }

  .compound-hero__value {
    font-size: 2.95rem;
  }

  .compound-stat__value,
  .compound-metric__value,
  .compound-step__time {
    font-size: 22px;
  }

  .compound-step {
    padding: 12px 12px 12px 13px;
  }

  .compound-surprise__header {
    display: grid;
    justify-content: start;
  }

  .compound-surprise__tone {
    justify-self: start;
  }

  .compound-chart__bars {
    min-height: 64px;
  }
}
