.naver-person-marker,.naver-target-marker,.osm-person-marker,.osm-target-marker{display:flex;align-items:center;gap:7px;white-space:nowrap;filter:drop-shadow(0 2px 5px rgba(16,42,67,.24))}
.naver-person-marker>span,.osm-person-marker>span{display:grid;place-items:center;width:28px;height:28px;flex:none;border:3px solid #fff;border-radius:50%;background:var(--marker-color);color:#fff;font-size:11px;font-weight:900}
.naver-marker-label,.osm-marker-label{padding:5px 7px;border:2px solid var(--marker-color,#102a43);border-radius:8px;background:#fff;color:#102a43}
.naver-marker-label b,.naver-marker-label small,.naver-marker-label strong,.osm-marker-label b,.osm-marker-label small,.osm-marker-label strong{display:block}
.naver-marker-label b,.osm-marker-label b{font-size:11px}
.naver-marker-label small,.osm-marker-label small{max-width:230px;margin-top:2px;overflow:hidden;color:#6b7c8f;font-size:9px;text-overflow:ellipsis}
.naver-target-marker>span,.osm-target-marker>span{display:grid;place-items:center;width:36px;height:36px;flex:none;border:3px solid #fff;border-radius:50%;background:#102a43;color:#fff;font-size:18px;box-shadow:0 0 0 5px rgba(16,42,67,.15)}
.naver-target-marker .naver-marker-label,.osm-target-marker .osm-marker-label{background:#102a43;color:#fff}
.naver-target-marker b,.osm-target-marker b{color:#a8efd2;font-size:9px}
.naver-target-marker strong,.osm-target-marker strong{margin-top:2px;font-size:12px}
.map-provider-status{position:absolute;z-index:700;top:12px;left:12px;display:flex;align-items:center;gap:6px;padding:7px 9px;border:1px solid #cfe0f5;border-radius:999px;background:#fffffff2;color:#315a83;font-size:10px;font-weight:900;box-shadow:0 3px 12px #102a4320}
.map-provider-status span{width:7px;height:7px;border-radius:50%;background:#20a273}
.map-provider-status.fallback{border-color:#f0d49b;color:#8a5b0b}.map-provider-status.fallback span{background:#e79b48}
.map-provider-status.loading span{background:#1d6fe8;animation:providerPulse 1s infinite}
.map-provider-status.error{border-color:#f0b6b0;color:#a03f35}.map-provider-status.error span{background:#d95749}
.map-calculation-note{position:absolute;z-index:700;right:12px;bottom:12px;display:flex;flex-direction:column;gap:2px;max-width:235px;padding:7px 9px;border-radius:9px;background:#fffffff2;color:#53677b;font-size:9px;box-shadow:0 3px 12px #102a4320}
.map-calculation-note b{color:#102a43;font-size:10px}.map-calculation-note span{white-space:normal}
.osm-marker-shell{overflow:visible!important;background:transparent;border:0}
.osm-person-marker,.osm-target-marker{position:relative}
@keyframes providerPulse{50%{opacity:.35}}
@media (max-width:420px){
  .naver-person-marker,.osm-person-marker{gap:4px}
  .visual-map .naver-person-marker .naver-marker-label small,.osm-marker-label small{display:none}
  .visual-map .naver-person-marker.is-expanded .naver-marker-label small{display:block;max-width:185px;white-space:normal}
  .naver-person-marker>span,.osm-person-marker>span{width:26px;height:26px}
  .map-calculation-note{right:8px;bottom:8px;max-width:190px}
}
