Text field for search, forms, and settings.

```jsx
<Input placeholder="Search agents…" />
<Input type="email" invalid aria-describedby="err" />
```

For search fields, place a 16px lucide `Search` icon absolutely at 12px from the left and pad the input to 36px. Focus shows a `--ring` border, never a removed outline.
