/* /Components/PleaseWait.razor.rz.scp.css */
/*
svg {
  height: 140px;
  width: 800px;
}

  svg path {
    stroke-dasharray: 210;
    stroke-dashoffset: 210;
    animation: dash 5s forwards;
  }

  svg g {
    animation: fill-in 2s 10s forwards;
    fill-opacity: 0;
  }

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes fill-in {
  to {
    fill-opacity: 1;
  }
}

svg circle {
  display: none;
}
*/
svg[b-r0h4j7j2pk] {
  height: 60px;
  width: 120px;
}

.path[b-r0h4j7j2pk] {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  animation: dash-b-r0h4j7j2pk 2s linear alternate infinite;
}

@keyframes dash-b-r0h4j7j2pk {
  from {
    stroke-dashoffset: 1;
  }

  to {
    stroke-dashoffset: 0;
  }
}
/* /Components/TiInsightLoading.razor.rz.scp.css */
.tiinsight-tipos-loading[b-e9e9s2m52b]{display:flex;align-items:center;justify-content:center;gap:12px;min-width:0;color:#e8eae5}.tiinsight-tipos-loading[b-e9e9s2m52b]  svg{flex:0 0 120px}.tiinsight-tipos-loading-copy[b-e9e9s2m52b]{min-width:0;display:flex;flex-direction:column;gap:2px}.tiinsight-tipos-loading-copy b[b-e9e9s2m52b]{color:#f4f5f1}.tiinsight-tipos-loading-copy small[b-e9e9s2m52b]{color:#bfc3bc}.tiinsight-tipos-loading.compact[b-e9e9s2m52b]{gap:8px;justify-content:flex-start}.tiinsight-tipos-loading.compact[b-e9e9s2m52b]  svg{width:84px;height:42px;flex-basis:84px}@media(max-width:650px){.tiinsight-tipos-loading:not(.compact)[b-e9e9s2m52b]{flex-direction:column;text-align:center}.tiinsight-tipos-loading.compact[b-e9e9s2m52b]  svg{width:72px;height:36px;flex-basis:72px}}
/* /Pages/EditConfig/EditConfigLayout.razor.rz.scp.css */
.page[b-g6w34r21xn] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-g6w34r21xn] {
    flex: 1;
}

.sidebar[b-g6w34r21xn] {
  /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
}

.top-row[b-g6w34r21xn] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-g6w34r21xn]  a, .top-row .btn-link[b-g6w34r21xn] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-g6w34r21xn] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-g6w34r21xn] {
        display: none;
    }

    .top-row.auth[b-g6w34r21xn] {
        justify-content: space-between;
    }

    .top-row a[b-g6w34r21xn], .top-row .btn-link[b-g6w34r21xn] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-g6w34r21xn] {
        flex-direction: row;
    }

    .sidebar[b-g6w34r21xn] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-g6w34r21xn] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-g6w34r21xn], article[b-g6w34r21xn] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/ChefinfoLayout.razor.rz.scp.css */
.page[b-rac2su4p1e] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-rac2su4p1e] {
    flex: 1;
}

.sidebar[b-rac2su4p1e] {
  /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
}

.top-row[b-rac2su4p1e] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-rac2su4p1e]  a, .top-row .btn-link[b-rac2su4p1e] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-rac2su4p1e] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-rac2su4p1e] {
        display: none;
    }

    .top-row.auth[b-rac2su4p1e] {
        justify-content: space-between;
    }

    .top-row a[b-rac2su4p1e], .top-row .btn-link[b-rac2su4p1e] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-rac2su4p1e] {
        flex-direction: row;
    }

    .sidebar[b-rac2su4p1e] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-rac2su4p1e] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-rac2su4p1e], article[b-rac2su4p1e] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/DepoStockLayout.razor.rz.scp.css */
.page[b-r3h672dqnf] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-r3h672dqnf] {
    flex: 1;
}

.sidebar[b-r3h672dqnf] {
  /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
}

.top-row[b-r3h672dqnf] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-r3h672dqnf]  a, .top-row .btn-link[b-r3h672dqnf] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-r3h672dqnf] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-r3h672dqnf] {
        display: none;
    }

    .top-row.auth[b-r3h672dqnf] {
        justify-content: space-between;
    }

    .top-row a[b-r3h672dqnf], .top-row .btn-link[b-r3h672dqnf] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-r3h672dqnf] {
        flex-direction: row;
    }

    .sidebar[b-r3h672dqnf] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-r3h672dqnf] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-r3h672dqnf], article[b-r3h672dqnf] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/EditArtLayout.razor.rz.scp.css */
.page[b-laiezd42jr] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-laiezd42jr] {
    flex: 1;
}

.sidebar[b-laiezd42jr] {
  /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
}

.top-row[b-laiezd42jr] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-laiezd42jr]  a, .top-row .btn-link[b-laiezd42jr] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-laiezd42jr] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-laiezd42jr] {
        display: none;
    }

    .top-row.auth[b-laiezd42jr] {
        justify-content: space-between;
    }

    .top-row a[b-laiezd42jr], .top-row .btn-link[b-laiezd42jr] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-laiezd42jr] {
        flex-direction: row;
    }

    .sidebar[b-laiezd42jr] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-laiezd42jr] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-laiezd42jr], article[b-laiezd42jr] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/EditCatLayout.razor.rz.scp.css */
.page[b-rfrw2z7b4o] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-rfrw2z7b4o] {
    flex: 1;
}

.sidebar[b-rfrw2z7b4o] {
  /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
}

.top-row[b-rfrw2z7b4o] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-rfrw2z7b4o]  a, .top-row .btn-link[b-rfrw2z7b4o] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-rfrw2z7b4o] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-rfrw2z7b4o] {
        display: none;
    }

    .top-row.auth[b-rfrw2z7b4o] {
        justify-content: space-between;
    }

    .top-row a[b-rfrw2z7b4o], .top-row .btn-link[b-rfrw2z7b4o] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-rfrw2z7b4o] {
        flex-direction: row;
    }

    .sidebar[b-rfrw2z7b4o] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-rfrw2z7b4o] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-rfrw2z7b4o], article[b-rfrw2z7b4o] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/EditGuestLayout.razor.rz.scp.css */
.page[b-9k5dftmoey] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-9k5dftmoey] {
    flex: 1;
}

.sidebar[b-9k5dftmoey] {
  /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
}

.top-row[b-9k5dftmoey] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-9k5dftmoey]  a, .top-row .btn-link[b-9k5dftmoey] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-9k5dftmoey] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-9k5dftmoey] {
        display: none;
    }

    .top-row.auth[b-9k5dftmoey] {
        justify-content: space-between;
    }

    .top-row a[b-9k5dftmoey], .top-row .btn-link[b-9k5dftmoey] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-9k5dftmoey] {
        flex-direction: row;
    }

    .sidebar[b-9k5dftmoey] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-9k5dftmoey] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-9k5dftmoey], article[b-9k5dftmoey] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/EditPermitLayout.razor.rz.scp.css */
.page[b-yx4pcktkbt] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-yx4pcktkbt] {
    flex: 1;
}

.sidebar[b-yx4pcktkbt] {
  /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
}

.top-row[b-yx4pcktkbt] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-yx4pcktkbt]  a, .top-row .btn-link[b-yx4pcktkbt] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-yx4pcktkbt] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-yx4pcktkbt] {
        display: none;
    }

    .top-row.auth[b-yx4pcktkbt] {
        justify-content: space-between;
    }

    .top-row a[b-yx4pcktkbt], .top-row .btn-link[b-yx4pcktkbt] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-yx4pcktkbt] {
        flex-direction: row;
    }

    .sidebar[b-yx4pcktkbt] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-yx4pcktkbt] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-yx4pcktkbt], article[b-yx4pcktkbt] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/EditPersLayout.razor.rz.scp.css */
.page[b-7i8nubi5ye] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-7i8nubi5ye] {
    flex: 1;
}

.sidebar[b-7i8nubi5ye] {
  /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
}

.top-row[b-7i8nubi5ye] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-7i8nubi5ye]  a, .top-row .btn-link[b-7i8nubi5ye] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-7i8nubi5ye] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-7i8nubi5ye] {
        display: none;
    }

    .top-row.auth[b-7i8nubi5ye] {
        justify-content: space-between;
    }

    .top-row a[b-7i8nubi5ye], .top-row .btn-link[b-7i8nubi5ye] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-7i8nubi5ye] {
        flex-direction: row;
    }

    .sidebar[b-7i8nubi5ye] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-7i8nubi5ye] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-7i8nubi5ye], article[b-7i8nubi5ye] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/FinanceLayout.razor.rz.scp.css */
.page[b-03j67n8tzv] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-03j67n8tzv] {
    flex: 1;
}

.sidebar[b-03j67n8tzv] {
  /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
}

.top-row[b-03j67n8tzv] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-03j67n8tzv]  a, .top-row .btn-link[b-03j67n8tzv] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-03j67n8tzv] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-03j67n8tzv] {
        display: none;
    }

    .top-row.auth[b-03j67n8tzv] {
        justify-content: space-between;
    }

    .top-row a[b-03j67n8tzv], .top-row .btn-link[b-03j67n8tzv] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-03j67n8tzv] {
        flex-direction: row;
    }

    .sidebar[b-03j67n8tzv] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-03j67n8tzv] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-03j67n8tzv], article[b-03j67n8tzv] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-3dsd3z3yec] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-3dsd3z3yec] {
    flex: 1;
}

.sidebar[b-3dsd3z3yec] {
  /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
}

.top-row[b-3dsd3z3yec] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-3dsd3z3yec]  a, .top-row .btn-link[b-3dsd3z3yec] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-3dsd3z3yec] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-3dsd3z3yec] {
        display: none;
    }

    .top-row.auth[b-3dsd3z3yec] {
        justify-content: space-between;
    }

    .top-row a[b-3dsd3z3yec], .top-row .btn-link[b-3dsd3z3yec] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-3dsd3z3yec] {
        flex-direction: row;
    }

    .sidebar[b-3dsd3z3yec] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-3dsd3z3yec] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-3dsd3z3yec], article[b-3dsd3z3yec] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-7cxxmz0cwl] {
    background-color: aqua;/* rgba(255, 255, 255, 0.1);*/
}

.top-row[b-7cxxmz0cwl] {
    height: 3.5rem;
    /*background-color: aliceblue;/* rgba(0,0,0,0.4);*/
}

.navbar-brand[b-7cxxmz0cwl] {
    font-size: 1.1rem;
}

.oi[b-7cxxmz0cwl] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-7cxxmz0cwl] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-7cxxmz0cwl] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-7cxxmz0cwl] {
        padding-bottom: 1rem;
    }

    .nav-item[b-7cxxmz0cwl]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-7cxxmz0cwl]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-7cxxmz0cwl]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-7cxxmz0cwl] {
        display: none;
    }

    .collapse[b-7cxxmz0cwl] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/NavMenuEditArt.razor.rz.scp.css */
.navbar-toggler[b-6exs9iee2l] {
    background-color: aqua;/* rgba(255, 255, 255, 0.1);*/
}

.top-row[b-6exs9iee2l] {
    height: 3.5rem;
    /*background-color: aliceblue;/* rgba(0,0,0,0.4);*/
}

.navbar-brand[b-6exs9iee2l] {
    font-size: 1.1rem;
}

.oi[b-6exs9iee2l] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-6exs9iee2l] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-6exs9iee2l] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-6exs9iee2l] {
        padding-bottom: 1rem;
    }

    .nav-item[b-6exs9iee2l]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-6exs9iee2l]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-6exs9iee2l]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-6exs9iee2l] {
        display: none;
    }

    .collapse[b-6exs9iee2l] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /TiInsight/Pages/ArticleAiStart.razor.rz.scp.css */
