:root {
  --report-ink: #172123;
  --report-muted: #647173;
  --report-line: #d9e0dd;
  --report-paper: #f3f6f4;
  --report-teal: #0b7568;
  --report-green: #1e8449;
  --report-red: #c0392b;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--report-paper);
  color: var(--report-ink);
  font-family: "Segoe UI", "Microsoft YaHei", "PingFang SC", system-ui, sans-serif;
  line-height: 1.65;
  letter-spacing: 0;
}

button {
  color: inherit;
  font: inherit;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

code {
  overflow-wrap: anywhere;
}

.report-site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid var(--report-line);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
}

.report-nav {
  width: min(1100px, calc(100% - 40px));
  min-height: 64px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
}

.report-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  font-size: 14px;
  font-weight: 700;
}

.report-brand-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  background: var(--report-ink);
  color: #fff;
  font-family: "Segoe UI", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.report-nav-links {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 18px;
}

.report-nav-links a,
.report-print {
  border: 0;
  background: transparent;
  color: var(--report-muted);
  font-size: 12px;
  cursor: pointer;
}

.report-nav-links a:hover,
.report-print:hover {
  color: var(--report-teal);
}

.wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 36px 28px 56px;
}

.report-breadcrumb {
  margin: 0 0 18px;
  color: var(--report-muted);
  font-size: 12px;
}

.report-breadcrumb a {
  color: var(--report-teal);
  font-weight: 700;
}

.report-topline {
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}

