/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ejkt2eloyp] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ejkt2eloyp] {
    flex: 1;
}

.sidebar[b-ejkt2eloyp] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ejkt2eloyp] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ejkt2eloyp]  a, .top-row[b-ejkt2eloyp]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ejkt2eloyp]  a:hover, .top-row[b-ejkt2eloyp]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ejkt2eloyp]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-ejkt2eloyp] {
        justify-content: space-between;
    }

    .top-row[b-ejkt2eloyp]  a, .top-row[b-ejkt2eloyp]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ejkt2eloyp] {
        flex-direction: row;
    }

    .sidebar[b-ejkt2eloyp] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ejkt2eloyp] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ejkt2eloyp]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ejkt2eloyp], article[b-ejkt2eloyp] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-ejkt2eloyp] {
    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-ejkt2eloyp] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-cqvvt6pohn] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-cqvvt6pohn] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-cqvvt6pohn] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-cqvvt6pohn] {
    font-size: 1.1rem;
}

.bi[b-cqvvt6pohn] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-cqvvt6pohn] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-cqvvt6pohn] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-cqvvt6pohn] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-cqvvt6pohn] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-cqvvt6pohn] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-cqvvt6pohn] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-cqvvt6pohn] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-people-fill-nav-menu[b-cqvvt6pohn] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-people-fill' viewBox='0 0 16 16'%3E%3Cpath d='M13 7c0 1.105-.672 2-1.5 2S10 8.105 10 7s.672-2 1.5-2S13 5.895 13 7z'/%3E%3Cpath d='M5 7c0 1.105-.672 2-1.5 2S2 8.105 2 7s.672-2 1.5-2S5 5.895 5 7z'/%3E%3Cpath d='M1 14s0-2 3-2 3 2 3 2H1zm9.216-1.091c.223-.447.784-.909 1.784-.909 2 0 2 2 2 2h-3.02a3.946 3.946 0 0 0-.764-1.091z'/%3E%3Cpath d='M9.5 5a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0z'/%3E%3Cpath d='M3.5 5a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-cqvvt6pohn] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-cqvvt6pohn] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-cqvvt6pohn] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-cqvvt6pohn] {
        padding-bottom: 1rem;
    }

    .nav-item[b-cqvvt6pohn]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-cqvvt6pohn]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-cqvvt6pohn]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-cqvvt6pohn] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-cqvvt6pohn] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-cqvvt6pohn] {
        display: none;
    }

    .nav-scrollable[b-cqvvt6pohn] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-wv11biqczx],
.components-reconnect-repeated-attempt-visible[b-wv11biqczx],
.components-reconnect-failed-visible[b-wv11biqczx],
.components-pause-visible[b-wv11biqczx],
.components-resume-failed-visible[b-wv11biqczx],
.components-rejoining-animation[b-wv11biqczx] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-wv11biqczx],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-wv11biqczx],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-wv11biqczx],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-wv11biqczx],
#components-reconnect-modal.components-reconnect-retrying[b-wv11biqczx],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-wv11biqczx],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-wv11biqczx],
#components-reconnect-modal.components-reconnect-failed[b-wv11biqczx],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-wv11biqczx] {
    display: block;
}


#components-reconnect-modal[b-wv11biqczx] {
    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-wv11biqczx 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-wv11biqczx 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-wv11biqczx 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-wv11biqczx]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-wv11biqczx 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-wv11biqczx {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-wv11biqczx {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-wv11biqczx {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-wv11biqczx] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-wv11biqczx] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-wv11biqczx] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-wv11biqczx] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-wv11biqczx] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-wv11biqczx] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-wv11biqczx] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-wv11biqczx 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-wv11biqczx] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-wv11biqczx {
    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/ToastHost.razor.rz.scp.css */
.app-toast-container[b-y82i051rxa] {
    position: fixed;
    top: 1.5rem;
    right: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    z-index: 1080;
    pointer-events: none;
}

.app-toast[b-y82i051rxa] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: start;
    gap: 0.75rem;
    min-width: 260px;
    max-width: 360px;
    padding: 0.85rem 1rem;
    border-radius: 0.9rem;
    background: #ffffff;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.18);
    border-left: 4px solid var(--app-primary);
    color: #1f2937;
    pointer-events: auto;
}

.app-toast__icon[b-y82i051rxa] {
    font-size: 1.25rem;
    line-height: 1;
    margin-top: 0.15rem;
}

.app-toast__body[b-y82i051rxa] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.app-toast__title[b-y82i051rxa] {
    font-weight: 600;
    font-size: 0.95rem;
}

.app-toast__message[b-y82i051rxa] {
    font-size: 0.9rem;
    color: #4b5563;
    word-break: break-word;
}

.app-toast__close[b-y82i051rxa] {
    border: none;
    background: transparent;
    color: inherit;
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
    padding: 0;
}

.app-toast--info[b-y82i051rxa] {
    border-left-color: #2563eb;
}

.app-toast--success[b-y82i051rxa] {
    border-left-color: #16a34a;
}

.app-toast--warning[b-y82i051rxa] {
    border-left-color: #f59e0b;
}

.app-toast--error[b-y82i051rxa] {
    border-left-color: #dc2626;
}

@media (max-width: 640px) {
    .app-toast-container[b-y82i051rxa] {
        inset: auto 0 1rem 0;
        align-items: center;
        padding: 0 1rem;
    }

    .app-toast[b-y82i051rxa] {
        width: 100%;
        max-width: none;
    }
}
/* /Components/Pages/Charts/InventoryChart.razor.rz.scp.css */
.inventory-chart[b-akp2g7n0qa] {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.inventory-chart__header[b-akp2g7n0qa] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  align-items: baseline;
}

.inventory-chart__title[b-akp2g7n0qa] {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1f2937;
  margin: 0;
}

.inventory-chart__summary[b-akp2g7n0qa] {
  font-size: 0.95rem;
  color: #4b5563;
  margin: 0;
}

.inventory-chart__message[b-akp2g7n0qa] {
  margin: 0;
  font-size: 0.95rem;
  color: #6b7280;
}

.inventory-chart__body[b-akp2g7n0qa] {
  display: grid;
  gap: 24px;
}

.inventory-chart__canvas[b-akp2g7n0qa] {
  position: relative;
  min-height: 260px;
}

.inventory-chart__canvas[b-akp2g7n0qa]  canvas {
  width: 100% !important;
  height: 100% !important;
}

.inventory-chart__legend[b-akp2g7n0qa] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 12px 16px;
  margin: 0;
}

.inventory-chart__legend-entry[b-akp2g7n0qa] {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 0.85rem;
  color: #4b5563;
}

.inventory-chart__legend-entry dt[b-akp2g7n0qa] {
  font-weight: 500;
}

.inventory-chart__legend-entry dd[b-akp2g7n0qa] {
  margin: 0;
  font-variant-numeric: tabular-nums;
}

@media (max-width: 768px) {
  .inventory-chart[b-akp2g7n0qa] {
    padding: 20px;
  }

  .inventory-chart__canvas[b-akp2g7n0qa] {
    min-height: 220px;
  }

  .inventory-chart__legend[b-akp2g7n0qa] {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  }
}
/* /Components/Pages/Charts/SaleChart.razor.rz.scp.css */
.sale-chart[b-o17od2yoxn] {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sale-chart__header[b-o17od2yoxn] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  align-items: baseline;
}

.sale-chart__title[b-o17od2yoxn] {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1f2937;
  margin: 0;
}

.sale-chart__summary[b-o17od2yoxn] {
  font-size: 0.95rem;
  color: #4b5563;
  margin: 0;
}

.sale-chart__message[b-o17od2yoxn] {
  margin: 0;
  font-size: 0.95rem;
  color: #6b7280;
}

.sale-chart__body[b-o17od2yoxn] {
  display: grid;
  gap: 24px;
}

.sale-chart__canvas[b-o17od2yoxn] {
  position: relative;
  min-height: 260px;
}

.sale-chart__canvas[b-o17od2yoxn]  canvas {
  width: 100% !important;
  height: 100% !important;
}

.sale-chart__legend[b-o17od2yoxn] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 12px 16px;
  margin: 0;
}

.sale-chart__legend-entry[b-o17od2yoxn] {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 0.85rem;
  color: #4b5563;
}

.sale-chart__legend-entry dt[b-o17od2yoxn] {
  font-weight: 500;
}

.sale-chart__legend-entry dd[b-o17od2yoxn] {
  margin: 0;
  font-variant-numeric: tabular-nums;
}

@media (max-width: 768px) {
  .sale-chart[b-o17od2yoxn] {
    padding: 20px;
  }

  .sale-chart__canvas[b-o17od2yoxn] {
    min-height: 220px;
  }

  .sale-chart__legend[b-o17od2yoxn] {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-page__analytics[b-gv738zv5t0] {
  margin-top: 48px;
  display: grid;
  gap: 32px;
  display:flex;
  flex-direction:column;
}

@media (min-width: 1024px) {
  .home-page__analytics[b-gv738zv5t0] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .home-page__analytics[b-gv738zv5t0] {
    margin-top: 32px;
    gap: 24px;
  }
}
/* /Components/Pages/Inventory/InventorySummary.razor.rz.scp.css */
.inventory-summary[b-hd89u2qh2t] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 2rem 1.5rem 4rem;
}

.inventory-summary__message[b-hd89u2qh2t] {
    margin: 0 auto;
    padding: 1rem 1.5rem;
    border-radius: 0.75rem;
    background-color: #f5f5f5;
    color: #333333;
    font-weight: 600;
}

.inventory-summary__table-wrapper[b-hd89u2qh2t] {
    overflow: auto;
    border: 1px solid #e0e0e0;
    border-radius: 0.75rem;
    background-color: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.02);
    max-height: 70vh;
}

.inventory-summary__table[b-hd89u2qh2t] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    min-width: 32rem;
    font-size: 0.95rem;
}

.inventory-summary__table th[b-hd89u2qh2t],
.inventory-summary__table td[b-hd89u2qh2t] {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #e8e8e8;
    background-color: #ffffff;
    white-space: nowrap;
}

.inventory-summary__table thead th[b-hd89u2qh2t] {
    position: sticky;
    top: 0;
    z-index: 3;
    background-color: #f3f6fb;
    font-weight: 700;
    text-align: center;
    border-bottom: 2px solid #d5dbe8;
}

.inventory-summary__table tbody tr:nth-child(even) td[b-hd89u2qh2t] {
    background-color: #fafbfd;
}

.inventory-summary__table tbody tr:nth-child(even) .inventory-summary__product-cell[b-hd89u2qh2t] {
    background-color: #f6f8fc;
}

.inventory-summary__product-header[b-hd89u2qh2t] {
    position: sticky;
    left: 0;
    z-index: 4;
    text-align: left;
    min-width: 16rem;
    background-color: #f3f6fb;
}

.inventory-summary__product-cell[b-hd89u2qh2t] {
    position: sticky;
    left: 0;
    z-index: 2;
    text-align: left;
    font-weight: 600;
    background-color: #ffffff;
    border-right: 1px solid #e8e8e8;
}

.inventory-summary__product-name[b-hd89u2qh2t] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.inventory-summary__quantity-cell[b-hd89u2qh2t],
.inventory-summary__total-cell[b-hd89u2qh2t],
.inventory-summary__grand-total-value[b-hd89u2qh2t] {
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.inventory-summary__total-header[b-hd89u2qh2t] {
    text-align: right;
}

.inventory-summary__grand-total-label[b-hd89u2qh2t] {
    font-weight: 700;
    background-color: #f3f6fb;
}

.inventory-summary__grand-total-value[b-hd89u2qh2t] {
    font-weight: 700;
    background-color: #f9fbff;
}

.inventory-summary__mobile-list[b-hd89u2qh2t] {
    display: none;
    flex-direction: column;
    gap: 1rem;
}

.inventory-summary__mobile-card[b-hd89u2qh2t] {
    border: 1px solid #d5dbe8;
    border-radius: 0.85rem;
    background-color: #ffffff;
    padding: 1rem;
    box-shadow: 0 8px 18px rgba(20, 61, 120, 0.1);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.inventory-summary__mobile-card-header[b-hd89u2qh2t] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
}

.inventory-summary__mobile-title[b-hd89u2qh2t] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.inventory-summary__mobile-total[b-hd89u2qh2t] {
    font-weight: 700;
    color: #1b75bc;
    font-variant-numeric: tabular-nums;
}

.inventory-summary__mobile-grid[b-hd89u2qh2t] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(9rem, 1fr));
    gap: 0.75rem;
    margin: 0;
}

.inventory-summary__mobile-item[b-hd89u2qh2t] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.65rem;
    border-radius: 0.75rem;
    background-color: #f3f6fb;
}

.inventory-summary__mobile-item dt[b-hd89u2qh2t] {
    font-size: 0.85rem;
    color: #4a4a4a;
}

.inventory-summary__mobile-item dd[b-hd89u2qh2t] {
    margin: 0;
    font-weight: 600;
    color: #1b1b1b;
    font-variant-numeric: tabular-nums;
}

@media (max-width: 900px) {
    .inventory-summary__table[b-hd89u2qh2t] {
        min-width: 28rem;
    }

    .inventory-summary__product-header[b-hd89u2qh2t] {
        min-width: 13rem;
    }
}

@media (max-width: 768px) {
    .inventory-summary[b-hd89u2qh2t] {
        padding: 1.5rem 1rem 3rem;
    }

    .inventory-summary__table-wrapper[b-hd89u2qh2t] {
        display: none;
    }

    .inventory-summary__mobile-list[b-hd89u2qh2t] {
        display: flex;
    }
}
/* /Components/Pages/Inventory/Issue.razor.rz.scp.css */
.issue-page[b-o42twwe2sd] {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  max-width: 70rem;
  margin: 0 auto;
  padding: 2rem 1.5rem 4rem;
}

