.Charts{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:2rem;margin:4rem auto 2rem;padding:0 1rem}.Charts-chart{width:400px;min-height:400px;background:#fff;border:1px solid #e0e0e0;border-radius:16px;box-shadow:0 2px 10px rgba(0,0,0,.04);padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;align-items:center;box-sizing:border-box;transition:box-shadow .3s ease}.Charts-chart:hover{box-shadow:0 4px 20px rgba(0,0,0,.08)}.Charts-chart-title{font-size:1.125rem;font-weight:600;color:#333;margin-bottom:1rem;text-align:center;font-family:inherit}.Charts-chart-canvas{max-width:100%;max-height:300px;width:100%;height:auto !important;display:block}.Charts-chart-canvas--barcanvas{max-height:500px}.Charts-chart-legend{display:flex;flex-direction:column;gap:8px;font-size:14px;color:#333;justify-content:flex-start;align-items:flex-start}.Charts-chart-legend .legend-item{display:flex;align-items:center;gap:8px}.Charts-chart-legend .legend-color{width:14px;height:14px;border-radius:2px;display:inline-block}@media(max-width: 1300px){.Charts-chart{min-height:auto}}
