:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.card{padding:2em}#app{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.chat-toggle-btn[data-v-30f4ac3e]{position:fixed;bottom:2rem;right:2rem;width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#4361ee,#3a0ca3);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 6px #0000001a;transition:all .3s ease;z-index:9999;border:none;padding:30px!important}.chat-toggle-btn[data-v-30f4ac3e]:hover{transform:scale(1.1);box-shadow:0 6px 8px #00000026;background:linear-gradient(135deg,#3f37c9,#480ca8)}.chat-container[data-v-30f4ac3e]{position:fixed;bottom:2rem;right:2rem;width:400px;height:65vh;background:#fff;border-radius:12px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;overflow:hidden;z-index:9998}.chat-header[data-v-30f4ac3e]{background:linear-gradient(135deg,#4361ee,#3f37c9);color:#fff;height:1rem;padding:.8rem 1rem;display:flex;justify-content:space-between;align-items:center;position:relative}.agent-info[data-v-30f4ac3e]{display:flex;align-items:center;gap:.5rem}.agent-avatar[data-v-30f4ac3e]{width:32px;height:32px;border-radius:50%;background:#fff;padding:2px}.agent-name[data-v-30f4ac3e]{font-weight:500;font-size:1rem}.close-btn[data-v-30f4ac3e]{background:transparent;border:none;cursor:pointer;padding:.5rem;margin-left:1rem}.close-btn svg[data-v-30f4ac3e]{transition:transform .2s ease}.close-btn:hover svg[data-v-30f4ac3e]{transform:scale(1.1)}.chat-header .subtitle[data-v-30f4ac3e]{opacity:.9;font-weight:300;margin-top:.5rem}.chat-history[data-v-30f4ac3e]{padding:1rem 1rem .5rem;height:calc(100% - 120px);overflow-y:auto;display:flex;flex-direction:column;gap:.75rem;scrollbar-width:thin;scrollbar-color:#4361ee #f0f4ff}.chat-history[data-v-30f4ac3e]::-webkit-scrollbar{width:8px}.chat-history[data-v-30f4ac3e]::-webkit-scrollbar-track{background:#f0f4ff;border-radius:4px}.chat-history[data-v-30f4ac3e]::-webkit-scrollbar-thumb{background-color:#4361ee;border-radius:4px;border:2px solid #f0f4ff}.transition-container[data-v-30f4ac3e]{display:flex;flex-direction:column;gap:.75rem;width:100%;margin:0;padding:0}.message[data-v-30f4ac3e]{max-width:70%;padding:.8rem 1.2rem;border-radius:8px;position:relative;animation:fadeIn-30f4ac3e .3s ease-out}.thinking[data-v-30f4ac3e]{background-color:#f8f9fa;color:#6c757d;border-radius:8px}.thinking-dots[data-v-30f4ac3e]{display:flex;justify-content:center;gap:.5rem}.thinking-dots span[data-v-30f4ac3e]{opacity:0;font-size:1.2rem;font-weight:700;animation:dotPulse-30f4ac3e 1.5s infinite ease-in-out}.thinking-dots span[data-v-30f4ac3e]:nth-child(1){animation-delay:0s}.thinking-dots span[data-v-30f4ac3e]:nth-child(2){animation-delay:.2s}.thinking-dots span[data-v-30f4ac3e]:nth-child(3){animation-delay:.4s}.user-message[data-v-30f4ac3e]{align-self:flex-start;background-color:#f0f4ff;color:#2b2d42;border-bottom-left-radius:0;margin-left:1rem;box-shadow:0 1px 2px #0000000d}.bot-message[data-v-30f4ac3e]{align-self:flex-end;background:linear-gradient(135deg,#4361ee,#3f37c9);color:#fff;border-radius:12px 12px 0;margin-right:1rem;padding:12px 16px;box-shadow:0 2px 8px #4361ee33;position:relative;line-height:1.5}.bot-message[data-v-30f4ac3e]:after{content:"";position:absolute;bottom:0;right:-8px;width:0;height:0;border:8px solid transparent;border-left-color:#4361ee;border-bottom:0;border-right:0;margin-bottom:0}.bot-message a[data-v-30f4ac3e]{color:#a8c0ff;text-decoration:none;font-weight:500;transition:all .2s ease;padding-bottom:2px;border-bottom:1px solid #a8c0ff}.bot-message a[data-v-30f4ac3e]:hover{color:#f8f9fa;border-bottom-color:#f8f9fa}.input-area[data-v-30f4ac3e]{display:flex;padding:1rem;border-top:1px solid #eee;position:relative;bottom:11px}.input-area input[data-v-30f4ac3e]{flex:1;padding:.8rem 1rem;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .2s ease}.input-area input[data-v-30f4ac3e]:focus{outline:none;border-color:#4361ee;box-shadow:0 0 0 3px #4361ee1a}.input-area button[data-v-30f4ac3e]{background:#4361ee;color:#fff;border:none;border-radius:8px;padding:0 1.5rem;margin-left:.5rem;cursor:pointer;transition:all .2s ease;transform:scale(1)}.input-area button[data-v-30f4ac3e]:hover{background:#3f37c9;transform:scale(1.05)}.fade-enter-active[data-v-30f4ac3e],.fade-leave-active[data-v-30f4ac3e]{transition:all .25s cubic-bezier(.4,0,.2,1);will-change:transform,opacity}.fade-enter-from[data-v-30f4ac3e],.fade-leave-to[data-v-30f4ac3e]{opacity:0;transform:translateY(8px)}@keyframes dotPulse-30f4ac3e{0%,to{opacity:.3;transform:translateY(0)}50%{opacity:1;transform:translateY(-3px)}}.slide-down-enter-active[data-v-30f4ac3e],.slide-down-leave-active[data-v-30f4ac3e]{transition:all .3s ease}.slide-down-enter-from[data-v-30f4ac3e],.slide-down-leave-to[data-v-30f4ac3e]{transform:translateY(-100%);opacity:0}@keyframes fadeIn-30f4ac3e{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.chat-container[data-v-30f4ac3e]{bottom:0;right:0;margin:0;border-radius:0;height:100vh;width:100%;max-width:100%}.chat-history[data-v-30f4ac3e]{height:calc(100vh - 180px);padding:1rem}.message[data-v-30f4ac3e]{max-width:90%}.input-area[data-v-30f4ac3e]{padding:.75rem}.chat-toggle-btn[data-v-30f4ac3e]{bottom:1rem;right:1rem}}@media (max-width: 480px){.chat-container[data-v-30f4ac3e]{width:100%;height:100vh}.message[data-v-30f4ac3e]{max-width:95%}.input-area[data-v-30f4ac3e]{padding:.5rem}.chat-toggle-btn[data-v-30f4ac3e]{bottom:1rem;right:1rem}}@tailwind base;@tailwind components;@tailwind utilities;@keyframes dotPulse{0%,to{opacity:.3;transform:translateY(0)}50%{opacity:1;transform:translateY(-3px)}}.thinking-dots span{animation:dotPulse 1.5s infinite ease-in-out}.thinking-dots span:nth-child(1){animation-delay:0s}.thinking-dots span:nth-child(2){animation-delay:.2s}.thinking-dots span:nth-child(3){animation-delay:.4s}
