/* ========== Hero ========== */
.mr-hero {
  background: linear-gradient(170deg, #f0f5ff 0%, #e8effe 40%, #dce8fd 100%);
  padding: 64px 0 52px;
  position: relative;
  overflow: hidden;
}

/* 背景装饰 */
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url('../../images/home_banner.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-gradient {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 40%, rgba(30, 91, 255, 0.08) 0%, transparent 60%),
              radial-gradient(ellipse at 20% 80%, rgba(0, 212, 255, 0.05) 0%, transparent 50%);
}

.hero-dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(30, 91, 255, 0.06) 1px, transparent 1px);
  background-size: 32px 32px;
}

.hero-inner {
  display: flex;
  align-items: center;
  gap: 48px;
  position: relative;
  z-index: 1;
}

.hero-left {
  flex: 1;
}

.hero-title {
  font-size: 40px;
  font-weight: 800;
  color: var(--color-text-primary);
  line-height: 1.25;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
}

.hero-desc {
  font-size: 15px;
  color: var(--color-text-secondary);
  line-height: 1.7;
  margin-bottom: 8px;
}

.hero-subdesc {
  font-size: 13px;
  color: var(--color-text-muted);
  margin-bottom: 32px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-anchor-btn {
  border: 1px solid rgba(30, 91, 255, 0.2);
  background: rgba(255, 255, 255, 0.8);
  color: var(--color-primary);
}

.hero-stats {
  display: flex;
  align-items: center;
  gap: 24px;
}

.hs-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.hs-icon {
  width: 20px;
  height: 20px;
}

.hs-val {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-text-primary);
}

/* 3D 书籍展示 */
.hero-visual {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 1200px;
  min-height: 420px;
}

.books-container {
  position: relative;
  width: min(100%, 660px);
  height: 420px;
  transform-style: preserve-3d;
  animation: booksStageFloat 6s ease-in-out infinite;
  isolation: isolate;
}

/* 科技感发光底盘 */
.tech-platform {
  position: absolute;
  left: 50%;
  bottom: 26px;
  width: 460px;
  height: 88px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(30, 91, 255, 0.42) 0%, rgba(0, 212, 255, 0.18) 45%, transparent 75%);
  filter: blur(10px);
  z-index: 0;
  pointer-events: none;
  animation: techPlatformPulse 4s ease-in-out infinite;
}

/* 科技感旋转光环 */
.tech-ring {
  position: absolute;
  left: 50%;
  bottom: 68px;
  border-radius: 50%;
  transform: translateX(-50%) rotateX(76deg);
  z-index: 0;
  pointer-events: none;
}

.tech-ring-1 {
  width: 430px;
  height: 430px;
  border: 1px solid rgba(30, 91, 255, 0.3);
  animation: techRingRotate 14s linear infinite;
}

.tech-ring-2 {
  width: 300px;
  height: 300px;
  border: 1px dashed rgba(0, 212, 255, 0.22);
  animation: techRingRotate 10s linear infinite reverse;
}

@keyframes techPlatformPulse {
  0%, 100% {
    opacity: 0.7;
    transform: translateX(-50%) scale(1);
  }
  50% {
    opacity: 1;
    transform: translateX(-50%) scale(1.06);
  }
}

@keyframes techRingRotate {
  to {
    transform: translateX(-50%) rotateX(76deg) rotateZ(360deg);
  }
}

.book {
  position: absolute;
  left: 50%;
  bottom: 58px;
  width: clamp(160px, 32vw, 238px);
  aspect-ratio: 791 / 1024;
  transform-origin: 50% 82%;
  border-radius: 6px;
  transition:
    transform 680ms cubic-bezier(0.2, 0.8, 0.2, 1),
    filter 680ms cubic-bezier(0.2, 0.8, 0.2, 1),
    opacity 680ms cubic-bezier(0.2, 0.8, 0.2, 1);
  cursor: pointer;
  will-change: transform, filter;
}

