.chart-module{--cyan:#75fbee;--pink:#ec60de;--dark-bg:#1a1f2e;--bar-gap:8px;--bar-height:48px;--bar-radius:50px}.chart-module .canvas-wrap{position:relative;width:100%}.chart-module .canvas-wrap.line-chart{max-width:800px;min-height:400px}@media (max-width:767px){.chart-module .canvas-wrap.line-chart{min-height:350px}}.chart-module .canvas-wrap.donut-chart,.chart-module .canvas-wrap.pie-chart{max-width:500px}.chart-module .chart-container{display:flex;flex-direction:column;gap:var(--bar-gap);max-width:720px;width:100%}.chart-module .bar-row{height:var(--bar-height);overflow:hidden}.chart-module .bar-fill,.chart-module .bar-row{align-items:center;border-radius:var(--bar-radius);display:flex;position:relative}.chart-module .bar-fill{height:100%;justify-content:space-between;opacity:0;padding:0 20px;transform:scaleX(0);transform-origin:left}.chart-module--bar.animated .bar-fill{animation:chartModule_growBar 1s cubic-bezier(.22,1,.36,1) forwards}.chart-module .bar-label{color:#1a1f2e;font-size:15px;font-weight:500;white-space:nowrap}.chart-module .bar-value{color:#1a1f2e;font-size:22px;font-weight:800;margin-left:auto;padding-left:16px}.chart-module .bar-row:nth-child(odd) .bar-fill{background:var(--cyan)}.chart-module .bar-row:nth-child(2n) .bar-fill{background:var(--pink)}@keyframes chartModule_growBar{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}.chart-module .bar-row:first-child .bar-fill{animation-delay:0s}.chart-module .bar-row:nth-child(2) .bar-fill{animation-delay:.05s}.chart-module .bar-row:nth-child(3) .bar-fill{animation-delay:.1s}.chart-module .bar-row:nth-child(4) .bar-fill{animation-delay:.15s}.chart-module .bar-row:nth-child(5) .bar-fill{animation-delay:.2s}.chart-module .bar-row:nth-child(6) .bar-fill{animation-delay:.25s}.chart-module .bar-row:nth-child(7) .bar-fill{animation-delay:.3s}.chart-module .bar-row:nth-child(8) .bar-fill{animation-delay:.35s}.chart-module .bar-row:nth-child(9) .bar-fill{animation-delay:.4s}.chart-module .bar-row:nth-child(10) .bar-fill{animation-delay:.45s}.chart-module .bar-row:nth-child(11) .bar-fill{animation-delay:.5s}.chart-module .bar-row:nth-child(12) .bar-fill{animation-delay:.55s}.chart-module .bar-row:nth-child(13) .bar-fill{animation-delay:.6s}.chart-module .bar-row:nth-child(14) .bar-fill{animation-delay:.65s}.chart-module .bar-row:nth-child(15) .bar-fill{animation-delay:.7s}.chart-module .bar-row:nth-child(16) .bar-fill{animation-delay:.75s}.chart-module .bar-row:nth-child(17) .bar-fill{animation-delay:.8s}.chart-module .bar-row:nth-child(18) .bar-fill{animation-delay:.85s}.chart-module .bar-row:nth-child(19) .bar-fill{animation-delay:.9s}.chart-module .bar-row:nth-child(20) .bar-fill{animation-delay:.95s}