@import"https://fonts.googleapis.com/css2?family=Inter:wght@600;700&display=swap";:root{--header-height: 56px;--header-bg: #F3F4F6;--input-border: #E5E7EB;--primary-blue: #06B6D4;--placeholder: #9AA3A8;--search-height: 38px;--search-radius: 8px;--btn-height: 34px;--space-h: 16px;--focus-ring: rgba(6, 182, 212, .12);--layers-card-width: 300px;--layers-card-maxwidth: 320px;--layers-card-radius: 8px;--layers-card-bg: #FFFFFF;--layers-icon-bg: #F6F7F8;--layers-checkbox-border: #404040;--layers-accent: #000000;--layers-elevation: 0 10px 30px rgba(2, 6, 23, .12);--layers-pill-height: 36px;--layers-pill-padding: 8px 14px;--layers-pill-radius: 999px;--layers-focus-ring: rgba(6, 182, 212, .12);--legend-card-width: 350px;--legend-card-maxwidth: 480px;--legend-card-radius: 14px;--legend-card-bg: #FFFFFF;--legend-padding: 10px;--legend-text-muted: #6B6B6B;--legend-text-dark: #222222;--legend-font-body: 14px;--legend-font-heading: 12px;--legend-swatch-size: 14px;--legend-icon-size: 18px;--legend-focus-ring: rgba(6, 182, 212, .35);--legend-accent: #06B6D4;--swatch-yellow: #FFD93D;--swatch-red: #FF6B6B;--swatch-green: #4CD964;--swatch-cyan: #7DD3F7}.topbar{position:fixed;top:0;left:0;right:0;width:100%;height:60px;background:var(--header-bg);border-bottom:1px solid var(--input-border);z-index:2000;display:flex;justify-content:center;align-self:center;padding:12px 48px;box-sizing:border-box;opacity:1;box-shadow:0 2px 8px #0000001f}.topbar__inner{width:100%;max-width:var(--max-content-width);display:flex;align-items:center;justify-content:space-between;gap:12px;position:relative}.topbar__brand{font-family:Outfit;font-weight:800;font-size:22px;color:#0f172a;flex:0 0 auto}.topbar__search{display:flex;align-items:center;gap:12px;background:#fff;border-radius:8px;padding:8px 12px;border:1px solid var(--input-border);box-sizing:border-box;width:100%;max-width:500px;height:36px;box-shadow:0 1px #00000005}.topbar__search input[type=text]{flex:1;border:none;outline:none;background:transparent;font-size:14px;padding:0 8px;min-width:440px;width:44%}.topbar__search input[type=text]::placeholder{color:var(--placeholder)}.topbar__actions{display:flex;justify-content:flex-end;gap:12px;flex:0 0 auto}.topbar__btn--reset{height:var(--btn-height);border-radius:8px;border:1px solid #D1D5DB;background:transparent;padding:0 10px;display:inline-flex;gap:8px;align-items:center;font-weight:500;cursor:pointer;margin-left:20px}.topbar__btn--share{height:36;border-radius:8px;display:inline-flex;align-items:center;font-weight:400;cursor:pointer;color:#0065be;border:1px solid rgba(6,182,212,.12);width:85;opacity:1;gap:8px;border-width:.8px;padding:8px 12px}.topbar__btn--reset:focus,.topbar__btn--share:focus{box-shadow:0 0 0 6px var(--focus-ring);outline:none;border-color:var(--primary-blue)}.topbar__search:focus-within{box-shadow:0 0 0 6px var(--focus-ring);border-color:var(--primary-blue)}@media (max-width: 640px){.topbar__search{position:static;transform:none;min-width:0;width:100%;max-width:none;display:none}.topbar__search.topbar__search--visible{display:flex;background-color:none;gap:1px;padding:4px;height:35px;width:78%;box-shadow:0 2px 8px #0000001f}.topbar__search input[type=text]{border:none;outline:none;background:transparent;font-size:14px;padding:4px;min-width:20px}.topbar__brand{width:105;height:28;opacity:1;font-family:Outfit;font-weight:800;font-style:ExtraBold;font-size:22px;line-height:100%;letter-spacing:0px}.topbar__inner{padding:0 6px}}html,body{margin:0;padding:0;height:100%;width:100%;font-family:Arial,sans-serif;overflow:hidden}.layers-pill{position:absolute;top:calc(var(--header-height) + 12px);left:16px;z-index:1600;display:flex;align-items:center;gap:8px}.layers-pill-button{display:inline-flex;align-items:center;justify-content:center;height:var(--layers-pill-height);padding:8px 12px;background:var(--layers-card-bg);border-radius:8px;border:1px solid rgba(2,6,23,.06);box-shadow:0 4px 14px #0206170f;cursor:pointer;font-weight:500;font-style:Medium;font-size:16px;transition:transform .16s ease,box-shadow .16s ease;width:104;height:40;opacity:1;gap:8px;border-width:.8px;font-family:Outfit;line-height:150%;letter-spacing:0px;transform:translateY(-50px)}.layers-pill-button:hover{transform:translateY(-50px);box-shadow:0 8px 26px #02061717}.layers-pill-button:focus{outline:none;box-shadow:0 0 0 6px var(--layers-focus-ring)}.layers-card{position:absolute;top:20px;left:16px;width:var(--layers-card-width);max-width:var(--layers-card-maxwidth);background:var(--layers-card-bg);border-radius:var(--layers-card-radius);box-shadow:var(--layers-elevation);overflow:hidden;transform-origin:left top;transform:translateY(-6px) scale(.98);opacity:0;pointer-events:none;transition:transform .22s cubic-bezier(.2,.9,.3,1),opacity .18s ease;z-index:1601}.layers-card.open{transform:translateY(0) scale(1);opacity:1;pointer-events:auto}.layers-card__header{position:relative;display:flex;align-items:center;justify-content:space-between;padding:12px;border-bottom:1px solid #F3F4F6;height:20px}.layers-card__title{font-size:16px;font-weight:500;font-style:Medium;color:#0f172a;font-family:Outfit;line-height:150%;letter-spacing:0px;width:104}.layers-card__close{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#f0f0f0;border:none;opacity:1;cursor:pointer;transition:background .2s ease}.layers-card__close:hover{background:#0000000f}.layers-card__body{width:381;height:75vh;opacity:1;border-radius:8px;padding:12px;display:flex;flex-direction:column;overflow-y:auto;max-height:calc(100vh - var(--header-height) - 80px);scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}.layers-group__heading{font-size:14px;color:#6b7280;margin:8px 4px;font-weight:400;letter-spacing:.02em;font-family:Outfit;font-style:Regular;line-height:150%;letter-spacing:0px}.layers-row{display:flex;align-items:center;gap:10px;border-radius:6px;transition:background .15s ease;padding:5px}.layers-row:hover{background:#02061705}.layers-icon{width:36px;height:36px;min-width:36px;border-radius:8px;background:var(--layers-icon-bg);display:flex;align-items:center;justify-content:center}.layers-label{flex:1 1 auto;font-size:16px;font-weight:200;color:#0f172a;font-family:Outfit;font-style:Medium;line-height:150%;letter-spacing:0px}.layers-checkbox{width:18;height:18;opacity:1;gap:10px;border-radius:4px;padding:6px;border-width:1px}.layers-checkbox input[type=checkbox]{appearance:none;-webkit-appearance:none;width:20px;height:20px;border-radius:6px;border:1.8px solid var(--layers-checkbox-border, #D1D5DB);background-color:#fff;cursor:pointer;position:relative;display:inline-block;vertical-align:middle;transition:all .18s ease}.layers-checkbox input[type=checkbox]:hover{border-color:var(--layers-accent, #06B6D4);background-color:#f0f9fb}.layers-checkbox input[type=checkbox]:focus-visible{outline:2px solid rgba(6,182,212,.35);outline-offset:2px}.layers-checkbox input[type=checkbox]:checked{background-color:var(--layers-accent, #06B6D4);border-color:var(--layers-accent, #06B6D4)}.layers-checkbox input[type=checkbox]:checked:after{content:"";position:absolute;width:6px;height:10px;border-right:2px solid #fff;border-bottom:2px solid #fff;top:50%;left:50%;transform:translate(-50%,-55%) rotate(45deg);transform-origin:center}.layers-checkbox input[type=checkbox]:active{transform:scale(.94)}.layers-card .sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}#container{display:flex;overflow:hidden;height:calc(100vh - var(--header-height));width:100%;position:fixed;margin-top:var(--header-height);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}#map-container{flex-grow:1;position:relative;height:100%}#map{height:100%;width:100%;position:absolute;overflow:hidden}.map-controls{position:absolute;top:10px;right:12px;z-index:1000;background:transparent;padding:0;box-shadow:none;width:auto}.search-pill{position:absolute;right:50px;display:flex;align-items:center;gap:8px;background:#fff;padding:6px 10px;border-radius:999px;border:1px solid rgba(0,0,0,.08);-webkit-user-select:none;user-select:none}.search-pill .form-control{border:none;outline:none;background:transparent;padding:6px 8px;font-size:14px;width:220px;min-width:120px}.search-pill .form-control::placeholder{color:#9aa0a6}.search-icon{border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:6px;border-radius:50%}.map-controls .form-control{width:auto}.map-controls input.form-control{width:325px;min-width:200px;max-width:100%;box-sizing:border-box;border:none;box-shadow:none;outline:none}.map-controls input.form-control:focus{border:none;box-shadow:none;outline:none}.radius-filter{margin-bottom:12px}.radius-label{display:block;margin-bottom:4px;font-weight:500;font-size:15px}.radius-slider{width:100%;accent-color:#1976d2;height:4px;margin-bottom:4px}.gm-style .gm-style-iw-d{padding:6px 10px!important;font-size:13px!important;line-height:1.3!important}.pac-container{z-index:3000!important}.legend-card{position:absolute;bottom:20px;right:20px;width:var(--legend-card-width);max-width:450px;background:var(--legend-card-bg);border-radius:var(--legend-card-radius);box-shadow:var(--legend-card-shadow);padding:var(--legend-padding);transform:translateY(20px);opacity:0;pointer-events:none;transition:transform .3s ease,opacity .3s ease;z-index:1500;font-family:Inter,sans-serif}.legend-card.visible{transform:translateY(0);opacity:1;pointer-events:auto;max-width:450px;max-height:420px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent;box-shadow:0 10px 28px #00000040}.legend-group{margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #f0f0f0}.legend-meta{font-size:12px;color:var(--legend-text-muted);margin-bottom:8px}.legend-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.legend-title-pill{font-size:16px;font-weight:500;font-style:Medium;color:#0f172a;font-family:Outfit;line-height:150%;letter-spacing:0px;width:104;padding-left:8px}.legend-title-pill:focus{outline:2px dashed var(--legend-accent);outline-offset:2px}.legend-action-btn{background:transparent;border:none;cursor:pointer;color:var(--legend-text-muted)}.legend-body.single-column{display:flex;flex-direction:column;gap:10px;padding:8px 12px}.legend-row{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:6px;transition:background .2s ease}.legend-heading{margin-top:6px;font-weight:600;font-size:.9rem;color:#333;gap:15px}.legend-heading span{font-weight:500;font-size:14px}.legend-cat-heading{font-family:Outfit;font-weight:250;font-style:Medium;font-size:14px;line-height:20px;letter-spacing:0px}.legend-row{display:flex;align-items:center;gap:40px;padding:6px 8px;border-radius:6px;transition:background .2s ease}.legend-row:hover{background:var(--legend-hover-bg)}.legend-row:focus-within{outline:2px solid var(--legend-focus-ring)}.legend-swatch{width:var(--legend-swatch-size);height:var(--legend-swatch-size);border-radius:50%;border:1px solid rgba(0,0,0,.1)}.legend-sub-row{display:flex;align-items:center;gap:40px;padding:4px 8px}.legend-label{flex:1;font-size:var(--legend-font-body);font-family:Outfit;font-weight:300;font-style:Light;font-size:14px;line-height:16px;letter-spacing:0px}.legend-row[data-checked=true] .legend-toggle svg{stroke:var(--legend-accent)}.legend-row[data-checked=false] .legend-toggle svg{stroke:var(--legend-text-muted)}.floating-legend-btn{position:fixed;bottom:20px;right:20px;display:inline-flex;align-items:center;justify-content:center;gap:8px;width:104px;height:40px;padding:8px 12px;background:var(--layers-card-bg, #ffffff);border:.8px solid rgba(2,6,23,.06);border-radius:8px;box-shadow:0 4px 14px #0206170f;cursor:pointer;font-family:Outfit,sans-serif;font-weight:500;font-size:16px;line-height:150%;letter-spacing:0px;opacity:1;z-index:9999}.floating-legend-btn:hover{transform:translateY(-2px)}@media (max-width: 768px){.legend-card{position:fixed;bottom:0;height:fit-content;left:10px;width:90%;border-radius:14px 14px 0 0}.legend-body{flex-direction:column}.legend-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:0}.legend-group{margin-bottom:0;padding-bottom:0;border-bottom:1px solid #f0f0f0}.floating-legend-btn{position:fixed;bottom:20px;right:10px;font-weight:500;font-style:outfit;background:var(--accent-color, #ffffff);color:#000;border:none;border-radius:8px;padding:10px 16px;font-size:14px;cursor:pointer;box-shadow:0 4px 10px #0000004d;transition:all .2s ease;z-index:100}}.gm-control-active{display:none!important}.gm-style-mtc{top:10px!important;right:5px!important}.cdp-icon{display:flex;justify-content:center;align-items:center;margin-top:10px;margin-bottom:10px;width:100%;overflow:hidden;border-radius:8px;background:#fafafa;box-shadow:0 2px 10px #00000014}.cdp-icon img{width:100%;height:auto;max-height:700px;object-fit:contain;border-radius:6px}@media (max-width: 768px){.gm-style-mtc{display:none!important}}@media (max-width: 768px){.layers-pill{top:65px;left:13%;transform:translate(-50%);z-index:1600}.layers-pill-button{display:inline-flex;align-items:center;justify-content:center;height:35px;padding:3px 6px;background:var(--layers-card-bg);border-radius:8px;border:1px solid rgba(2,6,23,.06);box-shadow:0 4px 14px #0206170f;cursor:pointer;font-weight:500;font-style:Medium;font-size:16px;transition:transform .16s ease,box-shadow .16s ease;width:90px;height:40;opacity:1;gap:8px;border-width:.8px;font-family:Outfit;line-height:150%}.layers-card{position:fixed;inset:auto 0 0;width:100%;height:85vh;max-width:none;border-radius:14px 14px 0 0;transform-origin:bottom;transform:translateY(100%);opacity:1;box-shadow:0 -4px 20px #00000026;transition:transform .3s cubic-bezier(.25,.1,.25,1)}.layers-card.open{transform:translateY(0);height:70vh}.layers-card__header{padding:12px 16px;border-bottom:1px solid #e0e0e0}.layers-card__body{max-height:70vh;padding:16px;overflow-y:auto}.layers-row{padding:12px 8px;gap:12px}.layers-checkbox input[type=checkbox]{width:24px;height:24px}.layers-card__close{width:32px;height:32px;padding:8px}.layers-card__header:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:40px;height:4px;background:#ccc;border-radius:2px}}.mobileSearchDiv{position:absolute;top:15px;left:65%;transform:translate(-50%);display:flex;align-items:center;gap:4px;z-index:3000;width:calc(100% - 90px);max-width:420px;background-color:none}.mobileResetDiv{display:flex;align-items:center;justify-content:center;background:#fff;border-radius:9px;box-shadow:0 4px 14px #00000026;width:35px;height:35px;flex-shrink:0;cursor:pointer}.topbar__btn--reset_mobile{background:none;border:none;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.mobileResetDiv:active,.topbar__search:active{transform:scale(.98);box-shadow:0 2px 8px #0000001f}.info-window-content{font-family:Outfit,sans-serif;font-size:14px;line-height:1.5;color:#0f172a;padding:1px}.info-window-label{margin:0}.info-window-header{font-weight:700;margin-right:4px}body,html{margin:0;font-family:Arial,sans-serif}.app-container{display:flex;height:100vh}.left-sidebar{width:200px;background-color:#f3f3f3;border-right:1px solid #ececec;padding:20px;box-sizing:border-box}.left-sidebar h2{margin-top:0;margin-bottom:20px;font-size:18px}.left-sidebar ul{list-style:none;padding:0;margin:0}.left-sidebar li{margin-bottom:10px}.left-sidebar button{width:100%;padding:10px;font-size:16px;cursor:pointer;border:none;border-radius:6px;background-color:#4f46e5;color:#fff;transition:background .2s}.left-sidebar button:hover,.left-sidebar button.active{background-color:#3730a3}.main-content{flex:1;overflow-y:auto}.main-content h1{margin-top:0}
