.pds-auth-wrap {
    display: flex;
    justify-content: center;
    padding: 40px 16px;
}
.pds-auth-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 32px;
    max-width: 420px;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}
.pds-auth-card h1 { margin: 0 0 6px; font-size: 22px; text-align: center; }
.pds-auth-subtitle { color: #6b7280; font-size: 14px; margin: 0 0 20px; text-align: center; }

.pds-auth-brand {
    text-align: center;
    margin-bottom: 24px;
}
.pds-auth-brand img {
    max-height: 48px;
    max-width: 220px;
}
.pds-auth-brand span {
    font-size: 20px;
    font-weight: 700;
    color: #1a44d4;
}

.pds-auth-row { display: flex; gap: 12px; }
.pds-auth-row > div { flex: 1; }

.pds-auth-label { display: block; font-size: 13px; font-weight: 600; color: #374151; margin: 14px 0 4px; }
.pds-auth-input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 15px;
}
.pds-auth-input--code {
    text-align: center;
    font-size: 24px;
    letter-spacing: 8px;
    font-weight: 700;
}

.pds-auth-btn {
    width: 100%;
    margin-top: 20px;
    padding: 12px;
    background: #1a44d4;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}
.pds-auth-btn:hover { background: #1536ab; }

.pds-auth-links { margin-top: 20px; text-align: center; font-size: 13px; color: #6b7280; }
.pds-auth-links a { color: #1a44d4; text-decoration: none; margin: 0 4px; }

.pds-auth-resend-form { margin-top: 12px; text-align: center; }
.pds-auth-link-btn {
    background: none;
    border: none;
    color: #1a44d4;
    font-size: 13px;
    cursor: pointer;
    text-decoration: underline;
    padding: 0;
}

.pds-auth-notice { padding: 10px 14px; border-radius: 8px; margin-bottom: 16px; font-size: 13px; }
.pds-auth-notice--error { background: #f8d7da; color: #721c24; }
.pds-auth-notice--success { background: #d4edda; color: #155724; }
