/* AI-Header: Admin-specific layout and styling system */
/* Date: 2025-07-20 */

/* ===========================================
   ADMIN DASHBOARD LINK - PURPLE NEON STYLING
   =========================================== */

/* Admin Dashboard Link in top navigation */
main .top-row .admin-dashboard-link {
    color: #7B2CBF !important;
    text-shadow: 
        0 0 5px rgba(123, 44, 191, 0.7),
        0 0 10px rgba(123, 44, 191, 0.5),
        0 0 15px rgba(123, 44, 191, 0.4);
    transition: all 0.3s ease;
    font-weight: 500;
    text-decoration: none !important;
}

/* Icon styling for admin link */
main .top-row .admin-dashboard-link i.bi-shield-lock {
    color: inherit;
    text-shadow: inherit;
    margin-right: 0.5rem;
}
