.pc-content {
  padding-bottom: 48px;
}

.metric-card {
  min-height: 144px;
}

.metric-card .card-body {
  position: relative;
}

.metric-icon {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-size: 28px;
  height: 48px;
  justify-content: center;
  margin-bottom: 16px;
  width: 48px;
}

.chart-box {
  min-height: 310px;
}

.chart-box-sm {
  min-height: 252px;
}

.status-dot {
  border-radius: 999px;
  display: inline-block;
  height: 8px;
  margin-right: 8px;
  width: 8px;
}

.status-online {
  background: #2ca87f;
}

.status-idle {
  background: #f4c22b;
}

.status-offline {
  background: #dc2626;
}

.text-truncate-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.token-muted {
  color: var(--pc-heading-color);
  opacity: .75;
}

.command-result {
  max-width: 420px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.command-detail-meta {
  margin-bottom: 12px;
}

.command-detail-code {
  background: var(--bs-light);
  border: 1px solid var(--bs-border-color);
  border-radius: 6px;
  color: var(--pc-heading-color);
  font-family: Consolas, Monaco, "Courier New", monospace;
  font-size: 0.8125rem;
  max-height: 220px;
  overflow: auto;
  padding: 10px;
  white-space: pre-wrap;
  word-break: break-word;
}

.memory-results {
  max-height: 420px;
  overflow: auto;
}

.memory-result {
  border-bottom: 1px solid var(--bs-border-color);
  padding: 14px 0;
}

.memory-result:first-child {
  padding-top: 0;
}

.memory-result:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.memory-result p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.code-input {
  font-family: Consolas, Monaco, "Courier New", monospace;
  font-size: 0.875rem;
}
