html { min-height: 100%; }
body { min-height: 100vh; background: var(--bs-tertiary-bg); }
.login-page { display: grid; place-items: center; padding: 2rem 0; }
.catalog-thumb { width: 72px; height: 54px; object-fit: contain; border-radius: .5rem; background: var(--bs-body-bg); }
.catalog-thumb-lg { width: 130px; height: 96px; object-fit: contain; border-radius: .75rem; background: var(--bs-body-bg); }
.table > :not(caption) > * > * { padding: .9rem 1rem; }
.card { border-color: var(--bs-border-color-translucent); }
@media (max-width: 576px) {
  .catalog-thumb { width: 56px; height: 44px; }
  .table > :not(caption) > * > * { padding: .75rem .6rem; }
}
