.stats-card{
    background:#fff;
    border-radius:20px;
    padding:22px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    height:100%;
}

.stats-card-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:18px;
    font-weight:700;
    color:#8c5a02;
}

.chart-box{
    position:relative;
    height:250px;
    margin-bottom:20px;
}

.stats-legend{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.legend-item{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.legend-left{
    display:flex;
    align-items:center;
    gap:10px;
}

.legend-color{
    width:12px;
    height:12px;
    border-radius:50%;
}

.badge-year{
    background:#ffc107;
    color:#000;
    font-weight:700;
    padding:6px 14px;
    border-radius:30px;
}

.chart-center-icon{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    font-size:42px;
    color:#8c5a02;
    pointer-events:none;
}