.totp-view {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.totp-view .dialog-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    box-shadow: 0 10px 35px rgba(15, 23, 42, 0.08);
    padding: 24px;
}

.totp-view .dialog-card-title {
    color: #0f172a;
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 12px;
}

.totp-view .dialog-text {
    color: #475569;
    margin-bottom: 16px;
}

.totp-view .qr-code {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

.totp-view .dialog-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.totp-view .field-label {
    color: #0f172a;
    font-size: 0.95rem;
    font-weight: 600;
}

.totp-view .dialog-footer {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}
