/* AI情报补充样式 - 深空科技主题 */

/* 区域标签颜色（用于新闻详情中的地区标签） */
.ai-news-detail-tag.region-国内 {
  background: rgba(0,200,83,0.1); color: #69f0ae;
  border: 1px solid rgba(0,200,83,0.2);
}
.ai-news-detail-tag.region-国际 {
  background: rgba(33,150,243,0.1); color: #90caf9;
  border: 1px solid rgba(33,150,243,0.2);
}
.ai-news-detail-tag.region-广东,
.ai-news-detail-tag.region-惠州 {
  background: rgba(255,152,0,0.1); color: #ffb74d;
  border: 1px solid rgba(255,152,0,0.2);
}
.ai-news-detail-tag.cat {
  background: rgba(124,58,237,0.08); color: rgba(200,180,255,0.8);
  border: 1px solid rgba(124,58,237,0.15);
}

/* 涨跌颜色 */
.change-positive { color: #ff5252; }
.change-negative { color: #69f0ae; }
.change-neutral { color: var(--text-muted); }
