:root{--azul:#29abe2;--rojo:#e82d2d;--naranja:#f17d24;--azul-oscuro:#364e91;--azul-oscuro-trans:#283a6cd9;--azul-claro:#4deeff;--azuldeg:linear-gradient(to left,var(--azul),#fff0);--rojodeg:linear-gradient(to left,var(--rojo),#fff0);--naranjadeg:linear-gradient(to left,var(--naranja),#fff0);--azuloscdeg:linear-gradient(to right,var(--azul),var(--azul-oscuro));--azulcladeg:linear-gradient(to right,var(--azul),var(--azul-claro));--naranjadeg-a-color:linear-gradient(to left,var(--naranja),#ff9769);--rojodeg-a-color:linear-gradient(to left,var(--rojo),#ff9769);--body-bg:#f2f2f2;--body-bg-gradient:#15181e;--body-color:#fff;--h-color:#555;--gris-oscuro:grey;--gris-claro:#ccc;--gris-muy-claro:#e2e2e2;--pastilla-bg:#fff;--cadena-suministro--hiper:#7cb5ec;--cadena-suministro--super:#90ed7d;--cadena-suministro--franquicia:#434343;--cadena-suministro--hiper6000:#7cb5ec;--cadena-suministro--hiper10000:#90ed7d;--cadena-suministro--city:#434343}.deg-azul{background:linear-gradient(270deg,#29abe2,#fff0);background:var(--azuldeg)}.deg-rojo{background:linear-gradient(270deg,#e82d2d,#fff0);background:var(--rojodeg)}.deg-naranja{background:linear-gradient(270deg,#f17d24,#fff0);background:var(--naranjadeg)}.deg-azul{background:linear-gradient(90deg,#29abe2,#364e91);background:var(--azuloscdeg)}.fill-azul{background:#29abe2!important;background:var(--azul)!important}.fill-rojo{background:#e82d2d!important;background:var(--rojo)!important}.fill-naranja{background:#f17d24!important;background:var(--naranja)!important}.txt-azul{color:#29abe2!important;color:var(--azul)!important}.txt-rojo{color:#e82d2d!important;color:var(--rojo)!important}.txt-naranja{color:#f17d24!important;color:var(--naranja)!important}.txt-blanco{color:#fff}:root{--border-radius:.5rem;--hover-transition:all 150ms ease-in-out;--sombra:3px 3px 20px #4141412d}#root{height:100%;min-height:100%;position:relative}html{position:relative}body,html{height:100%;max-width:100%;min-height:100%;min-width:100%}body{background:#15181e;background:var(--body-bg-gradient);color:#fff;color:var(--body-color);font-family:Raleway,sans-serif;font-size:16px;font-weight:500;letter-spacing:0;line-height:1.5;margin:0}body,button,input,select,svg text,textarea{font-feature-settings:"tnum" 1,"lnum" 1,tabular-nums lining-nums;font-variant-numeric:tabular-nums lining-nums}.header{margin-bottom:1rem;padding:3rem 1rem 0}.content{background:#0000;margin-top:1rem;padding:0 1rem 5rem}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}h1,h2,h3,h4,h5,h6{color:#555;color:var(--h-color);letter-spacing:0;line-height:1em;margin:0}h1{font-size:2rem;font-weight:300;margin:.5rem 0}h2{font-weight:600}h2,h3{font-size:1.5rem;margin:.5rem 0}h3{font-weight:500}h4{color:#fff;font-size:18px}h4,h5{font-weight:500;margin:.5rem 0}h5{color:grey;color:var(--gris-oscuro);text-transform:uppercase}h5,h6{font-size:.75rem}h6{color:#ccc;color:var(--gris-claro);font-weight:500;margin:.25rem 0}p{margin:.5rem 0}.bloque{border:none;border-radius:.5rem;border-radius:var(--border-radius);margin:0;overflow:visible;padding:.5rem 1rem}.tarjeta-interactiva{background:#fff;background:var(--pastilla-bg);border:none;border-radius:.5rem;border-radius:var(--border-radius);box-shadow:3px 3px 20px #4141412d;box-shadow:var(--sombra);cursor:pointer}button{-webkit-appearance:none;-moz-appearance:none;background:none;border:none;border-radius:.5rem;border-radius:var(--border-radius);cursor:pointer;font-family:inherit;font-size:1rem;font-weight:500;line-height:1em;margin:.5em 0;padding:1rem 2rem;transition:all .15s ease-in-out;transition:var(--hover-transition)}button.btn-base{background-color:#fff;background-color:var(--pastilla-bg);box-shadow:3px 3px 20px #4141412d;box-shadow:var(--sombra);color:#555;color:var(--h-color);text-align:center;text-decoration:none}button.btn-base:focus,button.btn-base:hover{background-color:#29abe2;background-color:var(--azul)}button.btn-enfasis{background-color:#364e91;background-color:var(--azul-oscuro);background-image:linear-gradient(90deg,#29abe2,#364e91);background-image:var(--azuloscdeg);box-shadow:3px 3px 20px #4141412d;box-shadow:var(--sombra);color:#fff;font-size:1.25rem;text-align:center;text-decoration:none;width:100%}button.btn-enfasis:focus,button.btn-enfasis:hover{animation:anime 10s linear infinite;background:linear-gradient(-45deg,#364e91,#29abe2,#364e91,#29abe2);background:linear-gradient(-45deg,var(--azul-oscuro),var(--azul),var(--azul-oscuro),var(--azul));background-size:500%}button.btn-enfasis .flecha:after,button.btn-enfasis .flecha:before{background:#fff}button.btn-enfasis-naranja{background-color:#f17d24;background-color:var(--naranja);background-image:linear-gradient(270deg,#e82d2d,#ff9769);background-image:var(--rojodeg-a-color);box-shadow:3px 3px 20px #4141412d;box-shadow:var(--sombra);color:#fff;font-size:1.25rem;text-align:center;text-decoration:none;width:100%}button.btn-enfasis-naranja:focus,button.btn-enfasis-naranja:hover{animation:anime 10s linear infinite;background:linear-gradient(-45deg,#f17d24,#f17d24,#f17d24,#f17d24);background:linear-gradient(-45deg,var(--naranja),var(--naranja),var(--naranja),var(--naranja));background-size:500%}button.btn-text{background:none;border-radius:.5rem;border-radius:var(--border-radius);box-shadow:none;color:#29abe2;color:var(--azul);font-size:1.25rem;font-weight:600;margin:.5rem 0;padding:.5rem 1rem;width:100%}button.btn-text:hover{background-color:#e2e2e2;background-color:var(--gris-muy-claro)}button.btn-filtrar:before{background-image:url(/static/media/filtro.d999d94c331fbfb3eb25.svg);content:"";display:inline-block;height:.75rem;margin-right:.5rem;width:.75rem}button.btn-txt-flecha{display:flex;font-size:1.25rem;justify-content:space-between;width:100%}button.btn-txt-flecha>span{color:#555;color:var(--h-color);text-align:left}button.btn-txt-flecha:hover>span
button.btn-txt-flecha:focus>span{color:#29abe2;color:var(--azul)}button.btn-txt-flecha.btn-base:focus span,button.btn-txt-flecha.btn-base:hover span{color:#fff}.flecha{height:16px;margin:auto 0;position:relative;width:16px}.flecha:before{top:3px;transform:rotate(45deg)}.flecha:after,.flecha:before{background:grey;background:var(--gris-oscuro);content:"";height:2px;left:0;position:absolute;width:12px}.flecha:after{top:10px;transform:rotate(-45deg)}.flecha:focus:after,.flecha:focus:before,.flecha:hover:after,.flecha:hover:before,button.btn-txt-flecha:active .flecha:after,button.btn-txt-flecha:active .flecha:before,button.btn-txt-flecha:focus .flecha:after,button.btn-txt-flecha:focus .flecha:before,button.btn-txt-flecha:hover .flecha:after,button.btn-txt-flecha:hover .flecha:before{background:#29abe2;background:var(--azul)}.btn,button.btn-base:focus>.flecha:after,button.btn-base:focus>.flecha:before,button.btn-base:hover>.flecha:after,button.btn-base:hover>.flecha:before,button.btn-enfasis:focus>.flecha:after,button.btn-enfasis:focus>.flecha:before,button.btn-enfasis:hover>.flecha:after,button.btn-enfasis:hover>.flecha:before{background:#fff}.btn{background:var(--pastilla-bg);border:none;border-radius:50%;box-shadow:3px 3px 20px #4141412d;box-shadow:var(--sombra);cursor:pointer;height:48px;margin:.5rem;max-height:48px;max-width:48px;min-height:48px;min-width:48px;padding:.5rem;width:48px}.btn:focus,.btn:hover{background:linear-gradient(90deg,#29abe2,#364e91);background:var(--azuloscdeg);transition:all .3s ease-in-out}.grupo-botones{align-items:center;display:flex;justify-content:center;margin:1rem 0;text-align:center}.grupo-botones img{margin:.25rem;width:24px}.grupo-botones button{background-color:grey;background-color:var(--gris-oscuro);border:none;border-radius:.5rem;border-radius:var(--border-radius);color:#fff;font-size:1rem;height:2rem;line-height:1;margin:.25rem;padding:.5rem 1rem}.grupo-botones button.active{background:linear-gradient(90deg,#29abe2,#364e91);background:var(--azuloscdeg);color:#fff}.grupo-botones button.deshabilitado{background-color:#e2e2e2;background-color:var(--gris-muy-claro);color:#ccc;color:var(--gris-claro)}.grupo-botones button:focus,.grupo-botones button:hover{background-color:grey;background-color:var(--gris-oscuro);transition:all .15s ease-in-out;transition:var(--hover-transition)}.grupo-botones button:active{background:linear-gradient(90deg,#29abe2,#364e91);background:var(--azuloscdeg);color:#fff}hr{border:1px solid #ccc;margin:0}div.utilidades{align-items:center;display:flex;height:48px;justify-content:space-evenly;justify-content:flex-end;left:0;margin:0 7rem 0 6.5rem;position:fixed;right:0;z-index:1001}.icono-info-home{cursor:pointer;margin:0 .5rem;width:24px}.icono-info-suministro{cursor:pointer;vertical-align:sub;width:20px}@media screen and (min-width:860px) and (orientation:landscape){div.utilidades{justify-content:flex-end;margin-left:10rem}}.flecha-derecha,.flecha-izquierda{display:inline-block;height:16px;margin:0 .5rem 0 0;position:relative;width:16px}.flecha-derecha:before,.flecha-izquierda:before{background:#fff;content:"";height:3px;left:0;position:absolute;top:3px;transform:rotate(-45deg);width:12px}.flecha-derecha:after,.flecha-izquierda:after{background:#fff;content:"";height:3px;left:0;position:absolute;top:10px;transform:rotate(45deg);width:12px}.flecha-derecha{margin:0 0 0 1rem}.flecha-derecha:before{transform:rotate(45deg)}.flecha-derecha:after{transform:rotate(-45deg)}.flecha-derecha.gris:after,.flecha-derecha.gris:before,.flecha-izquierda.gris:after,.flecha-izquierda.gris:before{background:grey;background:var(--gris-oscuro)}.tabs{background-color:#e2e2e2;background-color:var(--gris-muy-claro);border-radius:.5rem;border-radius:var(--border-radius);display:flex;flex-wrap:wrap;justify-content:space-evenly;margin-bottom:.5rem}input[type=radio][name=tabs]{display:none}input[type=radio][name=tabs]:checked+.tabs-label{background:linear-gradient(90deg,#29abe2,#364e91);background:var(--azuloscdeg);color:#fff}.tabs-label{align-items:center;border-radius:.5rem;border-radius:var(--border-radius);cursor:pointer;display:inline-flex;flex-grow:1;height:3rem;justify-content:center;padding:0 .5rem;text-align:center;transition:all .15s ease-in-out;transition:var(--hover-transition)}.tabs-label:hover{color:#29abe2;color:var(--azul)}.tabs button{background:none;border-radius:.5rem;border-radius:var(--border-radius);box-shadow:none;color:inherit;flex-grow:1;height:3rem;margin:0;padding:0 .5rem}.tabs button:hover{color:#29abe2;color:var(--azul)}.tabs button.active{background:linear-gradient(90deg,#29abe2,#364e91);background:var(--azuloscdeg);color:#fff}.filtro_ordenar{color:grey;color:var(--gris-oscuro);margin-bottom:.5rem;padding:.25rem 1rem}.ordenar-label{display:inline-block;font-size:.75rem;margin:0 .25rem;text-align:center;width:calc(25% - .5rem)}input[type=radio][name=ordenar]{display:none}.ordenar-label:after{content:" \25BE"}.ordenar-label:hover,a.link,input[type=radio][name=ordenar]:checked+.ordenar-label{color:#29abe2;color:var(--azul)}a.link{cursor:pointer;display:block;font-size:1rem;margin:.5rem 0;text-decoration:underline}.icon-config{background-color:initial;background-image:url(/static/media/configuracion.a72edb7ee14ab5ae34f6.svg);background-position:50%;background-repeat:no-repeat;background-size:contain}.icon-config:hover{background-image:url(/static/media/configuracion_hover.c276c99ed967183e0149.svg)}.icon-ventas-old{background-color:initial;background-image:url(/static/media/icono-ventas.f696dd70937644241a33.svg);background-position:50%;background-repeat:no-repeat;background-size:contain}.alerta{background-color:#29aae2b0;bottom:0;left:0;padding:16px 16px 24px;position:fixed;right:0;transition:all .15s ease-in-out;z-index:1002}.alerta span{color:#fff;font-size:16px;line-height:1}.alerta:after{transform:rotate(-45deg)}.alerta:after,.alerta:before{background:#fff;border-radius:1px;content:"";height:2px;position:absolute;right:16px;top:16px;width:20px}.alerta:before{transform:rotate(45deg)}.bloque{animation-delay:0;animation-duration:.5s;animation-fill-mode:forwards;animation-name:slide-up;opacity:0;transform:translateY(40px)}@keyframes slide-right{0%{opacity:0;transform:translateX(-40px)}to{opacity:1;transform:translateX(0)}}.animate-slide-right{animation-delay:0;animation-duration:.5s;animation-fill-mode:forwards;animation-name:slide-right;opacity:0;transform:translateX(-40px)}.animate-slide-right:nth-child(2){animation-delay:.2s}.animate-slide-right:nth-child(3){animation-delay:.3s}.animate-slide-right:nth-child(4){animation-delay:.4s}.animate-slide-right:nth-child(5){animation-delay:.5s}.animate-slide-right:nth-child(6){animation-delay:.6s}.animate-slide-right:nth-child(7){animation-delay:.7s}.animate-slide-right:nth-child(8){animation-delay:.8s}.animate-slide-right:nth-child(9){animation-delay:.9s;animation-delay:1s}@media (max-height:500px),(max-width:1024px){.monitor-main{min-height:100%!important;overflow-x:hidden!important;overflow-y:auto!important}.monitor-main,.monitor-main .csx-card{height:auto!important}.monitor-main .csx-card__body{min-height:0!important}}.marker-main{align-items:center;background:linear-gradient(135deg,#0b5fff,#0d9fe6);border-radius:8px;box-shadow:0 2px 6px #00000040;color:#fff;display:inline-flex;font-size:14px;font-weight:800;height:36px;justify-content:center;transform:translateZ(0);transition:transform .16s ease,box-shadow .16s ease,filter .16s ease;-webkit-user-select:none;user-select:none;width:36px}.marker-main:focus-visible,.marker-main:hover{box-shadow:0 0 0 3px #0d9fe640,0 6px 16px #00000040;filter:saturate(1.05);outline:none;transform:scale(1.15)}.marker-main:active{transform:scale(.95)}.marker-button{background:#0000;border:none;cursor:pointer;padding:0}.marker-button:focus-visible{border-radius:10px;outline:3px solid #0d9fe659}.marker-store-wrap{pointer-events:none;position:relative}.marker-store{background:#51d2d9;border-radius:50%;box-shadow:0 0 6px #0d9fe659;height:12px;pointer-events:auto;width:12px}.marker-store-label{color:#fff;font-size:12px;font-weight:300;left:50%;line-height:1;opacity:0;pointer-events:none;position:absolute;text-shadow:0 1px 2px #00000080;top:14px;transform:translateX(-50%);transition:opacity .14s ease,transform .14s ease;white-space:nowrap}.marker-store:hover+.marker-store-label{opacity:1;transform:translate(-50%,2px)}@media (prefers-reduced-motion:reduce){.marker-main{transition:none}}.monitor-shell{background:#111827bf;min-height:100vh}.monitor-main{padding:0 16px 24px}.filters-actions{align-items:center;display:inline-flex;flex-shrink:0;gap:8px;margin-left:auto}.actividad-loading,.barras-loading,.circuito-loading,.curva-loading,.kpi-loading,.metric-empty,.metrica-loading,.productividad-empty,.productividad-loading,.proveedores-retraso-loading,.sorter-combinado-empty,.sorter-combinado-loading,.suelo-loading,.tiendas-retraso-loading{font-size:13px;font-weight:600;line-height:1.3}.monitor-shell :is([class$=-loading],[class*="-loading "],[class$=-loading-message],[class*="-loading-message "],.comparativa-aa-loading,.caa-mix-loading,.chart-loading,.begin-loading-state,.control-log-chart__state,.produccion-d-card__chart-state,.produccion-d-card__detail-state){align-items:center!important;box-sizing:border-box;color:#ffffffb3!important;display:flex!important;flex:1 1 auto!important;font-family:Raleway,sans-serif!important;font-size:13px!important;font-weight:600!important;height:100%!important;justify-content:center!important;line-height:1.3!important;min-height:0;padding:20px!important;text-align:center!important;width:100%!important}.monitor-shell :is(.csx-card__body,.csx-card__content,.bultos-chart-container,.highcharts-wrapper,.produccion-d-card__chart-body,.produccion-d-card__detail-body):has(>:is([class$=-loading],[class*="-loading "],[class$=-loading-message],[class*="-loading-message "],.begin-loading-state,.control-log-chart__state,.produccion-d-card__chart-state,.produccion-d-card__detail-state)){align-items:center!important;display:flex!important;justify-content:center!important}@media (min-width:1024px){.filters-actions{gap:12px}}@media (min-width:769px) and (max-width:1180px) and (min-height:501px){.monitor-main{overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-color:#ffffff38 #0000;scrollbar-width:thin}.monitor-main::-webkit-scrollbar{height:6px;width:6px}.monitor-main::-webkit-scrollbar-track{background:#0000}.monitor-main::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:999px}.monitor-main::-webkit-scrollbar-thumb:hover{background-color:#ffffff52}.monitor-main,.monitor-main :is(section,article,table,.card,.csx-card,.clf-card,.caa-card,.caa-section--card,.caa-section--comparativa-card,.xsorter-panel,.xsorter-kpi,.chart-card,.kpi-card),.monitor-main>*{max-width:100%;min-width:0}.monitor-main :is(.filters-actions,[class*=filter],[class*=toolbar],[class*=dropdown],[class*=select]){max-width:100%;min-width:0}.monitor-main :is(.highcharts-wrapper,.highcharts-container,.highcharts-root,canvas,svg){max-width:100%}.monitor-main :is(.table-wrap,.table-container,[class*=table-wrap],[class*=table-container],[class*=matrix],[class*=tabla]){max-width:100%;min-width:0;overflow-x:auto;overflow-y:hidden;scrollbar-color:#ffffff38 #0000;scrollbar-width:thin}.monitor-main :is(.table-wrap,.table-container,[class*=table-wrap],[class*=table-container],[class*=matrix],[class*=tabla])::-webkit-scrollbar{height:5px;width:5px}.monitor-main :is(.table-wrap,.table-container,[class*=table-wrap],[class*=table-container],[class*=matrix],[class*=tabla])::-webkit-scrollbar-track{background:#0000}.monitor-main :is(.table-wrap,.table-container,[class*=table-wrap],[class*=table-container],[class*=matrix],[class*=tabla])::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:999px}.monitor-main :is(.table-wrap,.table-container,[class*=table-wrap],[class*=table-container],[class*=matrix],[class*=tabla])::-webkit-scrollbar-thumb:hover{background-color:#ffffff52}}.btn-monitor{align-items:center;background:#0000;border:1px solid #ffffffd9;border-radius:8px;box-shadow:0 2px 6px #0000002e;color:#fff;cursor:pointer;display:flex;font-size:.7rem;font-weight:700;gap:8px;justify-content:flex-start;letter-spacing:.02em;padding:4px 8px;text-transform:uppercase;transition:transform .12s ease,box-shadow .16s ease,filter .16s ease,border-color .16s ease;width:50%}.btn-monitor:focus-visible,.btn-monitor:hover{border-color:#fff;box-shadow:0 0 0 3px #0d9fe640,0 6px 16px #00000040;filter:saturate(1.05);outline:none;transform:translateY(-1px)}.btn-monitor:active{transform:scale(.98)}.btn-monitor span[aria-hidden]{align-items:center;display:inline-flex;height:24px;justify-content:center;width:24px}.monitor-tabs{align-items:center;border-bottom:1px solid #ffffff14;display:flex;gap:12px;padding:12px 0}.monitor-tab{background:none;border-radius:10px;color:#cfe6ff;font-weight:300;letter-spacing:.02em;opacity:.75;padding:8px 12px;text-decoration:none}.monitor-tab:hover{filter:saturate(1.05);opacity:1}.monitor-tab.active{background:none;color:#fff;font-weight:500;opacity:1}.monitor-header{margin:0 0 8px}.recepcion-grid{grid-gap:16px;display:grid;gap:16px;grid-template-rows:auto 1fr 1fr;height:100%;min-height:0}.kpi-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr)}.chart-row-2col{grid-gap:16px;grid-template-columns:1.2fr 1.8fr}.chart-row-2col,.chart-row-50{display:grid;gap:16px;min-height:0}.chart-row-50{grid-gap:16px;grid-template-columns:1fr 1fr}.chart-card{border:1px solid #ffffff1f;border-radius:12px;display:flex;flex-direction:column;min-height:0;padding:16px}.chart-card-title{font-weight:700;margin-bottom:8px;opacity:.85}.chart-body{flex:1 1 auto;min-height:0;overflow:hidden}@media (max-width:1040px){.monitor-shell .monitor-main:has(>section){height:auto!important;min-height:100svh!important;overflow-x:hidden!important;overflow-y:auto!important}.monitor-shell .monitor-main:has(>section)>section{height:auto!important;min-height:0!important;overflow:visible!important}}@media (max-height:500px),(max-width:1180px){#root,body,html{height:auto!important;min-height:100%!important}.monitor-shell{height:auto!important;min-height:100svh!important;overflow-x:hidden!important;overflow-y:visible!important}.monitor-main,.monitor-main--menu-collapsed{height:auto!important;max-width:100%;min-height:100svh;min-width:0;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior:contain;scrollbar-color:#ffffff38 #0000;scrollbar-width:thin;width:100%}.monitor-main::-webkit-scrollbar{height:6px;width:6px}.monitor-main::-webkit-scrollbar-track{background:#0000}.monitor-main::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:999px}.monitor-main>section{height:auto!important;max-width:100%;min-height:0!important;min-width:0;overflow:visible!important;width:100%}.monitor-main :is(.csx-shell,.rec-shell,.prod-shell,.exp-shell,.tactico-control-shell,.proyeccion-shell,.tactico-orquestador-nuevo-shell,.orquestador-recepcion-dn-shell,.orquestador-produccion-dn-shell,.mirada-gerente-shell,.control-log-page){height:auto!important;max-width:100%;min-height:0!important;min-width:0;overflow:visible!important;width:100%}.monitor-main :is(.csx-grid-12x12,.rec-grid-12x12,.prod-grid-12x12,.exp-grid-12x12,.tactico-grid-12x12,.proyeccion-grid-12x12,.tactico-orquestador-nuevo-grid-12x12,.orquestador-recepcion-dn-grid-12x12,.orquestador-produccion-dn-grid-12x12){align-items:stretch;height:auto!important;max-width:100%;min-height:0!important;min-width:0;overflow:visible!important;width:100%}.monitor-main :is(.csx-item,.rec-card,.prod-item,.exp-item,.tactico-item,.tactico-block,.tactico-block__item,.proyeccion-item,.tactico-orquestador-nuevo-item,.orquestador-recepcion-dn-item,.orquestador-produccion-dn-item,.control-log-section,.control-log-panel,.control-log-result,.control-log-demand-card){max-width:100%;min-width:0}.monitor-main :is(.card,.csx-card,.rec-card,.clf-card,.caa-card,.caa-section--card,.caa-section--comparativa-card,.xsorter-panel,.xsorter-kpi,.chart-card,.kpi-card,[class*=Card]){max-width:100%;min-width:0;overflow:hidden}.monitor-main :is(.highcharts-wrapper,.highcharts-container,.highcharts-root,canvas,svg){max-width:100%}.monitor-main :is(table,.table-wrap,.table-container,[class*=table-wrap],[class*=table-container],[class*=matrix],[class*=tabla]){max-width:100%;min-width:0}.monitor-main :is(.table-wrap,.table-container,[class*=table-wrap],[class*=table-container],[class*=matrix],[class*=tabla]){overflow-x:auto;overflow-y:hidden;scrollbar-color:#ffffff38 #0000;scrollbar-width:thin}}@media (min-width:769px) and (max-width:1180px) and (min-height:501px){.monitor-main{padding-bottom:var(--gap)!important;padding-left:calc(80px + var(--gap))!important;padding-right:var(--gap)!important}.monitor-main :is(.csx-grid-12x12,.rec-grid-12x12,.prod-grid-12x12,.exp-grid-12x12,.tactico-grid-12x12,.proyeccion-grid-12x12,.tactico-orquestador-nuevo-grid-12x12,.orquestador-recepcion-dn-grid-12x12,.orquestador-produccion-dn-grid-12x12){gap:14px!important}.monitor-main :is(.card,.csx-card,.rec-card,.chart-card,.kpi-card){border-radius:8px}}@media (max-height:500px),(max-width:768px){:root{--gap:12px;--header-h:48px}.monitor-main,.monitor-main--menu-collapsed{padding:calc(var(--header-h) + var(--gap)) var(--gap) var(--gap)!important}.monitor-main :is(.csx-filters-bar,.caa-filters,.tactico-filters-bar,.proyeccion-filters-bar,.tactico-orquestador-nuevo-filters-bar,.orquestador-recepcion-dn-filters-bar,.orquestador-produccion-dn-filters-bar,.rec-filters-bar,.prod-filters-bar,.exp-filters-bar,.mirada-gerente-filters-bar){align-items:stretch!important;display:flex;flex-direction:column;gap:8px!important;margin-bottom:12px!important;max-width:100%;width:100%}.monitor-main :is(.filters-actions,.csx-filter-actions,.tactico-actions-right,.orquestador-produccion-dn-filters-left,.orquestador-recepcion-dn-filters-left,.mirada-gerente-live-meta,.rec-fecha-hora-info,.prod-fecha-hora-info){justify-content:flex-start!important;margin-left:0!important;max-width:100%;width:100%}.monitor-main :is(.csx-grid-12x12,.rec-grid-12x12,.prod-grid-12x12,.exp-grid-12x12,.tactico-grid-12x12,.proyeccion-grid-12x12,.tactico-orquestador-nuevo-grid-12x12,.orquestador-recepcion-dn-grid-12x12,.orquestador-produccion-dn-grid-12x12){display:flex!important;flex-direction:column!important;gap:12px!important}.monitor-main :is(.csx-item,.prod-item,.exp-item,.tactico-item,.tactico-block,.tactico-block__item,.proyeccion-item,.tactico-orquestador-nuevo-item,.orquestador-recepcion-dn-item,.orquestador-produccion-dn-item,.control-log-section){flex:0 0 auto!important;grid-column:auto!important;grid-row:auto!important;height:auto!important;min-height:0!important;overflow:visible!important;width:100%!important}.monitor-main :is(.card,.csx-card,.rec-card,.chart-card,.kpi-card){border-radius:8px;height:auto!important;min-height:0!important;width:100%!important}.monitor-main :is(.card__header,.csx-card__header,.rec-card-header,.chart-card-title){font-size:13px!important;line-height:1.25!important;padding:10px 12px!important}.monitor-main :is(.card__body,.csx-card__body,.rec-card-body,.chart-body){height:auto!important;min-height:0!important;overflow:visible!important;padding:10px 12px!important}.monitor-main :is(.exp-grafico,.exp-retraso-preparacion,.exp-retraso-camionero,.rec-chart-card,.rec-deviation-card,.rec-detail-card,.rec-suppliers-card,.tactico-grafico-recepcion,.tactico-grafico-produccion,.tactico-grafico-expedicion,.orquestador-recepcion-dn-item,.orquestador-produccion-dn-cajas-agrup,.orquestador-produccion-dn-cajas-hora-agrup,.orquestador-produccion-dn-palets-tienda,.orquestador-produccion-dn-cajas-rampa,.orquestador-produccion-dn-recursos-hora,.control-log-panel--chart){min-height:300px!important}.monitor-main :is(.highcharts-wrapper,.highcharts-wrapper>.highcharts-container,.control-log-chart,.rec-chart-card .rec-card-body){height:auto!important;min-height:240px!important}.monitor-main :is(.rec-time-grid,.rec-status-grid,.rec-kpi-tiles,.rec-classification-card .rec-card-body,.control-log-results-grid){grid-template-columns:1fr!important}.monitor-main .orquestador-produccion-dn-kpi-row-mobile{grid-template-columns:repeat(3,minmax(0,1fr))!important}.monitor-main .control-log-production__details,.monitor-main .prod-mobile-future-tiles{grid-template-columns:repeat(2,minmax(0,1fr))!important}.monitor-main :is(.rec-table-wrap,.rec-deviation-scroll,.rec-provider-bars__scroll,.control-log-page,.csx-global-tiles){max-height:none;overflow-x:auto;overflow-y:auto}}@media (max-width:420px){.topbar{padding-left:0;padding-right:0}.topbar__content{padding-left:10px;padding-right:10px}.topbar__title{font-size:.8rem}.monitor-main{padding-left:10px!important;padding-right:10px!important}}@media (max-height:500px),(max-width:768px){.monitor-main:has(.exp-shell){height:auto!important;min-height:100svh!important;overflow-x:hidden!important;overflow-y:auto!important}.monitor-main:has(.exp-shell) .exp-dashboard,.monitor-main:has(.exp-shell) .exp-grid-12x12,.monitor-main:has(.exp-shell) .exp-shell,.monitor-main:has(.exp-shell)>section{height:auto!important;min-height:0!important;overflow:visible!important}.monitor-main:has(.exp-shell) .exp-grid-12x12{display:flex!important;flex-direction:column!important;gap:12px!important}.monitor-main:has(.exp-shell) .csx-card.exp-card,.monitor-main:has(.exp-shell) .exp-card{height:auto!important;max-width:100%!important;min-width:0!important;overflow:hidden!important;width:100%!important}.monitor-main:has(.exp-shell) .csx-card__body.exp-card-body,.monitor-main:has(.exp-shell) .exp-card-body{height:auto!important;min-height:0!important;overflow:visible!important;padding:10px 12px 12px!important}.monitor-main:has(.exp-shell) .exp-summary-card{min-height:152px!important}.monitor-main:has(.exp-shell) .exp-times-card{min-height:142px!important}.monitor-main:has(.exp-shell) .exp-status-card{min-height:142px!important}.monitor-main:has(.exp-shell) .exp-detail-card{min-height:260px!important}.monitor-main:has(.exp-shell) .exp-deviation-card{min-height:250px!important}.monitor-main:has(.exp-shell) .exp-agency-card{min-height:124px!important}.monitor-main:has(.exp-shell) .exp-compliance-card{min-height:190px!important}.monitor-main:has(.exp-shell) .exp-classification-card{min-height:190px!important}.monitor-main:has(.exp-shell) .exp-vehicles-card{min-height:190px!important}.monitor-main:has(.exp-shell) .exp-classification-card .exp-card-body,.monitor-main:has(.exp-shell) .exp-kpi-tiles,.monitor-main:has(.exp-shell) .exp-status-grid,.monitor-main:has(.exp-shell) .exp-time-grid{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;gap:8px!important;overflow-x:auto!important;overflow-y:hidden!important;padding-bottom:8px!important}.monitor-main:has(.exp-shell) .exp-kpi-tile,.monitor-main:has(.exp-shell) .exp-status-box,.monitor-main:has(.exp-shell) .exp-time-box{flex:0 0 154px!important;height:auto!important;min-height:78px!important}.monitor-main:has(.exp-shell) .exp-batt-tile{flex:0 0 154px!important;height:auto!important;min-height:112px!important}.monitor-main:has(.exp-shell) .exp-detail-card .exp-card-body,.monitor-main:has(.exp-shell) .exp-vehicles-card .exp-card-body{overflow:hidden!important}.monitor-main:has(.exp-shell) .exp-table-wrap{height:auto!important;max-height:none!important;max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;scrollbar-width:thin;width:100%!important}.monitor-main:has(.exp-shell) .exp-table{border-collapse:initial!important;border-spacing:0!important;min-width:760px!important}.monitor-main:has(.exp-shell) .exp-table thead th{background:#111520!important;position:-webkit-sticky!important;position:sticky!important;top:0!important;z-index:5!important}.monitor-main:has(.exp-shell) .exp-table td:first-child,.monitor-main:has(.exp-shell) .exp-table th:first-child{background:#111520!important;background-clip:padding-box!important;box-shadow:none!important;left:0!important;min-width:68px!important;position:-webkit-sticky!important;position:sticky!important;width:68px!important;z-index:6!important}.monitor-main:has(.exp-shell) .exp-table tbody tr:nth-child(2n) td:first-child{background:#17192a!important;box-shadow:none!important}.monitor-main:has(.exp-shell) .exp-table tbody tr:hover td:first-child{background:#1a2130!important;box-shadow:none!important}.monitor-main:has(.exp-shell) .exp-detail-card .exp-table td:nth-child(2),.monitor-main:has(.exp-shell) .exp-detail-card .exp-table th:nth-child(2){min-width:190px!important;width:190px!important}.monitor-main:has(.exp-shell) .exp-compliance-card .exp-card-body{overflow:hidden!important}.monitor-main:has(.exp-shell) .exp-compliance-list{max-height:132px!important;overflow-x:hidden!important;overflow-y:auto!important}.monitor-main:has(.exp-shell) .exp-deviation-scroll{max-height:184px!important;overflow-x:hidden!important;overflow-y:auto!important;padding-right:8px!important}}@media (min-width:769px) and (max-width:1180px) and (min-height:501px){.monitor-main:has(.exp-shell){height:100svh!important;min-height:100svh!important;overflow-x:hidden!important;overflow-y:auto!important}.monitor-main:has(.exp-shell) .exp-dashboard,.monitor-main:has(.exp-shell) .exp-grid-12x12,.monitor-main:has(.exp-shell) .exp-shell,.monitor-main:has(.exp-shell)>section{height:auto!important;min-height:0!important;overflow:visible!important}.monitor-main:has(.exp-shell) .exp-status-grid,.monitor-main:has(.exp-shell) .exp-time-grid{grid-gap:8px!important;display:grid!important;gap:8px!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;overflow:visible!important;padding-bottom:0!important;width:100%!important}.monitor-main:has(.exp-shell) .exp-status-box,.monitor-main:has(.exp-shell) .exp-time-box{flex:1 1 auto!important;min-width:0!important;width:100%!important}}.mapboxgl-map{-webkit-tap-highlight-color:rgb(0 0 0/0);font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative}.mapboxgl-canvas{left:0;position:absolute;top:0}.mapboxgl-map:-webkit-full-screen{height:100%;width:100%}.mapboxgl-canary{background-color:salmon}.mapboxgl-canvas-container.mapboxgl-interactive,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass{cursor:grab;-webkit-user-select:none;user-select:none}.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer{cursor:pointer}.mapboxgl-canvas-container.mapboxgl-interactive:active,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active{cursor:grabbing}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas{touch-action:pan-x pan-y}.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:pinch-zoom}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:none}.mapboxgl-ctrl-bottom-left,.mapboxgl-ctrl-bottom-right,.mapboxgl-ctrl-top-left,.mapboxgl-ctrl-top-right{pointer-events:none;position:absolute;z-index:2}.mapboxgl-ctrl-top-left{left:0;top:0}.mapboxgl-ctrl-top-right{right:0;top:0}.mapboxgl-ctrl-bottom-left{bottom:0;left:0}.mapboxgl-ctrl-bottom-right{bottom:0;right:0}.mapboxgl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.mapboxgl-ctrl-top-left .mapboxgl-ctrl{float:left;margin:10px 0 0 10px}.mapboxgl-ctrl-top-right .mapboxgl-ctrl{float:right;margin:10px 10px 0 0}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl{float:left;margin:0 0 10px 10px}.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl{float:right;margin:0 10px 10px 0}.mapboxgl-ctrl-group{background:#fff;border-radius:4px}.mapboxgl-ctrl-group:not(:empty){box-shadow:0 0 0 2px #0000001a}@media (-ms-high-contrast:active){.mapboxgl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.mapboxgl-ctrl-group button{background-color:initial;border:0;box-sizing:border-box;cursor:pointer;display:block;height:29px;outline:none;overflow:hidden;padding:0;width:29px}.mapboxgl-ctrl-group button+button{border-top:1px solid #ddd}.mapboxgl-ctrl button .mapboxgl-ctrl-icon{background-position:50%;background-repeat:no-repeat;display:block;height:100%;width:100%}@media (-ms-high-contrast:active){.mapboxgl-ctrl-icon{background-color:initial}.mapboxgl-ctrl-group button+button{border-top:1px solid ButtonText}}.mapboxgl-ctrl-attrib-button:focus,.mapboxgl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl button:disabled{cursor:not-allowed}.mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon{opacity:.25}.mapboxgl-ctrl-group button:first-child{border-radius:4px 4px 0 0}.mapboxgl-ctrl-group button:last-child{border-radius:0 0 4px 4px}.mapboxgl-ctrl-group button:only-child{border-radius:inherit}.mapboxgl-ctrl button:not(:disabled):hover{background-color:#0000000d}.mapboxgl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8h-8z'/%3E%3Cpath d='m10.5 16 4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8h-8z'/%3E%3Cpath d='m10.5 16 4 8 4-8h-8z' fill='%23999'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8h-8z'/%3E%3Cpath d='m10.5 16 4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='m14 5 1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting .mapboxgl-ctrl-icon{animation:mapboxgl-spin 2s linear infinite}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23999'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='m14 5 1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23666'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='m14 5 1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E")}}@keyframes mapboxgl-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}a.mapboxgl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 0 1 3.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 0 0-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 0 0 4.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 0 1-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 0 1 .3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 0 1-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg opacity='.3' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(%23c)'/%3E%3C/g%3E%3Cg opacity='.9' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;cursor:pointer;display:block;height:23px;margin:0 0 -4px -4px;overflow:hidden;width:88px}a.mapboxgl-ctrl-logo.mapboxgl-compact{width:23px}@media (-ms-high-contrast:active){a.mapboxgl-ctrl-logo{background-color:initial;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 0 1 3.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 0 0-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 0 0 4.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 0 1-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 0 1 .3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 0 1-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(%23c)'/%3E%3C/g%3E%3Cg fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){a.mapboxgl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 0 1 3.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 0 0-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 0 0 4.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 0 1-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 0 1 .3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 0 1-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg stroke='%23fff' stroke-width='3' fill='%23fff'%3E%3Ccircle mask='url(%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(%23c)'/%3E%3C/g%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/svg%3E")}}.mapboxgl-ctrl.mapboxgl-ctrl-attrib{background-color:#ffffff80;margin:0;padding:0 5px}@media screen{.mapboxgl-ctrl-attrib.mapboxgl-compact{background-color:#fff;border-radius:12px;margin:10px;min-height:20px;padding:2px 24px 2px 0;position:relative}.mapboxgl-ctrl-attrib.mapboxgl-compact-show{padding:2px 28px 2px 8px;visibility:visible}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show,.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show{border-radius:12px;padding:2px 8px 2px 28px}.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner{display:none}.mapboxgl-ctrl-attrib-button{background-color:#ffffff80;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");border:0;border-radius:12px;box-sizing:border-box;cursor:pointer;display:none;height:24px;outline:none;position:absolute;right:0;top:0;width:24px}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-top-left .mapboxgl-ctrl-attrib-button{left:0}.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-inner{display:block}.mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-button{background-color:#0000000d}.mapboxgl-ctrl-bottom-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;right:0}.mapboxgl-ctrl-top-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{right:0;top:0}.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{left:0;top:0}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;left:0}}@media screen and (-ms-high-contrast:active){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23fff'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}@media screen and (-ms-high-contrast:black-on-white){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}.mapboxgl-ctrl-attrib a{color:#000000bf;text-decoration:none}.mapboxgl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.mapboxgl-ctrl-attrib .mapbox-improve-map{font-weight:700;margin-left:2px}.mapboxgl-attrib-empty{display:none}.mapboxgl-ctrl-scale{background-color:#ffffffbf;border:2px solid #333;border-top:#333;box-sizing:border-box;color:#333;font-size:10px;padding:0 5px;white-space:nowrap}.mapboxgl-popup{display:flex;left:0;pointer-events:none;position:absolute;top:0;will-change:transform}.mapboxgl-popup-anchor-top,.mapboxgl-popup-anchor-top-left,.mapboxgl-popup-anchor-top-right{flex-direction:column}.mapboxgl-popup-anchor-bottom,.mapboxgl-popup-anchor-bottom-left,.mapboxgl-popup-anchor-bottom-right{flex-direction:column-reverse}.mapboxgl-popup-anchor-left{flex-direction:row}.mapboxgl-popup-anchor-right{flex-direction:row-reverse}.mapboxgl-popup-tip{border:10px solid #0000;height:0;width:0;z-index:1}.mapboxgl-popup-anchor-top .mapboxgl-popup-tip{align-self:center;border-bottom-color:#fff;border-top:none}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip{align-self:flex-start;border-bottom-color:#fff;border-left:none;border-top:none}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip{align-self:flex-end;border-bottom-color:#fff;border-right:none;border-top:none}.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip{align-self:center;border-bottom:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.mapboxgl-popup-anchor-left .mapboxgl-popup-tip{align-self:center;border-left:none;border-right-color:#fff}.mapboxgl-popup-anchor-right .mapboxgl-popup-tip{align-self:center;border-left-color:#fff;border-right:none}.mapboxgl-popup-close-button{background-color:initial;border:0;border-radius:0 3px 0 0;cursor:pointer;position:absolute;right:0;top:0}.mapboxgl-popup-close-button:hover{background-color:#0000000d}.mapboxgl-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px #0000001a;padding:10px 10px 15px;pointer-events:auto;position:relative}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content{border-top-left-radius:0}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content{border-top-right-radius:0}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content{border-bottom-left-radius:0}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content{border-bottom-right-radius:0}.mapboxgl-popup-track-pointer{display:none}.mapboxgl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;user-select:none}.mapboxgl-map:hover .mapboxgl-popup-track-pointer{display:flex}.mapboxgl-map:active .mapboxgl-popup-track-pointer{display:none}.mapboxgl-marker{left:0;opacity:1;position:absolute;top:0;transition:opacity .2s;will-change:transform}.mapboxgl-user-location-dot,.mapboxgl-user-location-dot:before{background-color:#1da1f2;border-radius:50%;height:15px;width:15px}.mapboxgl-user-location-dot:before{animation:mapboxgl-user-location-dot-pulse 2s infinite;content:"";position:absolute}.mapboxgl-user-location-dot:after{border:2px solid #fff;border-radius:50%;box-shadow:0 0 3px #00000059;box-sizing:border-box;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading{height:0;width:0}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after,.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before{border-bottom:7.5px solid #4aa1eb;content:"";position:absolute}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before{border-left:7.5px solid #0000;transform:translateY(-28px) skewY(-20deg)}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after{border-right:7.5px solid #0000;transform:translate(7.5px,-28px) skewY(20deg)}@keyframes mapboxgl-user-location-dot-pulse{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(3)}to{opacity:0;transform:scale(1)}}.mapboxgl-user-location-dot-stale{background-color:#aaa}.mapboxgl-user-location-dot-stale:after{display:none}.mapboxgl-user-location-accuracy-circle{background-color:#1da1f233;border-radius:100%;height:1px;width:1px}.mapboxgl-crosshair,.mapboxgl-crosshair .mapboxgl-interactive,.mapboxgl-crosshair .mapboxgl-interactive:active{cursor:crosshair}.mapboxgl-boxzoom{background:#fff;border:2px dotted #202020;height:0;left:0;opacity:.5;position:absolute;top:0;width:0}@media print{.mapbox-improve-map{display:none}}.mapboxgl-scroll-zoom-blocker,.mapboxgl-touch-pan-blocker{align-items:center;background:#000000b3;color:#fff;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:absolute;text-align:center;top:0;transition:opacity .75s ease-in-out;transition-delay:1s;width:100%}.mapboxgl-scroll-zoom-blocker-show,.mapboxgl-touch-pan-blocker-show{opacity:1;transition:opacity .1s ease-in-out}.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page,.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page .mapboxgl-canvas{touch-action:pan-x pan-y}*{box-sizing:border-box}#root,body,html{height:100%}:root{--gap:16px;--header-h:64px;--kpi-h:92px}.monitor-shell{display:flex;flex-direction:column;height:100svh}.monitor-shell--hide-under-construction-card .csx-under-construction,.monitor-shell--hide-under-construction-card .csx-under-construction__card,.monitor-shell--hide-under-construction-card .gobierno-under-construction__card{display:none}.csx-under-construction,.csx-under-construction__card{display:none!important}.csx-under-construction-wrap.is-unavailable .csx-under-construction,.csx-under-construction-wrap.is-zal .csx-under-construction{backdrop-filter:blur(10px) saturate(1.05);-webkit-backdrop-filter:blur(10px) saturate(1.05);background:#0e1323b8;display:flex!important}.csx-under-construction-wrap.is-unavailable .csx-under-construction__card,.csx-under-construction-wrap.is-zal .csx-under-construction__card{display:flex!important}.monitor-header{align-items:center;display:flex;flex:0 0 64px;flex:0 0 var(--header-h);gap:16px;gap:var(--gap);height:64px;height:var(--header-h);justify-content:space-between;padding:0 16px;padding:0 var(--gap)}.monitor-main{grid-gap:16px;grid-gap:var(--gap);box-sizing:border-box;display:grid;flex:1 1 auto;gap:16px;gap:var(--gap);grid-template-rows:auto minmax(0,1fr) minmax(0,1fr);height:100svh;min-height:0;overflow:hidden;padding:80px 16px 16px;padding:calc(var(--header-h) + var(--gap)) var(--gap) var(--gap);padding-left:296px;padding-left:calc(280px + var(--gap));transition:padding-left .3s ease}.monitor-main--menu-collapsed{padding-left:96px;padding-left:calc(80px + var(--gap))}.monitor-shell--control-logistico .monitor-main{display:block;overflow-x:hidden;overflow-y:hidden}@media (min-width:769px) and (max-width:1180px) and (min-height:501px){.monitor-shell--control-logistico .monitor-main{height:100svh;max-height:100svh;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}}.monitor-main>section{display:contents}.monitor-main>*{min-height:0}.kpis-row{grid-template-columns:repeat(5,1fr)}.grid-bottom,.grid-top,.kpis-row{grid-gap:16px;grid-gap:var(--gap);display:grid;gap:16px;gap:var(--gap);min-height:0}.grid-top{grid-template-columns:1.2fr 1.8fr}.grid-bottom{grid-template-columns:1fr 1fr}.card{border:1px solid #ffffff1f;border-radius:12px;display:flex;flex-direction:column;height:100%;min-height:0;padding:16px}.card--alert{border-color:#f17d2459;overflow:hidden;position:relative}.card--alert:before{background:url(/static/media/fondoalert.a9835c109243d00967d1.jpg) 50%/cover no-repeat;content:"";filter:blur(4px) saturate(1.15);inset:0;opacity:1;position:absolute;transform:scale(1.05)}.card--alert:after{background:linear-gradient(135deg,#f17d2438,#ff976938);content:"";inset:0;position:absolute}.card--alert{animation:alert-glow-pulse 2.4s ease-in-out infinite;box-shadow:inset 0 0 0 1px #f17d2473,0 0 24px #f17d2452}.card--alert:hover{animation-duration:1.6s}@keyframes alert-glow-pulse{0%,to{box-shadow:inset 0 0 0 1px #f17d2473,0 0 16px #f17d2442}50%{box-shadow:inset 0 0 0 1px #f17d248c,0 0 30px #f17d2466}}.card--alert>*{position:relative;z-index:1}.card__header{flex:0 0 auto;font-weight:700;padding:8px 0}.card__body{flex:1 1 auto;min-height:0}.card__body .highcharts-container,.card__body>div{height:100%!important}.csx-under-construction-wrap{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;position:relative}.csx-under-construction{backdrop-filter:none;-webkit-backdrop-filter:none;background:#0000;inset:0;pointer-events:auto;position:absolute;z-index:50}.csx-under-construction,.csx-under-construction__card{align-items:center;display:flex;justify-content:center}.csx-under-construction__card{background:#0e1323;border:1px solid #ffffff1f;border-radius:8px;box-shadow:0 24px 60px #0000006b,inset 0 0 0 1px #f18f051f;color:#fff;flex-direction:column;gap:18px;padding:24px;width:min(420px,calc(100% - 48px))}.csx-under-construction__icon{align-items:center;background:#f18f0524;border-radius:8px;color:#f18f05;display:flex;height:25px;justify-content:center;width:25px}.csx-under-construction__content{align-items:center;display:flex;flex-direction:column;gap:8px;text-align:center}.csx-under-construction__title{color:#fffffffa;font-size:18px;font-weight:700;line-height:1.25;margin:0}.csx-under-construction__subtitle{color:#ffffffa8;font-size:14px;line-height:1.55;max-width:320px}.csx-under-construction__note{color:#ffffffd1;font-size:13px;font-weight:600;line-height:1.4}@media (min-width:769px) and (min-height:501px){.caa-filters,.csx-filters-bar,.exp-filters-bar,.mirada-gerente-filters-bar,.orquestador-produccion-dn-filters-bar,.orquestador-recepcion-dn-filters-bar,.prod-filters-bar,.proyeccion-filters-bar,.rec-filters-bar,.tactico-filters-bar,.tactico-orquestador-nuevo-filters-bar{align-items:center!important;margin-bottom:16px!important;min-height:34px!important}.monitor-main:has(.exp-shell),.monitor-main:has(.prod-shell),.monitor-main:has(.rec-shell),.monitor-main:has(.tactico-control-shell){padding-top:80px!important;padding-top:calc(var(--header-h) + var(--gap))!important}.monitor-main:has(.exp-shell) .exp-filters-bar,.monitor-main:has(.mirada-gerente-shell) .mirada-gerente-filters-bar,.monitor-main:has(.prod-shell) .prod-filters-bar,.monitor-main:has(.rec-shell) .rec-filters-bar,.monitor-main:has(.tactico-control-shell) .tactico-filters-bar{margin-top:0!important}.begin-platform-dropdown,.caa-dropdown,.csx-filter-dropdown-wrapper{max-width:100%!important;min-width:0!important;width:-webkit-max-content!important;width:max-content!important}.monitor-main .caa-dropdown-select,.monitor-main .csx-filter-dropdown,.monitor-main .exp-filter-dropdown,.monitor-main .mirada-gerente-filter-dropdown,.monitor-main .orquestador-produccion-dn-filter-dropdown,.monitor-main .orquestador-recepcion-dn-filter-dropdown,.monitor-main .prod-filter-dropdown,.monitor-main .proyeccion-filter-dropdown,.monitor-main .rec-filter-dropdown,.monitor-main .tactico-filter-dropdown,.monitor-main .tactico-orquestador-nuevo-filter-dropdown{background-position:right 10px center!important;border-radius:6px!important;box-sizing:border-box!important;font-size:14px!important;height:34px!important;line-height:20px!important;min-height:34px!important;min-width:0!important;padding:6px 32px 6px 16px!important;width:auto!important}.monitor-main .begin-platform-dropdown__trigger,.monitor-main .caa-dropdown-select,.monitor-main .csx-filter-dropdown{align-items:center!important;display:inline-flex!important;gap:8px!important;justify-content:space-between!important;padding-right:12px!important}.monitor-main .exp-filter-dropdown,.monitor-main .mirada-gerente-filter-dropdown,.monitor-main .orquestador-produccion-dn-filter-dropdown,.monitor-main .orquestador-recepcion-dn-filter-dropdown,.monitor-main .prod-filter-dropdown,.monitor-main .proyeccion-filter-dropdown,.monitor-main .rec-filter-dropdown,.monitor-main .tactico-filter-dropdown,.monitor-main .tactico-orquestador-nuevo-filter-dropdown{color-scheme:dark}.monitor-main .exp-filter-dropdown option,.monitor-main .orquestador-produccion-dn-filter-dropdown option,.monitor-main .orquestador-recepcion-dn-filter-dropdown option,.monitor-main .prod-filter-dropdown option,.monitor-main .proyeccion-filter-dropdown option,.monitor-main .rec-filter-dropdown option,.monitor-main .tactico-filter-dropdown option,.monitor-main .tactico-orquestador-nuevo-filter-dropdown option{background:#0e1323!important;color:#ffffffeb!important;font-family:Raleway,sans-serif!important;font-size:14px!important}.monitor-main .exp-filter-dropdown option:checked,.monitor-main .orquestador-produccion-dn-filter-dropdown option:checked,.monitor-main .orquestador-recepcion-dn-filter-dropdown option:checked,.monitor-main .prod-filter-dropdown option:checked,.monitor-main .proyeccion-filter-dropdown option:checked,.monitor-main .rec-filter-dropdown option:checked,.monitor-main .tactico-filter-dropdown option:checked,.monitor-main .tactico-orquestador-nuevo-filter-dropdown option:checked{background:linear-gradient(0deg,#ffffff1f,#ffffff1f),#0e1323!important;color:#fff!important;font-weight:600!important}.monitor-main .begin-platform-dropdown__menu,.monitor-main .caa-dropdown-menu,.monitor-main .csx-filter-dropdown-menu{background:#0e1323!important;border:1px solid #ffffff24!important;border-radius:8px!important;box-shadow:0 18px 42px #0000006b,inset 0 0 0 1px #ffffff0a!important;padding:6px!important}.monitor-main .begin-platform-dropdown__option,.monitor-main .caa-dropdown-option,.monitor-main .csx-filter-dropdown-option{border-radius:6px!important;color:#ffffffdb!important;font-size:13px!important;font-weight:500!important;min-height:32px!important;padding:7px 10px!important}.monitor-main .begin-platform-dropdown__option:not(.is-selected):hover,.monitor-main .caa-dropdown-option:not(.is-selected):hover,.monitor-main .csx-filter-dropdown-option:not(.is-selected):hover{background:#ffffff14!important;color:#fff!important}.monitor-main .begin-platform-dropdown__option.is-selected,.monitor-main .caa-dropdown-option.is-selected,.monitor-main .csx-filter-dropdown-option.is-selected{background:#ffffff1f!important;color:#fff!important;font-weight:600!important}}@media (max-height:500px),(max-width:768px){.csx-under-construction{bottom:0;left:0;padding:16px;padding:var(--gap);position:fixed;right:0;top:136px;top:calc(var(--header-h) + 72px);z-index:900}.begin-platform-dropdown,.caa-dropdown,.csx-filter-dropdown-wrapper{max-width:none!important;min-width:0!important;width:100%!important}.monitor-main .caa-dropdown-select,.monitor-main .csx-filter-dropdown,.monitor-main .exp-filter-dropdown,.monitor-main .mirada-gerente-filter-dropdown,.monitor-main .orquestador-produccion-dn-filter-dropdown,.monitor-main .orquestador-recepcion-dn-filter-dropdown,.monitor-main .prod-filter-dropdown,.monitor-main .proyeccion-filter-dropdown,.monitor-main .rec-filter-dropdown,.monitor-main .tactico-filter-dropdown,.monitor-main .tactico-orquestador-nuevo-filter-dropdown{background-position:right 10px center!important;min-width:0!important;padding-right:32px!important;width:100%!important}.monitor-main .begin-platform-dropdown__trigger{padding-right:12px!important}}@media (max-width:1400px) and (max-height:820px) and (min-width:769px){:root{--gap:8px;--header-h:48px}.monitor-main{overflow-x:hidden;overflow-y:auto}.card{padding:10px}.card__header{font-size:.85rem;padding:4px 0}}@media (max-height:500px),(max-width:768px){:root{--header-h:48px}.monitor-shell--control-logistico{height:auto;min-height:100svh;overflow-y:visible}.monitor-shell--control-logistico .monitor-main{flex:0 0 auto;height:auto;min-height:0;overflow-x:hidden;overflow-y:visible}.monitor-main{grid-template-rows:auto auto auto;height:auto;overflow-y:auto;padding-right:16px;padding-right:var(--gap);padding-top:80px;padding-top:calc(var(--header-h) + var(--gap))}.monitor-main,.monitor-main--menu-collapsed{padding-left:16px;padding-left:var(--gap)}.grid-bottom,.grid-top,.kpis-row{gap:12px;grid-template-columns:1fr!important}.card{height:auto;min-height:280px;padding:12px}.card__header{font-size:.9rem;padding:6px 0}}body.mirada-gerente-mobile,body.mirada-gerente-mobile #root{height:100%!important;overflow:hidden!important}body.mirada-gerente-mobile .monitor-shell{display:flex!important;flex-direction:column!important;height:100svh!important;max-height:100svh!important;min-height:100svh!important;overflow:hidden!important}body.mirada-gerente-mobile .monitor-main:has(.caa-shell),body.mirada-gerente-mobile .monitor-main:has(.clf-page),body.mirada-gerente-mobile .monitor-main:has(.mirada-gerente-shell),body.mirada-gerente-mobile .monitor-shell .monitor-main{-webkit-overflow-scrolling:touch;display:flex!important;flex:1 1!important;flex-direction:column!important;height:auto!important;max-height:none!important;min-height:0!important;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior-y:contain}body.mirada-gerente-mobile .monitor-main .caa-shell,body.mirada-gerente-mobile .monitor-main .clf-page,body.mirada-gerente-mobile .monitor-main .mirada-gerente-shell,body.mirada-gerente-mobile .monitor-main>section{flex:0 0 auto!important;height:auto!important;max-height:none!important;min-height:0!important;overflow:visible!important}body.mirada-gerente-mobile .mirada-gerente-shell{display:flex!important;flex-direction:column!important;overflow:visible!important;padding-bottom:32px}body.mirada-gerente-mobile .mirada-gerente-shell .control-log-page{flex:0 0 auto!important;height:auto!important;min-height:0!important;overflow:visible!important}body.mirada-gerente-mobile .caa-shell,body.mirada-gerente-mobile .clf-page{display:flex!important;flex-direction:column!important;overflow:visible!important;padding-bottom:32px}body.mirada-gerente-mobile .caa-shell{gap:12px}body.orquestador-mobile,body.orquestador-mobile #root{height:100%!important;overflow:hidden!important}body.orquestador-mobile .monitor-shell{display:flex!important;flex-direction:column!important;height:100svh!important;max-height:100svh!important;min-height:100svh!important;overflow:hidden!important}body.orquestador-mobile .monitor-main:has(.orquestador-produccion-dn-shell),body.orquestador-mobile .monitor-main:has(.orquestador-recepcion-dn-shell),body.orquestador-mobile .monitor-main:has(.proyeccion-shell),body.orquestador-mobile .monitor-main:has(.tactico-orquestador-nuevo-shell),body.orquestador-mobile .monitor-shell .monitor-main{-webkit-overflow-scrolling:touch;display:flex!important;flex:1 1!important;flex-direction:column!important;height:auto!important;max-height:none!important;min-height:0!important;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior-y:contain}body.orquestador-mobile .monitor-main :is(.proyeccion-shell,.tactico-orquestador-nuevo-shell,.orquestador-recepcion-dn-shell,.orquestador-produccion-dn-shell),body.orquestador-mobile .monitor-main>section{flex:0 0 auto!important;height:auto!important;max-height:none!important;min-height:0!important;overflow:visible!important}body.orquestador-mobile .monitor-main :is(.proyeccion-shell,.tactico-orquestador-nuevo-shell,.orquestador-recepcion-dn-shell,.orquestador-produccion-dn-shell){display:flex!important;flex-direction:column!important;overflow:visible!important;padding-bottom:32px}body.orquestador-mobile .monitor-main :is(.proyeccion-grid-12x12,.tactico-orquestador-nuevo-grid-12x12,.orquestador-recepcion-dn-grid-12x12,.orquestador-produccion-dn-grid-12x12){display:flex!important;flex-direction:column!important;height:auto!important;max-height:none!important;min-height:0!important;overflow:visible!important}body.orquestador-mobile .monitor-main :is(.proyeccion-item,.tactico-orquestador-nuevo-item,.orquestador-recepcion-dn-item,.orquestador-produccion-dn-item){flex:0 0 auto!important;height:auto!important;max-height:none!important;min-height:0!important;overflow:visible!important}body.proceso-mobile,body.proceso-mobile #root{height:100%!important;overflow:hidden!important}body.proceso-mobile .monitor-shell{display:flex!important;flex-direction:column!important;height:100svh!important;max-height:100svh!important;min-height:100svh!important;overflow:hidden!important}body.proceso-mobile .monitor-main:has(.exp-shell),body.proceso-mobile .monitor-main:has(.prod-shell),body.proceso-mobile .monitor-main:has(.rec-shell),body.proceso-mobile .monitor-main:has(.tactico-control-shell),body.proceso-mobile .monitor-shell .monitor-main{-webkit-overflow-scrolling:touch;display:flex!important;flex:1 1!important;flex-direction:column!important;height:auto!important;max-height:none!important;min-height:0!important;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior-y:contain}body.proceso-mobile .monitor-main :is(.rec-shell,.prod-shell,.exp-shell,.tactico-control-shell,.xsorter-shell),body.proceso-mobile .monitor-main>section,html body.proceso-mobile #root .monitor-main:has(.exp-shell)>section,html body.proceso-mobile #root .monitor-main:has(.prod-shell)>section,html body.proceso-mobile #root .monitor-main:has(.rec-shell)>section,html body.proceso-mobile #root .monitor-main:has(.tactico-control-shell)>section,html body.proceso-mobile #root .monitor-main:has(.xsorter-shell)>section{flex:0 0 auto!important;flex-shrink:0!important;height:auto!important;max-height:none!important;min-height:-webkit-min-content!important;min-height:min-content!important;overflow:visible!important}html body.proceso-mobile #root .monitor-main :is(.rec-dashboard,.exp-dashboard,.prod-tab-layout,.prod-grid-12x12){flex:0 0 auto!important;flex-shrink:0!important;height:auto!important;max-height:none!important;min-height:-webkit-min-content!important;min-height:min-content!important;overflow:visible!important}body.proceso-mobile .monitor-main :is(.rec-shell,.prod-shell,.exp-shell,.tactico-control-shell,.xsorter-shell){display:flex!important;flex-direction:column!important;overflow:visible!important;padding-bottom:32px}body.proceso-mobile .monitor-main :is(.rec-grid-12x12,.rec-dashboard,.exp-grid-12x12,.exp-dashboard,.prod-grid-12x12,.prod-tab-layout,.prod-tab-shell,.prod-tab-panel,.tactico-grid-12x12,.xsorter-content){display:flex!important;flex-direction:column!important;height:auto!important;max-height:none!important;min-height:0!important;overflow:visible!important}body.proceso-mobile .monitor-main :is(.rec-item,.prod-item,.exp-item,.tactico-item,.tactico-block,.tactico-block__item){flex:0 0 auto!important;height:auto!important;max-height:none!important;min-height:0!important;overflow:visible!important}html body.csx-mobile-global #root .monitor-shell>.monitor-main,html body.mirada-gerente-mobile #root .monitor-shell>.monitor-main,html body.orquestador-mobile #root .monitor-shell>.monitor-main,html body.proceso-mobile #root .monitor-shell>.monitor-main{-webkit-overflow-scrolling:touch;display:flex!important;flex:1 1!important;flex-direction:column!important;height:auto!important;max-height:none!important;min-height:0!important;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior-y:contain}html body.csx-mobile-global #root .monitor-main>section,html body.mirada-gerente-mobile #root .monitor-main>section,html body.orquestador-mobile #root .monitor-main>section,html body.proceso-mobile #root .monitor-main:has(.exp-shell)>section,html body.proceso-mobile #root .monitor-main:has(.prod-shell)>section,html body.proceso-mobile #root .monitor-main:has(.rec-shell)>section,html body.proceso-mobile #root .monitor-main>.clf-page,html body.proceso-mobile #root .monitor-main>section{display:flex!important;flex:0 0 auto!important;flex-direction:column!important;flex-grow:0!important;flex-shrink:0!important;height:auto!important;max-height:none!important;min-height:-webkit-min-content!important;min-height:min-content!important;overflow:visible!important;width:100%!important}html body.proceso-mobile #root .monitor-main :is(.rec-dashboard,.exp-dashboard,.prod-tab-layout){flex:0 0 auto!important;flex-shrink:0!important;height:auto!important;max-height:none!important;min-height:-webkit-min-content!important;min-height:min-content!important;overflow:visible!important}body.csx-mobile-global .monitor-shell .monitor-main,body.mirada-gerente-mobile .monitor-shell .monitor-main,body.orquestador-mobile .monitor-shell .monitor-main,body.proceso-mobile .monitor-shell .monitor-main{display:flex!important;flex-direction:column!important}body.csx-mobile-global .monitor-main :is(.csx-card,.card,.cg-mobile-list,.cg-mobile-cards),body.mirada-gerente-mobile .monitor-main :is(.csx-card,.clf-card,.control-log-section,.control-log-panel,.control-log-result),body.orquestador-mobile .monitor-main :is(.csx-card,.tactico-block,.tactico-item,.proyeccion-item,.orquestador-produccion-dn-item),body.proceso-mobile .monitor-main :is(.csx-card,.rec-card,.exp-card,.xsorter-panel,.xsorter-kpi,article.csx-card),html body.proceso-mobile #root .monitor-main .exp-shell :is(.csx-card,.exp-card),html body.proceso-mobile #root .monitor-main .prod-shell :is(.csx-card,.prod-item),html body.proceso-mobile #root .monitor-main .rec-shell :is(.csx-card,.rec-card){flex:0 0 auto!important;flex-shrink:0!important;height:auto!important;max-height:none!important;min-height:-webkit-min-content!important;min-height:min-content!important;overflow:visible!important}body.csx-mobile-global .monitor-main :is(.csx-card__body,.card__body),body.mirada-gerente-mobile .monitor-main :is(.csx-card__body,.clf-card__body,.control-log-panel__body),body.orquestador-mobile .monitor-main :is(.csx-card__body,.tactico-block__body,.indicadores-body),body.proceso-mobile .monitor-main :is(.csx-card__body,.rec-card-body,.exp-card-body,.xsorter-panel__body){height:auto!important;max-height:none!important;min-height:0!important;overflow:visible!important}body.proceso-mobile .monitor-main :is(.rec-kpi-row,.rec-main-grid,.rec-tables-grid,.prod-tab-shell,.prod-tab-panel,.prod-tab-panel__left,.prod-tab-panel__pedido,.prod-tab-panel__produccion,.xsorter-content,.xsorter-charts,.xsorter-kpis){display:flex!important;flex:0 0 auto!important;flex-direction:column!important;height:auto!important;max-height:none!important;min-height:0!important;overflow:visible!important}body.proceso-mobile .prod-tab-shell{overflow:visible!important}body.orquestador-mobile .monitor-main :is(.tactico-grid-12x12,.tactico-block__row,.tactico-indicadores-recepcion,.tactico-indicadores-preparacion,.tactico-indicadores-expedicion){display:flex!important;flex-direction:column!important;height:auto!important;max-height:none!important;min-height:0!important;overflow:visible!important}body.mirada-gerente-mobile .monitor-main :is(.control-log-live-grid,.control-log-forecast-grid,.control-log-results-grid,.control-log-results-columns,.control-log-production__metrics){display:flex!important;flex-direction:column!important;height:auto!important;max-height:none!important;min-height:0!important;overflow:visible!important}body.mirada-gerente-mobile .monitor-main .control-log-production__details{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;height:auto!important;max-height:none!important;min-height:0!important;overflow:visible!important}body.mirada-gerente-mobile .monitor-main .control-log-results-grid{grid-gap:10px!important;display:grid!important;gap:10px!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}body.mirada-gerente-mobile .monitor-main .control-log-results-grid .control-log-result--service{grid-column:1/-1!important}body.mirada-gerente-mobile .monitor-main .control-log-results-columns{grid-gap:10px!important;display:grid!important;gap:10px!important;grid-column:1/-1!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}body.mirada-gerente-mobile .monitor-main .control-log-results-column{grid-gap:10px!important;display:grid!important;gap:10px!important;grid-template-rows:minmax(128px,1.15fr) minmax(98px,.85fr)!important}body.mirada-gerente-mobile .monitor-main .control-log-results-column:nth-child(2){grid-template-rows:minmax(98px,.85fr) minmax(128px,1.15fr)!important}body.mirada-gerente-mobile .monitor-main .control-log-results-column .control-log-result{height:100%!important;min-height:0!important}.sidenav{background:#0e1323;bottom:0;box-shadow:2px 0 12px #f18f0526,2px 0 4px #0000001a;display:flex;flex-direction:column;left:0;position:fixed;top:0;transition:width .3s ease,box-shadow .3s ease;width:280px;z-index:100}.sidenav--collapsed{width:80px}.sidenav__header{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;gap:12px;justify-content:space-between;min-height:72px;padding:16px 10px 16px 32px}.sidenav__toggle-button{align-items:center;background:#0000;border:none;border-radius:6px;color:#ffffffb3;cursor:pointer;display:flex;flex-shrink:0;font-family:inherit;height:28px;justify-content:center;order:2;padding:0;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .1s ease;width:28px}.sidenav__toggle-button:active{transform:translateY(1px)}.sidenav__toggle-icon{flex-shrink:0}.sidenav__logo-stack{align-items:flex-start;display:flex;flex-direction:column;gap:0;min-width:0;order:1}.sidenav__powered-by{align-items:center;box-sizing:border-box;display:flex;gap:6px;justify-content:center;padding-left:25px;width:100%}.sidenav__powered-text{color:#ffffff8c;font-size:10px;font-weight:500;letter-spacing:.2px}.sidenav__powered-logo{height:12px;object-fit:contain;width:auto}.sidenav--collapsed .sidenav__header{align-items:center;flex-direction:column;gap:8px;justify-content:center;min-height:104px;padding:12px 0}.sidenav--collapsed .sidenav__toggle-button{order:1}.sidenav--collapsed .sidenav__logo-stack{align-items:center;order:2}.sidenav__logo{height:40px;object-fit:contain;transition:all .3s ease;width:auto}.sidenav__logo--full{max-width:184px}.sidenav__logo--icon{height:32px;max-width:46px}.sidenav__nav{flex:1 1;overflow-x:hidden;overflow-y:auto;padding:16px 0}.sidenav__nav::-webkit-scrollbar{width:6px}.sidenav__nav::-webkit-scrollbar-track{background:#0000}.sidenav__nav::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.sidenav__item{align-items:center;background:#0000;border:none;border-radius:8px;color:#ffffffbf;cursor:pointer;display:flex;font-family:inherit;font-size:12px;font-weight:500;gap:12px;margin:4px 12px;padding:12px 20px;position:relative;text-align:left;text-decoration:none;transition:all .2s ease;width:calc(100% - 24px)}.sidenav__item--active,.sidenav__item.active{background:#ffffff14;color:#fff;font-weight:600}.sidenav__item--parent{justify-content:space-between}.sidenav__item--disabled{cursor:default;opacity:.65}.sidenav--collapsed .sidenav__item{justify-content:center;padding:12px}.sidenav__icon{flex-shrink:0;opacity:.9}.sidenav__text{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidenav--collapsed .sidenav__text{display:none}.sidenav__caret{flex-shrink:0;opacity:.7;transition:transform .2s ease}.sidenav__caret--open{transform:rotate(180deg)}.sidenav--collapsed .sidenav__caret{display:none}.sidenav__group{margin:4px 0}.sidenav__group--active>.sidenav__item--parent{background:#ffffff14;color:#fff}.sidenav--collapsed .sidenav__group--active>.sidenav__item--parent{background:#0000;color:#fff}.sidenav--collapsed .sidenav__group--active>.sidenav__item--parent:before{background:#ffffff14;border-radius:999px;bottom:10px;content:"";left:-12px;position:absolute;top:10px;width:3px}.sidenav__submenu{border-left:2px solid #ffffff1a;display:flex;flex-direction:column;margin:4px 0 8px 32px;padding-left:20px}.sidenav__subitem{border-radius:6px;color:#ffffffb3;display:block;font-size:11px;font-weight:400;margin:2px 12px 2px 0;padding:10px 16px;text-decoration:none;transition:all .2s ease}.sidenav__subitem--parent{align-items:center;background:#0000;border:0;cursor:pointer;display:flex;font-family:inherit;justify-content:space-between;text-align:left;width:calc(100% - 12px)}.sidenav__nested-group{min-width:0}.sidenav__subitem-row{align-items:center;border-radius:6px;display:flex;margin:2px 12px 2px 0;transition:background .2s ease,color .2s ease}.sidenav__subitem-row--active{background:#ffffff14;color:#fff}.sidenav__subitem--section{background:#0000;border-radius:6px 0 0 6px;flex:1 1 auto;margin:0;padding:10px 8px 10px 16px}.sidenav__subitem-caret-button{align-items:center;align-self:stretch;background:#0000;border:0;border-radius:0 6px 6px 0;color:#ffffffb8;cursor:pointer;display:inline-flex;flex:0 0 auto;font-family:inherit;justify-content:center;padding:0;transition:color .2s ease;width:28px}.sidenav__subitem-row--active .sidenav__subitem--section{color:#fff;font-weight:500}.sidenav__caret--nested{margin-left:0}.sidenav__submenu--nested{margin:2px 12px 4px 14px;padding-left:12px}.sidenav__subitem--nested{font-size:10.5px;margin-right:0;padding:8px 14px}.sidenav__subitem-row .sidenav__subitem--section,.sidenav__subitem-row .sidenav__subitem--section.active,.sidenav__subitem-row .sidenav__subitem--section.sidenav__subitem--active{background:#0000}.sidenav__subitem--active,.sidenav__subitem.active{background:#ffffff14;color:#fff;font-weight:500}.sidenav__footer{border-top:1px solid #ffffff1a;margin-top:auto;padding:16px}.sidenav__user{align-items:center;border-radius:8px;cursor:pointer;display:flex;gap:12px;margin-top:0;padding:8px;transition:background .2s ease}.sidenav__user-avatar{align-items:center;background:#f18f0533;border-radius:50%;color:#ffffffe6;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.sidenav__user-avatar--brand{background:#0000;border-radius:0;height:24px;padding:0;width:44px}.sidenav__user-avatar-logo{height:100%;object-fit:contain;object-position:right center;width:100%}.sidenav__user-info{flex:1 1;min-width:0}.sidenav__user-name{color:#fffffff2;font-size:14px;font-weight:600}.sidenav__user-name,.sidenav__user-role{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidenav__user-role{color:#fff9;font-size:12px;font-weight:400;margin-top:2px}.sidenav--collapsed .sidenav__user-info{display:none}.sidenav--collapsed .sidenav__user{justify-content:center;padding:8px 0}.sidenav__logout{align-items:center;background:#0000;border:none;border-radius:8px;color:#fffffff2;cursor:pointer;display:flex;font-size:12px;font-weight:600;gap:12px;margin-top:24px;padding:12px 20px;position:relative;transition:background .2s ease,color .2s ease,transform .1s ease;width:100%}.sidenav__logout:before{background:#ffffff1a;content:"";height:1px;left:-16px;position:absolute;right:-16px;top:-8px}.sidenav__logout:active{transform:translateY(1px)}.sidenav__logout-icon-wrapper{align-items:center;background:#0000;display:flex;flex-shrink:0;height:20px;justify-content:center;width:20px}.sidenav__logout-icon{flex-shrink:0}.sidenav--collapsed .sidenav__logout{justify-content:center;padding:12px}.sidenav--collapsed .sidenav__logout-icon-wrapper{height:20px;width:20px}.sidenav--collapsed .sidenav__logout-text{display:none}.sidenav__close{align-items:center;background:#0000;border:none;border-radius:6px;color:#fffc;cursor:pointer;display:none;flex-shrink:0;font-family:inherit;height:28px;justify-content:center;order:2;padding:0;transition:background-color .2s,color .2s;width:28px}.sidenav__overlay{background-color:#0009;bottom:0;display:none;left:0;position:fixed;right:0;top:0;z-index:99}.sidenav-logout-modal{align-items:center;backdrop-filter:blur(10px) saturate(1.05);-webkit-backdrop-filter:blur(10px) saturate(1.05);background:#0e1323b8;display:flex;inset:0;justify-content:center;padding:24px;position:fixed;z-index:1000}.sidenav-logout-modal__dialog{align-items:center;background:#0e1323;border:1px solid #ffffff1f;border-radius:8px;box-shadow:0 24px 60px #0000006b,inset 0 0 0 1px #f18f051f;color:#fff;display:flex;flex-direction:column;gap:18px;padding:24px;width:min(420px,100%)}.sidenav-logout-modal__icon{align-items:center;background:#f18f0524;border-radius:8px;color:#f18f05;display:flex;height:25px;justify-content:center;width:25px}.sidenav-logout-modal__content{align-items:center;display:flex;flex-direction:column;gap:8px;text-align:center}.sidenav-logout-modal__title{color:#fffffffa;font-size:18px;font-weight:700;line-height:1.25;margin:0}.sidenav-logout-modal__description{color:#ffffffa8;font-size:14px;line-height:1.55;margin:0}.sidenav-logout-modal__actions{display:flex;flex-direction:row;gap:8px;margin-top:2px;width:100%}.sidenav-logout-modal__button{border:1px solid #0000;border-radius:6px;cursor:pointer;flex:1 1;font-family:inherit;font-size:13px;font-weight:700;min-height:38px;min-width:0;padding:0 16px;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .1s ease}.sidenav-logout-modal__button:active{transform:translateY(1px)}.sidenav-logout-modal__button--secondary{background:#ffffff0f;border-color:#ffffff24;color:#ffffffd1}.sidenav-logout-modal__button--primary{background:#f18f05;border-color:#f18f05;color:#0e1323}@media (max-height:500px),(max-width:768px){.sidenav{box-shadow:none;max-width:100%;transform:translateX(-100%);transition:transform .3s ease;width:100%}.sidenav--mobile:not(.sidenav--collapsed){transform:translateX(0);z-index:960}.sidenav--collapsed{max-width:100%;transform:translateX(-100%);width:100%}.sidenav--mobile:not(.sidenav--collapsed)~.sidenav__overlay,.sidenav__overlay{display:block;z-index:930}.sidenav__close{align-items:center;display:flex;justify-content:center}.sidenav__header{justify-content:space-between;min-height:72px;padding:16px 20px 16px 32px}.sidenav__header,.sidenav__logo-stack{align-items:flex-start}.sidenav__powered-by{justify-content:flex-start}.sidenav__item,.sidenav__subitem{min-height:48px;padding:12px 20px}.sidenav__submenu{padding:4px 0 8px 20px}.sidenav__subitem{align-items:center;display:flex;margin:2px 12px 2px 0;min-height:46px;padding:0 16px}.sidenav__footer{padding:12px 16px}.sidenav-logout-modal{padding:18px}.sidenav-logout-modal__dialog{padding:20px}}@media (hover:hover) and (pointer:fine){.sidenav__toggle-button:hover{background:#ffffff14;color:#fff}.sidenav__nav::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.sidenav__item:hover{background:#ffffff14;color:#fffffff2}.sidenav__item--disabled:hover{background:#0000;color:#ffffffa6}.sidenav--collapsed .sidenav__group--active>.sidenav__item--parent:hover{background:#ffffff14}.sidenav__subitem-row:hover,.sidenav__subitem:hover{background:#ffffff0f;color:#ffffffe6}.sidenav__subitem-row:hover .sidenav__subitem--section{background:#0000;color:#ffffffe6}.sidenav__subitem-caret-button:hover{background:#0000;color:#fffffff2}.sidenav__user:hover{background:#ffffff0f}.sidenav__logout:hover{background:#ffffff14;color:#fff}.sidenav__close:hover{background-color:#ffffff1a;color:#fff}.sidenav-logout-modal__button--secondary:hover{background:#ffffff1a;border-color:#ffffff38;color:#fffffff2}.sidenav-logout-modal__button--primary:hover{background:#ff9f1a;border-color:#ff9f1a}}.topbar{align-items:center;background:#0000;display:flex;height:64px;left:280px;padding:0 16px;position:fixed;right:0;top:0;transition:left .3s ease;z-index:90}.topbar--menu-collapsed{left:80px}.topbar__content{align-items:center;display:flex;gap:16px;justify-content:space-between;width:100%}.topbar__title-wrap{align-items:center;display:flex;gap:10px;min-width:0;position:relative;z-index:1}.topbar__title{align-items:baseline;color:#fff;display:flex;font-size:1rem;gap:6px;text-decoration:none;white-space:nowrap}.topbar__title-light{font-weight:300}.topbar__title-bold{font-weight:700}.topbar__right{display:flex;gap:16px;justify-content:flex-end;margin-left:auto;margin-right:0;padding:8px 0 8px 12px;z-index:1}.topbar__back,.topbar__right{align-items:center;position:relative}.topbar__back{background:#ffffff14;border:1px solid #ffffff2e;border-radius:6px;color:#fff;cursor:pointer;display:inline-flex;font-size:12px;font-weight:600;gap:8px;padding:6px 10px;transition:background-color .2s ease,transform .1s ease;z-index:2}.topbar__back:hover{background:#ffffff29}.topbar__back:active{transform:translateY(1px)}.topbar__back:disabled{cursor:default;opacity:.45;pointer-events:none}.topbar__back--mobile{display:none;margin-right:6px;padding:4px}.topbar__back--mobile svg{height:14px;width:14px}.topbar__back-text{white-space:nowrap}.topbar__logo{height:48px;width:auto}.topbar__logo--carrefour{padding:12px 16px}.topbar__logo--vpo-desktop{height:18px}.topbar__logo--vpo-mobile{display:none;height:18px}.topbar__hamburger{background:none;border:none;border-radius:4px;color:#fff;cursor:pointer;display:none;padding:8px;transition:background-color .2s}.topbar__hamburger:hover{background-color:#ffffff1a}@media (min-width:769px) and (max-width:1180px){.topbar{background:#0000}.topbar__content{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#111723cc;border-radius:0;height:64px}}@media (max-height:500px),(max-width:768px){.topbar{align-items:flex-start;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#111723cc;height:48px;left:0;padding:0;right:0;top:0;width:100%}.topbar__content{backdrop-filter:none;-webkit-backdrop-filter:none;background:#0000;border-radius:0;height:48px;justify-content:space-between;padding:0 16px;position:relative}.topbar--menu-collapsed{left:0}.topbar__hamburger{align-items:center;display:flex;justify-content:center}.topbar__title{font-size:.88rem;max-width:100%;min-width:0;text-overflow:clip}.topbar__title,.topbar__title-wrap{justify-content:center;overflow:visible}.topbar__title-wrap{left:50%;max-width:none;position:absolute;right:auto;transform:translateX(-50%);width:calc(100% - 64px)}.topbar__title-bold,.topbar__title-light{min-width:auto;overflow:visible;text-overflow:clip}.topbar__back--desktop{display:none}.topbar__back--mobile{display:inline-flex;margin-right:6px;position:static;transform:none}.topbar__back--mobile:active{transform:translateY(1px)}.topbar__logo--carrefour,.topbar__logo--vpo-desktop{display:none}.topbar__logo--vpo-mobile{display:none;height:48px;padding:12px 0 12px 12px}}:root{--prod-font-xs:clamp(7px,0.5vw,9px);--prod-font-sm:clamp(8px,0.55vw,10px);--prod-font-md:clamp(9px,0.6vw,11px);--prod-font-lg:clamp(10px,0.7vw,14px);--prod-font-xl:clamp(12px,0.85vw,16px);--prod-font-xxl:clamp(14px,1.1vw,22px);--prod-gap-xs:clamp(1px,0.2vw,3px);--prod-gap-sm:clamp(2px,0.35vw,6px);--prod-gap-md:clamp(4px,0.5vw,8px);--prod-gap-lg:clamp(6px,0.6vw,12px);--prod-padding-sm:clamp(3px,0.35vw,6px);--prod-padding-md:clamp(4px,0.5vw,8px);--prod-padding-lg:clamp(6px,0.6vw,12px);--prod-radius-sm:clamp(3px,0.3vw,5px);--prod-radius-md:clamp(4px,0.4vw,8px);--prod-radius-lg:clamp(6px,0.5vw,10px);--prod-bar-height:clamp(10px,0.9vw,16px)}.prod-construction-shell{min-height:calc(100vh - 96px)}.prod-construction-panel,.prod-construction-shell{align-items:center;display:flex;justify-content:center}.prod-construction-panel{background:hsla(0,0%,100%,.035);border:1px solid #ffffff1f;border-radius:10px;min-height:180px;padding:32px;width:min(520px,100%)}.prod-construction-panel h1{color:#fffffff0;font-size:28px;font-weight:800;line-height:1.2;margin:0}.monitor-main:has(.prod-shell)>.monitor-shell>.monitor-header{display:none!important}.monitor-shell:has(.prod-shell){--body-color:#fff}.monitor-main:has(.prod-shell){display:flex!important;flex-direction:column!important;gap:0!important;grid-template-columns:none!important;grid-template-rows:none!important;height:100%!important;overflow:hidden!important;padding-bottom:var(--gap)!important;padding-right:var(--gap)!important;padding-top:calc(var(--header-h) + var(--gap))!important}.monitor-main:has(.prod-shell)>section{display:flex!important;flex:1 1 auto!important;height:100%!important;min-height:0!important}.prod-shell{display:flex;flex:1 1 auto;flex-direction:column;height:100%;min-height:0;overflow:hidden}.prod-filters-bar{flex-wrap:wrap;gap:clamp(3px,.35vw,6px);margin-bottom:clamp(4px,.4vw,8px);width:100%}.prod-alerta-row,.prod-filters-bar{align-items:center;display:flex;flex-shrink:0}.prod-alerta-row{color:#ffffffbf;font-family:Raleway,sans-serif;font-size:clamp(12px,.9vw,16px);gap:6px;margin-bottom:0}.prod-alerta-value{color:#fffffffa;font-weight:700}.prod-mobile-section-heading,.prod-mobile-section-time,.prod-mobile-section-title{display:none}@media (min-width:1024px){.prod-filters-bar{gap:clamp(4px,.5vw,8px);margin-bottom:clamp(4px,.5vw,8px)}}.prod-fecha-hora-info{align-items:center;display:flex;gap:clamp(6px,.7vw,12px);justify-content:flex-end}.prod-fecha-hora-item{align-items:center;display:flex;font-family:Raleway,sans-serif;font-size:clamp(8px,.55vw,11px);gap:clamp(2px,.2vw,3px);white-space:nowrap}.prod-fecha-hora-info .csx-actualizado-text{font-family:Raleway,sans-serif;font-size:12px;white-space:nowrap}.prod-fecha-hora-info .csx-actualizado-label{color:#ffffffa6}.prod-fecha-hora-info .csx-actualizado-fecha,.prod-fecha-hora-info .csx-actualizado-hora{color:#fff}.prod-fecha-selector{gap:clamp(4px,.4vw,8px)}.prod-fecha-selector>span{align-items:center;display:inline-flex;gap:clamp(2px,.2vw,3px)}.prod-fecha-arrow{align-items:center;background:#ffffff0d;border:1px solid #ffffff26;border-radius:6px;box-sizing:border-box;color:#ffffffb8;cursor:pointer;display:inline-flex;font-family:Raleway,sans-serif;font-size:0;font-weight:500;height:24px;justify-content:center;line-height:1;margin:0;min-height:24px;min-width:24px;outline:none;padding:0;transition:background .2s ease,border-color .2s ease,color .2s ease;white-space:nowrap;width:24px}@media (min-width:1024px){.prod-fecha-arrow{height:24px;min-height:24px;min-width:24px;width:24px}}.prod-fecha-arrow:hover:not(:disabled){background:#ffffff1a;border-color:#ffffff40;color:#ffffffe6}.prod-fecha-arrow:focus{box-shadow:0 0 0 2px #ffffff14}.prod-fecha-arrow:disabled{cursor:not-allowed;opacity:.38}.prod-fecha-arrow svg{stroke-width:2.4;height:16px;width:16px}.bultos-filter-btn.prod-fecha-arrow{align-items:center;background:#ffffff0d;border:1px solid #ffffff26;border-radius:6px;box-shadow:none;color:#ffffffb8;display:inline-flex;font-size:0;height:24px;justify-content:center;line-height:1;margin:0;max-height:24px;max-width:24px;min-height:24px;min-width:24px;padding:0;width:24px}.bultos-filter-btn.prod-fecha-arrow:hover:not(:disabled){background:#ffffff17;border-color:#ffffff3d;color:#ffffffe6}.bultos-filter-btn.prod-fecha-arrow:focus{box-shadow:0 0 0 2px #ffffff14}.bultos-filter-btn.prod-fecha-arrow:disabled{cursor:not-allowed;opacity:.38}.bultos-filter-btn.prod-fecha-arrow svg{stroke-width:2.4;height:16px;width:16px}@media (min-width:1024px){.prod-fecha-hora-item{font-size:15px}}.prod-filter-clear{background:#f4433633;border:1px solid #f4433666;border-radius:4px;color:#ff6b6b;cursor:pointer;font-size:14px;font-weight:600;line-height:1;padding:6px 10px;transition:all .2s ease}.prod-filter-clear:hover{background:#f443364d;border-color:#f4433699}.prod-tab-layout{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;width:100%}.prod-total-row{align-items:baseline;color:#fffffff5;display:flex;flex:0 0 auto;font-family:Raleway,sans-serif;gap:clamp(10px,.9vw,16px);line-height:1.2;margin:0 0 clamp(8px,.8vw,14px);padding-left:4px}.prod-total-row__label{font-size:clamp(15px,1vw,20px);font-weight:800}.prod-total-row__value{font-feature-settings:"tnum" 1,"lnum" 1,"tnum";align-items:baseline;color:#ffffffe6;display:inline-flex;font-size:clamp(15px,1vw,20px);font-variant-numeric:tabular-nums;font-weight:300;gap:6px}.prod-total-row__number{font-weight:300}.prod-total-row__unit{color:#ffffffb8;font-size:.88em}.prod-tab-shell{--prod-tab-border:#8291a857;--prod-tab-bg:#1f2532f5;--prod-tab-bg-soft:#0f1623f0;background:#0000;display:flex;flex:1 1 auto;flex-direction:column;min-height:0;overflow:visible;position:relative;width:100%}.prod-folder-shape{filter:drop-shadow(0 2px 14px rgba(0,0,0,.24));height:100%;inset:0;overflow:visible;pointer-events:none;position:absolute;width:100%;z-index:0}.prod-folder-shape__path{fill:var(--prod-tab-bg);stroke:var(--prod-tab-border);stroke-width:1.35;vector-effect:non-scaling-stroke}.prod-tab-list{align-items:stretch;grid-template-columns:repeat(2,minmax(0,1fr));padding:0;z-index:1}.prod-main-tab,.prod-tab-list{background:#0000;display:grid;min-height:44px;position:relative}.prod-main-tab{grid-gap:clamp(12px,2vw,38px);align-items:center;border:0;color:#fffffff0;cursor:pointer;font-family:Raleway,sans-serif;gap:clamp(12px,2vw,38px);grid-template-columns:minmax(0,auto) minmax(0,1fr);margin:0;min-width:0;padding:14px clamp(18px,1.8vw,34px) 7px;text-align:left;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease}.prod-main-tab:first-child{padding-left:18px}.prod-main-tab:first-child,.prod-main-tab:last-child{border-top-left-radius:22px;border-top-right-radius:22px}.prod-main-tab:not(.is-active){background:linear-gradient(180deg,hsla(0,0%,100%,.045),#ffffff05);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.055);color:#fffffff7;padding-bottom:10px;padding-top:10px}.prod-main-tab:not(.is-active):hover{background:linear-gradient(180deg,hsla(0,0%,100%,.075),#ffffff08);box-shadow:inset 0 1px 0 #ffffff1a}.prod-main-tab.is-active{background:#0000;box-shadow:none;cursor:default;margin-bottom:0;z-index:2}.prod-tab-shell--tenso .prod-main-tab:first-child{margin-right:0}.prod-tab-shell--stock .prod-main-tab:last-child{margin-left:0}.prod-main-tab__primary{align-items:baseline;display:inline-flex;gap:10px;min-width:0;white-space:nowrap}.prod-main-tab__label{font-size:clamp(13px,.78vw,16px);font-weight:800}.prod-main-tab__value{font-feature-settings:"tnum" 1,"lnum" 1,"tnum";font-size:clamp(13px,.78vw,16px);font-variant-numeric:tabular-nums;font-weight:300}.prod-main-tab__future{align-items:baseline;display:flex;gap:clamp(14px,1.8vw,34px);justify-content:space-evenly;min-width:0}.prod-main-tab__future-item{font-feature-settings:"tnum" 1,"lnum" 1,"tnum";align-items:baseline;color:#ffffffeb;display:inline-flex;font-size:clamp(13px,.78vw,16px);font-variant-numeric:tabular-nums;font-weight:300;gap:10px;min-width:0;white-space:nowrap}.prod-main-tab__future-item--link{border-radius:6px;color:#ffffffeb;cursor:pointer;transform-origin:center;transition:transform .18s ease,color .18s ease,text-shadow .18s ease}.prod-main-tab__future-item--link:focus-visible,.prod-main-tab__future-item--link:hover{color:#fff;outline:none;text-shadow:0 0 10px #ffffff42;transform:translateY(-1px) scale(1.06)}.prod-main-tab__future-label{font-weight:800}.prod-tab-panel{grid-gap:16px;background:#0000;border:0;border-radius:0;box-shadow:none;display:grid;flex:1 1 auto;gap:16px;grid-template-columns:minmax(420px,.52fr) minmax(0,1fr);margin-top:0;min-height:0;overflow:hidden;padding:18px 14px 20px;position:relative;z-index:1}.prod-tab-shell--tenso .prod-tab-panel{grid-template-columns:minmax(450px,.82fr) minmax(0,1fr)}.prod-tab-shell--stock .prod-tab-panel{grid-template-columns:minmax(440px,.67fr) minmax(0,1fr)}.prod-tab-panel__left,.prod-tab-panel__right{display:flex;flex-direction:column;min-height:0;min-width:0}.prod-tab-panel__left{gap:14px}.prod-mobile-future-tiles{display:none}.prod-tab-panel__pedido{display:flex;flex:0 0 132px;min-height:132px;min-width:0}.prod-tab-panel__produccion,.prod-tab-panel__right{display:flex;flex:1 1 auto;min-height:0;min-width:0}.prod-tab-panel .csx-card{background:#1b2230e6;border-color:#8291a838;border-radius:16px;height:100%;min-width:0;width:100%}.prod-tab-panel--blocked>.prod-tab-panel__left,.prod-tab-panel--blocked>.prod-tab-panel__right{border-radius:16px;filter:blur(7px);overflow:hidden;pointer-events:none;-webkit-user-select:none;user-select:none}.prod-tab-panel__construction-overlay{align-items:center;background:#0e1323b8;border-radius:16px;display:flex;inset:18px 14px 20px;justify-content:center;overflow:hidden;pointer-events:auto;position:absolute;z-index:4}.monitor-shell--hide-under-construction-card .prod-tab-panel__construction-overlay .csx-under-construction,.monitor-shell--hide-under-construction-card .prod-tab-panel__construction-overlay .csx-under-construction__card{display:flex!important}.prod-tab-panel__construction-overlay .csx-under-construction{backdrop-filter:none!important;-webkit-backdrop-filter:none!important;background:#0000!important;inset:0!important;padding:24px!important;position:absolute!important;z-index:1!important}.prod-tab-panel__construction-overlay .csx-under-construction__card{width:min(420px,100%)}.prod-tab-panel__pedido .pedido-d-card__grid{align-items:stretch;height:100%;margin-left:0;margin-right:0;max-width:none;width:100%}.prod-tab-panel .csx-card__header{border-bottom:none}.prod-grid-12x12{grid-gap:clamp(4px,.5vw,8px);display:grid;flex:1 1 auto;gap:clamp(4px,.5vw,8px);grid-template-columns:repeat(12,1fr);grid-template-rows:minmax(0,1fr);min-height:0;padding:0;width:100%}.prod-item{flex-direction:column;min-height:0;overflow:hidden}.prod-item,.prod-pedido-d-mobile,.prod-produccion-d-mobile{display:flex}.prod-actividad{margin:0;padding:0}.prod-kpi-1{grid-column:1/5;grid-row:1/3}.prod-kpi-2{grid-column:1/5;grid-row:3/5}.prod-kpi-3{grid-column:1/5;grid-row:5/13}.prod-kpi-4{grid-column:5/13;grid-row:1/13}@media (min-width:1025px){.prod-grid-12x12{align-items:stretch;grid-template-areas:"kpi1 kpi1 kpi4 kpi4" "kpi2 kpi2 kpi4 kpi4" "kpi3 kpi3 kpi4 kpi4";grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:minmax(132px,.24fr) minmax(132px,.24fr) minmax(0,1fr)}.prod-kpi-1,.prod-kpi-2,.prod-kpi-3,.prod-kpi-4{min-height:0}.prod-kpi-1{grid-area:kpi1}.prod-kpi-2{grid-area:kpi2}.prod-kpi-3{grid-area:kpi3}.prod-kpi-4{grid-area:kpi4}}@media (min-width:1025px) and (max-width:1180px){.prod-grid-12x12{gap:6px}}@media (min-width:1025px){.prod-shell .prod-kpi-1 .actividad-prod-body{align-items:center;gap:0;justify-content:flex-start}.prod-shell .prod-kpi-1 .planificado-horizontal{align-items:stretch;align-self:center;height:100%;margin:0;max-width:none;min-height:0;width:100%}.prod-shell .prod-kpi-1 .planificado-section{justify-content:center}}.csx-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:clamp(4px,.5vw,8px);display:flex;flex-direction:column;height:100%;min-height:0}.csx-card__header{align-items:center;border-bottom:1px solid #ffffff0f;display:flex;flex-shrink:0;font-size:clamp(8px,.55vw,11px);gap:clamp(4px,.4vw,8px);justify-content:space-between;opacity:.9;padding:clamp(4px,.4vw,8px) clamp(6px,.5vw,10px);position:relative;z-index:1}.prod-tab-panel__pedido .csx-card__header,.prod-tab-panel__produccion .csx-card__header{font-size:14px;font-weight:700;line-height:1.2;padding:16px 16px 8px}.csx-card__body{display:flex;flex:1 1 auto;flex-direction:column;height:100%;min-height:0;overflow:visible;padding:clamp(8px,.7vw,14px) clamp(10px,.9vw,16px)}.actividad-prod-container{grid-gap:clamp(6px,.7vw,12px);display:grid;gap:clamp(6px,.7vw,12px);grid-template-columns:1fr 1fr;height:100%;margin:0;min-height:0;padding:0}.highcharts-wrapper,.highcharts-wrapper>.highcharts-container{height:100%!important;width:100%!important}@media (min-width:1025px){.prod-shell .prod-kpi-1 .csx-card__body,.prod-shell .prod-kpi-2 .csx-card__body,.prod-shell .prod-kpi-3 .produccion-d-card--summary .produccion-d-card__body{height:auto;padding:12px}.prod-shell .prod-kpi-2 .csx-card__body,.prod-shell .prod-kpi-3 .produccion-d-card--summary .produccion-d-card__body{align-items:center;justify-content:flex-start}.prod-shell .prod-kpi-2 .pedido-d-card__grid{align-items:stretch;height:100%;margin-left:0;margin-right:0;max-width:none;width:100%}.prod-shell .prod-kpi-3 .produccion-d-card--summary .produccion-d-card__chart-section,.prod-shell .prod-kpi-3 .produccion-d-card--summary .produccion-d-card__detail-grid,.prod-shell .prod-kpi-3 .produccion-d-card--summary .produccion-d-card__row{margin-left:auto;margin-right:auto;max-width:560px;width:100%}}@media (min-width:1025px) and (max-height:860px){.prod-grid-12x12{gap:6px}.prod-shell .csx-card__header{padding:clamp(4px,.35vw,7px) clamp(6px,.55vw,10px)}.prod-shell .csx-card__body{padding:clamp(7px,.65vw,12px) clamp(8px,.8vw,14px)}}@media (min-width:1025px) and (max-width:1599px){.prod-total-row{margin-bottom:8px}.prod-total-row__label,.prod-total-row__value{font-size:clamp(14px,1vw,18px)}.prod-main-tab{gap:clamp(10px,1.4vw,24px);min-height:40px;padding:12px clamp(14px,1.4vw,24px) 6px}.prod-main-tab:first-child{padding-left:14px}.prod-main-tab__future-item,.prod-main-tab__label,.prod-main-tab__value{font-size:clamp(12px,.82vw,14px)}.prod-main-tab__future{gap:clamp(10px,1.2vw,22px)}.prod-tab-panel{gap:12px;grid-template-columns:minmax(380px,.5fr) minmax(0,1fr);padding:14px 12px 16px}.prod-tab-shell--tenso .prod-tab-panel{grid-template-columns:minmax(390px,.75fr) minmax(0,1fr)}.prod-tab-shell--stock .prod-tab-panel{grid-template-columns:minmax(360px,.62fr) minmax(0,1fr)}.prod-tab-panel__left{gap:12px}.prod-tab-panel__pedido{flex-basis:118px;min-height:118px}.prod-tab-panel__pedido .csx-card__header,.prod-tab-panel__produccion .csx-card__header{font-size:13px;padding:14px 14px 6px}}@media (min-width:1025px) and (max-height:849px){.prod-total-row{margin-bottom:6px}.prod-main-tab{min-height:38px;padding-bottom:5px;padding-top:10px}.prod-tab-panel{gap:10px;padding-bottom:14px;padding-top:12px}.prod-tab-panel__left{gap:10px}.prod-tab-panel__pedido{flex-basis:108px;min-height:108px}}@media (max-height:500px),(max-width:1024px){.prod-tab-layout{min-height:auto}.prod-total-row{margin-bottom:10px;padding-left:0}.prod-total-row__label,.prod-total-row__value{font-size:clamp(15px,3.8vw,18px)}.prod-tab-shell{overflow:hidden}.prod-tab-list{min-height:auto;padding:0}.prod-main-tab,.prod-main-tab:not(.is-active){border-radius:14px 14px 0 0;gap:6px;grid-template-columns:minmax(0,1fr);min-height:46px;padding:9px 10px 10px}.prod-tab-shell--stock .prod-main-tab:last-child,.prod-tab-shell--tenso .prod-main-tab:first-child{margin:0}.prod-main-tab__primary{grid-gap:4px;display:grid;gap:4px;white-space:normal}.prod-main-tab__future-item,.prod-main-tab__label,.prod-main-tab__value{font-size:clamp(11px,2.9vw,14px)}.prod-main-tab__future{flex-wrap:wrap;gap:12px;justify-content:flex-start}.prod-main-tab__future-item{gap:5px}.prod-main-tab__future-item:not(:first-child){display:none}.prod-mobile-future-tiles{grid-gap:10px;align-items:stretch;display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:10px;width:100%}.prod-mobile-future-tile{grid-gap:3px;align-content:start;appearance:none;-webkit-appearance:none;background:hsla(0,0%,100%,.025);border:1px solid #ffffff14;border-radius:8px;box-sizing:border-box;color:#fffffff0;display:grid;font-family:Raleway,sans-serif;gap:3px;grid-template-rows:auto auto auto;height:100%;justify-items:start;margin:0;min-height:0;min-width:0;padding:12px 14px;text-align:left;width:100%}button.prod-mobile-future-tile{cursor:pointer}button.prod-mobile-future-tile:focus-visible,button.prod-mobile-future-tile:hover{background:hsla(0,0%,100%,.045);border-color:#ffffff2e;outline:none}.prod-mobile-future-tile__label{color:#ffffff9e;font-size:11px;font-weight:800;letter-spacing:.2px;line-height:1.15;text-transform:uppercase}.prod-mobile-future-tile__value{font-feature-settings:"tnum" 1,"lnum" 1,"tnum";color:#fffffff5;font-size:clamp(16px,4vw,19px);font-variant-numeric:tabular-nums;font-weight:800;line-height:1.1}.prod-mobile-future-tile__unit{color:#ffffffb8;font-size:11px;font-weight:500;line-height:1.15}.prod-tab-panel{border-radius:0 0 16px 16px;display:flex;flex-direction:column;min-height:auto;padding:12px}.prod-tab-panel,.prod-tab-panel__left{gap:12px;overflow:visible}.prod-tab-panel__construction-overlay{align-items:flex-start;border-radius:14px;inset:12px}.prod-tab-panel__construction-overlay .csx-under-construction{align-items:flex-start;padding-top:96px!important}.prod-tab-panel__pedido{flex:0 0 auto;min-height:190px}.prod-tab-panel__produccion{flex:0 0 auto;min-height:700px}.prod-grid-12x12{display:flex!important;flex-direction:column!important;gap:12px;overflow-y:auto}.prod-kpi-1,.prod-kpi-2,.prod-kpi-3,.prod-kpi-4,.prod-pedido-d-mobile,.prod-produccion-d-mobile{grid-column:auto!important;grid-row:auto!important;min-height:200px}.prod-kpi-2,.prod-kpi-3,.prod-kpi-4{display:none!important}.prod-kpi-1,.prod-kpi-2,.prod-kpi-3,.prod-kpi-4,.prod-pedido-d-mobile,.prod-produccion-d-mobile{min-height:150px}.prod-pedido-d-mobile{display:flex!important;min-height:190px!important}.prod-produccion-d-mobile{display:flex!important;min-height:700px!important}.prod-item{height:auto!important;min-height:auto!important;overflow:visible!important}.actividad-prod-container{grid-template-columns:1fr!important}.csx-card__header{font-size:.9rem;padding:10px 12px}.csx-card__body{padding:10px 12px}.prod-filters-bar{grid-gap:8px!important;align-items:center!important;display:grid!important;gap:8px!important;grid-template-areas:"info info" "dropdown back" "alert alert" "title title";grid-template-columns:1fr auto;margin-bottom:12px!important}.prod-filters-bar.prod-filters-bar--fixed-platform{grid-template-areas:"info" "alert" "title";grid-template-columns:1fr}.prod-filter-dropdown-wrapper{grid-area:dropdown}.prod-alerta-row{font-size:clamp(14px,3.6vw,18px);grid-area:alert;margin-bottom:0;margin-top:6px}.prod-mobile-section-heading{align-items:center;display:flex;gap:12px;grid-area:title;justify-content:space-between;min-width:0}.prod-mobile-section-title{color:#ffffffeb;display:block;font-family:Raleway,sans-serif;font-size:clamp(15px,3.8vw,18px);font-weight:600;line-height:1.2;margin:0;min-width:0}.prod-mobile-section-time{font-feature-settings:"tnum" 1,"lnum" 1,"tnum";align-items:center;color:#fff;display:inline-flex;flex-shrink:0;font-family:Raleway,sans-serif;font-size:clamp(14px,3.5vw,17px);font-variant-numeric:tabular-nums;font-weight:700;gap:6px;white-space:nowrap}.prod-mobile-section-time-icon{align-items:center;color:#ffffffbf;display:inline-flex;justify-content:center}.prod-mobile-section-time-icon svg{height:14px;width:14px}.prod-mobile-section-time-text{color:inherit}.prod-filters-bar .filters-actions{display:contents}.prod-filters-bar .filters-actions .prod-fecha-hora-info{grid-area:info;justify-content:flex-start!important}.prod-filters-bar .filters-actions .topbar__back--desktop{grid-area:back;justify-self:end}.prod-fecha-hora-info{align-items:center!important;flex-direction:row!important;flex-wrap:nowrap;gap:clamp(8px,2vw,12px)!important;justify-content:flex-start!important}.prod-fecha-hora-item{font-size:clamp(13px,3.2vw,17px)!important;white-space:nowrap!important;width:auto!important}.prod-fecha-hora-item,.prod-fecha-selector{justify-content:flex-start!important}.prod-fecha-arrow{height:24px;line-height:1;min-height:24px;min-width:24px;padding:0;width:24px}}@media (max-width:700px){.prod-filters-bar{grid-template-areas:"info" "dropdown" "alert" "title"!important;grid-template-columns:minmax(0,1fr)!important}.prod-filters-bar .begin-platform-dropdown,.prod-filters-bar .begin-platform-dropdown__trigger.prod-filter-dropdown,.prod-filters-bar .prod-filter-dropdown-wrapper{justify-self:stretch!important;max-width:none!important;min-width:0!important;width:100%!important}}@media (max-width:1024px){.monitor-main:has(.prod-shell){height:auto!important;min-height:100%!important;overflow-x:hidden!important;overflow-y:auto!important}.monitor-main:has(.prod-shell)>section{flex:0 0 auto!important;height:auto!important;min-height:auto!important;overflow:visible!important}.prod-shell,.prod-tab-layout,.prod-tab-panel,.prod-tab-panel__left,.prod-tab-panel__right,.prod-tab-shell{flex:0 0 auto;height:auto;min-height:auto;overflow:visible}.prod-tab-panel .csx-card{height:auto;min-height:100%}.prod-tab-panel.prod-tab-panel--blocked{border-radius:0 0 16px 16px;overflow:hidden}.prod-tab-panel.prod-tab-panel--blocked>.prod-tab-panel__left{border-radius:14px;overflow:hidden}}@media (min-width:1921px){:root{--prod-font-xs:11px;--prod-font-sm:12px;--prod-font-md:14px;--prod-font-lg:18px;--prod-font-xl:20px;--prod-font-xxl:28px;--prod-gap-xs:4px;--prod-gap-sm:8px;--prod-gap-md:12px;--prod-gap-lg:16px}}.prod-dato-mock{color:#c084fc!important;opacity:.68}@media (min-width:701px) and (max-width:1024px) and (orientation:portrait){.prod-filters-bar{grid-gap:12px!important;align-items:center!important;display:grid!important;gap:12px!important;grid-template-areas:"dropdown info" "alert title"!important;grid-template-columns:minmax(220px,260px) minmax(0,1fr)!important;width:100%!important}.prod-filters-bar .begin-platform-dropdown,.prod-filters-bar .begin-platform-dropdown__trigger.prod-filter-dropdown,.prod-filters-bar .prod-filter-dropdown-wrapper{justify-self:start!important;max-width:260px!important;min-width:220px!important;width:260px!important}.prod-fecha-hora-info,.prod-filters-bar .filters-actions .prod-fecha-hora-info{justify-content:flex-end!important;justify-self:end!important;margin-left:0!important;width:auto!important}}@media (max-height:500px),(max-width:1024px){.prod-kpi-1,.prod-pedido-d-mobile,.prod-produccion-d-mobile,.prod-tab-panel__pedido,.prod-tab-panel__produccion{min-height:0!important}}.xsorter-shell{--xsorter-bg:#0e1323;--xsorter-panel:#ffffff08;--xsorter-panel-strong:#161d30;--xsorter-line:#ffffff14;--xsorter-line-soft:#ffffff0f;--xsorter-text:#ffffffeb;--xsorter-muted:#ffffff94;--xsorter-muted-strong:#ffffffb8;--xsorter-orange:var(--naranja,#f17d24);--xsorter-rust:#b35317;--xsorter-blue:var(--azul,#29abe2);--xsorter-red:var(--rojo,#e82d2d);font-feature-settings:tabular-nums lining-nums;color:var(--xsorter-text);font-family:Raleway,system-ui,sans-serif;font-variant-numeric:tabular-nums lining-nums;gap:12px;min-width:0;width:100%}.xsorter-toolbar{flex:0 0 auto;justify-content:space-between}.xsorter-dropdown,.xsorter-toolbar{align-items:center;display:flex;gap:8px}.xsorter-dropdown{flex:0 0 220px;min-width:220px;position:relative;width:220px}.xsorter-dropdown-select{align-items:center;background:#ffffff14;border:1px solid #ffffff2e;border-radius:6px;box-sizing:border-box;color:#ffffffe6;cursor:pointer;display:flex;flex:1 1 auto;font-family:Raleway,sans-serif;font-size:13px;font-weight:500;gap:12px;height:34px;justify-content:flex-start!important;min-height:34px;min-width:0;outline:none;padding:8px 30px 8px 16px;position:relative;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease,color .2s ease}.xsorter-dropdown-select:hover{background-color:#ffffff1f;border-color:#ffffff4d}.xsorter-dropdown-select.is-open,.xsorter-dropdown-select:focus{background-color:#ffffff1f;border-color:#f17d24ad;box-shadow:0 0 0 2px #f17d242e;color:#fff}.xsorter-dropdown-select__label{flex:1 1 auto;min-width:0;overflow:hidden;text-align:left!important;text-overflow:ellipsis;white-space:nowrap}.xsorter-dropdown-select__chevron{color:#ffffffc7;height:12px;position:absolute;right:8px;top:50%;transform:translateY(-50%);transition:transform .2s ease;width:12px}.xsorter-dropdown-select.is-open .xsorter-dropdown-select__chevron{transform:translateY(-50%) rotate(180deg)}.xsorter-dropdown-menu{background:#0e1323;border:1px solid #ffffff24;border-radius:8px;box-shadow:0 18px 42px #0000006b,inset 0 0 0 1px #ffffff0a;left:0;overflow:hidden;padding:6px;position:absolute;right:0;top:calc(100% + 1px);z-index:30}.xsorter-dropdown-option{align-items:center;background:#0000;border:0;border-radius:6px;color:#ffffffdb;cursor:pointer;display:flex;font-family:Raleway,sans-serif;font-size:13px;font-weight:500;line-height:1.25;min-height:32px;padding:7px 10px;text-align:left;width:100%}.xsorter-dropdown-option:not(.is-selected):hover{background:#ffffff14;color:#fff}.xsorter-dropdown-option.is-selected{background:#ffffff1f;color:#fff;font-weight:600}.xsorter-periods{align-items:stretch;display:inline-flex;flex:0 0 auto;min-height:28px;min-width:0}.xsorter-period{background:#ffffff0f;border:1px solid #ffffff26;border-radius:0;color:#ffffffb3;cursor:pointer;font:inherit;font-size:12px;font-weight:600;line-height:1.2;min-height:28px;padding:5px 14px;transition:background .2s ease,border-color .2s ease,color .2s ease}.xsorter-period+.xsorter-period{margin-left:-1px}.xsorter-period:first-child{border-radius:6px 0 0 6px}.xsorter-period:last-child{border-radius:0 6px 6px 0}.xsorter-period:hover{background:#ffffff1a;border-color:#ffffff3d;color:#ffffffe6}.xsorter-period.is-active{background:#ffffff29;border-color:#ffffff52;color:#fffffff5}.xsorter-period:focus{box-shadow:0 0 0 2px #ffffff14;outline:none;position:relative;z-index:1}.xsorter-content{grid-gap:16px;display:grid;flex:1 1 auto;gap:16px;grid-template-rows:auto minmax(0,1fr) minmax(170px,.78fr);min-height:0;overflow:hidden;padding-right:2px;width:100%}.xsorter-content::-webkit-scrollbar,.xsorter-table-wrap::-webkit-scrollbar{height:6px;width:6px}.xsorter-content::-webkit-scrollbar-track,.xsorter-table-wrap::-webkit-scrollbar-track{background:#0000}.xsorter-content::-webkit-scrollbar-thumb,.xsorter-table-wrap::-webkit-scrollbar-thumb{background:#fff3;border-radius:999px}.xsorter-kpis{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(5,minmax(0,1fr));min-height:0}.xsorter-kpi,.xsorter-panel{background:var(--xsorter-panel);border:1px solid var(--xsorter-line);border-radius:12px;box-shadow:none;min-height:0;min-width:0;position:relative}.xsorter-kpi{background:radial-gradient(circle at 100% 0,#f17d241a,#0000 38%),var(--xsorter-panel);display:flex;flex-direction:column;gap:10px;min-height:124px;overflow:hidden;padding:14px}.xsorter-kpi--orange{--xsorter-tone:var(--xsorter-orange);--xsorter-tone-bg:#f17d2429}.xsorter-kpi--green{--xsorter-tone:#22c55e;--xsorter-tone-bg:#22c55e24}.xsorter-kpi--blue{--xsorter-tone:var(--xsorter-blue);--xsorter-tone-bg:#29abe229}.xsorter-kpi--red{--xsorter-tone:var(--xsorter-red);--xsorter-tone-bg:#e82d2d24}.xsorter-kpi--rust{--xsorter-tone:var(--xsorter-rust);--xsorter-tone-bg:#ffb35c24}.xsorter-kpi--green{background:radial-gradient(circle at 100% 0,#22c55e14,#0000 38%),var(--xsorter-panel)}.xsorter-kpi--blue{background:radial-gradient(circle at 100% 0,#29abe217,#0000 38%),var(--xsorter-panel)}.xsorter-kpi--red{background:radial-gradient(circle at 100% 0,#e82d2d1a,#0000 38%),var(--xsorter-panel)}.xsorter-kpi--rust{background:radial-gradient(circle at 100% 0,#b353171a,#0000 38%),var(--xsorter-panel)}.xsorter-kpi--alert-red{background:radial-gradient(circle at 100% 0,#e82d2d1f,#0000 38%),var(--xsorter-panel)}.xsorter-kpi__head{align-items:center;display:flex;min-width:0}.xsorter-kpi h3,.xsorter-panel__header h3,.xsorter-table-title{color:#ffffffe6;font-size:14px;font-weight:600;letter-spacing:0;line-height:1.15;margin:0;text-transform:none}.xsorter-kpi h3{color:var(--xsorter-muted);font-size:12px;font-weight:800;letter-spacing:.55px;line-height:1.2;min-width:0;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;white-space:normal}.xsorter-kpi__value{color:var(--xsorter-text);font-size:clamp(22px,1.8vw,30px);font-weight:800;line-height:1;margin:0}.xsorter-kpi--red .xsorter-kpi__value{color:var(--xsorter-red)}.xsorter-kpi__value span{color:var(--xsorter-muted);font-size:14px;font-weight:500;margin-left:6px}.xsorter-kpi__loading{color:#ffffffb3;min-height:70px}.xsorter-kpi__trend{align-items:flex-start;color:var(--xsorter-muted);display:flex;flex-direction:column;font-size:11px;gap:5px;line-height:1.25}.xsorter-kpi__trend strong{background:var(--xsorter-tone-bg);border-radius:999px;color:var(--xsorter-tone);flex:0 0 auto;font-weight:800;padding:3px 7px}.xsorter-kpi__trend span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:normal}.xsorter-kpi__trend--down strong{color:var(--xsorter-tone)}.xsorter-kpi__trend--positive strong{background:#22c55e24;color:#22c55e}.xsorter-kpi__trend--negative strong{background:#f17d2429;color:var(--xsorter-orange)}.xsorter-kpi__capacity{display:flex;flex-direction:column;gap:7px;min-width:0}.xsorter-kpi__capacity-head{align-items:baseline;display:flex;gap:8px;justify-content:space-between;min-width:0}.xsorter-kpi__capacity-head strong{color:#4ade80;font-size:20px;font-weight:900;line-height:1}.xsorter-kpi__capacity-head span{color:var(--xsorter-muted);font-size:11px;font-weight:700;line-height:1.15;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xsorter-kpi__capacity-bar{background:#ffffff14;border-radius:999px;height:6px;overflow:hidden}.xsorter-kpi__capacity-bar i{background:#4ade80;border-radius:inherit;display:block;height:100%}.xsorter-kpi__alert{align-items:flex-start;color:var(--xsorter-muted);display:flex;flex-direction:column;font-size:11px;gap:6px;line-height:1.25;min-width:0}.xsorter-kpi__alert-main{align-items:baseline;display:flex;gap:8px;justify-content:space-between;min-width:0;width:100%}.xsorter-kpi__alert-main span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xsorter-kpi__alert strong{background:#e82d2d29;border-radius:999px;font-size:10px;margin-left:-2px;padding:3px 7px;text-transform:uppercase}.xsorter-kpi__alert strong,.xsorter-kpi__alert-main b{color:var(--xsorter-red);flex:0 0 auto;font-weight:900;line-height:1}.xsorter-kpi__alert-main b{font-size:18px}.xsorter-table td.good,.xsorter-table td.good-strong{color:#4ade80}.xsorter-table td.warn{color:var(--xsorter-orange)}.xsorter-kpi__helper .is-rust,.xsorter-table td.risk{color:#ffb35c}.xsorter-table td.good-strong,.xsorter-table td.strong{font-weight:900}.xsorter-meter{background:#ffffff17;border-radius:999px;height:6px;overflow:hidden}.xsorter-meter i{background:#22c55e;border-radius:inherit;display:block;height:100%}.xsorter-kpi__note{color:var(--xsorter-muted);font-size:10px;line-height:1;margin-top:5px;text-align:right}.xsorter-charts{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(5,minmax(0,1fr));min-height:0}.xsorter-panel--wide{grid-column:span 3}.xsorter-panel--anomalies{grid-column:span 2}.xsorter-panel{display:flex;flex-direction:column;height:100%;overflow:hidden;padding:0}.xsorter-panel__header{align-items:center;border-bottom:1px solid var(--xsorter-line-soft);display:flex;flex:0 0 auto;gap:12px;justify-content:space-between;margin-bottom:0;min-height:44px;opacity:.95;padding:12px 16px}.xsorter-legend{color:var(--xsorter-muted-strong);font-size:10px;font-weight:900;gap:14px;line-height:1;text-transform:uppercase}.xsorter-legend,.xsorter-legend span{align-items:center;display:inline-flex}.xsorter-legend span{gap:5px}.xsorter-legend i{border-radius:2px;display:inline-block;height:12px;width:12px}.xsorter-legend .is-gray{background:#ffffff6b}.xsorter-legend .is-orange{background:var(--xsorter-orange)}.xsorter-chart{flex:1 1 auto;min-height:0;padding:12px 14px 8px}.xsorter-chart>div,.xsorter-donut>div:first-child{height:100%;min-height:0;width:100%}.xsorter-anomaly-layout{grid-gap:14px;align-items:stretch;display:grid;flex:1 1 auto;gap:14px;grid-template-columns:minmax(0,1fr) minmax(148px,.72fr);min-height:0;padding:12px 14px 8px}.xsorter-donut{flex:1 1 auto;min-height:0;position:relative}.xsorter-donut,.xsorter-donut-title{align-items:center;display:flex;justify-content:center}.xsorter-donut-title{flex-direction:column;inset:0;pointer-events:none;position:absolute;text-align:center;z-index:1}.xsorter-donut-title strong{color:var(--xsorter-text);font-size:22px;font-weight:800;line-height:1}.xsorter-donut-title small{color:var(--xsorter-muted);font-size:10px;font-weight:700;line-height:1;margin-top:5px;text-transform:uppercase}.xsorter-anomaly-breakdown{display:flex;flex-direction:column;gap:10px;justify-content:center;min-width:0}.xsorter-anomaly-item{background:hsla(0,0%,100%,.025);border:1px solid #ffffff0f;border-radius:8px;min-width:0;padding:10px}.xsorter-anomaly-item__top{align-items:center;display:flex;gap:10px;justify-content:space-between;margin-bottom:7px}.xsorter-anomaly-item__top span{color:#ffffffb3;font-size:10px;font-weight:700;line-height:1.15;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xsorter-anomaly-item__top strong{color:#ffffffeb;font-size:13px;font-weight:800;line-height:1}.xsorter-anomaly-item__value{color:#ffffffeb;font-size:14px;font-weight:800;line-height:1;margin-bottom:7px}.xsorter-anomaly-item__bar{background:#ffffff14;border-radius:999px;height:5px;overflow:hidden}.xsorter-anomaly-item__bar i{border-radius:inherit;display:block;height:100%}.xsorter-anomaly-item--orange .xsorter-anomaly-item__bar i,.xsorter-anomaly-item__bar i{background:var(--xsorter-orange)}.xsorter-anomaly-item--dark-orange .xsorter-anomaly-item__bar i{background:#b35317}.xsorter-anomaly-item--light-orange .xsorter-anomaly-item__bar i{background:#ffb35c}.xsorter-table-panel{min-height:0}.xsorter-table-title{align-items:center;border-bottom:1px solid var(--xsorter-line-soft);display:flex;margin-bottom:0;min-height:44px;padding:12px 16px}.xsorter-table-wrap{-webkit-overflow-scrolling:touch;background:#121928;background-clip:padding-box;border:1px solid #ffffff0f;border-radius:8px;display:flex;flex:1 1 auto;margin:4px 14px 0;min-height:0;overflow-x:auto;overflow-y:hidden;padding:0}.xsorter-table-loading{color:#ffffffb3;min-height:126px}.xsorter-table{background:#121928;border-collapse:initial;border-spacing:0;height:100%;min-width:980px;width:100%}.xsorter-table td,.xsorter-table th{border-bottom:1px solid #ffffff0f;padding:9px 8px;text-align:right;white-space:nowrap}.xsorter-table th{background:#1a2130;border-bottom:1px solid #ffffff1f;color:var(--xsorter-muted);font-size:10px;font-weight:800;line-height:1.15;text-transform:uppercase}.xsorter-table-header-short{display:none}.xsorter-table td{color:#ffffffdb;font-size:12px;font-weight:600;line-height:1.2}@media (max-width:1180px){.xsorter-table-header-full{display:none}.xsorter-table-header-short{display:inline}}.xsorter-table tbody tr:nth-child(odd) td{background:#121928}.xsorter-table tbody tr:nth-child(2n) td{background:#151c2b}.xsorter-table td:nth-child(2),.xsorter-table th:nth-child(2){padding-left:22px}.xsorter-table td:first-child,.xsorter-table th:first-child{background:#101726;box-shadow:10px 0 0 #101726,11px 0 0 #ffffff14;left:0;max-width:148px;min-width:112px;overflow:hidden;position:-webkit-sticky;position:sticky;text-align:left;text-overflow:ellipsis;z-index:1}.xsorter-table th:first-child{background:#1a2130;box-shadow:10px 0 0 #1a2130,11px 0 0 #ffffff1a;z-index:2}.xsorter-table td:first-child{color:var(--xsorter-text);font-weight:800}.xsorter-table tbody tr:hover td{background:#1a2232}.xsorter-table tbody tr:nth-child(odd) td:first-child{background:#101726;box-shadow:10px 0 0 #101726,11px 0 0 #ffffff14}.xsorter-table tbody tr:nth-child(2n) td:first-child{background:#141b2a;box-shadow:10px 0 0 #141b2a,11px 0 0 #ffffff14}.xsorter-table tbody tr:hover td:first-child{background:#1a2232;box-shadow:10px 0 0 #1a2232,11px 0 0 #ffffff1a}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}@media (max-width:1280px){.xsorter-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:1024px){.xsorter-shell{height:auto;min-height:0;overflow:visible}.xsorter-content{display:flex;flex-direction:column;gap:14px;overflow-x:hidden;overflow-y:visible;padding-right:0}.xsorter-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.xsorter-charts{grid-template-columns:1fr}.xsorter-panel{height:auto}.xsorter-panel--anomalies,.xsorter-panel--wide{grid-column:auto}.xsorter-panel--wide{min-height:360px}.xsorter-panel--anomalies{min-height:340px}.xsorter-table-panel{min-height:0}.xsorter-table{height:auto;min-width:860px}.xsorter-table-wrap{display:block;flex:0 0 auto;margin:8px 14px 12px;padding:0}}@media (max-width:768px){.xsorter-toolbar{align-items:stretch;flex-direction:column}.xsorter-dropdown,.xsorter-dropdown-select{flex:0 0 auto;min-width:0;width:100%}.xsorter-periods{width:100%}.xsorter-period{flex:1 1}.xsorter-panel__header{align-items:flex-start;flex-direction:column}.xsorter-anomaly-layout{grid-template-columns:1fr}.xsorter-panel--anomalies{min-height:500px}.xsorter-donut{min-height:220px}.xsorter-anomaly-breakdown{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-height:760px) and (min-width:769px){.xsorter-shell{gap:8px}.xsorter-content{gap:10px;grid-template-rows:auto minmax(0,1fr) minmax(180px,.85fr)}.xsorter-charts,.xsorter-kpis{gap:10px}.xsorter-kpi{padding:10px 12px}.xsorter-kpi__value{font-size:clamp(18px,1.5vw,24px);margin:6px 0 4px}.xsorter-kpi__helper,.xsorter-kpi__note{font-size:10px}.xsorter-panel__header,.xsorter-table-title{min-height:38px;padding:9px 12px}.xsorter-chart,.xsorter-donut{padding:8px 10px 6px}.xsorter-table-wrap{margin:8px 12px 12px;padding:0}.xsorter-table td,.xsorter-table th{font-size:9.5px;line-height:1.1;padding:4px 8px}.xsorter-table td:nth-child(2),.xsorter-table th:nth-child(2){padding-left:22px}}@media (max-height:500px),(max-width:640px){.xsorter-shell{gap:10px}.xsorter-content{gap:12px}.xsorter-kpis{grid-template-columns:1fr}.xsorter-kpi{min-height:118px;padding:12px}.xsorter-kpi__value{font-size:clamp(20px,7vw,28px)}.xsorter-chart,.xsorter-donut{min-height:240px}.xsorter-anomaly-breakdown{grid-template-columns:1fr}.xsorter-panel--wide{min-height:340px}.xsorter-panel--anomalies{min-height:560px}.xsorter-table-panel{min-height:0}.xsorter-table-wrap{margin:8px 8px 12px;overflow-x:auto;overflow-y:hidden;padding:0}.xsorter-table{height:auto;min-width:760px}.xsorter-table td,.xsorter-table th{padding:7px 8px}.xsorter-table td:nth-child(2),.xsorter-table th:nth-child(2){padding-left:24px}.xsorter-table th{font-size:9px}.xsorter-table td{font-size:11px}}.monitor-main:has(.exp-shell)>.monitor-shell>.monitor-header{display:none!important}.monitor-shell:has(.exp-shell){--body-color:#fff}.monitor-main:has(.exp-shell){display:flex!important;flex-direction:column!important;gap:0!important;grid-template-columns:none!important;grid-template-rows:none!important;height:100%!important;overflow:hidden!important;padding-bottom:var(--gap)!important;padding-right:var(--gap)!important;padding-top:calc(var(--header-h) + var(--gap))!important}.monitor-main:has(.exp-shell)>section{display:flex!important;flex:1 1 auto!important;height:100%!important;min-height:0!important}.exp-shell{font-feature-settings:tabular-nums lining-nums;color:#fff;display:flex;flex:1 1 auto;flex-direction:column;font-family:Raleway,system-ui,sans-serif;font-variant-numeric:tabular-nums lining-nums;height:100%;min-height:0;overflow:hidden}.exp-filters-bar{align-items:center;display:flex;flex-shrink:0;flex-wrap:wrap;gap:12px;margin-bottom:10px}.exp-filter-dropdown{min-width:220px}.exp-fecha-hora-info{align-items:center;display:flex;gap:12px;justify-content:flex-end;margin-left:auto}.exp-fecha-hora-item{align-items:center;display:flex;font-family:Raleway,sans-serif;font-size:11px;gap:3px;white-space:nowrap}.exp-fecha-hora-info .csx-actualizado-text{font-family:Raleway,sans-serif;font-size:12px;white-space:nowrap}.exp-fecha-hora-info .csx-actualizado-label{color:#ffffffa6}.exp-fecha-hora-info .csx-actualizado-fecha,.exp-fecha-hora-info .csx-actualizado-hora{color:#fff}.exp-dashboard{flex:1 1 auto;height:100%;min-height:0;overflow:hidden}.exp-grid-12x12{grid-gap:var(--gap);display:grid;gap:var(--gap);grid-template-columns:repeat(12,minmax(0,1fr));grid-template-rows:auto repeat(24,minmax(0,1fr));min-width:0}.exp-card,.exp-shell .csx-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:8px;border-radius:var(--border-radius,8px);box-shadow:none;display:flex;flex-direction:column;height:100%;min-height:0;min-width:0;overflow:hidden}.exp-card--alert{border-color:#f17d243d}.exp-card-header,.exp-shell .csx-card__header{align-items:flex-start;border-bottom:1px solid #ffffff0f;display:flex;flex:0 0 auto;gap:12px;justify-content:space-between;min-height:0;min-width:0;opacity:.9;padding:12px 16px;position:relative;z-index:1}.exp-card-header h2{color:#ffffffe6;font-size:14px;font-weight:600;line-height:1.15;margin:0}.exp-card-subtitle{color:#ffffff8c;display:block;font-size:10px;font-weight:600;letter-spacing:.55px;line-height:1.1;margin-top:5px;text-transform:uppercase}.exp-card-body,.exp-shell .csx-card__body{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;min-width:0;overflow:hidden;padding:8px 14px}.exp-summary-card{grid-column:1/7;grid-row:1/2}.exp-times-card{grid-column:7/10;grid-row:1/2}.exp-status-card{grid-column:10/13;grid-row:1/2}.exp-deviation-card{grid-column:1/7;grid-row:2/10}.exp-agency-card{grid-column:1/7;grid-row:10/16}.exp-detail-card{grid-column:1/7;grid-row:16/26}.exp-classification-card{grid-column:7/13;grid-row:2/9}.exp-compliance-card{grid-column:7/13;grid-row:9/16}.exp-vehicles-card{grid-column:7/13;grid-row:16/26}.exp-status-card .exp-card-header,.exp-summary-card .exp-card-header,.exp-times-card .exp-card-header{padding:10px 16px}.exp-status-card .exp-card-body,.exp-summary-card .exp-card-body,.exp-times-card .exp-card-body{align-items:stretch;justify-content:stretch;padding:8px 14px}.exp-icon{display:block;height:18px;width:18px}.exp-alert-icon,.exp-kpi-icon{align-items:center;display:inline-flex;justify-content:center}.exp-alert-icon{color:var(--naranja)}.exp-kpi-icon{opacity:.85;position:absolute;right:12px;top:10px}.exp-kpi-tiles{grid-gap:8px;align-content:stretch;display:grid;flex:1 1 auto;gap:8px;grid-template-columns:repeat(4,minmax(0,1fr));width:100%}.exp-kpi-tile{background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;display:flex;flex-direction:column;height:100%;justify-content:center;min-height:68px;min-width:0;padding:12px 14px;position:relative}.exp-kpi-label{color:#ffffff8c;font-size:10px;font-weight:700;line-height:1.25;max-width:100%;text-transform:uppercase}.exp-kpi-main{margin-top:9px;min-width:0}.exp-kpi-value{align-items:baseline;color:#fffffffa;display:flex;font-size:24px;font-weight:800;gap:6px;line-height:1;white-space:nowrap}.exp-kpi-value span{color:#ffffff8c;font-size:15px;font-weight:600}.exp-kpi-delta{font-size:11px;font-weight:800;line-height:1.2;margin-top:5px;white-space:nowrap}.exp-status-grid,.exp-time-grid{grid-gap:8px;align-content:stretch;display:grid;flex:1 1 auto;gap:8px;grid-template-columns:repeat(3,minmax(0,1fr));width:100%}.exp-status-box,.exp-time-box{align-items:center;background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;display:flex;flex-direction:column;height:100%;justify-content:center;min-height:68px;padding:12px 14px;text-align:center}.exp-status-box strong,.exp-time-box strong{font-size:24px;font-weight:800;line-height:1}.exp-status-box span,.exp-time-box span{color:#ffffff85;font-family:Raleway,system-ui,sans-serif;font-size:10px;font-weight:600;line-height:1.15;margin-top:3px;text-transform:uppercase}.exp-classification-card .exp-card-body{grid-gap:8px;align-items:stretch;display:grid;gap:8px;grid-template-columns:repeat(3,minmax(0,1fr));padding:10px 14px}.exp-deviation-card .exp-card-body{padding-bottom:4px}.exp-batt-tile{border:0;border-radius:7px;display:flex;flex-direction:column;gap:6px;justify-content:space-between;min-height:96px;padding:11px 14px 13px}.exp-batt-tile--verde{background:#ffffff14}.exp-batt-tile--naranja{background:#2a2830}.exp-batt-tile--rojo{background:#2a2230}.exp-batt-tile--verde .exp-batt-pct{color:#ffffffdb}.exp-batt-label{color:#ffffffa8;font-size:10px;font-weight:800;letter-spacing:0;line-height:1.2;text-transform:uppercase}.exp-batt-main{align-items:flex-end;display:flex;gap:12px;justify-content:space-between;min-width:0}.exp-batt-pct{align-items:baseline;display:inline-flex;font-size:38px;font-weight:800;gap:3px;letter-spacing:0;line-height:1;margin-top:0}.exp-batt-sign{font-size:.58em;font-weight:800;opacity:.85}.exp-batt-count{align-items:baseline;color:#ffffff85;display:inline-flex;font-size:10px;font-weight:500;gap:3px;line-height:1.1;margin-bottom:5px;white-space:nowrap}.exp-batt-count strong{color:#ffffffc7;font-size:14px;font-weight:800}.exp-batt-unit--short{display:none}.exp-bar-track,.exp-batt-track{background:#0b1620b8;border-radius:999px;flex-shrink:0;height:7px;overflow:hidden}.exp-batt-tile--verde .exp-batt-track{background:#ffffff1f}.exp-bar-fill,.exp-batt-fill{animation:exp-bar-grow .9s cubic-bezier(.22,1,.36,1) both;border-radius:inherit;display:block;height:100%;transform-origin:left center}.exp-bar-fill.exp-tone-verde,.exp-batt-tile--verde .exp-batt-fill{background:linear-gradient(90deg,#4caf50,#7bdc7f)}.exp-bar-fill.exp-tone-naranja,.exp-batt-tile--naranja .exp-batt-fill{background:linear-gradient(90deg,#b35317,#f18f05)}.exp-bar-fill.exp-tone-rojo,.exp-batt-tile--rojo .exp-batt-fill{background:linear-gradient(90deg,#b91c1c 0,var(--rojo) 100%)}.exp-deviation-scroll,.exp-table-wrap{box-sizing:border-box;height:100%;overflow:auto;padding-right:12px;scrollbar-gutter:stable;width:100%}.exp-deviation-scroll::-webkit-scrollbar,.exp-table-wrap::-webkit-scrollbar{height:6px;width:6px}.exp-deviation-scroll::-webkit-scrollbar-track,.exp-table-wrap::-webkit-scrollbar-track{background:#0000}.exp-deviation-scroll::-webkit-scrollbar-thumb,.exp-table-wrap::-webkit-scrollbar-thumb{background:#ffffff38;border-radius:4px}.exp-timeline{display:flex;flex-direction:column;gap:7px}.exp-timeline-row{grid-gap:8px;align-items:center;display:grid;gap:8px;grid-template-columns:120px minmax(0,1fr) 76px;min-height:19px}.exp-timeline-label{color:#ffffff94;font-family:Raleway,system-ui,sans-serif;font-size:10px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.exp-timeline-track{background:#ffffff14;border-radius:4px;height:13px;overflow:hidden;position:relative}.exp-timeline-marker,.exp-timeline-range{border-radius:4px;height:100%;position:absolute;top:0}.exp-timeline-range{animation:exp-bar-grow .9s cubic-bezier(.22,1,.36,1) both;opacity:.32;transform-origin:left center}.exp-timeline-marker{animation:exp-marker-slide .9s cubic-bezier(.22,1,.36,1) both;left:var(--exp-marker-end);transform:translateX(-2px);width:4px}.exp-timeline-value{font-family:Raleway,system-ui,sans-serif;font-size:10px;font-weight:700;line-height:1.1;text-align:left;white-space:nowrap}.exp-table{border-collapse:collapse;font-size:9px;min-width:0;table-layout:fixed;width:100%}.exp-table td,.exp-table th{border-bottom:1px solid hsla(0,0%,100%,.055);line-height:1.1;overflow:hidden;padding:5px 4px;text-align:left;text-overflow:ellipsis;white-space:nowrap}.exp-table th{color:#ffffff94;font-size:9px;font-weight:800;line-height:1.2;text-transform:uppercase}.exp-table td{color:#ffffffc2}.exp-table tr:last-child td{border-bottom:0}.exp-table tbody tr:nth-child(2n) td{background:hsla(0,0%,100%,.035)}.exp-table tbody tr:hover td{background:#ffffff12}.exp-pill{align-items:center;background:#ffffff14;border-radius:4px;display:inline-flex;font-size:8px;font-weight:800;line-height:1.1;max-width:100%;min-height:13px;padding:1px 4px;white-space:nowrap}.exp-detail-card .exp-card-body,.exp-vehicles-card .exp-card-body{padding:6px 14px}.exp-detail-card .exp-table-wrap{padding-right:0}.exp-detail-card .exp-table td:first-child,.exp-detail-card .exp-table th:first-child{width:9%}.exp-detail-card .exp-table td:nth-child(2),.exp-detail-card .exp-table th:nth-child(2){width:27%}.exp-detail-card .exp-table td:nth-child(3),.exp-detail-card .exp-table th:nth-child(3){width:16%}.exp-detail-card .exp-table td:nth-child(4),.exp-detail-card .exp-table th:nth-child(4){width:10%}.exp-detail-card .exp-table td:nth-child(5),.exp-detail-card .exp-table th:nth-child(5){width:11%}.exp-detail-card .exp-table td:nth-child(6),.exp-detail-card .exp-table th:nth-child(6){width:10%}.exp-detail-card .exp-table td:nth-child(7),.exp-detail-card .exp-table th:nth-child(7){overflow:visible;width:17%}.exp-detail-card .exp-table td:nth-child(7){font-size:10px}.exp-detail-card .exp-pill{font-size:10px;min-height:16px;padding:2px 6px}.exp-agency-card .exp-card-body{padding:10px 14px 12px}.exp-agency-bars{display:flex;flex:1 1 auto;flex-direction:column;gap:10px;justify-content:center;min-height:0}.exp-agency-row{min-width:0}.exp-agency{grid-gap:14px;align-items:center;display:grid;flex:1 1 auto;gap:14px;grid-template-columns:minmax(98px,.8fr) minmax(0,1fr);min-height:0}.exp-donut{align-items:center;animation:exp-donut-pop .7s cubic-bezier(.22,1,.36,1) both;aspect-ratio:1;background:radial-gradient(circle at center,#111723 0 55%,#0000 56%),conic-gradient(var(--azul) 0 var(--exp-donut-pct),var(--naranja) var(--exp-donut-pct) 100%);border-radius:50%;display:flex;flex-direction:column;justify-content:center;justify-self:center;width:min(120px,100%)}.exp-donut strong{color:#fff;font-size:28px;font-weight:800;line-height:1}.exp-donut span{color:#ffffff94;font-size:10px;font-weight:700;margin-top:2px;text-transform:uppercase}.exp-agency-list{display:flex;flex-direction:column;gap:9px;min-width:0}.exp-agency-item{grid-gap:7px;align-items:center;color:#ffffffb8;display:grid;font-size:11px;font-weight:700;gap:7px;grid-template-columns:auto minmax(0,1fr) auto;min-width:0}.exp-agency-item span:nth-child(2){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.exp-agency-item strong{color:#ffffffeb;font-size:13px;font-weight:800}.exp-agency-dot{border-radius:50%;height:8px;width:8px}.exp-agency-dot--1{background:var(--azul)}.exp-agency-dot--2{background:var(--naranja)}.exp-compliance-list{box-sizing:border-box;display:flex;flex:1 1 auto;flex-direction:column;gap:10px;justify-content:flex-start;min-height:0;overflow-y:auto;padding-right:8px;scrollbar-gutter:stable}.exp-compliance-list::-webkit-scrollbar{width:6px}.exp-compliance-list::-webkit-scrollbar-track{background:#0000}.exp-compliance-list::-webkit-scrollbar-thumb{background:#ffffff38;border-radius:4px}.exp-compliance-row{min-width:0}.exp-bar-label{align-items:center;color:#fff9;display:flex;font-size:10px;font-weight:700;gap:8px;justify-content:space-between;margin-bottom:4px}.exp-bar-label span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.exp-bar-label strong{white-space:nowrap}.exp-agency-card .exp-bar-label strong{font-size:13px;font-weight:800;line-height:1}.exp-tone-blanco{color:#fff}.exp-tone-azul{color:var(--azul)}.exp-tone-verde{color:#4caf50}.exp-tone-naranja{color:var(--naranja)}.exp-tone-rojo{color:var(--rojo)}.exp-tone-gris{color:#ffffff7a}.exp-pill.exp-tone-verde{background:#4caf5024}.exp-pill.exp-tone-naranja{background:#f17d2429}.exp-pill.exp-tone-rojo{background:#e82d2d29}.exp-timeline-marker.exp-tone-verde,.exp-timeline-range.exp-tone-verde{background:#4caf50}.exp-timeline-marker.exp-tone-naranja,.exp-timeline-range.exp-tone-naranja{background:var(--naranja)}.exp-timeline-marker.exp-tone-rojo,.exp-timeline-range.exp-tone-rojo{background:var(--rojo)}.exp-timeline-range.exp-tone-blanco{background:#ffffff47}.exp-timeline-marker.exp-tone-blanco{background:#fff}.exp-shell .csx-under-construction-wrap{flex:1 1 auto;min-height:0}@keyframes exp-bar-grow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes exp-marker-slide{0%{left:var(--exp-marker-start)}to{left:var(--exp-marker-end)}}@keyframes exp-donut-pop{0%{opacity:.2;transform:scale(.88)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.exp-bar-fill,.exp-batt-fill,.exp-donut,.exp-timeline-marker,.exp-timeline-range{animation:none}}@media (max-height:560px),(max-width:1024px){.monitor-main:has(.exp-shell){-ms-overflow-style:none;height:auto!important;min-height:100%!important;overflow:auto!important;padding-top:var(--header-h)!important;scrollbar-width:none}.monitor-main:has(.exp-shell)::-webkit-scrollbar{height:0;width:0}.exp-shell,.monitor-main:has(.exp-shell)>section{height:auto!important;min-height:0!important;overflow:visible!important}.exp-filters-bar{grid-gap:8px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#111723;border-bottom:0;box-sizing:border-box;display:grid!important;gap:8px;grid-template-columns:minmax(0,1fr);left:auto;margin:0;max-width:100%;overflow:hidden;padding:0;position:relative;right:auto;top:auto;width:100%;z-index:80}.exp-filters-bar .begin-platform-dropdown,.exp-filters-bar .begin-platform-dropdown__trigger.exp-filter-dropdown,.exp-filters-bar .exp-filter-dropdown-wrapper{max-width:100%!important;min-width:0!important;width:100%!important}.exp-filters-bar .exp-fecha-hora-info{justify-content:flex-start;margin-left:0;min-width:0;width:100%}.exp-grid-12x12{display:flex!important;flex-direction:column!important;gap:12px;overflow:visible;padding-right:0}.exp-card,.exp-shell .csx-card{height:auto!important}.exp-agency-card,.exp-classification-card,.exp-compliance-card,.exp-detail-card,.exp-deviation-card,.exp-status-card,.exp-summary-card,.exp-times-card,.exp-vehicles-card{grid-column:auto!important;grid-row:auto!important;min-height:180px}.exp-classification-card .exp-card-body,.exp-kpi-tiles,.exp-status-grid,.exp-time-grid{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;gap:8px!important;overflow-x:auto;padding-bottom:4px}.exp-batt-tile,.exp-kpi-tile,.exp-status-box,.exp-time-box{flex:1 0 150px!important;min-width:150px!important}.exp-detail-card .exp-card-body,.exp-vehicles-card .exp-card-body{max-height:none!important;overflow:visible!important;padding:8px 14px!important}.exp-detail-card .exp-table-wrap,.exp-vehicles-card .exp-table-wrap{height:auto!important;max-height:320px!important;overflow-x:auto!important;overflow-y:auto!important;padding-right:0!important}.exp-detail-card .exp-table-wrap:after,.exp-deviation-card .exp-card-body:after,.exp-vehicles-card .exp-table-wrap:after{background:linear-gradient(180deg,#0000,#0a0e16eb);bottom:0;content:"";display:block;height:48px;margin-top:-48px;pointer-events:none;position:-webkit-sticky;position:sticky;z-index:3}.exp-detail-card .exp-table-wrap.exp-at-bottom:after,.exp-vehicles-card .exp-table-wrap.exp-at-bottom:after{display:none}.exp-table{min-width:720px!important;table-layout:fixed!important}.exp-table thead th{background:#111520;position:-webkit-sticky;position:sticky;top:0;z-index:3}.exp-table td:first-child,.exp-table th:first-child{background:#111520;left:0;position:-webkit-sticky;position:sticky;width:72px!important;z-index:2}.exp-table thead th:first-child{z-index:4}.exp-table tbody tr:nth-child(2n) td:first-child{background:#17192a}.exp-deviation-scroll{max-height:340px!important;overflow-y:auto!important;scrollbar-gutter:auto!important}.exp-timeline{gap:14px}.exp-timeline-row{gap:3px 8px;grid-template-columns:1fr auto;grid-template-rows:auto auto}.exp-timeline-label{grid-column:1;grid-row:1}.exp-timeline-value{align-self:center;grid-column:2;grid-row:1;text-align:right}.exp-timeline-track{grid-column:1/-1;grid-row:2}.exp-agency{min-height:180px}}@media (min-width:701px) and (max-width:1180px) and (min-height:501px){.monitor-main:has(.exp-shell){height:auto!important;min-height:100%!important;overflow-x:hidden!important;overflow-y:auto!important}.exp-dashboard,.exp-shell,.monitor-main:has(.exp-shell)>section{height:auto!important;min-height:0!important;overflow:visible!important}.exp-filters-bar{grid-gap:12px!important;align-items:center!important;display:grid!important;gap:12px!important;grid-template-columns:minmax(220px,260px) minmax(0,1fr)!important;overflow:visible!important;width:100%!important}.exp-filters-bar .begin-platform-dropdown,.exp-filters-bar .begin-platform-dropdown__trigger.exp-filter-dropdown,.exp-filters-bar .exp-filter-dropdown-wrapper{justify-self:start!important;max-width:260px!important;min-width:220px!important;width:260px!important}.exp-filters-bar .exp-fecha-hora-info{justify-content:flex-end!important;justify-self:end!important;margin-left:0!important;width:auto!important}}@media (max-height:560px),(max-width:1180px){.monitor-main:has(.exp-shell){height:auto!important;min-height:100%!important;overflow-x:hidden!important;overflow-y:auto!important}.exp-dashboard,.exp-shell,.monitor-main:has(.exp-shell)>section{height:auto!important;min-height:0!important;overflow:visible!important}.exp-grid-12x12{display:flex!important;flex-direction:column!important;gap:12px!important;min-height:0!important}.exp-card,.exp-grid-12x12,.exp-shell .csx-card{height:auto!important;overflow:visible!important}.exp-card-body,.exp-shell .csx-card__body{height:auto!important;min-height:0!important}.exp-agency-card,.exp-classification-card,.exp-compliance-card,.exp-detail-card,.exp-deviation-card,.exp-status-card,.exp-summary-card,.exp-times-card,.exp-vehicles-card{min-height:0!important}.exp-classification-card .exp-card-body,.exp-kpi-tiles,.exp-status-grid,.exp-time-grid{overflow-x:auto!important}.exp-detail-card .exp-table-wrap,.exp-vehicles-card .exp-table-wrap{max-height:none!important;overflow-x:auto!important;overflow-y:visible!important}.exp-detail-card .exp-table-wrap:after,.exp-vehicles-card .exp-table-wrap:after{display:none!important}.exp-table{border-collapse:initial!important;border-spacing:0!important}.exp-table thead th{top:0!important;z-index:5!important}.exp-table td:first-child,.exp-table th:first-child,.exp-table thead th{background:#111520!important;position:-webkit-sticky!important;position:sticky!important}.exp-table td:first-child,.exp-table th:first-child{background-clip:padding-box!important;box-shadow:10px 0 0 #111520!important;left:0!important;z-index:4!important}.exp-table thead th:first-child{z-index:7!important}.exp-table tbody tr:nth-child(2n) td:first-child{background:#17192a!important;box-shadow:10px 0 0 #17192a!important}.exp-table tbody tr:hover td:first-child{background:#1a2130!important;box-shadow:10px 0 0 #1a2130!important}}@media (max-width:700px){.exp-filters-bar{grid-gap:8px!important;display:grid!important;gap:8px!important;grid-template-columns:minmax(0,1fr)!important}.exp-filters-bar .begin-platform-dropdown,.exp-filters-bar .begin-platform-dropdown__trigger.exp-filter-dropdown{max-width:none!important;min-width:0!important;width:100%!important}.exp-filters-bar .exp-fecha-hora-info{justify-content:flex-start!important;width:100%!important}}@media (max-width:700px){.monitor-main:has(.exp-shell){height:auto!important;min-height:100svh!important;overflow-x:hidden!important;overflow-y:auto!important;padding-top:var(--header-h)!important}.exp-dashboard,.exp-grid-12x12,.exp-shell{height:auto!important;min-height:0!important;overflow:visible!important}.exp-grid-12x12{display:flex!important;flex-direction:column!important;gap:12px!important}.exp-card,.exp-shell .csx-card{height:auto!important;min-height:0!important;overflow:hidden!important}.exp-card-body,.exp-shell .csx-card__body{flex:0 0 auto!important;height:auto!important;min-height:0!important;overflow:visible!important}.exp-status-card .exp-card-body,.exp-summary-card .exp-card-body,.exp-times-card .exp-card-body{min-height:96px!important}.exp-status-card,.exp-summary-card,.exp-times-card{min-height:148px!important}.exp-kpi-tiles,.exp-status-grid,.exp-time-grid{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;min-height:78px!important;overflow-x:auto!important;overflow-y:hidden!important;padding-bottom:6px!important}.exp-kpi-tile,.exp-status-box,.exp-time-box{flex:0 0 154px!important;height:auto!important;min-height:78px!important}.exp-detail-card,.exp-vehicles-card{min-height:0!important}.exp-detail-card .exp-card-body,.exp-vehicles-card .exp-card-body{overflow:hidden!important;padding:8px 14px 12px!important}.exp-detail-card .exp-table-wrap,.exp-vehicles-card .exp-table-wrap{height:auto!important;max-height:none!important;overflow-x:auto!important;overflow-y:visible!important;padding-right:0!important}.exp-detail-card .exp-table-wrap:after,.exp-vehicles-card .exp-table-wrap:after{display:none!important}.exp-table{border-collapse:initial!important;border-spacing:0!important;min-width:720px!important}.exp-table td:first-child,.exp-table th:first-child{background:#111520!important;background-clip:padding-box!important;box-shadow:12px 0 0 #111520!important;left:0!important;position:-webkit-sticky!important;position:sticky!important;z-index:4!important}.exp-table thead th{background:#111520!important;position:-webkit-sticky!important;position:sticky!important;top:0!important;z-index:5!important}.exp-table thead th:first-child{z-index:7!important}.exp-table tbody tr:nth-child(2n) td:first-child{background:#17192a!important;box-shadow:12px 0 0 #17192a!important}.exp-deviation-card{min-height:0!important}.exp-deviation-card .exp-card-body{overflow:visible!important;padding-bottom:12px!important}.exp-deviation-card .exp-card-body:after{display:none!important}.exp-deviation-scroll{max-height:none!important;overflow:visible!important;padding-right:0!important}.exp-agency-card{min-height:112px!important}.exp-agency-card .exp-card-body{min-height:62px!important}.exp-compliance-card{min-height:166px!important}.exp-compliance-card .exp-card-body,.exp-compliance-list{max-height:none!important;overflow:visible!important}.exp-classification-card{min-height:178px!important}.exp-classification-card .exp-card-body{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;min-height:120px!important;overflow-x:auto!important;overflow-y:hidden!important;padding-bottom:12px!important}.exp-batt-tile{flex:0 0 150px!important;min-height:108px!important}.exp-batt-unit--full{display:none!important}.exp-batt-unit--short{display:inline!important}}@media (max-width:1180px){.monitor-main:has(.exp-shell){height:auto!important;min-height:100svh!important;overflow-x:hidden!important;overflow-y:auto!important}.exp-dashboard,.exp-shell,.monitor-main:has(.exp-shell)>section{height:auto!important;min-height:0!important;overflow:visible!important}.exp-grid-12x12{display:flex!important;flex-direction:column!important;gap:12px!important;height:auto!important;min-height:0!important;overflow:visible!important}.exp-card,.exp-shell .csx-card{height:auto!important;overflow:hidden!important}.exp-card-body,.exp-shell .csx-card__body{flex:0 0 auto!important;height:auto!important;min-height:0!important}.exp-summary-card{min-height:152px!important}.exp-status-card,.exp-times-card{min-height:142px!important}.exp-detail-card{min-height:260px!important}.exp-deviation-card{min-height:250px!important}.exp-agency-card{min-height:116px!important}.exp-classification-card,.exp-compliance-card,.exp-vehicles-card{min-height:190px!important}.exp-status-card .exp-card-body,.exp-summary-card .exp-card-body,.exp-times-card .exp-card-body{overflow:hidden!important}.exp-classification-card .exp-card-body,.exp-kpi-tiles,.exp-status-grid,.exp-time-grid{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;gap:8px!important;overflow-x:auto!important;overflow-y:hidden!important;padding-bottom:8px!important}.exp-kpi-tile,.exp-status-box,.exp-time-box{flex:0 0 154px!important;height:auto!important;min-height:78px!important}.exp-batt-tile{flex:0 0 154px!important;min-height:112px!important}.exp-detail-card .exp-card-body,.exp-vehicles-card .exp-card-body{overflow:hidden!important;padding:8px 14px 12px!important}.exp-detail-card .exp-table-wrap,.exp-vehicles-card .exp-table-wrap{height:auto!important;max-height:none!important;overflow-x:auto!important;overflow-y:hidden!important;padding-right:0!important}.exp-detail-card .exp-table-wrap:after,.exp-deviation-card .exp-card-body:after,.exp-vehicles-card .exp-table-wrap:after{display:none!important}.exp-table{border-collapse:initial!important;border-spacing:0!important;min-width:760px!important}.exp-table thead th{top:0!important;z-index:5!important}.exp-table td:first-child,.exp-table th:first-child,.exp-table thead th{background:#111520!important;position:-webkit-sticky!important;position:sticky!important}.exp-table td:first-child,.exp-table th:first-child{background-clip:padding-box!important;box-shadow:14px 0 0 #111520!important;left:0!important;min-width:84px!important;width:84px!important;z-index:4!important}.exp-table thead th:first-child{z-index:7!important}.exp-table tbody tr:nth-child(2n) td:first-child{background:#17192a!important;box-shadow:14px 0 0 #17192a!important}.exp-table tbody tr:hover td:first-child{background:#1a2130!important;box-shadow:14px 0 0 #1a2130!important}.exp-deviation-card .exp-card-body{overflow:hidden!important;padding-bottom:12px!important}.exp-deviation-scroll{max-height:184px!important;overflow-x:hidden!important;overflow-y:auto!important;padding-right:8px!important}.exp-compliance-card .exp-card-body,.exp-compliance-list{max-height:132px!important;overflow-x:hidden!important;overflow-y:auto!important}}@media (min-width:701px) and (max-width:1180px){.monitor-main:has(.exp-shell){height:100svh!important;min-height:100svh!important;overflow-x:hidden!important;overflow-y:auto!important}.exp-dashboard,.exp-grid-12x12,.exp-shell,.monitor-main:has(.exp-shell)>section{height:auto!important;min-height:0!important;overflow:visible!important}.exp-status-grid,.exp-time-grid{grid-gap:8px!important;display:grid!important;gap:8px!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;overflow:visible!important;padding-bottom:0!important;width:100%!important}.exp-status-box,.exp-time-box{flex:1 1 auto!important;min-width:0!important;width:100%!important}.exp-kpi-tiles{grid-gap:8px!important;display:grid!important;gap:8px!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;overflow:visible!important;padding-bottom:0!important;width:100%!important}.exp-kpi-tile{flex:1 1 auto!important;min-width:0!important;width:100%!important}.exp-classification-card .exp-card-body{grid-gap:8px!important;display:grid!important;gap:8px!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;overflow:visible!important;padding-bottom:0!important;width:100%!important}.exp-batt-tile{flex:1 1 auto!important;min-width:0!important;width:100%!important}.exp-filters-bar{grid-gap:12px!important;align-items:center!important;display:grid!important;gap:12px!important;grid-template-columns:260px minmax(0,1fr)!important;width:100%!important}.exp-filters-bar .begin-platform-dropdown,.exp-filters-bar .begin-platform-dropdown__trigger.exp-filter-dropdown{max-width:260px!important;min-width:260px!important;width:260px!important}.exp-filters-bar .exp-fecha-hora-info{justify-content:flex-end!important;justify-self:end!important;margin-left:0!important;width:auto!important}}.begin-platform-dropdown{display:inline-block;max-width:100%;position:relative}.begin-platform-dropdown__trigger{align-items:center!important;-webkit-appearance:none!important;appearance:none!important;background:#ffffff14!important;background-image:none!important;border:1px solid #ffffff2e!important;border-radius:6px!important;box-shadow:none!important;box-sizing:border-box!important;color:#ffffffe6!important;cursor:pointer;display:inline-flex!important;font-family:Raleway,sans-serif!important;font-size:13px!important;font-weight:500!important;gap:12px!important;height:34px!important;justify-content:flex-start!important;line-height:normal!important;max-width:100%;min-height:34px!important;outline:none;padding:8px 30px 8px 16px!important;position:relative!important;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease,color .2s ease!important;width:auto}.begin-platform-dropdown .begin-platform-dropdown__trigger,.begin-platform-dropdown .begin-platform-dropdown__trigger[class*=filter-dropdown]{justify-content:flex-start!important;text-align:left!important}.begin-platform-dropdown__trigger.is-open,.begin-platform-dropdown__trigger:hover{background:#ffffff1f;color:#fff}.begin-platform-dropdown__trigger:hover{border-color:#ffffff4d}.begin-platform-dropdown__trigger.is-open,.begin-platform-dropdown__trigger:focus{border-color:#f18f05ad;box-shadow:0 0 0 2px #f18f052e}.begin-platform-dropdown__trigger:focus{background:#ffffff1f}.begin-platform-dropdown__label{flex:1 1 auto;min-width:0;overflow:hidden;text-align:left!important;text-overflow:ellipsis;white-space:nowrap}.begin-platform-dropdown__chevron{color:#ffffffc7;height:12px;position:absolute;right:8px;top:50%;transform:translateY(-50%);transition:transform .2s ease;width:12px}.begin-platform-dropdown__trigger.is-open .begin-platform-dropdown__chevron{transform:translateY(-50%) rotate(180deg)}.begin-platform-dropdown__menu{background:#0e1323;border:1px solid #ffffff24;border-radius:8px;box-shadow:0 18px 42px #0000006b,inset 0 0 0 1px #ffffff0a;left:0;max-width:100%;min-width:100%;padding:6px;position:absolute;right:0;top:calc(100% + 1px);width:100%;z-index:80}.begin-platform-dropdown__option{align-items:center;background:#0000;border:0;border-radius:6px;color:#ffffffdb;cursor:pointer;display:flex;font-family:Raleway,sans-serif;font-size:13px;font-weight:500;line-height:1.25;min-height:32px;padding:7px 10px;text-align:left;width:100%}.begin-platform-dropdown__option:not(.is-selected):hover{background:#ffffff14;color:#fff}.begin-platform-dropdown__option.is-selected{background:#ffffff1f;color:#fff;font-weight:600}.begin-platform-dropdown__check{display:none}.begin-platform-dropdown__option-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.exp-filter-dropdown-wrapper,.mirada-gerente-filter-dropdown-wrapper,.orquestador-produccion-dn-filter-dropdown-wrapper,.orquestador-recepcion-dn-filter-dropdown-wrapper,.prod-filter-dropdown-wrapper,.proyeccion-filter-dropdown-wrapper,.rec-filter-dropdown-wrapper,.tactico-filter-dropdown-wrapper,.tactico-orquestador-nuevo-filter-dropdown-wrapper{flex:0 0 220px!important;max-width:220px!important;min-width:220px!important;width:220px!important}.exp-filter-dropdown-wrapper .begin-platform-dropdown__trigger,.mirada-gerente-filter-dropdown-wrapper .begin-platform-dropdown__trigger,.orquestador-produccion-dn-filter-dropdown-wrapper .begin-platform-dropdown__trigger,.orquestador-recepcion-dn-filter-dropdown-wrapper .begin-platform-dropdown__trigger,.prod-filter-dropdown-wrapper .begin-platform-dropdown__trigger,.proyeccion-filter-dropdown-wrapper .begin-platform-dropdown__trigger,.tactico-filter-dropdown-wrapper .begin-platform-dropdown__trigger,.tactico-orquestador-nuevo-filter-dropdown-wrapper .begin-platform-dropdown__trigger{background-image:none!important}.exp-filter-dropdown-wrapper .begin-platform-dropdown__menu,.exp-filter-dropdown-wrapper .begin-platform-dropdown__trigger,.mirada-gerente-filter-dropdown-wrapper .begin-platform-dropdown__menu,.mirada-gerente-filter-dropdown-wrapper .begin-platform-dropdown__trigger,.orquestador-produccion-dn-filter-dropdown-wrapper .begin-platform-dropdown__menu,.orquestador-produccion-dn-filter-dropdown-wrapper .begin-platform-dropdown__trigger,.orquestador-recepcion-dn-filter-dropdown-wrapper .begin-platform-dropdown__menu,.prod-filter-dropdown-wrapper .begin-platform-dropdown__menu,.prod-filter-dropdown-wrapper .begin-platform-dropdown__trigger,.proyeccion-filter-dropdown-wrapper .begin-platform-dropdown__menu,.proyeccion-filter-dropdown-wrapper .begin-platform-dropdown__trigger,.rec-filter-dropdown-wrapper .begin-platform-dropdown__menu,.rec-filter-dropdown-wrapper .begin-platform-dropdown__trigger,.tactico-filter-dropdown-wrapper .begin-platform-dropdown__menu,.tactico-filter-dropdown-wrapper .begin-platform-dropdown__trigger,.tactico-orquestador-nuevo-filter-dropdown-wrapper .begin-platform-dropdown__menu,.tactico-orquestador-nuevo-filter-dropdown-wrapper .begin-platform-dropdown__trigger{max-width:100%!important;min-width:100%!important;width:100%!important}@media (max-height:500px),(max-width:768px){.begin-platform-dropdown{width:100%}.exp-filter-dropdown-wrapper,.mirada-gerente-filter-dropdown-wrapper,.orquestador-produccion-dn-filter-dropdown-wrapper,.orquestador-recepcion-dn-filter-dropdown-wrapper,.prod-filter-dropdown-wrapper,.proyeccion-filter-dropdown-wrapper,.rec-filter-dropdown-wrapper,.tactico-filter-dropdown-wrapper,.tactico-orquestador-nuevo-filter-dropdown-wrapper{flex:0 0 auto!important;max-width:none!important;min-width:0!important;width:100%!important}.begin-platform-dropdown__trigger{width:100%}.begin-platform-dropdown__menu{max-width:100%;width:100%}}.begin-platform-dropdown .begin-platform-dropdown__trigger.exp-filter-dropdown,.begin-platform-dropdown .begin-platform-dropdown__trigger.mirada-gerente-filter-dropdown,.begin-platform-dropdown .begin-platform-dropdown__trigger.orquestador-produccion-dn-filter-dropdown,.begin-platform-dropdown .begin-platform-dropdown__trigger.orquestador-recepcion-dn-filter-dropdown,.begin-platform-dropdown .begin-platform-dropdown__trigger.prod-filter-dropdown,.begin-platform-dropdown .begin-platform-dropdown__trigger.proyeccion-filter-dropdown,.begin-platform-dropdown .begin-platform-dropdown__trigger.rec-filter-dropdown,.begin-platform-dropdown .begin-platform-dropdown__trigger.tactico-filter-dropdown,.begin-platform-dropdown .begin-platform-dropdown__trigger.tactico-orquestador-nuevo-filter-dropdown{align-items:center!important;-webkit-appearance:none!important;appearance:none!important;background-color:#ffffff14!important;background-image:none!important;border:1px solid #ffffff2e!important;border-radius:6px!important;box-shadow:none!important;box-sizing:border-box!important;color:#ffffffe6!important;display:inline-flex!important;font-family:Raleway,sans-serif!important;font-size:13px!important;font-weight:500!important;gap:12px!important;height:34px!important;justify-content:flex-start!important;min-height:34px!important;padding:8px 30px 8px 16px!important;text-align:left!important;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease,color .2s ease!important}.begin-platform-dropdown .begin-platform-dropdown__trigger.exp-filter-dropdown:hover,.begin-platform-dropdown .begin-platform-dropdown__trigger.mirada-gerente-filter-dropdown:hover,.begin-platform-dropdown .begin-platform-dropdown__trigger.orquestador-produccion-dn-filter-dropdown:hover,.begin-platform-dropdown .begin-platform-dropdown__trigger.orquestador-recepcion-dn-filter-dropdown:hover,.begin-platform-dropdown .begin-platform-dropdown__trigger.prod-filter-dropdown:hover,.begin-platform-dropdown .begin-platform-dropdown__trigger.proyeccion-filter-dropdown:hover,.begin-platform-dropdown .begin-platform-dropdown__trigger.rec-filter-dropdown:hover,.begin-platform-dropdown .begin-platform-dropdown__trigger.tactico-filter-dropdown:hover,.begin-platform-dropdown .begin-platform-dropdown__trigger.tactico-orquestador-nuevo-filter-dropdown:hover{background-color:#ffffff1f!important;border-color:#ffffff4d!important;box-shadow:none!important;color:#fff!important}.begin-platform-dropdown .begin-platform-dropdown__trigger.exp-filter-dropdown.is-open,.begin-platform-dropdown .begin-platform-dropdown__trigger.exp-filter-dropdown:focus,.begin-platform-dropdown .begin-platform-dropdown__trigger.mirada-gerente-filter-dropdown.is-open,.begin-platform-dropdown .begin-platform-dropdown__trigger.mirada-gerente-filter-dropdown:focus,.begin-platform-dropdown .begin-platform-dropdown__trigger.orquestador-produccion-dn-filter-dropdown.is-open,.begin-platform-dropdown .begin-platform-dropdown__trigger.orquestador-produccion-dn-filter-dropdown:focus,.begin-platform-dropdown .begin-platform-dropdown__trigger.orquestador-recepcion-dn-filter-dropdown.is-open,.begin-platform-dropdown .begin-platform-dropdown__trigger.orquestador-recepcion-dn-filter-dropdown:focus,.begin-platform-dropdown .begin-platform-dropdown__trigger.prod-filter-dropdown.is-open,.begin-platform-dropdown .begin-platform-dropdown__trigger.prod-filter-dropdown:focus,.begin-platform-dropdown .begin-platform-dropdown__trigger.proyeccion-filter-dropdown.is-open,.begin-platform-dropdown .begin-platform-dropdown__trigger.proyeccion-filter-dropdown:focus,.begin-platform-dropdown .begin-platform-dropdown__trigger.rec-filter-dropdown.is-open,.begin-platform-dropdown .begin-platform-dropdown__trigger.rec-filter-dropdown:focus,.begin-platform-dropdown .begin-platform-dropdown__trigger.tactico-filter-dropdown.is-open,.begin-platform-dropdown .begin-platform-dropdown__trigger.tactico-filter-dropdown:focus,.begin-platform-dropdown .begin-platform-dropdown__trigger.tactico-orquestador-nuevo-filter-dropdown.is-open,.begin-platform-dropdown .begin-platform-dropdown__trigger.tactico-orquestador-nuevo-filter-dropdown:focus{background-color:#ffffff1f!important;border-color:#f18f05ad!important;box-shadow:0 0 0 2px #f18f052e!important;color:#fff!important}