.wgb-progress-bar-container{max-width:900px}.gift-progress-container{padding:20px;border:1px solid var(--color-border);margin-bottom:20px;border-radius:var(--size-border-radius);width:100%}.gift-progress-container.hidden{display:none!important}.progress-header{display:flex;align-items:center;margin-bottom:15px;position:relative;z-index:1}.gift-icon{display:none!important;background:rgb(255 255 255 / .2);border-radius:50%;padding:8px;margin-right:12px;align-items:center;justify-content:center}.progress-text{flex:1}.progress-message{color:var(--color-text);padding-bottom:.625rem;font-size:.8125rem}.progress-bar-wrapper{position:relative;z-index:1}.progress-bar{background:#f2f3f5;border-radius:.625rem;height:6px;overflow:hidden;margin-bottom:8px;position:relative}.progress-fill{height:100%;border-radius:.625rem;transition:width 0.8s ease-in-out;position:relative;box-shadow:inset 0 1px 2px rgb(0 0 0 / .1)}.progress-fill::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgb(255 255 255 / .4),transparent);animation:progress-glow 2s ease-in-out 1}.progress-amounts{display:flex;justify-content:space-between;font-size:12px;font-weight:500;text-shadow:0 1px 2px rgb(0 0 0 / .1)}.current-amount{opacity:.9}.target-amount{opacity:.9}@media (max-width:768px){.gift-progress-container{padding:15px;margin:15px 0}.progress-message{font-size:14px}.gift-icon{padding:6px;margin-right:8px}.gift-icon svg{width:20px;height:20px}}.gift-progress-container.gift-unlocked{background:linear-gradient(135deg,#28a745,#20c997)}.gift-progress-container.gift-unlocked .progress-fill{background:linear-gradient(90deg,#fff,#e8f5e8);box-shadow:0 0 10px rgb(40 167 69 / .5)}.gift-progress-container.gift-unlocked .progress-amounts{display:none}@keyframes progress-glow{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}@keyframes success-pulse{0%,100%{opacity:1}50%{opacity:.8}}@keyframes success-glow{0%{box-shadow:0 4px 15px rgb(40 167 69 / .3)}100%{box-shadow:0 4px 25px rgb(40 167 69 / .6)}}@media (prefers-color-scheme:dark){.progress-fill{background:linear-gradient(90deg,#e0e0e0,#d0d0d0)}.gift-progress-container.gift-unlocked .progress-fill{background:linear-gradient(90deg,#f8f9fa,#e9ecef)}}