@import 'Cobralo.WebUI.Client.6kf4jphrdw.bundle.scp.css';

/* /Components/Pages/Login.razor.rz.scp.css */
/* ───────── Tokens ───────── */
.cb-login[b-d05j5x8jus] {
    --cb-primary: #1B4BE8;
    --cb-primary-dark: #0F3BBF;
    --cb-text: #101828;
    --cb-label: #344054;
    --cb-secondary: #667085;
    --cb-tertiary: #98A2B3;
    --cb-border: #D5DAE3;
    --cb-divider: #EAECF0;
    --cb-success: #16A34A;
    --cb-accent: #7FE3C0;
    --cb-error: #F04438;
    --cb-error-text: #B42318;
    --cb-error-bg: #FEF3F2;
    --cb-error-border: #FDA29B;

    font-family: "Manrope", system-ui, sans-serif;
    color: var(--cb-text);
    min-height: 100dvh;
    background: #fff;
    display: flex;
    flex-direction: column;
}

/* ───────── HERO (brand panel) ───────── */
.cb-login__hero[b-d05j5x8jus] {
    position: relative;
    background: linear-gradient(160deg, #1B4BE8 0%, #123AC0 55%, #0C2E9B 100%);
    color: #fff;
    overflow: hidden;
    padding: 52px 26px 34px;
    border-radius: 0 0 26px 26px;
    display: flex;
    flex-direction: column;
}

.cb-login__hero-circle[b-d05j5x8jus] {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.cb-login__hero-circle--top[b-d05j5x8jus] {
    width: 260px;
    height: 260px;
    top: -130px;
    right: -90px;
    background: rgba(255, 255, 255, 0.07);
}

.cb-login__hero-circle--bottom[b-d05j5x8jus] {
    display: none;
}

.cb-login__hero-inner[b-d05j5x8jus] {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.cb-login__brand[b-d05j5x8jus] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.cb-login__logo[b-d05j5x8jus] {
    height: 40px;
    width: auto;
    max-width: 280px;
    object-fit: contain;
    display: block;
}

.cb-login__tagline[b-d05j5x8jus] {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.75);
}

/* ───────── Pitch (desktop only) ───────── */
.cb-login__pitch[b-d05j5x8jus] {
    display: none;
}

.cb-login__pitch-title[b-d05j5x8jus] {
    margin: 0;
    font-size: 38px;
    line-height: 1.15;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.025em;
}

.cb-login__pitch-subtitle[b-d05j5x8jus] {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.78);
}

.cb-login__benefits[b-d05j5x8jus] {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 6px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.cb-login__benefit[b-d05j5x8jus] {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
}

.cb-login__benefit-dot[b-d05j5x8jus] {
    flex: 0 0 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--cb-accent);
}

/* ───────── Footer (desktop only) ───────── */
.cb-login__footer[b-d05j5x8jus] {
    display: none;
}

/* ───────── Form sheet ───────── */
.cb-login__sheet[b-d05j5x8jus] {
    background: #fff;
    padding: 28px 26px;
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.cb-login__form-card[b-d05j5x8jus] {
    width: 100%;
    max-width: 400px;
}

/* ───────── Tablet (768-1024px): columna única centrada ───────── */
@media (min-width: 768px) {
    .cb-login[b-d05j5x8jus] {
        max-width: 440px;
        margin: 0 auto;
    }
}

/* ───────── Desktop (≥1024px): split de dos columnas ───────── */
@media (min-width: 1024px) {
    .cb-login[b-d05j5x8jus] {
        max-width: none;
        margin: 0;
        flex-direction: row;
    }

    .cb-login__hero[b-d05j5x8jus] {
        flex: 0 0 50%;
        min-height: 100dvh;
        border-radius: 0;
        padding: 52px;
        justify-content: space-between;
    }

    .cb-login__hero-circle--top[b-d05j5x8jus] {
        width: 520px;
        height: 520px;
        top: -180px;
        right: -190px;
        background: rgba(255, 255, 255, 0.07);
    }

    .cb-login__hero-circle--bottom[b-d05j5x8jus] {
        display: block;
        width: 360px;
        height: 360px;
        bottom: -160px;
        left: -120px;
        background: rgba(255, 255, 255, 0.05);
    }

    .cb-login__hero-inner[b-d05j5x8jus] {
        height: 100%;
        justify-content: space-between;
        gap: 0;
    }

    .cb-login__brand[b-d05j5x8jus] {
        gap: 6px;
    }

    .cb-login__logo[b-d05j5x8jus] {
        height: 56px;
    }

    .cb-login__pitch[b-d05j5x8jus] {
        display: flex;
        flex-direction: column;
        gap: 22px;
        max-width: 400px;
    }

    .cb-login__footer[b-d05j5x8jus] {
        display: block;
        margin: 0;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.55);
    }

    .cb-login__sheet[b-d05j5x8jus] {
        flex: 1;
        padding: 52px;
        align-items: center;
        min-height: 100dvh;
    }

    .cb-login__form-card[b-d05j5x8jus] {
        max-width: 400px;
    }
}
/* /Components/Payments/PaymentDetail.razor.rz.scp.css */
.pos-payment-list[b-rhnatffegn] {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
}

.pos-payment-list-header[b-rhnatffegn] {
    background-color: #1565C0;
    color: white;
    padding: 10px 16px;
    font-size: 0.74rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    gap: 8px;
}

.pos-payment-row[b-rhnatffegn] {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    gap: 16px;
    border-bottom: 1px solid #e8e8e8;
    transition: background-color 0.12s;
    font-size: 0.85rem;
}

    .pos-payment-row:hover[b-rhnatffegn] {
        background-color: #f9f9f9;
    }

    .pos-payment-row:last-child[b-rhnatffegn] {
        border-bottom: none;
    }

.pos-payment-method[b-rhnatffegn] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    min-width: 110px;
}

    .pos-payment-method .method-name[b-rhnatffegn] {
        font-size: 0.85rem;
        font-weight: 600;
        white-space: nowrap;
    }