.report-labels {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.report-type {
  padding: 3px 8px;
  border-radius: 3px;
  background: var(--report-ink);
  color: #fff;
  font-family: "Segoe UI", system-ui, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.report-updated {
  color: var(--report-muted);
  font-family: "Segoe UI", system-ui, sans-serif;
  font-size: 11px;
}

h1 {
  margin: 0 0 12px;
  padding-bottom: 14px;
  border-bottom: 3px solid var(--report-teal);
  font-size: 29px;
  line-height: 1.35;
  letter-spacing: 0;
}

h2 {
  margin-top: 42px;
  color: var(--report-teal);
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: 0;
  scroll-margin-top: 86px;
}

h3 {
  margin-top: 26px;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  scroll-margin-top: 86px;
}

p {
  margin-top: 0;
}

.report-subtitle {
  margin-bottom: 8px;
  color: var(--report-teal);
  font-weight: 700;
}

.card {
  margin: 18px 0;
  padding: 22px 24px;
  border: 1px solid #e0e6e3;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(23, 33, 35, 0.05);
}

.table-scroll,
.chart-scroll {
  max-width: 100%;
  overflow-x: auto;
}

table {
  width: 100%;
  min-width: 640px;
  margin: 10px 0;
  border-collapse: collapse;
  font-size: 13px;
}

th,
td {
  padding: 7px 10px;
  border: 1px solid #e3e6ea;
  text-align: center;
  vertical-align: middle;
}

th {
  background: #eef2f0;
  font-weight: 700;
}

.blueprint-table th:nth-child(2),
.blueprint-table td:nth-child(2) {
  width: 67%;
  text-align: left;
}

.pos {
  color: var(--report-red);
  font-weight: 600;
}

.neg {
  color: var(--report-green);
  font-weight: 600;
}

.kpi {
  margin: 14px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.kpi div {
  min-width: 140px;
  flex: 1 1 140px;
  padding: 13px;
  border: 1px solid #e0e6e3;
  border-radius: 6px;
  background: #fff;
  text-align: center;
}

.kpi b {
  display: block;
  color: var(--report-teal);
  font-family: "Segoe UI", system-ui, sans-serif;
  font-size: 20px;
}

.kpi span {
  display: block;
  color: var(--report-muted);
  font-size: 12px;
}

.tag {
  display: inline-block;
  margin: 2px;
  padding: 2px 10px;
  border-radius: 12px;
  background: #e7f3f0;
  color: var(--report-teal);
  font-size: 12px;
}

.warn {
  margin: 14px 0;
  padding: 12px 16px;
  border-left: 4px solid #e74c3c;
  border-radius: 4px;
  background: #fdecea;
  font-size: 14px;
}

.ok {
  margin: 14px 0;
  padding: 12px 16px;
  border-left: 4px solid var(--report-green);
  border-radius: 4px;
  background: #eafaf1;
  font-size: 14px;
}

.muted {
  color: var(--report-muted);
  font-size: 12px;
}

code {
  padding: 1px 6px;
  border-radius: 4px;
  background: #eef2f0;
  font-size: 12.5px;
}

.report-cover {
  margin: 22px 0 20px;
  overflow: hidden;
  border: 1px solid var(--report-line);
  border-radius: 7px;
  background: #fff;
}

.report-cover img {
  width: 100%;
  max-height: 380px;
  display: block;
  object-fit: cover;
  object-position: center 42%;
}

.report-cover figcaption {
  padding: 9px 13px;
  border-top: 1px solid #e0e6e3;
  color: var(--report-muted);
  font-size: 11px;
}

.report-section-nav {
  margin: 18px 0 8px;
  padding-bottom: 5px;
  display: flex;
  gap: 8px;
  overflow-x: auto;
}

.report-section-nav a {
  min-width: max-content;
  padding: 6px 10px;
  border: 1px solid var(--report-line);
  border-radius: 4px;
  background: #fff;
  color: var(--report-muted);
  font-size: 11px;
}

.report-section-nav a:hover {
  border-color: var(--report-teal);
  color: var(--report-teal);
}

.evidence-list {
  margin-bottom: 0;
  padding-left: 22px;
}

.evidence-list li + li {
  margin-top: 8px;
}

.svg-chart {
  width: 100%;
  min-width: 720px;
  height: auto;
  display: block;
  background: #fff;
  font-family: "Segoe UI", system-ui, sans-serif;
}

.chart-notes {
  margin: 8px 0 0;
  padding: 10px 12px;
  border-left: 2px solid var(--report-line);
  color: var(--report-muted);
  font-size: 11px;
}

.chart-notes span {
  display: block;
}

.chart-notes span + span {
  margin-top: 3px;
}

.report-footer-note {
  margin-top: 30px;
}

.language-menu {
  position: relative;
  flex: 0 0 auto;
}

.language-menu summary {
  min-width: 72px;
  min-height: 36px;
  padding: 6px 9px;
  border: 1px solid var(--report-line);
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: var(--report-muted);
  cursor: pointer;
  font-family: "Segoe UI", system-ui, sans-serif;
  font-size: 11px;
  list-style: none;
}

.language-menu summary::-webkit-details-marker {
  display: none;
}

.language-menu[open] summary {
  border-color: var(--report-teal);
  color: var(--report-teal);
}

.language-menu ul {
  position: absolute;
  top: calc(100% + 7px);
  right: 0;
  z-index: 50;
  width: 170px;
  margin: 0;
  padding: 6px;
  border: 1px solid var(--report-line);
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(23, 33, 35, 0.14);
  list-style: none;
}

.language-menu li + li {
  margin-top: 2px;
}

.language-menu a {
  display: block;
  padding: 7px 9px;
  border-radius: 3px;
  color: var(--report-muted);
  font-size: 12px;
}

.language-menu a:hover,
.language-menu a[aria-current="page"] {
  background: #e7f3f0;
  color: var(--report-teal);
  font-weight: 700;
}

@media (max-width: 680px) {
  .report-nav {
    width: calc(100% - 24px);
    min-height: 58px;
    gap: 10px;
  }

  .report-brand > span:last-child {
    display: none;
  }

  .report-nav-links {
    gap: 10px;
  }

  .report-nav-links > a {
    display: none;
  }

  .wrap {
    padding: 26px 12px 42px;
  }

  h1 {
    font-size: 23px;
  }

  h2 {
    margin-top: 34px;
    font-size: 18px;
  }

  .card {
    padding: 17px 14px;
  }

  .ok {
    overflow-wrap: anywhere;
  }

  .kpi div {
    min-width: calc(50% - 6px);
  }

  .report-cover img {
    max-height: 250px;
  }

  .report-topline {
    align-items: flex-start;
    flex-direction: column;
  }

  .language-menu ul {
    width: 158px;
  }
}

@media print {
  .report-site-header,
  .report-breadcrumb,
  .report-topline,
  .report-section-nav {
    display: none;
  }

  .wrap {
    max-width: none;
    padding: 0;
  }

  .card {
    break-inside: avoid;
    box-shadow: none;
  }

  .svg-chart {
    min-width: 0;
  }
}
