body{margin:0;padding:0}.estadisto-app{display:block;width:100%;max-width:100%;min-width:0;box-sizing:border-box;--container-max: 1260px;--gutter: 16px;--space-0: 4px;--space-1: 8px;--space-2: 16px;--space-3: 24px;--space-4: 32px;--space-5: 40px;--space-6: 48px;--section-gap: var(--space-4);--card-gap: var(--space-2);--card-pad: var(--space-2);--card-margin: var(--space-2);--card-radius: 0;--card-shadow: 0 1px 2px rgba(0,0,0,.05);--card-bg: #FAFAFA;--gral-brd: #e5e5e5;--guide-color: #e9e9e9;--bg: #FAFAFA;--text: #1f1f1f;--muted: #6f6f6f;--grid:#eee;--axis:#d9d9d9;--note:#7b7b7b;--accent:#3d6fff;--accent-soft: #e9efff;--btn-bg: #ffffff;--btn-hover-bg: #F0F0F0;--toggle-active-bg: #000;--toggle-active-fg: #fff;--toggle-inactive-bg: var(--btn-bg);--toggle-inactive-fg: var(--text);--toggle-inactive-brd: var(--gral-brd);--toggle-active-bg-hover: rgba(0,0,0,.85);--toggle-inactive-fg-hover: var(--text);--toggle-sep-width: 1ch;--plotly-line-width: 2px;--font-sans: "Barlow", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;--font-condensed: "Barlow Condensed", "Barlow", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;--font-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;--text-xxs: .5rem;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-md: 1.1rem;--text-lg: 1.35rem;--text-xl: 1.6rem;--text-2xl: 2rem;--lh-tight: 1.2;--lh-base: 1.5;--card-header-gap: 24px;--annotation-gap: 10px;--annotation-border: #e1e1e1;font-family:var(--font-sans);background:var(--bg);color:var(--text)}.estadisto-app .js-plotly-plot .legend .legendlines path.js-line,.estadisto-app .js-plotly-plot .hoverlayer .legend .legendlines path.js-line{stroke-width:var(--plotly-line-width)!important}.estadisto-app .js-plotly-plot .hoverlayer .hovertext tspan:first-child{font-weight:600!important}.estadisto-app .js-plotly-plot .hoverlayer .hovertext tspan:not(:first-child){font-weight:400!important}.estadisto-app .js-plotly-plot .hoverlayer .legend text.legendtitletext{font-weight:600!important}.estadisto-app .js-plotly-plot .hoverlayer .legend text.legendtext{font-weight:400!important}.estadisto-app .container,.estadisto-app .wrap{width:min(100%,var(--container-max));max-width:100%;box-sizing:border-box;margin:0 auto;padding:0 var(--gutter)}.estadisto-app .section{width:100%}.estadisto-app .stack>*+*{margin-top:var(--stack-gap, var(--section-gap))}.estadisto-app .stack>#polling-charts{margin-top:0}.estadisto-app .stack-tight{--stack-gap: 12px;padding:0}.estadisto-app .stack-cards{--stack-gap: var(--card-gap)}.estadisto-app .grid,.estadisto-app .grid-2,.estadisto-app .grid-12{display:grid;grid-template-columns:1fr;gap:var(--card-gap)}.estadisto-app .span-8,.estadisto-app .span-9,.estadisto-app .span-10{grid-column:1 / -1}.estadisto-app .card{display:flex;flex-direction:column;min-width:0}.estadisto-app .chart-card{display:flex;flex-direction:column;background:var(--card-bg);border:1px solid var(--gral-brd);border-radius:var(--card-radius);padding:0;width:100%;min-width:0;box-sizing:border-box;margin-bottom:var(--card-margin)}.estadisto-app .card-header{display:flex;flex-direction:column;gap:var(--card-header-gap);border-bottom:var(--guide-color) 1px solid}.estadisto-app .card-title{font-size:var(--text-lg);font-weight:600;color:var(--text);margin:0;margin-bottom:var(--card-header-gap);margin-top:var(--card-header-gap);margin-left:var(--space-2)}.estadisto-app .card-meta{font-size:var(--text-sm);color:var(--muted)}.estadisto-app .chart-container{width:100%;min-width:0;min-height:clamp(280px,55vh,420px)}.estadisto-app .chart-note,.estadisto-app .card-annotation{font-size:var(--text-xs);color:var(--muted);text-align:right;margin-right:var(--space-3)}.estadisto-app .header{display:flex;flex-direction:column;gap:8px;align-items:flex-start;text-align:left;padding:12px 0 6px}.estadisto-app .header h1{font-size:var(--text-lg);line-height:var(--lh-tight);margin:0;font-weight:600;font-family:var(--font-condensed);overflow-wrap:anywhere}.estadisto-app .section-title{font-size:var(--text-lg);line-height:var(--lh-tight);margin:0;font-weight:600;font-family:var(--font-condensed)}.estadisto-app .section-meta{font-size:var(--text-sm);color:var(--muted);margin-top:4px;max-width:76ch;line-height:var(--lh-base)}.estadisto-app .sub{font-size:var(--text-sm);color:var(--muted);margin-top:4px;max-width:76ch;overflow-wrap:anywhere}.estadisto-app .footer{padding:8px 0 16px;font-size:var(--text-xs);color:var(--note)}.estadisto-app details{margin-top:8px}.estadisto-app summary{cursor:pointer}.estadisto-app code,.estadisto-app pre{font-family:var(--font-mono);font-size:var(--text-xs)}@media (min-width: 768px){.estadisto-app{--gutter: 24px;--space-0: 8px;--section-gap: var(--space-5);--card-gap: var(--space-3);--card-pad: 20px}.estadisto-app .stack-tight{--stack-gap: 12px;padding:0}.estadisto-app .chart-note{font-size:var(--text-xs)}.estadisto-app .header h1{font-size:var(--text-xl)}.estadisto-app .card-title{margin-left:var(--space-3)}.estadisto-app .grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.estadisto-app{--gutter: 32px;--space-0: 16px;--section-gap: var(--space-6);--card-pad: 32px}.estadisto-app .chart-container{min-height:420px;border-bottom:var(--guide-color) 1px solid}.estadisto-app .header{flex-direction:row;align-items:flex-end;justify-content:flex-start;gap:16px}.estadisto-app .card-title{margin-left:var(--space-5)}.estadisto-app .grid-12{grid-template-columns:repeat(12,minmax(0,1fr))}.estadisto-app .span-8{grid-column:span 8}.estadisto-app .span-9{grid-column:span 9}.estadisto-app .span-10{grid-column:span 10}}.estadisto-app .view-toggle{display:inline-flex;align-items:center;flex-wrap:wrap;gap:8px;row-gap:6px;font-size:var(--text-sm);margin:var(--space-3) 0}.estadisto-app .view-toggle__label{color:var(--muted);font-weight:500}.estadisto-app .view-toggle__link{color:var(--toggle-inactive-fg);text-decoration:none;padding:5px 18px 6px 14px;border-radius:999px;background-color:var(--toggle-inactive-bg);border:1px solid transparent;box-sizing:border-box;line-height:1;font-weight:600;display:inline-flex;align-items:center;gap:var(--space-1)}.estadisto-app .view-toggle__link:before{content:"";width:20px;height:20px;flex:0 0 20px;background-position:center;background-repeat:no-repeat;background-size:contain}.estadisto-app #view-toggle-bars:before{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20width='100%25'%20height='100%25'%20viewBox='0%200%2048%2048'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20xml:space='preserve'%20xmlns:serif='http://www.serif.com/'%20style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3e%3cg%20transform='matrix(1,0,0,1,-482.307016,-40)'%3e%3cg%20id='Barras'%20transform='matrix(0.32404,0,0,0.390761,373.221023,30.769419)'%3e%3crect%20x='336.644'%20y='23.622'%20width='148.13'%20height='122.837'%20style='fill:none;'/%3e%3cg%20id='Barras1'%20serif:id='Barras'%20transform='matrix(1.543019,0,0,1.279554,264.911397,-31.711089)'%3e%3cg%20transform='matrix(0.508,0,0,0.903111,64.488189,-4.755906)'%3e%3crect%20x='47.244'%20y='70.866'%20width='23.622'%20height='70.866'/%3e%3c/g%3e%3cg%20transform='matrix(0.508,0,0,0.769754,82.488189,14.145134)'%3e%3crect%20x='47.244'%20y='70.866'%20width='23.622'%20height='70.866'/%3e%3c/g%3e%3cg%20transform='matrix(0.508,0,0,0.636396,46.488189,33.046174)'%3e%3crect%20x='47.244'%20y='70.866'%20width='23.622'%20height='70.866'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.estadisto-app #view-toggle-lines:before{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20width='100%25'%20height='100%25'%20viewBox='0%200%2048%2048'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20xml:space='preserve'%20xmlns:serif='http://www.serif.com/'%20style='fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:2.5;'%3e%3cg%20transform='matrix(1,0,0,1,-426.314388,-40)'%3e%3cg%20id='Líneas'%20transform='matrix(0.32404,0,0,0.390761,317.228395,30.769419)'%3e%3crect%20x='336.644'%20y='23.622'%20width='148.13'%20height='122.837'%20style='fill:none;'/%3e%3cg%20id='Líneas1'%20serif:id='Líneas'%20transform='matrix(1.970105,0,0,1.633716,217.062181,-70.241269)'%3e%3cpath%20d='M73.229,120.111L88.894,95.048L98.292,110.086L123.355,69.985'%20style='fill:none;stroke:black;stroke-width:6.53px;'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.estadisto-app .view-toggle__link.is-active,.estadisto-app .view-toggle__link.active,.estadisto-app .view-toggle__link.selected,.estadisto-app .view-toggle__link[aria-pressed=true]{background-color:var(--toggle-active-bg);color:var(--toggle-active-fg);border-color:transparent}.estadisto-app #view-toggle-bars.is-active:before,.estadisto-app #view-toggle-bars.active:before,.estadisto-app #view-toggle-bars.selected:before,.estadisto-app #view-toggle-bars[aria-pressed=true]:before{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20width='100%25'%20height='100%25'%20viewBox='0%200%2048%2048'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20xml:space='preserve'%20xmlns:serif='http://www.serif.com/'%20style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3e%3cg%20transform='matrix(1,0,0,1,-482.307016,-40)'%3e%3cg%20id='Barras'%20transform='matrix(0.32404,0,0,0.390761,373.221023,30.769419)'%3e%3crect%20x='336.644'%20y='23.622'%20width='148.13'%20height='122.837'%20style='fill:none;'/%3e%3cg%20id='Barras1'%20serif:id='Barras'%20transform='matrix(1.543019,0,0,1.279554,264.911397,-31.711089)'%3e%3cg%20transform='matrix(0.508,0,0,0.903111,64.488189,-4.755906)'%3e%3crect%20x='47.244'%20y='70.866'%20width='23.622'%20height='70.866'%20style='fill:white;'/%3e%3crect%20x='47.244'%20y='70.866'%20width='23.622'%20height='70.866'%20style='fill:white;'/%3e%3c/g%3e%3cg%20transform='matrix(0.508,0,0,0.769754,82.488189,14.145134)'%3e%3crect%20x='47.244'%20y='70.866'%20width='23.622'%20height='70.866'%20style='fill:white;'/%3e%3crect%20x='47.244'%20y='70.866'%20width='23.622'%20height='70.866'%20style='fill:white;'/%3e%3c/g%3e%3cg%20transform='matrix(0.508,0,0,0.636396,46.488189,33.046174)'%3e%3crect%20x='47.244'%20y='70.866'%20width='23.622'%20height='70.866'%20style='fill:white;'/%3e%3crect%20x='47.244'%20y='70.866'%20width='23.622'%20height='70.866'%20style='fill:white;'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.estadisto-app #view-toggle-lines.is-active:before,.estadisto-app #view-toggle-lines.active:before,.estadisto-app #view-toggle-lines.selected:before,.estadisto-app #view-toggle-lines[aria-pressed=true]:before{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20width='100%25'%20height='100%25'%20viewBox='0%200%2048%2048'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20xml:space='preserve'%20xmlns:serif='http://www.serif.com/'%20style='fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:2.5;'%3e%3cg%20transform='matrix(1,0,0,1,-426.314388,-40)'%3e%3cg%20id='Líneas'%20transform='matrix(0.32404,0,0,0.390761,317.228395,30.769419)'%3e%3crect%20x='336.644'%20y='23.622'%20width='148.13'%20height='122.837'%20style='fill:none;'/%3e%3cg%20id='Líneas1'%20serif:id='Líneas'%20transform='matrix(1.970105,0,0,1.633716,217.062181,-70.241269)'%3e%3cpath%20d='M73.229,120.111L88.894,95.048L98.292,110.086L123.355,69.985'%20style='fill:none;stroke:white;stroke-width:6.53px;'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.estadisto-app .view-toggle__link.is-active:hover,.estadisto-app .view-toggle__link.is-active:focus-visible,.estadisto-app .view-toggle__link.active:hover,.estadisto-app .view-toggle__link.active:focus-visible,.estadisto-app .view-toggle__link.selected:hover,.estadisto-app .view-toggle__link.selected:focus-visible,.estadisto-app .view-toggle__link[aria-pressed=true]:hover,.estadisto-app .view-toggle__link[aria-pressed=true]:focus-visible{background-color:var(--toggle-active-bg-hover);color:var(--toggle-active-fg)}.estadisto-app .view-toggle__link:not(.is-active):not(.active):not(.selected):not([aria-pressed=true]):hover,.estadisto-app .view-toggle__link:not(.is-active):not(.active):not(.selected):not([aria-pressed=true]):focus-visible{text-decoration:none;color:var(--toggle-inactive-fg-hover);background-color:var(--btn-hover-bg)}.estadisto-app .view-toggle__link:not(.is-active):not(.active):not(.selected):not([aria-pressed=true]){border-color:var(--toggle-inactive-brd)}.estadisto-app .nav-button{background-color:var(--btn-bg)}.estadisto-app .nav-button:hover,.estadisto-app .nav-button:focus-visible{background-color:var(--btn-hover-bg)}.estadisto-app .view-toggle__sep{color:var(--gral-brd);display:inline-block;width:1px;height:1em;background-color:var(--gral-brd);margin:0 3px;pointer-events:none}.estadisto-app .is-bars-view .js-plotly-plot .legendtoggle,.estadisto-app .is-bars-view .js-plotly-plot .legend .traces{cursor:default!important}.estadisto-app .is-bars-view .js-plotly-plot .xtick text,.estadisto-app .is-bars-view .js-plotly-plot .xaxislayer-above,.estadisto-app .is-bars-view .js-plotly-plot .xaxislayer-below,.estadisto-app .is-bars-view .js-plotly-plot .xaxislayer-above *,.estadisto-app .is-bars-view .js-plotly-plot .xaxislayer-below *,.estadisto-app .is-bars-view .js-plotly-plot .draglayer,.estadisto-app .is-bars-view .js-plotly-plot .draglayer *,.estadisto-app .is-bars-view .js-plotly-plot .nsewdrag,.estadisto-app .is-bars-view .js-plotly-plot .nsdrag,.estadisto-app .is-bars-view .js-plotly-plot .ewdrag{cursor:default!important}.estadisto-app .is-lines-view .js-plotly-plot .xtick text,.estadisto-app .is-lines-view .js-plotly-plot .xaxislayer-above,.estadisto-app .is-lines-view .js-plotly-plot .xaxislayer-below,.estadisto-app .is-lines-view .js-plotly-plot .xaxislayer-above *,.estadisto-app .is-lines-view .js-plotly-plot .xaxislayer-below *,.estadisto-app .is-lines-view .js-plotly-plot .draglayer,.estadisto-app .is-lines-view .js-plotly-plot .draglayer *,.estadisto-app .is-lines-view .js-plotly-plot .nsewdrag,.estadisto-app .is-lines-view .js-plotly-plot .nsdrag,.estadisto-app .is-lines-view .js-plotly-plot .ewdrag{cursor:default!important}
