.kooka-clientes-auth,
.kooka-clientes-auth * {
    box-sizing: border-box;
}

.kooka-clientes-auth.rnr-auth {
    --kc-red: #b72027;
    --kc-navy: #15394f;
    --kc-cream: #fff5df;
    --kc-ink: #16394e;
    position: relative;
    isolation: isolate;
    width: 100%;
    min-height: 610px;
    margin: 0;
    padding: 18px clamp(22px, 4vw, 72px);
    overflow: hidden;
    background-color: transparent;
    color: var(--kc-ink);
}

.kooka-clientes-auth.rnr-auth[style*="--kc-auth-background"] {
    background-image: var(--kc-auth-background);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.kooka-clientes-auth .rnr-auth__shade {
    position: absolute;
    z-index: -1;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255, 247, 227, 0) 0%, rgba(255, 247, 227, .04) 39%, rgba(255, 247, 227, .48) 72%, rgba(255, 247, 227, .72) 100%);
}

.kooka-clientes-auth .rnr-auth__layout {
    display: grid;
    grid-template-columns: minmax(300px, 1fr) minmax(420px, 500px);
    align-items: center;
    gap: clamp(24px, 4vw, 70px);
    width: min(100%, 1500px);
    min-height: 574px;
    margin: 0 auto;
}

.kooka-clientes-auth .rnr-auth__space {
    min-width: 0;
}

.kooka-clientes-auth .rnr-auth__layout .rnr-auth__card {
    width: 100%;
    max-width: 500px;
    margin: 0 0 0 auto;
    overflow: hidden;
    border: 4px solid rgba(255, 255, 255, .92);
    border-radius: 16px;
    background: rgba(255, 247, 228, .96);
    box-shadow: 0 18px 46px rgba(15, 44, 61, .22);
    backdrop-filter: blur(2px);
}

.kooka-clientes-auth .rnr-auth__tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    padding: 6px;
    background: var(--kc-navy);
}

.kooka-clientes-auth .rnr-auth__tabs .rnr-auth__tab {
    min-height: 44px;
    margin: 0;
    padding: 8px 14px;
    border: 0;
    border-radius: 11px;
    background: transparent;
    box-shadow: none;
    color: rgba(255, 255, 255, .76);
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .14em;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
}

.kooka-clientes-auth .rnr-auth__tabs .rnr-auth__tab.is-active {
    background: var(--kc-cream);
    color: var(--kc-red);
}

.kooka-clientes-auth .rnr-auth__panel {
    padding: 18px 28px 20px;
    background: transparent;
}

.kooka-clientes-auth .rnr-auth__panel[hidden] {
    display: none;
}

.kooka-clientes-auth .rnr-auth__heading {
    margin: 0 0 14px;
    text-align: center;
}

.kooka-clientes-auth .rnr-auth__heading .rnr-auth__eyebrow {
    display: block;
    margin: 0 0 5px;
    color: var(--kc-red);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .14em;
    line-height: 1.2;
    text-transform: uppercase;
}

.kooka-clientes-auth .rnr-auth__heading h2 {
    margin: 0 0 5px;
    color: var(--kc-navy);
    font-size: clamp(29px, 2.7vw, 36px);
    font-weight: 900;
    letter-spacing: .01em;
    line-height: 1;
    text-transform: uppercase;
}

.kooka-clientes-auth .rnr-auth__heading p {
    max-width: 470px;
    margin: 0 auto;
    color: #6a7479;
    font-size: 12px;
    line-height: 1.45;
}

.kooka-clientes-auth .rnr-auth__columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 11px;
}

.kooka-clientes-auth .rnr-auth__form .rnr-auth__field {
    margin: 0 0 8px;
}

.kooka-clientes-auth .rnr-auth__form .rnr-auth__field > label {
    display: block;
    margin: 0 0 4px;
    color: var(--kc-navy);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 1.2;
    text-transform: uppercase;
}

.kooka-clientes-auth .rnr-auth__form .rnr-auth__field input[type="text"],
.kooka-clientes-auth .rnr-auth__form .rnr-auth__field input[type="email"],
.kooka-clientes-auth .rnr-auth__form .rnr-auth__field input[type="tel"],
.kooka-clientes-auth .rnr-auth__form .rnr-auth__field input[type="password"] {
    display: block;
    width: 100%;
    height: 40px;
    min-height: 40px;
    margin: 0;
    padding: 0 12px;
    border: 1px solid #ccd5da;
    border-radius: 9px;
    background: #fff;
    box-shadow: none;
    color: #26343c;
    font: inherit;
    font-size: 13px;
    line-height: 40px;
    outline: 0;
    appearance: none;
}

.kooka-clientes-auth .rnr-auth__form .rnr-auth__field input::placeholder {
    color: #909aa0;
    opacity: 1;
}

.kooka-clientes-auth .rnr-auth__form .rnr-auth__field input:focus {
    border-color: var(--kc-red);
    box-shadow: 0 0 0 3px rgba(183, 32, 39, .12);
}

.kooka-clientes-auth .rnr-auth__password {
    position: relative;
}

