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;min-width:360px}.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-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;box-shadow:0 0 0 3px #1890ff1a;display:flex;flex-direction:column;position:relative;transition:all .3s ease;width:170px}.base-node.selected{border-color:#1890ff;box-shadow:0 0 0 3px #1890ff1a}.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;width:40px;flex-shrink:0}.base-node .node-header .header-right .time-tag{font-size:10px;color:#595959;white-space:nowrap}.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:11px;font-weight:600;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:transparent;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:#b1b1b7}.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}.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}@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}.alignment-toolbar{position:absolute;top:10px;left:10px;z-index:1000;display:flex;gap:8px;background:#fff;border-radius:4px;box-shadow:0 2px 8px #00000026}.alignment-toolbar .toolbar-group{display:flex;gap:4px;padding:4px;border-radius:4px}.alignment-toolbar .toolbar-button{display:flex;align-items:center;justify-content:center;width:30px;height:26px;border:1px solid #d9d9d9;background:#fff;cursor:pointer;transition:all .2s;font-size:16px}.alignment-toolbar .toolbar-button:hover{background:#1890ff;border-color:#1890ff;color:#fff}.alignment-toolbar .toolbar-button:active{background:#096dd9;border-color:#096dd9}.alignment-toolbar .toolbar-button svg{color:#595959;transition:color .2s}.alignment-toolbar .toolbar-button:hover svg{color:#fff}.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 .library-content{overflow-y:auto;display:flex;flex-direction:column;background:#fafafa}.node-library .library-header{padding:8px 15px;align-items:center;text-align:center;background:#fafafa;font-size:14px;font-weight:600;color:#262626}.node-library .draggable-node{display:flex;align-items:center;gap:8px;padding:8px;margin:5px 8px;background:#fff;border:1px solid #d9d9d9;border-radius:6px;cursor:grab;transition:all .2s ease}.node-library .draggable-node:hover{border-color:#1890ff;box-shadow:0 2px 8px #1890ff26;transform:translateY(-1px)}.node-library .draggable-node:active{cursor:grabbing}.node-library .draggable-node.dragging{opacity:.5}.node-library .draggable-node .node-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:16px;background:#f5f5f5;border-radius:4px}.node-library .draggable-node .node-info{flex:1}.node-library .draggable-node .node-label{font-size:12px;font-weight:500;color:#262626;margin-bottom:2px}.node-library .draggable-node .node-description{font-size:11px;color:#8c8c8c;line-height:1.3}.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 #d9d9d9;border-radius:8px 8px 0 0;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;justify-content:space-between}.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}.shell-node{width:600px;margin:auto}.shell-node .ant-form-item-row{align-items:center}.property-panel{width:100%;height:100%;background:#cdcdcd;z-index:1;position:absolute;top:0;left:0;background:#fff}.property-panel .ant-card{border-radius:0!important}.rule-flow-debug-panel .rule-flow-run-btn{position:absolute;bottom:30px;left:calc(50% - 60px);width:100px;height:35px;cursor:pointer;background:#2581f5;color:#fff;text-align:center;line-height:35px;border-radius:8px;font-weight:500;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}.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:10px 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;gap:12px}.rule-flow-debug-panel .rule-console .panel{background:#fff;box-shadow:0 10px 30px #0f172a0d;width:100%}.rule-flow-debug-panel .rule-console .panel .ant-tabs .ant-tabs-nav{margin:8px}.rule-flow-debug-panel .rule-console .editor-area{padding:5px;border-bottom:1px #e5e7eb solid}.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}
