## MODIFIED Requirements

### Requirement: Per-guest QR sheet (FR-7.3, P1)
Optionally, the system SHALL generate per-guest QRs encoding `/i/{token}` plus a printable sheet (guest name + QR) for personalised printed cards. Per-guest QR artwork SHALL be produced for printing a list, not for reaching one guest: the guest detail view SHALL NOT offer it, because its purpose is sending an invitation now.

#### Scenario: Personalised sheet
- **WHEN** the admin generates a per-guest QR sheet for 50 selected guests
- **THEN** a printable document contains each guest's name beside their personal QR

#### Scenario: Not offered in guest detail
- **WHEN** an admin opens a guest's detail view
- **THEN** no QR image or QR download is offered there

#### Scenario: The generator survives the removal
- **WHEN** the per-guest QR sheet of this requirement is built
- **THEN** the per-guest QR it needs is still generated, encoding the same personal link as before
