/* Theme: Midnight Spice — Dark Luxury Minimalism */

.theme-midnight-spice .profile-bg-decor::before {
    background: radial-gradient(ellipse at 50% 100%, rgba(255, 43, 85, 0.06) 0%, transparent 60%);
    opacity: 1;
}
.theme-midnight-spice .profile-bg-decor::after { opacity: 0; }

.theme-midnight-spice .profile-avatar-glow {
    filter: blur(50px);
    opacity: 0.1;
}
.theme-midnight-spice .profile-avatar-glow::after { display: none; }

.theme-midnight-spice .profile-avatar {
    border: 2px solid rgba(255, 43, 85, 0.25);
    box-shadow:
        0 0 0 4px rgba(10, 10, 13, 0.8),
        0 8px 28px rgba(0, 0, 0, 0.3);
}
.theme-midnight-spice .profile-avatar:hover {
    border-color: rgba(255, 43, 85, 0.4);
    box-shadow:
        0 0 0 4px rgba(10, 10, 13, 0.8),
        0 12px 36px rgba(0, 0, 0, 0.35),
        0 0 40px rgba(255, 43, 85, 0.08);
}

.theme-midnight-spice .profile-link-card {
    border-radius: 12px;
    transition: all 0.25s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.theme-midnight-spice .profile-link-card::after { display: none; }
.theme-midnight-spice .profile-link-card:hover {
    box-shadow:
        0 4px 20px rgba(255, 43, 85, 0.12),
        0 0 40px rgba(255, 43, 85, 0.04);
    transform: translateY(-2px);
    border-color: rgba(255, 43, 85, 0.18);
}
.theme-midnight-spice .profile-link-card.highlighted {
    border-left: 3px solid rgba(255, 43, 85, 0.4);
}

.theme-midnight-spice .profile-display-name {
    text-shadow: 0 0 40px rgba(255, 43, 85, 0.08);
}

.theme-midnight-spice .profile-social-icon:hover {
    box-shadow: 0 0 16px rgba(255, 43, 85, 0.18);
}
.theme-midnight-spice .profile-link-icon { border-radius: 8px; }
.theme-midnight-spice .profile-contact-btn { border-radius: 12px; }
.theme-midnight-spice .profile-contact-btn:hover { box-shadow: 0 4px 16px rgba(255, 43, 85, 0.1); }
.theme-midnight-spice .profile-announcement { border-radius: 12px; border-left-color: rgba(255, 43, 85, 0.5); }
.theme-midnight-spice .profile-footer::before { background: linear-gradient(90deg, transparent, rgba(255, 43, 85, 0.1), transparent); }
