/* === FIX: activity-only rendering (DO NOT FULL REPLACE CSS) === */

.bar {
    position: relative;
    height: 10px;
    background: transparent !important;
    border: 1px solid rgba(255,255,255,0.08);
    overflow: hidden;
}

/* IMPORTANT: ensures no accidental “full bar fill” */
.bar::before,
.bar::after {
    content: none !important;
}

.seg {
    position: absolute;
    top: 0;
    bottom: 0;
    background: #5ACB7C;
    opacity: 0.9;
    border-radius: 2px;
}
