/* v4.3.7 — Light mode readability + admin lessons mobile */

/* إصلاح عام للوضع الفاتح */
html[data-theme="light"],
html[data-theme="light"] body{
    background:#f4f0e6 !important;
    color:#173d28 !important;
}

html[data-theme="light"] .card,
html[data-theme="light"] .content-card,
html[data-theme="light"] .app-card,
html[data-theme="light"] .lesson-admin-card,
html[data-theme="light"] .lesson-section,
html[data-theme="light"] .home-panel,
html[data-theme="light"] .topbar,
html[data-theme="light"] .sidebar,
html[data-theme="light"] .layout > .sidebar,
html[data-theme="light"] .layout > .content,
html[data-theme="light"] .content,
html[data-theme="light"] .admin-mini-topbar,
html[data-theme="light"] .felah-admin-topline,
html[data-theme="light"] .felah-real-topbar,
html[data-theme="light"] .felah-real-dropdown,
html[data-theme="light"] .felah-real-user-btn,
html[data-theme="light"] .felah-real-brand,
html[data-theme="light"] .felah-real-search,
html[data-theme="light"] .felah-real-icon{
    background:#ffffff !important;
    color:#173d28 !important;
    border-color:rgba(23,61,40,.14) !important;
}

html[data-theme="light"] h1,
html[data-theme="light"] h2,
html[data-theme="light"] h3,
html[data-theme="light"] h4,
html[data-theme="light"] p,
html[data-theme="light"] label,
html[data-theme="light"] strong,
html[data-theme="light"] span,
html[data-theme="light"] div,
html[data-theme="light"] td,
html[data-theme="light"] th{
    color:inherit;
}

html[data-theme="light"] .muted,
html[data-theme="light"] .card-meta,
html[data-theme="light"] .lesson-admin-summary-title span,
html[data-theme="light"] .sidebar .sub{
    color:rgba(23,61,40,.68) !important;
}

html[data-theme="light"] input,
html[data-theme="light"] select,
html[data-theme="light"] textarea{
    background:#fffdf8 !important;
    color:#173d28 !important;
    border-color:rgba(23,61,40,.18) !important;
}

html[data-theme="light"] input::placeholder,
html[data-theme="light"] textarea::placeholder{
    color:rgba(23,61,40,.45) !important;
}

html[data-theme="light"] .nav a,
html[data-theme="light"] .felah-real-dropdown a,
html[data-theme="light"] .felah-real-tabs a{
    color:#173d28 !important;
}

html[data-theme="light"] .nav a:hover,
html[data-theme="light"] .nav a.active,
html[data-theme="light"] .felah-real-dropdown a:hover{
    background:#f4f0e6 !important;
    color:#173d28 !important;
}

html[data-theme="light"] .btn.secondary,
html[data-theme="light"] button.secondary{
    background:#f4f0e6 !important;
    color:#173d28 !important;
    border:1px solid rgba(23,61,40,.14) !important;
}

html[data-theme="light"] table tbody tr,
html[data-theme="light"] thead th{
    background:#fffdf8 !important;
    color:#173d28 !important;
}

/* تحسين إدارة الدروس في الهاتف */
@media(max-width:760px){
    .lessons-admin-list{
        gap:10px !important;
    }

    .lesson-admin-card{
        border-radius:20px !important;
    }

    .lesson-admin-summary{
        padding:14px !important;
    }

    .lesson-admin-body{
        padding:0 14px 14px !important;
    }

    .lesson-edit-grid,
    .lesson-move-grid{
        grid-template-columns:1fr !important;
    }

    .lesson-actions,
    .lesson-danger-row{
        display:grid !important;
        grid-template-columns:1fr 1fr !important;
    }

    .lesson-actions button,
    .lesson-actions .btn,
    .lesson-danger-row button,
    .lesson-danger-row .btn{
        width:100% !important;
    }

    .admin-pagination{
        justify-content:center;
    }

    .admin-lessons-tools{
        grid-template-columns:1fr !important;
    }
}
