.task-grid{display:grid;gap:12px}.task-card{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:17px 20px;background:#fff;border:1px solid var(--line);border-radius:12px}.task-card h3{font-size:16px}.task-card p{margin:4px 0 0;font-size:13px}.task-card form{display:flex;align-items:center;gap:8px;min-width:360px}.task-card input{min-width:210px}.pill.verified{background:#dcfce7;color:#166534}.pill.rejected{background:#fee2e2;color:#991b1b}.code-list{font:600 16px ui-monospace,Consolas,monospace;line-height:2;word-break:break-all}@media(max-width:760px){.task-card{align-items:flex-start;flex-direction:column}.task-card form{min-width:100%;flex-direction:column;align-items:stretch}}
.progress-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(420px,1fr));gap:18px}.progress-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.progress-steps{list-style:none;margin:20px 0 0;padding:0}.progress-step{position:relative;display:grid;grid-template-columns:18px 1fr auto;gap:11px;min-height:64px;padding:0 0 18px}.progress-step:not(:last-child)::before{content:"";position:absolute;left:7px;top:17px;bottom:0;width:2px;background:#dbe3ed}.step-dot{width:16px;height:16px;margin-top:2px;border-radius:50%;background:#cbd5e1;border:3px solid #eef2f7;z-index:1}.progress-step strong{font-size:14px}.progress-step p{margin:3px 0 0;font-size:12px;line-height:1.4;word-break:break-word}.progress-step small{display:block;margin-top:3px}.step-status{font-size:12px;color:#7a8799}.progress-step.done .step-dot{background:#1b9a59;border-color:#d9f5e6}.progress-step.done .step-status{color:#148047}.progress-step.active .step-dot{background:#1769e0;border-color:#dceafe;animation:step-pulse 1.4s infinite}.progress-step.active .step-status{color:#1769e0}.progress-step.failed .step-dot{background:#c93333;border-color:#fde2e2}.progress-step.failed .step-status{color:#c93333;font-weight:700}.progress-error{margin:4px 0 0;white-space:pre-wrap;max-height:180px;overflow:auto}.progress-overall{max-width:180px;text-align:center}@keyframes step-pulse{50%{box-shadow:0 0 0 6px #1769e020}}@media(max-width:760px){.progress-grid{grid-template-columns:1fr}.progress-head{flex-direction:column}.progress-step{grid-template-columns:18px 1fr}.step-status{grid-column:2}}
