@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{font-family:Inter,Roboto,Segoe UI,system-ui,sans-serif}html,body,#root{height:100%;margin:0}*{box-sizing:border-box}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#78829659;border-radius:8px}::-webkit-scrollbar-thumb:hover{background:#7882968c}.leaflet-popup-content-wrapper{border-radius:10px}.leaflet-popup-content{margin:10px 14px}.leaflet-container{font-family:Inter,system-ui,sans-serif}.vehicle-marker{display:flex;flex-direction:column;align-items:center;transform:translateY(-6px)}.vehicle-marker .dot{width:18px;height:18px;border-radius:50%;border:3px solid #fff;box-shadow:0 1px 6px #0006;transition:transform .15s ease}.vehicle-marker.selected .dot{transform:scale(1.5)}.vehicle-marker.pulse .dot{animation:marker-pulse 1.6s ease-out infinite}.vehicle-marker .label{font-size:10px;font-weight:700;color:#fff;background:#0f172ad9;padding:1px 5px;border-radius:4px;margin-top:2px;white-space:nowrap}@keyframes marker-pulse{0%{box-shadow:0 0 #22c55e99}70%{box-shadow:0 0 0 12px #22c55e00}to{box-shadow:0 0 #22c55e00}}.login-bg{position:relative;overflow:hidden}.login-bg:before{content:"";position:absolute;top:-20%;right:-20%;bottom:-20%;left:-20%;background:radial-gradient(ellipse at 20% 20%,rgba(59,130,246,.18),transparent 50%),radial-gradient(ellipse at 80% 30%,rgba(124,58,237,.16),transparent 50%),radial-gradient(ellipse at 50% 90%,rgba(34,197,94,.1),transparent 50%);animation:bg-drift 18s ease-in-out infinite alternate}@keyframes bg-drift{0%{transform:translate(0) scale(1)}to{transform:translate(3%,-4%) scale(1.05)}}.cluster-icon{display:flex;align-items:center;justify-content:center;border-radius:50%;background:#2563eb;color:#fff;font-weight:700;border:3px solid rgba(255,255,255,.85);box-shadow:0 2px 8px #00000059}
