.card-soft {
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
}
.table thead th { white-space: nowrap; }
.badge-mono { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
.scan-preview {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
  aspect-ratio: 4/3;
}
