/* ========================================
   🎨 HELPIN ADMIN - THÈME SIMPLE ET CLAIR
   ======================================== */

/* =====================
   PAGE DE LOGIN - FOND BLANC
   ===================== */
.fi-simple-page,
.fi-login-page,
body.fi-body {
    background: #ffffff !important;
}

/* Card de login avec fond blanc */
.fi-simple-page .fi-simple-main,
.fi-login-page .fi-simple-main {
    background: #ffffff !important;
}

/* =====================
   SIDEBAR BLEUE
   ===================== */
aside {
    background: linear-gradient(180deg, #1e3a8a 0%, #2563eb 100%) !important;
    border-right: none !important;
}

aside * {
    color: #ffffff !important;
}

aside a:hover,
aside button:hover {
    background: rgba(255, 255, 255, 0.2) !important;
}

aside svg {
    color: #ffffff !important;
}

aside .fi-active,
aside [aria-current="page"] {
    background: rgba(255, 255, 255, 0.3) !important;
    border-left: 4px solid #60a5fa !important;
}

/* =====================
   HEADER BLANC
   ===================== */
header {
    background: #ffffff !important;
    border-bottom: 1px solid #e5e7eb !important;
}

header * {
    color: #1f2937 !important;
}

/* =====================
   FOND PRINCIPAL BLANC
   ===================== */
body,
main {
    background: #ffffff !important;
}

/* Supprimer TOUS les fonds bleus du contenu */
main [class*="bg-blue"],
main [style*="background-color: rgb(37, 99, 235)"],
main [style*="background: rgb(37, 99, 235)"] {
    background: #ffffff !important;
}

/* =====================
   CARTES BLANCHES
   ===================== */
.fi-section,
.fi-card {
    background: #ffffff !important;
    border: 1px solid #e5e7eb !important;
}

/* =====================
   BOUTONS BLEUS
   ===================== */
button[type="submit"] {
    background: #3b82f6 !important;
    color: #ffffff !important;
}

button[type="submit"]:hover {
    background: #2563eb !important;
}
