body.auth-forgot-password-page {
    --auth-primary: var(--color-primary, #278CCF);
    --auth-primary-dark: #16455f;
    --auth-primary-soft: var(--color-primary-08, rgba(39, 140, 207, 0.08));
    --auth-text: var(--color-dark, #082029);
    --auth-muted: var(--color-dark-56, rgba(8, 32, 41, 0.56));
    --auth-shadow: 0 2rem 5rem rgba(6, 18, 28, 0.26);
    --auth-radius-xl: 2rem;
    --auth-radius-md: 1rem;
    background:
        radial-gradient(circle at 15% 15%, rgba(39, 140, 207, 0.42), transparent 24%),
        radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.16), transparent 18%),
        radial-gradient(circle at 80% 82%, rgba(39, 140, 207, 0.12), transparent 22%),
        linear-gradient(135deg, var(--color-primary-96) 0%, var(--color-primary-80) 45%, var(--color-primary-96) 100%),
        url("/images/background-login/segurocred.webp") no-repeat center/cover;
    color: var(--auth-text);
    margin: 0;
    min-height: 100vh;
    overflow-x: hidden;
    position: relative;
}

body.auth-forgot-password-page,
body.auth-forgot-password-page * {
    box-sizing: border-box;
}

body.auth-forgot-password-page a {
    color: inherit;
    text-decoration: none;
}

body.auth-forgot-password-page a:hover {
    color: var(--auth-primary);
}

body.auth-forgot-password-page::before {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 24%),
        radial-gradient(circle at 25% 18%, rgba(255, 255, 255, 0.08), transparent 18%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: fixed;
    z-index: 0;
}

body.auth-forgot-password-page .auth-background {
    inset: 0;
    pointer-events: none;
    position: fixed;
    z-index: 0;
}

body.auth-forgot-password-page .auth-grid {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 4.5rem 4.5rem;
    inset: 0;
    opacity: 0.35;
    position: absolute;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 92%);
}

body.auth-forgot-password-page .auth-orb {
    border-radius: 999px;
    filter: blur(20px);
    position: absolute;
}

body.auth-forgot-password-page .auth-orb.orb-a {
    background: radial-gradient(circle, rgba(39, 140, 207, 0.58), rgba(39, 140, 207, 0.08) 68%, transparent 72%);
    height: 26rem;
    left: -8rem;
    top: -8rem;
    width: 26rem;
}

body.auth-forgot-password-page .auth-orb.orb-b {
    background: radial-gradient(circle, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.02) 64%, transparent 72%);
    bottom: -4rem;
    height: 20rem;
    right: -5rem;
    width: 20rem;
}

body.auth-forgot-password-page .auth-shell {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    padding: clamp(1rem, 3vw, 2rem);
    position: relative;
    z-index: 1;
}

body.auth-forgot-password-page .auth-card {
    background: var(--color-white);
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: var(--auth-radius-xl);
    box-shadow: var(--auth-shadow);
    padding: clamp(1.35rem, 4vw, 2.35rem);
    position: relative;
    width: min(100%, 36rem);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
}

body.auth-forgot-password-page .auth-brand-block {
    display: grid;
    gap: 2.25rem;
    justify-items: center;
    margin-bottom: 1.5rem;
    text-align: center;
}

body.auth-forgot-password-page .auth-brand-mark {
    align-items: center;
    display: inline-flex;
    justify-content: center;
}

body.auth-forgot-password-page .auth-brand-mark--icon {
    background: linear-gradient(135deg, var(--auth-primary), var(--auth-primary-dark));
    border-radius: 1.1rem;
    box-shadow: 0 1rem 2rem rgba(39, 140, 207, 0.18);
    height: 3.75rem;
    width: 3.75rem;
}

body.auth-forgot-password-page .auth-brand-mark--icon i {
    color: #fff;
    font-size: 1.55rem;
}

body.auth-forgot-password-page .auth-brand-mark img {
    display: block;
    height: auto;
    max-width: 10rem;
    width: auto;
}

body.auth-forgot-password-page .auth-brand-copy {
    display: grid;
    gap: 0.55rem;
}

body.auth-forgot-password-page .auth-brand-copy h1 {
    color: var(--auth-text);
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.05;
    margin: 0;
}

body.auth-forgot-password-page .auth-brand-copy p {
    color: var(--auth-muted);
    font-size: 0.98rem;
    line-height: 1.65;
    margin: 0;
}

body.auth-forgot-password-page .auth-form {
    display: grid;
    gap: 1rem;
}

body.auth-forgot-password-page .auth-method-group {
    display: grid;
    gap: 0.75rem;
    margin: 0;
    position: relative;
}

