html,body,#root{width:100%;height:100%;margin:0;padding:0;overflow:hidden}*{box-sizing:border-box}.auth-page{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.auth-container{background:#fff;border-radius:8px;width:100%;max-width:400px;padding:40px;box-shadow:0 4px 20px #00000026}.auth-container h1{color:#333;text-align:center;margin:0 0 10px;font-size:24px}.auth-container h2{color:#666;text-align:center;margin:0 0 30px;font-size:18px;font-weight:400}.auth-description{color:#666;text-align:center;margin:-20px 0 30px;font-size:14px}.auth-form{flex-direction:column;gap:20px;display:flex}.form-group{flex-direction:column;gap:6px;display:flex}.form-group label{color:#333;font-size:14px;font-weight:500}.form-group input{border:1px solid #ddd;border-radius:4px;padding:12px;font-size:16px;transition:border-color .2s}.form-group input:focus{border-color:#667eea;outline:none}.form-group input:disabled{cursor:not-allowed;background-color:#f5f5f5}.form-group small{color:#888;font-size:12px}.auth-error{color:#c62828;text-align:center;background:#ffebee;border-radius:4px;padding:12px;font-size:14px}.auth-success{color:#2e7d32;text-align:center;background:#e8f5e9;border-radius:4px;padding:12px;font-size:14px}.auth-button{color:#fff;cursor:pointer;background:#667eea;border:none;border-radius:4px;padding:14px;font-size:16px;font-weight:500;transition:background .2s}.auth-button:hover:not(:disabled){background:#5a6fd6}.auth-button:disabled{cursor:not-allowed;background:#ccc}.user-menu{display:inline-block;position:relative}.user-menu-button{cursor:pointer;color:#333;background:#ffffffe6;border:1px solid #ddd;border-radius:4px;align-items:center;gap:8px;padding:8px 16px;font-size:14px;transition:background .2s;display:flex}.user-menu-button:hover{background:#fff}.user-menu-button:after{content:"▼";color:#666;font-size:10px}.user-menu-dropdown{z-index:1000;background:#fff;border:1px solid #ddd;border-radius:4px;min-width:200px;margin-top:4px;position:absolute;top:100%;right:0;box-shadow:0 4px 12px #00000026}.user-menu-header{border-bottom:1px solid #eee;padding:12px 16px}.user-menu-name{color:#333;font-size:14px;font-weight:500}.user-menu-role{color:#888;text-transform:uppercase;margin-top:2px;font-size:12px}.user-menu-items{padding:8px 0}.user-menu-item{text-align:left;cursor:pointer;color:#333;background:0 0;border:none;width:100%;padding:10px 16px;font-size:14px;text-decoration:none;transition:background .2s;display:block}.user-menu-item:hover{background:#f5f5f5}.user-menu-item.logout{color:#c62828;border-top:1px solid #eee;margin-top:8px}.user-menu-item.logout:hover{background:#ffebee}.user-menu-item.admin{color:#667eea}.user-menu-item.admin:hover{background:#e8eaf6}.admin-panel-overlay{z-index:2000;background:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.admin-panel{background:#fff;border-radius:8px;flex-direction:column;width:100%;max-width:900px;max-height:90vh;display:flex;box-shadow:0 4px 20px #0003}.admin-panel-header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.admin-panel-header h2{color:#333;margin:0;font-size:20px}.admin-panel-close{cursor:pointer;color:#666;background:0 0;border:none;padding:4px;font-size:24px;line-height:1}.admin-panel-close:hover{color:#333}.admin-panel-content{flex:1;padding:20px 24px;overflow-y:auto}.admin-panel-actions{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.admin-panel-create-btn{color:#fff;cursor:pointer;background:#667eea;border:none;border-radius:4px;padding:10px 20px;font-size:14px;font-weight:500}.admin-panel-create-btn:hover{background:#5a6fd6}.osm-panel-section{margin-bottom:1.25rem}.osm-panel-section-title{margin:0 0 .75rem;font-size:1rem;font-weight:600}.osm-panel-summary{color:#333;margin:0 0 12px;font-size:14px;line-height:1.5}.osm-panel-hint{color:#666;margin:0 0 20px;font-size:13px;line-height:1.5}.osm-panel-toggle{color:#333;cursor:pointer;align-items:center;gap:10px;margin:0 0 16px;font-size:14px;display:flex}.osm-panel-toggle input{width:16px;height:16px}.osm-panel-number-field{color:#333;flex-direction:column;gap:6px;margin:0 0 12px;font-size:14px;display:flex}.osm-panel-number-field input{border:1px solid #ccc;border-radius:4px;width:120px;padding:6px 8px;font-size:14px}.osm-panel-bulk-actions{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.osm-panel-job-status{color:#3949ab;background:#e8eaf6;border-radius:4px;margin-bottom:12px;padding:10px 12px;font-size:13px}.osm-panel-table{min-width:760px}.osm-panel-row-actions{flex-wrap:wrap;gap:6px;display:flex}.osm-panel-subtext{color:#888;margin-top:4px;font-size:12px}.admin-panel.osm-panel{max-width:1100px}.admin-users-table{border-collapse:collapse;width:100%;font-size:14px}.admin-users-table th,.admin-users-table td{text-align:left;border-bottom:1px solid #eee;padding:12px 16px}.admin-users-table th{color:#666;background:#f8f9fa;font-weight:600}.admin-users-table tr:hover{background:#f8f9fa}.admin-user-active{color:#2e7d32}.admin-user-blocked{color:#c62828}.admin-user-role-admin{color:#667eea;font-weight:500}.admin-user-role-user{color:#666}.admin-user-actions{gap:8px;display:flex}.admin-action-btn{cursor:pointer;border:none;border-radius:4px;padding:6px 12px;font-size:12px;transition:background .2s}.admin-action-btn.edit{color:#1976d2;background:#e3f2fd}.admin-action-btn.edit:hover{background:#bbdefb}.admin-action-btn.reset{color:#f57c00;background:#fff3e0}.admin-action-btn.reset:hover{background:#ffe0b2}.admin-action-btn.block{color:#c62828;background:#ffebee}.admin-action-btn.block:hover{background:#ffcdd2}.admin-action-btn.unblock{color:#2e7d32;background:#e8f5e9}.admin-action-btn.unblock:hover{background:#c8e6c9}.admin-action-btn.delete{color:#ad1457;background:#fce4ec}.admin-action-btn.delete:hover{background:#f8bbd0}.admin-loading,.admin-error{text-align:center;color:#666;padding:40px}.admin-error{color:#c62828}.admin-modal-overlay{z-index:2100;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.admin-modal{background:#fff;border-radius:8px;width:100%;max-width:400px;padding:24px;box-shadow:0 4px 20px #0003}.admin-modal h3{color:#333;margin:0 0 20px;font-size:18px}.admin-modal-form{flex-direction:column;gap:16px;display:flex}.admin-modal-form .form-group{flex-direction:column;gap:6px;display:flex}.admin-modal-form label{color:#333;font-size:14px;font-weight:500}.admin-modal-form input,.admin-modal-form select{border:1px solid #ddd;border-radius:4px;padding:10px 12px;font-size:14px}.admin-modal-form input:focus,.admin-modal-form select:focus{border-color:#667eea;outline:none}.admin-modal-form small{color:#888;font-size:12px}.admin-modal-actions{justify-content:flex-end;gap:12px;margin-top:8px;display:flex}.admin-modal-btn{cursor:pointer;border:none;border-radius:4px;padding:10px 20px;font-size:14px;font-weight:500}.admin-modal-btn.cancel{color:#666;background:#f5f5f5}.admin-modal-btn.cancel:hover{background:#e0e0e0}.admin-modal-btn.save{color:#fff;background:#667eea}.admin-modal-btn.save:hover{background:#5a6fd6}.admin-modal-btn.save:disabled{cursor:not-allowed;background:#ccc}.admin-modal-btn.danger{color:#fff;background:#c62828}.admin-modal-btn.danger:hover{background:#b71c1c}.admin-modal-btn.danger:disabled{cursor:not-allowed;background:#ccc}.admin-modal-error{color:#c62828;background:#ffebee;border-radius:4px;padding:12px;font-size:14px}.admin-modal-success{color:#2e7d32;background:#e8f5e9;border-radius:4px;padding:12px;font-size:14px}.admin-modal-warning{color:#f57f17;background:#fff8e1;border-radius:4px;padding:12px;font-size:14px}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input{font:inherit}.app-shell{--map-panel-left:20px;--map-panel-width:380px;--map-panel-gap:12px;background:#dfe3e7;width:100%;height:100%;position:relative;overflow:hidden}.map-container{width:100%;height:100%;position:absolute;inset:0}.yandex-map-logo{z-index:5;color:#111827;align-items:center;gap:4px;line-height:0;text-decoration:none;display:inline-flex;position:absolute;bottom:0;right:0}.yandex-map-logo img{pointer-events:auto;width:auto;height:auto;max-height:44px;display:block}.yandex-map-logo__text{white-space:nowrap;pointer-events:auto;font-size:11px;line-height:1}.map-initialization-error{z-index:30;color:#1f2937;background:#fffffff7;border:1px solid #c5221f38;border-radius:10px;flex-direction:column;gap:10px;width:min(560px,100vw - 32px);padding:18px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 18px 48px #0f172a33}.map-initialization-error strong{color:#c5221f;font-size:16px}.map-initialization-error span{font-size:14px;line-height:1.45}.map-initialization-error button{color:#fff;cursor:pointer;background:#1a73e8;border:0;border-radius:6px;align-self:flex-start;padding:8px 12px}.map-initialization-error button:hover{background:#1558b0}.map-zoom-indicator{z-index:10;color:#5f6368;font-variant-numeric:tabular-nums;text-align:center;pointer-events:none;-webkit-user-select:none;user-select:none;background:#fff;border-radius:3px;padding:6px 10px;font-size:12px;line-height:1;position:absolute;top:47px;right:48px;box-shadow:0 2px 6px #0000003d,0 6px 18px #0000001f}.tiles-state-panel,.basemap-state-panel{z-index:15;color:#1f2937;background:#fffffff5;border:1px solid #0f172a29;border-radius:8px;flex-direction:column;gap:8px;max-width:min(520px,100vw - 32px);padding:12px 14px;display:flex;position:absolute;top:84px;left:50%;transform:translate(-50%);box-shadow:0 12px 30px #0f172a2e}.basemap-state-panel{background:#fffbebf5;border-color:#ca8a0452;top:84px}.basemap-state-panel-error{background:#fffbebf5;border-color:#ca8a0452}.basemap-state-panel-info{background:#eff6fff5;border-color:#2563eb33}.tiles-state-panel strong,.basemap-state-panel strong{font-size:14px}.tiles-state-panel span,.basemap-state-panel span{color:#4b5563;font-size:13px}.tiles-state-panel button{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:6px;align-self:flex-start;padding:8px 12px;font-weight:700}.tiles-state-panel button:disabled{cursor:default;opacity:.65}.map-tools-bar{z-index:1;align-items:center;gap:8px;width:fit-content;max-width:100%;margin-top:8px;display:flex;position:relative}.map-tools-buttons{border-radius:2px;display:inline-flex;overflow:hidden;box-shadow:0 1px 2px #0000004d,0 1px 3px 1px #00000026}.map-tool-button{color:#5f6368;cursor:pointer;background:#fff;border:0;border-right:1px solid #dadce0;place-items:center;width:40px;height:40px;display:grid}.map-tool-button:last-child{border-right:0}.map-tool-button svg{width:22px;height:22px}.map-tool-button:hover{color:#202124;background:#f8f9fa}.map-tool-button.is-active{color:#1a73e8;background:#e8f0fe}.map-tool-button.is-active:hover{color:#1557b0;background:#e8f0fe}.map-tool-button--text{white-space:nowrap;width:auto;min-width:56px;padding:0 12px;font-size:12px;font-weight:600}.mobile-geolocation-button{z-index:4;color:#5f6368;cursor:pointer;background:#fff;border:0;border-radius:2px;place-items:center;width:44px;height:44px;display:grid;position:absolute;bottom:72px;right:12px;box-shadow:0 1px 2px #0000004d,0 1px 3px 1px #00000026}.mobile-geolocation-button svg{width:22px;height:22px}.mobile-geolocation-button.is-active{color:#1a73e8;background:#e8f0fe}.mobile-geolocation-button.is-locating svg{animation:1.1s linear infinite mobile-geolocation-spin}.mobile-geolocation-error{z-index:4;color:#202124;background:#fffffff5;border-radius:4px;max-width:min(280px,100vw - 24px);padding:8px 10px;font-size:12px;line-height:1.35;position:absolute;bottom:124px;right:12px;box-shadow:0 1px 2px #0000004d,0 1px 3px 1px #00000026}@keyframes mobile-geolocation-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.map-tools-readout{color:#202124;font-variant-numeric:tabular-nums;background:#fff;border-radius:2px;align-items:center;gap:8px;height:40px;padding:0 10px;font-size:12px;line-height:1;display:inline-flex;box-shadow:0 1px 2px #0000004d,0 1px 3px 1px #00000026}.map-tools-distance{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.map-tools-clear{color:#5f6368;cursor:pointer;background:0 0;border:0;border-radius:50%;flex:0 0 22px;place-items:center;width:22px;height:22px;font-size:16px;line-height:1;display:grid}.map-tools-clear:hover{background:#f1f3f4}.map-tools-polygon-readout{max-width:min(360px,100vw - 48px)}.map-tools-polygon-summary{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.map-tools-export-button{color:#fff;cursor:pointer;white-space:nowrap;background:#1a73e8;border:0;border-radius:4px;flex:none;height:30px;padding:0 10px;font-size:12px;font-weight:500}.map-tools-export-button:hover:not(:disabled){background:#1765cc}.map-tools-export-button:disabled{cursor:default;opacity:.7}.map-tools-export-error{color:#c5221f;background:#fce8e6;border-radius:4px;max-width:min(360px,100vw - 48px);padding:8px 10px;font-size:12px;line-height:1.35}.map-tools-stack{flex-direction:row;align-items:flex-start;gap:8px;width:fit-content;max-width:100%;display:flex}.map-tools-stack .map-tools-bar{margin-top:0}.zones-panel{--zones-bg:#fff;--zones-surface:#f4f6f8;--zones-border:#e2e7ee;--zones-text:#1f2937;--zones-text-secondary:#64748b;--zones-accent:#2563eb;--zones-danger:#dc2626;z-index:25;border:1px solid var(--zones-border);background:var(--zones-bg);min-width:300px;max-width:min(560px,100vw - 40px);color:var(--zones-text);border-radius:16px;display:flex;position:absolute;top:24px;bottom:24px;right:20px;overflow:hidden;box-shadow:0 18px 40px #0f172a1a,0 4px 12px #0f172a0f}.zones-panel-resize-handle{touch-action:none;cursor:ew-resize;background:linear-gradient(90deg,#0000,#0f172a0f);flex:0 0 8px}.zones-panel-resize-handle:hover{background:linear-gradient(90deg,#0000,#2563eb2e)}.zones-panel-shell{flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.zones-panel-header{border-bottom:1px solid var(--zones-border);background:var(--zones-bg);flex:none;justify-content:space-between;align-items:flex-start;gap:12px;padding:16px 14px 14px 16px;display:flex}.zones-panel-title-block{flex:1;min-width:0}.zones-panel-header h1{color:var(--zones-text);letter-spacing:-.015em;margin:0;font-size:15px;font-weight:650;line-height:1.35}.zones-panel-subtitle{color:var(--zones-text-secondary);margin:5px 0 0;font-size:12px;line-height:1.4}.zones-panel-close{color:#5f6368;cursor:pointer;background:0 0;border:0;border-radius:50%;flex:0 0 32px;place-items:center;width:32px;height:32px;font-size:22px;display:grid}.zones-panel-close:hover{background:#f1f3f4}.zones-panel-scroll{flex:1;min-height:0;overflow:auto}.zones-panel-message,.zones-panel-error{padding:8px 16px;font-size:13px}.zones-panel-error{color:#c5221f}.zones-panel-actions,.zones-panel-form-actions{flex-wrap:wrap;gap:8px;padding:8px 16px;display:flex}.zones-panel-form{border-bottom:1px solid var(--zones-border);background:var(--zones-surface);gap:12px;padding:12px 16px 16px;display:grid}.zones-panel-form label{color:var(--zones-text);gap:6px;font-size:12px;font-weight:600;display:grid}.zones-panel-form input[type=text],.zones-panel-form textarea{border:1px solid var(--zones-border);width:100%;color:var(--zones-text);background:#fff;border-radius:8px;padding:8px 10px;font-size:13px;line-height:1.4}.zones-panel-form textarea{resize:vertical;min-height:72px}.zones-panel-form input[type=text]:focus,.zones-panel-form textarea:focus{border-color:var(--zones-accent);outline:none;box-shadow:0 0 0 3px #2563eb1f}.zones-panel-form input[type=color]{border:1px solid var(--zones-border);cursor:pointer;background:#fff;border-radius:8px;width:100%;height:40px;padding:4px}.zones-panel-form input[type=range]{width:100%;accent-color:var(--zones-accent)}.zones-panel-list{gap:8px;padding:8px 16px 16px;display:grid}.zones-panel-item{background:var(--zones-surface,#f4f6f8);border-radius:8px;gap:6px;padding:8px;display:grid}.zones-panel-item.is-selected{outline:2px solid #1a73e8}.zones-panel-item-main{text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;width:100%;display:flex}.zones-panel-color{border-radius:999px;flex:none;width:14px;height:14px}.zones-panel-item-text{gap:2px;display:grid}.zones-panel-item-meta{color:#5f6368;font-size:12px}.zones-panel-item-actions{flex-wrap:wrap;gap:6px;display:flex}.zones-panel-item-actions>button{cursor:pointer;background:#fff;border:1px solid #dadce0;border-radius:6px;place-items:center;width:32px;height:32px;padding:0;font-size:14px;display:grid}.zones-panel-item-actions>button:hover:not(:disabled){background:#f8f9fa}.zones-panel-item-actions>button:disabled{cursor:default;opacity:.45}.zones-panel-delete-confirm{color:var(--zones-danger);background:#fef2f2;border:1px solid #fecaca;border-radius:8px;flex-direction:column;gap:8px;padding:10px;font-size:12px;line-height:1.35;display:flex}.zones-panel-delete-confirm-actions{gap:8px;display:flex}.zones-panel-delete-confirm-button,.zones-panel-delete-cancel-button{cursor:pointer;border-radius:999px;min-width:52px;padding:6px 12px;font-size:12px;font-weight:600}.zones-panel-delete-confirm-button{border:1px solid var(--zones-danger);color:#fff;background:var(--zones-danger)}.zones-panel-delete-confirm-button:hover:not(:disabled){background:#b91c1c}.zones-panel-delete-confirm-button:disabled{cursor:default;opacity:.7}.zones-panel-delete-cancel-button{border:1px solid var(--zones-border);color:var(--zones-text-secondary);background:#fff}.zones-panel-delete-cancel-button:hover:not(:disabled){background:#f8fafc}.zones-panel-card-actions button,.zones-panel-primary-button,.zones-panel-secondary-button{cursor:pointer;background:#fff;border:1px solid #dadce0;border-radius:8px;padding:8px 12px;font-size:13px;line-height:1.3}.zones-panel-card-actions{flex-direction:column;gap:8px;padding:12px 16px 16px;display:flex}.zones-panel-card-actions button{text-align:center;width:100%}.zones-panel-card-actions button:hover:not(:disabled){background:#f8f9fa}.zones-panel-card-actions button:disabled{cursor:default;opacity:.55}.zones-panel-primary-button{color:#fff;background:#1a73e8;border-color:#1a73e8}.zones-panel-primary-button:hover:not(:disabled){background:#1765cc;border-color:#1765cc}.zones-panel-secondary-button{color:var(--zones-text);background:#fff}.zones-panel-secondary-button:hover:not(:disabled){background:#f8f9fa}.zones-panel-card{border-top:1px solid var(--zones-border);background:var(--zones-surface);padding:0}.zones-panel-card h2{margin:0;padding:12px 16px 0;font-size:16px;line-height:1.3}.zones-panel-card>p{color:var(--zones-text-secondary);margin:6px 0 0;padding:0 16px;font-size:13px}.zones-panel-stats{gap:4px;margin:0;padding:10px 16px 12px;font-size:13px;display:grid}.zones-panel-card-actions button.is-active{color:#1a73e8;background:#e8f0fe;border-color:#1a73e8}@media (width<=850px){.zones-panel{max-width:calc(100vw - 24px);top:12px;bottom:12px;right:12px}}.floating-panel{--fp-bg:#fff;--fp-surface:#f4f6f8;--fp-surface-muted:#eef1f4;--fp-border:#e2e7ee;--fp-border-strong:#d4dbe4;--fp-text:#1f2937;--fp-text-secondary:#64748b;--fp-text-muted:#94a3b8;--fp-accent:#2563eb;--fp-accent-soft:#eff6ff;--fp-accent-border:#bfdbfe;--fp-success:#059669;--fp-success-soft:#ecfdf5;--fp-danger:#dc2626;--fp-danger-soft:#fef2f2;--fp-radius-panel:16px;--fp-radius-card:12px;--fp-radius-control:8px;--fp-shadow:0 18px 40px #0f172a1a, 0 4px 12px #0f172a0f;z-index:20;top:24px;left:var(--map-panel-left);width:var(--map-panel-width);border:1px solid var(--fp-border);border-radius:var(--fp-radius-panel);background:var(--fp-bg);height:min(760px,100vh - 48px);color:var(--fp-text);box-shadow:var(--fp-shadow);flex-direction:column;transition:height .22s,box-shadow .22s;display:flex;position:absolute;overflow:hidden}.floating-panel.is-collapsed{height:76px;box-shadow:0 8px 24px #0f172a14,0 2px 8px #0f172a0d}.panel-header{border-bottom:1px solid var(--fp-border);background:var(--fp-bg);flex:none;justify-content:space-between;align-items:flex-start;gap:12px;padding:16px 14px 14px 18px;display:flex}.panel-title-block{flex:1;min-width:0;padding-top:1px}.panel-header-actions{flex:none;align-items:center;gap:4px;margin-top:-2px;display:flex}.panel-header h1{color:var(--fp-text);letter-spacing:-.015em;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:15px;font-weight:650;line-height:1.35;overflow:hidden}.panel-subtitle{color:var(--fp-text-secondary);font-variant-numeric:tabular-nums;margin-top:5px;font-size:12px;line-height:1.4}.map-public-share-badge{background:var(--fp-accent-soft);color:var(--fp-accent);border-radius:999px;align-items:center;margin-top:8px;padding:4px 8px;font-size:11px;font-weight:600;line-height:1.3;display:inline-flex}.map-truncation-warning{border-radius:var(--fp-radius-control);color:#b45309;background:#fffbeb;margin-top:8px;padding:6px 8px;font-size:11px;line-height:1.4}.panel-collapse-button,.panel-health-button{border-radius:var(--fp-radius-control);height:32px;color:var(--fp-text-secondary);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;transition:background-color .14s,color .14s;display:inline-flex}.panel-collapse-button{flex:0 0 32px;width:32px;font-size:18px;line-height:1}.panel-health-button{padding:0 10px;font-size:12px;font-weight:500}.panel-collapse-button:hover,.panel-health-button:hover{background:var(--fp-surface-muted);color:var(--fp-text)}.panel-health-button:focus-visible,.panel-collapse-button:focus-visible{outline:2px solid var(--fp-accent);outline-offset:1px}.panel-body{background:var(--fp-surface);flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.layers-toolbar{border-bottom:1px solid var(--fp-border);background:var(--fp-bg);justify-content:space-between;align-items:center;gap:10px;min-height:48px;padding:10px 14px 10px 18px;display:flex}.layers-title{min-width:0;color:var(--fp-text);letter-spacing:-.01em;text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:13px;font-weight:600;overflow:hidden}.layers-toolbar-actions{flex:none;align-items:center;gap:6px;display:flex}.import-open-button,.toggle-all-button{border:1px solid var(--fp-border);background:var(--fp-bg);cursor:pointer;white-space:nowrap;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:600;line-height:1;transition:background-color .14s,border-color .14s,color .14s}.import-open-button{color:var(--fp-success);background:var(--fp-success-soft);border-color:#bbf7d0}.import-open-button:hover{background:#dcfce7;border-color:#86efac}.toggle-all-button{border-color:var(--fp-border);color:var(--fp-text-secondary)}.toggle-all-button:hover{border-color:var(--fp-border-strong);background:var(--fp-surface-muted);color:var(--fp-text)}.layer-filter{border-bottom:1px solid var(--fp-border);background:var(--fp-bg);padding:10px 14px}.layer-filter input{border:1px solid var(--fp-border);border-radius:var(--fp-radius-control);background:var(--fp-surface);width:100%;height:36px;color:var(--fp-text);padding:0 12px;font-size:13px;transition:border-color .14s,background-color .14s,box-shadow .14s}.layer-filter input:focus{border-color:var(--fp-accent-border);background:var(--fp-bg);outline:none;box-shadow:0 0 0 3px #2563eb1a}.layer-filter input::placeholder{color:var(--fp-text-muted)}.layer-list{scrollbar-color:#cbd5e1 transparent;scrollbar-width:thin;flex-direction:column;flex:1;gap:8px;min-height:0;padding:12px 14px;display:flex;overflow-y:auto}.layer-list::-webkit-scrollbar{width:6px}.layer-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.layer-block{border:1px solid var(--fp-border);border-radius:var(--fp-radius-card);background:var(--fp-bg);transition:border-color .14s,box-shadow .14s,background-color .14s;overflow:hidden;box-shadow:0 1px 2px #0f172a0a}.layer-block:last-child{margin-bottom:2px}.layer-block.is-dragging{opacity:.72;box-shadow:var(--fp-shadow)}.layer-block.is-drag-over{border-color:var(--fp-accent-border);box-shadow:0 0 0 2px #2563eb1f}.layer-row{align-items:center;gap:2px;min-height:54px;padding:8px 8px 8px 6px;display:flex}.layer-row.is-selected{background:linear-gradient(90deg, var(--fp-accent-soft) 0%, #eff6ff59 100%)}.layer-block:has(.layer-row.is-selected){border-color:var(--fp-accent-border);box-shadow:0 0 0 1px #bfdbfeb3}.layer-row:hover:not(.is-selected){background:var(--fp-surface)}.layer-drag-handle{width:22px;height:34px;color:var(--fp-text-muted);opacity:.45;cursor:grab;background:0 0;border:0;border-radius:6px;flex:0 0 22px;place-items:center;transition:opacity .14s,background-color .14s,color .14s;display:grid}.layer-row:hover .layer-drag-handle:not(:disabled),.layer-block.is-dragging .layer-drag-handle:not(:disabled){opacity:1}.layer-drag-handle:disabled{cursor:default;opacity:.2}.layer-drag-handle svg{width:13px;height:13px}.layer-drag-handle:hover:not(:disabled){color:var(--fp-text-secondary);background:var(--fp-surface-muted)}.layer-drag-handle:active:not(:disabled){cursor:grabbing}.layer-row-main{cursor:pointer;-webkit-user-select:none;user-select:none;flex:1;align-items:center;gap:10px;min-width:0;display:flex}.layer-row input[type=checkbox]{width:16px;height:16px;accent-color:var(--fp-accent);cursor:pointer;flex:none;margin:0}.layer-marker,.result-marker{border:2px solid #fff;border-radius:50%;flex:0 0 14px;width:14px;height:14px;box-shadow:0 0 0 1px #0f172a24}.layer-name{min-width:0;color:var(--fp-text);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:13px;font-weight:500;line-height:1.35;overflow:hidden}.layer-count{background:var(--fp-surface-muted);color:var(--fp-text-secondary);font-variant-numeric:tabular-nums;border-radius:999px;flex:none;padding:3px 8px;font-size:11px;font-weight:600;line-height:1.2}.layer-row.is-selected .layer-count{color:var(--fp-accent);background:#ffffffb8}.layer-rename-input{border:1px solid var(--fp-accent-border);background:var(--fp-bg);min-width:0;color:var(--fp-text);border-radius:6px;outline:none;flex:1;padding:5px 8px;font-size:13px;box-shadow:0 0 0 3px #2563eb1a}.layer-settings-button,.layer-delete-button,.layer-style-button,.layer-reimport-button,.layer-expand-button{width:28px;height:28px;color:var(--fp-text-muted);cursor:pointer;opacity:.82;background:0 0;border:0;border-radius:7px;flex:0 0 28px;place-items:center;font-size:14px;line-height:1;transition:opacity .14s,background-color .14s,color .14s;display:grid}.layer-row:hover .layer-settings-button,.layer-row:hover .layer-delete-button,.layer-row:hover .layer-style-button,.layer-row:hover .layer-reimport-button,.layer-row:hover .layer-expand-button,.layer-row.is-selected .layer-settings-button,.layer-row.is-selected .layer-delete-button,.layer-row.is-selected .layer-style-button,.layer-row.is-selected .layer-reimport-button,.layer-row.is-selected .layer-expand-button{opacity:1}.layer-reimport-button{font-size:15px}.layer-settings-button svg{width:15px;height:15px}.layer-settings-button:hover,.layer-style-button:hover,.layer-reimport-button:hover,.layer-expand-button:hover{color:var(--fp-text);background:var(--fp-surface-muted)}.layer-delete-button{font-size:17px}.layer-delete-button:hover{color:var(--fp-danger);background:var(--fp-danger-soft)}.layer-settings-button:disabled,.layer-delete-button:disabled{cursor:default;opacity:.35}.layer-delete-confirm{max-width:132px;color:var(--fp-danger);flex-direction:column;flex:none;align-items:flex-end;gap:6px;padding-left:4px;font-size:11px;line-height:1.3;display:flex}.layer-delete-confirm-actions{gap:6px;display:flex}.layer-delete-confirm-button,.layer-delete-cancel-button{cursor:pointer;border-radius:999px;min-width:34px;padding:4px 9px;font-size:11px;font-weight:600}.layer-delete-confirm-button{border:1px solid var(--fp-danger);color:#fff;background:var(--fp-danger)}.layer-delete-cancel-button{border:1px solid var(--fp-border);color:var(--fp-text-secondary);background:var(--fp-bg)}.layer-delete-error{border-radius:var(--fp-radius-control);color:var(--fp-danger);background:var(--fp-danger-soft);border:1px solid #fecaca;margin:0 2px;padding:10px 12px;font-size:12px;line-height:1.4}.layer-categories{border-top:1px solid var(--fp-border);background:linear-gradient(180deg, #f4f6f8a6 0%, var(--fp-bg) 100%);padding:2px 12px 12px 38px}.layer-categories-header,.layer-style-categories-header{color:var(--fp-text-secondary);letter-spacing:.02em;text-transform:uppercase;margin-bottom:8px;font-size:11px;font-weight:600}.layer-categories-search{border:1px solid var(--fp-border);border-radius:var(--fp-radius-control);background:var(--fp-bg);width:100%;margin-bottom:8px;padding:7px 10px;font-size:12px}.layer-categories-search:focus{border-color:var(--fp-accent-border);outline:none;box-shadow:0 0 0 3px #2563eb1a}.layer-categories-more,.layer-style-reset-color{border:1px solid var(--fp-border);background:var(--fp-bg);color:var(--fp-text-secondary);cursor:pointer;border-radius:999px;margin-top:8px;padding:6px 10px;font-size:11px;font-weight:600}.layer-categories-more:hover,.layer-style-reset-color:hover{background:var(--fp-surface-muted);color:var(--fp-text)}.layer-category-row{color:var(--fp-text-secondary);-webkit-user-select:none;user-select:none;border-radius:8px;align-items:center;gap:8px;padding:4px 8px 4px 24px;font-size:12px;display:flex}.layer-category-row small{color:var(--fp-text-muted);font-variant-numeric:tabular-nums;margin-left:auto}.layer-category-row-button{min-width:0;color:inherit;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:6px;flex:auto;align-items:center;gap:8px;padding:0;display:flex}.layer-category-row:hover:not(.is-selected) .layer-category-row-button{color:var(--fp-text)}.layer-category-row.is-selected .layer-category-row-button{color:var(--fp-accent);font-weight:600}.layer-category-row.is-hidden{opacity:.55}.panel-footer{border-top:1px solid var(--fp-border);background:var(--fp-bg);min-height:40px;color:var(--fp-text-muted);font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap;align-items:center;padding:10px 18px;font-size:11px;line-height:1.4;display:flex;overflow:hidden}.panel-footer-meta{text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:6px;min-width:0;display:inline-flex;overflow:hidden}.panel-footer-chip{background:var(--fp-surface-muted);color:var(--fp-text-secondary);letter-spacing:.04em;text-transform:uppercase;border-radius:999px;align-items:center;padding:2px 7px;font-size:10px;font-weight:700;display:inline-flex}.panel-footer-separator{color:var(--fp-border-strong)}.panel-footer-status--error{color:var(--fp-danger);font-weight:500}.map-bottom-status{z-index:3;background:#fff8ebf5;border-radius:10px;max-width:min(420px,100vw - 32px);padding:10px 12px;position:absolute;bottom:16px;right:16px;box-shadow:0 2px 8px #0000001f}.search-overlay{z-index:30;top:24px;left:calc(var(--map-panel-left) + var(--map-panel-width) + var(--map-panel-gap));width:min(520px, calc(100vw - var(--map-panel-left) - var(--map-panel-width) - var(--map-panel-gap) - 48px));flex-direction:column;align-items:flex-start;gap:8px;display:flex;position:absolute}.search-overlay .map-tools-bar{margin-top:0}.floating-search{z-index:3;background:#fff;border-radius:3px;align-items:center;width:100%;height:48px;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 6px #0000003d,0 6px 18px #0000001f}.floating-search:focus-within{box-shadow:0 2px 6px #00000042,0 7px 22px #0000002b}.floating-search input{color:#202124;background:0 0;border:0;outline:none;flex:1;min-width:0;height:100%;padding:0 16px;font-size:14px}.floating-search input::placeholder{color:#80868b}.search-clear-button{color:#5f6368;cursor:pointer;background:0 0;border:0;border-radius:50%;flex:0 0 42px;place-items:center;width:42px;height:42px;font-size:22px;display:grid}.search-clear-button:hover{background:#f1f3f4}.search-submit-button{color:#fff;cursor:pointer;background:#4285f4;border:0;flex:0 0 66px;place-items:center;width:66px;height:48px;display:grid}.search-submit-button:hover{background:#357ae8}.search-submit-button:disabled{cursor:default;opacity:.65}.search-submit-button svg{width:21px;height:21px}.search-dropdown{z-index:2;background:#fff;border-radius:3px;flex-direction:column;width:100%;max-height:min(560px,100vh - 88px);display:flex;position:absolute;top:56px;left:0;overflow:hidden;box-shadow:0 2px 6px #0000003b,0 9px 28px #00000026}.search-dropdown-header{color:#5f6368;text-transform:uppercase;letter-spacing:.03em;border-bottom:1px solid #e8eaed;flex:0 0 43px;justify-content:space-between;align-items:center;height:43px;padding:0 14px;font-size:12px;font-weight:500;display:flex}.search-result-count{color:#5f6368;text-align:center;background:#f1f3f4;border-radius:14px;min-width:25px;padding:3px 7px;font-size:11px}.search-results{flex:auto;min-height:0;overflow-y:auto}.search-result{cursor:pointer;text-align:left;background:#fff;border:0;border-bottom:1px solid #eee;gap:12px;width:100%;padding:12px 15px;display:flex}.search-result:hover{background:#f1f6fd}.search-result--coordinates{flex-direction:column;align-items:flex-start;gap:4px}.search-result-title{color:#202124;font-size:14px;font-weight:600}.search-result-meta{color:#5f6368;font-size:12px}.search-result .result-marker{margin-top:4px}.result-content{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.result-main-line{justify-content:space-between;align-items:center;gap:10px;display:flex}.result-content strong{color:#202124;text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.result-content span{color:#3c4043;text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.result-content small{color:#80868b;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.empty-search{color:#80868b;text-align:center;padding:38px 20px;font-size:14px}.search-select-all{color:#3c4043;text-align:center;cursor:pointer;background:#f8f9fa;border:0;border-top:1px solid #e8eaed;flex:none;width:100%;padding:12px 14px;font-size:13px;display:block}.search-select-all:hover{background:#f1f3f4}.search-select-all.is-active{color:#1a73e8;background:#e8f0fe}.search-select-all:disabled{cursor:default;opacity:.7}.search-highlight-error{color:#b3261e;background:#fce8e6;border-top:1px solid #fce8e6;padding:8px 14px 12px;font-size:12px;line-height:1.35}.device-details-panel{z-index:40;background:#fff;border-radius:8px;flex-direction:column;min-width:280px;min-height:180px;display:flex;position:fixed;overflow:hidden;box-shadow:0 2px 6px #0000003b,0 9px 28px #00000026}.device-details-panel-edge{z-index:2;touch-action:none;position:absolute}.device-details-panel-edge--north,.device-details-panel-edge--south{height:8px;left:8px;right:8px}.device-details-panel-edge--north{cursor:ns-resize;top:0}.device-details-panel-edge--south{cursor:ns-resize;bottom:0}.device-details-panel-edge--east,.device-details-panel-edge--west{width:8px;top:8px;bottom:8px}.device-details-panel-edge--east{cursor:ew-resize;right:0}.device-details-panel-edge--west{cursor:ew-resize;left:0}.device-details-panel-header{cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;border-bottom:1px solid #e8eaed;flex:none;justify-content:space-between;align-items:flex-start;gap:12px;padding:14px 12px 12px 16px;display:flex}.device-details-panel-header:active{cursor:grabbing}.device-details-panel-title{color:#202124;overflow-wrap:anywhere;cursor:text;touch-action:auto;-webkit-user-select:text;user-select:text;flex:0 auto;max-width:100%;margin:0;font-size:16px;line-height:1.35}.device-details-panel-header-spacer{flex:auto;align-self:stretch;min-width:8px}.device-details-panel-close{z-index:3;color:#5f6368;cursor:pointer;background:0 0;border:0;border-radius:50%;flex:0 0 32px;place-items:center;width:32px;height:32px;font-size:22px;line-height:1;display:grid;position:relative}.device-details-panel-close:hover{background:#f1f3f4}.device-details-panel-body{flex-direction:column;flex:auto;min-height:0;padding:0 16px;display:flex;overflow:hidden}.device-details-actions{border-bottom:1px solid #e8eaed;flex-wrap:wrap;gap:8px;padding:12px 0 8px;display:flex}.device-details-action-button.is-active{background:#e8f0fe;border-color:#1a73e8}.device-details-link-message{color:#5f6368;border-bottom:1px solid #e8eaed;padding:8px 0;font-size:12px;line-height:1.4}.device-details-link-message--warning{color:#b06000}.device-details-action-button{color:#1a73e8;cursor:pointer;background:#fff;border:1px solid #dadce0;border-radius:6px;height:32px;padding:0 12px;font-size:13px;font-weight:600}.device-details-action-button:hover:not(:disabled){background:#e8f0fe;border-color:#b6d1fb}.device-details-action-button:disabled{cursor:default;opacity:.6}.device-details-panel .device-popup-fields{max-height:none}.device-details-panel .device-popup-coordinates{flex-shrink:0;padding:8px 16px 12px}.device-popup-container .maplibregl-popup-content{max-width:460px;max-height:70vh;padding:14px 16px;overflow:hidden}.device-popup{color:#202124;flex-direction:column;min-width:270px;max-width:460px;max-height:calc(70vh - 28px);font-family:Inter,system-ui,sans-serif;display:flex}.device-popup h3{overflow-wrap:anywhere;flex-shrink:0;margin:0 0 12px;padding-right:18px;font-size:16px;line-height:1.35}.device-popup-row{grid-template-columns:130px 1fr;gap:10px;margin-bottom:6px;font-size:12px;line-height:1.35;display:grid}.device-popup-row span{color:#80868b;overflow-wrap:anywhere}.device-popup-row strong{overflow-wrap:anywhere;word-break:break-word;color:#202124;font-weight:600}.device-popup-coordinates{color:#80868b;border-top:1px solid #eee;flex-shrink:0;margin-top:10px;padding-top:8px;font-size:11px}.device-popup-fields{flex:auto;min-height:0;max-height:calc(70vh - 120px);padding-right:4px;overflow-y:auto}.coordinate-pin-panel{z-index:40;background:#fff;border-radius:8px;width:min(320px,100vw - 40px);position:fixed;bottom:20px;right:20px;overflow:hidden;box-shadow:0 2px 6px #0000003b,0 9px 28px #00000026}.topology-panel{z-index:41;background:#fff;border-radius:8px;flex-direction:column;width:min(380px,100vw - 40px);max-height:calc(100vh - 108px);display:flex;position:absolute;top:88px;right:20px;overflow:hidden;box-shadow:0 2px 6px #0000003b,0 9px 28px #00000026}.topology-panel.is-front,.device-details-panel.is-front{z-index:45}.topology-panel-header{border-bottom:1px solid #e8eaed;flex:none;justify-content:space-between;align-items:flex-start;gap:10px;padding:14px 12px 12px 16px;display:flex}.topology-panel-title{color:#202124;font-size:16px;font-weight:700;line-height:1.25}.topology-panel-subtitle{color:#3c4043;overflow-wrap:anywhere;margin-top:4px;font-size:13px;font-weight:600}.topology-panel-meta{color:#80868b;margin-top:2px;font-size:12px}.topology-panel-actions{flex-direction:column;flex:none;gap:6px;display:flex}.topology-panel-button{color:#fff;cursor:pointer;background:#1a73e8;border:1px solid #1a73e8;border-radius:6px;height:32px;padding:0 10px;font-size:12px;font-weight:600}.topology-panel-button:hover:not(:disabled){background:#1765cc;border-color:#1765cc}.topology-panel-button:disabled{cursor:default;opacity:.7}.topology-panel-button--secondary{color:#3c4043;background:#fff;border-color:#dadce0}.topology-panel-button--secondary:hover:not(:disabled){background:#f1f3f4;border-color:#dadce0}.topology-panel-body{flex:auto;min-height:0;padding:12px 14px 14px;overflow-y:auto}.topology-panel-body.is-refreshing{opacity:.7}.topology-loading{color:#5f6368;padding:10px 2px;font-size:13px}.topology-error{color:#c5221f;white-space:pre-wrap;background:#fce8e6;border-radius:8px;padding:10px 12px;font-size:13px;line-height:1.45}.topology-panel-error-actions{gap:8px;margin-top:10px;display:flex}.topology-muted{color:#5f6368;background:#f8f9fa;border-radius:8px;margin-bottom:10px;padding:10px 12px;font-size:13px}.topology-axis-note{font-size:12px;line-height:1.45}.topology-color-mode{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:12px;display:flex}.topology-color-mode-label{color:#5f6368;font-size:12px;font-weight:600}.topology-color-mode-toggle{border:1px solid #dadce0;border-radius:6px;display:inline-flex;overflow:hidden}.topology-color-mode-button{color:#3c4043;cursor:pointer;background:#fff;border:none;padding:5px 10px;font-size:12px;font-weight:600}.topology-color-mode-button.is-active{color:#1a73e8;background:#e8f0fe}.topology-axis-section{margin-bottom:12px}.topology-axis-title{color:#3c4043;letter-spacing:.02em;text-transform:uppercase;margin:0 0 6px;font-size:12px;font-weight:700}.topology-rows--all{border-top:1px solid #e8eaed;padding-top:4px}.topology-diagnostics-subtitle{color:#5f6368;letter-spacing:.03em;text-transform:uppercase;margin:10px 0 6px;font-size:11px;font-weight:700}.topology-warning{color:#8a4b00;background:#fef7e0;border-radius:8px;margin-bottom:10px;padding:10px 12px;font-size:12px;line-height:1.45}.topology-rows{gap:6px;margin-top:6px;display:grid}.topology-row{background:#fff;border:1px solid #e8eaed;border-radius:10px;grid-template-columns:22px 12px 1fr 34px;align-items:center;gap:10px;padding:8px 10px;display:grid}.topology-row.is-line-active{background:#f8fbff;border-color:#aecbfa;box-shadow:inset 0 0 0 1px #d2e3fc}.topology-row-main{gap:2px;min-width:0;display:grid}.topology-row-header{justify-content:space-between;align-items:center;gap:8px;min-width:0;display:flex}.topology-line-stats{color:#5f6368;font-variant-numeric:tabular-nums;font-size:11px;line-height:1.35}.topology-lines-toolbar{margin-bottom:12px}.topology-clear-lines-button{color:#3c4043;cursor:pointer;background:#fff;border:1px solid #dadce0;border-radius:8px;height:30px;padding:0 12px;font-size:12px}.topology-clear-lines-button:hover{background:#f1f3f4}.topology-row-checkbox{accent-color:#1a73e8;width:16px;height:16px;margin:0}.topology-row-checkbox-spacer{width:16px;height:16px}.topology-row-marker{border-radius:50%;width:10px;height:10px;box-shadow:0 0 0 1px #0000002e}.topology-row-title{text-overflow:ellipsis;white-space:nowrap;color:#202124;min-width:0;font-size:13px;font-weight:600;overflow:hidden}.topology-row-count{color:#5f6368;font-variant-numeric:tabular-nums;font-size:12px}.topology-row-focus{color:#3c4043;cursor:pointer;background:#fff;border:1px solid #dadce0;border-radius:10px;place-items:center;width:34px;height:34px;display:grid}.topology-row-focus svg{width:18px;height:18px}.topology-row-focus:hover:not(:disabled){background:#f1f3f4}.topology-row-focus:disabled{cursor:default;opacity:.45}.topology-diagnostics{background:#fff;border:1px solid #e8eaed;border-radius:10px;margin-top:10px;padding:10px 12px}.topology-diagnostics summary{cursor:pointer;color:#1a73e8;font-size:13px;font-weight:700;list-style:none}.topology-diagnostics summary::-webkit-details-marker{display:none}.topology-diagnostics-grid{grid-template-columns:1fr;gap:8px;margin-top:10px;display:grid}.topology-diagnostics-grid>div{grid-template-columns:1fr auto;align-items:baseline;gap:10px;font-size:12px;display:grid}.topology-diagnostics-grid span{color:#80868b}.topology-diagnostics-grid strong{color:#202124;font-variant-numeric:tabular-nums}.topology-diagnostics-examples{color:#5f6368;margin-top:10px;font-size:12px}.topology-diagnostics-examples-title{color:#80868b;text-transform:uppercase;letter-spacing:.03em;margin-bottom:6px;font-size:11px;font-weight:700}.topology-diagnostics-examples ul{max-height:140px;margin:0;padding-left:18px;overflow:auto}.map-health-panel{z-index:41;background:#fff;border-radius:8px;flex-direction:column;width:min(380px,100vw - 40px);max-height:calc(100vh - 108px);display:flex;position:absolute;top:88px;right:20px;overflow:hidden;box-shadow:0 2px 6px #0000003b,0 9px 28px #00000026}.map-health-panel.is-front{z-index:45}.map-health-panel-header{border-bottom:1px solid #e8eaed;flex:none;justify-content:space-between;align-items:flex-start;gap:10px;padding:14px 12px 12px 16px;display:flex}.map-health-panel-title{color:#202124;font-size:16px;font-weight:700;line-height:1.25}.map-health-panel-meta{color:#80868b;flex-wrap:wrap;align-items:center;gap:8px;margin-top:6px;font-size:12px;display:flex}.map-health-panel-actions{flex-direction:column;flex:none;gap:6px;display:flex}.map-health-panel-button{color:#fff;cursor:pointer;background:#1a73e8;border:1px solid #1a73e8;border-radius:6px;height:32px;padding:0 10px;font-size:12px;font-weight:600}.map-health-panel-button:hover:not(:disabled){background:#1765cc}.map-health-panel-button:disabled{opacity:.65;cursor:default}.map-health-panel-button--secondary{color:#3c4043;background:#fff;border-color:#dadce0}.map-health-panel-button--secondary:hover:not(:disabled){background:#f8f9fa}.map-health-panel-body{flex:auto;min-height:0;padding:12px 16px 16px;overflow:auto}.map-health-panel-body.is-refreshing{opacity:.72}.map-health-placeholder,.map-health-error{color:#5f6368;font-size:13px;line-height:1.45}.map-health-inline-error{color:#c5221f;background:#fce8e6;border-radius:8px;margin-bottom:12px;padding:10px 12px;font-size:13px}.map-health-section+.map-health-section{margin-top:16px}.map-health-section-title{color:#3c4043;letter-spacing:.02em;text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:700}.map-health-section-body{flex-direction:column;gap:6px;display:flex}.map-health-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:16px;display:grid}.map-health-stat-grid--compact{margin-bottom:0}.map-health-stat{background:#f8f9fa;border-radius:8px;flex-direction:column;gap:4px;padding:10px 12px;display:flex}.map-health-stat-label{color:#5f6368;text-transform:uppercase;letter-spacing:.02em;font-size:11px;font-weight:600}.map-health-stat-value{color:#202124;overflow-wrap:anywhere;font-size:14px;font-weight:700;line-height:1.3}.map-health-stat--ok .map-health-stat-value{color:#137333}.map-health-stat--warning .map-health-stat-value{color:#b06000}.map-health-stat--error .map-health-stat-value{color:#c5221f}.map-health-network-list{margin:0;padding:0;list-style:none}.map-health-network-item+.map-health-network-item{border-top:1px solid #e8eaed;margin-top:12px;padding-top:12px}.map-health-network-metrics{flex-direction:column;gap:4px;margin-top:6px;display:flex}.map-health-network-metric{color:#3c4043;font-size:12px}.map-health-network-metric.is-warning{color:#b06000;font-weight:600}.map-health-network-devices{flex-direction:column;gap:6px;margin:8px 0 0;padding:0;list-style:none;display:flex}.map-health-network-device{color:#3c4043;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;font-size:12px;display:flex}.map-health-issue-actions{flex-wrap:wrap;gap:8px;display:flex}.map-health-layer-meta--warning{color:#b06000;font-weight:600}.map-health-toggle-layers{color:#1a73e8;cursor:pointer;background:0 0;border:0;margin-top:10px;padding:0;font-size:12px;font-weight:600;text-decoration:underline}.map-health-metric{background:#f8f9fa;border-radius:8px;justify-content:space-between;align-items:baseline;gap:12px;padding:8px 10px;font-size:13px;display:flex}.map-health-metric-label{color:#5f6368}.map-health-metric-value{color:#202124;text-align:right;font-weight:600}.map-health-metric--ok .map-health-metric-value{color:#137333}.map-health-metric--warning .map-health-metric-value{color:#b06000}.map-health-metric--error .map-health-metric-value{color:#c5221f}.map-health-status{border-radius:999px;align-items:center;padding:2px 8px;font-size:11px;font-weight:700;display:inline-flex}.map-health-status--ok{color:#137333;background:#e6f4ea}.map-health-status--warning{color:#b06000;background:#fef7e0}.map-health-status--error{color:#c5221f;background:#fce8e6}.map-health-issue-list,.map-health-layer-list{margin:0;padding:0;list-style:none}.map-health-issue{border-radius:8px;flex-direction:column;gap:6px;padding:10px 12px;font-size:13px;line-height:1.45;display:flex}.map-health-issue+.map-health-issue{margin-top:8px}.map-health-issue--warning{color:#5f4300;background:#fef7e0}.map-health-issue--error{color:#8a1c13;background:#fce8e6}.map-health-issue-action{color:#1a73e8;cursor:pointer;background:0 0;border:0;align-self:flex-start;padding:0;font-size:12px;font-weight:600;text-decoration:underline}.map-health-layer-item+.map-health-layer-item{border-top:1px solid #e8eaed;margin-top:10px;padding-top:10px}.map-health-layer-title{color:#202124;font-size:13px;font-weight:700}.map-health-layer-meta{color:#5f6368;margin-top:2px;font-size:12px}.map-health-layer-issues{color:#c5221f;margin:6px 0 0;padding-left:18px;font-size:12px}.map-health-note{margin:6px 0 0;font-size:12px;line-height:1.45}.map-health-note--error{color:#c5221f}@media (width<=850px){.topology-panel,.map-health-panel{width:auto;max-height:min(60vh,520px);inset:auto 12px 12px}}.coordinate-pin-panel-header{border-bottom:1px solid #e8eaed;justify-content:space-between;align-items:flex-start;gap:12px;padding:14px 12px 12px 16px;display:flex}.coordinate-pin-panel-header h3{color:#202124;margin:0;font-size:16px;line-height:1.35}.coordinate-pin-panel-close{color:#5f6368;cursor:pointer;background:0 0;border:0;border-radius:50%;flex:0 0 32px;place-items:center;width:32px;height:32px;font-size:22px;line-height:1;display:grid}.coordinate-pin-panel-close:hover{background:#f1f3f4}.coordinate-pin-panel-body{padding:12px 16px 16px}.coordinate-pin-panel-value{color:#202124;overflow-wrap:anywhere;-webkit-user-select:all;user-select:all;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:14px;line-height:1.4;display:block}.import-modal-backdrop{z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0006;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.import-modal{background:#fff;border-radius:8px;flex-direction:column;width:min(920px,100%);max-height:calc(100vh - 40px);display:flex;overflow:hidden;box-shadow:0 8px 30px #00000040,0 18px 70px #0000002e}.import-modal-header{border-bottom:1px solid #e8eaed;justify-content:space-between;align-items:flex-start;gap:20px;padding:20px 22px;display:flex}.import-modal-header h2{color:#202124;margin:0;font-size:20px;font-weight:500}.import-modal-header span{color:#80868b;margin-top:5px;font-size:12px;display:block}.import-close-button{color:#5f6368;cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;width:38px;height:38px;font-size:24px;display:grid}.import-close-button:hover{background:#f1f3f4}.import-modal-body{min-height:0;padding:20px 22px;overflow-y:auto}.import-field{flex-direction:column;gap:7px;margin-bottom:16px;display:flex}.import-field>span{color:#3c4043;font-size:13px;font-weight:500}.import-field input[type=text]{border:1px solid #dadce0;border-radius:5px;outline:none;height:42px;padding:0 12px}.import-field input[type=text]:focus{border-color:#1a73e8;box-shadow:0 0 0 2px #1a73e81f}.import-field input[type=file]{background:#f8f9fa;border:1px dashed #bdc1c6;border-radius:5px;padding:10px}.import-file-info{background:#f1f3f4;border-radius:5px;justify-content:space-between;gap:10px;margin-bottom:16px;padding:11px 13px;font-size:12px;display:flex}.import-file-info strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.import-file-info span{color:#80868b;flex:none}.import-message{border-radius:5px;margin:14px 0;padding:12px 14px;font-size:12px;line-height:1.45}.import-message-error{color:#b3261e;background:#fce8e6}.import-preview h3,.import-success h3{color:#202124;margin:4px 0 15px;font-size:17px;font-weight:500}.import-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.import-stat-grid>div{text-align:center;background:#f8f9fa;border-radius:6px;flex-direction:column;gap:4px;min-width:0;padding:13px 10px;display:flex}.import-stat-grid strong{color:#202124;font-size:20px}.import-stat-grid span{overflow-wrap:anywhere;color:#80868b;font-size:11px}.import-sheet-info{color:#5f6368;margin-top:14px;font-size:12px}.import-errors{color:#b3261e;background:#fce8e6;border:1px solid #f6aea9;border-radius:5px;max-height:180px;margin-top:16px;padding:12px;font-size:12px;line-height:1.5;overflow-y:auto}.import-errors strong{margin-bottom:6px;display:block}.import-success{text-align:center}.import-success-icon{color:#fff;background:#34a853;border-radius:50%;place-items:center;width:54px;height:54px;margin:0 auto 12px;font-size:28px;display:grid}.import-success p{color:#5f6368;margin:18px 0 0;font-size:13px}.import-modal-footer{background:#f8f9fa;border-top:1px solid #e8eaed;justify-content:flex-end;gap:9px;padding:14px 22px;display:flex}.import-primary-button,.import-secondary-button{cursor:pointer;border-radius:4px;min-height:38px;padding:0 16px;font-size:13px;font-weight:500}.import-primary-button{color:#fff;background:#1a73e8;border:1px solid #1a73e8}.import-primary-button:hover{background:#1765cc}.import-secondary-button{color:#3c4043;background:#fff;border:1px solid #dadce0}.import-secondary-button:hover{background:#f1f3f4}.import-primary-button:disabled,.import-secondary-button:disabled{cursor:default;opacity:.55}.import-wizard-modal{width:min(980px,100%)}.import-wizard-steps{background:#f8f9fa;border-bottom:1px solid #e8eaed;gap:8px;padding:12px 22px;display:flex}.import-wizard-step{color:#80868b;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:500}.import-wizard-step.is-active{color:#1a73e8;background:#e8f0fe}.import-wizard-step.is-done{color:#188038}.import-step{flex-direction:column;gap:14px;display:flex}.import-source-toggle{background:#fff;border:1px solid #dadce0;border-radius:999px;width:fit-content;display:inline-flex;overflow:hidden}.import-source-toggle button{color:#5f6368;cursor:pointer;background:0 0;border:0;padding:7px 14px;font-size:13px;font-weight:500}.import-source-toggle button.is-active{color:#1a73e8;background:#e8f0fe}.import-step-actions{justify-content:flex-end;gap:8px;display:flex}.import-analysis-summary,.import-coordinate-proposal,.import-profile-suggestion{background:#f8f9fa;border-radius:6px;padding:12px 14px;font-size:13px}.import-profile-suggestion-actions{gap:8px;margin-top:10px;display:flex}.import-coordinate-meta{flex-wrap:wrap;gap:12px;margin-top:8px;font-size:12px;display:flex}.import-coordinate-examples{margin:10px 0 0;padding-left:18px;font-size:12px}.import-coordinate-candidates{flex-direction:column;gap:8px;font-size:12px;display:flex}.import-chip-list{flex-wrap:wrap;gap:6px;display:flex}.import-chip{cursor:pointer;background:#fff;border:1px solid #dadce0;border-radius:999px;padding:5px 10px;font-size:12px}.import-chip:hover{background:#f1f3f4}.import-role-settings{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.import-template-block{border:1px solid #e8eaed;border-radius:6px;flex-direction:column;gap:10px;padding:12px;display:flex}.import-template-columns-title{color:#5f6368;font-size:12px}.import-multiselect{border:1px solid #dadce0;border-radius:5px;min-height:88px;padding:8px}.import-fields-table-wrap{border:1px solid #e8eaed;border-radius:6px;overflow:auto}.import-fields-table{border-collapse:collapse;width:100%;font-size:12px}.import-fields-table th,.import-fields-table td{text-align:left;vertical-align:top;border-bottom:1px solid #eee;padding:8px 10px}.import-fields-table th{z-index:1;background:#f8f9fa;font-weight:600;position:sticky;top:0}.import-inline-input,.import-inline-select{border:1px solid #dadce0;border-radius:4px;width:100%;min-width:90px;padding:6px 8px}.import-inline-input-small{min-width:70px}.import-cell-source{min-width:120px;font-weight:500}.import-cell-samples{color:#80868b;text-overflow:ellipsis;white-space:nowrap;max-width:180px;overflow:hidden}.import-row-sensitive{background:#fce8e6}.import-sensitive-note{color:#b3261e;font-size:11px}.import-message-warning{color:#8a4b00;background:#fef7e0}.import-preview-cards{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px;display:grid}.import-preview-card{background:#fff;border:1px solid #e8eaed;border-radius:6px;padding:12px}.import-preview-card h4{margin:0 0 4px;font-size:14px}.import-preview-card p{color:#5f6368;margin:0 0 8px;font-size:12px}.import-preview-meta{color:#80868b;flex-direction:column;gap:2px;margin-bottom:8px;font-size:11px;display:flex}.import-preview-group{margin-top:8px}.import-preview-group strong{text-transform:uppercase;letter-spacing:.03em;margin-bottom:4px;font-size:11px;display:block}.import-preview-row{grid-template-columns:1fr 1fr;gap:8px;font-size:11px;display:grid}.device-popup-subtitle{color:#5f6368;margin:-6px 0 12px;font-size:13px}.device-popup-group{margin-bottom:10px}.device-popup-group-title{color:#80868b;text-transform:uppercase;letter-spacing:.03em;margin-bottom:6px;font-size:11px;font-weight:600}@media (width<=850px){.app-shell{--map-panel-left:12px;--map-panel-width:320px}.floating-panel{top:12px;left:var(--map-panel-left);width:var(--map-panel-width);height:min(610px,100vh - 24px)}.floating-panel.is-collapsed{height:76px}.search-overlay{width:auto;top:94px;left:12px;right:12px}.tiles-state-panel,.basemap-state-panel{top:152px}}@media (width<=600px){.import-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=520px){.floating-panel{width:auto;right:12px}.search-overlay{top:94px}.tiles-state-panel,.basemap-state-panel{top:152px}.floating-search{height:46px}.search-dropdown{top:54px}.search-submit-button{width:54px;height:46px}.import-modal-backdrop{padding:10px}.import-modal{max-height:calc(100vh - 20px)}.import-modal-header,.import-modal-body,.import-modal-footer{padding-left:15px;padding-right:15px}}.import-reimport-info{background:#f8f9fa;border-radius:8px;gap:6px;margin-bottom:12px;padding:10px 12px;font-size:14px;display:grid}.import-reimport-note{color:#5f6368;margin:4px 0 0;font-size:13px}.import-reimport-changes{gap:8px;margin-bottom:12px;display:grid}.import-column-diff{color:#5f6368;background:#fff8e1;border-radius:6px;gap:2px;padding:8px 10px;font-size:12px;display:grid}.import-column-diff span:last-child{color:#202124;word-break:break-word;font-size:13px}.import-message-info{color:#174ea6;background:#e8f0fe;border-radius:8px;margin-bottom:12px;padding:10px 12px;font-size:13px}.layer-categories-loading,.device-popup-loading{color:#5f6368;padding:8px 0;font-size:13px}.layer-category-visibility{flex:none;margin:0}.layer-category-row-button span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.layer-style-popover{background:#fff;border:1px solid #dadce0;border-radius:8px;margin:8px 12px 12px 44px;padding:12px;box-shadow:0 4px 16px #0000001f}.layer-style-popover-fixed{z-index:1200;width:min(320px,100vw - 24px);margin:0;position:fixed}.layer-style-popover-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.layer-style-popover-header button{cursor:pointer;background:0 0;border:0;font-size:18px}.layer-style-categories{flex-direction:column;gap:6px;max-height:180px;display:flex;overflow-y:auto}.layer-style-category-row{grid-template-columns:1fr auto auto;align-items:center;gap:8px;font-size:12px;display:grid}.layer-style-swatch{border:1px solid #00000026;border-radius:50%;width:16px;height:16px}.gradient-picker{grid-template-columns:1fr auto auto;align-items:center;gap:8px;display:grid}.gradient-picker-preview{border:1px solid #00000026;border-radius:999px;height:18px}.gradient-picker label{color:#5f6368;align-items:center;gap:4px;font-size:12px;display:inline-flex}.gradient-picker input{background:0 0;border:0;width:28px;height:24px;padding:0}.layer-style-range-item-dates{display:block}.layer-style-range-item-dates,.layer-style-range-period,.layer-legend-age-period{color:#80868b;font-size:11px}.layer-legend-age-label{flex-direction:column;align-items:flex-start;gap:2px;display:flex}.layer-style-age-boundaries{grid-template-columns:1fr 1fr;gap:8px;display:grid}.layer-style-range-remove-button{color:#c5221f;cursor:pointer;background:#fce8e6;border:0;border-radius:4px;flex:0 0 24px;justify-content:center;align-self:center;align-items:center;padding:0;line-height:1;display:inline-flex}.layer-style-range-remove-button:hover{color:#b31412;background:#fad2cf}.layer-style-add-range-button{color:#1a73e8;cursor:pointer;text-align:center;background:#fff;border:1px dashed #dadce0;border-radius:6px;width:100%;padding:8px 10px;font-size:12px}.layer-style-add-range-button:hover{background:#f8fbff;border-color:#1a73e8}.layer-style-popover-actions{justify-content:flex-end;gap:8px;margin-top:12px;display:flex}.import-advanced-toggle{color:#1a73e8;cursor:pointer;background:0 0;border:0;margin-top:8px;padding:6px 0;font-size:13px}.import-step-description{color:#5f6368;margin:0 0 12px;font-size:13px;line-height:1.45}.import-title-preview ul{color:#3c4043;margin:8px 0 0;padding-left:18px;font-size:13px}.import-done-step h3{margin:0 0 12px}.import-done-summary{flex-direction:column;gap:8px;font-size:14px;display:flex}.marker-preview{border:2px solid #fff;border-radius:50%;flex:none;justify-content:center;align-items:center;display:inline-flex;box-shadow:0 0 0 1px #0000003d}.layer-style-popover{max-height:min(70vh,640px);overflow-y:auto}.layer-style-section{margin-top:10px}.layer-style-section-title{color:#5f6368;margin-bottom:6px;font-size:12px;font-weight:500}.layer-style-preview-row{color:#5f6368;justify-content:space-between;align-items:center;margin-top:10px;font-size:12px;display:flex}.color-palette-grid{grid-template-columns:repeat(10,1fr);gap:4px;display:grid}.color-palette-swatch{aspect-ratio:1;cursor:pointer;border:2px solid #0000;border-radius:2px;width:100%;padding:0}.color-palette-swatch.is-selected{border-color:#202124;box-shadow:inset 0 0 0 1px #fff}.color-palette-custom{color:#5f6368;justify-content:space-between;align-items:center;margin-top:8px;font-size:12px;display:flex}.color-palette-custom input[type=color]{cursor:pointer;background:0 0;border:1px solid #dadce0;border-radius:4px;width:42px;height:28px;padding:0}.icon-picker{margin-top:12px}.icon-picker-label{color:#5f6368;margin-bottom:6px;font-size:12px;font-weight:500}.icon-picker-grid{grid-template-columns:repeat(7,1fr);gap:4px;display:grid}.icon-picker-item{cursor:pointer;background:0 0;border:2px solid #0000;border-radius:4px;place-items:center;padding:0;display:grid}.icon-picker-item.is-selected{border-color:#5f6368}.icon-picker-badge{background:#5f6368;border-radius:50%;place-items:center;width:28px;height:28px;display:grid}.icon-picker-more-button{color:#1a73e8;cursor:pointer;background:0 0;border:0;margin-top:8px;padding:0;font-size:13px}.icon-picker-current{color:#80868b;margin-top:6px;font-size:11px}.icon-size-slider{margin-top:12px;display:block}.icon-size-slider>span{color:#5f6368;margin-bottom:6px;font-size:12px;font-weight:500;display:block}.icon-size-slider-row{align-items:center;gap:10px;display:flex}.icon-size-slider-row input[type=range]{flex:1}.icon-size-slider-value{color:#5f6368;font-variant-numeric:tabular-nums;min-width:36px;font-size:12px}.layer-style-select-all-button{color:#1a73e8;cursor:pointer;text-align:left;background:0 0;border:0;margin-bottom:8px;padding:0;font-size:12px}.layer-style-select-all-button:hover:not(:disabled){text-decoration:underline}.layer-style-select-all-button:disabled{color:#80868b;cursor:default}.layer-style-bulk-hint{color:#5f6368;margin:0 0 10px;font-size:12px}.icon-picker-modal-backdrop{z-index:1100;background:#00000073;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.icon-picker-modal{background:#fff;border-radius:8px;flex-direction:column;width:min(760px,100%);max-height:min(85vh,720px);display:flex;overflow:hidden;box-shadow:0 12px 40px #00000047}.icon-picker-modal-header,.icon-picker-modal-actions{justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.icon-picker-modal-actions{border-top:1px solid #e8eaed;justify-content:center}.icon-picker-modal-header button{cursor:pointer;background:0 0;border:0;font-size:22px}.icon-picker-modal-toolbar{border-bottom:1px solid #e8eaed;flex-wrap:wrap;align-items:center;gap:8px 12px;padding:0 16px 10px;display:flex}.icon-picker-modal-tabs{flex-wrap:wrap;flex:1;gap:6px 10px;display:flex}.icon-picker-modal-tabs button{color:#1a73e8;cursor:pointer;background:0 0;border:0;padding:0;font-size:12px}.icon-picker-modal-tabs button.is-active{color:#202124;font-weight:600;text-decoration:underline}.icon-picker-modal-filter{color:#5f6368;align-items:center;gap:6px;font-size:12px;display:flex}.icon-picker-modal-filter input{border:1px solid #dadce0;border-radius:4px;width:120px;padding:4px 8px}.icon-picker-modal-body{flex:1;min-height:0;padding:12px 16px 16px;overflow-y:auto}.icon-picker-modal-section-title{color:#202124;margin-bottom:8px;font-size:13px;font-weight:600}.icon-picker-grid-modal{grid-template-columns:repeat(10,1fr)}.catalog-shell{background:#e8eaed;justify-content:center;align-items:flex-start;padding:32px 16px 48px;display:flex}.catalog-card{background:#fff;border-radius:12px;width:min(920px,100%);padding:24px;box-shadow:0 8px 28px #00000014}.catalog-header h1{margin:0 0 8px;font-size:28px}.catalog-header p{color:#5f6368;margin:0}.catalog-create{gap:12px;margin:20px 0;display:flex}.catalog-create input{border:1px solid #dadce0;border-radius:8px;flex:1;padding:10px 12px}.catalog-create button,.catalog-item-actions button{color:#fff;cursor:pointer;background:#1a73e8;border:none;border-radius:8px;padding:10px 14px}.catalog-item-actions button{color:#202124;background:#f1f3f4}.catalog-delete-button{color:#c5221f!important}.catalog-list{flex-direction:column;gap:12px;display:flex}.catalog-item{border:1px solid #e0e0e0;border-radius:10px;justify-content:space-between;gap:16px;padding:14px;display:flex}.catalog-open-button{cursor:pointer;text-align:left;background:0 0;border:none;flex-direction:column;align-items:flex-start;gap:4px;padding:0;display:flex}.catalog-item-meta{color:#5f6368;flex-direction:column;gap:4px;margin-top:8px;font-size:12px;display:flex}.catalog-item-owner{color:#1a73e8}.catalog-owner-button,.catalog-share-button{font-weight:500;color:#1a73e8!important}.map-share-url-block{gap:8px;margin:12px 0;display:flex}.map-share-url-block input{border:1px solid #dadce0;border-radius:6px;flex:1;min-width:0;padding:8px 10px;font-size:13px}.map-share-links-list{margin:16px 0}.map-share-links-list h4{margin:0 0 8px;font-size:14px}.map-share-link-row{border-top:1px solid #e8eaed;justify-content:space-between;align-items:center;gap:12px;padding:8px 0;font-size:13px;display:flex}.map-share-permission-fieldset{border:0;margin:0 0 16px;padding:0}.map-share-permission-fieldset legend{color:#202124;margin-bottom:8px;font-size:13px;font-weight:600}.map-share-permission-options{gap:8px;display:grid}.map-share-permission-option{cursor:pointer;border:1px solid #dadce0;border-radius:8px;grid-template-columns:auto 1fr;gap:4px 10px;padding:10px 12px;display:grid}.map-share-permission-option.is-selected{background:#e8f0fe;border-color:#1a73e8}.map-share-permission-option input{margin-top:2px}.map-share-permission-option-label{color:#202124;font-size:13px;font-weight:600}.map-share-permission-option-hint{color:#5f6368;grid-column:2;font-size:12px;line-height:1.4}.catalog-owner-hint{color:#5f6368;margin:0 0 16px;font-size:13px}.catalog-owner-loading{color:#5f6368;padding:8px 0;font-size:13px}.catalog-item-actions{flex-direction:column;gap:8px;display:flex}.catalog-empty,.catalog-message,.catalog-error,.app-loading{border-radius:8px;padding:12px}.catalog-message{color:#137333;background:#e6f4ea}.catalog-error{color:#c5221f;background:#fce8e6}.catalog-empty,.app-loading{color:#5f6368}.layer-settings-modal{width:min(760px,100%)}.layer-settings-body{flex-direction:column;gap:18px;display:flex}.layer-settings-field{flex-direction:column;gap:6px;display:flex}.layer-settings-label{color:#5f6368;font-size:12px;font-weight:500}.layer-settings-field input{border:1px solid #dadce0;border-radius:4px;width:100%;height:38px;padding:0 12px;font-size:14px}.layer-settings-columns-header{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:8px;display:flex}.layer-settings-columns-hint{color:#9aa0a6;font-size:11px}.layer-settings-column-list{border:1px solid #e8eaed;border-radius:6px;margin:0;padding:0;list-style:none;overflow:hidden}.layer-settings-column-item{background:#fff;border-bottom:1px solid #f1f3f4;align-items:center;gap:8px;min-height:40px;padding:0 8px 0 4px;display:flex}.layer-settings-column-item:last-child{border-bottom:0}.layer-settings-column-item.is-dragging{opacity:.45}.layer-settings-column-item.is-drag-over{background:#e8f0fe;box-shadow:inset 0 2px #1a73e8}.layer-settings-column-handle{color:#9aa0a6;cursor:grab;background:0 0;border:0;border-radius:4px;flex:0 0 28px;place-items:center;width:28px;height:28px;display:grid}.layer-settings-column-handle svg{width:14px;height:14px}.layer-settings-column-handle:hover{color:#5f6368;background:#f1f3f4}.layer-settings-column-handle:active{cursor:grabbing}.layer-settings-column-name{color:#3c4043;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:13px;overflow:hidden}.layer-settings-empty{color:#9aa0a6;margin:0;font-size:13px}.layer-settings-error{color:#c5221f;background:#fce8e6;border-radius:4px;padding:10px 12px;font-size:13px}.layer-settings-tabs{background:#f8f9fa;border:1px solid #e8eaed;border-radius:8px;gap:6px;margin:-6px 0 10px;padding:6px;display:flex}.layer-settings-tab{color:#5f6368;cursor:pointer;background:0 0;border:0;border-radius:6px;padding:8px 12px;font-size:13px;font-weight:600}.layer-settings-tab.is-active{color:#1a73e8;background:#fff;box-shadow:0 1px 2px #0000001a}.layer-settings-tab-panel{flex-direction:column;gap:18px;display:flex}.layer-settings-body.is-style-tab{flex:1;min-height:0;display:flex;overflow:hidden}.layer-settings-tab-panel.is-style-tab{flex:1;gap:0;min-height:0}.layer-settings-modal-style{width:min(920px,100%);min-height:min(640px,85vh)}.layer-style-settings-tab{flex-direction:column;height:100%;min-height:0;display:flex}.layer-style-header{border-bottom:1px solid #e8eaed;flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;padding-bottom:12px;display:flex}.layer-style-header-title{color:#202124;font-size:15px;font-weight:600}.layer-style-header-meta{color:#5f6368;margin-top:4px;font-size:12px}.layer-style-scroll{flex-direction:column;flex:1;gap:16px;min-height:0;padding:16px 0;display:flex;overflow-y:auto}.layer-style-footer{background:#fff;border-top:1px solid #e8eaed;flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:14px 0 0;display:flex}.layer-style-footer-left{align-items:center;gap:12px;min-width:0;display:flex}.layer-style-unsaved-indicator{color:#b06000;font-size:12px;font-weight:500}.layer-style-reset-button{color:#1a73e8;cursor:pointer;white-space:nowrap;background:0 0;border:0;padding:0;font-size:13px;font-weight:500}.layer-style-reset-button:hover:not(:disabled){text-decoration:underline}.layer-style-reset-button:disabled{color:#9aa0a6;cursor:default}.layer-style-footer-actions{flex-shrink:0;justify-content:flex-end;gap:9px;display:flex}.layer-style-section-block{flex-direction:column;gap:12px;display:flex}.layer-style-section-block.has-border-top{border-top:1px solid #e8eaed;padding-top:16px}.layer-style-uniform-editor{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:20px;display:grid}.layer-style-uniform-form{flex-direction:column;gap:12px;display:flex}.layer-style-form-row{grid-template-columns:88px minmax(0,1fr);align-items:center;gap:12px;display:grid}.layer-style-form-label{color:#5f6368;font-size:13px;font-weight:500}.layer-style-swatch-trigger,.layer-style-icon-trigger{cursor:pointer;background:#fff;border:1px solid #dadce0;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;display:inline-flex}.layer-style-swatch-trigger:focus-visible,.layer-style-icon-trigger:focus-visible{outline-offset:2px;outline:2px solid #1a73e8}.layer-style-swatch-trigger:disabled,.layer-style-icon-trigger:disabled{opacity:.5;cursor:default}.layer-style-swatch-trigger .layer-style-swatch{width:20px;height:20px}.layer-style-icon-trigger-badge{color:#fff;background:#5f6368;border-radius:50%;place-items:center;width:28px;height:28px;display:grid}.layer-style-size-control{align-items:center;gap:10px;display:flex}.layer-style-size-control input[type=range]{flex:1;min-width:0}.layer-style-size-control-value{color:#5f6368;font-variant-numeric:tabular-nums;min-width:36px;font-size:12px}.layer-style-icon-popover-grid{grid-template-columns:repeat(7,1fr);gap:4px;display:grid}.layer-style-icon-popover-item{cursor:pointer;background:0 0;border:2px solid #0000;border-radius:4px;place-items:center;padding:0;display:grid}.layer-style-icon-popover-item.is-selected{border-color:#5f6368}.layer-style-icon-popover .icon-picker-more-button{margin-top:8px}.layer-style-sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.layer-style-category-meta{color:#5f6368;font-size:12px}.layer-style-category-toolbar{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.layer-style-category-toolbar .layer-categories-search{flex:180px;min-width:0}.layer-style-filter-segmented{background:#fff;border:1px solid #dadce0;border-radius:8px;padding:2px;display:inline-flex}.layer-style-filter-button{color:#3c4043;cursor:pointer;background:0 0;border:0;border-radius:6px;padding:6px 10px;font-size:12px;font-weight:500}.layer-style-filter-button.is-active{color:#202124;background:#e8f0fe}.layer-style-sort-select select{appearance:none;color:#202124;cursor:pointer;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2.5 4.5 6 8l3.5-3.5' stroke='%235f6368' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 8px center;background-repeat:no-repeat;background-size:12px;border:1px solid #dadce0;border-radius:6px;height:34px;padding:0 28px 0 10px;font-size:12px}.layer-style-sort-select select:focus{border-color:#1a73e8;outline:none;box-shadow:0 0 0 2px #1a73e81f}.layer-style-bulk-toolbar{background:#f8f9fa;border:1px solid #e8eaed;border-radius:8px;flex-wrap:wrap;align-items:center;gap:10px 16px;padding:10px 12px;display:flex}.layer-style-bulk-toolbar-count{color:#202124;font-size:13px;font-weight:600}.layer-style-bulk-toolbar-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.layer-style-bulk-toolbar-field{color:#5f6368;align-items:center;gap:8px;font-size:12px;display:inline-flex}.layer-style-bulk-toolbar-size{min-width:160px}.layer-style-bulk-reset-button{color:#1a73e8;cursor:pointer;background:0 0;border:0;padding:0;font-size:13px;font-weight:500}.layer-style-bulk-reset-button:hover{text-decoration:underline}.layer-style-category-table-wrap{overflow-x:auto}.layer-style-data-table{border-collapse:collapse;width:100%;font-size:13px}.layer-style-data-table th{color:#5f6368;text-align:left;white-space:nowrap;border-bottom:1px solid #e8eaed;padding:8px 10px;font-size:11px;font-weight:600}.layer-style-data-table td{vertical-align:middle;border-bottom:1px solid #f1f3f4;padding:8px 10px}.layer-style-table-row.is-selected{background:#f8f9fa}.layer-style-table-row{cursor:pointer}.layer-style-table-checkbox-cell{width:36px}.layer-style-row-checkbox{opacity:0;cursor:pointer}.layer-style-table-row:hover .layer-style-row-checkbox,.layer-style-row-checkbox.is-always-visible,.layer-style-table-row.is-selected .layer-style-row-checkbox{opacity:1}.layer-style-table-category-cell{max-width:220px}.layer-style-table-category-name{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.layer-style-table-count-cell{color:#5f6368;font-variant-numeric:tabular-nums;white-space:nowrap}.layer-style-table-menu-cell{width:40px}.layer-style-row-menu{position:relative}.layer-style-row-menu-button{color:#5f6368;cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;width:28px;height:28px;padding:0;font-size:16px;display:grid}.layer-style-row-menu-button:hover{background:#f1f3f4}.layer-style-row-menu-popover{z-index:5;background:#fff;border:1px solid #dadce0;border-radius:8px;min-width:220px;padding:6px;position:absolute;top:calc(100% + 4px);right:0;box-shadow:0 4px 16px #0000001f}.layer-style-row-menu-popover button{color:#202124;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:6px;width:100%;padding:8px 10px;font-size:13px;display:block}.layer-style-row-menu-popover button:hover{background:#f1f3f4}.layer-style-changed-indicator{color:#b06000;white-space:nowrap;align-items:center;gap:6px;font-size:11px;display:inline-flex}.layer-style-changed-dot{background:#f9ab00;border-radius:50%;width:8px;height:8px}.layer-style-changed-label{display:none}.layer-style-category-cards{flex-direction:column;gap:8px;display:flex}.layer-style-category-card{cursor:pointer;background:#fff;border:1px solid #e8eaed;border-radius:8px;flex-direction:column;gap:10px;padding:10px 12px;display:flex}.layer-style-category-card.is-selected{background:#f8f9fa}.layer-style-category-card-main{align-items:flex-start;gap:10px;display:flex}.layer-style-category-card-text{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.layer-style-category-card-count{color:#5f6368;font-size:12px}.layer-style-category-card-controls{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.layer-style-collapsible-section{border-top:1px solid #e8eaed;padding-top:12px}.layer-style-collapsible-summary{cursor:pointer;color:#202124;align-items:center;gap:8px;font-size:13px;font-weight:600;list-style:none;display:flex}.layer-style-collapsible-summary:before{content:"▸";color:#5f6368;font-size:12px;line-height:1;transition:transform .15s}.layer-style-collapsible-section[open] .layer-style-collapsible-summary:before{transform:rotate(90deg)}.layer-style-gradient-section{border-top:1px solid #e8eaed;flex-direction:column;gap:12px;padding-top:12px;display:flex}.layer-style-gradient-section-title{color:#202124;font-size:13px;font-weight:600}.layer-style-collapsible-summary::-webkit-details-marker{display:none}.layer-style-collapsible-body{flex-direction:column;gap:12px;padding-top:12px;display:flex}.layer-style-gradient-actions{flex-wrap:wrap;gap:12px;display:flex}.layer-style-date-controls{flex-wrap:wrap;align-items:flex-end;gap:12px;display:flex}.layer-style-date-controls .layer-style-inline-field{min-width:220px}.layer-style-range-count-field{max-width:220px}.layer-style-range-table .layer-style-table-range-bound{font-variant-numeric:tabular-nums;white-space:nowrap}.layer-style-range-icon-badge{color:#fff;background:#5f6368;border-radius:50%;place-items:center;width:28px;height:28px;display:grid}.layer-style-range-age-list{flex-direction:column;gap:8px;display:flex}.layer-style-expandable-row{background:#fff;border:1px solid #e8eaed;border-radius:8px}.layer-style-expandable-row.is-expanded{background:#f8f9fa}.layer-style-expandable-row-main{align-items:center;gap:10px;padding:10px 12px;display:flex}.layer-style-expandable-toggle{color:#3c4043;cursor:pointer;background:#f1f3f4;border:1px solid #dadce0;border-radius:6px;flex-shrink:0;place-items:center;width:32px;height:32px;padding:0;font-size:16px;font-weight:700;line-height:1;transition:background-color .15s,border-color .15s,box-shadow .15s,color .15s;display:grid;box-shadow:0 1px 2px #3c40431f}.layer-style-expandable-toggle:hover{color:#202124;background:#e8eaed;border-color:#bdc1c6}.layer-style-expandable-toggle:focus-visible{outline-offset:2px;outline:2px solid #1a73e8}.layer-style-expandable-row.is-expanded .layer-style-expandable-toggle{color:#1a73e8;background:#e8f0fe;border-color:#1a73e8}.layer-style-expandable-row-summary{flex-wrap:wrap;flex:1;align-items:center;gap:12px;min-width:0;display:flex}.layer-style-expandable-row-text{flex-direction:column;flex:1;gap:2px;min-width:140px;display:flex}.layer-style-expandable-row-panel{border-top:1px solid #e8eaed;flex-direction:column;gap:12px;padding:0 12px 12px 54px;display:flex}.layer-style-range-simple-row{background:#fff;border:1px solid #e8eaed;border-radius:8px;flex-wrap:wrap;align-items:center;gap:12px;padding:10px 12px;display:flex}.layer-style-range-remove-button.is-inline{opacity:1;width:24px;height:24px;position:static}.layer-style-mode-selector{flex-direction:column;gap:8px;display:flex}.layer-style-segmented{background:#fff;border:1px solid #dadce0;border-radius:8px;padding:2px;display:flex}.layer-style-segmented-button{color:#3c4043;cursor:pointer;text-align:center;background:0 0;border:0;border-radius:6px;flex:1;padding:8px 10px;font-size:13px;font-weight:500}.layer-style-segmented-button.is-active{color:#202124;background:#e8f0fe}.layer-style-segmented-button:focus-visible{outline-offset:-2px;outline:2px solid #1a73e8}.layer-style-mode-description{color:#5f6368;margin:0;font-size:12px;line-height:1.4}.layer-style-inline-field{color:#5f6368;flex-direction:column;gap:6px;font-size:12px;font-weight:500;display:flex}.layer-style-inline-field input,.layer-style-inline-field select,.layer-style-field-select select{color:#202124;background-color:#fff;border:1px solid #dadce0;border-radius:4px;width:100%;height:38px;padding:0 12px;font-size:14px}.layer-style-inline-field select,.layer-style-field-select select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2.5 4.5 6 8l3.5-3.5' stroke='%235f6368' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:12px;padding-right:32px}.layer-style-inline-field input:focus,.layer-style-inline-field select:focus,.layer-style-field-select select:focus{border-color:#1a73e8;outline:none;box-shadow:0 0 0 2px #1a73e81f}@media (width<=640px){.layer-style-changed-label{display:inline}.layer-style-expandable-row-main{align-items:flex-start}.layer-style-expandable-row-summary{flex-direction:column;align-items:stretch;gap:8px}.layer-style-expandable-row-panel{padding-left:12px}.layer-style-date-controls{flex-direction:column}.layer-style-date-controls .layer-style-inline-field{width:100%;min-width:0}}@media (width<=860px){.layer-style-segmented{flex-direction:column}.layer-style-uniform-editor{grid-template-columns:1fr}.layer-style-footer{flex-direction:column;align-items:stretch}.layer-style-footer-left{flex-wrap:wrap}.layer-style-footer-actions{justify-content:stretch}.layer-style-footer-actions .import-primary-button,.layer-style-footer-actions .import-secondary-button{flex:1}}.network-tab{flex-direction:column;gap:14px;display:flex}.network-status{color:#3c4043;background:#f1f3f4;border-radius:8px;padding:10px 12px;font-size:13px;font-weight:600}.network-section-title{color:#202124;margin-bottom:8px;font-size:13px;font-weight:700}.network-section-subtitle{color:#5f6368;text-transform:uppercase;letter-spacing:.03em;margin-top:8px;font-size:12px;font-weight:700}.network-role-cards{grid-template-columns:1fr;gap:8px;display:grid}.network-role-card{cursor:pointer;background:#fff;border:1px solid #e8eaed;border-radius:10px;align-items:flex-start;gap:10px;padding:10px 12px;display:flex}.network-role-card input{accent-color:#1a73e8;margin-top:2px}.network-role-card.is-selected{background:#f7fbff;border-color:#1a73e8;box-shadow:0 0 0 2px #1a73e81a}.network-role-card-title{color:#202124;font-size:13px;font-weight:700}.network-helper{color:#5f6368;margin-top:4px;font-size:12px;line-height:1.45}.network-inline-warning{color:#8a4b00;margin-top:4px;display:block}.network-muted{color:#5f6368;background:#f8f9fa;border-radius:8px;padding:10px 12px;font-size:13px}.network-field{flex-direction:column;gap:6px;margin-bottom:12px;display:flex}.network-label{color:#3c4043;font-size:12px;font-weight:600}.network-field select,.network-field input[type=text],.network-field input[type=url],.network-field input[type=number],.network-field input[type=time],.network-field textarea{background:#fff;border:1px solid #dadce0;border-radius:6px;width:100%;padding:8px 10px;font-size:13px}.network-field select:focus,.network-field input[type=text]:focus,.network-field input[type=url]:focus,.network-field input[type=number]:focus,.network-field input[type=time]:focus,.network-field textarea:focus{border-color:#1a73e8;outline:none;box-shadow:0 0 0 2px #1a73e81f}.network-textarea{resize:vertical;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;line-height:1.4}.network-grid{grid-template-columns:1fr;gap:10px;display:grid}.network-collapsible{background:#fff;border:1px solid #e8eaed;border-radius:10px;padding:10px 12px}.network-collapsible summary{cursor:pointer;color:#1a73e8;font-size:13px;font-weight:700;list-style:none}.network-collapsible summary::-webkit-details-marker{display:none}.network-actions{flex-direction:column;gap:8px;margin-top:4px;display:flex}.sync-enable-card{cursor:default}.sync-stats{color:#3c4043;flex-wrap:wrap;gap:8px;font-size:12px;display:flex}.sync-stats span{background:#f1f3f4;border-radius:999px;padding:5px 8px}.sync-schedule-fields{grid-template-columns:minmax(180px,1fr) minmax(140px,180px);align-items:end;gap:12px;display:grid}@media (width<=720px){.sync-schedule-fields{grid-template-columns:1fr}}.sync-actions{flex-flow:wrap;align-items:center}.sync-column-actions{flex-wrap:wrap;gap:8px;margin:10px 0;display:flex}.sync-preview-table-wrap{background:#fff;border:1px solid #e8eaed;border-radius:8px;overflow:auto}.sync-preview-table{border-collapse:collapse;width:100%;font-size:12px}.sync-preview-table th,.sync-preview-table td{text-align:left;vertical-align:top;border-bottom:1px solid #f1f3f4;padding:8px 10px}.sync-preview-table th{color:#5f6368;background:#f8f9fa;font-weight:700}.sync-preview-table td:first-child,.sync-preview-table th:first-child{text-align:center;width:96px}.sync-required{color:#1a73e8;background:#e8f0fe;border-radius:999px;margin-left:8px;padding:2px 6px;font-size:11px;font-weight:700;display:inline-block}.network-warning{color:#8a4b00;background:#fef7e0;border-radius:8px;padding:10px 12px;font-size:12px;line-height:1.45}.network-errors{color:#c5221f;white-space:pre-wrap;background:#fce8e6;border-radius:8px;padding:10px 12px;font-size:12px;line-height:1.45}.network-error-list{margin:8px 0 0;padding-left:18px}.network-error-text{white-space:pre-wrap;margin-top:8px}@media (width>=700px){.network-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.network-field-span-2{grid-column:1/-1}.network-role-cards{grid-template-columns:repeat(3,minmax(0,1fr))}.network-role-card{min-height:104px}}.app-catalog-page{background:#e8eaed;height:100%;overflow-y:auto}.app-header{background:#fff;border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;padding:12px 20px;display:flex;box-shadow:0 2px 4px #0000000d}.app-header h1{color:#333;margin:0;font-size:20px;font-weight:500}.maplibregl-map{-webkit-tap-highlight-color:#0000;font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;position:relative;overflow:hidden}.maplibregl-canvas{position:absolute;top:0;left:0}.maplibregl-map:fullscreen{width:100%;height:100%}.maplibregl-ctrl-group button.maplibregl-ctrl-compass{touch-action:none}.maplibregl-canvas-container.maplibregl-interactive,.maplibregl-ctrl-group button.maplibregl-ctrl-compass{cursor:grab;-webkit-user-select:none;user-select:none}.maplibregl-canvas-container.maplibregl-interactive.maplibregl-track-pointer{cursor:pointer}.maplibregl-canvas-container.maplibregl-interactive:active,.maplibregl-ctrl-group button.maplibregl-ctrl-compass:active{cursor:grabbing}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-canvas-container.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:pinch-zoom}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:none}.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures,.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-ctrl-bottom-left,.maplibregl-ctrl-bottom-right,.maplibregl-ctrl-top-left,.maplibregl-ctrl-top-right{pointer-events:none;z-index:2;position:absolute}.maplibregl-ctrl-top-left{top:0;left:0}.maplibregl-ctrl-top-right{top:0;right:0}.maplibregl-ctrl-bottom-left{bottom:0;left:0}.maplibregl-ctrl-bottom-right{bottom:0;right:0}.maplibregl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.maplibregl-ctrl-top-left .maplibregl-ctrl{float:left;margin:10px 0 0 10px}.maplibregl-ctrl-top-right .maplibregl-ctrl{float:right;margin:10px 10px 0 0}.maplibregl-ctrl-bottom-left .maplibregl-ctrl{float:left;margin:0 0 10px 10px}.maplibregl-ctrl-bottom-right .maplibregl-ctrl{float:right;margin:0 10px 10px 0}.maplibregl-ctrl-group{background:#fff;border-radius:4px}.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px #0000001a}@media (forced-colors:active){.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px buttontext}}.maplibregl-ctrl-group button{box-sizing:border-box;cursor:pointer;background-color:#0000;border:0;outline:none;width:29px;height:29px;padding:0;display:block}.maplibregl-ctrl-group button+button{border-top:1px solid #ddd}.maplibregl-ctrl button .maplibregl-ctrl-icon{background-position:50%;background-repeat:no-repeat;width:100%;height:100%;display:block}@media (forced-colors:active){.maplibregl-ctrl-icon{background-color:#0000}.maplibregl-ctrl-group button+button{border-top:1px solid buttontext}}.maplibregl-ctrl button::-moz-focus-inner{border:0;padding:0}.maplibregl-ctrl-attrib-button:focus,.maplibregl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl button:disabled{cursor:not-allowed}.maplibregl-ctrl button:disabled .maplibregl-ctrl-icon{opacity:.25}@media (hover:hover){.maplibregl-ctrl button:not(:disabled):hover{background-color:#0000000d}}.maplibregl-ctrl button:not(:disabled):active{background-color:#0000000d}.maplibregl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.maplibregl-ctrl-group button:focus:first-child{border-radius:4px 4px 0 0}.maplibregl-ctrl-group button:focus:last-child{border-radius:0 0 4px 4px}.maplibregl-ctrl-group button:focus:only-child{border-radius:inherit}.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-globe .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%23333' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-globe-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%2333b5e5' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%23333' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%2333b5e5' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23aaa' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-waiting .maplibregl-ctrl-icon{animation:2s linear infinite maplibregl-spin}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23999' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23666' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}}@keyframes maplibregl-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}a.maplibregl-ctrl-logo{cursor:pointer;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:88px;height:23px;margin:0 0 -4px -4px;display:block;overflow:hidden}a.maplibregl-ctrl-logo.maplibregl-compact{width:14px}@media (forced-colors:active){a.maplibregl-ctrl-logo{background-color:#0000;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}.maplibregl-ctrl.maplibregl-ctrl-attrib{background-color:#ffffff80;margin:0;padding:0 5px}@media screen{.maplibregl-ctrl-attrib.maplibregl-compact{box-sizing:content-box;color:#000;background-color:#fff;border-radius:12px;min-height:20px;margin:10px;padding:2px 24px 2px 0;position:relative}.maplibregl-ctrl-attrib.maplibregl-compact-show{visibility:visible;padding:2px 28px 2px 8px}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact-show,.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact-show{border-radius:12px;padding:2px 8px 2px 28px}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-inner{display:none}.maplibregl-ctrl-attrib-button{box-sizing:border-box;cursor:pointer;background-color:#ffffff80;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");border:0;border-radius:12px;outline:none;width:24px;height:24px;display:none;position:absolute;top:0;right:0}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button{appearance:none;list-style:none}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button::-webkit-details-marker{display:none}.maplibregl-ctrl-bottom-left .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-top-left .maplibregl-ctrl-attrib-button{left:0}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-inner{display:block}.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-button{background-color:#0000000d}.maplibregl-ctrl-bottom-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;right:0}.maplibregl-ctrl-top-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{top:0;right:0}.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{top:0;left:0}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;left:0}}@media screen and (forced-colors:active){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}@media screen and (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}.maplibregl-ctrl-attrib a{color:#000000bf;text-decoration:none}.maplibregl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.maplibregl-attrib-empty{display:none}.maplibregl-ctrl-scale{box-sizing:border-box;color:#333;white-space:nowrap;background-color:#ffffffbf;border:2px solid #333;border-top:#333;padding:0 5px;font-size:10px}.maplibregl-popup{pointer-events:none;will-change:transform;display:flex;position:absolute;top:0;left:0}.maplibregl-popup-anchor-top,.maplibregl-popup-anchor-top-left,.maplibregl-popup-anchor-top-right{flex-direction:column}.maplibregl-popup-anchor-bottom,.maplibregl-popup-anchor-bottom-left,.maplibregl-popup-anchor-bottom-right{flex-direction:column-reverse}.maplibregl-popup-anchor-left{flex-direction:row}.maplibregl-popup-anchor-right{flex-direction:row-reverse}.maplibregl-popup-tip{z-index:1;border:10px solid #0000;width:0;height:0}.maplibregl-popup-anchor-top .maplibregl-popup-tip{border-top:none;border-bottom-color:#fff;align-self:center}.maplibregl-popup-anchor-top-left .maplibregl-popup-tip{border-top:none;border-bottom-color:#fff;border-left:none;align-self:flex-start}.maplibregl-popup-anchor-top-right .maplibregl-popup-tip{border-top:none;border-bottom-color:#fff;border-right:none;align-self:flex-end}.maplibregl-popup-anchor-bottom .maplibregl-popup-tip{border-top-color:#fff;border-bottom:none;align-self:center}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{border-top-color:#fff;border-bottom:none;border-left:none;align-self:flex-start}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{border-top-color:#fff;border-bottom:none;border-right:none;align-self:flex-end}.maplibregl-popup-anchor-left .maplibregl-popup-tip{border-left:none;border-right-color:#fff;align-self:center}.maplibregl-popup-anchor-right .maplibregl-popup-tip{border-left-color:#fff;border-right:none;align-self:center}[dir=rtl] .maplibregl-popup-anchor-left{flex-direction:row-reverse}[dir=rtl] .maplibregl-popup-anchor-right{flex-direction:row}[dir=rtl] .maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-end}[dir=rtl] .maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-start}[dir=rtl] .maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{align-self:flex-end}[dir=rtl] .maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{align-self:flex-start}.maplibregl-popup-close-button{cursor:pointer;background-color:#0000;border:0;border-radius:0 3px 0 0;position:absolute;top:0;right:0}.maplibregl-popup-close-button:hover{background-color:#0000000d}.maplibregl-popup-content{pointer-events:auto;background:#fff;border-radius:3px;padding:15px 10px;position:relative;box-shadow:0 1px 2px #0000001a}.maplibregl-popup-anchor-top-left .maplibregl-popup-content{border-top-left-radius:0}.maplibregl-popup-anchor-top-right .maplibregl-popup-content{border-top-right-radius:0}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-content{border-bottom-left-radius:0}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-content{border-bottom-right-radius:0}.maplibregl-popup-track-pointer{display:none}.maplibregl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;user-select:none}.maplibregl-map:hover .maplibregl-popup-track-pointer{display:flex}.maplibregl-map:active .maplibregl-popup-track-pointer{display:none}.maplibregl-marker{will-change:transform;transition:opacity .2s;position:absolute;top:0;left:0}.maplibregl-user-location-dot,.maplibregl-user-location-dot:before{background-color:#1da1f2;border-radius:50%;width:15px;height:15px}.maplibregl-user-location-dot:before{content:"";animation:2s infinite maplibregl-user-location-dot-pulse;position:absolute}.maplibregl-user-location-dot:after{box-sizing:border-box;content:"";border:2px solid #fff;border-radius:50%;width:19px;height:19px;position:absolute;top:-2px;left:-2px;box-shadow:0 0 3px #00000059}@media (prefers-reduced-motion:reduce){.maplibregl-user-location-dot:before{animation:none}}@keyframes maplibregl-user-location-dot-pulse{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(3)}to{opacity:0;transform:scale(1)}}.maplibregl-user-location-dot-stale{background-color:#aaa}.maplibregl-user-location-dot-stale:after{display:none}.maplibregl-user-location-accuracy-circle{background-color:#1da1f233;border-radius:100%;width:1px;height:1px}.maplibregl-crosshair,.maplibregl-crosshair .maplibregl-interactive,.maplibregl-crosshair .maplibregl-interactive:active{cursor:crosshair}.maplibregl-boxzoom{opacity:.5;background:#fff;border:2px dotted #202020;width:0;height:0;position:absolute;top:0;left:0}.maplibregl-cooperative-gesture-screen{color:#fff;opacity:0;pointer-events:none;z-index:99999;background:#0006;justify-content:center;align-items:center;padding:1rem;font-size:1.4em;line-height:1.2;transition:opacity 1s 1s;display:flex;position:absolute;inset:0}.maplibregl-cooperative-gesture-screen.maplibregl-show{opacity:1;transition:opacity 50ms}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:none}@media (hover:none),(pointer:coarse){.maplibregl-cooperative-gesture-screen .maplibregl-desktop-message{display:none}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:block}}.maplibregl-pseudo-fullscreen{z-index:99999;width:100%!important;height:100%!important;position:fixed!important;top:0!important;left:0!important}
