/* ===== AI Hub — Agent Section Styles ===== */

.aihub-grid-agents {
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
}

.aihub-card-icon.agent {
    background: rgba(99, 102, 241, 0.12);
    color: #818cf8;
}
