/* /css/auth.css */

/* Specific styles for authentication pages can go here if needed */
/* For example, if cards on auth pages need a different max-width */
.auth-card {
    max-width: 450px; /* Slightly smaller for login/signup forms */
}