# Theme reference

## Visual profile

- black-first canvas
- restrained glass panels
- neon green action color
- cool cyan secondary highlight
- fine grid and scanline texture
- mono labels for system-like UI details

## Color usage

### Primary surface
- `#03070b`
- `#071117`
- `#0a1b1a`

### Accent
- `#00f281`
- `#00d971`

### Secondary highlight
- `#52c3eb`

### Text
- `#d7e1e7`
- `#8ea2aa`
- `#62727a`

## Motion systems

1. Pointer aura via CSS variables.
2. Scroll reveal via `IntersectionObserver`.
3. Background mesh via fixed canvas.

## Replication rules

- keep the page mostly dark
- use the green accent selectively
- let borders stay thin and low-contrast
- use mono only for labels, terminal blocks, pills, and small metadata
- avoid large noisy gradients or overdone glow
