/* Minimal login overrides (safety net) */
header, .header, .branding, .logo, img.logo, h1, .title, .subtitle, .version {
    display: none !important;
}
footer, .footer, .powered-by {
    display: none !important;
}
.login-card, .auth-card {
    max-width: 360px !important;
    margin: 20vh auto !important;
    padding: 40px 30px !important;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15) !important;
    border-radius: 12px !important;
}

/* Now load the full dark theme for dashboard */
@import url("/dracula.css");
