.app-layout{display:flex;flex-direction:column;min-height:100vh}.main-nav{display:flex;justify-content:space-between;align-items:center;padding:.75rem 2rem;background-color:#fff;border-bottom:1px solid #dee2e6;box-shadow:0 2px 4px #0000000d}.nav-logo a{font-weight:700;font-size:1.5rem;color:#343a40;text-decoration:none}.nav-links{list-style:none;display:flex;align-items:center;gap:1.5rem;margin:0;padding:0}.nav-links a{text-decoration:none;color:#495057;font-weight:500;transition:color .2s}.nav-links a:hover{color:#007bff}.logout-button{background:none;border:1px solid #dc3545;color:#dc3545;padding:.5rem 1rem;border-radius:5px;cursor:pointer;font-weight:500;transition:background-color .2s,color .2s}.logout-button:hover{background-color:#dc3545;color:#fff}.main-content-area{flex-grow:1;padding:0;background-color:#f8f9fa}.modal-content{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000001a;width:100%;max-width:500px;animation:slide-down .3s ease-out}@keyframes slide-down{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-content h3{margin-top:0;margin-bottom:.5rem}.modal-content p{margin-top:0;margin-bottom:1.5rem;color:#6b7280}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#374151}.form-group select,.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem}.new-list-form{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:1rem;margin-top:1rem}.new-list-form h4{margin-top:0;border-bottom:1px solid #e5e7eb;padding-bottom:.5rem;margin-bottom:1rem}.modal-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:2rem}.btn-primary,.btn-secondary{padding:.75rem 1.5rem;border:none;border-radius:6px;cursor:pointer;font-weight:600;font-size:1rem;transition:background-color .2s,box-shadow .2s}.btn-primary{background-color:#4f46e5;color:#fff}.btn-primary:hover{background-color:#4338ca}.btn-primary:disabled{background-color:#a5b4fc;cursor:not-allowed}.error-message{color:#ef4444;margin-top:1rem;text-align:center}.actions-menu{background-color:#f8f9fa;padding:1rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-top:1rem}.actions-menu h3{margin-top:0;margin-bottom:1.5rem;border-bottom:1px solid #e5e7eb;padding-bottom:.5rem}.action-section{margin-bottom:1.5rem;padding:1rem;background:#fff;border-radius:8px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000d}.action-section h4{margin:0 0 .75rem;color:#1f2937;font-size:16px;font-weight:600;padding-bottom:.75rem;border-bottom:2px solid #f3f4f6}.action-section.search-section{background:#f0f9ff;border-color:#3b82f6}.action-section.city-section{background:#f0fdf4;border-color:#10b981}.action-section.search-section h4{color:#1e40af;border-bottom-color:#dbeafe}.action-section.city-section h4{color:#047857;border-bottom-color:#d1fae5}.button-group{display:flex;gap:8px;flex-wrap:wrap}.action-input{width:100%;min-width:0;box-sizing:border-box}.search-field{margin-bottom:1rem}.field-label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem;font-size:14px}.location-toggle{display:flex;gap:1rem;margin-bottom:.5rem}.toggle-option{display:flex;align-items:center;gap:.25rem;font-size:14px;cursor:pointer}.toggle-option input[type=radio]{margin:0}.reference-point-selection,.add-city-section{display:flex;flex-direction:column;gap:.5rem}.city-input-group{display:flex;gap:.5rem;align-items:center}.city-name-input{flex:2;min-width:0}.country-select{flex:1;min-width:0;max-width:100px}.provider-selection{display:flex;flex-direction:column;gap:.5rem;margin:.5rem 0}.provider-select{width:100%}.provider-option{display:flex;align-items:center;gap:.25rem;font-size:13px;cursor:pointer}.provider-option input[type=radio]{margin:0}.point-selector-group{display:flex;gap:.5rem;align-items:center;margin-bottom:.5rem}.point-select{flex:1;min-width:0;max-width:calc(100% - 50px)}.edit-point-button{background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;padding:.5rem;cursor:pointer;font-size:1rem;transition:background-color .2s;min-width:40px}.edit-point-button:hover{background:#e5e7eb}.action-button{padding:8px 16px;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s;background:#fff;color:#374151}.action-button:hover{background:#f9fafb;border-color:#9ca3af}.action-button:disabled{opacity:.5;cursor:not-allowed}.action-button.primary{background:#3b82f6;border-color:#3b82f6;color:#fff}.action-button.primary:hover:not(:disabled){background:#2563eb;border-color:#2563eb}.action-button.secondary{background:#f3f4f6;border-color:#d1d5db;color:#374151;font-size:13px}.action-button.secondary:hover{background:#e5e7eb}.search-buttons{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.5rem}.search-buttons .action-button{flex:1;min-width:0;max-width:100%}.search-type-toggle{margin:12px 0;padding:12px;background:#f9fafb;border-radius:6px;border:1px solid #e5e7eb}.toggle-label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;color:#374151}.toggle-label input[type=checkbox]{width:16px;height:16px}.toggle-label span{font-weight:500}.help-text{margin:8px 0 0;font-size:12px;color:#6b7280;font-style:italic}.search-type-selector{display:flex;margin-bottom:1rem;border-radius:6px;overflow:hidden;border:1px solid #d1d5db}.search-type-selector button{flex-grow:1;padding:.75rem;border:none;background-color:#f9fafb;cursor:pointer;transition:background-color .2s;color:#374151}.search-type-selector button:not(:last-child){border-right:1px solid #d1d5db}.search-type-selector button.active{background-color:#4f46e5;color:#fff;font-weight:600}.search-form{display:flex;flex-direction:column;gap:.75rem}.action-button{width:100%;padding:.75rem;background-color:#4f46e5;color:#fff;border:none;border-radius:6px;font-size:1rem;cursor:pointer;transition:background-color .2s;margin-bottom:.5rem}.action-button:hover:not(:disabled){background-color:#4338ca}.action-button:disabled{background-color:#a5b4fc;cursor:not-allowed}.btn-toggle-custom{width:100%;padding:.5rem;background-color:transparent;border:1px solid #d1d5db;color:#4b5563;border-radius:6px;cursor:pointer}.custom-search-form{display:flex;flex-direction:column;gap:.75rem;padding:1rem;margin-bottom:1.5rem;background-color:#f9fafb;border-radius:6px;animation:fadeIn .3s ease-out}.custom-input{width:100%;padding:.5rem;border:1px solid #d1d5db;border-radius:4px}.actions-note{font-size:.85rem;color:#6b7280;text-align:center;margin-top:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.edit-reference-point-modal .modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;pointer-events:auto}.edit-reference-point-modal .modal-content{background:#fff;border-radius:12px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 25px #0000004d;z-index:inherit;position:relative}.edit-reference-point-modal .modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.edit-reference-point-modal .modal-header h3{margin:0;color:#374151;font-size:1.25rem}.edit-reference-point-modal .close-button{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6b7280;padding:.25rem;line-height:1}.edit-reference-point-modal .close-button:hover{color:#374151}.edit-reference-point-modal .modal-body{padding:1.5rem}.edit-reference-point-modal .form-group{margin-bottom:1rem}.edit-reference-point-modal .form-group label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem;font-size:.9rem}.edit-reference-point-modal .form-input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.9rem;transition:border-color .2s}.edit-reference-point-modal .form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.edit-reference-point-modal .input-with-button{display:flex;gap:.5rem;align-items:center}.edit-reference-point-modal .input-with-button .form-input{flex:1}.edit-reference-point-modal .geocode-button{padding:.75rem;background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;font-size:1rem;transition:background-color .2s}.edit-reference-point-modal .geocode-button:hover{background:#e5e7eb}.edit-reference-point-modal .geocode-button:disabled{opacity:.5;cursor:not-allowed}.edit-reference-point-modal .coordinates-group{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.edit-reference-point-modal .zoom-slider{width:100%;margin-bottom:.5rem}.edit-reference-point-modal .zoom-value{font-size:.8rem;color:#6b7280}.edit-reference-point-modal .visual-options{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.edit-reference-point-modal .description-input{resize:vertical;min-height:80px}.edit-reference-point-modal .coordinates-display{margin-top:1rem;padding:.75rem;background:#f9fafb;border-radius:6px;font-size:.8rem;color:#6b7280}.edit-reference-point-modal .maps-link{color:#3b82f6;text-decoration:none;margin-left:1rem}.edit-reference-point-modal .maps-link:hover{text-decoration:underline}.edit-reference-point-modal .modal-footer{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-top:1px solid #e5e7eb}.edit-reference-point-modal .action-buttons{display:flex;gap:.75rem}.edit-reference-point-modal .delete-button{background:#dc2626;color:#fff;border:none;padding:.75rem 1rem;border-radius:6px;cursor:pointer;font-size:.9rem;transition:background-color .2s}.edit-reference-point-modal .delete-button:hover:not(:disabled){background:#b91c1c}.edit-reference-point-modal .cancel-button{background:#f3f4f6;color:#374151;border:1px solid #d1d5db;padding:.75rem 1rem;border-radius:6px;cursor:pointer;font-size:.9rem;transition:background-color .2s}.edit-reference-point-modal .cancel-button:hover:not(:disabled){background:#e5e7eb}.edit-reference-point-modal .save-button{background:#3b82f6;color:#fff;border:none;padding:.75rem 1rem;border-radius:6px;cursor:pointer;font-size:.9rem;transition:background-color .2s}.edit-reference-point-modal .save-button:hover:not(:disabled){background:#2563eb}.edit-reference-point-modal .save-button:disabled{background:#9ca3af;cursor:not-allowed}.edit-reference-point-modal .delete-button:disabled,.edit-reference-point-modal .cancel-button:disabled{opacity:.5;cursor:not-allowed}.analytics-dashboard{width:95vw;max-width:1200px;height:90vh;background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column}.modal-header h2{margin:0;color:#1f2937;font-size:1.5rem;font-weight:600}.time-range-selector select{padding:.5rem;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#374151;font-size:.875rem}.loading-indicator{display:flex;justify-content:center;align-items:center;padding:3rem;color:#6b7280;font-size:1.125rem}.summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.summary-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;text-align:center;transition:transform .2s}.summary-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a}.summary-card.success{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-color:#bbf7d0}.summary-value{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.summary-card.success .summary-value{color:#166534}.summary-label{font-size:.875rem;color:#6b7280;font-weight:500}.section{margin-bottom:2rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem}.section h3{margin:0 0 1rem;color:#374151;font-size:1.125rem;font-weight:600}.time-series-chart{background:#fff;border-radius:8px;padding:1rem}.chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.chart-header h4{margin:0;color:#374151;font-weight:600}.chart-legend{display:flex;gap:1rem}.legend-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7280}.legend-color{width:12px;height:12px;border-radius:2px}.legend-color.searches{background:#3b82f6}.legend-color.success-rate{background:#10b981}.chart-container{display:flex;align-items:end;gap:2px;height:200px;padding:1rem 0;border-bottom:1px solid #e5e7eb;position:relative}.chart-bar-group{flex:1;display:flex;flex-direction:column;align-items:center;height:100%}.chart-bars{display:flex;gap:1px;height:160px;align-items:end;flex:1}.chart-bar{width:8px;border-radius:2px 2px 0 0;transition:all .2s}.chart-bar.searches{background:#3b82f6}.chart-bar.success-rate{background:#10b981}.chart-bar:hover{opacity:.7}.chart-label{font-size:.75rem;color:#6b7280;margin-top:.5rem;text-align:center;writing-mode:horizontal-tb;transform:rotate(0)}.chart-placeholder{display:flex;justify-content:center;align-items:center;height:200px;color:#6b7280;font-style:italic}.popular-terms{background:#fff;border-radius:8px;overflow:hidden}.popular-term{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;border-bottom:1px solid #f3f4f6}.popular-term:last-child{border-bottom:none}.term-rank{background:#f3f4f6;color:#6b7280;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;min-width:30px;text-align:center}.term-query{flex:1;font-weight:500;color:#374151}.term-count{color:#6b7280;font-size:.875rem}.performance-breakdown{background:#fff;border-radius:8px;padding:1rem}.breakdown-item{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;position:relative}.breakdown-item:last-child{margin-bottom:0}.breakdown-bar{height:20px;border-radius:10px;min-width:2px;transition:width .3s ease}.breakdown-item.successful .breakdown-bar{background:#10b981}.breakdown-item.failed .breakdown-bar{background:#ef4444}.breakdown-item.timeout .breakdown-bar{background:#f59e0b}.breakdown-item.cancelled .breakdown-bar{background:#6b7280}.breakdown-label{font-size:.875rem;color:#374151;font-weight:500;min-width:120px}.recommendations{display:flex;flex-direction:column;gap:1rem}.recommendation-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem}.recommendation-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.recommendation-icon{font-size:1.25rem}.recommendation-title{flex:1;margin:0;color:#374151;font-size:1rem;font-weight:600}.recommendation-severity{background:#ef4444;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase}.recommendation-description{margin:0 0 .75rem;color:#6b7280;font-size:.875rem}.recommendation-details{font-size:.875rem}.recommendation-impact,.recommendation-suggestion{margin-bottom:.5rem;color:#374151}.recommendation-impact strong,.recommendation-suggestion strong{color:#1f2937}.no-recommendations{text-align:center;color:#10b981;font-weight:500;padding:2rem;background:#fff;border-radius:8px}.no-data{text-align:center;color:#6b7280;font-style:italic;padding:2rem;background:#fff;border-radius:8px}.export-options{display:flex;gap:1rem;flex-wrap:wrap}.export-button{padding:.75rem 1rem;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:background-color .2s}.export-button:hover{background:#2563eb}.modal-footer{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-top:1px solid #e5e7eb;background:#f9fafb;border-radius:0 0 12px 12px}.refresh-button{padding:.75rem 1rem;background:#f3f4f6;border:1px solid #d1d5db;color:#374151;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s}.refresh-button:hover:not(:disabled){background:#e5e7eb}.refresh-button:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 1024px){.analytics-dashboard{width:100vw;height:100vh;border-radius:0}.summary-cards{grid-template-columns:repeat(2,1fr)}.chart-container{height:150px}.chart-bars{height:120px}}@media (max-width: 768px){.modal-header,.modal-content,.modal-footer{padding:1rem}.summary-cards{grid-template-columns:1fr;gap:.75rem}.chart-legend{flex-direction:column;gap:.5rem}.recommendation-header{flex-direction:column;align-items:flex-start;gap:.5rem}.export-options{flex-direction:column}.modal-footer{flex-direction:column;gap:1rem}}.filters-container{padding:1rem 0;border-bottom:1px solid var(--color-border);margin-bottom:1rem}.filters-container h4{margin-top:0;margin-bottom:1.5rem;font-size:1.1rem;font-weight:600;color:var(--color-text)}.filter-form .form-group{margin-bottom:1rem}.filter-form label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500;color:var(--color-text-muted)}.filter-form input,.filter-form select{width:100%;box-sizing:border-box;background-color:var(--color-background)}.filter-form input:focus,.filter-form select:focus{background-color:var(--color-surface)}.filter-form button{width:100%;margin-top:1rem;padding:.75rem;font-size:1rem}.form-buttons{display:flex;gap:.5rem;margin-top:1rem}.form-buttons button{width:100%;margin-top:0}.import-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;width:90%;max-width:900px;max-height:90vh;display:flex;flex-direction:column;z-index:1001}.import-modal .modal-header{padding:1.5rem;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center}.import-modal .modal-header h2{margin:0;font-size:1.5rem;color:#333}.import-modal .modal-content{flex:1;padding:1.5rem;overflow-y:auto}.upload-section{display:flex;flex-direction:column;gap:2rem}.upload-area{border:2px dashed #4CAF50;border-radius:12px;padding:3rem;text-align:center;cursor:pointer;transition:all .3s;background:#f9fafb}.upload-area:hover{border-color:#45a049;background:#f0f8f0}.upload-icon{font-size:3rem;margin-bottom:1rem}.upload-area h3{margin:0 0 .5rem;color:#333}.upload-area p{margin:0 0 .5rem;color:#666}.upload-area small{color:#999}.import-info{background:#f5f5f5;padding:1.5rem;border-radius:8px}.import-info h4{margin:0 0 1rem;color:#333}.import-info ul{list-style:none;padding:0;margin:0}.import-info li{padding:.5rem 0;color:#555}.mapping-section{display:flex;flex-direction:column;gap:1.5rem}.mapping-section h3{margin:0;color:#333}.mapping-section>p{margin:0;color:#666}.preview-table{background:#f9fafb;padding:1rem;border-radius:8px;overflow-x:auto}.preview-table h4{margin:0 0 1rem;color:#555}.preview-table table{width:100%;border-collapse:collapse;font-size:.9rem}.preview-table th{background:#e0e0e0;padding:.5rem;text-align:left;font-weight:600;white-space:nowrap}.preview-table td{padding:.5rem;border-bottom:1px solid #e0e0e0;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.preview-table small{display:block;margin-top:.5rem;color:#666}.field-mapping{display:flex;flex-direction:column;gap:1.5rem}.field-mapping h4{margin:0;color:#333}.mapping-group{background:#f9fafb;padding:1rem;border-radius:8px}.mapping-group h5{margin:0 0 1rem;color:#555;font-size:.95rem}.mapping-row{display:grid;grid-template-columns:150px 1fr;gap:1rem;align-items:center;margin-bottom:.75rem}.field-label{font-weight:500;color:#333}.mapping-select{padding:.5rem;border:1px solid #ddd;border-radius:6px;background:#fff;font-size:.9rem}.mapping-select.unmapped{border-color:#f44336;background:#fff5f5}.processing-section{text-align:center;padding:3rem 1rem}.processing-animation{margin-bottom:2rem}.spinner{width:60px;height:60px;margin:0 auto;border:4px solid #f3f3f3;border-top:4px solid #4CAF50;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.processing-section h3{margin:0 0 .5rem;color:#333}.processing-section p{margin:0 0 2rem;color:#666}.processing-steps{list-style:none;padding:0;text-align:left;max-width:300px;margin:0 auto}.processing-steps li{padding:.5rem 0;color:#666}.processing-steps li.processing{color:#4caf50;font-weight:500}.results-section{text-align:center}.results-section h3{margin:0 0 2rem;color:#333;font-size:1.5rem}.results-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin-bottom:2rem}.result-card{background:#f5f5f5;padding:1.5rem;border-radius:8px;border:2px solid transparent}.result-card.success{background:#e8f5e9;border-color:#4caf50}.result-card.info{background:#e3f2fd;border-color:#2196f3}.result-card.warning{background:#fff8e1;border-color:#ff9800}.result-card.primary{background:#e8eaf6;border-color:#3f51b5}.result-card.error{background:#ffebee;border-color:#f44336}.result-number{font-size:2rem;font-weight:700;color:#333;margin-bottom:.25rem}.result-label{font-size:.9rem;color:#666}.results-summary{text-align:left;background:#f9fafb;padding:1.5rem;border-radius:8px}.results-summary p{margin:.5rem 0;color:#555}.error-banner{background:#ffebee;color:#c62828;padding:1rem;border-radius:8px;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.import-modal .modal-footer{padding:1.5rem;border-top:1px solid #e0e0e0;display:flex;justify-content:flex-end;gap:1rem}.import-button{padding:.75rem 1.5rem;background:#4caf50;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .2s}.import-button:hover:not(:disabled){background:#45a049;transform:translateY(-1px);box-shadow:0 2px 8px #4caf504d}.import-button:disabled{background:#ccc;cursor:not-allowed;transform:none;box-shadow:none}.import-button.secondary{background:#f0f0f0;color:#333;border:1px solid #ddd}.import-button.secondary:hover{background:#e0e0e0}@media (max-width: 768px){.import-modal{width:95%;max-width:none}.mapping-row{grid-template-columns:1fr;gap:.5rem}.results-grid{grid-template-columns:repeat(2,1fr)}}.import-modal .modal-content::-webkit-scrollbar{width:8px}.import-modal .modal-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.import-modal .modal-content::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.import-modal .modal-content::-webkit-scrollbar-thumb:hover{background:#555}.tooltip-container{position:relative;display:inline-block}.tooltip{position:absolute;z-index:1000;background:#1f2937;color:#fff;padding:8px 12px;border-radius:6px;font-size:12px;line-height:1.4;white-space:normal;word-wrap:break-word;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;opacity:0;animation:fadeIn .2s ease-in-out forwards}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.tooltip-content{position:relative}.tooltip-arrow{position:absolute;width:0;height:0;border-style:solid}.tooltip-top{bottom:100%;left:50%;transform:translate(-50%);margin-bottom:8px}.tooltip-arrow-top{top:100%;left:50%;transform:translate(-50%);border-width:6px 6px 0 6px;border-color:#1f2937 transparent transparent transparent}.tooltip-bottom{top:100%;left:50%;transform:translate(-50%);margin-top:8px}.tooltip-arrow-bottom{bottom:100%;left:50%;transform:translate(-50%);border-width:0 6px 6px 6px;border-color:transparent transparent #1f2937 transparent}.tooltip-left{right:100%;top:50%;transform:translateY(-50%);margin-right:8px}.tooltip-arrow-left{left:100%;top:50%;transform:translateY(-50%);border-width:6px 0 6px 6px;border-color:transparent transparent transparent #1f2937}.tooltip-right{left:100%;top:50%;transform:translateY(-50%);margin-left:8px}.tooltip-arrow-right{right:100%;top:50%;transform:translateY(-50%);border-width:6px 6px 6px 0;border-color:transparent #1f2937 transparent transparent}@media (max-width: 768px){.tooltip{font-size:11px;padding:6px 10px;max-width:250px!important}.tooltip-arrow{border-width:5px}.tooltip-arrow-top{border-width:5px 5px 0 5px}.tooltip-arrow-bottom{border-width:0 5px 5px 5px}.tooltip-arrow-left{border-width:5px 0 5px 5px}.tooltip-arrow-right{border-width:5px 5px 5px 0}}.map-controls{background:#fff;border-radius:8px;padding:16px;box-shadow:0 2px 8px #00000026;margin-bottom:16px}.reference-info h3{margin:0 0 12px;color:#374151;font-size:16px}.reference-details{margin-bottom:16px}.detail-row{display:flex;justify-content:space-between;margin-bottom:4px}.label{font-weight:500;color:#6b7280}.value{color:#1f2937;font-family:monospace;font-size:12px}.control-buttons,.setting-buttons{display:flex;gap:8px;flex-wrap:wrap}.btn-primary,.btn-secondary,.btn-success,.btn-cancel{padding:8px 12px;border:none;border-radius:4px;cursor:pointer;font-size:12px;font-weight:500;transition:background-color .2s}.btn-primary{background:#3b82f6;color:#fff}.btn-primary:hover{background:#2563eb}.btn-secondary{background:#6b7280;color:#fff}.btn-secondary:hover{background:#4b5563}.btn-success{background:#10b981;color:#fff}.btn-success:hover{background:#059669}.btn-success:disabled{background:#9ca3af;cursor:not-allowed}.btn-cancel{background:#ef4444;color:#fff}.btn-cancel:hover{background:#dc2626}.setting-mode{border:2px solid #3b82f6;border-radius:6px;padding:12px;background:#eff6ff}.instructions{margin-bottom:12px}.instructions p{margin:4px 0;font-size:13px}.current-position{background:#fff;padding:8px;border-radius:4px;margin:8px 0}.current-position p{margin:2px 0;font-size:12px}.name-input{margin:8px 0}.name-input input{width:100%;padding:6px 8px;border:1px solid #d1d5db;border-radius:4px;font-size:12px}.name-input input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.navigation-preferences{margin-top:16px;border-top:1px solid #e5e7eb;padding-top:16px}.section-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:4px 0;border-radius:4px;transition:background-color .2s}.section-header:hover{background-color:#f9fafb}.section-header h3{margin:0;color:#374151;font-size:14px;font-weight:600}.toggle-icon{color:#6b7280;font-size:12px;transition:transform .2s}.preferences-content{margin-top:12px;padding:12px;background:#f9fafb;border-radius:6px;border:1px solid #e5e7eb}.preference-group{margin-bottom:16px}.preference-group:last-child{margin-bottom:0}.preference-label{display:block;font-size:12px;font-weight:500;color:#374151;margin-bottom:8px}.behavior-options{display:flex;flex-direction:column;gap:6px}.radio-option{display:flex;align-items:flex-start;gap:8px;cursor:pointer;padding:6px;border-radius:4px;transition:background-color .2s}.radio-option:hover{background-color:#f3f4f6}.radio-option input[type=radio]{margin-top:2px;flex-shrink:0}.radio-label{display:flex;flex-direction:column;gap:2px}.radio-label strong{font-size:12px;color:#374151}.radio-label small{font-size:10px;color:#6b7280;line-height:1.2}.zoom-control{display:flex;align-items:center;gap:12px}.zoom-slider{flex:1;height:4px;background:#e5e7eb;border-radius:2px;outline:none;-webkit-appearance:none}.zoom-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:#3b82f6;cursor:pointer;border:2px solid white;box-shadow:0 2px 4px #0003}.zoom-slider::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#3b82f6;cursor:pointer;border:2px solid white;box-shadow:0 2px 4px #0003}.zoom-value{font-weight:600;color:#374151;font-size:12px;min-width:20px;text-align:center}.checkbox-option{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:12px;color:#374151}.checkbox-option input[type=checkbox]{flex-shrink:0}.preferences-actions{margin-top:12px;padding-top:12px;border-top:1px solid #e5e7eb}.btn-reset{padding:6px 12px;border:1px solid #d1d5db;border-radius:4px;background:#fff;color:#6b7280;cursor:pointer;font-size:11px;font-weight:500;transition:all .2s}.btn-reset:hover{background:#f9fafb;border-color:#9ca3af;color:#374151}.reference-points-section{margin-top:16px;border-top:1px solid #e5e7eb;padding-top:16px}.reference-manager-content{margin-top:12px;padding:12px;background:#f9fafb;border-radius:6px;border:1px solid #e5e7eb}.active-point-display{margin-bottom:16px;padding:12px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px}.active-point-display h4{margin:0 0 8px;color:#1e40af;font-size:13px;font-weight:600}.active-point-info .point-header{display:flex;align-items:center;gap:8px;margin-bottom:4px}.active-point-info .point-name{font-weight:600;color:#1f2937;font-size:14px}.active-point-info .point-coords{font-size:11px;color:#6b7280;font-family:monospace}.points-list{margin-bottom:16px}.points-list h4{margin:0 0 12px;color:#374151;font-size:13px;font-weight:600}.point-item{display:flex;align-items:center;justify-content:space-between;padding:8px;border:1px solid #e5e7eb;border-radius:4px;margin-bottom:6px;transition:all .2s;cursor:pointer}.point-item:hover{background:#f3f4f6;border-color:#d1d5db}.point-item.active{background:#dbeafe;border-color:#3b82f6}.point-info{display:flex;align-items:center;gap:8px;flex:1}.point-icon{font-size:16px;flex-shrink:0}.point-details{flex:1;min-width:0}.point-name{font-size:12px;font-weight:500;color:#374151;display:flex;align-items:center;gap:6px}.point-coords{font-size:10px;color:#6b7280;font-family:monospace}.point-description{font-size:10px;color:#9ca3af;font-style:italic;margin-top:2px}.default-badge,.default-badge-small{background:#fbbf24;color:#92400e;padding:2px 6px;border-radius:10px;font-size:9px;font-weight:600;text-transform:uppercase}.default-badge-small{font-size:8px;padding:1px 4px}.point-actions{display:flex;gap:4px;flex-shrink:0}.btn-icon{background:none;border:none;font-size:14px;cursor:pointer;padding:4px;border-radius:3px;transition:all .2s;display:flex;align-items:center;justify-content:center;min-width:24px;height:24px}.btn-icon:hover{background:#f3f4f6}.btn-icon.delete:hover{background:#fee2e2;color:#dc2626}.points-actions{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.points-actions button{width:100%;padding:8px 12px;font-size:11px;border-radius:4px;font-weight:500;cursor:pointer;transition:all .2s}.points-actions .btn-primary{background:#3b82f6;border:1px solid #3b82f6;color:#fff}.points-actions .btn-primary:hover:not(:disabled){background:#2563eb}.points-actions .btn-primary:disabled{background:#9ca3af;border-color:#9ca3af;cursor:not-allowed}.points-actions .btn-secondary{background:#fff;border:1px solid #d1d5db;color:#6b7280}.points-actions .btn-secondary:hover{background:#f9fafb;border-color:#9ca3af}.quick-actions{margin-top:8px;padding-top:8px;border-top:1px solid #e5e7eb}.quick-actions small{font-size:10px;color:#6b7280;line-height:1.3}.edit-point-modal{background:#fff;border-radius:8px;padding:20px;max-width:400px;width:90%;box-shadow:0 4px 6px -1px #0000001a;z-index:100001!important;position:relative!important}.edit-point-modal h3{margin:0 0 16px;color:#1f2937;font-size:18px}.edit-form{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.edit-form label{display:flex;flex-direction:column;gap:4px;font-size:12px;font-weight:500;color:#374151}.edit-form input,.edit-form select{padding:6px 8px;border:1px solid #d1d5db;border-radius:4px;font-size:12px}.edit-form input:focus,.edit-form select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.edit-actions{display:flex;gap:8px;justify-content:flex-end}.edit-actions button{padding:6px 12px;border-radius:4px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s}.edit-actions .btn-success{background:#10b981;border:1px solid #10b981;color:#fff}.edit-actions .btn-success:hover{background:#059669}.edit-actions .btn-cancel{background:#fff;border:1px solid #d1d5db;color:#6b7280}.edit-actions .btn-cancel:hover{background:#f9fafb}@media (max-width: 768px){.reference-manager-content{padding:8px}.point-item{padding:6px}.point-name{font-size:11px}.point-coords{font-size:9px}.btn-icon{min-width:20px;height:20px;font-size:12px}.edit-point-modal{padding:16px;max-width:350px}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.reference-marker-green{filter:hue-rotate(-59deg) brightness(.85) saturate(1.1)}.reference-marker-red{filter:hue-rotate(143deg) brightness(1.2) saturate(1.1)}.reference-marker-yellow{filter:hue-rotate(180deg) brightness(1) saturate(1.15)}.reference-marker-purple{filter:hue-rotate(41deg) brightness(1.35) saturate(1.1)}.reference-marker-pink{filter:hue-rotate(113deg) brightness(1.25) saturate(1)}.map-view-container{position:relative;height:100%;width:100%}.map-position-indicator{position:absolute;bottom:10px;left:10px;background:#fffffff2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:8px 12px;border-radius:6px;font-size:12px;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;color:#374151;border:1px solid rgba(0,0,0,.1);box-shadow:0 2px 4px #0000001a;z-index:1000;max-width:300px;line-height:1.4}.map-position-indicator .coord-line{margin:2px 0}.map-position-indicator .coord-label{font-weight:600;color:#1f2937}.leaflet-popup-content{margin:12px 16px;line-height:1.5}.leaflet-popup-content-wrapper{border-radius:8px;box-shadow:0 4px 6px -1px #0000001a}.leaflet-popup-tip{border-radius:2px}.prospect-popup{min-width:200px}.prospect-popup-header{font-weight:600;font-size:14px;color:#1f2937;margin-bottom:8px}.prospect-popup-info{font-size:12px;color:#6b7280;margin-bottom:4px}.prospect-popup-contact{display:flex;align-items:center;gap:4px;margin-bottom:4px}.prospect-popup-contact a{color:#3b82f6;text-decoration:none;font-size:12px}.prospect-popup-contact a:hover{text-decoration:underline}.prospect-popup-actions{margin-top:12px;text-align:center;padding-top:8px;border-top:1px solid #e5e7eb}.prospect-detail-button{background:#3b82f6;color:#fff;border:none;padding:6px 12px;border-radius:4px;cursor:pointer;font-size:12px;font-weight:500;transition:all .2s;display:inline-flex;align-items:center;gap:4px}.prospect-detail-button:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.reference-popup{min-width:180px}.reference-popup-header{font-weight:600;font-size:14px;color:#059669;margin-bottom:8px;display:flex;align-items:center;gap:6px}.reference-popup-name{font-size:13px;color:#374151;margin-bottom:6px}.reference-popup-coords{font-size:11px;color:#6b7280;font-family:monospace;background:#f3f4f6;padding:4px 6px;border-radius:3px;margin-bottom:4px}.reference-popup-description{font-size:12px;color:#6b7280;margin-bottom:6px;font-style:italic}.reference-popup-tags{margin-top:8px;display:flex;flex-wrap:wrap;gap:4px}.reference-popup-tags .tag{background:#e5e7eb;color:#374151;padding:2px 6px;border-radius:10px;font-size:10px;font-weight:500}.active-indicator{color:#059669;font-weight:600;font-size:12px}@media (max-width: 768px){.map-position-indicator{font-size:10px;padding:6px 8px;bottom:8px;left:8px;max-width:250px}.prospect-popup,.reference-popup{min-width:150px}.prospect-popup-header{font-size:13px}.prospect-popup-info,.prospect-popup-contact a{font-size:11px}.prospect-detail-button{font-size:11px;padding:5px 10px}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.search-parameters-modal{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:900px;width:95vw;max-height:95vh;display:flex;flex-direction:column;overflow:hidden}.modal-header h2{margin:0;color:#1f2937;font-size:24px;font-weight:600}.modal-content{flex:1;overflow-y:auto;padding:24px 32px}.modal-content::-webkit-scrollbar{width:8px}.modal-content::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.modal-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px;transition:background .2s}.modal-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}.error-banner{padding:12px 16px;background:#fee2e2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;margin-bottom:24px;font-size:14px}.section{margin-bottom:32px}.section:last-child{margin-bottom:0}.section h3{margin:0 0 16px;color:#1f2937;font-size:18px;font-weight:600;border-bottom:2px solid #e5e7eb;padding-bottom:8px}.templates-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.template-button{padding:16px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s;text-align:left}.template-button:hover{background:#f3f4f6;border-color:#3b82f6;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}.template-name{font-weight:600;color:#1f2937;margin-bottom:4px;font-size:14px}.template-details{font-size:12px;color:#6b7280}.parameters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.parameter-field{display:flex;flex-direction:column;gap:8px}.parameter-field label{display:flex;flex-direction:column;gap:4px;font-weight:600;color:#374151;font-size:14px}.field-hint{font-weight:400;font-size:12px;color:#6b7280;font-style:italic}.parameter-field input,.parameter-field textarea{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;transition:all .2s}.parameter-field input:focus,.parameter-field textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.parameter-field textarea{resize:vertical;min-height:80px;font-family:inherit}.checkboxes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px}.checkbox-field{display:flex;flex-direction:column;gap:4px;cursor:pointer;padding:12px;border:1px solid #e5e7eb;border-radius:6px;transition:all .2s}.checkbox-field:hover{background:#f9fafb;border-color:#d1d5db}.checkbox-field input[type=checkbox]{width:16px;height:16px;margin-right:8px;margin-bottom:4px}.checkbox-field span:first-of-type{font-weight:500;color:#374151;font-size:14px}.checkbox-field .field-hint{margin-left:24px}.location-field{display:flex;flex-direction:column;gap:8px}.location-input-container{position:relative;display:flex;align-items:center}.location-input-container input{flex:1;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px}.clear-location-button{position:absolute;right:8px;background:#f3f4f6;border:1px solid #d1d5db;border-radius:4px;padding:4px 8px;font-size:12px;color:#6b7280;cursor:pointer;transition:all .2s}.clear-location-button:hover{background:#e5e7eb;color:#374151}.location-suggestions{display:flex;flex-direction:column;gap:2px;background:#fff;border:1px solid #d1d5db;border-radius:6px;box-shadow:0 4px 6px -1px #0000001a;max-height:200px;overflow-y:auto}.location-suggestion{padding:8px 12px;text-align:left;background:none;border:none;cursor:pointer;font-size:14px;color:#374151;transition:background .2s}.location-suggestion:hover{background:#f3f4f6}.location-suggestion:first-child{border-top-left-radius:6px;border-top-right-radius:6px}.location-suggestion:last-child{border-bottom-left-radius:6px;border-bottom-right-radius:6px}.validation-result{padding:16px;border-radius:6px;border:1px solid;font-size:14px}.validation-result.valid{background:#d1fae5;border-color:#a7f3d0;color:#065f46}.validation-result.invalid{background:#fee2e2;border-color:#fecaca;color:#dc2626}.validation-status{font-weight:600;margin-bottom:8px}.validation-errors,.validation-warnings,.validation-suggestions{margin-top:12px}.validation-errors strong{color:#dc2626}.validation-warnings strong{color:#d97706}.validation-suggestions strong{color:#0369a1}.validation-errors ul,.validation-warnings ul,.validation-suggestions ul{margin:4px 0 0 16px;padding:0}.validation-errors li,.validation-warnings li,.validation-suggestions li{margin-bottom:4px}.modal-footer{padding:20px 24px;border-top:1px solid #e5e7eb;background:#f9fafb;display:flex;justify-content:flex-end;gap:12px}.cancel-button,.save-button{padding:8px 16px;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s;font-size:14px}.cancel-button{background:#fff;border:1px solid #d1d5db;color:#374151}.cancel-button:hover{background:#f9fafb;border-color:#9ca3af}.save-button{background:#3b82f6;border:1px solid #3b82f6;color:#fff}.save-button:hover:not(:disabled){background:#2563eb;border-color:#2563eb}.save-button:disabled{background:#9ca3af;border-color:#9ca3af;cursor:not-allowed;opacity:.5}@media (max-width: 768px){.search-parameters-modal{width:95%;margin:20px}.modal-content{padding:16px}.parameters-grid,.checkboxes-grid,.templates-grid{grid-template-columns:1fr}.modal-header{padding:16px}.modal-footer{padding:16px;flex-direction:column}.cancel-button,.save-button{width:100%;padding:12px}}.multi-search-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;width:90%;max-width:800px;max-height:90vh;display:flex;flex-direction:column;z-index:1001}.multi-search-modal .modal-header{padding:1.5rem;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center}.multi-search-modal .modal-header h2{margin:0;font-size:1.5rem;color:#333}.multi-search-modal .modal-content{flex:1;padding:1.5rem;overflow-y:auto}.multi-search-modal .section{margin-bottom:2rem}.multi-search-modal .section:last-child{margin-bottom:0}.multi-search-modal .section h3{margin:0 0 1rem;font-size:1.1rem;color:#555}.queries-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.query-input-group{display:flex;gap:.5rem;align-items:center}.query-input-group .search-input{flex:1}.remove-query-button{background:#f44336;color:#fff;border:none;border-radius:4px;padding:.5rem .75rem;cursor:pointer;font-size:1rem;transition:background-color .2s}.remove-query-button:hover{background:#d32f2f}.add-query-button{background:#f0f0f0;border:2px dashed #ccc;border-radius:6px;padding:.75rem;cursor:pointer;color:#666;font-size:.95rem;transition:all .2s;text-align:center}.add-query-button:hover{background:#e8e8e8;border-color:#999;color:#333}.multi-search-modal .search-input{width:100%;padding:.75rem;font-size:1rem;border:2px solid #e0e0e0;border-radius:8px;transition:border-color .2s}.multi-search-modal .search-input:focus{outline:none;border-color:#4caf50}.parameters-summary{background:#f5f5f5;padding:1rem;border-radius:8px;display:flex;justify-content:space-between;align-items:center}.params-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;font-size:.9rem;color:#666}.no-params{margin:0;color:#999;font-style:italic}.edit-params-button{padding:.5rem 1rem;background:#2196f3;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;transition:background .2s}.edit-params-button:hover{background:#1976d2}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.select-all-button{padding:.4rem .8rem;background:#f0f0f0;border:1px solid #ddd;border-radius:6px;cursor:pointer;font-size:.85rem;transition:all .2s}.select-all-button:hover{background:#e0e0e0}.locations-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:.75rem;max-height:300px;overflow-y:auto;padding:.5rem;border:1px solid #e0e0e0;border-radius:8px;background:#fafafa}.location-item{display:flex;align-items:center;padding:.75rem;background:#fff;border:1px solid #e0e0e0;border-radius:6px;cursor:pointer;transition:all .2s}.location-item:hover{border-color:#4caf50;box-shadow:0 2px 4px #0000001a}.location-item.selected{background:#e8f5e9;border-color:#4caf50}.location-item input[type=checkbox]{margin-right:.75rem;cursor:pointer}.location-info{flex:1;display:flex;flex-direction:column;gap:.25rem}.location-name{font-weight:600;color:#333}.location-address{font-size:.85rem;color:#666}.progress-indicator{margin-left:.5rem;font-size:1.2rem}.empty-state{text-align:center;padding:3rem;color:#999}.empty-state p{margin:0 0 .5rem;font-size:1.1rem}.empty-state small{font-size:.9rem}.search-summary{background:#e3f2fd;padding:1rem;border-radius:8px;margin-top:1rem}.search-summary p{margin:.25rem 0;color:#1976d2}.search-estimate{font-size:.9rem;opacity:.8}.multi-search-modal .modal-footer{padding:1.5rem;border-top:1px solid #e0e0e0;display:flex;justify-content:flex-end;gap:1rem}.cancel-button{padding:.75rem 1.5rem;background:#f5f5f5;border:1px solid #ddd;border-radius:8px;cursor:pointer;font-size:1rem;transition:all .2s}.cancel-button:hover{background:#e0e0e0}.cancel-button:disabled{opacity:.5;cursor:not-allowed}.launch-button{padding:.75rem 1.5rem;background:#4caf50;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .2s;display:flex;align-items:center;gap:.5rem}.launch-button:hover:not(:disabled){background:#45a049;transform:translateY(-1px);box-shadow:0 2px 8px #4caf504d}.launch-button:disabled{background:#ccc;cursor:not-allowed;transform:none;box-shadow:none}.locations-grid::-webkit-scrollbar{width:8px}.locations-grid::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.locations-grid::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.locations-grid::-webkit-scrollbar-thumb:hover{background:#555}@media (max-width: 768px){.multi-search-modal{width:95%;max-width:none}.params-grid,.locations-grid{grid-template-columns:1fr}.parameters-summary{flex-direction:column;gap:1rem;align-items:stretch}}.notification-settings-modal{width:90vw;max-width:600px;max-height:90vh;background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb;background:#f9fafb;border-radius:12px 12px 0 0}.modal-header h2{margin:0;color:#1f2937;font-size:1.25rem;font-weight:600}.close-button{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:.5rem;line-height:1;border-radius:6px;transition:all .2s}.close-button:hover{background:#f3f4f6;color:#374151}.modal-content{flex:1;overflow-y:auto;padding:1.5rem}.section{margin-bottom:2rem}.section h3{margin:0 0 1rem;color:#374151;font-size:1rem;font-weight:600}.error-banner{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:.75rem;border-radius:6px;margin-bottom:1rem}.permission-status{display:flex;align-items:center;gap:.5rem;padding:.75rem;border-radius:6px;margin-bottom:1rem;font-weight:500}.permission-status.granted{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.permission-status.denied{background:#fef2f2;border:1px solid #fecaca;color:#dc2626}.permission-status.default{background:#fffbeb;border:1px solid #fed7aa;color:#d97706}.status-icon{font-size:1rem}.action-buttons{display:flex;gap:.75rem;flex-wrap:wrap}.enable-button,.test-button,.disable-button{padding:.5rem 1rem;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s;border:1px solid}.enable-button{background:#3b82f6;border-color:#3b82f6;color:#fff}.enable-button:hover:not(:disabled){background:#2563eb;border-color:#2563eb}.test-button{background:#f3f4f6;border-color:#d1d5db;color:#374151}.test-button:hover:not(:disabled){background:#e5e7eb}.disable-button{background:#ef4444;border-color:#ef4444;color:#fff}.disable-button:hover:not(:disabled){background:#dc2626;border-color:#dc2626}.enable-button:disabled,.test-button:disabled,.disable-button:disabled{opacity:.5;cursor:not-allowed}.preference-item{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #f3f4f6}.preference-item:last-child{border-bottom:none;margin-bottom:0}.preference-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:500;color:#374151;margin-bottom:.5rem}.preference-label input[type=checkbox]{width:16px;height:16px;cursor:pointer}.preference-label input[type=checkbox]:disabled{opacity:.5;cursor:not-allowed}.preference-label span{-webkit-user-select:none;user-select:none}.preference-description{margin:.5rem 0 0;font-size:.875rem;color:#6b7280;line-height:1.4}.number-input,.email-input{width:100%;max-width:200px;padding:.5rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;margin-top:.5rem}.number-input:focus,.email-input:focus{outline:none;border-color:#3b82f6;ring:2px;ring-color:#93c5fd}.number-input:disabled,.email-input:disabled{background:#f9fafb;color:#6b7280;cursor:not-allowed}.notification-preview{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem}.preview-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;background:#fff;border:1px solid #e5e7eb;border-radius:6px;margin-bottom:.5rem}.preview-item:last-child{margin-bottom:0}.preview-icon{font-size:1.25rem;flex-shrink:0}.preview-content{flex:1}.preview-title{font-weight:600;color:#1f2937;margin-bottom:.25rem}.preview-body{font-size:.875rem;color:#6b7280}.browser-instructions{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem}.browser-instructions p{margin:0 0 .5rem;font-weight:600;color:#374151}.browser-instructions ol{margin:0 0 1rem;padding-left:1.5rem}.browser-instructions li{margin-bottom:.25rem;color:#6b7280;font-size:.875rem}.modal-footer{display:flex;justify-content:flex-end;padding:1.5rem;border-top:1px solid #e5e7eb;background:#f9fafb;border-radius:0 0 12px 12px}.close-modal-button{padding:.75rem 1.5rem;background:#6b7280;border:1px solid #6b7280;color:#fff;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s}.close-modal-button:hover{background:#374151;border-color:#374151}@media (max-width: 768px){.notification-settings-modal{width:100vw;height:100vh;border-radius:0}.modal-header,.modal-content,.modal-footer{padding:1rem}.action-buttons{flex-direction:column}.number-input,.email-input{max-width:100%}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:9999}.modal-content{background:#fff;border-radius:8px;width:90%;max-width:800px;max-height:90vh;overflow-y:auto;box-shadow:0 4px 20px #00000026}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e5e7eb}.modal-header h2{margin:0;color:#1f2937}.modal-close{background:none;border:none;font-size:24px;cursor:pointer;color:#6b7280;padding:4px}.modal-close:hover{color:#374151}.modal-body{padding:20px}.info-section{margin-bottom:24px}.info-section h3{margin:0 0 12px;color:#374151;font-size:18px;border-bottom:2px solid #e5e7eb;padding-bottom:4px}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:12px}.info-item{display:flex;flex-direction:column}.info-item label{font-weight:600;color:#6b7280;font-size:12px;text-transform:uppercase;margin-bottom:4px}.info-item span{color:#1f2937}.phone-link,.email-link,.website-link,.maps-link{color:#3b82f6;text-decoration:none}.phone-link:hover,.email-link:hover,.website-link:hover,.maps-link:hover{text-decoration:underline}.contacts-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px}.contact-item{padding:12px;border:1px solid #e5e7eb;border-radius:6px;background-color:#f9fafb}.contact-item h4{margin:0 0 8px;color:#1f2937}.contact-item p{margin:4px 0;font-size:14px}.coordinates-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:8px}.coordinate-item{display:flex;align-items:center;gap:8px;padding:8px;border:1px solid #e5e7eb;border-radius:4px;background-color:#f9fafb}.coord-type{font-weight:600;color:#6b7280;font-size:12px;text-transform:uppercase;min-width:80px}.coord-value{flex:1;color:#1f2937}.coord-tag{font-size:12px;color:#9ca3af;font-style:italic}.additional-info p{margin:0;line-height:1.6;color:#4b5563}.monospace{font-family:Courier New,monospace;font-size:12px;background-color:#f3f4f6;padding:2px 4px;border-radius:3px}.modal-footer{padding:20px;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end}.button{padding:8px 16px;border-radius:6px;border:none;cursor:pointer;font-weight:500}.button.secondary{background-color:#6b7280;color:#fff}.button.secondary:hover{background-color:#4b5563}.context-menu{position:absolute;z-index:9999;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;padding:.5rem 0;min-width:150px}.context-menu-item{display:block;width:100%;text-align:left;padding:.5rem 1rem;background:none;border:none;cursor:pointer;font-size:.875rem;color:#374151}.context-menu-item:hover{background-color:#f3f4f6}.prospect-list{list-style:none;padding:0;margin:0}.prospect-list-item{padding:1rem;border-bottom:1px solid #eee;cursor:pointer;transition:background-color .2s;display:flex;gap:1rem;align-items:center}.prospect-list-item:hover{background-color:var(--color-background)}.prospect-list-item.selected{background-color:#eef2ff;border-left:4px solid #4f46e5}.item-selection-checkbox{padding:.5rem;display:flex;align-items:center;justify-content:center}.item-selection-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer}.item-content{flex-grow:1}.item-actions{position:relative;margin-left:auto}.menu-button{background:none;border:none;padding:.5rem;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center}.menu-button:hover{background-color:#f3f4f6}.menu-button img{width:20px;height:20px;filter:invert(50%)}.prospect-list-item h4{margin-top:0;margin-bottom:5px;display:flex;align-items:center;justify-content:space-between;font-size:1rem;font-weight:600;color:var(--color-text)}.geoloc-icon{margin-left:8px;font-size:.8em;cursor:default}.prospect-list-item p{margin:0 0 10px;font-size:.9em;color:var(--color-text-muted)}.prospect-list-item a{margin-top:.5rem;display:inline-block;font-size:.875rem;font-weight:500}.prospect-list-container{display:flex;flex-direction:column;height:100%}.prospect-list-header{padding:.75rem;border-bottom:1px solid #e5e7eb;background-color:#f9fafb;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.select-all-container{display:flex;align-items:center;gap:.5rem}.select-all-container label{font-weight:500;cursor:pointer}.action-button-list{background-color:#4f46e5;color:#fff;border:none;padding:.4rem .8rem;border-radius:6px;cursor:pointer;font-size:.875rem;transition:background-color .2s}.action-button-list:hover{background-color:#4338ca}.prospect-list{overflow-y:auto;flex-grow:1;padding:.5rem;background-color:#fff}.debug-logs-block{margin-top:24px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;overflow:hidden}.debug-logs-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:#f8fafc;border-bottom:1px solid #e5e7eb;flex-wrap:wrap;gap:12px}.debug-logs-header h4{margin:0;color:#1f2937;font-size:16px;font-weight:600}.debug-actions{display:flex;gap:8px;flex-wrap:wrap}.debug-action-btn{padding:6px 12px;border:1px solid #d1d5db;border-radius:6px;background:#fff;cursor:pointer;font-size:12px;font-weight:500;transition:all .2s;display:flex;align-items:center;gap:4px}.debug-action-btn:hover{border-color:#9ca3af;background:#f9fafb}.copy-btn.copied{background:#d1fae5;border-color:#10b981;color:#065f46}.toggle-btn{color:#6366f1;border-color:#c7d2fe}.toggle-btn:hover{background:#eef2ff;border-color:#6366f1}.download-btn{color:#059669;border-color:#a7f3d0}.download-btn:hover{background:#ecfdf5;border-color:#059669}.help-btn{color:#7c3aed;border-color:#c4b5fd}.help-btn:hover{background:#f5f3ff;border-color:#7c3aed}.no-logs-indicator{font-size:12px;color:#9ca3af;font-style:italic}.debug-logs-content{max-height:500px;overflow-y:auto}.no-logs-message{padding:32px 20px;text-align:center;color:#6b7280}.no-logs-message p{margin:0 0 8px;font-size:14px}.no-logs-message code{background:#f3f4f6;padding:2px 6px;border-radius:4px;font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,monospace;font-size:11px;color:#374151}.raw-json-container{padding:16px}.raw-json{margin:0;padding:16px;background:#1f2937;color:#f9fafb;border-radius:6px;font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,monospace;font-size:12px;line-height:1.5;overflow-x:auto;white-space:pre-wrap;word-break:break-all}.formatted-logs-container{padding:16px}.logs-metadata{display:flex;gap:24px;margin-bottom:16px;padding:12px 16px;background:#f8fafc;border-radius:6px;flex-wrap:wrap}.logs-metadata .metadata-item{font-size:12px;color:#6b7280}.logs-metadata strong{color:#374151;font-weight:600}.logs-metadata code{background:#e5e7eb;padding:2px 4px;border-radius:3px;font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,monospace;font-size:11px;color:#1f2937}.formatted-logs{display:flex;flex-direction:column;gap:12px}.log-entry{border:1px solid #e5e7eb;border-radius:6px;background:#fff;overflow:hidden}.log-entry-header{display:flex;align-items:center;gap:12px;padding:8px 12px;background:#f8fafc;border-bottom:1px solid #e5e7eb;font-size:12px}.log-index{font-weight:600;color:#6b7280;min-width:30px}.log-timestamp{font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,monospace;color:#9ca3af;font-size:11px}.log-type{padding:2px 6px;border-radius:4px;font-weight:600;text-transform:uppercase;font-size:10px;letter-spacing:.05em}.log-content{padding:12px;font-size:14px;line-height:1.5;color:#374151}.log-data{margin:8px 12px;border-top:1px solid #f3f4f6;padding-top:8px}.log-data summary{cursor:pointer;font-size:12px;font-weight:500;color:#6b7280;padding:4px 0}.log-data summary:hover{color:#374151}.log-data pre{margin:8px 0 0;padding:8px;background:#f8fafc;border-radius:4px;font-size:11px;overflow-x:auto;white-space:pre-wrap;word-break:break-all}.log-info .log-type{background:#dbeafe;color:#1e40af}.log-info{border-left:4px solid #3b82f6}.log-success .log-type{background:#d1fae5;color:#065f46}.log-success{border-left:4px solid #10b981}.log-warning .log-type{background:#fef3c7;color:#92400e}.log-warning{border-left:4px solid #f59e0b}.log-error .log-type{background:#fee2e2;color:#991b1b}.log-error{border-left:4px solid #ef4444}.log-default .log-type{background:#f3f4f6;color:#374151}.log-default{border-left:4px solid #9ca3af}.debug-help{border-bottom:1px solid #e5e7eb;background:#fefce8}.help-content{padding:16px 20px}.help-content h5{margin:0 0 16px;color:#92400e;font-size:14px;font-weight:600}.help-section{margin-bottom:12px}.help-section:last-child{margin-bottom:0}.help-section h6{margin:0 0 6px;color:#1f2937;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.help-section ul{margin:0;padding-left:16px;font-size:12px;color:#374151;line-height:1.4}.help-section li{margin-bottom:2px}.log-types-help{display:flex;gap:8px;flex-wrap:wrap;margin-top:4px}.help-log-type{padding:2px 6px;border-radius:4px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.help-info{background:#dbeafe;color:#1e40af}.help-success{background:#d1fae5;color:#065f46}.help-warning{background:#fef3c7;color:#92400e}.help-error{background:#fee2e2;color:#991b1b}@media (max-width: 768px){.debug-logs-header{flex-direction:column;align-items:stretch}.debug-actions{justify-content:center}.logs-metadata{flex-direction:column;gap:8px}.log-entry-header{flex-wrap:wrap}.log-timestamp{word-break:break-all}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:9999}.search-history-modal{width:90vw;max-width:1400px;height:85vh;background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;overflow:hidden}.modal-header{padding:24px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.modal-header h2{margin:0;font-size:24px;font-weight:600;color:#1f2937}.close-button{background:none;border:none;font-size:24px;cursor:pointer;color:#6b7280}.modal-content{flex:1;display:grid;grid-template-columns:400px 1fr;min-height:0;overflow:hidden}.sessions-list-container{border-right:1px solid #e5e7eb;display:flex;flex-direction:column;overflow:hidden;min-width:0}.history-filters{padding:20px;border-bottom:1px solid #e5e7eb;flex-shrink:0}.filter-row{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.search-input{flex:1;min-width:150px;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px}.status-filter{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px}.checkbox-label{display:flex;align-items:center;gap:8px;white-space:nowrap}.sessions-list{flex:1;overflow-y:auto;padding:20px;min-height:0}.session-detail,.session-placeholder{overflow-y:auto;padding:20px;min-width:0}.session-placeholder{display:flex;align-items:center;justify-content:center;text-align:center;background-color:#f9fafb}.placeholder-content h3{margin:0 0 .5rem;font-size:1.25rem;color:#1f2937}.placeholder-content p{color:#6b7280}.session-card{border:1px solid #e5e7eb;border-radius:8px;padding:16px;margin-bottom:12px;cursor:pointer;transition:border-color .2s,background-color .2s}.session-card:hover{border-color:#3b82f6}.session-card.selected{border-color:#3b82f6;background:#eff6ff}.session-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.session-header h4{margin:0;font-weight:500}.session-location{font-size:.9em;font-weight:400;color:#7f8c8d;margin-left:8px}.session-actions{display:flex;gap:8px;flex-shrink:0}.favorite-button,.delete-button{background:none;border:none;font-size:1.1rem;cursor:pointer;padding:2px;color:#9ca3af}.favorite-button:hover,.delete-button:hover{color:#374151}.favorite-button.favorite{color:#facc15}.session-summary{display:flex;flex-wrap:wrap;gap:8px 16px;font-size:.8rem;color:#6b7280;margin-top:8px}.status-badge{padding:2px 8px;border-radius:99px;font-size:.7rem;font-weight:500;text-transform:uppercase}.status-completed{background:#d1fae5;color:#065f46}.status-error{background:#fee2e2;color:#991b1b}.status-searching{background:#dbeafe;color:#1e40af}.status-started{background:#fef3c7;color:#92400e}.status-default{background:#f3f4f6;color:#374151}.load-more-button{width:100%;padding:12px;background:#f9fafb;border:1px solid #e5e7eb;color:#374151;border-radius:6px;cursor:pointer;margin-top:12px;font-weight:500}.load-more-button:hover{background:#f3f4f6}.message-data{margin-top:8px;background-color:#f3f4f6;padding:8px;border-radius:4px;max-height:200px;overflow-y:auto}.detail-tabs{display:flex;border-bottom:1px solid #e5e7eb;margin-bottom:20px;flex-shrink:0}.tab-button{padding:12px 20px;border:none;background:none;cursor:pointer;font-size:1rem;color:#6b7280;border-bottom:2px solid transparent;margin-bottom:-1px;transition:all .2s ease-in-out}.tab-button:hover{background-color:#f9fafb;color:#1f2937}.tab-button.active{color:#3b82f6;border-bottom-color:#3b82f6;font-weight:600}.tab-content{flex:1;overflow-y:auto;min-height:0}.log-entry{border-bottom:1px solid #f0f0f0;padding:8px 4px}.log-main-content{display:flex;align-items:center;gap:12px}.log-content{flex-grow:1;white-space:normal;word-break:break-word}.expand-btn{background:#eef2ff;border:1px solid #c7d2fe;color:#4f46e5;cursor:pointer;width:24px;height:24px;border-radius:50%;font-weight:700;flex-shrink:0}.log-details{margin-top:10px;padding:12px;background:#f8fafc;border-radius:6px;border:1px solid #e2e8f0}.log-details h6{margin:0 0 8px;font-weight:600}.log-details p{margin:0;white-space:pre-wrap}.log-details pre{margin:0;white-space:pre-wrap;word-break:break-all}.prospects-list-container{padding:10px}.prospects-list{list-style-type:none;padding:0;margin:0}.prospect-item{display:grid;grid-template-columns:1fr auto auto;gap:20px;align-items:center;padding:12px;border-bottom:1px solid #eee}.prospect-item:last-child{border-bottom:none}.prospect-name{font-weight:500}.prospect-location{color:#666;font-size:.9em}.prospect-website{color:#3b82f6;text-decoration:none;font-size:.9em;border:1px solid #3b82f6;padding:4px 8px;border-radius:4px;transition:all .2s ease}.prospect-website:hover{background-color:#3b82f6;color:#fff}.search-progress-modal{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:1400px;width:90vw;max-height:90vh;display:flex;flex-direction:column;overflow:hidden}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid #e5e7eb;background:#f9fafb}.search-info h2{margin:0 0 4px;color:#1f2937;font-size:24px;font-weight:600}.search-query{margin:0;color:#6b7280;font-size:14px;font-style:italic}.close-button{background:none;border:none;font-size:24px;color:#6b7280;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s}.close-button:hover{background:#e5e7eb;color:#374151}.modal-content{flex:1;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:24px}.progress-overview{display:flex;flex-direction:column;gap:16px}.progress-bar-container{display:flex;align-items:center;gap:12px}.progress-bar{flex:1;height:12px;background:#e5e7eb;border-radius:6px;overflow:hidden;position:relative}.progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#1d4ed8);border-radius:6px;transition:width .3s ease;position:relative}.progress-fill:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:progress-shimmer 2s infinite}@keyframes progress-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.progress-text{font-weight:600;color:#374151;font-size:14px;min-width:40px;text-align:right}.progress-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;padding:16px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.stat{display:flex;flex-direction:column;gap:4px}.stat-label{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.stat-value{font-size:14px;font-weight:600;color:#1f2937}.stat-value.status-completed{color:#065f46}.stat-value.status-error{color:#dc2626}.stat-value.status-searching{color:#1d4ed8}.stat-value.status-started{color:#92400e}.error-display{padding:12px 16px;background:#fee2e2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;font-size:14px}.log-controls{display:flex;gap:20px;padding:12px 16px;background:#f3f4f6;border-radius:6px;border:1px solid #d1d5db;flex-wrap:wrap;align-items:center}.checkbox-label{display:flex;align-items:center;gap:6px;font-size:14px;color:#374151;cursor:pointer;white-space:nowrap}.checkbox-label input[type=checkbox]{width:16px;height:16px}.message-filter{display:flex;align-items:center;gap:8px;margin-left:auto}.message-filter label{font-size:14px;color:#374151;font-weight:500}.message-filter select{padding:4px 8px;border:1px solid #d1d5db;border-radius:4px;background:#fff;font-size:13px;color:#374151;min-width:120px}.message-filter select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6}.messages-container{flex:1;display:flex;flex-direction:column;gap:12px;min-height:300px}.messages-container h3{margin:0;color:#1f2937;font-size:18px;font-weight:600;border-bottom:2px solid #e5e7eb;padding-bottom:8px;display:flex;align-items:center;gap:8px}.filter-info{font-size:14px;color:#6b7280;font-weight:400;background:#f3f4f6;padding:2px 8px;border-radius:12px;border:1px solid #d1d5db}.messages-list{flex:1;display:flex;flex-direction:column;gap:8px;max-height:400px;overflow-y:auto;padding:16px;background:#f9fafb;border-radius:6px;border:1px solid #e5e7eb}.no-messages{text-align:center;color:#6b7280;font-style:italic;padding:40px 20px;background:#f9fafb;border-radius:4px;border:1px dashed #d1d5db}.message{padding:12px;border-radius:6px;border-left:4px solid #e5e7eb;background:#fff;box-shadow:0 1px 2px #0000000d;transition:all .2s}.message:hover{box-shadow:0 2px 4px #0000001a}.message-info{border-left-color:#3b82f6;background:#eff6ff}.message-success{border-left-color:#10b981;background:#ecfdf5}.message-warning{border-left-color:#f59e0b;background:#fffbeb}.message-error{border-left-color:#ef4444;background:#fef2f2}.message-debug{border-left-color:#8b5cf6;background:#f5f3ff;opacity:.9}.message-header{display:flex;align-items:center;gap:8px;margin-bottom:8px;font-size:12px;color:#6b7280}.message-icon{font-size:14px}.message-timestamp{font-family:Courier New,monospace;background:#f3f4f6;padding:2px 6px;border-radius:3px;border:1px solid #e5e7eb}.message-agent{background:#ddd6fe;color:#5b21b6;padding:2px 6px;border-radius:3px;font-weight:500;border:1px solid #c4b5fd}.message-duration{background:#d1fae5;color:#065f46;padding:2px 6px;border-radius:3px;font-weight:500;border:1px solid #a7f3d0;margin-left:auto}.message-content{color:#1f2937;font-size:14px;line-height:1.5;word-wrap:break-word}.message-reasoning{margin-top:8px;padding:8px 12px;background:#f9fafb;border-radius:4px;border:1px solid #e5e7eb}.message-reasoning details{cursor:pointer}.message-reasoning summary{font-size:13px;color:#6b7280;font-weight:500;margin-bottom:8px;-webkit-user-select:none;user-select:none}.message-reasoning summary:hover{color:#374151}.reasoning-content{font-size:13px;color:#374151;line-height:1.6;white-space:pre-wrap;word-wrap:break-word;max-width:100%;overflow-wrap:break-word}.message-data{margin-top:8px;padding-top:8px;border-top:1px solid #e5e7eb}.message-data details{cursor:pointer}.message-data summary{font-size:12px;color:#6b7280;font-weight:500;margin-bottom:8px;-webkit-user-select:none;user-select:none}.message-data summary:hover{color:#374151}.message-data pre{background:#f3f4f6;border:1px solid #d1d5db;border-radius:4px;padding:8px;font-size:11px;color:#374151;overflow-x:auto;max-height:200px;overflow-y:auto}.message-deep-search{margin-top:8px;padding:8px 12px;background:#fef3c7;border:1px solid #fbbf24;border-radius:4px}.message-deep-search details{cursor:pointer}.message-deep-search summary{font-size:13px;color:#92400e;font-weight:500;margin-bottom:8px;-webkit-user-select:none;user-select:none}.message-deep-search summary:hover{color:#451a03}.deep-search-content{font-size:13px;color:#78350f;line-height:1.6;margin-top:8px}.deep-search-content>div{margin:4px 0}.deep-search-content strong{color:#92400e;margin-right:4px}.deep-search-content .error-text{color:#dc2626}.modal-footer{display:flex;gap:12px;padding:16px 24px;background:#f9fafb;border-top:1px solid #e5e7eb;justify-content:flex-end;align-items:center}.cancel-search-button{padding:8px 16px;background:#fee2e2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;font-weight:500;cursor:pointer;transition:all .2s}.cancel-search-button:hover{background:#fca5a5;border-color:#f87171}.refresh-button{padding:8px 16px;background:#dbeafe;border:1px solid #bfdbfe;border-radius:6px;color:#1d4ed8;font-weight:500;cursor:pointer;transition:all .2s;margin:0 8px}.refresh-button:hover{background:#93c5fd;border-color:#60a5fa}.close-button-secondary{padding:8px 16px;background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;color:#374151;font-weight:500;cursor:pointer;transition:all .2s;margin:0 8px}.close-button-secondary:hover{background:#e5e7eb;border-color:#9ca3af}.close-button-primary{padding:8px 16px;background:#3b82f6;border:1px solid #3b82f6;border-radius:6px;color:#fff;font-weight:500;cursor:pointer;transition:all .2s}.close-button-primary:hover{background:#2563eb;border-color:#2563eb}.status-info{color:#6b7280;font-style:italic;font-size:14px}.messages-list::-webkit-scrollbar{width:6px}.messages-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.messages-list::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.messages-list::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@media (max-width: 768px){.search-progress-modal{width:95vw;max-height:95vh}.modal-content{padding:16px}.progress-stats{grid-template-columns:1fr}.log-controls{flex-direction:column;gap:12px}.modal-header{padding:16px}.modal-footer{padding:16px;flex-direction:column}.cancel-search-button,.close-button-primary{width:100%;padding:12px}.progress-bar-container{flex-direction:column;gap:8px}.progress-text{align-self:flex-end}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.stat-value.status-searching{animation:pulse 2s infinite}.connection-status{position:absolute;top:10px;right:10px;width:8px;height:8px;border-radius:50%;background:#10b981}.connection-status.disconnected{background:#dc2626}.detail-container{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 12px #00000014;max-width:900px;margin:2rem auto}.back-link{display:inline-block;margin-bottom:1.5rem;padding:.5rem 1rem;background-color:#007bff;color:#fff;border-radius:5px;text-decoration:none;border:none;cursor:pointer;font-size:.9rem;transition:background-color .2s ease}.back-link:hover{background-color:#0056b3}h1{font-size:2rem;margin-bottom:1.5rem;color:#333;border-bottom:1px solid #eee;padding-bottom:1rem}.detail-item{margin-bottom:1rem;font-size:1rem;color:#555}.detail-item strong{color:#333;margin-right:.5rem}.tab-navigation{display:flex;border-bottom:2px solid #dee2e6;margin-bottom:1.5rem}.tab-navigation button{padding:.75rem 1.25rem;border:none;background:none;cursor:pointer;font-size:1rem;color:#495057;margin-right:5px;border-bottom:2px solid transparent;transition:color .2s ease,border-color .2s ease}.tab-navigation button:hover{color:#0056b3}.tab-navigation button.active{color:#007bff;border-color:#007bff;font-weight:600}.tab-content{padding-top:1rem}.detail-table{width:100%;border-collapse:collapse;margin-top:1rem}.detail-table th,.detail-table td{border:1px solid #ddd;padding:12px;text-align:left}.detail-table th{background-color:#f8f9fa;font-weight:600;color:#343a40}.detail-table tbody tr:nth-child(2n){background-color:#f2f2f2}.detail-table tbody tr:hover{background-color:#e9ecef}.modal-content{background:#fff;padding:1.5rem 2rem;border-radius:8px;box-shadow:0 5px 15px #0000004d;width:100%;max-width:450px;animation:fadeIn .3s ease-out}.modal-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e7eb;padding-bottom:1rem;margin-bottom:1rem}.modal-header h2{margin:0;font-size:1.5rem}.modal-close-btn{background:none;border:none;font-size:2rem;cursor:pointer;color:#6b7280}.modal-body{margin-bottom:1.5rem;color:#4b5563}.modal-footer{display:flex;justify-content:flex-end;gap:1rem}.btn{padding:.75rem 1.25rem;border:none;border-radius:6px;font-size:1rem;cursor:pointer;transition:background-color .2s}.btn-secondary{background-color:#e5e7eb;color:#374151}.btn-secondary:hover{background-color:#d1d5db}.btn-danger{background-color:#ef4444;color:#fff}.btn-danger:hover{background-color:#dc2626}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.data-table-view{display:flex;flex-direction:column;height:calc(100vh - 80px);padding:1rem}.tab-navigation{display:flex;gap:.5rem;margin-bottom:1rem;border-bottom:2px solid #e0e0e0}.tab-navigation button{padding:.5rem 1rem;border:none;background-color:transparent;cursor:pointer;font-size:1rem;font-weight:500;color:#666;border-bottom:2px solid transparent;transform:translateY(2px)}.tab-navigation button.active{color:#007bff;border-bottom-color:#007bff}.data-table-container{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:1rem;display:flex;flex-direction:column;flex-grow:1;overflow:hidden}.table-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}.selection-actions{display:flex;align-items:center;gap:1rem;background-color:#eef2ff;padding:.5rem 1rem;border-radius:8px}.selection-actions span{font-weight:500;color:#4338ca}.action-button{background-color:#4f46e5;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;transition:background-color .2s}.action-button:hover{background-color:#4338ca}.action-button.delete{background-color:#ef4444}.action-button.delete:hover{background-color:#dc2626}.table-search{padding:.5rem;border-radius:4px;border:1px solid #ccc;width:300px}.table-wrapper{flex-grow:1;overflow-y:auto;width:100%}.prospect-table{width:100%;border-collapse:collapse}.prospect-table th,.prospect-table td{padding:.75rem;text-align:left;border-bottom:1px solid #e0e0e0}.prospect-table th{background-color:#f8f9fa;font-weight:600;cursor:pointer;position:relative}.prospect-table th>div{margin-bottom:.5rem}.column-filter{width:calc(100% - 16px);padding:4px 8px;border:1px solid #ccc;border-radius:4px;margin-top:4px}.prospect-table tbody tr:hover{background-color:#f1f3f5}.pagination-controls{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;gap:.5rem;flex-shrink:0}.pagination-controls button{padding:.5rem;border:1px solid #ccc;background-color:#fff;border-radius:4px;cursor:pointer;color:#333;font-weight:700;transition:background-color .2s,color .2s}.pagination-controls button:not(:disabled):hover{background-color:#007bff;color:#fff;border-color:#007bff}.pagination-controls button:disabled{background-color:#e9ecef;cursor:not-allowed}.pagination-controls .page-info{margin:0 1rem}.row-count-info{margin:0 1rem;color:#6c757d;font-size:.9rem}.pagination-controls select{padding:.5rem;border-radius:4px;border:1px solid #ccc}.lists-view{padding:2rem}.lists-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;border-bottom:1px solid #e5e7eb;padding-bottom:1rem}.lists-header h1{font-size:2rem;margin:0}.lists-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.list-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;text-decoration:none;color:inherit;display:flex;flex-direction:column;justify-content:space-between;transition:box-shadow .2s,transform .2s;height:100%}.list-card:hover{box-shadow:0 4px 10px #00000014;transform:translateY(-5px)}.list-card-content{padding:1.5rem}.list-card-content h3{margin:0 0 .5rem;font-size:1.25rem;color:#111827}.list-card-content p{margin:0;color:#6b7280;font-size:.9rem;line-height:1.4;height:4.5em;overflow:hidden;text-overflow:ellipsis}.list-card-footer{padding:1rem 1.5rem;border-top:1px solid #f3f4f6;background-color:#f9fafb;display:flex;justify-content:space-between;font-size:.8rem;color:#6b7280;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.no-lists-message{text-align:center;padding:4rem 2rem;background-color:#f9fafb;border-radius:8px}.no-lists-message p{font-size:1.1rem;color:#6b7280}.list-card-wrapper{position:relative}.btn-delete-list{position:absolute;top:.5rem;right:.5rem;background:#fee2e2;color:#ef4444;border:none;border-radius:50%;width:28px;height:28px;font-size:1.2rem;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s,color .2s;opacity:0;transform:scale(.8);transition:opacity .2s,transform .2s}.list-card-wrapper:hover .btn-delete-list{opacity:1;transform:scale(1)}.btn-delete-list:hover{background:#ef4444;color:#fff}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999}.modal-content{background:#fff;padding:2rem;border-radius:8px;width:90%;max-width:500px;box-shadow:0 4px 6px #0000001a}.modal-content h2{margin-top:0;margin-bottom:1.5rem}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid #ccc;border-radius:4px;box-sizing:border-box}.form-group textarea{min-height:100px;resize:vertical}.modal-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1.5rem}.modal-actions button{padding:.5rem 1rem;border-radius:4px;border:1px solid transparent;cursor:pointer}.modal-actions button[type=button]{background-color:#f0f0f0}.modal-actions button:disabled{opacity:.5;cursor:not-allowed}.list-detail-view{padding:2rem;max-width:900px;margin:0 auto}.list-detail-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.list-detail-header h1{font-size:2.5rem;margin:0 0 .5rem}.list-detail-header p{font-size:1.1rem;color:#6b7280;margin:0 0 1rem}.list-meta{display:flex;justify-content:space-between;align-items:center;font-size:.9rem;color:#4b5563}.prospects-table{width:100%;border-collapse:collapse;margin-top:1.5rem}.prospects-table th,.prospects-table td{padding:1rem;text-align:left;border-bottom:1px solid #e5e7eb}.prospects-table th{background-color:#f9fafb;font-weight:600;color:#374151}.prospects-table tbody tr{background-color:#fff}.prospects-table tbody tr:hover{background-color:#f3f4f6}.prospects-table td:first-child{cursor:grab;-webkit-user-select:none;user-select:none}.prospects-table td:first-child:active{cursor:grabbing}.prospects-table th.cursor-pointer{cursor:pointer;-webkit-user-select:none;user-select:none}.link-details{color:#3b82f6;text-decoration:none;font-weight:500}.link-details:hover{text-decoration:underline}.arrow-button{background:none;border:1px solid #ccc;color:#333;cursor:pointer;font-size:12px;padding:2px 6px;border-radius:4px;margin:0 2px;line-height:1}.arrow-button:hover:not(:disabled){background-color:#f0f0f0;border-color:#999}.arrow-button:disabled{cursor:not-allowed;opacity:.4}.order-buttons{display:flex;align-items:center;justify-content:center}:root{--color-primary: #007bff;--color-primary-dark: #0056b3;--color-secondary: #6c757d;--color-background: #f8f9fa;--color-surface: #ffffff;--color-text: #212529;--color-text-muted: #6c757d;--color-border: #dee2e6;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--border-radius: .5rem}*{box-sizing:border-box}.sidebar,.sidebar *{min-width:0;overflow-wrap:break-word}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--color-background);color:var(--color-text);line-height:1.5}#root{width:100vw;height:100vh;overflow:hidden}button,input,select{font-family:inherit;font-size:1rem;border-radius:var(--border-radius);border:1px solid var(--color-border);padding:.5em .75em;transition:all .2s ease-in-out}button{cursor:pointer;background-color:var(--color-primary);color:#fff;font-weight:500;border-color:var(--color-primary)}button:hover{background-color:var(--color-primary-dark);border-color:var(--color-primary-dark)}button:focus,input:focus,select:focus{outline:2px solid var(--color-primary);outline-offset:2px;border-color:var(--color-primary)}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}h1{font-size:2em;margin:.67em 0}.app-container{display:flex;height:100vh;width:100vw}.sidebar{width:400px;min-width:300px;max-width:600px;flex-shrink:0;background-color:var(--color-surface);border-right:1px solid var(--color-border);padding:1.5rem;overflow-y:auto;box-shadow:var(--shadow-sm);z-index:10;position:relative}.main-content{flex-grow:1;display:flex;flex-direction:column}header{padding:1rem 1.5rem;border-bottom:1px solid var(--color-border);background-color:var(--color-surface)}header h1{margin:0;font-size:1.25rem;font-weight:600}.map-container{flex-grow:1;background-color:#e5e3df}.leaflet-container{height:100%;width:100%}.sidebar-resizer{position:fixed;top:0;right:calc(100vw - var(--sidebar-width, 400px));width:8px;height:100vh;background:linear-gradient(to right,transparent,rgba(0,0,0,.1));cursor:col-resize;transition:background .2s ease;z-index:1000;pointer-events:auto}.sidebar-resizer:hover{background:linear-gradient(to right,transparent,rgba(0,123,255,.3))}.sidebar-resizer.dragging{background:linear-gradient(to right,transparent,rgba(0,123,255,.5))}@media (max-width: 768px){.sidebar{width:300px;padding:1rem;resize:none}.sidebar-resizer{display:none}.detail-container{margin:1rem;padding:1.5rem}}@media (max-width: 600px){.app-container{flex-direction:column}.sidebar{width:100%;height:40vh;border-right:none;border-bottom:1px solid var(--color-border);flex-shrink:0}.main-content{height:60vh}.filters-container h4{font-size:1rem;margin-bottom:1rem}}
