:root{--color-primary: #00c49a;--color-accent: #00c49a;--color-background: #ffffff;--color-ui-gray: #f3f4f6;--color-text: #111827;--color-muted: #6b7280;--color-dot-fill: #fb8f67;--color-dot-stroke: #ffffff;--shadow-soft: 0 12px 30px rgba(17, 24, 39, .08);--radius-md: 12px}@font-face{font-family:Momo Trust Display;src:url(/fonts/Momo_Trust_Display/MomoTrustDisplay-Regular.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Momo Trust Sans;src:url(/fonts/Momo_Trust_Sans/MomoTrustSans-VariableFont_wght.ttf) format("truetype");font-weight:200 800;font-style:normal;font-display:swap}*,*:before,*:after{box-sizing:border-box}body{margin:0;background:var(--color-background);color:var(--color-text);font-family:Noto Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}.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}#app{min-height:100vh;display:flex;flex-direction:column}#site-header{position:sticky;top:0;z-index:10;background:var(--color-background);display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid #e5e7eb}.home-intro{display:block;padding:14px 20px 16px;border-bottom:1px solid #e5e7eb;background:linear-gradient(180deg,#00c49a0a,#00c49a00)}.home-intro-copy{margin:0;max-width:720px;color:var(--color-muted);font-size:14px;line-height:1.5}.brand{display:flex;align-items:center;gap:12px}.logo{height:44px;width:auto;max-width:140px}.brand-text{display:flex;flex-direction:column;gap:4px}.brand-text .title{display:inline-flex;align-items:center;gap:10px;font-weight:700;letter-spacing:-.02em;color:var(--color-primary);font-family:Momo Trust Display,Momo Trust Sans,system-ui,sans-serif;font-size:clamp(2.21rem,5.1vw,3.23rem)}.brand-text .tagline{color:var(--color-muted);font-size:14px}.header-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap;justify-content:flex-end}.lang-links{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap;width:100%;justify-content:space-between}.link-pills{display:inline-flex;gap:8px;flex-wrap:wrap;margin-right:auto}.pill-link{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:var(--color-ui-gray);border:1px solid var(--color-primary);color:var(--color-primary);font-weight:700;font-size:14px;text-decoration:none;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.pill-link:hover{background:#00c49a1a;color:#008e72;text-decoration:none}.lang-switch,.basemap-toggle{display:inline-flex;align-items:center;gap:8px;background:var(--color-ui-gray);padding:6px;border-radius:999px}.lang-switch button,.lang-switch a,.basemap-toggle button{border:none;background:transparent;color:#00c49a;padding:10px 14px;border-radius:999px;font-weight:600;cursor:pointer;transition:background-color .2s ease,color .2s ease;display:inline-flex;align-items:center;text-decoration:none}.lang-switch.hidden{display:none}.lang-switch button:disabled{cursor:not-allowed;opacity:.5;color:var(--color-muted)}.lang-switch button.active,.lang-switch a.active,.lang-switch button:hover:not(:disabled),.lang-switch a:hover{background:var(--color-accent);color:#fff;text-decoration:none}.basemap-toggle button.active{background:#00c49a;color:#fff}.flag-icon{height:20px;width:auto;display:inline-block}.flag-icon.brand-flag{height:32px}.flag-icon.flag-lang{height:18px}@media (min-width: 721px){.brand-text .title{font-size:clamp(1.99rem,4.59vw,2.91rem)}.flag-icon{height:22px}.flag-icon.brand-flag{height:35px}.flag-icon.flag-lang{height:20px}.brand{min-height:72px}.logo{height:100%;max-height:72px}}.maplibregl-ctrl-group{box-shadow:var(--shadow-soft);border-radius:12px;overflow:hidden}.maplibregl-ctrl-bottom-right{display:flex;flex-direction:column;align-items:flex-end;gap:6px;right:12px;bottom:12px}.maplibregl-ctrl-group button,.maplibregl-ctrl-geolocate button{border:none;width:40px;height:40px;font-size:16px}.maplibregl-ctrl button:hover{background:#1f3a8a14}.basemap-toggle button:not(.active):hover{background:#1f3a8a14}#main{display:flex;flex-direction:column;flex:1;min-height:0}#status-message{padding:4px 20px 6px;color:var(--color-muted);font-size:14px}#status-message.hidden{display:none}#map{flex:1;min-height:60vh;position:relative}.ad-container{background:var(--color-ui-gray);padding:12px;border-radius:var(--radius-md);margin:12px 20px 0;box-shadow:inset 0 1px #fff9}.ad-container.hidden{display:none}.ad-label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--color-muted);margin-bottom:4px}#footer{display:none}.maplibregl-popup-content{font-family:Noto Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#fff!important;padding:12px 28px 16px;border-radius:var(--radius-md);box-shadow:var(--shadow-soft);max-width:300px;background:#00c49ad9!important;border:1px solid var(--color-primary)}.popup-title{margin:0 0 6px;font-size:15px;font-weight:700;text-align:center}.popup-badge{display:inline-flex;align-items:center;gap:4px;background:#fb8f67;color:#fff;border-radius:8px;padding:4px 8px;font-size:12px;font-weight:700}.popup-details{margin-top:10px;display:flex;flex-direction:column;gap:6px;color:#fff;font-size:13px;font-weight:700}.popup-detail{display:inline-flex;align-items:center;gap:8px;background:#fb8f67;color:#fff;border-radius:6px;padding:6px 10px;width:fit-content}.popup-actions{margin-top:10px;display:flex;justify-content:center;gap:8px}.popup-button{display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border-radius:10px;border:1px solid #ffffff;background:#ffffff1a;color:#fff;font-weight:700;font-size:13px;cursor:pointer;transition:background-color .2s ease,border-color .2s ease;-moz-appearance:none;appearance:none;-webkit-appearance:none;box-shadow:none;outline:none}.popup-button:hover{background:#ffffff2e;border-color:#fff}.popup-button:focus-visible{outline:2px solid rgba(255,255,255,.6);outline-offset:2px}.popup-button svg{width:18px;height:18px}.maplibregl-popup-close-button{background:transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cg transform='scale(2)'%3E%3Ccircle style='fill:%23f44336' cx='8' cy='8' r='7'/%3E%3Crect style='fill:%23ffffff' width='2' height='10' x='-.98' y='-16.29' transform='rotate(135)'/%3E%3Crect style='fill:%23ffffff' width='2' height='10' x='-12.29' y='-5.01' transform='rotate(-135)'/%3E%3C/g%3E%3C/svg%3E") center/18px 18px no-repeat!important;color:transparent!important;width:22px;height:22px}.maplibregl-popup-close-button:focus,.maplibregl-popup-close-button:hover{outline:none;opacity:.8}.maplibregl-popup-tip{border-top-color:#00c49aa6!important;border-bottom-color:#00c49aa6!important}.maplibregl-popup{position:relative}.popup-toast{position:absolute;left:50%;bottom:100%;transform:translate(-50%,-12px);background:#fe6698;color:#fff;padding:8px 14px;border-radius:12px;font-weight:800;font-size:13px;box-shadow:0 10px 24px #0000002e;opacity:0;animation:toast-pop .3s ease forwards,toast-fade 3s ease forwards;pointer-events:none}.popup-toast.hide{animation:toast-fade-out .6s ease forwards}@keyframes toast-pop{0%{opacity:0;transform:translate(-50%,-4px)}to{opacity:1;transform:translate(-50%,-12px)}}@keyframes toast-fade{0%,70%{opacity:1}to{opacity:0}}@keyframes toast-fade-out{0%{opacity:1}to{opacity:0}}.install-toast{position:fixed;left:16px;right:16px;bottom:16px;z-index:40;background:#fff;border:1px solid rgba(17,24,39,.12);border-radius:18px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;box-shadow:var(--shadow-soft)}.install-toast.hidden{display:none}.install-toast-body{display:flex;flex-direction:column;gap:4px;font-size:13px;color:var(--color-muted)}.install-toast-title{font-size:14px;color:var(--color-text)}.install-toast-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.install-toast-cta{border:none;background:var(--color-primary);color:#fff;border-radius:999px;padding:8px 14px;font-weight:700;font-size:12px;cursor:pointer}.install-toast-dismiss{border:1px solid rgba(17,24,39,.16);background:#fff;color:var(--color-text);border-radius:999px;padding:8px 12px;font-weight:600;font-size:12px;cursor:pointer}.install-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:#11182773;display:flex;align-items:flex-end;justify-content:center;padding:20px}.install-modal.hidden{display:none}.install-modal-card{width:min(420px,100%);background:#fff;border-radius:20px;padding:16px 18px 20px;box-shadow:var(--shadow-soft)}.install-modal-close{border:none;background:transparent;color:var(--color-muted);font-weight:600;cursor:pointer;padding:0;margin-left:auto;display:block}.install-modal-title{margin:8px 0 10px;font-size:16px}.install-modal-steps{margin:0;padding-left:18px;color:var(--color-muted);font-size:14px;display:grid;gap:6px}.maplibregl-popup-anchor-top .maplibregl-popup-tip{border-bottom-color:#00c49abf!important}.maplibregl-popup-anchor-bottom .maplibregl-popup-tip{border-top-color:#00c49abf!important}.maplibregl-popup-anchor-left .maplibregl-popup-tip{border-right-color:#00c49abf!important}.maplibregl-popup-anchor-right .maplibregl-popup-tip{border-left-color:#00c49abf!important}.page-content{max-width:960px;margin:0 auto;padding:32px 20px 44px;line-height:1.6}.page-content h1{font-size:28px;margin-bottom:12px}.page-content h2{margin-top:28px;margin-bottom:8px}.page-content p{margin:0 0 14px;color:var(--color-text)}.page-content .muted{color:var(--color-muted)}.top-meta{display:flex;align-items:center;justify-content:center;padding:0 16px 8px;gap:8px;color:var(--color-muted);font-size:13px;flex-wrap:wrap}.top-meta-links{display:inline-flex;gap:10px}.basemap-control-mobile{position:absolute;top:12px;right:12px;z-index:5;display:flex;flex-direction:column;align-items:flex-end;gap:8px}.basemap-toggle-mobile-button{border:none;background:#00c49a;color:#fff;border-radius:12px;padding:10px;font-weight:700;box-shadow:var(--shadow-soft);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px}.basemap-menu{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:var(--shadow-soft);padding:6px;display:flex;flex-direction:column;gap:6px;min-width:160px}.basemap-menu.hidden,.header-actions .basemap-toggle{display:none}.basemap-menu button{width:100%;justify-content:flex-start}@media (max-width: 720px){#site-header{padding:10px 14px;align-items:flex-start;gap:8px;flex-direction:column}.brand{width:100%;justify-content:space-between;align-items:center;gap:10px}.brand-text{align-items:flex-start;text-align:left;min-width:0}.brand-text .title{font-size:clamp(1.3rem,5.4vw,1.9rem);gap:6px;line-height:1}.brand-text .tagline{display:none}.logo{height:34px;max-width:108px}.flag-icon.brand-flag{height:24px}.top-meta{flex-direction:row;justify-content:center;align-items:center;gap:8px;padding:0 10px 6px;font-size:12px}.header-actions{width:100%;flex-direction:row;align-items:stretch;gap:8px;justify-content:space-between}.lang-links{width:100%;justify-content:space-between;align-items:center;gap:8px}.lang-links .lang-switch{margin-left:auto}.lang-switch{width:auto;justify-content:center;padding:3px 5px;gap:3px;border-radius:10px;align-self:center}.lang-switch button{padding:4px 6px;font-size:11px;border-radius:8px}.link-pills{justify-content:flex-start;gap:6px}.pill-link{padding:4px 8px;font-size:11px}.home-intro{display:none}#main{min-height:0}#map{min-height:320px;height:calc(100vh - 126px);max-height:calc(100vh - 126px)}.maplibregl-ctrl-group button,.maplibregl-ctrl-geolocate button{width:52px;height:52px;font-size:20px}.maplibregl-ctrl-group{border-radius:16px}#status-message{padding:6px 16px}.ad-container{margin:10px 16px 0}#footer{display:none}}
