.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))}:root,:root[data-theme=light]{--app-bg: #f5f8f9;--workspace-bg: #f7f9fa;--surface: #fff;--surface-soft: #f7fafb;--surface-raised: #fff;--text: #17232c;--text-2: #53616a;--muted: #7d8a91;--border: #e0e7ea;--border-soft: #edf0f2;--shadow: rgba(28,44,55,.08);--canvas-dot: #d8e0e5;--teal-soft: #eaf7f6;font-family:PingFang SC,Microsoft YaHei,system-ui,sans-serif;color:var(--text);background:var(--app-bg);font-synthesis:none}:root[data-theme=dark]{--app-bg: #0f171c;--workspace-bg: #111b21;--surface: #18242b;--surface-soft: #1d2a32;--surface-raised: #202e36;--text: #e7eef1;--text-2: #c2d0d5;--muted: #8fa1a9;--border: #30414a;--border-soft: #25353d;--shadow: rgba(0,0,0,.34);--canvas-dot: #31454f;--teal-soft: #15373a}*{box-sizing:border-box}html,body,#root{width:100%;height:100%}body{margin:0;min-width:1180px;min-height:100vh;overflow:hidden;-webkit-font-smoothing:antialiased}button,input,textarea{font:inherit}.app-shell{--sidebar-width: 164px;display:grid;grid-template-columns:var(--sidebar-width) 1fr;grid-template-rows:64px calc(100vh - 64px);height:100vh;background:#f5f8f9;transition:grid-template-columns .2s ease}.app-shell.sidebar-collapsed{--sidebar-width: 66px}.topbar{grid-column:1 / 3;display:flex;align-items:center;gap:14px;height:64px;padding:0 24px;background:#fffffffa;border-bottom:1px solid #e5eaed;z-index:20}.brand{font-size:20px;font-weight:700;letter-spacing:-.3px;margin-right:22px;white-space:nowrap}.chain-selector{border-color:#e3e9ec;height:38px;padding-inline:16px}.topbar-spacer{flex:1}.global-search{width:300px}.avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;color:#fff;background:#0798a1}.avatar-down{font-size:10px;color:#6c7981}.topbar-user{height:44px;display:inline-flex;align-items:center;gap:8px;padding-inline:5px 8px;color:#43515a}.topbar-user>span:not(.anticon){max-width:90px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sync-status{margin-inline:0;white-space:nowrap}.theme-mode-switch{height:32px;display:inline-flex;align-items:center;gap:6px;padding:0 9px;border:1px solid var(--border);border-radius:999px;color:var(--muted);background:var(--surface-soft)}.theme-mode-switch .anticon{font-size:13px;transition:.18s}.theme-mode-switch .anticon.is-active{color:#0798a1}.theme-mode-switch .ant-switch{margin:0 1px}.system-loading-screen{width:100%;height:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#64767e;background:#f3f8f8}.system-loading-screen strong{color:#21333b;font-size:18px}.system-loading-screen span{font-size:13px}.system-loading-mark{width:52px;height:52px;display:grid;place-items:center;margin-bottom:4px;border-radius:15px;color:#fff;background:linear-gradient(145deg,#08a7af,#087c84);box-shadow:0 12px 28px #078b9338;font-size:24px;font-weight:700}.login-page{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100dvh;min-height:100vh;overflow:hidden;display:grid;grid-template-columns:minmax(0,54.1%) minmax(430px,45.9%);background:#f5f8f8;isolation:isolate}.login-brand-panel{position:relative;min-width:0;height:100%;overflow:hidden;background:#087f88}.login-brand-image{position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;width:calc(100% + 4px);height:calc(100% + 4px);display:block;object-fit:cover;object-position:center center;-webkit-user-select:none;user-select:none}.login-brand-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#003d453d,#004a5114 54%,#00596000);pointer-events:none}.login-brand-copy{position:absolute;z-index:1;top:50%;left:clamp(54px,7.8vw,158px);transform:translateY(-50%)}.login-brand-copy h1{margin:0;color:#fff;font-size:clamp(42px,3.4vw,68px);line-height:1.08;font-weight:700;letter-spacing:.04em;white-space:nowrap;text-shadow:0 3px 20px rgba(0,51,58,.26)}.login-form-panel{width:min(440px,calc(100% - 64px));max-height:calc(100dvh - 48px);overflow:auto;align-self:center;justify-self:center;padding:48px 44px 42px;border:1px solid #dfe8e9;border-radius:14px;color:#17232c;background:#fff;box-shadow:0 18px 46px #18383e17}.login-form-heading{margin-bottom:34px}.login-form-heading h2{margin:0;color:#0798a1;font-size:21px;font-weight:700}.login-form-panel .ant-form-item{margin-bottom:24px}.login-form-panel .ant-form-item-label>label{color:#26343b;font-size:14px}.login-form-panel .ant-input-affix-wrapper{height:54px;padding-inline:15px;border-radius:8px}.login-form-panel .ant-btn-primary{height:54px;margin-top:5px;border-radius:8px;font-weight:600;font-size:16px;letter-spacing:4px}.login-error{margin:-4px 0 13px;padding:9px 11px;border-radius:7px;color:#b8413d;background:#fff2f0;font-size:12px}@media(max-width:900px){.login-page{display:flex;min-height:100vh;align-items:center;justify-content:center;padding:24px;background:#f5f8f8}.login-brand-panel{display:none}.login-form-panel{width:min(440px,100%);padding:38px 30px 34px}}@media(max-width:520px){.login-page{padding:16px}.login-form-panel{padding:32px 22px 28px;border-radius:12px}}.sidebar{grid-row:2;background:#fff;border-right:1px solid #e5eaed;padding:12px 10px;overflow:hidden;z-index:10}.sidebar-toggle{width:100%;margin-bottom:8px;color:#6f7b83}.sidebar>button:not(.sidebar-toggle){width:100%;height:46px;display:flex;align-items:center;gap:13px;padding:0 14px;border:0;border-radius:8px;background:transparent;color:#43515a;cursor:pointer;white-space:nowrap;margin-bottom:3px;transition:.16s ease}.sidebar>button:not(.sidebar-toggle):hover{background:#f0f7f7;color:#087f87}.sidebar>button:focus{outline:0}.sidebar>button:focus-visible{box-shadow:inset 0 0 0 2px #0798a147}.sidebar>button.active{color:#087f87;background:#eaf7f6;font-weight:600}.sidebar button .anticon{font-size:17px;min-width:18px}.sidebar-collapsed .sidebar>button{justify-content:center;padding-inline:0}.sidebar-collapsed .sidebar button span:not(.anticon){display:none}.workspace{grid-column:2;grid-row:2;position:relative;overflow:hidden;background:#f7f9fa}.main-content{grid-column:2;grid-row:2;position:relative;overflow:auto;background:#f5f8f9}.workspace-area{grid-column:2;grid-row:2;min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden;background:#f5f8f9}.workspace-tabbar{min-height:43px;display:flex;align-items:flex-end;gap:4px;overflow-x:auto;overflow-y:hidden;padding:7px 12px 0;border-bottom:1px solid #dde6e9;background:#eef2f4;scrollbar-width:thin}.workspace-tab{min-width:112px;max-width:230px;height:36px;display:flex;flex:0 0 auto;align-items:center;justify-content:space-between;gap:10px;padding:0 10px 0 14px;border:1px solid transparent;border-bottom:0;border-radius:9px 9px 0 0;color:#66757d;background:#ffffff7a;font-size:12px;cursor:pointer;outline:none}.workspace-tab>span:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workspace-tab:hover{color:#157f86;background:#fffc}.workspace-tab:focus-visible{box-shadow:inset 0 0 0 2px #0998a133}.workspace-tab.active{color:#087f87;border-color:#d9e3e6;background:#fff;box-shadow:0 -2px 9px #1f37420a;font-weight:600}.workspace-tab-actions{display:flex;flex:0 0 auto;align-items:center;gap:2px;margin-left:auto}.workspace-tab-refresh,.workspace-tab-close{display:grid;place-items:center;padding:0;border:0;border-radius:6px;color:#8b979d;background:transparent;cursor:pointer}.workspace-tab-refresh{width:24px;height:24px;flex:0 0 24px;color:#7d899e;font-size:17px}.workspace-tab-close{width:20px;height:20px;flex:0 0 20px}.workspace-tab-refresh:hover,.workspace-tab-close:hover{color:#45545c;background:#e6edef}.workspace-tab-refresh:hover{color:#078c95}.workspace-tab-refresh:disabled{cursor:default;opacity:.55}.workspace-tab-refresh.is-refreshing{color:#0998a1;opacity:1}.workspace-tab-refresh.is-refreshing svg{animation:workspace-tab-refresh-spin .75s linear infinite}@keyframes workspace-tab-refresh-spin{to{transform:rotate(360deg)}}.workspace-panels{position:relative;min-width:0;min-height:0;flex:1;overflow:hidden}.workspace-panel{position:absolute;top:0;right:0;bottom:0;left:0;display:none;overflow:hidden}.workspace-panel.active{display:block}.workspace-panel>.main-content,.workspace-panel>.workspace{width:100%;height:100%}.page-view{min-height:100%;padding:28px 32px 44px}.page-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:24px}.page-heading h1{margin:0 0 7px;color:#17232c;font-size:25px;line-height:1.25}.page-heading p{margin:0;color:#78868e;font-size:13px}.page-heading>div>.ant-btn{margin:-6px 0 12px -12px;color:#67757d}.content-card{border:1px solid #e0e7ea;border-radius:12px;background:#fff;box-shadow:0 5px 20px #1c2c370a}.summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}.summary-grid>div{min-height:88px;display:flex;flex-direction:column;justify-content:center;gap:5px;padding:18px 22px;border:1px solid #e1e8eb;border-radius:10px;background:#fff}.summary-grid span{color:#7d8a91;font-size:12px}.summary-grid strong{font-size:26px;font-weight:650}.list-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 22px;border-bottom:1px solid #e7ecee}.list-toolbar h2{margin:0 0 4px;font-size:17px}.list-toolbar span{color:#8a969c;font-size:12px}.list-toolbar>div:last-child{display:flex;gap:10px}.list-toolbar .ant-input-affix-wrapper{width:270px}.list-toolbar .ant-select{width:128px}.data-table{width:100%}.table-row{display:grid;align-items:center;min-height:72px;gap:16px;padding:12px 20px;border-bottom:1px solid #edf0f2;color:#53616a;font-size:12px}.business-card .table-row{grid-template-columns:48px 138px 1.15fr .55fr 1.45fr .8fr .55fr 138px}.business-index{color:#7b888f;text-align:center;font-variant-numeric:tabular-nums}.business-created-time{color:#53616a;line-height:1.5;font-variant-numeric:tabular-nums}.table-row:last-child{border-bottom:0}.table-row.table-head{min-height:44px;padding-block:9px;color:#7b888f;background:#f8fafb;font-size:11px}.table-row strong{display:block;color:#27343c;font-size:13px;font-weight:600}.table-row small{display:block;margin-top:5px;color:#939da3;font-size:11px}.chain-copy{color:#52636b;line-height:1.65}.table-empty{padding:48px 20px;color:#89959b;text-align:center}.home-dashboard-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(260px,.65fr);gap:18px}.home-recent-card{overflow:hidden}.home-business-row{width:100%;min-height:76px;display:grid;grid-template-columns:minmax(0,1fr) auto 20px;align-items:center;gap:14px;padding:12px 22px;border:0;border-bottom:1px solid #edf1f2;color:#52616a;background:transparent;text-align:left;cursor:pointer}.home-business-row:last-child{border-bottom:0}.home-business-row:hover{background:#f7fbfb}.home-business-row strong,.home-business-row small{display:block}.home-business-row strong{margin-bottom:5px;color:#27343c;font-size:13px}.home-business-row small{overflow:hidden;color:#909ca2;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.home-business-row>.anticon{color:#9aa5aa}.home-quick-card{align-self:start;display:grid;gap:10px;padding:22px}.home-quick-card>div{margin-bottom:6px}.home-quick-card h2{margin:0 0 6px;font-size:17px}.home-quick-card span{color:#859299;font-size:12px;line-height:1.7}.home-quick-card>.ant-btn{height:42px;justify-content:flex-start}.create-business-view{max-width:1230px;margin:0 auto}.create-business-heading{align-items:flex-end}.draft-save-indicator{flex:0 0 auto;margin:0 0 2px;padding:5px 10px}.create-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:20px;align-items:start}.create-steps{padding:24px 18px;border:1px solid #e1e8eb;border-radius:12px;background:#fff}.create-steps .ant-steps-item{padding-bottom:30px}.create-steps .ant-steps-item-description{max-width:135px!important;font-size:11px!important}.create-card{min-height:580px;display:flex;flex-direction:column}.wizard-section{flex:1;padding:28px 30px}.wizard-section .ant-form{max-width:620px}.wizard-section .ant-radio-button-wrapper{min-width:104px;text-align:center}.master-data-shortcuts{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:7px}.master-data-shortcuts .ant-tag{margin:0}.master-data-help{display:flex;align-items:center;gap:9px;margin:4px 0 12px;padding:10px 12px;border:1px solid #d9e9e9;border-radius:8px;color:#55777b;background:#f4fbfb;font-size:11px;line-height:1.6}.master-data-help>.anticon{flex:0 0 auto;color:#118e96;font-size:15px}.mode-note{display:flex;flex-direction:column;gap:5px;margin-top:22px;padding:16px 18px;border:1px solid #cfe7e6;border-radius:9px;color:#24747a;background:#f0f9f8}.mode-note span{color:#72868b;font-size:12px}.wizard-footer{display:flex;justify-content:flex-end;gap:10px;padding:16px 22px;border-top:1px solid #e5eaed}.chain-builder{display:flex;align-items:stretch;gap:8px;overflow-x:auto;padding:8px 2px 18px}.chain-slot{position:relative;min-width:164px;padding:14px;border:1px solid #dbe4e7;border-radius:9px;background:#fff}.chain-slot:after{position:absolute;top:50%;right:-13px;content:"→";color:#15949b;font-size:16px;transform:translateY(-50%)}.chain-slot:last-child:after{display:none}.chain-slot>span,.chain-slot>div:first-child>span{display:block;margin-bottom:10px;color:#66757d;font-size:11px}.chain-slot>div:first-child{display:flex;align-items:center;justify-content:space-between}.chain-slot .ant-select{width:100%}.terminal-slot{background:#f7fbf8;border-color:#d9e9dc}.add-chain-slot{min-width:122px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;border:1px dashed #a9cfd1;border-radius:9px;color:#16878e;background:#f8fcfc;cursor:pointer}.add-chain-slot:disabled{color:#a3adb2;border-color:#dce3e6;cursor:not-allowed}.auxiliary-settings{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:14px}.auxiliary-settings>div{padding:18px;border:1px solid #e1e7ea;border-radius:9px;background:#fafcfc}.auxiliary-heading{display:flex;align-items:center;justify-content:space-between;gap:10px}.auxiliary-settings h3{margin:0 0 16px;font-size:14px}.auxiliary-heading h3{margin-bottom:0}.auxiliary-heading+label{margin-top:16px}.auxiliary-settings h3 .anticon{margin-right:7px;color:#168d95}.auxiliary-settings label{display:grid;grid-template-columns:86px 1fr;align-items:center;gap:10px;margin-top:11px;color:#75838a;font-size:12px}@media(max-width:900px){.workspace-tabbar{padding-inline:8px}.workspace-tab{min-width:104px}.home-dashboard-grid,.create-layout,.auxiliary-settings{grid-template-columns:1fr}.create-steps{display:none}.create-business-heading{align-items:flex-start;flex-direction:column}.master-data-shortcuts{justify-content:flex-start}}.chain-preview{display:flex;align-items:center;justify-content:center;overflow-x:auto;padding:32px 14px;border:1px solid #dfe7ea;border-radius:10px;background:#fafcfc}.chain-preview-part{display:flex;align-items:center}.chain-preview-node{width:160px;min-height:96px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:12px;border:1px solid #d7e2e5;border-radius:9px;background:#fff;text-align:center}.chain-preview-node .anticon{color:#0b9199;font-size:22px}.chain-preview-node span{color:#3e4c54;font-size:12px}.chain-preview-arrow{margin:0 8px;color:#0e989f;font-size:20px}.review-name{display:flex;align-items:baseline;gap:18px;margin-bottom:14px}.review-name span{color:#8a969c;font-size:12px}.review-name strong{font-size:17px}.review-aux{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:16px}.review-aux>div{display:grid;grid-template-columns:30px 82px 1fr;align-items:center;gap:8px;padding:16px;border:1px solid #e1e8ea;border-radius:9px}.review-aux .anticon{grid-row:1 / 3;color:#148c94;font-size:22px}.review-aux span,.review-aux small{color:#849096;font-size:11px}.review-aux strong{color:#35434b;font-size:13px}.locked-note{display:flex;gap:12px;margin-top:18px;padding:16px;border:1px solid #f0dfba;border-radius:9px;color:#8b6423;background:#fffaf0}.locked-note div{display:flex;flex-direction:column;gap:4px}.locked-note span{color:#9a815b;font-size:12px}.resource-tabs{display:flex;gap:4px;padding:10px 14px 0;border-bottom:1px solid #e5eaed}.resource-tabs button{position:relative;min-width:122px;height:48px;padding:0 16px;border:0;color:#5c6a72;background:transparent;cursor:pointer}.resource-tabs button:after{position:absolute;right:12px;bottom:-1px;left:12px;height:2px;content:"";background:transparent}.resource-tabs button.active{color:#087f87;font-weight:600}.resource-tabs button.active:after{background:#0798a1}.resource-tabs em{margin-left:7px;padding:1px 6px;border-radius:8px;color:#738188;background:#eef2f3;font-size:10px;font-style:normal}.library-subnav{display:flex;align-items:center;gap:8px;padding:13px 20px;border-bottom:1px solid #e7ecee;background:#fbfcfc}.library-subnav button{height:34px;display:inline-flex;align-items:center;gap:7px;padding:0 14px;border:1px solid transparent;border-radius:7px;color:#65737b;background:transparent;cursor:pointer}.library-subnav button:hover{color:#087f87;background:#f0f8f7}.library-subnav button.active{border-color:#c7e3e2;color:#087f87;background:#eaf7f6;font-weight:600}.library-subnav em{min-width:19px;padding:1px 6px;border-radius:9px;color:#75838a;background:#e9eff0;font-size:10px;font-style:normal;text-align:center}.subject-table .table-row{grid-template-columns:1.55fr .75fr .7fr 1fr .55fr .5fr .7fr}.subject-name-cell{display:flex;align-items:center;gap:10px}.subject-avatar{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border-radius:8px;color:#0e8c94;background:#e6f4f3;font-size:16px}.vehicle-table .table-row{grid-template-columns:1fr 1.35fr .85fr .85fr .55fr .45fr 1.15fr}.transport-table .table-row{grid-template-columns:.95fr 1.2fr 1.1fr .75fr 1fr .55fr .65fr}.location-table .table-row{grid-template-columns:1.25fr 2fr .8fr .8fr}.location-row-actions{display:flex;align-items:center;gap:2px}.location-row-actions .ant-btn{padding-inline:4px}.location-empty{padding:52px 20px;color:#8a969b;text-align:center}.vehicle-name-cell{display:flex;align-items:center;gap:10px}.vehicle-avatar{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border-radius:8px;color:#2879c7;background:#eaf3fd;font-size:16px}.vehicle-row-actions{display:flex;align-items:center;flex-wrap:wrap}.vehicle-row-actions .ant-btn{height:28px;padding-inline:5px;font-size:11px}.vehicle-quick-import{margin-bottom:18px;padding:16px;border:1px solid #cce4e3;border-radius:10px;background:#f3fafa}.vehicle-quick-import-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:12px}.vehicle-quick-import-head>div{display:flex;flex-direction:column;gap:4px}.vehicle-quick-import-head span{color:#7c8b91;font-size:11px}.vehicle-quick-import-actions{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:10px}.vehicle-quick-import-actions>span{color:#71828a;font-size:11px}.account-quick-import textarea{font-variant-numeric:tabular-nums}.transport-rule-note{display:flex;align-items:flex-start;gap:8px;margin:2px 0 18px;padding:12px 14px;border:1px solid #f0dcae;border-radius:8px;color:#825d1d;background:#fff9ec;font-size:11px;line-height:1.6}.membership-tags{display:flex;flex-wrap:wrap;gap:4px}.membership-tags .ant-tag{margin:0}.membership-tags em{color:#a0aaaf;font-style:normal}.group-manager{min-height:430px}.group-process{display:flex;align-items:center;gap:18px;padding:20px 22px;border-bottom:1px solid #e7ecee;background:#fbfdfd}.group-process>div{display:flex;align-items:center;gap:10px}.group-process b,.modal-step-label b{width:26px;height:26px;flex:0 0 26px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#0798a1;font-size:12px}.group-process span{display:flex;flex-direction:column;gap:2px}.group-process strong{color:#334149;font-size:13px}.group-process small{color:#8b979d;font-size:11px}.group-process i{color:#a5b0b5;font-style:normal}.group-process .ant-btn{margin-left:auto}.group-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:20px}.group-card{display:flex;flex-direction:column;min-height:218px;padding:18px;border:1px solid #e1e7ea;border-radius:10px;background:#fff}.group-card>div:first-child{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:11px}.group-card-tags{display:flex;flex-direction:column;align-items:flex-end;gap:5px}.group-card-tags .ant-tag{margin:0}.group-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:9px;color:#0d8b93;background:#e8f5f4}.group-card strong,.group-card small{display:block}.group-card small{margin-top:3px;color:#929da3;font-size:11px}.group-card p{min-height:38px;margin:16px 0;color:#66757d;font-size:12px;line-height:1.6}.group-card-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:auto}.group-members{min-height:62px;display:flex;flex-wrap:wrap;align-content:flex-start;gap:6px;margin:16px 0}.group-members span{max-width:100%;padding:4px 8px;overflow:hidden;border-radius:6px;color:#53636b;background:#f2f6f7;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.group-members em{color:#a0aaaf;font-size:11px;font-style:normal}.group-usage-note{display:flex;align-items:center;gap:6px;margin:-8px 0 12px;color:#7b898f;font-size:11px}.form-note{margin:-2px 0 18px;padding:11px 13px;border-radius:7px;color:#677b82;background:#f3f8f8;font-size:12px}.modal-step-label{display:flex;align-items:center;gap:10px;margin-bottom:18px;color:#39474f;font-weight:600}.member-picker{width:100%}.member-selection-note{margin:9px 0 22px;color:#7f8c92;font-size:12px}.relation-list{padding:20px}.relation-row{display:grid;grid-template-columns:1fr auto 1fr auto;align-items:center;gap:18px;padding:20px;border:1px solid #e0e7ea;border-radius:10px}.relation-company{padding:13px 16px;border-radius:8px;background:#f4f7f8;font-weight:600;text-align:center}.relation-line{color:#a56816;font-size:12px}.empty-guidance{display:flex;gap:12px;margin-top:16px;padding:16px;border-radius:9px;color:#61747d;background:#f6f9fa}.empty-guidance div{display:flex;flex-direction:column;gap:4px}.empty-guidance span{color:#89959b;font-size:12px}.canvas-page .canvas-toolbar{top:78px}.canvas-page .canvas-legend{top:138px}.canvas-page>.react-flow{position:absolute!important;top:190px;right:0;bottom:0;left:0;width:auto!important;height:calc(100% - 190px)!important}.canvas-business-bar{position:absolute;z-index:7;top:0;right:0;left:0;height:62px;display:flex;align-items:center;gap:14px;padding:0 18px;border-bottom:1px solid #e2e8eb;background:#fffffff7}.canvas-business-bar>div{display:flex;flex-direction:column;gap:3px}.canvas-business-bar strong{font-size:14px}.canvas-business-bar span{color:#87939a;font-size:11px}.canvas-tip{position:absolute;z-index:5;top:76px;right:20px;max-width:420px;padding:9px 13px;border:1px solid #dfe6e9;border-radius:8px;color:#7d8a91;background:#ffffffeb;font-size:11px;box-shadow:0 4px 14px #1c2c370d}.business-basic-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}.business-basic-grid .span-two{grid-column:1 / 3}.canvas-owner{margin-left:auto;flex-direction:row!important;align-items:center;gap:6px!important;color:#7e8a91;font-size:11px}.operation-legend{color:#75858c}.operation-node{position:relative;width:192px;min-height:76px;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;padding:13px 14px;border:1px solid #cbdfe0;border-radius:11px;background:#fff;box-shadow:0 5px 16px #20344012;cursor:grab}.operation-node:active{cursor:grabbing}.operation-node.is-selected{border-color:#0798a1;box-shadow:0 0 0 4px #0798a117}.operation-connect-handle{right:-18px!important;width:34px!important;height:34px!important;display:grid!important;place-items:center;border:3px solid #fff!important;border-radius:50%!important;color:#fff;background:#0798a1!important;box-shadow:0 3px 10px #0798a147;opacity:1!important;cursor:crosshair;transition:transform .15s ease,background .15s ease}.operation-connect-handle:hover{transform:translate(50%,-50%) scale(1.12);background:#067c83!important}.operation-connect-handle.is-linked{background:#557781!important;box-shadow:0 3px 10px #405b653d}.operation-connect-handle .anticon{font-size:16px;pointer-events:none}.manual-target-handle,.manual-segment-target{width:18px!important;height:18px!important;border:3px solid #fff!important;border-radius:50%!important;background:#7ac9cc!important;box-shadow:0 0 0 1px #0798a1;opacity:.55!important;transition:opacity .15s ease,transform .15s ease}.entity-node:hover .manual-target-handle,.manual-target-handle.connectingto,.manual-segment-target.connectingto{opacity:1!important;transform:scale(1.15)}.aux-relation-target-handle{bottom:-6px!important;width:18px!important;height:18px!important;border:3px solid #fff!important;border-radius:50%!important;background:#8fc8cb!important;box-shadow:0 0 0 1px #168f96;opacity:.42!important;transition:opacity .15s ease,transform .15s ease}.entity-node:hover .aux-relation-target-handle,.aux-relation-target-handle.connectingto{opacity:1!important;transform:translate(-50%,50%) scale(1.15)}.aux-relation-connect-handle{top:-18px!important;width:34px!important;height:34px!important;display:grid!important;place-items:center;border:3px solid #fff!important;border-radius:50%!important;color:#fff;box-shadow:0 4px 12px #254e693d;opacity:1!important;cursor:crosshair;transition:transform .15s ease,filter .15s ease}.aux-relation-connect-handle:hover{transform:translate(-50%,-50%) scale(1.12);filter:brightness(.94)}.aux-relation-connect-handle--logistics{background:#2f80ed!important}.aux-relation-connect-handle--warehouse{background:#e98924!important}.aux-relation-connect-handle .anticon{font-size:15px;pointer-events:none}.operation-node-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;color:#078f97;background:#e5f5f4;font-size:18px}.operation-node>div{min-width:0;display:flex;flex-direction:column;gap:3px}.operation-node strong{color:#223039;font-size:14px}.operation-node small{overflow:hidden;color:#829097;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.operation-status{width:max-content;margin-top:3px;padding:1px 6px;border-radius:8px;color:#9a6c22;background:#fff3d5;font-size:9px}.operation-status--进行中{color:#087f87;background:#e3f5f4}.operation-status--单据待补{color:#b5681d;background:#fff0df}.operation-status--已完成{color:#34844e;background:#e8f7ed}.operation-status--异常{color:#bd3c3c;background:#fdecec}.operation-node em{min-width:22px;height:22px;display:grid;place-items:center;border-radius:11px;color:#fff;background:#ec8a2d;font-size:10px;font-style:normal}.relation-anchor-node{width:16px;height:16px;display:grid;place-items:center}.relation-anchor-node>span{width:8px;height:8px;display:block;border:2px solid #fff;border-radius:50%;background:#10969e;box-shadow:0 0 0 1px #10969e}.operation-node--contract{border-color:#b9d8f3}.operation-node--contract .operation-node-icon{color:#2779ba;background:#eaf4fd}.operation-node--transport{border-color:#c5d8f6}.operation-node--transport .operation-node-icon{color:#2d72c9;background:#ecf3ff}.operation-node--warehouse{border-color:#f1d2ad}.operation-node--warehouse .operation-node-icon{color:#db781d;background:#fff1e3}.operation-node--settlement,.operation-node--invoice{border-color:#d4d0ef}.operation-node--settlement .operation-node-icon,.operation-node--invoice .operation-node-icon{color:#6d5bb4;background:#f1effc}.operation-node--document,.operation-node--note{border-color:#dde2e5}.operation-node--document .operation-node-icon,.operation-node--note .operation-node-icon{color:#687b85;background:#f1f5f6}.canvas-context-menu{position:fixed;z-index:30;width:300px;max-height:520px;padding:10px;overflow:auto;border:1px solid #dce5e8;border-radius:12px;background:#fff;box-shadow:0 18px 54px #1b2c3838;transform:translate(6px,6px)}.canvas-context-menu>div{display:flex;flex-direction:column;gap:3px;padding:8px 10px 10px;border-bottom:1px solid #edf1f2}.canvas-context-menu>div span{color:#89959b;font-size:11px}.canvas-context-menu button{width:100%;display:grid;grid-template-columns:34px 1fr;align-items:center;gap:9px;padding:9px 10px;border:0;border-radius:8px;color:#4d5b63;background:transparent;text-align:left;cursor:pointer}.canvas-context-menu button:hover{color:#087f87;background:#eef8f7}.canvas-context-menu button>.anticon{font-size:17px}.canvas-context-menu button span{display:flex;flex-direction:column;gap:2px}.canvas-context-menu button b{font-size:12px}.canvas-context-menu button small{color:#94a0a5;font-size:10px}.canvas-context-menu.is-node-menu{width:270px}.canvas-context-menu .danger-menu-item{color:#d34f4f}.canvas-context-menu .danger-menu-item:hover{color:#c53b3b;background:#fff1f0}.canvas-context-menu button:disabled{color:#b5bdc1;background:transparent;cursor:not-allowed}.canvas-context-menu button:disabled:hover{color:#b5bdc1;background:transparent}.operation-editor-window{position:absolute;z-index:20;top:70px;right:14px;width:min(1120px,calc(100% - 210px));height:calc(100% - 84px);display:flex;flex-direction:column;overflow:hidden;border:1px solid #d8e2e6;border-radius:12px;background:#fff;box-shadow:0 18px 60px #1a2c3838;animation:editor-in .2s ease-out}.funds-editor-window{top:4px;right:10px;width:min(920px,64%);min-width:700px;height:calc(100% - 10px)}.funds-editor-window.is-maximized{top:4px;right:4px;width:calc(100% - 8px);min-width:0;height:calc(100% - 8px)}.operation-editor-title{min-height:68px;flex:0 0 68px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 20px;border-bottom:1px solid #e4eaed}.operation-editor-title>div{display:flex;align-items:center;gap:8px}.operation-editor-title>div:first-child{flex-direction:column;align-items:flex-start;gap:3px}.operation-editor-title strong{font-size:17px}.operation-editor-title span{color:#89959b;font-size:11px}.funds-editor-title{min-height:58px;flex-basis:58px;padding:0 18px}.funds-editor-title>strong{font-size:15px}.funds-editor-title>div{gap:3px}.funds-editor-title .ant-btn{width:34px;height:34px}.operation-editor-scroll{min-height:0;flex:1;overflow:auto;background:#fbfcfc}.funds-editor-window .operation-editor-scroll{background:#fff}.funds-editor-window .operation-editor-scroll{scrollbar-width:none}.funds-editor-window .operation-editor-scroll::-webkit-scrollbar{width:0;height:0}.operation-section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:16px}.operation-section-heading h3{margin:0 0 4px;font-size:16px}.operation-section-heading p{margin:0;color:#87949b;font-size:11px}.operation-section-heading>span{color:#7e8b91;font-size:11px}.fund-entry-section,.fund-ledger-section{margin:14px 20px 0;padding:0;border:0;border-radius:0;background:transparent}.fund-entry-section .operation-section-heading,.fund-ledger-section .operation-section-heading{margin-bottom:9px}.fund-entry-section .operation-section-heading h3,.fund-ledger-section .operation-section-heading h3{font-size:14px}.fund-entry-card{padding:12px;border:1px solid #e1e8eb;border-radius:9px;background:#fff}.fund-entry-row{display:grid;grid-template-columns:132px minmax(0,1fr) auto;align-items:end;gap:9px}.fund-entry-row>.ant-input{height:34px;padding-inline:9px;font-size:10px}.fund-chain-entry,.fund-ledger-chain,.fund-total-chain{min-width:0;display:grid}.fund-chain-entry{align-items:end;overflow:hidden}.fund-chain-company{min-width:0;align-self:start}.fund-chain-company>strong{min-height:31px;display:block;overflow:hidden;color:#3d4b53;font-size:8px;font-weight:600;line-height:1.35;text-align:center;text-overflow:ellipsis}.fund-entry-segment{min-width:0;display:grid;grid-template-rows:31px 31px;align-items:center;color:#17232c}.fund-entry-segment.is-refund{color:#e67a25}.fund-segment-direction{display:grid;place-items:center;font-size:14px}.fund-entry-segment .ant-input{width:100%;height:31px;padding:4px 6px;font-size:9px;text-align:center}.fund-entry-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:6px;padding-bottom:1px}.fund-entry-actions .ant-btn{height:34px;padding-inline:12px;font-size:10px}.fund-payment-kind-select{width:138px}.fund-payment-kind-select .ant-select-selector{height:34px!important;font-size:9px}.fund-payment-kind-select .ant-select-selection-item,.fund-payment-kind-select .ant-select-selection-placeholder{line-height:32px!important}.fund-repayment-vehicle-link{display:grid;grid-template-columns:minmax(220px,.42fr) minmax(320px,1fr);align-items:center;gap:14px;margin-top:10px;padding-top:10px;border-top:1px solid #e7ecee}.fund-repayment-vehicle-link>div{display:flex;flex-direction:column;gap:2px}.fund-repayment-vehicle-link strong{color:#30454d;font-size:10px}.fund-repayment-vehicle-link small{color:#7d8c92;font-size:9px;line-height:1.45}.fund-repayment-vehicle-link .ant-select{width:100%}.fund-linked-vehicle-count{color:#087e87;font-size:8px;white-space:nowrap;cursor:help}.fund-voucher-drop{margin-top:11px}.fund-voucher-drop .ant-upload-drag{padding:8px 10px!important}.fund-voucher-drop .ant-upload-btn{display:flex!important;align-items:center;justify-content:space-between;gap:10px;padding:0!important}.fund-voucher-drop p{flex:0 1 auto;margin:0!important;color:#65777f;font-size:10px;text-align:left}.fund-voucher-drop .anticon{margin-right:8px;color:#0a939b}.voucher-tags{min-width:0;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:6px;margin-top:0}.voucher-tags .ant-tag{margin:0}.voucher-status{color:#738087;font-size:9px;white-space:nowrap}.voucher-status .anticon{color:#3aa45b}.fund-ledger-section{padding-bottom:14px}.fund-ledger-table{overflow:hidden;border:1px solid #e0e6e9;border-radius:9px}.fund-ledger-head,.fund-ledger-row,.fund-ledger-total{min-width:0;display:grid;grid-template-columns:102px minmax(0,1fr) 108px}.fund-ledger-head{min-height:35px;align-items:center;color:#59676e;background:#f8fafb;font-size:10px}.fund-ledger-head>*{padding:0 10px}.fund-ledger-head strong{text-align:center}.fund-ledger-row{min-height:68px;align-items:stretch;border-top:1px solid #e7ecee}.fund-ledger-row.is-editing{background:#fffaf1;box-shadow:inset 3px 0 #e28a2d}.fund-ledger-row time{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:7px;padding:9px;border-right:1px solid #e7ecee;color:#3f5058;font-size:9px}.fund-payment-kind-tag{max-width:100%;overflow:hidden;padding:2px 5px;border-radius:4px;color:#66777e;background:#eef3f4;font-size:7px;font-style:normal;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.fund-payment-kind-tag.is-deposit{color:#a55d14;background:#fff1df}.fund-payment-kind-tag.is-pending{color:#b1453f;background:#fff0ef}.fund-ledger-chain{align-items:stretch;overflow:hidden}.fund-ledger-company{min-width:0;display:flex;align-items:flex-start;justify-content:center;padding:12px 3px 8px}.fund-ledger-company>strong{overflow:hidden;color:#3c4b53;font-size:9px;font-weight:600;line-height:1.35;text-align:center;text-overflow:ellipsis}.fund-ledger-segment{min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:2px;padding:11px 2px 6px;color:#17232c;font-size:9px;white-space:nowrap}.fund-ledger-segment b{height:14px;color:#17232c;font-size:13px;line-height:14px}.fund-ledger-segment.is-refund,.fund-ledger-segment.is-refund b{color:#f07826}.fund-ledger-segment small{color:#f07826;font-size:8px}.fund-row-actions{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:7px 8px}.fund-row-actions .ant-btn{height:23px;padding:0;font-size:9px}.fund-ledger-total{min-height:48px;align-items:stretch;border-top:1px solid #d9e1e4;background:#fff}.fund-ledger-total>strong{display:flex;align-items:center;padding:10px;border-right:1px solid #e7ecee;font-size:11px}.fund-total-chain{align-items:stretch}.fund-total-company-space{display:block}.fund-total-segment{display:flex;align-items:center;justify-content:center;padding:8px 2px;font-size:10px;font-weight:700;white-space:nowrap}.advance-lines{margin-top:0;border:1px solid #e0e6e9;border-top:0;border-radius:0 0 9px 9px;background:#fff}.advance-lines>div{min-height:37px;display:flex;align-items:center;gap:7px;padding:7px 11px;color:#66757c}.advance-lines>div+div{border-top:1px solid #edf1f2}.advance-lines .advance-dot{width:8px;height:8px;flex:0 0 8px;border-radius:50%;background:#ef8a26}.advance-lines span{color:#65747b;font-size:9px}.advance-lines b{color:#59676e}.advance-lines small{margin-left:auto;color:#8e999e;font-size:8px}.fund-ledger-switch{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:14px 20px 0;padding-bottom:12px;border-bottom:1px solid #e7edef}.fund-ledger-switch .ant-segmented{flex:0 0 auto;padding:3px;background:#edf7f7}.fund-ledger-switch .ant-segmented-item{color:#64757c;font-size:10px}.fund-ledger-switch .ant-segmented-item-selected{color:#087e87}.fund-ledger-switch>span{color:#7f8e94;font-size:9px;text-align:right}.expense-entry-section,.expense-ledger-section{margin:14px 20px 0}.expense-entry-section .operation-section-heading,.expense-ledger-section .operation-section-heading{margin-bottom:9px}.expense-entry-section .operation-section-heading h3,.expense-ledger-section .operation-section-heading h3{font-size:14px}.expense-entry-card{padding:12px;border:1px solid #dfe8ea;border-radius:9px;background:#fff}.expense-entry-grid{display:grid;grid-template-columns:130px 98px minmax(260px,1fr) 120px;align-items:end;gap:9px}.expense-entry-grid label,.expense-entry-footer label{min-width:0;display:grid;gap:5px;color:#65757c;font-size:9px}.expense-entry-grid .ant-input,.expense-entry-grid .ant-select-selector,.expense-entry-footer .ant-select-selector{min-height:34px!important;font-size:9px}.expense-party-entry{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) 18px minmax(0,1fr);align-items:center;gap:5px}.expense-party-entry>.anticon{color:#0a939b;text-align:center}.expense-entry-footer{display:grid;grid-template-columns:minmax(240px,1fr) auto;align-items:end;gap:12px;margin-top:10px;padding-top:10px;border-top:1px solid #edf1f2}.expense-entry-footer>div{display:flex;gap:6px}.expense-entry-footer .ant-btn{height:34px;font-size:10px}.warehouse-payment-period{min-width:0;display:grid;grid-template-columns:140px minmax(0,1fr);align-items:center;gap:10px}.warehouse-payment-period>small{color:#b66c25;font-size:8px;line-height:1.4}.expense-ledger-section{padding-bottom:0}.expense-ledger-table{overflow:hidden;border:1px solid #dfe7e9;border-radius:9px;background:#fff}.expense-ledger-head,.expense-ledger-row{min-width:790px;display:grid;grid-template-columns:100px 72px minmax(220px,1fr) 125px 92px 164px;align-items:center}.expense-ledger-head{min-height:36px;color:#627279;background:#f3f8f8;font-size:9px}.expense-ledger-head>*{padding:0 9px}.expense-ledger-head strong{text-align:center}.expense-ledger-row{min-height:56px;border-top:1px solid #e7edef;color:#44555d;font-size:9px}.expense-ledger-row>*{min-width:0;margin:0 8px}.expense-ledger-row time{white-space:nowrap}.expense-ledger-row>.ant-tag{width:max-content}.expense-path-cell{display:grid;grid-template-columns:minmax(0,1fr) 20px minmax(0,1fr);align-items:center;gap:3px}.expense-path-cell strong{overflow:hidden;font-size:9px;font-weight:600;text-align:center;text-overflow:ellipsis;white-space:nowrap}.expense-path-cell .anticon{color:#0a939b;text-align:center}.expense-batch-cell{overflow:hidden;color:#75858b;text-overflow:ellipsis;white-space:nowrap}.expense-batch-cell.is-pending{color:#bc6b22}.expense-ledger-row>b{color:#285d63;font-size:10px;white-space:nowrap}.expense-ledger-row .compact-drop-upload{width:110px}.expense-ledger-row.is-editing{background:#fff8e8;box-shadow:inset 3px 0 #e9a32b}.expense-row-actions{display:flex;align-items:center;gap:5px}.expense-row-actions .ant-btn{height:25px;padding-inline:2px;font-size:9px}.expense-row-actions .compact-drop-upload{min-width:104px}.expense-ledger-total{min-height:46px;display:grid;grid-template-columns:100px minmax(0,1fr) 110px;align-items:center;gap:10px;padding:0 12px;border-top:1px solid #d9e3e5;background:#edf8f7;color:#2f6267;font-size:9px}.expense-ledger-total>span{text-align:center}.expense-ledger-total>b{font-size:11px;text-align:right}.fund-advance-section{margin:0 20px 18px}.fund-advance-section .advance-lines{border-radius:0 0 9px 9px}.no-advance-line{min-height:38px;display:flex;align-items:center;gap:7px;padding:8px 11px;border:1px solid #dfe7e9;border-top:0;border-radius:0 0 9px 9px;color:#59916c;font-size:9px;background:#f5fbf7}.canvas-page>.react-flow{transition:right .2s ease}.canvas-page.is-funds-open>.react-flow{right:64%}@media(max-width:1120px){.funds-editor-window{width:calc(100% - 24px);min-width:0}.canvas-page.is-funds-open>.react-flow{right:0}}.generic-operation-editor{width:min(880px,calc(100% - 280px))}.generic-operation-content{padding:22px}.trade-docs-editor{top:36px;width:min(1120px,calc(100% - 230px));height:calc(100% - 50px);border-radius:7px;color:#262626}.trade-documents-dev-preview{position:relative;width:100vw;height:100vh;overflow:hidden;background:#15242c}.canvas-interaction-dev-preview{position:relative;width:100vw;height:100vh;overflow:hidden}.canvas-interaction-dev-preview>.canvas-page{width:100%;height:100%}.trade-docs-title{min-height:52px;flex-basis:52px;border-bottom:1px solid #d8d8d8}.trade-docs-title>div:first-child{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.trade-docs-title strong{color:#202020}.trade-docs-title small{color:#777;font-size:9px}.trade-docs-title>div:last-child{display:flex;align-items:center;gap:7px}.trade-docs-scroll{padding:10px 12px 16px;background:#f7f7f7}.trade-docs-relation{min-height:31px;display:flex;align-items:baseline;gap:7px;padding:0 2px 6px;border-bottom:1px solid #d8d8d8}.trade-docs-relation span{color:#777;font-size:9px}.trade-docs-relation strong{color:#222;font-size:11px}.trade-docs-relation small{margin-left:auto;color:#888;font-size:8px}.trade-classification-toolbar{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:12px;margin:-2px 0 10px;padding:5px 8px;border:1px solid #d8eaeb;border-radius:7px;color:#607b82;background:#f4fbfb;font-size:9px}.trade-classification-toolbar .ant-btn{flex:0 0 auto}.trade-category-nav{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0 0 10px}.trade-category-nav>button{min-width:0;min-height:62px;display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:9px;padding:8px 10px;border:1px solid #d4e4e6;border-radius:9px;color:#416069;background:#fff;box-shadow:0 2px 7px #2a51580a;text-align:left;cursor:pointer}.trade-category-nav>button:hover{border-color:#71bdc2;background:#f5fbfb}.trade-category-nav>button>.anticon{width:32px;height:32px;display:grid;place-items:center;border-radius:8px;color:#128d96;background:#e5f6f6;font-size:16px}.trade-category-nav>button>span{min-width:0;display:flex;flex-direction:column;gap:3px}.trade-category-nav>button strong{color:#263f46;font-size:11px}.trade-category-nav>button small{overflow:hidden;color:#7c8e94;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.trade-category-nav>button b{min-width:25px;height:25px;display:grid;place-items:center;border-radius:13px;color:#fff;background:#159aa2;font-size:10px}.trade-category-nav>em{position:absolute;right:4px;top:-9px;padding:2px 6px;border:1px solid #ffd591;border-radius:9px;color:#ad6800;background:#fff7e6;font-size:8px;font-style:normal}.trade-docs-section{margin-top:9px;background:#fff}.trade-docs-section-title{min-height:35px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:4px 7px;border:1px solid #d9d9d9;border-bottom:0;background:#f2f2f2}.trade-docs-section-title>div{min-width:0;display:flex;align-items:baseline;gap:9px}.trade-docs-section-title strong{flex:0 0 auto;color:#222;font-size:11px}.trade-docs-section-title span{overflow:hidden;color:#777;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.trade-docs-section-title .ant-btn{height:25px;border-radius:2px;font-size:9px}.invoice-ledger-table{border:1px solid #d9d9d9}.invoice-ledger-row.is-head{min-height:29px;color:#555;background:#fafafa;font-weight:600}.invoice-ledger-summary{display:flex;align-items:center;justify-content:flex-end;gap:18px;min-height:30px;padding:5px 8px 3px;border:0;color:var(--card-text, #333);background:transparent;font-size:9px;font-weight:600;line-height:1.4}.invoice-ledger-summary span{white-space:nowrap}.trade-contract-upload{min-height:42px;display:grid;grid-template-columns:minmax(0,1fr) 70px;align-items:center;gap:8px;padding:5px 7px;border:1px solid #d9d9d9}.trade-contract-upload-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.trade-contract-upload-grid .trade-contract-upload+.trade-contract-upload{border-left:0}.trade-contract-upload>div{min-width:0;display:flex;flex-direction:column;gap:2px}.trade-contract-upload strong{color:#292929;font-size:9px}.trade-contract-upload small{overflow:hidden;color:#777;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.trade-category-files{border:1px solid #d9e3e5;border-top:0;background:#fbfdfd}.trade-category-files-heading{min-height:30px;display:flex;align-items:center;gap:8px;padding:5px 8px;border-bottom:1px solid #e4ecee;color:#557077}.trade-category-files-heading span{font-size:9px;font-weight:600}.trade-category-files-heading small{color:#87979c;font-size:8px}.trade-category-contract-number{flex:0 1 460px;min-width:320px;max-width:520px;margin-left:10px;display:grid;grid-template-columns:auto minmax(170px,1fr) auto;align-items:center;gap:5px;padding:2px 6px;border-radius:4px;color:#4e686f;background:#f2fafa}.trade-category-contract-number strong{font-size:9px;white-space:nowrap}.trade-category-contract-number .ant-input{height:26px;border-radius:4px;font-size:9px}.trade-category-contract-number em{color:#7e9297;font-size:8px;font-style:normal;white-space:nowrap}.trade-category-file-list{display:flex;flex-direction:column}.trade-category-file{min-height:43px;display:grid;grid-template-columns:minmax(250px,1fr) auto auto 28px 28px 28px;align-items:center;gap:7px;padding:5px 7px;border-bottom:1px solid #e8eeee}.trade-category-file:last-child{border-bottom:0}.trade-category-file.is-recognizing{background:#f4fbff}.trade-category-file-open{min-width:0;display:grid;grid-template-columns:34px minmax(0,1fr);grid-template-rows:auto auto;column-gap:8px;padding:0;border:0;color:inherit;background:transparent;text-align:left;cursor:pointer}.trade-category-file-open>span{grid-row:1 / span 2;width:34px;height:31px;display:grid;place-items:center;align-self:center;border-radius:5px;color:#197f88;background:#e7f4f5;font-size:8px;font-weight:700}.trade-category-file-open strong{overflow:hidden;color:#2c4147;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.trade-category-file-open small{overflow:hidden;color:#7c8e93;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.trade-category-file .ant-tag{margin:0;font-size:8px;white-space:nowrap}.trade-category-file .trade-category-label{color:#315f66;border-color:#c9e3e5;background:#f1f9f9}.trade-category-file .ant-btn{width:28px;height:28px;padding:0}.trade-category-files-empty{min-height:39px;display:grid;place-items:center;color:#9aa6aa;font-size:8px}.upstream-contract-parameters{border:1px solid #d9d9d9;border-top:0;background:#fbfefe}.upstream-contract-parameters-title{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px 8px;border-bottom:1px solid #dfe9ea}.upstream-contract-parameters-title>div{min-width:0;display:flex;align-items:baseline;gap:9px}.upstream-contract-parameters-title strong{flex:0 0 auto;color:#29434a;font-size:10px}.upstream-contract-parameters-title small{overflow:hidden;color:#7b8a90;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.upstream-contract-parameters-title .ant-tag{flex:0 0 auto;margin:0;font-size:8px}.upstream-contract-parameter-grid{display:grid;grid-template-columns:repeat(4,minmax(118px,.65fr)) minmax(220px,1.45fr);align-items:end;gap:8px;padding:8px}.upstream-contract-parameter-grid label{min-width:0;display:flex;flex-direction:column;gap:4px;color:#617178;font-size:8px}.upstream-contract-parameter-grid .ant-input,.upstream-contract-parameter-grid .ant-input-affix-wrapper{height:28px;border-radius:3px;font-size:9px}.upstream-contract-parameter-grid .ant-input-suffix{color:#7e8b90;font-size:8px}.upstream-contract-basis{min-height:31px;display:flex;align-items:center;gap:8px;padding:5px 8px;border-top:1px solid #e4ecee;color:#75858b;background:#f5fafa;font-size:8px}.upstream-contract-basis strong{color:#315d64;font-size:9px;font-weight:600}.downstream-contract-generator{border:1px solid #cfe3e5;border-top:0;background:#f7fbfb}.downstream-contract-generator-title{min-height:40px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px 9px;border-bottom:1px solid #dcebed}.downstream-contract-generator-title>div{min-width:0;display:flex;align-items:baseline;gap:9px}.downstream-contract-generator-title strong{flex:0 0 auto;color:#214b53;font-size:10px}.downstream-contract-generator-title small{overflow:hidden;color:#74898e;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.downstream-contract-generator-title .ant-tag{flex:0 0 auto;margin:0;font-size:8px}.downstream-contract-party-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:8px 8px 0}.downstream-contract-number-row{grid-template-columns:minmax(280px,520px) minmax(240px,1fr);align-items:end;margin:0 0 10px;padding:10px 12px;border:1px solid #dce8ea;border-radius:10px;background:#fff}.downstream-contract-number-row>small{grid-column:1 / -1;align-self:center;color:#809197;line-height:1.6}.downstream-contract-parameter-grid{display:grid;grid-template-columns:repeat(3,minmax(112px,.72fr)) minmax(250px,1.6fr);align-items:end;gap:8px;padding:8px}.downstream-contract-party-row label,.downstream-contract-parameter-grid label{min-width:0;display:flex;flex-direction:column;gap:4px;color:#61757a;font-size:8px}.downstream-contract-party-row .ant-input,.downstream-contract-party-row .ant-input-affix-wrapper,.downstream-contract-parameter-grid .ant-input,.downstream-contract-parameter-grid .ant-input-affix-wrapper{height:28px;border-radius:3px;font-size:9px}.downstream-contract-party-row .ant-input[disabled]{color:#365a60;background:#eef7f7}.downstream-contract-generate-actions{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px 8px;border-top:1px solid #dcebed;background:#f0f8f8}.downstream-contract-generate-actions span{color:#718388;font-size:8px}.downstream-contract-generate-actions .ant-btn{height:28px;border-radius:4px;font-size:9px}@media(max-width:880px){.trade-category-nav{grid-template-columns:1fr}.trade-category-file{grid-template-columns:minmax(180px,1fr) auto auto 28px 28px 28px}.trade-category-files-heading{flex-wrap:wrap}.trade-category-contract-number{flex-basis:100%;min-width:100%;max-width:none;margin-left:0;grid-template-columns:auto minmax(150px,1fr) auto}.trade-contract-upload-grid{grid-template-columns:1fr}.trade-contract-upload-grid .trade-contract-upload+.trade-contract-upload{border-top:0;border-left:1px solid #d9d9d9}.upstream-contract-parameter-grid{grid-template-columns:repeat(2,minmax(118px,1fr))}.upstream-contract-parameter-grid .is-location{grid-column:1 / -1}.downstream-contract-parameter-grid{grid-template-columns:repeat(2,minmax(118px,1fr))}.downstream-contract-parameter-grid .is-freight{grid-column:1 / -1}}.trade-doc-file-name{overflow:hidden;color:#666;text-overflow:ellipsis;white-space:nowrap}.trade-doc-row-actions{display:flex;align-items:center;gap:5px}.trade-doc-row-actions .ant-btn-link{height:25px;padding-inline:3px;font-size:9px}.trade-document-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid #d9d9d9}.trade-document-item{min-width:0;min-height:42px;display:grid;grid-template-columns:minmax(0,1fr) auto 70px;align-items:center;gap:6px;padding:4px 7px;border-right:1px solid #e2e2e2}.trade-document-item:last-child{border-right:0}.trade-document-item>div{min-width:0;display:flex;flex-direction:column;gap:2px}.trade-document-item strong,.trade-document-item small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.trade-document-item strong{color:#292929;font-size:9px}.trade-document-item small{color:#777;font-size:8px}.trade-document-item em{color:#666;font-size:8px;font-style:normal}.invoice-ledger-row{min-height:34px;display:grid;grid-template-columns:108px 70px minmax(118px,1fr) minmax(130px,1fr) 84px 112px minmax(140px,1.1fr) 72px;align-items:center;gap:7px;padding:3px 7px;border-top:1px solid #e4e4e4;color:#333;font-size:9px}.invoice-ledger-row:first-child{border-top:0}.invoice-ledger-row .ant-input,.invoice-ledger-row .ant-input-affix-wrapper,.invoice-ledger-row .ant-select-selector{height:25px!important;border-radius:2px!important;font-size:9px}.trade-docs-editor .compact-drop-upload.ant-upload-wrapper.is-inline{width:68px}.trade-docs-editor .compact-drop-upload.ant-upload-wrapper.is-inline .ant-upload-drag{width:68px;min-height:25px;border-color:#cfcfcf;border-radius:2px;background:#fff}.trade-docs-editor .compact-drop-upload.ant-upload-wrapper.is-inline .ant-upload{min-height:23px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;padding:2px 6px;color:#555;font-size:8px;white-space:nowrap}.trade-docs-editor .compact-drop-upload.ant-upload-wrapper.is-inline .ant-upload span{display:inline;white-space:nowrap;writing-mode:horizontal-tb}.trade-docs-editor .compact-drop-upload.ant-upload-wrapper.is-inline .anticon{color:#444;font-size:10px}.trade-docs-status{min-height:38px;display:flex;align-items:center;gap:16px;margin-top:9px;padding:4px 7px;border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;background:#fff}.trade-docs-status>span{color:#555;font-size:9px;font-weight:600}.trade-docs-status .ant-radio-wrapper{font-size:9px}.trade-docs-footer{min-height:52px;flex-basis:52px;border-top-color:#d8d8d8}.trade-docs-footer>div{display:flex;gap:8px}.settlement-editor-window{top:18px;right:14px;width:min(1280px,calc(100% - 28px));height:calc(100% - 32px);border-radius:7px;color:#262626}.settlement-editor-title{min-height:52px;flex-basis:52px;padding:0 16px;border-bottom-color:#d8d8d8}.settlement-editor-title>div:first-child{gap:2px}.settlement-editor-title strong{color:#202020;font-size:15px}.settlement-editor-title small{color:#777;font-size:9px}.settlement-editor-title>div:last-child{gap:7px}.settlement-editor-title>div:last-child span{color:#777;font-size:9px}.settlement-editor-scroll{min-height:0;flex:1;padding:9px 11px 14px;overflow:auto;background:#f6f6f6}.settlement-overview-line{min-height:43px;display:grid;grid-template-columns:1.5fr .55fr .78fr .9fr 1fr .72fr;border:1px solid #d7d7d7;background:#fff}.settlement-overview-line>div{min-width:0;display:flex;align-items:baseline;gap:6px;padding:7px 9px;border-left:1px solid #e1e1e1}.settlement-overview-line>div:first-child{border-left:0}.settlement-overview-line span{flex:0 0 auto;color:#777;font-size:8px}.settlement-overview-line strong{overflow:hidden;color:#222;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.settlement-parameter-line{min-height:42px;display:grid;grid-template-columns:180px 130px 155px 175px auto;align-items:end;gap:9px;padding:6px 8px;border:1px solid #d7d7d7;border-top:0;background:#fafafa}.settlement-parameter-line label{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:6px;color:#666;font-size:8px}.settlement-parameter-line .ant-input-affix-wrapper,.settlement-parameter-line .ant-input,.settlement-parameter-line .ant-select-selector{height:25px!important;border-radius:2px!important;font-size:9px!important}.settlement-parameter-line>.ant-btn{height:25px;justify-self:end;padding-inline:4px;font-size:8px}.settlement-file-line{min-height:39px;display:flex;align-items:center;gap:7px;margin-top:7px;padding:4px 7px;border:1px solid #d7d7d7;background:#fff}.settlement-file-line>div:first-child{min-width:0;flex:1;display:flex;align-items:center;gap:7px;color:#625797}.settlement-file-line>div:first-child>span{min-width:0;display:flex;flex-direction:column;gap:1px}.settlement-file-line strong{color:#292929;font-size:9px}.settlement-file-line small{overflow:hidden;color:#777;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.settlement-file-line .ant-btn{height:25px;border-radius:2px;font-size:8px}.settlement-editor-window .compact-drop-upload.ant-upload-wrapper.is-inline{width:68px}.settlement-editor-window .compact-drop-upload.ant-upload-wrapper.is-inline .ant-upload-drag{width:68px;min-height:25px;border-color:#cfcfcf;border-radius:2px;background:#fff}.settlement-editor-window .compact-drop-upload.ant-upload-wrapper.is-inline .ant-upload{min-height:23px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;padding:2px 6px;color:#555;font-size:8px;white-space:nowrap}.settlement-editor-window .compact-drop-upload.ant-upload-wrapper.is-inline .ant-upload span{display:inline;white-space:nowrap;writing-mode:horizontal-tb}.settlement-ledger-section{margin-top:7px}.settlement-section-heading{min-height:37px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:3px 7px;border:1px solid #d7d7d7;border-bottom:0;background:#efefef}.settlement-section-heading h3{margin:0;color:#222;font-size:11px}.settlement-section-heading p{margin:2px 0 0;color:#777;font-size:8px}.settlement-table{overflow:hidden;border:1px solid #d7d7d7;background:#fff}.settlement-row,.settlement-total-row{min-width:1080px;min-height:31px;display:grid;grid-template-columns:92px 92px 72px 88px minmax(118px,1fr) 95px 88px 110px 112px;align-items:center;gap:5px;padding:2px 7px;border-top:1px solid #e4e4e4;color:#3c3c3c;font-size:8px}.settlement-row:first-child{border-top:0}.settlement-row.is-head{min-height:28px;color:#555;background:#f3f3f3;font-weight:600}.settlement-row:not(.is-head):hover,.settlement-row.is-expanded{background:#fafafa}.settlement-row>*,.settlement-total-row>*{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.settlement-row>div:last-child{display:flex;align-items:center;gap:2px;overflow:visible}.settlement-row .ant-tag{margin:0;font-size:8px;line-height:18px}.settlement-row .ant-btn{height:22px;padding-inline:3px;font-size:8px}.settlement-row-detail{min-width:1080px;min-height:41px;display:grid;grid-template-columns:72px 72px 72px 86px minmax(170px,1fr) minmax(170px,1fr) auto;align-items:center;gap:10px;padding:5px 11px;border-top:1px dashed #d4d4d4;background:#f7f7f7}.settlement-row-detail>div{min-width:0;display:flex;flex-direction:column;gap:2px}.settlement-row-detail span{color:#888;font-size:7px}.settlement-row-detail strong{overflow:hidden;color:#333;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.settlement-row-detail .ant-btn{height:24px;border-radius:2px;font-size:8px}.settlement-total-row{min-height:34px;color:#222;background:#efefef;font-weight:600}.settlement-summary-section{margin-top:7px;border:1px solid #d7d7d7;background:#fff}.settlement-amount-summary{display:grid;grid-template-columns:repeat(5,minmax(0,1fr))}.settlement-amount-summary>div{min-height:45px;display:flex;align-items:baseline;justify-content:space-between;gap:7px;padding:9px 10px;border-left:1px solid #e1e1e1}.settlement-amount-summary>div:first-child{border-left:0}.settlement-amount-summary span{color:#777;font-size:8px}.settlement-amount-summary strong{color:#252525;font-size:10px;white-space:nowrap}.settlement-amount-summary .is-total{background:#f2f0f8}.settlement-amount-summary .is-total strong{color:#5f5198}.settlement-amount-summary .is-warning strong{color:#c35f22}.settlement-amount-summary .is-credit strong{color:#2f8d5d}.settlement-funds-link{min-height:39px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:5px 9px;border-top:1px solid #e1e1e1;background:#fafafa}.settlement-funds-link>div{min-width:0;display:flex;align-items:center;gap:8px;color:#5f5198}.settlement-funds-link>div>span{min-width:0;display:flex;flex-direction:column;gap:1px}.settlement-funds-link strong{color:#292929;font-size:9px}.settlement-funds-link small{overflow:hidden;color:#777;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.settlement-funds-link .ant-btn{height:25px;border-radius:2px;font-size:8px}.settlement-status-line{min-height:39px;display:flex;align-items:center;gap:14px;margin-top:7px;padding:5px 8px;border-top:1px solid #d7d7d7;border-bottom:1px solid #d7d7d7;background:#fff}.settlement-status-line>span{color:#555;font-size:9px;font-weight:600}.settlement-status-line .ant-radio-wrapper{font-size:8px}.settlement-status-line small{margin-left:auto;color:#888;font-size:8px}.settlement-editor-footer{min-height:50px;flex-basis:50px;border-top-color:#d8d8d8}.settlement-editor-footer>div{display:flex;gap:7px}.settlement-editor-footer .ant-btn-primary{border-color:#6758a4;background:#6758a4}.operation-relation-bar{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;margin-bottom:20px;padding:14px 16px;border:1px solid #d6e8e7;border-radius:9px;background:#f4faf9}.operation-relation-bar.is-unlinked{border-color:#f0d8b7;background:#fff9ef}.operation-relation-bar>.ant-tag{max-width:420px;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.operation-relation-bar>div{min-width:0;display:flex;align-items:center;gap:11px;color:#0a8d95}.operation-relation-bar span{min-width:0;display:flex;flex-direction:column;gap:3px}.operation-relation-bar b{color:#394850;font-size:12px}.operation-relation-bar small{overflow:hidden;color:#7c8b92;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.generic-field-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px 18px}.generic-field-grid label,.generic-note{display:flex;flex-direction:column;gap:7px;color:#3d4c54;font-size:12px}.generic-note{margin:18px 0}.event-state-row{display:flex;align-items:center;gap:20px;margin-bottom:18px;padding:14px;border-radius:8px;background:#f4f8f8}.event-state-row>span{font-weight:600}.operation-editor-footer{min-height:70px;flex:0 0 70px;display:flex;align-items:center;justify-content:space-between;padding:0 22px;border-top:1px solid #e4eaed;background:#fff}.operation-editor-footer>div{display:flex;gap:10px}.card-operation-log{margin:18px 22px 24px;border:1px solid #dfe8eb;border-radius:10px;background:#fff;overflow:hidden}.card-operation-log-toggle{width:100%;min-height:54px;padding:0 16px;border:0;background:#f8fbfb;color:#25343c;display:flex;align-items:center;justify-content:space-between;cursor:pointer;font:inherit;text-align:left}.card-operation-log-toggle>span{display:flex;align-items:center;gap:9px}.card-operation-log-toggle>span:first-child>svg{color:#0e9da5;font-size:17px}.card-operation-log-toggle strong{font-size:14px}.card-operation-log-toggle small{color:#87949a;font-size:12px;font-weight:400}.card-operation-log-toggle>span:last-child{color:#6d7b82;font-size:12px}.card-operation-log-toggle>span:last-child svg{transition:transform .18s ease}.card-operation-log.is-expanded .card-operation-log-toggle>span:last-child svg{transform:rotate(180deg)}.card-operation-log-body{border-top:1px solid #e5edef;padding:0 16px}.card-operation-log-list{display:flex;flex-direction:column}.card-operation-log-row{min-height:48px;display:grid;grid-template-columns:160px 84px 100px minmax(0,1fr);align-items:center;gap:10px;border-bottom:1px solid #edf1f2;font-size:13px}.card-operation-log-row:last-child{border-bottom:0}.card-operation-log-row time{color:#7b898f;font-variant-numeric:tabular-nums}.card-operation-log-row strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-operation-log-row>span:last-child{color:#45545b}.card-operation-log-empty{min-height:62px;display:flex;align-items:center;justify-content:center;color:#8a969b;font-size:13px}.card-operation-log-empty.is-error{color:#c04b42}@media(max-width:900px){.card-operation-log-toggle small{display:none}.card-operation-log-row{grid-template-columns:130px 76px 88px minmax(0,1fr)}}@media(max-width:1280px){.page-view{padding-inline:22px}.business-card .table-row{grid-template-columns:42px 122px 1.1fr .52fr 1.25fr .75fr .5fr .55fr}.subject-table .table-row{grid-template-columns:1.4fr .7fr .65fr 1fr .5fr .5fr .7fr}.vehicle-table .table-row{grid-template-columns:.95fr 1.2fr .8fr .8fr .5fr .42fr 1.1fr}.transport-table .table-row{grid-template-columns:.9fr 1.1fr 1fr .7fr .95fr .5fr .6fr}.location-table .table-row{grid-template-columns:1.1fr 1.7fr .75fr .8fr}.table-row{gap:10px;padding-inline:14px}.group-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.canvas-toolbar{position:absolute;z-index:6;top:16px;left:18px;display:flex;gap:8px;padding:8px;border-radius:9px;background:#fffffff5;border:1px solid #e0e7ea;box-shadow:0 5px 18px #1c2c370f}.canvas-selection-summary{min-width:106px;display:flex;align-items:center;gap:2px;padding:0 4px 0 10px;border:1px solid #b8dedd;border-radius:7px;color:#087f87;background:#eef9f8;white-space:nowrap}.canvas-selection-summary b{font-size:11px}.canvas-selection-summary .ant-btn{height:28px;padding-inline:7px;color:#62757b;font-size:11px}.recycle-bin-button.has-items{color:#b7602a;border-color:#e7b18e;background:#fff8f1}.react-flow__selection{border:1px solid #0798a1!important;background:#0798a117!important}.react-flow__nodesselection-rect{border:1px solid rgba(7,152,161,.55)!important;background:#0798a109!important}.entity-node.connection-target--valid,.relation-anchor-node.connection-target--valid{z-index:2;opacity:1;filter:none}.entity-node.connection-target--valid{border-color:#11a0a6;box-shadow:0 0 0 5px #0798a121,0 12px 26px #1d5d6424;transform:translateY(-2px) scale(1.025)}.entity-node.connection-target--dimmed,.operation-node.connection-target--dimmed{opacity:.24;filter:grayscale(.65)}.relation-anchor-node.connection-target--dimmed{opacity:.18}.entity-node.connection-target--source,.operation-node.connection-target--source{opacity:1;box-shadow:0 0 0 4px #0798a11a}.entity-node.connection-target--valid.connection-handle--manual-link .manual-target-handle{opacity:1!important;transform:scale(1.35);background:#0798a1!important;box-shadow:0 0 0 5px #0798a12b}.entity-node.connection-target--valid.connection-handle--aux-relation .aux-relation-target-handle{opacity:1!important;transform:translate(-50%,50%) scale(1.35);background:#0798a1!important;box-shadow:0 0 0 5px #0798a12b}.relation-anchor-node.connection-target--valid>span{transform:scale(1.5);background:#0798a1;box-shadow:0 0 0 6px #0798a129}.relation-anchor-node.connection-target--valid .manual-segment-target{opacity:1!important;transform:translate(-50%,-50%) scale(1.35);background:#0798a1!important;box-shadow:0 0 0 5px #0798a12b}.entity-node.connection-success,.relation-anchor-node.connection-success{animation:connection-success-pulse .9s ease-out}@keyframes connection-success-pulse{0%{box-shadow:0 0 #2cae6785}55%{box-shadow:0 0 0 11px #2cae6726}to{box-shadow:0 0 0 16px #2cae6700}}.canvas-legend{position:absolute;z-index:5;top:76px;left:18px;display:flex;gap:24px;padding:13px 18px;border-radius:9px;background:#fffffff0;border:1px solid #e0e7ea;color:#66757e;font-size:13px}.canvas-legend span{display:flex;align-items:center;gap:8px}.canvas-legend i{width:24px;height:0;display:inline-block;border-top:2px solid}.legend-main{border-color:#1298a0!important}.legend-logistics{border-color:#2f80ed!important;border-top-style:dashed!important}.legend-warehouse{border-color:#e98924!important;border-top-style:dashed!important}.legend-aggregation{border-color:#6b63d9!important;border-top-style:dashed!important}.canvas-flow-edge-base{transition:stroke-width .15s ease,filter .15s ease}.canvas-flow-edge-hit{fill:none;stroke:transparent;stroke-width:18;pointer-events:stroke}.canvas-flow-edge-light{opacity:0;pointer-events:none;filter:drop-shadow(0 0 3px rgba(51,93,123,.48))}.canvas-flow-edge:hover .canvas-flow-edge-base{stroke-width:2.65px!important;filter:drop-shadow(0 0 2px rgba(50,80,105,.25))}.canvas-flow-edge:hover .canvas-flow-edge-light{opacity:1}.canvas-alignment-guide{position:absolute;z-index:1000;pointer-events:none}.canvas-alignment-guide--vertical{width:0;border-left:1px dashed #2f80ed;box-shadow:0 0 0 1px #2f80ed0d}.canvas-alignment-guide--horizontal{height:0;border-top:1px dashed #2f80ed;box-shadow:0 0 0 1px #2f80ed0d}.react-flow__attribution{display:none}.react-flow__controls{border:1px solid #dce4e7;box-shadow:0 5px 18px #1c2c370f;overflow:hidden;border-radius:8px;bottom:18px;left:18px}.react-flow__controls button{border-bottom-color:#e9edef}.react-flow__minimap{border:1px solid #dce4e7;box-shadow:0 5px 18px #1c2c370f;border-radius:8px;overflow:hidden;bottom:18px;right:18px}.entity-node{position:relative;width:144px;min-height:126px;padding:18px 12px 12px;border:1px solid #dce4e7;border-radius:10px;background:#fff;text-align:center;box-shadow:0 4px 14px #2637420d;cursor:pointer;transition:transform .15s ease,border .15s ease,box-shadow .15s ease}.entity-node:hover{transform:translateY(-2px);box-shadow:0 8px 18px #2637421a}.entity-node.is-selected{border:2px solid #2f80ed;box-shadow:0 0 0 4px #2f80ed14}.entity-icon{width:42px;height:42px;margin:0 auto 10px;display:grid;place-items:center;border-radius:50%;font-size:20px;color:#108d95;background:#e8f6f5}.entity-node--terminal .entity-icon{color:#289647;background:#eaf7ec}.entity-node--logistics .entity-icon{color:#2f80ed;background:#eaf2ff}.entity-node--warehouse .entity-icon{color:#dd741b;background:#fff1e4}.entity-title{font-weight:700;font-size:15px}.entity-subtitle{margin-top:4px;color:#7c8991;font-size:12px}.entity-relation{width:max-content;max-width:120px;margin:7px auto 0;overflow:hidden;padding:2px 7px;border-radius:8px;color:#2d72c9;background:#edf4ff;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.entity-relation--warehouse{color:#c76b18;background:#fff2e5}.entity-open{margin-top:7px;color:#9aa5ab;font-size:10px;opacity:0;transition:opacity .15s}.entity-node:hover .entity-open{opacity:1}.entity-node--logistics.has-metrics{width:176px;min-height:174px;padding:15px 12px 11px}.entity-node--logistics.has-metrics .entity-icon{width:38px;height:38px;margin-bottom:7px;font-size:18px}.entity-node--logistics.has-metrics .entity-subtitle{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.logistics-summary-output,.logistics-summary-input{width:9px!important;height:9px!important;border:2px solid #fff!important;background:#6b63d9!important;box-shadow:0 0 0 2px #6b63d933}.logistics-summary-node{position:relative;width:290px;min-height:108px;display:grid;grid-template-columns:54px 1fr auto;align-items:center;gap:12px;padding:15px 17px;border:1px solid #bbb7ed;border-radius:12px;color:#38404c;background:linear-gradient(135deg,#fff,#f5f3ff);box-shadow:0 10px 26px #4f469e1f;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.logistics-summary-node:hover{transform:translateY(-2px);border-color:#8179df;box-shadow:0 14px 30px #4f469e2e}.logistics-summary-node.is-selected{border:2px solid #6b63d9;box-shadow:0 0 0 4px #6b63d91a}.logistics-summary-icon{position:relative;width:50px;height:50px;display:grid;place-items:center;border-radius:13px;color:#6259ce;background:#ebe9ff;font-size:22px}.logistics-summary-icon b{position:absolute;right:-4px;bottom:-4px;width:20px;height:20px;display:grid;place-items:center;border:2px solid #fff;border-radius:50%;color:#fff;background:#6b63d9;font-size:10px}.logistics-summary-copy{min-width:0;display:flex;flex-direction:column;gap:3px}.logistics-summary-copy>span{color:#7973bb;font-size:9px}.logistics-summary-copy>strong{color:#3f396d;font-size:15px}.logistics-summary-copy>small{overflow:hidden;color:#777d89;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.logistics-summary-kpi{display:flex;flex-direction:column;align-items:flex-end;gap:4px;white-space:nowrap}.logistics-summary-kpi strong{color:#554db0;font-size:12px}.logistics-summary-kpi span{color:#bd6d27;font-size:9px}.logistics-summary-node>em{position:absolute;right:15px;bottom:8px;color:#9a96c5;font-size:8px;font-style:normal;opacity:0;transition:opacity .15s}.logistics-summary-node:hover>em{opacity:1}.entity-metrics{display:grid;grid-template-columns:1fr 1fr;gap:4px 6px;margin-top:9px;padding:8px;border-radius:7px;color:#47709a;background:#f2f7ff;font-size:9px;text-align:left}.entity-metrics strong{color:#245b98;font-size:10px}.entity-metrics span{text-align:right;white-space:nowrap}.entity-metrics em{grid-column:1 / 3;color:#b56920;font-style:normal;text-align:center}.flow-handle{width:7px;height:7px;opacity:0}.flow-handle--aux{left:50%;bottom:-4px}.editor-window{position:absolute;z-index:12;top:0;right:14px;width:min(740px,calc(100% - 330px));height:calc(100% - 28px);display:flex;flex-direction:column;overflow:hidden;border:1px solid #d9e2e6;border-radius:10px;background:#fff;box-shadow:0 14px 48px #1d2f3a29;animation:editor-in .2s ease-out}@keyframes editor-in{0%{opacity:0;transform:translate(18px) scale(.992)}to{opacity:1;transform:translate(0) scale(1)}}.editor-window.is-maximized{top:0;left:14px;right:14px;width:auto;height:calc(100% - 28px)}.editor-titlebar{height:64px;flex:0 0 64px;display:flex;align-items:center;justify-content:space-between;padding:0 18px 0 22px;border-bottom:1px solid #e5eaed;background:#fff;cursor:default}.editor-titlebar strong{font-size:16px}.editor-titlebar strong span{font-weight:500;color:#53616a}.editor-title-actions{display:flex;align-items:center;gap:4px;color:#99a2a8;font-size:12px}.entity-summary{flex:0 0 140px;display:flex;align-items:center;gap:18px;padding:20px 24px;border-bottom:1px solid #e5eaed}.summary-icon{width:76px;height:76px;flex:0 0 76px;display:grid;place-items:center;border-radius:16px;color:#078e97;background:#e4f4f3;font-size:35px}.entity-summary h1{margin:0 0 7px;font-size:22px;line-height:1.2}.entity-summary p{margin:8px 0 0;color:#7b878e;font-size:12px}.summary-tags{display:flex;gap:8px}.summary-tags span{padding:3px 10px;border-radius:5px;color:#0a838a;background:#e5f5f4;font-size:12px}.summary-tags span:last-child{color:#4d6575;background:#eff4f7}.summary-tags .readonly-tag{display:inline-flex;align-items:center;gap:5px;color:#8a651f;background:#fff4d9}.editor-main{min-height:0;display:grid;grid-template-columns:120px 1fr;flex:1}.editor-nav{padding:14px 0;border-right:1px solid #e6ebee;background:#fbfcfc}.editor-nav button{width:100%;height:54px;display:flex;align-items:center;gap:10px;padding:0 18px;border:0;border-left:3px solid transparent;color:#49575f;background:transparent;cursor:pointer;text-align:left}.editor-nav button .anticon{color:#88969d}.editor-nav button:hover{background:#f1f7f7}.editor-nav button.active{color:#087f87;background:#e9f6f5;border-left-color:#0798a1;font-weight:600}.editor-nav button.active .anticon{color:#0798a1}.editor-nav em{margin-left:auto;padding:1px 6px;border-radius:8px;color:#087f87;background:#d8efed;font-size:10px;font-style:normal}.editor-scroll{min-width:0;overflow:auto;overscroll-behavior:contain}.section-content{padding:22px 24px 30px}.section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:18px}.section-heading h2{margin:0 0 4px;font-size:18px}.section-heading p{margin:0;color:#8a959b;font-size:12px}.complete-label{color:#3b9a57;font-size:12px}.complete-label.incomplete{color:#b47720}.two-column-form{display:grid;grid-template-columns:1fr 1fr;column-gap:18px}.two-column-form .span-two{grid-column:1 / 3}.two-column-form .ant-form-item{margin-bottom:16px}.rule-callout{display:flex;gap:12px;align-items:flex-start;padding:14px 16px;border-radius:8px;color:#805418;background:#fff8e9;border:1px solid #f4deb1}.rule-callout div{display:flex;flex-direction:column;gap:3px}.rule-callout span{color:#967752;font-size:12px}.relation-count{color:#0a858d;font-size:12px}.relation-section .ant-form-item{margin-bottom:18px}.relation-selection-list{display:grid;gap:9px;margin-top:18px}.relation-selection-list>div{min-height:50px;display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 13px;border:1px solid #e1e7ea;border-radius:8px;background:#fff}.relation-selection-list .anticon{color:#0b8d95;font-size:17px}.relation-selection-list span{overflow:hidden;color:#415058;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.relation-selection-list .ant-tag{margin:0}.relation-selection-list .relation-empty{grid-template-columns:28px 1fr;color:#96a2a8;background:#fafcfc}.relation-selection-list .relation-empty span{color:#96a2a8}.account-list{display:grid;gap:12px}.account-heading-actions{display:flex;gap:9px}.account-card{display:grid;grid-template-columns:24px 1fr auto 30px;align-items:start;gap:12px;padding:17px 12px 16px 14px;border:1px solid #e1e7ea;border-radius:9px;background:#fff;cursor:pointer;transition:border .15s ease,box-shadow .15s ease}.account-card:hover{border-color:#a9d7d8}.account-card.is-selected{border-color:#58b7bb;box-shadow:0 0 0 3px #0798a10f}.account-card.is-readonly{grid-template-columns:24px 1fr auto 54px;cursor:default}.account-card.is-readonly:hover{border-color:#e1e7ea}.readonly-mark{align-self:center;color:#98a3a8;font-size:10px;text-align:center}.account-card>.ant-radio-wrapper{margin-top:2px}.account-fields{display:grid;grid-template-columns:1fr;gap:8px;min-width:0}.account-field{display:grid;grid-template-columns:78px 1fr;gap:10px;font-size:12px;line-height:1.45}.account-field span{color:#9aa4aa}.account-field strong{min-width:0;color:#3e4a52;font-weight:500;overflow-wrap:anywhere}.account-status{display:grid;gap:12px;min-width:102px;font-size:11px}.account-status div{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#8b969c}.account-status b{padding:2px 7px;border-radius:5px;font-weight:600}.account-status b.yes{color:#07858d;background:#e1f4f3}.account-status b.no{color:#6c7980;background:#eff2f3}.business-account-block{margin-top:24px;padding-top:22px;border-top:1px solid #e4eaed}.business-account-title{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:14px}.business-account-title h3{margin:0 0 4px;font-size:16px}.business-account-title p{margin:0;color:#8a959b;font-size:12px}.selected-account-summary{display:grid;grid-template-columns:1.1fr 1.25fr 1.65fr .8fr;gap:16px;padding:15px 16px;border-radius:8px;background:#f7fafb;border:1px solid #e3e9ec}.selected-account-summary div{min-width:0;display:flex;flex-direction:column;gap:5px}.selected-account-summary span{color:#98a2a8;font-size:11px}.selected-account-summary strong{color:#435058;font-size:12px;font-weight:500;overflow-wrap:anywhere}.selected-account-summary b{padding:3px 8px;border-radius:5px;color:#07858d;background:#e1f4f3;font-size:11px}.contact-table{border:1px solid #e1e7ea;border-radius:8px;overflow:hidden}.contact-header,.contact-row{display:grid;grid-template-columns:1fr 1.15fr 1.25fr 1.5fr;gap:10px;padding:10px 12px}.contact-header{color:#718087;background:#f5f8f9;font-size:12px}.contact-row{border-top:1px solid #e7ecee}.attachments-section .ant-upload-wrapper .ant-upload-drag{padding:22px;background:#fbfdfd;border-color:#b9dada}.attachments-section .ant-upload-drag-icon{margin-bottom:8px!important;color:#0798a1!important;font-size:34px}.file-count{color:#0a858d;font-size:12px}.readonly-files{display:grid;gap:10px}.readonly-files>div{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:11px 14px;border:1px solid #e1e7ea;border-radius:8px;background:#fff}.readonly-files span{min-width:0;display:flex;align-items:center;gap:10px;color:#617078}.readonly-files span .anticon{color:#0b8d95;font-size:18px}.readonly-files strong{overflow:hidden;color:#3e4c54;font-size:12px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.modal-actions{display:flex;justify-content:flex-end;gap:10px}.relation-modal-actions{margin-top:18px}.transport-record-modal{top:24px;padding-bottom:24px}.transport-record-modal .ant-modal-content{padding:0;overflow:hidden}.transport-record-modal .ant-modal-header{margin:0;padding:19px 24px 16px;border-bottom:1px solid #e5eaed}.transport-record-modal .ant-modal-close{top:13px;right:15px}.transport-record-modal .ant-modal-body{height:min(650px,calc(100vh - 112px));overflow:hidden}.transport-record-form{height:100%}.dispatch-modal-grid{height:100%;display:grid;grid-template-columns:minmax(0,1.18fr) minmax(360px,.82fr);align-items:stretch}.transport-form-column{min-width:0;min-height:0;display:flex;flex-direction:column;border-right:1px solid #e5eaed}.transport-form-scroll{min-height:0;flex:1;padding:20px 24px 4px;overflow-y:auto;overscroll-behavior:contain}.transport-modal-actions{flex:0 0 66px;display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:0 24px;border-top:1px solid #e5eaed;background:#fff}.transport-preview-column{min-width:0;min-height:0;padding:20px;background:#fbfcfc}.dispatch-preview{min-height:0;height:100%;display:flex;flex-direction:column;padding:18px;border:1px solid #dce6e9;border-radius:10px;background:#f7fafb}.dispatch-preview>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:12px}.dispatch-preview pre{min-height:0;flex:1;margin:16px 0;padding:16px;overflow:auto;border:1px solid #e0e7ea;border-radius:8px;color:#2a373f;background:#fff;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:13px;line-height:1.85;white-space:pre-wrap}.dispatch-preview>.ant-btn{align-self:stretch}.editor-footer{flex:0 0 66px;display:flex;align-items:center;justify-content:space-between;padding:0 22px;border-top:1px solid #e4eaed;background:#fff}.editor-footer>div{display:flex;gap:10px}.editor-footer .ant-btn{min-width:84px}.draft-state{color:#6e9f7c;font-size:11px}.draft-state .anticon{margin-right:5px}.read-only-editor .ant-input-disabled,.read-only-editor .ant-select-disabled .ant-select-selector,.read-only-editor .ant-input-textarea-disabled textarea{color:#3e4c54!important;background:#fff!important;border-color:#e2e7ea!important;cursor:default!important}.read-only-editor .ant-select-disabled .ant-select-arrow{display:none}.read-only-editor .ant-switch-disabled{opacity:.78}.readonly-footer .draft-state{color:#8a651f}.open-hint{position:absolute;z-index:8;left:50%;top:50%;display:flex;align-items:center;gap:14px;padding:18px 20px;border:1px solid #dfe6e9;border-radius:10px;background:#fff;box-shadow:0 12px 34px #1d2f3a24;transform:translate(-50%,-50%)}.open-hint>.anticon{font-size:28px;color:#0798a1}.open-hint div{display:flex;flex-direction:column;gap:3px}.open-hint span{color:#839097;font-size:12px}@media(max-width:1120px){.app-shell{--sidebar-width: 72px}.sidebar button span:not(.anticon){display:none}.sidebar>button:not(.sidebar-toggle){justify-content:center;padding:0}.editor-window{width:min(720px,calc(100% - 260px))}.global-search{width:250px}}@media(max-height:820px){.entity-summary{flex-basis:112px;padding-block:14px}.summary-icon{width:62px;height:62px;flex-basis:62px;font-size:28px}.editor-titlebar{height:52px;flex-basis:52px}.editor-footer{height:58px;flex-basis:58px}.section-content{padding-top:17px}.editor-nav button{height:48px}}.logistics-editor-window{top:14px;width:min(1280px,calc(100% - 240px));height:calc(100% - 28px)}.logistics-editor-title{flex-basis:64px;min-height:64px}.logistics-editor-title>div:first-child{flex-direction:row;align-items:center;gap:12px}.logistics-title-copy>.ant-btn{margin-left:-8px}.logistics-title-copy>.ant-btn.is-hidden{visibility:hidden;width:0;margin:0;padding:0}.logistics-title-copy>span{display:flex;flex-direction:column;gap:3px}.logistics-editor-scroll{min-height:0;flex:1;padding:20px 22px 28px;overflow:auto;background:#f7fafb}.logistics-overview{display:grid;grid-template-columns:minmax(300px,1.15fr) minmax(560px,1.45fr);gap:18px;margin-bottom:18px}.logistics-overview>div{min-width:0;border:1px solid #dfe8eb;border-radius:11px;background:#fff}.logistics-overview>div:first-child{display:flex;align-items:center;gap:15px;padding:18px}.logistics-overview-icon{width:54px;height:54px;flex:0 0 54px;display:grid;place-items:center;border-radius:14px;color:#2f80ed;background:#eaf2ff;font-size:26px}.logistics-overview>div:first-child>div{display:flex;flex-direction:column;gap:4px}.logistics-overview small{color:#8c989e;font-size:11px}.logistics-overview strong{color:#26353e;font-size:18px}.logistics-overview p{margin:2px 0 0;color:#7b898f;font-size:11px}.logistics-kpis{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden}.logistics-kpis>div{display:flex;flex-direction:column;justify-content:center;gap:7px;padding:17px 20px;border-left:1px solid #e5ebee}.logistics-kpis>div:first-child{border-left:0}.logistics-kpis span{color:#7c8a91;font-size:11px}.logistics-kpis strong{color:#1f4e78;font-size:17px}.logistics-kpis strong small{color:#6f818a;font-size:10px;font-weight:500}.logistics-kpis .is-warning strong{color:#c36b1f}.logistics-batch-section,.logistics-vehicle-section{padding:18px;border:1px solid #dfe7ea;border-radius:11px;background:#fff}.logistics-batch-table,.logistics-vehicle-table{overflow:hidden;border:1px solid #e0e7ea;border-radius:9px}.logistics-batch-row{min-height:66px;display:grid;grid-template-columns:1.02fr .72fr .88fr 1fr .58fr .78fr .78fr .68fr .78fr;align-items:center;gap:9px;padding:10px 14px;border-top:1px solid #e8edef;color:#4b5a62;font-size:11px}.logistics-batch-row.is-summary{grid-template-columns:.92fr .92fr .65fr .78fr .9fr .48fr .68fr .7fr .58fr .82fr}.logistics-batch-row:first-child{border-top:0}.logistics-batch-row.is-head{min-height:42px;color:#738188;background:#f4f7f8;font-weight:600}.logistics-batch-row>div{min-width:0;display:flex;flex-direction:column;gap:4px}.logistics-batch-row>div small{color:#9aa5aa;font-size:9px}.logistics-batch-row>strong{color:#293942}.logistics-batch-row .ant-btn{padding-inline:0;font-size:11px}.batch-source-company,.vehicle-source-company{overflow:hidden;color:#5b53ad;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.batch-row-actions{min-width:0;display:flex;align-items:center;gap:7px}.batch-row-actions .ant-btn{height:24px}.logistics-batch-row.is-clickable{cursor:pointer;transition:background .16s ease,box-shadow .16s ease}.logistics-batch-row.is-detail-open{position:relative;color:#245a60;background:#edf8f7;box-shadow:inset 3px 0 #119aa1}.batch-toggle-button{display:inline-flex;align-items:center;justify-content:flex-start;gap:5px}.logistics-batch-detail-modal{top:18px;padding-bottom:18px}.logistics-batch-detail-modal .ant-modal-body{max-height:calc(100vh - 155px);overflow:auto}.logistics-batch-detail-content{min-width:1120px}.logistics-batch-detail-modal .batch-expanded-meta{margin:0 0 12px;padding:10px 12px;border:1px solid #dfe8eb;border-radius:9px;background:#f7fafb}.batch-expanded-meta{display:grid;grid-template-columns:.9fr 1.15fr 1.55fr 1.05fr 1.2fr .92fr .82fr;column-gap:14px;margin:1px 1px 9px;border:0;background:transparent}.batch-expanded-meta>div{min-width:0;display:flex;align-items:center;gap:5px;min-height:25px;padding:0;border:0}.batch-expanded-meta span{flex:0 0 auto;color:#829096;font-size:9px}.batch-expanded-meta strong{overflow:hidden;color:#34464e;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.expanded-vehicle-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:30px;margin:0 1px 5px}.expanded-vehicle-heading>div{display:flex;align-items:baseline;gap:9px}.expanded-vehicle-heading h4{margin:0;color:#283c44;font-size:11px}.expanded-vehicle-heading p{margin:0;color:#839096;font-size:9px}.logistics-vehicle-ledger{min-width:0}.logistics-batch-total{min-height:54px;display:grid;grid-template-columns:1.02fr .72fr .88fr 1fr .58fr .78fr .78fr .68fr .78fr;align-items:center;gap:9px;padding:10px 14px;border-top:1px solid #cfdddf;color:#2e6166;background:#eff8f7;font-size:11px}.logistics-batch-total.is-summary{grid-template-columns:.92fr .92fr .65fr .78fr .9fr .48fr .68fr .7fr .58fr .82fr}.logistics-batch-total b{font-size:12px}.logistics-editor-footer{min-height:64px;flex-basis:64px}.logistics-editor-footer>div{align-items:center}.logistics-editor-footer span{color:#89959b;font-size:10px}.batch-detail-summary{display:grid;grid-template-columns:.82fr .68fr .9fr 1fr 1.1fr 1.08fr;gap:10px;margin-bottom:16px}.batch-detail-summary>div{min-width:0;display:flex;flex-direction:column;gap:6px;padding:13px 15px;border:1px solid #dfe7ea;border-radius:9px;background:#fff}.batch-detail-summary span{color:#87949a;font-size:10px}.batch-detail-summary strong{overflow:hidden;color:#34444c;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.logistics-vehicle-row{min-height:35px;display:grid;grid-template-columns:26px 86px 62px 68px 68px 68px 76px 88px 74px 66px 58px 80px;align-items:center;gap:6px;padding:3px 7px;border-top:1px solid #e3e9eb;color:#536168;background:#fff;font-size:9px}.logistics-vehicle-row.is-summary{grid-template-columns:26px 82px 78px 58px 62px 62px 62px 72px 84px 70px 62px 54px 76px}.logistics-vehicle-row:first-child{border-top:0}.logistics-vehicle-row.is-head{min-height:31px;color:#65757d;background:#eef3f4;font-weight:600}.logistics-vehicle-row:not(.is-head):hover{background:#f7fbfb}.logistics-vehicle-row .ant-input-affix-wrapper,.logistics-vehicle-row .ant-input{height:24px;font-size:9px}.logistics-vehicle-row .ant-input-affix-wrapper{padding-inline:5px;border-radius:3px}.logistics-vehicle-row .ant-input-affix-wrapper .ant-input{height:20px}.logistics-vehicle-row .ant-tag{margin-inline-end:0;padding-inline:4px;font-size:8px;line-height:18px}.vehicle-plate-cell{min-width:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:1px}.vehicle-plate-cell strong{color:#283a43;font-size:9px;white-space:nowrap}.vehicle-plate-cell small{overflow:hidden;color:#8a989e;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.vehicle-detail-actions{display:flex;flex-direction:row;align-items:center;gap:6px;white-space:nowrap}.vehicle-detail-actions .ant-btn{height:22px;padding:0;font-size:9px}.logistics-vehicle-total{min-height:32px;display:grid;grid-template-columns:26px 86px 62px 68px 68px 68px 76px 88px 74px 66px 58px 80px;align-items:center;gap:6px;margin:0 1px;padding:5px 7px 1px;border:0;color:#2b6166;background:transparent;font-size:9px}.logistics-vehicle-total.is-summary{grid-template-columns:26px 82px 78px 58px 62px 62px 62px 72px 84px 70px 62px 54px 76px}.logistics-vehicle-total>strong{grid-column:1 / 2}.logistics-vehicle-total b{font-size:9px}.batch-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}.batch-form-grid .span-two{grid-column:1 / 3}.logistics-batch-create-modal{top:18px;padding-bottom:18px}.logistics-batch-create-modal .ant-modal-body{max-height:calc(100vh - 112px);overflow-y:auto}.batch-roster-recognition{margin-bottom:18px}.batch-roster-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:9px}.batch-roster-heading>div{display:flex;flex-direction:column;gap:4px}.batch-roster-heading strong{color:#2c4149;font-size:13px}.batch-roster-heading span{color:#829197;font-size:10px;line-height:1.55}.batch-roster-dropzone.ant-upload-wrapper .ant-upload-drag{min-height:190px;border-color:#93cfd2;border-radius:10px;background:#f4fbfb}.batch-roster-dropzone.ant-upload-wrapper .ant-upload-drag:hover{border-color:#0798a1;background:#eefafa}.batch-roster-dropzone .ant-upload-drag-icon{margin-bottom:6px!important;color:#0798a1;font-size:35px}.batch-roster-dropzone .ant-upload-text{margin-bottom:3px!important;color:#36525c!important;font-size:14px!important}.batch-roster-dropzone .ant-upload-hint{color:#8a999f!important;font-size:10px!important}.batch-roster-dropzone .ant-upload-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px 12px;margin-top:8px}.batch-roster-dropzone .ant-upload-list-item{margin-top:0!important}.batch-form-grid .ant-form-item-extra{margin-top:4px;color:#8a989e;font-size:9px;line-height:1.45}.batch-vehicle-selector-label{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px}.batch-vehicle-selector-label .ant-btn{height:24px;padding-inline:3px}.batch-recognized-roster{margin-top:2px;border:1px solid #dce7e9;border-radius:8px;overflow:hidden;background:#fff}.batch-recognized-roster-head{min-height:40px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 12px;border-bottom:1px solid #e3ebed;background:#f4f8f9}.batch-recognized-roster-head strong{color:#30464f;font-size:11px}.batch-recognized-roster-head span{color:#849299;font-size:9px}.batch-recognized-roster-columns{min-width:890px;min-height:32px;display:grid;grid-template-columns:28px minmax(150px,1fr) minmax(148px,1fr) 92px 78px 78px 78px 68px;align-items:center;gap:8px;padding:4px 12px;border-bottom:1px solid #dfe8ea;color:#829198;background:#f8fafb;font-size:9px}.batch-recognized-roster-list{max-height:168px;overflow-y:auto}.batch-recognized-roster-list>div{min-width:890px;min-height:42px;display:grid;grid-template-columns:28px minmax(150px,1fr) minmax(148px,1fr) 92px 78px 78px 78px 68px;align-items:center;gap:8px;padding:5px 12px;border-bottom:1px solid #edf1f2;color:#42545c;font-size:9px}.batch-recognized-roster-list>div:last-child{border-bottom:0}.batch-recognized-roster-list>div.is-unmatched{background:#fff8ee;box-shadow:inset 3px 0 #e98924}.batch-roster-plates{min-width:0;display:flex;flex-direction:column;gap:1px}.batch-roster-plates strong{color:#263d47;font-size:10px}.batch-roster-plates small{color:#8a989e;font-size:9px}.batch-recognized-roster-list>div>strong{color:#235d63;font-size:9px}.batch-recognized-roster-list .ant-tag{margin:0;text-align:center}.batch-recognized-roster-empty{padding:24px;color:#98a4a9;font-size:10px;text-align:center}.logistics-batch-modal-actions{margin-top:16px;padding-top:14px;border-top:1px solid #e6edef}.data-center-return{height:auto;margin:-7px 0 7px -9px;padding-inline:8px;color:#087f86}.vehicle-detail-drawer .ant-drawer-body{background:#fbfcfc}.vehicle-detail-content{display:flex;flex-direction:column;gap:18px}.vehicle-detail-hero{display:flex;align-items:center;gap:14px;padding:16px;border:1px solid #dfe7ea;border-radius:11px;background:#fff}.vehicle-detail-hero>span{width:54px;height:54px;display:grid;place-items:center;border-radius:14px;color:#2f80ed;background:#eaf2ff;font-size:25px}.vehicle-detail-hero>div{display:flex;flex-direction:column;gap:5px}.vehicle-detail-hero strong{color:#233640;font-size:20px}.vehicle-detail-hero small{color:#7f8d94}.vehicle-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.vehicle-detail-grid>div{min-width:0;display:flex;flex-direction:column;gap:5px;padding:12px;border:1px solid #e0e7ea;border-radius:8px;background:#fff}.vehicle-detail-grid span{color:#929da2;font-size:10px}.vehicle-detail-grid strong{overflow-wrap:anywhere;color:#3a4b54;font-size:12px}.vehicle-detail-snapshot{display:flex;align-items:flex-start;gap:10px;padding:13px;border:1px solid #efd9a8;border-radius:8px;color:#ad7624;background:#fff9ed}.vehicle-detail-snapshot>span{display:flex;flex-direction:column;gap:4px}.vehicle-detail-snapshot strong{color:#725225;font-size:11px}.vehicle-detail-snapshot small{color:#9a7b4c;font-size:10px;line-height:1.6}.vehicle-detail-buttons{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:auto}.warehouse-editor-window{top:14px;width:min(1280px,calc(100% - 240px));height:calc(100% - 28px)}.warehouse-editor-title{flex-basis:64px;min-height:64px}.warehouse-editor-title>div:first-child{display:flex;flex-direction:column;align-items:flex-start;gap:3px}.warehouse-editor-title>div:first-child small{color:#8b969c;font-size:10px;font-weight:400}.warehouse-editor-scroll{min-height:0;flex:1;padding:20px 22px 28px;overflow:auto;background:#fbf8f4}.warehouse-overview{display:grid;grid-template-columns:minmax(300px,.9fr) minmax(650px,1.55fr);gap:16px;margin-bottom:14px}.warehouse-overview>div{min-width:0;border:1px solid #eadfd4;border-radius:11px;background:#fff}.warehouse-overview-copy{display:flex;align-items:center;gap:15px;padding:17px 18px}.warehouse-overview-copy>span{width:54px;height:54px;flex:0 0 54px;display:grid;place-items:center;border-radius:14px;color:#dd741b;background:#fff1e4;font-size:26px}.warehouse-overview-copy>div{display:flex;flex-direction:column;gap:4px}.warehouse-overview-copy small{color:#978c84;font-size:10px}.warehouse-overview-copy strong{color:#3f332c;font-size:17px}.warehouse-overview-copy p{margin:1px 0 0;color:#8b7e76;font-size:10px}.warehouse-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden}.warehouse-kpis>div{display:flex;flex-direction:column;justify-content:center;gap:7px;padding:14px 16px;border-left:1px solid #eee4da}.warehouse-kpis>div:first-child{border-left:0}.warehouse-kpis span{color:#95877f;font-size:10px}.warehouse-kpis strong{color:#9a541a;font-size:16px}.warehouse-kpis strong small{color:#91847d;font-size:9px;font-weight:500}.warehouse-kpis .is-warning strong{color:#c55e20}.warehouse-template-strip{min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:14px;padding:11px 14px;border:1px solid #ecdcc9;border-radius:10px;background:#fffaf4}.warehouse-template-strip>div{display:flex;align-items:center;gap:9px}.warehouse-template-strip>div:first-child>.anticon{width:36px;height:36px;display:grid;place-items:center;border-radius:9px;color:#d57622;background:#ffeddb;font-size:17px}.warehouse-template-strip>div:first-child span{display:flex;flex-direction:column;gap:2px}.warehouse-template-strip strong{color:#49372d;font-size:11px}.warehouse-template-strip small{color:#9a8b82;font-size:9px}.warehouse-template-strip .ant-btn{height:30px;font-size:10px}.warehouse-batch-section{padding:17px;border:1px solid #e8ded6;border-radius:11px;background:#fff}.warehouse-heading-actions{display:flex;align-items:center;gap:10px}.warehouse-batch-table{overflow:hidden;border:1px solid #e6dfda;border-radius:9px}.warehouse-batch-row,.warehouse-batch-total{min-height:62px;display:grid;grid-template-columns:1.05fr .56fr .72fr .86fr .54fr .72fr .66fr .72fr .58fr;align-items:center;gap:8px;padding:9px 12px;border-top:1px solid #eee7e2;color:#5d514b;font-size:10px}.warehouse-batch-row:first-child{border-top:0}.warehouse-batch-row.is-head{min-height:40px;color:#83766f;background:#f7f3ef;font-weight:600}.warehouse-batch-row>div:first-child{min-width:0;display:flex;flex-direction:column;gap:3px}.warehouse-batch-row>div:first-child small{color:#a79b94;font-size:8px}.warehouse-batch-row>strong{color:#473b35}.warehouse-batch-row .ant-btn{padding-inline:0;font-size:10px}.warehouse-batch-row.is-clickable{cursor:pointer;transition:background .16s ease,box-shadow .16s ease}.warehouse-batch-row.is-clickable:hover{background:#fffaf5}.warehouse-batch-row.is-expanded{color:#8d501d;background:#fff5e9;box-shadow:inset 3px 0 #e98924}.warehouse-batch-expanded{padding:8px 10px 10px;border-top:1px solid #ead8c7;background:#fffdfa}.warehouse-batch-meta{display:grid;grid-template-columns:1.2fr 1.2fr .65fr .95fr .7fr;margin-bottom:7px;border:1px solid #e8ded6;background:#faf6f2}.warehouse-batch-meta>div{min-width:0;display:flex;align-items:center;gap:5px;height:31px;padding:0 8px;border-left:1px solid #e8ded6}.warehouse-batch-meta>div:first-child{border-left:0}.warehouse-batch-meta span{flex:0 0 auto;color:#9a8d85;font-size:8px}.warehouse-batch-meta strong{overflow:hidden;color:#4e4039;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.warehouse-detail-heading{display:flex;align-items:center;justify-content:space-between;min-height:31px;margin:0 1px 5px}.warehouse-detail-heading h4{margin:0;color:#4d3c33;font-size:11px}.warehouse-detail-heading p{margin:2px 0 0;color:#978a83;font-size:8px}.warehouse-detail-heading>.ant-btn{flex:0 0 auto;height:27px;padding-inline:10px;border-color:#d98639;color:#bd651f;background:#fffaf4;font-size:9px}.warehouse-detail-heading>.ant-btn:hover{border-color:#c97025!important;color:#a95116!important;background:#fff5e9!important}.warehouse-vehicle-table{overflow:hidden;border:1px solid #e8dfd8;border-radius:7px}.warehouse-vehicle-row,.warehouse-vehicle-total{min-height:35px;display:grid;grid-template-columns:28px 100px 80px 78px 78px 78px 70px 70px;align-items:center;gap:6px;padding:3px 7px;border-top:1px solid #ece5df;color:#645951;background:#fff;font-size:9px}.warehouse-vehicle-row:first-child{border-top:0}.warehouse-vehicle-row.is-head{min-height:31px;color:#7d7069;background:#f6f1ed;font-weight:600}.warehouse-vehicle-row:not(.is-head):hover{background:#fffaf6}.warehouse-vehicle-row .ant-input-affix-wrapper,.warehouse-vehicle-row .ant-input{height:24px;font-size:9px}.warehouse-vehicle-row .ant-input-affix-wrapper{padding-inline:5px;border-radius:3px}.warehouse-vehicle-row .ant-input-affix-wrapper .ant-input{height:20px}.warehouse-vehicle-row .ant-btn{height:22px;padding:0;font-size:9px}.warehouse-vehicle-total{color:#8d521f;background:#fff3e6}.warehouse-vehicle-total>strong{grid-column:1 / 2}.warehouse-batch-total{min-height:50px;color:#8a4f20;background:#fff3e6}.warehouse-empty-filter{padding:44px 20px;border-top:1px solid #eee7e2;color:#aa9d95;text-align:center;font-size:10px}.warehouse-editor-footer{min-height:62px;flex-basis:62px}.warehouse-editor-footer>span{color:#998b83;font-size:9px}.warehouse-editor-v2 .warehouse-editor-title>div:last-child{display:flex;align-items:center;gap:8px}.warehouse-operation-table{overflow:hidden;border:1px solid #e6dfda;border-radius:9px}.warehouse-operation-row,.warehouse-operation-total{min-height:58px;display:grid;grid-template-columns:1.05fr .55fr 1.35fr .9fr .66fr .65fr .72fr .5fr;align-items:center;gap:9px;padding:8px 12px;border-top:1px solid #eee7e2;color:#5d514b;font-size:10px}.warehouse-operation-row:first-child{border-top:0}.warehouse-operation-row.is-head{min-height:39px;color:#83766f;background:#f7f3ef;font-weight:600}.warehouse-operation-row>div:first-child{min-width:0;display:flex;flex-direction:column;gap:3px}.warehouse-operation-row>div:first-child small{color:#a79b94;font-size:8px}.warehouse-operation-row>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.warehouse-operation-row .ant-btn{padding-inline:0;font-size:10px}.warehouse-operation-row.is-clickable{cursor:pointer;transition:background .16s ease,box-shadow .16s ease}.warehouse-operation-row.is-clickable:hover{background:#fffaf5}.warehouse-operation-row.is-detail-open{color:#8d501d;background:#fff5e9;box-shadow:inset 3px 0 #e98924}.warehouse-operation-total{min-height:48px;color:#8a4f20;background:#fff3e6;font-weight:600}.warehouse-document-section,.warehouse-fee-section{margin:9px 0;padding:10px;border:1px solid #eadfd6;border-radius:8px;background:#fff}.warehouse-subsection-title{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:9px}.warehouse-subsection-title>div{display:flex;align-items:center;gap:8px;color:#cf721f}.warehouse-subsection-title>div>span{display:flex;flex-direction:column;gap:2px}.warehouse-subsection-title strong{color:#55443b;font-size:10px}.warehouse-subsection-title small{color:#9a8d85;font-size:8px}.warehouse-document-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.warehouse-document-item{min-width:0;display:grid;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:52px;padding:7px 9px;border:1px solid #e7dfda;border-radius:7px;background:#fbfaf9}.warehouse-document-item>span{width:28px;height:28px;display:grid;place-items:center;border-radius:7px;color:#a39388;background:#f1ece8}.warehouse-document-item>div{min-width:0;display:flex;flex-direction:column;gap:3px}.warehouse-document-item strong,.warehouse-document-item small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.warehouse-document-item strong{color:#594b43;font-size:9px}.warehouse-document-item small{color:#a0928a;font-size:8px}.warehouse-document-item.is-complete{border-color:#cfe5d7;background:#f6fbf7}.warehouse-document-item.is-complete>span{color:#39955f;background:#e7f5eb}.warehouse-document-item.is-missing{border-color:#efd9bf;background:#fffaf3}.warehouse-document-item .ant-btn{height:25px;padding-inline:8px;font-size:8px}.warehouse-transfer-panel{display:grid;grid-template-columns:1fr 36px 1fr 1.15fr;align-items:center;gap:10px;margin:9px 0;padding:14px;border:1px solid #dfd3ec;border-radius:9px;background:#faf7fd}.warehouse-transfer-panel>div{min-width:0;display:flex;flex-direction:column;gap:5px}.warehouse-transfer-panel>.anticon{color:#9562bb;text-align:center}.warehouse-transfer-panel span{color:#95849e;font-size:8px}.warehouse-transfer-panel strong{overflow:hidden;color:#4e3b59;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.warehouse-transfer-weight{padding-left:14px;border-left:1px solid #e3d6ed}.warehouse-transfer-weight small{color:#aa9bb2;font-size:8px}.warehouse-fee-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.warehouse-fee-grid label{display:flex;flex-direction:column;gap:5px;color:#806f65;font-size:8px}.warehouse-fee-grid .ant-input-affix-wrapper,.warehouse-fee-grid .ant-btn{height:30px;font-size:9px}.compact-drop-upload.ant-upload-wrapper .ant-upload-drag{min-height:31px;border-color:#dfd7d1;border-radius:6px;background:#fff}.compact-drop-upload.ant-upload-wrapper .ant-upload-drag:hover{border-color:#df842c;background:#fffaf4}.compact-drop-upload.ant-upload-wrapper.has-file .ant-upload-drag{border-color:#bedec9;background:#f5fbf7}.compact-drop-upload.ant-upload-wrapper .ant-upload{display:flex;align-items:center;justify-content:center;gap:5px;padding:4px 7px;color:#997d69;font-size:8px}.compact-drop-upload.ant-upload-wrapper .ant-upload .anticon{color:#d47725;font-size:11px}.warehouse-document-item .compact-drop-upload{width:108px}.warehouse-document-item em{color:#c27428;font-size:8px;font-style:normal}.warehouse-fee-grid .compact-drop-upload{width:100%}.warehouse-weighbridge-drop{display:grid;grid-template-columns:minmax(0,1fr) 280px;align-items:center;gap:14px;margin:9px 0;padding:9px 11px;border:1px dashed #e1b786;border-radius:8px;background:#fff9f1}.warehouse-weighbridge-drop>div:first-child{display:flex;align-items:center;gap:9px;color:#d47b28}.warehouse-weighbridge-drop>div:first-child>span{display:flex;flex-direction:column;gap:2px}.warehouse-weighbridge-drop strong{color:#704d30;font-size:10px}.warehouse-weighbridge-drop small{color:#9b826d;font-size:8px}.warehouse-unmatched-evidence{grid-column:1 / -1;display:flex;align-items:center;gap:8px;min-width:0;padding-top:6px;border-top:1px solid rgba(212,123,40,.16);color:#8a673f;font-size:9px}.warehouse-unmatched-evidence>span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.same-day-warehouse-note{display:flex;align-items:center;gap:10px;margin-bottom:14px;padding:11px 13px;border:1px solid #cde5d6;border-radius:8px;color:#3a9860;background:#f5fbf7}.same-day-warehouse-note>span{display:flex;flex-direction:column;gap:3px}.same-day-warehouse-note strong{color:#35664a;font-size:11px}.same-day-warehouse-note small{color:#779184;font-size:9px}.warehouse-editor-v2{color:#242424}.warehouse-editor-v2 .warehouse-editor-title{min-height:52px;flex-basis:52px;border-bottom-color:#d9d9d9;background:#fff}.warehouse-editor-v2 .warehouse-editor-title strong{color:#1f1f1f}.warehouse-editor-v2 .warehouse-editor-title small,.warehouse-editor-v2 .warehouse-editor-title span{color:#777}.warehouse-editor-v2 .warehouse-editor-scroll{padding:10px 12px 16px;background:#f5f5f5}.warehouse-editor-v2 .warehouse-overview{display:flex;align-items:center;gap:18px;min-height:34px;margin-bottom:6px;padding:0 2px 6px;border:0;border-bottom:1px solid #d9d9d9;border-radius:0;background:transparent}.warehouse-editor-v2 .warehouse-overview>div{border:0;border-radius:0;background:transparent}.warehouse-editor-v2 .warehouse-overview-copy{flex:0 1 auto;min-height:0;gap:0;padding:0;border-right:0!important}.warehouse-editor-v2 .warehouse-overview-copy>span{display:none}.warehouse-editor-v2 .warehouse-overview-copy>div{flex-direction:row;align-items:baseline;gap:6px}.warehouse-editor-v2 .warehouse-overview-copy small{color:#777;font-size:9px}.warehouse-editor-v2 .warehouse-overview-copy strong{color:#222;font-size:11px}.warehouse-editor-v2 .warehouse-overview-copy p{display:none}.warehouse-editor-v2 .warehouse-kpis{flex:1 1 auto;display:flex;align-items:baseline;overflow:visible}.warehouse-editor-v2 .warehouse-kpis>div{flex-direction:row;align-items:baseline;gap:5px;min-height:0;padding:0 10px;border-left:1px solid #d9d9d9}.warehouse-editor-v2 .warehouse-kpis span{color:#707070;font-size:9px}.warehouse-editor-v2 .warehouse-kpis strong,.warehouse-editor-v2 .warehouse-kpis .is-warning strong{color:#222;font-size:11px}.warehouse-editor-v2 .warehouse-kpis strong small{color:#777}.warehouse-editor-v2 .warehouse-template-strip{min-height:32px;margin-bottom:6px;padding:0 2px 6px;border:0;border-bottom:1px solid #d9d9d9;border-radius:0;background:transparent}.warehouse-editor-v2 .warehouse-template-strip>div:first-child>.anticon{display:none}.warehouse-editor-v2 .warehouse-template-strip strong{color:#333;font-size:10px}.warehouse-editor-v2 .warehouse-template-strip small{display:none}.warehouse-editor-v2 .warehouse-template-strip .ant-btn{height:26px;color:#333;font-size:9px}.warehouse-editor-v2 .warehouse-batch-section{padding:0;border:0;border-radius:0;background:transparent}.warehouse-editor-v2 .operation-section-heading{min-height:38px;margin-bottom:7px}.warehouse-editor-v2 .operation-section-heading h3{color:#222;font-size:13px}.warehouse-editor-v2 .operation-section-heading p{color:#777;font-size:9px}.warehouse-editor-v2 .warehouse-heading-actions{gap:6px}.warehouse-editor-v2 .ant-segmented{padding:1px;border:1px solid #ddd;border-radius:3px;background:#f5f5f5}.warehouse-editor-v2 .ant-segmented-item{color:#666}.warehouse-editor-v2 .ant-segmented-item-selected{color:#111;box-shadow:none}.warehouse-editor-v2 .ant-btn-primary{border-color:#262626;color:#fff;background:#262626;box-shadow:none}.warehouse-editor-v2 .ant-btn-primary:hover{border-color:#000!important;color:#fff!important;background:#000!important}.warehouse-editor-v2 .warehouse-operation-table{border-color:#d8d8d8;border-radius:2px}.warehouse-editor-v2 .warehouse-operation-row,.warehouse-editor-v2 .warehouse-operation-total{min-height:42px;gap:7px;padding:5px 9px;border-top-color:#e2e2e2;color:#333;font-size:10px}.warehouse-editor-v2 .warehouse-operation-row.is-head{min-height:32px;color:#555;background:#f0f0f0}.warehouse-editor-v2 .warehouse-operation-row.is-clickable:hover{background:#fafafa}.warehouse-editor-v2 .warehouse-operation-row.is-detail-open{color:#111;background:#f4f4f4;box-shadow:inset 2px 0 #333}.warehouse-editor-v2 .warehouse-operation-total{min-height:36px;color:#222;background:#f0f0f0}.warehouse-editor-v2 .warehouse-batch-expanded{padding:6px 8px 8px;border-top-color:#d8d8d8;background:#fff}.warehouse-batch-detail-modal{top:18px;padding-bottom:18px}.warehouse-batch-detail-modal .ant-modal-body{max-height:calc(100vh - 155px);overflow:auto}.warehouse-batch-detail-surface{min-width:1120px}.warehouse-batch-detail-surface .warehouse-batch-expanded{padding:0;border-top:0}.warehouse-editor-v2 .warehouse-batch-meta{display:flex;flex-wrap:wrap;align-items:baseline;gap:5px 18px;margin:0 0 5px;padding:2px 1px 5px;border:0;border-bottom:1px solid #e2e2e2;background:transparent}.warehouse-editor-v2 .warehouse-batch-meta>div{width:auto;height:auto;padding:0;border:0}.warehouse-editor-v2 .warehouse-batch-meta span{color:#777}.warehouse-editor-v2 .warehouse-batch-meta strong{color:#222}.warehouse-editor-v2 .warehouse-document-section,.warehouse-editor-v2 .warehouse-fee-section{margin:5px 0;padding:0;border:0;border-radius:0;background:transparent}.warehouse-editor-v2 .warehouse-subsection-title{min-height:30px;margin:0;padding:2px 1px 4px;border-bottom:1px solid #dedede;background:transparent}.warehouse-editor-v2 .warehouse-subsection-title>div{color:#444}.warehouse-editor-v2 .warehouse-subsection-title strong{color:#222;font-size:10px}.warehouse-editor-v2 .warehouse-subsection-title small{color:#777;font-size:8px}.warehouse-editor-v2 .warehouse-document-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:0;padding:0;border-bottom:1px solid #dedede}.warehouse-editor-v2 .warehouse-document-item{min-height:36px;grid-template-columns:22px minmax(0,1fr) 72px;gap:6px;padding:3px 8px;border:0;border-right:1px solid #dedede;border-radius:0;background:transparent}.warehouse-editor-v2 .warehouse-document-item:nth-child(3n){border-right:0}.warehouse-editor-v2 .warehouse-document-item:last-child{border-bottom:0}.warehouse-editor-v2 .warehouse-document-item>span{width:22px;height:22px;border-radius:2px;color:#555;background:#f0f0f0}.warehouse-editor-v2 .warehouse-document-item.is-complete,.warehouse-editor-v2 .warehouse-document-item.is-missing{border-color:#e5e5e5;background:#fff}.warehouse-editor-v2 .warehouse-document-item.is-complete>span{color:#333;background:#ededed}.warehouse-editor-v2 .warehouse-document-item strong{color:#292929}.warehouse-editor-v2 .warehouse-document-item small{color:#777}.warehouse-editor-v2 .warehouse-document-item em{color:#555}.warehouse-editor-v2 .warehouse-weighbridge-drop{grid-template-columns:minmax(0,1fr) 230px;gap:8px;margin:6px 0;padding:5px 8px;border-color:#bdbdbd;border-radius:2px;background:#fafafa}.warehouse-editor-v2 .warehouse-weighbridge-drop>div:first-child{color:#444}.warehouse-editor-v2 .warehouse-weighbridge-drop strong{color:#222;font-size:10px}.warehouse-editor-v2 .warehouse-weighbridge-drop small{color:#777}.warehouse-editor-v2 .compact-drop-upload.ant-upload-wrapper .ant-upload-drag,.warehouse-editor-v2 .compact-drop-upload.ant-upload-wrapper.has-file .ant-upload-drag{min-height:27px;border-color:#cfcfcf;border-radius:2px;background:#fff}.warehouse-editor-v2 .compact-drop-upload.ant-upload-wrapper .ant-upload{color:#555}.warehouse-editor-v2 .compact-drop-upload.ant-upload-wrapper .ant-upload .anticon{color:#444}.warehouse-editor-v2 .compact-drop-upload.ant-upload-wrapper.is-inline{width:68px}.warehouse-editor-v2 .compact-drop-upload.ant-upload-wrapper.is-inline .ant-upload-drag{width:68px;min-height:25px}.warehouse-editor-v2 .compact-drop-upload.ant-upload-wrapper.is-inline .ant-upload{flex-direction:row;gap:4px;min-height:23px;padding:2px 6px;white-space:nowrap}.warehouse-editor-v2 .compact-drop-upload.ant-upload-wrapper.is-inline .ant-upload span{display:inline;white-space:nowrap;writing-mode:horizontal-tb}.warehouse-editor-v2 .warehouse-detail-heading{min-height:30px;margin:3px 0}.warehouse-editor-v2 .warehouse-detail-heading h4{color:#222;font-size:11px}.warehouse-editor-v2 .warehouse-detail-heading p{color:#777}.warehouse-editor-v2 .warehouse-detail-heading>.ant-btn{height:25px;border-color:#777;border-radius:2px;color:#222;background:#fff}.warehouse-editor-v2 .warehouse-detail-heading>.ant-btn:hover{border-color:#222!important;color:#111!important;background:#f5f5f5!important}.warehouse-editor-v2 .warehouse-vehicle-table{border-color:#d7d7d7;border-radius:2px}.warehouse-editor-v2 .warehouse-vehicle-row,.warehouse-editor-v2 .warehouse-vehicle-total{min-height:31px;gap:5px;padding:2px 6px;border-top-color:#e4e4e4;color:#333;background:#fff}.warehouse-editor-v2 .warehouse-vehicle-row.is-head{min-height:28px;color:#555;background:#f0f0f0}.warehouse-editor-v2 .warehouse-vehicle-row:not(.is-head):hover{background:#fafafa}.warehouse-editor-v2 .warehouse-vehicle-total{color:#222;background:#f0f0f0}.warehouse-editor-v2 .warehouse-transfer-panel{margin:6px 0;padding:8px 10px;border-color:#d7d7d7;border-radius:2px;background:#fafafa}.warehouse-editor-v2 .warehouse-transfer-panel span,.warehouse-editor-v2 .warehouse-transfer-panel small{color:#777}.warehouse-editor-v2 .warehouse-transfer-panel strong{color:#222}.warehouse-editor-v2 .warehouse-transfer-panel>.anticon{color:#555}.warehouse-editor-v2 .warehouse-transfer-weight{border-left-color:#d8d8d8}.warehouse-editor-v2 .warehouse-fee-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:0}.warehouse-editor-v2 .warehouse-fee-grid label{gap:4px;padding:6px 8px;border-left:1px solid #e3e3e3;color:#555}.warehouse-editor-v2 .warehouse-fee-grid label:first-child{border-left:0}.warehouse-editor-v2 .warehouse-fee-summary{margin:0 0 8px;padding:8px 10px;border:1px solid var(--card-border);border-radius:8px;background:#fff}.warehouse-editor-v2 .warehouse-fee-rules,.warehouse-editor-v2 .warehouse-fee-summary-values{display:flex;flex-wrap:wrap;align-items:center;gap:6px 18px}.warehouse-editor-v2 .warehouse-fee-rules{padding-bottom:6px;border-bottom:1px solid var(--card-divider);color:var(--card-muted);font-size:9px}.warehouse-editor-v2 .warehouse-fee-rules strong{color:var(--card-text);font-size:10px}.warehouse-editor-v2 .warehouse-fee-summary-values{padding-top:7px;color:#607079;font-size:9px}.warehouse-editor-v2 .warehouse-fee-summary-values strong{margin-left:4px;color:var(--card-primary-dark);font-size:11px}.warehouse-editor-v2 .warehouse-fee-summary-values .is-total{margin-left:auto;color:var(--card-primary-dark)}.warehouse-editor-v2 .warehouse-fee-summary-values .is-total strong{font-size:13px}.warehouse-editor-v2 .warehouse-fee-summary>small{display:block;margin-top:5px;color:var(--card-muted);font-size:8px}.warehouse-editor-v2 .warehouse-fee-calculation{min-height:54px;display:flex;flex-direction:column;justify-content:center;gap:2px;padding:6px 8px;border-left:1px solid var(--card-divider)}.warehouse-editor-v2 .warehouse-fee-calculation:first-child{border-left:0}.warehouse-editor-v2 .warehouse-fee-calculation span,.warehouse-editor-v2 .warehouse-fee-calculation small{color:var(--card-muted);font-size:8px}.warehouse-editor-v2 .warehouse-fee-calculation strong{color:var(--card-primary-dark);font-size:12px}.warehouse-editor-v2 .warehouse-fee-calculation.is-subtotal{background:var(--card-primary-soft)}.warehouse-editor-v2 .warehouse-monthly-reference{min-height:54px;display:grid;grid-template-columns:auto 1fr;align-content:center;gap:2px 8px;padding:6px 8px;border-left:1px solid var(--card-divider)}.warehouse-editor-v2 .warehouse-monthly-reference>span,.warehouse-editor-v2 .warehouse-monthly-reference>small{color:var(--card-muted);font-size:8px}.warehouse-editor-v2 .warehouse-monthly-reference>strong{color:var(--card-primary-dark);font-size:11px}.warehouse-editor-v2 .warehouse-monthly-reference>small{grid-column:1 / -1}.warehouse-editor-v2 .warehouse-monthly-reference .ant-btn{grid-column:1 / -1;width:max-content;height:auto;padding:0;font-size:9px}.warehouse-editor-v2 .warehouse-editor-footer{min-height:48px;flex-basis:48px;border-top-color:#d9d9d9;background:#fff}.warehouse-editor-v2 .warehouse-editor-footer>span{color:#777}.warehouse-editor-v2 .ant-tag{border-color:#d0d0d0!important;color:#444!important;background:#f5f5f5!important}.operation-editor-window{--card-bg: #f4f8fa;--card-surface: #fff;--card-surface-soft: #f1f6f8;--card-border: #dce7eb;--card-divider: #e5ecef;--card-text: #293942;--card-muted: #7c8a91;--card-primary: #0a9aa3;--card-primary-dark: #1f4e78;--card-primary-soft: #eaf6f5;--card-warning: #c36b1f;color:var(--card-text);border-color:var(--card-border);background:var(--card-surface)}.operation-editor-window .operation-editor-title{border-bottom-color:var(--card-border);background:var(--card-surface)}.operation-editor-window .operation-editor-title strong{color:var(--card-text)}.operation-editor-window .operation-editor-title small,.operation-editor-window .operation-editor-title span{color:var(--card-muted)}.operation-editor-window .operation-editor-scroll,.operation-editor-window .logistics-editor-scroll,.operation-editor-window .warehouse-editor-scroll,.operation-editor-window .trade-docs-scroll,.operation-editor-window .settlement-editor-scroll{background:var(--card-bg)}.operation-editor-window .operation-editor-footer{border-top-color:var(--card-border);background:var(--card-surface)}.operation-editor-window .ant-btn-primary,.warehouse-editor-v2 .ant-btn-primary,.settlement-editor-footer .ant-btn-primary{border-color:var(--card-primary);background:var(--card-primary);box-shadow:0 2px #066f7624}.operation-editor-window .ant-btn-primary:hover,.warehouse-editor-v2 .ant-btn-primary:hover,.settlement-editor-footer .ant-btn-primary:hover{border-color:#07858d!important;color:#fff!important;background:#07858d!important}.operation-editor-window .ant-btn-link{color:#1677d2}.operation-editor-window .ant-input:hover,.operation-editor-window .ant-input-affix-wrapper:hover,.operation-editor-window .ant-select-selector:hover{border-color:#78bdc1!important}.operation-editor-window .ant-input:focus,.operation-editor-window .ant-input-affix-wrapper-focused,.operation-editor-window .ant-select-focused .ant-select-selector{border-color:var(--card-primary)!important;box-shadow:0 0 0 2px #0a9aa317!important}.logistics-editor-scroll{padding:16px 18px 22px}.logistics-overview{gap:14px;margin-bottom:14px}.logistics-overview>div,.logistics-batch-section,.logistics-vehicle-section{border-color:var(--card-border)}.logistics-batch-section,.logistics-vehicle-section{padding:14px}.logistics-batch-table,.logistics-vehicle-table{border-color:var(--card-border)}.logistics-batch-row{min-height:54px;gap:8px;padding:7px 11px;border-top-color:var(--card-divider)}.logistics-batch-row.is-head{min-height:36px;background:var(--card-surface-soft)}.logistics-batch-row.is-clickable:hover{background:#f6fbfb}.logistics-batch-row.is-detail-open{color:#245a60;background:#edf8f7;box-shadow:inset 3px 0 0 var(--card-primary)}.logistics-batch-total{min-height:42px;color:#2b6166;background:var(--card-primary-soft)}.warehouse-editor-v2{color:var(--card-text)}.warehouse-editor-v2 .warehouse-editor-title{border-bottom-color:var(--card-border)}.warehouse-editor-v2 .warehouse-editor-title strong{color:var(--card-text)}.warehouse-editor-v2 .warehouse-editor-title small,.warehouse-editor-v2 .warehouse-editor-title span{color:var(--card-muted)}.warehouse-editor-v2 .warehouse-editor-scroll{padding:12px 14px 18px;background:var(--card-bg)}.warehouse-editor-v2 .warehouse-overview{border-bottom-color:var(--card-border)}.warehouse-editor-v2 .warehouse-overview-copy small,.warehouse-editor-v2 .warehouse-kpis span{color:var(--card-muted)}.warehouse-editor-v2 .warehouse-overview-copy strong,.warehouse-editor-v2 .warehouse-kpis strong,.warehouse-editor-v2 .warehouse-kpis .is-warning strong{color:var(--card-primary-dark)}.warehouse-editor-v2 .warehouse-kpis .is-warning strong{color:var(--card-warning)}.warehouse-editor-v2 .warehouse-kpis>div{border-left-color:var(--card-border)}.warehouse-editor-v2 .warehouse-template-strip{border-bottom-color:var(--card-border)}.warehouse-editor-v2 .warehouse-template-strip strong,.warehouse-editor-v2 .operation-section-heading h3{color:var(--card-text)}.warehouse-editor-v2 .warehouse-template-strip .ant-btn{color:var(--card-primary-dark)}.warehouse-editor-v2 .ant-segmented{border-color:var(--card-border);background:var(--card-surface-soft)}.warehouse-editor-v2 .ant-segmented-item{color:var(--card-muted)}.warehouse-editor-v2 .ant-segmented-item-selected{color:var(--card-primary-dark);background:#fff}.warehouse-editor-v2 .warehouse-operation-table,.warehouse-editor-v2 .warehouse-vehicle-table{border-color:var(--card-border);border-radius:8px}.warehouse-editor-v2 .warehouse-operation-row,.warehouse-editor-v2 .warehouse-operation-total{min-height:46px;border-top-color:var(--card-divider);color:#4b5a62}.warehouse-editor-v2 .warehouse-operation-row.is-head{min-height:34px;color:#738188;background:var(--card-surface-soft)}.warehouse-editor-v2 .warehouse-operation-row.is-clickable:hover{background:#f6fbfb}.warehouse-editor-v2 .warehouse-operation-row.is-detail-open{color:#245a60;background:#edf8f7;box-shadow:inset 3px 0 0 var(--card-primary)}.warehouse-editor-v2 .warehouse-operation-total{color:#2b6166;background:var(--card-primary-soft)}.warehouse-editor-v2 .warehouse-batch-expanded{border-top-color:var(--card-border);background:#fff}.warehouse-editor-v2 .warehouse-batch-meta{border-bottom-color:var(--card-divider)}.warehouse-editor-v2 .warehouse-batch-meta span{color:var(--card-muted)}.warehouse-editor-v2 .warehouse-batch-meta strong{color:var(--card-text)}.warehouse-editor-v2 .warehouse-subsection-title{border-bottom-color:var(--card-border)}.warehouse-editor-v2 .warehouse-subsection-title>div{color:var(--card-primary)}.warehouse-editor-v2 .warehouse-subsection-title strong{color:var(--card-text)}.warehouse-editor-v2 .warehouse-document-grid{border-bottom-color:var(--card-border)}.warehouse-editor-v2 .warehouse-document-item{border-color:var(--card-divider);background:#fff}.warehouse-editor-v2 .warehouse-document-item>span{color:#5f7784;background:#edf4f7}.warehouse-editor-v2 .warehouse-document-item.is-complete>span{color:#2f8d5d;background:#e8f6ed}.warehouse-editor-v2 .warehouse-document-item strong{color:var(--card-text)}.warehouse-editor-v2 .warehouse-document-item em{color:var(--card-warning)}.warehouse-editor-v2 .warehouse-weighbridge-drop{border-color:#a9d7d8;border-radius:7px;background:#f5fbfb}.warehouse-editor-v2 .warehouse-weighbridge-drop>div:first-child{color:var(--card-primary)}.warehouse-editor-v2 .warehouse-weighbridge-drop strong{color:var(--card-text)}.warehouse-editor-v2 .compact-drop-upload.ant-upload-wrapper .ant-upload-drag,.warehouse-editor-v2 .compact-drop-upload.ant-upload-wrapper.has-file .ant-upload-drag{border-color:#b9dada;border-radius:5px}.warehouse-editor-v2 .compact-drop-upload.ant-upload-wrapper .ant-upload{color:#60757e}.warehouse-editor-v2 .compact-drop-upload.ant-upload-wrapper .ant-upload .anticon{color:var(--card-primary)}.warehouse-editor-v2 .warehouse-vehicle-row,.warehouse-editor-v2 .warehouse-vehicle-total{border-top-color:var(--card-divider);color:#4b5a62}.warehouse-editor-v2 .warehouse-vehicle-row.is-head{color:#738188;background:var(--card-surface-soft)}.warehouse-editor-v2 .warehouse-vehicle-row:not(.is-head):hover{background:#f6fbfb}.warehouse-editor-v2 .warehouse-vehicle-total{color:#2b6166;background:var(--card-primary-soft)}.warehouse-editor-v2 .warehouse-transfer-panel{border-color:#cfe3e5;border-radius:7px;background:#f5fafb}.warehouse-editor-v2 .warehouse-transfer-panel strong{color:var(--card-text)}.warehouse-editor-v2 .warehouse-transfer-panel>.anticon{color:var(--card-primary)}.warehouse-editor-v2 .warehouse-transfer-weight{border-left-color:var(--card-border)}.warehouse-editor-v2 .warehouse-fee-grid label{border-left-color:var(--card-divider);color:#607079}.warehouse-editor-v2 .warehouse-editor-footer{border-top-color:var(--card-border)}.warehouse-editor-v2 .ant-tag{border-color:#c8e1e2!important;color:#23757b!important;background:#edf8f7!important}.trade-docs-scroll,.settlement-editor-scroll{background:var(--card-bg)}.trade-docs-relation,.trade-docs-section-title,.invoice-ledger-table,.trade-contract-upload,.trade-document-grid,.trade-docs-status,.settlement-overview-line,.settlement-parameter-line,.settlement-file-line,.settlement-section-heading,.settlement-table,.settlement-summary-section,.settlement-status-line{border-color:var(--card-border)}.trade-docs-section,.trade-contract-upload,.trade-document-item,.trade-docs-status,.settlement-overview-line,.settlement-file-line,.settlement-table,.settlement-summary-section,.settlement-status-line{background:var(--card-surface)}.trade-docs-section-title,.invoice-ledger-row.is-head,.settlement-section-heading,.settlement-row.is-head,.settlement-total-row{color:#65757d;background:var(--card-surface-soft)}.invoice-ledger-row,.trade-document-item,.settlement-row,.settlement-row-detail{border-color:var(--card-divider);color:#4b5a62}.invoice-ledger-row:not(.is-head):hover,.settlement-row:not(.is-head):hover{background:#f6fbfb}.settlement-row.is-expanded{background:#edf8f7}.settlement-amount-summary .is-total,.fund-ledger-total{background:var(--card-primary-soft)}.settlement-amount-summary .is-total strong,.settlement-file-line>div:first-child,.settlement-funds-link>div{color:var(--card-primary-dark)}.settlement-funds-link{border-color:var(--card-border);background:#f7fafb}.fund-entry-section,.fund-ledger-section{color:var(--card-text)}.fund-entry-card,.fund-ledger-table,.advance-lines{border-color:var(--card-border);background:#fff}.fund-ledger-head{color:#65757d;background:var(--card-surface-soft)}.fund-ledger-row,.fund-ledger-total{border-color:var(--card-divider)}.generic-operation-content{background:var(--card-bg)}.generic-operation-editor .operation-relation-bar,.generic-operation-editor .event-state-row{border:1px solid var(--card-border);background:#fff}.generic-operation-editor .ant-upload-drag{border-color:#b9dada;background:#f8fcfc}.invoice-ledger-row{min-height:32px;padding-block:2px}.settlement-row{min-height:30px}.fund-ledger-row{min-height:62px}.compact-drop-upload.ant-upload-wrapper.is-inline,.trade-docs-editor .compact-drop-upload.ant-upload-wrapper.is-inline,.settlement-editor-window .compact-drop-upload.ant-upload-wrapper.is-inline,.warehouse-editor-v2 .compact-drop-upload.ant-upload-wrapper.is-inline{width:112px;min-width:112px}.compact-drop-upload.ant-upload-wrapper.is-inline .ant-upload-drag,.trade-docs-editor .compact-drop-upload.ant-upload-wrapper.is-inline .ant-upload-drag,.settlement-editor-window .compact-drop-upload.ant-upload-wrapper.is-inline .ant-upload-drag,.warehouse-editor-v2 .compact-drop-upload.ant-upload-wrapper.is-inline .ant-upload-drag{width:112px;min-height:42px;border-color:#abd6d8;border-radius:6px;background:#f7fcfc}.compact-drop-upload.ant-upload-wrapper.is-inline .ant-upload{min-height:40px;display:grid;grid-template-columns:auto 1fr;align-content:center;column-gap:6px;row-gap:1px;padding:4px 7px;color:#315d64;font-size:9px;white-space:nowrap}.compact-drop-upload.ant-upload-wrapper.is-inline .ant-upload>.anticon{grid-row:1 / span 2;align-self:center;color:var(--card-primary, #0a9aa3);font-size:14px}.compact-drop-upload.ant-upload-wrapper.is-inline .ant-upload span,.compact-drop-upload.ant-upload-wrapper.is-inline .ant-upload small{display:block;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;writing-mode:horizontal-tb}.compact-drop-upload.ant-upload-wrapper.is-inline .ant-upload small{color:#86969c;font-size:7px}.compact-drop-upload.ant-upload-wrapper .ant-upload-drag:hover,.universal-recognition-drop .ant-upload-drag:hover,.fund-voucher-drop .ant-upload-drag:hover{border-color:#0a9aa3!important;background:#eefafa!important}.fund-voucher-drop .ant-upload-drag{min-height:76px;padding:13px 16px!important}.fund-voucher-drop .ant-upload-btn{min-height:48px}.generic-operation-editor .universal-recognition-drop .ant-upload-drag{min-height:132px;padding:18px 20px}.attachments-section .ant-upload-wrapper .ant-upload-drag{min-height:170px;padding:30px!important}.vehicle-quick-import+.two-column-form+.ant-form-item .ant-upload-drag{min-height:150px;padding:24px}.warehouse-weighbridge-drop{grid-template-columns:minmax(0,1fr) minmax(320px,.72fr)}.warehouse-weighbridge-drop .compact-drop-upload:not(.is-inline) .ant-upload-drag{min-height:58px}.warehouse-document-item{grid-template-columns:30px minmax(0,1fr) 120px}.warehouse-document-item .compact-drop-upload{width:120px}.trade-contract-upload{grid-template-columns:minmax(0,1fr) 120px}.trade-document-item{grid-template-columns:minmax(0,1fr) auto 120px}.invoice-ledger-row{grid-template-columns:102px 66px minmax(112px,1fr) minmax(126px,1fr) 82px 106px minmax(132px,1fr) 120px}.fund-ledger-head,.fund-ledger-row,.fund-ledger-total{grid-template-columns:102px minmax(0,1fr) 146px}.fund-row-actions{gap:4px;align-items:stretch;padding:6px 8px}.fund-row-actions .compact-drop-upload{width:100%;min-width:0}.fund-row-actions .compact-drop-upload.ant-upload-wrapper.is-inline .ant-upload-drag{width:100%}.logistics-vehicle-row,.logistics-vehicle-total{grid-template-columns:26px 86px 62px 68px 68px 68px 86px 92px 78px 66px 62px 76px}.logistics-vehicle-row.is-summary,.logistics-vehicle-total.is-summary{grid-template-columns:26px 82px 78px 58px 62px 62px 62px 82px 86px 72px 62px 58px 72px}.vehicle-freight-amount{color:#235d63;font-size:9px;font-weight:700;white-space:nowrap}.vehicle-detail-actions{gap:8px}.vehicle-detail-actions .compact-drop-upload{width:104px;min-width:104px}.vehicle-detail-actions .compact-drop-upload.ant-upload-wrapper.is-inline .ant-upload-drag{width:104px}.vehicle-transport-evidence{display:flex;flex-direction:column;gap:10px;padding:13px;border:1px solid #dfe7ea;border-radius:9px;background:#fff}.vehicle-evidence-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.vehicle-evidence-heading>div{min-width:0;display:flex;flex-direction:column;gap:4px}.vehicle-evidence-heading strong{color:#30434c;font-size:12px}.vehicle-evidence-heading small{color:#839198;font-size:9px;line-height:1.55}.vehicle-evidence-heading .ant-tag{flex:0 0 auto;margin:0}.vehicle-evidence-list{overflow:hidden;border:1px solid #e3e9eb;border-radius:7px}.vehicle-evidence-list>div{min-height:36px;display:grid;grid-template-columns:22px minmax(0,1fr) 28px;align-items:center;gap:7px;padding:4px 7px 4px 10px;border-top:1px solid #edf1f2;color:#718087;background:#fbfcfc}.vehicle-evidence-list>div:first-child{border-top:0}.vehicle-evidence-list strong{overflow:hidden;color:#455760;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.vehicle-evidence-list .ant-btn{width:28px;height:28px;padding:0}.vehicle-evidence-empty{display:block;padding:18px;color:#97a3a8;font-size:10px;text-align:center}.vehicle-transport-evidence>.compact-drop-upload{width:100%}.warehouse-vehicle-row,.warehouse-vehicle-total{grid-template-columns:28px 100px 80px 78px 78px 78px 70px 120px}.warehouse-editor-v2 .warehouse-document-grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:8px;padding:8px 0;border-bottom:0}.warehouse-editor-v2 .warehouse-document-item{min-width:0;min-height:54px;grid-template-columns:28px minmax(0,1fr) 112px;gap:8px;padding:6px 8px;border:1px solid var(--card-border);border-radius:7px;background:#fff}.warehouse-editor-v2 .warehouse-document-item:nth-child(3n){border-right:1px solid var(--card-border)}.warehouse-editor-v2 .warehouse-document-item .compact-drop-upload{width:112px;min-width:112px}.warehouse-editor-v2 .warehouse-weighbridge-drop{min-height:76px;grid-template-columns:minmax(0,1fr) 300px;align-items:center;gap:14px;margin:8px 0 12px;padding:10px 12px;border:1px dashed #a9d7d8;border-radius:8px;background:#f7fcfc}.warehouse-editor-v2 .warehouse-weighbridge-drop .compact-drop-upload{width:100%;min-width:0}.warehouse-editor-v2 .warehouse-weighbridge-drop .compact-drop-upload:not(.is-inline) .ant-upload-drag{min-height:54px}.warehouse-editor-v2 .warehouse-vehicle-row,.warehouse-editor-v2 .warehouse-vehicle-total{grid-template-columns:28px 104px 80px 78px 78px 78px 72px 124px}.settlement-row-detail{min-height:76px;grid-template-columns:62px 62px 62px 76px minmax(190px,1fr) minmax(190px,1fr) auto}.settlement-detail-upload{display:grid!important;grid-template-columns:minmax(0,1fr) 112px;grid-template-rows:auto auto;column-gap:8px;align-items:center}.settlement-detail-upload>span,.settlement-detail-upload>strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.settlement-detail-upload>.compact-drop-upload{grid-column:2;grid-row:1 / span 2}.card-recognition-dropzone{margin:12px 0 16px}.card-recognition-dropzone.ant-upload-wrapper,.card-recognition-dropzone .ant-upload-wrapper{width:100%}.card-recognition-dropzone .ant-upload-drag{min-height:190px;overflow:hidden;border:2px dashed #a7d5d7;border-radius:12px;background:linear-gradient(180deg,#fbfefe,#f2fafa)}.card-recognition-dropzone.has-files .ant-upload-drag{min-height:238px}.card-recognition-dropzone.is-summary .ant-upload-drag,.card-recognition-dropzone.is-summary.has-files .ant-upload-drag{min-height:132px}.card-recognition-dropzone .ant-upload-btn{min-height:inherit;padding:18px 20px!important;text-align:left}.card-recognition-dropzone .ant-upload-drag:hover{border-color:var(--card-primary, #0a9aa3)!important;background:#eefafa!important}.card-drop-copy{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:12px;pointer-events:none}.card-drop-copy>span{width:44px;height:44px;display:grid;place-items:center;border-radius:11px;color:#087f88;background:#dff4f4;font-size:21px}.card-drop-copy>div{min-width:0;display:flex;flex-direction:column;gap:4px}.card-drop-copy strong{color:#263840;font-size:13px}.card-drop-copy small{color:#7b8c93;font-size:10px;line-height:1.55}.card-drop-copy em{padding:7px 11px;border:1px solid #b9dede;border-radius:7px;color:#28757b;background:#fff;font-size:10px;font-style:normal}.upload-preview-empty{min-height:92px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:#799097;pointer-events:none}.upload-preview-empty strong{color:#49636b;font-size:14px}.upload-preview-empty span{font-size:10px}.upload-preview-summary{min-height:44px;display:flex;align-items:center;gap:10px;margin-top:12px;padding:8px 11px;border:1px solid #cfe5df;border-radius:8px;color:#3a9a6d;background:#f4fbf7;pointer-events:none}.upload-preview-summary>.anticon{flex:0 0 auto;font-size:17px}.upload-preview-summary>span{min-width:0;display:flex;flex-direction:column;gap:2px}.upload-preview-summary strong{color:#315b4a;font-size:11px}.upload-preview-summary small{overflow:hidden;color:#6d857a;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.upload-preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(132px,1fr));gap:10px;margin-top:15px}.upload-preview-item{position:relative;min-width:0;overflow:hidden;border:1px solid #d6e5e7;border-radius:9px;background:#fff;box-shadow:0 2px 7px #2a51580d;cursor:default}.upload-preview-thumb,.upload-preview-file{width:100%;height:82px;display:flex;align-items:center;justify-content:center;background:#eef4f6}.upload-preview-thumb{object-fit:cover}.upload-preview-file{flex-direction:column;gap:5px;color:#5f7782}.upload-preview-file>.anticon{font-size:25px}.upload-preview-file b{font-size:9px;letter-spacing:.06em}.upload-preview-remove{position:absolute;top:6px;right:6px;width:23px;height:23px;display:grid;place-items:center;padding:0;border:1px solid rgba(53,69,75,.16);border-radius:50%;color:#34464d;background:#fffffff0;box-shadow:0 2px 8px #14252b1f;cursor:pointer;z-index:2}.upload-preview-remove:hover{color:#d84b45;border-color:#edb7b4;background:#fff7f6}.upload-preview-remove:disabled{display:none}.upload-preview-meta{min-width:0;display:flex;flex-direction:column;gap:3px;padding:8px 9px 9px}.upload-preview-meta strong{overflow:hidden;color:#3e535b;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.upload-preview-meta small{color:#3b9369;font-size:8px}.upload-preview-meta small .anticon{margin-right:3px}.funds-editor-window .card-recognition-dropzone .ant-upload-drag{min-height:154px}.funds-editor-window .card-recognition-dropzone.has-files .ant-upload-drag{min-height:210px}.funds-editor-window .upload-preview-grid{grid-template-columns:repeat(auto-fill,minmax(118px,1fr))}.trade-docs-editor .card-recognition-dropzone,.settlement-editor-window .card-recognition-dropzone{margin-inline:0}.generic-operation-editor .card-recognition-dropzone{margin-top:2px}.recycle-card-icon--warehouse{color:#d67522;background:#fff1e4}.recycle-bin-drawer .ant-drawer-body{display:flex;flex-direction:column;gap:14px;padding:16px;background:#f7f9fa}.recycle-bin-list{display:flex;flex-direction:column;gap:10px}.recycle-bin-item{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:11px;padding:13px;border:1px solid #dfe6e9;border-radius:10px;background:#fff}.recycle-card-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:10px;color:#68777f;background:#eef2f4;font-size:18px}.recycle-card-icon--logistics{color:#2f80ed;background:#eaf2ff}.recycle-bin-item>div{min-width:0;display:flex;flex-direction:column;gap:3px}.recycle-bin-item strong{overflow:hidden;color:#34444c;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.recycle-bin-item small,.recycle-bin-item p,.recycle-bin-item time{margin:0;overflow:hidden;color:#89969c;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.recycle-bin-item p{color:#6c7980}.recycle-bin-item .ant-btn{padding-inline:5px}.recycle-bin-empty{min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;color:#9aa4a9;text-align:center}.recycle-bin-empty>.anticon{width:58px;height:58px;display:grid;place-items:center;border-radius:50%;color:#a7b1b6;background:#edf1f3;font-size:24px}.recycle-bin-empty strong{color:#66757d;font-size:13px}.recycle-bin-empty span{max-width:270px;font-size:10px;line-height:1.7}.recycle-bin-note{margin-top:auto;display:flex;align-items:flex-start;gap:8px;padding:11px 12px;border:1px solid #eedcaf;border-radius:8px;color:#8e713b;background:#fffaf0;font-size:10px;line-height:1.6}.document-management-page{height:100%;display:grid;grid-template-columns:220px minmax(0,1fr);overflow:hidden;padding:0}.document-secondary-nav{min-width:0;overflow-y:auto;border-right:1px solid #dce7e9;background:#fff}.document-secondary-title{display:flex;flex-direction:column;gap:4px;padding:24px 20px 17px;border-bottom:1px solid #e3ecee}.document-secondary-title strong{color:#263b43;font-size:17px}.document-secondary-title small{color:#8a979d;font-size:9px}.document-secondary-nav nav{display:flex;flex-direction:column;gap:3px;padding:12px 10px}.document-secondary-nav nav button{width:100%;min-height:58px;display:grid;grid-template-columns:28px minmax(0,1fr) 16px;align-items:center;gap:9px;padding:9px 10px;border:0;border-radius:8px;color:#53666e;background:transparent;text-align:left;cursor:pointer}.document-secondary-nav nav button:hover{background:#f2f8f8}.document-secondary-nav nav button.active{color:#087d84;background:#e9f7f6;box-shadow:inset 3px 0 #0798a1}.document-secondary-nav nav button>.anticon:first-child{font-size:16px}.document-secondary-nav nav button>.anticon:last-child{justify-self:end;color:#a2adb1;font-size:9px}.document-secondary-nav nav button span{min-width:0;display:flex;flex-direction:column;gap:3px}.document-secondary-nav nav button strong{color:inherit;font-size:11px}.document-secondary-nav nav button small{overflow:hidden;color:#8c989d;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.document-management-content{min-width:0;overflow:auto;padding:28px 32px 40px}.document-page-heading{margin-bottom:14px}.document-page-heading .ant-tag{display:flex;align-items:center;gap:5px;padding:5px 9px}.document-category-placeholder{min-height:420px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;border:1px solid #d9e6e8;border-radius:12px;color:#839198;background:#fff;text-align:center}.document-category-placeholder>span{width:58px;height:58px;display:grid;place-items:center;border-radius:14px;color:#25858b;background:#eaf7f6;font-size:24px}.document-category-placeholder strong{color:#3c535b;font-size:16px}.document-category-placeholder p{margin:0;font-size:11px}.document-category-placeholder small{max-width:420px;font-size:9px;line-height:1.7}.warehouse-monthly-ledger{overflow:hidden;border:1px solid #d6e5e7;border-radius:12px;background:#fff}.warehouse-monthly-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:17px 20px;border-bottom:1px solid #dce7e9}.warehouse-monthly-heading h2{margin:0 0 4px;color:#2d444c;font-size:17px}.warehouse-monthly-heading p{margin:0;color:#819097;font-size:10px}.warehouse-monthly-heading>span{color:#577078;font-size:10px}.warehouse-monthly-table{width:100%}.warehouse-monthly-row{min-height:56px;display:grid;grid-template-columns:120px minmax(200px,1.2fr) 120px 150px 120px 100px;align-items:center;gap:12px;padding:8px 18px;border-top:1px solid #e5edef;color:#4b5e65;font-size:11px}.warehouse-monthly-row.is-head{min-height:38px;border-top:0;color:#78878e;background:#f4f8f9;font-size:9px}.warehouse-monthly-row.is-focused{background:#eff9f8;box-shadow:inset 3px 0 #0798a1}.warehouse-monthly-row>strong{color:#294b53}.warehouse-monthly-row .ant-btn{justify-self:start;padding-inline:0}.warehouse-monthly-expanded{padding:12px 18px 16px;border-top:1px solid #d9e8ea;background:#fbfdfd}.warehouse-monthly-documents{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden;border:1px solid #d6e5e7;border-radius:9px;background:#fff}.warehouse-monthly-document-item{min-width:0;display:grid;grid-template-columns:32px minmax(0,1fr);grid-template-rows:auto auto;align-items:center;gap:8px 10px;padding:11px 12px 12px;border-left:1px solid #e3ecee}.warehouse-monthly-document-item:first-child{border-left:0}.warehouse-monthly-document-icon{width:32px;height:32px;display:grid;place-items:center;border-radius:7px;color:#27858b;background:#eaf7f6}.warehouse-monthly-document-copy{min-width:0;display:flex;flex-direction:column;gap:3px}.warehouse-monthly-documents strong{color:#344b53;font-size:10px}.warehouse-monthly-documents small{overflow:hidden;color:#849298;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.warehouse-monthly-document-item>.compact-drop-upload.ant-upload-wrapper.is-inline{grid-column:1 / -1;width:100%;min-width:0}.warehouse-monthly-document-item>.compact-drop-upload.ant-upload-wrapper.is-inline .ant-upload-drag{width:100%;min-height:42px;box-sizing:border-box}.warehouse-monthly-document-item>.compact-drop-upload.ant-upload-wrapper.is-inline .ant-upload{min-width:0;justify-content:center}.upload-preview-item{cursor:pointer}.upload-preview-item:focus-visible{outline:2px solid #0798a1;outline-offset:2px}.compact-drop-upload .ant-upload{position:relative}.compact-upload-preview{position:absolute;top:3px;right:3px;z-index:3;width:24px;height:24px;display:grid;place-items:center;padding:0;color:#087f87;border:1px solid #b8dfe1;border-radius:5px;background:#fffffff0;cursor:pointer}.compact-upload-preview:hover{color:#fff;border-color:#0798a1;background:#0798a1}.compact-drop-upload.is-inline .compact-upload-preview{top:1px;right:1px;width:20px;height:20px;border:0;background:transparent}.compact-drop-upload.is-inline .compact-upload-preview:hover{color:#0798a1;background:#e9f7f7}.attachment-preview-modal .ant-modal-content{overflow:hidden;padding:0;border-radius:12px}.attachment-preview-modal .ant-modal-header{margin:0;padding:16px 20px;border-bottom:1px solid #e5ebed}.attachment-preview-modal .ant-modal-body{padding:0;background:#eef3f4}.attachment-preview-modal .ant-modal-footer{margin:0;padding:12px 18px;border-top:1px solid #e2e8ea;background:#fff}.attachment-preview-title{min-width:0;display:flex;align-items:center;gap:11px;padding-right:32px}.attachment-preview-title>.anticon{flex:0 0 auto;color:#0798a1;font-size:20px}.attachment-preview-title>span{min-width:0;display:flex;flex-direction:column;gap:2px}.attachment-preview-title strong{overflow:hidden;color:#263841;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.attachment-preview-title small{color:#849299;font-size:10px;font-weight:400}.attachment-preview-toolbar{height:42px;display:flex;align-items:center;justify-content:center;gap:8px;border-bottom:1px solid #dfe7e9;background:#fff}.attachment-preview-toolbar .ant-btn{width:32px;height:30px;padding:0}.attachment-preview-toolbar span{min-width:48px;color:#53656d;font-size:11px;text-align:center}.attachment-preview-body{min-height:440px;height:min(70vh,760px);display:flex;align-items:center;justify-content:center}.attachment-preview-body.is-pdf{background:#dfe5e7}.attachment-image-stage{width:100%;height:100%;overflow:auto;display:flex;align-items:center;justify-content:center;padding:28px;box-sizing:border-box}.attachment-image-stage img{max-width:100%;max-height:100%;object-fit:contain;transform-origin:center;transition:transform .16s ease;box-shadow:0 8px 28px #25394129}.attachment-document-frame{width:100%;height:100%;border:0;background:#fff}.attachment-media-preview{max-width:100%;max-height:100%;background:#111}.attachment-audio-preview{width:min(620px,88%);padding:32px;border-radius:12px;background:#fff;box-shadow:0 8px 30px #283f481a}.attachment-audio-preview audio{width:100%}.attachment-preview-loading,.attachment-preview-empty{color:#667880;font-size:13px}.attachment-preview-unavailable{max-width:520px;display:flex;flex-direction:column;align-items:center;gap:10px;padding:38px;color:#71828a;text-align:center}.attachment-preview-unavailable>.anticon{color:#0a959d;font-size:46px}.attachment-preview-unavailable strong{color:#334850;font-size:16px}.attachment-preview-unavailable span{line-height:1.7;font-size:12px}.attachment-text-preview{width:100%;height:100%;overflow:auto;box-sizing:border-box;margin:0;padding:28px 34px;color:#263841;font:12px/1.85 PingFang SC,Microsoft YaHei,sans-serif;white-space:pre-wrap;background:#fff}.attachment-sheet-preview{width:100%;height:100%;min-width:0;display:flex;flex-direction:column;background:#fff}.attachment-sheet-tabs{flex:0 0 auto;display:flex;gap:4px;padding:8px 12px;overflow-x:auto;border-bottom:1px solid #dfe7e9;background:#f7f9fa}.attachment-sheet-tabs button{padding:5px 12px;color:#52656d;border:1px solid transparent;border-radius:5px;background:transparent;cursor:pointer}.attachment-sheet-tabs button.active{color:#087f87;border-color:#b9dfe1;background:#eaf8f8}.attachment-sheet-scroll{flex:1;overflow:auto}.attachment-sheet-scroll table{border-collapse:collapse;min-width:100%}.attachment-sheet-scroll td{min-width:96px;max-width:280px;padding:7px 9px;overflow:hidden;color:#3f5159;font-size:10px;text-overflow:ellipsis;white-space:nowrap;border:1px solid #dde5e7}.attachment-sheet-scroll tr:first-child td{position:sticky;top:0;z-index:1;color:#253840;font-weight:600;background:#edf4f5}.attachment-preview-footer{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px}.attachment-preview-footer>span{color:#829198;font-size:10px}.attachment-preview-footer>div{display:flex;gap:8px}@media(max-width:720px){.attachment-preview-modal{max-width:calc(100vw - 16px);margin:8px auto}.attachment-preview-body{min-height:360px;height:68vh}.attachment-preview-footer>span{display:none}.attachment-preview-footer{justify-content:flex-end}.attachment-image-stage{padding:12px}}.warehouse-monthly-allocation{margin-top:10px;overflow:hidden;border:1px solid #dce8ea;border-radius:8px;background:#fff}.warehouse-monthly-allocation-head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:9px 12px;border-bottom:1px solid #e4ecee;color:#6d7f86;font-size:9px;background:#f5f9f9}.warehouse-monthly-allocation-head strong{color:#37535b;font-size:10px}.warehouse-monthly-allocation-row{min-height:48px;display:grid;grid-template-columns:minmax(230px,1.5fr) repeat(3,130px) 140px 70px;align-items:center;gap:10px;padding:7px 12px;border-top:1px solid #edf2f3;color:#64757c;font-size:9px}.warehouse-monthly-allocation-row:first-of-type{border-top:0}.warehouse-monthly-allocation-row>div{min-width:0;display:flex;flex-direction:column;gap:2px}.warehouse-monthly-allocation-row>div strong{overflow:hidden;color:#354c54;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.warehouse-monthly-allocation-row small{color:#929da2;font-size:8px}.warehouse-monthly-allocation-row>strong{color:#216b70;font-size:11px}.warehouse-monthly-allocation-row .ant-btn{padding-inline:0}.warehouse-monthly-empty{padding:60px 20px;color:#8b989e;text-align:center;font-size:11px}@media(max-width:1280px){.logistics-editor-window,.warehouse-editor-window{width:calc(100% - 196px)}.logistics-overview,.warehouse-overview{grid-template-columns:1fr}.logistics-vehicle-ledger{overflow-x:auto}.logistics-vehicle-table{min-width:1120px;overflow:hidden}.logistics-vehicle-total{min-width:1120px}.warehouse-vehicle-table{overflow-x:auto}.warehouse-vehicle-row,.warehouse-vehicle-total{min-width:760px}.warehouse-monthly-table{overflow-x:auto}.warehouse-monthly-row{min-width:960px}.warehouse-monthly-documents{grid-template-columns:1fr}.warehouse-monthly-document-item{border-left:0;border-top:1px solid #e3ecee}.warehouse-monthly-document-item:first-child{border-top:0}.warehouse-monthly-allocation{overflow-x:auto}.warehouse-monthly-allocation-row{min-width:1050px}}@media(max-width:900px){.document-management-page{grid-template-columns:176px minmax(0,1fr)}.document-secondary-title{padding-inline:14px}.document-secondary-nav nav{padding-inline:7px}.document-management-content{padding:22px 18px 34px}}.settings-page{padding:34px 42px 70px;overflow:auto;background:#f5f9fa}.settings-page-heading{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:24px}.settings-page-heading h1{margin:0 0 8px;font-size:32px;color:#1d2c34}.settings-page-heading p{margin:0;color:#788891}.settings-card{max-width:1180px;margin-bottom:22px;padding:26px 30px;border:1px solid #dbe6e9;border-radius:16px;background:#fff;box-shadow:0 8px 24px #2a4d570d}.settings-card-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.settings-card-title h2{margin:0 0 5px;font-size:20px;color:#253740}.settings-card-title p{margin:0;color:#829099}.settings-card-title>.anticon{padding:12px;border-radius:12px;color:#0798a1;background:#eaf7f7;font-size:22px}.settings-inline-form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) auto;gap:16px;align-items:end}.settings-inline-form .ant-form-item{margin:0}.settings-form-action .ant-btn{min-width:132px;height:40px}.account-create-form{grid-template-columns:minmax(220px,1fr) minmax(220px,1fr) auto;max-width:830px}.issued-credential{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:22px 0;padding:16px 18px;border:1px solid #f0d8b7;border-radius:12px;background:#fff9ef}.issued-credential>div{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.issued-credential code{padding:5px 10px;border-radius:7px;color:#9b520f;background:#fff;font-size:16px}.issued-credential span{color:#987555;font-size:13px}.account-list-head,.account-list-row{display:grid;grid-template-columns:minmax(260px,1fr) 130px 100px 220px;align-items:center;gap:16px}.account-list-head{padding:12px 16px;border-radius:9px 9px 0 0;color:#75868f;background:#f3f7f8;font-size:13px}.account-list-row{min-height:68px;padding:10px 16px;border-bottom:1px solid #e7edef}.account-list-row>div:first-child{display:flex;flex-direction:column;gap:4px}.account-list-row>div:first-child span{color:#88969d;font-size:13px}.account-list-row>div:last-child{display:flex;justify-content:flex-start}.account-list.is-loading{opacity:.55;pointer-events:none}.account-readonly-card{display:flex;align-items:center;gap:16px}.account-readonly-card>.anticon{color:#0798a1;font-size:30px}.account-readonly-card h2{margin:0 0 5px;font-size:19px}.account-readonly-card p{margin:0;color:#829099}.topbar-user{min-width:128px;height:48px;padding:4px 7px 4px 5px;border-radius:8px}.topbar-user:hover{background:#f0f8f8!important}.topbar-user .avatar{flex:0 0 auto}.topbar-user>.topbar-user-copy{max-width:112px;display:flex;flex-direction:column;align-items:flex-start;gap:1px;overflow:hidden;line-height:1.2}.topbar-user-copy strong,.topbar-user-copy small{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar-user-copy strong{color:#34464e;font-size:12px;font-weight:600}.topbar-user-copy small{color:#8a989e;font-size:9px}.account-management-page{min-height:100%;padding:30px 36px 64px}.account-management-page .settings-page-heading{max-width:1320px;margin-bottom:18px}.account-management-page .settings-page-heading h1{font-size:28px}.account-management-page .settings-page-heading p{font-size:12px}.settings-heading-actions{display:flex;align-items:center;gap:10px}.settings-heading-actions .ant-btn{height:40px;padding-inline:17px;border-radius:8px}.account-stat-strip{max-width:1320px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:16px;overflow:hidden;border:1px solid #dce7e9;border-radius:12px;background:#fff}.account-stat-strip>div{display:flex;flex-direction:column;gap:5px;padding:15px 20px;border-left:1px solid #e6edef}.account-stat-strip>div:first-child{border-left:0}.account-stat-strip span{color:#849299;font-size:10px}.account-stat-strip strong{color:#284149;font-size:22px;font-weight:650}.account-settings-card{max-width:1320px;padding:0;overflow:hidden;border-radius:12px;box-shadow:none}.account-section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:20px 22px 14px}.account-section-heading h2{margin:0 0 4px;color:#263b43;font-size:17px}.account-section-heading p{margin:0;color:#839198;font-size:10px}.account-section-heading>span{color:#7b8b92;font-size:10px}.account-filter-bar{display:grid;grid-template-columns:minmax(260px,1fr) 180px 140px;gap:10px;padding:0 22px 18px}.account-filter-bar .ant-input-affix-wrapper,.account-filter-bar .ant-select-selector{min-height:38px!important;border-radius:7px!important}.account-settings-card .issued-credential{margin:0 22px 18px;padding:11px 13px;border-radius:8px}.account-settings-card .issued-credential strong{color:#4d3b29}.account-settings-card .issued-credential code{padding:3px 8px;font-size:13px}.account-settings-card .issued-credential span{font-size:10px}.account-management-page .account-list-head,.account-management-page .account-list-row{grid-template-columns:minmax(220px,1.1fr) minmax(270px,1.55fr) 168px 82px 116px;gap:14px;padding-inline:22px}.account-management-page .account-list-head{min-height:38px;padding-block:10px;border-radius:0;border-top:1px solid #e4ecee;border-bottom:1px solid #e4ecee;background:#f4f8f9;font-size:10px}.account-management-page .account-list-row{min-height:70px;padding-block:11px}.account-management-page .account-list-row:hover{background:#fbfdfd}.account-management-page .account-list-row .account-user-cell{min-width:0;display:flex!important;flex-direction:row!important;align-items:center;gap:11px}.account-user-avatar{width:36px;height:36px;flex:0 0 auto;display:grid;place-items:center;border-radius:9px;color:#087f87;background:#e8f6f6;font-size:14px;font-weight:650}.account-user-cell>div{min-width:0;display:flex;flex-direction:column;gap:3px}.account-user-cell strong,.account-user-cell span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-user-cell strong{color:#30454d;font-size:12px}.account-management-page .account-user-cell>div>span{color:#89969c;font-size:9px}.account-role-cell{min-width:0;display:flex;align-items:center;gap:9px}.account-role-cell .ant-tag{flex:0 0 auto;margin:0}.account-role-cell>span{overflow:hidden;color:#77878e;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.account-login-time{color:#697b82;font-size:10px}.account-status-tag{width:fit-content;margin:0}.account-actions{display:flex;align-items:center;gap:2px}.account-actions .ant-btn-link{padding-inline:4px}.account-list-empty{min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#8c999f}.account-list-empty>.anticon{font-size:26px}.account-list-empty span{font-size:11px}.account-modal-title{display:flex;flex-direction:column;gap:3px}.account-modal-title strong{color:#263940;font-size:17px}.account-modal-title small{color:#86949a;font-size:10px;font-weight:400}.account-editor-modal .ant-modal-content,.personal-settings-modal .ant-modal-content{padding:0;overflow:hidden;border-radius:13px}.account-editor-modal .ant-modal-header,.personal-settings-modal .ant-modal-header{margin:0;padding:19px 22px 16px;border-bottom:1px solid #e5ecee}.account-editor-modal .ant-modal-close,.personal-settings-modal .ant-modal-close{top:17px}.account-editor-form{padding:20px 22px 22px}.account-editor-form .ant-form-item{margin-bottom:16px}.account-editor-form .ant-input,.account-editor-form .ant-input-affix-wrapper,.account-editor-form .ant-select-selector{min-height:40px!important;border-radius:7px!important}.account-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.role-permission-preview{margin:-2px 0 18px;padding:13px 14px;border:1px solid #cfe5e6;border-radius:8px;background:#f2f9f9}.role-permission-preview>div{display:flex;align-items:center;gap:7px;margin-bottom:9px}.role-permission-preview>div>span{color:#60757c;font-size:10px}.role-permission-preview section{display:flex;flex-wrap:wrap;gap:8px 14px}.role-permission-preview section span{display:inline-flex;align-items:center;gap:5px;color:#4d6870;font-size:10px}.role-permission-preview section .anticon{color:#299b72}.external-module-form-item{margin-top:2px}.external-module-checkbox-group{width:100%}.external-module-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.external-module-grid .ant-checkbox-wrapper{min-width:0;display:flex;align-items:center;gap:10px;margin:0;padding:11px 12px;border:1px solid #dce7e9;border-radius:8px;background:#fff;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}.external-module-grid .ant-checkbox-wrapper:hover{border-color:#7dc7cb}.external-module-grid .ant-checkbox-wrapper.is-checked{border-color:#58bbc1;background:#eff9f9;box-shadow:inset 0 0 0 1px #0798a10d}.external-module-grid .ant-checkbox{flex:0 0 auto}.external-module-grid .ant-checkbox+span{min-width:0;flex:1;padding-inline-start:0}.external-module-option{min-width:0;display:flex;align-items:center;gap:9px}.external-module-option>.anticon{flex:0 0 auto;color:#14959d;font-size:17px}.external-module-option>span{min-width:0;display:flex;flex-direction:column;gap:2px}.external-module-option strong{color:#314951;font-size:11px}.external-module-option small{color:#8a989e;font-size:9px}.external-access-empty{min-height:calc(100vh - 64px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.external-access-empty>.anticon{margin-bottom:18px;padding:18px;border-radius:16px;color:#0798a1;background:#eaf7f7;font-size:34px}.external-access-empty h1{margin:0 0 8px;color:#263d45;font-size:26px}.external-access-empty p{max-width:520px;margin:0 0 20px;color:#7d8e95;line-height:1.8}.account-modal-actions,.personal-modal-actions{display:flex;justify-content:flex-end;gap:9px;padding-top:2px}.account-modal-actions .ant-btn,.personal-modal-actions .ant-btn{min-width:94px;height:38px}.personal-modal-title{display:flex;align-items:center;gap:11px}.personal-avatar{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;color:#fff;background:#0798a1;font-size:15px}.personal-modal-title>div{display:flex;flex-direction:column;gap:2px}.personal-modal-title strong{color:#273b43;font-size:16px}.personal-modal-title small{color:#87959b;font-size:10px;font-weight:400}.personal-settings-modal .ant-modal-body{padding:20px 22px 22px}.personal-account-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden;margin-bottom:14px;border:1px solid #dce7e9;border-radius:9px}.personal-account-summary>div{min-width:0;display:flex;flex-direction:column;gap:5px;padding:12px 13px;border-left:1px solid #e4ecee}.personal-account-summary>div:first-child{border-left:0}.personal-account-summary span{color:#89969c;font-size:9px}.personal-account-summary strong{overflow:hidden;color:#344b53;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.personal-account-summary .ant-tag{width:fit-content;margin:0}.personal-permission-line{display:flex;align-items:flex-start;gap:14px;padding:12px 13px;border-radius:8px;background:#f4f8f9}.personal-permission-line>strong{flex:0 0 auto;color:#51666e;font-size:10px}.personal-permission-line>div{display:flex;flex-wrap:wrap;gap:5px}.personal-permission-line .ant-tag{margin:0}.personal-password-form{margin-top:18px;padding-top:16px;border-top:1px solid #e6edef}.personal-password-form h3{margin:0 0 14px;color:#2b424a;font-size:14px}.personal-password-form .ant-form-item{margin-bottom:14px}.personal-password-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.personal-password-form .ant-input-affix-wrapper{min-height:39px;border-radius:7px}.account-readonly-card{max-width:860px}.account-readonly-card .ant-btn{margin-left:auto}.report-center-page{min-height:calc(100vh - 64px);padding:28px 28px 28px 12px;background:#f4f8f9}.report-page-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:20px}.report-page-heading h1{margin:0 0 6px;color:#20353e;font-size:28px}.report-page-heading p{margin:0;color:#819197;font-size:12px}.report-layout{min-height:640px;display:grid;grid-template-columns:240px minmax(0,1fr);overflow:hidden;border:1px solid #dce7e9;border-radius:14px;background:#fff;box-shadow:0 10px 34px #2d4e560f}.report-layout.is-external-readonly{grid-template-columns:minmax(0,1fr)}.report-submenu{padding:18px 14px;border-right:1px solid #e2eaec;background:#f8fbfb}.report-submenu-title{padding:2px 12px 14px;color:#8a9a9f;font-size:12px;letter-spacing:.06em}.report-menu-group{margin-bottom:8px;border-radius:10px}.report-menu-group.is-expanded,.report-menu-group.is-active{background:#fff}.report-menu-group.is-expanded .report-menu-group-trigger,.report-menu-group.is-active .report-menu-group-trigger{background:#f0f7f7}.report-submenu button{border:0;font:inherit;cursor:pointer}.report-menu-group-trigger,.report-menu-direct{width:100%;min-height:56px;display:grid;grid-template-columns:30px minmax(0,1fr) 16px;align-items:center;gap:10px;padding:12px;border-radius:10px;color:#4f6871;background:transparent;text-align:left}.report-menu-group-trigger:hover,.report-menu-direct:hover{color:#087f87;background:#eaf5f5}.report-menu-group-trigger>.anticon:first-child,.report-menu-direct>.anticon:first-child{font-size:21px}.report-menu-group-trigger>.anticon:last-child{font-size:12px;transition:transform .18s ease}.report-menu-group.is-expanded .report-menu-group-trigger>.anticon:last-child{transform:rotate(180deg)}.report-submenu strong{overflow:hidden;color:inherit;font-size:15px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.report-menu-children{padding:6px 8px 10px 43px;border-radius:0 0 10px 10px;background:#fff}.report-menu-children button{position:relative;width:100%;display:block;padding:9px 8px 9px 14px;border-radius:7px;color:#71848b;background:transparent;text-align:left}.report-menu-children button:before{position:absolute;top:50%;left:2px;width:4px;height:4px;border-radius:50%;background:#b8c5c9;content:"";transform:translateY(-50%)}.report-menu-children button:hover{color:#087f87;background:#e7f3f3}.report-menu-children button.active{color:#087f87;background:#dff1f1;font-weight:600}.report-menu-children button.active:before{background:#0a9aa3}.report-menu-children span{display:block;overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.report-menu-direct{margin-top:8px}.report-menu-direct.active{color:#087f87;background:#dff2f2}.report-content{min-width:0;padding:22px}.report-placeholder{min-height:420px;display:flex;align-items:center;justify-content:center;gap:16px;color:#829299}.report-placeholder>.anticon{padding:18px;border-radius:14px;color:#0a9aa3;background:#edf8f8;font-size:30px}.report-placeholder h2{margin:0 0 6px;color:#304750}.report-placeholder p{margin:0}.report-leaf-placeholder>div{max-width:520px}.report-leaf-placeholder small{display:block;margin-bottom:4px;color:#0a929a;font-size:10px}.report-leaf-placeholder span{display:block;margin-top:16px;color:#a0adb2;font-size:10px}.business-funds-report{min-width:0}.business-funds-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:16px}.business-funds-heading small{display:block;margin-bottom:3px;color:#0a929a;font-size:10px}.business-funds-heading h2{margin:0 0 5px;color:#2a414a;font-size:22px}.business-funds-heading p{margin:0;color:#819197;font-size:11px}.business-funds-heading .ant-tag{margin:3px 0 0}.business-funds-summary{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));overflow:hidden;margin-bottom:14px;border:1px solid #dce7e9;border-radius:10px;background:#fff}.business-funds-summary>div{min-width:0;display:flex;flex-direction:column;gap:5px;padding:13px 14px;border-left:1px solid #e4ecee}.business-funds-summary>div:first-child{border-left:0}.business-funds-summary span,.business-funds-summary small{color:#87969c;font-size:9px}.business-funds-summary strong{overflow:hidden;color:#29434b;font-size:15px;text-overflow:ellipsis;white-space:nowrap}.business-funds-summary .is-received{background:#eff9f6}.business-funds-summary .is-received strong{color:#168a63}.business-funds-summary .is-paid{background:#fff8f1}.business-funds-summary .is-paid strong{color:#c96c25}.business-funds-toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px 14px;margin-bottom:10px;padding:11px 12px;border:1px solid #dce7e9;border-radius:9px;background:#f8fbfb}.business-funds-toolbar>div{display:flex;align-items:center;gap:12px}.business-funds-toolbar>div>span{color:#74878e;font-size:10px}.business-funds-toolbar .business-funds-filter-fields{min-width:0;flex:1 1 620px;justify-content:flex-start;flex-wrap:wrap}.business-funds-filter-fields>.ant-input-affix-wrapper{width:min(390px,32vw)}.business-report-date-range{display:flex;align-items:center;flex:none;gap:7px}.business-report-date-range>span{color:#6f838a;font-size:10px;white-space:nowrap}.business-report-date-range>.ant-input{width:132px}.business-report-date-range>em{color:#8b999e;font-size:10px;font-style:normal}.business-funds-toolbar .business-funds-toolbar-actions{flex:none;justify-content:flex-end;gap:8px}.business-funds-toolbar .ant-btn-text{height:auto;padding:3px 5px;color:#73868d;font-size:10px}.business-funds-toolbar .ant-btn-primary,.business-funds-toolbar .ant-btn-primary span,.business-funds-toolbar .ant-btn-primary .anticon{color:#fff}.business-funds-toolbar .ant-btn-primary{font-weight:600}.business-funds-selection-statistic{display:flex;align-items:center;flex-wrap:wrap;gap:7px 0;margin:-2px 2px 10px;padding:6px 8px 9px;border-bottom:1px solid #e3eaec;color:#7d8c92;font-size:9px}.business-funds-statistic-scope,.business-funds-statistic-item{min-width:0;display:flex;align-items:center;flex:none;gap:5px;white-space:nowrap}.business-funds-statistic-scope{margin-right:8px}.business-funds-statistic-scope strong{color:#26383f;font-size:9px;font-weight:700}.business-funds-statistic-scope span,.business-funds-statistic-item span,.business-funds-statistic-item small{color:#88979c;font-size:9px}.business-funds-statistic-item strong{color:#26383f;font-size:9px;font-weight:600}.business-funds-statistic-item+.business-funds-statistic-item:before{width:1px;height:11px;margin:0 7px;background:#d9e1e3;content:""}.business-funds-rule{display:flex;align-items:flex-start;gap:8px;margin:0 2px 12px;color:#74878e;font-size:10px;line-height:1.55}.business-funds-rule>.anticon{flex:none;margin-top:2px;color:#0a929a}.business-funds-rule strong{margin-right:6px;color:#3d565f}.business-funds-table-wrap{position:relative;max-height:560px;overflow:auto;border:1px solid #d8e4e7;border-radius:10px;background:#fff}.business-funds-table{width:100%;min-width:1874px;border-spacing:0;border-collapse:separate;color:#50666e;table-layout:fixed}.business-funds-table col.is-index{width:54px}.business-funds-table col.is-business{width:220px}.business-funds-table col.is-contract{width:210px}.business-funds-table col.is-money{width:155px}.business-funds-table col.is-tonnage{width:132px}.business-funds-table th,.business-funds-table td{min-width:0;padding:10px 12px;border-right:1px solid #e5ecee;border-top:1px solid #e5ecee;text-align:left;vertical-align:middle}.business-funds-table tr>*:last-child{border-right:0}.business-funds-table thead th{position:sticky;z-index:3;color:#6d8188;background:#f2f6f7;font-size:10px;font-weight:600;text-align:center}.business-funds-table thead tr:first-child th{top:0;border-top:0}.business-funds-table thead tr:nth-child(2) th{top:38px}.business-funds-table thead tr:first-child th:not(:first-child){color:#3f5a63;font-size:11px}.business-funds-table thead tr:first-child th:first-child{left:0;z-index:6}.business-funds-table thead tr:first-child th:nth-child(2){left:54px;z-index:5;text-align:left}.business-funds-select-head{display:flex;align-items:center;gap:10px}.business-funds-select-head .ant-checkbox-wrapper{flex:none}.business-funds-table tbody tr:first-child td{border-top:1px solid #dce7e9}.business-funds-table tbody tr:hover td{background:#f8fbfb}.business-funds-table tbody td:first-child{position:sticky;left:0;z-index:3;background:#fff}.business-funds-table tbody td:nth-child(2){position:sticky;left:54px;z-index:2;background:#fff}.business-funds-table tbody tr:hover td:first-child,.business-funds-table tbody tr:hover td:nth-child(2){background:#f8fbfb}.report-index-head,.report-index-cell{padding-inline:8px!important;text-align:center!important}.report-index-cell{color:#7d8d93;font-size:10px;font-variant-numeric:tabular-nums}.business-funds-table td strong{display:block;overflow:hidden;color:#30464e;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.business-funds-table td small{display:block;overflow:hidden;margin-top:4px;color:#8b999e;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.business-funds-table .business-funds-name{display:flex;align-items:center;gap:10px}.business-funds-table .business-funds-name>.ant-checkbox-wrapper{flex:none}.business-funds-table .business-funds-name>div{min-width:0}.business-funds-table .business-funds-name strong{font-size:12px}.business-funds-table .business-funds-contract strong{overflow-wrap:anywhere;white-space:normal}.business-funds-table .business-funds-number{text-align:right}.business-funds-table .business-funds-number.is-received strong{color:#168a63}.business-funds-table .business-funds-number.is-paid strong{color:#c96c25}.business-funds-table .is-pending strong{color:#c37a35;font-weight:500}.business-funds-table tfoot td{position:sticky;bottom:0;z-index:3;color:#2f4a53;background:#edf5f5;font-size:10px;font-weight:700;text-align:right;white-space:nowrap}.business-funds-table tfoot td:first-child{z-index:4;background:#e7f2f2;text-align:left}.business-funds-empty{min-width:1874px;padding:52px 20px;border-top:1px solid #e5ecee;color:#91a0a5;text-align:center}.advance-report-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;margin-bottom:14px;border:1px solid #dce7e9;border-radius:10px;background:#fff}.advance-report-summary>div{min-width:0;display:flex;flex-direction:column;gap:5px;padding:14px 16px;border-left:1px solid #e4ecee}.advance-report-summary>div:first-child{border-left:0}.advance-report-summary span,.advance-report-summary small{color:#829299;font-size:9px}.advance-report-summary strong{overflow:hidden;color:#29434b;font-size:16px;text-overflow:ellipsis;white-space:nowrap}.advance-report-summary .is-advance{background:#fff8f1}.advance-report-summary .is-advance strong{color:#c96c25}.advance-report-summary .is-repayment{background:#f1f9f5}.advance-report-summary .is-repayment strong{color:#168a63}.advance-report-summary .is-current{background:#fffaf5}.advance-report-summary .is-current strong{color:#a9591e}.advance-report-summary .is-cargo{background:#f3f9fa}.advance-report-summary .is-cargo strong{color:#176f78}.advance-report-table-wrap{position:relative;max-height:560px;overflow:auto;border:1px solid #d8e4e7;border-radius:10px;background:#fff}.advance-report-table{width:100%;min-width:1094px;border-spacing:0;border-collapse:separate;color:#50666e;table-layout:fixed}.advance-report-table col.is-index{width:54px}.advance-report-table col.is-business{width:285px}.advance-report-table col.is-cargo{width:170px}.advance-report-table col.is-subjects{width:135px}.advance-report-table col.is-money{width:165px}.advance-report-table th,.advance-report-table td{min-width:0;padding:12px 14px;border-right:1px solid #e5ecee;border-top:1px solid #e5ecee;vertical-align:middle}.advance-report-table tr>*:last-child{border-right:0}.advance-report-table thead th{position:sticky;top:0;z-index:3;border-top:0;color:#657a82;background:#f2f6f7;font-size:10px;font-weight:600;text-align:center}.advance-report-table thead th:first-child{left:0;z-index:6}.advance-report-table thead th:nth-child(2){left:54px;z-index:5;text-align:left}.advance-report-table tbody tr:hover td{background:#f8fbfb}.advance-report-table tbody td:first-child{position:sticky;left:0;z-index:3;background:#fff}.advance-report-table tbody td:nth-child(2){position:sticky;left:54px;z-index:2;background:#fff}.advance-report-table tbody tr:hover td:first-child,.advance-report-table tbody tr:hover td:nth-child(2){background:#f8fbfb}.advance-report-business{display:flex;align-items:center;gap:11px}.advance-report-business>.ant-checkbox-wrapper{flex:none}.advance-report-business>div{min-width:0}.advance-report-business strong{display:block;overflow:hidden;color:#30464e;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.advance-report-business small,.advance-report-money small{display:block;overflow:hidden;margin-top:4px;color:#8b999e;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.advance-report-money{text-align:right}.advance-report-money strong{display:block;color:#30464e;font-size:12px;white-space:nowrap}.advance-report-money.is-cargo strong{color:#176f78}.advance-report-money.is-advance strong{color:#c96c25}.advance-report-money.is-repayment strong{color:#168a63}.advance-report-money.is-current strong{color:#526a72}.advance-report-money.is-current.has-balance strong{color:#a9591e}.advance-report-subjects{text-align:center}.advance-report-subjects .ant-btn-link{height:auto;display:inline-flex;align-items:baseline;gap:5px;padding:3px 6px;color:#078b94}.advance-report-subjects .ant-btn-link strong{color:#078b94;font-size:16px}.advance-report-subjects .ant-btn-link span{font-size:10px}.advance-report-subjects .ant-btn-link .anticon{font-size:8px}.advance-report-no-subject{color:#98a5a9;font-size:10px}.advance-report-empty{min-width:1094px;padding:52px 20px;border-top:1px solid #e5ecee;color:#91a0a5;text-align:center}.advance-subject-popover{width:440px;max-width:calc(100vw - 56px)}.advance-subject-popover-intro{margin:0 0 8px;padding:8px 10px;border-radius:7px;color:#6e8188;background:#f3f7f8;font-size:10px;line-height:1.55}.advance-subject-popover-row{display:grid;grid-template-columns:8px minmax(0,1fr) auto;align-items:center;gap:9px;padding:10px 4px;border-top:1px solid #e6ecee}.advance-subject-popover-row:first-of-type{border-top:0}.advance-subject-dot{width:8px;height:8px;border-radius:50%;background:#e8842e;box-shadow:0 0 0 3px #fff0df}.advance-subject-popover-row>div{min-width:0}.advance-subject-popover-row>div strong{display:block;overflow:hidden;color:#30464e;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.advance-subject-popover-row small{display:block;margin-top:3px;color:#839399;font-size:9px}.advance-subject-popover-row>span:last-child{display:flex;align-items:flex-end;flex-direction:column}.advance-subject-popover-row>span:last-child b{color:#a9591e;font-size:12px;white-space:nowrap}.advance-subject-popover-total{display:flex;align-items:center;justify-content:space-between;margin-top:5px;padding:10px 11px;border-radius:7px;color:#5d747c;background:#fff7ef;font-size:10px}.advance-subject-popover-total strong{color:#a9591e;font-size:13px}.fund-cost-heading{align-items:flex-start}.fund-cost-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;margin-bottom:14px;border:1px solid #dce7e9;border-radius:10px;background:#fff}.fund-cost-summary>div{min-width:0;display:flex;flex-direction:column;gap:5px;padding:14px 16px;border-left:1px solid #e4ecee}.fund-cost-summary>div:first-child{border-left:0}.fund-cost-summary span,.fund-cost-summary small{color:#829299;font-size:9px}.fund-cost-summary strong{overflow:hidden;color:#29434b;font-size:16px;text-overflow:ellipsis;white-space:nowrap}.fund-cost-summary .is-occupied{background:#fff8f1}.fund-cost-summary .is-occupied strong{color:#b66325}.fund-cost-summary .is-cost{background:#f1f9f5}.fund-cost-summary .is-cost strong{color:#168a63}.fund-cost-table{overflow-x:auto;border:1px solid #dce7e9;border-radius:10px;background:#fff}.fund-cost-parent-row{min-width:1320px;display:grid;grid-template-columns:64px minmax(200px,.95fr) minmax(180px,.82fr) minmax(160px,.72fr) 185px minmax(165px,.72fr) 130px 145px;align-items:center;min-height:78px;border-top:1px solid #e3eaec;color:#536970;font-size:12px}.fund-cost-parent-row:first-child{border-top:0}.fund-cost-parent-row>*{min-width:0;padding:11px 12px}.fund-cost-parent-row.is-head{min-height:44px;color:#667c84;background:#f2f6f7;font-size:11px;font-weight:600}.fund-cost-parent-row.is-head>:nth-child(n+4){text-align:center}.fund-cost-sequence-cell{display:flex;align-items:center;align-self:stretch;justify-content:center;border-right:1px solid #e3eaec;color:#71858c;font-variant-numeric:tabular-nums}.fund-cost-contract-head{display:flex;align-items:center;gap:10px}.fund-cost-contract-head .ant-checkbox-wrapper{flex:none}.fund-cost-contract-cell{display:flex;align-items:center;gap:10px}.fund-cost-contract-cell>.ant-checkbox-wrapper{flex:none}.fund-cost-contract-cell>div{min-width:0;display:flex;flex-direction:column;gap:3px}.fund-cost-contract-cell strong{overflow:hidden;color:#30464e;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.fund-cost-business-cell{display:flex;align-items:flex-start;flex-direction:column;gap:4px}.fund-cost-business-cell strong{overflow:hidden;max-width:100%;color:#30464e;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.fund-cost-business-cell small,.fund-cost-number small,.fund-cost-detail-action small{overflow:hidden;max-width:100%;color:#8a989d;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.fund-cost-number{display:flex;align-items:stretch;flex-direction:column;gap:4px;text-align:center}.fund-cost-number strong{width:100%;color:#a9591e;font-size:14px;text-align:center;white-space:nowrap}.fund-cost-number small{width:100%;text-align:center}.fund-cost-number.is-cost strong{color:#168a63}.fund-cost-number.is-cost.is-pending strong{color:#b18456;font-size:12px}.fund-cost-rate-cell{display:flex;align-items:center;flex-direction:column;gap:4px;text-align:center}.fund-cost-rate-cell>strong{color:#30464e;font-size:12px}.fund-cost-rate-cell>small{color:#8a989d;font-size:9px}.fund-cost-rate-editor{width:100%;display:flex;align-items:center;justify-content:center;gap:6px}.fund-cost-rate-editor .ant-input-affix-wrapper{min-width:0;flex:1}.fund-cost-rate-editor .ant-btn-primary,.fund-cost-rate-editor .ant-btn-primary span{color:#fff}.fund-cost-rate-editor.is-confirmed .ant-input-affix-wrapper{border-color:#9fd9c5;background:#f7fcfa;box-shadow:0 0 0 2px #168a630f}.fund-cost-rate-editor .ant-btn.is-confirmed:disabled{border-color:#9fd9c5;color:#168a63;background:#eef9f5;opacity:1;box-shadow:none}.fund-cost-rate-editor .ant-btn.is-confirmed:disabled span,.fund-cost-rate-editor .ant-btn.is-confirmed:disabled .anticon{color:#168a63}.fund-cost-subject-cell{text-align:center}.fund-cost-subject-cell .ant-btn-link{height:auto;display:inline-flex;align-items:baseline;gap:4px;padding:3px 6px;color:#078b94}.fund-cost-subject-cell .ant-btn-link strong{color:#078b94;font-size:16px}.fund-cost-subject-cell .ant-btn-link span{font-size:10px}.fund-cost-subject-pending{color:#b18456;font-size:10px}.fund-cost-detail-action{display:flex;align-items:center;flex-direction:column;gap:2px;text-align:center}.fund-cost-detail-action strong{color:#30464e;font-size:13px}.fund-cost-detail-action .ant-btn{height:auto;padding:2px 0 0;font-size:11px}.fund-cost-detail-action .anticon{margin-left:5px;transition:transform .2s}.fund-cost-detail-action .anticon.is-up{transform:rotate(180deg)}.fund-cost-detail-wrap{min-width:1320px;padding:0 14px 14px 78px;border-top:1px solid #e3eaec;background:#f8fbfb}.fund-cost-detail-row{display:grid;grid-template-columns:minmax(160px,1.1fr) repeat(3,minmax(115px,.8fr)) minmax(135px,.8fr) 92px 92px minmax(130px,.8fr) 82px;align-items:center;min-height:58px;border-top:1px solid #e1e9eb;color:#536970;font-size:11px}.fund-cost-detail-row:first-child{border-top:0}.fund-cost-detail-row>*{min-width:0;padding:9px 10px}.fund-cost-detail-row>div{display:flex;flex-direction:column;gap:2px}.fund-cost-detail-row.is-head{min-height:38px;color:#71858c;font-size:10px;font-weight:600}.fund-cost-detail-row strong{color:#30464e;font-size:11px}.fund-cost-detail-row small{color:#8a989d;font-size:9px}.fund-cost-detail-row .fund-cost-plate{color:#183f49;font-size:13px}.fund-cost-detail-row .fund-cost-value{color:#168a63;text-align:right}.fund-cost-detail-row .ant-tag{width:max-content;margin:0}.fund-cost-empty{min-width:1320px;padding:65px 20px;color:#91a0a5;text-align:center}.fund-cost-subject-popover{width:460px;max-width:calc(100vw - 56px)}.fund-cost-subject-intro{margin-bottom:8px;padding:8px 10px;border-radius:7px;color:#6e8188;background:#f3f7f8;font-size:10px;line-height:1.55}.fund-cost-subject-row{display:grid;grid-template-columns:8px minmax(0,1fr) auto;align-items:center;gap:9px;padding:10px 4px;border-top:1px solid #e6ecee}.fund-cost-subject-dot{width:8px;height:8px;border-radius:50%;background:#0a9aa3;box-shadow:0 0 0 3px #e7f6f6}.fund-cost-subject-row>div{min-width:0}.fund-cost-subject-row>div strong{display:block;overflow:hidden;color:#30464e;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.fund-cost-subject-row small{display:block;margin-top:3px;color:#839399;font-size:9px}.fund-cost-subject-row>span:last-child{display:flex;align-items:flex-end;flex-direction:column}.fund-cost-subject-row>span:last-child b{color:#168a63;font-size:12px;white-space:nowrap}.fund-cost-subject-total{display:flex;align-items:center;justify-content:space-between;margin-top:5px;padding:10px 11px;border-radius:7px;color:#5d747c;background:#eef8f5;font-size:10px}.fund-cost-subject-total strong{color:#168a63;font-size:13px}.receivable-report{min-width:0}.receivable-report-heading{align-items:flex-start}.receivable-shortcut-context{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;margin-bottom:12px;padding:10px 12px;border:1px solid #e6d2b8;border-radius:8px;color:#bd702d;background:#fff9f1}.receivable-shortcut-context.is-ready{border-color:#bfe0d1;color:#259362;background:#f3faf6}.receivable-shortcut-context>.anticon{font-size:18px}.receivable-shortcut-context>div{min-width:0;display:flex;flex-direction:column;gap:2px}.receivable-shortcut-context strong{overflow:hidden;color:#3c565d;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.receivable-shortcut-context span{color:#70868c;font-size:9px;line-height:1.55}.receivable-shortcut-context .ant-btn{padding-inline:4px}.receivable-report-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;margin-bottom:14px;border:1px solid #dce7e9;border-radius:10px;background:#fff}.receivable-report-summary>div{min-width:0;display:flex;flex-direction:column;gap:5px;padding:14px 16px;border-left:1px solid #e4ecee}.receivable-report-summary>div:first-child{border-left:0}.receivable-report-summary span,.receivable-report-summary small{color:#829299;font-size:9px}.receivable-report-summary strong{overflow:hidden;color:#29434b;font-size:16px;text-overflow:ellipsis;white-space:nowrap}.receivable-report-summary .is-weight{background:#f3f9fa}.receivable-report-summary .is-weight strong{color:#176f78}.receivable-report-summary .is-minimum{background:#fff8f1}.receivable-report-summary .is-minimum strong{color:#b66325}.receivable-report-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px;padding:10px 12px;border:1px solid #dce7e9;border-radius:10px;background:#f8fbfb}.receivable-report-filter-fields{min-width:0;display:flex;align-items:center;flex:1;gap:9px}.receivable-report-filter-fields>.ant-input-affix-wrapper{width:min(300px,23vw)}.receivable-plate-select{width:min(330px,25vw)}.receivable-report-toolbar-actions{flex:none;display:flex;align-items:center;gap:8px}.receivable-report-toolbar-actions>span{color:#829198;font-size:10px;white-space:nowrap}.receivable-report-toolbar-actions .ant-btn-primary,.receivable-report-toolbar-actions .ant-btn-primary span,.receivable-report-toolbar-actions .ant-btn-primary .anticon{color:#fff}.receivable-selection-statistic{display:flex;align-items:center;gap:0;min-height:44px;margin-bottom:10px;padding:0 10px;border-bottom:1px solid #dce7e9;color:#7b8d93;font-size:10px}.receivable-selection-statistic>div{display:flex;align-items:baseline;gap:7px;padding:0 13px;border-left:1px solid #dce4e6}.receivable-selection-statistic>div:first-child{padding-left:0;border-left:0}.receivable-selection-statistic strong{color:#30464e;font-size:11px}.receivable-selection-statistic .is-minimum strong{color:#b66325}.receivable-report-table{overflow-x:auto;border:1px solid #dce7e9;border-radius:10px;background:#fff}.receivable-parent-row{min-width:1260px;display:grid;grid-template-columns:62px minmax(270px,1.25fr) minmax(190px,.86fr) 130px minmax(150px,.7fr) minmax(165px,.75fr) 140px;align-items:center;min-height:78px;border-top:1px solid #e3eaec;color:#536970;font-size:12px}.receivable-parent-row:first-child{border-top:0}.receivable-parent-row>*{min-width:0;padding:11px 12px}.receivable-parent-row.is-head{min-height:44px;color:#667c84;background:#f2f6f7;font-size:11px;font-weight:600}.receivable-parent-row.is-head>:nth-child(n+3){text-align:center}.receivable-sequence-cell{display:flex;align-items:center;align-self:stretch;justify-content:center;border-right:1px solid #e3eaec;color:#71858c;font-variant-numeric:tabular-nums}.receivable-contract-head,.receivable-contract-cell{display:flex;align-items:center;gap:10px}.receivable-contract-head .ant-checkbox-wrapper,.receivable-contract-cell .ant-checkbox-wrapper{flex:none}.receivable-contract-cell>div,.receivable-party-cell,.receivable-number-cell,.receivable-detail-action{min-width:0;display:flex;flex-direction:column;gap:4px}.receivable-contract-cell strong,.receivable-party-cell strong{overflow:hidden;color:#30464e;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.receivable-contract-cell small,.receivable-party-cell small,.receivable-number-cell small{overflow:hidden;color:#89989d;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.receivable-number-cell,.receivable-detail-action{align-items:center;text-align:center}.receivable-number-cell strong,.receivable-detail-action strong{color:#30464e;font-size:13px;white-space:nowrap}.receivable-number-cell.is-minimum strong{color:#b66325}.receivable-detail-action .ant-btn{height:auto;padding:2px 0 0;font-size:11px}.receivable-detail-action .anticon{margin-left:5px;transition:transform .2s}.receivable-detail-action .anticon.is-up{transform:rotate(180deg)}.receivable-detail-wrap{min-width:1260px;padding:0 14px 14px 74px;border-top:1px solid #e3eaec;background:#f8fbfb}.receivable-detail-row{display:grid;grid-template-columns:62px minmax(160px,1fr) minmax(170px,1.05fr) 112px 128px 142px minmax(155px,.9fr) minmax(145px,.85fr);align-items:center;min-height:62px;border-top:1px solid #e1e9eb;color:#536970;font-size:11px}.receivable-detail-row:first-child{border-top:0}.receivable-detail-row>*{min-width:0;padding:9px 10px}.receivable-detail-row>div{display:flex;flex-direction:column;gap:2px}.receivable-detail-row.is-head{min-height:38px;color:#71858c;font-size:10px;font-weight:600}.receivable-detail-row.is-pending{background:#fffaf4}.receivable-detail-row.is-complete{background:#f4fafb}.receivable-detail-row strong{color:#30464e;font-size:11px}.receivable-detail-row small{color:#8a989d;font-size:9px}.receivable-detail-row .receivable-plate{color:#183f49;font-size:13px}.receivable-detail-row .receivable-minimum-value{color:#b66325}.receivable-detail-row .ant-tag{width:max-content;max-width:135px;margin:0;white-space:normal}.receivable-report-empty{min-width:1260px;padding:60px 20px;color:#91a0a5;text-align:center}.receivable-notice-drawer .ant-drawer-body{background:#f6f9f9}.receivable-notice-intro{display:flex;align-items:flex-start;gap:11px;margin-bottom:14px;padding:13px 14px;border:1px solid #cfe5e5;border-radius:9px;color:#118b92;background:#edf8f8}.receivable-notice-intro>div{display:flex;flex-direction:column;gap:4px}.receivable-notice-intro strong{color:#2e4c54;font-size:12px}.receivable-notice-intro span{color:#74888e;font-size:10px;line-height:1.5}.receivable-notice-list{display:flex;flex-direction:column;gap:12px}.receivable-notice-card{overflow:hidden;border:1px solid #d9e5e7;border-radius:10px;background:#fff}.receivable-notice-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:13px 15px;border-bottom:1px solid #e4ebed}.receivable-notice-card-head>div{min-width:0;display:flex;flex-direction:column;gap:3px}.receivable-notice-card-head span,.receivable-notice-card-head small{color:#839399;font-size:9px}.receivable-notice-card-head strong{overflow:hidden;color:#263f47;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.receivable-notice-auto-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.receivable-notice-auto-grid>div{min-width:0;display:flex;flex-direction:column;gap:4px;padding:11px 13px;border-left:1px solid #e7edef;border-top:1px solid #e7edef}.receivable-notice-auto-grid>div:nth-child(3n+1){border-left:0}.receivable-notice-auto-grid>div:nth-child(-n+3){border-top:0}.receivable-notice-auto-grid span{color:#87969b;font-size:9px}.receivable-notice-auto-grid strong{overflow:hidden;color:#344c54;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.receivable-notice-auto-grid .is-minimum{background:#fff8f1}.receivable-notice-auto-grid .is-minimum strong{color:#b66325}.receivable-notice-warning{margin:10px 13px 0;padding:8px 10px;border-radius:7px;color:#9c5d25;background:#fff5e9;font-size:10px;line-height:1.5}.receivable-notice-fields{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(190px,.75fr);gap:12px;padding:13px;border-top:1px solid #e7edef}.receivable-notice-fields label{min-width:0;display:flex;flex-direction:column;gap:6px}.receivable-notice-fields label>span{color:#526970;font-size:10px;font-weight:600}.receivable-notice-fields small{color:#89979c;font-size:9px;line-height:1.45}.receivable-notice-fields small.is-error{color:#c44f3d}.receivable-notice-footer{width:100%;display:flex;align-items:center;justify-content:flex-end;gap:9px}.receivable-notice-footer>div{display:flex;align-items:baseline;gap:8px;margin-right:auto}.receivable-notice-footer span{color:#819198;font-size:10px}.receivable-notice-footer strong{color:#b66325;font-size:14px}.receivable-notice-footer .ant-btn-primary,.receivable-notice-footer .ant-btn-primary span,.receivable-notice-footer .ant-btn-primary .anticon{color:#fff}.logistics-holding-report{min-width:0}.holding-report-dev-preview{min-height:100vh;padding:28px;background:#eef3f4}.holding-report-dev-preview .logistics-holding-report{padding:24px;border:1px solid #dce7e9;border-radius:12px;background:#fff;box-shadow:0 12px 32px #2a434a14}.logistics-report-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:22px;margin-bottom:18px}.logistics-report-heading>div:first-child{min-width:0}.logistics-report-heading small{color:#0a8f97;font-size:10px}.logistics-report-heading h2{margin:4px 0 3px;color:#20333b;font-size:25px}.logistics-report-heading p{margin:0;color:#7d8e94;font-size:11px}.logistics-threshold-setting{flex:none;display:flex;align-items:center;gap:8px}.logistics-threshold-setting>span{color:#71848b;font-size:10px}.logistics-threshold-setting .ant-input-affix-wrapper{width:120px}.logistics-report-toolbar{display:flex;align-items:center;gap:9px;margin-bottom:12px;padding:10px 12px;border:1px solid #dce7e9;border-radius:9px;background:#f8fbfb}.logistics-report-toolbar>.ant-input-affix-wrapper{width:min(360px,30vw)}.logistics-report-toolbar .ant-segmented{min-width:0}.logistics-report-toolbar>.ant-btn:first-of-type{margin-left:auto}.logistics-report-summary{display:flex;align-items:center;gap:24px;margin:0 4px 12px;color:#7b8b90;font-size:10px}.logistics-report-summary>div{display:flex;align-items:center;gap:9px}.logistics-report-summary strong{color:#253940;font-size:10px}.logistics-report-summary span+span:before{margin-right:9px;color:#d5dfe1;content:"|"}.logistics-holding-table{overflow-x:auto;border:1px solid #dce7e9;border-radius:9px;background:#fff}.logistics-holding-parent-row{min-width:1280px;display:grid;grid-template-columns:64px minmax(320px,1.2fr) minmax(120px,.5fr) minmax(175px,.72fr) minmax(92px,.4fr) minmax(92px,.4fr) minmax(128px,.5fr) minmax(200px,.8fr);align-items:center;min-height:82px;border-top:1px solid #e3eaec;color:#536970;font-size:13px}.logistics-holding-parent-row:first-child{border-top:0}.logistics-holding-parent-row>*{min-width:0;padding:11px 12px}.logistics-holding-parent-row>div{display:flex;flex-direction:column;gap:3px}.logistics-holding-parent-row.is-head{min-height:46px;color:#667c84;background:#f2f6f7;font-size:12px;font-weight:600}.logistics-holding-parent-row.is-warning{background:#fffaf2}.logistics-holding-parent-row.is-danger{background:#fff6f4}.logistics-holding-parent-row.is-review{background:#fffdf0}.logistics-holding-parent-row strong,.logistics-vehicle-detail-row strong{color:#30464e;font-size:13px;line-height:1.45}.logistics-holding-parent-row small,.logistics-vehicle-detail-row small{color:#8a989d;font-size:11px;line-height:1.4}.logistics-holding-parent-row .ant-tag,.logistics-vehicle-detail-row .ant-tag{width:max-content;margin:0}.logistics-sequence-cell{display:flex;align-items:center;align-self:stretch;justify-content:center;border-right:1px solid #e3eaec;color:#71858c;font-variant-numeric:tabular-nums;text-align:center}.logistics-contract-head,.logistics-contract-cell{display:flex!important;align-items:center;flex-direction:row!important;gap:10px!important}.logistics-contract-cell>.ant-checkbox-wrapper,.logistics-contract-head>.ant-checkbox-wrapper{flex:none}.logistics-contract-cell>div{min-width:0;display:flex;flex-direction:column;gap:3px}.logistics-contract-cell strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.logistics-contract-cell em{display:inline-block;width:50px;margin-right:6px;color:#839399;font-style:normal;font-size:10px;font-weight:400}.logistics-contract-chain{display:block;overflow:hidden;max-width:100%;text-overflow:ellipsis;white-space:nowrap}.logistics-holding-issue{display:block;overflow:hidden;max-width:100%;color:#a96812!important;text-overflow:ellipsis;white-space:nowrap;cursor:help}.logistics-holding-actions{align-items:flex-start}.logistics-holding-actions .ant-btn{height:auto;padding:2px 0 0;font-size:12px}.logistics-holding-actions .anticon{margin-left:5px;transition:transform .2s ease}.logistics-holding-actions .anticon.is-up{transform:rotate(180deg)}.logistics-vehicle-detail-wrap{min-width:1280px;padding:0 14px 14px 82px;border-top:1px solid #e3eaec;background:#f8fbfb}.logistics-vehicle-detail-row{display:grid;grid-template-columns:minmax(155px,1.15fr) repeat(3,minmax(135px,1fr)) repeat(3,minmax(72px,.55fr)) minmax(92px,.65fr) minmax(92px,.65fr) minmax(170px,.85fr);align-items:center;min-height:62px;border-top:1px solid #e1e9eb;color:#536970;font-size:12px}.logistics-vehicle-detail-row:first-child{border-top:0}.logistics-vehicle-detail-row>*{min-width:0;padding:9px 10px}.logistics-vehicle-detail-row>div{display:flex;flex-direction:column;gap:2px}.logistics-vehicle-detail-row .logistics-vehicle-plate{color:#183f49;font-size:14px;font-weight:700}.logistics-vehicle-detail-row.is-head{min-height:38px;color:#71858c;background:transparent;font-size:11px;font-weight:600}.logistics-vehicle-detail-row.is-warning{background:#fffaf2}.logistics-vehicle-detail-row.is-danger{background:#fff5f2}.logistics-vehicle-detail-row.is-review{background:#fffdf0}.logistics-detail-pagination{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:48px;padding:10px;border-top:1px solid #e1e9eb;color:#7d8e94;font-size:11px}.logistics-detail-pagination .ant-pagination{margin-left:auto}.logistics-holding-empty{min-width:1280px;padding:50px 20px;color:#91a0a5;text-align:center}.external-report-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:16px}.external-report-toolbar>div{display:flex;flex-direction:column;gap:6px}.external-report-toolbar span{color:#73868d;font-size:10px}.external-report-toolbar .ant-select{width:280px}.external-company-fixed{min-width:280px;padding:10px 12px;border:1px solid #dce7e9;border-radius:8px;color:#22363e;background:#f8fbfb;font-size:14px}.external-report-summary{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));overflow:hidden;margin-bottom:18px;border:1px solid #dce7e9;border-radius:10px;background:#fff}.external-report-summary>div{min-width:0;display:flex;flex-direction:column;gap:5px;padding:13px 14px;border-left:1px solid #e4ecee}.external-report-summary>div:first-child{border-left:0}.external-report-summary span,.external-report-summary small{color:#87969c;font-size:9px}.external-report-summary strong{overflow:hidden;color:#29434b;font-size:15px;text-overflow:ellipsis;white-space:nowrap}.external-report-summary .is-pool{background:#edf9f8}.external-report-summary .is-pool strong{color:#087f87}.external-report-summary .pool-balance-line{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}.external-report-summary .pool-balance-line strong{flex:1;min-width:0}.external-report-summary .pool-balance-line .ant-btn{flex:none;height:auto;padding:0;color:#087f87;font-size:10px}.external-report-summary .is-warning strong{color:#d4741d}.external-report-filterbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px;padding:12px 14px;border:1px solid #dce7e9;border-radius:10px;background:#f8fbfb}.external-report-filter-fields,.external-report-filter-actions{display:flex;align-items:center;gap:10px;min-width:0}.external-report-filter-fields>.ant-input-affix-wrapper{width:310px}.external-report-date-range{display:flex;align-items:center;gap:8px}.external-report-date-range>span,.external-report-filter-actions>span{flex:none;color:#71858d;font-size:10px}.external-report-date-range>em{color:#91a0a5;font-style:normal;font-size:10px}.external-report-date-range .ant-input{width:144px}.external-report-filter-actions{flex:none}.external-statistic-bar{display:flex;align-items:center;flex-wrap:nowrap;gap:7px 0;margin:-2px 2px 12px;padding:1px 8px;color:#7d8c92;font-size:9px}.external-statistic-scope,.external-statistic-item{min-width:0;display:flex;align-items:center;flex-direction:row;gap:5px;white-space:nowrap}.external-statistic-scope{margin-right:8px}.external-statistic-scope>strong{color:#26383f;font-size:9px;font-weight:600}.external-statistic-scope>span{color:#8b989d;font-size:9px}.external-statistic-item+.external-statistic-item:before{width:1px;height:11px;margin:0 7px;background:#d9e1e3;content:""}.external-statistic-item>span,.external-statistic-item>small{color:#88979c;font-size:9px}.external-statistic-item strong{color:#26383f;font-size:9px;font-weight:600}.external-report-table{overflow-x:auto;border:1px solid #dce7e9;border-radius:10px}.external-report-row{display:grid;align-items:center;min-height:72px;border-top:1px solid #e3eaec;color:#536870}.external-report-row.is-external-view{min-width:1120px;grid-template-columns:minmax(180px,1.35fr) 100px 135px 150px 140px 135px 125px 120px}.external-report-row.is-internal-view{min-width:1300px;grid-template-columns:minmax(180px,1.35fr) 100px 135px 115px 165px 135px 135px 125px 120px}.external-report-row.is-settlement-view{min-width:980px;grid-template-columns:minmax(240px,1.45fr) minmax(150px,.9fr) minmax(150px,.9fr) minmax(150px,.9fr) 220px}.external-report-row:first-child{border-top:0}.external-report-row>*{min-width:0;padding:11px 13px}.external-report-row.is-head{min-height:42px;color:#73868d;background:#f2f6f7;font-size:10px;font-weight:600}.external-report-row>div{display:flex;flex-direction:column;gap:4px}.external-report-row .external-contract-head,.external-report-row .external-contract-cell{display:flex;align-items:center;flex-direction:row;gap:10px}.external-contract-cell>div{min-width:0;display:flex;flex-direction:column;gap:4px}.external-contract-head .ant-checkbox-wrapper,.external-contract-cell .ant-checkbox-wrapper{flex:none}.external-report-row strong{color:#30464e}.external-report-row>div:first-child strong{overflow-wrap:anywhere}.external-report-row small{color:#8b989e;font-size:9px}.prepayment-ratio-control .ant-input-affix-wrapper{width:96px}.external-report-status{align-items:flex-start}.external-report-status .ant-tag{margin:0}.external-report-status .ant-btn{height:auto;padding:0;font-size:10px}.external-report-status-line,.external-business-publication{display:flex;align-items:center;flex-flow:row wrap;gap:5px}.external-business-publication{padding-top:5px;border-top:1px solid #e3eaec}.external-business-publication .ant-btn.ant-btn-primary{height:26px;padding:0 9px}.external-business-publication small{width:100%;line-height:1.4}.positive-value{color:#168a63!important}.negative-value{color:#d77222!important}.external-daily-detail{min-width:1120px;padding:0 12px 12px;background:#f8fbfb}.external-detail-title{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:15px 10px 9px;color:#334b54}.external-detail-title>div{display:flex;flex-direction:column;gap:4px}.external-detail-title span{color:#87969b;font-size:9px}.external-detail-title.is-secondary{margin-top:7px;border-top:1px solid #dce6e8}.detail-ratio-control{display:flex;align-items:center;gap:8px}.detail-ratio-control .ant-input-affix-wrapper{width:112px}.business-fund-detail-row{display:grid;grid-template-columns:140px 130px minmax(260px,1fr) 140px 150px;align-items:center;min-height:43px;border-top:1px solid #e1e9eb;color:#536970;font-size:10px}.business-fund-detail-row>*{min-width:0;padding:8px 10px}.business-fund-detail-row .ant-tag{width:max-content;margin:0}.business-fund-detail-row.is-head{color:#849399;font-weight:600;background:#f2f6f7}.business-fund-detail-empty{padding:20px 10px;border-top:1px solid #e1e9eb;color:#91a0a5;text-align:center}.external-payment-detail-row{min-width:980px;display:grid;grid-template-columns:112px 110px 145px 145px 135px minmax(180px,1fr) 180px;align-items:center;min-height:52px;border-top:1px solid #e1e9eb;color:#536970;font-size:10px}.external-payment-detail-row.is-admin-review{min-width:1140px;grid-template-columns:112px 110px 145px 145px 135px minmax(180px,1fr) 180px 170px}.external-payment-detail-row>*{min-width:0;padding:9px 10px}.external-payment-detail-row>div{display:flex;flex-direction:column;gap:3px}.external-payment-detail-row small{color:#8b989e;font-size:9px}.external-payment-detail-row.is-head{min-height:40px;color:#849399;background:#f2f6f7;font-weight:600}.external-payment-detail-row .ant-tag{width:max-content;max-width:170px;margin:0;white-space:normal}.external-payment-vouchers{display:flex;flex-flow:row wrap!important;gap:4px 8px!important}.external-payment-vouchers>span{max-width:190px;overflow:hidden;padding:3px 7px;border-radius:5px;color:#49646c;background:#edf3f4;text-overflow:ellipsis;white-space:nowrap}.external-publish-control{align-items:flex-start}.external-publish-control .ant-btn{height:26px;padding:0 9px;font-size:10px}.external-publish-control small{line-height:1.45}.personal-external-company{display:grid;grid-template-columns:86px 1fr;align-items:center;gap:3px 12px;margin:12px 0;padding:12px 14px;border:1px solid #cfe4e5;border-radius:9px;background:#f1f9f9}.personal-external-company span,.personal-external-company small{color:#7d9096;font-size:10px}.personal-external-company small{grid-column:2}.external-pool-use-note{display:flex;align-items:baseline;justify-content:space-between;gap:18px;margin-top:10px;padding:11px 13px;border:1px solid #cde6e5;border-radius:8px;color:#426169;background:#eef9f8}.external-pool-use-note span{color:#70858c;font-size:9px}.external-daily-row{display:grid;align-items:center;min-height:42px;border-top:1px solid #e1e9eb;color:#536970;font-size:10px}.external-daily-row.is-external-view{grid-template-columns:110px 80px 100px 150px 150px minmax(140px,1fr)}.external-daily-row.is-internal-view{grid-template-columns:105px 72px 90px 125px 125px 125px minmax(150px,1fr) 110px}.external-daily-row>*{padding:8px 10px}.external-daily-row.is-head{color:#849399;font-weight:600}.external-report-empty{padding:70px 20px;color:#91a0a5;text-align:center}.fund-pool-drawer-summary{display:flex;align-items:baseline;gap:12px;margin-bottom:16px;padding:15px 17px;border-radius:10px;background:#edf8f8}.fund-pool-drawer-summary span,.fund-pool-drawer-summary small{color:#778b92;font-size:10px}.fund-pool-drawer-summary strong{color:#087f87;font-size:22px}.fund-pool-ledger{overflow-x:auto;border:1px solid #dce7e9;border-radius:9px}.fund-pool-row{min-width:780px;display:grid;grid-template-columns:92px 112px minmax(170px,1fr) 132px minmax(180px,1.1fr) 126px;align-items:center;min-height:54px;border-top:1px solid #e4ebed;color:#526870;font-size:10px}.fund-pool-row:first-child{border-top:0}.fund-pool-row>*{min-width:0;padding:9px 10px}.fund-pool-row>div{display:flex;flex-direction:column;gap:3px}.fund-pool-row small{color:#8c999e;font-size:9px}.fund-pool-row.is-head{min-height:39px;color:#7a8b91;background:#f2f6f7;font-weight:600}.fund-pool-row .ant-tag{width:max-content;margin:0}.fund-pool-documents{display:flex;flex-direction:row!important;flex-wrap:wrap;gap:4px 8px!important}.fund-pool-documents span{max-width:180px;overflow:hidden;color:#46636b;text-overflow:ellipsis;white-space:nowrap}@media(max-width:900px){.report-center-page{padding:18px 12px 50px}.report-layout{grid-template-columns:1fr}.report-submenu{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;border-right:0;border-bottom:1px solid #e2eaec}.report-submenu-title{display:none}.report-menu-group{margin:0}.report-menu-children{position:absolute;z-index:5;width:min(220px,80vw);padding:7px;border:1px solid #dce7e9;border-radius:8px;background:#fff;box-shadow:0 10px 24px #2d4e561f}.report-menu-children button{padding:8px 8px 8px 16px}.report-menu-direct{margin:0}.report-content{padding:14px}.business-funds-heading{align-items:flex-start;flex-direction:column}.business-funds-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.business-funds-summary>div{border-top:1px solid #e4ecee}.business-funds-summary>div:nth-child(odd){border-left:0}.advance-report-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.advance-report-summary>div{border-top:1px solid #e4ecee}.advance-report-summary>div:nth-child(odd){border-left:0}.fund-cost-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.fund-cost-summary>div{border-top:1px solid #e4ecee}.fund-cost-summary>div:nth-child(odd){border-left:0}.receivable-report-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.receivable-report-summary>div{border-top:1px solid #e4ecee}.receivable-report-summary>div:nth-child(odd){border-left:0}.receivable-report-toolbar,.receivable-report-filter-fields{align-items:stretch;flex-direction:column}.receivable-report-filter-fields>.ant-input-affix-wrapper,.receivable-plate-select{width:100%}.receivable-report-toolbar-actions{flex-wrap:wrap}.receivable-report-toolbar-actions>span{margin-right:auto}.receivable-selection-statistic{align-items:flex-start;flex-direction:column;gap:7px;padding:10px 0}.receivable-selection-statistic>div{padding:0;border-left:0}.receivable-notice-auto-grid,.receivable-notice-fields{grid-template-columns:1fr}.receivable-notice-auto-grid>div{border-left:0}.receivable-notice-auto-grid>div:nth-child(n+2){border-top:1px solid #e7edef}.receivable-notice-footer{flex-wrap:wrap}.receivable-notice-footer>div{width:100%}.business-funds-toolbar{align-items:stretch;flex-direction:column}.business-funds-toolbar .business-funds-filter-fields{align-items:stretch;flex:none;flex-direction:column;width:100%}.business-funds-filter-fields>.ant-input-affix-wrapper{width:100%}.business-report-date-range{width:100%;display:grid;grid-template-columns:auto minmax(0,1fr) auto minmax(0,1fr)}.business-report-date-range>.ant-input{width:100%}.business-funds-toolbar .business-funds-toolbar-actions{width:100%;flex-wrap:wrap;justify-content:flex-start}.business-funds-toolbar-actions>span{margin-right:auto}.logistics-report-heading,.logistics-report-toolbar{align-items:stretch;flex-direction:column}.logistics-threshold-setting{align-items:stretch;flex-wrap:wrap}.logistics-threshold-setting .ant-input-affix-wrapper{flex:1;width:auto}.logistics-report-toolbar>.ant-input-affix-wrapper{width:100%}.logistics-report-toolbar .ant-segmented{overflow-x:auto}.logistics-report-toolbar>.ant-btn:first-of-type{margin-left:0}.logistics-report-summary{align-items:flex-start;flex-direction:column;gap:6px}.external-report-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.external-report-summary>div{border-top:1px solid #e4ecee}.external-report-toolbar{align-items:stretch;flex-direction:column}.external-report-toolbar .ant-select{width:100%}.external-report-filterbar,.external-report-filter-fields,.external-report-filter-actions{align-items:stretch;flex-direction:column}.external-report-filter-fields>.ant-input-affix-wrapper{width:100%}.external-report-date-range{display:grid;grid-template-columns:auto minmax(0,1fr) auto minmax(0,1fr)}.external-report-date-range .ant-input,.external-report-filter-actions .ant-btn{width:100%}.external-statistic-bar{align-items:flex-start;flex-direction:column;gap:8px;margin-inline:0}.external-statistic-scope{margin-right:0}.external-statistic-item+.external-statistic-item:before{display:none}.settings-page{padding:24px 18px 60px}.settings-inline-form,.account-create-form{grid-template-columns:1fr}.account-list-head{display:none}.account-list-row{grid-template-columns:1fr auto}.account-list-row>span{display:none}.account-stat-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.account-stat-strip>div:nth-child(3){border-top:1px solid #e6edef;border-left:0}.account-stat-strip>div:nth-child(4){border-top:1px solid #e6edef}.account-filter-bar{grid-template-columns:1fr}.account-management-page .account-list-row{grid-template-columns:minmax(0,1fr) auto}.account-management-page .account-role-cell{display:none}.account-management-page .account-list-row>.account-login-time,.account-management-page .account-list-row>.account-status-tag{display:none}.personal-account-summary,.personal-password-grid,.account-form-grid,.external-module-grid{grid-template-columns:1fr}.personal-account-summary>div{border-top:1px solid #e4ecee;border-left:0}.personal-account-summary>div:first-child{border-top:0}}.business-row-actions{display:flex;align-items:center;gap:2px;white-space:nowrap}.business-row-actions .ant-btn{height:28px;padding-inline:4px;font-size:10px}.business-basic-info-content{display:flex;flex-direction:column;gap:12px}.business-basic-info-hero{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 15px;border:1px solid #dfe8ea;border-radius:8px;background:#f5fbfb}.business-basic-info-hero>div{min-width:0;display:flex;flex-direction:column;gap:4px}.business-basic-info-hero strong{overflow:hidden;color:#253c44;font-size:16px;text-overflow:ellipsis;white-space:nowrap}.business-basic-info-hero span{color:#788b91;font-size:10px}.business-basic-info-grid{overflow:hidden;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border:1px solid #dfe8ea;border-radius:8px}.business-basic-info-grid>div{min-width:0;min-height:56px;display:flex;flex-direction:column;justify-content:center;gap:5px;padding:9px 12px;border-top:1px solid #e7edef;border-left:1px solid #e7edef}.business-basic-info-grid>div:nth-child(-n+2){border-top:0}.business-basic-info-grid>div:nth-child(odd){border-left:0}.business-basic-info-grid span,.business-basic-info-chain span,.business-basic-info-notes span{color:#829197;font-size:9px}.business-basic-info-grid strong{overflow-wrap:anywhere;color:#344951;font-size:11px}.business-basic-info-chain,.business-basic-info-notes{display:flex;flex-direction:column;gap:5px;padding:11px 13px;border:1px solid #dfe8ea;border-radius:8px;background:#fff}.business-basic-info-chain strong{color:#236b70;font-size:11px;line-height:1.6}.business-basic-info-notes p{margin:0;color:#4f6067;font-size:10px;line-height:1.65}.contract-product-name-field{min-height:52px;display:grid;grid-template-columns:minmax(240px,.75fr) minmax(300px,1.25fr);align-items:center;gap:12px;margin:8px 0;padding:7px 10px;border:1px solid #cfe2e4;background:#f2f9f9}.contract-product-name-field>div{min-width:0;display:flex;align-items:center;gap:8px;color:#118b93}.contract-product-name-field>div>span{min-width:0;display:flex;flex-direction:column;gap:2px}.contract-product-name-field strong{color:#2f4b53;font-size:10px}.contract-product-name-field small{color:#809196;font-size:8px}.trade-document-heading-actions{display:flex;align-items:center;gap:4px}.trade-document-heading-actions .ant-tag{margin:0}.trade-document-grid{grid-template-columns:repeat(auto-fit,minmax(285px,1fr))}.trade-document-item{grid-template-columns:minmax(0,1fr) 68px 120px;border-bottom:1px solid #e2e2e2}.trade-document-name .ant-input{height:25px;border-radius:2px;font-size:9px;font-weight:600}.trade-document-status{min-width:0;display:flex!important;flex-direction:row!important;align-items:center;justify-content:flex-end;gap:2px}.trade-document-status em{overflow:hidden;flex:1;text-overflow:ellipsis;white-space:nowrap}.trade-document-status .ant-btn{width:24px;height:24px;flex:0 0 24px;padding:0}.warehouse-record-actions,.warehouse-trip-actions{display:flex;align-items:center;justify-content:flex-end;gap:5px;overflow:visible!important}.warehouse-record-actions .ant-btn,.warehouse-trip-actions .ant-btn{flex:0 0 auto}.warehouse-trip-actions .compact-drop-upload{width:108px;min-width:108px}.warehouse-trip-actions .compact-drop-upload.ant-upload-wrapper.is-inline .ant-upload-drag{width:108px}.warehouse-source-weight{color:#b46721!important;font-weight:600}.warehouse-outbound-empty-note{margin:-8px 0 14px;padding:9px 11px;border:1px solid #f1d1aa;border-radius:5px;color:#a86325;background:#fff8ee;font-size:10px}.warehouse-receivable-shortcut{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:-4px 0 18px;padding:10px 12px;border:1px solid #c9e2e4;border-radius:7px;background:#f4fafb}.warehouse-receivable-shortcut>div{min-width:0;display:flex;align-items:center;gap:10px;color:#0a929b}.warehouse-receivable-shortcut>div>.anticon{flex:none;font-size:18px}.warehouse-receivable-shortcut>div>span{min-width:0;display:flex;flex-direction:column;gap:2px}.warehouse-receivable-shortcut strong{color:#27525a;font-size:11px}.warehouse-receivable-shortcut small{color:#718a90;font-size:9px;line-height:1.5}.warehouse-receivable-shortcut .ant-btn{flex:none}.warehouse-operation-row,.warehouse-operation-total{grid-template-columns:1.02fr .52fr 1.25fr .86fr .64fr .62fr .7fr 98px}.warehouse-vehicle-row,.warehouse-vehicle-total,.warehouse-editor-v2 .warehouse-vehicle-row,.warehouse-editor-v2 .warehouse-vehicle-total{grid-template-columns:28px 112px 82px 76px 76px 76px 68px 176px}.settlement-row .ant-input,.settlement-row .ant-input-affix-wrapper{height:23px;border-radius:2px;font-size:8px}.settlement-row .ant-input-affix-wrapper{padding-inline:4px}.settlement-row-detail label{min-width:0;display:flex;flex-direction:column;gap:2px}.settlement-row-detail label>span{color:#888;font-size:7px}.settlement-row-detail .ant-input,.settlement-row-detail .ant-input-affix-wrapper{height:24px;border-radius:2px;font-size:8px}.vehicle-row-identity-select{min-width:0}.vehicle-row-identity-select .ant-select-selector{min-height:24px!important;height:24px!important;padding-inline:5px!important;border-radius:3px!important;font-size:8px!important}.batch-roster-source-file{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.logistics-match-gate{margin-right:auto;color:#8a6b43;font-size:9px}.logistics-quick-vehicle-modal .ant-modal-content{box-shadow:0 24px 80px #061d2657}.ai-query-main-content{overflow:hidden}.ai-query-page{width:min(1440px,100%);height:100%;min-height:0;display:grid;grid-template-rows:auto auto minmax(0,1fr);gap:14px;margin:0 auto;padding:24px 30px 28px;color:var(--text);background:var(--app-bg)}.ai-query-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.ai-query-header h1{margin:4px 0 5px;color:var(--text);font-size:26px;line-height:1.2}.ai-query-header p{margin:0;color:var(--muted);font-size:12px}.ai-query-kicker{color:#09939b;font-size:11px;font-weight:600;letter-spacing:.08em}.ai-query-header-actions{display:flex;align-items:center;gap:9px;padding-top:5px}.ai-query-header-actions .ant-tag{height:30px;display:inline-flex;align-items:center;margin:0;padding-inline:11px;border-radius:7px}.ai-query-scope-note{display:flex;align-items:center;gap:12px;padding:11px 15px;border:1px solid #cfe4e3;border-radius:10px;color:#147d84;background:#eff9f8}.ai-query-scope-note>.anticon{flex:0 0 auto;font-size:18px}.ai-query-scope-note>div{min-width:0;display:flex;align-items:baseline;gap:12px}.ai-query-scope-note strong{color:#286069;font-size:12px;white-space:nowrap}.ai-query-scope-note span{color:#73878d;font-size:11px;line-height:1.55}.ai-query-chat-card{min-height:0;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--border);border-radius:13px;background:var(--surface);box-shadow:0 8px 28px var(--shadow)}.ai-query-messages{min-height:0;flex:1;overflow-y:auto;padding:22px 24px 12px;scroll-behavior:smooth}.ai-query-message{max-width:min(880px,86%);display:flex;align-items:flex-start;gap:11px;margin-bottom:20px}.ai-query-message.is-user{margin-left:auto;flex-direction:row-reverse}.ai-query-message-avatar{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border-radius:10px;color:#087f87;background:#e6f5f4;font-size:16px;font-weight:600}.ai-query-message.is-user .ai-query-message-avatar{color:#fff;background:#16949c;font-size:12px}.ai-query-message-body{min-width:0;flex:1;padding:13px 15px;border:1px solid var(--border);border-radius:3px 12px 12px;background:var(--surface-soft)}.ai-query-message.is-user .ai-query-message-body{border-color:#bcdedc;border-radius:12px 3px 12px 12px;background:#eaf7f6}.ai-query-message-meta{display:flex;align-items:center;gap:7px;margin-bottom:8px}.ai-query-message-meta strong{color:var(--text-2);font-size:11px}.ai-query-message-meta .ant-tag{margin:0;padding-inline:6px;font-size:9px;line-height:18px}.ai-query-message-meta time{margin-left:auto;color:var(--muted);font-size:9px}.ai-query-message-content{color:var(--text);font-size:13px;line-height:1.8;white-space:pre-wrap;overflow-wrap:anywhere}.ai-query-result{display:flex;flex-direction:column;gap:12px}.ai-query-result-headline{display:block;padding:11px 13px;border-left:3px solid #0798a1;border-radius:3px 8px 8px 3px;color:#176f76;background:#edf8f7;font-size:16px;line-height:1.55}.ai-query-result-details{overflow:hidden;margin:0;padding:0;border:1px solid var(--border-soft);border-radius:8px;list-style:none;counter-reset:ai-result-row}.ai-query-result-details li{min-height:42px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:20px;padding:9px 12px;border-top:1px solid var(--border-soft);counter-increment:ai-result-row}.ai-query-result-details li:first-child{border-top:0}.ai-query-result-details span{min-width:0;color:var(--text-2);font-size:12px;line-height:1.55;overflow-wrap:anywhere}.ai-query-result-details span:before{margin-right:7px;color:#87989e;content:counter(ai-result-row) "."}.ai-query-result-details strong{color:#176f76;font-size:13px;white-space:nowrap}.ai-query-result-analysis{padding:10px 12px;border-radius:7px;color:var(--text-2);background:var(--surface-soft);font-size:12px;line-height:1.7}.ai-query-result-analysis span{display:block;margin-bottom:3px;color:var(--text);font-size:11px;font-weight:700}.ai-query-result-analysis p{margin:0;white-space:pre-wrap;overflow-wrap:anywhere}.ai-query-result-note{margin:0;padding:9px 11px;border-radius:7px;color:#82612c;background:#fff8eb;font-size:11px;line-height:1.65}.ai-query-thinking{min-height:24px;display:flex;align-items:center;gap:5px;color:var(--muted);font-size:11px}.ai-query-thinking i{width:5px;height:5px;border-radius:50%;background:#13939b;animation:ai-query-dot 1s infinite ease-in-out}.ai-query-thinking i:nth-child(2){animation-delay:.14s}.ai-query-thinking i:nth-child(3){animation-delay:.28s}.ai-query-thinking span{margin-left:5px}@keyframes ai-query-dot{0%,80%,to{opacity:.28;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}.ai-query-composer{padding:13px 17px 14px;border-top:1px solid var(--border);background:var(--surface-soft)}.ai-query-suggestions{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin-bottom:10px;color:#159097;font-size:10px}.ai-query-suggestions>span{color:var(--muted)}.ai-query-suggestions button{max-width:300px;overflow:hidden;padding:5px 10px;border:1px solid #cfe1e2;border-radius:999px;color:#4d7176;background:var(--surface);font-size:10px;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.ai-query-suggestions button:hover{color:#087f87;border-color:#83c7c9;background:#eef9f8}.ai-query-suggestions button:disabled{cursor:default;opacity:.55}.ai-query-input-row{display:grid;grid-template-columns:minmax(0,1fr) 96px;align-items:stretch;gap:10px}.ai-query-input-row .ant-input{min-height:58px;padding:10px 12px;border-radius:8px;resize:none;font-size:12px;line-height:1.65}.ai-query-input-row .ant-btn{height:auto;min-height:58px;border-radius:8px;font-weight:600}.ai-query-composer>small{display:block;margin-top:7px;color:var(--muted);font-size:9px}@media(max-width:1180px){.business-card .table-row{grid-template-columns:42px 122px 1.1fr .52fr 1.25fr .75fr .5fr 126px}.contract-product-name-field,.fund-repayment-vehicle-link{grid-template-columns:1fr}.ai-query-page{padding-inline:22px}}:root[data-theme=dark] body,:root[data-theme=dark] #root,:root[data-theme=dark] .app-shell,:root[data-theme=dark] .workspace-area,:root[data-theme=dark] .main-content,:root[data-theme=dark] .page-view,:root[data-theme=dark] .report-center-page,:root[data-theme=dark] .settings-page,:root[data-theme=dark] .document-management-page{color:var(--text);background:var(--app-bg)}:root[data-theme=dark] .workspace-tabbar{background:var(--surface-soft);border-color:var(--border)}:root[data-theme=dark] .workspace-tab{color:var(--text-2);background:#ffffff06}:root[data-theme=dark] .workspace-tab:hover{color:#64d4d6;background:#ffffff0e}:root[data-theme=dark] .workspace-tab.active{color:#70dadd;background:var(--surface);border-color:var(--border)}:root[data-theme=dark] .workspace-tab-refresh,:root[data-theme=dark] .workspace-tab-close{color:var(--muted)}:root[data-theme=dark] .workspace-tab-refresh:hover,:root[data-theme=dark] .workspace-tab-close:hover{color:var(--text);background:var(--surface-soft)}:root[data-theme=dark] .home-business-row{color:var(--text-2);border-color:var(--border)}:root[data-theme=dark] .home-business-row:hover{background:var(--surface-soft)}:root[data-theme=dark] .home-business-row strong{color:var(--text)}:root[data-theme=dark] .master-data-help{color:var(--text-2);background:var(--teal-soft);border-color:var(--border-strong)}:root[data-theme=dark] .workspace,:root[data-theme=dark] .canvas-page{background:var(--workspace-bg)}:root[data-theme=dark] .topbar,:root[data-theme=dark] .canvas-business-bar{background:#141f25f7;border-color:var(--border)}:root[data-theme=dark] .sidebar{background:var(--surface);border-color:var(--border)}:root[data-theme=dark] .sidebar>button:not(.sidebar-toggle){color:var(--text-2)}:root[data-theme=dark] .sidebar>button:not(.sidebar-toggle):hover,:root[data-theme=dark] .sidebar>button.active{color:#5dd1d3;background:var(--teal-soft)}:root[data-theme=dark] .brand,:root[data-theme=dark] .topbar-user,:root[data-theme=dark] .topbar-user strong,:root[data-theme=dark] .page-heading h1,:root[data-theme=dark] .app-shell h1,:root[data-theme=dark] .app-shell h2,:root[data-theme=dark] .app-shell h3,:root[data-theme=dark] .app-shell h4{color:var(--text)}:root[data-theme=dark] :is(.content-card,.summary-grid>div,.create-steps,.create-card,.chain-slot,.chain-preview-node,.group-card,.settings-card,.settings-account-table,.personal-settings-sheet,.report-content,.report-submenu,.report-menu-group,.document-secondary-nav,.document-main-card,.document-ledger-card,.editor-window,.editor-titlebar,.editor-footer,.operation-editor-footer,.trade-docs-section,.settlement-overview-line,.settlement-parameter-line,.settlement-file-line,.settlement-table,.settlement-summary-section,.settlement-status-line,.logistics-overview>div,.logistics-batch-section,.logistics-vehicle-section,.logistics-batch-detail-content,.batch-detail-summary>div,.logistics-vehicle-row,.batch-recognized-roster,.vehicle-detail-hero,.vehicle-detail-grid>div,.warehouse-overview>div,.warehouse-batch-section,.warehouse-batch-expanded,.warehouse-vehicle-row,.warehouse-document-section,.warehouse-fee-section,.warehouse-document-item,.warehouse-operation-row,.warehouse-monthly-shell,.funds-editor-window,.funds-editor-title,.fund-ledger-table,.fund-ledger-total,.expense-entry-card,.expense-ledger-table,.business-basic-info-hero,.business-basic-info-grid,.business-basic-info-chain,.business-basic-info-notes,.contract-product-name-field,.trade-document-item,.business-funds-table,.fund-cost-table,.receivable-report-table,.logistics-holding-table,.external-report-table,.fund-pool-ledger,.entity-node,.operation-node){color:var(--text);background:var(--surface);border-color:var(--border)}:root[data-theme=dark] :is(.entity-node,.operation-node) strong{color:var(--text)}:root[data-theme=dark] :is(.entity-node,.operation-node) small{color:var(--muted)}:root[data-theme=dark] :is(.table-row.table-head,.editor-nav,.logistics-editor-scroll,.warehouse-editor-scroll,.trade-docs-scroll,.settlement-editor-scroll,.transport-preview-column,.batch-expanded-meta,.logistics-batch-row.is-head,.logistics-vehicle-row.is-head,.warehouse-batch-row.is-head,.warehouse-vehicle-row.is-head,.settlement-row.is-head,.invoice-ledger-row.is-head,.expense-ledger-head){color:var(--text-2);background:var(--surface-soft);border-color:var(--border)}:root[data-theme=dark] .canvas-toolbar,:root[data-theme=dark] .canvas-legend,:root[data-theme=dark] .canvas-tip,:root[data-theme=dark] .canvas-context-menu,:root[data-theme=dark] .react-flow__controls,:root[data-theme=dark] .react-flow__controls button,:root[data-theme=dark] .react-flow__minimap{color:var(--text-2);background:#18242bf5;border-color:var(--border)}:root[data-theme=dark] .table-row,:root[data-theme=dark] .data-table,:root[data-theme=dark] .list-toolbar{color:var(--text-2);border-color:var(--border)}:root[data-theme=dark] .table-row strong{color:var(--text)}:root[data-theme=dark] .table-row small{color:var(--muted)}:root[data-theme=dark] .vehicle-quick-import{color:var(--text);background:var(--surface-soft);border-color:var(--border)}:root[data-theme=dark] .vehicle-quick-import-head span,:root[data-theme=dark] .vehicle-quick-import-actions>span{color:var(--muted)}:root[data-theme=dark] .business-basic-info-grid>div{border-color:var(--border)}:root[data-theme=dark] :is(.business-basic-info-hero,.business-basic-info-grid,.business-basic-info-chain,.business-basic-info-notes,.contract-product-name-field) :is(strong,p){color:var(--text)}:root[data-theme=dark] :is(.business-basic-info-hero,.business-basic-info-grid,.business-basic-info-chain,.business-basic-info-notes,.contract-product-name-field) :is(span,small){color:var(--muted)}:root[data-theme=dark] .warehouse-outbound-empty-note,:root[data-theme=dark] .batch-recognized-roster-list>div.is-unmatched,:root[data-theme=dark] .expense-ledger-row.is-editing{color:#f0bc76;background:#bc6b221f;border-color:#e9892459}:root[data-theme=dark] .warehouse-receivable-shortcut,:root[data-theme=dark] .receivable-shortcut-context{background:var(--surface-soft);border-color:var(--border)}:root[data-theme=dark] .fund-repayment-vehicle-link{border-color:var(--border)}:root[data-theme=dark] .fund-repayment-vehicle-link strong{color:var(--text)}:root[data-theme=dark] .fund-repayment-vehicle-link small{color:var(--muted)}:root[data-theme=dark] .receivable-detail-row.is-complete{background:#2482891f}:root[data-theme=dark] .warehouse-receivable-shortcut strong,:root[data-theme=dark] .receivable-shortcut-context strong{color:var(--text)}:root[data-theme=dark] .warehouse-receivable-shortcut small,:root[data-theme=dark] .receivable-shortcut-context span{color:var(--muted)}:root[data-theme=dark] .ai-query-page{background:var(--app-bg)}:root[data-theme=dark] .ai-query-scope-note{color:#65d4d5;background:var(--teal-soft);border-color:#386066}:root[data-theme=dark] .ai-query-scope-note strong{color:var(--text)}:root[data-theme=dark] .ai-query-scope-note span{color:var(--muted)}:root[data-theme=dark] .ai-query-chat-card,:root[data-theme=dark] .ai-query-message-body,:root[data-theme=dark] .ai-query-suggestions button{color:var(--text);background:var(--surface);border-color:var(--border)}:root[data-theme=dark] .ai-query-message.is-user .ai-query-message-body{background:var(--teal-soft);border-color:#276b6f}:root[data-theme=dark] .ai-query-message-avatar{color:#66d6d8;background:var(--teal-soft)}:root[data-theme=dark] .ai-query-composer{background:var(--surface-soft);border-color:var(--border)}:root[data-theme=dark] .ai-query-result-headline{color:#76dcde;background:var(--teal-soft);border-color:#4dc4c7}:root[data-theme=dark] .ai-query-result-details strong{color:#72d5d7}:root[data-theme=dark] .ai-query-result-analysis{background:#ffffff09}:root[data-theme=dark] .ai-query-result-note{color:#e3b778;background:#b16f2324}:root[data-theme=dark] .ai-query-suggestions button:hover{color:#75dcde;background:var(--teal-soft);border-color:#397b7e}:root[data-theme=dark] .login-page{background:#f5f8f8}:root[data-theme=dark] .login-form-panel{color:#17232c;background:#fff;border-color:#dfe8e9}:root[data-theme=dark] .login-form-heading h2{color:#0798a1}:root[data-theme=dark] .batch-expanded-meta,:root[data-theme=dark] .logistics-vehicle-total{background:transparent;border-color:transparent}:root[data-theme=dark] .batch-expanded-meta span{color:var(--muted)}:root[data-theme=dark] .batch-expanded-meta strong,:root[data-theme=dark] .logistics-vehicle-total{color:var(--text-2)}
