/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-tgjzoq7yjq] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-tgjzoq7yjq] {
    flex: 1;
    min-width: 0;
}

.sidebar[b-tgjzoq7yjq] {
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #010621;
}

.top-row[b-tgjzoq7yjq] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

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

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

    .top-row[b-tgjzoq7yjq]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

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

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

    .top-row[b-tgjzoq7yjq] {
        padding-top: 0rem !important;
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }

    article[b-tgjzoq7yjq] {
        padding-top: 3.5rem !important;
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
}

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

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

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

    .top-row.auth[b-tgjzoq7yjq]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-tgjzoq7yjq], article[b-tgjzoq7yjq] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-tgjzoq7yjq] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-tgjzoq7yjq] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* --- TOP ROW & BRANDING --- */
.top-row[b-1zl22peb1h] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    padding: 0 1rem;
    white-space: nowrap;
    overflow: hidden; /* Prevents accidental scrollbars */
}

.navbar-brand[b-1zl22peb1h] {
    font-size: 1.0rem;
    font-weight: 700;
    color: white;
    text-decoration: none;
    margin-bottom: 0;
    line-height: 1;
    flex-shrink: 0; /* Prevents the title from squishing */
}

/* --- ENVIRONMENT BADGES --- */
.env-tag[b-1zl22peb1h] {
    font-size: 0.65rem;
    font-weight: 800;
    padding: 2px 8px;
    border-radius: 4px;
    text-transform: uppercase;
    margin-left: -0.5rem;
    flex-shrink: 0; /* Prevents the tag from squishing */
}

/* --- TOGGLER (Mobile Only) --- */
.navbar-toggler-input[b-1zl22peb1h] {
    display: none;
}

.navbar-toggler-button[b-1zl22peb1h] {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.05);
    flex-shrink: 0;
    margin-right: 0.75rem;
}

    .navbar-toggler-button:hover[b-1zl22peb1h] {
        background-color: rgba(255, 255, 255, 0.15);
    }

.navbar-toggler-icon[b-1zl22peb1h] {
    width: 1.5rem;
    height: 1.5rem;
    background-image: 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.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

/* --- DRAWER (Mobile) --- */
.nav-scrollable[b-1zl22peb1h] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100svh;
    width: 280px;
    z-index: 1050;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    background: #010621;
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
}

.navbar-toggler-input:checked ~ .nav-scrollable[b-1zl22peb1h] {
    transform: translateX(0) !important;
}

.navbar-toggler-input:checked[b-1zl22peb1h]::after {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1040;
}

/* --- NAVIGATION ITEMS --- */
.nav-item[b-1zl22peb1h] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

    .nav-item[b-1zl22peb1h]  .nav-link {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        transition: all 0.2s ease;
        padding: 0 1rem;
    }

    .nav-item[b-1zl22peb1h]  a.active {
        background: radial-gradient(circle, #0d6efd38, transparent);
        color: white;
    }

    .nav-item[b-1zl22peb1h]  .nav-link:hover {
        background: radial-gradient(circle, #0d6efd38, transparent);
        color: white;
    }

/* --- ICONS --- */
.bi[b-1zl22peb1h] {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    background-size: cover;
    flex-shrink: 0;
}

.bi-house-door-fill-nav-menu[b-1zl22peb1h] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-building-nav-menu[b-1zl22peb1h] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M4 2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm3.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zM4 5.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zM7.5 5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zm2.5.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zM4.5 8a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zm2.5.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm3.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1z'/%3E%3Cpath d='M2 1a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V1zm11 0H3v14h3v-2.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5V15h3V1z'/%3E%3C/svg%3E");
}

.bi-currency-euro-nav-menu[b-1zl22peb1h] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M4 9.42h1.063C5.4 12.323 7.317 14 10.34 14c.622 0 1.167-.068 1.659-.185v-1.3c-.412.073-.895.113-1.405.113-2.328 0-3.813-1.19-4.08-3.212H11v-.81H6.456A4.494 4.494 0 0 1 6.44 8H11v-.81H6.514c.268-2.048 1.786-3.137 4.1-3.137.51 0 .994.04 1.405.114V2.964A7.606 7.606 0 0 0 10.34 2c-3.073 0-5.017 1.823-5.294 4.92H4v.81h.98a4.51 4.51 0 0 0-.017.49c0 .165.006.326.018.48H4v.72z'/%3E%3C/svg%3E");
}

.bi-tags-fill-nav-menu[b-1zl22peb1h] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M2 2a1 1 0 0 1 1-1h4.586a1 1 0 0 1 .707.293l7 7a1 1 0 0 1 0 1.414l-4.586 4.586a1 1 0 0 1-1.414 0l-7-7A1 1 0 0 1 2 6.586V2zm3.5 4a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z'/%3E%3Cpath d='M1.293 7.793A1 1 0 0 1 1 7.086V2a1 1 0 0 0-1 1v4.586a1 1 0 0 0 .293.707l7 7a1 1 0 0 0 1.414 0l.043-.043-7.457-7.457z'/%3E%3C/svg%3E");
}

