:root {
  --report-ink: #0d1714;
  --report-muted: #64716c;
  --report-line: #dce4e0;
  --report-surface: #f8fafc;
  --report-accent: #2563eb;
  --report-accent-soft: #dbeafe;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--report-surface);
  color: var(--report-ink);
  overflow-x: hidden;
}

.glass-nav {
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.report-hero {
  position: relative;
  min-height: 590px;
  padding: 166px 24px 118px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 34%, rgba(37, 99, 235, 0.13), transparent 24%),
    radial-gradient(circle at 10% 80%, rgba(96, 165, 250, 0.08), transparent 27%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.report-hero>div::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -86px -60px;
  opacity: 0.34;
  background-image: radial-gradient(#b9c7d9 0.7px, transparent 0.7px);
  background-size: 22px 22px;
  mask-image: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent);
  pointer-events: none;
}

.hero-tech-scene {
  position: absolute;
  z-index: 0;
  inset: 80px 0 0;
  max-width: none !important;
  pointer-events: none;
}

.hero-tech-scene::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 260px;
  right: 5%;
  bottom: 26px;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(37, 99, 235, 0.24) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 99, 235, 0.24) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(135deg, transparent 5%, #000 48%, transparent 92%);
  transform: perspective(500px) rotateX(62deg) rotateZ(-8deg);
  transform-origin: bottom right;
}

.tech-scan-line {
  position: absolute;
  top: 43%;
  left: 4%;
  width: 32%;
  height: 1px;
  opacity: 0.42;
  background: linear-gradient(90deg, transparent, #60a5fa 45%, transparent);
  animation: tech-scan 5.5s ease-in-out infinite;
}

.tech-path {
  position: absolute;
  height: 58px;
  border-top: 1px solid rgba(37, 99, 235, 0.2);
  border-right: 1px solid rgba(37, 99, 235, 0.2);
  border-radius: 0 12px 0 0;
}

.tech-path-one {
  top: 76px;
  left: 9%;
  width: 260px;
}

.tech-path-two {
  right: 7%;
  bottom: 54px;
  width: 300px;
  transform: rotate(180deg);
}

.tech-path span {
  position: absolute;
  width: 7px;
  height: 7px;
  border: 1px solid rgba(37, 99, 235, 0.5);
  border-radius: 50%;
  background: #f8fbff;
  box-shadow: 0 0 0 5px rgba(37, 99, 235, 0.06), 0 0 18px rgba(37, 99, 235, 0.35);
}

.tech-path span:nth-child(1) {
  left: 0;
  top: -4px;
}

.tech-path span:nth-child(2) {
  left: 52%;
  top: -4px;
}

.tech-path span:nth-child(3) {
  right: -4px;
  bottom: -4px;
}

.tech-data-chip {
  position: absolute;
  right: 4%;
  top: 50px;
  display: grid;
  grid-template-columns: 8px auto;
  gap: 1px 8px;
  padding: 9px 12px;
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.55);
  color: rgba(37, 99, 235, 0.55);
  font-family: monospace;
  font-size: 8px;
  letter-spacing: 0.09em;
  backdrop-filter: blur(4px);
}

.tech-data-chip i {
  grid-row: 1 / 3;
  align-self: center;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #2563eb;
  box-shadow: 0 0 10px #2563eb;
  animation: tech-pulse 2s ease-in-out infinite;
}

.tech-data-chip b {
  font-weight: 700;
}

.tech-data-chip small {
  font-size: 7px;
  opacity: 0.72;
}

.tech-coordinates {
  position: absolute;
  left: 5%;
  bottom: 36px;
  color: rgba(37, 99, 235, 0.35);
  font-family: monospace;
  font-size: 8px;
  letter-spacing: 0.14em;
}

@keyframes tech-scan {

  0%,
  100% {
    opacity: 0.12;
    transform: translateX(-7%);
  }

  50% {
    opacity: 0.48;
    transform: translateX(12%);
  }
}

@keyframes tech-pulse {

  0%,
  100% {
    opacity: 0.45;
    transform: scale(0.8);
  }

  50% {
    opacity: 1;
    transform: scale(1.15);
  }
}

.report-hero::before,
.report-hero::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(37, 99, 235, 0.13);
  border-radius: 50%;
  pointer-events: none;
}

.report-hero::before {
  width: 520px;
  height: 520px;
  right: -80px;
  top: -120px;
}

.report-hero::after {
  width: 390px;
  height: 390px;
  right: 14px;
  top: -52px;
}

