/* MODIFIED BY ASSISTANT: visual clean modern (dark) */
body {
  background: #0b1220;
  color: #e6eef8;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}
.navbar-brand { font-weight: 700; }
.card { background: #0f2433; border: none; color: #e6eef8; }
.container { max-width: 1100px; }
.card .card-title { margin-bottom: 0.25rem; }
.small-muted { color: #9fb3c8; font-size: 0.9rem; }
.table { color: #e6eef8; }
.btn-primary { background: #0ea5a4; border-color: #0ea5a4; }


.flash-message {
  transition: opacity 0.5s ease;
}
