.dropzone {
  border: 2px dashed #74a5ff;
  background: #f7fbff;
  transition: .2s ease;
}
.dropzone.dragover {
  background: #eaf3ff;
  border-color: #2a7eff;
}
.list-group-item .progress {
  height: 6px;
}
/* Компактная таблица архивов */
.table.archives-table td, .table.archives-table th {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 240px;
}
.archives-wrap { position: relative; overflow-x: hidden; }
.slide-in-bottom {
  animation: slideInBottom .35s ease-out both;
}
@keyframes slideInBottom {
  from { transform: translateY(16px); opacity: 0; }
  to   { transform: translateY(0);    opacity: 1; }
}
/* Кнопки внутри ячейки на одной строке и не рвут верстку */
.arch-actions { gap: .5rem; flex-wrap: wrap; }
/* чуть меньше “вес” бейджа со спиннером */
.status-badge {
  min-width: 110px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .35rem;
}
