/* /Layout/403.razor.rz.scp.css */
.no-autorizado[b-kmi82xdl9v] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh; /* Hace que el contenedor ocupe todo el alto de la ventana */
    text-align: center;
    background-color: #f4f4f4; /* Color de fondo opcional */
}

    .no-autorizado h1[b-kmi82xdl9v] {
        font-size: 6rem;
        margin: 0;
    }

    .no-autorizado h3[b-kmi82xdl9v] {
        font-size: 2rem;
    }

    .no-autorizado p[b-kmi82xdl9v] {
        font-size: 1.2rem;
    }
/* /Layout/404.razor.rz.scp.css */
.not-found[b-opz85za5ck] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh; /* Hace que el contenedor ocupe todo el alto de la ventana */
    text-align: center;
    background-color: #f4f4f4; /* Color de fondo opcional */
}

    .not-found h1[b-opz85za5ck] {
        font-size: 6rem;
        margin: 0;
    }

    .not-found h3[b-opz85za5ck] {
        font-size: 2rem;
    }

    .not-found p[b-opz85za5ck] {
        font-size: 1.2rem;
    }
/* /Layout/Autorizando.razor.rz.scp.css */
/* Asegura que la página ocupe todo el alto */
.autorizando[b-frg817yf8e] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh; /* Hace que el contenedor ocupe todo el alto de la ventana */
    text-align: center;
    background-color: #f4f4f4; /* Color de fondo opcional */
}

    .autorizando h1[b-frg817yf8e] {
        font-size: 3rem;
        margin-bottom: 1rem;
    }

    .autorizando p[b-frg817yf8e] {
        font-size: 1.2rem;
        margin-bottom: 2rem;
    }
/* /Layout/LoginLayout.razor.rz.scp.css */
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-wl64awhn6x] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-wl64awhn6x] {
    flex: 1;
}

.sidebar[b-wl64awhn6x] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-wl64awhn6x] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-wl64awhn6x]  a, .top-row[b-wl64awhn6x]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-wl64awhn6x]  a:hover, .top-row[b-wl64awhn6x]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-wl64awhn6x]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-wl64awhn6x] {
        justify-content: space-between;
    }

    .top-row[b-wl64awhn6x]  a, .top-row[b-wl64awhn6x]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-wl64awhn6x] {
        flex-direction: row;
    }

    .sidebar[b-wl64awhn6x] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-wl64awhn6x] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-wl64awhn6x]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-wl64awhn6x], article[b-wl64awhn6x] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/* ============================================================
   Layout raíz
   ============================================================ */
.ml-layout[b-wl64awhn6x] {
    min-height: 100vh;
    background: #f0f4f8;
}

/* ============================================================
   Header
   ============================================================ */
.ml-header[b-wl64awhn6x] {
    background: linear-gradient(135deg, #0d1b3e 0%, #1a3a6b 60%, #1565c0 100%) !important;
    box-shadow: 0 2px 16px rgba(13, 27, 62, 0.28) !important;
    height: 62px !important;
    padding: 0 !important;
    position: sticky;
    top: 0;
    z-index: 100;
}

.ml-header-inner[b-wl64awhn6x] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 62px;
    padding: 0 1.5rem;
    width: 100%;
}

/* ── Marca ── */
.ml-brand[b-wl64awhn6x] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.ml-brand-icon[b-wl64awhn6x] {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(255,255,255,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    backdrop-filter: blur(4px);
}

.ml-brand-icon .rzi[b-wl64awhn6x] {
    font-size: 1.3rem;
}

.ml-brand-text[b-wl64awhn6x] {
    display: flex;
    flex-direction: column;
}

.ml-brand-name[b-wl64awhn6x] {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.02em;
    line-height: 1.2;
}

.ml-brand-sub[b-wl64awhn6x] {
    font-size: 0.7rem;
    color: rgba(255,255,255,0.55);
    letter-spacing: 0.03em;
}

/* ── Marca clicable ── */
.ml-brand--link[b-wl64awhn6x] {
    cursor: pointer;
    border-radius: 10px;
    padding: 0.3rem 0.5rem;
    margin: -0.3rem -0.5rem;
    transition: background 0.15s;
}

.ml-brand--link:hover[b-wl64awhn6x] {
    background: rgba(255, 255, 255, 0.1);
}

.ml-brand--link:active[b-wl64awhn6x] {
    background: rgba(255, 255, 255, 0.18);
}

/* ── Área de usuario ── */
.ml-user-area[b-wl64awhn6x] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.ml-icon-btn[b-wl64awhn6x] {
    color: rgba(255,255,255,0.75) !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 8px !important;
    transition: background 0.15s !important;
}

.ml-icon-btn:hover[b-wl64awhn6x] {
    background: rgba(255,255,255,0.12) !important;
    color: #fff !important;
}

.ml-divider-v[b-wl64awhn6x] {
    width: 1px;
    height: 28px;
    background: rgba(255,255,255,0.2);
    border-radius: 1px;
}

.ml-user-chip[b-wl64awhn6x] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 10px;
    padding: 0.3rem 0.75rem 0.3rem 0.4rem;
    backdrop-filter: blur(4px);
}

.ml-avatar[b-wl64awhn6x] {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: linear-gradient(135deg, #42a5f5, #1565c0);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.05em;
    flex-shrink: 0;
}

.ml-user-info[b-wl64awhn6x] {
    display: flex;
    flex-direction: column;
}

.ml-user-name[b-wl64awhn6x] {
    font-size: 0.82rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
}

.ml-user-role[b-wl64awhn6x] {
    font-size: 0.68rem;
    color: rgba(255,255,255,0.55);
    line-height: 1.2;
}

.ml-logout-btn[b-wl64awhn6x] {
    border-color: rgba(239,83,80,0.6) !important;
    color: #ef9a9a !important;
    font-size: 0.8rem !important;
    transition: background 0.15s, border-color 0.15s !important;
}

.ml-logout-btn:hover[b-wl64awhn6x] {
    background: rgba(239,83,80,0.15) !important;
    border-color: #ef5350 !important;
    color: #fff !important;
}

/* ── Cargando ── */
.ml-authorizing[b-wl64awhn6x] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.5rem;
    color: #64748b;
    font-size: 0.88rem;
}

/* ============================================================
   Body y contenido
   ============================================================ */
.ml-body[b-wl64awhn6x] {
    background: #f0f4f8 !important;
}

.ml-content[b-wl64awhn6x] {
    padding: 0;
    min-height: calc(100vh - 62px);
}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 640px) {
    .ml-brand-sub[b-wl64awhn6x],
    .ml-user-info[b-wl64awhn6x],
    .ml-divider-v[b-wl64awhn6x] {
        display: none;
    }

    .ml-header-inner[b-wl64awhn6x] {
        padding: 0 1rem;
    }

    .ml-user-chip[b-wl64awhn6x] {
        padding: 0.3rem 0.4rem;
    }

    .ml-logout-btn span[b-wl64awhn6x] {
        display: none;
    }
}

/* ══ Notificaciones ══ */
.ml-notif-wrap[b-wl64awhn6x] {
    position: relative;
}

.ml-notif-btn[b-wl64awhn6x] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 6px;
    border-radius: 8px;
    color: inherit;
    transition: background 0.15s;
}

    .ml-notif-btn:hover[b-wl64awhn6x] {
        background: rgba(0,0,0,0.06);
    }

.ml-notif-badge[b-wl64awhn6x] {
    position: absolute;
    top: 0;
    right: 0;
    background: #e53935;
    color: #fff;
    font-size: 0.6rem;
    font-weight: 700;
    min-width: 16px;
    height: 16px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3px;
    line-height: 1;
    pointer-events: none;
}

.ml-notif-overlay[b-wl64awhn6x] {
    position: fixed;
    inset: 0;
    z-index: 999;
}

.ml-notif-panel[b-wl64awhn6x] {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 340px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.14);
    z-index: 1000;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    max-height: 480px;
}

/* ── Panel centrado en mobile ── */
@media (max-width: 640px) {
    .ml-notif-panel[b-wl64awhn6x] {
        position: fixed;
        top: 70px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        width: calc(100vw - 2rem);
        max-width: 360px;
        max-height: calc(100vh - 90px);
    }
}

.ml-notif-header[b-wl64awhn6x] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border-bottom: 1px solid #f1f5f9;
    background: #f8fafc;
}

.ml-notif-title[b-wl64awhn6x] {
    font-weight: 600;
    font-size: 0.95rem;
    color: #1e293b;
}

.ml-notif-actions[b-wl64awhn6x] {
    display: flex;
    gap: 4px;
}

.ml-notif-action-btn[b-wl64awhn6x] {
    background: transparent;
    border: none;
    cursor: pointer;
    border-radius: 6px;
    padding: 4px 6px;
    color: #64748b;
    display: flex;
    align-items: center;
    transition: background 0.15s, color 0.15s;
}

    .ml-notif-action-btn:hover[b-wl64awhn6x] {
        background: #e2e8f0;
        color: #1e293b;
    }

    .ml-notif-action-btn--danger:hover[b-wl64awhn6x] {
        background: #ffebee;
        color: #c62828;
    }

.ml-notif-list[b-wl64awhn6x] {
    overflow-y: auto;
    flex: 1;
}

.ml-notif-empty[b-wl64awhn6x] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 40px 20px;
    color: #94a3b8;
    font-size: 0.875rem;
}

.ml-notif-item[b-wl64awhn6x] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 16px;
    cursor: pointer;
    border-bottom: 1px solid #f1f5f9;
    transition: background 0.15s;
    position: relative;
}

    .ml-notif-item:hover[b-wl64awhn6x] {
        background: #f8fafc;
    }

    .ml-notif-item--nueva[b-wl64awhn6x] {
        background: #eff6ff;
    }

        .ml-notif-item--nueva:hover[b-wl64awhn6x] {
            background: #dbeafe;
        }

