/* _content/Lebone-AssetManager/Shared/MainLayout.razor.rz.scp.css */
.theme-shell[b-lw4v7uufvn] {
    min-height: 100vh;
    display: flex;
    background: var(--falcon-gray-100);
}

.theme-sidebar[b-lw4v7uufvn] {
    width: 280px;
    border-right: 1px solid var(--falcon-gray-300);
    background: var(--falcon-white);
    display: flex;
    flex-direction: column;
}

.theme-brand[b-lw4v7uufvn] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    border-bottom: 1px solid var(--falcon-gray-300);
}

.theme-logo[b-lw4v7uufvn] {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.theme-main[b-lw4v7uufvn] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.theme-topbar[b-lw4v7uufvn] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.9rem 1.2rem;
    background: var(--falcon-white);
    border-bottom: 1px solid var(--falcon-gray-300);
}

.theme-topbar-title[b-lw4v7uufvn] {
    font-weight: 600;
    color: var(--falcon-emphasis-color);
}

.theme-content[b-lw4v7uufvn] {
    padding: 1.25rem;
}

@media (max-width: 900px) {
    .theme-shell[b-lw4v7uufvn] {
        flex-direction: column;
    }

    .theme-sidebar[b-lw4v7uufvn] {
        width: 100%;
    }
}
/* _content/Lebone-AssetManager/Shared/NavMenu.razor.rz.scp.css */
.navbar-brand .brand-logo[b-yjbz230wnz] {
    display: block;
    width: 170px;
    max-width: 100%;
    height: auto;
}
