MozaikaLive decode

Winpra — decoded design system

winpra.com · dark · modern · tailwind · deep decode — measured live

Winpra'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/winpra.com.

Decoded design system

Winpra's decoded design system: background #0B0E13, text #DDE1E7, accent #FFFFFF, link #C6CCD6, primary #97A0AD; type scale h1 60px / h2 46px / body 13px; 4px spacing base; 0px base radius. The single interactive/action color is #FFFFFF — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#0B0E13
surface#171A1F
border#2A2D32
text#DDE1E7
text_muted#8D9096
primary#97A0AD
accent#FFFFFF
link#C6CCD6
secondary#3C4450
button_bg#FFFFFF
button_text#0B0E13

Using these colors

Typography

Spacing

Radii

Motion

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

Native design tokens

TokenValue
--color-bubble#1a1f27
--color-parcel#161a21
--color-navlink#c6ccd6
--color-ink#dde1e7
--color-draft#b9c0cc
--color-hairline-strong#3c4450
--color-accent-tint#ffffff12
--color-surface#14181f
--color-accent#fff
--color-line#272c35

…and 32 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: path.roadlinerect.choseng.pincircle.ring×2 → g.chip×4 → g.hbu

Scroll reveal: 9 elements rest at opacity 0, translateY(24px), animate in over 0.6s cubic-bezier(0.22, 1, 0.36, 1).

Stagger: rect ×10 — 144ms apart.

Stagger: g ×5 — 700ms apart.

Responsive (measured)

Install it

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

npx shadcn add https://mozaika.design/r/decode/winpra.com

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

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

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

Export: DESIGN.md

# Winpra — Design System

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

## Colors

| Role | Value |
|------|-------|
| bg | `#0B0E13` |
| surface | `#171A1F` |
| border | `#2A2D32` |
| text | `#DDE1E7` |
| text_muted | `#8D9096` |
| primary | `#97A0AD` |
| accent | `#FFFFFF` |
| link | `#C6CCD6` |
| secondary | `#3C4450` |
| button_bg | `#FFFFFF` |
| button_text | `#0B0E13` |

**Using these colors**

- **Action color** `#FFFFFF` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds.
- `accent`, `button_bg` are all `#FFFFFF` — one role, not several (your action color).
- **accent** `#FFFFFF` — 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** `#97A0AD` — a neutral UI color (chips, tags, icon fills, chrome), not the action color (action = #FFFFFF).
- **link** `#C6CCD6` — reads as a neutral UI color, not a link accent — verify against the reference (action = #FFFFFF).
- **secondary** `#3C4450` — 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): `#0B0E13` 81.5% · `#171B22` 14.3% · `#5E6267` 4.2%

## Typography

- Heading: **Sora**
- Body: **Sora**
- Mono: **IBM Plex Mono**

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 60px / 600 · lh 64px · tracking -1.5px |
| h2 | 46px / 600 · lh 49px · tracking -0.92px |
| h3 | 19px / 700 |
| body | 13px / 400 · lh 20px |
| small | 12px / 400 · lh 22px |
| eyebrow | 10px / 400 · tracking 1.47px |

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

> **Fonts —** Sora — free, on Google.

## Spacing
- base unit: 4px (inferred from the measured scale)
- measured scale: 4px, 8px, 10px, 12px, 13px, 14px, 15px, 16px, 20px, 22px — snap all gaps/padding to these
- section rhythm: 96px top/bottom padding per section (measured)

## Radius
- base: 0px
- button: 6px
- card: 6px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#FFFFFF` / `#0B0E13` | none | 6px | 11px 22px 11px 22px | 700 13px | none |

**States (measured, not guessed)**

- primary focus: outline `2px solid rgb(255, 255, 255)`
- transition: `filter 0.15s cubic-bezier(0.4, 0, 0.2, 1)`

## Motion
- durations: 150ms (dominant) · 600ms · 300ms
- easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) · `linear`
- animated properties: background-color, fill, 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.

## Their own tokens (verbatim from :root)

| Token | Value |
|-------|-------|
| `--color-bubble` | `#1a1f27` |
| `--color-parcel` | `#161a21` |
| `--color-navlink` | `#c6ccd6` |
| `--color-ink` | `#dde1e7` |
| `--color-draft` | `#b9c0cc` |
| `--color-hairline-strong` | `#3c4450` |
| `--color-accent-tint` | `#ffffff12` |
| `--color-surface` | `#14181f` |
| `--color-accent` | `#fff` |
| `--color-line` | `#272c35` |
| `--color-dim` | `#97a0ad` |
| `--color-parcel-edge` | `#2e3540` |

_…and 30 more measured on the page._

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

## Layout (measured)
- container max 1120px
- nav: 67px sticky · backdrop blur(12px) · border-bottom 1px solid rgb(39, 44, 53) · bg oklab(0.162889 -0.00189449 -0.0115197 / 0.85)

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 896 | 465 | — | — | 96/96 | — |
| 1361 | 846 | — | — | 96/96 | — |
| 2207 | 963 | — | — | 96/96 | — |
| 3171 | 974 | — | — | 96/96 | — |
| 4144 | 411 | — | — | 96/96 | — |

## Motion choreography (measured)
Load order: `path.roadline` @0ms → `rect.chosen` @0ms → `g.pin` @0ms → `circle.ring`×2 @0ms → `g.chip`×4 @0ms → `g.hbu` @0ms
- `g.hbu` — opacity 0→1 — 16000ms · loops
- `rect.chosen` — opacity 0→1 — 16000ms · loops
- `g.pin` — opacity 0→1 · transform translateY(-16px)→none — 16000ms · loops
- `g.chip` ×2 — opacity 0→1 · transform translateY(6px)→none — 16000ms · loops
- `circle.ring` ×2 — opacity 0→0.7 — 16000ms · loops
- `p.bubble-u` — opacity 0→1 · transform translateY(6px)→none — 16000ms · loops
- stagger: `rect` ×10 — 144ms apart
- stagger: `g` ×5 — 700ms apart
- scroll reveal: 9 elements rest at opacity 0, translateY(24px), animate in over 0.6s cubic-bezier(0.22, 1, 0.36, 1) (9 revealed during the drive).

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

## Components (measured)
- card ×3: pad 0px 0px 0px 0px · r 14px · border 1px solid rgb(39, 44, 53) · bg #14181F
  - hover: border `1px solid rgb(60, 68, 80)` · font-weight `400` · letter-spacing `normal`
- link: #DDE1E7 · no underline — hover #FFFFFF

## Responsive (measured)
- mobile (390px): hero 38px · 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/decode/winpra.com

← All decoded design systems

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