body{margin:0;background-color:#fff}#root{margin:0;padding:0;width:100%;height:100%}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}.ant-modal-confirm-paragraph{max-width:calc(100% - 14px)!important}.app-container{height:calc(100vh - 36px);overflow:hidden}.app-footer{height:35px;background:#f8f9fa;border-top:1px #e9ecef solid;text-align:center;font-size:13px;line-height:35px;color:#666;overflow:hidden}.app-footer .footer-content{display:flex;justify-content:center;flex-wrap:wrap;gap:16px}.app-footer a{margin:0 8px;color:inherit;text-decoration:none}.app-footer a:hover{text-decoration:underline}.rule-flow-layout{height:100vh;background:#fff}.rule-flow-layout .empty-tip{width:100%}.rule-flow-layout .rule-flow-sider{background:#f8f9fa;border-right:1px solid #e9ecef}.rule-flow-layout .rule-flow-sider .sider-brand{padding:16px;text-align:center;border-bottom:1px solid #e9ecef;background:linear-gradient(180deg,#fff,#f8f9fa)}.rule-flow-layout .rule-flow-sider .sider-brand img{filter:drop-shadow(0 2px 4px rgba(24,144,255,.2))}.rule-flow-layout .rule-flow-sider .sider-brand .brand-cn{font-size:16px;font-weight:600;color:#213547;letter-spacing:1px;line-height:1.2}.rule-flow-layout .rule-flow-sider .sider-brand .brand-en{font-size:11px;color:#888;font-family:Segoe UI,Tahoma,sans-serif;margin-top:4px;text-transform:uppercase;letter-spacing:.5px}.rule-flow-layout .rule-flow-sider .sider-menu{padding:8px 0}.rule-flow-layout .rule-flow-sider .sider-menu .menu-title{padding:8px 16px;font-size:12px;color:#666}.rule-flow-layout .rule-flow-sider .sider-menu .menu-item{padding:8px 16px;cursor:pointer;transition:background .2s;color:#333}.rule-flow-layout .rule-flow-sider .sider-menu .menu-item.active{background:#e6f7ff;color:#1890ff;font-weight:700}.rule-flow-layout .rule-flow-sider .sider-menu .menu-item:hover:not(.active){background:#f1f3f5}.rule-flow-layout .rule-flow-sider .sider-footer{padding:15px 5px;border-top:1px solid #f1f5f9;background:#f8f9fa;position:absolute;bottom:30px;width:139px}.rule-flow-layout .rule-flow-sider .sider-footer .user-info-btn{display:flex;align-items:center;padding:10px 12px;border-radius:10px;cursor:pointer;transition:all .25s ease;background:transparent;border:1px solid transparent}.rule-flow-layout .rule-flow-sider .sider-footer .user-info-btn:hover{background:#fff;border-color:#e2e8f0;box-shadow:0 4px 10px #0000000a;transform:translateY(-1px)}.rule-flow-layout .rule-flow-sider .sider-footer .user-info-btn:active{transform:translateY(0)}.rule-flow-layout .rule-flow-sider .sider-footer .user-info-btn .user-avatar-inner{width:28px;height:28px;background:#e0f2fe;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#0ea5e9;font-size:14px;flex-shrink:0;transition:all .2s}.rule-flow-layout .rule-flow-sider .sider-footer .user-info-btn .username{margin-left:10px;font-size:13px;font-weight:500;color:#334155;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rule-flow-layout .rule-flow-sider .sider-footer .user-info-btn:hover .user-avatar-inner{background:#0ea5e9;color:#fff}.rule-flow-layout .rule-flow-content{height:100vh;overflow:auto}.login-container{width:100vw;height:calc(100vh - 36px);background:linear-gradient(135deg,#fff,#f1f5f9);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.login-container:before,.login-container:after{content:"";position:absolute;width:600px;height:600px;border-radius:50%;filter:blur(100px);z-index:0;opacity:.4}.login-container:before{background:#1677ff1a;top:-10%;left:-10%}.login-container:after{background:#8b5cf614;bottom:10%;right:-5%}.login-container .login-card{width:400px;border-radius:12px;background:#fff;box-shadow:0 20px 40px #0000000d;border:1px solid #f0f0f0;position:relative;z-index:1}.login-container .login-card .ant-card-body{padding:40px 32px}.login-container .login-card .login-header{text-align:center;margin-bottom:32px}.login-container .login-card .login-header .login-title{font-size:28px;font-weight:600;color:#1d4ed8;margin-bottom:8px;letter-spacing:-.5px}.login-container .login-card .login-header .login-subtitle{font-size:14px;color:#64748b;letter-spacing:1px;text-transform:uppercase}.login-container .login-card .ant-input-affix-wrapper{padding:8px 12px;border-color:#e2e8f0}.login-container .login-card .ant-input-affix-wrapper:hover,.login-container .login-card .ant-input-affix-wrapper-focused{border-color:#1677ff!important}.login-container .login-card .site-form-item-icon{color:#94a3b8}.login-container .login-card .login-form-button{height:44px;font-size:16px;margin-top:8px;background:#1677ff;border-radius:6px;box-shadow:0 4px 12px #1677ff26}.login-container .login-card .login-form-button:hover{background:#4096ff;transform:translateY(-1px);transition:all .2s}.login-container .login-card .login-footer{margin-top:24px;text-align:center}.login-container .login-card .login-footer .login-tips{display:flex;flex-direction:column;gap:8px;font-size:12px;background:#f8fafc;padding:12px;border-radius:8px;border:1px solid #f1f5f9}.login-container .login-card .login-footer .login-tips span{color:#64748b}.login-container .login-card .login-footer .login-tips span b{color:#1e293b;margin-left:4px}@media(max-width:768px){.login-container .login-card{width:92%;max-width:400px}.login-container .login-card .ant-card-body{padding:32px 24px}}.ant-form-item-control-input-content .editor-container{box-sizing:border-box;margin:0;padding:4px 11px;border-width:1px;border-style:solid;border-color:#d9d9d9;border-radius:6px}.rules-page{padding:24px;height:calc(100vh - 35px);overflow:auto}.rules-page .content-header{display:flex;align-items:center;gap:8px;margin-bottom:24px}.rules-page .content-header .header-btn{margin-right:8px}.rules-page .content-header .header-search{margin-left:auto}.rules-page .content-header .search-group{min-width:630px}.rules-page .rule-card-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(330px,1fr));gap:24px;margin-bottom:24px}.rules-page .rule-card{height:170px;transition:box-shadow .2s;background:#fafafa}.rules-page .rule-card:hover{box-shadow:0 4px 12px #0000001a}.rules-page .rule-card .card-header{display:flex;align-items:center;margin-bottom:8px;position:relative;padding-right:60px}.rules-page .rule-card .card-header .status-tag{position:absolute;right:0;top:50%;transform:translateY(-50%);padding:2px 8px;border-radius:10px;font-size:13px;font-weight:500}.rules-page .rule-card .card-header .status-deployed{background-color:#24b524;color:#fff}.rules-page .rule-card .card-header .status-undeployed{background-color:#3333331a;color:#666}.rules-page .rule-card .card-header .status-disabled{background-color:#da77261a;color:#da7726}.rules-page .rule-card .card-header .rule-icon{color:#faad14;margin-right:8px}.rules-page .rule-card .card-header .rule-name{flex:1;font-size:17px;font-weight:500;height:27px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rules-page .rule-card .card-body{color:#4d4f53;font-size:14px}.rules-page .rule-card .card-body .label{font-size:14px}.rules-page .rule-card .card-body .rule-code{padding-right:30px}.rules-page .rule-card .card-body .rule-desc{height:22px;overflow:hidden}.rules-page .rule-card .card-footer{display:none;text-align:right;padding-top:5px}.rules-page .rule-card :hover .card-footer{display:block}.rules-page .content-pagination{display:flex;align-items:center;justify-content:flex-end;gap:16px;font-size:12px;color:#86909c}.rules-page .content-pagination .pagination-total{margin-right:auto}.rules-page .content-pagination .pagination-size{border:1px solid #dcdfe6;border-radius:4px;padding:2px 4px}.rules-page .content-pagination .pagination-jump{display:flex;align-items:center}.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))}.base-node{background:#fff;border:1.5px solid #0cced5;border-radius:8px;display:flex;flex-direction:column;position:relative;transition:all .3s ease;width:170px}.base-node.selected{border-color:#1890ff;box-shadow:0 0 0 5px #1890ff1a}.base-node.is-pinned:after{content:"📌";position:absolute;top:-10px;right:-5px;font-size:14px;z-index:11;color:#0cced5}.base-node .handle{width:6px;height:6px;background:#fff;border:2px solid #1890ff;border-radius:50%;z-index:10;transition:all .2s ease;visibility:hidden}.base-node .handle:hover{background:#1890ff}.base-node .handle.show{visibility:unset}.base-node .node-header{display:flex;justify-content:space-between;align-items:center;padding:5px 8px;background:linear-gradient(135deg,#f6feff,#fff);border-bottom:1px solid #e5e7eb;border-top-left-radius:7px;border-top-right-radius:7px;gap:8px}.base-node .node-header .header-left{display:flex;align-items:center;gap:4px;flex:1;min-width:0}.base-node .node-header .header-right{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;flex-shrink:0;height:20px}.base-node .node-header .header-right .time-tag{font-size:10px;color:#595959;white-space:nowrap}.base-node .node-header .header-right .more{cursor:pointer;width:20px;text-align:center;font-size:12px;border-radius:3px}.base-node .node-header .header-right .more:hover{color:#1890ff;background:#1890ff1a}.base-node .node-header .node-icon{width:15px;height:15px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.base-node .node-header .node-label{font-size:12px;font-weight:500;color:#262626;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.base-node .node-header .node-label .node-id{font-weight:400;color:#555252;margin-left:4px}.base-node .node-body{padding:5px;display:flex;align-items:center;background:#fbfbfb;border-bottom-left-radius:7px;border-bottom-right-radius:7px;position:relative;font-size:11px;overflow:hidden}.base-node .node-body .placeholder-text{color:#555252;font-size:10px;width:100%;text-align:center}.base-node .status-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#ffffff80;z-index:5;border-radius:11px}.base-node .status-overlay .loading-spinner{width:32px;height:32px;border:3px solid #b7eb8f;border-top-color:#52c41a;border-radius:50%;animation:spin-around .8s linear infinite}.base-node.status-RUNNING{border-color:#1890ff}.base-node.status-RUNNING .node-header{background:#e6f7ff;border-bottom-color:#91d5ff}.base-node.status-SUCCESS{border-color:#52c41a}.base-node.status-SUCCESS .node-header{background:#f6ffed;border-bottom-color:#b7eb8f}.base-node.status-FAILURE{border-color:#ff4d4f}.base-node.status-FAILURE .node-header{background:#fff1f0;border-bottom-color:#ffa39e}.base-node.status-SKIP{border-color:#fa8c16}.base-node.status-SKIP .node-header{background:#fff7e6;border-bottom-color:#ffd591}.base-node.status-WAITING{border-color:#fadb14}.base-node.status-WAITING .node-header{background:#feffe6;border-bottom-color:#fffb8f}@keyframes node-pulse{0%{transform:scale(.9);opacity:.8}50%{transform:scale(1.05);opacity:1}to{transform:scale(.9);opacity:.8}}.svg-node{display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.svg-node svg polygon,.svg-node svg line,.svg-node svg circle,.svg-node svg path{transition:stroke .3s ease,fill .3s ease}.svg-node.status-RUNNING svg polygon{fill:#e6f7ff;stroke:#1890ff}.svg-node.status-RUNNING svg line,.svg-node.status-RUNNING svg circle{stroke:#1890ff}.svg-node.status-SUCCESS svg polygon{fill:#f6ffed;stroke:#52c41a}.svg-node.status-SUCCESS svg line,.svg-node.status-SUCCESS svg circle{stroke:#52c41a}.svg-node.status-FAILURE svg polygon{fill:#fff1f0;stroke:#ff4d4f}.svg-node.status-FAILURE svg line,.svg-node.status-FAILURE svg circle{stroke:#ff4d4f}.svg-node.status-SKIP svg polygon{fill:#fff7e6;stroke:#fa8c16}.svg-node.status-SKIP svg line,.svg-node.status-SKIP svg circle{stroke:#fa8c16}.svg-node.status-WAITING svg polygon{fill:#feffe6;stroke:#fadb14}.svg-node.status-WAITING svg line,.svg-node.status-WAITING svg circle{stroke:#fadb14}.svg-node svg{filter:drop-shadow(0 1px 3px rgba(0,0,0,.1))}.svg-node polygon,.svg-node circle,.svg-node line{stroke:#0cced5}.svg-node.selected polygon,.svg-node.selected circle,.svg-node.selected line{stroke:#1890ff}.svg-node.selected svg{filter:drop-shadow(0 2px 6px rgba(24,144,255,.3))}.svg-node.selected svg polygon{stroke-width:3px}.svg-node .handle{width:8px;height:8px;background:#fff;border:1.5px solid #d9d9d9;border-radius:50%;transition:all .2s ease;visibility:hidden}.svg-node .handle.show{visibility:unset}.svg-node .handle:hover{background:#1890ff;border-color:#1890ff}.loop-node{background:#fff;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;overflow:visible;position:relative;z-index:0;transition:width .3s ease,height .3s ease}.loop-node.status-RUNNING .handle{visibility:hidden}.loop-node.status-RUNNING .loop-header{background:#e6f7ff;border-bottom-color:#fff}.loop-node.status-RUNNING .loop-header .loop-header-content{border-color:#1890ff;background:#f6ffed}.loop-node.status-RUNNING .loop-content{border-color:#1890ff}.loop-node.status-SUCCESS .handle{visibility:hidden}.loop-node.status-SUCCESS .loop-header{background:#f6ffed;border-bottom-color:#fff}.loop-node.status-SUCCESS .loop-header .loop-header-content{border-color:#52c41a;background:#f6ffed}.loop-node.status-SUCCESS .loop-content{border-color:#52c41a}.loop-node.status-FAILURE .handle{visibility:hidden}.loop-node.status-FAILURE .loop-header{background:#fff1f0;border-bottom-color:#fff}.loop-node.status-FAILURE .loop-header .loop-header-content{border-color:#ff4d4f;background:#f6ffed}.loop-node.status-FAILURE .loop-content{border-color:#ff4d4f}.loop-node.status-SKIP .handle{visibility:hidden}.loop-node.status-SKIP .loop-header{background:#fff7e6;border-bottom-color:#fff}.loop-node.status-SKIP .loop-header .loop-header-content{border-color:#fa8c16;background:#f6ffed}.loop-node.status-SKIP .loop-content{border-color:#fa8c16}.loop-node.status-WAITING .handle{visibility:hidden}.loop-node.status-WAITING .loop-header{background:#feffe6;border-bottom-color:#fff}.loop-node.status-WAITING .loop-header .loop-header-content{border-color:#fadb14;background:#f6ffed}.loop-node.status-WAITING .loop-content{border-color:#fadb14}.loop-node.selected{border-color:#1890ff;box-shadow:0 2px 12px #1890ff40}.loop-node:hover{border-color:#1890ff;box-shadow:0 2px 12px #1890ff33}.loop-node.resizing{transition:none;cursor:nwse-resize}.loop-node .loop-header{display:flex;min-height:35px;position:absolute;width:100%;top:-35px;font-size:11px;border-top-right-radius:8px;border-top-left-radius:8px}.loop-node .loop-header .loop-header-content{display:flex;border:2px solid #16c1df;border-top-right-radius:8px;border-top-left-radius:8px;padding:0 10px;width:100%;background:linear-gradient(135deg,#f6feff,#fff);gap:8px;align-items:center;border-bottom:0px}.loop-node .loop-header .loop-header-content .loop-icon{font-size:18px;flex-shrink:0}.loop-node .loop-header .loop-header-content .loop-title{flex:1;font-size:13px;font-weight:600;color:#262626;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.loop-node .loop-header .loop-header-content .time-tag{font-size:10px;color:#595959;white-space:nowrap}.loop-node .loop-header .loop-header-content .status-overlay{background:#ffffff80;z-index:5;border-radius:11px}.loop-node .loop-header .loop-header-content .status-overlay .loading-spinner{width:20px;height:20px;border:3px solid #b7eb8f;border-top-color:#52c41a;border-radius:50%;animation:spin-around .8s linear infinite}.loop-node .loop-header .toggle-btn{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #d9d9d9;border-radius:4px;font-size:16px;font-weight:700;color:#595959;cursor:pointer;transition:all .2s ease;flex-shrink:0}.loop-node .loop-header .toggle-btn:hover{background:#f5f5f5;border-color:#1890ff;color:#1890ff}.loop-node .loop-header .toggle-btn:active{transform:scale(.95)}.loop-node .loop-content{flex:1;padding:2px;background:#f9f9f9;display:flex;align-items:center;justify-content:center;position:relative;border:2px solid #16c1df;border-bottom-right-radius:8px;border-bottom-left-radius:8px}.loop-node .loop-content .loop-placeholder{border-radius:6px;transition:all .2s ease;width:100%;height:100%}.loop-node .resize-handle{position:absolute;bottom:10px;right:10px;width:16px;height:16px;cursor:nwse-resize;display:flex;align-items:center;justify-content:center;background:#faad14;border-radius:4px 0 8px;transition:all .2s ease}.loop-node .resize-handle:hover{background:#d48806;transform:scale(1.1)}.loop-node .resize-handle:active{background:#b37606;transform:scale(.95)}.loop-node .resize-handle .resize-icon{font-size:12px;color:#fff;font-weight:700}.loop-node .handle{width:15px;height:15px;background:#fff;border:2px solid #1890ff;border-radius:50%;transition:all .2s ease;z-index:1}.loop-node .handle:hover{background:#1890ff}.loop-node .react-flow__handle-left{left:-10px}.loop-node .react-flow__handle-right{right:-10px}.loop-node.collapsed .loop-content{display:none}@keyframes spin-around{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.expression-container{background-color:#f8fafc;justify-content:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;align-items:flex-start;background-color:#fff;border:1px solid #e2e8f0;border-radius:6px;position:relative;min-height:25px;transition:border-color .2s}.expression-container:focus-within{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.expression-container *{box-sizing:border-box}.expression-container .fx-icon-sidebar{display:flex;align-items:center;justify-content:center;width:32px;align-self:stretch;background-color:#f8fafc;border-right:1px solid #e2e8f0;color:#64748b;font-family:serif;font-style:italic;font-size:14px;-webkit-user-select:none;user-select:none;border-top-left-radius:6px;border-bottom-left-radius:6px}.expression-container .expand-button{position:absolute;right:4px;bottom:3px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px;cursor:pointer;color:#64748b;background:transparent;transition:all .2s;border:1px solid transparent}.expression-container .expand-button:hover{background-color:#f1f5f9;border-color:#e2e8f0;color:#2563eb}.expression-container .expand-button svg{width:14px;height:14px}.expression-container .ce-editor-container{width:100%;overflow:visible;flex:1;position:relative;display:flex;flex-direction:column}.expression-container .ce-editor-container .ce-editor{min-height:24px;height:auto;padding:5px 30px 5px 10px;box-sizing:border-box;font-size:13px;line-height:1.6;outline:none;white-space:pre-wrap;word-break:break-all;font-family:Monaco,Menlo,Ubuntu Mono,monospace;transition:all .2s;background-color:#f8fafc;border-top-right-radius:6px;border-bottom-right-radius:6px}.expression-container .ce-editor-container .ce-editor:empty:before{content:attr(placeholder);color:#64748b}.expression-container .ce-editor-container .ce-editor .expr-block{color:#29a366;background-color:#d6f5e6;border-radius:3px;padding:2px 4px;font-weight:500;margin:1px}.expression-container .ce-editor-container .ce-editor .expr-function{color:#8b5cf6}.expression-container .ce-editor-container .ce-editor .expr-variable{color:#29a366}.expression-container .ce-editor-container .ce-editor .expr-string{color:#10b981}.expression-container .ce-editor-container .ce-editor .expr-number{color:#f59e0b}.expression-container .ce-editor-container .ce-editor .expr-property{color:#06b6d4}.expression-container .ce-editor-container .ce-editor .expr-operator{color:#ef4444;font-weight:500}.expression-container .suggestion-overlay{position:fixed;z-index:9999;background:#fff;border-radius:6px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border:1px solid #e2e8f0;width:400px;max-height:300px;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column}.expression-container .suggestion-overlay::-webkit-scrollbar{width:8px}.expression-container .suggestion-overlay::-webkit-scrollbar-track{background:#f8fafc}.expression-container .suggestion-overlay::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:4px}.expression-container .suggestion-overlay::-webkit-scrollbar-thumb:hover{background:#64748b}.expression-container .suggestion-overlay .suggestion-category{padding:8px 12px;font-size:11px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px;background:#f1f5f9;border-bottom:1px solid #e2e8f0}.expression-container .suggestion-overlay .suggestion-item{padding:5px;font-size:12px;cursor:pointer;display:flex;align-items:center;gap:5px;transition:all .2s;border-bottom:1px solid transparent;word-break:break-all}.expression-container .suggestion-overlay .suggestion-item:hover,.expression-container .suggestion-overlay .suggestion-item.active{background-color:#2563eb;color:#fff}.expression-container .suggestion-overlay .suggestion-item .suggestion-icon{font-size:13px;min-width:10px}.expression-container .suggestion-overlay .suggestion-item .suggestion-label{flex:1;font-family:Monaco,Menlo,Ubuntu Mono,monospace}.expression-container .suggestion-overlay .suggestion-item .suggestion-type{font-size:11px;color:#64748b;background:#f1f5f9;padding:2px 6px;border-radius:3px;font-family:sans-serif}.expression-container .suggestion-overlay .suggestion-item .suggestion-type.active .expression-container .suggestion-overlay .suggestion-item .suggestion-type{background:#fff3;color:#fff}.expression-container .suggestion-detail{position:fixed;z-index:9999;background:#fff;border-radius:6px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border:1px solid #e2e8f0;width:300px;max-height:300px;overflow-y:auto;padding:14px;display:flex;flex-direction:column;gap:12px}.expression-container .suggestion-detail .detail-header .detail-title{font-size:13px;font-weight:600;color:#334155;margin-bottom:4px}.expression-container .suggestion-detail .detail-header .detail-type{font-size:12px;color:#64748b;background:#f1f5f9;padding:2px 6px;border-radius:3px;display:inline-block}.expression-container .suggestion-detail .detail-header .detail-response{margin-left:8px;font-size:12px;color:#64748b;background:#f1f5f9;padding:2px 6px;border-radius:3px;display:inline-block}.expression-container .suggestion-detail .detail-description{font-size:12px;color:#334155;line-height:1.4}.expression-container .suggestion-detail .detail-example{font-size:11px;color:#64748b;background:#f1f5f9;padding:8px;border-radius:3px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;white-space:pre-wrap}.expression-container .suggestion-detail .detail-link{font-size:11px;color:#2563eb;text-decoration:none}.expression-container .suggestion-detail .detail-link:hover{text-decoration:underline}.react-flow__edge .marker-end{fill:#0cced5}.react-flow__edge .marker-end.selected{stroke:#1890ff;fill:#1890ff}.react-flow__edge .marker-end.status-RUNNING{stroke:#1890ff;fill:#1890ff;animation:pulse 1.5s ease-in-out infinite}.react-flow__edge .marker-end.status-SUCCESS{stroke:#52c41a;fill:#52c41a}.react-flow__edge .marker-end.status-FAILURE{stroke:#ff4d4f;fill:#ff4d4f}.react-flow__edge .marker-end.status-WAITING{stroke:#faad14;fill:#faad14}.react-flow__edge .marker-end.status-SKIP{stroke:#d9d9d9;fill:#d9d9d9}.react-flow__edge .marker-end.status-MISMATCH{stroke:#722ed1;fill:#722ed1}.react-flow__edge .react-flow__edge-path{stroke-width:1.5;stroke:#0cced5}.react-flow__edge .react-flow__edge-path.selected{stroke:#1890ff!important;stroke-width:2;filter:drop-shadow(0 0 3px rgba(24,144,255,.5))}.react-flow__edge .react-flow__edge-path.status-RUNNING{stroke:#1890ff;stroke-width:2;animation:pulse 1.5s ease-in-out infinite}.react-flow__edge .react-flow__edge-path.status-SUCCESS{stroke:#52c41a;stroke-width:2;stroke-dasharray:5,5;animation:edge-flow 1s linear infinite}.react-flow__edge .react-flow__edge-path.status-FAILURE{stroke:#ff4d4f;stroke-width:2}.react-flow__edge .react-flow__edge-path.status-WAITING{stroke:#faad14;stroke-width:2}.react-flow__edge .react-flow__edge-path.status-SKIP{stroke:#d9d9d9;stroke-width:2;stroke-dasharray:5,5}.react-flow__edge .react-flow__edge-path.status-MISMATCH{stroke:#722ed1;stroke-width:2;stroke-dasharray:5,5}.custom-edge-label-container{background:transparent;padding:0 3px;font-size:10px;color:#666;white-space:nowrap;cursor:default;z-index:1000;pointer-events:none;-webkit-user-select:none;user-select:none}.custom-edge-label-container.active,.custom-edge-label-container:hover{background:#fff;border:1px solid #1890ff;border-radius:4px;color:#1890ff;box-shadow:0 2px 8px #1890ff33;transform:translate(-50%,-50%) scale(1.05)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes edge-flow{0%{stroke-dashoffset:20}to{stroke-dashoffset:0}}.flow-canvas{width:100%;height:100%;background:#f5f5f5;position:relative}.flow-canvas.readonly .react-flow__handle{opacity:0!important;pointer-events:none!important}.flow-canvas.readonly .react-flow__edge{cursor:default!important;pointer-events:none!important}.flow-canvas .react-flow__node{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.flow-canvas .react-flow__edge-path{z-index:1}.flow-canvas .react-flow__handle{z-index:2}.flow-canvas .react-flow__background{background:#f5f5f5}.flow-canvas .react-flow__controls button{background:#fff;border-color:#d9d9d9;color:#262626}.flow-canvas .react-flow__controls button:hover{background:#1890ff;border-color:#1890ff;color:#fff}.flow-canvas .react-flow__minimap{background:#fff;border:1px solid #d9d9d9;border-radius:4px}.flow-canvas .canvas-context-menu{position:fixed;z-index:1000;min-width:160px;background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:8px;box-shadow:0 6px 16px -8px #00000014,0 9px 28px #0000000d,0 12px 48px 16px #00000008;border:1px solid #f0f0f0;overflow:hidden;animation:contextMenuFadeIn .2s ease-out}.flow-canvas .canvas-context-menu .ant-menu{border-inline-end:none!important;background:transparent;line-height:32px}.flow-canvas .canvas-context-menu .ant-menu .ant-menu-item{height:32px;margin:4px 8px!important;border-radius:4px;font-size:13px;display:flex;align-items:center}.flow-canvas .canvas-context-menu .ant-menu .ant-menu-item .anticon{font-size:14px}.flow-canvas .canvas-context-menu .ant-menu .ant-menu-item:hover{background-color:#f5f5f5!important}.flow-canvas .canvas-context-menu .ant-menu .ant-menu-item.ant-menu-item-disabled{background:transparent!important;color:#bfbfbf}.flow-canvas .canvas-context-menu .ant-menu .ant-menu-item.ant-menu-item-danger:hover{background-color:#fff1f0!important}.flow-canvas .canvas-context-menu .ant-menu .ant-menu-item-divider{margin:4px 0}@keyframes contextMenuFadeIn{0%{opacity:0;transform:scale(.95) translateY(-5px)}to{opacity:1;transform:scale(1) translateY(0)}}.shortcuts-modal .ant-modal-body{max-height:60vh;overflow-y:auto}.shortcuts-modal .shortcut-key{font-family:Consolas,Monaco,monospace;background:#f0f0f0;padding:2px 8px;border-radius:3px;font-size:13px;color:#333;border:1px solid #d9d9d9;display:inline-block;min-width:80px;text-align:center}.shortcuts-modal .ant-table{font-size:13px}.shortcuts-modal .ant-table-thead>tr>th{background:#fafafa;font-weight:600}.shortcuts-modal .ant-table-tbody>tr:hover>td{background:#f5f5f5}.shortcuts-trigger-btn{position:absolute;top:10px;right:80px;z-index:10;background:#ffffffe6;border:1px solid #d9d9d9;box-shadow:0 2px 8px #0000001a}.shortcuts-trigger-btn:hover{background:#fff;border-color:#1890ff;color:#1890ff}.node-library{width:100%;height:100%;background:#fff;border-right:1px solid #e8e8e8;display:flex;flex-direction:column}.node-library .search-container{padding:10px 8px;background:#fafafa;border-bottom:1px solid #f0f0f0}.node-library .library-content{flex:1;overflow-y:auto;background:#fafafa}.node-library .library-header{padding:8px 15px;background:#fafafa;font-size:13px;font-weight:600;color:#595959;text-align:left}.node-library .draggable-node{display:flex;align-items:center;gap:8px;padding:6px 10px;margin:4px 8px;background:#fff;border:1px solid #d9d9d9;border-radius:4px;cursor:grab;transition:all .2s ease}.node-library .draggable-node:hover{border-color:#1890ff;box-shadow:0 2px 4px #0000000d;transform:translateY(-1px)}.node-library .draggable-node .node-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:14px;background:#f5f5f5;border-radius:4px}.node-library .draggable-node .node-info{flex:1;overflow:hidden}.node-library .draggable-node .node-label{font-size:12px;font-weight:500;color:#262626;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.react-rule-flow-app{width:100vw;height:calc(100vh - 82px);display:flex;overflow:hidden;background:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.react-rule-flow-app .app-sidebar-left{width:150px;height:100%}.react-rule-flow-app .app-main{flex:1;height:100%;position:relative;display:flex;flex-direction:column}.react-rule-flow-app .app-canvas{flex:1;position:relative;overflow:hidden}.react-rule-flow-app .app-sidebar-right{width:400px;height:100%;flex-shrink:0;z-index:10}.react-rule-flow-app ::-webkit-scrollbar{width:6px;height:6px}.react-rule-flow-app ::-webkit-scrollbar-track{background:transparent}.react-rule-flow-app ::-webkit-scrollbar-thumb{background-color:#d9d9d9;border-radius:10px;border:1px solid transparent;background-clip:content-box}.react-rule-flow-app ::-webkit-scrollbar-thumb:hover{background-color:#bfbfbf}.code-edit-menu-bar{padding:3px}.code-edit-menu-bar-right{text-align:right}.code-edit-menu-bar-right div{padding-right:15px;font-size:13px}.expression-editor .tooltips{padding:8px 12px;border-bottom:1px solid #f0f0f0;font-weight:500;color:#555;font-size:12px}.expression-editor .formula-operation{display:flex;flex-flow:row;border:1px solid #f0f0f0;border-top:none;background:#fff;overflow:hidden}.expression-editor .formula-operation .panel-title{padding:8px 12px;background:#fafafa;border-bottom:1px solid #f0f0f0;font-weight:500;color:#555;font-size:13px}.expression-editor .formula-operation .operation-function{width:55%;border-right:1px solid #f0f0f0}.expression-editor .formula-operation .operation-function .operation-search{padding:10px}.expression-editor .formula-operation .operation-function .operation-search .ant-input-search{border-radius:4px}.expression-editor .formula-operation .operation-function .operation-list{height:240px;overflow-y:auto}.expression-editor .formula-operation .operation-function .operation-list::-webkit-scrollbar{width:6px}.expression-editor .formula-operation .operation-function .operation-list::-webkit-scrollbar-thumb{background:#e8e8e8;border-radius:3px}.expression-editor .formula-operation .operation-function .operation-list .operation-row{height:36px;display:flex;justify-content:space-between;align-items:center;padding:0 12px;transition:background .2s;cursor:pointer}.expression-editor .formula-operation .operation-function .operation-list .operation-row:hover{background:#e6f7ff}.expression-editor .formula-operation .operation-function .operation-list .operation-row:hover .fun-name{color:#1890ff}.expression-editor .formula-operation .operation-function .operation-list .operation-row .fun-name{font-size:13px;font-weight:500;color:#333}.expression-editor .formula-operation .operation-function .operation-list .operation-row .fun-descript{font-size:12px;color:#999;max-width:60%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.expression-editor .formula-operation .operation-help{width:45%;display:flex;flex-direction:column}.expression-editor .formula-operation .operation-help .operation-toolbar{padding:10px;background:#fafafa;display:flex;gap:8px}.expression-editor .formula-operation .operation-help .operation-content{flex:1;padding:12px;background:#fff;height:200px;overflow-y:auto}.expression-editor .formula-operation .operation-help .operation-content .fun-example{line-height:1.6;color:#666;font-size:13px}.expression-editor .formula-operation .operation-help .operation-content .fun-example b,.expression-editor .formula-operation .operation-help .operation-content .fun-example strong{color:#333}.expression-editor .formula-operation .operation-help .operation-content .fun-example code{background:#f5f5f5;padding:2px 4px;border-radius:3px;color:#d4380d}.expression-editor .expression-editor-wrapper{border:1px solid #f0f0f0;overflow:hidden;transition:border-color .3s}.expression-editor .expression-editor-wrapper:hover,.expression-editor .expression-editor-wrapper.focused{border-color:#40a9ff}.ruleGroup{border:1px solid transparent}.ruleGroup .rule-name{font-size:12px;color:#000000e0}.ruleGroup .ant-select-disabled,.ruleGroup .ant-select-disabled .ant-select-selection-item,.ruleGroup .ant-input-disabled,.ruleGroup .ant-picker-input>input[disabled],.ruleGroup .ant-input-number-disabled{color:#000000e0!important}.rule .operation{display:none}.rule:hover .operation{display:flex}.ruleGroup-footer .foot-operation{display:none}.ruleGroup-footer:hover .foot-operation{display:flex}.ruleGroup-container{display:flex;flex-direction:row;align-items:center;gap:10px}.ruleGroup,.ruleGroup .ruleGroup-body{display:flex;flex-direction:column;gap:.5rem;flex:1 1}.ruleGroup .rule,.ruleGroup .ruleGroup-footer{align-items:center;display:flex;gap:.5rem}.ruleGroup .rule .rule-value:has(.rule-value-list-item){align-items:baseline;display:flex;gap:.5rem}.queryBuilder-branches .ruleGroup-body{padding:10px 25px;background:#f5f5f533;border:1px solid #f0f0f0;border-radius:.25rem}.queryBuilder-branches .betweenRules,.queryBuilder-branches .rule,.queryBuilder-branches .ruleGroup .ruleGroup{position:relative}.queryBuilder-branches .rule:after,.queryBuilder-branches .rule:before,.queryBuilder-branches .ruleGroup .ruleGroup:after,.queryBuilder-branches .ruleGroup .ruleGroup:before{border-color:#8081a2;border-radius:0;border-style:solid;content:"";left:calc(-.5rem - 1px);position:absolute;width:.5rem}.queryBuilder-branches .rule:before,.queryBuilder-branches .ruleGroup .ruleGroup:before{border-width:0 0 1px 1px;height:calc(50% + .5rem);top:-.5rem}.queryBuilder-branches .rule:first-child:before,.queryBuilder-branches .ruleGroup .ruleGroup:first-child:before{border:none}.queryBuilder-branches .rule:first-child:before,.queryBuilder-branches .ruleGroup:first-child:before{border-width:1px 0px 0px 1px;height:calc(50% + 1px);top:-.5rem}.queryBuilder-branches .rule:nth-last-child(2):before,.queryBuilder-branches .ruleGroup .ruleGroup:nth-last-child(2):before{border-bottom-left-radius:.25rem}.queryBuilder-branches .rule:after,.queryBuilder-branches .ruleGroup .ruleGroup:after{border-width:1px 0px 0px 1px;height:calc(50% + 1px);top:50%}.queryBuilder-branches .rule:first-child:after,.queryBuilder-branches .ruleGroup .ruleGroup:first-child:after{border-top-left-radius:.25rem}.queryBuilder-branches .rule:nth-last-child(2):after,.queryBuilder-branches .ruleGroup .ruleGroup:nth-last-child(2):after{height:0px;border:none}.queryBuilder-branches .ruleGroup .ruleGroup:after,.queryBuilder-branches .ruleGroup .ruleGroup:before{left:calc(-.5rem - 2px)}.rule-set-row{padding:10px}.rule-set-row .label-header{display:flex}.rule-set-row .label-name{font-size:15px;font-weight:700;padding:6px;color:#4096ff}.rule-set-row .label-btns{padding:6px}.rule-set-row .rule-action-pane{border:1px #f0f0f0 solid;padding:8px;border-top:0px}.rule-set-row .ant-tabs-nav-list{height:35px;font-size:12px}.score-card{width:100%}.score-card .hidden{visibility:hidden}.score-card .row-key{display:flex;flex:1 1;flex-flow:row;border:none}.score-card .ant-select-selector{border-color:#d9d9d9!important}.score-card table{border-spacing:0px;border-collapse:collapse;text-indent:initial}.score-card .layui-table{width:100%;background-color:#fff;color:#666}.score-card .layui-table thead{font-size:22px;font-weight:700}.score-card .layui-table tr{transition:all .3s;-webkit-transition:all .3s}.score-card .layui-table th{text-align:left;font-weight:400}.score-card .layui-table tbody tr:hover,.score-card .layui-table thead tr,.score-card .layui-table-click,.score-card .layui-table-header,.score-card .layui-table-hover,.score-card .layui-table-mend,.score-card .layui-table-patch,.score-card .layui-table-tool,.score-card .layui-table-total,.score-card .layui-table-total tr,.score-card .layui-table[lay-even] tr:nth-child(2n){background-color:#fafafa}.score-card .layui-table td,.score-card .layui-table th,.score-card .layui-table-col-set,.score-card .layui-table-fixed-r,.score-card .layui-table-grid-down,.score-card .layui-table-header,.score-card .layui-table-page,.score-card .layui-table-tips-main,.score-card .layui-table-tool,.score-card .layui-table-total,.score-card .layui-table-view,.score-card .layui-table[lay-skin=line],.score-card .layui-table[lay-skin=row]{border-width:1px;border-style:solid;border-color:#eee}.score-card .layui-table td,.score-card .layui-table th{position:relative;padding:5px;height:25px;line-height:15px;font-size:14px}.score-card .layui-table[lay-skin=line] td,.score-card .layui-table[lay-skin=line] th{border-width:0 0 1px}.score-card .layui-table[lay-skin=row] td,.score-card .layui-table[lay-skin=row] th{border-width:0 1px 0 0}.score-card .layui-table[lay-skin=nob] td,.score-card .layui-table[lay-skin=nob] th{border:none}.score-card .condition-row{display:flex;flex-flow:row;flex:1 1}.score-card .condition-row .condition{display:flex;width:100%;align-items:center}.score-card .condition-row .editor-btn{display:flex;padding:8px;cursor:pointer}.score-card .condition-row .editor-btn:hover{border:1px #2b9aee dashed;padding:7px;color:#2b9aee}.ant-pro-form-list-operation .ant-pro-form-list-action{margin-block-end:0px}.key-value-item .ant-form-item{margin-bottom:0}.shell-node{width:600px;margin:auto}.shell-node .ant-form-item-row{align-items:center}.gateway-settings{padding:16px}.gateway-settings .route-container{display:flex;position:relative;min-height:100px;visibility:hidden}.gateway-settings .route-container.show{visibility:unset}.gateway-settings .gateway-icon-wrapper{width:35px;height:35px;border:1px solid #d9d9d9;border-radius:5px;display:flex;align-items:center;justify-content:center;background:#fff;flex-shrink:0;z-index:10;position:absolute;left:0;transform:rotate(45deg);margin-top:3px}.gateway-settings .gateway-icon-wrapper .inner-square{width:20px;height:20px;background:#5b8ff9;border-radius:4px}.gateway-settings .route-list-wrapper{flex:1;margin-left:72px}.gateway-settings .route-item-card{height:50px;margin-bottom:12px;padding:0 12px;background:#f8f9fc;border:1px dashed #d9d9d9;border-radius:8px;display:flex;align-items:center;position:relative;transition:all .2s}.gateway-settings .route-item-card.is-dragging{background:#fff;box-shadow:0 4px 12px #0000001a;border-style:solid;border-color:#5b8ff9;z-index:100}.gateway-settings .route-item-card .priority-badge{position:absolute;top:-6px;left:-6px;background:#f0f5ff;color:#5b8ff9;border:1px solid #adc6ff;font-size:10px;min-width:18px;height:18px;line-height:16px;text-align:center;border-radius:9px;padding:0 4px;font-weight:700;-webkit-user-select:none;user-select:none;box-shadow:0 2px 4px #0000000d}.gateway-settings .drag-handle{margin-right:12px;display:flex;cursor:grab;color:#bfbfbf}.gateway-settings .drag-handle:hover{color:#5b8ff9}.gateway-settings .route-info{flex:1;display:flex;align-items:center;justify-content:space-between}.gateway-settings .route-info .route-name-input{border:1px #e7e7e7 solid;width:200px;background:transparent}.gateway-settings .route-info .route-name-input:hover{border:1px #5b8ff9 solid;box-shadow:0 0 0 2px #5b8ff92e}.multi-speaker-voice-config-item{border:1px solid #d9d9d9;background:#fafafa;padding:10px;border-radius:5px;margin-bottom:10px}.multi-speaker-voice-config-item .ant-form-item,.multi-speaker-voice-config-item .ant-pro-form-list-action{margin-bottom:0}.decision-table-wrapper{width:100%;border:1px solid #f0f0f0;border-radius:8px;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;overflow:hidden;display:flex;flex-direction:column;overflow-x:auto;position:relative}.decision-table-wrapper .dt-toolbar{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;border-bottom:1px solid #f0f0f0;background:#fff}.decision-table-wrapper .dt-toolbar .ant-btn-text{color:#595959;font-size:13px}.decision-table-wrapper .dt-toolbar .ant-btn-text:hover{background:#f5f5f5;color:#262626}.decision-table-wrapper .dt-toolbar .ant-btn-text[disabled]{color:#d9d9d9}.decision-table-wrapper .dt-toolbar .ant-btn-danger{color:#ff4d4f}.decision-table-wrapper .dt-toolbar .ant-btn-danger:hover{background:#fff1f0}.decision-table-wrapper .dt-toolbar .dt-toolbar-left{display:flex;gap:8px}.decision-table-wrapper .dt-toolbar .dt-toolbar-right{display:flex;align-items:center;gap:4px}.decision-table-wrapper .dt-toolbar .dt-toolbar-right .toolbar-divider{height:16px;margin:0 8px;border-color:#d9d9d9}.decision-table-wrapper .dt-toolbar .dt-toolbar-right .deselect-separator{width:1px;height:14px;background:#f0f0f0;margin:0 8px}.decision-table-wrapper .dt-container{overflow-x:auto}.decision-table-wrapper .dt-container .dt-table{border-collapse:collapse;table-layout:fixed;width:max-content;min-width:100%}.decision-table-wrapper .dt-container .dt-table thead th{background:#fafafa;border-bottom:1px solid #f0f0f0;border-right:1px solid #f0f0f0;padding:8px;font-weight:500;text-align:left;position:relative;color:#262626;font-size:13px}.decision-table-wrapper .dt-container .dt-table thead th:last-child{border-right:none}.decision-table-wrapper .dt-container .dt-table thead th .resizer{position:absolute;right:0;top:0;height:100%;width:8px;background:transparent;cursor:col-resize;-webkit-user-select:none;user-select:none;touch-action:none;z-index:10}.decision-table-wrapper .dt-container .dt-table thead th .resizer:hover,.decision-table-wrapper .dt-container .dt-table thead th .resizer.isResizing{background:#1890ff;opacity:1}.decision-table-wrapper .dt-container .dt-table thead th .group-header{display:flex;justify-content:space-between;align-items:center;padding:4px 8px}.decision-table-wrapper .dt-container .dt-table thead th .group-header .group-actions{display:flex;gap:8px;color:#8c8c8c}.decision-table-wrapper .dt-container .dt-table thead th .group-header .group-actions .icon-action{cursor:pointer}.decision-table-wrapper .dt-container .dt-table thead th .group-header .group-actions .icon-action:hover{color:#1890ff}.decision-table-wrapper .dt-container .dt-table thead th .col-header{display:flex;flex-direction:column;gap:6px;position:relative}.decision-table-wrapper .dt-container .dt-table thead th .col-header .col-name{font-size:12px;color:#595959;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 6px}.decision-table-wrapper .dt-container .dt-table thead th .col-header .col-var-type{padding:0 6px;color:#8c8c8c;font-size:11px}.decision-table-wrapper .dt-container .dt-table thead th .col-header .col-field .field-tag{margin:0;border:none;font-family:Menlo,Monaco,Courier New,monospace;font-size:12px;padding:0 6px;cursor:pointer;display:inline-flex;align-items:center}.decision-table-wrapper .dt-container .dt-table thead th .col-header .col-field .field-tag.ant-tag-blue{background:#e6f7ff;color:#1890ff}.decision-table-wrapper .dt-container .dt-table thead th .col-header .col-field .field-tag.ant-tag-green{background:#f6ffed;color:#52c41a}.decision-table-wrapper .dt-container .dt-table thead th .col-header .col-delete{position:absolute;top:-4px;right:-4px;opacity:0;cursor:pointer;color:#ff4d4f;transition:opacity .2s}.decision-table-wrapper .dt-container .dt-table thead th .col-header:hover .col-delete{opacity:1}.decision-table-wrapper .dt-container .dt-table thead th .col-header .col-update{position:absolute;top:-4px;right:18px;opacity:0;cursor:pointer;color:#8c8c8c;transition:opacity .2s}.decision-table-wrapper .dt-container .dt-table thead th .col-header:hover .col-update{opacity:1}.decision-table-wrapper .dt-container .dt-table tbody tr{background:#fff;transition:background .2s}.decision-table-wrapper .dt-container .dt-table tbody tr.selected-row td{background:#e6f4ff!important}.decision-table-wrapper .dt-container .dt-table tbody tr.selected-row td:first-child{box-shadow:inset 4px 0 #1890ff}.decision-table-wrapper .dt-container .dt-table tbody tr:hover td{background:#fafafa}.decision-table-wrapper .dt-container .dt-table tbody tr td{border-bottom:1px solid #f0f0f0;border-right:1px solid #f0f0f0;padding:0;height:40px;overflow:hidden}.decision-table-wrapper .dt-container .dt-table tbody tr td:last-child{border-right:none}.decision-table-wrapper .dt-container .dt-table tbody tr td .row-number{text-align:center;color:#1890ff;font-size:12px;padding:8px}.decision-table-wrapper .dt-container .dt-table tbody tr td .cell-input-contianer{position:relative}.decision-table-wrapper .dt-container .dt-table tbody tr td .cell-input-contianer .setting-btn{position:absolute;right:5px;top:5px;display:none;color:#8c8c8c}.decision-table-wrapper .dt-container .dt-table tbody tr td .cell-input-contianer:hover .setting-btn{display:block;transition:all .3s}.decision-table-wrapper .dt-container .dt-table tbody tr td .cell-input-contianer .cell-input{font-size:13px;height:100%;padding:8px 12px;width:100%}.decision-table-wrapper .dt-container .dt-table tbody tr td .cell-input-contianer .cell-input.blue-text{color:#1890ff}.decision-table-wrapper .dt-container .dt-table tbody tr td .cell-input-contianer .cell-input:focus{box-shadow:inset 0 0 0 1px #1890ff;background:#fff}.decision-table-wrapper .dt-footer{padding:8px 12px}.decision-table-wrapper .dt-footer .add-row-btn{display:inline-flex;align-items:center;gap:6px;color:#1890ff;font-size:13px;cursor:pointer;padding:4px 8px;border-radius:4px}.decision-table-wrapper .dt-footer .add-row-btn:hover{background:#e6f7ff}.reorder-list{display:flex;flex-direction:column;gap:8px;padding:8px 0}.reorder-list .reorder-item{display:flex;align-items:center;gap:12px;padding:8px 12px;border:1px solid #d9d9d9;border-radius:6px;background:#fff;cursor:default}.reorder-list .reorder-item.dragging{box-shadow:0 4px 12px #0000001a;border-color:#1890ff;opacity:.9}.reorder-list .reorder-item .reorder-drag-handle{cursor:grab;color:#8c8c8c;display:flex;align-items:center;font-size:16px;padding:4px}.reorder-list .reorder-item .reorder-drag-handle:hover{color:#262626}.reorder-list .reorder-item .reorder-drag-handle:active{cursor:grabbing}.reorder-list .reorder-item .reorder-content{display:flex;flex-direction:column}.reorder-list .reorder-item .reorder-content .reorder-name{font-size:14px;color:#262626}.reorder-list .reorder-item .reorder-content .reorder-field{font-size:12px;color:#8c8c8c}._container_188uc_1{display:flex;flex-direction:column;gap:12px;width:100%;min-width:280px;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}._container_188uc_1 h4{margin:0 0 12px;font-size:14px;font-weight:600;color:#333;border-bottom:1px solid #f0f0f0;padding-bottom:8px}._container_188uc_1 label{display:block;font-size:12px;color:#666;margin-bottom:4px}._container_188uc_1 ._errorText_188uc_24{color:#ff4d4f;font-size:12px;margin-top:-8px;margin-bottom:4px}._container_188uc_1 ._stringList_188uc_30{display:flex;flex-direction:column;gap:6px;margin-bottom:8px;max-height:160px;overflow-y:auto}._container_188uc_1 ._stringList_188uc_30 ._stringItem_188uc_38{display:flex;align-items:center;justify-content:space-between;font-size:13px;padding:4px 8px;background:#fafafa;border-radius:4px;border:1px solid #f0f0f0}._container_188uc_1 ._stringList_188uc_30 ._stringItem_188uc_38 ._checkboxWrapper_188uc_48{display:flex;align-items:center;gap:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:200px}._container_188uc_1 ._stringList_188uc_30 ._stringItem_188uc_38 ._deleteBtn_188uc_57{color:#999;cursor:pointer;transition:color .2s}._container_188uc_1 ._stringList_188uc_30 ._stringItem_188uc_38 ._deleteBtn_188uc_57:hover{color:#ff4d4f}._container_188uc_1 ._stringList_188uc_30:empty:before{content:"暂无预设值";color:#ccc;font-size:12px;text-align:center;width:100%;display:block}._container_188uc_1 ._rangeRow_188uc_73{display:flex;gap:8px;align-items:center}._container_188uc_1 ._rangeRow_188uc_73 ._rangeSelect_188uc_78{width:100px;flex-shrink:0}._container_188uc_1 ._rangeRow_188uc_73 ._rangeInput_188uc_82{flex:1;width:100%}._container_188uc_1 ._linkBtn_188uc_86{color:#1677ff;cursor:pointer;font-size:12px;margin-top:4px;display:inline-block}._container_188uc_1 ._linkBtn_188uc_86:hover{text-decoration:underline}.assignment-node-setting{margin:0 auto}.assignment-node-setting .tips{padding-left:20px;font-size:12px;font-weight:400;color:#6e6e6e}.assignment-node-setting .assignment-node-setting-equal{height:30px;line-height:30px;width:20px;text-align:center}.assignment-node-setting .assignment-node-setting-remove-btn{width:40px;text-align:right}.db-node-setting{padding:8px}.db-node-setting .assignment-node-setting-equal{height:30px;line-height:30px;width:20px;text-align:center}.db-node-setting .assignment-node-setting-remove-btn{width:40px;text-align:right}.property-panel{width:100%;height:100%;background:#cdcdcd;z-index:1;position:absolute;top:0;right:0;background:#fff}.property-panel.silent{width:600px;right:0}.property-panel .ant-card{border-radius:0!important}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.rule-flow-debug-panel .rule-flow-run-btn{position:absolute;bottom:30px;font-weight:600;left:50%;width:100px;height:35px;cursor:pointer;background:#09acb1;color:#fff;text-align:center;line-height:35px;border-radius:8px;border:none;box-shadow:0 2px 8px #2581f54d;transition:all .3s ease;-webkit-user-select:none;user-select:none;outline:none}.rule-flow-debug-panel .rule-flow-run-btn:hover{background:#1e70d8;box-shadow:0 4px 12px #2581f566;transform:translateY(-2px)}.rule-flow-debug-panel .rule-flow-test-panel{position:absolute;bottom:0;left:0;background:#fff;width:100%;display:none;z-index:2}.rule-flow-debug-panel .rule-console{background:linear-gradient(180deg,#f8fafc,#eef2f7);display:flex;flex-direction:column;position:relative;width:100%}.rule-flow-debug-panel .rule-console .resize-handle{height:4px;width:100%;cursor:row-resize;position:absolute;top:0;left:0;z-index:10;background:transparent;transition:background .2s}.rule-flow-debug-panel .rule-console .resize-handle:hover{background:#ccc}.rule-flow-debug-panel .rule-console .command-bar{padding:5px 16px;background:#fbfbfb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e5e7eb}.rule-flow-debug-panel .rule-console .command-bar .command-left{display:flex;gap:12px;align-items:center}.rule-flow-debug-panel .rule-console .command-bar .command-left .title{font-size:14px;font-weight:700}.rule-flow-debug-panel .rule-console .command-bar .command-right{display:flex;align-items:center;gap:12px}.rule-flow-debug-panel .rule-console .command-bar .command-right .status .ant-tag{height:30px;align-items:center;display:flex}.rule-flow-debug-panel .rule-console .command-bar .command-right .cost-time{color:#64748b;font-size:14px}.rule-flow-debug-panel .rule-console .command-bar .command-right .skip-select{width:200px;height:30px}.rule-flow-debug-panel .rule-console .main-panels{flex:1;display:flex}.rule-flow-debug-panel .rule-console .panel{background:#fff;width:100%}.rule-flow-debug-panel .rule-console .panel .ant-tabs .ant-tabs-nav{margin:0}.rule-flow-debug-panel .rule-console .panel .ant-tabs .ant-tabs-nav .ant-tabs-tab{padding:5px}.rule-flow-debug-panel .rule-console .editor-area{padding:5px;border-bottom:1px #e5e7eb solid}.rule-flow-debug-panel .rule-console .trace-log-area{border-bottom:1px #e5e7eb solid;display:flex;flex-direction:row}.rule-flow-debug-panel .rule-console .trace-log-area .nodes-container{height:auto;display:flex;flex-direction:column}.rule-flow-debug-panel .rule-console .trace-log-area .nodes-container .nodes{display:flex;gap:5px;flex-direction:column;overflow-y:auto;overflow-x:hidden;padding:5px}.rule-flow-debug-panel .rule-console .trace-log-area .nodes-container .nodes .node{display:flex;font-size:13px;color:#374151;padding:5px 8px;border-radius:6px;background:#f9fafb;border:1px solid transparent;cursor:pointer}.rule-flow-debug-panel .rule-console .trace-log-area .nodes-container .nodes .node.active{background:#eff6ff;border-color:#3b82f6}.rule-flow-debug-panel .rule-console .trace-log-area .nodes-container .nodes .node:hover{background:#eff6ff}.rule-flow-debug-panel .rule-console .trace-log-area .nodes-container .nodes .node .node-status{width:20px;display:flex;align-items:center}.rule-flow-debug-panel .rule-console .trace-log-area .nodes-container .nodes .node .node-status .ant-tag{margin:0;font-size:11px;padding:0 4px;height:20px;line-height:20px;border-radius:3px}.rule-flow-debug-panel .rule-console .trace-log-area .nodes-container .nodes .node .node-id{width:40px;color:#888c96;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rule-flow-debug-panel .rule-console .trace-log-area .nodes-container .nodes .node .node-name{flex:1;font-weight:500;overflow:hidden;color:#4096ff;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.rule-flow-debug-panel .rule-console .trace-log-area .nodes-container .nodes .node .node-time{width:60px;text-align:right;color:#6b7280;font-size:12px}.rule-flow-debug-panel .rule-console .trace-log-area .trace-log{border-right:1px #e5e7eb solid}.rule-flow-debug-panel .rule-console .trace-log-area .trace-log pre{padding:5px;margin:0;font-size:12px;font-family:monospace;color:#666;overflow:auto;width:100%;word-break:break-all}.rule-flow-debug-panel .rule-console .trace-log-area .trace-log .title{font-size:12px;font-weight:500;text-align:left;padding:4px 8px;border-bottom:1px #f0f0f0 solid;display:flex;flex-direction:row;align-items:center;height:32px;gap:4px;font-weight:600;background:#f9fafb}.rule-flow-debug-panel .rule-console .trace-log-area .trace-log .title .change-type{flex:1;max-width:100px;cursor:pointer;text-align:center;line-height:24px;height:24px;border-radius:4px;transition:all .3s cubic-bezier(.645,.045,.355,1);-webkit-user-select:none;user-select:none;border:1px solid transparent}.rule-flow-debug-panel .rule-console .trace-log-area .trace-log .title .change-type:hover{color:#1890ff}.rule-flow-debug-panel .rule-console .trace-log-area .trace-log .title .active{background:#e6f7ff;color:#1890ff;border-color:#91d5ff;font-weight:600;box-shadow:0 2px 4px #1890ff1a}.rule-flow-debug-panel .rule-console .trace-log-area .trace-log .title .unactive{background:#f5f5f5;color:#00000073;border-color:#d9d9d9}.rule-flow-debug-panel .rule-console .trace-log-area .trace-log .title .unactive:hover{background:#fafafa;border-color:#40a9ff}.tree-table{width:100%}.tree-table .top-operation{margin:10px 0;text-align:right}.tree-table .toggle-btn{align-items:center;display:flex;text-align:center;padding:8px}.tree-table .hidden{visibility:hidden}.tree-table .row-key{display:flex;flex:1 1;flex-flow:row;border:none;height:24px}.tree-table .ant-select-selector{border-color:#d9d9d9!important}.tree-table table{border-spacing:0px;border-collapse:collapse;text-indent:initial}.tree-table .layui-table{width:100%;background-color:#fff;color:#666}.tree-table .layui-table thead{font-size:22px;font-weight:700}.tree-table .layui-table tr{transition:all .3s;-webkit-transition:all .3s}.tree-table .layui-table th{text-align:left;font-weight:400}.tree-table .layui-table tbody tr:hover,.tree-table .layui-table thead tr,.tree-table .layui-table-click,.tree-table .layui-table-header,.tree-table .layui-table-hover,.tree-table .layui-table-mend,.tree-table .layui-table-patch,.tree-table .layui-table-tool,.tree-table .layui-table-total,.tree-table .layui-table-total tr,.tree-table .layui-table[lay-even] tr:nth-child(2n){background-color:#fafafa}.tree-table .layui-table td,.tree-table .layui-table th,.tree-table .layui-table-col-set,.tree-table .layui-table-fixed-r,.tree-table .layui-table-grid-down,.tree-table .layui-table-header,.tree-table .layui-table-page,.tree-table .layui-table-tips-main,.tree-table .layui-table-tool,.tree-table .layui-table-total,.tree-table .layui-table-view,.tree-table .layui-table[lay-skin=line],.tree-table .layui-table[lay-skin=row]{border-width:1px;border-style:solid;border-color:#eee}.tree-table .layui-table td,.tree-table .layui-table th{position:relative;padding:5px;height:25px;line-height:15px;font-size:14px}.tree-table .layui-table[lay-skin=line] td,.tree-table .layui-table[lay-skin=line] th{border-width:0 0 1px}.tree-table .layui-table[lay-skin=row] td,.tree-table .layui-table[lay-skin=row] th{border-width:0 1px 0 0}.tree-table .layui-table[lay-skin=nob] td,.tree-table .layui-table[lay-skin=nob] th{border:none}.rule-flow-design{height:100vh;overflow:hidden}.rule-flow-design>.ant-tabs-nav{margin:0}.rule-flow-design>.ant-tabs-nav .ant-tabs-nav-wrap{justify-content:space-around}.rule-flow-design .ant-tabs-nav{margin:0}.rule-flow-design .rule-flow-design-button-group{position:absolute;right:16px;top:12px}.rule-flow-design .rule-flow-design-button-group .ant-btn{display:flex;align-items:center;font-weight:500;border-radius:6px}.rule-flow-design .rule-flow-design-button-group .ant-btn.ant-btn-dangerous:hover{background-color:#fff1f0}.rule-flow-design .rule-flow-design-button-group .ant-btn.btn-close:hover{color:#8c8c8c;border-color:#d9d9d9}.rule-flow-design .rule-flow-design-button-group .ant-btn .anticon{font-size:14px}.rule-flow-design .rule-flow-design-button-group .ant-space-compact-item{border-radius:6px!important}.rule-flow-top-header{position:absolute;top:0;height:45px;width:300px;line-height:45px;padding-left:10px}.base-info{width:60%;min-width:500px;margin:30px auto 0}.params-info{width:70%;min-width:1200px;margin:10px auto 0}.params-info .params-info-header{padding-bottom:10px}.params-info .params-info-header .title{width:80%;font-size:14px;font-weight:700}.params-info .params-info-header .buttons{width:20%;text-align:right}.interface-doc-container{display:flex;overflow:hidden;height:100vh}.interface-doc-container .doc-sidebar{width:220px;flex-shrink:0;background-color:#fff;border-right:1px solid #e2e8f0;padding:20px 0}.interface-doc-container .sidebar-title{font-size:18px;font-weight:700;color:#4299e1;margin:0 20px 25px;padding-bottom:5px;border-bottom:2px solid #e2e8f0}.interface-doc-container .doc-menu{list-style:none;padding:0;margin:0}.interface-doc-container .doc-menu .menu-item{padding:12px 15px;cursor:pointer;color:#2d3748;transition:all .2s ease;font-size:14px;position:relative}.interface-doc-container .doc-menu .menu-item:hover{background-color:#eaf8ff;color:#4299e1}.interface-doc-container .doc-menu .menu-item.active{background-color:#4299e1;color:#fff;border-left:5px solid #2180cf;padding-left:15px}.interface-doc-container .doc-content-area{flex-grow:1;padding:15px;background-color:#f7fafc;overflow-y:auto}.rule-flow-api-doc .doc-section{margin-bottom:30px}.rule-flow-api-doc .doc-section .section-title{font-size:24px;font-weight:700;color:#2d3748;margin-bottom:25px;padding-bottom:5px;border-bottom:2px solid #4299e1;display:flex;align-items:center}.rule-flow-api-doc .doc-section .section-title svg{margin-right:10px}.rule-flow-api-doc .info-box{background-color:#f0f4f8;border-left:5px solid #4299e1;border-radius:4px;padding:20px;margin-bottom:20px}.rule-flow-api-doc .info-box .info-item{margin-bottom:12px;display:flex;align-items:center}.rule-flow-api-doc .info-box .info-item:last-child{margin-bottom:0}.rule-flow-api-doc .info-box .info-item .info-label{width:120px;font-weight:600;color:#4a5568;flex-shrink:0}.rule-flow-api-doc .info-box .info-item .info-value{flex:1;color:#2d3748;font-size:15px}.rule-flow-api-doc .info-box .info-item .method-tag{display:inline-block;padding:3px 10px;border-radius:4px;font-size:12px;font-weight:600;letter-spacing:.5px}.rule-flow-api-doc .info-box .info-item .method-tag.post{background-color:#1c77f1;color:#fff}.rule-flow-api-doc .info-box .info-item .method-tag.get{background-color:#66befa;color:#fff}.rule-flow-api-doc .info-box .info-item .api-url{background-color:#e2e8f0;color:#4a5568;padding:2px 6px;border-radius:4px;font-size:14px}.rule-flow-api-doc .code-box{background-color:#1a202c;color:#a0aec0;border-radius:6px;overflow:hidden;margin-bottom:15px;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.rule-flow-api-doc .code-box .code-block{margin:0;padding:20px;overflow-x:auto;font-size:14px;line-height:1.5}.rule-flow-api-doc .success-example{border-top:3px solid #38a169}.rule-flow-api-doc .error-example{border-top:3px solid #e53e3e}.rule-flow-api-doc .request-example-title{font-weight:600;margin-top:25px;margin-bottom:10px;color:#4a5568;font-size:16px}.rule-flow-api-doc .param-table-box,.rule-flow-api-doc .response-table-box{margin-bottom:30px}.rule-flow-api-doc .param-table-box .pro-table,.rule-flow-api-doc .response-table-box .pro-table{width:100%;border-collapse:collapse;font-size:14px;overflow:hidden}.rule-flow-api-doc .param-table-box .pro-table thead,.rule-flow-api-doc .response-table-box .pro-table thead{background-color:#edf2f7}.rule-flow-api-doc .param-table-box .pro-table thead th,.rule-flow-api-doc .response-table-box .pro-table thead th{padding:12px;text-align:left;color:#2d3748;border:1px solid #ced5dd;font-weight:600}.rule-flow-api-doc .param-table-box .pro-table tbody tr,.rule-flow-api-doc .response-table-box .pro-table tbody tr{background-color:#fff}.rule-flow-api-doc .param-table-box .pro-table tbody tr:hover,.rule-flow-api-doc .response-table-box .pro-table tbody tr:hover{background-color:#f7fafc}.rule-flow-api-doc .param-table-box .pro-table tbody tr td,.rule-flow-api-doc .response-table-box .pro-table tbody tr td{padding:12px;border:1px solid #ced5dd;vertical-align:top}.rule-flow-api-doc .param-table-box .pro-table tbody tr .field-name,.rule-flow-api-doc .response-table-box .pro-table tbody tr .field-name{font-weight:600;color:#2c5282}.rule-flow-api-doc .param-table-box .pro-table tbody tr .field-type,.rule-flow-api-doc .response-table-box .pro-table tbody tr .field-type{color:#9f7aea;font-family:Fira Code,monospace;font-size:13px}.rule-flow-api-doc .param-table-box .pro-table tbody tr .field-desc,.rule-flow-api-doc .response-table-box .pro-table tbody tr .field-desc{color:#4a5568}.rule-flow-api-doc .param-table-box .pro-table tbody tr .field-required-yes,.rule-flow-api-doc .response-table-box .pro-table tbody tr .field-required-yes{color:#e53e3e}.rule-flow-api-doc .param-table-box .pro-table tbody tr .field-required-no,.rule-flow-api-doc .response-table-box .pro-table tbody tr .field-required-no{color:#38a169}.rule-flow-api-doc .param-table-box .pro-table tbody tr:nth-child(2n),.rule-flow-api-doc .response-table-box .pro-table tbody tr:nth-child(2n){background-color:#fafafa}.rule-flow-api-doc .response-example-box .example-title{font-size:16px;font-weight:600;color:#2d3748;margin-bottom:10px;padding:5px 0;display:flex;align-items:center}.rule-flow-api-doc .response-example-box .example-title.success{color:#38a169}.rule-flow-api-doc .response-example-box .example-title.error{color:#e53e3e}.rule-flow-api-doc .response-example-box .code-box+.example-title{margin-top:25px}.rule-flow-api-doc .notice-box{background-color:#fefcbf;border-left:5px solid #d69e2e;border-radius:0 6px 6px 0;padding:15px;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.rule-flow-api-doc .notice-box .notice-list{margin:0;padding-left:20px;color:#4a5568}.rule-flow-api-doc .notice-box .notice-list li{margin-bottom:8px;line-height:1.5}.rule-flow-api-doc .notice-box .notice-list li:last-child{margin-bottom:0}.rule-flow-api-doc .notice-box .notice-list li code{background-color:#fffac8;color:#1a202c;padding:1px 4px;border-radius:3px;font-family:Fira Code,monospace;font-size:13px;font-weight:600}.rule-flow-api-doc .notice-box .notice-list li strong{font-weight:700;color:#975a16}.api-debugger-container{padding:15px;background-color:#fff;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a}.request-url-bar{display:flex;margin-bottom:15px;gap:8px}.request-url-bar .method-selector{padding:8px 12px;border:1px solid #e2e8f0;border-radius:4px;font-weight:600;width:90px;background-color:#f7fafc;flex-shrink:0;-moz-appearance:none;appearance:none;-webkit-appearance:none}.request-url-bar .url-input{flex-grow:1;padding:8px 12px;border:1px solid #e2e8f0;border-radius:4px;font-size:14px}.request-url-bar .send-button{background-color:#4299e1;color:#fff;padding:8px 15px;border:none;border-radius:4px;font-weight:600;cursor:pointer;flex-shrink:0}.request-url-bar .send-button:hover:not(:disabled){background-color:#2180cf}.debugger-panels{display:flex;gap:15px;height:600px}.request-panel,.response-panel{flex:1;display:flex;flex-direction:column;border:1px solid #e2e8f0;border-radius:6px;overflow:hidden}.panel-section{padding:10px 15px;border-bottom:1px solid #e2e8f0;flex-shrink:0}.panel-section:last-child{border-bottom:none}.section-title{font-size:15px;font-weight:600;color:#2d3748;margin-bottom:10px;padding-bottom:5px;border-bottom:1px solid #f0f0f0}.request-body-section{flex-grow:1;padding:0}.request-body-section .section-title{padding:10px 15px;margin-bottom:0;border-bottom:1px solid #e2e8f0}.json-editor{width:100%;box-sizing:border-box;font-family:Fira Code,monospace;font-size:13px;flex-grow:1;border:none;background-color:#2d3748;color:#a0aec0;padding:10px 15px;resize:none;border-radius:0 0 6px 6px}.headers-editor{margin-top:5px}.headers-editor .header-row{display:flex;gap:5px;margin-bottom:5px;align-items:center}.headers-editor .header-row input{flex:1;padding:6px 8px;border:1px solid #cbd5e0;border-radius:4px;font-size:12px}.headers-editor .header-row .delete-button{background:none;border:none;color:#e53e3e;cursor:pointer;padding:0 5px;font-size:18px;line-height:1;transition:color .2s;flex-shrink:0;width:20px}.headers-editor .header-row .delete-button:hover{color:#d41c1c}.headers-editor .add-header-button{background:#f7fafc;border:1px solid #e2e8f0;color:#2d3748;padding:4px 10px;border-radius:4px;cursor:pointer;width:100%;margin-top:5px;transition:all .2s;font-size:13px}.headers-editor .add-header-button:hover{background-color:#ebf8ff;color:#4299e1;border-color:#4299e1}.response-panel .panel-info-bar{display:flex;justify-content:space-between;align-items:center;padding:10px 15px;background-color:#f7fafc;border-bottom:1px solid #e2e8f0;flex-shrink:0}.response-panel .response-status-info .status-code{padding:1px 4px}
