/* ============================================
   index.css - 首页样式（从 index.html 提取）
   注意：动态 background-image、CSS 变量（--card-accent、--av-color）、
         渐变背景（linear-gradient）保留在 HTML 中，因为这些是按内容动态变化的。
   ============================================ */

/* Hero 轮播导航容器（原内联 style="height:100%;position:relative;"） */
.xw-hero-overlay-inner {
    height: 100%;
    position: relative;
}

/* 资讯模块 - 加载/无数据状态容器（原内联 grid-column/text-align/padding/color） */
.xw-news-state {
    grid-column: 1 / -1;
    text-align: center;
    padding: 40px 0;
    color: #94a3b8;
}

/* 资讯模块 - 状态图标（原内联 font-size:24px） */
.xw-news-state-icon {
    font-size: 24px;
}

/* 资讯模块 - 状态文字（原内联 margin-top:12px） */
.xw-news-state-text {
    margin-top: 12px;
}

/* 资讯文章链接 - 去除下划线（原内联 text-decoration:none） */
a.home-news-item {
    text-decoration: none;
}