.hero-kicker {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero-kicker {
  color: var(--report-accent);
}

.hero-title {
  max-width: 700px;
  margin-top: 18px;
  color: #111827;
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 1.05;
}

.hero-title span {
  color: var(--report-accent);
}

.hero-copy {
  max-width: 650px;
  margin-top: 24px;
  color: #64748b;
  font-size: 16px;
  line-height: 1.9;
}

.hero-stat {
  position: relative;
  z-index: 1;
  width: min(100%, 350px);
  min-height: 260px;
  margin-left: auto;
  padding: 32px;
  border: 1px solid #dbe4f0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 22px 60px rgba(37, 99, 235, 0.12);
  backdrop-filter: blur(10px);
}

.hero-stat-label {
  color: #64748b;
  font-size: 12px;
}

.hero-stat-number {
  margin-top: 13px;
  color: var(--report-accent);
  font-size: 46px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
}

.hero-stat-note {
  margin-top: 9px;
  color: #94a3b8;
  font-size: 11px;
}

.mini-chart {
  height: 72px;
  margin-top: 24px;
  display: flex;
  align-items: flex-end;
  gap: 9px;
}

.mini-chart span {
  flex: 1;
  min-width: 16px;
  border-radius: 3px 3px 0 0;
  background: linear-gradient(180deg, #60a5fa, #2563eb);
  animation: chart-rise 0.8s ease-out both;
}

.mini-chart span:nth-child(2) {
  animation-delay: 0.08s;
}

.mini-chart span:nth-child(3) {
  animation-delay: 0.16s;
}

.mini-chart span:nth-child(4) {
  animation-delay: 0.24s;
}

.mini-chart span:nth-child(5) {
  animation-delay: 0.32s;
}

@keyframes chart-rise {
  from {
    transform: scaleY(0);
    transform-origin: bottom;
  }

  to {
    transform: scaleY(1);
    transform-origin: bottom;
  }
}

.filter-wrap {
  position: relative;
  z-index: 5;
  margin-top: -42px;
  padding: 0 24px;
}

.filter-panel {
  max-width: 1280px;
  margin: 0 auto;
  padding: 28px 36px 10px;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

.filter-toolbar {
  display: grid;
  grid-template-columns: minmax(210px, 1fr) minmax(320px, 520px) auto;
  align-items: center;
  gap: 18px;
  padding-bottom: 24px;
}

.filter-intro {
  display: flex;
  align-items: center;
  gap: 12px;
}

.filter-intro-icon {
  display: flex;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  background: var(--report-accent-soft);
  color: var(--report-accent);
  font-size: 14px;
}

.filter-intro h2 {
  color: #172033;
  font-size: 15px;
  font-weight: 800;
}

.search-shell {
  position: relative;
  display: flex;
  height: 48px;
  align-items: center;
  border: 1px solid #dce4ee;
  border-radius: 12px;
  background: #f8fafc;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.search-shell:focus-within {
  border-color: #60a5fa;
  background: white;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.09);
}

.search-icon {
  margin-left: 16px;
  color: #64748b;
  font-size: 13px;
}

.report-search {
  width: 100%;
  height: 100%;
  padding: 0 42px 0 11px;
  border: 0;
  background: transparent;
  color: var(--report-ink);
  font-size: 14px;
  outline: none;
}

.report-search::-webkit-search-cancel-button {
  display: none;
}

.clear-search {
  position: absolute;
  right: 8px;
  display: none;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #94a3b8;
  font-size: 12px;
  transition: 0.2s ease;
}

.clear-search.visible {
  display: flex;
}

.clear-search:hover {
  background: #e8eef6;
  color: #334155;
}

.reset-filters {
  display: inline-flex;
  height: 42px;
  align-items: center;
  gap: 7px;
  padding: 0 13px;
  border-radius: 9px;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  transition: 0.2s ease;
}

.reset-filters:hover {
  background: #eef2f7;
  color: var(--report-accent);
}

.filter-row {
  display: grid;
  grid-template-columns: 74px 1fr;
  align-items: start;
  gap: 16px;
  padding: 15px 0;
  border-top: 1px solid #edf0ee;
}

.filter-row:first-of-type {
  margin-top: 0;
}

.filter-label {
  padding-top: 7px;
  font-size: 13px;
  font-weight: 800;
}

.filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 9px;
}

.filter-button {
  padding: 7px 13px;
  border-radius: 6px;
  color: #77847f;
  font-size: 13px;
  transition: 0.2s ease;
}

.filter-button:hover {
  background: #eff4f2;
  color: var(--report-ink);
}

.filter-button.active {
  background: var(--report-accent);
  color: white;
}

.reports-section {
  padding: 42px 24px 64px;
}

.reports-heading {
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1.15;
}

.reports-toolbar {
  display: flex;
  min-height: 52px;
  margin-bottom: 24px;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e2e8f0;
}

.report-update-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 11px;
  border: 1px solid #dbe5f2;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #64748b;
  font-size: 11px;
  white-space: nowrap;
}

