/* ThePetGrid Sprint 6.1 — shared premium MapLibre UI */
.pet-location-map .maplibregl-canvas{outline:none}
.pet-location-map .maplibregl-ctrl-group{border:1px solid rgba(249,115,22,.18);border-radius:12px;overflow:hidden;box-shadow:0 8px 24px rgba(31,41,55,.12)}
.pet-location-map .maplibregl-ctrl-group button{width:34px;height:34px}
.pet-location-map .maplibregl-ctrl-attrib{font-family:Outfit,sans-serif;font-size:10px}
.tpg-location-marker{position:relative;width:44px;height:54px;filter:drop-shadow(0 9px 10px rgba(146,64,14,.28));cursor:grab;transform-origin:50% 100%;animation:tpg-marker-in .32s ease-out}
.tpg-location-marker:active{cursor:grabbing}
.tpg-location-marker::before{content:"";position:absolute;left:4px;top:2px;width:36px;height:36px;border:4px solid #fff;border-radius:50% 50% 50% 8px;background:linear-gradient(145deg,#ffb12b,#f97316);transform:rotate(-45deg);box-shadow:inset 0 0 0 1px rgba(154,52,18,.12)}
.tpg-location-marker::after{content:"";position:absolute;left:17px;bottom:0;width:10px;height:6px;border-radius:50%;background:rgba(124,45,18,.2);filter:blur(2px)}
.tpg-location-marker__paw{position:absolute;z-index:2;left:10px;top:9px;width:24px;height:24px;display:grid;place-items:center;color:#fff;font-size:18px;line-height:1;filter:grayscale(1) brightness(0) invert(1);transform:rotate(0)}
@keyframes tpg-marker-in{from{opacity:0;transform:translateY(-12px) scale(.78)}to{opacity:1;transform:none}}
@media (prefers-reduced-motion:reduce){.tpg-location-marker{animation:none}}
