/* KESİN ÇÖZÜM - PROFİL KARTI FEED KARTLARI İLE AYNI GRADIENT */

/* Tek tire ve çift tire versiyonlarının HEPSİ */
aside.feed-profile-card-modern,
aside.feed-profile-card--modern,
.feed-profile-card-modern,
.feed-profile-card--modern,
aside[class*="feed-profile"],
aside[class*="profile-card"] {
    opacity: 1 !important;
    background: linear-gradient(135deg, #a239ea 0%, #ff6b6b 50%, #ff9f1c 100%) !important;
    background-image: linear-gradient(135deg, #a239ea 0%, #ff6b6b 50%, #ff9f1c 100%) !important;
    background-color: transparent !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: 0 10px 28px rgba(0,0,0,0.18) !important;
}

/* İçindeki tüm elementler */
aside.feed-profile-card-modern *,
aside.feed-profile-card--modern *,
.feed-profile-card-modern *,
.feed-profile-card--modern *,
aside[class*="feed-profile"] *,
aside[class*="profile-card"] * {
    color: #ffffff !important;
}

/* Progress yüzdesi mor */
aside.feed-profile-card-modern .completion-percentage,
aside.feed-profile-card--modern .completion-percentage,
.feed-profile-card-modern .completion-percentage,
.feed-profile-card--modern .completion-percentage {
    color: #ff00ff !important;
}

/* Progress bar mor */
aside.feed-profile-card-modern .progress-fill,
aside.feed-profile-card--modern .progress-fill,
.feed-profile-card-modern .progress-fill,
.feed-profile-card--modern .progress-fill {
    background: #ff00ff !important;
}
