/* /Components/CodigosBarraEditor.razor.rz.scp.css */
.cbe-root[b-rljpwlclu0] {
    padding: 12px;
    border-radius: 14px;
}

.cbe-header[b-rljpwlclu0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.cbe-toolbar[b-rljpwlclu0] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.cbe-input[b-rljpwlclu0] {
    flex: 1 1 260px;
    min-width: 220px;
}

.cbe-msg[b-rljpwlclu0] {
    margin-top: 10px;
}

.cbe-empty[b-rljpwlclu0] {
    display: flex;
    align-items: center;
    opacity: .85;
    gap: 8px;
    padding: 10px 2px;
}

.cbe-list[b-rljpwlclu0] {
    display: grid;
    gap: 8px;
}

.cbe-rowbox[b-rljpwlclu0] {
    border-radius: 12px;
    padding: 8px 10px;
}

    .cbe-rowbox.selected[b-rljpwlclu0] {
        outline: 2px solid rgba(25, 118, 210, 0.35);
    }

.cbe-row[b-rljpwlclu0] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cbe-row-text[b-rljpwlclu0] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.cbe-code[b-rljpwlclu0] {
    font-weight: 600;
    letter-spacing: .2px;
}

.cbe-meta[b-rljpwlclu0] {
    opacity: .75;
}

.cbe-origin-icon[b-rljpwlclu0] {
    opacity: .7;
}
/* /Layout/MainLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row ::deep .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
        text-decoration: underline;
    }

    .top-row ::deep a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row {
        justify-content: space-between;
    }

    .top-row ::deep a, .top-row ::deep .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth ::deep a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
*/
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-7i6j1s2r4f] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-7i6j1s2r4f] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-7i6j1s2r4f] {
    font-size: 1.1rem;
}

.bi[b-7i6j1s2r4f] {
    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-7i6j1s2r4f] {
    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-7i6j1s2r4f] {
    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-7i6j1s2r4f] {
    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-7i6j1s2r4f] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-7i6j1s2r4f] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-7i6j1s2r4f] {
        padding-bottom: 1rem;
    }

    .nav-item[b-7i6j1s2r4f]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-7i6j1s2r4f]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-7i6j1s2r4f]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.favorite-nav-item[b-7i6j1s2r4f] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.25rem;
}

.favorite-nav-item[b-7i6j1s2r4f]  .mud-nav-link {
    flex: 1;
}

@media (min-width: 641px) {
    .navbar-toggler[b-7i6j1s2r4f] {
        display: none;
    }

    .collapse[b-7i6j1s2r4f] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-7i6j1s2r4f] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Favoritos.razor.rz.scp.css */
.favoritos-page[b-sldlshrugs] {
    padding-top: 0.25rem;
}

.favoritos-hero[b-sldlshrugs] {
    background: linear-gradient(125deg, #f4f9ff 0%, #fff8ea 100%);
    border: 1px solid rgba(30, 70, 130, 0.12);
    border-radius: 16px;
}

.hero-subtitle[b-sldlshrugs] {
    opacity: 0.75;
}

.favorito-card[b-sldlshrugs] {
    height: 100%;
    border: 1px solid rgba(60, 60, 60, 0.16);
    border-radius: 12px;
    background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
}

.favorito-title[b-sldlshrugs] {
    line-height: 1.25rem;
    min-height: 2.5rem;
}

.favorito-route[b-sldlshrugs] {
    display: block;
    min-height: 2rem;
    color: rgba(0, 0, 0, 0.58);
    word-break: break-word;
}

@media (max-width: 600px) {
    .favoritos-hero[b-sldlshrugs] {
        border-radius: 12px;
    }
}
/* /Pages/Inicio.razor.rz.scp.css */
/* =========================================================
   Inicio.razor.css — Premium Dashboard v2
   3D Tilt · Glassmorphism · Cascading Entry · Glow Hover
   ========================================================= */

/* ---------- CSS Variables ---------- */

/* ========================================================
   ANIMATIONS
   ======================================================== */

/* Cascading entrance — scale + rotation */
@keyframes cascadeIn-b-55xsyleeox {
    0% {
        opacity: 0;
        transform: translateY(40px) scale(0.85) rotate(-2deg);
        filter: blur(4px);
    }

    60% {
        opacity: 1;
        transform: translateY(-6px) scale(1.02) rotate(0.5deg);
        filter: blur(0);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1) rotate(0);
        filter: blur(0);
    }
}

/* Hero slide-in from left */
@keyframes heroSlideIn-b-55xsyleeox {
    0% {
        opacity: 0;
        transform: translateX(-60px) scale(0.96);
    }

    100% {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

/* Pulsing glow for time chip */
@keyframes pulseGlow-b-55xsyleeox {

    0%,
    100% {
        box-shadow: 0 0 8px rgba(249, 115, 22, 0.3);
    }

    50% {
        box-shadow: 0 0 20px rgba(249, 115, 22, 0.6);
    }
}

/* Icon bounce for empty state */
@keyframes iconFloat-b-55xsyleeox {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

/* Spin for refresh */
@keyframes spin-b-55xsyleeox {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Numbers shimmer */
@keyframes shimmer-b-55xsyleeox {
    0% {
        background-position: -200% center;
    }

    100% {
        background-position: 200% center;
    }
}

/* Chart card rotate-in */
@keyframes chartRotateIn-b-55xsyleeox {
    0% {
        opacity: 0;
        transform: perspective(800px) rotateY(-15deg) translateZ(-60px) scale(0.9);
    }

    100% {
        opacity: 1;
        transform: perspective(800px) rotateY(0) translateZ(0) scale(1);
    }
}

/* ---------- Base Animation Classes ---------- */
.animate-cascade[b-55xsyleeox] {
    animation: cascadeIn-b-55xsyleeox 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.animate-hero[b-55xsyleeox] {
    animation: heroSlideIn-b-55xsyleeox 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.animate-chart[b-55xsyleeox] {
    animation: chartRotateIn-b-55xsyleeox 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.delay-100[b-55xsyleeox] {
    animation-delay: 100ms;
}

.delay-200[b-55xsyleeox] {
    animation-delay: 200ms;
}

.delay-300[b-55xsyleeox] {
    animation-delay: 300ms;
}

.delay-400[b-55xsyleeox] {
    animation-delay: 400ms;
}

.delay-500[b-55xsyleeox] {
    animation-delay: 500ms;
}

.delay-600[b-55xsyleeox] {
    animation-delay: 600ms;
}

.delay-700[b-55xsyleeox] {
    animation-delay: 700ms;
}

.delay-800[b-55xsyleeox] {
    animation-delay: 800ms;
}

/* ========================================================
   HERO SECTION
   ======================================================== */

.hero-section[b-55xsyleeox] {
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.07) 0%, rgba(59, 130, 246, 0.04) 50%, transparent 100%) !important;
    border: none !important;
    border-bottom: 1px solid var(--mud-palette-lines-default) !important;
    border-radius: 0 !important;
    padding-bottom: 24px !important;
    position: relative;
    overflow: hidden;
}

.mud-theme-dark .hero-section[b-55xsyleeox] {
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.1) 0%, rgba(139, 92, 246, 0.06) 50%, transparent 100%) !important;
}

/* Decorative gradient orb behind hero */
.hero-section[b-55xsyleeox]::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(249, 115, 22, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.hero-title[b-55xsyleeox] {
    font-weight: 800;
    font-size: 1.6rem;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, var(--mud-palette-text-primary) 0%, #f97316 70%, #fb923c 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.hero-text[b-55xsyleeox] {
    opacity: 0.85;
    font-weight: 500;
}

.hero-chip[b-55xsyleeox] {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%) !important;
    color: #fff !important;
    font-weight: 700 !important;
    animation: pulseGlow-b-55xsyleeox 2.5s infinite;
}

.hero-button[b-55xsyleeox] {
    border-color: var(--mud-palette-lines-default) !important;
    transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1) !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
}

.hero-button:hover[b-55xsyleeox] {
    border-color: #f97316 !important;
    color: #f97316 !important;
    box-shadow: 0 0 20px rgba(249, 115, 22, 0.25) !important;
    transform: translateY(-3px) !important;
}

/* ---------- Navigation Buttons ---------- */
.nav-button[b-55xsyleeox] {
    border: 1px solid var(--mud-palette-lines-default) !important;
    border-radius: 14px !important;
    background: var(--mud-palette-surface) !important;
    transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03) !important;
    position: relative;
    overflow: hidden;
}

.mud-theme-dark .nav-button[b-55xsyleeox] {
    background: rgba(45, 45, 45, 0.5) !important;
    backdrop-filter: var(--glass-blur);
    border-color: var(--card-border-dark) !important;
}

.nav-button[b-55xsyleeox]::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.1) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
}

