@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@keyframes glow{0%,to{box-shadow:0 0 5px rgba(253,79,0,.5),0 0 10px rgba(253,79,0,.3)}50%{box-shadow:0 0 20px rgba(253,79,0,.8),0 0 30px rgba(253,79,0,.5),0 0 40px rgba(253,79,0,.3)}}.gauge-handle{animation:pulse 2s ease-in-out infinite,glow 3s ease-in-out infinite}@keyframes yearEnter{0%{opacity:.7;transform:translateX(-10px) scale(.95)}to{opacity:1;transform:translateX(0) scale(1)}}@keyframes yearActive{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}.year-item{transition:all .3s ease;opacity:.7;transform:scale(1)}.year-item.visible{opacity:.85;transform:scale(1)}.year-item.active{opacity:1;transform:scale(1.02);filter:brightness(1.1)}.year-item.active h3{color:#fd4f00;text-shadow:0 0 20px rgba(253,79,0,.8)}.year-item.active li{color:#fff;font-weight:600}.progress-bar{transition:height .3s cubic-bezier(.4,0,.2,1)}.progress-bar-smooth{transition:height .8s cubic-bezier(.23,1,.32,1)}