.ds-page{min-height:100vh;background:var(--color-bg-body);color:var(--color-text-primary);font-family:"Raleway",sans-serif;display:flex;flex-direction:column;overflow:hidden}.ds-layout{flex:1 1 auto;min-height:0}.ds-layout,.ds-sidebar{display:flex;height:100vh}.ds-sidebar{position:relative;width:280px;min-width:280px;background:var(--color-bg-body);flex-direction:column;box-shadow:2px 0 12px rgba(241,143,5,.14901960784313725),2px 0 4px rgba(0,0,0,.1);z-index:10;flex-shrink:0}.ds-sidebar__header{display:flex;align-items:center;padding:16px 20px 16px 32px;min-height:64px;border-bottom:1px solid hsla(0,0%,100%,.1);grid-gap:12px;gap:12px}.ds-sidebar__logo{height:40px;width:auto;object-fit:contain;max-width:200px;display:block}.ds-sidebar__subtitle{font-size:10px;font-weight:600;letter-spacing:2.5px;text-transform:uppercase;color:var(--color-accent-500);opacity:.7;margin-top:4px;padding-left:2px}.ds-sidebar__nav{flex:1 1;padding:16px 0;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.25) transparent}.ds-content::-webkit-scrollbar,.ds-sidebar__nav::-webkit-scrollbar{width:6px;height:6px}.ds-content::-webkit-scrollbar-track,.ds-sidebar__nav::-webkit-scrollbar-track{background:transparent}.ds-content::-webkit-scrollbar-thumb,.ds-sidebar__nav::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.2);border-radius:3px}.ds-content::-webkit-scrollbar-thumb:hover,.ds-sidebar__nav::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.3)}.ds-sidebar__group-title{padding:16px 20px 6px 32px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:hsla(0,0%,100%,.35)}.ds-sidebar__group-title:first-child{padding-top:0}.ds-sidebar__link{display:flex;align-items:center;grid-gap:12px;gap:12px;padding:10px 20px;margin:2px 12px;color:hsla(0,0%,100%,.7);text-decoration:none;border-radius:8px;font-size:12px;font-weight:500;transition:all .2s ease;cursor:pointer;border:none;background:transparent;width:calc(100% - 24px);text-align:left;font-family:inherit}.ds-sidebar__link:hover{background:hsla(0,0%,100%,.08);color:hsla(0,0%,100%,.95)}.ds-sidebar__link--active{background:rgba(241,143,5,.14901960784313725);color:#fff;font-weight:600}.ds-sidebar__footer{padding:12px;border-top:1px solid hsla(0,0%,100%,.1)}.ds-sidebar__back{display:flex;width:100%;justify-content:flex-start!important;text-align:left;padding-left:8px}.ds-sidebar__back:before{margin-right:6px}.ds-content{flex:1 1 auto;min-width:0;padding:40px 48px 80px;overflow-y:auto;background:var(--color-bg-body);scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.25) transparent}.ds-section{animation:ds-fade-in .2s ease-out}@keyframes ds-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.ds-section__title{font-size:28px;font-weight:700;color:#fff;margin:0 0 8px;padding-bottom:12px;border-bottom:1px solid hsla(0,0%,100%,.1)}.ds-section__desc{font-size:14px;line-height:1.7;color:hsla(0,0%,100%,.6);margin:0 0 28px;max-width:640px}.ds-inline-link{color:hsla(0,0%,100%,.95);text-decoration:underline;text-underline-offset:2px}.ds-inline-link:hover{color:#fff}.ds-subsection{margin-bottom:36px}.ds-subsection__title{font-size:18px;font-weight:600;color:hsla(0,0%,100%,.9);margin:0 0 16px}.ds-swatches{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));grid-gap:12px;gap:12px}.ds-swatch{border-radius:8px;overflow:hidden;border:1px solid hsla(0,0%,100%,.08);display:flex;flex-direction:column;min-height:170px}.ds-swatch__color{height:64px;width:100%;flex:0 0 64px}.ds-swatch__info{padding:8px 10px;background:hsla(0,0%,100%,.04);min-height:96px;display:flex;flex-direction:column;justify-content:flex-start;grid-gap:2px;gap:2px;flex:1 1 auto}.ds-swatch__name{font-size:12px;font-weight:600;color:hsla(0,0%,100%,.9);display:block;margin-bottom:2px}.ds-swatch__value{font-size:11px;font-weight:400;color:hsla(0,0%,100%,.45);font-family:source-code-pro,Menlo,Monaco,Consolas,monospace;display:block;line-height:1.35;white-space:normal;word-break:break-word}.ds-type-specimen{margin-bottom:20px;padding:16px 20px;border:1px solid hsla(0,0%,100%,.08);border-radius:8px;background:hsla(0,0%,100%,.02)}.ds-type-specimen__label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:hsla(0,0%,100%,.35);margin-bottom:6px}.ds-type-specimen__sample{color:#fff;margin:0}.ds-type-specimen__meta{font-size:11px;color:hsla(0,0%,100%,.4);margin-top:6px;font-family:source-code-pro,Menlo,Monaco,Consolas,monospace}.ds-token-table{width:100%;border-collapse:collapse;font-size:13px}.ds-token-table th{text-align:left;padding:10px 12px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:hsla(0,0%,100%,.4);border-bottom:1px solid hsla(0,0%,100%,.12)}.ds-token-table td{padding:10px 12px;border-bottom:1px solid hsla(0,0%,100%,.06);color:hsla(0,0%,100%,.8)}.ds-token-table td:first-child{font-family:source-code-pro,Menlo,Monaco,Consolas,monospace;font-size:12px;color:var(--color-accent-500)}.ds-preview{padding:24px;border:1px solid hsla(0,0%,100%,.08);border-radius:10px;background:hsla(0,0%,100%,.02);margin-bottom:16px}.ds-preview--dark{background:rgba(14,19,35,.6)}.ds-preview__label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:hsla(0,0%,100%,.3);margin-bottom:16px}.ds-preview__row{display:flex;flex-wrap:wrap;grid-gap:12px;gap:12px;align-items:center}.ds-preview__row+.ds-preview__row{margin-top:16px}.ds-code{display:block;padding:16px 20px;border-radius:8px;background:rgba(0,0,0,.35);border:1px solid hsla(0,0%,100%,.06);font-family:source-code-pro,Menlo,Monaco,Consolas,monospace;font-size:12px;line-height:1.7;color:hsla(0,0%,100%,.75);overflow-x:auto;white-space:pre;margin-bottom:16px}.ds-spacing-demo{display:flex;align-items:flex-end;grid-gap:16px;gap:16px;flex-wrap:wrap}.ds-spacing-block{display:flex;flex-direction:column;align-items:center;grid-gap:6px;gap:6px}.ds-spacing-block__bar{background:rgba(241,143,5,.4);border:1px solid rgba(241,143,5,.6);border-radius:3px}.ds-spacing-block__label{font-size:10px;color:hsla(0,0%,100%,.5);font-family:source-code-pro,Menlo,Monaco,Consolas,monospace}.ds-grid-demo{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:4px;gap:4px}.ds-grid-demo__cell{height:32px;background:rgba(241,143,5,.14901960784313725);border:1px solid rgba(241,143,5,.30196078431372547);border-radius:3px;display:flex;align-items:center;justify-content:center;font-size:9px;color:hsla(0,0%,100%,.5)}.ds-dots-row{grid-gap:16px;gap:16px;flex-wrap:wrap}.ds-dot-demo,.ds-dots-row{display:flex;align-items:center}.ds-dot-demo{grid-gap:8px;gap:8px;font-size:13px;color:hsla(0,0%,100%,.7)}.ds-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:16px;gap:16px}.ds-chart-preview{padding:20px 24px 24px}.ds-chart-preview__topbar{display:flex;align-items:center;justify-content:space-between;grid-gap:16px;gap:16px;margin-bottom:20px}.ds-chart-preview__title{margin:0;font-size:20px;font-weight:700;color:#fff}.ds-chart-preview__ranges{display:inline-flex;align-items:center;grid-gap:8px;gap:8px}.ds-chart-preview__range-btn{margin:0;height:38px;padding:0 18px;border:1px solid hsla(0,0%,100%,.18);border-radius:10px;background:hsla(0,0%,100%,.06);color:hsla(0,0%,100%,.78);font-size:14px;font-weight:600;cursor:pointer}.ds-chart-preview__range-btn.is-active{background:#0a1129;border-color:#0a1129;color:#fff}.ds-chart-preview__chart-shell{min-height:430px}.ds-chart-preview__chart{width:100%;min-height:430px}.ds-chart-preview .highcharts-background{fill:transparent}.ds-chart-preview .highcharts-grid-line{stroke:hsla(0,0%,100%,.42)}.ds-chart-preview__hint{margin:10px 0 0;font-size:12px;color:hsla(0,0%,100%,.64)}.ds-map-preview{padding:20px 24px 24px}.ds-map-preview__topbar{display:flex;align-items:center;justify-content:space-between;grid-gap:16px;gap:16px;margin-bottom:14px}.ds-map-preview__title{margin:0;font-size:20px;font-weight:700;color:#fff}.ds-map-preview__badge{height:28px;padding:0 12px;border-radius:999px;border:1px solid hsla(0,0%,100%,.16);display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;letter-spacing:.7px;text-transform:uppercase;color:hsla(0,0%,100%,.86);background:hsla(0,0%,100%,.06)}.ds-map-preview__map-shell{position:relative;height:430px;border-radius:10px;overflow:hidden;border:1px solid hsla(0,0%,100%,.1);background:linear-gradient(180deg,#10182f,#0a1121)}.ds-map-preview__map{position:absolute;inset:0}.ds-map-preview .mapboxgl-canvas{outline:none}.ds-map-preview .mapboxgl-ctrl-group{background:rgba(14,19,35,.92);border:1px solid hsla(0,0%,100%,.12);box-shadow:none}.ds-map-preview .mapboxgl-ctrl-group button{width:32px;height:32px}.ds-map-preview .mapboxgl-ctrl-group button+button{border-top-color:hsla(0,0%,100%,.1)}.ds-map-preview .mapboxgl-ctrl-icon{filter:invert(1) opacity(.9)}.ds-map-preview .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{filter:invert(1) brightness(1.1)}.ds-map-preview__overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:hsla(0,0%,100%,.85);background:rgba(10,17,33,.68);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.ds-map-preview__overlay--error{color:#ff8b8b}.ds-map-preview__hint{margin:10px 0 0;font-size:12px;color:hsla(0,0%,100%,.64)}.ds-map-popup .mapboxgl-popup-content{background:rgba(14,19,35,.96);border:1px solid hsla(0,0%,100%,.16);border-radius:8px;color:#fff;padding:10px 12px;box-shadow:0 10px 30px rgba(0,0,0,.24)}.ds-map-popup .mapboxgl-popup-tip{border-top-color:rgba(14,19,35,.96);border-bottom-color:rgba(14,19,35,.96)}.ds-map-popup__title{font-size:13px;font-weight:700;color:#fff}.ds-map-popup__meta{margin-top:3px;font-size:11px;color:hsla(0,0%,100%,.74)}@media (max-width:1024px){.ds-chart-preview__topbar{flex-direction:column;align-items:flex-start}.ds-chart-preview__chart,.ds-chart-preview__chart-shell{min-height:360px}.ds-map-preview__topbar{flex-direction:column;align-items:flex-start}.ds-map-preview__map-shell{height:360px}}@media (max-width:768px){.ds-sidebar{display:none}.ds-content{padding:24px 16px 60px}.ds-section__title{font-size:22px}.ds-swatches{grid-template-columns:repeat(auto-fill,minmax(110px,1fr))}.ds-card-grid{grid-template-columns:1fr}.ds-chart-preview{padding:16px}.ds-chart-preview__range-btn{height:34px;padding:0 14px;font-size:12px}.ds-chart-preview__title{font-size:18px}.ds-chart-preview__chart,.ds-chart-preview__chart-shell{min-height:320px}.ds-chart-preview__hint{font-size:11px}.ds-map-preview{padding:16px}.ds-map-preview__title{font-size:18px}.ds-map-preview__badge{height:24px;padding:0 10px;font-size:10px}.ds-map-preview__map-shell{height:320px}.ds-map-preview__hint{font-size:11px}}.login-page{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;background-color:#0e1323;color:#d8d4d2;font-family:"Raleway",sans-serif;padding:32px 20px;position:relative;overflow:hidden}.login-page:before{content:"";position:absolute;inset:0;z-index:0;background-image:url(/assets/backgrounds/login-circuit-bg.png);background-position:50%;background-size:cover;background-repeat:no-repeat}.login-page>*{position:relative;z-index:1}.login-panel{width:min(100%,360px);display:flex;flex-direction:column;align-items:center}.login-brand-logo{position:absolute;top:28px;left:32px;width:157px;height:auto;display:block}.login-steel-logo{width:min(100%,144px);height:auto;display:block;margin-bottom:8px}.login-title{width:100%;margin:0 0 32px;color:#d8d4d2;font-family:"Raleway",sans-serif;font-size:24px;line-height:1.25;text-align:center}.login-title__greeting,.login-title__message{display:block}.login-title__greeting{font-weight:600}.login-title__message{font-weight:400}.login-form{width:100%;align-items:stretch}.login-field,.login-form{display:flex;flex-direction:column}.login-field{grid-gap:8px;gap:8px;margin:0}.login-field+.login-field{margin-top:24px}.login-label{color:#d8d4d2;font-weight:600;line-height:1.2}.login-input,.login-label{font-family:"Raleway",sans-serif;font-size:16px}.login-input{width:100%;height:44px;margin:0;padding:0 14px;border:1px solid rgba(216,212,210,.64);border-radius:6px;background:transparent;color:#fff;font-weight:500;line-height:1;outline:none}.login-input:focus{border-color:#cc6315;box-shadow:0 0 0 2px rgba(204,99,21,.18)}.login-password-control{position:relative;display:block}.login-input--password{padding-right:48px}.login-password-toggle{position:absolute;top:50%;right:14px;width:24px;height:24px;min-width:24px;min-height:24px;margin:0;padding:0;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:4px;background:transparent;transform:translateY(-50%);cursor:pointer;overflow:hidden}.login-password-toggle:focus-visible{outline:none;box-shadow:0 0 0 2px rgba(216,212,210,.28)}.login-password-toggle__icon{position:absolute;width:24px;height:24px;display:block;transition:opacity .18s ease,transform .18s ease}.login-password-toggle__icon--closed{opacity:1;transform:scale(1)}.login-password-toggle__icon--open{opacity:0;transform:translateY(5px) scale(.9)}.login-password-toggle--visible .login-password-toggle__icon--closed{opacity:0;transform:translateY(-5px) scale(.9)}.login-password-toggle--visible .login-password-toggle__icon--open{opacity:1;transform:translateY(0) scale(1)}.login-password-toggle:not(.login-password-toggle--visible):not(.login-password-toggle--hover-locked):hover .login-password-toggle__icon--closed{opacity:0;transform:translateY(-5px) scale(.9)}.login-password-toggle--visible:not(.login-password-toggle--hover-locked):hover .login-password-toggle__icon--closed,.login-password-toggle:not(.login-password-toggle--visible):not(.login-password-toggle--hover-locked):hover .login-password-toggle__icon--open{opacity:1;transform:translateY(0) scale(1)}.login-password-toggle--visible:not(.login-password-toggle--hover-locked):hover .login-password-toggle__icon--open{opacity:0;transform:translateY(5px) scale(.9)}.login-checkbox-field{display:flex;align-items:center;grid-gap:8px;gap:8px;width:100%;height:16px;margin:24px 0 0}.login-checkbox{flex:0 0 auto;width:16px;height:16px;margin:0;accent-color:#d8d4d2;cursor:pointer}.login-checkbox-text{color:#d8d4d2;font-family:"Raleway",sans-serif;font-size:14px;font-weight:400;line-height:16px}.login-submit{width:100%;height:44px;margin:32px 0 0;padding:0 20px;border:1px solid #203462;border-radius:6px;background:#203462;color:#fff;font-family:"Raleway",sans-serif;font-size:16px;font-weight:600;line-height:1;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease,transform 80ms ease}.login-submit:disabled{color:#203462;cursor:not-allowed}.login-submit:disabled,.login-submit:disabled:hover{background:transparent;border-color:#203462}.login-submit:not(:disabled):hover{background:#284383;border-color:#284383;color:#fff}.login-submit:not(:disabled):active{background:#203462;border-color:#203462;color:#fff;transform:translateY(1px)}.login-submit:focus-visible{outline:none;box-shadow:0 0 0 2px rgba(32,52,98,.45)}.login-error{margin:12px 0 0;display:flex;align-items:center;justify-content:center;grid-gap:8px;gap:8px;color:#ff6b5f;font-family:"Raleway",sans-serif;font-size:13px;font-weight:500;line-height:1.3;text-align:center}.login-error__icon{width:16px;height:16px;min-width:16px;display:block;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.login-powered-by{position:absolute;right:32px;bottom:28px;display:flex;align-items:center;grid-gap:6px;gap:6px;color:hsla(0,0%,100%,.92)}.login-powered-by__text{font-family:"Raleway",sans-serif;font-size:9px;font-weight:600;letter-spacing:2px;text-transform:uppercase;line-height:1}.login-powered-by__logo{width:34px;height:auto;display:block}@media screen and (max-width:520px){.login-brand-logo{top:20px;left:20px;width:119px}.login-powered-by{right:20px;bottom:20px}}.mahou-orq-canvas,.mahou-orq-content,.mahou-orq-page{background:var(--color-brand-900)}.mahou-orq-sidebar{transition:width .22s ease,min-width .22s ease}.mahou-orq-mobile-backdrop,.mahou-orq-mobile-menu,.mahou-orq-mobile-title{display:none}.mahou-orq-mobile-menu__icon{display:block;width:20px;height:20px}.mahou-orq-mobile-menu__line{transform-box:fill-box;transform-origin:center;transition:transform .14s ease,opacity .1s ease}.mahou-orq-brand{display:flex;align-items:center;grid-gap:10px;gap:10px;width:100%}.mahou-orq-brand__logo,.mahou-orq-brand__vpo{display:flex;align-items:center;justify-content:flex-start;border:0;border-radius:0;background:transparent;color:inherit;text-transform:none}.mahou-orq-brand__logo{flex:1 1 auto;min-width:0;min-height:40px;padding:0 12px 0 10px;overflow:hidden;transition:width .22s ease,min-height .22s ease,padding .22s ease}.mahou-orq-brand__logo-image{display:block;width:100%;max-width:150px;height:auto;object-fit:contain;object-position:left center;pointer-events:none}.mahou-orq-sidebar-toggle{display:inline-flex;align-items:center;justify-content:center;flex:0 0 34px;width:34px;height:34px;margin-left:auto;padding:0;border:0;border-radius:8px;background:transparent;color:hsla(0,0%,100%,.7);cursor:pointer;transition:background .16s ease,color .16s ease}.mahou-orq-sidebar-toggle:hover{background:hsla(0,0%,100%,.08);color:hsla(0,0%,100%,.95)}.mahou-orq-sidebar-toggle:focus-visible{outline:2px solid rgba(241,143,5,.7);outline-offset:2px}.mahou-orq-sidebar-toggle__icon{display:block;flex:0 0 auto;width:18px;height:18px}.mahou-orq-sidebar-toggle__icon-shape{transform-box:fill-box;transform-origin:center}.mahou-orq-sidebar-toggle__icon-shape--open{transform:scaleX(-1)}.mahou-orq-brand__powered{display:flex;align-items:center;grid-gap:6px;gap:6px;transition:opacity .16s ease,max-height .22s ease,margin .22s ease}.mahou-orq-brand__powered-text{font-size:8px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#716f6f;opacity:1}.mahou-orq-brand__vpo{min-width:0;min-height:0;padding:0}.mahou-orq-brand__vpo-image{display:block;width:32.3px;height:auto;object-fit:contain;pointer-events:none}.mahou-orq-content{position:relative;box-sizing:border-box;padding:16px 20px 20px;display:flex;height:100%;min-height:0;overflow:hidden}.mahou-orq-content__viewport{flex:1 1 auto;min-width:0;min-height:0;display:flex;transition:filter .18s ease}.mahou-orq-content__viewport--blurred{filter:blur(8px);opacity:.58;pointer-events:none;-webkit-user-select:none;user-select:none}.mahou-orq-logout-modal{position:absolute;inset:0;z-index:20;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(14,19,35,.58)}.mahou-orq-logout-modal__panel{width:min(360px,100%);padding:24px;border:1px solid hsla(0,0%,100%,.12);border-radius:8px;background:rgba(14,19,35,.96);box-shadow:0 18px 50px rgba(0,0,0,.36)}.mahou-orq-logout-modal__title{margin:0;color:var(--color-text-primary);font-size:18px;font-weight:600;line-height:1.35;letter-spacing:0;text-align:center}.mahou-orq-logout-modal__description{margin:8px 0 0;color:hsla(0,0%,100%,.72);font-size:13px;font-weight:400;line-height:1.5;text-align:center}.mahou-orq-logout-modal__actions{display:flex;flex-direction:row-reverse;grid-gap:16px;gap:16px;margin-top:20px}.mahou-orq-logout-modal__button{width:100%}@media (max-width:760px){.mahou-orq-logout-modal__actions{flex-direction:column;grid-gap:10px;gap:10px}}.mahou-orq-canvas{position:relative;width:100%;height:100%;min-height:0;display:flex}.mahou-orq-dashboard{box-sizing:border-box;flex:1 1 auto;height:100%;min-height:0;padding-top:24px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto minmax(0,1fr);align-content:start;grid-gap:16px;gap:16px}.mahou-orq-dashboard__filters{grid-column:1/-1;display:flex;flex-wrap:wrap;align-items:center;grid-gap:10px;gap:10px;padding:0 4px;margin-bottom:4px;position:relative;z-index:30}.mahou-orq-dashboard__filter-group{display:grid;grid-gap:4px;gap:4px}.mahou-orq-dashboard__filter-group--reference{transform:none}.mahou-orq-dashboard__filter-inline{display:flex;align-items:flex-start;grid-gap:8px;gap:8px;transform:translateY(3px)}.mahou-orq-dashboard__clear-btn{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:30px;height:30px;padding:0;border:0;border-radius:8px;background:transparent;color:#d8d4d2;cursor:pointer;transition:background .16s ease,color .16s ease}.mahou-orq-dashboard__filter-group--reference .mahou-orq-dashboard__clear-btn{transform:translateY(-3px)}.mahou-orq-dashboard__clear-btn:focus-visible,.mahou-orq-dashboard__clear-btn:hover{background:hsla(0,0%,100%,.08);color:#d8d4d2}.mahou-orq-dashboard__clear-btn:focus-visible{outline:2px solid rgba(241,143,5,.7);outline-offset:2px}.mahou-orq-dashboard__clear-btn:disabled{background:transparent;color:rgba(113,111,111,.3333333333333333);cursor:default;opacity:1}.mahou-orq-dashboard__clear-icon{display:block;flex:0 0 auto;width:18px;height:18px}.mahou-orq-dashboard__filter-group--date{margin-left:0;min-width:0}.mahou-orq-dashboard__filter-secondary{display:flex;align-items:flex-end;grid-gap:10px;gap:10px;margin-left:auto;flex:0 0 auto}.mahou-orq-dashboard__filter-secondary .mahou-orq-dashboard__filter-group--date,.mahou-orq-dashboard__filter-secondary .mahou-orq-dashboard__filter-group--view{flex:0 0 auto;margin-left:0}.mahou-orq-dashboard__filter-group--view{align-self:center;display:grid;grid-gap:4px;gap:4px;min-width:0}.mahou-orq-dashboard__filter-group--view:before{content:"";display:block;height:9px}.mahou-orq-dashboard__filter-label{font-size:9px;font-weight:700;letter-spacing:.1em;line-height:1;text-transform:uppercase;color:rgba(216,212,210,.56)}.mahou-orq-date-filter{display:grid;grid-gap:5px;gap:5px}.mahou-orq-date-filter__values{display:inline-grid;grid-template-columns:repeat(2,minmax(82px,max-content));width:max-content;border:1px solid hsla(0,0%,100%,.16);border-radius:8px;overflow:hidden;background:hsla(0,0%,100%,.06)}.mahou-orq-date-filter__value{width:82px;height:30px;min-height:30px;padding:0 6px;border:0;border-right:1px solid hsla(0,0%,100%,.16);border-radius:0;background:transparent;color:hsla(0,0%,100%,.92);font-size:11px;font-weight:600;line-height:1;text-align:center;outline:none;font-family:inherit;box-sizing:border-box}.mahou-orq-date-filter__value:last-child{border-right:0}.mahou-orq-date-filter__value:focus{box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.22)}.mahou-orq-date-filter__value::placeholder{color:hsla(0,0%,100%,.46)}.mahou-orq-segmented{box-sizing:border-box;display:inline-grid;grid-template-columns:repeat(2,auto);width:max-content;height:32px;border:1px solid rgba(216,212,210,.48);border-radius:8px;overflow:hidden;background:hsla(0,0%,100%,.035)}.mahou-orq-segmented__button{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;min-width:0;height:100%;min-height:0;margin:0;padding:0 12px;border:0;border-right:1px solid rgba(216,212,210,.48);border-radius:0;background:transparent;color:rgba(216,212,210,.74);font-family:inherit;font-size:11px;font-weight:700;line-height:1;cursor:pointer;transition:background .16s ease,color .16s ease}.mahou-orq-segmented__button:last-child{border-right:0}.mahou-orq-segmented__button:focus-visible,.mahou-orq-segmented__button:hover{color:hsla(0,0%,100%,.92)}.mahou-orq-segmented__button:focus-visible{outline:2px solid rgba(241,143,5,.7);outline-offset:-2px}.mahou-orq-segmented__button--active{background:rgba(216,212,210,.18);color:#fff}.mahou-cg-table-download.mahou-orq-dashboard__download{position:static;align-self:flex-end;flex:0 0 28px;margin-bottom:2px}.mahou-orq-dashboard-download-modal{z-index:80}.mahou-orq-date-filter__slider{position:relative;height:12px}.mahou-orq-date-filter__range,.mahou-orq-date-filter__track{position:absolute;top:50%;height:2px;border-radius:999px;transform:translateY(-50%)}.mahou-orq-date-filter__track{left:0;right:0;background:hsla(0,0%,100%,.2)}.mahou-orq-date-filter__range{background:hsla(0,0%,100%,.88)}.mahou-orq-date-filter__input{position:absolute;inset:0;width:100%;margin:0;background:transparent;appearance:none;-webkit-appearance:none;pointer-events:none}.mahou-orq-date-filter__input::-webkit-slider-runnable-track{height:2px;background:transparent}.mahou-orq-date-filter__input::-webkit-slider-thumb{width:10px;height:10px;margin-top:-4px;border:0;border-radius:50%;background:#fff;box-shadow:0 0 0 1px hsla(0,0%,100%,.14);cursor:pointer;appearance:none;-webkit-appearance:none;pointer-events:auto}.mahou-orq-date-filter__input::-moz-range-track{height:2px;background:transparent}.mahou-orq-date-filter__input::-moz-range-thumb{width:10px;height:10px;border:0;border-radius:50%;background:#fff;box-shadow:0 0 0 1px hsla(0,0%,100%,.14);cursor:pointer;pointer-events:auto}.mahou-orq-date-filter__input:focus{outline:none}.mahou-orq-section{min-height:0;min-width:0;display:grid;grid-template-rows:auto 1fr;grid-gap:14px;gap:14px;align-self:start}.mahou-orq-section__header{display:flex;justify-content:space-between;grid-gap:12px;gap:12px;align-items:flex-start;padding:2px 4px 0}.mahou-orq-section__heading{min-width:0;display:grid;grid-gap:4px;gap:4px}.mahou-orq-section__dropdown{width:148px;height:30px;padding:0 30px 0 10px;border:1px solid hsla(0,0%,100%,.16);border-radius:8px;background-color:hsla(0,0%,100%,.06);color:hsla(0,0%,100%,.92);font-family:inherit;font-size:11px;font-weight:600;line-height:1;outline:none;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none}.mahou-orq-section__dropdown:focus-visible{border-color:hsla(0,0%,100%,.16);box-shadow:none}.mahou-orq-section__dropdown option{background-color:#0e1323;color:#fff}.mahou-orq-multiselect{position:relative}.mahou-orq-multiselect__trigger{display:inline-flex;align-items:center;position:relative;width:148px;text-align:left;line-height:30px}.mahou-orq-multiselect__trigger-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mahou-orq-multiselect__chevron{display:block;position:absolute;top:50%;right:12px;transform:translateY(-50%);width:18px;height:18px;color:hsla(0,0%,100%,.8);pointer-events:none;transition:transform .16s ease}.mahou-orq-multiselect--open .mahou-orq-multiselect__chevron{transform:translateY(-50%) rotate(180deg)}.mahou-orq-multiselect__menu{position:absolute;top:calc(100% + 4px);left:0;z-index:60;width:100%;max-height:220px;overflow-y:auto;padding:6px;border:1px solid hsla(0,0%,100%,.18);border-radius:8px;background:#0e1323;box-shadow:0 10px 22px rgba(0,0,0,.28)}.mahou-orq-multiselect__option{display:flex;align-items:center;grid-gap:8px;gap:8px;min-height:24px;padding:0 4px;font-size:11px;font-weight:600;color:hsla(0,0%,100%,.92);-webkit-user-select:none;user-select:none;cursor:pointer}.mahou-orq-multiselect__option input{width:12px;height:12px;margin:0;accent-color:#1a5fb9}.mahou-orq-section__title{margin:0;font-size:20px;font-weight:700;color:#fff;letter-spacing:.02em}.mahou-orq-section__summary{margin:0}.mahou-orq-section__legend{min-width:0;display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;grid-gap:8px 16px;gap:8px 16px;align-self:flex-end;margin-left:auto;padding-top:0;padding-bottom:1px}.mahou-orq-section__legend-item{min-width:0;display:inline-flex;align-items:center;grid-gap:6px;gap:6px;font-size:9px;font-weight:700;line-height:1;letter-spacing:.12em;text-transform:uppercase;color:rgba(216,212,210,.62);white-space:nowrap;transition:color .16s ease,opacity .16s ease}.mahou-orq-section__legend-item--active{color:hsla(0,0%,100%,.94);opacity:1}.mahou-orq-section__legend-item--dimmed{opacity:.32}.mahou-orq-section__legend-item[role=button]{cursor:pointer}.mahou-orq-section__legend-swatch{flex:0 0 auto;width:6px;height:6px;border-radius:50%;box-shadow:0 0 0 1px hsla(0,0%,100%,.1);transition:box-shadow .16s ease,opacity .16s ease;transform:translateY(-1px)}.mahou-orq-section__legend-item--active .mahou-orq-section__legend-swatch{box-shadow:0 0 0 1px hsla(0,0%,100%,.2),0 0 10px currentColor}.mahou-orq-section__cards{min-height:0;display:grid;grid-template-rows:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.mahou-orq-card{min-height:0;min-width:0;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08);border-radius:12px;display:flex;flex-direction:column;overflow:hidden}.mahou-orq-card__header{height:40px;min-height:40px;padding:0 16px;border-bottom:1px solid hsla(0,0%,100%,.06);display:flex;align-items:center;justify-content:flex-start;grid-gap:10px;gap:10px}.mahou-orq-card__heading{flex:1 1 auto;display:flex;align-items:center;grid-gap:8px;gap:8px;min-width:0;width:100%}.mahou-orq-card__title{margin:0;font-size:14px;font-weight:600;color:hsla(0,0%,100%,.92)}.mahou-orq-card__note{margin-left:auto;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(216,212,210,.48)}.mahou-orq-card__toolbar{align-items:center;padding:8px 16px 0;min-height:34px;position:relative;z-index:2}.mahou-orq-card__control,.mahou-orq-card__toolbar{display:flex;justify-content:flex-end;flex:0 0 auto}.mahou-orq-card__control--header{position:relative;z-index:4;margin-left:0}.mahou-orq-card__control .mahou-orq-section__dropdown{width:116px;height:26px}.mahou-orq-card__control .mahou-orq-multiselect__trigger{width:116px;line-height:26px}.mahou-orq-card__control .mahou-orq-multiselect--entrada,.mahou-orq-card__control .mahou-orq-multiselect--entrada .mahou-orq-multiselect__menu,.mahou-orq-card__control .mahou-orq-multiselect--entrada .mahou-orq-multiselect__trigger{width:148px}.mahou-orq-card--entradas{--mahou-orq-card-toolbar-height:48px}.mahou-orq-card--entradas .mahou-orq-card__metrics{flex:0 1 auto;max-width:none;grid-gap:8px;gap:8px}.mahou-op-note--estable{color:#30c85a}.mahou-op-note--sobrestock{color:#f1c038}.mahou-op-note--peligro{color:#ff5a5a}.mahou-orq-card__metrics{flex-wrap:nowrap;align-items:baseline;flex:1 1 auto;max-width:calc(100% - 112px);white-space:nowrap}.mahou-orq-card__header-actions,.mahou-orq-card__metrics{display:flex;justify-content:flex-end;grid-gap:10px;gap:10px;min-width:0;margin-left:auto}.mahou-orq-card__header-actions{flex:0 1 auto;align-items:center}.mahou-orq-card__header-actions .mahou-orq-card__metrics{flex:0 1 auto;margin-left:0}.mahou-orq-card__metrics--grouped{flex-wrap:wrap;align-items:center;grid-gap:8px 16px;gap:8px 16px;white-space:normal}.mahou-orq-card__metrics-group{min-width:0;display:inline-flex;align-items:baseline;grid-gap:8px;gap:8px}.mahou-orq-card__metrics-group+.mahou-orq-card__metrics-group{padding-left:12px;border-left:1px solid hsla(0,0%,100%,.12)}.mahou-orq-card__metrics-group-items{min-width:0;display:inline-flex;align-items:baseline;grid-gap:10px;gap:10px}.mahou-orq-chip{min-width:0;padding:0;border:0;border-radius:0;background:transparent;display:inline-flex;align-items:baseline;grid-gap:4px;gap:4px}.mahou-orq-chip__label{font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(216,212,210,.56);white-space:nowrap}.mahou-orq-chip__label--title{line-height:1}.mahou-orq-chip__value{font-size:12px;font-weight:700;line-height:1;color:#fff;white-space:nowrap}.mahou-orq-chip__value--positive{color:#30c85a}.mahou-orq-chip__value--negative{color:#ff5a5a}.mahou-orq-chip__value--neutral{color:#fff}.mahou-orq-card__body{position:relative;flex:1 1 auto;min-height:var(--mahou-orq-card-chart-height,0);padding:7px 16px;display:flex;align-items:center;overflow:hidden}.mahou-orq-card__development-overlay{position:absolute;inset:7px 16px;z-index:3;display:flex;align-items:center;justify-content:center;border-radius:8px;background:rgba(14,19,35,.74);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);pointer-events:none}.mahou-orq-card__development-overlay span{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 18px;border-radius:999px;border:1px solid hsla(0,0%,100%,.28);background:hsla(0,0%,100%,.1);color:#fff;font-size:13px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;box-shadow:0 14px 40px rgba(0,0,0,.24)}.mahou-orq-card--reubicaciones .mahou-orq-card__development-overlay{inset:0;border-radius:0;background:rgba(14,19,35,.86);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.mahou-orq-card--saturacion .mahou-orq-card__metrics{max-width:calc(100% - 118px);grid-gap:8px;gap:8px}.mahou-orq-card--ocupacion-suelo .mahou-orq-card__metrics{max-width:calc(100% - 122px)}.mahou-orq-card--ocupacion-suelo .mahou-orq-card__metrics--grouped{flex-wrap:nowrap;grid-gap:6px;gap:6px}.mahou-orq-card--ocupacion-suelo .mahou-orq-card__metrics-group{grid-gap:5px;gap:5px}.mahou-orq-card--ocupacion-suelo .mahou-orq-card__metrics-group+.mahou-orq-card__metrics-group{padding-left:7px}.mahou-orq-card--ocupacion-suelo .mahou-orq-card__metrics-group-items{grid-gap:6px;gap:6px}.mahou-orq-card--ocupacion-suelo .mahou-orq-chip__label--title,.mahou-orq-card--saturacion .mahou-orq-chip__label--title{font-size:8px;letter-spacing:.08em}.mahou-orq-card--ocupacion-suelo .mahou-orq-chip__label,.mahou-orq-card--saturacion .mahou-orq-chip__label{letter-spacing:.08em}.mahou-orq-card__chart{width:100%;height:var(--mahou-orq-card-chart-height,100%);min-height:0}.mahou-orq-card__loading{grid-gap:10px;gap:10px}.mahou-orq-card__empty,.mahou-orq-card__loading{width:100%;height:100%;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:rgba(216,212,210,.78)}.mahou-orq-card__empty{grid-gap:8px;gap:8px;text-align:center}.mahou-orq-card__empty-title{font-size:12px;font-weight:700;line-height:1.35;color:hsla(0,0%,100%,.92)}.mahou-orq-card__empty-text{font-size:11px;font-weight:600;line-height:1.35;color:rgba(216,212,210,.64)}.mahou-orq-card__spinner{width:28px;height:28px;border:3px solid rgba(113,111,111,.18);border-top-color:#fff;border-radius:50%;animation:mahou-orq-spin .8s linear infinite}.mahou-orq-card__loading-text{font-size:11px;font-weight:700;color:rgba(216,212,210,.78)}@keyframes mahou-orq-spin{to{transform:rotate(1turn)}}.mahou-orq-card .highcharts-container,.mahou-orq-card .highcharts-root{width:100%!important}.mahou-orq-card .highcharts-background{fill:transparent}.mahou-orq-card .highcharts-grid-line{stroke:hsla(0,0%,100%,.12)}.mahou-orq-card .highcharts-axis-line{stroke:hsla(0,0%,100%,.24)}.mahou-orq-card .highcharts-tick{stroke:transparent}.mahou-control-chart-legend-item{display:inline-flex;align-items:center;grid-gap:6px;gap:6px;line-height:1;vertical-align:middle}.mahou-control-chart-legend-dot{flex:0 0 auto;width:6px;height:6px;border-radius:50%;box-shadow:0 0 0 1px hsla(0,0%,100%,.1);transform:translateY(-1px)}.mahou-orq-nav__icon{display:block;flex:0 0 auto;width:18px;height:18px}.mahou-orq-sidebar__link{align-items:center}.mahou-orq-sidebar__label{display:flex;align-items:center;white-space:normal;line-height:1.3}.mahou-orq-sidebar__logout{margin-bottom:16px}.mahou-orq-sidebar__footer{padding:12px 12px 16px 32px}.mahou-orq-sidebar--collapsed{width:92px;min-width:92px}.mahou-orq-sidebar--collapsed .ds-sidebar__header{padding-left:12px;padding-right:12px;justify-content:center}.mahou-orq-sidebar--collapsed .mahou-orq-brand{flex-direction:column;justify-content:center;grid-gap:10px;gap:10px}.mahou-orq-sidebar--collapsed .mahou-orq-brand__logo{order:2;flex:0 0 auto;width:40px;min-height:40px;padding:0}.mahou-orq-sidebar--collapsed .mahou-orq-sidebar-toggle{order:1;margin-left:0}.mahou-orq-sidebar--collapsed .mahou-orq-brand__logo-image{width:122px;max-width:none}.mahou-orq-sidebar--collapsed .mahou-orq-brand__powered{opacity:0;max-height:0;margin:0;overflow:hidden;pointer-events:none}.mahou-orq-sidebar--collapsed .ds-sidebar__link{justify-content:center;width:48px;margin-left:auto;margin-right:auto;padding-left:0;padding-right:0}.mahou-orq-sidebar--collapsed .mahou-orq-sidebar__footer,.mahou-orq-sidebar--collapsed .mahou-orq-sidebar__label{display:none}@media (max-width:768px){.mahou-orq-page .ds-layout{position:relative;display:block;height:100vh;overflow:hidden}.mahou-orq-page:before{content:"";position:fixed;top:0;left:0;right:0;z-index:70;height:66px;border-bottom:1px solid hsla(0,0%,100%,.08);background:var(--color-brand-900);pointer-events:none}.mahou-orq-mobile-menu{position:fixed;top:12px;left:12px;z-index:110;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;margin:0;padding:0;border:0;border-radius:8px;background:transparent;color:#d8d4d2;box-shadow:none;cursor:pointer;transition:color .14s ease,opacity .14s ease,left .22s ease}.mahou-orq-mobile-menu:hover{color:#fff}.mahou-orq-mobile-menu:active{opacity:.72}.mahou-orq-mobile-menu:focus-visible{outline:2px solid rgba(241,143,5,.7);outline-offset:2px}.mahou-orq-mobile-menu[aria-expanded=true]{left:calc(100vw - 54px);color:#fff}.mahou-orq-mobile-menu[aria-expanded=true] .mahou-orq-mobile-menu__line--top{transform:translateY(5px) rotate(45deg)}.mahou-orq-mobile-menu[aria-expanded=true] .mahou-orq-mobile-menu__line--middle{opacity:0}.mahou-orq-mobile-menu[aria-expanded=true] .mahou-orq-mobile-menu__line--bottom{transform:translateY(-5px) rotate(-45deg)}.mahou-orq-mobile-title{position:fixed;top:12px;left:50%;z-index:80;display:flex;align-items:center;justify-content:center;width:min(52vw,220px);height:42px;transform:translateX(-50%);color:hsla(0,0%,100%,.94);font-size:14px;font-weight:700;line-height:1;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;pointer-events:none}.mahou-orq-mobile-backdrop{position:fixed;inset:0;z-index:90;display:block;width:100%;height:100%;margin:0;padding:0;border:0;background:rgba(5,7,12,.58);cursor:pointer}.mahou-orq-page .mahou-orq-sidebar{display:flex;position:fixed;top:0;left:0;z-index:100;width:100vw;min-width:100vw;max-width:100vw;height:100dvh;transform:translateX(-100%);transition:transform .22s ease;border-radius:0;box-shadow:2px 0 24px rgba(0,0,0,.45)}.mahou-orq-page .mahou-orq-sidebar.mahou-orq-sidebar--mobile-open{transform:translateX(0)}.mahou-orq-page .mahou-orq-sidebar .mahou-orq-sidebar-toggle{display:none}.mahou-orq-page .mahou-orq-sidebar--collapsed,.mahou-orq-page .mahou-orq-sidebar--mobile-open.mahou-orq-sidebar--collapsed{width:100vw;min-width:100vw}.mahou-orq-page .mahou-orq-sidebar--collapsed .ds-sidebar__header{padding:16px 20px 16px 32px;justify-content:flex-start}.mahou-orq-page .mahou-orq-sidebar--collapsed .mahou-orq-brand{flex-direction:row;justify-content:flex-start}.mahou-orq-page .mahou-orq-sidebar--collapsed .mahou-orq-brand__logo{flex:1 1 auto;width:auto;min-height:40px;padding:0 12px 0 10px}.mahou-orq-page .mahou-orq-sidebar--collapsed .mahou-orq-brand__logo-image{width:100%;max-width:150px}.mahou-orq-page .mahou-orq-sidebar--collapsed .ds-sidebar__link{justify-content:flex-start;width:calc(100% - 24px);margin-left:12px;margin-right:12px;padding-left:20px;padding-right:20px}.mahou-orq-page .mahou-orq-sidebar .ds-sidebar__nav{padding-top:22px}.mahou-orq-page .mahou-orq-sidebar .ds-sidebar__link{min-height:48px;grid-gap:16px;gap:16px;padding:0 24px;font-size:14px}.mahou-orq-page .mahou-orq-sidebar .mahou-orq-nav__icon{width:22px;height:22px}.mahou-orq-page .mahou-orq-sidebar--collapsed .mahou-orq-brand__powered,.mahou-orq-page .mahou-orq-sidebar--collapsed .mahou-orq-sidebar__footer,.mahou-orq-page .mahou-orq-sidebar--collapsed .mahou-orq-sidebar__label{display:flex;opacity:1;max-height:none;pointer-events:auto}.mahou-orq-page .mahou-orq-content{width:100%;height:100vh;padding-top:66px}.mahou-orq-sidebar--mobile-open~.mahou-orq-content .mahou-orq-content__viewport{pointer-events:none;-webkit-user-select:none;user-select:none}}.mahou-orq-canvas--stacked .mahou-orq-dashboard{grid-template-columns:1fr}.mahou-orq-canvas--stacked .mahou-orq-section__cards{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr))}.mahou-orq-canvas--stacked .mahou-orq-card:last-child{grid-column:1/-1}.mahou-orq-canvas--split .mahou-orq-section{align-self:stretch;height:100%}.mahou-orq-canvas--split .mahou-orq-section__cards{height:100%}.mahou-orq-canvas--split .mahou-orq-card__heading{flex:0 0 auto;width:auto}.mahou-orq-canvas--split .mahou-orq-card__metrics{flex:1 1 auto;max-width:none}.mahou-orq-content--compact-landscape,.mahou-orq-content--mobile-landscape,.mahou-orq-content--mobile-landscape-tight,.mahou-orq-content--mobile-portrait,.mahou-orq-content--tablet-landscape,.mahou-orq-content--tablet-portrait{padding:12px 14px 14px}.mahou-orq-canvas--compact-landscape .mahou-orq-dashboard,.mahou-orq-canvas--mobile-landscape-tight .mahou-orq-dashboard,.mahou-orq-canvas--mobile-landscape .mahou-orq-dashboard,.mahou-orq-canvas--mobile-portrait .mahou-orq-dashboard,.mahou-orq-canvas--tablet-landscape .mahou-orq-dashboard,.mahou-orq-canvas--tablet-portrait .mahou-orq-dashboard{grid-gap:12px;gap:12px}.mahou-orq-canvas--compact-landscape .mahou-orq-section,.mahou-orq-canvas--compact-landscape .mahou-orq-section__cards,.mahou-orq-canvas--mobile-landscape-tight .mahou-orq-section,.mahou-orq-canvas--mobile-landscape-tight .mahou-orq-section__cards,.mahou-orq-canvas--mobile-landscape .mahou-orq-section,.mahou-orq-canvas--mobile-landscape .mahou-orq-section__cards,.mahou-orq-canvas--mobile-portrait .mahou-orq-section,.mahou-orq-canvas--mobile-portrait .mahou-orq-section__cards,.mahou-orq-canvas--tablet-landscape .mahou-orq-section,.mahou-orq-canvas--tablet-landscape .mahou-orq-section__cards,.mahou-orq-canvas--tablet-portrait .mahou-orq-section,.mahou-orq-canvas--tablet-portrait .mahou-orq-section__cards{grid-gap:10px;gap:10px}.mahou-orq-canvas--compact-landscape .mahou-orq-section__title,.mahou-orq-canvas--tablet-landscape .mahou-orq-section__title,.mahou-orq-canvas--tablet-portrait .mahou-orq-section__title{font-size:18px}.mahou-orq-canvas--mobile-landscape-tight .mahou-orq-section__title,.mahou-orq-canvas--mobile-landscape .mahou-orq-section__title,.mahou-orq-canvas--mobile-portrait .mahou-orq-section__title{font-size:16px}.mahou-orq-canvas--mobile-landscape-tight .mahou-orq-section__header,.mahou-orq-canvas--mobile-landscape .mahou-orq-section__header,.mahou-orq-canvas--mobile-portrait .mahou-orq-section__header{flex-wrap:wrap}.mahou-orq-canvas--mobile-landscape-tight .mahou-orq-section__legend,.mahou-orq-canvas--mobile-landscape .mahou-orq-section__legend,.mahou-orq-canvas--mobile-portrait .mahou-orq-section__legend{width:100%;justify-content:flex-start;margin-left:0;padding-top:0}.mahou-orq-canvas--mobile-landscape-tight .mahou-orq-section__legend-item,.mahou-orq-canvas--mobile-landscape .mahou-orq-section__legend-item,.mahou-orq-canvas--mobile-portrait .mahou-orq-section__legend-item{font-size:8px}.mahou-orq-canvas--mobile-landscape-tight .mahou-orq-section__dropdown,.mahou-orq-canvas--mobile-landscape .mahou-orq-section__dropdown,.mahou-orq-canvas--mobile-portrait .mahou-orq-section__dropdown{width:100%}.mahou-orq-canvas--mobile-landscape-tight .mahou-orq-dashboard__filters,.mahou-orq-canvas--mobile-landscape .mahou-orq-dashboard__filters,.mahou-orq-canvas--mobile-portrait .mahou-orq-dashboard__filters{flex-direction:column;align-items:stretch;grid-gap:7px;gap:7px}.mahou-orq-canvas--mobile-landscape-tight .mahou-orq-dashboard__filter-group--date,.mahou-orq-canvas--mobile-landscape .mahou-orq-dashboard__filter-group--date,.mahou-orq-canvas--mobile-portrait .mahou-orq-dashboard__filter-group--date{min-width:0;margin-left:0}.mahou-orq-canvas--mobile-landscape-tight .mahou-orq-dashboard__filter-group--view,.mahou-orq-canvas--mobile-landscape-tight .mahou-orq-dashboard__filter-secondary,.mahou-orq-canvas--mobile-landscape-tight .mahou-orq-date-filter__values,.mahou-orq-canvas--mobile-landscape-tight .mahou-orq-segmented,.mahou-orq-canvas--mobile-landscape .mahou-orq-dashboard__filter-group--view,.mahou-orq-canvas--mobile-landscape .mahou-orq-dashboard__filter-secondary,.mahou-orq-canvas--mobile-landscape .mahou-orq-date-filter__values,.mahou-orq-canvas--mobile-landscape .mahou-orq-segmented,.mahou-orq-canvas--mobile-portrait .mahou-orq-dashboard__filter-group--view,.mahou-orq-canvas--mobile-portrait .mahou-orq-dashboard__filter-secondary,.mahou-orq-canvas--mobile-portrait .mahou-orq-date-filter__values,.mahou-orq-canvas--mobile-portrait .mahou-orq-segmented{width:100%;min-width:0}.mahou-orq-canvas--mobile-landscape-tight .mahou-orq-dashboard__filter-secondary,.mahou-orq-canvas--mobile-landscape .mahou-orq-dashboard__filter-secondary,.mahou-orq-canvas--mobile-portrait .mahou-orq-dashboard__filter-secondary{flex-direction:column;align-items:stretch;margin-left:0}.mahou-orq-canvas--mobile-landscape-tight .mahou-orq-dashboard__filter-group--view:before,.mahou-orq-canvas--mobile-landscape .mahou-orq-dashboard__filter-group--view:before,.mahou-orq-canvas--mobile-portrait .mahou-orq-dashboard__filter-group--view:before{height:2px}.mahou-orq-canvas--mobile-landscape-tight .mahou-orq-date-filter__values,.mahou-orq-canvas--mobile-landscape .mahou-orq-date-filter__values,.mahou-orq-canvas--mobile-portrait .mahou-orq-date-filter__values{grid-template-columns:repeat(2,minmax(0,1fr))}.mahou-orq-canvas--mobile-landscape-tight .mahou-orq-date-filter__value,.mahou-orq-canvas--mobile-landscape .mahou-orq-date-filter__value,.mahou-orq-canvas--mobile-portrait .mahou-orq-date-filter__value{width:100%}.mahou-orq-canvas--compact-landscape .mahou-orq-card__header,.mahou-orq-canvas--mobile-landscape .mahou-orq-card__header,.mahou-orq-canvas--tablet-landscape .mahou-orq-card__header,.mahou-orq-canvas--tablet-portrait .mahou-orq-card__header{flex-direction:row;align-items:center;grid-gap:10px;gap:10px;padding:10px 12px 8px}.mahou-orq-canvas--compact-landscape .mahou-orq-card__title,.mahou-orq-canvas--tablet-landscape .mahou-orq-card__title,.mahou-orq-canvas--tablet-portrait .mahou-orq-card__title{font-size:13px}.mahou-orq-canvas--mobile-landscape-tight .mahou-orq-card__title,.mahou-orq-canvas--mobile-landscape .mahou-orq-card__title,.mahou-orq-canvas--mobile-portrait .mahou-orq-card__title{font-size:12px}.mahou-orq-canvas--compact-landscape .mahou-orq-card__metrics,.mahou-orq-canvas--mobile-landscape .mahou-orq-card__metrics,.mahou-orq-canvas--mobile-portrait .mahou-orq-card__metrics,.mahou-orq-canvas--tablet-landscape .mahou-orq-card__metrics,.mahou-orq-canvas--tablet-portrait .mahou-orq-card__metrics{width:auto;display:flex;grid-template-columns:none;justify-content:flex-end;grid-gap:8px;gap:8px}.mahou-orq-canvas--compact-landscape .mahou-orq-card__metrics--grouped,.mahou-orq-canvas--mobile-landscape .mahou-orq-card__metrics--grouped,.mahou-orq-canvas--mobile-portrait .mahou-orq-card__metrics--grouped,.mahou-orq-canvas--tablet-landscape .mahou-orq-card__metrics--grouped,.mahou-orq-canvas--tablet-portrait .mahou-orq-card__metrics--grouped{grid-gap:6px 16px;gap:6px 16px}.mahou-orq-canvas--mobile-landscape-tight .mahou-orq-card__header,.mahou-orq-canvas--mobile-portrait .mahou-orq-card__header{flex-direction:row;align-items:center;flex-wrap:wrap;grid-gap:8px;gap:8px;padding:10px 12px 8px}.mahou-orq-canvas--mobile-landscape-tight .mahou-orq-card__heading,.mahou-orq-canvas--mobile-portrait .mahou-orq-card__heading{width:100%}.mahou-orq-canvas--mobile-landscape-tight .mahou-orq-card__metrics,.mahou-orq-canvas--mobile-portrait .mahou-orq-card__metrics{flex:0 0 100%;width:100%;max-width:100%;display:flex;grid-template-columns:none;justify-content:flex-end;margin-left:0}.mahou-orq-canvas--mobile-landscape-tight .mahou-orq-card__metrics--grouped,.mahou-orq-canvas--mobile-portrait .mahou-orq-card__metrics--grouped{flex-wrap:wrap;grid-gap:5px 16px;gap:5px 16px}.mahou-orq-canvas--compact-landscape .mahou-orq-card__metrics-group,.mahou-orq-canvas--mobile-landscape-tight .mahou-orq-card__metrics-group,.mahou-orq-canvas--mobile-landscape .mahou-orq-card__metrics-group,.mahou-orq-canvas--mobile-portrait .mahou-orq-card__metrics-group,.mahou-orq-canvas--tablet-landscape .mahou-orq-card__metrics-group,.mahou-orq-canvas--tablet-portrait .mahou-orq-card__metrics-group{grid-gap:6px;gap:6px}.mahou-orq-canvas--compact-landscape .mahou-orq-card__metrics-group-items,.mahou-orq-canvas--mobile-landscape-tight .mahou-orq-card__metrics-group-items,.mahou-orq-canvas--mobile-landscape .mahou-orq-card__metrics-group-items,.mahou-orq-canvas--mobile-portrait .mahou-orq-card__metrics-group-items,.mahou-orq-canvas--tablet-landscape .mahou-orq-card__metrics-group-items,.mahou-orq-canvas--tablet-portrait .mahou-orq-card__metrics-group-items{grid-gap:7px;gap:7px}.mahou-orq-canvas--mobile-landscape-tight .mahou-orq-card__metrics-group+.mahou-orq-card__metrics-group,.mahou-orq-canvas--mobile-portrait .mahou-orq-card__metrics-group+.mahou-orq-card__metrics-group{padding-left:0;border-left:0}.mahou-orq-canvas--mobile-portrait .mahou-orq-card__header,.mahou-orq-canvas--tablet-portrait .mahou-orq-card__header{align-items:flex-start;flex-wrap:nowrap}.mahou-orq-canvas--mobile-portrait .mahou-orq-card__heading,.mahou-orq-canvas--tablet-portrait .mahou-orq-card__heading{flex:0 1 auto;width:auto}.mahou-orq-canvas--mobile-portrait .mahou-orq-card__metrics,.mahou-orq-canvas--tablet-portrait .mahou-orq-card__metrics{flex:1 1 auto;width:auto;max-width:none;margin-left:auto;padding-top:1px}.mahou-orq-canvas--mobile-portrait .mahou-orq-card__metrics--grouped,.mahou-orq-canvas--tablet-portrait .mahou-orq-card__metrics--grouped{justify-content:flex-end}.mahou-orq-canvas--mobile-portrait .mahou-orq-card--ocupacion-suelo .mahou-orq-card__title,.mahou-orq-canvas--tablet-portrait .mahou-orq-card--ocupacion-suelo .mahou-orq-card__title{line-height:1.18}.mahou-orq-canvas--mobile-portrait section[aria-labelledby=mahou-orq-section-stocks] .mahou-orq-section__header,.mahou-orq-canvas--tablet-portrait section[aria-labelledby=mahou-orq-section-stocks] .mahou-orq-section__header{display:grid;grid-template-columns:minmax(0,auto) minmax(0,1fr);align-items:start;grid-column-gap:16px;column-gap:16px}.mahou-orq-canvas--mobile-portrait section[aria-labelledby=mahou-orq-section-stocks] .mahou-orq-section__heading,.mahou-orq-canvas--tablet-portrait section[aria-labelledby=mahou-orq-section-stocks] .mahou-orq-section__heading{grid-column:1;grid-row:1}.mahou-orq-canvas--mobile-portrait section[aria-labelledby=mahou-orq-section-stocks] .mahou-orq-section__legend,.mahou-orq-canvas--tablet-portrait section[aria-labelledby=mahou-orq-section-stocks] .mahou-orq-section__legend{grid-column:2;grid-row:1;width:auto;justify-content:flex-end;align-self:end;margin-left:0;padding-top:0;padding-bottom:1px}.mahou-orq-canvas--compact-landscape .mahou-orq-card--ocupacion-suelo .mahou-orq-card__metrics--grouped{grid-gap:2px;gap:2px}.mahou-orq-canvas--compact-landscape .mahou-orq-card--ocupacion-suelo .mahou-orq-card__header{grid-gap:3px;gap:3px}.mahou-orq-canvas--compact-landscape .mahou-orq-card--ocupacion-suelo .mahou-orq-card__title{font-size:12px}.mahou-orq-canvas--compact-landscape .mahou-orq-card--ocupacion-suelo .mahou-orq-card__metrics-group{grid-gap:2px;gap:2px}.mahou-orq-canvas--compact-landscape .mahou-orq-card--ocupacion-suelo .mahou-orq-card__metrics-group+.mahou-orq-card__metrics-group{padding-left:3px}.mahou-orq-canvas--compact-landscape .mahou-orq-card--ocupacion-suelo .mahou-orq-card__metrics-group-items{grid-gap:3px;gap:3px}.mahou-orq-canvas--compact-landscape .mahou-orq-card--ocupacion-suelo .mahou-orq-chip{grid-gap:2px;gap:2px}.mahou-orq-canvas--compact-landscape .mahou-orq-card--ocupacion-suelo .mahou-orq-chip__label{font-size:6.5px;letter-spacing:.06em}.mahou-orq-canvas--compact-landscape .mahou-orq-card--ocupacion-suelo .mahou-orq-chip__value{font-size:9px}.mahou-orq-content--sidebar-open.mahou-orq-content--compact-landscape .mahou-orq-dashboard__filters,.mahou-orq-content--sidebar-open.mahou-orq-content--tablet-landscape .mahou-orq-dashboard__filters,.mahou-orq-content--sidebar-open.mahou-orq-content--tablet-portrait .mahou-orq-dashboard__filters{flex-wrap:wrap;align-items:flex-end;grid-gap:8px 16px;gap:8px 16px}.mahou-orq-content--sidebar-open.mahou-orq-content--compact-landscape .mahou-orq-dashboard__filter-group--view:before,.mahou-orq-content--sidebar-open.mahou-orq-content--tablet-landscape .mahou-orq-dashboard__filter-group--view:before,.mahou-orq-content--sidebar-open.mahou-orq-content--tablet-portrait .mahou-orq-dashboard__filter-group--view:before{display:block;height:9px}.mahou-orq-content--sidebar-open.mahou-orq-content--compact-landscape .mahou-orq-card--ocupacion-suelo,.mahou-orq-content--sidebar-open.mahou-orq-content--tablet-landscape .mahou-orq-card--ocupacion-suelo{--mahou-orq-card-chart-height:calc(var(--mahou-orq-card-chart-base-height) - 16px)!important}.mahou-orq-content--sidebar-open.mahou-orq-content--compact-landscape .mahou-orq-card--ocupacion-suelo .mahou-orq-card__header,.mahou-orq-content--sidebar-open.mahou-orq-content--tablet-landscape .mahou-orq-card--ocupacion-suelo .mahou-orq-card__header{align-items:flex-start;grid-gap:8px;gap:8px}.mahou-orq-content--sidebar-open.mahou-orq-content--compact-landscape .mahou-orq-card--ocupacion-suelo .mahou-orq-card__title,.mahou-orq-content--sidebar-open.mahou-orq-content--tablet-landscape .mahou-orq-card--ocupacion-suelo .mahou-orq-card__title{max-width:92px;line-height:1.18}.mahou-orq-content--sidebar-open.mahou-orq-content--compact-landscape .mahou-orq-card--ocupacion-suelo .mahou-orq-card__metrics,.mahou-orq-content--sidebar-open.mahou-orq-content--tablet-landscape .mahou-orq-card--ocupacion-suelo .mahou-orq-card__metrics{flex-wrap:wrap;align-items:flex-start;grid-gap:3px 16px;gap:3px 16px;white-space:normal}.mahou-orq-content--sidebar-open.mahou-orq-content--compact-landscape .mahou-orq-card--ocupacion-suelo .mahou-orq-card__metrics-group,.mahou-orq-content--sidebar-open.mahou-orq-content--tablet-landscape .mahou-orq-card--ocupacion-suelo .mahou-orq-card__metrics-group{flex:0 0 auto}.mahou-orq-content--sidebar-open.mahou-orq-content--compact-landscape .mahou-orq-card--ocupacion-suelo .mahou-orq-card__metrics-group+.mahou-orq-card__metrics-group,.mahou-orq-content--sidebar-open.mahou-orq-content--tablet-landscape .mahou-orq-card--ocupacion-suelo .mahou-orq-card__metrics-group+.mahou-orq-card__metrics-group{padding-left:0;border-left:0}.mahou-orq-content--sidebar-open.mahou-orq-content--compact-landscape .mahou-orq-card--ocupacion-suelo .mahou-orq-card__body,.mahou-orq-content--sidebar-open.mahou-orq-content--tablet-landscape .mahou-orq-card--ocupacion-suelo .mahou-orq-card__body{min-height:var(--mahou-orq-card-chart-height,0)!important}.mahou-orq-content--sidebar-open.mahou-orq-content--compact-landscape .mahou-orq-card--ocupacion-suelo .highcharts-container,.mahou-orq-content--sidebar-open.mahou-orq-content--compact-landscape .mahou-orq-card--ocupacion-suelo .highcharts-root,.mahou-orq-content--sidebar-open.mahou-orq-content--compact-landscape .mahou-orq-card--ocupacion-suelo .mahou-orq-card__chart,.mahou-orq-content--sidebar-open.mahou-orq-content--tablet-landscape .mahou-orq-card--ocupacion-suelo .highcharts-container,.mahou-orq-content--sidebar-open.mahou-orq-content--tablet-landscape .mahou-orq-card--ocupacion-suelo .highcharts-root,.mahou-orq-content--sidebar-open.mahou-orq-content--tablet-landscape .mahou-orq-card--ocupacion-suelo .mahou-orq-card__chart{height:var(--mahou-orq-card-chart-height,100%)!important}.mahou-orq-canvas--compact-landscape .mahou-orq-chip,.mahou-orq-canvas--mobile-landscape-tight .mahou-orq-chip,.mahou-orq-canvas--mobile-landscape .mahou-orq-chip,.mahou-orq-canvas--mobile-portrait .mahou-orq-chip,.mahou-orq-canvas--tablet-landscape .mahou-orq-chip,.mahou-orq-canvas--tablet-portrait .mahou-orq-chip{min-width:0;width:auto;padding:0}.mahou-orq-canvas--compact-landscape .mahou-orq-chip__label,.mahou-orq-canvas--tablet-landscape .mahou-orq-chip__label,.mahou-orq-canvas--tablet-portrait .mahou-orq-chip__label{font-size:8px}.mahou-orq-canvas--mobile-landscape-tight .mahou-orq-chip__label,.mahou-orq-canvas--mobile-landscape .mahou-orq-chip__label,.mahou-orq-canvas--mobile-portrait .mahou-orq-chip__label{font-size:7px}.mahou-orq-canvas--compact-landscape .mahou-orq-chip__value,.mahou-orq-canvas--tablet-landscape .mahou-orq-chip__value,.mahou-orq-canvas--tablet-portrait .mahou-orq-chip__value{font-size:11px}.mahou-orq-canvas--mobile-landscape-tight .mahou-orq-chip__value,.mahou-orq-canvas--mobile-landscape .mahou-orq-chip__value,.mahou-orq-canvas--mobile-portrait .mahou-orq-chip__value{font-size:10px}.mahou-orq-canvas--compact-landscape .mahou-orq-card__body,.mahou-orq-canvas--mobile-landscape-tight .mahou-orq-card__body,.mahou-orq-canvas--mobile-landscape .mahou-orq-card__body,.mahou-orq-canvas--mobile-portrait .mahou-orq-card__body,.mahou-orq-canvas--tablet-landscape .mahou-orq-card__body,.mahou-orq-canvas--tablet-portrait .mahou-orq-card__body{padding:6px 8px 2px}.mahou-orq-canvas--compact-landscape .mahou-orq-card__toolbar,.mahou-orq-canvas--mobile-landscape-tight .mahou-orq-card__toolbar,.mahou-orq-canvas--mobile-landscape .mahou-orq-card__toolbar,.mahou-orq-canvas--mobile-portrait .mahou-orq-card__toolbar,.mahou-orq-canvas--tablet-landscape .mahou-orq-card__toolbar,.mahou-orq-canvas--tablet-portrait .mahou-orq-card__toolbar{padding:6px 8px 0;min-height:30px}.mahou-orq-canvas--compact-landscape .mahou-orq-card__control .mahou-orq-multiselect__trigger,.mahou-orq-canvas--compact-landscape .mahou-orq-card__control .mahou-orq-section__dropdown,.mahou-orq-canvas--mobile-landscape-tight .mahou-orq-card__control .mahou-orq-multiselect__trigger,.mahou-orq-canvas--mobile-landscape-tight .mahou-orq-card__control .mahou-orq-section__dropdown,.mahou-orq-canvas--mobile-landscape .mahou-orq-card__control .mahou-orq-multiselect__trigger,.mahou-orq-canvas--mobile-landscape .mahou-orq-card__control .mahou-orq-section__dropdown,.mahou-orq-canvas--mobile-portrait .mahou-orq-card__control .mahou-orq-multiselect__trigger,.mahou-orq-canvas--mobile-portrait .mahou-orq-card__control .mahou-orq-section__dropdown,.mahou-orq-canvas--tablet-landscape .mahou-orq-card__control .mahou-orq-multiselect__trigger,.mahou-orq-canvas--tablet-landscape .mahou-orq-card__control .mahou-orq-section__dropdown,.mahou-orq-canvas--tablet-portrait .mahou-orq-card__control .mahou-orq-multiselect__trigger,.mahou-orq-canvas--tablet-portrait .mahou-orq-card__control .mahou-orq-section__dropdown{width:96px;height:24px;line-height:24px}.mahou-orq-canvas--compact-landscape .mahou-orq-card__control .mahou-orq-multiselect--entrada,.mahou-orq-canvas--compact-landscape .mahou-orq-card__control .mahou-orq-multiselect--entrada .mahou-orq-multiselect__menu,.mahou-orq-canvas--compact-landscape .mahou-orq-card__control .mahou-orq-multiselect--entrada .mahou-orq-multiselect__trigger,.mahou-orq-canvas--mobile-landscape-tight .mahou-orq-card__control .mahou-orq-multiselect--entrada,.mahou-orq-canvas--mobile-landscape-tight .mahou-orq-card__control .mahou-orq-multiselect--entrada .mahou-orq-multiselect__menu,.mahou-orq-canvas--mobile-landscape-tight .mahou-orq-card__control .mahou-orq-multiselect--entrada .mahou-orq-multiselect__trigger,.mahou-orq-canvas--mobile-landscape .mahou-orq-card__control .mahou-orq-multiselect--entrada,.mahou-orq-canvas--mobile-landscape .mahou-orq-card__control .mahou-orq-multiselect--entrada .mahou-orq-multiselect__menu,.mahou-orq-canvas--mobile-landscape .mahou-orq-card__control .mahou-orq-multiselect--entrada .mahou-orq-multiselect__trigger,.mahou-orq-canvas--mobile-portrait .mahou-orq-card__control .mahou-orq-multiselect--entrada,.mahou-orq-canvas--mobile-portrait .mahou-orq-card__control .mahou-orq-multiselect--entrada .mahou-orq-multiselect__menu,.mahou-orq-canvas--mobile-portrait .mahou-orq-card__control .mahou-orq-multiselect--entrada .mahou-orq-multiselect__trigger,.mahou-orq-canvas--tablet-landscape .mahou-orq-card__control .mahou-orq-multiselect--entrada,.mahou-orq-canvas--tablet-landscape .mahou-orq-card__control .mahou-orq-multiselect--entrada .mahou-orq-multiselect__menu,.mahou-orq-canvas--tablet-landscape .mahou-orq-card__control .mahou-orq-multiselect--entrada .mahou-orq-multiselect__trigger,.mahou-orq-canvas--tablet-portrait .mahou-orq-card__control .mahou-orq-multiselect--entrada,.mahou-orq-canvas--tablet-portrait .mahou-orq-card__control .mahou-orq-multiselect--entrada .mahou-orq-multiselect__menu,.mahou-orq-canvas--tablet-portrait .mahou-orq-card__control .mahou-orq-multiselect--entrada .mahou-orq-multiselect__trigger{width:148px}.mahou-orq-canvas--compact-landscape .mahou-orq-card--entradas,.mahou-orq-canvas--mobile-landscape-tight .mahou-orq-card--entradas,.mahou-orq-canvas--mobile-landscape .mahou-orq-card--entradas,.mahou-orq-canvas--mobile-portrait .mahou-orq-card--entradas,.mahou-orq-canvas--tablet-landscape .mahou-orq-card--entradas,.mahou-orq-canvas--tablet-portrait .mahou-orq-card--entradas{overflow:visible!important}.mahou-orq-canvas--compact-landscape .mahou-orq-card__control .mahou-orq-multiselect--entrada .mahou-orq-multiselect__menu,.mahou-orq-canvas--mobile-landscape-tight .mahou-orq-card__control .mahou-orq-multiselect--entrada .mahou-orq-multiselect__menu,.mahou-orq-canvas--mobile-landscape .mahou-orq-card__control .mahou-orq-multiselect--entrada .mahou-orq-multiselect__menu,.mahou-orq-canvas--mobile-portrait .mahou-orq-card__control .mahou-orq-multiselect--entrada .mahou-orq-multiselect__menu,.mahou-orq-canvas--tablet-landscape .mahou-orq-card__control .mahou-orq-multiselect--entrada .mahou-orq-multiselect__menu,.mahou-orq-canvas--tablet-portrait .mahou-orq-card__control .mahou-orq-multiselect--entrada .mahou-orq-multiselect__menu{max-height:none;overflow-y:visible}.mahou-orq-canvas--compact-landscape .mahou-orq-card--entradas,.mahou-orq-canvas--tablet-landscape .mahou-orq-card--entradas{--mahou-orq-card-toolbar-height:30px}.mahou-orq-canvas--mobile-landscape-tight .mahou-orq-card--entradas,.mahou-orq-canvas--mobile-landscape .mahou-orq-card--entradas,.mahou-orq-canvas--mobile-portrait .mahou-orq-card--entradas,.mahou-orq-canvas--tablet-portrait .mahou-orq-card--entradas{--mahou-orq-card-chart-height:var(--mahou-orq-card-chart-base-height)!important}.mahou-orq-canvas--mobile-landscape-tight .mahou-orq-dashboard,.mahou-orq-canvas--mobile-portrait .mahou-orq-dashboard{grid-gap:10px;gap:10px}.mahou-orq-canvas--mobile-landscape-tight .mahou-orq-section__cards,.mahou-orq-canvas--mobile-portrait .mahou-orq-section__cards{grid-gap:8px;gap:8px}.mahou-orq-content--mobile-landscape,.mahou-orq-content--mobile-landscape-tight,.mahou-orq-content--mobile-portrait{overflow-x:hidden;overflow-y:auto;padding-bottom:4px}.mahou-orq-canvas--mobile-landscape,.mahou-orq-canvas--mobile-landscape-tight,.mahou-orq-canvas--mobile-landscape-tight .mahou-orq-dashboard,.mahou-orq-canvas--mobile-landscape .mahou-orq-dashboard,.mahou-orq-canvas--mobile-portrait,.mahou-orq-canvas--mobile-portrait .mahou-orq-dashboard,.mahou-orq-content--mobile-landscape-tight .mahou-orq-content__viewport,.mahou-orq-content--mobile-landscape .mahou-orq-content__viewport,.mahou-orq-content--mobile-portrait .mahou-orq-content__viewport{height:auto;min-height:0}.mahou-orq-canvas--mobile-landscape-tight .mahou-orq-dashboard,.mahou-orq-canvas--mobile-landscape .mahou-orq-dashboard,.mahou-orq-canvas--mobile-portrait .mahou-orq-dashboard{width:100%;display:flex;flex-direction:column;grid-gap:16px;gap:16px;grid-template-columns:1fr;align-content:flex-start;padding-bottom:4px}.mahou-orq-canvas--mobile-landscape-tight .mahou-orq-section,.mahou-orq-canvas--mobile-landscape .mahou-orq-section,.mahou-orq-canvas--mobile-portrait .mahou-orq-section{display:flex;flex-direction:column;width:100%;grid-template-rows:auto auto}.mahou-orq-canvas--mobile-landscape-tight .mahou-orq-section__cards,.mahou-orq-canvas--mobile-landscape .mahou-orq-section__cards,.mahou-orq-canvas--mobile-portrait .mahou-orq-section__cards,.mahou-orq-canvas--stacked.mahou-orq-canvas--mobile-landscape-tight .mahou-orq-section__cards,.mahou-orq-canvas--stacked.mahou-orq-canvas--mobile-landscape .mahou-orq-section__cards,.mahou-orq-canvas--stacked.mahou-orq-canvas--mobile-portrait .mahou-orq-section__cards{display:flex;flex-direction:column;grid-gap:16px;gap:16px;grid-template-columns:1fr;grid-template-rows:none;grid-auto-rows:auto}.mahou-orq-canvas--mobile-landscape-tight .mahou-orq-card,.mahou-orq-canvas--mobile-landscape .mahou-orq-card,.mahou-orq-canvas--mobile-portrait .mahou-orq-card,.mahou-orq-canvas--stacked.mahou-orq-canvas--mobile-landscape-tight .mahou-orq-card:last-child,.mahou-orq-canvas--stacked.mahou-orq-canvas--mobile-landscape .mahou-orq-card:last-child,.mahou-orq-canvas--stacked.mahou-orq-canvas--mobile-portrait .mahou-orq-card:last-child{grid-column:1/-1;flex:0 0 auto;width:100%;min-height:184px}.mahou-orq-canvas--mobile-landscape-tight .mahou-orq-card__body,.mahou-orq-canvas--mobile-landscape .mahou-orq-card__body,.mahou-orq-canvas--mobile-portrait .mahou-orq-card__body{flex:0 0 auto;min-height:136px}.mahou-orq-content--mobile-portrait,.mahou-orq-content--tablet-portrait{overflow-x:hidden!important;overflow-y:auto!important;padding-bottom:4px!important}.mahou-orq-canvas--mobile-portrait,.mahou-orq-canvas--tablet-portrait,.mahou-orq-content--mobile-portrait .mahou-orq-content__viewport,.mahou-orq-content--tablet-portrait .mahou-orq-content__viewport{display:block!important;height:auto!important;min-height:0!important;overflow:visible!important}.mahou-orq-canvas--mobile-portrait .mahou-orq-dashboard,.mahou-orq-canvas--tablet-portrait .mahou-orq-dashboard{display:flex!important;flex-direction:column!important;width:100%!important;height:auto!important;min-height:0!important;grid-gap:14px!important;gap:14px!important;padding-bottom:4px!important}.mahou-orq-canvas--mobile-portrait .mahou-orq-section,.mahou-orq-canvas--tablet-portrait .mahou-orq-section{display:flex!important;flex:0 0 auto!important;flex-direction:column!important;width:100%!important;height:auto!important;min-height:0!important;grid-gap:16px!important;gap:16px!important;overflow:visible!important}.mahou-orq-canvas--mobile-portrait .mahou-orq-section__cards,.mahou-orq-canvas--stacked.mahou-orq-canvas--mobile-portrait .mahou-orq-section__cards,.mahou-orq-canvas--stacked.mahou-orq-canvas--tablet-portrait .mahou-orq-section__cards,.mahou-orq-canvas--tablet-portrait .mahou-orq-section__cards{display:flex!important;flex-direction:column!important;width:100%!important;height:auto!important;min-height:0!important;grid-gap:16px!important;gap:16px!important;overflow:visible!important}.mahou-orq-canvas--mobile-portrait .mahou-orq-card,.mahou-orq-canvas--stacked.mahou-orq-canvas--mobile-portrait .mahou-orq-card:last-child,.mahou-orq-canvas--stacked.mahou-orq-canvas--tablet-portrait .mahou-orq-card:last-child,.mahou-orq-canvas--tablet-portrait .mahou-orq-card{flex:0 0 auto!important;width:100%!important;height:auto!important;min-height:0!important;margin:0!important;grid-column:auto!important;overflow:hidden!important}.mahou-orq-canvas--mobile-portrait .mahou-orq-card--entradas,.mahou-orq-canvas--tablet-portrait .mahou-orq-card--entradas{overflow:visible!important}.mahou-orq-canvas--mobile-portrait .mahou-orq-card__body,.mahou-orq-canvas--tablet-portrait .mahou-orq-card__body{flex:0 0 auto!important;min-height:var(--mahou-orq-card-chart-height,0)!important;padding:6px 8px 8px!important}.mahou-orq-canvas--mobile-portrait .mahou-orq-card__chart,.mahou-orq-canvas--tablet-portrait .mahou-orq-card__chart{height:auto!important}.mahou-orq-canvas--mobile-portrait .mahou-orq-card__empty,.mahou-orq-canvas--tablet-portrait .mahou-orq-card__empty{min-height:var(--mahou-orq-card-chart-height,0)!important}.mahou-orq-content--placeholder{display:flex;align-items:stretch}.mahou-orq-placeholder{flex:1 1 auto;display:flex;align-items:center;justify-content:center;min-height:100%}.mahou-orq-placeholder__card{width:min(560px,100%);padding:28px 32px;border-radius:16px;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.03)}.mahou-orq-placeholder__eyebrow{display:inline-flex;margin-bottom:12px;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(216,212,210,.6)}.mahou-orq-placeholder__title{margin:0;font-size:28px;font-weight:700;color:#fff}.mahou-orq-placeholder__text{margin:14px 0 0;font-size:14px;line-height:1.6;color:rgba(216,212,210,.72)}.mahou-op-content{overflow-y:auto}.mahou-op-canvas{width:100%;min-height:100%;display:grid;grid-gap:12px;gap:12px;padding:10px 0 14px}.mahou-op-content--desktop .mahou-op-canvas{height:100%;min-height:0;grid-template-rows:auto auto minmax(0,1fr)}.mahou-op-dashboard__filters{width:100%;margin-bottom:-2px}.mahou-op-dashboard__filters .mahou-orq-dashboard__filter-inline{align-items:flex-start}.mahou-op-dashboard__filters .mahou-op-reference-filter{min-width:0}.mahou-op-reference-filter .mahou-orq-multiselect__menu{max-height:230px;overflow-y:auto}.mahou-op-indicators{display:grid;grid-gap:6px;gap:6px;overflow-x:auto;scrollbar-width:thin}.mahou-op-indicators--summary{grid-template-columns:repeat(5,minmax(0,1fr))}.mahou-op-indicators--embedded{grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px;padding-bottom:14px;overflow:visible}.mahou-op-indicator{height:46px;min-height:23px;padding:4px 8px;border-radius:8px;display:grid;align-content:center;grid-gap:3px;gap:3px;align-items:center;justify-content:center;text-align:center;white-space:normal}.mahou-op-indicator--embedded{height:40px;min-height:20px}.mahou-op-indicator--embedded,.mahou-op-indicator--embedded.app-btn--hover,.mahou-op-indicator--embedded.mahou-op-indicator--active,.mahou-op-indicator--embedded:hover{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08)}.mahou-op-indicator--static,.mahou-op-indicator--static.app-btn--hover,.mahou-op-indicator--static.mahou-op-indicator--active,.mahou-op-indicator--static:hover{background:var(--btn-primary-bg);border-color:var(--btn-primary-border);cursor:default;pointer-events:none}.mahou-op-indicator--active{border-color:var(--color-neutral-200);background:var(--btn-primary-active-bg)}.mahou-op-indicator__label{font-size:8px;font-weight:700;line-height:1;letter-spacing:.06em;text-transform:uppercase;color:rgba(216,212,210,.78)}.mahou-op-indicator__value{font-size:12px;font-weight:700;line-height:1;color:#fff}.mahou-op-summary-tile{--mahou-op-summary-accent:var(--color-status-error);--mahou-op-summary-accent-border:rgba(239,68,68,0.4);--mahou-op-summary-accent-bg:rgba(239,68,68,0.2);min-height:56px;padding:6px 12px;border:1px solid hsla(0,0%,100%,.08);border-radius:12px;display:grid;grid-template-columns:40px minmax(0,1fr) auto;grid-template-rows:40px;grid-column-gap:12px;column-gap:12px;align-items:center;overflow:hidden}.mahou-op-summary-tile,.mahou-op-summary-tile--caducadas{background:hsla(0,0%,100%,.035)}.mahou-op-summary-tile--riesgo-rotura{--mahou-op-summary-accent:#eab308;--mahou-op-summary-accent-border:#8a5f1a;--mahou-op-summary-accent-bg:rgba(70,56,40,0.8);background:hsla(0,0%,100%,.035)}.mahou-op-summary-tile--pedidos-rotura,.mahou-op-summary-tile--refs-rotura{--mahou-op-summary-accent:#f18f05;--mahou-op-summary-accent-border:#79360f;--mahou-op-summary-accent-bg:#2d1506;background:hsla(0,0%,100%,.035)}.mahou-op-summary-tile--obsoletas{--mahou-op-summary-accent:#d8d5d3;--mahou-op-summary-accent-border:#515461;--mahou-op-summary-accent-bg:#152236;background:hsla(0,0%,100%,.035)}.mahou-op-summary-tile__icon-shell{box-sizing:border-box;width:40px;height:40px;border:2px solid var(--mahou-op-summary-accent-border);border-radius:8px;display:inline-flex;align-items:center;justify-content:center}.mahou-op-summary-tile--caducadas .mahou-op-summary-tile__icon-shell,.mahou-op-summary-tile--obsoletas .mahou-op-summary-tile__icon-shell,.mahou-op-summary-tile--pedidos-rotura .mahou-op-summary-tile__icon-shell,.mahou-op-summary-tile--refs-rotura .mahou-op-summary-tile__icon-shell,.mahou-op-summary-tile--riesgo-rotura .mahou-op-summary-tile__icon-shell,.mahou-op-summary-tile__icon-shell{background:var(--mahou-op-summary-accent-bg);color:var(--mahou-op-summary-accent)}.mahou-op-summary-tile__icon{width:24px;height:24px;display:block;flex:0 0 auto;overflow:visible;color:inherit}.mahou-op-summary-tile__label{min-width:0;display:grid;align-content:center;grid-gap:0;gap:0;font-size:10px;font-weight:800;line-height:1.15;letter-spacing:.08em;text-transform:uppercase;color:#d8d4d2;overflow:hidden}.mahou-op-summary-tile__label span{min-width:0;overflow:hidden;text-overflow:clip;white-space:nowrap}.mahou-op-summary-tile--caducadas .mahou-op-summary-tile__label,.mahou-op-summary-tile--obsoletas .mahou-op-summary-tile__label,.mahou-op-summary-tile--pedidos-rotura .mahou-op-summary-tile__label,.mahou-op-summary-tile--refs-rotura .mahou-op-summary-tile__label,.mahou-op-summary-tile--riesgo-rotura .mahou-op-summary-tile__label{color:#d8d4d2}.mahou-op-summary-tile__value{min-width:0;font-size:32px;font-weight:900;line-height:.95;color:#fff;justify-self:end;align-self:center;text-align:right}.mahou-op-layout{flex:1 1 auto;min-height:0;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(360px,1fr);grid-gap:16px;gap:16px}.mahou-op-content--desktop .mahou-op-layout{height:100%;align-items:stretch;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:minmax(142px,.32fr) minmax(340px,1.38fr) minmax(190px,.5fr);grid-gap:16px;gap:16px}.mahou-op-layout__charts{min-width:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.mahou-op-content--desktop .mahou-op-layout__charts{display:contents}.mahou-op-layout__summary{min-width:0;display:grid}.mahou-op-content--desktop .mahou-op-layout__summary{height:100%;min-height:0;align-items:stretch;grid-column:3;grid-row:1/3}.mahou-op-content--desktop .mahou-op-layout__charts>.mahou-op-card,.mahou-op-content--desktop .mahou-op-layout__summary>.mahou-op-card{height:100%}.mahou-op-card--histograms-vertical{grid-row:span 2;grid-area:histograms}.mahou-op-content--desktop .mahou-op-card--histograms-vertical{grid-column:1;grid-row:1/4}.mahou-op-card--orders{grid-area:orders}.mahou-op-content--desktop .mahou-op-card--orders{grid-column:2;grid-row:2/4}.mahou-op-card__body--orders{display:grid;grid-template-rows:minmax(0,1fr);align-items:stretch;height:100%;min-height:0;overflow:hidden}.mahou-op-card--caducados{grid-area:caducados}.mahou-op-content--desktop .mahou-op-card--caducados{grid-column:2;grid-row:2}.mahou-op-content--desktop .mahou-op-card--caducados-tiles{grid-column:2;grid-row:1}.mahou-op-content--desktop .mahou-op-layout__summary{grid-row:1/4}.mahou-op-card__body--histograms-vertical{padding:10px 14px 0}.mahou-op-vertical-histograms{display:flex;flex-direction:column;height:100%;min-height:0}.mahou-op-vertical-histograms__panel{min-width:0;min-height:0;display:flex;flex-direction:column}.mahou-op-vertical-histograms__panel--primary{flex:1.28 1}.mahou-op-vertical-histograms__panel--secondary{flex:0.94 1;padding-top:8px;margin-top:0;border-top:1px solid hsla(0,0%,100%,.08)}.mahou-op-vertical-histograms__section-header{padding-bottom:10px}.mahou-op-vertical-histograms__section-title{margin:0;font-size:14px;font-weight:600;color:hsla(0,0%,100%,.92)}.mahou-op-card__chart-shell,.mahou-op-vertical-histograms__chart,.mahou-op-vertical-histograms__chart-shell,.mahou-op-vertical-histograms__stock,.mahou-op-vertical-histograms__stock-plot{flex:1 1 auto;min-height:0}.mahou-op-empty-chart{min-height:100%;border:1px solid hsla(0,0%,100%,.08);border-radius:8px;background:hsla(0,0%,100%,.03);text-transform:lowercase}.mahou-op-vertical-histograms__stock .mahou-op-card__legend--below-chart{padding-top:12px}@media (min-width:1040px) and (max-width:1180px){.mahou-orq-content--sidebar-collapsed.mahou-op-content--desktop .mahou-op-layout{height:auto;align-items:start;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto auto auto}.mahou-orq-content--sidebar-collapsed.mahou-op-content--desktop .mahou-op-layout__charts{display:contents}.mahou-orq-content--sidebar-collapsed.mahou-op-content--desktop .mahou-op-layout__summary{grid-column:2;grid-row:3;height:360px;min-height:360px}.mahou-orq-content--sidebar-collapsed.mahou-op-content--desktop .mahou-op-card--histograms-vertical{grid-column:1/-1;grid-row:1;height:auto;min-height:390px}.mahou-orq-content--sidebar-collapsed.mahou-op-content--desktop .mahou-op-card--orders{grid-column:1;grid-row:3;height:360px;min-height:360px}.mahou-orq-content--sidebar-collapsed.mahou-op-content--desktop .mahou-op-card--caducados-tiles{grid-column:1/-1;grid-row:2}.mahou-orq-content--sidebar-collapsed.mahou-op-content--desktop .mahou-op-card__body--histograms-vertical{height:auto;min-height:350px;padding:10px 14px 12px;overflow:visible}.mahou-orq-content--sidebar-collapsed.mahou-op-content--desktop .mahou-op-vertical-histograms{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px;height:auto;min-height:320px;overflow:visible}.mahou-orq-content--sidebar-collapsed.mahou-op-content--desktop .mahou-op-vertical-histograms__panel{min-width:0;min-height:0}.mahou-orq-content--sidebar-collapsed.mahou-op-content--desktop .mahou-op-vertical-histograms__panel--primary,.mahou-orq-content--sidebar-collapsed.mahou-op-content--desktop .mahou-op-vertical-histograms__panel--secondary{flex:none}.mahou-orq-content--sidebar-collapsed.mahou-op-content--desktop .mahou-op-vertical-histograms__panel--secondary{margin-top:0;padding-top:0;border-top:0}.mahou-orq-content--sidebar-collapsed.mahou-op-content--desktop .mahou-op-vertical-histograms__chart-shell,.mahou-orq-content--sidebar-collapsed.mahou-op-content--desktop .mahou-op-vertical-histograms__stock-plot{flex:none;height:286px!important;min-height:286px!important}.mahou-orq-content--sidebar-collapsed.mahou-op-content--desktop .mahou-op-vertical-histograms__chart,.mahou-orq-content--sidebar-collapsed.mahou-op-content--desktop .mahou-op-vertical-histograms__chart .highcharts-container,.mahou-orq-content--sidebar-collapsed.mahou-op-content--desktop .mahou-op-vertical-histograms__chart .highcharts-root{height:100%!important}}.mahou-op-card__body--caducados{display:flex;align-items:stretch;min-height:0;overflow:hidden;padding-top:12px;padding-bottom:12px}.mahou-op-card__body--caducados-tiles{display:flex;align-items:stretch;overflow:hidden;padding-top:8px;padding-bottom:8px}.mahou-op-expiry{width:100%;height:100%;min-height:0;display:grid;grid-template-columns:minmax(30px,.3fr) minmax(0,1fr) minmax(0,1fr);grid-template-rows:auto repeat(3,minmax(0,1fr));grid-column-gap:16px;column-gap:16px;grid-row-gap:clamp(6px,.9vh,10px);row-gap:clamp(6px,.9vh,10px);align-items:stretch}.mahou-op-expiry__heading{margin:0;min-width:0;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(216,212,210,.7)}.mahou-op-expiry__heading--days{padding-left:2px}.mahou-op-expiry__scale{min-height:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:end;grid-gap:8px;gap:8px;padding-bottom:8px;border-bottom:1px solid hsla(0,0%,100%,.08)}.mahou-op-expiry__scale--days{border-bottom-color:transparent}.mahou-op-expiry__scale-value{font-size:9px;font-weight:600;line-height:1;color:rgba(216,212,210,.5);font-feature-settings:tabular-nums lining-nums;font-variant-numeric:tabular-nums lining-nums}.mahou-op-expiry__scale-value:first-child{justify-self:start}.mahou-op-expiry__scale-value:last-child{justify-self:end}.mahou-op-expiry__cell,.mahou-op-expiry__day{min-width:0;min-height:0;display:flex;align-items:center;padding-top:clamp(16px,1vh,10px);border-top:1px solid hsla(0,0%,100%,.06)}.mahou-op-expiry__day{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(216,212,210,.62)}.mahou-op-expiry__cell{grid-gap:clamp(8px,1vw,10px);gap:clamp(8px,1vw,10px)}.mahou-op-expiry__plot{position:relative;flex:1 1 auto;min-width:0;height:12px;border-radius:999px;background:hsla(0,0%,100%,.08);background-image:linear-gradient(90deg,hsla(0,0%,100%,.12) 1px,transparent 0);background-size:25% 100%;background-repeat:repeat-x;overflow:hidden}.mahou-op-expiry__bar{display:block;height:100%;min-width:10px;border-radius:inherit}.mahou-op-expiry__bar--late,.mahou-op-expiry__bar--mid,.mahou-op-expiry__bar--near{background:#f18f05}.mahou-op-expiry__value{flex:0 0 auto;min-width:22px;text-align:right;font-size:12px;font-weight:700;line-height:1;color:#fff;font-feature-settings:tabular-nums lining-nums;font-variant-numeric:tabular-nums lining-nums}.mahou-op-expiry{display:flex;flex-direction:column;grid-gap:12px;gap:12px}.mahou-op-expiry--single{justify-content:center}.mahou-op-expiry__summary{width:100%;display:grid;grid-gap:14px;gap:14px}.mahou-op-expiry-tiles{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.mahou-op-expiry-tiles__item{min-width:0;min-height:72px;padding:8px;border-radius:8px;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.03);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.mahou-op-expiry-tiles__value{color:#fff;font-size:14px;font-weight:700;line-height:1;font-feature-settings:tabular-nums lining-nums;font-variant-numeric:tabular-nums lining-nums}.mahou-op-expiry-tiles__unit{margin-top:3px;color:rgba(216,212,210,.78);font-size:8px;font-weight:700;line-height:1;text-transform:uppercase;letter-spacing:.06em}.mahou-op-expiry-tiles__label{max-width:100%;height:20px;min-height:20px;margin-top:7px;padding:0 8px;font-size:8px;line-height:1;white-space:nowrap}.mahou-op-expiry__filters{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:10px;gap:10px;align-items:center;flex:0 0 auto}.mahou-op-expiry__chips{min-width:0;display:flex;flex-wrap:wrap;grid-gap:4px;gap:4px;align-items:center}.mahou-op-expiry__chip{min-width:0;display:inline-flex;align-items:center;justify-content:center;height:22px;padding:0 9px;box-sizing:border-box;border-radius:999px;border:1px solid rgba(216,212,210,.36);background:hsla(0,0%,100%,.03);color:rgba(216,212,210,.78);font:inherit;font-size:10px;font-weight:700;line-height:1;white-space:nowrap;cursor:pointer}.mahou-op-expiry__chip--active{background:rgba(216,212,210,.22);border-color:rgba(216,212,210,.72);color:#fff}@media (hover:hover) and (pointer:fine){.mahou-op-expiry__chip:focus-visible,.mahou-op-expiry__chip:hover{border-color:hsla(0,0%,100%,.34);background:hsla(0,0%,100%,.08);color:#fff}.mahou-op-expiry__chip--active:focus-visible,.mahou-op-expiry__chip--active:hover{border-color:rgba(216,212,210,.86);background:rgba(216,212,210,.3)}}.mahou-op-expiry__select{width:116px;height:26px}.mahou-op-reference-combobox{position:relative;z-index:30;width:148px;flex:0 0 auto}.mahou-op-reference-combobox__trigger{position:relative;display:inline-flex;align-items:center;width:100%;text-align:left;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.mahou-op-reference-combobox--open .mahou-op-reference-combobox__trigger,.mahou-op-reference-combobox__trigger:focus-visible,.mahou-op-reference-combobox__trigger:hover{border-color:hsla(0,0%,100%,.24);background-color:hsla(0,0%,100%,.09);color:#fff}.mahou-op-reference-combobox__trigger-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mahou-op-reference-combobox__chevron{position:absolute;top:50%;right:12px;width:8px;height:8px;border-right:2px solid hsla(0,0%,100%,.72);border-bottom:2px solid hsla(0,0%,100%,.72);transform:translateY(-62%) rotate(45deg);transition:transform .16s ease;pointer-events:none}.mahou-op-reference-combobox--open .mahou-op-reference-combobox__chevron{transform:translateY(-38%) rotate(225deg)}.mahou-op-reference-combobox__menu{position:absolute;top:calc(100% + 4px);right:0;width:100%;max-height:230px;overflow:hidden;border:1px solid hsla(0,0%,100%,.18);border-radius:8px;background:#0e1323;box-shadow:0 10px 22px rgba(0,0,0,.28)}.mahou-op-reference-combobox__search{position:relative;display:grid;grid-template-columns:14px minmax(0,1fr);grid-gap:6px;gap:6px;align-items:center;height:38px;padding:0 7px 0 9px;border-bottom:1px solid hsla(0,0%,100%,.14)}.mahou-op-reference-combobox__search--clearable{grid-template-columns:14px minmax(0,1fr) 18px}.mahou-op-reference-combobox__search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:hsla(0,0%,100%,.94);font:inherit;font-size:10px;font-weight:600}.mahou-op-reference-combobox__search input::placeholder{color:rgba(216,212,210,.68)}.mahou-op-reference-combobox__search-icon{position:relative;width:10px;height:10px;border:1.6px solid rgba(216,212,210,.62);border-radius:50%;justify-self:center}.mahou-op-reference-combobox__search-icon:after{content:"";position:absolute;right:-5px;bottom:-3px;width:6px;height:1.6px;border-radius:999px;background:rgba(216,212,210,.62);transform:rotate(45deg)}.mahou-op-reference-combobox__clear{width:18px;height:18px;padding:0;border:0;border-radius:50%;background:transparent;color:rgba(216,212,210,.72);cursor:pointer;position:relative;justify-self:center}.mahou-op-reference-combobox__clear:focus-visible,.mahou-op-reference-combobox__clear:hover{color:#fff;background:hsla(0,0%,100%,.08)}.mahou-op-reference-combobox__clear:after,.mahou-op-reference-combobox__clear:before{content:"";position:absolute;left:50%;top:50%;width:10px;height:2px;border-radius:999px;background:currentColor;transform-origin:center}.mahou-op-reference-combobox__clear:before{transform:translate(-50%,-50%) rotate(45deg)}.mahou-op-reference-combobox__clear:after{transform:translate(-50%,-50%) rotate(-45deg)}.mahou-op-reference-combobox__options{max-height:190px;overflow-y:auto;padding:8px 10px;scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.25) transparent}.mahou-op-reference-combobox__option{display:flex;align-items:center;grid-gap:9px;gap:9px;min-height:28px;color:hsla(0,0%,100%,.92);font-size:12px;font-weight:700;cursor:pointer;-webkit-user-select:none;user-select:none}.mahou-op-reference-combobox__option input{width:14px;height:14px;margin:0;accent-color:#1a5fb9}.mahou-op-reference-combobox__count{margin-bottom:8px;font-size:9px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;color:rgba(216,212,210,.72)}.mahou-op-reference-combobox__result{display:block;width:100%;min-height:28px;padding:0 6px;border:0;border-radius:6px;background:transparent;color:hsla(0,0%,100%,.94);font:inherit;font-size:13px;font-weight:600;text-align:left;cursor:pointer}.mahou-op-reference-combobox__result--selected{color:#fff;font-weight:800}@media (hover:hover) and (pointer:fine){.mahou-op-reference-combobox__option:hover{color:#fff;background:hsla(0,0%,100%,.06);border-radius:6px}.mahou-op-reference-combobox__result:focus-visible,.mahou-op-reference-combobox__result:hover{color:#fff;background:hsla(0,0%,100%,.08)}}.mahou-op-reference-combobox__empty{min-height:104px;display:grid;align-content:center;justify-items:center;text-align:center;padding:12px 8px}.mahou-op-reference-combobox__empty strong{max-width:148px;color:hsla(0,0%,100%,.94);font-size:12px;font-weight:700;line-height:1.08}.mahou-op-reference-combobox__empty span{margin-top:5px;color:rgba(216,212,210,.62);font-size:11px;font-weight:500;line-height:1.12}.mahou-op-expiry__list{flex:1 1 auto;min-height:0;overflow-y:auto;padding-right:8px;display:flex;flex-direction:column;grid-gap:10px;gap:10px}.mahou-op-expiry__tile{flex:0 0 128px;min-height:128px;padding:10px 12px;border-radius:6px;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.025);overflow:hidden}.mahou-op-expiry__reference{margin:0 0 8px;font-size:14px;font-weight:600;line-height:1;color:hsla(0,0%,100%,.9);font-feature-settings:tabular-nums lining-nums;font-variant-numeric:tabular-nums lining-nums}.mahou-op-expiry__metrics{display:grid;grid-gap:8px;gap:8px}.mahou-op-expiry__metric{min-width:0}.mahou-op-expiry__metric-head{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:8px;gap:8px;align-items:center;margin-bottom:4px}.mahou-op-expiry__metric-head span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600;line-height:1.15;color:rgba(216,212,210,.72)}.mahou-op-expiry__metric-head strong{font-size:12px;font-weight:700;line-height:1;color:hsla(0,0%,100%,.84);font-feature-settings:tabular-nums lining-nums;font-variant-numeric:tabular-nums lining-nums}.mahou-op-expiry__metric .mahou-op-expiry__plot{height:5px;background:hsla(0,0%,100%,.11);background-image:none}.mahou-op-expiry__bar--noOlSiCp{background:#cc6315}.mahou-op-expiry__bar--noOlNoCp{background:#df780d}.mahou-op-expiry__bar--caducada{background:#883038}.mahou-op-card,.mahou-op-card__body{min-height:0}.mahou-op-card__body{align-items:stretch}.mahou-op-card__body>*{width:100%;min-width:0}.mahou-op-card__header{height:40px;min-height:40px;align-items:center}.mahou-op-card__legend{display:flex;flex-wrap:wrap;justify-content:flex-end;grid-gap:10px;gap:10px;min-width:0}.mahou-op-card__legend--below-divider{padding:8px 14px 0}.mahou-op-card__legend--below-chart{padding-top:6px;justify-content:flex-end}.mahou-op-chart-with-bottom-legend{display:flex;flex-direction:column;height:100%;min-height:0}.mahou-op-chart-with-bottom-legend__chart{flex:1 1 auto;min-height:0}.mahou-op-stock-legend{display:flex;flex-wrap:nowrap;justify-content:flex-end;grid-gap:12px;gap:12px;width:100%;max-width:100%;min-width:0}.mahou-op-legend__item{display:inline-flex;align-items:center;grid-gap:6px;gap:6px;font-size:11px;color:rgba(216,212,210,.72)}.mahou-op-legend__item--stock-days{display:inline-flex;justify-content:flex-end;grid-gap:5px;gap:5px;font-size:clamp(8px,.65vw,9px);font-weight:400;line-height:1.2;letter-spacing:0;text-transform:none;white-space:nowrap}.mahou-op-legend__item--stock-days+.mahou-op-legend__item--stock-days{margin-top:0}.mahou-op-legend__dot{width:8px;height:8px;border-radius:999px;background:hsla(0,0%,100%,.4)}.mahou-op-legend__dot--stable{background:#7cc9d4}.mahou-op-legend__dot--sobrestock{background:#f97316}.mahou-op-legend__dot--danger-stock{background:#ef4444}.mahou-op-legend__dot--danger{background:#f97316}.mahou-op-legend__dot--warn{background:#ef4444}.mahou-op-legend__dot--info{background:#7cc9d4}.mahou-op-legend__label--danger,.mahou-op-legend__label--sobrestock,.mahou-op-legend__label--stable{color:#fff}.mahou-op-orders{--mahou-op-orders-columns:82px 94px 82px 58px 82px 58px;--mahou-op-orders-row-bg:#1a1e2f;--mahou-op-orders-head-bg:#121726;--mahou-op-orders-list-offset:18px;display:grid;grid-template-rows:minmax(0,1fr);grid-gap:0;gap:0;height:100%;min-height:0;overflow:hidden}.mahou-op-orders__head{z-index:8;display:grid;grid-template-columns:var(--mahou-op-orders-columns);grid-gap:10px;gap:10px;width:max-content;min-width:100%;box-sizing:border-box;padding:0 0 2px;background:#151928;box-shadow:0 -10px 0 #151928,0 14px 0 #151928}.mahou-op-orders__body{display:grid;align-content:start;grid-gap:6px;gap:6px;height:100%;max-height:100%;min-height:0;overflow-x:hidden;overflow-y:scroll;padding-right:4px;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.35) transparent}.mahou-op-orders__body::-webkit-scrollbar{width:8px;height:8px}.mahou-op-orders__body::-webkit-scrollbar-track{background:transparent}.mahou-op-orders__body::-webkit-scrollbar-thumb{border-radius:999px;background:hsla(0,0%,100%,.35)}.mahou-op-orders__empty,.mahou-opv2-reference-list__empty{min-height:100%}.mahou-op-orders__head+.mahou-op-orders__body{margin-top:var(--mahou-op-orders-list-offset)}.mahou-op-orders__head span{display:grid;min-height:26px;align-content:center;min-width:0;padding:0 8px;font-size:9px;font-weight:700;letter-spacing:.08em;line-height:1;text-transform:uppercase;color:rgba(216,212,210,.56);white-space:nowrap}.mahou-op-orders__row{display:grid;grid-template-columns:var(--mahou-op-orders-columns);grid-gap:10px;gap:10px;align-items:center;width:max-content;min-width:100%;box-sizing:border-box;padding:0;border-radius:10px;border:1px solid hsla(0,0%,100%,.08);background:var(--mahou-op-orders-row-bg)}.mahou-op-orders__cell{display:grid;grid-gap:2px;gap:2px;min-width:0;min-height:26px;align-content:center;padding:4px 8px}.mahou-op-orders__head span:first-child,.mahou-op-orders__row .mahou-op-orders__cell:first-child{position:sticky;left:0;z-index:1;background:var(--mahou-op-orders-head-bg);box-shadow:12px 0 14px rgba(13,17,29,.94)}.mahou-op-orders__row .mahou-op-orders__cell:first-child{align-self:stretch;z-index:1;background:var(--mahou-op-orders-row-bg);border-radius:9px 0 0 9px}.mahou-op-orders__cell--client strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mahou-op-orders__cell--metric{justify-items:start}.mahou-op-card--orders .mahou-op-orders__head span:last-child,.mahou-op-card--orders .mahou-op-orders__row .mahou-op-orders__cell:last-child{transform:none}.mahou-op-orders__row strong{font-size:12px;line-height:1.1;color:#fff}.mahou-op-orders__row span{font-size:10px;color:rgba(216,212,210,.62)}.mahou-op-status{display:inline-flex;align-items:center;justify-content:center;height:24px;padding:0 10px;border-radius:999px;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border:1px solid transparent}.mahou-op-status--caducado{color:#f6cfb6;background:#422430;border-color:#883038}.mahou-op-status--no-ol-no-cp{color:#ffc66b;background:rgba(204,99,21,.3);border-color:#df780d}.mahou-op-status--no-ol-si-cp{color:#f18f05;background:rgba(73,33,9,.5);border-color:#cc6315}.mahou-op-status--rotura{color:#f18f05;background:#2d1506;border-color:#79360f}.mahou-op-status--critico,.mahou-op-status--peligro,.mahou-op-status--peligro-rotura{color:#eab308;background:rgba(70,56,40,.8);border-color:#8a5f1a}.mahou-op-status--sobrestock{color:#d3f0f6;background:rgba(90,169,229,.14);border-color:rgba(90,169,229,.3)}.mahou-op-status--obsoleto{color:#d8d5d3;background:#152236;border-color:#515461}.mahou-op-status--estable{color:#dff5e1;background:rgba(76,175,80,.14);border-color:rgba(76,175,80,.32)}.mahou-op-expiry-tiles__label.mahou-op-status{height:20px;min-height:20px;padding:0 8px;font-size:8px;line-height:1;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.mahou-op-summary{height:100%;display:grid;grid-template-columns:minmax(0,1fr);grid-gap:14px;gap:14px}.mahou-op-summary__table-wrap{min-width:0;overflow:auto;padding-right:4px}.mahou-op-summary__table{width:100%;border-collapse:collapse;font-size:12px}.mahou-op-summary__table thead{position:sticky;top:0;z-index:8;background:#151928;box-shadow:0 8px 0 #151928}.mahou-op-summary__table th{position:sticky;top:0;z-index:8;padding:0 0 10px;text-align:center;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;background:#151928;color:rgba(216,212,210,.54)}.mahou-op-summary__table td{padding:10px 0;border-top:1px solid hsla(0,0%,100%,.06);color:hsla(0,0%,100%,.88);vertical-align:middle}.mahou-op-summary__table tbody td:first-child,.mahou-op-summary__table tbody td:last-child,.mahou-op-summary__table tbody td:nth-child(-n+4){text-align:center}.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-vertical-histograms__stock .mahou-op-stock-legend{justify-content:center}.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--orders{--mahou-op-orders-columns:minmax(58px,0.9fr) minmax(76px,1.08fr) minmax(76px,1.02fr) minmax(46px,0.66fr) minmax(68px,0.9fr) minmax(48px,0.7fr);--mahou-opv2-orders-scrollbar-space:8px;--mahou-op-orders-list-offset:0px}.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--orders .mahou-op-orders{width:100%;min-width:0;overflow:hidden;padding-right:0}.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--orders .mahou-op-orders__body{overflow-x:hidden;overflow-y:scroll;padding-right:var(--mahou-opv2-orders-scrollbar-space);scrollbar-color:hsla(0,0%,100%,.35) transparent}.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--orders .mahou-op-orders__head,.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--orders .mahou-op-orders__row{width:max-content;min-width:max-content;grid-gap:8px;gap:8px}.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--orders .mahou-op-orders__head{padding:0 0 8px;box-shadow:0 -12px 0 #151928,0 8px 0 #151928}.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--orders .mahou-op-orders__body::-webkit-scrollbar{width:8px}.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--orders .mahou-op-orders__body::-webkit-scrollbar-track{background:transparent}.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--orders .mahou-op-orders__body::-webkit-scrollbar-thumb{border-radius:999px;background:hsla(0,0%,100%,.35)}.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--orders .mahou-op-orders__head span{min-height:26px;align-content:center}.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--orders .mahou-op-orders__head+.mahou-op-orders__body{margin-top:0}.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--orders .mahou-op-orders__head span:first-child,.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--orders .mahou-op-orders__row .mahou-op-orders__cell:first-child{position:sticky;left:0}.mahou-op-card--summary-references .mahou-opv2-reference-list,.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--orders .mahou-op-orders{display:grid;grid-template-rows:auto minmax(0,1fr);grid-gap:0;gap:0;height:100%;min-height:0;overflow:hidden}.mahou-op-card--summary-references .mahou-opv2-reference-list__head{padding:0 8px 2px 0}.mahou-op-card--summary-references .mahou-opv2-reference-list__body,.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--orders .mahou-op-orders__body{grid-gap:6px;gap:6px;overflow-x:hidden;overflow-y:scroll;padding-right:8px;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.35) transparent}.mahou-op-card--summary-references .mahou-opv2-reference-list__head>span,.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--orders .mahou-op-orders__head span{min-height:26px;align-content:center}.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--summary .mahou-op-summary__table-wrap{overflow-x:hidden;overflow-y:auto;padding-right:8px}.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--summary .mahou-op-summary__table{width:100%;min-width:100%;table-layout:fixed}.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--summary .mahou-op-summary__table td,.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--summary .mahou-op-summary__table th{box-sizing:border-box;overflow:hidden;text-align:left;text-overflow:ellipsis}.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--summary .mahou-op-summary__table th{padding:0 6px 10px;font-size:9px;letter-spacing:.06em;white-space:nowrap}.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--summary .mahou-op-summary__table td{padding-right:6px;padding-left:6px}.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--summary .mahou-op-summary__table tbody td:first-child,.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--summary .mahou-op-summary__table tbody td:last-child,.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--summary .mahou-op-summary__table tbody td:nth-child(-n+4){text-align:left}.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--summary .mahou-op-summary__table td:first-child,.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--summary .mahou-op-summary__table th:first-child{width:20%}.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--summary .mahou-op-summary__table td:nth-child(2),.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--summary .mahou-op-summary__table th:nth-child(2){width:13%}.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--summary .mahou-op-summary__table td:nth-child(3),.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--summary .mahou-op-summary__table th:nth-child(3){width:25%}.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--summary .mahou-op-summary__table td:nth-child(4),.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--summary .mahou-op-summary__table th:nth-child(4){width:18%}.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--summary .mahou-op-summary__table td:nth-child(5),.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--summary .mahou-op-summary__table th:nth-child(5){width:24%}.mahou-op-card--summary-references{--mahou-op-references-columns:minmax(84px,0.7fr) minmax(148px,0.9fr) minmax(164px,1.4fr);--mahou-opv2-orders-scrollbar-space:8px;--mahou-opv2-orders-list-offset:0px}.mahou-op-card--summary-references .mahou-op-card__body{display:grid;grid-template-rows:minmax(0,1fr);grid-gap:0;gap:0;align-items:stretch}.mahou-op-card--summary-references .mahou-op-summary{min-height:0}.mahou-op-card--summary-references .mahou-opv2-reference-list{padding-right:8px}.mahou-op-card--summary-references .mahou-opv2-reference-list__head{box-shadow:0 -10px 0 #151928}.mahou-op-card--summary-references .mahou-opv2-reference-list__head>span{min-height:26px}.mahou-op-card--summary-references .mahou-op-status{height:20px;padding:0 8px;font-size:8px;max-width:100%;text-transform:uppercase;white-space:nowrap}.mahou-op-summary__aside{display:grid;align-content:start;grid-gap:14px;gap:14px}.mahou-op-callout{padding:14px;border-radius:12px;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.04)}.mahou-op-callout__label{display:block;margin-bottom:6px;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(216,212,210,.56)}.mahou-op-callout__value{font-size:20px;color:#fff;text-transform:capitalize}.mahou-op-notes{margin:0;padding-left:18px;display:grid;grid-gap:10px;gap:10px;font-size:12px;line-height:1.5;color:rgba(216,212,210,.72)}.mahou-op-content--tablet .mahou-op-layout{grid-template-columns:1fr}.mahou-op-content--tablet .mahou-op-layout__charts{grid-template-columns:1fr;grid-template-areas:none;grid-template-rows:auto}.mahou-op-content--tablet .mahou-op-indicators--summary{grid-template-columns:repeat(3,minmax(0,1fr))}.mahou-op-content--tablet .mahou-op-card--caducados,.mahou-op-content--tablet .mahou-op-card--caducados-tiles,.mahou-op-content--tablet .mahou-op-card--histograms-vertical,.mahou-op-content--tablet .mahou-op-card--orders,.mahou-op-content--tablet .mahou-op-card--summary{grid-area:auto}.mahou-op-content--tablet .mahou-op-card--histograms-vertical{grid-row:auto;min-height:720px;height:auto}.mahou-op-content--tablet .mahou-op-card__body--histograms-vertical{height:auto;min-height:680px;overflow:visible;padding-bottom:14px}.mahou-op-content--tablet .mahou-op-vertical-histograms{height:auto;min-height:650px;overflow:visible}.mahou-op-content--tablet .mahou-op-vertical-histograms__panel{flex:0 0 auto;min-height:0}.mahou-op-content--tablet .mahou-op-vertical-histograms__chart-shell{flex:0 0 330px!important;height:330px!important;min-height:330px!important}.mahou-op-content--tablet .mahou-op-vertical-histograms__stock{flex:0 0 auto;height:auto;min-height:0}.mahou-op-content--tablet .mahou-op-vertical-histograms__stock-plot{flex:0 0 270px!important;height:270px!important;min-height:270px!important}.mahou-op-content--tablet .mahou-op-vertical-histograms__chart,.mahou-op-content--tablet .mahou-op-vertical-histograms__chart .highcharts-container,.mahou-op-content--tablet .mahou-op-vertical-histograms__chart .highcharts-root{height:100%!important}.mahou-op-content--stacked .mahou-op-card--caducados-tiles,.mahou-op-content--tablet .mahou-op-card--caducados-tiles{order:2}.mahou-op-content--stacked .mahou-op-card--orders,.mahou-op-content--tablet .mahou-op-card--orders{order:3}.mahou-op-content--stacked .mahou-op-orders,.mahou-op-content--tablet .mahou-op-orders{max-height:360px}.mahou-op-content--tablet .mahou-op-card__body--caducados{height:auto;max-height:536px}.mahou-op-content--tablet .mahou-op-expiry__filters{grid-template-columns:minmax(0,1fr) auto;align-items:center}.mahou-op-content--tablet .mahou-op-expiry__chips{display:flex;flex-wrap:wrap}.mahou-op-content--tablet .mahou-op-reference-combobox{width:148px}.mahou-op-content--tablet .mahou-op-expiry__list{flex:0 1 auto;max-height:408px}.mahou-op-content--stacked .mahou-op-canvas{grid-gap:14px;gap:14px}.mahou-op-content--stacked .mahou-op-dashboard__filters,.mahou-op-content--stacked .mahou-orq-dashboard__filter-group--reference,.mahou-op-content--stacked .mahou-orq-dashboard__filter-inline{width:100%;max-width:none;min-width:0;box-sizing:border-box}.mahou-op-content--stacked .mahou-op-dashboard__filters{padding-right:0;padding-left:0}.mahou-op-content--stacked .mahou-orq-dashboard__filter-inline{align-items:flex-start;transform:none}.mahou-op-content--stacked .mahou-orq-dashboard__filter-inline .mahou-op-reference-filter{flex:1 1 auto;width:auto;min-width:0}.mahou-op-content--stacked .mahou-orq-dashboard__filter-inline .mahou-op-reference-filter .mahou-orq-multiselect__menu,.mahou-op-content--stacked .mahou-orq-dashboard__filter-inline .mahou-op-reference-filter .mahou-orq-multiselect__trigger{width:100%;min-width:0}.mahou-op-content--stacked .mahou-orq-dashboard__filter-group--reference .mahou-orq-dashboard__clear-btn{flex:0 0 30px;transform:none}.mahou-op-content--stacked .mahou-op-layout{grid-template-columns:1fr}.mahou-op-content--stacked .mahou-op-layout__charts{grid-template-columns:1fr;grid-template-areas:none;grid-template-rows:auto}.mahou-op-content--stacked .mahou-op-indicators--embedded,.mahou-op-content--stacked .mahou-op-indicators--summary{grid-template-columns:repeat(3,minmax(0,1fr))}.mahou-op-content--stacked .mahou-op-indicators--summary{grid-template-columns:repeat(2,minmax(0,1fr))}.mahou-op-content--stacked .mahou-op-indicators--summary .mahou-op-summary-tile:first-child{grid-column:1/-1}.mahou-op-content--stacked .mahou-op-indicators--summary .mahou-op-summary-tile__value{font-size:16px}.mahou-op-content--stacked .mahou-op-card--caducados,.mahou-op-content--stacked .mahou-op-card--caducados-tiles,.mahou-op-content--stacked .mahou-op-card--histograms-vertical,.mahou-op-content--stacked .mahou-op-card--orders,.mahou-op-content--stacked .mahou-op-card--summary{grid-area:auto}.mahou-op-content--stacked .mahou-op-card--histograms-vertical{grid-row:auto;min-height:720px;height:auto}.mahou-op-content--stacked .mahou-op-card__body--histograms-vertical{height:auto;min-height:680px;overflow:visible;padding-bottom:14px}.mahou-op-content--stacked .mahou-op-vertical-histograms{height:auto;min-height:650px;overflow:visible}.mahou-op-content--stacked .mahou-op-vertical-histograms__panel{flex:0 0 auto;min-height:0}.mahou-op-content--stacked .mahou-op-vertical-histograms__chart-shell{flex:0 0 330px!important;height:330px!important;min-height:330px!important}.mahou-op-content--stacked .mahou-op-vertical-histograms__stock{flex:0 0 auto;height:auto;min-height:0}.mahou-op-content--stacked .mahou-op-vertical-histograms__stock-plot{flex:0 0 270px!important;height:270px!important;min-height:270px!important}.mahou-op-content--stacked .mahou-op-vertical-histograms__chart,.mahou-op-content--stacked .mahou-op-vertical-histograms__chart .highcharts-container,.mahou-op-content--stacked .mahou-op-vertical-histograms__chart .highcharts-root{height:100%!important}.mahou-op-content--stacked .mahou-op-card--orders,.mahou-op-content--stacked .mahou-op-card--summary-references,.mahou-op-content--tablet .mahou-op-card--orders,.mahou-op-content--tablet .mahou-op-card--summary-references{height:400px;min-height:400px;overflow:hidden}.mahou-op-content--stacked .mahou-op-card--orders .mahou-op-card__body,.mahou-op-content--stacked .mahou-op-card--summary-references .mahou-op-card__body,.mahou-op-content--tablet .mahou-op-card--orders .mahou-op-card__body,.mahou-op-content--tablet .mahou-op-card--summary-references .mahou-op-card__body{display:grid;grid-template-rows:minmax(0,1fr);flex:1 1 auto!important;min-height:0;overflow:hidden}.mahou-op-content--stacked .mahou-op-card--summary-references .mahou-op-card__body,.mahou-op-content--tablet .mahou-op-card--summary-references .mahou-op-card__body{height:100%!important}.mahou-op-content--stacked .mahou-op-card--orders .mahou-op-card__body,.mahou-op-content--tablet .mahou-op-card--orders .mahou-op-card__body{height:auto!important;flex:1 1!important}.mahou-op-content--stacked .mahou-op-card--orders .mahou-op-orders,.mahou-op-content--stacked .mahou-op-card--summary-references .mahou-opv2-reference-list,.mahou-op-content--tablet .mahou-op-card--orders .mahou-op-orders,.mahou-op-content--tablet .mahou-op-card--summary-references .mahou-opv2-reference-list{height:100%;max-height:none;min-height:0}.mahou-op-content--stacked .mahou-op-card--orders .mahou-op-orders,.mahou-op-content--tablet .mahou-op-card--orders .mahou-op-orders{--mahou-op-orders-columns:92px 124px 116px 72px 104px 72px;--mahou-op-orders-list-offset:0px;width:100%;min-width:0;overflow:hidden;padding-right:0}.mahou-op-content--stacked .mahou-op-card--orders .mahou-op-orders__head,.mahou-op-content--stacked .mahou-op-card--orders .mahou-op-orders__row,.mahou-op-content--tablet .mahou-op-card--orders .mahou-op-orders__head,.mahou-op-content--tablet .mahou-op-card--orders .mahou-op-orders__row{width:max-content;min-width:100%;max-width:none;grid-gap:0;gap:0}.mahou-op-content--stacked .mahou-op-card--orders .mahou-op-orders__head:after,.mahou-op-content--stacked .mahou-op-card--orders .mahou-op-orders__row:after,.mahou-op-content--tablet .mahou-op-card--orders .mahou-op-orders__head:after,.mahou-op-content--tablet .mahou-op-card--orders .mahou-op-orders__row:after{content:none;width:0}.mahou-op-content--stacked .mahou-op-card--orders .mahou-op-orders__head,.mahou-op-content--tablet .mahou-op-card--orders .mahou-op-orders__head{padding:0 10px 0 0}.mahou-op-content--stacked .mahou-op-card--orders .mahou-op-orders__head span,.mahou-op-content--tablet .mahou-op-card--orders .mahou-op-orders__head span{min-height:24px;padding-top:3px;padding-bottom:3px}.mahou-op-content--stacked .mahou-op-card--orders .mahou-op-orders__body,.mahou-op-content--tablet .mahou-op-card--orders .mahou-op-orders__body{max-width:none;min-height:0;overflow-x:visible;overflow-y:visible;padding-right:10px}.mahou-op-content--stacked .mahou-op-card--orders .mahou-op-orders__body::-webkit-scrollbar,.mahou-op-content--tablet .mahou-op-card--orders .mahou-op-orders__body::-webkit-scrollbar{width:8px}.mahou-op-content--stacked .mahou-op-card--orders .mahou-op-orders__body::-webkit-scrollbar-thumb,.mahou-op-content--tablet .mahou-op-card--orders .mahou-op-orders__body::-webkit-scrollbar-thumb{border:0;border-radius:999px;background:hsla(0,0%,100%,.35)}.mahou-op-content--stacked .mahou-op-card--orders .mahou-op-orders__body::-webkit-scrollbar-track,.mahou-op-content--tablet .mahou-op-card--orders .mahou-op-orders__body::-webkit-scrollbar-track{background:transparent}.mahou-op-content--stacked .mahou-op-card--orders .mahou-op-orders__body::-webkit-scrollbar-button,.mahou-op-content--tablet .mahou-op-card--orders .mahou-op-orders__body::-webkit-scrollbar-button{display:block;width:8px;height:8px;background:hsla(0,0%,100%,.16)}.mahou-op-content--stacked .mahou-op-card--orders .mahou-op-orders__head span:nth-child(2),.mahou-op-content--stacked .mahou-op-card--orders .mahou-op-orders__row .mahou-op-orders__cell:nth-child(2),.mahou-op-content--tablet .mahou-op-card--orders .mahou-op-orders__head span:nth-child(2),.mahou-op-content--tablet .mahou-op-card--orders .mahou-op-orders__row .mahou-op-orders__cell:nth-child(2){padding-left:20px}.mahou-op-content--stacked .mahou-op-summary{grid-template-columns:1fr}.mahou-op-content--stacked .mahou-op-card__header{flex-direction:column;grid-gap:10px;gap:10px}.mahou-op-content--stacked .mahou-op-card__body--caducados{height:auto;max-height:536px;padding-bottom:12px}.mahou-op-content--stacked .mahou-op-expiry__filters{grid-template-columns:minmax(0,1fr);grid-gap:8px;gap:8px}.mahou-op-content--stacked .mahou-op-expiry__chips{display:flex;flex-wrap:wrap;grid-gap:4px;gap:4px}.mahou-op-content--stacked .mahou-op-expiry__chip{width:auto;flex:0 0 auto;padding:0 8px;justify-content:center;overflow:hidden;text-overflow:ellipsis}.mahou-op-content--stacked .mahou-op-reference-combobox,.mahou-op-content--stacked .mahou-op-reference-combobox__trigger{width:100%}.mahou-op-content--stacked .mahou-op-expiry__list{flex:0 0 auto;max-height:408px}.mahou-op-content--stacked .mahou-op-stock-legend{text-align:left}.mahou-op-content--stacked .mahou-op-legend__item--stock-days{justify-content:flex-start}@media (min-width:700px){.mahou-op-content--stacked .mahou-op-expiry__filters{grid-template-columns:minmax(0,1fr) auto;align-items:center}.mahou-op-content--stacked .mahou-op-reference-combobox{width:148px}.mahou-op-content--stacked .mahou-orq-dashboard__filter-inline .mahou-op-reference-filter{flex:1 1 auto;width:auto;min-width:0}}@media (max-width:860px){.mahou-op-orders{--mahou-op-orders-columns:76px 92px 78px 54px 78px 54px}.mahou-op-orders__body{overflow-x:auto;overflow-y:scroll;padding-right:12px;padding-bottom:8px}.mahou-op-orders__head,.mahou-op-orders__row{grid-gap:8px;gap:8px}.mahou-op-orders__head:after,.mahou-op-orders__row:after{content:"";width:12px}.mahou-op-expiry{grid-template-columns:minmax(70px,.64fr) minmax(0,1fr) minmax(0,1fr);grid-column-gap:16px;column-gap:16px;grid-row-gap:8px;row-gap:8px}.mahou-op-expiry__heading{font-size:10px}.mahou-op-expiry__scale{grid-gap:6px;gap:6px;padding-bottom:6px}.mahou-op-expiry__day,.mahou-op-expiry__scale-value{font-size:9px}.mahou-op-expiry__cell{grid-gap:8px;gap:8px}.mahou-op-expiry__value{min-width:18px;font-size:11px}.mahou-op-indicators--embedded,.mahou-op-indicators--summary{grid-template-columns:repeat(3,minmax(0,1fr))}.mahou-op-card__legend{justify-content:flex-start}.mahou-op-card__legend--below-divider{padding:8px 12px 0}.mahou-op-card__legend--below-chart{justify-content:flex-end}.mahou-op-stock-legend{grid-gap:8px;gap:8px}.mahou-op-legend__item--stock-days{justify-content:flex-end}}@media (max-width:760px){.mahou-op-content--stacked .mahou-op-dashboard__filters{box-sizing:border-box;width:100%;max-width:100%;margin-right:0;margin-left:0;padding-right:10px;padding-left:10px}.mahou-op-content--stacked .mahou-orq-dashboard__filter-group--reference,.mahou-op-content--stacked .mahou-orq-dashboard__filter-inline{width:100%;max-width:none}.mahou-op-content--stacked .mahou-orq-dashboard__filter-label{padding-left:0}.mahou-op-content--stacked .mahou-orq-dashboard__filter-inline .mahou-op-reference-filter{flex:1 1 auto;width:auto;max-width:none}.mahou-op-content--stacked .mahou-op-reference-filter .mahou-orq-multiselect__menu{max-height:min(58vh,360px);padding:8px}.mahou-op-content--stacked .mahou-op-reference-filter .mahou-orq-multiselect__option{min-height:44px;grid-gap:12px;gap:12px;padding:0 10px;font-size:13px}.mahou-op-content--stacked .mahou-op-reference-filter .mahou-orq-multiselect__option input{width:18px;height:18px;flex:0 0 auto}.mahou-op-content--stacked .mahou-op-indicators--summary{grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.mahou-op-content--stacked .mahou-op-indicators--summary .mahou-op-summary-tile:first-child{grid-column:1/-1}.mahou-op-content--stacked .mahou-op-summary-tile{min-height:52px;padding:5px 8px;grid-template-columns:34px minmax(0,1fr) auto;grid-template-rows:34px;grid-column-gap:8px;column-gap:8px}.mahou-op-content--stacked .mahou-op-summary-tile__icon-shell{width:34px;height:34px;border-radius:7px}.mahou-op-content--stacked .mahou-op-summary-tile__icon{width:21px;height:21px}.mahou-op-content--stacked .mahou-op-summary-tile__label{font-size:11px;line-height:1.06;letter-spacing:.025em}.mahou-op-content--stacked .mahou-op-summary-tile__label span{overflow:visible;text-overflow:clip;white-space:normal}.mahou-op-content--stacked .mahou-op-indicators--summary .mahou-op-summary-tile__value{font-size:18px}.mahou-op-content--stacked .mahou-op-card__body--histograms-vertical{min-height:660px!important}.mahou-op-content--stacked .mahou-op-vertical-histograms__chart-shell{flex:0 0 330px;height:330px;min-height:330px}.mahou-op-content--stacked .mahou-op-vertical-histograms__stock-plot{flex:0 0 254px;height:254px;min-height:254px}.mahou-op-content--stacked .mahou-op-vertical-histograms__chart,.mahou-op-content--stacked .mahou-op-vertical-histograms__chart .highcharts-container,.mahou-op-content--stacked .mahou-op-vertical-histograms__chart .highcharts-root{height:100%!important}.mahou-op-content--stacked .mahou-op-card--orders{height:360px;min-height:360px}.mahou-op-content--stacked .mahou-op-card--orders .mahou-op-orders{--mahou-op-orders-columns:92px 124px 116px 72px 104px 72px;overflow:hidden;padding-right:0}.mahou-op-content--stacked .mahou-op-card--orders .mahou-op-orders__head,.mahou-op-content--stacked .mahou-op-card--orders .mahou-op-orders__row{width:max-content;min-width:100%;max-width:none;grid-gap:0;gap:0}.mahou-op-content--stacked .mahou-op-card--orders .mahou-op-orders__body{width:max-content;min-width:100%;max-width:none;height:auto;min-height:0;max-height:none;overflow-x:visible;overflow-y:visible;padding-right:10px}.mahou-op-content--stacked .mahou-op-card--orders .mahou-op-orders__body::-webkit-scrollbar{width:8px}.mahou-op-content--stacked .mahou-op-card--orders .mahou-op-orders__body::-webkit-scrollbar-thumb{border:0;border-radius:999px;background:hsla(0,0%,100%,.35)}.mahou-op-content--stacked .mahou-op-card--orders .mahou-op-orders__body::-webkit-scrollbar-corner,.mahou-op-content--stacked .mahou-op-card--orders .mahou-op-orders__body::-webkit-scrollbar-track{background:transparent}.mahou-op-content--stacked .mahou-op-card--orders .mahou-op-orders__body::-webkit-scrollbar-button{display:block;width:8px;height:8px;background:hsla(0,0%,100%,.16)}.mahou-op-content--stacked .mahou-op-card--orders .mahou-op-orders__head span{font-size:10px;color:#d8d5d3}.mahou-op-content--stacked .mahou-op-card--orders .mahou-op-orders__head span:nth-child(n+2){letter-spacing:.04em;padding-right:4px}.mahou-op-content--stacked .mahou-op-card--orders .mahou-op-orders__head span:nth-child(2),.mahou-op-content--stacked .mahou-op-card--orders .mahou-op-orders__row .mahou-op-orders__cell:nth-child(2){padding-left:20px}.mahou-op-content--stacked .mahou-op-card--orders .mahou-op-orders__head span:nth-child(n+3),.mahou-op-content--stacked .mahou-op-card--orders .mahou-op-orders__row .mahou-op-orders__cell:nth-child(n+3){padding-left:8px}.mahou-op-content--stacked .mahou-op-card--summary-references .mahou-opv2-reference-list__head>span{font-size:10px;color:#d8d5d3}.mahou-op-content--stacked .mahou-op-card--summary-references{--mahou-op-references-columns:72px 104px minmax(64px,1fr)}.mahou-op-content--stacked .mahou-op-card--summary-references .mahou-opv2-reference-list,.mahou-op-content--stacked .mahou-op-card--summary-references .mahou-opv2-reference-list__body{overflow-x:hidden}.mahou-op-content--stacked .mahou-op-card--summary-references .mahou-opv2-reference-list__head,.mahou-op-content--stacked .mahou-op-card--summary-references .mahou-opv2-reference-list__row{grid-gap:16px;gap:16px}.mahou-op-content--stacked .mahou-op-card--summary-references .mahou-opv2-reference-list__head{padding-right:10px}.mahou-op-content--stacked .mahou-op-card--summary-references .mahou-opv2-reference-list__body{padding-right:10px;scrollbar-gutter:stable}.mahou-op-content--stacked .mahou-op-card--summary-references .mahou-opv2-reference-list__head>span,.mahou-op-content--stacked .mahou-op-card--summary-references .mahou-opv2-reference-list__row>div{padding-right:4px;padding-left:4px}.mahou-op-content--stacked .mahou-op-card--summary-references .mahou-opv2-reference-list__observation{white-space:nowrap}}.mahou-pr-content{overflow-y:auto}.mahou-pr-canvas{width:100%;min-height:100%;display:grid;grid-gap:12px;gap:12px;padding:10px 0 14px}.mahou-pr-layout{flex:1 1 auto;min-height:0;display:grid;grid-template-columns:minmax(0,.94fr) minmax(420px,1.06fr);grid-gap:16px;gap:16px}.mahou-pr-layout__left,.mahou-pr-layout__right{min-width:0;min-height:0}.mahou-pr-layout__left{display:grid;grid-template-rows:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}.mahou-pr-layout__right{display:grid}.mahou-pr-card,.mahou-pr-card__body{min-height:0}.mahou-pr-card__body{align-items:stretch;padding-top:10px}.mahou-pr-layout__right .mahou-pr-card{height:100%}.mahou-pr-layout__right .mahou-pr-card__header--toolbar{flex-direction:column;align-items:stretch;grid-gap:10px;gap:10px}.mahou-pr-layout__right .mahou-pr-card__toolbar-wrap{width:100%}.mahou-pr-card__header{height:40px;min-height:40px;box-sizing:border-box;min-width:0}.mahou-pr-card .mahou-orq-card__title{margin:0;font-size:14px;font-weight:600;color:hsla(0,0%,100%,.92)}.mahou-pr-card__header--metrics .mahou-orq-card__heading{flex:0 1 auto;width:auto}.mahou-op-expiry-tiles__label.mahou-op-status--no-ol-no-cp{color:#ffdea3}.mahou-pr-card__header--metrics .mahou-orq-card__title{overflow-wrap:anywhere}.mahou-pr-card__metrics{flex:1 1 auto;max-width:none;overflow:hidden;grid-gap:8px;gap:8px}.mahou-pr-card__header--metrics .mahou-pr-chip{flex:0 1 auto}.mahou-pr-card__header--metrics .mahou-pr-chip__label{min-width:0;overflow:hidden;text-overflow:ellipsis}.mahou-pr-card__toolbar-wrap{min-width:0}.mahou-pr-toolbar{display:grid;grid-gap:6px;gap:6px}.mahou-pr-toolbar--comparison{grid-template-columns:repeat(3,minmax(92px,1fr))}.mahou-pr-toolbar--horizon{grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.mahou-pr-indicator{min-width:0;height:32px;min-height:32px;padding:0 6px}.mahou-pr-indicator .mahou-op-indicator__label{line-height:1}.mahou-pr-pill{display:inline-flex;align-items:center;justify-content:center;min-width:0;height:32px;min-height:32px;padding:0 10px}.mahou-pr-pill .mahou-op-indicator__label{line-height:1;color:rgba(216,212,210,.56)}.mahou-pr-pill--active .mahou-op-indicator__label{color:rgba(216,212,210,.56)}.mahou-pr-resources{position:relative;isolation:isolate;overflow:hidden;display:grid;height:100%}.mahou-pr-resources__blocked{display:grid;grid-template-rows:auto minmax(0,1fr);align-items:stretch;grid-gap:14px;gap:14px;min-height:0;height:100%;filter:blur(8px);pointer-events:none;-webkit-user-select:none;user-select:none}.mahou-pr-resources .mahou-orq-card__development-overlay{inset:0;border-radius:8px;background:rgba(14,19,35,.78);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.mahou-pr-forecast,.mahou-pr-resources__top{min-height:0;display:grid;grid-gap:10px;gap:10px}.mahou-pr-forecast{align-content:stretch;grid-template-rows:auto minmax(0,1fr)}.mahou-pr-resources__top{padding-bottom:12px}.mahou-pr-resources__toolbar{width:100%}.mahou-pr-resources__title{margin:0;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(216,212,210,.8)}.mahou-pr-resources__table-wrap{min-width:0;overflow:auto;padding-right:4px}.mahou-pr-resources__table{width:100%;border-collapse:collapse;font-size:12px;table-layout:fixed}.mahou-pr-resources__table th{padding:0 0 10px;text-align:left;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(216,212,210,.54);white-space:nowrap}.mahou-pr-resources__table td:first-child,.mahou-pr-resources__table th:first-child{width:42%}.mahou-pr-resources__table td:not(:first-child),.mahou-pr-resources__table th:not(:first-child){text-align:center}.mahou-pr-resources__table td{padding:10px 0;border-top:1px solid hsla(0,0%,100%,.06);color:hsla(0,0%,100%,.9);vertical-align:middle}.mahou-pr-load{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:24px;padding:0 8px;border-radius:999px;border:1px solid transparent;font-size:10px;font-weight:700}.mahou-pr-load--low{color:#d8f7f2;background:rgba(124,201,212,.14);border-color:rgba(124,201,212,.28)}.mahou-pr-load--mid{color:#d3f0f6;background:rgba(90,169,229,.14);border-color:rgba(90,169,229,.3)}.mahou-pr-load--high{color:#ffe4b7;background:rgba(249,115,22,.14);border-color:rgba(249,115,22,.32)}.mahou-pr-forecast__header{display:flex;align-items:center;justify-content:space-between;grid-gap:12px;gap:12px}.mahou-pr-forecast__legend{display:flex;flex-wrap:wrap;justify-content:flex-end;grid-gap:10px;gap:10px}.mahou-pr-forecast__legend-item{display:inline-flex;align-items:center;grid-gap:6px;gap:6px;font-size:11px;color:rgba(216,212,210,.72)}.mahou-pr-forecast__legend-dot{width:8px;height:8px;border-radius:999px;background:hsla(0,0%,100%,.4)}.mahou-pr-forecast__legend-dot--forecast{background:#7cc9d4}.mahou-pr-forecast__legend-dot--plan{background:rgba(216,212,210,.78)}.mahou-pr-forecast__chart,.mahou-pr-forecast__chart-inner{min-height:0;height:100%}.mahou-pr-forecast__chart{padding-bottom:10px;box-sizing:border-box;overflow:hidden}.mahou-pr-content--tablet .mahou-pr-layout{grid-template-columns:minmax(0,.88fr) minmax(360px,1.12fr);grid-gap:12px;gap:12px}.mahou-pr-content--stacked,.mahou-pr-content--tablet{overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.mahou-pr-content--stacked .mahou-orq-content__viewport,.mahou-pr-content--stacked .mahou-pr-canvas,.mahou-pr-content--stacked .mahou-pr-layout,.mahou-pr-content--tablet .mahou-orq-content__viewport,.mahou-pr-content--tablet .mahou-pr-canvas,.mahou-pr-content--tablet .mahou-pr-layout{height:auto;min-height:0;overflow:visible}.mahou-pr-content--stacked .mahou-orq-content__viewport,.mahou-pr-content--tablet .mahou-orq-content__viewport{display:block}.mahou-pr-content--stacked .mahou-pr-layout__left,.mahou-pr-content--tablet .mahou-pr-layout__left{grid-template-rows:none;align-content:start}.mahou-pr-content--stacked .mahou-pr-layout__right .mahou-pr-card,.mahou-pr-content--stacked .mahou-pr-resources,.mahou-pr-content--stacked .mahou-pr-resources__blocked,.mahou-pr-content--tablet .mahou-pr-layout__right .mahou-pr-card,.mahou-pr-content--tablet .mahou-pr-resources,.mahou-pr-content--tablet .mahou-pr-resources__blocked{height:auto}.mahou-pr-content--tablet .mahou-pr-layout__left{grid-gap:12px;gap:12px}.mahou-pr-content--stacked .mahou-pr-card__metrics,.mahou-pr-content--tablet .mahou-pr-card__metrics{display:flex;flex-wrap:nowrap;width:auto;max-width:none;grid-gap:6px;gap:6px;margin-left:auto;white-space:nowrap}.mahou-pr-content--stacked .mahou-pr-chip,.mahou-pr-content--tablet .mahou-pr-chip{min-width:0;display:inline-flex;align-items:baseline;justify-content:flex-end;grid-gap:4px;gap:4px}.mahou-pr-content--stacked .mahou-pr-card__header--toolbar,.mahou-pr-content--tablet .mahou-pr-layout__left .mahou-pr-card__header--toolbar{flex-direction:column;grid-gap:10px;gap:10px}.mahou-pr-content--stacked .mahou-pr-card__toolbar-wrap,.mahou-pr-content--tablet .mahou-pr-layout__left .mahou-pr-card__toolbar-wrap{width:100%}.mahou-pr-content--stacked .mahou-pr-chip__label,.mahou-pr-content--tablet .mahou-pr-chip__label{min-width:0;font-size:9px;letter-spacing:.08em;overflow:hidden;text-overflow:ellipsis}.mahou-pr-content--stacked .mahou-pr-chip__value,.mahou-pr-content--tablet .mahou-pr-chip__value{font-size:12px}.mahou-pr-content--stacked .mahou-pr-canvas{grid-gap:14px;gap:14px}.mahou-pr-content--stacked .mahou-pr-layout{grid-template-columns:1fr}.mahou-pr-content--stacked .mahou-pr-layout__left{grid-template-rows:none}.mahou-pr-content--stacked .mahou-pr-toolbar--comparison,.mahou-pr-content--stacked .mahou-pr-toolbar--horizon{grid-template-columns:repeat(3,minmax(0,1fr))}.mahou-pr-content--stacked .mahou-pr-forecast__header{flex-direction:column;align-items:flex-start}.mahou-pr-content--stacked .mahou-pr-card__body,.mahou-pr-content--tablet .mahou-pr-card__body{align-items:stretch;padding:8px 14px}.mahou-pr-content--stacked .mahou-orq-card__chart,.mahou-pr-content--stacked .mahou-pr-forecast__chart,.mahou-pr-content--tablet .mahou-orq-card__chart,.mahou-pr-content--tablet .mahou-pr-forecast__chart{height:var(--mahou-orq-card-chart-height,auto)}.mahou-pr-content--stacked .mahou-pr-forecast__chart,.mahou-pr-content--tablet .mahou-pr-forecast__chart{padding-bottom:0}@media (max-width:860px){.mahou-pr-card__metrics,.mahou-pr-content--stacked .mahou-pr-card__metrics,.mahou-pr-content--tablet .mahou-pr-card__metrics{flex-basis:auto;width:auto;min-width:0;margin-left:auto;justify-content:flex-end}.mahou-pr-chip{justify-content:center}.mahou-pr-toolbar--comparison,.mahou-pr-toolbar--horizon{grid-template-columns:repeat(2,minmax(0,1fr))}.mahou-pr-forecast__legend{justify-content:flex-start}}@media (max-width:640px){.mahou-pr-content--stacked .mahou-pr-card__metrics{grid-gap:5px;gap:5px}.mahou-pr-content--stacked .mahou-pr-chip{grid-gap:3px;gap:3px;text-align:right}.mahou-pr-content--stacked .mahou-pr-chip__label{width:auto;font-size:8px}.mahou-pr-content--stacked .mahou-pr-chip__value{font-size:12px}}.mahou-cg-content{overflow-y:auto}.mahou-cg-canvas{width:100%;min-height:100%;display:grid;grid-gap:12px;gap:12px;padding:10px 0 14px}.mahou-cg-layout{flex:1 1 auto;min-height:0;display:grid;grid-template-columns:minmax(340px,.84fr) minmax(0,1.16fr);grid-gap:16px;gap:16px}.mahou-cg-card,.mahou-cg-card__body{min-height:0}.mahou-cg-card__header{height:40px;min-height:40px;box-sizing:border-box;flex-direction:column;align-items:stretch;grid-gap:10px;gap:10px}.mahou-cg-card__toolbar-wrap{min-width:0;width:100%}.mahou-cg-card__body{display:flex;flex-direction:column}.mahou-cg-toolbar{display:grid;grid-gap:6px;gap:6px}.mahou-cg-toolbar--savings{grid-template-columns:repeat(2,minmax(0,1fr))}.mahou-cg-toolbar--period{grid-template-columns:repeat(3,minmax(64px,1fr))}.mahou-cg-toolbar--movements{grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:4px;gap:4px}.mahou-cg-indicator{min-width:0;height:32px;min-height:32px;padding:0 6px}.mahou-cg-indicator .mahou-op-indicator__label{line-height:1}.mahou-cg-pill{display:inline-flex;align-items:center;justify-content:center;min-width:0;height:32px;min-height:32px;padding:0 10px}.mahou-cg-pill .mahou-op-indicator__label{line-height:1;color:#d3f0f6}.mahou-cg-pill--active .mahou-op-indicator__label{color:#d3f0f6}.mahou-cg-costs,.mahou-cg-movements{grid-gap:14px;gap:14px;height:100%}.mahou-cg-costs,.mahou-cg-movements{display:grid;grid-template-rows:auto minmax(0,1fr)}.mahou-cg-panel{border:1px dashed hsla(0,0%,100%,.16);border-radius:12px;background:hsla(0,0%,100%,.02);padding:12px 14px}.mahou-cg-panel__hint{margin-top:10px;font-size:12px;text-align:right;color:rgba(216,212,210,.64)}.mahou-cg-table{width:100%;border-collapse:collapse;font-size:12px}.mahou-cg-table th{padding:0 0 10px;text-align:left;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(216,212,210,.54)}.mahou-cg-table td{padding:8px 0;border-top:1px solid hsla(0,0%,100%,.06);color:hsla(0,0%,100%,.9)}.mahou-cg-table--costs td:not(:first-child),.mahou-cg-table--costs th:not(:first-child),.mahou-cg-table--movement td:not(:first-child),.mahou-cg-table--movement th:not(:first-child){text-align:center}.mahou-cg-table--movement{table-layout:fixed}.mahou-cg-table--movement td:first-child,.mahou-cg-table--movement th:first-child{width:26%;text-align:left}.mahou-cg-costs__chart-block{min-height:0;display:grid;grid-gap:10px;gap:10px}.mahou-cg-subheader{display:flex;align-items:center;justify-content:space-between;grid-gap:12px;gap:12px}.mahou-cg-subtitle{margin:0;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(216,212,210,.8)}.mahou-cg-line-legend{display:flex;flex-wrap:wrap;grid-gap:12px;gap:12px}.mahou-cg-line-legend__item{display:inline-flex;align-items:center;grid-gap:6px;gap:6px;font-size:11px;color:rgba(216,212,210,.72)}.mahou-cg-line-legend__stroke{width:18px;height:2px;border-radius:999px;background:hsla(0,0%,100%,.4)}.mahou-cg-line-legend__stroke--vpo{background:#cc6315}.mahou-cg-line-legend__stroke--lt{background:#d8d4d2}.mahou-cg-line-legend__stroke--real{background:#7cc9d4}.mahou-cg-movements__top{display:grid;grid-gap:12px;gap:12px}.mahou-cg-movements__bottom{min-height:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:12px;gap:12px;align-items:stretch}.mahou-cg-mini-chart{min-height:0;border:1px solid hsla(0,0%,100%,.08);border-radius:12px;background:hsla(0,0%,100%,.03);padding:12px;display:grid;grid-gap:8px;gap:8px}.mahou-cg-content--tablet .mahou-cg-layout{grid-template-columns:1fr}.mahou-cg-content--tablet .mahou-cg-toolbar--movements{grid-template-columns:repeat(4,minmax(0,1fr))}.mahou-cg-content--tablet .mahou-cg-movements__bottom{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.mahou-cg-content--stacked .mahou-cg-layout{grid-template-columns:1fr}.mahou-cg-content--stacked .mahou-cg-subheader{flex-direction:column;align-items:flex-start}.mahou-cg-content--stacked .mahou-cg-movements__bottom{grid-template-columns:1fr}@media (max-width:860px){.mahou-cg-toolbar--movements,.mahou-cg-toolbar--savings{grid-template-columns:repeat(2,minmax(0,1fr))}.mahou-cg-toolbar--period{grid-template-columns:repeat(3,minmax(0,1fr))}}.mahou-di-content{overflow:hidden}.mahou-di-canvas{width:100%;min-height:100%;display:grid;grid-gap:12px;gap:12px;padding:10px 0 14px}.mahou-di-layout{flex:1 1 auto;min-height:0;display:grid;grid-template-columns:minmax(0,.96fr) minmax(320px,1.04fr);grid-template-areas:"entries kpis" "exits kpis";grid-gap:16px;gap:16px}.mahou-di-card--entries{grid-area:entries}.mahou-di-card--exits{grid-area:exits}.mahou-di-card--kpis{grid-area:kpis}.mahou-di-card,.mahou-di-card__body{min-height:0}.mahou-di-card__body{display:flex;flex-direction:column}.mahou-di-analysis-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-rows:auto minmax(0,1fr);grid-gap:14px;gap:14px;height:100%;align-items:stretch}.mahou-di-indicators{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px;grid-column:1/-1}.mahou-di-indicator{min-width:0;min-height:54px;padding:8px 10px;border:1px solid hsla(0,0%,100%,.1);border-radius:10px;background:hsla(0,0%,100%,.03);display:grid;align-content:center;grid-gap:4px;gap:4px}.mahou-di-indicator__label{font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(216,212,210,.58)}.mahou-di-indicator__value{font-size:15px;font-weight:700;line-height:1;color:#fff}.mahou-di-chart-block{min-height:0;display:grid;grid-template-rows:auto auto;align-content:start;grid-gap:10px;gap:10px}.mahou-di-chart-block__title{margin:0;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(216,212,210,.82)}.mahou-di-chart-block__chart{min-height:0;height:100%}.mahou-di-chart-shell{width:100%;min-width:0;min-height:0}.mahou-di-chart-shell .highcharts-point{transform-box:fill-box;animation-duration:.52s;animation-timing-function:cubic-bezier(.22,.74,.24,1);animation-fill-mode:both}.mahou-di-chart-shell--column .highcharts-point{transform-origin:center bottom;animation-name:mahou-di-column-grow}.mahou-di-chart-shell--bar .highcharts-point{transform-origin:left center;animation-name:mahou-di-bar-grow}.mahou-di-chart-shell .highcharts-point:nth-of-type(2){animation-delay:45ms}.mahou-di-chart-shell .highcharts-point:nth-of-type(3){animation-delay:90ms}.mahou-di-chart-shell .highcharts-point:nth-of-type(4){animation-delay:135ms}.mahou-di-chart-shell .highcharts-point:nth-of-type(5){animation-delay:.18s}@keyframes mahou-di-column-grow{0%{opacity:.72;transform:scaleY(.02)}to{opacity:1;transform:scaleY(1)}}@keyframes mahou-di-bar-grow{0%{opacity:.72;transform:scaleX(.02)}to{opacity:1;transform:scaleX(1)}}.mahou-di-kpis-card{height:100%}.mahou-di-kpis__table-wrap{flex:1 1 auto;min-height:0}.mahou-di-kpis__table{width:100%;border-collapse:collapse;table-layout:fixed;font-size:12px}.mahou-di-kpis__table th{padding:10px 0;text-align:center;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(216,212,210,.54)}.mahou-di-kpis__table td:first-child,.mahou-di-kpis__table th:first-child{width:42%;text-align:left}.mahou-di-kpis__table td{padding:10px 0;border-top:1px solid hsla(0,0%,100%,.06);color:hsla(0,0%,100%,.9);text-align:center;vertical-align:middle}.mahou-di-content--desktop .mahou-di-kpis__table th{white-space:nowrap}.mahou-di-content--desktop .mahou-di-kpis__table td:first-child,.mahou-di-content--desktop .mahou-di-kpis__table th:first-child{width:32%}.mahou-di-content--desktop .mahou-di-kpis__table td:not(:first-child),.mahou-di-content--desktop .mahou-di-kpis__table th:not(:first-child){width:22%}.mahou-di-content--tablet .mahou-di-layout{grid-template-columns:minmax(0,.96fr) minmax(320px,1.04fr);grid-template-areas:"entries kpis" "exits kpis"}.mahou-di-content--stacked,.mahou-di-content--tablet{overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.mahou-di-content--stacked .mahou-di-canvas,.mahou-di-content--stacked .mahou-di-layout,.mahou-di-content--stacked .mahou-orq-content__viewport,.mahou-di-content--tablet .mahou-di-canvas,.mahou-di-content--tablet .mahou-di-layout,.mahou-di-content--tablet .mahou-orq-content__viewport{height:auto;min-height:0;overflow:visible}.mahou-di-content--stacked .mahou-orq-content__viewport,.mahou-di-content--tablet .mahou-orq-content__viewport{display:block}.mahou-di-content--stacked .mahou-di-analysis-card,.mahou-di-content--stacked .mahou-di-kpis-card,.mahou-di-content--tablet .mahou-di-analysis-card,.mahou-di-content--tablet .mahou-di-kpis-card{height:auto}.mahou-di-content--stacked .mahou-di-layout{grid-template-columns:1fr;grid-template-areas:"entries" "exits" "kpis"}.mahou-di-content--stacked .mahou-di-analysis-card{grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr) minmax(0,1fr)}.mahou-di-content--stacked .mahou-di-indicators{grid-template-columns:1fr}.mahou-gl-content{overflow:hidden}.mahou-gl-content--stacked{overflow-x:hidden;overflow-y:auto}.mahou-gl-canvas{box-sizing:border-box;width:100%;position:relative;padding:14px 0 0}.mahou-gl-canvas,.mahou-gl-layout{height:100%;min-height:0;display:grid}.mahou-gl-layout{flex:1 1 auto;grid-template-columns:minmax(460px,1.45fr) minmax(550px,1.54fr);grid-template-areas:"map occupation" "map movements" "map projection";grid-template-rows:auto minmax(232px,.68fr) minmax(300px,1fr);grid-gap:16px;gap:16px}.mahou-gl-updated-line{position:absolute;top:0;right:4px;z-index:2;min-height:0;display:flex;align-items:flex-start;justify-content:flex-end;padding:0}.mahou-gl-updated-line__text{margin-left:0;font-size:clamp(9px,.72vw,10px);font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(216,212,210,.56);line-height:1;white-space:nowrap}.mahou-gl-card,.mahou-gl-card__body{min-height:0}.mahou-gl-map-section{grid-area:map;min-height:0;display:flex;flex-direction:column;grid-gap:10px;gap:10px}.mahou-gl-map-section__header{display:flex;align-items:center;justify-content:space-between;grid-gap:10px 16px;gap:10px 16px;padding:0 4px;flex-wrap:wrap}.mahou-gl-map-section__title{font-size:clamp(14px,1vw,16px);white-space:nowrap}.mahou-gl-map-section__note{margin-left:auto;font-size:clamp(11px,.78vw,12px);font-weight:500;letter-spacing:0;text-transform:none;color:rgba(216,212,210,.86);white-space:nowrap}.mahou-gl-card--map{grid-area:map;flex:1 1 auto}.mahou-gl-card--occupation{grid-area:occupation;min-height:0}.mahou-gl-card--occupation .mahou-orq-card__heading{flex:1 1 auto;width:100%}.mahou-gl-card--occupation .mahou-orq-card__note{margin-left:auto;text-align:right;white-space:nowrap}.mahou-gl-card--movements{grid-area:movements}.mahou-gl-card--projection{grid-area:projection}.mahou-gl-card--movements .mahou-gl-card__header,.mahou-gl-card--projection .mahou-gl-card__header{align-items:center}.mahou-gl-card--movements .mahou-orq-card__heading{flex:1 1;width:auto;min-width:0}.mahou-gl-card--movements .mahou-orq-card__title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mahou-gl-card__header{height:48px;min-height:48px;box-sizing:border-box;align-items:center}.mahou-gl-card__toolbar{min-width:0;max-width:100%}.mahou-gl-content--desktop .mahou-gl-card--movements .mahou-gl-card__toolbar{width:188px;flex:0 0 188px;margin-left:auto;display:flex;justify-content:flex-end}.mahou-gl-card__below-header{min-width:0;padding:8px 16px 0;display:flex;align-items:center;justify-content:flex-end}.mahou-gl-card__below-header-group{width:100%;min-width:0;display:flex;align-items:center;justify-content:space-between;grid-gap:12px;gap:12px}.mahou-gl-date-toolbar{display:grid;grid-gap:4px;gap:4px;width:min(100%,188px)}.mahou-gl-date-toolbar .mahou-orq-date-filter__values{grid-template-columns:repeat(2,minmax(94px,1fr));width:100%}.mahou-gl-date-toolbar .mahou-orq-date-filter__value{width:94px;height:24px;min-height:24px;padding:0 5px;font-size:10px}.mahou-gl-card__body{display:flex;flex-direction:column;align-items:stretch}.mahou-gl-toolbar{grid-template-columns:repeat(2,auto)}.mahou-gl-toolbar__btn{min-width:0;padding:0 8px;line-height:1}.mahou-gl-alert-panel{grid-gap:14px;gap:14px}.mahou-gl-alert-panel__map-shell{position:relative;width:100%;min-height:clamp(340px,42vh,560px);border-radius:18px;overflow:hidden;border:1px solid hsla(0,0%,100%,.08);background:linear-gradient(180deg,#10182f,#0a1121)}.mahou-gl-alert-panel__map-inset-shell{position:absolute;z-index:3;left:clamp(8px,1.2vw,14px);bottom:clamp(8px,1.2vw,14px);width:min(176px,29vw);height:clamp(88px,14vw,108px);border-radius:14px;overflow:hidden;border:1px solid hsla(0,0%,100%,.18);box-shadow:0 10px 28px rgba(0,0,0,.45);pointer-events:none;background:rgba(10,17,33,.55)}.mahou-gl-alert-panel__map,.mahou-gl-alert-panel__map-inset{position:absolute;inset:0}.mahou-gl-alert-panel .mapboxgl-canvas{outline:none}.mahou-gl-alert-panel .mapboxgl-ctrl-group{background:rgba(14,19,35,.92);border:1px solid hsla(0,0%,100%,.12);box-shadow:none}.mahou-gl-alert-panel .mapboxgl-ctrl-group button{width:32px;height:32px}.mahou-gl-alert-panel .mapboxgl-ctrl-group button+button{border-top-color:hsla(0,0%,100%,.1)}.mahou-gl-alert-panel .mapboxgl-ctrl-icon{filter:invert(1) opacity(.9)}.mahou-gl-alert-panel .mapboxgl-ctrl-attrib,.mahou-gl-alert-panel .mapboxgl-ctrl-logo{display:none!important}.mahou-gl-alert-panel__overlay{position:absolute;inset:0;z-index:5;display:flex;grid-gap:10px;gap:10px;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:hsla(0,0%,100%,.84);background:rgba(10,17,33,.68);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.mahou-gl-alert-panel__spinner{width:16px;height:16px;border:2px solid hsla(0,0%,100%,.22);border-top-color:hsla(0,0%,100%,.88);border-radius:50%;animation:mahou-gl-spinner .8s linear infinite}.mahou-gl-alert-panel__overlay--error{color:#ff8b8b}@keyframes mahou-gl-spinner{to{transform:rotate(1turn)}}.mahou-gl-alert-table{--mahou-gl-alert-columns:minmax(0,1.95fr) repeat(3,minmax(88px,0.55fr));--mahou-gl-alert-inline-padding:clamp(12px,1.1vw,16px);--mahou-gl-alert-column-gap:16px;width:100%;min-height:0;flex:1 1 auto;display:grid;grid-template-rows:auto minmax(0,1fr);grid-gap:10px;gap:10px}.mahou-gl-alert-table__head{display:grid;grid-template-columns:var(--mahou-gl-alert-columns);grid-gap:var(--mahou-gl-alert-column-gap);gap:var(--mahou-gl-alert-column-gap);padding:0 calc(var(--mahou-gl-alert-inline-padding) + 4px) 0 var(--mahou-gl-alert-inline-padding);font-size:clamp(10px,.72vw,11px);font-weight:400;letter-spacing:.08em;text-transform:uppercase;color:hsla(0,0%,100%,.65);white-space:nowrap;text-align:left}.mahou-gl-alert-table__head-cell{min-width:0;display:flex;align-items:left;justify-content:left;text-align:center}.mahou-gl-alert-table__head-cell:first-child{justify-content:flex-start;text-align:left}.mahou-gl-alert-table__body{min-height:0;overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable;padding-right:4px;display:grid;align-content:start;grid-gap:8px;gap:8px}.mahou-gl-alert-row{width:100%;padding:8px var(--mahou-gl-alert-inline-padding);border-radius:16px;border:1px solid hsla(0,0%,100%,.08);background:#1a2335;display:grid;grid-template-columns:var(--mahou-gl-alert-columns);grid-gap:var(--mahou-gl-alert-column-gap);gap:var(--mahou-gl-alert-column-gap);align-items:center;text-align:left;color:#fff;font-family:inherit;cursor:default}.mahou-gl-alert-row:hover{background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.2)}.mahou-gl-alert-row--active{border-color:rgba(239,68,68,.45);background:linear-gradient(135deg,rgba(239,68,68,.32),rgba(239,68,68,.12));background-repeat:no-repeat;background-size:100% 100%;box-shadow:inset 0 0 0 1px rgba(240,79,79,.08)}.mahou-gl-alert-row--active:hover{background:linear-gradient(135deg,rgba(239,68,68,.38),rgba(239,68,68,.16));border-color:rgba(239,68,68,.6)}.mahou-gl-alert-row__platform{display:grid;grid-template-columns:12px minmax(0,1fr);grid-template-rows:auto auto;align-items:start;justify-content:start;grid-column-gap:16px;column-gap:16px;grid-row-gap:2px;row-gap:2px;width:100%;min-width:0;text-align:left;white-space:nowrap}.mahou-gl-alert-row__cell{min-width:0;display:flex;align-items:center;justify-content:center;text-align:center}.mahou-gl-alert-row__cell--platform{justify-content:flex-start;text-align:left}.mahou-gl-alert-row__pin{position:relative;grid-column:1;grid-row:1/span 2;width:12px;height:12px;border:1.5px solid hsla(0,0%,100%,.92);border-radius:999px;flex:0 0 auto;transform:none}.mahou-gl-alert-row__pin:after{content:"";position:absolute;left:50%;top:50%;width:3px;height:3px;border-radius:999px;background:currentColor;transform:translate(-50%,-50%)}.mahou-gl-alert-row__platform-copy{grid-column:2;grid-row:1/span 2;min-width:0;display:grid;grid-gap:2px;gap:2px;overflow:hidden;justify-items:start;text-align:left}.mahou-gl-alert-row__platform-copy strong{font-size:clamp(12px,.92vw,13px);font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mahou-gl-alert-row__platform-copy small{font-size:clamp(10px,.75vw,11px);color:rgba(238,242,255,.84);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mahou-gl-alert-row__metric{font-size:clamp(12px,1vw,14px);font-weight:600;color:#f5f7ff;text-align:center;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center}.mahou-gl-occupation{min-height:0;justify-content:center;grid-gap:clamp(12px,1vw,16px);gap:clamp(12px,1vw,16px)}.mahou-gl-movements>.mahou-orq-card__loading,.mahou-gl-occupation>.mahou-orq-card__loading{grid-column:1/-1;align-self:center;justify-self:center}.mahou-gl-content--desktop .mahou-gl-occupation,.mahou-gl-content--tablet .mahou-gl-occupation{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;width:100%;height:auto;min-height:66px;grid-gap:0;gap:0}.mahou-gl-content--desktop .mahou-gl-occupation__row,.mahou-gl-content--tablet .mahou-gl-occupation__row{align-content:center;min-height:58px;padding:4px 14px}.mahou-gl-content--desktop .mahou-gl-occupation__row:first-child,.mahou-gl-content--tablet .mahou-gl-occupation__row:first-child{padding-left:0}.mahou-gl-content--desktop .mahou-gl-occupation__row:last-child,.mahou-gl-content--tablet .mahou-gl-occupation__row:last-child{padding-right:0}.mahou-gl-content--desktop .mahou-gl-occupation__row+.mahou-gl-occupation__row,.mahou-gl-content--tablet .mahou-gl-occupation__row+.mahou-gl-occupation__row{border-left:1px solid hsla(0,0%,100%,.1)}.mahou-gl-occupation__row{display:grid;min-width:0;grid-gap:10px;gap:10px}.mahou-gl-occupation__meta{display:flex;align-items:baseline;justify-content:space-between;grid-gap:10px;gap:10px;min-width:0}.mahou-gl-occupation__label{font-size:clamp(11px,.86vw,12px);font-weight:600;color:hsla(0,0%,100%,.88);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mahou-gl-occupation__value{font-size:clamp(10px,1.6vw,18px);font-weight:700;line-height:1;color:#fff;white-space:nowrap;flex:0 0 auto}.mahou-gl-occupation__track{height:10px;border-radius:999px;background:hsla(0,0%,100%,.08);overflow:hidden}.mahou-gl-occupation__fill{height:100%;border-radius:inherit}.mahou-gl-occupation__fill--mid{background:linear-gradient(90deg,#5aa9e5,#7cc9d4)}.mahou-gl-occupation__fill--high{background:linear-gradient(90deg,#ff8a00,#cc6315)}.mahou-gl-movements{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:clamp(10px,.9vw,12px);gap:clamp(10px,.9vw,12px);height:100%}.mahou-gl-content--desktop .mahou-gl-movements,.mahou-gl-content--tablet .mahou-gl-movements{grid-gap:0;gap:0}.mahou-gl-content--desktop .mahou-gl-movements__column,.mahou-gl-content--tablet .mahou-gl-movements__column{position:relative;padding:12px 20px 10px 0;border:0;border-radius:0;background:transparent;grid-template-rows:auto 1fr auto;grid-gap:14px;gap:14px}.mahou-gl-content--desktop .mahou-gl-movements__column+.mahou-gl-movements__column,.mahou-gl-content--tablet .mahou-gl-movements__column+.mahou-gl-movements__column{padding-right:0;padding-left:20px;border-left:1px solid hsla(0,0%,100%,.1)}.mahou-gl-content--desktop .mahou-gl-movements__stats,.mahou-gl-content--tablet .mahou-gl-movements__stats{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;grid-gap:8px;gap:8px}.mahou-gl-content--desktop .mahou-gl-movements__stat,.mahou-gl-content--tablet .mahou-gl-movements__stat{display:grid;align-content:center;justify-content:stretch;grid-template-rows:12px 24px;grid-gap:8px;gap:8px;min-height:68px;padding:10px 12px;border:1px solid hsla(0,0%,100%,.07);border-radius:10px;background:hsla(0,0%,100%,.025)}.mahou-gl-content--desktop .mahou-gl-movements__stat-label,.mahou-gl-content--desktop .mahou-gl-movements__stat-value,.mahou-gl-content--tablet .mahou-gl-movements__stat-label,.mahou-gl-content--tablet .mahou-gl-movements__stat-value{display:flex;align-items:center;line-height:1}.mahou-gl-content--desktop .mahou-gl-movements__stat-value,.mahou-gl-content--tablet .mahou-gl-movements__stat-value{font-size:clamp(16px,1.45vw,20px)}.mahou-gl-content--desktop .mahou-gl-movements__channels,.mahou-gl-content--tablet .mahou-gl-movements__channels{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;grid-gap:8px;gap:8px;margin-top:-6px;padding-top:0}.mahou-gl-content--desktop .mahou-gl-movements__channel,.mahou-gl-content--tablet .mahou-gl-movements__channel{min-height:46px;padding:9px 10px;border:1px solid hsla(0,0%,100%,.065);border-radius:10px;background:hsla(0,0%,100%,.02)}.mahou-gl-movements__column{min-height:0;padding:12px;border-radius:12px;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.03);display:grid;grid-template-rows:auto 1fr auto;grid-gap:12px;gap:12px}.mahou-gl-movements__column-header{min-width:0;display:flex;align-items:baseline;justify-content:space-between;grid-gap:8px;gap:8px;flex-wrap:wrap}.mahou-gl-movements__column-title{margin:0;font-size:clamp(11px,.86vw,12px);font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:rgba(216,212,210,.8);white-space:nowrap}.mahou-gl-movements__column-date{font-size:9px;font-weight:700;line-height:1;letter-spacing:.08em;text-transform:uppercase;color:rgba(216,212,210,.48);white-space:nowrap}.mahou-gl-movements__stats{display:grid;grid-gap:10px;gap:10px}.mahou-gl-movements__stat{display:flex;align-items:center;justify-content:space-between;grid-gap:10px;gap:10px;padding-bottom:8px;border-bottom:1px solid hsla(0,0%,100%,.06)}.mahou-gl-movements__stat:last-child{padding-bottom:0;border-bottom:0}.mahou-gl-content--desktop .mahou-gl-movements__stat:last-child,.mahou-gl-content--tablet .mahou-gl-movements__stat:last-child{padding-bottom:10px;border-bottom:1px solid hsla(0,0%,100%,.07)}.mahou-gl-movements__stat-label{font-size:clamp(9px,.72vw,10px);font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(216,212,210,.56);white-space:nowrap}.mahou-gl-movements__stat-value{font-size:clamp(14px,1.28vw,18px);font-weight:700;line-height:1;color:#fff;white-space:nowrap}.mahou-gl-movements__channels{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.mahou-gl-movements__channel{min-width:0;display:grid;align-content:center;grid-gap:6px;gap:6px;padding:9px 10px;border:1px solid hsla(0,0%,100%,.065);border-radius:10px;background:hsla(0,0%,100%,.02)}.mahou-gl-movements__channel-label{font-size:clamp(8px,.64vw,9px);letter-spacing:.08em;text-transform:uppercase;color:rgba(216,212,210,.54)}.mahou-gl-movements__channel-label,.mahou-gl-movements__channel-value{min-width:0;font-weight:700;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mahou-gl-movements__channel-value{font-size:clamp(12px,1vw,15px);color:hsla(0,0%,100%,.86)}.mahou-gl-tag{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:0;font-size:clamp(9px,.72vw,10px);font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(216,212,210,.56);white-space:nowrap}.mahou-gl-projection{grid-gap:8px;gap:8px}.mahou-gl-projection__legend{display:flex;flex-wrap:wrap;justify-content:flex-end;grid-gap:12px;gap:12px}.mahou-gl-projection__legend-item{display:inline-flex;align-items:center;grid-gap:6px;gap:6px;padding:0;border:0;background:transparent;font-family:inherit;font-size:clamp(10px,.75vw,11px);color:rgba(216,212,210,.72);white-space:nowrap;cursor:pointer;transition:opacity .16s ease}.mahou-gl-projection__legend-item--static{cursor:default}.mahou-gl-projection__legend-item:focus-visible,.mahou-gl-projection__legend-item:hover{color:hsla(0,0%,100%,.94)}.mahou-gl-projection__legend-item:focus-visible{outline:1px solid hsla(0,0%,100%,.42);outline-offset:3px;border-radius:3px}.mahou-gl-projection__legend-item--inactive{opacity:.3}.mahou-gl-projection__legend-item--selected{color:#fff;font-weight:700}.mahou-gl-projection__legend-line{width:18px;height:2px;border-radius:999px;background:hsla(0,0%,100%,.4)}.mahou-gl-projection__legend-line--entries{background:#cc6315}.mahou-gl-projection__legend-line--exits{background:#4caf50}.mahou-gl-projection__legend-line--stock{background:#5aa9e5}.mahou-gl-projection__chart{flex:1 1 auto;min-height:0;height:100%}.mahou-gl-projection__chart .highcharts-container,.mahou-gl-projection__chart .highcharts-root{height:100%!important}.mahou-gl-content--tablet .mahou-gl-layout{grid-template-columns:minmax(390px,1.34fr) minmax(390px,.86fr);grid-template-areas:"map occupation" "map movements" "map projection";grid-template-rows:auto auto minmax(260px,1fr);grid-gap:12px;gap:12px}.mahou-gl-content--tablet .mahou-gl-card__header{grid-gap:10px;gap:10px}.mahou-gl-content--tablet .mahou-gl-card__toolbar{width:min(100%,188px);flex:0 0 188px;margin-left:auto}.mahou-gl-content--stacked .mahou-gl-card--movements .mahou-orq-card__title,.mahou-gl-content--tablet .mahou-gl-card--movements .mahou-orq-card__title{display:-webkit-box;overflow:hidden;text-overflow:clip;white-space:normal;line-height:1.12;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}.mahou-gl-content--stacked .mahou-gl-date-toolbar,.mahou-gl-content--tablet .mahou-gl-date-toolbar{width:min(100%,188px)}.mahou-gl-content--stacked .mahou-gl-date-toolbar .mahou-orq-date-filter__values,.mahou-gl-content--tablet .mahou-gl-date-toolbar .mahou-orq-date-filter__values{grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.mahou-gl-content--stacked .mahou-gl-date-toolbar .mahou-orq-date-filter__value,.mahou-gl-content--tablet .mahou-gl-date-toolbar .mahou-orq-date-filter__value{width:94px;min-width:0;padding:0 5px;font-size:10px}.mahou-gl-content--tablet .mahou-gl-card__below-header{padding:8px 12px 0}.mahou-gl-content--tablet .mahou-gl-card--movements .mahou-gl-card__body,.mahou-gl-content--tablet .mahou-gl-card--occupation .mahou-gl-card__body,.mahou-gl-content--tablet .mahou-gl-card--projection .mahou-gl-card__body{padding:8px 12px}.mahou-gl-content--tablet .mahou-gl-card--movements .mahou-gl-card__body{padding:8px 12px 12px}.mahou-gl-content--tablet .mahou-gl-card--movements,.mahou-gl-content--tablet .mahou-gl-card--movements .mahou-gl-card__body{height:auto;overflow:visible}.mahou-gl-content--desktop .mahou-gl-card--occupation .mahou-gl-card__body,.mahou-gl-content--tablet .mahou-gl-card--occupation .mahou-gl-card__body{padding-top:4px;padding-bottom:4px}.mahou-gl-content--tablet .mahou-gl-card--movements .mahou-gl-card__header,.mahou-gl-content--tablet .mahou-gl-card--occupation .mahou-gl-card__header,.mahou-gl-content--tablet .mahou-gl-card--projection .mahou-gl-card__header{padding:9px 12px}.mahou-gl-content--desktop .mahou-gl-card--occupation .mahou-gl-card__header{padding-top:9px;padding-bottom:9px}.mahou-gl-content--tablet .mahou-gl-occupation{justify-content:center;min-height:72px;grid-gap:8px;gap:8px}.mahou-gl-content--tablet .mahou-gl-occupation__row{min-height:60px;grid-gap:8px;gap:8px;padding:4px 10px}.mahou-gl-content--tablet .mahou-gl-occupation__label{font-size:10px}.mahou-gl-content--tablet .mahou-gl-occupation__value{font-size:13px}.mahou-gl-content--tablet .mahou-gl-occupation__track{height:8px}.mahou-gl-content--tablet .mahou-gl-movements{grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;height:auto}.mahou-gl-content--tablet .mahou-gl-movements__column{padding:8px 0 0;border-left:0;grid-gap:8px;gap:8px}.mahou-gl-content--tablet .mahou-gl-movements__column+.mahou-gl-movements__column{padding-left:0;border-left:0}.mahou-gl-content--tablet .mahou-gl-movements__column-title{font-size:10px}.mahou-gl-content--tablet .mahou-gl-movements__stats{grid-template-columns:1fr;grid-gap:6px;gap:6px}.mahou-gl-content--tablet .mahou-gl-movements__stat{min-height:42px;grid-template-rows:11px 17px;grid-gap:5px;gap:5px;padding:7px 9px 5px}.mahou-gl-content--tablet .mahou-gl-movements__channel-label,.mahou-gl-content--tablet .mahou-gl-movements__stat-label{font-size:8px}.mahou-gl-content--tablet .mahou-gl-movements__stat-value{font-size:14px}.mahou-gl-content--tablet .mahou-gl-movements__channels{grid-template-columns:1fr;grid-gap:6px;gap:6px;margin-top:0}.mahou-gl-content--tablet .mahou-gl-movements__channel{min-height:42px;padding:7px 8px;grid-gap:5px;gap:5px}.mahou-gl-content--tablet .mahou-gl-movements__channel-value{font-size:12px}.mahou-gl-content--tablet .mahou-gl-projection__legend{justify-content:flex-start;grid-gap:8px;gap:8px}.mahou-gl-content--tablet .mahou-gl-projection__legend-item{grid-gap:4px;gap:4px;font-size:9px}.mahou-gl-content--tablet .mahou-gl-projection__legend-line{width:14px}.mahou-gl-content--tablet .mahou-gl-projection{grid-gap:5px;gap:5px;min-height:210px}@media (max-width:1120px){.mahou-gl-toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}.mahou-gl-content--stacked .mahou-gl-movements{grid-template-columns:1fr}.mahou-gl-map-section__note{margin-left:0}.mahou-gl-alert-table__head{--mahou-gl-alert-columns:minmax(0,1.15fr) repeat(3,minmax(70px,0.42fr))}}.mahou-gl-content--stacked .mahou-gl-canvas{grid-gap:12px;gap:12px}.mahou-gl-content--stacked .mahou-gl-layout{grid-template-columns:1fr;grid-template-areas:"map" "occupation" "movements" "projection";grid-template-rows:none;grid-gap:12px;gap:12px}.mahou-gl-content--stacked .mahou-gl-card__header{grid-gap:10px;gap:10px}.mahou-gl-content--stacked .mahou-gl-card__toolbar{width:min(100%,188px);flex:0 0 188px;margin-left:auto}.mahou-gl-content--stacked .mahou-gl-card__below-header{justify-content:flex-start}.mahou-gl-content--stacked .mahou-gl-card__below-header-group{flex-wrap:wrap;justify-content:flex-start}.mahou-gl-content--stacked .mahou-gl-projection__legend{justify-content:flex-start}.mahou-gl-content--stacked .mahou-gl-card--occupation .mahou-gl-card__body{min-height:0}.mahou-gl-content--stacked .mahou-gl-occupation{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;justify-content:center;grid-gap:0;gap:0}.mahou-gl-content--stacked .mahou-gl-card--projection .mahou-gl-card__body{min-height:220px}.mahou-gl-content--stacked .mahou-gl-alert-panel__map-shell{min-height:clamp(260px,42vw,390px)}.mahou-gl-content--stacked .mahou-gl-occupation__row{min-height:44px;padding:0 10px}.mahou-gl-content--stacked .mahou-gl-occupation__row:first-child{padding-left:0}.mahou-gl-content--stacked .mahou-gl-occupation__row:last-child{padding-right:0}.mahou-gl-content--stacked .mahou-gl-occupation__row+.mahou-gl-occupation__row{border-left:1px solid hsla(0,0%,100%,.1)}.mahou-gl-content--stacked .mahou-gl-movements__column{padding:8px 0 10px;border:0;border-radius:0;background:transparent;grid-template-rows:auto auto auto;grid-gap:8px;gap:8px}.mahou-gl-content--stacked .mahou-gl-movements{height:auto}.mahou-gl-content--stacked .mahou-gl-movements__column+.mahou-gl-movements__column{padding-top:8px;border-top:0}@media (max-width:760px){.mahou-gl-content--stacked .mahou-gl-canvas,.mahou-gl-content--stacked .mahou-gl-card,.mahou-gl-content--stacked .mahou-gl-card__body,.mahou-gl-content--stacked .mahou-gl-layout,.mahou-gl-content--stacked .mahou-gl-movements,.mahou-gl-content--stacked .mahou-orq-content__viewport{height:auto;min-height:0}.mahou-gl-content--stacked .mahou-gl-canvas,.mahou-gl-content--stacked .mahou-gl-card__body,.mahou-gl-content--stacked .mahou-gl-layout,.mahou-gl-content--stacked .mahou-orq-content__viewport{overflow:visible}.mahou-gl-content--stacked .mahou-gl-card--projection .mahou-gl-card__body{min-height:172px;padding-top:18px;padding-bottom:18px}.mahou-gl-content--stacked .mahou-gl-movements{grid-template-columns:1fr}.mahou-gl-content--stacked .mahou-gl-projection{flex:1 1 auto;justify-content:center}.mahou-gl-content--stacked .mahou-gl-occupation__track{height:9px}.mahou-gl-content--stacked .mahou-gl-movements__stats{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;grid-gap:8px;gap:8px}.mahou-gl-content--stacked .mahou-gl-movements__stat,.mahou-gl-content--stacked .mahou-gl-movements__stat:last-child{display:grid;align-content:center;grid-template-rows:12px 22px;grid-gap:6px;gap:6px;min-width:0;min-height:64px;padding:8px 10px;border:1px solid hsla(0,0%,100%,.07);border-radius:10px;background:hsla(0,0%,100%,.025)}.mahou-gl-content--stacked .mahou-gl-movements__stat-label,.mahou-gl-content--stacked .mahou-gl-movements__stat-value{display:flex;align-items:center;line-height:1}.mahou-gl-content--stacked .mahou-gl-movements__stat-value{font-size:clamp(15px,4.8vw,18px)}.mahou-gl-content--stacked .mahou-gl-movements__channels{grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px;margin-top:-3px}.mahou-gl-content--stacked .mahou-gl-movements__channel{min-height:54px;padding:9px 10px}.mahou-gl-content--stacked .mahou-gl-movements__channel-label{font-size:clamp(8px,2.6vw,9px)}.mahou-gl-content--stacked .mahou-gl-movements__channel-value{font-size:clamp(12px,3.8vw,15px)}.mahou-gl-content--stacked .mahou-gl-card--movements .mahou-gl-card__header{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,188px);align-items:center;width:100%}.mahou-gl-content--stacked .mahou-gl-card--movements .mahou-gl-card__toolbar{width:188px;max-width:100%;margin-left:0;justify-self:end;flex:0 1 auto}.mahou-gl-content--stacked .mahou-gl-card--movements .mahou-gl-date-toolbar{width:100%}}@media (min-width:641px) and (max-width:859px){.mahou-gl-content--stacked .mahou-gl-movements{grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.mahou-gl-content--stacked .mahou-gl-movements__column{grid-gap:8px;gap:8px}.mahou-gl-content--stacked .mahou-gl-movements__channels,.mahou-gl-content--stacked .mahou-gl-movements__stats{grid-template-columns:1fr;grid-gap:6px;gap:6px;margin-top:0}.mahou-gl-content--stacked .mahou-gl-movements__channel,.mahou-gl-content--stacked .mahou-gl-movements__stat,.mahou-gl-content--stacked .mahou-gl-movements__stat:last-child{min-height:42px;padding:7px 9px}}@media (max-width:640px){.mahou-gl-content--stacked{overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.mahou-gl-content--stacked .mahou-gl-canvas,.mahou-gl-content--stacked .mahou-gl-layout,.mahou-gl-content--stacked .mahou-orq-content__viewport{height:auto;min-height:0;overflow:visible}.mahou-gl-content--stacked .mahou-orq-content__viewport{display:block}.mahou-gl-content--stacked .mahou-gl-canvas{display:block;padding-bottom:22px}.mahou-gl-content--stacked .mahou-gl-layout{display:flex;flex-direction:column;grid-gap:12px;gap:12px}.mahou-gl-content--stacked .mahou-gl-card{flex:0 0 auto;width:100%}.mahou-gl-content--stacked .mahou-gl-card__body{flex:0 0 auto;min-height:0}.mahou-gl-map-section__header{flex-direction:row;align-items:center;justify-content:space-between;width:100%;grid-gap:8px;gap:8px}.mahou-gl-map-section__note{margin-left:auto;font-size:10px;text-align:right;white-space:nowrap}.mahou-gl-map-section__title{font-size:14px}.mahou-gl-alert-panel__map-shell{min-height:300px}.mahou-gl-alert-panel__map-inset-shell{width:min(144px,38vw);height:84px;left:8px;bottom:8px}.mahou-gl-alert-table__head{display:none}.mahou-gl-alert-row{grid-template-columns:1fr;grid-gap:8px;gap:8px}.mahou-gl-alert-row__metric{text-align:left;font-size:12px}.mahou-gl-content--stacked .mahou-gl-occupation{display:grid;grid-template-columns:1fr;grid-gap:12px;gap:12px}.mahou-gl-content--stacked .mahou-gl-occupation__row,.mahou-gl-content--stacked .mahou-gl-occupation__row:first-child,.mahou-gl-content--stacked .mahou-gl-occupation__row:last-child{min-height:48px;padding:0}.mahou-gl-content--stacked .mahou-gl-occupation__row+.mahou-gl-occupation__row{border-left:0}.mahou-gl-content--stacked .mahou-gl-card__header,.mahou-gl-content--tablet .mahou-gl-card__header{flex-direction:column;align-items:flex-start}.mahou-gl-content--stacked .mahou-gl-card__toolbar,.mahou-gl-content--tablet .mahou-gl-card__toolbar{width:100%;margin-left:0}.mahou-gl-content--stacked .mahou-gl-card--movements .mahou-gl-card__header,.mahou-gl-content--stacked .mahou-gl-card--projection .mahou-gl-card__header{flex-direction:row;align-items:flex-start}.mahou-gl-content--stacked .mahou-gl-card--movements .mahou-gl-card__header{align-items:center}.mahou-gl-content--stacked .mahou-gl-card--movements .mahou-gl-card__toolbar,.mahou-gl-content--stacked .mahou-gl-card--projection .mahou-gl-card__toolbar{width:auto;margin-left:auto}.mahou-gl-content--stacked .mahou-gl-card--movements .mahou-gl-card__toolbar{width:188px;max-width:100%}.mahou-gl-content--stacked .mahou-gl-card--movements .mahou-orq-card__title{line-height:1.28}.mahou-gl-content--stacked .mahou-gl-card--projection .mahou-gl-toolbar{grid-template-columns:repeat(2,auto)}.mahou-gl-projection__legend{justify-content:flex-start}}.mahou-control-content{overflow:hidden;display:grid;grid-template-rows:auto minmax(0,1fr);grid-gap:16px;gap:16px}.mahou-control-content .mahou-orq-content__viewport{display:contents}.mahou-control-filters{margin-bottom:0;padding-right:0;padding-left:0;justify-content:flex-end}.mahou-control-filters .mahou-orq-dashboard__filter-group--date{justify-items:start;margin-left:auto}.mahou-control-page{width:100%;height:100%;min-height:0;display:grid;grid-template-columns:minmax(420px,.75fr) minmax(0,1.05fr);grid-gap:16px;gap:16px;overflow:hidden}.mahou-control-card{min-width:0;min-height:0;border:1px solid hsla(0,0%,100%,.08);border-radius:12px;background:hsla(0,0%,100%,.035);overflow:hidden}.mahou-control-cost-section{min-height:0;display:grid;grid-template-rows:minmax(0,1fr);grid-gap:16px;gap:16px}.mahou-control-cost{padding:0;display:grid;grid-template-rows:auto minmax(176px,1fr) auto auto auto auto auto;align-content:stretch;grid-gap:0;gap:0}.mahou-control-card *,.mahou-control-card :after,.mahou-control-card :before{box-sizing:border-box}.mahou-control-card__header,.mahou-control-stock-card__header{height:40px;box-sizing:border-box;justify-content:space-between;grid-gap:16px;gap:16px}.mahou-control-card__header,.mahou-control-cost .mahou-control-card__header,.mahou-control-stock-card__header{min-height:40px;padding:0 16px;border-bottom:1px solid hsla(0,0%,100%,.06);display:flex;align-items:center}.mahou-control-cost .mahou-control-card__header>.mahou-control-eyebrow{font-weight:600}.mahou-control-eyebrow{margin:0;font-family:Raleway,sans-serif;font-size:14px;font-style:normal;font-weight:600;letter-spacing:0;text-transform:none;color:hsla(0,0%,100%,.92)}.mahou-control-header-date{grid-area:date;min-width:0;width:100%;display:grid;grid-gap:5px;gap:5px}.mahou-control-periods{grid-area:periods;justify-self:end;align-self:end;display:flex;grid-gap:7px;gap:7px}.mahou-control-period{min-width:56px;height:30px;margin:0;padding:0 9px;border:1px solid rgba(216,212,210,.42);border-radius:6px;background:rgba(216,212,210,.1);color:rgba(216,212,210,.82);font-size:9px;font-weight:700;text-transform:uppercase}.mahou-control-period--active{border-color:rgba(216,212,210,.7)}.mahou-control-cost__legend{display:flex;align-items:center;justify-content:center;grid-gap:14px;gap:14px;margin:-14px 16px 40px;color:rgba(216,212,210,.78);font-size:12px}.mahou-control-cost__legend span{display:inline-flex;align-items:center;grid-gap:6px;gap:6px}.mahou-control-line{width:18px;height:2px;display:inline-block;border-radius:999px}.mahou-control-line--base{background:#7cc9d4}.mahou-control-line--real{background:#d8d4d2}.mahou-control-line--vpo{background:#cc6315}.mahou-control-cost-block{min-height:0;display:grid;grid-template-rows:auto minmax(176px,1fr)}.mahou-control-cost-section-title{margin:12px 16px 0}.mahou-control-cost-divider{height:1px;margin:0 16px 12px;background:hsla(0,0%,100%,.08)}.mahou-control-chart{min-height:0;max-width:100%;width:100%;align-self:stretch;overflow:visible}.mahou-control-chart .highcharts-container,.mahou-control-chart .highcharts-root{width:100%!important;max-width:100%}.mahou-control-cost-chart-shell{position:relative;min-height:176px;height:100%}.mahou-control-cost-filter-chip{position:absolute;top:0;left:16px;z-index:15;display:inline-flex;align-items:center;justify-content:center;grid-gap:8px;gap:8px;min-width:0;max-width:min(190px,calc(100% - 32px));min-height:24px;padding:4px 10px;border:1px solid rgba(216,212,210,.36);border-radius:999px;background:rgba(216,212,210,.1);color:hsla(0,0%,100%,.88);font-family:Raleway,sans-serif;font-size:11px;font-weight:700;line-height:1;white-space:nowrap;cursor:pointer}.mahou-control-cost-filter-chip__label{min-width:0;overflow:hidden;text-overflow:ellipsis}.mahou-control-cost-filter-chip__label--short{display:none}.mahou-control-cost-filter-chip__close{flex:0 0 auto;display:block;width:14px;height:14px;color:currentColor;stroke:currentColor}.mahou-control-cost-filter-chip:focus-visible,.mahou-control-cost-filter-chip:hover{border-color:rgba(216,212,210,.58);background:rgba(216,212,210,.16);color:#fff}.mahou-control-cost-filter-chip:focus-visible{outline:2px solid rgba(216,212,210,.42);outline-offset:2px}.mahou-control-cost-chart{margin-bottom:0;padding:7px 16px 0;height:100%;min-height:176px}.mahou-control-cost-chart .highcharts-container,.mahou-control-cost-chart .highcharts-root{height:100%!important}.mahou-control-cost-chart .highcharts-tooltip{z-index:20!important;pointer-events:none}.mahou-control-cost-tooltip{min-width:126px;padding:8px 10px;border:1px solid hsla(0,0%,100%,.16);border-radius:4px;background:rgba(14,19,35,.96);color:#fff;box-shadow:0 8px 20px rgba(0,0,0,.28);font-size:11px;line-height:1.25}.mahou-control-cost-tooltip strong{display:block;margin-bottom:4px}.mahou-control-cost-tooltip__row{display:flex;align-items:center;grid-gap:4px;gap:4px;white-space:nowrap}.mahou-control-cost-tooltip__row i{width:4px;height:4px;flex:0 0 4px;border-radius:50%}.mahou-control-native-month-btn{box-sizing:border-box;appearance:none;-webkit-appearance:none;pointer-events:auto;flex:0 0 22px;min-width:22px;width:22px;height:22px;min-height:22px;max-height:22px;padding:0;border:0;background:transparent;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;grid-gap:2px;gap:2px;font-family:Raleway,sans-serif;font-size:10px;font-weight:700;line-height:10px;text-align:center;white-space:normal;color:#d8d4d2;text-decoration:underline;-webkit-text-decoration-color:#d8d4d2;text-decoration-color:#d8d4d2;text-underline-offset:1.5px;text-decoration-thickness:1px;cursor:pointer}.mahou-control-cost-chart .highcharts-xaxis-labels,.mahou-control-cost-chart .highcharts-xaxis-labels span{pointer-events:auto!important}.mahou-control-cost-chart .highcharts-xaxis-labels>span{width:22px!important;min-width:22px!important;height:22px!important;text-align:center!important;overflow:visible!important}.mahou-control-native-month-btn span{display:block;width:100%;height:10px;line-height:10px;text-align:center}.mahou-control-native-month-btn:focus-visible,.mahou-control-native-month-btn:hover{color:#716f6f;-webkit-text-decoration-color:#716f6f;text-decoration-color:#716f6f}.mahou-control-movement-costs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px;margin:0 16px 12px}.mahou-control-movement-cost{min-width:0;min-height:50px;padding:7px 10px;border:1px solid rgba(124,201,212,.14);border-radius:8px;display:grid;align-content:center;grid-gap:4px;gap:4px;background:rgba(124,201,212,.045)}.mahou-control-movement-cost span{min-width:0;color:rgba(216,212,210,.62);font-size:9px;font-weight:700;letter-spacing:.08em;line-height:1.1;text-transform:uppercase;overflow-wrap:anywhere}.mahou-control-movement-cost strong{min-width:0;color:#fff;font-size:clamp(14px,1.2vw,17px);font-weight:700;line-height:1;white-space:nowrap}.mahou-control-movement-cost small{margin-left:3px;color:rgba(216,212,210,.7);font-size:9px;font-weight:700}.mahou-control-cost-total-title{margin:0 16px 6px;font-weight:600}.mahou-control-kpis{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px;margin:0 16px;padding-top:0}.mahou-control-kpis div{min-height:0;padding:5px 10px;border:1px solid hsla(0,0%,100%,.09);border-radius:8px;display:grid;align-content:center;grid-gap:2px;gap:2px}.mahou-control-kpis span{color:rgba(216,212,210,.5);font-size:9px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.mahou-control-kpis strong{color:#fff;font-size:16px;line-height:1}.mahou-control-savings{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px;margin:12px 16px}.mahou-control-saving-card{min-height:82px;padding:12px 16px;border:1px solid hsla(0,0%,100%,.09);border-radius:8px;display:grid;align-content:center;justify-items:start;grid-gap:8px;gap:8px;background:hsla(0,0%,100%,.025)}.mahou-control-saving-card h4{margin:0;color:rgba(216,212,210,.72);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.mahou-control-saving-card span,.mahou-control-saving-card strong{color:#fff;font-size:20px;font-weight:700;line-height:1}.mahou-control-saving-card span{color:rgba(216,212,210,.78);font-size:13px}.mahou-control-right{min-width:0;min-height:0;display:grid;grid-template-rows:minmax(340px,.48fr) minmax(240px,.52fr);grid-gap:16px;gap:16px}.mahou-control-date{width:min(380px,42%);margin-left:auto;display:grid;grid-gap:8px;gap:8px}.mahou-control-date>span{color:rgba(216,212,210,.62);font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.mahou-control-date__inputs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.mahou-control-date__inputs input{height:28px;padding:0 10px;border:1px solid hsla(0,0%,100%,.16);border-radius:8px;background:hsla(0,0%,100%,.06);color:#fff;font-size:9px;font-weight:700;font-family:inherit}.mahou-control-date__slider{position:relative;height:12px}.mahou-control-date__slider:before{content:"";position:absolute;left:0;right:0;top:50%;height:2px;background:hsla(0,0%,100%,.8);transform:translateY(-50%)}.mahou-control-date__slider span:after,.mahou-control-date__slider span:before{content:"";position:absolute;top:50%;width:12px;height:12px;border-radius:50%;background:#fff;transform:translateY(-50%)}.mahou-control-date__slider span:before{left:0}.mahou-control-date__slider span:after{right:0}.mahou-control-stocks{min-height:0;display:grid;grid-template-rows:minmax(0,1fr);grid-gap:16px;gap:16px}.mahou-control-stock-card{min-height:0;padding:0;display:grid;grid-template-rows:auto minmax(0,1fr)}.mahou-control-stock-card .mahou-control-chart{height:100%;min-height:0;padding:12px 16px 10px}.mahou-control-stock-card .highcharts-container,.mahou-control-stock-card .highcharts-root{height:100%!important}.mahou-control-stock-card h3{margin:0;color:#fff;font-size:16px;font-weight:700}.mahou-control-stock-card__header h3{color:hsla(0,0%,100%,.92);font-size:14px;font-weight:600}.mahou-control-stock-card__metrics{display:flex;grid-gap:16px;gap:16px;color:rgba(216,212,210,.5);font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.mahou-control-stock-card__metrics strong{color:#fff;font-size:14px;letter-spacing:0}.mahou-control-stock-card__metrics .mahou-control-negative{color:#ff5a5a}.mahou-control-table-card{position:relative;display:grid;grid-template-rows:auto minmax(0,1fr);align-items:stretch;grid-gap:0;gap:0;padding:0}.mahou-control-table-card--download-modal>.mahou-cg-block__header,.mahou-control-table-card--download-modal>.mahou-cg-table-wrap{filter:blur(8px);opacity:.58;pointer-events:none;-webkit-user-select:none;user-select:none}.mahou-cg-download-modal{z-index:8;padding:16px;background:rgba(14,19,35,.58)}.mahou-cg-download-modal .mahou-orq-logout-modal__panel{width:min(360px,100%)}.mahou-cg-table-download{position:absolute;top:0;right:16px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 28px;width:28px;height:28px;padding:0;border:0;border-radius:8px;background:transparent;color:hsla(0,0%,100%,.7);cursor:pointer;transition:background .16s ease,color .16s ease}.mahou-cg-table-download:hover{background:hsla(0,0%,100%,.08);color:hsla(0,0%,100%,.95)}.mahou-cg-table-download:focus-visible{outline:2px solid rgba(241,143,5,.7);outline-offset:2px}.mahou-cg-table-download__icon{display:block;flex:0 0 auto;width:14.4px;height:14.4px}.mahou-control-table-card .mahou-cg-block__header--table{position:relative;display:flex;align-items:center;justify-content:space-between;grid-gap:16px;gap:16px;height:40px;min-height:40px;box-sizing:border-box;padding:0 16px;border-bottom:1px solid hsla(0,0%,100%,.06)}.mahou-control-table-card .mahou-cg-card__badge-wrap{display:flex;justify-content:flex-end}.mahou-control-table-card .mahou-cg-badge{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:0 12px;border-radius:999px;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.mahou-control-table-card .mahou-cg-badge--good{background:rgba(124,201,212,.14);color:#d3f0f6}.mahou-control-table-card .mahou-cg-badge--warn{background:rgba(255,138,0,.14);color:#ffd7a4}.mahou-control-table-card .mahou-cg-table-wrap{min-height:0;height:auto;margin:7px 16px 12px;overflow:hidden}.mahou-control-table-card .mahou-cg-table{width:100%;height:100%;border-collapse:collapse;table-layout:fixed;font-size:12px}.mahou-control-table-card .mahou-cg-table th{padding:0 0 clamp(6px,.8vh,8px);text-align:left;font-size:clamp(8px,.72vw,10px);font-weight:700;letter-spacing:.1em;line-height:1.15;text-transform:uppercase;overflow-wrap:anywhere;color:rgba(216,212,210,.54)}.mahou-control-table-card .mahou-cg-table td{padding:clamp(8px,1.15vh,10px) 0;border-top:1px solid hsla(0,0%,100%,.06);color:hsla(0,0%,100%,.9);font-size:clamp(11px,.86vw,12px);line-height:1.25;vertical-align:middle}.mahou-control-table-card .mahou-cg-table td:first-child,.mahou-control-table-card .mahou-cg-table th:first-child{width:34%}.mahou-control-table-card .mahou-cg-table td:not(:first-child),.mahou-control-table-card .mahou-cg-table th:not(:first-child){width:16.5%;text-align:center}.mahou-control-table-card .mahou-cg-table__delta{display:flex;justify-content:center;align-items:center}.mahou-control-table-card .mahou-cg-table__delta-value{font-weight:700}.mahou-control-table-card .mahou-cg-table__delta--good{color:#d3f0f6}.mahou-control-table-card .mahou-cg-table__delta--warn{color:#ffd7a4}.mahou-control-table-card .mahou-cg-table__label-mobile{display:none}.mahou-control-table-card .mahou-cg-table__location-label{display:inline}@media (max-width:1280px){.mahou-control-page{grid-template-columns:minmax(380px,.8fr) minmax(0,1fr)}.mahou-control-header-date{width:100%}.mahou-control-period{min-width:50px;padding:0 7px;font-size:8px}.mahou-control-table-card{padding:0}.mahou-control-table-card .mahou-cg-table td,.mahou-control-table-card .mahou-cg-table th{font-size:clamp(9px,.86vw,11px)}.mahou-control-table-card .mahou-cg-table th{font-size:clamp(7px,.78vw,10px)}.mahou-control-table-card .mahou-cg-table td:first-child,.mahou-control-table-card .mahou-cg-table th:first-child{width:24%;white-space:normal;overflow-wrap:normal}.mahou-control-table-card .mahou-cg-table td:not(:first-child),.mahou-control-table-card .mahou-cg-table th:not(:first-child){width:19%}.mahou-control-table-card .mahou-cg-table__label-full{display:none}.mahou-control-table-card .mahou-cg-table__label-mobile{display:inline}.mahou-control-table-card .mahou-cg-table__location-label{display:inline-block;max-width:54px;white-space:normal;overflow-wrap:normal}}@media (max-width:980px){.mahou-control-content{overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.mahou-control-content .mahou-orq-content__viewport{display:block;min-height:100%}.mahou-control-filters{flex-wrap:wrap;margin-bottom:12px;padding-right:0;padding-left:0}.mahou-control-filters .mahou-orq-dashboard__filter-group--date{box-sizing:border-box;width:100%;min-width:0;margin-left:0}.mahou-control-filters .ds-date-range-picker{width:100%}.mahou-control-page{height:auto;min-height:100%;grid-template-columns:1fr;grid-auto-rows:auto;align-content:start;overflow:visible}.mahou-control-cost-section,.mahou-control-stocks{display:block;min-height:0}.mahou-control-cost-section h2,.mahou-control-stocks h2{margin-bottom:10px}.mahou-control-right{display:grid;grid-template-rows:auto auto;min-height:0}.mahou-control-stock-card{height:clamp(280px,48vw,360px);padding:0}.mahou-control-stock-card .mahou-control-chart{padding:10px 8px}.mahou-control-cost{height:auto;min-height:0;grid-template-rows:auto auto auto auto auto auto auto auto;align-content:start;overflow:visible}.mahou-control-header-date{min-width:0;width:min(420px,100%)}.mahou-control-header-date .mahou-orq-date-filter,.mahou-control-header-date .mahou-orq-date-filter__value,.mahou-control-header-date .mahou-orq-date-filter__values{min-width:0}.mahou-control-periods{justify-self:start;flex-wrap:wrap}.mahou-control-cost-chart{height:clamp(216px,52vw,260px);min-height:216px;padding-right:8px;padding-left:8px}.mahou-control-cost-filter-chip{grid-gap:6px;gap:6px;max-width:min(150px,calc(100% - 16px));min-height:22px;padding:3px 8px;font-size:10px}.mahou-control-cost-filter-chip__label--full{display:none}.mahou-control-cost-filter-chip__label--short{display:inline}.mahou-control-cost-filter-chip__close{width:12px;height:12px}.mahou-control-cost__legend{margin-top:-8px;margin-bottom:20px}.mahou-control-movement-cost{padding-left:8px;padding-right:8px}.mahou-control-movement-cost span{letter-spacing:.06em;overflow-wrap:normal;white-space:nowrap}.mahou-control-kpis div:first-child{padding-left:8px;padding-right:8px}.mahou-control-kpis div:first-child strong{font-size:15px;white-space:nowrap}.mahou-control-table-card{overflow:hidden;align-items:flex-start}.mahou-control-table-card .mahou-cg-table-wrap{margin-right:10px;margin-left:10px;overflow:hidden}.mahou-control-table-card .mahou-cg-table{min-width:0;table-layout:fixed}.mahou-control-table-card .mahou-cg-table td,.mahou-control-table-card .mahou-cg-table th{padding-right:2px;padding-left:2px;font-size:clamp(9px,2.55vw,11px);white-space:nowrap}.mahou-control-table-card .mahou-cg-table th{font-size:clamp(7px,2.2vw,9px);white-space:normal;line-height:1.15}.mahou-control-table-card .mahou-cg-table td:first-child,.mahou-control-table-card .mahou-cg-table th:first-child{width:25%;white-space:normal;overflow-wrap:anywhere}.mahou-control-table-card .mahou-cg-table td:not(:first-child),.mahou-control-table-card .mahou-cg-table th:not(:first-child){width:18.75%}.mahou-control-table-card .mahou-cg-table__label-full{display:none}.mahou-control-table-card .mahou-cg-table__label-mobile{display:inline}.mahou-control-table-card .mahou-cg-table__location-label{display:inline-block;max-width:54px;white-space:normal;overflow-wrap:normal}}.mahou-opv2-board{flex:1 1 auto;width:100%;height:100%;min-height:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(12,minmax(0,1fr));grid-gap:16px;gap:16px}.mahou-opv2-canvas{grid-template-rows:minmax(0,1fr)}.mahou-opv2-board__card{height:100%;min-width:0;min-height:0}.mahou-opv2-card-actions{flex:0 0 auto;min-width:0}.mahou-opv2-board .mahou-op-card--caducados,.mahou-opv2-board .mahou-op-card--histograms-vertical,.mahou-opv2-board .mahou-op-card--orders{grid-area:auto;grid-row:auto}.mahou-opv2-board__card--suelo{grid-column:1;grid-row:1/13}.mahou-opv2-board__card--stock{grid-column:1;grid-row:7/13}.mahou-opv2-board__card--caducados{grid-column:2;grid-row:7/13}.mahou-opv2-board__card--pedidos{grid-column:2;grid-row:1/7}.mahou-opv2-board__card--referencias{grid-column:3;grid-row:1/13}.mahou-opv2-composite-card{grid-gap:0;gap:0}.mahou-opv2-composite-card__main{flex:1 1 auto}.mahou-opv2-board .mahou-op-vertical-histograms__chart-shell,.mahou-opv2-board .mahou-op-vertical-histograms__stock-plot{min-height:0;height:100%}.mahou-opv2-composite-divider{flex:0 0 auto;height:1px;margin:12px 0;background:hsla(0,0%,100%,.08)}.mahou-opv2-board .mahou-op-indicators--embedded{padding-bottom:0}.mahou-opv2-board .mahou-op-card__legend--below-chart{padding-top:0}.mahou-opv2-board .mahou-op-stock-legend{justify-content:center}.mahou-opv2-board__card--caducados .mahou-op-expiry__tile{flex-basis:128px;min-height:128px}.mahou-opv2-board__card--caducados .mahou-op-expiry__filters{grid-template-columns:minmax(max-content,1fr) minmax(160px,.38fr);grid-gap:8px;gap:8px}.mahou-opv2-board__card--caducados .mahou-op-expiry__chips{flex-wrap:nowrap;grid-gap:3px;gap:3px}.mahou-opv2-board__card--caducados .mahou-op-expiry__chip{display:inline-flex;align-items:center;justify-content:center;height:20px;padding:0 7px;font-size:9px;line-height:1}.mahou-opv2-board__card--caducados .mahou-op-reference-combobox{width:160px;min-width:160px}.mahou-opv2-board__card--caducados .mahou-op-reference-combobox__empty strong{max-width:136px}.mahou-opv2-board__card--pedidos{--mahou-op-orders-columns:minmax(56px,0.9fr) minmax(74px,1.08fr) minmax(74px,1.02fr) minmax(44px,0.66fr) minmax(64px,0.9fr) minmax(44px,0.7fr);--mahou-opv2-orders-scrollbar-space:18px;--mahou-opv2-orders-list-offset:24px}.mahou-opv2-board__card--referencias{--mahou-op-references-columns:minmax(84px,0.7fr) minmax(148px,0.9fr) minmax(164px,1.4fr);--mahou-opv2-orders-scrollbar-space:18px}.mahou-opv2-board__card--pedidos .mahou-op-card__body,.mahou-opv2-board__card--referencias .mahou-op-card__body{display:grid;grid-template-rows:minmax(0,1fr);grid-gap:0;gap:0;align-items:stretch}.mahou-opv2-board__card--pedidos .mahou-op-orders__head,.mahou-opv2-board__card--pedidos .mahou-op-orders__row{width:100%;min-width:0}.mahou-opv2-board__card--pedidos .mahou-op-orders__cell,.mahou-opv2-board__card--pedidos .mahou-op-orders__cell--metric,.mahou-opv2-board__card--pedidos .mahou-op-orders__head span{justify-items:start;text-align:left}.mahou-opv2-board__card--pedidos .mahou-op-orders{width:100%;min-width:0;grid-template-rows:auto minmax(0,1fr);overflow:hidden;padding-right:8px}.mahou-opv2-board__card--pedidos .mahou-op-orders__body{display:grid;align-content:start;grid-gap:6px;gap:6px;min-height:0;box-sizing:border-box;overflow-x:hidden;overflow-y:auto;padding-right:var(--mahou-opv2-orders-scrollbar-space);scrollbar-gutter:stable;scrollbar-width:thin}.mahou-opv2-board__card--pedidos .mahou-op-orders__head,.mahou-opv2-board__card--pedidos .mahou-op-orders__row,.mahou-opv2-total-row--orders{grid-gap:6px;gap:6px}.mahou-opv2-board__card--pedidos .mahou-op-orders__head{box-sizing:border-box;padding:0 var(--mahou-opv2-orders-scrollbar-space) 2px 0}.mahou-opv2-board__card--pedidos .mahou-op-orders__head span{display:grid;min-height:30px;align-content:center;line-height:1}.mahou-opv2-board__card--pedidos .mahou-op-orders__head+.mahou-op-orders__body{margin-top:var(--mahou-opv2-orders-list-offset)}.mahou-opv2-reference-list{display:grid;grid-template-rows:auto minmax(0,1fr);grid-gap:0;gap:0;height:100%;min-height:0;overflow:hidden;padding-right:0}.mahou-opv2-reference-list__head,.mahou-opv2-reference-list__row{display:grid;grid-template-columns:var(--mahou-op-references-columns);grid-gap:6px;gap:6px;width:100%;min-width:0;box-sizing:border-box}.mahou-opv2-reference-list__head{z-index:8;padding:0 var(--mahou-opv2-orders-scrollbar-space) 2px 0;background:#151928;box-shadow:0 -10px 0 #151928,0 14px 0 #151928}.mahou-opv2-reference-list__head>span{display:grid;min-width:0;min-height:30px;align-content:center;padding:0 8px;font-size:9px;font-weight:700;letter-spacing:.08em;line-height:1;text-align:left;text-transform:uppercase;color:rgba(216,212,210,.56);white-space:nowrap}.mahou-opv2-reference-list__head>.mahou-opv2-state-head{display:inline-flex;align-items:center;justify-content:flex-start}.mahou-opv2-reference-list__body{display:grid;align-content:start;grid-gap:6px;gap:6px;min-height:0;overflow-x:hidden;overflow-y:scroll;padding-right:var(--mahou-opv2-orders-scrollbar-space);scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.35) transparent}.mahou-opv2-reference-list__body::-webkit-scrollbar{width:8px}.mahou-opv2-reference-list__body::-webkit-scrollbar-track{background:transparent}.mahou-opv2-reference-list__body::-webkit-scrollbar-thumb{border-radius:999px;background:hsla(0,0%,100%,.35)}.mahou-opv2-reference-list__head+.mahou-opv2-reference-list__body{margin-top:var(--mahou-opv2-orders-list-offset)}.mahou-opv2-reference-list__row{position:relative;align-items:center;padding:0;border-radius:10px;border:1px solid hsla(0,0%,100%,.08);background:#1a1e2f}.mahou-opv2-reference-list__row:focus-within,.mahou-opv2-reference-list__row:hover{z-index:40}.mahou-opv2-reference-list__row>div{display:grid;grid-gap:2px;gap:2px;min-width:0;min-height:26px;align-content:center;justify-items:start;padding:4px 8px;overflow:hidden;text-align:left;text-overflow:ellipsis;font-size:12px;font-weight:700;line-height:1.1;color:#fff}.mahou-opv2-reference-list__row>div:nth-child(2){overflow:visible}.mahou-opv2-reference-list__observation{color:hsla(0,0%,100%,.86);font-weight:700}.mahou-opv2-reference-list__status-wrap{position:relative;display:inline-flex;align-items:center;grid-gap:5px;gap:5px;height:24px;min-width:0}.mahou-op-content--stacked .mahou-opv2-reference-list .mahou-opv2-reference-list__state-label--full,.mahou-opv2-reference-list__state-label--mobile{display:none}.mahou-op-content--stacked .mahou-opv2-reference-list .mahou-opv2-reference-list__state-label--mobile{display:inline}.mahou-opv2-reference-list__info{position:relative;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:18px;height:18px;margin:0;padding:0;border:1px solid rgba(216,212,210,.28);border-radius:999px;background:hsla(0,0%,100%,.04);color:rgba(216,212,210,.72);cursor:pointer;line-height:0;transition:none}.mahou-opv2-reference-list__info--active,.mahou-opv2-reference-list__info:focus-visible,.mahou-opv2-reference-list__info:hover{border-color:var(--color-accent-500);color:#fff;background:rgba(241,143,5,.14)}.mahou-opv2-reference-list__info:focus-visible{outline:2px solid rgba(241,143,5,.34);outline-offset:2px}.mahou-opv2-reference-list__info svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.mahou-opv2-reference-list__info-dot{fill:currentColor;stroke:none}.mahou-opv2-reference-list__tooltip{position:fixed;top:0;left:0;z-index:9999;display:none;grid-gap:6px;gap:6px;min-width:190px;max-width:min(270px,70vw);padding:8px;border:1px solid hsla(0,0%,100%,.2);border-radius:8px;background:rgba(14,19,35,.96);box-shadow:0 16px 28px rgba(0,0,0,.36);transform:translateY(-50%);pointer-events:none}.mahou-opv2-reference-list__tooltip.is-visible{display:grid}.mahou-opv2-reference-list__tooltip:before{content:"";position:absolute;top:50%;left:-5px;width:8px;height:8px;border-left:1px solid hsla(0,0%,100%,.2);border-top:1px solid hsla(0,0%,100%,.2);background:rgba(14,19,35,.96);transform:translateY(-50%) rotate(-45deg)}.mahou-opv2-reference-list__tooltip-row{display:grid;grid-template-columns:minmax(0,auto) minmax(60px,1fr);align-items:center;grid-gap:8px;gap:8px;color:hsla(0,0%,100%,.88);font-size:11px;font-weight:700;line-height:1.1;white-space:nowrap}.mahou-opv2-reference-list__tooltip-row .mahou-op-status{height:20px;padding:0 8px;font-size:8px}.mahou-opv2-table-shell{min-height:0;display:grid;grid-template-rows:minmax(0,1fr) auto;grid-gap:8px;gap:8px}.mahou-opv2-total-row{flex:0 0 auto;min-height:30px;padding-top:8px;border-top:1px solid hsla(0,0%,100%,.08);color:hsla(0,0%,100%,.9);font-size:12px;font-weight:800;line-height:1}.mahou-opv2-total-row>div{min-width:0;padding:0 8px;text-align:left}.mahou-opv2-total-row--orders{display:grid;grid-template-columns:var(--mahou-op-orders-columns);grid-gap:10px;gap:10px;width:100%;box-sizing:border-box;padding-right:calc(var(--mahou-opv2-orders-scrollbar-space) + 8px);margin-right:0;text-align:left}.mahou-opv2-total-row--references{display:grid;grid-template-columns:var(--mahou-op-references-columns);grid-gap:10px;gap:10px;margin-right:4px;text-align:left}.mahou-opv2-total-row--references>div{padding:0 8px}.mahou-opv2-total-row--caducados{display:flex;justify-content:space-between;grid-gap:12px;gap:12px}.mahou-opv2-board__card--pedidos .mahou-op-orders__head span:first-child,.mahou-opv2-board__card--pedidos .mahou-op-orders__row .mahou-op-orders__cell:first-child{position:static;background:transparent;box-shadow:none}.mahou-opv2-board__card--pedidos .mahou-op-orders__row .mahou-op-orders__cell:first-child{border-radius:0}.mahou-opv2-board__card--referencias .mahou-op-summary{min-height:0}.mahou-opv2-board__card--referencias .mahou-op-summary__table-wrap{overflow-x:hidden;overflow-y:auto;padding-right:8px}.mahou-opv2-board__card--referencias .mahou-op-summary__table{display:block;width:100%;min-width:100%;border-collapse:initial;border-spacing:0}.mahou-opv2-board__card--referencias .mahou-op-summary__table thead{position:sticky;top:0;z-index:8;display:block;background:#151928;box-shadow:0 -10px 0 #151928,0 14px 0 #151928}.mahou-opv2-board__card--referencias .mahou-op-summary__table tbody{display:grid;grid-gap:6px;gap:6px;padding-top:12px}.mahou-opv2-board__card--referencias .mahou-op-summary__table tbody tr,.mahou-opv2-board__card--referencias .mahou-op-summary__table thead tr{display:grid;grid-template-columns:var(--mahou-op-references-columns);grid-gap:6px;gap:6px;width:100%;min-width:0;box-sizing:border-box}.mahou-opv2-board__card--referencias .mahou-op-summary__table td,.mahou-opv2-board__card--referencias .mahou-op-summary__table th{box-sizing:border-box;display:grid;min-width:0;align-content:center;justify-items:start;overflow:hidden;text-align:left;text-overflow:ellipsis}.mahou-opv2-board__card--referencias .mahou-op-summary__table th{padding:0 8px 2px;min-height:30px;line-height:1;vertical-align:middle;font-size:9px;letter-spacing:.06em;white-space:nowrap}.mahou-opv2-board__card--referencias .mahou-op-summary__table td{padding:4px 8px;min-height:26px;background:#1a1e2f;font-size:12px;font-weight:700;line-height:1.1;color:#fff}.mahou-opv2-board__card--referencias .mahou-op-summary__table tbody tr{border-radius:10px;border:1px solid hsla(0,0%,100%,.08);background:#1a1e2f}.mahou-opv2-board__card--referencias .mahou-op-summary__table td:first-child{border-radius:9px 0 0 9px}.mahou-opv2-board__card--referencias .mahou-op-summary__table td:last-child{border-radius:0 9px 9px 0}.mahou-opv2-board__card--referencias .mahou-op-status{height:20px;padding:0 8px;font-size:8px;max-width:100%;white-space:nowrap}.mahou-opv2-state-head{position:relative;display:inline-flex;align-items:center;grid-gap:4px;gap:4px;width:auto;min-width:0}.mahou-opv2-state-filter{position:relative;z-index:35;width:18px;flex:0 0 18px;min-width:0;max-width:18px;transform:translateY(-2px)}.mahou-opv2-state-filter__button{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;padding:0;border:0;border-radius:5px;background:transparent;color:rgba(216,212,210,.9);cursor:pointer;transition:background .16s ease,color .16s ease}.mahou-op-reference-combobox--open .mahou-opv2-state-filter__button,.mahou-opv2-state-filter__button:focus-visible,.mahou-opv2-state-filter__button:hover{background:hsla(0,0%,100%,.08);color:#fff}.mahou-opv2-state-filter__button:focus-visible{outline:2px solid rgba(241,143,5,.7);outline-offset:2px}.mahou-opv2-state-filter__button svg{width:11px;height:11px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linejoin:round}.mahou-opv2-state-filter__menu{top:calc(100% + 8px);left:auto;right:0;width:184px;min-width:184px;max-height:190px;text-align:left}.mahou-op-card--summary-references .mahou-opv2-state-filter__menu{top:calc(100% + 4px);left:0;right:auto;width:148px;min-width:148px;max-height:220px;overflow-y:auto;padding:6px;border:1px solid hsla(0,0%,100%,.18);border-radius:8px;background:#0e1323;box-shadow:0 10px 22px rgba(0,0,0,.28);font-size:11px;font-weight:600;letter-spacing:0;line-height:normal;text-transform:none}.mahou-opv2-state-filter__menu .mahou-op-reference-combobox__options{padding:4px}.mahou-op-card--summary-references .mahou-opv2-state-filter__menu .mahou-op-reference-combobox__options{max-height:none;padding:0}.mahou-opv2-state-filter__menu .mahou-op-reference-combobox__result{min-height:26px;padding:0 4px;border-radius:6px;font-size:11px;font-weight:600}.mahou-op-card--summary-references .mahou-opv2-state-filter__menu .mahou-op-reference-combobox__result{min-height:24px;padding:0 4px;border-radius:4px;color:hsla(0,0%,100%,.92);font-size:11px;font-weight:600;letter-spacing:0;line-height:normal;text-transform:none;white-space:nowrap}.mahou-op-card--summary-references .mahou-opv2-state-filter__menu .mahou-op-reference-combobox__result:focus-visible,.mahou-op-card--summary-references .mahou-opv2-state-filter__menu .mahou-op-reference-combobox__result:hover{background:hsla(0,0%,100%,.08);color:#fff}.mahou-op-card--summary-references .mahou-opv2-state-filter__menu .mahou-op-reference-combobox__result--selected{background:transparent;color:#fff;font-weight:600}.mahou-opv2-state-filter__option{display:flex;align-items:center;grid-gap:8px;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none}.mahou-opv2-state-filter__option input{flex:0 0 auto;width:12px;height:12px;margin:0;accent-color:#1a5fb9}.mahou-opv2-expiry__metric--dimmed{opacity:.5}@media (max-width:1180px){.mahou-opv2-board{grid-template-columns:repeat(6,minmax(0,1fr));grid-template-rows:none;grid-auto-rows:minmax(330px,auto)}.mahou-opv2-board__card--caducados,.mahou-opv2-board__card--pedidos,.mahou-opv2-board__card--referencias,.mahou-opv2-board__card--stock,.mahou-opv2-board__card--suelo{grid-column:1/-1!important;grid-row:auto!important}.mahou-opv2-board__card--caducados .mahou-op-expiry__filters{grid-template-columns:minmax(0,1fr) 184px}.mahou-opv2-board__card--caducados .mahou-op-reference-combobox{width:184px;min-width:184px}.mahou-opv2-board__card--caducados .mahou-op-reference-combobox__empty strong{max-width:150px}.mahou-opv2-board__card--pedidos .mahou-op-orders__head span:first-child,.mahou-opv2-board__card--pedidos .mahou-op-orders__row .mahou-op-orders__cell:first-child{position:sticky;left:0;z-index:2;background:var(--mahou-op-orders-head-bg);box-shadow:12px 0 14px rgba(13,17,29,.94)}.mahou-opv2-board__card--pedidos .mahou-op-orders__row .mahou-op-orders__cell:first-child{z-index:3;background:var(--mahou-op-orders-row-bg);border-radius:9px 0 0 9px}.mahou-opv2-board__card--suelo{min-height:650px}.mahou-opv2-board__card--suelo .mahou-op-card__body--histograms-vertical{height:auto;min-height:610px;overflow:visible}.mahou-opv2-board__card--suelo .mahou-op-vertical-histograms{height:auto;min-height:590px}.mahou-opv2-board__card--suelo .mahou-op-vertical-histograms__panel{flex:0 0 auto}.mahou-opv2-board__card--suelo .mahou-op-vertical-histograms__chart-shell{flex:0 0 292px!important;height:292px!important;min-height:292px!important}.mahou-opv2-board__card--suelo .mahou-op-vertical-histograms__stock{flex:0 0 auto;height:auto;min-height:0}.mahou-opv2-board__card--suelo .mahou-op-vertical-histograms__stock-plot{flex:0 0 224px!important;height:224px!important;min-height:224px!important}.mahou-opv2-board__card--suelo .mahou-op-vertical-histograms__chart,.mahou-opv2-board__card--suelo .mahou-op-vertical-histograms__chart .highcharts-container,.mahou-opv2-board__card--suelo .mahou-op-vertical-histograms__chart .highcharts-root{height:100%!important}}@media (min-width:761px) and (max-width:919px){.mahou-opv2-board,.mahou-opv2-canvas,.mahou-opv2-content .mahou-orq-content__viewport{height:auto;min-height:0;overflow:visible}.mahou-opv2-board{display:flex;flex-direction:column;grid-gap:12px;gap:12px}.mahou-opv2-board__card--suelo{flex:0 0 auto;width:100%;height:auto;min-height:650px}.mahou-opv2-board__card--suelo .mahou-op-card__body--histograms-vertical{height:auto;min-height:610px;overflow:visible;padding:10px 16px 12px}.mahou-opv2-board__card--suelo .mahou-op-vertical-histograms{height:auto;min-height:590px;overflow:visible}.mahou-opv2-board__card--suelo .mahou-op-vertical-histograms__panel{flex:0 0 auto}.mahou-opv2-board__card--suelo .mahou-op-vertical-histograms__chart-shell{flex:0 0 292px!important;height:292px!important;min-height:292px!important}.mahou-opv2-board__card--suelo .mahou-op-vertical-histograms__stock{flex:0 0 auto;height:auto;min-height:0}.mahou-opv2-board__card--suelo .mahou-op-vertical-histograms__stock-plot{flex:0 0 224px!important;height:224px!important;min-height:224px!important}.mahou-opv2-board__card--suelo .mahou-op-vertical-histograms__chart,.mahou-opv2-board__card--suelo .mahou-op-vertical-histograms__chart .highcharts-container,.mahou-opv2-board__card--suelo .mahou-op-vertical-histograms__chart .highcharts-root{height:100%!important}}@media (max-width:760px){.mahou-opv2-board,.mahou-opv2-canvas,.mahou-opv2-content .mahou-orq-content__viewport{height:auto;min-height:0;overflow:visible}.mahou-opv2-board{display:flex;flex-direction:column;grid-gap:12px;gap:12px}.mahou-opv2-board__card,.mahou-opv2-board__card--caducados,.mahou-opv2-board__card--pedidos,.mahou-opv2-board__card--referencias,.mahou-opv2-board__card--stock,.mahou-opv2-board__card--suelo{flex:0 0 auto;width:100%;height:auto;min-height:0}.mahou-opv2-board__card--suelo{min-height:0}.mahou-opv2-board__card--suelo .mahou-op-card__body--histograms-vertical{align-items:stretch;height:auto;min-height:0;overflow:visible;padding:10px 16px 12px}.mahou-opv2-board__card--suelo .mahou-op-vertical-histograms{height:auto;min-height:0;overflow:visible}.mahou-opv2-board__card--suelo .mahou-opv2-composite-card{height:auto;min-height:0;grid-gap:0;gap:0;overflow:visible}.mahou-opv2-board__card--suelo .mahou-opv2-composite-card__main{flex:0 0 auto;min-height:0;overflow:visible}.mahou-opv2-board__card--suelo .mahou-op-vertical-histograms__section-header{padding-bottom:8px}.mahou-opv2-board__card--suelo .mahou-op-vertical-histograms__chart-shell{flex:0 0 178px;height:178px;min-height:178px}.mahou-opv2-board__card--suelo .mahou-op-vertical-histograms__stock{flex:0 0 auto;min-height:0;height:auto}.mahou-opv2-board__card--suelo .mahou-op-vertical-histograms__stock-plot{flex:0 0 196px;height:196px;min-height:196px}.mahou-opv2-board__card--suelo .mahou-opv2-composite-divider{margin:10px 0}.mahou-opv2-board__card--suelo .mahou-op-card__legend--below-chart{padding-top:4px}.mahou-opv2-board__card--caducados .mahou-op-expiry__filters{grid-template-columns:minmax(0,1fr);grid-gap:8px;gap:8px;align-items:center}.mahou-opv2-board__card--caducados .mahou-op-expiry__chips{display:flex;flex-wrap:wrap;grid-gap:4px;gap:4px}.mahou-opv2-board__card--caducados .mahou-op-expiry__chip{display:inline-flex;align-items:center;width:auto;flex:0 0 auto;height:22px;padding:0 8px;justify-content:center;overflow:hidden;text-overflow:ellipsis;font-size:10px;line-height:1}.mahou-opv2-board__card--caducados .mahou-op-reference-combobox{width:100%;min-width:0}.mahou-opv2-board__card--caducados .mahou-op-reference-combobox__trigger{width:100%}.mahou-opv2-board__card--caducados .mahou-op-reference-combobox__empty strong{max-width:none}.mahou-opv2-board__card--caducados{min-height:0}.mahou-opv2-board__card--caducados .mahou-op-card__body--caducados{height:auto;max-height:none;overflow:visible}.mahou-opv2-board__card--caducados .mahou-opv2-table-shell{flex:0 0 auto;min-height:436px}.mahou-opv2-board__card--caducados .mahou-op-expiry__list{flex:0 0 404px;max-height:404px}.mahou-opv2-board__card--pedidos,.mahou-opv2-board__card--referencias{min-height:360px;overflow:hidden}}@media (min-width:700px) and (max-width:760px){.mahou-opv2-board__card--caducados .mahou-op-expiry__filters{grid-template-columns:minmax(0,1fr) auto}.mahou-opv2-board__card--caducados .mahou-op-reference-combobox{width:148px;min-width:148px}}.mahou-op-card--orders,.mahou-opv2-board__card--pedidos{--mahou-op-orders-columns:92px 124px 116px 72px 104px 72px}.mahou-op-card--summary-references,.mahou-opv2-board__card--referencias{--mahou-op-references-columns:112px 128px 240px}.mahou-op-orders__scroller,.mahou-opv2-reference-list__scroller{display:grid;grid-template-rows:auto minmax(0,1fr);height:100%;min-width:0;min-height:0;overflow-x:auto;overflow-y:auto;padding-bottom:0;scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.35) transparent;-webkit-overflow-scrolling:touch}.mahou-opv2-reference-list__scroller{grid-template-rows:minmax(0,1fr)}.mahou-op-orders__scroller::-webkit-scrollbar,.mahou-opv2-reference-list__scroller::-webkit-scrollbar{width:10px;height:10px}.mahou-op-orders__scroller::-webkit-scrollbar-track,.mahou-opv2-reference-list__scroller::-webkit-scrollbar-track{border-radius:999px;background:hsla(0,0%,100%,.08)}.mahou-op-orders__scroller::-webkit-scrollbar-thumb,.mahou-opv2-reference-list__scroller::-webkit-scrollbar-thumb{border:2px solid #151928;border-radius:999px;background:hsla(0,0%,100%,.45)}.mahou-op-orders__body::-webkit-scrollbar-button,.mahou-op-orders__scroller::-webkit-scrollbar-button,.mahou-op-orders__scroller::-webkit-scrollbar-button:decrement,.mahou-op-orders__scroller::-webkit-scrollbar-button:double-button,.mahou-op-orders__scroller::-webkit-scrollbar-button:end,.mahou-op-orders__scroller::-webkit-scrollbar-button:horizontal,.mahou-op-orders__scroller::-webkit-scrollbar-button:increment,.mahou-op-orders__scroller::-webkit-scrollbar-button:single-button,.mahou-op-orders__scroller::-webkit-scrollbar-button:start,.mahou-op-orders__scroller::-webkit-scrollbar-button:vertical,.mahou-opv2-reference-list__body::-webkit-scrollbar-button,.mahou-opv2-reference-list__scroller::-webkit-scrollbar-button{display:none!important;width:0!important;height:0!important;background:transparent!important}.mahou-op-card--orders .mahou-op-orders,.mahou-op-card--summary-references .mahou-opv2-reference-list,.mahou-opv2-board__card--pedidos .mahou-op-orders,.mahou-opv2-board__card--referencias .mahou-opv2-reference-list{width:max-content;min-width:100%;max-width:none;overflow:visible}.mahou-op-card--orders .mahou-op-orders,.mahou-opv2-board__card--pedidos .mahou-op-orders{width:100%;min-width:0;overflow:hidden;padding-right:0}.mahou-op-card--orders .mahou-op-orders__head,.mahou-op-card--orders .mahou-op-orders__row,.mahou-op-card--summary-references .mahou-opv2-reference-list__head,.mahou-op-card--summary-references .mahou-opv2-reference-list__row,.mahou-opv2-board__card--pedidos .mahou-op-orders__head,.mahou-opv2-board__card--pedidos .mahou-op-orders__row,.mahou-opv2-board__card--referencias .mahou-opv2-reference-list__head,.mahou-opv2-board__card--referencias .mahou-opv2-reference-list__row{width:max-content;min-width:100%;max-width:none;grid-gap:8px;gap:8px}.mahou-op-card--orders .mahou-op-orders__body,.mahou-op-card--summary-references .mahou-opv2-reference-list__body,.mahou-opv2-board__card--pedidos .mahou-op-orders__body,.mahou-opv2-board__card--referencias .mahou-opv2-reference-list__body{width:max-content;min-width:100%;max-width:none;overflow-x:visible;overflow-y:auto;padding-right:10px}.mahou-op-card--orders .mahou-op-orders__head,.mahou-op-card--summary-references .mahou-opv2-reference-list__head,.mahou-opv2-board__card--pedidos .mahou-op-orders__head,.mahou-opv2-board__card--referencias .mahou-opv2-reference-list__head{padding-right:10px}.mahou-op-card--orders .mahou-op-orders__head span,.mahou-op-card--summary-references .mahou-opv2-reference-list__head>span,.mahou-opv2-board__card--pedidos .mahou-op-orders__head span,.mahou-opv2-board__card--referencias .mahou-opv2-reference-list__head>span{min-width:0;overflow:visible;text-overflow:clip;white-space:nowrap;letter-spacing:.03em}.mahou-op-card--orders .mahou-op-orders__cell,.mahou-op-card--orders .mahou-op-orders__cell strong,.mahou-op-card--summary-references .mahou-opv2-reference-list__row>div,.mahou-opv2-board__card--pedidos .mahou-op-orders__cell,.mahou-opv2-board__card--pedidos .mahou-op-orders__cell strong,.mahou-opv2-board__card--referencias .mahou-opv2-reference-list__row>div{overflow:visible;text-overflow:clip;white-space:nowrap}@media (max-width:760px){.mahou-op-card--orders,.mahou-opv2-board__card--pedidos{--mahou-op-orders-columns:98px 136px 124px 76px 112px 76px}.mahou-op-card--summary-references,.mahou-opv2-board__card--referencias{--mahou-op-references-columns:116px 132px 260px}.mahou-op-card--orders .mahou-op-orders__head span,.mahou-op-card--summary-references .mahou-opv2-reference-list__head>span,.mahou-opv2-board__card--pedidos .mahou-op-orders__head span,.mahou-opv2-board__card--referencias .mahou-opv2-reference-list__head>span{font-size:10px;color:#d8d5d3}}.mahou-op-content--stacked .mahou-op-card--orders .mahou-op-orders__scroller,.mahou-op-content--tablet .mahou-op-card--orders .mahou-op-orders__scroller{overflow-x:scroll;overflow-y:scroll;scrollbar-gutter:stable;scrollbar-width:thin}.mahou-op-content--stacked .mahou-op-card--orders .mahou-op-orders__scroller::-webkit-scrollbar,.mahou-op-content--tablet .mahou-op-card--orders .mahou-op-orders__scroller::-webkit-scrollbar{width:8px;height:8px}.mahou-op-content--stacked .mahou-op-card--orders .mahou-op-orders__scroller::-webkit-scrollbar-thumb,.mahou-op-content--tablet .mahou-op-card--orders .mahou-op-orders__scroller::-webkit-scrollbar-thumb{border:0;border-radius:999px;background:hsla(0,0%,100%,.35)}.mahou-op-content--stacked .mahou-op-card--orders .mahou-op-orders__scroller::-webkit-scrollbar-track,.mahou-op-content--tablet .mahou-op-card--orders .mahou-op-orders__scroller::-webkit-scrollbar-track{background:transparent}.mahou-op-content--stacked .mahou-op-card--orders .mahou-op-orders__scroller::-webkit-scrollbar-button,.mahou-op-content--tablet .mahou-op-card--orders .mahou-op-orders__scroller::-webkit-scrollbar-button{display:none!important;width:0!important;height:0!important}.mahou-op-content--stacked .mahou-op-card--orders .mahou-op-orders__scroller::-webkit-scrollbar-corner,.mahou-op-content--tablet .mahou-op-card--orders .mahou-op-orders__scroller::-webkit-scrollbar-corner{background:transparent}.mahou-op-content--stacked .mahou-op-card--orders .mahou-op-orders__head,.mahou-op-content--tablet .mahou-op-card--orders .mahou-op-orders__head{position:sticky;top:0;z-index:40;padding-top:0;padding-bottom:6px;background:#151928;box-shadow:0 -12px 0 #151928,0 8px 0 #151928;isolation:isolate}.mahou-op-content--stacked .mahou-op-card--orders .mahou-op-orders__body,.mahou-op-content--tablet .mahou-op-card--orders .mahou-op-orders__body{height:auto;max-height:none;overflow:visible;scrollbar-width:auto}.mahou-op-content--stacked .mahou-op-card--orders .mahou-op-orders__head span:first-child,.mahou-op-content--stacked .mahou-op-card--orders .mahou-op-orders__row .mahou-op-orders__cell:first-child,.mahou-op-content--tablet .mahou-op-card--orders .mahou-op-orders__head span:first-child,.mahou-op-content--tablet .mahou-op-card--orders .mahou-op-orders__row .mahou-op-orders__cell:first-child{position:sticky;left:0;overflow:visible}.mahou-op-content--stacked .mahou-op-card--orders .mahou-op-orders__head span:first-child:after,.mahou-op-content--stacked .mahou-op-card--orders .mahou-op-orders__row .mahou-op-orders__cell:first-child:after,.mahou-op-content--tablet .mahou-op-card--orders .mahou-op-orders__head span:first-child:after,.mahou-op-content--tablet .mahou-op-card--orders .mahou-op-orders__row .mahou-op-orders__cell:first-child:after{content:"";position:absolute;top:0;right:-16px;bottom:0;width:16px;background:inherit;pointer-events:none}.mahou-op-content--stacked .mahou-op-card--orders .mahou-op-orders__head span,.mahou-op-content--tablet .mahou-op-card--orders .mahou-op-orders__head span{background:#151928}.mahou-op-content--stacked .mahou-op-card--orders .mahou-op-orders__head span:first-child,.mahou-op-content--tablet .mahou-op-card--orders .mahou-op-orders__head span:first-child{z-index:50}.mahou-op-content--stacked .mahou-op-card--orders .mahou-op-orders__row .mahou-op-orders__cell:first-child,.mahou-op-content--tablet .mahou-op-card--orders .mahou-op-orders__row .mahou-op-orders__cell:first-child{z-index:1}.mahou-op-content--stacked .mahou-op-card--orders .mahou-op-orders,.mahou-op-content--tablet .mahou-op-card--orders .mahou-op-orders{--mahou-op-orders-scrollbar-size:8px;display:grid;grid-template-rows:minmax(0,1fr)}.mahou-op-content--stacked .mahou-op-card--orders .mahou-op-orders__scroller,.mahou-op-content--tablet .mahou-op-card--orders .mahou-op-orders__scroller{display:block;height:100%;min-width:0;min-height:0;overflow-x:auto;overflow-y:auto}.mahou-op-content--stacked .mahou-op-card--orders .mahou-op-orders__body,.mahou-op-content--tablet .mahou-op-card--orders .mahou-op-orders__body{display:grid;align-content:start;grid-gap:6px;gap:6px;width:max-content;min-width:100%}.mahou-op-content--stacked .mahou-op-card--orders .mahou-op-orders__head+.mahou-op-orders__body,.mahou-op-content--tablet .mahou-op-card--orders .mahou-op-orders__head+.mahou-op-orders__body{margin-top:0}.mahou-op-content--desktop .mahou-op-card--summary-references{--mahou-op-references-columns:minmax(64px,0.52fr) minmax(124px,1.18fr) minmax(84px,0.86fr)}.mahou-op-content--desktop .mahou-opv2-board__card--pedidos{--mahou-op-orders-columns:82px 94px 82px 58px 82px 58px}.mahou-op-content--desktop .mahou-opv2-board__card--referencias{--mahou-op-references-columns:minmax(64px,0.52fr) minmax(124px,1.18fr) minmax(84px,0.86fr)}.mahou-op-content--desktop .mahou-op-card--orders .mahou-op-orders,.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--orders .mahou-op-orders{--mahou-op-col-pedido:92px;--mahou-op-col-cliente:124px;--mahou-op-col-referencia:116px;--mahou-op-col-stock:72px;--mahou-op-col-pendiente:104px;--mahou-op-col-rotura:72px;display:grid;grid-template-rows:minmax(0,1fr);min-width:0;overflow:hidden;padding-right:0}.mahou-op-content--desktop .mahou-op-card--orders .mahou-op-orders__scroller,.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--orders .mahou-op-orders__scroller{display:block;width:100%;height:100%;min-width:0;min-height:0;overflow-x:auto;overflow-y:auto;padding-bottom:0;scrollbar-gutter:auto;scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.35) transparent}.mahou-op-content--desktop .mahou-op-card--orders .mahou-op-orders__scroller::-webkit-scrollbar{width:8px;height:8px}.mahou-op-content--desktop .mahou-op-card--orders .mahou-op-orders__scroller::-webkit-scrollbar-thumb{border:0;border-radius:999px;background:hsla(0,0%,100%,.35)}.mahou-op-content--desktop .mahou-op-card--orders .mahou-op-orders__scroller::-webkit-scrollbar-corner,.mahou-op-content--desktop .mahou-op-card--orders .mahou-op-orders__scroller::-webkit-scrollbar-track{background:transparent}.mahou-op-content--desktop .mahou-op-card--orders .mahou-op-orders__body::-webkit-scrollbar-button,.mahou-op-content--desktop .mahou-op-card--orders .mahou-op-orders__scroller::-webkit-scrollbar-button,.mahou-op-content--desktop .mahou-op-card--orders .mahou-op-orders__scroller::-webkit-scrollbar-button:decrement,.mahou-op-content--desktop .mahou-op-card--orders .mahou-op-orders__scroller::-webkit-scrollbar-button:double-button,.mahou-op-content--desktop .mahou-op-card--orders .mahou-op-orders__scroller::-webkit-scrollbar-button:end,.mahou-op-content--desktop .mahou-op-card--orders .mahou-op-orders__scroller::-webkit-scrollbar-button:horizontal,.mahou-op-content--desktop .mahou-op-card--orders .mahou-op-orders__scroller::-webkit-scrollbar-button:increment,.mahou-op-content--desktop .mahou-op-card--orders .mahou-op-orders__scroller::-webkit-scrollbar-button:single-button,.mahou-op-content--desktop .mahou-op-card--orders .mahou-op-orders__scroller::-webkit-scrollbar-button:start,.mahou-op-content--desktop .mahou-op-card--orders .mahou-op-orders__scroller::-webkit-scrollbar-button:vertical{display:none!important;width:0!important;height:0!important;min-height:0!important;background:none!important}.mahou-op-content--desktop .mahou-op-card--orders .mahou-op-orders__head,.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--orders .mahou-op-orders__head{position:sticky;top:0;z-index:40;display:flex;grid-gap:8px;gap:8px;width:max-content;min-width:max-content;max-width:none;margin:0;padding:0 0 8px;background:#151928;box-shadow:0 -12px 0 #151928,0 8px 0 #151928}.mahou-op-content--desktop .mahou-op-card--orders .mahou-op-orders__head span,.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--orders .mahou-op-orders__head span{position:relative;z-index:1;display:flex;align-items:center;min-height:22px;padding:0 6px;background:#151928}.mahou-op-content--desktop .mahou-op-card--orders .mahou-op-orders__body,.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--orders .mahou-op-orders__body{display:grid;align-content:start;grid-gap:6px;gap:6px;width:max-content;min-width:max-content;height:auto;max-height:none;overflow:visible;margin-top:0;padding-right:0}.mahou-op-content--desktop .mahou-op-card--orders .mahou-op-orders__row,.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--orders .mahou-op-orders__row{display:flex;grid-gap:8px;gap:8px;width:max-content;min-width:max-content;max-width:none;position:relative;z-index:0}.mahou-op-content--desktop .mahou-op-card--orders .mahou-op-orders__cell,.mahou-op-content--desktop .mahou-op-card--orders .mahou-op-orders__head span,.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--orders .mahou-op-orders__cell,.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--orders .mahou-op-orders__head span{box-sizing:border-box;flex:0 0 auto}.mahou-op-content--desktop .mahou-op-card--orders .mahou-op-orders__cell:first-child,.mahou-op-content--desktop .mahou-op-card--orders .mahou-op-orders__head span:first-child,.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--orders .mahou-op-orders__cell:first-child,.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--orders .mahou-op-orders__head span:first-child{position:sticky!important;left:0!important;width:var(--mahou-op-col-pedido);min-width:var(--mahou-op-col-pedido);max-width:var(--mahou-op-col-pedido);transform:translateZ(0);backface-visibility:hidden;will-change:transform}.mahou-op-content--desktop .mahou-op-card--orders .mahou-op-orders__cell:nth-child(2),.mahou-op-content--desktop .mahou-op-card--orders .mahou-op-orders__head span:nth-child(2),.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--orders .mahou-op-orders__cell:nth-child(2),.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--orders .mahou-op-orders__head span:nth-child(2){width:var(--mahou-op-col-cliente);min-width:var(--mahou-op-col-cliente)}.mahou-op-content--desktop .mahou-op-card--orders .mahou-op-orders__cell:nth-child(2),.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--orders .mahou-op-orders__cell:nth-child(2){padding-left:18px}.mahou-op-content--desktop .mahou-op-card--orders .mahou-op-orders__cell:nth-child(3),.mahou-op-content--desktop .mahou-op-card--orders .mahou-op-orders__head span:nth-child(3),.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--orders .mahou-op-orders__cell:nth-child(3),.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--orders .mahou-op-orders__head span:nth-child(3){width:var(--mahou-op-col-referencia);min-width:var(--mahou-op-col-referencia)}.mahou-op-content--desktop .mahou-op-card--orders .mahou-op-orders__cell:nth-child(4),.mahou-op-content--desktop .mahou-op-card--orders .mahou-op-orders__head span:nth-child(4),.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--orders .mahou-op-orders__cell:nth-child(4),.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--orders .mahou-op-orders__head span:nth-child(4){width:var(--mahou-op-col-stock);min-width:var(--mahou-op-col-stock)}.mahou-op-content--desktop .mahou-op-card--orders .mahou-op-orders__cell:nth-child(5),.mahou-op-content--desktop .mahou-op-card--orders .mahou-op-orders__head span:nth-child(5),.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--orders .mahou-op-orders__cell:nth-child(5),.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--orders .mahou-op-orders__head span:nth-child(5){width:var(--mahou-op-col-pendiente);min-width:var(--mahou-op-col-pendiente)}.mahou-op-content--desktop .mahou-op-card--orders .mahou-op-orders__cell:nth-child(6),.mahou-op-content--desktop .mahou-op-card--orders .mahou-op-orders__head span:nth-child(6),.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--orders .mahou-op-orders__cell:nth-child(6),.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--orders .mahou-op-orders__head span:nth-child(6){width:var(--mahou-op-col-rotura);min-width:var(--mahou-op-col-rotura)}.mahou-op-content--desktop .mahou-op-card--orders .mahou-op-orders__head span:first-child,.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--orders .mahou-op-orders__head span:first-child{z-index:50!important;background:#151928!important;box-shadow:-18px 0 0 #151928,10px 0 0 #151928!important}.mahou-op-content--desktop .mahou-op-card--orders .mahou-op-orders__row .mahou-op-orders__cell:first-child,.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--orders .mahou-op-orders__row .mahou-op-orders__cell:first-child{z-index:20!important;align-self:stretch;background:var(--mahou-op-orders-row-bg)!important;border-radius:9px 0 0 9px!important;box-shadow:-18px 0 0 var(--mahou-op-orders-row-bg),10px 0 0 var(--mahou-op-orders-row-bg)!important}.mahou-op-content--desktop .mahou-op-card--orders .mahou-op-orders__head span:first-child:after,.mahou-op-content--desktop .mahou-op-card--orders .mahou-op-orders__head span:first-child:before,.mahou-op-content--desktop .mahou-op-card--orders .mahou-op-orders__row .mahou-op-orders__cell:first-child:after,.mahou-op-content--desktop .mahou-op-card--orders .mahou-op-orders__row .mahou-op-orders__cell:first-child:before,.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--orders .mahou-op-orders__head span:first-child:after,.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--orders .mahou-op-orders__head span:first-child:before,.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--orders .mahou-op-orders__row .mahou-op-orders__cell:first-child:after,.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--orders .mahou-op-orders__row .mahou-op-orders__cell:first-child:before{content:"";position:absolute;top:-1px;bottom:-1px;z-index:-1;background:inherit;pointer-events:none}.mahou-op-content--desktop .mahou-op-card--orders .mahou-op-orders__head span:first-child:before,.mahou-op-content--desktop .mahou-op-card--orders .mahou-op-orders__row .mahou-op-orders__cell:first-child:before,.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--orders .mahou-op-orders__head span:first-child:before,.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--orders .mahou-op-orders__row .mahou-op-orders__cell:first-child:before{left:-18px;width:18px}.mahou-op-content--desktop .mahou-op-card--orders .mahou-op-orders__head span:first-child:after,.mahou-op-content--desktop .mahou-op-card--orders .mahou-op-orders__row .mahou-op-orders__cell:first-child:after,.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--orders .mahou-op-orders__head span:first-child:after,.mahou-op-content--desktop:not(.mahou-opv2-content) .mahou-op-card--orders .mahou-op-orders__row .mahou-op-orders__cell:first-child:after{right:-10px;width:10px}.mahou-op-content--desktop .mahou-op-card--summary-references .mahou-op-summary,.mahou-op-content--desktop .mahou-op-card--summary-references .mahou-opv2-reference-list,.mahou-op-content--desktop .mahou-op-card--summary-references .mahou-opv2-reference-list__scroller,.mahou-op-content--desktop .mahou-op-card--summary-references .mahou-opv2-table-shell{width:100%;min-width:0;max-width:100%;height:100%;min-height:0}.mahou-op-content--desktop .mahou-op-card--summary-references .mahou-opv2-table-shell{grid-template-rows:minmax(0,1fr);grid-gap:0;gap:0}.mahou-op-content--desktop .mahou-op-card--summary-references .mahou-opv2-reference-list__scroller{overflow-x:hidden;overflow-y:hidden;padding-bottom:0;scrollbar-width:none}.mahou-op-content--desktop .mahou-op-card--summary-references .mahou-opv2-reference-list__scroller::-webkit-scrollbar{display:none;width:0;height:0}.mahou-op-content--desktop .mahou-op-card--summary-references .mahou-opv2-reference-list{overflow:hidden}.mahou-op-content--desktop .mahou-op-card--summary-references .mahou-opv2-reference-list__body,.mahou-op-content--desktop .mahou-op-card--summary-references .mahou-opv2-reference-list__head,.mahou-op-content--desktop .mahou-op-card--summary-references .mahou-opv2-reference-list__row{width:100%;min-width:0;max-width:100%}.mahou-op-content--desktop .mahou-op-card--summary-references .mahou-opv2-reference-list__body{overflow-x:hidden;overflow-y:scroll;padding-right:8px;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.35) transparent}.mahou-op-content--desktop .mahou-op-card--summary-references .mahou-opv2-reference-list__body::-webkit-scrollbar{width:8px}.mahou-op-content--desktop .mahou-op-card--summary-references .mahou-opv2-reference-list__body::-webkit-scrollbar-thumb{border:0;border-radius:999px;background:hsla(0,0%,100%,.35)}.mahou-op-content--desktop .mahou-op-card--summary-references .mahou-opv2-reference-list__body::-webkit-scrollbar-track{background:transparent}.mahou-op-content--desktop .mahou-op-card--summary-references .mahou-opv2-reference-list__body::-webkit-scrollbar-button{display:none;width:0;height:0}.mahou-op-content--desktop .mahou-op-card--summary-references .mahou-opv2-reference-list__row>div{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:root{--datepicker-font-family:Raleway,sans-serif;--datepicker-font-size-base:12px;--datepicker-line-height-base:1.4;--datepicker-radius-base:8px;--datepicker-popover-width:448px;--datepicker-surface:#0e1323;--datepicker-surface-muted:rgba(216,212,210,0.08);--datepicker-text-base:hsla(0,0%,100%,0.92);--datepicker-text-muted:rgba(216,212,210,0.58);--datepicker-text-disabled:rgba(216,212,210,0.34);--datepicker-border:hsla(0,0%,100%,0.12);--datepicker-border-strong:hsla(0,0%,100%,0.18);--datepicker-accent:var(--color-accent-700,#cc6315);--datepicker-accent-hover:var(--color-accent-500,#f18f05);--datepicker-range-fill:rgba(241,143,5,0.16);--datepicker-space-xs:4px;--datepicker-space-sm:8px;--datepicker-space-md:12px;--datepicker-space-lg:16px;--datepicker-shadow-popover:0 22px 56px rgba(0,0,0,0.48);--datepicker-shadow-button:none}.ds-date-range-picker{position:relative;width:max-content;font-family:var(--datepicker-font-family,Raleway,sans-serif)}.ds-date-range-picker--open{z-index:140}.ds-date-range-picker__trigger{box-sizing:border-box;display:inline-grid;grid-template-columns:repeat(2,minmax(82px,max-content));min-width:0;width:max-content;height:30px;min-height:30px;margin:0;padding:0;border:1px solid hsla(0,0%,100%,.16);border-radius:var(--datepicker-radius-base,8px);background:hsla(0,0%,100%,.06);color:hsla(0,0%,100%,.92);overflow:hidden;font:inherit;font-size:11px;font-weight:600;line-height:1.2;cursor:pointer}.ds-date-range-picker--open .ds-date-range-picker__trigger,.ds-date-range-picker__trigger:focus-visible,.ds-date-range-picker__trigger:hover{border-color:rgba(216,212,210,.42);background:hsla(0,0%,100%,.09);color:#fff}.ds-date-range-picker__trigger:focus-visible{outline:2px solid rgba(241,143,5,.7);outline-offset:2px}.ds-date-range-picker__trigger-value{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;min-width:0;width:82px;height:100%;padding:0 6px;border-right:1px solid hsla(0,0%,100%,.16);text-align:center;white-space:nowrap}.ds-date-range-picker__trigger-value:last-child{border-right:0}.ds-date-range-picker__popover{position:absolute;top:calc(100% + 6px);right:0;z-index:140;box-sizing:border-box;width:var(--datepicker-popover-width,448px);padding:16px 16px 10px;border:1px solid var(--datepicker-border-strong,#b6c1ca);border-radius:var(--datepicker-radius-base,8px);background:var(--datepicker-surface,#fff);color:var(--datepicker-text-base,#14181f);box-shadow:var(--datepicker-shadow-popover,0 4px 6px rgba(0,0,0,.08))}.ds-date-range-picker__content{display:grid;grid-template-columns:131px 1px minmax(0,252px);grid-gap:var(--datepicker-space-lg,16px);gap:var(--datepicker-space-lg,16px);align-items:stretch}.ds-date-range-picker__quick-list{display:grid;align-content:start;grid-gap:5px;gap:5px}.ds-date-range-picker__button,.ds-date-range-picker__cell,.ds-date-range-picker__nav,.ds-date-range-picker__quick{margin:0;font-family:var(--datepicker-font-family,Raleway,sans-serif);letter-spacing:0}.ds-date-range-picker__quick{box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:100%;height:32px;min-height:32px;padding:0 12px;border:1px solid transparent;border-radius:var(--datepicker-radius-base,8px);background:var(--datepicker-surface-muted,#f6f7f9);color:var(--datepicker-text-base,#14181f);font-size:var(--datepicker-font-size-base,12px);font-weight:700;line-height:1;text-align:center}.ds-date-range-picker__quick:focus-visible,.ds-date-range-picker__quick:hover{background:var(--datepicker-range-fill,#e0edff)}.ds-date-range-picker__quick:disabled{color:var(--datepicker-text-disabled,rgba(216,212,210,.34));cursor:default;opacity:.6}.ds-date-range-picker__button:focus-visible,.ds-date-range-picker__cell:focus-visible,.ds-date-range-picker__nav:focus-visible,.ds-date-range-picker__quick:focus-visible{outline:2px solid rgba(241,143,5,.7);outline-offset:1px}.ds-date-range-picker__quick--active{border-color:var(--datepicker-accent,#cc6315);background:var(--datepicker-range-fill,#e0edff)}.ds-date-range-picker__divider{width:1px;min-height:254px;background:var(--datepicker-border,#dce0e5)}.ds-date-range-picker__calendar{display:grid;align-content:start;grid-gap:8px;gap:8px;width:252px}.ds-date-range-picker__calendar-header{position:relative;display:flex;align-items:center;justify-content:flex-start;height:32px}.ds-date-range-picker__calendar-header strong{min-width:0;width:100%;color:var(--datepicker-text-base,#14181f);font-size:var(--datepicker-font-size-base,13px);font-weight:700;line-height:1;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ds-date-range-picker__nav-group{position:absolute;right:0;display:flex;grid-gap:4px;gap:4px}.ds-date-range-picker__nav{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;flex:0 0 32px;width:32px;height:32px;min-height:32px;padding:0;border:1px solid var(--datepicker-border,#dce0e5);border-radius:var(--datepicker-radius-base,8px);background:var(--datepicker-surface,#fff);color:var(--datepicker-text-base,#14181f);box-shadow:none}.ds-date-range-picker__nav:hover{background:var(--datepicker-surface-muted,#f6f7f9)}.ds-date-range-picker__nav:disabled{color:var(--datepicker-text-disabled,rgba(216,212,210,.34));cursor:default;opacity:.5}.ds-date-range-picker__chevron{width:18px;height:18px;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.ds-date-range-picker__chevron--left{transform:rotate(180deg)}.ds-date-range-picker__weekdays{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));width:252px;color:var(--datepicker-text-muted,#6f7c8e);font-size:var(--datepicker-font-size-base,11px);font-weight:700;line-height:1.4;text-align:center}.ds-date-range-picker__weekdays span{display:flex;align-items:center;justify-content:center;height:36px}.ds-date-range-picker__grid{display:grid}.ds-date-range-picker__grid--day{grid-template-columns:repeat(7,minmax(0,1fr));grid-auto-rows:36px;width:252px}.ds-date-range-picker__grid--month{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:40px;grid-gap:6px;gap:6px;width:252px}.ds-date-range-picker__cell{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;min-width:0;min-height:0;padding:0;border:0;border-radius:var(--datepicker-radius-base,8px);background:transparent;color:var(--datepicker-text-base,#14181f);font-size:var(--datepicker-font-size-base,12px);font-weight:700;line-height:1}.ds-date-range-picker__grid--month .ds-date-range-picker__cell{border:1px solid hsla(0,0%,100%,.08);background:var(--datepicker-surface-muted,#f6f7f9)}.ds-date-range-picker__cell:hover{background:var(--datepicker-range-fill,#e0edff)}.ds-date-range-picker__cell:disabled{cursor:default}.ds-date-range-picker__cell--muted{color:var(--datepicker-text-muted,#6f7c8e)}.ds-date-range-picker__cell--disabled{color:var(--datepicker-text-disabled,rgba(216,212,210,.34));opacity:.56}.ds-date-range-picker__cell--disabled:hover{background:transparent}.ds-date-range-picker__cell--in-range{border-radius:0;background:var(--datepicker-range-fill,#e0edff)}.ds-date-range-picker__cell--end,.ds-date-range-picker__cell--start{background:var(--datepicker-accent,#cc6315);color:#fff}.ds-date-range-picker__cell--start{border-radius:var(--datepicker-radius-base,8px) 0 0 var(--datepicker-radius-base,8px)}.ds-date-range-picker__cell--end{border-radius:0 var(--datepicker-radius-base,8px) var(--datepicker-radius-base,8px) 0}.ds-date-range-picker__cell--start.ds-date-range-picker__cell--end{border-radius:var(--datepicker-radius-base,8px)}.ds-date-range-picker__grid--month .ds-date-range-picker__cell--in-range{border-color:var(--datepicker-range-fill,#e0edff)}.ds-date-range-picker__grid--month .ds-date-range-picker__cell--end,.ds-date-range-picker__grid--month .ds-date-range-picker__cell--start{border-color:var(--datepicker-accent,#cc6315);border-radius:var(--datepicker-radius-base,8px)}.ds-date-range-picker__footer{display:flex;align-items:center;justify-content:space-between;grid-gap:12px;gap:12px;margin-top:10px;padding-top:10px;border-top:1px solid var(--datepicker-border,#dce0e5)}.ds-date-range-picker__summary{min-width:0;color:var(--datepicker-text-base,#14181f);font-size:var(--datepicker-font-size-base,12px);font-weight:700;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ds-date-range-picker__actions{display:flex;flex:0 0 auto;grid-gap:6px;gap:6px}.ds-date-range-picker__button{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;height:32px;min-height:32px;padding:0 8px;border-radius:var(--datepicker-radius-base,8px);font-size:var(--datepicker-font-size-base,12px);font-weight:700;line-height:1.4;box-shadow:none}.ds-date-range-picker__button--primary,.ds-date-range-picker__button--secondary{height:30px}.ds-date-range-picker__button:hover{filter:brightness(.98)}@media (max-width:980px){.ds-date-range-picker{width:100%}.ds-date-range-picker__trigger{grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.ds-date-range-picker__trigger-value{width:auto}.ds-date-range-picker__popover{left:0;right:auto;width:100%}.ds-date-range-picker__content{grid-template-columns:1fr;grid-gap:12px;gap:12px}.ds-date-range-picker__quick-list{grid-template-columns:repeat(2,minmax(0,1fr))}.ds-date-range-picker__quick--custom{grid-column:1/-1;justify-content:center;text-align:center}.ds-date-range-picker__divider{width:100%;min-height:1px;height:1px}.ds-date-range-picker__calendar,.ds-date-range-picker__grid--day,.ds-date-range-picker__grid--month,.ds-date-range-picker__weekdays{width:100%}.ds-date-range-picker__footer{align-items:stretch;flex-direction:column}.ds-date-range-picker__actions{width:100%;justify-content:flex-end}.ds-date-range-picker__button{flex:1 1;width:100%}}:root{--color-brand-900:#0e1323;--color-accent-500:#f18f05;--color-accent-700:#cc6315;--color-neutral-800:#3e3a39;--color-neutral-600:#716f6f;--color-neutral-200:#d8d4d2;--color-status-success:#4caf50;--color-status-warning:#f59e0b;--color-status-warning-high:#f97316;--color-status-error:#ef4444;--color-status-error-alt:#f44336;--color-bg-body:var(--color-brand-900);--color-bg-card:rgba(62,58,57,0.4);--color-bg-overlay-light:rgba(113,111,111,0.2);--color-bg-overlay-active:rgba(113,111,111,0.3333333333333333);--color-bg-sidebar:rgba(14,19,35,0.9215686274509803);--color-bg-input-dark:var(--color-neutral-800);--color-text-primary:var(--color-neutral-200);--color-text-secondary:rgba(216,212,210,0.9019607843137255);--color-text-tertiary:rgba(216,212,210,0.7019607843137254);--color-text-muted:rgba(216,212,210,0.5019607843137255);--color-text-disabled:rgba(216,212,210,0.34901960784313724);--azul:var(--color-accent-500);--rojo:var(--color-accent-700);--naranja:var(--color-accent-500);--azul-oscuro:var(--color-brand-900);--azul-claro:var(--color-neutral-600);--azuldeg:linear-gradient(270deg,var(--azul),hsla(0,0%,100%,0));--rojodeg:linear-gradient(270deg,var(--rojo),hsla(0,0%,100%,0));--naranjadeg:linear-gradient(270deg,var(--naranja),hsla(0,0%,100%,0));--status-success-deg:linear-gradient(270deg,var(--color-status-success),hsla(0,0%,100%,0));--status-warning-deg:linear-gradient(270deg,var(--color-status-warning-high),hsla(0,0%,100%,0));--status-error-deg:linear-gradient(270deg,var(--color-status-error),hsla(0,0%,100%,0));--azuloscdeg:linear-gradient(90deg,var(--color-accent-500),var(--color-brand-900));--azulcladeg:linear-gradient(90deg,var(--color-accent-500),var(--color-neutral-600));--naranjadeg-a-color:linear-gradient(270deg,var(--color-accent-700),var(--color-accent-500));--rojodeg-a-color:linear-gradient(270deg,var(--color-accent-700),var(--color-accent-500));--btn-primary-bg:var(--color-bg-card);--btn-primary-border:var(--color-neutral-600);--btn-primary-hover-bg:var(--color-bg-overlay-light);--btn-primary-hover-border:var(--color-neutral-200);--btn-primary-active-bg:var(--color-bg-overlay-active);--btn-primary-active-border:var(--color-neutral-200);--btn-primary-text:var(--color-neutral-200);--btn-secondary-bg:transparent;--btn-secondary-border:var(--color-accent-700);--btn-secondary-hover-bg:var(--color-bg-card);--btn-secondary-hover-border:var(--color-accent-500);--btn-secondary-active-bg:var(--color-bg-overlay-light);--btn-secondary-active-border:var(--color-accent-500);--btn-secondary-text:var(--color-accent-700);--btn-secondary-hover-text:var(--color-accent-500);--btn-secondary-active-text:var(--color-accent-500);--btn-tertiary-bg:transparent;--btn-tertiary-border:transparent;--btn-tertiary-hover-bg:transparent;--btn-tertiary-hover-border:transparent;--btn-tertiary-active-bg:transparent;--btn-tertiary-active-border:transparent;--btn-tertiary-text:var(--color-accent-700);--btn-tertiary-hover-text:var(--color-accent-500);--btn-tertiary-active-text:var(--color-accent-500);--btn-disabled-bg:var(--color-bg-card);--btn-disabled-border:var(--color-bg-overlay-light);--btn-disabled-text:var(--color-text-disabled);--body-bg:var(--color-bg-body);--body-bg-gradient:var(--color-bg-body);--body-color:var(--color-text-primary);--h-color:var(--color-text-primary);--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;--border-radius:.5rem;--hover-transition:all 150ms ease-in-out;--sombra:3px 3px 20px rgba(65,65,65,0.17647058823529413)}#root{height:100%;min-height:100%;position:relative}*{box-sizing:border-box}html{position:relative}body,html{min-width:100%;max-width:100%;min-height:100%;height:100%}body{margin:0;font-size:16px;line-height:1.5;font-family:"Raleway",sans-serif;font-weight:500;letter-spacing:0;color:var(--body-color);background:var(--body-bg)}body,button,input,select,svg text,textarea{font-variant-numeric:tabular-nums lining-nums;font-feature-settings:"tnum" 1,"lnum" 1,tabular-nums lining-nums}.header{padding:3rem 1rem 0;margin-bottom:1rem}.content{padding:0 1rem 5rem;margin-top:1rem;background:transparent}.home-content{min-height:100vh;margin-top:0;padding:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}h1,h2,h3,h4,h5,h6{margin:0;letter-spacing:0;color:var(--h-color);line-height:1em}h1{margin:.5rem 0;font-size:2rem;font-weight:300}h2{font-weight:600}h2,h3{margin:.5rem 0;font-size:1.5rem}h3{font-weight:500}h4{font-size:18px;color:#fff}h4,h5{margin:.5rem 0;font-weight:500}h5{color:var(--gris-oscuro);text-transform:uppercase}h5,h6{font-size:.75rem}h6{margin:.25rem 0;font-weight:500;color:var(--gris-claro)}p{margin:.5rem 0}.bloque{margin:0;padding:.5rem 1rem;border-radius:var(--border-radius);border:none;overflow:visible}.tarjeta-interactiva{background:var(--pastilla-bg);box-shadow:var(--sombra)}.tarjeta-interactiva,button{border-radius:var(--border-radius);cursor:pointer;border:none}button{padding:1rem 2rem;margin:.5em 0;background:none;-webkit-appearance:none;-moz-appearance:none;font-size:1rem;line-height:1em;font-family:inherit;font-weight:500}.app-btn,button{transition:var(--hover-transition)}.app-btn{margin:0;height:34px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;grid-gap:8px;gap:8px;border-radius:6px;border:1px solid transparent;background:transparent;color:var(--color-text-primary);font-size:12px;font-weight:600;font-family:"Raleway",sans-serif;line-height:1;text-decoration:none;cursor:pointer}.app-btn:focus-visible{outline:none;box-shadow:0 0 0 2px rgba(241,143,5,.4392156862745098)}.app-btn--primary:focus-visible{box-shadow:0 0 0 2px rgba(216,212,210,.4392156862745098)}.app-btn--primary{background:var(--btn-primary-bg);border-color:var(--btn-primary-border);color:var(--btn-primary-text)}.app-btn--primary.app-btn--hover,.app-btn--primary:hover{background:var(--btn-primary-hover-bg);border-color:var(--btn-primary-hover-border)}.app-btn--primary.app-btn--active{background:var(--btn-primary-active-bg);border-color:var(--btn-primary-active-border)}.app-btn--secondary{background:var(--btn-secondary-bg);border-color:var(--btn-secondary-border);color:var(--btn-secondary-text)}.app-btn--secondary.app-btn--hover,.app-btn--secondary:hover{background:var(--btn-secondary-hover-bg);border-color:var(--btn-secondary-hover-border);color:var(--btn-secondary-hover-text)}.app-btn--secondary.app-btn--active{background:var(--btn-secondary-active-bg);border-color:var(--btn-secondary-active-border);color:var(--btn-secondary-active-text)}.app-btn--tertiary{background:var(--btn-tertiary-bg);border-color:var(--btn-tertiary-border);color:var(--btn-tertiary-text);text-decoration:underline;-webkit-text-decoration-color:var(--btn-tertiary-text);text-decoration-color:var(--btn-tertiary-text);text-underline-offset:3px;text-decoration-thickness:1px}.app-btn--tertiary.app-btn--hover,.app-btn--tertiary:hover{background:var(--btn-tertiary-hover-bg);border-color:var(--btn-tertiary-hover-border);color:var(--btn-tertiary-hover-text);-webkit-text-decoration-color:var(--btn-tertiary-hover-text);text-decoration-color:var(--btn-tertiary-hover-text)}.app-btn--tertiary.app-btn--active{background:var(--btn-tertiary-active-bg);border-color:var(--btn-tertiary-active-border);color:var(--btn-tertiary-active-text);-webkit-text-decoration-color:var(--btn-tertiary-active-text);text-decoration-color:var(--btn-tertiary-active-text)}.app-btn--tertiary.app-btn--icon-only{text-decoration:none}.app-btn--disabled,.app-btn:disabled{background:var(--btn-disabled-bg);border-color:var(--btn-disabled-border);color:var(--btn-disabled-text);pointer-events:none;cursor:not-allowed}.app-btn--tertiary.app-btn--disabled,.app-btn--tertiary:disabled{text-decoration:none}.app-btn--sm{height:28px;padding:0 10px;font-size:11px;border-radius:4px}.app-btn--lg{height:42px;padding:0 18px;font-size:14px;border-radius:8px}.app-btn--with-icon{grid-gap:8px;gap:8px}.app-btn__icon{width:14px;height:14px;display:inline-flex;align-items:center;justify-content:center}.app-btn__icon svg{width:14px;height:14px;stroke:currentColor}.app-btn--icon-only{width:34px;min-width:34px;padding:0}.app-btn--icon-only.app-btn--sm{width:28px;min-width:28px}.app-btn--icon-only.app-btn--lg{width:42px;min-width:42px}.app-btn--arrow-left:before{content:"\2190";line-height:1}.app-btn--arrow-right:after{content:"\2192";line-height:1}.home-content .app-btn{margin-top:1rem}button.btn-base{background-color:var(--pastilla-bg);color:var(--h-color);text-align:center;text-decoration:none;box-shadow:var(--sombra)}button.btn-base:focus,button.btn-base:hover{background-color:var(--azul)}button.btn-enfasis{width:100%;color:#fff;font-size:1.25rem;text-align:center;text-decoration:none;box-shadow:var(--sombra);background-color:var(--azul-oscuro);background-image:var(--azuloscdeg)}button.btn-enfasis:focus,button.btn-enfasis:hover{background:linear-gradient(-45deg,var(--azul-oscuro),var(--azul),var(--azul-oscuro),var(--azul));background-size:500%;animation:anime 10s linear infinite}button.btn-enfasis .flecha:after,button.btn-enfasis .flecha:before{background:#fff}button.btn-enfasis-naranja{width:100%;color:#fff;font-size:1.25rem;text-align:center;text-decoration:none;box-shadow:var(--sombra);background-color:var(--naranja);background-image:var(--rojodeg-a-color)}button.btn-enfasis-naranja:focus,button.btn-enfasis-naranja:hover{background:linear-gradient(-45deg,var(--naranja),var(--naranja),var(--naranja),var(--naranja));background-size:500%;animation:anime 10s linear infinite}button.btn-text{width:100%;background:none;box-shadow:none;padding:.5rem 1rem;margin:.5rem 0;font-size:1.25rem;color:var(--azul);font-weight:600;border-radius:var(--border-radius)}button.btn-text:hover{background-color:var(--gris-muy-claro)}button.btn-filtrar:before{content:"";display:inline-block;width:.75rem;height:.75rem;margin-right:.5rem;background-color:currentColor;border-radius:50%}button.btn-txt-flecha{width:100%;display:flex;justify-content:space-between;font-size:1.25rem}button.btn-txt-flecha>span{color:var(--h-color);text-align:left}button.btn-txt-flecha:hover>span button.btn-txt-flecha:focus>span{color:var(--azul)}button.btn-txt-flecha.btn-base:focus span,button.btn-txt-flecha.btn-base:hover span{color:#fff}.flecha{position:relative;width:16px;height:16px;margin:auto 0}.flecha:before{top:3px;transform:rotate(45deg)}.flecha:after,.flecha:before{position:absolute;left:0;content:"";background:var(--gris-oscuro);width:12px;height:2px}.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:var(--azul)}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{width:48px;height:48px;min-width:48px;min-height:48px;max-width:48px;max-height:48px;padding:.5rem;margin:.5rem;background:var(--pastilla-bg);border:none;border-radius:50%;cursor:pointer;box-shadow:var(--sombra)}.btn:focus,.btn:hover{background:var(--azuloscdeg);transition:all .3s ease-in-out}.grupo-botones{display:flex;justify-content:center;align-items:center;margin:1rem 0;text-align:center}.grupo-botones img{width:24px;margin:.25rem}.grupo-botones button{height:2rem;margin:.25rem;padding:.5rem 1rem;color:#fff;background-color:var(--gris-oscuro);border:none;border-radius:var(--border-radius);font-size:1rem;line-height:1}.grupo-botones button.active{background:var(--azuloscdeg);color:#fff}.grupo-botones button.deshabilitado{background-color:var(--gris-muy-claro);color:var(--gris-claro)}.grupo-botones button:focus,.grupo-botones button:hover{background-color:var(--gris-oscuro);transition:var(--hover-transition)}.grupo-botones button:active{background:var(--azuloscdeg);color:#fff}hr{margin:0;border:1px solid #ccc}div.utilidades{position:fixed;right:0;left:0;height:48px;margin:0 7rem 0 6.5rem;display:flex;justify-content:space-evenly;justify-content:flex-end;align-items:center;z-index:1001}.icono-info-home{margin:0 .5rem;width:24px;cursor:pointer}.icono-info-suministro{vertical-align:sub;width:20px;cursor:pointer}@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;position:relative;width:16px;height:16px;margin:0 .5rem 0 0}.flecha-derecha:before,.flecha-izquierda:before{position:absolute;top:3px;left:0;content:"";background:#fff;width:12px;height:3px;transform:rotate(-45deg)}.flecha-derecha:after,.flecha-izquierda:after{position:absolute;top:10px;left:0;content:"";background:#fff;width:12px;height:3px;transform:rotate(45deg)}.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:var(--gris-oscuro)}.tabs{margin-bottom:.5rem;display:flex;justify-content:space-evenly;flex-wrap:wrap;border-radius:var(--border-radius);background-color:var(--gris-muy-claro)}input[type=radio][name=tabs]{display:none}input[type=radio][name=tabs]:checked+.tabs-label{background:var(--azuloscdeg);color:#fff}.tabs-label{flex-grow:1;height:3rem;padding:0 .5rem;display:inline-flex;align-items:center;justify-content:center;text-align:center;cursor:pointer;border-radius:var(--border-radius);transition:var(--hover-transition)}.tabs-label:hover{color:var(--azul)}.tabs button{flex-grow:1;height:3rem;padding:0 .5rem;margin:0;border-radius:var(--border-radius);background:none;box-shadow:none;color:inherit}.tabs button:hover{color:var(--azul)}.tabs button.active{background:var(--azuloscdeg);color:#fff}.filtro_ordenar{margin-bottom:.5rem;padding:.25rem 1rem;color:var(--gris-oscuro)}.ordenar-label{display:inline-block;width:calc(25% - .5rem);margin:0 .25rem;font-size:.75rem;text-align:center}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:var(--azul)}a.link{text-decoration:underline;font-size:1rem;display:block;margin:.5rem 0;cursor:pointer}.icon-config{background-color:initial;background-repeat:no-repeat;background-position:50%;background-size:contain;border:1px solid hsla(0,0%,100%,.35);border-radius:50%}.icon-config:hover{background-color:hsla(0,0%,100%,.08)}.icon-ventas-old{background-color:initial;background-repeat:no-repeat;background-position:50%;background-size:contain;border:1px solid hsla(0,0%,100%,.35);border-radius:50%}.alerta{position:fixed;left:0;right:0;bottom:0;z-index:1002;padding:16px 16px 24px;background-color:rgba(41,170,226,.6901960784313725);transition:all .15s ease-in-out}.alerta span{color:#fff;font-size:16px;line-height:1}.alerta:after{transform:rotate(-45deg)}.alerta:after,.alerta:before{content:"";position:absolute;right:16px;top:16px;width:20px;height:2px;background:#fff;border-radius:1px}.alerta:before{transform:rotate(45deg)}.bloque{animation-name:slide-up;animation-duration:.5s;animation-delay:0;animation-fill-mode:forwards;opacity:0;transform:translateY(40px)}@keyframes slide-right{0%{opacity:0;transform:translateX(-40px)}to{opacity:1;transform:translateX(0)}}.animate-slide-right{animation-name:slide-right;animation-duration:.5s;animation-delay:0;animation-fill-mode:forwards;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}
/*# sourceMappingURL=main.12b12860.chunk.css.map */