MozaikaDesign system

Reflect — Design System

dark · modern · medium · custom · confidence 90% · deep decode

The full decoded design system for Reflect: color roles, type scale, spacing, radii and paste-ready DESIGN.md / Tailwind / CSS exports.

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/reflect.

Tokens

Reflect's decoded design system: background #030014, text #F4F0FF, accent #030014, link #030014, primary #9382FF; type scale h1 72px / h2 56px / body 18px; 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#110E22
border#272437
text#F4F0FF
text_muted#9894A5
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)

Per-section tokens (5)

Export: DESIGN.md

# Reflect — Design System

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

## Colors

| Role | Value |
|------|-------|
| bg | `#030014` |
| surface | `#110E22` |
| border | `#272437` |
| text | `#F4F0FF` |
| text_muted | `#9894A5` |
| 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.

---

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

Export: Tailwind v4 (@theme)

@theme {
  /* action color #030014 — the one interactive color; buttons/links/emphasis only, never large fills. */
  --color-bg: #030014;
  --color-surface: #110E22;
  --color-border: #272437;
  --color-text: #F4F0FF;
  --color-text-muted: #9894A5;
  --color-primary: #9382FF;  /* a brand color — but the call-to-action uses #030014, not this. */
  --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. */
  --color-link: #030014;  /* inline text links — shares the action color. */
  --color-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. */
  --color-button-bg: #030014;  /* primary-button fill — the main call-to-action color. */
  --color-button-text: #F4F0FF;
  /* fonts: Roboto — free, on Google. */
  --font-heading: "Roboto", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Roboto", system-ui, -apple-system, 'Segoe UI', sans-serif;
  /* measured weights: 400, 500 — use these, not 400/600 */
  --text-hero: 72px; --font-weight-hero: 500; --leading-hero: 80px;
  --text-h2: 56px; --font-weight-h2: 500; --leading-h2: 64px;
  --text-h3: 32px; --font-weight-h3: 500; --leading-h3: 40px;
  --text-body: 16px; --font-weight-body: 400; --leading-body: 24px;
  --text-small: 15px; --font-weight-small: 500; --leading-small: 24px;
  --radius-base: 8px;
  --radius-button: 8px;
  --radius-card: 8px;
  --radius-pill: 9999px;
  --shadow-overlay: rgba(3, 0, 20, 0.5) 32px 36px 32px 0px;
  --ease-brand: cubic-bezier(0.6, 0.6, 0, 1);
  --duration-fast: 300ms;  /* use: duration-[var(--duration-fast)] */
  --duration-base: 450ms;
  --duration-slow: 1000ms;
  --section-y: 116px;  /* per-section vertical padding (measured) */
  --spacing: 4px;  /* measured base — drives the p-*/gap-* scale. steps seen on the page: 4, 5, 6, 8, 12, 14, 15, 16, 20, 24px */
}

Export: CSS variables

:root {
  /* action color #030014 — the one interactive color; buttons/links/emphasis only, never large fills. */
  --bg: #030014;
  --surface: #110E22;
  --border: #272437;
  --text: #F4F0FF;
  --text-muted: #9894A5;
  --primary: #9382FF;  /* a brand color — but the call-to-action uses #030014, not this. */
  --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. */
  --link: #030014;  /* inline text links — shares the action color. */
  --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. */
  --button-bg: #030014;  /* primary-button fill — the main call-to-action color. */
  --button-text: #F4F0FF;
  --font-heading: "Roboto", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Roboto", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --text-hero: 72px; --weight-hero: 500; --leading-hero: 80px;
  --text-h2: 56px; --weight-h2: 500; --leading-h2: 64px;
  --text-h3: 32px; --weight-h3: 500; --leading-h3: 40px;
  --text-body: 16px; --weight-body: 400; --leading-body: 24px;
  --text-small: 15px; --weight-small: 500; --leading-small: 24px;
  --radius: 8px;
  --radius-button: 8px;
  --radius-card: 8px;
  --radius-pill: 9999px;
  --shadow-overlay: rgba(3, 0, 20, 0.5) 32px 36px 32px 0px;
  --ease: cubic-bezier(0.6, 0.6, 0, 1);
  --duration-fast: 300ms;
  --duration-base: 450ms;
  --duration-slow: 1000ms;
  --section-y: 116px;
}
/* fonts: Roboto — free, on Google. */