.ml-notif-item-icon[b-wl64awhn6x] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ml-notif-item-body[b-wl64awhn6x] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
    min-width: 0;
}

.ml-notif-item-titulo[b-wl64awhn6x] {
    font-size: 0.825rem;
    font-weight: 600;
    color: #1e293b;
}

.ml-notif-item-detalle[b-wl64awhn6x] {
    font-size: 0.775rem;
    color: #64748b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ml-notif-item-fecha[b-wl64awhn6x] {
    font-size: 0.7rem;
    color: #94a3b8;
    margin-top: 2px;
}

.ml-notif-dot[b-wl64awhn6x] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1976d2;
    flex-shrink: 0;
    margin-top: 4px;
}

/* ── Botón de accesos rápidos en el header ── */
.ml-accesos-btn[b-wl64awhn6x] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: none;
    background: transparent;
    cursor: pointer;
    color: #555;
    transition: background .15s ease, color .15s ease;
    position: relative;
    flex-shrink: 0;
}

.ml-accesos-btn:hover[b-wl64awhn6x] {
    background: rgba(102,126,234,.10);
    color: #667eea;
}

.ml-accesos-btn .rzi[b-wl64awhn6x] {
    font-size: 1.25rem !important;
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-55mc1kdpsj] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-55mc1kdpsj] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-55mc1kdpsj] {
    font-size: 1.1rem;
}

.bi[b-55mc1kdpsj] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-55mc1kdpsj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-55mc1kdpsj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-55mc1kdpsj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-55mc1kdpsj] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-55mc1kdpsj] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-55mc1kdpsj] {
        padding-bottom: 1rem;
    }

    .nav-item[b-55mc1kdpsj]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-55mc1kdpsj]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-55mc1kdpsj]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-55mc1kdpsj] {
        display: none;
    }

    .collapse[b-55mc1kdpsj] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-55mc1kdpsj] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Layout/SwUpdateBanner.razor.rz.scp.css */
.sw-update-banner[b-my8jaeszbi] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    background: linear-gradient(135deg, #1565c0, #0d47a1);
    color: #fff;
    padding: 10px 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    animation: sw-slide-down-b-my8jaeszbi 0.4s ease-out;
}

@keyframes sw-slide-down-b-my8jaeszbi {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.sw-update-content[b-my8jaeszbi] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto;
}

.sw-update-icon[b-my8jaeszbi] {
    font-size: 1.3rem;
}

.sw-update-text[b-my8jaeszbi] {
    font-size: 0.95rem;
    font-weight: 500;
}

.sw-update-btn[b-my8jaeszbi] {
    background: #ffc107;
    color: #1a1a1a;
    border: none;
    padding: 6px 20px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 0.85rem;
    cursor: pointer;
    transition: background 0.2s;
}

.sw-update-btn:hover[b-my8jaeszbi] {
    background: #ffca28;
}

