/* DARK MODE overrides voor login/register */

body {
    background: #0f172a;
}

.auth-wrapper {
    background: rgba(255, 255, 255, 0.06);
}

.auth-card {
    background: #1e293b;
    box-shadow: 0 15px 40px rgba(0,0,0,.45);
}

.auth-card h2 {
    color: #ffffff;
}

.auth-form input {
    background: #0f172a;
    color: #e5e7eb;
    border: 1px solid rgba(96, 165, 250, 0.35);
}

.auth-form input::placeholder {
    color: rgba(229, 231, 235, 0.65);
}

.auth-form input:focus {
    border-color: #60a5fa;
}

.auth-links,
.auth-back {
    color: #e5e7eb;
}

.auth-links a,
.auth-back a {
    color: #ffd400; /* Spectrum geel */
}
