MozaikaDesign system

Lambda — Design System

dark · modern · high · custom · confidence 92% · deep decode

The full decoded design system for Lambda: 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/lambda.

Tokens

Lambda's decoded design system: background #0B0B0B, text #E7E6D9, accent #6236F4, link #A186F8, primary #6236F4; type scale h1 117.04px / h2 24px / body 12px; 4px spacing base; 0px base radius. The single interactive/action color is #6236F4 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#0B0B0B
surface#181817
border#2C2B29
text#E7E6D9
text_muted#93928A
primary#6236F4
accent#6236F4
link#A186F8
secondary#FF0000
button_bg#6236F4
button_text#E7E6D9

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

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

Native design tokens

TokenValue
--osano-clear-dialog-backgroundrgba(11,11,11,0)
--osano-button-border-color#42413e
--osano-button-background-color#0b0b0b
--osano-button-foreground-color#e7e6d9
--osano-dialog-background-color#000000
--osano-dialog-foreground-color#e7e6d9
--osano-info-dialog-overlay-colorrgba(0,0,0,0.45)
--osano-link-color#815ef8
--osano-toggle-off-track-color#42413e
--osano-toggle-off-thumb-color#e7e6d9

…and 110 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: div×2 → divdiv._heroCard_1d0dg_1×3 → div.osano-cm-info-dialog__in×2 → div._animationContainer_15je

Scroll reveal: 5 elements rest at translateY(17px), animate in over 0.6s cubic-bezier(0.6, 0, 0.4, 1).

Stagger: div ×3 — 110ms apart.

Responsive (measured)

Per-section tokens (8)

Export: DESIGN.md

# Lambda — Design System

> dark, modern, high, custom — deep decode (measured live)

## Colors

| Role | Value |
|------|-------|
| bg | `#0B0B0B` |
| surface | `#181817` |
| border | `#2C2B29` |
| text | `#E7E6D9` |
| text_muted | `#93928A` |
| primary | `#6236F4` |
| accent | `#6236F4` |
| link | `#A186F8` |
| secondary | `#FF0000` |
| button_bg | `#6236F4` |
| button_text | `#E7E6D9` |

**Using these colors**

- **Action color** `#6236F4` — 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 `#6236F4` — one role, not several (your action color).
- **accent** `#6236F4` — 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** `#A186F8` — inline text links and link-styled controls.
- **secondary** `#FF0000` — 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): `#0B0B0B` 85.3% · `#EAE9DC` 6.4% · `#68607E` 3.5% · `#1A181E` 2.4%

## Typography

- Heading: **Suisse Intl** _(free fallback: Newsreader)_
- Body: **Suisse Intl** _(free fallback: Newsreader)_
- Mono: **Suisse Intl Mono**

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 117px / 600 · lh 117px · tracking -2.34px |
| h2 | 72px / 600 · lh 79px · tracking -1.44px |
| h3 | 34px / 400 · lh 41px · tracking -0.34px |
| body | 16px / 400 · lh 24px |
| small | 14px / 400 · lh 22px |
| eyebrow | 12px / 400 · tracking 0.6px |

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

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

## Spacing
- base unit: 4px (inferred from the measured scale)
- measured scale: 3px, 10px, 15px, 17px, 20px, 30px, 32px, 35px, 36px, 40px — snap all gaps/padding to these
- section rhythm: 160px top/bottom padding per section (measured)

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

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#6236F4` / `#E7E6D9` | none | 0px | 17px 36px 17px 36px | 400 14px / 0.7px | none |
| secondary | `#E7E6D9` / `#0B0B0B` | none | 0px | — | — | none |

**States (measured, not guessed)**

- primary hover: background `#815EF6`
- primary focus: outline `2px solid rgb(98, 54, 244)`
- transition: `box-shadow 0.1s cubic-bezier(0.6, 0, 0.4, 1)`

## Shadows (elevation)
- card: `rgb(231, 0, 0) -2px 0px 0px 0px, rgb(231, 230, 0) -4px 0px 0px 0px, rgb(0, 0, 217) 2px 0px 0px 0px, rgb(0, 230, 217) 4px 0px 0px 0px`

