@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.map-popup-card{background:white;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.12);overflow:hidden;cursor:pointer;transition:all .3s ease;max-width:160px;min-width:140px;position:relative}.map-popup-card:hover{transform:translateY(-2px);box-shadow:0 12px 40px rgba(0,0,0,.18)}.map-popup-image-wrap{position:relative;width:100%;height:90px;overflow:hidden}.map-popup-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.map-popup-card:hover .map-popup-image{transform:scale(1.05)}.map-popup-badge{position:absolute;top:12px;right:12px;padding:4px 8px;border-radius:6px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;z-index:2}.map-popup-badge.sale{background:#10b981;color:white}.map-popup-badge.rent{background:#3b82f6;color:white}.map-popup-content{padding:8px}.map-popup-title{font-size:12px;font-weight:600;color:#1f2937;margin:0 0 6px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.map-popup-location{display:flex;align-items:center;gap:6px;color:#6b7280;font-size:11px}.map-popup-location-dot{width:3px;height:3px;background:#6b7280;border-radius:50%;flex-shrink:0}.map-popup-location-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width:768px){.map-popup-card{max-width:140px;min-width:120px}.map-popup-image-wrap{height:80px}.map-popup-content{padding:6px}.map-popup-title{font-size:11px}.map-popup-location{font-size:10px}.map-popup-badge{top:8px;right:8px;padding:2px 5px;font-size:8px}}.map-loading{background:#f9fafb;color:#6b7280}.map-error,.map-loading{display:flex;justify-content:center;align-items:center;height:400px;border-radius:12px;font-size:16px}.map-error{flex-direction:column;background:#fef2f2;color:#dc2626;gap:8px}.map-error-icon{font-size:24px}.gm-style .gm-style-iw{padding:0!important}.gm-style .gm-style-iw-c{padding:0!important;border-radius:12px!important}.gm-style .gm-style-iw-d{overflow:hidden!important}.map-container{width:100%;height:100%;border-radius:12px;overflow:hidden;margin-bottom:1rem}@media (max-width:768px){.map-container{border-radius:8px}.map-container,.map-error,.map-loading{min-height:300px;max-height:400px}}@media (min-width:769px) and (max-width:1279px){.map-container,.map-error,.map-loading{min-height:350px;max-height:500px}}@media (min-width:1280px){.map-container{margin-bottom:1.5rem}.map-error,.map-loading{min-height:400px;max-height:600px}}