.panel {
    border-radius: 12px;
    padding: 14px 16px;
    background-color: #fff;
    border:1px solid #e1e1e1;
}

.kpi-card {
    background-color: #fff;
    border:1px solid #e1e1e1;
    box-shadow: 0 6px 18px rgba(31, 78, 121, 0.18);
}

.kpi-title {
    font-size: 14px;
    color: #444;
    font-weight: 600;
}

.kpi-value {
    font-size: 26px;
    font-weight: bold;
    margin: 5px 0;
    color: #2a3d00;
}

.muted-xs {
    font-size: 12px;
    color: #666;
}

.chart-card {
    min-height: 150px;
}

.machine-item {
    padding: 8px 6px;
    border-bottom: 1px solid #e1e1e1;
}

.machine-item:last-child {
    border-bottom: none;
}