body {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  margin: 40px;
  line-height: 1.5;
}

code,
pre {
  background: #f5f5f5;
  padding: 2px 6px;
  border-radius: 6px;
}

pre {
  padding: 12px;
  overflow: auto;
}

.muted {
  color: #666;
}

.box {
  border: 1px solid #eee;
  padding: 14px;
  border-radius: 12px;
}

.status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f7f9fc;
  border: 1px solid #e3e8f0;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 14px;
  color: #333;
  margin: 12px 0 20px;
}

.dot {
  width: 8px;
  height: 8px;
  background: #4caf50;
  border-radius: 50%;
}
