.user-menu{position:relative}.user-menu-btn{display:flex;align-items:center;gap:.625rem;padding:.625rem 1rem;background:var(--surface);color:var(--text-primary);border:1px solid var(--border);border-radius:.375rem;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s;white-space:nowrap}.user-menu-btn:hover,.user-menu-btn.open{background:var(--background);border-color:var(--primary-color)}.user-avatar{width:28px;height:28px;border-radius:50%;background:var(--primary-color);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;flex-shrink:0}.user-name{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-arrow{flex-shrink:0;transition:transform .2s}.user-menu-btn.open .dropdown-arrow{transform:rotate(180deg)}.user-menu-dropdown{position:absolute;top:calc(100% + .5rem);right:0;background:var(--surface);border:1px solid var(--border);border-radius:.5rem;box-shadow:0 4px 12px #00000026;z-index:1000;min-width:260px;overflow:hidden;animation:dropdownFadeIn .2s ease-out}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.user-info-section{padding:1rem;border-bottom:1px solid var(--border)}.user-info-name{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.user-info-email{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--text-secondary)}.user-info-icon{flex-shrink:0;width:16px;height:16px;color:var(--text-secondary)}.user-menu-actions{padding:.5rem}.logout-btn{display:flex;align-items:center;gap:.625rem;width:100%;padding:.625rem .75rem;background:none;border:none;border-radius:.375rem;cursor:pointer;font-size:.875rem;font-weight:500;color:var(--danger-color);transition:background .2s;text-align:left}.logout-btn:hover:not(:disabled){background:#fef2f2}.logout-btn:disabled{opacity:.6;cursor:not-allowed}.logout-icon{flex-shrink:0;width:18px;height:18px}.logout-spinner{width:14px;height:14px;border:2px solid var(--border);border-top-color:var(--danger-color);border-radius:50%;animation:spin .6s linear infinite}@media(max-width:768px){.user-name{max-width:100px}.user-menu-dropdown{min-width:240px}}.empty-state-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;padding:3rem 2rem;text-align:center}.empty-state-icon{font-size:4rem;margin-bottom:1.5rem}.empty-state-container h2,.empty-state-container h3{color:#1a202c;margin-bottom:1rem}.empty-state-container p{color:#718096;max-width:500px}.welcome-banner{background:linear-gradient(135deg,#f7fafc,#edf2f7);border-radius:12px;border:2px solid #e2e8f0;margin:2rem;padding:3rem 2.5rem}.welcome-message{font-size:1.125rem;color:#4a5568;margin-bottom:2rem}.welcome-info{background:#fff;padding:1.5rem;border-radius:8px;margin:2rem auto;max-width:600px;box-shadow:0 1px 3px #0000001a}.welcome-info p{margin:.5rem 0}.welcome-info strong{color:#2d3748}.welcome-action{margin-top:2rem;padding:1.5rem;background:#edf2f7;border-radius:8px;max-width:500px;margin-left:auto;margin-right:auto}.welcome-action p{margin:.5rem 0;color:#2d3748}.admin-email{font-weight:500;margin-top:1rem!important}.admin-email a{color:#667eea;text-decoration:none;font-weight:600}.admin-email a:hover{text-decoration:underline}@media(max-width:768px){.welcome-banner{margin:1rem;padding:2rem 1.5rem}.empty-state-icon{font-size:3rem}.welcome-info,.welcome-action{padding:1rem}}.invalid-leads-panel{position:fixed;bottom:0;left:0;right:0;background:#fff3cd;border-top:2px solid #ffc107;box-shadow:0 -2px 10px #0000001a;z-index:1000;transition:all .3s ease}.invalid-leads-panel.collapsed{max-height:60px}.invalid-leads-panel.expanded{max-height:70vh;overflow-y:auto}.panel-header{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff3cd;position:sticky;top:0;z-index:1}.panel-header:hover{background:#ffe69c}.panel-title{display:flex;align-items:center;gap:10px;font-weight:600;color:#856404}.warning-icon{font-size:1.5rem}.title-text{font-size:1rem}.toggle-button{background:none;border:none;font-size:1.2rem;color:#856404;cursor:pointer;padding:4px 8px;transition:transform .2s ease}.toggle-button:hover{transform:scale(1.2)}.panel-content{padding:0 20px 20px}.panel-description{margin-bottom:16px;padding:12px;background:#fff;border-left:4px solid #ffc107;color:#856404;font-size:.9rem}.invalid-leads-list{display:flex;flex-direction:column;gap:12px}.invalid-lead-card{background:#fff;border:1px solid #ffc107;border-radius:6px;overflow:hidden}.card-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#fff8e1;cursor:pointer;-webkit-user-select:none;user-select:none}.card-header:hover{background:#fff3cd}.card-title{font-weight:500;color:#333}.lead-id{font-family:monospace;color:#666;font-size:.9rem}.lead-name{color:#333;font-weight:600}.error-count{background:#dc3545;color:#fff;padding:4px 12px;border-radius:12px;font-size:.85rem;font-weight:600}.validation-errors{padding:12px 16px;display:flex;flex-direction:column;gap:8px}.error-item{display:flex;flex-direction:column;gap:4px;padding:8px 12px;background:#f8f9fa;border-left:3px solid #dc3545;border-radius:3px}.error-field{font-family:monospace;font-weight:600;color:#dc3545;font-size:.9rem}.error-message{color:#666;font-size:.85rem}.raw-data{border-top:1px solid #ffc107;padding:12px 16px;background:#f8f9fa}.raw-data-header{font-weight:600;margin-bottom:8px;color:#856404}.raw-data-content{background:#fff;border:1px solid #dee2e6;border-radius:4px;padding:12px;overflow-x:auto;font-size:.8rem;color:#333;max-height:300px;overflow-y:auto}@media(max-width:768px){.panel-header{padding:10px 16px}.title-text{font-size:.9rem}.panel-content{padding:0 16px 16px}.invalid-leads-panel.expanded{max-height:80vh}}.toast-container{position:fixed;top:1rem;right:1rem;z-index:10000;display:flex;flex-direction:column;gap:.75rem;pointer-events:none}.toast{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:#fff;border-radius:.5rem;box-shadow:0 4px 12px #00000026,0 0 0 1px #0000000d;min-width:300px;max-width:420px;pointer-events:auto;animation:slideIn .3s ease-out}.toast.removing{animation:slideOut .2s ease-in forwards}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOut{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}.toast-icon{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.toast-message{flex:1;font-size:.875rem;font-weight:500;color:var(--text-primary);line-height:1.5}.toast-close{flex-shrink:0;background:none;border:none;cursor:pointer;color:var(--text-secondary);padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:.25rem;transition:background .2s,color .2s}.toast-close:hover{background:#0000000d;color:var(--text-primary)}.toast.success{border-left:4px solid var(--success-color)}.toast.success .toast-icon{color:var(--success-color)}.toast.info{border-left:4px solid var(--primary-color)}.toast.info .toast-icon{color:var(--primary-color)}.toast.error{border-left:4px solid var(--danger-color)}.toast.error .toast-icon{color:var(--danger-color)}.toast.warning{border-left:4px solid #f59e0b}.toast.warning .toast-icon{color:#f59e0b}@media(max-width:640px){.toast-container{left:1rem;right:1rem}.toast{min-width:unset;width:100%}}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:1rem}.login-card{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;padding:2.5rem;width:100%;max-width:420px}.login-header{text-align:center;margin-bottom:2rem}.login-header h1{font-size:2rem;color:#1a202c;margin:0 0 .5rem}.login-header p{color:#718096;margin:0}.error-message{background:#fed7d7;color:#c53030;padding:.75rem 1rem;border-radius:6px;margin-bottom:1.5rem;font-size:.875rem}.field-error{display:block;color:#c53030;font-size:.8125rem;margin-top:.375rem}.form-group input.has-error{border-color:#fc8181}.login-methods{display:flex;flex-direction:column;gap:1rem}.btn-google,.btn-submit{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:.875rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-google{background:#fff;color:#1a202c;border:2px solid #e2e8f0}.btn-google:hover:not(:disabled){background:#f7fafc;border-color:#cbd5e0}.btn-submit{background:#667eea;color:#fff;margin-top:.5rem}.btn-submit:hover:not(:disabled){background:#5a67d8}.btn-google:disabled,.btn-submit:disabled{opacity:.6;cursor:not-allowed}.google-icon{width:20px;height:20px}.divider{position:relative;text-align:center;margin:1.5rem 0}.divider:before,.divider:after{content:"";position:absolute;top:50%;width:45%;height:1px;background:#e2e8f0}.divider:before{left:0}.divider:after{right:0}.divider span{background:#fff;padding:0 1rem;color:#a0aec0;font-size:.875rem}.login-form{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;color:#2d3748;font-size:.875rem}.form-group input{padding:.875rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .2s}.form-group input:focus{outline:none;border-color:#667eea}.form-group input:disabled{background:#f7fafc;cursor:not-allowed}@media(max-width:480px){.login-card{padding:2rem 1.5rem}.login-header h1{font-size:1.75rem}}.oauth-container{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem}.oauth-loading{background:#fff;padding:2rem 3rem;border-radius:12px;box-shadow:0 20px 60px #0000004d;text-align:center}.oauth-loading p{color:#4a5568;font-size:1.125rem;margin:0}.oauth-error-container{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem}.oauth-error-card{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;padding:3rem 2.5rem;max-width:600px;width:100%;text-align:center}.error-icon{font-size:4rem;margin-bottom:1.5rem}.oauth-error-card h2{color:#c53030;margin:0 0 1rem;font-size:1.75rem}.error-detail{color:#4a5568;font-size:1.125rem;margin-bottom:2rem;line-height:1.6}.error-help{background:#f7fafc;border-left:4px solid #667eea;padding:1.5rem;margin:2rem 0;text-align:left}.error-help p{color:#2d3748;margin:.75rem 0}.error-help strong{color:#1a202c}.error-help ul{margin:.75rem 0;padding-left:1.5rem;color:#4a5568}.error-help li{margin:.5rem 0}.btn-retry{background:#667eea;color:#fff;padding:.875rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s;margin-top:1rem}.btn-retry:hover{background:#5a67d8}@media(max-width:640px){.oauth-error-card{padding:2rem 1.5rem}.error-icon{font-size:3rem}.oauth-error-card h2{font-size:1.5rem}.error-detail{font-size:1rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #2563eb;--primary-hover: #1d4ed8;--secondary-color: #64748b;--success-color: #10b981;--danger-color: #ef4444;--error-color: #dc2626;--background: #f8fafc;--background-primary: #ffffff;--background-secondary: #f8fafc;--background-hover: #f3f4f6;--surface: #ffffff;--border: #e2e8f0;--border-color: #e2e8f0;--border-hover: #d1d5db;--border-color-hover: #d1d5db;--text-primary: #1e293b;--text-secondary: #64748b;--text-muted: #9ca3af}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:var(--background);color:var(--text-primary);line-height:1.5}.app-container{display:flex;flex-direction:column;height:100vh}.header{background:var(--surface);border-bottom:1px solid var(--border);padding:1rem 2rem;position:relative;z-index:2000}.header-content{display:flex;justify-content:space-between;align-items:center;gap:1rem}.header-text{flex:1}.header-actions{display:flex;align-items:center;gap:1rem;flex-shrink:0}.header h1{font-size:1.75rem;font-weight:700;color:var(--text-primary)}.header .subtitle{font-size:.875rem;color:var(--text-secondary);margin-top:.25rem}.admin-panel-btn{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:var(--primary-color);color:#fff;border:none;border-radius:.375rem;cursor:pointer;font-size:.875rem;font-weight:500;transition:background .2s,transform .1s;white-space:nowrap}.admin-panel-btn:hover{background:#1d4ed8;transform:translateY(-1px)}.admin-panel-btn:active{transform:translateY(0)}.admin-panel-btn svg{flex-shrink:0}.toolbar{background:var(--surface);border-bottom:1px solid var(--border);padding:.75rem 2rem;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:1500}.toolbar-left,.toolbar-right{display:flex;align-items:center;gap:1rem}.view-toggle-container{position:relative;display:inline-flex;background:var(--background);border:1px solid var(--border);border-radius:.5rem;padding:.25rem;gap:.5rem}.view-option{position:relative;z-index:2;padding:.625rem 1.25rem;background:transparent;border:none;border-radius:.375rem;cursor:pointer;font-size:.875rem;font-weight:600;color:var(--text-secondary);transition:color .2s ease;white-space:nowrap;min-width:120px;display:flex;align-items:center;justify-content:center;gap:.5rem}.view-option:hover{color:var(--text-primary)}.view-option.active{color:#fff}.view-toggle-slider{position:absolute;top:.25rem;left:.25rem;height:calc(100% - .5rem);background:var(--primary-color);border-radius:.375rem;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1;box-shadow:0 2px 8px #2563eb4d}.lead-count{font-size:.875rem;color:var(--text-secondary)}.refresh-btn{padding:.5rem 1rem;background:var(--primary-color);color:#fff;border:none;border-radius:.375rem;cursor:pointer;font-size:.875rem;transition:background .2s}.refresh-btn:hover:not(:disabled){background:#1d4ed8}.refresh-btn:disabled{opacity:.5;cursor:not-allowed}.main-content{flex:1;overflow:hidden;position:relative}.loading-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--surface);padding:2rem 3rem;border-radius:.5rem;box-shadow:0 4px 6px #0000001a;z-index:1000;font-weight:600}.spreadsheet-view{height:100%;overflow:auto}.table-container{padding:1rem 2rem}table{width:100%;border-collapse:collapse;background:var(--surface);border-radius:.5rem;overflow:hidden;box-shadow:0 1px 3px #0000001a}thead{background:var(--background);position:sticky;top:0;z-index:10}th{padding:.75rem 1rem;text-align:left;font-weight:600;font-size:.875rem;color:var(--text-secondary);border-bottom:2px solid var(--border);white-space:nowrap}th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}th.sortable:hover{background:var(--border)}th.dragging{opacity:.5;cursor:grabbing!important}th[draggable=true]{cursor:grab;-webkit-user-select:none;user-select:none;transition:opacity .2s,background .2s}th[draggable=true]:active{cursor:grabbing}th[draggable=true]:hover{background:#2563eb1a}th[draggable=true]:drag-enter{border-left:3px solid var(--primary-color)}td{padding:.75rem 1rem;border-bottom:1px solid var(--border);font-size:.875rem}tbody tr{cursor:pointer;transition:background-color .15s}tbody tr:hover{background:var(--background)}tbody tr.selected-row{background:#dbeafe!important;border-left:3px solid var(--primary-color)}tbody tr.selected-row:hover{background:#bfdbfe!important}tbody tr.multi-selected-row{background:#fef3c7!important}tbody tr.multi-selected-row:hover{background:#fde68a!important}th:has(input[type=checkbox]),td:has(input[type=checkbox]){width:50px;text-align:center;padding:.5rem}input[type=checkbox]:indeterminate{opacity:.6}.table-link{color:var(--primary-color);text-decoration:none;font-weight:500}.table-link:hover{text-decoration:underline}.show-on-map-btn,.show-in-spreadsheet-btn{padding:.375rem .75rem;background:var(--primary-color);color:#fff;border:none;border-radius:.25rem;cursor:pointer;font-size:.75rem;transition:background .2s}.show-on-map-btn:hover,.show-in-spreadsheet-btn:hover{background:#1d4ed8}.salesforce-btn{padding:.375rem .75rem;background:#0070d2;color:#fff;border:none;border-radius:.25rem;cursor:pointer;font-size:.75rem;transition:background .2s;font-weight:500}.salesforce-btn:hover{background:#005fb2}.map-view{height:100%;width:100%;position:relative}.leaflet-container{height:100%;width:100%}.custom-marker-icon{background:none;border:none}.leaflet-popup-content-wrapper{max-height:calc(100vh - 200px);overflow:hidden}.leaflet-popup-content{margin:0;max-height:calc(100vh - 220px);overflow-y:auto}.leaflet-popup-content::-webkit-scrollbar{width:8px}.leaflet-popup-content::-webkit-scrollbar-track{background:var(--background);border-radius:4px}.leaflet-popup-content::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.leaflet-popup-content::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.map-controls{position:absolute;top:10px;right:10px;z-index:1000;background:var(--surface);padding:1rem;border-radius:.5rem;box-shadow:0 2px 8px #00000026;min-width:220px}.analytics-header{padding-bottom:.75rem;margin-bottom:.75rem;border-bottom:2px solid var(--border);font-size:.875rem;color:var(--text-primary)}.map-legend-section{margin-bottom:1rem}.map-legend-section:last-child{margin-bottom:0}.map-legend-section h4{font-size:.75rem;font-weight:600;color:var(--text-secondary);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.map-legend{display:flex;flex-direction:column;gap:.25rem}.legend-item{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--text-primary);margin-bottom:.5rem}.legend-item:last-child{margin-bottom:0}.legend-color{width:16px;height:16px;border-radius:50%;border:1px solid rgba(0,0,0,.2);flex-shrink:0}.legend-shape{flex-shrink:0;background:var(--background);border-radius:2px}.legend-count{margin-left:auto;color:var(--text-secondary);font-weight:600}.lead-popup{min-width:300px;max-width:400px;overflow-wrap:break-word;word-wrap:break-word}.lead-popup ul{font-size:.875rem}.lead-popup h3{font-size:1rem;font-weight:600;margin-bottom:.5rem;overflow-wrap:break-word;word-wrap:break-word}.lead-popup p{font-size:.875rem;margin-bottom:.375rem;overflow-wrap:break-word;word-wrap:break-word}.lead-popup a{color:var(--primary-color);text-decoration:none;overflow-wrap:break-word;word-wrap:break-word;word-break:break-all;display:inline-block;max-width:100%}.lead-popup a:hover{text-decoration:underline}.lead-popup button{margin-top:.5rem;width:100%}.spinner{width:48px;height:48px;border:4px solid var(--border);border-top-color:var(--primary-color);border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 1rem}@keyframes spin{to{transform:rotate(360deg)}}.loading-overlay .spinner{display:block}.error-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--surface);padding:2rem 3rem;border-radius:.5rem;box-shadow:0 4px 6px #0000001a;text-align:center;max-width:500px}.error-container h1{color:var(--danger-color);margin-bottom:1rem;font-size:1.5rem}.error-container p{margin-bottom:1.5rem;color:var(--text-secondary)}.error-container button{padding:.5rem 1.5rem;background:var(--primary-color);color:#fff;border:none;border-radius:.375rem;cursor:pointer;font-size:.875rem;transition:background .2s}.error-container button:hover{background:#1d4ed8}.spreadsheet-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:0 2rem;margin-bottom:1rem}.toolbar-right-section{display:flex;align-items:center;gap:1rem}.selection-info{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;background:#fef3c7;border-radius:4px;font-size:.875rem}.selection-count{font-weight:500;color:#78350f}.clear-selection-btn{padding:.25rem .5rem;font-size:.75rem;background:#fff;border:1px solid #d97706;border-radius:3px;cursor:pointer;color:#d97706;transition:background .2s}.clear-selection-btn:hover{background:#fef3c7}.search-bar{position:relative;flex:1}.search-input{width:100%;padding:.75rem 2.5rem .75rem 1rem;border:1px solid var(--border);border-radius:.375rem;font-size:.875rem;transition:border-color .2s}.search-input:focus{outline:none;border-color:var(--primary-color)}.clear-search-btn{position:absolute;right:2.5rem;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--text-secondary);cursor:pointer;font-size:1.25rem;padding:.25rem .5rem;transition:color .2s}.clear-search-btn:hover{color:var(--text-primary)}.spreadsheet-sidebar{background:var(--surface);border-right:1px solid var(--border);width:280px;overflow-y:auto;height:100%;display:flex;flex-direction:column}.filter-panel{padding:1.5rem;border-bottom:1px solid var(--border)}.filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.filter-header h3{font-size:1.125rem;font-weight:600;color:var(--text-primary)}.clear-filters-btn{padding:.375rem .75rem;background:var(--danger-color);color:#fff;border:none;border-radius:.25rem;cursor:pointer;font-size:.75rem;transition:opacity .2s}.clear-filters-btn:hover{opacity:.9}.filter-section{margin-bottom:1.5rem}.filter-section h4{font-size:.875rem;font-weight:600;color:var(--text-primary);margin-bottom:.75rem}.filter-options{display:flex;flex-direction:column;gap:.5rem}.filter-checkbox{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem;color:var(--text-primary)}.filter-checkbox input[type=checkbox]{cursor:pointer;width:16px;height:16px}.rating-input{width:100%;padding:.5rem;border:1px solid var(--border);border-radius:.25rem;font-size:.875rem}.rating-input:focus{outline:none;border-color:var(--primary-color)}.filter-loading{padding:1rem;text-align:center;color:var(--text-secondary);font-size:.875rem;font-style:italic}.filter-empty{padding:1rem;text-align:center;color:var(--text-secondary);font-size:.875rem;font-style:italic;background:var(--background);border-radius:.25rem}.state-group{margin-bottom:.5rem}.state-row{display:flex;align-items:center;gap:.25rem}.state-toggle{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;padding:0;background:transparent;border:none;cursor:pointer;font-size:.75rem;color:var(--text-secondary);flex-shrink:0}.state-toggle:hover{color:var(--text-primary);background:var(--background-secondary);border-radius:.25rem}.region-list{margin-top:.25rem;margin-left:1.75rem;border-left:2px solid var(--border-color);padding-left:.5rem}.region-checkbox-indented{margin-left:0!important}.county-state-group{margin-bottom:.75rem}.county-state-header{font-size:.8125rem;font-weight:600;color:var(--text-primary);padding:.375rem .5rem;background:var(--background);border-radius:.25rem;margin-bottom:.375rem;border-left:3px solid var(--primary-color)}.county-checkbox-indented{padding-left:1.25rem}.county-region-group{margin-left:.75rem;margin-bottom:.5rem}.region-header-row{display:flex;align-items:center;gap:.25rem}.region-toggle{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;padding:0;background:transparent;border:none;cursor:pointer;font-size:.75rem;color:var(--text-secondary);flex-shrink:0}.region-toggle:hover{color:var(--text-primary);background:var(--background-secondary);border-radius:.25rem}.region-toggle:focus{outline:2px solid var(--primary-color);outline-offset:1px;border-radius:.25rem}.region-group-checkbox{flex:1}.region-counties{margin-top:.25rem;margin-left:1.5rem;border-left:2px solid var(--border-color);padding-left:.75rem}.filter-count{margin-left:auto;color:var(--text-secondary);font-size:.8125rem}.filter-color-indicator{width:12px;height:12px;border-radius:2px;flex-shrink:0}.analytics-panel{padding:1.5rem}.analytics-section{margin-bottom:1.5rem}.analytics-section:last-child{margin-bottom:0}.analytics-section h4{font-size:.875rem;font-weight:600;color:var(--text-primary);margin-bottom:.75rem}.analytics-items{display:flex;flex-direction:column;gap:.5rem}.analytics-item{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:var(--background);border-radius:.25rem;font-size:.875rem}.analytics-color{width:12px;height:12px;border-radius:50%;border:1px solid rgba(0,0,0,.2);flex-shrink:0}.analytics-shape{flex-shrink:0;background:var(--surface);border-radius:2px}.analytics-label{flex:1;color:var(--text-primary)}.analytics-count{font-weight:600;color:var(--text-primary);background:var(--surface);padding:.125rem .5rem;border-radius:.25rem;min-width:32px;text-align:center}.spreadsheet-container{display:flex;height:100%;overflow:hidden}.spreadsheet-main{flex:1;display:flex;flex-direction:column;overflow:hidden}.column-selector{position:relative}.column-selector-btn{padding:.75rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:.375rem;cursor:pointer;font-size:.875rem;color:var(--text-primary);transition:background .2s;white-space:nowrap}.column-selector-btn:hover{background:var(--background)}.column-selector-dropdown{position:absolute;top:calc(100% + .5rem);right:0;background:var(--surface);border:1px solid var(--border);border-radius:.5rem;box-shadow:0 4px 12px #00000026;z-index:1000;min-width:250px;max-height:500px;overflow:hidden;display:flex;flex-direction:column}.column-selector-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid var(--border)}.column-selector-header h4{font-size:.875rem;font-weight:600;color:var(--text-primary);margin:0}.column-selector-header .close-btn{background:none;border:none;cursor:pointer;font-size:1.25rem;color:var(--text-secondary);padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:color .2s}.column-selector-header .close-btn:hover{color:var(--text-primary)}.column-list{padding:.5rem;overflow-y:auto;max-height:400px}.column-checkbox{display:flex;align-items:center;gap:.5rem;padding:.5rem;cursor:pointer;font-size:.875rem;color:var(--text-primary);border-radius:.25rem;transition:background .15s}.column-checkbox:hover{background:var(--background)}.column-checkbox input[type=checkbox]{cursor:pointer;width:16px;height:16px}.marker-cluster div{width:30px;height:30px;margin-left:5px;margin-top:5px;text-align:center;border-radius:15px;font-weight:600;font-size:12px;display:flex;align-items:center;justify-content:center}.marker-cluster-green{background-color:#10b98199}.marker-cluster-green div{background-color:#10b981e6;color:#fff}.marker-cluster-yellow{background-color:#f59e0b99}.marker-cluster-yellow div{background-color:#f59e0be6;color:#fff}.marker-cluster-red{background-color:#ef444499}.marker-cluster-red div{background-color:#ef4444e6;color:#fff}.filter-count{margin-left:auto;color:var(--text-secondary);font-size:.75rem;font-weight:500}.filter-color-indicator{width:12px;height:12px;border-radius:50%;border:1px solid rgba(0,0,0,.2);flex-shrink:0}.google-maps-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.625rem 1rem;background:#fff;color:#1a73e8;border:1px solid #dadce0;border-radius:.5rem;text-decoration:none!important;font-size:.875rem;font-weight:500;margin:.75rem 0;text-align:center;transition:all .2s ease;box-shadow:0 1px 2px #0000000d;cursor:pointer}.google-maps-btn:before{content:"";display:inline-block;width:20px;height:20px;background-image:url(/icons/google-maps.svg);background-size:contain;background-repeat:no-repeat;flex-shrink:0}.google-maps-btn:hover{background:#f8f9fa;border-color:#1a73e8;box-shadow:0 1px 3px #1a73e833;text-decoration:none!important;color:#1a73e8}.google-maps-btn:active{background:#e8f0fe}.google-maps-btn:visited{color:#1a73e8;text-decoration:none!important}.extra-info-section{margin-top:.75rem;border-top:1px solid var(--border);padding-top:.5rem}.extra-info-toggle{background:none;border:none;cursor:pointer;font-size:.875rem;font-weight:600;color:var(--text-secondary);padding:.25rem 0;width:100%;text-align:left;transition:color .2s}.extra-info-toggle:hover{color:var(--text-primary)}.extra-info-content{margin-top:.5rem;padding-left:1rem;overflow-wrap:break-word;word-wrap:break-word;max-height:300px;overflow-y:auto;padding-right:.5rem}.extra-info-content::-webkit-scrollbar{width:6px}.extra-info-content::-webkit-scrollbar-track{background:var(--background);border-radius:3px}.extra-info-content::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.extra-info-content::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.extra-info-content p,.extra-info-content div{margin-bottom:.375rem;overflow-wrap:break-word;word-wrap:break-word}.extra-info-content span{overflow-wrap:break-word;word-wrap:break-word}.extra-info-content ul{margin:.25rem 0;padding-left:1.25rem}.extra-info-content li{margin-bottom:.125rem;overflow-wrap:break-word;word-wrap:break-word}.export-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#059669;color:#fff;border:none;border-radius:4px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .2s}.export-btn:hover{background:#047857}.export-icon{width:1.25rem;height:1.25rem}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:8px;width:90%;max-width:500px;box-shadow:0 20px 25px -5px #0000001a}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.modal-header h3{margin:0;font-size:1.25rem;color:#111827}.modal-close{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center}.modal-close:hover{color:#111827}.modal-body{padding:1.5rem}.form-section{margin-bottom:1.5rem}.form-label{display:block;font-weight:600;margin-bottom:.75rem;color:#374151}.radio-option{display:flex;align-items:center;padding:.75rem;margin-bottom:.5rem;border:1px solid #e5e7eb;border-radius:4px;cursor:pointer;transition:background .2s}.radio-option:hover{background:#f9fafb}.radio-option input[type=radio]{margin-right:.75rem;cursor:pointer}.radio-option span{flex:1}.radio-option .hint{color:#9ca3af;font-size:.875rem;margin-left:.5rem}.radio-option input[type=radio]:disabled{cursor:not-allowed}.radio-option:has(input:disabled){opacity:.5;cursor:not-allowed}.error-message{padding:.75rem;background:#fef2f2;border:1px solid #fecaca;border-radius:4px;color:#991b1b;font-size:.875rem;margin-top:1rem}.info-message{padding:.75rem;background:#eff6ff;border:1px solid #bfdbfe;border-radius:4px;color:#1e40af;font-size:.875rem;margin-top:1rem}.modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1.5rem;border-top:1px solid #e5e7eb}.btn-secondary{padding:.5rem 1rem;background:#fff;border:1px solid #d1d5db;border-radius:4px;font-size:.875rem;font-weight:500;cursor:pointer;color:#374151}.btn-secondary:hover:not(:disabled){background:#f9fafb}.btn-primary{padding:.5rem 1rem;background:#2563eb;border:none;border-radius:4px;font-size:.875rem;font-weight:500;cursor:pointer;color:#fff}.btn-primary:hover:not(:disabled){background:#1d4ed8}.btn-primary:disabled,.btn-secondary:disabled{opacity:.5;cursor:not-allowed}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.leaflet-cluster-anim .leaflet-marker-icon,.leaflet-cluster-anim .leaflet-marker-shadow{-webkit-transition:-webkit-transform .3s ease-out,opacity .3s ease-in;-moz-transition:-moz-transform .3s ease-out,opacity .3s ease-in;-o-transition:-o-transform .3s ease-out,opacity .3s ease-in;transition:transform .3s ease-out,opacity .3s ease-in}.leaflet-cluster-spider-leg{-webkit-transition:-webkit-stroke-dashoffset .3s ease-out,-webkit-stroke-opacity .3s ease-in;-moz-transition:-moz-stroke-dashoffset .3s ease-out,-moz-stroke-opacity .3s ease-in;-o-transition:-o-stroke-dashoffset .3s ease-out,-o-stroke-opacity .3s ease-in;transition:stroke-dashoffset .3s ease-out,stroke-opacity .3s ease-in}.marker-cluster-small{background-color:#b5e28c99}.marker-cluster-small div{background-color:#6ecc3999}.marker-cluster-medium{background-color:#f1d35799}.marker-cluster-medium div{background-color:#f0c20c99}.marker-cluster-large{background-color:#fd9c7399}.marker-cluster-large div{background-color:#f1801799}.leaflet-oldie .marker-cluster-small{background-color:#b5e28c}.leaflet-oldie .marker-cluster-small div{background-color:#6ecc39}.leaflet-oldie .marker-cluster-medium{background-color:#f1d357}.leaflet-oldie .marker-cluster-medium div{background-color:#f0c20c}.leaflet-oldie .marker-cluster-large{background-color:#fd9c73}.leaflet-oldie .marker-cluster-large div{background-color:#f18017}.marker-cluster{background-clip:padding-box;border-radius:20px}.marker-cluster div{width:30px;height:30px;margin-left:5px;margin-top:5px;text-align:center;border-radius:15px;font:12px Helvetica Neue,Arial,Helvetica,sans-serif}.marker-cluster span{line-height:30px}
