---
name: Magic Eden
description: "Worth including as a prime example of a high-performance, dark-mode marketplace UI for a specialized web3 domain."
version: alpha

colors:
  background: "#15111d"
  primary: "#f2f2f3"
  secondary: "#858094"
  tertiary: "#ea4141"
  neutral: "#4d3d5c"
  bg-soft: "#1e1929"
  bg-quiet: "#2a2337"
  line: "rgba(35, 30, 47, 1)"

typography:
  display:
    fontFamily: grotesque-sans
    fontSize: 24px
    lineHeight: 1.2
    fontWeight: 700
    letterSpacing: "-0.5px"
  body:
    fontFamily: grotesque-sans
    fontSize: 16px
    lineHeight: 1.5
    fontWeight: 400
    letterSpacing: "0px"
  caption:
    fontFamily: grotesque-sans
    fontSize: 12px
    lineHeight: 1.3
    fontWeight: 400
    letterSpacing: "0px"

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

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

---

## Overview

A high-energy, dark-mode marketplace for buying, selling, and discovering NFTs.

*A neon-lit bazaar for digital collectibles*

## Colors

Deep purple-black background with bright white text and vibrant neon pink and green accents.

- **Background (`#15111d`)** — uses `bg` token
- **Primary text (`#f2f2f3`)** — uses `ink` token
- **Secondary text (`#858094`)** — uses `ink-soft` token
- **Accent (`#ea4141`)** — uses `accent` token
- **Muted (`#4d3d5c`)** — uses `muted` token
- **Borders (`rgba(35, 30, 47, 1)`)** — uses `line` token

## Typography

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

- Use Inter as the primary sans-serif for UI.
- Use bold weights for headings and emphasis.

## Layout

Responsive grid for collection cards and tables.

*Rhythm:* Standard 4px grid system.

## Elevation & Depth

- 0px 1px 2px 0px rgba(0, 0, 0, 0.05)
- Borders: 1px solid #231e2f

## Shapes

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

## Components

- **button:** Rounded buttons with solid fills (pink for primary actions) or subtle borders.
- **card:** Dark cards with subtle borders and rounded corners (8px) for NFT collections.
- **chip:** Pill-shaped tags and status indicators (e.g., 'Featured', 'Top').
- **input:** Dark-themed input fields with subtle borders.
- **hero:** Horizontal scrolling carousel of featured collection cards.

## Do's and Don'ts

**Don't:**
- Don't use a light background — the screenshot shows a dark purple-black interface.
- Don't use serif fonts — the screenshot shows a clean, modern sans-serif style.
- Don't use rounded corners everywhere — the screenshot shows sharp, 8px radii on cards.
- Don't use multiple dominant colors — the screenshot shows a restrained palette with pink and green accents.
- Don't use dense, cramped layouts — the screenshot shows generous spacing and clear visual hierarchy.
- Don't use subtle, low-contrast borders — the screenshot shows clear, dark borders to separate elements.

---

## System Prompt (paste into AI agent)

```
Magic Eden is a leading Solana NFT marketplace designed for a web3-savvy audience. It features a dark mode interface with a deep purple-black background (#15111d) and vibrant accents like neon pink (#ea4141) and green (#41e78a). The typography uses a clean grotesque sans-serif (Inter) with bold headings and 16px body text. Key components include collection cards with 8px radius, pill-shaped tags, and a horizontal carousel for featured items. Avoid using light themes, serif fonts, or overly decorative elements. The design prioritizes clarity, trust, and ease of navigation for trading digital assets.
```
