/* /Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-htjoasfvvu] {
    display: flex;
    height: 100vh;
    overflow: hidden;
}

.sidebar[b-htjoasfvvu] {
    width: var(--sidebar-width);
    background: var(--bg-secondary);
    border-right: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.sidebar-brand[b-htjoasfvvu] {
    height: var(--header-height);
    display: flex;
    align-items: center;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 700;
    color: var(--accent);
    border-bottom: 1px solid var(--border);
}

.main-area[b-htjoasfvvu] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.top-header[b-htjoasfvvu] {
    height: var(--header-height);
    display: flex;
    align-items: center;
    padding: 0 24px;
    border-bottom: 1px solid var(--border);
    background: var(--bg-secondary);
    flex-shrink: 0;
}

.header-title[b-htjoasfvvu] {
    font-size: 16px;
    font-weight: 600;
}

.content-body[b-htjoasfvvu] {
    flex: 1;
    overflow-y: auto;
    padding: 24px;
}
