.city-hero{background:linear-gradient(135deg,#0f2027,#203a43,#2c5364);padding:120px 20px 70px;text-align:center;color:#fff;position:relative;overflow:hidden}.city-hero-bg{position:absolute;inset:-30px;background-size:cover;background-position:center;filter:blur(2px);transform:scale(1.1);opacity:.35;z-index:0}.city-hero-content{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:48px;flex-wrap:wrap}.city-hero-text{text-align:center}.city-hero-text h1{font-size:3.4rem;font-weight:800;margin:0 0 6px}.city-country{font-size:1.2rem;color:#a0c4d4;font-weight:500}.city-hero-coa{width:110px;height:auto;filter:drop-shadow(0 2px 10px rgba(0,0,0,.6))}.city-hero-map{width:130px;height:auto;opacity:.9;filter:drop-shadow(0 2px 10px rgba(0,0,0,.5))}@media(max-width:768px){.city-hero-text h1{font-size:2.4rem}.city-hero-coa,.city-hero-map{width:80px}}.city-tabs{display:flex;justify-content:center;gap:4px;background:#f0f4f8;padding:12px 20px;position:sticky;top:0;z-index:90;border-bottom:1px solid #e0e4e8;flex-wrap:wrap}.city-tab{display:flex;align-items:center;gap:8px;padding:12px 24px;border:none;background:transparent;color:#555;font-size:.95rem;font-weight:600;cursor:pointer;border-radius:30px;transition:all .25s ease}.city-tab:hover{background:#e0e8ef;color:#1a1a2e}.city-tab.active{background:#2c5364;color:#fff;box-shadow:0 4px 14px #2c53644d}.tab-icon{width:1.15rem;height:1.15rem;flex-shrink:0}@media(max-width:768px){.city-tabs{gap:6px;padding:10px 12px}.city-tab{padding:10px 16px;font-size:.85rem}.tab-label{display:none}.tab-icon{width:1.3rem;height:1.3rem}}.weather-widget{background:#f9fafb;border:1px solid #eef1f4;border-radius:16px;padding:1.5rem;display:flex;flex-direction:column;align-items:center;gap:.75rem;max-width:480px;margin:2rem auto 0;transition:transform .25s ease}.weather-widget:hover{transform:translateY(-4px)}.weather-main{display:flex;align-items:center;gap:.5rem}.weather-icon-emoji{font-size:3rem;line-height:1}.weather-temp{font-size:2.5rem;font-weight:700;color:#2c5364;line-height:1}.weather-desc{font-size:1rem;color:#777;text-transform:capitalize}.weather-details{display:flex;gap:1.25rem;margin-top:.5rem;flex-wrap:wrap;justify-content:center}.weather-detail{display:flex;flex-direction:column;align-items:center;gap:.15rem}.weather-detail-icon{font-size:1.1rem}.weather-detail-label{font-size:.7rem;color:#888;text-transform:uppercase;letter-spacing:.06em}.weather-detail-value{font-size:.95rem;font-weight:600;color:#2c5364}.weather-loading,.weather-unavailable{flex-direction:row;justify-content:center;gap:.75rem;padding:1rem 1.5rem;font-size:.9rem;color:#888}.weather-spinner{width:18px;height:18px;border:2px solid #e0e4e8;border-top-color:#2c5364;border-radius:50%;animation:weather-spin .7s linear infinite}@keyframes weather-spin{to{transform:rotate(360deg)}}.weather-icon-placeholder{font-size:1.3rem}@media(max-width:600px){.weather-widget{max-width:100%;padding:1rem}.weather-temp{font-size:2rem}.weather-icon-emoji{font-size:2.5rem}.weather-forecast-days{gap:.4rem}.weather-forecast-day{min-width:48px;padding:.4rem .25rem}}.weather-forecast{width:100%;margin-top:.75rem;border-top:1px solid #eef1f4;padding-top:.75rem}.weather-forecast-title{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:#888;margin:0 0 .6rem;text-align:center}.weather-forecast-days{display:flex;justify-content:center;gap:.5rem;flex-wrap:wrap}.weather-forecast-day{display:flex;flex-direction:column;align-items:center;gap:.25rem;min-width:52px;padding:.5rem .35rem;border-radius:10px;background:#f0f4f8;transition:background .2s ease,transform .2s ease}.weather-forecast-day:hover{background:#e0e8ef;transform:translateY(-2px)}.forecast-day-name{font-size:.72rem;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.04em}.forecast-day-icon{font-size:1.3rem}.forecast-day-temps{display:flex;flex-direction:column;align-items:center;gap:.1rem}.forecast-temp-max{font-size:.85rem;font-weight:700;color:#2c5364}.forecast-temp-min{font-size:.75rem;color:#999}.city-description{font-size:1.1rem;line-height:1.85;color:#444;margin-bottom:36px}.city-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:40px}.info-card{background:#f9fafb;border-radius:14px;padding:24px 20px;text-align:center;border:1px solid #eef1f4;transition:transform .25s ease}.info-card:hover{transform:translateY(-4px)}.info-icon{font-size:2rem;display:block;margin-bottom:8px}.info-card h4{font-size:.85rem;color:#888;text-transform:uppercase;letter-spacing:.6px;margin:0 0 6px}.info-card p{font-size:1rem;font-weight:600;color:#2c5364;margin:0}.highlights-section h3{font-size:1.3rem;margin-bottom:16px;color:#1a1a2e}.highlights-list{list-style:none;padding:0;margin:0}.highlights-list li{font-size:1.02rem;color:#444;padding:10px 0;border-bottom:1px solid #f0f0f0;display:flex;align-items:center;gap:10px}.highlights-list li:last-child{border-bottom:none}.highlight-bullet{color:#ffd166;font-size:1.1rem}@media(max-width:768px){.city-info-grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.city-info-grid{grid-template-columns:1fr}}.food-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:18px}.food-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000000f;border:2px solid transparent;transition:all .25s ease;cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;flex-direction:column}.food-card:hover{border-color:#e07b39;transform:translateY(-2px)}.food-card:focus-visible{outline:3px solid #e07b39;outline-offset:2px}.food-slideshow,.food-card-image-wrap{position:relative;width:100%;aspect-ratio:4 / 3;background:#e0e0e0;overflow:hidden;flex-shrink:0}.food-slideshow img,.food-card-image-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.food-card:hover .food-slideshow img,.food-card:hover .food-card-image-wrap img{transform:scale(1.04)}.slide-btn{position:absolute;top:50%;transform:translateY(-50%);width:30px;height:30px;border:none;border-radius:50%;background:#ffffffe0;color:#1a1a2e;font-size:1.35rem;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #00000029;transition:background .15s ease,transform .15s ease;z-index:1}.slide-btn:hover{background:#fff;transform:translateY(-50%) scale(1.05)}.slide-dots{position:absolute;left:50%;bottom:10px;transform:translate(-50%);display:flex;gap:5px;z-index:1}.slide-dot{width:6px;height:6px;border-radius:50%;background:#ffffffa6;box-shadow:0 1px 3px #00000040}.food-card-body{padding:14px 16px 16px;display:flex;flex-direction:column;gap:6px;flex:1}.food-card-body h3{margin:0;font-size:.98rem;color:#1a1a2e;line-height:1.35}.food-summary{color:#555;font-size:.85rem;line-height:1.55;margin:0;flex:1}.food-state{text-align:center;color:#666;padding:40px 0;font-size:1rem}.food-error{color:#c0392b}.food-show-more{display:flex;justify-content:center;margin-top:32px}.food-show-more-btn{padding:12px 32px;border:2px solid #e07b39;border-radius:999px;background:transparent;color:#e07b39;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s ease,color .2s ease}.food-show-more-btn:hover{background:#e07b39;color:#fff}.food-modal-overlay{position:fixed;inset:0;background:#0000008c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:foodOverlayIn .18s ease}@keyframes foodOverlayIn{0%{opacity:0}to{opacity:1}}.food-modal{background:#fff;border-radius:20px;max-width:580px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #00000040;position:relative;animation:foodModalUp .22s ease}@keyframes foodModalUp{0%{transform:translateY(24px);opacity:0}to{transform:translateY(0);opacity:1}}.food-modal-close{position:absolute;top:14px;right:16px;background:#00000012;border:none;border-radius:50%;width:32px;height:32px;font-size:.95rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s;z-index:1}.food-modal-close:hover{background:#00000026}.food-modal-slideshow{position:relative;width:100%;aspect-ratio:16 / 9;background:#e0e0e0;overflow:hidden;border-radius:20px 20px 0 0}.food-modal-slideshow img,.food-modal-image{width:100%;height:100%;object-fit:cover;display:block}.food-modal-body{padding:24px 28px 32px;display:flex;flex-direction:column;gap:10px}.food-modal-body h2{margin:0;font-size:1.45rem;color:#1a1a2e;line-height:1.3}.food-modal-description{color:#444;line-height:1.75;font-size:.97rem;margin:0;white-space:pre-line}.food-ingredients{margin-top:4px;background:#fff8f2;border-radius:10px;padding:14px 16px}.food-ingredients-title{font-size:.93rem;font-weight:700;color:#e07b39;margin:0 0 6px}.food-ingredients-content{font-size:.9rem;color:#555;line-height:1.7;margin:0;white-space:pre-line}@media(max-width:768px){.food-grid{grid-template-columns:1fr}.food-modal-body{padding:18px 20px 24px}}.activities-filter{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin:0 0 24px}.activities-filter label{color:#1a1a2e;font-size:.9rem;font-weight:600}.activities-filter select{min-width:180px;padding:10px 36px 10px 12px;border:1px solid #cbd5e1;border-radius:10px;background:#fff;color:#1a1a2e;font:inherit;cursor:pointer}.activities-filter select:focus-visible{outline:3px solid rgba(44,83,100,.25);border-color:#2c5364}.activities-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}.activity-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #00000014;border:2px solid transparent;transition:border-color .25s ease,transform .25s ease;cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;flex-direction:column}.activity-card:hover{border-color:#2c5364;transform:translateY(-3px)}.activity-slideshow{position:relative;width:100%;aspect-ratio:16 / 9;background:#e0e0e0;overflow:hidden}.activity-slideshow img{width:100%;height:100%;object-fit:cover;display:block}.slide-btn{position:absolute;top:50%;transform:translateY(-50%);background:#00000073;color:#fff;border:none;border-radius:50%;width:34px;height:34px;font-size:1.4rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s;z-index:2}.slide-btn:hover{background:#000000a6}.slide-prev{left:10px}.slide-next{right:10px}.slide-dots{position:absolute;bottom:10px;left:50%;transform:translate(-50%);display:flex;gap:6px;z-index:2}.slide-dot{width:8px;height:8px;border-radius:50%;background:#ffffff80;transition:background .15s}.slide-dot.active{background:#fff}.activity-card-body{position:relative;flex:1;padding:18px 20px 68px}.activity-season-badges{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.activity-season-badge{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:2px 10px;border-radius:20px;margin-bottom:0}.season-spring{background:#d4edda;color:#276221}.season-summer{background:#fff3cd;color:#856404}.season-autumn{background:#fde8d8;color:#8a3a00}.season-winter{background:#d6eaf8;color:#1a5276}.activity-title{font-size:1.1rem;font-weight:700;color:#1a1a2e;margin:0 0 8px;line-height:1.35}.activity-description{font-size:.9rem;color:#555;line-height:1.65;margin:0;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.activity-section{margin-top:14px;padding-top:14px;border-top:1px solid #f0f0f0}.activity-section-title{font-size:.93rem;font-weight:700;color:#1a1a2e;margin:0 0 5px}.activity-section-content{font-size:.9rem;color:#555;line-height:1.65;margin:0}.activities-state{text-align:center;color:#666;padding:40px 0;font-size:1rem}.activities-error{color:#c0392b}.activities-show-more{display:flex;justify-content:center;margin-top:32px}.activities-show-more-btn{padding:12px 32px;border:2px solid #2c7a4b;border-radius:999px;background:transparent;color:#2c7a4b;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s ease,color .2s ease}.activities-show-more-btn:hover{background:#2c7a4b;color:#fff}@media(max-width:768px){.activities-filter{align-items:stretch;flex-direction:column}.activities-filter select{width:100%}.activities-grid{grid-template-columns:1fr}}.activity-modal-overlay{position:fixed;inset:0;background:#0000008c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:overlayFadeIn .18s ease}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}.activity-modal{background:#fff;border-radius:20px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #00000040;position:relative;animation:modalSlideUp .22s ease}@keyframes modalSlideUp{0%{transform:translateY(24px);opacity:0}to{transform:translateY(0);opacity:1}}.activity-modal-close{position:absolute;top:14px;right:16px;background:#00000012;border:none;border-radius:50%;width:32px;height:32px;font-size:.95rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s;z-index:3}.activity-modal-close:hover{background:#00000026}.activity-modal-slideshow{position:relative;width:100%;aspect-ratio:16 / 9;background:#e0e0e0;overflow:hidden;border-radius:20px 20px 0 0}.activity-modal-slideshow img{width:100%;height:100%;object-fit:cover;display:block}.activity-modal-body{padding:24px 28px 28px}.activity-modal-body h2{font-size:1.35rem;font-weight:700;color:#1a1a2e;margin:10px 0 16px;line-height:1.3}.activity-modal-description{font-size:.97rem;color:#444;line-height:1.7;margin:0}@media(max-width:768px){.activity-modal-slideshow{aspect-ratio:4 / 3}.activity-modal-body{padding:18px 20px 22px}}.activity-visit-link{display:inline-flex;align-items:center;gap:6px;margin-top:12px;padding:8px 16px;background:linear-gradient(135deg,#2c5364,#1a3a47);color:#fff;text-decoration:none;border-radius:8px;font-size:.85rem;font-weight:600;transition:all .25s ease;border:2px solid transparent}.activity-card-body>.activity-visit-link{position:absolute;left:20px;bottom:22px;margin-top:0}.activity-visit-link:hover{background:linear-gradient(135deg,#3a6b80,#2c5364);transform:translateY(-1px);box-shadow:0 4px 12px #2c53644d;color:#fff}.activity-visit-link:active{transform:translateY(0)}.activity-visit-link-modal{display:flex;justify-content:center;margin:24px auto 0;padding:12px 24px;font-size:.95rem;width:100%;max-width:300px}.culture-filter{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin:0 0 24px}.culture-filter label{color:#1a1a2e;font-size:.9rem;font-weight:600}.culture-filter select{min-width:180px;padding:10px 36px 10px 12px;border:1px solid #cbd5e1;border-radius:10px;background:#fff;color:#1a1a2e;font:inherit;cursor:pointer}.culture-filter select:focus-visible{outline:3px solid rgba(44,83,100,.25);border-color:#2c5364}.culture-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:24px}.culture-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000000f;border:2px solid transparent;transition:all .25s ease;cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;flex-direction:column}.culture-card:hover{border-color:#2c5364;transform:translateY(-3px)}.culture-card:focus-visible{outline:3px solid #2c5364;outline-offset:2px}.culture-card-image{width:100%;aspect-ratio:16 / 9;object-fit:cover;display:block;flex-shrink:0}.culture-slideshow{position:relative;width:100%;aspect-ratio:16 / 9;background:#e0e0e0;overflow:hidden;flex-shrink:0}.culture-slideshow img{width:100%;height:100%;object-fit:cover;display:block}.culture-card-body{padding:18px 20px 20px;display:flex;flex-direction:column;gap:8px;flex:1}.culture-card-body h3{margin:0;font-size:1.05rem;color:#1a1a2e;line-height:1.35}.culture-summary{color:#555;font-size:.9rem;line-height:1.65;margin:0;flex:1}.culture-read-more{font-size:.82rem;color:#2c5364;font-weight:600;text-decoration:underline;text-underline-offset:2px;margin-top:2px}.culture-badge{display:inline-block;font-size:.74rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:3px 10px;border-radius:20px}.cat-historical{background:#e8d5f5;color:#5b2c6f}.cat-food{background:#fce4d6;color:#8a3a00}.cat-tradition{background:#d5f5e3;color:#1e8449}.cat-architecture{background:#d6eaf8;color:#1a5276}.cat-art{background:#fef9e7;color:#9a7d0a}.cat-nature{background:#dcfce7;color:#166534}.cat-beach{background:#cffafe;color:#155e75}.cat-religion{background:#ede9fe;color:#5b21b6}.cat-mountain{background:#e2e8f0;color:#334155}.cat-other{background:#f1f5f9;color:#475569}.culture-state{text-align:center;color:#666;padding:40px 0;font-size:1rem}.culture-error{color:#c0392b}.culture-show-more{display:flex;justify-content:center;margin-top:32px}.culture-show-more-btn{padding:12px 32px;border:2px solid #2c5364;border-radius:999px;background:transparent;color:#2c5364;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s ease,color .2s ease}.culture-show-more-btn:hover{background:#2c5364;color:#fff}.culture-modal-overlay{position:fixed;inset:0;background:#0000008c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:cultureOverlayIn .18s ease}@keyframes cultureOverlayIn{0%{opacity:0}to{opacity:1}}.culture-modal{background:#fff;border-radius:20px;max-width:580px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #00000040;position:relative;animation:cultureModalUp .22s ease}@keyframes cultureModalUp{0%{transform:translateY(24px);opacity:0}to{transform:translateY(0);opacity:1}}.culture-modal-close{position:absolute;top:14px;right:16px;background:#00000012;border:none;border-radius:50%;width:32px;height:32px;font-size:.95rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s;z-index:1}.culture-modal-close:hover{background:#00000026}.culture-modal-image{width:100%;aspect-ratio:16 / 9;object-fit:cover;border-radius:20px 20px 0 0;display:block}.culture-modal-slideshow{position:relative;width:100%;aspect-ratio:16 / 9;background:#e0e0e0;overflow:hidden;border-radius:20px 20px 0 0}.culture-modal-slideshow img{width:100%;height:100%;object-fit:cover;display:block}.culture-modal-body{padding:24px 28px 32px;display:flex;flex-direction:column;gap:10px}.culture-modal-body h2{margin:0;font-size:1.45rem;color:#1a1a2e;line-height:1.3}.culture-modal-description{color:#444;line-height:1.75;font-size:.97rem;margin:0;white-space:pre-line}.culture-section{margin-top:14px;padding-top:14px;border-top:1px solid #f0f0f0}.culture-section-title{font-size:.93rem;font-weight:700;color:#1a1a2e;margin:0 0 5px}.culture-section-content{font-size:.9rem;color:#555;line-height:1.65;margin:0}@media(max-width:768px){.culture-filter{align-items:stretch;flex-direction:column}.culture-filter select{width:100%}.culture-grid{grid-template-columns:1fr}.culture-modal-body{padding:18px 20px 24px}}.other-cities{background:#f0f4f8;padding:60px 20px;text-align:center}.other-cities h3{font-size:1.5rem;margin-bottom:28px;color:#1a1a2e}.other-cities-grid{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:8px 20px 16px;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.other-cities-grid::-webkit-scrollbar{height:6px}.other-cities-grid::-webkit-scrollbar-track{background:transparent}.other-cities-grid::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.other-city-card{background:#fff;border-radius:16px;padding:20px 24px;border:2px solid transparent;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:6px;box-shadow:0 4px 16px #0000000f;transition:all .25s ease;min-width:180px;flex-shrink:0;scroll-snap-align:start;text-align:center}.other-city-card:hover{border-color:#ffd166;transform:translateY(-4px)}.other-city-name{font-size:1.05rem;font-weight:700;color:#1a1a2e}.other-city-tagline{font-size:.8rem;color:#666;line-height:1.4;max-width:180px}.city-not-found{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;text-align:center}.city-not-found h1{font-size:2.4rem;margin-bottom:12px}.city-not-found p{color:#666;margin-bottom:24px}.city-suggestions{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}.city-suggestion-link{background:#2c5364;color:#fff;padding:10px 24px;border-radius:24px;text-decoration:none;font-weight:600;transition:transform .2s,box-shadow .2s}.city-suggestion-link:hover{transform:translateY(-2px);box-shadow:0 6px 16px #2c53644d}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.int-map-section{width:min(1180px,calc(100% - 40px));margin:24px auto 72px;color:#17251f}.int-map-section--status{min-height:240px;display:grid;place-content:center;gap:12px;text-align:center;border:1px solid #dfe8e2;border-radius:24px;background:#f7faf8}.int-map-loader{width:34px;height:34px;margin:0 auto;border:3px solid #cfe1d7;border-top-color:#087f74;border-radius:50%;animation:int-map-spin .8s linear infinite}@keyframes int-map-spin{to{transform:rotate(360deg)}}.int-map-header{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:24px}.int-map-eyebrow{display:block;margin-bottom:8px;color:#087f74;font-size:.76rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.int-map-header h2{margin:0;font-size:clamp(1.75rem,3vw,2.5rem);letter-spacing:-.035em}.int-map-header p{margin-top:9px;color:#64736c}.int-map-legend{display:flex;flex:0 0 auto;gap:18px;padding:12px 16px;border:1px solid #dfe8e2;border-radius:999px;background:#fff;box-shadow:0 8px 24px #1d382c12;color:#44534c;font-size:.86rem;font-weight:700}.int-map-legend span{display:inline-flex;align-items:center;gap:7px}.int-map-dot{width:10px;height:10px;border:2px solid #fff;border-radius:50%;box-shadow:0 0 0 1px #0000001f}.int-map-dot--activity{background:#087f74}.int-map-dot--culture{background:conic-gradient(#8b5e3c,#d94f30,#9a4d9e,#168aad,#2e7d4f,#8b5e3c)}.int-map-controls{display:flex;align-items:end;gap:14px;padding:16px;border:1px solid #dfe8e2;border-bottom:0;border-radius:20px 20px 0 0;background:#fff}.int-map-kind-filter{display:flex;gap:5px;padding:4px;border-radius:12px;background:#edf3ef}.int-map-kind-filter button{padding:9px 14px;border:0;border-radius:9px;background:transparent;color:#526159;cursor:pointer;font-weight:700}.int-map-kind-filter button.is-active{background:#fff;color:#087f74;box-shadow:0 2px 8px #183a2a1a}.int-map-controls label{display:grid;gap:5px;color:#65736c;font-size:.72rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.int-map-controls select{min-width:140px;height:39px;padding:0 32px 0 11px;border:1px solid #d5e0da;border-radius:10px;background:#fff;color:#253b31;font:inherit;font-size:.84rem;letter-spacing:normal;text-transform:none}.int-map-controls select:disabled{opacity:.48}.int-map-count{margin:0 2px 10px auto;color:#6b7771;font-size:.82rem;white-space:nowrap}.int-map-frame{position:relative;overflow:hidden;border:1px solid #dfe8e2;border-radius:0 0 24px 24px;background:#e9efeb;box-shadow:0 22px 60px #1734271f}.int-map-canvas{z-index:0;width:100%;height:clamp(300px,42vw,400px)}.int-map-marker{border:0;background:transparent;filter:drop-shadow(0 4px 4px rgba(18,42,31,.32))}.int-map-marker__shell{position:relative;display:block;width:40px;height:40px;transition:transform .18s ease;transform-origin:center bottom}.int-map-marker__pin{position:absolute;inset:0}.int-map-marker__symbol{position:absolute;top:8px;left:12.5px;color:#fff;pointer-events:none}.int-map-marker:hover .int-map-marker__shell{transform:translateY(-3px) scale(1.08)}.int-map-empty{position:absolute;z-index:500;top:24px;left:50%;display:grid;width:min(420px,calc(100% - 32px));gap:5px;padding:15px 18px;transform:translate(-50%);border:1px solid rgba(255,255,255,.9);border-radius:14px;background:#fffffff0;box-shadow:0 10px 35px #1d302729;text-align:center}.int-map-empty span{color:#64736c;font-size:.84rem}.leaflet-popup-content-wrapper{overflow:hidden;padding:0;border-radius:16px}.leaflet-popup-content{margin:0}.int-map-popup{max-height:300px;overflow-y:auto;overscroll-behavior:contain;color:#21362d}.int-map-popup__image{display:block;width:100%;height:130px;object-fit:cover}.int-map-popup__body{padding:16px}.int-map-popup__badges{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.int-map-badge{padding:4px 8px;border-radius:999px;font-size:.66rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.int-map-badge--activity{background:#d9f2ee;color:#086d64}.int-map-badge--culture{background:#fae7da;color:#a54d1d}.int-map-badge--category{background:#edf0ee;color:#57645e}.int-map-popup h3{margin:0 20px 8px 0;font-size:1.18rem;line-height:1.2}.int-map-popup p{margin:0 0 10px;color:#5e6d65;line-height:1.5}.int-map-popup__address,.int-map-popup__seasons{font-size:.8rem}.int-map-popup__actions{display:flex;align-items:center;gap:12px;margin-top:12px}.int-map-popup__actions button,.int-map-popup__actions a{border:0;background:none;color:#087f74;cursor:pointer;font:inherit;font-size:.8rem;font-weight:800;text-decoration:none}.int-map-popup__actions button{padding:8px 11px;border-radius:8px;background:#e5f3ef}.int-map-popup__details{display:grid;gap:14px;margin-top:14px;padding-top:14px;border-top:1px solid #e4ebe7}.int-map-popup__details section{display:grid;gap:7px}.int-map-popup__details img{width:100%;max-height:140px;border-radius:9px;object-fit:cover}.int-map-popup__details h4{margin:0;font-size:.94rem}.int-map-popup__details p{font-size:.82rem}.int-map-popup__error{color:#aa2e25!important}@media(max-width:760px){.int-map-section{width:min(100% - 24px,1180px);margin-bottom:48px}.int-map-header{display:grid}.int-map-legend{width:fit-content}.int-map-controls{align-items:stretch;flex-wrap:wrap}.int-map-kind-filter{width:100%}.int-map-kind-filter button{flex:1}.int-map-controls label{flex:1 1 140px}.int-map-controls select{width:100%;min-width:0}.int-map-count{width:100%;margin:2px 0 0}.int-map-canvas{height:370px}.int-map-leaflet-popup .leaflet-popup-content{width:min(560px,calc(100vw - 72px))!important}.int-map-popup{max-height:270px}}.city-page{color:#1a1a2e}.city-tab-area{position:relative}.city-content{max-width:1100px;margin:0 auto;padding:48px 20px;min-height:50vh}.tab-panel{animation:fadeSlide .35s ease}@keyframes fadeSlide{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.tab-panel h2{font-size:1.9rem;margin-bottom:10px;color:#1a1a2e}.panel-subtitle{color:#777;font-size:1.05rem;margin-bottom:32px}
