/* _content/SnapScan.Shared/Components/Layout/MainLayout.razor.rz.scp.css */
/* Main Layout Styles mit BEM-Notation */

.page[b-806ywc7ezj] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.sidebar[b-806ywc7ezj] {
    background: linear-gradient(180deg, #24366e 0%, #1a2850 100%);
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.top-row[b-806ywc7ezj] {
    background-color: #24366e;
    border-bottom: 3px solid #1a2850;
    justify-content: center;
    height: 3.5rem;
    display: flex;
    align-items: center;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
}

.slogan[b-806ywc7ezj] {
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.shop-button[b-806ywc7ezj] {
    position: absolute;
    right: 2rem;
}

.top-row a[b-806ywc7ezj] {
    color: var(--text-color);
    text-decoration: none;
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
}

.top-row a:hover[b-806ywc7ezj] {
    transform: scale(1.1);
}

.shop-button[b-806ywc7ezj] {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.shop-button:hover[b-806ywc7ezj] {
    background-color: #f8f9fa;
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.shop-button-icon[b-806ywc7ezj] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

@media (max-width: 640px) {
    .shop-button[b-806ywc7ezj] {
        width: 50px;
        height: 50px;
        padding: 8px;
    }
}

main[b-806ywc7ezj] {
    flex: 1;
}

.content[b-806ywc7ezj] {
    padding-top: calc(var(--spacing-unit) * 1.375);
}

/* Blazor Error UI */
#blazor-error-ui[b-806ywc7ezj] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-806ywc7ezj] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

/* Responsive Design */
@media (min-width: 1024px) {
    .page[b-806ywc7ezj] {
        flex-direction: row;
    }

    .sidebar[b-806ywc7ezj] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

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

@media (max-width: 1023px) {
    .top-row[b-806ywc7ezj] {
        display: none;
    }

    .slogan[b-806ywc7ezj] {
        font-size: 0.9rem;
    }

    .shop-button[b-806ywc7ezj] {
        right: 1rem;
    }
}

.mobile-header[b-806ywc7ezj] {
    display: none;
    background-color: #24366e;
    color: white;
    text-align: center;
    padding: 1rem;
    font-size: 1.2rem;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.mobile-title[b-806ywc7ezj] {
    display: block;
}

@media (max-width: 1023px) {
    .mobile-header[b-806ywc7ezj] {
        display: block;
    }
}
/* _content/SnapScan.Shared/Components/Layout/NavMenu.razor.rz.scp.css */
/* Navigation Menu Styles mit BEM-Notation */

.navbar-toggler[b-dnx8ulnaaf] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: var(--white);
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
    border-radius: 0.25rem;
    z-index: 10;
}

.navbar-toggler:checked[b-dnx8ulnaaf] {
    background-color: rgba(255, 255, 255, 0.5);
}

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

.navbar-brand[b-dnx8ulnaaf] {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--white) !important;
    text-decoration: none;
}

.navbar-brand:hover[b-dnx8ulnaaf] {
    opacity: 0.9;
}

.nav-scrollable[b-dnx8ulnaaf] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-dnx8ulnaaf] {
    display: block;
}

.nav[b-dnx8ulnaaf] {
    padding: calc(var(--spacing-unit) * 2) 0;
    padding-bottom: 100px;
}

.nav-item[b-dnx8ulnaaf] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

[b-dnx8ulnaaf] .nav-link {
    color: #d7d7d7;
    display: flex;
    align-items: center;
    line-height: 3rem;
    padding: 0 1rem;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.2s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 8px;
    position: relative;
}

[b-dnx8ulnaaf] .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--white);
    border-color: rgba(255, 255, 255, 0.4);
}

[b-dnx8ulnaaf] .nav-link.active {
    background-color: #f8f9fa;
    color: #24366e;
    font-weight: 600;
    border-left: 4px solid #24366e;
    padding-left: calc(1rem - 4px);
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.bi[b-dnx8ulnaaf] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    margin-right: 0.75rem;
    flex-shrink: 0;
}

.bi-house-door-fill-nav-menu[b-dnx8ulnaaf]::before {
    content: "🏠";
    font-size: 1.5rem;
}

/* Responsive Design */
@media (min-width: 1024px) {
    .navbar-toggler[b-dnx8ulnaaf] {
        display: none;
    }

    .nav-scrollable[b-dnx8ulnaaf] {
        display: block;
        overflow-y: auto;
        height: calc(100vh - 3.5rem);
    }
    
    .shop-link[b-dnx8ulnaaf] {
        right: 20px !important;
    }
}

.top-row[b-dnx8ulnaaf] {
    background-color: #24366e;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.logo-container[b-dnx8ulnaaf] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #24366e;
}

.logo[b-dnx8ulnaaf] {
    height: 40px;
    width: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

@media (max-width: 1023px) {
    .top-row[b-dnx8ulnaaf] {
        height: 4rem;
    }
    
    .logo-container[b-dnx8ulnaaf] {
        padding: 8px 60px;
    }
    
    .logo[b-dnx8ulnaaf] {
        height: 35px;
        max-width: 200px;
    }
}

.cart-badge[b-dnx8ulnaaf] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #dc3545;
    color: white;
    border-radius: 50%;
    font-size: 0.75em;
    font-weight: bold;
    margin-left: auto;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    position: absolute;
    right: 1rem;
}

.blink-badge[b-dnx8ulnaaf] {
    animation: badge-blink-b-dnx8ulnaaf 0.5s ease-in-out 3;
}

@keyframes badge-blink-b-dnx8ulnaaf {
    0%, 100% { 
        transform: scale(1);
        opacity: 1;
    }
    50% { 
        transform: scale(1.3);
        opacity: 0.7;
    }
}

.user-info[b-dnx8ulnaaf] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background-color: #24366e;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.user-details[b-dnx8ulnaaf] {
    display: flex;
    align-items: center;
    gap: 12px;
    color: white;
}

.user-icon[b-dnx8ulnaaf] {
    font-size: 2em;
    line-height: 1;
}

.user-text[b-dnx8ulnaaf] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.username[b-dnx8ulnaaf] {
    font-weight: bold;
    font-size: 0.95em;
}

.btn-logout[b-dnx8ulnaaf] {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.8);
    padding: 0;
    font-size: 0.85em;
    cursor: pointer;
    text-align: left;
    text-decoration: underline;
}

