/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-v140x38t4y] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-v140x38t4y] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-oh88akiqlj],
.components-reconnect-repeated-attempt-visible[b-oh88akiqlj],
.components-reconnect-failed-visible[b-oh88akiqlj],
.components-pause-visible[b-oh88akiqlj],
.components-resume-failed-visible[b-oh88akiqlj],
.components-rejoining-animation[b-oh88akiqlj] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-oh88akiqlj],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-oh88akiqlj],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-oh88akiqlj],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-oh88akiqlj],
#components-reconnect-modal.components-reconnect-retrying[b-oh88akiqlj],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-oh88akiqlj],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-oh88akiqlj],
#components-reconnect-modal.components-reconnect-failed[b-oh88akiqlj],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-oh88akiqlj] {
    display: block;
}


#components-reconnect-modal[b-oh88akiqlj] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-oh88akiqlj 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-oh88akiqlj 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-oh88akiqlj 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-oh88akiqlj]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-oh88akiqlj 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-oh88akiqlj {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-oh88akiqlj {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-oh88akiqlj {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-oh88akiqlj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-oh88akiqlj] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-oh88akiqlj] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-oh88akiqlj] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-oh88akiqlj] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-oh88akiqlj] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-oh88akiqlj] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-oh88akiqlj 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-oh88akiqlj] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-oh88akiqlj {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Facturacion.razor.rz.scp.css */
/* Variables de tema */
.facturacion-wrapper[b-4zph9ud538] {
    --bg-primary: #f8fafc;
    --bg-secondary: #ffffff;
    --text-primary: #1e293b;
    --text-secondary: #64748b;
    --accent: #1a1a2e;
    --accent-hover: #16213e;
    --accent-light: #3b82f6;
    --border: #e2e8f0;
    --shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --alert-bg: #fef3c7;
    --alert-border: #f59e0b;
    --alert-text: #92400e;
    --input-bg: #ffffff;
    --radius: 12px;
    --radius-sm: 8px;
    --header-bg: #1a1a2e;
    --modal-overlay: rgba(0, 0, 0, 0.6);
}

.facturacion-wrapper.dark[b-4zph9ud538] {
    --bg-primary: #0f172a;
    --bg-secondary: #1e293b;
    --text-primary: #f1f5f9;
    --text-secondary: #94a3b8;
    --border: #334155;
    --shadow: 0 4px 6px -1px rgb(0 0 0 / 0.3), 0 2px 4px -2px rgb(0 0 0 / 0.3);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.3), 0 4px 6px -4px rgb(0 0 0 / 0.3);
    --alert-bg: #422006;
    --alert-border: #d97706;
    --alert-text: #fef3c7;
    --input-bg: #0f172a;
    --header-bg: #0a0a14;
    --modal-overlay: rgba(0, 0, 0, 0.8);
}

/* Layout principal */
.facturacion-wrapper[b-4zph9ud538] {
    min-height: 100vh;
    background: var(--bg-primary);
    color: var(--text-primary);
    display: flex;
    flex-direction: column;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    transition: background 0.3s ease, color 0.3s ease;
}

/* Header */
.facturacion-header[b-4zph9ud538] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.625rem 1.25rem;
    background: var(--header-bg);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: var(--shadow);
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-logos[b-4zph9ud538] {
    display: flex;
    align-items: center;
    flex: 1;
}

.logo-brand[b-4zph9ud538] {
    height: 26px;
    width: auto;
    object-fit: contain;
    opacity: 0.95;
    transition: opacity 0.2s ease;
}

.logo-brand:hover[b-4zph9ud538] {
    opacity: 1;
}

.theme-toggle[b-4zph9ud538] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: none;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    cursor: pointer;
    color: #ffffff;
    transition: all 0.2s ease;
}

.theme-toggle:hover[b-4zph9ud538] {
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(15deg);
}

.theme-toggle svg[b-4zph9ud538] {
    width: 18px;
    height: 18px;
}

/* Contenido principal */
.facturacion-content[b-4zph9ud538] {
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 2rem 1rem;
}

/* Card principal */
.facturacion-card[b-4zph9ud538] {
    width: 100%;
    max-width: 520px;
    background: var(--bg-secondary);
    border-radius: var(--radius);
    padding: 2rem;
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--border);
}

/* Card Header con icono y t�tulo */
.card-header[b-4zph9ud538] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--border);
}

.card-icon[b-4zph9ud538] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-hover) 100%);
    border-radius: var(--radius-sm);
    color: #ffffff;
    flex-shrink: 0;
}

.card-icon svg[b-4zph9ud538] {
    width: 32px;
    height: 32px;
}

.card-title[b-4zph9ud538] {
    flex: 1;
}

.card-title h1[b-4zph9ud538] {
    font-size: 1.375rem;
    font-weight: 700;
    margin: 0 0 0.25rem 0;
    color: var(--text-primary);
    line-height: 1.3;
}

.card-title p[b-4zph9ud538] {
    font-size: 0.875rem;
    color: var(--text-secondary);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

/* Bot�n de ayuda */
.help-btn[b-4zph9ud538] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border: none;
    background: transparent;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s ease;
    vertical-align: middle;
}

.help-btn svg[b-4zph9ud538] {
    width: 32px;
    height: 32px;
}

.help-btn:hover[b-4zph9ud538] {
    transform: scale(1.05);
}

/* Alerta/Nota */
.alert-note[b-4zph9ud538] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem;
    background: var(--alert-bg);
    border-left: 4px solid var(--alert-border);
    border-radius: var(--radius-sm);
    margin-bottom: 1rem;
    color: var(--alert-text);
    font-size: 0.875rem;
    line-height: 1.5;
}

.alert-note svg[b-4zph9ud538] {
    flex-shrink: 0;
    margin-top: 2px;
}

/* Alerta de error */
.alert-error[b-4zph9ud538] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem;
    background: #fef2f2;
    border-left: 4px solid #ef4444;
    border-radius: var(--radius-sm);
    margin-bottom: 1rem;
    color: #991b1b;
    font-size: 0.875rem;
    line-height: 1.5;
}

.facturacion-wrapper.dark .alert-error[b-4zph9ud538] {
    background: #450a0a;
    color: #fecaca;
}

.alert-error svg[b-4zph9ud538] {
    flex-shrink: 0;
    margin-top: 2px;
    color: #ef4444;
}

/* Formulario */
.facturacion-form[b-4zph9ud538] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Floating Label Inputs */
.floating-group[b-4zph9ud538] {
    display: flex;
    align-items: stretch;
    background: var(--input-bg);
    border: 2px solid var(--border);
    border-radius: var(--radius-sm);
    transition: all 0.2s ease;
    overflow: hidden;
}

.floating-group:focus-within[b-4zph9ud538] {
    border-color: var(--accent-light);
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.floating-icon[b-4zph9ud538] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.875rem;
    background: var(--border);
    color: var(--text-secondary);
    transition: all 0.2s ease;
}

.floating-group:focus-within .floating-icon[b-4zph9ud538] {
    background: var(--accent-light);
    color: #ffffff;
}

