@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.ewdlgswx1m.bundle.scp.css';

/* _content/EPIC.DASHBOARD/Components/Layout/MainLayout.razor.rz.scp.css */
/*.app-layout {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.app-header {
    height: 56px;
    flex-shrink: 0;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 0 1rem;
}

.header-actions {
    display: flex;
    gap: 0.75rem;
}

.app-main {
    display: flex;
    flex: 1;
    overflow: hidden;
}

.app-sidebar {
    background: var(--neutral-layer-2);
    overflow-y: auto;
}

.app-content {
    flex: 1;
    padding: 1rem;
    overflow-y: auto;
    background: var(--neutral-layer-1);
}

.app-footer {
    height: 36px;
    font-size: 0.85rem;
    color: var(--neutral-foreground-hint);
    display: flex;
    align-items: center;
    justify-content: center;
}
*/
