/* ============================================================
   AICOR 官网 · 页面：咨询报告列表 Reports
   ------------------------------------------------------------
   reports.html 报告列表页特有样式
   依赖：tokens.css、base.css、utilities.css、components/*
   ============================================================ */

.btn-ghost { padding: 15px 38px; border-radius: 100px; border: 1px solid var(--line); font-size: 15px; letter-spacing: 2px; color: var(--text-2); transition: all 0.25s; display: inline-block; margin-left: 14px; }
.btn-primary { padding: 15px 38px; border-radius: 100px; background: var(--grad); font-size: 15px; font-weight: 600; letter-spacing: 2px; color: #fff; box-shadow: 0 8px 32px rgba(79,140,255,0.35); transition: all 0.25s; display: inline-block; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 32px; }
.crumb { font-size: 13px; color: var(--text-3); letter-spacing: 2px; margin-bottom: 28px; display: flex; align-items: center; gap: 10px; }
.crumb .sep { color: var(--line); }
.crumb a:hover { color: var(--text-1); }
.cta-band { text-align: center; position: relative; overflow: hidden; }
.cta-band .container { position: relative; z-index: 2; }
.cta-band::before { content: ""; position: absolute; width: 760px; height: 460px; background: radial-gradient(ellipse, rgba(79,140,255,0.12), transparent 65%); top: 50%; left: 50%; transform: translate(-50%,-50%); pointer-events: none; }
.cta-sub { color: var(--text-2); max-width: 540px; margin: 0 auto 36px; }
.cta-title { font-family: var(--serif); font-size: clamp(28px, 4vw, 44px); font-weight: 800; line-height: 1.4; margin-bottom: 16px; }
.cta-title .grad { background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.divider { height: 1px; background: linear-gradient(90deg, transparent, var(--line), transparent); }
.nav-cta { padding: 9px 22px; border: 1px solid rgba(255,255,255,0.22); border-radius: 100px; font-size: 13px; letter-spacing: 2px; color: var(--text-1) !important; transition: all 0.25s; }
.nav-right { display: flex; align-items: center; gap: 26px; }
.report-card { display: grid; grid-template-columns: 120px 1fr auto; gap: 28px; align-items: center;
    border: 1px solid var(--line); border-radius: 18px; padding: 30px 34px;
    background: var(--panel); position: relative; overflow: hidden;
    transition: all 0.3s ease; }
.report-card .rc-body .rc-desc { font-size: 14px; color: var(--text-2); max-width: 640px; }
.report-card .rc-body .rc-tags { display: flex; gap: 8px; margin-top: 12px; flex-wrap: wrap; }
.report-card .rc-body .tag { font-size: 11.5px; letter-spacing: 0.5px; color: var(--accent-2); border: 1px solid rgba(45,212,191,0.3); background: rgba(45,212,191,0.06); border-radius: 999px; padding: 3px 12px; }
.report-card .rc-body .tag.blue { color: #8fb8ff; border-color: rgba(79,140,255,0.3); background: rgba(79,140,255,0.07); }
.report-card .rc-body h3 { font-size: 19px; font-weight: 700; margin-bottom: 6px; letter-spacing: 0.5px; }
.report-card .rc-body h3 a:hover { color: var(--accent-2); }
.report-card .rc-date { font-size: 13px; color: var(--text-3); letter-spacing: 1px; line-height: 1.9; }
.report-card .rc-date b { display: block; font-family: var(--serif); font-size: 26px; font-weight: 800; color: var(--text-1); }
.report-card .rc-more { font-size: 13px; color: var(--text-2); letter-spacing: 1px; white-space: nowrap; display: inline-flex; align-items: center; gap: 8px; transition: all 0.25s; border: 1px solid var(--line); padding: 9px 20px; border-radius: 100px; }
.report-card .rc-more:hover { border-color: transparent; background: var(--grad); color: #fff; box-shadow: 0 6px 24px rgba(79,140,255,0.35); }
.report-card::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--grad); opacity: 0; transition: opacity 0.3s; }
.report-card:hover { border-color: rgba(79,140,255,0.4); transform: translateY(-3px); box-shadow: 0 18px 44px rgba(0,0,0,0.4); }
.report-card:hover::before { opacity: 1; }
.report-note { margin-top: 30px; padding: 18px 24px; border: 1px dashed var(--line); border-radius: 12px; font-size: 13px; color: var(--text-3); line-height: 1.9; background: rgba(255,255,255,0.015); }
.report-note b { color: var(--text-2); font-weight: 600; }
.report-note a { color: var(--accent-2); }
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.8s ease, transform 0.8s ease; }
.sec-label { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; letter-spacing: 4px; text-transform: uppercase; color: var(--accent-2); font-weight: 600; margin-bottom: 20px; }
.subhero { padding: 190px 0 90px; position: relative; overflow: hidden; }
.subhero h1 { font-family: var(--serif); font-size: clamp(38px, 6vw, 68px); font-weight: 900; line-height: 1.2; letter-spacing: 2px; margin-bottom: 26px; }
.subhero h1 .grad { background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.subhero p { font-size: clamp(15px, 1.5vw, 18px); color: var(--text-2); max-width: 700px; }
.subhero p strong { color: var(--text-1); font-weight: 600; }
.subhero-glow { position: absolute; width: 800px; height: 800px; border-radius: 50%; background: radial-gradient(circle, rgba(79,140,255,0.12) 0%, transparent 65%); top: -350px; right: -200px; pointer-events: none; animation: breathe 9s ease-in-out infinite; }
.subhero-glow.g2 { background: radial-gradient(circle, rgba(45,212,191,0.08) 0%, transparent 65%); top: auto; bottom: -450px; left: -300px; right: auto; animation-delay: -4s; }
/* ===== 导航下拉 ===== */
  .nav-drop { position: relative; }
/* ===== 导航二维码 ===== */
  .nav-qr { position: relative; display: inline-flex; align-items: center; gap: 8px; }
/* ===== 报告列表 ===== */
  .report-list { display: flex; flex-direction: column; gap: 18px; margin-top: 20px; }
footer { border-top: 1px solid var(--line-soft); padding: 44px 0; }
header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 22px 0; transition: all 0.35s ease; border-bottom: 1px solid transparent; }
nav { display: flex; gap: 38px; align-items: center; }
section { padding: 90px 0; position: relative; }
@media (max-width: 700px) {
  .btn-ghost { margin-left: 0; margin-top: 14px; }
  nav { display: none; }
  section { padding: 64px 0; }
}
@media (max-width: 900px) {
  .report-card { grid-template-columns: 1fr; gap: 14px; padding: 26px 26px; }
  .report-card .rc-more { width: fit-content; }
}
