# Tier S — AI nails these (95–100%)

Strong visual rules. Paste the block for your target theme into an AI prompt along with `_scaffold/content.html`.

---

## Terminal / CLI

```
Visual style: Terminal / CLI
Rules (must follow all):
- monospace font throughout
- black or near-black background
- ASCII art or box-drawing characters for borders
- command prompt lines (user@host:~$)
- split pane layout (sidebar + main content)
Constraints: single self-contained index.html, inline CSS only, back link to ../../index.html
```

---

## Pixel game UI

```
Visual style: Pixel Art / 8-bit / 16-bit game UI
Rules (must follow all):
- pixel fonts (Press Start 2P or similar)
- image-rendering: pixelated / nearest-neighbor
- strict 16-color palette
- chunky 2–4px borders, no anti-aliased corners
- game HUD elements (health bar, coin counter, menu tabs)
Constraints: single self-contained index.html, inline CSS only, back link to ../../index.html
```

---

## Windows 95

```
Visual style: Windows 95 desktop UI
Rules (must follow all):
- beveled 3D buttons (light top-left, dark bottom-right borders)
- gray (#c0c0c0) window chrome
- blue gradient title bars
- old-style dialog boxes with OK/Cancel
- taskbar with Start button
Constraints: single self-contained index.html, inline CSS only, back link to ../../index.html
```

Note: Windows XP (Luna blues, rounded corners) is a variant — swap gray chrome for `#0058e6` gradients and softer corners.

---

## DOS / BIOS

```
Visual style: DOS / BIOS text mode
Rules (must follow all):
- text-only layout (no images required)
- blue screen (#0000aa) or BIOS gray-on-black
- box-drawing characters for frames (┌─┐│└─┘)
- boot-style header and numbered menu list
Constraints: single self-contained index.html, inline CSS only, back link to ../../index.html
```

---

## Blueprint / CAD

```
Visual style: Engineering blueprint / CAD drawing
Rules (must follow all):
- blueprint blue background (#1e3a5f or similar)
- white or cyan line art only
- grid overlay
- dimension-style annotations and leader lines
- wireframe boxes instead of filled cards
Constraints: single self-contained index.html, inline CSS only, back link to ../../index.html
```

---

## Newspaper

```
Visual style: Classic print newspaper
Rules (must follow all):
- serif fonts (Libre Baskerville, Playfair Display, or Times)
- multi-column body text (column-count: 3)
- justified text
- black and white only — no color accents
- masthead, dateline, horizontal rules between sections
Constraints: single self-contained index.html, inline CSS only, back link to ../../index.html
```
