*{box-sizing:border-box}:root{--bg:#f5f7f7;--panel:#ffffff;--line:#dfe6ea;--line-soft:#edf1f3;--text:#111827;--muted:#68737d;--brand:#35b8c6;--blue:#2478f2;--green:#34a853;--orange:#f28c3c;--red:#ff4d4f}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;letter-spacing:0}button,input,select,textarea{font-family:inherit}.muted{color:var(--muted)}.login-page{min-height:100vh;display:grid;place-items:center;background:#f3f6f8}.login-card{width:380px;background:#fff;border:1px solid #d9e2e8;border-radius:6px;padding:34px 28px 32px;box-shadow:0 18px 44px rgba(15,23,42,.1)}.login-card .ant-typography{margin-bottom:4px}.app-shell{min-height:100vh;background:var(--bg)}.global-header{height:55px;display:grid;grid-template-columns:220px minmax(400px,1fr) 260px;align-items:center;background:#eef7f3;border-bottom:1px solid var(--line)}.brand{height:100%;border:0;background:transparent;padding:0 24px;color:#0f172a;font-size:20px;font-weight:800;text-align:left;cursor:pointer}.global-nav{display:flex;justify-content:center;gap:42px;height:100%}.global-nav button,.subnav button{border:0;background:transparent;color:#5f6b76;cursor:pointer}.global-nav button{min-width:80px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-weight:700}.global-nav button.active{color:#0f172a}.header-actions{justify-content:flex-end;padding-right:10px}.user-avatar{cursor:pointer;background:#dbeafe;color:#475569;border:1px solid #bfdbfe}.subnav{display:flex;align-items:center;gap:26px;padding:0 24px;background:#fff;border-bottom:1px solid var(--line)}.subnav,.subnav button{position:relative;height:56px}.subnav button{padding:0;font-size:14px;font-weight:700}.subnav button.active{color:#111827}.subnav button.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:var(--brand);border-radius:3px 3px 0 0}.subnav .subnav-action{margin-left:auto;height:34px}.content{width:100%;min-height:calc(100vh - 111px);padding:20px 24px 64px}.section-toolbar,.task-summary,.toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.section-toolbar .ant-typography,.toolbar .ant-typography{margin:0}.task-status-filter{color:#7b8790;font-size:13px}.workspace-note{margin:0 0 22px;color:#8b98a3;font-size:12px}.task-list{display:flex;flex-direction:column;gap:26px}.task-list-group{background:transparent}.group-title{height:34px;display:flex;align-items:center;gap:12px;color:#111827}.group-title strong{font-size:19px}.group-title button{border:0;background:transparent;color:#7b8790;cursor:pointer}.task-list-head,.task-list-row{display:grid;grid-template-columns:minmax(320px,1.8fr) 100px 230px 120px 190px 130px 120px 150px;align-items:center}.task-list-head{height:44px;border-top:1px solid var(--line);color:#7b8790;font-size:12px;padding:0 30px}.task-list-row{min-height:42px;border-top:1px solid var(--line-soft);padding:0 30px;color:#4b5563;font-size:13px}.task-list-row:hover{background:rgba(255,255,255,.62)}.task-cell-title{display:flex;align-items:center;gap:12px;min-width:0}.task-cell-title button{border:0;background:transparent;color:#111827;font-weight:700;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.row-actions{opacity:0;transition:opacity .16s ease}.task-list-row:hover .row-actions{opacity:1}.add-row{height:38px;border:0;background:transparent;color:#9aa4ad;padding-left:30px;cursor:pointer}.date-pill,.status-pill{display:inline-flex;align-items:center;justify-content:center;min-width:76px;height:26px;padding:0 14px;border:1px solid #d7e1ea;border-radius:999px;background:#fff;color:#44515c;font-size:12px;font-weight:700}.date-pill.danger{border-color:var(--red);background:#fff7f7;color:var(--red)}.status-pending{border-color:#2f7df6;color:#2f7df6;background:#f3f8ff}.status-in_progress{border-color:#35b86b;color:#20a257;background:#f2fbf5}.status-paused{border-color:var(--orange);color:#df7a24;background:#fff8ef}.status-completed{border-color:#b8c2cc;color:#5f6b76;background:#f7f9fa}.kanban{display:grid;grid-template-columns:repeat(4,minmax(260px,1fr));grid-gap:28px;gap:28px;align-items:start}.kanban-column{min-height:620px;border:1px solid #e2e8ee;border-radius:6px;background:rgba(255,255,255,.46);padding:14px}.kanban-title{display:grid;grid-template-columns:28px 1fr 32px;align-items:center;grid-gap:10px;gap:10px;margin-bottom:26px}.kanban-title span{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#e8f0f7;color:#51606d;font-weight:700}.kanban-title strong{font-size:16px}.task-card{position:relative;min-height:104px;background:#fff;border:1px solid #dfe7ee;border-radius:6px;padding:13px 14px 12px 18px;margin-bottom:20px;cursor:-webkit-grab;cursor:grab;box-shadow:0 10px 24px rgba(15,23,42,.04)}.task-card:hover{border-color:#b9d1ee;box-shadow:0 12px 28px rgba(15,23,42,.08)}.task-accent{position:absolute;left:0;top:0;width:4px;height:100%;border-radius:6px 0 0 6px;background:var(--blue)}.accent-1{background:var(--green)}.accent-2{background:var(--orange)}.accent-3{background:#8b95a1}.empty-column{color:#a0aab3;font-size:13px;padding:16px 4px}.timeline-panel{background:#fff;border:1px solid var(--line);border-radius:0;overflow:auto}.erp-timeline{display:grid;grid-template-columns:300px minmax(980px,1fr);min-height:760px}.timeline-left{border-right:1px solid var(--line);padding:24px 24px 40px;background:#fff}.timeline-left-title{margin-bottom:78px;color:#7b8790;font-size:16px}.timeline-group{margin-bottom:30px}.timeline-group-title{margin-bottom:18px;color:#111827;font-size:18px;font-weight:800}.timeline-task-name{width:100%;height:44px;display:flex;align-items:center;gap:12px;border:0;background:transparent;color:#303943;font-weight:700;text-align:left;cursor:pointer}.tiny-checkbox{width:18px;height:18px;border:1px solid #aeb8c2;border-radius:4px}.timeline-canvas{min-width:980px;padding:20px 28px 60px;background:#fff}.timeline-months{display:flex;justify-content:space-between;max-width:650px;margin-bottom:8px;font-size:20px}.timeline-days{display:grid;color:#8b98a3;font-size:12px;margin-bottom:10px}.timeline-days span{text-align:center}.timeline-chart{position:relative;display:grid;grid-auto-flow:column;min-height:680px}.day-stripe{grid-row:1/-1;min-height:680px;background:rgba(15,23,42,.025)}.day-stripe:nth-child(2n){background:rgba(15,23,42,.045)}.timeline-chart-group{grid-column:1/-1;display:grid;align-content:start;grid-gap:14px;gap:14px;margin-bottom:28px;z-index:1}.timeline-chart-spacer{grid-column:1/-1;height:34px}.timeline-bar{height:30px;border:0;border-radius:4px;color:#fff;padding:0 14px;text-align:left;font-weight:700;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.timeline-bar.status-pending{background:#347af0}.timeline-bar.status-in_progress{background:#3db261}.timeline-bar.status-paused{background:#f2943f}.timeline-bar.status-completed{background:#8c98a4}.ant-card,.erp-table,.metric-card,.notification-list,.work-card{border-color:#dce5eb!important;border-radius:6px!important}.metric-card{box-shadow:0 10px 24px rgba(15,23,42,.07)}.analytics-kpis{display:grid;grid-template-columns:repeat(5,minmax(180px,1fr));grid-gap:4px;gap:4px}.metric-content{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.metric-card .ant-statistic-title{color:#667085;font-size:12px}.metric-card .ant-statistic-content{color:#111827;font-size:26px;font-weight:800}.metric-tag{border:0;background:#eaf2ff;color:#2478f2;margin:0 0 5px;font-weight:700}.metric-tag.warm{background:#fff1df;color:#df7a24}.trend-chart svg{width:100%;height:260px;display:block}.chart-axis{stroke:#cfd8df;stroke-width:1}.chart-bar-gmv{fill:#1f7af2}.chart-bar-cost{fill:#d86c00}.chart-line{fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.chart-gmv{stroke:#2563eb}.chart-cost{stroke:#dc6803}.legend{display:flex;gap:14px;color:#667085;font-size:12px}.legend span{display:inline-flex;align-items:center}.dot{width:10px;height:10px;display:inline-block;border-radius:50%;margin-right:6px}.gmv-dot{background:#2563eb}.cost-dot{background:#dc6803}.ant-modal-content,.task-detail-modal .ant-modal-content{border-radius:6px;padding:0;overflow:hidden}.task-detail{min-height:700px;padding:58px 76px 86px;position:relative}.detail-title-row{display:flex;align-items:center;gap:14px}.detail-title-row .ant-typography{margin:0;font-size:28px}.detail-meta{display:flex;align-items:center;gap:36px;margin:32px 0 22px 52px;color:#5f6b76;font-weight:700}.detail-meta span{display:inline-flex;align-items:center;gap:10px;min-width:140px}.detail-meta .ant-progress{width:100px}.user-dot{width:28px;height:28px;border-radius:50%;background:#f0f2f4;display:inline-block}.detail-line{height:1px;background:var(--line);margin-bottom:24px}.detail-section{margin-left:44px;max-width:820px;margin-bottom:16px}.detail-section h3{margin:0 0 10px;font-size:16px}.detail-desc{min-height:78px;border:1px solid #dce5eb;border-radius:4px;background:#f8fafb;padding:18px 20px;color:#5f6b76}.detail-grid{padding-top:12px}.activity-list,.detail-grid{border-top:1px solid var(--line)}.activity-list{padding-top:20px;color:#68737d}.activity-list p{margin:0 0 14px}.comment-bar{position:absolute;left:42px;right:220px;bottom:38px;display:grid;grid-template-columns:32px 1fr 72px;align-items:center;grid-gap:12px;gap:12px}.comment-bar .ant-input{height:38px;background:#f0f2f4;border-color:transparent}.ant-modal-header{padding:24px 32px 16px!important;border-bottom:1px solid var(--line);margin:0!important}.ant-modal-title{font-size:24px!important}.ant-modal-body{padding:28px 32px!important}.ant-modal-footer{padding:16px 32px!important;border-top:1px solid var(--line);margin-top:0!important}.ant-btn{box-shadow:none}.ant-btn,.ant-table-wrapper .ant-table{border-radius:6px}.ant-table-thead>tr>th{background:#eef3f7!important;color:#647280!important;font-size:12px}@media (max-width:1100px){.global-header{grid-template-columns:150px 1fr 170px}.global-nav{gap:18px}.task-list-head,.task-list-row{grid-template-columns:minmax(280px,1.5fr) 90px 150px 100px 130px 110px 100px}.row-actions{display:none}.kanban{grid-template-columns:repeat(2,minmax(260px,1fr))}}@media (max-width:760px){.global-header{grid-template-columns:1fr;height:auto}.global-nav,.header-actions{justify-content:flex-start;padding:0 16px 10px}.subnav{overflow-x:auto}.kanban{grid-template-columns:1fr}}