MozaikaLive decode

Capacities — decoded design system

capacities.io · light · modern · tailwind · deep decode — measured live

Capacities's design system, decoded live by Mozaika: measured color roles, type scale, buttons with real hover/focus states, motion and the brand's own tokens.

Open in Mozaika →

This is a static, crawlable rendering for search & AI engines. The interactive version — filters, live decode console, copy & export — is at https://mozaika.design/decode/capacities.io.

Decoded design system

Capacities's decoded design system: background #FFFFFF, text #1A1A1D, accent #1A1A1D, link #945424, primary #FFFBEB; type scale h1 64px / h2 48px / body 15px; 4px spacing base; 8px base radius. The single interactive/action color is #1A1A1D — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#FFFFFF
surface#F1F1F1
border#DCDCDD
text#1A1A1D
text_muted#717172
primary#FFFBEB
accent#1A1A1D
link#945424
secondary#25D366
button_bg#1A1A1D
button_text#FFFFFF

Using these colors

Typography

Spacing

Radii

Motion

Micro-interactions run at 200ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).

Native design tokens

TokenValue
--ui-primaryoklch(21.91% .0058 285.84)
--landing-bg-pageoklch(100% .0001 263.28)
--landing-bg-sectionoklch(98.56% .0016 67)
--landing-bg-elevatedoklch(100% .0001 263.28)
--landing-bg-cardoklch(100% .0001 263.28)
--landing-bg-card-hoveroklch(99.16% .0016 67)
--landing-text-headingoklch(21.91% .0058 285.84)
--landing-text-bodyoklch(46.68% .0039 16.75)
--landing-text-mutedoklch(71.61% .006 30.59)
--landing-text-faintoklch(86.43% .0017 67.13)

…and 110 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: span.iconify×2 → line.connection-line×4 → div.absolute

Scroll reveal: 4 elements rest at opacity 0, animate in over 4000ms.

Stagger: line ×4 — 200ms apart.

Responsive (measured)

Install it

Drop this measured system into any shadcn/Tailwind project in one command:

npx shadcn add mozaika.design/r/decode/capacities.io

registry item · or query it over MCP: get_design_system("Capacities")

Export: DESIGN.md

# Capacities — Design System

> light, modern, medium, tailwind — deep decode (measured live)

## Colors

| Role | Value |
|------|-------|
| bg | `#FFFFFF` |
| surface | `#F1F1F1` |
| border | `#DCDCDD` |
| text | `#1A1A1D` |
| text_muted | `#717172` |
| primary | `#FFFBEB` |
| accent | `#1A1A1D` |
| link | `#945424` |
| secondary | `#25D366` |
| button_bg | `#1A1A1D` |
| button_text | `#FFFFFF` |

**Using these colors**

- **Action color** `#1A1A1D` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds.
- `accent`, `button_bg` are all `#1A1A1D` — one role, not several (your action color).
- **accent** `#1A1A1D` — THE accent / action color — interactive & must-notice only (buttons, links, focus, one key highlight); never large fills or backgrounds. Scarcity is what makes it read as designed.
- **primary** `#FFFBEB` — a neutral UI color (chips, tags, icon fills, chrome), not the action color (action = #1A1A1D).
- **link** `#945424` — inline text links and link-styled controls.
- **secondary** `#25D366` — optional secondary accent — LOW decode confidence; use rarely (a status color or a single decorative moment) or omit it entirely. Prefer one accent unless the reference clearly shows two.
- **Page coverage** (full-page screenshot pixels): `#FFFFFF` 95% · `#A7A5A1` 5%

## Typography

- Heading: **Inter**
- Body: **Inter**
- Mono: **JetBrains Mono** _(measured)_

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 64px / 700 · lh 67px · tracking -1.92px |
| h2 | 48px / 700 · lh 50px · tracking -1.44px |
| h3 | 36px / 700 · lh 45px · tracking -0.9px |
| body | 15px / 400 · lh 24px |
| small | 14px / 500 · lh 20px |
| eyebrow | 14px / 600 · tracking 0.35px |

- Weight ladder: 400 · 500 · 600 · 700 · 800 — use these exact measured weights, not the 400/600 defaults.

> **Fonts —** Inter — free, on Google.

## Spacing
- base unit: 4px (inferred from the measured scale)
- measured scale: 2px, 4px, 6px, 8px, 10px, 12px, 14px, 16px, 24px, 28px — snap all gaps/padding to these

## Radius
- base: 8px
- button: 6px
- card: 12px
- pill: 9999px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `oklch(0.2191 0.0058 285.84)` / `#FFFFFF` | none | 6px | 6px 10px 6px 10px | 500 14px | none |
| secondary | `rgba(0, 0, 0, 0)` / `oklch(0.4668 0.0039 16.75)` | none | 8px | 8px 12px 8px 12px | 500 14px | none |

**States (measured, not guessed)**

- primary hover: background `oklab(0.2191 0.00158312 -0.00557976 / 0.75)`
- primary focus: outline `2px solid oklch(0.2191 0.0058 285.84)`
- secondary hover: color `oklch(0.2191 0.0058 285.84)`
- transition: `color 0.15s cubic-bezier(0.4, 0, 0.2, 1)`

## Motion
- durations: 200ms (dominant) · 300ms · 150ms
- easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) · `cubic-bezier(0, 0, 0.2, 1)`
- animated properties: opacity, transform, translate, scale

