/* ============================================================
   Scope Wiser — LOGIN / AUTH theme override
   Brand tone: purple #7C3AED  ·  pink #EC4899  ·  gradient
   ============================================================ */

/* Auth page background — soft lavender */
#auth {
    background: #F5F3FF !important;
}

/* Auth card — clean white for readability */
#auth .card {
    background: #FFFFFF !important;
}

/* Login button — Scope Wiser purple→pink gradient */
.btn-primary {
    background: linear-gradient(90deg, #7C3AED, #EC4899) !important;
    border: none !important;
    color: #FFFFFF !important;
}

/* Login button hover — slightly deeper gradient */
.btn-primary:hover {
    background: linear-gradient(90deg, #6D28D9, #DB2777) !important;
    color: #FFFFFF !important;
}