.trend-report {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 14px;
    padding: 18px;
    margin: 20px 0;
    font-family: Arial,sans-serif
}

.trend-report h2 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #111
}

.trend-report p {
    font-size: 15px;
    color: #444;
    margin-bottom: 18px;
    line-height: 1.6
}

.trend-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
    gap: 14px
}

.trend-box {
    border-radius: 12px;
    padding: 14px;
    border: 1px solid #ddd;
    background: #fafafa
}

.trend-box h3 {
    font-size: 15px;
    margin-bottom: 8px;
    color: #222
}

.trend-box p {
    font-size: 17px;
    font-weight: 700;
    margin: 0
}

.trend-box.hot {
    background: #fff3f3;
    border-color: #fcc
}

.trend-box.cold {
    background: #f3f8ff;
    border-color: #cce5ff
}

.trend-box.harf {
    background: #f8fff3;
    border-color: #d9f5c5
}

.trend-box.joda {
    background: #fffaf3;
    border-color: #ffe0b3
}

.harf-meter-card {
    background: #1a1a1a;
    color: #fff;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #333;
    margin: 20px 0
}

.meter-info h3 {
    margin: 0 0 10px 0;
    color: #f1c40f;
    font-size: 18px;
    text-transform: uppercase
}

.meter-info p {
    font-size: 15px;
    color: #bbb;
    line-height: 1.5;
    margin-bottom: 20px
}

.meter-grid {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.meter-row {
    display: flex;
    align-items: center;
    gap: 15px
}

.digit-box {
    width: 35px;
    height: 35px;
    background: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    border: 1px solid #444
}

.bar-wrapper {
    flex: 1;
    background: #000;
    height: 22px;
    border-radius: 50px;
    padding: 2px;
    box-shadow: inset 0 2px 5px rgb(0 0 0 / .5)
}

.bar-fill {
    height: 100%;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transition: width 1s ease-out
}

.pct-text {
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    margin-right: 8px;
    text-shadow: 1px 1px 2px #000
}