.bi-kanban-fill-nav-menu[b-1zl22peb1h] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M2.5 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h11a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2h-11zm5 2h1a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1zm-5 1a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1V3zm11-1h-1a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1z'/%3E%3C/svg%3E");
}

.bi-shield-lock-fill-nav-menu[b-1zl22peb1h] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8 0c-.69 0-1.843.265-2.928.56-1.11.3-2.229.655-2.887.87a1.54 1.54 0 0 0-1.044 1.262c-.596 4.477.787 7.795 2.465 9.99a11.777 11.777 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7.159 7.159 0 0 0 1.048-.625 11.775 11.775 0 0 0 2.517-2.453c1.678-2.195 3.061-5.513 2.465-9.99a1.541 1.541 0 0 0-1.044-1.263 62.467 62.467 0 0 0-2.887-.87C9.843.266 8.69 0 8 0zm0 5a1.5 1.5 0 0 1 .5 2.915V10a.5.5 0 0 1-1 0V7.915A1.5 1.5 0 0 1 8 5z'/%3E%3C/svg%3E");
}

.bi-grid-fill-nav-menu[b-1zl22peb1h] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M1 2.5A1.5 1.5 0 0 1 2.5 1h3A1.5 1.5 0 0 1 7 2.5v3A1.5 1.5 0 0 1 5.5 7h-3A1.5 1.5 0 0 1 1 5.5v-3zm8 0A1.5 1.5 0 0 1 10.5 1h3A1.5 1.5 0 0 1 15 2.5v3A1.5 1.5 0 0 1 13.5 7h-3A1.5 1.5 0 0 1 9 5.5v-3zm-8 8A1.5 1.5 0 0 1 2.5 9h3A1.5 1.5 0 0 1 7 10.5v3A1.5 1.5 0 0 1 5.5 15h-3A1.5 1.5 0 0 1 1 13.5v-3zm8 0A1.5 1.5 0 0 1 10.5 9h3A1.5 1.5 0 0 1 15 10.5v3A1.5 1.5 0 0 1 13.5 15h-3A1.5 1.5 0 0 1 9 13.5v-3z'/%3E%3C/svg%3E");
}

.bi-box-arrow-left-nav-menu[b-1zl22peb1h] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M6 12.5a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5h-8a.5.5 0 0 0-.5.5v2a.5.5 0 0 1-1 0v-2A1.5 1.5 0 0 1 6.5 2h8A1.5 1.5 0 0 1 16 3.5v9a1.5 1.5 0 0 1-1.5 1.5h-8A1.5 1.5 0 0 1 5 12.5v-2a.5.5 0 0 1 1 0v2z'/%3E%3Cpath d='M.146 8.354a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L1.707 7.5H10.5a.5.5 0 0 1 0 1H1.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3z'/%3E%3C/svg%3E");
}

/* --- LOGOUT BUTTON --- */
.logout-btn[b-1zl22peb1h] {
    background-color: rgba(220, 53, 69, 0.1) !important;
    border: 1px solid rgba(220, 53, 69, 0.2) !important;
    color: #ff8080 !important;
    margin-top: 0.5rem;
}

    .logout-btn:hover[b-1zl22peb1h] {
        background-color: rgba(220, 53, 69, 0.8) !important;
        color: white !important;
    }

.logout-text[b-1zl22peb1h] {
    margin-left: 0.25rem;
}

/* --- MOBILE: stick top bar --- */
@media (max-width: 640px) {
    .top-row[b-1zl22peb1h] {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 200;
        background-color: #010621;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }
}

/* --- DESKTOP VIEW RESET --- */
@media (min-width: 641px) {
    .navbar-toggler-button[b-1zl22peb1h] {
        display: none;
    }

    .nav-scrollable[b-1zl22peb1h] {
        position: static;
        display: flex;
        transform: translateX(0) !important;
        width: 100%;
        height: calc(100vh - 3.5rem);
        background-image: none;
        background-color: transparent;
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: rgba(255, 255, 255, 0.1) transparent;
    }

    .nav-scrollable[b-1zl22peb1h]::-webkit-scrollbar {
        width: 3px;
    }

    .nav-scrollable[b-1zl22peb1h]::-webkit-scrollbar-track {
        background: transparent;
    }

    .nav-scrollable[b-1zl22peb1h]::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.1);
        border-radius: 10px;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-2a67dcek7s],
