.scope-note {
  margin-top: 0;
  margin-bottom: 12px;
  color: var(--color-text-light);
}

.access-denied {
  background: #fee2e2;
  border: 1px solid #fecaca;
  color: #991b1b;
  border-radius: 8px;
  padding: 10px 12px;
  margin-bottom: 12px;
}

.hidden {
  display: none;
}

.user-role-select {
  min-width: 140px;
}

.role-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.role-pill {
  background: #e2e8f0;
  color: #334155;
  border-radius: 999px;
  font-size: 0.75rem;
  padding: 2px 8px;
}
