.maplibregl-map{font-family:inherit}.maplibregl-canvas-container{z-index:0}.maplibregl-marker{z-index:3}.station-marker{transition:transform .2s ease;width:36px;height:36px;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}.station-marker:hover{transform:scale(1.1);z-index:1000}.station-marker-content{width:36px;height:36px;transition:transform .2s ease,box-shadow .2s ease;flex-shrink:0}.station-marker-content:hover{box-shadow:0 4px 12px rgba(0,0,0,.4)}@media (max-width:640px){.station-marker{min-width:48px;min-height:48px}.station-marker-content{width:40px;height:40px}}.cluster-marker{transition:transform .2s ease,box-shadow .2s ease;width:44px;height:44px;min-width:44px;min-height:44px}.cluster-marker:hover{transform:scale(1.1);box-shadow:0 4px 12px rgba(0,0,0,.4)}.maplibregl-popup-content{padding:0;border-radius:12px;box-shadow:0 10px 25px rgba(0,0,0,.15);overflow:hidden}.maplibregl-popup-close-button{padding:8px;min-width:44px;min-height:44px;font-size:18px;color:#9ca3af;transition:color .2s,background .2s;display:flex;align-items:center;justify-content:center;border-radius:4px}.maplibregl-popup-close-button:hover{color:#374151;background:#f3f4f6}.station-popup-container{animation:popupFadeIn .2s ease-out}.station-popup-container.popup-enter{opacity:0;transform:translateY(-10px) scale(.95)}.station-popup-container.popup-enter-active{opacity:1;transform:translateY(0) scale(1);transition:opacity .2s ease-out,transform .2s ease-out}.station-popup-container.popup-exit{opacity:0;transform:translateY(-10px) scale(.95);transition:opacity .2s ease-in,transform .2s ease-in}@keyframes popupFadeIn{0%{opacity:0;transform:translateY(-10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.maplibregl-ctrl-group{border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.15);overflow:hidden}.maplibregl-ctrl button{border-radius:0}.maplibregl-ctrl button:hover{background-color:#f3f4f6}.maplibregl-ctrl-attrib{background-color:rgba(255,255,255,.9);border-radius:4px;padding:4px 8px;font-size:11px}@media (prefers-color-scheme:dark){.maplibregl-popup-content{background-color:#1f2937;color:#f9fafb}.maplibregl-ctrl-attrib{background-color:rgba(31,41,55,.9);color:#d1d5db}.maplibregl-ctrl button{background-color:#374151;color:#f9fafb}.maplibregl-ctrl button:hover{background-color:#4b5563}}.map-loading{display:flex;align-items:center;justify-content:center;height:100%;background:linear-gradient(135deg,#f3f4f6,#e5e7eb)}@media (max-width:640px){.maplibregl-popup-content{max-width:calc(100vw - 32px);min-width:280px}.station-marker{min-width:48px;min-height:48px}.station-marker,.station-marker-content{width:40px;height:40px}.cluster-marker{width:44px;height:44px;min-width:48px;min-height:48px;font-size:13px}.station-popup a,.station-popup button{min-height:48px}}