.kooka-clientes-auth .rnr-auth__form .rnr-auth__password input[type="password"],
.kooka-clientes-auth .rnr-auth__form .rnr-auth__password input[type="text"] {
    padding-right: 49px;
}

.kooka-clientes-auth .rnr-auth__password .rnr-auth__password-toggle {
    position: absolute;
    top: 50%;
    right: 7px;
    width: 32px;
    height: 32px;
    min-height: 0;
    margin: 0;
    padding: 0;
    transform: translateY(-50%);
    border: 0;
    border-radius: 50%;
    background: transparent;
    box-shadow: none;
    color: var(--kc-navy);
    line-height: 32px;
    cursor: pointer;
}

.kooka-clientes-auth .rnr-auth__password .rnr-auth__password-toggle svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
}

.kooka-clientes-auth .rnr-auth__label-row,
.kooka-clientes-auth .rnr-auth__terms,
.kooka-clientes-auth .rnr-auth__remember {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #56636b;
    font-size: 11px;
    line-height: 1.4;
}

.kooka-clientes-auth .rnr-auth__label-row {
    align-items: center;
    justify-content: space-between;
    margin: 1px 0 8px;
}

.kooka-clientes-auth .rnr-auth__terms {
    margin: 2px 0 8px;
}

.kooka-clientes-auth .rnr-auth__terms input,
.kooka-clientes-auth .rnr-auth__remember input {
    flex: 0 0 auto;
    width: 15px;
    height: 15px;
    margin: 1px 0 0;
}

.kooka-clientes-auth a,
.kooka-clientes-auth .rnr-auth__switch button {
    color: var(--kc-red);
}

.kooka-clientes-auth .rnr-auth__form .rnr-auth__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    width: 100%;
    min-height: 42px;
    margin: 8px 0 0;
    padding: 9px 18px;
    border: 0;
    border-radius: 9px;
    background: var(--kc-red);
    box-shadow: 0 9px 20px rgba(183, 32, 39, .2);
    color: #fff;
    font: inherit;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .07em;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
}

.kooka-clientes-auth .rnr-auth__form .rnr-auth__submit svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.kooka-clientes-auth .rnr-auth__form .rnr-auth__submit:disabled {
    opacity: .68;
    cursor: wait;
}

.kooka-clientes-auth .rnr-auth__message {
    display: none;
    margin: 10px 0 0;
    padding: 10px 12px;
    border-radius: 9px;
    font-size: 12px;
    line-height: 1.4;
}

.kooka-clientes-auth .rnr-auth__message.is-visible {
    display: block;
}

.kooka-clientes-auth .rnr-auth__message.is-error {
    background: #fff0f0;
    color: #971e24;
}

.kooka-clientes-auth .rnr-auth__message.is-success {
    background: #eaf7ee;
    color: #176b37;
}

.kooka-clientes-auth .rnr-auth__switch {
    margin: 10px 0 0;
    color: #68747b;
    text-align: center;
    font-size: 11px;
}

.kooka-clientes-auth .rnr-auth__switch button {
    min-height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    box-shadow: none;
    font: inherit;
    font-weight: 800;
    line-height: inherit;
    cursor: pointer;
}

.kooka-clientes-auth .kc-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.kooka-clientes-account,
.kooka-clientes-wordpress-user {
    width: min(calc(100% - 40px), 650px);
    margin: 42px auto;
    padding: 34px;
    border: 1px solid #d8dee1;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(21, 57, 79, .1);
    color: #3e4c55;
    text-align: center;
}

.kooka-clientes-account h2,
.kooka-clientes-wordpress-user h2 {
    margin: 0 0 12px;
    color: var(--kc-navy, #15394f);
}

.kooka-clientes-wordpress-user__label {
    display: inline-block;
    margin-bottom: 9px;
    color: #b72027;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.kooka-clientes-logout {
    display: inline-block;
    margin-top: 12px;
}

@media (max-width: 980px) {
    .kooka-clientes-auth.rnr-auth {
        min-height: 0;
        padding: 34px 22px;
        background-position: 35% center;
    }

    .kooka-clientes-auth .rnr-auth__shade {
        background: rgba(255, 247, 227, .46);
    }

    .kooka-clientes-auth .rnr-auth__layout {
        display: block;
        min-height: 0;
    }

    .kooka-clientes-auth .rnr-auth__space {
        display: none;
    }

    .kooka-clientes-auth .rnr-auth__layout .rnr-auth__card {
        margin: 0 auto;
    }
}

@media (max-width: 580px) {
    .kooka-clientes-auth.rnr-auth {
        padding: 18px 12px;
    }

    .kooka-clientes-auth .rnr-auth__layout .rnr-auth__card {
        border-width: 4px;
        border-radius: 15px;
    }

    .kooka-clientes-auth .rnr-auth__panel {
        padding: 24px 18px 26px;
    }

    .kooka-clientes-auth .rnr-auth__columns {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .kooka-clientes-auth .rnr-auth__heading h2 {
        font-size: 31px;
    }

    .kooka-clientes-auth .rnr-auth__tabs .rnr-auth__tab {
        min-height: 46px;
        padding-inline: 8px;
        font-size: 12px;
        letter-spacing: .09em;
    }
}
