/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* =========================================
   NAV MENU TITANIUM - ESTILOS AISLADOS
   ========================================= */

/* --- CONTENEDOR PRINCIPAL --- */
.nav-scroll-titanium[b-upm9314ymz] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    padding: 20px 15px;
    gap: 4px;
    /* Scrollbar Premium Invisible/Sutil */
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.1) transparent;
}

    /* Webkit Scrollbar */
    .nav-scroll-titanium[b-upm9314ymz]::-webkit-scrollbar {
        width: 4px;
    }

    .nav-scroll-titanium[b-upm9314ymz]::-webkit-scrollbar-track {
        background: transparent;
    }

    .nav-scroll-titanium[b-upm9314ymz]::-webkit-scrollbar-thumb {
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 4px;
    }

/* --- CATEGORÍAS (HEADERS) --- */
.nav-category[b-upm9314ymz] {
    margin-top: 24px;
    margin-bottom: 8px;
    padding-left: 16px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    color: #94a3b8; /* --text-muted */
    text-transform: uppercase;
    letter-spacing: 1.5px;
    opacity: 0.6;
}

/* --- ITEM DEL MENÚ (LINKS) --- */
.nav-link-item[b-upm9314ymz] {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 12px 16px;
    border-radius: 12px;
    color: #94a3b8 !important; /* --text-muted */
    text-decoration: none !important;
    background: transparent;
    border: none;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.9rem;
}

    /* ICONOS */
    .nav-link-item i[b-upm9314ymz] {
        font-size: 1.25rem;
        margin-right: 12px;
        width: 24px;
        text-align: center;
        color: #94a3b8;
        transition: color 0.2s;
    }

    .nav-link-item span[b-upm9314ymz] {
        font-weight: 500;
        letter-spacing: 0.3px;
    }

    /* --- ESTADOS DE INTERACCIÓN --- */

    /* Hover */
    .nav-link-item:hover[b-upm9314ymz] {
        background: rgba(59, 130, 246, 0.08); /* Azul muy suave */
        color: #fff !important;
        transform: translateX(4px);
    }

        .nav-link-item:hover i[b-upm9314ymz] {
            color: #fff;
        }

    /* Active (Seleccionado) */
    .nav-link-item.active[b-upm9314ymz] {
        background: rgba(59, 130, 246, 0.12);
        color: #fff !important;
        font-weight: 600;
    }

        /* Indicador Neón Lateral */
        .nav-link-item.active[b-upm9314ymz]::before {
            content: '';
            position: absolute;
            left: 0;
            top: 20%;
            height: 60%;
            width: 3px;
            background: #3b82f6; /* --accent */
            border-radius: 0 4px 4px 0;
            box-shadow: 2px 0 15px rgba(59, 130, 246, 0.6); /* Glow */
        }

        .nav-link-item.active i[b-upm9314ymz] {
            color: #3b82f6 !important;
        }

/* --- MÓDULO DE NOTAS (QUICK PAD) --- */
.quick-note-module[b-upm9314ymz] {
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 15px;
    transition: 0.3s;
}

    .quick-note-module:focus-within[b-upm9314ymz] {
        border-color: #3b82f6; /* --accent */
        background: rgba(0, 0, 0, 0.4);
        box-shadow: 0 4px 20px -5px rgba(0,0,0,0.5);
    }

