{"version":3,"mappings":"ACAA;;;;;;AAMI;;;;;;;;;;;;AAAA;;;;;;;;;;;;AAWA;;;;AAIA;;;;;AAIA;;;;;;AAMF;;;;AAIA;;;;AAIA;;;;AAIA;;;;AAKA;;;;AAKF;;;;;;;;;;;AAUE;;;;AAKF;;;;AAIA;;;;AAIA;;;;;;;;;;;;;;;AAeA;;;;;;;;;;ADvFA","sources":["src/L.Control.Locate.mapbox.css","src/L.Control.Locate.css"],"sourcesContent":["@import \"L.Control.Locate.css\";\n\n/* Mapbox specific adjustments */\n\n.leaflet-control-locate a .leaflet-control-locate-location-arrow,\n.leaflet-control-locate a .leaflet-control-locate-spinner {\n  margin: 5px;\n}\n",".leaflet-control-locate {\n  --locate-control-icon-color: black;\n  --locate-control-active-color: rgb(32, 116, 182);\n  --locate-control-following-color: rgb(252, 132, 40);\n\n  a {\n    .leaflet-control-locate-location-arrow,\n    .leaflet-control-locate-spinner {\n      display: inline-block;\n      width: 16px;\n      height: 16px;\n      margin: 7px;\n      background-color: var(--locate-control-icon-color);\n      mask-repeat: no-repeat;\n      mask-position: center;\n    }\n\n    .leaflet-locate-icon {\n      color: var(--locate-control-icon-color);\n    }\n\n    .leaflet-control-locate-location-arrow {\n      mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M445 4 29 195c-48 23-32 93 19 93h176v176c0 51 70 67 93 19L508 67c16-38-25-79-63-63z\"/></svg>');\n    }\n\n    .leaflet-control-locate-spinner {\n      mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path 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>');\n      animation: leaflet-control-locate-spin 2s linear infinite;\n    }\n  }\n\n  &.active a .leaflet-control-locate-location-arrow {\n    background-color: var(--locate-control-active-color);\n  }\n\n  &.active a .leaflet-locate-icon {\n    color: var(--locate-control-active-color);\n  }\n\n  &.following a .leaflet-control-locate-location-arrow {\n    background-color: var(--locate-control-following-color);\n  }\n\n  &.following a .leaflet-locate-icon {\n    color: var(--locate-control-following-color);\n  }\n\n  /* Visual feedback when location timeouts occur repeatedly */\n  &.locate-timeout a .leaflet-control-locate-spinner {\n    background-color: #f39c12; /* Orange to indicate slower location acquisition */\n  }\n}\n\n.leaflet-bar .leaflet-locate-text-active {\n  width: auto;\n  max-width: 200px;\n  text-overflow: ellipsis;\n  white-space: nowrap;\n  overflow: hidden;\n  padding: 0 10px;\n  display: flex;\n  align-items: center;\n\n  .leaflet-locate-icon {\n    padding: 0 5px 0 0;\n  }\n}\n\n.leaflet-touch .leaflet-bar .leaflet-locate-text-active {\n  width: 100%;\n}\n\n.leaflet-control-locate-location circle {\n  animation: leaflet-control-locate-throb 4s ease infinite;\n}\n\n@keyframes leaflet-control-locate-throb {\n  0% {\n    stroke-width: 1px;\n  }\n\n  50% {\n    stroke-width: 3px;\n    transform: scale(0.8, 0.8);\n  }\n\n  100% {\n    stroke-width: 1px;\n  }\n}\n\n@keyframes leaflet-control-locate-spin {\n  0% {\n    transform: rotate(0deg);\n  }\n\n  100% {\n    transform: rotate(360deg);\n  }\n}\n"],"names":[]