.ggb-card {
    transition: all 0.3s ease;
}
.ggb-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.category-item.active {
    background-color: #3b82f6;
    color: white;
}
