.map-wrap{position:relative;width:100%;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-md);background:#cfe4f1}.map-wrap.is-full-vp{border-radius:0;box-shadow:none}.leaflet-gesture-handling-touch-warning,.leaflet-gesture-handling-scroll-warning{direction:ltr;font-family:Heebo,sans-serif!important;font-size:16px!important}.map-root{position:relative;width:100%;height:var(--map-h, 600px)}.map-canvas{width:100%;height:var(--map-h, 600px);background:#cfe4f1}.map-pin{background:transparent!important;border:0!important}.map-pin-inner{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:3px solid white;box-shadow:0 4px 12px #00000040;font-size:18px;line-height:1;cursor:pointer;transition:transform .15s ease}.map-pin-inner:hover{transform:scale(1.1)}.map-pin-glyph{display:flex}.map-pin-glyph svg{width:19px;height:19px}.user-pin{background:transparent!important;border:0!important}.user-pin-dot{position:absolute;inset:0;width:22px;height:22px;margin:auto;background:var(--aeg-sea);border:3px solid white;border-radius:50%;box-shadow:0 2px 8px color-mix(in srgb,var(--aeg-sea) 50%,transparent)}.user-pin-pulse{position:absolute;inset:0;width:22px;height:22px;margin:auto;background:color-mix(in srgb,var(--aeg-sea) 40%,transparent);border-radius:50%;animation:user-pulse 1.8s ease-out infinite}@keyframes user-pulse{0%{transform:scale(.8);opacity:.9}to{transform:scale(2.6);opacity:0}}.map-popup .leaflet-popup-content-wrapper{border-radius:16px!important;padding:0!important;overflow:hidden;box-shadow:0 20px 50px #0000002e!important}.map-popup .leaflet-popup-content{margin:0!important;width:280px!important;font-family:Heebo,sans-serif;direction:rtl}.map-popup .popup-img{height:130px;background-size:cover;background-position:center;background-color:var(--aeg-sky, #eaf4fb);position:relative}.map-popup .popup-demo{position:absolute;top:10px;inset-inline-start:10px;background:var(--aeg-sun, #f4a940);color:var(--aeg-sea-deep, #124e7a);font-size:11px;font-weight:700;padding:3px 10px;border-radius:999px;letter-spacing:.05em}.map-popup .popup-body{padding:14px 16px 16px}.map-popup .popup-cat{display:inline-block;font-size:11px;font-weight:700;padding:3px 10px;border-radius:999px;margin-bottom:8px}.map-popup .popup-title{margin:0 0 6px;font-size:16px;font-weight:700;color:var(--aeg-ink, #173753);line-height:1.3}.map-popup .popup-desc{margin:0 0 10px;font-size:13px;color:var(--aeg-ink-soft, #4d6b85);line-height:1.5}.map-popup .popup-distance{display:inline-flex;align-items:center;gap:4px;background:color-mix(in srgb,var(--aeg-sea, #1a6fa8) 14%,transparent);color:var(--aeg-sea-deep, #124e7a);font-size:12px;font-weight:700;padding:4px 10px;border-radius:999px;margin-bottom:8px}.map-popup .popup-meta{display:flex;gap:12px;flex-wrap:wrap;font-size:12px;color:var(--aeg-ink-soft, #4d6b85);padding-top:10px;border-top:1px solid var(--aeg-line, #dcebf5)}.map-popup .popup-gmaps{display:block;margin-top:12px;padding:10px 14px;background:var(--destination-accent, #4285F4);color:#fff!important;text-decoration:none;text-align:center;border-radius:999px;font-weight:700;font-size:13px;transition:background .2s,transform .15s}.map-popup .popup-gmaps:hover{background:var(--destination-accent-dark, #2c5cb8);transform:translateY(-1px)}.leaflet-popup-tip{background:#fff!important}.leaflet-popup-close-button{width:28px!important;height:28px!important;line-height:26px!important;font-size:18px!important;background:#fff!important;border-radius:50%!important;top:8px!important;inset-inline-end:8px!important;box-shadow:0 2px 6px #0000001f;color:var(--aeg-ink-soft, #4d6b85)!important}.map-tools{position:absolute;top:var(--sp-4);inset-inline-end:var(--sp-4);z-index:1000;display:flex;flex-direction:column;align-items:flex-end;gap:8px;font-family:Heebo,sans-serif;pointer-events:none}.map-tool-btn{pointer-events:auto;display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:10px 14px;background:#fff;color:var(--aeg-ink, #173753);border:0;border-radius:999px;font-family:inherit;font-weight:600;font-size:13px;box-shadow:0 4px 12px #00000026;cursor:pointer;transition:box-shadow .15s ease}.map-tool-btn:hover{box-shadow:0 6px 16px #0003}.map-tool-btn:disabled{opacity:.7;cursor:progress}.map-tool-btn .tool-icon{display:flex}.map-tool-btn .tool-icon svg{width:16px;height:16px}.map-tool-btn.is-loading .tool-icon{display:inline-flex;animation:tool-spin 1s linear infinite}@keyframes tool-spin{to{transform:rotate(360deg)}}.map-status{pointer-events:auto;display:flex;align-items:flex-start;gap:8px;max-width:280px;background:#fff;color:var(--aeg-ink, #173753);font-size:12px;font-weight:500;padding:8px 12px;border-radius:12px;box-shadow:0 4px 12px #0000001f;text-align:end;border-inline-end:4px solid var(--aeg-ink-soft, #4d6b85)}.map-status-text{flex:1}.map-status-close{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0;border:0;border-radius:50%;background:#0000000f;color:inherit;cursor:pointer;padding:0}.map-status-close svg{width:10px;height:10px}.map-status-close:hover{background:#0000001f}.map-status[hidden]{display:none}.map-status.is-ok{border-inline-end-color:#10b981}.map-status.is-error{border-inline-end-color:#ef4444}.map-status.is-loading{border-inline-end-color:#3b82f6}.map-legend{position:absolute;top:var(--sp-4);inset-inline-start:var(--sp-4);z-index:1000;background:#fff;border-radius:var(--radius-lg);box-shadow:0 8px 24px #0000001f;overflow:hidden;min-width:220px;max-width:280px;font-family:Heebo,sans-serif}.legend-toggle-btn{display:flex;align-items:center;gap:8px;width:100%;min-height:44px;padding:12px 14px;border:0;background:var(--aeg-sea, #1a6fa8);color:#fff;font-family:inherit;font-size:14px;font-weight:600;cursor:pointer;text-align:start}.legend-toggle-icon{display:flex}.legend-toggle-icon svg{width:17px;height:17px}.legend-toggle-label{flex:1}.legend-toggle-count{background:#ffffff40;padding:2px 10px;border-radius:999px;font-size:12px;font-weight:700}.legend-toggle-arrow{display:flex;transition:transform var(--t-fast)}.legend-toggle-arrow svg{width:14px;height:14px}.map-legend.collapsed .legend-toggle-arrow{transform:rotate(180deg)}.map-legend.collapsed .legend-body{display:none}.legend-bulk{display:flex;gap:6px;padding:10px 12px 8px;border-bottom:1px solid var(--aeg-line, #dcebf5)}.legend-bulk-btn{flex:1;min-height:44px;padding:6px 10px;border:1px solid var(--aeg-sea, #1a6fa8);background:var(--aeg-sea, #1a6fa8);color:#fff;border-radius:999px;font-family:inherit;font-size:12px;font-weight:600;cursor:pointer;transition:filter .15s ease}.legend-bulk-btn:hover{filter:brightness(1.05)}.legend-bulk-btn-ghost{background:#fff;color:var(--aeg-sea, #1a6fa8)}.legend-bulk-btn-ghost:hover{background:var(--aeg-sky, #eaf4fb)}.legend-list{list-style:none;margin:0;padding:6px;max-height:360px;overflow-y:auto}.legend-list li{margin:0}.legend-item{display:flex;align-items:center;gap:8px;width:100%;min-height:44px;padding:8px 10px;border:0;background:transparent;border-radius:10px;cursor:pointer;color:var(--aeg-ink, #173753);font-family:inherit;font-size:13px;text-align:start;transition:background .12s ease,opacity .12s ease}.legend-item:hover{background:var(--aeg-sky, #eaf4fb)}.legend-icon{width:26px;height:26px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:color-mix(in srgb,var(--cat-color) 15%,white);color:var(--cat-color);flex-shrink:0}.legend-icon svg{width:15px;height:15px}.legend-label{flex:1;font-weight:500}.legend-count{background:var(--aeg-sky, #eaf4fb);color:var(--aeg-ink-soft, #4d6b85);padding:1px 8px;border-radius:999px;font-size:11px;font-weight:700}.legend-check{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:var(--cat-color);color:#fff;flex-shrink:0}.legend-check svg{width:11px;height:11px}.legend-item.inactive{opacity:.45}.legend-item.inactive .legend-check{background:var(--aeg-line, #dcebf5)}.map-sheet{position:absolute;inset-inline:0;bottom:0;z-index:1200;max-height:62%;display:flex;flex-direction:column;background:var(--aeg-white, #fff);border-radius:20px 20px 0 0;box-shadow:0 -12px 32px #00000038;transform:translateY(100%);transition:transform .26s cubic-bezier(.32,.72,0,1);font-family:Heebo,sans-serif;direction:rtl}.map-sheet[hidden]{display:none}.map-sheet.show{transform:translateY(0)}.map-sheet-handle{width:36px;height:4px;border-radius:999px;background:var(--aeg-line, #dcebf5);margin:10px auto 2px;flex-shrink:0}.map-sheet-x{position:absolute;top:6px;inset-inline-end:6px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:0;border-radius:50%;background:#0000000f;color:var(--aeg-ink-soft, #4d6b85);cursor:pointer;z-index:1}.map-sheet-x svg{width:16px;height:16px}.map-sheet-heart{position:absolute;top:6px;inset-inline-start:6px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:0;border-radius:50%;background:#ffffffeb;box-shadow:0 2px 8px #0003;color:#e0455a;cursor:pointer;z-index:1}.map-sheet-heart svg{width:20px;height:20px}.map-sheet-heart.is-on svg{fill:#e0455a}.map-sheet-img{width:100%;height:150px;background-size:cover;background-position:center;background-color:var(--aeg-sky, #eaf4fb);flex-shrink:0}.map-sheet-img-fallback{display:flex;align-items:center;justify-content:center}.map-sheet-img-fallback svg{width:56px;height:56px;opacity:.5}.map-sheet-content{padding:14px 16px calc(16px + env(safe-area-inset-bottom,0px));overflow-y:auto}.map-sheet-cat{display:inline-block;font-size:11px;font-weight:700;padding:3px 10px;border-radius:999px;margin-bottom:8px}.map-sheet-title{margin:0 0 6px;font-size:17px;font-weight:800;color:var(--aeg-ink, #173753);line-height:1.3}.map-sheet-desc{margin:0 0 10px;font-size:13px;color:var(--aeg-ink-soft, #4d6b85);line-height:1.5}.map-sheet-distance{display:inline-flex;align-items:center;gap:4px;background:color-mix(in srgb,var(--aeg-sea, #1a6fa8) 14%,transparent);color:var(--aeg-sea-deep, #124e7a);font-size:12px;font-weight:700;padding:4px 10px;border-radius:999px;margin-bottom:8px}.map-sheet-meta{display:flex;gap:12px;flex-wrap:wrap;font-size:12px;color:var(--aeg-ink-soft, #4d6b85);padding-top:10px;border-top:1px solid var(--aeg-line, #dcebf5)}.map-sheet-gmaps{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:12px;min-height:44px;padding:10px 14px;background:var(--destination-accent, #4285F4);color:#fff!important;text-decoration:none;text-align:center;border-radius:999px;font-weight:700;font-size:13px;box-sizing:border-box;transition:background .2s,transform .15s}.map-sheet-gmaps:hover{background:var(--destination-accent-dark, #2c5cb8);transform:translateY(-1px)}@media(max-width:720px){.map-legend{top:var(--sp-3);bottom:auto;inset-inline-start:var(--sp-3);inset-inline-end:var(--sp-3);max-width:none}.map-tools{top:calc(var(--sp-3) + 56px);inset-inline-end:var(--sp-3)}.map-tool-btn{padding:8px 12px;font-size:12px}.map-tool-btn .tool-label{display:none}.map-tool-btn .tool-icon svg{width:18px;height:18px}.map-pin-inner{width:34px;height:34px;border-width:2px}.map-pin-glyph svg{width:16px;height:16px}.map-popup .leaflet-popup-content{width:240px!important}}.leaflet-control-zoom a{width:40px!important;height:40px!important;line-height:40px!important}.map-loading{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:#cfe4f1;z-index:999;font-family:Heebo,sans-serif;font-size:14px;color:var(--aeg-ink-soft, #4d6b85)}.map-loading[hidden]{display:none}.map-loading-spinner{width:32px;height:32px;border:3px solid rgba(0,0,0,.1);border-top-color:var(--aeg-sea, #1a6fa8);border-radius:50%;animation:tool-spin .8s linear infinite}.map-error{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#fef2f2;color:#991b1b;font-family:Heebo,sans-serif;font-size:16px;font-weight:500;text-align:center;padding:24px}
