/*
====================================================
NÉV: Mi épül itt? publikus helyadat egyszerűsítés
PROJEKT: NextSheet Építési Intelligence
TÍPUS: CSS felület
VERZIÓ: v0.3.0
UTOLSÓ FRISSÍTÉS: 2026-08-28

LEÍRÁS:
A technikai helypontossági jelmagyarázat elrejtése a publikus nézetből.

FEJLESZTŐ:
Balázs Bakos
NextSheet Innovations
https://www.nextsheet.hu

CHANGELOG:

v0.3.0 - 2026-08-28
- Középre nyíló, olvasható települési projektböngésző és új akciógomb.

v0.2.0 - 2026-08-28
- Településszintű projektcsoport-marker és mobilbarát popup.

v0.1.0 - 2026-08-28
- Első verzió.

====================================================
*/
.map-note{display:none}
.municipality-stack-marker{width:58px;height:58px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;background:rgba(24,20,32,.94);border:2px solid #f04d9b;box-shadow:0 8px 24px rgba(0,0,0,.35),0 0 0 5px rgba(240,77,155,.13)}
.municipality-stack-marker b{font-size:18px;line-height:1}
.municipality-stack-marker span{margin-top:3px;font-size:9px;letter-spacing:.08em;text-transform:uppercase;opacity:.72}
.municipality-popup small{color:#c93c84;font-weight:800;letter-spacing:.08em}
.municipality-popup h3{margin:5px 0 8px;font-size:20px}
.municipality-popup p{margin:7px 0;line-height:1.4}
.municipality-popup button{width:100%;margin-top:10px;border:0;border-radius:11px;padding:11px 14px;background:#f04d9b;color:#fff;font-weight:900;box-shadow:0 8px 20px rgba(240,77,155,.25)}
.feed.municipality-mode{position:fixed;z-index:1050;top:50%;left:50%;right:auto;bottom:auto;transform:translate(-50%,-50%);width:min(680px,calc(100vw - 28px));max-height:min(74vh,720px);border:1px solid rgba(240,77,155,.38);border-radius:22px;background:rgba(20,17,26,.98);box-shadow:0 30px 100px rgba(0,0,0,.72);backdrop-filter:blur(18px)}
.feed.municipality-mode .feed-head{position:sticky;top:0;z-index:2;padding:20px;background:#17131d;border-bottom:1px solid rgba(255,255,255,.08)}
.feed.municipality-mode .feed-head h2:after{content:" · települési projektek";color:#a79aa8;font-size:12px;font-weight:500}
.feed.municipality-mode #feed-tabs{display:none}
.feed.municipality-mode .feed-card{min-height:76px;padding-top:16px;padding-bottom:16px}
.feed.municipality-mode .feed-card strong{font-size:16px}
@media(max-width:760px){.feed.municipality-mode{top:58px;left:8px;right:8px;bottom:8px;transform:none;width:auto;max-height:none;border-radius:18px}.feed.municipality-mode .feed-card strong{font-size:14px}}
