body { background: #f5f6f8; }
.stage-track { display: flex; flex-wrap: wrap; gap: .5rem; }
.stage-step { flex: 1; min-width: 180px; padding: .75rem; border-radius: .5rem; background: #fff; border: 1px solid #e3e3e3; }
.stage-step .stage-title { font-weight: 600; font-size: .85rem; }
.stage-thumb { width: 44px; height: 44px; object-fit: cover; border-radius: .25rem; border: 1px solid #dcdcdc; display: block; }
.stage-thumb-link { display: block; }
.stage-thumb-remove { position: relative; display: block; cursor: pointer; }
.stage-thumb-remove input[type="checkbox"] { position: absolute; top: -4px; right: -4px; }
.progress { height: .55rem; }
.badge-pass { background: #198754; }
.badge-fail { background: #dc3545; }
table.table-checklist th, table.table-checklist td { vertical-align: middle; font-size: .9rem; }
.card-summary .display-6 { font-weight: 700; }
