/* _content/PCH.App/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-4kj00zc534] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
}

main[b-4kj00zc534] {
    flex: 1;
    background-color: #16161c;
    min-width: 0;
}

.sidebar[b-4kj00zc534] {
    background-color: #1f1f27;
    border-right: 1px solid #3e3e4e;
}

article.content[b-4kj00zc534] {
    padding-top: 1.75rem;
    padding-bottom: 3rem;
    max-width: 1200px;
}

@media (min-width: 641px) {
    .page[b-4kj00zc534] {
        flex-direction: row;
    }

    .sidebar[b-4kj00zc534] {
        width: 230px;
        height: 100vh;
        position: sticky;
        top: 0;
        flex-shrink: 0;
    }

    article[b-4kj00zc534], article.content[b-4kj00zc534] {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

#blazor-error-ui[b-4kj00zc534] {
    background: #1f1f27;
    border-top: 1px solid rgba(248, 113, 113, 0.35);
    bottom: 0;
    color: #fca5a5;
    display: none;
    left: 0;
    padding: 0.6rem 1.5rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    font-size: 0.875rem;
}

#blazor-error-ui .dismiss[b-4kj00zc534] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
    color: #71717a;
}

#blazor-error-ui .reload[b-4kj00zc534] {
    color: #34d399;
    margin-left: 0.5rem;
}
/* _content/PCH.App/Components/Layout/NavMenu.razor.rz.scp.css */
.pch-brand[b-vqfa0ozvn1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.1rem 1rem;
    border-bottom: 1px solid #3e3e4e;
}

.brand-link[b-vqfa0ozvn1] {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    text-decoration: none;
    color: inherit;
}
.brand-link:hover[b-vqfa0ozvn1] { color: inherit; text-decoration: none; }

.brand-mark-wrap[b-vqfa0ozvn1] {
    position: relative;
    display: inline-flex;
    flex-shrink: 0;
}

.brand-mark[b-vqfa0ozvn1] {
    width: 32px;
    height: 32px;
    background-color: #10b981;
    color: #0a0a0a;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
    font-family: 'Outfit', sans-serif;
}

.secret-btn[b-vqfa0ozvn1] {
    position: absolute;
    inset: 0;
    background: transparent;
    border: none;
    opacity: 0;
    cursor: pointer;
    padding: 0;
}

.brand-name[b-vqfa0ozvn1] {
    font-weight: 600;
    font-size: 0.875rem;
    color: #fafafa;
    line-height: 1.2;
}

.brand-sub[b-vqfa0ozvn1] {
    font-size: 0.68rem;
    color: #71717a;
    line-height: 1.2;
    margin-top: 0.1rem;
}

.nav-toggle[b-vqfa0ozvn1] {
    display: none;
    background: none;
    border: none;
    color: #71717a;
    padding: 0.35rem;
    border-radius: 4px;
    cursor: pointer;
    transition: color 0.15s ease, background-color 0.15s ease;
    align-items: center;
    justify-content: center;
}
.nav-toggle:hover[b-vqfa0ozvn1] {
    color: #fafafa;
    background-color: rgba(255,255,255,0.07);
}

.pch-nav[b-vqfa0ozvn1] {
    display: flex;
    flex-direction: column;
    padding: 0.75rem 0.6rem;
    gap: 0.1rem;
}

.pch-nav[b-vqfa0ozvn1]  .nav-link {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
    color: #71717a;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    transition: color 0.15s ease, background-color 0.15s ease;
    border: none;
    background: none;
    width: 100%;
    cursor: pointer;
}
.pch-nav[b-vqfa0ozvn1]  .nav-link:hover {
    color: #fafafa;
    background-color: rgba(255,255,255,0.07);
}
.pch-nav[b-vqfa0ozvn1]  .nav-link.active {
    color: #10b981;
    background-color: rgba(16, 185, 129, 0.1);
}

.pch-nav[b-vqfa0ozvn1]  .nav-icon {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
}

.nav-divider[b-vqfa0ozvn1] {
    height: 1px;
    background: #3e3e4e;
    margin: 0.5rem 0.75rem;
}

/* ── Mobile ──────────────────────────────────────────────────────── */
@media (max-width: 640px) {
    .nav-toggle[b-vqfa0ozvn1] { display: flex; }
}

/* ── Desktop ─────────────────────────────────────────────────────── */
@media (min-width: 641px) {
    .nav-toggle[b-vqfa0ozvn1] { display: none; }
    .nav-scrollable[b-vqfa0ozvn1] {
        display: block;
        height: calc(100vh - 72px);
        overflow-y: auto;
    }
}
