/* Monthly Inflation Monitor */
.report-hero {
  position: relative;
  overflow: hidden;
  padding: 62px 0 74px;
  color: #fff;
  background:
    radial-gradient(circle at 86% 12%, rgba(65,163,216,.24), transparent 28%),
    radial-gradient(circle at 12% 90%, rgba(233,185,73,.10), transparent 28%),
    linear-gradient(135deg,#071c34 0%,#0b3556 100%);
}
.report-hero::after {
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.15;
  background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);
  background-size:54px 54px;
  mask-image:linear-gradient(to bottom,black,transparent 88%);
}
.report-hero-grid {
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);
  gap:54px;
  align-items:end;
}
.report-breadcrumbs {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:18px;
  color:#9fb3c4;
  font-size:11px;
  font-weight:700;
}
.report-breadcrumbs a:hover { color:#fff; }
.report-breadcrumbs span::before { content:'›'; margin-right:8px; color:#718aa0; }
.report-eyebrow { margin:0 0 13px; color:#8bd1f2; font-size:11px; font-weight:850; letter-spacing:.16em; text-transform:uppercase; }
.report-hero h1 {
  max-width:880px;
  margin:0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(46px,6vw,78px);
  line-height:.98;
  font-weight:500;
  letter-spacing:-.04em;
}
.report-dek { max-width:790px; margin:24px 0 0; color:#c8d5df; font-size:18px; line-height:1.6; }
.report-release { margin:22px 0 0; color:#91a9bc; font-size:12px; }
.report-actions { display:flex; flex-wrap:wrap; gap:10px; margin-top:26px; }
.report-action {
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:39px;
  padding:0 13px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:999px;
  color:#fff;
  background:rgba(255,255,255,.06);
  font-size:11px;
  font-weight:760;
  cursor:pointer;
}
.report-action:hover { background:rgba(255,255,255,.12); }
.report-number { border-left:1px solid rgba(255,255,255,.20); padding:10px 0 10px 34px; }
.report-number .label { color:#a9bdcc; font-size:11px; font-weight:800; letter-spacing:.13em; text-transform:uppercase; }
.report-number .value { margin-top:8px; color:#e9b949; font-size:clamp(78px,10vw,126px); font-weight:760; line-height:.82; letter-spacing:-.08em; }
.report-number .unit { margin-left:7px; font-size:.30em; letter-spacing:0; }
.report-number .change { margin-top:20px; color:#d9e4ea; font-size:13px; }
.report-number .change strong { color:#fff; }

.report-summary-wrap { position:relative; z-index:3; margin-top:-30px; }
.report-summary {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  box-shadow:var(--shadow);
}
.report-stat { padding:23px 25px; border-right:1px solid var(--line); }
.report-stat:last-child { border-right:0; }
.report-stat-label { color:var(--muted); font-size:10px; font-weight:800; letter-spacing:.10em; text-transform:uppercase; }
.report-stat-row { display:flex; align-items:baseline; justify-content:space-between; gap:10px; margin-top:6px; }
.report-stat-value { color:var(--navy); font-size:31px; font-weight:760; letter-spacing:-.04em; }
.report-delta { padding:3px 7px; border-radius:999px; font-size:10px; font-weight:800; }
.report-delta.up { color:#8c4b00; background:#fff0d2; }
.report-delta.down { color:#176c5b; background:#e3f3ee; }
.report-delta.flat { color:#536372; background:#edf1f4; }
.report-stat-note { margin-top:3px; color:var(--muted-2); font-size:10px; }

.report-page-nav {
  position:sticky;
  top:92px;
  z-index:50;
  margin-top:32px;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(12px);
}
.report-nav-inner { display:flex; gap:21px; overflow-x:auto; padding:12px 0; scrollbar-width:none; }
.report-nav-inner::-webkit-scrollbar { display:none; }
.report-nav-inner a { flex:0 0 auto; color:var(--muted); font-size:11px; font-weight:720; }
.report-nav-inner a:hover { color:var(--blue); }

.report-main { padding:58px 0 84px; background:#f5f7fa; }
.report-intro {
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);
  gap:48px;
  align-items:start;
  margin-bottom:62px;
}
.report-section-kicker { margin:0 0 9px; color:var(--blue); font-size:10px; font-weight:850; letter-spacing:.15em; text-transform:uppercase; }
.report-intro h2,
.report-chapter h2,
.report-ending h2 {
  margin:0;
  color:var(--navy);
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(31px,4vw,49px);
  line-height:1.07;
  font-weight:500;
  letter-spacing:-.03em;
}
.report-intro-copy { margin:0; color:#40576a; font-size:16px; line-height:1.7; }
.report-overview-bars { margin-top:22px; padding:22px; border:1px solid var(--line); border-radius:14px; background:#fff; }
.report-overview-title { display:flex; justify-content:space-between; gap:18px; margin-bottom:15px; }
.report-overview-title strong { color:var(--navy); font-size:13px; }
.report-overview-title span { color:var(--muted); font-size:10px; }
.report-component-row { display:grid; grid-template-columns:92px 1fr 52px; gap:12px; align-items:center; margin:12px 0; }
.report-component-row label { color:#324b60; font-size:11px; }
.report-track { height:8px; overflow:hidden; border-radius:999px; background:#edf2f4; }
.report-track span { display:block; height:100%; border-radius:inherit; background:linear-gradient(90deg,#1688a8,#63bdd0); }
.report-component-row b { color:var(--navy); font-size:11px; text-align:right; }
.report-component-row b small { color:var(--muted); font-weight:500; }

.report-chapter { scroll-margin-top:160px; margin-top:62px; }
.report-chapter-head {
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(260px,.55fr);
  gap:42px;
  align-items:end;
  margin-bottom:20px;
}
.report-chapter-id { display:inline-flex; align-items:center; gap:8px; color:var(--blue); font-size:10px; font-weight:850; letter-spacing:.13em; text-transform:uppercase; }
.report-chapter-id::before { content:""; width:25px; height:2px; background:var(--blue); }
.report-chapter h2 { margin-top:8px; font-size:clamp(29px,3vw,41px); }
.report-chapter-copy { margin:0; color:#506578; font-size:13px; line-height:1.65; }
.report-chart-card { overflow:hidden; border:1px solid var(--line); border-radius:15px; background:#fff; box-shadow:0 10px 32px rgba(10,31,52,.055); }
.report-chart-toolbar { display:flex; align-items:center; justify-content:space-between; gap:18px; padding:15px 18px; border-bottom:1px solid var(--line); }
.report-chart-meta { color:var(--muted); font-size:10px; }
.report-chart-meta strong { color:var(--navy); }
.report-table-toggle { border:1px solid var(--line); border-radius:999px; padding:7px 11px; color:var(--navy); background:#fff; font-size:10px; font-weight:740; cursor:pointer; }
.report-table-toggle:hover { background:var(--panel); }
.report-chart-stage { position:relative; min-height:420px; padding:16px 12px 18px; }
.report-chart-stage svg { display:block; width:100%; overflow:visible; }
.report-data-wrap { display:none; padding:8px 18px 20px; border-top:1px solid var(--line); }
.report-data-wrap.open { display:block; }
.report-data-table { width:100%; border-collapse:collapse; font-size:11px; }
.report-data-table th,.report-data-table td { padding:8px 5px; border-bottom:1px solid #edf1f3; text-align:left; }
.report-data-table th:last-child,.report-data-table td:last-child { text-align:right; font-variant-numeric:tabular-nums; }
.report-data-table tr.ea { background:#fff6d8; font-weight:760; }
.report-tooltip {
  position:fixed;
  z-index:100;
  pointer-events:none;
  opacity:0;
  min-width:150px;
  padding:10px 12px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:10px;
  color:#fff;
  background:rgba(7,28,52,.96);
  box-shadow:0 12px 30px rgba(0,0,0,.18);
  font-size:11px;
  transform:translate(12px,12px);
}
.report-tooltip strong { display:block; font-size:12px; }
.report-tooltip span { color:#b9ccd9; }

.report-ending {
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:46px;
  margin-top:68px;
  padding:38px;
  border-radius:16px;
  color:#fff;
  background:linear-gradient(135deg,#09223b,#0c3858);
}
.report-ending h2 { color:#fff; font-size:clamp(29px,3.5vw,43px); }
.report-ending p { margin:17px 0 0; color:#c6d4df; font-size:13px; line-height:1.65; }
.report-note-list { margin:0; padding:0; list-style:none; }
.report-note-list li { padding:8px 0; border-bottom:1px solid rgba(255,255,255,.12); color:#d9e3e9; font-size:11px; }
.report-note-list li:last-child { border-bottom:0; }
.report-source-note { margin-top:22px; padding:18px 20px; border-left:3px solid var(--blue); border-radius:10px; background:#fff; color:var(--muted); font-size:10px; line-height:1.55; }
.report-source-note a { color:var(--blue); text-decoration:underline; text-underline-offset:2px; }

@media (max-width:960px) {
  .report-hero-grid,.report-intro,.report-chapter-head,.report-ending { grid-template-columns:1fr; }
  .report-number { border-left:0; border-top:1px solid rgba(255,255,255,.20); padding:25px 0 0; }
  .report-summary { grid-template-columns:1fr 1fr; }
  .report-stat:nth-child(2) { border-right:0; }
  .report-stat:nth-child(-n+2) { border-bottom:1px solid var(--line); }
}
@media (max-width:900px) {
  .report-page-nav { top:78px; }
}
@media (max-width:620px) {
  .report-hero { padding:48px 0 60px; }
  .report-hero h1 { font-size:45px; }
  .report-dek { font-size:16px; }
  .report-summary { grid-template-columns:1fr; }
  .report-stat { border-right:0; border-bottom:1px solid var(--line); }
  .report-stat:last-child { border-bottom:0; }
  .report-page-nav { top:70px; }
  .report-main { padding-top:44px; }
  .report-component-row { grid-template-columns:82px 1fr 48px; }
  .report-chart-toolbar { align-items:flex-start; }
  .report-chart-meta span { display:block; }
  .report-ending { padding:27px 22px; }
}
@media print {
  .site-header,.report-actions,.report-page-nav,.report-table-toggle,.site-footer { display:none!important; }
  .report-hero { print-color-adjust:exact; -webkit-print-color-adjust:exact; }
  .report-summary-wrap { margin-top:18px; }
  .report-chart-card { box-shadow:none; }
  .report-chapter { break-before:page; }
  .report-data-wrap { display:none!important; }
}
