:root{--map-marker-online:#22c55e;--map-marker-offline:#9ca3af;--map-marker-maintenance:#f59e0b;--map-marker-ride:#3b82f6;--map-marker-location-size:32px;--map-marker-ride-size:24px;--map-popup-bg:#ffffff;--map-popup-border:#e5e7eb;--map-popup-header-bg:#f9fafb;--map-popup-header-ride-bg:#eff6ff;--map-popup-title:#111827;--map-popup-subtitle:#6b7280;--map-popup-label:#6b7280;--map-popup-value:#111827}.map-marker{display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;transition:transform .2s ease-in-out;box-sizing:border-box}.map-marker:hover{transform:scale(1.15)}.map-marker:focus-visible{outline:2px solid var(--map-marker-ride);outline-offset:2px}.map-marker--location{width:var(--map-marker-location-size);height:var(--map-marker-location-size);border:3px solid white;box-shadow:0 2px 8px rgba(0,0,0,.3);font-size:14px;font-weight:700;color:white;line-height:1;text-align:center}.map-marker--online{background-color:var(--map-marker-online)}.map-marker--offline{background-color:var(--map-marker-offline)}.map-marker--maintenance{background-color:var(--map-marker-maintenance)}.map-marker--ride{width:var(--map-marker-ride-size);height:var(--map-marker-ride-size);background-color:var(--map-marker-ride);border:2px solid white;box-shadow:0 2px 6px rgba(0,0,0,.25);animation:map-marker-pulse 2s ease-in-out infinite}.map-marker__icon{width:14px;height:14px;color:white}@keyframes map-marker-pulse{0%,to{box-shadow:0 2px 6px rgba(0,0,0,.25),0 0 0 0 rgba(59,130,246,.5)}50%{box-shadow:0 2px 6px rgba(0,0,0,.25),0 0 0 8px rgba(59,130,246,0)}}.mapboxgl-popup-content{padding:0!important;border-radius:8px!important;box-shadow:0 4px 12px rgba(0,0,0,.15)!important;overflow:hidden}.mapboxgl-popup-tip{border-top-color:var(--map-popup-bg)!important}.map-popup{min-width:160px;font-family:inherit;font-size:12px}.map-popup__header{padding:8px 10px;border-bottom:1px solid var(--map-popup-border);background-color:var(--map-popup-header-bg)}.map-popup__header--ride{background-color:var(--map-popup-header-ride-bg)}.map-popup__title{font-weight:600;font-size:13px;color:var(--map-popup-title);line-height:1.3}.map-popup--ride .map-popup__title{color:#1e40af}.map-popup__subtitle{font-size:11px;color:var(--map-popup-subtitle);margin-top:2px}.map-popup--ride .map-popup__subtitle{color:var(--map-marker-ride)}.map-popup__content{padding:8px 10px}.map-popup__stat{display:flex;justify-content:space-between;align-items:center;font-size:12px}.map-popup__stat:not(:last-child){margin-bottom:4px}.map-popup__stat-label{color:var(--map-popup-label)}.map-popup__stat-value{font-weight:500;color:var(--map-popup-value)}.map-popup__stat-value--online{color:var(--map-marker-online)}.map-popup__stat-value--offline{color:var(--map-marker-offline)}.map-popup__stat-value--maintenance{color:var(--map-marker-maintenance)}@media (max-width:640px){.map-marker--location{width:28px;height:28px;font-size:12px;border-width:2px}.map-marker--ride{width:20px;height:20px}.map-marker__icon{width:12px;height:12px}}@media (prefers-reduced-motion:reduce){.map-marker{transition:none}.map-marker--ride{animation:none}}.react-grid-layout{position:relative;transition:height .2s ease}.react-grid-item{transition:all .2s ease;transition-property:left,top,width,height}.react-grid-item img{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-grid-item.cssTransforms{transition-property:transform,width,height}.react-grid-item.resizing{transition:none;z-index:1;will-change:width,height}.react-grid-item.react-draggable-dragging{transition:none;z-index:3;will-change:transform}.react-grid-item.dropping{visibility:hidden}.react-grid-item.react-grid-placeholder{background:red;opacity:.2;transition-duration:.1s;z-index:2;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-grid-item.react-grid-placeholder.placeholder-resizing{transition:none}.react-grid-item>.react-resizable-handle{position:absolute;width:20px;height:20px;opacity:0}.react-grid-item:hover>.react-resizable-handle{opacity:1}.react-grid-item>.react-resizable-handle:after{content:"";position:absolute;right:3px;bottom:3px;width:5px;height:5px;border-right:2px solid rgba(0,0,0,.4);border-bottom:2px solid rgba(0,0,0,.4)}.react-resizable-hide>.react-resizable-handle{display:none}.react-grid-item>.react-resizable-handle.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-e,.react-grid-item>.react-resizable-handle.react-resizable-handle-w{top:50%;margin-top:-10px;cursor:ew-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-n,.react-grid-item>.react-resizable-handle.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}.react-resizable{position:relative}.react-resizable-handle{position:absolute;width:20px;height:20px;background-repeat:no-repeat;background-origin:content-box;box-sizing:border-box;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+");background-position:100% 100%;padding:0 3px 3px 0}.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-resizable-handle-e,.react-resizable-handle-w{top:50%;margin-top:-10px;cursor:ew-resize}.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-resizable-handle-n,.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}