.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background: #1a3c8b;
  color: white;
  font-size: 14px;
}

.topbar a {
  color: white;
  text-decoration: none;
  margin-left: 12px;
}

.topbar a:hover {
  text-decoration: underline;
}

.topbar-user {
  font-weight: 600;
  margin-right: 10px;
}

.admin-badge {
  background: #ffcc00;
  color: #222;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 11px;
  margin-left: 6px;
}
