MozaikaLive decode

Sleep Cycle Mobile — decoded design system

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

Sleep Cycle 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/sleepcycle.com.

Decoded design system

Sleep Cycle Mobile's decoded design system: background #061620, text #000000, accent #174A5F, link #FFFFFF, primary #174A5F; type scale h1 256px / h2 84px / body 20px; 8px spacing base; 12px base radius. The single interactive/action color is #161F22 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#061620
surface#05141E
border#05121B
text#000000
text_muted#02080C
primary#174A5F
accent#174A5F
link#FFFFFF
button_bg#161F22
button_text#EEEEEE

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

Micro-interactions run at 300ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).

Native design tokens

TokenValue
--background#fff
--foreground#0a0a0a
--card#fff
--card-foreground#0a0a0a
--popover#fff
--popover-foreground#0a0a0a
--primary#171717
--primary-foreground#fafafa
--secondary#f5f5f5
--secondary-foreground#171717

…and 65 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: div.animate-ticker×4 → button.xl:min-w-[13.5rem]span.index-module__jvG1Hq__sa×2 → button.index-module__jvG1Hq__gr

Stagger: span ×4 — 55ms apart.

Overlay recipe (measured)

dialog panel: #F2F2F2 · radius 0px · enter 150ms cubic-bezier(0.4, 0, 0.2, 1)

Themes

dark counterpart: background #2E2E2E, text #D6D6D6.

Responsive (measured)

Install it

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

npx shadcn add mozaika.design/r/decode/sleepcycle.com

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

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

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

Export: DESIGN.md

# Sleep Cycle Mobile — Design System

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

## Colors

| Role | Value |
|------|-------|
| bg | `#061620` |
| surface | `#05141E` |
| border | `#05121B` |
| text | `#000000` |
| text_muted | `#02080C` |
| primary | `#174A5F` |
| accent | `#174A5F` |
| link | `#FFFFFF` |
| button_bg | `#161F22` |
| button_text | `#EEEEEE` |

**Using these colors**

- **Action color** `#161F22` — 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 `#174A5F` — one role, not several.
- **accent** `#174A5F` — 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 = #161F22).
- **Page coverage** (full-page screenshot pixels): `#2C3C6B` 26% · `#161F22` 22.2% · `#565980` 14.3% · `#D48976` 13.7%

## Typography

- Heading: **innovatorGrotesk** _(free fallback: Newsreader)_
- Body: **innovatorGrotesk** _(free fallback: Newsreader)_

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 256px / 500 · lh 371px · tracking -10.22px |
| h2 | 84px / 500 · lh 86px · tracking -3.36px |
| h3 | 80px / 400 · lh 80px · tracking -3.2px |
| body | 20px / 400 · lh 26px · tracking -0.4px |
| small | 19px / 500 · lh 28px · tracking -0.4px |
| eyebrow | 16px / 500 · tracking 1.28px |

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

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

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

## Radius
- base: 12px
- button: 3.75px
- card: 15px
- pill: 9999px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#161F22` / `#EEEEEE` | 2px solid rgb(22, 31, 34) | 3.75px | 15px 15px 15px 15px | 600 15px / 0.1px | none |
| secondary | `rgba(0, 0, 0, 0)` / `#000000` | none | 3.35544e+07px | 2px 2px 2px 2px | 500 14px / -0.4px | none |

**States (measured, not guessed)**

- primary focus: outline `2px solid rgb(238, 238, 238)`

## Shadows (elevation)
- card: `rgba(0, 0, 0, 0.1) 0px 8px 8px 0px`
- overlay: `rgba(0, 0, 0, 0.3) 0px 30px 70px 0px`

## Motion
- durations: 300ms (dominant) · 150ms · 280ms
- easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) · `linear`
- animated properties: transform, color, opacity, text-decoration-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 |
|-------|-------|
| `--background` | `#fff` |
| `--foreground` | `#0a0a0a` |
| `--card` | `#fff` |
| `--card-foreground` | `#0a0a0a` |
| `--popover` | `#fff` |
| `--popover-foreground` | `#0a0a0a` |
| `--primary` | `#171717` |
| `--primary-foreground` | `#fafafa` |
| `--secondary` | `#f5f5f5` |
| `--secondary-foreground` | `#171717` |
| `--muted` | `#f5f5f5` |
| `--muted-foreground` | `#737373` |

_…and 63 more measured on the page._

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

## Layout (measured)
- container max 1352px · common grid: 2-col
- nav: 80px relative

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 128 | 764 | — | — | 0/0 | — |
| 892 | 231 | 2 | 12 | 56/56 | — |
| 1123 | 1627 | 3 | 8 | 64/64 | — |
| 2750 | 386 | — | — | 64/64 | — |
| 3136 | 1632 | — | — | 64/64 | — |

## Motion choreography (measured)
Load order: `div.animate-ticker`×4 @0ms → `` @0ms → `span.index-module__jvG1Hq__sa`×2 @0ms → `button.index-module__jvG1Hq__gr` @0ms
- `div.animate-ticker` ×2 — transform translate(0%)→translate(calc(-100% - 50px)) — 20000ms · loops
- `span.index-module__jvG1Hq__sa` ×2 — transform none→scale(1) — 1000ms ease · loops
- stagger: `span` ×4 — 55ms apart
- overlay dialog (auto-opened): panel #F2F2F2 · r 0px
  - enter: opacity from 0.5 · 150ms cubic-bezier(0.4, 0, 0.2, 1) | transform from translateX(-26.4208px) translateY(7.54879px) · 300ms cubic-bezier(0, 0, 0.2, 1)

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

## Components (measured)
- link: #000000 · no underline

## Themes (both measured)
- dark counterpart: bg `#2E2E2E` · text `#D6D6D6`
- tokens that flip between modes:
  - `--background`: `#fff` → `#0a0a0a`
  - `--foreground`: `#0a0a0a` → `#fafafa`
  - `--card`: `#fff` → `#171717`
  - `--card-foreground`: `#0a0a0a` → `#fafafa`
  - `--popover`: `#fff` → `#171717`
  - `--popover-foreground`: `#0a0a0a` → `#fafafa`
  - `--primary`: `#171717` → `#e5e5e5`
  - `--primary-foreground`: `#fafafa` → `#171717`

## Responsive (measured)
- breakpoints: 512px · 600px · 768px · 800px · 1000px · 1200px
- 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/sleepcycle.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 Sleep Cycle Mobile's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with sleepcycle.com. No screenshots stored. Removal requests: hello@mozaika.design.