.mps-dashboard-page{display:flex;flex-direction:column;gap:12px;min-width:0;padding:16px;color:#1f2a37}.mps-dash-crumbs{display:flex;align-items:center;gap:8px;color:#64748b;font-size:13px}.mps-dash-crumbs strong{color:#1677ff}.mps-dash-header,.mps-dash-filter,.mps-dash-panel{border:1px solid #dbe5f2;border-radius:8px;background:#fff;box-shadow:0 1px 2px #0f172a0a}.mps-dash-header{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 18px}.mps-dash-header h1,.mps-dash-panel-title h2{margin:0;color:#1f2937;font-size:20px;line-height:1.3}.mps-dash-header p,.mps-dash-panel-title p{margin:4px 0 0;color:#64748b;font-size:13px}.mps-dash-actions{display:flex;align-items:center;gap:10px;color:#64748b;font-size:13px;white-space:nowrap}.mps-dash-icon-button,.mps-dash-primary,.mps-dash-secondary{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:34px;border-radius:6px;border:1px solid #cbd9eb;background:#fff;color:#1f2937;font-size:13px;font-weight:700;cursor:pointer}.mps-dash-icon-button{padding:0 12px}.mps-dash-icon-button:disabled,.mps-dash-primary:disabled,.mps-dash-secondary:disabled{cursor:not-allowed;opacity:.55}.mps-dash-primary{min-width:72px;border-color:#1677ff;background:#1677ff;color:#fff}.mps-dash-secondary{min-width:72px}.mps-dash-filter{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr)) minmax(220px,1.4fr) minmax(190px,1.2fr) auto auto;gap:10px;align-items:end;padding:12px}.mps-dash-filter label{display:flex;flex-direction:column;gap:5px;color:#526174;font-size:12px;font-weight:700}.mps-dash-filter select,.mps-dash-filter input{width:100%;height:34px;border:1px solid #cbd9eb;border-radius:6px;background:#fff;color:#1f2937;font-size:13px}.mps-dash-filter select{padding:0 10px}.mps-dash-search{position:relative}.mps-dash-search svg{position:absolute;bottom:9px;left:10px;color:#7b8ba1}.mps-dash-search input{padding:0 10px 0 32px}.mps-dash-message{padding:10px 12px;border-radius:6px;font-size:13px}.mps-dash-message.error{border:1px solid #fecaca;background:#fef2f2;color:#b91c1c}.mps-dash-metrics{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.mps-dash-metric{min-height:102px;padding:14px 16px;border:1px solid #dbe5f2;border-radius:8px;background:#fff;box-shadow:inset 0 3px 0 var(--metric-color, #1677ff)}.mps-dash-metric span{display:block;color:#526174;font-size:13px;font-weight:700}.mps-dash-metric strong{display:block;margin-top:10px;color:var(--metric-color, #1677ff);font-size:26px;line-height:1.1}.mps-dash-metric em{margin-left:4px;color:#64748b;font-size:13px;font-style:normal}.mps-dash-metric small{display:inline-flex;margin-top:8px;padding:2px 8px;border-radius:999px;background:#fff7ed;color:#b45309;font-size:11px;font-weight:700}.metric-blue{--metric-color: #1677ff}.metric-green{--metric-color: #059669}.metric-indigo{--metric-color: #4f46e5}.metric-amber{--metric-color: #d97706}.metric-cyan{--metric-color: #0891b2}.metric-red{--metric-color: #dc2626}.mps-dash-main-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(300px,.8fr);gap:12px}.mps-dash-panel{padding:14px 16px}.mps-dash-panel-title{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.mps-dash-panel-title h2{font-size:16px}.mps-dash-panel-title>span{color:#64748b;font-size:13px;font-weight:700}.mps-dash-chart{height:300px;min-width:0}.mps-dash-empty-chart,.mps-dash-empty-cell{color:#7b8ba1;text-align:center}.mps-dash-empty-chart{display:flex;align-items:center;justify-content:center;height:280px;border:1px dashed #cbd9eb;border-radius:8px}.mps-dash-insight-list{display:grid;gap:10px}.mps-dash-insight{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid #e5edf7;border-radius:6px;background:#f8fbff}.mps-dash-insight span{color:#64748b;font-size:12px;font-weight:700}.mps-dash-insight strong{color:#1f2937;font-size:13px;text-align:right}.mps-dash-note{margin-top:12px;padding:10px 12px;border-radius:6px;background:#f0f9ff;color:#0369a1;font-size:12px;line-height:1.6}.mps-dash-table-wrap{overflow:auto;border:1px solid #e5edf7;border-radius:6px}.mps-dash-table{width:100%;min-width:1180px;border-collapse:collapse;table-layout:fixed;font-size:12px}.mps-dash-table th,.mps-dash-table td{height:38px;padding:0 10px;border-bottom:1px solid #e8eef7;text-align:center;white-space:nowrap}.mps-dash-table th{background:#eef3fa;color:#334155;font-weight:800}.mps-dash-table td{color:#1f2937}.mps-dash-table .negative{color:#dc2626;font-weight:800}.mps-dash-table .positive{color:#059669;font-weight:800}.period-table{min-width:920px}.mps-dash-progress{position:relative;width:100%;height:22px;overflow:hidden;border-radius:999px;background:#eef3fa}.mps-dash-progress div{height:100%;border-radius:inherit;background:linear-gradient(90deg,#38bdf8,#2563eb)}.mps-dash-progress span{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#1f2937;font-size:11px;font-weight:800}@media(max-width:1320px){.mps-dash-filter{grid-template-columns:repeat(3,minmax(120px,1fr))}.mps-dash-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.mps-dash-main-grid{grid-template-columns:1fr}}@media(max-width:760px){.mps-dashboard-page{padding:10px}.mps-dash-header,.mps-dash-actions{align-items:stretch;flex-direction:column}.mps-dash-filter,.mps-dash-metrics{grid-template-columns:1fr}}.mrp-root{width:100%;height:100%;background:#f3f6fb;color:#1f2937;position:relative;overflow:hidden}.mrp-page{height:100%;min-width:0;overflow:auto;padding:0 16px 16px}.mrp-crumbs{height:44px;display:flex;align-items:center;gap:7px;color:#526273;font-size:13px;border-bottom:1px solid #e5eaf2;margin-bottom:0}.mrp-crumb-separator,.mrp-crumb-active{color:#1677ff}.mrp-crumb-active{font-weight:700;height:44px;display:inline-flex;align-items:center;padding:0 4px;border-bottom:2px solid #1677ff}.mrp-workspace-tabs{gap:8px;align-items:flex-end}.mrp-workspace-home,.mrp-workspace-tab{height:34px;border:1px solid transparent;background:transparent;color:#526273;border-radius:8px 8px 0 0;display:inline-flex;align-items:center;gap:6px;padding:0 10px;margin-bottom:-1px;font-weight:700}.mrp-workspace-home{border-radius:8px;margin-bottom:5px}.mrp-workspace-home:hover,.mrp-workspace-tab:not(:disabled):hover{background:#f8fbff;color:#1677ff}.mrp-workspace-tab.active{position:relative;border-color:#dfe6ef #dfe6ef #fff;background:#fff;color:#1677ff}.mrp-workspace-tab.active:after{content:"";position:absolute;left:10px;right:10px;bottom:0;height:3px;border-radius:999px 999px 0 0;background:#1677ff}.mrp-workspace-tab:disabled{cursor:default}.mrp-titlebar,.mrp-summary,.mrp-source-card,.mrp-history-card{background:#fff;border:1px solid #dfe6ef}.mrp-titlebar{height:42px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;margin-top:0}.mrp-titlebar h1,.mrp-history-head h2{margin:0;font-size:15px;line-height:1}.mrp-history-head h2{font-size:14px}.mrp-title-actions,.mrp-toolbar,.mrp-history-filters,.mrp-source-tabs,.mrp-summary-grid,.mrp-info-value,.mrp-status-inline,.mrp-filter-button,.mrp-primary-button,.mrp-secondary-button{display:flex;align-items:center}.mrp-title-actions{gap:10px;color:#8b95a5}.mrp-icon-button{width:26px;height:26px;border:1px solid transparent;border-radius:6px;background:transparent;color:#64748b;display:grid;place-items:center;padding:0}.mrp-icon-button:hover{background:#f1f5fb;color:#1677ff}.mrp-plain-action{height:30px;border:0;background:transparent;color:#111827;display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:700;padding:0}.mrp-plain-action:hover{color:#1677ff}.mrp-summary{margin-top:10px;padding:15px 18px 14px}.mrp-summary-heading{font-size:14px;margin-bottom:16px}.mrp-summary-grid{justify-content:space-between;gap:18px}.mrp-info-value{min-width:0;gap:8px;color:#526273;white-space:nowrap}.mrp-info-value strong{color:#334155;font-size:13px}.mrp-info-value strong.danger{color:#b4232a}.mrp-status-inline{gap:5px;color:#526273}.mrp-status-inline.success{color:#22c55e}.mrp-status-inline.danger{color:#ef4444}.mrp-source-card{margin-top:10px}.mrp-card-head{height:50px;display:grid;grid-template-columns:180px minmax(280px,1fr) auto;align-items:center;gap:16px;padding:0 16px;border-bottom:1px solid #edf1f6}.mrp-card-title{font-size:13px;font-weight:700}.mrp-source-tabs{height:100%;gap:70px}.mrp-source-tabs button{height:100%;border:0;background:transparent;color:#334155;font-weight:600;padding:0 2px}.mrp-source-tabs button.active{color:#1677ff;font-weight:700}.mrp-toolbar{gap:12px}.mrp-filter-button,.mrp-secondary-button,.mrp-primary-button{height:30px;border-radius:4px;padding:0 12px;gap:6px;white-space:nowrap}.mrp-filter-button,.mrp-secondary-button{border:1px solid #d6dde8;background:#fff;color:#334155}.mrp-filter-button:hover,.mrp-secondary-button:hover{border-color:#1677ff;color:#1677ff}.mrp-filter-button span{width:16px;height:16px;border-radius:50%;display:inline-grid;place-items:center;background:#22c55e;color:#fff;font-size:11px}.mrp-primary-button{border:1px solid #12b886;background:#12b886;color:#fff;font-weight:700}.mrp-primary-button:disabled{cursor:not-allowed;opacity:.55}.mrp-card-caret{color:#1d4ed8}.mrp-table-wrap{min-width:0;overflow:auto}.mrp-source-card .mrp-table-wrap{height:282px;overflow:scroll}.mrp-source-card.history-collapsed .mrp-table-wrap{height:344px}.mrp-table{width:100%;border-collapse:collapse;table-layout:fixed;color:#1f2937;font-size:12px}.mrp-planned-source-table{min-width:1500px}.mrp-order-source-table{min-width:1740px}.mrp-table th,.mrp-table td{height:31px;border-bottom:1px solid #edf1f6;border-right:1px solid #eef2f7;padding:0 8px;text-align:center;vertical-align:middle;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mrp-table th{height:30px;background:#eef2f7;font-size:12px;font-weight:700;color:#344054}.mrp-table th:last-child,.mrp-table td:last-child{border-right:0}.mrp-source-table th:nth-child(1),.mrp-source-table td:nth-child(1){width:56px}.mrp-planned-source-table th:nth-child(2),.mrp-planned-source-table td:nth-child(2){width:170px}.mrp-planned-source-table th:nth-child(3),.mrp-planned-source-table td:nth-child(3){width:190px}.mrp-planned-source-table th:nth-child(4),.mrp-planned-source-table td:nth-child(4){width:150px}.mrp-source-table th,.mrp-source-table td{min-width:130px}.mrp-source-table th:nth-child(1),.mrp-source-table td:nth-child(1){min-width:56px}.mrp-order-source-table th:nth-child(2),.mrp-order-source-table td:nth-child(2){width:112px}.mrp-order-source-table th:nth-child(3),.mrp-order-source-table td:nth-child(3){width:170px}.mrp-order-source-table th:nth-child(4),.mrp-order-source-table td:nth-child(4){width:210px}.mrp-order-source-table th:nth-child(5),.mrp-order-source-table td:nth-child(5){width:140px}.mrp-order-source-table th:nth-child(6),.mrp-order-source-table td:nth-child(6){width:220px}.mrp-order-source-table td:nth-child(6){overflow:visible;text-overflow:clip}.mrp-link,.mrp-actions button{color:#0b63f6;font-weight:700}.mrp-actions button.danger{color:#dc2626}.mrp-inline-link{border:0;background:transparent;color:#0b63f6;font-weight:700;padding:0}.mrp-inline-link:hover{text-decoration:underline}.mrp-strong{font-weight:700}.mrp-check-col{width:56px}.mrp-check{width:15px;height:15px;border:1px solid #9ab1d2;border-radius:3px;background:#fff;color:#fff;padding:0;line-height:13px;text-align:center;font-size:10px;font-weight:700;display:inline-grid;place-items:center}.mrp-check.checked{background:#2f9bff;border-color:#2f9bff}.mrp-status-dot{display:inline-flex;align-items:center;justify-content:center;gap:8px}.mrp-status-dot i{width:12px;height:12px;border-radius:50%;background:#a61b22}.mrp-status-dot.done i{background:#22c55e}.mrp-status-dot.partial i{background:#f59e0b}.mrp-table-footer{height:34px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 14px;color:#64748b}.mrp-table-footer span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mrp-table-footer strong{color:#64748b;font-size:12px;white-space:nowrap}.mrp-history-card{margin-top:10px}.mrp-history-card.collapsed{overflow:hidden}.mrp-history-head{min-height:50px;display:grid;grid-template-columns:180px minmax(0,1fr) 16px;align-items:center;gap:14px;padding:0 16px;border-bottom:1px solid #edf1f6}.mrp-history-card.collapsed .mrp-history-head{border-bottom:0}.mrp-history-filters{justify-content:flex-end;gap:12px;color:#334155}.mrp-history-filters label{display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.mrp-history-filters input,.mrp-history-filters select{height:28px;border:1px solid #dfe6ef;border-radius:4px;background:#fff;padding:0 10px;color:#334155;min-width:120px}.mrp-history-wrap{height:124px;overflow:scroll}.mrp-history-table{min-width:1680px}.mrp-result-page{background:#fff;display:grid;grid-template-rows:auto auto auto minmax(0,1fr);overflow:hidden}.mrp-result-page .mrp-titlebar{height:38px}.mrp-result-page .mrp-titlebar h1{font-size:14px}.mrp-result-summary,.mrp-result-card{background:#fff;border:1px solid #dfe6ef}.mrp-result-summary{position:relative;z-index:3;overflow:visible;padding:10px 16px;border-top:0}.mrp-result-meta{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px 22px;margin-bottom:7px}.mrp-result-meta .mrp-info-value{gap:6px;min-height:24px}.mrp-result-meta .mrp-info-value strong{font-size:13px}.mrp-result-meta.secondary{grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;margin-bottom:8px}.mrp-result-meta.secondary .mrp-result-remark{grid-column:2 / 5}.mrp-result-remark{position:relative;min-height:26px;color:#526273;min-width:0}.mrp-result-remark-line{position:relative;display:flex;align-items:center;gap:6px;height:26px;min-width:0}.mrp-result-remark-line.editing{height:28px}.mrp-result-remark-label{flex:0 0 auto;color:#334155;font-size:13px;font-weight:700;white-space:nowrap}.mrp-result-remark-value,.mrp-result-remark-empty{flex:1 1 auto;min-width:0;color:#334155;font-size:13px;line-height:26px;white-space:nowrap;overflow:hidden;text-overflow:clip}.mrp-result-remark-empty{color:#94a3b8}.mrp-result-remark-line:hover:after{content:attr(data-tooltip);position:absolute;left:42px;top:30px;z-index:30;max-width:min(720px,70vw);max-height:180px;overflow:auto;white-space:normal;overflow-wrap:anywhere;padding:8px 10px;border:1px solid #d7e0ec;border-radius:6px;background:#fff;box-shadow:0 10px 28px #0f172a24;color:#334155;font-size:12px;line-height:1.5;pointer-events:none}.mrp-result-remark-line:not(:hover):after,.mrp-result-remark-line.editing:hover:after,.mrp-result-remark-line[data-tooltip=暂无备注]:hover:after{display:none}.mrp-result-remark-input{flex:1 1 auto;min-width:0;height:28px;border:1px solid #d6dde8;border-radius:4px;color:#334155;padding:0 9px;font-size:13px;line-height:28px;outline:none;background:#fff}.mrp-result-remark-input:focus{border-color:#1677ff;box-shadow:0 0 0 3px #1677ff1f}.mrp-result-remark-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:6px;width:auto;margin-top:0;flex-shrink:0}.mrp-result-remark button{height:24px;border:1px solid #d6dde8;border-radius:4px;background:#fff;color:#526273;display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:0 7px;font-size:12px;font-weight:600;white-space:nowrap;line-height:1;flex-shrink:0}.mrp-result-remark button:hover{border-color:#1677ff;color:#1677ff}.mrp-result-remark button:disabled{cursor:not-allowed;opacity:.62}.mrp-result-remark .mrp-remark-edit{width:auto;min-width:54px;color:#64748b;background:#f8fafc}.mrp-result-remark .mrp-remark-save{border-color:#1677ff;background:#1677ff;color:#fff}.mrp-result-remark .mrp-remark-save:hover{border-color:#0f63d6;background:#0f63d6;color:#fff}.mrp-result-remark-error{margin-top:6px;color:#b91c1c;font-size:12px}.mrp-result-kpis{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));gap:10px}.mrp-result-kpi{min-width:0;border:1px solid #e4eaf2;background:#f8fafc;border-radius:4px;padding:7px 10px;display:grid;gap:3px;min-height:50px}.mrp-result-kpi span{color:#64748b;font-size:11px}.mrp-result-kpi strong{color:#1f2937;font-size:15px;line-height:1.2}.mrp-result-kpi.primary strong{color:#0b63f6}.mrp-result-kpi.success strong{color:#16a34a}.mrp-result-kpi.danger strong{color:#b4232a}.mrp-result-card{margin-top:10px;min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr) 46px;overflow:hidden}.mrp-result-filterbar{min-height:52px;display:flex;align-items:center;gap:10px;padding:10px 16px;border-bottom:1px solid #edf1f6;overflow:visible}.mrp-result-filterbar label{display:inline-flex;align-items:center;gap:8px;color:#334155;font-weight:700;white-space:nowrap}.mrp-result-filterbar input,.mrp-result-filterbar select{width:128px;height:28px;border:1px solid #dfe6ef;border-radius:4px;background:#fff;color:#334155;padding:0 9px;font-size:12px}.mrp-result-tools{margin-left:auto;display:inline-flex;align-items:center;gap:9px;min-width:max-content}.mrp-result-tools span{margin-left:2px;color:#8b95a5;white-space:nowrap}.mrp-result-wrap{min-height:0;overflow:auto}.mrp-result-table{min-width:1444px}.mrp-result-table.order-mode{min-width:1450px}.mrp-result-table .mrp-col-check{width:48px}.mrp-result-table .mrp-col-plan-order,.mrp-result-table .mrp-col-source-order{width:126px}.mrp-result-table.order-mode .mrp-col-source-order{width:110px}.mrp-result-table .mrp-col-source-line{width:146px}.mrp-result-table.order-mode .mrp-col-source-line{width:124px}.mrp-result-table .mrp-col-source-type{width:78px}.mrp-result-table .mrp-col-product{width:112px}.mrp-result-table.order-mode .mrp-col-product{width:98px}.mrp-result-table .mrp-col-fence,.mrp-result-table .mrp-col-week{width:76px}.mrp-result-table .mrp-col-week{width:72px}.mrp-result-table .mrp-col-demand{width:112px}.mrp-result-table.order-mode .mrp-col-demand{width:94px}.mrp-result-table .mrp-col-thumb{width:76px}.mrp-result-table .mrp-col-level{width:58px}.mrp-result-table .mrp-col-material-code{width:110px}.mrp-result-table .mrp-col-material-name{width:132px}.mrp-result-table .mrp-col-material-type,.mrp-result-table .mrp-col-material-category{width:92px}.mrp-result-table .mrp-col-issued-qty{width:132px}.mrp-result-table .mrp-col-issued-status{width:82px}.mrp-result-table .mrp-sticky-left,.mrp-result-table .mrp-sticky-right{position:sticky;z-index:4}.mrp-result-table td.mrp-sticky-left{background:#f8fbff}.mrp-result-table td.mrp-sticky-right{background:#fffaf3}.mrp-result-table th.mrp-sticky-left,.mrp-result-table th.mrp-sticky-right{z-index:7}.mrp-result-table th.mrp-sticky-left{background:#eaf3ff}.mrp-result-table th:not(.mrp-sticky-left):not(.mrp-sticky-right){background:#f0f3f7}.mrp-result-table th.mrp-sticky-right{background:#f7efe3}.mrp-result-table .left-check{left:0}.mrp-result-select-all{min-width:0;border:0;background:transparent;color:#344054;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:0;font:inherit;font-weight:700}.mrp-result-select-all:hover{color:#1677ff}.mrp-result-table.mps-mode .left-source-1{left:48px}.mrp-result-table.mps-mode .left-source-2{left:174px}.mrp-result-table.mps-mode .left-source-3{left:286px}.mrp-result-table.mps-mode .left-source-4{left:362px}.mrp-result-table.mps-mode .left-source-5{left:434px}.mrp-result-table.order-mode .left-source-1{left:48px}.mrp-result-table.order-mode .left-source-2{left:158px}.mrp-result-table.order-mode .left-source-3{left:282px}.mrp-result-table.order-mode .left-source-4{left:360px}.mrp-result-table.order-mode .left-source-5{left:458px}.mrp-result-table .left-source-5{box-shadow:1px 0 #e5ebf3}.mrp-result-table .right-issued-status{right:0;box-shadow:-1px 0 #e5ebf3}.mrp-result-table .right-issued-qty{right:82px}.mrp-result-table .mrp-link{font-weight:500}.mrp-result-table .mrp-sticky-left,.mrp-result-table .mrp-sticky-right{font-size:11.5px}.mrp-result-table .wo-head-cell{justify-content:center;gap:2px;width:100%}.mrp-result-table .wo-head-cell button{width:20px;height:20px}.mrp-result-table .left-source-5,.mrp-result-table .right-issued-qty{font-weight:500}.mrp-result-quantity{display:inline-flex;align-items:center;justify-content:center;gap:7px;width:100%}.mrp-issued-qty-cell{display:inline-flex;align-items:center;justify-content:flex-end;gap:5px;width:100%;min-width:0}.mrp-issued-qty-cell>span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mrp-shortage-summary{display:inline-flex;align-items:center;justify-content:center;gap:2px;min-width:18px;height:18px;border-radius:999px;background:#fee2e2;color:#dc2626;font-size:10px;font-weight:800;flex:0 0 auto}.mrp-shortage-action{display:inline-flex;align-items:center;justify-content:center;gap:3px;height:22px;border:1px solid #fecaca;border-radius:4px;background:#fff7f7;color:#b91c1c;font-size:11px;font-weight:800;padding:0 5px;white-space:nowrap}.mrp-shortage-action:hover{border-color:#ef4444;background:#fee2e2}.mrp-shortage-overlay{position:fixed;inset:0;z-index:75;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f172a47}.mrp-shortage-dialog{width:min(980px,calc(100vw - 56px));border:1px solid #dbe4f0;border-radius:8px;background:#fff;box-shadow:0 22px 58px #0f172a2e}.mrp-shortage-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;border-bottom:1px solid #edf2f7}.mrp-shortage-head h2{margin:0;color:#111827;font-size:16px}.mrp-shortage-head button{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:0;border-radius:6px;background:transparent;color:#64748b}.mrp-shortage-head button:hover{background:#f1f5f9;color:#111827}.mrp-shortage-grid{display:grid;grid-template-columns:repeat(5,minmax(140px,1fr));gap:12px 18px;padding:16px 18px 12px}.mrp-shortage-danger strong{color:#b91c1c;font-weight:800}.mrp-shortage-actions{display:flex;justify-content:flex-end;gap:10px;padding:14px 18px 18px;border-top:1px solid #edf2f7}.mrp-result-expand{width:18px;height:18px;border:1px solid #cfd8e3;border-radius:50%;background:#fff;color:#64748b;display:inline-flex;align-items:center;justify-content:center;padding:0;flex:0 0 auto}.mrp-result-expand:hover{color:#0b63f6;border-color:#90b8ff;background:#f4f8ff}.mrp-result-expand.expanded{border-color:#90b8ff;background:#eaf3ff;color:#0b63f6;font-size:13px;font-weight:700}.mrp-inline-bom-row td{height:34px;padding:0 8px;background:#fff}.mrp-inline-bom-row td.mrp-sticky-left{background:#fbfdff}.mrp-inline-bom-row td.mrp-sticky-right{background:#fffaf3}.mrp-inline-bom-row td.mrp-inline-bom-right-head,.mrp-result-table td.mrp-inline-bom-right-head{background:#f6f8fb}.mrp-inline-bom-cell{padding:0;overflow:hidden;background:#fff}.mrp-inline-bom-scroll{width:100%;overflow-x:auto;overflow-y:hidden;scrollbar-gutter:stable}.mrp-result-table .mrp-rowspan-cell{vertical-align:top}.mrp-inline-bom-cell.root-head{padding:0;background:#f6f8fb}.mrp-inline-bom-grid{display:grid;grid-template-columns:48px 74px 68px 150px 170px 170px 112px 116px 128px 128px;align-items:center;width:max-content;min-width:1164px;min-height:34px;border-bottom:1px solid #edf1f6;color:#1f2937}.mrp-inline-bom-grid.header{min-height:31px;background:#f6f8fb;color:#475467;font-weight:700}.mrp-inline-bom-cell.root-head .mrp-inline-bom-grid.header{border-bottom:0}.mrp-inline-bom-grid>span{height:100%;min-width:0;display:inline-flex;align-items:center;justify-content:center;padding:0 6px;border-right:1px solid #eef2f7;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mrp-inline-bom-grid>span:last-child{border-right:0}.mrp-num{color:#1f2937;font-variant-numeric:tabular-nums}.mrp-num.strong{color:#0b63f6;font-weight:700}.mrp-material-thumb{width:34px;height:28px;object-fit:contain;display:inline-grid;place-items:center;border:1px solid #e5eaf2;border-radius:4px;background:#fff;color:#64748b;font-weight:700}.mrp-material-thumb.placeholder{background:#eef6ff}.mrp-material-badge{min-width:42px;height:24px;border:1px solid #bbf7d0;border-radius:3px;display:inline-flex;align-items:center;justify-content:center;color:#16a34a;background:#f0fdf4;font-weight:700}.mrp-material-badge.purchase{border-color:#fed7aa;background:#fff7ed;color:#f97316}.mrp-issued-status{display:inline-flex;align-items:center;justify-content:center;gap:7px}.mrp-issued-status i{width:12px;height:12px;border-radius:50%;background:#a61b22}.mrp-issued-status.issued i{background:#22c55e}.mrp-issued-status.partial i{background:#f59e0b}.mrp-issued-status.not-required{color:#64748b}.mrp-issued-status.not-required i{background:#cbd5e1}.mrp-result-footer{height:46px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:24px;padding:0 16px;border-top:1px solid #edf1f6;background:#fff;color:#64748b}.mrp-result-footer label,.mrp-footer-issue-button{display:inline-flex;align-items:center;gap:12px;color:#0b63f6;font-weight:700}.mrp-footer-issue-button{border:0;background:transparent;padding:0;font-size:13px}.mrp-footer-issue-button:hover{color:#1677ff}.mrp-footer-issue-button:disabled{color:#94a3b8;cursor:not-allowed}.mrp-result-footer span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mrp-result-footer strong{color:#64748b;font-size:12px}.mrp-issue-mask{position:fixed;inset:0;z-index:1000;background:#0f172a14;display:grid;place-items:center;padding:72px 96px}.mrp-issue-dialog{width:min(1280px,calc(100vw - 220px));height:min(680px,calc(100vh - 150px));background:#fff;border:1px solid #cfd8e3;box-shadow:0 14px 34px #0f172a2e;display:flex;flex-direction:column;overflow:hidden}.mrp-issue-head{height:54px;display:flex;align-items:center;justify-content:space-between;padding:0 24px;border-bottom:1px solid #dfe6ef}.mrp-issue-head h2{margin:0;font-size:15px}.mrp-issue-head .mrp-plain-action{font-size:16px}.mrp-issue-tabs{height:54px;display:flex;align-items:flex-end;gap:74px;padding:0 24px;border-bottom:1px solid #edf1f6}.mrp-issue-tabs button{height:42px;border:0;border-bottom:2px solid transparent;background:transparent;color:#334155;display:inline-flex;align-items:center;gap:7px;padding:0 2px;font-size:13px;font-weight:600}.mrp-issue-tabs button.active{color:#1677ff;border-bottom-color:#1677ff}.mrp-issue-tabs button:disabled{color:#64748b;cursor:not-allowed}.mrp-issue-tabs span{min-width:18px;height:16px;border-radius:8px;background:#ff4d4f;color:#fff;display:inline-grid;place-items:center;padding:0 5px;font-size:10px;font-weight:600;line-height:16px}.mrp-issue-toolbar{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:7px 24px;border-bottom:1px solid #edf1f6;background:#fbfdff}.mrp-issue-toolbar>div:first-child{display:flex;flex-direction:column;gap:4px;color:#334155;font-size:12px}.mrp-issue-toolbar strong{font-size:14px;color:#111827}.mrp-issue-column-config{position:relative;flex:0 0 auto}.mrp-issue-column-popover{position:absolute;right:0;top:calc(100% + 8px);z-index:20;width:180px;background:#fff;border:1px solid #d7e0eb;box-shadow:0 12px 28px #0f172a24;padding:8px}.mrp-issue-column-popover label{min-height:30px;display:flex;align-items:center;gap:8px;color:#334155;font-size:12px}.mrp-issue-success,.mrp-issue-error{min-height:38px;display:flex;align-items:center;gap:9px;padding:8px 24px;border-bottom:1px solid #edf1f6;font-size:12px}.mrp-issue-success{background:#f0fdf4;color:#166534}.mrp-issue-success strong{font-size:13px}.mrp-issue-error{background:#fef2f2;color:#b4232a}.mrp-issue-table-wrap{flex:1 1 auto;min-height:0;overflow:auto;padding:14px 0 0}.mrp-issue-table{border-collapse:separate;border-spacing:0;table-layout:fixed;width:max(100%,1500px);min-width:1500px}.mrp-issue-table th,.mrp-issue-table td{height:34px;font-size:11.5px;font-weight:400;color:#1f2937}.mrp-issue-table td{font-weight:400}.mrp-issue-table th{height:34px;background:#f0f3f7;font-size:12px;font-weight:600;color:#334155}.mrp-issue-table .issue-check{left:0;width:62px}.mrp-issue-table .issue-index{left:62px;width:54px}.mrp-issue-table .issue-expand{left:116px;width:58px}.mrp-issue-table .issue-source{width:118px}.mrp-issue-table .issue-product{width:130px}.mrp-issue-table .issue-bom-level{width:146px}.mrp-issue-table .issue-work-order{width:150px}.mrp-issue-table .issue-material-code{width:118px}.mrp-issue-table .issue-material-name{width:132px}.mrp-issue-table .issue-spec{width:90px}.mrp-issue-table .issue-material-type,.mrp-issue-table .issue-material-category{width:86px}.mrp-issue-table .issue-date{width:104px;overflow:visible;text-overflow:clip;white-space:nowrap}.mrp-issue-table .issue-suggested,.mrp-issue-table .issue-issued{width:112px}.mrp-issue-table .mrp-link,.mrp-issue-success-table .mrp-link{color:#0b63f6;font-weight:500}.mrp-issue-table .issue-product strong{color:#1f2937;font-size:11.5px;font-weight:500}.mrp-issue-table .issue-material-name,.mrp-issue-table .issue-material-category,.mrp-issue-table .issue-material-type{color:#1f2937;font-size:11.5px;font-weight:400}.mrp-issue-rowspan-cell{vertical-align:top;padding-top:10px}.mrp-issue-sticky-left{position:sticky;background:#fff;z-index:8}.mrp-issue-table th.mrp-issue-sticky-left{background:#eaf3ff;z-index:16}.mrp-issue-table td.mrp-issue-sticky-left{background:#f8fbff}.mrp-issue-table .mrp-issue-sticky-left.issue-expand,.mrp-issue-table .mrp-issue-sticky-left.issue-index{box-shadow:1px 0 #e5ebf3}.mrp-issue-sticky-right{position:sticky;background:#fffaf3!important;background-clip:border-box;z-index:10;box-shadow:-1px 0 #e5ebf3}.mrp-issue-table th.mrp-issue-sticky-right{background:#f7efe3!important;z-index:18}.mrp-issue-table td.mrp-issue-sticky-right{background:#fffaf3!important}.mrp-issue-sticky-right.issue-status{right:0;width:108px;min-width:108px;box-shadow:-1px 0 #e5ebf3,14px 0 #fffaf3}.mrp-issue-sticky-right.issue-qty{right:108px;width:166px;min-width:166px}.mrp-issue-table th.mrp-issue-sticky-right.issue-status{box-shadow:-1px 0 #e5ebf3,14px 0 #f7efe3}.mrp-issue-qty-control{display:inline-flex;align-items:center;justify-content:flex-end;gap:6px}.mrp-issue-qty-control>span{width:26px;height:26px;border:1px solid #d7e0eb;border-radius:3px;background:#fff;color:#334155;display:inline-flex;align-items:center;justify-content:center;font-size:11.5px;font-weight:500}.mrp-issue-qty-input{width:84px;height:26px;border:1px solid #d7e0eb;border-radius:3px;text-align:right;padding:0 10px;color:#0b63f6;font-size:11.5px;font-weight:600;background:#fff}.mrp-issue-qty-input:disabled{color:#64748b;background:#f8fafc}.mrp-issue-row-sub{display:block;margin-top:3px;color:#64748b;font-size:10.5px;white-space:nowrap}.mrp-issue-group-count{color:#0b63f6;font-weight:500}.mrp-issue-group-start td:not(.mrp-issue-sticky-right){border-top:1px solid #d7e0eb}.mrp-mini-expand{width:20px;height:20px;border:1px solid #cfd8e3;border-radius:3px;background:#fff;color:#64748b;display:inline-flex;align-items:center;justify-content:center;padding:0;margin-right:8px;vertical-align:middle}.mrp-mini-expand:hover,.mrp-mini-expand.active{border-color:#90b8ff;color:#1677ff;background:#eef6ff}.mrp-issue-bom-head{display:inline-flex;align-items:center;gap:8px}.mrp-issue-bom-head .mrp-mini-expand{margin-right:0}.mrp-issue-bom-node{position:relative;display:inline-flex;align-items:center;min-width:128px;height:34px}.mrp-issue-bom-node:before,.mrp-issue-bom-node:after{content:"";position:absolute;border-color:#374151}.mrp-issue-bom-node.level-0{padding-left:12px}.mrp-issue-bom-node.level-0:before,.mrp-issue-bom-node.level-0:after{display:none}.mrp-issue-bom-node.level-1{padding-left:48px}.mrp-issue-bom-node.level-1:before{left:25px;top:-18px;height:35px;border-left:1px solid #374151}.mrp-issue-bom-node.level-1:after{left:25px;top:17px;width:23px;border-top:1px solid #374151}.mrp-issue-bom-node.level-2,.mrp-issue-bom-node.level-3,.mrp-issue-bom-node.level-4,.mrp-issue-bom-node.level-5{padding-left:82px}.mrp-issue-bom-node.level-2:before,.mrp-issue-bom-node.level-3:before,.mrp-issue-bom-node.level-4:before,.mrp-issue-bom-node.level-5:before{left:59px;top:-18px;height:35px;border-left:1px solid #374151}.mrp-issue-bom-node.level-2:after,.mrp-issue-bom-node.level-3:after,.mrp-issue-bom-node.level-4:after,.mrp-issue-bom-node.level-5:after{left:59px;top:17px;width:23px;border-top:1px solid #374151}.mrp-bom-level-pill{width:26px;height:26px;border-radius:50%;background:#0b4ce6;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:600}.mrp-issue-footer{height:58px;display:flex;align-items:center;gap:18px;padding:0 24px;border-top:1px solid #edf1f6;background:#fff;color:#334155}.mrp-issue-footer>.mrp-check:first-child{margin-left:20px;margin-right:20px;flex:0 0 auto}.mrp-issue-footer .mrp-secondary-button,.mrp-issue-footer .mrp-primary-button{min-width:108px;justify-content:center}.mrp-bom-level-pill.compact{width:22px;height:22px;font-size:10.5px}.mrp-bom-level-pill.level-0,.mrp-bom-level-pill.level-1{background:#0b4ce6}.mrp-bom-level-pill.level-2{background:#8587f6}.mrp-issue-success-page{flex:1 1 auto;min-height:0;overflow:auto;padding:18px 24px 0}.mrp-issue-success-hero{min-height:104px;display:grid;grid-template-columns:auto minmax(220px,1fr) auto;align-items:center;gap:16px;padding:18px 20px;border:1px solid #b7ebc6;background:#f0fdf4;color:#166534}.mrp-issue-success-hero>div:nth-child(2){display:flex;flex-direction:column;gap:5px}.mrp-issue-success-hero strong{font-size:16px;color:#14532d}.mrp-issue-success-kpis{display:grid;grid-template-columns:repeat(3,minmax(108px,1fr));gap:10px}.mrp-issue-success-table-wrap{margin-top:14px;overflow:auto;border:1px solid #e5edf6}.mrp-issue-success-table{min-width:1260px;table-layout:fixed}.mrp-issue-success-table th,.mrp-issue-success-table td{height:34px;font-size:11.5px;font-weight:400;color:#1f2937}.mrp-issue-success-table th{background:#f0f3f7;font-size:12px;font-weight:600;color:#334155}.mrp-issue-success-table th.mrp-issue-sticky-right{background:#f7efe3!important;z-index:18}.mrp-issue-success-table td.mrp-issue-sticky-right{background:#fffaf3!important}.mrp-issue-success-table .strong{color:#0b63f6;font-weight:600}.mrp-issue-success-qty{display:inline-flex;align-items:center;justify-content:flex-end;gap:6px}.mrp-issue-success-qty>span{min-width:22px;color:#334155;font-weight:500}.mrp-issue-footer .mrp-secondary-button{margin-left:26px;background:#9ca3af;border-color:#9ca3af;color:#fff}.mrp-clear-button{border:0;background:transparent;color:#0b63f6;font-weight:700;padding:0}.mrp-issue-footer strong{margin-left:auto;color:#64748b;font-size:12px;white-space:nowrap}.mrp-history-table th:nth-child(1),.mrp-history-table td:nth-child(1){width:60px}.mrp-history-table th:nth-child(2),.mrp-history-table td:nth-child(2){width:170px}.mrp-history-table th:nth-child(9),.mrp-history-table td:nth-child(9){width:130px}.mrp-collapse-button{width:28px;height:28px;border:1px solid transparent;border-radius:4px;background:transparent;color:#1d4ed8;display:grid;place-items:center;padding:0}.mrp-collapse-button:hover{background:#eef5ff;border-color:#cfe0ff}.mrp-collapse-button svg{transition:transform .16s ease}.mrp-collapse-button svg.expanded{transform:rotate(180deg)}.mrp-history-table th:nth-child(3),.mrp-history-table th:nth-child(4){gap:3px}.mrp-history-table th:nth-child(3),.mrp-history-table th:nth-child(4),.mrp-actions{align-items:center;justify-content:center}.mrp-actions{display:flex;gap:18px}.mrp-actions button{border:0;background:transparent;padding:0}.mrp-filter-drawer{position:absolute;top:82px;right:16px;width:430px;max-height:calc(100% - 98px);background:#fff;border:1px solid #d4dbe7;box-shadow:0 12px 28px #0f172a1f;z-index:20;display:grid;grid-template-rows:auto minmax(0,1fr) auto}.mrp-drawer-head{height:56px;padding:0 20px;display:flex;align-items:center;justify-content:space-between}.mrp-drawer-head h2{margin:0;font-size:15px}.mrp-drawer-head button{border:0;background:transparent;color:#9aa4b2;padding:0}.mrp-drawer-body{padding:4px 20px 12px;overflow:auto}.mrp-filter-group{display:grid;gap:8px;margin-bottom:16px;color:#111827;font-size:13px;font-weight:700}.mrp-filter-group small{margin-left:6px;color:#64748b;font-size:11px;font-weight:400}.mrp-filter-group input{height:34px;border:1px solid #d5dce8;border-radius:4px;padding:0 10px;color:#334155;font-size:12px;font-weight:400}.mrp-filter-group input:disabled{background:#eee;color:#8b95a5}.mrp-segment{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.mrp-segment button{height:32px;border:1px solid #d5dce8;border-radius:4px;background:#fff;color:#334155;font-size:12px}.mrp-segment button.active{border-color:#087a6c;background:#087a6c;color:#fff}.mrp-date-range{display:grid;grid-template-columns:minmax(0,1fr) 18px minmax(0,1fr);align-items:center;gap:8px}.mrp-date-range span{text-align:center;color:#334155}.mrp-drawer-actions{height:58px;padding:10px 20px;display:grid;grid-template-columns:1fr 1fr;gap:30px;border-top:1px solid #edf1f6}.mrp-drawer-actions .mrp-secondary-button,.mrp-drawer-actions .mrp-primary-button{justify-content:center;height:36px}.mrp-modal-mask{position:absolute;inset:0;z-index:35;display:grid;place-items:center;background:#0f172a29;padding:24px}.mrp-scheme-dialog,.mrp-run-dialog,.mrp-delete-dialog{width:min(900px,calc(100vw - 64px));background:#fff;border:1px solid #d6dde8;box-shadow:0 16px 32px #0f172a2e}.mrp-scheme-dialog{display:grid;grid-template-rows:auto minmax(0,1fr) auto auto}.mrp-modal-head{height:52px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid #edf1f6}.mrp-modal-head h2,.mrp-run-status h2{margin:0;color:#1f2937;font-size:15px}.mrp-modal-head button{width:28px;height:28px;border:0;border-radius:4px;background:transparent;color:#8b95a5;display:grid;place-items:center;padding:0}.mrp-modal-head button:hover{background:#f1f5fb;color:#1677ff}.mrp-scheme-body{display:grid;grid-template-columns:164px minmax(0,1fr);gap:26px;padding:24px 24px 22px}.mrp-scheme-sources{display:grid;align-content:start;gap:10px}.mrp-scheme-sources button{height:38px;border:1px solid transparent;border-radius:4px;background:#fff;color:#526273;font-weight:700;text-align:left;padding:0 14px}.mrp-scheme-sources button.active{border-color:#165dff;background:#165dff;color:#fff}.mrp-scheme-sources button:disabled{cursor:not-allowed;opacity:.48}.mrp-scheme-options{display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));column-gap:44px;row-gap:22px}.mrp-toggle-option{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) 74px;align-items:center;gap:14px}.mrp-toggle-option div{min-width:0;display:grid;gap:5px}.mrp-toggle-option strong,.mrp-select-option{color:#334155;font-size:13px}.mrp-toggle-option span{color:#8b95a5;font-size:12px}.mrp-switch{width:66px;height:26px;border:1px solid #c7d1df;border-radius:999px;background:#f1f5f9;color:#64748b;font-size:12px;display:flex;align-items:center;gap:4px;padding:0 8px 0 5px}.mrp-switch i{width:17px;height:17px;border-radius:50%;background:#9aa4b2}.mrp-switch.on{border-color:#60a5fa;background:#eff6ff;color:#1677ff;padding-left:5px}.mrp-switch.on i{background:#1677ff}.mrp-select-option{display:grid;gap:8px;font-weight:700}.mrp-select-option select{height:30px;border:1px solid #d6dde8;border-radius:4px;background:#fff;color:#334155;padding:0 10px;font-size:12px}.mrp-scheme-formula{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid #edf1f6;color:#8b95a5;padding:10px 16px;font-size:12px}.mrp-scheme-formula strong{color:#64748b;white-space:nowrap}.mrp-modal-actions{height:58px;display:flex;align-items:center;justify-content:flex-end;gap:12px;border-top:1px solid #edf1f6;padding:0 20px}.mrp-modal-actions .mrp-secondary-button,.mrp-modal-actions .mrp-primary-button{min-width:76px;justify-content:center}.mrp-primary-button.danger{border-color:#dc2626;background:#dc2626}.mrp-primary-button.danger:hover:not(:disabled){border-color:#b91c1c;background:#b91c1c}.mrp-delete-dialog{width:min(560px,calc(100vw - 64px))}.mrp-delete-body{display:grid;gap:14px;padding:18px 20px 16px}.mrp-delete-warning{display:grid;grid-template-columns:18px minmax(0,1fr);gap:10px;align-items:start;border:1px solid #fecaca;background:#fff7f7;color:#991b1b;padding:10px 12px;font-size:12px;line-height:1.6}.mrp-delete-summary{margin:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.mrp-delete-summary div{min-width:0;border:1px solid #edf1f6;background:#f8fafc;padding:8px 10px}.mrp-delete-summary dt{color:#8b95a5;font-size:12px;font-weight:700}.mrp-delete-summary dd{margin:3px 0 0;color:#1f2937;font-size:13px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mrp-delete-list{margin:0;padding-left:18px;color:#64748b;font-size:12px;line-height:1.7}.mrp-delete-error{border:1px solid #fecaca;background:#fef2f2;color:#b91c1c;padding:9px 10px;font-size:12px;line-height:1.6}.mrp-run-dialog{width:min(760px,calc(100vw - 64px));padding:36px 44px 22px}.mrp-run-status{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.mrp-run-status p{margin:8px 0 0;color:#64748b;font-size:12px}.mrp-spin{color:#1677ff;animation:mrp-spin .9s linear infinite}.mrp-progress-layout{display:grid;grid-template-columns:170px minmax(0,1fr);align-items:center;gap:42px;padding:30px 68px 26px}.mrp-progress-ring{width:126px;height:126px;border-radius:50%;display:grid;place-items:center;position:relative}.mrp-progress-ring:before{content:"";position:absolute;inset:20px;border-radius:50%;background:#fff}.mrp-progress-ring span{position:relative;color:#8b95a5;font-size:21px}.mrp-progress-ring.failed span{color:#ef4444}.mrp-run-copy{display:grid;gap:12px;color:#8b95a5}.mrp-run-copy strong{color:#64748b;font-size:14px}.mrp-run-steps{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-bottom:20px}.mrp-run-steps div{min-width:0;display:flex;align-items:center;justify-content:center;gap:5px;height:28px;border:1px solid #edf1f6;border-radius:4px;color:#8b95a5;background:#f8fafc;font-size:12px;white-space:nowrap}.mrp-run-steps div>span{width:8px;height:8px;border-radius:50%;background:#cbd5e1}.mrp-run-steps .active{border-color:#bfdbfe;background:#eff6ff;color:#1677ff}.mrp-run-steps .done{border-color:#bbf7d0;background:#f0fdf4;color:#16a34a}.mrp-run-steps .failed{border-color:#fecaca;background:#fef2f2;color:#ef4444}.mrp-workorder-page{display:grid;grid-template-rows:auto auto minmax(0,1fr);gap:8px}.mrp-workorder-updated{color:#94a3b8;white-space:nowrap}.mrp-filter-count{min-width:16px;height:16px;border-radius:999px;background:#22c55e;color:#fff;display:inline-grid;place-items:center;font-size:11px;line-height:1}.mrp-workorder-card{min-height:0;border:1px solid #e2e8f0;background:#fff;display:grid;grid-template-rows:minmax(0,1fr) 42px}.mrp-workorder-table-wrap{min-height:0;overflow:auto;position:relative}.mrp-workorder-table{min-width:2400px;border-collapse:separate;border-spacing:0}.mrp-workorder-table th,.mrp-workorder-table td{height:38px;border-bottom:1px solid #edf1f6;border-right:1px solid #edf1f6;background:#fff;white-space:nowrap;vertical-align:middle}.mrp-workorder-table th{position:sticky;top:0;z-index:5;background:#f8fafc;color:#111827;font-weight:700}.wo-sticky-left{position:sticky;z-index:4;background:#fff}.mrp-workorder-table th.wo-sticky-left{z-index:7;background:#f8fafc}.wo-check-col{left:0;width:54px;min-width:54px;text-align:center}.wo-select-all{border:0;background:transparent;color:#111827;font-weight:700;padding:0;cursor:pointer}.wo-check-col .mrp-check{width:18px;height:18px;border-radius:4px;font-size:13px}.wo-no-col{left:54px;width:248px;min-width:248px;box-shadow:1px 0 #e2e8f0}.mrp-workorder-table td.wo-no-col{text-align:left}.wo-sticky-right{position:sticky;right:0;z-index:4;background:#fff;box-shadow:-1px 0 #e2e8f0}.mrp-workorder-table th.wo-sticky-right{z-index:7;background:#f8fafc}.wo-source-col,.wo-material-col{width:150px;min-width:150px}.wo-workshop-col{width:140px;min-width:140px}.wo-status-col{width:116px;min-width:116px}.wo-progress-col{width:138px;min-width:138px}.wo-qty-col{width:110px;min-width:110px;text-align:right}.wo-date-col{width:132px;min-width:132px}.wo-extra-col{width:160px;min-width:160px}.wo-week-col{width:100px;min-width:100px}.wo-code-col{width:132px;min-width:132px}.wo-spec-col{width:116px;min-width:116px}.wo-category-col{width:100px;min-width:100px}.wo-datetime-col{width:168px;min-width:168px}.wo-duration-col{width:116px;min-width:116px}.wo-action-col{width:190px;min-width:190px}.pr-list-table{min-width:2200px}.pr-no-col{left:54px;width:190px;min-width:190px;text-align:center;box-shadow:1px 0 #e2e8f0}.mrp-workorder-table th.pr-no-col,.mrp-workorder-table td.pr-no-col{text-align:center}.pr-no-col .wo-head-cell{justify-content:center;width:100%}.pr-source-col{width:150px;min-width:150px}.pr-source-type-col{width:112px;min-width:112px}.pr-material-col{width:150px;min-width:150px}.pr-code-col{width:132px;min-width:132px}.pr-qty-col{width:112px;min-width:112px;text-align:right}.pr-date-col{width:132px;min-width:132px}.pr-status-col{width:108px;min-width:108px}.pr-extra-col{width:160px;min-width:160px}.pr-week-col{width:100px;min-width:100px}.pr-spec-col{width:116px;min-width:116px}.pr-type-col,.pr-category-col{width:100px;min-width:100px}.pr-datetime-col{width:168px;min-width:168px}.pr-action-col{width:132px;min-width:132px;text-align:center}.pr-action-col button,.pr-no-col .wo-no-link{border:0;background:transparent;color:#1d4ed8;font-weight:700;padding:0 4px}.pr-action-col button:disabled{color:#94a3b8;cursor:not-allowed}.pr-download-button:disabled{opacity:.46;cursor:not-allowed}.material-allocation-page{grid-template-rows:auto auto minmax(0,1fr)}.material-allocation-page.ma-shortage-mode,.material-allocation-page.ma-source-mode{grid-template-rows:auto auto auto minmax(0,1fr)}.material-allocation-panel{border:1px solid #e2e8f0;background:#fff;padding:10px 16px}.material-allocation-head{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:38px}.material-allocation-head h1{margin:0;color:#0f172a;font-size:18px;line-height:1.2}.material-allocation-tools{display:flex;align-items:center;gap:10px;min-width:0}.material-allocation-tools .mrp-secondary-button:disabled,.material-allocation-tools .mrp-icon-button:disabled{opacity:.56;cursor:not-allowed}.material-allocation-card{grid-template-rows:minmax(0,1fr) 42px}.material-allocation-filter-drawer .mrp-segment{grid-template-columns:repeat(3,1fr)}.material-allocation-filter-drawer .mrp-segment button{min-width:0}.ma-shortage-context{display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid #fecaca;background:#fff7f7;padding:9px 14px}.ma-shortage-context-main{min-width:0;display:grid;gap:7px}.ma-shortage-context strong{color:#991b1b;font-size:13px}.ma-shortage-context-grid{display:flex;align-items:center;flex-wrap:wrap;gap:8px 14px}.ma-shortage-context-grid span{min-width:0;display:inline-flex;align-items:center;gap:5px;color:#7f1d1d;font-size:12px;line-height:1.45}.ma-shortage-context-grid em{color:#991b1b;font-style:normal;font-weight:700}.ma-shortage-context-grid b{color:#7f1d1d;font-weight:600}.ma-source-context{display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid #bfdbfe;background:#eff6ff;padding:9px 14px}.ma-source-context-main{min-width:0;display:grid;gap:4px}.ma-source-context strong{color:#1d4ed8;font-size:13px}.ma-source-context span{color:#475569;font-size:12px;line-height:1.45}.ma-source-context .mrp-secondary-button{flex:0 0 auto}.ma-config-popover{width:220px}.ma-config-action{display:flex;align-items:center;gap:8px;min-width:0;height:30px;border:0;border-radius:4px;background:#f8fafc;color:#1f2937;font-size:13px;font-weight:700;padding:0 8px;text-align:left}.ma-config-action:hover{background:#eef6ff;color:#1677ff}.ma-config-divider{height:1px;background:#e2e8f0}.ma-config-title{color:#64748b;font-size:12px;font-weight:800}.ma-refresh-overlay{position:fixed;inset:0;z-index:70;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f172a5c}.ma-refresh-dialog{width:min(440px,calc(100vw - 40px));border:1px solid #dbe4f0;border-radius:8px;background:#fff;box-shadow:0 24px 60px #0f172a2e}.ma-refresh-dialog-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px 10px;border-bottom:1px solid #edf2f7}.ma-refresh-dialog-head h2{margin:0;color:#0f172a;font-size:16px;line-height:1.3}.ma-refresh-dialog-head button{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:0;border-radius:6px;background:transparent;color:#64748b;cursor:pointer}.ma-refresh-dialog-head button:hover{background:#f1f5f9;color:#0f172a}.ma-refresh-dialog p{margin:0;padding:14px 18px 6px;color:#475569;font-size:13px;line-height:1.7}.ma-refresh-actions{display:flex;justify-content:flex-end;gap:10px;padding:16px 18px 18px}.ma-refresh-actions .mrp-primary-button{display:inline-flex;align-items:center;gap:8px}.ma-unlock-overlay{position:fixed;inset:0;z-index:75;display:flex;justify-content:flex-end;background:#0f172a47}.ma-unlock-drawer{width:min(560px,calc(100vw - 28px));height:100%;display:grid;grid-template-rows:auto 1fr auto;background:#fff;border-left:1px solid #dbe4f0;box-shadow:-22px 0 50px #0f172a2e}.ma-unlock-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px 12px;border-bottom:1px solid #e7edf5}.ma-unlock-head h2{margin:0;color:#0f172a;font-size:17px;line-height:1.3}.ma-unlock-head p{margin:4px 0 0;color:#64748b;font-size:12px}.ma-unlock-head button{width:30px;height:30px;border:0;border-radius:6px;background:transparent;color:#64748b;cursor:pointer}.ma-unlock-head button:hover{background:#f1f5f9;color:#0f172a}.ma-unlock-body{overflow:auto;padding:14px 18px 18px;background:#f8fafc}.ma-unlock-section{margin-bottom:12px;padding:12px;border:1px solid #dfe7f1;border-radius:8px;background:#fff}.ma-unlock-section h3{margin:0 0 10px;color:#0f172a;font-size:14px}.ma-unlock-info-grid,.ma-unlock-impact-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.ma-unlock-info-grid span,.ma-unlock-impact-summary span{min-height:42px;padding:7px 8px;border:1px solid #edf2f7;border-radius:6px;background:#fbfdff}.ma-unlock-info-grid em,.ma-unlock-impact-summary em{display:block;color:#64748b;font-size:11px;font-style:normal}.ma-unlock-info-grid b,.ma-unlock-impact-summary b{display:block;margin-top:3px;color:#0f172a;font-size:12px;line-height:1.35}.ma-unlock-field{display:grid;gap:6px;margin-bottom:10px}.ma-unlock-field span{color:#334155;font-size:12px;font-weight:700}.ma-unlock-field input,.ma-unlock-field select,.ma-unlock-field textarea{width:100%;border:1px solid #cfd8e5;border-radius:6px;background:#fff;color:#0f172a;font:inherit;font-size:13px;padding:8px 9px}.ma-unlock-field textarea{resize:vertical}.ma-unlock-state{min-height:48px;display:flex;align-items:center;gap:8px;color:#64748b;font-size:13px;line-height:1.6}.ma-unlock-impact-content{display:grid;gap:10px}.ma-unlock-impact-list{padding:8px 9px;border:1px solid #edf2f7;border-radius:6px;background:#fbfdff}.ma-unlock-impact-list strong{display:block;color:#0f172a;font-size:12px;margin-bottom:4px}.ma-unlock-impact-list p{margin:0;color:#475569;font-size:12px;line-height:1.6}.ma-risk-low{color:#15803d!important}.ma-risk-medium{color:#b45309!important}.ma-risk-high,.ma-risk-critical{color:#b42318!important}.ma-unlock-result,.ma-unlock-error{display:flex;align-items:flex-start;gap:8px;margin-top:10px;padding:10px 12px;border-radius:8px;font-size:12px;line-height:1.6}.ma-unlock-result{border:1px solid #bbf7d0;background:#f0fdf4;color:#166534}.ma-unlock-error{border:1px solid #fecdd3;background:#fff1f2;color:#b42318}.ma-unlock-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:12px 18px;border-top:1px solid #e7edf5;background:#fff}.ma-unlock-actions .mrp-secondary-button,.ma-unlock-actions .mrp-primary-button{display:inline-flex;align-items:center;gap:7px}.ma-policy-page{gap:10px}.ma-policy-titlebar{min-height:50px}.ma-policy-titlebar h1{font-size:18px;letter-spacing:0}.ma-policy-meta,.ma-policy-section{border:1px solid #d7dee8;background:#fff}.ma-policy-meta{display:grid;grid-template-columns:minmax(220px,1.4fr) repeat(3,minmax(150px,1fr));gap:14px;padding:12px 14px}.ma-policy-readonly,.ma-policy-field{min-width:0;display:grid;gap:7px}.ma-policy-readonly span,.ma-policy-field span{color:#64748b;font-size:12px;font-weight:700}.ma-policy-readonly strong{min-width:0;overflow:hidden;color:#1f2937;font-size:13px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.ma-policy-field input,.ma-policy-field select{width:100%;min-width:0;height:32px;border:1px solid #d6dde8;border-radius:4px;background:#fff;color:#1f2937;font-size:13px;padding:0 10px;outline:none}.ma-policy-field input:focus,.ma-policy-field select:focus{border-color:#1677ff;box-shadow:0 0 0 2px #1677ff1a}.ma-policy-number{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) 36px;align-items:center;gap:8px}.ma-policy-number em{color:#64748b;font-size:12px;font-style:normal;font-weight:700}.ma-policy-section{padding:12px 14px 14px}.ma-policy-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.ma-policy-section-head h2{margin:0;color:#111827;font-size:15px;letter-spacing:0}.ma-policy-definition-grid,.ma-policy-field-grid,.ma-policy-toggle-grid{display:grid;gap:12px}.ma-policy-definition-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:14px}.ma-policy-definition{min-width:0;display:grid;gap:6px;border:1px solid #e2e8f0;border-radius:6px;background:#f8fafc;padding:10px 12px}.ma-policy-definition strong{color:#1f2937;font-size:13px}.ma-policy-definition span{color:#64748b;font-size:12px;line-height:1.5}.ma-policy-field-grid{grid-template-columns:repeat(3,minmax(180px,1fr))}.ma-policy-toggle-grid{grid-template-columns:repeat(2,minmax(260px,1fr))}.ma-policy-toggle-grid-compact{grid-template-columns:minmax(260px,1fr);margin-top:12px}.ma-policy-toggle{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) 66px;align-items:center;gap:14px;min-height:58px;border:1px solid #e2e8f0;border-radius:6px;background:#fff;padding:9px 10px 9px 12px;text-align:left}.ma-policy-toggle:hover{border-color:#b9d5ff;background:#f8fbff}.ma-policy-toggle[aria-pressed=true]{border-color:#93c5fd;background:#eff6ff}.ma-policy-toggle div{min-width:0;display:grid;gap:5px}.ma-policy-toggle strong{color:#1f2937;font-size:13px}.ma-policy-toggle div span{color:#64748b;font-size:12px;line-height:1.45}.mrp-filter-section-title{margin:4px 0 12px;color:#0f172a;font-size:14px;font-weight:800}.mrp-filter-section-title:not(:first-child){margin-top:22px}.material-allocation-table{min-width:1440px;font-size:12px}.material-allocation-table th,.material-allocation-table td{height:32px;padding:0 6px}.ma-index-col{left:0;width:54px;min-width:54px;text-align:center}.ma-material-name-col{left:54px;width:166px;min-width:166px;box-shadow:1px 0 #e2e8f0}.ma-code-col{width:164px;min-width:164px;text-align:left}.material-allocation-table td.ma-code-col{text-align:left}.material-allocation-table th.ma-index-col,.material-allocation-table th.ma-material-name-col{background:#f8fafc}.material-allocation-table td.ma-index-col,.material-allocation-table td.ma-material-name-col{background:#fff}.ma-expand-button{width:19px;height:19px;border:1px solid #cfd8e3;border-radius:50%;background:#fff;color:#64748b;display:inline-grid;place-items:center;padding:0}.ma-expand-button:hover{border-color:#8db9ff;color:#1677ff;background:#eef6ff}.ma-index-col span{min-width:30px;height:22px;border:1px solid #dfe7f1;border-radius:3px;display:inline-grid;place-items:center;color:#0b63f6;font-weight:700}.material-allocation-table td.ma-material-name-col{padding-right:8px}.ma-material-name-cell{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%}.ma-material-name-text{display:inline-block;max-width:118px;overflow:hidden;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.ma-material-code-text{display:inline-block;overflow:hidden;color:#0f172a;font-size:12px;font-weight:400;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.ma-image-col{width:82px;min-width:82px;text-align:center}.ma-type-col,.ma-category-col{width:92px;min-width:92px;text-align:center}.ma-qty-col{width:96px;min-width:96px;text-align:right}.ma-total-col{color:#0b63f6;font-weight:700}.ma-material-thumb{width:36px;height:24px;border:1px solid #e2e8f0;border-radius:3px;object-fit:cover;background:#f8fafc;display:inline-grid;place-items:center;color:#64748b;font-size:12px;font-weight:700}.ma-type-tag{min-width:38px;height:22px;border:1px solid #dbe4ef;border-radius:3px;background:#fff;display:inline-flex;align-items:center;justify-content:center;padding:0 6px;font-size:12px;font-weight:700}.ma-type-tag.make{color:#51a31e;border-color:#d7efc9;background:#fbfff8}.ma-type-tag.purchase{color:#f59e0b;border-color:#fde7bb;background:#fffaf0}.ma-type-tag.outsourced{color:#7c3aed;border-color:#e4d7ff;background:#fbf8ff}.ma-transit-link{border:0;background:transparent;color:#0b63f6;font-weight:700;padding:0}.ma-transit-overlay{position:fixed;inset:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f172a29}.ma-transit-dialog{width:min(920px,calc(100vw - 72px));max-height:min(360px,calc(100vh - 96px));border:1px solid #dce5f0;border-radius:4px;background:#fff;box-shadow:0 16px 42px #0f172a2e;overflow:hidden}.ma-transit-dialog-head{height:54px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 16px 0 18px;border-bottom:1px solid #eaf0f7}.ma-transit-dialog-head h2{margin:0;color:#0f172a;font-size:15px;font-weight:700}.ma-transit-dialog-head p{margin:3px 0 0;color:#64748b;font-size:11px}.ma-transit-close{width:28px;height:28px;border:0;border-radius:4px;display:inline-grid;place-items:center;background:transparent;color:#64748b}.ma-transit-close:hover{background:#f1f5f9;color:#0f172a}.ma-transit-state{min-height:96px;display:flex;align-items:center;gap:8px;padding:0 18px;color:#64748b;font-size:12px}.ma-transit-table-scroll{max-height:272px;overflow:auto}.ma-transit-table{width:max-content;min-width:1260px;border-collapse:separate;border-spacing:0;table-layout:fixed;font-size:11px}.ma-transit-table th,.ma-transit-table td{height:30px;border-right:1px solid #eaf0f7;border-bottom:1px solid #eaf0f7;padding:0 8px;color:#0f172a;white-space:nowrap}.ma-transit-table th{position:sticky;top:0;z-index:1;background:#f5f8fc;color:#334155;font-weight:700}.ma-transit-center{text-align:center}.ma-transit-center .ma-detail-link{justify-content:center;width:100%}.ma-transit-type-col{width:88px}.ma-transit-po-col{width:150px}.ma-transit-name-col{width:110px}.ma-transit-code-col{width:118px}.ma-transit-attr-col{width:94px}.ma-transit-num-col{width:84px}.ma-transit-alloc-col{width:98px}.ma-transit-date-col{width:112px}.ma-transit-days-col{width:88px}.ma-transit-status-col{width:92px}.ma-transit-allocatable,.ma-transit-normal{color:#0b63f6;font-weight:600}.ma-transit-soon{color:#f59e0b;font-weight:600}.ma-transit-overdue{color:#b42318;font-weight:650}.ma-detail-row>td{border-top:0}.ma-detail-spacer{background:#fbfdff}.ma-detail-cell{padding:0;background:#fbfdff;text-align:left;position:sticky;left:220px;z-index:3;width:var(--ma-detail-viewport-width, 900px);min-width:var(--ma-detail-viewport-width, 900px);max-width:var(--ma-detail-viewport-width, 900px);overflow:visible}.ma-detail-scroll{width:var(--ma-detail-viewport-width, 900px);max-width:var(--ma-detail-viewport-width, 900px);max-height:182px;overflow-x:auto;overflow-y:auto;overscroll-behavior:contain;border-left:1px solid #eaf0f7;border-bottom:1px solid #eaf0f7;background:#fbfdff}.ma-detail-table{width:max-content;min-width:1500px;border-collapse:separate;border-spacing:0;font-size:11px}.ma-detail-table{table-layout:fixed}.ma-semi-detail-table{min-width:1780px}.ma-raw-detail-table{min-width:1540px}.ma-order-detail-table{table-layout:fixed}.ma-detail-table th,.ma-detail-table td{height:28px;border-right:1px solid #eaf0f7;border-bottom:1px solid #eaf0f7;padding:0 7px;color:#0f172a;white-space:nowrap}.ma-detail-table th{position:sticky;top:0;z-index:1;background:#f5f8fc;color:#334155;font-size:11px;font-weight:700}.ma-detail-doc-type-col{width:112px;min-width:112px}.ma-detail-doc-no-col{width:146px;min-width:146px}.ma-detail-work-order-col{width:140px;min-width:140px}.ma-doc-type-cell{display:inline-flex;align-items:center;gap:6px}.ma-nested-expand-button{width:16px;height:16px;border:1px solid #cfd8e3;border-radius:50%;background:#fff;color:#64748b;display:inline-grid;place-items:center;padding:0}.ma-nested-expand-button:hover{border-color:#8db9ff;color:#1677ff;background:#eef6ff}.ma-detail-link{border:0;background:transparent;color:#0b63f6;font:inherit;font-size:10.5px;font-weight:500;line-height:1.2;padding:0}.ma-operation-text{color:#0b63f6;font-size:10.5px;font-weight:500}.ma-operation-button{border:0;background:transparent;color:#0b63f6;font:inherit;font-size:10.5px;font-weight:700;line-height:1.2;padding:0;cursor:pointer}.ma-operation-button:hover{color:#094fc4;text-decoration:underline}.ma-num{text-align:right}.ma-detail-state{min-height:38px;display:flex;align-items:center;padding:0 12px;color:#64748b;background:#fbfdff;border-left:1px solid #eaf0f7;border-bottom:1px solid #eaf0f7}.ma-detail-state-error{color:#b42318}.ma-order-detail-row>td{height:auto;padding:0;background:#f8fafc}.ma-order-detail-row>td[colspan]{max-width:0}.ma-order-offset-cell{width:112px;min-width:112px;border-right:1px solid #eef2f7;background:#f8fafc}.ma-order-scroll{width:calc(var(--ma-detail-viewport-width, 900px) - 112px);max-width:calc(var(--ma-detail-viewport-width, 900px) - 112px);max-height:156px;overflow-x:auto;overflow-y:auto;overscroll-behavior:contain;background:#f8fafc}.ma-order-detail-table{width:max-content;min-width:1400px;border-collapse:separate;border-spacing:0;font-size:10.5px}.ma-order-detail-table th,.ma-order-detail-table td{height:26px;border-right:1px solid #eef2f7;border-bottom:1px solid #eef2f7;padding:0 6px;color:#334155;white-space:nowrap}.ma-order-detail-table th{position:sticky;top:0;z-index:1;background:#f1f5f9;color:#475569;font-size:10.5px;font-weight:650}.ma-order-detail-table .ma-detail-link{font-size:10px}.ma-order-index{color:#0b63f6;font-weight:500;text-align:center}.wo-head-cell{display:inline-flex;align-items:center;gap:4px;min-width:0;position:relative}.wo-head-cell button{width:24px;height:24px;border:0;border-radius:4px;background:transparent;color:#64748b;display:inline-grid;place-items:center;padding:0}.wo-head-cell>button:hover,.wo-head-cell>button.active,.wo-column-filter>button:hover,.wo-column-filter>button.active{background:#e8f1ff;color:#1677ff}.wo-head-cell button.active.desc svg{transform:rotate(180deg)}.wo-column-filter{position:relative;display:inline-flex}.wo-column-filter-popover{position:fixed;width:244px;z-index:100;display:grid;gap:10px;padding:12px;border:1px solid #d6dde8;background:#fff;box-shadow:0 12px 24px #0f172a29;text-align:left}.wo-column-filter-title{display:flex;align-items:center;justify-content:space-between;gap:8px}.wo-column-filter-title strong{font-size:13px;color:#111827}.wo-column-filter-title button{width:22px;height:22px;border:0;border-radius:4px;background:transparent;color:#64748b;display:inline-grid;place-items:center;padding:0}.wo-column-filter-title button:hover{background:#f1f5f9;color:#0f172a}.wo-column-filter-popover input{height:30px;border:1px solid #d5dce8;border-radius:4px;padding:0 8px;color:#334155;font-size:12px}.wo-column-filter-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.wo-column-filter-actions button{width:auto;height:30px;border:1px solid #d5dce8;border-radius:4px;background:#fff;font-size:12px}.wo-column-filter-actions button:last-child{border-color:#087a6c;background:#087a6c;color:#fff}.wo-tree-cell{display:inline-flex;align-items:center;gap:6px;position:relative;min-width:0;height:38px}.wo-tree-gutter{position:absolute;left:0;top:0;bottom:0;width:120px;pointer-events:none}.wo-tree-gutter i{position:absolute;top:0;bottom:0;width:1px;background:transparent}.wo-tree-gutter i.line{background:#9ca3af}.wo-tree-gutter .elbow{top:0;bottom:19px;width:24px;border-left:1px solid #9ca3af;border-bottom:1px solid #9ca3af;background:transparent}.wo-tree-gutter .elbow.last{bottom:19px}.wo-level-pill{width:20px;height:17px;border:1px solid #dbe4ef;border-radius:4px;background:#fff;color:#2563eb;display:inline-grid;place-items:center;font-weight:700;font-size:12px}.wo-tree-cell .mrp-link{color:#0b66f0;font-size:12px;font-weight:500}.wo-no-link{border:0;background:transparent;color:#0b66f0;font-size:12px;font-weight:600;padding:0;cursor:pointer}.wo-tag{height:17px;border-radius:3px;padding:0 5px;display:inline-flex;align-items:center;font-size:12px;font-weight:700}.wo-tag.urgent{background:#f59e0b;color:#fff}.wo-tag.finished{border:1px solid #fecdd3;background:#fff1f2;color:#be123c}.wo-status{display:inline-flex;align-items:center;gap:6px}.wo-status i{width:10px;height:10px;border-radius:50%;background:#a3a3a3}.wo-status.pending i{background:#991b1b}.wo-status.running i{background:#7cb342}.wo-status.done i{background:#1d4ed8}.pr-status{display:inline-flex;align-items:center;gap:6px;font-weight:700}.pr-status i{width:10px;height:10px;border-radius:50%;background:#a3a3a3}.pr-status.pending{color:#475569}.pr-status.pending i{background:#94a3b8}.pr-status.sent{color:#3f7a1f}.pr-status.sent i{background:#7cb342}.pr-status.invalid{color:#b45309}.pr-status.invalid i{background:#d97706}.wo-progress{display:inline-grid;grid-template-columns:82px 34px;align-items:center;gap:6px}.wo-progress span{height:5px;background:#d1d5db;overflow:hidden}.wo-progress i{display:block;height:100%;background:#7cb342}.wo-progress em{color:#64748b;font-style:normal;font-size:11px}.wo-action-col{text-align:center}.wo-action-grid{display:grid;grid-template-columns:68px 52px 46px;align-items:center;justify-content:center;gap:2px}.wo-action-grid button{border:0;background:transparent;color:#1d4ed8;font-weight:700;display:inline-grid;place-items:center;padding:0;height:28px}.wo-config-wrap{position:relative;display:inline-flex}.wo-column-popover{position:absolute;top:34px;right:0;width:210px;max-height:360px;overflow:auto;z-index:30;display:grid;gap:12px;padding:14px 16px;border:1px solid #d6dde8;background:#fff;box-shadow:0 14px 28px #0f172a29}.wo-column-popover label{display:flex;align-items:center;gap:10px;color:#334155;font-size:13px;white-space:nowrap}.wo-column-popover input{width:16px;height:16px;accent-color:#2f9af5}.mrp-workorder-footer{display:flex;align-items:center;gap:12px;border-top:1px solid #e2e8f0;padding:0 16px;color:#475569}.mrp-workorder-footer>span:last-child{margin-left:auto;color:#94a3b8}.wo-filter-drawer{width:360px}.wo-status-segment{grid-template-columns:repeat(3,minmax(0,1fr))}.wo-detail-page,.pr-detail-page{gap:10px}.wo-detail-titlebar{min-height:50px}.wo-detail-titlebar h1{font-size:18px;letter-spacing:0}.wo-detail-panel{border:1px solid #d7dee8;background:#fff;padding:12px 14px}.wo-detail-panel h2,.wo-detail-panel h3{margin:0 0 12px;color:#111827;font-size:15px;letter-spacing:0}.wo-detail-panel h3{margin-top:14px;font-size:14px}.wo-detail-info-grid{display:grid;grid-template-columns:1.2fr 1.4fr .9fr 1fr;gap:12px 26px;align-items:center}.wo-info-line{min-height:24px;display:flex;align-items:center;gap:6px;color:#263447;font-size:13px;min-width:0}.wo-info-line span{color:#243244;font-weight:600;white-space:nowrap}.wo-info-line strong{min-width:0;font-size:13px;font-weight:500;color:#1f2937}.wo-info-line button{border:0;background:transparent;color:#0b66f0;cursor:pointer;font-weight:700}.wo-info-line b{display:none}.wo-info-wide{grid-column:3 / span 2}.wo-info-remark strong{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#475569;font-size:12px;font-weight:400}.pr-detail-note{margin:-4px 0 12px;color:#64748b;font-size:12px;line-height:1.6}.pr-detail-info-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px 22px;align-items:center}.pr-detail-info-grid.compact{margin-top:0;grid-template-columns:repeat(4,minmax(0,1fr))}.pr-info-wide{grid-column:span 4}.pr-reference-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.pr-reference-cards .wo-info-block{min-height:62px;background:#f8fafc}.wo-status-dot{width:11px;height:11px;border-radius:999px;background:#991b1b}.wo-status-dot.running{background:#7cb342}.wo-status-dot.done{background:#1d4ed8}.wo-material-card{margin-top:12px;border:1px solid #d7dee8;background:#f8fafc;min-height:78px;display:grid;grid-template-columns:56px minmax(260px,1fr) 180px 180px 200px;align-items:center;gap:16px;padding:10px 14px}.wo-material-thumb{width:46px;height:46px;border:1px solid #d7dee8;background:#eef4fb;display:inline-grid;place-items:center;overflow:hidden}.wo-material-thumb.small{width:44px;height:30px}.wo-material-thumb img{width:100%;height:100%;object-fit:cover}.wo-material-thumb span{color:#2563eb;font-weight:800}.wo-material-copy{display:grid;gap:3px}.wo-material-copy span{color:#334155;font-size:12px}.wo-material-copy strong{font-size:13px;font-weight:600}.wo-material-copy p{margin:0;color:#475569;font-size:12px}.wo-material-copy em{margin-right:6px;padding:1px 5px;background:#fee2e2;color:#b91c1c;font-style:normal;font-weight:700}.wo-info-block{display:grid;gap:3px}.wo-info-block span{color:#475569;font-size:12px;font-weight:600}.wo-info-block strong{color:#263447;font-size:13px;font-weight:500;line-height:1.35}.wo-info-block strong.mrp-link{color:#0b66f0;font-weight:500}.wo-detail-tabs{margin-top:12px;display:flex;align-items:center;gap:46px;border-top:1px solid #e2e8f0;padding-top:12px}.wo-detail-tabs button{border:0;background:transparent;color:#111827;font-size:14px;font-weight:600;cursor:pointer;padding:0}.wo-detail-tabs button.active{color:#0b66f0;font-weight:700}.wo-tab-panel{display:grid;gap:12px}.wo-tab-heading{display:flex;align-items:baseline;gap:12px}.wo-tab-heading h2{margin-bottom:0}.wo-tab-heading span{color:#64748b;font-size:12px}.wo-tab-summary{display:grid;grid-template-columns:repeat(5,minmax(150px,1fr));gap:10px 18px;border:1px solid #d7dee8;background:#f8fafc;padding:10px 14px}.wo-design-note{margin:0;border:1px dashed #cbd5e1;background:#fbfdff;color:#64748b;font-size:12px;line-height:1.6;padding:7px 10px}.wo-tab-table{min-width:1320px;table-layout:fixed}.wo-tab-table th,.wo-tab-table td{height:38px;border-bottom:1px solid #e5e7eb;white-space:nowrap}.wo-tab-table th{background:#f3f4f6;color:#111827;font-weight:700}.wo-task-order-table th:nth-child(1),.wo-task-order-table td:nth-child(1),.wo-dispatch-order-table th:nth-child(1),.wo-dispatch-order-table td:nth-child(1),.wo-dispatch-order-table th:nth-child(2),.wo-dispatch-order-table td:nth-child(2),.wo-report-order-table th:nth-child(1),.wo-report-order-table td:nth-child(1),.wo-report-order-table th:nth-child(2),.wo-report-order-table td:nth-child(2),.wo-report-order-table th:nth-child(3),.wo-report-order-table td:nth-child(3){width:210px;min-width:210px;max-width:210px;text-overflow:clip}.wo-dispatch-order-table,.wo-report-order-table{min-width:1480px}.wo-report-order-table{min-width:1620px}.wo-tab-status{display:inline-flex;align-items:center;min-height:20px;padding:0 7px;border:1px solid #bfdbfe;background:#eff6ff;color:#1d4ed8;font-size:12px;font-weight:600}.wo-row-action{border:0;background:transparent;color:#0b66f0;cursor:pointer;font-size:12px;font-weight:700}.wo-expand-row td{padding:0;background:#fbfdff}.wo-expand-card{display:grid;grid-template-columns:repeat(5,minmax(140px,1fr));gap:8px 18px;border-top:1px solid #e2e8f0;padding:12px 14px}.wo-expand-card .wo-info-line{min-height:20px;font-size:12px}.wo-expand-card .wo-info-line span,.wo-expand-card .wo-info-line strong{font-size:12px}.wo-process-flow{min-height:122px;display:flex;align-items:center;gap:22px;overflow-x:auto;padding:4px 8px 10px}.wo-process-node{min-width:168px;display:grid;justify-items:center;gap:4px;color:#111827}.wo-process-doc-icon{position:relative;width:50px;height:60px;display:block;border:5px solid #879697;background:#fff}.wo-process-doc-icon:before{content:"";position:absolute;right:-5px;top:-5px;width:22px;height:22px;background:linear-gradient(45deg,transparent 0 49%,#879697 50% 100%)}.wo-process-doc-icon i{position:absolute;left:9px;right:9px;top:20px;height:5px;background:#879697;box-shadow:0 13px #879697,0 26px #879697}.wo-process-doc-icon svg{position:absolute;right:-16px;bottom:-7px;width:28px;height:28px;padding:3px;border-radius:999px;background:#fff;color:#22c55e}.wo-process-node strong{margin-top:3px;font-size:13px;font-weight:600;line-height:1.2}.wo-process-node em,.wo-process-node small{color:#475569;font-size:12px;font-style:normal;text-align:center}.wo-process-line{width:120px;height:2px;background:#4f7cff;flex:0 0 auto;margin-top:-30px}.wo-progress-board{display:flex;align-items:stretch;gap:72px;overflow-x:auto;min-height:126px;border:1px solid #d7dee8;background:#fbfdff;padding:14px 40px 18px}.wo-progress-card{position:relative;width:96px;min-height:104px;border:1px solid #2563eb;background:#fff;display:grid;gap:4px;padding:7px;align-content:start;flex:0 0 96px}.wo-progress-card:not(:last-child):after{content:"";position:absolute;top:54px;left:calc(100% + 8px);width:56px;height:1px;background:#8d98a8}.wo-progress-card strong{font-size:12px;text-align:center}.wo-progress-card div{height:6px;background:#d1d5db;overflow:hidden}.wo-progress-card div span{display:block;height:100%;background:#7cb342}.wo-progress-card small{color:#111827;font-size:10px}.wo-routing-chain{min-height:64px;border:1px solid #d7dee8;background:#f8fafc;display:flex;align-items:center;gap:18px;padding:12px 20px;overflow-x:auto}.wo-routing-chain button{min-width:82px;height:38px;border:1px solid #d1d5db;background:#fff;color:#111827;font-size:13px;font-weight:600;cursor:pointer;display:grid;place-items:center;gap:1px}.wo-routing-chain button.active{border-color:#38aeea;background:#93d9f8}.wo-routing-chain button small{color:#64748b;font-size:10px;font-weight:500}.wo-routing-chain i{width:28px;height:1px;background:#9ca3af;flex:0 0 auto}.wo-operation-detail{margin-top:12px;border:1px solid #d7dee8;background:#fbfdff;padding:12px 14px}.wo-workcenter-grid{display:grid;grid-template-columns:repeat(5,minmax(150px,1fr));gap:6px 22px;margin-bottom:12px}.wo-operation-detail .wo-info-line{min-height:22px;font-size:12px;color:#475569}.wo-operation-detail .wo-info-line span{color:#64748b;font-size:12px;font-weight:600}.wo-operation-detail .wo-info-line strong{color:#334155;font-size:12px;font-weight:500}.wo-detail-table-wrap,.wo-material-table-scroll{overflow-x:auto}.wo-detail-table{min-width:980px}.wo-material-table{min-width:1180px;table-layout:fixed}.wo-detail-table th,.wo-material-table th{height:38px;background:#f3f4f6;color:#111827;font-weight:700}.wo-detail-table td,.wo-material-table td{height:38px;border-bottom:1px solid #e5e7eb}.wo-material-table th,.wo-material-table td{white-space:nowrap}.wo-material-table th:nth-child(1),.wo-material-table td:nth-child(1){position:sticky;left:0;z-index:4;width:48px;min-width:48px;max-width:48px;background:#fff;box-shadow:1px 0 #e2e8f0}.wo-material-table th:nth-child(1){background:#f3f4f6;z-index:6}.wo-material-table th:nth-child(2),.wo-material-table td:nth-child(2){position:sticky;left:48px;z-index:4;width:78px;min-width:78px;max-width:78px;background:#fff;box-shadow:1px 0 #e2e8f0}.wo-material-table th:nth-child(2){background:#f3f4f6;z-index:6}.wo-material-table th:nth-child(3),.wo-material-table td:nth-child(3){width:132px}.wo-material-table th:nth-child(4),.wo-material-table td:nth-child(4){width:148px}.wo-material-table th:nth-child(5),.wo-material-table td:nth-child(5){width:90px}.wo-material-table th:nth-child(6),.wo-material-table td:nth-child(6),.wo-material-table th:nth-child(7),.wo-material-table td:nth-child(7),.wo-material-table th:nth-child(8),.wo-material-table td:nth-child(8),.wo-material-table th:nth-child(9),.wo-material-table td:nth-child(9),.wo-material-table th:nth-child(10),.wo-material-table td:nth-child(10){width:116px}.wo-material-table th:nth-child(11),.wo-material-table td:nth-child(11){width:100px}.wo-material-table th:nth-child(12),.wo-material-table td:nth-child(12){position:sticky;right:0;z-index:5;width:164px;min-width:164px;max-width:164px;background:#fff;box-shadow:-1px 0 #e2e8f0,-10px 0 16px #0f172a0f}.wo-material-table th:nth-child(12){background:#f3f4f6;z-index:7}.wo-material-actions{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;white-space:nowrap}.wo-material-actions button{border:0;background:transparent;color:#0b66f0;font-weight:700;cursor:pointer}.wo-empty-state{min-height:54px;border:1px dashed #cbd5e1;background:#f8fafc;color:#64748b;display:grid;place-items:center;font-size:13px}@keyframes mrp-spin{to{transform:rotate(360deg)}}@media(max-width:1280px){.mrp-summary-grid{flex-wrap:wrap;justify-content:flex-start}.mrp-card-head,.mrp-history-head{grid-template-columns:140px minmax(0,1fr)}.mrp-toolbar,.mrp-history-filters{grid-column:1 / -1;justify-content:flex-start;padding-bottom:8px;overflow-x:auto}.ma-policy-titlebar{align-items:flex-start;flex-direction:column}.ma-policy-titlebar .mrp-title-actions{max-width:100%;flex-wrap:wrap}.ma-policy-meta,.ma-policy-field-grid{grid-template-columns:repeat(2,minmax(180px,1fr))}}@media(max-width:900px){.mrp-scheme-body,.mrp-scheme-options,.mrp-progress-layout,.mrp-run-steps{grid-template-columns:1fr}.mrp-progress-layout{justify-items:center;padding:24px 12px;gap:22px}.ma-policy-meta,.ma-policy-definition-grid,.ma-policy-field-grid,.ma-policy-toggle-grid,.mrp-shortage-grid{grid-template-columns:1fr}.ma-shortage-context,.mrp-shortage-actions{align-items:flex-start;flex-direction:column}}.home-dashboard-root{width:100%;height:100%;overflow:auto;background:#f3f6fb;color:#1f2937;padding:16px}.home-dashboard-titlebar{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px;padding:0 14px;border:1px solid #dfe6ef;border-radius:8px;background:#fff}.home-dashboard-titlebar h1{margin:0;font-size:16px;line-height:1}.home-dashboard-actions{display:flex;align-items:center;gap:10px}.home-dashboard-button{height:34px;display:inline-flex;align-items:center;gap:7px;border:1px solid #d5dfec;border-radius:7px;background:#fff;color:#31445a;padding:0 13px;font-weight:700}.home-dashboard-button.primary{border-color:#1677ff;background:#1677ff;color:#fff}.home-status-grid,.home-main-grid,.home-lower-grid{display:grid;gap:12px}.home-status-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.home-main-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:12px}.home-chain-panel{grid-column:span 2}.home-lower-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:12px}.home-panel{min-width:0;background:#fff;border:1px solid #dfe6ef;border-radius:8px}.home-status-card{min-height:98px;padding:14px 15px}.home-status-label{color:#64748b;font-size:13px;font-weight:700}.home-status-main{margin-top:9px;display:flex;align-items:center;gap:8px}.home-status-main strong{min-width:0;font-size:18px;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-status-meta{margin-top:10px;color:#64748b;font-size:12px;line-height:1.45}.home-badge{height:22px;display:inline-flex;align-items:center;border-radius:999px;padding:0 8px;font-size:12px;font-weight:800;white-space:nowrap}.home-badge.success{background:#eaf9f1;color:#20b26b}.home-badge.info{background:#eaf3ff;color:#1677ff}.home-badge.warning{background:#fff7e8;color:#d97706}.home-badge.danger{background:#fff0f1;color:#c3272f}.home-panel-head{height:46px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 15px;border-bottom:1px solid #edf2f8}.home-panel-head h2{margin:0;font-size:15px}.home-panel-link{border:0;background:transparent;color:#1677ff;font-weight:700}.home-chain{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:9px;padding:15px}.home-chain-step{position:relative;min-height:82px;border:1px solid #dfe6ef;border-radius:8px;background:#f8fbff;padding:10px}.home-chain-step.active{border-color:#9cc7ff;background:#f2f8ff}.home-chain-title{font-weight:800;line-height:1.35;white-space:nowrap}.home-chain-desc{margin-top:6px;color:#64748b;font-size:12px;line-height:1.4}.home-chain-number{position:absolute;right:10px;bottom:8px;color:#1677ff;font-size:17px;font-weight:900}.home-task-list,.home-compact-list{padding:7px 0}.home-task-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;min-height:51px;align-items:center;padding:9px 15px;border-bottom:1px solid #edf2f8}.home-task-row:last-child,.home-compact-item:last-child{border-bottom:0}.home-task-title{font-weight:800}.home-task-meta{margin-top:4px;color:#64748b;font-size:12px}.home-task-count{min-width:58px;text-align:right;color:#1677ff;font-size:18px;font-weight:900}.home-task-count.warning{color:#d97706}.home-task-count.danger{color:#c3272f}.home-compact-item{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 15px;border-bottom:1px solid #edf2f8}.home-compact-label{display:inline-flex;align-items:center;gap:8px}.home-dot{width:8px;height:8px;border-radius:999px;background:#1677ff}.home-dot.success{background:#20b26b}.home-dot.warning{background:#d97706}.home-dot.danger{background:#c3272f}.home-compact-value{font-weight:850}.home-quick-item{justify-content:flex-start;width:100%;border:0;background:transparent;color:#1677ff;font-weight:750;cursor:pointer;text-align:left}@media(max-width:1280px){.home-status-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-main-grid,.home-lower-grid{grid-template-columns:1fr}.home-chain-panel{grid-column:auto}.home-chain{grid-template-columns:repeat(3,minmax(0,1fr))}}.admin-page{height:100%;min-height:0;padding:10px 12px 18px;color:#1f2937;background:#f3f6fb;overflow-y:auto;overflow-x:hidden}.admin-titlebar,.admin-panel,.admin-error-notice{border:1px solid #dfe7f2;background:#fff}.admin-titlebar{min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-radius:8px}.admin-titlebar h1{margin:0;font-size:19px;line-height:1.2}.admin-titlebar p{margin:5px 0 0;color:#64748b;font-size:13px}.admin-title-actions{display:flex;align-items:center;gap:12px}.admin-last-read{white-space:nowrap;color:#7b8aa0;font-size:12px}.admin-button{height:34px;min-width:78px;border:1px solid #d7e2f0;border-radius:7px;background:#fff;color:#334155;font-weight:800}.admin-button:hover{border-color:#1677ff;color:#1677ff}.admin-button:disabled{color:#94a3b8;cursor:not-allowed}.admin-error-notice{margin-top:8px;padding:8px 12px;border-radius:6px;color:#b42318;background:#fff6f4;border-color:#ffd0c7;font-size:12px}.admin-grid{margin-top:10px;display:grid;grid-template-columns:minmax(0,1fr);gap:10px}.admin-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-panel{border-radius:8px;overflow:hidden}.admin-panel-head{min-height:38px;display:flex;align-items:center;padding:0 12px;border-bottom:1px solid #e8eef6;background:#fbfdff}.admin-panel-head h2{margin:0;font-size:14px}.admin-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:10px}.admin-info-item{min-height:48px;border:1px solid #e5edf6;border-radius:7px;background:#f8fafc;padding:8px 10px}.admin-info-item span{display:block;color:#64748b;font-size:12px;font-weight:700}.admin-info-item strong{display:block;margin-top:5px;font-size:13px;word-break:break-word}.admin-action-list,.admin-check-list{padding:10px}.admin-action-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.admin-action-list button{height:34px;border:1px solid #dbe8f6;border-radius:7px;background:#f8fbff;color:#1677ff;font-weight:800}.admin-action-list button:hover{background:#eef6ff}.admin-user-card{display:flex;align-items:center;gap:10px;padding:10px 10px 0}.admin-user-avatar{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:#e8f3ff;color:#1677ff;font-size:17px;font-weight:900}.admin-user-card strong,.admin-user-card span{display:block}.admin-user-card span{margin-top:4px;color:#64748b;font-size:13px}.admin-table-wrap{overflow:auto}.admin-table-wrap table{width:100%;border-collapse:collapse;font-size:12px}.admin-table-wrap th,.admin-table-wrap td{height:34px;padding:0 10px;border-bottom:1px solid #edf2f7;text-align:left;white-space:nowrap}.admin-table-wrap th{background:#f3f7fc;color:#334155;font-weight:800}.admin-table-wrap code{color:#1d4ed8;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace}.admin-link-button{border:0;background:transparent;color:#1677ff;font-weight:800}.admin-link-button:hover{text-decoration:underline}.admin-rule-editor{margin:10px;padding:10px;border:1px solid #dbe8f6;border-radius:8px;background:#f8fbff}.admin-rule-editor-head,.admin-rule-actions,.admin-rule-preview{display:flex;align-items:center;gap:10px}.admin-rule-editor-head{justify-content:space-between;margin-bottom:10px}.admin-rule-editor-head button,.admin-rule-actions button{height:30px;border:1px solid #d7e2f0;border-radius:6px;background:#fff;color:#334155;font-weight:800}.admin-rule-actions button.primary{border-color:#1677ff;background:#1677ff;color:#fff}.admin-rule-actions button:disabled{opacity:.55;cursor:not-allowed}.admin-rule-form{display:grid;grid-template-columns:minmax(280px,2fr) minmax(120px,1fr) minmax(150px,1fr) minmax(220px,1.5fr);gap:8px}.admin-rule-form label{display:grid;gap:5px;color:#64748b;font-size:12px;font-weight:800}.admin-rule-form input,.admin-rule-form select{height:32px;min-width:0;border:1px solid #d7e2f0;border-radius:6px;background:#fff;padding:0 9px;color:#1f2937;font-size:12px}.admin-rule-preview{margin-top:10px;color:#64748b;font-size:12px}.admin-rule-preview code{color:#1d4ed8;font-weight:900}.admin-rule-preview p{margin:0;color:#64748b}.admin-rule-actions{justify-content:flex-end;margin-top:10px}.admin-badge{display:inline-flex;align-items:center;min-height:22px;border-radius:999px;padding:0 8px;font-size:12px;font-weight:800}.admin-badge.success{background:#e7f8ef;color:#16a34a}.admin-badge.warning{background:#fff7e6;color:#d97706}.admin-muted{color:#94a3b8}.admin-empty{color:#94a3b8;text-align:center}.admin-check-list{display:grid;gap:8px}.admin-check-item{display:grid;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:6px;min-height:34px;border:1px solid #edf2f7;border-radius:7px;padding:6px 8px;background:#fbfdff}.admin-check-item span{color:#1677ff}.admin-check-item p{margin:0;color:#334155;font-size:12px;line-height:1.45}.admin-health-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.admin-health-card{min-height:82px;display:grid;grid-template-columns:32px minmax(0,1fr);gap:10px;align-items:center;border:1px solid #dfe7f2;border-radius:8px;background:#fff;padding:10px}.admin-health-icon{width:32px;height:32px;display:grid;place-items:center;border-radius:8px}.admin-health-icon.success{background:#e7f8ef;color:#16a34a}.admin-health-icon.warning{background:#fff7e6;color:#d97706}.admin-health-icon.danger{background:#fee2e2;color:#dc2626}.admin-health-card span{color:#64748b;font-size:12px;font-weight:800}.admin-health-card strong{display:block;margin-top:4px;font-size:16px}.admin-health-card p{margin:4px 0 0;color:#64748b;font-size:12px}.admin-plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:10px}.admin-plan-card{min-height:76px;border:1px solid #e5edf6;border-radius:7px;background:#fbfdff;padding:9px 10px}.admin-plan-card strong{display:block;color:#1f2937;font-size:13px}.admin-plan-card p{margin:5px 0 0;color:#64748b;font-size:12px;line-height:1.45}.admin-subtabs{display:flex;align-items:center;gap:8px;min-height:40px;padding:4px;border:1px solid #dfe7f2;border-radius:8px;background:#fff}.admin-subtabs button{height:30px;border:1px solid transparent;border-radius:6px;background:transparent;color:#475569;padding:0 12px;font-weight:800}.admin-subtabs button.active{border-color:#b9d7ff;background:#eaf4ff;color:#1677ff}.admin-customer-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.admin-customer-toolbar,.admin-password-ticket,.admin-inline-message{margin:10px}.admin-customer-toolbar{display:flex;align-items:center;gap:8px}.admin-customer-toolbar input,.admin-customer-toolbar select,.admin-customer-form input,.admin-customer-form select{height:32px;min-width:0;border:1px solid #d7e2f0;border-radius:6px;background:#fff;padding:0 9px;color:#1f2937;font-size:12px}.admin-customer-toolbar input{width:min(320px,45vw)}.admin-customer-form{display:grid;grid-template-columns:repeat(3,minmax(180px,1fr)) minmax(150px,.7fr);gap:10px;padding:10px}.admin-customer-form.compact{grid-template-columns:repeat(5,minmax(140px,1fr)) minmax(110px,.7fr);border-bottom:1px solid #edf2f7}.admin-customer-form label{display:grid;gap:5px;color:#64748b;font-size:12px;font-weight:800}.admin-checkbox-line{grid-template-columns:16px minmax(0,1fr);align-items:center;align-self:end;height:32px}.admin-checkbox-line input{width:16px;height:16px;padding:0}.admin-primary-button{align-self:end;height:32px;border:1px solid #1677ff;border-radius:6px;background:#1677ff;color:#fff;font-weight:900}.admin-primary-button:disabled{opacity:.55;cursor:not-allowed}.admin-selected-row td{background:#f0f7ff}.admin-password-ticket{display:flex;align-items:center;gap:12px;min-height:38px;border:1px solid #b9d7ff;border-radius:8px;background:#f0f7ff;padding:8px 10px;color:#334155;font-size:12px}.admin-password-ticket strong{font-size:13px}.admin-password-ticket code{color:#1d4ed8;font-weight:900}.admin-password-ticket button{margin-left:auto;border:0;background:transparent;color:#1677ff;font-weight:800}.admin-inline-message{color:#64748b;font-size:12px}@media(max-width:1100px){.admin-grid.two,.admin-health-grid,.admin-customer-summary,.admin-info-grid,.admin-action-list,.admin-plan-grid,.admin-customer-form,.admin-customer-form.compact{grid-template-columns:minmax(0,1fr)}.admin-subtabs,.admin-customer-toolbar,.admin-password-ticket{align-items:stretch;flex-direction:column}.admin-customer-toolbar input{width:100%}}.purchase-order-page{min-width:0}.purchase-order-card{min-height:0}.inventory-page{min-width:0}.inventory-card{min-height:0}.purchase-order-table-wrap,.inventory-table-wrap{height:calc(100vh - 208px);min-height:360px;overflow:auto;border:1px solid #e5eaf2;background:#fff}.purchase-order-table{min-width:1580px;border-collapse:separate;border-spacing:0;font-size:12px}.inventory-table{min-width:1540px;border-collapse:separate;border-spacing:0;font-size:12px}.purchase-order-table th,.purchase-order-table td,.inventory-table th,.inventory-table td{height:34px;padding:6px 10px;border-bottom:1px solid #edf1f6;border-right:1px solid #edf1f6;white-space:nowrap;background:#fff}.purchase-order-table th,.inventory-table th{position:sticky;top:0;z-index:3;background:#f8fafc;color:#1f2937;font-weight:700}.po-sticky-left{position:sticky;left:0;z-index:2;box-shadow:1px 0 #e5eaf2}.purchase-order-table th.po-sticky-left{z-index:4}.po-sticky-right{position:sticky;right:0;z-index:2;box-shadow:-1px 0 #e5eaf2}.purchase-order-table th.po-sticky-right{z-index:4}.inv-sticky-left{position:sticky;left:0;z-index:2;box-shadow:1px 0 #e5eaf2}.inventory-table th.inv-sticky-left{z-index:4}.inv-sticky-right{position:sticky;right:0;z-index:2;box-shadow:-1px 0 #e5eaf2}.inventory-table th.inv-sticky-right{z-index:4}.pi-index-col,.inv-index-col{width:52px;min-width:52px;text-align:center;left:0}.inv-name-col{width:190px;min-width:190px}.inventory-table .inv-name-col.inv-sticky-left{left:52px}.inv-code-col{width:138px;min-width:138px}.inv-image-col{width:84px;min-width:84px;text-align:center}.inv-spec-col,.inv-type-col,.inv-category-col,.inv-operator-col{width:112px;min-width:112px}.inv-qty-col{width:118px;min-width:118px;text-align:right}.inv-datetime-col{width:170px;min-width:170px}.inv-action-col{width:210px;min-width:210px;text-align:center}.pi-po-no-col{width:150px;min-width:150px}.purchase-order-table .pi-po-no-col.po-sticky-left{left:52px}.pi-material-col{width:150px;min-width:150px}.pi-code-col{width:132px;min-width:132px}.pi-spec-col,.pi-type-col,.pi-category-col,.pi-status-col,.pi-arrival-col{width:112px;min-width:112px}.pi-qty-col{width:112px;min-width:112px;text-align:right}.pi-date-col{width:128px;min-width:128px}.pi-supplier-col{width:132px;min-width:132px}.pi-source-pr-col{width:148px;min-width:148px}.pi-action-col{width:160px;min-width:160px;text-align:center}.po-no-link,.pi-action-col button,.inv-action-col button{border:0;background:transparent;color:#0f63ff;font-weight:700;padding:0 4px}.pi-action-col button:disabled{color:#a8b1c0;cursor:not-allowed}.inv-action-col button:disabled{color:#a8b1c0;cursor:not-allowed}.pi-action-col{display:table-cell}.pi-action-col button+button,.inv-action-col button+button{margin-left:8px}.inventory-expand-action{display:inline-flex;align-items:center;gap:5px}.inventory-expand-icon{width:16px;height:16px;border:1px solid #1677ff;border-radius:999px;color:#1677ff;display:inline-grid;place-items:center;font-size:12px;line-height:1;font-weight:800}.inventory-thumb{width:30px;height:30px;object-fit:cover;border:1px solid #e2e8f0;background:#fff}.inventory-thumb.placeholder{display:inline-grid;place-items:center;color:#64748b;font-weight:800;background:#f8fafc}.inventory-log-row>td{border-top:0;background:#fbfdff}.inventory-log-cell{padding:0!important;background:#fbfdff;text-align:left;position:relative;z-index:1;width:var(--inventory-log-viewport-width, 900px);min-width:var(--inventory-log-viewport-width, 900px);max-width:var(--inventory-log-viewport-width, 900px);overflow:visible}.inventory-log-panel{padding:8px 0 10px;background:#fbfdff;width:var(--inventory-log-viewport-width, 900px);transform:translate(var(--inventory-table-scroll-left, 0px))}.inventory-log-viewport{width:var(--inventory-log-viewport-width, 900px);max-width:var(--inventory-log-viewport-width, 900px);display:block;max-height:168px;overflow-x:auto;overflow-y:auto;overscroll-behavior:contain;border:1px solid #e5eaf2;background:#fff}.inventory-log-table-wrap{min-width:max-content}.inventory-log-table{min-width:1280px;border-collapse:separate;border-spacing:0;font-size:11px}.inventory-log-table th,.inventory-log-table td{height:28px;padding:5px 8px;border-bottom:1px solid #edf1f6;border-right:1px solid #edf1f6;background:#fff;white-space:nowrap;text-align:center}.inventory-log-table th{position:sticky;top:0;z-index:1;background:#f8fafc;color:#1f2937;font-weight:700}.inventory-log-table .positive{color:#15803d}.inventory-log-table .negative{color:#b91c1c}.inventory-log-notice{margin-top:6px;color:#64748b;font-size:11px}.inventory-column-popover{width:190px}.inventory-log-limit{display:grid;gap:6px;padding-top:8px;margin-top:6px;border-top:1px solid #e5eaf2}.inventory-log-limit span{color:#64748b;font-size:12px;font-weight:700}.inventory-log-limit select{height:30px;border:1px solid #d7dde7;background:#fff;padding:0 8px;font-size:12px}.po-sort-header{border:0;background:transparent;color:inherit;display:inline-flex;align-items:center;gap:4px;padding:0;font-weight:700}.po-sort-header span{width:24px;height:24px;border-radius:4px;color:#9aa6b2;display:inline-grid;place-items:center}.po-sort-header:hover span,.po-sort-header.active span{background:#e8f1ff;color:#1677ff}.po-sort-header.active span.desc svg{transform:rotate(180deg)}.po-status-tag,.po-arrival-tag,.po-material-tag{display:inline-flex;align-items:center;justify-content:center;min-width:54px;height:22px;padding:0 7px;border-radius:4px;border:1px solid #d7e1ef;background:#f8fafc;color:#475569;font-size:11px;font-weight:700}.po-status-tag.in_transit,.po-arrival-tag.unreceived{color:#0f63ff;background:#eef6ff;border-color:#cfe5ff}.po-status-tag.partially_received,.po-arrival-tag.partially_received{color:#b45309;background:#fff7ed;border-color:#fed7aa}.po-status-tag.fully_received,.po-arrival-tag.fully_received{color:#15803d;background:#f0fdf4;border-color:#bbf7d0}.po-status-tag.cancelled,.po-arrival-tag.cancelled{color:#9ca3af;background:#f3f4f6;border-color:#e5e7eb}.po-arrival-tag.overdue_unreceived,.po-arrival-tag.overdue_partially_received{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.po-material-tag.make{color:#15803d;background:#f0fdf4;border-color:#bbf7d0}.po-material-tag.purchase{color:#c2410c;background:#fff7ed;border-color:#fed7aa}.po-filter-drawer .mrp-segment{flex-wrap:wrap}.wo-column-popover label.disabled{color:#94a3b8}.purchase-order-detail-page,.inventory-detail-page{min-width:0;gap:14px}.po-detail-panel{border:1px solid #d9dee7;background:#fff}.po-detail-base-panel{padding:22px 28px 24px}.po-detail-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #edf1f6}.po-detail-head h1,.po-detail-head h2{margin:0;color:#0f172a;font-weight:800}.po-detail-head h1{font-size:18px}.po-detail-head p{margin:7px 0 0;color:#64748b;font-size:12px;font-weight:600}.po-detail-head h2{font-size:17px}.po-detail-head.compact{margin:0;padding:16px 22px;border-bottom:1px solid #edf1f6}.po-detail-head.compact span{color:#64748b;font-size:12px}.po-detail-info-table{border-top:1px solid #e3e9f2;border-left:1px solid #e3e9f2;background:#fff}.po-detail-info-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.po-detail-info-pair{min-width:0;display:grid;grid-template-columns:104px minmax(0,1fr);align-items:center;min-height:38px;border-right:1px solid #e3e9f2;border-bottom:1px solid #e3e9f2}.po-detail-info-pair.empty{background:#fff;border-right-color:transparent}.po-detail-info-pair span{align-self:stretch;display:flex;align-items:center;padding:0 10px;background:#f8fafc;color:#526174;font-size:12px;font-weight:800}.po-detail-info-pair strong{min-width:0;padding:0 12px;color:#1f2937;font-size:13px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.po-detail-info-pair strong.emphasis{font-size:13px;font-weight:500}.po-receipt-panel{min-height:230px}.po-detail-table-wrap{overflow:auto;padding:0 22px}.po-detail-table{min-width:1420px;border-collapse:separate;border-spacing:0;font-size:12px}.po-detail-table th,.po-detail-table td{height:36px;padding:7px 10px;border-bottom:1px solid #edf1f6;border-right:1px solid #edf1f6;background:#fff;white-space:nowrap;text-align:center}.po-detail-table th{position:sticky;top:0;z-index:1;background:#f8fafc;color:#111827;font-weight:800}.po-detail-summary-footer{display:flex;justify-content:flex-end;gap:28px;align-items:center;min-height:38px;padding:0 22px;border-top:1px solid #edf1f6;color:#111827;font-size:13px}.po-detail-summary-footer span{color:#64748b;font-weight:800}.po-detail-summary-footer strong{color:#0f172a;font-size:14px;font-weight:850}.inventory-detail-actions{display:flex;align-items:center;gap:10px}.inventory-detail-base-panel .po-detail-info-pair strong{display:flex;align-items:center;gap:8px}.inventory-transit-detail-table{min-width:1320px}.inventory-transit-detail-table th,.inventory-transit-detail-table td{text-align:center;white-space:nowrap}.inventory-detail-log-table{width:max-content;min-width:1680px;table-layout:auto}.inventory-detail-log-table th,.inventory-detail-log-table td{overflow:visible;text-overflow:clip}.inventory-detail-log-table .inventory-log-col-seq{width:70px}.inventory-detail-log-table .inventory-log-col-type,.inventory-detail-log-table .inventory-log-col-qty,.inventory-detail-log-table .inventory-log-col-after,.inventory-detail-log-table .inventory-log-col-date{width:130px}.inventory-detail-log-table .inventory-log-col-source{width:230px}.inventory-detail-log-table .inventory-log-col-source-no{width:170px}.inventory-detail-log-table .inventory-log-col-extra{width:260px}.inventory-detail-log-table .inventory-log-col-operator{width:110px}.inventory-detail-log-table .inventory-log-col-uploaded{width:190px}.inventory-detail-log-table .inventory-log-col-remark{width:230px}.inventory-detail-log-table .inventory-log-text-cell{text-align:center}.inventory-detail-log-table .inventory-log-time-cell{font-variant-numeric:tabular-nums}.inventory-detail-log-table .positive{color:#15803d;font-weight:700}.inventory-detail-log-table .negative{color:#b91c1c;font-weight:700}.pi-modal-backdrop{position:fixed;inset:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:28px;background:#0f172a47}.pi-adjust-modal{width:min(620px,100%);border:1px solid #d9dee7;background:#fff;box-shadow:0 20px 48px #0f172a2e}.po-form-modal{width:min(720px,100%);border:1px solid #d9dee7;background:#fff;box-shadow:0 20px 48px #0f172a2e}.pi-adjust-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px 22px 14px;border-bottom:1px solid #edf1f6}.pi-adjust-head h2{margin:0;color:#0f172a;font-size:18px;font-weight:850}.pi-adjust-head p{margin:6px 0 0;color:#64748b;font-size:12px;font-weight:700}.pi-adjust-head button{border:0;background:transparent;color:#64748b;cursor:pointer}.pi-adjust-current{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:14px 22px;border-bottom:1px solid #edf1f6;background:#f8fafc;color:#64748b;font-size:12px;font-weight:700}.pi-adjust-current strong{color:#0f172a;font-size:13px}.pi-adjust-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px;padding:18px 22px}.pi-adjust-form label{display:grid;gap:7px;color:#334155;font-size:12px;font-weight:800}.pi-adjust-form input,.pi-adjust-form textarea,.po-form-grid input,.po-form-grid select,.po-form-grid textarea{width:100%;border:1px solid #cfd8e5;background:#fff;color:#0f172a;font:inherit;font-size:13px}.pi-adjust-form input,.po-form-grid input,.po-form-grid select{height:36px;padding:0 10px}.pi-adjust-form textarea,.po-form-grid textarea{min-height:72px;resize:vertical;padding:9px 10px}.po-form-warning{margin:0;padding:10px 22px;border-bottom:1px solid #fed7aa;background:#fff7ed;color:#9a3412;font-size:12px;font-weight:700}.po-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px;padding:18px 22px}.po-form-grid label{display:grid;gap:7px;color:#334155;font-size:12px;font-weight:800}.po-form-grid input:disabled,.po-form-grid select:disabled,.po-form-grid textarea:disabled{background:#f8fafc;color:#94a3b8}.po-form-remark,.pi-adjust-remark{grid-column:1 / -1}.pi-adjust-error{margin:-4px 22px 12px;color:#b91c1c;font-size:12px;font-weight:700}.pi-adjust-actions{display:flex;justify-content:flex-end;gap:10px;padding:14px 22px 18px;border-top:1px solid #edf1f6}@media(max-width:1100px){.purchase-order-table-wrap{height:calc(100vh - 230px)}.po-detail-info-row{grid-template-columns:repeat(2,minmax(150px,1fr))}.po-detail-summary-footer{justify-content:stretch;flex-wrap:wrap;padding:8px 22px}}.master-data-page{min-width:0}.master-data-card{min-height:0}.master-data-table-wrap{height:calc(100vh - 208px);min-height:360px;overflow:auto;overflow-y:auto;overflow-x:auto;border:1px solid #e5eaf2;background:#fff}.master-material-table,.master-warehouse-table,.master-calendar-table,.master-process-table,.master-equipment-table,.master-rules-table,.master-changeover-table{border-collapse:separate;border-spacing:0;font-size:12px;table-layout:fixed}.master-material-table{min-width:1900px}.master-warehouse-table{min-width:980px}.master-calendar-table{min-width:1680px}.master-process-table{min-width:1380px}.master-equipment-table{min-width:2100px}.master-rules-table{min-width:1360px}.master-changeover-table{min-width:1900px}.master-equipment-table th:nth-child(1),.master-equipment-table td:nth-child(1){width:56px;min-width:56px;text-align:center}.master-equipment-table th:nth-child(8),.master-equipment-table td:nth-child(8){width:66px;min-width:66px}.master-equipment-table th:nth-child(9),.master-equipment-table td:nth-child(9){width:84px;min-width:84px}.master-equipment-table th:nth-child(14),.master-equipment-table td:nth-child(14){width:58px;min-width:58px;text-align:center}.master-material-table th,.master-material-table td,.master-warehouse-table th,.master-warehouse-table td,.master-calendar-table th,.master-calendar-table td,.master-process-table th,.master-process-table td,.master-equipment-table th,.master-equipment-table td,.master-rules-table th,.master-rules-table td,.master-changeover-table th,.master-changeover-table td{height:34px;padding:6px 10px;border-bottom:1px solid #edf1f6;border-right:1px solid #edf1f6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background:#fff}.master-material-table th,.master-warehouse-table th,.master-calendar-table th,.master-process-table th,.master-equipment-table th,.master-rules-table th,.master-changeover-table th{position:sticky;top:0;z-index:3;background:#f8fafc;color:#1f2937;font-weight:700}.master-material-table .number-cell,.master-warehouse-table .number-cell,.master-calendar-table .number-cell,.master-process-table .number-cell,.master-equipment-table .number-cell,.master-changeover-table .number-cell{text-align:right}.master-process-table th:nth-child(1),.master-process-table td:nth-child(1),.master-process-table th:nth-child(6),.master-process-table td:nth-child(6),.master-process-table th:nth-child(7),.master-process-table td:nth-child(7){width:72px;min-width:72px;text-align:center}.master-process-category{display:inline-flex;align-items:center;justify-content:center;min-width:68px;height:22px;border-radius:999px;background:#eef2ff;color:#3730a3;font-size:12px;font-weight:700}.master-calendar-table th:nth-child(1),.master-calendar-table td:nth-child(1),.master-calendar-table th:nth-child(6),.master-calendar-table td:nth-child(6),.master-calendar-table th:nth-child(9),.master-calendar-table td:nth-child(9),.master-calendar-table th:nth-child(10),.master-calendar-table td:nth-child(10){width:72px;min-width:72px;text-align:center}.master-material-table .master-index-cell{width:56px;min-width:56px;text-align:center}.master-material-table .master-code-cell{width:168px;min-width:168px}.master-material-table .master-name-cell{width:190px;min-width:190px}.master-material-table .master-unit-cell{width:72px;min-width:72px;text-align:center}.master-code-link{display:inline-block;max-width:100%;border:0;padding:0;background:transparent;color:#1677ff;font:inherit;font-weight:500;line-height:1.4;text-align:left;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}.master-code-link:hover{color:#0958d9}.master-action-col{width:170px;min-width:170px;text-align:center}.master-action-col.wide{width:300px;min-width:300px}.master-action-col button{border:0;background:transparent;color:#1677ff;cursor:pointer;padding:0 5px}.master-action-col button:hover{color:#0958d9}.master-status-tag{display:inline-flex;align-items:center;justify-content:center;min-width:48px;height:22px;border-radius:999px;font-size:12px;font-weight:700}.master-status-tag.active{background:#dcfce7;color:#15803d}.master-status-tag.inactive{background:#f1f5f9;color:#64748b}.po-material-tag.outsourced{background:#fff7ed;color:#c2410c}.master-resource-status{display:inline-flex;align-items:center;justify-content:center;min-width:52px;height:22px;border-radius:999px;font-size:12px;font-weight:800;background:#eff6ff;color:#1d4ed8}.master-resource-status.available{background:#dcfce7;color:#15803d}.master-resource-status.maintenance{background:#fef9c3;color:#a16207}.master-resource-status.fault,.master-resource-status.downtime{background:#fee2e2;color:#b91c1c}.master-rules-wrap{height:min(420px,calc(100vh - 270px));min-height:240px}.master-maintenance-modal{width:min(1080px,calc(100vw - 48px))}.master-modal-tabs{display:inline-flex;gap:2px;margin-bottom:14px;border:1px solid #d8e0ea;border-radius:6px;overflow:hidden;background:#f8fafc}.master-modal-tabs button{min-width:128px;height:34px;border:0;border-right:1px solid #d8e0ea;background:transparent;color:#526273;font-size:12px;font-weight:800;cursor:pointer}.master-modal-tabs button:last-child{border-right:0}.master-modal-tabs button.active{background:#1677ff;color:#fff}.master-inline-toolbar{display:flex;justify-content:flex-end;margin:-4px 0 12px}.master-calendar-panel{display:grid;gap:14px}.master-calendar-summary{display:grid;gap:8px;padding:12px 14px;border:1px solid #e5eaf2;background:#f8fafc;color:#334155;font-size:12px}.master-calendar-summary div:first-child{display:flex;align-items:center;gap:10px}.master-calendar-summary strong{color:#0f172a;font-size:14px}.master-calendar-summary span{color:#64748b}.master-form-grid.compact-two{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:0}.master-weekday-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px}.master-weekday-row button{width:68px;height:32px;border:1px solid #d5dce8;border-radius:6px;background:#fff;color:#334155;font-size:12px;font-weight:800;cursor:pointer}.master-weekday-row button.active{border-color:#1677ff;background:#e8f2ff;color:#0958d9}.master-shift-table-wrap{display:grid;gap:12px;margin-bottom:18px}.master-shift-table{width:100%;border-collapse:collapse;font-size:12px}.master-shift-table th,.master-shift-table td{height:34px;border:1px solid #e5eaf2;padding:5px 8px}.master-shift-table th{background:#f8fafc;color:#334155}.master-shift-table input[type=text],.master-shift-table input:not([type]){width:100%}.master-shift-table input{min-width:0;border:1px solid #d8e0ea;border-radius:4px;padding:5px 8px;color:#1f2937;font:inherit}.master-shift-table button{border:0;background:transparent;color:#1677ff;cursor:pointer}.master-nested-backdrop{z-index:95}.master-form-error.neutral{color:#1d4ed8;background:#eff6ff}.master-filter-drawer{width:390px}.master-filter-drawer .master-input-field{margin-bottom:14px}.master-form-modal{width:860px;max-width:calc(100vw - 48px)}.master-form-modal.compact{width:620px}.changeover-form-modal{width:920px}.master-modal-head{display:flex;align-items:center;min-height:52px;padding:0 22px;border-bottom:1px solid #edf1f6}.master-modal-head h2{margin:0;color:#0f172a;font-size:18px;font-weight:850}.master-form-body{padding:18px 22px 8px;max-height:min(640px,calc(100vh - 190px));overflow:auto}.master-form-section{position:relative;margin:4px 0 12px;padding-left:12px;font-size:13px;font-weight:800;color:#1f2937}.master-form-section:before{content:"";position:absolute;left:0;top:2px;width:3px;height:14px;border-radius:999px;background:#1677ff}.master-form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px 16px;margin-bottom:18px}.master-form-modal.compact .master-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.master-input-field,.master-textarea-field{display:flex;flex-direction:column;gap:6px;color:#526273;font-size:12px;font-weight:700}.master-input-field input,.master-input-field select,.master-textarea-field textarea{width:100%;min-width:0;border:1px solid #d8e0ea;border-radius:6px;background:#fff;color:#1f2937;font:inherit;font-weight:500;outline:none}.master-input-field input,.master-input-field select{height:34px;padding:0 10px}.master-input-field input:disabled{background:#f4f7fb;color:#94a3b8}.master-textarea-field textarea{min-height:70px;padding:8px 10px;resize:vertical}.master-form-error{margin-top:10px;border:1px solid #fecaca;border-radius:8px;background:#fef2f2;color:#b91c1c;padding:10px 12px;font-size:13px}.master-modal-actions{display:flex;justify-content:flex-end;gap:10px;padding:14px 22px 18px;border-top:1px solid #edf1f6;background:#fff}.master-modal-actions .mrp-secondary-button,.master-modal-actions .mrp-primary-button{min-width:76px}@media(max-width:1100px){.master-form-grid,.master-form-modal.compact .master-form-grid{grid-template-columns:1fr}}.product-process-page{min-width:0}.product-process-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:16px;height:calc(100vh - 96px);min-height:540px}.product-process-sidebar,.product-process-main{min-height:0;border:1px solid #e5eaf2;background:#fff}.product-process-sidebar{display:flex;flex-direction:column;overflow:hidden}.product-process-side-head{display:flex;align-items:center;justify-content:space-between;height:50px;padding:0 16px;border-bottom:1px solid #e5eaf2}.product-process-side-head button,.product-process-import-button{display:grid;place-items:center;width:28px;height:28px;border:1px solid #e5eaf2;border-radius:6px;background:#fff;color:#64748b;cursor:pointer}.product-process-import-button input{display:none}.product-process-search{height:36px;margin:12px;flex:0 0 auto;padding:0 12px;border:1px solid #d7deea;border-radius:6px;outline:none}.product-process-template-row{display:flex;align-items:center;justify-content:space-between;gap:8px;flex:0 0 auto;padding:0 12px 10px;color:#64748b;font-size:12px}.product-process-template-row a{color:#1677ff;text-decoration:none;white-space:nowrap}.product-process-template-row span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-process-list{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding-bottom:12px}.product-process-list button{display:flex;flex-direction:column;align-items:flex-start;width:100%;min-height:62px;padding:12px 16px;border:0;border-bottom:1px solid #edf1f6;background:#fff;color:#1f2937;text-align:left}.product-process-list button.active{background:#eef6ff;color:#0958d9}.product-process-list span{font-weight:700}.product-process-list small{margin-top:6px;color:#64748b}.product-process-main{display:flex;flex-direction:column;overflow:hidden}.product-process-titlebar{min-height:72px;padding:12px 20px;border-bottom:1px solid #e5eaf2}.product-process-titlebar h1{margin:0}.product-process-titlebar p{margin:7px 0 0;color:#64748b}.product-process-summary{display:grid;grid-template-columns:repeat(5,minmax(120px,1fr));gap:0;height:54px;border-bottom:1px solid #e5eaf2;background:#f8fafc}.product-process-summary div{min-width:0;height:54px;padding:8px 16px;border-right:1px solid #e5eaf2}.product-process-summary span{display:block;margin-bottom:5px;color:#64748b;font-size:12px;line-height:1}.product-process-summary strong{display:block;overflow:hidden;color:#1f2937;font-size:13px;line-height:18px;text-overflow:ellipsis;white-space:nowrap}.product-process-tabs{display:flex;height:44px;border-bottom:1px solid #e5eaf2}.product-process-tabs button{min-width:110px;border:0;border-right:1px solid #e5eaf2;background:#fff;color:#475569;font-weight:700}.product-process-tabs button.active{color:#1677ff;box-shadow:inset 0 -2px #1677ff}.product-process-card{display:flex;flex:1;min-height:0;flex-direction:column}.product-process-table-head{display:flex;align-items:center;justify-content:space-between;min-height:50px;padding:0 16px}.product-bom-head{gap:16px}.product-bom-tree-panel{flex:0 0 auto;border-bottom:1px solid #e5eaf2;background:#fff}.product-bom-tree-toggle{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:226px;height:34px;padding:0 8px 0 10px;border:1px solid #d7e5ff;border-radius:8px;background:#f8fbff;color:#334155;cursor:pointer}.product-bom-tree-toggle:hover{border-color:#9ec5fe;background:#eff6ff}.product-bom-tree-title{display:inline-flex;align-items:center;gap:8px;min-width:0}.product-bom-tree-title>span:last-child{display:flex;min-width:0;flex-direction:column;align-items:flex-start;gap:2px}.product-bom-tree-title strong{color:#1f2937;font-size:12px}.product-bom-tree-title small{color:#64748b;font-size:10px}.product-bom-tree-action{display:inline-flex;align-items:center;gap:4px;height:24px;padding:0 8px;border:1px solid #bfdbfe;border-radius:999px;background:#eff6ff;color:#1677ff;font-size:11px;font-weight:700;white-space:nowrap}.product-bom-tree-icon{position:relative;display:inline-grid;grid-template-columns:repeat(3,5px);align-items:end;gap:2px;width:22px;height:16px}.product-bom-tree-icon:before{position:absolute;top:5px;left:5px;width:14px;height:6px;border-top:1px solid #94a3b8;border-right:1px solid #94a3b8;border-left:1px solid #94a3b8;content:""}.product-bom-tree-icon span{display:block;width:5px;height:5px;border-radius:1px;background:#94a3b8}.product-bom-tree-icon span:nth-child(2){height:8px;background:#ff7875}.product-bom-tree-scroll{min-height:76px;max-height:none;overflow-x:auto;overflow-y:visible;border-top:1px solid #edf1f6;background:#fff}.product-bom-tree-canvas{position:relative;min-width:100%;margin:0 auto}.product-bom-tree-lines{position:absolute;inset:0;z-index:0;pointer-events:none}.product-bom-tree-line{position:absolute;display:block;background:#cbd5e1}.product-bom-tree-line.horizontal{height:1px}.product-bom-tree-line.vertical{width:1px}.product-bom-node{position:absolute;z-index:2;display:inline-flex;width:92px;height:30px;flex-direction:column;align-items:center;justify-content:center;gap:1px;padding:3px 6px;border:1px solid #cbd5e1;border-radius:5px;background:#fff;color:#334155;line-height:1.2}.product-bom-node span,.product-bom-node small{max-width:78px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-bom-node span{font-size:10px;font-weight:700}.product-bom-node small{color:#64748b;font-size:8px}.product-bom-node.root{border-color:#ff7875;background:#ff7875;color:#fff}.product-bom-node.semi,.product-bom-node.finished{border-color:#94a3b8;background:#7890a0;color:#fff}.product-bom-node.semi small,.product-bom-node.finished small{color:#e2e8f0}.product-bom-node.raw{background:#fff;color:#334155}.product-bom-tree-empty{display:grid;height:100%;place-items:center;color:#64748b;font-size:13px}.product-process-table-wrap{height:auto;min-height:0;flex:1;border-right:0;border-left:0}.product-process-table-wrap.compact{max-height:420px}.product-route-table,.product-bom-table,.product-version-table{min-width:1380px;border-collapse:separate;border-spacing:0;table-layout:fixed;font-size:12px}.product-route-table th,.product-route-table td,.product-bom-table th,.product-bom-table td,.product-version-table th,.product-version-table td{height:34px;padding:6px 10px;border-right:1px solid #edf1f6;border-bottom:1px solid #edf1f6;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:#fff}.product-route-table th,.product-bom-table th,.product-version-table th{position:sticky;top:0;z-index:2;background:#f8fafc;font-weight:700}.product-version-table .active-row td{background:#eef6ff}.product-process-readonly-tag{display:inline-flex;align-items:center;height:22px;padding:0 8px;border:1px solid #d7deea;border-radius:999px;background:#f8fafc;color:#64748b;font-size:11px;font-weight:700}.product-process-footer{border-top:1px solid #e5eaf2}.product-process-modal{width:min(920px,calc(100vw - 48px))}.product-process-modal .master-modal-head{justify-content:space-between}.product-process-modal .master-modal-head button{border:0;background:transparent;color:#64748b}.product-process-form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px 16px}.product-process-field{display:flex;flex-direction:column;gap:6px;color:#475569;font-weight:700}.product-process-field input,.product-process-field select{height:36px;border:1px solid #d7deea;border-radius:6px;padding:0 10px;background:#fff;color:#1f2937;outline:none}.product-process-field input:disabled{background:#f8fafc;color:#94a3b8}.product-process-textarea{display:flex;flex-direction:column;gap:6px;margin-top:14px;color:#475569;font-weight:700}.product-process-textarea textarea{min-height:84px;resize:vertical;border:1px solid #d7deea;border-radius:6px;padding:10px;outline:none}.ps-root{width:100%;height:100%;background:#f3f6fb;color:#1f2937;overflow:hidden}.ps-page{height:100%;min-width:0;overflow:auto;padding:0 16px 16px}.ps-crumbs{height:44px;display:flex;align-items:center;gap:7px;color:#526273;font-size:13px;border-bottom:1px solid #e5eaf2}.ps-crumb-separator,.ps-crumb-active{color:#1677ff}.ps-crumb-active{font-weight:700;height:44px;display:inline-flex;align-items:center;padding:0 4px;border-bottom:2px solid #1677ff}.ps-titlebar,.ps-panel,.ps-workbench{background:#fff;border:1px solid #dfe6ef}.ps-titlebar{min-height:58px;margin-top:10px;padding:10px 16px;display:flex;align-items:center;justify-content:space-between;gap:14px}.ps-titlebar h1{margin:0;font-size:16px;line-height:1.3}.ps-titlebar p{margin:4px 0 0;color:#64748b;font-size:12px}.ps-title-actions,.ps-toolbar-actions,.ps-footer-actions{min-width:0;display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.ps-notice,.ps-error{max-width:460px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.ps-notice{color:#1677ff}.ps-error,.ps-metric.danger strong{color:#b4232a}.ps-workbench,.ps-full-panel,.ps-settings-grid{margin-top:10px}.ps-workbench{min-width:980px;overflow:hidden;background:#fff;font-family:Noto Sans SC,Microsoft YaHei,PingFang SC,sans-serif}.ps-gantt-toolbar{min-height:46px;border-bottom:1px solid #edf1f6;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:7px 16px}.ps-toolbar-left{min-width:0;display:flex;align-items:center;gap:12px}.ps-mode-tabs,.ps-option-tabs{display:flex;align-items:center;gap:6px;min-width:0}.ps-mode-tabs{flex:0 0 auto}.ps-option-tabs{flex:1 1 auto;overflow-x:auto;padding-bottom:2px;scrollbar-width:thin}.ps-option-tabs::-webkit-scrollbar{height:4px}.ps-option-tabs::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.ps-mode-tabs button,.ps-option-tabs button{flex:0 0 auto;height:28px;border:1px solid #d9e2ef;border-radius:4px;background:#fff;color:#334155;padding:0 9px;display:inline-flex;align-items:center;gap:7px;white-space:nowrap;font-size:12px}.ps-mode-tabs button span{color:#8492a6;font-size:12px}.ps-mode-tabs button.active,.ps-option-tabs button.active{border-color:#1677ff;background:#eef6ff;color:#1677ff;font-weight:700}.ps-toolbar-metrics{display:flex;align-items:center;gap:14px;color:#64748b;font-size:12px;white-space:nowrap}.ps-toolbar-metrics span{display:inline-flex;align-items:baseline;gap:4px}.ps-toolbar-metrics strong{color:#1f2937;font-size:13px}.ps-toolbar-metrics .risk strong{color:#d97706}.ps-mode-tabs button:disabled,.ps-toolbar-actions button:disabled{opacity:.55;cursor:not-allowed}.ps-toolbar-actions{min-width:max-content;display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:7px}.ps-resource-view-select{height:26px;display:inline-flex;align-items:center;gap:5px;color:#526273;font-size:11px}.ps-resource-view-select select{height:24px;border:1px solid #d9e2ef;border-radius:4px;background:#fff;color:#334155;padding:0 20px 0 7px;font-size:11px}.ps-new-schedule-button{height:27px;border:1px solid #1677ff;border-radius:5px;background:#1677ff;color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:0 9px;font-size:12px;font-weight:600;line-height:1}.ps-insert-button{height:27px;border:1px solid #e4e4e4;border-radius:6px;background:#dfa308;color:#fff;padding:0 9px;display:inline-flex;align-items:center;gap:4px;font-size:12px}.ps-icon-button,.ps-primary-button,.ps-secondary-button,.ps-link-button{border-radius:4px;display:inline-flex;align-items:center;justify-content:center;gap:6px;white-space:nowrap}.ps-icon-button{width:30px;height:30px;border:1px solid #d9e2ef;background:#fff;color:#64748b;padding:0}.ps-icon-button:hover,.ps-secondary-button:hover{color:#1677ff;background:#f3f8ff}.ps-primary-button{height:32px;border:1px solid #1677ff;background:#1677ff;color:#fff;font-weight:700;padding:0 14px}.ps-primary-button:not(:disabled),.ps-primary-button:not(:disabled) svg,.ps-primary-button:not(:disabled) span{color:#fff}.ps-primary-button.adopt{border-color:#15803d;background:#16a34a}.ps-primary-button:disabled{border-color:#d9e2ef;background:#eef3f9;color:#94a3b8;font-weight:600;opacity:1;cursor:not-allowed}.ps-conflict-toggle{height:34px;display:inline-flex;align-items:center;gap:6px;color:#526273;font-size:12px;white-space:nowrap}.ps-conflict-toggle input{width:14px;height:14px;margin:0;accent-color:#1677ff}.ps-secondary-button:disabled{opacity:.55;cursor:not-allowed}.ps-secondary-button{height:32px;border:1px solid #d9e2ef;background:#fff;color:#334155;padding:0 12px}.ps-secondary-button.compact{height:28px;padding:0 8px;font-size:12px}.ps-link-button{height:26px;border:0;background:transparent;color:#1677ff;padding:0 6px}.ps-link-button.muted{color:#64748b}.ps-link-button:disabled{color:#94a3b8;cursor:not-allowed}.ps-summary-row{min-height:64px;border-bottom:1px solid #edf1f6;display:flex;align-items:stretch;gap:12px;padding:12px 14px;flex-wrap:wrap}.ps-summary-row.in-panel{border-bottom:1px solid #edf1f6}.ps-summary-row.compact{min-height:38px;align-items:center;gap:22px;padding:7px 14px}.ps-summary-row.compact .ps-metric{min-width:auto;max-width:none;display:inline-flex;align-items:center;gap:6px}.ps-summary-row.compact .ps-metric.wide{min-width:auto;flex:0 1 auto}.ps-summary-row.compact .ps-metric span{font-size:12px}.ps-summary-row.compact .ps-metric strong{color:#1677ff;font-size:12px;font-weight:400}.ps-metric{min-width:96px;max-width:300px;display:grid;gap:3px}.ps-metric.wide{min-width:260px;flex:1}.ps-metric span{color:#7b8797;font-size:12px}.ps-metric strong{min-width:0;color:#1f2937;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ps-gantt-board{position:relative;height:calc(100vh - 208px);min-height:610px;display:grid;grid-template-columns:302px minmax(720px,1fr);column-gap:6px;overflow:hidden;background:#fff}.ps-resource-axis{border:1px solid #c9c9c9;background:#fff;overflow:hidden}.ps-axis-head,.ps-time-head{height:81px;background:#f0f0f0;border-bottom:1px solid #bbbbbb}.ps-axis-head{display:grid;grid-template-columns:139px minmax(0,1fr);grid-template-rows:32px 1fr;align-items:end;padding:8px 12px 9px;color:#000;font-size:12px;line-height:18px}.ps-axis-title-row{grid-column:1 / 3;align-self:start;min-width:0;display:flex;align-items:center;justify-content:space-between;gap:6px}.ps-axis-title{min-width:0;font-size:13px;font-weight:400;white-space:nowrap}.ps-axis-view-select{flex:0 0 auto}.ps-axis-view-select span{color:#526273}.ps-axis-restore-button{height:24px;border:1px solid #d9e2ef;border-radius:4px;background:#fff;color:#526273;padding:0 6px;font-size:11px;white-space:nowrap}.ps-axis-group-title,.ps-axis-resource-title{align-self:end;font-weight:400}.ps-axis-body{height:calc(100% - 81px);overflow:auto}.ps-lane-body{height:calc(100% - 81px);overflow:hidden;position:relative}.ps-axis-row,.ps-lane-row{height:40px;min-height:40px;border-bottom:1px solid #eeeeee}.ps-axis-row{display:grid;grid-template-columns:139px minmax(0,1fr);align-items:center;gap:0;padding:0 16px}.ps-axis-row.workCenter{background:#fff;font-weight:500}.ps-axis-row.resource{background:#fff}.ps-axis-group,.ps-axis-resource{min-width:0;display:grid;gap:0}.ps-axis-group{grid-template-columns:16px minmax(0,1fr);align-items:center}.ps-axis-collapse{width:12px;height:12px;border:1px solid #b2c1d5;border-radius:3px;background:#fff;color:#9db4d4;display:inline-flex;align-items:center;justify-content:center;padding:0;cursor:pointer}.ps-axis-row.resource .ps-axis-group{min-height:1px}.ps-axis-row strong,.ps-axis-row span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ps-axis-row strong{color:#000;font-size:12px;font-weight:400;line-height:17px}.ps-axis-row span,.ps-axis-row em{color:#8c8c8c;font-size:9px;font-style:normal;line-height:11px}.ps-axis-resource{position:relative;padding-right:34px}.ps-axis-hide{position:absolute;right:0;top:4px;height:18px;border:0;background:transparent;color:#94a3b8;font-size:10px;opacity:0;padding:0;cursor:pointer}.ps-axis-row.resource:hover .ps-axis-hide{opacity:1}.ps-axis-hide:hover{color:#1677ff}.ps-timeline{min-width:0;height:100%;overflow-x:auto;overflow-y:hidden;background:#fff;position:relative}.ps-timeline-empty{height:100%;display:grid;place-content:center;gap:8px;color:#7b8797;text-align:center}.ps-timeline-empty strong{color:#334155}.ps-time-head{display:block;position:sticky;top:0;z-index:4;overflow:hidden}.ps-timeline-month{position:absolute;top:13px;left:0;right:0;display:block;color:#000;font-size:15px;font-weight:600;line-height:21px;text-align:center}.ps-time-days{position:absolute;left:0;bottom:0;height:37px;display:flex}.ps-time-days span{position:relative;flex:0 0 auto;display:flex;align-items:center;justify-content:center;gap:7px;border-right:1px solid #eeeeee;color:#000;font-size:14px;font-weight:400;line-height:17px}.ps-time-days span strong{font-weight:400}.ps-time-days span.today{color:#fff}.ps-time-days span.today:before{content:"";position:absolute;width:58px;height:28px;border-radius:9px;background:#3f7cff;box-shadow:0 1px 2px #1677ff33}.ps-time-days span.today small,.ps-time-days span.today strong{position:relative;z-index:1;color:#fff}.ps-time-days span.off,.ps-lane-grid span.off{background:#f0f2f5}.ps-time-days small{color:#ccc;font-size:10px;font-weight:400}.ps-lane-row{position:relative}.ps-lane-scroll{will-change:transform}.ps-lane-row.workCenter{background:#fff}.ps-lane-grid{position:absolute;inset:0;display:flex}.ps-lane-grid span{flex:0 0 auto;border-right:1px solid #eeeeee}.ps-lane-shadows{position:absolute;inset:0;pointer-events:none;z-index:1}.ps-calendar-shadow{position:absolute;top:0;bottom:0;z-index:1;border:0;border-radius:0;background:#94a3b833;cursor:default;pointer-events:auto}.ps-calendar-shadow:hover{background:#94a3b847}.ps-lane-group-label{display:none}.ps-manual-shadow-layer{position:absolute;inset:0;z-index:2;pointer-events:none}.ps-gantt-task-shadow{position:absolute;top:9px;height:20px;min-width:8px;border:1px dashed rgba(15,23,42,.48);border-radius:6px;background:#ffffff4d;padding:0;cursor:pointer;pointer-events:auto}.ps-gantt-task-shadow:hover{border-color:#1677ff;background:#1677ff14}.ps-gantt-feedback{position:absolute;top:-2px;z-index:14;max-width:420px;min-width:180px;min-height:28px;border:1px solid #bfdbfe;border-radius:4px;background:#fffffff5;color:#1e40af;padding:5px 8px;display:flex;align-items:center;gap:8px;white-space:normal;box-shadow:0 6px 14px #0f172a1f;font-size:12px;line-height:17px;pointer-events:auto;transform:translateY(-100%)}.ps-gantt-feedback span{min-width:0;flex:1 1 auto}.ps-gantt-feedback button{flex:0 0 auto;height:22px;border:1px solid #bbf7d0;border-radius:4px;background:#f0fdf4;color:#15803d;padding:0 8px;font-size:12px;cursor:pointer}.ps-gantt-feedback button:hover{border-color:#22c55e;background:#dcfce7}.ps-gantt-feedback.success{border-color:#bbf7d0;color:#15803d}.ps-gantt-feedback.error{border-color:#fecdd3;color:#b4232a}.ps-gantt-task{position:absolute;top:11px;z-index:3;min-width:28px;max-width:100%;height:16px;border:0;border-radius:6px;background:linear-gradient(90deg,var(--task-accent, #1d4ed8) 0 5px,var(--task-fill, #65bbe2) 5px 100%);color:#fff;padding:0;display:flex;align-items:center;justify-content:center;overflow:hidden;text-indent:-999px;box-shadow:none;transition:box-shadow .12s ease,transform .12s ease}.ps-gantt-task.draggable{cursor:grab}.ps-gantt-task.dragging{z-index:12;cursor:grabbing;opacity:.82;box-shadow:0 0 0 2px #16a34a,0 8px 16px #0f172a38}.ps-gantt-task.pending-preview{z-index:11;cursor:wait;opacity:.72;box-shadow:0 0 0 2px #1677ff,0 8px 16px #0f172a2e}.ps-gantt-task.manual-adjusted{box-shadow:inset 0 -2px #ffffff80}.ps-gantt-task.affected{box-shadow:0 0 0 2px #f59e0bd1}.ps-gantt-task:hover{box-shadow:0 0 0 2px #266fff}.ps-gantt-task.official{opacity:1}.ps-gantt-task.candidate{opacity:.94}.ps-gantt-task.work-segment{min-width:8px}.ps-gantt-task.risk{box-shadow:0 0 0 2px #ff6b10}.ps-gantt-task.selected{box-shadow:0 0 0 2px #1677ff}.ps-gantt-task.selected.risk{box-shadow:0 0 0 2px #1677ff,0 0 0 4px #ff6b1047}.ps-gantt-task.dimmed{opacity:.18}.ps-gantt-task.focused{z-index:3;transform:translateY(-1px);box-shadow:0 0 0 2px #0f172a57}.ps-gantt-task.focused.risk{box-shadow:0 0 0 2px #0f172a57,0 0 0 4px #ff6b103d}.ps-gantt-task.child-tone-0{--task-fill: var(--task-tone-0)}.ps-gantt-task.child-tone-1{--task-fill: var(--task-tone-1)}.ps-gantt-task.child-tone-2{--task-fill: var(--task-tone-2)}.ps-gantt-task.child-tone-3{--task-fill: var(--task-tone-3)}.ps-gantt-task.root-color-0,.ps-root-color-chip.root-color-0{--task-accent: #1e3a8a;--task-tone-0: #2563eb;--task-tone-1: #3b82f6;--task-tone-2: #60a5fa;--task-tone-3: #1d4ed8}.ps-gantt-task.root-color-1,.ps-root-color-chip.root-color-1{--task-accent: #9a3412;--task-tone-0: #ea580c;--task-tone-1: #f97316;--task-tone-2: #fb923c;--task-tone-3: #c2410c}.ps-gantt-task.root-color-2,.ps-root-color-chip.root-color-2{--task-accent: #14532d;--task-tone-0: #16a34a;--task-tone-1: #22c55e;--task-tone-2: #4ade80;--task-tone-3: #15803d}.ps-gantt-task.root-color-3,.ps-root-color-chip.root-color-3{--task-accent: #4c1d95;--task-tone-0: #7c3aed;--task-tone-1: #8b5cf6;--task-tone-2: #a78bfa;--task-tone-3: #6d28d9}.ps-gantt-task.root-color-4,.ps-root-color-chip.root-color-4{--task-accent: #134e4a;--task-tone-0: #0d9488;--task-tone-1: #14b8a6;--task-tone-2: #2dd4bf;--task-tone-3: #0f766e}.ps-gantt-task.root-color-5,.ps-root-color-chip.root-color-5{--task-accent: #881337;--task-tone-0: #e11d48;--task-tone-1: #f43f5e;--task-tone-2: #fb7185;--task-tone-3: #be123c}.ps-gantt-task.root-color-6,.ps-root-color-chip.root-color-6{--task-accent: #164e63;--task-tone-0: #0891b2;--task-tone-1: #06b6d4;--task-tone-2: #22d3ee;--task-tone-3: #0e7490}.ps-gantt-task.root-color-7,.ps-root-color-chip.root-color-7{--task-accent: #365314;--task-tone-0: #65a30d;--task-tone-1: #84cc16;--task-tone-2: #a3e635;--task-tone-3: #4d7c0f}.ps-gantt-task.root-color-8,.ps-root-color-chip.root-color-8{--task-accent: #713f12;--task-tone-0: #ca8a04;--task-tone-1: #eab308;--task-tone-2: #facc15;--task-tone-3: #a16207}.ps-gantt-task.root-color-9,.ps-root-color-chip.root-color-9{--task-accent: #831843;--task-tone-0: #db2777;--task-tone-1: #ec4899;--task-tone-2: #f472b6;--task-tone-3: #be185d}.ps-gantt-task.root-color-10,.ps-root-color-chip.root-color-10{--task-accent: #312e81;--task-tone-0: #4f46e5;--task-tone-1: #6366f1;--task-tone-2: #818cf8;--task-tone-3: #4338ca}.ps-gantt-task.root-color-11,.ps-root-color-chip.root-color-11{--task-accent: #1e293b;--task-tone-0: #475569;--task-tone-1: #64748b;--task-tone-2: #94a3b8;--task-tone-3: #334155}.ps-gantt-task svg{text-indent:0}.ps-chart-pane{min-width:0;position:relative;overflow:hidden;border:1px solid #c9c9c9}.ps-zoom-bar{position:absolute;left:16px;top:9px;z-index:8;height:24px;display:flex;align-items:center;gap:7px;color:#5d718a;font-size:12px}.ps-zoom-bar button{width:18px;height:18px;border:0;background:transparent;color:#91a0b2;display:grid;place-items:center;padding:0}.ps-zoom-bar button:not(:disabled){color:#1677ff;cursor:pointer}.ps-zoom-bar input{width:112px;accent-color:#1677ff}.ps-root-color-legend{position:absolute;top:8px;right:12px;z-index:9;max-width:min(640px,calc(100% - 260px));min-height:28px;display:flex;align-items:center;gap:6px;overflow-x:auto;padding:2px 4px;background:#ffffffe6;border:1px solid #dbe5f2;border-radius:6px;box-shadow:0 4px 12px #0f172a0f}.ps-root-color-legend>span{flex:0 0 auto;color:#64748b;font-size:12px;font-weight:600;padding:0 3px}.ps-root-color-chip{flex:0 0 auto;height:22px;max-width:128px;border:1px solid transparent;border-radius:5px;background:#f8fafc;color:#334155;display:inline-flex;align-items:center;gap:5px;padding:0 7px 0 5px;cursor:pointer}.ps-root-color-chip i{width:18px;height:10px;border-radius:999px;background:linear-gradient(90deg,var(--task-accent, #1d4ed8) 0 5px,var(--task-tone-0, #65bbe2) 5px 100%)}.ps-root-color-chip strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:1}.ps-root-color-chip:hover{border-color:#93c5fd;background:#eff6ff}.ps-root-color-chip.active{border-color:#1677ff;background:#eaf3ff;color:#0b63f6;box-shadow:0 0 0 1px #1677ff24}.ps-gantt-bottom-tabs{height:42px;padding:8px 44px;background:#fff;border-top:1px solid #edf1f6;display:flex;align-items:center;gap:0}.ps-gantt-bottom-tabs button{height:26px;border:1px solid #e5e7eb;background:#f8fafc;color:#526273;padding:0 12px;font-size:12px}.ps-gantt-bottom-tabs button:first-child{border-radius:4px 0 0 4px}.ps-gantt-bottom-tabs button:last-child{border-radius:0 4px 4px 0;border-left:0}.ps-gantt-bottom-tabs button.active{background:#68a8ff;border-color:#68a8ff;color:#fff}.ps-load-timeline .ps-lane-row.resource{background:#fff}.ps-load-cells{position:absolute;inset:0;display:flex;align-items:center}.ps-load-day{flex:0 0 auto;display:grid;grid-template-columns:repeat(2,25px);justify-content:center;gap:16px}.ps-load-cell{width:22px;height:22px;display:grid;place-items:center;color:#fff;font-size:10px;font-weight:700;line-height:1}.ps-load-cell.idle{background:#e9ecef;color:transparent}.ps-load-cell.low{background:#52ff00}.ps-load-cell.normal{background:#ffc45c}.ps-load-cell.high{background:#f5a623}.ps-load-cell.over{background:#f52b24}.ps-load-cell.off{background:#e9ecef;color:transparent}.ps-bottom-grid,.ps-settings-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.75fr);gap:10px;padding:10px;background:#f8fafc;border-top:1px solid #edf1f6}.ps-panel{min-width:0}.ps-panel.embedded{border:0}.ps-panel-head{height:42px;display:flex;align-items:center;gap:7px;padding:0 14px;border-bottom:1px solid #edf1f6;color:#334155}.ps-panel-title{min-width:0;display:flex;align-items:center;gap:7px}.ps-panel-actions{min-width:0;margin-left:auto;display:flex;align-items:center;justify-content:flex-end;gap:8px}.ps-panel-head h2{margin:0;font-size:14px}.ps-load-grid,.ps-history-list,.ps-dispatch-list{padding:10px 14px 14px;display:grid;gap:8px}.ps-load-row{display:grid;grid-template-columns:minmax(120px,180px) minmax(0,1fr) 44px;align-items:center;gap:10px;font-size:12px}.ps-load-row span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ps-load-row div{height:8px;border-radius:999px;background:#edf2f7;overflow:hidden}.ps-load-row i{display:block;height:100%;border-radius:inherit;background:#1677ff}.ps-history-list button{min-width:0;border:1px solid #e1e8f2;border-radius:6px;background:#fff;text-align:left;padding:10px;display:grid;gap:4px}.ps-history-list strong,.ps-history-list span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ps-history-list span{color:#64748b;font-size:12px}.ps-modal-backdrop{position:fixed;inset:0;z-index:50;display:flex;align-items:center;justify-content:center;background:#0f172a47;padding:18px}.ps-modal{width:min(1180px,calc(100vw - 36px));max-height:calc(100vh - 36px);overflow:hidden;background:#fff;border:1px solid #dfe6ef;box-shadow:0 18px 44px #0f172a38}.ps-create-modal{width:min(1220px,calc(100vw - 36px));display:grid;grid-template-rows:auto minmax(0,1fr) auto}.ps-modal-head{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-bottom:1px solid #edf1f6;background:#f8fafc}.ps-modal-head h2{margin:0;font-size:16px}.ps-modal-head p{margin:4px 0 0;color:#64748b;font-size:12px}.ps-create-grid{min-height:0;display:grid;grid-template-columns:300px minmax(0,1fr);overflow:hidden}.ps-create-content{min-height:0;overflow:auto;padding:20px 36px 18px;display:grid;gap:18px}.ps-create-section{min-width:0;display:grid;gap:12px}.ps-create-section-title{min-height:24px;display:flex;align-items:center;gap:9px;color:#1f2937;font-size:14px}.ps-create-section-title span{width:3px;height:18px;border-radius:2px;background:#1677ff}.ps-create-section-title strong{font-size:14px}.ps-order-filter-grid{display:grid;grid-template-columns:repeat(3,minmax(190px,1fr)) auto;gap:14px 22px;align-items:end}.ps-order-filter-grid label,.ps-rule-basic label,.ps-direction-field{min-width:0;display:grid;gap:6px;color:#334155;font-size:13px}.ps-order-filter-grid label span,.ps-rule-basic label span,.ps-direction-field>span{color:#334155;font-weight:600}.ps-order-filter-grid input,.ps-order-filter-grid select,.ps-rule-basic input,.ps-rule-basic select{min-width:0;height:34px;border:1px solid #d9e2ef;border-radius:4px;background:#fff;color:#334155;padding:0 10px;outline:none}.ps-order-filter-grid select:disabled{background:#f8fafc;color:#334155;opacity:1}.ps-order-filter-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding-top:22px;flex-wrap:wrap}.ps-selection-hint{color:#64748b;font-size:12px;white-space:nowrap}.ps-search-line,.ps-filterbar{display:flex;align-items:center;gap:8px}.ps-search-line{margin:12px;height:32px;border:1px solid #d9e2ef;border-radius:4px;padding:0 8px;color:#94a3b8}.ps-search-line input,.ps-filterbar input,.ps-filterbar select,.ps-form-grid input,.ps-form-grid select{min-width:0;height:30px;border:1px solid #d9e2ef;border-radius:4px;background:#fff;color:#334155;padding:0 9px;outline:none}.ps-search-line input{flex:1;height:28px;border:0;padding:0}.ps-search-line button{width:24px;height:24px;border:0;border-radius:4px;background:#eef6ff;color:#1677ff;display:grid;place-items:center;padding:0}.ps-workorder-list{max-height:620px;overflow:auto;padding:0 12px 12px;display:grid;gap:8px}.ps-workorder-list.modal-list{max-height:calc(100vh - 250px)}.ps-workorder-list button{min-width:0;border:1px solid #e1e8f2;border-radius:6px;background:#fff;text-align:left;padding:10px;display:grid;gap:4px}.ps-workorder-list button.active{border-color:#1677ff;background:#f2f7ff;box-shadow:0 0 0 1px #1677ff1f}.ps-workorder-list strong,.ps-workorder-list span,.ps-workorder-list small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ps-workorder-list span,.ps-workorder-list small{color:#64748b}.ps-tree-summary,.ps-dispatch-summary{display:flex;align-items:stretch;gap:10px;padding:12px 14px;flex-wrap:wrap}.ps-preview-split{min-height:0;display:grid;grid-template-rows:auto auto;align-content:start;gap:10px}.ps-tree-list{max-height:154px;overflow:auto;padding:0 14px}.ps-tree-row{min-height:30px;display:grid;grid-template-columns:10px minmax(100px,.6fr) minmax(130px,1fr) minmax(72px,auto);align-items:center;gap:8px;border-bottom:1px solid #f1f4f8;color:#334155}.ps-tree-row span,.ps-tree-row strong,.ps-tree-row small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ps-tree-dot{width:6px;height:6px;border-radius:50%;background:#1677ff}.ps-preview-table,.ps-dialog-table,.ps-task-table,.ps-workorder-task-table,.ps-settings-table,.ps-compare-table{width:100%;overflow:auto}.ps-preview-table{max-height:374px}.ps-preview-table table,.ps-dialog-table table,.ps-task-table table,.ps-workorder-task-table table,.ps-settings-table table,.ps-compare-table table{width:100%;min-width:900px;border-collapse:collapse}.ps-preview-table th,.ps-preview-table td,.ps-dialog-table th,.ps-dialog-table td,.ps-task-table th,.ps-task-table td,.ps-workorder-task-table th,.ps-workorder-task-table td,.ps-settings-table th,.ps-settings-table td,.ps-compare-table th,.ps-compare-table td{height:34px;border-bottom:1px solid #eef2f7;padding:0 10px;text-align:left;white-space:nowrap}.ps-preview-table th,.ps-dialog-table th,.ps-task-table th,.ps-workorder-task-table th,.ps-settings-table th,.ps-compare-table th{position:sticky;top:0;z-index:2;background:#f8fafc;color:#526273;font-weight:700}.ps-preview-table td,.ps-dialog-table td,.ps-task-table td,.ps-workorder-task-table td,.ps-settings-table td,.ps-compare-table td{color:#334155;max-width:240px;overflow:hidden;text-overflow:ellipsis}.ps-workorder-select-table{height:235px;border:1px solid #eef2f7;background:#fff}.ps-workorder-select-table tr{cursor:pointer}.ps-workorder-select-table tbody tr:hover,.ps-workorder-select-table tbody tr.selected{background:#eef6ff}.ps-workorder-select-table tbody tr.selected td:first-child{box-shadow:inset 3px 0 #1677ff}.ps-workorder-select-table tbody tr.confirmed{background:#f0fdf4}.ps-workorder-select-table tbody tr.confirmed td:first-child{box-shadow:inset 3px 0 #16a34a}.ps-workorder-select-table input[type=checkbox]{width:15px;height:15px;accent-color:#1677ff}.ps-select-all-button{border:0;background:transparent;color:#526273;display:inline-flex;align-items:center;gap:8px;padding:0;font:inherit;font-weight:700;cursor:pointer}.ps-select-all-button:disabled{color:#94a3b8;cursor:not-allowed}.ps-select-all-button input{pointer-events:none}.ps-task-table.compact table{min-width:860px}.ps-create-footer{border-top:1px solid #edf1f6;background:#fbfdff}.ps-rule-section{border-top:1px solid #edf1f6;padding-top:16px}.ps-rule-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:34px}.ps-rule-basic{display:grid;gap:12px;align-content:start}.ps-segmented{width:fit-content;min-width:160px;height:34px;border:1px solid #d9e2ef;border-radius:4px;background:#f8fafc;padding:2px;display:grid;grid-template-columns:1fr 1fr}.ps-segmented button{border:0;border-radius:3px;background:transparent;color:#475569}.ps-segmented button.active{background:#e8f1ff;color:#1677ff;font-weight:700}.ps-rule-parameters{min-width:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:14px}.ps-parameter-box{min-width:0;height:150px;border:1px solid #dfe6ef;border-radius:6px;background:#fff;overflow:hidden;display:grid;grid-template-rows:auto minmax(0,1fr)}.ps-parameter-box header{height:36px;border-bottom:1px solid #eef2f7;padding:0 10px;display:flex;align-items:center;gap:6px;color:#334155;font-size:13px;font-weight:700}.ps-parameter-box header svg{color:#16a34a}.ps-parameter-list{min-height:0;overflow:auto;padding:8px;display:grid;align-content:start;gap:6px}.ps-parameter-list button{min-height:28px;border:0;border-radius:4px;background:transparent;color:#334155;text-align:left;padding:0 8px}.ps-parameter-list button:hover,.ps-parameter-list.selected button{background:#f1f5f9}.ps-preview-section,.ps-run-section{border-top:1px solid #edf1f6;padding-top:16px}.ps-run-panel{border:1px solid #dfe6ef;border-radius:6px;background:#fbfdff;padding:12px;display:grid;gap:10px}.ps-run-panel.is-failed,.ps-run-panel.is-infeasible{border-color:#fecaca;background:snow}.ps-run-status-head{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:12px}.ps-run-status-head>div{min-width:0;display:grid;gap:3px}.ps-run-status-head strong,.ps-run-status-head span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ps-run-status-head strong{color:#0f172a;font-size:13px}.ps-run-status-head span{color:#64748b;font-size:12px}.ps-run-status-pill{flex:0 0 auto;min-width:68px;height:26px;border-radius:4px;background:#e8f1ff;color:#1677ff;display:inline-flex;align-items:center;justify-content:center;padding:0 9px;font-size:12px;font-weight:700}.ps-run-status-pill.completed{background:#dcfce7;color:#15803d}.ps-run-status-pill.failed,.ps-run-status-pill.infeasible{background:#fee2e2;color:#b91c1c}.ps-run-progress{height:6px;border-radius:999px;background:#e2e8f0;overflow:hidden}.ps-run-progress span{display:block;height:100%;border-radius:inherit;background:#1677ff;transition:width .2s ease}.ps-run-metrics{display:grid;grid-template-columns:repeat(6,minmax(90px,1fr));gap:8px}.ps-run-rule-strip{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.ps-run-rule-strip span{min-height:24px;border-radius:4px;background:#f1f5f9;color:#334155;display:inline-flex;align-items:center;padding:0 8px;font-size:12px}.ps-run-note{min-width:0;display:flex;align-items:center;gap:12px;color:#64748b;font-size:12px;flex-wrap:wrap}.ps-run-note span{min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ps-run-error{border:1px solid #fecaca;border-radius:4px;background:#fff1f2;color:#b91c1c;padding:8px 10px;font-size:12px;line-height:1.65;white-space:pre-line}.ps-run-empty{border:1px dashed #cbd5e1;border-radius:6px;background:#fbfdff;color:#64748b;padding:12px;font-size:13px}.ps-run-dialog-backdrop{z-index:70}.ps-run-dialog{width:min(980px,calc(100vw - 36px));display:grid;grid-template-rows:auto minmax(0,1fr) auto}.ps-run-dialog-head{background:#fff}.ps-run-dialog-body{min-height:0;overflow:auto;padding:16px;display:grid;gap:12px}.ps-run-stage-timeline{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.ps-run-diagnostics{border:1px solid #fecaca;border-radius:6px;background:#fff7f7;color:#b91c1c;padding:10px 12px;display:grid;gap:6px}.ps-run-diagnostics strong{font-size:13px}.ps-run-diagnostics span{min-width:0;font-size:12px;overflow-wrap:anywhere}.ps-run-stage-item{min-width:0;min-height:52px;border:1px solid #dfe6ef;border-radius:6px;background:#fff;display:grid;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:8px;padding:8px 10px}.ps-run-stage-item span{width:28px;height:28px;border-radius:999px;background:#f1f5f9;color:#64748b;display:grid;place-items:center;font-size:12px;font-weight:800}.ps-run-stage-item strong{min-width:0;color:#334155;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ps-run-stage-item.done{border-color:#bbf7d0;background:#f0fdf4}.ps-run-stage-item.done span{background:#dcfce7;color:#15803d}.ps-run-stage-item.active{border-color:#93c5fd;background:#eff6ff}.ps-run-stage-item.active span{background:#dbeafe;color:#1677ff}.ps-run-detail-section,.ps-run-event-section{border:1px solid #dfe6ef;border-radius:6px;background:#fff;padding:12px;display:grid;gap:10px}.ps-run-detail-head{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:12px}.ps-run-detail-head strong,.ps-run-event-section strong{color:#0f172a;font-size:13px}.ps-run-detail-head span{min-width:0;color:#64748b;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ps-run-detail-grid{display:grid;grid-template-columns:repeat(6,minmax(90px,1fr));gap:8px}.ps-run-events{min-width:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 12px}.ps-run-events span{min-width:0;color:#64748b;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ps-preview-headline{min-width:0;display:flex;align-items:stretch;gap:10px;flex-wrap:wrap}.ps-preview-headline>div:first-child{min-width:260px;border:1px solid #e3e9f2;border-radius:6px;background:#fbfdff;padding:9px 12px;display:grid;gap:4px}.ps-preview-headline strong,.ps-preview-headline span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ps-preview-headline span{color:#64748b;font-size:12px}.ps-form-grid{padding:12px 14px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.ps-form-grid label{min-width:0;display:grid;gap:5px;color:#64748b;font-size:12px}.ps-footer-actions{border-top:1px solid #edf1f6;padding:10px 14px}.ps-footer-actions>span{margin-right:auto;color:#7b8797;font-size:12px}.ps-filterbar{padding:12px 14px;flex-wrap:wrap}.ps-task-filterbar{align-items:center;gap:8px;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:thin}.ps-filterbar input,.ps-filterbar select{width:180px}.ps-task-filterbar input,.ps-task-filterbar select{width:152px;height:34px;flex:0 0 auto;font-size:12px}.ps-task-filterbar input[type=date]{width:142px}.ps-task-filterbar .ps-secondary-button{height:34px;padding:0 10px;flex:0 0 auto;font-size:12px}.ps-task-generate-button{height:34px;min-width:136px;padding:0 12px;flex:0 0 auto;font-size:12px;white-space:nowrap}.ps-status{height:22px;border-radius:999px;padding:0 8px;display:inline-flex;align-items:center;background:#eef2f7;color:#475569;font-size:12px}.ps-status.adopted,.ps-status.official,.ps-status.scheduled,.ps-status.active{background:#e8f8ef;color:#15803d}.ps-status.completed,.ps-status.candidate{background:#e8f1ff;color:#1677ff}.ps-status.archived,.ps-status.inactive{background:#f1f5f9;color:#64748b}.ps-status.dispatch-not_dispatched{background:#fff7ed;color:#c2410c}.ps-status.dispatch-partial_dispatched{background:#fff8db;color:#a16207}.ps-status.dispatch-dispatch_created,.ps-status.dispatch-issued{background:#e8f1ff;color:#1677ff}.ps-status.dispatch-created{background:#fff8db;color:#a16207}.ps-status.dispatch-void{background:#f1f5f9;color:#64748b}.ps-status.readiness-ready{background:#e8f8ef;color:#15803d}.ps-status.readiness-partial{background:#fff8db;color:#a16207}.ps-status.readiness-shortage{background:#fff1f0;color:#cf1322}.ps-status.readiness-unknown{background:#f1f5f9;color:#64748b}.ps-status.readiness-no_material_input{background:#fff7ed;color:#c2410c}.ps-error-line{margin:0 14px 8px;color:#cf1322;font-size:12px}.ps-workorder-task-table{max-height:calc(100vh - 310px);border-top:1px solid #eef2f7;overflow:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.ps-workorder-task-table .ps-workorder-table{width:1746px;min-width:1746px;table-layout:fixed;border-collapse:collapse}.ps-workorder-task-table .ps-workorder-table tr.risk{background:#fff8ed}.ps-workorder-task-table .ps-workorder-table th,.ps-workorder-task-table .ps-workorder-table td{height:32px;padding:0 8px;color:#334155;font-size:12.5px;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ps-workorder-task-table .ps-workorder-table th{background:#f8fafc;color:#526273;font-size:12px;font-weight:600}.ps-workorder-index-col{width:70px;min-width:70px}.ps-workorder-task-table .ps-workorder-table th.ps-workorder-index-col,.ps-workorder-task-table .ps-workorder-table td.ps-workorder-index-col{padding-left:16px}.ps-workorder-no-col{width:180px;min-width:180px}.ps-workorder-order-col{width:210px;min-width:210px}.ps-workorder-material-col{width:220px;min-width:220px}.ps-workorder-qty-col{width:100px;min-width:100px}.ps-workorder-time-col{width:132px;min-width:132px}.ps-workorder-resource-col{width:280px;min-width:280px}.ps-workorder-count-col{width:90px;min-width:90px}.ps-workorder-dispatch-col{width:112px;min-width:112px}.ps-workorder-status-col{width:130px;min-width:130px}.ps-expand-button{border:0;background:transparent;color:#1677ff;display:inline-flex;align-items:center;gap:3px;padding:0;font-size:12.5px}.ps-workorder-detail-row>td{height:auto;border-top:0}.ps-workorder-detail-spacer{background:#fbfdff}.ps-workorder-detail-cell{width:var(--ps-detail-viewport-width, 900px);min-width:var(--ps-detail-viewport-width, 900px);max-width:var(--ps-detail-viewport-width, 900px);padding:0;position:sticky;left:70px;z-index:2;background:#fbfdff;overflow:visible;text-overflow:clip}.ps-task-detail-scroll{width:var(--ps-detail-viewport-width, 900px);max-width:var(--ps-detail-viewport-width, 900px);max-height:198px;overflow-x:auto;overflow-y:auto;overscroll-behavior:contain;border-left:1px solid #e5ecf5;border-bottom:1px solid #e5ecf5;background:#fff;scrollbar-gutter:stable}.ps-task-detail-scroll .ps-task-table{width:max-content;min-width:1980px;max-height:none;overflow:visible;border:0;background:#fff}.ps-task-detail-scroll .ps-task-table table{width:1980px;min-width:1980px}.ps-task-table table{min-width:1980px}.ps-task-table.compact th,.ps-task-table.compact td{height:30px;font-size:11px}.ps-task-table tbody tr{cursor:pointer}.ps-task-table tbody tr:hover,.ps-workorder-task-table tbody tr:hover{background:#f7fbff}.ps-row-action{margin-left:8px;font-size:12px}.ps-side-overlay{position:fixed;inset:0;z-index:80;display:flex;justify-content:flex-end;background:#0f172a2e}.ps-filter-drawer{width:min(420px,92vw);height:100%;background:#fff;border-left:1px solid #dbe5f2;box-shadow:-14px 0 30px #0f172a29;display:grid;grid-template-rows:auto minmax(0,1fr) auto}.ps-filter-drawer header,.ps-filter-drawer footer{padding:14px 16px;border-bottom:1px solid #edf2f8;display:flex;align-items:center;gap:10px}.ps-filter-drawer footer{justify-content:flex-end;border-top:1px solid #edf2f8;border-bottom:0}.ps-filter-drawer header>div{min-width:0;margin-right:auto}.ps-filter-drawer h2,.ps-filter-drawer h3,.ps-filter-drawer p{margin:0}.ps-filter-drawer h2{color:#1e293b;font-size:16px}.ps-filter-drawer h3{color:#334155;font-size:13px}.ps-filter-drawer p{margin-top:4px;color:#64748b;font-size:12px}.ps-filter-drawer-body{min-height:0;overflow:auto;padding:14px 16px;display:grid;align-content:start;gap:14px}.ps-filter-drawer-body section{border:1px solid #edf2f8;background:#fbfdff;padding:12px;display:grid;gap:10px}.ps-filter-drawer-body label{min-width:0;display:grid;gap:5px;color:#64748b;font-size:12px}.ps-filter-drawer-body input,.ps-filter-drawer-body select{min-width:0;height:30px;border:1px solid #d9e2ef;border-radius:4px;background:#fff;color:#334155;padding:0 9px;outline:none}.ps-filter-drawer-body .ps-check-line{grid-template-columns:auto 1fr;align-items:center}.ps-filter-drawer-body .ps-check-line input{width:14px;height:14px;padding:0}.ps-workorder-detail-drawer{width:min(520px,94vw)}.ps-workorder-task-mini{display:grid;gap:8px}.ps-workorder-task-mini button{min-width:0;border:1px solid #e3e9f2;background:#fff;border-radius:4px;padding:8px;text-align:left;display:grid;gap:4px}.ps-workorder-task-mini strong,.ps-workorder-task-mini span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ps-workorder-task-mini span{color:#64748b;font-size:12px}.ps-dispatch-generate-modal{width:min(1180px,calc(100vw - 36px));display:grid;grid-template-rows:auto minmax(0,1fr) auto auto}.ps-dispatch-generate-modal>header,.ps-dispatch-generate-modal>footer{padding:12px 16px;border-bottom:1px solid #edf2f8;display:flex;align-items:center;gap:10px}.ps-dispatch-generate-modal>footer{border-top:1px solid #edf2f8;border-bottom:0;justify-content:flex-end;background:#fbfdff}.ps-dispatch-generate-modal>footer span{margin-right:auto;color:#64748b;font-size:12px}.ps-result-modal-backdrop{position:fixed;inset:0;z-index:60;display:grid;place-items:center;background:#0f172a2e;padding:24px}.ps-result-dialog{width:min(560px,calc(100vw - 48px));border:1px solid #cfe0f6;background:#fff;box-shadow:0 24px 60px #0f172a38;padding:22px;display:grid;grid-template-columns:auto minmax(0,1fr);gap:14px}.ps-result-mark{width:40px;height:40px;display:grid;place-items:center;background:#e8f4ff;color:#1473e6}.ps-result-content{min-width:0;display:grid;gap:6px}.ps-result-content strong{color:#172033;font-size:18px}.ps-result-content>span{color:#64748b;font-size:13px}.ps-result-metrics{margin-top:8px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.ps-result-metrics .ps-metric{min-width:0;padding:8px 10px;border:1px solid #edf2f8;background:#f8fbff}.ps-result-actions{grid-column:1 / -1;display:flex;justify-content:flex-end;gap:10px;padding-top:8px}.ps-dispatch-generate-modal>header>div{min-width:0;margin-right:auto}.ps-dispatch-generate-modal h2,.ps-dispatch-generate-modal p{margin:0}.ps-dispatch-generate-modal h2{color:#1e293b;font-size:16px}.ps-dispatch-generate-modal p{margin-top:4px;color:#64748b;font-size:12px}.ps-dispatch-generate-body{min-height:0;overflow:hidden;padding:12px 16px;display:grid;grid-template-rows:auto auto auto minmax(128px,auto) minmax(0,1fr);gap:10px}.ps-dispatch-config{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.ps-dispatch-config label{min-width:0;display:grid;gap:5px;color:#64748b;font-size:12px}.ps-dispatch-config input,.ps-dispatch-config select{min-width:0;height:32px;border:1px solid #d9e2ef;border-radius:4px;background:#fff;color:#334155;padding:0 9px;outline:none}.ps-dispatch-preview-summary .ps-metric{min-width:0;padding:6px 10px;border-right:1px solid #e5ecf5}.ps-dispatch-preview-summary .ps-metric:last-child{border-right:0}.ps-dispatch-preview-summary .ps-metric strong{color:#1677ff;font-size:13px;font-weight:400}.ps-dispatch-scope-line{min-height:28px;border:1px solid #e5ecf5;background:#f8fbff;color:#526273;display:flex;align-items:center;padding:0 10px;font-size:12px}.ps-dispatch-preview-summary{border:1px solid #e5ecf5;background:#fbfdff;display:grid;grid-template-columns:repeat(6,minmax(0,1fr))}.ps-dispatch-preview-table{border:1px solid #e5ecf5;max-height:170px;overflow:auto}.ps-dispatch-preview-table table{width:100%;min-width:720px;border-collapse:collapse}.ps-dispatch-section-title{height:30px;margin:0;border-bottom:1px solid #eef2f7;background:#fbfdff;color:#334155;display:flex;align-items:center;padding:0 10px;font-size:13px}.ps-dispatch-preview-table th,.ps-dispatch-preview-table td,.ps-dispatch-detail-table th,.ps-dispatch-detail-table td{height:30px;border-bottom:1px solid #eef2f7;padding:0 10px;text-align:left;white-space:nowrap}.ps-dispatch-preview-table th,.ps-dispatch-detail-table th{position:sticky;top:0;z-index:2;background:#f8fafc;color:#526273;font-weight:700}.ps-dispatch-preview-table td,.ps-dispatch-detail-table td{color:#334155;max-width:360px;overflow:hidden;text-overflow:ellipsis}.ps-dispatch-detail-table{min-height:0;border:1px solid #e5ecf5;display:grid;grid-template-rows:auto minmax(0,1fr)}.ps-dispatch-detail-scroll{min-height:0;max-height:none;overflow:auto;scrollbar-gutter:stable}.ps-dispatch-detail-table table{width:max-content;min-width:1660px;border-collapse:collapse}.ps-dispatch-detail-table .ps-link-button{font-size:12px}.ps-day-filterbar{align-items:center;gap:8px}.ps-day-scope-line{margin-left:auto;min-height:20px;color:#526273;font-size:12px;white-space:nowrap;align-self:center}.ps-day-filterbar input,.ps-day-filterbar select{width:132px}.ps-day-filterbar input{width:150px}.ps-day-filterbar .ps-primary-button{width:132px;padding:0 12px}.ps-day-summary{border-bottom:1px solid #eef2f7}.ps-day-selection-line{min-height:34px;padding:0 14px;border-bottom:1px solid #eef2f7;display:flex;align-items:center;gap:22px;color:#526273;font-size:12px}.ps-day-selection-line span:first-child{color:#1f2d3d;font-weight:700}.ps-day-plan-grid{min-height:0;padding:12px 14px 14px;display:block}.ps-day-plan-table{min-height:0;border:1px solid #e5ecf5;background:#fff;display:grid;grid-template-rows:auto minmax(0,1fr)}.ps-day-plan-scroll,.ps-day-plan-detail-scroll{overflow:auto;scrollbar-gutter:stable}.ps-day-plan-scroll{max-height:190px}.ps-day-plan-scroll.compact{max-height:150px}.ps-day-plan-detail-scroll{max-height:calc(100vh - 410px);min-height:420px}.ps-day-plan-table table{width:max-content;min-width:1940px;border-collapse:collapse}.ps-day-plan-table.detail table{width:max-content;min-width:2140px}.ps-day-plan-table th,.ps-day-plan-table td{height:30px;border-bottom:1px solid #eef2f7;padding:0 10px;color:#334155;text-align:left;white-space:nowrap}.ps-day-plan-table .ps-select-col{width:44px;min-width:44px;max-width:44px;text-align:center}.ps-day-plan-table input[type=checkbox]{width:14px;height:14px;vertical-align:middle}.ps-day-plan-table th{position:sticky;top:0;z-index:2;background:#f8fafc;color:#526273;font-weight:700}.ps-day-plan-table td{max-width:320px;overflow:hidden;text-overflow:ellipsis}.ps-day-plan-table tr.selected td{background:#f0f7ff}.ps-status.daily-planned{background:#fff7ed;color:#c2410c}.ps-status.daily-dispatch_created,.ps-status.daily-partial_dispatched{background:#e8f1ff;color:#1677ff}.ps-status.daily-partial_issued{background:#fff8db;color:#a16207}.ps-status.daily-issued{background:#e8f8ef;color:#15803d}.ps-status.daily-void{background:#f1f5f9;color:#64748b}.ps-day-empty-row td{color:#94a3b8;background:#fbfdff}.ps-dispatch-summary{align-items:center}.ps-dispatch-summary .ps-primary-button{margin-left:auto}.ps-dispatch-workspace{min-height:0;padding:12px 14px 14px;display:grid;grid-template-rows:minmax(180px,auto) minmax(0,1fr);gap:12px}.ps-dispatch-batch-list{min-height:0;max-height:calc(100vh - 232px);padding:12px 14px 18px;overflow:auto;display:flex;flex-direction:column;gap:12px;background:#fff}.ps-dispatch-batch-empty{height:96px;border:1px solid #e5ecf5;background:#fff;display:grid;place-items:center;color:#64748b;font-size:14px}.ps-dispatch-batch-card{border:1px solid #e3eaf4;border-radius:8px;background:#fff;overflow:hidden;box-shadow:0 1px #0f172a05}.ps-dispatch-batch-head{min-height:74px;padding:14px 18px;display:flex;align-items:center;gap:16px;background:#fff;border-bottom:1px solid #edf2f8}.ps-dispatch-batch-toggle{width:28px;height:28px;border:0;border-radius:4px;background:transparent;color:#8a9aad;display:grid;place-items:center;padding:0;cursor:pointer}.ps-dispatch-batch-toggle:hover{color:#1677ff;background:#f3f8ff}.ps-dispatch-batch-fields{flex:1 1 auto;min-width:0;display:grid;grid-template-columns:minmax(210px,1.25fr) minmax(130px,.75fr) minmax(230px,1.3fr) 96px 118px 104px 104px;gap:12px 20px;align-items:center}.ps-dispatch-batch-field{min-width:0;display:flex;align-items:center;gap:8px;white-space:nowrap}.ps-dispatch-batch-field .label{flex:0 0 auto;color:#64748b;font-size:13px;line-height:22px;font-weight:600}.ps-dispatch-batch-field .value{flex:1 1 auto;min-width:0;color:#1e293b;display:inline-flex;align-items:center;font-size:16px;font-weight:700;line-height:22px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ps-dispatch-batch-field.main .value{font-size:17px}.ps-dispatch-batch-field.number .value{color:#1e293b}.ps-dispatch-batch-field.status .value{height:22px;display:inline-flex;align-items:center;overflow:visible}.ps-dispatch-batch-actions{flex:0 0 auto;min-width:246px;display:flex;justify-content:flex-end;align-items:center;gap:8px}.ps-dispatch-batch-actions button{height:32px;border:1px solid #d9e2ef;border-radius:4px;background:#fff;color:#334155;display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:0 10px;white-space:nowrap;font-size:13px;line-height:1}.ps-dispatch-batch-actions button.primary{height:36px;border-color:#1677ff;background:#1677ff;color:#fff;padding:0 14px;font-weight:700}.ps-dispatch-batch-actions button:disabled{color:#94a3b8;background:#f8fafc;cursor:not-allowed}.ps-dispatch-batch-body{padding:10px 18px 16px 62px;background:#fff}.ps-dispatch-batch-table{max-height:none;overflow:auto;border:1px solid #edf2f8;border-radius:2px;scrollbar-gutter:stable}.ps-dispatch-batch-table table{width:max-content;min-width:1880px;border-collapse:collapse}.ps-dispatch-batch-table th,.ps-dispatch-batch-table td{height:42px;border-bottom:1px solid #edf2f8;border-right:1px solid #edf2f8;padding:0 12px;color:#334155;font-size:13px;text-align:center;white-space:nowrap}.ps-dispatch-batch-table th{position:sticky;top:0;z-index:2;background:#f8fafc;color:#3f4f64;font-weight:700}.ps-dispatch-batch-table th:first-child,.ps-dispatch-batch-table td:first-child{min-width:54px}.ps-dispatch-batch-table th:nth-child(2),.ps-dispatch-batch-table td:nth-child(2){min-width:190px}.ps-dispatch-batch-table th:nth-child(3),.ps-dispatch-batch-table td:nth-child(3){min-width:190px}.ps-dispatch-batch-table th:nth-child(9),.ps-dispatch-batch-table td:nth-child(9){min-width:240px}.ps-dispatch-workspace.cards{display:flex;flex-direction:column;gap:12px;overflow:auto;max-height:calc(100vh - 232px);padding:12px 14px 18px;background:#fff}.ps-dispatch-empty{min-height:96px;border:1px solid #e5ecf5;background:#fff;display:grid;place-items:center;color:#64748b;font-size:14px}.ps-dispatch-card{border:1px solid #e3eaf4;border-radius:8px;background:#fff;overflow:hidden;box-shadow:0 1px #0f172a05}.ps-dispatch-card-head{min-height:88px;padding:14px 16px 14px 18px;display:flex;align-items:center;gap:14px;background:#fff;border-bottom:1px solid #edf2f8}.ps-dispatch-expand{width:28px;height:28px;border:0;background:transparent;color:#8a9aad;display:grid;place-items:center;padding:0;cursor:pointer}.ps-dispatch-expand:hover{color:#1677ff;background:#f3f8ff;border-radius:4px}.ps-dispatch-card-metrics{flex:1 1 auto;min-width:720px;margin:0;display:grid;grid-template-columns:230px 138px minmax(220px,1fr) 96px 118px 104px 104px;gap:12px 18px;align-items:center}.ps-dispatch-card-field{min-width:0;margin:0;display:flex;flex-direction:column;gap:5px}.ps-dispatch-card-field dt{margin:0;color:#64748b;font-size:13px;line-height:18px;font-weight:600}.ps-dispatch-card-field dd{margin:0;min-width:0;color:#1e293b;font-size:16px;font-weight:700;line-height:22px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ps-dispatch-card-field.main dd{font-size:17px}.ps-dispatch-card-field.status dd{display:flex;align-items:center}.ps-dispatch-card-body{padding:12px 18px 16px 62px;background:#fff}.ps-dispatch-card-scroll{overflow:auto;border:1px solid #edf2f8;border-radius:2px;max-height:338px;scrollbar-gutter:stable}.ps-dispatch-card-scroll table{width:max-content;min-width:1880px;border-collapse:collapse}.ps-dispatch-card-scroll th,.ps-dispatch-card-scroll td{height:42px;border-bottom:1px solid #edf2f8;border-right:1px solid #edf2f8;padding:0 12px;color:#334155;font-size:13px;text-align:center;white-space:nowrap}.ps-dispatch-card-scroll th{position:sticky;top:0;z-index:2;background:#f8fafc;color:#3f4f64;font-weight:700}.ps-dispatch-card-scroll th:first-child,.ps-dispatch-card-scroll td:first-child{min-width:54px}.ps-dispatch-card-scroll th:nth-child(2),.ps-dispatch-card-scroll td:nth-child(2){min-width:190px}.ps-dispatch-card-scroll th:nth-child(3),.ps-dispatch-card-scroll td:nth-child(3){min-width:190px}.ps-dispatch-card-scroll th:nth-child(9),.ps-dispatch-card-scroll td:nth-child(9){min-width:240px}.ps-dispatch-table{min-height:0;border:1px solid #e5ecf5;background:#fff;display:grid;grid-template-rows:auto minmax(0,1fr)}.ps-dispatch-order-scroll,.ps-dispatch-task-scroll{overflow:auto;scrollbar-gutter:stable}.ps-dispatch-order-scroll{max-height:240px}.ps-dispatch-task-scroll{min-height:220px;max-height:calc(100vh - 520px)}.ps-dispatch-table table{width:100%;min-width:1320px;border-collapse:collapse}.ps-dispatch-table.detail table{width:max-content;min-width:1680px}.ps-dispatch-table th,.ps-dispatch-table td{height:30px;border-bottom:1px solid #eef2f7;padding:0 10px;color:#334155;text-align:left;white-space:nowrap}.ps-dispatch-table th{position:sticky;top:0;z-index:2;background:#f8fafc;color:#526273;font-weight:700}.ps-dispatch-table td{max-width:320px;overflow:hidden;text-overflow:ellipsis}.ps-dispatch-table tr.selected td{background:#eff6ff}.ps-dispatch-actions{flex:0 0 auto;display:flex;gap:8px;justify-content:flex-end;align-items:center;flex-wrap:nowrap;min-width:236px}.ps-dispatch-actions button{height:32px;border:1px solid #d9e2ef;border-radius:4px;background:#fff;color:#334155;display:inline-flex;align-items:center;gap:4px;padding:0 10px;white-space:nowrap;font-size:13px}.ps-dispatch-actions button.primary{height:36px;border-color:#1677ff;background:#1677ff;color:#fff;padding:0 14px;font-weight:700}.ps-dispatch-actions button:disabled{color:#94a3b8;background:#f8fafc;cursor:not-allowed}.ps-status.report-partial{background:#fff1f0;color:#cf1322}.ps-status.report-warning{background:#fff7ed;color:#c2410c}.ps-dispatch-list article{border:1px solid #e3e9f2;border-radius:6px;overflow:hidden;background:#fff}.ps-dispatch-list article header{min-height:42px;display:grid;grid-template-columns:minmax(160px,1fr) minmax(180px,1fr) auto;align-items:center;gap:10px;padding:8px 12px;border-bottom:1px solid #edf1f6}.ps-dispatch-list article header span{color:#64748b;font-size:12px}.ps-dispatch-list article header div{display:flex;gap:6px}.ps-dispatch-list article header button{height:28px;border:1px solid #d9e2ef;border-radius:4px;background:#fff;color:#334155;display:inline-flex;align-items:center;gap:4px;padding:0 8px}.ps-reporting-box{margin:14px;min-height:96px;border:1px dashed #b8c7dc;border-radius:6px;background:#fbfdff;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:16px}.ps-reporting-box h2{margin:0 0 4px;font-size:15px}.ps-reporting-box p{margin:0;color:#64748b;font-size:12px}.ps-reporting-fileline{margin-top:10px;display:flex;align-items:center;gap:10px;min-width:0}.ps-reporting-file-input{display:none}.ps-reporting-file-button{height:30px;padding:0 10px;font-weight:700}.ps-reporting-fileline span{min-width:0;color:#475569;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ps-reporting-statbar{margin:0 14px 12px;border:1px solid #e5ecf5;background:#fff;min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 14px}.ps-reporting-statbar-main{display:flex;align-items:center;gap:0;min-width:0}.ps-reporting-statbar-main>span{border-right:1px solid #e8edf5;padding:0 16px}.ps-reporting-statbar-main>span:first-child{padding-left:0}.ps-reporting-statbar-main>span:last-child{border-right:0}.ps-reporting-statbar span,.ps-reporting-statbar-latest{color:#64748b;font-size:12px;white-space:nowrap}.ps-reporting-statbar strong{margin-left:4px;color:#172033;font-size:13px;line-height:20px;font-weight:700}.ps-reporting-statbar-latest{flex:0 0 auto;color:#7a8aa0}.ps-reporting-preview-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.ps-reporting-preview-tabs{margin:-4px 0 12px;display:flex;align-items:center;flex-wrap:wrap;gap:8px}.ps-reporting-preview-tabs button{height:28px;min-width:74px;border:1px solid #d6e0ee;border-radius:6px;background:#fff;color:#475569;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 10px;font-size:12px;font-weight:700;cursor:pointer}.ps-reporting-preview-tabs button:hover{border-color:#9fc3ff;color:#1677ff}.ps-reporting-preview-tabs button.active{border-color:#9fc3ff;background:#e8f1ff;color:#1677ff}.ps-reporting-preview-tabs button strong{color:inherit;font-size:12px;line-height:18px}.ps-reporting-preview-count{color:#7a8aa0;font-size:12px;line-height:28px}.ps-reporting-table{margin:0 14px 14px;max-height:none;background:#fff}.ps-reporting-preview-table{max-height:260px}.ps-reporting-preview-table table{min-width:1540px}.ps-reporting-record-table{overflow:hidden}.ps-reporting-table-scroll{overflow-x:auto}.ps-reporting-record-table table{min-width:1380px}.ps-reporting-record-table th,.ps-reporting-record-table td{height:28px;font-size:12px;padding:0 9px}.ps-reporting-record-table td{font-weight:500}.ps-reporting-record-table th:first-child,.ps-reporting-record-table td:first-child{width:56px;min-width:56px;text-align:center;color:#64748b}.ps-reporting-record-table .ps-status{min-height:20px;padding:0 8px;font-size:11px}.ps-reporting-batch-cell{min-width:0;display:inline-flex;align-items:center;gap:8px}.ps-reporting-batch-cell>span{max-width:190px;overflow:hidden;text-overflow:ellipsis}.ps-reporting-batch-cell .ps-link-button{height:22px;padding:0 4px;font-size:12px}.ps-reporting-table-head{min-height:34px;border-bottom:1px solid #eef2f7;background:#fbfdff;display:flex;align-items:center;justify-content:space-between}.ps-reporting-table-head .ps-dispatch-section-title{border-bottom:0;background:transparent}.ps-reporting-table-head>span{padding:0 10px;color:#64748b;font-size:12px}.ps-status.report-import-ready{background:#e8f5e9;color:#2e7d32}.ps-status.report-import-warning{background:#fff7e6;color:#b26a00}.ps-status.report-import-duplicate{background:#f1f5f9;color:#64748b}.ps-status.report-import-error{background:#fff1f0;color:#cf1322}.ps-report-import-detail-drawer{width:min(920px,94vw)}.ps-report-import-detail-summary{grid-template-columns:repeat(5,minmax(0,1fr))}.ps-report-import-detail-summary span{min-height:40px;border:1px solid #e5ecf5;background:#fff;display:grid;align-content:center;gap:2px;padding:6px 8px;color:#64748b;font-size:12px}.ps-report-import-detail-summary strong{min-width:0;color:#172033;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ps-report-import-detail-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.ps-report-import-detail-section-head span{color:#7a8aa0;font-size:12px}.ps-report-import-detail-actions{display:flex;align-items:center;gap:8px}.ps-report-import-detail-actions .ps-secondary-button{height:26px;min-width:64px;padding:0 8px;font-size:12px}.ps-report-import-detail-filters{display:grid;grid-template-columns:minmax(240px,1fr) 160px;gap:10px}.ps-report-import-detail-filters label{min-width:0;color:#64748b;display:grid;gap:4px;font-size:12px;font-weight:700}.ps-report-import-detail-filters select{width:100%;height:30px;border:1px solid #d6e0ee;border-radius:6px;background:#fff;color:#334155;padding:0 8px;font-size:12px;font-weight:600}.ps-report-import-detail-table{max-height:260px;overflow:auto;border:1px solid #e5ecf5;background:#fff}.ps-report-import-detail-table table{width:100%;min-width:1360px;border-collapse:collapse}.ps-report-import-detail-table th,.ps-report-import-detail-table td{height:28px;border-bottom:1px solid #eef2f7;padding:0 8px;color:#334155;font-size:12px;white-space:nowrap}.ps-report-import-detail-table th{position:sticky;top:0;z-index:2;background:#f8fafc;color:#526273;font-weight:700}.ps-report-import-detail-table td{max-width:280px;overflow:hidden;text-overflow:ellipsis}.ps-settings-page{padding:14px 20px 22px;background:#fff;display:grid;gap:20px}.ps-settings-summary{min-height:38px;border:1px solid #e5ecf5;background:#fbfdff;display:flex;align-items:center;gap:0;padding:0 14px}.ps-settings-summary span{min-width:0;border-right:1px solid #e8edf5;color:#6b7d92;font-size:12px;line-height:18px;padding:0 18px;white-space:nowrap}.ps-settings-summary span:first-child{padding-left:0}.ps-settings-summary span:last-child{border-right:0;padding-right:0}.ps-settings-summary strong{margin-left:6px;color:#40536a;font-size:12px;font-weight:500}.ps-settings-section{border:0;background:transparent}.ps-settings-section-head{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.ps-settings-section-head h2{margin:0;color:#17324d;display:flex;align-items:center;gap:8px;font-size:14px;font-weight:800}.ps-settings-section-head h2:before{content:"";width:3px;height:16px;border-radius:2px;background:#1677ff}.ps-settings-add-button{height:28px;border:1px solid #d9e6f5;border-radius:4px;background:#fbfdff;color:#40536a;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:0 9px;font-size:12px;font-weight:500;line-height:1;white-space:nowrap}.ps-settings-add-button:hover{border-color:#b9d5f4;background:#f3f8ff;color:#1677ff}.ps-settings-add-button svg{color:#4f7eae;stroke-width:2}.ps-settings-add-button:hover svg{color:#1677ff}.ps-settings-table{border:1px solid #e5ecf5;background:#fff;max-height:none;overflow-x:auto;scrollbar-gutter:stable}.ps-settings-table table{min-width:1080px;table-layout:fixed}.ps-settings-table th,.ps-settings-table td{height:40px;padding:7px 10px;text-align:left;vertical-align:middle;font-size:12px}.ps-settings-table th:first-child,.ps-settings-table td:first-child{width:58px;min-width:58px;text-align:center}.ps-settings-table th:nth-child(2),.ps-settings-table td:nth-child(2){width:205px}.ps-settings-table th:nth-child(3),.ps-settings-table td:nth-child(3){width:400px;white-space:normal;line-height:18px}.ps-settings-table th:nth-child(4),.ps-settings-table td:nth-child(4){width:170px}.ps-settings-table th:nth-child(5),.ps-settings-table td:nth-child(5){width:108px;text-align:center}.ps-settings-table th:nth-child(6),.ps-settings-table td:nth-child(6){width:118px;text-align:center}.ps-settings-table tbody tr:last-child td{border-bottom:0}.ps-settings-table td strong,.ps-settings-table td small{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ps-settings-table td strong{color:#2f4054;font-size:12px;font-weight:600}.ps-settings-table td small{margin-top:2px;color:#9aa8b8;font-size:11px;font-weight:500}.ps-settings-table td:nth-child(3){color:#526273;font-size:12px}.ps-settings-table td:nth-child(4){color:#40536a;font-size:12px;font-weight:500}.ps-settings-table th{color:#526273;font-size:12px;font-weight:600}.ps-settings-table .ps-status{height:20px;padding:0 8px;font-size:11px;font-weight:600}.ps-settings-table .ps-link-button{height:24px;padding:0 4px;font-size:12px}.ps-table-actions{display:flex;align-items:center;justify-content:center;gap:8px;min-height:28px}.ps-settings-snapshot{border:1px solid #dbe7f5;background:#f8fbff;padding:12px 14px;display:grid;gap:6px}.ps-settings-snapshot strong{color:#17324d;font-size:13px}.ps-settings-snapshot span{color:#64748b;font-size:12px;line-height:20px}.ps-setting-add-modal{width:min(980px,calc(100vw - 36px));display:grid;grid-template-rows:auto minmax(0,1fr) auto}.ps-setting-add-body{min-height:0;display:grid;grid-template-columns:330px minmax(0,1fr);overflow:hidden}.ps-setting-add-sidebar{min-height:0;border-right:1px solid #edf1f6;background:#f8fafc;padding:12px;display:grid;grid-template-rows:auto auto minmax(0,1fr);gap:10px}.ps-setting-add-search{height:32px;border:1px solid #d9e2ef;border-radius:4px;background:#fff;display:flex;align-items:center;gap:8px;padding:0 9px;color:#94a3b8}.ps-setting-add-search input,.ps-setting-add-sidebar select{min-width:0;height:30px;border:0;background:transparent;color:#334155;outline:none;font-size:12px}.ps-setting-add-search input{flex:1}.ps-setting-add-sidebar select{border:1px solid #d9e2ef;border-radius:4px;background:#fff;padding:0 8px}.ps-setting-catalog-list{min-height:0;overflow:auto;display:grid;align-content:start;gap:8px}.ps-setting-catalog-item{width:100%;border:1px solid #e5ecf5;border-radius:4px;background:#fff;color:#334155;padding:9px 10px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;text-align:left}.ps-setting-catalog-item.active{border-color:#1677ff;background:#f3f8ff}.ps-setting-catalog-item strong,.ps-setting-catalog-item small{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ps-setting-catalog-item strong{font-size:13px;font-weight:600}.ps-setting-catalog-item small{margin-top:3px;color:#8a98aa;font-size:11px}.ps-setting-support{border-radius:999px;padding:3px 8px;font-style:normal;font-size:11px;font-weight:600;white-space:nowrap}.ps-setting-support.added{background:#e8f3ff;color:#1677ff}.ps-setting-support.built-in{background:#dcfce7;color:#15803d}.ps-setting-support.phase1-reserved{background:#fff7e6;color:#ad6800}.ps-setting-support.solver-reserved{background:#f1f5f9;color:#64748b}.ps-setting-catalog-empty{border:1px dashed #d9e2ef;border-radius:4px;background:#fff;color:#8a98aa;padding:18px;text-align:center;font-size:12px}.ps-setting-add-detail{min-width:0;min-height:0;overflow:auto;padding:16px;display:grid;align-content:start;gap:14px}.ps-setting-add-title{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.ps-setting-add-title h3{margin:0;color:#172033;font-size:16px;font-weight:700}.ps-setting-add-title p,.ps-setting-add-description,.ps-setting-add-block p,.ps-setting-add-note{margin:4px 0 0;color:#64748b;font-size:12px;line-height:20px}.ps-setting-add-grid{border:1px solid #e5ecf5;background:#fbfdff;display:grid;grid-template-columns:92px minmax(0,1fr)}.ps-setting-add-grid span,.ps-setting-add-grid strong{min-width:0;border-bottom:1px solid #edf1f6;padding:8px 10px;font-size:12px}.ps-setting-add-grid span:nth-last-child(-n+2),.ps-setting-add-grid strong:nth-last-child(-n+2){border-bottom:0}.ps-setting-add-grid span{color:#7b8797;background:#f8fafc}.ps-setting-add-grid strong{color:#40536a;font-weight:500}.ps-setting-add-block{border:1px solid #edf1f6;background:#fff;padding:10px 12px}.ps-setting-add-block strong{color:#40536a;font-size:12px;font-weight:600}.ps-setting-add-note{margin:0;border-left:3px solid #1677ff;background:#f3f8ff;padding:8px 10px}.ps-setting-edit-modal{width:min(560px,calc(100vw - 36px))}.ps-setting-edit-body{padding:16px;display:grid;gap:14px}.ps-setting-edit-meta{min-height:36px;border:1px solid #e5ecf5;background:#fbfdff;display:flex;align-items:center;gap:10px;padding:0 12px;color:#64748b;font-size:12px}.ps-setting-edit-meta strong{color:#40536a;font-size:12px;font-weight:500}.ps-setting-edit-field{display:grid;gap:7px;color:#64748b;font-size:12px}.ps-setting-edit-field input,.ps-setting-edit-field select,.ps-setting-edit-field textarea{min-width:0;border:1px solid #d9e2ef;border-radius:4px;background:#fff;color:#334155;font-size:13px;outline:none}.ps-setting-edit-field input,.ps-setting-edit-field select{height:34px;padding:0 10px}.ps-setting-edit-field textarea{resize:vertical;min-height:92px;padding:8px 10px;line-height:20px}.ps-setting-edit-field input:disabled,.ps-setting-edit-field select:disabled,.ps-setting-edit-field textarea:disabled{background:#f8fafc;color:#7b8797}.ps-setting-checks{border:1px solid #d9e2ef;border-radius:4px;background:#fff;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 12px;padding:10px}.ps-setting-checks label{display:flex;align-items:center;gap:7px;color:#40536a;font-size:12px}.ps-setting-checks input{width:14px;height:14px}.ps-setting-edit-description{border:1px solid #edf1f6;background:#f8fafc;padding:10px 12px}.ps-setting-edit-description strong{color:#40536a;font-size:12px;font-weight:600}.ps-setting-edit-description p,.ps-setting-edit-note{margin:6px 0 0;color:#64748b;font-size:12px;line-height:20px}.ps-setting-edit-note{margin:0;border-left:3px solid #1677ff;background:#f3f8ff;padding:8px 10px}.ps-compare-modal{width:min(820px,calc(100vw - 36px))}.ps-compare-table{padding:14px}.ps-adopt-modal{width:min(720px,calc(100vw - 36px))}.ps-adopt-body{padding:16px;display:grid;gap:14px}.ps-adopt-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.ps-adopt-summary section{min-width:0;border:1px solid #e3e9f2;border-radius:6px;background:#fbfdff;padding:12px;display:grid;gap:4px}.ps-adopt-summary span,.ps-adopt-summary small{color:#64748b;font-size:12px}.ps-adopt-summary strong,.ps-adopt-summary small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ps-adopt-summary strong{color:#1f2937;font-size:15px}.ps-adopt-metrics{display:flex;align-items:stretch;gap:10px;flex-wrap:wrap}.ps-adopt-warning{min-height:42px;border:1px solid #fed7aa;border-radius:6px;background:#fff7ed;color:#9a3412;padding:10px 12px;display:flex;align-items:flex-start;gap:8px;font-size:12px;line-height:1.6}.ps-adopt-warning svg{flex:0 0 auto;margin-top:2px}.ps-adopt-footer{border-top:1px solid #edf1f6;background:#fbfdff;padding:10px 16px;display:flex;align-items:center;justify-content:flex-end;gap:8px}.ps-drawer{position:absolute;top:0;right:0;z-index:60;width:min(470px,100vw);height:100%;max-height:100%;background:#fff;border-left:1px solid #dfe6ef;box-shadow:-12px 0 26px #0f172a24;display:grid;grid-template-rows:auto minmax(0,1fr)}.ps-drawer header{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;border-bottom:1px solid #edf1f6;background:#f8fafc}.ps-drawer h2{margin:0;color:#1f2d3d;font-size:15px;font-weight:700}.ps-drawer p{margin:3px 0 0;color:#64748b;font-size:12px;font-weight:600}.ps-drawer-body{overflow:auto;padding:12px 14px 16px;display:grid;align-content:start;gap:10px}.ps-detail-plan-row{display:grid;gap:4px}.ps-detail-plan-row span,.ps-detail-pairs span,.ps-time-readonly span,.ps-time-duration span{color:#7b8797;font-size:11px}.ps-lock-state{display:inline-flex;align-items:center;justify-self:end;gap:6px;max-width:100%;color:#7b8797;font-size:11px}.ps-lock-state.locked svg{color:#1677ff}.ps-lock-state span,.ps-lock-state small{font-weight:400}.ps-lock-state small{color:#94a3b8;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ps-detail-plan-row{grid-template-columns:86px minmax(0,1fr);align-items:center;padding:8px 10px;border:1px solid #e8edf4;border-radius:6px;background:#f8fbff}.ps-detail-plan-row strong{color:#334155;font-size:12px;font-weight:400;overflow-wrap:anywhere}.ps-detail-card{padding:12px;border:1px solid #e8edf4;border-radius:8px;background:#fff}.ps-detail-card.compact{padding-bottom:10px}.ps-detail-card h3{margin:0 0 10px;padding-bottom:8px;border-bottom:1px solid #edf1f6;color:#334155;font-size:12px;font-weight:600}.ps-production-object{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.ps-production-object>div:first-child{display:grid;gap:4px}.ps-production-object strong{color:#1677ff;font-size:15px;font-weight:700}.ps-production-object span{color:#7b8797;font-size:11px}.ps-production-qty{display:flex;align-items:baseline;gap:6px;white-space:nowrap}.ps-production-qty strong{font-size:17px;font-weight:400}.ps-detail-pairs{display:grid;gap:10px}.ps-detail-pairs.two{grid-template-columns:repeat(2,minmax(0,1fr))}.ps-detail-pairs div{display:grid;gap:4px;min-width:0}.ps-detail-pairs strong{min-width:0;color:#334155;font-size:12px;font-weight:400;overflow-wrap:anywhere}.ps-operation-tag{display:inline-flex;width:fit-content;max-width:100%;padding:2px 8px;border-radius:999px;background:#fff1d8;color:#f59e0b;font-weight:400}.ps-time-arrangement{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 112px;gap:12px 14px;padding-left:20px}.ps-time-line{position:absolute;top:25px;bottom:25px;left:5px;width:1px;background:#dbeafe}.ps-time-line:before,.ps-time-line i{position:absolute;left:-3px;width:7px;height:7px;border-radius:999px;background:#3b82f6;content:""}.ps-time-line:before{top:0}.ps-time-line i{bottom:0}.ps-time-readonly,.ps-time-duration{display:grid;gap:5px}.ps-time-readonly{grid-column:1}.ps-time-duration{grid-column:2;grid-row:1 / span 2;align-self:center;justify-items:end}.ps-time-readonly strong{width:fit-content;min-width:126px;padding:7px 10px;border-radius:5px;background:#f3f5f8;color:#334155;font-size:12px;font-weight:400}.ps-time-duration strong{color:#1677ff;font-size:16px;font-weight:400}.ps-empty-line{min-height:42px;display:flex;align-items:center;justify-content:center;color:#94a3b8;font-size:12px}.ps-spin{animation:ps-spin .8s linear infinite}@keyframes ps-spin{to{transform:rotate(360deg)}}@media(max-width:1280px){.ps-gantt-toolbar{grid-template-columns:1fr}.ps-toolbar-actions{justify-content:flex-start}.ps-bottom-grid,.ps-settings-grid{grid-template-columns:1fr}.ps-settings-page{padding-inline:14px}.ps-settings-summary{flex-wrap:wrap;gap:4px 0;padding-block:8px}.ps-settings-summary span{padding-inline:8px}.ps-order-filter-grid,.ps-rule-layout,.ps-rule-parameters{grid-template-columns:1fr}.ps-run-metrics{grid-template-columns:repeat(3,minmax(90px,1fr))}.ps-run-stage-timeline,.ps-run-detail-grid,.ps-run-events{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.ps-page{padding:0 10px 12px}.ps-workbench{min-width:760px}.ps-create-grid,.ps-create-content,.ps-form-grid,.ps-run-metrics,.ps-run-stage-timeline,.ps-run-detail-grid,.ps-run-events,.ps-reporting-box{grid-template-columns:1fr}.ps-reporting-statbar{flex-wrap:wrap;gap:8px 0;padding:8px 0}.ps-reporting-statbar-latest{padding:0 14px}.ps-reporting-record-table{overflow-x:auto}.ps-reporting-record-table table{min-width:980px}.ps-create-content{padding:16px}}.aps-dispatch-page{background:#fff}.aps-dispatch-content{padding:18px 24px 24px;background:#fff}.aps-dispatch-filterbar{display:flex;align-items:center;gap:8px;min-width:0;margin-bottom:14px}.aps-dispatch-filterbar select,.aps-dispatch-filterbar input{height:34px;border:1px solid #d6e0ee;border-radius:4px;background:#fff;color:#243449;font-size:13px;outline:none}.aps-dispatch-filterbar select{width:128px;padding:0 28px 0 10px}.aps-dispatch-filterbar select:nth-of-type(2){width:136px}.aps-dispatch-filterbar select:nth-of-type(4){width:154px}.aps-dispatch-filterbar input{width:208px;padding:0 10px}.aps-dispatch-filterbar select:focus,.aps-dispatch-filterbar input:focus{border-color:#1677ff;box-shadow:0 0 0 2px #1677ff14}.aps-dispatch-search,.aps-dispatch-reset{height:34px;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:13px;cursor:pointer}.aps-dispatch-search{min-width:64px;border:1px solid #1677ff;background:#1677ff;color:#fff;font-weight:600}.aps-dispatch-reset{min-width:64px;border:1px solid #d6e0ee;background:#fff;color:#334155}.aps-dispatch-statline{display:flex;align-items:center;gap:22px;margin-bottom:14px;color:#64748b;font-size:13px;line-height:22px;white-space:nowrap}.aps-dispatch-statline strong{margin-left:5px;color:#172033;font-weight:700}.aps-dispatch-card-list{display:flex;flex-direction:column;gap:12px}.aps-dispatch-empty{min-height:128px;border:1px solid #dde8f5;border-radius:8px;display:grid;place-items:center;color:#64748b;background:#fbfdff}.aps-dispatch-card{border:1px solid #dbe6f4;border-radius:8px;background:#fff;overflow:hidden;box-shadow:0 1px #0f172a05}.aps-dispatch-card-head{min-height:72px;display:grid;grid-template-columns:24px minmax(0,1fr) 156px;align-items:center;gap:12px;padding:12px 18px;background:#fbfdff}.aps-dispatch-toggle{width:24px;height:24px;border:0;border-radius:4px;background:transparent;color:#7b8ba0;display:grid;place-items:center;padding:0;cursor:pointer}.aps-dispatch-toggle:hover{background:#eef6ff;color:#1677ff}.aps-dispatch-card-fields{min-width:0;max-width:100%;display:grid;grid-template-columns:210px 104px 136px 72px 92px 100px 72px 76px;column-gap:10px;row-gap:8px;justify-content:start;align-items:center}.aps-dispatch-field{min-width:0;display:flex;flex-direction:column;gap:3px}.aps-dispatch-field-label{color:#64748b;font-size:12px;line-height:15px}.aps-dispatch-batch-label,.aps-dispatch-range-label,.aps-dispatch-center-label{display:inline-flex;align-items:center;gap:5px;color:#52657a}.aps-dispatch-batch-label svg,.aps-dispatch-range-label svg,.aps-dispatch-center-label svg{flex:0 0 auto;stroke-width:2.3}.aps-dispatch-batch-label svg{color:#12a87a}.aps-dispatch-range-label svg{color:#2f80ed}.aps-dispatch-center-label svg{color:#0f9f8f}.aps-dispatch-field strong{min-width:0;color:#172033;font-size:13px;line-height:17px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.aps-dispatch-field-main strong{font-size:13px}.aps-dispatch-field-number strong{text-align:left;font-weight:600}.aps-dispatch-field-center strong{color:#24364b;font-size:12.5px;font-weight:500}.aps-dispatch-field-status{align-items:center;text-align:center}.aps-dispatch-field-readiness{min-width:98px}.aps-dispatch-field-readiness .ps-status{min-width:86px;max-width:96px;justify-content:center}.aps-dispatch-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;min-width:0;width:156px;padding-left:10px}.aps-dispatch-actions button{width:64px;height:32px;border:1px solid #d6e0ee;border-radius:6px;background:#fff;color:#334155;display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:0;font-size:12px;line-height:1;cursor:pointer;white-space:nowrap;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.aps-dispatch-actions button:hover:not(:disabled){border-color:#9fc3ff;background:#f3f8ff;color:#1677ff}.aps-dispatch-actions button:disabled{cursor:not-allowed;color:#94a3b8;background:#f8fafc}.aps-dispatch-detail{margin:0 28px 18px 48px;overflow:auto;border:1px solid #e6eef8;background:#fff}.aps-dispatch-detail table{width:100%;min-width:1840px;border-collapse:collapse}.aps-dispatch-detail th,.aps-dispatch-detail td{height:34px;border-bottom:1px solid #edf2f8;border-right:1px solid #edf2f8;padding:0 10px;color:#334155;font-size:12px;text-align:center;white-space:nowrap}.aps-dispatch-detail th{background:#f8fafc;color:#334155;font-weight:700}.aps-dispatch-detail th:nth-child(3),.aps-dispatch-detail td:nth-child(3){min-width:180px}.aps-dispatch-detail th:nth-child(8),.aps-dispatch-detail td:nth-child(8){width:116px;min-width:116px;max-width:116px;text-align:center}.aps-dispatch-readiness-cell .ps-status{min-width:78px;justify-content:center}.ps-status.report-none{background:#eff6ff;color:#1677ff}.ps-status.report-partial{background:#fff1f2;color:#e11d48}.ps-status.report-done{background:#e8f8ef;color:#15803d}.aps-dispatch-field .ps-status{height:20px;padding:0 8px;font-size:12px;line-height:20px}.aps-dispatch-status-action{border:0;cursor:pointer;font-family:inherit;transition:background-color .15s ease,box-shadow .15s ease,transform .15s ease}.aps-dispatch-status-action:hover:not(:disabled){background:#fff1c2;box-shadow:0 0 0 2px #f59e0b1f}.aps-dispatch-status-action:active:not(:disabled){transform:translateY(1px)}.aps-dispatch-status-action:disabled{cursor:not-allowed;opacity:.72}@media(max-width:1180px){.aps-dispatch-filterbar{flex-wrap:wrap}.aps-dispatch-card-head{grid-template-columns:24px minmax(0,1fr)}.aps-dispatch-actions{grid-column:2;justify-content:flex-start;min-width:0}.aps-dispatch-card-fields{grid-template-columns:repeat(4,minmax(130px,1fr))}}:root{color:#1f2937;font-family:Arial,Microsoft YaHei,PingFang SC,sans-serif;font-size:13px;background:#f3f6fb}*{box-sizing:border-box}body{margin:0;overflow:hidden}button,input,select{font:inherit}button{cursor:pointer}.aps-app-root{width:100vw;height:100vh;overflow:hidden;background:#f3f6fb}.aps-topbar{height:48px;padding:0 20px;background:#fff;border-bottom:1px solid #e5eaf2;display:flex;align-items:center;justify-content:space-between}.aps-brand{display:flex;align-items:center;min-width:116px}.aps-brand-button{border:0;padding:0;background:transparent;display:inline-flex;align-items:center;color:inherit}.aps-brand-button:focus-visible{outline:2px solid #2f7df6;outline-offset:4px;border-radius:8px}.f7-aps-logo{display:inline-flex;align-items:center;gap:8px;color:#0b3158;line-height:1}.f7-logo-mark{width:34px;height:34px;flex:0 0 auto;display:block;filter:drop-shadow(0 5px 9px rgb(13 74 115 / 14%))}.f7-logo-word{color:#0b3158;font-size:18px;font-weight:780;letter-spacing:0}.f7-aps-logo--light .f7-logo-mark{filter:drop-shadow(0 8px 14px rgb(0 18 36 / 28%))}.f7-aps-logo--light .f7-logo-word{color:#fff}.aps-top-actions{display:flex;align-items:center;gap:13px;color:#64748b}.aps-top-icon{width:26px;height:26px;border:1px solid transparent;border-radius:6px;background:transparent;color:#64748b;display:grid;place-items:center;padding:0}.aps-top-icon:hover{background:#f1f5fb;color:#1677ff}.aps-top-icon.active{background:#e8f1ff;color:#1677ff}.aps-top-menu-anchor{position:relative;display:inline-flex;align-items:center}.aps-user-trigger{height:34px;border:1px solid transparent;border-radius:999px;background:transparent;color:#475569;display:inline-flex;align-items:center;gap:8px;padding:2px 8px 2px 3px;font-weight:700}.aps-user-trigger:hover,.aps-user-trigger.active{background:#f1f5fb;color:#1677ff}.aps-avatar-img{width:30px;height:30px;border-radius:50%;object-fit:cover;border:1px solid #dbe5f2;background:#fff}.aps-floating-menu{position:absolute;top:39px;right:0;z-index:60;border:1px solid #e2e8f0;border-radius:8px;background:#fff;box-shadow:0 18px 42px #0f172a29;color:#253247}.aps-language-menu{width:178px;padding:8px}.aps-user-menu-panel{width:280px;padding:10px}.aps-menu-title{padding:6px 8px 8px;color:#64748b;font-size:12px;font-weight:800}.aps-user-card{display:grid;grid-template-columns:52px minmax(0,1fr);gap:12px;align-items:center;padding:10px 8px 12px}.aps-user-card-avatar{width:52px;height:52px;border-radius:50%;object-fit:cover;border:1px solid #dbe5f2;background:#fff}.aps-user-card-name{color:#111827;font-size:17px;font-weight:800}.aps-user-card-sub,.aps-user-card-role{margin-top:3px;color:#64748b;font-size:12px}.aps-menu-separator{height:1px;margin:6px 4px;background:#eef2f7}.aps-menu-row{width:100%;min-height:38px;border:0;border-radius:7px;background:transparent;color:#253247;display:grid;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:10px;padding:0 10px;text-align:left}.aps-language-menu .aps-menu-row{grid-template-columns:minmax(0,1fr) auto}.aps-menu-row:hover{background:#f4f8ff;color:#1677ff}.aps-menu-row.disabled{color:#94a3b8;cursor:not-allowed}.aps-menu-row.disabled:hover{background:transparent;color:#94a3b8}.aps-menu-row.danger{color:#b91c1c}.aps-menu-row.danger:hover{background:#fff1f2;color:#dc2626}.aps-menu-pending{color:#94a3b8;font-size:12px}.aps-modal-mask{position:fixed;inset:0;z-index:80;display:grid;place-items:center;background:#0f172a6b}.aps-profile-dialog,.aps-settings-dialog{position:relative;border-radius:8px;background:#fff;box-shadow:0 24px 64px #0f172a3d;overflow:hidden}.aps-profile-dialog{width:min(860px,calc(100vw - 80px));min-height:440px;display:grid;grid-template-columns:260px minmax(0,1fr)}.aps-settings-dialog{width:min(560px,calc(100vw - 64px));padding:28px 32px 24px}.aps-modal-close{position:absolute;top:16px;right:16px;z-index:1;width:30px;height:30px;border:0;border-radius:50%;background:transparent;color:#64748b;display:grid;place-items:center}.aps-modal-close:hover{background:#f1f5fb;color:#111827}.aps-profile-side{background:linear-gradient(180deg,#eaf5ff,#dfeeff);display:flex;flex-direction:column;align-items:center;padding:54px 26px;color:#334155}.aps-profile-avatar{width:118px;height:118px;border-radius:50%;object-fit:cover;border:4px solid #fff;box-shadow:0 10px 24px #0f172a24;background:#fff}.aps-profile-side strong{margin-top:18px;color:#111827;font-size:22px}.aps-profile-side span{margin-top:8px;color:#64748b}.aps-profile-main{padding:44px 46px}.aps-profile-main h2,.aps-settings-dialog h2{margin:0 0 24px;color:#111827;font-size:24px}.aps-profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.aps-info-field{min-height:64px;border:1px solid #e2e8f0;border-radius:7px;background:#f8fafc;padding:12px 14px}.aps-info-field span{display:block;color:#64748b;font-size:12px;font-weight:700}.aps-info-field strong{display:block;margin-top:7px;color:#1f2937;font-size:14px;word-break:break-word}.aps-setting-section{padding:18px 0;border-top:1px solid #edf2f7}.aps-setting-title{display:flex;align-items:center;gap:8px;color:#1f2937;font-size:16px;font-weight:800;margin-bottom:14px}.aps-theme-options{display:flex;gap:18px}.aps-theme-card{width:120px;border:1px solid #d8e3f2;border-radius:8px;background:#fff;color:#334155;display:grid;gap:8px;justify-items:center;padding:10px}.aps-theme-card.active{border-color:#1677ff;box-shadow:0 0 0 2px #1677ff1f}.aps-theme-card.disabled{opacity:.55;cursor:not-allowed}.aps-theme-card em{color:#94a3b8;font-style:normal;font-size:11px}.aps-theme-preview{width:84px;height:48px;border-radius:5px;border:1px solid #dbe5f0;display:block;position:relative}.aps-theme-preview:before,.aps-theme-preview:after{content:"";position:absolute;left:15px;right:12px;height:6px;border-radius:999px}.aps-theme-preview:before{top:14px;background:#1677ff}.aps-theme-preview:after{top:27px;background:#dbe4ee}.aps-theme-preview.light{background:#f8fafc}.aps-theme-preview.dark{background:#172033}.aps-setting-row,.aps-setting-toggle{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:16px;color:#334155}.aps-setting-row>span,.aps-setting-toggle>span{font-weight:700}.aps-segmented{display:inline-flex;border:1px solid #dbe5f0;border-radius:7px;padding:3px;background:#f8fafc}.aps-segmented button{min-width:58px;height:28px;border:0;border-radius:5px;background:transparent;color:#64748b;padding:0 10px}.aps-segmented button.active{background:#1677ff;color:#fff;box-shadow:0 3px 8px #1677ff2e}.aps-setting-toggle input{width:42px;height:22px;accent-color:#1677ff}.aps-dialog-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:10px}.aps-dialog-button{min-width:74px;height:34px;border:1px solid #d8e3f2;border-radius:6px;background:#fff;color:#334155;font-weight:700}.aps-dialog-button.primary{border-color:#1677ff;background:#1677ff;color:#fff}:root[data-aps-density=compact] .aps-sidebar{padding-top:12px;padding-bottom:12px}:root[data-aps-density=compact] .aps-nav-title{height:31px}:root[data-aps-density=compact] .aps-nav-child{height:27px}:root[data-aps-table-density=compact] .aps-page-host table th,:root[data-aps-table-density=compact] .aps-page-host table td{padding-top:5px;padding-bottom:5px}.aps-layout{display:grid;grid-template-columns:188px minmax(0,1fr);height:calc(100vh - 48px);min-width:0}.aps-sidebar{background:#f2f5fb;border-right:1px solid #e1e7f0;padding:18px 12px;overflow-y:auto}.aps-home-nav{width:100%;height:36px;display:flex;align-items:center;gap:8px;border:0;border-radius:7px;background:transparent;color:#23324a;padding:0 10px;margin-bottom:12px;font-weight:700;text-align:left}.aps-home-nav:hover,.aps-home-nav.active{background:#e8f1ff;color:#1677ff}.aps-nav-group{margin-bottom:7px}.aps-nav-title,.aps-nav-child{width:100%;border:0;background:transparent;text-align:left}.aps-nav-title{height:34px;display:grid;grid-template-columns:18px minmax(0,1fr) 14px;align-items:center;gap:8px;padding:0 10px;border-radius:6px;color:#23324a;font-size:13px;font-weight:700}.aps-nav-icon,.aps-nav-caret{color:#66758a}.aps-nav-title:hover,.aps-nav-title.active{background:#e8f1ff;color:#1677ff}.aps-nav-title:hover .aps-nav-icon,.aps-nav-title:hover .aps-nav-caret,.aps-nav-title.active .aps-nav-icon,.aps-nav-title.active .aps-nav-caret{color:#1677ff}.aps-nav-child{height:30px;padding:0 10px 0 36px;border-radius:6px;color:#536174;font-size:12px}.aps-nav-child:hover,.aps-nav-child.active{background:#e8f1ff;color:#1677ff;font-weight:700}.aps-nav-child.inactive{cursor:default}.aps-nav-child.inactive:hover{background:transparent;color:#536174;font-weight:400}.aps-nav-caret.muted{opacity:.45}.aps-content{min-width:0;height:calc(100vh - 48px);overflow:hidden;display:flex;flex-direction:column;background:#f3f6fb}.aps-workspace-tabs{flex:0 0 auto;height:44px;display:flex;align-items:flex-end;gap:10px;padding:0 16px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;overscroll-behavior-x:contain;border-bottom:1px solid #dfe7f2;background:#f3f6fb;scrollbar-width:thin}.aps-workspace-tab{position:relative;flex:0 0 auto;height:34px;display:inline-flex;align-items:center;border:1px solid transparent;border-bottom:0;border-radius:8px 8px 0 0;background:transparent;color:#526273;padding:0 8px 0 12px;font-size:14px;font-weight:800;white-space:nowrap}.aps-workspace-tab.fixed{padding-right:12px}.aps-workspace-tab:hover,.aps-workspace-tab:focus-within{color:#1677ff;background:#f8fbff}.aps-workspace-tab.active{border-color:#d5dfec;background:#fff;color:#1677ff}.aps-workspace-tab.active:after{content:"";position:absolute;left:12px;right:12px;bottom:0;height:3px;border-radius:999px 999px 0 0;background:#1677ff}.aps-workspace-tab.closeable.active:after{right:32px}.aps-workspace-tab-main{height:100%;display:inline-flex;align-items:center;border:0;background:transparent;color:inherit;padding:0;font:inherit;font-weight:800}.aps-workspace-tab-close{width:18px;height:18px;display:inline-grid;place-items:center;margin-left:7px;border:0;border-radius:999px;background:transparent;color:#8b98aa;padding:0;opacity:0;transform:scale(.92);transition:opacity .12s ease,transform .12s ease,background-color .12s ease,color .12s ease}.aps-workspace-tab:hover .aps-workspace-tab-close,.aps-workspace-tab:focus-within .aps-workspace-tab-close{opacity:1;transform:scale(1)}.aps-workspace-tab-close:hover{background:#eaf1fb;color:#334155}.aps-page-host{flex:1 1 auto;min-height:0;min-width:0;overflow:hidden}.aps-page-host .mrp-crumbs,.aps-page-host .orders-crumbs,.aps-page-host .forecast-crumbs,.aps-page-host .crumbs,.aps-page-host .mps-dash-crumbs,.aps-page-host .ps-crumbs{display:none}.aps-content .orders-root,.aps-content .forecast-root,.aps-content .redesign-root,.aps-content .mrp-root{width:100%;height:100%}.aps-content .orders-topbar,.aps-content .forecast-topbar,.aps-content .redesign-topbar,.aps-content .orders-sidebar,.aps-content .forecast-sidebar,.aps-content .redesign-sidebar{display:none}.aps-content .orders-layout,.aps-content .forecast-layout,.aps-content .redesign-layout{display:block;height:100%}.aps-content .orders-page,.aps-content .forecast-page,.aps-content .redesign-page{height:100%}.aps-login-root{width:100vw;height:100vh;display:grid;place-items:center;background:#eef3f8;padding:24px}.aps-login-shell{width:min(920px,100%);min-height:430px;display:grid;grid-template-columns:minmax(260px,360px) minmax(320px,1fr);background:#fff;border:1px solid #d9e2ee;border-radius:8px;overflow:hidden;box-shadow:0 18px 40px #0f172a1a}.aps-login-aside{display:flex;flex-direction:column;justify-content:space-between;padding:34px;background:#0b4a73;color:#fff}.aps-login-brand{display:flex;align-items:center;gap:14px}.aps-login-logo .f7-logo-mark{width:42px;height:42px}.aps-login-brand strong,.aps-login-status strong{display:block;font-size:18px;line-height:1.5}.aps-login-brand span,.aps-login-status span{display:block;color:#cfe2f3;font-size:12px}.aps-login-status{display:grid;gap:8px;padding-top:28px;border-top:1px solid rgb(255 255 255 / 22%)}.aps-login-panel{display:flex;flex-direction:column;justify-content:center;gap:18px;padding:46px}.aps-login-heading{display:flex;align-items:center;gap:12px;margin-bottom:8px;color:#0f3554}.aps-login-heading h1{margin:0;font-size:22px;line-height:1.25}.aps-login-heading p{margin:3px 0 0;color:#64748b;font-size:12px}.aps-login-field{display:grid;gap:7px;color:#334155;font-size:12px;font-weight:700}.aps-login-field input{height:38px;border:1px solid #cbd5e1;border-radius:6px;padding:0 12px;color:#1f2937;outline:none;background:#fff}.aps-login-field input:focus{border-color:#1677ff;box-shadow:0 0 0 3px #1677ff1f}.aps-login-error{min-height:34px;display:flex;align-items:center;padding:8px 10px;border:1px solid #fecaca;border-radius:6px;background:#fff1f2;color:#b91c1c;font-size:12px}.aps-login-button{height:38px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:6px;background:#1677ff;color:#fff;font-weight:700}.aps-login-button:disabled{cursor:not-allowed;opacity:.68}.aps-spin{animation:aps-spin .8s linear infinite}@keyframes aps-spin{to{transform:rotate(360deg)}}@media(max-width:720px){.aps-login-shell{grid-template-columns:1fr}.aps-login-aside{padding:24px;gap:28px}.aps-login-panel{padding:28px 24px 32px}}
