*{margin:0;padding:0;box-sizing:border-box}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#213547;background-color:#f5f5f5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background-color:#f5f5f5}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#f9f9f9;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.pipeline-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap;border-bottom:2px solid #e2e8f0;padding-bottom:.5rem}.pipeline-tab{padding:.75rem 1.5rem;background:#fff;border:1px solid #e2e8f0;border-bottom:none;border-radius:8px 8px 0 0;font-size:.875rem;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem}.pipeline-tab:hover{background:#f8fafc;color:#1a365d}.pipeline-tab.active{background:#fff;color:#4caf50;border-color:#4caf50;border-bottom:2px solid white;margin-bottom:-2px;font-weight:600}.tab-count{background:#e2e8f0;color:#64748b;padding:.125rem .5rem;border-radius:12px;font-size:.75rem;font-weight:600}.pipeline-tab.active .tab-count{background:#4caf50;color:#fff}.auto-dialer-btn{margin-left:auto;white-space:nowrap}.leads-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.leads-table thead{background:#1a365d;color:#fff}.leads-table th{padding:1rem;text-align:left;font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.leads-table tbody tr{border-bottom:1px solid #e2e8f0;cursor:pointer;transition:background .2s}.leads-table tbody tr:hover{background:#f8fafc}.leads-table tbody tr:last-child{border-bottom:none}.leads-table td{padding:1rem;color:#475569;font-size:.875rem}.lead-count{color:#64748b;margin-bottom:1.5rem;font-size:.875rem}.message-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.message-modal-content{background:#fff;border-radius:12px;width:100%;max-width:800px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.message-modal-header{padding:1.5rem;border-bottom:2px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.message-modal-header h2{margin:0;font-size:1.5rem;color:#1a365d}.message-modal-body{flex:1;display:flex;flex-direction:column;overflow-y:auto;padding:1.5rem}.messages-list-container{flex:1;overflow-y:auto;min-height:200px;margin-bottom:1rem;padding:1rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.messages-list{display:flex;flex-direction:column;gap:1rem}.message-bubble{max-width:70%;padding:.75rem 1rem;border-radius:12px;position:relative;transition:all .2s}.message-bubble.inbound{align-self:flex-start;background:#fff;border:1px solid #e2e8f0;border-bottom-left-radius:4px}.message-bubble.outbound{align-self:flex-end!important;background:#1a365d;color:#fff;border-bottom-right-radius:4px}.message-bubble.outbound.pending{align-self:flex-end!important;opacity:.7;border-style:dashed}.message-bubble.outbound.failed{align-self:flex-end!important;background:#fee2e2;border-color:#dc2626;color:#991b1b}.message-bubble.pending{opacity:.7;border-style:dashed}.message-bubble.failed{background:#fee2e2;border-color:#dc2626;color:#991b1b}.message-bubble:hover{box-shadow:0 2px 4px #0000001a}.message-bubble-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;gap:.5rem}.message-type-badge{padding:.125rem .5rem;border-radius:4px;font-size:.7rem;font-weight:600}.message-bubble.inbound .message-type-badge{background:#1a365d;color:#fff}.message-bubble.outbound .message-type-badge{background:#fff3;color:#fff}.message-bubble.failed .message-type-badge{background:#dc2626;color:#fff}.message-time{font-size:.75rem;opacity:.8}.message-bubble.inbound .message-time{color:#64748b}.message-bubble.outbound .message-time{color:#ffffffe6}.message-bubble-content{line-height:1.5;white-space:pre-wrap;word-wrap:break-word}.message-bubble.inbound .message-bubble-content{color:#1a365d}.message-bubble.outbound .message-bubble-content{color:#fff}.message-bubble-content a{color:inherit;text-decoration:underline;cursor:pointer}.message-bubble-content a:hover{opacity:.8}.message-subject{font-weight:600;margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid rgba(0,0,0,.1)}.message-bubble.outbound .message-subject{border-bottom-color:#fff3}.no-messages{color:#64748b;font-style:italic;text-align:center;padding:2rem}.new-message-form{flex-shrink:0;padding-top:1rem;border-top:2px solid #e2e8f0}.message-form-row{display:flex;gap:.75rem;align-items:flex-end}.message-form-row>div:last-child{display:flex;flex-direction:column;gap:.5rem;min-width:120px}.message-type-select{padding:.625rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.875rem;background:#fff;color:#1a365d;font-weight:600;cursor:pointer}.message-type-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.message-content-input{width:100%;padding:.625rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.875rem;font-family:inherit;resize:vertical;min-height:60px}.message-content-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.message-subject-input{width:100%;padding:.625rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.875rem;font-family:inherit;margin-bottom:.5rem}.message-subject-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.send-message-btn{padding:.625rem 1.5rem;white-space:nowrap;height:fit-content}.lead-info-header{padding:1rem;background:#f8fafc;border-radius:8px;margin-bottom:1rem;border:1px solid #e2e8f0;display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem 1.5rem}.lead-info-header h3{margin:0;color:#1a365d;font-size:1.125rem}.btn-edit-lead{background:none;border:none;font-size:1.25rem;color:#64748b;cursor:pointer;padding:.25rem .5rem;border-radius:6px;transition:all .2s}.btn-edit-lead:hover{background:#e2e8f0;color:#1a365d}.lead-info-header .form-group{margin:0}.lead-info-header .form-group label{font-size:.75rem;margin-bottom:.25rem}.lead-info-header .form-group input,.lead-info-header .form-group select{padding:.5rem;font-size:.875rem}.notes-section{padding:1rem;background:#f8fafc;border-radius:8px;margin-bottom:1rem;border:1px solid #e2e8f0}.notes-section h3{margin:0;color:#1a365d;font-size:1.125rem}.notes-textarea{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.875rem;font-family:inherit;resize:vertical;min-height:80px}.notes-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.pipeline-stage-section{padding:1rem;background:#f8fafc;border-radius:8px;margin-bottom:1rem;border:1px solid #e2e8f0}.pipeline-stage-select{flex:1;padding:.75rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.875rem;font-family:inherit;background:#fff;color:#1a365d;font-weight:500;cursor:pointer}.pipeline-stage-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.pipeline-stage-select:disabled{opacity:.6;cursor:not-allowed}.lead-info-header p{margin:0;color:#475569;font-size:.875rem}.lead-info-header strong{color:#1a365d}@media(max-width:768px){.lead-info-header{grid-template-columns:1fr}}.btn-close-modal{background:none;border:none;font-size:1.5rem;color:#64748b;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s}.btn-close-modal:hover{background:#f1f5f9;color:#1a365d}.btn-primary{background:#4caf50;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s;font-size:.875rem}.btn-primary:hover:not(:disabled){background:#45a049;transform:translateY(-1px);box-shadow:0 4px 6px #0000001a}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.form-group{display:flex;flex-direction:column}.flow-header{margin-bottom:30px}.flow-description{color:#666;margin-top:10px;font-size:14px}.flow-actions{margin-bottom:30px}.add-step-container{position:relative;display:inline-block}.step-type-dropdown{position:absolute;top:100%;left:0;margin-top:5px;background:#fff;border:1px solid #ddd;border-radius:6px;box-shadow:0 4px 12px #00000026;z-index:100;min-width:150px;overflow:hidden}.dropdown-item{display:block;width:100%;padding:12px 20px;background:#fff;border:none;text-align:left;font-size:14px;cursor:pointer;transition:background .2s}.dropdown-item:hover{background:#f5f5f5}.dropdown-item:not(:last-child){border-bottom:1px solid #eee}.btn-primary{padding:10px 20px;background:#4caf50;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s}.btn-primary:disabled{background:#ccc;cursor:not-allowed;opacity:.6}.btn-secondary{padding:8px 16px;background:#f0f0f0;color:#333;border:1px solid #ddd;border-radius:6px;font-size:14px;cursor:pointer;transition:background .2s}.btn-secondary:hover{background:#e0e0e0}.btn-icon{padding:4px 8px;background:transparent;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:16px;line-height:1;transition:all .2s}.btn-icon:hover:not(:disabled){background:#f0f0f0;border-color:#999}.btn-icon:disabled{opacity:.4;cursor:not-allowed}.btn-log{color:#7b1fa2;border-color:#7b1fa2}.btn-log:hover:not(:disabled){background:#f3e5f5}.btn-edit{color:#1976d2;border-color:#1976d2}.btn-edit:hover:not(:disabled){background:#e3f2fd}.btn-danger{color:#d32f2f;border-color:#d32f2f}.btn-danger:hover:not(:disabled){background:#ffebee}.empty-state{text-align:center;padding:60px 20px;color:#999;background:#f9f9f9;border-radius:8px;border:2px dashed #ddd}.flow-steps{display:flex;flex-direction:column;gap:30px;margin-bottom:30px}.day-group{border:1px solid #e0e0e0;border-radius:8px;padding:20px;background:#fafafa}.day-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:2px solid #4CAF50}.day-header h3{margin:0;color:#333;font-size:18px;font-weight:600}.day-step-count{color:#666;font-size:14px;background:#e8f5e9;padding:4px 12px;border-radius:12px}.flow-step{background:#fff;border:2px solid #e0e0e0;border-radius:8px;padding:20px;transition:all .2s;margin-bottom:15px}.flow-step:last-child{margin-bottom:0}.flow-step:hover{border-color:#4caf50;box-shadow:0 2px 8px #0000001a}.step-header{display:flex;align-items:center;gap:10px;margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #eee}.step-type-badge{padding:4px 12px;background:#e8f5e9;color:#2e7d32;border-radius:12px;font-size:12px;font-weight:500}.step-actions{margin-left:auto;display:flex;gap:5px}.step-editor{display:flex;flex-direction:column;gap:15px}.form-group{display:flex;flex-direction:column;gap:5px}.form-group label{font-weight:500;color:#333;font-size:14px}.form-group input,.form-group textarea{padding:10px;border:1px solid #ddd;border-radius:6px;font-size:14px;font-family:inherit}.form-group textarea{resize:vertical;min-height:120px}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#4caf50;box-shadow:0 0 0 3px #4caf501a}.form-hint{color:#999;font-size:12px;margin-top:-5px}.required{color:#d32f2f}.form-group input.error,.form-group textarea.error{border-color:#d32f2f}.error-text{color:#d32f2f;font-size:12px;display:block;margin-top:4px}.timing-controls{display:flex;flex-direction:column;gap:15px}.timing-option{display:flex;flex-direction:column;gap:10px}.radio-label{display:flex;align-items:center;gap:8px;cursor:pointer;font-weight:500}.radio-label input[type=radio]{width:18px;height:18px;cursor:pointer}.specific-timing{display:flex;align-items:center;gap:10px;margin-left:26px;flex-wrap:wrap}.day-input{width:60px;padding:8px;border:1px solid #ddd;border-radius:6px;font-size:14px;text-align:center}.time-input{width:100px;padding:8px;border:1px solid #ddd;border-radius:6px;font-size:14px}.timing-text{color:#666;font-size:14px}.timing-hint{color:#999;font-size:13px}.step-preview{padding:15px;background:#f9f9f9;border-radius:6px}.preview-subject{font-weight:500;color:#666;margin-bottom:8px;font-size:13px}.preview-text{color:#555;line-height:1.5;margin-bottom:10px;white-space:pre-wrap;max-height:100px;overflow:hidden;text-overflow:ellipsis}.step-preview-meta{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#999;margin-top:10px;padding-top:10px;border-top:1px solid #eee}.disabled-badge{padding:2px 8px;background:#ffebee;color:#c62828;border-radius:10px;font-weight:500}.flow-summary{margin-top:40px;padding:20px;background:#f9f9f9;border-radius:8px;border-left:4px solid #4CAF50}.flow-summary h3{margin:0 0 10px;color:#333}.flow-summary p{margin:5px 0;color:#666}.summary-note{margin-top:15px;padding-top:15px;border-top:1px solid #ddd;font-style:italic;color:#999;font-size:13px}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-content{background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000004d;max-width:700px;width:100%;max-height:90vh;display:flex;flex-direction:column;overflow:hidden}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e0e0e0;background:#fafafa}.modal-header h2{margin:0;font-size:20px;color:#333}.btn-close{padding:4px 8px;background:transparent;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:24px;line-height:1;color:#666;transition:all .2s}.btn-close:hover{background:#f0f0f0;border-color:#999;color:#333}.modal-body{padding:24px;overflow-y:auto;flex:1}.modal-footer{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-top:1px solid #e0e0e0;background:#fafafa}.modal-footer-right{display:flex;gap:10px;margin-left:auto}.btn-footer{padding:10px 20px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s}.btn-footer.btn-danger{background:#d32f2f;color:#fff}.btn-footer.btn-danger:hover{background:#b71c1c}.step-type-indicator{margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #eee}.modal-log-content{max-width:800px}.log-info{margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #eee}.log-step-info{margin:0 0 8px;color:#333;font-size:14px}.log-step-info strong{font-weight:600}.log-subject{margin:0;color:#666;font-size:13px;font-style:italic}.log-list{min-height:200px}.log-empty{text-align:center;padding:40px 20px;color:#999}.log-empty p{margin:10px 0}.log-note{font-size:12px;color:#bbb;font-style:italic}.log-table{width:100%;border-collapse:collapse;margin-top:10px}.log-table thead{background:#f8f9fa}.log-table th{padding:12px;text-align:left;font-weight:600;color:#333;font-size:13px;border-bottom:2px solid #dee2e6}.log-table td{padding:12px;border-bottom:1px solid #dee2e6;color:#555;font-size:13px}.log-table tbody tr:hover{background:#f8f9fa}.status-badge{padding:4px 10px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase}.status-pending{background:#fff3cd;color:#856404}.status-sent{background:#d4edda;color:#155724}.status-failed{background:#f8d7da;color:#721c24}.call-container{max-width:800px;margin:0 auto}.call-section{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;padding:24px;margin-bottom:24px}.call-section h2{margin:0 0 12px;color:#333;font-size:20px}.section-description{color:#666;margin-bottom:16px;font-size:14px;line-height:1.5}.call-input-group{display:flex;flex-direction:column;gap:12px}.call-input-group label{font-weight:600;color:#333;font-size:14px}.phone-input{padding:12px;font-size:16px;border:1px solid #ddd;border-radius:4px;width:100%;box-sizing:border-box}.phone-input:disabled{background:#f0f0f0;cursor:not-allowed}.call-buttons{display:flex;gap:12px;flex-wrap:wrap}.btn-call{flex:1;min-width:150px;padding:12px 24px;font-size:16px;font-weight:600}.btn-hangup{flex:1;min-width:150px;padding:12px 24px;font-size:16px;font-weight:600;background:#dc3545;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background .2s}.btn-hangup:hover:not(:disabled){background:#c82333}.btn-hangup:disabled{background:#ccc;cursor:not-allowed}.status-text{margin-top:12px;color:#28a745;font-weight:500}.error-message{background:#fee;border:1px solid #fcc;padding:12px;border-radius:4px;color:#c33;margin-top:12px}.status-message{background:#e7f3ff;border:1px solid #b3d9ff;padding:12px;border-radius:4px;color:#06c;margin-top:12px;font-weight:500}.instructions{background:#fff;border:2px dashed #ddd}.instructions-content{color:#555;font-size:14px;line-height:1.6}.instructions-content ol{margin:12px 0;padding-left:24px}.instructions-content li{margin:8px 0}.instructions-content code{background:#f4f4f4;padding:2px 6px;border-radius:3px;font-family:Courier New,monospace;font-size:13px}.code-block{background:#f4f4f4;border:1px solid #ddd;border-radius:4px;padding:16px;overflow-x:auto;font-family:Courier New,monospace;font-size:12px;line-height:1.5;margin:12px 0}.code-block pre{margin:0;white-space:pre-wrap;word-wrap:break-word}.btn-primary{padding:12px 24px;background:#4caf50;color:#fff;border:none;border-radius:4px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s}.btn-primary:hover:not(:disabled){background:#45a049}.btn-primary:disabled{background:#ccc;cursor:not-allowed}.agreement-page{min-height:100vh;background-color:#f8f9fa;padding:0;font-family:Arial,sans-serif;line-height:1.6;color:#333}.agreement-header{background:#fff;padding:1rem 0;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000}.header-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:center;align-items:center}.logo-link{text-decoration:none;display:inline-block}.logo{height:50px;width:auto}.save-status{position:fixed;top:80px;right:20px;background:#f97316;color:#fff;padding:.75rem 1.5rem;border-radius:6px;box-shadow:0 4px 12px #00000026;z-index:1001;font-weight:700;animation:slideIn .3s ease}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.agreement-container{max-width:1200px;margin:2rem auto;background:#fff;border-radius:12px;padding:2rem;box-shadow:0 6px 30px #0000001a}.agreement-container h1{color:#1a365d;margin-bottom:2rem;border-bottom:3px solid #f97316;padding-bottom:1rem;font-size:2.5rem;font-weight:700;text-align:center}.project-info-section{margin-bottom:3rem;padding:2rem;background:linear-gradient(135deg,#f8f9fa,#fff);border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 2px 8px #0000000d}.project-info-section h2{color:#1a365d;margin-bottom:2rem;font-size:1.8rem;font-weight:700;text-align:center;padding-bottom:1rem;border-bottom:2px solid #f97316}.info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:900px;margin:0 auto}.info-item{display:flex;flex-direction:row;align-items:flex-start;gap:.75rem;padding:1rem;background:#fff;border-radius:8px;border-left:4px solid #f97316;box-shadow:0 1px 3px #0000000d;transition:transform .2s ease,box-shadow .2s ease}.info-item:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.info-item label{font-weight:600;color:#64748b;font-size:.875rem;min-width:140px;text-align:left;flex-shrink:0}.info-item span{color:#1a365d;font-size:1rem;font-weight:500;text-align:left;flex:1;word-break:break-word}@media(max-width:768px){.info-grid{grid-template-columns:1fr;gap:1rem}.info-item{flex-direction:column;gap:.5rem}.info-item label{min-width:auto}}.special-notes-section{margin-bottom:3rem;padding:2rem;background:linear-gradient(135deg,#fff7ed,#fff);border-radius:12px;border:1px solid #fed7aa;box-shadow:0 2px 8px #0000000d}.special-notes-section h2{color:#1a365d;margin-bottom:1.5rem;font-size:1.8rem;font-weight:700;text-align:center;padding-bottom:1rem;border-bottom:2px solid #f97316}.special-notes-content{background:#fff;padding:1.5rem;border-radius:8px;border-left:4px solid #f97316;box-shadow:0 1px 3px #0000000d}.special-notes-content p{color:#1a365d;font-size:1rem;line-height:1.8;margin:0;white-space:pre-wrap;word-wrap:break-word}.color-selection-section{margin-bottom:3rem;padding:1.5rem;background-color:#f9fafb;border-radius:6px;text-align:center}.color-selection-section h2{color:#1a365d;margin-bottom:1rem;font-size:1.8rem;font-weight:700;text-align:center}.color-instructions{color:#64748b;margin-bottom:1.5rem;text-align:center}.color-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;margin-bottom:1rem;max-width:1000px;margin-left:auto;margin-right:auto}.color-option{position:relative;cursor:pointer;border:3px solid #e5e7eb;border-radius:8px;overflow:hidden;transition:all .3s ease;background:#fff}.color-option:hover{border-color:#f97316;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.color-option.selected{border-color:#f97316;box-shadow:0 0 0 3px #f9731633}.color-option img{width:100%;height:120px;object-fit:cover;display:block}.color-checkbox{position:absolute;top:8px;right:8px;width:24px;height:24px;background:#fff;border:2px solid #f97316;border-radius:4px;display:flex;align-items:center;justify-content:center}.color-option.selected .color-checkbox{background:#f97316}.checkmark{color:#fff;font-weight:700;font-size:16px}.color-name{padding:.5rem;text-align:center;font-size:.875rem;color:#1a365d;margin:0;font-weight:500}.selected-color-text{margin-top:1rem;padding:1rem;background:#fff3e0;border-radius:6px;color:#1a365d;text-align:center;border:2px solid #f97316}.contract-section{margin-bottom:3rem;padding:1.5rem;background-color:#f9fafb;border-radius:6px;text-align:center}.contract-section h2{color:#1a365d;margin-bottom:1rem;font-size:1.8rem;font-weight:700;text-align:center}.contract-content{background:#fff;padding:1.5rem;border-radius:6px;border:1px solid #e5e7eb;line-height:1.6;color:#475569;text-align:left;max-width:900px;margin:0 auto;overflow-x:auto}.contract-text{font-family:Arial,sans-serif;font-size:.875rem;line-height:1.8;word-wrap:break-word;color:#1a365d;margin:0;text-align:left;max-height:600px;overflow-y:auto;padding:1rem}.contract-text strong{font-weight:700;color:#1a365d;display:block;margin-top:1rem;margin-bottom:.5rem}.signature-section{margin-bottom:2rem;padding:1.5rem;background-color:#f9fafb;border-radius:6px;text-align:center}.signature-section h2{color:#1a365d;margin-bottom:1.5rem;font-size:1.8rem;font-weight:700;text-align:center}.signature-name-input{margin-bottom:1.5rem;max-width:500px;margin-left:auto;margin-right:auto}.signature-name-input label{display:block;margin-bottom:.5rem;font-weight:600;color:#1a365d;text-align:center}.signature-name-input input{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:6px;font-size:1rem;transition:border-color .3s;text-align:center}.signature-name-input input:focus{outline:none;border-color:#f97316}.signature-canvas-container{margin-bottom:1.5rem;max-width:700px;margin-left:auto;margin-right:auto}.signature-canvas-container label{display:block;margin-bottom:.5rem;font-weight:600;color:#1a365d;text-align:center}.canvas-wrapper{position:relative;border:2px solid #e5e7eb;border-radius:6px;background:#fff;padding:1rem;margin-bottom:.5rem;display:flex;flex-direction:column;align-items:center}.signature-canvas{display:block;width:100%;max-width:600px;height:200px;border:1px solid #d1d5db;border-radius:4px;cursor:crosshair;background:#fff;margin:0 auto}.btn-clear-signature{margin-top:.5rem;padding:.5rem 1rem;background:#ef4444;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.875rem;transition:background .3s}.btn-clear-signature:hover{background:#dc2626}.signature-instructions{color:#64748b;font-size:.875rem;margin-top:.5rem;text-align:center}.form-actions{display:flex;gap:1rem;justify-content:center;margin-top:1.5rem}.submit-wrapper{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:500px}.agreement-consent-text{color:#64748b;font-size:.875rem;text-align:center;line-height:1.5;margin:0;padding:0 1rem}.btn-submit-agreement{padding:.75rem 2rem;background:#f97316;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:1rem;font-weight:700;transition:background .3s}.btn-submit-agreement:hover:not(:disabled){background:#ea580c}.btn-submit-agreement:disabled{background:#cbd5e1;cursor:not-allowed}.signature-confirmation{text-align:center;padding:3rem 2rem}.confirmation-icon{width:80px;height:80px;background:#10b981;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:700;margin:0 auto 2rem;box-shadow:0 4px 12px #10b9814d}.signature-confirmation h1{color:#1a365d;font-size:2.5rem;margin-bottom:1.5rem;font-weight:700}.confirmation-message{font-size:1.2rem;color:#475569;line-height:1.8;max-width:700px;margin:0 auto 2rem}.confirmation-details{background:#f8f9fa;padding:1.5rem;border-radius:8px;margin-top:2rem;max-width:500px;margin-left:auto;margin-right:auto;text-align:left}.confirmation-details p{margin:.75rem 0;color:#1a365d;font-size:1rem}.confirmation-details strong{color:#1a365d;font-weight:600;min-width:100px;display:inline-block}@media(max-width:768px){.agreement-page,.agreement-container{padding:1rem}.color-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.form-actions{flex-direction:column}.submit-wrapper,.btn-submit-agreement{width:100%}}.deposit-page{min-height:100vh;background-color:#f8f9fa;padding:0;font-family:Arial,sans-serif;line-height:1.6;color:#333}.deposit-header{background:#fff;padding:1rem 0;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000}.deposit-header .header-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:center;align-items:center}.deposit-header .logo-link{text-decoration:none;display:inline-block}.deposit-header .logo{height:50px;width:auto}.deposit-container{max-width:800px;margin:2rem auto;background:#fff;border-radius:12px;padding:2rem;box-shadow:0 6px 30px #0000001a}.error-message{text-align:center;padding:2rem;color:#dc2626}.success-badge{text-align:center;margin-bottom:2rem;padding:2rem;background:linear-gradient(135deg,#f97316,#ea580c);border-radius:12px;color:#fff}.checkmark-icon{display:inline-block;width:60px;height:60px;line-height:60px;background:#fff;color:#f97316;border-radius:50%;font-size:36px;font-weight:700;margin-bottom:1rem}.success-badge h1{margin:0;color:#fff;font-size:2rem}.deposit-info-section{margin-bottom:2rem;padding:1.5rem;background-color:#f9fafb;border-radius:6px;text-align:center}.deposit-info-section h2{color:#1a365d;margin-bottom:1.5rem;font-size:1.8rem;font-weight:700;text-align:center}.info-card{background:#fff;padding:1.5rem;border-radius:6px;border:1px solid #e5e7eb;max-width:600px;margin:0 auto}.info-row{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #f1f5f9;text-align:center}.info-row:last-child{border-bottom:none}.info-label{font-weight:600;color:#64748b}.info-value{color:#1a365d;font-weight:500}.info-value.highlight{color:#f97316;font-size:1.25rem;font-weight:700}.payment-section{margin-bottom:2rem;padding:1.5rem;background-color:#f9fafb;border-radius:6px;text-align:center}.payment-section h2{color:#1a365d;margin-bottom:1rem;font-size:1.8rem;font-weight:700;text-align:center}.payment-description{color:#64748b;margin-bottom:1.5rem;line-height:1.6;text-align:center}.stripe-placeholder{background:#fff3cd;border:1px solid #ffc107;border-radius:6px;padding:1.5rem;margin-bottom:1.5rem;text-align:center;max-width:700px;margin-left:auto;margin-right:auto}.stripe-placeholder p{margin:.5rem 0;color:#856404;text-align:center}.stripe-placeholder ol{margin:1rem 0;padding-left:1.5rem;color:#856404;text-align:left;display:inline-block}.stripe-placeholder li{margin:.5rem 0}.btn-stripe-checkout{width:100%;max-width:500px;padding:1rem 2rem;background:#f97316;color:#fff;border:none;border-radius:6px;font-size:1.125rem;font-weight:700;cursor:pointer;transition:background .3s;margin:0 auto;display:block}.btn-stripe-checkout:hover:not(:disabled){background:#ea580c}.btn-stripe-checkout:disabled{background:#cbd5e1;cursor:not-allowed}.agreement-summary{margin-top:2rem;padding:1.5rem;background-color:#f9fafb;border-radius:6px;border-top:3px solid #f97316;text-align:center}.agreement-summary h3{color:#1a365d;margin-bottom:1rem;font-size:1.5rem;font-weight:700;text-align:center}.summary-content{background:#fff;padding:1rem;border-radius:6px;border:1px solid #e5e7eb;max-width:600px;margin:0 auto;text-align:center}.summary-content p{margin:.5rem 0;color:#475569;line-height:1.6;text-align:center}.summary-content strong{color:#1a365d}@media(max-width:768px){.deposit-page,.deposit-container{padding:1rem}.success-badge h1{font-size:1.5rem}.info-row{flex-direction:column;gap:.25rem}}.app{min-height:100vh;background:#f5f5f5;padding:20px}.container{max-width:1200px;margin:0 auto;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden}.tabs{display:flex;border-bottom:2px solid #e0e0e0;background:#fafafa}.tab{padding:15px 30px;background:transparent;border:none;border-bottom:3px solid transparent;font-size:16px;font-weight:500;color:#666;cursor:pointer;transition:all .2s}.tab:hover{background:#f0f0f0;color:#333}.tab.active{color:#4caf50;border-bottom-color:#4caf50;background:#fff}.page-content-wrapper{padding:30px}.page-content{width:100%}h1{margin:0 0 20px;color:#333;font-size:28px}.lead-count{color:#666;margin-bottom:20px;font-size:16px}.error{background:#fee;border:1px solid #fcc;padding:15px;border-radius:4px;color:#c33}.error button{margin-top:10px;padding:8px 16px;background:#c33;color:#fff;border:none;border-radius:4px;cursor:pointer}.error button:hover{background:#a22}.leads-table{width:100%;border-collapse:collapse;margin-top:20px}.leads-table thead{background:#f8f9fa}.leads-table th{padding:12px;text-align:left;font-weight:600;color:#333;border-bottom:2px solid #dee2e6}.leads-table td{padding:12px;border-bottom:1px solid #dee2e6;color:#555}.leads-table tbody tr:hover{background:#f8f9fa}.leads-table tbody tr:last-child td{border-bottom:none}
