/* Smooth transition for views */
.auth-view {
    transition: opacity 0.3s ease-in-out;
}
.view-hidden {
    display: none;
    opacity: 0;
}