.rm-auth-wrap {
    min-height: calc(100vh - 200px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--rm-space-6) var(--rm-space-4);
}

.rm-auth-card {
    width: 100%;
    max-width: 420px;
    border: 1px solid var(--rm-fog-light);
}

.rm-auth-card h1 { font-size: 1.9rem; margin-bottom: var(--rm-space-2); }
.rm-auth-sub { color: var(--rm-fog); font-size: 0.9rem; margin-bottom: var(--rm-space-5); }

.rm-auth-switch {
    text-align: center;
    margin: var(--rm-space-5) 0 0;
    font-size: 0.88rem;
    color: var(--rm-fog);
}
