/* /Components/NfcScanCapture.razor.rz.scp.css */
.nfc-scan-capture[b-zg3euvoh2o] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.nfc-scan-capture-root[b-zg3euvoh2o] {
    position: relative;
}

.nfc-scan-capture-row--compact[b-zg3euvoh2o] {
    max-width: 520px;
}

.nfc-status-dot[b-zg3euvoh2o] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    flex-shrink: 0;
}

.nfc-status-dot--red[b-zg3euvoh2o] {
    background-color: #dc3545;
}

.nfc-status-dot--orange[b-zg3euvoh2o] {
    background-color: #fd7e14;
}

.nfc-status-dot--green[b-zg3euvoh2o] {
    background-color: #198754;
}

.nfc-scan-status[b-zg3euvoh2o] {
    padding: 0.75rem 1rem;
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    background-color: var(--bs-body-bg);
    cursor: pointer;
}

.nfc-scan-status--compact[b-zg3euvoh2o] {
    min-width: 0;
}

.nfc-scan-status--active[b-zg3euvoh2o] {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary-rgb), 0.15);
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-4mrcrosfut] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-4mrcrosfut] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.sidebar[b-4mrcrosfut] {
    background-color: var(--it-surface);
    border-right: 1px solid var(--it-border);
}

.top-row[b-4mrcrosfut] {
    background-color: var(--it-surface);
    border-bottom: 1px solid var(--it-border);
    height: 3.75rem;
    display: flex;
    align-items: center;
    box-shadow: var(--it-shadow-sm);
}

.top-row[b-4mrcrosfut]  a,
.top-row[b-4mrcrosfut]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-4mrcrosfut]  a:hover,
.top-row[b-4mrcrosfut]  .btn-link:hover {
    text-decoration: underline;
}

article.content[b-4mrcrosfut] {
    flex: 1;
    background-color: var(--it-bg);
}

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

    .top-row[b-4mrcrosfut]  a,
    .top-row[b-4mrcrosfut]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-4mrcrosfut] {
        flex-direction: row;
    }

    .sidebar[b-4mrcrosfut] {
        width: var(--it-sidebar-width);
        height: 100vh;
        position: sticky;
        top: 0;
        display: flex;
        flex-direction: column;
    }

    .top-row[b-4mrcrosfut] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-4mrcrosfut],
    article[b-4mrcrosfut] {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.sidebar-brand[b-kc3pn0ppek] {
    padding: 1.25rem 1.25rem 1rem;
    border-bottom: 1px solid var(--it-border-light);
}

.sidebar-brand-title[b-kc3pn0ppek] {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--it-text);
    line-height: 1.2;
}

.sidebar-brand-title span[b-kc3pn0ppek] {
    color: var(--it-primary);
}

.sidebar-brand-subtitle[b-kc3pn0ppek] {
    font-size: 0.75rem;
    color: var(--it-text-muted);
    margin-top: 0.125rem;
    font-weight: 500;
}

.nav-scrollable[b-kc3pn0ppek] {
    flex: 1;
    overflow-y: auto;
}

.nav-section-label[b-kc3pn0ppek] {
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--it-text-muted);
    padding: 1rem 1.25rem 0.375rem;
}

.nav-item[b-kc3pn0ppek] {
    padding: 0 0.75rem 0.125rem;
}

.nav-item[b-kc3pn0ppek]  a {
    color: var(--it-text-secondary);
    border-radius: var(--it-radius-sm);
    height: 2.5rem;
    display: flex;
    align-items: center;
    padding: 0 0.75rem;
    font-size: 0.875rem;
    font-weight: 500;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.nav-item[b-kc3pn0ppek]  a.active {
    background-color: var(--it-primary-light);
    color: var(--it-primary);
}

.nav-item[b-kc3pn0ppek]  a:hover {
    background-color: var(--it-surface-hover);
    color: var(--it-text);
}

.nav-divider[b-kc3pn0ppek] {
    height: 1px;
    background-color: var(--it-border-light);
    margin: 0.75rem 1.25rem;
}

@media (min-width: 641px) {
    .nav-scrollable[b-kc3pn0ppek] {
        height: calc(100vh - 5rem);
    }
}
/* /Pages/Home.razor.rz.scp.css */
.dashboard[b-kar1fmr5k0] {
    max-width: 960px;
}

.dashboard-header[b-kar1fmr5k0] {
    margin-bottom: 2rem;
}

.dashboard-header h1[b-kar1fmr5k0] {
    font-size: 1.75rem;
    font-weight: 600;
    letter-spacing: -0.03em;
    margin-bottom: 0.375rem;
}

.dashboard-subtitle[b-kar1fmr5k0] {
    color: var(--it-text-muted);
    font-size: 1rem;
    margin: 0;
}

.dashboard-tiles[b-kar1fmr5k0] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1rem;
    margin-bottom: 2.5rem;
}

.dashboard-tile[b-kar1fmr5k0] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1.25rem;
    background: var(--it-surface);
    border: 1px solid var(--it-border);
    border-radius: var(--it-radius);
    box-shadow: var(--it-shadow-sm);
    text-decoration: none;
    color: inherit;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.dashboard-tile:hover[b-kar1fmr5k0] {
    border-color: var(--it-primary-subtle);
    box-shadow: var(--it-shadow-md);
    transform: translateY(-2px);
    color: inherit;
}

