.dl-auth-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
}

.dl-auth-card {
    background: var(--dl-white);
    padding: 40px;
    max-width: 440px;
    width: 100%;
}

.dl-auth-header { text-align: center; margin-bottom: 32px; }
.dl-auth-header h1 { font-size: 24px; font-weight: 700; margin-bottom: 8px; color: var(--dl-text); }
.dl-auth-header p { color: var(--dl-text-muted); font-size: 14px; }

.dl-auth-step { display: none; }
.dl-auth-step.active { display: block; }

.dl-auth-step .dl-btn { width: 100%; margin-top: 8px; }

.dl-auth-msg { margin-top: 16px; font-size: 14px; text-align: center; min-height: 20px; }
.dl-auth-msg.success { color: var(--dl-primary-dark); }
.dl-auth-msg.error { color: #c82333; }

#dl-code {
    text-align: center;
    font-size: 24px;
    letter-spacing: 8px;
    font-weight: 700;
}
