/* Basic styles for GSAP Pro widgets */
.gsap-pro-widget { will-change: transform, opacity; padding: 15px; background: #fff; border-radius:8px; box-shadow: 0 6px 18px rgba(0,0,0,0.06); margin-bottom:16px; }
.gsap-progress-bar { background:#eee; height:8px; border-radius:8px; overflow:hidden; }
.gsap-progress-bar-inner { width:0%; height:100%; background:linear-gradient(90deg,#5eead4,#06b6d4); }
