MozaikaDesign system

Pinecone — Design System

light · professional · medium · tailwind · confidence 90% · deep decode

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

Tokens

Pinecone's decoded design system: background #FBFBFC, text #4B5563, accent #002BFF, link #002BFF, primary #4B5563; type scale h1 44px / h2 32px / body 16px; 4px spacing base; 0px base radius. The single interactive/action color is #1C1917 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#FBFBFC
surface#F0F1F2
border#E0E2E5
text#4B5563
text_muted#8D949D
primary#4B5563
accent#002BFF
link#002BFF
secondary#CBD5E1
button_bg#1C1917
button_text#FBFBFC

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

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

Native design tokens

TokenValue
--osano-clear-dialog-backgroundrgba(0,0,0,0)
--osano-button-border-color#fff
--osano-button-background-color#1c17ff
--osano-button-foreground-color#ffffff
--osano-dialog-background-color#ffffff
--osano-dialog-foreground-color#000000
--osano-info-dialog-overlay-colorrgba(0,0,0,0.45)
--osano-link-color#1c17ff
--osano-toggle-off-track-color#7A3FF1
--osano-toggle-off-thumb-color#FFFFFF

…and 110 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: html.gtplanar_cb41191c-modulehtml.gtplanar_cb41191c-modulespan.transition-all×4 → span.absolute×64 → div.spin×6 → span.transition-all

Scroll reveal: 4 elements rest at opacity 0, translateY(14px), animate in over 0.15s cubic-bezier(0.4, 0, 0.2, 1).

Overlay recipe (measured)

dialog panel: #FFFFFF · radius 0px

Input (measured)

height 46px · radius 0px · focus ring 2px solid rgba(0, 0, 0, 0)

Themes

dark counterpart: background #171717, text #FFFFFF.

Responsive (measured)

Per-section tokens (10)

Export: DESIGN.md

# Pinecone — Design System

> light, professional, medium, tailwind — deep decode (measured live)

## Colors

| Role | Value |
|------|-------|
| bg | `#FBFBFC` |
| surface | `#F0F1F2` |
| border | `#E0E2E5` |
| text | `#4B5563` |
| text_muted | `#8D949D` |
| primary | `#4B5563` |
| accent | `#002BFF` |
| link | `#002BFF` |
| secondary | `#CBD5E1` |
| button_bg | `#1C1917` |
| button_text | `#FBFBFC` |

**Using these colors**

- **Action color** `#1C1917` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds.
- `accent`, `link` are all `#002BFF` — one role, not several.
- **accent** `#002BFF` — accent for emphasis — keep it rare on the page.
- **primary** `#4B5563` — ≈ the text color — a foreground/text color, not an action color (action = #1C1917).
- **secondary** `#CBD5E1` — 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): `#FBFBFC` 91.7% · `#6977E1` 8.3%

## Typography

- Mono: **JetBrains Mono** _(measured)_

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 44px / 700 · lh 48px · tracking -0.88px |
| h2 | 32px / 700 · lh 38px |
| h3 | 24px / 700 · lh 32px |
| body | 14px / 400 · lh 18px |
| small | 13px / 400 · lh 18px |
| eyebrow | 11px / 500 · tracking 0.6px |

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

## Spacing
- base unit: 4px (inferred from the measured scale)
- measured scale: 2px, 4px, 6px, 7px, 8px, 10px, 11px, 12px, 14px, 16px — snap all gaps/padding to these

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

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#002BFF` / `#FFFFFF` | 1px solid rgb(0, 43, 255) | 0px | 8px 16px 8px 16px | 400 15px | none |
| secondary | `rgba(0, 0, 0, 0)` / `#1C1917` | 1px solid rgb(231, 229, 228) | 0px | 8px 12px 8px 12px | 400 15px | none |

**States (measured, not guessed)**

- primary hover: background `#222160` · color `#FBFBFC`
- primary focus: outline `1px auto rgb(16, 16, 16)`
- secondary hover: border `1px solid rgb(0, 43, 255)`
- transition: `color 0.15s cubic-bezier(0.4, 0, 0.2, 1)`

