---
name: Balsa
description: "This site is a great example of a clean, focused SaaS design that uses a minimal color palette and strong typography to convey professionalism and clarity."
version: alpha

colors:
  background: "#FFFFFF"
  primary: "#000000"
  tertiary: "#FFB700"
  neutral: "#939393"
  bg-quiet: "#F7F7F7"
  line: "rgba(0,0,0,0.09)"

typography:
  display:
    fontFamily: grotesque-sans
    fontSize: 48px
    lineHeight: 1.0
    fontWeight: 700
    letterSpacing: "-1.5px"
  heading:
    fontFamily: humanist-sans
    fontSize: 24px
    lineHeight: 1.2
    fontWeight: 700
    letterSpacing: "0px"
  body:
    fontFamily: humanist-sans
    fontSize: 16px
    lineHeight: 1.5
    fontWeight: 400
    letterSpacing: "0px"
  caption:
    fontFamily: humanist-sans
    fontSize: 12px
    lineHeight: 1.4
    fontWeight: 400
    letterSpacing: "0px"

rounded:
  sm: 6px
  md: 8px
  lg: 12px
  pill: 999px

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

---

## Overview

A documentation and project tracking tool for building software.

*A clean, focused workspace for aligning product teams on goals and tasks.*

## Colors

High-contrast black and white with a single, high-chroma yellow accent for highlighting key UI cards and callouts.

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

## Typography

- **Display:** grotesque-sans
- **Body:** humanist-sans
- **Mono:** monospace

- Use uppercase for UI labels and status indicators.
- Main headlines use heavy weights and tight letter-spacing.

## Layout

Single-column centered layout for the marketing site, with a complex multi-column grid for the product UI screenshots.

*Rhythm:* Consistent 4px grid base with generous whitespace in the hero section.

## Elevation & Depth

- rgba(0,0,0,0.05) 0px 1px 0px 0px
- rgba(0,0,0,0.15) 0px 0.7px 0.7px -0.625px, rgba(0,0,0,0.145) 0px 1.8px 1.8px -1.25px, rgba(0,0,0,0.05) 0px 30px 30px -3.75px
- Borders: Thin, low-opacity black borders (rgba(0,0,0,0.09)) for subtle separation.

## Shapes

- `sm`: 6px
- `md`: 8px
- `lg`: 12px
- `pill`: 999px

## Components

- **button:** Solid black pill-shaped buttons for primary actions, and bordered pill-shaped buttons for secondary actions.
- **card:** White cards with soft shadows (e.g., the main product UI screenshot) and yellow accent cards for highlighting features.
- **chip:** Status indicators with rounded corners and background colors.
- **input:** Clean, bordered input fields with subtle shadows.
- **hero:** Centered text-heavy hero with a large headline, subtext, and a prominent product UI screenshot below.

## Do's and Don'ts

**Don't:**
- Don't use a busy background — screenshot shows a clean, solid white (#FFFFFF) background.
- Don't use a low-contrast accent color — screenshot shows a high-chroma yellow (#FFB700) for emphasis.
- Don't use a light or grey primary text color — screenshot shows pure black (#000000) for main headlines.
- Don't use sharp, square corners — screenshot shows rounded corners (12px) on primary cards and containers.
- Don't use a dark mode interface — screenshot shows a predominantly white/light theme.
- Don't use decorative, script, or overly stylized fonts — screenshot shows clean, functional sans-serif and monospace categories.

---

## System Prompt (paste into AI agent)

```
This is a clean, professional SaaS landing page for a project documentation tool. It features a stark black-and-white palette with a single, high-chroma yellow (#FFB700) accent used for highlighting feature cards. The typography uses bold, grotesque-sans categories for headlines and humanist-sans for body text. Critical constraints: maintain high contrast, avoid dark mode, use solid white backgrounds, and keep UI elements rounded. The layout is centered and spacious, focusing on product screenshots.
```