.floating-icon svg[b-4zph9ud538] {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.floating-input[b-4zph9ud538] {
    flex: 1;
    position: relative;
    min-height: 48px;
}

.floating-input input[b-4zph9ud538],
.floating-input select[b-4zph9ud538] {
    width: 100%;
    height: 100%;
    padding: 1rem 1rem 0.375rem 1rem;
    border: none;
    background: transparent;
    font-size: 0.875rem;
    color: var(--text-primary);
    outline: none;
}

.floating-input label[b-4zph9ud538] {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.875rem;
    color: var(--text-secondary);
    pointer-events: none;
    transition: all 0.2s ease;
    background: transparent;
}

/* Floating label activo (cuando hay contenido o focus) */
.floating-input input:focus ~ label[b-4zph9ud538],
.floating-input input:not(:placeholder-shown) ~ label[b-4zph9ud538],
.floating-input select:focus ~ label[b-4zph9ud538],
.floating-input select:valid ~ label[b-4zph9ud538] {
    top: 0.375rem;
    transform: translateY(0);
    font-size: 0.625rem;
    color: var(--accent-light);
    font-weight: 500;
}

.floating-input input[b-4zph9ud538]::placeholder {
    opacity: 0;
}

/* Bot�n siguiente */
.btn-siguiente[b-4zph9ud538] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 1rem 1.5rem;
    margin-top: 0.5rem;
    background: var(--accent);
    color: white;
    border: none;
    border-radius: var(--radius-sm);
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-siguiente:hover:not(:disabled)[b-4zph9ud538] {
    background: var(--accent-hover);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.btn-siguiente:disabled[b-4zph9ud538] {
    opacity: 0.7;
    cursor: not-allowed;
}

.btn-siguiente:active:not(:disabled)[b-4zph9ud538] {
    transform: translateY(0);
}

.btn-siguiente svg[b-4zph9ud538] {
    transition: transform 0.2s ease;
}

.btn-siguiente:hover:not(:disabled) svg:not(.spin)[b-4zph9ud538] {
    transform: translateX(4px);
}

/* Spinner animation */
.spin[b-4zph9ud538] {
    animation: spin-b-4zph9ud538 1s linear infinite;
}

@keyframes spin-b-4zph9ud538 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Footer */
.facturacion-footer[b-4zph9ud538] {
    padding: 1rem;
    text-align: center;
    color: var(--text-secondary);
    font-size: 0.75rem;
    border-top: 1px solid var(--border);
    background: var(--bg-secondary);
}

.facturacion-footer p[b-4zph9ud538] {
    margin: 0;
}

/* Modal */
.modal-overlay[b-4zph9ud538] {
    position: fixed;
    inset: 0;
    background: var(--modal-overlay);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 1rem;
    animation: fadeInOverlay-b-4zph9ud538 0.2s ease-out;
}

@keyframes fadeInOverlay-b-4zph9ud538 {
    from { opacity: 0; }
    to { opacity: 1; }
}

.modal-content[b-4zph9ud538] {
    width: 100%;
    max-width: 560px;
    max-height: 90vh;
    overflow-y: auto;
    background: var(--bg-secondary);
    border-radius: var(--radius);
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--border);
    animation: slideUp-b-4zph9ud538 0.3s ease-out;
}

@keyframes slideUp-b-4zph9ud538 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-header[b-4zph9ud538] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.625rem 1.25rem;
    border-bottom: 1px solid var(--border);
    background: var(--accent);
    color: #ffffff;
    border-radius: var(--radius) var(--radius) 0 0;
}

.modal-header h2[b-4zph9ud538] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0;
    width: 66%;
}

.modal-header h2 svg[b-4zph9ud538] {
    margin-right: 0.5rem;
}

.modal-close[b-4zph9ud538] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: none;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    cursor: pointer;
    color: #ffffff;
    transition: all 0.2s ease;
}

.modal-close:hover[b-4zph9ud538] {
    background: rgba(255, 255, 255, 0.2);
}

.modal-body[b-4zph9ud538] {
    padding: 1.5rem;
    color: var(--text-primary);
    line-height: 1.6;
}

.modal-intro[b-4zph9ud538] {
    font-size: 1rem;
    margin: 0 0 1.25rem 0;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--border);
}

.modal-body h3[b-4zph9ud538] {
    font-size: 0.9375rem;
    font-weight: 600;
    margin: 0 0 0.75rem 0;
    color: var(--text-primary);
}

.modal-body ul[b-4zph9ud538] {
    margin: 0;
    padding-left: 1.25rem;
}

.modal-body li[b-4zph9ud538] {
    margin-bottom: 0.625rem;
    font-size: 0.875rem;
    color: var(--text-secondary);
}

.modal-body li:last-child[b-4zph9ud538] {
    margin-bottom: 0;
}

.modal-body a[b-4zph9ud538] {
    color: var(--accent-light);
    text-decoration: none;
    font-weight: 500;
}

.modal-body a:hover[b-4zph9ud538] {
    text-decoration: underline;
}

.modal-footer[b-4zph9ud538] {
    padding: 1rem 1.5rem;
    border-top: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-entendido[b-4zph9ud538] {
    padding: 0.75rem 1.5rem;
    background: var(--accent);
    color: #ffffff;
    border: none;
    border-radius: var(--radius-sm);
    font-size: 0.9375rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-left: auto;
}

.btn-entendido:hover[b-4zph9ud538] {
    background: var(--accent-hover);
}

/* Checkbox No mostrar de nuevo */
.no-mostrar-check[b-4zph9ud538] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    font-size: 0.875rem;
    color: var(--text-secondary);
    user-select: none;
}

.no-mostrar-check input[type="checkbox"][b-4zph9ud538] {
    width: 18px;
    height: 18px;
    accent-color: var(--accent-light);
    cursor: pointer;
    margin: 0;
}

.no-mostrar-check span[b-4zph9ud538] {
    transition: color 0.2s ease;
}

.no-mostrar-check:hover span[b-4zph9ud538] {
    color: var(--text-primary);
}

/* Input help icon */
.input-help[b-4zph9ud538] {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease;
    padding: 0;
}

.input-help svg[b-4zph9ud538] {
    width: 32px;
    height: 32px;
}

.input-help:hover[b-4zph9ud538] {
    transform: translateY(-50%) scale(1.05);
}

/* Folio help modal */
.folio-help[b-4zph9ud538] {
    color: var(--text-primary);
    font-size: 0.95rem;
}

.folio-example[b-4zph9ud538] {
    margin-top: 1rem;
    padding: 0.75rem;
    border: 1px solid #2563eb;
    border-radius: var(--radius-sm);
    font-weight: 600;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.folio-example .label[b-4zph9ud538] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: #2563eb;
}

.folio-example .highlight[b-4zph9ud538] {
    font-size: 1rem;
    color: #1e40af;
}

.folio-caption[b-4zph9ud538] {
    margin: 0;
    font-size: 0.85rem;
    color: var(--text-secondary);
    line-height: 1.4;
}

/* Transcripci�n de factura */
.folio-transcript[b-4zph9ud538] {
    background: #ffffff;
    color: #0f172a;
    padding: 1rem;
    border-radius: var(--radius-sm);
    font-size: 0.85rem;
    line-height: 1.4;
    white-space: pre-wrap;
    margin: 0 0 1rem 0;
    border: 1px solid #2563eb;
}

.facturacion-wrapper.dark .folio-transcript[b-4zph9ud538] {
    background: #0f172a;
    color: #f8fafc;
    border-color: rgba(248, 250, 252, 0.2);
}