## Shadows (elevation)
- subtle: `rgb(0, 43, 255) 0px 0px 0px 1px`
- overlay: `rgba(0, 0, 0, 0.1) 0px 8px 32px 0px, rgba(0, 0, 0, 0.06) 0px 2px 8px 0px`

## Motion
- durations: 150ms (dominant) · 200ms · 220ms
- easings: `ease-out` (dominant) · `cubic-bezier(0.4, 0, 0.2, 1)`
- animated properties: color, background-color, border-color, stroke

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(0,0,0,0)` |
| `--osano-button-border-color` | `#fff` |
| `--osano-button-background-color` | `#1c17ff` |
| `--osano-button-foreground-color` | `#ffffff` |
| `--osano-dialog-background-color` | `#ffffff` |
| `--osano-dialog-foreground-color` | `#000000` |
| `--osano-info-dialog-overlay-color` | `rgba(0,0,0,0.45)` |
| `--osano-link-color` | `#1c17ff` |
| `--osano-toggle-off-track-color` | `#7A3FF1` |
| `--osano-toggle-off-thumb-color` | `#FFFFFF` |
| `--osano-toggle-on-track-color` | `#1c17ff` |
| `--osano-toggle-on-thumb-color` | `#FFFFFF` |

_…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 1120px · common grid: 3-col
- nav: 75px sticky · border-bottom 1px solid rgb(231, 229, 228) · bg #FBFBFC

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 108 | 418 | 3 | — | 0/0 | 13/44/44 |
| 609 | 275 | 2 | — | 0/0 | 70/30 |
| 884 | 479 | — | — | 0/0 | — |
| 1364 | 1031 | — | — | 0/0 | — |
| 2395 | 612 | — | — | 0/0 | — |
| 3007 | 684 | — | — | 0/0 | — |
| 3691 | 446 | 3 | — | 0/0 | — |

## Motion choreography (measured)
Load order: `html.gtplanar_cb41191c-module` @0ms → `html.gtplanar_cb41191c-module` @0ms → `span.transition-all`×4 @0ms → `span.absolute`×64 @0ms → `div.spin`×6 @1ms → `span.transition-all` @116ms
- `div.ripple` — opacity 1→0 · transform translate(-50%, -50%) scale(0)→translate(-50%, -50%) scale(2.6) — 420ms ease-out
- `div.spin` ×6 — transform none→rotate(360deg) — 700ms · loops
- scroll reveal: 4 elements rest at opacity 0, translateY(14px), animate in over 0.15s cubic-bezier(0.4, 0, 0.2, 1) (4 revealed during the drive).
- overlay dialog (auto-opened): panel #FFFFFF · r 0px

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

## Components (measured)
- input: h 46px · r 0px · border 1px solid rgb(231, 229, 228) · bg #FBFBFC · placeholder #1C1917
  - focus ring: `2px solid rgba(0, 0, 0, 0)` — this exact construction, don't invent your own
- card ×6: pad 16px 16px 16px 16px · r 0px · border 1px solid rgb(226, 232, 240) · bg #FFFFFF
  - hover: font-weight `400` · letter-spacing `normal`
- disabled: bg #002BFF · text #FFFFFF

## Themes (both measured)
- dark counterpart: bg `#171717` · text `#FFFFFF`

## Responsive (measured)
- breakpoints: 424px · 512px · 640px · 768px · 1024px · 1060px
- mobile (390px): hero 44px · 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/pinecone

Export: Tailwind v4 (@theme)