.report-update-note i {
  color: #22c55e;
  font-size: 6px;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.1);
}

.report-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #dbe1de;
  border-radius: 14px;
  overflow: hidden;
  background: white;
  box-shadow: 0 3px 14px rgba(15, 23, 42, 0.035);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.report-card:hover {
  transform: translateY(-6px);
  border-color: #bfd3ee;
  box-shadow: 0 22px 50px rgba(13, 23, 20, 0.11);
}

.report-cover {
  position: relative;
  min-height: 220px;
  padding: 20px;
  overflow: hidden;
  color: #0b1512;
}

.report-cover::before,
.report-cover::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(8, 18, 14, 0.25);
  border-radius: 50%;
}

.report-cover::before {
  width: 138px;
  height: 138px;
  right: -5px;
  top: 58px;
}

.report-cover::after {
  width: 86px;
  height: 86px;
  right: 62px;
  top: 73px;
}

/* 九行业固定配色：新增报告时使用对应行业类名，保证同一行业视觉统一。 */
.cover-beauty {
  background: #ff7a66;
}

.cover-auto {
  background: #6faef3;
}

.cover-electronics {
  background: #9d84f2;
}

.cover-food {
  background: #ffad66;
}

.cover-maternal {
  background: #ffd766;
}

.cover-finance {
  background: #5fd0c7;
}

.cover-health {
  background: #83df85;
}

.cover-education {
  background: #7f95ec;
}

.cover-business {
  background: #a8b3c7;
}

.cover-meta {
  display: flex;
  justify-content: space-between;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(8, 18, 14, 0.55);
  font-size: 9px;
  letter-spacing: 0.04em;
}

.cover-type {
  margin-top: 22px;
  font-size: 9px;
}

.cover-title {
  margin-top: 8px;
  font-size: 31px;
  font-weight: 950;
  letter-spacing: -0.07em;
  line-height: 0.88;
}

.cover-score {
  position: absolute;
  z-index: 2;
  right: 19px;
  bottom: 18px;
  display: flex;
  width: 76px;
  height: 76px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 1.5px solid #101916;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
}

.cover-score strong {
  font-size: 25px;
}

.cover-score small {
  max-width: 24px;
  font-size: 7px;
  line-height: 1.1;
}

.report-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
}

.report-name {
  /* min-height: 44px; */
  font-size: 19px;
  font-weight: 850;
  line-height: 1.5;
}

.report-detail {
  margin-top: 16px;
  padding: 11px 12px;
  border: 1px solid #e6edf5;
  border-radius: 10px;
  background: #f8fafc;
}

.report-detail-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

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

.platform-icon {
  display: flex;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: var(--report-accent-soft);
  color: var(--report-accent);
  font-size: 12px;
}

.report-platform div>span {
  display: block;
  color: #94a3b8;
  font-size: 9px;
}

.report-platform strong {
  display: block;
  margin-top: 3px;
  color: #16201c;
  font-size: 12px;
}

.download-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid var(--report-accent);
  border-radius: 7px;
  background: var(--report-accent);
  color: white;
  font-size: 12px;
  font-weight: 800;
  transition: 0.2s ease;
}

.download-button i {
  font-size: 10px;
  transition: transform 0.2s ease;
}

.download-button:hover i {
  transform: translateX(2px);
}

.download-button:hover {
  border-color: #1d4ed8;
  background: #1d4ed8;
  color: white;
  transform: translateY(-1px);
}

.download-button:disabled {
  cursor: wait;
  opacity: 0.65;
  transform: none;
}

.method-section {
  position: relative;
  margin: 0 24px 64px;
  padding: 52px 44px 42px;
  border: 1px solid #dce7f7;
  border-radius: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 10%, rgba(37, 99, 235, 0.12), transparent 24%),
    linear-gradient(135deg, #f5f9ff 0%, #edf4ff 100%);
}