.issue-page__header[b-o42twwe2sd] {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.issue-page__title[b-o42twwe2sd] {
  font-size: 1.9rem;
  font-weight: 700;
  margin: 0;
}

.issue-page__subtitle[b-o42twwe2sd] {
  margin: 0;
  color: #5f6368;
}

.issue-template[b-o42twwe2sd] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  background-color: #f3f4f6;
  border-radius: 1.1rem;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.issue-template__content[b-o42twwe2sd] {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.issue-template__content h2[b-o42twwe2sd] {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
}

.issue-template__content p[b-o42twwe2sd] {
  margin: 0;
  color: #4a4a4a;
}

.issue-button[b-o42twwe2sd] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.85rem;
  padding: 0.65rem 1.5rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  border: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

.issue-button--primary[b-o42twwe2sd] {
  background-color: #1b75bc;
  color: #ffffff;
  box-shadow: 0 16px 28px rgba(27, 117, 188, 0.35);
}

.issue-button--primary:hover[b-o42twwe2sd],
.issue-button--primary:focus-visible[b-o42twwe2sd] {
  transform: translateY(-2px);
  box-shadow: 0 20px 34px rgba(27, 117, 188, 0.45);
}

.issue-button--secondary[b-o42twwe2sd] {
  background-color: #ffffff;
  color: #1b75bc;
  border: 2px solid #1b75bc;
}

.issue-button--secondary:hover[b-o42twwe2sd],
.issue-button--secondary:focus-visible[b-o42twwe2sd] {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(27, 117, 188, 0.2);
}

.issue-button--link[b-o42twwe2sd] {
  color: #1b75bc;
  background: transparent;
  border: none;
  padding: 0.25rem 0.75rem;
}

.issue-button--link:hover[b-o42twwe2sd],
.issue-button--link:focus-visible[b-o42twwe2sd] {
  text-decoration: underline;
}

.issue-alert[b-o42twwe2sd] {
  border-radius: 0.85rem;
  padding: 0.9rem 1.15rem;
  font-weight: 600;
  text-align: center;
}

.issue-alert--success[b-o42twwe2sd] {
  background-color: #e6f4ea;
  color: #0f5132;
  border: 1px solid #badbcc;
}

.issue-alert--error[b-o42twwe2sd] {
  background-color: #f8d7da;
  color: #842029;
  border: 1px solid #f5c2c7;
}

.issue-loading[b-o42twwe2sd] {
  text-align: center;
  color: #1b75bc;
  font-weight: 600;
}

.issue-step[b-o42twwe2sd] {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  background-color: #ffffff;
  border-radius: 1.25rem;
  padding: 1.75rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.issue-step__title[b-o42twwe2sd] {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
}

.issue-step__hint[b-o42twwe2sd] {
  margin: 0;
  color: #5d6368;
}

.issue-empty[b-o42twwe2sd] {
  text-align: center;
  color: #5d6368;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.issue-storage-list[b-o42twwe2sd] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 1.25rem;
}

.issue-storage-card[b-o42twwe2sd] {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  border: 2px solid #1b1b1b;
  border-radius: 0.9rem;
  padding: 1rem 1.1rem;
  background-color: #f3f4f6;
  color: #1b1b1b;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.issue-storage-card:hover:not(:disabled)[b-o42twwe2sd],
.issue-storage-card:focus-visible:not(:disabled)[b-o42twwe2sd] {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(27, 117, 188, 0.25);
  border-color: #1b75bc;
  outline: none;
}

.issue-storage-card:disabled[b-o42twwe2sd] {
  cursor: not-allowed;
  opacity: 0.6;
}

.issue-storage-card--selected[b-o42twwe2sd] {
  background-color: #def5e5;
  border-color: #198754;
  box-shadow: 0 18px 30px rgba(25, 135, 84, 0.25);
}

.issue-storage-card__name[b-o42twwe2sd] {
  font-size: 1.05rem;
}

.issue-storage-card__description[b-o42twwe2sd] {
  font-size: 0.9rem;
  color: #4f4f4f;
}

.issue-upload__summary[b-o42twwe2sd] {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.issue-upload__label[b-o42twwe2sd] {
  color: #5d6368;
}

.issue-upload__storage[b-o42twwe2sd] {
  font-size: 1.1rem;
}

.issue-upload__actions[b-o42twwe2sd] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.issue-upload__picker[b-o42twwe2sd] {
  position: relative;
  cursor: pointer;
}

.issue-upload__picker input[type="file"][b-o42twwe2sd] {
  display: none;
}

.issue-review__header[b-o42twwe2sd] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}

.issue-review__summary[b-o42twwe2sd] {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.issue-review__label[b-o42twwe2sd] {
  color: #5d6368;
}

.issue-review__storage[b-o42twwe2sd] {
  font-size: 1.2rem;
}

.issue-review__actions[b-o42twwe2sd] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.issue-summary[b-o42twwe2sd] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
  gap: 1rem;
  background-color: #f3f4f6;
  border-radius: 0.9rem;
  padding: 1rem 1.2rem;
}

.issue-summary__item[b-o42twwe2sd] {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  align-items: flex-start;
}

.issue-summary__label[b-o42twwe2sd] {
  color: #5d6368;
}

.issue-summary__value[b-o42twwe2sd] {
  font-size: 1.3rem;
}

.issue-invalid[b-o42twwe2sd] {
  background-color: #fff4e5;
  border: 1px solid #fcd9a5;
  border-radius: 0.85rem;
  padding: 1rem 1.2rem;
  color: #8a5200;
}

.issue-invalid h3[b-o42twwe2sd] {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
}

.issue-invalid ul[b-o42twwe2sd] {
  margin: 0;
  padding-left: 1.2rem;
}

.issue-table-wrapper[b-o42twwe2sd] {
  overflow-x: auto;
}

.issue-table[b-o42twwe2sd] {
  width: 100%;
  border-collapse: collapse;
}

.issue-table th[b-o42twwe2sd],
.issue-table td[b-o42twwe2sd] {
  padding: 0.75rem 0.9rem;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
}

.issue-table th[b-o42twwe2sd] {
  font-size: 0.95rem;
  color: #5d6368;
  font-weight: 700;
}

.issue-table__number[b-o42twwe2sd] {
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.issue-table__status[b-o42twwe2sd] {
  text-align: center;
}

.issue-status[b-o42twwe2sd] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.35rem 0.9rem;
  font-weight: 600;
  font-size: 0.9rem;
}

.issue-status--ready[b-o42twwe2sd] {
  background-color: #def5e5;
  color: #198754;
}

.issue-status--warning[b-o42twwe2sd] {
  background-color: #fff3cd;
  color: #856404;
}

.issue-status--error[b-o42twwe2sd] {
  background-color: #f8d7da;
  color: #842029;
}

.issue-step__actions[b-o42twwe2sd] {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
}

@media (max-width: 720px) {
  .issue-template[b-o42twwe2sd] {
    flex-direction: column;
    align-items: flex-start;
  }

  .issue-step[b-o42twwe2sd] {
    padding: 1.35rem;
  }

  .issue-step__actions[b-o42twwe2sd] {
    flex-direction: column;
    align-items: stretch;
  }

  .issue-button[b-o42twwe2sd] {
    width: 100%;
  }
}
/* /Components/Pages/Inventory/Report.razor.rz.scp.css */
.inventory-report[b-kw5w42tzp9] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 2rem 1.5rem 4rem;
}

.inventory-report__header[b-kw5w42tzp9] {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.inventory-report__title[b-kw5w42tzp9] {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 700;
}

.inventory-report__subtitle[b-kw5w42tzp9] {
    margin: 0;
    color: #5c5c5c;
    font-size: 1rem;
}

@media (max-width: 768px) {
    .inventory-report[b-kw5w42tzp9] {
        padding: 1.5rem 1rem 3rem;
    }
}
/* /Components/Pages/Inventory/StorageProductList.razor.rz.scp.css */
.storage-products[b-qku6245xbt] {
    max-width: 40rem;
    margin: 0 auto;
    padding: 2rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.storage-products__header[b-qku6245xbt] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    text-align: center;
}

.storage-products__title[b-qku6245xbt] {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 700;
}

.storage-products__subtitle[b-qku6245xbt] {
    margin: 0;
    color: #5c5c5c;
}

.storage-products__message[b-qku6245xbt] {
    text-align: center;
    padding: 2.5rem 1rem;
    color: #5c5c5c;
}
/* /Components/Pages/Inventory/Storages.razor.rz.scp.css */
.storages-page[b-pz8qait8uk] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 38rem;
    margin: 0 auto;
    padding: 2rem 1.5rem 4rem;
}

.storages-page__header[b-pz8qait8uk] {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.storages-page__title[b-pz8qait8uk] {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0;
}

.storages-page__subtitle[b-pz8qait8uk] {
    margin: 0;
    color: #5c5c5c;
}

.storages-page__list[b-pz8qait8uk] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.storages-page__empty[b-pz8qait8uk] {
    margin: 0;
    padding: 1.5rem;
    border: 1.5px dashed #c5c5c5;
    border-radius: 0.75rem;
    text-align: center;
    color: #6f6f6f;
    background-color: #fafafa;
}

.storage-item[b-pz8qait8uk] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    border: 2px solid #1b1b1b;
    border-radius: 0.75rem;
    padding: 1rem;
    background-color: #ffffff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}

.storage-item__status[b-pz8qait8uk] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
}

.storage-item__checkbox[b-pz8qait8uk] {
    width: 1.25rem;
    height: 1.25rem;
    accent-color: #0d6efd;
}

.storage-item__status-text[b-pz8qait8uk] {
    color: #1b1b1b;
}

.storage-item__editor[b-pz8qait8uk] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.storage-item__input[b-pz8qait8uk] {
    flex: 1;
    border: 1.5px solid #1b1b1b;
    border-radius: 0.5rem;
    padding: 0.55rem 0.75rem;
    font-size: 1rem;
}

.storage-item__input:disabled[b-pz8qait8uk] {
    background-color: #f4f4f4;
}

.storage-item__save[b-pz8qait8uk] {
    border: none;
    border-radius: 0.5rem;
    padding: 0.55rem 1.1rem;
    font-weight: 600;
    background-color: #1b75bc;
    color: #ffffff;
    cursor: pointer;
    transition: transform 0.15s ease;
}

.storage-item__save:disabled[b-pz8qait8uk] {
    opacity: 0.6;
    cursor: not-allowed;
}

.storage-item__name[b-pz8qait8uk] {
    font-size: 1.1rem;
    font-weight: 600;
}

.storage-item__actions[b-pz8qait8uk] {
    display: flex;
    gap: 0.65rem;
}

.storage-item__action[b-pz8qait8uk] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.6rem;
    border: none;
    cursor: pointer;
    transition: transform 0.15s ease, filter 0.15s ease;
    color: #ffffff;
}

.storage-item__action:disabled[b-pz8qait8uk] {
    cursor: not-allowed;
    filter: grayscale(0.4);
}

.storage-item__action--view[b-pz8qait8uk],
.storage-item__action--edit[b-pz8qait8uk] {
    background-color: #1b75bc;
}

.storage-item__action--delete[b-pz8qait8uk] {
    background-color: #dc3545;
}

.storage-item__icon[b-pz8qait8uk] {
    width: 1.3rem;
    height: 1.3rem;
}

.storage-item__error[b-pz8qait8uk] {
    margin: 0;
    padding: 0.75rem;
    border-radius: 0.5rem;
    background-color: #fff3cd;
    color: #8a6d3b;
    border: 1px solid #ffeeba;
    font-size: 0.95rem;
}

.storages-page__actions[b-pz8qait8uk] {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.storages-page__error[b-pz8qait8uk] {
    margin: 0;
    text-align: center;
    color: #dc3545;
    font-weight: 600;
}

.storages-page__add-button[b-pz8qait8uk] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    border: none;
    border-radius: 0.85rem;
    padding: 0.85rem 1.5rem;
    background-color: #1b75bc;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(27, 117, 188, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.storages-page__add-button:disabled[b-pz8qait8uk] {
    opacity: 0.6;
    cursor: not-allowed;
    box-shadow: none;
}

.storages-page__add-icon[b-pz8qait8uk] {
    width: 2rem;
    height: 2rem;
}

.storages-page__add-label[b-pz8qait8uk] {
    font-size: 1.05rem;
}

.visually-hidden[b-pz8qait8uk] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
/* /Components/Pages/Inventory/Transfer.razor.rz.scp.css */
.transfer-page[b-2q0zcehj38] {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  max-width: 70rem;
  margin: 0 auto;
  padding: 2rem 1.5rem 4rem;
}

.transfer-page__header[b-2q0zcehj38] {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.transfer-page__title[b-2q0zcehj38] {
  font-size: 1.9rem;
  font-weight: 700;
  margin: 0;
}

.transfer-page__subtitle[b-2q0zcehj38] {
  margin: 0;
  color: #5f6368;
}

.transfer-alert[b-2q0zcehj38] {
  border-radius: 0.85rem;
  padding: 0.85rem 1.1rem;
  font-weight: 600;
  text-align: center;
}

.transfer-alert--success[b-2q0zcehj38] {
  background-color: #e6f4ea;
  color: #0f5132;
  border: 1px solid #badbcc;
}

.transfer-alert--error[b-2q0zcehj38] {
  background-color: #f8d7da;
  color: #842029;
  border: 1px solid #f5c2c7;
}

.transfer-loading[b-2q0zcehj38] {
  text-align: center;
  color: #1b75bc;
  font-weight: 600;
}

.transfer-step[b-2q0zcehj38] {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  background-color: #ffffff;
  border-radius: 1.25rem;
  padding: 1.75rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.transfer-step__title[b-2q0zcehj38] {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
}

.transfer-selection[b-2q0zcehj38] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
  gap: 1.5rem;
  align-items: flex-start;
}

.transfer-selection__column[b-2q0zcehj38] {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.transfer-selection__title[b-2q0zcehj38] {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0;
}

.transfer-selection__hint[b-2q0zcehj38] {
  margin: 0;
  color: #616161;
  font-size: 0.95rem;
}

.transfer-selection__list[b-2q0zcehj38] {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.transfer-selection__indicator[b-2q0zcehj38] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #1b75bc;
}

.transfer-storage-option[b-2q0zcehj38] {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  border: 2px solid #1b1b1b;
  border-radius: 0.9rem;
  padding: 0.95rem 1rem;
  background-color: #f3f4f6;
  color: #1b1b1b;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.transfer-storage-option:hover:not(:disabled)[b-2q0zcehj38],
.transfer-storage-option:focus-visible:not(:disabled)[b-2q0zcehj38] {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(27, 117, 188, 0.25);
  border-color: #1b75bc;
  outline: none;
}

.transfer-storage-option:disabled[b-2q0zcehj38] {
  cursor: not-allowed;
  opacity: 0.6;
}

.transfer-storage-option--selected[b-2q0zcehj38] {
  background-color: #def5e5;
  border-color: #198754;
  box-shadow: 0 18px 30px rgba(25, 135, 84, 0.25);
}

.transfer-storage-option__name[b-2q0zcehj38] {
  font-size: 1.05rem;
}

.transfer-storage-option__description[b-2q0zcehj38] {
  font-size: 0.9rem;
  color: #4f4f4f;
}

.transfer-storage-option__check[b-2q0zcehj38] {
  position: absolute;
  top: 0.6rem;
  right: 0.75rem;
  background-color: #198754;
  color: #ffffff;
  border-radius: 999px;
  width: 1.65rem;
  height: 1.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
}

.transfer-step__actions[b-2q0zcehj38] {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
}

.transfer-button[b-2q0zcehj38] {
  border: none;
  border-radius: 0.9rem;
  padding: 0.85rem 1.8rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.transfer-button:disabled[b-2q0zcehj38] {
  opacity: 0.6;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}

.transfer-button--primary[b-2q0zcehj38] {
  background-color: #1b75bc;
  color: #ffffff;
  box-shadow: 0 16px 32px rgba(27, 117, 188, 0.35);
}

.transfer-button--primary:not(:disabled):hover[b-2q0zcehj38] {
  transform: translateY(-2px);
  box-shadow: 0 20px 38px rgba(27, 117, 188, 0.45);
}

.transfer-button--secondary[b-2q0zcehj38] {
  background-color: #ffffff;
  color: #1b75bc;
  border: 2px solid #1b75bc;
}

.transfer-button--secondary:not(:disabled):hover[b-2q0zcehj38] {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(27, 117, 188, 0.2);
}

.transfer-empty[b-2q0zcehj38] {
  margin: 0;
  padding: 1.5rem;
  border-radius: 1rem;
  border: 1.5px dashed #c5c5c5;
  background-color: #fafafa;
  text-align: center;
  color: #5d5d5d;
}

.transfer-empty__link[b-2q0zcehj38] {
  color: #1b75bc;
  font-weight: 600;
  text-decoration: none;
}

.transfer-empty__link:hover[b-2q0zcehj38] {
  text-decoration: underline;
}

.transfer-scan__header[b-2q0zcehj38] {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 1.5rem;
  align-items: flex-start;
}

.transfer-scan__scanner[b-2q0zcehj38] {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.transfer-scan__summary[b-2q0zcehj38] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.25rem;
  border-radius: 1rem;
  background-color: #f1f5f9;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.transfer-scan__summary-item[b-2q0zcehj38] {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.transfer-scan__summary-label[b-2q0zcehj38] {
  font-size: 0.95rem;
  color: #5c5f66;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.transfer-scan__summary-value[b-2q0zcehj38] {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #1f2937;
}

.transfer-scan__check[b-2q0zcehj38] {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 999px;
  background-color: #198754;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.transfer-scan__total[b-2q0zcehj38] {
  font-size: 1.4rem;
  color: #0f172a;
}

.transfer-scan__table-wrapper[b-2q0zcehj38] {
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}

.transfer-scan__table[b-2q0zcehj38] {
  width: 100%;
  border-collapse: collapse;
}

.transfer-scan__table thead[b-2q0zcehj38] {
  background-color: #1b75bc;
  color: #ffffff;
}

.transfer-scan__table th[b-2q0zcehj38],
.transfer-scan__table td[b-2q0zcehj38] {
  padding: 0.85rem 1rem;
  text-align: left;
}

.transfer-scan__table tbody tr:nth-child(even)[b-2q0zcehj38] {
  background-color: #f8fafc;
}

.transfer-scan__quantity[b-2q0zcehj38] {
  text-align: right;
  font-weight: 700;
}

.transfer-scan__error[b-2q0zcehj38] {
  margin: 0;
}

.visually-hidden[b-2q0zcehj38] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 992px) {
  .transfer-page[b-2q0zcehj38] {
    padding: 1.5rem 1.25rem 3rem;
  }

  .transfer-step[b-2q0zcehj38] {
    padding: 1.5rem;
  }

  .transfer-scan__header[b-2q0zcehj38] {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .transfer-page[b-2q0zcehj38] {
    padding: 1.25rem 1rem 2.5rem;
  }

  .transfer-step__actions[b-2q0zcehj38] {
    flex-direction: column;
    align-items: stretch;
  }

  .transfer-selection__indicator[b-2q0zcehj38] {
    display: none;
  }

  .transfer-button[b-2q0zcehj38] {
    width: 100%;
  }
}
/* /Components/Pages/Product/ProductCreate.razor.rz.scp.css */
.product-create[b-wyc85glyqy] {
    max-width: 640px;
    margin: 0 auto;
    padding: 1.5rem;
    background: #fff;
    border-radius: 1.5rem;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.product-create header h1[b-wyc85glyqy] {
    margin-bottom: 0.25rem;
}

.product-create header p[b-wyc85glyqy] {
    margin: 0;
    color: var(--bs-gray-600, #5f6368);
}

.product-create__form[b-wyc85glyqy] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem 1.25rem;
}

.form-field[b-wyc85glyqy] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.form-field label[b-wyc85glyqy] {
    font-weight: 600;
}

.form-control[b-wyc85glyqy] {
    border-radius: 0.75rem;
    border: 1px solid var(--bs-gray-300, #dadce0);
    padding: 0.7rem 0.85rem;
}

.validation-message[b-wyc85glyqy],
.validation-errors li[b-wyc85glyqy] {
    color: #d93025;
    font-size: 0.9rem;
}

.product-create__error[b-wyc85glyqy] {
    color: #d93025;
    font-weight: 600;
}

.product-create__actions[b-wyc85glyqy] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: flex-end;
}

.product-create__submit[b-wyc85glyqy] {
    border: none;
    background: #1a73e8;
    color: #fff;
    padding: 0.75rem 1.5rem;
    border-radius: 0.85rem;
    font-weight: 600;
}

.product-create__cancel[b-wyc85glyqy] {
    border: none;
    background: #f1f3f4;
    color: #202124;
    padding: 0.75rem 1.4rem;
    border-radius: 0.85rem;
    font-weight: 600;
}

@media (max-width: 540px) {
    .product-create[b-wyc85glyqy] {
        padding: 1.25rem;
    }
}
/* /Components/Pages/Product/ProductDetail.razor.rz.scp.css */
.product-detail[b-rvhxrayli3] {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
    padding: 1.5rem;
    background: #fff;
    border-radius: 1.5rem;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.product-detail__loading[b-rvhxrayli3] {
    padding: 2.5rem;
    text-align: center;
    font-size: 1.1rem;
    color: var(--bs-gray-600, #5f6368);
}

.product-detail--empty[b-rvhxrayli3] {
    align-items: center;
    text-align: center;
    gap: 1rem;
}

.product-detail--empty p[b-rvhxrayli3] {
    max-width: 420px;
    color: var(--bs-gray-600, #5f6368);
}

.product-detail__primary[b-rvhxrayli3] {
    border: none;
    padding: 0.9rem 1.8rem;
    border-radius: 999px;
    background: #1a73e8;
    color: white;
    font-weight: 600;
    box-shadow: 0 20px 40px rgba(26, 115, 232, 0.35);
}

.product-detail__header[b-rvhxrayli3] {
    display: flex;
    gap: 1.75rem;
    flex-wrap: wrap;
}

.product-detail__image[b-rvhxrayli3] {
    position: relative;
    width: min(280px, 100%);
    aspect-ratio: 1;
    border-radius: 1.25rem;
    overflow: hidden;
    background: linear-gradient(135deg, #f1f3f4, #e8f0fe);
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-detail__image img[b-rvhxrayli3] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-detail__upload-overlay[b-rvhxrayli3] {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: rgba(15, 23, 42, 0.6);
    color: #fff;
    text-align: center;
    padding: 1rem;
    backdrop-filter: blur(4px);
}

.product-detail__upload-text[b-rvhxrayli3] {
    font-weight: 600;
}

.product-detail__progress[b-rvhxrayli3] {
    width: 100%;
    max-width: 220px;
    height: 0.5rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.25);
    overflow: hidden;
}

.product-detail__progress-fill[b-rvhxrayli3] {
    height: 100%;
    background: linear-gradient(135deg, #1a73e8, #0b57d0);
    transition: width 0.15s ease;
}

.product-detail__progress-value[b-rvhxrayli3] {
    font-weight: 600;
    letter-spacing: 0.02em;
}

.product-detail__placeholder svg[b-rvhxrayli3] {
    width: 48%;
    height: auto;
    fill: rgba(0, 0, 0, 0.25);
}


.product-detail__image-actions[b-rvhxrayli3] {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    display: flex;
    gap: 0.5rem;
}

.product-detail__action[b-rvhxrayli3] {
    border: none;
    padding: 0.45rem 1rem;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
}

.product-detail__action--icon[b-rvhxrayli3] {
    padding: 0.45rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
}

.product-detail__action-icon[b-rvhxrayli3] {
    width: 1.25rem;
    height: 1.25rem;
    fill: currentColor;
}

.product-detail__sr-only[b-rvhxrayli3] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.product-detail__action--primary[b-rvhxrayli3] {
    background: rgba(26, 115, 232, 0.9);
    color: #fff;
}

.product-detail__action--danger[b-rvhxrayli3] {
    background: rgba(234, 67, 53, 0.9);
    color: #fff;
}

.product-detail__summary[b-rvhxrayli3] {
    flex: 1;
    min-width: 240px;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.product-detail__code[b-rvhxrayli3] {
    display: inline-flex;
    align-self: flex-start;
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    font-weight: 600;
    background: #f1f3f4;
}

.product-detail__summary h1[b-rvhxrayli3] {
    margin: 0;
    font-size: 1.85rem;
}

.product-detail__meta[b-rvhxrayli3] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.25rem;
    color: var(--bs-gray-600, #5f6368);
}

.product-detail__pricing[b-rvhxrayli3] {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 1rem;
}

.product-detail__price[b-rvhxrayli3] {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1a73e8;
}

.product-detail__discount[b-rvhxrayli3] {
    font-weight: 600;
    color: #d93025;
}

.product-detail__stocks h2[b-rvhxrayli3] {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.product-detail__stocks table[b-rvhxrayli3] {
    width: 100%;
    border-collapse: collapse;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}

.product-detail__stocks th[b-rvhxrayli3],
.product-detail__stocks td[b-rvhxrayli3] {
    padding: 0.85rem 1.2rem;
    background: #fff;
}

.product-detail__stocks tbody tr:nth-child(odd) td[b-rvhxrayli3] {
    background: #f8fafc;
}

.product-detail__empty[b-rvhxrayli3] {
    color: var(--bs-gray-600, #5f6368);
}

.product-detail__footer[b-rvhxrayli3] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.product-detail__footer-actions[b-rvhxrayli3] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 0.75rem;
}

.product-detail__footer-btn[b-rvhxrayli3] {
    padding: 0.85rem 1.2rem;
    border-radius: 0.85rem;
    border: none;
    background: #202124;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.01em;
    box-shadow: 0 16px 30px rgba(32, 33, 36, 0.25);
}

.product-detail__footer-btn--secondary[b-rvhxrayli3] {
    background: #5f6368;
}

.product-detail__footer-btn--danger[b-rvhxrayli3] {
    background: #d93025;
}

.product-detail__footer-message[b-rvhxrayli3] {
    padding: 0.65rem 1rem;
    border-radius: 0.75rem;
    background: rgba(217, 48, 37, 0.12);
    color: #d93025;
    font-weight: 600;
}

.product-detail__editor[b-rvhxrayli3] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.product-detail__editor-fields[b-rvhxrayli3] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.product-detail__editor-field[b-rvhxrayli3] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.product-detail__editor-field label[b-rvhxrayli3] {
    font-weight: 600;
}

.product-detail__editor-validation[b-rvhxrayli3] {
    margin: 0;
}

.product-detail__editor-error[b-rvhxrayli3] {
    padding: 0.65rem 1rem;
    border-radius: 0.75rem;
    background: rgba(217, 48, 37, 0.12);
    color: #d93025;
    font-weight: 600;
}

.product-detail__editor-actions[b-rvhxrayli3] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 0.75rem;
}

@media (max-width: 768px) {
    .product-detail[b-rvhxrayli3] {
        padding: 1.25rem;
    }

    .product-detail__header[b-rvhxrayli3] {
        flex-direction: column;
        align-items: center;
    }

    .product-detail__summary[b-rvhxrayli3] {
        align-items: center;
        text-align: center;
    }

    .product-detail__meta[b-rvhxrayli3] {
        justify-content: center;
    }
}
/* /Components/Pages/Product/ProductList.razor.rz.scp.css */
.product-list[b-85869s0vew] {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem;
}

.product-list__top-bar[b-85869s0vew] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.product-list__tabs-wrapper[b-85869s0vew] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.product-list__tabs[b-85869s0vew] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.product-list__filter[b-85869s0vew] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.product-list__filter-label[b-85869s0vew] {
  font-size: 0.9rem;
  font-weight: 600;
  color: #4b5563;
}

.product-list__filter-select[b-85869s0vew] {
  min-width: 180px;
  padding: 0.5rem 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  background-color: #ffffff;
  color: #1f2937;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.product-list__filter-select:focus[b-85869s0vew] {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.product-list__filter-clear[b-85869s0vew] {
  appearance: none;
  border: none;
  background: transparent;
  color: #2563eb;
  font-weight: 500;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.product-list__filter-clear:hover[b-85869s0vew] {
  background-color: rgba(37, 99, 235, 0.08);
  color: #1d4ed8;
}

.product-list__view-toggle[b-85869s0vew] {
  display: inline-flex;
  border: 1px solid #d1d5db;
  border-radius: 999px;
  overflow: hidden;
  background-color: #ffffff;
}

.product-list__view-button[b-85869s0vew] {
  appearance: none;
  border: none;
  background: transparent;
  color: #4b5563;
  padding: 0.5rem 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.product-list__view-button:hover[b-85869s0vew] {
  background-color: rgba(37, 99, 235, 0.08);
  color: #1d4ed8;
}

.product-list__view-button:focus-visible[b-85869s0vew] {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.product-list__view-button--active[b-85869s0vew] {
  background-color: #2563eb;
  color: #ffffff;
}

.product-list__view-button--active:hover[b-85869s0vew] {
  color: #ffffff;
}

.product-list__view-icon[b-85869s0vew] {
  width: 20px;
  height: 20px;
}

.product-list__sr-only[b-85869s0vew] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.product-list__tab[b-85869s0vew] {
  appearance: none;
  border: 1px solid #d1d5db;
  background-color: #f9fafb;
  color: #374151;
  font-weight: 500;
  padding: 0.5rem 1.25rem;
  border-radius: 999px;
  cursor: pointer;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.product-list__tab:hover[b-85869s0vew] {
  background-color: #eef2ff;
  border-color: #2563eb;
  color: #1d4ed8;
}

.product-list__tab:focus-visible[b-85869s0vew] {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.product-list__tab--active[b-85869s0vew] {
  background-color: #2563eb;
  border-color: #2563eb;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25);
}

.product-list__tab--active:hover[b-85869s0vew] {
  color: #ffffff;
}

.product-list__header[b-85869s0vew] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.product-list__label[b-85869s0vew] {
  font-weight: 600;
  font-size: 0.9rem;
  color: #4b5563;
}

.product-list__search[b-85869s0vew] {
  padding: 0.75rem 1rem;
  border: 1px solid #d1d5db;
  border-radius: 0.75rem;
  font-size: 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.product-list__search:focus[b-85869s0vew] {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.product-list__status[b-85869s0vew] {
  font-size: 0.95rem;
  color: #6b7280;
}

.product-list__groups[b-85869s0vew] {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.product-list__group[b-85869s0vew] {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.product-list__group-title[b-85869s0vew] {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: #1f2937;
}

.product-list__group-count[b-85869s0vew] {
  font-size: 0.85rem;
  color: #6b7280;
}

.product-list__items[b-85869s0vew] {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.product-list__item[b-85869s0vew] {
  background: #ffffff;
  border-radius: 0.75rem;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
  border: 1px solid #e5e7eb;
  overflow: hidden;
}

.product-list__button[b-85869s0vew] {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  gap: 1rem;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.product-list__button:focus-visible[b-85869s0vew] {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.product-list__button:hover[b-85869s0vew] {
  background-color: #f9fafb;
  transform: translateY(-1px);
}

.product-list__media[b-85869s0vew] {
  width: 72px;
  height: 72px;
  border-radius: 0.75rem;
  overflow: hidden;
  background: #f3f4f6;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.product-list__image[b-85869s0vew],
.product-list__placeholder[b-85869s0vew] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-list__placeholder[b-85869s0vew] {
  padding: 1rem;
  object-fit: contain;
  filter: grayscale(0.6);
}

.product-list__details[b-85869s0vew] {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  flex: 1 1 auto;
}

.product-list__name[b-85869s0vew] {
  font-size: 1.05rem;
  font-weight: 600;
  color: #111827;
}

.product-list__meta[b-85869s0vew] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  font-size: 0.9rem;
  color: #4b5563;
}

.product-list__code[b-85869s0vew] {
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;
  font-size: 0.85rem;
  color: #6b7280;
}

.product-list__price[b-85869s0vew] {
  margin-left: auto;
  font-weight: 600;
  color: #111827;
}

.product-list__stock[b-85869s0vew] {
  font-size: 0.85rem;
  font-weight: 600;
  color: #2563eb;
}

.product-list__grid[b-85869s0vew] {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

.product-card[b-85869s0vew] {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  background: #ffffff;
  border-radius: 0.75rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
  padding: 1rem;
  text-align: left;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-card:hover[b-85869s0vew] {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
}

.product-card:focus-visible[b-85869s0vew] {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.product-card__media[b-85869s0vew] {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 0.75rem;
  overflow: hidden;
  background: #f3f4f6;
  display: grid;
  place-items: center;
}

.product-card__image[b-85869s0vew],
.product-card__placeholder[b-85869s0vew] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card__placeholder[b-85869s0vew] {
  object-fit: contain;
  padding: 1.5rem;
  filter: grayscale(0.6);
}

.product-card__body[b-85869s0vew] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1 1 auto;
}

.product-card__name[b-85869s0vew] {
  font-size: 1rem;
  font-weight: 600;
  color: #111827;
}

.product-card__code[b-85869s0vew] {
  font-size: 0.85rem;
  color: #6b7280;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;
}

.product-card__footer[b-85869s0vew] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: #1f2937;
}

.product-card__price[b-85869s0vew] {
  font-weight: 600;
  color: #111827;
  margin-right: auto;
}

.product-card__stock[b-85869s0vew] {
  font-weight: 600;
  color: #2563eb;
}

@media (min-width: 768px) {
  .product-list[b-85869s0vew] {
    padding: 2rem 3rem;
  }
}
/* /Components/Pages/Reports/Index.razor.rz.scp.css */
.reports-index[b-oyluseodpo] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 2rem 1.5rem 4rem;
}

.reports-index__header[b-oyluseodpo] {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.reports-index__title[b-oyluseodpo] {
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
}

.reports-index__subtitle[b-oyluseodpo] {
    margin: 0;
    color: #5c5c5c;
    font-size: 1rem;
}

.reports-index__quick-ranges[b-oyluseodpo] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

.reports-index__quick-button[b-oyluseodpo] {
    padding: 0.65rem 1.5rem;
    border-radius: 999px;
    border: 1px solid #d0d7e3;
    background-color: #ffffff;
    color: #1b1b1b;
    font-weight: 600;
    transition: all 0.2s ease;
}

.reports-index__quick-button:hover[b-oyluseodpo],
.reports-index__quick-button:focus-visible[b-oyluseodpo] {
    border-color: #1b75bc;
    box-shadow: 0 0 0 3px rgba(27, 117, 188, 0.2);
    outline: none;
}

.reports-index__quick-button--active[b-oyluseodpo] {
    background-color: #1b75bc;
    border-color: #1b75bc;
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(27, 117, 188, 0.25);
}

.reports-index__date-picker[b-oyluseodpo] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.reports-index__date-field[b-oyluseodpo] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-weight: 600;
    color: #2b2b2b;
}

.reports-index__date-input[b-oyluseodpo] {
    min-width: 12rem;
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
    border: 1px solid #d0d7e3;
    font-size: 1rem;
}

.reports-index__date-input:focus-visible[b-oyluseodpo] {
    border-color: #1b75bc;
    box-shadow: 0 0 0 3px rgba(27, 117, 188, 0.2);
    outline: none;
}

.reports-index__date-separator[b-oyluseodpo] {
    font-size: 1.5rem;
    color: #1b75bc;
    font-weight: 700;
}

.reports-index__cards[b-oyluseodpo] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
    gap: 1.25rem;
}

.reports-index__card[b-oyluseodpo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 1.5rem 1rem;
    border-radius: 1rem;
    border: 1px solid #d0d7e3;
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(17, 60, 120, 0.08);
    font-weight: 600;
    color: #1b1b1b;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.reports-index__card:hover[b-oyluseodpo],
.reports-index__card:focus-visible[b-oyluseodpo] {
    transform: translateY(-4px);
    box-shadow: 0 16px 35px rgba(17, 60, 120, 0.12);
    outline: none;
    border-color: #1b75bc;
}

.reports-index__card-icon[b-oyluseodpo] {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1b75bc;
}

.reports-index__card-icon svg[b-oyluseodpo] {
    width: 100%;
    height: 100%;
}

.reports-index__card-label[b-oyluseodpo] {
    font-size: 1.1rem;
}

@media (max-width: 768px) {
    .reports-index[b-oyluseodpo] {
        padding: 1.5rem 1rem 3rem;
    }

    .reports-index__title[b-oyluseodpo] {
        font-size: 1.7rem;
    }

    .reports-index__card[b-oyluseodpo] {
        padding: 1.25rem 0.75rem;
    }
}
/* /Components/Pages/Reports/InventoryHistory.razor.rz.scp.css */
.inventory-history[b-wf2ie6jamx] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 2rem 1.5rem 4rem;
}

.inventory-history__header[b-wf2ie6jamx] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.inventory-history__headline[b-wf2ie6jamx] {
    max-width: 32rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.inventory-history__title[b-wf2ie6jamx] {
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
}

.inventory-history__subtitle[b-wf2ie6jamx] {
    margin: 0.25rem 0 0;
    color: #5c5c5c;
}

.inventory-history__meta[b-wf2ie6jamx] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.inventory-history__range[b-wf2ie6jamx] {
    display: flex;
    gap: 0.5rem;
    align-items: baseline;
    font-weight: 600;
}

.inventory-history__range-value[b-wf2ie6jamx] {
    color: #1b75bc;
}

.inventory-history__download[b-wf2ie6jamx] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 1.25rem;
    border-radius: 0.75rem;
    background: linear-gradient(135deg, #1b75bc, #17478b);
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(23, 71, 139, 0.18);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.inventory-history__download:hover[b-wf2ie6jamx],
.inventory-history__download:focus-visible[b-wf2ie6jamx] {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(23, 71, 139, 0.2);
    outline: none;
}

.inventory-history__status[b-wf2ie6jamx] {
    padding: 1rem 1.5rem;
    border-radius: 0.75rem;
    border: 1px solid #d0d7e3;
    background-color: #f3f6fb;
    font-weight: 600;
    text-align: center;
}

.inventory-history__status--error[b-wf2ie6jamx] {
    background-color: #ffecec;
    border-color: #ffb3b3;
    color: #c62828;
}

.inventory-history__table-wrapper[b-wf2ie6jamx] {
    border: 1px solid #d0d7e3;
    border-radius: 1rem;
    overflow: auto;
    background-color: #ffffff;
}

.inventory-history__table[b-wf2ie6jamx] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    min-width: 52rem;
}

.inventory-history__table thead th[b-wf2ie6jamx] {
    position: sticky;
    top: 0;
    background-color: #f3f6fb;
    border-bottom: 2px solid #d0d7e3;
    padding: 0.9rem 1rem;
    text-align: left;
    font-weight: 700;
}

.inventory-history__table tbody td[b-wf2ie6jamx] {
    padding: 0.85rem 1rem;
    border-bottom: 1px solid #e6ebf3;
    font-variant-numeric: tabular-nums;
}

.inventory-history__type[b-wf2ie6jamx] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.inventory-history__type-icon[b-wf2ie6jamx] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.inventory-history__type-icon--out[b-wf2ie6jamx] {
    color: #d14343;
}

.inventory-history__type-icon--in[b-wf2ie6jamx] {
    color: #2f855a;
}

.inventory-history__type-icon--transfer[b-wf2ie6jamx] {
    color: #1f2937;
}

.inventory-history__type-icon--default[b-wf2ie6jamx] {
    color: #7a7a7a;
}

.inventory-history__invoice-link[b-wf2ie6jamx] {
    color: #1b75bc;
    font-weight: 600;
    text-decoration: none;
}

.inventory-history__invoice-link:hover[b-wf2ie6jamx],
.inventory-history__invoice-link:focus[b-wf2ie6jamx] {
    text-decoration: underline;
}

.inventory-history__aggregates[b-wf2ie6jamx] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.inventory-history__aggregates h2[b-wf2ie6jamx] {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 700;
}

.inventory-history__aggregate-table[b-wf2ie6jamx] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #d0d7e3;
    border-radius: 1rem;
    overflow: hidden;
    background-color: #ffffff;
}

.inventory-history__aggregate-table thead th[b-wf2ie6jamx] {
    background-color: #f3f6fb;
    padding: 0.9rem 1rem;
    text-align: left;
    font-weight: 700;
    border-bottom: 2px solid #d0d7e3;
}

.inventory-history__aggregate-table tbody td[b-wf2ie6jamx] {
    padding: 0.85rem 1rem;
    border-bottom: 1px solid #e6ebf3;
    font-variant-numeric: tabular-nums;
}

.inventory-history__aggregate-table tbody tr:last-child td[b-wf2ie6jamx] {
    border-bottom: none;
}

.inventory-history__summary[b-wf2ie6jamx] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.inventory-history__summary h2[b-wf2ie6jamx] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
}

@media (max-width: 768px) {
    .inventory-history[b-wf2ie6jamx] {
        padding: 1.5rem 1rem 3rem;
    }

    .inventory-history__header[b-wf2ie6jamx] {
        flex-direction: column;
        align-items: stretch;
    }

    .inventory-history__meta[b-wf2ie6jamx] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .inventory-history__table[b-wf2ie6jamx] {
        min-width: 44rem;
    }
}
/* /Components/Pages/Reports/LoanReport.razor.rz.scp.css */
.loan-report[b-7fnqqxeyk4] {
    padding: 2rem 1.5rem 4rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.loan-report__header[b-7fnqqxeyk4] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.5rem;
}

.loan-report__title[b-7fnqqxeyk4] {
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
}

.loan-report__subtitle[b-7fnqqxeyk4] {
    margin: 0.25rem 0 0;
    color: #5c5c5c;
}

.loan-report__summary[b-7fnqqxeyk4] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.loan-report__summary-card[b-7fnqqxeyk4] {
    min-width: 15rem;
    padding: 1rem 1.5rem;
    border-radius: 0.85rem;
    background-color: #f4f7fb;
    border: 1px solid #d8e3f2;
    box-shadow: 0 4px 10px rgba(23, 71, 139, 0.08);
}

.loan-report__summary-card h2[b-7fnqqxeyk4] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #17478b;
}

.loan-report__summary-card p[b-7fnqqxeyk4] {
    margin: 0.65rem 0 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1b1b1b;
}

.loan-report__status[b-7fnqqxeyk4] {
    padding: 1rem 1.25rem;
    border-radius: 0.75rem;
    background-color: #f2f4f7;
    color: #2d3748;
}

.loan-report__status--error[b-7fnqqxeyk4] {
    background-color: rgba(220, 53, 69, 0.12);
    color: #8b1f28;
    border: 1px solid rgba(220, 53, 69, 0.3);
}

.loan-report__table-wrapper[b-7fnqqxeyk4] {
    overflow-x: auto;
    border-radius: 0.85rem;
    border: 1px solid #d8e3f2;
    box-shadow: 0 12px 30px rgba(23, 71, 139, 0.12);
}

.loan-report__table[b-7fnqqxeyk4] {
    width: 100%;
    border-collapse: collapse;
    min-width: 48rem;
}

.loan-report__table th[b-7fnqqxeyk4],
.loan-report__table td[b-7fnqqxeyk4] {
    padding: 0.85rem 1rem;
    text-align: left;
    border-bottom: 1px solid #e2e8f0;
}

.loan-report__table th[b-7fnqqxeyk4] {
    background-color: #edf2fb;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #486089;
}

.loan-report__table td[b-7fnqqxeyk4] {
    font-size: 0.95rem;
    color: #1a202c;
}

.loan-report__table tbody tr:nth-child(even)[b-7fnqqxeyk4] {
    background-color: #f8fafc;
}

.loan-report__download[b-7fnqqxeyk4] {
    display: flex;
    justify-content: flex-end;
}

.loan-report__download-button[b-7fnqqxeyk4] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border-radius: 0.75rem;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(135deg, #1b75bc, #17478b);
    text-decoration: none;
    transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.loan-report__download-button:hover[b-7fnqqxeyk4],
.loan-report__download-button:focus[b-7fnqqxeyk4] {
    transform: translateY(-1px);
    box-shadow: 0 8px 16px rgba(23, 71, 139, 0.2);
}

@media (max-width: 768px) {
    .loan-report[b-7fnqqxeyk4] {
        padding: 1.5rem 1rem 3rem;
    }

    .loan-report__summary-card[b-7fnqqxeyk4] {
        flex: 1 1 100%;
    }

    .loan-report__table[b-7fnqqxeyk4] {
        min-width: 0;
    }

    .loan-report__table th[b-7fnqqxeyk4],
    .loan-report__table td[b-7fnqqxeyk4] {
        padding: 0.75rem;
    }
}
/* /Components/Pages/Reports/ReportByUser.razor.rz.scp.css */
.report-by-user[b-x3tr2fllq7] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 2rem 1.5rem 4rem;
}

.report-by-user__header[b-x3tr2fllq7] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.report-by-user__headline[b-x3tr2fllq7] {
    max-width: 32rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.report-by-user__title[b-x3tr2fllq7] {
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
}

.report-by-user__subtitle[b-x3tr2fllq7] {
    margin: 0.25rem 0 0;
    color: #5c5c5c;
}

.report-by-user__meta[b-x3tr2fllq7] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.report-by-user__range[b-x3tr2fllq7] {
    display: flex;
    gap: 0.5rem;
    align-items: baseline;
    font-weight: 600;
}

.report-by-user__range-value[b-x3tr2fllq7] {
    color: #1b75bc;
}

.report-by-user__download[b-x3tr2fllq7] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 1.25rem;
    border-radius: 0.75rem;
    background: linear-gradient(135deg, #1b75bc, #17478b);
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(23, 71, 139, 0.18);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.report-by-user__download:hover[b-x3tr2fllq7],
.report-by-user__download:focus-visible[b-x3tr2fllq7] {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(23, 71, 139, 0.2);
    outline: none;
}

.report-by-user__status[b-x3tr2fllq7] {
    padding: 1rem 1.5rem;
    border-radius: 0.75rem;
    border: 1px solid #d0d7e3;
    background-color: #f3f6fb;
    font-weight: 600;
    text-align: center;
}

.report-by-user__status--error[b-x3tr2fllq7] {
    background-color: #ffecec;
    border-color: #ffb3b3;
    color: #c62828;
}

.report-by-user__totals[b-x3tr2fllq7] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
    gap: 1.25rem;
}

.report-by-user__total-card[b-x3tr2fllq7] {
    padding: 1.5rem 1rem;
    border-radius: 1rem;
    background-color: #ffffff;
    border: 1px solid #d0d7e3;
    box-shadow: 0 12px 30px rgba(17, 60, 120, 0.08);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.report-by-user__total-card h2[b-x3tr2fllq7] {
    margin: 0;
    font-size: 1rem;
    color: #5c5c5c;
}

.report-by-user__total-card p[b-x3tr2fllq7] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
}

.report-by-user__table-wrapper[b-x3tr2fllq7] {
    border: 1px solid #d0d7e3;
    border-radius: 1rem;
    overflow: auto;
    background-color: #ffffff;
}

.report-by-user__table[b-x3tr2fllq7] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    min-width: 60rem;
}

.report-by-user__table thead th[b-x3tr2fllq7] {
    position: sticky;
    top: 0;
    background-color: #f3f6fb;
    border-bottom: 2px solid #d0d7e3;
    padding: 0.9rem 1rem;
    text-align: left;
    font-weight: 700;
}

.report-by-user__table tbody td[b-x3tr2fllq7] {
    padding: 0.85rem 1rem;
    border-bottom: 1px solid #e6ebf3;
    font-variant-numeric: tabular-nums;
}

.report-by-user__actions-header[b-x3tr2fllq7],
.report-by-user__actions-cell[b-x3tr2fllq7] {
    text-align: center;
    width: 5rem;
}

.report-by-user__detail-button[b-x3tr2fllq7] {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 999px;
    border: 1px solid #d0d7e3;
    background-color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1b75bc;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.report-by-user__detail-button svg[b-x3tr2fllq7] {
    width: 1.25rem;
    height: 1.25rem;
    stroke: currentColor;
    stroke-width: 1.8;
    fill: none;
}

.report-by-user__detail-button:hover:not([disabled])[b-x3tr2fllq7],
.report-by-user__detail-button:focus-visible:not([disabled])[b-x3tr2fllq7] {
    transform: translateX(2px);
    border-color: #1b75bc;
    box-shadow: 0 0 0 3px rgba(27, 117, 188, 0.2);
    outline: none;
}

.report-by-user__detail-button[disabled][b-x3tr2fllq7] {
    opacity: 0.4;
    cursor: not-allowed;
}

@media (max-width: 768px) {
    .report-by-user[b-x3tr2fllq7] {
        padding: 1.5rem 1rem 3rem;
    }

    .report-by-user__header[b-x3tr2fllq7] {
        flex-direction: column;
        align-items: stretch;
    }

    .report-by-user__meta[b-x3tr2fllq7] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .report-by-user__table[b-x3tr2fllq7] {
        min-width: 52rem;
    }
}
/* /Components/Pages/Reports/ReportByUserList.razor.rz.scp.css */
.report-by-user-list[b-uirw3z8idj] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 2rem 1.5rem 4rem;
}

.report-by-user-list__header[b-uirw3z8idj] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.report-by-user-list__headline[b-uirw3z8idj] {
    max-width: 32rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.report-by-user-list__title[b-uirw3z8idj] {
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
}

.report-by-user-list__subtitle[b-uirw3z8idj] {
    margin: 0.25rem 0 0;
    color: #5c5c5c;
}

.report-by-user-list__meta[b-uirw3z8idj] {
    display: flex;
    gap: 2rem;
    margin: 1rem 0 0;
}

.report-by-user-list__meta div[b-uirw3z8idj] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.report-by-user-list__meta dt[b-uirw3z8idj] {
    font-size: 0.9rem;
    color: #5c5c5c;
}

.report-by-user-list__meta dd[b-uirw3z8idj] {
    margin: 0;
    font-weight: 600;
}

.report-by-user-list__actions[b-uirw3z8idj] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.report-by-user-list__download[b-uirw3z8idj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 1.25rem;
    border-radius: 0.75rem;
    background: linear-gradient(135deg, #1b75bc, #17478b);
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(23, 71, 139, 0.18);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.report-by-user-list__download:hover[b-uirw3z8idj],
.report-by-user-list__download:focus-visible[b-uirw3z8idj] {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(23, 71, 139, 0.2);
    outline: none;
}

.report-by-user-list__back[b-uirw3z8idj] {
    align-self: center;
    padding: 0.75rem 1.5rem;
    border-radius: 0.75rem;
    border: 1px solid #1b75bc;
    background-color: #1b75bc;
    color: #ffffff;
    font-weight: 600;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.report-by-user-list__back:hover[b-uirw3z8idj],
.report-by-user-list__back:focus-visible[b-uirw3z8idj] {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(27, 117, 188, 0.25);
    outline: none;
}

.report-by-user-list__status[b-uirw3z8idj] {
    padding: 1rem 1.5rem;
    border-radius: 0.75rem;
    border: 1px solid #d0d7e3;
    background-color: #f3f6fb;
    font-weight: 600;
    text-align: center;
}

.report-by-user-list__status--error[b-uirw3z8idj] {
    background-color: #ffecec;
    border-color: #ffb3b3;
    color: #c62828;
}

.report-by-user-list__totals[b-uirw3z8idj] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
    gap: 1.25rem;
}

.report-by-user-list__total-card[b-uirw3z8idj] {
    padding: 1.5rem 1rem;
    border-radius: 1rem;
    background-color: #ffffff;
    border: 1px solid #d0d7e3;
    box-shadow: 0 12px 30px rgba(17, 60, 120, 0.08);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.report-by-user-list__total-card h2[b-uirw3z8idj] {
    margin: 0;
    font-size: 1rem;
    color: #5c5c5c;
}

.report-by-user-list__total-card p[b-uirw3z8idj] {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 700;
}

.report-by-user-list__table-wrapper[b-uirw3z8idj] {
    border: 1px solid #d0d7e3;
    border-radius: 1rem;
    overflow: auto;
    background-color: #ffffff;
}

.report-by-user-list__table[b-uirw3z8idj] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    min-width: 60rem;
}

.report-by-user-list__table thead th[b-uirw3z8idj] {
    position: sticky;
    top: 0;
    background-color: #f3f6fb;
    border-bottom: 2px solid #d0d7e3;
    padding: 0.9rem 1rem;
    text-align: left;
    font-weight: 700;
}

.report-by-user-list__table tbody td[b-uirw3z8idj] {
    padding: 0.85rem 1rem;
    border-bottom: 1px solid #e6ebf3;
    font-variant-numeric: tabular-nums;
}

@media (max-width: 768px) {
    .report-by-user-list[b-uirw3z8idj] {
        padding: 1.5rem 1rem 3rem;
    }

    .report-by-user-list__header[b-uirw3z8idj] {
        flex-direction: column;
        align-items: stretch;
    }

    .report-by-user-list__actions[b-uirw3z8idj] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .report-by-user-list__meta[b-uirw3z8idj] {
        flex-direction: column;
        gap: 1rem;
    }

    .report-by-user-list__table[b-uirw3z8idj] {
        min-width: 52rem;
    }
}
/* /Components/Pages/Reports/SaleReport.razor.rz.scp.css */
.sale-report[b-ne8kjbja24] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 2rem 1.5rem 4rem;
}

.sale-report__header[b-ne8kjbja24] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.sale-report__headline[b-ne8kjbja24] {
    max-width: 32rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.sale-report__title[b-ne8kjbja24] {
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
}

.sale-report__subtitle[b-ne8kjbja24] {
    margin: 0.25rem 0 0;
    color: #5c5c5c;
}

.sale-report__meta[b-ne8kjbja24] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.sale-report__range[b-ne8kjbja24] {
    display: flex;
    gap: 0.5rem;
    align-items: baseline;
    font-weight: 600;
}

.sale-report__range-value[b-ne8kjbja24] {
    color: #1b75bc;
}

.sale-report__download[b-ne8kjbja24] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 1.25rem;
    border-radius: 0.75rem;
    background: linear-gradient(135deg, #1b75bc, #17478b);
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(23, 71, 139, 0.18);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.sale-report__download:hover[b-ne8kjbja24],
.sale-report__download:focus-visible[b-ne8kjbja24] {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(23, 71, 139, 0.2);
    outline: none;
}

.sale-report__status[b-ne8kjbja24] {
    padding: 1rem 1.5rem;
    border-radius: 0.75rem;
    background-color: #f3f6fb;
    border: 1px solid #d0d7e3;
    font-weight: 600;
    text-align: center;
}

.sale-report__status--error[b-ne8kjbja24] {
    background-color: #ffecec;
    border-color: #ffb3b3;
    color: #c62828;
}

.sale-report__summary[b-ne8kjbja24] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
    gap: 1.25rem;
}

.sale-report__summary-card[b-ne8kjbja24] {
    padding: 1.5rem 1rem;
    border-radius: 1rem;
    background-color: #ffffff;
    border: 1px solid #d0d7e3;
    box-shadow: 0 12px 30px rgba(17, 60, 120, 0.08);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.sale-report__summary-card h2[b-ne8kjbja24] {
    margin: 0;
    font-size: 1rem;
    color: #5c5c5c;
}

.sale-report__summary-card p[b-ne8kjbja24] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1b1b1b;
}

.sale-report__table-wrapper[b-ne8kjbja24] {
    border: 1px solid #d0d7e3;
    border-radius: 1rem;
    overflow: auto;
    background-color: #ffffff;
}

.sale-report__table[b-ne8kjbja24] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    min-width: 48rem;
}

.sale-report__table thead th[b-ne8kjbja24] {
    position: sticky;
    top: 0;
    background-color: #f3f6fb;
    border-bottom: 2px solid #d0d7e3;
    padding: 0.9rem 1rem;
    text-align: left;
    font-weight: 700;
}

.sale-report__table tbody td[b-ne8kjbja24] {
    padding: 0.85rem 1rem;
    border-bottom: 1px solid #e6ebf3;
    font-variant-numeric: tabular-nums;
}

.sale-report__row[b-ne8kjbja24] {
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.sale-report__row:hover[b-ne8kjbja24],
.sale-report__row:focus-visible[b-ne8kjbja24] {
    background-color: rgba(27, 117, 188, 0.1);
    outline: none;
}

@media (max-width: 768px) {
    .sale-report[b-ne8kjbja24] {
        padding: 1.5rem 1rem 3rem;
    }

    .sale-report__header[b-ne8kjbja24] {
        flex-direction: column;
        align-items: stretch;
    }

    .sale-report__meta[b-ne8kjbja24] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .sale-report__table[b-ne8kjbja24] {
        min-width: 40rem;
    }
}
/* /Components/Pages/Sales/Discount.razor.rz.scp.css */
.discount-page[b-einq8ne252] {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(280px, 1fr) minmax(360px, 2fr);
  align-items: start;
}

@media (max-width: 1024px) {
  .discount-page[b-einq8ne252] {
    grid-template-columns: 1fr;
  }
}

.discount-page__column[b-einq8ne252] {
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.discount-page__status[b-einq8ne252] {
  padding: 1rem 1.25rem;
  border-radius: 12px;
  background-color: #f8fafc;
  color: #1f2937;
  text-align: center;
}

.discount-page__status--error[b-einq8ne252] {
  background-color: #fee2e2;
  color: #b91c1c;
}

.discount-page__empty[b-einq8ne252] {
  border: 1px dashed #94a3b8;
  border-radius: 12px;
  padding: 1.25rem;
  text-align: center;
  color: #475569;
}

.discount-section__header[b-einq8ne252] {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.discount-section__title[b-einq8ne252] {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0;
}

.discount-section__subtitle[b-einq8ne252] {
  margin: 0;
  color: #64748b;
  font-size: 0.95rem;
}

.discount-campaigns[b-einq8ne252] {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.discount-campaigns__item[b-einq8ne252] {
  width: 100%;
  text-align: left;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 0.85rem 1rem;
  background: linear-gradient(135deg, #f8fafc, #f1f5f9);
  color: #1f2937;
  font-weight: 500;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.discount-campaigns__item:hover[b-einq8ne252],
.discount-campaigns__item:focus-visible[b-einq8ne252] {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
  outline: none;
}

.discount-campaigns__item--active[b-einq8ne252] {
  border-color: #2563eb;
  background: linear-gradient(135deg, #eff6ff, #dbeafe);
  color: #1d4ed8;
}

.discount-campaigns__item--live[b-einq8ne252]::after {
  content: "Идэвхтэй";
  display: inline-flex;
  margin-left: 0.75rem;
  padding: 0.1rem 0.5rem;
  border-radius: 999px;
  background-color: #dcfce7;
  color: #15803d;
  font-size: 0.75rem;
  font-weight: 600;
}

.discount-campaigns__name[b-einq8ne252] {
  display: block;
  font-weight: 600;
}

.discount-campaigns__dates[b-einq8ne252] {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.875rem;
  color: #64748b;
}

.discount-section[b-einq8ne252] {
  border-top: 1px solid #e2e8f0;
  padding-top: 1.25rem;
}

.discount-section--item[b-einq8ne252] {
  border-top: 1px dashed #cbd5f5;
}

.discount-form__grid[b-einq8ne252] {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.discount-form__grid--item[b-einq8ne252] {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.discount-form__field[b-einq8ne252] {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.discount-form__field--full[b-einq8ne252] {
  grid-column: 1 / -1;
}

.discount-form__input[b-einq8ne252] {
  border-radius: 10px;
  border: 1px solid #cbd5f5;
  padding: 0.65rem 0.8rem;
  font-size: 0.95rem;
}

.discount-form__input:focus-visible[b-einq8ne252] {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.discount-form__actions[b-einq8ne252] {
  margin-top: 1rem;
  display: flex;
  gap: 0.75rem;
}

.discount-button[b-einq8ne252] {
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: #ffffff;
  padding: 0.6rem 1.5rem;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.discount-button:disabled[b-einq8ne252] {
  background: #cbd5f5;
  cursor: not-allowed;
  box-shadow: none;
}

.discount-button:not(:disabled):hover[b-einq8ne252],
.discount-button:not(:disabled):focus-visible[b-einq8ne252] {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.3);
  outline: none;
}

.discount-button--danger[b-einq8ne252] {
  background: linear-gradient(135deg, #ef4444, #dc2626);
}

.discount-form__status[b-einq8ne252] {
  background-color: #fee2e2;
  color: #b91c1c;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  font-size: 0.9rem;
}

.discount-form__validation[b-einq8ne252] {
  margin-bottom: 0.75rem;
}

.discount-form__hint[b-einq8ne252] {
  margin: 0.5rem 0 0;
  font-size: 0.85rem;
  color: #64748b;
}

.discount-table[b-einq8ne252] {
  width: 100%;
  border-collapse: collapse;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1);
}

.discount-table thead[b-einq8ne252] {
  background-color: #1e293b;
  color: #ffffff;
}

.discount-table th[b-einq8ne252],
.discount-table td[b-einq8ne252] {
  padding: 0.85rem 1rem;
  text-align: left;
  font-size: 0.95rem;
}

.discount-table tbody tr:nth-child(even)[b-einq8ne252] {
  background-color: #f8fafc;
}

.discount-table__actions[b-einq8ne252] {
  text-align: right;
  white-space: nowrap;
}
/* /Components/Pages/Sales/History.razor.rz.scp.css */
.sales-history[b-3erl4e132t] {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.sales-history input[type="text"][b-3erl4e132t],
.sales-history input[type="search"][b-3erl4e132t],
.sales-history input[type="number"][b-3erl4e132t],
.sales-history input[type="date"][b-3erl4e132t],
.sales-history select[b-3erl4e132t] {
  padding: 0.75rem 0.9rem;
  border-radius: 0.75rem;
  border: 1px solid #cbd5f5;
  background-color: #f8fafc;
  font-size: 0.95rem;
  transition: border 0.2s ease, box-shadow 0.2s ease;
}

.sales-history input[type="text"]:focus[b-3erl4e132t],
.sales-history input[type="search"]:focus[b-3erl4e132t],
.sales-history input[type="number"]:focus[b-3erl4e132t],
.sales-history input[type="date"]:focus[b-3erl4e132t],
.sales-history select:focus[b-3erl4e132t] {
  border-color: #6366f1;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.2);
  outline: none;
}

.sales-history__header[b-3erl4e132t] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  flex-wrap: wrap;
}

.sales-history__title[b-3erl4e132t] {
  margin: 0;
  font-size: 1.8rem;
}

.sales-history__subtitle[b-3erl4e132t] {
  margin: 0.35rem 0 0;
  color: var(--app-text-muted);
}

.sales-history__create[b-3erl4e132t] {
  align-self: center;
  padding: 0.75rem 1.25rem;
  border-radius: 0.9rem;
  background: var(--app-primary);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(27, 110, 194, 0.25);
}

.sales-history__create:hover[b-3erl4e132t],
.sales-history__create:focus[b-3erl4e132t] {
  background: var(--app-primary-dark);
}

.sales-history__tabs[b-3erl4e132t] {
  display: inline-flex;
  gap: 0.5rem;
  background: var(--app-surface);
  padding: 0.4rem;
  border-radius: 0.9rem;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
  width: fit-content;
}

.sales-history__tab[b-3erl4e132t] {
  border: none;
  background: transparent;
  padding: 0.6rem 1.2rem;
  border-radius: 0.7rem;
  font-weight: 600;
  color: var(--app-text-muted);
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.sales-history__tab.is-active[b-3erl4e132t] {
  background: var(--app-primary);
  color: #fff;
}

.sales-history__status[b-3erl4e132t] {
  padding: 1rem 1.25rem;
  border-radius: 0.9rem;
  background: var(--app-surface);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.sales-history__status--error[b-3erl4e132t] {
  border: 1px solid #f87171;
  color: #b91c1c;
}

.sales-history__table-wrapper[b-3erl4e132t] {
  background: var(--app-surface);
  border-radius: 1rem;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.12);
  overflow: hidden;
}

.sales-history__table[b-3erl4e132t] {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}

.sales-history__table th[b-3erl4e132t],
.sales-history__table td[b-3erl4e132t] {
  padding: 0.85rem 1.1rem;
  text-align: left;
  border-bottom: 1px solid var(--app-border);
}

.sales-history__table th[b-3erl4e132t] {
  background: rgba(27, 110, 194, 0.08);
  font-weight: 600;
}

.sales-history__status-badge[b-3erl4e132t] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.85rem;
}

.sales-history__status-badge--complete[b-3erl4e132t] {
  background: rgba(34, 197, 94, 0.2);
  color: #166534;
}

.sales-history__status-badge--pending[b-3erl4e132t] {
  background: rgba(234, 179, 8, 0.2);
  color: #92400e;
}

.sales-history__row[b-3erl4e132t] {
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.sales-history__row:hover[b-3erl4e132t],
.sales-history__row:focus-visible[b-3erl4e132t] {
  background: rgba(27, 110, 194, 0.08);
}

@media (max-width: 900px) {
  .sales-history__table[b-3erl4e132t] {
    min-width: 100%;
  }
}

@media (max-width: 720px) {
  .sales-history__table thead[b-3erl4e132t] {
    display: none;
  }

  .sales-history__table tbody[b-3erl4e132t] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
  }

  .sales-history__table tr[b-3erl4e132t] {
    display: grid;
    gap: 0.5rem;
    border: 1px solid var(--app-border);
    border-radius: 0.9rem;
    padding: 0.9rem;
    background: #fff;
  }

  .sales-history__table td[b-3erl4e132t] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    padding: 0;
  }

  .sales-history__table td[b-3erl4e132t]::before {
    content: attr(data-label);
    font-weight: 600;
    color: var(--app-text-muted);
    margin-right: 1rem;
  }
}
/* /Components/Pages/Sales/NewSale.razor.rz.scp.css */
.pos-page[b-lmig0hhxok] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 1rem;
}

.pos-page__header[b-lmig0hhxok] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.pos-page__title[b-lmig0hhxok] {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 600;
}

.pos-page__subtitle[b-lmig0hhxok] {
    margin: 0.25rem 0 0;
    color: #555;
}

.pos-page__toggle[b-lmig0hhxok] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
}

.pos-section[b-lmig0hhxok] {
    background-color: #fff;
    border-radius: 1rem;
    padding: 1rem;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.08);
}

.pos-section__header[b-lmig0hhxok] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 1rem;
}

.pos-section__header h2[b-lmig0hhxok] {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 600;
}

.pos-section__counter[b-lmig0hhxok] {
    color: #64748b;
    font-size: 0.95rem;
}

.pos-section--scanner[b-lmig0hhxok] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.pos-section__scanner[b-lmig0hhxok] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: stretch;
}

.pos-section__scanner .scan-page__scanner[b-lmig0hhxok] {
    width: 100%;
    align-items: stretch;
}

.pos-section__scanner .scan-page__viewer[b-lmig0hhxok] {
    align-items: stretch;
}

.pos-section__scanner .scan-frame[b-lmig0hhxok] {
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.12);
}

.pos-section__scanner .scan-page__status[b-lmig0hhxok] {
    width: 100%;
    font-size: 0.95rem;
}

.pos-scanner__error[b-lmig0hhxok] {
    margin-top: 1rem;
    max-width: 420px;
}

.pos-input[b-lmig0hhxok],
.pos-input-number[b-lmig0hhxok],
.pos-payment-form select[b-lmig0hhxok],
.pos-section select[b-lmig0hhxok],
.pos-payment-form input[b-lmig0hhxok] {
    flex: 1 1 auto;
    padding: 0.75rem 0.9rem;
    border-radius: 0.75rem;
    border: 1px solid #cbd5f5;
    background-color: #f8fafc;
    font-size: 0.95rem;
    transition: border 0.2s ease, box-shadow 0.2s ease;
}

.pos-input:focus[b-lmig0hhxok],
.pos-input-number:focus[b-lmig0hhxok],
.pos-payment-form select:focus[b-lmig0hhxok],
.pos-payment-form input:focus[b-lmig0hhxok],
.pos-section select:focus[b-lmig0hhxok] {
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.2);
    outline: none;
}

.pos-button[b-lmig0hhxok] {
    flex: 0 0 auto;
    padding: 0.75rem 1.25rem;
    border-radius: 0.75rem;
    border: none;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pos-button--secondary[b-lmig0hhxok] {
    background: linear-gradient(135deg, #e2e8f0, #cbd5f5);
    color: #1e293b;
}

.pos-button:disabled[b-lmig0hhxok] {
    opacity: 0.6;
    cursor: not-allowed;
    box-shadow: none;
}

.pos-message[b-lmig0hhxok] {
    padding: 0.85rem 1rem;
    border-radius: 0.75rem;
    font-size: 0.95rem;
}

.pos-message--error[b-lmig0hhxok] {
    background-color: #fee2e2;
    color: #991b1b;
}

.pos-message--success[b-lmig0hhxok] {
    background-color: #dcfce7;
    color: #166534;
}

.pos-loading[b-lmig0hhxok] {
    padding: 0.85rem 1rem;
    border-radius: 0.75rem;
    background-color: #e2e8f0;
    color: #1f2937;
}

.pos-empty[b-lmig0hhxok] {
    margin: 0;
    color: #64748b;
}

.pos-table-wrapper[b-lmig0hhxok] {
    overflow-x: auto;
}

.pos-table[b-lmig0hhxok] {
    width: 100%;
    border-collapse: collapse;
    border-radius: 1rem;
    overflow: hidden;
}

.pos-table thead[b-lmig0hhxok] {
    background: linear-gradient(135deg, #eef2ff, #e0e7ff);
}

.pos-table th[b-lmig0hhxok],
.pos-table td[b-lmig0hhxok] {
    padding: 0.75rem 0.9rem;
    text-align: left;
    border-bottom: 1px solid #e2e8f0;
}

.pos-table tbody tr:hover[b-lmig0hhxok] {
    background-color: #f8fafc;
}

.pos-col--qty[b-lmig0hhxok],
.pos-col--price[b-lmig0hhxok],
.pos-col--discount[b-lmig0hhxok],
.pos-col--total[b-lmig0hhxok] {
    text-align: right;
}

.pos-line__name[b-lmig0hhxok] {
    font-weight: 600;
}

.pos-line__meta[b-lmig0hhxok] {
    font-size: 0.85rem;
    color: #64748b;
}

.pos-line__discount-input[b-lmig0hhxok] {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.35rem;
}

.pos-line__discount-field[b-lmig0hhxok] {
    width: 5rem;
    text-align: right;
}

.pos-line__discount-suffix[b-lmig0hhxok] {
    font-weight: 600;
    color: #475569;
}

.pos-line__remove[b-lmig0hhxok] {
    background: none;
    border: none;
    color: #ef4444;
    font-size: 1.2rem;
    cursor: pointer;
}

.pos-line__remove:disabled[b-lmig0hhxok] {
    opacity: 0.4;
    cursor: not-allowed;
}

.pos-payment-form[b-lmig0hhxok] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.pos-payment-form__row[b-lmig0hhxok] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.pos-payment-form__customer-row[b-lmig0hhxok] {
    grid-column: 1 / -1;
}

.pos-payment-form__customer-content[b-lmig0hhxok] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.pos-payment-form__customer-details[b-lmig0hhxok] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    font-size: 0.95rem;
}

.pos-payment-form__customer-details strong[b-lmig0hhxok] {
    font-size: 1.05rem;
}

.pos-payment-form__customer-actions[b-lmig0hhxok] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.pos-payment-form__customer-hint[b-lmig0hhxok] {
    font-size: 0.9rem;
    color: #64748b;
}

.pos-payment-form__loan[b-lmig0hhxok] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    grid-column: 1 / -1;
    padding: 0.75rem;
    border-radius: 0.75rem;
    background: rgba(99, 102, 241, 0.08);
}

.pos-payment-form__actions[b-lmig0hhxok] {
    display: flex;
    gap: 0.75rem;
    align-items: flex-end;
}

.pos-summary[b-lmig0hhxok] {
    display: grid;
    gap: 0.9rem;
    margin: 0 0 1.5rem;
    grid-template-columns: minmax(0, 1fr);
}

.pos-summary__item[b-lmig0hhxok] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.pos-summary__item dt[b-lmig0hhxok] {
    font-size: 0.95rem;
    color: #475569;
}

.pos-summary__item dd[b-lmig0hhxok] {
    margin: 0;
    font-weight: 600;
    font-size: 1.05rem;
}

.pos-summary__total dd[b-lmig0hhxok] {
    font-size: 1.4rem;
    color: #111827;
}

.pos-summary__balance[b-lmig0hhxok] {
    color: #dc2626;
}

.pos-summary__balance--zero[b-lmig0hhxok] {
    color: #16a34a;
}

.pos-summary__input[b-lmig0hhxok] {
    width: 100%;
}

@media (min-width: 1024px) {
    .pos-summary[b-lmig0hhxok] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pos-summary__total[b-lmig0hhxok] {
        grid-column: 1 / -1;
    }
}

.pos-line__value[b-lmig0hhxok] {
    text-align: right;
    font-weight: 600;
}

.pos-exchange[b-lmig0hhxok] {
    margin-bottom: 1.5rem;
}

.pos-exchange h3[b-lmig0hhxok] {
    margin: 0 0 0.75rem;
    font-size: 1rem;
}

.pos-exchange ul[b-lmig0hhxok] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 0.5rem;
}

.pos-exchange li[b-lmig0hhxok] {
    display: flex;
    justify-content: space-between;
    background-color: #f1f5f9;
    padding: 0.6rem 0.8rem;
    border-radius: 0.75rem;
    font-size: 0.95rem;
}

.pos-user-selector[b-lmig0hhxok] {
    margin-top: 1.5rem;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-width: 360px;
}

.pos-user-selector label[b-lmig0hhxok] {
    font-weight: 600;
    color: #475569;
}

.pos-actions[b-lmig0hhxok] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.pos-modal__backdrop[b-lmig0hhxok] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.35);
    backdrop-filter: blur(2px);
    z-index: 1000;
}

.pos-modal[b-lmig0hhxok] {
    position: fixed;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
    width: min(480px, calc(100% - 2rem));
    background: #ffffff;
    border-radius: 1rem;
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.18);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    z-index: 1001;
}

.pos-modal__header[b-lmig0hhxok] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
}

.pos-modal__header h2[b-lmig0hhxok] {
    margin: 0;
    font-size: 1.25rem;
}

.pos-modal__body[b-lmig0hhxok] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.pos-modal__field[b-lmig0hhxok] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.pos-modal__footer[b-lmig0hhxok] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}

.pos-modal__close[b-lmig0hhxok] {
    border: none;
    background: transparent;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    color: #64748b;
}

.pos-modal__close:hover:not(:disabled)[b-lmig0hhxok],
.pos-modal__close:focus-visible:not(:disabled)[b-lmig0hhxok] {
    color: #111827;
}

.pos-modal__close:disabled[b-lmig0hhxok] {
    cursor: not-allowed;
    color: #94a3b8;
}

.pos-note[b-lmig0hhxok] {
    margin-top: 0.75rem;
    color: #dc2626;
}

@media (max-width: 768px) {
    .pos-page[b-lmig0hhxok] {
        padding: 0.5rem;
    }

    .pos-section[b-lmig0hhxok] {
        padding: 0.75rem;
    }

    .pos-actions[b-lmig0hhxok] {
        flex-direction: column;
        align-items: stretch;
    }
}
/* /Components/Pages/Sales/View.razor.rz.scp.css */
.sale-view[b-mmdxscegbr] {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.sale-view__back[b-mmdxscegbr] {
  align-self: flex-start;
  border: none;
  background: transparent;
  color: var(--app-primary);
  font-weight: 600;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
}

.sale-view__back:hover[b-mmdxscegbr],
.sale-view__back:focus[b-mmdxscegbr] {
  color: var(--app-primary-dark);
}

.sale-view__status[b-mmdxscegbr] {
  padding: 1rem 1.25rem;
  border-radius: 0.9rem;
  background: var(--app-surface);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.sale-view__status--error[b-mmdxscegbr] {
  border: 1px solid #f87171;
  color: #b91c1c;
}

.sale-view__card[b-mmdxscegbr] {
  background: var(--app-surface);
  border-radius: 1rem;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.sale-view__card-header[b-mmdxscegbr] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  flex-wrap: wrap;
}

.sale-view__card-header h1[b-mmdxscegbr],
.sale-view__card-header h2[b-mmdxscegbr] {
  margin: 0;
}

.sale-view__date[b-mmdxscegbr] {
  margin: 0.25rem 0 0;
  color: var(--app-text-muted);
}

.sale-view__tags[b-mmdxscegbr] {
  display: inline-flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.sale-view__tag[b-mmdxscegbr] {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
}

.sale-view__tag--pending[b-mmdxscegbr] {
  background: rgba(234, 179, 8, 0.2);
  color: #92400e;
}

.sale-view__tag--complete[b-mmdxscegbr] {
  background: rgba(34, 197, 94, 0.2);
  color: #166534;
}

.sale-view__tag--refund[b-mmdxscegbr] {
  background: rgba(59, 130, 246, 0.2);
  color: #1d4ed8;
}

.sale-view__info-grid[b-mmdxscegbr] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.sale-view__label[b-mmdxscegbr] {
  display: block;
  font-size: 0.9rem;
  color: var(--app-text-muted);
  margin-bottom: 0.35rem;
}

.sale-view__value[b-mmdxscegbr] {
  font-weight: 600;
}

.sale-view__meta[b-mmdxscegbr] {
  display: block;
  font-size: 0.85rem;
  color: var(--app-text-muted);
  margin-top: 0.25rem;
}

.sale-view__totals[b-mmdxscegbr] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
}

.sale-view__totals article[b-mmdxscegbr] {
  background: #f8fafc;
  border-radius: 0.9rem;
  padding: 1rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.sale-view__totals h2[b-mmdxscegbr] {
  margin: 0;
  font-size: 0.95rem;
  color: var(--app-text-muted);
}

.sale-view__totals p[b-mmdxscegbr] {
  margin: 0.4rem 0 0;
  font-size: 1.35rem;
  font-weight: 700;
}

.sale-view__table-wrapper[b-mmdxscegbr] {
  border-radius: 0.9rem;
  overflow: hidden;
}

.sale-view__table[b-mmdxscegbr] {
  width: 100%;
  border-collapse: collapse;
}

.sale-view__table th[b-mmdxscegbr],
.sale-view__table td[b-mmdxscegbr] {
  padding: 0.85rem 1rem;
  text-align: left;
  border-bottom: 1px solid var(--app-border);
}

.sale-view__table th[b-mmdxscegbr] {
  background: rgba(15, 23, 42, 0.06);
  font-weight: 600;
}

.sale-view__table tr:last-child td[b-mmdxscegbr] {
  border-bottom: none;
}

.sale-view__payments[b-mmdxscegbr] {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.sale-view__payment[b-mmdxscegbr] {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 0.9rem 1rem;
  border-radius: 0.9rem;
  background: #f8fafc;
}

.sale-view__payment-type[b-mmdxscegbr] {
  font-weight: 600;
}

.sale-view__payment-date[b-mmdxscegbr] {
  font-size: 0.85rem;
  color: var(--app-text-muted);
}

.sale-view__payment-header[b-mmdxscegbr] {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.sale-view__payment-main[b-mmdxscegbr] {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.sale-view__payment-target[b-mmdxscegbr] {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.sale-view__payment-label[b-mmdxscegbr] {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--app-text-muted);
}

.sale-view__payment-status-row[b-mmdxscegbr] {
  margin-top: 0.35rem;
  display: flex;
}

.sale-view__payment-status[b-mmdxscegbr] {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
}

.sale-view__payment-status--complete[b-mmdxscegbr] {
  background: rgba(34, 197, 94, 0.2);
  color: #166534;
}

.sale-view__payment-status--pending[b-mmdxscegbr] {
  background: rgba(234, 179, 8, 0.2);
  color: #92400e;
}

.sale-view__payment-amount[b-mmdxscegbr] {
  font-size: 1.15rem;
  font-weight: 700;
}

.sale-view__payment-note[b-mmdxscegbr] {
  margin: 0;
  font-size: 0.9rem;
  color: var(--app-text-muted);
}

@media (max-width: 720px) {
  .sale-view__table thead[b-mmdxscegbr] {
    display: none;
  }

  .sale-view__table tbody[b-mmdxscegbr] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .sale-view__table tr[b-mmdxscegbr] {
    display: grid;
    gap: 0.6rem;
    border: 1px solid var(--app-border);
    border-radius: 0.9rem;
    padding: 0.9rem;
    background: #fff;
  }

  .sale-view__table td[b-mmdxscegbr] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    border: none;
    padding: 0;
  }

  .sale-view__table td[b-mmdxscegbr]::before {
    content: attr(data-label);
    font-weight: 600;
    color: var(--app-text-muted);
  }
}
/* /Components/Pages/Scan.razor.rz.scp.css */
.scan-page[b-wzn656fa8j] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem;
}

.scan-page__header[b-wzn656fa8j] {
    text-align: center;
}

.scan-page__header h1[b-wzn656fa8j] {
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.scan-page__header p[b-wzn656fa8j] {
    margin: 0;
    color: var(--bs-gray-600, #5f6368);
}

.scan-page__scanner[b-wzn656fa8j] {
    width: min(420px, 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.scan-page__viewer[b-wzn656fa8j] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
}

.scan-frame[b-wzn656fa8j] {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 1.5rem;
    overflow: hidden;
    background: #0d1b2a;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}

.scan-frame #scanReader[b-wzn656fa8j],
.scan-frame video[b-wzn656fa8j] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scan-frame__video[b-wzn656fa8j] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.5rem;
}

.scan-frame__overlay[b-wzn656fa8j] {
    position: absolute;
    inset: 0;
    border: 4px solid rgba(255, 255, 255, 0.85);
    border-radius: 1.5rem;
    pointer-events: none;
    box-shadow: inset 0 0 0 999px rgba(13, 27, 42, 0.35);
}

.scan-controls[b-wzn656fa8j] {
    display: none;
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
}

.scan-controls.scan-controls--ready[b-wzn656fa8j] {
    display: flex;
}

.scan-controls__zoom[b-wzn656fa8j] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    border-radius: 0.85rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(13, 27, 42, 0.05);
    color: var(--bs-gray-700, #374151);
}

.scan-controls__zoom-slider[b-wzn656fa8j] {
    flex: 1 1 auto;
}

.scan-controls__zoom input[type="range"][b-wzn656fa8j] {
    flex: 1 1 auto;
    width: 100% !important;
    accent-color: var(--app-primary);
}

.scan-controls__zoom-value[b-wzn656fa8j] {
    font-weight: 600;
    text-align: right;
    color: #1f2937;
    min-width: 4rem;
    margin-left: auto;
}

.scan-controls__camera[b-wzn656fa8j] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    border-radius: 0.85rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(13, 27, 42, 0.05);
    color: var(--bs-gray-700, #374151);
    font-weight: 600;
}

.scan-controls__camera-select[b-wzn656fa8j] {
    width: 100%;
    border-radius: 0.75rem;
    border: 1px solid var(--app-border);
    background: #ffffff;
    font-weight: 500;
    color: #1f2937;
    padding: 0.65rem 0.75rem;
}

.scan-controls__actions[b-wzn656fa8j] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
}

.scan-controls__label[b-wzn656fa8j] {
    display: block;
    font-weight: 600;
    color: var(--bs-gray-700, #374151);
}

.scan-controls__status[b-wzn656fa8j] {
    display: block;
    padding: 0.75rem 1rem;
    border-radius: 0.85rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(13, 27, 42, 0.05);
    color: var(--bs-gray-700, #374151);
    font-weight: 600;
}

.scan-controls__button[b-wzn656fa8j] {
    flex: 1 1 45%;
    min-width: 140px;
    border-radius: 999px;
    padding: 0.65rem 1rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: background-color 160ms ease, transform 160ms ease;
    box-shadow: 0 10px 20px rgba(27, 110, 194, 0.15);
}

.scan-controls__button:hover[b-wzn656fa8j] {
    transform: translateY(-1px);
}

.scan-controls__button:disabled[b-wzn656fa8j] {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.scan-controls__button--primary[b-wzn656fa8j] {
    background: var(--app-primary);
    color: #ffffff;
}

.scan-controls__button--primary:hover[b-wzn656fa8j] {
    background: var(--app-primary-dark);
}

.scan-controls__button--secondary[b-wzn656fa8j] {
    background: #e5e7eb;
    color: #111827;
    box-shadow: 0 6px 12px rgba(15, 23, 42, 0.1);
}

.scan-controls__button--secondary:hover[b-wzn656fa8j] {
    background: #d1d5db;
}

.scan-controls__button--torch[b-wzn656fa8j] {
    flex: 0 1 auto;
    min-width: 0;
    padding: 0.65rem 1rem;
    background: #fbbf24;
    color: #1f2937;
    box-shadow: 0 6px 12px rgba(251, 191, 36, 0.35);
}

.scan-controls__button--torch:hover[b-wzn656fa8j] {
    background: #f59e0b;
}

.scan-page__status[b-wzn656fa8j] {
    width: 100%;
    font-size: 0.95rem;
    color: var(--bs-gray-700, #374151);
    background: rgba(13, 27, 42, 0.06);
    padding: 0.75rem 1rem;
    border-radius: 0.85rem;
    text-align: center;
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.scan-page__status--error[b-wzn656fa8j] {
    color: #b91c1c;
    background: #fee2e2;
    border-color: #fca5a5;
}

.scan-settings[b-wzn656fa8j] {
    width: min(620px, 100%);
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    background: #ffffff;
    border: 1px solid var(--app-border);
    border-radius: 1.25rem;
    padding: 1.5rem;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.scan-settings__header h2[b-wzn656fa8j] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #1f2937;
}

.scan-settings__header p[b-wzn656fa8j] {
    margin: 0.35rem 0 0;
    font-size: 0.95rem;
    color: var(--bs-gray-600, #5f6368);
}

.scan-settings__controls[b-wzn656fa8j] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.scan-settings__group[b-wzn656fa8j] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.scan-settings__label[b-wzn656fa8j] {
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--bs-gray-700, #374151);
}

.scan-settings__input[b-wzn656fa8j],
.scan-settings__select[b-wzn656fa8j] {
    border: 1px solid var(--app-border);
    border-radius: 0.85rem;
    padding: 0.6rem 0.75rem;
    font-size: 0.95rem;
    background: #f9fafb;
    color: inherit;
    transition: border-color 140ms ease, box-shadow 140ms ease;
}

.scan-settings__input:focus[b-wzn656fa8j],
.scan-settings__select:focus[b-wzn656fa8j] {
    outline: none;
    border-color: var(--app-primary);
    box-shadow: 0 0 0 3px rgba(27, 110, 194, 0.15);
}

.scan-settings__hint[b-wzn656fa8j] {
    font-size: 0.8rem;
    color: var(--bs-gray-500, #6b7280);
}

.scan-settings__group--range[b-wzn656fa8j] {
    align-items: flex-start;
}

.scan-settings__range[b-wzn656fa8j] {
    width: 100%;
    accent-color: var(--app-primary);
}

.scan-settings__range-value[b-wzn656fa8j] {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--bs-gray-600, #5f6368);
}

.scan-settings__toggles[b-wzn656fa8j] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.5rem;
}

.scan-settings__checkbox[b-wzn656fa8j] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
    color: var(--bs-gray-700, #374151);
}

.scan-settings__checkbox input[type="checkbox"][b-wzn656fa8j] {
    width: 18px;
    height: 18px;
    accent-color: var(--app-primary);
}

.scan-settings__formats[b-wzn656fa8j] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.scan-settings__format-options[b-wzn656fa8j] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
}

.scan-settings__actions[b-wzn656fa8j] {
    display: flex;
    justify-content: flex-end;
}

.scan-settings__apply[b-wzn656fa8j] {
    border: none;
    border-radius: 999px;
    padding: 0.65rem 1.5rem;
    background: var(--app-primary);
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    transition: transform 120ms ease, box-shadow 120ms ease, background 120ms ease;
}

.scan-settings__apply:disabled[b-wzn656fa8j] {
    opacity: 0.55;
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
}

.scan-settings__apply:not(:disabled):hover[b-wzn656fa8j],
.scan-settings__apply:not(:disabled):focus-visible[b-wzn656fa8j] {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(27, 110, 194, 0.25);
}

.scan-settings__status[b-wzn656fa8j] {
    margin-top: 0.75rem;
    padding: 0.6rem 0.85rem;
    border-radius: 0.85rem;
    font-size: 0.9rem;
    border: 1px solid transparent;
}

.scan-settings__status--success[b-wzn656fa8j] {
    background: #dcfce7;
    color: #166534;
    border-color: #86efac;
}

.scan-settings__status--error[b-wzn656fa8j] {
    background: #fee2e2;
    color: #b91c1c;
    border-color: #fca5a5;
}

.scan-page__notice[b-wzn656fa8j] {
    margin-top: 1.5rem;
    width: min(420px, 100%);
    border-radius: 0.85rem;
    padding: 0.75rem 1rem;
    background: #fee2e2;
    border: 1px solid #fecaca;
    color: #b91c1c;
    font-size: 0.95rem;
    text-align: center;
}

.scan-page__actions[b-wzn656fa8j] {
    width: min(420px, 100%);
}

.scan-page__catalog[b-wzn656fa8j] {
    width: 100%;
    padding: 0.9rem 1.5rem;
    border-radius: 0.9rem;
    border: none;
    background: #0f9d58;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    box-shadow: 0 14px 30px rgba(15, 157, 88, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.scan-page__catalog:hover[b-wzn656fa8j] {
    transform: translateY(-1px);
    box-shadow: 0 18px 35px rgba(15, 157, 88, 0.45);
}

@media (max-width: 480px) {
    .scan-page[b-wzn656fa8j] {
        padding: 1rem;
        gap: 1.25rem;
    }

    .scan-page__header h1[b-wzn656fa8j] {
        font-size: 1.5rem;
    }

    .scan-settings[b-wzn656fa8j] {
        padding: 1.25rem;
        gap: 1rem;
    }

    .scan-settings__controls[b-wzn656fa8j] {
        grid-template-columns: 1fr;
    }

    .scan-settings__actions[b-wzn656fa8j] {
        justify-content: flex-start;
    }

    .scan-settings__apply[b-wzn656fa8j] {
        width: 100%;
    }
}
/* /Components/Pages/Settings/CategoryEdit.razor.rz.scp.css */
.category-editor[b-7au0g6jipw] {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.category-editor__header h1[b-7au0g6jipw] {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 600;
}

.category-editor__header p[b-7au0g6jipw] {
  margin: 0.25rem 0 0;
  color: var(--muted-foreground, #555);
}

.category-editor__columns[b-7au0g6jipw] {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .category-editor__columns[b-7au0g6jipw] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.category-editor__column[b-7au0g6jipw] {
  background: var(--surface, #fff);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.75rem;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.category-editor__column h2[b-7au0g6jipw] {
  margin: 0;
  font-size: 1.25rem;
}

.category-editor__loading[b-7au0g6jipw] {
  padding: 2rem;
  text-align: center;
}

.category-editor__status[b-7au0g6jipw] {
  margin: 0;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  background: rgba(16, 185, 129, 0.12);
  color: #065f46;
  font-size: 0.95rem;
}

.category-editor__error[b-7au0g6jipw] {
  margin: 0;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  background: rgba(239, 68, 68, 0.12);
  color: #b91c1c;
  font-size: 0.95rem;
}

.category-list[b-7au0g6jipw] {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.category-list--disabled[b-7au0g6jipw] {
  opacity: 0.6;
}

.category-list__item[b-7au0g6jipw] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.65rem;
  background: var(--surface, #fff);
}

.category-list__item--active[b-7au0g6jipw] {
  border-color: #2563eb;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.15);
}

.category-list__empty[b-7au0g6jipw] {
  padding: 0.75rem 1rem;
  border: 1px dashed rgba(0, 0, 0, 0.12);
  border-radius: 0.65rem;
  color: var(--muted-foreground, #666);
  text-align: center;
}

.category-list__select[b-7au0g6jipw] {
  flex: 1 1 auto;
  text-align: left;
  background: none;
  border: none;
  padding: 0;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  color: inherit;
}

.category-list__select--static[b-7au0g6jipw] {
  cursor: default;
}

.category-list__actions[b-7au0g6jipw] {
  display: flex;
  gap: 0.25rem;
}

.category-list__icon[b-7au0g6jipw] {
  border: none;
  background: rgba(37, 99, 235, 0.08);
  color: #1d4ed8;
  border-radius: 0.5rem;
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.category-list__icon--danger[b-7au0g6jipw] {
  background: rgba(239, 68, 68, 0.12);
  color: #b91c1c;
}

.category-list__icon:disabled[b-7au0g6jipw] {
  opacity: 0.5;
  cursor: not-allowed;
}

.category-editor__form[b-7au0g6jipw] {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.category-editor__input[b-7au0g6jipw] {
  border-radius: 0.65rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 0.6rem 0.75rem;
  font-size: 1rem;
}

.category-editor__form-actions[b-7au0g6jipw] {
  display: flex;
  gap: 0.5rem;
}

.category-editor__button[b-7au0g6jipw] {
  border: none;
  border-radius: 0.6rem;
  background: #2563eb;
  color: white;
  padding: 0.5rem 1rem;
  font-size: 0.95rem;
  cursor: pointer;
}

.category-editor__button[disabled][b-7au0g6jipw] {
  opacity: 0.6;
  cursor: not-allowed;
}

.category-editor__button--link[b-7au0g6jipw] {
  background: transparent;
  color: #1d4ed8;
}
/* /Components/Pages/Settings/ExchangeRates.razor.rz.scp.css */
.exchange-rates[b-09mudyizy2] {
    max-width: 640px;
    margin: 0 auto;
    padding: 2rem 1.5rem 3rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.exchange-rates__header h1[b-09mudyizy2] {
    margin: 0 0 0.5rem;
    font-size: 1.75rem;
    font-weight: 700;
}

.exchange-rates__header p[b-09mudyizy2] {
    margin: 0 0 1rem;
    color: #4a4a4a;
    line-height: 1.5;
}

.exchange-rates__add[b-09mudyizy2] {
    align-self: flex-start;
    background-color: #0ea5e9;
    color: #fff;
    border: none;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.exchange-rates__add:hover[b-09mudyizy2],
.exchange-rates__add:focus[b-09mudyizy2] {
    background-color: #0284c7;
}

.exchange-rates__status[b-09mudyizy2],
.exchange-rates__error[b-09mudyizy2] {
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
    font-weight: 600;
}

.exchange-rates__status[b-09mudyizy2] {
    background-color: #dcfce7;
    color: #166534;
}

.exchange-rates__error[b-09mudyizy2] {
    background-color: #fee2e2;
    color: #991b1b;
}

.exchange-rates__list[b-09mudyizy2] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.exchange-rates__empty[b-09mudyizy2] {
    margin: 0;
    color: #6b7280;
    font-style: italic;
}

.exchange-rates__item[b-09mudyizy2] {
    display: grid;
    grid-template-columns: 48px 1fr 1fr 48px;
    align-items: stretch;
    gap: 0.5rem;
}

.exchange-rates__toggle[b-09mudyizy2],
.exchange-rates__save[b-09mudyizy2] {
    border: none;
    border-radius: 0.75rem;
    background-color: #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    cursor: pointer;
    transition: transform 0.15s ease, background-color 0.2s ease;
}

.exchange-rates__toggle.active[b-09mudyizy2] {
    background-color: #22c55e;
    color: #fff;
}

.exchange-rates__toggle:not(.active) span[aria-hidden="true"][b-09mudyizy2] {
    opacity: 0;
}

.exchange-rates__toggle:active[b-09mudyizy2],
.exchange-rates__save:active[b-09mudyizy2] {
    transform: scale(0.95);
}

.exchange-rates__toggle:focus-visible[b-09mudyizy2],
.exchange-rates__save:focus-visible[b-09mudyizy2] {
    outline: 3px solid #2563eb;
    outline-offset: 2px;
}

.exchange-rates__currency[b-09mudyizy2],
.exchange-rates__value[b-09mudyizy2] {
    border: 2px solid #d1d5db;
    border-radius: 0.75rem;
    padding: 0.65rem 0.75rem;
    font-size: 1rem;
    font-weight: 600;
    color: #1f2937;
    background-color: #fff;
}

.exchange-rates__currency:focus[b-09mudyizy2],
.exchange-rates__value:focus[b-09mudyizy2] {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.15);
}

.exchange-rates__currency[b-09mudyizy2] {
    max-width: 120px;
    text-align: center;
}

.exchange-rates__value[b-09mudyizy2] {
    text-align: right;
}

.exchange-rates__save[b-09mudyizy2] {
    background-color: #16a34a;
    color: #fff;
}

.exchange-rates__save[disabled][b-09mudyizy2] {
    background-color: #bbf7d0;
    cursor: progress;
}

.sr-only[b-09mudyizy2] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 520px) {
    .exchange-rates[b-09mudyizy2] {
        padding: 1.5rem 1rem 2rem;
    }

    .exchange-rates__item[b-09mudyizy2] {
        grid-template-columns: 40px minmax(80px, 120px) 1fr 40px;
        gap: 0.4rem;
    }

    .exchange-rates__toggle[b-09mudyizy2],
    .exchange-rates__save[b-09mudyizy2] {
        border-radius: 0.65rem;
        font-size: 1.05rem;
    }
}
/* /Components/Pages/Settings/Settings.razor.rz.scp.css */
.settings-page[b-m9cq3orxxt] {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem;
}

.settings-page__header h1[b-m9cq3orxxt] {
  margin: 0;
  font-size: 1.75rem;
}

.settings-page__header p[b-m9cq3orxxt] {
  margin: 0;
  color: var(--muted-foreground, #6b7280);
}

.settings-page__loading[b-m9cq3orxxt],
.settings-page__empty[b-m9cq3orxxt] {
  padding: 2rem;
  text-align: center;
  color: var(--muted-foreground, #6b7280);
}

.settings-list[b-m9cq3orxxt] {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.settings-item[b-m9cq3orxxt] {
  background-color: var(--surface-color, #fff);
  border: 1px solid var(--border-color, #e5e7eb);
  border-radius: 0.75rem;
  padding: 1.25rem;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}

.settings-item__body[b-m9cq3orxxt] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px) {
  .settings-item__body[b-m9cq3orxxt] {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.settings-item__info[b-m9cq3orxxt] {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.settings-item__title[b-m9cq3orxxt] {
  margin: 0;
  font-size: 1.25rem;
}

.settings-item__type[b-m9cq3orxxt] {
  margin: 0;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--muted-foreground, #6b7280);
}

.settings-item__description[b-m9cq3orxxt] {
  margin: 0;
  color: var(--muted-foreground, #6b7280);
  max-width: 40rem;
}

.settings-item__editor[b-m9cq3orxxt] {
  flex: 0 0 18rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.settings-item__field[b-m9cq3orxxt] {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.settings-item__field-label[b-m9cq3orxxt] {
  font-size: 0.875rem;
  color: var(--muted-foreground, #6b7280);
}

.settings-item__input[b-m9cq3orxxt] {
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: 1px solid var(--border-color, #d1d5db);
  border-radius: 0.5rem;
  font-size: 1rem;
}

.settings-item__input[type="checkbox"][b-m9cq3orxxt] {
  width: auto;
  height: auto;
  padding: 0.35rem;
}

.settings-item__actions[b-m9cq3orxxt] {
  display: flex;
  justify-content: flex-end;
}

.settings-item__save[b-m9cq3orxxt] {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  border: none;
  background: var(--primary-color, #2563eb);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.settings-item__save:disabled[b-m9cq3orxxt] {
  opacity: 0.6;
  cursor: not-allowed;
}

.settings-item__status[b-m9cq3orxxt] {
  margin: 0;
  color: var(--success-color, #16a34a);
  font-size: 0.875rem;
}

.settings-item__error[b-m9cq3orxxt] {
  margin: 0;
  color: var(--danger-color, #dc2626);
  font-size: 0.875rem;
}
/* /Components/Pages/Users.razor.rz.scp.css */
.users-page[b-z8p5yk7zxa] {
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(340px, 1fr);
  gap: 2rem;
  align-items: flex-start;
}

.users-page__list[b-z8p5yk7zxa] {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.users-page__list-header h1[b-z8p5yk7zxa] {
  margin: 0;
  font-size: 1.75rem;
}

.users-page__empty[b-z8p5yk7zxa] {
  margin: 0;
  padding: 1.25rem;
  background: #fff;
  border-radius: 1.25rem;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
}

.users-page__add[b-z8p5yk7zxa] {
  border: none;
  border-radius: 1rem;
  padding: 0.85rem 1.5rem;
  font-weight: 600;
  background: linear-gradient(135deg, #0f9d58, #0b8043);
  color: #fff;
  cursor: pointer;
  align-self: flex-start;
  box-shadow: 0 8px 20px rgba(15, 157, 88, 0.35);
}

.users-page__add:disabled[b-z8p5yk7zxa] {
  opacity: 0.65;
  cursor: default;
}

.users-group[b-z8p5yk7zxa] {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.users-group h2[b-z8p5yk7zxa] {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
}

.users-group__cards[b-z8p5yk7zxa] {
  display: grid;
  gap: 0.85rem;
}

.users-card[b-z8p5yk7zxa] {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 0.85rem;
  align-items: center;
  padding: 0.85rem;
  border-radius: 1.25rem;
  border: none;
  background: #fff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.12);
  text-align: left;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.users-card:hover[b-z8p5yk7zxa] {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.16);
}

.users-card--active[b-z8p5yk7zxa] {
  outline: 3px solid #1a73e8;
}

.users-card__avatar[b-z8p5yk7zxa] {
  width: 72px;
  height: 72px;
  border-radius: 1rem;
  background: #f1f3f4;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.users-card__avatar img[b-z8p5yk7zxa] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.users-card__placeholder[b-z8p5yk7zxa] {
  width: 48px;
  height: 48px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='%23888' viewBox='0 0 16 16'%3E%3Cpath d='M11 6a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M0 14s1-4 8-4 8 4 8 4-1 2-8 2-8-2-8-2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.users-card__name[b-z8p5yk7zxa] {
  font-weight: 700;
  font-size: 1rem;
}

.users-card__phone[b-z8p5yk7zxa] {
  font-size: 0.9rem;
  color: #5f6368;
}

.users-page__editor[b-z8p5yk7zxa] {
  background: #fff;
  border-radius: 1.5rem;
  padding: 1.5rem;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.14);
}

.users-editor__placeholder[b-z8p5yk7zxa] {
  text-align: center;
  color: #5f6368;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.users-editor__header[b-z8p5yk7zxa] {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-bottom: 1.5rem;
}

.users-editor__header h2[b-z8p5yk7zxa] {
  margin: 0;
  font-size: 1.4rem;
}

.users-editor__status[b-z8p5yk7zxa] {
  margin: 0;
  color: #0f9d58;
  font-weight: 600;
}

.users-editor__error[b-z8p5yk7zxa] {
  margin: 0;
  color: #d93025;
  font-weight: 600;
}

.users-editor__body[b-z8p5yk7zxa] {
  display: grid;
  grid-template-columns: minmax(180px, 200px) 1fr;
  gap: 1.5rem;
}

.users-editor__image[b-z8p5yk7zxa] {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: center;
}

.users-editor__image-preview[b-z8p5yk7zxa] {
  width: 168px;
  height: 168px;
  border-radius: 1.5rem;
  background: #f1f3f4;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.users-editor__image-preview img[b-z8p5yk7zxa] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.users-editor__upload-progress[b-z8p5yk7zxa] {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  background: rgba(15, 23, 42, 0.55);
  color: #fff;
  padding: 0.75rem;
  text-align: center;
  backdrop-filter: blur(4px);
}

.users-editor__upload-text[b-z8p5yk7zxa] {
  font-weight: 600;
  font-size: 0.95rem;
}

.users-editor__progress-bar[b-z8p5yk7zxa] {
  width: 100%;
  height: 0.45rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.25);
  overflow: hidden;
}

.users-editor__progress-fill[b-z8p5yk7zxa] {
  height: 100%;
  background: linear-gradient(135deg, #1a73e8, #0b57d0);
  transition: width 0.15s ease;
}

.users-editor__progress-value[b-z8p5yk7zxa] {
  font-weight: 600;
  letter-spacing: 0.02em;
}

.users-editor__image-placeholder[b-z8p5yk7zxa] {
  width: 96px;
  height: 96px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96' fill='%23b0b3b8' viewBox='0 0 16 16'%3E%3Cpath d='M11 6a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M0 14s1-4 8-4 8 4 8 4-1 2-8 2-8-2-8-2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.users-editor__upload[b-z8p5yk7zxa] {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  background: #1a73e8;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease;
}

.users-editor__upload:hover[b-z8p5yk7zxa],
.users-editor__upload:focus-within[b-z8p5yk7zxa] {
  background: #1664c4;
}

.users-editor__upload input[type="file"][b-z8p5yk7zxa] {
  display: none;
}

.users-editor__upload-icon[b-z8p5yk7zxa] {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.sr-only[b-z8p5yk7zxa] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.users-editor__fields[b-z8p5yk7zxa] {
  display: grid;
  gap: 1rem;
}

.form-field[b-z8p5yk7zxa] {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.form-field label[b-z8p5yk7zxa] {
  font-weight: 600;
}

.form-control[b-z8p5yk7zxa] {
  border-radius: 0.85rem;
  border: 1px solid var(--bs-gray-300, #dadce0);
  padding: 0.7rem 0.9rem;
}

.users-editor__roles[b-z8p5yk7zxa] {
  border: 1px solid var(--bs-gray-300, #dadce0);
  border-radius: 1rem;
  padding: 0.85rem;
}

.users-editor__roles legend[b-z8p5yk7zxa] {
  font-weight: 700;
  padding: 0 0.35rem;
}

.users-roles-pivot__description[b-z8p5yk7zxa] {
  margin: 0.25rem 0 0.75rem;
  color: #5f6368;
  font-size: 0.9rem;
}

.users-roles-pivot[b-z8p5yk7zxa] {
  margin-top: 0.75rem;
  overflow-x: auto;
}

.users-roles-pivot__table[b-z8p5yk7zxa] {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.users-roles-pivot__table thead th[b-z8p5yk7zxa] {
  background: #f9fafb;
  padding: 0.65rem 0.75rem;
  text-align: center;
  font-weight: 700;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.users-roles-pivot__table thead th:first-child[b-z8p5yk7zxa] {
  text-align: left;
}

.users-roles-pivot__table tbody td[b-z8p5yk7zxa],
.users-roles-pivot__table tbody th[b-z8p5yk7zxa] {
  padding: 0.6rem 0.75rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.users-roles-pivot__table tbody th[b-z8p5yk7zxa] {
  text-align: left;
}

.users-roles-pivot__row[b-z8p5yk7zxa] {
  transition: background-color 120ms ease, box-shadow 120ms ease;
}

.users-roles-pivot__row:hover[b-z8p5yk7zxa] {
  background: rgba(26, 115, 232, 0.06);
}

.users-roles-pivot__row--selected[b-z8p5yk7zxa] {
  background: rgba(26, 115, 232, 0.12);
  box-shadow: inset 0 0 0 1px rgba(26, 115, 232, 0.25);
}

.users-roles-pivot__role[b-z8p5yk7zxa] {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-weight: 600;
}

.users-roles-pivot__checkbox[b-z8p5yk7zxa] {
  width: 1.1rem;
  height: 1.1rem;
}

.users-roles-pivot__cell[b-z8p5yk7zxa] {
  text-align: center;
}

.users-roles-pivot__check[b-z8p5yk7zxa] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 999px;
  background: #1a73e8;
  color: #fff;
  margin: 0 auto;
}

.users-roles-pivot__check svg[b-z8p5yk7zxa] {
  width: 0.85rem;
  height: 0.85rem;
}

.users-roles-pivot__dash[b-z8p5yk7zxa] {
  color: rgba(15, 23, 42, 0.25);
  font-weight: 600;
}

@media (max-width: 900px) {
  .users-roles-pivot__table[b-z8p5yk7zxa] {
    min-width: 540px;
  }
}

.users-editor__actions[b-z8p5yk7zxa] {
  margin-top: 1.75rem;
  display: flex;
  gap: 0.85rem;
  justify-content: flex-end;
}

.users-editor__save[b-z8p5yk7zxa] {
  border: none;
  background: #1a73e8;
  color: #fff;
  padding: 0.75rem 1.6rem;
  border-radius: 0.95rem;
  font-weight: 600;
  cursor: pointer;
}

.users-editor__save:disabled[b-z8p5yk7zxa],
.users-editor__delete:disabled[b-z8p5yk7zxa] {
  opacity: 0.6;
  cursor: default;
}

.users-editor__delete[b-z8p5yk7zxa] {
  border: none;
  background: #d93025;
  color: #fff;
  padding: 0.75rem 1.6rem;
  border-radius: 0.95rem;
  font-weight: 600;
  cursor: pointer;
}

.users-page__loading[b-z8p5yk7zxa] {
  padding: 2rem;
  text-align: center;
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.14);
}

.validation-summary[b-z8p5yk7zxa],
.validation-message[b-z8p5yk7zxa] {
  color: #d93025;
}

@media (max-width: 960px) {
  .users-page[b-z8p5yk7zxa] {
    grid-template-columns: 1fr;
  }

  .users-page__editor[b-z8p5yk7zxa] {
    order: -1;
  }

  .users-editor__body[b-z8p5yk7zxa] {
    grid-template-columns: 1fr;
  }

  .users-editor__image[b-z8p5yk7zxa] {
    flex-direction: row;
    justify-content: flex-start;
  }

  .users-editor__image-preview[b-z8p5yk7zxa] {
    width: 128px;
    height: 128px;
  }
}
/* /Components/Scan/Scanner2.razor.rz.scp.css */
.scan-page__scanner--scanner2[b-jldkluijyq] { width: min(80vw, 100%); display: flex; flex-direction: column; align-items:center;}

.scan-page__viewer--scanner2[b-jldkluijyq] {
    width: 100%;
    margin-bottom: 1.5rem;
    flex-direction:column;
    align-items:center
}

.scan-frame--scanner2[b-jldkluijyq] {
    position: relative;
    aspect-ratio: 4 / 3;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25), 0 0 0 6px rgba(27, 110, 194, 0.25);
}

.scan-controls__select[b-jldkluijyq]{
    margin-left:20px;
}

@media (min-width: 992px) {
    .scan-page__viewer--scanner2[b-jldkluijyq] { display: flex; justify-content: center; }

    .scan-frame--scanner2[b-jldkluijyq] { width: 300px; height: 300px; aspect-ratio: auto; }
}

.scan-frame--scanner2 .scan-frame__video[b-jldkluijyq],
.scan-frame--scanner2 video[b-jldkluijyq] {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    display: block;
    object-fit: contain;
    background: #0d1b2a;
}

.scan-frame--scanner2 .scan-frame__overlay[b-jldkluijyq] {
    border: 4px solid rgba(27, 110, 194, 0.85);
    box-shadow: inset 0 0 0 999px rgba(13, 27, 42, 0.2);
}

.scan-frame__guide[b-jldkluijyq] {
    position: absolute;
    inset: 1.25rem;
    border-radius: 1rem;
    border: 3px dashed rgba(27, 110, 194, 0.9);
    pointer-events: none;
    box-shadow: 0 0 20px rgba(27, 110, 194, 0.35);
}

@media (max-width: 480px) {
    .scan-frame__guide[b-jldkluijyq] {
        inset: 0.85rem;
        border-radius: 0.9rem;
    }
}

.scan-page__manual[b-jldkluijyq] {
    width: min(420px, 100%);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: center;
    margin-top: 1.5rem;
}

.scan-manual__label[b-jldkluijyq] {
    font-weight: 600;
    color: var(--bs-gray-800, #202124);
}

.scan-manual__inputs[b-jldkluijyq] {
    display: flex;
    width: min(360px, 100%);
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid var(--app-border);
    overflow: hidden;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.05);
    position: relative;
}

.scan-manual__input[b-jldkluijyq] {
    flex: 1 1 auto;
    border: none;
    padding: 0.85rem 1rem;
    font-size: 1rem;
    outline: none;
    background: transparent;
}

.scan-manual__input:disabled[b-jldkluijyq] {
    background: #f3f4f6;
}

.scan-manual__action[b-jldkluijyq] {
    border: none;
    background: var(--app-primary);
    color: #ffffff;
    width: 56px;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: background-color 120ms ease;
}

.scan-manual__action svg[b-jldkluijyq] {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.scan-manual__action:disabled[b-jldkluijyq] {
    background: #a5b4fc;
    cursor: not-allowed;
}

.scan-manual__action:hover:not(:disabled)[b-jldkluijyq],
.scan-manual__action:focus-visible:not(:disabled)[b-jldkluijyq] {
    background: var(--app-primary-dark);
}

.scan-manual__suggestions[b-jldkluijyq] {
    width: min(360px, 100%);
    margin: 0;
    padding: 0.5rem 0;
    list-style: none;
    background: #ffffff;
    border-radius: 0.85rem;
    border: 1px solid var(--app-border);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
    max-height: 240px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.scan-manual__suggestion[b-jldkluijyq] {
    display: block;
    padding: 0 0.25rem;
}

.scan-manual__suggestion-button[b-jldkluijyq] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
    border: none;
    background: transparent;
    text-align: left;
    padding: 0.6rem 0.85rem;
    border-radius: 0.7rem;
    cursor: pointer;
    transition: background-color 120ms ease;
}

.scan-manual__suggestion-button:hover[b-jldkluijyq],
.scan-manual__suggestion-button:focus-visible[b-jldkluijyq],
.scan-manual__suggestion--active .scan-manual__suggestion-button[b-jldkluijyq] {
    background: rgba(79, 70, 229, 0.12);
}

.scan-manual__suggestion-code[b-jldkluijyq] {
    font-weight: 600;
    color: #1f2937;
}

.scan-manual__suggestion-name[b-jldkluijyq] {
    font-size: 0.9rem;
    color: #4b5563;
}

.scan-manual__suggestion--loading[b-jldkluijyq],
.scan-manual__suggestion--empty[b-jldkluijyq] {
    font-size: 0.9rem;
    color: #6b7280;
    padding: 0.4rem 1rem;
}

.scan-page__error[b-jldkluijyq] {
    color: #d93025;
    font-size: 0.9rem;
}

@media (max-width: 640px) {
    .scan-page__manual[b-jldkluijyq] {
        width: 100%;
    }

    .scan-manual__inputs[b-jldkluijyq],
    .scan-manual__suggestions[b-jldkluijyq] {
        width: 100%;
    }
}
