:root{font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,sans-serif;color:#17233d;background:#f3f6fb;font-synthesis:none;--blue: #246bfd;--blue-dark: #174fd1;--line: #e5eaf2;--muted: #76839a;--sidebar: 248px}*{box-sizing:border-box}button,input,textarea{font:inherit}button{cursor:pointer}body{margin:0;min-width:1024px;min-height:100vh;background:#f3f6fb;-webkit-font-smoothing:antialiased}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid rgba(36,107,253,.35);outline-offset:2px}.app-shell{min-height:100vh;display:flex}.sidebar{width:var(--sidebar);position:fixed;inset:0 auto 0 0;background:#0b1d3b;color:#fff;display:flex;flex-direction:column;z-index:20;box-shadow:4px 0 18px #0a1e4214;transition:width .2s ease}.brand{height:70px;display:flex;align-items:center;gap:11px;padding:0 20px;border-bottom:1px solid rgba(255,255,255,.08)}.brand img{width:43px;height:30px;object-fit:contain}.brand strong{display:block;font-size:17px;letter-spacing:1px}.brand span{display:block;color:#8293b0;font-size:11px;margin-top:2px;letter-spacing:2px}.workspace-switch{margin:16px 12px 10px;padding:10px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:7px;display:grid;grid-template-columns:30px 1fr auto;align-items:center;gap:8px}.workspace-icon{width:30px;height:30px;border-radius:6px;background:#367eff33;color:#79a8ff;display:grid;place-items:center}.workspace-switch span{display:block;font-size:10px;color:#788ba9}.workspace-switch strong{display:block;font-size:12px;margin-top:3px;font-weight:500}.workspace-switch>svg{font-size:10px;color:#7185a6}.sidebar nav{flex:1;padding:2px 10px 8px;overflow:auto;scrollbar-width:thin;scrollbar-color:rgba(125,151,190,.28) transparent}.nav-group{margin:12px 0 20px}.nav-label{color:#5e7395;font-size:11px;padding:0 10px 8px}.nav-item{position:relative;width:100%;height:42px;border:0;background:transparent;color:#a9b8ce;display:flex;align-items:center;gap:12px;padding:0 12px;border-radius:6px;margin-bottom:4px;text-align:left;font-size:14px}.nav-item svg{font-size:16px}.nav-item:hover{background:#ffffff0f;color:#fff}.nav-item.active{color:#fff;background:#246bfd;box-shadow:0 6px 18px #246bfd40}.nav-item em{margin-left:auto;font-style:normal;background:#f15b5b;color:#fff;min-width:20px;height:18px;line-height:18px;border-radius:9px;text-align:center;font-size:10px}.sidebar-foot{padding:10px 12px 16px}.support-card{display:flex;gap:9px;align-items:center;color:#6fd5c4;padding:10px;border-bottom:1px solid rgba(255,255,255,.08)}.support-card>svg{font-size:16px}.support-card strong,.support-card span{display:block}.support-card strong{color:#a9b8ce;font-size:11px}.support-card span{color:#607695;font-size:10px;margin-top:2px}.collapse{width:100%;border:0;background:transparent;color:#617795;text-align:left;padding:13px 10px 0;font-size:12px}.app-main{margin-left:var(--sidebar);width:calc(100% - var(--sidebar));min-height:100vh}.topbar{height:58px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 24px;position:sticky;top:0;z-index:15}.topbar-path{display:flex;gap:9px;align-items:center;font-size:13px;color:#8b97aa}.topbar-path i{font-style:normal;color:#c1c8d4}.topbar-path strong{color:#32405a}.topbar-actions{display:flex;align-items:center;gap:8px}.icon-button{width:34px;height:34px;border:0;background:transparent;color:#69788f;border-radius:6px;position:relative}.icon-button:hover{background:#f2f5f9}.has-dot:after{content:"";position:absolute;width:6px;height:6px;background:#f45757;border:2px solid white;border-radius:50%;right:7px;top:6px}.user-chip{display:flex;align-items:center;gap:8px;padding-left:10px;margin-left:4px;border-left:1px solid var(--line)}.avatar,.mini-avatar{background:#dce9ff;color:#246bfd;border-radius:50%;display:inline-grid;place-items:center;font-weight:700}.avatar{width:32px;height:32px}.user-chip strong,.user-chip span{display:block}.user-chip strong{font-size:12px}.user-chip span{font-size:10px;color:#94a0b1;margin-top:2px}.user-chip>svg{font-size:9px;color:#9aa5b6}.global-notice,.toast{position:fixed;z-index:60;top:72px;left:50%;transform:translate(-50%);background:#fff;border:1px solid #bfe9d5;color:#246b4e;padding:10px 17px;border-radius:7px;box-shadow:0 10px 30px #1d3e6824;font-size:13px}.global-notice svg,.toast svg{color:#20af76;margin-right:7px}.plan-switch{display:flex;gap:2px;padding:2px;border:1px solid var(--line);border-radius:7px;background:#f2f5f9}.plan-switch a{height:24px;display:inline-flex;align-items:center;padding:0 12px;border-radius:5px;font-size:12px;color:#69788f;text-decoration:none;white-space:nowrap}.plan-switch a:hover{color:#246bfd}.plan-switch a.on{background:#fff;color:#246bfd;font-weight:600;box-shadow:0 1px 2px #1d3e681a}.page-content{padding:24px;max-width:1660px;margin:0 auto}.page-heading{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:18px}.page-heading h1{font-size:22px;margin:0 0 7px;letter-spacing:-.2px}.page-heading p{margin:0;color:var(--muted);font-size:13px}.primary,.secondary,.danger,.danger-ghost{height:36px;border-radius:5px;padding:0 15px;border:1px solid transparent;font-weight:500;font-size:13px}.primary{background:var(--blue);color:#fff;border-color:var(--blue);box-shadow:0 4px 11px #246bfd29}.primary:hover{background:var(--blue-dark)}.primary:disabled{background:#9ebaf5;border-color:#9ebaf5;cursor:not-allowed}.secondary{background:#fff;border-color:#dfe5ef;color:#42516a}.secondary:hover{color:var(--blue);border-color:#9dbafd}.danger{background:#e94c4c;color:#fff;border-color:#e94c4c}.danger-ghost{background:#fff;color:#d84c4c;border-color:#efb6b6}.kpi-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px}.kpi-card{background:#fff;border:1px solid var(--line);border-radius:7px;padding:15px 17px;display:flex;align-items:center;gap:13px;box-shadow:0 2px 7px #1a365d06}.kpi-icon{width:39px;height:39px;border-radius:8px;display:grid;place-items:center;font-size:17px}.kpi-icon.blue{color:#246bfd;background:#eaf1ff}.kpi-icon.cyan{color:#168caa;background:#e6f8fb}.kpi-icon.amber{color:#d48510;background:#fff4df}.kpi-icon.green{color:#1f9b6f;background:#e8f7f1}.kpi-card p{margin:0 0 5px;font-size:12px;color:#738198}.kpi-card strong{font-size:21px;margin-right:9px}.kpi-card small{color:#9aa5b6;font-size:10px}.analytics-section{margin-bottom:16px}.analytics-section-head{min-height:40px;display:flex;align-items:center;justify-content:space-between;padding:0 2px}.analytics-section-head>div{display:flex;align-items:center;gap:8px}.analytics-section-head>div>svg{color:#246bfd}.analytics-section-head strong{font-size:14px}.analytics-section-head span{color:#9aa5b5;font-size:10px;margin-left:3px}.analytics-section-head>button{border:0;background:transparent;color:#76839a;font-size:10px;padding:6px 2px 6px 8px}.analytics-section-head>button svg{font-size:8px;margin-left:6px;transition:.2s}.analytics-section.collapsed .analytics-section-head>button svg{transform:rotate(-90deg)}.analytics-grid{display:grid;grid-template-columns:minmax(340px,5fr) minmax(470px,7fr);gap:12px}.analytics-card{position:relative;min-width:0;min-height:320px;background:#fff;border:1px solid var(--line);border-radius:7px;box-shadow:0 3px 10px #142d4e09;padding:15px 16px 13px;overflow:hidden}.analytics-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.analytics-card-head h2{margin:0 0 5px;font-size:14px;color:#28364f}.analytics-card-head p{margin:0;color:#98a3b3;font-size:9.5px;white-space:nowrap}.analytics-card-actions{display:flex;gap:6px;align-items:center}.analytics-segment{display:flex;height:25px;padding:2px;border:1px solid #e2e7ef;border-radius:5px;background:#f7f9fc}.analytics-segment button{border:0;background:transparent;color:#7d899b;border-radius:3px;padding:0 7px;font-size:9px;white-space:nowrap}.analytics-segment button.active{color:#246bfd;background:#fff;box-shadow:0 1px 4px #1e385c1c;font-weight:600}.stage-legend,.capacity-stages{min-height:31px;display:flex;align-items:center;gap:4px;margin-top:9px;border-bottom:1px solid #eef1f5;padding-bottom:8px}.stage-legend button,.capacity-stages button{height:22px;display:flex;align-items:center;gap:4px;border:1px solid transparent;background:transparent;color:#a1aab8;border-radius:3px;padding:0 5px;font-size:8.5px;white-space:nowrap}.stage-legend button i,.capacity-stages button i{width:6px;height:6px;border-radius:50%;opacity:.35}.stage-legend button.active,.capacity-stages button.active{color:#526077;background:#f7f9fc;border-color:#e8ecf2}.stage-legend button.active i,.capacity-stages button.active i{opacity:1}.ranking-chart{width:100%;height:205px;margin-top:5px;cursor:pointer}.recharts-wrapper:focus,.recharts-surface:focus{outline:none}.chart-tooltip{min-width:145px;padding:9px 10px;border:1px solid #dfe5ee;border-radius:5px;background:#fffffffa;box-shadow:0 8px 24px #1a305021}.chart-tooltip>strong{display:block;color:#334259;font-size:10.5px;margin-bottom:6px}.chart-tooltip p{display:grid;grid-template-columns:7px 1fr auto;align-items:center;gap:5px;margin:4px 0;font-size:9px;color:#748197}.chart-tooltip p i{width:6px;height:6px;border-radius:50%}.chart-tooltip p b{color:#3f4e65;font-weight:600}.active-analysis-filter{position:absolute;left:14px;bottom:9px;height:23px;border:1px solid #b8cdf6;background:#f4f8ff;color:#246bfd;border-radius:12px;padding:0 8px 0 10px;font-size:8.5px}.active-analysis-filter svg{margin-left:6px;font-size:7px}.capacity-card{padding-bottom:10px}.capacity-stages{gap:7px}.capacity-stages button.active{color:#246bfd;border-color:#c9d9fa;background:#f2f6ff}.capacity-matrix{margin-top:7px;overflow-x:auto}.capacity-row{min-width:520px;display:grid;grid-template-columns:92px repeat(8,minmax(35px,1fr));gap:3px;margin-bottom:3px}.capacity-row>strong{display:flex;align-items:center;height:23px;color:#657289;font-size:9px;font-weight:500;white-space:nowrap}.capacity-row>button{height:23px;border:1px solid #eef1f5;border-radius:3px;background:#f8fafc;color:#657289;font-size:8.5px;padding:0;transition:.15s}.capacity-row>button:hover{border-color:#9cb9f4;transform:translateY(-1px)}.capacity-header{margin-bottom:5px}.capacity-header>strong{color:#9aa5b5}.capacity-header>button{border-color:transparent;background:transparent;color:#8b97a9}.capacity-header>button.active{color:#246bfd;background:#eaf1ff;font-weight:600}.capacity-row>button.selected-month{box-shadow:0 0 0 1px #246bfd;border-color:#fff}.capacity-foot{display:flex;align-items:center;justify-content:space-between;margin-top:4px;color:#9aa5b5;font-size:8px}.capacity-foot>span{display:flex;align-items:center;gap:2px}.capacity-foot>span i{width:13px;height:6px}.capacity-foot>span i:first-child{margin-left:2px;border-radius:2px 0 0 2px}.capacity-foot>span i:last-of-type{border-radius:0 2px 2px 0;margin-right:4px}.capacity-foot>button{border:0;background:transparent;color:#246bfd;font-size:9px;padding:4px 0 4px 8px}.capacity-foot>button.active{font-weight:600}.clear-filters{height:28px;border:0;background:#f0f5ff;color:#246bfd;border-radius:4px;padding:0 8px;font-size:9px;white-space:nowrap}.panel{background:#fff;border:1px solid var(--line);border-radius:7px;box-shadow:0 3px 10px #142d4e09}.list-panel{overflow:hidden}.stage-tabs{height:53px;display:flex;align-items:flex-end;gap:5px;padding:0 18px;border-bottom:1px solid var(--line)}.stage-tabs button{height:53px;padding:0 14px;border:0;background:transparent;color:#738198;position:relative;font-size:13px}.stage-tabs button.active{color:var(--blue);font-weight:600}.stage-tabs button.active:after{content:"";height:2px;background:var(--blue);position:absolute;left:8px;right:8px;bottom:0}.stage-tabs span{background:#f1f4f8;color:#8491a4;font-size:10px;margin-left:6px;padding:1px 6px;border-radius:8px}.stage-tabs button.active span{background:#eaf1ff;color:var(--blue)}.toolbar{min-height:62px;padding:12px 16px;display:flex;gap:9px;align-items:center}.search-box{height:36px;width:360px;border:1px solid #dfe5ef;border-radius:5px;display:flex;align-items:center;gap:8px;padding:0 11px;color:#9ba6b5}.search-box:focus-within{border-color:#8ab0ff;box-shadow:0 0 0 2px #246bfd14}.search-box input{width:100%;border:0;outline:0;font-size:12px;color:#293750}.filter-count{display:inline-grid;place-items:center;margin-left:5px;width:17px;height:17px;border-radius:50%;background:#eaf1ff;color:var(--blue);font-size:10px}.result-count{margin-left:auto;color:#9aa5b6;font-size:12px}.table-wrap{overflow:auto;border-top:1px solid #edf0f5}table{width:100%;border-collapse:collapse;min-width:1180px}th{text-align:left;font-size:11px;font-weight:600;color:#758197;background:#f7f9fc;padding:10px;white-space:nowrap}td{padding:13px 10px;border-top:1px solid #edf0f5;font-size:12px;color:#4c5a70;vertical-align:middle}tbody tr{cursor:pointer;transition:.15s}tbody tr:hover{background:#f7faff}.check-cell{width:38px;text-align:center}.check-cell input{accent-color:var(--blue)}.lead-cell{min-width:220px}.lead-cell strong,.lead-cell span,.two-line strong,.two-line span{display:block}.lead-cell strong{color:#21304a;font-size:12.5px;margin-bottom:6px;max-width:290px}.lead-cell span,.two-line span{font-size:10.5px;color:#98a3b3}.lead-cell i{font-style:normal;margin:0 4px}.two-line{max-width:250px}.two-line strong{font-size:12px;font-weight:500;color:#3f4d63;margin-bottom:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stage-tag{display:inline-flex;align-items:center;gap:5px;border-radius:3px;padding:3px 7px;font-size:11px;white-space:nowrap}.stage-tag i{width:5px;height:5px;border-radius:50%}.stage-tag.blue{background:#e9f1ff;color:#2867de}.stage-tag.blue i{background:#2867de}.stage-tag.violet{background:#f0eaff;color:#7655c9}.stage-tag.violet i{background:#7655c9}.stage-tag.green{background:#e7f7f0;color:#21815d}.stage-tag.green i{background:#21815d}.stage-tag.slate,.stage-tag.gray{background:#eff2f6;color:#69788e}.stage-tag.slate i,.stage-tag.gray i{background:#8491a3}.status-note{display:block;margin-top:5px;color:#9ba5b5;font-size:10px}.owner{display:flex;align-items:center;gap:6px;white-space:nowrap}.owner>span{width:23px;height:23px;display:grid;place-items:center;border-radius:50%;background:#e8effb;color:#4071c9;font-size:10px}.amount{color:#26364f;font-weight:600;white-space:nowrap}.quote-status{padding:3px 7px;border-radius:3px;font-size:10.5px;white-space:nowrap}.quote-status.pass{color:#1c855d;background:#e6f6ef}.quote-status.wait{color:#b2730d;background:#fff3dd}.quote-status.plain{color:#7d899b;background:#f0f2f5}.action-cell{text-align:right;white-space:nowrap}.action-cell button{border:0;background:transparent;color:var(--blue);font-size:11px;padding:5px}.action-cell .more{color:#8a96a8}.empty{height:120px;text-align:center;color:#9aa6b7}.pagination{display:flex;justify-content:space-between;align-items:center;height:52px;padding:0 16px;border-top:1px solid var(--line);color:#9aa5b6;font-size:11px}.pagination div{display:flex;gap:4px}.pagination button{width:27px;height:27px;border:1px solid #e1e6ee;background:#fff;border-radius:4px;color:#6f7c91}.pagination button.active{background:var(--blue);color:#fff;border-color:var(--blue)}.detail-page{min-height:calc(100vh - 58px);background:#f3f6fb}.detail-header{height:77px;background:#fff;border-bottom:1px solid var(--line);padding:0 24px;display:flex;align-items:center;gap:13px;position:sticky;top:58px;z-index:12}.back-button{width:32px;height:32px;border:1px solid #dfe5ef;background:#fff;border-radius:5px;color:#55627a;font-size:22px;line-height:1}.detail-title{min-width:0}.detail-title>div{display:flex;align-items:center;gap:10px}.detail-title h1{font-size:18px;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:680px}.detail-title p{margin:6px 0 0;color:#8a96a8;font-size:11px}.detail-title p i{font-style:normal;margin:0 6px}.detail-actions{margin-left:auto;display:flex;gap:8px}.detail-scroll{max-width:1600px;margin:0 auto;padding:15px 18px 24px}.process-card{background:#fff;border:1px solid var(--line);border-radius:7px;padding:15px 18px 18px}.section-title{display:flex;align-items:center;gap:12px;margin-bottom:15px}.section-title span{border-left:3px solid var(--blue);padding-left:9px;font-size:14px;font-weight:600}.section-title small{color:#9ba5b4;font-size:10px}.process-bar{display:grid;grid-template-columns:repeat(4,1fr)}.process-step{height:58px;position:relative;padding:0 16px 0 48px;display:flex;flex-direction:column;justify-content:center;background:#f2f4f8;color:#8f9bad;border-right:2px solid #fff}.process-step:after{content:"";position:absolute;right:-12px;top:0;border-top:29px solid transparent;border-bottom:29px solid transparent;border-left:12px solid #f2f4f8;z-index:2}.process-step:before{content:"";position:absolute;right:-14px;top:0;border-top:29px solid transparent;border-bottom:29px solid transparent;border-left:12px solid #fff;z-index:1}.process-step:last-child:after,.process-step:last-child:before{display:none}.process-step>span{position:absolute;left:16px;width:23px;height:23px;border-radius:50%;border:1px solid #cdd5e1;display:grid;place-items:center;font-size:10px}.process-step strong{font-size:12px}.process-step small{font-size:9px;margin-top:4px}.process-step.done{background:#e7efff;color:#3e6fcd}.process-step.done:after{border-left-color:#e7efff}.process-step.done>span{border-color:#77a2f5;color:#326cda}.process-step.current{background:var(--blue);color:#fff}.process-step.current:after{border-left-color:var(--blue)}.process-step.current>span{border-color:#ffffffa6;background:#ffffff29}.detail-tabs{height:50px;background:#fff;border:1px solid var(--line);border-radius:7px 7px 0 0;margin-top:12px;display:flex;padding:0 14px}.detail-tabs button{border:0;background:transparent;padding:0 14px;color:#76839a;position:relative;font-size:12px}.detail-tabs button.active{color:#246bfd;font-weight:600}.detail-tabs button.active:after{content:"";position:absolute;height:2px;left:10px;right:10px;bottom:-1px;background:#246bfd}.detail-tabs span{display:inline-grid;place-items:center;min-width:17px;height:17px;color:#d5860f;background:#fff1d7;border-radius:9px;margin-left:5px;font-size:9px}.detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:12px}.detail-section,.side-section,.tab-placeholder{background:#fff;border:1px solid var(--line);border-top:0}.detail-section+.detail-section{border-top:1px solid var(--line);margin-top:12px}.section-head{height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 17px;border-bottom:1px solid #edf0f5}.section-head>div{display:flex;align-items:center;gap:8px}.section-head i{width:3px;height:15px;background:#246bfd;border-radius:2px}.section-head strong{font-size:13px}.section-head button{border:0;background:transparent;color:#246bfd;font-size:11px}.info-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:7px 18px 17px}.info-field{min-height:68px;padding:13px 14px 6px 0}.info-field span,.info-field strong{display:block}.info-field span{color:#8995a7;font-size:10.5px;margin-bottom:7px}.info-field strong{color:#344259;font-size:12px;font-weight:500}.description-box{display:grid;grid-template-columns:repeat(3,1fr);padding:17px 18px;gap:12px}.description-box>div{border-left:2px solid #dce6f8;padding:2px 13px}.description-box span{color:#51617a;font-weight:600;font-size:11px}.description-box p{color:#778398;font-size:11px;line-height:1.8;margin:7px 0 0}.detail-side{border-top:1px solid var(--line)}.side-section{border-top:0}.side-section+.side-section{border-top:1px solid var(--line)}.progress-ring{width:110px;height:110px;margin:19px auto 15px;border:9px solid #eaf1ff;border-top-color:#246bfd;border-right-color:#246bfd;border-radius:50%;display:grid;place-items:center;transform:rotate(28deg)}.progress-ring div{transform:rotate(-28deg);text-align:center}.progress-ring strong,.progress-ring span{display:block}.progress-ring strong{font-size:22px;color:#246bfd}.progress-ring span{font-size:9px;color:#8b98aa;margin-top:3px}.check-list{list-style:none;padding:0 20px 16px;margin:0}.check-list li{font-size:10.5px;color:#8a96a7;margin:10px 0}.check-list li svg{margin-right:7px}.check-list li.done{color:#3d6657}.check-list li.done svg{color:#1eaf77}.next-action{padding-bottom:18px}.next-action>strong,.next-action>p,.next-action>span{display:block;margin-left:18px}.next-action>strong{font-size:12px;margin-top:16px}.next-action>p{font-size:11px;color:#d5820d;margin-top:7px;margin-bottom:8px}.next-action>span{font-size:10px;color:#8b97a8}.next-action>button{margin:15px 18px 0;width:calc(100% - 36px);height:31px;border:1px solid #b7ccf7;color:#246bfd;background:#f5f8ff;border-radius:4px;font-size:11px}.tab-placeholder{min-height:370px;border-radius:0 0 7px 7px;padding:38px;text-align:center}.placeholder-icon{width:52px;height:52px;margin:0 auto;border-radius:10px;display:grid;place-items:center;color:#246bfd;background:#eaf1ff;font-size:22px}.tab-placeholder h3{margin:14px 0 7px;font-size:16px}.tab-placeholder>p{margin:0;color:#8995a7;font-size:11px}.record-list{max-width:720px;margin:28px auto 0;border:1px solid var(--line);border-radius:6px;text-align:left}.record-list>div{height:48px;display:grid;grid-template-columns:46px 1fr 50px;align-items:center;padding:0 12px;border-bottom:1px solid var(--line)}.record-list>div:last-child{border-bottom:0}.record-list span{color:#a4afbd;font-size:10px}.record-list strong{font-size:11px;font-weight:500;color:#4c5a70}.record-list button{border:0;background:transparent;color:#246bfd;font-size:10px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0c1c367a;z-index:100;display:grid;place-items:center;padding:20px}.modal{background:#fff;width:620px;max-height:calc(100vh - 40px);border-radius:8px;box-shadow:0 24px 70px #09193440;display:flex;flex-direction:column;overflow:hidden}.large-modal{width:800px}.modal-head{padding:17px 21px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.modal-head h2{font-size:17px;margin:0 0 5px}.modal-head p{margin:0;color:#8995a7;font-size:11px}.modal-head>button{border:0;background:transparent;color:#8d98a8;width:30px;height:30px}.modal-body{padding:20px 22px;overflow:auto}.modal-foot{height:64px;padding:0 21px;border-top:1px solid var(--line);background:#fafbfc;display:flex;align-items:center;justify-content:flex-end;gap:8px;flex:none}.form-section-title{display:flex;align-items:center;gap:9px;margin-bottom:16px}.form-section-title>span{width:28px;height:28px;border-radius:6px;display:grid;place-items:center;background:#e9f1ff;color:#246bfd;font-size:10px;font-weight:700}.form-section-title strong,.form-section-title small{display:block}.form-section-title strong{font-size:13px}.form-section-title small{color:#9aa5b5;margin-top:3px;font-size:9px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px 18px}.field{display:block}.field.full{grid-column:1 / -1}.field>span{display:block;font-size:11px;color:#516079;margin-bottom:7px}.field b{color:#e05252;margin-left:3px}.field input,.field textarea,.select-like{width:100%;border:1px solid #dfe5ed;border-radius:5px;color:#35435a;background:#fff}.field input,.select-like{height:37px;padding:0 11px}.field input::placeholder,.field textarea::placeholder{color:#b2bbc7}.field textarea{min-height:78px;resize:vertical;padding:10px 11px;line-height:1.6}.select-like{display:flex;align-items:center;color:#4d5b71;font-size:12px}.select-like>svg{margin-left:auto;color:#9aa5b4;font-size:9px}.mini-avatar{width:21px;height:21px;margin-right:6px;font-size:9px}.input-suffix{position:relative}.input-suffix input{padding-right:48px}.input-suffix span{position:absolute;right:11px;top:11px;color:#8d98a7;font-size:10px}.form-tip{margin-top:18px;display:flex;gap:10px;background:#f3f7ff;border:1px solid #dfe9ff;border-radius:5px;padding:11px 13px;color:#4c77ca}.form-tip strong,.form-tip span{display:block}.form-tip strong{font-size:10.5px}.form-tip span{color:#7d91b8;margin-top:3px;font-size:9.5px}.warning-box{display:flex;gap:11px;padding:12px;background:#fff7e8;border:1px solid #f4dfb7;color:#bd7a12;border-radius:5px;margin-bottom:18px}.warning-box p{margin:0}.warning-box strong,.warning-box span{display:block}.warning-box strong{font-size:11px}.warning-box span{color:#9a7b4b;font-size:9.5px;margin-top:4px}.reason-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.reason-grid button{height:34px;border:1px solid #dfe5ed;background:#fff;color:#66748a;border-radius:4px;font-size:11px}.reason-grid button.active{border-color:#246bfd;background:#eef4ff;color:#246bfd;box-shadow:inset 0 0 0 1px #246bfd}.close-modal .field{margin-top:16px}.approval-flow{margin-top:18px;border-top:1px solid var(--line);padding-top:16px}.approval-flow>span{display:block;font-size:11px;color:#516079;margin-bottom:12px}.approval-flow>div{display:flex;align-items:flex-start}.approval-flow i{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#e9f1ff;color:#246bfd;font-size:9px;font-style:normal;flex:none}.approval-flow b{font-size:10px;margin:3px 0 0 6px;white-space:nowrap}.approval-flow em{font-size:8px;color:#9aa5b4;margin:16px 0 0 -30px;font-style:normal;white-space:nowrap}.approval-flow u{height:1px;background:#dfe5ed;width:56px;margin:14px;flex:none}.five-steps{grid-template-columns:repeat(5,1fr);gap:7px}.five-steps .process-step{height:70px;border:1px solid #e1e6ef;border-radius:5px;padding:0 48px 0 43px;text-align:left;font-family:inherit;overflow:hidden}.five-steps .process-step:before,.five-steps .process-step:after{display:none}.five-steps .process-step>span{left:12px}.five-steps .process-step em{position:absolute;right:9px;top:9px;font-style:normal;font-size:8px;padding:2px 5px;border-radius:8px;background:#ffffff9e;color:inherit}.five-steps .process-step:hover{border-color:#9ab9f7}.five-steps .process-step.selected{box-shadow:0 0 0 2px #246bfd2e;border-color:#6294ef}.five-steps .process-step.available{background:#fff8f3;color:#b26a31;border-color:#efd7c4}.five-steps .process-step.current{border-color:#246bfd}.stage-workspace{margin-top:12px;background:#fff;border:1px solid var(--line);border-radius:7px;overflow:hidden}.workspace-heading{min-height:86px;padding:14px 17px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid #edf0f5}.workspace-kicker{color:#246bfd;font-size:9px;font-weight:600;letter-spacing:.8px}.workspace-heading h2{display:flex;align-items:center;gap:8px;margin:3px 0 4px;font-size:16px}.workspace-heading h2 em{font-style:normal;font-size:9px;font-weight:500;color:#246bfd;background:#eaf1ff;border-radius:9px;padding:2px 7px}.stage-workspace.done .workspace-heading h2 em{color:#1e855e;background:#e7f7ef}.stage-workspace.pending .workspace-heading h2 em{color:#7b8799;background:#eff2f6}.stage-workspace.available .workspace-heading h2 em{color:#b36d32;background:#fff1e6}.workspace-heading p{margin:0;color:#8a96a8;font-size:10px}.workspace-actions{display:flex;gap:7px;align-items:center;justify-content:flex-end;flex-wrap:wrap;max-width:680px}.workspace-actions button{height:32px;padding:0 11px;font-size:10px;white-space:nowrap}.stage-workspace-body{display:grid;grid-template-columns:minmax(0,1fr) 360px;min-height:170px}.snapshot-panel{padding:14px 17px 17px;border-right:1px solid #edf0f5}.documents-panel{padding:14px 17px 17px}.mini-section-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:11px}.mini-section-title strong{font-size:11px;color:#42516a}.mini-section-title span{color:#9aa6b5;font-size:9px}.snapshot-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#edf0f5;border:1px solid #edf0f5;border-radius:5px;overflow:hidden}.snapshot-grid>div{min-height:57px;padding:10px 11px;background:#fbfcfe}.snapshot-grid span,.snapshot-grid strong{display:block}.snapshot-grid span{color:#8d99aa;font-size:9px;margin-bottom:6px}.snapshot-grid strong{color:#344259;font-size:10.5px;font-weight:500}.document-list{display:flex;flex-direction:column;gap:6px}.document-list button{width:100%;min-height:38px;border:1px solid #e3e8f0;background:#fff;border-radius:5px;display:grid;grid-template-columns:26px 1fr auto;align-items:center;gap:7px;padding:5px 8px;text-align:left;color:#64738a}.document-list button:hover{border-color:#9ab9f7;background:#f8faff}.document-list button>svg{color:#246bfd;font-size:14px}.document-list button span strong,.document-list button span small{display:block}.document-list button span strong{color:#405069;font-size:10px}.document-list button span small{color:#9aa5b4;font-size:8px;margin-top:2px}.document-list button em{font-style:normal;font-size:8.5px;color:#277956;background:#e7f7ef;padding:2px 6px;border-radius:8px}.stage-empty{min-height:126px;display:flex;align-items:center;justify-content:center;gap:12px;color:#a1adbc}.stage-empty>svg{font-size:24px}.stage-empty strong,.stage-empty span{display:block}.stage-empty strong{color:#69778d;font-size:12px}.stage-empty span{margin-top:5px;font-size:9.5px}.five-reasons{grid-template-columns:repeat(3,1fr)}.placeholder-page{min-height:calc(100vh - 58px);display:grid;place-items:center}.placeholder-hero{text-align:center;color:#8a96a8}.placeholder-hero>svg{font-size:48px;color:#afbdd0}.placeholder-hero h1{color:#33425a;font-size:22px;margin:17px 0 8px}.placeholder-hero p{font-size:12px}.next-cell{min-width:185px;display:flex;flex-direction:column;gap:4px}.next-cell em{align-self:flex-start;color:#d14f4f;background:#fff0f0;border-radius:3px;padding:2px 5px;font-style:normal;font-size:8.5px}.next-cell strong{color:#405069;font-size:10px;font-weight:500}.next-cell span{color:#929eae;font-size:9px}.amount .status-note{display:block;margin-top:4px;white-space:nowrap}.field select,.select-button{width:100%;height:37px;border:1px solid #dfe5ed;border-radius:5px;padding:0 11px;background:#fff;color:#35435a;font-family:inherit;font-size:11px}.select-button{display:flex;align-items:center;justify-content:space-between;text-align:left}.field input[readonly]{background:#f7f8fa;color:#768398}.upload-zone{width:100%;min-height:56px;border:1px dashed #cbd4df;border-radius:5px;background:#fafbfc;color:#8491a3}.form-error{margin:14px 0 0;padding:9px 11px;border-radius:4px;background:#fff0f0;color:#c94444;font-size:10px}.product-line-editor{display:grid;grid-template-columns:1fr 1fr;gap:7px 12px}.product-line-editor label{min-height:34px;display:grid;grid-template-columns:18px 1fr 54px 14px;align-items:center;gap:5px;border:1px solid #e4e8ef;border-radius:5px;padding:4px 8px}.product-line-editor label>input:first-child{width:14px;height:14px}.product-line-editor label>input:nth-of-type(2){height:25px;padding:0 5px}.product-line-editor span{font-size:9.5px;color:#526078}.product-line-editor em{color:#8d98a8;font-size:9px;font-style:normal}.status-list{padding-top:7px}.check-list li.risk{color:#c76632}.product-line-summary{margin:2px 18px 17px;padding-top:13px;border-top:1px solid #edf0f5}.product-line-summary>span{display:block;color:#8b97a8;font-size:9px;margin-bottom:8px}.product-line-summary div{display:flex;flex-wrap:wrap;gap:5px}.product-line-summary em{padding:3px 7px;border-radius:9px;background:#eef4ff;color:#246bfd;font-size:8.5px;font-style:normal}@media(max-width:1280px){:root{--sidebar: 232px}.page-content{padding:18px}.kpi-card small{display:none}.analytics-grid{grid-template-columns:minmax(320px,5fr) minmax(450px,7fr)}.analytics-card{padding-left:13px;padding-right:13px}.analytics-card-head{flex-direction:column;gap:8px}.analytics-card-head p{white-space:normal}.stage-legend,.capacity-stages{margin-top:7px}.info-grid{grid-template-columns:repeat(3,1fr)}.detail-layout{grid-template-columns:minmax(0,1fr) 260px}.detail-tabs button{padding:0 9px}table{min-width:1040px}.lead-cell{min-width:190px}.two-line{max-width:210px}.five-steps .process-step{padding-right:9px}.five-steps .process-step em{display:none}.stage-workspace-body{grid-template-columns:minmax(0,1fr) 310px}.workspace-actions{max-width:530px}}.app-main{transition:margin-left .2s ease,width .2s ease}.nav-search{height:36px;margin:0 12px 7px;border:1px solid rgba(255,255,255,.11);border-radius:6px;display:flex;align-items:center;gap:7px;padding:0 9px;color:#7085a5;background:#ffffff0b}.nav-search:focus-within{border-color:#71a1ffa6;background:#ffffff12}.nav-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:#e9f0fa;font-size:11px}.nav-search input::placeholder{color:#687d9e}.nav-search>button{width:20px;height:20px;padding:0;border:0;background:transparent;color:#7186a6}.nav-section{margin:3px 0 5px}.nav-section-button{position:relative;width:100%;height:40px;display:flex;align-items:center;gap:10px;padding:0 10px;border:0;border-radius:6px;background:transparent;color:#a9b8ce;text-align:left;font-size:13px}.nav-section-button:hover{background:#ffffff0e;color:#fff}.nav-section-button.contains-active{color:#d9e6fa;background:#3168c429}.nav-section-button>.anticon:first-child{width:18px;color:#8da5c8;font-size:16px}.nav-section-button.contains-active>.anticon:first-child{color:#78a7ff}.nav-section-count{margin-left:auto;min-width:20px;color:#60779a;font-size:9px;text-align:right}.nav-chevron{color:#657b9d;font-size:8px;transition:transform .18s ease}.nav-chevron.open{transform:rotate(180deg)}.nav-children{margin:2px 0 8px 18px;padding-left:8px;border-left:1px solid rgba(117,145,186,.2)}.nav-children .nav-item{height:32px;gap:8px;padding:0 8px;margin-bottom:1px;border-radius:5px;color:#8fa1bb;font-size:11px}.nav-children .nav-item:hover{background:#ffffff0d;color:#fff}.nav-children .nav-item.active{color:#fff;background:#246bfd;box-shadow:0 4px 12px #246bfd33}.nav-children .nav-leaf-icon{flex:none;font-size:11px;opacity:.8}.nav-children .nav-text{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.nav-children .nav-item i{margin-left:auto;padding:1px 4px;border-radius:7px;background:#f0ae4d26;color:#d9a354;font-style:normal;font-size:7px;white-space:nowrap}.nav-children .nav-item em{min-width:16px;height:15px;line-height:15px;font-size:8px}.nav-empty{padding:24px 8px;color:#657b9c;text-align:center;font-size:11px}.sidebar-collapsed .sidebar{width:64px}.sidebar-collapsed .app-main{margin-left:64px;width:calc(100% - 64px)}.sidebar.is-collapsed .brand{padding:0 10px;justify-content:center}.sidebar.is-collapsed .brand img{width:40px}.sidebar.is-collapsed .brand>div,.sidebar.is-collapsed .workspace-switch>div:not(.workspace-icon),.sidebar.is-collapsed .workspace-switch>svg,.sidebar.is-collapsed .nav-label,.sidebar.is-collapsed .nav-text,.sidebar.is-collapsed .nav-search,.sidebar.is-collapsed .nav-section-count,.sidebar.is-collapsed .nav-chevron,.sidebar.is-collapsed .nav-children,.sidebar.is-collapsed .support-card div,.sidebar.is-collapsed .collapse-text{display:none}.sidebar.is-collapsed .workspace-switch{display:flex;justify-content:center;margin:12px 9px 6px;padding:8px}.sidebar.is-collapsed nav{padding-left:9px;padding-right:9px}.sidebar.is-collapsed .nav-group{margin:8px 0 14px}.sidebar.is-collapsed .nav-item{justify-content:center;padding:0}.sidebar.is-collapsed .nav-section{margin:4px 0}.sidebar.is-collapsed .nav-section-button{justify-content:center;padding:0}.sidebar.is-collapsed .nav-section-button>.anticon:first-child{width:auto}.sidebar.is-collapsed .nav-item em{position:absolute;right:-2px;top:3px;min-width:15px;height:15px;line-height:15px;font-size:8px}.sidebar.is-collapsed .support-card{justify-content:center;padding:8px 0}.sidebar.is-collapsed .collapse{text-align:center;padding:12px 0 0}tbody tr{cursor:default}.compact-modal{width:500px}.column-options{display:grid;grid-template-columns:1fr 1fr;gap:9px}.column-options label{display:flex;gap:9px;align-items:center;min-height:38px;padding:0 11px;border:1px solid #e2e7ef;border-radius:5px;color:#536178;font-size:11px}.upload-control{display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;font-size:11px}.upload-control input{position:absolute;inline-size:1px;block-size:1px;opacity:0}.upload-control svg{color:#246bfd}.document-summary{display:grid;grid-template-columns:100px 1fr;gap:13px 16px;align-items:start}.document-summary span{color:#8b97a8;font-size:11px}.document-summary strong{color:#405069;font-size:12px;font-weight:500;line-height:1.7}.record-list>div{grid-template-columns:46px 1fr}.planned-badge{display:inline-block;margin-top:14px;padding:4px 10px;border-radius:12px;background:#eef2f7;color:#77869c;font-size:10px}.simple-ledger{overflow:hidden}.simple-ledger-head{height:52px;padding:0 17px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.simple-ledger-head strong{font-size:13px}.simple-ledger-head span{color:#8c98a9;font-size:11px}.simple-ledger-row{min-height:68px;display:grid;grid-template-columns:minmax(260px,1.5fr) 110px minmax(180px,1fr) minmax(180px,1fr) auto;gap:14px;align-items:center;padding:10px 16px;border-bottom:1px solid #edf0f5}.simple-ledger-row>div strong,.simple-ledger-row>div span{display:block}.simple-ledger-row>div strong{font-size:11px;color:#3f4e65}.simple-ledger-row>div span{color:#95a0b0;font-size:9.5px;margin-bottom:4px}.empty-ledger{padding:60px;text-align:center;color:#97a3b4;font-size:12px}.reminder-list{display:flex;flex-direction:column;gap:8px}.reminder-list button{min-height:54px;display:flex;align-items:center;gap:11px;padding:10px 12px;border:1px solid #e2e7ef;border-radius:6px;background:#fff;text-align:left;color:#526078}.reminder-list button:hover{border-color:#9cb9f4;background:#f8faff}.reminder-list button>svg{color:#d48616}.reminder-list strong,.reminder-list small{display:block}.reminder-list strong{font-size:11px}.reminder-list small{margin-top:4px;color:#8d98a8;font-size:9.5px}.module-location{display:flex;align-items:center;gap:7px;margin-bottom:8px;color:#8d99aa;font-size:10px}.module-location i{font-style:normal;color:#c4cbd5}.module-page .page-heading h1{margin-bottom:6px}.menu-verification-warning{min-height:62px;margin-bottom:14px;padding:12px 15px;display:flex;align-items:center;gap:11px;border:1px solid #efddb7;border-radius:7px;background:#fff8eb;color:#bd7b16}.menu-verification-warning>.anticon{font-size:18px}.menu-verification-warning strong,.menu-verification-warning span{display:block}.menu-verification-warning strong{font-size:11px}.menu-verification-warning span{margin-top:4px;color:#8d734b;font-size:9.5px}.module-overview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:14px}.module-summary-card{min-height:142px;padding:18px}.module-summary-card>span,.module-summary-card>strong{display:block}.module-summary-card>span{color:#8b97a8;font-size:10px}.module-summary-card>strong{margin-top:10px;color:#33435c;font-size:17px}.module-summary-card>strong.status-preserved{color:#17805a}.module-summary-card p{margin:12px 0 0;color:#778499;font-size:10.5px;line-height:1.75}.module-directory{overflow:hidden}.module-directory-head{min-height:58px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.module-directory-head strong,.module-directory-head span{display:block}.module-directory-head strong{font-size:13px}.module-directory-head span{margin-top:4px;color:#919cac;font-size:9.5px}.module-entry-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:16px}.module-entry-grid>button{min-height:64px;display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:9px;padding:9px 11px;border:1px solid #e2e7ef;border-radius:6px;background:#fff;color:#617087;text-align:left}.module-entry-grid>button:hover{border-color:#9db9f2;background:#f8faff}.module-entry-grid>button.active{border-color:#7da6f6;background:#f2f6ff;box-shadow:inset 0 0 0 1px #a8c2f7}.module-entry-grid>button>.anticon{color:#246bfd;font-size:15px}.module-entry-grid span{min-width:0}.module-entry-grid strong,.module-entry-grid small{display:block}.module-entry-grid strong{overflow:hidden;color:#405069;font-size:11px;white-space:nowrap;text-overflow:ellipsis}.module-entry-grid small{overflow:hidden;margin-top:5px;color:#929dac;font-size:8.5px;white-space:nowrap;text-overflow:ellipsis}.module-entry-grid i{padding:2px 5px;border-radius:8px;background:#fff2db;color:#b77715;font-style:normal;font-size:7px}.legacy-entry-detail{display:flex;gap:13px;padding:3px 2px}.legacy-entry-detail>.anticon{margin-top:2px;color:#21a873;font-size:22px}.legacy-entry-detail strong{color:#35455d;font-size:13px}.legacy-entry-detail p{margin:8px 0 0;color:#69778c;font-size:11px;line-height:1.75}.legacy-entry-detail span{display:block;margin-top:10px;padding:8px 10px;border-radius:5px;background:#fff5e5;color:#a96d13;font-size:9.5px}@media(max-width:760px){body{min-width:0}.sidebar{width:64px}.sidebar .nav-search,.sidebar .nav-section-count,.sidebar .nav-chevron,.sidebar .nav-children{display:none}.sidebar .nav-section{margin:4px 0}.sidebar .nav-section-button{justify-content:center;padding:0}.sidebar .nav-section-button>.anticon:first-child{width:auto}.app-main,.sidebar-collapsed .app-main{margin-left:64px;width:calc(100% - 64px)}.sidebar .brand{padding:0 10px;justify-content:center}.sidebar .brand img{width:40px}.sidebar .brand>div,.sidebar .workspace-switch>div:not(.workspace-icon),.sidebar .workspace-switch>svg,.sidebar .nav-label,.sidebar .nav-text,.sidebar .support-card div,.sidebar .collapse-text{display:none}.sidebar .workspace-switch{display:flex;justify-content:center;margin:10px 9px;padding:8px}.sidebar nav{padding:4px 9px}.sidebar .nav-group{margin:8px 0 12px}.sidebar .nav-item{justify-content:center;padding:0}.sidebar .support-card{justify-content:center}.sidebar .collapse{text-align:center;padding-left:0}.topbar{padding:0 12px}.topbar-path span,.topbar-path i,.user-chip>div:last-child{display:none}.page-content{padding:12px}.page-heading{align-items:center}.page-heading h1{font-size:18px}.page-heading p{font-size:10px}.kpi-strip{grid-template-columns:1fr 1fr}.analytics-grid{grid-template-columns:1fr}.analytics-card{min-height:300px}.toolbar{flex-wrap:wrap}.search-box{width:100%}.result-count{margin-left:0}.stage-tabs{overflow-x:auto;padding:0 8px}.stage-tabs button{flex:none}.table-wrap table{min-width:900px}.detail-header{padding:0 12px}.detail-title h1{max-width:240px;font-size:15px}.detail-title p{max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.detail-scroll{padding:10px}.process-bar{grid-template-columns:1fr;gap:6px}.five-steps .process-step{height:54px}.workspace-heading{align-items:flex-start;flex-direction:column}.workspace-actions{justify-content:flex-start}.stage-workspace-body,.detail-layout{grid-template-columns:1fr}.snapshot-panel{border-right:0}.detail-tabs{overflow-x:auto}.detail-tabs button{flex:none}.info-grid{grid-template-columns:1fr 1fr}.description-box,.form-grid,.product-line-editor{grid-template-columns:1fr}.modal-backdrop{padding:8px}.modal,.large-modal,.compact-modal{width:100%;max-height:calc(100vh - 16px)}.simple-ledger-row{grid-template-columns:1fr auto}.simple-ledger-row>div:nth-of-type(n+2){display:none}.module-overview-grid,.module-entry-grid{grid-template-columns:1fr}.module-page .page-heading{align-items:flex-start;gap:12px}.module-page .page-heading .primary{flex:none}}
