body {
  font-family: -apple-system, 'PingFang SC', sans-serif;
  max-width: 1300px;
  margin: 32px auto;
  color: #1f2937;
  padding: 0 16px;
}

h1 { font-size: 20px; }
h2 { font-size: 15px; margin-top: 40px; color: #6b7280; }

.toolbar {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.toolbar input {
  padding: 4px 8px;
}

.hint {
  font-size: 12px;
  color: #9ca3af;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

th, td {
  border: 1px solid #e5e7eb;
  padding: 8px 10px;
  text-align: left;
}

th {
  background: #f9fafb;
}

.w-52 {
  width: 52px;
}

.w-500 {
  width: 500px;
}

.status-draft { color: #9ca3af; }
.status-gray { color: #d97706; font-weight: 600; }
.status-full { color: #16a34a; font-weight: 600; }
.status-blacklist { color: #dc2626; font-weight: 600; text-decoration: line-through; }

.actions button, .actions input, .actions a {
  margin-right: 4px;
  font-size: 12px;
}

.actions input[type="number"] {
  width: 50px;
}

.download-link {
  color: #2563eb;
  text-decoration: none;
  white-space: nowrap;
}

.download-link:hover {
  text-decoration: underline;
}

.muted {
  color: #9ca3af;
}
