/* _content/CPNNewPortal/Components/Layout/MainLayout.razor.rz.scp.css */
.cpn-shell[b-n1el3kcbqi] {
    display: flex;
    min-height: 100vh;
    background: #07111f;
    color: #f6f7f9;
}

.cpn-sidebar[b-n1el3kcbqi] {
    width: 245px;
    min-width: 245px;
    background: #081524;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 0;
    height: 100vh;
    align-self: flex-start;
}

.cpn-brand[b-n1el3kcbqi] {
    min-height: 92px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.cpn-brand-icon[b-n1el3kcbqi] {
    color: #d69a27;
    font-size: 38px;
    line-height: 1;
}

.cpn-brand-title[b-n1el3kcbqi] {
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 3px;
}

.cpn-brand-subtitle[b-n1el3kcbqi] {
    color: #d69a27;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.8px;
}

.cpn-main[b-n1el3kcbqi] {
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.cpn-header[b-n1el3kcbqi] {
    height: 68px;
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 28px;
    background: #06101c;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.cpn-user[b-n1el3kcbqi] {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #e6e8eb;
    font-size: 13px;
}

.cpn-user-button[b-n1el3kcbqi] {
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 50%;
    color: #f4f4f4;
    background: transparent;
    cursor: pointer;
}

    .cpn-user-button:hover[b-n1el3kcbqi] {
        background: rgba(255, 255, 255, 0.07);
    }

.cpn-content[b-n1el3kcbqi] {
    flex: 1;
    padding: 30px;
    background: radial-gradient(circle at top right, rgba(19, 47, 72, 0.35), transparent 35%), #07111f;
}



.cpn-header-left[b-n1el3kcbqi] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cpn-menu-button[b-n1el3kcbqi] {
    display: none;
    width: 42px;
    height: 42px;
    padding: 9px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 8px;
    background: transparent;
    cursor: pointer;
}

    .cpn-menu-button span[b-n1el3kcbqi] {
        display: block;
        width: 100%;
        height: 2px;
        margin: 4px 0;
        border-radius: 2px;
        background: #fff;
    }

.cpn-mobile-brand[b-n1el3kcbqi] {
    display: none;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
}

    .cpn-mobile-brand img[b-n1el3kcbqi] {
        width: 30px;
        height: 30px;
        object-fit: contain;
    }

.cpn-mobile-close[b-n1el3kcbqi] {
    display: none;
}

.cpn-mobile-overlay[b-n1el3kcbqi] {
    display: none;
}
.cpn-user-info[b-n1el3kcbqi] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    line-height: 1.25;
}

.cpn-user-name[b-n1el3kcbqi] {
    color: #f1f3f5;
    font-size: 13px;
    font-weight: 600;
}

.cpn-user-fund[b-n1el3kcbqi] {
    margin-top: 2px;
    color: #d69a27;
    font-size: 10px;
    font-weight: 500;
}
@media (max-width: 768px) {

    .cpn-shell[b-n1el3kcbqi] {
        display: block;
        min-height: 100vh;
    }

    .cpn-sidebar[b-n1el3kcbqi] {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 1200;
        width: min(82vw, 310px);
        min-width: 0;
        transform: translateX(-105%);
        transition: transform .25s ease;
        box-shadow: 12px 0 35px rgba(0,0,0,.35);
    }

    .cpn-sidebar-open[b-n1el3kcbqi] {
        transform: translateX(0);
    }

    .cpn-mobile-overlay[b-n1el3kcbqi] {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 1100;
        background: rgba(0,0,0,.62);
        backdrop-filter: blur(2px);
    }

    .cpn-brand[b-n1el3kcbqi] {
        min-height: 72px;
        padding: 14px 18px;
    }

    .sidebar-logo[b-n1el3kcbqi] {
        padding: 0;
    }

        .sidebar-logo img[b-n1el3kcbqi] {
            width: 40px;
        }

    .cpn-brand-text[b-n1el3kcbqi] {
        flex: 1;
    }

    .cpn-brand-title[b-n1el3kcbqi] {
        font-size: 20px;
    }

    .cpn-brand-subtitle[b-n1el3kcbqi] {
        font-size: 9px;
    }

    .cpn-mobile-close[b-n1el3kcbqi] {
        display: flex;
        width: 36px;
        height: 36px;
        align-items: center;
        justify-content: center;
        border: 0;
        background: transparent;
        color: rgba(255,255,255,.75);
        font-size: 28px;
        cursor: pointer;
    }

    .cpn-main[b-n1el3kcbqi] {
        width: 100%;
        min-width: 0;
    }

    .cpn-header[b-n1el3kcbqi] {
        height: 60px;
        min-height: 60px;
        padding: 0 14px;
    }

    .cpn-menu-button[b-n1el3kcbqi] {
        display: block;
    }

    .cpn-mobile-brand[b-n1el3kcbqi] {
        display: flex;
    }

    .cpn-user[b-n1el3kcbqi] {
        max-width: 45%;
        font-size: 12px;
    }

        .cpn-user span[b-n1el3kcbqi] {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .cpn-content[b-n1el3kcbqi] {
        padding: 20px 14px 30px;
    }

    .cpn-user-info[b-n1el3kcbqi] {
        max-width: 150px;
    }

    .cpn-user-name[b-n1el3kcbqi],
    .cpn-user-fund[b-n1el3kcbqi] {
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: right;
    }

    .cpn-user-name[b-n1el3kcbqi] {
        font-size: 11px;
    }

    .cpn-user-fund[b-n1el3kcbqi] {
        font-size: 9px;
    }
}
/* _content/CPNNewPortal/Components/Layout/NavMenu.razor.rz.scp.css */
.cpn-nav[b-14dh7cmcpd] {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 1.25rem 0.9rem;
    overflow-y: auto;
}

.cpn-nav-group[b-14dh7cmcpd] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.cpn-nav-link[b-14dh7cmcpd] {
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 0 0.9rem;
    border-left: 3px solid transparent;
    border-radius: 0.35rem;
    color: rgba(255,255,255,.76);
    font-size: .95rem;
    font-weight: 500;
    text-decoration: none;
    transition: background .18s ease, color .18s ease, border-color .18s ease;
}

    .cpn-nav-link:hover[b-14dh7cmcpd] {
        color: #fff;
        background: rgba(255,255,255,.05);
    }

    .cpn-nav-link.active[b-14dh7cmcpd] {
        color: #fff;
        background: rgba(221,162,37,.10);
        border-left-color: var(--cpn-gold);
    }

.cpn-nav-section[b-14dh7cmcpd] {
    margin: 1.6rem 0 .55rem;
    padding: 0 .9rem;
    color: var(--cpn-gold);
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.cpn-logout[b-14dh7cmcpd] {
    width: 100%;
    min-height: 42px;
    margin-top: auto;
    padding: 0 .9rem;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: .4rem;
    color: rgba(255,255,255,.68);
    background: transparent;
    font: inherit;
    font-size: .9rem;
    text-align: left;
    cursor: pointer;
    transition: color .18s ease, background .18s ease, border-color .18s ease;
}

    .cpn-logout:hover[b-14dh7cmcpd] {
        color: #fff;
        background: rgba(212,88,88,.12);
        border-color: rgba(212,88,88,.35);
    }
/* _content/CPNNewPortal/Components/Pages/Home.razor.rz.scp.css */
.dashboard-header[b-7ypun4muy4] {
    margin-bottom: 28px;
}

    .dashboard-header h1[b-7ypun4muy4] {
        margin: 0 0 6px;
        font-size: 30px;
        font-weight: 600;
    }

    .dashboard-header p[b-7ypun4muy4] {
        margin: 0;
        color: #98a4b3;
    }

.dashboard-grid[b-7ypun4muy4] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    max-width: 980px;
}

.dashboard-card[b-7ypun4muy4] {
    min-height: 220px;
    padding: 26px;
    background: rgba(7, 23, 38, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 7px;
}

.dashboard-card-icon[b-7ypun4muy4] {
    color: #d69a27;
    font-size: 42px;
    margin-bottom: 18px;
}

.dashboard-card h2[b-7ypun4muy4] {
    margin: 0 0 10px;
    font-size: 18px;
}

.dashboard-card p[b-7ypun4muy4] {
    min-height: 48px;
    margin: 0 0 24px;
    color: #9ca8b7;
    font-size: 14px;
}

.dashboard-card a[b-7ypun4muy4] {
    display: inline-block;
    padding: 9px 13px;
    color: #d69a27;
    border: 1px solid #d69a27;
    border-radius: 3px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

    .dashboard-card a:hover[b-7ypun4muy4] {
        color: #07111f;
        background: #d69a27;
    }

@media (max-width: 950px) {
    .dashboard-grid[b-7ypun4muy4] {
        grid-template-columns: 1fr;
    }
}
.dashboard-activity-location[b-7ypun4muy4] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 8px;
    border: 1px solid var(--cpn-border-soft);
    border-radius: 999px;
    color: var(--cpn-text-secondary);
    font-size: 0.76rem;
    white-space: nowrap;
}
