/* ========== ثيم عيد الفطر ========== */

/* يتفعل تلقائياً في عيد الفطر */

body.theme-eid-fitr {
    background: linear-gradient(135deg, #f5f7fa 0%, #e8f5e9 100%) !important;
}

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

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

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

body.theme-eid-fitr::before {
    content: '🌙✨';
    position: fixed;
    top: 20px;
    right: 20px;
    font-size: 60px;
    opacity: 0.15;
    z-index: -1;
    pointer-events: none;
}

body.theme-eid-fitr::after {
    content: '🎉🎊';
    position: fixed;
    bottom: 20px;
    left: 20px;
    font-size: 60px;
    opacity: 0.15;
    z-index: -1;
    pointer-events: none;
}

/* ========== الكونفيتي ========== */

@keyframes fall {
    0% {
        transform: translateY(-100vh) rotate(0deg);
        opacity: 1;
    }
    100% {
        transform: translateY(100vh) rotate(360deg);
        opacity: 0;
    }
}

body.theme-eid-fitr .confetti {
    position: fixed;
    width: 10px;
    height: 10px;
    background: #ffd700;
    animation: fall 5s linear infinite;
    z-index: -1;
}

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

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

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

body.theme-eid-fitr .file-grid-item,
body.theme-eid-fitr .file-list-item {
    background: white !important;
    border: 1px solid rgba(76, 175, 80, 0.2) !important;
}

body.theme-eid-fitr .file-grid-item:hover,
body.theme-eid-fitr .file-list-item:hover {
    box-shadow: 0 10px 25px rgba(76, 175, 80, 0.2) !important;
}

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

body.theme-eid-fitr button,
body.theme-eid-fitr .btn {
    background: linear-gradient(135deg, #4caf50 0%, #388e3c 100%) !important;
    border: none !important;
}

body.theme-eid-fitr button:hover,
body.theme-eid-fitr .btn:hover {
    box-shadow: 0 8px 20px rgba(76, 175, 80, 0.4) !important;
}

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

body.theme-eid-fitr h1,
body.theme-eid-fitr h2,
body.theme-eid-fitr h3 {
    color: #4caf50 !important;
    text-shadow: 0 2px 10px rgba(76, 175, 80, 0.2);
}

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

body.theme-eid-fitr .eid-greeting {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    font-weight: bold;
    color: rgba(76, 175, 80, 0.1);
    pointer-events: none;
    z-index: -1;
    text-align: center;
}

/* ========== البالونات ========== */

@keyframes float-balloon {
    0% {
        transform: translateY(100vh);
    }
    100% {
        transform: translateY(-100vh);
    }
}

body.theme-eid-fitr .balloon {
    position: fixed;
    width: 30px;
    height: 40px;
    background: rgba(76, 175, 80, 0.3);
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
    animation: float-balloon 15s ease-in infinite;
    z-index: -1;
}
