/* _content/SSMIS.Web/Layouts/HeaderPage.razor.rz.scp.css */
.header[b-a1zu0t7vnc] {
    height: 60px;
    padding: 0 10px;
    color: #fff;
    line-height: 20px;
    background: #001529;
}

.admin-header[b-a1zu0t7vnc] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}


.header-right[b-a1zu0t7vnc] {
    display: flex;
    align-items: center;
}

.admin-name[b-a1zu0t7vnc] {
    margin-right: 15px;
    margin-top: 5px;
    color: #fff;
    font-weight: 500;
}

.logo[b-a1zu0t7vnc] {
    height: 60px;
}

.logout[b-a1zu0t7vnc] {
    margin-top: 15px;
}

/* _content/SSMIS.Web/Pages/Login.razor.rz.scp.css */
.login-container[b-zljnlmxe92] {
    display: flex;
    margin-left:20px;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
/*    background: #f0f2f5 url('/images/login_bg.png') no-repeat left;
*/
}

.login-box[b-zljnlmxe92] {
/*    margin-left:800px;
*/    width: 380px;
    padding: 30px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.login-header[b-zljnlmxe92] {
    text-align: center;
    margin-bottom: 30px;
}

    .login-header .logo[b-zljnlmxe92] {
        height: 120px;
        margin-bottom: 15px;
    }

    .login-header h2[b-zljnlmxe92] {
        color: #1890ff;
        font-weight: 600;
    }

/* _content/SSMIS.Web/Pages/Welcome.razor.rz.scp.css */
elcome-container[b-alwcwa9m9o] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 80px);
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 20px;
}

.welcome-card[b-alwcwa9m9o] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    width: 100%;
    max-width: 800px;
    padding: 40px;
    text-align: center;
}


.subtitle[b-alwcwa9m9o] {
    color: #7f8c8d;
    font-size: 1.2rem;
}

.stats-grid[b-alwcwa9m9o] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    margin: 20px 0;
    gap:20px;
}

.stat-card[b-alwcwa9m9o] {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    display: flex;
    align-items: center;
    text-align: left;
}

.stat-icon[b-alwcwa9m9o] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: white;
    font-size: 1.2rem;
}

.bg-blue[b-alwcwa9m9o] {
    background: #3498db;
}

.bg-green[b-alwcwa9m9o] {
    background: #2ecc71;
}

.stat-content h3[b-alwcwa9m9o] {
    color: #7f8c8d;
    font-size: 0.9rem;
    margin: 0;
}

.stat-content p[b-alwcwa9m9o] {
    color: #2c3e50;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 5px 0 0;
}

.quick-actions[b-alwcwa9m9o] {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}

.action-btn[b-alwcwa9m9o] {
    background: #3498db;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1rem;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .action-btn:hover[b-alwcwa9m9o] {
        background: #2980b9;
        transform: translateY(-2px);
    }

/*内容区域基础样式 */
.content-container[b-alwcwa9m9o] {
    padding: 10px;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    color: #333;
    margin: 0 auto;
}

/* 头部样式 */
.header[b-alwcwa9m9o] {
    text-align: center;
}

    .header h1[b-alwcwa9m9o] {
        color: #228B22;
        font-size: 28px;
        margin-bottom: 10px;
    }

.subtitle[b-alwcwa9m9o] {
    color: #666;
    font-size: 16px;
}

/* 内容区块样式 */
.section[b-alwcwa9m9o] {
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

    .section h2[b-alwcwa9m9o] {
        color: #228B22;
        font-size: 22px;
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 1px dashed #eee;
    }

/* 环境列表样式 */
.env-list[b-alwcwa9m9o] {
    list-style-type: none;
    padding: 0;
}

    .env-list li[b-alwcwa9m9o] {
        padding: 8px 0;
        border-bottom: 1px solid #f5f5f5;
    }

        .env-list li:last-child[b-alwcwa9m9o] {
            border-bottom: none;
        }

/* 功能模块网格布局 */
.features-grid[b-alwcwa9m9o] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.feature-card[b-alwcwa9m9o] {
    padding: 15px;
    background: #f9f9f9;
    border-radius: 4px;
    border-left: 4px solid #228B22;
    transition: all 0.3s;
}

    .feature-card:hover[b-alwcwa9m9o] {
        transform: translateY(-5px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

    .feature-card h3[b-alwcwa9m9o] {
        color: #228B22;
        margin-top: 0;
        margin-bottom: 10px;
    }

/* 特点列表样式 */
.feature-list[b-alwcwa9m9o] {
    list-style-type: none;
    padding: 0;
}

    .feature-list li[b-alwcwa9m9o] {
        padding: 10px 0;
        position: relative;
        padding-left: 25px;
    }

        .feature-list li[b-alwcwa9m9o]:before {
            content: "✓";
            color: #52c41a;
            position: absolute;
            left: 0;
            font-weight: bold;
        }

/* 页脚样式 */
.footer[b-alwcwa9m9o] {
    padding-top: 10px;
    text-align: center;
    color: #666;
    font-size: 14px;
}

    .footer p[b-alwcwa9m9o] {
        margin: 5px 0;
    }

