*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#2563eb;--primary-dark:#1d4ed8;--primary-light:#3b82f6;--secondary:#64748b;--accent:#f59e0b;--success:#10b981;--danger:#ef4444;--bg-light:#fff;--bg-gray:#f8fafc;--bg-card:#fff;--text-primary:#1e293b;--text-secondary:#64748b;--text-muted:#94a3b8;--border:#e2e8f0;--border-dark:#cbd5e1;--shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}body{-webkit-font-smoothing:antialiased;color:#1e293b;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.app,body{background:#f8fafc;background:var(--bg-gray);min-height:100vh}.app{display:flex;flex-direction:column;height:100vh;height:100dvh;min-height:100dvh;overflow:hidden}.header{background:#fff;background:var(--bg-light);border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--shadow);padding:.875rem 1.5rem;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-content{gap:1.5rem;justify-content:space-between;margin:0 auto;max-width:1800px}.header-content,.logo{align-items:center;display:flex}.logo{gap:.75rem}.logo-icon{border-radius:10px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--shadow);height:44px;overflow:hidden;width:44px}.logo-icon img{height:100%;object-fit:cover;width:100%}.logo-text{color:#1e293b;color:var(--text-primary);font-size:1.5rem;font-weight:700}.logo-tagline{color:#64748b;color:var(--text-secondary);font-size:.75rem;font-weight:500}.user-menu{align-items:center;background:#f8fafc;background:var(--bg-gray);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:8px;display:flex;gap:.75rem;padding:.5rem 1rem}.user-name{color:#1e293b;color:var(--text-primary);font-size:.875rem;font-weight:500}.logout-btn{background:#0000;border:1px solid #ef4444;border:1px solid var(--danger);border-radius:6px;color:#ef4444;color:var(--danger);cursor:pointer;font-size:.75rem;font-weight:500;padding:.375rem .75rem;transition:all .2s}.logout-btn:hover{background:#ef4444;background:var(--danger);color:#fff}.search-container{flex:1 1;max-width:500px;min-width:280px}.search-wrapper{position:relative}.search-icon{color:#94a3b8;color:var(--text-muted);font-size:1rem;left:1rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.search-input{background:#f8fafc;background:var(--bg-gray);border:2px solid #e2e8f0;border:2px solid var(--border);border-radius:12px;color:#1e293b;color:var(--text-primary);font-size:.95rem;font-weight:500;padding:.875rem 1rem .875rem 2.75rem;transition:all .2s ease;width:100%}.search-input:focus{background:#fff;background:var(--bg-light);border-color:#2563eb;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a;outline:none}.search-input::placeholder{color:#94a3b8;color:var(--text-muted)}.main-content{display:flex;flex:1 1;min-height:0;overflow:hidden}.map-section{flex:1 1;min-height:600px;position:relative}.map-container{height:100%;min-height:600px;width:100%}.drawing-controls{background:#fff;background:var(--bg-light);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:16px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg);display:flex;gap:.5rem;left:50%;padding:.75rem;position:absolute;top:1rem;transform:translateX(-50%);z-index:10}.draw-btn{background:#f8fafc;background:var(--bg-gray);border:2px solid #e2e8f0;border:2px solid var(--border);border-radius:12px;color:#1e293b;color:var(--text-primary);cursor:pointer;flex-direction:column;font-size:.8rem;font-weight:600;gap:.375rem;min-width:90px;padding:.875rem 1.25rem;transition:all .2s ease}.draw-btn,.draw-btn-icon{align-items:center;display:flex}.draw-btn-icon{border-radius:8px;height:36px;justify-content:center;overflow:hidden;width:36px}.draw-btn-icon img{height:100%;object-fit:cover;width:100%}.draw-btn-icon span{font-size:1.25rem}.draw-btn:hover{background:#fff;background:var(--bg-light);transform:translateY(-1px)}.draw-btn.active,.draw-btn:hover{border-color:#2563eb;border-color:var(--primary)}.draw-btn.active{background:#2563eb;background:var(--primary);color:#fff}.draw-btn.clear{background:#fef2f2;border-color:#fecaca;color:#ef4444;color:var(--danger)}.draw-btn.clear:hover{background:#ef4444;background:var(--danger);border-color:#ef4444;border-color:var(--danger);color:#fff}.step-indicator{background:#fff;background:var(--bg-light);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:16px;bottom:1.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg);gap:.75rem;left:50%;padding:1rem 1.5rem;position:absolute;transform:translateX(-50%);z-index:10}.step,.step-indicator{align-items:center;display:flex}.step{gap:.5rem}.step-number{align-items:center;background:#f8fafc;background:var(--bg-gray);border:2px solid #e2e8f0;border:2px solid var(--border);border-radius:50%;color:#94a3b8;color:var(--text-muted);display:flex;font-size:.75rem;font-weight:700;height:28px;justify-content:center;transition:all .2s ease;width:28px}.step.active .step-number{background:#2563eb;background:var(--primary);border-color:#2563eb;border-color:var(--primary);color:#fff}.step.completed .step-number{background:#10b981;background:var(--success);border-color:#10b981;border-color:var(--success);color:#fff}.step-text{color:#94a3b8;color:var(--text-muted);font-size:.8rem;font-weight:500}.step.active .step-text{color:#1e293b;color:var(--text-primary)}.step.completed .step-text{color:#10b981;color:var(--success)}.step-divider{background:#e2e8f0;background:var(--border);border-radius:1px;height:2px;width:24px}.step-divider.completed{background:#10b981;background:var(--success)}.leads-panel{border-left:1px solid #e2e8f0;border-left:1px solid var(--border);display:flex;flex-direction:column;overflow:hidden;width:380px}.leads-panel,.panel-header{background:#fff;background:var(--bg-light)}.panel-header{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);padding:1.5rem;text-align:center}.panel-icon{font-size:2.5rem;margin-bottom:.75rem}.panel-title{color:#1e293b;color:var(--text-primary);font-size:1.25rem;font-weight:700;margin-bottom:.25rem}.panel-subtitle{color:#64748b;color:var(--text-secondary);font-size:.875rem}.leads-count{align-items:center;background:#2563eb;background:var(--primary);border-radius:50px;color:#fff;display:inline-flex;font-size:.875rem;font-weight:600;gap:.5rem;margin-top:1rem;padding:.625rem 1rem}.leads-count-number{background:#fff3;border-radius:12px;font-weight:700;padding:.125rem .5rem}.stats-bar{gap:2rem;justify-content:center;padding:.875rem}.stat-label{font-size:.7rem;letter-spacing:.5px}.select-all{align-items:center;background:#fff;background:var(--bg-light);border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);cursor:pointer;display:flex;gap:.5rem;justify-content:center;padding:.75rem;transition:background .2s ease}.select-all:hover{background:#f8fafc;background:var(--bg-gray)}.select-all-text{color:#2563eb;color:var(--primary);font-size:.875rem;font-weight:600}.leads-list{flex:1 1;overflow-y:auto;padding:.75rem}.leads-list::-webkit-scrollbar{width:6px}.leads-list::-webkit-scrollbar-track{background:#f8fafc;background:var(--bg-gray)}.leads-list::-webkit-scrollbar-thumb{background:#cbd5e1;background:var(--border-dark);border-radius:3px}.lead-item{align-items:center;background:#f8fafc;background:var(--bg-gray);border:2px solid #0000;border-radius:10px;cursor:pointer;display:flex;gap:.75rem;margin-bottom:.5rem;padding:.875rem 1rem;transition:all .2s ease}.lead-item:hover{background:#eff6ff;border-color:#2563eb;border-color:var(--primary)}.lead-checkbox{align-items:center;background:#fff;background:var(--bg-light);border:2px solid #cbd5e1;border:2px solid var(--border-dark);border-radius:5px;cursor:pointer;display:flex;flex-shrink:0;height:20px;justify-content:center;transition:all .2s ease;width:20px}.lead-checkbox.checked{background:#2563eb;background:var(--primary);border-color:#2563eb;border-color:var(--primary)}.lead-checkbox.checked:after{color:#fff;content:"✓";font-size:.75rem;font-weight:700}.lead-info{flex:1 1;min-width:0}.lead-address{color:#1e293b;color:var(--text-primary);font-size:.875rem;font-weight:600;margin-bottom:.125rem}.lead-city{font-size:.75rem}.lead-city,.lead-number{color:#94a3b8;color:var(--text-muted)}.lead-number{align-items:center;border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:6px;display:flex;flex-shrink:0;font-size:.7rem;font-weight:700;height:26px;justify-content:center;width:26px}.export-section,.lead-number{background:#fff;background:var(--bg-light)}.export-section{border-top:1px solid #e2e8f0;border-top:1px solid var(--border);padding:1rem}.export-buttons{display:flex;flex-direction:column;gap:.5rem}.export-btn{align-items:center;border:none;border-radius:10px;cursor:pointer;display:flex;font-size:.95rem;font-weight:600;gap:.5rem;justify-content:center;padding:1rem;transition:all .2s ease}.export-btn-icon{font-size:1.25rem}.export-btn.primary{background:#2563eb;background:var(--primary);color:#fff}.export-btn.primary:hover{background:#1d4ed8;background:var(--primary-dark);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--shadow);transform:translateY(-1px)}.export-btn.secondary{background:#f8fafc;background:var(--bg-gray);border:1px solid #e2e8f0;border:1px solid var(--border);color:#1e293b;color:var(--text-primary)}.export-btn.secondary:hover{background:#eff6ff;border-color:#2563eb;border-color:var(--primary)}.export-btn.accent{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.export-btn.accent:hover{background:linear-gradient(135deg,#d97706,#b45309)}.export-btn:disabled{cursor:not-allowed;opacity:.5;transform:none!important}.empty-state{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:2.5rem 1.5rem;text-align:center}.empty-icon{font-size:3.5rem;margin-bottom:1rem;opacity:.7}.empty-title{color:#1e293b;color:var(--text-primary);font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.empty-text{color:#64748b;color:var(--text-secondary);font-size:.875rem;line-height:1.5;max-width:240px}.loading-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffe6;display:flex;flex-direction:column;inset:0;justify-content:center;position:absolute;z-index:50}.spinner{animation:spin .8s linear infinite;border:4px solid #e2e8f0;border-top-color:#2563eb;border:4px solid var(--border);border-radius:50%;border-top-color:var(--primary);height:48px;width:48px}@keyframes spin{to{transform:rotate(1turn)}}.loading-text{color:#64748b;color:var(--text-secondary);font-size:1rem;font-weight:500;margin-top:1rem}.toast{animation:slideUp .3s ease;background:#1e293b;background:var(--text-primary);border-radius:12px;bottom:2rem;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;box-shadow:var(--shadow-xl);color:#fff;font-size:.95rem;font-weight:600;left:50%;padding:1rem 1.5rem;position:fixed;transform:translateX(-50%);z-index:1000}@keyframes slideUp{0%{opacity:0;transform:translateX(-50%) translateY(20px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.onboarding-overlay{background:#00000080;z-index:200}.onboarding-card{background:#fff;background:var(--bg-light);border-radius:20px;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;box-shadow:var(--shadow-xl);max-width:420px;padding:2.5rem;text-align:center;width:90%}.onboarding-icon{font-size:3rem;margin-bottom:1rem}.onboarding-title{color:#1e293b;color:var(--text-primary);font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.onboarding-text{color:#64748b;color:var(--text-secondary);font-size:1rem;line-height:1.5;margin-bottom:1.5rem}.onboarding-steps{margin-bottom:1.5rem;text-align:left}.onboarding-step{align-items:center;background:#f8fafc;background:var(--bg-gray);border-radius:10px;display:flex;gap:.75rem;margin-bottom:.5rem;padding:.875rem}.onboarding-step-num{align-items:center;background:#2563eb;background:var(--primary);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:.8rem;font-weight:700;height:28px;justify-content:center;width:28px}.onboarding-step-text{color:#1e293b;color:var(--text-primary);font-size:.875rem}.onboarding-btn{background:#2563eb;background:var(--primary);border-radius:12px;color:#fff;font-size:1rem;font-weight:700;padding:1rem;transition:all .2s ease;width:100%}.onboarding-btn:hover{background:#1d4ed8;background:var(--primary-dark)}@media (max-width:1024px){.main-content{flex-direction:column}.leads-panel{border-left:none;border-top:1px solid #e2e8f0;border-top:1px solid var(--border);display:flex;flex:1 1;flex-direction:column;min-height:50vh;min-height:50dvh;overflow:hidden;width:100%}.panel-header{flex-shrink:0;padding:.75rem 1rem}.panel-icon{display:none}.panel-title{font-size:1rem}.panel-subtitle{display:none}.leads-count{margin-top:.25rem}.select-all,.stats-bar{flex-shrink:0;padding:.5rem 1rem}.leads-list{-webkit-overflow-scrolling:touch;flex:1 1 auto;max-height:25vh;min-height:100px;overflow-y:auto;padding:.5rem}.lead-item{gap:.5rem;margin-bottom:.5rem;padding:.5rem .75rem}.lead-info{flex:1 1;min-width:0}.lead-address{font-size:.85rem}.lead-city{font-size:.7rem}.streetview-thumbnail{height:34px;width:45px}.lead-number{font-size:.65rem;height:20px;width:20px}.export-section{flex-shrink:0;padding:.75rem}.export-buttons{gap:.5rem}.export-btn{font-size:.8rem;padding:.625rem 1rem}.map-section{flex:none;height:45vh;height:45dvh;min-height:45vh;min-height:45dvh}.drawing-controls{gap:.375rem;max-width:95%;padding:.5rem}.draw-btn{font-size:.7rem;min-width:70px;padding:.625rem .875rem}.draw-btn-icon{height:28px;width:28px}.step-indicator{padding:.75rem 1rem}.step-text{display:none}}.cost-tracker{background:#fff;background:var(--bg-card);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:12px;bottom:1rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg);font-size:.75rem;left:1rem;max-width:300px;min-width:180px;position:fixed;z-index:1000}.cost-summary{align-items:center;cursor:pointer;display:flex;gap:1rem;padding:.75rem 1rem;transition:background .2s}.cost-summary:hover{background:#f8fafc;background:var(--bg-gray)}.cost-per-lead,.cost-total{display:flex;flex-direction:column}.cost-label{color:#94a3b8;color:var(--text-muted);font-size:.65rem;letter-spacing:.5px;text-transform:uppercase}.cost-value{color:#1e293b;color:var(--text-primary);font-size:.9rem;font-weight:600}.cost-expand{color:#94a3b8;color:var(--text-muted);font-size:.6rem;margin-left:auto}.cost-details{border-top:1px solid #e2e8f0;border-top:1px solid var(--border);padding:.75rem 1rem}.cost-row{grid-gap:.5rem;color:#64748b;color:var(--text-secondary);display:grid;font-size:.7rem;gap:.5rem;grid-template-columns:1fr auto auto;padding:.25rem 0}.cost-row span:nth-child(2){color:#94a3b8;color:var(--text-muted);text-align:right}.cost-row span:nth-child(3){min-width:55px;text-align:right}.cost-row-total{border-top:1px solid #e2e8f0;border-top:1px solid var(--border);color:#1e293b;color:var(--text-primary);font-weight:600;margin-top:.5rem;padding-top:.5rem}.cost-note{border-top:1px dashed #e2e8f0;border-top:1px dashed var(--border);color:#94a3b8;color:var(--text-muted);font-size:.6rem;line-height:1.4;margin-top:.75rem;padding-top:.5rem}@media (max-width:640px){.cost-tracker{bottom:auto;font-size:.65rem;left:.5rem;min-width:140px;top:.5rem}.cost-summary{gap:.5rem;padding:.5rem .75rem}.cost-value{font-size:.8rem}.header{padding:.75rem 1rem}.header-content{flex-direction:column;gap:.75rem}.search-container{max-width:100%;min-width:auto;width:100%}.logo-text{font-size:1.25rem}.panel-header{padding:1rem}.panel-icon{font-size:2rem}.panel-title{font-size:1.1rem}}.pac-container{background:#fff!important;background:var(--bg-light)!important;border:1px solid #e2e8f0!important;border:1px solid var(--border)!important;border-radius:12px!important;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a!important;box-shadow:var(--shadow-lg)!important;font-family:Inter,sans-serif!important;margin-top:6px!important}.pac-item{border-bottom:1px solid #e2e8f0!important;border-bottom:1px solid var(--border)!important;color:#1e293b!important;color:var(--text-primary)!important;cursor:pointer!important;font-size:.9rem!important;padding:10px 14px!important}.pac-item:hover{background:#f8fafc!important;background:var(--bg-gray)!important}.pac-item-query{color:#1e293b!important;color:var(--text-primary)!important;font-weight:500!important}.pac-matched{color:#2563eb!important;color:var(--primary)!important;font-weight:600!important}.pac-icon{display:none!important}.lead-item.highlighted{background:#dbeafe!important;border-color:#2563eb!important;border-color:var(--primary)!important;box-shadow:0 0 0 2px #2563eb33}.streetview-thumbnail{border:2px solid #e2e8f0;border:2px solid var(--border);border-radius:6px;cursor:pointer;flex-shrink:0;height:45px;overflow:hidden;transition:all .2s ease;width:60px}.streetview-thumbnail:hover{border-color:#2563eb;border-color:var(--primary);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--shadow);transform:scale(1.05)}.streetview-thumbnail img{height:100%;object-fit:cover;width:100%}.delete-btn{align-items:center;background:#0000;border:none;border-radius:6px;color:#94a3b8;color:var(--text-muted);cursor:pointer;display:flex;flex-shrink:0;font-size:.875rem;height:28px;justify-content:center;opacity:0;transition:all .2s ease;width:28px}.lead-item:hover .delete-btn{opacity:1}.delete-btn:hover{background:#ef4444;background:var(--danger);color:#fff;transform:scale(1.1)}.streetview-modal{align-items:center;background:#000000b3;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:300}.streetview-content{background:#fff;background:var(--bg-light);border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;box-shadow:var(--shadow-xl);max-height:90vh;max-width:800px;overflow:hidden;width:100%}.streetview-header{align-items:center;background:#f8fafc;background:var(--bg-gray);border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;padding:1rem 1.25rem}.streetview-address{color:#1e293b;color:var(--text-primary);font-size:1rem;font-weight:600}.streetview-close{align-items:center;background:#fff;background:var(--bg-light);border:none;border-radius:8px;color:#64748b;color:var(--text-secondary);cursor:pointer;display:flex;font-size:1.5rem;height:32px;justify-content:center;transition:all .2s ease;width:32px}.streetview-close:hover{background:#ef4444;background:var(--danger);color:#fff}.streetview-iframe{border:none;height:450px;width:100%}.streetview-footer{background:#f8fafc;background:var(--bg-gray);border-top:1px solid #e2e8f0;border-top:1px solid var(--border);padding:1rem 1.25rem;text-align:center}.streetview-link{color:#2563eb;color:var(--primary);font-size:.9rem;font-weight:600;text-decoration:none}.streetview-link:hover{text-decoration:underline}@media (max-width:640px){.streetview-iframe{height:300px}.streetview-btn{font-size:.875rem;height:28px;width:28px}.delete-btn{height:24px;opacity:1;width:24px}.streetview-thumbnail{height:38px;width:50px}}.lead-address-row{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.badge{border-radius:4px;display:inline-block;font-size:.65rem;font-weight:700;letter-spacing:.025em;padding:.125rem .5rem;text-transform:uppercase}.badge-hot{animation:pulse-hot 2s infinite;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}@keyframes pulse-hot{0%,to{box-shadow:0 0 0 0 #ef444466}50%{box-shadow:0 0 0 4px #ef444400}}.badge-warm{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.badge-occupied{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff}.lead-hot{background:linear-gradient(90deg,#ef444414,#0000)!important;border-left:3px solid #ef4444!important}.lead-parcel-data{background:#f8fafc;background:var(--bg-gray);border-radius:6px;font-size:.75rem;margin-top:.5rem;padding:.5rem}.parcel-owner{color:#1e293b;color:var(--text-primary);font-weight:600;margin-bottom:.375rem}.parcel-details{color:#64748b;color:var(--text-secondary);display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:.375rem}.parcel-details span{white-space:nowrap}.parcel-estimate{color:#10b981;color:var(--success);font-weight:600}.lead-no-match{color:#94a3b8;color:var(--text-muted);font-size:.7rem;margin-top:.375rem}.parcel-loading{align-items:center;background:#2563eb1a;color:#2563eb;color:var(--primary);display:flex;font-size:.8rem;font-weight:500;gap:.5rem;padding:.75rem 1rem}.spinner-small{animation:spin .8s linear infinite;border:2px solid #e2e8f0;border-top-color:#2563eb;border:2px solid var(--border);border-radius:50%;border-top-color:var(--primary);height:16px;width:16px}.stats-bar{background:#f8fafc;background:var(--bg-gray);border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);display:flex;justify-content:space-around;padding:.75rem}.stat-item{text-align:center}.stat-value{color:#2563eb;color:var(--primary);font-size:1.25rem;font-weight:700}.stat-label{color:#94a3b8;color:var(--text-muted);font-size:.65rem;font-weight:600;text-transform:uppercase}.hotspot-marker{background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:12px;box-shadow:0 2px 8px #0000004d;color:#fff;cursor:pointer;font-size:.7rem;font-weight:700;padding:.25rem .5rem;transition:transform .2s}.hotspot-marker:hover{transform:scale(1.1)}.lead-item:hover .lead-parcel-data{background:#fff;background:var(--bg-light)}@media (max-width:768px){.badge{font-size:.6rem;padding:.1rem .375rem}.parcel-details{flex-direction:column;gap:.25rem}.stats-bar{flex-wrap:wrap;gap:.5rem}.stat-item{flex:1 1;min-width:60px}.stat-value{font-size:1rem}}.hotspot-panel{background:#fff;border-radius:16px;box-shadow:0 10px 40px #0003;display:flex;flex-direction:column;left:1rem;max-height:70vh;overflow:hidden;position:fixed;top:50%;transform:translateY(-50%);width:280px;z-index:200}.hotspot-header{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:1rem 1.25rem;position:relative}.hotspot-header h3{font-size:1.1rem;font-weight:700;margin-bottom:.25rem}.hotspot-header p{font-size:.75rem;opacity:.9}.hotspot-close{align-items:center;background:#fff3;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1.25rem;height:28px;justify-content:center;position:absolute;right:.75rem;top:.75rem;width:28px}.hotspot-close:hover{background:#ffffff4d}.hotspot-list{flex:1 1;overflow-y:auto;padding:.5rem}.hotspot-item{background:#f8fafc;background:var(--bg-gray);border:2px solid #0000;border-radius:10px;cursor:pointer;margin-bottom:.5rem;padding:.75rem;transition:all .2s}.hotspot-item:hover{background:#fef2f2;border-color:#fecaca}.hotspot-item.selected{background:#fef2f2;border-color:#ef4444}.hotspot-zip-row{align-items:center;display:flex;gap:.5rem;margin-bottom:.375rem}.hotspot-zip{color:#2563eb;color:var(--primary);font-size:1.1rem;font-weight:700}.hotspot-city{color:#94a3b8;color:var(--text-muted);font-size:.7rem;text-transform:uppercase}.hotspot-stats{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.25rem}.hotspot-stat{font-size:.7rem;font-weight:600}.hotspot-stat.hot{color:#ef4444}.hotspot-stat.occupied{color:#22c55e}.hotspot-stat.total{color:#94a3b8;color:var(--text-muted)}.hotspot-value{color:#64748b;color:var(--text-secondary);font-size:.75rem}.hotspot-loading{color:#94a3b8;color:var(--text-muted);padding:2rem;text-align:center}.hotspot-loading-inline{color:#2563eb;color:var(--primary);font-size:.7rem;margin-top:.25rem}.hotspot-footer{background:#f8fafc;background:var(--bg-gray);border-top:1px solid #e2e8f0;border-top:1px solid var(--border);color:#94a3b8;color:var(--text-muted);font-size:.7rem;padding:.75rem;text-align:center}.hotspot-toggle{align-items:center;background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:12px;box-shadow:0 4px 15px #ef444466;color:#fff;cursor:pointer;display:flex;font-size:.85rem;font-weight:700;gap:.5rem;left:1rem;padding:.75rem 1rem;position:fixed;top:50%;transform:translateY(-50%);transition:all .2s;z-index:150}.hotspot-toggle:hover{transform:translateY(-50%) scale(1.05)}@media (max-width:768px){.hotspot-panel{max-height:50vh;right:.5rem;width:auto}.hotspot-panel,.hotspot-toggle{bottom:1rem;left:.5rem;top:auto;transform:none}.hotspot-toggle:hover{transform:scale(1.05)}}.paywall-overlay{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000c;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:1000}.paywall-modal{background:linear-gradient(135deg,#1e293b,#0f172a);border:1px solid #ffffff1a;border-radius:24px;box-shadow:0 25px 50px #00000080;max-width:480px;padding:2.5rem;position:relative;width:100%}.paywall-close{align-items:center;background:none;border:none;border-radius:50%;color:#94a3b8;cursor:pointer;display:flex;font-size:1.5rem;height:36px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:all .2s;width:36px}.paywall-close:hover{background:#ffffff1a;color:#fff}.paywall-icon{font-size:4rem;margin-bottom:1rem;text-align:center}.paywall-title{color:#f8fafc;font-size:1.75rem;font-weight:700;margin-bottom:.75rem;text-align:center}.paywall-text{color:#94a3b8;line-height:1.6;margin-bottom:1.5rem;text-align:center}.paywall-usage{background:#ffffff0d;border-radius:12px;margin-bottom:1.5rem;padding:1rem}.usage-item{border-bottom:1px solid #ffffff0d;color:#94a3b8;display:flex;justify-content:space-between;padding:.5rem 0}.usage-item:last-child{border-bottom:none}.paywall-features{margin-bottom:1.5rem}.paywall-features h4{color:#f8fafc;font-size:1rem;margin-bottom:.75rem}.paywall-features ul{list-style:none;padding:0}.paywall-features li{color:#94a3b8;font-size:.95rem;padding:.4rem 0}.paywall-btn{border:none;border-radius:12px;cursor:pointer;display:block;font-size:1rem;font-weight:600;margin-bottom:.75rem;padding:1rem;text-align:center;text-decoration:none;transition:all .2s;width:100%}.paywall-btn.primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.paywall-btn.primary:hover{box-shadow:0 8px 20px #3b82f666;transform:translateY(-2px)}.paywall-btn.secondary{background:#0000;border:1px solid #ffffff1a;color:#94a3b8}.paywall-btn.secondary:hover{background:#ffffff0d;color:#f8fafc}.login-form{margin-top:1rem}.login-field{margin-bottom:1rem}.login-field label{color:#94a3b8;display:block;font-size:.875rem;margin-bottom:.5rem}.login-field input{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;color:#f8fafc;font-size:1rem;padding:.875rem 1rem;width:100%}.login-field input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633;outline:none}.login-error{background:#ef44441a;border-radius:8px;color:#ef4444;font-size:.9rem;margin-bottom:1rem;padding:.75rem;text-align:center}.onboarding-overlay{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000d9;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:1000}.onboarding-modal{background:linear-gradient(135deg,#1e293b,#0f172a);border:1px solid #ffffff1a;border-radius:24px;box-shadow:0 25px 50px #00000080;max-width:600px;padding:2rem;width:100%}.onboarding-progress{display:flex;gap:.5rem;justify-content:center;margin-bottom:1.5rem}.progress-dot{background:#fff3;border-radius:50%;cursor:pointer;height:10px;transition:all .3s;width:10px}.progress-dot.active{background:#3b82f6;transform:scale(1.2)}.progress-dot.completed{background:#10b981}.onboarding-content{text-align:center}.onboarding-image{background:#ffffff0d;border-radius:16px;height:220px;margin-bottom:1.5rem;overflow:hidden;width:100%}.onboarding-image img{height:100%;object-fit:cover;width:100%}.onboarding-step-number{color:#3b82f6;font-size:.875rem;font-weight:600;letter-spacing:.05em;margin-bottom:.5rem;text-transform:uppercase}.onboarding-modal .onboarding-title{color:#f8fafc;font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.onboarding-description{color:#94a3b8;line-height:1.6;margin-bottom:1rem}.onboarding-tip{align-items:center;background:#3b82f61a;border:1px solid #3b82f633;border-radius:12px;color:#93c5fd;display:flex;font-size:.9rem;gap:.5rem;margin-bottom:1.5rem;padding:.875rem 1rem}.tip-icon{font-size:1.2rem}.onboarding-nav{align-items:center;display:flex;justify-content:space-between;margin-top:1rem}.onboarding-skip{background:none;border:none;color:#64748b;cursor:pointer;font-size:.9rem}.onboarding-skip:hover{color:#94a3b8}.onboarding-nav-buttons{display:flex;gap:.75rem}.onboarding-btn{border:none;border-radius:10px;cursor:pointer;font-size:.95rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s}.onboarding-btn.primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.onboarding-btn.primary:hover{box-shadow:0 8px 20px #3b82f666;transform:translateY(-2px)}.onboarding-btn.secondary{background:#ffffff0d;border:1px solid #ffffff1a;color:#94a3b8}.onboarding-btn.secondary:hover{background:#ffffff1a}.usage-indicator{padding:.5rem .75rem}@media (max-width:640px){.onboarding-modal,.paywall-modal{border-radius:16px;padding:1.5rem}.onboarding-icon,.paywall-icon{font-size:3rem}.onboarding-image{height:160px}}.usage-indicator{align-items:center;background:#3b82f61a;border:1px solid #3b82f633;border-radius:8px;color:#3b82f6;display:flex;font-size:.8rem;font-weight:500;gap:.5rem;padding:.5rem 1rem;white-space:nowrap}.usage-indicator.admin{background:#10b9811a;border-color:#10b98133;color:#10b981}.usage-indicator.warning{background:#f59e0b1a;border-color:#f59e0b33;color:#f59e0b}.usage-indicator.danger{background:#ef44441a;border-color:#ef444433;color:#ef4444;cursor:pointer}.usage-indicator.danger:hover{background:#ef444426}.usage-icon{font-size:1rem}.usage-text strong{font-weight:700}@media (max-width:768px){.usage-indicator{display:none}}.usage-wrapper{gap:.5rem}.login-link,.usage-wrapper{align-items:center;display:flex}.login-link{background:#ffffff1a;border:1px solid #ffffff1a;border-radius:8px;cursor:pointer;font-size:1rem;justify-content:center;padding:.5rem;transition:all .2s}.login-link:hover{background:#3b82f633;border-color:#3b82f64d}.login-screen{align-items:center;background:linear-gradient(135deg,#0f172a,#1e293b 50%,#0f172a);display:flex;justify-content:center;min-height:100vh;min-height:100dvh;padding:1rem}.login-container{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1e293bcc;border:1px solid #ffffff1a;border-radius:24px;box-shadow:0 25px 50px #00000080;max-width:400px;padding:2.5rem;width:100%}.login-logo{border-radius:20px;box-shadow:0 8px 24px #0000004d;height:80px;margin:0 auto 1.5rem;overflow:hidden;width:80px}.login-logo img{height:100%;object-fit:cover;width:100%}.login-title{color:#f8fafc;font-size:1.75rem;font-weight:700;margin-bottom:.5rem;text-align:center}.login-subtitle{color:#64748b;font-size:.95rem;margin-bottom:2rem;text-align:center}.login-form-main{display:flex;flex-direction:column;gap:1.25rem}.login-error-main{background:#ef44441a;border:1px solid #ef444433;border-radius:12px;color:#ef4444;font-size:.9rem;padding:.875rem;text-align:center}.login-field-main{display:flex;flex-direction:column;gap:.5rem}.login-field-main label{color:#94a3b8;font-size:.875rem;font-weight:500}.login-field-main input{background:#0f172a99;border:1px solid #ffffff1a;border-radius:12px;color:#f8fafc;font-size:1rem;padding:.875rem 1rem;transition:all .2s}.login-field-main input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633;outline:none}.login-field-main input::placeholder{color:#475569}.login-submit{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:.5rem;padding:1rem;transition:all .2s}.login-submit:hover:not(:disabled){box-shadow:0 8px 20px #3b82f666;transform:translateY(-2px)}.login-submit:disabled{cursor:not-allowed;opacity:.6}.login-footer{margin-top:2rem;text-align:center}.login-footer p{color:#475569;font-size:.8rem}@media (max-width:480px){.login-container{border-radius:16px;padding:1.5rem}.login-logo{border-radius:16px;height:64px;width:64px}.login-title{font-size:1.5rem}}.landing-page{background:linear-gradient(135deg,#0f172a,#1e293b);color:#f8fafc;min-height:100vh}.landing-container{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:2rem}.landing-nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172ae6;border-bottom:1px solid #ffffff1a;justify-content:space-between;left:0;padding:1rem 2rem;position:fixed;right:0;top:0;z-index:100}.landing-nav,.nav-logo{align-items:center;display:flex}.nav-logo{gap:.75rem}.nav-logo img{border-radius:10px;height:40px;width:40px}.nav-logo span{color:#f8fafc;font-size:1.25rem;font-weight:700}.nav-buttons{display:flex;gap:.75rem}.btn-ghost{background:#0000;border:none;color:#94a3b8;cursor:pointer;font-size:.9rem;font-weight:500;padding:.625rem 1rem;transition:color .2s}.btn-ghost:hover{color:#f8fafc}.btn-primary-sm{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.625rem 1.25rem;transition:transform .2s,box-shadow .2s}.btn-primary-sm:hover{box-shadow:0 4px 12px #3b82f666;transform:translateY(-1px)}.btn-primary,.btn-primary-lg{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .2s;width:100%}.btn-primary-lg{padding:1rem 2.5rem;width:auto}.btn-primary-lg:hover,.btn-primary:hover{box-shadow:0 8px 20px #3b82f666;transform:translateY(-2px)}.btn-primary:disabled{cursor:not-allowed;opacity:.6;transform:none}.btn-secondary,.btn-secondary-lg{background:#0000;border:1px solid #fff3;border-radius:12px;color:#94a3b8;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .2s}.btn-secondary-lg{width:auto}.btn-secondary-lg:hover,.btn-secondary:hover{background:#ffffff0d;border-color:#ffffff4d;color:#f8fafc}.hero-section{display:flex;flex-direction:column;min-height:100vh;padding:6rem 2rem 4rem}.hero-content{align-items:center;display:flex;flex:1 1;gap:4rem;margin:0 auto;max-width:1400px;padding-top:2rem}.hero-text{flex:1 1}.hero-badge{background:#3b82f633;border-radius:20px;color:#60a5fa;display:inline-block;font-size:.85rem;font-weight:600;margin-bottom:1.5rem;padding:.5rem 1rem}.hero-text h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f8fafc,#94a3b8);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.hero-subtitle{color:#94a3b8;font-size:1.2rem;line-height:1.7;margin-bottom:2rem;max-width:540px}.hero-cta{display:flex;gap:1rem;margin-bottom:3rem}.hero-stats{display:flex;gap:2.5rem}.hero-stats .stat{text-align:center}.hero-stats strong{color:#3b82f6;display:block;font-size:1.5rem;font-weight:700}.hero-stats span{color:#64748b;font-size:.8rem}.hero-image{flex:1 1;max-width:600px}.hero-image img{border-radius:20px;box-shadow:0 25px 50px #00000080;width:100%}.features-section{background:#1e293b80;padding:5rem 2rem}.cta-section h2,.features-section h2,.industries-section h2{font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1200px}.feature-card{background:#0f172a99;border:1px solid #ffffff1a;border-radius:20px;padding:2rem;position:relative;text-align:center;transition:transform .3s,border-color .3s}.feature-card:hover{border-color:#3b82f64d;transform:translateY(-5px)}.feature-icon{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:50%;display:flex;font-size:1.1rem;font-weight:700;height:40px;justify-content:center;left:50%;position:absolute;top:-15px;transform:translateX(-50%);width:40px}.feature-img{border-radius:12px;height:160px;margin:1rem 0;object-fit:cover;width:100%}.feature-card h3{color:#f8fafc;font-size:1.25rem;margin-bottom:.75rem}.feature-card p{color:#94a3b8;line-height:1.6}.industries-section{padding:5rem 2rem}.industries-grid{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:0 auto;max-width:900px}.industry-tag{background:#3b82f626;border:1px solid #3b82f64d;border-radius:50px;color:#60a5fa;font-size:.95rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s}.industry-tag:hover{background:#3b82f640;transform:scale(1.05)}.cta-section{background:linear-gradient(135deg,#3b82f61a,#3b82f60d);padding:5rem 2rem;text-align:center}.cta-section p{color:#94a3b8;font-size:1.2rem;margin-bottom:2rem}.landing-footer{border-top:1px solid #ffffff1a;padding:2rem;text-align:center}.landing-footer p{color:#64748b;font-size:.9rem}.auth-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1e293be6;border:1px solid #ffffff1a;border-radius:24px;max-width:420px;padding:2.5rem;text-align:center;width:100%}.signup-card{max-width:560px}.auth-logo{border-radius:16px;height:70px;margin:0 auto 1.5rem;overflow:hidden;width:70px}.auth-logo img{height:100%;object-fit:cover;width:100%}.auth-card h2{font-size:1.5rem;margin-bottom:.5rem}.auth-subtitle{color:#64748b;margin-bottom:2rem}.auth-form{display:flex;flex-direction:column;gap:1rem}.auth-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.auth-field{text-align:left}.auth-field label{color:#94a3b8;display:block;font-size:.85rem;font-weight:500;margin-bottom:.5rem}.auth-field input{background:#0f172a99;border:1px solid #ffffff1a;border-radius:10px;color:#f8fafc;font-size:1rem;padding:.875rem 1rem;transition:all .2s;width:100%}.auth-field input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633;outline:none}.auth-field input::placeholder{color:#475569}.auth-error{background:#ef44441a;border:1px solid #ef444433;border-radius:10px;color:#ef4444}.auth-error,.auth-success{font-size:.9rem;padding:.875rem}.auth-success{background:#10b9811a;border:1px solid #10b98133;border-radius:10px;color:#10b981}.btn-link{background:none;border:none;color:#64748b;cursor:pointer;font-size:.875rem;margin-top:.5rem;text-decoration:underline}.btn-link:hover{color:#3b82f6}.auth-switch{color:#64748b;font-size:.9rem;margin-top:1.5rem}.auth-switch button{background:none;border:none;color:#3b82f6;cursor:pointer;font-weight:600;margin-left:.5rem}.auth-switch button:hover{text-decoration:underline}.back-btn{background:none;border:none;color:#64748b;cursor:pointer;font-size:.9rem;left:1.5rem;position:absolute;top:1.5rem}.back-btn:hover{color:#f8fafc}.pending-card{background:#1e293be6;border:1px solid #ffffff1a;border-radius:24px;max-width:450px;padding:3rem;text-align:center}.pending-icon{font-size:4rem;margin-bottom:1.5rem}.pending-card h2{color:#10b981;margin-bottom:1rem}.pending-card p{color:#94a3b8;line-height:1.6;margin-bottom:.5rem}.pending-note{color:#64748b!important;font-size:.9rem;margin-bottom:2rem!important}@media (max-width:1024px){.hero-content{flex-direction:column;text-align:center}.hero-text h1{font-size:2.5rem}.hero-subtitle{margin:0 auto 2rem}.hero-cta{flex-wrap:wrap}.hero-cta,.hero-stats{justify-content:center}.hero-image{max-width:100%}.features-grid{grid-template-columns:1fr;max-width:400px}}@media (max-width:640px){.landing-nav{padding:1rem}.nav-logo span{display:none}.hero-text h1{font-size:2rem}.hero-cta{flex-direction:column}.btn-primary-lg,.btn-secondary-lg{width:100%}.auth-row{grid-template-columns:1fr}.auth-card{padding:1.5rem}}
/*# sourceMappingURL=main.ece96f2b.css.map*/