.ai-chat-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.ai-chat-modal-container{position:fixed;bottom:100px;right:30px;width:380px;max-height:calc(100vh - 80px);min-height:320px;background-color:white;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 10px 25px rgba(0,0,0,.2)}.ai-chat-modal-header{flex-shrink:0;display:flex;justify-content:space-between;align-items:center;padding:15px;background-color:#475569;color:white}.ai-chat-modal-title{display:flex;align-items:center;gap:12px}.ai-chat-modal-title h3{margin:0;font-size:18px;font-weight:600}.user-email-indicator{font-size:12px;color:rgba(255,255,255,.8);margin-top:2px}.ai-chat-modal-title .avatar{border-radius:50%;overflow:hidden}.ai-chat-modal-title .avatar,.close-button{display:flex;align-items:center;justify-content:center}.close-button{background:transparent;border:none;font-size:24px;cursor:pointer;color:white;line-height:1;padding:0;width:24px;height:24px}.close-button:hover{opacity:.8}.ai-chat-modal-body{flex:1;min-height:0;padding:0;background-color:white;display:flex;flex-direction:column;overflow:hidden}.chat-messages{flex:1;min-height:0;padding:20px;overflow-y:auto;border-bottom:1px solid #e5e7eb}.message{margin-bottom:15px;display:flex;align-items:flex-start}.message.user{justify-content:flex-end}.message.ai{justify-content:flex-start}.message-content{display:flex;align-items:flex-start;gap:8px;max-width:80%}.message.user .message-content{flex-direction:row-reverse}.ai-avatar{width:24px;height:24px;border-radius:50%;overflow:hidden;flex-shrink:0}.message-text{background-color:#f3f4f6;padding:10px 12px;border-radius:12px;position:relative;color:#374151;flex:1;min-width:0}.message.user .message-text{background-color:#3b82f6;color:#ffffff!important}.message.ai .message-text{background-color:#f8fafc;color:#1f2937;border:1px solid #e5e7eb}.message-text p{margin:0;font-size:14px;line-height:1.4;color:inherit}.message.user .message-text p{color:#ffffff!important}.message-text .formatted-message{color:inherit!important}.message.user .message-text .formatted-message{color:#ffffff!important}.message-text .formatted-message *{color:inherit!important}.message.user .message-text .formatted-message *{color:#ffffff!important}.typing-indicator{display:flex;gap:4px;align-items:center}.typing-indicator span{width:6px;height:6px;border-radius:50%;background-color:#9ca3af;animation:typing 1.4s ease-in-out infinite}.typing-indicator span:first-child{animation-delay:-.32s}.typing-indicator span:nth-child(2){animation-delay:-.16s}@keyframes typing{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1);opacity:1}}.chat-input-form{padding:15px 20px;border-top:1px solid #e5e7eb}.input-group{display:flex;gap:8px;align-items:center}.chat-input{flex:1;padding:10px 12px;border:1px solid #d1d5db;border-radius:20px;font-size:14px;outline:none;transition:border-color .2s}.chat-input:focus{border-color:#475569}.chat-input:disabled{background-color:#f9fafb;cursor:not-allowed}.send-button{width:36px;height:36px;border-radius:50%;border:none;background-color:#475569;color:white;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;transition:all .2s}.send-button:hover:not(:disabled){background-color:#334155;transform:scale(1.05)}.send-button:disabled{background-color:#9ca3af;cursor:not-allowed;transform:none}.contact-form-toggle{padding:10px 20px;border-top:1px solid #e5e7eb;background-color:#f9fafb}.toggle-button{width:100%;padding:8px 12px;background:none;border:1px solid #d1d5db;border-radius:6px;font-size:12px;color:#6b7280;cursor:pointer;transition:all .2s}.toggle-button:hover{background-color:#f3f4f6;border-color:#9ca3af}.contact-form-section{padding:20px;flex:1;min-height:0;display:flex;flex-direction:column;overflow-y:auto}.form-actions{display:flex;gap:10px;margin-top:15px}.ai-back-button{flex:1;padding:12px;background-color:#f3f4f6;color:#374151;border:1px solid #d1d5db;border-radius:6px;font-size:24px;cursor:pointer;transition:all .2s;max-width:60px;display:flex;align-items:center;justify-content:center}.ai-back-button:hover:not(:disabled){background-color:#e5e7eb}.ai-back-button:disabled{opacity:.5;cursor:not-allowed}.query-form{display:flex;flex-direction:column;gap:15px}.query-form input,.query-form textarea{width:100%;padding:12px 15px;border:1px solid #e7e7e7;border-radius:8px;font-size:14px;font-family:inherit;transition:border-color .3s ease,box-shadow .3s ease;resize:vertical;box-sizing:border-box}.query-form input:focus,.query-form textarea:focus{border-color:#475569;outline:none;box-shadow:0 0 0 2px rgba(71,85,105,.2)}.query-form input:disabled,.query-form textarea:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.7}textarea.query-form-message{max-height:76px!important;resize:vertical}.submit-button{flex:2;padding:12px;background-color:#475569;color:white;border:none;border-radius:8px;font-weight:500;font-size:14px;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.1)}.submit-button:hover:not(:disabled){background-color:#334155;transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,.15)}.submit-button:disabled{background-color:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none;opacity:.7}.email-input-in-chat{padding:16px;margin:8px 0}.email-input-message{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:16px}.email-input-header h4{margin:0 0 8px;font-size:14px;font-weight:600;color:#374151}.email-input-header p{margin:0 0 16px;font-size:13px;color:#6b7280;line-height:1.4}.email-input-field{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;margin-bottom:12px;box-sizing:border-box}.email-input-field:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 2px rgba(139,92,246,.1)}.email-input-buttons{display:flex;gap:8px;justify-content:flex-end}.email-input-buttons .submit-button{background-color:#8b5cf6;color:white;border:none;padding:8px 16px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:background-color .2s;flex:none}.email-input-buttons .submit-button:hover:not(:disabled){background-color:#7c3aed}.email-input-buttons .submit-button:disabled{background-color:#9ca3af;cursor:not-allowed}.cancel-button{background-color:#f3f4f6;color:#374151;border:none;padding:8px 16px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:background-color .2s}.cancel-button:hover{background-color:#e5e7eb}.query-attachments-section{margin-top:8px}.query-attachments-label{font-size:12px;font-weight:500;color:#64748b;margin-bottom:6px;display:block}.query-attachments-limit-message{margin:0 0 8px;font-size:12px;color:#b45309;background:#fffbeb;border:1px solid #fde68a;border-radius:6px;padding:8px 12px}.query-attachments-error{margin:6px 0 8px;font-size:13px;color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;padding:8px 12px;display:block}.query-attachments-preview{display:flex;flex-wrap:nowrap;gap:6px;margin-bottom:8px;overflow-x:auto;overflow-y:hidden;padding-bottom:4px;-webkit-overflow-scrolling:touch}.query-attachments-preview::-webkit-scrollbar{height:4px}.query-attachments-preview::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}.query-attachment-chip{position:relative;display:inline-flex;align-items:center;gap:4px;padding:4px 6px;border-radius:6px;background:#f8fafc;border:1px solid #e2e8f0;transition:all .2s ease;flex-shrink:0;max-width:140px}.query-attachment-chip:hover{background:#f1f5f9;border-color:#cbd5e1}.query-attachment-preview-trigger{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:4px;overflow:hidden}.query-attachment-preview-trigger:focus{outline:2px solid #475569;outline-offset:2px}.query-attachment-thumb{width:28px;height:28px;min-width:28px;min-height:28px;border-radius:4px;overflow:hidden;background:#e2e8f0;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid rgba(15,23,42,.08)}.query-attachment-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.query-attachment-icon{width:18px;height:18px;min-width:18px;min-height:18px;border:2px solid #64748b;border-radius:3px;position:relative;display:inline-block;flex-shrink:0}.query-attachment-icon:after{content:"";position:absolute;inset:3px;border:2px solid #64748b;border-top:none;border-radius:1px}.query-attachment-label{font-size:11px;color:#111b21;max-width:72px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500}.query-attachment-remove{position:absolute;top:-6px;right:-6px;background:transparent;border:none;font-size:12px;line-height:1;cursor:pointer;color:#ffffff;padding:0;width:18px;height:18px;min-width:18px;min-height:18px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:50%;z-index:1}.query-attachment-remove:hover{background:#ef4444;color:#ffffff}.query-attachment-preview-overlay{position:fixed;inset:0;z-index:10000;background:rgba(0,0,0,.85);display:flex;align-items:center;justify-content:center;padding:40px;cursor:pointer}.query-attachment-preview-overlay img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;cursor:default;border-radius:4px}.query-attachment-preview-close{position:absolute;top:16px;right:16px;width:40px;height:40px;border:none;background:rgba(255,255,255,.15);color:#fff;font-size:24px;line-height:1;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s}.query-attachment-preview-close:hover{background:rgba(255,255,255,.25)}.query-attachment-upload{display:flex;align-items:center;gap:8px;padding:8px 12px;border:1px dashed #cbd5e1;border-radius:8px;background:#f8fafc;cursor:pointer;transition:all .2s ease}.query-attachment-upload:hover{background:#f1f5f9;border-color:#94a3b8}.query-attachment-upload--disabled{cursor:not-allowed;opacity:.7}.query-attachment-upload--disabled:hover{background:#f8fafc;border-color:#cbd5e1}.query-attachment-upload--disabled .query-attachment-upload-label{cursor:not-allowed}.query-attachment-upload--disabled .query-attachment-upload-icon,.query-attachment-upload--disabled .query-attachment-upload-text{color:#94a3b8}.query-attachment-upload input[type=file]{display:none}.query-attachment-upload-label{display:flex;align-items:center;gap:8px;cursor:pointer;width:100%}.query-attachment-upload-text{font-size:13px;color:#64748b;font-weight:500}.query-attachment-upload-icon{width:20px;height:20px;color:#64748b}.query-attachment-upload-loading{display:flex;align-items:center;gap:8px;padding:8px 12px;color:#64748b;font-size:13px}@media (max-width:768px){.ai-chat-modal-container{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);bottom:auto;right:auto;width:90%;max-width:420px;max-height:85vh;min-height:320px}.chat-messages{padding:15px}.message-content{max-width:85%}.chat-input-form{padding:12px 15px}.contact-form-toggle{padding:8px 15px}.contact-form-section{padding:15px}.query-form input,.query-form textarea{padding:10px 12px;font-size:14px}.submit-button{padding:12px;font-size:14px}}@media (max-width:480px){.ai-chat-modal-container{width:95%;max-height:90vh;min-height:280px}.ai-chat-modal-header{padding:12px 15px}.ai-chat-modal-title h3{font-size:16px}.ai-chat-modal-title .avatar{width:35px;height:35px}.close-button{font-size:20px}}