.job-card {
  background: #fffdfa;
  border-color: #d6e1da;
}

.job-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
}

.job-top h3 { margin: 3px 0 0; }
.job-top small { color: #61736a; font-weight: 700; white-space: nowrap; }

.job-workflow {
  list-style: none;
  padding: 0;
  margin: 22px 0 16px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.job-step {
  min-height: 68px;
  padding: 10px;
  border: 1px solid #dce6e0;
  border-radius: 12px;
  color: #718179;
  font-size: .83rem;
  line-height: 1.25;
  background: #fbfcfa;
}

.job-step span {
  display: block;
  width: 20px;
  height: 20px;
  margin-bottom: 7px;
  border-radius: 50%;
  background: #e6ece8;
  color: #61736a;
  text-align: center;
  font-size: .72rem;
  font-weight: 800;
  line-height: 20px;
}

.job-step.done { color: #1e5c4c; border-color: #c8ddd2; background: #f4faf6; }
.job-step.done span { color: #fff; background: #28725c; }
.job-step.current { color: #173f35; border-color: #28725c; background: #edf7f1; box-shadow: inset 0 0 0 1px #28725c; }
.job-step.current span { color: #fff; background: #173f35; }
.job-note { margin: 0; color: #52645c; line-height: 1.45; }

@media (max-width: 720px) {
  .job-workflow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.analysis-empty,
.analysis-report {
  margin: 16px 0;
  padding: 16px;
  border: 1px solid #d9e5de;
  border-radius: 14px;
  background: #fbfdfb;
}

.analysis-empty strong,
.analysis-title strong {
  display: block;
  color: #173f35;
  font-size: .97rem;
}

.analysis-empty p,
.analysis-summary,
.analysis-clear,
.analysis-fallback {
  margin: 7px 0 0;
  color: #607069;
  line-height: 1.48;
}

.analysis-empty.error { border-color: #edc9bf; background: #fff8f4; }
.analysis-title small,
.analysis-recommendations small { color: #22634f; font-size: .68rem; font-weight: 800; letter-spacing: .08em; }
.analysis-issues { display: grid; gap: 9px; margin: 13px 0; padding: 0; list-style: none; }
.analysis-issues li { padding: 11px; border-left: 3px solid #28725c; border-radius: 8px; background: #eff7f2; }
.analysis-issues li strong,
.analysis-issues li span,
.analysis-issues li em { display: block; }
.analysis-issues li span { margin-top: 4px; color: #53665e; line-height: 1.42; }
.analysis-issues li em { margin-top: 5px; color: #1e5c4c; font-size: .86rem; font-style: normal; }
.analysis-recommendations { margin-top: 13px; }
.analysis-recommendations ul { margin: 6px 0 0; padding-left: 18px; color: #53665e; line-height: 1.45; }
.section-review { margin-top: 14px; }
.section-review summary { color: #173f35; cursor: pointer; font-weight: 800; }
.section-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 11px; }
.section-gallery figure { min-width: 0; margin: 0; }
.section-gallery img { display: block; width: 100%; height: 190px; border: 1px solid #dce6e0; border-radius: 10px; background: #eff3f0; object-fit: cover; object-position: top; }
.section-gallery figcaption { margin-top: 5px; color: #687870; font-size: .72rem; line-height: 1.3; }
.manual-evidence { margin: 16px 0; padding: 16px; border: 1px solid #bfdacd; border-radius: 14px; background: #f2faf5; }
.manual-evidence small, .manual-evidence strong, .manual-evidence label { display: block; }
.manual-evidence small { color: #1e6854; font-weight: 800; letter-spacing: .08em; font-size: .72rem; }
.manual-evidence strong { margin-top: 5px; color: #173f35; font-size: 1rem; }
.manual-evidence p { margin: 7px 0 14px; color: #52645c; line-height: 1.45; }
.manual-evidence label { margin: 11px 0 5px; color: #52645c; font-size: .73rem; font-weight: 800; letter-spacing: .06em; }
.manual-evidence select, .manual-evidence textarea { width: 100%; box-sizing: border-box; border: 1px solid #b9d0c4; border-radius: 10px; padding: 10px; color: #173f35; background: #fff; font: inherit; }
.manual-evidence textarea { min-height: 96px; resize: vertical; }
.manual-evidence .button { margin-top: 12px; }

@media (max-width: 720px) {
  .section-gallery { grid-template-columns: 1fr; }
  .section-gallery img { height: 235px; }
}
.section-review-note{display:grid;gap:5px;margin-top:7px;padding:9px;border-radius:9px;background:#f3f7f4;color:#52635d;font-size:12px;line-height:1.4}.section-review-note strong{color:#285e4e}.section-review-note em{font-style:normal;color:#356c5b}.section-review-note b{color:#1d4f41}.section-review-note.needs-review{background:#fff7e9;border-left:3px solid #c88b29}.section-review-note.needs-review strong{color:#80530a}
.visual-review{margin:15px 0;padding:15px;border:1px solid #c7ddd3;border-radius:13px;background:#f2f8f4}.visual-review>small{display:block;color:var(--green);font-size:11px;font-weight:800;letter-spacing:.08em}.visual-review>strong{display:block;margin:6px 0 11px;font-size:17px}.visual-review>div{display:grid;gap:8px}.visual-review-item{display:grid;gap:4px;padding:10px 11px;border-radius:9px;background:white;border-left:3px solid #6a9b88;font-size:13px;line-height:1.45}.visual-review-item b{color:#1e5042}.visual-review-item span{color:#596a63}.visual-review-item em{font-style:normal;color:#356c5b}.visual-review-item.priority-high{border-left-color:#b76b2f}.visual-review-item.priority-high b{color:#854617}.visual-review>p{margin:11px 0 0;color:var(--muted);font-size:12px}
