@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');

body {
  background:
    radial-gradient(1200px 500px at 90% -8%, 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;
  font-family: 'Noto Sans SC', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
}

.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);
}

.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;
}

.neta-nav__links {
  gap: 0.34rem;
}

.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;
}

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

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

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

.neta-container {
  max-width: 1300px;
  padding: 1.3rem;
}

.hero {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.34);
  border-radius: 24px;
  background:
    linear-gradient(132deg, rgba(255, 255, 255, 0.95) 0%, rgba(241, 249, 255, 0.9) 100%);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
  padding: 1.6rem 1.7rem;
  margin-bottom: 1.05rem;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 90% 16%, rgba(15, 118, 110, 0.18), transparent 36%),
    radial-gradient(circle at 18% 90%, rgba(2, 132, 199, 0.18), transparent 42%);
}

.hero::after {
  content: "REPORT HUB";
  position: absolute;
  right: 20px;
  top: 14px;
  font-family: 'Manrope', sans-serif;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: rgba(15, 23, 42, 0.28);
}

.hero__title,
.hero__desc,
.hero-meta {
  position: relative;
  z-index: 1;
}

.hero__title {
  font-family: 'Noto Serif SC', serif;
  font-size: clamp(2rem, 3.05vw, 2.95rem);
  line-height: 1.08;
  color: #0b3a2e;
  margin-bottom: 0.48rem;
  font-weight: 900;
}

.hero__desc {
  max-width: 780px;
  color: #355166;
  font-size: 0.94rem;
  margin-bottom: 0.95rem;
}

.hero-meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.72rem;
}

.hero-meta__item {
  border: 1px solid rgba(148, 163, 184, 0.35);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.85);
  padding: 0.66rem 0.8rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.hero-meta__label {
  color: #64748b;
  font-size: 0.66rem;
  letter-spacing: 0.08em;
}

.hero-meta__value {
  margin-top: 0.14rem;
  font-family: 'Manrope', sans-serif;
  font-size: 1.08rem;
  font-weight: 800;
  color: #0f172a;
}

.quick-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0.74rem;
  margin-bottom: 1.08rem;
}

.quick-link {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.3);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.87);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.07);
  padding: 0.76rem 0.86rem 0.8rem;
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.quick-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #0ea5e9, #10b981);
  opacity: 0.82;
}

.quick-link:hover {
  transform: translateY(-3px);
  border-color: rgba(2, 132, 199, 0.44);
  box-shadow: 0 14px 26px rgba(15, 23, 42, 0.1);
}

.quick-link__title {
  font-size: 0.95rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 0.15rem;
}

.quick-link__desc {
  font-size: 0.78rem;
  line-height: 1.45;
  color: #475569;
}

.reports-panel {
  border: 1px solid rgba(148, 163, 184, 0.33);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.09);
  padding: 1.06rem;
}

.reports-panel__title {
  font-family: 'Noto Serif SC', serif;
  font-size: 1.3rem;
  font-weight: 900;
  color: #0f172a;
}

.reports-panel__sub {
  color: #64748b;
  font-size: 0.77rem;
}

.report-search {
  min-width: min(340px, 100%);
  border: 1px solid rgba(148, 163, 184, 0.46);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #0f172a;
  font-size: 0.84rem;
  padding: 0.5rem 0.88rem;
}

.report-search:focus {
  border-color: rgba(2, 132, 199, 0.65);
  box-shadow: 0 0 0 4px rgba(14, 116, 144, 0.15);
}

.report-chip {
  border: 1px solid rgba(148, 163, 184, 0.42);
  background: rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  color: #334155;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.24rem 0.62rem;
}

.report-chip:hover {
  color: #075985;
  border-color: rgba(2, 132, 199, 0.44);
}

.report-chip.active {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #0284c7, #0f766e);
  box-shadow: 0 8px 14px rgba(2, 132, 199, 0.29);
}

.table-shell {
  border: 1px solid rgba(148, 163, 184, 0.34);
  border-radius: 15px;
  overflow: auto;
  max-height: min(66vh, 670px);
  background: rgba(255, 255, 255, 0.94);
}

.reports-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.84rem;
}

.reports-table th,
.reports-table td {
  border-bottom: 1px solid rgba(148, 163, 184, 0.24);
  padding: 0.67rem 0.72rem;
}

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

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

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

.reports-table a {
  color: #0369a1;
  font-weight: 800;
}

.reports-table a:hover {
  color: #0f766e;
}

.report-path {
  font-family: 'Manrope', 'SF Mono', 'Fira Code', monospace;
  font-size: 0.73rem;
  color: #64748b;
}

.report-empty {
  margin-top: 0.76rem;
  border: 1px dashed rgba(148, 163, 184, 0.52);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.65);
  color: #64748b;
}

@media (max-width: 920px) {
  .neta-nav {
    height: auto;
    padding: 0.52rem 0.78rem;
  }

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

  .neta-container {
    padding: 0.82rem;
  }

  .hero {
    padding: 1.04rem;
  }

  .hero__title {
    font-size: clamp(1.5rem, 8vw, 2.2rem);
  }

  .reports-panel {
    padding: 0.76rem;
  }

  .report-search {
    min-width: 100%;
  }
}
