@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;600;700;800;900&display=swap");
:root{--navy:#010026;--blue:#00597a;--red:#e4002b;--green:#16a34a;--yellow:#f59e0b;--bg:#f4f6fb;--card:#fff;--text:#101828;--muted:#667085;--border:#d7dce5;--shadow:0 12px 30px rgba(16,24,40,.08);--radius:14px}*{box-sizing:border-box}body{margin:0;font-family:"Source Sans 3",system-ui,sans-serif;background:var(--bg);color:var(--text)}.topbar{background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px clamp(18px,5vw,72px) 26px;box-shadow:0 8px 22px rgba(1,0,38,.22)}.brand{display:flex;align-items:center;gap:18px}.brand img{width:70px;height:70px;object-fit:contain;background:#fff;border-radius:18px;padding:6px}.brand strong{display:block;font-size:1.55rem;font-weight:900;line-height:1}.brand span{display:block;color:#d7dcef;font-size:.98rem;font-weight:700;margin-top:2px}.topbar nav{display:flex;align-items:center;gap:10px}.topbar a,.topbar button{border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.1);color:#fff;text-decoration:none;border-radius:999px;padding:9px 15px;font-weight:800;cursor:pointer}.topbar button:hover,.topbar a:hover{background:rgba(255,255,255,.18)}.page{max-width:1480px;margin:0 auto;padding:0 clamp(8px,1.4vw,18px) 36px}.filter-card{transform:translateY(-16px);display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:10px;background:#fff;border:1px solid #dfe4ee;border-radius:12px;padding:10px;box-shadow:0 8px 20px rgba(16,24,40,.12)}.filter-card label{font-size:.75rem;font-weight:900;color:#344054}.filter-card select{display:block;width:100%;height:34px;margin-top:4px;border:1px solid #d7dce5;background:#fff;border-radius:7px;padding:4px 10px;font:inherit;font-weight:700;color:#1d2939}.filter-card select:disabled{color:#667085;background:#f8fafc}.switch-filter{display:grid!important;grid-template-columns:1fr auto;grid-template-rows:auto auto;column-gap:9px;align-items:center;min-height:46px;padding:2px 4px}.switch-filter input{position:absolute;opacity:0;pointer-events:none}.switch-ui{grid-column:2;grid-row:1/3;width:34px;height:18px;border-radius:999px;background:#d7dce5;border:1px solid #c4cbd8;position:relative;transition:.18s ease}.switch-ui:after{content:"";position:absolute;width:14px;height:14px;border-radius:50%;background:#fff;left:1px;top:1px;box-shadow:0 1px 4px rgba(16,24,40,.28);transition:.18s ease}.switch-filter input:checked+.switch-ui{background:#00597a;border-color:#00597a}.switch-filter input:checked+.switch-ui:after{transform:translateX(16px)}.switch-filter small{grid-column:1;grid-row:2;color:#667085;font-size:.68rem;font-weight:900;line-height:1}.switch-filter:focus-within .switch-ui{box-shadow:0 0 0 3px rgba(0,89,122,.14)}.status{margin:0 0 14px;padding:10px 14px;border-radius:10px;background:#eef6ff;color:#00597a;font-weight:800;border:1px solid #bfdbfe}.status.error{background:#fef2f2;color:#b91c1c;border-color:#fecaca}.section-card,.panel{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:14px}.section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:12px}.section-title h2,.panel h2{margin:0;text-transform:uppercase;letter-spacing:.04em;font-size:.95rem;font-weight:900}.section-title h2:after{content:"";display:block;width:64px;height:3px;border-radius:999px;background:#00597a;margin-top:6px}.section-title span,.panel p{color:var(--muted);font-weight:700}.kpi-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.kpi-stack{display:grid;grid-template-rows:auto auto;gap:8px}.kpi{position:relative;min-height:86px;border:1px solid #dce4e9;border-radius:12px;padding:12px 32px 12px 12px;background:linear-gradient(135deg,#eef9f2,#d9f0e4);box-shadow:inset 0 0 0 1px rgba(255,255,255,.45),0 7px 18px rgba(16,24,40,.07)}.kpi--red{background:linear-gradient(135deg,#fff1f1,#f5d5d5)}.kpi--yellow{background:linear-gradient(135deg,#fff8e8,#f7e2b7)}.kpi--gray{background:linear-gradient(135deg,#f8fafc,#e8edf5)}.kpi-dot{position:absolute;right:13px;top:13px;width:14px;height:14px;border-radius:50%;background:var(--green);box-shadow:0 0 0 3px rgba(22,163,74,.12)}.kpi--red .kpi-dot{background:var(--red);box-shadow:0 0 0 3px rgba(228,0,43,.12)}.kpi--yellow .kpi-dot{background:var(--yellow);box-shadow:0 0 0 3px rgba(245,158,11,.15)}.kpi--gray .kpi-dot{background:#94a3b8;box-shadow:0 0 0 3px rgba(148,163,184,.16)}.kpi .label{font-size:.78rem;line-height:1.05;color:#1f2937;font-weight:900}.kpi .value{font-size:1.48rem;font-weight:900;margin-top:3px;line-height:1;color:#0f172a}.kpi .note{margin-top:8px;color:#344054;font-size:.78rem;font-weight:800}.grid{display:grid;gap:14px;margin-top:14px}.grid.two{grid-template-columns:1.08fr .92fr}.panel header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px}.panel p{margin:3px 0 0;font-size:.9rem}.bars,.pareto{display:flex;flex-direction:column;gap:9px}.bar-row{display:grid;grid-template-columns:170px 1fr 88px;gap:10px;align-items:center}.bar-label{font-weight:900;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1f2937}.bar-track{height:20px;background:#eef2f7;border-radius:999px;overflow:hidden;position:relative}.bar-fill{height:100%;min-width:2px;background:var(--blue);border-radius:999px}.bar-fill.green{background:var(--green)}.bar-fill.yellow{background:var(--yellow)}.bar-fill.red{background:var(--red)}.bar-fill.gray{background:#94a3b8}.bar-value{text-align:right;font-weight:900}.monthly-bars{display:grid;grid-template-columns:repeat(auto-fit,minmax(58px,1fr));gap:10px;align-items:end;min-height:150px}.month-col{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:6px;min-height:200px}.month-qpm{font-size:.68rem;font-weight:900;color:#101828}.month-bar{width:100%;max-width:42px;min-height:4px;border-radius:10px 10px 4px 4px;background:var(--blue)}.month-bar.green{background:var(--green)}.month-bar.red{background:var(--red)}.month-bar.gray{background:#94a3b8}.month-label{font-size:.68rem;color:var(--muted);font-weight:900}
.weekly-trend{display:grid;grid-template-columns:repeat(auto-fit,minmax(58px,1fr));gap:8px;align-items:end;min-height:160px}.weekly-trend.horizontal{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:9px;min-height:unset;align-items:stretch}.week-hrow{display:grid;grid-template-columns:42px 1fr 48px;gap:8px;align-items:center}.week-hlabel{font-size:.8rem;color:#667085;font-weight:900}.week-htrack{height:14px;background:#eef2f7;border-radius:999px;overflow:hidden}.week-hbar{height:100%;border-radius:999px;background:#64748b}.week-hbar.green{background:var(--green)}.week-hbar.red{background:var(--red)}.week-hbar.gray{background:#64748b}.week-hvalue{text-align:right;font-weight:900;font-size:.82rem}
.weekly-trend.single-row{display:flex;gap:8px;align-items:end;overflow-x:auto;min-height:160px;padding-bottom:4px}.weekly-trend.single-row .week-col{min-width:34px;flex:0 0 34px}
.week-col{display:flex;flex-direction:column;justify-content:flex-end;gap:5px;align-items:center;min-height:150px}.week-bar{width:100%;max-width:28px;border-radius:10px 10px 4px 4px;background:var(--blue);min-height:3px}.week-bar.powerbi{background:#64748b}.week-bar.green{background:var(--green)}.week-bar.red{background:var(--red)}.week-bar.gray{background:#94a3b8}.week-bar.own{background:var(--green)}.week-bar.gray{background:#64748b}.week-label{font-size:.68rem;color:var(--muted);font-weight:900}.week-qpm{font-size:.68rem;font-weight:900}.week-source{font-size:.67rem;color:#98a2b3;font-weight:800}.table-wrap{overflow:auto;border:1px solid var(--border);border-radius:12px}table{width:100%;border-collapse:collapse;font-size:.9rem}th,td{padding:9px 11px;border-bottom:1px solid #eef2f7;text-align:left;vertical-align:top}th{background:#f8fafc;color:#344054;font-weight:900;position:sticky;top:0}.sort-th{appearance:none;border:0;background:transparent;color:#344054;font:inherit;font-weight:900;padding:0;cursor:pointer;display:inline-flex;align-items:center;gap:5px}.sort-th span{font-size:.72rem;color:#00597a}tbody tr:hover{background:#f9fafb}.muted{color:var(--muted)}@media(max-width:1100px){.filter-card{grid-template-columns:repeat(2,minmax(150px,1fr))}.kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.two{grid-template-columns:1fr}}@media(max-width:720px){.topbar{align-items:flex-start;flex-direction:column}.brand img{width:58px;height:58px}.filter-card,.kpi-grid{grid-template-columns:1fr}.bar-row{grid-template-columns:118px 1fr 70px}.topbar nav{width:100%;justify-content:space-between}}
.combo-chart-wrap{width:100%;overflow:hidden}.combo-chart{width:100%;height:auto;display:block;max-height:245px}.combo-grid{stroke:#e8edf3;stroke-width:1}.combo-y{font-size:10px;fill:#667085;font-weight:800}.combo-area{fill:#dbeafe;opacity:.72}.combo-target{fill:none;stroke:var(--green);stroke-width:2}.combo-trend{fill:none;stroke:#e4002b;stroke-width:1.6;stroke-dasharray:5 5;opacity:.75}.combo-bar{fill:#010026}.combo-bar.green{fill:var(--green)}.combo-bar.red{fill:var(--red)}.combo-bar.gray{fill:#94a3b8}.combo-value{font-size:10px;fill:#101828;font-weight:900;text-anchor:middle}.combo-label{font-size:10px;fill:#344054;font-weight:800;text-anchor:end}.combo-legend text{font-size:10px;fill:#667085;font-weight:800}
.meta-note{margin:14px 2px 0;color:#667085;font-weight:800;font-size:.86rem;line-height:1.35;background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:10px 12px}

.period-filter{position:relative}
.multi-select-btn{display:block;width:100%;height:34px;margin-top:4px;border:1px solid #d7dce5;background:#fff;border-radius:7px;padding:4px 32px 4px 10px;font:inherit;font-weight:800;color:#1d2939;text-align:left;cursor:pointer;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.multi-select-btn:after{content:"▾";position:absolute;right:10px;top:50%;transform:translateY(-50%);color:#667085;font-size:.85rem}
.multi-select-menu{position:absolute;z-index:50;top:calc(100% + 6px);left:0;min-width:210px;max-height:270px;overflow:auto;background:#fff;border:1px solid #d7dce5;border-radius:12px;box-shadow:0 18px 36px rgba(16,24,40,.18);padding:8px}
.multi-option{display:flex!important;align-items:center;gap:8px;width:100%;padding:7px 8px;border-radius:8px;font-size:.84rem!important;color:#1d2939!important;cursor:pointer}
.multi-option:hover{background:#f2f4f7}.multi-option input{accent-color:#00597a}.multi-option span{font-weight:900}
.filter-card{position:relative;z-index:100}
.period-filter{z-index:120}
.multi-select-menu{z-index:9999}
.section-card,.panel{position:relative;z-index:1}

.combo-bar-group[role="button"],.bar-row.clickable{cursor:pointer}.combo-bar-group[role="button"]:hover .combo-bar{filter:brightness(.9);stroke:#111827;stroke-width:1.5}.bar-row.clickable:hover .bar-track{outline:2px solid rgba(0,89,122,.18)}
.detail-filter-chip{display:inline-flex;align-items:center;gap:8px;margin:0 0 10px;padding:8px 10px;border-radius:999px;background:#eef6ff;border:1px solid #bfdbfe;color:#00597a;font-weight:900;font-size:.84rem}.detail-filter-chip button{border:0;background:#00597a;color:#fff;border-radius:999px;padding:4px 9px;font-weight:900;cursor:pointer}
.detail-type-buttons{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 10px}.detail-type-btn{border:1px solid #d7dce5;background:#fff;color:#344054;border-radius:999px;padding:7px 11px;font-weight:900;font-size:.82rem;cursor:pointer;box-shadow:0 3px 10px rgba(16,24,40,.04)}.detail-type-btn span{display:inline-block;margin-left:5px;color:#667085;font-weight:900}.detail-type-btn:hover{background:#f8fafc;border-color:#b9c2d0}.detail-type-btn.active{background:#00597a;border-color:#00597a;color:#fff}.detail-type-btn.active span{color:#dbeafe}.product-comment-cell{cursor:pointer}.product-name-text{display:block}.comment-badge{display:inline-flex;margin-top:4px;border:1px solid #bfdbfe;background:#eef6ff;color:#00597a;border-radius:999px;padding:2px 7px;font-size:.68rem;font-weight:900}.comment-tooltip{position:fixed;z-index:10000;width:min(520px,calc(100vw - 28px));max-height:min(42vh,300px);overflow:auto;white-space:pre-wrap;background:#010026;color:#fff;border-radius:12px;padding:10px 12px;font-size:.78rem;font-weight:700;line-height:1.22;box-shadow:0 18px 40px rgba(1,0,38,.28);pointer-events:auto;transform:translateY(-100%);scrollbar-width:thin}.comment-tooltip.below{transform:none}.comment-tooltip:before{content:"Síntesis del comentario";display:block;color:#bfdbfe;font-size:.68rem;font-weight:900;text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px}

.lot-product-summary{display:grid;gap:10px}.expiry-group-row{border:1px solid #e4e7ec;border-radius:14px;background:#fff;overflow:hidden}.expiry-group-head{display:grid;grid-template-columns:minmax(190px,1.35fr) .55fr .75fr 1fr;gap:10px;align-items:center;padding:11px 12px;background:#f8fafc;border-bottom:1px solid #e4e7ec}.expiry-group-head strong{font-size:1rem;color:#00597a}.expiry-group-head strong,.expiry-group-head b,.expiry-product-row strong,.expiry-product-row b{display:block;color:#1d2939}.expiry-group-head span,.expiry-product-row span,.expiry-product-more{display:block;color:#667085;font-size:.74rem;font-weight:800;margin-top:2px}.expiry-product-list{display:grid;gap:0}.expiry-product-row{display:grid;grid-template-columns:minmax(260px,2fr) 1fr .6fr;gap:10px;align-items:center;padding:9px 12px;border-top:1px solid #eef2f7}.expiry-product-row:first-child{border-top:0}.expiry-product-row strong,.expiry-product-row b{font-size:.86rem}.expiry-product-more{padding:8px 12px;background:#fbfcfe;border-top:1px solid #eef2f7;color:#00597a}@media(max-width:850px){.expiry-group-head,.expiry-product-row{grid-template-columns:1fr 1fr}.expiry-group-head>div:first-child,.expiry-product-row>div:first-child{grid-column:1/-1}}

.panel-toggle{border:1px solid #d7dce5;background:#fff;color:#00597a;border-radius:999px;padding:7px 12px;font-weight:900;cursor:pointer;white-space:nowrap}.panel-toggle:hover{background:#eef6ff}.collapsible-panel.is-collapsed .panel-body{display:none}.collapsible-panel.is-collapsed header{margin-bottom:0}@media(max-width:720px){.panel-toggle{padding:6px 10px;font-size:.8rem}.collapsible-panel header{align-items:flex-start;gap:8px}}

.analytics-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}.analytics-kpis .kpi{min-height:102px}.analytics-kpis .kpi .value{font-size:1.72rem}@media(max-width:900px){.analytics-kpis{grid-template-columns:1fr 1fr}}@media(max-width:620px){.analytics-kpis{grid-template-columns:1fr}.topbar nav{flex-wrap:wrap}}

.filters-mobile-toggle{display:none;width:100%;border:1px solid #d7dce5;background:#fff;color:#00597a;border-radius:12px;padding:10px 14px;font-weight:900;box-shadow:0 8px 20px rgba(16,24,40,.12);cursor:pointer;transform:translateY(-16px);margin-bottom:8px}.filters-mobile-toggle:after{content:" ▾"}.filters-mobile-toggle[aria-expanded="true"]:after{content:" ▴"}@media(max-width:720px){.filters-mobile-toggle{display:block}.filter-card.mobile-collapsed{display:none}.filter-card{transform:translateY(-16px);margin-bottom:0}}@media(min-width:721px){.filter-card.mobile-collapsed{display:grid}}

/* Web auth guard for Quejas pages. Local LAN/dev is intentionally left unlocked by quejas-auth.js. */
.auth-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(6,12,24,.65);backdrop-filter:blur(4px);z-index:9999;padding:24px}.auth-overlay[hidden]{display:none}.auth-card{width:min(92vw,360px);background:#fff;border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow);padding:22px 20px;display:grid;gap:10px}.auth-card h2{margin:0;font-size:18px}.auth-card p{margin:0;color:var(--muted);font-size:13px}.auth-field{display:grid;gap:6px;font-size:12px;color:var(--muted);font-weight:800}.auth-field input{border-radius:10px;border:1px solid var(--border);background:#f8fafc;color:var(--text);padding:10px 12px;font:inherit}.auth-field input:focus{outline:none;border-color:rgba(1,0,38,.35);box-shadow:0 0 0 3px rgba(1,0,38,.12)}.auth-actions{margin-top:4px}.auth-error{color:#dc2626;font-size:12px;font-weight:800}.auth-locked body{overflow:hidden}.auth-locked main,.auth-locked header{filter:blur(2px);pointer-events:none;user-select:none}.auth-card .btn{border:0;background:var(--navy);color:#fff;border-radius:999px;padding:10px 16px;font-weight:900;cursor:pointer;width:100%}

.lot-product-head{grid-template-columns:minmax(220px,1.6fr) .75fr .75fr .55fr .9fr .75fr}.line-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;padding:12px;background:#fff}.line-mini-card{border:1px solid #e4e7ec;border-radius:12px;background:#fbfcfe;padding:10px 11px;display:grid;gap:3px}.line-mini-card strong{color:#00597a;font-size:.95rem}.line-mini-card span{color:#667085;font-size:.74rem;font-weight:800}.line-mini-card b{color:#1d2939;font-size:.9rem}.line-mini-card em{color:#667085;font-size:.74rem;font-style:normal}@media(max-width:850px){.lot-product-head{grid-template-columns:1fr 1fr}.lot-product-head>div:first-child{grid-column:1/-1}.line-card-grid{grid-template-columns:1fr}}
.chart-metric-card{margin:0 0 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff;border:1px solid #d7dce5;border-radius:12px;padding:10px 14px;box-shadow:0 8px 20px rgba(16,24,40,.08)}.chart-metric-card strong{display:block;font-size:.82rem;font-weight:900;color:#1f2937;text-transform:uppercase;letter-spacing:.04em}.chart-metric-card span{display:block;color:#667085;font-size:.82rem;font-weight:700;margin-top:2px}.chart-metric-card select{min-width:170px;height:34px;border:1px solid #d7dce5;background:#fff;border-radius:8px;padding:4px 10px;font:inherit;font-weight:800;color:#1d2939}@media(max-width:720px){.chart-metric-card{align-items:stretch;flex-direction:column}.chart-metric-card select{width:100%}}

.qpm-semaforo-panel{margin:14px 0}.qpm-semaforo-wrap{border-radius:14px}.qpm-semaforo-table{font-size:.86rem}.qpm-semaforo-table th,.qpm-semaforo-table td{text-align:center;vertical-align:middle;padding:8px 9px}.qpm-semaforo-table thead th{background:#eef2f7;color:#344054;text-transform:uppercase;letter-spacing:.03em;font-size:.74rem}.qpm-semaforo-table .plant-head{position:sticky;left:0;z-index:2;background:#f8fafc;text-align:left;min-width:150px;color:#101828}.qpm-semaforo-table .plant-head small{display:block;color:#667085;font-size:.68rem;font-weight:900;margin-top:1px}.semaforo-cell{min-width:104px;border-left:1px solid rgba(255,255,255,.65);box-shadow:inset 0 0 0 1px rgba(255,255,255,.45)}.semaforo-cell.green{background:#e2f0d9;color:#1f4e2f}.semaforo-cell.red{background:#fce4d6;color:#8a1f11}.semaforo-cell.gray{background:#e8edf5;color:#475467}.semaforo-cell strong{display:block;font-size:1.03rem;font-weight:900;line-height:1.05}.semaforo-cell small{display:block;margin-top:3px;font-size:.68rem;font-weight:900;line-height:1.05;color:inherit;opacity:.86}.semaforo-cell.count strong{font-size:1.12rem}.qpm-semaforo-table tbody tr:hover .plant-head,.qpm-semaforo-table tbody tr:hover .semaforo-cell{filter:brightness(.985)}@media(max-width:720px){.qpm-semaforo-table{font-size:.78rem}.qpm-semaforo-table .plant-head{min-width:118px}.semaforo-cell{min-width:92px}.semaforo-cell strong{font-size:.94rem}.semaforo-cell small{font-size:.62rem}}

.trend-stack{display:grid;grid-template-columns:1fr;gap:14px;margin-top:14px}.trend-stack .panel{width:100%}
.kpi--interactive{cursor:pointer;transition:opacity .16s ease,transform .16s ease,box-shadow .16s ease}.kpi--interactive:hover{transform:translateY(-1px);box-shadow:inset 0 0 0 1px rgba(255,255,255,.45),0 10px 24px rgba(16,24,40,.12)}.kpi.is-muted{opacity:.36;filter:saturate(.7)}.kpi.is-selected{outline:3px solid rgba(0,89,122,.22);outline-offset:2px}.combo-bar-group{transition:opacity .16s ease}.combo-bar-group.is-muted{opacity:.24}.combo-bar-group.is-selected .combo-bar{stroke:#010026;stroke-width:2.2}.combo-bar-group.is-selected .combo-value,.combo-bar-group.is-selected .combo-label{font-weight:900;fill:#010026}
