body {
  background: #f5f7fb;
}
.metric-label {
  color: #6c757d;
  font-size: 0.9rem;
}
.metric-value {
  font-size: 2rem;
  font-weight: 700;
}
.summary-label {
  color: #6c757d;
  font-size: 0.85rem;
}
.summary-value {
  font-size: 1rem;
  font-weight: 600;
}
.action-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.small-mono,
.deploy-output,
.job-output {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.8rem;
  white-space: pre-wrap;
  word-break: break-word;
}
.table td,
.table th {
  vertical-align: top;
}
.card-header {
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.page-header {
  margin-bottom: 1rem;
}
.hostpool-nav-menu {
  max-height: 70vh;
  overflow-y: auto;
  min-width: 22rem;
}
.hostpool-card {
  border: 1px solid rgba(0,0,0,.05);
}
#dashboard-table .small-mono {
  max-width: 280px;
  overflow-wrap: anywhere;
}
.metric-link,
.session-link {
  text-decoration: none;
  font-weight: 700;
}
.metric-link:hover,
.session-link:hover {
  text-decoration: underline;
}
.job-card {
  border: 1px solid rgba(0,0,0,.08);
}
.job-progress {
  height: 0.75rem;
}
.job-progress-label {
  color: #495057;
}
.job-output {
  max-height: 260px;
  overflow: auto;
  background: #111827;
  color: #e5e7eb;
  border-radius: 0.5rem;
  padding: 0.75rem;
}