## Motion
- durations: 100ms (dominant) · 400ms · 600ms
- easings: `cubic-bezier(0.6, 0, 0.4, 1)` (dominant) · `ease-in-out`
- animated properties: color, background, opacity, height

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 |
|-------|-------|
| `--osano-clear-dialog-background` | `rgba(11,11,11,0)` |
| `--osano-button-border-color` | `#42413e` |
| `--osano-button-background-color` | `#0b0b0b` |
| `--osano-button-foreground-color` | `#e7e6d9` |
| `--osano-dialog-background-color` | `#000000` |
| `--osano-dialog-foreground-color` | `#e7e6d9` |
| `--osano-info-dialog-overlay-color` | `rgba(0,0,0,0.45)` |
| `--osano-link-color` | `#815ef8` |
| `--osano-toggle-off-track-color` | `#42413e` |
| `--osano-toggle-off-thumb-color` | `#e7e6d9` |
| `--osano-toggle-on-track-color` | `#6236f4` |
| `--osano-toggle-on-thumb-color` | `#e7e6d9` |

_…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 1398px · common grid: 2-col
- nav: 101px fixed · border-bottom 1px solid rgb(38, 38, 37) · bg #0B0B0B

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 2271 | 1289 | — | — | 160/160 | — |
| 3560 | 870 | 2 | — | 160/160 | 41/59 |
| 4430 | 1655 | — | — | 0/0 | — |

## Motion choreography (measured)
Load order: `div`×2 @0ms → `div` @0ms → `div._heroCard_1d0dg_1`×3 @397ms → `div.osano-cm-info-dialog__in`×2 @397ms → `div._animationContainer_15je` @2193ms
- `div._heroCard_1d0dg_1` ×3 — opacity 0→1 · transform translateY(24px)→translateY(0px) — 700ms cubic-bezier(0.16, 1, 0.3, 1) (delay 400ms)
- `div` — transform translateY(0px)→none — 30000ms ease-in-out · loops
- `div` ×2 — transform translateY(0px)→none — 30000ms ease-in-out · loops
- stagger: `div` ×3 — 110ms apart
- scroll reveal: 5 elements rest at translateY(17px), animate in over 0.6s cubic-bezier(0.6, 0, 0.4, 1) (3 revealed during the drive).

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

## Components (measured)
- card ×3: pad 32px 32px 60px 32px · r 0px · border 1px solid rgb(38, 38, 37) · bg #0B0B0B
  - hover: border `1px solid rgb(98, 54, 244)` · color `#6236F4` · font-weight `700` · letter-spacing `normal`

## Responsive (measured)
- breakpoints: 376px · 480px · 640px · 768px · 1024px · 1200px
- mobile (390px): hero 42px · 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/ds/lambda

Export: Tailwind v4 (@theme)

@theme {
  /* action color #6236F4 — the one interactive color; buttons/links/emphasis only, never large fills. */
  --color-bg: #0B0B0B;
  --color-surface: #181817;
  --color-border: #2C2B29;
  --color-text: #E7E6D9;
  --color-text-muted: #93928A;
  --color-primary: #6236F4;  /* primary brand / action color. */
  --color-accent: #6236F4;  /* 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: #A186F8;  /* inline text links and link-styled controls. */
  --color-secondary: #FF0000;  /* 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: #6236F4;  /* primary-button fill — the main call-to-action color. */
  --color-button-text: #E7E6D9;
  /* fonts: Suisse Intl may be proprietary — safe free fallback: Newsreader (Google Fonts). */
  --font-heading: "Suisse Intl", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Suisse Intl", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-mono: "Suisse Intl Mono", ui-monospace, monospace;
  /* measured weights: 400, 600, 700 — use these, not 400/600 */
  --text-hero: 117px; --font-weight-hero: 600; --leading-hero: 117px; --tracking-hero: -2.34px;
  --text-h2: 72px; --font-weight-h2: 600; --leading-h2: 79px; --tracking-h2: -1.44px;
  --text-h3: 34px; --font-weight-h3: 400; --leading-h3: 41px; --tracking-h3: -0.34px;
  --text-body: 16px; --font-weight-body: 400; --leading-body: 24px;
  --text-small: 14px; --font-weight-small: 400; --leading-small: 22px;
  --text-eyebrow: 12px; --font-weight-eyebrow: 400; --tracking-eyebrow: 0.6px;
  --radius-base: 0px;
  --radius-button: 0px;
  --radius-card: 50px;
  --shadow-card: rgb(231, 0, 0) -2px 0px 0px 0px, rgb(231, 230, 0) -4px 0px 0px 0px, rgb(0, 0, 217) 2px 0px 0px 0px, rgb(0, 230, 217) 4px 0px 0px 0px;
  --color-btn-hover: #815EF6;  /* measured primary hover fill */
  --outline-focus: 2px solid rgb(98, 54, 244);  /* measured focus ring */
  --ease-brand: cubic-bezier(0.6, 0, 0.4, 1);
  --duration-fast: 100ms;  /* use: duration-[var(--duration-fast)] */
  --duration-base: 400ms;
  --duration-slow: 600ms;
  --section-y: 160px;  /* per-section vertical padding (measured) */
  --spacing: 4px;  /* measured base — drives the p-*/gap-* scale. steps seen on the page: 3, 10, 15, 17, 20, 30, 32, 35, 36, 40px */
}

