Pocket Casts Mobile — Design System
Pocket Casts Mobile — palette measured from official store listing screenshots (colors only; no font claims). Type scale shown is the platform HIG default.
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/pocket-casts-mobile.
Tokens
Pocket Casts Mobile's decoded design system: background #000000, text #FFFFFF, accent #FF3401, link #FF3401, primary #FF3401; type scale h1 34px / h2 22px / body 17px; 4px spacing base; 12px base radius. The single interactive/action color is #FF3401 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #000000 |
| surface | #0F0F0F |
| border | #262626 |
| text | #FFFFFF |
| text_muted | #9E9E9E |
| primary | #FF3401 |
| accent | #FF3401 |
| link | #FF3401 |
| button_bg | #FF3401 |
| button_text | #000000 |
Using these colors
- Action color
#FF3401— the single interactive color; only on things you click or must notice, never large fills. primary,accent,link,button_bgare all#FF3401— one role, not several (the action color).- accent
#FF3401— 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.
Typography
- h1: 34px
- h2: 22px
- body: 17px
Spacing
- base unit: 4px
- scale: 4px, 8px, 10px, 12px, 13px, 16px, 18px, 20px, 24px, 30px
Radii
- base: 12px
- button: 12px
Motion
Micro-interactions run at 200ms (dominant) with ease.
- durations: 200ms · 50ms · 300ms
- easings:
ease·ease-in-out - animated properties: transform, opacity, background, color
Native design tokens
| Token | Value |
|---|---|
--rt-color-white | #fff |
--rt-color-dark | #222 |
--rt-color-success | #8dc572 |
--rt-color-error | #be6464 |
--rt-color-warning | #f0ad4e |
--rt-color-info | #337ab7 |
--token-primary-text-01 | #292b2e |
--token-primary-icon-03-active | #03a9f4 |
--token-primary-interactive-01-active | #8ae9ff |
--token-support-03 | #03a9f4 |
…and 110 more measured on the page.
Button states (measured)
- primary focus: outline
2px solid rgb(24, 122, 220)
Layout (measured)
- container max-width:
1140px - nav: 87px sticky
- common grid: 2 columns
Input (measured)
height 56px · radius 8px 0px 0px 8px
Responsive (measured)
- mobile (390px): nav hamburger
Export: DESIGN.md
# Pocket Casts Mobile — Design System > dark, consumer, high — deep decode (measured live) Pocket Casts Mobile — palette measured from official store listing screenshots (colors only; no font claims). Type scale shown is the platform HIG default. ## Colors | Role | Value | |------|-------| | bg | `#000000` | | surface | `#0F0F0F` | | border | `#262626` | | text | `#FFFFFF` | | text_muted | `#9E9E9E` | | primary | `#FF3401` | | accent | `#FF3401` | | link | `#FF3401` | | button_bg | `#FF3401` | | button_text | `#000000` | **Using these colors** - **Action color** `#FF3401` — 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`, `link`, `button_bg` are all `#FF3401` — one role, not several (your action color). - **accent** `#FF3401` — 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. - **Page coverage** (full-page screenshot pixels): `#FFFFFF` 30.1% · `#270707` 28.5% · `#F1F1F1` 16.5% · `#9F595C` 12.4% ## Typography | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 64px / 700 · lh 74px · tracking -1.28px | | h2 | 53px / 700 · lh 61px · tracking -1.06px | | h3 | 39px / 700 · lh 45px | | body | 22px / 300 · lh 32px | | small | 18px / 400 · lh 26px | - Weight ladder: 300 · 400 · 500 · 700 — use these exact measured weights, not the 400/600 defaults. ## Spacing - base unit: 4px (inferred from the measured scale) - measured scale: 4px, 8px, 10px, 12px, 13px, 16px, 18px, 20px, 24px, 30px — snap all gaps/padding to these - section rhythm: 80px top/bottom padding per section (measured) ## Radius - base: 12px - button: 12px - card: 4px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#FFFFFF` / `#333333` | 1px solid rgb(224, 224, 224) | 4px | 10px 10px 10px 10px | 400 16px | none | | secondary | `rgba(0, 0, 0, 0)` / `#292B2E` | 1px solid rgb(41, 43, 46) | 8px | 13.44px 16px 13.44px 16px | 500 16px | none | **States (measured, not guessed)** - primary focus: outline `2px solid rgb(24, 122, 220)` ## Motion - durations: 200ms (dominant) · 50ms · 300ms - easings: `ease` (dominant) · `ease-in-out` - animated properties: transform, opacity, background, 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 | |-------|-------| | `--rt-color-white` | `#fff` | | `--rt-color-dark` | `#222` | | `--rt-color-success` | `#8dc572` | | `--rt-color-error` | `#be6464` | | `--rt-color-warning` | `#f0ad4e` | | `--rt-color-info` | `#337ab7` | | `--token-primary-text-01` | `#292b2e` | | `--token-primary-icon-03-active` | `#03a9f4` | | `--token-primary-interactive-01-active` | `#8ae9ff` | | `--token-support-03` | `#03a9f4` | | `--token-primary-ui-01-active` | `#f7f9fa` | | `--token-gradient-04-e` | `#9be45e` | _…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 1140px · common grid: 2-col - nav: 87px sticky · bg #FFFFFF | Section (y) | Height | Cols | Gap | Pad y | Split | |---|---|---|---|---|---| | 159 | 640 | — | — | 0/0 | — | | 799 | 475 | 3 | 30 | 137/24 | — | | 1274 | 681 | 2 | 30 | 0/0 | 41/59 | | 1956 | 1201 | 2 | — | 80/0 | — | | 3157 | 701 | 2 | 32 | 164/170 | — | ## Components (measured) - input: h 56px · r 8px 0px 0px 8px · border 1px solid rgb(92, 93, 93) · bg rgba(0, 0, 0, 0) · placeholder #B8C3C9 ## Responsive (measured) - mobile (390px): 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/ds/pocket-casts-mobile
Export: Tailwind v4 (@theme)
@theme {
/* action color #FF3401 — the one interactive color; buttons/links/emphasis only, never large fills. */
--color-bg: #000000;
--color-surface: #0F0F0F;
--color-border: #262626;
--color-text: #FFFFFF;
--color-text-muted: #9E9E9E;
--color-primary: #FF3401; /* primary brand / action color. */
--color-accent: #FF3401; /* 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: #FF3401; /* inline text links — shares the action color. */
--color-button-bg: #FF3401; /* primary-button fill — the main call-to-action color. */
--color-button-text: #000000;
/* measured weights: 300, 400, 500, 700 — use these, not 400/600 */
--text-hero: 64px; --font-weight-hero: 700; --leading-hero: 74px; --tracking-hero: -1.28px;
--text-h2: 53px; --font-weight-h2: 700; --leading-h2: 61px; --tracking-h2: -1.06px;
--text-h3: 39px; --font-weight-h3: 700; --leading-h3: 45px;
--text-body: 22px; --font-weight-body: 300; --leading-body: 32px;
--text-small: 18px; --font-weight-small: 400; --leading-small: 26px;
--radius-base: 12px;
--radius-button: 12px;
--radius-card: 4px;
--outline-focus: 2px solid rgb(24, 122, 220); /* measured focus ring */
--ease-brand: ease;
--duration-fast: 50ms; /* use: duration-[var(--duration-fast)] */
--duration-base: 200ms;
--duration-slow: 300ms;
--section-y: 80px; /* per-section vertical padding (measured) */
--spacing: 4px; /* measured base — drives the p-*/gap-* scale. steps seen on the page: 4, 8, 10, 12, 13, 16, 18, 20, 24, 30px */
}Export: CSS variables
:root {
/* action color #FF3401 — the one interactive color; buttons/links/emphasis only, never large fills. */
--bg: #000000;
--surface: #0F0F0F;
--border: #262626;
--text: #FFFFFF;
--text-muted: #9E9E9E;
--primary: #FF3401; /* primary brand / action color. */
--accent: #FF3401; /* 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: #FF3401; /* inline text links — shares the action color. */
--button-bg: #FF3401; /* primary-button fill — the main call-to-action color. */
--button-text: #000000;
--text-hero: 64px; --weight-hero: 700; --leading-hero: 74px; --tracking-hero: -1.28px;
--text-h2: 53px; --weight-h2: 700; --leading-h2: 61px; --tracking-h2: -1.06px;
--text-h3: 39px; --weight-h3: 700; --leading-h3: 45px;
--text-body: 22px; --weight-body: 300; --leading-body: 32px;
--text-small: 18px; --weight-small: 400; --leading-small: 26px;
--radius: 12px;
--radius-button: 12px;
--radius-card: 4px;
--focus-ring: 2px solid rgb(24, 122, 220);
--ease: ease;
--duration-fast: 50ms;
--duration-base: 200ms;
--duration-slow: 300ms;
--section-y: 80px;
}
/* their own tokens, verbatim from the site's :root */
:root {
--rt-color-white: #fff;
--rt-color-dark: #222;
--rt-color-success: #8dc572;
--rt-color-error: #be6464;
--rt-color-warning: #f0ad4e;
--rt-color-info: #337ab7;
--token-primary-text-01: #292b2e;
--token-primary-icon-03-active: #03a9f4;
--token-primary-interactive-01-active: #8ae9ff;
--token-support-03: #03a9f4;
--token-primary-ui-01-active: #f7f9fa;
--token-gradient-04-e: #9be45e;
}