/* ========== ثيم عيد الأضحى ========== */

/* يتفعل تلقائياً في عيد الأضحى */

body.theme-eid-adha {
    background: linear-gradient(135deg, #fef5e7 0%, #fdebd0 100%) !important;
}

/* ========== القائمة الرئيسية ========== */

body.theme-eid-adha .main-menu,
body.theme-eid-adha nav[class*="menu"] {
    background: linear-gradient(135deg, #d35400 0%, #a04000 100%) !important;
}

/* ========== الزخارف ========== */

body.theme-eid-adha::before {
    content: '🕌';
    position: fixed;
    top: 20px;
    right: 20px;
    font-size: 80px;
    opacity: 0.1;
    z-index: -1;
    pointer-events: none;
}

body.theme-eid-adha::after {
    content: '🐑';
    position: fixed;
    bottom: 20px;
    left: 20px;
    font-size: 80px;
    opacity: 0.1;
    z-index: -1;
    pointer-events: none;
}

/* ========== الأنماط الذهبية ========== */

@keyframes shimmer {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

body.theme-eid-adha .gold-accent {
    background: linear-gradient(
        90deg,
        #ffd700 0%,
        #ffed4e 50%,
        #ffd700 100%
    );
    background-size: 200% 100%;
    animation: shimmer 3s ease-in-out infinite;
}

/* ========== المجلدات والملفات ========== */

body.theme-eid-adha .folder-home-item,
body.theme-eid-adha .folder-item {
    background: white !important;
    border: 2px solid rgba(211, 84, 0, 0.3) !important;
    box-shadow: 0 4px 15px rgba(211, 84, 0, 0.1) !important;
}

body.theme-eid-adha .folder-home-item:hover,
body.theme-eid-adha .folder-item:hover {
    box-shadow: 0 15px 35px rgba(211, 84, 0, 0.3) !important;
    border-color: rgba(211, 84, 0, 0.6) !important;
}

body.theme-eid-adha .file-grid-item,
body.theme-eid-adha .file-list-item {
    background: white !important;
    border: 1px solid rgba(211, 84, 0, 0.2) !important;
}

body.theme-eid-adha .file-grid-item:hover,
body.theme-eid-adha .file-list-item:hover {
    box-shadow: 0 10px 25px rgba(211, 84, 0, 0.2) !important;
}

/* ========== الأزرار ========== */

body.theme-eid-adha button,
body.theme-eid-adha .btn {
    background: linear-gradient(135deg, #d35400 0%, #a04000 100%) !important;
    border: none !important;
}

body.theme-eid-adha button:hover,
body.theme-eid-adha .btn:hover {
    box-shadow: 0 8px 20px rgba(211, 84, 0, 0.4) !important;
}

/* ========== النصوص ========== */

body.theme-eid-adha h1,
body.theme-eid-adha h2,
body.theme-eid-adha h3 {
    color: #d35400 !important;
    text-shadow: 0 2px 10px rgba(211, 84, 0, 0.2);
}

/* ========== رسالة عيد مبارك ========== */

body.theme-eid-adha .eid-greeting {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    font-weight: bold;
    color: rgba(211, 84, 0, 0.08);
    pointer-events: none;
    z-index: -1;
    text-align: center;
}

/* ========== الأنماط الإسلامية ========== */

body.theme-eid-adha .islamic-pattern {
    position: fixed;
    width: 200px;
    height: 200px;
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(211, 84, 0, 0.05) 10px,
        rgba(211, 84, 0, 0.05) 20px
    );
    z-index: -1;
    opacity: 0.5;
}

/* ========== اللمعان الذهبي ========== */

@keyframes golden-glow {
    0%, 100% {
        filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0));
    }
    50% {
        filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0.5));
    }
}

body.theme-eid-adha .folder-home-item:hover,
body.theme-eid-adha .folder-item:hover {
    animation: golden-glow 2s ease-in-out infinite;
}