.components-reconnect-repeated-attempt-visible[b-2a67dcek7s],
.components-reconnect-failed-visible[b-2a67dcek7s],
.components-pause-visible[b-2a67dcek7s],
.components-resume-failed-visible[b-2a67dcek7s],
.components-rejoining-animation[b-2a67dcek7s] {
    display: none;
}

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


#components-reconnect-modal[b-2a67dcek7s] {
    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-2a67dcek7s 0.5s both;
    &[open]

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/AccessDenied.razor.rz.scp.css */
.access-denied-card[b-xwtv2m9iju] {
    max-width: 380px;
    width: 100%;
    animation: pageFadeIn-b-xwtv2m9iju 0.5s ease-out;
}

@keyframes pageFadeIn-b-xwtv2m9iju {
    from { opacity: 0; transform: translateY(12px); }
    to   { opacity: 1; transform: translateY(0); }
}

.lock-icon[b-xwtv2m9iju] {
    font-size: 2.8rem;
    color: rgba(255, 255, 255, 0.25);
}
/* /Components/Pages/CategoryChecker.razor.rz.scp.css */
/* --- PAGE ENTRANCE --- */
.container[b-p4yxrayxyy] {
    animation: pageFadeIn-b-p4yxrayxyy 0.6s ease-out;
}

