#n8n-chat-panel{position:fixed;top:0;right:0;width:420px;height:100vh;height:100dvh;z-index:9998;background:rgb(var(--color-base-background-1));border-left:1px solid rgba(var(--color-base-text),.1);box-shadow:-4px 0 24px rgba(var(--color-shadow),.12);transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);overflow:hidden;display:flex;flex-direction:column}#n8n-chat-panel.chat-panel-open{transform:translate(0)}body{transition:margin-right .35s cubic-bezier(.4,0,.2,1)}body.chat-open{margin-right:420px}#n8n-chat-toggle{display:none;position:fixed;bottom:2rem;right:1.5rem;z-index:9999;width:56px;height:56px;border-radius:50%;border:none;cursor:pointer;background:#d95773;color:#fff;box-shadow:0 4px 16px rgba(var(--color-shadow),.2);display:flex;align-items:center;justify-content:center;transition:transform .2s ease,box-shadow .2s ease,right .35s cubic-bezier(.4,0,.2,1);overflow:hidden}#n8n-chat-toggle:hover{transform:scale(1.08);box-shadow:0 6px 20px rgba(var(--color-shadow),.28)}#n8n-chat-toggle:active{transform:scale(.96)}body.chat-open #n8n-chat-toggle{right:calc(420px + 1.5rem)}#n8n-chat-toggle .chat-icon-open,#n8n-chat-toggle .chat-icon-close{position:absolute;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease,transform .2s ease}#n8n-chat-toggle .chat-icon-close{opacity:0;transform:rotate(-90deg) scale(.7)}body.chat-open #n8n-chat-toggle .chat-icon-open{opacity:0;transform:rotate(90deg) scale(.7)}body.chat-open #n8n-chat-toggle .chat-icon-close{opacity:1;transform:rotate(0) scale(1)}#n8n-chat-panel{--chat--header--background: #0d1b3e;--chat--message--font-size: 1.5rem}#n8n-chat-panel .n8n-chat,#n8n-chat-panel>div{flex:1;height:100%;min-height:0}@media screen and (max-width:749px){#n8n-chat-panel{width:100vw}body.chat-open{margin-right:0}body.chat-open #n8n-chat-toggle{right:calc(100vw - 56px - 1.5rem)}#n8n-chat-toggle{bottom:1.5rem;right:1rem}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/component-chat-panel.css.map */
