/* /Components/Layout/AuthLayout.razor.rz.scp.css */
.st-auth-layout[b-5z0eg4wne4] {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 2rem;
    background: var(--st-color-bg, #f4f6f8);
}
/* /Components/Layout/Breadcrumbs.razor.rz.scp.css */
.st-breadcrumbs[b-mlkkwdezpx] {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--st-color-text-soft);
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.st-breadcrumbs a[b-mlkkwdezpx] {
    color: inherit;
    text-decoration: none;
}

.st-breadcrumbs a:hover[b-mlkkwdezpx] {
    color: var(--st-color-primary);
    text-decoration: underline;
}

.st-breadcrumbs span[aria-current="page"][b-mlkkwdezpx] {
    color: var(--st-color-text-muted);
}

@media (max-width: 767px) {
    .st-breadcrumbs[b-mlkkwdezpx] {
        display: none;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.st-app-shell[b-dbrv9c93d5] {
    min-height: 100vh;
    height: 100vh;
    display: flex;
    overflow: hidden;
    background: var(--st-color-bg);
    color: var(--st-color-text);
    font-family: var(--st-font-body);
}

.st-nav-toggle[b-dbrv9c93d5] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.st-app-main[b-dbrv9c93d5] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.st-sidenav-backdrop[b-dbrv9c93d5] {
    display: none;
}

.st-page[b-dbrv9c93d5] {
    flex: 1;
    min-height: 0;
    padding: var(--st-page-padding-desktop);
    overflow: auto;
}

#blazor-error-ui[b-dbrv9c93d5] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-dbrv9c93d5] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (min-width: 1440px) {
    .st-page[b-dbrv9c93d5] {
        padding: var(--st-page-padding-wide);
    }
}

@media (max-width: 991px) {
    .st-app-shell:has(.st-nav-toggle:checked)[b-dbrv9c93d5]  .st-sidenav {
        transform: translateX(0);
    }

    .st-app-shell:has(.st-nav-toggle:checked) .st-sidenav-backdrop[b-dbrv9c93d5] {
        display: block;
    }

    .st-sidenav-backdrop[b-dbrv9c93d5] {
        position: fixed;
        inset: 0;
        z-index: 18;
        display: none;
        border: 0;
        background: rgba(15, 23, 42, 0.28);
    }

    .st-page[b-dbrv9c93d5] {
        padding: var(--st-page-padding-tablet);
    }
}

@media (max-width: 767px) {
    .st-app-shell[b-dbrv9c93d5] {
        height: auto;
        min-height: 100vh;
        overflow: visible;
    }

    .st-page[b-dbrv9c93d5] {
        padding: var(--st-page-padding-mobile);
        overflow: visible;
    }
}
/* /Components/Layout/NavItem.razor.rz.scp.css */
.st-nav-item[b-nf13i8g13f] {
    position: relative;
    height: 44px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 12px;
    border-radius: 10px;
    color: var(--st-color-text-muted);
    font-size: 14px;
    font-weight: 500;
    transition: background 160ms ease, color 160ms ease;
}

.st-nav-item:hover[b-nf13i8g13f] {
    background: var(--st-color-surface-2);
    color: var(--st-color-text);
}

.st-nav-item.active[b-nf13i8g13f] {
    background: color-mix(in srgb, var(--st-color-primary) 10%, white);
    color: var(--st-color-primary);
    font-weight: 300;
    box-shadow: inset 4px 0 0 var(--st-color-primary);
}

.st-nav-item--featured:not(.active)[b-nf13i8g13f] {
    color: var(--st-color-primary);
    background: color-mix(in srgb, var(--st-color-primary) 5%, white);
}

.st-nav-item__label[b-nf13i8g13f] {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.st-nav-item__badge[b-nf13i8g13f] {
    display: inline-flex;
    align-items: center;
    height: 22px;
    padding: 0 8px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--st-color-accent) 18%, white);
    color: var(--st-color-accent-contrast);
    font-size: 11px;
    font-weight: 400;
}

/* /Components/Layout/NavTreeItem.razor.rz.scp.css */
.st-nav-item[b-12ss2nvueh] {
    position: relative;
}

.st-nav-item__button[b-12ss2nvueh],
.st-nav-item__link[b-12ss2nvueh] {
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 12px 0 calc(12px + (var(--st-nav-indent-level, 0) * 18px));
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: var(--st-color-text-muted);
    font: inherit;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    transition: background 160ms ease, color 160ms ease;
}

.st-nav-item__button:hover[b-12ss2nvueh],
.st-nav-item__link:hover[b-12ss2nvueh] {
    background: var(--st-color-surface-2);
    color: var(--st-color-text);
}

.st-nav-item-active > .st-nav-item__link[b-12ss2nvueh],
.st-nav-item-active > .st-nav-item__button[b-12ss2nvueh] {
    background: color-mix(in srgb, var(--st-color-primary) 10%, white);
    color: var(--st-color-primary);
    font-weight: 300;
    box-shadow: inset 4px 0 0 var(--st-color-primary);
}

.st-nav-item-has-active-child > .st-nav-item__button[b-12ss2nvueh] {
    background: var(--st-color-surface-2);
    color: var(--st-color-text);
}

.st-nav-item--featured:not(.st-nav-item-active) > .st-nav-item__link[b-12ss2nvueh],
.st-nav-item--featured:not(.st-nav-item-active) > .st-nav-item__button[b-12ss2nvueh] {
    color: var(--st-color-primary);
    background: color-mix(in srgb, var(--st-color-primary) 5%, white);
}

.st-nav-item__label[b-12ss2nvueh] {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.st-nav-item__badge[b-12ss2nvueh] {
    display: inline-flex;
    align-items: center;
    height: 22px;
    padding: 0 8px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--st-color-accent) 18%, white);
    color: var(--st-color-accent-contrast);
    font-size: 11px;
    font-weight: 400;
}

.st-nav-chevron[b-12ss2nvueh] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--st-color-text-muted);
}

.st-nav-tree[b-12ss2nvueh] {
    display: grid;
    gap: 4px;
    margin-top: 4px;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-mmkwlkty7p],
.components-reconnect-repeated-attempt-visible[b-mmkwlkty7p],
.components-reconnect-failed-visible[b-mmkwlkty7p],
.components-pause-visible[b-mmkwlkty7p],
.components-resume-failed-visible[b-mmkwlkty7p],
.components-rejoining-animation[b-mmkwlkty7p] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-mmkwlkty7p],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-mmkwlkty7p],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-mmkwlkty7p],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-mmkwlkty7p],
#components-reconnect-modal.components-reconnect-retrying[b-mmkwlkty7p],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-mmkwlkty7p],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-mmkwlkty7p],
#components-reconnect-modal.components-reconnect-failed[b-mmkwlkty7p],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-mmkwlkty7p] {
    display: block;
}


#components-reconnect-modal[b-mmkwlkty7p] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-mmkwlkty7p 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-mmkwlkty7p 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-mmkwlkty7p 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-mmkwlkty7p]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-mmkwlkty7p 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-mmkwlkty7p {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-mmkwlkty7p {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-mmkwlkty7p {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-mmkwlkty7p] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-mmkwlkty7p] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-mmkwlkty7p] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-mmkwlkty7p] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-mmkwlkty7p] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-mmkwlkty7p] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-mmkwlkty7p] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-mmkwlkty7p 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-mmkwlkty7p] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-mmkwlkty7p {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Layout/SideNav.razor.rz.scp.css */
.st-sidenav[b-zpml21dafs] {
    width: var(--st-sidebar-width);
    min-width: var(--st-sidebar-width);
    height: 100vh;
    display: flex;
    flex-direction: column;
    background: var(--st-color-surface);
    border-right: 1px solid var(--st-color-border);
    z-index: 20;
}

.st-sidenav__brand[b-zpml21dafs] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 18px 14px;
    border-bottom: 1px solid var(--st-color-border);
}

.st-sidenav__close[b-zpml21dafs] {
    display: none;
    width: 36px;
    height: 36px;
    place-items: center;
    border: 1px solid var(--st-color-border);
    border-radius: 10px;
    background: var(--st-color-surface);
    color: var(--st-color-text-muted);
}

.st-sidenav__scroll[b-zpml21dafs] {
    flex: 1;
    min-height: 0;
    overflow: auto;
    padding: 14px 12px 18px;
}

.st-nav-group[b-zpml21dafs] {
    padding: 6px 0 10px;
}

.st-nav-group-header[b-zpml21dafs] {
    width: 100%;
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 0 10px 0 12px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: var(--st-color-text-soft);
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .04em;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
}

.st-nav-group-header:hover[b-zpml21dafs],
.st-nav-group-has-active-child .st-nav-group-header[b-zpml21dafs] {
    background: var(--st-color-surface-2);
    color: var(--st-color-text);
}

.st-nav-chevron[b-zpml21dafs] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--st-color-text-muted);
}

.st-nav-group__items[b-zpml21dafs] {
    display: grid;
    gap: 4px;
    padding-top: 4px;
}

@media (max-width: 991px) {
    .st-sidenav[b-zpml21dafs] {
        position: fixed;
        inset: 0 auto 0 0;
        transform: translateX(-100%);
        box-shadow: var(--st-shadow-card);
        transition: transform 180ms ease;
    }

    .st-sidenav__close[b-zpml21dafs] {
        display: grid;
    }
}

/* /Components/Layout/TenantMark.razor.rz.scp.css */
.st-tenant-mark[b-1view7t0nk] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.st-tenant-mark__symbol[b-1view7t0nk] {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: color-mix(in srgb, var(--st-color-primary) 12%, white);
    color: var(--st-color-primary);
    border: 1px solid color-mix(in srgb, var(--st-color-primary) 16%, var(--st-color-border));
    font-size: 14px;
    font-weight: 800;
}

.st-tenant-mark__body[b-1view7t0nk] {
    min-width: 0;
}

.st-tenant-mark__name[b-1view7t0nk] {
    color: var(--st-color-text);
    font-size: 15px;
    font-weight: 400;
}

.st-tenant-mark__meta[b-1view7t0nk] {
    color: var(--st-color-text-muted);
    font-size: 12px;
    line-height: 18px;
}