.pos-payment-ref[b-rhnatffegn] {
    font-size: 0.78rem;
    font-weight: 500;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}

.pos-payment-amount[b-rhnatffegn] {
    font-size: 0.95rem;
    font-weight: 700;
    white-space: nowrap;
    min-width: 90px;
    text-align: right;
}

.pos-payment-empty[b-rhnatffegn] {
    padding: 24px 16px;
    text-align: center;
    color: #9e9e9e;
    font-size: 0.85rem;
}
/* /Components/Payments/PaymentTab.razor.rz.scp.css */
/* ══════════════════════════════════════════════
   Section labels
   ══════════════════════════════════════════════ */
.pt-section-label[b-mj6ssewjfq] {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #6b7a90;
    margin-bottom: 10px;
}

/* ══════════════════════════════════════════════
   Método de pago — acordeón
   Colapsado: 1 card con el método actual + caret
   Expandido: grid 2 cols con todos los métodos
   ══════════════════════════════════════════════ */
.pt-method-section[b-mj6ssewjfq] {
    margin-bottom: 4px;
}

.pt-method-current-card[b-mj6ssewjfq] {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 12px 16px;
    border: 1.5px solid #1565C0;
    border-radius: 10px;
    background: #EBF2FF;
    color: #1565C0;
    font-weight: 600;
    font-size: 0.92rem;
    cursor: pointer;
    transition: all 0.15s ease;
}

    .pt-method-current-card:hover:not(:disabled)[b-mj6ssewjfq] {
        background: #DCE9FB;
    }

    .pt-method-current-card:disabled[b-mj6ssewjfq] {
        opacity: 0.5;
        cursor: not-allowed;
    }

    .pt-method-current-card[b-mj6ssewjfq]  .mud-icon-root {
        font-size: 24px !important;
        width: 24px;
        height: 24px;
        color: #1565C0;
    }

.pt-method-current-name[b-mj6ssewjfq] {
    flex: 1;
    text-align: left;
}

.pt-method-current-change[b-mj6ssewjfq] {
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #1565C0;
    opacity: 0.7;
}

.pt-method-caret[b-mj6ssewjfq] {
    color: #1565C0 !important;
}

.pt-method-grid[b-mj6ssewjfq] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.pt-method-card[b-mj6ssewjfq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 70px;
    padding: 8px 10px;
    border: 1.5px solid #e0e6ee;
    border-radius: 10px;
    background: #ffffff;
    color: #455a74;
    font-weight: 600;
    font-size: 0.86rem;
    cursor: pointer;
    transition: all 0.15s ease;
    text-align: center;
}

    .pt-method-card:hover:not(:disabled)[b-mj6ssewjfq] {
        border-color: #C7D6EA;
    }

    .pt-method-card.active[b-mj6ssewjfq] {
        border-color: #1565C0;
        background: #EBF2FF;
        color: #1565C0;
    }

    .pt-method-card:disabled[b-mj6ssewjfq] {
        opacity: 0.5;
        cursor: not-allowed;
    }

    .pt-method-card[b-mj6ssewjfq]  .mud-icon-root {
        font-size: 22px !important;
        width: 22px;
        height: 22px;
    }

