.map-page{position:relative;width:100%;height:calc(100vh - 64px);overflow:hidden}.map-page .leaflet-container{width:100%;height:100%;z-index:1}.map-marker{display:flex;align-items:center;justify-content:center;border-radius:50%;border:2.5px solid #fff;box-shadow:0 2px 6px #00000059;transition:transform .15s ease;cursor:pointer}.map-marker:hover{transform:scale(1.3);z-index:1000!important}.map-marker--property{width:18px;height:18px;background-color:#2196f3;border-color:#fff}.map-marker--property.zoom-far{width:14px;height:14px}.map-marker--property.zoom-mid{width:20px;height:20px}.map-marker--property.zoom-close{width:28px;height:28px}.map-marker--property-priority{background-color:#4caf50}.map-marker--property-qualified{background-color:#2196f3}.map-marker--property-watchlist{background-color:#ff9800}.map-marker--property-below{background-color:#f44336}.map-marker--property-unscored{background-color:#9e9e9e}.map-marker--selected{width:32px;height:32px;background-color:#4caf50;border:3px solid #FFFFFF;box-shadow:0 0 0 3px #4caf5066,0 3px 8px #0006;animation:selected-pulse 2s ease-in-out infinite}@keyframes selected-pulse{0%,to{box-shadow:0 0 0 3px #4caf5066,0 3px 8px #0006}50%{box-shadow:0 0 0 8px #4caf5026,0 3px 8px #0006}}.map-marker-competitor{width:0;height:0;border-left:9px solid transparent;border-right:9px solid transparent;border-bottom:16px solid #4CAF50;filter:drop-shadow(0 2px 4px rgba(0,0,0,.35));cursor:pointer;transition:transform .15s ease}.map-marker-competitor.zoom-far{border-left-width:7px;border-right-width:7px;border-bottom-width:12px}.map-marker-competitor.zoom-mid{border-left-width:10px;border-right-width:10px;border-bottom-width:18px}.map-marker-competitor.zoom-close{border-left-width:14px;border-right-width:14px;border-bottom-width:24px}.map-marker-competitor:hover{transform:scale(1.3);z-index:1000!important}.map-marker-competitor--highlighted{border-bottom-color:#81c784;filter:drop-shadow(0 0 4px rgba(255,214,0,.7)) drop-shadow(0 2px 4px rgba(0,0,0,.35))}.map-marker-flexistore{width:22px;height:22px;background-color:#e53935;border:3px solid #FFFFFF;box-shadow:0 2px 8px #0006;display:flex;align-items:center;justify-content:center;font-family:Montserrat,sans-serif;font-size:11px;font-weight:800;color:#fff;cursor:pointer;transition:transform .15s ease;border-radius:3px}.map-marker-flexistore.zoom-far{width:18px;height:18px;font-size:9px}.map-marker-flexistore.zoom-mid{width:24px;height:24px;font-size:12px}.map-marker-flexistore.zoom-close{width:32px;height:32px;font-size:15px}.map-marker-flexistore:hover{transform:scale(1.2);z-index:1000!important}.map-marker-flexistore--highlighted{border-color:#ffd600;box-shadow:0 0 0 3px #e5393566,0 2px 8px #0006}.marker-cluster{display:flex;align-items:center;justify-content:center;border-radius:50%;font-family:Montserrat,sans-serif;font-size:12px;font-weight:700;color:#fff;box-shadow:0 2px 8px #0000004d}.marker-cluster--competitors{background-color:#e53935d9;border:2px solid rgba(229,57,53,1)}.marker-cluster--properties{background-color:#2a2a2ad9;border:2px solid rgba(42,42,42,1)}.map-sidebar{position:absolute;top:0;left:0;width:360px;height:100%;background-color:#fff;border-right:1px solid #EEEEEE;box-shadow:2px 0 12px #0000001a;z-index:1000;display:flex;flex-direction:column;transition:transform .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.map-sidebar--collapsed{transform:translate(-360px)}.map-sidebar__toggle{position:absolute;top:12px;left:360px;z-index:1001;width:32px;height:48px;background:#fff;border:1px solid #EEEEEE;border-left:none;border-radius:0 8px 8px 0;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:2px 0 8px #0000001a;transition:left .3s cubic-bezier(.4,0,.2,1);color:#333}.map-sidebar--collapsed .map-sidebar__toggle{left:0}.map-sidebar__header{padding:16px;border-bottom:1px solid #EEEEEE;flex-shrink:0}.map-sidebar__filters{padding:16px;border-bottom:1px solid #EEEEEE;flex-shrink:0;max-height:55%;overflow-y:auto}.map-sidebar__results{flex:1;overflow-y:auto;padding:0}.map-sidebar__results::-webkit-scrollbar{width:6px}.map-sidebar__results::-webkit-scrollbar-track{background:transparent}.map-sidebar__results::-webkit-scrollbar-thumb{background-color:#00000026;border-radius:3px}.map-sidebar__result-item{padding:12px 16px;border-bottom:1px solid #F7F7F7;cursor:pointer;transition:background-color .15s ease}.map-sidebar__result-item:hover{background-color:#f7f7f7}.map-sidebar__result-item--active{background-color:#ef382914;border-left:3px solid #EF3829}.map-sidebar__result-item--active:hover{background-color:#ef38291f}.map-legend{position:absolute;bottom:24px;right:24px;z-index:1000;background:#fff;border:1px solid #EEEEEE;border-radius:8px;padding:12px 16px;box-shadow:0 2px 8px #0000001f;min-width:180px}.map-legend__title{font-family:Montserrat,sans-serif;font-size:12px;font-weight:700;color:#2a2a2a;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}.map-legend__item{display:flex;align-items:center;gap:10px;padding:3px 0}.map-legend__dot{width:12px;height:12px;border-radius:50%;border:2px solid #FFFFFF;box-shadow:0 1px 3px #0003;flex-shrink:0}.map-legend__circle-line{width:12px;height:12px;border-radius:50%;border:2px dashed #EF3829;background:#ef38291a;flex-shrink:0}.map-legend__label{font-family:Montserrat,sans-serif;font-size:12px;color:#333}.map-info-panel{position:absolute;top:16px;right:16px;z-index:1100;background:#fff;border:1px solid #EEEEEE;border-radius:12px;padding:20px;box-shadow:0 4px 16px #00000026;width:380px;max-height:calc(100% - 32px);overflow-y:auto;animation:slideInRight .25s ease-out}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.map-info-panel__close{position:absolute;top:8px;right:8px}.leaflet-popup-content-wrapper{border-radius:8px!important;box-shadow:0 3px 12px #0003!important;padding:0!important}.leaflet-popup-content{margin:0!important;min-width:220px;font-family:Montserrat,sans-serif}.leaflet-popup-tip{box-shadow:0 3px 12px #0003!important}.map-popup{padding:12px 16px}.map-popup__title{font-size:14px;font-weight:600;color:#2a2a2a;margin-bottom:4px;line-height:1.3}.map-popup__brand{font-size:11px;font-weight:600;color:#ef3829;text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px}.map-popup__row{display:flex;justify-content:space-between;align-items:center;padding:2px 0;font-size:12px;color:#666}.map-popup__row-label{font-weight:500;color:#333}.map-popup__row-value{text-align:right}.map-popup__divider{border:none;border-top:1px solid #EEEEEE;margin:6px 0}.map-popup__link{display:inline-block;margin-top:6px;font-size:12px;font-weight:500;color:#ef3829;text-decoration:none;cursor:pointer}.map-popup__link:hover{text-decoration:underline}.radius-label{background:transparent;border:none;font-family:Montserrat,sans-serif;font-size:11px;font-weight:600;color:#ef3829;white-space:nowrap}@media (max-width: 768px){.map-sidebar{position:absolute;top:auto;bottom:0;left:0;right:0;width:100%;height:50%;border-right:none;border-top:1px solid #EEEEEE;border-radius:16px 16px 0 0;box-shadow:0 -4px 16px #0000001f;transition:transform .3s cubic-bezier(.4,0,.2,1)}.map-sidebar--collapsed{transform:translateY(calc(100% - 48px))}.map-sidebar__toggle{position:absolute;top:-40px;left:50%;transform:translate(-50%);width:48px;height:32px;border-radius:8px 8px 0 0;border:1px solid #EEEEEE;border-bottom:none}.map-sidebar--collapsed .map-sidebar__toggle{left:50%;top:-40px}.map-legend{bottom:12px;right:12px;font-size:11px;padding:8px 12px;min-width:150px}.map-info-panel{top:auto;right:12px;left:12px;bottom:12px;width:auto;max-height:50%}}@media (max-width: 480px){.map-sidebar{height:60%}}