.folio-transcript strong[b-4zph9ud538] {
    font-weight: 700;
    color: #1d4ed8;
}

.facturacion-wrapper.dark .folio-transcript strong[b-4zph9ud538] {
    color: #93c5fd;
}

/* Responsive */
@media (max-width: 640px) {
    .facturacion-header[b-4zph9ud538] {
        padding: 0.5rem 1rem;
        justify-content: center;
        gap: 1rem;
    }

    .header-logos[b-4zph9ud538] {
        flex: none;
        justify-content: center;
    }

    .logo-brand[b-4zph9ud538] {
        height: 22px;
    }

    .theme-toggle[b-4zph9ud538] {
        position: absolute;
        right: 1rem;
        width: 32px;
        height: 32px;
    }

    .facturacion-content[b-4zph9ud538] {
        padding: 1rem;
        align-items: flex-start;
    }

    .facturacion-card[b-4zph9ud538] {
        padding: 1.5rem;
        border-radius: var(--radius-sm);
    }

    .card-header[b-4zph9ud538] {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .card-title p[b-4zph9ud538] {
        justify-content: center;
    }

    .card-icon[b-4zph9ud538] {
        width: 56px;
        height: 56px;
    }

    .card-icon svg[b-4zph9ud538] {
        width: 28px;
        height: 28px;
    }

    .card-title h1[b-4zph9ud538] {
        font-size: 1.125rem;
    }

    .alert-note[b-4zph9ud538] {
        font-size: 0.8125rem;
        padding: 0.875rem;
    }

    .floating-input[b-4zph9ud538] {
        min-height: 44px;
    }

    .floating-input input[b-4zph9ud538],
    .floating-input select[b-4zph9ud538] {
        font-size: 0.8125rem;
        padding: 0.875rem 1rem 0.25rem 1rem;
    }

    .btn-siguiente[b-4zph9ud538] {
        padding: 0.875rem 1.25rem;
    }

    /* Modal responsive */
    .modal-content[b-4zph9ud538] {
        max-height: 85vh;
    }

    .modal-header[b-4zph9ud538] {
        padding: 1rem 1.25rem;
    }

    .modal-header h2[b-4zph9ud538] {
        font-size: 1rem;
    }

    .modal-body[b-4zph9ud538] {
        padding: 1.25rem;
    }

    .modal-footer[b-4zph9ud538] {
        padding: 1rem 1.25rem;
        flex-direction: column;
        align-items: stretch;
    }

    .no-mostrar-check[b-4zph9ud538] {
        justify-content: center;
        margin-bottom: 0.5rem;
    }

    .btn-entendido[b-4zph9ud538] {
        margin-left: 0;
        width: 100%;
    }
}

/* Animaciones */
@keyframes fadeIn-b-4zph9ud538 {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.facturacion-card[b-4zph9ud538] {
    animation: fadeIn-b-4zph9ud538 0.4s ease-out;
}

/* Focus visible para accesibilidad */
.theme-toggle:focus-visible[b-4zph9ud538],
.btn-siguiente:focus-visible[b-4zph9ud538],
.help-btn:focus-visible[b-4zph9ud538],
.modal-close:focus-visible[b-4zph9ud538],
.btn-entendido:focus-visible[b-4zph9ud538] {
    outline: 2px solid var(--accent-light);
    outline-offset: 2px;
}

.floating-group:focus-within[b-4zph9ud538] {
    outline: none;
}

/* Ocultar spinners en inputs num�ricos */
.floating-input input[type="number"][b-4zph9ud538]::-webkit-outer-spin-button,
.floating-input input[type="number"][b-4zph9ud538]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.floating-input input[type="number"][b-4zph9ud538] {
    -moz-appearance: textfield;
}

/* Ajustes del modal */
.modal-header[b-4zph9ud538] {
    padding: 0.625rem 1.25rem;
}

.modal-header h2[b-4zph9ud538] {
    width: 66%;
}

.modal-header h2 svg[b-4zph9ud538] {
    margin-right: 0.5rem;
}

.folio-transcript[b-4zph9ud538] {
    border: 1px solid #2563eb;
}

.folio-example[b-4zph9ud538] {
    border: 1px solid #2563eb;
}

.folio-example-row[b-4zph9ud538] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.25rem 0;
}

.folio-example-row svg[b-4zph9ud538] {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #16a34a;
    stroke-width: 3;
}

.folio-example .highlight[b-4zph9ud538],
.folio-transcript strong[b-4zph9ud538] {
    color: #1d4ed8;
}
/* /Components/Pages/FacturacionExito.razor.rz.scp.css */
/* Variables de tema */
.facturacion-wrapper[b-r1u1a8q9bj] {
    --bg-primary: #f8fafc;
    --bg-secondary: #ffffff;
    --text-primary: #1e293b;
    --text-secondary: #64748b;
    --accent: #1a1a2e;
    --accent-hover: #16213e;
    --accent-light: #3b82f6;
    --border: #e2e8f0;
    --shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --input-bg: #ffffff;
    --radius: 12px;
    --radius-sm: 8px;
    --header-bg: #1a1a2e;
    --success-color: #22c55e;
    --success-bg: #f0fdf4;
}

.facturacion-wrapper.dark[b-r1u1a8q9bj] {
    --bg-primary: #0f172a;
    --bg-secondary: #1e293b;
    --text-primary: #f1f5f9;
    --text-secondary: #94a3b8;
    --border: #334155;
    --shadow: 0 4px 6px -1px rgb(0 0 0 / 0.3), 0 2px 4px -2px rgb(0 0 0 / 0.3);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.3), 0 4px 6px -4px rgb(0 0 0 / 0.3);
    --input-bg: #0f172a;
    --header-bg: #0a0a14;
    --success-color: #4ade80;
    --success-bg: #052e16;
}

/* Layout principal */
.facturacion-wrapper[b-r1u1a8q9bj] {
    min-height: 100vh;
    background: var(--bg-primary);
    color: var(--text-primary);
    display: flex;
    flex-direction: column;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    transition: background 0.3s ease, color 0.3s ease;
}

/* Header */
.facturacion-header[b-r1u1a8q9bj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.625rem 1.25rem;
    background: var(--header-bg);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: var(--shadow);
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-logos[b-r1u1a8q9bj] {
    display: flex;
    align-items: center;
    flex: 1;
}

.logo-brand[b-r1u1a8q9bj] {
    height: 26px;
    width: auto;
    object-fit: contain;
    opacity: 0.95;
}

.theme-toggle[b-r1u1a8q9bj] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: none;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    cursor: pointer;
    color: #ffffff;
    transition: all 0.2s ease;
}

.theme-toggle:hover[b-r1u1a8q9bj] {
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(15deg);
}

.theme-toggle svg[b-r1u1a8q9bj] {
    width: 18px;
    height: 18px;
}

/* Contenido principal */
.facturacion-content[b-r1u1a8q9bj] {
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 2rem 1rem;
}

/* Card principal */
.facturacion-card[b-r1u1a8q9bj] {
    width: 100%;
    max-width: 560px;
    background: var(--bg-secondary);
    border-radius: var(--radius);
    padding: 2rem;
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--border);
}

.success-card[b-r1u1a8q9bj] {
    text-align: center;
}

/* Header de �xito con icono al lado */
.success-header[b-r1u1a8q9bj] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    text-align: left;
}

