*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f8fafc;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}:root{--canyon-gradient:linear-gradient(135deg,#667eea,#764ba2);--canyon-subtle:linear-gradient(135deg,#f8fafc,#e2e8f0)}.bg-canyon-subtle{background:linear-gradient(135deg,#f8fafc,#e2e8f0);background:var(--canyon-subtle)}.loading-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);background:var(--canyon-gradient);color:#fff;display:flex;flex-direction:column;height:100vh;justify-content:center}.min-h-screen{min-height:100vh}.flex{display:flex}.w-full{width:100%}.flex-1{flex:1 1}.overflow-hidden{overflow:hidden}.items-center{align-items:center}.justify-center{justify-content:center}.text-center{text-align:center}.max-w-3xl{max-width:60rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-6{padding-bottom:1.5rem;padding-top:1.5rem}.p-6{padding:1.5rem}.mb-6{margin-bottom:1rem}.mb-8{margin-bottom:1.5rem}.mt-16{margin-top:4rem}.hero-section{align-items:center;display:flex;justify-content:center;min-height:70vh;padding:6rem 1.5rem 3rem}.gap-4{gap:1rem}.h-16{height:4rem}.sticky{position:-webkit-sticky;position:sticky}.top-0{top:0}.z-10{z-index:10}.text-5xl{font-size:3rem;line-height:1}.text-xl{font-size:1.25rem;line-height:1.75rem}.font-bold{font-weight:700}.text-foreground{color:#1f2937}.text-muted-foreground{color:#6b7280}.text-amber-500{color:#f59e0b}.ghost-button{background:#0000;border:none;border-radius:6px;color:#6b7280;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:all .2s}.ghost-button:hover{background:#f3f4f6;color:#1f2937}.primary-button{background:#f59e0b;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .2s}.primary-button:hover{background:#d97706;transform:translateY(-1px)}.google-signin-button{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#1f2937;cursor:pointer;display:flex;font-weight:500;padding:.5rem 1rem;transition:all .2s}.google-signin-button:hover{background:#f9fafb;border-color:#9ca3af}.feature-grid{align-items:stretch;display:flex;flex-direction:row;flex-wrap:wrap;gap:3rem;justify-content:space-between;margin-left:auto;margin-right:auto;margin-top:4rem;max-width:1000px}.feature-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:12px;flex:1 1;max-width:320px;min-width:280px;padding:2.5rem;text-align:center}.feature-icon{font-size:2rem;margin-bottom:1rem}.feature-card h3{font-weight:600;margin-bottom:.5rem}.feature-card p{opacity:.8}.sidebar{background:#1f2937;color:#fff;display:flex;flex-direction:column;width:250px}.sidebar-header{border-bottom:1px solid #374151;padding:1.5rem}.sidebar-header h2{font-size:1.25rem;font-weight:600;margin:0}.user-profile{border-bottom:1px solid #374151;padding:1rem 1.5rem;text-align:center}.profile-pic{border-radius:50%;height:40px;margin-bottom:.5rem;width:40px}.user-name{font-weight:500;margin-bottom:.25rem}.user-email{color:#9ca3af;font-size:.875rem}.sidebar-nav{flex:1 1;padding:1rem 0}.nav-item{align-items:center;background:none;border:none;color:#d1d5db;cursor:pointer;display:flex;padding:.75rem 1.5rem;text-align:left;transition:all .2s;width:100%}.nav-item:hover{background:#374151;color:#fff}.nav-item.active{background:#667eea;color:#fff}.nav-icon{font-size:1.1rem;margin-right:.75rem}.nav-label{font-weight:500}.sidebar-footer{border-top:1px solid #374151;padding:1rem 1.5rem}.logout-button{background:#ef4444;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;padding:8px 16px;width:100%}.logout-button:hover{background:#dc2626}.page{margin:0 auto;max-width:1200px}.dashboard-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr;grid-template-rows:auto auto}.stats-card{grid-column:1/-1}.actions-card,.activity-card{grid-column:span 1}@media (max-width:768px){.dashboard-grid{grid-template-columns:1fr;grid-template-rows:auto auto auto}.actions-card,.activity-card,.stats-card{grid-column:1}}.card{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.card h3{color:#1f2937;margin-bottom:1rem}.stats-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr)}.stat{text-align:center}.stat-number{color:#667eea;font-size:2rem;font-weight:700}.stat-label{color:#6b7280;font-size:.875rem}.action-buttons{display:flex;flex-direction:column;gap:.75rem}.action-button{background:#667eea;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;padding:12px 16px;text-align:left;transition:background-color .2s}.action-button:hover{background:#5a67d8}.pulsing-button{animation:pulse 2s infinite;box-shadow:0 0 0 0 #667eeab3}.pulsing-button:hover{animation:none}@keyframes pulse{0%{box-shadow:0 0 0 0 #667eeab3;transform:scale(1)}70%{box-shadow:0 0 0 10px #667eea00;transform:scale(1.02)}to{box-shadow:0 0 0 0 #667eea00;transform:scale(1)}}.activity-placeholder{color:#6b7280;font-style:italic;padding:2rem;text-align:center}.recent-quotes{display:flex;flex-direction:column;gap:.75rem}.recent-quote-item{align-items:center;background:#f8fafc;border:1px solid #e5e7eb;border-radius:6px;display:flex;justify-content:space-between;padding:.75rem}.recent-quote-info{flex:1 1}.recent-quote-title{color:#1f2937;font-weight:500;margin-bottom:.25rem}.recent-quote-meta{color:#6b7280;font-size:.875rem}.recent-quote-status{font-size:1.2rem}.page-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.quotes-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.quote-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 3px #0000001a;cursor:pointer;padding:1.5rem;transition:all .2s}.quote-card:hover{border-color:#667eea;box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.quote-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.quote-header h3{color:#1f2937;flex:1 1;margin:0}.quote-price{color:#059669;font-size:1.1rem;font-weight:700}.quote-meta{align-items:center;color:#6b7280;display:flex;font-size:.875rem;justify-content:space-between}.status-badge{border-radius:4px;font-size:.75rem;font-weight:500;padding:.25rem .5rem}.status-badge.workflow{background:#dbeafe;color:#1d4ed8}.status-badge.draft{background:#fef3c7;color:#92400e}.status-badge.approved{background:#dcfce7;color:#166534}.empty-state{align-items:center;display:flex;justify-content:center;min-height:60vh}.empty-state-content{max-width:400px;text-align:center}.empty-state-icon{font-size:4rem;margin-bottom:1rem}.empty-state-content h2{color:#1f2937;font-size:1.5rem;margin-bottom:1rem}.empty-state-content p{color:#6b7280;line-height:1.6;margin-bottom:2rem}.cta-button{background:linear-gradient(135deg,#667eea,#764ba2);background:var(--canyon-gradient);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .2s}.cta-button:hover{box-shadow:0 4px 12px #667eea4d;transform:translateY(-2px)}.modal-backdrop{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:12px;box-shadow:0 10px 25px #0003;max-height:80vh;max-width:600px;overflow-y:auto;width:90%}.modal-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.5rem}.modal-header h2{color:#1f2937;margin:0}.close-button{align-items:center;background:none;border:none;border-radius:4px;color:#6b7280;cursor:pointer;display:flex;font-size:1.5rem;height:32px;justify-content:center;width:32px}.close-button:hover{background:#f3f4f6}.modal-body{padding:1.5rem}.quote-details{margin-bottom:2rem}.detail-row{display:flex;justify-content:space-between;margin-bottom:.5rem}.label{color:#374151;font-weight:500}.value{color:#1f2937}.line-items{margin-bottom:2rem}.line-items h3{color:#1f2937;margin-bottom:1rem}.line-item{border-bottom:1px solid #f3f4f6;display:flex;justify-content:space-between;padding:.5rem 0}.workflow-section h3{color:#1f2937;margin-bottom:1rem}.workflow-stages{gap:1rem}.stage{align-items:center;border:1px solid #e5e7eb;border-radius:8px;display:flex;padding:1rem}.stage.completed{background:#f0f9ff;border-color:#0ea5e9}.stage.pending{background:#fefce8;border-color:#eab308}.stage-icon{font-size:1.2rem;margin-right:1rem}.stage-persona{margin-top:.25rem}.create-quote-container{margin:0 auto;max-width:1400px}.create-quote-layout{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;min-height:70vh}.chat-section,.preview-section{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;height:80vh;padding:2rem}.preview-placeholder{align-items:center;background:#f8fafc;border:2px dashed #e5e7eb;border-radius:8px;display:flex;justify-content:center;min-height:400px}.placeholder-content{color:#6b7280;text-align:center}.placeholder-icon{font-size:3rem;margin-bottom:1rem}.placeholder-content h3{color:#374151;margin-bottom:.5rem}.placeholder-content p{line-height:1.5;max-width:300px}.chat-intro{flex-shrink:0;margin-bottom:2rem;text-align:center}.chat-intro h2{color:#1f2937;margin-bottom:.5rem}.chat-intro p{color:#6b7280;margin-bottom:1.5rem}.example-prompts{background:#f8fafc;border-radius:8px;margin-bottom:2rem;padding:1rem;text-align:left}.example-prompts ul{color:#4b5563;margin:.5rem 0 0 1rem}.example-prompts li{font-style:italic;margin-bottom:.5rem}.chat-history{background:#f8fafc;border-radius:8px;flex:1 1;margin-bottom:1.5rem;min-height:0;overflow-y:auto;padding:1rem}.chat-message{border-radius:6px;margin-bottom:1rem;padding:.75rem}.chat-message.user{background:#e0e7ff;margin-left:2rem}.chat-message.assistant{background:#f0f9ff;margin-right:2rem}.chat-message:last-child{margin-bottom:0}.chat-interface{flex-shrink:0;width:100%}.chat-form{width:100%}.chat-input-container{align-items:flex-end;display:flex;gap:1rem;position:relative}.chat-input{border:2px solid #e5e7eb;border-radius:12px;flex:1 1;font-family:inherit;font-size:1rem;min-height:120px;padding:1rem;resize:vertical;transition:border-color .2s}.chat-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.chat-input:disabled{background:#f9fafb;color:#9ca3af}.chat-submit-button{align-items:center;background:#667eea;border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;height:60px;justify-content:center;min-width:60px;padding:1rem;transition:all .2s}.chat-submit-button:hover:not(:disabled){background:#5a67d8;transform:translateY(-1px)}.chat-submit-button:disabled{background:#d1d5db;cursor:not-allowed;transform:none}.loading-spinner,.send-icon{font-size:1.2rem}.generating-message{background:#f8fafc;border-radius:8px;margin-top:2rem;padding:2rem;text-align:center}.generating-content{align-items:center;display:flex;flex-direction:column;gap:1rem}.loading-dots{display:flex;gap:.5rem}.loading-dots span{animation:bounce 1.4s ease-in-out infinite both;background:#667eea;border-radius:50%;height:8px;width:8px}.loading-dots span:first-child{animation-delay:-.32s}.loading-dots span:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.quote-preview{display:flex;flex-direction:column;height:100%}.preview-header{flex-shrink:0;margin-bottom:2rem;text-align:center}.preview-header h2{color:#1f2937;margin-bottom:.5rem}.preview-header p{color:#6b7280}.preview-card{border:2px solid #e5e7eb;border-radius:8px;flex:1 1;min-height:0;overflow-y:auto;padding:1.5rem}.quote-summary{margin-bottom:2rem}.summary-row{border-bottom:1px solid #f3f4f6;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:.5rem}.summary-row.total-price{border-bottom:2px solid #667eea;font-size:1.1rem}.summary-row .label{color:#374151;font-weight:500}.summary-row .value{color:#1f2937}.summary-row .value.price{color:#059669;font-weight:700}.calculated-price{font-size:1.2rem}.auto-calc-label{color:#6b7280;font-size:.75rem;font-style:italic;margin-left:.5rem}.line-items-preview h3{color:#1f2937;margin-bottom:1rem}.line-items-table{border:1px solid #e5e7eb;border-radius:6px;overflow:hidden}.table-header{background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#374151;font-weight:500}.table-header,.table-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:2fr 1fr 1fr 1fr;padding:.75rem}.table-row{border-bottom:1px solid #f3f4f6}.table-row:last-child{border-bottom:none}.preview-actions{border-top:1px solid #e5e7eb;display:flex;flex-shrink:0;gap:1rem;justify-content:center;margin-top:2rem;padding-top:2rem}.secondary-button{background:#f3f4f6;border:none;border-radius:8px;color:#374151;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .2s}.secondary-button:hover:not(:disabled){background:#e5e7eb}.secondary-button:disabled{cursor:not-allowed;opacity:.5}.save-button{background:#059669;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .2s}.save-button:hover:not(:disabled){background:#047857;transform:translateY(-1px)}.save-button:disabled{background:#d1d5db;cursor:not-allowed;transform:none}.save-success{background:#f0f9ff;border:1px solid #0ea5e9;border-radius:8px;margin-top:1rem;padding:1rem;text-align:center}.save-success p{color:#0c4a6e;font-weight:500;margin:0}.editable-field{align-items:center;border-radius:4px;cursor:pointer;display:inline-flex;font-size:.875rem;gap:.5rem;padding:.5rem;transition:background-color .2s}.editable-field:hover{background:#f3f4f6}.editable-field.editing{background:#0000;cursor:default}.editable-value{flex:1 1}.edit-icon{font-size:.875rem;opacity:0;transition:opacity .2s}.editable-field:hover .edit-icon{opacity:1}.editable-input{background:#fff;border:2px solid #667eea;border-radius:4px;font-family:inherit;font-size:inherit;padding:.5rem;width:100%}.editable-input:focus{box-shadow:0 0 0 3px #667eea1a;outline:none}.line-items-section{margin:2rem 0}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.add-first-item-button,.add-line-item-button{background:#10b981;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.875rem;padding:.5rem 1rem;transition:background-color .2s}.add-first-item-button:hover,.add-line-item-button:hover{background:#059669}.editable-line-items{display:flex;flex-direction:column;gap:1rem}.editable-line-item{align-items:flex-start;background:#fafafa;border:1px solid #e5e7eb;border-radius:8px;display:flex;gap:1rem;padding:1.25rem}.line-item-fields{grid-gap:1.5rem;align-items:flex-start;display:grid;flex:1 1;gap:1.5rem;grid-template-columns:4fr 0fr 2fr 3fr}.field-group{display:flex;flex-direction:column;gap:.5rem;min-height:60px}.field-group label{color:#6b7280;font-size:.7rem;font-weight:600;letter-spacing:.05em;margin-bottom:.25rem;text-transform:uppercase}.remove-line-item-button{align-self:flex-start;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;color:#9ca3af;cursor:pointer;font-size:.875rem;margin-top:1.5rem;opacity:.7;padding:.5rem;transition:all .2s}.remove-line-item-button:hover{background:#fef2f2;border-color:#fecaca;color:#dc2626;opacity:1}.no-line-items{color:#6b7280;padding:2rem;text-align:center}.workflow-editor{margin-top:2rem}.workflow-header{margin-bottom:1rem}.workflow-actions{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem}.add-stage-button{background:#10b981;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;min-width:140px;padding:.75rem 2rem;transition:all .2s}.add-stage-button:hover{background:#059669;box-shadow:0 4px 12px #10b9814d;transform:translateY(-1px)}.add-stage-form{background:#f8fafc;border:2px solid #e5e7eb;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem}.add-stage-form h4{color:#1f2937;margin:0 0 1rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:2fr 1fr;margin-bottom:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#374151;font-size:.875rem;font-weight:500}.persona-select,.stage-title-input{border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;padding:.5rem}.persona-select:focus,.stage-title-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-actions{display:flex;gap:.75rem;justify-content:flex-end}.cancel-button{background:#f3f4f6;border:none;border-radius:6px;color:#374151;cursor:pointer;font-size:.875rem;padding:.5rem 1rem}.cancel-button:hover{background:#e5e7eb}.confirm-add-button{background:#10b981;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.875rem;padding:.5rem 1rem;transition:background-color .2s}.confirm-add-button:hover:not(:disabled){background:#059669}.confirm-add-button:disabled{background:#d1d5db;cursor:not-allowed}.save-workflow-button{background:#8b5cf6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;min-width:160px;padding:.75rem 2rem;transition:all .2s}.save-workflow-button:hover:not(:disabled){background:#7c3aed;box-shadow:0 4px 12px #8b5cf64d;transform:translateY(-1px)}.save-workflow-button:disabled{background:#d1d5db;cursor:not-allowed}.workflow-stages{display:flex;flex-direction:column;gap:.75rem}.workflow-stage{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:8px;cursor:move;display:flex;padding:1rem;transition:all .2s}.workflow-stage:hover{border-color:#667eea;box-shadow:0 2px 8px #0000001a;transform:translateY(-1px)}.workflow-stage.completed{background:#f0f9ff;border-color:#0ea5e9}.workflow-stage.pending{background:#fefce8;border-color:#eab308}.stage-drag-handle{align-items:center;cursor:grab;display:flex;height:40px;justify-content:center;margin-right:1rem;position:relative;width:20px}.stage-drag-handle:before{background:#9ca3af;border-radius:50%;box-shadow:0 -6px 0 #9ca3af,0 6px 0 #9ca3af,6px -6px 0 #9ca3af,6px 0 0 #9ca3af,6px 6px 0 #9ca3af;content:"";height:4px;width:4px}.stage-drag-handle:active{cursor:grabbing}.stage-content{display:flex;flex:1 1;flex-direction:column;min-width:0}.stage-header{align-items:flex-start;display:flex;justify-content:flex-start;margin-bottom:.5rem;width:100%}.stage-info{flex:1 1}.stage-title{color:#1f2937;font-weight:500;margin-bottom:.25rem}.stage-persona{color:#6b7280;font-size:.875rem}.stage-timing{color:#9ca3af;font-size:.75rem;margin-top:.5rem}.time-completed,.time-created{margin-bottom:.25rem}.time-completed{color:#059669;font-weight:500}.stage-description{color:#4b5563;font-size:.875rem;line-height:1.4;margin-top:.5rem}.stage-checkbox{cursor:pointer;display:inline-block;position:relative}.stage-checkbox input{opacity:0;position:absolute}.checkmark{background:#fff;border:2px solid #d1d5db;border-radius:6px;display:inline-block;height:24px;position:relative;transition:all .3s ease;width:24px}.checkmark:hover{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.stage-checkbox input:checked+.checkmark{background:#fff;border-color:#10b981;transform:scale(1.1)}.stage-checkbox input:checked+.checkmark:after{color:#1f2937;content:"✓";font-size:14px;font-weight:700;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.stage-actions{align-items:center;display:flex;gap:1rem;margin-left:1rem}.remove-stage-button{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;color:#6b7280;cursor:pointer;font-size:.8rem;font-weight:500;opacity:0;padding:.5rem .75rem;transition:all .2s}.workflow-stage:hover .remove-stage-button{opacity:1}.remove-stage-button:hover{background:#ef4444;border-color:#ef4444;color:#fff}.workflow-progress{background:#f8fafc;border-radius:8px;margin-top:1.5rem;padding:1rem}.progress-label{color:#4b5563;font-size:.875rem;margin-bottom:.5rem}.progress-bar{background:#e5e7eb;border-radius:4px;height:8px;overflow:hidden;width:100%}.progress-fill{background:linear-gradient(90deg,#10b981,#059669);height:100%;transition:width .3s ease}.modal-actions{border-top:1px solid #e5e7eb;display:flex;gap:.75rem;justify-content:center;margin-top:2rem;padding-top:1.5rem}.save-quote-button{background:#f3f4f6;border:1px solid #d1d5db;border-radius:8px;color:#059669;cursor:pointer;font-size:.9rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s}.save-quote-button:hover:not(:disabled){background:#059669;border-color:#059669;color:#fff;transform:translateY(-1px)}.save-quote-button:disabled{background:#d1d5db;cursor:not-allowed;transform:none}.delete-quote-button{background:#f3f4f6;border:1px solid #d1d5db;border-radius:8px;color:#6b7280;cursor:pointer;font-size:.9rem;font-weight:500;margin-right:.75rem;padding:.75rem 1.5rem;transition:all .2s}.delete-quote-button:hover:not(:disabled){background:#ef4444;border-color:#ef4444;color:#fff;transform:translateY(-1px)}.delete-quote-button:disabled{background:#d1d5db;cursor:not-allowed;transform:none}.status-indicator{border-radius:6px;font-size:.875rem;font-weight:500;padding:.25rem .75rem}.status-indicator.approved{background:#dcfce7;color:#166534}.status-indicator.pending{background:#fef3c7;color:#92400e}.tab-container{width:100%}.tab-header{border-bottom:2px solid #e5e7eb;display:flex;margin-bottom:1.5rem}.tab-button{background:none;border:none;border-bottom:2px solid #0000;color:#6b7280;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .2s}.tab-button:hover{background:#f9fafb;color:#374151}.tab-button.active{background:#f8fafc;border-bottom-color:#667eea;color:#667eea}.tab-content{min-height:400px}.quote-tab,.workflow-tab{padding:.5rem 0}.no-workflow{padding:3rem}.empty-workflow,.no-workflow{color:#6b7280;text-align:center}.empty-workflow{background:#f8fafc;border:2px dashed #d1d5db;border-radius:8px;padding:2rem}.insights-empty{align-items:center;display:flex;justify-content:center;min-height:60vh}.upcoming-features{background:#f8fafc;border-radius:8px;margin-top:2rem;padding:1.5rem;text-align:left}.upcoming-features h3{color:#1f2937;margin-bottom:1rem}.upcoming-features ul{margin:0;padding-left:1.5rem}.upcoming-features li{color:#4b5563;margin-bottom:.5rem}.generate-insights-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .2s}.generate-insights-button:hover:not(:disabled){box-shadow:0 4px 12px #667eea4d;transform:translateY(-2px)}.generate-insights-button:disabled{cursor:not-allowed;opacity:.7;transform:none}.insights-dashboard{display:flex;flex-direction:column;gap:2rem}.approval-times-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.approval-time-item{background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;text-align:center}.persona-label{color:#6b7280;font-size:.875rem;margin-bottom:.5rem;text-transform:capitalize}.approval-time{color:#667eea;font-size:1.5rem;font-weight:700}.quotes-by-stage-grid{display:flex;flex-direction:column;gap:1rem}.stage-quote-item{align-items:center;background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;display:flex;gap:1rem;padding:1rem}.stage-info{min-width:200px}.stage-persona{color:#1f2937;font-weight:500;margin-bottom:.25rem;text-transform:capitalize}.stage-count{color:#6b7280;font-size:.875rem}.stage-bar{background:#e5e7eb;border-radius:4px;flex:1 1;height:8px;overflow:hidden}.stage-fill{background:linear-gradient(90deg,#667eea,#764ba2);height:100%;transition:width 2s ease-out}.approval-stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.approval-stat{background:#f8fafc;border:2px solid #0000;border-radius:12px;padding:1.5rem;text-align:center;transition:all .2s}.approval-stat:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.approval-stat.approved{border-color:#10b981}.approval-stat.rejected{border-color:#ef4444}.approval-stat.pending{border-color:#f59e0b}.stat-icon{font-size:2rem;margin-bottom:.5rem}.approval-stat .stat-number{font-size:2.5rem;font-weight:700;margin-bottom:.25rem}.approval-stat.approved .stat-number{color:#10b981}.approval-stat.rejected .stat-number{color:#ef4444}.approval-stat.pending .stat-number{color:#f59e0b}.approval-stat .stat-label{color:#374151;font-weight:500;margin-bottom:.5rem}.stat-count{color:#6b7280;font-size:.875rem}
/*# sourceMappingURL=main.64c9af2a.css.map*/