@theme {
  /* action color #1C1917 — the one interactive color; buttons/links/emphasis only, never large fills. */
  --color-bg: #FBFBFC;
  --color-surface: #F0F1F2;
  --color-border: #E0E2E5;
  --color-text: #4B5563;
  --color-text-muted: #8D949D;
  --color-primary: #4B5563;  /* ≈ the text color — a foreground/text color, not an action color (action = #1C1917). */
  --color-accent: #002BFF;  /* accent for emphasis — keep it rare on the page. */
  --color-link: #002BFF;  /* inline text links and link-styled controls. */
  --color-secondary: #CBD5E1;  /* 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: #1C1917;  /* primary-button fill — the main call-to-action color. */
  --color-button-text: #FBFBFC;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;
  /* measured weights: 400, 500, 600, 700 — use these, not 400/600 */
  --text-hero: 44px; --font-weight-hero: 700; --leading-hero: 48px; --tracking-hero: -0.88px;
  --text-h2: 32px; --font-weight-h2: 700; --leading-h2: 38px;
  --text-h3: 24px; --font-weight-h3: 700; --leading-h3: 32px;
  --text-body: 14px; --font-weight-body: 400; --leading-body: 18px;
  --text-small: 13px; --font-weight-small: 400; --leading-small: 18px;
  --text-eyebrow: 11px; --font-weight-eyebrow: 500; --tracking-eyebrow: 0.6px;
  --radius-base: 0px;
  --radius-button: 0px;
  --radius-card: 50px;
  --radius-pill: 9999px;
  --shadow-overlay: rgba(0, 0, 0, 0.1) 0px 8px 32px 0px, rgba(0, 0, 0, 0.06) 0px 2px 8px 0px;
  --shadow-subtle: rgb(0, 43, 255) 0px 0px 0px 1px;
  --color-btn-hover: #222160;  /* measured primary hover fill */
  --outline-focus: 1px auto rgb(16, 16, 16);  /* measured focus ring */
  --ease-brand: ease-out;
  --duration-fast: 150ms;  /* use: duration-[var(--duration-fast)] */
  --duration-base: 200ms;
  --duration-slow: 220ms;
  --spacing: 4px;  /* measured base — drives the p-*/gap-* scale. steps seen on the page: 2, 4, 6, 7, 8, 10, 11, 12, 14, 16px */
}

Export: CSS variables

:root {
  /* action color #1C1917 — the one interactive color; buttons/links/emphasis only, never large fills. */
  --bg: #FBFBFC;
  --surface: #F0F1F2;
  --border: #E0E2E5;
  --text: #4B5563;
  --text-muted: #8D949D;
  --primary: #4B5563;  /* ≈ the text color — a foreground/text color, not an action color (action = #1C1917). */
  --accent: #002BFF;  /* accent for emphasis — keep it rare on the page. */
  --link: #002BFF;  /* inline text links and link-styled controls. */
  --secondary: #CBD5E1;  /* 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: #1C1917;  /* primary-button fill — the main call-to-action color. */
  --button-text: #FBFBFC;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;
  --text-hero: 44px; --weight-hero: 700; --leading-hero: 48px; --tracking-hero: -0.88px;
  --text-h2: 32px; --weight-h2: 700; --leading-h2: 38px;
  --text-h3: 24px; --weight-h3: 700; --leading-h3: 32px;
  --text-body: 14px; --weight-body: 400; --leading-body: 18px;
  --text-small: 13px; --weight-small: 400; --leading-small: 18px;
  --text-eyebrow: 11px; --weight-eyebrow: 500; --tracking-eyebrow: 0.6px;
  --radius: 0px;
  --radius-button: 0px;
  --radius-card: 50px;
  --radius-pill: 9999px;
  --shadow-overlay: rgba(0, 0, 0, 0.1) 0px 8px 32px 0px, rgba(0, 0, 0, 0.06) 0px 2px 8px 0px;
  --shadow-subtle: rgb(0, 43, 255) 0px 0px 0px 1px;
  --btn-bg-hover: #222160;
  --focus-ring: 1px auto rgb(16, 16, 16);
  --ease: ease-out;
  --duration-fast: 150ms;
  --duration-base: 200ms;
  --duration-slow: 220ms;
}

/* their own tokens, verbatim from the site's :root */
:root {
  --osano-clear-dialog-background: rgba(0,0,0,0);
  --osano-button-border-color: #fff;
  --osano-button-background-color: #1c17ff;
  --osano-button-foreground-color: #ffffff;
  --osano-dialog-background-color: #ffffff;
  --osano-dialog-foreground-color: #000000;
  --osano-info-dialog-overlay-color: rgba(0,0,0,0.45);
  --osano-link-color: #1c17ff;
  --osano-toggle-off-track-color: #7A3FF1;
  --osano-toggle-off-thumb-color: #FFFFFF;
  --osano-toggle-on-track-color: #1c17ff;
  --osano-toggle-on-thumb-color: #FFFFFF;
}