:root{font-family:Inter,ui-sans-serif,system-ui,sans-serif;color:#1d2924;background:#f3f1e9;font-synthesis:none;--ink: #1d2924;--muted: #66736d;--paper: #f3f1e9;--panel: #fbfaf5;--surface: #eeeee7;--line: #d9ddd6;--green: #173f34;--orange: #bf5939;--radius: 10px}*{box-sizing:border-box}html{color-scheme:light}body{margin:0;min-width:320px;background:var(--paper)}button,input,select{font:inherit}button,select{cursor:pointer}a{color:inherit}:focus-visible{outline:3px solid var(--orange);outline-offset:3px}.site-header{min-height:62px;padding:0 clamp(1rem,3vw,3rem);display:flex;align-items:center;justify-content:space-between;background:#f3f1e9f7;position:relative;z-index:20}.brand{font-family:Georgia,serif;font-size:1.45rem;font-weight:700;letter-spacing:-.02em;text-decoration:none}nav{display:flex;align-self:stretch;gap:1.8rem}nav a{display:grid;place-items:center;text-decoration:none;padding:.2rem;color:#43514b;font-size:.9rem}nav a[aria-current]{color:var(--ink);box-shadow:inset 0 -2px var(--orange)}footer{min-height:40px;padding:.7rem 3vw;color:var(--muted);font-size:.73rem}footer p{margin:0}.app-main{min-height:calc(100vh - 102px)}.app-loading,.app-error{min-height:70vh;display:grid;place-content:center;gap:1rem;text-align:center}.app-error button{border:0;background:var(--green);color:#fff;padding:.8rem 1rem}.explorer-shell{height:calc(100vh - 102px);min-height:620px;display:grid;grid-template-rows:82px minmax(0,1fr) 50px;background:var(--paper);transition:grid-template-rows .2s ease}.explorer-shell.chart-open{grid-template-rows:82px minmax(0,1fr) 218px}.context-bar{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:.8rem clamp(1rem,2vw,2rem)}.context-copy{min-width:0;display:grid;grid-template-columns:auto auto;column-gap:.8rem;align-items:baseline}.context-copy>span{font:600 1.13rem Georgia,serif}.context-copy>strong{font-size:.82rem;font-weight:600}.context-copy>small{grid-column:1 / -1;margin-top:.28rem;color:var(--muted);font-size:.76rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.context-actions{display:flex;align-items:center;gap:.65rem}.filter-trigger,.share-button{min-height:38px;border:1px solid #c8cec8;background:transparent;border-radius:8px;padding:.4rem .75rem;color:var(--ink)}.filter-trigger{display:none}.filter-trigger strong{margin-left:.45rem;background:var(--green);color:#fff;border-radius:1rem;min-width:1.3rem;padding:.05rem .35rem;display:inline-block}.share-button:hover,.filter-trigger:hover{background:#e9e9e2}.freshness-badge{color:#3f6654;font-size:.72rem;white-space:nowrap}.freshness-badge:before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;margin-right:.4rem;background:#3b9b6b}.freshness-badge.stale{color:#9c381f}.freshness-badge.stale:before{background:var(--orange)}.explorer-main{min-height:0;position:relative;display:grid;grid-template-columns:228px minmax(0,1fr);gap:14px;padding:0 clamp(.75rem,1.5vw,1.5rem) 12px}.desktop-filters{overflow-y:auto;background:transparent;scrollbar-width:thin}.filter-panel{padding:.35rem .35rem 1rem 0}.filter-heading,.panel-heading{display:flex;justify-content:space-between;align-items:center;gap:1rem}.filter-heading h2{font:600 1rem Georgia,serif;margin:.2rem 0 1rem}.icon-button{border:0;background:transparent;font-size:1.8rem;line-height:1;min-width:40px;min-height:40px}.filter-section{padding:0 0 1.15rem}.filter-section h3{margin:0 0 .65rem;font-size:.78rem;font-weight:650}.preset-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.35rem}.preset-row button{min-height:34px;border:1px solid #cbd0ca;background:#ffffff73;border-radius:7px;padding:.25rem;font-size:.72rem}.preset-row button:last-child{grid-column:1 / -1}.preset-row button:hover{background:#fff;border-color:#aeb8b1}.custom-range-trigger{width:100%;display:flex;justify-content:space-between;margin-top:.5rem;padding:.45rem 0;border:0;background:transparent;color:var(--muted);font-size:.73rem;text-align:left}.date-grid{display:grid;grid-template-columns:1fr 1fr;gap:.6rem;margin-top:.8rem}.date-grid label,.select-label{display:grid;gap:.35rem;font-size:.73rem;color:var(--muted)}.date-grid input,.select-label select,.search-input{width:100%;min-height:40px;border:1px solid #c8cec8;border-radius:7px;background:#fffefa;padding:.5rem;color:var(--ink)}.filter-disclosure{border-top:1px solid var(--line)}.filter-disclosure summary{min-height:58px;display:grid;align-content:center;gap:.18rem;position:relative;padding-right:1.3rem;list-style:none;cursor:pointer}.filter-disclosure summary::-webkit-details-marker{display:none}.filter-disclosure summary:after{content:"+";position:absolute;right:.15rem;top:1.05rem;color:var(--muted);font-size:1.1rem;font-weight:300}.filter-disclosure[open] summary:after{content:"−"}.filter-disclosure summary span{font-size:.79rem;font-weight:650}.filter-disclosure summary small{color:var(--muted);font-size:.7rem}.filter-disclosure-body{padding:0 0 1.15rem}.search-input{margin-top:.4rem}.check-list{max-height:230px;overflow-y:auto;margin-top:.5rem;scrollbar-width:thin}.check-list.compact{max-height:none}.check-list label{display:grid;grid-template-columns:18px 1fr auto;gap:.5rem;align-items:start;padding:.55rem .15rem;font-size:.75rem;cursor:pointer}.check-list input{margin:.1rem 0 0;width:16px;height:16px;accent-color:var(--orange)}.check-list small{color:var(--muted)}.hint{color:var(--muted);font-size:.7rem;line-height:1.45;margin:.65rem 0 0}.select-label{padding:1rem 0 1.2rem;border-top:1px solid var(--line)}.select-label>span{color:var(--ink);font-weight:650}.view-section{border-top:1px solid var(--line);padding-top:1rem}.intensity-section{padding-top:.15rem}.segmented{display:grid;grid-auto-flow:column;grid-auto-columns:1fr;margin-top:.35rem}.segmented button{min-height:38px;border:1px solid #c5cbc5;margin-left:-1px;padding:.35rem;background:#ffffff73;font-size:.7rem}.segmented button:first-child{border-radius:7px 0 0 7px}.segmented button:last-child{border-radius:0 7px 7px 0}.segmented button[aria-pressed=true]{background:var(--green);color:#fff;border-color:var(--green)}.reset-button{width:100%;min-height:40px;border:0;background:transparent;color:var(--muted);text-decoration:underline;text-underline-offset:3px;font-size:.73rem}.map-stage{position:relative;min-height:0;overflow:hidden;background:#dce5df;border:1px solid #d4d9d3;border-radius:var(--radius)}.map-canvas.maplibregl-map{position:absolute;inset:0}.map-summary{position:absolute;z-index:2;left:14px;top:14px;margin:0;background:#fbfaf5e6;padding:.6rem .8rem;font-size:.75rem;border-radius:7px;backdrop-filter:blur(8px)}.reports-trigger{position:absolute;z-index:3;right:14px;top:14px;min-height:42px;display:flex;align-items:center;gap:.75rem;border:0;border-radius:8px;background:#fbfaf5eb;color:var(--ink);padding:.5rem .75rem;box-shadow:0 4px 16px #1d29241a;backdrop-filter:blur(8px)}.reports-trigger span{font-size:.76rem}.reports-trigger strong{color:var(--green);font-size:.76rem}.map-legend{position:absolute;z-index:2;left:14px;bottom:24px;padding:.55rem .65rem;background:#fbfaf5e0;display:grid;grid-template-columns:auto 110px auto;align-items:center;gap:.5rem;font-size:.63rem;border-radius:7px;backdrop-filter:blur(8px)}.map-legend i{height:7px;background:linear-gradient(90deg,#92b8a7,#f1c27d,#e66b3c,#7f1d1d)}.map-legend strong{grid-column:1 / -1;text-align:center;color:var(--muted);font-weight:550}.map-error{position:absolute;z-index:3;inset:auto 1rem 1rem;background:#fff1eb;color:#8b2e18;border-left:4px solid var(--orange);padding:.75rem}.maplibregl-ctrl-attrib{font-size:10px}.reports-drawer{position:absolute;z-index:8;top:0;right:clamp(.75rem,1.5vw,1.5rem);bottom:12px;width:min(390px,calc(100% - 270px));overflow:hidden;border-radius:var(--radius);background:var(--panel);box-shadow:0 12px 40px #14241d33;animation:drawer-in .18s ease-out}@keyframes drawer-in{0%{transform:translate(18px);opacity:0}}.list-panel,.detail-panel{height:100%;overflow-y:auto;background:var(--panel)}.panel-heading{position:sticky;top:0;z-index:2;min-height:62px;padding:.7rem 1rem;background:#fbfaf5f5;border-bottom:1px solid var(--line);font-weight:650;font-size:.88rem;backdrop-filter:blur(8px)}.panel-heading>div{min-width:0;flex:1;display:grid;gap:.15rem}.panel-heading small{color:var(--muted);font-weight:400;font-size:.68rem;white-space:nowrap}.panel-heading .icon-button{flex:0 0 36px;min-width:36px;min-height:36px;padding:0;border-radius:50%;font-size:1.35rem}.panel-heading .icon-button:hover{background:var(--surface)}.list-panel ol{list-style:none;padding:0;margin:0}.list-panel li{margin:0 1rem}.list-panel li+li{border-top:1px solid #e5e6df}.list-panel button{width:100%;border:0;background:transparent;padding:1rem 0;text-align:left;display:grid;gap:.38rem;color:inherit}.list-panel button:hover{background:#f4f1e8}.list-panel button>span{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.list-panel strong{font:620 .86rem/1.35 Inter,ui-sans-serif,system-ui,sans-serif}.list-panel small{font-size:.73rem;color:var(--muted);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.list-panel time{font-size:.68rem;color:var(--muted);white-space:nowrap}.status-badge{display:inline-block;font-style:normal;font-size:.65rem;padding:.2rem .45rem;border-radius:1rem;background:#e6e9e6;color:#56615c}.status-wykonane{background:#dfebe3;color:#315b45}.status-przyjete{background:#e1e9ef;color:#395b70}.status-w-realizacji{background:#f2e7d3;color:#755727}.status-przekazane{background:#ebe4ed;color:#67506c}.detail-panel{padding-bottom:2rem}.detail-panel-nav{justify-items:start}.panel-back{min-height:34px;border:0;background:transparent;padding:0;color:var(--green);font-size:.76rem;font-weight:650}.panel-back span{margin-left:.2rem}.detail-panel>h2,.detail-panel>p,.detail-panel>section,.detail-panel>dl{margin-left:1rem;margin-right:1rem}.detail-panel h2{font:500 1.6rem/1.05 Georgia,serif;margin-top:1.4rem}.detail-panel h3{font-size:.78rem;text-transform:uppercase;letter-spacing:.07em;margin-top:1.5rem}.detail-location{color:var(--muted);font-size:.82rem}.detail-facts{display:grid;grid-template-columns:1fr 1fr;gap:.8rem;padding:1rem 0;border-block:1px solid var(--line)}.detail-facts div{display:grid;gap:.25rem}.detail-facts dt{color:var(--muted);font-size:.67rem}.detail-facts dd{margin:0;font-size:.78rem}.status-pill{display:inline-block;padding:.2rem .45rem;border-radius:20px;background:#e0eee7;color:#245741}.body-copy,.response-box p,.timeline p{font-size:.82rem;line-height:1.55;white-space:pre-wrap}.response-box{padding:.1rem .8rem .8rem;background:#eef4ef;border-left:3px solid #5b8e75}.timeline{list-style:none;padding:0 0 0 .8rem;margin:1rem 0;border-left:2px solid #d6ddd7}.timeline li{position:relative;display:grid;gap:.25rem;padding:0 0 1.2rem 1rem}.timeline li:before{content:"";position:absolute;width:9px;height:9px;border-radius:50%;left:-5.5px;top:4px;background:#7d9188}.timeline .status-event:before{background:var(--orange)}.timeline time{font-size:.66rem;color:var(--muted)}.timeline strong{font-size:.78rem}.empty-note{margin:1rem;color:var(--muted);font-size:.82rem;line-height:1.5}.debug-note{border-top:1px solid var(--line);padding-top:.8rem;font-size:.65rem;color:#87928c}.histogram{min-height:0;display:grid;grid-template-rows:50px minmax(0,1fr);padding:0 clamp(1rem,2vw,2rem);background:var(--panel);border-top:1px solid var(--line)}.histogram-toggle{width:100%;border:0;background:transparent;display:grid;grid-template-columns:22px auto 1fr;align-items:center;gap:.5rem;padding:0;text-align:left;color:var(--ink)}.histogram-toggle strong{font-size:.76rem}.histogram-toggle>span:last-child{justify-self:end;color:var(--muted);font-size:.7rem}.drawer-chevron{color:var(--muted);font-size:1rem}.histogram-plot{min-width:0;display:grid;grid-template-rows:minmax(0,1fr) 20px}.histogram-plot[hidden]{display:none}.bars{min-height:0;display:flex;align-items:end;gap:max(1px,.12vw);border-bottom:1px solid #aab8b0}.bars span{flex:1 1 2px;min-width:1px;background:#5b8e75;opacity:.82;border-radius:1px 1px 0 0}.histogram-axis{position:relative;color:var(--muted);font-size:.6rem;line-height:1}.histogram-axis span{position:absolute;top:6px;white-space:nowrap;transform:translate(-50%)}.histogram-axis span:before{content:"";position:absolute;left:50%;top:-6px;height:4px;border-left:1px solid #87978e}.histogram-axis span:first-child{transform:none}.histogram-axis span:first-child:before{left:0}.histogram-axis span:last-child{transform:translate(-100%)}.histogram-axis span:last-child:before{left:100%}.filter-drawer-backdrop{position:fixed;z-index:40;inset:0;display:none;background:#0f1c177a}.filter-drawer{margin-left:auto;width:min(420px,94vw);height:100%;overflow-y:auto;background:var(--panel);box-shadow:-12px 0 30px #0000002e}.filter-drawer .filter-panel{padding:1.2rem}.filter-drawer-action{position:sticky;bottom:-1.2rem;margin:.8rem -1.2rem -1.2rem;padding:.8rem 1.2rem 1.1rem;background:linear-gradient(to top,var(--panel) 78%,rgba(251,250,245,0))}.filter-drawer-action button{width:100%;min-height:44px;border:0;border-radius:8px;background:var(--green);color:#fff;font-weight:650}.trends-page{min-height:calc(100vh - 106px);padding:clamp(2rem,6vw,6rem) 5vw;background:linear-gradient(145deg,#f4f1e8 0 36%,#e3eae4 36% 100%)}.trend-results{max-width:1200px;margin:0 auto}.trend-intro{max-width:720px;margin-bottom:3rem}.eyebrow{text-transform:uppercase;letter-spacing:.12em;color:#52675e;font-size:.72rem;font-weight:700}.trend-intro h1,.prose h1{font:500 clamp(2.8rem,6vw,5.5rem)/.95 Georgia,serif;letter-spacing:-.045em;margin:.5rem 0 1.5rem}.trend-intro>p:last-child{color:#45554e;line-height:1.6}.trend-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:#bbc8bf;border:1px solid #bbc8bf}.trend-card{min-height:370px;padding:1.4rem;display:flex;flex-direction:column;background:var(--panel);text-decoration:none;transition:transform .16s,background .16s}.trend-card:hover{background:#fff;transform:translateY(-3px)}.trend-rank{display:flex;justify-content:space-between;font:700 .75rem monospace;color:var(--orange)}.trend-rank span{color:var(--muted);font:500 .68rem Inter,sans-serif;text-align:right}.trend-card h2{font:500 1.5rem/1.05 Georgia,serif;margin:2rem 0 1.2rem;min-height:3.2rem}.trend-number{display:flex;align-items:end;gap:.7rem}.trend-number strong{font:500 3.8rem/.8 Georgia,serif}.trend-number span{color:var(--muted);font-size:.68rem;line-height:1.3}.trend-card>p{font-size:.76rem;line-height:1.45}.trend-card .concentration{color:#32654f}.sparkline{width:100%;height:58px;color:var(--orange);margin-top:auto;overflow:visible}.card-link{margin-top:.8rem;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.prose{max-width:760px;margin:0 auto;padding:5rem 1.5rem;line-height:1.75}.prose h1{font-size:4rem}.prose h2{font:500 1.7rem Georgia,serif;margin-top:2.8rem}.notice{padding:2rem}.error{color:#9c381f}@media(max-width:1100px){.desktop-filters{display:none}.explorer-main{grid-template-columns:minmax(0,1fr)}.filter-trigger{display:block}.reports-drawer{width:min(390px,calc(100% - 1.5rem))}.trend-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){.site-header{min-height:58px;padding:.5rem .8rem}.brand{font-size:1.12rem}nav{gap:.8rem}nav a{font-size:.78rem}footer{display:none}.app-main{min-height:calc(100vh - 58px)}.explorer-shell{height:calc(100dvh - 58px);min-height:520px;grid-template-rows:96px minmax(0,1fr) 48px}.explorer-shell.chart-open{grid-template-rows:96px minmax(0,1fr) 190px}.context-bar{align-items:start;gap:.6rem;padding:.65rem .75rem}.context-copy{grid-template-columns:1fr;gap:.12rem}.context-copy>span{font-size:1rem}.context-copy>strong{font-size:.72rem}.context-copy>small{grid-column:1;max-width:54vw;font-size:.67rem}.context-actions{display:grid;grid-template-columns:repeat(2,auto);justify-items:end;gap:.25rem .35rem}.filter-trigger,.share-button{min-height:36px;padding:.35rem .55rem;font-size:.72rem}.freshness-badge{grid-column:1 / -1;font-size:.62rem}.explorer-main{padding:0 .5rem .5rem}.reports-drawer{left:.5rem;right:.5rem;top:auto;bottom:.5rem;width:auto;height:min(58%,520px);border-radius:12px 12px 3px 3px}.panel-heading{min-height:54px;border-radius:12px 12px 0 0}.map-summary{top:10px;left:10px;font-size:.68rem;max-width:calc(100% - 145px)}.reports-trigger{top:10px;right:10px;min-height:38px}.map-legend{left:10px;bottom:46px;grid-template-columns:auto 82px auto}.histogram{grid-template-rows:48px minmax(0,1fr);padding:0 .75rem}.filter-drawer-backdrop{display:block}.trend-grid{grid-template-columns:1fr}.trends-page{padding:3rem 1rem}.trend-card{min-height:330px}}@media(max-width:430px){nav a{padding:.45rem 0}nav{gap:.55rem}.share-button{font-size:0}.share-button:after{content:"Link";font-size:.72rem}.freshness-badge{font-size:.6rem}.freshness-badge:before{width:7px;height:7px}.context-copy>small{max-width:48vw}.histogram-toggle>span:last-child{font-size:.64rem}.histogram-axis span:not(:first-child):not(:last-child):nth-child(2n){display:none}.detail-facts{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important}}
