#novex-chat-root,#novex-chat-root *,#novex-chat-root :before,#novex-chat-root :after{box-sizing:border-box;margin:0;padding:0}#novex-chat-root{color:#1a1a2e;-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.5}@keyframes novex-fade-in{0%{opacity:0}to{opacity:1}}@keyframes novex-cal-slide-in{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}#novex-chat-root .novex-cal-overlay{z-index:10001;background:#00000080;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.2s ease-out novex-fade-in;display:flex;position:fixed;top:0;left:0}#novex-chat-root .novex-cal-container{background:#fff;border-radius:16px;width:500px;max-width:95vw;height:80vh;max-height:95vh;animation:.3s ease-out novex-cal-slide-in;position:relative;overflow:hidden;box-shadow:0 20px 60px #0000004d}#novex-chat-root .novex-cal-close{z-index:10;cursor:pointer;color:#374151;background:#0000000f;border:none;border-radius:8px;justify-content:center;align-items:center;padding:6px;transition:background .15s;display:flex;position:absolute;top:12px;right:12px}#novex-chat-root .novex-cal-close:hover{background:#0000001f}@media (width<=480px){#novex-chat-root .novex-cal-container{border-radius:0;width:100vw;max-width:100vw;height:100vh;max-height:100vh}}#novex-chat-root{--novex-primary:#1a1a2e;--novex-primary-light:#16213e;--novex-accent:#4361ee;--novex-accent-hover:#3a56d4;--novex-bg:#f8f9fc;--novex-white:#fff;--novex-gray-100:#f1f3f8;--novex-gray-200:#e2e6ef;--novex-gray-400:#9ca3af;--novex-gray-600:#6b7280;--novex-text:#1f2937;--novex-radius:16px;--novex-shadow:0 12px 48px #00000026}#novex-chat-root .novex-chat-fab{z-index:9999;background:var(--novex-accent);width:60px;height:60px;color:var(--novex-white);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;transition:transform .3s cubic-bezier(.34,1.56,.64,1),opacity .2s,box-shadow .2s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 20px #4361ee66}#novex-chat-root .novex-chat-fab:hover{transform:scale(1.08);box-shadow:0 6px 28px #4361ee80}#novex-chat-root .novex-chat-fab.hidden{opacity:0;pointer-events:none;transform:scale(0)}#novex-chat-root .novex-chat-window{z-index:10000;background:var(--novex-white);border-radius:var(--novex-radius);width:400px;max-width:calc(100vw - 32px);height:580px;max-height:calc(100dvh - 48px);box-shadow:var(--novex-shadow);transform-origin:100% 100%;opacity:0;pointer-events:none;flex-direction:column;transition:transform .35s cubic-bezier(.34,1.56,.64,1),opacity .2s;display:flex;position:fixed;bottom:24px;right:24px;overflow:hidden;transform:scale(0)translateY(20px)}#novex-chat-root .novex-chat-window.open{opacity:1;pointer-events:all;transform:scale(1)translateY(0)}#novex-chat-root .novex-chat-header{background:var(--novex-primary);color:var(--novex-white);flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 18px;display:flex}#novex-chat-root .novex-chat-header-info{align-items:center;gap:12px;display:flex}#novex-chat-root .novex-chat-avatar{background:var(--novex-white);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;overflow:hidden}#novex-chat-root .novex-chat-avatar-img{object-fit:contain;width:100%;height:100%;padding:2px}#novex-chat-root .novex-chat-title{letter-spacing:.3px;font-size:15px;font-weight:700}#novex-chat-root .novex-chat-subtitle{opacity:.85;align-items:center;gap:5px;margin-top:1px;font-size:12px;display:flex}#novex-chat-root .novex-online-dot{background:#22c55e;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2s ease-in-out infinite novex-pulse}@keyframes novex-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}#novex-chat-root .novex-chat-header-actions{align-items:center;gap:4px;display:flex}#novex-chat-root .novex-chat-header-btn{color:var(--novex-white);cursor:pointer;opacity:.7;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:4px;transition:opacity .15s,background .15s;display:flex}#novex-chat-root .novex-chat-header-btn:hover{opacity:1;background:#ffffff1a}#novex-chat-root .novex-chat-messages{background:var(--novex-bg);flex-direction:column;flex:1;gap:6px;padding:18px 16px 8px;display:flex;position:relative;overflow-y:auto}#novex-chat-root .novex-chat-messages:before{content:"";opacity:.12;pointer-events:none;z-index:0;background-image:url(https://www.novexautomation.com/images/icon-novex-removebg-preview.png);background-position:50%;background-repeat:no-repeat;background-size:80%;position:absolute;inset:0}#novex-chat-root .novex-chat-messages::-webkit-scrollbar{width:5px}#novex-chat-root .novex-chat-messages::-webkit-scrollbar-track{background:0 0}#novex-chat-root .novex-chat-messages::-webkit-scrollbar-thumb{background:var(--novex-gray-200);border-radius:10px}#novex-chat-root .novex-link{color:var(--novex-accent);text-underline-offset:2px;word-break:break-all;text-decoration:underline}#novex-chat-root .novex-link:hover{color:var(--novex-accent-hover)}#novex-chat-root .novex-msg{z-index:1;max-width:85%;animation:.25s ease-out novex-msg-in;display:flex;position:relative}@keyframes novex-msg-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}#novex-chat-root .novex-msg-user{align-self:flex-end}#novex-chat-root .novex-msg-assistant{align-self:flex-start}#novex-chat-root .novex-bubble{word-break:break-word;white-space:pre-wrap;border-radius:14px;padding:10px 14px;font-size:14px;line-height:1.5}#novex-chat-root .novex-bubble-user{background:var(--novex-accent);color:var(--novex-white);border-bottom-right-radius:4px}#novex-chat-root .novex-bubble-assistant{background:var(--novex-white);color:var(--novex-text);border:1px solid var(--novex-gray-200);white-space:normal;border-bottom-left-radius:4px}#novex-chat-root .novex-bubble-assistant p{margin:0}#novex-chat-root .novex-bubble-assistant p+p{margin-top:6px}#novex-chat-root .novex-bubble-assistant ul,#novex-chat-root .novex-bubble-assistant ol{margin:4px 0;padding-left:18px}#novex-chat-root .novex-bubble-assistant a{color:var(--novex-accent);text-underline-offset:2px;word-break:break-all;text-decoration:underline}#novex-chat-root .novex-bubble-assistant a:hover{color:var(--novex-accent-hover)}#novex-chat-root .novex-quick-replies{flex-wrap:wrap;align-self:flex-start;gap:8px;padding:4px 0 8px;animation:.25s ease-out novex-msg-in;display:flex}#novex-chat-root .novex-quick-reply{border:1px solid var(--novex-accent);color:var(--novex-accent);cursor:pointer;background:0 0;border-radius:20px;padding:6px 14px;font-family:inherit;font-size:13px;font-weight:500;transition:background .15s,color .15s}#novex-chat-root .novex-quick-reply:hover{background:var(--novex-accent);color:var(--novex-white)}#novex-chat-root .novex-cal-btn{background:var(--novex-accent);color:var(--novex-white);cursor:pointer;border:none;border-radius:10px;align-items:center;gap:6px;margin-top:4px;padding:8px 16px;font-family:inherit;font-size:13px;font-weight:600;transition:background .15s,transform .1s;display:inline-flex}#novex-chat-root .novex-cal-btn:hover{background:var(--novex-accent-hover)}#novex-chat-root .novex-cal-btn:active{transform:scale(.97)}#novex-chat-root .novex-typing{align-self:flex-start;gap:5px;padding:8px 0 4px 4px;display:flex}#novex-chat-root .novex-typing span{background:var(--novex-gray-400);border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite novex-bounce}#novex-chat-root .novex-typing span:nth-child(2){animation-delay:.15s}#novex-chat-root .novex-typing span:nth-child(3){animation-delay:.3s}@keyframes novex-bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}#novex-chat-root .novex-chat-input-area{border-top:1px solid var(--novex-gray-200);background:var(--novex-white);flex-shrink:0;align-items:center;gap:10px;padding:12px 14px;display:flex}#novex-chat-root .novex-chat-input{border:1px solid var(--novex-gray-200);color:var(--novex-text);background:var(--novex-gray-100);border-radius:12px;outline:none;flex:1;padding:10px 14px;font-family:inherit;font-size:14px;transition:border-color .15s}#novex-chat-root .novex-chat-input::placeholder{color:var(--novex-gray-400)}#novex-chat-root .novex-chat-input:focus{border-color:var(--novex-accent);background:var(--novex-white)}#novex-chat-root .novex-chat-input:disabled{opacity:.6}#novex-chat-root .novex-chat-send{background:var(--novex-accent);width:40px;height:40px;color:var(--novex-white);cursor:pointer;border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,transform .1s;display:flex}#novex-chat-root .novex-chat-send:hover:not(:disabled){background:var(--novex-accent-hover)}#novex-chat-root .novex-chat-send:active:not(:disabled){transform:scale(.94)}#novex-chat-root .novex-chat-send:disabled{opacity:.4;cursor:not-allowed}#novex-chat-root .novex-powered-by{color:#aaa;text-align:center;flex-shrink:0;padding:4px 0;font-size:10px;text-decoration:none;display:block}#novex-chat-root .novex-powered-by:hover{color:var(--novex-accent)}#novex-chat-root .novex-tooltip{z-index:9999;white-space:nowrap;background:var(--novex-white);width:max-content;color:var(--novex-primary);cursor:pointer;border:1px solid #00000014;border-radius:20px;padding:8px 14px;font-size:12px;font-weight:500;line-height:1;animation:.35s ease-out novex-tooltip-in;position:fixed;bottom:92px;right:24px;box-shadow:0 2px 8px #0000001f}@keyframes novex-tooltip-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}#novex-chat-root .novex-tooltip-text{pointer-events:none}#novex-chat-root .novex-tooltip-arrow{background:var(--novex-white);border-bottom:1px solid #00000014;border-right:1px solid #00000014;width:7px;height:7px;position:absolute;bottom:-4px;right:26px;transform:rotate(45deg)}@media (width<=480px){#novex-chat-root .novex-chat-window{border-radius:0;width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;bottom:0;right:0}#novex-chat-root .novex-chat-fab{bottom:16px;right:16px}#novex-chat-root .novex-tooltip{bottom:84px;right:16px}}
