:root {
  color-scheme: light dark;
  --bg: #f6f5f1;
  --surface: #fff;
  --surface-2: #efeee8;
  --text: #171717;
  --muted: #686868;
  --border: #d9d7ce;
  --accent: #b58b18;
  --accent-soft: #ead9a0;
  --map-fill: #e8e6de;
  --map-stroke: #9e9b90;
  --map-hot: #b58b18;
  --shadow: 0 8px 30px rgba(0,0,0,.07);
}
@media (prefers-color-scheme: dark) {
  :root { --bg:#151513; --surface:#20201d; --surface-2:#292923; --text:#f1f0ea; --muted:#aaa89e; --border:#3a3933; --accent:#d6ad33; --accent-soft:#4a3d1b; --map-fill:#2a2a25; --map-stroke:#65635b; --map-hot:#d6ad33; --shadow:0 10px 30px rgba(0,0,0,.25); }
}
* { box-sizing:border-box; }
html { overflow-x:hidden; }
body { margin:0; background:var(--bg); color:var(--text); font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
a { color:inherit; }
button,input { font:inherit; }
.map-header { position:sticky;top:0;z-index:20;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.8rem clamp(1rem,4vw,3rem);background:var(--surface);border-bottom:1px solid var(--border); }
.brand { display:inline-flex;align-items:baseline;gap:.7rem;text-decoration:none;font-weight:700; }.brand-small{font-weight:900;letter-spacing:-.04em}.back{font-size:.9rem;color:var(--muted);text-decoration:none}.back:hover{color:var(--text)}
.map-page{width:min(1500px,calc(100% - 2rem));margin:0 auto;padding:2rem 0 4rem}.map-intro{display:flex;justify-content:space-between;gap:2rem;align-items:end;margin-bottom:1.25rem}.eyebrow{margin:0 0 .4rem;color:var(--accent);font-size:.72rem;font-weight:800;letter-spacing:.12em}h1{margin:0;font-size:clamp(2rem,5vw,3.7rem);letter-spacing:-.045em}.map-intro p:not(.eyebrow){max-width:780px;color:var(--muted);line-height:1.55}.map-stats{min-width:230px;padding:.9rem 1rem;border:1px solid var(--border);border-radius:12px;background:var(--surface);text-align:right;box-shadow:var(--shadow)}.map-stats strong{display:block;font-size:1.35rem}.map-stats span{color:var(--muted);font-size:.8rem}
.map-toolbar{display:flex;gap:.65rem;align-items:center;margin-bottom:1rem;flex-wrap:wrap}.segmented{display:inline-flex;padding:3px;border:1px solid var(--border);border-radius:10px;background:var(--surface-2)}.segmented button,.secondary{border:0;border-radius:7px;background:transparent;color:var(--muted);padding:.55rem .8rem;cursor:pointer}.segmented button.active{background:var(--surface);color:var(--text);box-shadow:0 1px 5px rgba(0,0,0,.08)}.search{flex:1 1 260px}.search input{width:100%;padding:.65rem .8rem;border:1px solid var(--border);border-radius:9px;background:var(--surface);color:var(--text);outline:none}.search input:focus{border-color:var(--accent)}.secondary{border:1px solid var(--border);background:var(--surface)}.secondary:hover{border-color:var(--accent)}
.map-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(330px,.65fr);gap:1rem;align-items:start}.map-card,.news-panel{background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow);overflow:hidden}.map{min-height:620px;padding:1rem;position:relative}.map-canvas{display:block;width:100%;height:auto;max-width:100%;background:var(--surface);touch-action:pan-y;user-select:none;-webkit-user-select:none}.map-back{position:absolute;top:1.4rem;left:1.4rem;z-index:5;border:1px solid var(--border);border-radius:9px;background:var(--surface);color:var(--text);padding:.45rem .75rem;font-size:.78rem;font-weight:600;cursor:pointer;box-shadow:var(--shadow)}.map-back:hover{border-color:var(--accent)}.map-note{margin:0;padding:.7rem 1rem 1rem;color:var(--muted);font-size:.76rem;line-height:1.45;border-top:1px solid var(--border)}
.news-panel{max-height:760px;display:flex;flex-direction:column}.panel-heading{padding:1rem;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:baseline;gap:.5rem}.panel-heading h2{margin:0;font-size:1rem}.panel-heading span{color:var(--muted);font-size:.8rem}.news-list{overflow:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.news-item{padding:.85rem 1rem;border-bottom:1px solid var(--border);text-decoration:none;display:block}.news-item:hover{background:var(--surface-2)}.news-meta{display:flex;gap:.45rem;flex-wrap:wrap;margin-bottom:.35rem;font-size:.68rem;color:var(--muted)}.badge{border-radius:999px;padding:.15rem .45rem;background:var(--surface-2)}.badge.local{color:var(--accent)}.news-title{margin:0;font-size:.91rem;line-height:1.35}.news-place{margin-top:.35rem;color:var(--muted);font-size:.72rem}.loading,.empty{padding:1rem;color:var(--muted)}.error{padding:1rem;color:#a33}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media (max-width:900px){.map-intro{align-items:start;flex-direction:column}.map-stats{width:100%;text-align:left}.map-layout{grid-template-columns:1fr}.news-panel{max-height:none;height:auto;display:block;overflow:visible}.panel-heading{display:flex}.news-list{display:block;height:auto;max-height:none;overflow:visible !important;-webkit-overflow-scrolling:auto;overscroll-behavior:auto}.map{min-height:420px}}
@media (max-width:560px){.map-page{width:min(100% - 1rem,1500px);padding-top:1.2rem}.map-header{position:relative;top:auto;z-index:1;padding-inline:.7rem}.map{padding:.4rem;min-height:320px}.map-card,.news-panel{box-shadow:none}.map-canvas{width:100%;height:auto;touch-action:pan-y}.back{font-size:.78rem}.news-panel{overflow:visible !important}.news-list{overflow:visible !important;height:auto !important;max-height:none !important}}