.success-icon[b-r1u1a8q9bj] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    min-width: 64px;
    background: var(--success-bg);
    border-radius: 50%;
    color: var(--success-color);
    animation: scaleIn-b-r1u1a8q9bj 0.5s ease-out;
}

@keyframes scaleIn-b-r1u1a8q9bj {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.success-icon svg[b-r1u1a8q9bj] {
    width: 32px;
    height: 32px;
}

/* Mensaje de �xito */
.success-message[b-r1u1a8q9bj] {
    flex: 1;
}

.success-message h1[b-r1u1a8q9bj] {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--success-color);
    margin: 0 0 0.25rem 0;
}

.success-message p[b-r1u1a8q9bj] {
    font-size: 0.875rem;
    color: var(--text-secondary);
    margin: 0;
}

/* Estado del correo */
.email-status[b-r1u1a8q9bj] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem 1rem;
    border-radius: var(--radius-sm);
    margin-bottom: 1.25rem;
    font-size: 0.875rem;
}

.email-status svg[b-r1u1a8q9bj] {
    flex-shrink: 0;
}

.email-success[b-r1u1a8q9bj] {
    background: var(--success-bg);
    color: var(--success-color);
    border: 1px solid var(--success-color);
}

.email-success strong[b-r1u1a8q9bj] {
    color: inherit;
}

.email-error[b-r1u1a8q9bj] {
    background: #fef2f2;
    color: #dc2626;
    border: 1px solid #fca5a5;
}

.facturacion-wrapper.dark .email-error[b-r1u1a8q9bj] {
    background: #450a0a;
    color: #fca5a5;
    border-color: #7f1d1d;
}

.email-sending[b-r1u1a8q9bj] {
    background: #eff6ff;
    color: #2563eb;
    border: 1px solid #93c5fd;
}

.facturacion-wrapper.dark .email-sending[b-r1u1a8q9bj] {
    background: #1e3a5f;
    color: #93c5fd;
    border-color: #1d4ed8;
}

.email-sending strong[b-r1u1a8q9bj] {
    color: inherit;
}

/* Secci�n del folio */
.folio-section[b-r1u1a8q9bj] {
    margin-bottom: 1.5rem;
    text-align: left;
}

.folio-label[b-r1u1a8q9bj] {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--text-secondary);
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.folio-input[b-r1u1a8q9bj] {
    width: 100%;
    padding: 0.875rem 1rem;
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-primary);
    background: var(--input-bg);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    text-align: center;
    letter-spacing: 1px;
}

.folio-input:focus[b-r1u1a8q9bj] {
    outline: none;
    border-color: var(--accent-light);
}

/* Secci�n de descargas */
.download-section[b-r1u1a8q9bj] {
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    background: var(--bg-primary);
    border-radius: var(--radius-sm);
    border: 1px solid var(--border);
}

.download-section h2[b-r1u1a8q9bj] {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.25rem 0;
    color: var(--text-primary);
}

.download-section p[b-r1u1a8q9bj] {
    font-size: 0.8125rem;
    color: var(--text-secondary);
    margin: 0 0 1rem 0;
}

.download-buttons[b-r1u1a8q9bj] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.btn-download[b-r1u1a8q9bj] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    border: 2px solid var(--border);
    border-radius: var(--radius-sm);
    background: var(--bg-secondary);
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: left;
}

.btn-download:hover:not(:disabled)[b-r1u1a8q9bj] {
    border-color: var(--accent-light);
    transform: translateY(-2px);
    box-shadow: var(--shadow);
}

.btn-download:disabled[b-r1u1a8q9bj] {
    opacity: 0.7;
    cursor: not-allowed;
}

.btn-download svg[b-r1u1a8q9bj] {
    flex-shrink: 0;
    color: var(--text-secondary);
}

.btn-xml:hover:not(:disabled) svg[b-r1u1a8q9bj] {
    color: #f97316;
}

.btn-pdf:hover:not(:disabled) svg[b-r1u1a8q9bj] {
    color: #ef4444;
}

.btn-text[b-r1u1a8q9bj] {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.btn-title[b-r1u1a8q9bj] {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--text-primary);
}

.btn-subtitle[b-r1u1a8q9bj] {
    font-size: 0.6875rem;
    color: var(--text-secondary);
}

/* Secci�n de acciones */
.actions-section[b-r1u1a8q9bj] {
    padding-top: 1rem;
    border-top: 1px solid var(--border);
}

