MozaikaDesign system

Reclaim — Design System

light · modern · medium · custom · confidence 92% · deep decode

Reclaim goes big and light: Poppins at a poster-scale 90px/400 — no bold, just size — on plain white, with 16px body and AI-scheduling cards laid out like a productivity worksheet. The geometric roundness at that scale gives calendar automation a toy-like approachability, while green Individuals/Teams/Enterprise segments keep the story business-shaped.

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/ds/reclaim.

Tokens

Reclaim's decoded design system: background #FFFFFF, text #000000, accent #5562EB, link #2F2E41, primary #5562EB; type scale h1 90px / h2 48px / body 16px; 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#EFEFEF
border#D8D8D8
text#000000
text_muted#606060
primary#5562EB
accent#5562EB
link#2F2E41
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)

Per-section tokens (13)

Export: DESIGN.md

# Reclaim — Design System

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

Reclaim goes big and light: Poppins at a poster-scale 90px/400 — no bold, just size — on plain white, with 16px body and AI-scheduling cards laid out like a productivity worksheet. The geometric roundness at that scale gives calendar automation a toy-like approachability, while green Individuals/Teams/Enterprise segments keep the story business-shaped.

## Colors

| Role | Value |
|------|-------|
| bg | `#FFFFFF` |
| surface | `#EFEFEF` |
| border | `#D8D8D8` |
| text | `#000000` |
| text_muted | `#606060` |
| primary | `#5562EB` |
| accent | `#5562EB` |
| link | `#2F2E41` |
| 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** `#2F2E41` — 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.

---

> **Decoded with Mozaika** — measured live, not guessed. Full decoded design system + one-command install: mozaika.design/ds/reclaim

Export: Tailwind v4 (@theme)

@theme {
  /* action color #5562EB — the one interactive color; buttons/links/emphasis only, never large fills. */
  --color-bg: #FFFFFF;
  --color-surface: #EFEFEF;
  --color-border: #D8D8D8;
  --color-text: #000000;
  --color-text-muted: #606060;
  --color-primary: #5562EB;  /* primary brand / action color. */
  --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. */
  --color-link: #2F2E41;  /* inline text links and link-styled controls. */
  --color-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. */
  --color-button-bg: #5562EB;  /* primary-button fill — the main call-to-action color. */
  --color-button-text: #FFFFFF;
  /* fonts: Poppins — free, on Google. */
  --font-heading: "Poppins", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Poppins", system-ui, -apple-system, 'Segoe UI', sans-serif;
  /* measured weights: 300, 400, 500, 700 — use these, not 400/600 */
  --text-hero: 100px; --font-weight-hero: 400; --leading-hero: 100px;
  --text-h2: 90px; --font-weight-h2: 400; --leading-h2: 90px;
  --text-h3: 48px; --font-weight-h3: 400; --leading-h3: 58px;
  --text-body: 14px; --font-weight-body: 300; --leading-body: 20px;
  --text-small: 12px; --font-weight-small: 400; --leading-small: 15px;
  --radius-base: 12px;
  --radius-button: 100px;
  --radius-card: 5px;
  --radius-sharp: 3px;
  --shadow-card: rgba(0, 0, 0, 0.05) 5px 5px 10px 0px;
  --shadow-overlay: rgba(9, 20, 66, 0.25) 0px 20px 32px -8px;
  --outline-focus: 1px auto rgb(16, 16, 16);  /* measured focus ring */
  --ease-brand: ease;
  --duration-fast: 200ms;  /* use: duration-[var(--duration-fast)] */
  --duration-base: 500ms;
  --duration-slow: 1000ms;
  --spacing: 10px;  /* measured base — drives the p-*/gap-* scale. steps seen on the page: 5, 6, 7, 8, 9, 10, 12, 15, 20, 30px */
}

Export: CSS variables

:root {
  /* action color #5562EB — the one interactive color; buttons/links/emphasis only, never large fills. */
  --bg: #FFFFFF;
  --surface: #EFEFEF;
  --border: #D8D8D8;
  --text: #000000;
  --text-muted: #606060;
  --primary: #5562EB;  /* primary brand / 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: #2F2E41;  /* 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. */
  --button-bg: #5562EB;  /* primary-button fill — the main call-to-action color. */
  --button-text: #FFFFFF;
  --font-heading: "Poppins", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Poppins", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --text-hero: 100px; --weight-hero: 400; --leading-hero: 100px;
  --text-h2: 90px; --weight-h2: 400; --leading-h2: 90px;
  --text-h3: 48px; --weight-h3: 400; --leading-h3: 58px;
  --text-body: 14px; --weight-body: 300; --leading-body: 20px;
  --text-small: 12px; --weight-small: 400; --leading-small: 15px;
  --radius: 12px;
  --radius-button: 100px;
  --radius-card: 5px;
  --radius-sharp: 3px;
  --shadow-card: rgba(0, 0, 0, 0.05) 5px 5px 10px 0px;
  --shadow-overlay: rgba(9, 20, 66, 0.25) 0px 20px 32px -8px;
  --focus-ring: 1px auto rgb(16, 16, 16);
  --ease: ease;
  --duration-fast: 200ms;
  --duration-base: 500ms;
  --duration-slow: 1000ms;
}

/* their own tokens, verbatim from the site's :root */
:root {
  --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;
}
/* fonts: Poppins — free, on Google. */