/* ========================================
   ART GROUP GALLERY - UNIQUE STYLES ONLY
   ======================================== */

/* Page Header Variant - Pink Theme */
.page-header {
    background: linear-gradient(135deg, #E91E63 0%, #C2185B 100%);
}

/* Stat Card Pink Theme */
.stat-card {
    border-left-color: #F8BBD0;
}

.stat-icon {
    background: linear-gradient(135deg, #E91E63, #F06292);
}

.stat-number {
    color: #E91E63;
}

/* Section Label Pink */
.section-label {
    color: #E91E63;
}

.section-title {
    color: #E91E63;
}

.section-divider {
    background: linear-gradient(90deg, #E91E63, #F8BBD0);
}

/* Program Title Pink */
.program-title {
    color: #E91E63;
}

.program-title i {
    color: #F06292;
}

/* Media Overlay Pink */
.media-overlay {
    background: rgba(233, 30, 99, 0.9);
}

/* Empty State Pink */
.empty-state h4 {
    color: #E91E63;
}

/* Modal Header Pink */
.modal-header {
    background: linear-gradient(135deg, #E91E63, #C2185B);
}

.modal-title i {
    color: #F8BBD0;
}

/* Accessibility Focus Pink */
.media-card:focus-within {
    outline-color: #F06292;
}