.search-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}
.search-row input {
  flex: 1;
  min-width: 140px;
  font-family: var(--mono);
  font-size: 0.85rem;
  padding: 0.45rem 0.6rem;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.file-list {
  font-family: var(--mono);
  font-size: 0.8rem;
  margin: 0;
  white-space: pre-wrap;
  max-height: 280px;
  overflow: auto;
  background: #eef2f5;
  padding: 0.75rem;
  border-radius: 8px;
}
.archive-preview {
  font-family: var(--mono);
  font-size: 0.8rem;
  background: var(--term-bg);
  color: var(--term-fg);
  padding: 0.75rem;
  border-radius: 8px;
  max-height: 240px;
  overflow: auto;
  white-space: pre-wrap;
  margin: 0;
}
.badge-ignore {
  color: #c4a03a;
}
.badge-keep {
  color: #3ecf8e;
}
