MozaikaLive decode

Checkout.com — decoded design system

checkout.com · dark · professional · custom · deep decode — measured live

Checkout.com'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/checkout.com.

Decoded design system

Checkout.com's decoded design system: background #000000, text #272932, accent #186AFF, link #FFFFFF, primary #186AFF; type scale h1 200px / h2 80px / body 16px; 4px spacing base; 10px base radius. The single interactive/action color is #186AFF — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#000000
surface#020203
border#050607
text#272932
text_muted#18191F
primary#186AFF
accent#186AFF
link#FFFFFF
secondary#0C1142
button_bg#186AFF
button_text#FFFFFF

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

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

Native design tokens

TokenValue
--component-library-checkout-x-flowninja-2026_theme---color--surface--bkg-elevated-1#eeeff1
--component-library-checkout-x-flowninja-2026_theme---color--surface--bkg-main-0#fff
--component-library-checkout-x-flowninja-2026_button-style---border#186aff
--component-library-checkout-x-flowninja-2026_button-style---background#186aff
--component-library-checkout-x-flowninja-2026_button-style---text#fff
--component-library-checkout-x-flowninja-2026_button-style---border-hover#0055d4
--component-library-checkout-x-flowninja-2026_button-style---background-hover#0055d4
--component-library-checkout-x-flowninja-2026_button-style---text-hover#fff
--component-library-checkout-x-flowninja-2026_colors---color--primary--neutrals--800#363636
--component-library-checkout-x-flowninja-2026_colors---color--primary--neutrals--1000#181818

…and 62 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: div.swiper-slide×9 → div.swiper-slide×27 → img.new-announcement-banner-a.rb-25-branda.rb-25-branddiv.swiper-slide×24

Overlay recipe (measured)

dialog panel: rgba(0, 0, 0, 0) · radius 0px

Responsive (measured)

Install it

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

npx shadcn add mozaika.design/r/decode/checkout.com

Or as a Meta Astryx theme — a ready defineTheme file with the measured hover/press states baked in:

curl -o src/themes/checkout.theme.ts https://mozaika.design/api/astryx/decode/checkout.com.ts

registry item · astryx theme · or query it over MCP: get_design_system("Checkout.com")

Export: DESIGN.md

# Checkout.com — Design System

> dark, professional, medium, custom — deep decode (measured live)

## Colors

| Role | Value |
|------|-------|
| bg | `#000000` |
| surface | `#020203` |
| border | `#050607` |
| text | `#272932` |
| text_muted | `#18191F` |
| primary | `#186AFF` |
| accent | `#186AFF` |
| link | `#FFFFFF` |
| secondary | `#0C1142` |
| button_bg | `#186AFF` |
| button_text | `#FFFFFF` |

**Using these colors**

- **Action color** `#186AFF` — 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 `#186AFF` — one role, not several (your action color).
- **accent** `#186AFF` — 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** `#FFFFFF` — reads as a neutral UI color, not a link accent — verify against the reference (action = #186AFF).
- **secondary** `#0C1142` — 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): `#000000` 82.5% · `#FFFFFF` 11.2% · `#B3B7BE` 2.5% · `#344E7D` 1.7%

## Typography

- Heading: **Inter**
- Body: **Inter**
- Mono: **Checkout Apercu SemiMono**

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 200px / 700 · lh 200px |
| h2 | 80px / 700 · lh 72px |
| h3 | 48px / 700 · lh 43px · tracking -1.92px |
| body | 16px / 400 · lh 24px |
| small | 14px / 700 · lh 11px · tracking 1.68px |
| eyebrow | 14px / 700 · tracking 1.68px |

- Weight ladder: 300 · 400 · 500 · 600 · 700 — 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: 4px, 8px, 10px, 12px, 16px, 20px, 24px, 32px, 40px, 64px — snap all gaps/padding to these
- section rhythm: 80px top/bottom padding per section (measured)

## Radius
- base: 10px
- button: 6px
- card: 8px
- sharp: 2px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#186AFF` / `#FFFFFF` | none | 6px | 12px 24px 12px 24px | 500 14px | none |
| secondary | `rgba(255, 255, 255, 0)` / `#FFFFFF` | 1px solid rgb(255, 255, 255) | 6px | 11px 23px 11px 23px | 500 14px | none |

**States (measured, not guessed)**

- primary hover: background `#1B5DD6`
- primary focus: outline `1px auto rgb(16, 16, 16)`
- transition: `background-color 0.3s cubic-bezier(0.23, 1, 0.32, 1)`

## Shadows (elevation)
- card: `rgba(0, 0, 0, 0.2) 0px 0px 18px 0px`

## Motion
- durations: 300ms (dominant) · 200ms · 250ms
- easings: `ease` (dominant) · `cubic-bezier(0.23, 1, 0.32, 1)`
- animated properties: color, background-color, opacity, max-height

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 |
|-------|-------|
| `--component-library-checkout-x-flowninja-2026_theme---color--surface--bkg-elevated-1` | `#eeeff1` |
| `--component-library-checkout-x-flowninja-2026_theme---color--surface--bkg-main-0` | `#fff` |
| `--component-library-checkout-x-flowninja-2026_button-style---border` | `#186aff` |
| `--component-library-checkout-x-flowninja-2026_button-style---background` | `#186aff` |
| `--component-library-checkout-x-flowninja-2026_button-style---text` | `#fff` |
| `--component-library-checkout-x-flowninja-2026_button-style---border-hover` | `#0055d4` |
| `--component-library-checkout-x-flowninja-2026_button-style---background-hover` | `#0055d4` |
| `--component-library-checkout-x-flowninja-2026_button-style---text-hover` | `#fff` |
| `--component-library-checkout-x-flowninja-2026_colors---color--primary--neutrals--800` | `#363636` |
| `--component-library-checkout-x-flowninja-2026_colors---color--primary--neutrals--1000` | `#181818` |
| `--component-library-checkout-x-flowninja-2026_colors---color--primary--neutrals--100` | `#fff` |
| `--component-library-checkout-x-flowninja-2026_colors---color--primary--neutrals--1100` | `#000` |

_…and 60 more measured on the page._

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

## Layout (measured)
- container max 1328px · common grid: 12-col
- nav: 126px sticky

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 80 | 900 | — | — | 0/0 | — |
| 980 | 1362 | 12 | 40 | 120/120 | — |
| 2342 | 1018 | 12 | 40 | 80/80 | — |
| 3360 | 682 | 12 | 40 | 80/80 | — |
| 4042 | 1256 | — | — | 120/80 | — |
| 4162 | 1056 | 2 | — | 0/0 | 68/32 |

## Motion choreography (measured)
Load order: `div.swiper-slide`×9 @0ms → `div.swiper-slide`×27 @0ms → `img.new-announcement-banner-` @239ms → `a.rb-25-brand` @239ms → `a.rb-25-brand` @239ms → `div.swiper-slide`×24 @239ms
- overlay dialog (auto-opened): panel rgba(0, 0, 0, 0) · r 0px

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

## Responsive (measured)
- breakpoints: 375px · 400px · 414px · 480px · 677px · 768px
- 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.

---

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

← 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 Checkout.com's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with checkout.com. No screenshots stored. Removal requests: hello@mozaika.design.