.article-usage-toolbar[b-jxjqxpykuv] { display: flex; flex-wrap: wrap; gap: .75rem; align-items: center; justify-content: flex-end; }
.article-usage-settings[b-jxjqxpykuv] { padding: 1rem; border: 1px solid #777; margin-block: 1rem; }
.article-usage-settings label[b-jxjqxpykuv] { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; }
.article-usage-settings[b-jxjqxpykuv]  input { width: 8rem; padding: .65rem; }
/* /TiInsight/Pages/PurchaseInvoices.razor.rz.scp.css */
.purchase-invoices-page[b-px5ke9ye7c]{max-width:1680px;margin:0 auto;padding:26px;color:#f7f7f5}.purchase-invoice-page-header[b-px5ke9ye7c]{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:20px}.purchase-invoice-page-header h1[b-px5ke9ye7c]{margin:5px 0 8px;font-size:clamp(2rem,4vw,3.2rem);line-height:1}.purchase-invoice-page-header p[b-px5ke9ye7c],.dashboard-heading p[b-px5ke9ye7c]{margin:0;color:#c6c9c3}.eyebrow[b-px5ke9ye7c]{color:#b9d72e;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.hero-facts[b-px5ke9ye7c]{min-width:260px;padding:14px 17px;border-left:4px solid #a1c116;background:#343634;display:flex;flex-direction:column;gap:3px}.hero-facts b[b-px5ke9ye7c]{display:flex;align-items:center;gap:7px}.hero-facts span[b-px5ke9ye7c]{color:#bfc2bc;font-size:.8rem}
.purchase-invoice-header-actions[b-px5ke9ye7c]{display:flex;align-items:stretch;gap:8px}.purchase-invoice-header-actions>.secondary-action[b-px5ke9ye7c]{display:flex;align-items:center;gap:7px}.purchase-invoice-settings[b-px5ke9ye7c]{width:min(680px,calc(100vw - 28px))}.purchase-invoice-settings-body[b-px5ke9ye7c]{padding:18px;display:grid;gap:14px}.purchase-invoice-setting-card[b-px5ke9ye7c]{display:flex;align-items:flex-start;gap:12px;padding:16px;border:1px solid #696e6b;background:#3d403e;cursor:pointer}.purchase-invoice-setting-card.is-active[b-px5ke9ye7c]{border-left:4px solid #9ccb08;background:#464b41}.purchase-invoice-setting-card input[b-px5ke9ye7c]{width:20px;height:20px;accent-color:#9ccb08}.purchase-invoice-setting-card span[b-px5ke9ye7c]{display:grid;gap:5px}.purchase-invoice-setting-card small[b-px5ke9ye7c],.purchase-invoice-settings-body p[b-px5ke9ye7c]{color:#c9ceca;line-height:1.45}.purchase-invoice-settings-body p[b-px5ke9ye7c]{margin:0}
@media(max-width:660px){.purchase-invoice-header-actions[b-px5ke9ye7c]{display:grid;width:100%;margin-top:14px}.purchase-invoice-header-actions .hero-facts[b-px5ke9ye7c]{margin-top:0}.purchase-invoice-header-actions>.secondary-action[b-px5ke9ye7c]{justify-content:center}}
.purchase-dashboard[b-px5ke9ye7c]{padding:20px;border:1px solid #62645e;background:linear-gradient(145deg,#414440,#353735);box-shadow:0 15px 35px rgba(0,0,0,.16)}.dashboard-heading[b-px5ke9ye7c],.panel-heading[b-px5ke9ye7c],.upload-intro[b-px5ke9ye7c],.upload-progress[b-px5ke9ye7c]{display:flex;align-items:center;justify-content:space-between;gap:16px}.dashboard-heading h2[b-px5ke9ye7c]{margin:3px 0 5px;font-size:1.3rem}.dashboard-report-link[b-px5ke9ye7c],.panel-heading button[b-px5ke9ye7c]{border:0;color:#dce4c2;background:#555951;padding:9px 12px;cursor:pointer}.dashboard-report-link[b-px5ke9ye7c]{display:inline-flex;align-items:center;gap:7px;white-space:nowrap}.dashboard-kpis[b-px5ke9ye7c]{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:18px}.dashboard-kpi[b-px5ke9ye7c]{min-width:0;padding:16px;border:1px solid #5d6059;background:#464946;color:#fff;display:flex;align-items:center;gap:13px;text-align:left;cursor:pointer;transition:.15s}.dashboard-kpi:hover[b-px5ke9ye7c],.breakdown-row:hover[b-px5ke9ye7c],.supplier-list button:hover[b-px5ke9ye7c]{transform:translateY(-2px);border-color:#a1c116;background:#4d5149}.kpi-icon[b-px5ke9ye7c]{width:43px;height:43px;flex:0 0 43px;border-radius:9px;display:grid;place-items:center;background:#5d6259;color:#dceba0}.kpi-icon.confirmed[b-px5ke9ye7c]{background:rgba(161,193,22,.18);color:#cde94e}.kpi-icon.review[b-px5ke9ye7c]{background:rgba(242,169,59,.17);color:#f3b14a}.kpi-icon.value[b-px5ke9ye7c]{background:rgba(82,170,156,.2);color:#80d6c5}.kpi-copy[b-px5ke9ye7c]{min-width:0;display:flex;flex-direction:column}.kpi-copy small[b-px5ke9ye7c],.kpi-copy em[b-px5ke9ye7c]{color:#c4c7c0;font-style:normal}.kpi-copy small[b-px5ke9ye7c]{font-size:.72rem;text-transform:uppercase;letter-spacing:.05em}.kpi-copy strong[b-px5ke9ye7c]{margin:2px 0;font-size:1.45rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kpi-copy em[b-px5ke9ye7c]{font-size:.76rem}
.dashboard-breakdowns[b-px5ke9ye7c]{display:grid;grid-template-columns:1.35fr 1fr;gap:12px;margin-top:12px}.dashboard-panel[b-px5ke9ye7c]{border:1px solid #5d6059;background:#3b3e3b;min-width:0}.panel-heading[b-px5ke9ye7c]{padding:13px 15px;border-bottom:1px solid #565953}.panel-heading>div[b-px5ke9ye7c]{display:flex;align-items:center;gap:10px}.panel-heading span[b-px5ke9ye7c]{display:flex;flex-direction:column}.panel-heading small[b-px5ke9ye7c],.breakdown-row small[b-px5ke9ye7c],.supplier-list small[b-px5ke9ye7c]{color:#bfc2bc}.panel-heading button[b-px5ke9ye7c]{padding:7px 10px}.dashboard-empty[b-px5ke9ye7c]{min-height:104px;padding:26px;color:#bfc2bc;display:grid;place-items:center;text-align:center}.breakdown-list[b-px5ke9ye7c],.supplier-list[b-px5ke9ye7c]{padding:6px}.breakdown-row[b-px5ke9ye7c],.supplier-list button[b-px5ke9ye7c]{width:100%;min-width:0;border:1px solid transparent;background:transparent;color:#fff;padding:9px;display:flex;align-items:center;justify-content:space-between;gap:15px;text-align:left;cursor:pointer;transition:.15s}.breakdown-label[b-px5ke9ye7c],.supplier-list button>span[b-px5ke9ye7c]{min-width:0;display:flex;flex-direction:column}.breakdown-label b[b-px5ke9ye7c],.supplier-list b[b-px5ke9ye7c]{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.breakdown-value[b-px5ke9ye7c]{width:min(42%,220px);display:flex;flex-direction:column;align-items:flex-end;gap:4px}.breakdown-value i[b-px5ke9ye7c]{width:100%;height:4px;background:#292b29;overflow:hidden}.breakdown-value i span[b-px5ke9ye7c]{height:100%;display:block;background:#a1c116}
.upload-card[b-px5ke9ye7c]{display:grid;grid-template-columns:minmax(250px,1.5fr) minmax(160px,.6fr) minmax(160px,.6fr) auto;gap:14px;align-items:end;margin-top:18px;padding:18px;background:#3d3f3d;border:1px solid #62645e}.upload-intro[b-px5ke9ye7c]{grid-column:1/-1;justify-content:flex-start;padding-bottom:12px;border-bottom:1px solid #565953}.upload-intro>span:last-child[b-px5ke9ye7c]{display:flex;flex-direction:column}.upload-intro small[b-px5ke9ye7c]{color:#c1c4bd}.upload-icon[b-px5ke9ye7c]{width:40px;height:40px;display:grid;place-items:center;background:rgba(161,193,22,.16);color:#cce84d;border-radius:8px}.field[b-px5ke9ye7c]{display:flex;flex-direction:column;gap:7px}.field label[b-px5ke9ye7c],.metadata-grid span[b-px5ke9ye7c],.line-table small[b-px5ke9ye7c],.section-heading span[b-px5ke9ye7c],.selected-file[b-px5ke9ye7c]{color:#bfc2bc;font-size:.8rem}.field input[b-px5ke9ye7c],.metadata-grid input[b-px5ke9ye7c],.line-table input[b-px5ke9ye7c],.line-table select[b-px5ke9ye7c]{background:#292b29;border:1px solid #70736b;color:#fff;padding:10px;min-width:0}.selected-file[b-px5ke9ye7c]{grid-column:1/-1;display:flex;align-items:center;gap:6px}.primary-action[b-px5ke9ye7c],.secondary-action[b-px5ke9ye7c],.section-heading button[b-px5ke9ye7c],.upload-progress button[b-px5ke9ye7c]{border:0;padding:11px 16px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:7px}.primary-action[b-px5ke9ye7c]{background:#a1c116;color:#15180a;font-weight:800}.secondary-action[b-px5ke9ye7c],.section-heading button[b-px5ke9ye7c]{background:#555852;color:#fff}.primary-action:disabled[b-px5ke9ye7c],.secondary-action:disabled[b-px5ke9ye7c]{opacity:.45;cursor:not-allowed}
.upload-progress[b-px5ke9ye7c]{margin-top:12px;padding:14px 16px;border:1px solid #7a832f;background:#434735}.upload-progress>div[b-px5ke9ye7c]{flex:1;display:flex;flex-direction:column}.upload-progress span[b-px5ke9ye7c]{color:#d1d4cc}.upload-progress>strong[b-px5ke9ye7c]{font-size:1.2rem;color:#d3eb65;font-variant-numeric:tabular-nums}.upload-progress button[b-px5ke9ye7c]{background:#5e4945;color:#fff}
.invoice-workspace[b-px5ke9ye7c]{display:grid;grid-template-columns:360px minmax(0,1fr);gap:18px;margin-top:18px}.invoice-list[b-px5ke9ye7c],.invoice-detail[b-px5ke9ye7c]{background:#3d3f3d;border:1px solid #62645e;min-height:500px}.section-heading[b-px5ke9ye7c]{display:flex;justify-content:space-between;align-items:center;padding:16px 18px;border-bottom:1px solid #62645e}.section-heading h2[b-px5ke9ye7c]{margin:0 0 3px;font-size:1.05rem}.section-heading>div[b-px5ke9ye7c]{display:flex;flex-direction:column}.invoice-list-item[b-px5ke9ye7c]{width:100%;border:0;border-bottom:1px solid #555852;background:transparent;color:#fff;text-align:left;padding:14px 16px;display:flex;justify-content:space-between;gap:10px;cursor:pointer}.invoice-list-item:hover[b-px5ke9ye7c],.invoice-list-item.selected[b-px5ke9ye7c]{background:#4d5148}.invoice-list-item.selected[b-px5ke9ye7c]{box-shadow:inset 4px 0 #a1c116}.invoice-list-item span[b-px5ke9ye7c]{display:flex;flex-direction:column;min-width:0}.invoice-list-item strong[b-px5ke9ye7c],.invoice-list-item small[b-px5ke9ye7c]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.invoice-list-item small[b-px5ke9ye7c]{color:#bfc2bc}.invoice-list-item .amount[b-px5ke9ye7c]{text-align:right;white-space:nowrap}.status[b-px5ke9ye7c]{margin-top:5px;color:#f3b14a!important}.status.confirmed[b-px5ke9ye7c]{color:#b9d72e!important}.empty-state[b-px5ke9ye7c]{padding:34px;color:#bfc2bc;text-align:center}.empty-state.large[b-px5ke9ye7c]{min-height:430px;display:flex;flex-direction:column;align-items:center;justify-content:center}.empty-state.large .mud-icon-root[b-px5ke9ye7c]{font-size:54px}.metadata-grid[b-px5ke9ye7c]{display:grid;grid-template-columns:repeat(3,minmax(150px,1fr));gap:12px;padding:18px}.metadata-grid label[b-px5ke9ye7c]{display:flex;flex-direction:column;gap:5px}.line-table-wrap[b-px5ke9ye7c]{overflow:auto;border-top:1px solid #62645e}.line-table[b-px5ke9ye7c]{border-collapse:collapse;width:100%;min-width:1020px;table-layout:fixed}.line-table th[b-px5ke9ye7c],.line-table td[b-px5ke9ye7c]{padding:10px;border-bottom:1px solid #555852;text-align:left;vertical-align:top}.line-table th[b-px5ke9ye7c]{color:#cdd0c8;font-size:.78rem;text-transform:uppercase}.line-table th:nth-child(1)[b-px5ke9ye7c],.line-table td:nth-child(1)[b-px5ke9ye7c]{width:50px}.line-table th:nth-child(2)[b-px5ke9ye7c],.line-table td:nth-child(2)[b-px5ke9ye7c]{width:38%}.line-table th:nth-child(3)[b-px5ke9ye7c],.line-table td:nth-child(3)[b-px5ke9ye7c],.line-table th:nth-child(4)[b-px5ke9ye7c],.line-table td:nth-child(4)[b-px5ke9ye7c],.line-table th:nth-child(5)[b-px5ke9ye7c],.line-table td:nth-child(5)[b-px5ke9ye7c]{width:105px}.line-table th:nth-child(6)[b-px5ke9ye7c],.line-table td:nth-child(6)[b-px5ke9ye7c]{width:285px}.line-table input[b-px5ke9ye7c],.line-table select[b-px5ke9ye7c]{width:100%}.line-table td>small[b-px5ke9ye7c]{display:block;margin-top:5px}.line-table td:nth-child(2)>small[b-px5ke9ye7c],.line-table td:nth-child(6)>small[b-px5ke9ye7c]{line-height:1.25;white-space:normal;overflow-wrap:anywhere;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.line-table tr.unassigned[b-px5ke9ye7c]{background:rgba(245,157,22,.08)}.detail-actions[b-px5ke9ye7c]{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:16px}.detail-actions>span[b-px5ke9ye7c]{margin-right:auto;color:#c8cbc4}.notice[b-px5ke9ye7c]{padding:12px 16px;margin:12px 0}.notice.error[b-px5ke9ye7c]{background:#6e2929}.notice.warning[b-px5ke9ye7c]{background:#66501f;margin:14px 18px}.detail-heading[b-px5ke9ye7c]{gap:15px}
@media(max-width:1100px){.dashboard-kpis[b-px5ke9ye7c]{grid-template-columns:1fr 1fr}.dashboard-breakdowns[b-px5ke9ye7c]{grid-template-columns:1fr}.upload-card[b-px5ke9ye7c]{grid-template-columns:1fr 1fr}.file-field[b-px5ke9ye7c]{grid-column:1/-1}.invoice-workspace[b-px5ke9ye7c]{grid-template-columns:1fr}.invoice-list[b-px5ke9ye7c]{min-height:0;max-height:350px;overflow:auto}.metadata-grid[b-px5ke9ye7c]{grid-template-columns:1fr 1fr}}@media(max-width:660px){.purchase-invoices-page[b-px5ke9ye7c]{padding:14px}.purchase-invoice-page-header[b-px5ke9ye7c],.dashboard-heading[b-px5ke9ye7c]{display:block}.hero-facts[b-px5ke9ye7c],.dashboard-report-link[b-px5ke9ye7c]{margin-top:14px}.dashboard-kpis[b-px5ke9ye7c],.upload-card[b-px5ke9ye7c],.metadata-grid[b-px5ke9ye7c]{grid-template-columns:1fr}.upload-progress[b-px5ke9ye7c]{flex-wrap:wrap}.upload-progress>div[b-px5ke9ye7c]{min-width:calc(100% - 50px)}.detail-actions[b-px5ke9ye7c]{flex-wrap:wrap}.detail-actions>span[b-px5ke9ye7c]{width:100%}}
.dashboard-kpi.active[b-px5ke9ye7c]{transform:translateY(-2px);border-color:#a1c116;background:#4d5149;box-shadow:inset 0 -3px #a1c116}
.product-overview[b-px5ke9ye7c]{margin-top:18px;border:1px solid #62645e;background:#3b3e3b}.product-heading[b-px5ke9ye7c]{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;padding:16px 18px;border-bottom:1px solid #5b5e57}.product-heading h2[b-px5ke9ye7c]{margin:3px 0;font-size:1.2rem}.product-heading p[b-px5ke9ye7c]{margin:0;color:#bfc2bc}.product-actions[b-px5ke9ye7c]{display:flex;align-items:center;gap:7px}.product-actions input[b-px5ke9ye7c]{min-width:230px;background:#292b29;border:1px solid #70736b;color:#fff;padding:9px 11px}.product-actions button[b-px5ke9ye7c]{border:1px solid #62665e;background:#51544f;color:#fff;padding:9px 12px;cursor:pointer}.product-actions button.active[b-px5ke9ye7c]{border-color:#a1c116;background:#6c7b30}.product-table-wrap[b-px5ke9ye7c]{max-height:420px;overflow:auto}.product-table[b-px5ke9ye7c]{width:100%;min-width:920px;border-collapse:collapse}.product-table th[b-px5ke9ye7c],.product-table td[b-px5ke9ye7c]{padding:10px 12px;border-bottom:1px solid #555852;text-align:left}.product-table th[b-px5ke9ye7c]{position:sticky;top:0;z-index:1;background:#414440;color:#cdd0c8;font-size:.75rem;text-transform:uppercase}.product-table td small[b-px5ke9ye7c]{display:block;color:#bfc2bc;margin-top:3px}.product-table tbody tr:hover[b-px5ke9ye7c]{background:#454943}.detail-heading-actions[b-px5ke9ye7c]{display:flex;align-items:center;gap:8px}
.product-collapse-header[b-px5ke9ye7c]{width:100%;padding:16px 18px;border:0;background:transparent;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:18px;text-align:left;cursor:pointer}.product-collapse-header:hover[b-px5ke9ye7c]{background:#444842}.product-collapse-copy[b-px5ke9ye7c]{min-width:0;display:flex;flex-direction:column}.product-collapse-copy>strong[b-px5ke9ye7c]{margin:3px 0;font-size:1.2rem}.product-collapse-copy>small[b-px5ke9ye7c]{color:#bfc2bc}.product-collapse-state[b-px5ke9ye7c]{display:flex;align-items:center;gap:6px;color:#d6e98a;font-weight:700;white-space:nowrap}.product-overview-content[b-px5ke9ye7c]{border-top:1px solid #5b5e57}.product-overview-content>.product-actions[b-px5ke9ye7c]{padding:12px 18px;justify-content:flex-end;border-bottom:1px solid #555852}.product-actions .category-filter[b-px5ke9ye7c]{display:inline-flex;align-items:center;justify-content:center;gap:5px;border-color:#a1c116;color:#dceba0}
.danger-action[b-px5ke9ye7c]{background:#7a2e2e!important;color:#fff}.danger-action:hover[b-px5ke9ye7c]{background:#963737!important}
@media(max-width:1100px){.product-heading[b-px5ke9ye7c]{align-items:flex-start;flex-direction:column}.product-actions[b-px5ke9ye7c]{width:100%}.product-actions input[b-px5ke9ye7c]{flex:1}}@media(max-width:660px){.product-actions[b-px5ke9ye7c],.detail-heading-actions[b-px5ke9ye7c]{align-items:stretch;flex-direction:column}.product-actions input[b-px5ke9ye7c]{width:100%;min-width:0}.detail-heading[b-px5ke9ye7c]{align-items:stretch;flex-direction:column}}

/* Kamera-Upload, proportionale Warenwertbalken und mobile Kartenansicht */
.breakdown-value i span[b-px5ke9ye7c]{transition:width .25s ease}.breakdown-value i span.negative[b-px5ke9ye7c]{background:#f3a43b}
.upload-card[b-px5ke9ye7c]{grid-template-columns:minmax(320px,1.5fr) minmax(160px,.6fr) minmax(160px,.6fr) auto}
.source-options[b-px5ke9ye7c]{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.file-source[b-px5ke9ye7c]{position:relative;min-height:42px;padding:9px 11px;border:1px solid #70736b;background:#50534e;color:#fff!important;display:flex;align-items:center;justify-content:center;gap:7px;cursor:pointer;font-size:.82rem!important;overflow:hidden}
.camera-source[b-px5ke9ye7c]{border-color:#8ca719;background:#596525}.file-source:hover[b-px5ke9ye7c]{border-color:#b9d72e}
.file-source input[type=file][b-px5ke9ye7c],.file-source[b-px5ke9ye7c]  input[type=file]{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}
.file-source.loading[b-px5ke9ye7c]{opacity:.65;cursor:wait}.scan-read-progress[b-px5ke9ye7c]{grid-column:1/-1;padding:11px 13px;border:1px solid #7a832f;background:#434735}.scan-read-progress small[b-px5ke9ye7c]{color:#d1d4cc}
.scan-selection[b-px5ke9ye7c]{grid-column:1/-1;padding:13px;border:1px solid #72802f;background:#353a2f}.scan-selection>div[b-px5ke9ye7c]{display:flex;align-items:center;gap:10px;color:#d8e99a}.scan-selection>div>span[b-px5ke9ye7c]{display:flex;flex-direction:column}.scan-selection>div small[b-px5ke9ye7c],.scan-selection li small[b-px5ke9ye7c]{color:#c2c7ba}.scan-selection ol[b-px5ke9ye7c]{list-style:none;margin:12px 0 0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:7px}.scan-selection li[b-px5ke9ye7c]{min-width:0;padding:9px 10px;border:1px solid #5d6257;background:#414540;display:flex;align-items:center;justify-content:space-between;gap:8px}.scan-selection li>span[b-px5ke9ye7c]{min-width:0;display:flex;flex-direction:column}.scan-selection li b[b-px5ke9ye7c],.scan-selection li small[b-px5ke9ye7c]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.scan-selection li button[b-px5ke9ye7c]{width:34px;height:34px;flex:0 0 34px;border:0;background:#5a4a47;color:#fff;display:grid;place-items:center;cursor:pointer}.upload-card>.primary-action[b-px5ke9ye7c]{white-space:normal;line-height:1.2}

@media(max-width:1100px){.source-field[b-px5ke9ye7c]{grid-column:1/-1}}
@media(max-width:660px){
  .purchase-invoices-page[b-px5ke9ye7c]{width:100%;max-width:100%;padding:10px;overflow-x:hidden}.purchase-dashboard[b-px5ke9ye7c],.product-overview[b-px5ke9ye7c],.upload-card[b-px5ke9ye7c],.invoice-workspace[b-px5ke9ye7c],.invoice-list[b-px5ke9ye7c],.invoice-detail[b-px5ke9ye7c]{min-width:0;max-width:100%}.purchase-dashboard[b-px5ke9ye7c],.upload-card[b-px5ke9ye7c]{padding:13px}.purchase-invoice-page-header h1[b-px5ke9ye7c]{font-size:2rem}.hero-facts[b-px5ke9ye7c]{min-width:0}
  .dashboard-report-link[b-px5ke9ye7c]{width:100%;justify-content:center}.dashboard-kpi[b-px5ke9ye7c]{padding:13px}.panel-heading[b-px5ke9ye7c]{align-items:flex-start}.panel-heading button[b-px5ke9ye7c]{flex:0 0 auto}.breakdown-row[b-px5ke9ye7c]{align-items:flex-end}.breakdown-value[b-px5ke9ye7c]{width:44%}
  .upload-card[b-px5ke9ye7c]{grid-template-columns:minmax(0,1fr)}.upload-intro[b-px5ke9ye7c],.source-field[b-px5ke9ye7c],.selected-file[b-px5ke9ye7c],.scan-selection[b-px5ke9ye7c]{grid-column:1}.upload-card>*[b-px5ke9ye7c]{min-width:0}.field input[b-px5ke9ye7c]{width:100%;max-width:100%;box-sizing:border-box}.source-options[b-px5ke9ye7c],.scan-selection ol[b-px5ke9ye7c]{grid-template-columns:minmax(0,1fr)}.file-source[b-px5ke9ye7c]{width:100%;min-width:0;box-sizing:border-box;white-space:normal;text-align:center;line-height:1.25}.file-source span[b-px5ke9ye7c]{min-width:0;white-space:normal}.upload-progress button[b-px5ke9ye7c],.detail-actions button[b-px5ke9ye7c],.primary-action[b-px5ke9ye7c]{width:100%;min-height:46px}.invoice-workspace[b-px5ke9ye7c]{gap:12px}.invoice-list-item[b-px5ke9ye7c]{padding:12px}.section-heading[b-px5ke9ye7c]{padding:13px}
  .detail-actions[b-px5ke9ye7c]{align-items:stretch;flex-direction:column}.detail-actions>span[b-px5ke9ye7c]{width:100%;margin:0 0 5px}
  .line-table-wrap[b-px5ke9ye7c],.product-table-wrap[b-px5ke9ye7c]{max-height:none;overflow:visible;border:0}.line-table[b-px5ke9ye7c],.product-table[b-px5ke9ye7c]{display:block;min-width:0}.line-table thead[b-px5ke9ye7c],.product-table thead[b-px5ke9ye7c]{display:none}.line-table tbody[b-px5ke9ye7c],.product-table tbody[b-px5ke9ye7c]{display:block}
  .line-table tr[b-px5ke9ye7c],.product-table tr[b-px5ke9ye7c]{display:block;margin:10px;border:1px solid #5f625b;background:#414440}.line-table td[b-px5ke9ye7c],.product-table td[b-px5ke9ye7c]{width:auto!important;min-height:42px;padding:9px 10px;border-bottom:1px solid #555852;display:grid;grid-template-columns:105px minmax(0,1fr);align-items:start;gap:10px}
  .line-table td:last-child[b-px5ke9ye7c],.product-table td:last-child[b-px5ke9ye7c]{border-bottom:0}.line-table td[b-px5ke9ye7c]::before,.product-table td[b-px5ke9ye7c]::before{content:attr(data-label);color:#bfc2bc;font-size:.72rem;text-transform:uppercase;letter-spacing:.03em}.line-table td>small[b-px5ke9ye7c],.product-table td>small[b-px5ke9ye7c]{grid-column:2}.line-table input[b-px5ke9ye7c],.line-table select[b-px5ke9ye7c]{min-height:38px}.notice.warning[b-px5ke9ye7c]{margin:10px}.product-heading[b-px5ke9ye7c]{padding:13px}.product-collapse-header[b-px5ke9ye7c]{padding:13px}.product-collapse-state>span[b-px5ke9ye7c]{display:none}.product-overview-content>.product-actions[b-px5ke9ye7c]{padding:10px}
}

/* Nicht zugeordnete Rechnungspositionen müssen in der Prüfung sofort auffallen. */
.line-table tr.unassigned[b-px5ke9ye7c]{background:rgba(239,83,80,.18);box-shadow:inset 4px 0 #ef5350}.line-table tr.unassigned td[b-px5ke9ye7c]{border-bottom-color:rgba(239,83,80,.45)}.line-table tr.unassigned select[b-px5ke9ye7c]{border-color:#ef5350;background:#432c2b}

/* Gut lesbare Zahlenfelder ohne die kleinen Browser-Auf/Ab-Pfeile. */
@media(min-width:661px){
  .line-table th:nth-child(3)[b-px5ke9ye7c],.line-table td:nth-child(3)[b-px5ke9ye7c],.line-table th:nth-child(4)[b-px5ke9ye7c],.line-table td:nth-child(4)[b-px5ke9ye7c],.line-table th:nth-child(5)[b-px5ke9ye7c],.line-table td:nth-child(5)[b-px5ke9ye7c]{width:125px}
}
.line-table .number-input[b-px5ke9ye7c]{box-sizing:border-box;min-width:100px;min-height:44px;padding:10px 12px;font-variant-numeric:tabular-nums;appearance:textfield;-moz-appearance:textfield}
.line-table .number-input[b-px5ke9ye7c]::-webkit-inner-spin-button,.line-table .number-input[b-px5ke9ye7c]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
/* /TiInsight/Pages/UndoHistory.razor.rz.scp.css */
.undo-page[b-rm6xd0rhl9]{padding:20px}.undo-note[b-rm6xd0rhl9],.undo-message[b-rm6xd0rhl9]{padding:14px;border:1px solid #829b22;background:#a1c11612;margin:14px 0}.undo-columns[b-rm6xd0rhl9]{display:grid;grid-template-columns:350px minmax(0,1fr);gap:20px}.undo-calendar[b-rm6xd0rhl9],.undo-event[b-rm6xd0rhl9]{border:1px solid #777;padding:14px;margin-bottom:14px}.undo-calendar[b-rm6xd0rhl9]{align-self:start}.undo-month[b-rm6xd0rhl9]{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.undo-days[b-rm6xd0rhl9]{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:5px}.undo-day-label[b-rm6xd0rhl9]{text-align:center;font-size:12px}.undo-day[b-rm6xd0rhl9]{min-height:54px;background:#414747;border:1px solid #777;color:white;cursor:pointer}.undo-day small[b-rm6xd0rhl9]{display:block;font-size:9px}.undo-day.has-changes[b-rm6xd0rhl9]{border-color:#a1c116;background:#a1c11625}.undo-day.selected[b-rm6xd0rhl9]{outline:2px solid #a1c116}.undo-event-heading[b-rm6xd0rhl9]{width:100%;text-align:left;color:inherit;background:transparent;border:0;cursor:pointer;display:grid;gap:6px}.undo-table-scroll[b-rm6xd0rhl9]{overflow:auto;margin:16px 0}table[b-rm6xd0rhl9]{width:100%;border-collapse:collapse;font-size:13px}td[b-rm6xd0rhl9],th[b-rm6xd0rhl9]{padding:9px;border-bottom:1px solid #777;vertical-align:top;text-align:left;overflow-wrap:anywhere;max-width:320px}th[b-rm6xd0rhl9]{background:#213037}.undo-created[b-rm6xd0rhl9]{color:#a1c116}.undo-loading[b-rm6xd0rhl9]{position:fixed;inset:0;background:#0009;display:grid;place-items:center;z-index:2000}.undo-loading-box[b-rm6xd0rhl9]{padding:30px;background:#494a4a;border:1px solid #a1c116;text-align:center}@media(max-width:800px){.undo-columns[b-rm6xd0rhl9]{grid-template-columns:1fr}.undo-page[b-rm6xd0rhl9]{padding:12px}.undo-event .button[b-rm6xd0rhl9]{white-space:normal;width:100%}}
.undo-change[b-rm6xd0rhl9]{margin:12px 0;padding:12px;border:1px solid #777;overflow-wrap:anywhere}.undo-change>strong[b-rm6xd0rhl9]{display:block;margin-bottom:8px}.undo-change div[b-rm6xd0rhl9]{padding:3px 0}.undo-change details[b-rm6xd0rhl9]{margin-top:8px}.undo-change summary[b-rm6xd0rhl9]{cursor:pointer;color:#b4cc43}.undo-change details div[b-rm6xd0rhl9]{font-size:13px;padding:5px 0;border-bottom:1px solid #666}
.undo-remove-new[b-rm6xd0rhl9]{display:flex;align-items:center;gap:10px;margin:16px 0;padding:12px;border:1px solid #829b22}.undo-remove-new input[b-rm6xd0rhl9]{width:20px;height:20px;flex-shrink:0;accent-color:#a1c116}
/* /TiInsight/Pages/WarehouseArticles.razor.rz.scp.css */
.warehouse-ai-page[b-kgruod71h3]{max-width:1680px;margin:0 auto;padding:26px;color:#f5f6f2}.warehouse-hero[b-kgruod71h3]{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px}.warehouse-hero h1[b-kgruod71h3]{font-size:clamp(2.2rem,5vw,3.5rem);line-height:1;margin:5px 0 9px}.warehouse-hero p[b-kgruod71h3],.panel-heading p[b-kgruod71h3]{margin:0;color:#bdc1bb}.warehouse-scope[b-kgruod71h3]{display:block;color:#929790;margin-top:7px}.warehouse-eyebrow[b-kgruod71h3],.panel-heading span[b-kgruod71h3]{color:#b9d72e;font-size:.76rem;font-weight:850;letter-spacing:.1em}.warehouse-refresh[b-kgruod71h3],.panel-heading button[b-kgruod71h3],.panel-heading a[b-kgruod71h3]{border:1px solid #62665e;background:#4b4e49;color:#fff;padding:12px 15px;text-decoration:none;font-weight:750}.warehouse-notice[b-kgruod71h3]{padding:13px 16px;margin-bottom:14px;border-left:4px solid #9dc51b;background:#263413}.warehouse-notice.error[b-kgruod71h3]{border-color:#ef5350;background:#4b2020}.warehouse-busy[b-kgruod71h3]{position:fixed;inset:0;z-index:5000;background:#080a08d9;display:grid;place-items:center;padding:20px}.warehouse-busy-card[b-kgruod71h3]{width:min(620px,calc(100vw - 32px));min-height:220px;box-sizing:border-box;padding:32px;border:1px solid #7c846d;border-top:4px solid #afd20e;background:#30352d;display:grid;place-content:center;text-align:center;box-shadow:0 18px 70px #000}.warehouse-busy-progress[b-kgruod71h3]{width:min(480px,calc(100vw - 80px));margin:22px auto 0;text-align:left}.warehouse-busy-progress>div[b-kgruod71h3]{display:flex;justify-content:space-between;gap:14px;margin-bottom:8px;color:#d9ddd5}.warehouse-busy-progress strong[b-kgruod71h3]{color:#c8e24f;white-space:nowrap}.warehouse-busy-progress progress[b-kgruod71h3]{display:block;width:100%;height:14px;accent-color:#acd00f}.warehouse-loading[b-kgruod71h3]{min-height:300px;display:grid;place-content:center;justify-items:center;gap:14px}
.warehouse-integrity-alert[b-kgruod71h3]{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:13px 15px;margin-bottom:12px;border:1px solid #b36b22;border-left:5px solid #ef5350;background:#4a2b20}.warehouse-integrity-alert>div[b-kgruod71h3]{display:flex;flex-direction:column;gap:4px}.warehouse-integrity-alert span[b-kgruod71h3]{color:#e1d1c4;font-size:.82rem}.warehouse-integrity-alert a[b-kgruod71h3]{background:#f2a620;color:#221500;padding:11px 15px;text-decoration:none;font-weight:850;white-space:nowrap}
.warehouse-kpis[b-kgruod71h3]{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:12px}.warehouse-kpis button[b-kgruod71h3]{min-height:112px;padding:18px;text-align:left;background:#3e413d;color:#fff;border:1px solid #61655d;border-bottom:3px solid #9fc51a;display:flex;flex-direction:column;cursor:pointer}.warehouse-kpis button.attention[b-kgruod71h3]{border-bottom-color:#f2a620}.warehouse-kpis span[b-kgruod71h3]{font-size:.74rem;text-transform:uppercase;color:#cbd0c7}.warehouse-kpis strong[b-kgruod71h3]{font-size:1.65rem;margin:5px 0}.warehouse-kpis small[b-kgruod71h3]{color:#bdc1bb}.warehouse-tabs[b-kgruod71h3]{display:flex;overflow:auto;background:#292b29;border:1px solid #555951;margin-bottom:12px;scrollbar-width:thin}.warehouse-tabs button[b-kgruod71h3]{flex:1;min-width:130px;padding:15px;background:none;color:#c8cbc6;border:0;border-bottom:3px solid transparent;font-weight:750;white-space:nowrap}.warehouse-tabs button.active[b-kgruod71h3]{color:#fff;border-color:#afd20e;background:#3b3e39}
.warehouse-grid[b-kgruod71h3]{display:grid;gap:12px}.warehouse-grid.two-columns[b-kgruod71h3]{grid-template-columns:1fr 1fr}.warehouse-panel[b-kgruod71h3]{border:1px solid #5b5f57;background:#383b37;padding:18px;min-width:0}.warehouse-panel.wide[b-kgruod71h3]{grid-column:1/-1}.panel-heading[b-kgruod71h3]{display:flex;justify-content:space-between;align-items:center;gap:15px;padding-bottom:14px;border-bottom:1px solid #595c56;margin-bottom:14px}.panel-heading h2[b-kgruod71h3]{margin:3px 0 0;font-size:1.3rem}.panel-heading.responsive .panel-tools[b-kgruod71h3]{display:flex;gap:8px}.panel-tools input[b-kgruod71h3],.wide-search[b-kgruod71h3]{min-width:240px}.health-list[b-kgruod71h3]{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.health-list button[b-kgruod71h3]{background:#454842;color:#fff;border:1px solid #5b5f57;padding:18px 10px}.health-list b[b-kgruod71h3]{display:block;color:#b9d72e;font-size:1.8rem}.health-list span[b-kgruod71h3]{font-size:.8rem}.compact-list>div[b-kgruod71h3]{display:flex;justify-content:space-between;border-bottom:1px solid #50534e;padding:10px 2px}.compact-list span[b-kgruod71h3]{display:flex;flex-direction:column}.compact-list small[b-kgruod71h3],.price-strip small[b-kgruod71h3]{color:#aeb2ab}.price-strip[b-kgruod71h3]{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.price-strip>div[b-kgruod71h3]{display:flex;flex-direction:column;background:#424540;padding:13px}.price-strip strong[b-kgruod71h3]{color:#b9d72e;font-size:1.1rem;margin:8px 0}.empty-state[b-kgruod71h3]{color:#aeb2ab}.empty-state.large[b-kgruod71h3]{text-align:center;padding:55px 20px}
input[b-kgruod71h3],select[b-kgruod71h3]{width:100%;box-sizing:border-box;border:1px solid #656960;background:#2d302d;color:#fff;padding:11px 12px;border-radius:0;font:inherit}label[b-kgruod71h3]{display:flex;flex-direction:column;gap:6px;color:#c8cbc6;font-size:.8rem}.primary[b-kgruod71h3],.secondary[b-kgruod71h3]{border:1px solid #9fc51a;padding:11px 14px;font-weight:800}.primary[b-kgruod71h3]{background:#a8cb12;color:#172000}.secondary[b-kgruod71h3]{background:#42463f;color:#fff}.full[b-kgruod71h3]{width:100%}.item-layout[b-kgruod71h3]{display:grid;grid-template-columns:1fr;gap:14px}.item-layout.editor-open[b-kgruod71h3]{grid-template-columns:minmax(0,1.5fr) minmax(330px,.7fr)}.warehouse-card-list[b-kgruod71h3]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;align-content:start}.warehouse-item-card[b-kgruod71h3],.recipe-sales-card[b-kgruod71h3]{display:flex;justify-content:space-between;gap:10px;text-align:left;background:#41443f;color:#fff;border:1px solid #555a52;padding:14px}.warehouse-item-card.selected[b-kgruod71h3],.recipe-sales-card.selected[b-kgruod71h3]{border-left:4px solid #a9cd10;background:#4a4e45}.warehouse-item-card span[b-kgruod71h3],.recipe-sales-card span[b-kgruod71h3]{display:flex;flex-direction:column}.warehouse-item-card small[b-kgruod71h3],.recipe-sales-card small[b-kgruod71h3]{color:#b6bbb3;margin-top:3px}.warehouse-item-card .numeric[b-kgruod71h3],.recipe-sales-card>span:last-child[b-kgruod71h3]{text-align:right;white-space:nowrap}.warehouse-editor[b-kgruod71h3],.inline-editor[b-kgruod71h3]{border:1px solid #65695f;background:#30332f;padding:16px}.warehouse-editor label[b-kgruod71h3],.inline-editor label[b-kgruod71h3],.warehouse-dialog label[b-kgruod71h3]{margin-bottom:12px}.editor-title[b-kgruod71h3]{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.editor-title h3[b-kgruod71h3]{margin:0}.editor-title button[b-kgruod71h3],.recipe-line>button[b-kgruod71h3],.receipt-line>button[b-kgruod71h3]{background:transparent;color:#d4d7d1;border:1px solid #646860;width:38px;height:38px;font-size:1.4rem}.form-grid[b-kgruod71h3]{display:grid;grid-template-columns:1fr 1fr;gap:10px}.form-grid.three[b-kgruod71h3]{grid-template-columns:repeat(3,1fr)}.warehouse-editor hr[b-kgruod71h3]{border:0;border-top:1px solid #555951;margin:18px 0}.supplier-condition[b-kgruod71h3]{display:flex;justify-content:space-between;padding:10px;background:#41443f;margin-bottom:7px}.supplier-condition span[b-kgruod71h3]{display:flex;flex-direction:column}.supplier-condition small[b-kgruod71h3]{color:#b7bbb4}.supplier-condition em[b-kgruod71h3]{color:#b9d72e;font-style:normal}.inline-fields[b-kgruod71h3]{display:grid;grid-template-columns:.6fr 1fr;gap:5px}.toggle[b-kgruod71h3]{flex-direction:row;align-items:center}.toggle input[b-kgruod71h3]{width:auto}
input[b-kgruod71h3],select[b-kgruod71h3]{width:100%;box-sizing:border-box;border:1px solid #656960;background:#2d302d;color:#fff;padding:11px 12px;border-radius:0;font:inherit}label[b-kgruod71h3]{display:flex;flex-direction:column;gap:6px;color:#c8cbc6;font-size:.8rem}.primary[b-kgruod71h3],.secondary[b-kgruod71h3]{border:1px solid #9fc51a;padding:11px 14px;font-weight:800}.primary[b-kgruod71h3]{background:#a8cb12;color:#172000}.secondary[b-kgruod71h3]{background:#42463f;color:#fff}.secondary.active[b-kgruod71h3]{background:#56651f;border-color:#b7d92b}.full[b-kgruod71h3]{width:100%}.item-layout[b-kgruod71h3]{display:grid;grid-template-columns:1fr;gap:14px}.item-layout.editor-open[b-kgruod71h3]{grid-template-columns:minmax(0,1.5fr) minmax(330px,.7fr)}.warehouse-card-list[b-kgruod71h3]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;align-content:start}.warehouse-item-card[b-kgruod71h3],.recipe-sales-card[b-kgruod71h3]{display:flex;justify-content:space-between;gap:10px;text-align:left;background:#41443f;color:#fff;border:1px solid #555a52;padding:14px}.warehouse-item-card.selected[b-kgruod71h3],.recipe-sales-card.selected[b-kgruod71h3]{border-left:4px solid #a9cd10;background:#4a4e45}.warehouse-item-card span[b-kgruod71h3],.recipe-sales-card span[b-kgruod71h3]{display:flex;flex-direction:column}.warehouse-item-card small[b-kgruod71h3],.recipe-sales-card small[b-kgruod71h3]{color:#b6bbb3;margin-top:3px}.warehouse-item-card .numeric[b-kgruod71h3],.recipe-sales-card>span:last-child[b-kgruod71h3]{text-align:right;white-space:nowrap}.warehouse-editor[b-kgruod71h3],.inline-editor[b-kgruod71h3]{border:1px solid #65695f;background:#30332f;padding:16px}.warehouse-editor label[b-kgruod71h3],.inline-editor label[b-kgruod71h3],.warehouse-dialog label[b-kgruod71h3]{margin-bottom:12px}.editor-title[b-kgruod71h3]{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.editor-title h3[b-kgruod71h3]{margin:0}.editor-title button[b-kgruod71h3],.recipe-line>button[b-kgruod71h3],.receipt-line>button[b-kgruod71h3]{background:transparent;color:#d4d7d1;border:1px solid #646860;width:38px;height:38px;font-size:1.4rem}.form-grid[b-kgruod71h3]{display:grid;grid-template-columns:1fr 1fr;gap:10px}.form-grid.three[b-kgruod71h3]{grid-template-columns:repeat(3,1fr)}.warehouse-editor hr[b-kgruod71h3]{border:0;border-top:1px solid #555951;margin:18px 0}.supplier-condition[b-kgruod71h3]{display:flex;justify-content:space-between;padding:10px;background:#41443f;margin-bottom:7px}.supplier-condition span[b-kgruod71h3]{display:flex;flex-direction:column}.supplier-condition small[b-kgruod71h3]{color:#b7bbb4}.supplier-condition em[b-kgruod71h3]{color:#b9d72e;font-style:normal}.inline-fields[b-kgruod71h3]{display:grid;grid-template-columns:.6fr 1fr;gap:5px}.toggle[b-kgruod71h3]{flex-direction:row;align-items:center}.toggle input[b-kgruod71h3]{width:auto}
.recipe-layout[b-kgruod71h3]{display:grid;grid-template-columns:minmax(280px,.75fr) minmax(0,1.5fr);gap:18px}.recipe-sales-list[b-kgruod71h3]{max-height:720px;overflow:auto}.recipe-sales-card[b-kgruod71h3]{width:100%;margin-bottom:6px}.recipe-suggestions[b-kgruod71h3]{padding:10px;margin-bottom:9px;border:1px solid #849d25;background:#2d351b}.recipe-suggestions>b[b-kgruod71h3]{display:block;margin-bottom:7px}.recipe-suggestions button[b-kgruod71h3]{width:100%;display:flex;justify-content:space-between;background:#41482e;color:#fff;border:0;border-top:1px solid #59633c;padding:9px;text-align:left}.recipe-suggestions small[b-kgruod71h3]{color:#c5cbbb}.recipe-editor[b-kgruod71h3]{border-left:1px solid #5d6159;padding-left:18px}.calculated-cost[b-kgruod71h3]{font-size:1.25rem;color:#b9d72e}.recipe-line[b-kgruod71h3]{display:grid;grid-template-columns:minmax(180px,2fr) .55fr .75fr 40px;gap:7px;margin-bottom:7px}.editor-actions[b-kgruod71h3]{display:flex;justify-content:flex-end;gap:9px;margin-top:15px}.warehouse-scan-button[b-kgruod71h3]{display:flex;align-items:center;justify-content:center;min-height:52px;margin-bottom:6px;border:1px solid #a8cb12;background:#253407;color:#fff;font-weight:800;cursor:pointer}.warehouse-scan-button input[b-kgruod71h3]{position:absolute;width:1px;height:1px;opacity:0}.warehouse-scan-help[b-kgruod71h3]{display:block;color:#b9bdb6;margin-bottom:16px}.receipt-meta[b-kgruod71h3]{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-bottom:16px}.receipt-line[b-kgruod71h3]{display:grid;grid-template-columns:minmax(220px,2fr) 1fr 1fr 40px;align-items:end;gap:8px;background:#41443f;padding:10px;margin-bottom:7px}.receipt-line>div>small[b-kgruod71h3]{display:block;color:#b9bdb6;margin-bottom:4px}.safety-note[b-kgruod71h3]{color:#b7bbb4;font-size:.82rem;border-left:3px solid #a9cd10;padding-left:10px}.supplier-grid[b-kgruod71h3]{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:15px}.supplier-grid button[b-kgruod71h3]{display:flex;flex-direction:column;text-align:left;background:#41443f;color:#fff;border:1px solid #5c6057;padding:16px}.supplier-grid span[b-kgruod71h3],.supplier-grid small[b-kgruod71h3]{color:#bbc0b8;margin-top:4px}.invoice-map-card[b-kgruod71h3]{display:grid;grid-template-columns:minmax(220px,.7fr) minmax(500px,1.5fr);gap:16px;padding:13px 0;border-bottom:1px solid #545850}.invoice-product[b-kgruod71h3]{display:flex;flex-direction:column}.invoice-product span[b-kgruod71h3],.invoice-product small[b-kgruod71h3]{color:#b9bdb6;margin-top:4px}.invoice-product em[b-kgruod71h3]{color:#b9d72e;font-style:normal;margin-top:8px}.invoice-post-button[b-kgruod71h3]{margin-top:9px}.invoice-map-fields[b-kgruod71h3]{display:grid;grid-template-columns:2fr repeat(3,.7fr) auto auto;align-items:end;gap:7px}.warehouse-dialog-backdrop[b-kgruod71h3]{position:fixed;inset:0;background:#000b;z-index:1200;display:grid;place-items:center;padding:15px}.warehouse-dialog[b-kgruod71h3]{width:min(560px,100%);max-height:90vh;overflow:auto;background:#363934;border:1px solid #71766b;padding:20px}
.recipe-suggestions button.selected[b-kgruod71h3]{background:#536122;border-left:4px solid #b9d72e}.recipe-ai-reason[b-kgruod71h3],.ai-action-plan[b-kgruod71h3]{margin:0 0 12px;padding:12px;border-left:4px solid #b9d72e;background:#30372a}.recipe-ai-reason[b-kgruod71h3]{display:flex;flex-direction:column;gap:6px}.recipe-ai-reason strong[b-kgruod71h3]{margin-top:7px;color:#b9d72e}.recipe-ai-reason ol[b-kgruod71h3],.ai-action-plan ol[b-kgruod71h3]{margin:6px 0 0;padding-left:22px}.recipe-ai-reason li[b-kgruod71h3],.ai-action-plan li[b-kgruod71h3]{margin:4px 0;color:#d6d9d3}.recipe-new-items[b-kgruod71h3]{margin:12px 0}.recipe-new-items h3[b-kgruod71h3]{color:#f2b134}.recipe-new-item[b-kgruod71h3]{border:1px solid #a67a24;background:#443817;padding:13px;margin-bottom:9px}.recipe-new-item>div:first-child[b-kgruod71h3]{display:flex;flex-direction:column;margin-bottom:10px}.recipe-new-item small[b-kgruod71h3]{color:#e6d3a3;margin-top:4px}.recipe-new-item em[b-kgruod71h3]{color:#f2b134;font-style:normal;margin-top:6px}.recipe-new-item-action[b-kgruod71h3]{display:grid;grid-template-columns:minmax(160px,.5fr) 1fr;align-items:end;gap:8px;margin-top:10px}.ai-action-plan[b-kgruod71h3]{font-size:.82rem;margin-top:9px}.ai-action-plan b[b-kgruod71h3]{color:#b9d72e}.create-invoice-item[b-kgruod71h3]{white-space:nowrap}
.recipe-heading-actions[b-kgruod71h3]{display:flex;gap:7px}.recipe-audit[b-kgruod71h3]{margin:0 0 10px;border:1px solid #6d725f;background:#30332e}.recipe-audit summary[b-kgruod71h3]{cursor:pointer;padding:11px;display:flex;justify-content:space-between;gap:8px}.recipe-audit summary small[b-kgruod71h3]{color:#bbc0b8}.recipe-audit>p[b-kgruod71h3]{padding:0 11px 11px;color:#b9d72e}.recipe-audit-list[b-kgruod71h3]{max-height:360px;overflow:auto;padding:0 8px 8px}.recipe-audit-list button[b-kgruod71h3]{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:4px;text-align:left;color:#fff;background:#40433e;border:0;border-left:4px solid #f2a620;padding:10px;margin-top:6px}.recipe-audit-list button.audit-error[b-kgruod71h3]{border-left-color:#ef5350}.recipe-audit-list button span[b-kgruod71h3]{width:100%;display:flex;justify-content:space-between;gap:8px}.recipe-audit-list button em[b-kgruod71h3]{font-style:normal;color:#d5d8d2}.recipe-audit-list button small[b-kgruod71h3]{color:#b9bdb6}.recipe-audit-list button strong[b-kgruod71h3]{color:#b9d72e}
@media(max-width:1050px){.warehouse-kpis[b-kgruod71h3]{grid-template-columns:1fr 1fr}.warehouse-grid.two-columns[b-kgruod71h3]{grid-template-columns:1fr}.warehouse-panel.wide[b-kgruod71h3]{grid-column:auto}.price-strip[b-kgruod71h3]{grid-template-columns:1fr 1fr}.item-layout.editor-open[b-kgruod71h3],.recipe-layout[b-kgruod71h3]{grid-template-columns:1fr}.recipe-editor[b-kgruod71h3]{border-left:0;border-top:1px solid #5d6159;padding:18px 0 0}.receipt-meta[b-kgruod71h3]{grid-template-columns:1fr 1fr 1fr}.supplier-grid[b-kgruod71h3]{grid-template-columns:1fr 1fr}.invoice-map-card[b-kgruod71h3]{grid-template-columns:1fr}.invoice-map-fields[b-kgruod71h3]{grid-template-columns:2fr repeat(3,1fr);}.invoice-map-fields button[b-kgruod71h3]{grid-column:1/-1}.form-grid.three[b-kgruod71h3]{grid-template-columns:1fr 1fr}}
@media(max-width:650px){.warehouse-ai-page[b-kgruod71h3]{padding:12px 10px 24px}.warehouse-hero[b-kgruod71h3]{align-items:flex-start}.warehouse-hero h1[b-kgruod71h3]{font-size:2.2rem}.warehouse-refresh span[b-kgruod71h3]{display:none}.warehouse-kpis[b-kgruod71h3]{grid-template-columns:1fr 1fr;gap:6px}.warehouse-kpis button[b-kgruod71h3]{min-height:100px;padding:12px}.warehouse-kpis strong[b-kgruod71h3]{font-size:1.35rem}.warehouse-tabs[b-kgruod71h3]{position:sticky;top:0;z-index:8}.warehouse-tabs button[b-kgruod71h3]{min-width:112px;padding:13px 10px}.warehouse-panel[b-kgruod71h3]{padding:12px}.panel-heading.responsive[b-kgruod71h3]{align-items:stretch;flex-direction:column}.panel-heading.responsive .panel-tools[b-kgruod71h3]{display:grid;grid-template-columns:1fr auto}.panel-tools input[b-kgruod71h3],.wide-search[b-kgruod71h3]{min-width:0}.health-list[b-kgruod71h3]{grid-template-columns:1fr}.price-strip[b-kgruod71h3],.warehouse-card-list[b-kgruod71h3],.supplier-grid[b-kgruod71h3],.form-grid[b-kgruod71h3],.form-grid.three[b-kgruod71h3]{grid-template-columns:1fr}.warehouse-item-card[b-kgruod71h3]{min-height:76px}.recipe-sales-list[b-kgruod71h3]{max-height:340px}.recipe-line[b-kgruod71h3]{grid-template-columns:1fr 1fr 40px}.recipe-line select:first-child[b-kgruod71h3]{grid-column:1/-1}.receipt-meta[b-kgruod71h3]{grid-template-columns:1fr}.receipt-line[b-kgruod71h3]{grid-template-columns:1fr 1fr 40px}.receipt-line>select[b-kgruod71h3]{grid-column:1/-1}.receipt-line label:nth-of-type(2)[b-kgruod71h3]{grid-column:1/3}.editor-actions[b-kgruod71h3]{position:sticky;bottom:0;z-index:5;background:#383b37;padding:10px 0;display:grid;grid-template-columns:1fr}.invoice-map-fields[b-kgruod71h3]{grid-template-columns:1fr 1fr}.invoice-map-fields>select[b-kgruod71h3]{grid-column:1/-1}.invoice-map-fields label:nth-of-type(3)[b-kgruod71h3]{grid-column:1/-1}.inline-fields[b-kgruod71h3]{grid-template-columns:1fr}.warehouse-dialog[b-kgruod71h3]{padding:15px}}
@media(max-width:650px){.warehouse-integrity-alert[b-kgruod71h3]{align-items:stretch;flex-direction:column}.warehouse-integrity-alert a[b-kgruod71h3]{text-align:center}}

.warehouse-branch-tools[b-kgruod71h3]{display:flex;align-items:flex-end;gap:9px}.warehouse-branch-tools label[b-kgruod71h3]{min-width:210px}.warehouse-branch-tools select[b-kgruod71h3]{padding:10px}.warehouse-kpis[b-kgruod71h3]{grid-template-columns:repeat(5,1fr)}
.active-store-info[b-kgruod71h3]{margin:8px 0 14px;padding:10px;border:1px solid #555a52;background:#41443f}.active-store-info>small[b-kgruod71h3]{color:#b9d72e;font-weight:800}.active-store-info>div[b-kgruod71h3]{display:flex;flex-wrap:wrap;gap:5px;margin-top:8px}.active-store-info span[b-kgruod71h3]{padding:5px 8px;border:1px solid #656960;color:#999}.active-store-info span.active[b-kgruod71h3]{border-color:#9fc51a;color:#fff;background:#354216}
.forecast-preview[b-kgruod71h3]{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.forecast-preview button[b-kgruod71h3]{display:flex;justify-content:space-between;gap:12px;text-align:left;background:#424540;color:#fff;border:1px solid #555a52;padding:13px}.forecast-preview span[b-kgruod71h3]{display:flex;flex-direction:column}.forecast-preview small[b-kgruod71h3],.forecast-row small[b-kgruod71h3]{color:#b9bdb6}.forecast-preview strong[b-kgruod71h3]{color:#b9d72e;white-space:nowrap}.forecast-list[b-kgruod71h3]{display:grid;gap:7px}.forecast-row[b-kgruod71h3]{display:grid;grid-template-columns:minmax(240px,2fr) repeat(4,minmax(110px,.7fr));align-items:center;gap:12px;padding:13px;border-left:4px solid #666b62;background:#41443f}.forecast-row.needs-order[b-kgruod71h3]{border-left-color:#f2a620}.forecast-row>div[b-kgruod71h3],.forecast-row>span[b-kgruod71h3]{display:flex;flex-direction:column}.forecast-row>span[b-kgruod71h3]{align-items:flex-end;text-align:right}.forecast-order b[b-kgruod71h3]{color:#b9d72e}.forecast-order em[b-kgruod71h3]{font-style:normal;color:#c7cbc4}.forecast-legend[b-kgruod71h3]{color:#b9d72e;font-weight:750}.match-hint[b-kgruod71h3]{display:block;color:#b9d72e!important;font-style:normal;margin:4px 0}.receipt-order-balance[b-kgruod71h3]{display:flex!important;flex-direction:row!important;gap:12px;flex-wrap:wrap;margin:7px 0;padding:7px 9px;background:#30352b;border-left:3px solid #a8cb12}.receipt-order-balance span[b-kgruod71h3]{color:#c8cbc6;font-size:.76rem}.receipt-order-balance b[b-kgruod71h3]{color:#b9d72e}.create-scan-item[b-kgruod71h3]{width:100%;margin-top:6px;padding:8px}
@media(max-width:1050px){.warehouse-kpis[b-kgruod71h3]{grid-template-columns:1fr 1fr}.forecast-preview[b-kgruod71h3]{grid-template-columns:1fr 1fr}.forecast-row[b-kgruod71h3]{grid-template-columns:minmax(220px,2fr) repeat(2,1fr)}}
@media(max-width:650px){.warehouse-hero[b-kgruod71h3]{align-items:flex-start;flex-direction:column}.warehouse-branch-tools[b-kgruod71h3]{width:100%}.warehouse-branch-tools label[b-kgruod71h3]{min-width:0;flex:1}.forecast-preview[b-kgruod71h3]{grid-template-columns:1fr}.forecast-row[b-kgruod71h3]{grid-template-columns:1fr 1fr}.forecast-row>div[b-kgruod71h3]{grid-column:1/-1}.forecast-row>span[b-kgruod71h3]{align-items:flex-start;text-align:left}.forecast-row .forecast-order[b-kgruod71h3]{grid-column:1/-1;border-top:1px solid #5b5f57;padding-top:8px}}
@media(max-width:650px){.recipe-new-item-action[b-kgruod71h3]{grid-template-columns:1fr}.recipe-ai-reason[b-kgruod71h3],.ai-action-plan[b-kgruod71h3]{padding:10px}.recipe-new-item[b-kgruod71h3]{padding:10px}}
@media(max-width:650px){.recipe-heading-actions[b-kgruod71h3]{display:grid;grid-template-columns:1fr 1fr}.recipe-heading-actions button[b-kgruod71h3]{padding:10px 7px}.recipe-audit summary[b-kgruod71h3],.recipe-audit-list button span[b-kgruod71h3]{flex-direction:column}.recipe-audit-list[b-kgruod71h3]{max-height:300px}}
.mail-readiness[b-kgruod71h3]{display:flex;flex-direction:column;max-width:300px;border-left:4px solid #f2a620;background:#45423a;padding:9px 12px}.mail-readiness.ready[b-kgruod71h3]{border-left-color:#a8cb12}.mail-readiness small[b-kgruod71h3]{color:#c8cbc6;margin-top:3px}.order-controls[b-kgruod71h3]{display:grid;grid-template-columns:repeat(auto-fit,minmax(165px,1fr));align-items:end;gap:9px;margin-bottom:14px}.order-controls button[b-kgruod71h3]{min-height:42px}.order-supplier-list[b-kgruod71h3]{display:grid;gap:12px}.order-supplier-card[b-kgruod71h3]{border:1px solid #62665e;background:#30332f}.order-supplier-card.warning[b-kgruod71h3]{border-color:#bd7c1a}.order-supplier-card>header[b-kgruod71h3]{display:flex;justify-content:space-between;align-items:center;padding:14px;background:#41443f}.order-supplier-card h3[b-kgruod71h3]{margin:0 0 4px}.order-supplier-card header small[b-kgruod71h3]{color:#bbc0b8}.order-supplier-card header strong[b-kgruod71h3]{font-size:1.3rem;color:#b9d72e}.order-warning[b-kgruod71h3]{margin:8px 12px;padding:8px;background:#51421e;color:#ffd27a}.order-lines[b-kgruod71h3]{padding:0 12px}.order-line[b-kgruod71h3]{display:grid;grid-template-columns:28px minmax(250px,2fr) minmax(130px,.6fr) minmax(120px,.5fr);gap:9px;align-items:center;padding:11px 0;border-bottom:1px solid #51554e}.order-select[b-kgruod71h3]{width:18px;height:18px}.order-line>div[b-kgruod71h3]{display:flex;flex-direction:column}.order-line small[b-kgruod71h3]{color:#bbc0b8}.order-line em[b-kgruod71h3]{font-style:normal;color:#aeb3aa;font-size:.78rem;margin-top:4px}.order-line>span[b-kgruod71h3]{text-align:right;display:flex;flex-direction:column}.order-line>span strong[b-kgruod71h3]{color:#b9d72e;margin-top:4px}.order-supplier-card>footer[b-kgruod71h3]{display:grid;grid-template-columns:minmax(170px,.5fr) minmax(220px,1.2fr) auto;align-items:end;gap:9px;padding:13px}.order-history-heading[b-kgruod71h3]{margin-top:24px}.order-history[b-kgruod71h3]{display:grid;gap:7px}.order-history>article[b-kgruod71h3]{display:grid;grid-template-columns:minmax(220px,1fr) auto auto;align-items:center;gap:15px;background:#41443f;padding:13px}.order-history>article>div:first-child[b-kgruod71h3]{display:flex;flex-direction:column}.order-history small[b-kgruod71h3]{color:#bbc0b8}.order-actions[b-kgruod71h3]{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.order-actions button[b-kgruod71h3]{border:1px solid #666b62;background:#363a35;color:#fff;padding:9px 11px}.order-actions button.primary[b-kgruod71h3]{background:#a8cb12;color:#172000;border-color:#a8cb12}
@media(max-width:850px){.order-controls[b-kgruod71h3],.order-supplier-card>footer[b-kgruod71h3]{grid-template-columns:1fr 1fr}.order-controls button[b-kgruod71h3],.order-supplier-card>footer button[b-kgruod71h3]{grid-column:1/-1}.order-line[b-kgruod71h3]{grid-template-columns:28px 1fr 140px}.order-line>span[b-kgruod71h3]{grid-column:2/-1;flex-direction:row;justify-content:space-between}.order-history>article[b-kgruod71h3]{grid-template-columns:1fr auto}.order-actions[b-kgruod71h3]{grid-column:1/-1;justify-content:stretch}.order-actions button[b-kgruod71h3]{flex:1}}
@media(max-width:650px){.mail-readiness[b-kgruod71h3]{max-width:none}.order-controls[b-kgruod71h3],.order-supplier-card>footer[b-kgruod71h3]{grid-template-columns:1fr}.order-controls button[b-kgruod71h3],.order-supplier-card>footer button[b-kgruod71h3]{grid-column:auto}.order-line[b-kgruod71h3]{grid-template-columns:28px 1fr}.order-line>label[b-kgruod71h3],.order-line>span[b-kgruod71h3]{grid-column:2}.order-line>span[b-kgruod71h3]{text-align:left}.order-history>article[b-kgruod71h3]{grid-template-columns:1fr}.order-history>article>strong[b-kgruod71h3]{color:#b9d72e}.order-actions[b-kgruod71h3]{grid-column:auto;display:grid;grid-template-columns:1fr}.order-actions button[b-kgruod71h3]{width:100%}}
.order-active-filter[b-kgruod71h3]{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:-4px 0 13px;padding:10px 12px;border-left:4px solid #f2a620;background:#4a3c22}.order-active-filter b[b-kgruod71h3]{color:#f2c455}.order-active-filter button[b-kgruod71h3]{border:1px solid #d39b32;background:#39352b;color:#fff;padding:8px 11px;font-weight:750}.forecast-heading-actions[b-kgruod71h3]{display:flex;align-items:flex-end;gap:8px}.forecast-heading-actions .primary[b-kgruod71h3]{white-space:nowrap}@media(max-width:650px){.order-active-filter[b-kgruod71h3],.forecast-heading-actions[b-kgruod71h3]{align-items:stretch;flex-direction:column}.order-active-filter button[b-kgruod71h3]{width:100%}}
.recipe-audit-list[b-kgruod71h3]{max-height:none;overflow:visible}.recipe-bulk-actions[b-kgruod71h3]{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:8px 11px;border-top:1px solid #555951}.recipe-bulk-actions span[b-kgruod71h3]{color:#b9d72e;font-weight:750}.recipe-bulk-actions>div[b-kgruod71h3]{display:flex;gap:6px}.audit-select-row[b-kgruod71h3]{display:grid;grid-template-columns:30px 1fr;align-items:start;gap:5px}.audit-select-row>label[b-kgruod71h3]{padding-top:15px;align-items:center}.audit-select-row>label input[b-kgruod71h3]{width:18px;height:18px}.audit-select-row>button[b-kgruod71h3]{margin-top:6px!important}@media(max-width:650px){.recipe-bulk-actions[b-kgruod71h3]{align-items:stretch;flex-direction:column}.recipe-bulk-actions>div[b-kgruod71h3]{display:grid;grid-template-columns:1fr 1fr}.recipe-bulk-actions>div .primary[b-kgruod71h3]{grid-column:1/-1}.recipe-bulk-actions button[b-kgruod71h3]{width:100%}}
.movement-filters[b-kgruod71h3]{display:grid;grid-template-columns:repeat(4,minmax(130px,1fr)) minmax(220px,1.2fr) auto;gap:8px;align-items:end}.movement-ai[b-kgruod71h3]{min-height:42px;justify-content:center}.movement-kpis[b-kgruod71h3]{display:grid;grid-template-columns:repeat(5,1fr);gap:7px;margin:15px 0}.movement-kpis>div[b-kgruod71h3]{display:flex;flex-direction:column;background:#41443f;border-bottom:3px solid #a8cb12;padding:12px}.movement-kpis>div.attention[b-kgruod71h3]{border-color:#f2a620}.movement-kpis small[b-kgruod71h3]{color:#bbc0b8}.movement-kpis b[b-kgruod71h3]{font-size:1.25rem;margin-top:4px}.movement-anomalies[b-kgruod71h3]{border:1px solid #666b62;margin-bottom:14px}.movement-anomalies summary[b-kgruod71h3]{padding:12px;font-weight:800;cursor:pointer}.movement-anomalies article[b-kgruod71h3]{display:grid;grid-template-columns:minmax(220px,.7fr) 1.5fr 1fr;gap:10px;padding:10px;border-top:1px solid #555951;border-left:4px solid #f2a620}.movement-anomalies article.error[b-kgruod71h3]{border-left-color:#ef5350}.movement-anomalies article>div[b-kgruod71h3]{display:flex;flex-direction:column}.movement-anomalies small[b-kgruod71h3]{color:#bbc0b8}.movement-anomalies p[b-kgruod71h3]{margin:0}.movement-anomalies em[b-kgruod71h3]{font-style:normal;color:#b9d72e}.movement-table[b-kgruod71h3]{overflow:auto}.movement-head[b-kgruod71h3],.movement-row[b-kgruod71h3]{display:grid;grid-template-columns:minmax(260px,2fr) repeat(7,minmax(90px,.55fr));align-items:center;min-width:950px}.movement-head[b-kgruod71h3]{background:#292b29;color:#bbc0b8;font-size:.76rem;text-transform:uppercase}.movement-head span[b-kgruod71h3],.movement-row>span[b-kgruod71h3]{padding:10px;text-align:right}.movement-head span:first-child[b-kgruod71h3],.movement-row>span:first-child[b-kgruod71h3]{text-align:left}.movement-row[b-kgruod71h3]{border-bottom:1px solid #51554e;background:#41443f}.movement-row.error[b-kgruod71h3]{border-left:4px solid #ef5350}.movement-row>span:first-child[b-kgruod71h3]{display:flex;flex-direction:column}.movement-row small[b-kgruod71h3]{color:#bbc0b8}@media(max-width:1100px){.movement-filters[b-kgruod71h3]{grid-template-columns:repeat(3,1fr)}.movement-filters button[b-kgruod71h3]{grid-column:1/-1}.movement-kpis[b-kgruod71h3]{grid-template-columns:repeat(3,1fr)}}@media(max-width:650px){.movement-filters[b-kgruod71h3],.movement-kpis[b-kgruod71h3]{grid-template-columns:1fr 1fr}.movement-ai[b-kgruod71h3],.movement-filters button[b-kgruod71h3]{grid-column:1/-1}.movement-anomalies article[b-kgruod71h3]{grid-template-columns:1fr}.movement-table[b-kgruod71h3]{overflow:visible}.movement-head[b-kgruod71h3]{display:none}.movement-row[b-kgruod71h3]{display:grid;grid-template-columns:1fr 1fr;min-width:0;margin-bottom:8px}.movement-row>span[b-kgruod71h3]{text-align:right;padding:7px}.movement-row>span:first-child[b-kgruod71h3]{grid-column:1/-1;text-align:left;background:#363934}.movement-row>span:not(:first-child)[b-kgruod71h3]::before{content:attr(data-label);display:block;color:#9fa49c;font-size:.7rem}}
.stock-booking-panel[b-kgruod71h3]{margin-top:12px}.stock-booking-meta[b-kgruod71h3]{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px}.stock-booking-meta .booking-notes[b-kgruod71h3]{grid-column:span 2}.stock-booking-lines[b-kgruod71h3]{display:grid;gap:6px;margin-top:14px}.stock-booking-line[b-kgruod71h3]{display:grid;grid-template-columns:minmax(260px,1fr) minmax(150px,.35fr) 90px 38px;align-items:end;gap:7px;background:#41443f;padding:8px}.stock-booking-line>span[b-kgruod71h3]{align-self:center;color:#b9d72e;font-weight:750}.stock-booking-line>button[b-kgruod71h3]{height:40px}.stock-booking-panel .editor-actions[b-kgruod71h3]{margin-top:10px}@media(max-width:650px){.stock-booking-meta[b-kgruod71h3],.stock-booking-line[b-kgruod71h3]{grid-template-columns:1fr}.stock-booking-meta .booking-notes[b-kgruod71h3]{grid-column:auto}.stock-booking-line>button[b-kgruod71h3]{width:100%}}
.recipe-workspace[b-kgruod71h3]{display:block}.recipe-generator[b-kgruod71h3]{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;padding-bottom:16px;border-bottom:1px solid #595c56;margin-bottom:14px}.recipe-generator h2[b-kgruod71h3]{margin:4px 0}.recipe-generator p[b-kgruod71h3]{margin:0;color:#bdc1bb}.recipe-scope-controls[b-kgruod71h3]{display:grid;grid-template-columns:minmax(210px,1fr) minmax(190px,1fr) auto;align-items:end;gap:8px}.recipe-suggestion-board[b-kgruod71h3]{border:1px solid #7a8c38;background:#30352a;margin-bottom:16px}.recipe-suggestion-board>header[b-kgruod71h3]{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:13px;border-bottom:1px solid #667044}.recipe-suggestion-board h3[b-kgruod71h3]{margin:0 0 3px}.recipe-suggestion-board header span[b-kgruod71h3]{color:#c1c6bd}.recipe-suggestion-board header>div:last-child[b-kgruod71h3]{display:flex;gap:7px}.recipe-suggestion-table[b-kgruod71h3]{display:grid;max-height:620px;overflow:auto}.recipe-suggestion-table>article[b-kgruod71h3]{display:grid;grid-template-columns:26px minmax(170px,.7fr) minmax(230px,1fr) minmax(260px,1.2fr) auto;gap:10px;align-items:start;padding:12px;border-bottom:1px solid #555c49;border-left:4px solid transparent}.recipe-suggestion-table>article.selected[b-kgruod71h3]{border-left-color:#acd00f;background:#3b4230}.recipe-suggestion-table>article>input[b-kgruod71h3]{width:18px;height:18px}.recipe-suggestion-table article>div[b-kgruod71h3]{display:flex;flex-direction:column;gap:3px}.recipe-suggestion-table small[b-kgruod71h3]{color:#bdc2b8}.recipe-suggestion-table p[b-kgruod71h3]{margin:5px 0;color:#d4d7d1}.suggested-components span[b-kgruod71h3]{padding:3px 0}.suggested-components .new-item[b-kgruod71h3]{color:#f2bd58}.suggested-actions ol[b-kgruod71h3]{margin:4px 0;padding-left:20px}.suggested-actions li[b-kgruod71h3]{margin-bottom:3px;color:#d5d8d1}.audit-change-preview[b-kgruod71h3]{display:flex;flex-direction:column;gap:9px;border:1px solid #a77d25;border-left:5px solid #f2a620;background:#443817;padding:14px;margin-bottom:14px}.audit-change-preview.error[b-kgruod71h3]{border-left-color:#ef5350;background:#452727}.audit-change-preview header>div[b-kgruod71h3]{display:flex;justify-content:space-between;gap:10px}.audit-change-preview small[b-kgruod71h3]{color:#c6cac2}.audit-change-preview p[b-kgruod71h3]{margin:0}.audit-change-preview em[b-kgruod71h3]{font-style:normal;color:#f3d07b}.audit-change-values[b-kgruod71h3]{display:grid;grid-template-columns:1fr 1fr;gap:8px}.audit-change-values span[b-kgruod71h3]{display:flex;flex-direction:column;background:#30332f;padding:10px}.audit-change-values span:last-child b[b-kgruod71h3]{color:#b9d72e}.audit-change-preview button[b-kgruod71h3]{align-self:flex-start}.manual-review[b-kgruod71h3]{padding:8px;border-left:3px solid #f2a620}.warehouse-price-assistant[b-kgruod71h3]{border-top:1px solid #69705e;margin-top:18px;padding-top:18px}.price-assistant-empty[b-kgruod71h3]{display:flex;flex-direction:column;gap:5px;padding:18px;border:1px solid #5b5f57;background:#30332f;margin-bottom:14px}.warehouse-price-candidates[b-kgruod71h3]{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;max-height:320px;overflow:auto;margin-bottom:14px}.warehouse-price-candidates>b[b-kgruod71h3]{grid-column:1/-1}.warehouse-price-candidates label[b-kgruod71h3]{flex-direction:row;align-items:center;background:#41443f;padding:10px}.warehouse-price-candidates input[b-kgruod71h3],.warehouse-price-results input[b-kgruod71h3]{width:18px;height:18px}.warehouse-price-candidates span[b-kgruod71h3]{display:flex;flex-direction:column}.warehouse-price-candidates small[b-kgruod71h3]{color:#bbc0b8}.warehouse-price-results[b-kgruod71h3]{display:grid;grid-template-columns:repeat(2,1fr);gap:9px}.warehouse-price-results article[b-kgruod71h3]{border:1px solid #64695d;background:#41443f;padding:12px}.warehouse-price-results article.selected[b-kgruod71h3]{border-left:4px solid #a8cb12}.warehouse-price-results header[b-kgruod71h3],.warehouse-price-results header label[b-kgruod71h3]{display:flex;align-items:center;justify-content:space-between;gap:8px}.warehouse-price-results header label span[b-kgruod71h3]{display:flex;flex-direction:column}.warehouse-price-results header>strong[b-kgruod71h3]{color:#b9d72e}.price-values[b-kgruod71h3]{display:grid;grid-template-columns:1fr 1fr minmax(130px,.8fr);align-items:end;gap:8px;margin:10px 0}.price-values>span[b-kgruod71h3]{font-size:.8rem;color:#c5c9c1}.price-sources[b-kgruod71h3]{display:flex;flex-direction:column;gap:4px}.price-sources a[b-kgruod71h3]{color:#c9df61;overflow-wrap:anywhere}.price-warning[b-kgruod71h3]{border-left:4px solid #f2a620;background:#4d401f;padding:9px;margin:5px 0}
@media(max-width:1100px){.recipe-generator[b-kgruod71h3]{align-items:stretch;flex-direction:column}.recipe-scope-controls[b-kgruod71h3]{width:100%}.recipe-suggestion-table>article[b-kgruod71h3]{grid-template-columns:26px 1fr 1fr}.suggested-actions[b-kgruod71h3]{grid-column:2/4}.recipe-suggestion-table>article>button[b-kgruod71h3]{grid-column:2/4}.warehouse-price-candidates[b-kgruod71h3]{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.recipe-scope-controls[b-kgruod71h3]{grid-template-columns:1fr}.recipe-suggestion-board>header[b-kgruod71h3]{align-items:stretch;flex-direction:column}.recipe-suggestion-board header>div:last-child[b-kgruod71h3]{display:grid;grid-template-columns:1fr 1fr}.recipe-suggestion-board header>div:last-child .primary[b-kgruod71h3]{grid-column:1/-1}.recipe-suggestion-table[b-kgruod71h3]{max-height:none}.recipe-suggestion-table>article[b-kgruod71h3]{grid-template-columns:24px 1fr}.recipe-suggestion-table>article>div[b-kgruod71h3],.suggested-actions[b-kgruod71h3],.recipe-suggestion-table>article>button[b-kgruod71h3]{grid-column:2}.audit-change-values[b-kgruod71h3],.warehouse-price-candidates[b-kgruod71h3],.warehouse-price-results[b-kgruod71h3],.price-values[b-kgruod71h3]{grid-template-columns:1fr}.audit-change-preview header>div[b-kgruod71h3]{flex-direction:column}.warehouse-price-candidates[b-kgruod71h3]{max-height:420px}}

/* Lagerartikel: globale Stammdaten, Filialen und Lager klar getrennt */
.item-layout.editor-open[b-kgruod71h3]{grid-template-columns:minmax(180px,.22fr) minmax(0,1.78fr);gap:8px;align-items:start}.warehouse-card-list[b-kgruod71h3]{grid-template-columns:minmax(0,1fr)}.item-layout.editor-open .warehouse-item-card[b-kgruod71h3]{padding:8px;font-size:.79rem}.item-layout.editor-open .warehouse-item-card .numeric[b-kgruod71h3]{display:none}.warehouse-editor[b-kgruod71h3]{position:sticky;top:10px;max-height:calc(100vh - 20px);overflow:auto;padding:10px}.item-master-settings[b-kgruod71h3],.item-store-settings[b-kgruod71h3]{border:1px solid #555b52;background:#383c37;padding:9px;margin-bottom:8px}.section-caption[b-kgruod71h3]{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:6px;margin-bottom:7px;border-bottom:1px solid #555b52}.section-caption span[b-kgruod71h3],.selected-store-heading span[b-kgruod71h3]{color:#b9d72e;font-size:.67rem;font-weight:850;letter-spacing:.09em}.section-caption small[b-kgruod71h3],.selected-store-heading small[b-kgruod71h3]{color:#aeb3aa;text-align:right}.item-store-selector[b-kgruod71h3]{display:grid;grid-template-columns:repeat(auto-fit,minmax(125px,1fr));gap:4px;margin-bottom:6px}.item-store-selector>article[b-kgruod71h3]{display:grid;grid-template-columns:minmax(0,1fr) auto;border:1px solid #5d6259;background:#30332f}.item-store-selector>article.selected[b-kgruod71h3]{outline:2px solid #a8cb12;outline-offset:-2px}.item-store-selector>article.active[b-kgruod71h3]{border-left:3px solid #a8cb12}.item-store-selector>article.inactive[b-kgruod71h3]{border-left:3px solid #747972}.item-store-selector button[b-kgruod71h3]{display:flex;flex-direction:column;align-items:flex-start;gap:1px;text-align:left;border:0;background:transparent;color:#fff;padding:6px 7px;min-width:0}.item-store-selector button small[b-kgruod71h3]{color:#aeb3aa;font-size:.68rem}.compact-switch[b-kgruod71h3]{display:flex!important;flex-direction:row!important;align-items:center!important;gap:3px!important;margin:0!important;padding:5px;color:#d4d8d0;cursor:pointer}.compact-switch input[b-kgruod71h3],.depot-check input[b-kgruod71h3]{width:16px!important;height:16px!important;margin:0;accent-color:#a8cb12}.compact-switch span[b-kgruod71h3]{font-size:.67rem}.selected-store-heading[b-kgruod71h3]{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;padding:4px 0 6px}.selected-store-heading h4[b-kgruod71h3]{margin:1px 0 0}.store-inactive-note[b-kgruod71h3]{padding:7px 9px;border-left:4px solid #f2a620;background:#493f24;color:#e1d7b9;margin-bottom:6px}.item-depot-list[b-kgruod71h3]{--depot-columns:minmax(70px,1fr) minmax(58px,1fr) minmax(58px,1fr) minmax(62px,1fr) minmax(52px,1fr) minmax(52px,1fr) minmax(72px,1fr) minmax(72px,1fr) minmax(78px,1fr) minmax(82px,1fr) minmax(46px,1fr) minmax(46px,1fr) minmax(46px,1fr) minmax(78px,1fr) minmax(54px,1fr) minmax(64px,1fr);display:block;overflow-x:auto;border:1px solid #666b61}.depot-table-head[b-kgruod71h3]{display:grid;grid-template-columns:minmax(120px,1.6fr) var(--depot-columns);min-width:1110px;width:100%}.item-depot-card[b-kgruod71h3]{display:grid;grid-template-columns:minmax(120px,1.6fr) minmax(990px,16fr);min-width:1110px;width:100%}.depot-table-head[b-kgruod71h3]{position:sticky;top:0;z-index:2;background:#292c29;color:#c7cbc3;border-bottom:1px solid #777c72}.depot-table-head span[b-kgruod71h3]{display:flex;align-items:center;padding:5px 4px;border-right:1px solid #555a52;font-size:.6rem;font-weight:800;line-height:1.1;overflow-wrap:anywhere}.item-depot-card[b-kgruod71h3]{border:0;border-bottom:1px solid #62675e;background:#30332f;padding:0}.item-depot-card:last-child[b-kgruod71h3]{border-bottom:0}.item-depot-card.inactive[b-kgruod71h3]{opacity:.65}.item-depot-card>header[b-kgruod71h3]{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:2px;padding:4px 5px;border-right:1px solid #555a52;min-width:0}.item-depot-card h4[b-kgruod71h3]{margin:0;font-size:.73rem;line-height:1.1;overflow-wrap:anywhere}.item-depot-card>header .compact-switch[b-kgruod71h3]{padding:2px 0}.item-depot-card fieldset[b-kgruod71h3]{border:0;padding:0;margin:0;min-width:0}.item-depot-card fieldset:disabled[b-kgruod71h3]{opacity:.48}.depot-row-fields[b-kgruod71h3]{display:grid;grid-template-columns:var(--depot-columns);width:100%}.depot-row-fields>label[b-kgruod71h3],.depot-readonly[b-kgruod71h3]{min-width:0;min-height:40px;box-sizing:border-box;border-right:1px solid #555a52}.depot-row-fields>label[b-kgruod71h3]{display:flex;justify-content:center;margin:0!important;padding:3px;gap:0}.depot-row-fields>label>small[b-kgruod71h3],.depot-readonly small[b-kgruod71h3]{display:none}.depot-row-fields input:not([type=checkbox])[b-kgruod71h3],.depot-row-fields select[b-kgruod71h3]{height:32px;min-height:0;padding:3px 4px;border:1px solid #5d6259;font-size:.7rem}.depot-readonly[b-kgruod71h3]{display:flex;align-items:center;justify-content:flex-end;padding:4px;background:#3d413b}.depot-readonly b[b-kgruod71h3]{font-size:.72rem;white-space:nowrap}.depot-check[b-kgruod71h3]{align-items:center!important;padding:0!important}.depot-check input[b-kgruod71h3]{flex:0 0 auto}.item-store-settings+.primary.full[b-kgruod71h3]{position:sticky;bottom:0;z-index:4;box-shadow:0 -8px 18px #252824}
@media(max-width:1050px){.item-layout.editor-open[b-kgruod71h3]{grid-template-columns:1fr}.warehouse-editor[b-kgruod71h3]{position:static;max-height:none}.warehouse-card-list[b-kgruod71h3]{max-height:310px;overflow:auto}}
@media(max-width:650px){.warehouse-editor[b-kgruod71h3]{padding:8px}.item-master-settings[b-kgruod71h3],.item-store-settings[b-kgruod71h3]{padding:8px}.section-caption[b-kgruod71h3],.selected-store-heading[b-kgruod71h3]{align-items:flex-start;flex-direction:column}.section-caption small[b-kgruod71h3],.selected-store-heading small[b-kgruod71h3]{text-align:left}.item-store-selector[b-kgruod71h3]{grid-template-columns:repeat(2,minmax(0,1fr))}.item-depot-list[b-kgruod71h3]{overflow:visible;border:0}.depot-table-head[b-kgruod71h3]{display:none}.item-depot-card[b-kgruod71h3]{display:grid;grid-template-columns:1fr;min-width:0;border:1px solid #666b61;margin-bottom:7px}.item-depot-card>header[b-kgruod71h3]{flex-direction:row;align-items:center;justify-content:space-between;padding:7px;border:0;border-bottom:1px solid #555a52}.depot-row-fields[b-kgruod71h3]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.depot-row-fields>label[b-kgruod71h3],.depot-readonly[b-kgruod71h3]{min-height:51px;border-bottom:1px solid #555a52}.depot-row-fields>label[b-kgruod71h3]{justify-content:flex-start;gap:3px;padding:5px}.depot-row-fields>label>small[b-kgruod71h3],.depot-readonly small[b-kgruod71h3]{display:block;color:#aeb3aa;font-size:.62rem}.depot-readonly[b-kgruod71h3]{align-items:flex-start;justify-content:center;gap:2px;padding:5px 7px}.depot-check[b-kgruod71h3]{flex-direction:row!important;justify-content:flex-start!important;gap:5px!important}.depot-check small[b-kgruod71h3]{display:block!important}.item-layout.editor-open .warehouse-item-card .numeric[b-kgruod71h3]{display:flex}}
.warehouse-recipe-settings[b-kgruod71h3] { border: 1px solid #777; padding: 1rem; margin: 1rem 0; }
.warehouse-recipe-settings label[b-kgruod71h3] { display: flex; align-items: center; gap: .7rem; }
.warehouse-recipe-settings input[type=checkbox][b-kgruod71h3] { width: 1.2rem; height: 1.2rem; }
.warehouse-recipe-settings-actions[b-kgruod71h3] { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .75rem; margin-top: 1rem; }
.warehouse-branch-tools[b-kgruod71h3] { flex-wrap: wrap; }
/* /TiInsight/Pages/WarehouseIntegrity.razor.rz.scp.css */
.integrity-page[b-vvgiyvl97b]{max-width:1500px;margin:0 auto;padding:26px;color:#f5f6f2}.integrity-hero[b-vvgiyvl97b]{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}.integrity-hero span[b-vvgiyvl97b]{color:#b9d72e;font-size:.76rem;font-weight:850;letter-spacing:.1em}.integrity-hero h1[b-vvgiyvl97b]{font-size:clamp(2rem,4vw,3.2rem);line-height:1;margin:6px 0 10px}.integrity-hero p[b-vvgiyvl97b]{margin:0;color:#bdc1bb}.integrity-hero a[b-vvgiyvl97b],.integrity-empty a[b-vvgiyvl97b]{border:1px solid #656a60;background:#484b47;color:#fff;padding:12px 16px;text-decoration:none;font-weight:800;white-space:nowrap}.integrity-loading[b-vvgiyvl97b]{min-height:360px;display:grid;place-content:center}.integrity-busy[b-vvgiyvl97b]{position:fixed;inset:0;z-index:5000;background:#080a08dc;display:grid;place-items:center;padding:18px}.integrity-busy>div[b-vvgiyvl97b]{width:min(620px,calc(100vw - 30px));min-height:220px;box-sizing:border-box;padding:30px;background:#30352d;border:1px solid #747b69;border-top:4px solid #afd20e;display:grid;place-content:center;text-align:center}.integrity-message[b-vvgiyvl97b]{padding:14px 16px;margin-bottom:14px;border-left:4px solid #9dc51b;background:#263413}.integrity-message.error[b-vvgiyvl97b]{border-color:#ef5350;background:#4b2020}.integrity-kpis[b-vvgiyvl97b]{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:12px}.integrity-kpis>div[b-vvgiyvl97b]{min-height:90px;padding:14px;border:1px solid #61655d;border-bottom:3px solid #a8cb12;background:#3e413d;display:flex;flex-direction:column}.integrity-kpis span[b-vvgiyvl97b],.integrity-kpis small[b-vvgiyvl97b]{color:#bdc1bb;font-size:.72rem}.integrity-kpis strong[b-vvgiyvl97b]{font-size:1.7rem;margin:6px 0}.integrity-toolbar[b-vvgiyvl97b]{position:sticky;top:0;z-index:8;display:grid;grid-template-columns:auto minmax(200px,320px) minmax(270px,auto);align-items:end;gap:10px;padding:12px;background:#30332f;border:1px solid #64685f;margin-bottom:10px}.integrity-toolbar>div[b-vvgiyvl97b]{display:flex;gap:6px}.integrity-toolbar button[b-vvgiyvl97b],.integrity-toolbar select[b-vvgiyvl97b]{border:1px solid #72776c;background:#424641;color:#fff;padding:11px 13px;font:inherit;font-weight:800}.integrity-toolbar label[b-vvgiyvl97b]{display:flex;flex-direction:column;gap:5px;color:#c8cbc6;font-size:.76rem}.integrity-toolbar .primary[b-vvgiyvl97b]{background:#a8cb12;color:#172000;border-color:#a8cb12}.integrity-toolbar button:disabled[b-vvgiyvl97b]{opacity:.5}.integrity-list[b-vvgiyvl97b]{display:grid;gap:8px}.integrity-list article[b-vvgiyvl97b]{display:grid;grid-template-columns:110px minmax(260px,.7fr) minmax(400px,1.7fr);gap:12px;padding:12px;background:#3d403b;border:1px solid #5c6058;border-left:5px solid #f2a620}.integrity-list article.create[b-vvgiyvl97b]{border-left-color:#a8cb12}.integrity-select[b-vvgiyvl97b]{display:flex;align-items:center;gap:7px;color:#c8cbc6;font-size:.75rem}.integrity-select input[b-vvgiyvl97b]{width:20px;height:20px;accent-color:#a8cb12}.integrity-identity span[b-vvgiyvl97b]{font-size:.7rem;color:#b9d72e;text-transform:uppercase;font-weight:850}.integrity-identity h2[b-vvgiyvl97b]{font-size:1rem;margin:5px 0}.integrity-identity p[b-vvgiyvl97b]{margin:0;color:#b8bdb5;font-size:.78rem}.integrity-change[b-vvgiyvl97b]{display:grid;grid-template-columns:1fr 1fr;gap:7px}.integrity-change>div[b-vvgiyvl97b]{padding:10px;background:#333632}.integrity-change small[b-vvgiyvl97b]{color:#adb2aa}.integrity-change p[b-vvgiyvl97b]{margin:5px 0 0;line-height:1.35}.integrity-empty[b-vvgiyvl97b]{text-align:center;padding:70px 20px;background:#383b37;border:1px solid #5b5f57}.integrity-empty p[b-vvgiyvl97b]{color:#bdc1bb;margin-bottom:28px}
@media(max-width:900px){.integrity-kpis[b-vvgiyvl97b]{grid-template-columns:1fr 1fr}.integrity-toolbar[b-vvgiyvl97b]{grid-template-columns:1fr 1fr}.integrity-toolbar>.primary[b-vvgiyvl97b]{grid-column:1/-1}.integrity-list article[b-vvgiyvl97b]{grid-template-columns:100px 1fr}.integrity-change[b-vvgiyvl97b]{grid-column:1/-1}}
@media(max-width:600px){.integrity-page[b-vvgiyvl97b]{padding:12px 9px 24px}.integrity-hero[b-vvgiyvl97b]{align-items:flex-start;flex-direction:column}.integrity-hero a[b-vvgiyvl97b]{width:100%;box-sizing:border-box;text-align:center}.integrity-kpis[b-vvgiyvl97b]{gap:5px}.integrity-kpis>div[b-vvgiyvl97b]{padding:10px}.integrity-toolbar[b-vvgiyvl97b]{position:static;grid-template-columns:1fr}.integrity-toolbar>div[b-vvgiyvl97b],.integrity-toolbar>.primary[b-vvgiyvl97b]{grid-column:auto}.integrity-toolbar>div button[b-vvgiyvl97b]{flex:1}.integrity-list article[b-vvgiyvl97b]{grid-template-columns:1fr}.integrity-select[b-vvgiyvl97b]{padding-bottom:7px;border-bottom:1px solid #565a53}.integrity-change[b-vvgiyvl97b]{grid-column:auto;grid-template-columns:1fr}}
/* /TiInsight/Shared/PurchaseInvoiceDocumentPreview.razor.rz.scp.css */
.document-preview-shell[b-a2e5g7kcvh]{position:relative;height:calc(100dvh - 132px);min-height:420px;background:#202220;display:grid;place-items:center;overflow:hidden}.document-preview-shell img[b-a2e5g7kcvh]{display:block;max-width:100%;max-height:100%;object-fit:contain}.pdf-preview-pages[b-a2e5g7kcvh]{align-self:stretch;width:100%;height:100%;padding:14px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;gap:14px;overflow:auto;overscroll-behavior:contain}.pdf-preview-pages[b-a2e5g7kcvh]  .pdf-preview-page{display:block;max-width:100%;height:auto;background:#fff;box-shadow:0 3px 16px rgba(0,0,0,.45)}.pdf-preview-pages[b-a2e5g7kcvh]  .pdf-preview-page-label{position:sticky;left:8px;align-self:flex-start;padding:4px 8px;background:#4a4d48;color:#e8eae5;font-size:.72rem}.document-preview-loading[b-a2e5g7kcvh]{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:12px;background:#202220;color:#d4d7d0}.document-preview-error[b-a2e5g7kcvh]{max-width:430px;padding:22px;display:grid;justify-items:center;gap:10px;text-align:center;color:#eceee8}.document-preview-error small[b-a2e5g7kcvh]{color:#c6c9c3}.document-preview-error button[b-a2e5g7kcvh]{min-height:44px;padding:0 16px;border:1px solid #b9d72e;background:#9eba18;color:#111;font-weight:800}.preview-actions[b-a2e5g7kcvh]{width:100%;display:grid;grid-template-columns:minmax(0,1fr) repeat(3,auto);gap:8px;align-items:center}.document-preview-name[b-a2e5g7kcvh]{min-width:0;display:flex;align-items:center;gap:8px;color:#c6c9c3}.document-preview-name>span[b-a2e5g7kcvh]{min-width:0;display:flex;flex-direction:column}.document-preview-name b[b-a2e5g7kcvh]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.8rem}.document-preview-name small[b-a2e5g7kcvh]{color:#8f948b}.preview-action-button[b-a2e5g7kcvh]{min-height:44px;padding:0 14px;border:1px solid #6d716a;background:#363936;color:#f1f3ed;display:flex;align-items:center;justify-content:center;gap:7px;font-weight:800}.preview-action-button.primary[b-a2e5g7kcvh]{border-color:#b9d72e;background:#9eba18;color:#111}.preview-action-button:disabled[b-a2e5g7kcvh]{opacity:.45}.preview-action-button:not(:disabled):active[b-a2e5g7kcvh]{transform:translateY(1px)}
@media(max-width:660px){.document-preview-shell[b-a2e5g7kcvh]{height:calc(100dvh - 176px);min-height:280px}.pdf-preview-pages[b-a2e5g7kcvh]{padding:8px;gap:8px}.preview-actions[b-a2e5g7kcvh]{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.document-preview-name[b-a2e5g7kcvh]{grid-column:1/-1;padding:0 2px}.preview-action-button[b-a2e5g7kcvh]{min-width:0;min-height:52px;padding:5px 3px;flex-direction:column;gap:1px;font-size:.72rem}.preview-action-button[b-a2e5g7kcvh]  .mud-icon-root{font-size:1.25rem}}