.btn-nueva[b-r1u1a8q9bj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: var(--radius-sm);
    background: var(--accent);
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-nueva:hover[b-r1u1a8q9bj] {
    background: var(--accent-hover);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* Footer */
.facturacion-footer[b-r1u1a8q9bj] {
    padding: 1rem;
    text-align: center;
    color: var(--text-secondary);
    font-size: 0.75rem;
    border-top: 1px solid var(--border);
    background: var(--bg-secondary);
}

.facturacion-footer p[b-r1u1a8q9bj] {
    margin: 0;
}

/* Animaci�n de spinner */
@keyframes spin-b-r1u1a8q9bj {
    to {
        transform: rotate(360deg);
    }
}

.spin[b-r1u1a8q9bj] {
    animation: spin-b-r1u1a8q9bj 1s linear infinite;
}

/* Responsive */
@media (max-width: 640px) {
    .facturacion-header[b-r1u1a8q9bj] {
        padding: 0.5rem 1rem;
        justify-content: center;
        gap: 1rem;
    }

    .header-logos[b-r1u1a8q9bj] {
        flex: none;
        justify-content: center;
    }

    .logo-brand[b-r1u1a8q9bj] {
        height: 22px;
    }

    .theme-toggle[b-r1u1a8q9bj] {
        position: absolute;
        right: 1rem;
        width: 32px;
        height: 32px;
    }

    .facturacion-content[b-r1u1a8q9bj] {
        padding: 1rem;
    }

    .facturacion-card[b-r1u1a8q9bj] {
        padding: 1.5rem;
    }

    .success-header[b-r1u1a8q9bj] {
        flex-direction: column;
        text-align: center;
    }

    .success-message[b-r1u1a8q9bj] {
        text-align: center;
    }

    .success-icon[b-r1u1a8q9bj] {
        width: 56px;
        height: 56px;
        min-width: 56px;
    }

    .success-icon svg[b-r1u1a8q9bj] {
        width: 28px;
        height: 28px;
    }

    .success-message h1[b-r1u1a8q9bj] {
        font-size: 1.125rem;
    }

    .download-buttons[b-r1u1a8q9bj] {
        grid-template-columns: 1fr;
    }

    .download-section[b-r1u1a8q9bj] {
        padding: 1rem;
    }
}

/* Animaci�n de entrada */
@keyframes fadeIn-b-r1u1a8q9bj {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.facturacion-card[b-r1u1a8q9bj] {
    animation: fadeIn-b-r1u1a8q9bj 0.4s ease-out;
}

/* Focus visible para accesibilidad */
.theme-toggle:focus-visible[b-r1u1a8q9bj],
.btn-download:focus-visible[b-r1u1a8q9bj],
.btn-nueva:focus-visible[b-r1u1a8q9bj],
.folio-input:focus-visible[b-r1u1a8q9bj] {
    outline: 2px solid var(--accent-light);
    outline-offset: 2px;
}
/* /Components/Pages/FacturacionForm.razor.rz.scp.css */
/* Variables de tema */
.facturacion-wrapper[b-x6665eeadl] {
    --bg-primary: #f8fafc;
    --bg-secondary: #ffffff;
    --text-primary: #1e293b;
    --text-secondary: #64748b;
    --accent: #1a1a2e;
    --accent-hover: #16213e;
    --accent-light: #3b82f6;
    --border: #e2e8f0;
    --shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --input-bg: #ffffff;
    --radius: 12px;
    --radius-sm: 8px;
    --header-bg: #1a1a2e;
    --ticket-bg: #f1f5f9;
    --ticket-border: #cbd5e1;
    --ticket-header-bg: #64748b;
    --ticket-label: #64748b;
    --ticket-value: #1e293b;
    --ticket-importe: #1a1a2e;
    --ticket-divider: #cbd5e1;
}

.facturacion-wrapper.dark[b-x6665eeadl] {
    --bg-primary: #0f172a;
    --bg-secondary: #1e293b;
    --text-primary: #f1f5f9;
    --text-secondary: #94a3b8;
    --border: #334155;
    --shadow: 0 4px 6px -1px rgb(0 0 0 / 0.3), 0 2px 4px -2px rgb(0 0 0 / 0.3);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.3), 0 4px 6px -4px rgb(0 0 0 / 0.3);
    --input-bg: #0f172a;
    --header-bg: #0a0a14;
    --ticket-bg: #334155;
    --ticket-border: #475569;
    --ticket-header-bg: #475569;
    --ticket-label: #94a3b8;
    --ticket-value: #f1f5f9;
    --ticket-importe: #f1f5f9;
    --ticket-divider: #475569;
}

/* Layout principal */
.facturacion-wrapper[b-x6665eeadl] {
    min-height: 100vh;
    background: var(--bg-primary);
    color: var(--text-primary);
    display: flex;
    flex-direction: column;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    transition: background 0.3s ease, color 0.3s ease;
}

/* Header */
.facturacion-header[b-x6665eeadl] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.625rem 1.25rem;
    background: var(--header-bg);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: var(--shadow);
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-logos[b-x6665eeadl] {
    display: flex;
    align-items: center;
    flex: 1;
}

.logo-brand[b-x6665eeadl] {
    height: 26px;
    width: auto;
    object-fit: contain;
    opacity: 0.95;
    transition: opacity 0.2s ease;
}

.logo-brand:hover[b-x6665eeadl] {
    opacity: 1;
}

.theme-toggle[b-x6665eeadl] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: none;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    cursor: pointer;
    color: #ffffff;
    transition: all 0.2s ease;
}

.theme-toggle:hover[b-x6665eeadl] {
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(15deg);
}

.theme-toggle svg[b-x6665eeadl] {
    width: 18px;
    height: 18px;
}

/* Contenido principal */
.facturacion-content[b-x6665eeadl] {
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 2rem 1rem;
}

/* Card principal */
.facturacion-card[b-x6665eeadl] {
    width: 100%;
    max-width: 560px;
    background: var(--bg-secondary);
    border-radius: var(--radius);
    padding: 2rem;
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--border);
}

/* Card Header con icono y t�tulo */
.card-header[b-x6665eeadl] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--border);
}

.card-icon[b-x6665eeadl] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-hover) 100%);
    border-radius: var(--radius-sm);
    color: #ffffff;
    flex-shrink: 0;
}

.card-icon svg[b-x6665eeadl] {
    width: 32px;
    height: 32px;
}

.card-title[b-x6665eeadl] {
    flex: 1;
}

.card-title h1[b-x6665eeadl] {
    font-size: 1.375rem;
    font-weight: 700;
    margin: 0 0 0.25rem 0;
    color: var(--text-primary);
    line-height: 1.3;
}

.card-title p[b-x6665eeadl] {
    font-size: 0.875rem;
    color: var(--text-secondary);
    margin: 0;
}

/* Formulario */
.facturacion-form[b-x6665eeadl] {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}

/* Floating Label Inputs */
.floating-group[b-x6665eeadl] {
    display: flex;
    align-items: stretch;
    background: var(--input-bg);
    border: 2px solid var(--border);
    border-radius: var(--radius-sm);
    transition: all 0.2s ease;
    overflow: hidden;
}

.floating-group:focus-within[b-x6665eeadl] {
    border-color: var(--accent-light);
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.floating-group.disabled[b-x6665eeadl] {
    opacity: 0.6;
    cursor: not-allowed;
}

.floating-group.disabled .floating-input select[b-x6665eeadl] {
    cursor: not-allowed;
}

.floating-icon[b-x6665eeadl] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.875rem;
    background: var(--border);
    color: var(--text-secondary);
    transition: all 0.2s ease;
}

.floating-group:focus-within .floating-icon[b-x6665eeadl] {
    background: var(--accent-light);
    color: #ffffff;
}

.floating-icon svg[b-x6665eeadl] {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.floating-input[b-x6665eeadl] {
    flex: 1;
    position: relative;
    min-height: 48px;
}

.floating-input input[b-x6665eeadl],
.floating-input select[b-x6665eeadl] {
    width: 100%;
    height: 100%;
    padding: 1rem 1rem 0.375rem 1rem;
    border: none;
    background: transparent;
    font-size: 0.875rem;
    color: var(--text-primary);
    outline: none;
}

.floating-input select[b-x6665eeadl] {
    cursor: pointer;
    padding-right: 2rem;
}

.floating-input label[b-x6665eeadl] {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.875rem;
    color: var(--text-secondary);
    pointer-events: none;
    transition: all 0.2s ease;
    background: transparent;
}

/* Floating label activo (cuando hay contenido o focus) */
.floating-input input:focus ~ label[b-x6665eeadl],
.floating-input input:not(:placeholder-shown) ~ label[b-x6665eeadl] {
    top: 0.375rem;
    transform: translateY(0);
    font-size: 0.625rem;
    color: var(--accent-light);
    font-weight: 500;
}

/* Floating label para selects */
.floating-select label[b-x6665eeadl] {
    top: 0.375rem;
    transform: translateY(0);
    font-size: 0.625rem;
    color: var(--accent-light);
    font-weight: 500;
}

.floating-input input[b-x6665eeadl]::placeholder {
    opacity: 0;
}

.floating-input select option[b-x6665eeadl] {
    background: var(--bg-secondary);
    color: var(--text-primary);
    padding: 0.5rem;
}

/* Botones */
.form-buttons[b-x6665eeadl] {
    display: flex;
    gap: 1rem;
    margin-top: 0.5rem;
}

.btn-regresar[b-x6665eeadl],
.btn-generar[b-x6665eeadl] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.875rem 1.5rem;
    border: none;
    border-radius: var(--radius-sm);
    font-size: 0.9375rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-regresar[b-x6665eeadl] {
    flex: 1;
    background: var(--border);
    color: var(--text-primary);
}

.btn-regresar:hover[b-x6665eeadl] {
    background: var(--text-secondary);
    color: #ffffff;
}

.btn-generar[b-x6665eeadl] {
    flex: 2;
    background: var(--accent);
    color: #ffffff;
}

.btn-generar:hover[b-x6665eeadl] {
    background: var(--accent-hover);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.btn-generar:active[b-x6665eeadl],
.btn-regresar:active[b-x6665eeadl] {
    transform: translateY(0);
}

.btn-regresar svg[b-x6665eeadl],
.btn-generar svg[b-x6665eeadl] {
    transition: transform 0.2s ease;
}

.btn-regresar:hover svg[b-x6665eeadl] {
    transform: translateX(-4px);
}

.btn-generar:hover svg[b-x6665eeadl] {
    transform: translateX(4px);
}

/* Footer */
.facturacion-footer[b-x6665eeadl] {
    padding: 1rem;
    text-align: center;
    color: var(--text-secondary);
    font-size: 0.75rem;
    border-top: 1px solid var(--border);
    background: var(--bg-secondary);
}

.facturacion-footer p[b-x6665eeadl] {
    margin: 0;
}

/* Informaci�n del Ticket */
.ticket-info[b-x6665eeadl] {
    background: var(--input-bg);
    border: 1px solid var(--ticket-border);
    border-radius: var(--radius-sm);
    margin-bottom: 1.25rem;
    overflow: hidden;
}

.ticket-info-header[b-x6665eeadl] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1rem;
    background: var(--ticket-bg);
    color: var(--text-primary);
    font-weight: 600;
    font-size: 0.75rem;
    letter-spacing: 0.25px;
    border-bottom: 1px solid var(--ticket-border);
}

.ticket-info-header svg[b-x6665eeadl] {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    color: var(--text-secondary);
}

.ticket-info-content[b-x6665eeadl] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    background: var(--input-bg);
}

