.progress-card{position:relative;overflow:hidden;max-width:760px;margin:0 auto 16px;padding:22px;border:1px solid rgba(66,185,131,.22);border-radius:22px;background:linear-gradient(145deg,#fff 0%,#f6fbf8 56%,#eefaf4 100%);box-shadow:0 22px 60px rgba(44,62,80,.12)}
.progress-orb{position:absolute;right:-70px;top:-92px;width:210px;height:210px;border-radius:50%;background:radial-gradient(circle,rgba(66,185,131,.22),rgba(66,185,131,0) 68%);pointer-events:none}
.progress-head{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}
.progress-head strong{display:block;font-size:18px;line-height:1.25;color:var(--ink)}
.progress-head span{display:block;margin-top:5px;color:var(--muted);font-size:13px}
#progress-percent{min-width:64px;margin:0;padding:8px 10px;border-radius:999px;background:#e9f8f1;color:var(--theme-dark);font-size:18px;font-weight:900;text-align:center;box-shadow:inset 0 0 0 1px rgba(66,185,131,.16)}
.progress-track{position:relative;height:12px;overflow:hidden;border-radius:999px;background:#ddeee7;box-shadow:inset 0 1px 3px rgba(44,62,80,.1)}
.progress-bar{position:absolute;inset:0 auto 0 0;width:8%;border-radius:999px;background:linear-gradient(90deg,#2f9b6d,#42b983,#70d8a8);box-shadow:0 0 18px rgba(66,185,131,.44);transition:width .35s ease}
.progress-bar:after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.45) 45%,rgba(255,255,255,0) 75%);animation:progressShine 1.35s linear infinite}
.progress-note{position:relative;margin-top:13px;color:var(--theme-dark);font-weight:800}
.progress-steps{position:relative;display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:16px}
.progress-steps span{position:relative;padding-top:18px;color:#99a39d;font-size:12px;text-align:center;white-space:nowrap}
.progress-steps span:before{content:"";position:absolute;top:0;left:50%;width:9px;height:9px;margin-left:-4px;border-radius:50%;background:#cfded8;box-shadow:0 0 0 4px #eef6f2;transition:.2s ease}
.progress-steps span.active{color:var(--theme-dark);font-weight:800}
.progress-steps span.active:before{background:var(--theme);box-shadow:0 0 0 5px rgba(66,185,131,.18),0 0 16px rgba(66,185,131,.5)}
.loading-lines{max-width:760px;margin:0 auto;padding:18px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 14px 38px rgba(44,62,80,.07)}
.loading-line{height:12px;border-radius:999px;background:linear-gradient(90deg,#eef5f2 0%,#dceee7 48%,#eef5f2 100%);background-size:220% 100%;animation:progressSkeleton 1.2s ease-in-out infinite}
.loading-line+.loading-line{margin-top:11px}
.loading-line:nth-child(2){width:92%;animation-delay:.08s}.loading-line:nth-child(3){width:78%;animation-delay:.16s}.loading-line:nth-child(4){width:86%;animation-delay:.24s}.loading-line:nth-child(5){width:64%;animation-delay:.32s}
@keyframes progressShine{from{transform:translateX(-100%)}to{transform:translateX(100%)}}
@keyframes progressSkeleton{0%{background-position:100% 0}100%{background-position:-100% 0}}
@media(max-width:640px){.progress-card{padding:18px;border-radius:18px}.progress-head{align-items:center}.progress-head strong{font-size:16px}.progress-head span{font-size:12px}#progress-percent{min-width:56px;font-size:16px}.progress-steps{grid-template-columns:repeat(3,1fr);row-gap:12px}.progress-steps span{font-size:11px}}
.footer-link{color:inherit;text-decoration:none;font-weight:400}
.footer-link:hover{text-decoration:none;color:inherit}