.method-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.32;
  background-image: radial-gradient(rgba(37, 99, 235, 0.24) 0.65px, transparent 0.65px);
  background-size: 20px 20px;
  mask-image: linear-gradient(90deg, #000, transparent 43%, transparent);
  pointer-events: none;
}

.method-section>div {
  position: relative;
  z-index: 1;
}

.method-header {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: end;
  gap: 80px;
}

.method-kicker {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.method-kicker span {
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: var(--report-accent);
}

.method-title {
  max-width: 540px;
  margin-top: 16px;
  font-size: clamp(30px, 3.5vw, 46px);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1.25;
}

.method-intro {
  padding-bottom: 5px;
}

.method-status {
  display: inline-flex;
  margin-bottom: 14px;
  align-items: center;
  gap: 8px;
  color: #64748b;
  font-family: monospace;
  font-size: 9px;
  letter-spacing: 0.12em;
}

.method-status i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.1);
}

.method-copy {
  color: #68756f;
  font-size: 15px;
  line-height: 1.9;
}

.method-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 38px;
  gap: 14px;
}

.method-step {
  padding: 20px;
  border: 1px solid rgba(203, 216, 234, 0.9);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(6px);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.method-step:hover {
  transform: translateY(-4px);
  border-color: #9ec2f7;
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.09);
}

.method-step-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.method-step-head>span {
  color: var(--report-accent);
  font-family: monospace;
  font-size: 11px;
  font-weight: 800;
}

.method-step-icon {
  display: flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--report-accent-soft);
  color: var(--report-accent);
  font-size: 13px;
}

.method-step h3 {
  margin-top: 18px;
  color: #172033;
  font-size: 15px;
  font-weight: 850;
}

.method-step p {
  margin-top: 9px;
  color: #738095;
  font-size: 12px;
  line-height: 1.75;
}

.empty-state {
  display: block;
  padding: 72px 24px;
  border: 1px dashed #c8d2cd;
  border-radius: 14px;
  color: #71807a;
  text-align: center;
}

body.report-modal-open {
  overflow: hidden;
}

.report-detail-modal-backdrop {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(3, 10, 20, 0.62);
  backdrop-filter: blur(6px);
}

.report-detail-modal {
  position: relative;
  display: flex;
  width: min(1120px, 100%);
  height: 80vh;
  max-height: calc(100vh - 48px);
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #dbe4ef;
  border-radius: 18px;
  background: white;
  color: #17201c;
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.3);
  transform: translateY(-4vh);
}

.report-detail-modal-close {
  display: inline-flex;
  width: auto;
  height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 15px;
  border: 1px solid #dbe4ef;
  border-radius: 10px;
  background: #f8fafc;
  color: #64748b;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.06);
  transition: 0.2s ease;
}

.report-detail-modal-close:hover {
  border-color: #fecaca;
  background: #fef2f2;
  color: #dc2626;
  transform: translateY(-1px);
}

.report-detail-modal-close:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.2);
  outline-offset: 2px;
}

.report-detail-modal-icon {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 13px;
  background: #eaf2ff;
  color: var(--report-accent);
  font-size: 20px;
}

.report-detail-modal h2 {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.35;
}

.report-detail-modal-name {
  margin-top: 4px;
  color: #64748b;
  font-size: 13px;
}

.report-detail-modal-header {
  display: flex;
  min-height: 94px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 24px;
  border-bottom: 1px solid #e2e8f0;
  background: white;
}

.report-detail-modal-heading {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 14px;
}

.report-detail-modal-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 12px;
}

.report-download-button {
  display: inline-flex;
  height: 42px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 17px;
  border-radius: 10px;
  background: var(--report-accent);
  color: white;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.2);
  transition: 0.2s ease;
}

.report-download-button:hover {
  background: #1d4ed8;
  transform: translateY(-1px);
}

.report-download-button:disabled {
  cursor: wait;
  opacity: 0.7;
  transform: none;
}

.report-detail-file {
  display: flex;
  min-height: 0;
  flex: 1;
  flex-direction: column;
  margin: 16px 24px 24px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #f8fafc;
}

.report-detail-file > span {
  display: block;
  padding: 12px 16px;
  border-bottom: 1px solid #e2e8f0;
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
}

.report-detail-file iframe {
  display: block;
  width: 100%;
  min-height: 0;
  flex: 1;
  border: 0;
  background: white;
  pointer-events: none;
}

.report-detail-file p {
  margin: auto;
  padding: 40px 24px;
  color: #94a3b8;
  font-size: 13px;
  text-align: center;
}

