body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.content-box{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;flex:1 1;height:80vh;overflow-y:scroll;padding:20px}.content-box h3{color:var(--text-color);font-size:1.25rem;font-weight:600;margin-bottom:1rem}.content-box p{color:var(--text-color-secondary);margin-bottom:1.5rem}.prompt-section{border-bottom:1px solid #eee;margin-bottom:20px;padding-bottom:20px}.prompt-section:last-child{border-bottom:none}.prompt-section h3{color:#333;margin-bottom:15px}.input-row{display:flex;gap:15px;margin-bottom:15px}.input-group{display:flex;flex:1 1;flex-direction:column;gap:5px}.input-group label{color:#666;font-size:14px}.input-group input,.input-group select{border:1px solid #ddd;border-radius:4px;font-size:14px;padding:8px 12px}.input-group textarea{border:1px solid #ddd;border-radius:4px;font-size:14px;margin-bottom:20px;min-height:100px;padding:12px;resize:vertical;width:100%}.input-group input:focus,.input-group select:focus,.input-group textarea:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff40;outline:none}.content-box-footer{align-items:center;display:flex;gap:1rem;margin-top:1.5rem}.content-box button{background-color:var(--primary-color);border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-weight:500;padding:.75rem 2rem;transition:background-color .2s}.content-box button:hover{background-color:#0056b3;box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}.status-message{color:var(--text-color-secondary);font-size:.875rem;font-weight:500}.status-message.error{color:#dc3545}.existing-prompt{background-color:#f8f9fa;border-radius:8px;margin-bottom:15px;padding:15px;position:relative}.prompt-content{margin-bottom:10px}.prompt-content p{color:#333;font-size:14px;margin:5px 0}.edit-button{background-color:#6c757d;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;padding:5px 10px;position:absolute;right:10px;top:10px;transition:background-color .2s}.edit-button:hover{background-color:#0056b3;box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}.loading{color:#666;font-size:1.2rem;height:200px}.image-upload-container{display:flex;flex-direction:column;gap:1rem;width:100%}.image-upload-input{background-color:#fff;padding:.5rem}.image-preview,.image-upload-input{border:1px solid #ccc;border-radius:4px;width:100%}.image-preview{margin:0 auto;max-width:600px;overflow:hidden}.image-preview img{display:block;height:auto;width:100%}.image-container{align-items:center;display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.screenshot-image{border-radius:8px;box-shadow:0 2px 4px #0000001a;max-height:400px;max-width:100%}.no-image{align-items:center;background-color:#f5f5f5;border-radius:8px;color:#666;display:flex;flex-direction:column;gap:1rem;padding:2rem}.no-image p{font-style:italic;margin:0}.chat-header{background:linear-gradient(135deg,#ff6b35,#f7931e);border-bottom:1px solid #fff3;color:#fff;padding:1.5rem;text-align:center}.chat-header h1{font-size:1.8rem;font-weight:700;margin:0}.chat-header p{font-size:1rem;margin:.5rem 0 0;opacity:.9}.chat-interface{display:flex;height:84vh;width:100%}.chat-sidebar{background-color:var(--background-dark);display:flex;flex-direction:column;width:230px}.new-chat-button{background:linear-gradient(135deg,#ff6b35,#f7931e);border:none;border-radius:.375rem;color:var(--text-color-light);cursor:pointer;font-weight:500;margin:1rem;padding:.5rem}.new-chat-button:hover{background:linear-gradient(135deg,#e55a2b,#e0841a)}.chat-list{flex:1 1;overflow-y:auto;padding:.5rem}.chat-item{align-items:center;border-radius:.375rem;cursor:pointer;display:flex;justify-content:space-between;margin-bottom:.5rem;padding:.75rem;position:relative}.chat-name{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-name-edit{background:var(--input-bg);border:1px solid var(--border-color);border-radius:4px;color:var(--text-color);flex:1 1;font-size:14px;outline:none;padding:4px 8px;width:calc(100% - 40px)}.chat-name-edit:focus{border-color:var(--primary-color);box-shadow:0 0 0 2px rgba(var(--primary-color-rgb),.2)}.chat-menu-button{align-items:center;background:none;border:none;color:var(--text-color-secondary);cursor:pointer;display:flex;font-size:1.2rem;justify-content:center;padding:0 .25rem}.chat-menu-button:hover{color:var(--text-color)}.chat-menu{background-color:var(--background-card);border:1px solid var(--border-color);border-radius:.375rem;box-shadow:0 2px 5px #0000001a;min-width:120px;position:absolute;right:0;top:100%;z-index:10}.chat-menu-item{cursor:pointer;padding:.5rem 1rem}.chat-menu-item:hover{background-color:var(--hover-color)}.chat-menu-item.delete{color:#e53e3e}.chat-menu-item.delete:hover{background-color:#fee2e2}.chat-item.active,.chat-item:hover{background-color:var(--hover-color)}.chat-item.active{border-left:3px solid #ff6b35}.chat-container{border:1px solid var(--border-color);border-radius:.5rem;box-shadow:0 1px 3px #0000001a;flex-direction:column;height:100%;max-height:100%;overflow:hidden;width:90%}.chat-container,.messages{background-color:var(--background-card);display:flex}.messages{flex:1 1;flex-direction:column;gap:1rem;overflow-y:auto;padding:1.5rem}.message{border-radius:.5rem;line-height:1.5;max-width:80%;padding:1rem}.message.user{align-self:flex-end;background:linear-gradient(135deg,#ff6b35,#f7931e);color:var(--text-color-light)}.message.assistant{align-self:flex-start;background-color:var(--hover-color);border-left:4px solid #ff6b35;color:var(--text-color)}.message.system{align-self:center;background-color:#fee2e2;color:#dc2626;font-size:.875rem}.message-content{white-space:pre-wrap}.chat-input{align-items:flex-end;background-color:var(--background-card);border-top:1px solid var(--border-color);display:flex;gap:1rem;padding:1.5rem}.chat-input textarea{background-color:var(--background-dark);border:1px solid var(--border-color);border-radius:.375rem;color:var(--text-color);flex:1 1;font-family:inherit;padding:.75rem;resize:none}.chat-input textarea:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #0066ff1a;outline:none}.chat-input textarea::placeholder{color:var(--text-color-secondary)}.chat-input button{background:linear-gradient(135deg,#ff6b35,#f7931e);border:none;border-radius:.375rem;color:var(--text-color-light);cursor:pointer;padding:.75rem 1.5rem;white-space:nowrap}.chat-input button:hover:not(:disabled){background:linear-gradient(135deg,#e55a2b,#e0841a)}.popup-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.popup{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;padding:20px;width:300px}.popup h3{margin-top:0}.popup h3,.popup input{color:var(--text-color);margin-bottom:15px}.popup input{background-color:var(--input-bg);border:1px solid var(--border-color);border-radius:4px;padding:8px;width:100%}.popup-buttons{display:flex;gap:10px;justify-content:flex-end}.popup-buttons button{border:none;border-radius:4px;cursor:pointer;padding:8px 16px}.popup-buttons button:first-child{background-color:var(--background-dark);color:var(--text-color)}.popup-buttons button:last-child{background-color:var(--primary-color);color:var(--text-color-light)}.popup-buttons button:disabled{cursor:not-allowed;opacity:.6}.input-container{display:flex;flex:1 1;flex-direction:column;gap:.5rem}.chat-actions{align-items:flex-end;display:flex;gap:.5rem}.image-upload{display:none}.image-upload-label{align-items:center;background-color:var(--background-dark);border-radius:50%;cursor:pointer;display:flex;font-size:1.25rem;height:40px;justify-content:center;width:40px}.image-upload-label:hover{background-color:var(--hover-color)}.selected-image-container{display:inline-block;margin-top:.5rem;position:relative}.selected-image-preview{border:1px solid var(--border-color);border-radius:4px;max-height:100px;max-width:100px}.remove-image-button{align-items:center;background-color:var(--background-dark);border:none;border-radius:50%;color:var(--text-color);cursor:pointer;display:flex;font-size:1rem;height:20px;justify-content:center;line-height:1;padding:0;position:absolute;right:-8px;top:-8px;width:20px}.message-image-indicator{color:#ffffffb3;font-size:.85rem;font-style:italic;margin-top:.5rem}.delete-button{background-color:#e53e3e!important;color:#fff!important}.popup p{color:var(--text-color);margin-bottom:20px}.prompt-selector{margin-top:1rem;position:relative}.prompt-dropdown-button{background:linear-gradient(135deg,#ff6b35,#f7931e);border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-size:.875rem;padding:.5rem 1rem;transition:background-color .2s}.prompt-dropdown-button:hover{background:linear-gradient(135deg,#e55a2b,#e0841a)}.prompt-dropdown{background:#fff;border:1px solid #ddd;border-radius:.375rem;box-shadow:0 4px 6px #0000001a;left:0;max-height:300px;overflow-y:auto;pointer-events:auto;position:absolute;right:0;top:100%;z-index:1000}.prompt-dropdown-item{border-bottom:1px solid #eee;color:#000;cursor:pointer;padding:.75rem 1rem;pointer-events:auto;transition:background-color .2s}.prompt-dropdown-item:hover{background-color:#f8f9fa}.prompt-dropdown-item:last-child{border-bottom:none}.positioning-chat{display:flex;height:84vh;width:100%}.positioning-chat .chat-container{background-color:var(--background-card);border:1px solid var(--border-color);border-radius:.5rem;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;height:100%;max-height:100%;overflow:hidden;width:90%}.positioning-chat .chat-container.drag-over{background-color:#3a7bd51a;border:2px dashed #3a7bd5}.positioning-chat .chat-container.drag-over:after{background:#000c;border-radius:.5rem;color:#fff;content:"Drop image here";font-size:1.1rem;left:50%;padding:1rem 2rem;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1000}.positioning-chat .chat-header{background:linear-gradient(135deg,#3a7bd5,#00d2ff);border-bottom:1px solid #fff3;color:#fff;padding:1.5rem;text-align:center}.positioning-chat .chat-header h1{font-size:1.8rem;font-weight:700;margin:0}.positioning-chat .chat-header p{font-size:1rem;margin:.5rem 0 0;opacity:.9}.positioning-chat .new-chat-button{background:linear-gradient(135deg,#3a7bd5,#00d2ff)}.positioning-chat .new-chat-button:hover{background:linear-gradient(135deg,#326bb8,#00b8e6)}.positioning-chat .chat-input button[type=submit]{background:linear-gradient(135deg,#3a7bd5,#00d2ff)}.positioning-chat .chat-input button[type=submit]:hover:not(:disabled){background:linear-gradient(135deg,#326bb8,#00b8e6)}.positioning-chat .message.user{background:linear-gradient(135deg,#3a7bd5,#00d2ff)}.positioning-chat .message.assistant{border-left:4px solid #3a7bd5}.positioning-chat .chat-item.active{background-color:#3a7bd51a;border-left:3px solid #3a7bd5}.positioning-chat .remove-image-button{background:linear-gradient(135deg,#3a7bd5,#00d2ff)}.avatar-research-chat .chat-header{background:linear-gradient(135deg,#6a0dad,#9932cc);border-bottom:1px solid #fff3;color:#fff;padding:1.5rem;text-align:center}.avatar-research-chat .chat-header h1{color:#fff;font-size:1.8rem;font-weight:700;margin:0}.avatar-research-chat .chat-header p{color:#fffc;font-size:1rem;margin:.5rem 0 0;opacity:.9}.avatar-research-chat .new-chat-button{background:linear-gradient(135deg,#6a0dad,#9932cc)}.avatar-research-chat .new-chat-button:hover{background:linear-gradient(135deg,#5a0c8d,#8a2eb8)}.avatar-research-chat .chat-input button[type=submit]{background:linear-gradient(135deg,#6a0dad,#9932cc)}.avatar-research-chat .chat-input button[type=submit]:hover:not(:disabled){background:linear-gradient(135deg,#5a0c8d,#8a2eb8)}.avatar-research-chat .message.user{background:linear-gradient(135deg,#6a0dad,#9932cc)}.avatar-research-chat .active,.avatar-research-chat .message.assistant{border-left:4px solid #6a0dad}.avatar-research-chat .chat-container.drag-over{background-color:#6a0dad1a;border:2px dashed #6a0dad}.avatar-research-chat .chat-container.drag-over:after{background:#000c;border-radius:.5rem;color:#fff;content:"Drop image here";font-size:1.1rem;left:50%;padding:1rem 2rem;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1000}.avatar-research-chat .remove-image-button{background:linear-gradient(135deg,#6a0dad,#9932cc)}.intro-bot .chat-header{background:linear-gradient(135deg,#28a745,#20c997);border-bottom:1px solid #fff3;color:#fff;padding:1.5rem;text-align:center}.intro-bot .chat-header h1{font-size:1.8rem;font-weight:700;margin:0}.intro-bot .chat-header p{font-size:1rem;margin:.5rem 0 0;opacity:.9}.intro-bot .new-chat-button{background:linear-gradient(135deg,#28a745,#20c997)}.intro-bot .new-chat-button:hover{background:linear-gradient(135deg,#218838,#1ca085)}.intro-bot .chat-input button[type=submit]{background:linear-gradient(135deg,#28a745,#20c997)}.intro-bot .chat-input button[type=submit]:hover:not(:disabled){background:linear-gradient(135deg,#218838,#1ca085)}.intro-bot .message.user{background:linear-gradient(135deg,#28a745,#20c997)}.intro-bot .message.assistant{border-left:4px solid #28a745}.intro-bot .chat-item.active{background-color:#28a7451a;border-left:3px solid #28a745}.intro-bot .chat-container.drag-over{background-color:#28a7451a;border:2px dashed #28a745}.intro-bot .chat-container.drag-over:after{background:#000c;border-radius:.5rem;color:#fff;content:"Drop image here";font-size:1.1rem;left:50%;padding:1rem 2rem;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1000}.intro-bot .remove-image-button{background:linear-gradient(135deg,#28a745,#20c997)}.intro-bot .prompt-selector{margin-top:1rem;position:relative}.intro-bot .prompt-dropdown-button{background:linear-gradient(135deg,#28a745,#20c997);border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-size:.875rem;padding:.5rem 1rem;transition:background-color .2s}.intro-bot .prompt-dropdown-button:hover{background:linear-gradient(135deg,#218838,#1ca085)}.intro-bot .prompt-dropdown{background:#fff;border:1px solid #ddd;border-radius:.375rem;box-shadow:0 4px 6px #0000001a;left:0;max-height:300px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:1000}.intro-bot .prompt-dropdown-item{border-bottom:1px solid #eee;color:#000;cursor:pointer;padding:.75rem 1rem;transition:background-color .2s}.intro-bot .prompt-dropdown-item:hover{background-color:#f8f9fa}.intro-bot .prompt-dropdown-item:last-child{border-bottom:none}.point-bot .chat-header{background:linear-gradient(135deg,#ff6b35,#ff8e53);border-radius:10px 10px 0 0;color:#fff;padding:1.5rem;text-align:center}.point-bot .chat-header h1{font-size:1.8rem;font-weight:700;margin:0}.point-bot .chat-header p{font-size:1rem;margin:.5rem 0 0;opacity:.9}.point-bot .chat-container.drag-over{background-color:#17a2b81a;border:2px dashed #17a2b8}.point-bot .chat-container.drag-over:after{background:#000c;border-radius:.5rem;color:#fff;content:"Drop image here";font-size:1.1rem;left:50%;padding:1rem 2rem;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1000}.point-bot .remove-image-button{background:linear-gradient(135deg,#ff6b35,#ff8e53)}.point-bot .prompt-selector{margin-top:1rem;position:relative}.point-bot .prompt-dropdown-button{background:linear-gradient(135deg,#ff6b35,#ff8e53);border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-size:.875rem;padding:.5rem 1rem;transition:background-color .2s}.point-bot .prompt-dropdown-button:hover{background:linear-gradient(135deg,#e55a2b,#e0841a)}.point-bot .prompt-dropdown{background:#fff;border:1px solid #ddd;border-radius:.375rem;box-shadow:0 4px 6px #0000001a;left:0;max-height:300px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:1000}.point-bot .prompt-dropdown-item{border-bottom:1px solid #eee;color:#000;cursor:pointer;padding:.75rem 1rem;transition:background-color .2s}.point-bot .prompt-dropdown-item:hover{background-color:#f8f9fa}.point-bot .prompt-dropdown-item:last-child{border-bottom:none}.youtube-faq-bot .chat-header{background:linear-gradient(135deg,#e74c3c,#c0392b);border-radius:10px 10px 0 0;color:#fff;padding:1.5rem;text-align:center}.youtube-faq-bot .chat-header h1{font-size:1.8rem;font-weight:700;margin:0}.youtube-faq-bot .chat-header p{font-size:1rem;margin:.5rem 0 0;opacity:.9}.youtube-faq-bot .new-chat-button{background:linear-gradient(135deg,#e74c3c,#c0392b)}.youtube-faq-bot .new-chat-button:hover{background:linear-gradient(135deg,#d62c1a,#a93226)}.youtube-faq-bot .chat-input button[type=submit]{background:linear-gradient(135deg,#e74c3c,#c0392b)}.youtube-faq-bot .chat-input button[type=submit]:hover:not(:disabled){background:linear-gradient(135deg,#d62c1a,#a93226)}.youtube-faq-bot .message.user{background:linear-gradient(135deg,#e74c3c,#c0392b)}.youtube-faq-bot .message.assistant{border-left:4px solid #e74c3c}.youtube-faq-bot .chat-item.active{background-color:#e74c3c1a;border-left:3px solid #e74c3c}.youtube-faq-bot .chat-container.drag-over{background-color:#dc35451a;border:2px dashed #dc3545}.youtube-faq-bot .chat-container.drag-over:after{background:#000c;border-radius:.5rem;color:#fff;content:"Drop image here";font-size:1.1rem;left:50%;padding:1rem 2rem;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1000}.youtube-faq-bot .remove-image-button{background:linear-gradient(135deg,#e74c3c,#c0392b)}.thumbnail-bot .chat-header{background:linear-gradient(135deg,#9b59b6,#8e44ad);border-radius:10px 10px 0 0;color:#fff;padding:1.5rem;text-align:center}.thumbnail-bot .chat-header h1{font-size:1.8rem;font-weight:700;margin:0}.thumbnail-bot .chat-header p{font-size:1rem;margin:.5rem 0 0;opacity:.9}.thumbnail-bot .new-chat-button{background:linear-gradient(135deg,#9b59b6,#8e44ad)}.thumbnail-bot .new-chat-button:hover{background:linear-gradient(135deg,#8a4ba3,#7d3c98)}.thumbnail-bot .chat-input button[type=submit]{background:linear-gradient(135deg,#9b59b6,#8e44ad)}.thumbnail-bot .chat-input button[type=submit]:hover:not(:disabled){background:linear-gradient(135deg,#8a4ba3,#7d3c98)}.thumbnail-bot .message.user{background:linear-gradient(135deg,#9b59b6,#8e44ad)}.thumbnail-bot .message.assistant{border-left:4px solid #9b59b6}.thumbnail-bot .chat-item.active{background-color:#9b59b61a;border-left:3px solid #9b59b6}.thumbnail-bot .chat-container.drag-over{background-color:#ffc1071a;border:2px dashed #ffc107}.thumbnail-bot .chat-container.drag-over:after{background:#000c;border-radius:.5rem;color:#fff;content:"Drop image here";font-size:1.1rem;left:50%;padding:1rem 2rem;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1000}.thumbnail-bot .remove-image-button{background:linear-gradient(135deg,#9b59b6,#8e44ad)}.thumbnail-bot .prompt-selector{margin-top:1rem;position:relative}.thumbnail-bot .prompt-dropdown-button{background:linear-gradient(135deg,#9b59b6,#8e44ad);border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-size:.875rem;padding:.5rem 1rem;transition:background-color .2s}.thumbnail-bot .prompt-dropdown-button:hover{background:linear-gradient(135deg,#8a4ba3,#7d3c98)}.thumbnail-bot .prompt-dropdown{background:#fff;border:1px solid #ddd;border-radius:.375rem;box-shadow:0 4px 6px #0000001a;left:0;max-height:300px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:1000}.thumbnail-bot .prompt-dropdown-item{border-bottom:1px solid #eee;color:#000;cursor:pointer;padding:.75rem 1rem;transition:background-color .2s}.thumbnail-bot .prompt-dropdown-item:hover{background-color:#f8f9fa}.thumbnail-bot .prompt-dropdown-item:last-child{border-bottom:none}.email-bot .chat-header{background:linear-gradient(135deg,#28a745,#20c997);border-bottom:1px solid #fff3;color:#fff;padding:1.5rem;text-align:center}.email-bot .chat-header h1{font-size:1.8rem;font-weight:700;margin:0}.email-bot .chat-header p{font-size:1rem;margin:.5rem 0 0;opacity:.9}.email-bot .new-chat-button{background:linear-gradient(135deg,#28a745,#20c997)}.email-bot .new-chat-button:hover{background:linear-gradient(135deg,#218838,#1ca085)}.email-bot .chat-input button[type=submit]{background:linear-gradient(135deg,#28a745,#20c997)}.email-bot .chat-input button[type=submit]:hover:not(:disabled){background:linear-gradient(135deg,#218838,#1ca085)}.email-bot .message.user{background:linear-gradient(135deg,#28a745,#20c997)}.email-bot .message.assistant{border-left:4px solid #28a745}.email-bot .chat-item.active{background-color:#28a7451a;border-left:3px solid #28a745}.email-bot .chat-container.drag-over{background-color:#28a7451a;border:2px dashed #28a745}.email-bot .chat-container.drag-over:after{background:#000c;border-radius:.5rem;color:#fff;content:"Drop image here";font-size:1.1rem;left:50%;padding:1rem 2rem;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1000}.email-bot .remove-image-button{background:linear-gradient(135deg,#28a745,#20c997)}.email-bot .prompt-selector{margin-top:1rem;position:relative}.email-bot .prompt-dropdown-button{background:linear-gradient(135deg,#28a745,#20c997);border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-size:.875rem;padding:.5rem 1rem;transition:background-color .2s}.email-bot .prompt-dropdown-button:hover{background:linear-gradient(135deg,#218838,#1ca085)}.email-bot .prompt-dropdown{background:#fff;border:1px solid #ddd;border-radius:.375rem;box-shadow:0 4px 6px #0000001a;left:0;max-height:300px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:1000}.email-bot .prompt-dropdown-item{border-bottom:1px solid #eee;color:#000;cursor:pointer;padding:.75rem 1rem;transition:background-color .2s}.email-bot .prompt-dropdown-item:hover{background-color:#f8f9fa}.email-bot .prompt-dropdown-item:last-child{border-bottom:none}.repurpose-bot .chat-header{background:linear-gradient(135deg,#e83e8c,#fd7e14);border-bottom:1px solid #fff3;color:#fff;padding:1.5rem;text-align:center}.repurpose-bot .chat-header h1{font-size:1.8rem;font-weight:700;margin:0}.repurpose-bot .chat-header p{font-size:1rem;margin:.5rem 0 0;opacity:.9}.repurpose-bot .new-chat-button{background:linear-gradient(135deg,#e83e8c,#fd7e14)}.repurpose-bot .new-chat-button:hover{background:linear-gradient(135deg,#dc3545,#e96b00)}.repurpose-bot .chat-input button[type=submit]{background:linear-gradient(135deg,#e83e8c,#fd7e14)}.repurpose-bot .chat-input button[type=submit]:hover:not(:disabled){background:linear-gradient(135deg,#dc3545,#e96b00)}.repurpose-bot .chat-item.active{background-color:#e83e8c1a;border-left:3px solid #e83e8c}.repurpose-bot .chat-menu-item:hover{background-color:#e83e8c1a}.repurpose-bot textarea:focus{border-color:#e83e8c;outline:none}.repurpose-bot .message.user{background:linear-gradient(135deg,#e83e8c,#fd7e14)}.repurpose-bot .message.assistant{border-left:4px solid #e83e8c}.repurpose-bot .chat-container.drag-over{background-color:#e83e8c1a;border:2px dashed #e83e8c}.repurpose-bot .chat-container.drag-over:after{background:#000c;border-radius:.5rem;color:#fff;content:"Drop image here";font-size:1.1rem;left:50%;padding:1rem 2rem;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1000}.repurpose-bot .remove-image-button{background:linear-gradient(135deg,#e83e8c,#fd7e14)}.repurpose-bot .prompt-selector{margin-top:1rem;position:relative}.repurpose-bot .prompt-dropdown-button{background:linear-gradient(135deg,#e83e8c,#fd7e14);border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-size:.875rem;padding:.5rem 1rem;transition:background-color .2s}.repurpose-bot .prompt-dropdown-button:hover{background:linear-gradient(135deg,#dc3545,#e96b00)}.repurpose-bot .prompt-dropdown{background:#fff;border:1px solid #ddd;border-radius:.375rem;box-shadow:0 4px 6px #0000001a;left:0;max-height:300px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:1000}.repurpose-bot .prompt-dropdown-item{border-bottom:1px solid #eee;color:#000;cursor:pointer;padding:.75rem 1rem;transition:background-color .2s}.repurpose-bot .prompt-dropdown-item:hover{background-color:#f8f9fa}.repurpose-bot .prompt-dropdown-item:last-child{border-bottom:none}:root{--primary-color:#06f;--primary-hover:#0052cc;--secondary-color:#2563eb;--text-color:#1a1a1a;--text-color-secondary:#666;--text-color-light:#fff;--background-dark:#fff;--background-card:#f8f9fa;--border-color:#e5e7eb;--hover-color:#f3f4f6}button{background-color:#06f;background-color:var(--primary-color);border:none;border-radius:.375rem;color:#fff;color:var(--text-color-light);cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .2s}button:hover{background-color:#0052cc;background-color:var(--primary-hover);transform:translateY(-1px)}.app-container{display:flex;flex-direction:column;min-height:100vh}.app-header{background:#fff;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:center;padding:1rem;position:sticky;top:0;z-index:100}.header-content{align-items:center;display:flex;justify-content:space-between;width:95vw}.main-content{display:flex;flex:1 1;margin:0 auto;padding:1rem;width:100%}.content-area{flex:1 1;margin-left:1rem}.auth-container{align-items:center;background:#f8f9fa;display:flex;justify-content:center;min-height:100vh}.cl-sign-in,.cl-sign-up{margin:0 auto;max-width:400px;width:100%}.cl-user-button{margin-right:1rem}@media (max-width:768px){.main-content{flex-direction:column}.main-content>*{width:100%!important}.auth-container{padding:1rem}.cl-sign-in,.cl-sign-up{max-width:100%}}.access-denied{align-items:center;background-color:#f8f9fa;display:flex;flex-direction:column;height:100vh;justify-content:center;padding:2rem;text-align:center}.access-denied h2{color:#dc3545;font-size:2rem;margin-bottom:1rem}.access-denied p{color:#343a40;font-size:1.2rem;line-height:1.6;max-width:600px}.loading{align-items:center;color:#6c757d;display:flex;font-size:1.5rem;height:100vh;justify-content:center}.sidebar{background:#f8f9fa;border-right:1px solid #e9ecef;height:80vh;padding:20px;width:200px}.sidebar h2{color:var(--text-color);font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.sidebar ul{list-style:none;margin:0;padding:0}.sidebar li{margin-bottom:10px}.sidebar a{border-radius:4px;color:#495057;display:block;padding:10px;text-decoration:none;transition:all .2s}.sidebar a:hover{background:#e9ecef;color:#212529}.sidebar a.active{background:#007bff;color:#fff}.health-check{border-top:1px solid var(--border-color);margin-top:auto;padding-top:1.5rem}.health-check button{margin-bottom:.5rem;width:100%}.health-status{color:var(--text-color-secondary);display:block;font-size:.875rem;font-weight:500;text-align:center}@media (max-width:768px){.sidebar{height:auto;padding:1rem;position:relative;width:100%}}
/*# sourceMappingURL=main.c62690f1.css.map*/