/* Thème sombre admin — inclure dans admin.css ou via <link> */
[data-theme="dark"] body,
[data-theme="dark"] .admin-dashboard {
    background: #0f172a !important;
    color: #e2e8f0 !important;
}
[data-theme="dark"] .dashboard-header {
    background: #1e293b !important;
    border-bottom: 1px solid #334155;
}
[data-theme="dark"] .dashboard-header .brand-text,
[data-theme="dark"] .dashboard-header span,
[data-theme="dark"] .dashboard-header a {
    color: #94a3b8 !important;
}
[data-theme="dark"] .kpi-card,
[data-theme="dark"] .card,
[data-theme="dark"] .table-container,
[data-theme="dark"] .profil-card {
    background: #1e293b !important;
    border: 1px solid #334155;
    box-shadow: none !important;
}
[data-theme="dark"] .card-header,
[data-theme="dark"] .table-header {
    border-bottom-color: #334155 !important;
}
[data-theme="dark"] table thead tr {
    background: #0f172a !important;
}
[data-theme="dark"] table td {
    border-bottom-color: #334155 !important;
    color: #cbd5e1;
}
[data-theme="dark"] table tr:nth-child(even) td {
    background: #1a2744 !important;
}
[data-theme="dark"] table tr:hover td {
    background: #1e2d4a !important;
}
[data-theme="dark"] input,
[data-theme="dark"] select,
[data-theme="dark"] textarea {
    background: #0f172a !important;
    border-color: #334155 !important;
    color: #f1f5f9 !important;
}
[data-theme="dark"] .alert-strip {
    background: #1c1a0f !important;
    border-color: #854d0e !important;
}
[data-theme="dark"] .user-avatar {
    background: #334155 !important;
}