.dashboard-tile-icon[b-kar1fmr5k0] {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--it-primary-light);
    border-radius: var(--it-radius-sm);
    color: var(--it-primary);
}

.dashboard-tile-icon svg[b-kar1fmr5k0] {
    width: 1.25rem;
    height: 1.25rem;
}

.dashboard-tile-title[b-kar1fmr5k0] {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: var(--it-text);
}

.dashboard-tile-desc[b-kar1fmr5k0] {
    font-size: 0.8125rem;
    color: var(--it-text-muted);
    line-height: 1.4;
    margin: 0;
}

.dashboard-secondary h2[b-kar1fmr5k0] {
    font-size: 0.8125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--it-text-muted);
    margin-bottom: 0.75rem;
}

.dashboard-links[b-kar1fmr5k0] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.dashboard-link[b-kar1fmr5k0] {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--it-text-secondary);
    background: var(--it-surface);
    border: 1px solid var(--it-border);
    border-radius: 999px;
    text-decoration: none;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.dashboard-link:hover[b-kar1fmr5k0] {
    background: var(--it-surface-hover);
    border-color: #cbd5e1;
    color: var(--it-primary);
}
/* /Pages/PartnerHome.razor.rz.scp.css */
.dashboard[b-bridew75r4] {
    max-width: 960px;
}

.dashboard-header[b-bridew75r4] {
    margin-bottom: 2rem;
}

.dashboard-header h1[b-bridew75r4] {
    font-size: 1.75rem;
    font-weight: 600;
    letter-spacing: -0.03em;
    margin-bottom: 0.375rem;
}

.dashboard-subtitle[b-bridew75r4] {
    color: var(--it-text-muted);
    font-size: 1rem;
    margin: 0;
}

.dashboard-tiles[b-bridew75r4] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1rem;
    margin-bottom: 2.5rem;
}

.dashboard-tile[b-bridew75r4] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1.25rem;
    background: var(--it-surface);
    border: 1px solid var(--it-border);
    border-radius: var(--it-radius);
    box-shadow: var(--it-shadow-sm);
    text-decoration: none;
    color: inherit;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.dashboard-tile:hover[b-bridew75r4] {
    border-color: var(--it-primary-subtle);
    box-shadow: var(--it-shadow-md);
    transform: translateY(-2px);
    color: inherit;
}

.dashboard-tile--static[b-bridew75r4] {
    max-width: 420px;
}

.dashboard-tile-icon[b-bridew75r4] {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--it-primary-light);
    border-radius: var(--it-radius-sm);
    color: var(--it-primary);
}

.dashboard-tile-icon svg[b-bridew75r4] {
    width: 1.25rem;
    height: 1.25rem;
}

.dashboard-tile-title[b-bridew75r4] {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: var(--it-text);
}

.dashboard-tile-desc[b-bridew75r4] {
    font-size: 0.8125rem;
    color: var(--it-text-muted);
    line-height: 1.4;
    margin: 0;
}
/* /Pages/Produkte.razor.rz.scp.css */
.produkte-accordion .sortable[b-uqdnpsq4wb] {
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}

.produkte-accordion .sortable:hover[b-uqdnpsq4wb] {
    color: var(--it-primary);
}

.produkte-accordion .sort-indicator[b-uqdnpsq4wb] {
    color: var(--it-primary);
    font-size: 0.75rem;
}

.produkte-accordion .sort-indicator--idle[b-uqdnpsq4wb] {
    color: var(--it-text-muted);
    opacity: 0.6;
}

.produkte-group-row[b-uqdnpsq4wb] {
    background: var(--it-surface);
}

.produkte-group-row--expanded[b-uqdnpsq4wb] {
    background: var(--it-primary-light);
}

.produkte-expand-btn[b-uqdnpsq4wb] {
    color: var(--it-text-secondary);
    text-decoration: none;
    line-height: 1;
    font-size: 0.875rem;
}

.produkte-detail-row > td[b-uqdnpsq4wb] {
    border-top: none;
}

.produkte-detail-panel[b-uqdnpsq4wb] {
    padding: 0.75rem 1rem 1rem 2.5rem;
    background: var(--it-bg);
    border-top: 1px solid var(--it-border-light);
}

.produkte-items-table thead th[b-uqdnpsq4wb] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: var(--it-text-muted);
    background: transparent;
    border-bottom-color: var(--it-border);
}

.produkte-items-table tbody td[b-uqdnpsq4wb] {
    background: var(--it-surface);
}
/* /Pages/Wareneingang.razor.rz.scp.css */
.nfc-scan-capture[b-z0nzmbofwb] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.nfc-status-dot[b-z0nzmbofwb] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    flex-shrink: 0;
}

.nfc-status-dot--red[b-z0nzmbofwb] {
    background-color: #dc3545;
}

.nfc-status-dot--orange[b-z0nzmbofwb] {
    background-color: #fd7e14;
}

.nfc-status-dot--green[b-z0nzmbofwb] {
    background-color: #198754;
}

.nfc-scan-status[b-z0nzmbofwb] {
    padding: 0.75rem 1rem;
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    background-color: var(--bs-body-bg);
    cursor: pointer;
}

.nfc-scan-status--active[b-z0nzmbofwb] {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary-rgb), 0.15);
}

.wareneingang-last-product[b-z0nzmbofwb] {
    text-decoration: none;
}

.wareneingang-last-product:hover[b-z0nzmbofwb] {
    text-decoration: underline;
}
