
/* REPORTES ECO V23.8 — módulo aislado */
.legacy-reports-nav{display:none!important}
.reports-eco-page{padding-bottom:96px}
.reco-topbar,.reco-card{max-width:1500px;margin-left:auto;margin-right:auto}
.reco-topbar{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:12px}
.reco-topbar h2{margin:2px 0 4px}
.reco-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:14px;margin-bottom:10px;box-shadow:0 8px 24px rgba(15,23,42,.045);animation:recoIn .22s ease}
.reco-selector{display:grid;grid-template-columns:1fr 1fr;gap:10px;align-items:end}
.reco-source-help{grid-column:1/-1;font-size:9px;color:#64748b;background:linear-gradient(135deg,#eff6ff,#f0fdf4);border:1px solid #dbeafe;padding:8px 10px;border-radius:10px}
.reco-card-head{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:10px}.reco-card-head strong,.reco-card-head small{display:block}.reco-card-head small{font-size:9px;color:#64748b;margin-top:2px}
.reco-actions{display:flex;gap:7px;flex-wrap:wrap}
.reco-filters{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;align-items:end}
.reco-check{display:flex;align-items:center;gap:7px;height:38px;padding:0 10px;border:1px solid #dbe3ea;border-radius:10px;background:#f8fafc;font-size:9px}
.reco-dynamic-filters{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:9px}
.reco-badge{font-size:8px;font-weight:900;letter-spacing:1px;background:#dcfce7;color:#166534;border:1px solid #bbf7d0;border-radius:999px;padding:6px 9px}
.reco-preview{overflow:auto;max-height:58vh;border:1px solid #e2e8f0;border-radius:12px}
.reco-preview table{width:max-content;min-width:100%;border-collapse:collapse;font-size:9px}.reco-preview th,.reco-preview td{padding:7px 8px;border-bottom:1px solid #eef2f7;white-space:nowrap}.reco-preview th{position:sticky;top:0;background:#0f6b46;color:#fff;z-index:2}
.reco-progress{padding:10px 11px;border:1px solid #bbf7d0;background:linear-gradient(135deg,#f0fdf4,#eff6ff);border-radius:12px;margin-bottom:10px}.reco-progress-head{display:flex;justify-content:space-between;font-size:9px}.reco-progress-track{height:8px;background:#dbeafe;border-radius:999px;overflow:hidden;margin-top:7px}.reco-progress-track i{display:block;height:100%;width:0;background:linear-gradient(90deg,#16a34a,#2563eb);transition:width .25s ease;border-radius:999px}
@keyframes recoIn{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}
@media(max-width:900px){.reco-selector,.reco-filters,.reco-dynamic-filters{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.reco-selector,.reco-filters,.reco-dynamic-filters{grid-template-columns:1fr}.reco-topbar{flex-direction:column}.reco-card-head{align-items:flex-start;flex-direction:column}}

/* V23.14.3 — fuente Lista Repetitiva */
#recoSourceSelect option[value="repeat_detail"]{font-weight:700}

