/* White theme for login / register / profile — readable dark text on light cards */
body.theme-light {
    --racing-white: #111827;
    --neon-yellow: #b45309;
    --carbon-grey: #e5e7eb;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
    color: #111827 !important;
}

body.theme-light .login-container,
body.theme-light .box,
body.theme-light .card,
body.theme-light .wrap {
    color: #111827 !important;
}

body.theme-light .login-container,
body.theme-light .box,
body.theme-light .card {
    background: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08) !important;
}

body.theme-light h1,
body.theme-light h2,
body.theme-light h3,
body.theme-light .login-header h1,
body.theme-light .promo-item h3 {
    color: #111827 !important;
    text-shadow: none !important;
}

body.theme-light .login-header h1,
body.theme-light .box h1 {
    color: #dc2626 !important;
}

body.theme-light .login-header img {
    background: #111827;
    border-radius: 10px;
    padding: 6px 12px;
}

body.theme-light p,
body.theme-light .sub,
body.theme-light .login-header p,
body.theme-light label,
body.theme-light .form-group label,
body.theme-light .register-link,
body.theme-light .promo-item p,
body.theme-light .order-row {
    color: #374151 !important;
}

body.theme-light .order-track {
    color: #111827 !important;
}

body.theme-light a,
body.theme-light .register-link a,
body.theme-light .nav-links a,
body.theme-light .back-home a,
body.theme-light .promo-item a {
    color: #b91c1c !important;
}

body.theme-light input,
body.theme-light select,
body.theme-light textarea {
    background: #ffffff !important;
    color: #111827 !important;
    border: 2px solid #9ca3af !important;
}

body.theme-light input::placeholder,
body.theme-light textarea::placeholder {
    color: #6b7280 !important;
}

body.theme-light .error-message,
body.theme-light .err {
    color: #111827 !important;
    background: #fef2f2 !important;
}

body.theme-light .login-btn,
body.theme-light .btn {
    color: #ffffff !important;
}

body.theme-light .promo-item {
    background: #f8fafc !important;
    border-color: #e5e7eb !important;
}

body.theme-light .btn-dim {
    color: #111827 !important;
    border-color: #dc2626 !important;
}
