#c-ai_chat .ai-chat-wrapper{position:relative;width:100%;min-height:520px}#c-ai_chat.not-logged{overflow:hidden}#c-ai_chat.not-logged .ai-chat-create-page .ai-chat-wrapper{position:fixed;inset:0;z-index:10}#c-ai_chat .ai-chat-canvas{width:100%;min-height:inherit;visibility:hidden}#c-ai_chat .ai-chat-wrapper--loaded .ai-chat-canvas,#c-ai_chat .ai-chat-canvas--ready{visibility:visible}#c-ai_chat .ai-chat-loader{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--ai-chat-loader-bg, #fff);z-index:1;transition:opacity 350ms ease}#c-ai_chat .ai-chat-loader__spinner{width:40px;height:40px;animation:ai-chat-rotate 1.8s linear infinite}#c-ai_chat .ai-chat-loader__text{font-size:16px;margin-top:16px}#c-ai_chat .ai-chat-loader__path{stroke:#6200ee;stroke-width:4px;stroke-linecap:butt;stroke-dasharray:10px 110px;stroke-dashoffset:0;animation:ai-chat-dash 1.4s ease-in-out infinite}#c-ai_chat .ai-chat-loader--hidden{opacity:0;pointer-events:none}@keyframes ai-chat-rotate{to{transform:rotate(360deg)}}@keyframes ai-chat-dash{0%{stroke-dasharray:10px 110px;stroke-dashoffset:0}50%{stroke-dasharray:85px 110px;stroke-dashoffset:-30px}100%{stroke-dasharray:85px 110px;stroke-dashoffset:-110px}}@media(prefers-reduced-motion: reduce){#c-ai_chat .ai-chat-loader__path{animation-duration:2.5s}#c-ai_chat .ai-chat-loader__spinner{animation-duration:3.6s}}