@import"https://unpkg.com/leaflet@1.9.4/dist/leaflet.css";@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Outfit:wght@300;400;500;600&display=swap";:root{color-scheme:dark;--bg: #0a0f1a;--bg-2: #0f1726;--card: rgba(18, 24, 38, .82);--card-strong: rgba(20, 28, 44, .92);--text: #f3f4f7;--muted: #a7b0c0;--accent: #f2c14b;--accent-strong: #ffdb7a;--green: #4bbf9a;--border: rgba(255, 255, 255, .08);--shadow: 0 18px 40px rgba(0, 0, 0, .45);--radius: 20px}*{box-sizing:border-box}body{margin:0;font-family:Outfit,sans-serif;color:var(--text);background:radial-gradient(circle at 20% 10%,rgba(242,193,75,.18),transparent 45%),radial-gradient(circle at 80% 0%,rgba(75,191,154,.16),transparent 48%),radial-gradient(circle at 50% 85%,rgba(255,219,122,.06),transparent 55%),linear-gradient(180deg,var(--bg),var(--bg-2));background-image:radial-gradient(circle at 1px 1px,rgba(242,193,75,.12) 1px,transparent 0),radial-gradient(circle at 3px 3px,rgba(255,255,255,.06) 1px,transparent 0),linear-gradient(180deg,#060a12e6,#0d1321e6);background-size:90px 90px,180px 180px,auto}h1,h2,h3,h4{font-family:Space Grotesk,sans-serif;margin:0 0 .6rem}p{line-height:1.6}.muted{color:var(--muted)}.app-main{padding:1.75rem 2.8rem 4.5rem}.app-footer{padding:1.25rem 2.8rem 2.5rem;color:var(--muted);font-size:.95rem;text-align:center;border-top:1px solid var(--border);background:#070b1499}.app-footer a{color:var(--accent-strong);text-decoration:none}.app-footer a:hover{text-decoration:underline}.topbar{position:sticky;top:0;z-index:10;background:#090e1acc;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border)}.topbar-inner{display:flex;align-items:center;gap:2rem;padding:1rem 2rem;flex-wrap:wrap}.brand{display:flex;flex-direction:column;text-decoration:none;color:var(--text)}.brand-title{font-weight:700;font-size:1.15rem;letter-spacing:.02em}.brand-sub{font-size:.85rem;color:var(--muted)}.topbar-nav{display:flex;gap:1rem;flex-wrap:wrap}.topbar-nav a{text-decoration:none;color:var(--text);font-weight:600;padding:.35rem .7rem;border-radius:999px;transition:background .2s ease,color .2s ease}.topbar-toggle{display:none;margin-left:auto;background:#ffffff0f;color:var(--text);border:1px solid var(--border);border-radius:999px;padding:.45rem .75rem;font-weight:600;cursor:pointer;align-items:center;justify-content:center;gap:.4rem}.topbar-toggle-icon{width:22px;height:18px;display:inline-flex;flex-direction:column;justify-content:space-between}.topbar-toggle-icon span{width:100%;height:2px;border-radius:999px;background:var(--text);opacity:.9}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.topbar-nav a.active{background:#f2c14b33;color:var(--accent-strong)}.topbar-search{margin-left:auto;display:flex;gap:.5rem;align-items:center}.topbar-search input{padding:.55rem .9rem;border-radius:999px;border:1px solid var(--border);background:#0d121ee6;color:var(--text)}.topbar-search button,.search-button{background:linear-gradient(135deg,#f2c14b,#ffdb7a);color:#1c1404;border:none;border-radius:999px;padding:.55rem 1rem;font-weight:700;cursor:pointer;box-shadow:0 8px 18px #f2c14b59;display:inline-flex;align-items:center;gap:.35rem}.search-icon{width:18px;height:18px}.page{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.hero{background:var(--card-strong);border-radius:var(--radius);padding:2.8rem;box-shadow:var(--shadow);border:1px solid var(--border);animation:fadeUp .7s ease both}.section{display:flex;flex-direction:column;gap:1.3rem;animation:fadeUp .7s ease both}.section-header p{color:var(--muted);max-width:70ch}.quick-questions{display:flex;flex-direction:column;gap:1rem}.quick-questions-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.2rem .1rem}.quick-questions-count{color:var(--muted);font-size:.9rem}.tag-filters{display:flex;flex-wrap:wrap;gap:.5rem}.tag-chip{border:1px solid var(--border);background:#ffffff05;border-radius:999px;padding:.3rem .7rem;cursor:pointer;color:var(--text)}.tag-chip.active{background:#4bbf9a33;border-color:#4bbf9a80}.accordion-list{display:flex;flex-direction:column;gap:.75rem}.accordion-item{background:var(--card);border-radius:16px;box-shadow:var(--shadow);border:1px solid var(--border);overflow:hidden}.accordion-trigger{width:100%;padding:1rem 1.2rem;border:none;background:transparent;display:flex;justify-content:space-between;align-items:center;font-size:1rem;color:var(--text);cursor:pointer}.accordion-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;border:1px solid rgba(255,255,255,.14);background:#ffffff0a;font-weight:700;line-height:1;transition:transform .2s ease,background .2s ease,color .2s ease}.accordion-item.open .accordion-icon{transform:rotate(180deg);background:#f2c14b2e;color:var(--accent-strong)}.accordion-panel{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .25s ease,opacity .25s ease}.accordion-item.open .accordion-panel{grid-template-rows:1fr;opacity:1}.accordion-panel>.accordion-body{overflow:hidden}.accordion-body{padding:0 1.2rem 1.2rem}.link-button{display:inline-flex;align-items:center;gap:.4rem;background:#4bbf9a2e;color:#c7fff0;text-decoration:none;padding:.5rem .95rem;border-radius:999px;font-weight:600;border:1px solid rgba(75,191,154,.35)}.ghost-button{background:#ffffff05;color:var(--text);border:1px solid var(--border);padding:.5rem .9rem;border-radius:999px;cursor:pointer}.facts{display:flex;flex-direction:column;gap:1rem}.facts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.2rem}.fact-card{background:radial-gradient(circle at 100% 0,rgba(255,219,122,.15),transparent 45%),linear-gradient(180deg,#141c2cf2,#0c121ef2);border-radius:18px;padding:1.2rem 1.2rem 1.3rem;box-shadow:0 18px 34px #05070c73;border:1px solid rgba(255,219,122,.25);position:relative;overflow:hidden}.fact-card:after{content:"";position:absolute;top:-40px;right:-40px;width:140px;height:140px;background:radial-gradient(circle,rgba(255,219,122,.18),transparent 70%);opacity:.9;pointer-events:none}.fact-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.25rem .65rem;border-radius:999px;background:#ffdb7a2e;border:1px solid rgba(255,219,122,.35);color:var(--accent-strong);font-weight:700;font-size:.75rem;letter-spacing:.02em;text-transform:uppercase;margin-bottom:.6rem}.fact-summary{color:#f8e9c2;font-weight:600;margin-bottom:.6rem}.fact-card h3{font-size:1.1rem}.fact-content{color:#eaeef6;font-size:.95rem}.fact-content p{margin:.55rem 0}.fact-content strong{color:var(--accent-strong)}.fact-content ul{list-style:none;padding:0;margin:.6rem 0;display:grid;gap:.35rem}.fact-content li{background:#ffffff0a;border:1px dashed rgba(255,219,122,.35);border-radius:10px;padding:.35rem .6rem}.knowledge-layout{display:grid;grid-template-columns:280px 1fr;gap:2rem}.tree-nav{background:var(--card);border-radius:var(--radius);padding:1rem;box-shadow:var(--shadow);border:1px solid var(--border);height:fit-content;position:sticky;top:110px}.tree-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.tree-body{display:flex;flex-direction:column;gap:.3rem}.tree-node{margin-bottom:.15rem}.tree-node-header{display:grid;grid-template-columns:22px 1fr;align-items:center;gap:.55rem;padding:.25rem .3rem;padding-left:calc(var(--depth, 0) * 14px + .3rem);border-radius:12px;transition:background .2s ease}.tree-node-header:hover{background:#ffffff0a}.tree-toggle{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;color:var(--text);cursor:pointer;font-size:.85rem;line-height:1;padding:0}.tree-toggle-spacer{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:transparent}.tree-label{border:none;background:none;text-align:left;cursor:pointer;font-weight:600;color:var(--text);padding:.3rem .45rem;border-radius:10px;flex:1;transition:background .2s ease,color .2s ease}.tree-label:hover{background:#ffffff14;color:var(--accent-strong)}.tree-label:focus-visible,.tree-toggle:focus-visible{outline:2px solid rgba(242,193,75,.6);outline-offset:2px}.tree-children{margin-top:.1rem;display:flex;flex-direction:column;gap:.1rem}.tree-node[data-depth="0"] .tree-node-header{background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.tree-node[data-depth="0"] .tree-label{font-size:.98rem;font-weight:700}.tree-node[data-depth="1"] .tree-label{font-weight:600}.tree-node[data-depth="2"] .tree-label,.tree-node[data-depth="3"] .tree-label{font-weight:500;color:var(--muted)}.article-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.article-card{background:var(--card);border-radius:var(--radius);padding:1.2rem;box-shadow:var(--shadow);border:1px solid var(--border);display:flex;flex-direction:column;gap:.8rem}.knowledge-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.breadcrumb{color:var(--muted);font-size:.9rem}.knowledge-search{display:flex;gap:.5rem}.knowledge-search input{padding:.5rem .9rem;border-radius:999px;border:1px solid var(--border);background:#0d121ee6;color:var(--text)}.knowledge-search button{background:linear-gradient(135deg,#f2c14b,#ffdb7a);border:none;border-radius:999px;padding:.5rem 1rem;font-weight:700;color:#1c1404}.search-panel{background:var(--card);border-radius:14px;padding:1rem;box-shadow:var(--shadow);border:1px solid var(--border)}.corpus-results ul{list-style:none;padding:0;margin:.5rem 0 0;display:grid;gap:.3rem}.tag-row{display:flex;flex-wrap:wrap;gap:.3rem}.tag{background:#4bbf9a26;color:#bfffe9;padding:.15rem .55rem;border-radius:999px;font-size:.72rem;letter-spacing:.02em;border:1px solid rgba(75,191,154,.25)}.article{background:var(--card-strong);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow);border:1px solid var(--border)}.article-content h2{margin-top:1.4rem}.timeline{--timeline-pad-x: 1.6rem;--timeline-pad-top: 2.4rem;--timeline-pad-bottom: 1.6rem;--timeline-offset: 140px;--timeline-cols: 12;--timeline-gap: .5rem;--timeline-line: rgba(205, 189, 157, .6);background:#f7f3e8;border:1px solid #e2d6bf;border-radius:18px;padding:var(--timeline-pad-top) var(--timeline-pad-x) var(--timeline-pad-bottom);box-shadow:0 22px 45px #05070c73;overflow-x:auto;color:#2a241b;position:relative}.timeline:before{content:"";position:absolute;top:0;left:0;right:0;height:34px;background:radial-gradient(circle at 12px 7px,#c9b894 0 4px,transparent 5px),linear-gradient(180deg,#efe4cd,#f8f1df);background-size:70px 14px,auto;background-position:18px 10px,0 0;background-repeat:repeat-x,no-repeat;border-bottom:1px solid #e2d1b4;border-top-left-radius:18px;border-top-right-radius:18px}.timeline:after{content:"";position:absolute;top:34px;bottom:0;left:calc(var(--timeline-pad-x) + var(--timeline-offset));right:var(--timeline-pad-x);background-image:repeating-linear-gradient(90deg,var(--timeline-line) 0,var(--timeline-line) 1px,transparent 1px,transparent calc((100% - (var(--timeline-gap) * 11)) / var(--timeline-cols) + var(--timeline-gap)));background-size:calc((100% - (var(--timeline-gap) * 11)) / var(--timeline-cols) + var(--timeline-gap)) 100%;pointer-events:none;z-index:0}.timeline-header{display:grid;grid-template-columns:repeat(12,minmax(120px,1fr));gap:var(--timeline-gap);margin-left:140px;padding:.6rem;background:#fffaf0;border:1px solid #eadfc9;border-radius:14px;box-shadow:0 6px 14px #503c1e1f;position:relative;z-index:1}.timeline-month{text-transform:capitalize;font-weight:700;color:#3f3324;display:flex;justify-content:space-between;align-items:center;gap:.4rem;padding:.35rem .55rem;border-radius:10px;border:1px solid #eadfc9;background:#fffdf6}.month-index{font-size:.75rem;color:#4b3a1f;background:#f1ddb1;padding:.1rem .45rem;border-radius:999px;font-weight:700;border:1px solid #e2c888}.timeline-body{display:flex;flex-direction:column;gap:1.1rem;margin-top:1.2rem;position:relative;z-index:1}.timeline-row{display:grid;grid-template-columns:120px 1fr;gap:.9rem;align-items:start;padding:.6rem;border-radius:14px;background:#fffaf0e6;border:1px solid #eadfc9;box-shadow:inset 0 0 0 1px #fffc}.timeline-category{font-weight:700;padding:.5rem .7rem;border-radius:12px;background:#f1e6cf;border:1px dashed #d2c2a2;min-height:50px;display:flex;align-items:center;color:#4b3a22}.timeline-grid{display:grid;grid-template-columns:repeat(12,minmax(120px,1fr));gap:var(--timeline-gap);position:relative;grid-auto-rows:minmax(72px,auto);background:#fffdf6e6;border-radius:12px;border:1px solid #efe3cd;padding:.4rem}.timeline-cell{min-height:72px;border:1px dashed #e0d4bf;background:#fffef9;border-radius:10px;box-shadow:inset 0 0 0 1px #fff9;position:relative}.timeline-item{border:1px solid #e0c97a;background:#fff1c4;color:#3b2b0f;border-radius:14px;padding:.6rem;text-align:left;box-shadow:0 6px 12px #503c1e2e;cursor:pointer;position:relative;line-height:1.35}.timeline-item.monitoring{background:#dff4ef;border-color:#8ecdbb;color:#103b31}.timeline-item.zabiegi-biotechniczne{background:#f4e2c8;border-color:#d2a66e;color:#3a2510}.timeline-item.uwagi{background:#eef1f6;border-color:#c5d2e6;color:#2b3a4c}.timeline.compact .timeline-item{font-size:.8rem;padding:.4rem}.timeline.compact .timeline-popover{width:220px}.timeline-item.prace-sezonowe{background:#e6f0d6;border-color:#a9c389;color:#2f3d1f}.timeline-popover{position:absolute;top:100%;left:0;background:#fffdf5;padding:.8rem;border-radius:12px;width:260px;box-shadow:0 12px 26px #281e0f33;border:1px solid #eadfc9;z-index:2;color:#2b261d}.map-tool .map-wrapper{height:460px;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--border)}.map{height:100%}.hive-marker{background:transparent;border:none;filter:drop-shadow(0 6px 12px rgba(0,0,0,.35))}.map-controls{display:flex;flex-direction:column;gap:1rem}.search-box{display:flex;gap:.6rem;flex-wrap:wrap}.search-box input{flex:1;min-width:240px;padding:.5rem .9rem;border-radius:999px;border:1px solid var(--border);background:#0d121ee6;color:var(--text)}.search-results{list-style:none;padding:0;margin:0}.search-results li button{border:1px solid var(--border);background:var(--card);color:var(--text);padding:.5rem .8rem;border-radius:12px;width:100%;text-align:left;margin-bottom:.4rem;cursor:pointer}.circle-toggles{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.calculator-panel{background:var(--card);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow);border:1px solid var(--border);display:flex;flex-direction:column;gap:1.2rem}.calc-row{display:flex;gap:1rem;flex-wrap:wrap}.calc-row label{display:flex;flex-direction:column;gap:.4rem;flex:1}.calc-row input,.calc-row select{padding:.5rem .7rem;border-radius:12px;border:1px solid var(--border);background:#0d121ee6;color:var(--text)}.custom-ratio{display:flex;align-items:center;gap:.3rem}.custom-ratio input{width:90px}.calc-result{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;background:#0b101acc;padding:1rem;border-radius:14px;border:1px solid var(--border)}.calc-result strong{display:block;font-size:.9rem;color:var(--muted)}.calc-info h3{margin-bottom:.2rem}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.topbar-inner{flex-direction:row;align-items:center;gap:.9rem;justify-content:space-between}.topbar-toggle{display:inline-flex;align-items:center;justify-content:center;order:2;margin-left:0}.brand{flex:1 1 auto;order:1}.topbar-nav{width:100%;flex-direction:column;gap:.4rem;padding:.6rem;border-radius:14px;border:1px solid var(--border);background:#0c121ee6;max-height:0;opacity:0;overflow:hidden;transform:translateY(-6px);pointer-events:none;transition:max-height .3s ease,opacity .3s ease,transform .3s ease;order:4}.topbar-nav.open{max-height:60vh;opacity:1;transform:translateY(0);pointer-events:auto}.topbar-nav a{padding:.6rem .85rem;border-radius:12px}.topbar-search{width:100%;order:3;margin-left:0}.knowledge-layout{grid-template-columns:1fr}.tree-nav{position:static}.timeline-header{margin-left:0}.timeline-row{grid-template-columns:1fr}}@media(max-width:768px){.app-main,.app-footer{padding:1rem}.hero{padding:1.5rem}.topbar-inner{display:grid;grid-template-columns:1fr auto;grid-template-areas:"brand toggle" "search search" "nav nav";gap:.6rem .8rem}.brand{min-width:0;grid-area:brand}.brand-sub{display:none}.brand-title{font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topbar-toggle{grid-area:toggle;justify-self:end}.topbar-search{margin-left:0;width:100%;grid-area:search}.topbar-search input{min-width:0;padding:.45rem .7rem}.search-button{padding:.45rem;width:42px;justify-content:center}.search-text{display:none}.topbar-nav{grid-area:nav}.timeline-header,.timeline-grid{grid-template-columns:repeat(12,minmax(100px,1fr))}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}.empty-state{padding:.8rem 1rem;background:var(--card);border-radius:12px;color:var(--muted);border:1px solid var(--border)}.corpus-results details summary{cursor:pointer;font-weight:600}.corpus-results details p{margin-top:.5rem;color:var(--muted)}.filter-bar{display:flex;flex-direction:column;gap:.8rem;background:var(--card);border:1px solid var(--border);padding:.8rem;border-radius:14px}.filter-group{display:flex;gap:.5rem;flex-wrap:wrap}.filter-pill{border:1px solid transparent;background:#4bbf9a1f;color:#bfffe9;padding:.25rem .7rem;border-radius:999px;font-size:.85rem;display:inline-flex;align-items:center;gap:.4rem;cursor:pointer}.filter-pill.active{background:#f2c14b38;color:var(--accent-strong);border-color:#f2c14b99}.pill-count{font-size:.7rem;opacity:.7}.filter-selects{display:flex;gap:.8rem;align-items:flex-end;flex-wrap:wrap}.filter-selects label{display:flex;flex-direction:column;gap:.3rem;font-size:.85rem}.filter-selects select{padding:.45rem .8rem;border-radius:999px;border:1px solid var(--border);background:#0d121ee6;color:var(--text)}
