:root {
  --ombor-radius: 0.65rem;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

.card {
  border-radius: var(--ombor-radius);
}

.navbar-brand i {
  vertical-align: -2px;
}

.table > :not(caption) > * > * {
  padding: 0.55rem 0.6rem;
}

.table-sticky thead th {
  position: sticky;
  top: 0;
  z-index: 2;
}

.stat-label {
  letter-spacing: 0.04em;
  font-size: 0.72rem;
}

.badge-soft-danger {
  background-color: rgba(220, 53, 69, 0.12);
  color: #b02a37;
}

.badge-soft-success {
  background-color: rgba(25, 135, 84, 0.12);
  color: #146c43;
}

.filter-card .form-label {
  font-size: 0.8rem;
  margin-bottom: 0.2rem;
}

.text-mono {
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
}

td.num,
th.num {
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.backup-codes {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 1.05rem;
  letter-spacing: 0.05em;
}

@media print {
  .navbar,
  footer,
  .no-print {
    display: none !important;
  }
}
