.SortableTreeItem{list-style:none;padding-left:var(--tree-spacing);position:relative;box-sizing:border-box}.SortableTreeItem.SortableTreeItem-ghost{opacity:.5}.SortableTreeItem .SortableTreeItem-count{position:absolute;top:-10px;right:-10px;display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background-color:#2389ff;font-size:.8rem;font-weight:600;color:#fff}.SortableTreeItem .SortableTreeItem-disableInteraction{pointer-events:none}.SortableTreeItem .SortableTreeItem-collapse svg{transition:transform .25s ease}.SortableTreeItem .SortableTreeItem-collapse.SortableTreeItem-collapsed svg{transform:rotate(-90deg)}.SortableTreeItem:hover>.DragHandle{display:block}.DragHandle{cursor:move;border-radius:4px;width:24px;height:24px;fill:var(--color-level1);outline:none;position:absolute;top:2px;right:10px;display:none}.DragHandle:hover{background:var(--color-overlay1)}.AIChatGc{background-repeat:no-repeat;background-size:cover;display:inline-block}.AIChatGc.AIChatGc-idle{width:28px;height:28px;background-image:url(/_next/static/media/ai_idle.033558c5.png);animation:frames-ai-idle 2s steps(48) infinite}.AIChatGc.AIChatGc-gc{width:32px;height:32px;background-image:url(/_next/static/media/ai_gc.de521fca.png);animation:frames-ai-gc 2s steps(48) infinite}@keyframes frames-ai-idle{0%{background-position:0}to{background-position:-1344px}}@keyframes frames-ai-gc{0%{background-position:0}to{background-position:-1536px}}