.note-header[b-upm9314ymz] {
    font-size: 0.7rem;
    color: #fbbf24; /* Gold */
    font-weight: 700;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.note-input[b-upm9314ymz] {
    background: transparent;
    border: none;
    color: #fff;
    width: 100%;
    height: 60px;
    resize: none;
    font-size: 0.85rem;
    font-family: 'DM Sans', sans-serif;
    outline: none;
}

    .note-input[b-upm9314ymz]::placeholder {
        color: rgba(255, 255, 255, 0.3);
    }

/* --- UTILIDADES --- */
.badge-f2[b-upm9314ymz] {
    font-size: 0.6rem;
    padding: 2px 6px;
    background: rgba(255, 255, 255, 0.1);
    color: #94a3b8;
    border-radius: 4px;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.btn-reset[b-upm9314ymz] {
    background: none;
    border: none;
    text-align: left;
    outline: none;
    cursor: pointer;
    font-family: inherit;
    width: 100%;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-xetuk6jevv],
.components-reconnect-repeated-attempt-visible[b-xetuk6jevv],
.components-reconnect-failed-visible[b-xetuk6jevv],
.components-pause-visible[b-xetuk6jevv],
.components-resume-failed-visible[b-xetuk6jevv],
.components-rejoining-animation[b-xetuk6jevv] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-xetuk6jevv],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-xetuk6jevv],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-xetuk6jevv],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-xetuk6jevv],
#components-reconnect-modal.components-reconnect-retrying[b-xetuk6jevv],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-xetuk6jevv],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-xetuk6jevv],
#components-reconnect-modal.components-reconnect-failed[b-xetuk6jevv],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-xetuk6jevv] {
    display: block;
}


#components-reconnect-modal[b-xetuk6jevv] {
    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-xetuk6jevv 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-xetuk6jevv 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-xetuk6jevv 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-xetuk6jevv]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-xetuk6jevv 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-xetuk6jevv {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-xetuk6jevv {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-xetuk6jevv {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-xetuk6jevv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-xetuk6jevv] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-xetuk6jevv] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-xetuk6jevv] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-xetuk6jevv] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-xetuk6jevv] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-xetuk6jevv] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-xetuk6jevv 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-xetuk6jevv] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-xetuk6jevv {
    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/Articulos.razor.rz.scp.css */
/* --- LAYOUT KPI --- */
.kpi-card[b-d7f5lg63ew] {
    background: var(--panel-bg);
    border: 1px solid var(--border-subtle);
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: 0.3s;
}

    .kpi-card:hover[b-d7f5lg63ew] {
        transform: translateY(-2px);
        border-color: var(--accent);
    }

.border-danger-glow[b-d7f5lg63ew] {
    border-color: rgba(239, 68, 68, 0.5);
    box-shadow: 0 0 15px rgba(239, 68, 68, 0.1);
}

.kpi-icon[b-d7f5lg63ew] {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.kpi-label[b-d7f5lg63ew] {
    font-size: 0.7rem;
    color: var(--text-muted);
    font-weight: 700;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 4px;
}

.kpi-value[b-d7f5lg63ew] {
    font-family: var(--font-data);
    font-weight: 700;
    margin: 0;
    color: var(--text-main);
    letter-spacing: -0.5px;
}

/* --- TOOLBAR --- */
.titanium-toolbar[b-d7f5lg63ew] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--panel-bg);
    padding: 12px 16px;
    border-radius: 12px;
    border: 1px solid var(--border-subtle);
}

.search-module[b-d7f5lg63ew] {
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border-subtle);
    border-radius: 8px;
    padding: 0 12px;
    width: 400px;
    transition: 0.2s;
}

    .search-module:focus-within[b-d7f5lg63ew] {
        border-color: var(--accent);
        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
    }

    .search-module input[b-d7f5lg63ew] {
        background: transparent;
        border: none;
        color: white;
        width: 100%;
        padding: 10px 0 10px 10px;
        outline: none;
        font-size: 0.9rem;
    }

    .search-module i[b-d7f5lg63ew] {
        color: var(--text-muted);
    }

.actions-module[b-d7f5lg63ew] {
    display: flex;
    align-items: center;
}

