.progress-container {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 32px;
    overflow: hidden;
    margin-bottom: 8px;
    opacity: 1;
}

.progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #b072ff, #8560f2);
    width: 0%;
    transition: width 0.4s ease;
}