Labeled text field with focus ring in the school accent and an optional hint/error line.

```jsx
<Input label="Coach ID" placeholder="e.g. HC-001" hint="It's on your visor." />
<Input label="Password" type="password" invalid hint="Incorrect. Hint: it's your buyout amount." />
```
