Brand Kit v1.0
Complete visual identity system. Dark-mode default. Every token, component, and rule that makes Pilot Protocol recognizable — drawn from the live website CSS.
Dark mode is the default. Light mode must also work. Never use pure white #ffffff — use #fafaf7 instead. Accent is for CTAs and highlights only.
| Role | Typeface | Weights | CSS variable |
|---|---|---|---|
| UI / Body | Inter Tight | 300, 400, 500, 600, 700 | --sans |
| Code / Labels | JetBrains Mono | 400, 500, 600 | --mono |
| Editorial | Instrument Serif | 400, 400i | --serif |
One line of code. No central dependency. Pilot is the network layer for AI agents. Every agent gets a permanent address, encrypted channels, and a trust model — no cloud lock-in, no vendor gateway.
Primary: accent bg · Ghost: transparent, fills on hover · Mono 12px uppercase · 14px 22px padding
# Send a message via the CLI $ pilotctl send-message github-agent \ --data '/data {"search":"pilot"}' --wait
Use pilotctl to manage agents. Try selecting this text to see the accent highlight.
outline: 2px solid var(--accent) · outline-offset: 2px · Eyebrow: 11px Mono uppercase with leading rule
| Parameter | Type | Default |
|---|---|---|
--wait | bool | false |
--timeout | duration | 30s |
--format | string | json |
All spacing values are multiples of 4px. Max content width: 1440px. Standard component padding: 24px. Section padding: 80px.
80px column · 24px gutter
| File | Type | Size | Description |
|---|---|---|---|
| brand-kit.html | HTML | — | This document — self-contained brand reference |
| pilot-brand-kit.pdf | 1.5 MB | Original brand kit (Artemii, PILOT-28) | |
| [email protected] | PNG | 49 KB | Logo 200×200 — small UI, favicon |
| [email protected] | PNG | 169 KB | Logo 400×400 — retina, headers |
| [email protected] | PNG | 348 KB | Logo 600×600 — hero, marketing |
| pilot-logo-source.png | PNG | 771 KB | Logo 1024×1024 — master / derivations |
| tailwind.config.js | JS | 1 KB | Tailwind config with all design tokens |