.book-left {
  z-index: 2;
  transform: translateX(-96%) translateY(12px) rotate(-12deg) rotateY(11deg) rotateX(3deg) translateZ(4px);
  filter: drop-shadow(0 16px 20px rgba(16, 31, 64, 0.17)) drop-shadow(0 0 16px rgba(0, 212, 255, 0.22));
  animation: bookEnterLeft 1s cubic-bezier(0.22, 0.9, 0.24, 1) 0.2s backwards;
}
.book-left:hover {
  transform: translateX(-101%) translateY(-8px) rotate(-9deg) rotateY(7deg) rotateX(2deg) translateZ(44px);
}

.book-center {
  z-index: 3;
  transform: translateX(-50%) translateY(-12px) rotate(3deg) rotateY(-3deg) translateZ(36px);
  filter: drop-shadow(0 24px 30px rgba(16, 31, 64, 0.24)) drop-shadow(0 0 24px rgba(30, 91, 255, 0.3));
  animation: bookEnterCenter 1s cubic-bezier(0.22, 0.9, 0.24, 1) backwards;
}
.book-center:hover {
  transform: translateX(-50%) translateY(-34px) rotate(0deg) rotateY(0deg) translateZ(76px);
}

.book-right {
  z-index: 2;
  transform: translateX(-2%) translateY(20px) rotate(13deg) rotateY(-12deg) rotateX(3deg) translateZ(0);
  filter: drop-shadow(0 16px 20px rgba(16, 31, 64, 0.17)) drop-shadow(0 0 16px rgba(0, 212, 255, 0.22));
  animation: bookEnterRight 1s cubic-bezier(0.22, 0.9, 0.24, 1) 0.4s backwards;
}
.book-right:hover {
  transform: translateX(3%) translateY(-2px) rotate(9deg) rotateY(-7deg) rotateX(2deg) translateZ(44px);
}

.books-container:hover .book-left {
  transform: translateX(-103%) translateY(6px) rotate(-14deg) rotateY(9deg) rotateX(2deg) translateZ(14px);
}

.books-container:hover .book-center {
  transform: translateX(-50%) translateY(-22px) rotate(1deg) rotateY(0deg) translateZ(52px);
}

.books-container:hover .book-right {
  transform: translateX(5%) translateY(14px) rotate(15deg) rotateY(-9deg) rotateX(2deg) translateZ(10px);
}

.books-container .book:hover {
  z-index: 4;
  opacity: 1;
}

.books-container .book-left:hover {
  transform: translateX(-101%) translateY(-8px) rotate(-9deg) rotateY(7deg) rotateX(2deg) translateZ(44px);
}

.books-container .book-center:hover {
  transform: translateX(-50%) translateY(-34px) rotate(0deg) rotateY(0deg) translateZ(76px);
}

.books-container .book-right:hover {
  transform: translateX(3%) translateY(-2px) rotate(9deg) rotateY(-7deg) rotateX(2deg) translateZ(44px);
}

.book-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 6px;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: transform 680ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.book:hover .book-image {
  transform: translateZ(10px) scale(1.025);
}

@keyframes booksStageFloat {
  0%, 100% {
    transform: translateY(0) rotateX(0deg);
  }
  50% {
    transform: translateY(-8px) rotateX(1.5deg);
  }
}

/* 页面加载：书籍从中间向两侧展开 */
@keyframes bookEnterLeft {
  0% {
    transform: translateX(-50%) translateY(0) rotate(0deg) rotateY(0deg) rotateX(0deg) translateZ(0px);
    opacity: 0;
  }
  100% {
    transform: translateX(-96%) translateY(12px) rotate(-12deg) rotateY(11deg) rotateX(3deg) translateZ(4px);
    opacity: 1;
  }
}

@keyframes bookEnterCenter {
  0% {
    transform: translateX(-50%) translateY(0) rotate(0deg) rotateY(0deg) translateZ(0px);
    opacity: 0;
  }
  100% {
    transform: translateX(-50%) translateY(-12px) rotate(3deg) rotateY(-3deg) translateZ(36px);
    opacity: 1;
  }
}

