body {
  background: #f7f9fb;
}

.navbar-brand {
  font-weight: 700;
}

.page-shell {
  max-width: none;
  width: 100%;
}

.filter-panel {
  background: #fff;
  border: 1px solid #dfe7ef;
  border-radius: 8px;
  padding: 16px;
}

.table-panel {
  background: #fff;
  border: 1px solid #dfe7ef;
  border-radius: 8px;
  padding: 8px;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-width: 58px;
  justify-content: center;
  border-radius: 999px;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.status-pill.success {
  color: #0f6848;
  background: #dff4ea;
}

.status-pill.error {
  color: #8a1f11;
  background: #f8dfda;
}

.status-pill.empty {
  color: #59646e;
  background: #edf1f5;
}

.status-text {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.status-text::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.status-text.success {
  color: #0f6848;
}

.status-text.success::before {
  background: #18bc9c;
}

.status-text.error {
  color: #8a1f11;
}

.status-text.error::before {
  background: #e74c3c;
}

.status-text.empty {
  color: #59646e;
}

.status-text.empty::before {
  background: #95a5a6;
}

.message-cell {
  display: block;
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.action-value-copy {
  appearance: none;
  align-items: center;
  border: 0;
  background: transparent;
  color: #0d6efd;
  cursor: copy;
  display: inline-flex;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
  text-align: left;
  white-space: nowrap;
}

.action-value-copy:hover {
  text-decoration: underline;
}

.action-value-text {
  overflow: hidden;
  text-overflow: ellipsis;
}

.json-viewer {
  min-height: 420px;
  max-height: 62vh;
  overflow: auto;
  border-radius: 6px;
  background: #17202a;
  color: #edf2f7;
  padding: 14px;
  font-size: 12px;
}

.action-list {
  max-height: 62vh;
  overflow: auto;
}

.action-list .list-group-item {
  cursor: pointer;
}

.action-list .list-group-item.active .status-pill {
  background: rgba(255, 255, 255, 0.24);
  color: #fff;
}

.tabulator {
  border-color: #dfe7ef;
  border-radius: 6px;
}

.tabulator .tabulator-header {
  border-bottom-color: #dfe7ef;
}

.empty-state {
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c757d;
}
