.vue-flow{z-index:0;direction:ltr;width:100%;height:100%;position:relative;overflow:hidden}.vue-flow__container{width:100%;height:100%;position:absolute;top:0;left:0}.vue-flow__pane{z-index:1}.vue-flow__pane.draggable{cursor:grab}.vue-flow__pane.selection{cursor:pointer}.vue-flow__pane.dragging{cursor:grabbing}.vue-flow__transformationpane{transform-origin:0 0;z-index:2;pointer-events:none}.vue-flow__viewport{z-index:4;overflow:clip}.vue-flow__selection{z-index:6}.vue-flow__edge-labels{pointer-events:none;user-select:none;width:100%;height:100%;position:absolute}.vue-flow__nodesselection-rect:focus,.vue-flow__nodesselection-rect:focus-visible{outline:none}.vue-flow .vue-flow__edges{pointer-events:none;overflow:visible}.vue-flow__edge-path,.vue-flow__connection-path{stroke:#b1b1b7;stroke-width:1px;fill:none}.vue-flow__edge{pointer-events:visibleStroke;cursor:pointer}.vue-flow__edge.animated path{stroke-dasharray:5;animation:.5s linear infinite dashdraw}.vue-flow__edge.animated path.vue-flow__edge-interaction{stroke-dasharray:none;animation:none}.vue-flow__edge.inactive{pointer-events:none}.vue-flow__edge.selected,.vue-flow__edge:focus,.vue-flow__edge:focus-visible{outline:none}.vue-flow__edge.selected .vue-flow__edge-path,.vue-flow__edge:focus .vue-flow__edge-path,.vue-flow__edge:focus-visible .vue-flow__edge-path{stroke:#555}.vue-flow__edge-textwrapper{pointer-events:all}.vue-flow__edge-text{pointer-events:none;user-select:none}.vue-flow__connection{pointer-events:none}.vue-flow__connection .animated{stroke-dasharray:5;animation:.5s linear infinite dashdraw}.vue-flow__connectionline{z-index:1001}.vue-flow__nodes{pointer-events:none;transform-origin:0 0}.vue-flow__node{user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:default;position:absolute}.vue-flow__node.draggable{cursor:grab;pointer-events:all}.vue-flow__node.draggable.dragging{cursor:grabbing}.vue-flow__nodesselection{z-index:3;transform-origin:0 0;pointer-events:none}.vue-flow__nodesselection-rect{pointer-events:all;cursor:grab;position:absolute}.vue-flow__nodesselection-rect.dragging{cursor:grabbing}.vue-flow__handle{pointer-events:none;min-width:5px;min-height:5px;position:absolute}.vue-flow__handle.connectable{pointer-events:all;cursor:crosshair}.vue-flow__handle-bottom{bottom:0;left:50%;transform:translate(-50%,50%)}.vue-flow__handle-top{top:0;left:50%;transform:translate(-50%,-50%)}.vue-flow__handle-left{top:50%;left:0;transform:translate(-50%,-50%)}.vue-flow__handle-right{top:50%;right:0;transform:translate(50%,-50%)}.vue-flow__edgeupdater{cursor:move;pointer-events:all}.vue-flow__panel{z-index:5;margin:15px;position:absolute}.vue-flow__panel.top{top:0}.vue-flow__panel.bottom{bottom:0}.vue-flow__panel.left{left:0}.vue-flow__panel.right{right:0}.vue-flow__panel.center{left:50%;transform:translate(-50%)}@keyframes dashdraw{0%{stroke-dashoffset:10px}}:root{--vf-node-bg:#fff;--vf-node-text:#222;--vf-connection-path:#b1b1b7;--vf-handle:#555}.vue-flow__edge.updating .vue-flow__edge-path{stroke:#777}.vue-flow__edge-text{font-size:10px}.vue-flow__edge-textbg{fill:#fff}.vue-flow__connection-path{stroke:var(--vf-connection-path)}.vue-flow__node{cursor:grab}.vue-flow__node.selectable:focus,.vue-flow__node.selectable:focus-visible{outline:none}.vue-flow__node-default,.vue-flow__node-input,.vue-flow__node-output{text-align:center;width:150px;color:var(--vf-node-text);background-color:var(--vf-node-bg);border-style:solid;border-width:1px;border-color:var(--vf-node-color);border-radius:3px;padding:10px;font-size:12px}.vue-flow__node-default.selected,.vue-flow__node-default.selected:hover,.vue-flow__node-input.selected,.vue-flow__node-input.selected:hover,.vue-flow__node-output.selected,.vue-flow__node-output.selected:hover{box-shadow:0 0 0 .5px var(--vf-box-shadow)}.vue-flow__node-default.selected,.vue-flow__node-default:focus,.vue-flow__node-input.selected,.vue-flow__node-input:focus,.vue-flow__node-output.selected,.vue-flow__node-output:focus,.vue-flow__node-default:focus-visible,.vue-flow__node-input:focus-visible,.vue-flow__node-output:focus-visible{border:1px solid #555;outline:none}.vue-flow__node-default .vue-flow__handle,.vue-flow__node-input .vue-flow__handle,.vue-flow__node-output .vue-flow__handle{background:var(--vf-handle)}.vue-flow__node-default.selectable:hover,.vue-flow__node-input.selectable:hover,.vue-flow__node-output.selectable:hover{box-shadow:0 1px 4px 1px #00000014}.vue-flow__node-input{--vf-node-color:var(--vf-node-color,#0041d0);--vf-handle:var(--vf-node-color,#0041d0);--vf-box-shadow:var(--vf-node-color,#0041d0);background:var(--vf-node-bg);border-color:var(--vf-node-color,#0041d0)}.vue-flow__node-input.selected,.vue-flow__node-input:focus,.vue-flow__node-input:focus-visible{border:1px solid var(--vf-node-color,#0041d0);outline:none}.vue-flow__node-default{--vf-handle:var(--vf-node-color,#1a192b);--vf-box-shadow:var(--vf-node-color,#1a192b);background:var(--vf-node-bg);border-color:var(--vf-node-color,#1a192b)}.vue-flow__node-default.selected,.vue-flow__node-default:focus,.vue-flow__node-default:focus-visible{border:1px solid var(--vf-node-color,#1a192b);outline:none}.vue-flow__node-output{--vf-handle:var(--vf-node-color,#ff0072);--vf-box-shadow:var(--vf-node-color,#ff0072);background:var(--vf-node-bg);border-color:var(--vf-node-color,#ff0072)}.vue-flow__node-output.selected,.vue-flow__node-output:focus,.vue-flow__node-output:focus-visible{border:1px solid var(--vf-node-color,#ff0072);outline:none}.vue-flow__nodesselection-rect,.vue-flow__selection{background:#0059dc14;border:1px dotted #0059dccc}.vue-flow__nodesselection-rect:focus,.vue-flow__selection:focus,.vue-flow__nodesselection-rect:focus-visible,.vue-flow__selection:focus-visible{outline:none}.vue-flow__handle{background:var(--vf-handle);border:1px solid #fff;border-radius:100%;width:6px;height:6px}.vue-flow__controls{box-shadow:0 0 2px 1px #00000014}.vue-flow__controls-button{box-sizing:content-box;cursor:pointer;user-select:none;background:#fefefe;border:none;border-bottom:1px solid #eee;justify-content:center;align-items:center;width:16px;height:16px;padding:5px;display:flex}.vue-flow__controls-button svg{width:100%;max-width:12px;max-height:12px}.vue-flow__controls-button:hover{background:#f4f4f4}.vue-flow__controls-button:disabled{pointer-events:none}.vue-flow__controls-button:disabled svg{fill-opacity:.4}.vueflow-themed[data-v-45a7f5a0] .vue-flow__edge-path{stroke-linecap:round}.vueflow-themed[data-v-45a7f5a0] .vue-flow__controls{box-shadow:none;background:0 0;flex-direction:column;gap:2px;display:flex}.vueflow-themed[data-v-45a7f5a0] .vue-flow__controls-button{border:1px solid var(--color-muted-200);width:28px;height:28px;color:var(--color-muted-600);background:#fffffff2;border-radius:6px;padding:6px;transition:all .15s}.vueflow-themed[data-v-45a7f5a0] .vue-flow__controls-button:hover{background:var(--color-muted-50);color:var(--color-primary-500)}.dark .vueflow-themed[data-v-45a7f5a0] .vue-flow__controls-button{border-color:var(--color-muted-700);color:var(--color-muted-400);background:#0f172ae6}.dark .vueflow-themed[data-v-45a7f5a0] .vue-flow__controls-button:hover{background:var(--color-muted-900);color:var(--color-primary-400)}.vueflow-themed[data-v-45a7f5a0] .vue-flow__controls-button svg{fill:currentColor;max-width:14px;max-height:14px}.progress-slide[data-v-11896179]{animation:1.2s ease-in-out infinite progress-slide-11896179}@keyframes progress-slide-11896179{0%{transform:translate(-100%)}50%{transform:translate(150%)}to{transform:translate(300%)}}[data-v-11896179] .composer-textarea textarea{field-sizing:content;min-height:2.5rem;line-height:1.45;overflow-y:auto}[data-v-11896179] .composer-borderless textarea{padding-left:0;padding-right:0;box-shadow:none!important;background:0 0!important;border-color:#0000!important}.chat-preview-bg[data-v-11896179]{background-color:lab(97.7109% -1.28049 -1.23328);background-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='%2306b6d4' stroke-opacity='0.04' stroke-width='1.2'%3E%3Cpath d='M15 20 q0 -6 6 -6 h22 q6 0 6 6 v10 q0 6 -6 6 h-17 l-5 5 v-5 q-6 0 -6 -6z'/%3E%3Cpath d='M85 75 q0 -5 5 -5 h17 q5 0 5 5 v8 q0 5 -5 5 h-13 l-4 4 v-4 q-5 0 -5 -5z'/%3E%3C/g%3E%3C/svg%3E");background-size:120px 120px}:root.dark .chat-preview-bg[data-v-11896179]{background-color:lab(9.57899% -2.50169 -2.43315)}[data-v-11896179] .composer-borderless textarea:focus{outline:none;box-shadow:none!important;border-color:#0000!important}.chat-msg-content[data-v-11896179] a{text-underline-offset:2px;word-break:break-all;text-decoration:underline}.chat-msg-content[data-v-11896179] a:hover{opacity:.8}.chat-msg-content[data-v-11896179] strong{font-weight:600}.chat-msg-content[data-v-11896179] em{font-style:italic}.chat-msg-content[data-v-11896179] del{text-decoration:line-through}.rail-tab[data-v-11896179]{position:relative}.rail-tab-active[data-v-11896179]:before{content:"";background:var(--color-primary-500);border-radius:0 3px 3px 0;width:3px;transition:all .2s;position:absolute;top:25%;bottom:25%;left:-3px}.empty-state-icon[data-v-11896179]{animation:3s ease-in-out infinite empty-float-11896179}@keyframes empty-float-11896179{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.chat-section[data-v-11896179]{background-color:lab(98.8648% -1.02499 -.986993);background-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='360' height='360' viewBox='0 0 360 360'%3E%3Cg fill='none' stroke='%2306b6d4' stroke-opacity='0.045' stroke-width='1.5'%3E%3Cpath d='M30 40 q0 -9 9 -9 h32 q9 0 9 9 v16 q0 9 -9 9 h-25 l-8 7 v-7 q-8 0 -8 -9z'/%3E%3Cg transform='rotate(-12 220 70)'%3E%3Cpath d='M210 60 q0 -7 7 -7 h26 q7 0 7 7 v12 q0 7 -7 7 h-21 l-6 5 v-5 q-6 0 -6 -7z'/%3E%3C/g%3E%3Cpath d='M120 35 l5 5 l10 -10'/%3E%3Cpath d='M129 35 l5 5 l10 -10'/%3E%3Cg transform='rotate(15 310 40)'%3E%3Cpath d='M300 25 q3 -3 6 0 l4 5 q1 2 -1 4 l-2 2 q5 7 12 12 l2 -2 q2 -2 4 -1 l5 4 q3 3 0 6 l-3 3 q-2 2 -5 1 q-14 -5 -22 -13 q-8 -8 -13 -22 q-1 -3 1 -5z'/%3E%3C/g%3E%3Cpath d='M60 180 q0 -8 8 -8 h28 q8 0 8 8 v14 q0 8 -8 8 h-22 l-7 6 v-6 q-7 0 -7 -8z'/%3E%3Ccircle cx='180' cy='160' r='1.8' fill='%2306b6d4' fill-opacity='0.05' stroke='none'/%3E%3Ccircle cx='186' cy='160' r='1.8' fill='%2306b6d4' fill-opacity='0.05' stroke='none'/%3E%3Ccircle cx='192' cy='160' r='1.8' fill='%2306b6d4' fill-opacity='0.05' stroke='none'/%3E%3Cg transform='rotate(8 280 200)'%3E%3Cpath d='M270 192 q0 -5 5 -5 h18 q5 0 5 5 v9 q0 5 -5 5 h-14 l-5 4 v-4 q-4 0 -4 -5z'/%3E%3C/g%3E%3Cg transform='rotate(-8 50 280)'%3E%3Ccircle cx='50' cy='280' r='12'/%3E%3Cpath d='M55 280 v4 q0 3 3 3 q4 0 4 -5 v-1 a10 10 0 1 0 -4 7'/%3E%3C/g%3E%3Cg transform='translate(160 280)'%3E%3Crect x='0' y='0' width='10' height='18' rx='5'/%3E%3Cpath d='M-4 12 q0 12 9 12 q9 0 9 -12'/%3E%3Cpath d='M5 24 v6'/%3E%3C/g%3E%3Cpath d='M280 320 l5 5 l10 -10'/%3E%3Cpath d='M289 320 l5 5 l10 -10'/%3E%3Cg transform='rotate(15 30 330)'%3E%3Cpath d='M20 322 q0 -6 6 -6 h22 q6 0 6 6 v11 q0 6 -6 6 h-17 l-6 5 v-5 q-5 0 -5 -6z'/%3E%3C/g%3E%3Cg transform='translate(225 250)'%3E%3Crect x='0' y='4' width='22' height='14' rx='2'/%3E%3Cpath d='M5 4 l3 -3 h6 l3 3'/%3E%3Ccircle cx='11' cy='11' r='4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-repeat:repeat;background-size:360px 360px}:root.dark .chat-section[data-v-11896179]{background-color:lab(7.3064% -3.34132 -3.5816);background-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='360' height='360' viewBox='0 0 360 360'%3E%3Cg fill='none' stroke='%2306b6d4' stroke-opacity='0.05' stroke-width='1.5'%3E%3Cpath d='M30 40 q0 -9 9 -9 h32 q9 0 9 9 v16 q0 9 -9 9 h-25 l-8 7 v-7 q-8 0 -8 -9z'/%3E%3Cg transform='rotate(-12 220 70)'%3E%3Cpath d='M210 60 q0 -7 7 -7 h26 q7 0 7 7 v12 q0 7 -7 7 h-21 l-6 5 v-5 q-6 0 -6 -7z'/%3E%3C/g%3E%3Cpath d='M120 35 l5 5 l10 -10'/%3E%3Cpath d='M129 35 l5 5 l10 -10'/%3E%3Cg transform='rotate(15 310 40)'%3E%3Cpath d='M300 25 q3 -3 6 0 l4 5 q1 2 -1 4 l-2 2 q5 7 12 12 l2 -2 q2 -2 4 -1 l5 4 q3 3 0 6 l-3 3 q-2 2 -5 1 q-14 -5 -22 -13 q-8 -8 -13 -22 q-1 -3 1 -5z'/%3E%3C/g%3E%3Cpath d='M60 180 q0 -8 8 -8 h28 q8 0 8 8 v14 q0 8 -8 8 h-22 l-7 6 v-6 q-7 0 -7 -8z'/%3E%3Cg transform='rotate(8 280 200)'%3E%3Cpath d='M270 192 q0 -5 5 -5 h18 q5 0 5 5 v9 q0 5 -5 5 h-14 l-5 4 v-4 q-4 0 -4 -5z'/%3E%3C/g%3E%3Cg transform='rotate(-8 50 280)'%3E%3Ccircle cx='50' cy='280' r='12'/%3E%3Cpath d='M55 280 v4 q0 3 3 3 q4 0 4 -5 v-1 a10 10 0 1 0 -4 7'/%3E%3C/g%3E%3Cg transform='translate(160 280)'%3E%3Crect x='0' y='0' width='10' height='18' rx='5'/%3E%3Cpath d='M-4 12 q0 12 9 12 q9 0 9 -12'/%3E%3Cpath d='M5 24 v6'/%3E%3C/g%3E%3Cpath d='M280 320 l5 5 l10 -10'/%3E%3Cpath d='M289 320 l5 5 l10 -10'/%3E%3Cg transform='rotate(15 30 330)'%3E%3Cpath d='M20 322 q0 -6 6 -6 h22 q6 0 6 6 v11 q0 6 -6 6 h-17 l-6 5 v-5 q-5 0 -5 -6z'/%3E%3C/g%3E%3Cg transform='translate(225 250)'%3E%3Crect x='0' y='4' width='22' height='14' rx='2'/%3E%3Cpath d='M5 4 l3 -3 h6 l3 3'/%3E%3Ccircle cx='11' cy='11' r='4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-repeat:repeat;background-size:360px 360px}.chat-thread-bg[data-v-11896179]{background-image:radial-gradient(circle,#00000008 1px,#0000 1px);background-size:20px 20px}:root.dark .chat-thread-bg[data-v-11896179]{background-image:radial-gradient(circle,#ffffff05 1px,#0000 1px)}.shadow-xs[data-v-11896179]{box-shadow:0 1px 2px #0000000a,0 0 0 1px #00000005}:root.dark .shadow-xs[data-v-11896179]{box-shadow:0 1px 2px #00000026,0 0 0 1px #ffffff08}.conv-card[data-v-11896179]{transition:background-color .15s,border-left-color .15s}
