/* --- Login View --- */
#login-view {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.auth-card {
    background-color: var(--primary-color);
    padding: 2rem;
    border-radius: 8px;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.auth-card h1 { text-align: center; margin-bottom: 1.5rem; }