.ticket-info-item[b-x6665eeadl] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.75rem 1rem;
    text-align: center;
    position: relative;
    min-width: 0;
}

.ticket-info-item:first-child[b-x6665eeadl]::after {
    content: '';
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background: var(--ticket-divider);
}

.ticket-label[b-x6665eeadl] {
    font-size: 0.5625rem;
    font-weight: 600;
    color: var(--ticket-label);
    text-transform: uppercase;
    letter-spacing: 0.75px;
}

.ticket-value[b-x6665eeadl] {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--ticket-value);
}

/* Alerta de error */
.alert-error[b-x6665eeadl] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.875rem 1rem;
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: var(--radius-sm);
    margin-bottom: 1rem;
    color: #dc2626;
    font-size: 0.875rem;
    line-height: 1.4;
}

.dark .alert-error[b-x6665eeadl] {
    background: rgba(220, 38, 38, 0.1);
    border-color: rgba(220, 38, 38, 0.3);
}

.alert-error svg[b-x6665eeadl] {
    flex-shrink: 0;
    margin-top: 0.125rem;
}

/* Animaci�n spin */
.spin[b-x6665eeadl] {
    animation: spin-b-x6665eeadl 1s linear infinite;
}

@keyframes spin-b-x6665eeadl {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Bot�n deshabilitado */
.btn-generar:disabled[b-x6665eeadl],
.btn-regresar:disabled[b-x6665eeadl] {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none !important;
}

/* Responsive */
@media (max-width: 640px) {
    .facturacion-header[b-x6665eeadl] {
        padding: 0.5rem 1rem;
        justify-content: center;
        gap: 1rem;
    }

    .header-logs[b-x6665eeadl] {
        flex: none;
        justify-content: center;
    }

    .logo-brand[b-x6665eeadl] {
        height: 22px;
    }

    .theme-toggle[b-x6665eeadl] {
        position: absolute;
        right: 1rem;
        width: 32px;
        height: 32px;
    }

    .facturacion-content[b-x6665eeadl] {
        padding: 1rem;
        align-items: flex-start;
    }

    .facturacion-card[b-x6665eeadl] {
        padding: 1.25rem;
        border-radius: var(--radius-sm);
    }

    .card-header[b-x6665eeadl] {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }

    .card-icon[b-x6665eeadl] {
        width: 56px;
        height: 56px;
    }

    .card-icon svg[b-x6665eeadl] {
        width: 28px;
        height: 28px;
    }

    .card-title h1[b-x6665eeadl] {
        font-size: 1.125rem;
    }

    .floating-input[b-x6665eeadl] {
        min-height: 44px;
    }

    .floating-input input[b-x6665eeadl],
    .floating-input select[b-x6665eeadl] {
        font-size: 0.8125rem;
        padding: 0.875rem 1rem 0.25rem 1rem;
    }

    .form-buttons[b-x6665eeadl] {
        flex-direction: column;
    }

    .btn-regresar[b-x6665eeadl],
    .btn-generar[b-x6665eeadl] {
        flex: none;
        width: 100%;
        padding: 0.75rem 1rem;
    }

    .btn-generar[b-x6665eeadl] {
        order: -1;
    }

    .ticket-info-content[b-x6665eeadl] {
        grid-template-columns: 1fr 1fr;
    }

    .ticket-info-item[b-x6665eeadl] {
        padding: 0.625rem 0.75rem;
    }

    .ticket-label[b-x6665eeadl] {
        font-size: 0.5625rem;
    }

    .ticket-value[b-x6665eeadl] {
        font-size: 0.8125rem;
    }
}

/* Animaciones */
@keyframes fadeIn-b-x6665eeadl {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.facturacion-card[b-x6665eeadl] {
    animation: fadeIn-b-x6665eeadl 0.4s ease-out;
}

/* Focus visible para accesibilidad */
.theme-toggle:focus-visible[b-x6665eeadl],
.btn-regresar:focus-visible[b-x6665eeadl],
.btn-generar:focus-visible[b-x6665eeadl] {
    outline: 2px solid var(--accent-light);
    outline-offset: 2px;
}

.floating-group:focus-within[b-x6665eeadl] {
    outline: none;
}

/* Ocultar spinners en inputs num�ricos */
.floating-input input[type="number"][b-x6665eeadl]::-webkit-outer-spin-button,
.floating-input input[type="number"][b-x6665eeadl]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.floating-input input[type="number"][b-x6665eeadl] {
    -moz-appearance: textfield;
}

/* ===== MODAL DE SOPORTE ===== */
.modal-overlay[b-x6665eeadl] {
    --modal-bg: #ffffff;
    --modal-text: #1e293b;
    --modal-text-secondary: #64748b;
    --modal-border: #e2e8f0;
    --modal-input-bg: #ffffff;
    --modal-accent: #1a1a2e;
    --modal-accent-hover: #16213e;
    --modal-accent-light: #3b82f6;
    
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 1rem;
    animation: fadeInOverlay-b-x6665eeadl 0.2s ease-out;
}

.modal-overlay.dark[b-x6665eeadl] {
    --modal-bg: #1e293b;
    --modal-text: #f1f5f9;
    --modal-text-secondary: #94a3b8;
    --modal-border: #334155;
    --modal-input-bg: #0f172a;
}

@keyframes fadeInOverlay-b-x6665eeadl {
    from { opacity: 0; }
    to { opacity: 1; }
}

.modal-content[b-x6665eeadl] {
    background: var(--modal-bg);
    border-radius: 12px;
    width: 100%;
    max-width: 480px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border: 1px solid var(--modal-border);
    animation: slideInModal-b-x6665eeadl 0.3s ease-out;
}

@keyframes slideInModal-b-x6665eeadl {
    from {
        opacity: 0;
        transform: translateY(-20px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.modal-header[b-x6665eeadl] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem 1.5rem 1rem;
    text-align: left;
}

.modal-icon[b-x6665eeadl] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    flex-shrink: 0;
}

.modal-icon.warning[b-x6665eeadl] {
    background: #fef3c7;
    color: #d97706;
}

.modal-overlay.dark .modal-icon.warning[b-x6665eeadl] {
    background: rgba(217, 119, 6, 0.2);
}

.modal-icon svg[b-x6665eeadl] {
    width: 24px;
    height: 24px;
}

.modal-header-text[b-x6665eeadl] {
    flex: 1;
}

.modal-header-text h2[b-x6665eeadl] {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--modal-text);
    margin: 0 0 0.375rem 0;
}

.modal-header-text p[b-x6665eeadl] {
    font-size: 0.8125rem;
    color: var(--modal-text-secondary);
    margin: 0;
    line-height: 1.5;
}

.modal-body[b-x6665eeadl] {
    padding: 0 1.5rem 1rem;
}

.file-upload-group[b-x6665eeadl] {
    margin-bottom: 1rem;
}

.file-upload-label[b-x6665eeadl] {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--modal-text-secondary);
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Ocultar el input file nativo completamente */
.file-input-hidden[b-x6665eeadl] {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.file-upload-area[b-x6665eeadl] {
    position: relative;
    border: 2px dashed var(--modal-border);
    border-radius: 8px;
    background: var(--modal-input-bg);
    transition: all 0.2s ease;
    overflow: hidden;
}

.file-upload-area:hover[b-x6665eeadl] {
    border-color: var(--modal-accent-light);
}

.file-upload-area.has-file[b-x6665eeadl] {
    border-style: solid;
    border-color: var(--modal-accent-light);
    background: rgba(59, 130, 246, 0.05);
}

.file-placeholder[b-x6665eeadl] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 2rem 1rem;
    color: var(--modal-text-secondary);
    cursor: pointer;
    text-align: center;
    transition: all 0.2s ease;
}

.file-placeholder:hover[b-x6665eeadl] {
    color: var(--modal-accent-light);
    background: rgba(59, 130, 246, 0.05);
}

.file-placeholder svg[b-x6665eeadl] {
    color: var(--modal-accent-light);
}

.file-placeholder span[b-x6665eeadl] {
    font-size: 0.875rem;
}

.file-selected[b-x6665eeadl] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
}

.file-selected svg[b-x6665eeadl] {
    flex-shrink: 0;
    color: var(--modal-accent-light);
}

.file-selected span[b-x6665eeadl] {
    flex: 1;
    font-size: 0.875rem;
    color: var(--modal-text);
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.btn-remove-file[b-x6665eeadl] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: none;
    background: var(--modal-border);
    border-radius: 50%;
    color: var(--modal-text-secondary);
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-remove-file:hover[b-x6665eeadl] {
    background: #dc2626;
    color: #ffffff;
}

.modal-error[b-x6665eeadl] {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0.75rem;
    font-size: 0.8125rem;
}

.modal-footer[b-x6665eeadl] {
    display: flex;
    gap: 0.75rem;
    padding: 1rem 1.5rem 1.5rem;
    border-top: 1px solid var(--modal-border);
}

.btn-modal-cancel[b-x6665eeadl],
.btn-modal-submit[b-x6665eeadl] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    border: none;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-modal-cancel[b-x6665eeadl] {
    flex: 1;
    background: var(--modal-border);
    color: var(--modal-text);
}

.btn-modal-cancel:hover[b-x6665eeadl] {
    background: var(--modal-text-secondary);
    color: #ffffff;
}

.btn-modal-submit[b-x6665eeadl] {
    flex: 2;
    background: var(--modal-accent);
    color: #ffffff;
}

.btn-modal-submit:hover:not(:disabled)[b-x6665eeadl] {
    background: var(--modal-accent-hover);
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.btn-modal-submit:disabled[b-x6665eeadl],
.btn-modal-cancel:disabled[b-x6665eeadl] {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none !important;
}

/* ===== VISTA DE SOLICITUD ENVIADA ===== */
.success-card[b-x6665eeadl] {
    text-align: center;
}

.success-header[b-x6665eeadl] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    text-align: left;
}

.success-icon[b-x6665eeadl] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    min-width: 64px;
    background: #f0fdf4;
    border-radius: 50%;
    color: #22c55e;
    animation: scaleIn-b-x6665eeadl 0.5s ease-out;
}

.dark .success-icon[b-x6665eeadl] {
    background: #052e16;
    color: #4ade80;
}

@keyframes scaleIn-b-x6665eeadl {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.success-icon svg[b-x6665eeadl] {
    width: 32px;
    height: 32px;
}

.success-message[b-x6665eeadl] {
    flex: 1;
}

.success-message h1[b-x6665eeadl] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #22c55e;
    margin: 0 0 0.25rem 0;
}

.dark .success-message h1[b-x6665eeadl] {
    color: #4ade80;
}

.success-message p[b-x6665eeadl] {
    font-size: 0.875rem;
    color: var(--text-secondary);
    margin: 0;
}

.info-message[b-x6665eeadl] {
    display: flex;
    gap: 0.75rem;
    padding: 1rem;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: var(--radius-sm);
    margin-bottom: 1.5rem;
    text-align: left;
}

.dark .info-message[b-x6665eeadl] {
    background: rgba(59, 130, 246, 0.1);
    border-color: rgba(59, 130, 246, 0.3);
}

.info-message svg[b-x6665eeadl] {
    flex-shrink: 0;
    color: #3b82f6;
    margin-top: 0.125rem;
}

.info-message p[b-x6665eeadl] {
    font-size: 0.8125rem;
    color: var(--text-secondary);
    margin: 0 0 0.5rem 0;
    line-height: 1.5;
}

.info-message p:last-child[b-x6665eeadl] {
    margin-bottom: 0;
}

.info-message strong[b-x6665eeadl] {
    color: var(--text-primary);
}

.folio-section[b-x6665eeadl] {
    margin-bottom: 1.5rem;
    text-align: left;
}

.folio-label[b-x6665eeadl] {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--text-secondary);
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.folio-input[b-x6665eeadl] {
    width: 100%;
    padding: 0.875rem 1rem;
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-primary);
    background: var(--input-bg);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    text-align: center;
    letter-spacing: 1px;
}

