.bar-chart-container{width:100%;max-width:900px;margin:0 auto;display:flex;flex-direction:column;align-items:center;padding:20px;border-radius:8px}.bar-chart-container .bar-chart-js{width:100%;height:400px;position:relative;max-width:100%}.bar-chart-container .bar-chart-js canvas{border-radius:4px;max-width:100%}@media(max-width:768px){.bar-chart-container .bar-chart-js{height:300px}}@media(max-width:480px){.bar-chart-container .bar-chart-js{height:250px}}@media(min-width:1024px){.bar-chart-container .bar-chart-js{height:450px}}.bar-chart-wrapper{display:flex;flex-direction:column;align-items:center;gap:20px}.bar-chart-wrapper .chart-title{font-size:20px;font-weight:700;color:#2c5282;text-align:center;margin-bottom:10px}@media(max-width:768px){.bar-chart-wrapper .chart-title{font-size:18px}}.bar-chart-wrapper .chart-legend{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-top:15px}.bar-chart-wrapper .chart-legend .legend-item{display:flex;align-items:center;gap:8px;font-size:14px;color:#333}.bar-chart-wrapper .chart-legend .legend-item .legend-color{width:16px;height:16px;border-radius:3px}.bar-chart-wrapper .chart-legend .legend-item .legend-color.fontagro{background-color:#34cc99}.bar-chart-wrapper .chart-legend .legend-item .legend-color.otras-agencias{background-color:#83c559}.bar-chart-wrapper .chart-legend .legend-item .legend-color.contrapartida{background-color:#72d0cf}@media(max-width:480px){.bar-chart-wrapper .chart-legend .legend-item{font-size:12px}.bar-chart-wrapper .chart-legend .legend-item .legend-color{width:14px;height:14px}}.bar-chart-loading{background:#f8f9fa;border-radius:8px;color:#666}.bar-chart-error,.bar-chart-loading{display:flex;justify-content:center;align-items:center;height:400px;font-size:16px}.bar-chart-error{background:#fff5f5;border:1px solid #fed7d7;border-radius:8px;color:#c53030;text-align:center;padding:20px}