/* 在线状态分布卡片样式 */

/* 在线状态分布 */
.status-distribution {
    padding: 8px;
    background: #ffffff;
    border-radius: 12px;
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin-bottom: 8px;
}

.status-title {
    color: #2c3e50;
    font-weight: 600;
    padding: 0 0 8px 0;
    margin: 0;
    font-size: 1rem;
}

.pie-chart-container {
    height: 150px;
    position: relative;
    padding: 4px;
}