body.auth-forgot-password-page .auth-method-group > input {
    border: 0;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

body.auth-forgot-password-page .auth-method-switch {
    align-items: stretch;
    background: rgba(8, 32, 41, 0.05);
    border: 1px solid rgba(8, 32, 41, 0.1);
    border-radius: 1.1rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0.35rem;
    position: relative;
}

body.auth-forgot-password-page .auth-method-switch:focus-within {
    border-color: rgba(39, 140, 207, 0.35);
    box-shadow: 0 0 0 0.25rem rgba(39, 140, 207, 0.1);
}

body.auth-forgot-password-page .auth-method-indicator {
    background: var(--color-white);
    border: 1px solid var(--color-dark-08);
    border-radius: 0.85rem;
    height: calc(100% - 0.7rem);
    left: 0.35rem;
    position: absolute;
    top: 0.35rem;
    width: calc((100% - 0.7rem) / 3);
    will-change: transform;
    transition: all 250ms;
}

body.auth-forgot-password-page #auth-method-cpf:checked ~ .auth-method-switch .auth-method-indicator {
    transform: translateX(100%);
}

body.auth-forgot-password-page #auth-method-username:checked ~ .auth-method-switch .auth-method-indicator {
    transform: translateX(200%);
}

body.auth-forgot-password-page .auth-method-option {
    align-items: center;
    color: var(--auth-muted);
    cursor: pointer;
    display: grid;
    gap: 0.12rem;
    justify-items: center;
    padding: 0.9rem 0.8rem;
    position: relative;
    text-align: center;
    transition: color 0.2s ease;
    z-index: 1;
}

body.auth-forgot-password-page .auth-method-option span {
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    line-height: 1.1;
}

body.auth-forgot-password-page #auth-method-cpf:checked ~ .auth-method-switch .auth-method-option--cpf,
body.auth-forgot-password-page #auth-method-email:checked ~ .auth-method-switch .auth-method-option--email,
body.auth-forgot-password-page #auth-method-username:checked ~ .auth-method-switch .auth-method-option--username {
    color: var(--auth-text);
}

body.auth-forgot-password-page .auth-field-stack {
    display: grid;
    gap: 1rem;
}

body.auth-forgot-password-page .auth-field {
    display: grid;
    gap: 0.45rem;
}

body.auth-forgot-password-page .auth-field > span {
    color: var(--auth-muted);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.01em;
}

body.auth-forgot-password-page .auth-field--email {
    display: none;
}

body.auth-forgot-password-page .auth-input-shell {
    align-items: center;
    background: var(--color-white);
    border: 1px solid var(--color-dark-16);
    border-radius: 1rem;
    display: flex;
    gap: 0.85rem;
    padding: 0 1rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.auth-forgot-password-page .auth-input-shell i {
    color: rgba(8, 32, 41, 0.34);
    flex-shrink: 0;
    font-size: 0.95rem;
}

body.auth-forgot-password-page .auth-input-shell input {
    appearance: none;
    background: transparent;
    border: 0;
    color: var(--auth-text);
    flex: 1;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    min-width: 0;
    outline: none;
    padding: 1rem 0;
}

body.auth-forgot-password-page .auth-input-shell input::placeholder {
    color: rgba(8, 32, 41, 0.34);
    font-weight: 500;
}

body.auth-forgot-password-page .auth-input-shell:focus-within {
    border-color: rgba(39, 140, 207, 0.38);
    box-shadow: 0 0 0 0.2rem rgba(39, 140, 207, 0.12);
}

body.auth-forgot-password-page #auth-method-cpf:checked ~ .auth-field-stack .auth-field--cpf {
    display: grid;
}

body.auth-forgot-password-page #auth-method-cpf:checked ~ .auth-field-stack .auth-field--email {
    display: none;
}

body.auth-forgot-password-page #auth-method-email:checked ~ .auth-field-stack .auth-field--cpf {
    display: none;
}

body.auth-forgot-password-page #auth-method-email:checked ~ .auth-field-stack .auth-field--email {
    display: grid;
}

body.auth-forgot-password-page .auth-links {
    align-items: center;
    color: var(--auth-muted);
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
    justify-content: center;
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1.45;
    margin-top: .5rem;
}

body.auth-forgot-password-page .auth-links a {
    color: var(--auth-primary);
}

body.auth-forgot-password-page .auth-submit {
    align-items: center;
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
    border-radius: 1rem;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 0.01em;
    padding: 1rem 1.25rem;
    width: 100%;
}

body.auth-forgot-password-page .auth-submit:hover {
    filter: saturate(1.2);
}

body.auth-forgot-password-page .auth-submit:focus-visible {
    outline: 0;
}
