/* 自定义样式 - 大数据新闻采集与分析系统 */

body {
    font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体", sans-serif;
    background-color: #f5f7fa;
}

/* 导航栏 */
.navbar-brand {
    font-weight: bold;
    letter-spacing: 1px;
}

/* 卡片样式 */
.card {
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    transition: box-shadow 0.2s;
}

.card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.card-header {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    font-weight: 600;
}

/* 统计卡片 */
.bg-primary .card-body,
.bg-success .card-body,
.bg-info .card-body,
.bg-warning .card-body {
    border-radius: 10px;
}

/* 表格样式 */
.table th {
    font-weight: 600;
    background-color: #f8f9fa;
}

/* 文章内容区 */
.article-content {
    text-indent: 2em;
    text-align: justify;
}

/* 分页 */
.pagination .page-link {
    border-radius: 6px;
    margin: 0 2px;
}

/* 按钮 */
.btn {
    border-radius: 6px;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .card-title {
        font-size: 1rem;
    }
    .article-content {
        font-size: 14px;
    }
}

/* 搜索结果高亮 */
mark {
    background-color: #fff3cd;
    padding: 0 2px;
    border-radius: 2px;
}

/* Footer */
footer {
    border-top: 1px solid #eee;
}
