---
name: Manetatoulian
description: "This site serves as a clear example of automated domain parking UI, using a highly constrained and functional design language."
version: alpha

colors:
  background: "#FFFFFF"
  primary: "#111111"
  tertiary: "#B8E4FC"
  neutral: "#000000"
  line: "rgba(0,0,0,1.0)"

typography:
  display:
    fontFamily: grotesque-sans
    fontSize: 35px
    lineHeight: 1.2
    fontWeight: 700
    letterSpacing: "0px"
  body:
    fontFamily: grotesque-sans
    fontSize: 16px
    lineHeight: 1.5
    fontWeight: 700
    letterSpacing: "0px"

rounded:
  sm: 5px
  md: 6px
  lg: 14px
  pill: 999px

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

---

## Overview

A standard domain parking landing page displaying related search topics.

*A digital waiting room with generated search links*

## Colors

High-contrast black and white with light blue functional accents.

- **Background (`#FFFFFF`)** — uses `bg` token
- **Primary text (`#111111`)** — uses `ink` token
- **Accent (`#B8E4FC`)** — uses `accent` token
- **Muted (`#000000`)** — uses `muted` token
- **Borders (`rgba(0,0,0,1.0)`)** — uses `line` token

## Typography

- **Display:** grotesque-sans
- **Body:** grotesque-sans

## Layout

Header, content box, list of items, footer.

*Rhythm:* Vertical stacking with 16px to 32px gaps.

## Elevation & Depth

- Borders: Solid black borders, 1px to 3px.

## Shapes

- `sm`: 5px
- `md`: 6px
- `lg`: 14px
- `pill`: 999px

## Components

- **button:** Dark pill-shaped button with white text.
- **card:** Search result box with solid light blue background and black border.
- **hero:** Simple text layout with the parked domain name and a call-to-action button.

## Do's and Don'ts

**Don't:**
- Don't use rounded corners — screenshot shows sharp/square corners on search cards.
- Don't use drop shadows — screenshot shows completely flat surfaces.
- Don't use serif fonts — screenshot shows exclusively sans-serif typography.
- Don't use multiple background colors — screenshot shows a single flat white background.
- Don't use thin borders — screenshot uses prominent, thick black borders.
- Don't use muted color palettes — screenshot uses high-contrast black, white, and bright light blue.

---

## System Prompt (paste into AI agent)

```
Design a minimal, utility-focused interface for displaying search-related content. The visual DNA is built on high-contrast black and white with bright light blue accents. Use a clean, humanist or grotesque sans-serif font family. Layout is strictly centered with a single-column list of functional cards. Critical constraints: Do not use drop shadows. Do not use rounded corners on primary content blocks. Do not use serif typography. Do not use thin borders; use bold black outlines. Do not introduce complex gradients. Do not use a muted color palette; maintain high contrast between text and background.
```
