/* _content/JansApp.InstagramGrowth.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-s2v4xznrd9] {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 17rem 1fr;
    background: var(--surface-muted);
    color: var(--text);
}

.sidebar[b-s2v4xznrd9] {
    position: sticky;
    top: 0;
    height: 100vh;
    background: var(--surface);
    border-right: 1px solid var(--border);
}

.main-content[b-s2v4xznrd9] {
    min-width: 0;
}

.top-row[b-s2v4xznrd9] {
    min-height: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
    padding: 0 1.5rem;
    background: color-mix(in srgb, var(--surface) 92%, transparent);
    border-bottom: 1px solid var(--border);
    color: var(--muted-text);
    font-size: 0.9rem;
}

article[b-s2v4xznrd9] {
    padding: 1.5rem;
}

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

#blazor-error-ui .dismiss[b-s2v4xznrd9] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 780px) {
    .app-shell[b-s2v4xznrd9] {
        display: block;
        padding-bottom: 4.5rem;
    }

    .sidebar[b-s2v4xznrd9] {
        position: fixed;
        inset: auto 0 0 0;
        z-index: 20;
        height: auto;
        border-right: 0;
        border-top: 1px solid var(--border);
    }

    .top-row[b-s2v4xznrd9] {
        justify-content: space-between;
        padding: 0 1rem;
        overflow-x: auto;
        gap: 0.75rem;
        white-space: nowrap;
        font-size: 0.82rem;
    }

    article[b-s2v4xznrd9] {
        padding: 1.25rem 1rem 1rem;
    }
}
/* _content/JansApp.InstagramGrowth.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.brand-bar[b-xfexwhj273] {
    padding: 1.25rem 1rem;
    border-bottom: 1px solid var(--border);
}

.brand[b-xfexwhj273] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--text);
    font-weight: 700;
    text-decoration: none;
}

.brand-mark[b-xfexwhj273] {
    width: 2.25rem;
    height: 2.25rem;
    display: inline-grid;
    place-items: center;
    border-radius: 8px;
    background: var(--primary);
    color: white;
}

.navbar-toggler[b-xfexwhj273] {
    display: none;
}

.nav-scrollable[b-xfexwhj273] {
    padding: 1rem;
}

.nav[b-xfexwhj273] {
    gap: 0.25rem;
}

.nav-link[b-xfexwhj273] {
    min-height: 2.75rem;
    display: flex;
    align-items: center;
    border-radius: 8px;
    color: var(--muted-text);
    text-decoration: none;
    padding: 0 0.875rem;
    border: 0;
    background: transparent;
    width: 100%;
}

.nav-link:hover[b-xfexwhj273],
.nav-link.active[b-xfexwhj273] {
    color: var(--text);
    background: var(--surface-accent);
}

.nav-link.cta[b-xfexwhj273] {
    margin-top: 0.75rem;
    justify-content: center;
    background: var(--primary);
    color: white;
    font-weight: 700;
}

.nav-link.logout[b-xfexwhj273] {
    text-align: left;
}

@media (max-width: 780px) {
    .brand-bar[b-xfexwhj273],
    .navbar-toggler[b-xfexwhj273] {
        display: none;
    }

    .nav-scrollable[b-xfexwhj273] {
        padding: 0.4rem 0.5rem;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .nav[b-xfexwhj273] {
        display: flex;
        gap: 0.25rem;
        min-width: max-content;
    }

    .nav-scrollable[b-xfexwhj273]::-webkit-scrollbar {
        display: none;
    }

    .nav-link[b-xfexwhj273] {
        flex: 0 0 auto;
        min-height: 3.25rem;
        justify-content: center;
        padding: 0.25rem 0.65rem;
        font-size: 0.82rem;
        text-align: center;
        white-space: nowrap;
    }
}
