---
name: Tesla
description: "Worth including as a baseline example of unstyled, system-generated error states stripped of all design systems."
version: alpha

colors:
  background: "#FFFFFF"
  primary: "#000000"
  line: "rgba(0, 0, 0, 1.0)"

typography:
  display:
    fontFamily: transitional-serif
    fontSize: 32px
    lineHeight: 1.2
    fontWeight: 700
    letterSpacing: "normal"
  body:
    fontFamily: transitional-serif
    fontSize: 16px
    lineHeight: 1.5
    fontWeight: 400
    letterSpacing: "normal"

rounded:
  sm: 0px
  md: 0px
  lg: 0px
  pill: 0px

spacing:
  xs: 4px
  sm: 8px
  md: 16px
  lg: 24px
  xl: 32px
  2xl: 48px
  3xl: 64px

---

## Overview

A raw, unstyled server error message displaying access denial.

*A standard server error page stripped of all branding.*

## Colors

High-contrast, zero-hue monochrome.

- **Background (`#FFFFFF`)** — uses `bg` token
- **Primary text (`#000000`)** — uses `ink` token
- **Borders (`rgba(0, 0, 0, 1.0)`)** — uses `line` token

## Typography

- **Display:** transitional-serif
- **Body:** transitional-serif

- Use the browser's default serif font (Times) for all text.
- Maintain a strict 2:1 size ratio between the main headline and the body text.

## Layout

Raw HTML document flow.

*Rhythm:* Standard browser default margins.

## Elevation & Depth

- Borders: None

## Shapes

- `sm`: 0px
- `md`: 0px
- `lg`: 0px
- `pill`: 0px

## Components

- **hero:** N/A

## Do's and Don'ts

**Don't:**
- don't use custom brand fonts — screenshot shows default browser Times font
- don't use high-chroma accent colors — screenshot shows only black text
- don't add complex layouts or grids — screenshot shows raw unstyled text flow
- don't use rounded corners or drop shadows — screenshot shows completely flat text
- don't add decorative icons or illustrations — screenshot shows plain unstyled text
- don't use a dark mode background — screenshot shows a plain white background

---

## System Prompt (paste into AI agent)

```
This is a system-generated, unstyled server error page blocking access to a premium automotive site. It consists of a 32px bold serif headline and three lines of 16px regular serif body text on a plain white background. The palette is strictly monochrome using pure black ink (#000000) on pure white (#FFFFFF) with no visible accent colors. The typography uses the default browser serif font (Times) without any custom web fonts. Critical donts: never add custom branding or colors, never use sans-serif fonts, never apply complex grids or layouts, never add rounded corners or shadows, and never hide the raw technical reference text.
```
