:root {
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: #10213f;
  background: #f6f8ff;
  font-size: 16px;
  --navy: #102d69;
  --navy-2: #2257d6;
  --blue: #2864ff;
  --cyan: #51d5ff;
  --ink: #10213f;
  --muted: #667492;
  --line: #dfe5f2;
  --lime: #caff5a;
  --paper: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-height: 100vh; background: radial-gradient(circle at 83% 3%, #e7f6ff 0, transparent 26%), #f6f8ff; }
button, select { font: inherit; }
button { cursor: pointer; }
button:focus-visible, select:focus-visible { outline: 3px solid #5b9fd0; outline-offset: 3px; }

.sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  width: 270px;
  padding: 34px 25px 25px;
  background: linear-gradient(165deg, #0e2d72 0%, #174cc4 58%, #2769ff 100%);
  color: white;
  display: flex;
  flex-direction: column;
  z-index: 10;
}

.brand { display: flex; gap: 13px; align-items: center; font-size: 15px; font-weight: 700; letter-spacing: 1.5px; line-height: 1.3; }
.brand > div > span { display: block; margin-top: 5px; color: #9eb0bf; font-size: 10px; letter-spacing: 2px; font-weight: 500; }
.monogram { font-family: Arial, sans-serif; color: var(--navy); background: var(--lime); font-size: 20px; font-weight: 900; line-height: 46px; text-align: center; width: 46px; height: 46px; border-radius: 14px; padding: 0; box-shadow: 0 8px 24px rgba(7,25,73,.22); letter-spacing: -1px; }

nav { margin: 82px -25px 0; }
nav button {
  width: 100%;
  min-height: 58px;
  padding: 0 25px;
  border: 0;
  border-left: 3px solid transparent;
  background: transparent;
  color: #aebdca;
  display: flex;
  align-items: center;
  gap: 16px;
  text-align: left;
  font-size: .91rem;
}
nav button span { color: #6f8799; font-size: .7rem; letter-spacing: 1px; }
nav button:hover { background: rgba(255,255,255,.055); color: white; }
nav button[aria-current="page"] { color: #10213f; background: var(--lime); border-left-color: var(--lime); font-weight: 700; }
nav button[aria-current="page"] span { color: var(--lime); }
nav button[aria-current="page"] span { color: #24509d; }
.sidebar-foot { margin-top: auto; padding-top: 22px; border-top: 1px solid #354e62; color: #8298a9; font-size: .68rem; letter-spacing: 1.3px; line-height: 1.8; }
.sidebar-foot strong { color: white; font-size: .78rem; font-weight: 500; }

main { margin-left: 270px; padding: 46px clamp(30px, 5vw, 76px) 28px; max-width: 1700px; }
header { display: flex; justify-content: space-between; align-items: end; gap: 28px; }
.eyebrow, .section-number, .section-heading span {
  color: #577288;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: 1.7px;
}
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 10px 0 0; max-width: 760px; font: 800 clamp(2.2rem, 3.7vw, 4rem)/.98 Arial, Helvetica, sans-serif; letter-spacing: -2.6px; color: var(--navy); }
.period-actions { display: flex; align-items: end; gap: 10px; }
.period label { display: block; margin-bottom: 8px; color: var(--muted); font-size: .78rem; }
.compare-action { min-height: 44px; padding: 9px 18px; border: 1px solid var(--navy-2); border-radius: 12px; background: var(--navy-2); color: white; font-weight: 700; font-size: .82rem; box-shadow: 0 8px 18px rgba(34,87,214,.18); transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.compare-action:hover { background: var(--blue); transform: translateY(-2px); box-shadow: 0 12px 24px rgba(34,87,214,.25); }
.compare-action:disabled { cursor: wait; opacity: .55; transform: none; box-shadow: none; }
select {
  min-height: 44px;
  padding: 9px 38px 9px 13px;
  border: 1px solid #b8c7d2;
  border-radius: 12px;
  background: white;
  color: var(--ink);
}
.notice { margin: 27px 0 30px; padding: 13px 17px; border: 1px solid #cbdcff; border-radius: 12px; background: #edf4ff; color: #46618e; font-size: .85rem; line-height: 1.55; }
.notice strong { color: var(--ink); }

.executive-intro { margin: 8px 0 28px; }
.executive-intro h2, .report-lead h2 { max-width: 770px; margin: 11px 0 0; font: 700 clamp(1.7rem, 2.5vw, 2.8rem)/1.12 Arial, sans-serif; letter-spacing: -1.2px; color: var(--navy); }
body:has(#nav button[data-view="overview"][aria-current="page"]) #page-title,
.executive-message { white-space: nowrap; }
.executive-intro p, .section-heading p, .report-lead p { color: var(--muted); line-height: 1.65; font-size: .92rem; }
.executive-intro p { max-width: none; margin: 13px 0 0; white-space: nowrap; }

.metrics { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; border: 0; background: transparent; }
.metric { min-width: 0; padding: 22px 18px; background: rgba(255,255,255,.9); border: 1px solid rgba(213,222,240,.9); border-radius: 18px; box-shadow: 0 12px 32px rgba(42,74,137,.08); color: var(--ink); text-align: left; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.metric:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(42,74,137,.13); }
.metric > span { display: block; color: var(--muted); font-size: calc(.8rem + 2pt); font-weight: 700; }
.metric strong { display: block; margin: 15px 0 9px; font-size: clamp(calc(1.35rem + 2pt), calc(2vw + 2pt), calc(2rem + 2pt)); font-weight: 700; letter-spacing: -.8px; white-space: nowrap; font-variant-numeric: tabular-nums; }
.metric strong small { font-size: .82rem; font-weight: 500; }
.metric p { margin: 0; color: var(--muted); font-size: calc(.73rem + 2pt); font-weight: 700; }
.metric > i { display: flex; justify-content: space-between; margin-top: 18px; color: #55709f; font-size: .68rem; font-style: normal; opacity: 0; transform: translateY(4px); transition: .2s ease; }
.metric:hover > i, .metric:focus-visible > i, .metric.is-active > i { opacity: 1; transform: none; }
.metric.is-active { background: linear-gradient(140deg, #174cc4, #2864ff 72%, #3f80ff); color: white; border-color: transparent; box-shadow: 0 18px 42px rgba(40,100,255,.27); }
.metric.is-active > span, .metric.is-active p, .metric.is-active > i { color: #dce8ff; }

.chart-overlay { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 24px; background: rgba(8,25,58,.62); backdrop-filter: blur(5px); animation: overlayIn .2s ease both; }
.chart-dialog { position: relative; width: min(1200px, 100%); max-height: calc(100vh - 48px); overflow: auto; padding: 48px; border: 1px solid rgba(255,255,255,.65); border-radius: 24px; background: #fff; box-shadow: 0 30px 90px rgba(6,22,55,.35); animation: dialogIn .25s ease both; }
.chart-dialog .evolution-card { padding: 0; border: 0; background: transparent; box-shadow: none; }
.chart-dialog .mini-chart { --bar-width: 40px; --bar-gap: 18px; height: 460px; gap: var(--bar-gap); margin-top: 38px; }
.chart-dialog .year-bar { flex-basis: 40px; width: 40px; }
.chart-dialog .bar-track { width: 40px; height: 368px; }
.chart-dialog .year-bar span { font-size: .78rem; }
.chart-dialog .bar-value { font-size: .76rem; }
.chart-close { position: absolute; top: 14px; right: 16px; z-index: 4; display: grid; place-items: center; width: 36px; height: 36px; padding: 0; border: 1px solid #d7e0ef; border-radius: 50%; background: #f5f8ff; color: var(--navy); font-size: 1.55rem; line-height: 1; }
.chart-close:hover { color: white; background: var(--navy-2); border-color: var(--navy-2); }
.chart-period { margin: 31px 0 0; color: var(--muted); font-size: .82rem; line-height: 1.5; text-align: center; }
.chart-period strong { color: var(--navy); }
.chart-dialog .growth-arrow { opacity: 0; animation: arrowReveal 1.2s ease 3.35s both; }

.margin-reading { display: grid; grid-template-columns: minmax(210px,.45fr) 1fr; gap: 28px; align-items: center; margin-top: 14px; padding: 18px 20px; border: 1px solid #cbdcff; border-radius: 14px; background: linear-gradient(110deg, #edf4ff, #f8fbff); }
.margin-reading span { display: block; margin-bottom: 6px; color: #577288; font-size: .66rem; font-weight: 700; letter-spacing: 1.3px; }
.margin-reading strong { color: var(--navy); font-size: 1.05rem; }
.margin-reading p { margin: 0; color: #536987; font-size: .8rem; line-height: 1.55; }
.margin-reading b { color: var(--ink); }

.section-heading { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin: 47px 0 18px; }
.section-heading h2 { margin: 7px 0 0; font: 700 1.7rem Arial, sans-serif; letter-spacing: -.7px; }
.section-heading p { max-width: 480px; margin: 0; text-align: right; font-size: .8rem; }
.cagr-explainer { display: flex; gap: 12px; align-items: baseline; margin: -5px 0 18px; padding: 12px 15px; border-left: 3px solid var(--blue); background: #edf4ff; color: #536987; font-size: .78rem; line-height: 1.5; }
.cagr-explainer strong { flex: 0 0 auto; color: var(--navy); }
.evolution-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; align-items: stretch; }
.evolution-card { padding: 24px; border: 1px solid #dfe6f4; border-radius: 18px; background: rgba(255,255,255,.92); box-shadow: 0 10px 28px rgba(42,74,137,.07); transition: opacity .25s ease, transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.chart-head { display: flex; justify-content: space-between; gap: 20px; align-items: start; }
.chart-head h3 { margin-bottom: 5px; font-size: 1rem; font-weight: 600; }
.chart-head p { margin: 0; color: var(--muted); font-size: .75rem; }
.growth { display: grid; justify-items: end; gap: 3px; color: #10213f; font-variant-numeric: tabular-nums; white-space: nowrap; }
.growth small { color: var(--muted); font-size: .62rem; font-weight: 600; }
.growth strong { display: none; }
.growth.is-negative strong { color: #a0443e; }
.mini-chart { --bar-width: 20px; --bar-gap: 9px; position: relative; height: 140px; display: flex; align-items: stretch; justify-content: center; gap: var(--bar-gap); margin-top: 18px; padding: 0 4px; border-bottom: 1px solid #cbd6dd; }
.growth-arrow { position: absolute; left: calc(50% + var(--growth-left)); top: var(--growth-top); z-index: 3; width: var(--growth-width); height: 3px; border-radius: 999px; background: var(--blue); transform: rotate(-17deg); transform-origin: left center; pointer-events: none; box-shadow: 0 1px 0 rgba(255,255,255,.7); }
.growth-arrow::before { content: attr(data-growth); position: absolute; left: 50%; top: 50%; display: grid; place-items: center; width: 42px; height: 42px; border: 2px solid var(--blue); border-radius: 50%; background: white; color: var(--blue); font-size: .65rem; font-weight: 800; line-height: 1; transform: translate(-50%, -50%) rotate(17deg); white-space: nowrap; box-shadow: 0 2px 8px rgba(39,100,246,.16); }
.growth-arrow::after { content: ''; position: absolute; top: 50%; right: -3px; width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 11px solid var(--blue); transform: translateY(-50%); }
.growth-arrow.is-negative { transform: rotate(17deg); }
.growth-arrow.is-negative::before { transform: translate(-50%, -50%) rotate(-17deg); }
.growth-arrow.is-fitted { transform: none; background: transparent; box-shadow: none; }
.growth-arrow.is-fitted::before { transform: translate(-50%, -50%); z-index: 2; }
.growth-arrow.is-fitted::after { top: var(--head-top); transform: translateY(-50%) rotate(var(--head-angle)); }
.arrow-segment { position: absolute; height: 3px; background: var(--blue); border-radius: 999px; transform-origin: left center; }
.year-bar { position: relative; flex: 0 0 20px; width: 20px; display: flex; flex-direction: column; align-items: center; justify-content: end; }
.year-bar::after { content: attr(data-amount); position: absolute; left: 50%; bottom: calc(100% + 9px); z-index: 4; padding: 7px 9px; border-radius: 8px; background: #102d69; color: white; font-size: .68rem; font-weight: 700; white-space: nowrap; opacity: 0; pointer-events: none; transform: translate(-50%, 5px); transition: .16s ease; box-shadow: 0 8px 20px rgba(16,45,105,.25); }
.year-bar:hover::after, .year-bar:focus-visible::after { opacity: 1; transform: translate(-50%, 0); }
.year-bar:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; border-radius: 4px; }
.bar-track { position: relative; height: 104px; width: 20px; display: flex; align-items: end; justify-content: center; }
.bar-track i { display: block; width: 100%; min-height: 3px; border-radius: 5px 5px 0 0; background: var(--blue); transform-origin: bottom; animation: barRise 1.2s cubic-bezier(.2,.8,.2,1) both; animation-delay: calc(var(--bar-index) * 280ms); }
.evolution-card:not(.animate-bars) .bar-track i { animation: none; }
.bar-value { position: absolute; bottom: calc(100% + 5px); left: 50%; color: #143c98; font-size: .63rem; font-weight: 800; white-space: nowrap; transform: translateX(-50%); }
.bar-track i.down { background: var(--blue); }
.year-bar.partial .bar-track i { background: var(--blue); }
.year-bar span { margin: 6px 0 -21px; color: #718392; font-size: .65rem; }

.statement-head { display: flex; justify-content: space-between; gap: 34px; align-items: end; margin-bottom: 22px; }
.statement-head h2 { margin: 8px 0 6px; font: 700 1.8rem Arial, sans-serif; letter-spacing: -.6px; }
.statement-head p { margin: 0; color: var(--muted); font-size: .84rem; }
.controls { display: flex; align-items: end; gap: 8px; flex-wrap: wrap; justify-content: end; }
.controls label { display: block; margin-bottom: 7px; color: var(--muted); font-size: .7rem; }
.controls button { min-height: 44px; padding: 9px 13px; border: 1px solid #bcc9d2; border-radius: 3px; background: white; color: var(--ink); font-size: .78rem; }
.controls button:hover { background: #eaf0f4; }
.table-wrap { overflow: auto; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: 0 12px 34px rgba(42,74,137,.07); }
table { width: 100%; border-collapse: collapse; font-variant-numeric: tabular-nums; }
th { padding: 14px 17px; background: #eaf1ff; color: #46618e; font-size: .68rem; letter-spacing: .5px; text-align: right; white-space: nowrap; }
th:first-child { min-width: 330px; width: 56%; text-align: left; }
th span { display: block; margin-top: 4px; color: #7d8e9b; font-size: .62rem; font-weight: 400; letter-spacing: 0; }
td { height: 49px; padding: 0 17px; border-top: 1px solid #e5ebef; font-size: .82rem; text-align: right; white-space: nowrap; }
td:first-child { min-width: 330px; text-align: left; white-space: normal; }
.row-label { min-height: 48px; padding: 8px 0 8px calc(var(--depth) * 17px); display: flex; gap: 7px; align-items: center; line-height: 1.35; }
.account-name { min-width: 0; }
.period-only { display: inline-block; margin-left: 8px; padding: 2px 6px; border-radius: 999px; background: #e5edff; color: #3b5f9f; font-size: .62rem; font-weight: 700; vertical-align: 1px; }
.toggle { flex: 0 0 26px; width: 26px; height: 26px; padding: 0; border: 1px solid #c4d0d8; border-radius: 2px; background: white; color: var(--navy); font-size: 1.05rem; }
.toggle:hover { background: #e6edf2; }
.toggle-space { flex: 0 0 26px; }
.explain-toggle { margin-left: auto; padding: 5px 7px; border: 0; background: transparent; color: #547084; display: inline-flex; align-items: center; gap: 6px; font-size: .7rem; white-space: nowrap; }
.explain-toggle:hover { background: #e5edf2; color: var(--navy); }
.explain-toggle b { width: 18px; height: 18px; border: 1px solid #b8c7d1; display: inline-grid; place-items: center; font-size: .82rem; line-height: 1; }
.explanation-row td { height: auto; padding: 0; background: #edf3f6; white-space: normal; text-align: left; }
.explanation-row td > div { padding: 16px 24px 17px calc(60px + var(--depth) * 17px); border-left: 3px solid #7893a6; }
.explanation-row span { color: #6b8191; font-size: .65rem; font-weight: 700; letter-spacing: 1.2px; }
.explanation-row p { max-width: 780px; margin: 6px 0 0; color: #405a6e; font-size: .8rem; line-height: 1.6; }
.explanation-row strong { color: var(--ink); }
.root td { background: linear-gradient(90deg, #123a93, #245ee5); color: white; font-size: .91rem; font-weight: 600; }
.root .toggle { color: white; border-color: #6c8191; background: transparent; }
.root .negative { color: inherit; }
.level1 td { background: #f2f6ff; font-weight: 600; }
.adjustment td { background: #fff9ec; color: #785121; }
.comparison-only td { background: #f7f9fd; color: #65758e; }
.comparison-only .account-name { font-style: italic; }
.variance { color: #254b92; font-weight: 600; }
.negative { color: #a0443e; }
.muted { color: #6d7f8d; }
.footnote { margin-top: 12px; color: var(--muted); font-size: .74rem; line-height: 1.55; }

.report-lead { max-width: 850px; margin: 7px 0 30px; }
.report-lead p { margin-top: 15px; }
.report-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.report-card { min-height: 250px; padding: 27px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 10px 28px rgba(42,74,137,.07); }
.report-card > span { color: #7b91a2; font-size: .7rem; letter-spacing: 1px; }
.report-card h3 { margin: 19px 0 15px; font: 700 1.35rem Arial, sans-serif; letter-spacing: -.4px; }
.report-card p, .report-card li { color: #586f81; font-size: .82rem; line-height: 1.65; }
.report-card ul { margin: 0; padding-left: 18px; }
.report-card li { margin-bottom: 8px; }
.report-card.accent { background: linear-gradient(140deg, #123a93, #2864ff); color: white; border-color: transparent; }
.report-card.accent > span { color: var(--lime); }
.report-card.accent p, .report-card.accent li { color: #c0ced8; }
.disclaimer { padding-top: 12px; border-top: 1px solid #3e576a; }
.documents-lead { display: grid; grid-template-columns: 1.1fr .9fr; gap: 8%; align-items: end; margin: 7px 0 26px; }
.documents-lead h2 { margin: 10px 0 0; font: 700 clamp(1.7rem, 2.5vw, 2.8rem)/1.12 Arial, sans-serif; letter-spacing: -1.2px; color: var(--navy); }
.documents-lead p { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.65; }
.documents-notice { display: flex; gap: 15px; align-items: center; margin-bottom: 16px; padding: 14px 17px; border: 1px solid #cbdcff; border-radius: 12px; background: #edf4ff; color: #536987; font-size: .8rem; line-height: 1.5; }
.documents-notice strong { flex: 0 0 auto; color: var(--navy); }
.document-list { display: grid; gap: 12px; }
.document-card { display: grid; grid-template-columns: auto 1fr auto; gap: 19px; align-items: center; padding: 20px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.94); box-shadow: 0 10px 28px rgba(42,74,137,.07); }
.document-icon { display: grid; place-items: center; width: 52px; height: 60px; border-radius: 10px 10px 10px 3px; background: #eaf1ff; color: var(--navy-2); font-size: .68rem; font-weight: 800; letter-spacing: .8px; }
.document-copy > span { color: #7890a3; font-size: .66rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.document-copy h3 { margin: 7px 0 6px; color: var(--ink); font-size: 1rem; }
.document-copy p { margin: 0; color: var(--muted); font-size: .79rem; line-height: 1.5; }
.document-actions { display: flex; gap: 8px; }
.document-actions button, .document-actions a { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 9px 16px; border: 1px solid #b8c7df; border-radius: 11px; background: white; color: var(--navy-2); font-size: .78rem; font-weight: 700; text-decoration: none; cursor: pointer; }
.document-actions button:hover, .document-actions a:hover { border-color: var(--navy-2); background: #f3f7ff; }
.document-actions .download { border-color: var(--navy-2); background: var(--navy-2); color: white; }
.document-actions .download:hover { background: var(--blue); }
.document-feedback { min-height: 22px; margin-top: 13px; color: #536987; font-size: .76rem; }
.error { padding: 25px; border: 1px solid #e4bcbc; background: #fff3f2; color: #813c38; }
footer { display: flex; justify-content: space-between; gap: 20px; margin-top: 52px; padding-top: 19px; border-top: 1px solid var(--line); color: #7a8c99; font-size: .67rem; letter-spacing: .8px; }

@keyframes chartGlow {
  from { opacity: .45; transform: scaleY(.72); transform-origin: bottom; }
  to { opacity: 1; transform: scaleY(1); transform-origin: bottom; }
}

@keyframes barRise {
  from { opacity: .3; transform: scaleY(0); }
  to { opacity: 1; transform: scaleY(1); }
}

@keyframes arrowReveal {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes overlayIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes dialogIn {
  from { opacity: 0; transform: translateY(12px) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 1280px) {
  .metrics { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .evolution-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 1050px) {
  .sidebar { position: static; width: auto; min-height: auto; padding: 22px 26px 0; }
  nav { margin: 22px -26px 0; display: flex; overflow-x: auto; }
  nav button { width: auto; min-width: max-content; padding: 0 22px; border-left: 0; border-bottom: 3px solid transparent; }
  nav button[aria-current="page"] { border-left: 0; border-bottom-color: var(--lime); }
  .sidebar-foot { display: none; }
  main { margin-left: 0; padding-top: 34px; }
}

@media (max-width: 760px) {
  main { padding: 28px 18px 22px; }
  header, .statement-head, .section-heading { align-items: start; flex-direction: column; }
  .period-actions { width: 100%; align-items: stretch; }
  .period { flex: 1; }
  .period select { width: 100%; }
  .compare-action { align-self: end; }
  body:has(#nav button[data-view="overview"][aria-current="page"]) #page-title,
  .executive-message { white-space: normal; }
  .executive-intro p { white-space: normal; }
  .documents-lead { grid-template-columns: 1fr; gap: 18px; }
  .documents-notice { align-items: start; flex-direction: column; gap: 4px; }
  .document-card { grid-template-columns: auto 1fr; }
  .document-actions { grid-column: 1 / -1; }
  .document-actions button, .document-actions a { flex: 1; }
  .metrics, .evolution-grid, .report-grid { grid-template-columns: 1fr; }
  .cagr-explainer { align-items: start; flex-direction: column; }
  .margin-reading { grid-template-columns: 1fr; gap: 10px; }
  .mini-chart { --bar-width: 13px; gap: var(--bar-gap); }
  .growth-arrow { left: calc(50% + var(--growth-left-mobile)); width: var(--growth-width-mobile); }
  .year-bar { flex-basis: 13px; width: 13px; }
  .bar-track { width: 13px; }
  .metric strong { font-size: calc(1.8rem + 2pt); }
  .section-heading p { text-align: left; }
  .controls { justify-content: start; width: 100%; }
  .table-wrap { margin-right: -18px; }
  .explain-toggle span { display: none; }
  .explanation-row td > div { padding-left: 24px; }
  footer { flex-direction: column; }
  .chart-overlay { padding: 12px; }
  .chart-dialog { padding: 27px 18px 25px; border-radius: 19px; }
  .chart-dialog .mini-chart { --bar-width: 18px; --bar-gap: 9px; height: 260px; }
  .chart-dialog .year-bar { flex-basis: 18px; width: 18px; }
  .chart-dialog .bar-track { width: 18px; height: 200px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .bar-track i { animation: none; }
  .chart-dialog .growth-arrow, .chart-overlay, .chart-dialog { animation: none; opacity: 1; }
}
