.chart .line,.candle-zone path,.big-chart path{stroke-dasharray:12 7;animation:chartFlow 2.2s linear infinite;filter:drop-shadow(0 0 6px rgba(76,149,255,.68))}
.chart svg,.candle-zone svg{overflow:visible}
.chart:after,.candle-zone:after{content:"";position:absolute;width:8px;height:8px;border-radius:50%;background:#a9d5ff;box-shadow:0 0 0 0 rgba(75,141,255,.65),0 0 18px #4b8dff;right:8%;top:24%;animation:chartPoint 2.2s ease-in-out infinite}
.big-chart,.chart,.candle-zone{position:relative}
.counting{color:#9dccff!important;text-shadow:0 0 15px rgba(68,145,255,.42)}
@keyframes chartFlow{to{stroke-dashoffset:-38}}
@keyframes chartPoint{0%,100%{scale:.7;opacity:.55;box-shadow:0 0 0 0 rgba(75,141,255,.45),0 0 12px #4b8dff}50%{scale:1.25;opacity:1;box-shadow:0 0 0 12px rgba(75,141,255,0),0 0 25px #65a8ff}}
@media(prefers-reduced-motion:reduce){.chart .line,.candle-zone path,.big-chart path,.chart:after,.candle-zone:after{animation:none!important}}