.nav-button:hover[b-55xsyleeox] {
    border-color: #f97316 !important;
    color: #f97316 !important;
    transform: translateY(-4px) scale(1.04) !important;
    box-shadow: 0 12px 28px rgba(249, 115, 22, 0.18) !important;
}

.nav-button:hover[b-55xsyleeox]::after {
    opacity: 1;
}

.nav-button-text[b-55xsyleeox] {
    font-weight: 600;
    position: relative;
    z-index: 1;
}

/* ========================================================
   STAT CARDS — 3D Tilt + Glassmorphism + Glow
   ======================================================== */

[b-55xsyleeox] .stat-card {
    border: 1px solid var(--mud-palette-lines-default) !important;
    border-radius: 18px !important;
    min-height: 290px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    background: var(--card-bg-light) !important;
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);

    /* 3D tilt setup */
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    transform-style: preserve-3d;
    perspective: 800px;
}

.mud-theme-dark[b-55xsyleeox]  .stat-card {
    background: var(--card-bg-dark) !important;
    border-color: var(--card-border-dark) !important;
}

/* Gradient side accent bar */
[b-55xsyleeox] .stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 4px;
    transition: width 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.35s ease;
}

[b-55xsyleeox] .stat-card-ventas::before {
    background: linear-gradient(180deg, var(--accent-ventas) 0%, #fb923c 100%);
}

[b-55xsyleeox] .stat-card-inventario::before {
    background: linear-gradient(180deg, var(--accent-inventario) 0%, #60a5fa 100%);
}

[b-55xsyleeox] .stat-card-rentabilidad::before {
    background: linear-gradient(180deg, var(--accent-rentabilidad) 0%, #34d399 100%);
}

[b-55xsyleeox] .stat-card-caja::before {
    background: linear-gradient(180deg, var(--accent-caja) 0%, #a78bfa 100%);
}

/* Glow overlay on hover */
[b-55xsyleeox] .stat-card::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.04) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

/* HOVER — dramatic lift + tilt + glow */
[b-55xsyleeox] .stat-card:hover {
    transform: translateY(-10px) rotateX(2deg) rotateY(-1deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

[b-55xsyleeox] .stat-card:hover::before {
    width: 6px;
}

[b-55xsyleeox] .stat-card:hover::after {
    opacity: 1;
}

/* Color-specific glow on hover */
.stat-card-ventas:hover[b-55xsyleeox] {
    box-shadow: 0 20px 40px rgba(249, 115, 22, 0.15),
        0 0 0 1px rgba(249, 115, 22, 0.1);
}

.stat-card-inventario:hover[b-55xsyleeox] {
    box-shadow: 0 20px 40px rgba(59, 130, 246, 0.15),
        0 0 0 1px rgba(59, 130, 246, 0.1);
}

.stat-card-rentabilidad:hover[b-55xsyleeox] {
    box-shadow: 0 20px 40px rgba(16, 185, 129, 0.15),
        0 0 0 1px rgba(16, 185, 129, 0.1);
}

.stat-card-caja:hover[b-55xsyleeox] {
    box-shadow: 0 20px 40px rgba(139, 92, 246, 0.15),
        0 0 0 1px rgba(139, 92, 246, 0.1);
}

.mud-theme-dark[b-55xsyleeox]  .stat-card:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.mud-theme-dark[b-55xsyleeox]  .stat-card-ventas:hover {
    box-shadow: 0 20px 50px rgba(249, 115, 22, 0.2),
        0 0 0 1px rgba(249, 115, 22, 0.15);
}

.mud-theme-dark[b-55xsyleeox]  .stat-card-inventario:hover {
    box-shadow: 0 20px 50px rgba(59, 130, 246, 0.2),
        0 0 0 1px rgba(59, 130, 246, 0.15);
}

.mud-theme-dark[b-55xsyleeox]  .stat-card-rentabilidad:hover {
    box-shadow: 0 20px 50px rgba(16, 185, 129, 0.2),
        0 0 0 1px rgba(16, 185, 129, 0.15);
}

.mud-theme-dark[b-55xsyleeox]  .stat-card-caja:hover {
    box-shadow: 0 20px 50px rgba(139, 92, 246, 0.2),
        0 0 0 1px rgba(139, 92, 246, 0.15);
}

/* ---------- Stat Card Header Icon ---------- */
[b-55xsyleeox] .stat-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

[b-55xsyleeox] .stat-card:hover .stat-icon {
    transform: scale(1.1) rotate(3deg);
}

[b-55xsyleeox] .stat-icon-ventas {
    background: linear-gradient(135deg, var(--accent-ventas) 0%, #ea580c 100%);
    box-shadow: 0 4px 12px rgba(249, 115, 22, 0.35);
}

[b-55xsyleeox] .stat-icon-inventario {
    background: linear-gradient(135deg, var(--accent-inventario) 0%, #2563eb 100%);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.35);
}

[b-55xsyleeox] .stat-icon-rentabilidad {
    background: linear-gradient(135deg, var(--accent-rentabilidad) 0%, #059669 100%);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.35);
}

[b-55xsyleeox] .stat-icon-caja {
    background: linear-gradient(135deg, var(--accent-caja) 0%, #7c3aed 100%);
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.35);
}

/* ---------- Accent Numbers ---------- */
.accent-number[b-55xsyleeox] {
    font-weight: 800;
    letter-spacing: -0.03em;
    font-size: 1.85rem;
    background: linear-gradient(90deg, var(--mud-palette-text-primary) 20%, #6b7280 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    position: relative;
}

/* ---------- KPI Rows ---------- */
.kpi-row[b-55xsyleeox] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
    padding: 7px 10px;
    font-size: 0.85rem;
    border-radius: 8px;
    transition: all 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}

.kpi-row:hover[b-55xsyleeox] {
    background-color: rgba(249, 115, 22, 0.05);
    transform: translateX(6px);
    padding-left: 14px;
}

.mud-theme-dark .kpi-row:hover[b-55xsyleeox] {
    background-color: rgba(255, 255, 255, 0.04);
}

.kpi-row span[b-55xsyleeox] {
    opacity: 0.8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.kpi-row strong[b-55xsyleeox] {
    font-weight: 700;
    white-space: nowrap;
}

/* KPI icons */
.kpi-icon[b-55xsyleeox] {
    font-size: 16px !important;
    margin-right: 6px;
    vertical-align: middle;
    transition: transform 0.2s ease;
}

.kpi-row:hover .kpi-icon[b-55xsyleeox] {
    transform: scale(1.2);
}

.kpi-icon-green[b-55xsyleeox] {
    color: #10b981;
}

.kpi-icon-blue[b-55xsyleeox] {
    color: #3b82f6;
}

.kpi-icon-amber[b-55xsyleeox] {
    color: #f59e0b;
}

.kpi-icon-red[b-55xsyleeox] {
    color: #ef4444;
}

.kpi-icon-orange[b-55xsyleeox] {
    color: #f97316;
}

/* ========================================================
   CHART CARDS (4 donut cards)
   ======================================================== */

[b-55xsyleeox] .chart-card {
    border: 1px solid var(--mud-palette-lines-default) !important;
    border-radius: 18px !important;
    background: var(--card-bg-light) !important;
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    overflow: hidden;
    position: relative;
}

.mud-theme-dark[b-55xsyleeox]  .chart-card {
    background: var(--card-bg-dark) !important;
    border-color: var(--card-border-dark) !important;
}

.chart-card:hover[b-55xsyleeox] {
    transform: translateY(-8px) scale(1.01);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.1);
}

.mud-theme-dark[b-55xsyleeox]  .chart-card:hover {
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.chart-card-header[b-55xsyleeox] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.chart-card-icon[b-55xsyleeox] {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #fff;
    transition: transform 0.3s ease;
}

.chart-card:hover .chart-card-icon[b-55xsyleeox] {
    transform: scale(1.1) rotate(-5deg);
}

.chart-icon-orange[b-55xsyleeox] {
    background: linear-gradient(135deg, #f97316, #ea580c);
    box-shadow: 0 3px 10px rgba(249, 115, 22, 0.3);
}

.chart-icon-green[b-55xsyleeox] {
    background: linear-gradient(135deg, #10b981, #059669);
    box-shadow: 0 3px 10px rgba(16, 185, 129, 0.3);
}

.chart-icon-blue[b-55xsyleeox] {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    box-shadow: 0 3px 10px rgba(59, 130, 246, 0.3);
}

.chart-icon-purple[b-55xsyleeox] {
    background: linear-gradient(135deg, #8b5cf6, #7c3aed);
    box-shadow: 0 3px 10px rgba(139, 92, 246, 0.3);
}

.chart-container[b-55xsyleeox] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    padding: 8px 0;
}

.chart-legend[b-55xsyleeox] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
}

/* ========================================================
   SECTION CARDS
   ======================================================== */

[b-55xsyleeox] .section-card {
    border: 1px solid var(--mud-palette-lines-default) !important;
    border-radius: 18px !important;
    background: var(--card-bg-light) !important;
    backdrop-filter: var(--glass-blur);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03) !important;
    transition: box-shadow 0.3s ease;
}

.mud-theme-dark[b-55xsyleeox]  .section-card {
    background: var(--card-bg-dark) !important;
    border-color: var(--card-border-dark) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2) !important;
}

.section-card:hover[b-55xsyleeox] {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06) !important;
}

.section-title[b-55xsyleeox] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.section-title-icon[b-55xsyleeox] {
    color: #fff;
    background: linear-gradient(135deg, #f97316, #ea580c);
    padding: 6px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(249, 115, 22, 0.25);
}

/* ---------- Quick Access ---------- */
.favorites-grid[b-55xsyleeox] {
    align-items: stretch;
}

.favorite-access-card[b-55xsyleeox] {
    min-height: 80px;
    border: 1px solid var(--mud-palette-primary) !important;
    border-radius: 10px !important;
    background: rgba(var(--mud-palette-primary-rgb), 0.05) !important;
    color: var(--mud-palette-primary) !important;
    text-transform: none !important;
    padding: 16px 20px !important;
    transition: all 0.2s ease;
}

.favorite-access-card:hover[b-55xsyleeox] {
    background: rgba(var(--mud-palette-primary-rgb), 0.12) !important;
    border-color: var(--mud-palette-primary) !important;
    transform: translateY(-2px);
}

.favorite-access-content[b-55xsyleeox] {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.favorite-access-icon[b-55xsyleeox] {
    color: var(--mud-palette-primary) !important;
    font-size: 1.15rem;
}

.favorite-access-text[b-55xsyleeox] {
    color: var(--mud-palette-primary);
    font-weight: 500;
    line-height: 1.2;
}

.favorite-access-card-more[b-55xsyleeox] {
    border-style: dashed !important;
    border-color: #cfcfcf !important;
    background: rgba(0, 0, 0, 0.01) !important;
}

.favorite-access-card-more:hover[b-55xsyleeox] {
    border-color: #bdbdbd !important;
    background: rgba(0, 0, 0, 0.03) !important;
}

.favorite-more-text[b-55xsyleeox] {
    color: #ef4444;
    font-weight: 500;
}

/* ---------- Empty State ---------- */
.empty-state[b-55xsyleeox] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 16px;
    text-align: center;
    background: rgba(0, 0, 0, 0.01);
    border-radius: 14px;
    border: 2px dashed var(--mud-palette-lines-default);
}

.mud-theme-dark .empty-state[b-55xsyleeox] {
    background: rgba(255, 255, 255, 0.01);
}

.empty-state-icon[b-55xsyleeox] {
    color: #94a3b8;
    margin-bottom: 16px;
    animation: iconFloat-b-55xsyleeox 3s ease-in-out infinite;
}

.empty-state-title[b-55xsyleeox] {
    font-weight: 700;
    margin-bottom: 6px;
}

.empty-state-subtitle[b-55xsyleeox] {
    opacity: 0.6;
    font-size: 0.9rem;
    max-width: 400px;
}

/* ---------- Staff Section ---------- */
.staff-active-chip[b-55xsyleeox] {
    font-weight: 700 !important;
    background: linear-gradient(135deg, #1d4ed8, #2563eb) !important;
    color: #fff !important;
}

.staff-summary-icon[b-55xsyleeox] {
    color: #2563eb;
}

.staff-card[b-55xsyleeox] {
    border-radius: 14px !important;
    border: 1px solid rgba(37, 99, 235, 0.2) !important;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.04), rgba(16, 185, 129, 0.04)) !important;
    transition: all 0.25s ease;
}

.staff-card:hover[b-55xsyleeox] {
    transform: translateY(-3px);
    box-shadow: 0 10px 22px rgba(37, 99, 235, 0.12) !important;
}

.staff-card-body[b-55xsyleeox] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 12px;
}

.staff-avatar[b-55xsyleeox] {
    width: 42px !important;
    height: 42px !important;
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    color: #fff !important;
    background: linear-gradient(135deg, #f59e0b, #f97316) !important;
}

.staff-main[b-55xsyleeox] {
    min-width: 0;
}

.staff-meta-row[b-55xsyleeox] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.82rem;
    color: #ef4444;
}

.staff-meta-row span[b-55xsyleeox] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.staff-status[b-55xsyleeox] {
    text-align: right;
}

.staff-status-label[b-55xsyleeox] {
    color: #ef4444;
    font-weight: 600;
}

.staff-time[b-55xsyleeox] {
    color: #16a34a;
    font-weight: 700;
}

/* ---------- Analysis Sub-Cards ---------- */
.subsection-card[b-55xsyleeox] {
    border: 1px solid var(--mud-palette-lines-default) !important;
    border-radius: 14px !important;
    background: transparent !important;
    transition: all 0.3s ease;
}

.subsection-card:hover[b-55xsyleeox] {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05) !important;
    transform: translateY(-2px);
}

.mud-theme-dark .subsection-card:hover[b-55xsyleeox] {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2) !important;
}

.subsection-header-icon[b-55xsyleeox] {
    color: #f97316;
}

/* ---------- Trend Rows ---------- */
.trend-row[b-55xsyleeox] {
    display: grid;
    grid-template-columns: 54px 1fr 94px;
    gap: 12px;
    align-items: center;
    padding: 6px 8px;
    border-radius: 8px;
    transition: all 0.25s ease;
}

.trend-row:hover[b-55xsyleeox] {
    background-color: rgba(59, 130, 246, 0.05);
    transform: scaleX(1.01);
}

.mud-theme-dark .trend-row:hover[b-55xsyleeox] {
    background-color: rgba(255, 255, 255, 0.03);
}

/* ---------- Variation ---------- */
.variation-up[b-55xsyleeox] {
    color: #10b981 !important;
    font-weight: 700;
}

.variation-down[b-55xsyleeox] {
    color: #ef4444 !important;
    font-weight: 700;
}

.variation-neutral[b-55xsyleeox] {
    color: #94a3b8 !important;
    font-weight: 700;
}

/* ---------- Table ---------- */
.table-container[b-55xsyleeox] {
    overflow-x: auto;
    border-radius: 10px;
    border: 1px solid var(--mud-palette-lines-default);
}

/* ---------- Rotating ---------- */
.rotating[b-55xsyleeox] {
    animation: spin-b-55xsyleeox 0.8s cubic-bezier(0.4, 0.1, 0.6, 0.9) infinite;
}

/* ---------- Helper ---------- */
.mud-height-full[b-55xsyleeox] {
    height: 100%;
}

/* ========================================================
   RESPONSIVE
   ======================================================== */

@media (max-width: 959px) {
    .stat-card:hover[b-55xsyleeox] {
        transform: translateY(-4px);
    }

    .chart-card:hover[b-55xsyleeox] {
        transform: translateY(-4px);
    }
}

@media (max-width: 767px) {
    .stat-card[b-55xsyleeox] {
        min-height: auto;
    }

    .trend-row[b-55xsyleeox] {
        grid-template-columns: 50px 1fr 84px;
        font-size: 0.8rem;
    }

    .hero-title[b-55xsyleeox] {
        font-size: 1.25rem;
    }

    .staff-card-body[b-55xsyleeox] {
        grid-template-columns: auto 1fr;
    }

    .staff-status[b-55xsyleeox] {
        grid-column: 1 / -1;
        text-align: left;
        padding-left: 2px;
    }
}
/* /Pages/mantenimientos/articulos/FormularioArticulo.razor.rz.scp.css */
/* ====== Desktop/tablet visible, móvil oculto ====== */
.precios-desktop[b-xhg6ys64py] {
    display: block;
}

.precios-mobile[b-xhg6ys64py] {
    display: none;
}

/* ====== TABLA RESPONSIVE (desktop/tablet) ====== */
.precios-grid[b-xhg6ys64py] {
    display: grid;
    grid-template-columns: clamp(90px, 12vw, 130px) minmax(90px, 1fr) minmax(90px, 1fr) minmax(90px, 1fr) minmax(110px, 1.2fr);
    gap: 12px;
    align-items: center;
    width: 100%;
}

.precios-head[b-xhg6ys64py] {
    font-weight: 600;
    opacity: .85;
    white-space: nowrap;
}

.precios-label[b-xhg6ys64py] {
    font-weight: 600;
    opacity: .85;
    white-space: nowrap;
}

/* inputs */
.precios-input[b-xhg6ys64py] {
    width: 100%;
}

    .precios-input .mud-input-root[b-xhg6ys64py] {
        height: 38px;
    }

/* ====== MOVIL: cards por nivel ====== */
@media (max-width: 700px) {
    .precios-desktop[b-xhg6ys64py] {
        display: none;
    }

    .precios-mobile[b-xhg6ys64py] {
        display: block;
    }

    .nivel-card[b-xhg6ys64py] {
        border: 1px solid rgba(255,255,255,.12);
        border-radius: 12px;
        padding: 12px;
        margin-bottom: 12px;
        background: rgba(255,255,255,.02);
    }

    .nivel-card__title[b-xhg6ys64py] {
        font-weight: 700;
        opacity: .9;
        margin-bottom: 10px;
    }

    /* 2 columnas en móvil grande */
    .nivel-card__grid[b-xhg6ys64py] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    /* en móvil muy estrecho: 1 columna */
    @media (max-width: 420px) {
        .nivel-card__grid[b-xhg6ys64py] {
            grid-template-columns: 1fr;
        }
    }

    .field__label[b-xhg6ys64py] {
        font-size: .78rem;
        opacity: .75;
        margin: 0 0 4px 2px;
    }
}
/* /Pages/mantenimientos/articulos/ListadoArticulos.razor.rz.scp.css */
/* ===========================
   Desktop
   =========================== */
@media (min-width: 769px) {
    .col-foto[b-husc0mi0p5] {
        width: 70px;
    }

    .col-codigo[b-husc0mi0p5] {
        width: 110px;
    }

    .col-articulo[b-husc0mi0p5] {
        width: auto;
    }

    .col-seccion[b-husc0mi0p5] {
        width: 260px;
    }

    .col-precio[b-husc0mi0p5] {
        width: 120px;
    }

    .col-acciones[b-husc0mi0p5] {
        width: 150px;
    }

    .th-foto[b-husc0mi0p5], .td-foto[b-husc0mi0p5] {
        text-align: center;
        white-space: nowrap;
    }

    .th-codigo[b-husc0mi0p5], .td-codigo[b-husc0mi0p5] {
        text-align: right;
        white-space: nowrap;
        font-weight: 500;
    }

    .th-precio[b-husc0mi0p5], .td-precio[b-husc0mi0p5] {
        text-align: right;
        white-space: nowrap;
    }

    .th-acciones[b-husc0mi0p5], .td-acciones[b-husc0mi0p5] {
        text-align: right;
        white-space: nowrap;
    }

    .acciones-wrap[b-husc0mi0p5] {
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
        gap: 8px;
    }

    .td-articulo[b-husc0mi0p5] {
        font-weight: 500;
    }

    .td-seccion[b-husc0mi0p5] {
        white-space: nowrap;
    }

    .seccion-codigo[b-husc0mi0p5] {
        font-weight: 600;
        margin-right: 8px;
        opacity: 0.9;
    }

    .seccion-nombre[b-husc0mi0p5] {
        opacity: 0.9;
    }

    .avatar[b-husc0mi0p5] {
        width: 38px;
        height: 38px;
        border-radius: 999px;
        object-fit: cover;
        display: inline-block;
    }

        .avatar.placeholder[b-husc0mi0p5] {
            width: 38px;
            height: 38px;
            border-radius: 999px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            opacity: 0.7;
        }
}

/* ===========================
   Mobile (forzar tabla normal)
   =========================== */
@media (max-width: 768px) {

    :deep(.mud-table-responsive) .mud-table-row[b-husc0mi0p5] {
        display: table-row !important;
    }

    :deep(.mud-table-responsive) .mud-table-cell[b-husc0mi0p5] {
        display: table-cell !important;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

        :deep(.mud-table-responsive) .mud-table-cell[b-husc0mi0p5]:before {
            content: none !important;
            display: none !important;
        }

    .td-codigo[b-husc0mi0p5] {
        text-align: right;
        white-space: nowrap;
        font-weight: 500;
    }

    .td-precio[b-husc0mi0p5] {
        text-align: right;
        white-space: nowrap;
    }

    .td-acciones[b-husc0mi0p5] {
        text-align: right;
        white-space: nowrap;
    }

    .acciones-wrap[b-husc0mi0p5] {
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
        gap: 8px;
    }

    .td-seccion[b-husc0mi0p5] {
        white-space: nowrap;
    }

    .seccion-codigo[b-husc0mi0p5] {
        font-weight: 600;
        margin-right: 6px;
        opacity: 0.9;
    }

    .seccion-nombre[b-husc0mi0p5] {
        opacity: 0.9;
    }

    .avatar[b-husc0mi0p5] {
        width: 34px;
        height: 34px;
        border-radius: 999px;
        object-fit: cover;
        display: inline-block;
    }

        .avatar.placeholder[b-husc0mi0p5] {
            width: 34px;
            height: 34px;
            border-radius: 999px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            opacity: 0.7;
        }

    :deep(.mud-table-cell)[b-husc0mi0p5] {
        font-size: 0.95rem;
    }

    .listado-footer[b-husc0mi0p5] {
        row-gap: 10px;
    }
}
/* /Pages/mantenimientos/cajeros/ListadoCajeros.razor.rz.scp.css */
/* ===========================
   Desktop
   =========================== */
@media (min-width: 769px) {
    .col-foto[b-vy6o3evepr] {
        width: 70px;
    }

    .col-codigo[b-vy6o3evepr] {
        width: 90px;
    }

    .col-nombre[b-vy6o3evepr] {
        width: auto;
    }

    .col-acciones[b-vy6o3evepr] {
        width: 150px;
    }

    .th-foto[b-vy6o3evepr], .td-foto[b-vy6o3evepr] {
        text-align: center;
        white-space: nowrap;
    }

    .th-codigo[b-vy6o3evepr], .td-codigo[b-vy6o3evepr] {
        text-align: right;
        white-space: nowrap;
        font-weight: 500;
    }

    .th-acciones[b-vy6o3evepr], .td-acciones[b-vy6o3evepr] {
        text-align: right;
        white-space: nowrap;
    }

    .acciones-wrap[b-vy6o3evepr] {
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
        gap: 8px;
    }

    .td-nombre[b-vy6o3evepr] {
        font-weight: 500;
    }

    .avatar[b-vy6o3evepr] {
        width: 38px;
        height: 38px;
        border-radius: 999px;
        object-fit: cover;
        display: inline-block;
    }

        .avatar.placeholder[b-vy6o3evepr] {
            width: 38px;
            height: 38px;
            border-radius: 999px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            opacity: 0.7;
        }
}

/* ===========================
   Mobile (forzar tabla "normal" sin tarjetas)
   =========================== */
@media (max-width: 768px) {

    /* Forzar MudTable a comportarse como tabla (NO apilado) */
    :deep(.mud-table-responsive) .mud-table-row[b-vy6o3evepr] {
        display: table-row !important;
    }

    :deep(.mud-table-responsive) .mud-table-cell[b-vy6o3evepr] {
        display: table-cell !important;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

        :deep(.mud-table-responsive) .mud-table-cell[b-vy6o3evepr]:before {
            content: none !important;
            display: none !important;
        }

    .td-codigo[b-vy6o3evepr] {
        text-align: right;
        white-space: nowrap;
        font-weight: 500;
    }

    .td-acciones[b-vy6o3evepr] {
        text-align: right;
        white-space: nowrap;
    }

    .acciones-wrap[b-vy6o3evepr] {
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
        gap: 8px;
    }

    .avatar[b-vy6o3evepr] {
        width: 34px;
        height: 34px;
        border-radius: 999px;
        object-fit: cover;
        display: inline-block;
    }

        .avatar.placeholder[b-vy6o3evepr] {
            width: 34px;
            height: 34px;
            border-radius: 999px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            opacity: 0.7;
        }

    :deep(.mud-table-cell)[b-vy6o3evepr] {
        font-size: 0.95rem;
    }
}
/* /Pages/mantenimientos/clientes/ListadoClientes.razor.rz.scp.css */
/* ===========================
   Desktop
   =========================== */
@media (min-width: 769px) {
    .col-codigo[b-pb5lijuw67] {
        width: 90px;
    }

    .col-nombre[b-pb5lijuw67] {
        width: auto;
    }

    .col-dni[b-pb5lijuw67] {
        width: 140px;
    }

    .col-domicilio[b-pb5lijuw67] {
        width: auto;
    }

    .col-telefono[b-pb5lijuw67] {
        width: 140px;
    }

    .col-acciones[b-pb5lijuw67] {
        width: 150px;
    }

    .th-codigo[b-pb5lijuw67], .td-codigo[b-pb5lijuw67] {
        text-align: right;
        white-space: nowrap;
        font-weight: 500;
    }

    .th-acciones[b-pb5lijuw67], .td-acciones[b-pb5lijuw67] {
        text-align: right;
        white-space: nowrap;
    }

    .acciones-wrap[b-pb5lijuw67] {
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
        gap: 8px;
    }

    .td-nombre[b-pb5lijuw67] {
        font-weight: 500;
    }

    .td-domicilio[b-pb5lijuw67] {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 520px;
    }
}

/* ===========================
   Mobile (forzar tabla "normal" sin tarjetas)
   =========================== */
@media (max-width: 768px) {

    /* 1) OCULTAR columnas secundarias para que NO haya scroll */
    .col-hide-mobile[b-pb5lijuw67] {
        display: none !important;
    }

    /* 2) Forzar MudTable a comportarse como tabla (NO apilado) */
    :deep(.mud-table-responsive) .mud-table-row[b-pb5lijuw67] {
        display: table-row !important;
    }

    :deep(.mud-table-responsive) .mud-table-cell[b-pb5lijuw67] {
        display: table-cell !important;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

        /* Quitar los "labels" que aparecen en modo tarjeta */
        :deep(.mud-table-responsive) .mud-table-cell[b-pb5lijuw67]:before {
            content: none !important;
            display: none !important;
        }

    /* Alineaciones */
    .td-codigo[b-pb5lijuw67] {
        text-align: right;
        white-space: nowrap;
        font-weight: 500;
    }

    .td-acciones[b-pb5lijuw67] {
        text-align: right;
        white-space: nowrap;
    }

    .acciones-wrap[b-pb5lijuw67] {
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
        gap: 8px;
    }

    /* compactar un poco en móvil */
    :deep(.mud-table-cell)[b-pb5lijuw67] {
        font-size: 0.95rem;
    }
}
/* /Pages/mantenimientos/medioscobro/ListadoMediosCobro.razor.rz.scp.css */
/* ===========================
   Desktop
   =========================== */
@media (min-width: 769px) {
    .col-codigo[b-jwlkbib1sa] {
        width: 90px;
    }

    .col-nombre[b-jwlkbib1sa] {
        width: auto;
    }

    .col-acciones[b-jwlkbib1sa] {
        width: 150px;
    }

    .th-codigo[b-jwlkbib1sa], .td-codigo[b-jwlkbib1sa] {
        text-align: right;
        white-space: nowrap;
        font-weight: 500;
    }

    .th-acciones[b-jwlkbib1sa], .td-acciones[b-jwlkbib1sa] {
        text-align: right;
        white-space: nowrap;
    }

    .acciones-wrap[b-jwlkbib1sa] {
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
        gap: 8px;
    }

    .td-nombre[b-jwlkbib1sa] {
        font-weight: 500;
    }
}

/* ===========================
   Mobile (forzar tabla "normal" sin tarjetas)
   =========================== */
@media (max-width: 768px) {

    /* 1) Forzar MudTable a comportarse como tabla (NO apilado) */
    :deep(.mud-table-responsive) .mud-table-row[b-jwlkbib1sa] {
        display: table-row !important;
    }

    :deep(.mud-table-responsive) .mud-table-cell[b-jwlkbib1sa] {
        display: table-cell !important;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

        /* Quitar los "labels" que aparecen en modo tarjeta */
        :deep(.mud-table-responsive) .mud-table-cell[b-jwlkbib1sa]:before {
            content: none !important;
            display: none !important;
        }

    /* Alineaciones */
    .td-codigo[b-jwlkbib1sa] {
        text-align: right;
        white-space: nowrap;
        font-weight: 500;
    }

    .td-acciones[b-jwlkbib1sa] {
        text-align: right;
        white-space: nowrap;
    }

    .acciones-wrap[b-jwlkbib1sa] {
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
        gap: 8px;
    }

    /* compactar un poco en móvil */
    :deep(.mud-table-cell)[b-jwlkbib1sa] {
        font-size: 0.95rem;
    }
}
/* /Pages/mantenimientos/pagoscaja/ListadoPagosCaja.razor.rz.scp.css */
/* ===========================
   Desktop
   =========================== */
@media (min-width: 769px) {
    .col-codigo[b-8qgcg2drjc] {
        width: 90px;
    }

    .col-nombre[b-8qgcg2drjc] {
        width: auto;
    }

    .col-acciones[b-8qgcg2drjc] {
        width: 150px;
    }

    .th-codigo[b-8qgcg2drjc], .td-codigo[b-8qgcg2drjc] {
        text-align: right;
        white-space: nowrap;
        font-weight: 500;
    }

    .th-acciones[b-8qgcg2drjc], .td-acciones[b-8qgcg2drjc] {
        text-align: right;
        white-space: nowrap;
    }

    .acciones-wrap[b-8qgcg2drjc] {
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
        gap: 8px;
    }

    .td-nombre[b-8qgcg2drjc] {
        font-weight: 500;
    }
}

/* ===========================
   Mobile (forzar tabla "normal" sin tarjetas)
   =========================== */
@media (max-width: 768px) {

    /* 1) Forzar MudTable a comportarse como tabla (NO apilado) */
    :deep(.mud-table-responsive) .mud-table-row[b-8qgcg2drjc] {
        display: table-row !important;
    }

    :deep(.mud-table-responsive) .mud-table-cell[b-8qgcg2drjc] {
        display: table-cell !important;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

        /* Quitar los "labels" que aparecen en modo tarjeta */
        :deep(.mud-table-responsive) .mud-table-cell[b-8qgcg2drjc]:before {
            content: none !important;
            display: none !important;
        }

    /* Alineaciones */
    .td-codigo[b-8qgcg2drjc] {
        text-align: right;
        white-space: nowrap;
        font-weight: 500;
    }

    .td-acciones[b-8qgcg2drjc] {
        text-align: right;
        white-space: nowrap;
    }

    .acciones-wrap[b-8qgcg2drjc] {
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
        gap: 8px;
    }

    /* compactar un poco en móvil */
    :deep(.mud-table-cell)[b-8qgcg2drjc] {
        font-size: 0.95rem;
    }
}
/* /Pages/mantenimientos/proveedores/ListadoProveedores.razor.rz.scp.css */
/* ===========================
   Desktop
   =========================== */
@media (min-width: 769px) {
    .col-codigo[b-ak6gmqw629] {
        width: 90px;
    }

    .col-nombre[b-ak6gmqw629] {
        width: auto;
    }

    .col-dni[b-ak6gmqw629] {
        width: 140px;
    }

    .col-domicilio[b-ak6gmqw629] {
        width: auto;
    }

    .col-telefono[b-ak6gmqw629] {
        width: 140px;
    }

    .col-acciones[b-ak6gmqw629] {
        width: 150px;
    }

    .th-codigo[b-ak6gmqw629], .td-codigo[b-ak6gmqw629] {
        text-align: right;
        white-space: nowrap;
        font-weight: 500;
    }

    .th-acciones[b-ak6gmqw629], .td-acciones[b-ak6gmqw629] {
        text-align: right;
        white-space: nowrap;
    }

    .acciones-wrap[b-ak6gmqw629] {
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
        gap: 8px;
    }

    .td-nombre[b-ak6gmqw629] {
        font-weight: 500;
    }

    .td-domicilio[b-ak6gmqw629] {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 520px;
    }
}

/* ===========================
   Mobile (forzar tabla "normal" sin tarjetas)
   =========================== */
@media (max-width: 768px) {

    /* 1) OCULTAR columnas secundarias para que NO haya scroll */
    .col-hide-mobile[b-ak6gmqw629] {
        display: none !important;
    }

    /* 2) Forzar MudTable a comportarse como tabla (NO apilado) */
    :deep(.mud-table-responsive) .mud-table-row[b-ak6gmqw629] {
        display: table-row !important;
    }

    :deep(.mud-table-responsive) .mud-table-cell[b-ak6gmqw629] {
        display: table-cell !important;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

        /* Quitar los "labels" que aparecen en modo tarjeta */
        :deep(.mud-table-responsive) .mud-table-cell[b-ak6gmqw629]:before {
            content: none !important;
            display: none !important;
        }

    /* Alineaciones */
    .td-codigo[b-ak6gmqw629] {
        text-align: right;
        white-space: nowrap;
        font-weight: 500;
    }

    .td-acciones[b-ak6gmqw629] {
        text-align: right;
        white-space: nowrap;
    }

    .acciones-wrap[b-ak6gmqw629] {
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
        gap: 8px;
    }

    /* compactar un poco en móvil */
    :deep(.mud-table-cell)[b-ak6gmqw629] {
        font-size: 0.95rem;
    }
}
/* /Pages/mantenimientos/secciones/ListadoSecciones.razor.rz.scp.css */
/* ===========================
   Desktop
   =========================== */
@media (min-width: 769px) {
    .col-foto[b-d0824ki81o] {
        width: 70px;
    }

    .col-codigo[b-d0824ki81o] {
        width: 90px;
    }

    .col-descripcion[b-d0824ki81o] {
        width: auto;
    }

    .col-acciones[b-d0824ki81o] {
        width: 150px;
    }

    .th-foto[b-d0824ki81o], .td-foto[b-d0824ki81o] {
        text-align: center;
        white-space: nowrap;
    }

    .th-codigo[b-d0824ki81o], .td-codigo[b-d0824ki81o] {
        text-align: right;
        white-space: nowrap;
        font-weight: 500;
    }

    .th-acciones[b-d0824ki81o], .td-acciones[b-d0824ki81o] {
        text-align: right;
        white-space: nowrap;
    }

    .acciones-wrap[b-d0824ki81o] {
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
        gap: 8px;
    }

    .td-descripcion[b-d0824ki81o] {
        font-weight: 500;
    }

    .avatar[b-d0824ki81o] {
        width: 38px;
        height: 38px;
        border-radius: 999px;
        object-fit: cover;
        display: inline-block;
    }

        .avatar.placeholder[b-d0824ki81o] {
            width: 38px;
            height: 38px;
            border-radius: 999px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            opacity: 0.7;
        }
}

/* ===========================
   Mobile (forzar tabla normal)
   =========================== */
@media (max-width: 768px) {

    :deep(.mud-table-responsive) .mud-table-row[b-d0824ki81o] {
        display: table-row !important;
    }

    :deep(.mud-table-responsive) .mud-table-cell[b-d0824ki81o] {
        display: table-cell !important;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

        :deep(.mud-table-responsive) .mud-table-cell[b-d0824ki81o]:before {
            content: none !important;
            display: none !important;
        }

    .td-codigo[b-d0824ki81o] {
        text-align: right;
        white-space: nowrap;
        font-weight: 500;
    }

    .td-acciones[b-d0824ki81o] {
        text-align: right;
        white-space: nowrap;
    }

    .acciones-wrap[b-d0824ki81o] {
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
        gap: 8px;
    }

    .avatar[b-d0824ki81o] {
        width: 34px;
        height: 34px;
        border-radius: 999px;
        object-fit: cover;
        display: inline-block;
    }

        .avatar.placeholder[b-d0824ki81o] {
            width: 34px;
            height: 34px;
            border-radius: 999px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            opacity: 0.7;
        }

    :deep(.mud-table-cell)[b-d0824ki81o] {
        font-size: 0.95rem;
    }
}
/* /Pages/ventas/Ventas.razor.rz.scp.css */
/* ═══════════════════════════════════════════════════════════
   TPV (Punto de Venta) — Scoped Styles
   ═══════════════════════════════════════════════════════════ */

/* ── Layout principal ── */
.tpv-container[b-07aaedhxbc] {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 0;
    height: calc(100vh - 68px);
    overflow: hidden;
    animation: tpvSlideIn 0.5s ease-out both;
}

/* ══════════════════════════════════
   PANEL IZQUIERDO — TICKET
   ══════════════════════════════════ */
.tpv-ticket-panel[b-07aaedhxbc] {
    display: flex;
    flex-direction: column;
    background: var(--mud-palette-surface);
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    overflow: hidden;
}

/* ── Cabecera ── */
.ticket-header[b-07aaedhxbc] {
    padding: 12px 16px 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.ticket-header-top[b-07aaedhxbc] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.ticket-title[b-07aaedhxbc] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: var(--mud-palette-text-primary);
}

.ticket-title-icon[b-07aaedhxbc] {
    color: var(--mud-palette-primary);
}

.ticket-items-chip[b-07aaedhxbc] {
    font-size: 0.75rem !important;
}

/* ── Cliente ── */
.ticket-cliente[b-07aaedhxbc] {
    margin-top: 4px;
}

.cliente-info[b-07aaedhxbc] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 8px;
    background: color-mix(in srgb, var(--mud-palette-primary) 10%, transparent);
    border: 1px solid color-mix(in srgb, var(--mud-palette-primary) 20%, transparent);
}

.cliente-nombre[b-07aaedhxbc] {
    flex: 1;
    font-weight: 600;
    font-size: 0.85rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--mud-palette-primary);
}

.cliente-quitar[b-07aaedhxbc] {
    opacity: 0.6;
}

.btn-cliente[b-07aaedhxbc] {
    border-color: rgba(255, 255, 255, 0.12) !important;
    font-size: 0.8rem !important;
    letter-spacing: 0.02em;
}

/* ── Líneas del ticket ── */
.ticket-lineas[b-07aaedhxbc] {
    flex: 1;
    overflow-y: auto;
    padding: 4px 8px;
    min-height: 0;
}

.ticket-vacio[b-07aaedhxbc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 12px;
}

.ticket-linea[b-07aaedhxbc] {
    display: flex;
    flex-direction: column;
    padding: 10px 12px;
    margin: 2px 0;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.15s ease;
    border: 1px solid transparent;
}

.ticket-linea:hover[b-07aaedhxbc] {
    background: rgba(255, 255, 255, 0.04);
}

.linea-seleccionada[b-07aaedhxbc] {
    background: color-mix(in srgb, var(--mud-palette-primary) 12%, transparent) !important;
    border-color: color-mix(in srgb, var(--mud-palette-primary) 30%, transparent) !important;
    box-shadow: 0 0 0 1px color-mix(in srgb, var(--mud-palette-primary) 15%, transparent);
}

.linea-info[b-07aaedhxbc] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 8px;
}

.linea-nombre[b-07aaedhxbc] {
    font-size: 0.85rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
}

.linea-precio-unit[b-07aaedhxbc] {
    font-size: 0.75rem;
    opacity: 0.5;
    white-space: nowrap;
}

.linea-detalle[b-07aaedhxbc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2px;
}

.linea-cantidad[b-07aaedhxbc] {
    font-size: 0.78rem;
    opacity: 0.65;
    font-weight: 500;
}

.linea-subtotal[b-07aaedhxbc] {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--mud-palette-primary);
}

/* ── Total ── */
.ticket-total-section[b-07aaedhxbc] {
    padding: 10px 16px;
    border-top: 2px solid color-mix(in srgb, var(--mud-palette-primary) 20%, transparent);
    background: color-mix(in srgb, var(--mud-palette-primary) 5%, transparent);
}

.ticket-total[b-07aaedhxbc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.total-label[b-07aaedhxbc] {
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    opacity: 0.7;
}

.total-valor[b-07aaedhxbc] {
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--mud-palette-primary);
    letter-spacing: -0.01em;
}

/* ── Teclado numérico ── */
.teclado-section[b-07aaedhxbc] {
    padding: 8px 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.teclado-display[b-07aaedhxbc] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 12px;
    margin-bottom: 6px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.teclado-label[b-07aaedhxbc] {
    font-size: 0.75rem;
    opacity: 0.5;
    font-weight: 500;
}

.teclado-valor[b-07aaedhxbc] {
    font-size: 1.1rem;
    font-weight: 700;
    font-family: 'JetBrains Mono', 'Fira Code', monospace;
    color: var(--mud-palette-primary);
    min-width: 60px;
    text-align: right;
}

.teclado-grid[b-07aaedhxbc] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
}

.tecla[b-07aaedhxbc] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.12s ease;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    background: rgba(255, 255, 255, 0.04);
    color: var(--mud-palette-text-primary);
}

.tecla:hover[b-07aaedhxbc] {
    background: rgba(255, 255, 255, 0.1);
    transform: scale(1.03);
}

.tecla:active[b-07aaedhxbc] {
    transform: scale(0.96);
}

.tecla-ok[b-07aaedhxbc] {
    background: rgba(16, 185, 129, 0.2) !important;
    border-color: rgba(16, 185, 129, 0.3) !important;
    color: #6ee7b7 !important;
}

.tecla-ok:hover[b-07aaedhxbc] {
    background: rgba(16, 185, 129, 0.35) !important;
}

.tecla-clear[b-07aaedhxbc] {
    background: rgba(239, 68, 68, 0.15) !important;
    border-color: rgba(239, 68, 68, 0.25) !important;
    color: #fca5a5 !important;
}

.tecla-clear:hover[b-07aaedhxbc] {
    background: rgba(239, 68, 68, 0.3) !important;
}

.tecla-back[b-07aaedhxbc] {
    background: rgba(251, 191, 36, 0.12) !important;
    border-color: rgba(251, 191, 36, 0.2) !important;
    color: #fde68a !important;
}

.tecla-back:hover[b-07aaedhxbc] {
    background: rgba(251, 191, 36, 0.25) !important;
}

.tecla-plus[b-07aaedhxbc] {
    background: rgba(34, 197, 94, 0.12) !important;
    border-color: rgba(34, 197, 94, 0.2) !important;
    color: #86efac !important;
}

.tecla-plus:hover[b-07aaedhxbc] {
    background: rgba(34, 197, 94, 0.25) !important;
}

.tecla-minus[b-07aaedhxbc] {
    background: rgba(249, 115, 22, 0.12) !important;
    border-color: rgba(249, 115, 22, 0.2) !important;
    color: #fdba74 !important;
}

.tecla-minus:hover[b-07aaedhxbc] {
    background: rgba(249, 115, 22, 0.25) !important;
}

.tecla-num[b-07aaedhxbc] {
    font-family: 'JetBrains Mono', 'Fira Code', monospace;
}

/* ── Acciones ── */
.ticket-acciones[b-07aaedhxbc] {
    display: flex;
    gap: 6px;
    padding: 8px 12px 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.btn-accion[b-07aaedhxbc] {
    flex: 1;
    font-size: 0.75rem !important;
}

.btn-finalizar[b-07aaedhxbc] {
    flex: 1.3;
}


/* ══════════════════════════════════
   PANEL DERECHO — CATÁLOGO
   ══════════════════════════════════ */
.tpv-catalogo-panel[b-07aaedhxbc] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: var(--mud-palette-background);
}

/* ── Buscador ── */
.catalogo-buscador[b-07aaedhxbc] {
    padding: 12px 16px 6px;
    flex-shrink: 0;
}

.catalogo-search-input[b-07aaedhxbc] {
    border-radius: 12px !important;
}

/* ── Secciones ── */
.catalogo-secciones[b-07aaedhxbc] {
    padding: 8px 16px;
    flex-shrink: 0;
}

.secciones-grid[b-07aaedhxbc] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.seccion-btn[b-07aaedhxbc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 10px 16px;
    border-radius: 12px;
    border: 2px solid rgba(255, 255, 255, 0.06);
    background: linear-gradient(135deg,
            color-mix(in srgb, var(--seccion-color) 15%, transparent),
            color-mix(in srgb, var(--seccion-color) 5%, transparent));
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 90px;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    color: var(--text-color, var(--mud-palette-text-primary));
}

.seccion-btn:hover[b-07aaedhxbc] {
    border-color: var(--seccion-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 16px color-mix(in srgb, var(--seccion-color) 25%, transparent);
}

.seccion-activa[b-07aaedhxbc] {
    border-color: var(--seccion-color) !important;
    background: linear-gradient(135deg,
            color-mix(in srgb, var(--seccion-color) 30%, transparent),
            color-mix(in srgb, var(--seccion-color) 15%, transparent)) !important;
    box-shadow: 0 4px 20px color-mix(in srgb, var(--seccion-color) 30%, transparent),
        inset 0 1px 2px rgba(255, 255, 255, 0.1);
}

.seccion-icono[b-07aaedhxbc] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: color-mix(in srgb, var(--seccion-color) 20%, transparent);
}

.seccion-nombre[b-07aaedhxbc] {
    font-size: 0.72rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ── Artículos ── */
.catalogo-articulos[b-07aaedhxbc] {
    flex: 1;
    overflow-y: auto;
    padding: 8px 16px 16px;
    min-height: 0;
}

.articulos-vacio[b-07aaedhxbc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 200px;
    gap: 12px;
}

.articulos-grid[b-07aaedhxbc] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 8px;
}

.articulo-btn[b-07aaedhxbc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 14px 10px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.03);
    cursor: pointer;
    transition: all 0.15s ease;
    gap: 6px;
    min-height: 70px;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    color: var(--text-color, var(--mud-palette-text-primary));
}

.articulo-btn:hover[b-07aaedhxbc] {
    background: color-mix(in srgb, var(--mud-palette-primary) 10%, transparent);
    border-color: color-mix(in srgb, var(--mud-palette-primary) 25%, transparent);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px color-mix(in srgb, var(--mud-palette-primary) 15%, transparent);
}

.articulo-btn:active[b-07aaedhxbc] {
    transform: scale(0.97);
    animation: tpvPulse 0.3s ease;
}

.articulo-nombre[b-07aaedhxbc] {
    font-size: 0.78rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.articulo-precio[b-07aaedhxbc] {
    font-size: 0.82rem;
    font-weight: 800;
    color: var(--text-color, var(--mud-palette-primary));
    white-space: nowrap;
}

.catalogo-placeholder[b-07aaedhxbc] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}


/* ══════════════════════════════════
   RESPONSIVE — MÓVIL
   ══════════════════════════════════ */
@media (max-width: 960px) {
    .tpv-container[b-07aaedhxbc] {
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr;
        height: auto;
        min-height: calc(100vh - 68px);
    }

    .tpv-ticket-panel[b-07aaedhxbc] {
        border-right: none;
        border-bottom: 2px solid color-mix(in srgb, var(--mud-palette-primary) 15%, transparent);
        max-height: 50vh;
    }

    .ticket-lineas[b-07aaedhxbc] {
        max-height: 20vh;
    }

    .tpv-catalogo-panel[b-07aaedhxbc] {
        min-height: 50vh;
    }

    .teclado-grid[b-07aaedhxbc] {
        gap: 3px;
    }

    .tecla[b-07aaedhxbc] {
        padding: 8px 0;
        font-size: 0.85rem;
    }

    .secciones-grid[b-07aaedhxbc] {
        justify-content: flex-start;
    }

    .seccion-btn[b-07aaedhxbc] {
        padding: 8px 12px;
        min-width: 75px;
    }

    .seccion-nombre[b-07aaedhxbc] {
        font-size: 0.68rem;
    }

    .articulos-grid[b-07aaedhxbc] {
        grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
        gap: 6px;
    }

    .articulo-btn[b-07aaedhxbc] {
        padding: 10px 8px;
        min-height: 60px;
    }

    .articulo-nombre[b-07aaedhxbc] {
        font-size: 0.72rem;
    }

    .articulo-precio[b-07aaedhxbc] {
        font-size: 0.75rem;
    }
}

@media (max-width: 600px) {
    .tpv-ticket-panel[b-07aaedhxbc] {
        max-height: 45vh;
    }

    .ticket-lineas[b-07aaedhxbc] {
        max-height: 15vh;
    }

    .articulos-grid[b-07aaedhxbc] {
        grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    }

    .seccion-btn[b-07aaedhxbc] {
        padding: 6px 10px;
        min-width: 65px;
    }

    .total-valor[b-07aaedhxbc] {
        font-size: 1.2rem;
    }
}

/* ── Scrollbar personalizado ── */
.ticket-lineas[b-07aaedhxbc]::-webkit-scrollbar,
.catalogo-articulos[b-07aaedhxbc]::-webkit-scrollbar {
    width: 4px;
}

.ticket-lineas[b-07aaedhxbc]::-webkit-scrollbar-track,
.catalogo-articulos[b-07aaedhxbc]::-webkit-scrollbar-track {
    background: transparent;
}

.ticket-lineas[b-07aaedhxbc]::-webkit-scrollbar-thumb,
.catalogo-articulos[b-07aaedhxbc]::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}

.ticket-lineas[b-07aaedhxbc]::-webkit-scrollbar-thumb:hover,
.catalogo-articulos[b-07aaedhxbc]::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.2);
}
