# Tier A — AI usually very good (85–95%)

Add 2–3 reference adjectives when prompting. Paste scaffold content for best results.

---

## CRT monitor

```
Visual style: Retro CRT monitor display
Rules:
- scanline overlay (repeating linear gradient)
- phosphor glow (text-shadow in green or amber)
- rounded screen mask with dark bezel
- subtle RGB subpixel fringe
- vignette around edges
```

---

## Mission control dashboard

```
Visual style: NASA-style mission control dashboard
Rules:
- dark ops-room background
- grid of telemetry panels
- monospace readouts and countdown timers
- status lights (green/yellow/red dots)
- labeled gauges and progress bars
```

---

## Cyberdeck / Hacker aesthetic

```
Visual style: Cyberdeck / hacker terminal rig
Rules:
- black background with neon accent (cyan or green)
- angular panel borders, not rounded
- monospace data streams
- subtle glitch or scan effects
- HUD-style corner brackets
```

---

## Neo-brutalism

```
Visual style: Neo-brutalism web design
Rules:
- thick black borders (3–4px) on all elements
- flat color blocks, no gradients
- no drop shadows
- bold sans-serif typography
- intentional asymmetric layout
```

---

## Swiss typography

```
Visual style: Swiss / International Typographic Style
Rules:
- Helvetica or similar geometric sans
- strict modular grid
- asymmetric whitespace
- limited palette (often red + black + white)
- large type hierarchy, minimal decoration
```

---

## Bento layouts

Not a skin — a layout pattern. Combine with any tier:

```
Layout: Bento grid
Rules:
- CSS grid with varied cell spans (2x1, 1x2, 2x2)
- consistent gap (16–24px)
- each cell is a self-contained card
- rounded corners optional per theme
```
