# PDF Target

Use this file when the user explicitly wants `私人编辑部` to end as a PDF rather than an HTML page.

## Primary target

The default deliverable should be:

- `single-file PDF`
- `A4 portrait`
- `print-first`
- `screen-readable`
- `safe and calm editorial tone`

## Content goal

The page should help a reader understand the day quickly without feeling overloaded.

Prefer:

- one strong lead
- 2 to 4 supporting sections
- short summaries
- a visible reading path
- clear source attribution

Avoid:

- dashboard-like clutter
- excessive equal-weight cards
- crowded typography
- sensational or harmful wording

## Layout goal

The page should feel like a small publication page.

Recommended structure:

1. Masthead
2. Lead
3. Supporting sections
4. Watchlist or notes
5. Footer

## Typography goal

Prefer:

- strong masthead
- restrained accent color
- dark text on light background
- body text sized for print
- generous spacing between sections

Avoid:

- tiny captions
- bright warning colors as the default look
- decorative fonts
- high-density UI styling

## Link goal

When the PDF workflow supports it:

- keep source links clickable
- use short human-readable source labels
- place links at the end of items, not in the middle of the copy

## Safety goal

The edition should remain safe and harmless by default.

Rules:

- describe sensitive topics at a high level
- do not include graphic, explicit, or instructional harmful detail
- do not dramatize conflict or risk
- prefer clarity over provocation

## Render goal

If HTML/CSS is used as an intermediate step, make sure it is clearly optimized for print:

- use `@page { size: A4 portrait; }`
- control margins explicitly
- check page breaks
- avoid layout choices that only look good on wide screens

## Acceptance checklist

Before finishing, verify:

- the output is a PDF
- the page size is A4 portrait
- the first page reads cleanly
- the tone is calm and non-harmful
- sources are visible
- spacing survives print or export
