/* /Components/Layout/LoginLayout.razor.rz.scp.css */
.login-layout[b-a6o85rnx67] {
    min-height: 100vh;
    background:
        radial-gradient(circle at 18% 20%, rgba(47, 128, 237, 0.24), transparent 28rem),
        radial-gradient(circle at 82% 74%, rgba(25, 169, 116, 0.2), transparent 24rem),
        linear-gradient(135deg, #07111c 0%, #101820 44%, #172033 100%);
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.portal-shell[b-rqdo7yvwqa] {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    min-height: 100vh;
    background: #eef2f7;
}

.portal-sider[b-rqdo7yvwqa] {
    position: sticky;
    top: 0;
    flex: 0 0 276px;
    width: 276px !important;
    min-width: 276px !important;
    max-width: 276px !important;
    height: 100vh;
    display: flex;
    flex-direction: column;
    background: #101820;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.sider-scroll[b-rqdo7yvwqa] {
    flex: 1 1 auto;
    overflow-y: auto;
    min-height: 0;
}

/* 界面左下角：版权 + 隐私政策 */
.sider-legal[b-rqdo7yvwqa] {
    flex: 0 0 auto;
    padding: 12px 20px 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 11px;
    color: rgba(148, 163, 184, 0.75);
}

.sider-legal a[b-rqdo7yvwqa] {
    color: rgba(148, 163, 184, 0.9);
    text-decoration: none;
}

.sider-legal a:hover[b-rqdo7yvwqa] {
    color: #fff;
    text-decoration: underline;
}

.portal-main[b-rqdo7yvwqa] {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 100vh;
    background:
        linear-gradient(135deg, rgba(0, 86, 179, 0.08), transparent 36rem),
        linear-gradient(180deg, #f8fafc 0%, #edf2f7 100%);
}

.portal-header[b-rqdo7yvwqa] {
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 32px;
    background: rgba(255, 255, 255, 0.82);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(18px);
    line-height: 1.2;
}

.portal-header strong[b-rqdo7yvwqa] {
    display: block;
    color: #172033;
    font-size: 1rem;
}

.header-actions[b-rqdo7yvwqa] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.header-user[b-rqdo7yvwqa] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(47, 128, 237, 0.1);
    color: #172033;
    font-weight: 800;
}

.header-user .material-symbols-outlined[b-rqdo7yvwqa] {
    color: #2f80ed;
    font-size: 1.1rem;
}

.header-login[b-rqdo7yvwqa] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(47, 128, 237, 0.22);
}

.header-login .material-symbols-outlined[b-rqdo7yvwqa] {
    font-size: 1rem;
}

.portal-content[b-rqdo7yvwqa] {
    width: min(100%, 1560px);
    margin: 0 auto;
    padding: 32px;
}

.eyebrow[b-rqdo7yvwqa] {
    display: block;
    color: #5d6f89;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

#blazor-error-ui[b-rqdo7yvwqa] {
    background: #fff7e6;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.16);
    display: none;
    left: 0;
    padding: 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

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

.sider-burger[b-rqdo7yvwqa] { display: none; }

@media (max-width: 820px) {
    .portal-shell[b-rqdo7yvwqa] {
        display: block;
        width: 100%;
    }

    .portal-sider[b-rqdo7yvwqa] {
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        height: auto;
        position: sticky;
        top: 0;
        z-index: 80;
        display: block;
    }

    /* 顶栏右侧的汉堡 */
    .sider-burger[b-rqdo7yvwqa] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        position: absolute;
        top: 14px;
        right: 14px;
        width: 42px;
        height: 42px;
        padding: 10px;
        background: transparent;
        border: 1px solid rgba(255, 255, 255, 0.25);
        border-radius: 8px;
        cursor: pointer;
        z-index: 2;
    }
    .sider-burger span[b-rqdo7yvwqa] { display: block; height: 2px; background: #e2e8f0; border-radius: 2px; }

    /* 默认只露品牌行；菜单与版权收进抽屉 */
    .sider-scroll[b-rqdo7yvwqa] { overflow: visible; }
    .sider-legal[b-rqdo7yvwqa] { display: none; }

    .portal-header[b-rqdo7yvwqa] {
        height: auto;
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
        padding: 16px 20px;
    }

    .portal-content[b-rqdo7yvwqa] {
        padding: 16px 12px 28px;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.brand-lockup[b-kiokh0h00c] {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 24px 22px;
    color: #ffffff;
}

.brand-mark-icon[b-kiokh0h00c] {
    width: 44px;
    height: 46px;
    display: block;
}

.brand-lockup strong[b-kiokh0h00c],
.brand-lockup span[b-kiokh0h00c] {
    display: block;
}

.brand-lockup span[b-kiokh0h00c] {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.82rem;
}

.portal-menu[b-kiokh0h00c] {
    padding: 8px 12px 24px;
    background: transparent;
    border-inline-end: 0;
}

.portal-menu-item[b-kiokh0h00c] {
    display: flex !important;
    align-items: center;
    gap: 24px;
    height: 46px;
    margin: 6px 0;
    padding: 0 14px !important;
    color: rgba(255, 255, 255, 0.74);
    border-radius: 8px;
    transition: background 160ms ease, color 160ms ease;
}

.portal-menu-item:hover[b-kiokh0h00c],
.portal-menu-item.active[b-kiokh0h00c] {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
}

.nav-glyph[b-kiokh0h00c] {
    display: inline-grid;
    width: 22px;
    height: 22px;
    place-items: center;
    color: #7dd3fc;
    font-size: 1.18rem;
    font-weight: 800;
    line-height: 1;
}

@media (max-width: 820px) {
    /* 抽屉模式：默认收起，body.portal-nav-open 时纵向展开（保留分组与文字） */
    .portal-menu[b-kiokh0h00c] {
        display: none;
        padding-top: 0;
    }

    .brand-lockup[b-kiokh0h00c] { padding: 14px 18px; }
}

/* 导航分组标题：暗色侧栏里的低调分区标签 */
.portal-menu-group[b-kiokh0h00c] {
    padding: 18px 14px 6px;
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(148, 163, 184, 0.65);
}
.portal-menu-group:first-of-type[b-kiokh0h00c] {
    padding-top: 10px;
}

@media (max-width: 820px) {
    .portal-menu-group[b-kiokh0h00c] { display: none; }
}
