MozaikaLive decode

Reflect — decoded design system

reflect.app · dark · modern · custom · deep decode — measured live

Reflect'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/reflect.app.

Decoded design system

Reflect's decoded design system: background #030014, text #FFFFFF, accent #030014, link #030014, primary #9382FF; type scale h1 72px / h2 56px / body 16px; 4px spacing base; 8px base radius. The single interactive/action color is #030014 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#030014
surface#120F22
border#282637
text#FFFFFF
text_muted#9F9EA5
primary#9382FF
accent#030014
link#030014
secondary#F4F0FF
button_bg#030014
button_text#F4F0FF

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

Micro-interactions run at 1000ms (dominant) with cubic-bezier(0.6, 0.6, 0, 1).

Layout (measured)

Motion choreography (measured)

Load order: div.ai-showcase-inner-starli×2 → button.ai-showcase-buttonimg.lazy-image×3 → svgdiv.lazy-videodiv.hero-black-hole-circle×2

Scroll reveal: 12 elements rest at opacity 0, translateY(-40px), animate in over 1s cubic-bezier(0.6, 0.6, 0, 1).

Stagger: div ×4 — 1000ms apart.

Responsive (measured)

Install it

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

npx shadcn add mozaika.design/r/decode/reflect.app

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

Export: DESIGN.md

# Reflect — Design System

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

## Colors

| Role | Value |
|------|-------|
| bg | `#030014` |
| surface | `#120F22` |
| border | `#282637` |
| text | `#FFFFFF` |
| text_muted | `#9F9EA5` |
| primary | `#9382FF` |
| accent | `#030014` |
| link | `#030014` |
| secondary | `#F4F0FF` |
| button_bg | `#030014` |
| button_text | `#F4F0FF` |

**Using these colors**

- **Action color** `#030014` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds.
- `accent`, `link`, `button_bg` are all `#030014` — one role, not several (your action color).
- **accent** `#030014` — 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** `#9382FF` — a brand color — but the call-to-action uses #030014, not this.
- **secondary** `#F4F0FF` — 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): `#08041C` 94.4% · `#1E1A32` 5.6%

## Typography

- Heading: **Roboto**
- Body: **Roboto**

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 72px / 500 · lh 80px |
| h2 | 56px / 500 · lh 64px |
| h3 | 32px / 500 · lh 40px |
| body | 16px / 400 · lh 24px |
| small | 15px / 500 · lh 24px |

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

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

## Spacing
- base unit: 4px (inferred from the measured scale)
- measured scale: 4px, 5px, 6px, 8px, 12px, 14px, 15px, 16px, 20px, 24px — snap all gaps/padding to these
- section rhythm: 116px top/bottom padding per section (measured)

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

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `rgba(0, 0, 0, 0)` / `#F4F0FF` | none | 8px | 8px 16px 8px 16px | 500 14px | none |

## Shadows (elevation)
- overlay: `rgba(3, 0, 20, 0.5) 32px 36px 32px 0px`

## Motion
- durations: 1000ms (dominant) · 300ms · 450ms
- easings: `cubic-bezier(0.6, 0.6, 0, 1)` (dominant) · `ease`
- animated properties: opacity, transform, color, border-color

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

## Layout (measured)
- container max 890px · common grid: 2-col

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 0 | 1339 | — | — | 173/0 | — |
| 1261 | 392 | 4 | — | 0/0 | — |
| 1653 | 1287 | — | — | 116/110 | — |
| 1769 | 168 | — | — | 0/0 | — |
| 2940 | 1265 | — | — | 496/145 | — |
| 3436 | 192 | — | — | 0/0 | — |
| 4205 | 1134 | 2 | — | 64/128 | — |
| 4783 | 192 | — | — | 0/0 | — |

## Motion choreography (measured)
Load order: `div.ai-showcase-inner-starli`×2 @0ms → `button.ai-showcase-button` @0ms → `img.lazy-image`×3 @119ms → `svg` @119ms → `div.lazy-video` @178ms → `div.hero-black-hole-circle`×2 @178ms
- `div.ai-showcase-inner-starli` ×2 — transform translate(-100%)→translate(100%) — 5000ms cubic-bezier(0.6, 0.6, 0, 1) · loops
- `button.ai-showcase-button` — filter hue-rotate(0deg)→hue-rotate(360deg) — 2000ms · loops
- `img.lazy-image` ×3 — opacity 1→0 · transform translate(-50%, -50%) scale(1)→translate(-50%, -50%) scale(5) — 3500ms cubic-bezier(0.6, 0.6, 0, 1) · loops
- `div` ×4 — transform translateY(-530px)→translateY(-530px) — 8000ms cubic-bezier(0.62, 0.62, 0.14, 1) (delay 1000ms) · loops
- stagger: `div` ×4 — 1000ms apart
- scroll reveal: 12 elements rest at opacity 0, translateY(-40px), animate in over 1s cubic-bezier(0.6, 0.6, 0, 1) (6 revealed during the drive).

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

## Components (measured)
- disabled: bg rgba(84, 57, 255, 0.16) · text rgba(255, 255, 255, 0.3)

## Responsive (measured)
- mobile (390px): hero 44px · body 16px · nav: inline

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