:root{--ink:#172a36;--muted:#6d7e88;--line:#dce4e7;--bg:#f5f7f7;--paper:#fff;--teal:#008b82;--navy:#123448;--red:#b94a49;--orange:#bf6d2f;--green:#26765b}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font:14px Inter,"Microsoft YaHei",Arial,sans-serif}.app{display:grid;grid-template-columns:240px minmax(0,1fr);min-height:100vh}.sidebar{background:#102d3d;color:#dce8eb;padding:20px 13px;display:flex;flex-direction:column}.brand{display:flex;align-items:center;gap:9px;padding:0 7px 20px}.brand i{display:grid;place-items:center;width:28px;height:32px;background:#10a89e;color:#fff;clip-path:polygon(50% 0,92% 15%,92% 58%,50% 100%,8% 58%,8% 15%);font-weight:900;font-style:normal}.brand strong,.brand small{display:block}.brand strong{font-size:17px}.brand small{font-size:9px;letter-spacing:1px;color:#94aab2;margin-top:3px}.new-task{border:1px solid #55808c;background:#183e50;color:#e4f0f1;padding:10px;border-radius:4px;font-weight:700;text-align:left;cursor:pointer}nav{margin:18px 0}nav .nav{border:0;background:transparent;color:#a8bbc1;width:100%;text-align:left;padding:10px 8px;cursor:pointer;border-radius:4px}nav .nav span{margin-right:9px;color:#7ea8ae}nav .nav.active{background:#194555;color:#fff;font-weight:700}.task-list{border-top:1px solid #355365;padding:14px 7px}.task-list>p{color:#8ea5ae;font-size:10px;letter-spacing:1px;margin:0 0 8px}.task{display:flex;gap:8px;width:100%;border:0;background:transparent;color:#e2eced;text-align:left;padding:9px 0;cursor:pointer}.task i{width:7px;height:7px;border-radius:50%;background:#e39a4d;margin-top:5px}.task i.gray{background:#617d88}.task span,.task small{display:block}.task small{font-size:10px;color:#8fa4ad;margin-top:3px}.side-note{margin-top:auto;border-top:1px solid #355365;padding:14px 7px;color:#9eb3ba;font-size:11px;line-height:1.6}.side-note strong{color:#d8e5e8}.side-note p{margin:4px 0 0}main{padding:0 36px 40px;max-width:1420px;width:100%;margin:auto}header{height:64px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.crumb{font-size:12px;color:var(--muted)}.crumb strong{color:var(--ink)}.header-status{display:flex;align-items:center;gap:12px;font-size:11px;color:var(--muted)}.header-status button{background:#fff;border:1px solid var(--line);border-radius:4px;padding:6px 9px;color:var(--muted);cursor:pointer}.task-head{padding:32px 0 23px;display:flex;justify-content:space-between;align-items:end}.eyebrow{font-size:10px;letter-spacing:1.2px;color:var(--teal);font-weight:800;margin:0 0 8px}h1,h2,h3,p{margin-top:0}h1{font-size:28px;margin-bottom:8px}.task-head p:not(.eyebrow){color:var(--muted);margin:0}.state-chip,.report-chip{padding:5px 10px;border-radius:12px;background:#eaf3f2;color:var(--teal);font-size:12px;font-weight:700}.steps{display:grid;grid-template-columns:repeat(5,1fr);list-style:none;padding:0;margin:0 0 18px;border:1px solid var(--line);background:#fff}.steps li{display:flex;align-items:center;gap:7px;padding:12px;color:#93a1a7;border-right:1px solid var(--line);font-size:12px}.steps li:last-child{border:0}.steps b{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#e8edef;font-size:10px}.steps li.active{color:var(--ink);font-weight:700}.steps li.active b{background:var(--teal);color:#fff}.stage{background:#fff;border:1px solid var(--line);border-radius:5px;padding:20px}.stage-head{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid var(--line);padding-bottom:15px;margin-bottom:16px}.stage-head h2{font-size:18px;margin:0}.stage-head>p{font-size:11px;color:var(--muted);margin:0}.fields{display:grid;grid-template-columns:1fr 1fr;gap:13px}label{display:block;font-size:13px;font-weight:700;margin:12px 0 7px}label em{font-style:normal;font-size:10px;color:var(--muted);font-weight:400}textarea,input{width:100%;border:1px solid var(--line);border-radius:4px;padding:10px;font:inherit;outline:0;background:#fcfefe;color:var(--ink)}textarea:focus,input:focus{border-color:var(--teal);box-shadow:0 0 0 3px #e2f2f0}.fields textarea{height:74px}.answer{height:155px}.stage-action{margin-top:15px;display:flex;align-items:center;justify-content:space-between;gap:15px}.stage-action p{font-size:11px;color:var(--muted);margin:0}.stage-action button,.primary{border:0;border-radius:4px;padding:10px 14px;background:var(--navy);color:white;font-weight:700;cursor:pointer}.stage-action button:disabled{opacity:.7}.stage-action b{font-size:10px;border:1px solid #698691;padding:2px 4px;margin-left:7px}.hidden{display:none!important}.report-head{display:flex;gap:12px;align-items:flex-start;border-bottom:1px solid var(--line);padding-bottom:16px}.report-head>#signal{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#fbe9e9;color:var(--red);font-size:18px;font-weight:800}.report-head h2{font-size:20px;margin:0 0 5px}.report-head p:not(.eyebrow){color:var(--muted);margin:0}.report-head>strong{margin-left:auto}.report-chip.bad{background:#fbe9e9;color:var(--red)}.report-chip.unknown{background:#edf0f1;color:var(--muted)}.grades{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;padding:16px 0}.grades article{border:1px solid var(--line);min-height:133px;padding:10px}.grade{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;font-size:11px;font-weight:800;margin-bottom:9px}.g-a{background:#e4f4e9;color:var(--green)}.g-b{background:#e4f3f1;color:var(--teal)}.g-c{background:#fff0e4;color:var(--orange)}.g-d{background:#fbe9e9;color:var(--red)}.g-n{background:#edf1f2;color:var(--muted)}.grades h3,.report-grid h3{font-size:12px;margin:0 0 5px}.grades p,.risk p{font-size:11px;line-height:1.55;color:var(--muted);margin:0}mark{display:inline-block;margin-top:5px;background:#fff1d9;color:#765316;padding:2px 4px;font-size:10px}.report-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.report-grid article{border:1px solid var(--line);padding:13px}.risk{border-bottom:1px solid #edf0f1;padding-bottom:9px;margin-bottom:9px}.risk:last-child{border:0;padding:0;margin:0}.report-grid ul{margin:0;padding-left:17px;color:var(--muted);font-size:12px;line-height:1.8}.epistemic{margin-top:12px;padding:11px 13px;background:#f5f7f7;border-left:3px solid #96a6ad}.epistemic strong{font-size:12px}.epistemic p{color:var(--muted);font-size:11px;line-height:1.6;margin:4px 0 0}.evidence-list{display:grid;gap:9px}.evidence-list article{display:flex;gap:10px;border:1px solid var(--line);padding:11px}.evidence-list article>span{display:grid;place-items:center;width:31px;height:25px;background:#e6f3f1;color:var(--teal);font-size:10px;font-weight:800}.evidence-list strong,.evidence-list small{display:block}.evidence-list small{font-size:10px;color:var(--muted);margin-top:3px}.evidence-list p{font-size:12px;color:var(--muted);margin:7px 0 0;line-height:1.5}.evidence-list button{margin-left:auto;height:28px;border:1px solid var(--line);background:white;color:var(--muted);cursor:pointer}.no-evidence{color:var(--muted);font-size:12px}.evidence-form{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;margin-top:13px}.evidence-form textarea{grid-column:1/4;height:76px}.evidence-form button{grid-column:1/4;border:1px dashed #90bdb8;background:#f3f9f8;color:var(--teal);padding:9px;font-weight:700;cursor:pointer}.revision-policy{background:#eef8f7;border-left:3px solid var(--teal);padding:13px;margin-bottom:14px}.revision-policy span{font-weight:800;font-size:12px}.revision-policy p{color:var(--muted);font-size:12px;line-height:1.7;margin:5px 0 0}.revision-output{margin-top:16px;border-top:1px solid var(--line);padding-top:16px}.revision-output h3{font-size:16px;margin:0 0 7px}.revision-output>div>p:last-child{white-space:pre-wrap;line-height:1.7}.change-log,.audit{border:1px solid var(--line);padding:12px;margin-top:12px}.change-log h3,.audit h3{font-size:13px;margin:0 0 8px}.change-log p,.audit p{font-size:12px;color:var(--muted);line-height:1.65;margin:5px 0}.audit button{border:0;background:none;color:var(--teal);font-weight:700;padding:0;cursor:pointer}.decision{text-align:center;max-width:630px;margin:28px auto;padding:25px}.decision h2{font-size:21px}.decision>p:not(.eyebrow){color:var(--muted);line-height:1.7}.decision div{display:flex;justify-content:center;gap:9px;margin-top:18px}.decision div button:last-child{background:#fff;border:1px solid var(--line);color:var(--muted);border-radius:4px;padding:10px;cursor:pointer}.empty{background:#fff;border:1px solid var(--line);border-top:6px solid #edf3f3;margin-top:18px;min-height:210px;display:flex;align-items:center;justify-content:center;flex-direction:column;color:var(--muted);text-align:center}.empty i{display:grid;place-items:center;width:36px;height:40px;background:var(--teal);color:#fff;clip-path:polygon(50% 0,92% 15%,92% 58%,50% 100%,8% 58%,8% 15%);font-style:normal;opacity:.3}.empty h2{color:#506671;font-size:17px;margin:13px 0 7px}.empty p{font-size:12px;max-width:500px;margin:0;line-height:1.6}@media(max-width:900px){.app{grid-template-columns:1fr}.sidebar{display:none}main{padding:0 18px 30px}.grades{grid-template-columns:1fr 1fr}.fields,.report-grid{grid-template-columns:1fr}}@media(max-width:560px){header .header-status span{display:none}.task-head h1{font-size:23px}.steps{overflow:auto}.steps li{min-width:120px}.grades{grid-template-columns:1fr}.evidence-form{grid-template-columns:1fr}.evidence-form textarea,.evidence-form button{grid-column:1}.stage-action{align-items:flex-end}.stage-action p{max-width:45%}}
.agreement-status{margin:6px 0 0;color:#8a6b39;font-size:11px;line-height:1.5}
.check-guide{background:#eef8f7;border-left:3px solid var(--teal);padding:12px 14px;margin:0 0 14px}.check-guide strong{font-size:12px}.check-guide p{color:var(--muted);font-size:12px;line-height:1.7;margin:5px 0 0}.stage-buttons{display:flex;gap:8px;align-items:center}.stage-buttons .secondary{background:#fff;color:var(--muted);border:1px solid var(--line)}
