MozaikaDesign system

Highlight — Design System

dark · modern · medium · tailwind · confidence 92% · deep decode

The full decoded design system for Highlight: color roles, type scale, spacing, radii and paste-ready DESIGN.md / Tailwind / CSS exports.

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

Tokens

Highlight's decoded design system: background #0D0225, text #ECECEE, accent #72E4FC, link #0D0225, primary #72E4FC; type scale h1 16px / h2 58px / body 22px; 8px spacing base; 8px base radius. The single interactive/action color is #72E4FC — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#0D0225
surface#1A1031
border#2E2543
text#ECECEE
text_muted#9793A1
primary#72E4FC
accent#72E4FC
link#0D0225
secondary#6C37F4
button_bg#72E4FC
button_text#000000

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

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

Native design tokens

TokenValue
--color-purple-100#ede9fe
--color-purple-200#ddd6fe
--color-purple-300#c4b5fd
--color-purple-400#a78bfa
--color-purple-500#8b5cf6
--color-purple-600#7c3aed
--color-purple-700#6d28d9
--color-purple-900#4c1d95
--color-purple#5629c6
--color-purple-800#302c3a

…and 96 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: a.hidden

Responsive (measured)

Per-section tokens (10)

Export: DESIGN.md

# Highlight — Design System

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

## Colors

| Role | Value |
|------|-------|
| bg | `#0D0225` |
| surface | `#1A1031` |
| border | `#2E2543` |
| text | `#ECECEE` |
| text_muted | `#9793A1` |
| primary | `#72E4FC` |
| accent | `#72E4FC` |
| link | `#0D0225` |
| secondary | `#6C37F4` |
| button_bg | `#72E4FC` |
| button_text | `#000000` |

**Using these colors**

- **Action color** `#72E4FC` — 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 `#72E4FC` — one role, not several (your action color).
- **accent** `#72E4FC` — 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** `#0D0225` — fails contrast on the background (~1.0:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference).
- **secondary** `#6C37F4` — 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): `#0D0225` 82.8% · `#D92E3D` 5% · `#D9EADA` 5% · `#1D1435` 3.6%

## Typography

- Heading: **Poppins**
- Body: **Segoe UI** _(free fallback: Newsreader)_
- Mono: **IBM Plex Mono** _(measured)_

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 58px / 600 · lh 76px · tracking -0.5px |
| h2 | 44px / 600 · lh 54px · tracking -0.25px |
| h3 | 26px / 600 · lh 40px |
| body | 18px / 400 · lh 34px |
| small | 16px / 600 · lh 26px |

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

> **Fonts —** Poppins — free, on Google. Segoe UI may be proprietary — safe free fallback: Newsreader (Google Fonts).

## Spacing
- base unit: 8px (inferred from the measured scale)
- measured scale: 2px, 4px, 8px, 10px, 12px, 16px, 20px, 24px, 32px, 44px — snap all gaps/padding to these
- section rhythm: 50px top/bottom padding per section (measured)

## Radius
- base: 8px
- button: 8px
- card: 8px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#72E4FC` / `#000000` | 1px solid rgb(114, 228, 252) | 8px | 10px 24px 10px 24px | 500 16px | none |
| secondary | `rgba(0, 0, 0, 0)` / `#72E4FC` | 1px solid rgb(114, 228, 252) | 8px | 8px 16px 8px 16px | 500 16px | none |

**States (measured, not guessed)**

- primary hover: background `#23B6E2`
- primary focus: outline `1px auto rgb(16, 16, 16)`
- secondary hover: background `#23B6E2` · color `#0D0225`
- transition: `all 0.2s ease`

## Shadows (elevation)
- card: `rgb(108, 55, 244) 8px 8px 0px -2px`

## Motion
- durations: 200ms (dominant) · 150ms · 100ms
- easings: `ease` (dominant) · `cubic-bezier(0.4, 0, 0.2, 1)`
- animated properties: color, background-color, border-color, 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 |
|-------|-------|
| `--color-purple-100` | `#ede9fe` |
| `--color-purple-200` | `#ddd6fe` |
| `--color-purple-300` | `#c4b5fd` |
| `--color-purple-400` | `#a78bfa` |
| `--color-purple-500` | `#8b5cf6` |
| `--color-purple-600` | `#7c3aed` |
| `--color-purple-700` | `#6d28d9` |
| `--color-purple-900` | `#4c1d95` |
| `--color-purple` | `#5629c6` |
| `--color-purple-800` | `#302c3a` |
| `--color-purple-black` | `#1d0a26` |
| `--color-blue-100` | `#dbeafe` |

_…and 94 more measured on the page._

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

## Layout (measured)
- container max 1248px · common grid: 2-col
- nav: 85px

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 131 | 1152 | 3 | 44 | 50/50 | 15/15/71 |
| 1283 | 469 | — | — | 50/50 | — |
| 1886 | 424 | — | — | 0/0 | — |
| 2310 | 452 | — | — | 50/50 | — |
| 2762 | 1506 | 2 | 96 | 52/25 | — |
| 4324 | 556 | 2 | 128 | 52/25 | — |

