@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@600;700;800&family=Noto+Sans+SC:wght@400;500;700;900&family=Noto+Serif+SC:wght@600;700;900&display=swap');

:root {
  --report-shell-max: 1260px;
  --report-card-radius: 15px;
  --report-toolbar-top: 66px;
  --report-accent: #0f766e;
  --report-accent-soft: rgba(15, 118, 110, 0.12);
}

body.report-enhanced {
  margin: 0;
  font-family: 'Noto Sans SC', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
  background:
    radial-gradient(1200px 520px at 92% -10%, rgba(14, 116, 144, 0.2), transparent 60%),
    radial-gradient(1000px 540px at -12% 20%, rgba(5, 150, 105, 0.16), transparent 58%),
    linear-gradient(180deg, #f3f6fa 0%, #edf2f7 42%, #e8eef4 100%);
  color: #0f172a;
}

.report-enhanced .neta-nav {
  height: 66px;
  padding: 0 1.1rem;
  border-bottom: 1px solid rgba(148, 163, 184, 0.28);
  background: rgba(250, 253, 255, 0.82);
  backdrop-filter: blur(13px);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.07);
}

.report-enhanced .neta-nav__brand {
  font-family: 'Noto Serif SC', serif;
  font-size: 1.02rem;
  font-weight: 900;
  color: #0b5344;
  margin-right: 1.05rem;
  letter-spacing: 0.03em;
}

.report-enhanced .neta-nav__links {
  gap: 0.34rem;
}

.report-enhanced .neta-nav__links a {
  color: #334155;
  font-weight: 700;
  font-size: 0.8rem;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.34rem 0.72rem;
}

.report-enhanced .neta-nav__links a:hover,
.report-enhanced .neta-nav__links a.active {
  color: #065f46;
  border-color: rgba(16, 185, 129, 0.24);
  background: rgba(16, 185, 129, 0.14);
}

.report-enhanced .neta-nav__status {
  color: #64748b;
  font-size: 0.74rem;
}

.report-enhanced .neta-nav__dot {
  background: #10b981;
  box-shadow: 0 0 0 5px rgba(16, 185, 129, 0.2);
}

.report-enhanced .report-toolbar {
  position: sticky;
  top: var(--report-toolbar-top);
  z-index: 55;
  margin: 12px auto 0;
  max-width: var(--report-shell-max);
  padding: 0 16px;
}

.report-enhanced.report-no-nav {
  --report-toolbar-top: 0px;
}

.report-enhanced.report-no-nav .report-toolbar {
  margin-top: 8px;
}

.report-enhanced.report-no-nav .report-page-shell {
  margin-top: 16px;
}

