:root{--navy:#111b46;--blue:#2f477e;--ink:#24263a;--muted:#777b8d;--line:#dadde7;--bg:#f4f5f8;--card:#fff;--good:#2e7d32;--warn:#c56b00;--bad:#b3261e}*{box-sizing:border-box}body{margin:0;background:var(--bg);font-family:'Segoe UI',Inter,system-ui,-apple-system,Arial,sans-serif;color:var(--ink);display:flex}.rail{width:54px;background:#f7f7f8;border-right:1px solid #ddd;min-height:100vh;display:flex;flex-direction:column;align-items:center;gap:22px;padding:14px 0;color:#59606f}.rail .dots{font-size:22px;color:#333}.rail .active{border-left:4px solid #0f766e;padding-left:8px;color:#0f766e}.page{flex:1;min-width:0}.topbar{height:52px;background:#fff;border-bottom:1px solid #ddd;display:grid;grid-template-columns:280px minmax(260px,1fr) 170px;align-items:center;gap:18px;padding:0 20px}.title span{font-size:14px}.title b{display:block;font-weight:500;color:var(--muted);font-size:12px}.topbar input{height:34px;border:1px solid #d8dbe4;border-radius:3px;padding:0 14px;font-size:14px}.classicLink{justify-self:end;color:#2f477e;text-decoration:none;font-weight:700;font-size:13px}.reportShell{margin:16px auto 28px;max-width:1220px;background:linear-gradient(180deg,#111b46 0,#172459 150px,#fff 151px);border-radius:0 0 12px 12px;padding:22px 26px 28px;box-shadow:0 6px 20px rgba(0,0,0,.08)}.filters{display:grid;grid-template-columns:112px repeat(8,1fr);gap:9px;align-items:center}.logoBox{background:#fff;border-radius:7px;height:50px;display:grid;place-items:center}.logoBox img{max-width:84px;max-height:42px}label{background:#fff;border-radius:2px;padding:6px 9px;color:#333;font-size:11px;box-shadow:0 0 0 1px rgba(0,0,0,.08)}select{width:100%;border:0;border-top:1px solid #eee;margin-top:4px;padding-top:4px;background:#fff;color:#555;outline:none}.kpis{margin:16px 0 12px;background:#fff;border-radius:8px;padding:14px;display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.kpis article{border:1px solid #d4d7df;min-height:86px;padding:10px 12px;position:relative;overflow:hidden}.kpis article.kpiGood{border-color:#93c5a1;background:linear-gradient(180deg,#fff,#f4fbf5)}.kpis article.kpiBad{border-color:#e5a39e;background:linear-gradient(180deg,#fff,#fff5f4)}.kpis article.kpiNeutral{border-color:#d4d7df}.kpis span{display:block;font-size:12px;color:#7a7f8e}.kpis strong{font-size:18px;display:block;margin-top:6px}.kpis article.kpiGood strong{color:var(--good)}.kpis article.kpiBad strong{color:var(--bad)}.kpis #kpiState.good{color:var(--good)}.kpis #kpiState.bad{color:var(--bad)}.kpiMeta{display:block;margin-top:5px;font-size:10px;font-weight:700;color:#667085;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kpiBar{height:7px;background:#e8ebf2;border-radius:999px;margin-top:7px;overflow:hidden;position:relative}.kpiBar i{display:block;height:100%;width:0;background:#8b93a7;border-radius:999px}.kpiGood .kpiBar i{background:var(--good)}.kpiBad .kpiBar i{background:var(--bad)}.chartCard,.tableCard{background:#fff;border:1px solid #e1e3eb;border-radius:7px;box-shadow:0 1px 4px rgba(0,0,0,.08);padding:12px 16px}.chartCard h3,.tableCard h3{margin:0 0 10px;color:#c4c6d0;text-transform:none;font-size:13px;font-weight:500}.wide{margin-bottom:12px}#dateChart{width:100%;height:230px;display:block}.axis{stroke:#e8e9ef;stroke-width:1}.linePath{fill:none;stroke:#364772;stroke-width:2.3}.dot{fill:#364772}.label{fill:#59606f;font-size:11px}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px}.bars{display:grid;gap:10px;padding:8px 0}.barRow{display:grid;grid-template-columns:128px 1fr 58px 72px;gap:10px;align-items:center;font-size:12px;width:100%;border:0;background:transparent;text-align:left;color:inherit;padding:2px 0;cursor:pointer}.barRow:hover{background:#f8fafc}.barTrack{height:22px;background:#f1f2f6;position:relative;border-radius:3px;overflow:hidden}.barFill{display:block;height:100%;background:#3c466f}.barValue{text-align:right;font-weight:700}.barRow small{font-size:10px;font-weight:800;color:#667085;text-align:right}.barRow.good .barFill{background:var(--good)}.barRow.bad .barFill{background:var(--bad)}.barRow.good .barValue{color:var(--good)}.barRow.bad .barValue{color:var(--bad)}.datePoint{cursor:pointer}.datePoint:hover{r:7;fill:#111b46}.tableCard{overflow:auto}table{width:100%;border-collapse:collapse;font-size:12px}th{font-size:11px;text-align:left;color:#30364a;border-bottom:1px solid #cfd3dd;padding:7px 8px}td{padding:6px 8px;border-bottom:1px solid #eceef4}td:nth-child(3),td:nth-child(4),td:nth-child(5),td:nth-child(6),th:nth-child(3),th:nth-child(4),th:nth-child(5),th:nth-child(6){text-align:right}tbody tr:nth-child(even){background:#f3f4f7}tfoot td{font-weight:800;border-top:2px solid #4b5563;background:#fff}@media(max-width:1000px){.rail{display:none}.topbar{grid-template-columns:1fr}.topbar{height:auto;padding:10px}.reportShell{margin:0;border-radius:0;padding:14px;background:linear-gradient(180deg,#111b46 0,#172459 300px,#fff 301px)}.filters{grid-template-columns:repeat(2,1fr)}.logoBox{grid-column:1/-1}.kpis{grid-template-columns:repeat(2,1fr)}.grid2{grid-template-columns:1fr}.barRow{grid-template-columns:86px 1fr 50px;gap:7px}.barRow small{grid-column:2/-1;text-align:left}}


/* Operaciones dashboard overrides: remove Power BI look */
body.opsDashboard{display:block;background:#f3f6fb;color:#172033;min-height:100vh}
body.opsDashboard .rail,.hiddenFilter{display:none!important}
body.opsDashboard .page{display:block}
.hero{background:linear-gradient(135deg,#111b46,#1f3f7a);color:#fff;padding:22px clamp(16px,3vw,34px);display:flex;justify-content:space-between;align-items:center;gap:16px;box-shadow:0 8px 22px rgba(13,27,70,.18)}
.hero .eyebrow{margin:0 0 6px;letter-spacing:.08em;text-transform:uppercase;font-size:12px;color:#cbd7ff;font-weight:800}
.hero h1{margin:0;font-size:clamp(24px,3.2vw,38px);line-height:1.08}
.hero #updatedLabel{margin:8px 0 0;color:#d9e2ff;font-size:13px}
.brandBox{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);border-radius:18px;padding:12px;display:flex;align-items:center;gap:14px;backdrop-filter:blur(6px)}
.brandBox img{width:92px;max-height:48px;object-fit:contain;background:#fff;border-radius:10px;padding:6px}
.brandBox .classicLink{color:#fff;text-decoration:none;border:1px solid rgba(255,255,255,.45);border-radius:999px;padding:9px 12px;font-weight:800;font-size:12px;white-space:nowrap}
body.opsDashboard .reportShell{max-width:1280px;margin:18px auto 30px;padding:0 18px 26px;background:transparent;border-radius:0;box-shadow:none}
body.opsDashboard .filters{background:#fff;border:1px solid #dfe5f0;border-radius:18px;padding:14px;display:grid;grid-template-columns:repeat(7,minmax(120px,1fr));gap:10px;align-items:end;box-shadow:0 8px 24px rgba(17,27,70,.08)}
body.opsDashboard .filters label{box-shadow:none;border:1px solid #d8deeb;border-radius:12px;background:#fbfcff;padding:8px 10px;font-size:11px;color:#596173;font-weight:800;text-transform:uppercase;letter-spacing:.03em}
body.opsDashboard select,body.opsDashboard input{border:0;border-top:1px solid #e6eaf2;margin-top:6px;padding:6px 0 2px;background:transparent;color:#172033;outline:none;width:100%;font-size:13px;text-transform:none;font-weight:600}
body.opsDashboard .searchFilter{grid-column:span 1}
body.opsDashboard .kpis{margin:14px 0;background:transparent;border-radius:0;padding:0;display:grid;grid-template-columns:repeat(6,1fr);gap:12px}
body.opsDashboard .kpis article{background:#fff;border:1px solid #dfe5f0;border-radius:16px;min-height:100px;padding:14px;box-shadow:0 8px 24px rgba(17,27,70,.07)}
body.opsDashboard .kpis span{text-transform:uppercase;letter-spacing:.04em;font-weight:900;font-size:11px;color:#6b7280}
body.opsDashboard .kpis strong{font-size:24px;color:#111827}
body.opsDashboard .chartCard,body.opsDashboard .tableCard{border:1px solid #dfe5f0;border-radius:18px;box-shadow:0 8px 24px rgba(17,27,70,.07);padding:16px;background:#fff}
body.opsDashboard .chartCard h3,body.opsDashboard .tableCard h3{color:#172033;font-size:15px;font-weight:900;text-transform:none;letter-spacing:0;margin-bottom:12px}
body.opsDashboard .grid2{gap:14px;margin-bottom:14px}
body.opsDashboard .wide{margin-bottom:14px}
body.opsDashboard .barRow{border-radius:10px;padding:6px;grid-template-columns:132px 1fr 62px 72px}
body.opsDashboard .barRow:hover{background:#f3f6fb}
body.opsDashboard th{text-transform:uppercase;color:#596173;background:#f8fafc}
@media(max-width:1100px){body.opsDashboard .filters{grid-template-columns:repeat(3,1fr)}body.opsDashboard .kpis{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.hero{align-items:flex-start;flex-direction:column}.brandBox{width:100%;justify-content:space-between}body.opsDashboard .reportShell{padding:0 10px 20px;margin-top:10px}body.opsDashboard .filters{grid-template-columns:1fr 1fr;border-radius:14px}body.opsDashboard .searchFilter{grid-column:1/-1}body.opsDashboard .kpis{grid-template-columns:1fr 1fr}body.opsDashboard .grid2{grid-template-columns:1fr}body.opsDashboard .barRow{grid-template-columns:92px 1fr 54px;gap:7px}.barRow small{grid-column:2/-1;text-align:left}}
@media(max-width:480px){body.opsDashboard .filters,body.opsDashboard .kpis{grid-template-columns:1fr}.brandBox{flex-direction:column;align-items:flex-start}.brandBox .classicLink{width:100%;text-align:center}}

.datePoint.muted,.label.muted{opacity:.22}.datePoint.selected{stroke:#111b46;stroke-width:4;paint-order:stroke;filter:drop-shadow(0 2px 4px rgba(17,27,70,.35))}.linePath.selectionActive{opacity:.38}.datePoint{transition:opacity .15s ease,filter .15s ease,stroke-width .15s ease}.label{transition:opacity .15s ease}

.sortHead{appearance:none;border:0;background:transparent;color:inherit;font:inherit;font-weight:900;text-transform:uppercase;letter-spacing:.03em;cursor:pointer;width:100%;display:flex;justify-content:flex-start;gap:5px;align-items:center;padding:0}.sortHead:hover{color:#111b46}.sortHead.active{color:#111b46}.sortHead span{font-size:10px;color:#2f477e}td:nth-child(7),th:nth-child(7){text-align:right}td:nth-child(5),th:nth-child(5){text-align:right}

.tableCard{max-height:640px;overflow:auto}.tableCard table{min-width:920px}.tableCard thead th{position:sticky;top:0;z-index:2}.tableCard tfoot td{position:sticky;bottom:0;z-index:2}.sortHead[data-sort="fillRate"]{justify-content:flex-end}

.trendSegment{stroke:#364772;stroke-width:2.5;fill:none}.trendSegment.noProdBridge{stroke-dasharray:7 6;stroke:#7b849a}.trendLine.selectionActive{opacity:.38}.noProdPoint{fill:#fff;stroke:#7b849a;stroke-width:2;stroke-dasharray:2 2}.noProdLabel{fill:#7b849a;font-style:italic}.chartLegend .label{font-size:11px;fill:#59606f}

.chartTitleRow{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px}.chartTitleRow h3{margin:0!important}.noProdLegend{display:inline-flex;align-items:center;gap:8px;color:#59606f;font-size:12px;font-weight:800;white-space:nowrap}.noProdLegend i{display:inline-block;width:46px;border-top:3px dashed #7b849a}.chartTitleRow + #dateChart{margin-top:0}@media(max-width:640px){.chartTitleRow{align-items:flex-start;flex-direction:column}.noProdLegend{font-size:11px}}

.plantBar.muted{opacity:.24;filter:saturate(.45)}.plantBar.selected{outline:2px solid #111b46;outline-offset:2px;background:#f3f6fb!important}.plantBar{transition:opacity .15s ease,filter .15s ease,outline .15s ease,background .15s ease}


/* Clean scroll table: header and total outside moving rows */
.tableCard{max-height:none!important;overflow:hidden!important;display:flex;flex-direction:column}.tableCard table{width:100%;min-width:920px;border-collapse:collapse;table-layout:fixed}.tableCard thead,.tableCard tfoot{display:table;width:100%;table-layout:fixed;flex:0 0 auto}.tableCard tbody{display:block;max-height:520px;overflow-y:auto;overflow-x:hidden;border-top:1px solid #e3e7ef;border-bottom:1px solid #e3e7ef}.tableCard tbody tr{display:table;width:100%;table-layout:fixed}.tableCard thead th{position:static!important;top:auto!important;z-index:auto!important}.tableCard tfoot td{position:static!important;bottom:auto!important;z-index:auto!important}.tableCard thead th,.tableCard tbody td,.tableCard tfoot td{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tableCard thead th:nth-child(1),.tableCard tbody td:nth-child(1),.tableCard tfoot td:nth-child(1){width:9%}.tableCard thead th:nth-child(2),.tableCard tbody td:nth-child(2),.tableCard tfoot td:nth-child(2){width:35%}.tableCard thead th:nth-child(3),.tableCard tbody td:nth-child(3),.tableCard tfoot td:nth-child(3){width:13%}.tableCard thead th:nth-child(4),.tableCard tbody td:nth-child(4),.tableCard tfoot td:nth-child(4){width:13%}.tableCard thead th:nth-child(5),.tableCard tbody td:nth-child(5),.tableCard tfoot td:nth-child(5){width:11%}.tableCard thead th:nth-child(6),.tableCard tbody td:nth-child(6),.tableCard tfoot td:nth-child(6){width:10%}.tableCard thead th:nth-child(7),.tableCard tbody td:nth-child(7),.tableCard tfoot td:nth-child(7){width:9%}.tableCard tfoot{box-shadow:0 -4px 10px rgba(17,27,70,.06)}.tableCard thead{box-shadow:0 4px 10px rgba(17,27,70,.05)}.tableCard tbody::-webkit-scrollbar{width:10px}.tableCard tbody::-webkit-scrollbar-track{background:#eef2f7;border-radius:999px}.tableCard tbody::-webkit-scrollbar-thumb{background:#a8b0c2;border-radius:999px;border:2px solid #eef2f7}@media(max-width:760px){.tableCard{overflow-x:auto!important}.tableCard tbody{max-height:460px}}

/* Align fixed header/footer columns with scrollable tbody */
.tableCard{--scrollbar-width:10px}.tableCard thead,.tableCard tfoot{width:calc(100% - var(--scrollbar-width))!important}.tableCard tfoot td:nth-child(n+3){text-align:right}


/* Institutional dashboard look & feel — aligned to Indicadores de Desempeño */
:root{
  --bimbo-navy:#010026;
  --bimbo-blue:#00597a;
  --bimbo-royal:#2455d9;
  --institutional-bg:#f3f6fa;
  --institutional-surface:#ffffff;
  --institutional-muted:#5b667a;
  --institutional-border:#d6dde6;
  --institutional-shadow:0 10px 24px rgba(9,17,41,.08);
  --institutional-radius:12px;
}
body.opsDashboard{
  background:linear-gradient(180deg,#f8fafc 0%,#eef2f7 100%)!important;
  color:#0b1324!important;
  font-family:"Source Sans 3","Segoe UI",Inter,system-ui,-apple-system,Arial,sans-serif!important;
}
.hero{
  width:min(1520px,calc(100% - 24px));
  margin:12px auto 0;
  padding:22px 24px!important;
  border-radius:0 0 14px 14px;
  background:
    radial-gradient(circle at 82% 22%,rgba(255,255,255,.14),transparent 28%),
    linear-gradient(135deg,var(--bimbo-navy) 0%,#06164e 45%,#2d5bed 100%)!important;
  border:1px solid rgba(255,255,255,.22);
  box-shadow:var(--institutional-shadow)!important;
  min-height:108px;
}
.hero .eyebrow{
  color:rgba(255,255,255,.78)!important;
  letter-spacing:.22em!important;
  font-size:11px!important;
  font-weight:800!important;
}
.hero h1{
  font-size:clamp(28px,3vw,38px)!important;
  letter-spacing:-.025em;
  font-weight:800!important;
}
.hero #updatedLabel{
  color:rgba(255,255,255,.9)!important;
  font-size:15px!important;
  font-weight:500;
}
.brandBox{
  min-width:250px;
  justify-content:flex-end;
  background:transparent!important;
  border:0!important;
  padding:0!important;
  gap:12px!important;
  backdrop-filter:none!important;
}
.brandBadge{
  width:54px;height:54px;border-radius:17px;
  display:grid;place-items:center;
  color:#fff;font-weight:900;font-size:14px;
  background:rgba(255,255,255,.15);
  border:1px solid rgba(255,255,255,.13);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18);
}
.brandMeta{color:#fff;text-align:right;line-height:1.1;min-width:118px}
.brandMeta span{display:block;color:rgba(255,255,255,.72);font-size:11px;font-weight:800;letter-spacing:.02em}
.brandMeta strong{display:block;margin-top:4px;font-size:12px;font-weight:800;color:#fff}
.brandBox .classicLink{
  background:rgba(255,255,255,.1)!important;
  border-color:rgba(255,255,255,.22)!important;
  box-shadow:none!important;
}
body.opsDashboard .reportShell{
  width:min(1520px,calc(100% - 24px));
  max-width:1520px!important;
  margin:18px auto 32px!important;
  padding:0!important;
}
body.opsDashboard .filters{
  border-radius:14px!important;
  border:1px solid var(--institutional-border)!important;
  box-shadow:0 12px 30px rgba(9,17,41,.08)!important;
  background:rgba(255,255,255,.94)!important;
  padding:14px!important;
  grid-template-columns:repeat(7,minmax(128px,1fr))!important;
}
body.opsDashboard .filters label{
  border:1px solid var(--institutional-border)!important;
  border-radius:12px!important;
  background:#f8fafc!important;
  color:#667085!important;
  min-height:50px;
  box-shadow:0 1px 0 rgba(9,17,41,.02)!important;
}
body.opsDashboard select,body.opsDashboard input{
  color:#0b1324!important;
  font-weight:700!important;
  font-size:13px!important;
  border-top:0!important;
  margin-top:4px!important;
}
body.opsDashboard .kpis{
  margin:14px 0 16px!important;
  gap:12px!important;
}
body.opsDashboard .kpis article{
  border-radius:14px!important;
  border:1px solid var(--institutional-border)!important;
  background:#fff!important;
  min-height:92px!important;
  padding:14px 16px!important;
  box-shadow:var(--institutional-shadow)!important;
}
body.opsDashboard .kpis article.kpiGood{border-color:#b7e6c4!important;background:linear-gradient(180deg,#fff,#f5fff8)!important}
body.opsDashboard .kpis article.kpiBad{border-color:#f2c1ba!important;background:linear-gradient(180deg,#fff,#fff7f6)!important}
body.opsDashboard .kpis span{
  color:#667085!important;
  font-size:11px!important;
  letter-spacing:.08em!important;
}
body.opsDashboard .kpis strong{
  color:#0b1324!important;
  font-size:26px!important;
  letter-spacing:-.02em;
  line-height:1;
}
body.opsDashboard .kpis article.kpiGood strong{color:var(--good)!important}
body.opsDashboard .kpis article.kpiBad strong{color:var(--bad)!important}
body.opsDashboard .kpiMeta{color:#667085!important;font-size:10px!important}
body.opsDashboard .chartCard,body.opsDashboard .tableCard{
  border-radius:14px!important;
  border:1px solid var(--institutional-border)!important;
  box-shadow:var(--institutional-shadow)!important;
  background:#fff!important;
  padding:16px 18px!important;
}
body.opsDashboard .chartCard h3,body.opsDashboard .tableCard h3{
  color:#0b1324!important;
  font-size:16px!important;
  font-weight:800!important;
  letter-spacing:.01em!important;
}
body.opsDashboard .grid2{gap:14px!important;margin-bottom:14px!important}
body.opsDashboard .wide{margin-bottom:14px!important}
.linePath,.trendSegment{stroke:var(--bimbo-navy)!important}.dot,.datePoint{fill:var(--bimbo-navy)!important}.axis{stroke:#e5e9f0!important}.label{fill:#667085!important}.noProdPoint{fill:#fff!important;stroke:#8a94a6!important}.trendSegment.noProdBridge{stroke:#8a94a6!important}
body.opsDashboard .barRow{
  border-radius:10px!important;
  padding:7px 8px!important;
  border:1px solid transparent;
}
body.opsDashboard .barRow:hover{background:#f8fafc!important;border-color:#e5e9f0}
body.opsDashboard .barTrack{height:20px!important;background:#eef2f7!important;border-radius:999px!important}.barFill{border-radius:999px!important;background:var(--bimbo-navy)!important}.barRow.good .barFill{background:var(--good)!important}.barRow.bad .barFill{background:var(--bad)!important}.barValue{font-weight:900!important;color:#0b1324!important}.barRow.good .barValue{color:var(--good)!important}.barRow.bad .barValue{color:var(--bad)!important}.barRow small{color:#667085!important}
body.opsDashboard table{font-size:12px!important}body.opsDashboard th{
  background:#f8fafc!important;
  color:#667085!important;
  font-size:11px!important;
  letter-spacing:.06em!important;
  border-bottom:1px solid var(--institutional-border)!important;
}body.opsDashboard td{border-bottom:1px solid #edf1f6!important;color:#1f2937!important}body.opsDashboard tbody tr:nth-child(even){background:#f8fafc!important}body.opsDashboard tbody tr:hover{background:#eef4ff!important}body.opsDashboard tfoot td{background:#fff!important;border-top:2px solid var(--bimbo-navy)!important;color:#0b1324!important}
.sortHead:hover,.sortHead.active{color:var(--bimbo-navy)!important}.plantBar.selected{outline-color:var(--bimbo-navy)!important;background:#eef4ff!important}
@media(max-width:1100px){body.opsDashboard .filters{grid-template-columns:repeat(3,1fr)!important}body.opsDashboard .kpis{grid-template-columns:repeat(3,1fr)!important}.brandBox{min-width:0}}
@media(max-width:760px){.hero{width:100%;margin:0;border-radius:0;flex-direction:column;align-items:flex-start}.brandBox{width:100%;justify-content:space-between!important}body.opsDashboard .reportShell{width:calc(100% - 20px)!important;margin:10px auto 24px!important}body.opsDashboard .filters{grid-template-columns:1fr 1fr!important}body.opsDashboard .searchFilter{grid-column:1/-1!important}body.opsDashboard .kpis{grid-template-columns:1fr 1fr!important}body.opsDashboard .grid2{grid-template-columns:1fr!important}}
@media(max-width:480px){body.opsDashboard .filters,body.opsDashboard .kpis{grid-template-columns:1fr!important}.brandBox{align-items:flex-start;flex-direction:column}.brandMeta{text-align:left}.brandBox .classicLink{width:100%;text-align:center}}
/* Ajuste tabla Fill Rate: columnas Planta/WO/Código compactas y Descripción amplia */
.tableCard table{min-width:1080px}
.tableCard thead th:nth-child(1),.tableCard tbody td:nth-child(1),.tableCard tfoot td:nth-child(1){width:6%}
.tableCard thead th:nth-child(2),.tableCard tbody td:nth-child(2),.tableCard tfoot td:nth-child(2){width:8%}
.tableCard thead th:nth-child(3),.tableCard tbody td:nth-child(3),.tableCard tfoot td:nth-child(3){width:8%}
.tableCard thead th:nth-child(4),.tableCard tbody td:nth-child(4),.tableCard tfoot td:nth-child(4){width:35%}
.tableCard thead th:nth-child(5),.tableCard tbody td:nth-child(5),.tableCard tfoot td:nth-child(5){width:10%}
.tableCard thead th:nth-child(6),.tableCard tbody td:nth-child(6),.tableCard tfoot td:nth-child(6){width:10%}
.tableCard thead th:nth-child(7),.tableCard tbody td:nth-child(7),.tableCard tfoot td:nth-child(7){width:9%}
.tableCard thead th:nth-child(8),.tableCard tbody td:nth-child(8),.tableCard tfoot td:nth-child(8){width:8%}
.tableCard thead th:nth-child(9),.tableCard tbody td:nth-child(9),.tableCard tfoot td:nth-child(9){width:6%}
.tableCard tbody td:nth-child(n+5),.tableCard thead th:nth-child(n+5),.tableCard tfoot td:nth-child(n+5){text-align:right}
.sortHead[data-sort="sent"],.sortHead[data-sort="received"],.sortHead[data-sort="missing"],.sortHead[data-sort="fillRate"],.sortHead[data-sort="open"]{justify-content:flex-end}
/* Ajuste estético: Código y Descripción alineados a la izquierda */
.tableCard thead th:nth-child(3),.tableCard tbody td:nth-child(3),.tableCard tfoot td:nth-child(3),
.tableCard thead th:nth-child(4),.tableCard tbody td:nth-child(4),.tableCard tfoot td:nth-child(4){text-align:left!important}
.sortHead[data-sort="item"],.sortHead[data-sort="description"]{justify-content:flex-start!important}
/* Línea de meta 97% en tendencia Fill Rate */
.targetLine{stroke:#d97706;stroke-width:2;stroke-dasharray:7 5;opacity:.95}
.targetLabel{fill:#b45309;font-size:12px;font-weight:900}
