body {
  background: #f6f7f9;
}

.login-wrap {
  max-width: 420px;
  margin: 10vh auto;
}

.stat-card {
  border: 0;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
}

.status-running {
  background: #0d6efd;
}

.status-paused {
  background: #ffc107;
  color: #111;
}

.status-completed {
  background: #198754;
}

.status-stopped {
  background: #6c757d;
}

.status-failed {
  background: #dc3545;
}

.path-cell {
  max-width: 360px;
}

.path-line {
  word-break: break-all;
}

.log-box {
  height: 520px;
  overflow: auto;
  padding: 1rem;
  background: #0f172a;
  color: #e2e8f0;
  font-size: 0.82rem;
  white-space: pre-wrap;
}

.results-table {
  max-height: 520px;
  overflow: auto;
}
