.chatwidget-window,.chatwidget-window *{-webkit-touch-callout:default!important;-webkit-user-select:text!important;-moz-user-select:text!important;user-select:text!important}.chatwidget-window button,.chatwidget-window textarea,.chatwidget-window input{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important;cursor:pointer}.chatwidget-window textarea,.chatwidget-window input{-webkit-user-select:text!important;-moz-user-select:text!important;user-select:text!important;cursor:text}@keyframes chatDot{0%,80%,to{transform:scale(.7);opacity:.4}40%{transform:scale(1);opacity:1}}@keyframes blink{50%{opacity:0}}:root{--chat--color--primary: #c4373c;--chat--color--primary-shade-50: #a62e33;--chat--color--primary--shade-100: #7f1f24;--chat--color--secondary: #e25a5f;--chat--color-white: #ffffff;--chat--color-light: #f8fafc;--chat--color-light-shade-50: #f1f5f9;--chat--color-light-shade-100: #e2e8f0;--chat--color-medium: #cbd5e0;--chat--color-dark: #1e293b;--chat--window--width: 380px;--chat--window--height: 500px;--chat--window--border-radius: 16px;--chat--border-radius: 12px;--chat--header--background: linear-gradient(135deg, #e25a5f 0%, #c4373c 100%);--chat--header--color: #ffffff;--chat--header--padding: 8px 20px;--chat--heading--font-size: 20px;--chat--subtitle--font-size: 14px;--chat--header--height: 70px;--chat--message--font-size: 14px;--chat--message--padding: 14px 18px;--chat--message--border-radius: 18px;--chat--message-line-height: 1.5;--chat--message--margin-bottom: 12px;--chat--message--bot--background: #ffffff;--chat--message--bot--color: #374151;--chat--message--bot--border: 1px solid #e2e8f0;--chat--message--user--background: linear-gradient( 135deg, #e25a5f 0%, #c4373c 100% );--chat--message--user--color: #ffffff;--chat--message--user--border: none;--chat--input--background: #f9fafb;--chat--input--border: 2px solid #e2e8f0;--chat--input--border-radius: 24px;--chat--input--padding: 14px 20px;--chat--input--font-size: 14px;--chat--input--text-color: #374151;--chat--textarea--height: 48px;--chat--footer--height: 88px;--chat--button--background: linear-gradient(135deg, #e25a5f 0%, #c4373c 100%);--chat--button--color: #ffffff;--chat--button--border-radius: 12px;--chat--button--padding: 12px 16px;--chat--body--background: #f8fafc;--chat--footer--background: #ffffff;--chat--footer--color: #374151;--chat--font-family: "Inter", sans-serif;--chat--spacing: 20px;--chat--transition-duration: .2s}#n8n-chat,.chat-window-wrapper .chat-window{font-family:var(--chat--font-family)!important;box-shadow:0 25px 50px #00000026,0 10px 25px #0000001a!important;border:none!important;overflow:hidden!important;position:fixed!important;bottom:80px!important}.chat-layout .chat-header{background:var(--chat--header--background)!important;color:var(--chat--header--color)!important;padding:var(--chat--header--padding)!important;border-bottom:none!important;position:sticky!important;top:0!important;z-index:100!important;height:var(--chat--header--height)!important;flex-shrink:0!important;display:flex!important;flex-direction:column!important;justify-content:center!important;border-top-left-radius:var(--chat--window--border-radius)!important;border-top-right-radius:var(--chat--window--border-radius)!important}.chat-layout .chat-header h1{font-size:var(--chat--heading--font-size)!important;font-weight:600!important;margin:0 0 8px!important;color:var(--chat--header--color)!important;text-shadow:0 1px 2px rgba(0,0,0,.1)!important;position:relative!important;z-index:1!important;line-height:1.2!important}.chat-layout .chat-header p{font-size:var(--chat--subtitle--font-size)!important;margin:0!important;opacity:.95!important;color:var(--chat--header--color)!important;position:relative!important;z-index:1!important;line-height:1.3!important}.chat-layout{overflow:hidden!important;border-radius:var(--chat--window--border-radius)!important;display:flex!important;flex-direction:column!important;height:100%!important}.chat-layout .chat-body{background:var(--chat--body--background)!important;flex:1!important;overflow-y:auto!important;position:relative!important;height:calc(100% - var(--chat--header--height) - var(--chat--footer--height))!important;padding:0!important;scroll-behavior:smooth}.chat-messages-list{padding:var(--chat--spacing)!important;display:flex!important;flex-direction:column!important;min-height:100%!important}.chat-message{font-size:var(--chat--message--font-size)!important;padding:var(--chat--message--padding)!important;border-radius:var(--chat--message--border-radius)!important;line-height:var(--chat--message-line-height)!important;margin-bottom:var(--chat--message--margin-bottom)!important;max-width:85%!important;word-wrap:break-word!important;animation:slideInMessage .3s ease-out!important}.chat-message.chat-message-from-bot{background:var(--chat--message--bot--background)!important;color:var(--chat--message--bot--color)!important;border:var(--chat--message--bot--border)!important;border-radius:18px 18px 18px 6px!important;box-shadow:0 2px 8px #00000014!important;align-self:flex-start!important;margin-right:auto!important;margin-left:40px!important;position:relative!important}.chat-message.chat-message-from-bot:before{content:""!important;position:absolute;top:18px;left:-50px;width:40px;height:40px;background:url(/assets/images/bot.svg) center/contain no-repeat;border-radius:50%;transform:translateY(-50%)!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:16px!important;color:#fff!important;box-shadow:none!important;filter:drop-shadow(0 0 8px rgba(196,55,60,.3));z-index:1!important}.chat-message.chat-message-from-user{background:linear-gradient(135deg,#e25a5f,#c4373c);color:var(--chat--message--user--color)!important;border:var(--chat--message--user--border)!important;border-radius:18px 18px 6px!important;box-shadow:0 4px 12px #8b5cf64d!important;align-self:flex-end!important;margin-left:auto!important;margin-right:0!important;text-shadow:0 1px 2px rgba(0,0,0,.1)!important;padding:var(--chat--message--padding)!important}.chat-layout .chat-footer{color:var(--chat--footer--color)!important;position:sticky!important;bottom:0!important;z-index:100!important;flex-shrink:0!important;box-shadow:0 -2px 8px #0000000d!important;border-bottom-left-radius:var(--chat--window--border-radius)!important;border-bottom-right-radius:var(--chat--window--border-radius)!important}.chat-input textarea,.chat-inputs textarea{border:none;border-top:1px solid var(--chat--input--border)!important;padding:var(--chat--input--padding)!important;font-size:var(--chat--input--font-size)!important;color:var(--chat--input--text-color)!important;font-family:var(--chat--font-family)!important;transition:all var(--chat--transition-duration) ease!important;outline:none!important;width:100%!important;-webkit-font-smoothing:auto!important;-webkit-tap-highlight-color:transparent!important;max-height:52px!important;min-height:unset!important;overflow-x:hidden;overflow-y:hidden;resize:none!important;height:inherit!important;padding-right:48px!important}.chat-footer .chat-input textarea,.chat-footer .chat-inputs textarea{border:none!important;box-shadow:none!important;height:inherit!important}.chat-input textarea:focus,.chat-inputs textarea:focus{box-shadow:none!important;border-top:1px solid #c4373c!important;background:var(--chat--color-white)!important;height:inherit!important}.chat-input textarea::-moz-placeholder,.chat-inputs textarea::-moz-placeholder{color:#9ca3af!important;font-style:normal!important}.chat-input textarea::placeholder,.chat-inputs textarea::placeholder{color:#9ca3af!important;font-style:normal!important}.chat-input-send-button,.chat-input-file-button{color:#4f46e5;border:none!important;border-radius:var(--chat--button--border-radius)!important;padding:var(--chat--button--padding)!important;font-weight:600!important;cursor:pointer!important;transition:all var(--chat--transition-duration) ease!important;position:absolute!important;overflow:hidden!important;z-index:1!important;top:0!important;right:0!important}.chat-input-send-button:before,.chat-input-file-button:before{content:""!important;position:absolute!important;top:0!important;left:-100%!important;width:100%!important;height:100%!important;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent)!important;transition:left .5s!important}.chat-input-send-button:hover:before,.chat-input-file-button:hover:before{left:100%!important}.chat-input-send-button:hover,.chat-input-file-button:hover{transform:translateY(-2px)!important}.chat-input-send-button:active,.chat-input-file-button:active{transform:translateY(0)!important}.chat-input-send-button:disabled,.chat-input-file-button:disabled{color:#6b7280!important;cursor:not-allowed!important;transform:none!important;box-shadow:none!important}.chat-input,.chat-inputs{gap:12px!important;align-items:flex-end!important;width:100%!important;background:var(--chat--footer--background)!important}.chat-layout .chat-body::-webkit-scrollbar{width:6px!important}.chat-layout .chat-body::-webkit-scrollbar-track{background:transparent!important;border-radius:3px!important}.chat-layout .chat-body::-webkit-scrollbar-thumb{background:var(--chat--color-medium)!important;border-radius:3px!important;-webkit-transition:background var(--chat--transition-duration) ease!important;transition:background var(--chat--transition-duration) ease!important}.chat-layout .chat-body::-webkit-scrollbar-thumb:hover{background:#9ca3af!important}@keyframes slideInMessage{0%{opacity:0;transform:translateY(10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.chat-message-error{background:#fef2f2!important;color:#dc2626!important;border:1px solid #fecaca!important;border-radius:18px 18px 18px 6px!important}.chat-window-toggle{background:var(--chat--color--primary)!important;color:var(--chat--color-white)!important;box-shadow:0 4px 12px #8b5cf64d!important;transition:all var(--chat--transition-duration) ease!important}.chat-window-toggle:hover{background:var(--chat--color--primary-shade-50)!important;transform:scale(1.05)!important;box-shadow:0 6px 20px #8b5cf666!important}@media (max-width: 480px){:root{--chat--window--width: 95vw;--chat--window--height: 80vh;--chat--window--border-radius: 12px;--chat--spacing: 16px;--chat--header--padding: 20px 16px;--chat--header--height: 80px;--chat--footer--height: 78px}}.chat-button{background:var(--chat--button--background)!important;color:var(--chat--button--color)!important;border:none!important;border-radius:var(--chat--button--border-radius)!important;padding:var(--chat--button--padding)!important;font-weight:600!important;transition:all var(--chat--transition-duration) ease!important;box-shadow:0 4px 12px #8b5cf64d!important}.chat-button:hover{transform:translateY(-2px)!important;box-shadow:0 8px 20px #8b5cf666!important}.chat-close-button{color:#fffc!important;transition:color var(--chat--transition-duration) ease!important}.chat-close-button:hover{color:var(--chat--color-white)!important}.chat-layout .chat-header.scrolled{box-shadow:0 2px 8px #0000001a!important}.chat-message.chat-message-typing{background:linear-gradient(135deg,#f8fafc,#f1f5f9)!important;color:#6b7280!important;border:1px solid #e2e8f0!important;border-radius:18px 18px 18px 6px!important;box-shadow:0 2px 8px #0000000d!important;align-self:flex-start!important;margin-right:auto!important;margin-left:30px!important;position:relative!important;padding:16px 20px!important}.chat-message.chat-message-typing:before{content:""!important;position:absolute;top:18px;left:-50px;width:40px;height:40px;background:url(/assets/images/bot.svg) center/contain no-repeat;border-radius:50%;z-index:2!important;animation:botIconPulse 2s infinite ease-in-out!important}.chat-message-typing-body{display:flex!important;align-items:center!important;gap:8px!important;justify-content:flex-start!important;padding:0!important}.chat-message-typing-circle{width:10px!important;height:10px!important;border-radius:50%!important;background-color:#cbd5e0!important;display:inline-block!important;animation:bounce 1.4s infinite ease-in-out!important}.chat-message-typing-circle:nth-child(1){animation-delay:0s!important}.chat-message-typing-circle:nth-child(2){animation-delay:.2s!important}.chat-message-typing-circle:nth-child(3){animation-delay:.4s!important}.chat-message-from-bot:before{transition:transform .2s ease}.chat-message-from-bot:hover:before{transform:scale(1.05)}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}#n8n-chat.chat-widget{right:inherit!important}.chat-widget .chat-window-wrapper .chat-window{width:33.333vw!important;min-width:320px!important;transition:width .3s ease,height .3s ease}.chat-widget .chat-window-wrapper,.chat-widget .chat-window-wrapper .chat-window,.chat-widget .chat-window-wrapper .chat-window>*{transition:width .3s ease,height .3s ease}.chatwidget-window .katex-mathml{display:none!important}
