#root{width:100%;min-height:100vh;margin:0;padding:0;overflow-x:hidden;display:flex;flex-direction:column}.app-container{display:flex;flex-direction:column;min-height:100vh;width:100%;background-color:#fafafa;color:#213547}.main-layout{display:flex;flex:1;width:100%;max-width:1920px;margin:0 auto;position:relative}.content-area{flex:1;display:flex;flex-direction:column;position:relative;min-width:0;padding-top:1rem}.map-component-wrapper{width:100%;position:relative;height:80vh;min-height:600px}.map-container{height:100%;width:100%;z-index:1}.leaflet-bar{border:none!important;box-shadow:0 2px 4px #0003!important}.leaflet-control-zoom a{background-color:#fff!important;color:#333!important;border-radius:8px!important;width:36px!important;height:36px!important;line-height:36px!important;font-size:18px!important;box-shadow:0 2px 4px #00000026!important;margin-bottom:8px!important;display:flex!important;align-items:center;justify-content:center;text-decoration:none!important}.leaflet-control-zoom a:hover{background-color:#f4f4f4!important;color:#000!important}.leaflet-top.leaflet-left .leaflet-control-zoom{display:none!important}@media (max-width: 768px){.map-component-wrapper{height:90vh;min-height:500px}.main-layout{flex-direction:column}.content-area{width:100%;padding-top:0}}.bold-text{font-weight:700}.black-text{color:#000}.suspense-fallback{display:flex;justify-content:center;align-items:center;height:100vh;width:100vw;font-size:1.5rem;font-family:sans-serif}.map-placeholder{height:100%;width:100%;display:flex;align-items:center;justify-content:center;background-color:#eef1ee;background-image:linear-gradient(rgba(0,0,0,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.03) 1px,transparent 1px);background-size:48px 48px}.map-placeholder-text{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:.95rem;color:#8a9089}.suspense-fallback{display:flex;justify-content:center;align-items:center;min-height:60vh;width:100%;font-size:1.25rem;font-family:Inter,system-ui,-apple-system,sans-serif;color:#6b7280}.consent-banner{position:fixed;left:0;right:0;bottom:0;z-index:10000;background-color:#fff;border-top:1px solid #e5e7eb;box-shadow:0 -4px 24px #0000001f;padding:1.25rem 1rem calc(1.25rem + env(safe-area-inset-bottom,0px));font-family:Inter,system-ui,-apple-system,sans-serif}.consent-banner-inner{max-width:1100px;margin:0 auto;display:flex;gap:1.5rem;align-items:center;justify-content:space-between;flex-wrap:wrap}.consent-banner-text{flex:1 1 420px;min-width:0;color:#4a4a4a;font-size:.9rem;line-height:1.55}.consent-banner-title{font-size:1.05rem;font-weight:700;color:#1a1a1a;margin:0 0 .4rem}.consent-banner-text p{margin:0 0 .5rem}.consent-banner-details{margin:.5rem 0 .75rem;padding-left:1.1rem;font-size:.85rem}.consent-banner-details li{margin-bottom:.35rem}.consent-banner-links{font-size:.85rem}.consent-banner-links a{color:#2e7d32}.consent-link-button{background:none;border:none;padding:0;font:inherit;color:#2e7d32;text-decoration:underline;cursor:pointer}.consent-banner-actions{display:flex;gap:.6rem;flex-wrap:wrap;flex:0 0 auto}.consent-btn{padding:.65rem 1.1rem;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;border:1px solid transparent;transition:background-color .15s ease,border-color .15s ease;white-space:nowrap}.consent-btn-accept{background-color:#2e7d32;color:#fff}.consent-btn-accept:hover{background-color:#256628}.consent-btn-reject,.consent-btn-partial{background-color:#fff;color:#374151;border-color:#d1d5db}.consent-btn-reject:hover,.consent-btn-partial:hover{background-color:#f3f4f6;border-color:#9ca3af}.consent-btn:focus-visible{outline:2px solid #2e7d32;outline-offset:2px}@media (max-width: 720px){.consent-banner-inner{flex-direction:column;align-items:stretch;gap:1rem}.consent-banner-actions{flex-direction:column-reverse}.consent-btn{width:100%}}.header{background-color:#fff;border-bottom:1px solid #ddd;box-shadow:0 2px 4px #0000000d;padding:.8rem 1.5rem;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:1100}.header-brand{display:flex;align-items:center;gap:.5rem;text-decoration:none}.header-logo-text{font-size:1.5rem;font-weight:700;color:#1a73e8;letter-spacing:-.5px}.header-logo-suffix{color:#333}.header-nav{display:flex;gap:1.5rem}.header-nav a{color:#555;text-decoration:none;font-weight:500;font-size:.95rem;transition:color .2s}.header-nav a:hover{color:#1a73e8}.mobile-menu-btn,.mobile-menu-overlay{display:none}@media (max-width: 768px){.header{display:none}.mobile-menu-btn{display:flex;align-items:center;justify-content:center;position:fixed;top:auto;bottom:20px;right:20px;z-index:2000;width:48px;height:48px;border-radius:12px;background-color:#fff;border:none;box-shadow:0 4px 12px #00000026;color:#333;font-size:1.5rem;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.mobile-menu-btn:active{transform:scale(.95);background-color:#f0f0f0}.mobile-menu-overlay{display:flex;flex-direction:column;justify-content:center;align-items:center;position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#fffffffa;z-index:1900;opacity:0;visibility:hidden;transition:all .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.mobile-menu-overlay.open{opacity:1;visibility:visible}.mobile-menu-logo{margin-bottom:3rem;transform:scale(1.5)}.mobile-menu-links{display:flex;flex-direction:column;gap:2rem;text-align:center}.mobile-menu-links a{font-size:1.5rem;font-weight:600;color:#333;text-decoration:none}.mobile-menu-links a:hover{color:#1a73e8}}.footer{background-color:#1a1a1a;color:#fff;padding:2rem 1rem;margin-top:auto;border-top:1px solid #333}.footer-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1rem}.footer-links{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center}.footer-links a{color:#a0a0a0;text-decoration:none;font-size:.9rem;transition:color .3s}.footer-links a:hover{color:#646cff}.footer-copyright{font-size:.8rem;color:#666;text-align:center}@media (min-width: 768px){.footer-content{flex-direction:row;justify-content:space-between}}.ad-sidebar-container{width:180px;background-color:#fafafa;display:flex;flex-direction:column;align-items:center;padding-top:1rem;flex-shrink:0;border-left:1px solid #eee;border-right:1px solid #eee}.ad-space{display:flex;justify-content:center;align-items:flex-start;overflow:hidden;width:160px;min-height:600px;position:sticky;top:1rem}.ad-space .adsbygoogle{width:160px;height:600px}@media (max-width: 1024px){.ad-sidebar-container{display:none}}.ad-incontent{width:100%;max-width:1200px;margin:1.5rem auto;padding:0 1rem;box-sizing:border-box;min-height:280px}.ad-incontent-label{display:block;font-size:.7rem;letter-spacing:.06em;text-transform:uppercase;color:#9ca3af;margin-bottom:.35rem}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}@media (max-width: 1400px){.list-open .leaflet-bottom.leaflet-right .leaflet-control-zoom{margin-bottom:40vh!important;transition:margin-bottom .3s ease-in-out}.list-closed .leaflet-bottom.leaflet-right .leaflet-control-zoom{margin-bottom:85px!important;transition:margin-bottom .3s ease-in-out}}
