MozaikaDesign system

Pika — Design System

light · playful · high · tailwind · confidence 92% · deep decode

Pika welcomes you to its universe in Telka Extended at 48px/900 — squared, wide, cartoon-confident — on warm paper #FCFAF7 with butter-yellow #FFD184 18px-radius buttons. Generated video stills tile like comic panels; an AI video startup whose chunky display face does the world-building its model renders.

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

Tokens

Pika's decoded design system: background #FCFAF7, text #222222, accent #FFD184, link #CFC3FF, primary #FFD184; type scale h1 48px / h2 35px / body 17px; 8px spacing base; 3px base radius. The single interactive/action color is #FFD184 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#FCFAF7
surface#EEEDEA
border#DBD9D7
text#222222
text_muted#747472
primary#FFD184
accent#FFD184
link#CFC3FF
secondary#FFEDD2
button_bg#FFD184
button_text#222222

Using these colors

Typography

Spacing

Radii

Motion

Micro-interactions run at 150ms (dominant) with cubic-bezier(0.23, 1, 0.32, 1).

Native design tokens

TokenValue
--content-light-primary#fff
--content-light-secondary#fcfaf7d9
--content-light-tertiary#fcfaf7b3
--content-light-quaternary#fcfaf780
--content-dark-primary#0d0d0d
--content-dark-secondary#222
--content-accent-primary#cfc3ff
--content-accent-tertiary#cfc3ff80
--surface-light-2#fcfaf7
--surface-light-5#ffffff1a

…and 84 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: body.overflow-x-hidden!

Scroll reveal: 8 elements rest at opacity 0, translateY(30px), animate in over 500ms.

Responsive (measured)

Per-section tokens (2)

Export: DESIGN.md

# Pika — Design System

> light, playful, high, tailwind — deep decode (measured live)

Pika welcomes you to its universe in Telka Extended at 48px/900 — squared, wide, cartoon-confident — on warm paper #FCFAF7 with butter-yellow #FFD184 18px-radius buttons. Generated video stills tile like comic panels; an AI video startup whose chunky display face does the world-building its model renders.

## Colors

| Role | Value |
|------|-------|
| bg | `#FCFAF7` |
| surface | `#EEEDEA` |
| border | `#DBD9D7` |
| text | `#222222` |
| text_muted | `#747472` |
| primary | `#FFD184` |
| accent | `#FFD184` |
| link | `#CFC3FF` |
| secondary | `#FFEDD2` |
| button_bg | `#FFD184` |
| button_text | `#222222` |

**Using these colors**

- **Action color** `#FFD184` — 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 `#FFD184` — one role, not several (your action color).
- **accent** `#FFD184` — 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** `#CFC3FF` — fails contrast on the background (~1.6:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference).
- **secondary** `#FFEDD2` — 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): `#FCFAF7` 97% · `#7D7973` 3%

## Typography

- Heading: **TelkaExtended** _(free fallback: Newsreader)_
- Body: **Telka** _(free fallback: Newsreader)_

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 48px / 900 · lh 48px |
| h2 | 35px / 500 · lh 29px |
| h3 | 32px / 900 · lh 32px · tracking 0.64px |
| body | 15px / 500 · lh 15px |
| small | 12px / 700 · lh 12px · tracking 0.24px |

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

> **Fonts —** TelkaExtended may be proprietary — safe free fallback: Newsreader (Google Fonts). Telka may be proprietary — safe free fallback: Newsreader (Google Fonts).

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

## Radius
- base: 3px
- button: 18px
- card: 18px
- pill: 9999px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#000000` / `#FFFFFF` | none | 18px | 8px 12px 8px 12px | 300 14px | none |
| secondary | `#FFD184` / `#222222` | none | 18px | 0px 20px 0px 20px | 500 15px | none |

**States (measured, not guessed)**

- primary hover: background `#222222`
- secondary hover: background `#FFDBA4`
- transition: `transform 0.2s cubic-bezier(0.23, 1, 0.32, 1)`

## Motion
- durations: 150ms (dominant) · 200ms · 500ms
- easings: `cubic-bezier(0.23, 1, 0.32, 1)` (dominant) · `cubic-bezier(0.33, 1, 0.68, 1)`
- animated properties: background-color, border-color, transform, 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 |
|-------|-------|
| `--content-light-primary` | `#fff` |
| `--content-light-secondary` | `#fcfaf7d9` |
| `--content-light-tertiary` | `#fcfaf7b3` |
| `--content-light-quaternary` | `#fcfaf780` |
| `--content-dark-primary` | `#0d0d0d` |
| `--content-dark-secondary` | `#222` |
| `--content-accent-primary` | `#cfc3ff` |
| `--content-accent-tertiary` | `#cfc3ff80` |
| `--surface-light-2` | `#fcfaf7` |
| `--surface-light-5` | `#ffffff1a` |
| `--surface-light-6` | `#ffffff0d` |
| `--surface-dark-1` | `#222` |

_…and 82 more measured on the page._

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