@keyframes pageFadeIn-b-p4yxrayxyy {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* --- LOADING --- */
.spinner-border[b-p4yxrayxyy] {
    width: 3.5rem;
    height: 3.5rem;
    border-width: 0.25em;
    filter: drop-shadow(0 0 10px rgba(13, 110, 253, 0.5));
}

/* --- COLOR TOKENS --- */
.text-net-sales[b-p4yxrayxyy] { color: #00ff88; }
.text-warning[b-p4yxrayxyy]   { color: #ffc107; }
.text-danger[b-p4yxrayxyy]    { color: #ff4d4d; }


/* --- EXPAND CHEVRON --- */
.expand-chevron[b-p4yxrayxyy] {
    display: inline-block;
    margin-right: 4px;
    font-size: 1rem;
    line-height: 1;
    color: rgba(255, 255, 255, 0.35);
    transition: transform 0.2s ease;
    transform: rotate(0deg);
}

.expand-chevron.expanded[b-p4yxrayxyy] {
    transform: rotate(90deg);
}

/* --- SEARCH INPUT --- */
.search-input[b-p4yxrayxyy] {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 6px;
    color: rgba(255, 255, 255, 0.85);
    padding: 0.4rem 0.75rem;
    font-size: 0.85rem;
    outline: none;
    transition: border-color 0.2s ease;
}

.search-input:focus[b-p4yxrayxyy] {
    border-color: rgba(13, 110, 253, 0.5);
    background: rgba(255, 255, 255, 0.07);
}

.search-input[b-p4yxrayxyy]::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

/* --- CATEGORY LIST --- */
.category-list[b-p4yxrayxyy] {
    max-height: 480px;
    overflow-y: auto;
    padding-bottom: 0.5rem;
}

.hero-scroll[b-p4yxrayxyy]::-webkit-scrollbar {
    width: 3px;
}

.hero-scroll[b-p4yxrayxyy]::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.category-row[b-p4yxrayxyy] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.55rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    transition: background 0.15s ease;
}

.category-row:hover[b-p4yxrayxyy] {
    background: rgba(255, 255, 255, 0.03);
}

.category-info[b-p4yxrayxyy] {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1;
}

.site-name[b-p4yxrayxyy] {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.35);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 1px;
}

.category-path[b-p4yxrayxyy] {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.75);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
}

.category-path:hover[b-p4yxrayxyy] {
    color: rgba(255, 255, 255, 0.95);
    text-decoration: underline;
}

/* --- RESPONSIVE --- */
@media (max-width: 575px) {
    .hero-card h4[b-p4yxrayxyy] {
        font-size: 1.1rem;
    }

    .hero-card p[b-p4yxrayxyy] {
        font-size: 0.6rem;
    }

    .hero-card.p-3[b-p4yxrayxyy] {
        padding: 0.5rem !important;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.container[b-r7u43t25r5] {
    animation: fadeIn-b-r7u43t25r5 0.5s ease-out;
}

@keyframes fadeIn-b-r7u43t25r5 {
    from { opacity: 0; transform: translateY(5px); }
    to   { opacity: 1; transform: translateY(0); }
}
/* /Components/Pages/Login.razor.rz.scp.css */
.login-wrapper[b-vwi68ai84h] {
    /* Use the same SVH trick here to prevent jumping on mobile */
    height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Use your brand's deep navy */
    background: #010621;
    position: relative;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.7);
}

    /* Optional: Add one of your "Hero Orbs" for background depth */
    .login-wrapper[b-vwi68ai84h]::before {
        content: "";
        position: absolute;
        width: 300px;
        height: 300px;
        background: radial-gradient(circle, rgba(13, 110, 253, 0.15) 0%, transparent 70%);
        top: -50px;
        right: -50px;
        border-radius: 50%;
    }

.login-card[b-vwi68ai84h] {
    width: 90%; /* Better for mobile */
    max-width: 400px;
    padding: 2.5rem;
    /* Glassmorphism Effect */
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 25px 50px rgba(0,0,0,0.3);
    z-index: 1;
}

.form-control-lg[b-vwi68ai84h] {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: white !important;
    border-radius: 12px;
}

    .form-control-lg[b-vwi68ai84h]::placeholder {
        color: rgba(255, 255, 255, 0.3);
    }

    .form-control-lg:focus[b-vwi68ai84h] {
        background: rgba(255, 255, 255, 0.08) !important;
        border-color: #0d6efd !important;
        box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
    }

.icon-circle[b-vwi68ai84h] {
    background: linear-gradient(135deg, #0d6efd, #0b5ed7) !important;
    box-shadow: 0 0 20px rgba(13, 110, 253, 0.4);
}
/* /Components/Pages/Revenue/Revenue.razor.rz.scp.css */
.spinner-border[b-4w00wll6tg] {
    width: 3.5rem;
    height: 3.5rem;
    border-width: 0.25em;
    filter: drop-shadow(0 0 10px rgba(13, 110, 253, 0.5));
}
/* /Components/Pages/Revenue/RevenueAdmin.razor.rz.scp.css */
.container[b-b1gmdr4bed] {
    animation: pageFadeIn-b-b1gmdr4bed 0.6s ease-out;
}

@keyframes pageFadeIn-b-b1gmdr4bed {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}
/* /Components/Pages/Revenue/RevenueViewer.razor.rz.scp.css */
.container[b-0vrtx23prq] {
    animation: pageFadeIn-b-0vrtx23prq 0.6s ease-out;
}

@keyframes pageFadeIn-b-0vrtx23prq {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}
/* /Components/Pages/Security/Security.razor.rz.scp.css */
/* --- TERMINAL / BASH CONSOLE --- */
.vps-bash[b-bs3z1sgn0e] {
    background: #000 !important;
    box-shadow: inset 0 2px 15px rgba(0,0,0,0.7);
    line-height: 1.6;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-family: 'Fira Code', 'Courier New', monospace;
    min-height: 120px;
}

    .vps-bash .text-success[b-bs3z1sgn0e] {
        color: #00ff88 !important;
    }

    .vps-bash .text-info[b-bs3z1sgn0e] {
        color: #4facfe !important;
    }

/* --- PAGE ENTRANCE --- */
.container[b-bs3z1sgn0e] {
    animation: pageFadeIn-b-bs3z1sgn0e 0.6s ease-out;
}

@keyframes pageFadeIn-b-bs3z1sgn0e {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* --- LOADING STATE --- */
.spinner-border[b-bs3z1sgn0e] {
    width: 3.5rem;
    height: 3.5rem;
    border-width: 0.25em;
    filter: drop-shadow(0 0 10px rgba(13, 110, 253, 0.5));
}

/* --- LAYOUT FIXES --- */
@media (max-width: 991px) {
    .vps-bash[b-bs3z1sgn0e] {
        margin-top: 1rem;
    }
}

/* Override for info-panel if you are still using the old classes */
.info-panel[b-bs3z1sgn0e] {
    border-left: 4px solid #0d6efd;
    background: rgba(255, 255, 255, 0.02);
}
/* /Components/Pages/Security/SecurityCard.razor.rz.scp.css */
/* --- COMPONENT CONTAINER --- */
.security-main-card[b-21h2h98pba] {
    min-height: 400px;
}

/* --- GLASS BOX STATS --- */
.bg-white.bg-opacity-5[b-21h2h98pba] {
    background: rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(10px);
    transition: transform 0.2s ease, background 0.2s ease;
}

    .bg-white.bg-opacity-5:hover[b-21h2h98pba] {
        background: rgba(255, 255, 255, 0.08) !important;
        transform: translateY(-2px);
    }

/* --- SECURITY VERSION PILL --- */
.security-glass-pill[b-21h2h98pba] {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 6px 14px;
    border-radius: 50px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.75rem;
    font-weight: 800;
}

/* --- PROGRESS & INTEGRITY --- */
.custom-progress[b-21h2h98pba] {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border-radius: 50px;
    overflow: visible; /* Allows the glow to expand outside the bar */
}

.progress-bar[b-21h2h98pba] {
    border-radius: 50px;
    position: relative;
    transition: width 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* --- STATUS PULSE --- */
.pulse-dot[b-21h2h98pba] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    animation: securityPulse-b-21h2h98pba 2s infinite;
}

@keyframes securityPulse-b-21h2h98pba {
    0% {
        transform: scale(0.9);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.4);
        opacity: 1;
    }

    100% {
        transform: scale(0.9);
        opacity: 0.5;
    }
}
/* /Components/Pages/Suppliers/Supplier.razor.rz.scp.css */
/* Main page entrance animation */
.fade-in[b-er9hxrxzgg] {
    animation: fadeInPage 0.6s ease-out forwards;
}

/* Specific tweaks for the Supplier Dashboard title if needed */
h3 i[b-er9hxrxzgg] {
    text-shadow: 0 2px 4px rgba(13, 110, 253, 0.2);
}

/* Ensure the cards have equal height in the row */
.row > div[b-er9hxrxzgg] {
    display: flex;
    flex-direction: column;
}

/* Loading State Styles */
.spinner-border[b-er9hxrxzgg] {
    width: 3rem;
    height: 3rem;
}

/* Page Entrance Animation for the entire container */
.container[b-er9hxrxzgg] {
    animation: fadeIn-b-er9hxrxzgg 0.5s ease-out;
    padding-left: 0rem !important;
    padding-right: 0rem !important;
}

@keyframes fadeIn-b-er9hxrxzgg {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive adjustments for the page shell */
@media (max-width: 768px) {
    .container[b-er9hxrxzgg] {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
/* /Components/Pages/Trello/Trello.razor.rz.scp.css */
.spinner-border[b-ihsu987l42] {
    width: 3.5rem;
    height: 3.5rem;
    border-width: 0.25em;
    filter: drop-shadow(0 0 8px rgba(79, 172, 254, 0.5));
}
/* /Components/Pages/Trello/TrelloAdmin.razor.rz.scp.css */
.container-fluid[b-zsxp4nrt27] { animation: pageFadeIn-b-zsxp4nrt27 0.6s ease-out; }

@keyframes pageFadeIn-b-zsxp4nrt27 {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}
/* /Components/Pages/Trello/TrelloViewer.razor.rz.scp.css */
.container-fluid[b-wvqppcm228] { animation: pageFadeIn-b-wvqppcm228 0.6s ease-out; }

@keyframes pageFadeIn-b-wvqppcm228 {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}
/* /Components/Shared/CatalogInventory.razor.rz.scp.css */
/* --- SEARCH BAR FIX --- */
.search-wrapper[b-kw8fzu7pia] {
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.search-container[b-kw8fzu7pia] {
    position: relative;
}

.search-icon[b-kw8fzu7pia] {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.8rem;
}

.search-control[b-kw8fzu7pia] {
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    padding: 5px 10px 5px 32px;
    color: white;
    font-size: 0.75rem;
}

/* --- ROW STYLING (MATCHING YOUR CONFIG) --- */
.config-row[b-kw8fzu7pia] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.2s ease;
}

.row-active[b-kw8fzu7pia] {
    background: rgba(13, 110, 253, 0.08);
    box-shadow: inset 4px 0 0 #0d6efd;
}

/* --- SCROLLING --- */
.hero-scroll[b-kw8fzu7pia] {
    max-height: 60vh;
    overflow-y: auto;
}

/* --- UTILS --- */
.extra-small[b-kw8fzu7pia] {
    font-size: 0.65rem;
}

.tiny-label[b-kw8fzu7pia] {
    font-size: 0.6rem;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.faulty-scroll-box[b-kw8fzu7pia] {
    max-height: 120px;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.2);
    padding: 10px;
    border-radius: 6px;
}

.transition-icon[b-kw8fzu7pia] {
    transition: transform 0.3s ease;
}

.rotate-90[b-kw8fzu7pia] {
    transform: rotate(90deg);
}

.rotate-180[b-kw8fzu7pia] {
    transform: rotate(-180deg);
}

.hero-scroll[b-kw8fzu7pia]::-webkit-scrollbar {
    width: 3px;
}

.hero-scroll[b-kw8fzu7pia]::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}


/* --- FLEX LAYOUT FIXES --- */
.col-sku[b-kw8fzu7pia] {
    flex: 0 0 160px; /* Fixed width for SKU to keep alignment */
    display: flex;
    align-items: center;
}

.col-title[b-kw8fzu7pia] {
    flex: 1; /* Takes all available middle space */
    padding: 0 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    min-width: 0; /* Critical for text-truncate */
}

.col-price[b-kw8fzu7pia] {
    flex: 0 0 100px;
    text-align: right;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 15px;
}

/* --- THE BREAKPOINT FIX (~1000px) --- */
@media (max-width: 1100px) {
    .col-sku[b-kw8fzu7pia] {
        flex: 1; /* On smaller screens, SKU and Price share the row */
    }

    .col-price[b-kw8fzu7pia] {
        border-left: none;
    }
    /* col-title is hidden via d-none d-xl-flex in the HTML */
}
.config-row[b-kw8fzu7pia] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: background 0.2s ease;
}

.row-active[b-kw8fzu7pia] {
    background: rgba(13, 110, 253, 0.08);
    box-shadow: inset 4px 0 0 #0d6efd;
}

/* --- SEARCH BAR --- */
.search-wrapper[b-kw8fzu7pia] {
    padding: 12px 20px;
    background: rgba(0, 0, 0, 0.15);
}

.search-control[b-kw8fzu7pia] {
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 6px 12px 6px 35px;
    color: white;
    font-size: 0.8rem;
}

.search-icon[b-kw8fzu7pia] {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.3);
}

.hero-scroll[b-kw8fzu7pia] {
    max-height: 65vh;
    overflow-y: auto;
}

.extra-small[b-kw8fzu7pia] {
    font-size: 0.65rem;
}

.tiny-label[b-kw8fzu7pia] {
    font-size: 0.6rem;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Custom sizing for a smaller, cleaner SKU */
.extra-tiny[b-kw8fzu7pia] {
    font-size: 0.6rem; /* Shrunken for a technical look */
}

.ls-sm[b-kw8fzu7pia] {
    letter-spacing: 0.5px; /* Adds breathing room since the font is smaller */
}

.col-sku[b-kw8fzu7pia] {
    flex: 0 0 120px; /* Tightened the container now that the text is smaller */
    display: flex;
    align-items: center;
}

/* Ensure the title and price stay aligned with the new SKU size */
.col-title[b-kw8fzu7pia], .col-price[b-kw8fzu7pia] {
    height: 100%;
    display: flex;
    align-items: center;
}

/* Styling for Tags */
.security-glass-pill[b-kw8fzu7pia] {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1px 6px;
    border-radius: 4px;
    font-size: 0.55rem;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
    text-transform: uppercase;
}

/* Ensure data lines up nicely in columns */
.expanded-content label[b-kw8fzu7pia] {
    margin-bottom: 2px;
}

.extra-tiny[b-kw8fzu7pia] {
    font-size: 0.6rem;
}

/* Muted version for meta data like Version */
.text-white-25[b-kw8fzu7pia] {
    color: rgba(255, 255, 255, 0.25);
}
/* /Components/Shared/DownloadPortal.razor.rz.scp.css */
.compact-portal[b-e4b2zj7pv5] {
    display: inline-block;
}

.btn-compact-glass[b-e4b2zj7pv5] {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 8px 16px;
    border-radius: 12px;
    font-size: 0.85rem;
    font-weight: 600;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    white-space: nowrap;
    height: 40px; /* Force same height as Upload button */
}

    .btn-compact-glass:hover:not(:disabled)[b-e4b2zj7pv5] {
        background: rgba(79, 172, 254, 0.2);
        border-color: #4facfe;
        color: #4facfe;
        transform: translateY(-2px);
    }

    .btn-compact-glass:disabled[b-e4b2zj7pv5] {
        opacity: 0.5;
        cursor: not-allowed;
    }
/* /Components/Shared/FileCard.razor.rz.scp.css */
/* Container styling */
.file-card-container[b-wqa9fj7ywh] {
    border: 1px solid #dee2e6;
    transition: transform 0.2s ease-in-out;
}

    .file-card-container:hover[b-wqa9fj7ywh] {
        border-color: #0d6efd;
    }

.card-header[b-wqa9fj7ywh] {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

/* The actual text viewer */
.file-viewer[b-wqa9fj7ywh] {
    margin: 0;
    padding: 1.25rem;
    max-height: 450px;
    overflow-y: auto;
    overflow-x: auto;
    /* Monospace font stack for code/logs */
    font-family: 'Cascadia Code', 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 0.875rem;
    line-height: 1.5;
    /* Dark Theme */
    background-color: #1e1e1e;
    color: #dcdcdc;
    /* Text wrapping */
    white-space: pre-wrap;
    word-break: break-all;
}

    /* Custom Scrollbar for a "VS Code" look */
    .file-viewer[b-wqa9fj7ywh]::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    .file-viewer[b-wqa9fj7ywh]::-webkit-scrollbar-track {
        background: #252526;
    }

    .file-viewer[b-wqa9fj7ywh]::-webkit-scrollbar-thumb {
        background: #424242;
        border: 2px solid #252526;
        border-radius: 5px;
    }

        .file-viewer[b-wqa9fj7ywh]::-webkit-scrollbar-thumb:hover {
            background: #4f4f4f;
        }

/* Subtle border for the header text */
.bi-file-earmark-text[b-wqa9fj7ywh] {
    color: #0d6efd;
}
/* /Components/Shared/LogReport.razor.rz.scp.css */
/* --- ROW STYLING (MATCHING YOUR CONFIG) --- */
.config-row[b-e44kruptwd] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.2s ease;
}

.row-active[b-e44kruptwd] {
    background: rgba(13, 110, 253, 0.08);
    box-shadow: inset 4px 0 0 #0d6efd;
}

/* --- SCROLLING --- */
.hero-scroll[b-e44kruptwd] {
    max-height: 60vh;
    overflow-y: auto;
}

/* --- UTILS --- */
.extra-small[b-e44kruptwd] {
    font-size: 0.65rem;
}

.tiny-label[b-e44kruptwd] {
    font-size: 0.6rem;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.faulty-scroll-box[b-e44kruptwd] {
    max-height: 120px;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.2);
    padding: 10px;
    border-radius: 6px;
}

.transition-icon[b-e44kruptwd] {
    transition: transform 0.3s ease;
}

.rotate-90[b-e44kruptwd] {
    transform: rotate(90deg);
}

.rotate-180[b-e44kruptwd] {
    transform: rotate(-180deg);
}

.hero-scroll[b-e44kruptwd]::-webkit-scrollbar {
    width: 3px;
}

.hero-scroll[b-e44kruptwd]::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}


/* --- FLEX LAYOUT FIXES --- */
.col-sku[b-e44kruptwd] {
    flex: 0 0 160px; /* Fixed width for SKU to keep alignment */
    display: flex;
    align-items: center;
}

.col-title[b-e44kruptwd] {
    flex: 1; /* Takes all available middle space */
    padding: 0 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    min-width: 0; /* Critical for text-truncate */
}

.col-price[b-e44kruptwd] {
    flex: 0 0 100px;
    text-align: right;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 15px;
}

/* --- THE BREAKPOINT FIX (~1000px) --- */
@media (max-width: 1100px) {
    .col-sku[b-e44kruptwd] {
        flex: 1; /* On smaller screens, SKU and Price share the row */
    }

    .col-price[b-e44kruptwd] {
        border-left: none;
    }
    /* col-title is hidden via d-none d-xl-flex in the HTML */
}
.config-row[b-e44kruptwd] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: background 0.2s ease;
}

.row-active[b-e44kruptwd] {
    background: rgba(13, 110, 253, 0.08);
    box-shadow: inset 4px 0 0 #0d6efd;
}

.hero-scroll[b-e44kruptwd] {
    max-height: 65vh;
    overflow-y: auto;
}

.extra-small[b-e44kruptwd] {
    font-size: 0.65rem;
}

.tiny-label[b-e44kruptwd] {
    font-size: 0.6rem;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Custom sizing for a smaller, cleaner SKU */
.extra-tiny[b-e44kruptwd] {
    font-size: 0.6rem; /* Shrunken for a technical look */
}

.ls-sm[b-e44kruptwd] {
    letter-spacing: 0.5px; /* Adds breathing room since the font is smaller */
}

.col-sku[b-e44kruptwd] {
    flex: 0 0 120px; /* Tightened the container now that the text is smaller */
    display: flex;
    align-items: center;
}

/* Ensure the title and price stay aligned with the new SKU size */
.col-title[b-e44kruptwd], .col-price[b-e44kruptwd] {
    height: 100%;
    display: flex;
    align-items: center;
}

/* Styling for Tags */
.security-glass-pill[b-e44kruptwd] {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1px 6px;
    border-radius: 4px;
    font-size: 0.55rem;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
    text-transform: uppercase;
}

/* Ensure data lines up nicely in columns */
.expanded-content label[b-e44kruptwd] {
    margin-bottom: 2px;
}

.extra-tiny[b-e44kruptwd] {
    font-size: 0.6rem;
}

/* Muted version for meta data like Version */
.text-white-25[b-e44kruptwd] {
    color: rgba(255, 255, 255, 0.25);
}

.col-sku[b-e44kruptwd] {
    flex: 0 0 160px; /* Increased from 120px to fit ErrorType names */
    display: flex;
    align-items: center;
}
/* /Components/Shared/OverviewCard.razor.rz.scp.css */
/* --- BADGES & STATUS --- */
.stats-badge-container[b-kp4cjlhaxu] {
    cursor: pointer;
}
    
.stats-badge.status-offline[b-kp4cjlhaxu] {
    color: #ff6b6b;
    border-color: rgba(255, 107, 107, 0.3);
}

.stats-badge-container:hover .stats-badge[b-kp4cjlhaxu] {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-1px);
}

/* --- PULSE SYSTEM --- */
.pulse-dot[b-kp4cjlhaxu] {
    width: 7px;
    height: 7px;
    background: currentColor; /* Matches text color automatically */
    border-radius: 50%;
    animation: simplePulse-b-kp4cjlhaxu 2s infinite;
}

@keyframes simplePulse-b-kp4cjlhaxu {
    0% {
        transform: scale(0.9);
        opacity: 0.6;
        box-shadow: 0 0 0 0 currentColor;
    }

    50% {
        transform: scale(1.2);
        opacity: 1;
        box-shadow: 0 0 8px currentColor;
    }

    100% {
        transform: scale(0.9);
        opacity: 0.6;
        box-shadow: 0 0 0 0 currentColor;
    }
}

/* --- TEXT STYLES --- */

/* .counter-text moved to wwwroot/app.css to be shared across pages/components */

.hero-icon-bg[b-kp4cjlhaxu] {
    position: absolute;
    right: 5%;
    bottom: -10px;
    font-size: 10rem;
    color: rgba(255, 255, 255, 0.03);
    z-index: 1;
    pointer-events: none;
}

/* Supplier Mini Cards Below */
.supplier-link[b-kp4cjlhaxu] {
    display: block;
    transition: transform 0.2s ease;
}

.supplier-link:hover[b-kp4cjlhaxu] {
    transform: translateY(-5px);
}
/* /Components/Shared/ServiceConfigTable.razor.rz.scp.css */
/* Ensure the dot is actually a circle */
.pulse-dot[b-0e7impsr4e] {
    width: 8px;
    height: 8px;
    border-radius: 50% !important; /* Forces circle */
    display: inline-block;
}

.config-row[b-0e7impsr4e] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.2s ease;
}

.row-active[b-0e7impsr4e] {
    background: rgba(13, 110, 253, 0.08);
    box-shadow: inset 4px 0 0 #0d6efd; /* Blue indicator on the left */
}

.extra-small[b-0e7impsr4e] {
    font-size: 0.65rem;
}

.tiny-label[b-0e7impsr4e] {
    font-size: 0.6rem;
    font-weight: 900;
    letter-spacing: 1px;
}

.text-truncate[b-0e7impsr4e] {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* Scrollable box for faults so the card doesn't get infinitely long */
.faulty-scroll-box[b-0e7impsr4e] {
    max-height: 120px;
    overflow-y: auto;
    padding-right: 5px;
}

    .faulty-scroll-box[b-0e7impsr4e]::-webkit-scrollbar {
        width: 3px;
    }

    .faulty-scroll-box[b-0e7impsr4e]::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.1);
        border-radius: 10px;
    }

