.editor-ai-chat{position:absolute;top:var(--ai-editor-top,60px);right:0;bottom:0;z-index:40;display:flex;border-top:1px solid var(--color-hairline-soft);transform:translateX(100%);transition:transform .25s ease}.editor-ai-chat.is-floating{border-top:0}.editor-ai-chat:before{content:"";position:absolute;top:0;right:100%;bottom:0;width:24px;background:linear-gradient(270deg,rgba(18,22,32,.08),rgba(18,22,32,0));pointer-events:none}@media (max-width:900px){.editor-ai-chat:before{display:none}}.editor-ai-chat.is-open{transform:none}.editor-ai-chat .ai-surface{height:100%;flex:none}@media (min-width:901px){.editor-ai-chat.is-floating{top:auto;height:560px;max-height:calc(100% - var(--ai-editor-top, 60px) - 44px);bottom:24px;right:24px;border-radius:16px;box-shadow:var(--shadow-popover);overflow:hidden;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .18s ease,transform .18s ease,visibility 0s linear .18s}.editor-ai-chat.is-floating.is-open{opacity:1;visibility:visible;transform:none;transition:opacity .18s ease,transform .18s ease,visibility 0s}.editor-ai-chat.is-floating:before{display:none}.editor-ai-chat.is-floating .chat-col{border-left:0}}@media (max-width:900px){.editor-ai-chat{left:0;bottom:var(--ai-editor-kb,0)}.editor-ai-chat .ai-surface{width:100%}}