.ps-auth-brand {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.ps-auth-brand img {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    box-shadow: 0 8px 22px rgba(111, 45, 168, 0.18);
}

.ps-auth-brand strong { font-size: 18px; }

.ps-auth-context {
    display: block;
    color: #6f2da8;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .01em;
    text-align: center;
    text-transform: none;
}

.ps-stage1--auth .message.session-notice {
    background: #f0eafb;
    color: #482363;
}

.ps-stage1--auth form > label:not(.ps-auth-choice) {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
}

.ps-auth-choice {
    width: fit-content;
    max-width: 100%;
    margin: 16px auto 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #3d2850;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center !important;
}

.ps-auth-choice input {
    width: 18px !important;
    min-height: 18px;
    margin: 0;
    flex: 0 0 auto;
}

.ps-auth-device-note {
    margin: 7px 0 0 !important;
    color: #65586f;
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
}

.ps-stage1--auth :where(.panel, .a6-card--hero) > h1 {
    margin-top: 8px;
    text-align: center;
}

.ps-password-field { position: relative; }
.ps-password-field > input { padding-right: 74px !important; }

.ps-password-toggle {
    position: absolute;
    top: 50%;
    right: 5px;
    width: auto !important;
    min-height: 38px;
    margin: 0 !important;
    padding: 5px 10px !important;
    border: 0;
    border-radius: 6px;
    background: transparent !important;
    color: #54217f !important;
    font-size: 14px !important;
    font-weight: 800;
    transform: translateY(-50%);
}

.ps-password-toggle:hover,
.ps-password-toggle:focus-visible { background: #f1e9f8 !important; }