.pt-method-label[b-mj6ssewjfq] {
    line-height: 1.15;
}

/* ══════════════════════════════════════════════
   Monto recibido (cash)
   ══════════════════════════════════════════════ */
.pt-amount-section[b-mj6ssewjfq] {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pt-denom-group[b-mj6ssewjfq] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.pt-denom-label[b-mj6ssewjfq] {
    font-size: 0.66rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #8a99ad;
}

.pt-coins-grid[b-mj6ssewjfq] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.pt-bills-grid[b-mj6ssewjfq] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

/* ══════════════════════════════════════════════
   Botones de denominación
   ══════════════════════════════════════════════ */
.pt-denom-btn[b-mj6ssewjfq] {
    padding: 0 6px;
    height: 44px;
    border-radius: 8px;
    background: #ffffff;
    color: #455a74;
    font-weight: 700;
    font-size: 0.92rem;
    cursor: pointer;
    transition: all 0.12s ease;
    border-width: 1.5px;
    border-style: solid;
}

    .pt-denom-btn.coin[b-mj6ssewjfq] {
        border-color: #B7C2D1;
        border-style: dashed;
    }

    .pt-denom-btn.bill[b-mj6ssewjfq] {
        border-color: #B7C2D1;
        border-style: solid;
    }

    .pt-denom-btn:hover:not(:disabled)[b-mj6ssewjfq] {
        border-color: #1565C0;
        color: #1565C0;
    }

    .pt-denom-btn:active:not(:disabled)[b-mj6ssewjfq] {
        background: #EBF2FF;
        transform: scale(0.97);
    }

    .pt-denom-btn:disabled[b-mj6ssewjfq] {
        opacity: 0.5;
        cursor: not-allowed;
    }

/* ══════════════════════════════════════════════
   Cambio a devolver
   ══════════════════════════════════════════════ */
.pt-change-row[b-mj6ssewjfq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 14px;
    background: #f9f9f9;
    border-radius: 10px;
    margin-top: 4px;
}

.pt-change-label[b-mj6ssewjfq] {
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #455a74;
}

.pt-change-amount[b-mj6ssewjfq] {
    font-size: 1.4rem;
    font-weight: 800;
    color: #1565C0;
}

/* ══════════════════════════════════════════════
   Resumen
   ══════════════════════════════════════════════ */
.pt-summary[b-mj6ssewjfq] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 10px 14px;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
}

.pt-summary-row[b-mj6ssewjfq] {
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
    color: #455a74;
}

/* ══════════════════════════════════════════════
   Acciones (Exacto / Registrar / Limpiar)
   ══════════════════════════════════════════════ */
.pt-action-row[b-mj6ssewjfq] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.pt-action-row[b-mj6ssewjfq]  .mud-button-root {
    flex: 1 1 0;
    min-width: 120px;
    height: 44px;
    border-radius: 10px !important;
    text-transform: none !important;
    font-weight: 600 !important;
}

/* ══════════════════════════════════════════════
   Non-cash
   ══════════════════════════════════════════════ */
.pt-noncash[b-mj6ssewjfq] {
    margin-top: 16px;
}

/* ══════════════════════════════════════════════
   Responsive
   ══════════════════════════════════════════════ */
@media (max-width: 600px) {
    .pt-method-grid[b-mj6ssewjfq] {
        grid-template-columns: repeat(2, 1fr);
    }

    .pt-bills-grid[b-mj6ssewjfq] {
        grid-template-columns: repeat(3, 1fr);
    }

    .pt-denom-btn[b-mj6ssewjfq] {
        height: 40px;
        font-size: 0.86rem;
    }

    .pt-action-row[b-mj6ssewjfq]  .mud-button-root {
        flex: 1 1 100%;
        min-width: 0;
    }
}
/* /Components/Shared/TruncatedText.razor.rz.scp.css */
.trunc-text-wrap[b-y4na5ec3qh] {
    min-width: 0;
}

.trunc-text[b-y4na5ec3qh] {
    display: block;
}

