.progress-track{width:min(100%,390px);height:5px;margin:2px 0 24px;overflow:hidden;border-radius:999px;background:rgba(232,207,177,.5)}.progress-fill{position:relative;width:4%;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--terra),#d88962);transition:width .8s cubic-bezier(.22,.61,.36,1)}.progress-fill:after{position:absolute;inset:0;background:linear-gradient(100deg,transparent 20%,rgba(255,255,255,.55) 50%,transparent 80%);animation:progress-sheen 1.8s ease-in-out infinite;content:""}.progress-percent{color:var(--terra)!important}.retry-button{margin-top:10px}.progress.reconnecting .progress-fill{background:var(--olive)}@keyframes progress-sheen{from{transform:translateX(-100%)}to{transform:translateX(100%)}}@media(prefers-reduced-motion:reduce){.progress-fill{transition:none}.progress-fill:after{animation:none}}
