/* /Components/Layout/MainLayout.razor.rz.scp.css */
body[b-ptpcfzefct] {
    background-color: #F7F9FC;
    margin: 0;
    height: 100%;
    overflow-y: scroll;
}

.portal-container[b-ptpcfzefct] {
    max-width: 960px;
    margin: 0 auto;
    background: #F7F9FC;
    border-left: 1px solid #DDE3EC;
    border-right: 1px solid #DDE3EC;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 40px rgba(0,0,0,0.06);
}

.portal-header[b-ptpcfzefct] {
    height: 133px;
    background-image: url('/header.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.portal-body[b-ptpcfzefct] {
    flex: 1;
    display: flex;
}

/* ── Sidebar ──────────────────────────────────────── */
.portal-nav[b-ptpcfzefct] {
    width: 195px;
    background-color: #FFFFFF;
    border-right: 1px solid #DDE3EC;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}

.nav-marca[b-ptpcfzefct] {
    padding: 14px 16px 12px;
    border-bottom: 1px solid #EEF1F6;
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.nav-marca-nome[b-ptpcfzefct] {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #718096;
}

.nav-marca-empresa[b-ptpcfzefct] {
    font-size: 15px;
    font-weight: 700;
    color: #1E2B3C;
}

.nav-section[b-ptpcfzefct] {
    flex: 1;
    padding: 8px 0;
}

.nav-section-label[b-ptpcfzefct] {
    padding: 10px 16px 4px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #A0AEC0;
}

.nav-rodape[b-ptpcfzefct] {
    padding: 8px 0;
    border-top: 1px solid #EEF1F6;
}

.nav-list[b-ptpcfzefct] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.portal-nav[b-ptpcfzefct]  a {
    display: block;
    padding: 8px 16px;
    color: #4A5568;
    font-size: 13px;
    text-decoration: none;
    border-left: 3px solid transparent;
    transition: background 0.12s ease, color 0.12s ease;
}

.portal-nav[b-ptpcfzefct]  a:hover {
    background-color: #F7F9FC;
    color: #1E2B3C;
    text-decoration: none;
}

.portal-nav[b-ptpcfzefct]  a.active {
    border-left-color: #D94F2B;
    background-color: #FFF5F0;
    color: #1E2B3C;
    font-weight: 600;
}

/* ── Content ─────────────────────────────────────── */
.portal-content[b-ptpcfzefct] {
    flex: 1;
    padding: 20px;
    min-width: 0;
    background-color: #F7F9FC;
}

/* ── Footer ──────────────────────────────────────── */
.portal-footer[b-ptpcfzefct] {
    text-align: center;
    height: 44px;
    line-height: 44px;
    font-size: 11px;
    color: #A0AEC0;
    background-color: #FFFFFF;
    border-top: 1px solid #DDE3EC;
    flex-shrink: 0;
    letter-spacing: 0.02em;
}
