.form-container{width:100%}.form-header{margin-bottom:2rem;text-align:center}.form-header h2{font-size:1.75rem;font-weight:700;color:#111827;margin-bottom:.5rem}.form-header p{color:#6b7280;font-size:.9375rem}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.form-section{display:flex;flex-direction:column;gap:1.5rem}.form-group.full-width{grid-column:1 / -1}.form-group .hint{font-weight:400;color:#9ca3af;font-size:.75rem}.input-wrapper{position:relative;display:flex;align-items:center}.input-wrapper svg{position:absolute;left:1rem;width:20px;height:20px;color:#9ca3af;pointer-events:none}.input-wrapper input,.input-wrapper select,textarea{width:100%;padding:.875rem 1rem .875rem 3rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#111827;font-size:.9375rem;transition:all .2s}.input-wrapper select{padding-left:3rem;cursor:pointer;appearance:none}.select-wrapper:after{content:"";position:absolute;right:1rem;top:50%;transform:translateY(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #9ca3af;pointer-events:none}textarea{padding-left:1rem;resize:vertical;min-height:100px}.input-wrapper input:focus,.input-wrapper select:focus,textarea:focus{outline:none;border-color:#714b67;box-shadow:0 0 0 3px #714b671a}.input-wrapper input::placeholder,textarea::placeholder{color:#9ca3af}.input-wrapper input.error,.input-wrapper select.error{border-color:#ef4444}.error-text{color:#ef4444;font-size:.75rem;margin-top:.25rem}.option-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.timeline-grid{grid-template-columns:repeat(4,1fr)}.budget-grid{grid-template-columns:repeat(3,1fr)}.option-btn{padding:.875rem 1rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;text-align:center}.option-btn:hover{background:#f9fafb;border-color:#714b67;color:#714b67}.option-btn.selected{background:#f5f0f4;border-color:#714b67;color:#714b67}.option-icon{margin-right:.5rem}.form-actions{display:flex;justify-content:space-between;margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e7eb}.btn-submit{display:flex;align-items:center;gap:.5rem;padding:.875rem 2rem;background:#714b67;color:#fff;border:none;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-submit:hover{background:#5a3a52;transform:translateY(-1px)}.btn-submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.btn-submit svg{width:18px;height:18px}.generate-btn{background:#8f5c97}.generate-btn:hover{background:#7a4d81}.btn-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.industry-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.industry-btn{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s}.industry-btn:hover{background:#f9fafb;border-color:#714b67}.industry-btn.selected{background:#f5f0f4;border-color:#714b67}.industry-icon{font-size:1.5rem}.industry-label{font-size:.75rem;color:#6b7280;text-align:center;font-weight:500}.industry-btn.selected .industry-label{color:#714b67}.modules-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.module-btn{padding:1rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s;text-align:left}.module-btn:hover{background:#f9fafb;border-color:#714b67}.module-btn.selected{background:#f5f0f4;border-color:#714b67}.module-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.module-icon{font-size:1.25rem}.module-name{font-size:.875rem;font-weight:600;color:#374151;flex:1}.module-check{width:20px;height:20px;border-radius:50%;background:#e5e7eb;display:flex;align-items:center;justify-content:center;transition:all .2s}.module-check svg{width:12px;height:12px;color:transparent;transition:all .2s}.module-btn.selected .module-check{background:#714b67}.module-btn.selected .module-check svg{color:#fff}.module-desc{font-size:.6875rem;color:#9ca3af;line-height:1.4}.module-btn.selected .module-desc{color:#6b7280}@media(max-width:1024px){.modules-grid,.industry-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.form-grid{grid-template-columns:1fr}.option-grid,.timeline-grid,.budget-grid,.modules-grid,.industry-grid{grid-template-columns:repeat(2,1fr)}.form-actions{flex-direction:column-reverse;gap:1rem}.btn-back,.btn-submit{width:100%;justify-content:center}}@media(max-width:480px){.industry-grid,.modules-grid{grid-template-columns:1fr}}.estimate-display{display:flex;flex-direction:column;gap:1.5rem}.estimate-header{text-align:center}.estimate-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem 1rem;background:#f5f0f4;border:1px solid #8F5C97;border-radius:20px;font-size:.75rem;font-weight:600;color:#8f5c97;margin-bottom:1rem}.estimate-header h2{font-size:1.75rem;font-weight:700;color:#111827;margin-bottom:.5rem}.estimate-header p{color:#6b7280;font-size:.9375rem}.estimate-summary{background:linear-gradient(135deg,#f5f0f4,#faf5f8);border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem}.summary-main{display:flex;justify-content:space-between;align-items:center}.budget-range{display:flex;flex-direction:column;gap:.5rem}.budget-label{font-size:.8125rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.budget-values{display:flex;align-items:baseline;gap:.5rem}.budget-min,.budget-max{font-size:2rem;font-weight:800;color:#714b67}.budget-separator{color:#9ca3af;font-size:1.5rem}.timeline-badge{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;font-size:.875rem;font-weight:600}.timeline-badge svg{width:18px;height:18px;color:#714b67}.estimate-details{display:flex;flex-direction:column;gap:1.5rem}.details-section h3{font-size:1rem;font-weight:600;color:#374151;margin-bottom:1rem}.breakdown-list{display:flex;flex-direction:column;gap:.75rem}.breakdown-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px}.breakdown-info{display:flex;flex-direction:column;gap:.25rem}.breakdown-name{font-weight:600;color:#374151;font-size:.9375rem}.breakdown-desc{font-size:.75rem;color:#6b7280}.breakdown-cost{font-weight:700;color:#714b67;font-size:.9375rem}.recommendations-list{list-style:none;display:flex;flex-direction:column;gap:.75rem}.recommendations-list li{display:flex;align-items:flex-start;gap:.75rem;color:#4b5563;font-size:.875rem;line-height:1.5}.recommendations-list svg{width:18px;height:18px;color:#10b981;flex-shrink:0;margin-top:2px}.ai-explanation{padding:1.25rem;background:#f5f0f4;border:1px solid #e5e7eb;border-radius:10px}.ai-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.ai-icon{width:28px;height:28px;background:#714b67;border-radius:8px;display:flex;align-items:center;justify-content:center}.ai-icon svg{width:16px;height:16px;color:#fff}.ai-header span{font-weight:600;color:#714b67;font-size:.875rem}.ai-explanation p{color:#4b5563;font-size:.875rem;line-height:1.6}.client-summary{padding:1.25rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px}.client-summary h3{margin-bottom:1rem}.summary-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.summary-item{display:flex;flex-direction:column;gap:.25rem}.summary-label{font-size:.6875rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.summary-value{font-size:.875rem;color:#374151;font-weight:500}.estimate-actions{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;border-top:1px solid #e5e7eb}.action-buttons{display:flex;gap:1rem}.btn-back{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:transparent;border:1px solid #e5e7eb;color:#6b7280;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-back:hover{background:#f9fafb;color:#374151}.btn-back svg{width:18px;height:18px}.btn-reject{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:#fef2f2;border:1px solid #fecaca;color:#dc2626;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-reject:hover{background:#fee2e2;border-color:#fca5a5}.btn-reject svg{width:18px;height:18px}.btn-accept{display:flex;align-items:center;gap:.5rem;padding:.875rem 2rem;background:#10b981;color:#fff;border:none;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-accept:hover{background:#059669;transform:translateY(-1px)}.btn-accept svg{width:18px;height:18px}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:2rem;max-width:500px;width:100%;animation:modalSlideIn .3s ease}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header{text-align:center;margin-bottom:1.5rem}.modal-header h3{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:.5rem}.modal-header p{color:#6b7280;font-size:.875rem}.modal-body{margin-bottom:1.5rem}.reason-options{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.reason-btn{padding:.875rem 1rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;font-size:.875rem;text-align:left;cursor:pointer;transition:all .2s}.reason-btn:hover{background:#f9fafb;border-color:#714b67;color:#374151}.reason-btn.selected{background:#f5f0f4;border-color:#714b67;color:#714b67}.custom-reason label{display:block;font-size:.8125rem;color:#6b7280;margin-bottom:.5rem}.custom-reason textarea{width:100%;padding:.875rem 1rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#111827;font-size:.875rem;resize:none}.custom-reason textarea:focus{outline:none;border-color:#714b67}.modal-actions{display:flex;gap:1rem;justify-content:flex-end}.btn-cancel{padding:.75rem 1.5rem;background:transparent;border:1px solid #e5e7eb;color:#6b7280;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-cancel:hover{background:#f9fafb;color:#374151}.btn-submit-reject{padding:.75rem 1.5rem;background:#ef4444;border:none;color:#fff;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-submit-reject:hover{background:#dc2626}.btn-submit-reject:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.summary-main{flex-direction:column;gap:1rem;text-align:center}.budget-values{justify-content:center}.budget-min,.budget-max{font-size:1.5rem}.summary-grid{grid-template-columns:1fr}.estimate-actions{flex-direction:column;gap:1rem}.action-buttons{width:100%;flex-direction:column}.btn-reject,.btn-accept{width:100%;justify-content:center}}.step-indicator{display:flex;align-items:center;justify-content:center;margin-bottom:2rem;padding:0 1rem}.step-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.step-circle{width:48px;height:48px;border-radius:50%;background:#f3f4f6;border:2px solid #e5e7eb;display:flex;align-items:center;justify-content:center;transition:all .3s ease;position:relative}.step-icon{font-size:1.25rem}.step-item.active .step-circle{background:#f5f0f4;border-color:#714b67;box-shadow:0 0 0 4px #714b671a}.step-item.completed .step-circle{background:#714b67;border-color:#714b67}.step-item.completed .step-circle svg{width:24px;height:24px;color:#fff}.step-label{font-size:.75rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em}.step-item.active .step-label{color:#714b67}.step-item.completed .step-label{color:#6b7280}.step-connector{width:60px;height:2px;background:#e5e7eb;margin:0 .5rem 1.5rem;border-radius:1px;transition:all .3s ease}.step-connector.completed{background:#714b67}@media(max-width:640px){.step-indicator{flex-wrap:wrap;gap:.5rem}.step-circle{width:40px;height:40px}.step-icon{font-size:1rem}.step-label{font-size:.625rem}.step-connector{width:30px}}.estimator-wizard{max-width:800px;margin:0 auto}.wizard-content{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:2.5rem;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.error-banner{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;color:#dc2626;margin-bottom:1.5rem;font-size:.875rem}.error-banner svg{width:20px;height:20px;flex-shrink:0}.wizard-result{display:flex;align-items:center;justify-content:center;min-height:60vh}.result-card{text-align:center;padding:3rem;background:#fff;border:1px solid #e5e7eb;border-radius:16px;max-width:520px;box-shadow:0 4px 6px -1px #0000000d}.result-icon{width:80px;height:80px;margin:0 auto 1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;animation:successPop .5s ease-out}@keyframes successPop{0%{transform:scale(0);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}.result-icon.success{background:#ecfdf5;border:2px solid #10b981}.result-icon svg{width:40px;height:40px;color:#10b981}.result-card h2{font-size:1.75rem;font-weight:700;color:#111827;margin-bottom:.75rem}.result-card>p{color:#6b7280;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.result-contact-info{padding:1.25rem;background:#f9fafb;border-radius:10px;margin-bottom:2rem}.result-contact-info p{color:#6b7280;font-size:.875rem;margin-bottom:.5rem}.contact-email{display:inline-flex;align-items:center;gap:.5rem;color:#714b67;font-size:1rem;font-weight:600;text-decoration:none;transition:color .2s}.contact-email:hover{color:#5a3a52}.contact-email svg{width:18px;height:18px}.result-actions{display:flex;gap:1rem;justify-content:center}.btn-primary{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;background:#714b67;color:#fff;border:none;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-primary:hover{background:#5a3a52;transform:translateY(-1px)}.btn-primary svg{width:18px;height:18px}@media(max-width:640px){.wizard-content{padding:1.5rem;border-radius:12px}.result-card{padding:2rem 1.5rem}.result-actions{flex-direction:column}.result-actions button{width:100%;justify-content:center}}.dashboard{display:flex;flex-direction:column;gap:1.5rem}.dashboard-header{display:flex;justify-content:space-between;align-items:center}.header-info h1{font-size:1.75rem;font-weight:700;color:#111827;margin-bottom:.25rem}.header-info p{color:#6b7280;font-size:.9375rem}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem;display:flex;align-items:center;gap:1rem;box-shadow:0 1px 3px #0000000d}.stat-icon{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center}.stat-icon svg{width:24px;height:24px}.stat-icon.total{background:#f5f0f4;color:#714b67}.stat-icon.pending{background:#fffbeb;color:#f59e0b}.stat-icon.accepted{background:#ecfdf5;color:#10b981}.stat-icon.rejected{background:#fef2f2;color:#ef4444}.stat-icon.revenue{background:#eff6ff;color:#3b82f6}.stat-info{display:flex;flex-direction:column}.stat-value{font-size:1.5rem;font-weight:700;color:#111827}.stat-label{font-size:.75rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.filters-bar{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.search-box{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;flex:1;max-width:400px}.search-box svg{width:20px;height:20px;color:#9ca3af}.search-box input{background:none;border:none;color:#111827;font-size:.875rem;outline:none;width:100%}.search-box input::placeholder{color:#9ca3af}.filter-group{display:flex;align-items:center;gap:1rem}.filter-tabs{display:flex;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:.25rem}.filter-tab{padding:.5rem 1rem;background:none;border:none;color:#6b7280;font-size:.8125rem;font-weight:500;cursor:pointer;border-radius:6px;transition:all .2s;display:flex;align-items:center;gap:.5rem}.filter-tab:hover{color:#714b67}.filter-tab.active{background:#714b67;color:#fff}.tab-count{padding:.125rem .5rem;background:#e5e7eb;border-radius:6px;font-size:.6875rem}.filter-tab.active .tab-count{background:#fff3}.filter-group select{padding:.625rem 2rem .625rem 1rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;font-size:.8125rem;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.leads-container{min-height:400px}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;background:#fff;border:1px solid #e5e7eb;border-radius:12px;text-align:center}.empty-state svg{width:64px;height:64px;color:#9ca3af;margin-bottom:1rem}.empty-state h3{font-size:1.25rem;color:#374151;margin-bottom:.5rem}.empty-state p{color:#6b7280;font-size:.875rem}.leads-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1rem}.lead-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem;cursor:pointer;transition:all .2s}.lead-card:hover{border-color:#714b67;transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.lead-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.lead-avatar{width:44px;height:44px;border-radius:10px;background:#714b67;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;color:#fff;flex-shrink:0}.lead-title{flex:1;min-width:0}.lead-title h3{font-size:.9375rem;font-weight:600;color:#111827;margin-bottom:.125rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lead-company{font-size:.75rem;color:#6b7280}.status-badge{padding:.25rem .75rem;border-radius:6px;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.status-badge.pending{background:#fffbeb;color:#f59e0b}.status-badge.accepted{background:#ecfdf5;color:#10b981}.status-badge.rejected{background:#fef2f2;color:#ef4444}.lead-details{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.detail-item{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.8125rem}.detail-item svg{width:14px;height:14px;color:#9ca3af;flex-shrink:0}.lead-budget{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#f9fafb;border-radius:8px;margin-bottom:.75rem}.budget-label{font-size:.6875rem;color:#6b7280;text-transform:uppercase}.budget-value{font-weight:700;color:#714b67;font-size:.9375rem}.lead-modules{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:.75rem}.module-tag{padding:.25rem .5rem;background:#f5f0f4;border-radius:4px;font-size:.6875rem;color:#714b67}.module-tag.more{background:#e5e7eb;color:#6b7280}.lead-footer{display:flex;justify-content:space-between;align-items:center}.lead-date{font-size:.6875rem;color:#9ca3af}.lead-modal{background:#fff;border:1px solid #e5e7eb;border-radius:16px;width:100%;max-width:700px;max-height:90vh;overflow-y:auto;position:relative}.modal-close{position:absolute;top:1rem;right:1rem;width:36px;height:36px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;z-index:1}.modal-close:hover{background:#f3f4f6;color:#374151}.modal-close svg{width:18px;height:18px}.modal-header-section{display:flex;align-items:center;gap:1rem;padding:1.5rem;border-bottom:1px solid #e5e7eb}.modal-avatar{width:64px;height:64px;border-radius:12px;background:#714b67;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;color:#fff}.modal-title-section h2{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:.25rem}.modal-title-section p{color:#6b7280;font-size:.875rem;margin-bottom:.5rem}.modal-content-section{padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.modal-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.info-section{display:flex;flex-direction:column;gap:.75rem}.info-section.full-width{grid-column:1 / -1}.info-section h4{font-size:.8125rem;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.05em}.info-item{display:flex;flex-direction:column;gap:.25rem}.info-label{font-size:.6875rem;color:#6b7280;text-transform:uppercase}.info-value{font-size:.875rem;color:#374151}.estimate-box{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;background:linear-gradient(135deg,#f5f0f4,#faf5f8);border:1px solid #e5e7eb;border-radius:10px}.estimate-label{font-size:.75rem;color:#6b7280;display:block;margin-bottom:.25rem}.estimate-value{font-size:1.25rem;font-weight:700;color:#714b67}.estimate-timeline{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;border-radius:8px;color:#374151;font-size:.875rem;font-weight:500}.estimate-timeline svg{width:16px;height:16px;color:#714b67}.modules-list{display:flex;flex-wrap:wrap;gap:.5rem}.requirements-text{color:#4b5563;font-size:.875rem;line-height:1.6;padding:.875rem;background:#f9fafb;border-radius:8px}.rejection-section{padding:1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:10px}.rejection-section h4{color:#ef4444}.rejection-text{color:#ef4444;font-size:.875rem;line-height:1.6}.info-section textarea{width:100%;padding:.875rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#111827;font-size:.875rem;resize:vertical;font-family:inherit}.info-section textarea:focus{outline:none;border-color:#714b67}.btn-save-notes{align-self:flex-start;padding:.625rem 1.25rem;background:#f5f0f4;border:1px solid #714B67;border-radius:8px;color:#714b67;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-save-notes:hover{background:#714b67;color:#fff}.modal-footer-section{padding:1rem 1.5rem;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.modal-meta{font-size:.75rem;color:#6b7280}.modal-actions{display:flex;gap:.75rem}.btn-delete{padding:.625rem 1.25rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#ef4444;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-delete:hover{background:#fee2e2}.btn-mark-rejected{padding:.625rem 1.25rem;background:#fffbeb;border:1px solid #fcd34d;border-radius:8px;color:#f59e0b;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-mark-rejected:hover{background:#fef3c7}.btn-mark-accepted{padding:.625rem 1.25rem;background:#10b981;border:none;border-radius:8px;color:#fff;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-mark-accepted:hover{background:#059669}@media(max-width:1024px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.filters-bar{flex-direction:column;align-items:stretch}.search-box{max-width:none}.filter-group{flex-direction:column;align-items:stretch}.filter-tabs{justify-content:center}.filter-group select{width:100%}.leads-grid,.modal-grid{grid-template-columns:1fr}.modal-footer-section{flex-direction:column;gap:1rem}.modal-actions{width:100%;flex-wrap:wrap;justify-content:center}}@media(max-width:480px){.stats-grid{grid-template-columns:1fr}.filter-tabs{flex-wrap:wrap}.filter-tab{flex:1;justify-content:center}}.login-container{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 300px);position:relative;overflow:hidden}.login-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:2.5rem;width:100%;max-width:420px;box-shadow:0 20px 40px #00000014;position:relative;z-index:1;animation:cardSlideUp .5s ease-out}@keyframes cardSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.login-header{text-align:center;margin-bottom:2rem}.login-icon{width:72px;height:72px;background:linear-gradient(135deg,#714b67,#8f5c97);border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;box-shadow:0 8px 24px #714b6740}.login-icon svg{width:36px;height:36px;color:#fff}.login-header h2{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.5rem}.login-header p{color:#6b7280;font-size:.875rem}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.875rem;font-weight:600;color:#374151}.password-input-wrapper{position:relative;display:flex;align-items:center}.password-input-wrapper input{width:100%;padding:.875rem 3rem .875rem 1rem;background:#f9fafb;border:2px solid #e5e7eb;border-radius:10px;color:#111827;font-size:1rem;transition:all .2s}.password-input-wrapper input:focus{outline:none;border-color:#714b67;background:#fff;box-shadow:0 0 0 4px #714b671a}.password-input-wrapper input::placeholder{color:#9ca3af}.password-input-wrapper input:disabled{opacity:.6;cursor:not-allowed}.toggle-password{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#9ca3af;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;transition:color .2s}.toggle-password:hover{color:#714b67}.toggle-password svg{width:20px;height:20px}.error-message{color:#ef4444;font-size:.8125rem;display:flex;align-items:center;gap:.375rem;animation:shake .4s ease}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.login-actions{display:flex;gap:1rem;margin-top:.5rem}.btn-cancel{flex:1;padding:.875rem 1.5rem;background:#fff;border:2px solid #e5e7eb;border-radius:10px;color:#6b7280;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-cancel:hover{background:#f9fafb;border-color:#d1d5db;color:#374151}.btn-cancel:disabled{opacity:.5;cursor:not-allowed}.btn-login{flex:1.5;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;background:linear-gradient(135deg,#714b67,#8f5c97);border:none;border-radius:10px;color:#fff;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #714b6740}.btn-login:hover{transform:translateY(-2px);box-shadow:0 6px 16px #714b6759}.btn-login:active{transform:translateY(0)}.btn-login:disabled{opacity:.7;cursor:not-allowed;transform:none}.btn-login svg{width:18px;height:18px}.login-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.login-footer{text-align:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.login-footer p{color:#9ca3af;font-size:.75rem}.login-decoration{position:absolute;inset:0;pointer-events:none;overflow:hidden}.decoration-circle{position:absolute;border-radius:50%;background:linear-gradient(135deg,#714b6714,#8f5c970d)}.circle-1{width:400px;height:400px;top:-150px;right:-100px}.circle-2{width:300px;height:300px;bottom:-100px;left:-50px}.circle-3{width:200px;height:200px;top:50%;left:50%;transform:translate(-50%,-50%)}@media(max-width:480px){.login-card{padding:2rem 1.5rem;border-radius:16px}.login-icon{width:60px;height:60px;border-radius:16px}.login-icon svg{width:28px;height:28px}.login-header h2{font-size:1.25rem}.login-actions{flex-direction:column-reverse}.btn-login,.btn-cancel{width:100%}}.app{min-height:100vh;display:flex;flex-direction:column}.app-loading{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:#6b7280}.loading-spinner{width:48px;height:48px;border:3px solid rgba(113,75,103,.2);border-top-color:#714b67;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.app-header{background:linear-gradient(135deg,#fff,#faf5f8);border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:100;box-shadow:0 1px 3px #00000014}.header-content{max-width:1400px;margin:0 auto;padding:1.25rem 2rem;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.75rem;cursor:pointer;transition:opacity .2s}.logo:hover{opacity:.8}.logo svg{width:40px;height:40px}.logo span{font-size:1.5rem;font-weight:800;color:#714b67;letter-spacing:-.02em}.header-actions{display:flex;align-items:center;gap:.75rem}.nav-link{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:transparent;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.nav-link:hover{background:#f9fafb;border-color:#714b67;color:#714b67}.nav-link svg{width:18px;height:18px}.nav-link.dashboard-btn{background:#714b67;border-color:#714b67;color:#fff}.nav-link.dashboard-btn:hover{background:#5a3a52;border-color:#5a3a52}.nav-link.logout-btn{background:#fef2f2;border-color:#fecaca;color:#dc2626}.nav-link.logout-btn:hover{background:#fee2e2;border-color:#fca5a5}.app-main{flex:1;padding:2rem;max-width:1400px;margin:0 auto;width:100%}.app-footer{background:#fff;border-top:1px solid #e5e7eb;padding:1.5rem 2rem;margin-top:auto}.footer-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.footer-content p{color:#6b7280;font-size:.8125rem}.footer-links{display:flex;gap:1.5rem}.footer-links a{color:#6b7280;font-size:.8125rem;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#714b67}@media(max-width:768px){.header-content{padding:1rem;flex-direction:column;gap:.75rem;text-align:center}.logo span{font-size:1.25rem}.header-actions{width:100%;justify-content:center}.app-main{padding:1rem}.footer-content{flex-direction:column;gap:1rem;text-align:center}.footer-links{gap:1rem}}
