.stat-cards-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 16px; }
.stat-card {
  background: #fff; border-radius: var(--radius); padding: 14px;
  box-shadow: 0 2px 8px rgba(0,0,0,.05);
}
.stat-label { font-size: 0.75rem; color: var(--color-muted); }
.stat-value { font-size: 1.35rem; font-weight: 700; color: var(--color-primary); }
.chart-row { background: #fff; border-radius: var(--radius); padding: 12px; margin-bottom: 12px; min-height: 220px; }
.chart-box canvas { width: 100% !important; height: 200px !important; }
.compare-select { display: flex; flex-direction: column; gap: 8px; margin-bottom: 12px; }
.compare-option { background: #fff; padding: 10px; border-radius: 8px; font-size: 0.85rem; }
.compare-table { width: 100%; border-collapse: collapse; font-size: 0.8rem; background: #fff; border-radius: var(--radius); overflow: hidden; }
.compare-table th, .compare-table td { padding: 8px; border-bottom: 1px solid #f1f5f9; text-align: left; }
.fallback-table { width: 100%; font-size: 0.8rem; }
