/* 지도 팝업 커스텀 */
.custom-popup { z-index: 20000 !important; } 
.custom-popup .leaflet-popup-content-wrapper { background: rgba(255, 255, 255, 0.98); border-radius: 12px; box-shadow: 0 10px 25px rgba(0,0,0,0.25); padding: 0; overflow: visible !important; }
.custom-popup .leaflet-popup-close-button { z-index: 20100 !important; color: #999 !important; font-size: 18px !important; top: 10px !important; right: 10px !important; }
.custom-popup .leaflet-popup-content { width: 310px !important; margin: 0; }
.popup-content { padding: 15px 16px; }
.popup-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 4px; padding-right: 30px; }
.popup-category { font-size: 11px; color: #4A90E2; font-weight: 700; display: flex; align-items: center; gap: 5px; }
.badge-est { font-size: 10px; color: #666; background: #eee; padding: 1px 5px; border-radius: 4px; font-weight: normal; }
.popup-title { font-size: 17px; font-weight: 800; color: #222; margin-bottom: 4px; }
.popup-adrs { font-size: 12px; color: #666; margin-bottom: 10px; line-height: 1.4; white-space: normal; word-break: keep-all; }
.popup-hr { border: 0; height: 1px; background: #eee; margin: 8px 0; }
.popup-admin-row { display: flex; justify-content: space-between; align-items: center; white-space: nowrap; font-size: 11px; color: #444; background: #f8f9fa; padding: 6px 10px; border-radius: 6px; margin-bottom: 12px; }
.popup-info-list { list-style: none; padding: 0; margin: 0; }
.popup-info-list li { display: flex; justify-content: space-between; align-items: center; font-size: 12px; color: #444; margin-bottom: 3px; }
.popup-content.compact-mode .grid-list { display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 15px; row-gap: 4px; padding-left: 0; }
.popup-link-top { font-size: 11px; color: #4A90E2; text-decoration: none; font-weight: 700; padding: 3px 8px; background: #f0f7ff; border-radius: 4px; white-space: nowrap; }
.popup-link-none { font-size: 11px; color: #999; padding: 3px 8px; background: #eee; border-radius: 4px; white-space: nowrap; }

/* 도움말 모달 */
.help-modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); z-index: 9999; display: none; justify-content: center; align-items: center; backdrop-filter: blur(3px); }
.help-modal-content { background: white; width: 90%; max-width: 420px; padding: 30px; border-radius: 20px; box-shadow: 0 20px 50px rgba(0,0,0,0.3); position: relative; }
.help-close-btn { position: absolute; top: 15px; right: 20px; font-size: 28px; cursor: pointer; color: #ccc; }