.admin-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}
.admin-table th, .admin-table td {
  padding: 0.55rem 0.5rem;
  text-align: left;
  border-bottom: 1px solid #eee6da;
  vertical-align: middle;
}
.admin-table th { font-size: 0.85rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.03em; }
.admin-table img.thumb { width: 42px; height: 42px; object-fit: cover; border-radius: 8px; }

.icon-btn {
  border: none;
  background: #f2ede2;
  border-radius: 8px;
  padding: 0.35rem 0.6rem;
  font-weight: 700;
  font-size: 0.85rem;
}
.icon-btn.danger { background: #ffe0e0; color: #a12727; }
.icon-btn.success { background: #d7f7e3; color: #146c3a; }

textarea.csv-input {
  width: 100%;
  min-height: 160px;
  font-family: ui-monospace, Consolas, monospace;
  font-size: 0.9rem;
  padding: 0.75rem;
  border-radius: 12px;
  border: 2px solid #e2ded6;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
}

@media (max-width: 700px) {
  .admin-table { font-size: 0.85rem; }
  .admin-table th, .admin-table td { padding: 0.4rem 0.3rem; }
}