Export: CSS variables

:root {
  /* action color #6236F4 — the one interactive color; buttons/links/emphasis only, never large fills. */
  --bg: #0B0B0B;
  --surface: #181817;
  --border: #2C2B29;
  --text: #E7E6D9;
  --text-muted: #93928A;
  --primary: #6236F4;  /* primary brand / action color. */
  --accent: #6236F4;  /* 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: #A186F8;  /* inline text links and link-styled controls. */
  --secondary: #FF0000;  /* 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: #6236F4;  /* primary-button fill — the main call-to-action color. */
  --button-text: #E7E6D9;
  --font-heading: "Suisse Intl", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Suisse Intl", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-mono: "Suisse Intl Mono", ui-monospace, monospace;
  --text-hero: 117px; --weight-hero: 600; --leading-hero: 117px; --tracking-hero: -2.34px;
  --text-h2: 72px; --weight-h2: 600; --leading-h2: 79px; --tracking-h2: -1.44px;
  --text-h3: 34px; --weight-h3: 400; --leading-h3: 41px; --tracking-h3: -0.34px;
  --text-body: 16px; --weight-body: 400; --leading-body: 24px;
  --text-small: 14px; --weight-small: 400; --leading-small: 22px;
  --text-eyebrow: 12px; --weight-eyebrow: 400; --tracking-eyebrow: 0.6px;
  --radius: 0px;
  --radius-button: 0px;
  --radius-card: 50px;
  --shadow-card: rgb(231, 0, 0) -2px 0px 0px 0px, rgb(231, 230, 0) -4px 0px 0px 0px, rgb(0, 0, 217) 2px 0px 0px 0px, rgb(0, 230, 217) 4px 0px 0px 0px;
  --btn-bg-hover: #815EF6;
  --focus-ring: 2px solid rgb(98, 54, 244);
  --ease: cubic-bezier(0.6, 0, 0.4, 1);
  --duration-fast: 100ms;
  --duration-base: 400ms;
  --duration-slow: 600ms;
  --section-y: 160px;
}

/* their own tokens, verbatim from the site's :root */
:root {
  --osano-clear-dialog-background: rgba(11,11,11,0);
  --osano-button-border-color: #42413e;
  --osano-button-background-color: #0b0b0b;
  --osano-button-foreground-color: #e7e6d9;
  --osano-dialog-background-color: #000000;
  --osano-dialog-foreground-color: #e7e6d9;
  --osano-info-dialog-overlay-color: rgba(0,0,0,0.45);
  --osano-link-color: #815ef8;
  --osano-toggle-off-track-color: #42413e;
  --osano-toggle-off-thumb-color: #e7e6d9;
  --osano-toggle-on-track-color: #6236f4;
  --osano-toggle-on-thumb-color: #e7e6d9;
}
/* fonts: Suisse Intl may be proprietary — safe free fallback: Newsreader (Google Fonts). */