.report-preview-state {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 40px 24px;
  color: #64748b;
  font-size: 14px;
  font-weight: 700;
}

.report-preview-error {
  color: #dc2626;
}

.dark .report-detail-modal {
  border-color: #283548;
  background: #101722;
  color: white;
}

.dark .report-detail-modal-close:hover,
.dark .report-detail-file {
  background: #172131;
}

.dark .report-detail-modal-close {
  border-color: #334155;
  background: #1e293b;
  color: #cbd5e1;
}

.dark .report-detail-modal-close:hover {
  border-color: #7f1d1d;
  background: #451a1a;
  color: #fca5a5;
}

.dark .report-detail-modal-header {
  border-color: #2a374a;
  background: #101722;
}

.dark .report-detail-file {
  border-color: #2a374a;
}

@media (max-width: 640px) {
  .report-detail-modal-backdrop {
    padding: 12px;
  }

  .report-detail-modal {
    height: 80vh;
    max-height: calc(100vh - 24px);
    transform: translateY(-2vh);
  }

  .report-detail-modal-header {
    align-items: center;
    gap: 12px;
    padding: 16px;
  }

  .report-detail-modal-icon {
    width: 42px;
    height: 42px;
  }

  .report-detail-modal-actions {
    margin-left: auto;
    gap: 8px;
  }

  .report-download-button {
    padding: 0 12px;
  }

  .report-detail-file {
    margin: 12px 12px 16px;
  }

  .report-detail-file {
    min-height: 0;
  }

  .report-detail-file iframe {
    min-height: 0;
  }
}

.toast {
  position: fixed;
  z-index: 80;
  right: 24px;
  bottom: 24px;
  max-width: 360px;
  padding: 16px 20px;
  border-radius: 10px;
  background: #0d1714;
  color: white;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
  font-size: 13px;
  transform: translateY(16px);
  opacity: 0;
  pointer-events: none;
  transition: 0.25s ease;
}

.toast.show {
  transform: translateY(0);
  opacity: 1;
}

.dark body {
  background: #000;
  color: #f5f7f6;
}

