---
name: Writer
description: "A strong example of modern B2B SaaS design that balances editorial authority with functional clarity."
version: alpha

colors:
  background: "#FFFFFF"
  primary: "#000000"
  secondary: "#2D2D2D"
  tertiary: "#5551FF"
  neutral: "#BDBDBD"
  bg-soft: "#E4E9FF"
  bg-quiet: "#F3F3F3"
  muted-soft: "#D2D4D7"
  line: "rgba(0,0,0,0.1)"

typography:
  display:
    fontFamily: transitional-serif
    fontSize: 64px
    lineHeight: 1.0
    fontWeight: 400
    letterSpacing: "-2px"
  body:
    fontFamily: geometric-sans
    fontSize: 16px
    lineHeight: 1.2
    fontWeight: 400
    letterSpacing: "0px"

rounded:
  sm: 4px
  md: 12px
  lg: 12px
  pill: 999px

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

---

## Overview

An enterprise AI platform for scaling brand-consistent execution with autonomous agents.

*An enterprise-grade command center for AI-driven content and workflow execution.*

## Colors

High-contrast monochrome core with a single high-chroma violet accent for primary CTAs and emphasis.

- **Background (`#FFFFFF`)** — uses `bg` token
- **Primary text (`#000000`)** — uses `ink` token
- **Secondary text (`#2D2D2D`)** — uses `ink-soft` token
- **Accent (`#5551FF`)** — uses `accent` token
- **Muted (`#BDBDBD`)** — uses `muted` token
- **Borders (`rgba(0,0,0,0.1)`)** — uses `line` token

## Typography

- **Display:** transitional-serif
- **Body:** geometric-sans
- **Mono:** monospaced

- Headlines use a transitional serif for authority and elegance.
- Body text and UI use a clean geometric sans for high readability.
- Uppercase tracking is used extensively for labels and navigation to add structure.

## Layout

Centered single-column flow for content, with two-column layouts for feature showcases.

*Rhythm:* 8px baseline grid with generous vertical whitespace to maintain a premium, uncluttered feel.

## Elevation & Depth

- rgb(243, 243, 243) 0px 2px 4px 0px
- rgba(191, 203, 255, 0.25) 0px 1px 8px 0px
- Borders: Subtle 1px borders used to define inputs and card edges without adding visual noise.

## Shapes

- `sm`: 4px
- `md`: 12px
- `lg`: 12px
- `pill`: 999px

## Components

- **button:** Pill-shaped primary buttons with high-contrast fills; text-based secondary buttons.
- **card:** Clean, rounded-corner cards with subtle shadows, often used to demonstrate UI features.
- **chip:** Small, uppercase badges used for categorization and status indicators.
- **input:** Rounded-pill input fields with subtle borders and clear placeholder text.
- **hero:** Massive serif headline paired with a single high-chroma accent word and a prominent demo request form.

## Do's and Don'ts

**Don't:**
- Don't use a dark mode — the design strictly follows a high-contrast light-background paradigm.
- Don't use highly rounded sans-serif fonts for headlines — the screenshot specifically uses a transitional serif.
- Don't remove uppercase tracking from labels — navigation and labels rely heavily on `text-transform: uppercase`.
- Don't use soft pastel backgrounds — the palette stays strictly monochrome with one vibrant accent.
- Don't use heavy drop shadows — the design relies on subtle box-shadows for minimal depth.
- Don't mix in secondary accent colors — the violet (#5551FF) is the sole high-chroma color used.

---

## System Prompt (paste into AI agent)

```
This is a premium enterprise AI platform for B2B SaaS. The design DNA is characterized by a stark, high-contrast monochrome core (#FFFFFF and #000000) with a single high-chroma violet accent (#5551FF). Typography combines an authoritative transitional-serif for display with a clean geometric-sans for body and UI. Critical constraints include: never introduce secondary high-chroma colors, maintain generous whitespace, and ensure all labels use uppercase tracking. Avoid dark mode and overly decorative or playful elements. Always prioritize clarity and professional restraint.
```