@keyframes bookEnterRight {
  0% {
    transform: translateX(-50%) translateY(0) rotate(0deg) rotateY(0deg) rotateX(0deg) translateZ(0px);
    opacity: 0;
  }
  100% {
    transform: translateX(-2%) translateY(20px) rotate(13deg) rotateY(-12deg) rotateX(3deg) translateZ(0);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .books-container,
  .tech-platform,
  .tech-ring {
    animation: none;
  }
  .book,
  .book-image {
    animation: none;
  }
}

/* ========== 筛选区 ========== */
.filter-section {
  background: white;
  padding-top: 40px;
  padding-bottom: 8px;
}

.filter-bar {
  background: white;
  border: 1px solid var(--color-border-light);
  border-radius: var(--radius-lg);
  padding: 24px 28px;
  margin-bottom: 32px;
}

.filter-row {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 16px;
}

.filter-group {
  flex: 1;
}

.filter-group label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: var(--color-text-secondary);
  margin-bottom: 6px;
}

.filter-group select,
.filter-search input {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  font-size: 14px;
  outline: none;
  color: var(--color-text-primary);
  background: white;
}
.filter-group select:focus,
.filter-search input:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(30,91,255,0.08);
}

.filter-search {
  display: flex;
  gap: 10px;
  flex: 1.5;
  max-width: 340px;
}

.filter-search--full {
  flex: 1;
  max-width: none;
}
.filter-search input { flex: 1; }

.btn-filter-search {
  padding: 10px 24px;
  background: var(--color-primary);
  color: white;
  border: none;
  border-radius: var(--radius-md);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: all var(--transition-fast);
}
.btn-filter-search:hover { background: var(--color-primary-dark); }

/* 标签 */
.filter-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ftag {
  padding: 6px 16px;
  border: 1px solid var(--color-border);
  border-radius: 20px;
  font-size: 13px;
  color: var(--color-text-secondary);
  cursor: pointer;
  background: white;
  transition: all var(--transition-fast);
}
.ftag:hover { border-color: var(--color-primary); color: var(--color-primary); }
.ftag.active {
  background: var(--color-primary);
  color: white;
  border-color: var(--color-primary);
}

/* ========== 报告卡片网格 ========== */
.reports-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.report-card {
  background: white;
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all var(--transition-normal);
  cursor: pointer;
  border: 1px solid var(--color-border-light);
}

.report-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: transparent;
}

.report-cover,
.report-cover-link {
  height: 180px;
  padding: 20px 16px;
  color: white;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.report-cover-link {
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.report-cover-link:hover {
  opacity: 0.92;
}

.report-year {
  font-size: 16px;
  opacity: 0.9;
}

.report-name {
  font-size: 18px;
  line-height: 1.4;
  margin-top: 4px;
}

.report-en {
  font-size: 12px;
  opacity: 0.6;
  margin-top: 6px;
  line-height: 1.3;
}

.report-body {
  padding: 16px;
}

.report-tag {
  display: inline-block;
  font-size: 12px;
  color: var(--color-text-secondary);
  background: var(--bg-page);
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 12px;
}

.report-meta {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.report-meta span {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: var(--color-text-muted);
}

.report-download-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  color: var(--color-primary);
  font-weight: 500;
}
.report-download-btn:hover {
  text-decoration: underline;
}

.reports-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.reports-summary {
  font-size: 14px;
  color: var(--color-text-secondary);
}

.reports-summary strong {
  color: var(--color-text-primary);
  font-weight: 700;
}

.reports-reset-link {
  font-size: 13px;
  font-weight: 600;
  color: var(--color-primary);
}

.report-featured-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 12px;
  font-weight: 600;
  backdrop-filter: blur(10px);
}

.report-card-summary {
  min-height: 64px;
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 1.7;
  color: var(--color-text-secondary);
}

.report-card-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.report-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 108px;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 600;
  transition: all var(--transition-fast);
  cursor: pointer;
}

