---
name: Savee
description: "A textbook example of a premium dark-mode SaaS design that uses minimal color and large typography to convey a sense of professional quality."
version: alpha

colors:
  background: "#050505"
  primary: "#fdfdfd"
  secondary: "#a3a3a3"
  tertiary: "#1019ed"
  neutral: "#737373"
  bg-soft: "#151515"
  bg-quiet: "#1e1e1e"
  muted-soft: "#404040"
  line: "rgba(64,64,64,0.5)"

typography:
  display:
    fontFamily: geometric-sans
    fontSize: 60px
    lineHeight: 1.0
    fontWeight: 500
    letterSpacing: "-1.44px"
  h2:
    fontFamily: geometric-sans
    fontSize: 36px
    lineHeight: 1.11
    fontWeight: 500
    letterSpacing: "-0.48px"
  body:
    fontFamily: geometric-sans
    fontSize: 16px
    lineHeight: 1.375
    fontWeight: 400
    letterSpacing: "-0.24px"

rounded:
  sm: 4px
  md: 12px
  lg: 20px
  pill: 9999px

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

---

## Overview

A premium visual curation tool for designers built on a dark, minimal aesthetic.

*A digital mood board platform for creative professionals.*

## Colors

High-contrast dark mode using pure blacks and whites with a single vibrant blue accent.

- **Background (`#050505`)** — uses `bg` token
- **Primary text (`#fdfdfd`)** — uses `ink` token
- **Secondary text (`#a3a3a3`)** — uses `ink-soft` token
- **Accent (`#1019ed`)** — uses `accent` token
- **Muted (`#737373`)** — uses `muted` token
- **Borders (`rgba(64,64,64,0.5)`)** — uses `line` token

## Typography

- **Display:** geometric-sans
- **Body:** geometric-sans
- **Mono:** monospace

## Layout

Single column centered layout with large hero sections.

*Rhythm:* 4px base grid with generous vertical spacing for sections.

## Elevation & Depth

- 0px 18px 70px rgba(0,0,0,0.35)
- Borders: 1px solid rgb(64,64,64) for cards and inputs.

## Shapes

- `sm`: 4px
- `md`: 12px
- `lg`: 20px
- `pill`: 9999px

## Components

- **button:** Pill-shaped primary button with solid blue fill; ghost secondary button with border.
- **card:** Dark elevated surface with rounded corners and subtle borders.
- **chip:** Pill-shaped container for platform icons (iPhone App, Figma Plugin, etc.).
- **input:** Dark input fields with rounded corners and subtle border.
- **hero:** Large centered headline with subtext and prominent CTA button.

## Do's and Don'ts

**Don't:**
- Don't use light backgrounds — screenshot shows a pure black (#050505) background.
- Don't use decorative fonts — screenshot shows clean, geometric sans-serif typography.
- Don't use multiple accent colors — screenshot shows a single vibrant blue (#1019ed) accent.
- Don't use sharp corners on buttons — screenshot shows full pill-shaped buttons (9999px radius).
- Don't use thin, light fonts — screenshot shows medium-weight (500) headings for impact.
- Don't use busy backgrounds or gradients — screenshot shows solid, flat dark surfaces.

---

## System Prompt (paste into AI agent)

```
This is a premium visual curation platform for designers, emphasizing a clean, minimal dark-mode aesthetic. The primary background is near-black (#050505), contrasted with pure white (#fdfdfd) text and muted gray (#a3a3a3) secondary text. The single vibrant blue accent (#1019ed) is used exclusively for primary calls to action like 'Build your library'. Typography uses a geometric sans-serif category with a large display scale (60px) for impact. Critical design constraints include avoiding light mode, avoiding multiple accent colors, using pill-shaped buttons instead of rectangular ones, avoiding decorative fonts, and maintaining generous white space to ensure visual focus remains on the curated content.
```