Micro-interactions use the dominant duration + easing; nothing on the page animates slower than the longest duration above — don't invent springier motion.

## Their own tokens (verbatim from :root)

| Token | Value |
|-------|-------|
| `--ui-primary` | `oklch(21.91% .0058 285.84)` |
| `--landing-bg-page` | `oklch(100% .0001 263.28)` |
| `--landing-bg-section` | `oklch(98.56% .0016 67)` |
| `--landing-bg-elevated` | `oklch(100% .0001 263.28)` |
| `--landing-bg-card` | `oklch(100% .0001 263.28)` |
| `--landing-bg-card-hover` | `oklch(99.16% .0016 67)` |
| `--landing-text-heading` | `oklch(21.91% .0058 285.84)` |
| `--landing-text-body` | `oklch(46.68% .0039 16.75)` |
| `--landing-text-muted` | `oklch(71.61% .006 30.59)` |
| `--landing-text-faint` | `oklch(86.43% .0017 67.13)` |
| `--landing-border` | `oklch(94.06% .0016 67.05)` |
| `--landing-border-subtle` | `oklch(96.76% .0016 67.02)` |

_…and 108 more measured on the page._

Prefer these names when extending their system — it's the brand's actual vocabulary.

## Layout (measured)
- container max 1280px · common grid: 2-col
- nav: 64px sticky

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 1555 | 861 | — | — | 0/0 | — |
| 2416 | 1404 | 2 | 32 | 0/0 | — |
| 3820 | 1051 | 2 | 32 | 0/0 | — |

## Motion choreography (measured)
Load order: `span.iconify`×2 @0ms → `line.connection-line`×4 @0ms → `div.absolute` @0ms
- `line.connection-line` ×4 — opacity 0.25→0.25 — 4000ms ease-in-out · loops
- `div.absolute` — opacity 0.45→0.45 — 3000ms cubic-bezier(0, 0, 0.2, 1) · loops
- `span.iconify` ×2 — opacity 1→1 — 2000ms cubic-bezier(0.4, 0, 0.6, 1) · loops
- stagger: `line` ×4 — 200ms apart
- scroll reveal: 4 elements rest at opacity 0, animate in over 4000ms (0 revealed during the drive).

Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography.

## Components (measured)
- card ×3: pad 28px 28px 28px 28px · r 16px · border 1px solid oklch(0.9406 0.0016 67.05) · shadow  · bg oklch(1 0.0001 263.28)
  - hover: border `1px solid oklch(0.9163 0.0017 67.07)` · box-shadow `` · background `oklch(0.9916 0.0016 67)` · font-weight `400` · letter-spacing `normal`

## Responsive (measured)
- breakpoints: 768px · 1279px
- mobile (390px): hero 40px · body 16px · nav: hamburger

## How to apply
Paste the Tailwind `@theme` (or CSS variables) as your base, then build each
section to its spec — verify every color, radius, and font against these tokens.
Hover/focus states, shadows and motion timings above are measured from the live page — match them exactly, don't re-guess them.

← All decoded design systems

Mozaika is an MCP-native design-reference library for AI coding agents: real products decoded into measured design systems, full-page screens, sliced sections with per-section specs, and ordered user flows. Connect your agent over MCP.

An automated reading of Capacities's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with capacities.io. No screenshots stored. Removal requests: hello@mozaika.design.