.trunc-text-toggle[b-y4na5ec3qh] {
    display: block;
    background: none;
    border: none;
    padding: 2px 0 0;
    margin: 0;
    color: var(--mud-palette-primary);
    font-size: 12px;
    font-weight: 650;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

/* Mobile/tablet (<1280px): recorte a 2 líneas, no a 1 — más legible en el
   espacio reducido de la fila/card (pedido explícito: nunca 1 sola línea). */
@media (max-width: 1279.95px) {
    .trunc-text[b-y4na5ec3qh] {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
        overflow: hidden;
    }

    .trunc-text.trunc-text-expanded[b-y4na5ec3qh] {
        display: block;
        -webkit-line-clamp: unset;
        overflow: visible;
    }
}

/* Desktop (>=1280px): sin truncar — wrap completo, la fila crece verticalmente
   lo necesario en vez de cortar con "...". El toggle no aplica acá. */
@media (min-width: 1280px) {
    .trunc-text[b-y4na5ec3qh] {
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
    }

    .trunc-text-toggle[b-y4na5ec3qh] {
        display: none;
    }
}
/* /Components/Users/LoginForm.razor.rz.scp.css */
/* ───────── Form shell ───────── */
.cb-form[b-0kixtyoz54] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 26px;
}

/* ───────── Heading ───────── */
.cb-form__head[b-0kixtyoz54] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cb-form__title[b-0kixtyoz54] {
    margin: 0;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #101828;
}

.cb-form__subtitle[b-0kixtyoz54] {
    margin: 0;
    font-size: 15px;
    color: #667085;
}

