:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh;width:100vw;overflow-x:hidden}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;width:100vw;overflow-x:hidden}.app{min-height:100vh;width:100vw;display:flex;flex-direction:column;overflow:hidden}.app-loading,.loading-container{display:flex;justify-content:center;align-items:center;min-height:100vh;flex-direction:column}.loading-spinner{display:flex;align-items:center;gap:10px}.spinner{width:24px;height:24px;border:2px solid #f3f3f3;border-top:2px solid #007bff;border-radius:50%;animation:spin 1s linear infinite}.spinner-small .spinner{width:16px;height:16px}.spinner-large .spinner{width:32px;height:32px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.btn{padding:8px 16px;border:none;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500;text-decoration:none;display:inline-flex;align-items:center;gap:4px;transition:all .2s ease}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background-color:#007bff;color:#fff}.btn-primary:hover:not(:disabled){background-color:#0056b3}.btn-secondary{background-color:#6c757d;color:#fff}.btn-secondary:hover:not(:disabled){background-color:#545b62}.btn-danger{background-color:#dc3545;color:#fff}.btn-danger:hover:not(:disabled){background-color:#b02a37}.btn-warning{background-color:#ffc107;color:#212529}.btn-warning:hover:not(:disabled){background-color:#d39e00}.btn-small{padding:4px 8px;font-size:12px}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.auth-container{background:#fff;border-radius:8px;box-shadow:0 10px 25px #0000001a;overflow:hidden;width:100%;max-width:400px}.auth-header{padding:30px 30px 20px;text-align:center;background:#f8f9fa}.auth-header h1{color:#333;margin-bottom:8px;font-size:24px}.auth-header p{color:#666;font-size:14px}.auth-form{padding:30px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:5px;font-weight:500;color:#333}.form-group input{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px;font-size:14px}.form-group input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.auth-switch{text-align:center;margin-top:20px;font-size:14px;color:#666}.link-button{background:none;border:none;color:#007bff;cursor:pointer;text-decoration:underline;font-size:inherit}.link-button:hover{color:#0056b3}.map-view{display:flex;flex-direction:column;height:100vh;width:100vw;overflow:hidden}.map-header{background:#fff;border-bottom:1px solid #ddd;padding:15px 20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px;flex-shrink:0}.header-left{display:flex;align-items:center;gap:20px;flex:1;min-width:300px}.header-left h1{color:#333;font-size:20px;margin:0}.header-right{display:flex;align-items:center;gap:15px}.user-info{display:flex;align-items:center;gap:8px;font-size:14px;color:#666}.admin-badge{background:#007bff;color:#fff;padding:2px 6px;border-radius:12px;font-size:11px;font-weight:500}.nav-links{display:flex;align-items:center;gap:10px}.nav-link{color:#007bff;text-decoration:none;font-size:14px}.nav-link:hover{text-decoration:underline}.map-main{flex:1;position:relative;overflow:hidden}.map-content{position:relative;height:100%;width:100%}.map-container{position:relative;height:100%}.map-loading{display:flex;align-items:center;justify-content:center;height:100%;background:#f8f9fa}.map-error{display:flex;align-items:center;justify-content:center;height:100%;background:#f8f9fa;padding:20px}.map-error .error-content{text-align:center;max-width:600px;background:#fff;padding:30px;border-radius:8px;box-shadow:0 2px 8px #0000001a}.map-error h3{color:#dc3545;margin-bottom:15px}.map-error p{color:#666;margin-bottom:20px}.map-error .error-actions{text-align:left;margin-top:20px}.map-error ul{text-align:left;color:#666;margin-bottom:20px}.map-error ul li{margin-bottom:5px}.map-controls{position:absolute;top:10px;left:10px;z-index:1000;background:#fff;padding:10px;border-radius:4px;box-shadow:0 2px 4px #0000001a}.google-map{width:100%;height:100%}.search-bar{position:relative;width:100%;max-width:400px}.search-input-container{position:relative;display:flex;align-items:center}.search-input{width:100%;padding:10px 40px 10px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px}.search-input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.search-actions{position:absolute;right:8px;display:flex;align-items:center;gap:4px}.clear-search-button{background:none;border:none;font-size:18px;cursor:pointer;color:#999;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.clear-search-button:hover{color:#666}.search-results{background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 8px #00000014;max-width:350px;min-width:250px;max-height:350px;overflow-y:auto;position:relative;z-index:1000}.search-results-header{padding:10px 15px 8px;background:#fff;border-bottom:1px solid #e0e0e0;font-size:15px;color:#495057;font-weight:700;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:2}.search-results-list{list-style:none}.search-result-item{padding:12px;border-bottom:1px solid #eee;cursor:pointer;transition:background-color .2s}.result-main{margin-bottom:4px}.result-details{font-size:12px;color:#666;display:flex;flex-wrap:wrap;gap:10px}.no-results{padding:12px;text-align:center;color:#666;font-size:14px}.results-table-container{max-height:60vh;overflow-y:auto;padding:0}.search-results-table{width:100%;border-collapse:collapse;font-size:12px}.search-results-table th,.search-results-table td{padding:8px 6px;text-align:left;border-bottom:1px solid #eee;vertical-align:top;color:#333}.search-results-table th{background:#f8f9fa;font-weight:600;color:#333;position:sticky;top:0;z-index:1}.search-results-table tbody tr{transition:background-color .2s;color:#333}.search-results-table tbody tr:hover{background-color:#f8f9fa;color:#333}.search-results-table tbody tr:nth-child(2n){background-color:#fafafa;color:#333}.search-results-table tbody tr:nth-child(2n):hover{background-color:#f0f0f0;color:#333}.search-results-table .marker-type{min-width:80px;text-align:center}.search-results-table .phone{min-width:100px;font-family:monospace}.search-results-table .customer-name{min-width:120px;font-weight:500}.search-results-table .address{min-width:200px}.search-results-table .city-state{font-size:11px;color:#666;margin-top:2px}.search-results-table .co-equip-lce,.search-results-table .facility-cable-name,.search-results-table .facility-name{min-width:80px;font-size:11px;color:#333}.search-results-table .marker-type-badge{padding:2px 6px;border-radius:12px;font-size:10px;font-weight:500;white-space:nowrap}.search-results-table .marker-type-0{background:#ffcdd2;color:#000}.search-results-table .marker-type-1{background:#ffe0b2;color:#000}.search-results-table .marker-type-2{background:#b3e5fc;color:#000}.search-results-table .marker-type-3{background:#c8e6c9;color:#000}.search-results-table .marker-type-4{background:#e1bee7;color:#000}.marker-popup{position:absolute;top:20px;right:20px;width:350px;max-width:calc(100vw - 40px);background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:1000}.marker-popup-header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;border-bottom:1px solid #eee}.marker-popup-header h3{margin:0;color:#333;font-size:16px}.close-button{background:none;border:none;font-size:20px;cursor:pointer;color:#999;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:4px}.close-button:hover{background-color:#f8f9fa;color:#666}.marker-popup-content{padding:20px}.location-details{margin-bottom:20px}.location-details p{margin-bottom:8px;font-size:14px;color:#333}.tech-note-section{border-top:1px solid #eee;padding-top:20px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.section-header h4{margin:0;color:#333;font-size:14px}.tech-note-edit textarea{width:100%;padding:8px;border:1px solid #ddd;border-radius:4px;resize:vertical;font-family:inherit;font-size:14px}.edit-actions{display:flex;gap:8px;margin-top:10px}.tech-note-display .no-notes{color:#999;font-style:italic;font-size:14px}.admin-dashboard{display:flex;flex-direction:column;height:100vh}.admin-header{background:#fff;border-bottom:1px solid #ddd;padding:15px 20px;display:flex;justify-content:space-between;align-items:center}.admin-header h1{margin:0;color:#333;font-size:28px;font-weight:600}.admin-main{flex:1;padding:20px;overflow-y:auto;background-color:#f8f9fa;min-height:100vh}.admin-content{max-width:1200px;margin:0 auto}.admin-navigation{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:20px;margin-bottom:30px}.admin-navigation h3{margin:0 0 20px;color:#333;font-size:20px;font-weight:600}.user-management{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:20px;margin-bottom:20px}.user-management-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:15px}.user-management-header h2{margin:0;color:#333;font-size:24px;font-weight:600}.user-stats{display:flex;gap:20px}.stat{font-size:14px;color:#666}.user-tabs{display:flex;gap:10px;margin-top:15px}.tab-button{padding:8px 16px;border:1px solid #ddd;background:#f8f9fa;border-radius:4px;cursor:pointer;font-size:14px;color:#666;transition:all .2s}.tab-button:hover{background:#e9ecef}.tab-button.active{background:#007bff;color:#fff;border-color:#007bff}.users-table-container{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden}.users-table{width:100%;border-collapse:collapse;background:#fff}.users-table th,.users-table td{padding:12px 15px;text-align:left;border-bottom:1px solid #eee;color:#333;font-size:14px;vertical-align:middle}.users-table th{background:#f8f9fa;font-weight:600;color:#333;font-size:14px;border-bottom:2px solid #ddd}.users-table tbody tr{background:#fff}.users-table tbody tr:hover{background-color:#f8f9fa}.users-table tbody tr:nth-child(2n){background-color:#fafafa}.users-table tbody tr:nth-child(2n):hover{background-color:#f0f0f0}.role-badge{padding:3px 8px;border-radius:12px;font-size:11px;font-weight:500}.role-badge.admin{background:#007bff;color:#fff}.role-badge.user{background:#6c757d;color:#fff}.status-badge{padding:3px 8px;border-radius:12px;font-size:11px;font-weight:500}.status-badge.approved{background:#28a745;color:#fff}.status-badge.pending{background:#ffc107;color:#212529}.action-buttons{display:flex;gap:5px}.no-users{text-align:center;padding:40px;color:#666}.bookmark-management{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:20px;margin-bottom:20px}.bookmark-management-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:15px}.bookmark-management-header h2{margin:0;color:#333;font-size:24px;font-weight:600}.bookmark-stats{display:flex;gap:20px}.bookmarks-table-container{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden}.bookmarks-table{width:100%;border-collapse:collapse;background:#fff}.bookmarks-table th,.bookmarks-table td{padding:12px 15px;text-align:left;border-bottom:1px solid #eee;color:#333;font-size:14px;vertical-align:middle}.bookmarks-table th{background:#f8f9fa;font-weight:600;color:#333;font-size:14px;border-bottom:2px solid #ddd}.bookmarks-table tbody tr{background:#fff}.bookmarks-table tbody tr:hover{background-color:#f8f9fa}.bookmarks-table tbody tr:nth-child(2n){background-color:#fafafa}.bookmarks-table tbody tr:nth-child(2n):hover{background-color:#f0f0f0}.no-bookmarks{text-align:center;padding:40px;color:#666}.settings-management{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:20px;margin-bottom:20px}.settings-header{margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #eee}.settings-header h2{margin:0;color:#333;font-size:24px;font-weight:600}.settings-table{width:100%;border-collapse:collapse;background:#fff;box-shadow:0 2px 4px #0000001a;border-radius:8px;overflow:hidden}.settings-table th,.settings-table td{padding:12px 15px;text-align:left;border-bottom:1px solid #eee;color:#333;font-size:14px;vertical-align:middle}.settings-table th{background:#f8f9fa;font-weight:600;color:#333;font-size:14px;border-bottom:2px solid #ddd}.settings-table tbody tr{background:#fff}.settings-table tbody tr:hover{background-color:#f8f9fa}.settings-table tbody tr:nth-child(2n){background-color:#fafafa}.settings-table tbody tr:nth-child(2n):hover{background-color:#f0f0f0}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px}.modal{background:#fff;border-radius:8px;box-shadow:0 10px 25px #0003;width:100%;max-width:500px;max-height:90vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #eee}.modal-header h3{margin:0;color:#333}.modal-body{padding:20px}.modal-footer{display:flex;justify-content:flex-end;gap:10px;padding:20px;border-top:1px solid #eee}.use-map-location-btn{width:100%;background:linear-gradient(135deg,#6c757d,#5a6268);border:none;color:#fff;padding:12px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px}.use-map-location-btn:hover:not(:disabled){background:linear-gradient(135deg,#5a6268,#495057);transform:translateY(-1px);box-shadow:0 4px 8px #0003}.use-map-location-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 4px #0003}.use-map-location-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.coordinate-input-group{display:flex;flex-direction:column;gap:4px}.error-message{background:#f8d7da;color:#721c24;padding:12px;border-radius:4px;border:1px solid #f5c6cb;margin:10px 0}.error-content{display:flex;justify-content:space-between;align-items:center;gap:10px}.unauthorized-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;text-align:center;padding:20px}.unauthorized-container h2{color:#dc3545;margin-bottom:10px}.unauthorized-container p{color:#666}@media (max-width: 768px){.map-header{flex-direction:column;align-items:stretch;gap:10px}.header-left{min-width:auto;flex-direction:column;align-items:stretch;gap:10px}.header-right{justify-content:space-between}.marker-popup{position:fixed;inset:auto 0 0;width:auto;max-width:none;border-radius:8px 8px 0 0}.users-table-container{overflow-x:auto}.action-buttons{flex-direction:column}.auth-page{padding:10px}}.search-component{position:relative;z-index:1000}.search-form{display:flex;gap:8px;align-items:flex-start;background:#fff;padding:12px;border-radius:8px;box-shadow:0 2px 8px #0000001a;border:1px solid #ddd}.search-messages{display:flex;flex-direction:column;gap:4px;margin-top:8px;width:100%;flex-basis:100%;min-width:250px;max-width:400px}.search-error-inline,.search-no-results-inline{padding:4px 8px;border-radius:4px;font-size:12px;white-space:normal;max-width:400px;word-wrap:break-word;line-height:1.3}.search-error-inline{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.search-no-results-inline{background:#fff3cd;color:#856404;border:1px solid #ffeaa7}.search-input-container{position:relative;flex:1;min-width:200px}.search-input{width:100%;padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;outline:none;transition:border-color .2s}.search-input:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.search-suggestions{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #ddd;border-top:none;border-radius:0 0 4px 4px;max-height:200px;overflow-y:auto;z-index:1001;box-shadow:0 2px 8px #0000001a}.search-suggestion{padding:8px 12px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f0f0f0}.search-suggestion:hover{background-color:#f8f9fa}.search-suggestion:last-child{border-bottom:none}.suggestion-text{font-weight:500;color:#333}.suggestion-type{font-size:12px;color:#666;background:#e9ecef;padding:2px 6px;border-radius:3px}.search-type-select{padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;background:#fff;color:#333;outline:none;cursor:pointer;min-width:120px}.search-type-select option{background:#fff;color:#333;padding:4px 8px}.search-type-select option:hover{background:#f8f9fa;color:#333}.search-type-select:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.search-button{padding:8px 16px;background:#007bff;color:#fff;border:none;border-radius:4px;font-size:14px;cursor:pointer;font-weight:500;transition:background-color .2s;white-space:nowrap}.search-button:hover:not(:disabled){background:#0056b3}.search-button:disabled{background:#6c757d;cursor:not-allowed}.search-error{margin-top:8px;padding:8px 12px;background:#f8d7da;color:#721c24;border:1px solid #f5c6cb;border-radius:4px;font-size:14px}.search-no-results{margin-top:8px;padding:8px 12px;background:#fff3cd;color:#856404;border:1px solid #ffeaa7;border-radius:4px;font-size:14px}.search-results{margin-top:12px}.search-results-header{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#fff;border:1px solid #ddd;border-radius:8px 8px 0 0;border-bottom:none}.search-results-info{display:flex;gap:8px;align-items:center;font-size:14px}.results-count{font-weight:600;color:#007bff}.search-query{color:#666}.clear-results-button{background:none;border:none;font-size:18px;color:#666;cursor:pointer;padding:4px 8px;border-radius:4px;line-height:1}.clear-results-button:hover{background:#f8f9fa;color:#333}.no-results{padding:20px;text-align:center;background:#fff;border:1px solid #ddd;border-radius:0 0 8px 8px;color:#666}.no-results p{margin-bottom:8px}.results-list{max-height:400px;overflow-y:auto;background:#fff;border:1px solid #ddd;border-radius:0 0 8px 8px}.search-result-item{padding:12px;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background-color .2s}.search-result-item:hover{background-color:#f8f9fa}.search-result-item:last-child{border-bottom:none}.result-main-info{margin-bottom:8px}.result-address{font-weight:600;color:#333;font-size:16px;margin-bottom:4px}.result-customer{color:#007bff;font-weight:500;margin-bottom:4px}.result-phone{color:#666;font-size:14px}.result-technical-info{margin-bottom:8px}.result-marker-type{margin-bottom:6px}.marker-type-badge{display:inline-block;padding:2px 8px;border-radius:12px;font-size:12px;font-weight:500;text-transform:uppercase}.marker-type-0{background:#dc3545;color:#fff}.marker-type-1{background:#ffc107;color:#212529}.marker-type-2{background:#17a2b8;color:#fff}.marker-type-3{background:#28a745;color:#fff}.marker-type-4{background:#6f42c1;color:#fff}.result-tech-details{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:4px}.tech-detail{font-size:12px;color:#666;background:#e9ecef;padding:2px 6px;border-radius:3px}.result-tech-note{font-size:13px;color:#555;font-style:italic;margin-top:4px}.result-coordinates{font-size:12px;color:#888;font-family:Courier New,monospace}.coordinates{background:#f8f9fa;padding:2px 6px;border-radius:3px}@media (max-width: 768px){.search-form{flex-direction:column;gap:8px}.search-type-select,.search-button{width:100%}.search-results-header{flex-direction:column;gap:8px;align-items:flex-start}.result-tech-details{flex-direction:column;gap:4px}}.menu-search .search-form{padding:8px;margin:0;border-radius:6px}.menu-search .search-input{font-size:13px;padding:6px 10px}.menu-search .search-type-select{font-size:13px;padding:6px 10px;min-width:100px}.menu-search .search-button{font-size:13px;padding:6px 12px}.menu-search .search-suggestions{font-size:13px}.header-search .search-form{flex-direction:row;align-items:center;margin:4px 0;padding:4px 8px;min-width:350px;max-width:400px;width:auto;min-height:36px;gap:6px}.header-search .search-input-container{flex:1;min-width:140px;max-width:none;position:relative}.header-search .search-input{font-size:14px;padding:4px 8px;height:28px;width:100%}.header-search .search-type-select{min-width:90px;height:28px;font-size:14px}.header-search .search-button{padding:4px 12px;font-size:14px;height:28px;min-width:85px;white-space:nowrap}.header-search .search-input{font-size:14px;padding:8px 12px;border-radius:4px}.header-search .search-type-select{font-size:14px;padding:8px 12px;min-width:120px}.header-search .search-button{font-size:14px;padding:8px 16px;white-space:nowrap}.header-search .search-suggestions{font-size:14px;max-height:300px}.header-search .search-error{position:absolute;top:100%;left:0;right:0;margin-top:4px;z-index:1002}.map-info-window-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1000;pointer-events:auto}.map-info-window{background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;border:1px solid #ddd;min-width:280px;max-width:400px;animation:fadeInScale .2s ease-out}.map-info-window-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px 8px;border-bottom:1px solid #eee}.map-info-window-icon{font-size:18px;margin-right:8px}.map-info-window-close{background:none;border:none;font-size:20px;cursor:pointer;color:#666;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.map-info-window-close:hover{background-color:#f0f0f0;color:#333}.map-info-window-content{padding:8px 16px 12px;font-size:14px;line-height:1.4;color:#333}.map-info-window-error{border-left:4px solid #dc3545}.map-info-window-no-results{border-left:4px solid #ffc107}.map-info-window-success{border-left:4px solid #28a745}.map-info-window-info{border-left:4px solid #007bff}@keyframes fadeInScale{0%{opacity:0;transform:translate(-50%,-50%) scale(.9)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@media (max-width: 480px){.map-info-window{min-width:260px;max-width:90vw;margin:0 20px}.map-info-window-content{font-size:13px}.map-header{padding:8px 12px;flex-wrap:wrap}.header-left h1{font-size:18px;margin:0 0 8px}.header-search .search-form{margin:2px 0;padding:3px 6px;min-width:300px;max-width:320px;gap:4px}.header-search .search-input{font-size:13px;padding:3px 6px;height:26px}.header-search .search-type-select{min-width:80px;height:26px;font-size:13px}.header-search .search-button{padding:3px 8px;font-size:13px;height:26px;min-width:75px}.header-right{margin-top:8px;width:100%;justify-content:flex-end}}.header-search .search-no-results-inline,.header-search .search-error-inline{max-width:500px;font-size:13px;padding:6px 10px}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
