.task-list{margin-bottom:15px}
.task-row{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid #f0f0f0}
.task-row:last-child{border-bottom:none}
.task-name{flex:1;font-size:13px;font-weight:700;color:#333}
.task-time{width:60px;font-size:12px;color:#888;text-align:center}
.task-assign{display:flex;gap:6px}
.task-assign button{padding:5px 12px;border:1px solid #ddd;border-radius:3px;font-size:11px;cursor:pointer;background:#fff;transition:all .2s}
.task-assign button:hover{border-color:#3592e2}
.task-assign button.a1.active{background:#3592e2;color:#fff;border-color:#3592e2}
.task-assign button.a2.active{background:#F78015;color:#fff;border-color:#F78015}
.task-assign button.shared.active{background:#4caf50;color:#fff;border-color:#4caf50}
.split-visual{display:flex;gap:20px;margin:15px 0;flex-wrap:wrap}
.person-col{flex:1;min-width:200px;background:#f9f9f9;border-radius:3px;padding:15px}
.person-col h4{font-size:14px;margin-bottom:10px}
.person-col.p1 h4{color:#3592e2}
.person-col.p2 h4{color:#F78015}
.person-col .time-summary{font-size:24px;font-weight:700;margin:10px 0}
.person-col .items{font-size:12px;color:#888}
.unfair-score{text-align:center;margin:15px 0}
.unfair-score .score{font-size:48px;font-weight:700}
.unfair-score .label{font-size:13px;color:#888}
.unfair-score .verdict{font-size:16px;font-weight:700;margin-top:10px;padding:8px;border-radius:3px}
.verdict.fair{background:#e8f5e9;color:#2e7d32}
.verdict.slight{background:#fff8e1;color:#f57f17}
.verdict.moderate{background:#fff3e0;color:#e65100}
.verdict.high{background:#fce4ec;color:#c62828}
