/* 首页样式：搜索区、工具卡片展示 */
/* 工具卡片栅格：layui-col-xs6 = 手机端一行 2 个（Layui 12 栅格各占 6），sm/md 见 index.php 类名 */

/* 工具目录：说明文案 + 二级小标题（常用分类 / 子工具） */
.tool-search-hint {
    color: #64748b;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.6;
}

.tool-list-subtitle {
    font-size: 16px;
    font-weight: 600;
    color: #334155;
    margin: 20px 0 12px;
    padding-bottom: 6px;
    border-bottom: 1px solid #e2e8f0;
}

.tool-list-subtitle:first-of-type {
    margin-top: 0;
}

.hero-card h1 {
    margin-top: 0;
    margin-bottom: 8px;
}

.hero-card p {
    color: #64748b;
    margin-bottom: 16px;
}

.tool-link {
    display: block;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 14px;
    font-weight: 600;
    color: #0f172a;
    transition: all 0.2s ease;
}

.tool-link:hover {
    border-color: #1e9fff;
    background: #eff6ff;
}