.report-card-btn-primary {
  background: var(--color-primary);
  color: white;
}

.report-card-btn-primary:hover {
  background: var(--color-primary-dark);
  color: white;
}

.report-card-btn-secondary {
  border-color: var(--color-border);
  background: white;
  color: var(--color-text-primary);
}

.report-card-btn-secondary:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.report-pagination-wrap {
  margin-top: 28px;
}

.report-pagination-info {
  margin-bottom: 12px;
  font-size: 13px;
  color: var(--color-text-muted);
}

.report-pagination {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.report-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  border: 1px solid var(--color-border-light);
  border-radius: 12px;
  background: white;
  color: var(--color-text-primary);
  font-size: 13px;
  font-weight: 500;
}

.report-page-btn:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.report-page-btn.is-active {
  background: var(--color-primary);
  color: white;
  border-color: var(--color-primary);
}

.report-page-btn.is-disabled {
  color: var(--color-text-muted);
  background: #f8fafc;
  cursor: not-allowed;
}

.report-empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  padding: 48px 28px;
  border: 1px dashed #cdd8ef;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, #fbfdff 0%, #f3f7ff 100%);
  text-align: center;
}

.report-empty-state.compact {
  min-height: 220px;
}

.report-empty-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: rgba(30, 91, 255, 0.08);
  color: var(--color-primary);
  font-size: 28px;
  font-weight: 800;
}

.report-empty-state h3 {
  margin-bottom: 10px;
  font-size: 24px;
  color: var(--color-text-primary);
}

.report-empty-state p {
  max-width: 560px;
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: var(--color-text-secondary);
}

.report-empty-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 24px;
}

/* ========== 报告价值 ========== */
.value-section {
  background: white;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

.value-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 20px;
  border-radius: var(--radius-lg);
  transition: all var(--transition-normal);
}
.value-card:hover {
  background: #F8FAFC;
  transform: translateY(-4px);
}

.vc-icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.vc-text {
  flex: 1;
  min-width: 0;
}

.vc-title {
  font-size: 15px;
  font-weight: 600;
  color: var(--color-text-primary);
  margin-bottom: 6px;
}

.vc-desc {
  font-size: 13px;
  color: var(--color-text-muted);
  line-height: 1.6;
}

/* ========== 图表区 ========== */
.insight-section {
  background: #fff;
  padding: 44px 0 36px;
}


.insight-section .section-title {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: var(--color-text-primary);
  margin-bottom: 22px;
}

.charts-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.chart-box {
  background: white;
  border-radius: 4px;
  padding: 16px 14px 14px;
  border: 1px solid #eef1f6;
  min-height: 186px;
}

.chart-title {
  font-size: 12px;
  font-weight: 600;
  color: var(--color-text-primary);
  margin-bottom: 8px;
}

.chart-subtitle {
  font-size: 11px;
  color: #24436e;
  line-height: 1.4;
  margin-bottom: 10px;
}

.chart-placeholder {
  min-height: 128px;
}

/* 折线图 */
.chart-line svg { width: 100%; height: 128px; }

/* 柱状图 */
.chart-bars {
  display: flex;
  align-items: center;
}

.bar-list { display: flex; flex-direction: column; gap: 15px; width: 100%; }
.bar-row { display: flex; align-items: center; gap: 12px; }
.bar-label {
  font-size: 11px;
  color: var(--color-text-secondary);
  width: 52px;
  flex-shrink: 0;
}
.bar-track {
  flex: 1;
  height: 4px;
  background: #f0f2f6;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #c8d8ff, #2f6bff);
  border-radius: 4px;
  transition: width 0.8s ease;
}
.bar-pct {
  font-size: 11px;
  color: #8a93a3;
  width: 42px;
  flex-shrink: 0;
  text-align: right;
}

