@import url(https://www.ksh.hu/css/fonts/roboto/stylesheet.css);@import url(https://www.ksh.hu/css/fonts/robotocondensed/stylesheet.css);#desc,h1{position:relative}.close,.country-bar{top:0;text-align:center}.close:hover,.tab-link.active,.tab-link:hover{color:var(--head)}#tab-indicator,header{background-color:var(--head)}#desc,#desc p{line-height:1.5}:root{--bg:#f4f7fb;--bg-trans:#f4f7fbf8;--head:#20286d;--card:#fff;--text:#1f2d3d;--muted:#6b7c93;--border:#e1e7ef;--radius:1rem;--card-shadow:1px 3px 6px 1px rgba(0, 0, 0, 0.1);--pop:#bb69cd;--bus:#cb664b;--gdp:#9b51e0;--for:#008fcb;--tur:#7a8a7d;--ext:#962e34;--con:#fdb94c}*{box-sizing:border-box;margin:0;padding:0}.hide{display:none!important}body{font-family:Roboto,Arial,sans-serif;background:var(--bg);color:var(--text)}header{display:flex;align-items:center;gap:2rem;padding:1rem 2rem}h1{flex:1;min-width:200px;font-size:clamp(1.25rem, .25rem + 2vw, 1.75rem);font-weight:300;line-height:1.2;color:#fff}.country-bar{position:sticky;background:#fff;padding:1rem;border-bottom:1px solid var(--head);z-index:100}.close,.tab-link{background:0 0;cursor:pointer}.country-bar select{margin-left:1rem;padding:.25rem;font-size:inherit;background-color:var(--bg);border:1px solid var(--head);border-radius:calc(var(--radius)/ 4)}.country-bar select optgroup[label]{font-style:normal}.country-bar select:active,.country-bar select:focus{outline:0;box-shadow:0 0 0 .25rem #303f9f40}main{max-width:1400px;margin:auto}#desc{margin:1rem;padding:2rem 1rem 1rem;hyphens:auto;background:#fffc;border-radius:var(--radius);box-shadow:var(--kpi-shadow)}.close{position:absolute;right:.5rem;font-size:1.5rem;border:none}.tab-container{position:relative;display:flex;gap:.5rem;padding:0 1rem;border-bottom:2px solid var(--border)}.tab-link{padding:.75rem 1.5rem;font-family:inherit;font-size:1.25rem;font-weight:500;color:var(--muted);border:none;transition:color .6s}.chart,.map{margin-top:1rem;background:var(--card);box-shadow:var(--card-shadow)}.chart,.chart .no-data-msg,.map{width:100%;border-radius:var(--radius)}@media (max-width:600px){.tab-link{padding:.5rem}}.tab-link:hover{background:#225a9a10}.tab-link.active{border-bottom-color:var(--head)}#tab-indicator{position:absolute;bottom:0;left:0;height:3px;transition:.6s cubic-bezier(.35, 1.25, .75, 1);pointer-events:none}.tab-pane{display:none;animation:.5s fadeIn;margin-top:1rem}.tab-pane.active{display:block}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.map{padding:.5rem;min-height:500px}.sections{padding-left:1rem;padding-right:1rem}.sections section{margin-bottom:3rem}section h2{font-size:1.25rem;padding-left:.5rem;border-left:6px solid}section#sec-pop h2{border-color:var(--pop)}section#sec-bus h2{border-color:var(--bus)}section#sec-gdp h2{border-color:var(--gdp)}section#sec-for h2{border-color:var(--for)}section#sec-tur h2{border-color:var(--tur)}section#sec-ext h2{border-color:var(--ext)}section#sec-con h2{border-color:var(--con)}.charts{display:flex;flex-wrap:wrap;gap:1rem}.chart{flex:0 0 auto;padding:.5rem;min-height:320px}@media (min-width:992px){.chart{width:calc(50% - .5rem)}.chart-dbl{width:100%}}@media (min-width:1200px){.chart{width:calc(33.33% - 1rem)}.chart-dbl{width:calc(66.67% - 1rem)}}.chart .no-data-msg{height:100%;background-color:var(--bg);display:flex;align-items:center;justify-content:center;text-align:center;line-height:1.5}