/* FISINGCLUB PATCH 30.0.51: CURRENT LOCATION + MEMBER LOCAL AREA */
.map-current-location-panel{display:grid;gap:16px;padding:20px 22px;border-bottom:1px solid #dce7eb;background:linear-gradient(145deg,#eef9f4 0%,#f3f8fb 100%);position:relative;overflow:hidden}
.map-location-panel-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}
.map-location-panel-head>div{min-width:0}
.map-current-location-panel small{display:block;margin-bottom:5px;color:#16805a;font-size:.68rem;font-weight:900;letter-spacing:.11em}
.map-current-location-panel strong{display:block;color:#173f5a;font-size:1.02rem}
.map-current-location-panel p{margin:6px 0 0;color:#637a86;font-size:.76rem;line-height:1.55}
.map-current-location-panel p.is-error{color:#aa3535}
.map-radius-control{display:grid;gap:5px;flex:0 0 92px}
.map-radius-control span{color:#617783;font-size:.68rem;font-weight:900}
.map-radius-control select{width:100%;min-height:40px;padding:0 9px;border:1px solid #c6d7de;border-radius:9px;background:#fff;color:#173247;font:inherit;font-size:.78rem;font-weight:900}
.map-location-mode-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.map-location-mode-card{display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:92px;padding:13px 14px;border:1px solid #c9dce2;border-radius:14px;background:#fff;color:#173247;text-align:left;text-decoration:none;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.map-location-mode-card:hover,.map-location-mode-card:focus-visible{transform:translateY(-2px);outline:0;box-shadow:0 12px 25px rgba(17,69,82,.14)}
.map-location-mode-card.is-current{border-color:#0c8d6a;background:linear-gradient(135deg,#0d8b68,#087766);color:#fff;box-shadow:0 10px 24px rgba(11,125,96,.24)}
.map-location-mode-card.is-current small,.map-location-mode-card.is-current strong,.map-location-mode-card.is-current em,.map-location-mode-card.is-current b{color:#fff}
.map-location-mode-card.is-my-area{border-color:#bad2df;background:linear-gradient(135deg,#fff,#f0f7fb)}
.map-location-mode-card.is-setup{border-style:dashed}
.map-location-mode-copy{display:grid;gap:2px;min-width:0}
.map-location-mode-copy small{margin:0;color:#16805a;font-size:.63rem;letter-spacing:.07em}
.map-location-mode-copy strong{font-size:.9rem;line-height:1.35}
.map-location-mode-copy em{overflow:hidden;color:#637a86;font-size:.68rem;font-style:normal;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}
.map-location-mode-card b{align-self:end;color:#137658;font-size:.65rem;white-space:nowrap}
.map-location-pin,.map-location-home{position:relative;display:block;width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.18)}
.map-location-pin::before{content:"";position:absolute;left:13px;top:8px;width:10px;height:14px;border:3px solid #fff;border-radius:10px 10px 12px 12px;transform:rotate(45deg)}
.map-location-pin::after{content:"";position:absolute;left:17px;top:13px;width:4px;height:4px;border-radius:50%;background:#fff;box-shadow:0 0 0 0 rgba(255,255,255,.45);animation:fc-location-cta-pulse 2s ease-out infinite}
.map-location-home{background:#e0f0f5}
.map-location-home::before{content:"";position:absolute;left:9px;top:14px;width:20px;height:16px;border-radius:3px;background:#187792}
.map-location-home::after{content:"";position:absolute;left:8px;top:7px;border-left:11px solid transparent;border-right:11px solid transparent;border-bottom:11px solid #187792}
.map-location-live-message{padding:9px 11px;border-radius:9px;background:rgba(255,255,255,.72)}
.map-current-location-panel.is-spotlight{animation:fc-location-panel-spotlight 1.05s ease-in-out 2}
.map-current-location-actions{display:grid;grid-template-columns:92px minmax(0,1fr);gap:8px;align-items:end}
.map-current-location-actions label{display:grid;gap:5px}.map-current-location-actions label span{color:#617783;font-size:.68rem;font-weight:900}
.map-current-location-actions select,.map-current-location-actions button{width:100%;min-height:40px;border-radius:9px;font:inherit;font-size:.78rem;font-weight:900}
.map-current-location-actions select{padding:0 9px;border:1px solid #c6d7de;background:#fff;color:#173247}
.map-current-location-actions button{border:0;padding:0 12px;background:#167f5a;color:#fff;cursor:pointer;box-shadow:0 7px 17px rgba(22,127,90,.2)}
.map-location-mode-card:disabled,.fc-map-controls button:disabled{cursor:wait;opacity:.65}
.map-location-mode-card.is-loading b::after,.fc-map-controls button.is-loading::after{content:"…";margin-left:4px}
.fc-map-current-marker{position:absolute;z-index:7;width:18px;height:18px;border:4px solid #fff;border-radius:50%;background:#1478d4;pointer-events:none;transform:translate(-50%,-50%);box-shadow:0 0 0 8px rgba(20,120,212,.2),0 6px 18px rgba(17,67,107,.35)}
.fc-map-current-marker.is-my-area{background:#13a06d;box-shadow:0 0 0 8px rgba(19,160,109,.2),0 6px 18px rgba(16,91,65,.35)}
.fc-map-current-marker::after{content:"";position:absolute;inset:-13px;border:2px solid rgba(20,120,212,.35);border-radius:50%;animation:fc-current-location-pulse 1.8s ease-out infinite}
.fc-map-current-marker.is-my-area::after{border-color:rgba(19,160,109,.35)}
.map-result-item-meta .map-result-distance{margin-left:auto;background:#e1f3ea;color:#13734f}
@keyframes fc-current-location-pulse{0%{transform:scale(.6);opacity:.85}100%{transform:scale(1.25);opacity:0}}
@keyframes fc-location-cta-pulse{0%{box-shadow:0 0 0 0 rgba(255,255,255,.5)}70%{box-shadow:0 0 0 12px rgba(255,255,255,0)}100%{box-shadow:0 0 0 0 rgba(255,255,255,0)}}
@keyframes fc-location-panel-spotlight{0%,100%{box-shadow:inset 0 0 0 0 rgba(8,133,107,0)}50%{box-shadow:inset 0 0 0 3px rgba(8,133,107,.35)}}
@media(max-width:900px){.map-location-mode-grid{grid-template-columns:1fr}.map-location-mode-card{min-height:82px}}
@media(max-width:760px){.map-current-location-panel{padding:16px 18px}.map-location-panel-head{align-items:stretch;flex-direction:column}.map-radius-control{grid-template-columns:auto 92px;align-items:center;justify-content:space-between;flex-basis:auto}.map-location-mode-card{grid-template-columns:38px minmax(0,1fr) auto;padding:13px}.map-location-mode-copy em{white-space:normal}.map-current-location-actions{grid-template-columns:86px minmax(0,1fr)}}
@media(prefers-reduced-motion:reduce){.fc-map-current-marker::after,.map-location-pin::after,.map-current-location-panel.is-spotlight{animation:none}.map-location-mode-card{transition:none}}
