:root {
  --brand-color: #2c3e50; /* A professional dark blue/slate */
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
main {
  flex: 1;
}
.navbar-brand {
  font-weight: bold;
  color: var(--brand-color);
}
.footer-bg {
  background-color: #f8f9fa;
  border-top: 1px solid #dee2e6;
}
.status-badge {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0.4em 0.8em;
  border-radius: 4px;
}
