body { font-family: sans-serif; margin: 2rem; }
table { border-collapse: collapse; width: 100%; }
th, td { border: 1px solid #ccc; padding: 4px 8px; text-align: left; }
.st-done { color: green; }
.st-error { color: red; font-weight: bold; }
.st-running { color: orange; }
.st-pending { color: #999; }

.progress-panel { margin: 1rem 0; padding: 0.5rem 1rem; border: 1px solid #ccc; border-radius: 4px; background: #fafafa; }
.progress-panel progress { width: 100%; height: 1.2rem; margin: 0.4rem 0; }
.progress-panel progress.indeterminate { opacity: 0.5; }