.btn-logout:hover[b-dnx8ulnaaf] {
    color: white;
}

.btn-login[b-dnx8ulnaaf] {
    width: 100%;
    padding: 14px;
    background-color: #24366e;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.btn-login:hover[b-dnx8ulnaaf] {
    background-color: #1a2850;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.copyright[b-dnx8ulnaaf] {
    text-align: center;
    color: white;
    font-size: 0.9rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.copyright .separator[b-dnx8ulnaaf] {
    color: rgba(255, 255, 255, 0.5);
}

.copyright a[b-dnx8ulnaaf] {
    color: white;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: opacity 0.2s;
}

.copyright a:hover[b-dnx8ulnaaf] {
    opacity: 0.8;
}

.copyright .bi[b-dnx8ulnaaf] {
    font-size: 1em;
    width: auto;
    height: auto;
    margin: 0;
}
/* _content/SnapScan.Shared/Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-jqba1m0izp],
.components-reconnect-repeated-attempt-visible[b-jqba1m0izp],
.components-reconnect-failed-visible[b-jqba1m0izp],
.components-pause-visible[b-jqba1m0izp],
.components-resume-failed-visible[b-jqba1m0izp],
.components-rejoining-animation[b-jqba1m0izp] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-jqba1m0izp],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-jqba1m0izp],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-jqba1m0izp],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-jqba1m0izp],
#components-reconnect-modal.components-reconnect-retrying[b-jqba1m0izp],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-jqba1m0izp],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-jqba1m0izp],
#components-reconnect-modal.components-reconnect-failed[b-jqba1m0izp],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-jqba1m0izp] {
    display: block;
}


#components-reconnect-modal[b-jqba1m0izp] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-jqba1m0izp 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-jqba1m0izp 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-jqba1m0izp 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-jqba1m0izp]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-jqba1m0izp 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-jqba1m0izp {
    0% {
        transform: translateY(30px) scale(0.95);
    }

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

@keyframes components-reconnect-modal-fadeInOpacity-b-jqba1m0izp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-jqba1m0izp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-jqba1m0izp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-jqba1m0izp] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-jqba1m0izp] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-jqba1m0izp] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-jqba1m0izp] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-jqba1m0izp] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-jqba1m0izp] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-jqba1m0izp 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-jqba1m0izp] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-jqba1m0izp {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* _content/SnapScan.Shared/Components/Pages/ArticleImport.razor.rz.scp.css */
.import-container[b-q4b2x5nfv0] {
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.info-box[b-q4b2x5nfv0] {
    background-color: #e7f3ff;
    border-left: 4px solid #0066cc;
    padding: 15px;
    margin-bottom: 25px;
    border-radius: 4px;
}

.info-box p[b-q4b2x5nfv0] {
    margin: 0;
    color: #004085;
}

.import-form[b-q4b2x5nfv0] {
    background-color: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.import-form h3[b-q4b2x5nfv0] {
    margin-top: 0;
    margin-bottom: 20px;
    color: #495057;
}

.form-section-header[b-q4b2x5nfv0] {
    margin: 30px 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #dee2e6;
}

.form-section-header h4[b-q4b2x5nfv0] {
    margin: 0 0 5px 0;
    color: #495057;
    font-size: 1.1rem;
}

.form-section-header small[b-q4b2x5nfv0] {
    color: #6c757d;
    font-size: 0.9rem;
}

.units-container[b-q4b2x5nfv0] {
    background: white;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.unit-row[b-q4b2x5nfv0] {
    display: flex;
    gap: 10px;
    align-items: flex-end;
    margin-bottom: 15px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 6px;
}

.unit-fields[b-q4b2x5nfv0] {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 10px;
    flex: 1;
}

.form-group-compact[b-q4b2x5nfv0] {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.form-group-compact label[b-q4b2x5nfv0] {
    font-weight: 600;
    font-size: 0.85rem;
    color: #495057;
    margin: 0;
}

.form-group-compact input[b-q4b2x5nfv0] {
    padding: 8px;
}

.result-field[b-q4b2x5nfv0] {
    background-color: #e9ecef !important;
    font-weight: 600;
    color: #24366e;
}

.form-row[b-q4b2x5nfv0] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group[b-q4b2x5nfv0] {
    display: flex;
    flex-direction: column;
}

.form-group label[b-q4b2x5nfv0] {
    margin-bottom: 8px;
    font-weight: bold;
    color: #495057;
}

.form-control[b-q4b2x5nfv0] {
    padding: 10px 12px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 1rem;
}

.form-control:focus[b-q4b2x5nfv0] {
    outline: none;
    border-color: #0066cc;
    box-shadow: 0 0 0 0.2rem rgba(0, 102, 204, 0.25);
}

.button-group[b-q4b2x5nfv0] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.btn[b-q4b2x5nfv0] {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn:disabled[b-q4b2x5nfv0] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-success[b-q4b2x5nfv0] {
    background: #28a745;
    color: white;
}

.btn-success:hover:not(:disabled)[b-q4b2x5nfv0] {
    background: #218838;
}

.btn-secondary[b-q4b2x5nfv0] {
    background: #6c757d;
    color: white;
}

.btn-secondary:hover:not(:disabled)[b-q4b2x5nfv0] {
    background: #5a6268;
}

.btn-primary[b-q4b2x5nfv0] {
    background: #0066cc;
    color: white;
}

.btn-primary:hover:not(:disabled)[b-q4b2x5nfv0] {
    background: #0052a3;
}

.btn-danger[b-q4b2x5nfv0] {
    background: #dc3545;
    color: white;
}

.btn-danger:hover:not(:disabled)[b-q4b2x5nfv0] {
    background: #c82333;
}

.btn-sm[b-q4b2x5nfv0] {
    padding: 6px 12px;
    font-size: 0.9rem;
}

.btn-large[b-q4b2x5nfv0] {
    padding: 15px 30px;
    font-size: 1.1rem;
}

.alert[b-q4b2x5nfv0] {
    padding: 12px 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.alert-success[b-q4b2x5nfv0] {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
}

.alert-danger[b-q4b2x5nfv0] {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}

.articles-list[b-q4b2x5nfv0] {
    margin-top: 30px;
}

.articles-list h3[b-q4b2x5nfv0] {
    margin-bottom: 20px;
    color: #495057;
}

.table-container[b-q4b2x5nfv0] {
    overflow-x: auto;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.articles-table[b-q4b2x5nfv0] {
    width: 100%;
    border-collapse: collapse;
}

.articles-table thead[b-q4b2x5nfv0] {
    background-color: #24366e;
    color: white;
}

.articles-table th[b-q4b2x5nfv0] {
    padding: 12px;
    text-align: left;
    font-weight: 600;
}

.articles-table td[b-q4b2x5nfv0] {
    padding: 12px;
    border-bottom: 1px solid #dee2e6;
}

.articles-table tbody tr:hover[b-q4b2x5nfv0] {
    background-color: #f8f9fa;
}

.articles-table tbody tr:last-child td[b-q4b2x5nfv0] {
    border-bottom: none;
}

.import-actions[b-q4b2x5nfv0] {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .form-row[b-q4b2x5nfv0] {
        grid-template-columns: 1fr;
    }

    .button-group[b-q4b2x5nfv0] {
        flex-direction: column;
    }

    .button-group .btn[b-q4b2x5nfv0] {
        width: 100%;
        justify-content: center;
    }

    .import-actions[b-q4b2x5nfv0] {
        flex-direction: column;
    }

    .import-actions .btn[b-q4b2x5nfv0] {
        width: 100%;
        justify-content: center;
    }

    .table-container[b-q4b2x5nfv0] {
        font-size: 0.9rem;
    }

    .articles-table th[b-q4b2x5nfv0],
    .articles-table td[b-q4b2x5nfv0] {
        padding: 8px;
    }
}

/* Styles für Maßeinheiten */
.units-list[b-q4b2x5nfv0] {
    background: white;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 15px;
}

.unit-row[b-q4b2x5nfv0] {
    display: flex;
    gap: 10px;
    align-items: flex-end;
    margin-bottom: 10px;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 4px;
}

.form-group-inline[b-q4b2x5nfv0] {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 100px;
}

.form-group-inline label[b-q4b2x5nfv0] {
    margin-bottom: 5px;
    font-weight: 600;
    color: #495057;
    font-size: 0.9rem;
}

.form-control-sm[b-q4b2x5nfv0] {
    padding: 6px 10px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 0.9rem;
}

.form-control-sm:focus[b-q4b2x5nfv0] {
    outline: none;
    border-color: #0066cc;
    box-shadow: 0 0 0 0.2rem rgba(0, 102, 204, 0.25);
}

.button-group-inline[b-q4b2x5nfv0] {
    margin-top: 10px;
    margin-bottom: 20px;
}

.unit-row .btn-sm[b-q4b2x5nfv0] {
    margin-bottom: 0;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .unit-row[b-q4b2x5nfv0] {
        flex-wrap: wrap;
    }

    .form-group-inline[b-q4b2x5nfv0] {
        min-width: calc(50% - 5px);
    }

    .unit-row .btn-sm[b-q4b2x5nfv0] {
        width: 100%;
        margin-top: 10px;
    }
}
/* _content/SnapScan.Shared/Components/Pages/BarcodeScanner.razor.rz.scp.css */
.scanner-container[b-33apge0ncq] {
    padding: calc(var(--spacing-unit, 8px) * 2);
    padding-bottom: 180px;
    max-width: 800px;
    margin: 0 auto;
}

@media (min-width: 1024px) {
    .scanner-container[b-33apge0ncq] {
        padding-bottom: 20px;
    }
}

.info-box[b-33apge0ncq] {
    background: #e7f3ff;
    border: 1px solid #b3d9ff;
    border-radius: 4px;
    padding: calc(var(--spacing-unit, 8px) * 1.5);
    margin: calc(var(--spacing-unit, 8px) * 2) 0;
}

.info-box p[b-33apge0ncq] {
    margin: calc(var(--spacing-unit, 8px) / 2) 0;
    font-size: 0.9rem;
}

.video-container[b-33apge0ncq] {
    position: relative;
    width: 100%;
    max-width: 640px;
    margin: calc(var(--spacing-unit, 8px) * 2) auto;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-container video[b-33apge0ncq] {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    background: #000;
}

.controls[b-33apge0ncq] {
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacing-unit, 8px));
    align-items: center;
    margin-top: calc(var(--spacing-unit, 8px) * 2);
}

.btn-large-main[b-33apge0ncq] {
    width: 100%;
    padding: 20px;
    font-size: 1.3rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 20px auto 0 auto;
    background-color: #24366e;
    border: none;
    color: white;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.btn-large-main:hover[b-33apge0ncq] {
    background-color: #1a2850;
}

.btn-large-main .bi[b-33apge0ncq] {
    font-size: 1.5rem;
}

.camera-selector[b-33apge0ncq] {
    display: flex;
    align-items: center;
    gap: calc(var(--spacing-unit, 8px));
    width: 100%;
    max-width: 400px;
}

.camera-selector label[b-33apge0ncq] {
    font-weight: 500;
    white-space: nowrap;
}

.form-select[b-33apge0ncq] {
    flex: 1;
    padding: calc(var(--spacing-unit, 8px)) calc(var(--spacing-unit, 8px) * 1.5);
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 1rem;
    background-color: white;
    cursor: pointer;
}

.form-select:focus[b-33apge0ncq] {
    outline: none;
    border-color: var(--primary-color, #007bff);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.result-container[b-33apge0ncq] {
    margin-top: calc(var(--spacing-unit, 8px) * 3);
    padding: 0;
    background: transparent;
    border-radius: 0;
    border: none;
}

.result-container h2[b-33apge0ncq] {
    margin-top: 0;
    font-size: 1.25rem;
}

.result-container p[b-33apge0ncq] {
    margin: calc(var(--spacing-unit, 8px)) 0;
}

.form-group[b-33apge0ncq] {
    margin: calc(var(--spacing-unit, 8px) * 1.5) 0;
}

.form-group label[b-33apge0ncq] {
    display: block;
    font-weight: 500;
    margin-bottom: calc(var(--spacing-unit, 8px) / 2);
}

.form-control[b-33apge0ncq] {
    width: 100%;
    padding: calc(var(--spacing-unit, 8px)) calc(var(--spacing-unit, 8px) * 1.5);
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 1rem;
    font-family: monospace;
    background-color: white;
}

.form-control:focus[b-33apge0ncq] {
    outline: none;
    border-color: var(--primary-color, #007bff);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn[b-33apge0ncq] {
    padding: calc(var(--spacing-unit, 8px)) calc(var(--spacing-unit, 8px) * 2);
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
    margin: calc(var(--spacing-unit, 8px)) 0;
}

.btn-primary[b-33apge0ncq] {
    background: #24366e;
    color: white;
}

.btn-primary:hover[b-33apge0ncq] {
    background: #1a2850;
}

.btn-secondary[b-33apge0ncq] {
    background: #6c757d;
    color: white;
}

.btn-secondary:hover[b-33apge0ncq] {
    background: #5a6268;
}

.btn-danger[b-33apge0ncq] {
    background: #dc3545;
    color: white;
}

.btn-danger:hover[b-33apge0ncq] {
    background: #c82333;
}

.alert[b-33apge0ncq] {
    padding: calc(var(--spacing-unit, 8px) * 1.5);
    margin: calc(var(--spacing-unit, 8px) * 2) 0;
    border-radius: 4px;
}

.alert-danger[b-33apge0ncq] {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.alert-success[b-33apge0ncq] {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
    padding: 12px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.button-group[b-33apge0ncq] {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.btn-success[b-33apge0ncq] {
    background: #24366e;
    color: white;
}

.btn-success:hover[b-33apge0ncq] {
    background: #1a2850;
}

.scan-options[b-33apge0ncq] {
    margin-top: 20px;
}

.scan-box[b-33apge0ncq] {
    background-color: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    border: 2px solid #24366e;
    margin-bottom: 20px;
}

.scan-box h3[b-33apge0ncq] {
    margin-top: 0;
    margin-bottom: 20px;
    color: #24366e;
}

.btn-large-main[b-33apge0ncq] {
    width: 100%;
    max-width: 640px;
    padding: 20px;
    font-size: 1.3rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 20px auto 0 auto;
    background-color: #24366e;
    border: none;
    color: white;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.btn-large-main:hover[b-33apge0ncq] {
    background-color: #1a2850;
}

.btn-large-main .bi[b-33apge0ncq] {
    font-size: 1.5rem;
}

.divider[b-33apge0ncq] {
    text-align: center;
    margin: 30px 0;
    position: relative;
}

.divider[b-33apge0ncq]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #dee2e6;
}

.divider span[b-33apge0ncq] {
    position: relative;
    background-color: white;
    padding: 0 15px;
    color: #6c757d;
    font-weight: bold;
}

.manual-entry-section[b-33apge0ncq] {
    background-color: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    border: 2px solid #24366e;
}

.manual-entry-section h3[b-33apge0ncq] {
    margin-top: 0;
    margin-bottom: 20px;
    color: #24366e;
    width: 100%;
    margin-top: 10px;
}


.loading-spinner[b-33apge0ncq] {
    text-align: center;
    padding: 2rem;
    color: #666;
}

.article-not-found[b-33apge0ncq] {
    padding: 1rem;
}

.article-not-found .warning[b-33apge0ncq] {
    background: #fff3cd;
    border: 1px solid #ffc107;
    color: #856404;
    padding: 1rem;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.article-preview[b-33apge0ncq] {
    margin-top: 8px;
    padding: 10px;
    background-color: #e7f3ff;
    border-left: 3px solid #0066cc;
    border-radius: 4px;
    font-size: 0.95em;
}

.article-preview strong[b-33apge0ncq] {
    color: #004085;
}

.article-preview .text-muted[b-33apge0ncq] {
    color: #6c757d;
    font-size: 0.9em;
}

.btn-block[b-33apge0ncq] {
    width: 100%;
    margin-top: 10px;
}
/* _content/SnapScan.Shared/Components/Pages/Cart.razor.rz.scp.css */
.cart-container[b-e2yttc5gq4] {
    padding: 20px;
    padding-bottom: 200px;
    max-width: 1400px;
    margin: 0 auto;
}

@media (min-width: 1024px) {
    .cart-container[b-e2yttc5gq4] {
        padding-bottom: 20px;
    }
}

.cart-container h1[b-e2yttc5gq4] {
    margin-top: 30px;
    margin-bottom: 25px;
}

.commission-section[b-e2yttc5gq4] {
    margin-bottom: 25px;
    padding: 25px;
    background-color: #f8f9fa;
    border-radius: 8px;
    border: 2px solid #24366e;
}

.commission-section label[b-e2yttc5gq4] {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #24366e;
}

.commission-section input[b-e2yttc5gq4] {
    width: 100%;
    max-width: 400px;
}

.empty-cart[b-e2yttc5gq4] {
    text-align: center;
    padding: 40px 20px;
}

.btn-large-main[b-e2yttc5gq4] {
    width: 100%;
    padding: 20px;
    font-size: 1.3rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #24366e;
    border: none;
    color: white;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.btn-large-main:hover[b-e2yttc5gq4] {
    background-color: #1a2850;
}

.btn-large-main .bi[b-e2yttc5gq4] {
    font-size: 1.5rem;
}

.cart-summary[b-e2yttc5gq4] {
    background-color: #f8f9fa;
    padding: 15px 25px;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 2px solid #24366e;
}

.cart-summary p[b-e2yttc5gq4] {
    margin: 5px 0;
    color: #24366e;
    font-weight: 500;
}

.cart-table-container[b-e2yttc5gq4] {
    overflow-x: auto;
    margin-bottom: 20px;
    padding: 25px;
    background-color: #ffffff;
    border-radius: 8px;
    border: 2px solid #24366e;
    -webkit-overflow-scrolling: touch;
}

.cart-table[b-e2yttc5gq4] {
    width: 100%;
    min-width: 800px;
    border-collapse: collapse;
    background-color: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.cart-table thead[b-e2yttc5gq4] {
    background-color: #24366e;
    color: white;
}

.cart-table th[b-e2yttc5gq4] {
    padding: 12px 8px;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
}

.cart-table td[b-e2yttc5gq4] {
    padding: 12px 8px;
    border-bottom: 1px solid #dee2e6;
}

.cart-table tbody tr[b-e2yttc5gq4] {
    transition: background-color 0.3s ease;
}

.cart-table tbody tr:hover[b-e2yttc5gq4] {
    background-color: #f8f9fa;
}

.blink-item[b-e2yttc5gq4] {
    animation: blink-b-e2yttc5gq4 0.5s ease-in-out 3;
    background-color: #d4edda !important;
}

@keyframes blink-b-e2yttc5gq4 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.quantity-control[b-e2yttc5gq4] {
    display: flex;
    gap: 5px;
    align-items: center;
}

.quantity-input[b-e2yttc5gq4] {
    width: 60px;
    text-align: center;
    padding: 4px;
}

.cart-actions[b-e2yttc5gq4] {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 30px;
}

.cart-actions button[b-e2yttc5gq4] {
    flex: 1;
    min-width: 150px;
}

.cart-actions .btn-secondary[b-e2yttc5gq4] {
    background-color: #24366e;
}

.cart-actions .btn-secondary:hover[b-e2yttc5gq4] {
    background-color: #1a2850;
}

@media (max-width: 1439px) {
    .cart-container[b-e2yttc5gq4] {
        padding: 15px;
        padding-bottom: 220px;
    }

    .desktop-only[b-e2yttc5gq4] {
        display: none;
    }

    .mobile-only[b-e2yttc5gq4] {
        display: block;
    }

    .cart-actions[b-e2yttc5gq4] {
        flex-direction: column;
        position: relative;
        z-index: 1;
        background: white;
        padding: 15px;
        margin: 20px 0 0 0;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    }

    .cart-actions button[b-e2yttc5gq4] {
        width: 100%;
        padding: 14px;
        font-size: 1rem;
    }
}

@media (min-width: 1440px) {
    .desktop-only[b-e2yttc5gq4] {
        display: block !important;
    }

    .mobile-only[b-e2yttc5gq4] {
        display: none !important;
    }
}

/* Mobile Card Styles */
.cart-cards-container[b-e2yttc5gq4] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.cart-card[b-e2yttc5gq4] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    overflow: hidden;
    border: 1px solid #dee2e6;
}

.cart-card.blink-item[b-e2yttc5gq4] {
    animation: blink-b-e2yttc5gq4 0.5s ease-in-out 3;
    border-color: #28a745;
}

.card-header[b-e2yttc5gq4] {
    background-color: #24366e;
    color: white;
    padding: 10px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.position-badge[b-e2yttc5gq4] {
    font-weight: bold;
    font-size: 0.9rem;
}

.card-header .btn[b-e2yttc5gq4] {
    background: #dc3545;
    border: none;
    color: white;
    padding: 4px 10px;
    font-size: 0.9rem;
}

.card-body[b-e2yttc5gq4] {
    padding: 12px;
}

.article-name[b-e2yttc5gq4] {
    margin: 0 0 10px 0;
    font-size: 1rem;
    color: #24366e;
    font-weight: bold;
    line-height: 1.3;
}

.card-info-row[b-e2yttc5gq4] {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid #f5f5f5;
    gap: 10px;
}

.card-info-row:last-child[b-e2yttc5gq4] {
    border-bottom: none;
}

.card-info-row .label[b-e2yttc5gq4] {
    font-weight: 600;
    color: #666;
    font-size: 0.85rem;
    flex-shrink: 0;
}

.card-info-row .value[b-e2yttc5gq4] {
    color: #333;
    font-size: 0.85rem;
    text-align: right;
    word-break: break-word;
}

.card-footer[b-e2yttc5gq4] {
    background-color: #f8f9fa;
    padding: 10px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #dee2e6;
}

.quantity-label[b-e2yttc5gq4] {
    font-weight: 600;
    color: #24366e;
    font-size: 0.9rem;
}

.quantity-control-mobile[b-e2yttc5gq4] {
    display: flex;
    gap: 8px;
    align-items: center;
}

.quantity-control-mobile .btn[b-e2yttc5gq4] {
    width: 36px;
    height: 36px;
    padding: 0;
    font-size: 1.1rem;
    font-weight: bold;
    background-color: #24366e;
    color: white;
    border: none;
    border-radius: 4px;
}

.quantity-control-mobile .btn:active[b-e2yttc5gq4] {
    background-color: #1a2850;
}

.quantity-display[b-e2yttc5gq4] {
    min-width: 35px;
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
    color: #24366e;
}
/* _content/SnapScan.Shared/Components/Pages/Imprint.razor.rz.scp.css */
.imprint-container[b-9asfr5vx7d] {
    padding: 30px 20px;
    max-width: 800px;
    margin: 0 auto;
}

.imprint-container h1[b-9asfr5vx7d] {
    color: #24366e;
    margin-bottom: 30px;
    font-size: 2em;
}

.imprint-content[b-9asfr5vx7d] {
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.imprint-section[b-9asfr5vx7d] {
    margin-bottom: 30px;
}

.imprint-section:last-child[b-9asfr5vx7d] {
    margin-bottom: 0;
}

.imprint-section h2[b-9asfr5vx7d] {
    color: #24366e;
    font-size: 1.3em;
    margin-bottom: 12px;
    border-bottom: 2px solid #24366e;
    padding-bottom: 8px;
}

.imprint-section p[b-9asfr5vx7d] {
    line-height: 1.8;
    color: #333;
    margin: 0;
}

.imprint-section a[b-9asfr5vx7d] {
    color: #24366e;
    text-decoration: none;
}

.imprint-section a:hover[b-9asfr5vx7d] {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .imprint-container[b-9asfr5vx7d] {
        padding: 20px 15px;
    }

    .imprint-content[b-9asfr5vx7d] {
        padding: 20px;
    }

    .imprint-container h1[b-9asfr5vx7d] {
        font-size: 1.5em;
    }

    .imprint-section h2[b-9asfr5vx7d] {
        font-size: 1.1em;
    }
}
/* _content/SnapScan.Shared/Components/Pages/Login.razor.rz.scp.css */
.login-container[b-57wir7l6bp] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    padding: 20px;
}

.login-card[b-57wir7l6bp] {
    background-color: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    width: 100%;
}

.login-card h1[b-57wir7l6bp] {
    margin-top: 0;
    margin-bottom: 25px;
    text-align: center;
    color: #24366e;
}

.info-box[b-57wir7l6bp] {
    background-color: #e7f3ff;
    border-left: 4px solid #24366e;
    padding: 15px;
    margin-bottom: 25px;
    border-radius: 4px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.info-box .bi[b-57wir7l6bp] {
    font-size: 1.2em;
    color: #24366e;
    flex-shrink: 0;
    margin-top: 2px;
}

.info-box p[b-57wir7l6bp] {
    margin: 0;
    color: #004085;
    font-size: 0.95em;
    line-height: 1.5;
}

.form-group[b-57wir7l6bp] {
    margin-bottom: 20px;
}

.form-group label[b-57wir7l6bp] {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #495057;
}

.form-control[b-57wir7l6bp] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ced4da;
    border-radius: 6px;
    font-size: 1rem;
}

.form-control:focus[b-57wir7l6bp] {
    outline: none;
    border-color: #24366e;
    box-shadow: 0 0 0 0.2rem rgba(36, 54, 110, 0.25);
}

.btn-block[b-57wir7l6bp] {
    width: 100%;
    padding: 12px;
    font-size: 1.1rem;
    margin-top: 10px;
    background-color: #24366e;
    border-color: #24366e;
}

.btn-block:hover[b-57wir7l6bp] {
    background-color: #1a2750;
    border-color: #1a2750;
}

.btn-block:disabled[b-57wir7l6bp] {
    background-color: #6c757d;
    border-color: #6c757d;
    cursor: not-allowed;
}

.alert-danger[b-57wir7l6bp] {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
    padding: 12px;
    border-radius: 6px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .login-card[b-57wir7l6bp] {
        padding: 30px 20px;
    }
}
/* _content/SnapScan.Shared/Components/Pages/ManualEntry.razor.rz.scp.css */
.manual-entry-container[b-y0tpcen9ga] {
    padding: 20px;
    max-width: 600px;
    margin: 0 auto;
}

.info-box[b-y0tpcen9ga] {
    background-color: #e7f3ff;
    border-left: 4px solid #0066cc;
    padding: 15px;
    margin-bottom: 25px;
    border-radius: 4px;
}

.info-box p[b-y0tpcen9ga] {
    margin: 0;
    color: #004085;
}

.entry-form[b-y0tpcen9ga] {
    background-color: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.form-group[b-y0tpcen9ga] {
    margin-bottom: 20px;
}

.form-group label[b-y0tpcen9ga] {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #495057;
}

.form-group input[b-y0tpcen9ga] {
    width: 100%;
}

.article-preview[b-y0tpcen9ga] {
    margin-top: 8px;
    padding: 10px;
    background-color: #e7f3ff;
    border-left: 3px solid #0066cc;
    border-radius: 4px;
    font-size: 0.95em;
}

.article-preview strong[b-y0tpcen9ga] {
    color: #004085;
}

.article-preview .text-muted[b-y0tpcen9ga] {
    color: #6c757d;
    font-size: 0.9em;
}

.button-group[b-y0tpcen9ga] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.button-group button[b-y0tpcen9ga] {
    flex: 1;
    min-width: 120px;
}

.alert-success[b-y0tpcen9ga] {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
    padding: 12px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.alert-danger[b-y0tpcen9ga] {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
    padding: 12px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.recent-items[b-y0tpcen9ga] {
    margin-top: 30px;
}

.recent-items h3[b-y0tpcen9ga] {
    margin-bottom: 15px;
    font-size: 1.2em;
    color: #495057;
}

.recent-list[b-y0tpcen9ga] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.recent-item[b-y0tpcen9ga] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    background-color: white;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    transition: box-shadow 0.2s;
}

.recent-item:hover[b-y0tpcen9ga] {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.recent-item .article-number[b-y0tpcen9ga] {
    font-weight: bold;
    color: #212529;
}

.recent-item .quantity[b-y0tpcen9ga] {
    color: #6c757d;
    margin-left: 15px;
}

@media (max-width: 768px) {
    .button-group[b-y0tpcen9ga] {
        flex-direction: column;
    }

    .button-group button[b-y0tpcen9ga] {
        width: 100%;
    }

    .recent-item[b-y0tpcen9ga] {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .recent-item button[b-y0tpcen9ga] {
        width: 100%;
    }
}

.btn-cart-nav[b-y0tpcen9ga] {
    width: 100%;
    max-width: 640px;
    padding: 20px;
    font-size: 1.3rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 30px auto 0 auto;
    background-color: #24366e;
    border: none;
    color: white;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.btn-cart-nav:hover[b-y0tpcen9ga] {
    background-color: #1a2850;
}

.btn-cart-nav .bi[b-y0tpcen9ga] {
    font-size: 1.5rem;
}
/* _content/SnapScan.Shared/Components/Shared/ArticleDetailsCard.razor.rz.scp.css */
.article-details-card[b-an1coqjv5q] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    margin: 1rem 0;
}

.article-header[b-an1coqjv5q] {
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.article-header h3[b-an1coqjv5q] {
    margin: 0;
    color: #333;
    font-size: 1.5rem;
}

.article-body[b-an1coqjv5q] {
    margin-bottom: 1rem;
    background-color: #f8f9fa;
    padding: 1rem;
    border-radius: 6px;
}

.article-info-row[b-an1coqjv5q] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid #f5f5f5;
}

.article-info-row:last-child[b-an1coqjv5q] {
    border-bottom: none;
}

.article-info-row .label[b-an1coqjv5q] {
    font-weight: 600;
    color: #666;
    white-space: nowrap;
}

.article-info-row .value[b-an1coqjv5q] {
    color: #333;
    font-family: monospace;
    text-align: right;
    word-break: break-all;
}

.article-info-row.highlight[b-an1coqjv5q] {
    background-color: #fff3cd;
    padding: 0.75rem;
    margin: 0.5rem -0.5rem;
    border-radius: 4px;
    border: 1px solid #ffc107;
}

.article-info-row.highlight .label[b-an1coqjv5q] {
    color: #856404;
    font-weight: 700;
}

.article-info-row.highlight .value[b-an1coqjv5q] {
    color: #856404;
    font-weight: 600;
}

.packaging-selection[b-an1coqjv5q] {
    margin: 0.75rem 0;
    padding: 0.75rem;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.packaging-selection h4[b-an1coqjv5q] {
    margin: 0 0 1rem 0;
    font-size: 1rem;
    color: #24366e;
    font-weight: 600;
}

.packaging-option[b-an1coqjv5q] {
    padding: 0.75rem;
    margin-bottom: 0.75rem;
    background: white;
    border: 2px solid #dee2e6;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.packaging-option:hover[b-an1coqjv5q] {
    border-color: #24366e;
    box-shadow: 0 2px 8px rgba(36, 54, 110, 0.1);
}

.packaging-option.selected[b-an1coqjv5q] {
    border-color: #24366e;
    background-color: #e7f3ff;
    box-shadow: 0 2px 8px rgba(36, 54, 110, 0.2);
}

.packaging-option:last-child[b-an1coqjv5q] {
    margin-bottom: 0;
}

.packaging-name[b-an1coqjv5q] {
    font-weight: 700;
    color: #24366e;
    font-size: 1rem;
    margin-bottom: 0.2rem;
}

.packaging-quantity[b-an1coqjv5q] {
    color: #666;
    font-size: 0.85rem;
}

.packaging-option.selected .packaging-name[b-an1coqjv5q] {
    color: #1a2850;
}

.packaging-option.selected .packaging-quantity[b-an1coqjv5q] {
    color: #24366e;
    font-weight: 600;
}

.article-actions[b-an1coqjv5q] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-top: 0.25rem;
    border-top: 2px solid #f0f0f0;
}

.quantity-section h4[b-an1coqjv5q] {
    margin: 0 0 1rem 0;
    font-size: 1.1rem;
    color: #24366e;
    font-weight: 600;
}

.quantity-controls[b-an1coqjv5q] {
    display: flex;
    gap: 0;
    height: 60px;
    align-items: stretch;
}

.btn-quantity[b-an1coqjv5q] {
    background-color: white;
    border: 2px solid #24366e;
    color: #24366e;
    font-size: 2rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 60px;
    flex-shrink: 0;
}

.btn-minus[b-an1coqjv5q] {
    border-radius: 8px 0 0 8px;
    border-right: 1px solid #24366e;
}

.btn-plus[b-an1coqjv5q] {
    border-radius: 0 8px 8px 0;
    border-left: 1px solid #24366e;
}

.btn-quantity:hover[b-an1coqjv5q] {
    background-color: #24366e;
    color: white;
}

.btn-quantity:active[b-an1coqjv5q] {
    transform: scale(0.95);
}

.quantity-display[b-an1coqjv5q] {
    background-color: white;
    border-top: 2px solid #24366e;
    border-bottom: 2px solid #24366e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: bold;
    color: #24366e;
    flex: 1;
    min-width: 80px;
}

.quantity-input[b-an1coqjv5q] {
    background-color: white;
    border-top: 2px solid #24366e;
    border-bottom: 2px solid #24366e;
    border-left: none;
    border-right: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #24366e;
    flex: 1;
    min-width: 80px;
    padding: 0;
    outline: none;
}

.quantity-input:focus[b-an1coqjv5q] {
    background-color: #f8f9fa;
    outline: none;
}

/* Entfernt die Pfeile bei number input */
.quantity-input[b-an1coqjv5q]::-webkit-outer-spin-button,
.quantity-input[b-an1coqjv5q]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity-input[type=number][b-an1coqjv5q] {
    -moz-appearance: textfield;
}

.btn-add-to-cart[b-an1coqjv5q] {
    background-color: #24366e;
    color: white;
    border: 2px solid #24366e;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0 1.5rem;
    flex: 2;
    margin-left: 1rem;
    min-width: 180px;
}

.btn-add-to-cart:hover[b-an1coqjv5q] {
    background-color: #1a2850;
    border-color: #1a2850;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(36, 54, 110, 0.3);
}

.btn-add-to-cart:active[b-an1coqjv5q] {
    transform: translateY(0);
}

.btn-cancel[b-an1coqjv5q] {
    width: 100%;
}

@media (max-width: 640px) {
    .quantity-controls[b-an1coqjv5q] {
        height: 55px;
    }
    
    .btn-quantity[b-an1coqjv5q] {
        font-size: 1.5rem;
        width: 50px;
    }
    
    .quantity-display[b-an1coqjv5q],
    .quantity-input[b-an1coqjv5q] {
        font-size: 1.5rem;
        min-width: 60px;
    }
    
    .btn-add-to-cart[b-an1coqjv5q] {
        font-size: 0.95rem;
        padding: 0 0.75rem;
        margin-left: 0.75rem;
        min-width: 140px;
    }
}

.no-article[b-an1coqjv5q] {
    text-align: center;
    padding: 2rem;
    color: #999;
}
