/* _content/SuperCore/Pages/Index.cshtml.rz.scp.css */
.MainTitle[b-81lhk8ij8b] {
    font-size: 20px;
    text-align: center;
    margin: 20px 0 20px 0;
}


.app-item[b-81lhk8ij8b] {
    display: flex;
    align-items: flex-end; /* 底部对齐 */
    background: white;
    border-radius: 8px;
    padding: 15px 10px;
    margin-bottom: 30px;
    border: 1px solid #e5e5e5;
    transition: all .2s;
}

    .app-item:hover[b-81lhk8ij8b] {
        border-color: #0078d7;
        box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    }


.TitleHeader[b-81lhk8ij8b] {
    font-size: 14px;
    margin-right: 10px; /* 标题和描述间距 */
}

.Details[b-81lhk8ij8b] {
    flex: 1; /* 占剩余空间，自动换行 */
    font-size: 14px;
    color: #666;
}
/* _content/SuperCore/Pages/Shared/_Layout.cshtml.rz.scp.css */

/* _content/SuperCore/Pages/Shared/_LayoutApp.cshtml.rz.scp.css */
.app-container[b-ciaqsfyk1s] {
    display: flex;
    height: 100%;
}


.left[b-ciaqsfyk1s] {
    width: 180px;
}


.left-box[b-ciaqsfyk1s] {
    background-color: #f5f7fa;
    border: 1px solid #eeeeee;
    border-radius: 6px;
    margin-top: 65px;
    padding: 15px 0;
}

/* Padding 顺序固定：top | right | bottom | left */
.left-title[b-ciaqsfyk1s] {
    font-size: 18px;
    padding: 0px 15px 0px 15px;
}

.left-menu[b-ciaqsfyk1s] {
    padding: 8px 0;
}

/* 菜单项 */
[b-ciaqsfyk1s] .left-menu-item {
    display: block;
    font-size: 14px;
    padding: 18px 15px 0px 15px;
    color: #2955A0;
}

    [b-ciaqsfyk1s] .left-menu-item.selected {
        font-weight: 600;
        color: #0078d7;
        text-decoration: none;
    }


/* ------------------------------------------------------------------------------ */


/* Padding 顺序固定：top | right | bottom | left */
.right[b-ciaqsfyk1s] {
    flex: 1;
    display: flex;
    padding: 0px 0px 0px 60px;
    flex-direction: column;
}


.right-title[b-ciaqsfyk1s] {
    font-size: 20px;
    padding: 20px 20px;
    text-align: center;
}


.right-menu[b-ciaqsfyk1s] {
    display: flex;
    align-items: center;
    gap: 0;
    border-bottom: 1px solid #ddd;
}

[b-ciaqsfyk1s] .right-menu-item {
    color: #444;
    font-size: 14px;
    padding: 10px 18px;
    text-decoration: none;
    border: 1px solid transparent;
    border-bottom: none;
    margin-bottom: -1px;
    transition: all 0.2s;
}

    [b-ciaqsfyk1s] .right-menu-item:hover {
        background: #f5f5f5;
    }

    [b-ciaqsfyk1s] .right-menu-item.selected {
        background: white;
        border: 1px solid #ddd;
        border-bottom: 1px solid white;
        color: #0078d7;
        font-weight: 600;
    }


.right-body[b-ciaqsfyk1s] {
    flex: 1;
    border: 1px solid #ddd;
    border-top: none;
    padding: 20px;
    margin-bottom: 30px;
}
