MozaikaLive decode

Reclaim — decoded design system

reclaim.ai · light · modern · custom · deep decode — measured live

Reclaim'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/reclaim.ai.

Decoded design system

Reclaim's decoded design system: background #FFFFFF, text #181D25, accent #5562EB, link #3451E8, primary #5562EB; type scale h1 100px / h2 90px / body 14px; 10px spacing base; 12px base radius. The single interactive/action color is #5562EB — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#FFFFFF
surface#F1F1F1
border#DCDDDE
text#181D25
text_muted#6F7277
primary#5562EB
accent#5562EB
link#3451E8
secondary#0000EE
button_bg#5562EB
button_text#FFFFFF

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

Micro-interactions run at 200ms (dominant) with ease.

Native design tokens

TokenValue
--osano-clear-dialog-backgroundrgba(255,255,255,0)
--osano-button-border-color#fff
--osano-button-background-color#5562eb
--osano-button-foreground-color#ffffff
--osano-dialog-background-color#ffffff
--osano-dialog-foreground-color#000000
--osano-info-dialog-overlay-colorrgba(0,0,0,0.8)
--osano-link-color#5665f0
--osano-toggle-off-track-color#dddddd
--osano-toggle-off-thumb-color#ffffff

…and 110 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: div.enterprise_block×6 → div.lottie-animation-13×8 → div.osano-cm-info-dialog__indiv.lottie-animation-14×4 → button.faq-q×6 → div.osano-cm-window__dialog

Responsive (measured)

Install it

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

npx shadcn add mozaika.design/r/decode/reclaim.ai

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

Export: DESIGN.md

# Reclaim — Design System

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

## Colors

| Role | Value |
|------|-------|
| bg | `#FFFFFF` |
| surface | `#F1F1F1` |
| border | `#DCDDDE` |
| text | `#181D25` |
| text_muted | `#6F7277` |
| primary | `#5562EB` |
| accent | `#5562EB` |
| link | `#3451E8` |
| secondary | `#0000EE` |
| button_bg | `#5562EB` |
| button_text | `#FFFFFF` |

**Using these colors**

- **Action color** `#5562EB` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds.
- `primary`, `accent`, `button_bg` are all `#5562EB` — one role, not several (your action color).
- **accent** `#5562EB` — 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.
- **link** `#3451E8` — inline text links and link-styled controls.
- **secondary** `#0000EE` — 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` 80.7% · `#ECECEC` 7.4% · `#95B99B` 5.5% · `#5E659C` 3.2%

## Typography

- Heading: **Poppins**
- Body: **Poppins**

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 100px / 400 · lh 100px |
| h2 | 90px / 400 · lh 90px |
| h3 | 48px / 400 · lh 58px |
| body | 14px / 300 · lh 20px |
| small | 12px / 400 · lh 15px |

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

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

## Spacing
- base unit: 10px (inferred from the measured scale)
- measured scale: 5px, 6px, 7px, 8px, 9px, 10px, 12px, 15px, 20px, 30px — snap all gaps/padding to these

## Radius
- base: 12px
- button: 100px
- card: 5px
- sharp: 3px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#5562EB` / `#FFFFFF` | none | 100px | 15px 30px 15px 30px | 300 18px | none |
| secondary | `rgba(0, 0, 0, 0)` / `#000000` | 1px solid rgb(0, 0, 0) | 100px | 10px 30px 10px 30px | 400 14px | none |

**States (measured, not guessed)**

- primary hover: transform `matrix(1, 0, 0, 1, 0, -3)`
- primary focus: outline `1px auto rgb(16, 16, 16)`
- secondary hover: border `1px solid rgb(85, 98, 235)` · background `#5562EB` · color `#FFFFFF`

## Shadows (elevation)
- card: `rgba(0, 0, 0, 0.05) 5px 5px 10px 0px`
- overlay: `rgba(9, 20, 66, 0.25) 0px 20px 32px -8px`

## Motion
- durations: 200ms (dominant) · 500ms · 1000ms
- easings: `ease` (dominant) · `ease-out`
- animated properties: opacity, transform, background-color, color

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 |
|-------|-------|
| `--osano-clear-dialog-background` | `rgba(255,255,255,0)` |
| `--osano-button-border-color` | `#fff` |
| `--osano-button-background-color` | `#5562eb` |
| `--osano-button-foreground-color` | `#ffffff` |
| `--osano-dialog-background-color` | `#ffffff` |
| `--osano-dialog-foreground-color` | `#000000` |
| `--osano-info-dialog-overlay-color` | `rgba(0,0,0,0.8)` |
| `--osano-link-color` | `#5665f0` |
| `--osano-toggle-off-track-color` | `#dddddd` |
| `--osano-toggle-off-thumb-color` | `#ffffff` |
| `--osano-toggle-on-track-color` | `#5562eb` |
| `--osano-toggle-on-thumb-color` | `#ffffff` |

_…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 1600px

## Motion choreography (measured)
Load order: `div.enterprise_block`×6 @0ms → `div.lottie-animation-13`×8 @117ms → `div.osano-cm-info-dialog__in` @475ms → `div.lottie-animation-14`×4 @1163ms → `button.faq-q`×6 @1163ms → `div.osano-cm-window__dialog` @1163ms

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

## Responsive (measured)
- breakpoints: 479px · 768px · 992px · 1200px
- mobile (390px): hero 48px · body 18px · 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 Reclaim's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with reclaim.ai. No screenshots stored. Removal requests: hello@mozaika.design.