.react-flow{direction:ltr;--xy-edge-stroke-default: #b1b1b7;--xy-edge-stroke-width-default: 1;--xy-edge-stroke-selected-default: #555;--xy-connectionline-stroke-default: #b1b1b7;--xy-connectionline-stroke-width-default: 1;--xy-attribution-background-color-default: rgba(255, 255, 255, .5);--xy-minimap-background-color-default: #fff;--xy-minimap-mask-background-color-default: rgba(240, 240, 240, .6);--xy-minimap-mask-stroke-color-default: transparent;--xy-minimap-mask-stroke-width-default: 1;--xy-minimap-node-background-color-default: #e2e2e2;--xy-minimap-node-stroke-color-default: transparent;--xy-minimap-node-stroke-width-default: 2;--xy-background-color-default: transparent;--xy-background-pattern-dots-color-default: #91919a;--xy-background-pattern-lines-color-default: #eee;--xy-background-pattern-cross-color-default: #e2e2e2;background-color:var(--xy-background-color, var(--xy-background-color-default));--xy-node-color-default: inherit;--xy-node-border-default: 1px solid #1a192b;--xy-node-background-color-default: #fff;--xy-node-group-background-color-default: rgba(240, 240, 240, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(0, 0, 0, .08);--xy-node-boxshadow-selected-default: 0 0 0 .5px #1a192b;--xy-node-border-radius-default: 3px;--xy-handle-background-color-default: #1a192b;--xy-handle-border-color-default: #fff;--xy-selection-background-color-default: rgba(0, 89, 220, .08);--xy-selection-border-default: 1px dotted rgba(0, 89, 220, .8);--xy-controls-button-background-color-default: #fefefe;--xy-controls-button-background-color-hover-default: #f4f4f4;--xy-controls-button-color-default: inherit;--xy-controls-button-color-hover-default: inherit;--xy-controls-button-border-color-default: #eee;--xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, .08);--xy-edge-label-background-color-default: #ffffff;--xy-edge-label-color-default: inherit;--xy-resize-background-color-default: #3367d9}.react-flow.dark{--xy-edge-stroke-default: #3e3e3e;--xy-edge-stroke-width-default: 1;--xy-edge-stroke-selected-default: #727272;--xy-connectionline-stroke-default: #b1b1b7;--xy-connectionline-stroke-width-default: 1;--xy-attribution-background-color-default: rgba(150, 150, 150, .25);--xy-minimap-background-color-default: #141414;--xy-minimap-mask-background-color-default: rgba(60, 60, 60, .6);--xy-minimap-mask-stroke-color-default: transparent;--xy-minimap-mask-stroke-width-default: 1;--xy-minimap-node-background-color-default: #2b2b2b;--xy-minimap-node-stroke-color-default: transparent;--xy-minimap-node-stroke-width-default: 2;--xy-background-color-default: #141414;--xy-background-pattern-dots-color-default: #777;--xy-background-pattern-lines-color-default: #777;--xy-background-pattern-cross-color-default: #777;--xy-node-color-default: #f8f8f8;--xy-node-border-default: 1px solid #3c3c3c;--xy-node-background-color-default: #1e1e1e;--xy-node-group-background-color-default: rgba(240, 240, 240, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(255, 255, 255, .08);--xy-node-boxshadow-selected-default: 0 0 0 .5px #999;--xy-handle-background-color-default: #bebebe;--xy-handle-border-color-default: #1e1e1e;--xy-selection-background-color-default: rgba(200, 200, 220, .08);--xy-selection-border-default: 1px dotted rgba(200, 200, 220, .8);--xy-controls-button-background-color-default: #2b2b2b;--xy-controls-button-background-color-hover-default: #3e3e3e;--xy-controls-button-color-default: #f8f8f8;--xy-controls-button-color-hover-default: #fff;--xy-controls-button-border-color-default: #5b5b5b;--xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, .08);--xy-edge-label-background-color-default: #141414;--xy-edge-label-color-default: #f8f8f8}.react-flow__background{background-color:var(--xy-background-color-props, var(--xy-background-color, var(--xy-background-color-default)));pointer-events:none;z-index:-1}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1}.react-flow__pane.draggable{cursor:grab}.react-flow__pane.dragging{cursor:grabbing}.react-flow__pane.selection{cursor:pointer}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow__edge-path{stroke:var(--xy-edge-stroke, var(--xy-edge-stroke-default));stroke-width:var(--xy-edge-stroke-width, var(--xy-edge-stroke-width-default));fill:none}.react-flow__connection-path{stroke:var(--xy-connectionline-stroke, var(--xy-connectionline-stroke-default));stroke-width:var(--xy-connectionline-stroke-width, var(--xy-connectionline-stroke-width-default));fill:none}.react-flow .react-flow__edges{position:absolute}.react-flow .react-flow__edges svg{overflow:visible;position:absolute;pointer-events:none}.react-flow__edge{pointer-events:visibleStroke}.react-flow__edge.selectable{cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge.selectable:focus .react-flow__edge-path,.react-flow__edge.selectable:focus-visible .react-flow__edge-path{stroke:var(--xy-edge-stroke-selected, var(--xy-edge-stroke-selected-default))}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__arrowhead polyline{stroke:var(--xy-edge-stroke, var(--xy-edge-stroke-default))}.react-flow__arrowhead polyline.arrowclosed{fill:var(--xy-edge-stroke, var(--xy-edge-stroke-default))}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:dashdraw .5s linear infinite}svg.react-flow__connectionline{z-index:1001;overflow:visible;position:absolute}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:default}.react-flow__node.selectable{cursor:pointer}.react-flow__node.draggable{cursor:grab;pointer-events:all}.react-flow__node.draggable.dragging{cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.react-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background-color:var(--xy-handle-background-color, var(--xy-handle-background-color-default));border:1px solid var(--xy-handle-border-color, var(--xy-handle-border-color-default));border-radius:100%}.react-flow__handle.connectingfrom{pointer-events:all}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:0;transform:translate(-50%,50%)}.react-flow__handle-top{top:0;left:50%;transform:translate(-50%,-50%)}.react-flow__handle-left{top:50%;left:0;transform:translate(-50%,-50%)}.react-flow__handle-right{top:50%;right:0;transform:translate(50%,-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__pane.selection .react-flow__panel{pointer-events:none}.react-flow__panel{position:absolute;z-index:5;margin:15px}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.top.center,.react-flow__panel.bottom.center{left:50%;transform:translate(-15px) translate(-50%)}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.left.center,.react-flow__panel.right.center{top:50%;transform:translateY(-15px) translateY(-50%)}.react-flow__attribution{font-size:10px;background:var(--xy-attribution-background-color, var(--xy-attribution-background-color-default));padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;left:0;top:0}.react-flow__viewport-portal{position:absolute;width:100%;height:100%;left:0;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__minimap{background:var( --xy-minimap-background-color-props, var(--xy-minimap-background-color, var(--xy-minimap-background-color-default)) )}.react-flow__minimap-svg{display:block}.react-flow__minimap-mask{fill:var( --xy-minimap-mask-background-color-props, var(--xy-minimap-mask-background-color, var(--xy-minimap-mask-background-color-default)) );stroke:var( --xy-minimap-mask-stroke-color-props, var(--xy-minimap-mask-stroke-color, var(--xy-minimap-mask-stroke-color-default)) );stroke-width:var( --xy-minimap-mask-stroke-width-props, var(--xy-minimap-mask-stroke-width, var(--xy-minimap-mask-stroke-width-default)) )}.react-flow__minimap-node{fill:var( --xy-minimap-node-background-color-props, var(--xy-minimap-node-background-color, var(--xy-minimap-node-background-color-default)) );stroke:var( --xy-minimap-node-stroke-color-props, var(--xy-minimap-node-stroke-color, var(--xy-minimap-node-stroke-color-default)) );stroke-width:var( --xy-minimap-node-stroke-width-props, var(--xy-minimap-node-stroke-width, var(--xy-minimap-node-stroke-width-default)) )}.react-flow__background-pattern.dots{fill:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-dots-color-default)) )}.react-flow__background-pattern.lines{stroke:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-lines-color-default)) )}.react-flow__background-pattern.cross{stroke:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-cross-color-default)) )}.react-flow__controls{display:flex;flex-direction:column;box-shadow:var(--xy-controls-box-shadow, var(--xy-controls-box-shadow-default))}.react-flow__controls.horizontal{flex-direction:row}.react-flow__controls-button{display:flex;justify-content:center;align-items:center;height:26px;width:26px;padding:4px;border:none;background:var(--xy-controls-button-background-color, var(--xy-controls-button-background-color-default));border-bottom:1px solid var( --xy-controls-button-border-color-props, var(--xy-controls-button-border-color, var(--xy-controls-button-border-color-default)) );color:var( --xy-controls-button-color-props, var(--xy-controls-button-color, var(--xy-controls-button-color-default)) );cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px;fill:currentColor}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-input,.react-flow__node-default,.react-flow__node-output,.react-flow__node-group{padding:10px;border-radius:var(--xy-node-border-radius, var(--xy-node-border-radius-default));width:150px;font-size:12px;color:var(--xy-node-color, var(--xy-node-color-default));text-align:center;border:var(--xy-node-border, var(--xy-node-border-default));background-color:var(--xy-node-background-color, var(--xy-node-background-color-default))}.react-flow__node-input.selectable:hover,.react-flow__node-default.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:var(--xy-node-boxshadow-hover, var(--xy-node-boxshadow-hover-default))}.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:var(--xy-node-boxshadow-selected, var(--xy-node-boxshadow-selected-default))}.react-flow__node-group{background-color:var(--xy-node-group-background-color, var(--xy-node-group-background-color-default))}.react-flow__nodesselection-rect,.react-flow__selection{background:var(--xy-selection-background-color, var(--xy-selection-background-color-default));border:var(--xy-selection-border, var(--xy-selection-border-default))}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls-button:hover{background:var( --xy-controls-button-background-color-hover-props, var(--xy-controls-button-background-color-hover, var(--xy-controls-button-background-color-hover-default)) );color:var( --xy-controls-button-color-hover-props, var(--xy-controls-button-color-hover, var(--xy-controls-button-color-hover-default)) )}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__controls-button:last-child{border-bottom:none}.react-flow__controls.horizontal .react-flow__controls-button{border-bottom:none;border-right:1px solid var( --xy-controls-button-border-color-props, var(--xy-controls-button-border-color, var(--xy-controls-button-border-color-default)) )}.react-flow__controls.horizontal .react-flow__controls-button:last-child{border-right:none}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{width:5px;height:5px;border:1px solid #fff;border-radius:1px;background-color:var(--xy-resize-background-color, var(--xy-resize-background-color-default));translate:-50% -50%}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:var(--xy-resize-background-color, var(--xy-resize-background-color-default));border-width:0;border-style:solid}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.react-flow__edge-textbg{fill:var(--xy-edge-label-background-color, var(--xy-edge-label-background-color-default))}.react-flow__edge-text{fill:var(--xy-edge-label-color, var(--xy-edge-label-color-default))}[data-rbq-builder=true]{--rbq-builder-bg: #121212;--rbq-builder-surface: #1b1b1b;--rbq-builder-surface-soft: #232323;--rbq-builder-surface-strong: #323232;--rbq-builder-stroke: rgba(255, 255, 255, .08);--rbq-builder-stroke-strong: rgba(255, 255, 255, .14);--rbq-builder-text: #ececec;--rbq-builder-muted: #97979d;--rbq-builder-shadow: 0 18px 40px rgba(0, 0, 0, .32);--rbq-builder-agent: #7297ff;--rbq-builder-classify: #ffb238;--rbq-builder-end: #9ae8d8;--rbq-builder-note: #d8d8db;--rbq-builder-tool: #f4d24c;--rbq-builder-logic: #ffb13a;--rbq-builder-data: #9361ff;min-height:100vh;background:var(--rbq-builder-bg);color:var(--rbq-builder-text);font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}[data-rbq-builder=true] .react-flow__attribution{display:none}.rbq-builder-shell{min-height:100vh;padding:8px 10px 12px}.rbq-builder-topbar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;min-height:44px;margin-bottom:8px}.rbq-builder-topbar-left,.rbq-builder-topbar-right{display:flex;align-items:center;gap:8px}.rbq-builder-topbar-right{justify-content:flex-end}.rbq-builder-topbar-center{display:inline-flex;justify-self:center;align-items:center;gap:4px;padding:4px;border-radius:999px;background:#ffffff14;border:1px solid rgba(255,255,255,.05)}.rbq-builder-topbar-center button,.rbq-builder-back,.rbq-builder-icon-button,.rbq-builder-publish,.rbq-builder-top-action,.rbq-builder-canvas-dock button,.rbq-builder-inspector-more,.rbq-builder-inspector-evaluate,.rbq-builder-menu-action{appearance:none;border:0;background:transparent;color:inherit;font:inherit;cursor:pointer}.rbq-builder-topbar-center button,.rbq-builder-back,.rbq-builder-icon-button,.rbq-builder-canvas-dock button{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:999px;color:var(--rbq-builder-muted)}.rbq-builder-topbar-center button svg,.rbq-builder-back svg,.rbq-builder-icon-button svg,.rbq-builder-top-action svg,.rbq-builder-canvas-dock button svg,.rbq-builder-field-decoration svg,.rbq-builder-inspector-more svg,.rbq-builder-field-select-row svg{width:16px;height:16px;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;fill:none}.rbq-builder-back:hover,.rbq-builder-icon-button:hover,.rbq-builder-topbar-center button:hover,.rbq-builder-canvas-dock button:hover,.rbq-builder-field-decoration:hover,.rbq-builder-inspector-more:hover,.rbq-builder-menu-action:hover,.rbq-builder-palette-item:hover{color:var(--rbq-builder-text)}.rbq-builder-topbar-center button.is-active,.rbq-builder-canvas-dock button.is-active{background:#ffffff1a;color:var(--rbq-builder-text)}.rbq-builder-heading{display:flex;align-items:center}.rbq-builder-title-row{display:flex;align-items:center;gap:8px}.rbq-builder-heading h1{margin:0;font-size:18px;font-weight:600;letter-spacing:-.01em}.rbq-builder-badge{display:inline-flex;align-items:center;height:20px;padding:0 8px;border-radius:999px;background:#ffffff14;color:#c8c8cd;font-size:12px;font-weight:600}.rbq-builder-badge.is-error{background:#ff6a6a29;color:#ffb2b2}.rbq-builder-save-error{display:block;margin-top:4px;color:#ff9b9b;font-size:11px}.rbq-builder-topbar-menu{position:relative}.rbq-builder-menu-popover{position:absolute;top:38px;right:0;z-index:40;width:244px;padding:12px;border-radius:16px;border:1px solid var(--rbq-builder-stroke);background:#1d1d1dfa;box-shadow:var(--rbq-builder-shadow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.rbq-builder-menu-meta{display:flex;flex-direction:column;gap:2px;margin-bottom:12px}.rbq-builder-menu-meta strong{font-size:13px;font-weight:600}.rbq-builder-menu-meta span,.rbq-builder-menu-label{color:var(--rbq-builder-muted);font-size:12px}.rbq-builder-menu-label{display:block;margin-bottom:6px}.rbq-builder-menu-actions{display:flex;flex-direction:column;gap:6px;margin-top:10px}.rbq-builder-menu-action,.rbq-builder-bot-select{width:100%;min-height:34px;padding:0 12px;border-radius:10px;border:1px solid var(--rbq-builder-stroke);background:#ffffff0d;color:var(--rbq-builder-text);text-align:left}.rbq-builder-bot-select{font:inherit}.rbq-builder-top-action{display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 8px;border-radius:10px;color:var(--rbq-builder-muted)}.rbq-builder-top-action.is-active{background:#ffffff14;color:var(--rbq-builder-text)}.rbq-builder-top-action span{font-size:13px;font-weight:500}.rbq-builder-publish{display:inline-flex;align-items:center;justify-content:center;height:32px;padding:0 14px;border-radius:999px;background:#fff;color:#111;font-size:13px;font-weight:600}.rbq-builder-workspace{min-height:calc(100vh - 60px)}.rbq-builder-editor{position:relative;min-height:calc(100vh - 60px);overflow:hidden;border-radius:0;border:0;background:#111}.rbq-builder-flow-surface,.rbq-builder-flow{position:absolute;inset:0;width:100%;height:100%}.rbq-builder-flow .react-flow__renderer,.rbq-builder-flow .react-flow__pane,.rbq-builder-flow .react-flow__viewport{background:transparent}.rbq-builder-flow .react-flow__connection-path{stroke:#a0a0a894;stroke-width:2}.rbq-builder-floating{position:absolute;z-index:10}.rbq-builder-modal-layer{position:absolute;inset:0;z-index:22;display:flex;align-items:center;justify-content:center;padding:24px;background:#0000002e}.rbq-builder-palette,.rbq-builder-inspector{border-radius:18px;border:1px solid rgba(255,255,255,.06);background:#1d1d1dfa;box-shadow:var(--rbq-builder-shadow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.rbq-builder-palette{top:46px;left:12px;width:184px;max-height:calc(100% - 58px);overflow:auto;padding:8px}.rbq-builder-palette-section+.rbq-builder-palette-section{margin-top:14px}.rbq-builder-palette-section h2{margin:0 10px 6px;color:#7e7f84;font-size:11px;font-weight:600}.rbq-builder-palette-items{display:flex;flex-direction:column;gap:0}.rbq-builder-palette-item{appearance:none;display:flex;align-items:center;gap:10px;width:100%;min-height:40px;padding:0 10px;border-radius:10px;border:1px solid transparent;background:transparent;box-shadow:none;color:var(--rbq-builder-text);text-align:left}.rbq-builder-palette-item:hover{background:#ffffff0d}.rbq-builder-palette-item span:last-child{font-size:14px;font-weight:500}.rbq-builder-palette-icon,.rbq-flow-node-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;color:#111}.rbq-builder-palette-icon{width:22px;height:22px;border-radius:7px}.rbq-builder-palette-icon svg,.rbq-flow-node-icon svg{width:12px;height:12px;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;fill:none}.rbq-builder-palette-icon-agent,.rbq-flow-node-icon-agent{background:var(--rbq-builder-agent)}.rbq-builder-palette-icon-classify,.rbq-flow-node-icon-classify{background:var(--rbq-builder-classify)}.rbq-builder-palette-icon-end,.rbq-flow-node-icon-end,.rbq-flow-node-icon-start{background:var(--rbq-builder-end)}.rbq-builder-palette-icon-note,.rbq-flow-node-icon-note{background:var(--rbq-builder-note)}.rbq-builder-palette-icon-file-search,.rbq-builder-palette-icon-guardrails,.rbq-builder-palette-icon-mcp,.rbq-flow-node-icon-file-search,.rbq-flow-node-icon-guardrails,.rbq-flow-node-icon-mcp{background:var(--rbq-builder-tool)}.rbq-builder-palette-icon-if-else,.rbq-builder-palette-icon-while,.rbq-builder-palette-icon-user-approval,.rbq-flow-node-icon-if-else,.rbq-flow-node-icon-while,.rbq-flow-node-icon-user-approval{background:var(--rbq-builder-logic)}.rbq-builder-palette-icon-transform,.rbq-builder-palette-icon-set-state,.rbq-flow-node-icon-transform,.rbq-flow-node-icon-set-state{background:var(--rbq-builder-data)}.rbq-builder-inspector{top:46px;right:12px;width:312px;max-height:calc(100% - 58px);overflow:auto;padding:14px}.rbq-builder-inspector-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:8px}.rbq-builder-inspector-heading h2{margin:0 0 4px;font-size:15px;font-weight:600}.rbq-builder-inspector-heading p{margin:0;color:var(--rbq-builder-muted);font-size:13px;line-height:1.45}.rbq-builder-inspector-actions{display:inline-flex;gap:4px}.rbq-builder-agent-inspector,.rbq-builder-classify-inspector,.rbq-builder-file-search-inspector,.rbq-builder-guardrails-inspector{display:flex;flex-direction:column;gap:14px}.rbq-builder-agent-field,.rbq-builder-classify-field,.rbq-builder-file-search-field,.rbq-builder-guardrails-field{display:flex;flex-direction:column;gap:6px}.rbq-builder-agent-label-row,.rbq-builder-classify-label-row,.rbq-builder-file-search-label-row,.rbq-builder-guardrails-label-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.rbq-builder-agent-label-row label,.rbq-builder-agent-inline-row label,.rbq-builder-classify-label-row label,.rbq-builder-classify-inline-row label,.rbq-builder-file-search-label-row label,.rbq-builder-guardrails-label-row label,.rbq-builder-guardrails-inline-row label{color:#f1f1f1;font-size:13px;font-weight:500}.rbq-builder-file-search-vector-row{display:flex;align-items:center;gap:10px}.rbq-builder-file-search-vector-input{position:relative;flex:1 1 auto}.rbq-builder-file-search-vector-icon{position:absolute;top:50%;left:10px;display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;color:#b9b9bf;transform:translateY(-50%);pointer-events:none}.rbq-builder-file-search-vector-icon svg{width:14px;height:14px;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;fill:none}.rbq-builder-file-search-text-input{padding-left:30px}.rbq-builder-file-search-create,.rbq-builder-file-search-context{appearance:none;border:0;background:transparent;color:var(--rbq-builder-muted);font:inherit;font-size:12px}.rbq-builder-file-search-create{flex:0 0 auto;min-width:46px;cursor:pointer}.rbq-builder-file-search-create:disabled,.rbq-builder-file-search-context:disabled{cursor:default;opacity:.55}.rbq-builder-file-search-query-wrap{position:relative}.rbq-builder-file-search-query-input{min-height:92px;padding-bottom:34px;resize:none}.rbq-builder-file-search-context{position:absolute;right:10px;bottom:8px}.rbq-builder-agent-label-actions{display:inline-flex;align-items:center;gap:4px}.rbq-builder-agent-textarea{position:relative;flex-direction:column;align-items:stretch;justify-content:flex-start;min-height:118px;padding-bottom:28px}.rbq-builder-agent-context{position:absolute;right:10px;bottom:8px;appearance:none;border:0;background:transparent;color:var(--rbq-builder-muted);font:inherit;font-size:12px;cursor:pointer}.rbq-builder-agent-context:disabled{cursor:default;opacity:.55}.rbq-builder-agent-inline-row,.rbq-builder-classify-inline-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.rbq-builder-guardrails-inline-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.rbq-builder-agent-inline-value{min-width:120px;margin-left:auto;padding:0;background:transparent}.rbq-builder-classify-inline-value{min-width:96px;margin-left:auto;padding:0;background:transparent}.rbq-builder-classify-input-chip,.rbq-builder-guardrails-input-chip{display:flex;align-items:center;gap:8px;min-height:34px;padding:0 10px;border-radius:10px;background:#ffffff14;color:#d8d8dd}.rbq-builder-classify-input-icon{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;color:#77bc5a;font-size:11px;font-weight:700}.rbq-builder-guardrails-input-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;color:#13c15d}.rbq-builder-guardrails-input-icon svg{width:16px;height:16px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;fill:none}.rbq-builder-classify-input-name,.rbq-builder-guardrails-input-name{font-size:13px}.rbq-builder-classify-input-type,.rbq-builder-guardrails-input-type{display:inline-flex;align-items:center;height:18px;margin-left:auto;padding:0 6px;border-radius:6px;background:#ffffff14;color:#cfcfd5;font-size:10px;font-weight:700;letter-spacing:.04em}.rbq-builder-classify-inline-icon,.rbq-builder-guardrails-inline-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;appearance:none;border:0;border-radius:999px;background:transparent;color:var(--rbq-builder-muted);cursor:pointer}.rbq-builder-classify-inline-icon svg,.rbq-builder-guardrails-inline-icon svg{width:12px;height:12px;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;fill:none}.rbq-builder-classify-inline-icon:disabled,.rbq-builder-guardrails-inline-icon:disabled{cursor:default;opacity:.42}.rbq-builder-guardrails-list{display:flex;flex-direction:column;gap:12px}.rbq-builder-guardrails-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.rbq-builder-guardrails-row-copy{display:inline-flex;align-items:center;gap:6px;min-width:0;color:#f1f1f1}.rbq-builder-guardrails-row-copy span,.rbq-builder-guardrails-row-copy label{font-size:13px;line-height:1.35}.rbq-builder-guardrails-row-actions{display:inline-flex;align-items:center;gap:10px;margin-left:auto}.rbq-builder-toggle-button{display:inline-flex;align-items:center;justify-content:center;padding:0;appearance:none;border:0;background:transparent;cursor:pointer}.rbq-builder-guardrails-divider{height:1px;background:var(--rbq-builder-stroke);margin-top:2px}.rbq-builder-guardrail-modal{width:min(480px,calc(100vw - 48px));border-radius:22px;background:#383838fa;color:#efeff2;box-shadow:0 24px 64px #0000006b}.rbq-builder-guardrail-modal-body{display:flex;flex-direction:column;gap:18px;padding:28px 28px 22px}.rbq-builder-guardrail-modal-body h2{margin:0;font-size:24px;line-height:1.15;font-weight:600}.rbq-builder-guardrail-modal-body>p{margin:-2px 0 0;color:#bdbdc4;font-size:15px;line-height:1.5}.rbq-builder-guardrail-modal-section{display:flex;flex-direction:column;gap:8px}.rbq-builder-guardrail-modal-section>label,.rbq-builder-guardrail-threshold-head label{color:#f1f1f3;font-size:13px;font-weight:600}.rbq-builder-guardrail-modal-section textarea,.rbq-builder-guardrail-model-trigger,.rbq-builder-guardrail-model-search input{width:100%;font:inherit}.rbq-builder-guardrail-modal-section textarea,.rbq-builder-guardrail-model-trigger,.rbq-builder-guardrail-model-search input,.rbq-builder-guardrail-threshold-value{border:1px solid rgba(255,255,255,.12);border-radius:16px;background:#ffffff14;color:#efeff2}.rbq-builder-guardrail-modal-section textarea{min-height:148px;padding:18px 22px;resize:none;line-height:1.55;outline:none}.rbq-builder-guardrail-modal-section textarea::placeholder,.rbq-builder-guardrail-model-search input::placeholder{color:#9f9fa8}.rbq-builder-guardrail-modal-hint-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;color:#a9a9b0;font-size:12px;line-height:1.55}.rbq-builder-guardrail-modal-hint-row p{margin:0}.rbq-builder-guardrail-model-picker{position:relative}.rbq-builder-guardrail-model-trigger{display:flex;align-items:center;justify-content:space-between;min-height:38px;padding:0 16px;appearance:none;cursor:pointer}.rbq-builder-guardrail-model-trigger svg{width:14px;height:14px;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;fill:none}.rbq-builder-guardrail-model-popover{position:absolute;top:calc(100% + 10px);left:0;width:100%;max-height:360px;overflow:hidden;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:#222224;box-shadow:0 18px 38px #00000061}.rbq-builder-guardrail-model-search{padding:10px;border-bottom:1px solid rgba(255,255,255,.08)}.rbq-builder-guardrail-model-search input{min-height:36px;padding:0 14px;outline:none}.rbq-builder-guardrail-model-groups{max-height:300px;overflow:auto;padding:8px}.rbq-builder-guardrail-model-group+.rbq-builder-guardrail-model-group{margin-top:6px}.rbq-builder-guardrail-model-group-label{padding:8px 10px 6px;color:#9f9fa8;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.rbq-builder-guardrail-model-option{display:flex;flex-direction:column;gap:2px;width:100%;padding:10px 10px 11px;appearance:none;border:0;border-radius:12px;background:transparent;color:#efeff2;text-align:left;cursor:pointer}.rbq-builder-guardrail-model-option:hover,.rbq-builder-guardrail-model-option.is-selected{background:#ffffff14}.rbq-builder-guardrail-model-option small{color:#a9a9b0;font-size:12px;line-height:1.35}.rbq-builder-guardrail-threshold-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.rbq-builder-guardrail-threshold-value{display:inline-flex;align-items:center;gap:2px;min-width:54px;height:34px;padding:0 10px}.rbq-builder-guardrail-threshold-value input{width:20px;padding:0;border:0;background:transparent;color:#efeff2;font:inherit;text-align:right;outline:none}.rbq-builder-guardrail-threshold-value span{color:#d6d6dc;font-size:13px}.rbq-builder-guardrail-threshold-slider{width:100%;margin:4px 0 0;appearance:none;background:transparent}.rbq-builder-guardrail-threshold-slider::-webkit-slider-runnable-track{height:6px;border-radius:999px;background:linear-gradient(to right,#c9c9ce 0%,#c9c9ce var(--rbq-slider-fill, 70%),rgba(255,255,255,.12) var(--rbq-slider-fill, 70%),rgba(255,255,255,.12) 100%)}.rbq-builder-guardrail-threshold-slider::-webkit-slider-thumb{appearance:none;width:22px;height:22px;margin-top:-8px;border-radius:50%;border:4px solid #bcbcc2;background:#1d1d1f}.rbq-builder-guardrail-threshold-slider::-moz-range-track{height:6px;border-radius:999px;background:#ffffff1f}.rbq-builder-guardrail-threshold-slider::-moz-range-progress{height:6px;border-radius:999px;background:#c9c9ce}.rbq-builder-guardrail-threshold-slider::-moz-range-thumb{width:22px;height:22px;border-radius:50%;border:4px solid #bcbcc2;background:#1d1d1f}.rbq-builder-guardrail-threshold-hint{margin:2px 0 0;color:#a9a9b0;font-size:12px;line-height:1.5}.rbq-builder-guardrail-modal-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 28px 28px}.rbq-builder-guardrail-learn-link,.rbq-builder-guardrail-secondary,.rbq-builder-guardrail-primary{appearance:none;border:0;background:transparent;color:inherit;font:inherit}.rbq-builder-guardrail-learn-link{color:#f0f0f2;font-size:14px;text-decoration:underline;text-underline-offset:2px;cursor:pointer}.rbq-builder-guardrail-modal-actions{display:inline-flex;align-items:center;gap:10px;margin-left:auto}.rbq-builder-guardrail-secondary,.rbq-builder-guardrail-primary{min-height:40px;padding:0 18px;border-radius:14px;cursor:pointer}.rbq-builder-guardrail-secondary{background:#ffffff1a;color:#efeff2}.rbq-builder-guardrail-primary{background:#f2f2f4;color:#18181a}.rbq-builder-classify-categories{display:flex;flex-direction:column;gap:8px}.rbq-builder-classify-category-row{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:34px;padding:0 10px;border-radius:10px;background:#ffffff14;color:#d8d8dd;font-size:13px}.rbq-builder-classify-add-button{display:inline-flex;align-items:center;gap:6px;width:fit-content;min-height:28px;padding:0 10px;appearance:none;border:0;border-radius:999px;background:#ffffff14;color:#d8d8dd;font:inherit;font-size:13px;cursor:pointer}.rbq-builder-classify-add-button svg{width:14px;height:14px;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;fill:none}.rbq-builder-classify-example{display:flex;flex-direction:column;gap:8px}.rbq-builder-classify-examples{display:flex;flex-direction:column;gap:12px}.rbq-builder-classify-example-head{display:flex;align-items:center;justify-content:space-between;color:#d8d8dd;font-size:13px}.rbq-builder-classify-textarea{min-height:60px;color:var(--rbq-builder-muted)}.rbq-builder-classify-select{color:var(--rbq-builder-muted)}.rbq-builder-agent-more-section{display:flex;flex-direction:column;gap:10px;margin-top:2px}.rbq-builder-agent-more-section h3{margin:0;color:var(--rbq-builder-muted);font-size:12px;font-weight:600}.rbq-builder-agent-more-fields{display:flex;flex-direction:column;gap:10px}.rbq-builder-inspector-section+.rbq-builder-inspector-section{margin-top:10px}.rbq-builder-inspector-section h3{margin:0 0 8px;color:var(--rbq-builder-muted);font-size:11px;font-weight:600;text-transform:uppercase}.rbq-builder-inspector-fields{display:flex;flex-direction:column;gap:10px}.rbq-builder-field{display:flex;flex-direction:column;gap:6px}.rbq-builder-field.is-toggle{flex-direction:row;align-items:center;justify-content:space-between}.rbq-builder-field label{color:#f1f1f1;font-size:13px;font-weight:500}.rbq-builder-field.is-toggle label{margin:0}.rbq-builder-field-value,.rbq-builder-field-pills,.rbq-builder-field-select-row{min-height:34px;padding:8px 10px;border-radius:10px;background:#ffffff14;color:#d8d8dd}.rbq-builder-field-value{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.rbq-builder-field-value span{display:inline-block;font-size:13px;line-height:1.5}.rbq-builder-field-value.is-textarea{min-height:98px}.rbq-builder-field-value-actions{display:inline-flex;align-items:center;gap:4px}.rbq-builder-field-decoration{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:999px;color:var(--rbq-builder-muted)}.rbq-builder-field-decoration:disabled{cursor:default;opacity:.46}.rbq-builder-field-pills{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.rbq-builder-field-pill{display:inline-flex;align-items:center;min-height:24px;padding:0 10px;border-radius:999px;background:#ffffff14;font-size:12px;line-height:1}.rbq-builder-field-toggle-row{display:inline-flex;align-items:center;gap:10px;color:var(--rbq-builder-muted);font-size:13px}.rbq-builder-toggle{display:inline-flex;align-items:center;width:30px;height:18px;padding:2px;border-radius:999px;background:#ffffff2e}.rbq-builder-toggle span{width:14px;height:14px;border-radius:50%;background:#fff;transform:translate(0);transition:transform .15s ease}.rbq-builder-toggle.is-on{background:#4a8cff}.rbq-builder-toggle.is-on span{transform:translate(12px)}.rbq-builder-field-select-row{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:13px}.rbq-builder-text-input,.rbq-builder-textarea-input,.rbq-builder-inline-text-input{width:100%;appearance:none;border:0;outline:none;border-radius:10px;background:#ffffff14;color:#d8d8dd;font:inherit;font-size:13px}.rbq-builder-text-input,.rbq-builder-inline-text-input{min-height:34px;padding:0 10px}.rbq-builder-textarea-input{min-height:98px;padding:10px;line-height:1.5;resize:vertical}.rbq-builder-text-input::placeholder,.rbq-builder-textarea-input::placeholder,.rbq-builder-inline-text-input::placeholder{color:var(--rbq-builder-muted)}.rbq-builder-agent-textarea-wrap{position:relative}.rbq-builder-agent-textarea-input{min-height:118px;padding-bottom:34px}.rbq-builder-inline-text-input{background:transparent;padding-left:0;padding-right:0}.rbq-builder-inline-text-input:focus,.rbq-builder-text-input:focus,.rbq-builder-textarea-input:focus{box-shadow:inset 0 0 0 1px #92929a75}.rbq-builder-select-control{position:relative;display:inline-flex;align-items:center;min-width:120px;border-radius:10px;background:#ffffff14}.rbq-builder-select-control select{width:100%;min-height:34px;padding:0 30px 0 10px;appearance:none;border:0;outline:none;background:transparent;color:#d8d8dd;font:inherit;font-size:13px}.rbq-builder-select-control svg{position:absolute;right:10px;width:14px;height:14px;color:#b2b2b8;pointer-events:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;fill:none}.rbq-builder-inspector-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px}.rbq-builder-inspector-more,.rbq-builder-inspector-evaluate{display:inline-flex;align-items:center;gap:6px;color:var(--rbq-builder-muted);font-size:13px}.rbq-builder-inspector-evaluate{margin-left:auto}.rbq-builder-canvas-dock{left:50%;bottom:14px;transform:translate(-50%);display:inline-flex;align-items:center;gap:8px;padding:8px;border-radius:999px;background:#282828f5;border:1px solid rgba(255,255,255,.05);box-shadow:var(--rbq-builder-shadow)}.rbq-builder-canvas-dock button:disabled{opacity:.36;cursor:default}.rbq-builder-mode-panel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;min-height:calc(100vh - 60px)}.rbq-builder-preview-card,.rbq-builder-code-card,.rbq-builder-eval-card{border-radius:18px;background:#1d1d1dfa;border:1px solid rgba(255,255,255,.06);box-shadow:var(--rbq-builder-shadow)}.rbq-builder-preview-card,.rbq-builder-code-card{display:flex;flex-direction:column;padding:18px}.rbq-builder-preview-card header,.rbq-builder-code-card header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:16px}.rbq-builder-preview-card h2,.rbq-builder-code-card h2{margin:0;font-size:17px}.rbq-builder-preview-card span,.rbq-builder-code-card span{color:var(--rbq-builder-muted);font-size:12px}.rbq-builder-preview-chat{display:flex;flex-direction:column;gap:12px}.rbq-builder-message{padding:12px 14px;border-radius:14px;background:#2b2b2f}.rbq-builder-message.user{align-self:flex-start}.rbq-builder-message.assistant{align-self:flex-end;background:#7397ff2e}.rbq-builder-message.system{border:1px dashed rgba(255,255,255,.14);background:#ffffff08}.rbq-builder-message span{display:block;margin-bottom:6px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.rbq-builder-message p,.rbq-builder-eval-card p{margin:0;line-height:1.5}.rbq-builder-step-list{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:12px;color:#d4d4d8}.rbq-builder-mode-panel-evaluate{grid-template-columns:1fr;align-content:start}.rbq-builder-eval-card{padding:18px}.rbq-builder-eval-card div{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.rbq-builder-eval-card strong{font-size:15px}.rbq-builder-eval-card span{display:inline-flex;align-items:center;height:24px;padding:0 10px;border-radius:999px;font-size:11px;font-weight:700;text-transform:uppercase}.rbq-builder-eval-card.pass span{background:#5fce9d2e;color:#8ce0b9}.rbq-builder-eval-card.warn span{background:#ffc15e2e;color:#f4d07e}.rbq-builder-eval-card.todo span{background:#7297ff2e;color:#a9b9ff}.rbq-builder-mode-panel-code{grid-template-columns:1fr}.rbq-builder-code-card pre{flex:1;margin:0;overflow:auto;padding:18px;border-radius:14px;background:#101010;border:1px solid rgba(255,255,255,.05);color:#d6dffe;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:13px;line-height:1.55}.rbq-builder-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 40px);gap:12px;text-align:center}.rbq-builder-empty h1{margin:0;font-size:28px}.rbq-builder-empty p{margin:0;color:var(--rbq-builder-muted)}.rbq-flow-node{position:relative;display:flex;flex-direction:column;width:max-content;gap:8px;padding:14px;border-radius:18px;border:1px solid rgba(255,255,255,.12);background:#222222f5;color:var(--rbq-builder-text);box-shadow:0 10px 22px #00000038}.rbq-flow-node:hover{border-color:#ffffff29}.rbq-flow-node.is-selected{border-color:#ffffff80;box-shadow:0 14px 28px #00000042,0 0 0 1px #ffffff2e}.rbq-flow-node.is-compact{min-height:72px;justify-content:center}.rbq-flow-node.is-terminal{padding:12px 14px}.rbq-flow-node.has-rows{padding:10px}.rbq-flow-node-header{display:flex;align-items:center;gap:12px}.rbq-flow-node-copy{display:flex;flex-direction:column;gap:1px;min-width:0}.rbq-flow-node-copy strong{font-size:14px;font-weight:600;line-height:1.2;white-space:nowrap}.rbq-flow-node-copy span{color:var(--rbq-builder-muted);font-size:12px;line-height:1.2}.rbq-flow-node.has-rows .rbq-flow-node-copy strong{font-size:13px}.rbq-flow-node-icon{width:42px;height:42px;border-radius:12px}.rbq-flow-node-icon svg{width:18px;height:18px}.rbq-flow-node-rows{display:flex;flex-direction:column;gap:4px}.rbq-flow-node-row{display:flex;align-items:center;justify-content:flex-end;min-height:30px;padding:0 12px;border-radius:9px;background:#00000038;color:#d0d0d6;font-size:13px;font-weight:500}.rbq-flow-handle{width:12px;height:12px;border:2px solid rgba(255,255,255,.18);background:#1f1f1f;box-shadow:0 0 #fff0;opacity:0;scale:1;transition:opacity .16s ease,border-color .16s ease,box-shadow .16s ease,scale .16s ease}.rbq-flow-handle.is-unconnected,.rbq-flow-node:hover .rbq-flow-handle.is-connected,.rbq-flow-node.is-selected .rbq-flow-handle,.rbq-flow-handle.connectingfrom,.rbq-flow-handle.connectingto,.rbq-flow-handle.valid{opacity:1}.rbq-flow-handle:hover,.rbq-flow-handle.connectingfrom,.rbq-flow-handle.connectingto,.rbq-flow-handle.valid{border-color:#ffffff6b;box-shadow:0 0 0 1px #ffffff24;scale:1.16}.rbq-flow-handle-left{left:0}.rbq-flow-handle-right{right:0}.rbq-flow-edge-path{stroke:#7a7a827a;stroke-width:2;stroke-linecap:round}.rbq-flow-edge-label{position:absolute;pointer-events:none;padding:3px 8px;border-radius:999px;background:#111113eb;color:#cfcfd5;font-size:11px;font-weight:600}@media(max-width:1260px){.rbq-builder-topbar{grid-template-columns:1fr;justify-items:start}.rbq-builder-topbar-center{justify-self:start}.rbq-builder-topbar-right{width:100%;justify-content:flex-start;flex-wrap:wrap}}@media(max-width:980px){.rbq-builder-editor{min-height:1040px}.rbq-builder-palette,.rbq-builder-inspector{position:static;width:auto;max-height:none;margin:10px}.rbq-builder-flow-surface{position:relative;height:680px}.rbq-builder-mode-panel{grid-template-columns:1fr}}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/poppins-devanagari-400-normal-CJDn6rn8.woff2) format("woff2"),url(/assets/poppins-devanagari-400-normal-CqVvlrh5.woff) format("woff");unicode-range:U+0900-097F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/poppins-latin-ext-400-normal-by3JarPu.woff2) format("woff2"),url(/assets/poppins-latin-ext-400-normal-DaBSavcJ.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/poppins-latin-400-normal-cpxAROuN.woff2) format("woff2"),url(/assets/poppins-latin-400-normal-BOb3E3N0.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/poppins-devanagari-500-normal-BIdkeU1p.woff2) format("woff2"),url(/assets/poppins-devanagari-500-normal-DMPDjHtT.woff) format("woff");unicode-range:U+0900-097F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/poppins-latin-ext-500-normal-CK-6C4Hw.woff2) format("woff2"),url(/assets/poppins-latin-ext-500-normal-CgAe2rWW.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/poppins-latin-500-normal-C8OXljZJ.woff2) format("woff2"),url(/assets/poppins-latin-500-normal-DGXqpDMm.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/poppins-devanagari-600-normal-STEjXBNN.woff2) format("woff2"),url(/assets/poppins-devanagari-600-normal-ClASKHrr.woff) format("woff");unicode-range:U+0900-097F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/poppins-latin-ext-600-normal-CAhIAdZj.woff2) format("woff2"),url(/assets/poppins-latin-ext-600-normal-Df5ffKXP.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/poppins-latin-600-normal-zEkxB9Mr.woff2) format("woff2"),url(/assets/poppins-latin-600-normal-BJdTmd5m.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/poppins-devanagari-700-normal-O-jipLrW.woff2) format("woff2"),url(/assets/poppins-devanagari-700-normal-fHs-vx92.woff) format("woff");unicode-range:U+0900-097F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/poppins-latin-ext-700-normal-cby-RkWa.woff2) format("woff2"),url(/assets/poppins-latin-ext-700-normal-DctTR6Tg.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/poppins-latin-700-normal-Qrb0O0WB.woff2) format("woff2"),url(/assets/poppins-latin-700-normal-BVuQR_eA.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--bg-main: #f6f7fc;--text-main: #1d2240;--muted: #697089;--accent-primary: #6936e4;--accent-secondary: #b33bd8;--sidebar-bg: #0d1230;--sidebar-border: #1c234f;--sidebar-text: #aeb6dc;--sidebar-active: #1f2a5d;--card-bg: #ffffff;--card-border: #e8ebf6;--tile-border: rgba(29, 34, 64, .08);--shadow: 0 8px 30px rgba(13, 18, 48, .08);--tile-shadow: 0 1px 3px rgba(13, 18, 48, .05);--rbq-logo-title: #b3a2fd}:root[data-theme=dark]{--bg-main: #0f1424;--text-main: #e8edff;--muted: #9ca9cd;--accent-primary: #7f6fff;--accent-secondary: #d461ff;--sidebar-bg: #0a1022;--sidebar-border: #202a4f;--sidebar-text: #c0c9ee;--sidebar-active: #2f3f7f;--card-bg: #151d35;--card-border: #2d3a65;--tile-border: rgba(232, 237, 255, .14);--shadow: 0 10px 30px rgba(0, 0, 0, .35);--tile-shadow: 0 1px 3px rgba(0, 0, 0, .22);--rbq-logo-title: #b3a2fd}*{box-sizing:border-box}body{margin:0;font-family:Poppins,sans-serif;background:var(--bg-main);color:var(--text-main)}#root{min-height:100vh}.cm-auth-shell{min-height:100vh;display:flex;background:linear-gradient(120deg,#ecf0ff,#f7f8ff 42%,#fff)}.cm-auth-main{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;width:100%;padding:22px}.cm-auth-brand{text-align:center;display:flex;flex-direction:column;gap:4px}.cm-auth-brand h1{margin:0;font-size:34px;color:#101010}.cm-auth-brand h1 span{color:var(--rbq-logo-title)}.cm-auth-brand p{margin:0;color:#2c3351;font-weight:500}.cm-auth-brand small{margin-top:2px;color:#6c769a}.cm-auth-card{width:min(430px,100%);background:#fff;border:1px solid #e3e8fa;border-radius:16px;box-shadow:var(--shadow);padding:22px;display:flex;flex-direction:column;gap:12px}.cm-auth-card h2{margin:0;font-size:28px}.cm-auth-card p{margin:0;color:#65709a;font-size:14px}.cm-auth-card label{display:flex;flex-direction:column;gap:6px;font-size:13px;color:#49516f}.cm-auth-card input{border:1px solid #d8def2;border-radius:10px;padding:11px 12px;font-size:14px;outline:none;color:#1f2547}.cm-auth-card input:focus{border-color:#6b6ff2;box-shadow:0 0 0 3px #6b6ff226}.auth-password-row{position:relative;display:flex;align-items:center}.auth-password-row input{width:100%;padding-right:96px}.auth-password-toggle{position:absolute;top:50%;right:10px;transform:translateY(-50%);border:0;background:transparent;color:#5b6589;display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:500;cursor:pointer;padding:2px 0}.auth-password-toggle:hover{color:#2e3967}.auth-password-toggle svg{width:16px;height:16px;flex:0 0 auto}.auth-submit{width:100%}.auth-link{border:0;background:transparent;color:#4b5ede;font-size:13px;text-align:left;padding:0;cursor:pointer}.auth-error{border:1px solid #f4bcbc;background:#fff2f2;color:#b12323;border-radius:10px;padding:10px;font-size:13px}.auth-message{border:1px solid #bbdfbf;background:#effbf0;color:#1b7c2f;border-radius:10px;padding:10px;font-size:13px}.toast-stack{position:fixed;right:18px;bottom:18px;z-index:5000;display:flex;flex-direction:column;gap:10px;width:min(420px,calc(100vw - 24px));pointer-events:none}.toast{pointer-events:auto;display:flex;align-items:flex-start;justify-content:space-between;gap:10px;border-radius:12px;padding:10px 12px;border:1px solid #d8e0f5;background:#ffffffeb;box-shadow:0 10px 26px #1c2a4f1f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:toast-in .22s ease-out}.toast p{margin:0;color:#23335f;font-size:13px;line-height:1.35}.toast.success{border-color:#b9e0c0;background:#effbf0f5}.toast.success p{color:#1b7c2f}.toast.error{border-color:#f4bcbc;background:#fff2f2f5}.toast.error p{color:#b12323}.toast.info{border-color:#cbd7fb;background:#f1f5fff5}.toast.info p{color:#2c3d74}.toast-close{border:0;background:transparent;color:#6b769a;font-size:18px;line-height:1;cursor:pointer;padding:0 2px}.toast-close:hover{color:#3d4b79}@keyframes toast-in{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.mfa-method-toggle{display:grid;grid-template-columns:1fr 1fr;gap:8px}.action.secondary.is-selected{border-color:color-mix(in srgb,var(--accent-primary) 45%,#ffffff 55%);color:var(--accent-primary);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--accent-primary) 28%,#ffffff 72%)}.mfa-hint-box{display:flex;flex-direction:column;gap:6px;border:1px dashed #cfd6f0;border-radius:10px;padding:10px;background:#f8faff;color:#384165;font-size:12px}.mfa-hint-box span{display:block}.mfa-hint-box code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.mfa-qr-block{display:flex;flex-direction:column;align-items:center;gap:6px;border:1px solid #d9e0f7;border-radius:10px;background:#fff;padding:10px}.mfa-qr-image{width:180px;height:180px;border-radius:8px;border:1px solid #d9e0f7;background:#fff}.mfa-qr-block small{color:#5a688f;font-size:12px;text-align:center}.mfa-uri{overflow-wrap:anywhere}.mfa-uri-actions{margin-top:2px;display:flex;flex-wrap:wrap;gap:6px}.mfa-copy-uri{width:fit-content;min-height:30px;padding:6px 10px;font-size:12px}.cm-shell{display:grid;grid-template-columns:260px 1fr;min-height:100vh}.cm-sidebar{background:linear-gradient(180deg,#0d1230,#0b1028);color:var(--sidebar-text);border-right:1px solid var(--sidebar-border);padding:20px 16px;display:flex;flex-direction:column;gap:18px}.brand h1{margin:0;color:#f9fbff;font-size:30px;font-weight:700;line-height:1.1}.brand h1 span{color:var(--rbq-logo-title)}.brand p{margin:4px 0 0;color:#8f9ac8;font-size:13px}.sidebar-account{margin-top:14px;padding:10px 12px;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:#ffffff0a;display:flex;flex-direction:column;gap:4px}.sidebar-account-role{text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:700;color:#7e88b4}.sidebar-account-username{color:#f1f5ff;font-size:14px;font-weight:600;line-height:1.2}.sidebar-account-name{color:#d7def8;font-size:13px;line-height:1.25}.sidebar-account-company{color:#aeb6dc;font-size:12px;line-height:1.25}.nav-group{display:flex;flex-direction:column;gap:6px}.nav-group-label{text-transform:uppercase;font-size:11px;letter-spacing:.08em;color:#7e88b4;margin:4px 8px}.nav-item{appearance:none;border:0;background:transparent;color:var(--sidebar-text);display:inline-flex;align-items:center;gap:10px;text-align:left;border-radius:10px;padding:10px 12px;font-size:14px;font-weight:500;cursor:pointer}.nav-item-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;flex:0 0 auto}.nav-item-label{line-height:1}.ui-icon{width:16px;height:16px;flex:0 0 auto}.nav-item:hover{background:#ffffff0f}.nav-item.is-active{color:#fff;background:linear-gradient(135deg,var(--sidebar-active),color-mix(in srgb,var(--sidebar-active) 75%,#ffffff 25%));box-shadow:inset 0 0 0 1px #ffffff0f}.cm-main{padding:24px;display:flex;flex-direction:column;gap:18px}.cm-header{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}.cm-header h2{margin:0;font-size:34px;line-height:1.1}.panel-title{display:inline-flex;align-items:center;gap:12px}.panel-title-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;color:color-mix(in srgb,var(--accent-primary) 72%,#6472a7 28%)}.panel-title-icon .ui-icon{width:29px;height:29px}.cm-header p{margin:6px 0 0;color:var(--muted);font-size:14px}.header-actions{display:flex;gap:10px;flex-wrap:wrap}.action{border:1px solid transparent;border-radius:10px;padding:10px 14px;font-size:14px;font-weight:600;cursor:pointer;transition:transform .15s ease}.action:disabled{opacity:.56;cursor:not-allowed}.action:not(:disabled):hover{transform:translateY(-1px)}.action.secondary{background:var(--card-bg);border-color:var(--card-border);color:var(--text-main)}.action.secondary.danger{border-color:#f1c7c7;color:#8d2525;background:#fff5f5}.action.violet{color:#fff;background:linear-gradient(90deg,var(--accent-primary),var(--accent-secondary))}.action.dark{color:#fff;background:linear-gradient(90deg,#11183f,#1f275e)}.kpi-grid{display:grid;grid-template-columns:repeat(7,minmax(100px,1fr));gap:14px}.kpi-card{border-radius:14px;border:1px solid var(--tile-border);background:var(--card-bg);box-shadow:var(--tile-shadow);min-height:95px;padding:11px 14px 10px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.kpi-label{display:inline-flex;align-items:center;gap:7px;color:var(--kpi-label-color, var(--muted));font-size:13px;font-weight:600;letter-spacing:.01em;margin-bottom:8px}.kpi-label .ui-icon{width:16px;height:16px;opacity:.95}.kpi-card strong{display:block;margin:0;max-width:100%;font-size:clamp(20px,2.1vw,30px);line-height:.96;letter-spacing:-.015em;font-variant-numeric:tabular-nums;color:var(--kpi-value-color, #1f2a52)}.tone-blue{--kpi-value-color: #3a5ecf;--kpi-label-color: #5169b4;background:linear-gradient(180deg,#f4f7ff,#f9fbff)}.tone-green{--kpi-value-color: #2b9a59;--kpi-label-color: #4f8d66;background:linear-gradient(180deg,#edf9f1,#f9fffb)}.tone-yellow{--kpi-value-color: #b37a13;--kpi-label-color: #94754a;background:linear-gradient(180deg,#fff9ea,#fffdf7)}.tone-red{--kpi-value-color: #bf5b47;--kpi-label-color: #8f6e6a;background:linear-gradient(180deg,#fff0ef,#fff9f8)}.tone-violet{--kpi-value-color: #7b4ebf;--kpi-label-color: #6f6598;background:linear-gradient(180deg,#f5f0ff,#faf7ff)}.tone-slate{--kpi-value-color: #4b567e;--kpi-label-color: #626f91;background:linear-gradient(180deg,#f2f5fb,#fbfcff)}.tone-cyan{--kpi-value-color: #2a88a6;--kpi-label-color: #5e7b92;background:linear-gradient(180deg,#ecf8fc,#f8fdff)}.toolbar{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.toolbar input{flex:1;min-width:280px;border:1px solid #dce2f3;background:#fff;border-radius:10px;padding:11px 12px;font-size:14px;color:#20274c;outline:none}.toolbar select{border:1px solid #dce2f3;background:#fff;border-radius:10px;padding:11px 12px;font-size:14px;color:#20274c;outline:none}.toolbar .action.secondary{white-space:nowrap}.toolbar input[type=date],.toolbar input[type=datetime-local],.toolbar select{flex:0 1 220px;min-width:220px}.toolbar input:focus,.toolbar select:focus{border-color:#6b6ff2;box-shadow:0 0 0 3px #6b6ff226}.toolbar-counter{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:0 14px;border:1px solid #dce2f3;border-radius:999px;background:linear-gradient(180deg,#f7f9ff,#fff);color:#31406f;font-size:13px;font-weight:600;white-space:nowrap}.toolbar-counter-label{color:#5b678f;font-weight:500}.toolbar-counter-value{color:#243a88;font-size:15px;font-weight:700;letter-spacing:.01em}.toolbar-refresh-indicator{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:0 14px;border:1px solid #dce2f3;border-radius:999px;background:#fff;color:#4b5a86;font-size:13px;font-weight:500;white-space:nowrap}.toolbar-refresh-dot{width:8px;height:8px;border-radius:999px;background:#5f31e1;box-shadow:0 0 #5f31e13d;animation:toolbar-refresh-pulse 1.4s ease-in-out infinite}@keyframes toolbar-refresh-pulse{0%{transform:scale(.95);box-shadow:0 0 #5f31e13d}70%{transform:scale(1);box-shadow:0 0 0 8px #5f31e100}to{transform:scale(.95);box-shadow:0 0 #5f31e100}}.chips{display:flex;flex-wrap:wrap;gap:8px}.chip{border:1px solid #dce2f3;border-radius:999px;background:#fff;color:#37406a;display:inline-flex;align-items:center;gap:6px;padding:8px 12px;font-size:13px;font-weight:500;cursor:pointer}.chip-icon{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;opacity:.85}.chip-icon .ui-icon{width:14px;height:14px}.chip.is-selected{border-color:#c7d3ff;background:#eef3ff;color:#2f4bcf}.state-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:14px;padding:20px;color:var(--muted)}.selection-bar{border:1px solid #dbe2f6;border-radius:12px;background:linear-gradient(180deg,#f4f7ff,#fff);padding:10px 12px;display:flex;justify-content:space-between;gap:10px;align-items:center}.selection-bar>span{color:#364477;font-size:13px;font-weight:600}.selection-actions{display:flex;gap:8px;flex-wrap:wrap}.selection-checkbox{display:inline-flex;align-items:center;gap:8px;border:1px solid #dce2f3;border-radius:10px;background:#fff;color:#31406f;padding:8px 10px;font-size:13px;font-weight:500}.selection-checkbox input{width:15px;height:15px}.bot-toolbar-note{width:100%;margin:0;padding:11px 12px}.bot-settings-layout{display:grid;grid-template-columns:300px 1fr;gap:14px;align-items:start}.bot-list{display:flex;flex-direction:column;gap:8px}.bot-list-item{border:1px solid var(--tile-border);background:var(--card-bg);border-radius:14px;box-shadow:var(--tile-shadow);padding:10px;text-align:left;display:flex;flex-direction:column;gap:4px;cursor:pointer;color:var(--text-main)}.bot-list-item:hover{border-color:color-mix(in srgb,var(--accent-primary) 26%,var(--tile-border) 74%);background:color-mix(in srgb,var(--card-bg) 92%,var(--accent-primary) 8%)}.bot-list-item.is-active{border-color:color-mix(in srgb,var(--accent-primary) 40%,var(--tile-border) 60%);background:color-mix(in srgb,var(--card-bg) 84%,var(--accent-primary) 16%)}.bot-list-item strong{font-size:14px}.bot-list-item span{font-size:13px;color:#35467a}.bot-list-item small{font-size:12px;color:#5a688f}.bot-editor{min-height:220px}.bot-form{border:1px solid var(--tile-border);border-radius:14px;background:var(--card-bg);padding:14px;box-shadow:var(--tile-shadow);display:flex;flex-direction:column;gap:10px}.bot-form h3{margin:0;font-size:20px;color:#1e2851}.bot-form p{margin:0;color:#61709a;font-size:13px}.bot-form label{display:flex;flex-direction:column;gap:5px;color:#394a7d;font-size:13px}.bot-form input[type=text],.bot-form input[type=number],.bot-form textarea{border:1px solid #d6dcf2;border-radius:8px;padding:9px 10px;font-size:13px;color:#1f2c56;font-family:inherit;background:#fff}.bot-form textarea{resize:vertical;min-height:140px}.bot-form input:focus,.bot-form textarea:focus{outline:none;border-color:#6b6ff2;box-shadow:0 0 0 3px #6b6ff226}.bot-form-checkbox{flex-direction:row!important;align-items:center;gap:8px!important}.bot-form-checkbox input{width:16px;height:16px}.bot-form-actions{display:flex;justify-content:flex-end}.bot-readonly-note{color:#636f96;font-size:12px}.theme-editor-wrap{display:flex;flex-direction:column;gap:12px}.theme-editor-card{border:1px solid var(--tile-border);border-radius:14px;background:var(--card-bg);box-shadow:var(--tile-shadow);padding:14px;display:flex;flex-direction:column;gap:10px}.theme-editor-card h3{margin:0;font-size:20px;color:var(--text-main)}.theme-editor-card p{margin:0;color:var(--muted);font-size:13px}.theme-editor-card label{display:flex;flex-direction:column;gap:5px;font-size:13px;color:#394a7d}.theme-editor-card input[type=text],.theme-editor-card input[type=number],.theme-editor-card input[type=password],.theme-editor-card input[type=email],.theme-editor-card textarea,.theme-editor-card select{border:1px solid #d6dcf2;border-radius:8px;padding:9px 10px;font-size:13px;color:#1f2c56;background:#fff}.theme-editor-card textarea{resize:vertical;min-height:120px}.theme-editor-card input:focus,.theme-editor-card textarea:focus,.theme-editor-card select:focus{outline:none;border-color:#6b6ff2;box-shadow:0 0 0 3px #6b6ff226}.profile-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:14px;align-items:start}.profile-layout .theme-editor-card{min-height:100%}.profile-mfa-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:6px;font-size:13px;color:#33406d}.profile-mfa-actions{display:flex;flex-wrap:wrap;gap:8px}.profile-mfa-actions .action{flex:1 1 180px}.profile-passkeys{display:flex;flex-direction:column;gap:8px}.profile-passkey-item{border:1px solid var(--tile-border);border-radius:14px;background:var(--card-bg);box-shadow:var(--tile-shadow);padding:10px;display:flex;justify-content:space-between;gap:10px;align-items:flex-start}.profile-passkey-item>div{display:flex;flex-direction:column;gap:4px}.profile-passkey-item strong{font-size:13px;color:#25325f}.profile-passkey-item small{color:#5a688f;font-size:12px}.theme-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:10px}.theme-color-input{border:1px solid #dce2f3;border-radius:10px;background:#f8faff;display:flex;align-items:center;gap:10px;padding:6px 8px}.theme-color-input input[type=color]{border:0;width:44px;height:30px;padding:0;background:transparent;cursor:pointer}.theme-color-input span{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;color:#2f3c68}.conversation-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:14px}.conversation-grid.is-refreshing{opacity:.78;transition:opacity .18s ease}.conversation-card{background:var(--card-bg);border:1px solid var(--tile-border);border-radius:14px;box-shadow:var(--tile-shadow);padding:14px;display:flex;flex-direction:column;gap:12px}.conversation-card header{display:flex;flex-direction:column;align-items:flex-start;width:100%;gap:8px}.row-title{display:flex;flex-direction:column;gap:4px;width:100%;min-width:0}.row-title small{color:var(--muted);font-size:12px}.selector{display:flex;align-items:flex-start;gap:8px;font-weight:600;font-size:15px;width:100%;min-width:0}.selector input{width:16px;height:16px;flex:0 0 auto;margin-top:2px}.selector span{min-width:0;overflow-wrap:anywhere}.status-pill{display:inline-flex;align-items:center;gap:6px;align-self:flex-start;width:fit-content;max-width:100%;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:600;border:1px solid transparent}.status-pill.tone-green{color:#1c7e38;border-color:#b9e7c7}.status-pill.tone-yellow{color:#997006;border-color:#f1df9f}.status-pill.tone-red{color:#b32e2e;border-color:#f0b8b8}.status-pill.tone-blue{color:#2459b6;border-color:#bad0ff}.status-pill.tone-violet{color:#6730c4;border-color:#d8c2ff}.conversation-card ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:6px;font-size:13px;color:#35416d}.conversation-card li strong{color:#171d3a}.summary{margin:0;font-size:13px;color:#4c567d;line-height:1.45}.conversation-card footer{display:flex;gap:8px;justify-content:flex-end}.conversation-card footer button{border:0;border-radius:8px;background:linear-gradient(90deg,#5f31e1,#9739d7);color:#fff;font-size:13px;font-weight:600;padding:8px 12px;cursor:pointer}.conversation-card footer button.ghost{border:1px solid #d6dcf2;background:#fff;color:#31406f}.conversation-card footer button:disabled{opacity:.56;cursor:not-allowed}.danger-button{border:1px solid #f1c7c7!important;background:#fff5f5!important;color:#8d2525!important}.users-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:12px}.user-card{background:var(--card-bg);border:1px solid var(--tile-border);border-radius:14px;box-shadow:var(--tile-shadow);padding:12px;display:flex;flex-direction:column;gap:10px}.user-card header{display:flex;justify-content:space-between;gap:8px;align-items:flex-start}.user-card h4{margin:0;font-size:17px;color:#1f294e}.user-card header small{color:#647093;font-size:12px}.user-card ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:6px;font-size:13px;color:#33406d}.user-card a{color:var(--accent-primary);text-decoration:none;word-break:break-word}.user-card footer{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.user-card footer button{border:0;border-radius:8px;background:linear-gradient(90deg,#5f31e1,#9739d7);color:#fff;font-size:12px;font-weight:600;padding:7px 10px;cursor:pointer}.user-card footer button.ghost{border:1px solid #d6dcf2;background:#fff;color:#31406f}.user-card footer button:disabled{opacity:.56;cursor:not-allowed}.user-form{border:1px solid var(--tile-border);border-radius:14px;background:var(--card-bg);padding:14px;box-shadow:var(--tile-shadow);display:flex;flex-direction:column;gap:10px;overflow:auto}.user-form label{display:flex;flex-direction:column;gap:5px;color:#394a7d;font-size:13px}.user-form input,.user-form select,.user-form textarea{border:1px solid #d6dcf2;border-radius:8px;padding:9px 10px;font-size:13px;color:#1f2c56;font-family:inherit;background:#fff}.user-form input:focus,.user-form select:focus,.user-form textarea:focus{outline:none;border-color:#6b6ff2;box-shadow:0 0 0 3px #6b6ff226}.user-form-checkbox{flex-direction:row!important;align-items:center;gap:8px!important}.user-form-checkbox input{width:16px;height:16px}.user-assignment-box{border:1px solid #e3e8f8;border-radius:10px;padding:10px;display:flex;flex-direction:column;gap:8px}.user-assignment-box legend{font-size:12px;color:#4a5a8d;padding:0 6px}.detail-overlay{position:fixed;inset:0;background:#0a0e218f;display:flex;justify-content:flex-end;z-index:20}.detail-panel{width:min(760px,100%);height:100%;background:var(--bg-main);border-left:1px solid #dce2f3;display:flex;flex-direction:column;gap:12px;padding:16px;overflow:hidden}.export-panel{width:min(520px,100%)}.detail-header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.detail-header h3{margin:0;font-size:24px}.detail-header p{margin:4px 0 0;color:var(--muted);font-size:13px}.detail-close{border:1px solid #dce2f3;background:#fff;color:#243058;border-radius:10px;font-size:13px;font-weight:600;padding:8px 12px;cursor:pointer}.detail-summary-card{border:1px solid #dce2f3;background:var(--card-bg);border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:10px}.detail-summary-card p{margin:0;color:#33406d;line-height:1.5}.export-options-form{display:flex;flex-direction:column;gap:12px}.export-option{display:flex;align-items:flex-start;gap:10px;border:1px solid #dce2f3;border-radius:12px;background:#fff;padding:12px;cursor:pointer}.export-option.is-disabled{opacity:.6;cursor:not-allowed}.export-option-secondary{background:#f8faff}.export-option input{width:16px;height:16px;margin-top:2px;flex:0 0 auto}.export-option-copy{display:flex;flex-direction:column;gap:4px}.export-option-copy strong{color:#243058;font-size:14px}.export-option-copy small{color:#607098;font-size:12px}.export-options-note{margin:0;color:#5b678f;font-size:13px;line-height:1.4}.export-options-error{margin:0}.detail-readonly-note{color:#805c0d;background:#fff7de;border:1px solid #f1df9f;border-radius:8px;padding:6px 8px}.detail-override-form{border-top:1px solid #e6e9f6;padding-top:10px;display:flex;flex-direction:column;gap:8px}.detail-override-form h4{margin:0;font-size:14px;color:#253260}.detail-override-form label{display:flex;flex-direction:column;gap:4px;font-size:12px;color:#465278}.detail-override-form input[type=text],.detail-override-form select,.detail-override-form textarea{border:1px solid #d6dcf2;border-radius:8px;padding:8px 10px;font-size:13px;color:#1f294e;background:#fff;font-family:inherit}.detail-lock{flex-direction:row!important;align-items:center;gap:8px!important}.detail-lock input{width:16px;height:16px}.detail-override-actions{display:flex;justify-content:flex-end}.detail-override-actions button{border:0;border-radius:8px;background:linear-gradient(90deg,#5f31e1,#9739d7);color:#fff;font-size:13px;font-weight:600;padding:8px 12px;cursor:pointer}.detail-override-actions button:disabled{opacity:.56;cursor:not-allowed}.detail-override-message{color:#3a4b84;font-size:12px}.detail-timeline{border:1px solid #dce2f3;background:var(--card-bg);border-radius:12px;padding:10px;overflow:auto;display:flex;flex-direction:column;gap:10px}.timeline-item{border:1px solid #e1e5f5;border-radius:10px;padding:10px;background:var(--card-bg);display:flex;flex-direction:column;gap:8px}.timeline-item header{display:flex;justify-content:space-between;gap:8px;align-items:center}.timeline-item header strong{font-size:14px;color:#1f294e}.timeline-item header small{color:#647093;font-size:12px}.timeline-message{margin:0;max-height:220px;overflow:auto;line-height:1.5;color:#34406b;font-size:13px}.timeline-message p{margin:0 0 8px}.timeline-message p:last-child{margin-bottom:0}.timeline-message ul,.timeline-message ol{margin:0 0 8px;padding-left:20px}.timeline-message li{margin:2px 0}.timeline-message pre{margin:0 0 8px;padding:8px 10px;border-radius:8px;border:1px solid #d9e0f4;background:#f7f9ff;overflow:auto}.timeline-message code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;background:#eff3ff;border:1px solid #d8e1fb;border-radius:6px;padding:1px 4px}.timeline-message pre code{background:transparent;border:0;padding:0}.timeline-message a{color:#2f4bcf;text-decoration:underline}.timeline-message img{max-width:100%;height:auto;border-radius:8px}.timeline-message blockquote{margin:0 0 8px;padding:6px 10px;border-left:3px solid #c8d5ff;color:#425486;background:#f8faff}.language-tabs{display:inline-flex;gap:6px}.language-tabs button{border:1px solid #dce2f3;background:#fff;color:#324171;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:600;cursor:pointer}.language-tabs button.is-active{border-color:#c7d3ff;background:#eef3ff;color:#2f4bcf}.audit-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(420px,1fr));gap:12px}.audit-wrapper{display:flex;flex-direction:column;gap:12px}.audit-card{border:1px solid var(--tile-border);border-radius:14px;background:var(--card-bg);padding:12px;box-shadow:var(--tile-shadow);display:flex;flex-direction:column;gap:8px}.audit-card header{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}.audit-card header strong{color:#1c2650;font-size:14px}.audit-card header small{color:#627097;font-size:12px}.audit-card ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:4px;font-size:13px;color:#34406b}.audit-card pre{margin:0;border:1px solid #e4e8f7;border-radius:8px;background:#f7f9ff;padding:8px;font-size:12px;line-height:1.4;max-height:220px;overflow:auto}.audit-pagination{display:flex;justify-content:space-between;gap:10px;align-items:center;flex-wrap:wrap;border:1px solid var(--tile-border);border-radius:14px;padding:10px;background:var(--card-bg);box-shadow:var(--tile-shadow)}.audit-pagination>span{color:#3a4a7e;font-size:13px}.audit-pagination-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.audit-pagination-actions label{display:flex;align-items:center;gap:6px;color:#415180;font-size:13px}.audit-pagination-actions select{border:1px solid #d6dcf2;border-radius:8px;background:#fff;color:#22305e;padding:6px 8px;font-size:13px}@media(max-width:1220px){.kpi-grid{grid-template-columns:repeat(3,minmax(130px,1fr))}.audit-grid{grid-template-columns:1fr}}@media(max-width:980px){.cm-shell,.cm-auth-shell{grid-template-columns:1fr}.cm-sidebar{border-right:0;border-bottom:1px solid var(--sidebar-border)}.bot-settings-layout{grid-template-columns:1fr}}@media(max-width:700px){.cm-main{padding:16px}.conversation-grid{grid-template-columns:1fr}.kpi-grid{grid-template-columns:repeat(2,minmax(120px,1fr))}.selection-bar{flex-direction:column;align-items:flex-start}.selection-actions,.selection-checkbox{width:100%}.profile-layout{grid-template-columns:1fr}.audit-pagination{flex-direction:column;align-items:flex-start}}
