MozaikaLive decode

IMDb Mobile — decoded design system

imdb.com · dark · consumer · deep decode — measured live

IMDb Mobile'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/imdb.com.

Decoded design system

IMDb Mobile's decoded design system: background #121212, text #000000, accent #F1DD2F, link #FFFFFF, primary #F1DD2F; type scale h1 28px / h2 22px / body 16px; 4px spacing base; 12px base radius. The single interactive/action color is #F5C518 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#121212
surface#101010
border#0F0F0F
text#000000
text_muted#060606
primary#F1DD2F
accent#F1DD2F
link#FFFFFF
button_bg#F5C518
button_text#000000

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

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

Native design tokens

TokenValue
--ipt-baseAlt-shade1-color#1F1F1F
--ipt-altAccent2-color#5799EF
--ipt-on-accent2-color#FFFFFF
--color-on-dark-accent3#FB3C3C
--color-accent6#981F83
--color-on-dark-accent1#F5C518
--color-on-accent5#FFFFFF
--ipc-blockQuote-base-accent2-color#e7eff9
--color-light-shade2#F0F0F0
--ipt-on-base-textIcon-colorrgba(0,0,0,.54)

…and 110 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: circle.ipc-loader__dot×15 → div.ipc-shoveler__arrowdiv.ipc-reaction-summary×16 → div.sc-797f7458-0

Scroll reveal: 1 elements rest at opacity 0, translateY(100px), animate in over 0.3s ease.

Stagger: circle ×111 — 150ms apart.

Overlay recipe (measured)

palette panel: #1F1F1F · radius 4px

Input (measured)

height 31.25px · 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/imdb.com

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

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

registry item · astryx theme · or query it over MCP: get_design_system("IMDb Mobile")

Export: DESIGN.md

# IMDb Mobile — Design System

> dark, consumer, high — deep decode (measured live)

## Colors

| Role | Value |
|------|-------|
| bg | `#121212` |
| surface | `#101010` |
| border | `#0F0F0F` |
| text | `#000000` |
| text_muted | `#060606` |
| primary | `#F1DD2F` |
| accent | `#F1DD2F` |
| link | `#FFFFFF` |
| button_bg | `#F5C518` |
| button_text | `#000000` |

**Using these colors**

- **Action color** `#F5C518` — 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` are all `#F1DD2F` — one role, not several.
- **accent** `#F1DD2F` — accent for emphasis — keep it rare on the page.
- **link** `#FFFFFF` — reads as a neutral UI color, not a link accent — verify against the reference (action = #F5C518).
- **Page coverage** (full-page screenshot pixels): `#1A1A1A` 35.5% · `#000000` 22.3% · `#6A6D66` 20.3% · `#B2B4A4` 11.6%

## Typography

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

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 28px / 400 · lh 32px · tracking 0.21px |
| h2 | 22px / 600 · lh 26px |
| h3 | 20px / 400 · lh 28px · tracking 0.25px |
| body | 16px / 400 · lh 24px · tracking 0.5px |
| small | 14px / 400 · lh 20px · tracking 0.25px |
| eyebrow | 12px / 600 · tracking 2px |

- Weight ladder: 400 · 500 · 600 · 700 — 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, 10px, 12px, 16px, 18px, 20px, 24px — snap all gaps/padding to these

## Radius
- base: 12px
- button: 24px
- card: 50px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#F5C518` / `#000000` | none | 24px | 0px 16px 0px 16px | 500 14px / 0.28px | none |
| secondary | `rgba(0, 0, 0, 0)` / `#0E63BE` | none | — | 0px 0px 0px 0px | 400 16px / 0.5px | none |

**States (measured, not guessed)**

- primary focus: outline `1px dashed rgb(0, 0, 0)`

## Shadows (elevation)
- subtle: `rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px`
- card: `rgba(0, 0, 0, 0.12) 0px 0px 1px 0px`

## Motion
- durations: 150ms (dominant) · 200ms · 300ms
- easings: `ease` (dominant) · `ease-in-out`
- animated properties: opacity, color, stroke, transform

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 |
|-------|-------|
| `--ipt-baseAlt-shade1-color` | `#1F1F1F` |
| `--ipt-altAccent2-color` | `#5799EF` |
| `--ipt-on-accent2-color` | `#FFFFFF` |
| `--color-on-dark-accent3` | `#FB3C3C` |
| `--color-accent6` | `#981F83` |
| `--color-on-dark-accent1` | `#F5C518` |
| `--color-on-accent5` | `#FFFFFF` |
| `--ipc-blockQuote-base-accent2-color` | `#e7eff9` |
| `--color-light-shade2` | `#F0F0F0` |
| `--ipt-on-base-textIcon-color` | `rgba(0,0,0,.54)` |
| `--ipc-listCard-baseAlt-bg` | `#1A1A1A` |
| `--ipt-on-accent6-color` | `#10A10A10A` |

_…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 1280px · common grid: 3-col
- nav: 56px relative · bg #121212

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 691 | 423 | — | — | 0/24 | — |
| 771 | 319 | 52 | 16 | 0/0 | — |
| 1113 | 362 | — | — | 24/24 | — |
| 1548 | 611 | 50 | 16 | 24/24 | — |
| 2166 | 315 | — | — | 24/24 | — |
| 2233 | 224 | — | — | 24/24 | — |
| 2489 | 820 | — | — | 16/24 | — |
| 3317 | 600 | — | — | 24/24 | — |

## Motion choreography (measured)
Load order: `circle.ipc-loader__dot`×15 @0ms → `div.ipc-shoveler__arrow` @179ms → `div.ipc-reaction-summary`×16 @431ms → `div.sc-797f7458-0` @698ms
- `circle.ipc-loader__dot` ×15 — opacity 1→0.33 — 1250ms ease-in-out (delay -750ms) · loops
- stagger: `circle` ×111 — 150ms apart
- scroll reveal: 1 elements rest at opacity 0, translateY(100px), animate in over 0.3s ease (0 revealed during the drive).
- overlay palette (auto-opened): panel #1F1F1F · r 4px

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

## Components (measured)
- input: h 31.25px · r 0px · bg rgba(0, 0, 0, 0) · placeholder rgba(0, 0, 0, 0.54)
- link: #FFFFFF · no underline — hover #F5C518

## Responsive (measured)
- breakpoints: 480px · 600px · 640px · 1024px · 1280px
- mobile (390px): 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/decode/imdb.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. See The Measured Web for how the web is actually designed, or connect your agent over MCP.

An automated reading of IMDb Mobile's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with imdb.com. No screenshots stored. Removal requests: hello@mozaika.design.