@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;--max-width: 1200px;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;min-width:320px;min-height:100vh;background:var(--bg)}#root{width:100%;min-height:100vh}.site-header{border-top:4px solid var(--red);border-bottom:1px solid var(--border);background:var(--bg)}.site-header__inner{max-width:var(--max-width);margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.site-brand{font-family:"Source Serif 4",Georgia,serif;font-size:1.75rem;font-weight:700;color:var(--fg);text-decoration:none;line-height:1.1;white-space:nowrap}.site-brand:hover{color:var(--red)}.site-nav{display:flex;flex-wrap:wrap;gap:.5rem 1.25rem;justify-content:flex-end}.site-nav__link{color:var(--muted);text-decoration:none;font-weight:500;font-size:.95rem;padding:.25rem 0;border-bottom:2px solid transparent;transition:color .15s ease,border-color .15s ease}.site-nav__link:hover{color:var(--fg)}.site-nav__link--active{color:var(--red);border-bottom-color:var(--red)}@media(max-width:640px){.site-header__inner{flex-direction:column;align-items:flex-start;padding:1rem}.site-brand{font-size:1.5rem}.site-nav{width:100%;justify-content:flex-start}}.site-footer{border-top:1px solid var(--border);margin-top:auto}.site-footer__inner{max-width:var(--max-width);margin:0 auto;padding:1.25rem 1.5rem 2rem;color:var(--faint);font-size:.875rem;text-align:left}.site-footer__inner p{margin:0}.page-layout{max-width:var(--max-width);margin:0 auto;padding:2rem 1.5rem 3rem;text-align:left}.page-layout__intro{margin-bottom:2rem}.page-layout__title{font-family:"Source Serif 4",Georgia,serif;font-size:clamp(1.75rem,4vw,2.5rem);line-height:1.15;margin:0 0 .75rem;color:var(--fg);font-weight:700}.page-layout__description{margin:0;max-width:62ch;color:var(--muted);font-size:1.05rem;line-height:1.6}@media(max-width:768px){.page-layout{padding:1.5rem 1rem 2.5rem}}.ui-error{background:#dc35451a;border:1px solid rgba(220,53,69,.3);padding:1rem;border-radius:8px;color:#dc3545}.ui-error p{margin:0}.ui-state{color:var(--muted);padding:2rem 0}.filter-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.filter-buttons--grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr 1fr;gap:.75rem;width:100%}.filter-buttons--column{flex-direction:column;gap:.75rem;width:100%}.filter-button{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;text-align:center}.filter-buttons--wrap .filter-button{flex:1 1 auto;min-width:max-content}.filter-button:hover{border-color:var(--red);background:#fff5f4;transform:translateY(-1px)}.filter-button.active{background:var(--red);border-color:var(--red);color:#fff;box-shadow:0 2px 6px #e3120b2e}.filter-button:focus{outline:none;box-shadow:0 0 0 2px #e3120b24}@media(max-width:768px){.filter-button{font-size:.82rem}}.filter-control-group{padding:.85rem;border:1px solid var(--border);border-radius:8px;background:var(--paper)}.filter-control-group__label{display:block;margin-bottom:.5rem;color:var(--faint);font-size:.78rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}@media(max-width:768px){.filter-control-group{padding:.75rem}}.language-filters{margin:0;padding:1.25rem;border-radius:8px;background:var(--paper);border:1px solid var(--border);display:flex;flex-direction:column;gap:.9rem}.language-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}.language-filters .filter-control-group{background:#fff}.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-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:768px){.language-dashboard{padding:1rem}.language-dashboard h2{font-size:1.25rem}.language-dashboard-header p:last-child{font-size:.9rem}.language-dashboard-chart{min-height:470px}}.app-shell{min-height:100vh;display:flex;flex-direction:column}.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}@media(max-width:768px){.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}}.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}}.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}.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)}.salaris-chart{padding:1.25rem;border:1px solid var(--border);border-radius:8px;background:#fff}.salaris-chart__header{margin-bottom:1.25rem}.salaris-chart__kicker{margin:0 0 .25rem;color:var(--red);font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.salaris-chart h3{margin:0 0 .35rem;font-family:"Source Serif 4",Georgia,serif;font-size:1.35rem;line-height:1.2}.salaris-chart__header p:last-child{margin:0;max-width:70ch;color:var(--muted);line-height:1.45}.salaris-chart__canvas{position:relative;width:100%;min-height:360px;cursor:crosshair}.salaris-chart__floating-tooltip{position:absolute;z-index:2;max-width:280px;padding:.75rem .9rem;border:1px solid rgba(0,0,0,.12);border-radius:8px;background:#fffffffa;box-shadow:0 8px 24px #0000001f;color:var(--fg);font-size:.92rem;font-weight:600;line-height:1.4;pointer-events:none;transform:translate(12px,-110%)}.salaris-tooltip{max-width:320px;padding:.85rem 1rem;border:1px solid rgba(0,0,0,.12);border-radius:8px;background:#fffffffa;box-shadow:0 8px 24px #0000001f}.salaris-tooltip__lead{margin:0 0 .35rem;color:var(--fg);font-size:.95rem;font-weight:600;line-height:1.4}.salaris-tooltip__detail{margin:0;color:var(--muted);font-size:.86rem}.salaris-chart__source{margin-top:1rem;color:var(--faint);font-size:.8rem;line-height:1.45;text-align:center}@media(max-width:768px){.salaris-chart{padding:1rem}.salaris-chart h3{font-size:1.2rem}}.home-sections{display:flex;flex-direction:column;gap:3.5rem}.home-section{scroll-margin-top:1rem}.home-section+.home-section{padding-top:3.5rem;border-top:1px solid var(--border)}.home-section__header{margin-bottom:1.5rem}.home-section__title{margin:0 0 .5rem;font-family:"Source Serif 4",Georgia,serif;font-size:clamp(1.35rem,3vw,1.75rem);line-height:1.2;color:var(--fg)}.home-section__description{margin:0;max-width:62ch;color:var(--muted);line-height:1.5}.home-section__content{min-width:0}@media(max-width:768px){.home-sections{gap:2.5rem}.home-section+.home-section{padding-top:2.5rem}}
