   .progress-bar_idle {
        margin-top: 12px;
        width: 100%;
        height: 10px;
        background: #44475a;
        border-radius: 5px;
        overflow: hidden;
        box-shadow: inset 0 0 5px #00000055;
    }

    #progressFill_idle {
        transition: width 0.5s ease, background-color 0.5s ease;
        text-align: center;
        position: relative;
        color: white;
    }

    #progressPercent_idle {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        font-weight: bold;
        font-size: 0.9rem;
        white-space: nowrap;
    }