*{box-sizing:border-box;margin:0;padding:0}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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@keyframes drift{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes ping{75%,to{opacity:0;transform:scale(2)}}.drift{animation:drift 6s ease-in-out infinite}.animate-spin-slow{animation:spin 10s linear infinite}.animate-bounce{animation:bounce 2s infinite}.animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}.min-h-screen{min-height:100vh}.text-white{color:#fff}.text-center{text-align:center}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.mx-auto{margin-left:auto;margin-right:auto}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-5{padding-bottom:1.25rem;padding-top:1.25rem}.py-10{padding-bottom:2.5rem;padding-top:2.5rem}.py-16{padding-bottom:4rem;padding-top:4rem}.py-24{padding-bottom:6rem;padding-top:6rem}.pt-40{padding-top:10rem}.pb-24{padding-bottom:6rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-12{margin-top:3rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-10{gap:2.5rem}.gap-16{gap:4rem}.flex{display:flex}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.inline-flex{display:inline-flex}.inline-block{display:inline-block}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.top-0{top:0}.left-0{left:0}.right-0{right:0}.bottom-10{bottom:2.5rem}.z-10{z-index:10}.z-50{z-index:50}.w-full{width:100%}.h-20{height:5rem}.overflow-hidden{overflow:hidden}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.rounded-xl{border-radius:.75rem}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-lg{font-size:1.125rem}.text-lg,.text-xl{line-height:1.75rem}.text-xl{font-size:1.25rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.font-bold{font-weight:700}.font-black{font-weight:900}.font-semibold{font-weight:600}.font-medium{font-weight:500}.uppercase{text-transform:uppercase}.tracking-tighter{letter-spacing:-.05em}.tracking-widest{letter-spacing:.1em}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.space-y-2>*+*{margin-top:.5rem}.space-y-6>*+*{margin-top:1.5rem}.space-y-8>*+*{margin-top:2rem}.shrink-0{flex-shrink:0}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-transform{transition-duration:.15s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-opacity{transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-1000{transition-duration:1s}.opacity-20{opacity:.2}.opacity-50{opacity:.5}.opacity-80{opacity:.8}.opacity-100{opacity:1}.pointer-events-none{pointer-events:none}.cursor-default{cursor:default}.inset-0{inset:0}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.shadow-2xl{box-shadow:0 25px 50px -12px #00000040}.backdrop-blur-md{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.backdrop-blur-xl{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.aspect-square{aspect-ratio:1/1}.resize-none{resize:none}.outline-none{outline:2px solid #0000;outline-offset:2px}.hidden{display:none}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.hover\:-translate-y-1:hover{transform:translateY(-.25rem)}.hover\:scale-105:hover{transform:scale(1.05)}.group:hover .group-hover\:scale-110,.hover\:scale-110:hover{transform:scale(1.1)}.group:hover .group-hover\:text-black{color:#000}.group:hover .group-hover\:bg-green-500{background-color:#22c55e}@media (min-width:768px){.md\:flex{display:flex}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-6xl{font-size:3.75rem;line-height:1}.md\:p-10{padding:2.5rem}.md\:p-20{padding:5rem}}@media (min-width:1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:640px){.sm\:flex-row{flex-direction:row}}.chat-bubble{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50%;bottom:2rem;box-shadow:0 4px 12px #667eea66;cursor:pointer;display:flex;font-size:28px;height:60px;justify-content:center;position:fixed;position:relative;right:2rem;transition:all .3s ease;width:60px;z-index:999}.chat-bubble:hover{box-shadow:0 6px 16px #667eea99;transform:scale(1.1)}.chat-bubble:active{transform:scale(.95)}.chat-bubble.open{background:linear-gradient(135deg,#764ba2,#667eea)}.chat-badge,.chat-icon{align-items:center;display:flex;justify-content:center}.chat-badge{background:#ff6b6b;box-shadow:0 2px 8px #ff6b6b66;color:#fff;font-size:12px;font-weight:700;height:24px;right:-5px;top:-5px;width:24px}.chat-badge,.status-indicator{border-radius:50%;position:absolute}.status-indicator{border:2px solid #fff;bottom:2px;box-shadow:0 0 0 2px #667eea99;height:14px;right:2px;width:14px}.status-indicator.connected{animation:pulse 2s infinite;background:#51cf66}.status-indicator.disconnected{background:#ff922b}@keyframes pulse{0%{box-shadow:0 0 0 2px #51cf6633}50%{box-shadow:0 0 0 6px #51cf6633}to{box-shadow:0 0 0 2px #51cf6633}}.chat-widget{animation:slideUp .3s ease;background:#fff;border-radius:12px;bottom:80px;box-shadow:0 5px 40px #00000029;display:flex;flex-direction:column;height:600px;position:fixed;right:2rem;width:400px;z-index:998}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chat-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px 12px 0 0;box-shadow:0 2px 8px #667eea33;color:#fff;display:flex;justify-content:space-between;padding:1rem}.chat-header h2{font-size:1.25rem;font-weight:600;margin:0}.chat-controls{align-items:center;display:flex;gap:.75rem}.connection-status{align-items:center;background:#fff3;border-radius:20px;display:flex;font-size:.875rem;gap:.5rem;padding:.25rem .75rem}.connection-status.disconnected{animation:pulse-text 1s infinite}@keyframes pulse-text{0%,to{opacity:1}50%{opacity:.6}}.clear-btn,.close-btn{align-items:center;background:#fff3;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:1rem;height:32px;justify-content:center;transition:all .2s ease;width:32px}.clear-btn:hover,.close-btn:hover{background:#ffffff4d;transform:scale(1.05)}.clear-btn:active,.close-btn:active{transform:scale(.95)}.chat-messages{background:#f8f9fa;flex:1 1;gap:1rem;overflow-y:auto;padding:1rem}.chat-messages,.empty-state{display:flex;flex-direction:column}.empty-state{align-items:center;color:#666;height:100%;justify-content:center;text-align:center}.empty-state p{font-size:.95rem;margin:.5rem 0}.empty-state p:first-child{font-size:1.5rem;margin-bottom:.5rem}.message{animation:fadeIn .3s ease;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message.user{justify-content:flex-end}.message.response{justify-content:flex-start}.message-content{word-wrap:break-word;border-radius:12px;font-size:.95rem;line-height:1.4;max-width:85%;padding:.75rem 1rem}.message.user .message-content{background:linear-gradient(135deg,#667eea,#764ba2);border-bottom-right-radius:4px;color:#fff}.message.response .message-content{background:#fff;border:1px solid #e0e0e0;border-bottom-left-radius:4px;color:#333}.message-content.loading{align-items:center;display:flex;gap:4px;padding:.75rem 1rem}.message-content.loading span{animation:bounce 1.4s infinite;background:#667eea;border-radius:50%;height:8px;width:8px}.message-content.loading span:nth-child(2){animation-delay:.2s}.message-content.loading span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,80%,to{opacity:.5;transform:scale(0)}40%{opacity:1;transform:scale(1)}}.chat-input-form{background:#fff;border-radius:0 0 12px 12px;border-top:1px solid #e0e0e0;display:flex;gap:.5rem;padding:1rem}.chat-input{border:1px solid #ddd;border-radius:6px;flex:1 1;font-family:inherit;font-size:.95rem;padding:.75rem 1rem;transition:all .2s ease}.chat-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.chat-input:disabled{background:#f5f5f5;color:#999;cursor:not-allowed}.send-btn{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;height:40px;justify-content:center;transition:all .2s ease;width:40px}.send-btn:hover:not(:disabled){box-shadow:0 4px 12px #667eea66;transform:scale(1.05)}.send-btn:active:not(:disabled){transform:scale(.95)}.send-btn:disabled{cursor:not-allowed;opacity:.5}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.chat-messages::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.chat-messages::-webkit-scrollbar-thumb:hover{background:#555}@media (max-width:768px){.chat-widget{bottom:80px;height:calc(100vh - 100px);left:1rem;right:1rem;width:calc(100vw - 2rem)}.chat-bubble{bottom:1.5rem;font-size:24px;height:56px;right:1.5rem;width:56px}.message-content{max-width:90%}}@media (max-width:480px){.chat-widget{bottom:0;height:100vh;left:0;right:0;width:100vw}.chat-header,.chat-input-form,.chat-widget{border-radius:0}.connection-status{display:none;font-size:.75rem}}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.01f95c38.css.map*/