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}*{margin:0;padding:0}#root{height:100%;width:100%}*{box-sizing:border-box}.app-container{align-items:center;background:linear-gradient(135deg,#e0f2fe,#f0f9ff 50%,#dbeafe);display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;justify-content:center;min-height:100vh;padding:1rem}.chat-container{background:#fff;border-radius:20px;box-shadow:0 20px 60px #1e40af26;display:flex;flex-direction:column;height:90vh;max-width:900px;overflow:hidden;width:100%}.chat-header{background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;justify-content:space-between;padding:1.5rem}.chat-header,.header-left{align-items:center;display:flex}.header-left{gap:1rem}.header-icon{align-items:center;background:#fff;border-radius:50%;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.header-icon svg{color:#1e40af;height:28px;width:28px}.header-info h1{font-size:1.25rem;font-weight:700;line-height:1.3;margin:0}.header-info p{color:#bfdbfe;font-size:.875rem;margin:.25rem 0 0}.reset-button{align-items:center;background:#fff3;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;padding:.75rem 1.25rem;transition:all .2s ease}.reset-button:hover{background:#ffffff4d;transform:translateY(-1px)}.reset-button svg{height:18px;width:18px}.messages-container{background:#f8fafc;flex:1 1;overflow-y:auto;padding:1.5rem 1rem}.message-wrapper{animation:slideUp .3s ease-out;display:flex;margin-bottom:1rem}.message-wrapper.user{justify-content:flex-end}.message-wrapper.bot{justify-content:flex-start}.message-bubble{border-radius:18px;font-size:.95rem;line-height:1.6;max-width:85%;padding:1rem 1.25rem}.message-bubble.user{background:linear-gradient(135deg,#1e40af,#3b82f6);border-bottom-right-radius:6px;color:#fff}.message-bubble.bot{background:#fff;border-bottom-left-radius:6px;box-shadow:0 2px 8px #00000014;color:#1e293b}.message-content p{margin:0 0 .75rem}.message-content p:last-child{margin-bottom:0}.message-content ol,.message-content ul{margin:.5rem 0;padding-left:1.5rem}.message-content li{margin-bottom:.25rem}.message-content strong{color:inherit;font-weight:700}.message-content em{font-style:italic}.message-content code{background:#1e40af1a;border-radius:4px;font-family:Courier New,monospace;font-size:.875rem;padding:.2rem .4rem}.message-content a{color:#2563eb;text-decoration:underline}.message-content a:hover{color:#1e40af}.loading-wrapper{animation:fadeIn .3s ease-in;display:flex;justify-content:flex-start}.loading-bubble{background:#fff;border-radius:18px;border-bottom-left-radius:6px;box-shadow:0 2px 8px #00000014;padding:1rem 1.25rem}.loading-dots{display:flex;gap:.5rem}.loading-dot{animation:bounce 1.4s ease-in-out infinite;background:#94a3b8;border-radius:50%;height:8px;width:8px}.loading-dot:first-child{animation-delay:-.32s}.loading-dot:nth-child(2){animation-delay:-.16s}.input-container{background:#fff;border-top:1px solid #e2e8f0;padding:1.25rem}.input-form{display:flex;gap:.75rem}.input-field{border:2px solid #e2e8f0;border-radius:12px;flex:1 1;font-family:inherit;font-size:.95rem;outline:none;padding:1rem 1.25rem;transition:all .2s ease}.input-field:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.input-field:disabled{background:#f1f5f9;cursor:not-allowed}.send-button{align-items:center;background:linear-gradient(135deg,#1e40af,#3b82f6);border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:.95rem;font-weight:600;gap:.5rem;padding:1rem 1.75rem;transition:all .2s ease;white-space:nowrap}.send-button:hover:not(:disabled){box-shadow:0 8px 20px #3b82f64d;transform:translateY(-2px)}.send-button:disabled{cursor:not-allowed;opacity:.5}.send-button svg{height:20px;width:20px}.session-id{color:#64748b;font-size:.75rem;margin-top:.75rem;text-align:center}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.messages-container::-webkit-scrollbar{width:6px}.messages-container::-webkit-scrollbar-track{background:#0000}.messages-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.messages-container::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (max-width:768px){.chat-container{border-radius:0;height:100vh}.chat-header{padding:1rem}.header-icon{height:40px;width:40px}.header-icon svg{height:24px;width:24px}.header-info h1{font-size:1.1rem}.header-info p{font-size:.75rem}.reset-button span{display:none}.reset-button{padding:.75rem}.message-bubble{max-width:90%}.send-button span{display:none}.send-button{padding:1rem}}@media (max-width:480px){.app-container{padding:0}.messages-container{padding:1rem .75rem}.input-container{padding:1rem}.message-bubble{font-size:.9rem;max-width:85%;padding:.875rem 1rem}}html{scroll-behavior:smooth}
/*# sourceMappingURL=main.1721f3b5.css.map*/