.spotme-wrap{max-width:720px;margin:16px auto;padding:10px}
.spotme-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}
.spotme-toggle{font-weight:600}
.spotme-refresh{padding:6px 10px;border:1px solid #ddd;border-radius:8px;background:#fff;cursor:pointer}
.spotme-list{display:flex;flex-direction:column;gap:10px}
.spotme-card{display:flex;gap:12px;align-items:center;border:1px solid #e9e9e9;border-radius:12px;padding:10px}
.spotme-card img{width:48px;height:48px;border-radius:50%;object-fit:cover}
.spotme-card .name{font-weight:700;text-decoration:none}
.spotme-card .dist{font-size:12px;color:#666}
.spotme-map{width:100%;height:320px;border-radius:12px;border:1px solid #e9e9e9;margin-bottom:12px}
.spotme-note{font-size:12px;color:#777;margin-top:8px}