## Layout (measured)
- container max 720px · common grid: 3-col
- nav: 70px fixed

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 0 | 2523 | — | — | 0/0 | — |
| 742 | 980 | 3 | 42 | 80/80 | — |

## Motion choreography (measured)
Load order: `body.overflow-x-hidden!` @0ms
- scroll reveal: 8 elements rest at opacity 0, translateY(30px), animate in over 500ms (3 revealed during the drive).

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

## Responsive (measured)
- breakpoints: 375px · 640px · 768px · 800px · 1024px · 1200px
- mobile (390px): hero 48px · body 14px · 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/pika

Export: Tailwind v4 (@theme)

@theme {
  /* action color #FFD184 — the one interactive color; buttons/links/emphasis only, never large fills. */
  --color-bg: #FCFAF7;
  --color-surface: #EEEDEA;
  --color-border: #DBD9D7;
  --color-text: #222222;
  --color-text-muted: #747472;
  --color-primary: #FFD184;  /* primary brand / action color. */
  --color-accent: #FFD184;  /* 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: #CFC3FF;  /* fails contrast on the background (~1.6:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference). */
  --color-secondary: #FFEDD2;  /* 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: #FFD184;  /* primary-button fill — the main call-to-action color. */
  --color-button-text: #222222;
  /* fonts: TelkaExtended may be proprietary — safe free fallback: Newsreader (Google Fonts). Telka may be proprietary — safe free fallback: Newsreader (Google Fonts). */
  --font-heading: "TelkaExtended", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Telka", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  /* measured weights: 300, 400, 500, 700, 900 — use these, not 400/600 */
  --text-hero: 48px; --font-weight-hero: 900; --leading-hero: 48px;
  --text-h2: 35px; --font-weight-h2: 500; --leading-h2: 29px;
  --text-h3: 32px; --font-weight-h3: 900; --leading-h3: 32px; --tracking-h3: 0.64px;
  --text-body: 15px; --font-weight-body: 500; --leading-body: 15px;
  --text-small: 12px; --font-weight-small: 700; --leading-small: 12px; --tracking-small: 0.24px;
  --radius-base: 3px;
  --radius-button: 18px;
  --radius-card: 18px;
  --radius-pill: 9999px;
  --color-btn-hover: #222222;  /* measured primary hover fill */
  --ease-brand: cubic-bezier(0.23, 1, 0.32, 1);
  --duration-fast: 150ms;  /* use: duration-[var(--duration-fast)] */
  --duration-base: 200ms;
  --duration-slow: 500ms;
  --section-y: 80px;  /* per-section vertical padding (measured) */
  --spacing: 8px;  /* measured base — drives the p-*/gap-* scale. steps seen on the page: 4, 6, 8, 9, 12, 14, 16, 20, 32, 40px */
}

Export: CSS variables

:root {
  /* action color #FFD184 — the one interactive color; buttons/links/emphasis only, never large fills. */
  --bg: #FCFAF7;
  --surface: #EEEDEA;
  --border: #DBD9D7;
  --text: #222222;
  --text-muted: #747472;
  --primary: #FFD184;  /* primary brand / action color. */
  --accent: #FFD184;  /* 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: #CFC3FF;  /* fails contrast on the background (~1.6:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference). */
  --secondary: #FFEDD2;  /* 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: #FFD184;  /* primary-button fill — the main call-to-action color. */
  --button-text: #222222;
  --font-heading: "TelkaExtended", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Telka", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --text-hero: 48px; --weight-hero: 900; --leading-hero: 48px;
  --text-h2: 35px; --weight-h2: 500; --leading-h2: 29px;
  --text-h3: 32px; --weight-h3: 900; --leading-h3: 32px; --tracking-h3: 0.64px;
  --text-body: 15px; --weight-body: 500; --leading-body: 15px;
  --text-small: 12px; --weight-small: 700; --leading-small: 12px; --tracking-small: 0.24px;
  --radius: 3px;
  --radius-button: 18px;
  --radius-card: 18px;
  --radius-pill: 9999px;
  --btn-bg-hover: #222222;
  --ease: cubic-bezier(0.23, 1, 0.32, 1);
  --duration-fast: 150ms;
  --duration-base: 200ms;
  --duration-slow: 500ms;
  --section-y: 80px;
}

/* their own tokens, verbatim from the site's :root */
:root {
  --content-light-primary: #fff;
  --content-light-secondary: #fcfaf7d9;
  --content-light-tertiary: #fcfaf7b3;
  --content-light-quaternary: #fcfaf780;
  --content-dark-primary: #0d0d0d;
  --content-dark-secondary: #222;
  --content-accent-primary: #cfc3ff;
  --content-accent-tertiary: #cfc3ff80;
  --surface-light-2: #fcfaf7;
  --surface-light-5: #ffffff1a;
  --surface-light-6: #ffffff0d;
  --surface-dark-1: #222;
}
/* fonts: TelkaExtended may be proprietary — safe free fallback: Newsreader (Google Fonts). Telka may be proprietary — safe free fallback: Newsreader (Google Fonts). */