.location-picker-modal-backdrop{position:fixed;inset:0;background-color:#0009;backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem;overflow-y:auto;min-height:100vh}.location-picker-modal{background:var(--fp-bg, #ffffff);border:1px solid var(--fp-border, #e5e7eb);border-radius:1rem;box-shadow:0 20px 60px #0000004d;width:100%;max-width:800px;max-height:calc(100vh - 2rem);display:flex;flex-direction:column;overflow:hidden;margin:auto;position:relative;align-self:center}.location-picker-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--fp-border, #e5e7eb)}.location-picker-modal-header h3{margin:0;font-size:1.25rem;font-weight:600;color:var(--fp-text, #111827)}.location-picker-modal-close{background:transparent;border:none;font-size:2rem;line-height:1;color:var(--fp-text-muted, #6b7280);cursor:pointer;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:.5rem;transition:all .2s ease}.location-picker-modal-close:hover{background:var(--fp-control-border, #e5e7eb);color:var(--fp-text, #111827)}.location-picker-modal-content{flex:1;display:flex;flex-direction:column;overflow:hidden;padding:1.5rem;gap:1rem}.location-picker-map-container{position:relative;width:100%;flex:1;min-height:400px;border-radius:.75rem;overflow:hidden;border:2px solid var(--fp-control-border, #e5e7eb)}.location-picker-map{width:100%;height:100%;min-height:400px}.location-picker-loading{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#ffffffe6;z-index:10}.location-picker-loading .spinner{border:3px solid #f3f3f3;border-top:3px solid var(--primary, #667eea);border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.location-picker-loading p{margin:0;color:var(--fp-text-muted, #6b7280);font-size:.9rem}.location-picker-instructions{padding:.75rem 1rem;background:var(--fp-control-bg, #f9fafb);border-radius:.5rem;border:1px solid var(--fp-control-border, #e5e7eb)}.location-picker-instructions p{margin:0;font-size:.9rem;color:var(--fp-text-muted, #6b7280);text-align:center}.location-picker-modal-footer{display:flex;gap:.75rem;justify-content:flex-end;padding:1.25rem 1.5rem;border-top:1px solid var(--fp-border, #e5e7eb)}.location-picker-button{padding:.5rem 1rem;border-radius:.5rem;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s ease;border:none}.location-picker-button-cancel{background:transparent;color:var(--fp-text-muted, #6b7280);border:1px solid var(--fp-border, #e5e7eb)}.location-picker-button-cancel:hover{background:var(--fp-control-bg, #f9fafb);color:var(--fp-text, #111827)}.location-picker-button-confirm{background:var(--primary, #667eea);color:#fff;box-shadow:0 8px 16px #667eea40}.location-picker-button-confirm:hover:not(:disabled){background:var(--primaryColor-dark, #5a67d8);transform:translateY(-1px);box-shadow:0 12px 20px #667eea59}.location-picker-button-confirm:disabled{opacity:.5;cursor:not-allowed}html.dark .location-picker-modal{background:var(--fp-bg, #111827)!important;border-color:var(--fp-border, #374151)!important}html.dark .location-picker-modal-header{border-color:var(--fp-border, #374151)!important}html.dark .location-picker-modal-header h3{color:#e5e7eb}html.dark .location-picker-modal-close{color:#9ca3af}html.dark .location-picker-modal-close:hover{background:#374151;color:#e5e7eb}html.dark .location-picker-map-container{border-color:#374151!important}html.dark .location-picker-loading{background-color:#111827e6}html.dark .location-picker-loading p{color:#9ca3af}html.dark .location-picker-instructions{background:#1f2937;border-color:#374151}html.dark .location-picker-instructions p{color:#9ca3af}html.dark .location-picker-modal-footer{border-color:#374151!important}html.dark .location-picker-button-cancel{color:#9ca3af;border-color:#374151}html.dark .location-picker-button-cancel:hover{background:#1f2937;color:#e5e7eb}html.dark .location-picker-button-confirm{background:#818cf8}html.dark .location-picker-button-confirm:hover:not(:disabled){background:#667eea}@media (max-width: 768px){.location-picker-modal-backdrop{padding:.5rem}.location-picker-modal{max-width:calc(100vw - 1rem);max-height:calc(100vh - 1rem)}.location-picker-modal-header{padding:1rem 1.25rem}.location-picker-modal-header h3{font-size:1.1rem}.location-picker-modal-content{padding:1rem}.location-picker-map-container,.location-picker-map{min-height:300px}.location-picker-modal-footer{padding:1rem 1.25rem;flex-direction:column-reverse}.location-picker-button{width:100%}}@media (max-width: 480px){.location-picker-modal-backdrop{padding:.25rem}.location-picker-modal{max-width:calc(100vw - .5rem);max-height:calc(100vh - .5rem);border-radius:.75rem}.location-picker-map-container,.location-picker-map{min-height:250px}}.filters-panel{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.25rem;background:var(--fp-bg, #ffffff);border:1px solid var(--fp-border, #e5e7eb);border-radius:1rem;padding:1rem;box-shadow:0 10px 30px #0000000f;backdrop-filter:saturate(120%) blur(6px)}.filters-row{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.filter.control{display:flex;flex-direction:column;gap:.5rem}.filters-panel label{color:var(--fp-text, #111827);font-weight:600;font-size:.9rem}.fp-chips{display:flex;flex-wrap:wrap;gap:.5rem}.fp-chip{border:1px solid var(--fp-control-border, #e5e7eb);background:var(--fp-control-bg, #fff);color:var(--fp-text, #111827);padding:.35rem .7rem;border-radius:9999px;cursor:pointer;transition:all .2s ease}.fp-chip:hover{border-color:#cbd5e1;transform:translateY(-1px)}.fp-chip.selected{background:#667eea1f;border-color:#667eea;color:#374151}html.dark .fp-chip.selected{background:#818cf826;border-color:#818cf8;color:#e5e7eb}.filter.control.grow{flex:1 1 320px}.fp-multiselect,.fp-input,input[type=range]{border:2px solid var(--fp-control-border, #e5e7eb);border-radius:.5rem;padding:.5rem .75rem;background:var(--fp-control-bg, #fff);color:var(--fp-text, #111827)}.fp-checkbox{display:inline-flex;gap:.5rem;align-items:center}.fp-distance-row{display:flex;gap:.75rem;align-items:center}.fp-distance-row .fp-reset.row{margin-left:auto;height:2.25rem;display:inline-flex;align-items:center}.fp-button{background:var(--primary, #667eea);color:#fff;border:none;padding:.5rem .75rem;border-radius:.5rem;cursor:pointer;box-shadow:0 8px 16px #667eea40}.fp-reset{background:transparent;color:var(--fp-text-muted, #6b7280);border:1px solid var(--fp-border, #e5e7eb);padding:.5rem .75rem;border-radius:.5rem;cursor:pointer}.fp-range-value{font-size:.9rem;color:var(--fp-text-muted, #6b7280)}html.dark,.theme-dark{--fp-bg: #111827;--fp-border: #374151;--fp-control-border: #374151;--fp-control-bg: #1f2937;--fp-text: #e5e7eb;--fp-text-muted: #9ca3af;--fp-range-track: #374151}html.dark .filters-panel{background:var(--fp-bg, #111827)!important;border-color:var(--fp-border, #374151)!important}html.dark .filters-panel label{color:#e5e7eb}html.dark .filters-panel .fp-multiselect,html.dark .filters-panel .fp-input,html.dark .filters-panel input[type=range]{background:#1f2937;border-color:#374151;color:#e5e7eb}html.dark .filters-panel .fp-button{background:#818cf8;color:#fff}html.dark .filters-panel .fp-reset{color:#9ca3af;border-color:#374151}html.dark .filters-panel input[type=range]::-webkit-slider-runnable-track{background:#374151}html.dark .filters-panel input[type=range]::-webkit-slider-thumb{border-color:#1f2937;background:#667eea}html.dark .filters-panel input[type=range]::-moz-range-track{background:#374151}html.dark .filters-panel input[type=range]::-moz-range-thumb{border-color:#1f2937;background:#667eea}.filters-panel input[type=range]{height:2.25rem;padding:0}.filters-panel input[type=range]::-webkit-slider-runnable-track{height:6px;background:var(--fp-range-track, #e5e7eb);border-radius:9999px}.filters-panel input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;height:16px;width:16px;background:var(--primary, #667eea);border-radius:9999px;margin-top:-5px;border:2px solid var(--fp-control-bg, #fff)}.filters-panel input[type=range]::-moz-range-track{height:6px;background:var(--fp-range-track, #e5e7eb);border-radius:9999px}.filters-panel input[type=range]::-moz-range-thumb{height:16px;width:16px;background:var(--primary, #667eea);border:2px solid var(--fp-control-bg, #fff);border-radius:9999px}.fp-switch{display:inline-flex;align-items:center;gap:.6rem;border:1px solid var(--fp-control-border, #e5e7eb);background:var(--fp-control-bg, #fff);color:var(--fp-text, #111827);border-radius:9999px;padding:.35rem .5rem .35rem .35rem}.fp-switch .fp-switch-thumb{width:34px;height:20px;border-radius:9999px;position:relative;background:var(--fp-range-track, #e5e7eb);transition:all .2s ease}.fp-switch .fp-switch-thumb:after{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:var(--primary, #667eea);transition:transform .2s ease}.fp-switch.on .fp-switch-thumb{background:#667eea66}.fp-switch.on .fp-switch-thumb:after{transform:translate(14px)}.fp-switch .fp-switch-label{font-weight:600;font-size:.9rem}html.dark .fp-switch{border-color:#374151;background:#1f2937;color:#e5e7eb}html.dark .fp-switch .fp-switch-thumb{background:#374151}.map-layout{display:grid;grid-template-columns:400px 1fr;gap:1.5rem;height:calc(100vh - 200px);min-height:600px;max-height:800px}.map-layout .sidebar{display:flex;flex-direction:column;background:#fff;border-radius:1rem;overflow:hidden;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000d}.map-layout .listing-list{flex:1;overflow-y:auto;padding:.5rem}.map-layout .listing-item{padding:1.25rem;margin-bottom:.5rem;border-radius:.75rem;border:1px solid #e5e7eb;cursor:pointer;transition:all .2s ease;background:#fff}.map-layout .listing-item:hover{border-color:#cbd5e0;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.map-layout .listing-item.active{border-color:#667eea;background:#667eea0d;box-shadow:0 0 0 2px #667eea1a}.map-layout .listing-item h3{font-size:1.125rem;margin:0 0 .625rem;color:#1a202c;font-weight:700}.map-layout .listing-item p{font-size:.9375rem;color:#6b7280;margin:0 0 .75rem;line-height:1.6}.map-layout .listing-address{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#4a5568}.map-layout .listing-address svg{color:#667eea;flex-shrink:0}.map-layout .listing-address span{color:#6b7280}.map-layout .no-address-message{padding:3rem 2rem;text-align:center;color:#6b7280}.map-layout .no-address-message p{margin:0;font-size:1.0625rem;line-height:1.6}.map-layout .map-container{position:relative;border-radius:1rem;overflow:hidden;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000d}.map-layout #map{width:100%;height:100%;border-radius:1rem}.map-layout .map-loading{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fffffff2;z-index:1000}.map-layout .spinner{width:48px;height:48px;border:4px solid #e5e7eb;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.map-layout .map-loading p{margin-top:1rem;color:#4a5568;font-weight:500}.map-popup{padding:.5rem 0;min-width:200px}.map-popup h3{font-size:1.125rem;margin:0 0 .5rem;color:#1a202c;font-weight:700}.map-popup p{font-size:.9375rem;color:#6b7280;margin:0 0 .75rem;line-height:1.5}.map-popup a{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;background:#667eea;color:#fff;text-decoration:none;border-radius:.375rem;font-size:.875rem;font-weight:600;transition:all .2s ease;border:1px solid #667eea}.map-popup a:hover{background:#5a67d8;border-color:#5a67d8}.map-dark-mode .leaflet-popup-content-wrapper{background-color:#1f2937!important;color:#e5e7eb!important;border:1px solid #374151!important;border-radius:.5rem!important;box-shadow:0 4px 12px #00000080!important}.map-dark-mode .leaflet-popup-tip{background-color:#1f2937!important;border:1px solid #374151!important;border-top:none!important;border-left:none!important}.map-dark-mode .leaflet-popup-close-button{color:#9ca3af!important}.map-dark-mode .leaflet-popup-close-button:hover{color:#e5e7eb!important}.map-dark-mode .map-popup h3{color:#f9fafb!important}.map-dark-mode .map-popup p{color:#d1d5db!important}.map-dark-mode .map-popup a{background-color:#818cf8!important;color:#fff!important;border:1px solid #818cf8!important}.map-dark-mode .map-popup a:hover{background-color:#6366f1!important}.map-dark-mode .leaflet-control-zoom a{background-color:#1f2937!important;border-bottom:1px solid #374151!important;color:#e5e7eb!important;border-radius:0!important}.map-dark-mode .leaflet-control-zoom a:first-child{border-top-left-radius:.375rem!important;border-top-right-radius:.375rem!important}.map-dark-mode .leaflet-control-zoom a:last-child{border-bottom:none!important;border-bottom-left-radius:.375rem!important;border-bottom-right-radius:.375rem!important}.map-dark-mode .leaflet-control-zoom a:hover{background-color:#374151!important}.map-dark-mode .leaflet-control-attribution{background-color:#1f2937f2!important;color:#9ca3af!important;border:1px solid #374151!important;border-radius:.375rem!important}.map-dark-mode .leaflet-control-attribution a{color:#818cf8!important}.map-dark-mode .leaflet-control-attribution a:hover{color:#6366f1!important}.map-dark-mode .map-layout .sidebar{background-color:#1f2937!important;border-color:#374151!important}.map-dark-mode .map-layout .listing-item{background-color:#111827!important;border-color:#374151!important;color:#e5e7eb!important}.map-dark-mode .map-layout .listing-item:hover{background-color:#1f2937!important;border-color:#4b5563!important}.map-dark-mode .map-layout .listing-item.active{border-color:#818cf8!important;background-color:#818cf81a!important;box-shadow:0 0 0 2px #818cf81a!important}.map-dark-mode .map-layout .listing-item h3{color:#f9fafb!important}.map-dark-mode .map-layout .listing-item p,.map-dark-mode .map-layout .listing-address{color:#9ca3af!important}.map-dark-mode .map-layout .listing-address svg{color:#818cf8!important}.map-dark-mode .map-layout .listing-address span,.map-dark-mode .map-layout .no-address-message{color:#9ca3af!important}.map-dark-mode .map-layout .map-container{border-color:#374151!important}.map-dark-mode .map-layout .map-loading{background:#1f2937f2!important}.map-dark-mode .map-layout .spinner{border-color:#374151!important;border-top-color:#818cf8!important}.map-dark-mode .map-layout .map-loading p{color:#d1d5db!important}@media (max-width: 1024px){.map-layout{grid-template-columns:350px 1fr}}@media (max-width: 768px){.map-layout{grid-template-columns:1fr;grid-template-rows:300px 1fr;height:auto;max-height:none}.map-layout .sidebar{order:2}.map-layout .map-container{order:1;height:300px}.map-layout .listing-list{max-height:400px}}
