.smp-bars{
    margin-top:10px;
}

.smp-bar-row{
    display:flex;
    align-items:center;
    gap:8px;
    margin-bottom:8px;
    font-size:13px;
}

.smp-bar-label{
    width:80px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.smp-bar{
    flex:1;
    height:6px; /* نازک */
    background:#eee;
    border-radius:10px;
    overflow:hidden;
}

.smp-bar-fill{
    height:100%;
    background:linear-gradient(90deg,#667eea,#764ba2);
    border-radius:10px;
    transition:width 0.6s ease;
}

.smp-bar-percent{
    width:45px;
    text-align:right;
    font-size:12px;
}