:root{--brand: #de9f22;--brand-deep: #c9890d;--brand-soft: #fff3dc;--ink: #303030;--muted: #8a8a8a;--line: #e7e7e7;--canvas: #fffaf5;--white: #ffffff;--sidebar: 240px;--rail: 48px}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{color:var(--ink);background:var(--canvas);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}.app-shell{min-height:100vh;background:var(--canvas)}.icon-button-wrap{display:inline-flex;vertical-align:middle}.icon-button{width:32px;height:32px;padding:0;display:inline-flex;align-items:center;justify-content:center;color:#6d6d6d;background:transparent;border:0;border-radius:4px}.icon-button:hover:not(:disabled),.icon-button.is-active{color:var(--brand-deep);background:var(--brand-soft)}.icon-button:disabled{color:#bdbdbd}.mobile-menu{display:none}.workbench-shell{background:#fff9f1}.workbench-topbar{height:52px;padding:0 42px;display:flex;align-items:center;justify-content:space-between;gap:24px;background:#fff;border-bottom:1px solid #eee7df}.organization-name{display:flex;align-items:center;gap:8px;padding:0;color:#252525;font-size:15px;font-weight:700;background:transparent;border:0}.workbench-search{width:270px}.workbench-search .ant-input-affix-wrapper{border-radius:24px;background:#f6f1eb}.workbench-top-actions button{display:inline-flex;align-items:center;gap:6px;color:#777;background:transparent;border:0}.workbench-body{min-height:calc(100vh - 52px);display:grid;grid-template-columns:205px minmax(0,1fr) var(--rail)}.workbench-sidebar{display:flex;flex-direction:column;background:#fff9f1;border-right:1px solid #f0e8df}.workbench-nav{padding:24px 22px;display:grid;gap:7px}.workbench-nav button{min-height:43px;display:flex;align-items:center;gap:14px;padding:0 13px;color:#6f6f6f;text-align:left;background:transparent;border:0;border-radius:8px}.workbench-nav button:hover:not(:disabled),.workbench-nav button.active{color:var(--brand);background:#ffecd0}.workbench-nav button.active{font-weight:600}.workbench-nav .ant-badge{margin-left:auto}.workbench-nav .ant-badge-count{background:#ed4545;box-shadow:none}.workbench-version{margin-top:auto;padding:0 23px 24px;display:flex;align-items:center;justify-content:space-between;color:#a5a5a5;font-size:11px}.workbench-content{min-width:0;padding:24px 42px 48px;overflow:hidden}.workbench-page{max-width:1100px;margin:0 auto}.workbench-brand-row{height:52px;display:flex;align-items:center;gap:18px}.brand-mark{display:inline-flex;align-items:center;justify-content:center;color:var(--brand)}.brand-mark svg{width:30px;height:38px}.brand-mark.with-wordmark{gap:10px}.brand-wordmark{display:inline-flex;flex-direction:column;line-height:1;color:#242424}.brand-wordmark strong{font-size:20px;font-weight:700}.brand-wordmark small{margin-top:4px;color:#959595;font-size:7px;letter-spacing:2px}.brand-platform{font-size:20px}.workbench-content-actions{margin-left:auto}.workbench-overview{margin-top:16px;display:grid;grid-template-columns:1.08fr .92fr;gap:18px}.workbench-banner{height:200px;overflow:hidden;position:relative;border-radius:9px;background:#ddd;box-shadow:0 2px 8px #d8d1ca}.workbench-banner img{width:100%;height:100%;display:block;object-fit:cover}.workflow-summary{min-height:200px;padding:20px;background:#fff;border:1px solid #eee9e5;border-radius:9px;box-shadow:0 2px 8px #e8e1db}.workflow-summary-head{display:flex;align-items:center;justify-content:space-between}.workflow-summary-head h2{margin:0;font-size:16px}.workflow-summary-head button{color:#aaa;background:none;border:0}.workflow-counts{height:125px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;text-align:center}.workflow-counts button{color:var(--ink);background:none;border:0}.workflow-counts button:disabled{color:#aaa}.workflow-counts strong{display:block;font-size:28px;line-height:35px}.workflow-counts span{color:#555;font-size:14px}.app-directory{margin-top:38px;padding:18px 28px 40px;background:#fff;border:1px solid #efeae6;border-radius:10px;box-shadow:0 2px 8px #eee6df}.directory-head{display:flex;align-items:center;justify-content:space-between;gap:20px}.directory-head h1{margin:0;font-size:18px}.directory-tools{display:flex;align-items:center;gap:10px}.app-search{width:220px;border-radius:22px;background:#fafafa}.rounded-primary{min-height:36px;padding:0 17px;display:inline-flex;align-items:center;justify-content:center;gap:6px;color:#fff;font-weight:600;background:var(--brand);border:0;border-radius:20px}.rounded-primary:hover:not(:disabled){background:var(--brand-deep)}.rounded-primary:disabled{color:#fff;background:#e8c980}.directory-subhead{margin:27px 0 20px;display:flex;align-items:center;gap:7px;color:#555}.directory-subhead span{color:#aaa}.app-grid{display:grid;grid-template-columns:repeat(6,minmax(90px,1fr));gap:28px 28px}.app-tile{position:relative;min-width:0;display:flex;justify-content:center}.app-launch{min-width:100px;display:flex;flex-direction:column;align-items:center;gap:10px;color:#333;background:transparent;border:0}.app-launch:disabled{cursor:not-allowed;opacity:.86}.app-name{max-width:125px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.app-icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;color:#fff;border-radius:50%}.app-icon .brand-mark{color:#fff;transform:scale(.82)}.app-icon-gold{background:#e7a31c}.app-icon-orange{background:#ea9b1d}.app-icon-green{background:#4bb452}.app-icon-indigo{background:#4358c8}.app-icon-darkgreen{background:#247c12}.app-icon-lime{background:#81bd1a}.app-icon-slate{background:#405b63}.app-icon-red{background:#f34d34}.app-icon-purple{background:#7130cb}.app-icon-teal{background:#2ca6a4}.app-favorite{position:absolute;top:-3px;right:0;padding:5px;color:#c8c8c8;background:#fff;border:0;border-radius:50%;opacity:0}.app-tile:hover .app-favorite,.app-favorite.is-favorite{opacity:1}.app-favorite.is-favorite{color:var(--brand)}.business-shell{background:#fff}.business-topbar{height:50px;padding:0 18px 0 10px;display:flex;align-items:center;gap:16px;color:#fff;background:var(--brand)}.business-brand-area{height:100%;display:flex;align-items:center;gap:7px;flex:0 0 auto}.business-topbar .icon-button{color:#fff}.business-topbar .icon-button:hover{color:#fff;background:#c98d18}.business-brand{height:100%;display:flex;align-items:center;gap:8px;color:#fff;font-size:15px;background:transparent;border:0}.business-brand .brand-mark{color:#fff}.business-brand .brand-mark svg{width:24px;height:28px}.module-tabs{height:100%;min-width:0;display:flex;align-items:stretch;overflow:hidden}.module-tabs button{height:100%;min-width:65px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;gap:5px;color:#fff;font-size:14px;background:transparent;border:0;border-bottom:3px solid transparent}.module-tabs button:hover:not(:disabled),.module-tabs button.active{background:#d3951a;border-bottom-color:#fff}.module-tabs button:disabled{opacity:.72}.business-actions{margin-left:auto;display:flex;align-items:center}.business-body{min-height:calc(100vh - 50px);display:grid;grid-template-columns:var(--sidebar) minmax(0,1fr) var(--rail)}.module-sidebar{position:relative;display:flex;flex-direction:column;background:#fff;border-right:1px solid var(--line)}.module-tree{padding-top:8px}.module-tree-title,.module-tree-item{width:100%;min-height:43px;padding:0 23px;display:flex;align-items:center;gap:11px;color:#555;text-align:left;background:transparent;border:0}.module-tree-title{color:#555;font-weight:600}.module-tree-title svg:last-child{margin-left:auto}.module-tree-item{padding-left:34px;font-size:14px}.module-tree-item:hover,.module-tree-item.active{color:var(--brand-deep);background:#fff5e4}.module-tree-item.active{box-shadow:inset 3px 0 var(--brand);font-weight:600}.sidebar-footer{margin-top:auto;padding:11px 18px;display:flex;justify-content:flex-end;align-items:center;border-top:1px solid var(--line)}.sidebar-footer span{margin-right:auto;color:#9a9a9a;font-size:11px}.business-content{min-width:0;padding:10px 0 32px;overflow:hidden;background:#fff}.utility-rail{min-height:calc(100vh - 50px);padding:9px 5px 7px;display:flex;flex-direction:column;align-items:center;gap:8px;background:#fff;border-left:1px solid var(--line)}.utility-rail button{border:0}.utility-avatar{width:32px;height:32px;margin-bottom:5px;color:#fff;font-weight:700;background:#48a956;border-radius:50%}.rail-label{padding:4px 0;display:flex;flex-direction:column;align-items:center;gap:2px;color:#888;background:transparent;font-size:10px}.rail-label:hover:not(:disabled){color:var(--brand)}.utility-divider{width:27px;height:1px;margin:3px 0;background:#ddd}.utility-spacer{flex:1}.rail-circle,.rail-app{width:29px;height:29px;display:flex;align-items:center;justify-content:center;color:#fff;border-radius:50%}.rail-circle:disabled{opacity:.95}.rail-blue{background:#7d98a6}.rail-indigo{background:#5374e9}.rail-orange{background:#ffab38}.rail-app{border-radius:6px}.rail-gold{background:#dda01c}.rail-green{background:#4caf58}.rail-darkgreen{background:#176c28}.rail-chevron{color:#888}.page-stack{min-width:0;display:flex;flex-direction:column;gap:16px}.data-sheet{min-width:0;background:#fff}.sheet-titlebar{min-height:42px;padding:0 20px;display:flex;align-items:center;gap:9px;border-bottom:1px solid var(--line)}.sheet-title-icon{color:#9b9b9b}.sheet-titlebar h1{margin:0;font-size:17px}.sheet-titlebar>.icon-button{margin-left:-3px}.sheet-tools{margin-left:auto;display:flex;align-items:center;gap:3px}.sheet-search{width:180px}.sheet-viewbar{min-height:42px;padding:0 22px;display:flex;align-items:center;gap:9px;border-bottom:1px solid var(--line)}.sheet-view-active{height:42px;padding:0 20px;display:inline-flex;align-items:center;gap:8px;color:#1677ff;font-weight:600;background:transparent;border:0;border-bottom:3px solid #1677ff}.selection-count{padding:5px 8px;color:var(--brand-deep);background:var(--brand-soft);border:0;border-radius:4px}.sheet-pagination{margin-left:auto;display:flex;align-items:center;gap:5px}.page-count{color:#888;background:transparent;border:0;font-size:12px}.sheet-grid{overflow:auto}.sheet-grid .ant-table{min-width:850px}.sheet-grid .ant-table-container{border-left:0;border-right:0}.sheet-grid .ant-table-thead>tr>th{height:37px;padding:6px 10px;color:#555;background:#f7f7f7;font-size:12px;font-weight:600;white-space:nowrap}.sheet-grid .ant-table-tbody>tr>td{height:35px;padding:5px 10px;color:#444;font-size:12px;white-space:nowrap}.sheet-grid .ant-table-tbody>tr:nth-child(2n)>td{background:#fafafa}.sheet-grid .ant-table-tbody>tr:hover>td{background:#fff7e8!important}.row-index{color:#aaa}.table-record-link{padding:0;overflow:hidden;color:#444;text-overflow:ellipsis;white-space:nowrap;background:transparent;border:0}.table-record-link:hover{color:var(--brand-deep);text-decoration:underline}.relation-label{display:inline-block;max-width:100%;padding:3px 7px;overflow:hidden;color:#5b6678;text-overflow:ellipsis;vertical-align:middle;background:#edf1f7;border-radius:3px}.sheet-grid .ant-pagination{display:none}.sheet-bottom{height:27px;padding:0 22px;display:flex;align-items:center;gap:12px;color:#aaa;font-size:12px;border-top:1px solid var(--line)}.sheet-bottom svg{margin-left:auto}.column-choices{min-width:180px;display:grid;gap:10px}.sheet-stats{display:grid;gap:8px}.sheet-stats strong{margin-left:6px;color:var(--brand-deep)}.is-spinning{animation:spin 1s linear infinite}.quick-search{position:fixed;z-index:100;top:58px;right:58px;width:320px;padding:8px;display:flex;gap:4px;background:#fff;border:1px solid var(--line);box-shadow:0 8px 24px #0002}.navigation-backdrop{display:none}.detail-stack{display:flex;flex-direction:column;gap:18px}.full-width{width:100%}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 14px}.form-grid .span-2{grid-column:1 / -1}.line-list,.operation-lines{display:flex;flex-direction:column;gap:10px}.line-editor{display:grid;grid-template-columns:minmax(220px,1.6fr) minmax(120px,.7fr) minmax(150px,.8fr) 34px;gap:10px;align-items:end;padding:10px;border:1px solid var(--line);border-radius:6px}.line-editor .ant-form-item,.operation-line .ant-form-item{margin-bottom:0}.operation-line{display:grid;grid-template-columns:minmax(180px,1.4fr) minmax(130px,1fr);gap:10px;align-items:end;padding:10px 0;border-top:1px solid #eef2f7}.operation-line:first-child{border-top:0}.operation-line.return-line{grid-template-columns:minmax(160px,1.4fr) repeat(5,minmax(105px,1fr))}.operation-sku{min-width:0;padding-bottom:5px}.operation-sku strong,.operation-sku span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.operation-sku strong{font-size:13px}.operation-sku span{margin-top:3px;color:#667085;font-size:12px}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:900px){.workbench-topbar,.business-topbar{padding:0 12px;gap:8px}.mobile-menu{display:block}.workbench-topbar .organization-name{font-size:13px}.workbench-search{flex:1;width:auto}.workbench-top-actions{display:none}.workbench-body,.business-body{display:block}.workbench-sidebar,.module-sidebar{position:fixed;z-index:90;top:52px;bottom:0;left:0;width:240px;transform:translate(-105%);transition:transform .2s ease;box-shadow:8px 0 24px #0002}.business-shell .module-sidebar{top:50px}.workbench-sidebar.mobile-open,.module-sidebar.mobile-open{transform:translate(0)}.navigation-backdrop{position:fixed;z-index:80;top:52px;right:0;bottom:0;left:0;display:block;background:#0005;border:0}.business-shell .navigation-backdrop{top:50px}.workbench-content,.business-content{padding:14px 12px 32px}.utility-rail{display:none}.workbench-brand-row{height:auto}.brand-platform{font-size:16px}.workbench-overview{grid-template-columns:1fr}.workbench-banner,.workflow-summary{min-height:150px;height:170px}.app-directory{margin-top:20px;padding:15px}.directory-head{align-items:stretch;flex-direction:column}.directory-tools{justify-content:stretch}.app-search{flex:1;width:auto}.app-grid{grid-template-columns:repeat(3,minmax(80px,1fr));gap:24px 8px}.app-icon{width:66px;height:66px}.app-launch{min-width:76px}.module-tabs{display:none}.business-actions{margin-left:auto}.business-brand strong{display:none}.sheet-titlebar{padding:0 10px}.sheet-titlebar h1{font-size:16px}.sheet-tools .sheet-search{width:125px}.sheet-viewbar{padding:0 10px}.sheet-pagination .page-count{display:none}.form-grid,.line-editor,.operation-line,.operation-line.return-line{grid-template-columns:1fr}.form-grid .span-2{grid-column:auto}}@media(max-width:520px){.organization-name{max-width:170px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workbench-search{display:none}.workbench-brand-row{gap:9px}.brand-wordmark strong{font-size:16px}.brand-platform{font-size:14px}.workflow-counts strong{font-size:23px}.workflow-counts span{font-size:12px}.directory-subhead{margin-top:20px}.app-grid{grid-template-columns:repeat(3,1fr)}.sheet-tools .icon-button:nth-of-type(2),.sheet-tools .icon-button:nth-of-type(3){display:none}.sheet-tools .rounded-primary span{display:none}.rounded-primary{padding:0 10px}.business-brand-area,.business-brand{min-width:0}.business-brand span:not(.brand-mark){display:none}.business-brand .brand-mark svg{width:22px}.data-sheet{margin:-14px -12px -32px}.sheet-titlebar{min-height:44px}.sheet-viewbar{min-height:40px}.sheet-grid .ant-table{min-width:820px}.quick-search{top:56px;left:12px;right:12px;width:auto}}
