*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:linear-gradient(135deg,#fef5ff,#fff5f7);min-height:100vh}#app{min-height:100vh;display:flex;flex-direction:column}.header{padding:1.5rem 3rem}.logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700}.logo-icon{font-size:2rem;background:linear-gradient(135deg,#8b5cf6,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.logo-text{color:#1f2937}.main{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem}.landing{max-width:900px;text-align:center;position:relative}.sparkle{position:absolute;font-size:1.5rem;opacity:.6;animation:float 3s ease-in-out infinite}.sparkle-1{top:-30px;left:50px;color:#8b5cf6}.sparkle-2{top:100px;right:30px;color:#ec4899;animation-delay:1s}.sparkle-3{bottom:150px;left:-20px;color:#8b5cf6;animation-delay:2s}.sparkle-4{bottom:50px;right:80px;color:#ec4899;animation-delay:1.5s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.title{font-size:3.5rem;line-height:1.2;color:#1f2937;margin-bottom:1.5rem;font-weight:700}.highlight{background:linear-gradient(135deg,#8b5cf6,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subtitle{font-size:1.25rem;color:#6b7280;margin-bottom:3rem;line-height:1.6}.input-container{display:flex;max-width:600px;margin:0 auto;border-radius:50px;overflow:hidden;box-shadow:0 10px 40px #8b5cf626;background:#fff}.url-input{flex:1;padding:1.2rem 2rem;border:none;outline:none;font-size:1rem;color:#1f2937}.url-input::placeholder{color:#9ca3af}.build-btn{padding:1.2rem 2.5rem;background:linear-gradient(135deg,#8b5cf6,#ec4899);color:#fff;border:none;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s}.build-btn:hover{transform:scale(1.05)}.build-btn:disabled{opacity:.6;cursor:not-allowed;transform:scale(1)}.build-status{margin-top:2rem;font-size:1rem;min-height:30px}.build-status.loading{color:#8b5cf6;font-weight:500}.build-status.success{color:#10b981;font-weight:500}.build-status.error{color:#ef4444;font-weight:500}.chatbot-popup{position:fixed;bottom:20px;right:20px;width:550px;height:620px;background:#fff;border-radius:20px;box-shadow:0 20px 60px #0003;display:flex;flex-direction:column;z-index:1000;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.chatbot-header{padding:1.2rem 1.5rem;background:linear-gradient(135deg,#8b5cf6,#ec4899);color:#fff;display:flex;justify-content:space-between;align-items:center;border-radius:20px 20px 0 0}.chatbot-header h2{font-size:1.2rem;font-weight:600}.chatbot-actions{display:flex;gap:.5rem}.action-btn{padding:.5rem 1rem;background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:8px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s}.action-btn:hover{background:#ffffff4d}.collapse-btn{background:transparent;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;transition:transform .2s}.collapse-btn:hover{transform:scale(1.1)}.chat-messages{flex:1;padding:1.5rem;overflow-y:auto;display:flex;flex-direction:column;gap:1rem;background:#f9fafb}.message{display:flex;gap:.75rem;max-width:85%;animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message.user{align-self:flex-end;flex-direction:row-reverse}.message-avatar{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.message.user .message-avatar{background:linear-gradient(135deg,#8b5cf6,#ec4899)}.message.bot .message-avatar{background:linear-gradient(135deg,#10b981,#3b82f6)}.message-content{padding:.9rem 1.2rem;border-radius:16px;line-height:1.5;font-size:.95rem}.message.user .message-content{background:linear-gradient(135deg,#8b5cf6,#ec4899);color:#fff;border-bottom-right-radius:4px}.message.bot .message-content{background:#fff;color:#1f2937;border-bottom-left-radius:4px;box-shadow:0 2px 8px #0000000d}.message-sources{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e5e7eb;font-size:.8rem}.message-sources strong{display:block;margin-bottom:.5rem;color:#6b7280}.source-link{display:block;color:#8b5cf6;text-decoration:none;margin-bottom:.25rem}.source-link:hover{text-decoration:underline}.typing-indicator{display:flex;gap:.3rem;padding:.5rem}.typing-dot{width:8px;height:8px;background:#9ca3af;border-radius:50%;animation:typing 1.4s infinite}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-10px)}}.chat-input-container{padding:1rem 1.5rem;background:#fff;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:.5rem}.chat-input-row{display:flex;gap:.75rem}.chat-input{flex:1;padding:.9rem 1.2rem;border:2px solid #e5e7eb;border-radius:12px;outline:none;font-size:.95rem;transition:border-color .2s;resize:none;max-height:100px}.chat-input:focus{border-color:#8b5cf6}.send-btn{padding:.9rem 1.5rem;background:linear-gradient(135deg,#8b5cf6,#ec4899);color:#fff;border:none;border-radius:12px;font-size:.95rem;font-weight:600;cursor:pointer;transition:transform .2s}.send-btn:hover{transform:scale(1.05)}.send-btn:disabled{opacity:.5;cursor:not-allowed;transform:scale(1)}.powered-by{text-align:center;font-size:.75rem;color:#9ca3af;padding:.5rem 0}.powered-by a{color:#8b5cf6;text-decoration:none;font-weight:500}.powered-by a:hover{text-decoration:underline}.chatbot-bubble{position:fixed;bottom:20px;right:20px;width:70px;height:70px;background:linear-gradient(135deg,#8b5cf6,#ec4899);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px #8b5cf666;cursor:pointer;z-index:1000;transition:all .3s ease;animation:pulse 2s infinite}.chatbot-bubble:hover{transform:scale(1.1);box-shadow:0 15px 40px #8b5cf680}.chatbot-bubble svg{width:35px;height:35px;fill:#fff}@keyframes pulse{0%,to{box-shadow:0 10px 30px #8b5cf666}50%{box-shadow:0 10px 40px #8b5cf699}}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:#f1f1f1}.chat-messages::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.chat-messages::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media(max-width:768px){.title{font-size:2.5rem}.subtitle{font-size:1rem}.input-container{flex-direction:column;border-radius:16px}.build-btn{border-radius:0 0 16px 16px}.chatbot-popup{width:calc(100vw - 40px);height:calc(100vh - 100px);right:20px;bottom:20px}.message{max-width:90%}}.button-spinner{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto}@keyframes spin{to{transform:rotate(360deg)}}.message-content h1,.message-content h2,.message-content h3{font-weight:700;margin:.5em 0}.message-content h1{font-size:1.3em}.message-content h2{font-size:1.2em}.message-content h3{font-size:1.05em}.message-content ul,.message-content ol{margin:.5em 0;padding-left:1.5em}.message-content code{background:#f4f4f4;padding:2px 6px;border-radius:3px;font-family:Courier New,monospace}.message-content pre{background:#f4f4f4;padding:12px;border-radius:6px;overflow-x:auto;margin:.5em 0}.message-content pre code{background:none;padding:0}.message-content p{margin:.5em 0}.message-content p:first-child{margin-top:0}.message-content p:last-child{margin-bottom:0}
