.progress-bar-container-outer{position:absolute;top:12px;left:50%;transform:translate(-50%);width:320px;z-index:100;pointer-events:none}.progress-bar-container{background:#f0f0f0f2;border-radius:10px;overflow:hidden;height:22px;box-shadow:0 2px 4px #0000001a;position:relative;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.progress-bar{background:linear-gradient(to right,#4caf50,#81c784);height:100%}.progress-text{position:absolute;width:100%;text-align:center;font-size:13px;top:2px;color:#333;font-weight:500}@keyframes pulse{0%{opacity:.9}50%{opacity:1}to{opacity:.9}}.progress-bar{animation:pulse 1.5s ease-in-out infinite}