/* 饼图 */
.chart-pie { display: flex; gap: 22px; align-items: center; justify-content: center; }
.pie-svg { width: 120px; height: 120px; flex-shrink: 0; }
.pie-legend { flex: 1; }
.pleg-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: var(--color-text-secondary);
  margin-bottom: 10px;
}
.pleg-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
}
.pleg-val {
  margin-left: auto;
  font-weight: 400;
  color: #7d8796;
  font-size: 11px;
}

/* ========== 定制报告 ========== */
.custom-report-section {
  background: #f3f7ff;
  padding: 38px 0 40px;
}

.report-detail-page .mr-hero {
  padding-bottom: 44px;
}

.report-detail-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 420px);
  gap: 48px;
  align-items: center;
}

.report-detail-copy {
  min-width: 0;
}

.report-back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 600;
  color: var(--color-primary);
}

.report-detail-kicker {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(30, 91, 255, 0.08);
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 18px;
}

.report-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-top: 20px;
  color: var(--color-text-secondary);
  font-size: 14px;
}

.report-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.report-detail-cover-wrap {
  display: flex;
  justify-content: center;
}

.report-detail-cover {
  position: relative;
  width: min(100%, 380px);
  min-height: 420px;
  padding: 24px 22px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  color: white;
  box-shadow: 0 28px 54px rgba(16, 31, 64, 0.24);
}

.report-detail-section {
  background: white;
  padding: 40px 0;
}

.report-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) 360px;
  gap: 28px;
  align-items: start;
}

.report-detail-main,
.report-lead-panel,
.report-sidebar-card {
  border: 1px solid var(--color-border-light);
  border-radius: var(--radius-lg);
  background: white;
  box-shadow: 0 10px 34px rgba(15, 23, 42, 0.06);
}

.report-detail-main {
  padding: 28px;
}

.report-detail-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.report-detail-block + .report-detail-block {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid #eef2f7;
}

.report-detail-block .section-title,
.report-related-section .section-title {
  font-size: 24px;
  margin-bottom: 16px;
}

.report-detail-summary {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  color: var(--color-text-secondary);
}

.report-richtext {
  color: var(--color-text-secondary);
  font-size: 15px;
  line-height: 1.9;
}

.report-richtext > *:first-child {
  margin-top: 0;
}

.report-richtext img {
  max-width: 100%;
  height: auto;
}

.report-lead-panel,
.report-sidebar-card {
  padding: 24px;
}

.report-lead-panel h3,
.report-sidebar-card h3 {
  margin-bottom: 12px;
  font-size: 20px;
  color: var(--color-text-primary);
}

.report-lead-panel p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: var(--color-text-secondary);
}

.report-sidebar-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 18px;
}

.report-info-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.report-info-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid #eef2f7;
  font-size: 14px;
}

.report-info-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.report-info-list span {
  color: var(--color-text-muted);
}

.report-info-list strong {
  color: var(--color-text-primary);
  text-align: right;
}

.report-related-section {
  padding: 8px 0 44px;
  background: white;
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
}

.custom-report-section .section-title {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: var(--color-text-primary);
  margin-bottom: 12px;
}

.cr-subtitle {
  font-size: 12px;
  color: #52627a;
  margin-bottom: 24px;
}

.custom-layout {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 60px;
  align-items: center;
}

/* 左侧视觉 */
.cr-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 294px;
}

.cr-illustration {
  display: block;
  width: 100%;
  max-width: 420px;
  height: auto;
}

/* 右侧表单 */
.cr-form-wrapper {
  background: #fff;
  border-radius: 6px;
  padding: 20px 26px 16px;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.02);
}

.cr-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 16px;
  row-gap: 18px;
}

.cr-field {
  margin-bottom: 0;
}

.cr-field-full,
.cr-actions {
  grid-column: 1 / -1;
}

.cr-field > label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: var(--color-text-primary);
  margin-bottom: 8px;
}

.cr-field select,
.cr-field textarea {
  width: 100%;
  border: 1px solid #dcdfe6;
  border-radius: 3px;
  font-size: 12px;
  outline: none;
  color: var(--color-text-primary);
  background: white;
  transition: all var(--transition-fast);
}

