/* 行业观察版块样式 —— 仅新增 class，复用现有设计变量，不影响其它页面 */

/* 版块页面包裹（列表/分类/文章）—— 比 .simple 紧凑，空分类页不再留大空洞 */
.news-page{padding:104px 0 84px}
.news-page > .container{max-width:min(1080px,calc(100% - 56px))}
.news-page .eyebrow{margin-bottom:16px}
.news-page h1{font-size:clamp(1.95rem,3.4vw,2.7rem);font-weight:900;letter-spacing:-.02em;color:var(--ink,#17140f);line-height:1.16;margin:0}
.news-page.is-article h1{font-size:clamp(1.7rem,2.8vw,2.25rem);max-width:20em;line-height:1.3}
.news-lead{margin:14px 0 0;font-size:16.5px;color:var(--text);max-width:42em}
.news-meta{margin:12px 0 0;font-family:var(--label);font-size:13px;color:#9a948c}

/* 分类筛选 */
.news-tabs{display:flex;flex-wrap:wrap;gap:10px;margin:26px 0 30px}
.news-tab{
  font-family:var(--label);font-size:13.5px;font-weight:500;
  padding:8px 18px;border-radius:999px;border:1px solid var(--line-2);
  color:var(--text);transition:.3s var(--ease);white-space:nowrap;
}
.news-tab:hover{border-color:var(--red);color:var(--red)}
.news-tab.is-active{background:var(--red);border-color:var(--red);color:#fff}

/* 文章列表网格 */
.news-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:22px;margin-top:8px}
.news-empty{
  margin-top:30px;text-align:center;color:#8f897f;font-size:15px;line-height:1.85;
  padding:56px 24px;border:1px dashed var(--line-2);border-radius:18px;background:rgba(23,20,15,.012);
}
.news-empty a{color:var(--red);text-decoration:underline;text-underline-offset:3px}

/* 文章卡片 */
.post-card{
  display:flex;flex-direction:column;overflow:hidden;
  border:1px solid var(--line-2);border-radius:18px;background:#fff;
  transition:.3s var(--ease);
}
.post-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px -22px rgba(23,20,15,.32);border-color:var(--red)}
.post-card-cover{display:block;aspect-ratio:16/9;overflow:hidden;background:var(--line-2)}
.post-card-cover img{width:100%;height:100%;object-fit:cover}
.post-card-body{display:flex;flex-direction:column;gap:10px;padding:20px 22px 22px}
.post-card-cat{
  align-self:flex-start;font-family:var(--label);font-size:11px;font-weight:600;
  letter-spacing:.12em;color:var(--red);
}
.post-card-title{font-family:var(--display);font-size:1.18rem;font-weight:600;line-height:1.4;color:var(--ink,#17140f)}
.post-card-summary{font-size:14.5px;line-height:1.7;color:var(--text)}
.post-card-date{font-family:var(--label);font-size:12px;color:#9a948c;margin-top:2px}

/* 文章正文排版 */
.news-article{max-width:760px;margin-top:30px}
.news-article h2{font-family:var(--display);font-size:1.5rem;font-weight:600;line-height:1.4;margin:42px 0 14px}
.news-article h3{font-family:var(--display);font-size:1.22rem;font-weight:600;margin:30px 0 10px}
.news-article p{margin:0 0 18px;line-height:1.85}
.news-article ul,.news-article ol{margin:0 0 18px;padding-left:1.4em;line-height:1.85}
.news-article li{margin:6px 0}
.news-article a{color:var(--red);text-decoration:underline;text-underline-offset:3px}
.news-article strong{font-weight:700}
.news-article blockquote{
  margin:24px 0;padding:14px 22px;border-left:3px solid var(--red);
  background:rgba(192,57,43,.05);border-radius:0 10px 10px 0;color:var(--ink,#17140f);
}
.news-article img{border-radius:14px;margin:22px 0}
.news-article hr{border:0;border-top:1px solid var(--line-2);margin:34px 0}

/* 文章内数据图表 */
.data-callout{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));
  gap:14px;margin:28px 0 32px;
}
.data-callout-item{
  padding:18px 20px;border-radius:14px;
  background:rgba(192,57,43,.06);border:1px solid rgba(192,57,43,.15);
  text-align:center;
}
.data-callout-num{
  display:block;font-size:2rem;font-weight:900;
  color:#C0392B;letter-spacing:-.02em;line-height:1.1;
}
.data-callout-label{
  display:block;font-size:12.5px;color:var(--text);margin-top:5px;line-height:1.4;
}

.chart-wrap{
  margin:30px 0;padding:24px;
  border:1px solid var(--line-2);border-radius:16px;
  background:var(--surface,#fafaf8);
}
.chart-title{
  font-size:13.5px;font-weight:600;color:var(--ink,#17140f);
  margin:0 0 16px;
}
.chart-source{
  font-size:11.5px;color:#9a948c;margin:10px 0 0;
}

/* 文章内markdown表格 */
.news-article table{
  width:100%;border-collapse:collapse;margin:20px 0 26px;
  font-size:14px;line-height:1.6;
}
.news-article th{
  background:rgba(192,57,43,.07);font-weight:600;
  padding:10px 14px;border:1px solid var(--line-2);text-align:left;
}
.news-article td{padding:9px 14px;border:1px solid var(--line-2)}
.news-article tr:nth-child(even) td{background:rgba(23,20,15,.025)}

@media (max-width:560px){
  .news-list{grid-template-columns:1fr}
  .news-article h2{font-size:1.32rem}
  .data-callout{grid-template-columns:repeat(2,1fr)}
  .news-article table{font-size:12.5px}
  .news-article th,.news-article td{padding:7px 9px}
}

/* 面包屑导航 */
.breadcrumb{max-width:760px;margin:0 auto 0;padding:104px 0 0;font-family:var(--label);font-size:13px;color:var(--muted,#9a948c)}
.breadcrumb a{color:var(--muted);text-decoration:none}
.breadcrumb a:hover{color:var(--red);text-decoration:underline}
.breadcrumb .sep{margin:0 8px;color:var(--line-2)}
.breadcrumb .current{color:var(--text);font-weight:500}
@media (max-width:560px){.breadcrumb{font-size:12px;padding:96px 0 0}}

/* 相关文章 */
.news-related{border-top:1px solid var(--line-2);margin:48px 0 0;padding:28px 0 0;max-width:760px}
.news-related h3{font-size:1.2rem;font-weight:700;color:var(--ink,#17140f);margin:0 0 4px}
.news-related .post-card{border-color:var(--line-2);background:#fff}
.news-related .post-card-title{font-size:1rem}
.news-related .post-card-date{font-size:11.5px}
