:root{--chat--color--primary: #111111;--chat--color--primary-shade-50: #222222;--chat--color--primary-shade-100: #000000;--chat--color--secondary: #9b1c1c;--chat--color--secondary-shade-50: #7f1d1d;--chat--color--white: #ffffff;--chat--color--light: #f8f8f8;--chat--color--light-shade-50: #f0f0f0;--chat--color--light-shade-100: #e5e5e5;--chat--color--medium: #888888;--chat--color--dark: #000000;--chat--color--disabled: #cccccc;--chat--color--typing: #666666;--chat--spacing: 1rem;--chat--border-radius: .5rem;--chat--transition-duration: .2s;--chat--font-family: "CenturyGothic", "Century Gothic", -apple-system, sans-serif;--chat--window--width: 100%;--chat--window--height: 100%;--chat--header--height: 0;--chat--header--padding: 0;--chat--header--background: transparent;--chat--message--font-size: .9rem;--chat--message--padding: 11px 16px;--chat--message--border-radius: 20px;--chat--message--line-height: 1.55;--chat--message--margin-bottom: 10px;--chat--message--bot--background: linear-gradient(135deg, #111111 0%, #2c2c2c 100%);--chat--message--bot--color: #ffffff;--chat--message--bot--border: none;--chat--message--user--background: #9b1c1c;--chat--message--user--color: #ffffff;--chat--message--user--border: none;--chat--input--border: 1.5px solid #ddd;--chat--input--border-radius: 28px;--chat--input--padding: 12px 18px;--chat--input--background: #ffffff;--chat--input--font-size: 14px;--chat--input--border-active: 1.5px solid #9b1c1c;--chat--input--placeholder--font-size: 14px;--chat--button--padding: 12px 28px;--chat--button--border-radius: 28px;--chat--button--font-size: .95rem;--chat--button--primary-background: linear-gradient(135deg, #111111 0%, #333333 100%);--chat--button--primary-color: #ffffff;--chat--button--primary-border: none;--chat--input--send--button--background: #9b1c1c;--chat--input--send--button--color: #ffffff;--chat--input--send--button--background-hover: #7f1d1d;--chat--body--background: #f8f8f8;--chat--footer--background: #ffffff}#n8n-chatbot-wrapper{position:fixed;bottom:24px;left:24px;width:380px;max-width:calc(100vw - 32px);background:#fff;border:none;border-radius:24px;padding:0;z-index:9999;box-shadow:0 20px 60px #00000038,0 4px 16px #0000001f,0 0 0 1px #00000014;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;overflow:hidden;max-height:620px}#n8n-chat-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:linear-gradient(135deg,#000,#1a1a1a 60%,#2c2c2c);border-radius:24px 24px 0 0;flex-shrink:0;position:relative;overflow:hidden}#n8n-chat-header:before{content:"";position:absolute;top:-40px;right:-30px;width:120px;height:120px;background:radial-gradient(circle,rgba(155,28,28,.35) 0%,transparent 70%);pointer-events:none}#n8n-chat-header-left{display:flex;align-items:center;gap:12px;position:relative;z-index:1}#n8n-chat-avatar{width:42px;height:42px}#n8n-chat-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover;box-shadow:0 1px 1px #ffd70066}#n8n-chat-title{font-family:CenturyGothic,Century Gothic,sans-serif;font-weight:700;font-size:.95rem;color:#fff;letter-spacing:.01em;line-height:1.2}#n8n-chat-status{display:flex;align-items:center;gap:5px;font-size:.75rem;color:#ffffffbf;margin-top:2px}#n8n-status-dot{width:7px;height:7px;background:#4caf50;border-radius:50%;display:inline-block;box-shadow:0 0 6px #4caf50;animation:statusPulse 2s ease-in-out infinite}@keyframes statusPulse{0%,to{opacity:1}50%{opacity:.5}}#toggleN8nChat{position:relative;z-index:1;background:#9b1c1c33;border:1px solid rgba(155,28,28,.4);width:34px;height:34px;border-radius:50%;font-size:18px;cursor:pointer;color:#ff6b6b;font-weight:700;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0;line-height:1}#toggleN8nChat:hover{background:#9b1c1c61;transform:scale(1.08)}#n8n-chat-content{height:400px;overflow:hidden;background:#f8f8f8;position:relative}#n8n-chat{width:100%;height:100%;overflow:hidden;position:relative}#n8n-chat>div,#n8n-chat>div>div{height:100%!important;width:100%!important;overflow:hidden!important}#n8n-chatbot-wrapper.is-minimized{max-height:none;width:320px;border-radius:24px;box-shadow:0 12px 40px #0003,0 0 0 1px #0000001a}#n8n-chatbot-wrapper.is-minimized #n8n-chat-content{display:none}#n8n-chatbot-wrapper.is-minimized #n8n-chat-header{border-radius:24px}#n8n-chat .chat{display:flex!important;flex-direction:column!important;height:100%!important;overflow:hidden!important}#n8n-chat .chat-body{display:flex!important;flex-direction:column!important;flex:1 1 0!important;min-height:0!important;overflow:hidden!important}#n8n-chat .chat-messages,#n8n-chat .messages-container{overflow-y:auto!important;overflow-x:hidden!important;flex:1 1 0!important;min-height:0!important;padding:16px!important;background:#f9f6ff!important}#n8n-chat .chat-message-from-bot,#n8n-chat [class*=bot-message],#n8n-chat [class*=assistant],#n8n-chat [class*=Bot],#n8n-chat [class*=bot]{background:linear-gradient(135deg,#111,#2c2c2c)!important;color:#fff!important;border-radius:4px 20px 20px!important;box-shadow:0 2px 12px #0003!important}#n8n-chat .chat-message-from-bot *,#n8n-chat [class*=bot-message] *,#n8n-chat [class*=assistant] *,#n8n-chat [class*=Bot] *,#n8n-chat [class*=bot] *{color:#fff!important}#n8n-chat .chat-message-from-user,#n8n-chat [class*=user-message],#n8n-chat [class*=User],#n8n-chat [class*=user]{background:#9b1c1c!important;color:#fff!important;border-radius:20px 4px 20px 20px!important;box-shadow:0 2px 8px #9b1c1c4d!important}#n8n-chat .chat-message-from-user *,#n8n-chat [class*=user-message] *,#n8n-chat [class*=User] *,#n8n-chat [class*=user] *{color:#fff!important}#n8n-chat .chat-messages-list{height:338px!important;max-height:338px!important;overflow-y:auto!important;overflow-x:hidden!important;padding:16px!important;background:#f8f8f8!important;scroll-behavior:smooth;flex-shrink:0!important}#n8n-chat .chat-message-markdown a{color:inherit!important;text-decoration:underline!important;text-decoration-thickness:1.5px;text-underline-offset:.18em;word-break:break-all;cursor:pointer}#n8n-chat .chat-message-markdown a:hover{opacity:.88}#n8n-chat hr,#n8n-chat [class*=divider],#n8n-chat [class*=separator],#n8n-chat [class*=powered],#n8n-chat [class*=branding]{display:none!important;border:none!important;height:0!important;margin:0!important;padding:0!important}#n8n-chat [class*=footer],#n8n-chat [class*=input-area],#n8n-chat [class*=chat-input]{background:#fff!important;border-top:1px solid #e4d4ff!important;border-bottom:none!important;border-left:none!important;border-right:none!important;padding:2px 4px!important}#n8n-chat [class*=chat-input]{background:#fff!important;border-top:0px solid #e4d4ff!important;border-bottom:none!important;border-left:none!important;border-right:none!important;padding:2px 4px!important}#n8n-chat input,#n8n-chat textarea{color:#333!important;background:#fff!important;border:1.5px solid #ddd!important;border-radius:28px!important;font-family:CenturyGothic,Century Gothic,sans-serif!important;font-size:14px!important}#n8n-chat input:focus,#n8n-chat textarea:focus{border-color:#9b1c1c!important;outline:none!important;box-shadow:0 0 0 3px #9b1c1c1f!important}#n8n-chat .chat-inputs{display:flex!important;gap:12px!important;align-items:center!important}#n8n-chat [class*=send],#n8n-chat button[type=submit]{background:#9b1c1c!important;color:#fff!important;border-radius:50%!important;box-shadow:0 2px 10px #9b1c1c66!important;transition:all .2s!important}#n8n-chat [class*=send]:hover,#n8n-chat button[type=submit]:hover{background:#7f1d1d!important;transform:scale(1.06)!important;box-shadow:0 4px 16px #9b1c1c80!important}#n8n-chat button:not(#toggleN8nChat):not([type=submit]){background:linear-gradient(135deg,#111,#333)!important;color:#fff!important;border-radius:28px!important;font-family:CenturyGothic,Century Gothic,sans-serif!important;font-weight:600!important;border:none!important;box-shadow:0 4px 14px #00000040!important;transition:all .2s!important}#n8n-chat button:not(#toggleN8nChat):not([type=submit]):hover{background:linear-gradient(135deg,#000,#111)!important;transform:translateY(-1px)!important;box-shadow:0 6px 20px #00000059!important}#n8n-chat .chat-header{display:none!important}#n8n-chat ::-webkit-scrollbar{width:5px}#n8n-chat ::-webkit-scrollbar-track{background:#f0f0f0;border-radius:10px}#n8n-chat ::-webkit-scrollbar-thumb{background:#ccc;border-radius:10px}#n8n-chat ::-webkit-scrollbar-thumb:hover{background:#9b1c1c}@media(max-width:768px){#n8n-chatbot-wrapper{width:calc(100vw - 24px)!important;left:12px;right:12px;bottom:12px;max-height:72vh}#n8n-chat-content{height:calc(72vh - 74px)!important}#n8n-chatbot-wrapper.is-minimized{width:calc(100vw - 24px)!important}}:root{--font-primary: "CenturyGothic", "Century Gothic", "AppleGothic", sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:165px}body{padding-top:165px;font-family:var(--font-primary)!important}@media(max-width:960px){html{scroll-padding-top:130px}body{padding-top:130px}}@media(max-width:768px){html{scroll-padding-top:115px}body{padding-top:115px}}@media(max-width:480px){html{scroll-padding-top:105px}body{padding-top:80px;background-color:#000}}h1,h2,h3,h4,h5,h6{font-family:var(--font-primary)!important}p,span,a,li,button,input,textarea,label{font-family:var(--font-primary)}@font-face{font-family:CenturyGothic;src:url(/fonts/Century-Gothic-Sans-Font/CenturyGothicPaneuropeanThin.ttf) format("truetype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:CenturyGothic;src:url(/fonts/Century-Gothic-Sans-Font/CenturyGothicPaneuropeanThinItalic.ttf) format("truetype");font-weight:100;font-style:italic;font-display:swap}@font-face{font-family:CenturyGothic;src:url(/fonts/Century-Gothic-Sans-Font/CenturyGothicPaneuropeanLight.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:CenturyGothic;src:url(/fonts/Century-Gothic-Sans-Font/CenturyGothicPaneuropeanLightItalic.ttf) format("truetype");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:CenturyGothic;src:url(/fonts/Century-Gothic-Sans-Font/CenturyGothicPaneuropeanRegular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:CenturyGothic;src:url(/fonts/Century-Gothic-Sans-Font/CenturyGothicPaneuropeanItalic.ttf) format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:CenturyGothic;src:url(/fonts/Century-Gothic-Sans-Font/CenturyGothicPaneuropeanSemiBold.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:CenturyGothic;src:url(/fonts/Century-Gothic-Sans-Font/CenturyGothicPaneuropeanSemiBoldItalic.ttf) format("truetype");font-weight:600;font-style:italic;font-display:swap}@font-face{font-family:CenturyGothic;src:url(/fonts/Century-Gothic-Sans-Font/CenturyGothicPaneuropeanBold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:CenturyGothic;src:url(/fonts/Century-Gothic-Sans-Font/CenturyGothicPaneuropeanBoldItalic.ttf) format("truetype");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:CenturyGothic;src:url(/fonts/Century-Gothic-Sans-Font/CenturyGothicPaneuropeanExtraBold.ttf) format("truetype");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:CenturyGothic;src:url(/fonts/Century-Gothic-Sans-Font/CenturyGothicPaneuropeanExtraBoldItalic.ttf) format("truetype");font-weight:800;font-style:italic;font-display:swap}@font-face{font-family:CenturyGothic;src:url(/fonts/Century-Gothic-Sans-Font/CenturyGothicPaneuropeanBlack.ttf) format("truetype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:CenturyGothic;src:url(/fonts/Century-Gothic-Sans-Font/CenturyGothicPaneuropeanBlackItalic.ttf) format("truetype");font-weight:900;font-style:italic;font-display:swap}