/* ───────── Fields ───────── */
.cb-form__fields[b-0kixtyoz54] {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.cb-field[b-0kixtyoz54] {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.cb-field__label[b-0kixtyoz54] {
    font-size: 14px;
    font-weight: 600;
    color: #344054;
}

.cb-field__row[b-0kixtyoz54] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.cb-field__toggle[b-0kixtyoz54] {
    position: relative;
    background: none;
    border: none;
    padding: 0;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    color: #1B4BE8;
    cursor: pointer;
}

.cb-field__toggle[b-0kixtyoz54]::before {
    content: "";
    position: absolute;
    inset: -14px -10px;
}

.cb-field__toggle:hover[b-0kixtyoz54] {
    color: #0F3BBF;
}

/* ───────── Inputs nativos ───────── */
.cb-input[b-0kixtyoz54] {
    height: 52px;
    width: 100%;
    box-sizing: border-box;
    border: 1.5px solid #D5DAE3;
    border-radius: 10px;
    background: #fff;
    font-size: 16px;
    color: #101828;
    padding: 0 16px;
    font-family: inherit;
    transition: border-color .15s ease-out, background-color .15s ease-out, box-shadow .15s ease-out;
}

.cb-input[b-0kixtyoz54]::placeholder {
    color: #98A2B3;
}

.cb-input:focus[b-0kixtyoz54] {
    outline: none;
    border-color: #1B4BE8;
    box-shadow: 0 0 0 4px rgba(27, 75, 232, .12);
}

.cb-input.cb-input--error[b-0kixtyoz54] {
    border-color: #F04438;
}

/* ───────── Row: remember + forgot ───────── */
.cb-form__row[b-0kixtyoz54] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.cb-form__remember[b-0kixtyoz54] {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 14px;
    font-weight: 500;
    color: #475467;
    cursor: pointer;
}

.cb-form__remember[b-0kixtyoz54]::before {
    content: "";
    position: absolute;
    inset: -14px 0;
}

.cb-form__remember input[type="checkbox"][b-0kixtyoz54] {
    width: 17px;
    height: 17px;
    accent-color: #1B4BE8;
    cursor: pointer;
}

.cb-form__forgot[b-0kixtyoz54] {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #1B4BE8;
}

.cb-form__forgot[b-0kixtyoz54]::before {
    content: "";
    position: absolute;
    inset: -14px -8px;
}

.cb-form__forgot:hover[b-0kixtyoz54] {
    color: #0F3BBF;
}

/* ───────── Foco visible (inputs, checkbox, enlaces, botones) ───────── */
.cb-input:focus-visible[b-0kixtyoz54],
.cb-form__forgot:focus-visible[b-0kixtyoz54],
.cb-field__toggle:focus-visible[b-0kixtyoz54],
.cb-form__remember input:focus-visible[b-0kixtyoz54],
.cb-form__submit:focus-visible[b-0kixtyoz54],
.cb-form__turnstile-retry:focus-visible[b-0kixtyoz54],
.cb-form__support a:focus-visible[b-0kixtyoz54],
.cb-form__legal a:focus-visible[b-0kixtyoz54] {
    outline: none;
    box-shadow: 0 0 0 4px rgba(27, 75, 232, .12);
    border-radius: 6px;
}

/* ───────── CTA: turnstile + alerta + botón ───────── */
.cb-form__cta[b-0kixtyoz54] {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* ───────── Turnstile: bloque siempre reservado (72px) ───────── */
.cb-form__turnstile[b-0kixtyoz54] {
    min-height: 72px;
    display: flex;
    align-items: center;
}

.cb-form__turnstile-idle[b-0kixtyoz54] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.cb-dot[b-0kixtyoz54] {
    flex: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #16A34A;
}

.cb-form__turnstile-idle span:last-child[b-0kixtyoz54] {
    font-size: 12.5px;
    color: #667085;
}

.cb-form__turnstile-box[b-0kixtyoz54] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cb-form__turnstile-row[b-0kixtyoz54] {
    min-height: 66px;
    border: 1.5px solid #E4E7EC;
    border-radius: 10px;
    background: #FAFBFC;
    display: flex;
    align-items: center;
    padding: 8px 16px;
    transition: border-color .15s ease-out, background-color .15s ease-out;
}

.cb-form__turnstile-row.is-solved[b-0kixtyoz54] {
    border-color: #CDEBD9;
    background: #F2FBF6;
}

.cb-form__turnstile-row.is-error[b-0kixtyoz54] {
    border-color: #FDA29B;
    background: #FEF3F2;
}

.cb-form__turnstile-mount[b-0kixtyoz54] {
    width: 100%;
    display: flex;
}

.cb-form__turnstile-solved[b-0kixtyoz54] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
}

.cb-dot--solved[b-0kixtyoz54] {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #16A34A;
}

.cb-form__turnstile-solved span:last-child[b-0kixtyoz54] {
    font-size: 14px;
    font-weight: 600;
    color: #166534;
}

.cb-form__turnstile-error[b-0kixtyoz54] {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.cb-dot--error[b-0kixtyoz54] {
    flex: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #F04438;
}

#cb-turnstile-error-text[b-0kixtyoz54] {
    flex: 1;
    min-width: 140px;
    font-size: 14px;
    font-weight: 600;
    color: #B42318;
    line-height: 1.35;
}

.cb-form__turnstile-retry[b-0kixtyoz54] {
    position: relative;
    background: none;
    border: none;
    padding: 0;
    font-family: inherit;
    font-size: 13px;
    font-weight: 800;
    color: #B42318;
    text-decoration: underline;
    cursor: pointer;
}

.cb-form__turnstile-retry[b-0kixtyoz54]::before {
    content: "";
    position: absolute;
    inset: -14px -8px;
}

.cb-form__turnstile-help[b-0kixtyoz54] {
    margin: 0;
    font-size: 12.5px;
    color: #667085;
}

.cb-form__turnstile-help a[b-0kixtyoz54] {
    color: #1B4BE8;
    font-weight: 700;
}

/* ───────── Alerta de error (credenciales / red / bot) ───────── */
.cb-form__alert[b-0kixtyoz54] {
    border: 1px solid #FDA29B;
    border-radius: 10px;
    background: #FEF3F2;
    padding: 12px 14px;
    font-size: 14px;
    color: #B42318;
    line-height: 1.4;
}

/* ───────── Submit button ───────── */
.cb-form__submit[b-0kixtyoz54] {
    width: 100%;
    height: 54px;
    border: none;
    border-radius: 10px;
    background: #1B4BE8;
    color: #fff;
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(27, 75, 232, .28);
    transition: background-color .15s ease-out, box-shadow .15s ease-out;
}

.cb-form__submit:hover:not(:disabled)[b-0kixtyoz54] {
    background: #0F3BBF;
}

.cb-form__submit:disabled[b-0kixtyoz54] {
    background: #B9C6F2;
    box-shadow: none;
    cursor: not-allowed;
}

/* ───────── Footer: soporte + legal ───────── */
.cb-form__footer[b-0kixtyoz54] {
    border-top: 1px solid #EAECF0;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    text-align: center;
}

.cb-form__support[b-0kixtyoz54] {
    margin: 0;
    font-size: 13.5px;
    color: #667085;
}

.cb-form__support a[b-0kixtyoz54] {
    font-weight: 700;
    color: #1B4BE8;
}

.cb-form__legal[b-0kixtyoz54] {
    margin: 0;
    font-size: 12px;
    color: #98A2B3;
}

.cb-form__legal a[b-0kixtyoz54] {
    color: #98A2B3;
    text-decoration: underline;
}