.sw-update-info-btn[b-my8jaeszbi] {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.sw-update-info-btn:hover[b-my8jaeszbi] {
    background: rgba(255, 255, 255, 0.15);
}
/* /Pages/Envios/Abonos/AbonoFormulario.razor.rz.scp.css */
.form-group[b-i3w7kwkkgw] { margin-bottom: 14px; }

[b-i3w7kwkkgw] .rz-label { font-weight: 600; font-size: 13px; color: #333; display: block; margin-bottom: 5px; }

[b-i3w7kwkkgw] .rz-textbox, [b-i3w7kwkkgw] .rz-textarea, [b-i3w7kwkkgw] .rz-spinner, [b-i3w7kwkkgw] .rz-dropdown, [b-i3w7kwkkgw] .rz-datepicker {
    border: 2px solid #e0e0e0 !important; border-radius: 8px !important; transition: all .3s ease !important;
}

[b-i3w7kwkkgw] .rz-textbox:focus, [b-i3w7kwkkgw] .rz-textarea:focus, [b-i3w7kwkkgw] .rz-spinner:focus-within,
[b-i3w7kwkkgw] .rz-dropdown.rz-state-focused, [b-i3w7kwkkgw] .rz-datepicker:focus-within {
    border-color: #43e97b !important; box-shadow: 0 0 0 3px rgba(67,233,123,.15) !important;
}

.button-group[b-i3w7kwkkgw] { padding-top: 16px; border-top: 1px solid rgba(0,0,0,.06); }

[b-i3w7kwkkgw] .rz-button.rz-button-success {
    background: linear-gradient(135deg,#43e97b,#38f9d7); border: none; color: white;
}
[b-i3w7kwkkgw] .rz-button.rz-button-success:hover:not(:disabled) {
    transform: translateY(-2px); box-shadow: 0 4px 12px rgba(67,233,123,.4);
}
/* /Pages/Envios/Abonos/Abonos.razor.rz.scp.css */
.kpi-grid[b-z4i81t71ja] { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; }

.kpi-card[b-z4i81t71ja] {
    border-radius: 14px;
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    color: white;
    box-shadow: 0 4px 16px rgba(0,0,0,.12);
}

.kpi-registros[b-z4i81t71ja] { background: linear-gradient(135deg,#43e97b,#38f9d7); }
.kpi-monto[b-z4i81t71ja]     { background: linear-gradient(135deg,#667eea,#764ba2); }

.kpi-body[b-z4i81t71ja] { display: flex; flex-direction: column; gap: 2px; }
.kpi-val[b-z4i81t71ja]  { font-size: 22px; font-weight: 700; line-height: 1; }
.kpi-lbl[b-z4i81t71ja]  { font-size: 12px; opacity: .9; font-weight: 500; }

.filter-card[b-z4i81t71ja] {
    border-radius: 10px;
    background: rgba(248,250,252,.85);
    border: 1px solid rgba(0,0,0,.06);
}

.cliente-avatar[b-z4i81t71ja] {
    width: 34px; height: 34px; border-radius: 8px;
    background: linear-gradient(135deg,#667eea,#764ba2);
    display: flex; align-items: center; justify-content: center;
    color: white; flex-shrink: 0;
}

.fp-chip[b-z4i81t71ja] {
    display: inline-flex; align-items: center; gap: 4px;
    background: rgba(67,233,123,.1); color: #15803d;
    border: 1px solid rgba(67,233,123,.25);
    border-radius: 20px; padding: 3px 10px;
    font-size: 12px; font-weight: 600;
}

.ref-chip[b-z4i81t71ja] {
    display: inline-block;
    background: rgba(102,126,234,.1); color: #667eea;
    border: 1px solid rgba(102,126,234,.2);
    border-radius: 6px; padding: 2px 8px;
    font-size: 12px; font-weight: 600; font-family: monospace;
}

.monto-val[b-z4i81t71ja] { color: #15803d; font-size: 15px; font-weight: 700; }

[b-z4i81t71ja] .rz-datatable tbody tr:hover { background-color: rgba(67,233,123,.05); transition: background-color .2s; }
[b-z4i81t71ja] .rz-card { border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,.06); transition: all .3s; }
[b-z4i81t71ja] .rz-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,.12); transform: translateY(-2px); }

@media (max-width:600px) { .kpi-grid[b-z4i81t71ja] { grid-template-columns: 1fr; } }
/* /Pages/Envios/Clientes/ClienteFormulario.razor.rz.scp.css */
[b-ka96p9bzn7] .rz-label {
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
    display: block;
    font-size: 13px;
}

[b-ka96p9bzn7] .rz-textbox,
[b-ka96p9bzn7] .rz-mask {
    width: 100% !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 8px !important;
    padding: 10px 12px !important;
    font-size: 14px !important;
    transition: all 0.3s ease !important;
}

[b-ka96p9bzn7] .rz-textbox:focus,
[b-ka96p9bzn7] .rz-mask:focus {
    border-color: #667eea !important;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1) !important;
    outline: none !important;
}

[b-ka96p9bzn7] .rz-textbox::placeholder,
[b-ka96p9bzn7] .rz-mask::placeholder {
    color: #ccc;
}

[b-ka96p9bzn7] .rz-checkbox {
    margin-right: 8px;
}

[b-ka96p9bzn7] .rz-checkbox + .rz-label {
    margin-bottom: 0;
    font-weight: 500;
    cursor: pointer;
}

[b-ka96p9bzn7] .validation-message {
    color: #f5576c;
    font-size: 12px;
    margin-top: 4px;
    display: block;
}

[b-ka96p9bzn7] .rz-button {
    border-radius: 8px;
    font-weight: 600;
    padding: 10px 20px;
    transition: all 0.3s ease;
    border: none;
}

[b-ka96p9bzn7] .rz-button.rz-button-success {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

[b-ka96p9bzn7] .rz-button.rz-button-success:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

[b-ka96p9bzn7] .rz-button.rz-button-light {
    background: #f5f5f5;
    color: #666;
}

[b-ka96p9bzn7] .rz-button.rz-button-light:hover:not(:disabled) {
    background: #e8e8e8;
}

[b-ka96p9bzn7] .rz-button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.form-group[b-ka96p9bzn7] {
    margin-bottom: 16px;
}

.form-group:last-child[b-ka96p9bzn7] {
    margin-bottom: 0;
}

.button-group[b-ka96p9bzn7] {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

@media (max-width: 480px) {
    .button-group[b-ka96p9bzn7] {
        flex-direction: column-reverse;
    }

    .button-group[b-ka96p9bzn7]  .rz-button {
        width: 100%;
    }
}
/* /Pages/Envios/Clientes/Clientes.razor.rz.scp.css */
[b-2jxuhhbek9] .rz-datatable {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

[b-2jxuhhbek9] .rz-datatable-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    font-weight: 600;
}

[b-2jxuhhbek9] .rz-datatable tbody tr:hover {
    background-color: rgba(102, 126, 234, 0.08);
    transition: background-color 0.2s ease;
}

[b-2jxuhhbek9] .rz-datatable-striped tbody tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.02);
}

[b-2jxuhhbek9] .rz-datatable tbody td {
    padding: 12px 16px;
    border-color: rgba(0, 0, 0, 0.06);
}

[b-2jxuhhbek9] .rz-paginator {
    background-color: #f8f9fa;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding: 12px 16px;
}

[b-2jxuhhbek9] .rz-paginator .rz-paginator-bottom {
    justify-content: center;
}

[b-2jxuhhbek9] .rz-button {
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.3s ease;
}

[b-2jxuhhbek9] .rz-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

[b-2jxuhhbek9] .rz-button.rz-button-success {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
}

[b-2jxuhhbek9] .rz-button.rz-button-success:hover {
    opacity: 0.9;
}

[b-2jxuhhbek9] .rz-button.rz-button-info {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    border: none;
}

[b-2jxuhhbek9] .rz-button.rz-button-danger {
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
    border: none;
}

[b-2jxuhhbek9] .rz-badge {
    border-radius: 20px;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
}

[b-2jxuhhbek9] .rz-alert {
    border-radius: 8px;
    border-left: 4px solid;
    padding: 16px;
    margin-bottom: 16px;
}

[b-2jxuhhbek9] .rz-card {
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 16px;
    margin-bottom: 16px;
    transition: all 0.3s ease;
}

[b-2jxuhhbek9] .rz-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.cliente-header[b-2jxuhhbek9] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #667eea;
}

.cliente-header h4[b-2jxuhhbek9] {
    margin: 0;
    font-weight: 700;
    font-size: 20px;
}

.cliente-header p[b-2jxuhhbek9] {
    margin: 4px 0 0;
    font-size: 13px;
    color: #999;
}

.search-container[b-2jxuhhbek9] {
    display: flex;
    gap: 8px;
    align-items: center;
}

.search-container[b-2jxuhhbek9]  .rz-textbox {
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.search-container[b-2jxuhhbek9]  .rz-textbox:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.action-buttons[b-2jxuhhbek9] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

/* ── Barra de búsqueda ───────────────────── */
.filter-bar[b-2jxuhhbek9] {
    border-radius: 10px;
    background: rgba(248,250,252,.85);
    border: 1px solid rgba(0,0,0,.06);
    padding: 10px 16px;
}

.filter-bar[b-2jxuhhbek9]  .rz-textbox {
    border: 2px solid #e0e0e0 !important;
    border-radius: 8px !important;
    transition: all .3s ease !important;
}

.filter-bar[b-2jxuhhbek9]  .rz-textbox:focus {
    border-color: #667eea !important;
    box-shadow: 0 0 0 3px rgba(102,126,234,.15) !important;
}

/* ── Avatar ──────────────────────────────── */
.cli-avatar[b-2jxuhhbek9] {
    width: 36px; height: 36px; border-radius: 50%;
    background: linear-gradient(135deg,#667eea,#764ba2);
    display: flex; align-items: center; justify-content: center;
    color: white; flex-shrink: 0;
}

/* ── Info grid mobile ────────────────────── */
.cli-info-grid[b-2jxuhhbek9] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .5rem;
}

.cli-info-item[b-2jxuhhbek9] {
    display: flex; align-items: center; gap: .35rem;
    font-size: 12px; color: #555;
}

.cli-info-item[b-2jxuhhbek9]  .rzi { font-size: 15px; color: #999; }

.cli-info-full[b-2jxuhhbek9] { grid-column: 1 / -1; }

/* ── Grid hover ──────────────────────────── */
[b-2jxuhhbek9] .rz-datatable tbody tr:hover {
    background-color: rgba(102,126,234,.05);
    transition: background-color .2s;
}

[b-2jxuhhbek9] .rz-card {
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
    transition: all .3s;
}

[b-2jxuhhbek9] .rz-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,.12);
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    [b-2jxuhhbek9] .rz-datatable tbody {
        display: block;
    }

    [b-2jxuhhbek9] .rz-datatable tbody tr {
        display: block;
        margin-bottom: 12px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 8px;
    }

    [b-2jxuhhbek9] .rz-datatable tbody td {
        display: flex;
        justify-content: space-between;
        padding: 8px 12px;
        border: none;
    }

    [b-2jxuhhbek9] .rz-datatable tbody td:before {
        content: attr(data-label);
        font-weight: 600;
        color: #667eea;
        flex-basis: 40%;
    }

    .search-container[b-2jxuhhbek9] {
        flex-direction: column;
        width: 100%;
    }

    .search-container[b-2jxuhhbek9]  .rz-textbox {
        width: 100%;
    }

    .action-buttons[b-2jxuhhbek9] {
        width: 100%;
    }

    .action-buttons[b-2jxuhhbek9]  .rz-button {
        flex: 1;
    }

    .cli-info-grid[b-2jxuhhbek9] { grid-template-columns: 1fr; }
}
/* /Pages/Envios/CostosProveedor/CostoProveedorFormulario.razor.rz.scp.css */
.form-group[b-jexthbozzn] { margin-bottom: 16px; }

[b-jexthbozzn] .rz-label {
    font-weight: 600;
    font-size: 13px;
    color: #333;
    display: block;
    margin-bottom: 6px;
}

[b-jexthbozzn] .rz-textbox,
[b-jexthbozzn] .rz-spinner,
[b-jexthbozzn] .rz-dropdown {
    border: 2px solid #e0e0e0 !important;
    border-radius: 8px !important;
    padding: 8px 12px !important;
    transition: all 0.3s ease !important;
}

[b-jexthbozzn] .rz-textbox:focus,
[b-jexthbozzn] .rz-spinner:focus-within,
[b-jexthbozzn] .rz-dropdown.rz-state-focused {
    border-color: #a18cd1 !important;
    box-shadow: 0 0 0 3px rgba(161, 140, 209, 0.15) !important;
}

.button-group[b-jexthbozzn] {
    padding-top: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

[b-jexthbozzn] .rz-button.rz-button-success {
    background: linear-gradient(135deg, #a18cd1 0%, #fbc2eb 100%);
    border: none;
    color: white;
}

[b-jexthbozzn] .rz-button.rz-button-success:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(161, 140, 209, 0.4);
}
/* /Pages/Envios/CostosProveedor/CostosProveedor.razor.rz.scp.css */
.filter-card[b-oe57wewj5z] {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: rgba(248, 250, 252, 0.8);
    padding: 14px 18px;
}

.costo-avatar[b-oe57wewj5z] {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: linear-gradient(135deg, #a18cd1 0%, #fbc2eb 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
}

.proveedor-chip[b-oe57wewj5z] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: rgba(79, 172, 254, 0.1);
    color: #0078d4;
    border: 1px solid rgba(79, 172, 254, 0.25);
    border-radius: 20px;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 600;
}

.peso-badge[b-oe57wewj5z] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: rgba(161, 140, 209, 0.12);
    color: #7c5cbf;
    border: 1px solid rgba(161, 140, 209, 0.3);
    border-radius: 20px;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 600;
}

.costo-valor[b-oe57wewj5z] {
    color: #15803d;
    font-size: 15px;
}

[b-oe57wewj5z] .rz-datatable tbody tr:hover {
    background-color: rgba(161, 140, 209, 0.05);
    transition: background-color 0.2s ease;
}

[b-oe57wewj5z] .rz-card {
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

[b-oe57wewj5z] .rz-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}
/* /Pages/Envios/Diario/Diario.razor.rz.scp.css */
/* ── KPIs ─────────────────────────────────── */
.kpi-grid[b-ezah5ors21] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.kpi-card[b-ezah5ors21] {
    border-radius: 14px;
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    color: white;
    box-shadow: 0 4px 16px rgba(0,0,0,.12);
}

.kpi-registros[b-ezah5ors21] { background: linear-gradient(135deg,#667eea,#764ba2); }
.kpi-costo[b-ezah5ors21]     { background: linear-gradient(135deg,#f5576c,#f093fb); }
.kpi-venta[b-ezah5ors21]     { background: linear-gradient(135deg,#43e97b,#38f9d7); }
.kpi-utilidad[b-ezah5ors21]  { background: linear-gradient(135deg,#4facfe,#00f2fe); }

.kpi-card[b-ezah5ors21]  .rzi { font-size: 32px; opacity: .85; }

.kpi-body[b-ezah5ors21] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.kpi-val[b-ezah5ors21] {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}

.kpi-lbl[b-ezah5ors21] {
    font-size: 12px;
    opacity: .9;
    font-weight: 500;
}

/* ── Filtros ──────────────────────────────── */
.filter-card[b-ezah5ors21] {
    border-radius: 10px;
    background: rgba(248,250,252,.85);
    border: 1px solid rgba(0,0,0,.06);
}

/* ── Badges y chips ──────────────────────── */
.guia-chip[b-ezah5ors21] {
    display: inline-block;
    background: rgba(102,126,234,.12);
    color: #667eea;
    border: 1px solid rgba(102,126,234,.25);
    border-radius: 6px;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: 600;
    font-family: monospace;
}

.peso-badge[b-ezah5ors21] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: rgba(161,140,209,.1);
    color: #7c5cbf;
    border: 1px solid rgba(161,140,209,.25);
    border-radius: 20px;
    padding: 2px 10px;
    font-size: 12px;
    font-weight: 600;
}

.info-chip[b-ezah5ors21] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: rgba(79,172,254,.1);
    color: #0078d4;
    border: 1px solid rgba(79,172,254,.2);
    border-radius: 20px;
    padding: 2px 10px;
    font-size: 12px;
    font-weight: 600;
}

/* ── Utilidad ────────────────────────────── */
.utilidad-pos[b-ezah5ors21] { color: #15803d; font-weight: 700; }
.utilidad-neg[b-ezah5ors21] { color: #dc2626; font-weight: 700; }

/* ── Mobile montos ───────────────────────── */
.montos-grid[b-ezah5ors21] {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: .5rem;
    border-top: 1px solid rgba(0,0,0,.06);
    padding-top: .75rem;
}

.monto-item[b-ezah5ors21] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.monto-lbl[b-ezah5ors21] {
    font-size: 11px;
    color: #999;
    font-weight: 500;
}

.monto-val[b-ezah5ors21] {
    font-size: 14px;
    font-weight: 700;
}

/* ── Grid ────────────────────────────────── */
[b-ezah5ors21] .rz-datatable tbody tr:hover {
    background-color: rgba(102,126,234,.05);
    transition: background-color .2s ease;
}

[b-ezah5ors21] .rz-card {
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
    transition: all .3s ease;
}

[b-ezah5ors21] .rz-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,.12);
    transform: translateY(-2px);
}

@media (max-width: 1280px) {
    .kpi-grid[b-ezah5ors21] { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 600px) {
    .kpi-grid[b-ezah5ors21] { grid-template-columns: 1fr; }
    .montos-grid[b-ezah5ors21] { grid-template-columns: repeat(3,1fr); }
}
/* /Pages/Envios/Diario/DiarioFormulario.razor.rz.scp.css */
.form-group[b-savog0ojw5] { margin-bottom: 14px; }

[b-savog0ojw5] .rz-label {
    font-weight: 600;
    font-size: 13px;
    color: #333;
    display: block;
    margin-bottom: 5px;
}

[b-savog0ojw5] .rz-textbox,
[b-savog0ojw5] .rz-textarea,
[b-savog0ojw5] .rz-spinner,
[b-savog0ojw5] .rz-dropdown,
[b-savog0ojw5] .rz-datepicker {
    border: 2px solid #e0e0e0 !important;
    border-radius: 8px !important;
    transition: all .3s ease !important;
}

[b-savog0ojw5] .rz-textbox:focus,
[b-savog0ojw5] .rz-textarea:focus,
[b-savog0ojw5] .rz-spinner:focus-within,
[b-savog0ojw5] .rz-dropdown.rz-state-focused,
[b-savog0ojw5] .rz-datepicker:focus-within {
    border-color: #667eea !important;
    box-shadow: 0 0 0 3px rgba(102,126,234,.15) !important;
}

/* ── Cálculo automático ──────────────────── */
.calculo-loading[b-savog0ojw5] {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: 1rem;
    background: rgba(248,250,252,.9);
    border-radius: 10px;
    font-size: 13px;
    color: #666;
}

.calculo-card[b-savog0ojw5] {
    border-radius: 12px;
    border: 2px solid rgba(102,126,234,.2);
    background: linear-gradient(135deg, rgba(102,126,234,.06) 0%, rgba(118,75,162,.06) 100%);
    overflow: hidden;
}

.calculo-header[b-savog0ojw5] {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .6rem 1rem;
    background: rgba(102,126,234,.12);
    font-size: 13px;
    font-weight: 600;
    color: #667eea;
}

.calculo-grid[b-savog0ojw5] {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 0;
}

.calculo-item[b-savog0ojw5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: .75rem .5rem;
    border-right: 1px solid rgba(0,0,0,.06);
    gap: 4px;
}

.calculo-item:last-child[b-savog0ojw5] { border-right: none; }

.calculo-item.calculo-utilidad.pos[b-savog0ojw5] { background: rgba(67,233,123,.08); }
.calculo-item.calculo-utilidad.neg[b-savog0ojw5] { background: rgba(245,87,108,.08); }

.calculo-lbl[b-savog0ojw5] {
    font-size: 11px;
    color: #999;
    font-weight: 500;
    text-align: center;
}

.calculo-val[b-savog0ojw5] {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

/* ── Botones ─────────────────────────────── */
.button-group[b-savog0ojw5] {
    padding-top: 16px;
    border-top: 1px solid rgba(0,0,0,.06);
}

[b-savog0ojw5] .rz-button.rz-button-success {
    background: linear-gradient(135deg,#667eea,#764ba2);
    border: none;
    color: white;
}

[b-savog0ojw5] .rz-button.rz-button-success:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102,126,234,.4);
}

@media (max-width: 500px) {
    .calculo-grid[b-savog0ojw5] { grid-template-columns: repeat(2,1fr); }
    .calculo-item[b-savog0ojw5] { border-right: none; border-bottom: 1px solid rgba(0,0,0,.06); }
}
/* /Pages/Envios/FormasPago/FormaPagoFormulario.razor.rz.scp.css */
.form-group[b-9nzxxqbjk5] { margin-bottom: 16px; }

[b-9nzxxqbjk5] .rz-label {
    font-weight: 600;
    font-size: 13px;
    color: #333;
    display: block;
    margin-bottom: 6px;
}

[b-9nzxxqbjk5] .rz-textbox {
    border: 2px solid #e0e0e0 !important;
    border-radius: 8px !important;
    padding: 10px 12px !important;
    transition: all 0.3s ease !important;
}

[b-9nzxxqbjk5] .rz-textbox:focus {
    border-color: #43e97b !important;
    box-shadow: 0 0 0 3px rgba(67, 233, 123, 0.15) !important;
}

.button-group[b-9nzxxqbjk5] {
    padding-top: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

[b-9nzxxqbjk5] .rz-button.rz-button-success {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
    border: none;
    color: white;
}

[b-9nzxxqbjk5] .rz-button.rz-button-success:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(67, 233, 123, 0.4);
}
/* /Pages/Envios/FormasPago/FormasPago.razor.rz.scp.css */
.fp-avatar[b-k99ympkckm] {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
}

[b-k99ympkckm] .rz-datatable tbody tr:hover {
    background-color: rgba(67, 233, 123, 0.05);
    transition: background-color 0.2s ease;
}

[b-k99ympkckm] .rz-card {
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

[b-k99ympkckm] .rz-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

/* ── Barra de búsqueda ───────────────────── */
.filter-bar[b-k99ympkckm] {
    border-radius: 10px;
    background: rgba(248, 250, 252, 0.85);
    border: 1px solid rgba(0, 0, 0, 0.06);
    padding: 10px 16px;
}

.filter-bar[b-k99ympkckm]  .rz-textbox {
    border: 2px solid #e0e0e0 !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
}

.filter-bar[b-k99ympkckm]  .rz-textbox:focus {
    border-color: #43e97b !important;
    box-shadow: 0 0 0 3px rgba(67, 233, 123, 0.15) !important;
}
/* /Pages/Envios/ListaPrecios/ListaPrecioDetalleFormulario.razor.rz.scp.css */
/* Estilos de aislamiento para ListaPrecioDetalleFormulario - copia del patr�n de FormaPagoFormulario */
.form-group[b-dni6tikzwn] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-bottom: 0.75rem;
}

.form-group > label[b-dni6tikzwn],
.form-group > .rz-label[b-dni6tikzwn] {
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.w-100[b-dni6tikzwn] {
    width: 100%;
    box-sizing: border-box;
}

.button-group[b-dni6tikzwn] {
    display: flex;
    gap: 0.5rem;
    justify-content: flex-end;
    margin-top: 0.5rem;
}

@media (max-width: 576px) {
    .button-group[b-dni6tikzwn] {
        flex-direction: column-reverse;
        align-items: stretch;
    }

    .button-group > *[b-dni6tikzwn] {
        width: 100%;
    }
}
/* /Pages/Envios/ListaPrecios/ListaPrecios.razor.rz.scp.css */
/* Filas y items de filtro: mantener mismo ancho en la misma fila */
.filter-bar .filter-row[b-kbitusgqgf] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    flex-wrap: wrap;
}

.filter-bar .filter-item[b-kbitusgqgf] {
    flex: 1 1 240px; /* mismo ancho base para cada control */
    min-width: 180px;
    box-sizing: border-box;
}

    .filter-bar .filter-item.icon[b-kbitusgqgf] {
        flex: 0 0 auto;
        min-width: 36px;
        display: flex;
        justify-content: center;
    }

.filter-bar .filter-actions[b-kbitusgqgf] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

/* Asegurar que los controles ocupen el ancho del contenedor */
.filter-bar .filter-item .w-100[b-kbitusgqgf] {
    width: 100%;
}

/* Comportamiento en m�viles: cada control ocupa fila completa */
@media (max-width: 576px) {
    .filter-bar .filter-item[b-kbitusgqgf] {
        flex: 1 1 100%;
        min-width: 0;
    }

        .filter-bar .filter-item.icon[b-kbitusgqgf] {
            order: -1;
        }

    .filter-bar .filter-actions[b-kbitusgqgf] {
        width: 100%;
        justify-content: flex-start;
    }
}
/* /Pages/Envios/NotasCredito/NotaCreditoFormulario.razor.rz.scp.css */
.form-group[b-rq9ptblpb9] { margin-bottom: 14px; }

[b-rq9ptblpb9] .rz-label { font-weight: 600; font-size: 13px; color: #333; display: block; margin-bottom: 5px; }

[b-rq9ptblpb9] .rz-textbox, [b-rq9ptblpb9] .rz-textarea, [b-rq9ptblpb9] .rz-spinner, [b-rq9ptblpb9] .rz-dropdown, [b-rq9ptblpb9] .rz-datepicker {
    border: 2px solid #e0e0e0 !important; border-radius: 8px !important; transition: all .3s ease !important;
}

[b-rq9ptblpb9] .rz-textbox:focus, [b-rq9ptblpb9] .rz-textarea:focus, [b-rq9ptblpb9] .rz-spinner:focus-within,
[b-rq9ptblpb9] .rz-dropdown.rz-state-focused, [b-rq9ptblpb9] .rz-datepicker:focus-within {
    border-color: #f857a6 !important; box-shadow: 0 0 0 3px rgba(248,87,166,.15) !important;
}

.button-group[b-rq9ptblpb9] { padding-top: 16px; border-top: 1px solid rgba(0,0,0,.06); }

[b-rq9ptblpb9] .rz-button.rz-button-success {
    background: linear-gradient(135deg,#f857a6,#ff5858); border: none; color: white;
}
[b-rq9ptblpb9] .rz-button.rz-button-success:hover:not(:disabled) {
    transform: translateY(-2px); box-shadow: 0 4px 12px rgba(248,87,166,.4);
}
/* /Pages/Envios/NotasCredito/NotasCredito.razor.rz.scp.css */
.kpi-grid[b-8eo1h1hux9] { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; }

.kpi-card[b-8eo1h1hux9] {
    border-radius: 14px; padding: 1.25rem 1.5rem;
    display: flex; align-items: center; gap: 1rem;
    color: white; box-shadow: 0 4px 16px rgba(0,0,0,.12);
}
.kpi-registros[b-8eo1h1hux9] { background: linear-gradient(135deg,#f857a6,#ff5858); }
.kpi-monto[b-8eo1h1hux9]     { background: linear-gradient(135deg,#fa709a,#fee140); }
.kpi-body[b-8eo1h1hux9] { display: flex; flex-direction: column; gap: 2px; }
.kpi-val[b-8eo1h1hux9]  { font-size: 22px; font-weight: 700; line-height: 1; }
.kpi-lbl[b-8eo1h1hux9]  { font-size: 12px; opacity: .9; font-weight: 500; }

.filter-card[b-8eo1h1hux9] {
    border-radius: 10px;
    background: rgba(248,250,252,.85);
    border: 1px solid rgba(0,0,0,.06);
}

.nc-avatar[b-8eo1h1hux9] {
    width: 34px; height: 34px; border-radius: 8px;
    background: linear-gradient(135deg,#f857a6,#ff5858);
    display: flex; align-items: center; justify-content: center;
    color: white; flex-shrink: 0;
}

.nc-monto[b-8eo1h1hux9]  { color: #dc2626; font-size: 15px; font-weight: 700; }

.peso-badge[b-8eo1h1hux9] {
    display: inline-flex; align-items: center; gap: 4px;
    background: rgba(161,140,209,.1); color: #7c5cbf;
    border: 1px solid rgba(161,140,209,.25);
    border-radius: 20px; padding: 2px 10px;
    font-size: 12px; font-weight: 600;
}

.servicio-chip[b-8eo1h1hux9] {
    display: inline-flex; align-items: center; gap: 4px;
    background: rgba(248,87,166,.08); color: #f857a6;
    border: 1px solid rgba(248,87,166,.2);
    border-radius: 20px; padding: 3px 10px;
    font-size: 12px; font-weight: 600;
}

[b-8eo1h1hux9] .rz-datatable tbody tr:hover { background-color: rgba(248,87,166,.04); transition: background-color .2s; }
[b-8eo1h1hux9] .rz-card { border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,.06); transition: all .3s; }
[b-8eo1h1hux9] .rz-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,.12); transform: translateY(-2px); }

@media (max-width:600px) { .kpi-grid[b-8eo1h1hux9] { grid-template-columns: 1fr; } }
/* /Pages/Envios/Proveedores/Proveedores.razor.rz.scp.css */
.proveedor-avatar[b-m40h72r32x] {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: linear-gradient(135deg, #4facfe, #00f2fe);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
}

/* ── Barra de búsqueda ───────────────────── */
.filter-bar[b-m40h72r32x] {
    border-radius: 10px;
    background: rgba(248, 250, 252, 0.85);
    border: 1px solid rgba(0, 0, 0, 0.06);
    padding: 10px 16px;
}

.filter-bar[b-m40h72r32x]  .rz-textbox {
    border: 2px solid #e0e0e0 !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
}

.filter-bar[b-m40h72r32x]  .rz-textbox:focus {
    border-color: #4facfe !important;
    box-shadow: 0 0 0 3px rgba(79, 172, 254, 0.15) !important;
}

/* ── Info grid mobile ────────────────────── */
.prov-info-grid[b-m40h72r32x] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
}

.prov-info-item[b-m40h72r32x] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 12px;
    color: #555;
}

.prov-info-item[b-m40h72r32x]  .rzi {
    font-size: 15px;
    color: #999;
}

.prov-info-full[b-m40h72r32x] {
    grid-column: 1 / -1;
}

/* ── Grid hover ──────────────────────────── */
[b-m40h72r32x] .rz-datatable tbody tr:hover {
    background-color: rgba(79, 172, 254, 0.05);
    transition: background-color 0.2s;
}

[b-m40h72r32x] .rz-card {
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.3s;
}

[b-m40h72r32x] .rz-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    [b-m40h72r32x] .rz-card {
        padding: 1rem;
    }

    .prov-info-grid[b-m40h72r32x] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Envios/Proveedores/ProveedorFormulario.razor.rz.scp.css */
.form-group[b-b5hfaj386r] {
    margin-bottom: 16px;
}

[b-b5hfaj386r] .rz-label {
    font-weight: 600;
    font-size: 13px;
    color: #333;
    display: block;
    margin-bottom: 6px;
}

[b-b5hfaj386r] .rz-textbox {
    border: 2px solid #e0e0e0 !important;
    border-radius: 8px !important;
    padding: 10px 12px !important;
    transition: all 0.3s ease !important;
}

[b-b5hfaj386r] .rz-textbox:focus {
    border-color: #4facfe !important;
    box-shadow: 0 0 0 3px rgba(79, 172, 254, 0.15) !important;
}

.button-group[b-b5hfaj386r] {
    padding-top: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

[b-b5hfaj386r] .rz-button {
    border-radius: 8px;
    font-weight: 600;
    padding: 10px 20px;
    transition: all 0.3s ease;
}

[b-b5hfaj386r] .rz-button.rz-button-success {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    border: none;
    color: white;
}

[b-b5hfaj386r] .rz-button.rz-button-success:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(79, 172, 254, 0.4);
}

@media (max-width: 480px) {
    .button-group[b-b5hfaj386r] {
        flex-direction: column-reverse;
    }
}
/* /Pages/Index.razor.rz.scp.css */
/* ═══════════════════════════════════════════════
   DASHBOARD ROOT
═══════════════════════════════════════════════ */
.dash-root[b-o6rofp5hbv] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.5rem;
    max-width: 1400px;
    margin: 0 auto;
}

/* ═══════════════════════════════════════════════
   BIENVENIDA
═══════════════════════════════════════════════ */
.dash-welcome[b-o6rofp5hbv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, #a18cd1 0%, #fbc2eb 100%);
    border-radius: 16px;
    padding: 1.5rem 2rem;
    color: #fff;
    box-shadow: 0 4px 20px rgba(161, 140, 209, 0.35);
}

.dash-welcome-title[b-o6rofp5hbv] {
    font-size: clamp(1.2rem, 3vw, 1.7rem);
    font-weight: 700;
    margin: 0 0 4px;
}

.dash-accent[b-o6rofp5hbv] { color: #fff; text-shadow: 0 1px 4px rgba(0,0,0,.2); }

.dash-welcome-sub[b-o6rofp5hbv] {
    font-size: .875rem;
    opacity: .88;
    margin: 0;
    text-transform: capitalize;
}

.dash-welcome-badge[b-o6rofp5hbv] {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(255,255,255,.25);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* ═══════════════════════════════════════════════
   KPI GRID
═══════════════════════════════════════════════ */
.dash-kpi-grid[b-o6rofp5hbv] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
}

/* ── KPI card ── */
.dash-kpi-card[b-o6rofp5hbv] {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(0,0,0,.07);
    padding: .85rem 1rem;
    display: flex;
    align-items: center;
    gap: .75rem;
    min-width: 0;
    position: relative;
    overflow: visible;
}

.dash-kpi-icon[b-o6rofp5hbv] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.dash-kpi-icon .rzi[b-o6rofp5hbv] { font-size: 1.5rem !important; color: #fff; }

.dash-kpi--purple .dash-kpi-icon[b-o6rofp5hbv] { background: linear-gradient(135deg,#a18cd1,#fbc2eb); }
.dash-kpi--blue   .dash-kpi-icon[b-o6rofp5hbv] { background: linear-gradient(135deg,#667eea,#764ba2); }
.dash-kpi--teal   .dash-kpi-icon[b-o6rofp5hbv] { background: linear-gradient(135deg,#11998e,#38ef7d); }
.dash-kpi--green  .dash-kpi-icon[b-o6rofp5hbv] { background: linear-gradient(135deg,#43e97b,#38f9d7); }
.dash-kpi--orange .dash-kpi-icon[b-o6rofp5hbv] { background: linear-gradient(135deg,#f7971e,#ffd200); }

.dash-kpi-body[b-o6rofp5hbv] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
    flex: 1;
}

/* ── CORRECCIÓN: font-size responsivo para que el símbolo $ no se corte ── */
.dash-kpi-value[b-o6rofp5hbv] {
    font-size: clamp(.95rem, 2.5vw, 1.45rem);
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.15;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dash-kpi-label[b-o6rofp5hbv] {
    font-size: .75rem;
    font-weight: 600;
    color: #555;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.dash-kpi-sub[b-o6rofp5hbv] {
    font-size: .72rem;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ═══════════════════════════════════════════════
   GRILLAS DE GRÁFICAS (legacy — sin uso activo)
═══════════════════════════════════════════════ */
.dash-charts-grid[b-o6rofp5hbv] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.dash-bottom-grid[b-o6rofp5hbv] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

/* ═══════════════════════════════════════════════
   CARD GENÉRICA
═══════════════════════════════════════════════ */
.dash-card[b-o6rofp5hbv] {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(0,0,0,.07);
    overflow: hidden;
    height: 100%;          /* llena el alto de la columna Radzen */
}

.dash-card-header[b-o6rofp5hbv] {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .8rem 1.2rem;
    border-bottom: 1px solid rgba(0,0,0,.06);
    font-weight: 600;
    font-size: .88rem;
    color: #333;
    flex-wrap: wrap;
    row-gap: .4rem;
}

.dash-card-header .rzi[b-o6rofp5hbv] { color: #a18cd1; font-size: 1.1rem !important; flex-shrink: 0; }

.dash-header-badge[b-o6rofp5hbv] {
    margin-left: auto;
    background: #f0ecfa;
    color: #7c5cbf;
    font-size: .7rem;
    font-weight: 700;
    padding: 2px 10px;
    border-radius: 20px;
    white-space: nowrap;
}

.dash-card-body[b-o6rofp5hbv]          { padding: 1.25rem 1.4rem; }
.dash-card-body--chart[b-o6rofp5hbv]   { padding: 1rem 1rem .5rem; }
.dash-card-body--table[b-o6rofp5hbv]   { padding: 0; }

/* ═══════════════════════════════════════════════
   FILTROS DE RANKING Y COMPARATIVOS
═══════════════════════════════════════════════ */
.dash-ranking-filtros[b-o6rofp5hbv] {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: .35rem;
    flex-wrap: nowrap;
    flex-shrink: 0;
}

.dash-ranking-filtros .dash-anio-sep[b-o6rofp5hbv] {
    font-size: .75rem;
    color: #aaa;
    font-weight: 500;
}

/* ═══════════════════════════════════════════════
   ACCESOS DIRECTOS
═══════════════════════════════════════════════ */
.dash-shortcuts-grid[b-o6rofp5hbv] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    gap: .75rem;
}

.dash-shortcut[b-o6rofp5hbv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .4rem;
    background: none;
    border: none;
    cursor: pointer;
    padding: .75rem .5rem;
    border-radius: 12px;
    transition: background .15s, transform .15s;
}

.dash-shortcut:hover[b-o6rofp5hbv] {
    background: rgba(161,140,209,.1);
    transform: translateY(-2px);
}

.dash-shortcut-icon[b-o6rofp5hbv] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, #a18cd1, #fbc2eb);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 10px rgba(161,140,209,.3);
}

.dash-shortcut-icon .rzi[b-o6rofp5hbv] { font-size: 1.4rem !important; color: #fff; }

.dash-shortcut-label[b-o6rofp5hbv] {
    font-size: .72rem;
    font-weight: 600;
    color: #444;
    text-align: center;
    line-height: 1.2;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ═══════════════════════════════════════════════
   MINI GRID RECIENTES
═══════════════════════════════════════════════ */
[b-o6rofp5hbv] .dash-mini-grid .rz-grid-table   { font-size: .82rem; }
[b-o6rofp5hbv] .dash-mini-grid .rz-data-row:hover td { background: #faf7ff !important; }
[b-o6rofp5hbv] .dash-mini-grid .rz-datatable-thead th {
    background: #f8f5ff;
    color: #555;
    font-weight: 600;
    font-size: .76rem;
    text-transform: uppercase;
    letter-spacing: .4px;
    padding: .6rem .9rem !important;
}

/* Scroll horizontal en móvil para la tabla */
[b-o6rofp5hbv] .dash-mini-grid {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.dash-amount[b-o6rofp5hbv]       { font-weight: 600; color: #333; }
.dash-amount--pos[b-o6rofp5hbv]  { color: #2e7d32; }
.dash-amount--neg[b-o6rofp5hbv]  { color: #c62828; }

/* ═══════════════════════════════════════════════
   EMPTY STATE
═══════════════════════════════════════════════ */
.dash-empty[b-o6rofp5hbv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    padding: 2rem 1rem;
    color: #bbb;
    font-size: .88rem;
}

.dash-empty .rzi[b-o6rofp5hbv] { font-size: 2.2rem !important; color: #ddd; }

/* ═══════════════════════════════════════════════
   SKELETON LOADER
═══════════════════════════════════════════════ */
.dash-skeleton[b-o6rofp5hbv] {
    background: linear-gradient(90deg, #f0f0f0 25%, #e8e8e8 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: dash-shimmer-b-o6rofp5hbv 1.4s infinite;
    border-radius: 14px;
    min-height: 90px;
}

@keyframes dash-shimmer-b-o6rofp5hbv {
    0%   { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* ═══════════════════════════════════════════════
   TOGGLE GRÁFICO / TABLA
═══════════════════════════════════════════════ */
.dash-chart-toggle[b-o6rofp5hbv] {
    width: 30px;
    height: 30px;
    border: 1px solid #e3ddf5;
    border-radius: 8px;
    background: #fff;
    color: #7c5cbf;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .15s ease, transform .15s ease, border-color .15s ease;
    padding: 0;
    flex-shrink: 0;
}

.dash-chart-toggle:hover[b-o6rofp5hbv] {
    background: #f6f1ff;
    border-color: #cdbdf2;
    transform: translateY(-1px);
}

.dash-chart-toggle .rzi[b-o6rofp5hbv] { font-size: 1rem !important; }

/* ═══════════════════════════════════════════════
   TABLA COMPARATIVA
═══════════════════════════════════════════════ */
.dash-comparativo-list[b-o6rofp5hbv] { overflow-x: auto; }

.dash-comparativo-table[b-o6rofp5hbv] {
    width: 100%;
    border-collapse: collapse;
    font-size: .86rem;
}

.dash-comparativo-table th[b-o6rofp5hbv],
.dash-comparativo-table td[b-o6rofp5hbv] {
    border: 1px solid #e7e2f3;
    padding: .4rem .5rem;
    text-align: right;
    white-space: nowrap;
}

.dash-comparativo-table th:first-child[b-o6rofp5hbv],
.dash-comparativo-table td:first-child[b-o6rofp5hbv] { text-align: left; }

.dash-comparativo-table thead th[b-o6rofp5hbv] {
    background: #f8f5ff;
    color: #555;
    font-weight: 700;
}

.dash-comparativo-table tfoot th[b-o6rofp5hbv] {
    background: #fcfbff;
    font-weight: 700;
    color: #333;
}

/* ═══════════════════════════════════════════════
   FAB FLOTANTE
═══════════════════════════════════════════════ */
.fab-container[b-o6rofp5hbv] {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1400;
    display: flex;
    align-items: flex-end;
    gap: 12px;
    pointer-events: none;
}

.fab-container > .rz-button[b-o6rofp5hbv] {
    pointer-events: auto;
    transition: transform .12s ease, box-shadow .12s ease;
}

.fab-container > .rz-button:hover[b-o6rofp5hbv] {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 10px 20px rgba(102,126,234,.18);
}

.fab-menu[b-o6rofp5hbv] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-right: 8px;
    background: transparent;
    transform-origin: right bottom;
    opacity: 0;
    transform: translateY(12px) scale(.95);
    transition: opacity .18s ease, transform .18s ease;
    pointer-events: none;
}

.fab-menu.open[b-o6rofp5hbv] {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

.fab-item[b-o6rofp5hbv] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 160px;
    padding: 8px 12px;
    border-radius: 8px;
    background: var(--rz-primary, #667eea);
    color: white;
    border: none;
    cursor: pointer;
    box-shadow: 0 6px 14px rgba(0,0,0,.12);
    text-align: left;
}

.fab-item-icon[b-o6rofp5hbv] {
    width: 36px;
    height: 36px;
    min-width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: rgba(255,255,255,0.12);
}

.fab-item-label[b-o6rofp5hbv] {
    font-weight: 600;
    font-size: .93rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fab-empty[b-o6rofp5hbv] {
    padding: 10px 14px;
    border-radius: 8px;
    background: rgba(0,0,0,0.05);
    color: #333;
    font-size: .9rem;
}

@keyframes fab-pulse-b-o6rofp5hbv {
    0%   { transform: scale(1); opacity: 1; }
    50%  { transform: scale(1.03); opacity: .98; }
    100% { transform: scale(1); opacity: 1; }
}

.fab-container.show-pulse > .rz-button[b-o6rofp5hbv] {
    animation: fab-pulse-b-o6rofp5hbv 2.2s ease-in-out 1;
}

/* ═══════════════════════════════════════════════
   SELECTOR DE PERIODO KPIs
═══════════════════════════════════════════════ */
.dash-kpi-actions[b-o6rofp5hbv] {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 20;
}

.kpi-period-btn[b-o6rofp5hbv] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    font-size: .7rem;
    font-weight: 700;
    line-height: 1;
    border-radius: 20px;
    border: none;
    background: #fff;
    color: #7c5cbf;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,.13);
    transition: background .15s ease, box-shadow .15s ease, transform .12s ease;
    white-space: nowrap;
    letter-spacing: .2px;
}

.kpi-period-btn:hover[b-o6rofp5hbv] {
    background: #f3eeff;
    box-shadow: 0 4px 12px rgba(124,92,191,.25);
    transform: translateY(-1px);
}

.kpi-period-btn:active[b-o6rofp5hbv] {
    transform: translateY(0);
    box-shadow: 0 1px 4px rgba(0,0,0,.12);
}

.kpi-period-text[b-o6rofp5hbv] {
    text-transform: capitalize;
    white-space: nowrap;
}

.kpi-picker-overlay[b-o6rofp5hbv] {
    position: fixed;
    inset: 0;
    z-index: 1048;
}

.kpi-picker-popover[b-o6rofp5hbv] {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    z-index: 1049;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 32px rgba(0,0,0,.16), 0 2px 8px rgba(0,0,0,.08);
    padding: 8px;
    animation: kpi-popover-in-b-o6rofp5hbv .15s ease;
    border: 1px solid rgba(161,140,209,.18);
}

@keyframes kpi-popover-in-b-o6rofp5hbv {
    from { opacity: 0; transform: translateY(-6px) scale(.97); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}

/* ═══════════════════════════════════════════════
   RADZEN LAYOUT — fix desborde en columnas
═══════════════════════════════════════════════ */
[b-o6rofp5hbv] .rz-col,
[b-o6rofp5hbv] [class*="rz-col-"] {
    min-width: 0;
}

[b-o6rofp5hbv] .rz-chart {
    max-width: 100%;
    overflow: hidden;
}

/* ═══════════════════════════════════════════════
   RESPONSIVO MÓVIL  (< 768px)
═══════════════════════════════════════════════ */
@media (max-width: 768px) {

    /* Root */
    .dash-root[b-o6rofp5hbv] { padding: .85rem .65rem; gap: .85rem; }

    /* Bienvenida */
    .dash-welcome[b-o6rofp5hbv]        { padding: 1rem 1.1rem; }
    .dash-welcome-badge[b-o6rofp5hbv]  { display: none; }

    /* KPI cards: apiladas de 2 en 2, más compactas */
    .dash-kpi-card[b-o6rofp5hbv] {
        padding: .85rem .9rem;
        padding-top: 2.1rem;
        gap: .65rem;
    }

    .dash-kpi-icon[b-o6rofp5hbv] {
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }

    .dash-kpi-icon .rzi[b-o6rofp5hbv] { font-size: 1.25rem !important; }

    .dash-kpi-value[b-o6rofp5hbv] {
        font-size: clamp(.9rem, 4vw, 1.15rem);
    }

    .dash-kpi-label[b-o6rofp5hbv] { font-size: .68rem; }
    .dash-kpi-sub[b-o6rofp5hbv]   { font-size: .65rem; }

    /* Gráficas: altura reducida en móvil */
    [b-o6rofp5hbv] .rz-chart { height: 200px !important; }

    /* Card header: título y filtros en filas separadas */
    .dash-card-header[b-o6rofp5hbv] {
        padding: .7rem .9rem;
        font-size: .82rem;
        gap: .4rem;
        row-gap: .5rem;
    }

    .dash-ranking-filtros[b-o6rofp5hbv] {
        width: 100%;
        margin-left: 0;
        justify-content: flex-end;
    }

    /* Card body */
    .dash-card-body[b-o6rofp5hbv]         { padding: .85rem .9rem; }
    .dash-card-body--chart[b-o6rofp5hbv]  { padding: .6rem .6rem .3rem; }

    /* Comparativo numéricos más pequeños */
    [b-o6rofp5hbv] .rz-numeric input { font-size: .8rem !important; }

    /* FAB */
    .fab-container[b-o6rofp5hbv] { right: 14px; bottom: 14px; }
    .fab-item[b-o6rofp5hbv] { min-width: 140px; padding: 7px 10px; }
}

/* ═══════════════════════════════════════════════
   RESPONSIVO MUY PEQUEÑO  (< 420px)
═══════════════════════════════════════════════ */
@media (max-width: 420px) {

    .dash-root[b-o6rofp5hbv] { padding: .65rem .5rem; gap: .7rem; }

    .dash-kpi-card[b-o6rofp5hbv] {
        padding: .75rem .75rem;
        padding-top: 1.9rem;
    }

    .dash-kpi-icon[b-o6rofp5hbv] { width: 36px; height: 36px; }
    .dash-kpi-icon .rzi[b-o6rofp5hbv] { font-size: 1.1rem !important; }

    .dash-kpi-value[b-o6rofp5hbv] { font-size: clamp(.85rem, 5vw, 1rem); }

    .dash-card-header[b-o6rofp5hbv] { padding: .65rem .75rem; font-size: .8rem; }
    .dash-card-body[b-o6rofp5hbv]   { padding: .75rem .75rem; }

    /* El botón del periodo aún más compacto */
    .kpi-period-btn[b-o6rofp5hbv] { padding: 3px 8px; font-size: .65rem; }

    /* Tabla comparativa más compacta */
    .dash-comparativo-table[b-o6rofp5hbv] { font-size: .78rem; }
    .dash-comparativo-table th[b-o6rofp5hbv],
    .dash-comparativo-table td[b-o6rofp5hbv] { padding: .3rem .35rem; }
}

/* ═══════════════════════════════════════════════
   SHORTCUTS RESPONSIVO
═══════════════════════════════════════════════ */
@media (max-width: 600px) {
    .dash-shortcuts-grid[b-o6rofp5hbv] { grid-template-columns: repeat(3, 1fr); }
    .fab-container[b-o6rofp5hbv] { right: 14px; bottom: 14px; }
}

/* ── DatePicker inline dentro del body del KPI ── */
[b-o6rofp5hbv] .kpi-inline-picker .rz-datepicker {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    min-height: unset !important;
}

[b-o6rofp5hbv] .kpi-inline-picker .rz-inputtext {
    font-size: .72rem !important;
    font-weight: 600 !important;
    color: #666 !important;
    background: transparent !important;
    border: none !important;
    border-bottom: 1px dashed #e1e1e1 !important;
    border-radius: 0 !important;
    padding: 2px 6px !important;
    width: 100% !important;
    cursor: pointer !important;
    box-shadow: none !important;
}

/* Si añadiste antes: .kpi-inline-picker .rz-datepicker-trigger { display: none !important; } elimínala */
/* Asegura trigger visible */
[b-o6rofp5hbv] .kpi-inline-picker .rz-datepicker-trigger { display: inline-flex !important; }

/* Ajuste visual al enfocar */
[b-o6rofp5hbv] .kpi-inline-picker .rz-inputtext:focus,
[b-o6rofp5hbv] .kpi-inline-picker .rz-datepicker:focus-within {
    border-bottom-color: #a18cd1 !important;
    outline: none !important;
    box-shadow: none !important;
}

/* Quitar reglas antiguas que ocultaban trigger (si las dejaste) */
/* .kpi-inline-picker .rz-datepicker-trigger { display: none !important; } */
/* /Pages/Login.razor.rz.scp.css */
/* ═══════════════════════════════════════════
   Animaciones (globales via ::deep)
   Los @keyframes no soportan el atributo de
   scope de Blazor, se declaran aquí y funcionan
   porque el navegador los registra globalmente.
═══════════════════════════════════════════ */
@keyframes gradientBG-b-keyexqlbyx {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes fadeInUp-b-keyexqlbyx {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes welcomePop-b-keyexqlbyx {
    0% {
        opacity: 0;
        transform: scale(0.85) translateY(20px);
    }

    70% {
        transform: scale(1.03) translateY(-4px);
    }

    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

@keyframes progressFill-b-keyexqlbyx {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

/* ═══════════════════════════════════════════
   Contenedor principal
═══════════════════════════════════════════ */
.login-container[b-keyexqlbyx] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(-45deg, #075985, #0ea5e9, #0369a1, #0284c7);
    background-size: 400% 400%;
    animation: gradientBG-b-keyexqlbyx 15s ease infinite;
    padding: 24px;
    box-sizing: border-box;
}

/* ═══════════════════════════════════════════
   Card de login
═══════════════════════════════════════════ */
.login-card[b-keyexqlbyx] {
    background: rgba(255, 255, 255, 0.98);
    border-radius: 24px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    width: 100%;
    max-width: 450px;
    padding: 3rem 2rem;
    animation: fadeInUp-b-keyexqlbyx 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    box-sizing: border-box;
}

/* ═══════════════════════════════════════════
   Logo
═══════════════════════════════════════════ */
.logo-container[b-keyexqlbyx] {
    text-align: center;
    margin-bottom: 1.2rem;
}

[b-keyexqlbyx] .login-logo {
    height: 140px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
    transition: transform 0.3s ease;
}

    [b-keyexqlbyx] .login-logo:hover {
        transform: scale(1.05);
    }

[b-keyexqlbyx] .login-logo-large {
    height: 240px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
    transition: transform 0.3s ease;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5rem;
}

/* ═══════════════════════════════════════════
   Campos de entrada
═══════════════════════════════════════════ */
.input-wrapper[b-keyexqlbyx] {
    position: relative;
    margin-bottom: 1.5rem;
}

[b-keyexqlbyx] .password-toggle {
    position: absolute;
    right: 12px;
    top: 40px;
    cursor: pointer;
    z-index: 10;
    color: #94a3b8;
    transition: color 0.2s;
}

    [b-keyexqlbyx] .password-toggle:hover {
        color: #0ea5e9;
    }

[b-keyexqlbyx] .custom-input {
    border-radius: 12px !important;
    border: 1px solid #e2e8f0 !important;
    transition: all 0.2s ease-in-out;
}

    [b-keyexqlbyx] .custom-input:focus-within {
        border-color: #0ea5e9 !important;
        box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.15) !important;
        transform: translateY(-1px);
    }

/* ═══════════════════════════════════════════
   Botón de login
═══════════════════════════════════════════ */
[b-keyexqlbyx] .login-btn {
    height: 52px;
    font-size: 1rem;
    border-radius: 12px;
    font-weight: 600;
    background-color: #0284c7;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

    [b-keyexqlbyx] .login-btn:hover:not(:disabled) {
        transform: translateY(-2px);
        box-shadow: 0 10px 15px -3px rgba(2, 132, 199, 0.4);
    }

    [b-keyexqlbyx] .login-btn:active:not(:disabled) {
        transform: translateY(0);
    }

[b-keyexqlbyx] .rz-mt-10 {
    margin-top: 1rem !important;
}

/* ═══════════════════════════════════════════
   Modal de bienvenida
═══════════════════════════════════════════ */
.welcome-overlay[b-keyexqlbyx] {
    position: fixed;
    inset: 0;
    background: rgba(7, 89, 133, 0.55);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.welcome-card[b-keyexqlbyx] {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 32px 64px -12px rgba(0, 0, 0, 0.35);
    padding: 2.5rem 2.5rem 2rem;
    max-width: 420px;
    width: 90%;
    text-align: center;
    animation: welcomePop-b-keyexqlbyx 0.55s cubic-bezier(0.16, 1, 0.3, 1) both;
    box-sizing: border-box;
}

.welcome-avatar[b-keyexqlbyx] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0ea5e9, #0369a1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem;
    box-shadow: 0 8px 20px rgba(14, 165, 233, 0.35);
}

[b-keyexqlbyx] .welcome-avatar span {
    font-size: 2.2rem;
    color: #ffffff;
}

[b-keyexqlbyx] .welcome-avatar .rz-icon {
    font-size: 2.4rem !important;
    color: #ffffff !important;
}

.welcome-title[b-keyexqlbyx] {
    font-size: 1.6rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.35rem;
}

.welcome-subtitle[b-keyexqlbyx] {
    font-size: 1rem;
    color: #64748b;
    margin-bottom: 0.25rem;
}

.welcome-system[b-keyexqlbyx] {
    font-size: 0.8rem;
    color: #94a3b8;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 1.75rem;
}

.welcome-progress[b-keyexqlbyx] {
    height: 4px;
    border-radius: 99px;
    background: #e2e8f0;
    overflow: hidden;
    margin-bottom: 1rem;
}

.welcome-progress-bar[b-keyexqlbyx] {
    height: 100%;
    border-radius: 99px;
    background: linear-gradient(90deg, #0ea5e9, #0284c7);
    animation: progressFill-b-keyexqlbyx var(--welcome-delay, 2500ms) linear forwards;
}

.welcome-hint[b-keyexqlbyx] {
    font-size: 0.78rem;
    color: #94a3b8;
}

/* ═══════════════════════════════════════════
   RESPONSIVE — Tablets (≤ 600px)
═══════════════════════════════════════════ */
@media (max-width: 600px) {
    .login-container[b-keyexqlbyx] {
        padding: 16px;
        align-items: flex-start;
        padding-top: 32px;
    }

    .login-card[b-keyexqlbyx] {
        border-radius: 18px;
        padding: 2rem 1.25rem;
        max-width: 100%;
    }

    [b-keyexqlbyx] .login-logo-large {
        height: 160px;
    }

    [b-keyexqlbyx] .login-btn {
        height: 48px;
        font-size: 0.95rem;
    }

    .welcome-card[b-keyexqlbyx] {
        padding: 2rem 1.5rem 1.5rem;
        border-radius: 18px;
    }

    .welcome-title[b-keyexqlbyx] {
        font-size: 1.35rem;
    }
}
/* /Shared/AccesosDialog.razor.rz.scp.css */
/* ═══════════════════════════════════════════════════
   ACCESOS DIALOG — CSS Isolation
   ═══════════════════════════════════════════════════ */

/* ── Contenedor principal ── */
.accesos-dialog[b-ihme1n7q4h] {
  padding: 12px;
  width: 420px;
  max-width: 92vw;
  display: flex;
  flex-direction: column;
  gap: 10px;
  animation: dialog-slide-up-b-ihme1n7q4h .18s ease-out;
}

@keyframes dialog-slide-up-b-ihme1n7q4h {
  from { transform: translateY(8px); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}

.accesos-dialog-header[b-ihme1n7q4h] {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

.accesos-dialog-header h3[b-ihme1n7q4h] { margin:0; font-size:1rem; font-weight:700; }

.accesos-close[b-ihme1n7q4h] {
  border: none;
  background: transparent;
  cursor: pointer;
  color: #666;
}

/* ── Barra de búsqueda ── */
.ad-search-bar[b-ihme1n7q4h] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--rz-base-200, #f4f6f8);
    border: 1.5px solid var(--rz-base-300, #dde2e8);
    border-radius: 10px;
    padding: 0.45rem 0.85rem;
    transition: border-color 0.2s;
}

.ad-search-bar:focus-within[b-ihme1n7q4h] {
    border-color: var(--rz-primary, #3f51b5);
    background: #fff;
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--rz-primary, #3f51b5) 12%, transparent);
}

.ad-search-bar[b-ihme1n7q4h]  .rzi {
    color: var(--rz-base-500, #8a96a3);
    font-size: 1.2rem;
}

.ad-search-input[b-ihme1n7q4h] {
    flex: 1;
    border: none;
    background: transparent;
    outline: none;
    font-size: 0.9rem;
    color: var(--rz-text-color, #2d3748);
}

.ad-search-input[b-ihme1n7q4h]::placeholder {
    color: var(--rz-base-500, #a0aec0);
}

.ad-search-clear[b-ihme1n7q4h] {
    display: flex;
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    color: var(--rz-base-500, #8a96a3);
    transition: color 0.15s;
}

.ad-search-clear:hover[b-ihme1n7q4h] {
    color: var(--rz-danger, #e53e3e);
}

/* ── Lista de categorías con scroll ── */
.ad-categorias[b-ihme1n7q4h] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    overflow-y: auto;
    padding-right: 0.35rem;
    scroll-behavior: smooth;
}

.ad-categorias[b-ihme1n7q4h]::-webkit-scrollbar {
    width: 5px;
}

.ad-categorias[b-ihme1n7q4h]::-webkit-scrollbar-track {
    background: transparent;
}

.ad-categorias[b-ihme1n7q4h]::-webkit-scrollbar-thumb {
    background: var(--rz-base-300, #dde2e8);
    border-radius: 10px;
}

/* ── Tarjeta de categoría ── */
.ad-categoria[b-ihme1n7q4h] {
    border: 1.5px solid var(--rz-base-300, #dde2e8);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
    transition: box-shadow 0.2s;
}

.ad-categoria:hover[b-ihme1n7q4h] {
    box-shadow: 0 3px 12px rgba(0,0,0,0.09);
}

/* ── Encabezado de categoría ── */
.ad-cat-header[b-ihme1n7q4h] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0.65rem 1rem;
    background: linear-gradient(90deg,
        color-mix(in srgb, var(--rz-primary, #3f51b5) 8%, #fff),
        #fff);
    border: none;
    cursor: pointer;
    font-weight: 600;
    color: var(--rz-primary-darker, #283593);
    transition: background 0.2s;
}

.ad-cat-header:hover[b-ihme1n7q4h] {
    background: linear-gradient(90deg,
        color-mix(in srgb, var(--rz-primary, #3f51b5) 16%, #fff),
        color-mix(in srgb, var(--rz-primary, #3f51b5) 4%, #fff));
}

.ad-cat-header-left[b-ihme1n7q4h] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.ad-cat-badge[b-ihme1n7q4h] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.45rem;
    height: 1.45rem;
    padding: 0 0.3rem;
    border-radius: 99px;
    background: var(--rz-primary, #3f51b5);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.ad-cat-name[b-ihme1n7q4h] {
    font-size: 0.88rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* ── Cuerpo de categoría (animación collapse) ── */
.ad-cat-body[b-ihme1n7q4h] {
    padding: 0.75rem 1rem 1rem;
    border-top: 1px solid var(--rz-base-200, #f0f2f5);
    animation: adBodyIn-b-ihme1n7q4h 0.2s ease;
}

.ad-categoria--collapsed .ad-cat-body[b-ihme1n7q4h] {
    display: none;
}

@keyframes adBodyIn-b-ihme1n7q4h {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ── Tarjeta de acceso ── */
.ad-item[b-ihme1n7q4h] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    width: 100%;
    padding: 0.85rem 0.5rem;
    border: 1.5px solid var(--rz-base-200, #edf0f4);
    border-radius: 10px;
    background: var(--rz-base-100, #f9fafb);
    cursor: pointer;
    transition: all 0.18s ease;
    text-align: center;
    min-height: 90px;
}

.ad-item:hover[b-ihme1n7q4h] {
    background: var(--rz-primary, #3f51b5);
    border-color: var(--rz-primary, #3f51b5);
    box-shadow: 0 4px 14px color-mix(in srgb, var(--rz-primary, #3f51b5) 35%, transparent);
    transform: translateY(-2px);
}

.ad-item:hover .ad-item-icon[b-ihme1n7q4h] {
    background: rgba(255,255,255,0.2);
    color: #fff;
}

.ad-item:hover .ad-item-label[b-ihme1n7q4h] {
    color: #fff;
}

.ad-item:active[b-ihme1n7q4h] {
    transform: translateY(0);
    box-shadow: none;
}

/* ── Ícono del acceso ── */
.ad-item-icon[b-ihme1n7q4h] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    background: color-mix(in srgb, var(--rz-primary, #3f51b5) 12%, #fff);
    color: var(--rz-primary, #3f51b5);
    transition: all 0.18s ease;
}

.ad-item-icon[b-ihme1n7q4h]  .rzi {
    font-size: 1.25rem;
}

/* ── Etiqueta del acceso ── */
.ad-item-label[b-ihme1n7q4h] {
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--rz-text-color, #2d3748);
    line-height: 1.3;
    word-break: break-word;
    transition: color 0.18s ease;
}

/* ── Estado vacío ── */
.ad-empty[b-ihme1n7q4h] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding: 3rem 1rem;
    color: var(--rz-base-500, #a0aec0);
    font-size: 0.9rem;
    text-align: center;
}

.ad-empty[b-ihme1n7q4h]  .rzi {
    font-size: 2.5rem;
    color: var(--rz-base-400, #c4cdd6);
}

/* ── Responsive mobile ── */
@media (max-width: 480px) {
    .ad-wrapper[b-ihme1n7q4h] {
        min-width: unset;
        max-height: 80vh;
    }

    .ad-item[b-ihme1n7q4h] {
        min-height: 78px;
        padding: 0.65rem 0.35rem;
    }

    .ad-item-icon[b-ihme1n7q4h] {
        width: 2rem;
        height: 2rem;
    }

    .ad-item-icon[b-ihme1n7q4h]  .rzi {
        font-size: 1.1rem;
    }

    .ad-item-label[b-ihme1n7q4h] {
        font-size: 0.67rem;
    }
}
