:root{color:#172431;--ink:#112332;--olive:#69790d;--blue:#0878b9;--amber:#d88900;--green:#23834c;--line:#e2e6e2;--muted:#6f7a82;--manual-surface:#fdfefb;--manual-surface-hover:#f7f9f2;--manual-surface-disabled:#f1f3f0;--manual-border:#cfd6cf;--manual-border-hover:#9da993;--manual-focus:#718018;--manual-error:#963b32;--manual-error-border:#c66f65;--manual-warning:#795d14;--manual-disabled-text:#737d78;--manual-disabled-border:#d4d9d3;background:#f7f8f5;font-family:Inter,Microsoft YaHei,system-ui,sans-serif}.report-image-editor{min-width:0}.report-history-open,.report-history button,.real-report-overview button{border:1px solid var(--manual-border);background:var(--manual-surface);min-height:40px;color:var(--ink);cursor:pointer;border-radius:6px;padding:8px 12px}.report-history-open:focus-visible,.report-history button:focus-visible,.report-history select:focus-visible,.real-report-overview button:focus-visible{outline:2px solid var(--manual-focus);outline-offset:2px}.report-history{border:1px solid var(--line);width:min(880px,100vw - 32px);max-height:calc(100dvh - 48px);color:var(--ink);background:var(--manual-surface);border-radius:10px;padding:24px}.report-history::backdrop{background:#11233273}.report-history header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.report-history h2{margin:0 0 8px;font-size:20px}.report-history p{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.7}.report-history header p{font-size:13px}.history-period{flex-wrap:wrap;align-items:center;gap:12px;margin:16px 0;display:flex}.history-period select{min-width:0;max-width:100%;font:inherit;color:var(--ink);background:var(--manual-surface);border:1px solid var(--manual-border);border-radius:6px;padding:10px}.history-sections>section{border-top:1px solid var(--line);padding:12px 0}.history-sections h3{font-size:15px}.history-sections article{border:1px solid var(--line);border-radius:6px;margin:8px 0;padding:8px 12px}.history-sections img{object-fit:contain;max-width:100%;max-height:480px;display:block}.real-report-overview>.panel{background:var(--manual-surface);border:1px solid var(--line);border-radius:10px;margin:20px 24px;padding:20px}.real-report-overview .issue-row{text-align:left;gap:20px;width:100%;display:flex}.real-report-overview .issue-row strong{overflow-wrap:anywhere;white-space:pre-wrap;flex:1}@media (width<=480px){.report-history{padding:16px}.report-history header{flex-wrap:wrap}}.report-image-toolbar{flex-wrap:wrap;align-items:center;gap:8px 12px;padding:8px 0;display:flex}.report-image-toolbar>span,.report-image-figure figcaption{color:var(--ink);font-size:12px}.report-image-action{border:1px solid var(--manual-border);min-width:72px;min-height:44px;color:var(--ink);background:var(--manual-surface);font:inherit;white-space:nowrap;cursor:pointer;border-radius:6px;padding:8px 12px;font-size:13px}.report-image-action:focus-visible,.report-image-figure a:focus-visible{outline:2px solid var(--manual-focus);outline-offset:3px}.report-image-action:active:not(:disabled),.report-image-action.is-active{background:var(--manual-surface-disabled)}.report-image-action:disabled{opacity:.5;cursor:not-allowed}@media (hover:hover){.report-image-action:hover:not(:disabled),.report-image-action.is-hover{background:var(--manual-surface-hover);border-color:var(--manual-border-hover)}}.report-image-blocks{min-width:0}.report-image-blocks textarea{resize:vertical;width:100%;min-height:52px;display:block}.report-image-figure{border:1px solid var(--line);background:var(--manual-surface-hover);border-radius:6px;max-width:640px;margin:8px 0;overflow:clip}.report-image-figure a{display:block}.report-image-figure img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:480px;margin:0 auto;display:block}.report-image-figure figcaption{justify-content:space-between;align-items:center;gap:8px;padding:4px 10px;display:flex}.report-image-feedback{min-height:20px;color:var(--ink);overflow-wrap:anywhere;font-size:12px;line-height:1.6}.report-image-feedback [role=alert]{color:var(--manual-error)}@media (width<=480px){.report-image-figure img{max-height:320px}}*{box-sizing:border-box}button{font:inherit}body{-webkit-font-smoothing:antialiased;min-width:320px;min-height:100vh;margin:0}.app-shell{min-width:1180px;min-height:100vh;display:flex}.sidebar{color:#fff;z-index:10;background:#102332;flex-direction:column;width:216px;padding:22px 14px 16px;display:flex;position:fixed;inset:0 auto 0 0}.brand{align-items:center;gap:12px;padding:4px 8px 26px;font-size:20px;display:flex}.brand img{object-fit:cover;border-radius:10px;width:36px;height:36px}.sidebar nav{flex-direction:column;gap:7px;display:flex}.sidebar nav button{color:#dce5e9;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:14px;height:50px;padding:0 14px;font-size:15px;display:flex}.sidebar nav button:hover{background:#1a3445}.sidebar nav button.active{color:#c6d15a;background:#263d4c;font-weight:700}.sidebar{--qc-link-ink:#dce5e9;--qc-link-hover:#1a3445;--qc-link-focus:#c6d15a}.sidebar nav .qc-entry{color:var(--qc-link-ink);white-space:nowrap;outline-offset:-2px;border-radius:8px;outline:2px solid #0000;align-items:center;gap:14px;min-height:50px;padding:0 14px;font-size:15px;text-decoration:none;display:flex}.qc-entry-external{flex-shrink:0;margin-left:auto}@media (hover:hover){.sidebar nav .qc-entry:not([aria-disabled]):hover{background:var(--qc-link-hover)}}.sidebar nav .qc-entry:focus-visible{outline-color:var(--qc-link-focus)}.sidebar nav .qc-entry:not([aria-disabled]):active{background:var(--qc-link-hover)}.sidebar nav .qc-entry[aria-disabled]{opacity:.5;cursor:not-allowed}.profile{border-top:1px solid #2b4250;grid-template-columns:42px 1fr auto;align-items:center;gap:10px;margin-top:auto;padding:18px 6px 10px;display:grid}.profile strong,.profile span{display:block}.profile span{color:#9fb0bb;margin-top:2px;font-size:12px}.profile .profile-initial{color:#dce76a;background:#304858;border-radius:50%;place-items:center;width:42px;height:42px;margin:0;font-size:17px;font-weight:750;display:grid}.profile-logout{color:#dce5e9;cursor:pointer;background:0 0;border:1px solid #405767;border-radius:7px;place-items:center;width:36px;height:34px;padding:0;display:grid}.profile-logout span{clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}.profile-logout:hover:not(:disabled){background:#1a3445;border-color:#82929c}.profile-logout:disabled{cursor:wait;opacity:.55}.profile-logout-error{color:#f4c6bc;margin:0 6px 8px;font-size:11px;line-height:1.5}.version{color:#718a99;padding:4px 8px;font-size:11px}.content{background:#fbfcfa;width:calc(100% - 216px);min-width:0;margin-left:216px}.topbar{border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;height:86px;padding:0 38px;display:flex}.topbar h1{margin:0 0 4px;font-size:18px}.topbar>div>span{color:var(--muted);font-size:12px}.sync{color:#5f6b72;align-items:center;gap:10px;font-size:13px;display:flex}.sync button{color:#68767c;cursor:pointer;background:0 0;border:0;padding:6px}.sync i{background:var(--line);width:1px;height:18px}.live-dot{background:#2d914d;border-radius:50%;width:8px;height:8px}.spin{animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.route-note{color:#4f5c0b;background:#f2f4dd;border-radius:8px;gap:8px;margin:18px 38px 0;padding:12px 14px;display:flex}.hero{justify-content:space-between;align-items:center;gap:32px;padding:35px 38px 26px;display:flex}.hero h1{margin:0 0 8px;font-size:30px}.hero p{color:var(--muted);margin:0;font-size:14px}.meeting-pill{color:#59660a;background:#f2f2df;border-radius:999px;align-items:center;gap:13px;padding:14px 20px;display:flex}.meeting-pill strong,.meeting-pill span{display:block}.meeting-pill span{margin-top:3px;font-size:12px}.cycle-layout{border-bottom:1px solid var(--line);grid-template-columns:minmax(0,1fr) 286px;padding:0 38px;display:grid}.stage-section{padding:4px 34px 30px 0}.stage-section h2,.panel h2{margin:0 0 24px;font-size:17px}.stage-grid{grid-template-columns:repeat(4,1fr);gap:26px;display:grid;position:relative}.stage-grid:before{content:"";background:#d9ded8;height:1px;position:absolute;top:23px;left:5%;right:5%}.stage{min-width:0;position:relative}.stage-top{color:#657079;align-items:center;gap:10px;margin-bottom:16px;font-size:12px;display:flex}.stage-no{z-index:1;color:#fff;border-radius:50%;place-items:center;width:48px;height:48px;font-weight:800;display:grid;position:relative;box-shadow:0 0 0 5px #fbfcfa}.stage-no.ink{background:#152635}.stage-no.blue{background:var(--blue)}.stage-no.amber{background:var(--amber)}.stage-no.green{background:var(--green)}.stage h3{margin:0 0 8px;font-size:16px}.stage p{color:var(--muted);min-height:68px;margin:0;font-size:13px;line-height:1.7}.stage-state{align-items:center;gap:6px;margin-top:15px;font-size:12px;display:flex}.stage-state.done{color:#4e771f}.stage-state.doing{color:#0979b7}.stage-state.idle{color:#a3abb0}.snapshot{border-left:1px solid var(--line);padding:2px 0 26px 34px}.snapshot-title{gap:10px;display:flex}.snapshot-title h3{margin:0;font-size:16px}.snapshot-title span,.snapshot-label{color:var(--muted);font-size:12px}.snapshot-date{text-align:center;color:#66710d;margin-top:24px;font-weight:700}.snapshot-time{text-align:center;color:#586507;font-size:46px;font-weight:750}.snapshot-label,.countdown{text-align:center}.countdown{margin:18px 0;font-size:13px}.snapshot ul{padding:0;font-size:12px;list-style:none}.snapshot li{gap:7px;margin:9px 0;display:flex}.meeting-button{color:#5a660c;cursor:pointer;background:#fff;border:1px solid #77851d;border-radius:8px;width:100%;height:38px}.lower-grid{grid-template-columns:1.35fr .9fr;margin:0 38px;display:grid}.panel{min-width:0;padding:22px 16px 20px 0}.panel+.panel{border-left:1px solid var(--line);padding-left:22px}.panel-head{justify-content:space-between;display:flex}.panel-head h2{margin:0}.panel-head button{cursor:pointer;background:0 0;border:0}.table-head,.dept-row{grid-template-columns:1.1fr 1.65fr .7fr .9fr .75fr;align-items:center;gap:12px;display:grid}.table-head{color:#7a858c;padding:18px 8px 8px;font-size:11px}.dept-row{border-top:1px solid #edf0ec;min-height:42px;padding:5px 8px;font-size:12px}.dept-name{gap:8px;font-weight:650;display:flex}.dept-icon{color:#fff;background:#798525;border-radius:5px;place-items:center;width:20px;height:20px;display:grid}.progress-cell{grid-template-columns:1fr 38px;align-items:center;gap:7px;display:grid}.progress-track{background:#dfe3dd;border-radius:6px;height:6px;overflow:hidden}.progress-track i{background:#66770a;height:100%;display:block}.average{align-items:center;gap:10px;margin-top:12px;display:flex}.tabs{border-bottom:1px solid var(--line);margin-top:16px;display:flex}.tabs button{cursor:pointer;background:0 0;border:0;padding:10px}.tabs button.selected{color:#52600a;border-bottom:2px solid #69790d}.issue-row{text-align:left;background:0 0;border:0;border-bottom:1px solid #edf0ec;grid-template-columns:8px 1fr auto 70px 42px;gap:8px;width:100%;padding:12px 2px;display:grid}footer{color:#5f6913;background:#f2f2df;justify-content:space-between;margin:20px 38px;padding:10px 16px;font-size:11px;display:flex}footer>div{gap:7px;display:flex}footer button{background:0 0;border:0}.report-page{background:#fff;padding-bottom:72px}.report-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:102px;padding:18px 30px;display:flex}.report-header h1{margin:0 0 9px;font-size:25px}.report-header p{color:#707980;align-items:center;gap:9px;margin:0;font-size:13px;display:flex}.report-header p svg{width:17px}.report-header p i{background:#dfe3df;width:1px;height:14px}.report-readonly-notice{color:#56620d;background:#f6f8ee;border:1px solid #d9dfc3;border-radius:7px;align-items:center;gap:8px;min-height:38px;margin:14px 28px 0;padding:8px 12px;font-size:13px;font-weight:650;display:flex}.report-status{color:#6b747a;grid-template-columns:auto auto;justify-items:end;gap:8px 24px;font-size:12px;display:grid}.report-status>span{align-items:center;gap:7px;display:flex}.report-status small{grid-column:1/-1}.department-select{gap:4px;min-width:150px;display:grid}.department-select span{color:var(--muted);font-size:12px}.department-select select{border:1px solid var(--line);min-height:40px;color:var(--ink);font:inherit;background:#fff;border-radius:8px;padding:0 34px 0 12px}.department-select select:disabled{cursor:not-allowed;opacity:.65}.report-save-status{color:#59656c;background:#f5f7f5;border:1px solid #d9deda;border-radius:999px;align-items:center;min-height:28px;padding:4px 10px;font-size:11px;line-height:1.3;display:inline-flex}.report-save-status.saving{color:#44525a;background:#eef1f2;border-color:#d4dade}.report-save-status.unsaved,.report-save-status.period-changed{color:#795d14;background:#fff8e5;border-color:#e3ca87}.report-save-status.saved,.report-save-status.completed{color:#5d6d18;background:#f2f5e6;border-color:#cbd5a4}.report-save-status.failed,.report-save-status.conflict{color:#a23930;background:#fff1ef;border-color:#e8b5ae}.report-body{padding:0 28px}.manual-report-banner{border:1px solid #dfe5d2;border-left:4px solid var(--olive);color:var(--ink);background:#f7f9f2;border-radius:8px;margin-bottom:16px;padding:12px 14px}.metric-box{border:1px solid #dfe4df;border-radius:8px;margin:18px 0 20px;overflow:hidden}.metric-title{justify-content:space-between;align-items:center;gap:18px;min-height:42px;padding:8px 18px;font-size:13px;display:flex}.metric-heading{white-space:nowrap;align-items:center;gap:7px;display:flex}.metric-heading>span{color:#8a9296;font-size:11px}.metric-meta{flex-direction:column;align-items:flex-end;gap:3px;display:flex}.metric-period{color:#667078;text-align:right;white-space:nowrap;font-size:11px}.metric-usage{color:#61704f;white-space:nowrap;font-size:11px}.metric-usage.limit-hit{color:#a55b18;font-weight:600}.metric-strip{border-top:1px solid #edf0ed;grid-template-columns:repeat(4,minmax(120px,1fr));padding:0 18px;display:grid}.metric-skeleton{background:linear-gradient(90deg,#eef1ed 25%,#f8f9f7 50%,#eef1ed 75%) 0 0/200% 100%;border-radius:7px;min-height:96px;margin:14px 8px;animation:1.4s infinite skeleton-shimmer}.snapshot-warning{color:#755c18;background:#fff9e8;border:1px solid #dfc98b;border-radius:7px;margin:18px 0 -8px;padding:10px 14px;font-size:13px}.pmc-stock-scope{border-top:1px solid var(--line);color:var(--ink);overflow-wrap:anywhere;margin:0;padding:10px 20px;font-size:12px;line-height:1.6}.pmc-stock-legacy{margin:0 16px 12px}@keyframes skeleton-shimmer{to{background-position:-200% 0}}.metric{border-right:1px solid #e7eae7;margin-right:18px;padding:12px 18px 14px 0}.metric>span{color:#778087;font-size:11px}.metric>div{justify-content:space-between;align-items:center;margin:5px 0 2px;display:flex}.metric strong{font-size:21px}.metric small{color:#69747a;font-size:11px}.manual-metric-box{margin-top:-8px}.manual-metric-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.manual-metric{min-width:0;min-height:154px}.manual-metric>label{color:#778087;white-space:nowrap;font-size:11px;font-weight:650;display:block}.metric>.manual-metric-value{justify-content:flex-start;gap:7px}.manual-metric input{border:1px solid var(--manual-border);outline-offset:1px;background:var(--manual-surface);width:min(150px,100% - 34px);min-height:44px;color:var(--ink);border-radius:5px;outline:2px solid #0000;padding:6px 9px;font:650 20px/1.2 Inter,Microsoft YaHei,sans-serif}.manual-metric input::placeholder{color:#8a9390;font-size:13px;font-weight:400}.manual-metric input:focus-visible{outline-color:var(--manual-focus);border-color:var(--manual-focus)}.manual-metric input:active:not(:disabled){background:var(--manual-surface-hover)}.manual-metric input:disabled{cursor:not-allowed;opacity:.62;background:var(--manual-surface-disabled);color:var(--manual-disabled-text)}@media (hover:hover){.manual-metric input:hover:not(:disabled){border-color:var(--manual-border-hover);background:var(--manual-surface-hover)}}.manual-metric.invalid input,.manual-metric.failed input,.manual-metric.conflict input{border-color:var(--manual-error-border)}.manual-metric.invalid small,.manual-metric.failed small,.manual-metric.conflict small{color:var(--manual-error)}.manual-metric.unsaved small,.manual-metric.saving small{color:var(--manual-warning)}.manual-metric.saving input{cursor:progress}.manual-metric.saved input{border-color:var(--manual-border-hover)}.manual-metric-description{min-height:1.35em;color:var(--muted);margin:3px 0 2px;font-size:10px;line-height:1.35}.manual-metric-provenance{margin-top:4px;display:block;color:var(--muted)!important}.metric>.manual-metric-actions{justify-content:flex-start;margin-top:7px}.manual-metric-actions button{background:var(--manual-surface);min-height:44px;color:var(--manual-warning);cursor:pointer;white-space:nowrap;border:1px solid;border-radius:4px;padding:7px 11px;font-size:11px}.manual-metric-actions button:focus-visible{outline:2px solid var(--manual-focus);outline-offset:2px}.manual-metric-actions button:active:not(:disabled){transform:translateY(1px)}@media (hover:hover){.manual-metric-actions button:hover:not(:disabled){background:var(--manual-surface-hover)}}.manual-metric-actions button:disabled{border-color:var(--manual-disabled-border);color:#9aa19d;cursor:not-allowed;opacity:.62}.metric-interactive{width:auto;color:inherit;cursor:pointer;text-align:left;background:0 0;border:0;border-right:1px solid #e7eae7;border-radius:5px}.metric-interactive:hover{background:#f5f7ef}.metric-interactive:focus-visible{outline-offset:-2px;outline:2px solid #718018}.metric.metric-warning{background:#fff9e8;box-shadow:inset 3px 0 #b9891b}.metric.metric-warning>span,.metric.metric-warning small{color:#755c18}.detail-link{color:#1478b9;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;gap:5px;font-size:12px;display:flex}.report-main{grid-template-columns:minmax(0,1fr) 302px;gap:24px;display:grid}.report-checklist{border-right:1px solid var(--line);min-width:0;padding-right:24px}.report-checklist>h2{margin:2px 0 14px;font-size:15px}.report-checklist>h2 span{color:#858d92;margin-left:7px;font-size:11px;font-weight:400}.report-section{background:#fff;border:1px solid #e1e5e1;border-radius:6px;margin-bottom:7px;overflow:hidden}.section-summary{text-align:left;cursor:pointer;color:#26333b;background:#fff;border:0;grid-template-columns:21px 210px minmax(0,1fr) 92px 20px;align-items:center;gap:9px;width:100%;min-height:47px;padding:0 14px;display:grid}.section-summary:hover{background:#fafbf8}.section-summary:focus-visible{outline-offset:-2px;outline:2px solid #77851f}.section-summary>svg:first-child{color:#4c8e35}.section-summary strong{align-items:center;gap:7px;min-width:0;font-size:13px;display:flex}.section-summary>span{color:#747e84;white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.section-summary small{color:#7a858b;font-size:11px}.section-summary>.turn{transform:rotate(180deg)}.required-badge{color:#667078;background:#f5f6f3;border:1px solid #d7dcd5;border-radius:3px;flex:none;padding:1px 4px;font-size:9px;font-style:normal;font-weight:500}.section-editor{border:1px solid #d8dedd;border-radius:5px;margin:0 48px 10px}.editor-toolbar{color:#465159;border-bottom:1px solid #e1e5e2;align-items:center;gap:14px;height:37px;padding:0 14px;font-size:13px;display:flex}.editor-toolbar>span{flex:1}.editor-toolbar small{color:#758087}.section-editor textarea{resize:vertical;color:#26343c;border:0;outline:0;width:100%;min-height:110px;padding:15px;font:13px/1.75 Inter,Microsoft YaHei,sans-serif}.section-editor textarea:focus-visible{outline-offset:-2px;outline:2px solid #77851f}.section-editor.readonly{background:#f5f6f4;border-color:#dfe3df}.section-editor.readonly .editor-toolbar,.section-editor.readonly textarea{color:#727c81;background:#f5f6f4}.editor-meta{color:#92999d;justify-content:flex-end;align-items:center;gap:20px;height:29px;padding:0 12px;font-size:10px;display:flex}.report-section-skeleton{grid-template-columns:21px 210px minmax(120px,1fr);align-items:center;gap:9px;height:47px;padding:0 14px;display:grid}.report-section-skeleton>*{background:linear-gradient(90deg,#edf0ec 25%,#f8f9f7 50%,#edf0ec 75%) 0 0/200% 100%;border-radius:5px;height:10px;animation:1.4s infinite skeleton-shimmer;display:block}.report-section-skeleton>i{border-radius:50%;width:18px;height:18px}.report-section-skeleton>small{width:70%}.sales-divider{color:#7c858a;align-items:center;height:31px;font-size:11px;display:flex}.sales-divider:after{content:"";background:#e5e8e5;flex:1;height:1px;margin-left:10px}.manual-note{color:#7b858b;margin:10px 4px 16px;font-size:10px}.report-workflow-alert,.report-validation,.report-load-error{color:#755c18;background:#fff9e8;border:1px solid #dfc98b;border-radius:6px;align-items:center;gap:10px;min-height:42px;margin:0 0 9px;padding:8px 11px;font-size:11px;display:flex}.report-workflow-alert>span,.report-load-error>span{flex:1}.report-workflow-alert.failed,.report-workflow-alert.conflict,.report-load-error{color:#963b32;background:#fff3f1;border-color:#e8b5ae}.report-workflow-alert button,.report-load-error button,.report-error-actions button{min-height:28px;color:inherit;cursor:pointer;background:#fff;border:1px solid;border-radius:4px;flex:none;padding:3px 9px;font-size:10px}.report-error-actions{align-items:center;gap:7px;display:flex}.report-validation{align-items:flex-start}.report-validation strong{flex:none;padding-top:2px}.report-validation ul{flex-wrap:wrap;gap:5px 15px;margin:0;padding-left:17px;display:flex}.report-load-error{flex-wrap:wrap;min-height:74px}.report-load-error strong{width:100%}.readiness-aside{min-width:0}.readiness-block,.ai-block{padding:0 0 18px 4px}.readiness-block h3,.ai-block h3{margin:2px 0 16px;font-size:15px}.readiness-score{grid-template-columns:98px 1fr;align-items:center;gap:13px;display:grid}.score-ring{color:#5c6e0a;background:conic-gradient(#607409 var(--readiness-progress), #dfe3dd 0);border:0;border-radius:50%;justify-content:center;align-items:baseline;width:88px;height:88px;padding-top:29px;display:flex;position:relative}.score-ring:before{content:"";background:#fff;border-radius:50%;position:absolute;inset:9px}.score-ring strong,.score-ring span{z-index:1;position:relative}.score-ring strong{font-size:24px}.score-ring span{font-size:11px}.score-ring.unknown{background:#e0e4e0;align-items:center;padding-top:0}.score-ring .score-skeleton{background:linear-gradient(90deg,#e4e7e4 25%,#cfd5cf 50%,#e4e7e4 75%) 0 0/200% 100%;border-radius:999px;width:32px;height:12px;animation:1.4s infinite reportSkeleton}.readiness-score>div:last-child>strong,.readiness-score>div:last-child>span{display:block}.readiness-score>div:last-child>strong{font-size:15px}.readiness-score b{color:#65750d}.readiness-score>div:last-child>span{color:#828b90;margin:5px 0;font-size:10px;line-height:1.5}.readiness-score button{color:#167bbc;background:0 0;border:0;padding:0;font-size:10px;display:flex}.report-ownership{color:#788187;justify-content:space-between;align-items:center;gap:12px;min-height:54px;font-size:10px;display:flex}.report-ownership strong{color:#566168;font-size:10px}.ai-block{border-top:1px solid #e1e5e1;padding-top:18px}.ai-title{grid-template-columns:24px 1fr auto;align-items:center;display:grid}.ai-title h3{margin:0}.ai-title>span{color:#8c9499;font-size:9px}.ai-note{background:#f5f5f1;border-radius:6px;padding:14px 15px}.ai-note>strong{font-size:12px}.ai-note>span{color:#8b9397;font-size:9px}.ai-note ul{color:#687278;margin:13px 0;padding-left:17px;font-size:10px;line-height:1.75}.ai-note button{color:#61700c;cursor:pointer;background:#fff;border:1px solid #7a872c;border-radius:5px;justify-content:center;align-items:center;gap:6px;width:100%;height:34px;font-size:11px;font-weight:650;display:flex}.ai-note button:disabled{color:#9aa19d;cursor:not-allowed;background:#f1f3f0;border-color:#d4d9d3}.ai-suggestion-error{color:#9c3e35;margin:9px 0 0;font-size:11px;line-height:1.55}.report-actions{z-index:9;background:#fff;border-top:1px solid #dfe4df;align-items:center;gap:16px;height:64px;padding:0 28px;display:flex;position:fixed;bottom:0;left:216px;right:0;box-shadow:0 -4px 12px #1123320a}.report-actions>div{flex:1;min-width:0}.report-actions>div .report-save-status{white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden}.report-actions>span:last-child{color:#687279;align-items:center;gap:6px;margin-left:auto;font-size:11px;display:flex}.report-actions button{cursor:pointer;border-radius:5px;align-items:center;gap:7px;height:40px;padding:0 24px;display:flex}.report-actions button:disabled{color:#969e99;cursor:not-allowed;background:#eef0ed;border-color:#d3d8d4}.save-button{background:#fff;border:1px solid #b9c0bd}.finish-button{color:#fff;background:#64750c;border:1px solid #64750c}.toast{color:#5f6e0d;background:#f4f5e6;border-radius:5px;align-items:center;gap:6px;padding:7px 10px;font-size:11px;display:inline-flex}.modal-backdrop{z-index:50;background:#071219a8;place-items:center;padding:32px;display:grid;position:fixed;inset:0}.data-modal{background:#fff;border-radius:10px;width:620px;padding:24px;box-shadow:0 18px 50px #00000040}.data-modal-head{justify-content:space-between;align-items:flex-start;display:flex}.data-modal-head span{color:#758087;font-size:11px}.data-modal-head h2{margin:3px 0 18px}.data-modal-head button{cursor:pointer;background:#f1f3f0;border:0;border-radius:5px;padding:6px}.data-modal table{border-collapse:collapse;width:100%;font-size:12px}.data-modal th,.data-modal td{text-align:left;border-bottom:1px solid #e5e8e5;padding:12px}.data-modal th{color:#687279;background:#f6f7f4}.primary-small{color:#fff;background:#66770c;border:0;border-radius:5px;margin:18px 0 0 auto;padding:8px 20px;display:block}.overdue-orders-modal{background:#fff;border-radius:10px;flex-direction:column;width:min(1100px,100vw - 64px);max-height:calc(100vh - 64px);padding:24px;display:flex;box-shadow:0 18px 50px #00000040}.overdue-orders-head{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.overdue-orders-head span{color:#758087;font-size:11px}.overdue-orders-head h2{margin:3px 0 18px;font-size:20px}.overdue-orders-head button{cursor:pointer;color:#33424a;background:#f1f3f0;border:0;border-radius:5px;padding:6px}.overdue-orders-head button:hover{background:#e7ebe4}.overdue-orders-table-wrap{border:1px solid #e3e7e2;border-radius:6px;min-height:0;max-height:min(58vh,540px);overflow:auto}.overdue-orders-table-wrap table{border-collapse:collapse;width:100%;min-width:950px;font-size:12px}.overdue-orders-table-wrap th,.overdue-orders-table-wrap td{text-align:left;white-space:nowrap;border-bottom:1px solid #e8ebe7;padding:12px 14px}.overdue-orders-table-wrap th{z-index:1;color:#667076;background:#f5f7f2;font-size:11px;font-weight:650;position:sticky;top:0}.overdue-orders-table-wrap tbody tr:hover{background:#fafbf8}.overdue-order-ellipsis{text-overflow:ellipsis;max-width:155px;display:block;overflow:hidden}.overdue-orders-table-wrap td:first-child .overdue-order-ellipsis{max-width:120px}.overdue-orders-table-wrap td:nth-child(5) .overdue-order-ellipsis{max-width:92px}.overdue-orders-empty{color:#69747a;text-align:center;background:#fafbf8;border:1px solid #e1e5df;border-radius:6px;margin:20px 0 0;padding:30px}.delayed-production-orders-table-wrap table{min-width:1000px}.delayed-production-orders-table-wrap th.numeric,.delayed-production-orders-table-wrap td.numeric{text-align:right}.delayed-production-order-ellipsis{text-overflow:ellipsis;max-width:170px;display:block;overflow:hidden}.meeting-modal{color:#fff;background:#101b22;border-radius:14px;width:min(980px,95vw);padding:26px}.report-item-list{background:#f7f8f5;gap:10px;padding:12px;display:grid}.report-item-card{background:#fff;border:1px solid #dce2dc;border-radius:6px;overflow:hidden}.report-item-card.failed{border-color:#e4b6af}.report-item-card.conflict{border-color:#dfc477}.report-item-card-head{background:#fafbf8;border-bottom:1px solid #e6e9e5;justify-content:space-between;align-items:center;min-height:34px;padding:0 11px;display:flex}.report-item-number{color:#596b12;letter-spacing:.02em;font-size:11px}.report-item-editor{resize:none;color:#26343c;background:#fff;border:0;outline:0;width:100%;min-height:86px;padding:13px 14px;font:13px/1.7 Inter,Microsoft YaHei,sans-serif;display:block;overflow:hidden}.report-item-editor:focus-visible{outline-offset:-2px;outline:2px solid #77851f}.section-editor.readonly .report-item-editor{color:#727c81;background:#f5f6f4}.report-item-delete{color:#9b433b;cursor:pointer;background:0 0;border:0;padding:4px 6px;font-size:10px}.report-item-delete:disabled{color:#a7aeaa;cursor:not-allowed}.report-item-meta{color:#8a9390;border-top:1px solid #eef0ed;justify-content:space-between;align-items:center;min-height:28px;padding:0 12px;font-size:10px;display:flex}.report-item-status{color:#65721d}.report-item-card.failed .report-item-status,.report-item-card.conflict .report-item-status{color:#9c3e35}.report-item-recovery,.report-item-conflict{background:#fffaf0;border-top:1px solid #eadfc1;justify-content:flex-end;gap:8px;padding:8px 11px;display:flex}.report-item-recovery button,.report-item-conflict button{color:#735d18;cursor:pointer;background:#fff;border:1px solid;border-radius:4px;min-height:28px;padding:4px 9px;font-size:10px}.report-item-conflict button:last-child{color:#596b12}.report-item-recovery button:disabled,.report-item-conflict button:disabled{color:#9aa19d;cursor:not-allowed;border-color:#d4d9d3}.report-item-add-row{color:#7c8581;justify-content:space-between;align-items:center;font-size:10px;display:flex}.report-item-add{color:#5c6d16;cursor:pointer;background:#fbfcf7;border:1px dashed #9faa70;border-radius:5px;min-height:34px;padding:6px 13px;font-size:11px;font-weight:650}.report-item-add:hover:not(:disabled){background:#f3f6e9;border-style:solid}.report-item-add:disabled{color:#969e99;cursor:not-allowed;background:#eef0ed;border-color:#d3d8d4}.desktop-layout-notice{display:none}@media (width<=1179px){.desktop-layout-notice{z-index:100;color:#59660a;background:#f2f2df;border-radius:8px;align-items:center;gap:8px;max-width:calc(100vw - 24px);padding:10px 14px;font-size:13px;font-weight:650;display:flex;position:fixed;top:12px;left:12px;box-shadow:0 4px 10px #11233226}}@media (width<=760px){.manual-metric-grid-3{grid-template-columns:minmax(0,1fr)}.metric>.manual-metric-value{align-items:flex-end;gap:4px}.manual-metric input{width:min(150px,100% - 34px)}}@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}.auth-gate{min-height:100vh;color:var(--ink)}.auth-screen{background:#f3f5f0;place-items:center;min-width:320px;padding:32px;display:grid}.auth-panel{background:#fff;border:1px solid #dce2da;border-radius:10px;width:min(430px,100vw - 64px);padding:32px;box-shadow:0 16px 38px #11233214}.auth-kicker{color:var(--olive);letter-spacing:.08em;margin-bottom:12px;font-size:12px;font-weight:750;display:block}.auth-panel h1{color:var(--ink);margin:0;font-size:24px;line-height:1.35}.auth-panel p{color:#667278;margin:12px 0 24px;font-size:14px;line-height:1.7}.auth-primary-action,.auth-actions button{border:1px solid var(--olive);cursor:pointer;border-radius:6px;min-height:42px;padding:10px 18px;font-size:14px;font-weight:700;text-decoration:none}.auth-primary-action{background:var(--olive);color:#fff;justify-content:center;align-items:center;display:inline-flex}.auth-primary-action:focus-visible,.auth-actions button:focus-visible{outline-offset:2px;outline:3px solid #cbd38a}.auth-session-root{min-width:1180px}.auth-business-shell{min-height:100vh}.auth-reauth-backdrop{z-index:200;background:#091720b8;place-items:center;padding:32px;display:grid;position:fixed;inset:0}.auth-reauth-panel{box-shadow:0 24px 70px #00000047}.auth-actions{flex-wrap:wrap;gap:10px;display:flex}.auth-actions button{color:#58680d;background:#fff}.auth-actions button:disabled{color:#8d9691;cursor:wait;border-color:#ccd2ca}.report-attribution{color:var(--ink);overflow-wrap:anywhere;flex-wrap:wrap;gap:4px 16px;margin:0;padding:8px 12px;font-size:12px;line-height:1.7;display:flex}.report-audit .audit-notice{background:var(--manual-surface-hover);border:1px solid var(--line);border-radius:6px;padding:12px;line-height:1.7}.audit-event{border-bottom:1px solid var(--line);padding:18px 0}.audit-event-heading{flex-wrap:wrap;justify-content:space-between;gap:8px 16px;display:flex}.audit-event-heading time,.audit-actor{color:var(--ink);font-size:12px;line-height:1.7}.audit-event-heading strong,.audit-actor{overflow-wrap:anywhere;min-width:0}.audit-event summary{cursor:pointer;min-height:44px;color:var(--olive);align-content:center;display:list-item}.audit-content{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.audit-content section{border:1px solid var(--line);border-radius:6px;min-width:0;padding:12px}.audit-content h3{margin:0 0 8px;font-size:12px}.audit-content p{white-space:pre-wrap;overflow-wrap:anywhere;margin:0;font-size:13px;line-height:1.8}.report-audit button{white-space:nowrap;min-height:44px}.report-audit button:disabled{opacity:.5;cursor:not-allowed}.report-audit button:active:not(:disabled){background:var(--manual-surface-hover)}.report-audit button:focus-visible,.audit-event summary:focus-visible{outline:2px solid var(--olive);outline-offset:3px}.audit-more{margin-top:16px}@media (hover:hover){.report-audit button:hover:not(:disabled){border-color:var(--olive)}}@media (width<=600px){.audit-content{grid-template-columns:minmax(0,1fr)}.report-attribution{flex-direction:column}}
