/* _content/GROWTHPANEL/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-3cgol24qn9] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-3cgol24qn9] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.shell[b-3cgol24qn9] {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 260px 1fr;
    background: #f6f7f9;
    color: #1f2933;
}

.sidebar[b-3cgol24qn9] {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.25rem;
    background: #111827;
    color: #f9fafb;
}

.brand[b-3cgol24qn9] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 700;
}

.brand-mark[b-3cgol24qn9] {
    width: 2.25rem;
    height: 2.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.4rem;
    background: #14b8a6;
    color: #06211e;
}

.nav-stack[b-3cgol24qn9] {
    display: grid;
    gap: 0.25rem;
}

.nav-stack[b-3cgol24qn9]  a,
.account-box a[b-3cgol24qn9],
.account-box button[b-3cgol24qn9] {
    color: #d1d5db;
    text-decoration: none;
    border: 0;
    background: transparent;
    text-align: left;
    padding: 0.65rem 0.75rem;
    border-radius: 0.35rem;
    font: inherit;
    cursor: pointer;
}

.nav-stack[b-3cgol24qn9]  a.active,
.nav-stack[b-3cgol24qn9]  a:hover,
.account-box a:hover[b-3cgol24qn9],
.account-box button:hover[b-3cgol24qn9] {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.09);
}

.account-box[b-3cgol24qn9] {
    margin-top: auto;
    display: grid;
    gap: 0.25rem;
}

.content[b-3cgol24qn9] {
    min-width: 0;
    padding: 2rem;
}

@media (max-width: 900px) {
    .shell[b-3cgol24qn9] {
        grid-template-columns: 1fr;
    }

    .sidebar[b-3cgol24qn9] {
        position: static;
        height: auto;
    }

    .nav-stack[b-3cgol24qn9] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .content[b-3cgol24qn9] {
        padding: 1rem;
    }
}