.folio-input:focus[b-x6665eeadl] {
    outline: none;
    border-color: var(--accent-light);
}

.actions-section[b-x6665eeadl] {
    padding-top: 1rem;
    border-top: 1px solid var(--border);
}

.btn-nueva[b-x6665eeadl] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: var(--radius-sm);
    background: var(--accent);
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-nueva:hover[b-x6665eeadl] {
    background: var(--accent-hover);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* Responsive para modal */
@media (max-width: 640px) {
    .modal-content[b-x6665eeadl] {
        max-height: 85vh;
    }

    .modal-header[b-x6665eeadl] {
        padding: 1.25rem 1.25rem 0.75rem;
    }

    .modal-icon[b-x6665eeadl] {
        width: 56px;
        height: 56px;
    }

    .modal-header h2[b-x6665eeadl] {
        font-size: 1.125rem;
    }

    .modal-body[b-x6665eeadl] {
        padding: 0 1.25rem 0.75rem;
    }

    .file-placeholder[b-x6665eeadl] {
        padding: 1.5rem 1rem;
    }

    .modal-footer[b-x6665eeadl] {
        flex-direction: column;
        padding: 0.75rem 1.25rem 1.25rem;
    }

    .btn-modal-cancel[b-x6665eeadl],
    .btn-modal-submit[b-x6665eeadl] {
        flex: none;
        width: 100%;
    }

    .btn-modal-submit[b-x6665eeadl] {
        order: -1;
    }

    .success-header[b-x6665eeadl] {
        flex-direction: column;
        text-align: center;
    }

    .success-message[b-x6665eeadl] {
        text-align: center;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* Variables de tema */
.home-wrapper[b-bd7b2wamfc] {
    --bg-primary: #f8fafc;
    --bg-secondary: #ffffff;
    --text-primary: #1e293b;
    --text-secondary: #64748b;
    --accent: #1a1a2e;
    --accent-hover: #16213e;
    --accent-light: #3b82f6;
    --border: #e2e8f0;
    --shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --input-bg: #ffffff;
    --radius: 12px;
    --radius-sm: 8px;
    --header-bg: #1a1a2e;
}

.home-wrapper.dark[b-bd7b2wamfc] {
    --bg-primary: #0f172a;
    --bg-secondary: #1e293b;
    --text-primary: #f1f5f9;
    --text-secondary: #94a3b8;
    --border: #334155;
    --shadow: 0 4px 6px -1px rgb(0 0 0 / 0.3), 0 2px 4px -2px rgb(0 0 0 / 0.3);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.3), 0 4px 6px -4px rgb(0 0 0 / 0.3);
    --input-bg: #0f172a;
    --header-bg: #0a0a14;
}

/* Layout principal */
.home-wrapper[b-bd7b2wamfc] {
    min-height: 100vh;
    background: var(--bg-primary);
    color: var(--text-primary);
    display: flex;
    flex-direction: column;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    transition: background 0.3s ease, color 0.3s ease;
}

/* Header */
.home-header[b-bd7b2wamfc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.625rem 1.25rem;
    background: var(--header-bg);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: var(--shadow);
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-logos[b-bd7b2wamfc] {
    display: flex;
    align-items: center;
    flex: 1;
}

.logo-brand[b-bd7b2wamfc] {
    height: 26px;
    width: auto;
    object-fit: contain;
    opacity: 0.95;
    transition: opacity 0.2s ease;
}

.logo-brand:hover[b-bd7b2wamfc] {
    opacity: 1;
}

.theme-toggle[b-bd7b2wamfc] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: none;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    cursor: pointer;
    color: #ffffff;
    transition: all 0.2s ease;
}

.theme-toggle:hover[b-bd7b2wamfc] {
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(15deg);
}

.theme-toggle svg[b-bd7b2wamfc] {
    width: 18px;
    height: 18px;
}

/* Contenido principal */
.home-content[b-bd7b2wamfc] {
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 2rem 1rem;
}

/* Card principal */
.home-card[b-bd7b2wamfc] {
    width: 100%;
    max-width: 600px;
    background: var(--bg-secondary);
    border-radius: var(--radius);
    padding: 2rem;
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--border);
    animation: fadeIn-b-bd7b2wamfc 0.4s ease-out;
}

/* Card Header con icono y t�tulo */
.card-header[b-bd7b2wamfc] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--border);
}

