:root{--sidebar-width: 320px;--header-height: 56px;--action-bar-width: 49px}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;font-family:Avenir Next,Avenir,Helvetica Neue,sans-serif}calcite-shell:not([calcite-hydrated]),calcite-navigation:not([calcite-hydrated]),calcite-shell-panel:not([calcite-hydrated]),calcite-action-bar:not([calcite-hydrated]){visibility:hidden}#app-loader{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:var(--calcite-color-foreground-1);z-index:9999}#app-loader.hidden{display:none}#offline-banner{animation:slideDown .3s ease-out}#offline-banner calcite-notice{border-radius:0}@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.nav-search-container{width:100%;max-width:600px;position:relative}.search-results-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:var(--calcite-spacing-sm);z-index:1000;display:none}.search-results-list{background:var(--calcite-color-foreground-1);border-radius:var(--calcite-corner-radius);box-shadow:var(--calcite-shadow-md);max-height:400px;overflow-y:auto}#offline-counter{--calcite-color-foreground-2: var(--calcite-color-status-danger);--calcite-color-text-1: var(--calcite-color-foreground-1);align-self:center;margin-top:auto;margin-bottom:auto}.mobile-refresh-btn{display:none}.info-list{display:flex;flex-direction:column;gap:.75rem}.info-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid var(--calcite-color-border-3)}.info-item:last-child{border-bottom:none}.info-label{font-size:.875rem;color:var(--calcite-color-text-2)}.info-value{font-size:.875rem;font-weight:600;color:var(--calcite-color-text-1);font-family:ui-monospace,monospace}calcite-button:focus:not(:focus-visible){outline:none;box-shadow:none}calcite-button:focus-visible{outline:2px solid var(--calcite-color-brand);outline-offset:2px}calcite-action:focus:not(:focus-visible){outline:none;box-shadow:none}calcite-action:focus-visible{outline:2px solid var(--calcite-color-brand);outline-offset:2px}.app-footer{display:flex;align-items:center;gap:3rem;padding:.5rem 2rem;background:var(--calcite-color-foreground-2);border-top:1px solid var(--calcite-color-border-3);font-size:.8125rem}.footer-stat{display:flex;flex-direction:column;gap:.125rem}.footer-label{color:var(--calcite-color-text-3);font-size:.6875rem;font-weight:400}.footer-value{color:var(--calcite-color-text-2);font-weight:500;font-size:.8125rem}#map{width:100%;height:100%;background-color:#1a1a1a}.panel-content{padding:.5rem}calcite-block{--calcite-block-padding: .75rem}.filter-section{margin-bottom:.5rem}.filter-section:last-child{margin-bottom:0}calcite-action-group:not(:last-child){border-bottom:1px solid var(--calcite-color-border-3)}.mobile-bottom-bar,.mobile-status-bar{display:none}.filter-group{display:flex;flex-direction:column;gap:.5rem}.legend{position:absolute;bottom:2rem;left:1rem;z-index:1000;background:var(--calcite-color-foreground-1);padding:.75rem 1rem;border-radius:var(--calcite-corner-radius);box-shadow:var(--calcite-shadow-md)}.legend h4{font-size:.75rem;font-weight:600;margin-bottom:.5rem;color:var(--calcite-color-text-2);text-transform:uppercase}.legend-item{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;margin-bottom:.25rem;color:var(--calcite-color-text-1)}.legend-marker{width:12px;height:12px;border-radius:50%;flex-shrink:0}.legend-marker.online{background:#13a10e}.legend-marker.offline{background:#d83b01}.legend-marker.vehicle{background:#0078d4}.vehicle-table-container{width:100%;max-height:300px;overflow-y:auto;overflow-x:hidden;border:1px solid var(--calcite-color-border-3);border-radius:var(--calcite-corner-radius)}.vehicle-table-container calcite-table{width:100%}.vehicle-table-container calcite-table-row[slot=table-header]{position:sticky;top:0;z-index:1;background:var(--calcite-color-foreground-1)}.vehicle-table-empty{padding:1.5rem .75rem;color:var(--calcite-color-text-3);font-size:.875rem;text-align:center}.vehicle-table-container calcite-table-row:not([slot=table-header]):hover{background-color:var(--calcite-color-foreground-2)}.search-result-item{display:flex;align-items:center;gap:.75rem;padding:.625rem .75rem;border-bottom:1px solid var(--calcite-color-border-3);cursor:pointer;transition:background-color .15s ease}.search-result-item:last-child{border-bottom:none}.search-result-item:hover{background-color:var(--calcite-color-foreground-2)}.search-result-item.search-result-empty{cursor:default}.search-result-item.search-result-empty:hover{background-color:transparent}.search-result-dot{flex-shrink:0;width:10px;height:10px;border-radius:50%}.search-result-info{flex:1;min-width:0}.search-result-label{font-size:.875rem;font-weight:500;color:var(--calcite-color-text-1);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-result-description{font-size:.75rem;color:var(--calcite-color-text-3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.stat-card{padding:.75rem;background:var(--calcite-color-foreground-2);border-radius:var(--calcite-corner-radius);text-align:center;border:1px solid var(--calcite-color-border-3)}.stat-value{font-size:1.5rem;font-weight:600;color:var(--calcite-color-text-1)}.stat-label{font-size:.75rem;color:var(--calcite-color-text-3);text-transform:uppercase;letter-spacing:.05em}.stat-card.online .stat-value{color:var(--calcite-color-status-success)}.stat-card.offline .stat-value{color:var(--calcite-color-status-danger)}.stat-card.vehicles .stat-value{color:var(--calcite-color-status-info)}.power-companies-grid{display:grid;grid-template-columns:1fr;gap:.75rem}.power-company-card{padding:.75rem;background:var(--calcite-color-foreground-2);border-radius:var(--calcite-corner-radius);border:1px solid var(--calcite-color-border-3);transition:all .2s ease}.power-company-card:hover{box-shadow:var(--calcite-shadow-sm)}.power-company-card[data-company=apco]{border-left:3px solid #1e5faf}.power-company-card[data-company=tombigbee]{border-left:3px solid #4a7c59}.company-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.company-info{display:flex;align-items:center;gap:.5rem;flex:1}.company-logo{width:24px;height:24px;object-fit:contain;flex-shrink:0}.company-details{display:flex;flex-direction:column;gap:.125rem}.company-name{font-size:.875rem;font-weight:600;color:var(--calcite-color-text-1)}.company-customers{font-size:.75rem;color:var(--calcite-color-text-3)}.company-actions{display:flex;align-items:center;gap:.5rem}.outage-counter{display:flex;align-items:baseline;justify-content:center;gap:.375rem;padding-top:.5rem;border-top:1px solid var(--calcite-color-border-3)}.counter-value{font-size:1.75rem;font-weight:700;line-height:1}.power-company-card[data-company=apco] .counter-value{background:linear-gradient(135deg,#1e5faf,#4a8fd4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.power-company-card[data-company=tombigbee] .counter-value{background:linear-gradient(135deg,#4a7c59,#6ba87b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.counter-label{font-size:.875rem;color:var(--calcite-color-text-3);text-transform:lowercase}#outage-list calcite-list-item{cursor:pointer;transition:background .2s ease}#outage-list calcite-list-item:hover{background:var(--calcite-color-foreground-2)}#outage-list calcite-list-item[selected]{background:var(--calcite-color-brand-hover)}.outage-logo{width:20px;height:20px;object-fit:contain}.map-controls{position:absolute;top:52px;right:10px;z-index:1000}.leaflet-control-zoom,.leaflet-control-locate{display:none!important}.map-controls calcite-action-bar{background:transparent!important;border:none!important;box-shadow:none!important;padding:0!important;gap:.5rem;--calcite-action-bar-expanded-max-width: 32px}.map-controls calcite-action{--calcite-action-background-color: var(--calcite-color-foreground-1);--calcite-action-background-color-hover: var(--calcite-color-foreground-2);--calcite-action-background-color-pressed: var(--calcite-color-foreground-2);--calcite-action-text-color: var(--calcite-color-text-1);width:32px!important;height:32px!important;border:1px solid var(--calcite-color-border-1)!important;border-radius:var(--calcite-corner-radius)!important;box-shadow:var(--calcite-shadow-sm)!important;margin:0!important;background:var(--calcite-color-foreground-1)!important}.map-controls calcite-action:hover{border-color:var(--calcite-color-border-2)!important;background:var(--calcite-color-foreground-2)!important}.map-controls calcite-action::part(button){width:32px!important;height:32px!important;padding:0!important;border-radius:var(--calcite-corner-radius)!important}.leaflet-popup-content-wrapper{background:var(--calcite-color-foreground-1)!important;color:var(--calcite-color-text-1)!important;border-radius:var(--calcite-corner-radius)!important;box-shadow:var(--calcite-shadow-md)!important;padding:0!important}.leaflet-popup-tip{background:var(--calcite-color-foreground-1)!important}.leaflet-popup-content{color:var(--calcite-color-text-1)!important;font-family:Avenir Next,Avenir,Helvetica Neue,sans-serif!important;padding:8px 12px!important;margin:0!important;font-size:13px!important;line-height:1.4!important}.leaflet-popup-content strong{color:var(--calcite-color-text-1)!important;font-weight:600!important;font-size:14px!important;display:block!important;margin-bottom:6px!important}.leaflet-popup-content div{color:var(--calcite-color-text-2)!important;font-size:12px!important;font-weight:400!important}.leaflet-popup-content div:last-child{color:var(--calcite-color-text-3)!important;font-size:11px!important;margin-top:6px!important}.leaflet-popup-close-button{color:var(--calcite-color-text-2)!important;font-size:18px!important;padding:4px 8px!important}.leaflet-popup-close-button:hover{color:var(--calcite-color-text-1)!important;background:var(--calcite-color-foreground-2)!important}.leaflet-control-locate{border:none!important;border-radius:var(--calcite-corner-radius)!important;background:transparent!important;box-shadow:none!important}.leaflet-control-locate a{background-color:var(--calcite-color-foreground-1)!important;color:var(--calcite-color-text-1)!important;border:1px solid var(--calcite-color-border-1)!important;border-radius:var(--calcite-corner-radius)!important;width:32px!important;height:32px!important;line-height:32px!important;font-size:16px!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:all .15s ease-in-out!important}.leaflet-control-locate a:hover{background-color:var(--calcite-color-foreground-2)!important;border-color:var(--calcite-color-border-2)!important}.leaflet-control-locate.active a{background-color:var(--calcite-color-brand)!important;color:#fff!important;border-color:var(--calcite-color-brand)!important}.leaflet-control-locate.requesting a{background-color:var(--calcite-color-foreground-2)!important;opacity:.7!important}.leaflet-control-zoom{border:none!important;border-radius:0!important;box-shadow:none!important;background:transparent!important}.leaflet-control-zoom a{background-color:var(--calcite-color-foreground-1)!important;color:var(--calcite-color-text-1)!important;border:1px solid var(--calcite-color-border-1)!important;width:32px!important;height:32px!important;line-height:32px!important;font-size:16px!important;font-weight:400!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:all .15s ease-in-out!important}.leaflet-control-zoom a:hover{background-color:var(--calcite-color-foreground-2)!important;border-color:var(--calcite-color-border-2)!important}.leaflet-control-zoom a:first-child{border-top-left-radius:var(--calcite-corner-radius)!important;border-top-right-radius:var(--calcite-corner-radius)!important;border-bottom:none!important}.leaflet-control-zoom a:last-child{border-top:none!important;border-bottom-left-radius:var(--calcite-corner-radius)!important;border-bottom-right-radius:var(--calcite-corner-radius)!important}.leaflet-control-zoom a.leaflet-disabled{background-color:var(--calcite-color-foreground-3)!important;color:var(--calcite-color-text-3)!important;cursor:not-allowed!important;opacity:.5!important}.leaflet-control-layers{border:1px solid var(--calcite-color-border-1)!important;border-radius:var(--calcite-corner-radius)!important;background-color:var(--calcite-color-foreground-1)!important;box-shadow:var(--calcite-shadow-sm)!important}.leaflet-control-layers-toggle{background-color:var(--calcite-color-foreground-1)!important;background-image:none!important;width:32px!important;height:32px!important;border-radius:var(--calcite-corner-radius)!important;border:1px solid var(--calcite-color-border-1)!important;position:relative!important}.leaflet-control-layers-toggle:before{content:"⊞"!important;font-size:18px!important;color:var(--calcite-color-text-1)!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;line-height:1!important}.leaflet-control-layers-toggle:hover{background-color:var(--calcite-color-foreground-2)!important;border-color:var(--calcite-color-border-2)!important}.leaflet-control-layers-expanded{padding:.75rem!important;background-color:var(--calcite-color-foreground-1)!important;border:1px solid var(--calcite-color-border-1)!important;border-radius:var(--calcite-corner-radius)!important;box-shadow:var(--calcite-shadow-md)!important}.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none!important}.leaflet-control-layers-base{margin-bottom:0!important}.leaflet-control-layers-base label{color:var(--calcite-color-text-1)!important;font-size:.875rem!important;font-family:var(--calcite-font-family)!important;padding:.375rem 0!important;display:flex!important;align-items:center!important;cursor:pointer!important;transition:color .15s ease-in-out!important}.leaflet-control-layers-base label:hover{color:var(--calcite-color-brand)!important}.leaflet-control-layers-base input[type=radio]{margin-right:.5rem!important;cursor:pointer!important;accent-color:var(--calcite-color-brand)!important}.leaflet-control-layers-separator{border-top:1px solid var(--calcite-color-border-2)!important;margin:.5rem 0!important}.leaflet-bottom.leaflet-right .leaflet-control-layers{margin-bottom:1rem!important;margin-right:1rem!important;z-index:1001!important}.leaflet-top.leaflet-right{top:10px!important;right:10px!important}.geocoder-control{border-radius:var(--calcite-corner-radius)!important;margin:0!important}.geocoder-control-input{background-color:var(--calcite-color-foreground-1)!important;color:var(--calcite-color-text-1)!important;border:1px solid var(--calcite-color-border-1)!important;border-radius:var(--calcite-corner-radius)!important;box-shadow:var(--calcite-shadow-sm)!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23323232' d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E")!important;background-size:16px!important;background-position:center center!important}.calcite-mode-dark .geocoder-control-input,.calcite-mode-auto .geocoder-control-input{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E")!important}.calcite-mode-light .geocoder-control-input{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23323232' d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E")!important}@media (prefers-color-scheme: light){.calcite-mode-auto .geocoder-control-input{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23323232' d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E")!important}}.geocoder-control-expanded .geocoder-control-input{font-family:Avenir Next,Avenir,Helvetica Neue,sans-serif!important;font-size:14px!important;padding:8px 36px 8px 12px!important;text-indent:0!important;background-position:right 10px center!important;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out!important}.geocoder-control-input:focus{border-color:var(--calcite-color-brand)!important;box-shadow:0 0 0 1px var(--calcite-color-brand)!important}.geocoder-control-input::placeholder{color:var(--calcite-color-text-3)!important}.geocoder-control-input-disabled{background-color:var(--calcite-color-foreground-3)!important;color:var(--calcite-color-text-3)!important;cursor:not-allowed!important}.geocoder-control-suggestions{background-color:var(--calcite-color-foreground-1)!important;border:1px solid var(--calcite-color-border-1)!important;border-radius:var(--calcite-corner-radius)!important;box-shadow:var(--calcite-shadow-md)!important;margin-top:4px!important;overflow:hidden!important}.geocoder-control-header{background-color:var(--calcite-color-foreground-2)!important;color:var(--calcite-color-text-2)!important;border-bottom:1px solid var(--calcite-color-border-3)!important;font-family:Avenir Next,Avenir,Helvetica Neue,sans-serif!important;font-size:11px!important;padding:6px 12px!important}.geocoder-control-list{background-color:var(--calcite-color-foreground-1)!important}.geocoder-control-suggestions .geocoder-control-suggestion{background-color:var(--calcite-color-foreground-1)!important;color:var(--calcite-color-text-1)!important;border-top:1px solid var(--calcite-color-border-3)!important;font-family:Avenir Next,Avenir,Helvetica Neue,sans-serif!important;font-size:13px!important;padding:10px 12px!important;transition:background-color .15s ease-in-out!important}.geocoder-control-suggestions .geocoder-control-suggestion:first-child{border-top:none!important}.geocoder-control-suggestions .geocoder-control-suggestion:hover,.geocoder-control-suggestions .geocoder-control-suggestion.geocoder-control-selected{background-color:var(--calcite-color-foreground-2)!important;color:var(--calcite-color-text-1)!important;border-color:var(--calcite-color-border-3)!important}.geocoder-control-input.geocoder-control-loading{background-color:var(--calcite-color-foreground-1)!important}.basemap-toggle-button{position:relative;width:64px;height:64px;padding:0;margin:0;border:3px solid var(--calcite-color-foreground-1);border-radius:var(--calcite-corner-radius);background-color:var(--calcite-color-foreground-2);box-shadow:var(--calcite-shadow-md);cursor:pointer;overflow:hidden;transition:transform .15s ease-in-out,box-shadow .15s ease-in-out,border-color .15s ease-in-out}.basemap-toggle-button:hover{transform:scale(1.05);box-shadow:var(--calcite-shadow-lg);border-color:var(--calcite-color-brand)}.basemap-toggle-button:active{transform:scale(.98)}.basemap-toggle-button:focus{outline:none;border-color:var(--calcite-color-brand);box-shadow:0 0 0 2px var(--calcite-color-brand),var(--calcite-shadow-md)}.basemap-toggle-thumbnail{width:100%;height:100%;object-fit:cover;display:block}.basemap-toggle-label{position:absolute;bottom:0;left:0;right:0;padding:2px 4px;background:linear-gradient(transparent,#000000b3);color:#fff;font-size:10px;font-weight:600;font-family:var(--calcite-font-family);text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.5);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.calcite-mode-dark .basemap-toggle-button{border-color:var(--calcite-color-border-1)}.calcite-mode-dark .basemap-toggle-button:hover{border-color:var(--calcite-color-brand)}@media (max-width: 768px){.basemap-toggle-button{width:56px;height:56px;border-width:2px}.basemap-toggle-label{font-size:9px;padding:1px 3px}.leaflet-bottom.leaflet-left .basemap-toggle-control,.leaflet-bottom.leaflet-right .basemap-toggle-control{margin-bottom:calc(var(--mobile-bottom-bar-height, 64px) + var(--mobile-status-bar-height, 36px) + 1rem)!important}}.custom-marker{transition:transform .2s ease,filter .2s ease}.custom-marker.highlighted{z-index:2000!important}.custom-marker.highlighted>div{transform:scale(1.5);box-shadow:0 0 0 3px #0078d480,0 0 0 6px #0078d440,0 0 12px #0078d480,0 2px 4px #0000004d!important;animation:markerHighlightPulse .4s ease-out}.custom-marker.diamond-marker.highlighted>div{transform:scale(1.5) rotate(45deg);animation:diamondHighlightPulse .4s ease-out}@keyframes markerHighlightPulse{0%{transform:scale(1);box-shadow:0 0 #0078d499,0 2px 4px #0000004d}50%{transform:scale(1.7);box-shadow:0 0 0 8px #0078d44d,0 0 0 16px #0078d41a,0 0 20px #0078d499,0 2px 4px #0000004d}to{transform:scale(1.5);box-shadow:0 0 0 3px #0078d480,0 0 0 6px #0078d440,0 0 12px #0078d480,0 2px 4px #0000004d}}@keyframes diamondHighlightPulse{0%{transform:scale(1) rotate(45deg);box-shadow:0 0 #0078d499,0 2px 4px #0000004d}50%{transform:scale(1.7) rotate(45deg);box-shadow:0 0 0 8px #0078d44d,0 0 0 16px #0078d41a,0 0 20px #0078d499,0 2px 4px #0000004d}to{transform:scale(1.5) rotate(45deg);box-shadow:0 0 0 3px #0078d480,0 0 0 6px #0078d440,0 0 12px #0078d480,0 2px 4px #0000004d}}.marker-cluster-custom{transition:transform .2s ease}.details-header{margin-bottom:1.5rem}.details-header h3{font-size:1.25rem;font-weight:600;margin:0 0 .5rem;color:var(--calcite-color-text-1)}.details-status{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500}.details-status .status-indicator{font-size:1rem}.details-status .status-indicator.online{color:var(--calcite-color-status-success)}.details-status .status-indicator.offline{color:var(--calcite-color-status-danger)}.details-status .status-text{text-transform:uppercase}.details-loading{margin-bottom:1rem}.details-loading h3{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:var(--calcite-color-text-1)}.details-fields{display:flex;flex-direction:column;gap:0}.details-field{display:flex;flex-direction:column;gap:.25rem;padding:.625rem .5rem;border-bottom:1px solid var(--calcite-color-border-3);cursor:pointer;border-radius:var(--calcite-corner-radius);transition:background-color .15s ease;position:relative}.details-field:last-child{border-bottom:none}.details-field:hover{background-color:var(--calcite-color-foreground-2)}.details-field:active{background-color:var(--calcite-color-foreground-3)}.details-field-label{font-size:.75rem;color:var(--calcite-color-text-3);text-transform:uppercase;letter-spacing:.05em}.details-field-value{color:var(--calcite-color-text-1);font-weight:500;word-break:break-word}.details-field .copy-indicator{position:absolute;top:.625rem;right:.5rem;opacity:0;color:var(--calcite-color-text-3);transition:opacity .15s ease}.details-field:hover .copy-indicator{opacity:1}.details-field.copied{background-color:var(--calcite-color-status-success);transition:background-color 0s}.details-field.copied .details-field-label,.details-field.copied .details-field-value,.details-field.copied .copy-indicator{color:#fff}.details-actions{display:flex;flex-direction:column;gap:.5rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--calcite-color-border-3)}.details-actions calcite-button{width:100%}.details-divider{height:1px;background-color:var(--calcite-color-border-2);margin:.75rem 0}.mobile-back-btn{display:none!important}@media (max-width: 768px){.mobile-back-btn{display:inline-flex!important}.company-logo{width:20px;height:20px}.company-name{font-size:.8125rem}.counter-value{font-size:1.5rem}}@media (max-width: 768px){:root{--sidebar-width: 100%;--mobile-bottom-bar-height: 64px;--mobile-status-bar-height: 36px}calcite-navigation-logo{max-width:48px;overflow:hidden}calcite-navigation-user{display:none}calcite-action-bar[slot=content-end]{background:transparent!important;pointer-events:none!important}calcite-action-bar[slot=content-end] calcite-action{display:none!important}calcite-action-bar[slot=content-end] calcite-action.mobile-refresh-btn{display:flex!important;pointer-events:auto!important}calcite-navigation{padding-left:.5rem;padding-right:.5rem}calcite-navigation div[slot=content-center]{display:none!important}#offline-counter{position:fixed!important;left:50%!important;top:28px!important;transform:translate(-50%,-50%)!important;z-index:10001!important;pointer-events:auto!important}calcite-shell-panel[slot=panel-start]{display:block;position:static;width:0;overflow:visible!important;pointer-events:none;z-index:auto}calcite-shell-panel[slot=panel-start] calcite-action-bar{display:none}calcite-shell-panel[slot=panel-start] calcite-panel{pointer-events:auto}.app-footer{display:none}.mobile-status-bar{display:flex!important;position:fixed;bottom:var(--mobile-bottom-bar-height);left:0;right:0;height:var(--mobile-status-bar-height);background:var(--calcite-color-foreground-2);border-top:1px solid var(--calcite-color-border-3);z-index:9998;padding:0 .5rem;align-items:center;gap:.5rem;font-size:.6875rem;overflow-x:auto;-webkit-overflow-scrolling:touch;isolation:isolate}.mobile-status-bar calcite-chip{flex-shrink:0}.mobile-status-bar span{white-space:nowrap;flex-shrink:0}.mobile-bottom-bar{display:flex!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;height:var(--mobile-bottom-bar-height)!important;background:var(--calcite-color-foreground-1)!important;border-top:1px solid var(--calcite-color-border-3)!important;z-index:10000!important;padding:.25rem!important;padding-bottom:calc(.25rem + env(safe-area-inset-bottom))!important;gap:.125rem;align-items:stretch;isolation:isolate}.mobile-bottom-bar calcite-action{flex:1 1 0!important;min-width:0!important;height:100%!important;display:inline-flex!important;visibility:visible!important;opacity:1!important}.mobile-bottom-bar calcite-dropdown{flex:1 1 0!important;min-width:0!important;height:100%!important}.mobile-bottom-bar calcite-dropdown calcite-action{width:100%!important;height:100%!important}.mobile-bottom-bar calcite-dropdown-item{--calcite-dropdown-item-padding: .75rem 1rem}.mobile-bottom-bar calcite-action::part(button){width:100%;height:100%;flex-direction:column;justify-content:center;align-items:center;padding:.25rem}calcite-panel[data-panel-id][closed]{display:none!important}calcite-panel[data-panel-id]:not([closed]){position:fixed!important;bottom:calc(var(--mobile-bottom-bar-height) + var(--mobile-status-bar-height) + env(safe-area-inset-bottom))!important;left:0!important;right:0!important;top:auto!important;height:60vh;max-height:60vh;width:100%!important;background:var(--calcite-color-foreground-1);border-radius:var(--calcite-corner-radius) var(--calcite-corner-radius) 0 0;box-shadow:0 -2px 8px #00000026;z-index:100000!important;pointer-events:auto!important;isolation:isolate}calcite-panel[data-panel-id=details]{height:45vh;max-height:45vh}calcite-panel[data-panel-id=basemaps],calcite-panel[data-panel-id=power-outages],calcite-panel[data-panel-id=weather],calcite-panel[data-panel-id=search],calcite-panel[data-panel-id=info],calcite-panel[data-panel-id=more]{height:50vh;max-height:50vh}calcite-panel[data-panel-id=subscribers],calcite-panel[data-panel-id=vehicles],calcite-panel[data-panel-id=osp]{height:70vh;max-height:70vh}calcite-panel[data-panel-id] .panel-content{height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:1rem;position:relative;z-index:1}.mobile-panel-backdrop{display:none!important}#map{padding-bottom:calc(var(--mobile-bottom-bar-height) + var(--mobile-status-bar-height) + env(safe-area-inset-bottom));transition:filter .2s ease}.leaflet-top.leaflet-right{top:1rem;right:1rem}.map-controls{top:5rem;bottom:auto;right:1rem}.legend{bottom:calc(var(--mobile-bottom-bar-height) + var(--mobile-status-bar-height) + 1rem);left:.5rem;right:.5rem;max-width:none}calcite-panel[data-panel-id] calcite-panel-header{position:sticky;top:0;z-index:10;background:var(--calcite-color-foreground-1);border-bottom:1px solid var(--calcite-color-border-3)}.search-result-marker>div{background:var(--calcite-color-brand)!important;border-color:var(--calcite-color-foreground-1)!important}}.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(/assets/layers-BWBAp2CZ.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(/assets/layers-2x-Bpkbi35X.png);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(/assets/marker-icon-hN30_KVU.png)}.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}.leaflet-control-locate a{cursor:pointer}.leaflet-control-locate a .leaflet-control-locate-location-arrow{display:inline-block;width:16px;height:16px;margin:7px;background-image:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="black" d="M445 4 29 195c-48 23-32 93 19 93h176v176c0 51 70 67 93 19L508 67c16-38-25-79-63-63z"/></svg>')}.leaflet-control-locate a .leaflet-control-locate-spinner{display:inline-block;width:16px;height:16px;margin:7px;background-image:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="black" d="M304 48a48 48 0 1 1-96 0 48 48 0 0 1 96 0zm-48 368a48 48 0 1 0 0 96 48 48 0 0 0 0-96zm208-208a48 48 0 1 0 0 96 48 48 0 0 0 0-96zM96 256a48 48 0 1 0-96 0 48 48 0 0 0 96 0zm13 99a48 48 0 1 0 0 96 48 48 0 0 0 0-96zm294 0a48 48 0 1 0 0 96 48 48 0 0 0 0-96zM109 61a48 48 0 1 0 0 96 48 48 0 0 0 0-96z"/></svg>');animation:leaflet-control-locate-spin 2s linear infinite}.leaflet-control-locate.active a .leaflet-control-locate-location-arrow{background-image:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="rgb(32, 116, 182)" d="M445 4 29 195c-48 23-32 93 19 93h176v176c0 51 70 67 93 19L508 67c16-38-25-79-63-63z"/></svg>')}.leaflet-control-locate.following a .leaflet-control-locate-location-arrow{background-image:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="rgb(252, 132, 40)" d="M445 4 29 195c-48 23-32 93 19 93h176v176c0 51 70 67 93 19L508 67c16-38-25-79-63-63z"/></svg>')}.leaflet-touch .leaflet-bar .leaflet-locate-text-active{width:100%;max-width:200px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding:0 10px}.leaflet-touch .leaflet-bar .leaflet-locate-text-active .leaflet-locate-icon{padding:0 5px 0 0}.leaflet-control-locate-location circle{animation:leaflet-control-locate-throb 4s ease infinite}@keyframes leaflet-control-locate-throb{0%{stroke-width:1}50%{stroke-width:3;transform:scale(.8)}to{stroke-width:1}}@keyframes leaflet-control-locate-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.geocoder-control-input{position:absolute;left:0;top:0;background-color:#fff;background-repeat:no-repeat;background-image:url(/assets/search-CLtlfHXv.png);background-size:26px;border:none;padding:5px 0;text-indent:6px;font-size:13px;line-height:normal;height:auto;width:100%;background-position:right center;cursor:pointer;box-sizing:border-box}.geocoder-control-input-disabled{background-color:#f4f4f4;background-image:url(/assets/search-disabled-DIGBnOkU.png)}.geocoder-control{width:26px;height:26px;-webkit-transition:width .175s ease-in;-moz-transition:width .175s ease-in;-ms-transition:width .175s ease-in;-o-transition:width .175s ease-in;transition:width .175s ease-in}.geocoder-control.leaflet-control{z-index:801}.geocoder-control-expanded,.leaflet-touch .geocoder-control-expanded{width:275px}.geocoder-control-input.geocoder-control-loading{background-image:url(/assets/loading-_8fkS-FS.gif);background-size:26px}@media only screen and (min--moz-device-pixel-ratio: 2),only screen and (-o-min-device-pixel-ratio: 2/1),only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-device-pixel-ratio: 2){.geocoder-control-input{background-image:url(/assets/search@2x-DSF8u0QS.png)}.geocoder-control-input-disabled{background-image:url(/assets/search@2x-disabled-CzJzkebf.png)}.geocoder-control-input.geocoder-control-loading{background-image:url(/assets/loading@2x-C7-frZCl.gif)}}.geocoder-control-input:focus{outline:none;cursor:text}.geocoder-control-input::-ms-clear{display:none}.geocoder-control-suggestions{width:100%;position:absolute;top:26px;left:0;margin-top:10px;overflow:auto;display:none}.geocoder-control-list+.geocoder-control-header{border-top:1px solid #d5d5d5}.geocoder-control-header{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#444;background:#f2f2f2;border-bottom:1px solid #d5d5d5;display:block;padding:.5em}.geocoder-control-list{list-style:none;margin:0;padding:0}.geocoder-control-suggestions .geocoder-control-suggestion{font-size:13px;padding:7px;background:#fff;border-top:1px solid #f1f1f1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.geocoder-control-suggestions .geocoder-control-suggestion:first-child{border:none}.geocoder-control-suggestions .geocoder-control-suggestion.geocoder-control-selected,.geocoder-control-suggestions .geocoder-control-suggestion:hover{background:#7fdfff;border-color:#7fdfff}.leaflet-right .geocoder-control-suggestions,.leaflet-right .geocoder-control-input{left:auto;right:0}.leaflet-bottom .geocoder-control-suggestions{margin-top:0;top:0}.leaflet-touch .geocoder-control{width:34px}.leaflet-touch .geocoder-control.geocoder-control-expanded{width:275px}.leaflet-touch .geocoder-control-input{height:34px;line-height:30px;background-size:30px}.leaflet-touch .geocoder-control-suggestions{top:30px;width:271px}.leaflet-oldie .geocoder-control-input{width:28px;height:28px}.leaflet-oldie .geocoder-control-expanded .geocoder-control-input{width:auto}.leaflet-oldie .geocoder-control-input,.leaflet-oldie .geocoder-control-suggestions{border:1px solid #999}
