.hackher-create-password {
    --hackher-cp-navy: #18294f;
    --hackher-cp-orange: #ea6d3c;
    --hackher-cp-muted: #667085;
    --hackher-cp-border: #d0d5dd;
    --hackher-cp-bg: #f9fafb;
    --hackher-cp-green: #12b76a;
    font-family: 'Poppins', sans-serif;
    width: 100%;
}

body.hackher-auth-page .page-header {
    display: none !important;
}

body.hackher-auth-page .breadcrumbs-footer {
    display: none !important;
}

body.hackher-auth-page #content.site-main {
    width: 100%;
    max-width: 100%;
}

body.hackher-auth-page .site-main {
    padding: 0;
    max-width: none;
}

body.hackher-auth-page .page-content {
    padding: 0;
    margin: 0;
}

.hackher-cp-section {
    background: #ffffff;
    padding: 48px 20px 56px;
}

.hackher-cp-card {
    max-width: 520px;
    margin: 0 auto;
    padding: 40px 36px 36px;
    background: #ffffff;
    border-radius: 20px;
    border: none;
    box-shadow:
        0 12px 40px rgba(24, 41, 79, 0.12),
        0 4px 14px rgba(24, 41, 79, 0.06);
    box-sizing: border-box;
}

.hackher-cp-title {
    margin: 0 0 10px;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--hackher-cp-navy);
    text-align: center;
}

.hackher-cp-subtitle {
    margin: 0 0 28px;
    font-size: 14px;
    line-height: 1.5;
    color: var(--hackher-cp-muted);
    text-align: center;
}

.hackher-cp-field {
    margin-bottom: 18px;
}

.hackher-cp-label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    color: var(--hackher-cp-navy);
}

.hackher-cp-input-wrap {
    position: relative;
}

.hackher-cp-input {
    width: 100%;
    padding: 14px 44px 14px 16px;
    border: 1px solid var(--hackher-cp-border);
    border-radius: 10px;
    font-family: inherit;
    font-size: 15px;
    color: var(--hackher-cp-navy);
    background: #ffffff;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.hackher-cp-input:focus {
    outline: none;
    border-color: #98a2b3;
    box-shadow: 0 0 0 3px rgba(24, 41, 79, 0.06);
}

.hackher-cp-toggle {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    padding: 0;
    color: #98a2b3;
    cursor: pointer;
    line-height: 0;
}

.hackher-cp-requirements {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 16px;
    margin: 4px 0 24px;
    padding: 0;
    list-style: none;
}

.hackher-cp-requirement {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 12px;
    line-height: 1.35;
    color: var(--hackher-cp-muted);
}

.hackher-cp-requirement::before {
    content: '✓';
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    color: #98a2b3;
}

.hackher-cp-requirement.is-valid {
    color: var(--hackher-cp-navy);
}

.hackher-cp-requirement.is-valid::before {
    color: var(--hackher-cp-green);
}

.hackher-cp-submit {
    display: block;
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
    padding: 14px 28px;
    border: none;
    border-radius: 10px;
    background: var(--hackher-cp-orange);
    color: #ffffff;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.hackher-cp-field--inset {
    margin-bottom: 16px;
}

.hackher-cp-input--inset {
    min-height: 58px;
    padding: 26px 16px 12px;
    line-height: 1.35;
}

.hackher-cp-input-wrap--toggle .hackher-cp-input--inset {
    padding-right: 44px;
}

.hackher-cp-inset-label {
    position: absolute;
    top: 8px;
    left: 16px;
    z-index: 1;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 500;
    color: var(--hackher-cp-muted);
    pointer-events: none;
}

.hackher-cp-field--inset .hackher-cp-toggle {
    top: auto;
    bottom: 14px;
    transform: none;
}

.hackher-si-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 6px 0 24px;
}

.hackher-si-remember {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--hackher-cp-navy);
    cursor: pointer;
}

.hackher-si-remember input {
    width: 16px;
    height: 16px;
    margin: 0;
    accent-color: var(--hackher-cp-orange);
}

.hackher-si-forgot {
    font-size: 13px;
    font-weight: 500;
    color: var(--hackher-cp-orange);
    text-decoration: none;
}

