/* BLOQUE 18 - REPORTES Y EXPORTACIONES */
.reports-grid{display:grid;grid-template-columns:repeat(4,minmax(160px,1fr));gap:14px;margin:20px 0}
.report-stat{background:white;border:1px solid var(--ada-border);border-radius:18px;padding:18px}
.report-stat strong{display:block;font-size:30px;color:var(--ada-primary)}
.report-stat span{color:var(--ada-muted);font-weight:bold}
.report-tabs{display:flex;flex-wrap:wrap;gap:10px;margin:22px 0}
.report-tab{padding:11px 16px;border:1px solid var(--ada-secondary);background:white;color:var(--ada-primary);border-radius:999px;font-weight:bold;cursor:pointer}
.report-tab.active,.report-tab:hover{background:var(--ada-primary);color:white}
.report-section{display:none}.report-section.active{display:block}
.report-actions{display:flex;gap:10px;flex-wrap:wrap;margin:14px 0}
.report-filters{display:grid;grid-template-columns:repeat(4,minmax(180px,1fr));gap:14px;margin:16px 0}
.report-box{background:white;border:1px solid var(--ada-border);border-radius:20px;padding:18px;margin-bottom:18px}
.badge-green{background:#dcfce7;color:#166534}.badge-red{background:#fee2e2;color:#991b1b}.badge-yellow{background:#fef3c7;color:#92400e}.badge-blue{background:#dbeafe;color:#1e40af}
@media(max-width:1100px){.reports-grid,.report-filters{grid-template-columns:repeat(2,minmax(160px,1fr))}}
@media(max-width:650px){.reports-grid,.report-filters{grid-template-columns:1fr}}
