:root {
  --bg: #0b0f12;
  --card: #0f1720;
  --muted: #9aa4b2;
}
body[data-bs-theme="dark"] {
  background: var(--bg);
  color: #e6eef6;
}
.card-dark {
  background: var(--card);
  color: #e6eef6;
}
.sidebar-item {
  cursor: pointer;
}

/* draggable officer */
.officer-item {
  padding: .4rem .6rem;
  border-radius: .25rem;
  background: rgba(255,255,255,0.03);
  margin-bottom: .4rem;
}
