.status-dot.checking { background: #b28a42; }
.status-dot.ready { background: #40a876; }
.status-dot.error { background: #bd5541; }

.text-button {
  background: transparent;
  color: var(--green-dark);
  padding: 8px 0 0;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.text-button:hover { color: var(--green); }

.example-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
  margin-top: 8px;
}

.example-actions .text-button {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
}

.example-actions .text-button span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
}

.inspection-box {
  margin-top: 14px;
  border: 1px solid var(--line);
  background: #fbfdfc;
  padding: 14px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.inspection-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 12px;
}

.inspection-stats div { min-width: 0; }
.inspection-stats span { display: block; color: var(--muted); font-size: 11px; }
.inspection-stats strong { display: block; color: var(--ink); font-size: 14px; overflow-wrap: anywhere; }
.inspection-ok { color: var(--green-dark); font-weight: 700; }
.inspection-warnings { display: grid; gap: 4px; color: var(--amber); }
.inspection-warnings strong { color: var(--ink); }

.retention-notice {
  display: grid;
  gap: 4px;
  margin-top: 18px;
  border-left: 3px solid #b28a42;
  background: #fffaf1;
  padding: 11px 13px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}

.retention-notice strong { color: var(--ink); font-size: 12px; }

.table-controls {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(160px, .7fr) auto;
  gap: 12px;
  align-items: end;
  padding: 0 26px 20px;
}

.search-control, .filter-control { display: grid; gap: 6px; }
.search-control span, .filter-control span { color: var(--muted); font-size: 11px; font-weight: 700; }
.search-control input, .filter-control select {
  width: 100%;
  min-height: 38px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  padding: 8px 10px;
  font: inherit;
  font-size: 12px;
}
.search-control input:focus, .filter-control select:focus { outline: 2px solid #b9d5c8; outline-offset: 1px; }
.pagination-controls { display: flex; align-items: center; gap: 8px; }
.pagination-controls .button { white-space: nowrap; padding: 10px 12px; }
.page-indicator { min-width: 82px; color: var(--muted); font-size: 11px; text-align: center; }

@media (max-width: 700px) {
  .table-controls { grid-template-columns: 1fr; align-items: stretch; }
  .pagination-controls { justify-content: space-between; }
}

@media (max-width: 540px) {
  .inspection-stats { grid-template-columns: 1fr; gap: 7px; }
}

/* Readability adjustments for result review. */
.brand small,
.header-meta,
.format-chip,
.eyebrow,
.section-kicker,
.list-heading,
.inspection-stats span,
.search-control span,
.filter-control span,
.page-indicator,
.site-footer {
  font-size: 12px;
}

.button,
.drop-zone p,
.file-meta,
.input-notes,
.info-block p,
.distribution-row,
.muted,
.inspection-box,
.progress-title,
.progress-area p,
.search-control input,
.filter-control select,
table {
  font-size: 14px;
}

th { font-size: 12px; }
.category-grid span,
.top-predictions span { font-size: 12px; }
.summary-card span { font-size: 12px; }
.retention-notice { font-size: 12px; }
.retention-notice strong { font-size: 13px; }

.runtime-notice {
  display: grid;
  gap: 4px;
  margin-top: 12px;
  border-left: 3px solid #8ca99a;
  background: #f2f7f4;
  padding: 11px 13px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.runtime-notice strong {
  color: var(--ink);
  font-size: 13px;
}
