@media (max-width: 768px) {
  .report-container { flex-direction: column; }
  .charts-panel { flex-direction: row; flex-wrap: wrap; gap: 4px; }
  .charts-panel canvas {
    width: 100% !important;
    height: auto !important;
    max-height: 300px;
  }
}




