:root{font-family:Segoe UI,sans-serif;color:#0f172a;background-color:#f5f3e7}*{box-sizing:border-box}body{margin:0;min-width:320px;background-color:#f5f3e7}button,input,select{font:inherit}a{color:inherit;text-decoration:none}#root{min-height:100vh}.shell{max-width:1180px;margin:0 auto;padding:1rem;padding-top:56px;overflow:visible}.topbar{position:fixed;top:0;left:0;right:0;z-index:100;height:56px;background:#fff;border-bottom:1px solid rgba(0,0,0,.08);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 24px;box-shadow:0 1px 8px #0000000f}.topbar__logo{display:flex;align-items:center;gap:10px}.topbar__logo-img{height:32px;width:auto}.topbar__logo-text{font-weight:600;font-size:16px;color:#1a1a18}.topbar__nav{display:flex;gap:4px;align-items:center;justify-content:center}.nav__link{display:inline-flex;align-items:center;gap:.45rem;font-size:14px;padding:6px 12px;border-radius:8px;color:#6b6a65;text-decoration:none}.nav__icon{display:inline-flex}.nav__link--active{color:#1a1a18;background:#f1efe8;font-weight:500}.nav__link:hover{background:#f5f5f3}.stack{display:grid;gap:1rem}.stack--tight{gap:.5rem}.grid{display:grid;gap:1rem}.grid--2{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.grid--3{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.row{display:flex;gap:.75rem;align-items:center}.row--wrap{flex-wrap:wrap}.card{padding:1.2rem;border-radius:1.5rem;background:#ffffffe6;border:1px solid rgba(15,23,42,.08);box-shadow:0 12px 36px #0f172a14}.card--map{padding:0;overflow:hidden}.card__header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem}.card__header h2{margin:0}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:0;border-radius:999px;padding:.8rem 1rem;background:#166534;color:#fff;cursor:pointer}.button--secondary{background:#e2e8f0;color:#0f172a}.button--location{border-radius:.9rem;background:#16a34a}.button--external{width:100%;border-radius:.9rem}.button:disabled{opacity:.65;cursor:wait}.state{border-radius:1rem;padding:1rem}.state--loading{background:#16a34a1a}.state--error{background:#ef44441a}.spinner{width:1.4rem;height:1.4rem;border:3px solid rgba(22,163,74,.2);border-top-color:#16a34a;border-radius:50%;animation:spin 1s linear infinite}.upload{display:grid;gap:.75rem;border:2px dashed rgba(15,23,42,.15);border-radius:1rem;padding:1rem}.preview{width:100%;max-height:24rem;object-fit:cover;border-radius:1rem}.badge{display:inline-flex;padding:.35rem .7rem;border-radius:999px;color:#fff;font-size:.9rem}.badge--plastic{background:#eab308;color:#422006}.badge--paper{background:#3b82f6}.badge--glass{background:#22c55e}.badge--mixed{background:#374151}.badge--bio{background:#92400e}.badge--metal{background:#dc2626}.badge--hazardous{background:#ea580c}.badge--electro{background:#991b1b}.badge--carton{background:#fb923c;color:#431407}.mini-stats{display:grid;gap:.75rem}.mini-stats strong,.big-number{font-size:1.8rem}.mini-stats span{display:block;color:#64748b}.mini-card{border-radius:1rem;padding:1rem;background:#f8fafc}.chip{border:1px solid rgba(15,23,42,.12);border-radius:999px;padding:.5rem .8rem;background:#fff}.chip--active{background:#dcfce7;border-color:#22c55e}.toast{padding:1rem;border-radius:1rem;background:#dcfce7;color:#166534}.bar-chart{display:flex;align-items:end;gap:.75rem;min-height:220px}.bar-chart__item{flex:1;display:grid;justify-items:center;gap:.5rem}.bar-chart__bar{width:100%;min-height:4px;border-radius:1rem 1rem 0 0;background:linear-gradient(180deg,#16a34a,#22c55e)}.pie-list{display:grid;gap:1rem}.pie-list__header{display:flex;justify-content:space-between;gap:1rem}.progress{height:.8rem;border-radius:999px;background:#e2e8f0;overflow:hidden}.progress__fill{height:100%;background:linear-gradient(90deg,#f59e0b,#16a34a)}.muted{color:#64748b}.map-page__eyebrow{margin:0;color:#166534;font-weight:700}.map-page__title{margin:0}.map-page__error{margin:0;color:#b91c1c}.map-page__link{width:fit-content;font-size:.95rem;color:#3b82f6;text-decoration:underline}.map-frame{position:relative;min-height:70vh}.map-frame__iframe{display:block;width:100%;border:0}.map-frame__loading{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#e2e8f0cc 25%,#fffffff2 37%,#e2e8f0cc 63%);background-size:400% 100%;animation:shimmer 1.4s ease infinite}.map-fallback{margin:1.2rem;padding:2rem;border:2px dashed rgba(22,163,74,.3);border-radius:1rem;text-align:center}.catalog-page{padding-bottom:6rem}.catalog-page__eyebrow{margin:0;color:#166534;font-weight:700}.catalog-page__title,.catalog-page__count,.catalog-group__title{margin:0}.catalog-toolbar{position:sticky;top:56px;z-index:5;display:grid;gap:.9rem;padding:1rem;border-radius:1.5rem;background:#f8fafcf5;border:1px solid rgba(15,23,42,.08);box-shadow:0 8px 24px #0f172a14;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.catalog-search{display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem;border-radius:1rem;background:#fff;border:1px solid rgba(15,23,42,.08)}.catalog-search input{border:0;padding:0;background:transparent}.catalog-letters,.catalog-categories{display:flex;gap:.4rem;flex-wrap:wrap}.catalog-categories{overflow-x:auto;padding-bottom:.2rem}.catalog-letter{min-width:32px;height:32px;padding:0 .6rem;border-radius:.55rem;border:1px solid rgba(15,23,42,.1);background:#fff;color:#166534;cursor:pointer}.catalog-letter--active{background:#16a34a;color:#fff;border-color:#16a34a}.catalog-letter--disabled{color:#94a3b8;background:#f1f5f9;cursor:not-allowed}.catalog-chip,.catalog-badge{border-radius:999px;padding:.45rem .8rem;font-size:.92rem;border:1px solid rgba(15,23,42,.12);background:#fff}.catalog-chip{white-space:nowrap;cursor:pointer}.catalog-chip--active{color:#fff;border-color:transparent;background:#166534}.catalog-chip--plasty{background:#eab308;color:#422006}.catalog-chip--papir{background:#3b82f6;color:#fff}.catalog-chip--sklo{background:#22c55e;color:#fff}.catalog-chip--kovy{background:#dc2626;color:#fff}.catalog-chip--kartony{background:#fb923c;color:#431407}.catalog-chip--dalsi{background:#374151;color:#fff}.catalog-group__title{color:#166534;font-size:1.5rem}.catalog-card{padding:1rem;border-radius:1rem;background:#ffffffeb;border:1px solid rgba(15,23,42,.08);box-shadow:0 10px 24px #0f172a0f;transition:transform .15s ease,box-shadow .15s ease}.catalog-card:hover{transform:translateY(-2px);box-shadow:0 14px 28px #0f172a1a}.catalog-card__header{justify-content:space-between;align-items:flex-start}.catalog-card__description{margin:0;color:#475569;font-size:.95rem}.catalog-card__tip{margin:0;color:#2563eb;font-size:.8rem}.catalog-card--loading{min-height:130px;background:linear-gradient(90deg,#e2e8f0e6 25%,#fff 37%,#e2e8f0e6 63%);background-size:400% 100%;animation:shimmer 1.4s ease infinite}.catalog-empty{text-align:center}input,select{width:100%;padding:.8rem .9rem;border-radius:1rem;border:1px solid rgba(15,23,42,.1);background:#fff}details summary{cursor:pointer;font-weight:600}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media (max-width: 720px){.card__header,.row{flex-wrap:wrap}.catalog-toolbar{top:.5rem}}.daily-tip-bar{width:100%;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;padding:20px 28px}.daily-tip-bar__inner{display:flex;align-items:flex-start;gap:16px}.daily-tip-bar__icon{font-size:28px;flex-shrink:0;margin-top:2px}.daily-tip-bar__headline{font-size:16px;font-weight:600;display:block;margin-bottom:6px;color:#1a1a18}.daily-tip-bar__text{font-size:15px;color:#444;line-height:1.7;margin:0}.daily-tip-bar__title{font-size:18px;font-weight:700;color:#1a1a18;display:block;margin-bottom:14px}.section-divider{padding:24px 0 8px}.section-divider__title{font-size:22px;font-weight:700;color:#1a1a18;display:block}.home-section{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;padding:24px 28px}.home-section__title{font-size:18px;font-weight:700;color:#1a1a18;display:block;margin-bottom:6px}.home-section__sub{font-size:14px;color:#6b6a65;margin:0 0 20px}.home-section--catalog{background:#e8f0e0;border-color:#0000000f}.home-section--catalog .alpha-cell{background:#f5f0c8;border-color:#0000000f}.home-section--catalog .alpha-cell:hover{background:#ede89a}.home-section--catalog .alpha-cell__letter{color:#2d4a1e}.home-section--catalog .alpha-cell__items{color:#4a6632}.home-section--catalog .home-section__title{color:#2d4a1e}.home-section--catalog .home-section__sub,.home-section--catalog .alpha-preview__more{color:#4a6632}.home-section--catalog .alpha-preview__more:hover{color:#2d4a1e}.alpha-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:8px}.alpha-cell{background:#f7f6f1;border:1px solid rgba(0,0,0,.07);border-radius:8px;padding:8px 10px;cursor:pointer;text-decoration:none;transition:background .15s;display:block}.alpha-cell:hover{background:#eeecea}.alpha-cell__letter{font-size:11px;font-weight:700;color:#1a1a18;display:block;margin-bottom:4px}.alpha-cell__items{font-size:11px;color:#6b6a65;line-height:1.5;white-space:pre-line}.alpha-preview__more{display:inline-block;font-size:13px;color:#6b6a65;text-decoration:none;margin-top:16px}.alpha-preview__more:hover{text-decoration:underline;color:#1a1a18}.home-map{width:100%;height:400px;border-radius:8px;overflow:hidden;margin-top:4px}.home-map__iframe{width:100%;height:100%;border:none}.waste-gallery{padding:32px 0 24px}.hero{position:relative;width:100vw;margin-left:calc(-50vw + 50%);margin-bottom:24px;background-image:url(/images/park-hero.png);background-size:contain;background-position:center center;background-repeat:no-repeat;background-color:#f5f3e7;aspect-ratio:16 / 9;max-height:500px;padding:40px 32px}.hero-content{position:relative;z-index:2;max-width:1100px;margin:0 auto;text-align:left;padding-left:5%}.hero-title{font-family:Winky Sans,Inter,sans-serif;font-size:42px;font-weight:700;color:#2d5a1f;margin:0 0 6px;line-height:1.1}.hero-subtitle{font-family:Winky Sans,Inter,sans-serif;font-size:21px;font-weight:400;color:#2d5a1f;margin:0}.waste-gallery__controls{display:flex;flex-direction:column;align-items:flex-end;gap:6px;margin-bottom:12px}.waste-gallery__arrows{display:flex;gap:8px}.waste-gallery__arrow{width:36px;height:36px;border-radius:50%;border:1px solid rgba(0,0,0,.15);background:#fff;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;transition:background .15s}.waste-gallery__arrow:hover:not(:disabled){background:#f1efe8}.waste-gallery__arrow:disabled{opacity:.35;cursor:default}.waste-gallery__hint{font-size:11px;color:#6b6a65;text-decoration:none}.waste-gallery__hint:hover{text-decoration:underline;color:#1a1a18}.waste-gallery__track-wrap{overflow:hidden;width:100%}.waste-gallery__track{display:flex;gap:12px;transition:transform .4s cubic-bezier(.4,0,.2,1)}.waste-gallery__item{border-radius:12px;overflow:hidden;cursor:pointer;border:1px solid rgba(0,0,0,.08);position:relative;display:flex;flex-direction:column;transition:box-shadow .2s}.waste-gallery__item:hover{box-shadow:0 4px 16px #0000001a}.waste-gallery__illu{display:flex;align-items:center;justify-content:center;aspect-ratio:1/1}.waste-gallery__illu svg{transition:transform .3s ease}.waste-gallery__item:hover .waste-gallery__illu svg{transform:scale(1.08)}.waste-gallery__foot{padding:10px 12px 12px;background:#fff}.waste-gallery__cat{font-size:11px;color:#6b6a65;margin:0 0 2px}.waste-gallery__label{font-size:13px;font-weight:500;color:#1a1a18;margin:0}.waste-gallery__dots{display:flex;gap:5px;justify-content:center;margin-top:14px}.waste-gallery__dot{width:6px;height:6px;border-radius:50%;background:#0003;display:inline-block;transition:background .2s,width .2s}.waste-gallery__dot--active{background:#1a1a18;width:18px;border-radius:3px}@media (min-width: 768px){.hero-content{padding-left:8%}.hero-title{font-size:54px}.hero-subtitle{font-size:24px}}@media (min-width: 1024px){.hero-content{padding-left:10%}.hero-title{font-size:66px}}