/* --- GRID SYSTEM --- */
.titanium-grid-container[b-d7f5lg63ew] {
    background: var(--panel-bg);
    border: 1px solid var(--border-subtle);
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.fintech-table[b-d7f5lg63ew] {
    width: 100%;
    border-collapse: collapse;
}

    .fintech-table th[b-d7f5lg63ew] {
        background: rgba(0,0,0,0.2);
        color: var(--text-muted);
        font-size: 0.65rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 14px 16px;
        border-bottom: 1px solid var(--border-subtle);
        position: sticky;
        top: 0;
        z-index: 10;
        backdrop-filter: blur(5px);
    }

    .fintech-table td[b-d7f5lg63ew] {
        padding: 12px 16px;
        border-bottom: 1px solid var(--border-subtle);
        vertical-align: middle;
        font-size: 0.9rem;
    }

.fintech-row:hover[b-d7f5lg63ew] {
    background: rgba(255,255,255,0.02);
}

/* CELDAS ESPACIALES */
.w-img[b-d7f5lg63ew] {
    width: 70px;
}

.w-actions[b-d7f5lg63ew] {
    width: 100px;
}

.img-thumbnail-wrapper[b-d7f5lg63ew] {
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 6px;
    border: 1px solid var(--border-subtle);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .img-thumbnail-wrapper img[b-d7f5lg63ew] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.cell-primary[b-d7f5lg63ew] {
    display: block;
    font-weight: 600;
    color: var(--text-main);
}

.cell-secondary[b-d7f5lg63ew] {
    display: block;
    font-size: 0.75rem;
    color: var(--text-muted);
    margin-top: 2px;
}

.badge-pill[b-d7f5lg63ew] {
    background: rgba(255,255,255,0.05);
    color: var(--text-muted);
    font-size: 0.65rem;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 4px;
    border: 1px solid var(--border-subtle);
}

.stock-pill[b-d7f5lg63ew] {
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 700;
    font-family: var(--font-data);
}

/* ACTIONS */
.btn-group-hover[b-d7f5lg63ew] {
    opacity: 0.4;
    transition: 0.2s;
}

.fintech-row:hover .btn-group-hover[b-d7f5lg63ew] {
    opacity: 1;
}

.btn-icon-edit[b-d7f5lg63ew], .btn-icon-delete[b-d7f5lg63ew] {
    background: transparent;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    transition: 0.2s;
}

.btn-icon-edit[b-d7f5lg63ew] {
    color: var(--accent);
}

    .btn-icon-edit:hover[b-d7f5lg63ew] {
        background: rgba(59, 130, 246, 0.2);
    }

.btn-icon-delete[b-d7f5lg63ew] {
    color: var(--danger);
}

    .btn-icon-delete:hover[b-d7f5lg63ew] {
        background: rgba(239, 68, 68, 0.2);
    }

.grid-footer[b-d7f5lg63ew] {
    padding: 10px 16px;
    background: rgba(0,0,0,0.1);
    border-top: 1px solid var(--border-subtle);
    font-size: 0.75rem;
    color: var(--text-muted);
    text-align: right;
}

/* --- MODAL INTERNALS --- */
.modal-grid-layout[b-d7f5lg63ew] {
    display: flex;
    gap: 24px;
}

.modal-left-pane[b-d7f5lg63ew] {
    width: 200px;
    flex-shrink: 0;
}

.modal-right-pane[b-d7f5lg63ew] {
    flex-grow: 1;
}

.image-uploader-box[b-d7f5lg63ew] {
    width: 100%;
    aspect-ratio: 1;
    background: rgba(0,0,0,0.2);
    border: 2px dashed var(--border-subtle);
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

    .image-uploader-box:hover[b-d7f5lg63ew] {
        border-color: var(--accent);
    }

    .image-uploader-box img[b-d7f5lg63ew] {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.upload-placeholder[b-d7f5lg63ew] {
    text-align: center;
    color: var(--text-muted);
    pointer-events: none;
}

    .upload-placeholder i[b-d7f5lg63ew] {
        display: block;
        margin-bottom: 5px;
    }

    .upload-placeholder span[b-d7f5lg63ew] {
        font-size: 0.65rem;
        font-weight: 700;
        letter-spacing: 1px;
    }

.file-hidden-input[b-d7f5lg63ew] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.btn-remove-img[b-d7f5lg63ew] {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(0,0,0,0.6);
    color: white;
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.financial-panel[b-d7f5lg63ew] {
    background: rgba(59, 130, 246, 0.05);
    border: 1px solid rgba(59, 130, 246, 0.1);
    border-radius: 8px;
    padding: 16px;
}

.modal-actions-bar[b-d7f5lg63ew] {
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid var(--border-subtle);
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

/* DETAILS VIEW */
.stat-box[b-d7f5lg63ew] {
    text-align: center;
    padding: 20px;
}

    .stat-box small[b-d7f5lg63ew] {
        display: block;
        color: var(--text-muted);
        font-size: 0.65rem;
        font-weight: 700;
        letter-spacing: 1px;
        margin-bottom: 5px;
    }
/* /Components/Pages/Clientes.razor.rz.scp.css */
/* --- METRIC PILLS --- */
.metric-pill[b-1gwvynuuxj] {
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border-subtle);
    border-radius: 8px;
    padding: 6px 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

    .metric-pill .label[b-1gwvynuuxj] {
        font-size: 0.6rem;
        color: var(--text-muted);
        font-weight: 700;
        letter-spacing: 1px;
    }

    .metric-pill .value[b-1gwvynuuxj] {
        font-family: var(--font-data);
        font-weight: 700;
        font-size: 1.1rem;
        line-height: 1;
    }

/* --- GRID VISUALS --- */
.titanium-grid-container[b-1gwvynuuxj] {
    background: var(--panel-bg);
    border: 1px solid var(--border-subtle);
    border-radius: 12px;
    overflow: hidden;
}

/* AVATAR SYSTEM */
.avatar-circle[b-1gwvynuuxj] {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.bg-blue[b-1gwvynuuxj] {
    background: rgba(59, 130, 246, 0.15);
    color: #3b82f6;
    border: 1px solid rgba(59, 130, 246, 0.3);
}

.bg-purple[b-1gwvynuuxj] {
    background: rgba(168, 85, 247, 0.15);
    color: #c084fc;
    border: 1px solid rgba(168, 85, 247, 0.3);
}

.bg-orange[b-1gwvynuuxj] {
    background: rgba(249, 115, 22, 0.15);
    color: #fdba74;
    border: 1px solid rgba(249, 115, 22, 0.3);
}

/* BADGES & INFO */
.rfc-badge[b-1gwvynuuxj] {
    font-family: var(--font-data);
    font-size: 0.8rem;
    background: rgba(255,255,255,0.05);
    padding: 2px 6px;
    border-radius: 4px;
    color: white;
    display: inline-block;
}

.status-pill[b-1gwvynuuxj] {
    font-size: 0.65rem;
    font-weight: 800;
    padding: 4px 8px;
    border-radius: 12px;
    letter-spacing: 0.5px;
}

    .status-pill.success[b-1gwvynuuxj] {
        background: rgba(16, 185, 129, 0.15);
        color: #10b981;
    }

    .status-pill.warning[b-1gwvynuuxj] {
        background: rgba(245, 158, 11, 0.15);
        color: #f59e0b;
    }

/* --- TOOLBAR REUTILIZABLE --- */
.titanium-toolbar[b-1gwvynuuxj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--panel-bg);
    padding: 12px 16px;
    border-radius: 12px;
    border: 1px solid var(--border-subtle);
}

.search-module[b-1gwvynuuxj] {
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border-subtle);
    border-radius: 8px;
    padding: 0 12px;
    width: 400px;
    transition: 0.2s;
}

    .search-module:focus-within[b-1gwvynuuxj] {
        border-color: var(--accent);
        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
    }

    .search-module input[b-1gwvynuuxj] {
        background: transparent;
        border: none;
        color: white;
        width: 100%;
        padding: 10px 0 10px 10px;
        outline: none;
        font-size: 0.9rem;
    }

    .search-module i[b-1gwvynuuxj] {
        color: var(--text-muted);
    }

/* --- SAT DROPZONE (Zona de Carga) --- */
.sat-dropzone[b-1gwvynuuxj] {
    background: radial-gradient(circle at center, rgba(59, 130, 246, 0.05) 0%, rgba(0,0,0,0.2) 70%);
    border: 2px dashed rgba(59, 130, 246, 0.3);
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .sat-dropzone:hover[b-1gwvynuuxj] {
        border-color: var(--accent);
        background: rgba(59, 130, 246, 0.08);
    }

    .sat-dropzone.processing[b-1gwvynuuxj] {
        border-color: #10b981;
        background: rgba(16, 185, 129, 0.05);
    }

.file-overlay[b-1gwvynuuxj] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
}

.drop-content[b-1gwvynuuxj] {
    pointer-events: none;
}

.icon-main[b-1gwvynuuxj] {
    font-size: 2rem;
    color: var(--accent);
    display: block;
    margin-bottom: 10px;
}

.main-text[b-1gwvynuuxj] {
    display: block;
    font-weight: 700;
    color: white;
    margin-bottom: 4px;
    font-size: 0.9rem;
}

.sub-text[b-1gwvynuuxj] {
    font-size: 0.75rem;
    color: var(--text-muted);
}

/* ACTIONS */
.modal-actions-bar[b-1gwvynuuxj] {
    border-top: 1px solid var(--border-subtle);
    padding-top: 20px;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.section-title[b-1gwvynuuxj] {
    font-size: 0.75rem;
    color: var(--text-muted);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid var(--border-subtle);
    padding-bottom: 8px;
    margin-bottom: 16px;
}

/* TABLE ACTIONS */
.btn-group-hover[b-1gwvynuuxj] {
    opacity: 0.4;
    transition: 0.2s;
}

.fintech-row:hover .btn-group-hover[b-1gwvynuuxj] {
    opacity: 1;
}

.btn-icon-edit[b-1gwvynuuxj], .btn-icon-delete[b-1gwvynuuxj] {
    background: transparent;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    transition: 0.2s;
}

.btn-icon-edit[b-1gwvynuuxj] {
    color: var(--accent);
}

    .btn-icon-edit:hover[b-1gwvynuuxj] {
        background: rgba(59, 130, 246, 0.2);
    }

.btn-icon-delete[b-1gwvynuuxj] {
    color: var(--danger);
}

    .btn-icon-delete:hover[b-1gwvynuuxj] {
        background: rgba(239, 68, 68, 0.2);
    }

.grid-footer[b-1gwvynuuxj] {
    padding: 10px 16px;
    background: rgba(0,0,0,0.1);
    border-top: 1px solid var(--border-subtle);
    font-size: 0.75rem;
    color: var(--text-muted);
    text-align: right;
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* --- KPI GRID SYSTEM --- */
.kpi-grid[b-7dc77do0rt] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.titanium-card[b-7dc77do0rt] {
    border-radius: 20px;
    padding: 24px;
    position: relative;
    overflow: hidden;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid rgba(255,255,255,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .titanium-card:hover[b-7dc77do0rt] {
        transform: translateY(-5px);
        box-shadow: 0 20px 40px -10px rgba(0,0,0,0.5);
    }

/* GRADIENTES FINTECH */
.kpi-card-gradient-1[b-7dc77do0rt] {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);
    box-shadow: 0 10px 30px -10px rgba(30, 58, 138, 0.5);
}

.kpi-card-gradient-2[b-7dc77do0rt] {
    background: linear-gradient(135deg, #0f172a 0%, #064e3b 100%);
    box-shadow: 0 10px 30px -10px rgba(6, 78, 59, 0.5);
}

.kpi-card-gradient-3[b-7dc77do0rt] {
    background: linear-gradient(135deg, #0f172a 0%, #7c2d12 100%);
    box-shadow: 0 10px 30px -10px rgba(124, 45, 18, 0.5);
}

/* CONTENIDO TARJETA */
.card-content[b-7dc77do0rt] {
    position: relative;
    z-index: 2;
}

.kpi-label[b-7dc77do0rt] {
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.6);
}

.kpi-value[b-7dc77do0rt] {
    font-family: 'Space Grotesk', monospace;
    font-size: 2.2rem;
    font-weight: 700;
    color: white;
    margin: 15px 0;
    letter-spacing: -1px;
}

.bg-decoration[b-7dc77do0rt] {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
}

/* --- TABLAS & PANELES --- */
.glass-panel[b-7dc77do0rt] {
    background: #1e293b;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    overflow: hidden;
}

.fintech-table[b-7dc77do0rt] {
    width: 100%;
    border-collapse: collapse;
}

    .fintech-table th[b-7dc77do0rt] {
        font-size: 0.65rem;
        color: #94a3b8;
        font-weight: 800;
        letter-spacing: 1px;
        padding: 15px;
        border-bottom: 1px solid rgba(255,255,255,0.08);
    }

    .fintech-table td[b-7dc77do0rt] {
        padding: 15px;
        border-bottom: 1px solid rgba(255,255,255,0.05);
        vertical-align: middle;
        font-size: 0.85rem;
    }

.fintech-row[b-7dc77do0rt] {
    cursor: pointer;
    transition: 0.2s;
}

    .fintech-row:hover[b-7dc77do0rt] {
        background: rgba(255,255,255,0.03);
    }

.mini-avatar[b-7dc77do0rt] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #3b82f6;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.7rem;
}

/* UTILITIES */
.badge-status-pulse[b-7dc77do0rt] {
    background: rgba(16, 185, 129, 0.2);
    color: #34d399;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 0.6rem;
    font-weight: 800;
    border: 1px solid rgba(16, 185, 129, 0.3);
    animation: pulse-green-b-7dc77do0rt 2s infinite;
}

.hover-white:hover[b-7dc77do0rt] {
    color: white !important;
}

@keyframes pulse-green-b-7dc77do0rt {
    0% {
        box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.4);
    }

    70% {
        box-shadow: 0 0 0 6px rgba(52, 211, 153, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(52, 211, 153, 0);
    }
}

@media (max-width: 1200px) {
    .kpi-grid[b-7dc77do0rt] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Proveedores.razor.rz.scp.css */
/* --- METRIC PILLS --- */
.rfc-badge[b-p8jx4hrsu9] {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    color: var(--accent);
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 700;
}

/* --- GRID VISUALS --- */
.titanium-grid-container[b-p8jx4hrsu9] {
    background: var(--panel-bg);
    border: 1px solid var(--border-subtle);
    border-radius: 12px;
    overflow: hidden;
}

.avatar-md[b-p8jx4hrsu9] {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.bg-blue[b-p8jx4hrsu9] {
    background: rgba(59, 130, 246, 0.15);
    color: #3b82f6;
    border: 1px solid rgba(59, 130, 246, 0.3);
}

.bg-purple[b-p8jx4hrsu9] {
    background: rgba(168, 85, 247, 0.15);
    color: #c084fc;
    border: 1px solid rgba(168, 85, 247, 0.3);
}

.bg-orange[b-p8jx4hrsu9] {
    background: rgba(249, 115, 22, 0.15);
    color: #fdba74;
    border: 1px solid rgba(249, 115, 22, 0.3);
}

/* SELECTION ALL (Para copiar CLABE fácil) */
.selection-all[b-p8jx4hrsu9] {
    user-select: all;
    cursor: copy;
}

    .selection-all:active[b-p8jx4hrsu9] {
        color: #fff;
    }

.status-pill[b-p8jx4hrsu9] {
    font-size: 0.65rem;
    font-weight: 800;
    padding: 4px 8px;
    border-radius: 12px;
    letter-spacing: 0.5px;
}

    .status-pill.success[b-p8jx4hrsu9] {
        background: rgba(16, 185, 129, 0.15);
        color: #10b981;
    }

    .status-pill.draft[b-p8jx4hrsu9] {
        background: rgba(255, 255, 255, 0.1);
        color: var(--text-muted);
    }

/* --- TOOLBAR --- */
.titanium-toolbar[b-p8jx4hrsu9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--panel-bg);
    padding: 12px 16px;
    border-radius: 12px;
    border: 1px solid var(--border-subtle);
}

.search-module[b-p8jx4hrsu9] {
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border-subtle);
    border-radius: 8px;
    padding: 0 12px;
    width: 400px;
    transition: 0.2s;
}

    .search-module:focus-within[b-p8jx4hrsu9] {
        border-color: var(--accent);
        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
    }

    .search-module input[b-p8jx4hrsu9] {
        background: transparent;
        border: none;
        color: white;
        width: 100%;
        padding: 10px 0 10px 10px;
        outline: none;
        font-size: 0.9rem;
    }

    .search-module i[b-p8jx4hrsu9] {
        color: var(--text-muted);
    }

/* --- SAT DROPZONE --- */
.sat-dropzone[b-p8jx4hrsu9] {
    background: radial-gradient(circle at center, rgba(59, 130, 246, 0.05) 0%, rgba(0,0,0,0.2) 70%);
    border: 2px dashed rgba(59, 130, 246, 0.3);
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .sat-dropzone:hover[b-p8jx4hrsu9] {
        border-color: var(--accent);
        background: rgba(59, 130, 246, 0.08);
    }

    .sat-dropzone.processing[b-p8jx4hrsu9] {
        border-color: #10b981;
        background: rgba(16, 185, 129, 0.05);
    }

.file-overlay[b-p8jx4hrsu9] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
}

.drop-content[b-p8jx4hrsu9] {
    pointer-events: none;
}

.icon-main[b-p8jx4hrsu9] {
    font-size: 2rem;
    color: var(--accent);
    display: block;
    margin-bottom: 10px;
}

.main-text[b-p8jx4hrsu9] {
    display: block;
    font-weight: 700;
    color: white;
    margin-bottom: 4px;
    font-size: 0.9rem;
}

.sub-text[b-p8jx4hrsu9] {
    font-size: 0.75rem;
    color: var(--text-muted);
}

/* ACTIONS */
.modal-actions-bar[b-p8jx4hrsu9] {
    border-top: 1px solid var(--border-subtle);
    padding-top: 20px;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.section-title[b-p8jx4hrsu9] {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid var(--border-subtle);
    padding-bottom: 8px;
    margin-bottom: 16px;
    margin-top: 24px;
}

/* TABLE ACTIONS */
.btn-group-hover[b-p8jx4hrsu9] {
    opacity: 0.4;
    transition: 0.2s;
}

.fintech-row:hover .btn-group-hover[b-p8jx4hrsu9] {
    opacity: 1;
}

.btn-icon-edit[b-p8jx4hrsu9], .btn-icon-delete[b-p8jx4hrsu9] {
    background: transparent;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    transition: 0.2s;
}

.btn-icon-edit[b-p8jx4hrsu9] {
    color: var(--accent);
}

    .btn-icon-edit:hover[b-p8jx4hrsu9] {
        background: rgba(59, 130, 246, 0.2);
    }

.btn-icon-delete[b-p8jx4hrsu9] {
    color: var(--danger);
}

    .btn-icon-delete:hover[b-p8jx4hrsu9] {
        background: rgba(239, 68, 68, 0.2);
    }

.grid-footer[b-p8jx4hrsu9] {
    padding: 10px 16px;
    background: rgba(0,0,0,0.1);
    border-top: 1px solid var(--border-subtle);
    font-size: 0.75rem;
    color: var(--text-muted);
    text-align: right;
}
/* /Components/Shared/CyberInput.razor.rz.scp.css */
/* --- TITANIUM INPUT SYSTEM --- */

.titanium-field-group[b-6oq6wuwx42] {
    margin-bottom: 1.25rem;
    position: relative;
    font-family: var(--font-ui, sans-serif);
}

/* ETIQUETA FLOTANTE */
.field-label[b-6oq6wuwx42] {
    display: block;
    font-size: 0.7rem;
    font-weight: 700;
    color: #94a3b8; /* Slate 400 */
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-left: 4px;
}

/* CÁPSULA DEL INPUT */
.input-capsule[b-6oq6wuwx42] {
    position: relative;
    display: flex;
    align-items: center;
    background: #0f172a; /* Slate 900 */
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

/* ICONO */
.icon-slot[b-6oq6wuwx42] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 100%;
    color: #64748b; /* Slate 500 */
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 1rem;
    background: rgba(0,0,0,0.1);
}

/* INPUT REAL */
[b-6oq6wuwx42] .field-control {
    flex: 1;
    width: 100%;
    background: transparent !important;
    border: none !important;
    color: #f1f5f9 !important; /* Slate 100 */
    padding: 12px 16px;
    font-size: 0.9rem;
    font-weight: 500;
    outline: none !important;
    box-shadow: none !important;
    height: 48px;
}

    [b-6oq6wuwx42] .field-control::placeholder {
        color: rgba(148, 163, 184, 0.4);
    }

/* BARRA DE FOCO (Animación) */
.focus-line[b-6oq6wuwx42] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: #3b82f6; /* Accent Blue */
    transition: width 0.3s ease;
    z-index: 10;
}

/* --- ESTADOS --- */

/* Hover */
.input-capsule:hover[b-6oq6wuwx42] {
    border-color: rgba(255, 255, 255, 0.15);
    background: #162032;
}

/* Focus */
.input-capsule:focus-within[b-6oq6wuwx42] {
    border-color: #3b82f6;
    background: #0f172a;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1);
}

    .input-capsule:focus-within .focus-line[b-6oq6wuwx42] {
        width: 100%;
    }

    .input-capsule:focus-within .icon-slot[b-6oq6wuwx42] {
        color: #3b82f6;
        background: rgba(59, 130, 246, 0.05);
    }

/* Error */
.input-capsule.state-error[b-6oq6wuwx42] {
    border-color: #ef4444;
}

    .input-capsule.state-error .icon-slot[b-6oq6wuwx42] {
        color: #ef4444;
    }

    .input-capsule.state-error .focus-line[b-6oq6wuwx42] {
        background: #ef4444;
        width: 100%;
    }
/* /Components/Shared/CyberModal.razor.rz.scp.css */
/* --- TITANIUM MODAL SYSTEM --- */

/* FONDO OSCURO */
.titanium-backdrop[b-8gfdnmkxeu] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(2, 6, 23, 0.85); /* Slate 950 al 85% */
    backdrop-filter: blur(8px);
    z-index: 2000;
    animation: fadeIn-b-8gfdnmkxeu 0.2s ease-out;
}

/* CONTENEDOR CENTRAL */
.titanium-modal-container[b-8gfdnmkxeu] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 600px; /* Ancho estándar */
    background: #1e293b; /* Slate 800 */
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.7);
    z-index: 2001;
    display: flex;
    flex-direction: column;
    max-height: 90vh;
    overflow: hidden;
}

/* HEADER */
.modal-head[b-8gfdnmkxeu] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(0,0,0,0.2);
}

.modal-title[b-8gfdnmkxeu] {
    font-family: var(--font-data, monospace);
    font-size: 0.9rem;
    font-weight: 700;
    color: #f8fafc;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn-close-modal[b-8gfdnmkxeu] {
    background: transparent;
    border: none;
    color: #94a3b8;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
    cursor: pointer;
}

    .btn-close-modal:hover[b-8gfdnmkxeu] {
        background: rgba(255,255,255,0.05);
        color: white;
    }

/* BODY */
.modal-content-area[b-8gfdnmkxeu] {
    padding: 24px;
    color: #e2e8f0;
    font-size: 0.95rem;
    overflow-y: auto;
}

/* FOOTER */
.modal-foot[b-8gfdnmkxeu] {
    padding: 16px 24px;
    background: rgba(15, 23, 42, 0.5); /* Más oscuro */
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

/* ANIMACIONES */
@keyframes fadeIn-b-8gfdnmkxeu {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Scrollbar interno */
.custom-scroll[b-8gfdnmkxeu]::-webkit-scrollbar {
    width: 6px;
}

.custom-scroll[b-8gfdnmkxeu]::-webkit-scrollbar-track {
    background: transparent;
}

.custom-scroll[b-8gfdnmkxeu]::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.1);
    border-radius: 3px;
}