.card-icon[b-bd7b2wamfc] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-hover) 100%);
    border-radius: var(--radius-sm);
    color: #ffffff;
    flex-shrink: 0;
}

.card-icon svg[b-bd7b2wamfc] {
    width: 32px;
    height: 32px;
}

.card-title[b-bd7b2wamfc] {
    flex: 1;
}

.card-title h1[b-bd7b2wamfc] {
    font-size: 1.375rem;
    font-weight: 700;
    margin: 0 0 0.25rem 0;
    color: var(--text-primary);
    line-height: 1.3;
}

.card-title p[b-bd7b2wamfc] {
    font-size: 0.875rem;
    color: var(--text-secondary);
    margin: 0;
}

/* Informaci�n */
.home-info[b-bd7b2wamfc] {
    margin-bottom: 1.5rem;
}

.home-info h2[b-bd7b2wamfc] {
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0 0 0.75rem 0;
    color: var(--text-primary);
}

.home-info p[b-bd7b2wamfc] {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin: 0 0 1rem 0;
}

.home-info p:last-child[b-bd7b2wamfc] {
    margin-bottom: 0;
}

.home-info strong[b-bd7b2wamfc] {
    color: var(--text-primary);
}

/* Acciones */
.home-actions[b-bd7b2wamfc] {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
}

/* Bot�n siguiente */
.btn-siguiente[b-bd7b2wamfc] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 1rem 1.5rem;
    background: var(--accent);
    color: white;
    border: none;
    border-radius: var(--radius-sm);
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
}

.btn-siguiente:hover[b-bd7b2wamfc] {
    background: var(--accent-hover);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.btn-siguiente:active[b-bd7b2wamfc] {
    transform: translateY(0);
}

.btn-siguiente svg[b-bd7b2wamfc] {
    transition: transform 0.2s ease;
}

.btn-siguiente:hover svg[b-bd7b2wamfc] {
    transform: translateX(4px);
}

/* Footer */
.home-footer[b-bd7b2wamfc] {
    padding: 1rem;
    text-align: center;
    color: var(--text-secondary);
    font-size: 0.75rem;
    border-top: 1px solid var(--border);
    background: var(--bg-secondary);
}

.home-footer p[b-bd7b2wamfc] {
    margin: 0;
}

/* Animaciones */
@keyframes fadeIn-b-bd7b2wamfc {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Focus visible para accesibilidad */
.theme-toggle:focus-visible[b-bd7b2wamfc],
.btn-siguiente:focus-visible[b-bd7b2wamfc] {
    outline: 2px solid var(--accent-light);
    outline-offset: 2px;
}

/* Responsive */
@media (max-width: 640px) {
    .home-header[b-bd7b2wamfc] {
        padding: 0.5rem 1rem;
        justify-content: center;
        gap: 1rem;
    }

    .header-logos[b-bd7b2wamfc] {
        flex: none;
        justify-content: center;
    }

    .logo-brand[b-bd7b2wamfc] {
        height: 22px;
    }

    .theme-toggle[b-bd7b2wamfc] {
        position: absolute;
        right: 1rem;
        width: 32px;
        height: 32px;
    }

    .home-content[b-bd7b2wamfc] {
        padding: 1rem;
        align-items: flex-start;
    }

    .home-card[b-bd7b2wamfc] {
        padding: 1.5rem;
        border-radius: var(--radius-sm);
    }

    .card-header[b-bd7b2wamfc] {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .card-icon[b-bd7b2wamfc] {
        width: 56px;
        height: 56px;
    }

    .card-icon svg[b-bd7b2wamfc] {
        width: 28px;
        height: 28px;
    }

    .card-title h1[b-bd7b2wamfc] {
        font-size: 1.125rem;
    }

    .home-info h2[b-bd7b2wamfc] {
        font-size: 1rem;
    }

    .home-info p[b-bd7b2wamfc] {
        font-size: 0.875rem;
    }

    .btn-siguiente[b-bd7b2wamfc] {
        padding: 0.875rem 1.25rem;
    }
}
