body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}#enterone-chat-widget-root,#root{background:#0000}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.chat-header{align-items:center;background:linear-gradient(135deg,#4a90e2,#3a7bd5);border-radius:16px 16px 0 0;box-sizing:border-box;color:#fff;display:flex;flex-shrink:0;justify-content:space-between;max-width:100%;padding:18px 20px}.chat-header-content{align-items:center;display:flex;flex:1 1;gap:12px;min-width:0;overflow:hidden}.chat-header-icon{align-items:center;background:#0000;border-radius:50%;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.chat-header-text{flex:1 1;min-width:0;overflow:hidden}.chat-header-text h3{font-size:17px;font-weight:600;margin:0}.chat-header-text h3,.chat-header-text p{line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-header-text p{font-size:12px;font-weight:400;margin:3px 0 0;opacity:.95}.chat-header-actions{align-items:center;display:flex;flex-shrink:0;gap:8px}.chat-action-btn{align-items:center;background:#ffffff26;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .2s ease;width:32px}.chat-action-btn:hover{background:#ffffff40}.chat-action-btn:active{transform:scale(.95)}.chat-action-btn svg{height:18px;width:18px}.refresh-btn svg{transition:transform .4s ease}.refresh-btn:hover svg{transform:rotate(-180deg)}.fullscreen-btn svg{transition:transform .2s ease}.fullscreen-btn:hover svg{transform:scale(1.1)}@media (max-width:768px){.chat-header{padding:16px 18px}.chat-header-icon{height:42px;width:42px}.chat-header-text h3{font-size:16px}.chat-header-text p{font-size:11px}.chat-action-btn{height:30px;width:30px}.chat-action-btn svg{height:16px;width:16px}}@media (max-width:480px){.chat-header{border-radius:0;max-width:100vw;padding:14px 16px;width:100%}.chat-header-content{gap:10px}.chat-header-icon{height:36px;width:36px}.chat-header-text h3{font-size:15px}.chat-header-text p{font-size:11px}.chat-action-btn{border-radius:8px;height:36px;width:36px}.chat-action-btn svg{height:18px;width:18px}.chat-header-actions{gap:6px}.chat-action-btn:hover{background:#ffffff26}}.typing-indicator-wrapper{align-items:flex-start;animation:fadeIn .3s ease-out;display:flex;gap:10px}.typing-indicator{align-items:center;background:#f3f4f6;border-radius:16px;border-bottom-left-radius:4px;display:flex;gap:6px;padding:14px 18px}.typing-dot{animation:typingAnimation 1.4s infinite;background:#9ca3af;border-radius:50%;height:8px;width:8px}.typing-dot:first-child{animation-delay:0s}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes typingAnimation{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-8px)}}@media (max-width:768px){.typing-indicator{padding:12px 16px}}@media (max-width:480px){.typing-indicator-wrapper{gap:8px}.typing-indicator{border-radius:14px;border-bottom-left-radius:3px;padding:10px 14px}.typing-dot{height:7px;width:7px}}.chat-body{background:#fff;display:flex;flex:1 1;flex-direction:column;gap:18px;max-width:100%;overflow-x:hidden;overflow-y:auto;padding:24px 20px}.chat-body::-webkit-scrollbar{width:6px}.chat-body::-webkit-scrollbar-track{background:#0000}.chat-body::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:3px}.chat-body::-webkit-scrollbar-thumb:hover{background:#a0aec0}.message{animation:fadeIn .3s ease-out;display:flex;gap:10px;max-width:100%}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message.bot{align-items:flex-start}.message.user{justify-content:flex-end}.message-avatar{flex-shrink:0;height:36px;width:36px}.user-avatar{order:2}.message-content{word-wrap:break-word;border-radius:16px;line-height:1.6;max-width:75%;min-width:0;overflow-wrap:break-word;padding:14px 18px}.message.bot .message-content{background:#f3f4f6;border-bottom-left-radius:4px;box-shadow:none;color:#374151}.message.user .message-content{background:#66a3ff;border-bottom-right-radius:4px;color:#fff}.message-content p{color:inherit;font-size:14px;margin:0}.markdown-content{word-wrap:break-word;color:inherit;font-size:14px;line-height:1.6;max-width:100%;overflow-wrap:break-word;width:100%}.markdown-content>:first-child{margin-top:0!important}.markdown-content>:last-child{margin-bottom:0!important}.markdown-content p{margin:0 0 12px}.markdown-content p:last-child{margin-bottom:0}.markdown-content h1,.markdown-content h2,.markdown-content h3,.markdown-content h4,.markdown-content h5,.markdown-content h6{color:inherit;font-weight:600;line-height:1.3;margin:16px 0 8px}.markdown-content h1{font-size:20px}.markdown-content h2{font-size:18px}.markdown-content h3{font-size:16px}.markdown-content h4{font-size:15px}.markdown-content h5{font-size:14px}.markdown-content h6{font-size:13px}.markdown-content ol,.markdown-content ul{margin:8px 0;padding-left:24px}.markdown-content li{margin:4px 0}.markdown-content li>p{margin:0}.markdown-content a{color:#66a3ff;font-weight:500;text-decoration:none}.markdown-content a:hover{text-decoration:underline}.markdown-content code{background:#00000014;border-radius:4px;font-family:Consolas,Monaco,Courier New,monospace;font-size:13px;padding:2px 6px}.markdown-content pre{background:#0000000d;border-radius:8px;margin:12px 0;max-width:100%;overflow-x:auto;padding:12px}.markdown-content pre code{background:none;font-size:13px;line-height:1.5;padding:0}.markdown-content blockquote{border-left:3px solid #66a3ff;color:#6b7280;font-style:italic;margin:12px 0;padding-left:12px}.markdown-content hr{border:none;border-top:1px solid #e5e7eb;margin:16px 0}.markdown-content table{border-collapse:collapse;display:block;font-size:13px;margin:12px 0;max-width:100%;overflow-x:auto;width:100%}.markdown-content td,.markdown-content th{border:1px solid #e5e7eb;padding:8px 12px;text-align:left}.markdown-content th{background:#0000000d;font-weight:600}.markdown-content strong{font-weight:600}.markdown-content em{font-style:italic}.markdown-content img{border-radius:8px;height:auto;margin:8px 0;max-width:100%}.action-buttons{grid-gap:12px;box-sizing:border-box;display:grid;gap:12px;grid-template-columns:repeat(2,1fr);margin-top:16px;max-width:100%;padding:0 8px;width:100%}.action-btn{align-items:center;background:#fff;border:1.5px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000000a;cursor:pointer;display:flex;gap:12px;padding:16px 14px;text-align:left;transition:all .2s ease}.action-btn:hover{background:#f0f7ff;border-color:#66a3ff;box-shadow:0 4px 8px #66a3ff1a;transform:translateY(-2px)}.action-btn:active{transform:translateY(0)}.action-icon{flex-shrink:0;font-size:20px;line-height:1}.action-label{color:#374151;font-size:13.5px;font-weight:500;line-height:1.4}.refresh-indicator{align-items:center;display:flex;flex-direction:column;gap:10px;justify-content:center;padding:20px}.spinner{animation:spin .8s linear infinite;border:3px solid #e5e7eb;border-radius:50%;border-top-color:#66a3ff;height:32px;width:32px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.refresh-indicator p{color:#6b7280;font-size:13px;margin:0}.message-links{display:flex;flex-direction:column;gap:8px;margin-top:12px}.message-link{align-items:center;background:#66a3ff1a;border-radius:8px;color:#66a3ff;display:inline-flex;font-size:13px;font-weight:500;gap:6px;padding:8px 12px;text-decoration:none;transition:all .2s ease}.message-link:hover{background:#66a3ff33;transform:translateX(4px)}.chat-input-container{background:#fff;border-radius:0 0 16px 16px;box-sizing:border-box;flex-shrink:0;max-width:100%;padding:12px 20px 20px}.chat-input-form{align-items:center;display:flex;gap:10px;max-width:100%;width:100%}.chat-input{background:#fff;border:1.5px solid #e5e7eb;border-radius:28px;box-sizing:border-box;flex:1 1;font-family:inherit;font-size:14px;max-width:100%;min-width:0;outline:none;padding:13px 18px;transition:all .2s ease}.chat-input::placeholder{color:#9ca3af}.chat-input:focus{border-color:#66a3ff;box-shadow:0 0 0 3px #66a3ff1a}.chat-send-btn{align-items:center;background:#66a3ff;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;height:44px;justify-content:center;transition:all .2s ease;width:44px}.chat-send-btn:hover:not(:disabled){box-shadow:0 4px 12px #66a3ff4d;transform:scale(1.05)}.chat-send-btn:active:not(:disabled){transform:scale(.95)}.chat-send-btn:disabled{cursor:not-allowed;opacity:.5}.chat-send-btn svg{height:20px;width:20px}@media (max-width:768px){.chat-input-container{padding:10px 16px 16px}.chat-input{font-size:13px;padding:12px 16px}.chat-send-btn{height:40px;width:40px}.chat-send-btn svg{height:18px;width:18px}}@media (max-width:480px){.chat-input-container{border-radius:0;max-width:100vw;padding:10px 12px 14px;width:100%}.chat-input-form{gap:8px;width:100%}.chat-input{border-radius:24px;padding:12px 16px;width:100%}.chat-input,.chat-input::placeholder{font-size:14px}.chat-send-btn{height:42px;width:42px}.chat-send-btn svg{height:20px;width:20px}@supports (-webkit-touch-callout:none){.chat-input{font-size:16px}}}.suggestions-bar{background:#fff;border-top:1px solid #e5e7eb;box-sizing:border-box;flex-shrink:0;max-height:90px;max-width:100%;overflow-x:hidden;overflow-y:auto;padding:12px 20px}.suggestions-bar::-webkit-scrollbar{width:4px}.suggestions-bar::-webkit-scrollbar-track{background:#0000}.suggestions-bar::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:2px}.suggestions-bar::-webkit-scrollbar-thumb:hover{background:#a0aec0}.suggestions-container{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.suggestion-chip{align-items:center;background:#fff;border:1.5px solid #e8f2ff;border-radius:18px;box-shadow:0 1px 2px #0000000a;color:#66a3ff;cursor:pointer;display:inline-flex;font-size:12px;font-weight:500;gap:6px;padding:6px 12px;transition:all .2s ease;white-space:nowrap}.suggestion-chip:hover{background:#f0f7ff;border-color:#66a3ff;box-shadow:0 4px 12px #66a3ff26;transform:translateY(-2px)}.suggestion-chip:active{box-shadow:0 2px 6px #66a3ff1f;transform:translateY(0)}.chip-icon{align-items:center;display:flex;font-size:14px;justify-content:center;line-height:1}.chip-text{color:#374151;font-size:12px;font-weight:500;line-height:1}@media (max-width:768px){.suggestions-bar{max-height:80px;padding:10px 16px}.suggestions-container{gap:6px}.suggestion-chip{font-size:11px;padding:5px 10px}.chip-icon{font-size:13px}.chip-text{font-size:11px}}@media (max-width:480px){.suggestions-bar{max-height:75px;max-width:100vw;overflow-x:auto;overflow-y:hidden;padding:10px 12px;width:100%}.suggestions-bar::-webkit-scrollbar{height:3px;width:3px}.suggestions-container{flex-wrap:nowrap;gap:6px}.suggestion-chip{border-radius:16px;flex-shrink:0;font-size:12px;padding:6px 12px}.chip-icon{font-size:14px}.chip-text{font-size:12px}.suggestion-chip:hover{transform:none}.suggestion-chip:active{background:#f0f7ff;border-color:#66a3ff;transform:scale(.98)}}.chat-widget-container{bottom:20px;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;position:fixed;right:20px;z-index:9999}.chat-widget-container *{box-sizing:border-box}.chat-toggle-btn{align-items:center;background:linear-gradient(135deg,#4a90e2,#3a7bd5);border:none;border-radius:50%;box-shadow:0 4px 12px #4a90e266;color:#fff;cursor:pointer;display:flex;height:60px;justify-content:center;position:relative;transition:all .3s ease;width:60px}.chat-toggle-btn:hover{box-shadow:0 6px 16px #4a90e280;transform:scale(1.1)}.chat-toggle-btn:active{transform:scale(.95)}.chat-toggle-btn.open{display:none}.chat-window{animation:slideUp .3s ease-out;background:#fff;border-radius:16px;bottom:0;box-shadow:0 8px 32px #00000026;display:flex;flex-direction:column;height:650px;overflow:hidden;position:absolute;right:0;transition:all .3s ease-in-out;width:600px}.chat-window.maximized{border-radius:16px;box-shadow:0 12px 48px #0003;height:700px;width:1000px}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1200px){.chat-window.maximized{height:calc(100vh - 40px);max-height:700px;max-width:1000px;width:calc(100vw - 40px)}}@media (max-width:768px){.chat-window{height:650px;width:480px}.chat-window.maximized{height:calc(100vh - 30px);width:calc(100vw - 30px)}}@media (max-width:480px){.chat-widget-container{bottom:0;left:0;right:0;top:0}.chat-toggle-btn{bottom:16px;height:56px;position:fixed;right:16px;width:56px;z-index:10000}.chat-window{bottom:0;left:0;max-height:none;position:fixed;right:0;top:0}.chat-window,.chat-window.maximized{border-radius:0;height:100vh;max-width:100vw;overflow-x:hidden;width:100vw}}*{box-sizing:border-box;margin:0;padding:0}
/*# sourceMappingURL=main.75522916.css.map*/