.dark .report-hero {
  background:
    radial-gradient(circle at 82% 34%, rgba(37, 99, 235, 0.2), transparent 25%),
    linear-gradient(180deg, #07090c 0%, #0b1018 100%);
}

.dark .hero-title {
  color: white;
}

.dark .hero-copy {
  color: #9ca3af;
}

.dark .hero-stat {
  border-color: #263246;
  background: rgba(15, 23, 42, 0.86);
}

.dark .hero-stat-label {
  color: #a7b0bf;
}

.dark .hero-stat-note {
  color: #778296;
}

.dark .hero-tech-scene::before {
  opacity: 0.16;
  filter: brightness(1.3);
}

.dark .tech-path {
  border-color: rgba(96, 165, 250, 0.24);
}

.dark .tech-path span {
  background: #0b1018;
  border-color: rgba(96, 165, 250, 0.6);
}

.dark .tech-data-chip {
  background: rgba(15, 23, 42, 0.56);
  color: rgba(147, 197, 253, 0.65);
}

.dark .filter-panel,
.dark .report-card {
  border-color: #263246;
  background: #0f172a;
}

.dark .filter-intro h2 {
  color: white;
}

.dark .filter-intro-icon {
  background: rgba(37, 99, 235, 0.18);
}

.dark .search-shell {
  border-color: #303b46;
  background: #111827;
}

.dark .search-shell:focus-within {
  border-color: #3b82f6;
  background: #0f172a;
}

.dark .report-search {
  color: white;
}

.dark .clear-search:hover,
.dark .reset-filters:hover {
  background: #1e293b;
  color: #93c5fd;
}

.dark .filter-row {
  border-color: #273449;
}

.dark .filter-button:hover {
  background: #1e293b;
  color: white;
}

.dark .filter-button.active {
  background: #2563eb;
  color: white;
}

.dark .report-platform strong {
  color: white;
}

.dark .report-detail {
  border-color: #2b3742;
  background: #111827;
}

.dark .platform-icon {
  background: rgba(37, 99, 235, 0.18);
}

.dark .download-button {
  border-color: #3b82f6;
  background: #2563eb;
  color: white;
}

.dark .download-button:hover {
  border-color: #60a5fa;
  background: #3b82f6;
  color: white;
}

.dark .method-section {
  border-color: #263246;
  background: radial-gradient(circle at 88% 10%, rgba(37, 99, 235, 0.18), transparent 25%), #10161f;
}

.dark .method-kicker,
.dark .method-status {
  color: #94a3b8;
}

.dark .method-step {
  border-color: #2a3543;
  background: rgba(15, 23, 42, 0.82);
}

.dark .method-step h3 {
  color: white;
}

.dark .method-step p {
  color: #94a3b8;
}

.dark .reports-toolbar {
  border-color: #273449;
}

.dark .report-update-note {
  border-color: #303b46;
  background: #111827;
  color: #9ca3af;
}

.dark .method-copy {
  color: #9aa69f;
}

@media (max-width: 767px) {
  .report-hero {
    min-height: auto;
    padding: 132px 20px 96px;
  }

  .report-hero::before {
    right: -290px;
  }

  .hero-tech-scene::before,
  .tech-data-chip,
  .tech-path-two,
  .tech-coordinates {
    display: none;
  }

  .tech-path-one {
    top: 62px;
    left: 48%;
    width: 150px;
    opacity: 0.75;
  }

  .tech-scan-line {
    top: 31%;
    left: 34%;
    width: 58%;
    opacity: 0.28;
  }

  .hero-stat {
    margin: 42px 0 0;
  }

  .filter-wrap {
    padding: 0 14px;
  }

  .filter-panel {
    padding: 22px 18px;
  }

  .filter-toolbar {
    grid-template-columns: 1fr auto;
    gap: 14px 8px;
    padding-bottom: 20px;
  }

  .filter-intro {
    grid-column: 1 / 2;
  }

  .search-shell {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .reset-filters {
    grid-column: 2;
    grid-row: 1;
  }

  .filter-row {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .reports-section {
    padding: 38px 16px 52px;
  }

  .reports-toolbar {
    min-height: 48px;
    margin-bottom: 20px;
    gap: 12px;
    padding-bottom: 12px;
  }

  .report-update-note {
    padding: 6px 9px;
    font-size: 10px;
  }

  .method-section {
    margin: 0 14px 48px;
    padding: 44px 20px 36px;
  }

  .method-header {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .method-steps {
    grid-template-columns: 1fr;
    margin-top: 36px;
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  .hero-stat {
    margin: 40px 0 0;
  }

  .method-header {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .method-intro {
    max-width: 680px;
  }

  .method-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hero-stat {
    display: grid;
    width: 100%;
    max-width: none;
    min-height: 190px;
    grid-template-columns: minmax(220px, 0.8fr) 1.2fr;
    grid-template-rows: auto auto auto;
    column-gap: 48px;
    align-items: end;
  }

  .hero-stat-label {
    grid-column: 1;
    grid-row: 1;
  }

  .hero-stat-number {
    grid-column: 1;
    grid-row: 2;
  }

  .hero-stat-note {
    grid-column: 1;
    grid-row: 3;
  }

  .mini-chart {
    grid-column: 2;
    grid-row: 1 / 4;
    width: 100%;
    height: 92px;
    margin-top: 0;
    align-self: center;
  }
}

.report-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 38px;
  padding-top: 28px;
  border-top: 1px solid #dce4ee;
}

.pagination-pages {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pagination-nav,
.pagination-page {
  height: 40px;
  border: 1px solid #ccd7e4;
  background: #fff;
  color: #172033;
  font-size: 13px;
  font-weight: 700;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.pagination-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 104px;
  padding: 0 16px;
  border-radius: 8px;
}

.pagination-page {
  width: 40px;
  border-radius: 8px;
}

.pagination-nav:not(:disabled):hover,
.pagination-page:hover {
  border-color: #2563eb;
  color: #2563eb;
  transform: translateY(-1px);
}

.pagination-page.active {
  border-color: #2563eb;
  background: #2563eb;
  color: #fff;
}

.pagination-nav:disabled {
  cursor: not-allowed;
  opacity: 0.38;
}

.dark .report-pagination {
  border-top-color: #263248;
}

.dark .pagination-nav,
.dark .pagination-page {
  border-color: #344158;
  background: #111827;
  color: #d8e1ee;
}

.dark .pagination-page.active {
  border-color: #3b82f6;
  background: #3b82f6;
  color: #fff;
}

@media (max-width: 520px) {
  .report-pagination {
    gap: 8px;
    margin-top: 28px;
    padding-top: 22px;
  }

  .pagination-nav {
    min-width: 42px;
    width: 42px;
    padding: 0;
  }

  .pagination-nav span {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
  }
}

[v-cloak] {
  display: none;
}