.report-enhanced .report-toolbar__inner {
  border: 1px solid rgba(148, 163, 184, 0.34);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.report-enhanced .report-toolbar__left {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.report-enhanced .report-toolbar__title {
  font-family: 'Noto Serif SC', serif;
  font-size: 0.96rem;
  font-weight: 800;
  color: #0f172a;
  max-width: min(67vw, 560px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.report-enhanced .report-toolbar__meta {
  font-size: 0.73rem;
  color: #64748b;
}

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

.report-enhanced .report-back,
.report-enhanced .report-action {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border: 1px solid rgba(148, 163, 184, 0.42);
  border-radius: 999px;
  padding: 5px 10px;
  color: #334155;
  background: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.16s ease;
}

.report-enhanced .report-back:hover,
.report-enhanced .report-action:hover {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #0284c7, #0f766e);
}

.report-enhanced .report-toc {
  border: 1px solid rgba(148, 163, 184, 0.45);
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 0.74rem;
  color: #0f172a;
  background: rgba(255, 255, 255, 0.94);
  min-width: 190px;
}

.report-enhanced .report-page-shell {
  max-width: var(--report-shell-max);
  margin: 10px auto 30px;
  padding: 0 16px 20px;
}

.report-enhanced .page,
.report-enhanced .wrap,
.report-enhanced .neta-container,
.report-enhanced .container {
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.report-enhanced h1,
.report-enhanced h2,
.report-enhanced h3 {
  scroll-margin-top: 128px;
}

.report-enhanced h1,
.report-enhanced h2 {
  font-family: 'Noto Serif SC', serif;
}

.report-enhanced h2 {
  font-size: clamp(1.08rem, 1.26vw, 1.3rem);
  letter-spacing: 0.01em;
}

.report-enhanced .card,
.report-enhanced .neta-card,
.report-enhanced .report-panel {
  border-radius: var(--report-card-radius);
}

.report-enhanced .report-table-shell {
  border: 1px solid rgba(148, 163, 184, 0.35);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  margin: 10px 0 18px;
}

.report-enhanced .report-table-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
  padding: 8px 10px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.3);
  background: linear-gradient(90deg, var(--report-accent-soft), rgba(2, 132, 199, 0.1));
}

.report-enhanced .report-table-info {
  font-size: 0.74rem;
  color: #64748b;
}

.report-enhanced .report-table-search {
  border: 1px solid rgba(148, 163, 184, 0.45);
  border-radius: 999px;
  font-size: 0.75rem;
  padding: 5px 10px;
  min-width: 220px;
  outline: none;
  color: #0f172a;
  background: rgba(255, 255, 255, 0.94);
}

.report-enhanced .report-table-search:focus {
  border-color: rgba(2, 132, 199, 0.65);
  box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.15);
}

.report-enhanced .report-table-wrap {
  overflow: auto;
  max-height: min(58vh, 560px);
}

.report-enhanced table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}

.report-enhanced th,
.report-enhanced td {
  border-bottom: 1px solid rgba(148, 163, 184, 0.22);
  border-right: 1px solid rgba(148, 163, 184, 0.18);
  padding: 8px 8px;
  vertical-align: top;
  text-align: left;
}

.report-enhanced th:last-child,
.report-enhanced td:last-child {
  border-right: none;
}

.report-enhanced thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: linear-gradient(180deg, #f0f7ff 0%, #e6eef8 100%);
  color: #334155;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: 800;
}

.report-enhanced tbody tr:nth-child(even) {
  background: rgba(148, 163, 184, 0.06);
}

.report-enhanced tbody tr:hover {
  background: rgba(2, 132, 199, 0.12);
}

.report-enhanced .chart-wrap,
.report-enhanced .report-chart-wrap,
.report-enhanced .chart-container {
  border: 1px solid rgba(148, 163, 184, 0.34);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  padding: 8px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  margin: 10px 0 16px;
}

.report-enhanced .chart-wrap canvas,
.report-enhanced .report-chart-wrap canvas,
.report-enhanced canvas[id*="chart"] {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  display: block;
}

.report-enhanced .legend {
  padding: 0 4px 4px;
}

.report-enhanced .report-unified-chart-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 10px 0 16px;
}

.report-enhanced .report-unified-chart-grid .full {
  grid-column: 1 / -1;
}

.report-enhanced .report-unified-chart-card {
  border: 1px solid rgba(148, 163, 184, 0.34);
  border-radius: 14px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.report-enhanced .report-unified-chart-card h3 {
  margin: 0 0 8px;
  font-family: 'Noto Serif SC', serif;
  font-size: 0.94rem;
}

.report-enhanced .report-unified-chart-card p {
  margin: 0 0 8px;
  color: #64748b;
  font-size: 0.75rem;
}

@media (max-width: 900px) {
  .report-enhanced .report-unified-chart-grid {
    grid-template-columns: 1fr;
  }

  .report-enhanced .neta-nav {
    height: auto;
    padding: 0.52rem 0.78rem;
  }

  .report-enhanced .neta-nav__brand {
    margin-right: 0.72rem;
  }
}

@media (max-width: 768px) {
  .report-enhanced .report-toolbar {
    top: 0;
    padding: 0 10px;
  }

  .report-enhanced .report-page-shell {
    padding: 0 10px 16px;
  }

  .report-enhanced .report-table-search,
  .report-enhanced .report-toc {
    min-width: 100%;
  }
}
