*{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}body{background:linear-gradient(135deg,#f8fafc,#e2e8f0);min-height:100vh}.top-navigation{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #f1f5f9}.nav-button{background:#db27771a;color:#db2777;border:1px solid rgba(219,39,119,.2);padding:.5rem 1rem;border-radius:8px;cursor:pointer;transition:all .2s ease;font-size:.875rem;font-weight:500}.nav-button:hover{background:#db277726;border-color:#db2777}.reset-nav{background:#6366f11a;color:#6366f1;border-color:#6366f133}.reset-nav:hover{background:#6366f126;border-color:#6366f1}.card-enter{animation:cardEnter .6s cubic-bezier(.34,1.56,.64,1)}@keyframes cardEnter{0%{opacity:0;transform:translateY(40px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.breadcrumb-trail{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;margin-bottom:16px;padding:12px 16px;background-color:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.breadcrumb-item{font-size:14px;font-weight:500;padding:6px 12px;border-radius:6px;transition:all .2s ease;cursor:default}.breadcrumb-item.completed{background-color:#10b981;color:#fff;cursor:pointer}.breadcrumb-item.completed:hover{background-color:#059669;transform:translateY(-1px)}.breadcrumb-item.active{background-color:#3b82f6;color:#fff;font-weight:600}.breadcrumb-item.pending{background-color:#e2e8f0;color:#64748b}.breadcrumb-separator{color:#94a3b8;font-size:16px;font-weight:600;margin:0 4px}.progress-indicator{display:flex;justify-content:center;gap:.5rem;margin-bottom:1.5rem}.progress-dot{width:12px;height:12px;border-radius:50%;background:#e5e7eb;transition:all .3s ease}.progress-dot.active{background:#db2777;transform:scale(1.3);box-shadow:0 0 0 4px #db277733}.progress-dot.completed{background:#10b981;transform:scale(1.1)}.form-card{background:#fff;padding:1.5rem;border-radius:16px;box-shadow:0 10px 25px #00000014;border:1px solid rgba(0,0,0,.05);max-width:800px;margin:0 auto;position:relative;z-index:1}.questions-grid{display:grid;gap:1.25rem}.question-group{margin-bottom:0;position:relative;z-index:1}.question-label{display:block;font-weight:600;margin-bottom:.5rem;color:#374151;font-size:.95rem}.question-input,.question-select{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:10px;font-size:.95rem;transition:all .2s ease;background:#fff;box-sizing:border-box}.question-textarea{resize:vertical;min-height:100px;line-height:1.5;font-family:inherit}.question-input:focus,.question-select:focus,.question-textarea:focus{outline:none;border-color:#db2777;box-shadow:0 0 0 4px #db27771a}.radio-group{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem;margin-top:.5rem}.radio-option{position:relative;height:48px}.radio-option input[type=radio]{position:absolute;opacity:0;z-index:-1}.radio-option label{display:flex;align-items:center;justify-content:center;height:100%;padding:.5rem;border:2px solid #e5e7eb;border-radius:10px;text-align:center;cursor:pointer;transition:all .2s ease;background:#fff;font-size:.875rem;font-weight:500;line-height:1.2;box-sizing:border-box;position:relative;z-index:1}.radio-option input[type=radio]:checked+label{border-color:#3b82f6;background:#eff6ff;color:#1d4ed8;font-weight:600}.radio-option label:hover{border-color:#93c5fd;background:#f8fafc}.checkbox-group{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.5rem;margin-top:.5rem}.checkbox-option{display:flex;align-items:center;gap:.75rem}.checkbox-input{width:1.25rem;height:1.25rem;border:2px solid #e5e7eb;border-radius:4px;cursor:pointer;transition:all .2s ease}.checkbox-input:checked{background-color:#3b82f6;border-color:#3b82f6}.checkbox-option label{cursor:pointer;color:#374151;font-size:.95rem;-webkit-user-select:none;user-select:none}.file-upload-area{position:relative;margin-top:.75rem}.file-upload-input{position:absolute;opacity:0;width:100%;height:100%;cursor:pointer;z-index:2}.file-upload-label{display:flex;align-items:center;gap:.75rem;padding:1.25rem;border:2px dashed #d1d5db;border-radius:12px;background:#f9fafb;cursor:pointer;transition:all .3s ease;position:relative;z-index:1}.file-upload-area.drag-over .file-upload-label,.file-upload-label:hover{border-color:#db2777;background:#fdf2f8;transform:translateY(-2px);box-shadow:0 8px 25px #db277726}.upload-icon{font-size:2rem;opacity:.7}.upload-title{font-weight:600;color:#374151;margin-bottom:.25rem}.upload-subtitle{font-size:.875rem;color:#6b7280}.uploaded-files{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.75rem}.uploaded-file{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:.75rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;box-shadow:0 2px 4px #0000000d;position:relative;z-index:1}.file-info{display:flex;flex-direction:column}.file-name{font-weight:500;color:#374151;font-size:.875rem}.file-size{font-size:.75rem;color:#6b7280}.remove-file{background:#fee2e2;color:#dc2626;border:none;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-weight:700;transition:all .2s ease}.remove-file:hover{background:#fecaca;transform:scale(1.1)}.form-actions{display:flex;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:2px solid #f1f5f9;justify-content:space-between;align-items:center}.completion-options{text-align:center}.option-buttons{display:flex;flex-direction:column;gap:1rem;max-width:600px;margin:0 auto}.large-button{padding:1.5rem;text-align:center;display:flex;flex-direction:column;gap:.5rem;min-height:90px;justify-content:center;font-size:1rem;border-radius:12px}.button-subtitle{font-size:.95rem;opacity:.85;font-weight:400;line-height:1.4}.project-summary{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;padding:1.5rem;margin:1.5rem 0}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.summary-section h4{font-weight:600;margin-bottom:1rem;color:#374151;border-bottom:2px solid #e5e7eb;padding-bottom:.5rem;font-size:1.1rem}.summary-section p{margin-bottom:.75rem;line-height:1.5}.contact-summary{background:#f0f9ff;border:2px solid #bae6fd;border-radius:16px;padding:2rem;margin-bottom:2rem}.contact-details p{margin-bottom:.75rem;font-size:1rem}.success-icon{font-size:4rem;margin-bottom:1.5rem}.chat-container{background:#fff;border-radius:20px;box-shadow:0 20px 40px #0000001a;border:1px solid rgba(0,0,0,.05);overflow:hidden;max-width:1400px;width:100%;margin:0 auto}.chat-header{background:linear-gradient(135deg,#1e293b,#374151);color:#fff;padding:1.5rem 2rem;display:flex;align-items:center;justify-content:space-between;position:relative}.chat-header-content{display:flex;align-items:center;gap:1rem}.chat-nav-buttons{display:flex;gap:.75rem;order:3}.chat-nav-button{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;padding:.5rem 1rem;border-radius:8px;cursor:pointer;transition:all .2s ease;font-size:.875rem;white-space:nowrap}.chat-nav-button:hover{background:#fff3;border-color:#ffffff4d}.chat-avatar{width:3rem;height:3rem;background:linear-gradient(135deg,#db2777,#ec4899);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;flex-shrink:0}.chat-messages{height:500px;overflow-y:auto;padding:2rem;background:#fafafa}.message-bubble{margin-bottom:1.5rem;padding:1.5rem 2rem;border-radius:20px;max-width:75%;line-height:1.6;font-size:1rem;position:relative;z-index:1}.message-ai{background:#fff;border:1px solid #e5e7eb;margin-right:auto;box-shadow:0 4px 12px #0000000d}.message-user{background:linear-gradient(135deg,#db2777,#ec4899);color:#fff;margin-left:auto;text-align:right}.thinking-indicator{display:flex;align-items:center;gap:.75rem;color:#6b7280;font-style:italic;margin-bottom:1.5rem;padding:1rem 1.5rem;position:relative;z-index:1}.thinking-dots{display:flex;gap:.25rem}.thinking-dot{width:.5rem;height:.5rem;background:#db2777;border-radius:50%;animation:thinking 1.4s infinite ease-in-out}.thinking-dot:nth-child(1){animation-delay:-.32s}.thinking-dot:nth-child(2){animation-delay:-.16s}@keyframes thinking{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.chat-input-container{padding:1.5rem 2rem;background:#fff;border-top:2px solid #f1f5f9;display:flex;gap:1rem;align-items:center}.chat-input{flex:1;padding:.75rem 1.25rem;border:2px solid #e5e7eb;border-radius:25px;font-size:1rem;resize:none;min-height:2.5rem;max-height:6rem;transition:all .2s ease;line-height:1.4;outline:none}.chat-input:focus{outline:none;border-color:#db2777;box-shadow:0 0 0 4px #db27771a}.primary-button{background:linear-gradient(135deg,#db2777,#ec4899);color:#fff;padding:1rem 2rem;border:none;border-radius:12px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;font-size:1rem;position:relative;z-index:1}.chat-input-container .primary-button{padding:.75rem 1.5rem;border-radius:20px;font-size:.95rem}.primary-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #db27774d}.secondary-button{background:#fff;color:#374151;padding:1rem 1.5rem;border:2px solid #e5e7eb;border-radius:12px;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:1rem;position:relative;z-index:1}.secondary-button:hover{border-color:#db2777;color:#db2777;transform:translateY(-1px);box-shadow:0 4px 12px #db27771a}.error-message{animation:slideIn .3s ease;position:relative;z-index:10}.uploaded-file{display:flex;justify-content:space-between;align-items:center;background:#f0f9ff;border:2px solid #22c55e;border-radius:8px;padding:12px 16px;margin-top:12px;transition:all .3s ease;opacity:0;transform:translateY(-10px)}.uploaded-file.file-uploaded-animation{opacity:1;transform:translateY(0)}.file-success-indicator{display:flex;align-items:center;gap:12px}.file-icon{font-size:20px;animation:checkmark-bounce .6s ease-out}@keyframes checkmark-bounce{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.file-status{color:#16a34a;font-size:12px;font-weight:500}.message-bubble ul{margin:8px 0;padding-left:20px}.message-bubble li{margin:4px 0;line-height:1.5}.message-bubble p{margin:8px 0;line-height:1.6}.message-bubble p:first-child{margin-top:0}.message-bubble p:last-child{margin-bottom:0}.confirm-dialog-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease}.confirm-dialog{background:#fff;border-radius:16px;padding:2rem;max-width:400px;width:90%;box-shadow:0 20px 40px #0003;animation:slideUp .3s ease}.confirm-dialog h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1e293b}.confirm-dialog p{color:#64748b;margin-bottom:1.5rem;line-height:1.5}.dialog-buttons{display:flex;gap:1rem;justify-content:flex-end}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.form-card,.chat-container{margin:1rem;border-radius:16px;padding:1.5rem}.top-navigation{flex-direction:column;gap:1rem;align-items:stretch}.chat-messages{height:400px;padding:1.5rem}.radio-group{grid-template-columns:1fr;gap:.75rem}.radio-option{height:50px}.chat-input-container{flex-direction:column;align-items:stretch;gap:1rem}.chat-header{flex-direction:column;gap:1rem;padding:1rem}.chat-nav-buttons{width:100%;justify-content:space-between;order:1}.chat-header-content{order:2}.option-buttons{gap:1rem}.large-button{min-height:100px;padding:1.5rem}.summary-grid{grid-template-columns:1fr}.form-actions{flex-direction:column-reverse;gap:1rem}}@media (max-width: 480px){.progress-indicator{gap:.5rem}.progress-dot{width:10px;height:10px}.nav-button,.chat-nav-button{font-size:.75rem;padding:.5rem .75rem}.form-card{padding:1.5rem}.message-bubble{padding:1rem 1.25rem;max-width:85%}}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;background:#f8f9fa;color:#222}h1{font-size:2.2rem;margin-bottom:.5em}main{max-width:1200px;margin:0 auto;background:#fff;border-radius:12px;box-shadow:0 2px 12px #0000000a;padding:2em 2em 3em}
