@import"https://fonts.googleapis.com/css2?family=Source+Serif+4:wght@600;700&family=IBM+Plex+Sans:wght@400;500;600;700&display=swap";:root{--red: #B53632;--bg: #fff;--paper: #fbfaf7;--panel: #f8f7f5;--fg: #1a1a1a;--muted: #666;--faint: #999;--border: #e0e0e0;font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.5;font-weight:400;color:var(--fg);background-color:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background:var(--bg)}#root{width:100%;max-width:1120px;margin:0 auto;padding:0 2rem 2rem;text-align:center}@media (max-width: 768px){#root{padding:.5rem 1rem 2rem}}.filters{margin:0;padding:1.25rem;border-radius:8px;background:var(--paper);border:1px solid var(--border);box-shadow:none;display:flex;flex-direction:column;gap:.9rem;align-items:stretch;position:relative}.filters:before{content:none}.filters-title{margin:0 0 .5rem;font-family:"Source Serif 4",Georgia,serif;font-size:1.1em;font-weight:700;color:var(--fg);line-height:1.2;text-align:left}.filter-section{background:#fff;border:1px solid var(--border);border-radius:8px;padding:.85rem}.filter-group{display:flex;flex-direction:column;gap:1rem;align-items:center}.filter-label{font-weight:600;font-size:1.1em;color:var(--muted);text-align:center;margin-bottom:.5rem;letter-spacing:.025em}.municipi-select-container{display:flex;justify-content:center;width:100%}.municipi-select{padding:.75rem 1rem;border-radius:8px;border:1px solid rgba(0,0,0,.2);background:#0000000d;color:inherit;font-size:1rem;font-family:inherit;cursor:pointer;transition:all .2s ease;width:100%}.municipi-select:hover{border-color:var(--red);background:#fff}.municipi-select:focus{outline:none;border-color:var(--red);box-shadow:0 0 0 2px #e3120b24}.municipi-select option{background:#fff;color:#000;padding:.5rem}.year-buttons{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr 1fr;gap:.75rem;width:100%}.year-button{padding:.6rem .8rem;border-radius:6px;border:1px solid var(--border);background:#fff;color:inherit;font-size:.9rem;font-family:inherit;font-weight:500;cursor:pointer;transition:all .2s ease;text-align:center}.year-button:hover{border-color:var(--red);background:#fff5f4;transform:translateY(-1px)}.year-button.active{background:var(--red);border-color:var(--red);color:#fff;box-shadow:0 2px 6px #e3120b2e}.year-button:focus{outline:none;box-shadow:0 0 0 2px #e3120b24}.unit-buttons{display:flex;flex-direction:column;gap:.75rem;width:100%}.unit-button{padding:.6rem 1rem;border-radius:6px;border:1px solid var(--border);background:#fff;color:inherit;font-size:.9rem;font-family:inherit;font-weight:500;cursor:pointer;transition:all .2s ease;text-align:center}.unit-button:hover{border-color:var(--red);background:#fff5f4;transform:translateY(-1px)}.unit-button.active{background:var(--red);border-color:var(--red);color:#fff;box-shadow:0 2px 6px #e3120b2e}.unit-button:focus{outline:none;box-shadow:0 0 0 2px #e3120b24}.municipi-select-react{width:100%}.municipi-select-react .react-select__control{border:1px solid rgba(0,0,0,.2);border-radius:8px;background:#fff;box-shadow:none;min-height:40px;transition:all .2s ease;width:100%}.municipi-select-react .react-select__control:hover{border-color:var(--red);background:#fff}.municipi-select-react .react-select__control--is-focused{border-color:var(--red);background:#fff;box-shadow:0 0 0 2px #e3120b24}.municipi-select-react .react-select__control--is-focused:hover{border-color:var(--red)}.municipi-select-react .react-select__placeholder{color:#718096;font-size:1rem}.municipi-select-react .react-select__single-value,.municipi-select-react .react-select__input-container{color:inherit;font-size:1rem}.municipi-select-react .react-select__menu{border-radius:8px;box-shadow:0 4px 12px #00000026;border:1px solid rgba(0,0,0,.1);width:100%;min-width:250px}.municipi-select-react .react-select__option{background:#fff;color:#1a1a1a;padding:8px 12px;cursor:pointer}.municipi-select-react .react-select__option:hover,.municipi-select-react .react-select__option--is-focused{background:#fff5f4;color:var(--fg)}.municipi-select-react .react-select__option--is-selected{background:var(--red);color:#fff}.municipi-select-react .react-select__clear-indicator{color:#718096;cursor:pointer}.municipi-select-react .react-select__clear-indicator:hover{color:#e53e3e}.municipi-select-react .react-select__dropdown-indicator{color:#718096;cursor:pointer}.municipi-select-react .react-select__dropdown-indicator:hover{color:var(--red)}.chart-section{margin-top:0;padding:1.25rem;border-radius:8px;background:#fff;border:1px solid var(--border);box-shadow:none;position:relative}.chart-section:before{content:"";display:block;width:54px;height:3px;margin:0 auto .85rem;background:var(--red)}.chart-section h3{margin-top:0;margin-bottom:1rem;color:var(--fg);font-family:"Source Serif 4",Georgia,serif;font-size:1.3em;line-height:1.2;text-align:center}.debug-notice{background:#ffc10726;border:1px solid rgba(255,193,7,.4);padding:.75rem;border-radius:6px;margin-bottom:1rem;font-size:.9em;font-weight:500;color:#856404}.debug-info{margin-top:1.5rem;padding:1rem;background:#0000001a;border-radius:6px;border:1px solid rgba(0,0,0,.1)}.debug-info h4{margin:0 0 .5rem;color:var(--red);font-size:1em}.debug-info pre{margin:0;font-size:.8em;color:#333;background:#0003;padding:.5rem;border-radius:4px;overflow-x:auto;white-space:pre-wrap}.no-data{text-align:center;padding:3rem 1rem;opacity:.7}.no-data p{margin:.5rem 0}.no-data-help{font-size:.9em;opacity:.6}.custom-tooltip{background:#fffffff7;border:1px solid rgba(0,0,0,.2);border-radius:6px;padding:.75rem;box-shadow:0 4px 12px #0000004d;color:#333}.tooltip-label{font-weight:700;margin:0 0 .5rem;color:#333;border-bottom:1px solid rgba(0,0,0,.2);padding-bottom:.25rem}.tooltip-item{margin:.25rem 0;font-size:.9em}.tooltip-total{margin:.5rem 0 0;font-weight:700;border-top:1px solid rgba(0,0,0,.2);padding-top:.25rem;color:#333}.external-legend{margin-top:.375rem}.chart-source{margin-top:1rem;text-align:center;font-size:.8em;color:#666;opacity:.8;line-height:1.3}.chart-source a{color:var(--red);text-decoration:none;transition:color .2s ease}.chart-source a:hover{color:#a70d08;text-decoration:underline}.custom-legend{display:flex;flex-direction:column;align-items:center;gap:.25rem;margin:0}.legend-title{font-size:1em;font-weight:600;color:var(--fg);margin-bottom:.1rem}.legend-items{display:flex;justify-content:center;align-items:center;gap:1.5rem;flex-wrap:wrap}.legend-item{display:flex;align-items:center;gap:.5rem;font-size:.9em;font-weight:500;color:var(--muted)}.legend-color-box{width:12px;height:12px;border-radius:2px;display:inline-block;border:1px solid rgba(0,0,0,.1)}@media (max-width: 768px){.chart-section{padding:1rem;margin-top:0}.chart-section h3{font-size:1.2em;margin-bottom:1rem}.external-legend{margin-top:1rem}.chart-source{margin-top:1.5rem;font-size:.75em}.custom-legend{gap:.75rem;flex-direction:column;align-items:center}.legend-items{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:.75rem .5rem;justify-items:center;align-items:center;width:100%;max-width:300px;padding:0 2rem}.legend-item{font-size:.85em;margin:0}.legend-item:nth-child(3){grid-column:1 / -1;justify-self:center}.legend-color-box{width:12px;height:12px}}@media (max-width: 375px){.external-legend{margin-top:.75rem}.chart-source{margin-top:1rem;font-size:.7em}.custom-legend{gap:.5rem}.legend-items{gap:.75rem .25rem;padding:0 1rem}.legend-item{font-size:.8em}}.language-dashboard{margin-top:0;padding:1.25rem;border-radius:8px;background:#fff;border:1px solid var(--border);box-shadow:none;position:relative;text-align:left}.language-dashboard:before{content:"";display:block;width:54px;height:3px;margin-bottom:.85rem;background:var(--red)}.language-dashboard-header{display:flex;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.language-dashboard-kicker{margin:0 0 .25rem;color:var(--red);font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.language-dashboard h2{margin:0 0 .35rem;color:var(--fg);font-family:"Source Serif 4",Georgia,serif;font-size:1.5rem;line-height:1.2;text-align:left}.language-dashboard-header p:last-child{max-width:760px;margin:0;color:var(--muted);font-size:.98rem;line-height:1.45}.language-dashboard-controls{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem;margin-bottom:1.25rem}.language-dashboard-control{padding:.85rem;border:1px solid var(--border);border-radius:8px;background:var(--paper)}.language-dashboard-control>span{display:block;margin-bottom:.5rem;color:var(--faint);font-size:.78rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.language-dashboard-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.language-dashboard-button{flex:1 1 auto;min-width:max-content;padding:.55rem .7rem;border:1px solid var(--border);border-radius:6px;background:#fff;color:inherit;font-family:inherit;font-size:.86rem;font-weight:600;cursor:pointer;transition:all .2s ease}.language-dashboard-button:hover{border-color:var(--red);background:#fff5f4;transform:translateY(-1px)}.language-dashboard-button.active{background:var(--red);border-color:var(--red);color:#fff;box-shadow:0 2px 6px #e3120b2e}.language-dashboard-button:focus{outline:none;box-shadow:0 0 0 2px #e3120b24}.language-dashboard-chart{width:100%;min-height:420px}.language-dashboard-tooltip{max-width:280px;padding:.75rem;border:1px solid rgba(0,0,0,.2);border-radius:8px;background:#fffffff7;box-shadow:0 4px 12px #00000038;color:#333}.language-dashboard-tooltip p{margin:.25rem 0;font-size:.86rem;font-weight:600}.language-dashboard-tooltip-title{margin-bottom:.5rem!important;padding-bottom:.35rem;border-bottom:1px solid rgba(0,0,0,.16);color:var(--fg);font-weight:800!important}.language-dashboard-tooltip-total{margin-top:.5rem!important;padding-top:.35rem;border-top:1px solid rgba(0,0,0,.16);color:var(--fg)}.language-dashboard-source{margin-top:1rem;color:var(--faint);font-size:.8rem;line-height:1.4;text-align:center;opacity:.85}.language-dashboard-state{padding:2rem 1rem;color:var(--muted);text-align:center}.language-dashboard-state.error{color:#dc3545}@media (max-width: 1024px){.language-dashboard-controls{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 768px){.language-dashboard{padding:1rem}.language-dashboard h2{font-size:1.25rem}.language-dashboard-header p:last-child{font-size:.9rem}.language-dashboard-controls{grid-template-columns:1fr;gap:.75rem}.language-dashboard-control{padding:.75rem}.language-dashboard-button{font-size:.82rem}.language-dashboard-chart{min-height:470px}}.app{width:100%;border-top:4px solid var(--red);border-bottom:2px solid var(--red);padding:1.25rem 0 .75rem}.app-header{padding:0 1rem 1rem}.banner-image{width:100%;max-width:100%;height:auto;margin-bottom:1.35rem;border-radius:4px;object-fit:contain;display:block}.content-layout{display:flex;gap:1.25rem;align-items:flex-start}.filters-container{flex:0 0 auto;min-width:320px;max-width:400px}.chart-container{flex:1;min-width:0}.secondary-section{margin-top:1.35rem}@media (max-width: 768px){.app-header{padding:0 .25rem .5rem}.banner-image{margin-bottom:1rem}.content-layout{flex-direction:column;gap:1rem}.filters-container{max-width:100%;width:100%;order:1}.chart-container{width:100%;order:2;min-width:0;overflow-x:auto}.secondary-section{margin-top:1.25rem}}.app-header h1{font-family:"Source Serif 4",Georgia,serif;font-size:3.2em;line-height:1.1;margin-bottom:1rem;color:var(--fg);font-weight:700}.app-header p{font-size:1.2em;margin:.5rem 0}.error{background:#dc35451a;border:1px solid rgba(220,53,69,.3);padding:1rem;border-radius:8px;color:#dc3545}.error-help{font-size:.9em;opacity:.8;margin-top:.5rem}