.hackher-si-signup {
    margin: 20px 0 0;
    text-align: center;
    font-size: 14px;
    color: var(--hackher-cp-muted);
}

.hackher-si-signup a {
    color: var(--hackher-cp-navy);
    font-weight: 600;
    text-decoration: underline;
}

.hackher-fp-back {
    margin: 20px 0 0;
    text-align: center;
}

.hackher-fp-back a {
    font-size: 14px;
    font-weight: 600;
    color: var(--hackher-cp-navy);
    text-decoration: underline;
}

.hackher-ce-card {
    text-align: center;
}

.hackher-ce-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
}

.hackher-ce-message {
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 1.6;
    color: var(--hackher-cp-muted);
}

.hackher-ce-email {
    display: inline-block;
    margin-top: 6px;
    font-size: 15px;
    font-weight: 700;
    color: var(--hackher-cp-navy);
    text-decoration: underline;
}

.hackher-ce-note {
    margin: 0 0 24px;
    font-size: 13px;
    line-height: 1.55;
    color: var(--hackher-cp-muted);
}

.hackher-ce-resend-inline {
    color: var(--hackher-cp-orange);
    font-weight: 600;
    text-decoration: underline;
}

.hackher-si-otp-step {
    text-align: left;
}

.hackher-si-otp-message {
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 1.6;
    color: var(--hackher-cp-muted);
}

.hackher-si-otp-step .hackher-ce-resend-btn--secondary {
    margin-top: 12px;
}

.hackher-si-credentials[hidden],
.hackher-si-otp-step[hidden] {
    display: none !important;
}

.hackher-ce-otp-field {
    margin: 0 0 16px;
    text-align: left;
}

.hackher-otp-boxes {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.hackher-otp-digit {
    width: 48px;
    height: 56px;
    padding: 0;
    border: 1px solid rgba(26, 43, 74, 0.18);
    border-radius: 10px;
    background: #fff;
    color: var(--hackher-cp-navy);
    font-family: inherit;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.hackher-otp-digit:focus {
    outline: none;
    border-color: var(--hackher-cp-orange);
    box-shadow: 0 0 0 3px rgba(234, 109, 60, 0.15);
}

.hackher-ce-otp-field .hackher-cp-input {
    width: 100%;
    box-sizing: border-box;
}

@media (max-width: 520px) {
    .hackher-otp-boxes {
        gap: 8px;
    }

    .hackher-otp-digit {
        width: 42px;
        height: 50px;
        font-size: 22px;
    }
}

.hackher-ce-resend-btn {
    margin-bottom: 0;
}

.hackher-ce-resend-btn--secondary {
    margin-top: 12px;
    background: var(--hackher-cp-orange);
    color: #ffffff;
    border: none;
    box-shadow: none;
}

.hackher-auth-message {
    margin: 0 0 16px;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
}

.hackher-auth-message--error {
    background: #fff1f0;
    color: #b42318;
    border: 1px solid #fecdca;
}

.hackher-auth-message--success {
    background: #ecfdf3;
    color: #027a48;
    border: 1px solid #abefc6;
}

.hackher-cp-submit.is-loading,
.hackher-ma-update-password.is-loading,
.hackher-ma-delete-submit.is-loading {
    opacity: 0.75;
    cursor: wait;
}

.hackher-pr-card {
    text-align: center;
}

.hackher-pr-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
}

.hackher-pr-message {
    margin: 0 0 28px;
    font-size: 14px;
    line-height: 1.6;
    color: var(--hackher-cp-muted);
}

.hackher-pr-action {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
}

.hackher-cp-waves {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
    font-size: 0;
    background: #ffeedc;
}

.hackher-cp-wave-image {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: bottom;
}

@media (max-width: 767px) {
    .hackher-cp-section {
        padding: 32px 16px 40px;
    }

    .hackher-cp-card {
        padding: 28px 20px 24px;
        border-radius: 18px;
        box-shadow:
            0 10px 32px rgba(24, 41, 79, 0.12),
            0 4px 12px rgba(24, 41, 79, 0.06);
    }

    .hackher-cp-title {
        font-size: 24px;
    }

    .hackher-cp-requirements {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .hackher-cp-submit {
        max-width: 100%;
    }

    .hackher-si-options {
        flex-direction: column;
        align-items: flex-start;
    }
}