/* /Components/Layout/TopBar.razor.rz.scp.css */
.st-topbar[b-xjsqrahhfm] {
    position: sticky;
    top: 0;
    height: var(--st-topbar-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 0 24px;
    background: color-mix(in srgb, var(--st-color-surface) 94%, transparent);
    border-bottom: 1px solid var(--st-color-border);
    backdrop-filter: blur(12px);
    z-index: 15;
}

.st-topbar__left[b-xjsqrahhfm],
.st-topbar__actions[b-xjsqrahhfm] {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.st-topbar__title-block[b-xjsqrahhfm] {
    min-width: 0;
}

.st-topbar__title[b-xjsqrahhfm] {
    margin: 0;
    color: var(--st-color-text);
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

.st-menu-toggle[b-xjsqrahhfm] {
    display: none;
}

.st-branch-selector[b-xjsqrahhfm] {
    height: 38px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 12px;
    border: 1px solid var(--st-color-border);
    border-radius: 12px;
    background: var(--st-color-surface);
    color: var(--st-color-text);
    font-size: 13px;
    font-weight: 300;
}

.st-help-link[b-xjsqrahhfm] {
    text-decoration: none;
    flex-shrink: 0;
    transition: color 0.15s ease, border-color 0.15s ease;
}

.st-help-link:hover[b-xjsqrahhfm] {
    color: var(--st-color-primary);
    border-color: var(--st-color-primary);
}

.st-branch-selector select[b-xjsqrahhfm] {
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    outline: none;
}

@media (max-width: 991px) {
    .st-topbar[b-xjsqrahhfm] {
        padding: 0 18px;
    }

    .st-menu-toggle[b-xjsqrahhfm] {
        display: inline-grid;
    }

    .st-branch-selector span[b-xjsqrahhfm] {
        display: none;
    }
}

@media (max-width: 767px) {
    .st-topbar[b-xjsqrahhfm] {
        height: auto;
        min-height: var(--st-topbar-height);
        align-items: flex-start;
        flex-wrap: wrap;
        padding: 12px 16px;
    }

    .st-topbar__actions[b-xjsqrahhfm] {
        width: 100%;
        justify-content: space-between;
    }

    .st-topbar__turn-status[b-xjsqrahhfm] {
        display: none;
    }
}

/* /Components/Layout/UserMenu.razor.rz.scp.css */
.st-user-menu-wrap[b-kwtv3n2tpz] {
    position: relative;
}

.st-user-menu-wrap[open] .st-user-menu[b-kwtv3n2tpz] {
    border-color: color-mix(in srgb, var(--st-color-primary) 32%, var(--st-color-border));
}

.st-user-menu[b-kwtv3n2tpz] {
    height: 40px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 0 8px 0 4px;
    border: 1px solid var(--st-color-border);
    border-radius: 999px;
    background: var(--st-color-surface);
    color: var(--st-color-text);
    font-size: 13px;
    font-weight: 300;
    cursor: pointer;
    text-decoration: none;
    list-style: none;
}

.st-user-menu[b-kwtv3n2tpz]::-webkit-details-marker {
    display: none;
}

.st-user-menu__avatar[b-kwtv3n2tpz] {
    width: 32px;
    min-width: 32px;
    height: 32px;
    flex: 0 0 32px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: var(--st-color-primary);
    color: var(--st-color-primary-contrast);
    font-size: 12px;
    font-weight: 800;
}

.st-user-menu__dropdown[b-kwtv3n2tpz] {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 40;
    min-width: 180px;
    padding: 6px;
    border: 1px solid var(--st-color-border);
    border-radius: 12px;
    background: var(--st-color-surface);
    box-shadow: var(--st-shadow-card);
}

.st-user-menu__dropdown a[b-kwtv3n2tpz],
.st-user-menu__dropdown span[b-kwtv3n2tpz] {
    display: flex;
    align-items: center;
    min-height: 38px;
    padding: 0 10px;
    border-radius: 8px;
    color: var(--st-color-text);
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
}

.st-user-menu__dropdown span[b-kwtv3n2tpz] {
    color: var(--st-color-text-muted);
    font-weight: 300;
}

.st-user-menu__dropdown a:hover[b-kwtv3n2tpz] {
    background: var(--st-color-surface-2);
}

@media (max-width: 767px) {
    .st-user-menu__name[b-kwtv3n2tpz],
    .st-user-menu[b-kwtv3n2tpz]  svg {
        display: none;
    }

    .st-user-menu[b-kwtv3n2tpz] {
        width: 44px;
        min-width: 44px;
        padding: 0;
        justify-content: center;
        overflow: visible;
    }

    .st-user-menu__dropdown[b-kwtv3n2tpz] {
        right: -2px;
    }
}

/* /Components/Pages/Autorizaciones.razor.rz.scp.css */
.autorizaciones-panel[b-grlblg4k54] {
    display: grid;
    gap: 14px;
    animation: autorizaciones-panel-in-b-grlblg4k54 150ms ease-out;
    transform-origin: top center;
}

@keyframes autorizaciones-panel-in-b-grlblg4k54 {
    from {
        opacity: 0;
        transform: translateY(8px) scale(.995);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.autorizaciones-header[b-grlblg4k54] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.autorizaciones-header h1[b-grlblg4k54] {
    margin: 0;
    font-size: 24px;
}

.autorizaciones-header p[b-grlblg4k54] {
    max-width: 760px;
    margin: 4px 0 0;
    color: var(--st-color-text-muted);
    font-size: 14px;
    line-height: 1.35;
}

.autorizaciones-loading[b-grlblg4k54] {
    color: var(--st-color-text-muted);
}

.autorizaciones-filters[b-grlblg4k54] {
    display: flex;
    align-items: end;
    gap: 12px;
    flex-wrap: wrap;
}

.autorizaciones-select[b-grlblg4k54],
.autorizaciones-branch-label[b-grlblg4k54] {
    display: grid;
    gap: 7px;
    min-width: min(100%, 300px);
    color: var(--st-color-text-muted);
    font-size: 12px;
    font-weight: 400;
}

.autorizaciones-select select[b-grlblg4k54],
.autorizaciones-picker input[b-grlblg4k54] {
    width: 100%;
    min-width: 0;
    height: 34px;
    padding: 0 10px;
    border: 1px solid var(--st-color-border);
    border-radius: 8px;
    background: var(--st-color-surface);
    color: var(--st-color-text);
    font-size: 13px;
}

.autorizaciones-branch-label strong[b-grlblg4k54] {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    color: var(--st-color-text);
    font-size: 14px;
    font-weight: 500;
}

.autorizaciones-list[b-grlblg4k54] {
    display: grid;
    border: 1px solid var(--st-color-border);
    border-radius: 8px;
    overflow: visible;
}

.autorizaciones-rule[b-grlblg4k54] {
    display: grid;
    grid-template-columns: minmax(280px, 34%) minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    padding: 12px 14px;
    border-bottom: 1px solid var(--st-color-border);
    border-radius: 0;
    background: var(--st-color-surface);
}

.autorizaciones-rule:last-child[b-grlblg4k54] {
    border-bottom: 0;
}

.autorizaciones-rule__header[b-grlblg4k54] {
    min-width: 0;
}

.autorizaciones-rule h2[b-grlblg4k54] {
    margin: 0;
    color: var(--st-color-text);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
}

.autorizaciones-rule h2 span[b-grlblg4k54] {
    color: var(--st-color-primary);
}

.autorizaciones-rule p[b-grlblg4k54] {
    margin: 6px 0 0;
    color: var(--st-color-text-muted);
    font-size: 12px;
    line-height: 1.35;
}

.autorizaciones-users[b-grlblg4k54] {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) 240px;
    align-items: start;
    gap: 12px;
    min-width: 0;
}

.autorizaciones-chip-row[b-grlblg4k54] {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    min-width: 0;
}

.autorizaciones-empty-chip[b-grlblg4k54],
.autorizaciones-user-chip[b-grlblg4k54] {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 1.2;
}

.autorizaciones-empty-chip[b-grlblg4k54] {
    padding: 5px 9px;
    border: 1px dashed var(--st-color-border);
    color: var(--st-color-text-muted);
}

.autorizaciones-user-chip[b-grlblg4k54] {
    gap: 4px;
    max-width: 260px;
    padding: 4px 4px 4px 8px;
    border: 1px solid color-mix(in srgb, var(--st-color-primary) 35%, var(--st-color-border));
    background: color-mix(in srgb, var(--st-color-primary) 8%, white);
    color: var(--st-color-text);
}

.autorizaciones-user-chip span[b-grlblg4k54] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.autorizaciones-user-chip button[b-grlblg4k54] {
    display: inline-grid;
    place-items: center;
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 4px;
    background: transparent;
    color: var(--st-color-text-muted);
}

.autorizaciones-user-chip button:hover[b-grlblg4k54] {
    background: rgba(15, 23, 42, .08);
    color: var(--st-color-danger);
}

.autorizaciones-picker[b-grlblg4k54] {
    position: relative;
    width: 100%;
}

.autorizaciones-picker label[b-grlblg4k54] {
    display: grid;
    color: var(--st-color-text-muted);
    font-size: 12px;
    font-weight: 400;
}

.autorizaciones-picker__menu[b-grlblg4k54] {
    position: absolute;
    z-index: 20;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    max-height: 300px;
    overflow: auto;
    padding: 6px;
    border: 1px solid var(--st-color-border);
    border-radius: 8px;
    background: var(--st-color-surface);
    box-shadow: 0 18px 48px rgba(15, 23, 42, .16);
}

.autorizaciones-picker__group + .autorizaciones-picker__group[b-grlblg4k54] {
    margin-top: 8px;
}

.autorizaciones-picker__group-title[b-grlblg4k54] {
    padding: 5px 7px;
    color: var(--st-color-text-muted);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.autorizaciones-picker__menu button[b-grlblg4k54] {
    display: grid;
    gap: 2px;
    width: 100%;
    padding: 7px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: var(--st-color-text);
    text-align: left;
    font-size: 12px;
}

.autorizaciones-picker__menu button:hover[b-grlblg4k54] {
    background: var(--st-color-surface-2);
}

.autorizaciones-picker__menu small[b-grlblg4k54],
.autorizaciones-picker__empty[b-grlblg4k54] {
    color: var(--st-color-text-muted);
    font-size: 12px;
}

.autorizaciones-picker__empty[b-grlblg4k54] {
    padding: 10px 8px;
}

@media (max-width: 720px) {
    .autorizaciones-rule[b-grlblg4k54],
    .autorizaciones-users[b-grlblg4k54] {
        grid-template-columns: 1fr;
    }

    .autorizaciones-select[b-grlblg4k54],
    .autorizaciones-branch-label[b-grlblg4k54],
    .autorizaciones-picker[b-grlblg4k54] {
        width: 100%;
    }
}
/* /Components/Pages/Categorias.razor.rz.scp.css */
.categorias-panel[b-87wvlm2w8c] {
    display: grid;
    gap: 18px;
    animation: categorias-panel-in-b-87wvlm2w8c 150ms ease-out;
    transform-origin: top center;
}

@keyframes categorias-panel-in-b-87wvlm2w8c {
    from {
        opacity: 0;
        transform: translateY(8px) scale(.995);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.categorias-header[b-87wvlm2w8c] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.categorias-header h1[b-87wvlm2w8c] {
    margin: 0;
    font-size: 28px;
}

.categorias-header p[b-87wvlm2w8c] {
    margin: 6px 0 0;
    color: var(--st-color-text-muted);
}

.categorias-loading[b-87wvlm2w8c] {
    color: var(--st-color-text-muted);
}

.categorias-filters[b-87wvlm2w8c] {
    display: grid;
    grid-template-columns: minmax(260px, 420px) auto;
    align-items: center;
    gap: 14px;
}

.categorias-filters label[b-87wvlm2w8c],
.categorias-form label[b-87wvlm2w8c] {
    display: grid;
    gap: 7px;
    color: var(--st-color-text-muted);
    font-size: 13px;
    font-weight: 400;
}

.categorias-filters input[b-87wvlm2w8c],
.categorias-form input[b-87wvlm2w8c] {
    width: 100%;
    min-width: 0;
    height: 42px;
    padding: 0 12px;
    border: 1px solid var(--st-color-border);
    border-radius: 12px;
    background: var(--st-color-surface);
    color: var(--st-color-text);
    font-size: 14px;
}

.categorias-check[b-87wvlm2w8c] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    align-self: end;
    min-height: 42px;
    padding-bottom: 1px;
    color: var(--st-color-text);
    font-weight: 300;
}

.categorias-check input[b-87wvlm2w8c],
.categorias-active-control input[b-87wvlm2w8c] {
    width: 16px;
    height: 16px;
    accent-color: var(--st-color-primary);
}

.categorias-actions-col[b-87wvlm2w8c] {
    width: 140px;
}

.categorias-actions[b-87wvlm2w8c] {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.categorias-danger-btn[b-87wvlm2w8c] {
    color: var(--st-color-danger);
}

.categorias-modal[b-87wvlm2w8c] {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: grid;
    place-items: center;
    padding: 24px;
}

.categorias-modal__backdrop[b-87wvlm2w8c] {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(15, 23, 42, .38);
    backdrop-filter: blur(3px);
    animation: categorias-modal-fade-b-87wvlm2w8c 130ms ease-out;
}

.categorias-modal__panel[b-87wvlm2w8c] {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 16px;
    width: min(560px, 100%);
    padding: 20px;
    border: 1px solid var(--st-color-border);
    border-radius: 16px;
    background: var(--st-color-surface);
    box-shadow: 0 24px 70px rgba(15, 23, 42, .22);
    animation: categorias-modal-pop-b-87wvlm2w8c 150ms ease-out;
}

.categorias-modal__header h2[b-87wvlm2w8c] {
    margin: 0;
    color: var(--st-color-text);
    font-size: 22px;
    line-height: 1.2;
}

.categorias-modal__header p[b-87wvlm2w8c] {
    margin: 8px 0 0;
    color: var(--st-color-text-muted);
}

.categorias-form[b-87wvlm2w8c] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
}

.categorias-active-field[b-87wvlm2w8c] {
    align-self: end;
}

.categorias-active-control[b-87wvlm2w8c] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    color: var(--st-color-text);
    font-size: 14px;
    font-weight: 400;
}

.categorias-modal__actions[b-87wvlm2w8c] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

@keyframes categorias-modal-fade-b-87wvlm2w8c {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes categorias-modal-pop-b-87wvlm2w8c {
    from {
        opacity: 0;
        transform: translateY(10px) scale(.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 720px) {
    .categorias-filters[b-87wvlm2w8c],
    .categorias-form[b-87wvlm2w8c] {
        grid-template-columns: 1fr;
    }

    .categorias-header .st-btn-primary[b-87wvlm2w8c],
    .categorias-check[b-87wvlm2w8c] {
        width: 100%;
    }

    .categorias-modal__actions button[b-87wvlm2w8c] {
        flex: 1;
    }
}
/* /Components/Pages/Clientes.razor.rz.scp.css */
.clientes-panel[b-nu6jp0f3kq] {
    display: grid;
    gap: 18px;
    animation: clientes-panel-in-b-nu6jp0f3kq 150ms ease-out;
    transform-origin: top center;
}

@keyframes clientes-panel-in-b-nu6jp0f3kq {
    from {
        opacity: 0;
        transform: translateY(8px) scale(.995);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.clientes-header[b-nu6jp0f3kq] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.clientes-header h1[b-nu6jp0f3kq] {
    margin: 0;
    font-size: 28px;
}

.clientes-header p[b-nu6jp0f3kq] {
    margin: 6px 0 0;
    color: var(--st-color-text-muted);
}

.clientes-loading[b-nu6jp0f3kq] {
    color: var(--st-color-text-muted);
}

.clientes-filters[b-nu6jp0f3kq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
}

.clientes-search[b-nu6jp0f3kq] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: min(100%, 360px);
    height: 42px;
    padding: 0 12px;
    border: 1px solid var(--st-color-border);
    border-radius: 12px;
    background: var(--st-color-surface);
    color: var(--st-color-text-muted);
}

.clientes-search input[b-nu6jp0f3kq] {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: var(--st-color-surface);
    color: var(--st-color-text);
}

.clientes-check[b-nu6jp0f3kq] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--st-color-text);
    font-weight: 300;
}

.clientes-check input[b-nu6jp0f3kq] {
    width: 16px;
    height: 16px;
    accent-color: var(--st-color-primary);
}

.clientes-actions-col[b-nu6jp0f3kq] {
    width: 130px;
}

.clientes-actions[b-nu6jp0f3kq] {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.clientes-danger-btn[b-nu6jp0f3kq] {
    color: var(--st-color-danger);
}

.st-chip--muted[b-nu6jp0f3kq] {
    color: var(--st-color-text-muted);
    background: var(--st-color-surface-2);
}

.clientes-form[b-nu6jp0f3kq] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.clientes-form label[b-nu6jp0f3kq] {
    display: grid;
    gap: 7px;
    color: var(--st-color-text-muted);
    font-size: 13px;
    font-weight: 400;
}

.clientes-form input[b-nu6jp0f3kq],
.clientes-form select[b-nu6jp0f3kq] {
    width: 100%;
    min-width: 0;
    height: 42px;
    padding: 0 12px;
    font-size: 14px;
    border: 1px solid var(--st-color-border);
    border-radius: 12px;
    background: var(--st-color-surface);
    color: var(--st-color-text);
}

.clientes-active-field[b-nu6jp0f3kq] {
    align-self: end;
}

.clientes-active-control[b-nu6jp0f3kq] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    color: var(--st-color-text);
    font-size: 14px;
    font-weight: 400;
}

.clientes-active-control input[b-nu6jp0f3kq] {
    width: 18px;
    height: 18px;
    accent-color: var(--st-color-primary);
}

.clientes-form-actions[b-nu6jp0f3kq] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

@media (max-width: 720px) {
    .clientes-form[b-nu6jp0f3kq] {
        grid-template-columns: 1fr;
    }

    .clientes-header .st-btn-primary[b-nu6jp0f3kq],
    .clientes-search[b-nu6jp0f3kq] {
        width: 100%;
    }
}
/* /Components/Pages/Configuracion.razor.rz.scp.css */
.config-page[b-g02va9rlq7] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.config-header p[b-g02va9rlq7] {
    margin: 0;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    opacity: 0.7;
}

.config-header h1[b-g02va9rlq7] {
    margin: 0.1rem 0 0.2rem;
}

.config-header span[b-g02va9rlq7] {
    opacity: 0.75;
}

.config-tabs[b-g02va9rlq7] {
    display: flex;
    gap: 0.5rem;
}

.config-tab[b-g02va9rlq7] {
    padding: 0.5rem 1.1rem;
    border: 1px solid transparent;
    border-radius: 0.5rem 0.5rem 0 0;
    background: transparent;
    cursor: pointer;
    font-weight: 600;
    opacity: 0.7;
}

.config-tab--activa[b-g02va9rlq7] {
    background: var(--st-card-bg, #fff);
    border-color: rgba(0, 0, 0, 0.08);
    border-bottom-color: transparent;
    opacity: 1;
}

.config-panel[b-g02va9rlq7] {
    padding: 1.25rem;
}

.config-sucursal[b-g02va9rlq7] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.config-sucursal label[b-g02va9rlq7] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    font-weight: 600;
}

.config-sucursal select[b-g02va9rlq7] {
    min-width: 240px;
    padding: 0.45rem 0.6rem;
    border-radius: 0.4rem;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.config-nota[b-g02va9rlq7] {
    font-size: 0.85rem;
    opacity: 0.75;
}

.config-form-grid[b-g02va9rlq7] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 0.9rem 1.4rem;
}

.config-form-grid label[b-g02va9rlq7] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    font-weight: 600;
}

.config-form-grid input[b-g02va9rlq7],
.config-form-grid select[b-g02va9rlq7],
.config-form-grid textarea[b-g02va9rlq7] {
    padding: 0.5rem 0.65rem;
    border-radius: 0.4rem;
    border: 1px solid rgba(0, 0, 0, 0.15);
    font: inherit;
    font-weight: 400;
}

.config-form-grid small[b-g02va9rlq7] {
    font-weight: 400;
    opacity: 0.7;
}

.config-field-wide[b-g02va9rlq7] {
    grid-column: 1 / -1;
}

.config-check[b-g02va9rlq7] {
    flex-direction: row !important;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem !important;
}

.config-check input[b-g02va9rlq7] {
    width: 1.05rem;
    height: 1.05rem;
}

.config-check small[b-g02va9rlq7] {
    flex-basis: 100%;
    margin-left: 1.55rem;
}

.config-acciones[b-g02va9rlq7] {
    display: flex;
    justify-content: flex-end;
    margin-top: 1.25rem;
}
/* /Components/Pages/Cortesias.razor.rz.scp.css */
.cortesias-page[b-wxggfdapr4],
.cortesias-panel[b-wxggfdapr4] {
    display: grid;
    gap: 18px;
}

.cortesias-header[b-wxggfdapr4],
.cortesias-wizard-header[b-wxggfdapr4],
.cortesias-wizard-actions[b-wxggfdapr4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.cortesias-header h1[b-wxggfdapr4],
.cortesias-wizard-header h2[b-wxggfdapr4],
.cortesias-summary h3[b-wxggfdapr4] {
    margin: 0;
}

.cortesias-header p[b-wxggfdapr4],
.cortesias-header span[b-wxggfdapr4],
.cortesias-muted[b-wxggfdapr4],
.cortesias-form-grid small[b-wxggfdapr4],
.cortesias-table small[b-wxggfdapr4] {
    margin: 4px 0 0;
    color: var(--st-color-text-muted);
}

.cortesias-toolbar[b-wxggfdapr4] {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) repeat(7, minmax(120px, 170px)) auto;
    align-items: end;
    gap: 12px;
}

.cortesias-toolbar label[b-wxggfdapr4],
.cortesias-form-grid label[b-wxggfdapr4],
.cortesias-search[b-wxggfdapr4] {
    display: grid;
    gap: 6px;
    color: var(--st-color-text-muted);
    font-size: 0.86rem;
}

.cortesias-toolbar select[b-wxggfdapr4],
.cortesias-toolbar input[b-wxggfdapr4],
.cortesias-form-grid input[b-wxggfdapr4],
.cortesias-form-grid select[b-wxggfdapr4],
.cortesias-form-grid textarea[b-wxggfdapr4],
.cortesias-search input[b-wxggfdapr4] {
    min-height: 38px;
    border: 1px solid var(--st-color-border);
    border-radius: 8px;
    padding: 8px 10px;
    color: var(--st-color-text);
    background: var(--st-color-surface);
}

.cortesias-search[b-wxggfdapr4] {
    position: relative;
}

.cortesias-search .st-icon[b-wxggfdapr4] {
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: var(--st-color-text-muted);
}

.cortesias-search input[b-wxggfdapr4] {
    padding-left: 34px;
}

.cortesias-check[b-wxggfdapr4] {
    display: flex !important;
    align-items: center;
    gap: 8px;
    color: var(--st-color-text);
}

.cortesias-check input[type="checkbox"][b-wxggfdapr4],
.cortesias-days input[type="checkbox"][b-wxggfdapr4],
.cortesias-branch-grid input[type="checkbox"][b-wxggfdapr4] {
    min-height: auto;
    width: 16px;
    height: 16px;
}

.cortesias-table-wrap[b-wxggfdapr4] {
    max-height: calc(100vh - 330px);
}

.cortesias-table[b-wxggfdapr4] {
    min-width: 1260px;
}

.cortesias-actions[b-wxggfdapr4] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cortesias-danger[b-wxggfdapr4] {
    color: var(--st-color-danger);
}

.cortesias-steps[b-wxggfdapr4] {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 8px;
}

.cortesias-steps button[b-wxggfdapr4] {
    min-height: 58px;
    display: grid;
    justify-items: center;
    gap: 5px;
    border: 1px solid var(--st-color-border);
    border-radius: 8px;
    background: var(--st-color-surface);
    color: var(--st-color-text-muted);
    font-size: 0.78rem;
}

.cortesias-steps button span[b-wxggfdapr4] {
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: var(--st-color-surface-2);
}

.cortesias-steps button.is-active[b-wxggfdapr4] {
    border-color: var(--st-color-primary);
    color: var(--st-color-primary);
}

.cortesias-steps button.is-done[b-wxggfdapr4] {
    color: var(--st-color-success);
}

.cortesias-step-body[b-wxggfdapr4] {
    min-height: 340px;
    border: 1px solid var(--st-color-border);
    border-radius: 8px;
    padding: 18px;
}

.cortesias-form-grid[b-wxggfdapr4] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.cortesias-form-grid textarea[b-wxggfdapr4] {
    min-height: 92px;
    resize: vertical;
}

.cortesias-field-wide[b-wxggfdapr4],
.cortesias-help[b-wxggfdapr4],
.cortesias-summary[b-wxggfdapr4] {
    grid-column: 1 / -1;
}

.cortesias-help[b-wxggfdapr4],
.cortesias-summary[b-wxggfdapr4],
.cortesias-modal[b-wxggfdapr4] {
    padding: 12px;
    border-radius: 8px;
    background: var(--st-color-surface-2);
    color: var(--st-color-text);
}

.cortesias-template-grid[b-wxggfdapr4] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.cortesias-template-grid button[b-wxggfdapr4] {
    display: grid;
    gap: 8px;
    text-align: left;
    border: 1px solid var(--st-color-border);
    border-radius: 8px;
    padding: 14px;
    color: var(--st-color-text);
    background: var(--st-color-surface);
}

.cortesias-template-grid button.is-selected[b-wxggfdapr4] {
    border-color: var(--st-color-primary);
}

.cortesias-template-grid span[b-wxggfdapr4] {
    color: var(--st-color-primary);
}

.cortesias-template-grid small[b-wxggfdapr4],
.cortesias-template-grid em[b-wxggfdapr4] {
    color: var(--st-color-text-muted);
    font-style: normal;
}

.cortesias-add-item-row[b-wxggfdapr4] {
    display: grid;
    grid-template-columns: 150px minmax(160px, 1fr) minmax(220px, 1.4fr) auto;
    align-items: end;
    gap: 12px;
}

.cortesias-days[b-wxggfdapr4],
.cortesias-branch-grid[b-wxggfdapr4] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cortesias-days label[b-wxggfdapr4],
.cortesias-branch-grid label[b-wxggfdapr4] {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 12px;
    border: 1px solid var(--st-color-border);
    border-radius: 8px;
}

.cortesias-selection-grid[b-wxggfdapr4] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.cortesias-selection-grid > div[b-wxggfdapr4] {
    display: grid;
    align-content: start;
    gap: 8px;
}

@media (max-width: 1180px) {
    .cortesias-toolbar[b-wxggfdapr4],
    .cortesias-form-grid[b-wxggfdapr4],
    .cortesias-add-item-row[b-wxggfdapr4],
    .cortesias-template-grid[b-wxggfdapr4],
    .cortesias-selection-grid[b-wxggfdapr4] {
        grid-template-columns: 1fr;
    }

    .cortesias-steps[b-wxggfdapr4] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cortesias-header[b-wxggfdapr4],
    .cortesias-wizard-header[b-wxggfdapr4],
    .cortesias-wizard-actions[b-wxggfdapr4] {
        align-items: stretch;
        flex-direction: column;
    }
}
/* /Components/Pages/CuponCodigos.razor.rz.scp.css */
.codigos-page[b-d8xowc7ulx],
.codigos-panel[b-d8xowc7ulx] {
    display: grid;
    gap: 18px;
}

.codigos-header[b-d8xowc7ulx],
.codigos-header-actions[b-d8xowc7ulx],
.codigos-dialog-header[b-d8xowc7ulx],
.codigos-dialog-actions[b-d8xowc7ulx] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.codigos-header h1[b-d8xowc7ulx],
.codigos-dialog-header h2[b-d8xowc7ulx] {
    margin: 0;
}

.codigos-header p[b-d8xowc7ulx],
.codigos-header span[b-d8xowc7ulx],
.codigos-muted[b-d8xowc7ulx],
.codigos-form-grid small[b-d8xowc7ulx] {
    margin: 4px 0 0;
    color: var(--st-color-text-muted);
}

.codigos-toolbar[b-d8xowc7ulx] {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) repeat(4, minmax(150px, 190px));
    align-items: end;
    gap: 12px;
}

.codigos-toolbar label[b-d8xowc7ulx],
.codigos-form-grid label[b-d8xowc7ulx],
.codigos-search[b-d8xowc7ulx] {
    display: grid;
    gap: 6px;
    color: var(--st-color-text-muted);
    font-size: 0.86rem;
}

.codigos-toolbar input[b-d8xowc7ulx],
.codigos-toolbar select[b-d8xowc7ulx],
.codigos-form-grid input[b-d8xowc7ulx],
.codigos-form-grid select[b-d8xowc7ulx],
.codigos-form-grid textarea[b-d8xowc7ulx],
.codigos-search input[b-d8xowc7ulx],
.codigos-generated[b-d8xowc7ulx] {
    min-height: 38px;
    border: 1px solid var(--st-color-border);
    border-radius: 8px;
    padding: 8px 10px;
    color: var(--st-color-text);
    background: var(--st-color-surface);
}

.codigos-search[b-d8xowc7ulx] {
    position: relative;
}

.codigos-search .st-icon[b-d8xowc7ulx] {
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: var(--st-color-text-muted);
}

.codigos-search input[b-d8xowc7ulx] {
    padding-left: 34px;
}

.codigos-table-wrap[b-d8xowc7ulx] {
    max-height: calc(100vh - 320px);
}

.codigos-table[b-d8xowc7ulx] {
    min-width: 1180px;
}

.codigos-actions[b-d8xowc7ulx] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.codigos-danger[b-d8xowc7ulx] {
    color: var(--st-color-danger);
}

.codigos-modal[b-d8xowc7ulx] {
    position: fixed;
    inset: 0;
    z-index: 30;
    display: grid;
    place-items: center;
    padding: 24px;
}

.codigos-modal__backdrop[b-d8xowc7ulx] {
    position: absolute;
    inset: 0;
    border: 0;
    background: color-mix(in srgb, var(--st-color-text) 36%, transparent);
}

.codigos-dialog[b-d8xowc7ulx] {
    position: relative;
    width: min(980px, 100%);
    max-height: calc(100vh - 48px);
    overflow: auto;
    display: grid;
    gap: 18px;
}

.codigos-form-grid[b-d8xowc7ulx] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.codigos-field-wide[b-d8xowc7ulx],
.codigos-help[b-d8xowc7ulx],
.codigos-preview[b-d8xowc7ulx] {
    grid-column: 1 / -1;
}

.codigos-check[b-d8xowc7ulx] {
    display: flex !important;
    align-items: center;
    gap: 8px;
    color: var(--st-color-text);
}

.codigos-check input[type="checkbox"][b-d8xowc7ulx] {
    min-height: auto;
    width: 16px;
    height: 16px;
}

.codigos-help[b-d8xowc7ulx],
.codigos-preview[b-d8xowc7ulx] {
    display: grid;
    gap: 6px;
    padding: 12px;
    border-radius: 8px;
    background: var(--st-color-surface-2);
    color: var(--st-color-text);
}

.codigos-detail-grid[b-d8xowc7ulx] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.codigos-detail-grid span[b-d8xowc7ulx] {
    display: grid;
    gap: 4px;
    padding: 10px;
    border: 1px solid var(--st-color-border);
    border-radius: 8px;
}

.codigos-generated[b-d8xowc7ulx] {
    width: 100%;
    min-height: 240px;
    resize: vertical;
}

@media (max-width: 980px) {
    .codigos-toolbar[b-d8xowc7ulx],
    .codigos-form-grid[b-d8xowc7ulx],
    .codigos-detail-grid[b-d8xowc7ulx] {
        grid-template-columns: 1fr;
    }

    .codigos-header[b-d8xowc7ulx],
    .codigos-header-actions[b-d8xowc7ulx],
    .codigos-dialog-header[b-d8xowc7ulx],
    .codigos-dialog-actions[b-d8xowc7ulx] {
        align-items: stretch;
        flex-direction: column;
    }
}
/* /Components/Pages/Cupones.razor.rz.scp.css */
.cupones-page[b-kpmqwy5mh5],
.cupones-panel[b-kpmqwy5mh5] {
    display: grid;
    gap: 18px;
}

.cupones-header[b-kpmqwy5mh5],
.cupones-wizard-header[b-kpmqwy5mh5],
.cupones-wizard-actions[b-kpmqwy5mh5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.cupones-header h1[b-kpmqwy5mh5],
.cupones-wizard-header h2[b-kpmqwy5mh5] {
    margin: 0;
}

.cupones-header p[b-kpmqwy5mh5],
.cupones-header span[b-kpmqwy5mh5],
.cupones-muted[b-kpmqwy5mh5],
.cupones-form-grid small[b-kpmqwy5mh5] {
    margin: 4px 0 0;
    color: var(--st-color-text-muted);
}

.cupones-toolbar[b-kpmqwy5mh5] {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) repeat(4, minmax(140px, 180px)) auto;
    align-items: end;
    gap: 12px;
}

.cupones-toolbar label[b-kpmqwy5mh5],
.cupones-form-grid label[b-kpmqwy5mh5],
.cupones-search[b-kpmqwy5mh5] {
    display: grid;
    gap: 6px;
    color: var(--st-color-text-muted);
    font-size: 0.86rem;
}

.cupones-toolbar select[b-kpmqwy5mh5],
.cupones-toolbar input[b-kpmqwy5mh5],
.cupones-form-grid input[b-kpmqwy5mh5],
.cupones-form-grid select[b-kpmqwy5mh5],
.cupones-form-grid textarea[b-kpmqwy5mh5],
.cupones-search input[b-kpmqwy5mh5] {
    min-height: 38px;
    border: 1px solid var(--st-color-border);
    border-radius: 8px;
    padding: 8px 10px;
    color: var(--st-color-text);
    background: var(--st-color-surface);
}

.cupones-search[b-kpmqwy5mh5] {
    position: relative;
}

.cupones-search .st-icon[b-kpmqwy5mh5] {
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: var(--st-color-text-muted);
}

.cupones-search input[b-kpmqwy5mh5] {
    padding-left: 34px;
}

.cupones-check[b-kpmqwy5mh5] {
    display: flex !important;
    align-items: center;
    gap: 8px;
    color: var(--st-color-text);
}

.cupones-check input[type="checkbox"][b-kpmqwy5mh5],
.cupones-days input[type="checkbox"][b-kpmqwy5mh5],
.cupones-branch-grid input[type="checkbox"][b-kpmqwy5mh5] {
    min-height: auto;
    width: 16px;
    height: 16px;
}

.cupones-table-wrap[b-kpmqwy5mh5] {
    max-height: calc(100vh - 320px);
}

.cupones-table[b-kpmqwy5mh5] {
    min-width: 1120px;
}

.cupones-chip-row[b-kpmqwy5mh5],
.cupones-actions[b-kpmqwy5mh5] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cupones-chip-row[b-kpmqwy5mh5] {
    margin-top: 8px;
}

.cupones-danger[b-kpmqwy5mh5] {
    color: var(--st-color-danger);
}

.cupones-steps[b-kpmqwy5mh5] {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 8px;
}

.cupones-steps button[b-kpmqwy5mh5] {
    min-height: 58px;
    display: grid;
    justify-items: center;
    gap: 5px;
    border: 1px solid var(--st-color-border);
    border-radius: 8px;
    background: var(--st-color-surface);
    color: var(--st-color-text-muted);
    font-size: 0.78rem;
}

.cupones-steps button span[b-kpmqwy5mh5] {
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: var(--st-color-surface-2);
}

.cupones-steps button.is-active[b-kpmqwy5mh5],
.cupones-template-card.is-selected[b-kpmqwy5mh5] {
    border-color: var(--st-color-primary);
    color: var(--st-color-primary);
}

.cupones-steps button.is-done[b-kpmqwy5mh5] {
    color: var(--st-color-success);
}

.cupones-step-body[b-kpmqwy5mh5] {
    min-height: 360px;
    border: 1px solid var(--st-color-border);
    border-radius: 8px;
    padding: 18px;
}

.cupones-template-grid[b-kpmqwy5mh5] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.cupones-template-card[b-kpmqwy5mh5] {
    display: grid;
    min-height: 180px;
    gap: 12px;
    align-content: start;
    padding: 18px;
    border: 1px solid var(--st-color-border);
    border-radius: 8px;
    background: var(--st-color-surface);
    color: var(--st-color-text);
    text-align: left;
}

.cupones-template-card > span:not(.cupones-template-icon)[b-kpmqwy5mh5],
.cupones-template-card small[b-kpmqwy5mh5] {
    color: var(--st-color-text-muted);
}

.cupones-template-icon[b-kpmqwy5mh5] {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: var(--st-color-surface-2);
    color: var(--st-color-primary);
}

.cupones-form-grid[b-kpmqwy5mh5] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.cupones-form-grid textarea[b-kpmqwy5mh5] {
    min-height: 92px;
    resize: vertical;
}

.cupones-field-wide[b-kpmqwy5mh5],
.cupones-help[b-kpmqwy5mh5],
.cupones-preview[b-kpmqwy5mh5] {
    grid-column: 1 / -1;
}

.cupones-help[b-kpmqwy5mh5],
.cupones-preview[b-kpmqwy5mh5],
.cupones-summary[b-kpmqwy5mh5],
.cupones-pos-preview[b-kpmqwy5mh5] {
    padding: 12px;
    border-radius: 8px;
    background: var(--st-color-surface-2);
    color: var(--st-color-text);
}

.cupones-add-item-row[b-kpmqwy5mh5] {
    display: grid;
    grid-template-columns: 150px minmax(160px, 1fr) minmax(220px, 1.4fr) auto;
    align-items: end;
    gap: 12px;
}

.cupones-item-picker[b-kpmqwy5mh5],
.cupones-summary[b-kpmqwy5mh5],
.cupones-pos-preview[b-kpmqwy5mh5] {
    display: grid;
    gap: 14px;
}

.cupones-days[b-kpmqwy5mh5],
.cupones-branch-grid[b-kpmqwy5mh5] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cupones-days label[b-kpmqwy5mh5],
.cupones-branch-grid label[b-kpmqwy5mh5] {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 12px;
    border: 1px solid var(--st-color-border);
    border-radius: 8px;
}

.cupones-summary h3[b-kpmqwy5mh5],
.cupones-summary p[b-kpmqwy5mh5] {
    margin: 0;
}

.cupones-summary blockquote[b-kpmqwy5mh5] {
    margin: 0;
    padding: 12px;
    border-left: 4px solid var(--st-color-primary);
    background: var(--st-color-surface);
}

@media (max-width: 1160px) {
    .cupones-toolbar[b-kpmqwy5mh5],
    .cupones-add-item-row[b-kpmqwy5mh5] {
        grid-template-columns: 1fr 1fr;
    }

    .cupones-steps[b-kpmqwy5mh5] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .cupones-header[b-kpmqwy5mh5],
    .cupones-wizard-header[b-kpmqwy5mh5],
    .cupones-wizard-actions[b-kpmqwy5mh5] {
        align-items: stretch;
        flex-direction: column;
    }

    .cupones-toolbar[b-kpmqwy5mh5],
    .cupones-form-grid[b-kpmqwy5mh5],
    .cupones-template-grid[b-kpmqwy5mh5],
    .cupones-add-item-row[b-kpmqwy5mh5] {
        grid-template-columns: 1fr;
    }

    .cupones-steps[b-kpmqwy5mh5] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
/* /Components/Pages/Extras.razor.rz.scp.css */
.extras-panel[b-g8d23uk867] {
    display: grid;
    gap: 18px;
}

.extras-header[b-g8d23uk867] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.extras-header h1[b-g8d23uk867] {
    margin: 0;
    font-size: 28px;
}

.extras-header p[b-g8d23uk867],
.extras-loading[b-g8d23uk867] {
    margin: 6px 0 0;
    color: var(--st-color-text-muted);
}

.extras-filters[b-g8d23uk867] {
    display: grid;
    grid-template-columns: minmax(220px, 1.3fr) minmax(140px, .7fr) minmax(180px, .9fr) minmax(150px, .8fr) auto;
    align-items: end;
    gap: 14px;
}

.extras-filters label[b-g8d23uk867],
.extras-form label[b-g8d23uk867],
.extras-popover__panel label[b-g8d23uk867] {
    display: grid;
    gap: 7px;
    color: var(--st-color-text-muted);
    font-size: 13px;
}

.extras-filters input[b-g8d23uk867],
.extras-filters select[b-g8d23uk867],
.extras-form input[b-g8d23uk867],
.extras-form textarea[b-g8d23uk867],
.extras-associate select[b-g8d23uk867],
.extras-popover__panel input[b-g8d23uk867] {
    width: 100%;
    min-width: 0;
    height: 42px;
    padding: 0 12px;
    border: 1px solid var(--st-color-border);
    border-radius: 12px;
    background: var(--st-color-surface);
    color: var(--st-color-text);
    font-size: 14px;
}

.extras-form textarea[b-g8d23uk867] {
    min-height: 86px;
    padding-top: 10px;
    resize: vertical;
}

.extras-check[b-g8d23uk867],
.extras-check-field span[b-g8d23uk867] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    color: var(--st-color-text);
}

.extras-check input[b-g8d23uk867],
.extras-check-field input[b-g8d23uk867],
.extras-lavados-table input[type="checkbox"][b-g8d23uk867] {
    width: 16px;
    height: 16px;
    accent-color: var(--st-color-primary);
}

.extras-table[b-g8d23uk867] {
    min-width: 900px;
}

.extras-name-cell[b-g8d23uk867] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.extras-name-cell img[b-g8d23uk867] {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    object-fit: cover;
    border: 1px solid var(--st-color-border);
}

.extras-name-cell span[b-g8d23uk867],
.extras-key[b-g8d23uk867] {
    display: block;
    color: var(--st-color-text-muted);
    font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
    font-size: 12px;
}

.extras-actions-col[b-g8d23uk867] {
    width: 110px;
}

.extras-actions[b-g8d23uk867],
.extras-modal__actions[b-g8d23uk867],
.extras-popover__panel > div:last-child[b-g8d23uk867] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

.extras-actions[b-g8d23uk867] {
    flex-wrap: nowrap;
    align-items: center;
}

.extras-danger-btn[b-g8d23uk867] {
    color: var(--st-color-danger);
}

.extras-modal[b-g8d23uk867],
.extras-popover[b-g8d23uk867] {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: grid;
    place-items: center;
    padding: 24px;
}

.extras-modal__backdrop[b-g8d23uk867],
.extras-popover__backdrop[b-g8d23uk867] {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(15, 23, 42, .38);
    backdrop-filter: blur(3px);
}

.extras-modal__panel[b-g8d23uk867],
.extras-popover__panel[b-g8d23uk867] {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 16px;
    width: min(1080px, 100%);
    max-height: calc(100vh - 48px);
    overflow: auto;
    padding: 20px;
    border: 1px solid var(--st-color-border);
    border-radius: 16px;
    background: var(--st-color-surface);
    box-shadow: 0 24px 70px rgba(15, 23, 42, .22);
}

.extras-popover__panel[b-g8d23uk867] {
    width: min(420px, 100%);
}

.extras-modal__header h2[b-g8d23uk867],
.extras-popover__panel h3[b-g8d23uk867] {
    margin: 0;
    color: var(--st-color-text);
}

.extras-modal__header p[b-g8d23uk867] {
    margin: 8px 0 0;
    color: var(--st-color-text-muted);
}

.extras-tabs[b-g8d23uk867] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.extras-tabs button[b-g8d23uk867] {
    height: 38px;
    padding: 0 14px;
    border: 1px solid var(--st-color-border);
    border-radius: 999px;
    background: var(--st-color-surface);
    color: var(--st-color-text);
}

.extras-tabs button.is-active[b-g8d23uk867] {
    border-color: var(--st-color-primary);
    background: color-mix(in srgb, var(--st-color-primary) 12%, var(--st-color-surface));
}

.extras-form[b-g8d23uk867] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.extras-field-wide[b-g8d23uk867] {
    grid-column: 1 / -1;
}

.extras-image-section[b-g8d23uk867] {
    display: grid;
    gap: 12px;
}

.extras-image-header[b-g8d23uk867] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.extras-image-header span[b-g8d23uk867] {
    display: block;
    color: var(--st-color-text-muted);
    font-size: 13px;
}

.extras-image-header small[b-g8d23uk867] {
    display: block;
    margin-top: 4px;
    color: var(--st-color-text-muted);
}

.extras-file-btn[b-g8d23uk867] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    line-height: 1;
    cursor: pointer;
}

.extras-file-btn[b-g8d23uk867]  input {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
}

.extras-image-box[b-g8d23uk867] {
    display: grid;
    place-items: center;
    min-height: 180px;
    border: 1px dashed var(--st-color-border);
    border-radius: 14px;
    background: var(--st-color-surface-2);
    overflow: hidden;
}

.extras-image-box img[b-g8d23uk867] {
    display: block;
    width: min(180px, 100%);
    aspect-ratio: 1;
    border-radius: 12px;
    object-fit: cover;
}

.extras-image-placeholder[b-g8d23uk867] {
    color: var(--st-color-text-muted);
    font-weight: 400;
    text-align: center;
}

.extras-options-grid[b-g8d23uk867] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.extras-lavados[b-g8d23uk867] {
    display: grid;
    gap: 14px;
}

.extras-associate[b-g8d23uk867] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.extras-associate select[b-g8d23uk867] {
    max-width: 420px;
}

.extras-lavados-table[b-g8d23uk867] {
    min-width: 980px;
}

.extras-order-input[b-g8d23uk867] {
    width: 72px;
    height: 34px;
    padding: 0 8px;
    border: 1px solid var(--st-color-border);
    border-radius: 10px;
}

.extras-price-cell[b-g8d23uk867] {
    width: 100%;
    min-width: 112px;
    padding: 8px 10px;
    border: 1px solid var(--st-color-border);
    border-radius: 10px;
    background: color-mix(in srgb, var(--st-color-surface) 92%, var(--st-color-primary));
    color: var(--st-color-text);
    text-align: left;
}

.extras-disabled-cell[b-g8d23uk867] {
    display: inline-block;
    min-width: 112px;
    color: var(--st-color-text-muted);
    font-size: 13px;
}

@media (max-width: 980px) {
    .extras-filters[b-g8d23uk867],
    .extras-form[b-g8d23uk867],
    .extras-options-grid[b-g8d23uk867] {
        grid-template-columns: 1fr;
    }

    .extras-header .st-btn-primary[b-g8d23uk867],
    .extras-file-btn[b-g8d23uk867],
    .extras-modal__actions button[b-g8d23uk867] {
        width: 100%;
    }
}
/* /Components/Pages/FormasDePago.razor.rz.scp.css */
.formas-pago-panel[b-24xx72a40r] {
    display: grid;
    gap: 18px;
    animation: formas-pago-panel-in-b-24xx72a40r 150ms ease-out;
    transform-origin: top center;
}

@keyframes formas-pago-panel-in-b-24xx72a40r {
    from {
        opacity: 0;
        transform: translateY(8px) scale(.995);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.formas-pago-header[b-24xx72a40r] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.formas-pago-header h1[b-24xx72a40r] {
    margin: 0;
    font-size: 28px;
}

.formas-pago-header p[b-24xx72a40r] {
    margin: 6px 0 0;
    color: var(--st-color-text-muted);
}

.formas-pago-loading[b-24xx72a40r] {
    color: var(--st-color-text-muted);
}

.formas-pago-filters[b-24xx72a40r] {
    display: grid;
    grid-template-columns: minmax(260px, 420px) auto;
    align-items: center;
    gap: 14px;
}

.formas-pago-filters label[b-24xx72a40r],
.formas-pago-form label[b-24xx72a40r] {
    display: grid;
    gap: 7px;
    color: var(--st-color-text-muted);
    font-size: 13px;
    font-weight: 400;
}

.formas-pago-filters input[b-24xx72a40r],
.formas-pago-filters select[b-24xx72a40r],
.formas-pago-form input[b-24xx72a40r],
.formas-pago-form select[b-24xx72a40r] {
    width: 100%;
    min-width: 0;
    height: 42px;
    padding: 0 12px;
    border: 1px solid var(--st-color-border);
    border-radius: 12px;
    background: var(--st-color-surface);
    color: var(--st-color-text);
    font-size: 14px;
}

.formas-pago-check[b-24xx72a40r] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    align-self: end;
    min-height: 42px;
    padding-bottom: 1px;
    color: var(--st-color-text);
    font-weight: 300;
}

.formas-pago-check input[b-24xx72a40r],
.formas-pago-active-control input[b-24xx72a40r] {
    width: 16px;
    height: 16px;
    accent-color: var(--st-color-primary);
}

.formas-pago-key[b-24xx72a40r] {
    font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
    font-size: 13px;
}

.formas-pago-badges[b-24xx72a40r] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.formas-pago-actions-col[b-24xx72a40r] {
    width: 140px;
}

.formas-pago-actions[b-24xx72a40r] {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.formas-pago-danger-btn[b-24xx72a40r] {
    color: var(--st-color-danger);
}

.formas-pago-modal[b-24xx72a40r] {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: grid;
    place-items: center;
    padding: 24px;
}

.formas-pago-modal__backdrop[b-24xx72a40r] {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(15, 23, 42, .38);
    backdrop-filter: blur(3px);
    animation: formas-pago-modal-fade-b-24xx72a40r 130ms ease-out;
}

.formas-pago-modal__panel[b-24xx72a40r] {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 16px;
    width: min(720px, 100%);
    padding: 20px;
    border: 1px solid var(--st-color-border);
    border-radius: 16px;
    background: var(--st-color-surface);
    box-shadow: 0 24px 70px rgba(15, 23, 42, .22);
    animation: formas-pago-modal-pop-b-24xx72a40r 150ms ease-out;
}

.formas-pago-modal__header h2[b-24xx72a40r] {
    margin: 0;
    color: var(--st-color-text);
    font-size: 22px;
    line-height: 1.2;
}

.formas-pago-modal__header p[b-24xx72a40r] {
    margin: 8px 0 0;
    color: var(--st-color-text-muted);
}

.formas-pago-form[b-24xx72a40r] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.formas-pago-active-field[b-24xx72a40r] {
    align-self: end;
}

.formas-pago-active-control[b-24xx72a40r] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    color: var(--st-color-text);
    font-size: 14px;
    font-weight: 400;
}

.formas-pago-modal__actions[b-24xx72a40r] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

@keyframes formas-pago-modal-fade-b-24xx72a40r {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes formas-pago-modal-pop-b-24xx72a40r {
    from {
        opacity: 0;
        transform: translateY(10px) scale(.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 900px) {
    .formas-pago-filters[b-24xx72a40r] {
        grid-template-columns: 1fr auto;
    }
}

@media (max-width: 720px) {
    .formas-pago-filters[b-24xx72a40r],
    .formas-pago-form[b-24xx72a40r] {
        grid-template-columns: 1fr;
    }

    .formas-pago-header .st-btn-primary[b-24xx72a40r],
    .formas-pago-check[b-24xx72a40r] {
        width: 100%;
    }

    .formas-pago-modal__actions button[b-24xx72a40r] {
        flex: 1;
    }
}
/* /Components/Pages/Garantias.razor.rz.scp.css */
.garantias-page[b-lntxjnawa3],
.garantias-panel[b-lntxjnawa3] {
    display: grid;
    gap: 18px;
}

.garantias-header[b-lntxjnawa3],
.garantias-wizard-header[b-lntxjnawa3],
.garantias-wizard-actions[b-lntxjnawa3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.garantias-header h1[b-lntxjnawa3],
.garantias-wizard-header h2[b-lntxjnawa3] {
    margin: 0;
}

.garantias-header p[b-lntxjnawa3],
.garantias-header span[b-lntxjnawa3],
.garantias-muted[b-lntxjnawa3],
.garantias-form-grid small[b-lntxjnawa3] {
    margin: 4px 0 0;
    color: var(--st-color-text-muted);
}

.garantias-toolbar[b-lntxjnawa3] {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) repeat(5, minmax(130px, 180px)) auto;
    align-items: end;
    gap: 12px;
}

.garantias-toolbar label[b-lntxjnawa3],
.garantias-form-grid label[b-lntxjnawa3],
.garantias-search[b-lntxjnawa3] {
    display: grid;
    gap: 6px;
    color: var(--st-color-text-muted);
    font-size: 0.86rem;
}

.garantias-toolbar select[b-lntxjnawa3],
.garantias-toolbar input[b-lntxjnawa3],
.garantias-form-grid input[b-lntxjnawa3],
.garantias-form-grid select[b-lntxjnawa3],
.garantias-form-grid textarea[b-lntxjnawa3],
.garantias-search input[b-lntxjnawa3] {
    min-height: 38px;
    border: 1px solid var(--st-color-border);
    border-radius: 8px;
    padding: 8px 10px;
    color: var(--st-color-text);
    background: var(--st-color-surface);
}

.garantias-search[b-lntxjnawa3] {
    position: relative;
}

.garantias-search .st-icon[b-lntxjnawa3] {
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: var(--st-color-text-muted);
}

.garantias-search input[b-lntxjnawa3] {
    padding-left: 34px;
}

.garantias-check[b-lntxjnawa3] {
    display: flex !important;
    align-items: center;
    gap: 8px;
    color: var(--st-color-text);
}

.garantias-check input[type="checkbox"][b-lntxjnawa3],
.garantias-days input[type="checkbox"][b-lntxjnawa3],
.garantias-branch-grid input[type="checkbox"][b-lntxjnawa3] {
    min-height: auto;
    width: 16px;
    height: 16px;
}

.garantias-table-wrap[b-lntxjnawa3] {
    max-height: calc(100vh - 320px);
}

.garantias-table[b-lntxjnawa3] {
    min-width: 1080px;
}

.garantias-actions[b-lntxjnawa3] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.garantias-danger[b-lntxjnawa3] {
    color: var(--st-color-danger);
}

.garantias-steps[b-lntxjnawa3] {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
}

.garantias-steps button[b-lntxjnawa3] {
    min-height: 58px;
    display: grid;
    justify-items: center;
    gap: 5px;
    border: 1px solid var(--st-color-border);
    border-radius: 8px;
    background: var(--st-color-surface);
    color: var(--st-color-text-muted);
    font-size: 0.78rem;
}

.garantias-steps button span[b-lntxjnawa3] {
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: var(--st-color-surface-2);
}

.garantias-steps button.is-active[b-lntxjnawa3] {
    border-color: var(--st-color-primary);
    color: var(--st-color-primary);
}

.garantias-steps button.is-done[b-lntxjnawa3] {
    color: var(--st-color-success);
}

.garantias-step-body[b-lntxjnawa3] {
    min-height: 330px;
    border: 1px solid var(--st-color-border);
    border-radius: 8px;
    padding: 18px;
}

.garantias-form-grid[b-lntxjnawa3] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.garantias-form-grid textarea[b-lntxjnawa3] {
    min-height: 92px;
    resize: vertical;
}

.garantias-field-wide[b-lntxjnawa3],
.garantias-help[b-lntxjnawa3],
.garantias-summary[b-lntxjnawa3] {
    grid-column: 1 / -1;
}

.garantias-help[b-lntxjnawa3],
.garantias-summary[b-lntxjnawa3] {
    padding: 12px;
    border-radius: 8px;
    background: var(--st-color-surface-2);
    color: var(--st-color-text);
}

.garantias-add-item-row[b-lntxjnawa3] {
    display: grid;
    grid-template-columns: 150px minmax(160px, 1fr) minmax(220px, 1.4fr) auto;
    align-items: end;
    gap: 12px;
}

.garantias-days[b-lntxjnawa3],
.garantias-branch-grid[b-lntxjnawa3] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.garantias-days label[b-lntxjnawa3],
.garantias-branch-grid label[b-lntxjnawa3] {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 12px;
    border: 1px solid var(--st-color-border);
    border-radius: 8px;
}

@media (max-width: 980px) {
    .garantias-toolbar[b-lntxjnawa3],
    .garantias-form-grid[b-lntxjnawa3],
    .garantias-add-item-row[b-lntxjnawa3] {
        grid-template-columns: 1fr;
    }

    .garantias-steps[b-lntxjnawa3] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .garantias-header[b-lntxjnawa3],
    .garantias-wizard-header[b-lntxjnawa3],
    .garantias-wizard-actions[b-lntxjnawa3] {
        align-items: stretch;
        flex-direction: column;
    }
}
/* /Components/Pages/Lavados.razor.rz.scp.css */
.lavados-panel[b-gzrbz1zjuf] {
    display: grid;
    gap: 18px;
}

.lavados-header[b-gzrbz1zjuf] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.lavados-header h1[b-gzrbz1zjuf] {
    margin: 0;
    font-size: 28px;
}

.lavados-header p[b-gzrbz1zjuf],
.lavados-loading[b-gzrbz1zjuf] {
    margin: 6px 0 0;
    color: var(--st-color-text-muted);
}

.lavados-filters[b-gzrbz1zjuf] {
    display: grid;
    grid-template-columns: minmax(220px, 1.4fr) minmax(160px, .8fr) minmax(180px, .9fr) auto;
    align-items: end;
    gap: 14px;
}

.lavados-filters label[b-gzrbz1zjuf],
.lavados-form label[b-gzrbz1zjuf],
.lavados-popover__panel label[b-gzrbz1zjuf] {
    display: grid;
    gap: 7px;
    color: var(--st-color-text-muted);
    font-size: 13px;
}

.lavados-filters input[b-gzrbz1zjuf],
.lavados-filters select[b-gzrbz1zjuf],
.lavados-form input[b-gzrbz1zjuf],
.lavados-form select[b-gzrbz1zjuf],
.lavados-form textarea[b-gzrbz1zjuf],
.lavados-tools input[b-gzrbz1zjuf],
.lavados-inner-table input[b-gzrbz1zjuf],
.lavados-extra-actions select[b-gzrbz1zjuf],
.lavados-popover__panel input[b-gzrbz1zjuf] {
    width: 100%;
    min-width: 0;
    height: 42px;
    padding: 0 12px;
    border: 1px solid var(--st-color-border);
    border-radius: 12px;
    background: var(--st-color-surface);
    color: var(--st-color-text);
    font-size: 14px;
}

.lavados-form textarea[b-gzrbz1zjuf] {
    min-height: 86px;
    padding-top: 10px;
    resize: vertical;
}

.lavados-check[b-gzrbz1zjuf],
.lavados-check-field span[b-gzrbz1zjuf] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    color: var(--st-color-text);
}

.lavados-check input[b-gzrbz1zjuf],
.lavados-check-field input[b-gzrbz1zjuf],
.lavados-inner-table input[type="checkbox"][b-gzrbz1zjuf],
.lavados-extras-table input[type="checkbox"][b-gzrbz1zjuf] {
    width: 16px;
    height: 16px;
    accent-color: var(--st-color-primary);
}

.lavados-sucursal-label[b-gzrbz1zjuf] {
    min-height: 42px;
    display: flex;
    align-items: center;
    color: var(--st-color-text-muted);
}

.lavados-table-wrap[b-gzrbz1zjuf] {
    overflow-x: auto;
}

.lavados-table[b-gzrbz1zjuf] {
    min-width: 980px;
}

.lavados-main-col[b-gzrbz1zjuf] {
    min-width: 220px;
}

.lavados-actions-col[b-gzrbz1zjuf] {
    width: 110px;
}

.lavados-name-cell[b-gzrbz1zjuf] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lavados-name-cell img[b-gzrbz1zjuf] {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    object-fit: cover;
    border: 1px solid var(--st-color-border);
}

.lavados-name-cell span[b-gzrbz1zjuf],
.lavados-key[b-gzrbz1zjuf] {
    display: block;
    color: var(--st-color-text-muted);
    font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
    font-size: 12px;
}

.lavados-muted[b-gzrbz1zjuf] {
    color: var(--st-color-text-muted);
    font-size: 13px;
}

.lavados-price-cell[b-gzrbz1zjuf] {
    width: 100%;
    min-width: 120px;
    padding: 8px 10px;
    border: 1px solid var(--st-color-border);
    border-radius: 10px;
    background: color-mix(in srgb, var(--st-color-surface) 92%, var(--st-color-primary));
    color: var(--st-color-text);
    text-align: left;
}

.lavados-actions[b-gzrbz1zjuf] {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.lavados-danger-btn[b-gzrbz1zjuf] {
    color: var(--st-color-danger);
}

.lavados-modal[b-gzrbz1zjuf],
.lavados-popover[b-gzrbz1zjuf] {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: grid;
    place-items: center;
    padding: 24px;
}

.lavados-modal__backdrop[b-gzrbz1zjuf],
.lavados-popover__backdrop[b-gzrbz1zjuf] {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(15, 23, 42, .38);
    backdrop-filter: blur(3px);
}

.lavados-modal__panel[b-gzrbz1zjuf],
.lavados-popover__panel[b-gzrbz1zjuf] {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 16px;
    width: min(1080px, 100%);
    max-height: calc(100vh - 48px);
    overflow: auto;
    padding: 20px;
    border: 1px solid var(--st-color-border);
    border-radius: 16px;
    background: var(--st-color-surface);
    box-shadow: 0 24px 70px rgba(15, 23, 42, .22);
}

.lavados-popover__panel[b-gzrbz1zjuf] {
    width: min(420px, 100%);
}

.lavados-modal__header h2[b-gzrbz1zjuf],
.lavados-popover__panel h3[b-gzrbz1zjuf] {
    margin: 0;
    color: var(--st-color-text);
}

.lavados-modal__header p[b-gzrbz1zjuf] {
    margin: 8px 0 0;
    color: var(--st-color-text-muted);
}

.lavados-tabs[b-gzrbz1zjuf] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.lavados-tabs button[b-gzrbz1zjuf] {
    height: 38px;
    padding: 0 14px;
    border: 1px solid var(--st-color-border);
    border-radius: 999px;
    background: var(--st-color-surface);
    color: var(--st-color-text);
}

.lavados-tabs button.is-active[b-gzrbz1zjuf] {
    border-color: var(--st-color-primary);
    background: color-mix(in srgb, var(--st-color-primary) 12%, var(--st-color-surface));
}

.lavados-form[b-gzrbz1zjuf] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.lavados-field-wide[b-gzrbz1zjuf] {
    grid-column: 1 / -1;
}

.lavados-image-section[b-gzrbz1zjuf] {
    display: grid;
    gap: 12px;
}

.lavados-image-header[b-gzrbz1zjuf] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.lavados-image-header span[b-gzrbz1zjuf] {
    display: block;
    color: var(--st-color-text-muted);
    font-size: 13px;
}

.lavados-image-header small[b-gzrbz1zjuf] {
    display: block;
    margin-top: 4px;
    color: var(--st-color-text-muted);
}

.lavados-file-btn[b-gzrbz1zjuf] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    line-height: 1;
    cursor: pointer;
}

.lavados-file-btn[b-gzrbz1zjuf]  input {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
}

.lavados-image-box[b-gzrbz1zjuf] {
    display: grid;
    place-items: center;
    min-height: 180px;
    border: 1px dashed var(--st-color-border);
    border-radius: 14px;
    background: var(--st-color-surface-2);
    overflow: hidden;
}

.lavados-image-box img[b-gzrbz1zjuf] {
    display: block;
    width: min(180px, 100%);
    aspect-ratio: 1;
    border-radius: 12px;
    object-fit: cover;
}

.lavados-image-placeholder[b-gzrbz1zjuf] {
    color: var(--st-color-text-muted);
    font-weight: 400;
    text-align: center;
}

.lavados-options-grid[b-gzrbz1zjuf] {
    display: grid;
    grid-template-columns: minmax(240px, .85fr) minmax(280px, 1.15fr);
    gap: 16px;
    align-items: start;
}

.lavados-options-left[b-gzrbz1zjuf],
.lavados-options-right[b-gzrbz1zjuf] {
    display: grid;
    gap: 12px;
}

.lavados-options-left[b-gzrbz1zjuf] {
    padding-top: 4px;
}

.lavados-options-right[b-gzrbz1zjuf] {
    grid-template-columns: 1fr;
}

.lavados-tools[b-gzrbz1zjuf],
.lavados-extra-actions[b-gzrbz1zjuf] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.lavados-tools input[b-gzrbz1zjuf] {
    max-width: 190px;
}

.lavados-inner-table[b-gzrbz1zjuf],
.lavados-extras[b-gzrbz1zjuf] {
    display: grid;
    gap: 14px;
}

.lavados-extras-table[b-gzrbz1zjuf] {
    min-width: 920px;
}

.lavados-order-input[b-gzrbz1zjuf] {
    width: 72px;
    height: 34px;
}

.lavados-modal__actions[b-gzrbz1zjuf],
.lavados-popover__panel > div:last-child[b-gzrbz1zjuf] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

@media (max-width: 900px) {
    .lavados-filters[b-gzrbz1zjuf],
    .lavados-form[b-gzrbz1zjuf],
    .lavados-options-grid[b-gzrbz1zjuf] {
        grid-template-columns: 1fr;
    }

    .lavados-header .st-btn-primary[b-gzrbz1zjuf],
    .lavados-file-btn[b-gzrbz1zjuf],
    .lavados-modal__actions button[b-gzrbz1zjuf] {
        width: 100%;
    }
}
/* /Components/Pages/OrdenesLavadoUniversal.razor.rz.scp.css */
.olu-panel[b-pudqdmc4z6] {
    display: grid;
    gap: 18px;
    animation: olu-panel-in-b-pudqdmc4z6 150ms ease-out;
    transform-origin: top center;
}

@keyframes olu-panel-in-b-pudqdmc4z6 {
    from {
        opacity: 0;
        transform: translateY(8px) scale(.995);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.olu-header[b-pudqdmc4z6] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.olu-header h1[b-pudqdmc4z6] {
    margin: 0;
    font-size: 28px;
}

.olu-header p[b-pudqdmc4z6] {
    margin: 6px 0 0;
    color: var(--st-color-text-muted);
}

.olu-loading[b-pudqdmc4z6] {
    color: var(--st-color-text-muted);
}

.olu-filters[b-pudqdmc4z6] {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.olu-search[b-pudqdmc4z6] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: min(100%, 360px);
    height: 42px;
    padding: 0 12px;
    border: 1px solid var(--st-color-border);
    border-radius: 12px;
    background: var(--st-color-surface);
    color: var(--st-color-text-muted);
}

.olu-search input[b-pudqdmc4z6] {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: var(--st-color-surface);
    color: var(--st-color-text);
}

.olu-actions-col[b-pudqdmc4z6] {
    width: 140px;
}

.olu-actions[b-pudqdmc4z6] {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.olu-danger-btn[b-pudqdmc4z6] {
    color: var(--st-color-danger);
}

.olu-form[b-pudqdmc4z6] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.olu-form__full[b-pudqdmc4z6] {
    grid-column: 1 / -1;
}

.olu-form label[b-pudqdmc4z6] {
    display: grid;
    gap: 7px;
    color: var(--st-color-text-muted);
    font-size: 13px;
    font-weight: 400;
}

.olu-form input[b-pudqdmc4z6],
.olu-form select[b-pudqdmc4z6] {
    width: 100%;
    min-width: 0;
    height: 42px;
    padding: 0 12px;
    font-size: 14px;
    border: 1px solid var(--st-color-border);
    border-radius: 12px;
    background: var(--st-color-surface);
    color: var(--st-color-text);
}

.olu-check-group[b-pudqdmc4z6] {
    display: flex;
    gap: 18px;
    align-items: center;
    min-height: 42px;
    flex-wrap: wrap;
}

.olu-check[b-pudqdmc4z6] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--st-color-text);
    font-size: 14px;
}

.olu-check input[b-pudqdmc4z6] {
    width: 18px;
    height: 18px;
    accent-color: var(--st-color-primary);
}

.olu-detalle[b-pudqdmc4z6] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.olu-detalle__col h2[b-pudqdmc4z6] {
    margin: 0 0 10px;
    font-size: 16px;
}

.olu-chips[b-pudqdmc4z6] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.olu-chipcheck[b-pudqdmc4z6] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border: 1px solid var(--st-color-border);
    border-radius: 999px;
    background: var(--st-color-surface);
    color: var(--st-color-text);
    font-size: 13px;
}

.olu-chipcheck input[b-pudqdmc4z6] {
    width: 16px;
    height: 16px;
    accent-color: var(--st-color-primary);
}

.olu-form-actions[b-pudqdmc4z6] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

.st-chip--warning[b-pudqdmc4z6] {
    color: var(--st-color-warning);
    background: color-mix(in srgb, var(--st-color-warning) 14%, transparent);
}

.st-chip--muted[b-pudqdmc4z6] {
    color: var(--st-color-text-muted);
    background: var(--st-color-surface-2);
}

@media (max-width: 720px) {
    .olu-form[b-pudqdmc4z6],
    .olu-detalle[b-pudqdmc4z6] {
        grid-template-columns: 1fr;
    }

    .olu-header .st-btn-primary[b-pudqdmc4z6],
    .olu-search[b-pudqdmc4z6] {
        width: 100%;
    }
}
/* /Components/Pages/Productos.razor.rz.scp.css */
.productos-panel[b-8an1z0n9f1] {
    display: grid;
    gap: 18px;
}

.productos-header[b-8an1z0n9f1],
.productos-filters[b-8an1z0n9f1],
.productos-modal__header[b-8an1z0n9f1],
.productos-modal__actions[b-8an1z0n9f1],
.productos-tools[b-8an1z0n9f1],
.productos-image-header[b-8an1z0n9f1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.productos-header h1[b-8an1z0n9f1],
.productos-modal__header h2[b-8an1z0n9f1] {
    margin: 0;
}

.productos-header p[b-8an1z0n9f1],
.productos-modal__header p[b-8an1z0n9f1],
.productos-image-header small[b-8an1z0n9f1] {
    margin: 4px 0 0;
    color: var(--st-color-text-muted);
}

.productos-filters[b-8an1z0n9f1] {
    justify-content: flex-start;
    flex-wrap: wrap;
}

.productos-filters label[b-8an1z0n9f1],
.productos-form label[b-8an1z0n9f1],
.productos-category-modal__panel label[b-8an1z0n9f1],
.productos-popover__panel label[b-8an1z0n9f1] {
    display: grid;
    gap: 6px;
    color: var(--st-color-text-muted);
    font-size: 0.86rem;
}

.productos-filters input[b-8an1z0n9f1],
.productos-filters select[b-8an1z0n9f1],
.productos-form input[b-8an1z0n9f1],
.productos-form textarea[b-8an1z0n9f1],
.productos-form select[b-8an1z0n9f1],
.productos-category-modal__panel input[b-8an1z0n9f1],
.productos-tools input[b-8an1z0n9f1],
.productos-inner-table input[b-8an1z0n9f1],
.productos-popover__panel input[b-8an1z0n9f1] {
    min-height: 38px;
    border: 1px solid var(--st-color-border);
    border-radius: 8px;
    padding: 8px 10px;
    color: var(--st-color-text);
    background: var(--st-color-surface);
}

.productos-form textarea[b-8an1z0n9f1] {
    min-height: 90px;
    resize: vertical;
}

.productos-check[b-8an1z0n9f1],
.productos-check-field[b-8an1z0n9f1],
.productos-sucursal-label[b-8an1z0n9f1] {
    align-self: end;
    min-height: 38px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--st-color-text);
}

.productos-check input[b-8an1z0n9f1],
.productos-check-field input[b-8an1z0n9f1] {
    min-height: auto;
}

.productos-table-wrap[b-8an1z0n9f1] {
    max-height: calc(100vh - 280px);
}

.productos-table th[b-8an1z0n9f1],
.productos-table td[b-8an1z0n9f1] {
    white-space: nowrap;
}

.productos-main-col[b-8an1z0n9f1] {
    min-width: 260px;
}

.productos-actions-col[b-8an1z0n9f1] {
    width: 110px;
}

.productos-name-cell[b-8an1z0n9f1] {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.productos-name-cell img[b-8an1z0n9f1],
.productos-image-box img[b-8an1z0n9f1] {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid var(--st-color-border);
}

.productos-name-cell div[b-8an1z0n9f1] {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.productos-name-cell span[b-8an1z0n9f1] {
    max-width: 340px;
    overflow: hidden;
    color: var(--st-color-text-muted);
    font-size: 0.84rem;
    text-overflow: ellipsis;
}

.productos-price-cell[b-8an1z0n9f1] {
    min-width: 118px;
    border: 1px solid var(--st-color-border);
    border-radius: 8px;
    padding: 7px 10px;
    background: var(--st-color-surface);
    color: var(--st-color-text);
    text-align: left;
}

.productos-price-cell:hover[b-8an1z0n9f1] {
    border-color: var(--st-color-primary);
}

.productos-actions[b-8an1z0n9f1] {
    display: flex;
    gap: 8px;
}

.productos-danger-btn[b-8an1z0n9f1] {
    color: var(--st-color-danger);
}

.productos-loading[b-8an1z0n9f1],
.productos-muted[b-8an1z0n9f1] {
    color: var(--st-color-text-muted);
}

.productos-modal[b-8an1z0n9f1],
.productos-category-modal[b-8an1z0n9f1],
.productos-popover[b-8an1z0n9f1] {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: grid;
    place-items: center;
    padding: 24px;
}

.productos-modal__backdrop[b-8an1z0n9f1],
.productos-category-modal__backdrop[b-8an1z0n9f1],
.productos-popover__backdrop[b-8an1z0n9f1] {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(15, 23, 42, 0.42);
}

.productos-modal__panel[b-8an1z0n9f1],
.productos-category-modal__panel[b-8an1z0n9f1],
.productos-popover__panel[b-8an1z0n9f1] {
    position: relative;
    z-index: 1;
    width: min(920px, 100%);
    max-height: calc(100vh - 48px);
    overflow: auto;
    border-radius: 8px;
    border: 1px solid var(--st-color-border);
    background: var(--st-color-surface);
    box-shadow: var(--st-shadow-lg);
    padding: 22px;
}

.productos-category-modal[b-8an1z0n9f1] {
    z-index: 1100;
}

.productos-category-modal__panel[b-8an1z0n9f1] {
    width: min(420px, 100%);
    display: grid;
    gap: 14px;
}

.productos-category-modal__panel h3[b-8an1z0n9f1] {
    margin: 0;
}

.productos-category-modal__panel p[b-8an1z0n9f1] {
    margin: 6px 0 0;
    color: var(--st-color-text-muted);
}

.productos-category-modal__actions[b-8an1z0n9f1] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.productos-popover__panel[b-8an1z0n9f1] {
    width: min(420px, 100%);
    display: grid;
    gap: 14px;
}

.productos-popover__panel h3[b-8an1z0n9f1] {
    margin: 0;
}

.productos-popover__panel div[b-8an1z0n9f1] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.productos-tabs[b-8an1z0n9f1] {
    display: flex;
    gap: 8px;
    margin: 18px 0;
    border-bottom: 1px solid var(--st-color-border);
}

.productos-tabs button[b-8an1z0n9f1] {
    border: 0;
    border-bottom: 2px solid transparent;
    background: transparent;
    padding: 10px 12px;
    color: var(--st-color-text-muted);
}

.productos-tabs button.is-active[b-8an1z0n9f1] {
    border-bottom-color: var(--st-color-primary);
    color: var(--st-color-primary);
    font-weight: 700;
}

.productos-form[b-8an1z0n9f1] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.productos-field-wide[b-8an1z0n9f1] {
    grid-column: 1 / -1;
}

.productos-category-field[b-8an1z0n9f1] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42px;
    align-items: end;
    gap: 10px;
}

.productos-add-category-btn[b-8an1z0n9f1] {
    width: 42px;
    height: 42px;
    color: var(--st-color-primary);
}

.productos-image-section[b-8an1z0n9f1] {
    display: grid;
    gap: 10px;
}

.productos-file-btn[b-8an1z0n9f1] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    gap: 8px;
    overflow: hidden;
}

.productos-file-btn[b-8an1z0n9f1]  input {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
}

.productos-image-box[b-8an1z0n9f1] {
    width: 160px;
    height: 160px;
    border: 1px dashed var(--st-color-border);
    border-radius: 8px;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.productos-image-box img[b-8an1z0n9f1] {
    width: 100%;
    height: 100%;
}

.productos-image-placeholder[b-8an1z0n9f1] {
    padding: 14px;
    color: var(--st-color-text-muted);
    text-align: center;
    font-size: 0.86rem;
}

.productos-tools[b-8an1z0n9f1] {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.productos-inner-table[b-8an1z0n9f1] {
    max-height: 340px;
    overflow: auto;
}

@media (max-width: 760px) {
    .productos-header[b-8an1z0n9f1],
    .productos-modal__header[b-8an1z0n9f1],
    .productos-modal__actions[b-8an1z0n9f1],
    .productos-image-header[b-8an1z0n9f1] {
        align-items: stretch;
        flex-direction: column;
    }

    .productos-form[b-8an1z0n9f1] {
        grid-template-columns: 1fr;
    }

    .productos-modal[b-8an1z0n9f1],
    .productos-category-modal[b-8an1z0n9f1],
    .productos-popover[b-8an1z0n9f1] {
        padding: 12px;
    }
}
/* /Components/Pages/PromocionCompraResumen.razor.rz.scp.css */
.promos-resumen[b-222boxos6p] {
    display: grid;
    gap: 10px;
    padding: 18px;
    border: 1px solid var(--st-color-border);
    border-radius: 8px;
    background: var(--st-color-surface-2);
}

.promos-resumen h3[b-222boxos6p],
.promos-resumen p[b-222boxos6p] {
    margin: 0;
}

.promos-resumen p[b-222boxos6p] {
    color: var(--st-color-text);
    font-size: 1.05rem;
}
/* /Components/Pages/PromocionesCompra.razor.rz.scp.css */
.promos-page[b-vnvlpcm8v1],
.promos-panel[b-vnvlpcm8v1] {
    display: grid;
    gap: 18px;
}

.promos-header[b-vnvlpcm8v1],
.promos-wizard-header[b-vnvlpcm8v1],
.promos-wizard-actions[b-vnvlpcm8v1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.promos-header h1[b-vnvlpcm8v1],
.promos-wizard-header h2[b-vnvlpcm8v1],
.promos-section-title[b-vnvlpcm8v1] {
    margin: 0;
}

.promos-header p[b-vnvlpcm8v1],
.promos-muted[b-vnvlpcm8v1],
.promos-wizard-header p[b-vnvlpcm8v1],
.promos-form-grid small[b-vnvlpcm8v1] {
    margin: 4px 0 0;
    color: var(--st-color-text-muted);
}

.promos-check[b-vnvlpcm8v1] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--st-color-text);
}

.promos-table-wrap[b-vnvlpcm8v1] {
    max-height: calc(100vh - 290px);
}

.promos-summary[b-vnvlpcm8v1] {
    min-width: 320px;
    white-space: normal;
}

.promos-actions[b-vnvlpcm8v1] {
    display: flex;
    gap: 8px;
}

.promos-danger[b-vnvlpcm8v1] {
    color: var(--st-color-danger);
}

.promos-template-grid[b-vnvlpcm8v1] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.promos-template-card[b-vnvlpcm8v1] {
    display: grid;
    min-height: 180px;
    gap: 12px;
    align-content: start;
    padding: 18px;
    border: 1px solid var(--st-color-border);
    border-radius: 8px;
    background: var(--st-color-surface);
    color: var(--st-color-text);
    text-align: left;
}

.promos-template-card:hover[b-vnvlpcm8v1] {
    border-color: var(--st-color-primary);
}

.promos-template-card > span:not(.promos-template-icon):not(.promos-template-chips)[b-vnvlpcm8v1] {
    color: var(--st-color-text-muted);
}

.promos-template-icon[b-vnvlpcm8v1] {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: var(--st-color-surface-2);
    color: var(--st-color-primary);
}

.promos-template-chips[b-vnvlpcm8v1] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.promos-steps[b-vnvlpcm8v1] {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 8px;
}

.promos-steps button[b-vnvlpcm8v1] {
    min-height: 58px;
    display: grid;
    justify-items: center;
    gap: 5px;
    border: 1px solid var(--st-color-border);
    border-radius: 8px;
    background: var(--st-color-surface);
    color: var(--st-color-text-muted);
    font-size: 0.78rem;
}

.promos-steps button span[b-vnvlpcm8v1] {
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: var(--st-color-surface-2);
}

.promos-steps button.is-active[b-vnvlpcm8v1] {
    border-color: var(--st-color-primary);
    color: var(--st-color-primary);
}

.promos-steps button.is-done[b-vnvlpcm8v1] {
    color: var(--st-color-success);
}

.promos-step-body[b-vnvlpcm8v1] {
    min-height: 280px;
    border: 1px solid var(--st-color-border);
    border-radius: 8px;
    padding: 18px;
}

.promos-form-grid[b-vnvlpcm8v1] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.promos-form-grid label[b-vnvlpcm8v1],
.selector-item-venta[b-vnvlpcm8v1] {
    display: grid;
    gap: 6px;
    color: var(--st-color-text-muted);
    font-size: 0.86rem;
}

.promos-form-grid input[b-vnvlpcm8v1],
.promos-form-grid select[b-vnvlpcm8v1],
.promos-form-grid textarea[b-vnvlpcm8v1],
.selector-item-venta select[b-vnvlpcm8v1] {
    min-height: 38px;
    border: 1px solid var(--st-color-border);
    border-radius: 8px;
    padding: 8px 10px;
    color: var(--st-color-text);
    background: var(--st-color-surface);
}

.promos-form-grid textarea[b-vnvlpcm8v1] {
    min-height: 92px;
    resize: vertical;
}

.promos-field-wide[b-vnvlpcm8v1],
.promos-help[b-vnvlpcm8v1] {
    grid-column: 1 / -1;
}

.promos-help[b-vnvlpcm8v1],
.promos-compact-summary[b-vnvlpcm8v1] {
    padding: 12px;
    border-radius: 8px;
    background: var(--st-color-surface-2);
    color: var(--st-color-text);
}

.promos-options[b-vnvlpcm8v1],
.promos-days[b-vnvlpcm8v1],
.promos-branch-grid[b-vnvlpcm8v1] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.promos-options label[b-vnvlpcm8v1],
.promos-days label[b-vnvlpcm8v1],
.promos-branch-grid label[b-vnvlpcm8v1] {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 12px;
    border: 1px solid var(--st-color-border);
    border-radius: 8px;
}

.promos-advanced summary[b-vnvlpcm8v1] {
    cursor: pointer;
    font-weight: 700;
}

.promos-discount-picker[b-vnvlpcm8v1] {
    display: grid;
    gap: 16px;
}

.promos-discount-picker__header[b-vnvlpcm8v1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.promos-add-item-row[b-vnvlpcm8v1] {
    display: grid;
    grid-template-columns: 220px minmax(260px, 1fr) auto;
    align-items: end;
    gap: 12px;
}

.promos-add-item-row label[b-vnvlpcm8v1] {
    display: grid;
    gap: 6px;
    color: var(--st-color-text-muted);
    font-size: 0.86rem;
}

.promos-add-item-row select[b-vnvlpcm8v1] {
    min-height: 38px;
    border: 1px solid var(--st-color-border);
    border-radius: 8px;
    padding: 8px 10px;
    color: var(--st-color-text);
    background: var(--st-color-surface);
}

.promos-selected-table-wrap[b-vnvlpcm8v1] {
    max-height: 280px;
}

.promos-selected-table[b-vnvlpcm8v1] {
    min-width: 620px;
}

.promos-selected-table th[b-vnvlpcm8v1],
.promos-selected-table td[b-vnvlpcm8v1] {
    height: 44px;
}

.promos-selected-empty[b-vnvlpcm8v1] {
    padding: 18px;
    text-align: left;
}

.promos-form-grid input[type="checkbox"][b-vnvlpcm8v1],
.promos-options input[type="checkbox"][b-vnvlpcm8v1],
.promos-options input[type="radio"][b-vnvlpcm8v1],
.promos-days input[type="checkbox"][b-vnvlpcm8v1],
.promos-branch-grid input[type="checkbox"][b-vnvlpcm8v1] {
    min-height: auto;
}

.promos-check input[type="checkbox"][b-vnvlpcm8v1] {
    min-height: auto;
    width: 16px;
    height: 16px;
}

.promos-check[b-vnvlpcm8v1] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--st-color-text);
}

@media (max-width: 920px) {
    .promos-template-grid[b-vnvlpcm8v1],
    .promos-form-grid[b-vnvlpcm8v1],
    .promos-add-item-row[b-vnvlpcm8v1] {
        grid-template-columns: 1fr;
    }

    .promos-steps[b-vnvlpcm8v1] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .promos-header[b-vnvlpcm8v1],
    .promos-wizard-header[b-vnvlpcm8v1],
    .promos-wizard-actions[b-vnvlpcm8v1] {
        align-items: stretch;
        flex-direction: column;
    }
}
/* /Components/Pages/Reportes/Cortes.razor.rz.scp.css */
.reporte-panel[b-78tp7mmobz] {
    display: grid;
    gap: 18px;
    animation: reporte-panel-in-b-78tp7mmobz 150ms ease-out;
    transform-origin: top center;
}

@keyframes reporte-panel-in-b-78tp7mmobz {
    from {
        opacity: 0;
        transform: translateY(8px) scale(.995);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.reporte-header[b-78tp7mmobz] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.reporte-header h1[b-78tp7mmobz] {
    margin: 0;
    font-size: 28px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.reporte-header p[b-78tp7mmobz] {
    margin: 6px 0 0;
    color: var(--st-color-text-muted);
}

.reporte-loading[b-78tp7mmobz] {
    color: var(--st-color-text-muted);
}

.reporte-filters[b-78tp7mmobz] {
    display: flex;
    align-items: end;
    gap: 14px;
    flex-wrap: wrap;
}

.reporte-field[b-78tp7mmobz] {
    display: grid;
    gap: 7px;
    min-width: min(100%, 180px);
    color: var(--st-color-text-muted);
    font-size: 13px;
    font-weight: 400;
}

.reporte-field input[b-78tp7mmobz],
.reporte-field select[b-78tp7mmobz] {
    width: 100%;
    min-width: 0;
    height: 42px;
    padding: 0 12px;
    border: 1px solid var(--st-color-border);
    border-radius: 12px;
    background: var(--st-color-surface);
    color: var(--st-color-text);
    font-size: 14px;
}

.reporte-btn-pdf[b-78tp7mmobz] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 42px;
    padding: 0 18px;
    border: 0;
    border-radius: 12px;
    background: #c1121f;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 6px 16px rgba(193, 18, 31, .28);
    transition: background 120ms ease, box-shadow 120ms ease, transform 120ms ease;
}

.reporte-btn-pdf:hover:not(:disabled)[b-78tp7mmobz] {
    background: #a20e19;
    box-shadow: 0 8px 20px rgba(193, 18, 31, .34);
}

.reporte-btn-pdf:disabled[b-78tp7mmobz] {
    opacity: .55;
    cursor: not-allowed;
    box-shadow: none;
}

.reporte-summary[b-78tp7mmobz] {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    color: var(--st-color-text);
    font-size: 14px;
}

.reporte-summary__total[b-78tp7mmobz] {
    margin-left: auto;
}

.reporte-num[b-78tp7mmobz] {
    text-align: right;
    white-space: nowrap;
}

/* Acciones por renglon (reimprimir / ver detalle). */
.cortes-acciones-col[b-78tp7mmobz] {
    width: 110px;
    text-align: right;
}

.cortes-acciones[b-78tp7mmobz] {
    display: flex;
    justify-content: flex-end;
    gap: 6px;
}

.cortes-icono[b-78tp7mmobz] {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid var(--st-color-border);
    border-radius: 10px;
    background: var(--st-color-surface);
    color: var(--st-color-text);
    cursor: pointer;
    transition: background 120ms ease, border-color 120ms ease;
}

.cortes-icono:hover:not(:disabled)[b-78tp7mmobz] {
    background: var(--st-color-surface-2);
    border-color: var(--st-color-primary);
    color: var(--st-color-primary);
}

.cortes-icono:disabled[b-78tp7mmobz] {
    opacity: .5;
    cursor: not-allowed;
}

.cortes-volver[b-78tp7mmobz] {
    border: 0;
    padding: 0;
    margin-bottom: 8px;
    background: transparent;
    color: var(--st-color-primary);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

/* Tarjetas de encabezado del detalle. */
.cortes-cards[b-78tp7mmobz] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
    margin: 0;
}

.cortes-cards div[b-78tp7mmobz] {
    display: grid;
    gap: 4px;
    padding: 12px;
    border: 1px solid var(--st-color-border);
    border-radius: 10px;
}

.cortes-cards dt[b-78tp7mmobz] {
    color: var(--st-color-text-muted);
    font-size: 0.84rem;
}

.cortes-cards dd[b-78tp7mmobz] {
    margin: 0;
    color: var(--st-color-text);
    font-weight: 700;
}

/* Lista compacta (mismo estilo que Turno/Caja) para los bloques del detalle. */
.tc-lista[b-78tp7mmobz] {
    border: 1px solid var(--st-color-border);
    border-radius: 12px;
    overflow: hidden;
    background: var(--st-color-surface);
}

.tc-lista__titulo[b-78tp7mmobz] {
    padding: 8px 14px;
    background: var(--st-color-surface-2);
    color: var(--st-color-text-muted);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.tc-lista__fila[b-78tp7mmobz] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 9px 14px;
    border-top: 1px solid var(--st-color-border);
    font-size: 14px;
    color: var(--st-color-text);
}

.tc-lista__fila--muted .tc-lista__nombre[b-78tp7mmobz],
.tc-lista__fila--muted .tc-lista__monto[b-78tp7mmobz] {
    color: var(--st-color-text-muted);
}

.tc-lista__fila--total[b-78tp7mmobz] {
    background: var(--st-color-surface-2);
    font-weight: 700;
}

.tc-lista__nombre[b-78tp7mmobz] {
    flex: 1;
    min-width: 0;
}

.tc-lista__ops[b-78tp7mmobz] {
    color: var(--st-color-text-muted);
    font-size: 0.84rem;
    white-space: nowrap;
}

.tc-lista__monto[b-78tp7mmobz] {
    min-width: 96px;
    text-align: right;
    font-variant-numeric: tabular-nums;
    font-weight: 600;
    white-space: nowrap;
}

.tc-pos[b-78tp7mmobz] {
    color: #1d7a46;
}

.tc-neg[b-78tp7mmobz] {
    color: #c1121f;
}

/* Chip para el corte Abierto (los de success/warning son globales). */
.st-chip--info[b-78tp7mmobz] {
    background: rgba(37, 99, 235, .12);
    color: #1d4ed8;
}

@media (max-width: 720px) {
    .reporte-filters[b-78tp7mmobz] {
        flex-direction: column;
        align-items: stretch;
    }

    .reporte-filters .st-btn-primary[b-78tp7mmobz],
    .reporte-filters .st-btn-secondary[b-78tp7mmobz] {
        width: 100%;
        justify-content: center;
    }
}
/* /Components/Pages/Reportes/HistorialTickets.razor.rz.scp.css */
.reporte-panel[b-kpo2iyvh7q] {
    display: grid;
    gap: 18px;
    animation: reporte-panel-in-b-kpo2iyvh7q 150ms ease-out;
    transform-origin: top center;
}

@keyframes reporte-panel-in-b-kpo2iyvh7q {
    from {
        opacity: 0;
        transform: translateY(8px) scale(.995);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.reporte-header[b-kpo2iyvh7q] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.reporte-header h1[b-kpo2iyvh7q] {
    margin: 0;
    font-size: 28px;
}

.reporte-header p[b-kpo2iyvh7q] {
    margin: 6px 0 0;
    color: var(--st-color-text-muted);
}

.reporte-loading[b-kpo2iyvh7q] {
    color: var(--st-color-text-muted);
}

.reporte-filters[b-kpo2iyvh7q] {
    display: flex;
    align-items: end;
    gap: 14px;
    flex-wrap: wrap;
}

.reporte-field[b-kpo2iyvh7q] {
    display: grid;
    gap: 7px;
    min-width: min(100%, 200px);
    color: var(--st-color-text-muted);
    font-size: 13px;
    font-weight: 400;
}

.reporte-field input[b-kpo2iyvh7q] {
    width: 100%;
    min-width: 0;
    height: 42px;
    padding: 0 12px;
    border: 1px solid var(--st-color-border);
    border-radius: 12px;
    background: var(--st-color-surface);
    color: var(--st-color-text);
    font-size: 14px;
}

.reporte-btn-pdf[b-kpo2iyvh7q] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 42px;
    padding: 0 18px;
    border: 0;
    border-radius: 12px;
    background: #c1121f;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 6px 16px rgba(193, 18, 31, .28);
    transition: background 120ms ease, box-shadow 120ms ease, transform 120ms ease;
}

.reporte-btn-pdf:hover:not(:disabled)[b-kpo2iyvh7q] {
    background: #a20e19;
    box-shadow: 0 8px 20px rgba(193, 18, 31, .34);
}

.reporte-btn-pdf:active:not(:disabled)[b-kpo2iyvh7q] {
    transform: translateY(1px);
}

.reporte-btn-pdf:disabled[b-kpo2iyvh7q] {
    opacity: .55;
    cursor: not-allowed;
    box-shadow: none;
}

.reporte-summary[b-kpo2iyvh7q] {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    color: var(--st-color-text);
    font-size: 14px;
}

.reporte-summary__muted[b-kpo2iyvh7q] {
    color: var(--st-color-text-muted);
}

.reporte-summary__total[b-kpo2iyvh7q] {
    margin-left: auto;
}

.reporte-num[b-kpo2iyvh7q] {
    text-align: right;
    white-space: nowrap;
}

.reporte-total-row td[b-kpo2iyvh7q] {
    font-weight: 600;
    border-top: 2px solid var(--st-color-border);
}

.reporte-row--cancelado td[b-kpo2iyvh7q] {
    color: var(--st-color-text-muted);
    text-decoration: line-through;
}

@media (max-width: 720px) {
    .reporte-filters[b-kpo2iyvh7q] {
        flex-direction: column;
        align-items: stretch;
    }

    .reporte-filters .st-btn-primary[b-kpo2iyvh7q] {
        width: 100%;
        justify-content: center;
    }
}
/* /Components/Pages/Reportes/VentasMensuales.razor.rz.scp.css */
.reporte-panel[b-3uq997rrzq] {
    display: grid;
    gap: 18px;
}

.reporte-header[b-3uq997rrzq] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.reporte-header h1[b-3uq997rrzq] {
    margin: 0;
    font-size: 28px;
}

.reporte-header p[b-3uq997rrzq] {
    margin: 6px 0 0;
    color: var(--st-color-text-muted);
}

.reporte-actions[b-3uq997rrzq] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.reporte-loading[b-3uq997rrzq] {
    color: var(--st-color-text-muted);
}

.reporte-filters[b-3uq997rrzq] {
    display: flex;
    align-items: end;
    gap: 18px;
    flex-wrap: wrap;
}

.reporte-field[b-3uq997rrzq] {
    display: grid;
    gap: 7px;
    color: var(--st-color-text-muted);
    font-size: 13px;
}

.reporte-field input[b-3uq997rrzq] {
    height: 42px;
    padding: 0 12px;
    border: 1px solid var(--st-color-border);
    border-radius: 12px;
    background: var(--st-color-surface);
    color: var(--st-color-text);
    font-size: 14px;
}

.vpm-variantes[b-3uq997rrzq] {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.vpm-seg[b-3uq997rrzq] {
    display: inline-flex;
    border: 1px solid var(--st-color-border);
    border-radius: 12px;
    overflow: hidden;
}

.vpm-seg__btn[b-3uq997rrzq] {
    padding: 8px 16px;
    border: 0;
    background: var(--st-color-surface);
    color: var(--st-color-text);
    font-size: 14px;
    cursor: pointer;
}

.vpm-seg__btn--activo[b-3uq997rrzq] {
    background: var(--st-color-primary);
    color: #fff;
    font-weight: 600;
}

.vpm-tabla[b-3uq997rrzq] {
    font-size: 13px;
    white-space: nowrap;
}

.vpm-num[b-3uq997rrzq] {
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.vpm-total td[b-3uq997rrzq] {
    font-weight: 700;
    border-top: 2px solid var(--st-color-border);
}

.vpm-pos[b-3uq997rrzq] {
    color: #1d7a46;
}

.vpm-neg[b-3uq997rrzq] {
    color: #c1121f;
}

.reporte-btn-pdf[b-3uq997rrzq],
.reporte-btn-excel[b-3uq997rrzq] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 42px;
    padding: 0 18px;
    border: 0;
    border-radius: 12px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 120ms ease, box-shadow 120ms ease, transform 120ms ease;
}

.reporte-btn-pdf[b-3uq997rrzq] {
    background: #c1121f;
    box-shadow: 0 6px 16px rgba(193, 18, 31, .28);
}

.reporte-btn-pdf:hover:not(:disabled)[b-3uq997rrzq] {
    background: #a20e19;
}

.reporte-btn-excel[b-3uq997rrzq] {
    background: #1d7a46;
    box-shadow: 0 6px 16px rgba(29, 122, 70, .28);
}

.reporte-btn-excel:hover:not(:disabled)[b-3uq997rrzq] {
    background: #166437;
}

.reporte-btn-pdf:active:not(:disabled)[b-3uq997rrzq],
.reporte-btn-excel:active:not(:disabled)[b-3uq997rrzq] {
    transform: translateY(1px);
}

.reporte-btn-pdf:disabled[b-3uq997rrzq],
.reporte-btn-excel:disabled[b-3uq997rrzq] {
    opacity: .55;
    cursor: not-allowed;
    box-shadow: none;
}

@media (max-width: 720px) {
    .reporte-filters[b-3uq997rrzq] {
        flex-direction: column;
        align-items: stretch;
    }
}
/* /Components/Pages/Reportes/VentasPorDia.razor.rz.scp.css */
.reporte-panel[b-eqg6c3rv84] {
    display: grid;
    gap: 18px;
}

.reporte-header[b-eqg6c3rv84] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.reporte-header h1[b-eqg6c3rv84] {
    margin: 0;
    font-size: 28px;
}

.reporte-header p[b-eqg6c3rv84] {
    margin: 6px 0 0;
    color: var(--st-color-text-muted);
}

.reporte-actions[b-eqg6c3rv84] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.reporte-loading[b-eqg6c3rv84] {
    color: var(--st-color-text-muted);
}

.reporte-filters[b-eqg6c3rv84] {
    display: flex;
    align-items: end;
    gap: 18px;
    flex-wrap: wrap;
}

.reporte-field[b-eqg6c3rv84] {
    display: grid;
    gap: 7px;
    color: var(--st-color-text-muted);
    font-size: 13px;
}

.reporte-field input[b-eqg6c3rv84] {
    height: 42px;
    padding: 0 12px;
    border: 1px solid var(--st-color-border);
    border-radius: 12px;
    background: var(--st-color-surface);
    color: var(--st-color-text);
    font-size: 14px;
}

.vpd-dias[b-eqg6c3rv84] {
    display: grid;
    gap: 7px;
}

.vpd-dias__label[b-eqg6c3rv84] {
    color: var(--st-color-text-muted);
    font-size: 13px;
}

.vpd-dias__list[b-eqg6c3rv84] {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: center;
}

.vpd-check[b-eqg6c3rv84] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--st-color-text);
    font-size: 14px;
}

.vpd-check input[b-eqg6c3rv84] {
    width: 16px;
    height: 16px;
    accent-color: var(--st-color-primary);
}

.vpd-variantes[b-eqg6c3rv84] {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.vpd-seg[b-eqg6c3rv84] {
    display: inline-flex;
    border: 1px solid var(--st-color-border);
    border-radius: 12px;
    overflow: hidden;
}

.vpd-seg__btn[b-eqg6c3rv84] {
    padding: 8px 16px;
    border: 0;
    background: var(--st-color-surface);
    color: var(--st-color-text);
    font-size: 14px;
    cursor: pointer;
}

.vpd-seg__btn--activo[b-eqg6c3rv84] {
    background: var(--st-color-primary);
    color: #fff;
    font-weight: 600;
}

.vpd-matriz[b-eqg6c3rv84] {
    font-size: 13px;
    white-space: nowrap;
}

.vpd-num[b-eqg6c3rv84] {
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.vpd-sticky[b-eqg6c3rv84] {
    position: sticky;
    left: 0;
    background: var(--st-color-surface);
    z-index: 1;
    font-weight: 500;
}

.vpd-resumen td[b-eqg6c3rv84] {
    font-weight: 600;
    background: var(--st-color-bg);
}

.vpd-resumen .vpd-sticky[b-eqg6c3rv84] {
    background: var(--st-color-bg);
}

.reporte-btn-pdf[b-eqg6c3rv84],
.reporte-btn-excel[b-eqg6c3rv84] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 42px;
    padding: 0 18px;
    border: 0;
    border-radius: 12px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 120ms ease, box-shadow 120ms ease, transform 120ms ease;
}

.reporte-btn-pdf[b-eqg6c3rv84] {
    background: #c1121f;
    box-shadow: 0 6px 16px rgba(193, 18, 31, .28);
}

.reporte-btn-pdf:hover:not(:disabled)[b-eqg6c3rv84] {
    background: #a20e19;
}

.reporte-btn-excel[b-eqg6c3rv84] {
    background: #1d7a46;
    box-shadow: 0 6px 16px rgba(29, 122, 70, .28);
}

.reporte-btn-excel:hover:not(:disabled)[b-eqg6c3rv84] {
    background: #166437;
}

.reporte-btn-pdf:active:not(:disabled)[b-eqg6c3rv84],
.reporte-btn-excel:active:not(:disabled)[b-eqg6c3rv84] {
    transform: translateY(1px);
}

.reporte-btn-pdf:disabled[b-eqg6c3rv84],
.reporte-btn-excel:disabled[b-eqg6c3rv84] {
    opacity: .55;
    cursor: not-allowed;
    box-shadow: none;
}

@media (max-width: 720px) {
    .reporte-filters[b-eqg6c3rv84] {
        flex-direction: column;
        align-items: stretch;
    }
}
/* /Components/Pages/Reportes/VentasPorHora.razor.rz.scp.css */
.reporte-panel[b-l0raj3joux] {
    display: grid;
    gap: 18px;
}

.reporte-header[b-l0raj3joux] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.reporte-header h1[b-l0raj3joux] {
    margin: 0;
    font-size: 28px;
}

.reporte-header p[b-l0raj3joux] {
    margin: 6px 0 0;
    color: var(--st-color-text-muted);
}

.reporte-actions[b-l0raj3joux] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.reporte-loading[b-l0raj3joux] {
    color: var(--st-color-text-muted);
}

.reporte-filters[b-l0raj3joux] {
    display: flex;
    align-items: end;
    gap: 18px;
    flex-wrap: wrap;
}

.reporte-field[b-l0raj3joux] {
    display: grid;
    gap: 7px;
    color: var(--st-color-text-muted);
    font-size: 13px;
}

.reporte-field input[b-l0raj3joux] {
    height: 42px;
    padding: 0 12px;
    border: 1px solid var(--st-color-border);
    border-radius: 12px;
    background: var(--st-color-surface);
    color: var(--st-color-text);
    font-size: 14px;
}

.vph-dias[b-l0raj3joux] {
    display: grid;
    gap: 7px;
}

.vph-dias__label[b-l0raj3joux] {
    color: var(--st-color-text-muted);
    font-size: 13px;
}

.vph-dias__list[b-l0raj3joux] {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: center;
}

.vph-check[b-l0raj3joux] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--st-color-text);
    font-size: 14px;
}

.vph-check input[b-l0raj3joux] {
    width: 16px;
    height: 16px;
    accent-color: var(--st-color-primary);
}

.vph-variantes[b-l0raj3joux] {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.vph-seg[b-l0raj3joux] {
    display: inline-flex;
    border: 1px solid var(--st-color-border);
    border-radius: 12px;
    overflow: hidden;
}

.vph-seg__btn[b-l0raj3joux] {
    padding: 8px 16px;
    border: 0;
    background: var(--st-color-surface);
    color: var(--st-color-text);
    font-size: 14px;
    cursor: pointer;
}

.vph-seg__btn--activo[b-l0raj3joux] {
    background: var(--st-color-primary);
    color: #fff;
    font-weight: 600;
}

.vph-matriz[b-l0raj3joux] {
    font-size: 13px;
    white-space: nowrap;
}

.vph-num[b-l0raj3joux] {
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.vph-sticky[b-l0raj3joux] {
    position: sticky;
    left: 0;
    background: var(--st-color-surface);
    z-index: 1;
    font-weight: 500;
}

.vph-resumen td[b-l0raj3joux] {
    font-weight: 600;
    background: var(--st-color-bg);
}

.vph-resumen .vph-sticky[b-l0raj3joux] {
    background: var(--st-color-bg);
}

.reporte-btn-pdf[b-l0raj3joux],
.reporte-btn-excel[b-l0raj3joux] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 42px;
    padding: 0 18px;
    border: 0;
    border-radius: 12px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 120ms ease, box-shadow 120ms ease, transform 120ms ease;
}

.reporte-btn-pdf[b-l0raj3joux] {
    background: #c1121f;
    box-shadow: 0 6px 16px rgba(193, 18, 31, .28);
}

.reporte-btn-pdf:hover:not(:disabled)[b-l0raj3joux] {
    background: #a20e19;
}

.reporte-btn-excel[b-l0raj3joux] {
    background: #1d7a46;
    box-shadow: 0 6px 16px rgba(29, 122, 70, .28);
}

.reporte-btn-excel:hover:not(:disabled)[b-l0raj3joux] {
    background: #166437;
}

.reporte-btn-pdf:active:not(:disabled)[b-l0raj3joux],
.reporte-btn-excel:active:not(:disabled)[b-l0raj3joux] {
    transform: translateY(1px);
}

.reporte-btn-pdf:disabled[b-l0raj3joux],
.reporte-btn-excel:disabled[b-l0raj3joux] {
    opacity: .55;
    cursor: not-allowed;
    box-shadow: none;
}

@media (max-width: 720px) {
    .reporte-filters[b-l0raj3joux] {
        flex-direction: column;
        align-items: stretch;
    }
}
/* /Components/Pages/Reportes/VentasPorTurno.razor.rz.scp.css */
.reporte-panel[b-7yq3l2v72l] {
    display: grid;
    gap: 18px;
}

.reporte-header[b-7yq3l2v72l] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.reporte-header h1[b-7yq3l2v72l] {
    margin: 0;
    font-size: 28px;
}

.reporte-header p[b-7yq3l2v72l] {
    margin: 6px 0 0;
    color: var(--st-color-text-muted);
}

.reporte-actions[b-7yq3l2v72l] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.reporte-loading[b-7yq3l2v72l] {
    color: var(--st-color-text-muted);
}

.reporte-filters[b-7yq3l2v72l] {
    display: flex;
    align-items: end;
    gap: 18px;
    flex-wrap: wrap;
}

.reporte-field[b-7yq3l2v72l] {
    display: grid;
    gap: 7px;
    color: var(--st-color-text-muted);
    font-size: 13px;
}

.reporte-field input[b-7yq3l2v72l] {
    height: 42px;
    padding: 0 12px;
    border: 1px solid var(--st-color-border);
    border-radius: 12px;
    background: var(--st-color-surface);
    color: var(--st-color-text);
    font-size: 14px;
}

.reporte-summary__muted[b-7yq3l2v72l] {
    color: var(--st-color-text-muted);
    font-size: 13px;
}

.vpt-turnos[b-7yq3l2v72l] {
    display: grid;
    gap: 7px;
}

.vpt-turnos__label[b-7yq3l2v72l] {
    color: var(--st-color-text-muted);
    font-size: 13px;
}

.vpt-turnos__list[b-7yq3l2v72l] {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    min-height: 42px;
    align-items: center;
}

.vpt-check[b-7yq3l2v72l] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--st-color-text);
    font-size: 14px;
}

.vpt-check input[b-7yq3l2v72l] {
    width: 16px;
    height: 16px;
    accent-color: var(--st-color-primary);
}

.vpt-variantes[b-7yq3l2v72l] {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.vpt-seg[b-7yq3l2v72l] {
    display: inline-flex;
    border: 1px solid var(--st-color-border);
    border-radius: 12px;
    overflow: hidden;
}

.vpt-seg__btn[b-7yq3l2v72l] {
    padding: 8px 16px;
    border: 0;
    background: var(--st-color-surface);
    color: var(--st-color-text);
    font-size: 14px;
    cursor: pointer;
}

.vpt-seg__btn--activo[b-7yq3l2v72l] {
    background: var(--st-color-primary);
    color: #fff;
    font-weight: 600;
}

.vpt-tabla[b-7yq3l2v72l] {
    display: grid;
    gap: 8px;
}

.vpt-tabla__titulo[b-7yq3l2v72l] {
    margin: 6px 0 0;
    font-size: 16px;
    color: var(--st-color-text);
}

.vpt-matriz[b-7yq3l2v72l] {
    font-size: 13px;
    white-space: nowrap;
}

.vpt-num[b-7yq3l2v72l] {
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.vpt-sticky[b-7yq3l2v72l] {
    position: sticky;
    left: 0;
    background: var(--st-color-surface);
    z-index: 1;
    font-weight: 500;
}

.vpt-resumen td[b-7yq3l2v72l] {
    font-weight: 600;
    background: var(--st-color-bg);
}

.vpt-resumen .vpt-sticky[b-7yq3l2v72l] {
    background: var(--st-color-bg);
}

.reporte-btn-pdf[b-7yq3l2v72l],
.reporte-btn-excel[b-7yq3l2v72l] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 42px;
    padding: 0 18px;
    border: 0;
    border-radius: 12px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 120ms ease, box-shadow 120ms ease, transform 120ms ease;
}

.reporte-btn-pdf[b-7yq3l2v72l] {
    background: #c1121f;
    box-shadow: 0 6px 16px rgba(193, 18, 31, .28);
}

.reporte-btn-pdf:hover:not(:disabled)[b-7yq3l2v72l] {
    background: #a20e19;
}

.reporte-btn-excel[b-7yq3l2v72l] {
    background: #1d7a46;
    box-shadow: 0 6px 16px rgba(29, 122, 70, .28);
}

.reporte-btn-excel:hover:not(:disabled)[b-7yq3l2v72l] {
    background: #166437;
}

.reporte-btn-pdf:active:not(:disabled)[b-7yq3l2v72l],
.reporte-btn-excel:active:not(:disabled)[b-7yq3l2v72l] {
    transform: translateY(1px);
}

.reporte-btn-pdf:disabled[b-7yq3l2v72l],
.reporte-btn-excel:disabled[b-7yq3l2v72l] {
    opacity: .55;
    cursor: not-allowed;
    box-shadow: none;
}

@media (max-width: 720px) {
    .reporte-filters[b-7yq3l2v72l] {
        flex-direction: column;
        align-items: stretch;
    }
}
/* /Components/Pages/SelectorItemVenta.razor.rz.scp.css */
.selector-item-venta[b-8ychk8nvfu] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.selector-item-venta label[b-8ychk8nvfu] {
    display: grid;
    gap: 6px;
    color: var(--st-color-text-muted);
    font-size: 0.86rem;
}

.selector-item-venta select[b-8ychk8nvfu] {
    min-height: 38px;
    border: 1px solid var(--st-color-border);
    border-radius: 8px;
    padding: 8px 10px;
    color: var(--st-color-text);
    background: var(--st-color-surface);
}

@media (max-width: 920px) {
    .selector-item-venta[b-8ychk8nvfu] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/TurnoCaja.razor.rz.scp.css */
.turno-caja-panel[b-1gn9v5xmn9] {
    display: grid;
    gap: 18px;
}

.turno-caja-header[b-1gn9v5xmn9],
.turno-caja-open__title[b-1gn9v5xmn9],
.turno-caja-modal__header[b-1gn9v5xmn9],
.turno-caja-modal__actions[b-1gn9v5xmn9] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.turno-caja-header h1[b-1gn9v5xmn9],
.turno-caja-state h2[b-1gn9v5xmn9],
.turno-caja-open h2[b-1gn9v5xmn9],
.turno-caja-modal__header h2[b-1gn9v5xmn9] {
    margin: 0;
}

.turno-caja-header p[b-1gn9v5xmn9],
.turno-caja-state p[b-1gn9v5xmn9],
.turno-caja-open__title p[b-1gn9v5xmn9],
.turno-caja-modal__header p[b-1gn9v5xmn9],
.turno-caja-muted[b-1gn9v5xmn9] {
    margin: 6px 0 0;
    color: var(--st-color-text-muted);
}

.turno-caja-loading[b-1gn9v5xmn9] {
    color: var(--st-color-text-muted);
}

.turno-caja-state[b-1gn9v5xmn9],
.turno-caja-open[b-1gn9v5xmn9] {
    display: grid;
    gap: 16px;
    max-width: 760px;
    padding: 22px;
    border: 1px solid var(--st-color-border);
    border-radius: 12px;
    background: var(--st-color-surface);
}

.turno-caja-state[b-1gn9v5xmn9] {
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
}

.turno-caja-state--blocked[b-1gn9v5xmn9] {
    grid-template-columns: auto minmax(0, 1fr);
    border-color: var(--st-color-danger);
}

.turno-caja-state__icon[b-1gn9v5xmn9] {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: var(--st-color-surface-2);
    color: var(--st-color-primary);
}

.turno-caja-state--blocked .turno-caja-state__icon[b-1gn9v5xmn9] {
    color: var(--st-color-danger);
}

.turno-caja-details[b-1gn9v5xmn9] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
}

.turno-caja-details div[b-1gn9v5xmn9] {
    display: grid;
    gap: 4px;
    padding: 12px;
    border: 1px solid var(--st-color-border);
    border-radius: 10px;
}

.turno-caja-details dt[b-1gn9v5xmn9] {
    color: var(--st-color-text-muted);
    font-size: 0.84rem;
}

.turno-caja-details dd[b-1gn9v5xmn9] {
    margin: 0;
    color: var(--st-color-text);
    font-weight: 700;
}

.turno-caja-modal[b-1gn9v5xmn9] {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: grid;
    place-items: center;
    padding: 24px;
}

.turno-caja-modal__backdrop[b-1gn9v5xmn9] {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(15, 23, 42, .38);
    backdrop-filter: blur(3px);
}

.turno-caja-modal__panel[b-1gn9v5xmn9] {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 16px;
    width: min(560px, 100%);
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    padding: 20px;
    border: 1px solid var(--st-color-border);
    border-radius: 16px;
    background: var(--st-color-surface);
    box-shadow: 0 24px 70px rgba(15, 23, 42, .22);
}

.turno-caja-form[b-1gn9v5xmn9] {
    display: grid;
    gap: 14px;
}

.turno-caja-form label[b-1gn9v5xmn9] {
    display: grid;
    gap: 7px;
    color: var(--st-color-text-muted);
    font-size: 13px;
}

.turno-caja-form select[b-1gn9v5xmn9],
.turno-caja-form input[b-1gn9v5xmn9] {
    width: 100%;
    min-height: 42px;
    border: 1px solid var(--st-color-border);
    border-radius: 12px;
    padding: 0 12px;
    background: var(--st-color-surface);
    color: var(--st-color-text);
}

@media (max-width: 720px) {
    .turno-caja-state[b-1gn9v5xmn9],
    .turno-caja-details[b-1gn9v5xmn9] {
        grid-template-columns: 1fr;
    }

    .turno-caja-modal__actions button[b-1gn9v5xmn9] {
        flex: 1;
    }
}

/* Lista compacta para el resumen del turno (sin min-width: cabe en el modal sin scroll). */
.tc-lista[b-1gn9v5xmn9] {
    border: 1px solid var(--st-color-border);
    border-radius: 12px;
    overflow: hidden;
    background: var(--st-color-surface);
}

.tc-lista__titulo[b-1gn9v5xmn9] {
    padding: 8px 14px;
    background: var(--st-color-surface-2);
    color: var(--st-color-text-muted);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.tc-lista__fila[b-1gn9v5xmn9] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 9px 14px;
    border-top: 1px solid var(--st-color-border);
    font-size: 14px;
    color: var(--st-color-text);
}

.tc-lista__fila--muted .tc-lista__nombre[b-1gn9v5xmn9],
.tc-lista__fila--muted .tc-lista__monto[b-1gn9v5xmn9] {
    color: var(--st-color-text-muted);
}

.tc-lista__fila--total[b-1gn9v5xmn9] {
    background: var(--st-color-surface-2);
    font-weight: 700;
}

.tc-lista__nombre[b-1gn9v5xmn9] {
    flex: 1;
    min-width: 0;
}

.tc-lista__ops[b-1gn9v5xmn9] {
    color: var(--st-color-text-muted);
    font-size: 0.84rem;
    white-space: nowrap;
}

.tc-lista__monto[b-1gn9v5xmn9] {
    font-variant-numeric: tabular-nums;
    font-weight: 600;
    white-space: nowrap;
}

.tc-num[b-1gn9v5xmn9] { text-align: right; font-variant-numeric: tabular-nums; }
.tc-input[b-1gn9v5xmn9] { width: 110px; height: 34px; padding: 0 8px; border: 1px solid var(--st-color-border); border-radius: 8px; background: var(--st-color-surface); color: var(--st-color-text); text-align: right; }
.tc-pos[b-1gn9v5xmn9] { color: #1d7a46; font-weight: 600; }
.tc-neg[b-1gn9v5xmn9] { color: #c1121f; font-weight: 600; }
.tc-total td[b-1gn9v5xmn9] { font-weight: 700; border-top: 2px solid var(--st-color-border); }
.st-chip--warning[b-1gn9v5xmn9] { background: rgba(217, 119, 6, .14); color: #b45309; }
/* /Components/Pages/Turnos.razor.rz.scp.css */
.turnos-panel[b-9e2s05c0qt] {
    display: grid;
    gap: 18px;
    animation: turnos-panel-in-b-9e2s05c0qt 150ms ease-out;
    transform-origin: top center;
}

@keyframes turnos-panel-in-b-9e2s05c0qt {
    from {
        opacity: 0;
        transform: translateY(8px) scale(.995);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.turnos-header[b-9e2s05c0qt] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.turnos-header h1[b-9e2s05c0qt] {
    margin: 0;
    font-size: 28px;
}

.turnos-header p[b-9e2s05c0qt] {
    margin: 6px 0 0;
    color: var(--st-color-text-muted);
}

.turnos-loading[b-9e2s05c0qt] {
    color: var(--st-color-text-muted);
}

.turnos-filters[b-9e2s05c0qt] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
}

.turnos-select[b-9e2s05c0qt] {
    display: grid;
    gap: 7px;
    min-width: min(100%, 320px);
    color: var(--st-color-text-muted);
    font-size: 13px;
    font-weight: 400;
}

.turnos-select select[b-9e2s05c0qt],
.turnos-form input[b-9e2s05c0qt] {
    width: 100%;
    min-width: 0;
    height: 42px;
    padding: 0 12px;
    border: 1px solid var(--st-color-border);
    border-radius: 12px;
    background: var(--st-color-surface);
    color: var(--st-color-text);
    font-size: 14px;
}

.turnos-check[b-9e2s05c0qt] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    color: var(--st-color-text);
    font-weight: 300;
}

.turnos-check input[b-9e2s05c0qt],
.turnos-active-control input[b-9e2s05c0qt] {
    width: 16px;
    height: 16px;
    accent-color: var(--st-color-primary);
}

.turnos-actions-col[b-9e2s05c0qt] {
    width: 110px;
}

.turnos-actions[b-9e2s05c0qt] {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.turnos-danger-btn[b-9e2s05c0qt] {
    color: var(--st-color-danger);
}

.turnos-modal[b-9e2s05c0qt] {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: grid;
    place-items: center;
    padding: 24px;
}

.turnos-modal__backdrop[b-9e2s05c0qt] {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(15, 23, 42, .38);
    backdrop-filter: blur(3px);
    animation: turnos-modal-fade-b-9e2s05c0qt 130ms ease-out;
}

.turnos-modal__panel[b-9e2s05c0qt] {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 16px;
    width: min(620px, 100%);
    padding: 20px;
    border: 1px solid var(--st-color-border);
    border-radius: 16px;
    background: var(--st-color-surface);
    box-shadow: 0 24px 70px rgba(15, 23, 42, .22);
    animation: turnos-modal-pop-b-9e2s05c0qt 150ms ease-out;
}

.turnos-modal__header h2[b-9e2s05c0qt] {
    margin: 0;
    color: var(--st-color-text);
    font-size: 22px;
    line-height: 1.2;
}

.turnos-modal__header p[b-9e2s05c0qt] {
    margin: 8px 0 0;
    color: var(--st-color-text-muted);
}

.turnos-form[b-9e2s05c0qt] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.turnos-form label[b-9e2s05c0qt] {
    display: grid;
    gap: 7px;
    color: var(--st-color-text-muted);
    font-size: 13px;
    font-weight: 400;
}

.turnos-active-field[b-9e2s05c0qt] {
    align-self: end;
}

.turnos-active-control[b-9e2s05c0qt] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    color: var(--st-color-text);
    font-size: 14px;
    font-weight: 400;
}

.turnos-modal__actions[b-9e2s05c0qt] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

@keyframes turnos-modal-fade-b-9e2s05c0qt {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes turnos-modal-pop-b-9e2s05c0qt {
    from {
        opacity: 0;
        transform: translateY(10px) scale(.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 720px) {
    .turnos-form[b-9e2s05c0qt] {
        grid-template-columns: 1fr;
    }

    .turnos-header .st-btn-primary[b-9e2s05c0qt],
    .turnos-select[b-9e2s05c0qt],
    .turnos-check[b-9e2s05c0qt] {
        width: 100%;
    }

    .turnos-modal__actions button[b-9e2s05c0qt] {
        flex: 1;
    }
}
/* /Components/Pages/Usuarios.razor.rz.scp.css */
.usuarios-panel[b-u4r2ycfhrt] {
    display: grid;
    gap: 18px;
    animation: usuarios-panel-in-b-u4r2ycfhrt 150ms ease-out;
    transform-origin: top center;
}

@keyframes usuarios-panel-in-b-u4r2ycfhrt {
    from {
        opacity: 0;
        transform: translateY(8px) scale(.995);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.usuarios-header[b-u4r2ycfhrt] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.usuarios-header h1[b-u4r2ycfhrt] {
    margin: 0;
    font-size: 28px;
}

.usuarios-header p[b-u4r2ycfhrt] {
    margin: 6px 0 0;
    color: var(--st-color-text-muted);
}

.usuarios-loading[b-u4r2ycfhrt] {
    color: var(--st-color-text-muted);
}

.usuarios-filters[b-u4r2ycfhrt] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
}

.usuarios-search[b-u4r2ycfhrt] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: min(100%, 360px);
    height: 42px;
    padding: 0 12px;
    border: 1px solid var(--st-color-border);
    border-radius: 12px;
    background: var(--st-color-surface);
    color: var(--st-color-text-muted);
}

.usuarios-search input[b-u4r2ycfhrt],
.usuarios-form input[b-u4r2ycfhrt],
.usuarios-form select[b-u4r2ycfhrt] {
    width: 100%;
    min-width: 0;
    border: 1px solid var(--st-color-border);
    border-radius: 12px;
    background: var(--st-color-surface);
    color: var(--st-color-text);
}

.usuarios-search input[b-u4r2ycfhrt] {
    border: 0;
    outline: 0;
}

.usuarios-check[b-u4r2ycfhrt] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--st-color-text);
    font-weight: 300;
}

.usuarios-check input[b-u4r2ycfhrt],
.usuarios-branch input[b-u4r2ycfhrt] {
    width: 16px;
    height: 16px;
    accent-color: var(--st-color-primary);
}

.usuarios-actions-col[b-u4r2ycfhrt] {
    width: 110px;
}

.usuarios-actions[b-u4r2ycfhrt] {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.usuarios-danger-btn[b-u4r2ycfhrt] {
    color: var(--st-color-danger);
}

.usuarios-sucursales[b-u4r2ycfhrt] {
    max-width: 360px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.usuarios-form[b-u4r2ycfhrt] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.usuarios-form label[b-u4r2ycfhrt] {
    display: grid;
    gap: 7px;
    color: var(--st-color-text-muted);
    font-size: 13px;
    font-weight: 400;
}

.usuarios-active-field[b-u4r2ycfhrt] {
    align-self: end;
}

.usuarios-active-control[b-u4r2ycfhrt] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    color: var(--st-color-text);
    font-size: 14px;
    font-weight: 400;
}

.usuarios-active-control input[b-u4r2ycfhrt] {
    width: 18px;
    height: 18px;
    accent-color: var(--st-color-primary);
}

.usuarios-form input[b-u4r2ycfhrt],
.usuarios-form select[b-u4r2ycfhrt] {
    height: 42px;
    padding: 0 12px;
    font-size: 14px;
}

.usuarios-branches[b-u4r2ycfhrt] {
    display: grid;
    gap: 12px;
}

.usuarios-branches h2[b-u4r2ycfhrt] {
    margin: 0;
    font-size: 18px;
}

.usuarios-branch-list[b-u4r2ycfhrt] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 10px;
}

.usuarios-branch[b-u4r2ycfhrt] {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 10px 12px;
    border: 1px solid var(--st-color-border);
    border-radius: 12px;
    background: var(--st-color-surface);
}

.usuarios-branch span:first-of-type[b-u4r2ycfhrt] {
    flex: 1;
    min-width: 0;
}

.usuarios-principal[b-u4r2ycfhrt] {
    margin-left: auto;
}

.usuarios-principal-label[b-u4r2ycfhrt] {
    color: var(--st-color-text-muted);
    font-size: 12px;
    font-weight: 400;
}

.usuarios-form-actions[b-u4r2ycfhrt] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

.usuarios-password-dialog[b-u4r2ycfhrt] {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: grid;
    place-items: center;
    padding: 24px;
}

.usuarios-password-dialog__backdrop[b-u4r2ycfhrt] {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(15, 23, 42, .38);
    backdrop-filter: blur(3px);
    animation: usuarios-password-fade-b-u4r2ycfhrt 130ms ease-out;
}

.usuarios-password-dialog__panel[b-u4r2ycfhrt] {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 16px;
    width: min(480px, 100%);
    padding: 20px;
    border: 1px solid var(--st-color-border);
    border-radius: 16px;
    background: var(--st-color-surface);
    box-shadow: 0 24px 70px rgba(15, 23, 42, .22);
    animation: usuarios-password-pop-b-u4r2ycfhrt 150ms ease-out;
}

.usuarios-password-dialog__header[b-u4r2ycfhrt] {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.usuarios-password-dialog__icon[b-u4r2ycfhrt] {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: color-mix(in srgb, var(--st-color-primary) 10%, white);
    color: var(--st-color-primary);
}

.usuarios-password-dialog__header h2[b-u4r2ycfhrt] {
    margin: 0;
    color: var(--st-color-text);
    font-size: 20px;
    line-height: 1.2;
}

.usuarios-password-dialog__header p[b-u4r2ycfhrt] {
    margin: 8px 0 0;
    color: var(--st-color-text-muted);
    font-size: 14px;
    line-height: 1.5;
}

.usuarios-password-dialog__fields[b-u4r2ycfhrt] {
    display: grid;
    gap: 12px;
}

.usuarios-password-dialog__fields label[b-u4r2ycfhrt] {
    display: grid;
    gap: 7px;
    color: var(--st-color-text-muted);
    font-size: 13px;
    font-weight: 400;
}

.usuarios-password-dialog__fields input[b-u4r2ycfhrt] {
    width: 100%;
    height: 42px;
    padding: 0 12px;
    border: 1px solid var(--st-color-border);
    border-radius: 12px;
    background: var(--st-color-surface);
    color: var(--st-color-text);
    font-size: 14px;
}

.usuarios-password-dialog__actions[b-u4r2ycfhrt] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

@keyframes usuarios-password-fade-b-u4r2ycfhrt {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes usuarios-password-pop-b-u4r2ycfhrt {
    from {
        opacity: 0;
        transform: translateY(10px) scale(.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 720px) {
    .usuarios-form[b-u4r2ycfhrt] {
        grid-template-columns: 1fr;
    }

    .usuarios-header .st-btn-primary[b-u4r2ycfhrt],
    .usuarios-search[b-u4r2ycfhrt] {
        width: 100%;
    }

    .usuarios-password-dialog__actions button[b-u4r2ycfhrt] {
        flex: 1;
    }
}

/* /Components/Pages/Vehiculos.razor.rz.scp.css */
.vehiculos-panel[b-c1i5co5ksl] {
    display: grid;
    gap: 18px;
    animation: vehiculos-panel-in-b-c1i5co5ksl 150ms ease-out;
    transform-origin: top center;
}

@keyframes vehiculos-panel-in-b-c1i5co5ksl {
    from {
        opacity: 0;
        transform: translateY(8px) scale(.995);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.vehiculos-header[b-c1i5co5ksl] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.vehiculos-header h1[b-c1i5co5ksl] {
    margin: 0;
    font-size: 28px;
}

.vehiculos-header p[b-c1i5co5ksl] {
    margin: 6px 0 0;
    color: var(--st-color-text-muted);
}

.vehiculos-loading[b-c1i5co5ksl] {
    color: var(--st-color-text-muted);
}

.vehiculos-filters[b-c1i5co5ksl] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
}

.vehiculos-search[b-c1i5co5ksl] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: min(100%, 360px);
    height: 42px;
    padding: 0 12px;
    border: 1px solid var(--st-color-border);
    border-radius: 12px;
    background: var(--st-color-surface);
    color: var(--st-color-text-muted);
}

.vehiculos-search input[b-c1i5co5ksl] {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: var(--st-color-surface);
    color: var(--st-color-text);
}

.vehiculos-check[b-c1i5co5ksl] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--st-color-text);
    font-weight: 300;
}

.vehiculos-check input[b-c1i5co5ksl] {
    width: 16px;
    height: 16px;
    accent-color: var(--st-color-primary);
}

.vehiculos-actions-col[b-c1i5co5ksl] {
    width: 130px;
}

.vehiculos-actions[b-c1i5co5ksl] {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.vehiculos-danger-btn[b-c1i5co5ksl] {
    color: var(--st-color-danger);
}

.vehiculos-form[b-c1i5co5ksl] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.vehiculos-form__full[b-c1i5co5ksl] {
    grid-column: 1 / -1;
}

.vehiculos-form label[b-c1i5co5ksl] {
    display: grid;
    gap: 7px;
    color: var(--st-color-text-muted);
    font-size: 13px;
    font-weight: 400;
}

.vehiculos-form input[b-c1i5co5ksl],
.vehiculos-form select[b-c1i5co5ksl] {
    width: 100%;
    min-width: 0;
    height: 42px;
    padding: 0 12px;
    font-size: 14px;
    border: 1px solid var(--st-color-border);
    border-radius: 12px;
    background: var(--st-color-surface);
    color: var(--st-color-text);
}

.vehiculos-active-field[b-c1i5co5ksl] {
    align-self: end;
}

.vehiculos-active-control[b-c1i5co5ksl] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    color: var(--st-color-text);
    font-size: 14px;
    font-weight: 400;
}

.vehiculos-active-control input[b-c1i5co5ksl] {
    width: 18px;
    height: 18px;
    accent-color: var(--st-color-primary);
}

.vehiculos-form-actions[b-c1i5co5ksl] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

@media (max-width: 720px) {
    .vehiculos-form[b-c1i5co5ksl] {
        grid-template-columns: 1fr;
    }

    .vehiculos-header .st-btn-primary[b-c1i5co5ksl],
    .vehiculos-search[b-c1i5co5ksl] {
        width: 100%;
    }
}
/* /Components/RequireAuthenticated.razor.rz.scp.css */
.st-auth-guard[b-v3i2t39ibo] {
    display: grid;
    min-height: 280px;
    place-items: center;
    color: var(--st-color-text-muted, #64748b);
    font-weight: 400;
}

/* /Components/Shared/Badges/StatusChip.razor.rz.scp.css */
.st-chip__dot[b-mcw86eizix] {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: currentColor;
}

.st-chip__detail[b-mcw86eizix] {
    color: color-mix(in srgb, currentColor 74%, var(--st-color-text-muted));
    font-weight: 300;
}

/* /Components/Shared/Cards/AlertCard.razor.rz.scp.css */
.st-card-alert[b-k1ydtpe3bb] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    padding: 14px;
    border: 1px solid var(--st-color-border);
    border-radius: 14px;
    background: var(--st-color-surface);
}

.st-card-alert__icon[b-k1ydtpe3bb] {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: color-mix(in srgb, currentColor 11%, white);
}

.st-card-alert h3[b-k1ydtpe3bb] {
    margin: 0;
    color: var(--st-color-text);
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.st-card-alert p[b-k1ydtpe3bb] {
    margin: 2px 0 0;
    color: var(--st-color-text-muted);
    font-size: 13px;
    line-height: 19px;
}

.st-card-alert--warning[b-k1ydtpe3bb] {
    color: var(--st-color-warning);
}

.st-card-alert--danger[b-k1ydtpe3bb] {
    color: var(--st-color-danger);
}

.st-card-alert--info[b-k1ydtpe3bb] {
    color: var(--st-color-info);
}

/* /Components/Shared/Cards/MetricCard.razor.rz.scp.css */
.st-card-metric[b-2xnom81wy8] {
    min-height: 100px;
    padding: 14px;
}

.st-card-metric__top[b-2xnom81wy8] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 8px;
}

.st-card-metric .st-card-title[b-2xnom81wy8] {
    font-size: 12px;
    line-height: 18px;
}

.st-card-metric .st-metric-value[b-2xnom81wy8] {
    font-size: 22px;
    line-height: 28px;
}

.st-card-metric__icon[b-2xnom81wy8] {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: color-mix(in srgb, currentColor 10%, white);
}

.st-card-metric__meta[b-2xnom81wy8] {
    margin: 4px 0 0;
    color: var(--st-color-text-muted);
    font-size: 13px;
    line-height: 18px;
}
/* /Components/Shared/Cards/QuickActionCard.razor.rz.scp.css */
.st-card-action[b-k4jf2uwhfu] {
    min-height: 82px;
    padding: 14px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 12px;
    color: inherit;
    text-decoration: none;
}

.st-card-action__icon[b-k4jf2uwhfu] {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    color: var(--st-color-primary);
    background: color-mix(in srgb, var(--st-color-primary) 10%, white);
}

.st-card-action__body p[b-k4jf2uwhfu] {
    margin: 4px 0 0;
    color: var(--st-color-text-muted);
    font-size: 13px;
    line-height: 18px;
}

.st-card-action .st-card-title[b-k4jf2uwhfu] {
    font-size: 14px;
    line-height: 20px;
}

.st-card-action--primary[b-k4jf2uwhfu] {
    min-height: 82px;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    background: var(--st-color-surface);
}

.st-card-action--primary .st-card-action__icon[b-k4jf2uwhfu] {
    grid-column: auto;
    width: 40px;
    height: 40px;
    color: var(--st-color-primary);
    background: color-mix(in srgb, var(--st-color-primary) 10%, white);
}

.st-card-action--primary .st-card-title[b-k4jf2uwhfu] {
    font-size: 14px;
    line-height: 20px;
}

.st-card-action .st-btn-primary[b-k4jf2uwhfu] {
    height: 28px;
    padding: 0 10px;
    border-radius: 8px;
    font-size: 11px;
}

@media (max-width: 767px) {
    .st-card-action[b-k4jf2uwhfu],
    .st-card-action--primary[b-k4jf2uwhfu] {
        grid-template-columns: auto 1fr;
    }

    .st-card-action--primary .st-card-action__icon[b-k4jf2uwhfu] {
        grid-column: auto;
    }

    .st-card-action .st-btn-primary[b-k4jf2uwhfu] {
        grid-column: 1 / -1;
    }
}
/* /Components/Shared/Dialogs/ConfirmDialog.razor.rz.scp.css */
.st-confirm[b-hwarnzhji6] {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: grid;
    place-items: center;
    padding: 24px;
}

.st-confirm__backdrop[b-hwarnzhji6] {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(15, 23, 42, .38);
    backdrop-filter: blur(3px);
    animation: st-confirm-fade-b-hwarnzhji6 130ms ease-out;
}

.st-confirm__dialog[b-hwarnzhji6] {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    width: min(440px, 100%);
    padding: 20px;
    border: 1px solid var(--st-color-border);
    border-radius: 16px;
    background: var(--st-color-surface);
    box-shadow: 0 24px 70px rgba(15, 23, 42, .22);
    animation: st-confirm-pop-b-hwarnzhji6 150ms ease-out;
}

.st-confirm__icon[b-hwarnzhji6] {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: color-mix(in srgb, var(--st-color-danger) 10%, white);
    color: var(--st-color-danger);
}

.st-confirm__content[b-hwarnzhji6] {
    min-width: 0;
}

.st-confirm__content h2[b-hwarnzhji6] {
    margin: 0;
    color: var(--st-color-text);
    font-size: 20px;
    line-height: 1.2;
}

.st-confirm__content p[b-hwarnzhji6] {
    margin: 8px 0 0;
    color: var(--st-color-text-muted);
    font-size: 14px;
    line-height: 1.5;
}

.st-confirm__actions[b-hwarnzhji6] {
    grid-column: 1 / -1;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 4px;
}

.st-confirm__danger[b-hwarnzhji6] {
    background: var(--st-color-danger);
}

@keyframes st-confirm-fade-b-hwarnzhji6 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes st-confirm-pop-b-hwarnzhji6 {
    from {
        opacity: 0;
        transform: translateY(10px) scale(.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 520px) {
    .st-confirm__dialog[b-hwarnzhji6] {
        grid-template-columns: 1fr;
    }

    .st-confirm__actions[b-hwarnzhji6] {
        justify-content: stretch;
    }

    .st-confirm__actions button[b-hwarnzhji6] {
        flex: 1;
    }
}
/* /Components/Shared/Feedback/AutoDismissMessage.razor.rz.scp.css */
.st-auto-message[b-rtdppccb1w] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    min-height: 42px;
    padding: 10px 14px;
    border: 1px solid var(--st-color-border);
    border-radius: 12px;
    background: var(--st-color-surface);
    font-weight: 400;
    animation: st-auto-message-in-b-rtdppccb1w 150ms ease-out;
}

.st-auto-message--success[b-rtdppccb1w] {
    border-color: color-mix(in srgb, var(--st-color-success) 28%, var(--st-color-border));
    background: color-mix(in srgb, var(--st-color-success) 9%, white);
    color: var(--st-color-success);
}

.st-auto-message--error[b-rtdppccb1w] {
    border-color: color-mix(in srgb, var(--st-color-danger) 28%, var(--st-color-border));
    background: color-mix(in srgb, var(--st-color-danger) 8%, white);
    color: var(--st-color-danger);
}

.st-auto-message--warning[b-rtdppccb1w] {
    border-color: color-mix(in srgb, var(--st-color-warning) 28%, var(--st-color-border));
    background: color-mix(in srgb, var(--st-color-warning) 12%, white);
    color: #a16207;
}

.st-auto-message--info[b-rtdppccb1w] {
    border-color: color-mix(in srgb, var(--st-color-info) 24%, var(--st-color-border));
    background: color-mix(in srgb, var(--st-color-info) 8%, white);
    color: var(--st-color-info);
}

@keyframes st-auto-message-in-b-rtdppccb1w {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* /Components/Shared/Icons/AppIcon.razor.rz.scp.css */
.st-icon[b-xfefvw60ym] {
    flex: 0 0 auto;
}
/* /Features/Auth/Pages/AuthTest.razor.rz.scp.css */
.st-auth-test[b-oz2xxrzu0h] {
    display: grid;
    gap: 18px;
}

.st-auth-test__header[b-oz2xxrzu0h] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.st-auth-test__eyebrow[b-oz2xxrzu0h] {
    margin: 0 0 4px;
    color: var(--st-color-text-muted);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.st-auth-test h1[b-oz2xxrzu0h],
.st-auth-test h2[b-oz2xxrzu0h],
.st-auth-test h3[b-oz2xxrzu0h] {
    margin: 0;
    color: var(--st-color-text);
    letter-spacing: 0;
}

.st-auth-test h1[b-oz2xxrzu0h] {
    font-size: 26px;
}

.st-auth-test h2[b-oz2xxrzu0h] {
    font-size: 16px;
}

.st-auth-test h3[b-oz2xxrzu0h] {
    font-size: 14px;
}

.st-auth-test__actions[b-oz2xxrzu0h] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.st-auth-test__btn[b-oz2xxrzu0h] {
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid var(--st-color-border);
    border-radius: 10px;
    background: var(--st-color-surface);
    color: var(--st-color-text);
    cursor: pointer;
    font: inherit;
    font-weight: 800;
}

.st-auth-test__btn--danger[b-oz2xxrzu0h] {
    border-color: rgba(220, 38, 38, 0.24);
    color: #b91c1c;
}

.st-auth-test__message[b-oz2xxrzu0h],
.st-auth-test__panel[b-oz2xxrzu0h] {
    border: 1px solid var(--st-color-border);
    border-radius: 12px;
    background: var(--st-color-surface);
    box-shadow: var(--st-shadow-card);
}

.st-auth-test__message[b-oz2xxrzu0h] {
    padding: 12px 14px;
    color: var(--st-color-text);
    font-weight: 400;
}

.st-auth-test__grid[b-oz2xxrzu0h] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.st-auth-test__panel[b-oz2xxrzu0h] {
    display: grid;
    gap: 14px;
    padding: 18px;
}

.st-auth-test dl[b-oz2xxrzu0h] {
    display: grid;
    gap: 8px;
    margin: 0;
}

.st-auth-test dl div[b-oz2xxrzu0h] {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--st-color-border);
}

.st-auth-test dt[b-oz2xxrzu0h] {
    color: var(--st-color-text-muted);
    font-size: 12px;
    font-weight: 800;
}

.st-auth-test dd[b-oz2xxrzu0h] {
    margin: 0;
    color: var(--st-color-text);
    font-weight: 400;
    overflow-wrap: anywhere;
}

.st-auth-test__branches[b-oz2xxrzu0h] {
    display: grid;
    gap: 10px;
}

.st-auth-test__branches article[b-oz2xxrzu0h] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid var(--st-color-border);
    border-radius: 10px;
}

.st-auth-test__branches span[b-oz2xxrzu0h],
.st-auth-test__branches small[b-oz2xxrzu0h],
.st-auth-test__empty[b-oz2xxrzu0h] {
    color: var(--st-color-text-muted);
}

@media (max-width: 900px) {
    .st-auth-test__grid[b-oz2xxrzu0h] {
        grid-template-columns: 1fr;
    }

    .st-auth-test__header[b-oz2xxrzu0h] {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* /Features/Auth/Pages/Login.razor.rz.scp.css */
.st-login[b-xdl7eszqc5] {
    width: min(100%, 460px);
}

.st-login__brand[b-xdl7eszqc5] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.9rem;
    margin-bottom: 1.9rem;
    color: var(--st-color-text, #0f172a);
}

.st-login__mark[b-xdl7eszqc5] {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: var(--st-radius-md, 12px);
    background: var(--st-color-primary, #2d3f8f);
    color: var(--st-color-primary-contrast, #ffffff);
    font-weight: 800;
    letter-spacing: 0;
}

.st-login__brand-name[b-xdl7eszqc5] {
    font-size: 1rem;
    font-weight: 800;
}

.st-login-card[b-xdl7eszqc5] {
    padding: 2.15rem;
    border: 1px solid var(--st-color-border, #e2e8f0);
    border-radius: var(--st-radius-lg, 16px);
    background: var(--st-color-surface, #ffffff);
    box-shadow: var(--st-shadow-card, 0 8px 24px rgba(15, 23, 42, 0.05));
}

.st-login-card__header[b-xdl7eszqc5] {
    margin-bottom: 2rem;
}

.st-login-card__eyebrow[b-xdl7eszqc5] {
    margin: 0 0 0.25rem;
    color: var(--st-color-text-muted, #64748b);
    font-size: 0.84rem;
    font-weight: 400;
}

.st-login-card h1[b-xdl7eszqc5] {
    margin: 0;
    color: var(--st-color-text, #0f172a);
    font-size: 1.55rem;
    line-height: 1.2;
    letter-spacing: 0;
}

.st-login-form[b-xdl7eszqc5] {
    display: grid;
    gap: 1.55rem;
}

.st-login-fields[b-xdl7eszqc5] {
    display: grid;
    gap: 1.45rem;
}

.st-login-field[b-xdl7eszqc5] {
    display: grid;
    gap: 0.7rem;
}

.st-login-field label[b-xdl7eszqc5] {
    color: var(--st-color-text, #0f172a);
    font-size: 0.92rem;
    font-weight: 400;
    line-height: 1.25;
}

.st-login-field[b-xdl7eszqc5]  .validation-message {
    color: var(--st-color-danger, #dc2626);
    font-size: 0.82rem;
}

.st-login-field[b-xdl7eszqc5]  .st-login-input {
    box-sizing: border-box;
    width: 100%;
    min-height: 46px;
    padding: 0.72rem 0.85rem;
    border: 1px solid var(--st-color-border, #e2e8f0);
    border-radius: var(--st-radius-sm, 8px);
    background: var(--st-color-surface, #ffffff);
    color: var(--st-color-text, #0f172a);
    font: inherit;
    font-size: 0.96rem;
    line-height: 1.3;
}

.st-login-field[b-xdl7eszqc5]  .st-login-input:focus {
    border-color: var(--st-color-primary, #2d3f8f);
    box-shadow: 0 0 0 3px rgba(45, 63, 143, 0.14);
    outline: none;
}

.st-login-error[b-xdl7eszqc5] {
    padding: 0.7rem 0.8rem;
    border: 1px solid rgba(220, 38, 38, 0.22);
    border-radius: var(--st-radius-sm, 8px);
    background: rgba(220, 38, 38, 0.08);
    color: var(--st-color-danger, #dc2626);
    font-size: 0.88rem;
    font-weight: 400;
}

.st-sucursal-step[b-xdl7eszqc5] {
    display: grid;
    gap: 1.1rem;
    padding: 1.2rem;
    border: 1px solid var(--st-color-border, #e2e8f0);
    border-radius: var(--st-radius-md, 12px);
    background: color-mix(in srgb, var(--st-color-bg, #f8fafc) 70%, #ffffff);
}

.st-sucursal-step__eyebrow[b-xdl7eszqc5] {
    margin: 0 0 0.2rem;
    color: var(--st-color-text-muted, #64748b);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.st-sucursal-step h2[b-xdl7eszqc5] {
    margin: 0;
    color: var(--st-color-text, #0f172a);
    font-size: 1rem;
    line-height: 1.25;
}

.st-sucursal-list[b-xdl7eszqc5] {
    display: grid;
    gap: 0.85rem;
}

.st-sucursal-card[b-xdl7eszqc5] {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 0.35rem 0.75rem;
    width: 100%;
    min-height: 72px;
    padding: 1rem;
    border: 1px solid var(--st-color-border, #e2e8f0);
    border-radius: var(--st-radius-sm, 8px);
    background: var(--st-color-surface, #ffffff);
    color: var(--st-color-text, #0f172a);
    cursor: pointer;
    font: inherit;
    text-align: left;
}

.st-sucursal-card:hover:not(:disabled)[b-xdl7eszqc5],
.st-sucursal-card:focus-visible[b-xdl7eszqc5] {
    border-color: var(--st-color-primary, #2d3f8f);
    box-shadow: 0 0 0 3px rgba(45, 63, 143, 0.12);
    outline: none;
}

.st-sucursal-card:disabled[b-xdl7eszqc5] {
    cursor: wait;
    opacity: 0.72;
}

.st-sucursal-card__name[b-xdl7eszqc5] {
    font-weight: 800;
}

.st-sucursal-card__code[b-xdl7eszqc5] {
    color: var(--st-color-text-muted, #64748b);
    font-size: 0.82rem;
    font-weight: 800;
}

.st-sucursal-card__badge[b-xdl7eszqc5] {
    grid-column: 1 / -1;
    justify-self: start;
    padding: 0.2rem 0.45rem;
    border-radius: 999px;
    background: rgba(45, 63, 143, 0.1);
    color: var(--st-color-primary, #2d3f8f);
    font-size: 0.72rem;
    font-weight: 800;
}

.st-sucursal-step__status[b-xdl7eszqc5] {
    margin: 0;
    color: var(--st-color-text-muted, #64748b);
    font-size: 0.86rem;
    font-weight: 800;
}

.st-login-button[b-xdl7eszqc5] {
    justify-self: start;
    min-width: 132px;
    min-height: 46px;
    padding: 0 1.15rem;
    border: 0;
    border-radius: var(--st-radius-sm, 8px);
    background: var(--st-color-primary, #2d3f8f);
    color: var(--st-color-primary-contrast, #ffffff);
    cursor: pointer;
    font: inherit;
    font-weight: 800;
    margin-top:20px;
}

.st-login-button:disabled[b-xdl7eszqc5] {
    cursor: wait;
    opacity: 0.72;
}

@media (max-width: 520px) {
    .st-login[b-xdl7eszqc5] {
        width: 100%;
    }

    .st-login-card[b-xdl7eszqc5] {
        padding: 1.45rem;
    }

    .st-login__brand[b-xdl7eszqc5] {
        margin-bottom: 1.25rem;
    }
}

/* /Features/Auth/Pages/Logout.razor.rz.scp.css */
.st-logout[b-y3vbp657y2] {
    width: min(100%, 360px);
}

.st-logout__card[b-y3vbp657y2] {
    display: grid;
    justify-items: center;
    gap: 0.65rem;
    padding: 2rem;
    border: 1px solid var(--st-color-border, #e2e8f0);
    border-radius: var(--st-radius-lg, 16px);
    background: var(--st-color-surface, #ffffff);
    box-shadow: var(--st-shadow-card, 0 8px 24px rgba(15, 23, 42, 0.05));
    text-align: center;
}

.st-logout__mark[b-y3vbp657y2] {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: var(--st-radius-md, 12px);
    background: var(--st-color-primary, #2d3f8f);
    color: var(--st-color-primary-contrast, #ffffff);
    font-weight: 800;
}

.st-logout h1[b-y3vbp657y2] {
    margin: 0;
    color: var(--st-color-text, #0f172a);
    font-size: 1.25rem;
    line-height: 1.2;
}

.st-logout p[b-y3vbp657y2] {
    margin: 0;
    color: var(--st-color-text-muted, #64748b);
    font-size: 0.9rem;
    font-weight: 400;
}

/* /Features/Empresa/Pages/Empresa.razor.rz.scp.css */
.empresa-panel[b-yuqc9vcrou] {
    display: grid;
    gap: 20px;
    animation: empresa-panel-in-b-yuqc9vcrou 150ms ease-out;
    transform-origin: top center;
}

@keyframes empresa-panel-in-b-yuqc9vcrou {
    from {
        opacity: 0;
        transform: translateY(8px) scale(.995);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.empresa-header[b-yuqc9vcrou],
.empresa-section__header[b-yuqc9vcrou] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.empresa-header h1[b-yuqc9vcrou] {
    margin: 0;
    font-size: 28px;
}

.empresa-header p[b-yuqc9vcrou] {
    margin: 6px 0 0;
    color: var(--st-color-text-muted);
}

.empresa-loading[b-yuqc9vcrou] {
    color: var(--st-color-text-muted);
}

.empresa-section[b-yuqc9vcrou] {
    display: grid;
    gap: 14px;
    padding-top: 4px;
}

.empresa-section__header h2[b-yuqc9vcrou] {
    margin: 0;
    font-size: 18px;
}

.empresa-form[b-yuqc9vcrou],
.empresa-sucursal-form[b-yuqc9vcrou] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.empresa-form label[b-yuqc9vcrou],
.empresa-sucursal-form label[b-yuqc9vcrou] {
    display: grid;
    gap: 7px;
    color: var(--st-color-text-muted);
    font-size: 13px;
    font-weight: 400;
}

.empresa-form input:not([type="checkbox"])[b-yuqc9vcrou],
.empresa-sucursal-form input:not([type="checkbox"])[b-yuqc9vcrou] {
    width: 100%;
    height: 42px;
    padding: 0 12px;
    border: 1px solid var(--st-color-border);
    border-radius: 12px;
    background: var(--st-color-surface);
    color: var(--st-color-text);
    font-size: 14px;
}

.empresa-color-control[b-yuqc9vcrou] {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
}

.empresa-color-picker[b-yuqc9vcrou] {
    width: 48px !important;
    height: 42px !important;
    padding: 4px !important;
    border: 1px solid var(--st-color-border);
    border-radius: 12px;
    background: var(--st-color-surface);
    cursor: pointer;
}

.empresa-reset-colors[b-yuqc9vcrou] {
    display: flex;
    align-items: end;
    min-height: 68px;
}

.empresa-reset-colors .st-btn-secondary[b-yuqc9vcrou] {
    width: max-content;
}

.empresa-active-field[b-yuqc9vcrou] {
    align-self: end;
}

.empresa-active-control[b-yuqc9vcrou],
.empresa-check-field[b-yuqc9vcrou] {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    color: var(--st-color-text);
    font-size: 14px;
    font-weight: 400;
}

.empresa-active-control input[b-yuqc9vcrou],
.empresa-check-field input[b-yuqc9vcrou] {
    width: 18px;
    height: 18px;
    accent-color: var(--st-color-primary);
}

.empresa-logo-actions[b-yuqc9vcrou],
.empresa-actions[b-yuqc9vcrou],
.empresa-modal__actions[b-yuqc9vcrou] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

.empresa-actions[b-yuqc9vcrou] {
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 6px 0;
}

.empresa-file-btn[b-yuqc9vcrou] {
    position: relative;
    cursor: pointer;
}

.empresa-file-btn[b-yuqc9vcrou]  input {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
}

.empresa-danger-text[b-yuqc9vcrou],
.empresa-danger-btn[b-yuqc9vcrou] {
    color: var(--st-color-danger);
}

.empresa-logo-box[b-yuqc9vcrou] {
    display: grid;
    place-items: center;
    min-height: 170px;
    border: 1px dashed var(--st-color-border);
    border-radius: 14px;
    background: var(--st-color-surface-2);
    overflow: hidden;
}

.empresa-logo-box img[b-yuqc9vcrou] {
    display: block;
    max-width: min(360px, 100%);
    max-height: 150px;
    object-fit: contain;
}

.empresa-logo-placeholder[b-yuqc9vcrou] {
    color: var(--st-color-text-muted);
    font-weight: 400;
}

.empresa-table[b-yuqc9vcrou] {
    min-width: 1120px;
}

.empresa-actions-col[b-yuqc9vcrou] {
    width: 126px;
}

.empresa-table td:last-child[b-yuqc9vcrou] {
    padding-top: 8px;
    padding-bottom: 8px;
    vertical-align: middle;
}

.empresa-text-ellipsis[b-yuqc9vcrou] {
    max-width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.empresa-modal[b-yuqc9vcrou] {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: grid;
    place-items: center;
    padding: 24px;
}

.empresa-modal__backdrop[b-yuqc9vcrou] {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(15, 23, 42, .38);
    backdrop-filter: blur(3px);
    animation: empresa-modal-fade-b-yuqc9vcrou 130ms ease-out;
}

.empresa-modal__panel[b-yuqc9vcrou] {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 16px;
    width: min(760px, 100%);
    max-height: calc(100vh - 48px);
    overflow: auto;
    padding: 20px;
    border: 1px solid var(--st-color-border);
    border-radius: 16px;
    background: var(--st-color-surface);
    box-shadow: 0 24px 70px rgba(15, 23, 42, .22);
    animation: empresa-modal-pop-b-yuqc9vcrou 150ms ease-out;
}

.empresa-modal__header h2[b-yuqc9vcrou] {
    margin: 0;
    color: var(--st-color-text);
    font-size: 22px;
    line-height: 1.2;
}

.empresa-modal__header p[b-yuqc9vcrou] {
    margin: 8px 0 0;
    color: var(--st-color-text-muted);
}

@keyframes empresa-modal-fade-b-yuqc9vcrou {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes empresa-modal-pop-b-yuqc9vcrou {
    from {
        opacity: 0;
        transform: translateY(10px) scale(.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 760px) {
    .empresa-form[b-yuqc9vcrou],
    .empresa-sucursal-form[b-yuqc9vcrou] {
        grid-template-columns: 1fr;
    }

    .empresa-section__header .st-btn-primary[b-yuqc9vcrou],
    .empresa-logo-actions[b-yuqc9vcrou],
    .empresa-logo-actions .st-btn-secondary[b-yuqc9vcrou] {
        width: 100%;
    }

    .empresa-modal__actions button[b-yuqc9vcrou] {
        flex: 1;
    }
}


.empresa-modulos-grid[b-yuqc9vcrou] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 0.6rem 1.2rem;
}
/* /Features/Home/Components/HomeAlertsPanel.razor.rz.scp.css */
.st-alerts-panel[b-wr4gd6ba61] {
    display: grid;
    gap: 14px;
}

.st-alerts-panel__count[b-wr4gd6ba61] {
    min-width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: color-mix(in srgb, var(--st-color-warning) 14%, white);
    color: var(--st-color-warning);
    font-size: 13px;
    font-weight: 800;
}

.st-alerts-panel__list[b-wr4gd6ba61] {
    display: grid;
    gap: 10px;
}
/* /Features/Home/Components/HomeMetricsGrid.razor.rz.scp.css */
.st-metrics-grid[b-i4wh9lo4ck] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

@media (max-width: 1199px) {
    .st-metrics-grid[b-i4wh9lo4ck] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .st-metrics-grid[b-i4wh9lo4ck] {
        grid-template-columns: 1fr;
    }
}
/* /Features/Home/Components/HomeQuickActions.razor.rz.scp.css */
.st-home-panel[b-nsxhnm8w0a] {
    display: grid;
    gap: 10px;
}

.st-quick-actions[b-nsxhnm8w0a] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

@media (max-width: 767px) {
    .st-quick-actions[b-nsxhnm8w0a] {
        grid-template-columns: 1fr;
    }
}
/* /Features/Home/Components/HomeRecentActivity.razor.rz.scp.css */
.st-recent-activity[b-vab1siybt1] {
    display: grid;
    gap: 14px;
}
/* /Features/Home/Components/HomeWelcomePanel.razor.rz.scp.css */
.st-welcome-panel[b-mtpa059vlo] {
    display: grid;
    gap: 4px;
}

.st-welcome-panel__eyebrow[b-mtpa059vlo] {
    margin: 0 0 4px;
    color: var(--st-color-text-muted);
}

.st-welcome-panel__summary[b-mtpa059vlo] {
    margin: 0;
    color: var(--st-color-text-muted);
    font-size: 13px;
    line-height: 20px;
}

@media (max-width: 767px) {
    .st-welcome-panel[b-mtpa059vlo] {
        align-items: flex-start;
        flex-direction: column;
    }
}
/* /Features/Home/Pages/HomeDashboard.razor.rz.scp.css */
.st-home-dashboard[b-uahvysyvtt] {
    display: grid;
    gap: 18px;
}
/* /Features/Roles/Pages/Roles.razor.rz.scp.css */
.st-roles-page[b-ii71677m4k] {
    display: grid;
    gap: 18px;
}

.st-roles-page__header[b-ii71677m4k] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.st-roles-page__eyebrow[b-ii71677m4k] {
    margin: 0 0 4px;
    color: var(--st-color-text-muted);
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

.st-roles-page h1[b-ii71677m4k] {
    margin: 0;
    font-size: 24px;
    line-height: 32px;
}

.st-roles-panel[b-ii71677m4k] {
    display: grid;
    gap: 18px;
}

.st-roles-panel p[b-ii71677m4k] {
    margin: 6px 0 0;
    color: var(--st-color-text-muted);
}

.st-roles-selector[b-ii71677m4k] {
    display: grid;
    gap: 8px;
    max-width: 360px;
    color: var(--st-color-text-muted);
    font-size: 13px;
    font-weight: 400;
}

.st-roles-selector select[b-ii71677m4k] {
    min-height: 40px;
    padding: 0 12px;
    border: 1px solid var(--st-color-border);
    border-radius: 10px;
    background: var(--st-color-surface);
    color: var(--st-color-text);
    font: inherit;
}

.st-roles-groups[b-ii71677m4k] {
    display: grid;
    gap: 16px;
}

.st-roles-group[b-ii71677m4k] {
    display: grid;
    gap: 10px;
}

.st-roles-group h3[b-ii71677m4k] {
    margin: 0;
    font-size: 15px;
}

.st-roles-list[b-ii71677m4k] {
    display: grid;
    border: 1px solid var(--st-color-border);
    border-radius: 10px;
    overflow: hidden;
}

.st-roles-row[b-ii71677m4k] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 58px;
    padding: 10px 12px;
    background: var(--st-color-surface);
}

.st-roles-row + .st-roles-row[b-ii71677m4k] {
    border-top: 1px solid var(--st-color-border);
}

.st-roles-row__main[b-ii71677m4k] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.st-roles-row__icon[b-ii71677m4k] {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: var(--st-color-surface-2);
    color: var(--st-color-primary);
}

.st-roles-row strong[b-ii71677m4k],
.st-roles-row span[b-ii71677m4k] {
    display: block;
}

.st-roles-row span[b-ii71677m4k] {
    color: var(--st-color-text-muted);
    font-size: 12px;
}

.st-roles-switch[b-ii71677m4k] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--st-color-text-muted);
    font-size: 12px;
    font-weight: 400;
}

.st-roles-switch input[b-ii71677m4k] {
    width: 18px;
    height: 18px;
}

.st-roles-feedback[b-ii71677m4k],
.st-roles-message[b-ii71677m4k],
.st-roles-empty[b-ii71677m4k],
.st-roles-lock-note[b-ii71677m4k] {
    color: var(--st-color-text-muted);
    font-size: 13px;
    font-weight: 400;
}

.st-roles-feedback[b-ii71677m4k] {
    padding: 6px 10px;
    border: 1px solid var(--st-color-border);
    border-radius: 999px;
}

.st-roles-feedback--success[b-ii71677m4k] {
    border-color: color-mix(in srgb, var(--st-color-success) 30%, var(--st-color-border));
    color: var(--st-color-success);
}

.st-roles-feedback--error[b-ii71677m4k],
.st-roles-message--error[b-ii71677m4k] {
    border-color: color-mix(in srgb, var(--st-color-danger) 30%, var(--st-color-border));
    color: var(--st-color-danger);
}

.st-roles-lock-note[b-ii71677m4k] {
    margin: -6px 12px 10px 54px;
    color: var(--st-color-text-muted);
}

@media (max-width: 767px) {
    .st-roles-page__header[b-ii71677m4k],
    .st-roles-row[b-ii71677m4k],
    .st-section-header[b-ii71677m4k] {
        align-items: stretch;
        flex-direction: column;
    }

    .st-roles-switch[b-ii71677m4k] {
        justify-content: space-between;
    }
}