## Motion choreography (measured)
Load order: `a.hidden` @0ms

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

## Components (measured)
- card ×8: pad 32px 32px 32px 32px · r 16px · bg #FFFFFF
  - hover: font-weight `400` · letter-spacing `normal`
- link: #72E4FC · no underline — hover #23B6E2

## Responsive (measured)
- breakpoints: 600px · 640px · 768px · 800px · 1000px · 1024px
- 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/highlight

Export: Tailwind v4 (@theme)

@theme {
  /* action color #72E4FC — the one interactive color; buttons/links/emphasis only, never large fills. */
  --color-bg: #0D0225;
  --color-surface: #1A1031;
  --color-border: #2E2543;
  --color-text: #ECECEE;
  --color-text-muted: #9793A1;
  --color-primary: #72E4FC;  /* primary brand / action color. */
  --color-accent: #72E4FC;  /* 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: #0D0225;  /* fails contrast on the background (~1.0: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: #6C37F4;  /* 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: #72E4FC;  /* primary-button fill — the main call-to-action color. */
  --color-button-text: #000000;
  /* fonts: Poppins — free, on Google. Segoe UI may be proprietary — safe free fallback: Newsreader (Google Fonts). */
  --font-heading: "Poppins", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Segoe UI", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, monospace;
  /* measured weights: 300, 400, 600 — use these, not 400/600 */
  --text-hero: 58px; --font-weight-hero: 600; --leading-hero: 76px; --tracking-hero: -0.5px;
  --text-h2: 44px; --font-weight-h2: 600; --leading-h2: 54px; --tracking-h2: -0.25px;
  --text-h3: 26px; --font-weight-h3: 600; --leading-h3: 40px;
  --text-body: 18px; --font-weight-body: 400; --leading-body: 34px;
  --text-small: 16px; --font-weight-small: 600; --leading-small: 26px;
  --radius-base: 8px;
  --radius-button: 8px;
  --radius-card: 8px;
  --shadow-card: rgb(108, 55, 244) 8px 8px 0px -2px;
  --color-btn-hover: #23B6E2;  /* measured primary hover fill */
  --outline-focus: 1px auto rgb(16, 16, 16);  /* measured focus ring */
  --ease-brand: ease;
  --duration-fast: 100ms;  /* use: duration-[var(--duration-fast)] */
  --duration-base: 150ms;
  --duration-slow: 200ms;
  --section-y: 50px;  /* per-section vertical padding (measured) */
  --spacing: 8px;  /* measured base — drives the p-*/gap-* scale. steps seen on the page: 2, 4, 8, 10, 12, 16, 20, 24, 32, 44px */
}

Export: CSS variables

:root {
  /* action color #72E4FC — the one interactive color; buttons/links/emphasis only, never large fills. */
  --bg: #0D0225;
  --surface: #1A1031;
  --border: #2E2543;
  --text: #ECECEE;
  --text-muted: #9793A1;
  --primary: #72E4FC;  /* primary brand / action color. */
  --accent: #72E4FC;  /* 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: #0D0225;  /* fails contrast on the background (~1.0:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference). */
  --secondary: #6C37F4;  /* 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: #72E4FC;  /* primary-button fill — the main call-to-action color. */
  --button-text: #000000;
  --font-heading: "Poppins", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Segoe UI", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, monospace;
  --text-hero: 58px; --weight-hero: 600; --leading-hero: 76px; --tracking-hero: -0.5px;
  --text-h2: 44px; --weight-h2: 600; --leading-h2: 54px; --tracking-h2: -0.25px;
  --text-h3: 26px; --weight-h3: 600; --leading-h3: 40px;
  --text-body: 18px; --weight-body: 400; --leading-body: 34px;
  --text-small: 16px; --weight-small: 600; --leading-small: 26px;
  --radius: 8px;
  --radius-button: 8px;
  --radius-card: 8px;
  --shadow-card: rgb(108, 55, 244) 8px 8px 0px -2px;
  --btn-bg-hover: #23B6E2;
  --focus-ring: 1px auto rgb(16, 16, 16);
  --ease: ease;
  --duration-fast: 100ms;
  --duration-base: 150ms;
  --duration-slow: 200ms;
  --section-y: 50px;
}

/* their own tokens, verbatim from the site's :root */
:root {
  --color-purple-100: #ede9fe;
  --color-purple-200: #ddd6fe;
  --color-purple-300: #c4b5fd;
  --color-purple-400: #a78bfa;
  --color-purple-500: #8b5cf6;
  --color-purple-600: #7c3aed;
  --color-purple-700: #6d28d9;
  --color-purple-900: #4c1d95;
  --color-purple: #5629c6;
  --color-purple-800: #302c3a;
  --color-purple-black: #1d0a26;
  --color-blue-100: #dbeafe;
}
/* fonts: Poppins — free, on Google. Segoe UI may be proprietary — safe free fallback: Newsreader (Google Fonts). */