/* _content/DesignBioDisplay/Components/Layout/LoginLayout.razor.rz.scp.css */
.login-shell[b-lq2b1yoev7] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background:
        radial-gradient(circle at 15% 20%, rgba(44, 123, 229, 0.2), transparent 45%),
        radial-gradient(circle at 85% 80%, rgba(31, 70, 145, 0.18), transparent 40%),
        #eef2f7;
}
/* _content/DesignBioDisplay/Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-4d3y4a6aee] {
    min-height: 100vh;
    background: var(--falcon-body-bg, #f9fafd);
    position: relative;
}

.app-sidebar[b-4d3y4a6aee] {
    width: 280px;
    min-height: 100vh;
    position: sticky;
    top: 0;
    z-index: 1040;
    transition: transform 0.24s ease;
}

.topbar[b-4d3y4a6aee] {
    box-shadow: 0 0.125rem 0.25rem rgba(15, 23, 42, 0.06);
    min-height: 64px;
}

.brand-logo[b-4d3y4a6aee] {
    width: 200px;
    height: auto;
    max-height: 62px;
    object-fit: contain;
}

.content-area[b-4d3y4a6aee] {
    max-width: 1600px;
}

.burger-btn[b-4d3y4a6aee] {
    display: none;
}

.burger-icon[b-4d3y4a6aee] {
    width: 16px;
    height: 2px;
    background: #344050;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.burger-icon[b-4d3y4a6aee]::before,
.burger-icon[b-4d3y4a6aee]::after {
    content: "";
    position: absolute;
    left: 0;
    width: 16px;
    height: 2px;
    background: #344050;
}

.burger-icon[b-4d3y4a6aee]::before {
    top: -5px;
}

.burger-icon[b-4d3y4a6aee]::after {
    top: 5px;
}

.sidebar-overlay[b-4d3y4a6aee] {
    display: none;
}

@media (max-width: 991.98px) {
    .app-sidebar[b-4d3y4a6aee] {
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        width: 280px;
        transform: translateX(-100%);
        box-shadow: 0 10px 30px rgba(15, 23, 42, 0.18);
    }

    .app-sidebar.mobile-open[b-4d3y4a6aee] {
        transform: translateX(0);
    }

    .sidebar-overlay[b-4d3y4a6aee] {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(16, 24, 40, 0.38);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.2s ease;
        z-index: 1030;
    }

    .sidebar-overlay.show[b-4d3y4a6aee] {
        opacity: 1;
        pointer-events: auto;
    }

    .burger-btn[b-4d3y4a6aee] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .topbar-actions[b-4d3y4a6aee] {
        gap: 0.65rem !important;
    }

    .topbar-actions a.text-700[b-4d3y4a6aee] {
        font-size: 0.92rem;
    }

    .topbar[b-4d3y4a6aee] {
        min-height: 58px;
    }

    .app-main[b-4d3y4a6aee] {
        width: 100%;
    }

    .content-area[b-4d3y4a6aee] {
        max-width: 100%;
    }
}
/* _content/DesignBioDisplay/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-vertical-content[b-n7ea7v54p5] {
    max-height: calc(100vh - 90px);
    overflow-y: auto;
}

.navlink-header[b-n7ea7v54p5] {
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    color: #748194;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    padding: 0 0.8rem;
    text-transform: uppercase;
}

.navlink-item[b-n7ea7v54p5] {
    border-radius: 0.5rem !important;
    margin-bottom: 0.2rem;
    color: #5e6e82 !important;
    font-weight: 500;
}

.navlink-item.active[b-n7ea7v54p5] {
    background: rgba(44, 123, 229, 0.12) !important;
    color: #2c7be5 !important;
}
/* _content/DesignBioDisplay/Components/Layout/WarehouseLayout.razor.rz.scp.css */
.warehouse-layout[b-uv9nnetxc9] {
    min-height: 100vh;
    background: #f2f3f5;
}

.warehouse-topbar[b-uv9nnetxc9] {
    min-height: 70px;
    background: #1f4691;
    border-bottom: 1px solid #15366f;
}

.warehouse-topbar-inner[b-uv9nnetxc9] {
    display: flex;
    align-items: center;
    min-height: 70px;
}

.warehouse-container[b-uv9nnetxc9] {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 16px;
}

.warehouse-brand[b-uv9nnetxc9] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.warehouse-brand-logo[b-uv9nnetxc9] {
    width: 210px;
    height: auto;
    max-height: 52px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.warehouse-content[b-uv9nnetxc9] {
    padding: 0 0 24px;
}