.transition-icon[b-0e7impsr4e] {
    transition: transform 0.3s ease;
    font-size: 0.7rem;
}

.rotate-90[b-0e7impsr4e] {
    transform: rotate(90deg);
}

.security-glass-pill[b-0e7impsr4e] {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.6rem;
    color: #fff;
    white-space: nowrap;
}
/* /Components/Shared/SupplierFileTable.razor.rz.scp.css */
/* Scroll Container */
.hero-scroll[b-mbis25g1ww] {
    max-height: 65vh;
    overflow-y: auto;
    background: transparent !important;
}

/* Individual Items */
[b-mbis25g1ww] .hero-item {
    padding: 14px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    transition: background 0.2s ease;
}

    [b-mbis25g1ww] .hero-item:hover {
        background-color: rgba(255, 255, 255, 0.07);
        color: #ffffff;
    }

[b-mbis25g1ww] .item-arrow {
    color: rgba(255, 255, 255, 0.3);
}

/* Scrollbar - Dark Mode Style */
.hero-scroll[b-mbis25g1ww]::-webkit-scrollbar {
    width: 4px;
}

.hero-scroll[b-mbis25g1ww]::-webkit-scrollbar-track {
    background: transparent;
}

.hero-scroll[b-mbis25g1ww]::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
}
/* /Components/Shared/UploadPortal.razor.rz.scp.css */
.compact-portal[b-u8g18hbq7b] {
    position: relative;
    display: inline-block;
}

.btn-compact-glass[b-u8g18hbq7b] {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 8px 16px;
    border-radius: 12px;
    font-size: 0.85rem;
    font-weight: 600;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    cursor: pointer;
    white-space: nowrap;
}

    .btn-compact-glass:hover[b-u8g18hbq7b] {
        background: rgba(255, 255, 255, 0.12);
        border-color: rgba(79, 172, 254, 0.5);
        transform: translateY(-2px);
    }

    .btn-compact-glass.action-ready[b-u8g18hbq7b] {
        border-color: #4facfe;
        background: rgba(79, 172, 254, 0.1);
        box-shadow: 0 0 15px rgba(79, 172, 254, 0.2);
    }

    .btn-compact-glass.success[b-u8g18hbq7b] {
        background: rgba(40, 167, 69, 0.2);
        border-color: #28a745;
        color: #28a745;
    }

/* Error Tooltip positioned below the button */
.mini-error-tooltip[b-u8g18hbq7b] {
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    background: #dc3545;
    color: white;
    font-size: 10px;
    padding: 2px 8px;
    border-radius: 4px;
    white-space: nowrap;
    z-index: 10;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}