.cr-field select {
  height: 28px;
  padding: 0 34px 0 12px;
}

.cr-field textarea {
  height: 78px;
  padding: 12px;
  resize: none;
  font-family: inherit;
  line-height: 1.5;
}

.cr-field textarea::placeholder {
  color: #c7cbd3;
}

.cr-field select:focus,
.cr-field textarea:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(30,91,255,0.08);
}

.checkbox-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
}

.cb-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--color-text-secondary);
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
}
.cb-item input[type="checkbox"] { display: none; }
.cb-box {
  width: 13px;
  height: 13px;
  border: 1px solid #bfc3cc;
  border-radius: 0;
  flex-shrink: 0;
  transition: all var(--transition-fast);
}
.cb-item input:checked + .cb-box {
  background: var(--color-primary);
  border-color: var(--color-primary);
}
.cb-item input:checked + .cb-box::after {
  content: '';
  position: absolute;
  left: 3.5px; top: 1px;
  width: 4px; height: 7px;
  border: solid white;
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
}
.cb-box { position: relative; }

.cr-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.btn-cr-submit {
  width: auto;
  min-width: 78px;
  height: 32px;
  padding: 0 16px;
  background: var(--color-primary);
  color: white;
  border: none;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all var(--transition-normal);
}
.btn-cr-submit:hover {
  background: var(--color-primary-dark);
  box-shadow: 0 4px 12px rgba(30,91,255,0.3);
}

.cr-note {
  font-size: 12px;
  color: #9aa1ad;
  margin: 0;
}

/* 响应式 */
@media (max-width: 1024px) {
  .hero-inner { flex-direction: column; text-align: center; }
  .hero-visual { flex: 0 0 auto; min-height: 360px; }
  .hero-stats { justify-content: center; flex-wrap: wrap; }
  .hero-actions { justify-content: center; }
  .reports-grid { grid-template-columns: repeat(3, 1fr); }
  .value-grid { grid-template-columns: repeat(3, 1fr); }
  .charts-grid { grid-template-columns: 1fr 1fr; }
  .custom-layout { grid-template-columns: 1fr; gap: 24px; }
  .cr-visual { min-height: auto; }
  .report-detail-hero-inner,
  .report-detail-grid { grid-template-columns: 1fr; }
  .report-detail-cover-wrap { justify-content: flex-start; }
  .report-sidebar-actions { flex-direction: row; flex-wrap: wrap; }
}

@media (max-width: 768px) {
  .hero-title { font-size: 28px; }
  .filter-row { flex-wrap: wrap; }
  .filter-group { flex: 1 1 calc(50% - 8px); }
  .filter-search { flex: 1 1 100%; max-width: none; }
  .reports-grid { grid-template-columns: repeat(2, 1fr); }
  .value-grid { grid-template-columns: 1fr 1fr; }
  .charts-grid { grid-template-columns: 1fr; }
  .custom-report-section { padding: 32px 0; }
  .custom-report-section .container-wide { padding: 0 16px; }
  .cr-form { grid-template-columns: 1fr; }
  .cr-actions { flex-wrap: wrap; }
  .cr-illustration { width: min(260px, 80vw); }
  .reports-toolbar,
  .section-head { flex-direction: column; align-items: flex-start; }
  .report-card-actions,
  .report-empty-actions,
  .report-detail-actions { width: 100%; }
  .report-card-btn { width: 100%; }
  .report-pagination { gap: 8px; }
  .report-page-btn { min-width: 38px; height: 38px; padding: 0 12px; }
  .report-detail-main,
  .report-lead-panel,
  .report-sidebar-card { padding: 22px 18px; }
  .report-detail-cover { min-height: 340px; }
}

@media (max-width: 480px) {
  .hero-title { font-size: 24px; }
  .value-grid { grid-template-columns: 1fr; }
  .cr-form-wrapper { padding: 18px 16px; }
  .reports-grid { grid-template-columns: 1fr; }
  .report-empty-state { padding: 40px 18px; }
}
