getComputedStyle() from the live screenshots visible here.
Color Palette
37 colors extracted via getComputedStyle(). Click any swatch to copy its hex value.
Background & Surface
Text & Content
Accent & Interactive
Border & Divider
Semantic States
Full Extracted Palette (+24)
Typography
All values extracted via getComputedStyle() — no estimation.
| Role | Font Family | Size / Weight | Line Height | Letter Spacing | Preview |
|---|---|---|---|---|---|
| Display Hero | Inter | 80px / w400 | 1 | -3.2px | Display Hero |
| Section Heading | Inter | 68px / w400 | 1.13 | -2.72px | Section Heading |
| Label Heading | Inter | 18px / w400 | 1 | -0.36px | Label Heading |
| Sub-heading | Inter | 16px / w500 | 1.5 | -0.4px | Sub-heading |
| Body | Inter | 16px / w400 | 1.5 | normal | Body |
| Caption | GeistMono | 16px / w400 | 1.5 | -0.32px | Caption |
| Button | Inter | 15px / w400 | 1.5 | -0.15px | Button |
| Button | Inter | 14px / w500 | 1 | -0.28px | Button |
| Link | Inter | 13px / w400 | 1.25 | -0.13px | Link |
Live Components
Rendered in real HTML using your extracted tokens — no screenshots.
Buttons
Form Inputs
Card
Badges & Labels
Spacing Scale
Border Radius
0px
4px
8px
14px
20px
32px
9999px
Component Specs
Extracted CSS values per component and variant state.
### Buttons
- Background: `transparent`
- Text: `#ffffff` `{colors.primary}`
- Padding: 0px 14px
- Radius: 4px
- Font: 15px weight 400
- Use: Subtle action, toolbar, nav button
- Focus: outline: `rgb(238, 247, 244) solid 2px`
- Background: `#18191b` `{colors.ink-subtle}`
- Text: `#ffffff` `{colors.primary}`
- Padding: 10px 0px
- Radius: 0px
- Font: 16px weight 400
- Use: Solid dark CTA
- Focus: outline: `rgb(238, 247, 244) solid 2px`
- Background: `#000000`
- Text: `#ffffff` `{colors.primary}`
- Padding: 24px
- Radius: 0px
- Border: 1px solid rgb(24, 25, 27)
- Font: 16px weight 400
- Use: Secondary action with border
- Focus: outline: `rgb(238, 247, 244) solid 2px`
- Background: `transparent`
- Text: `#ffffff` `{colors.primary}`
- Padding: 0px 18px
- Radius: 9999px
- Border: 1px solid rgb(97, 100, 107)
- Font: 14px weight 500
- Use: Secondary action with border
- Focus: outline: `rgb(238, 247, 244) solid 2px`
- Background: `#ffffff` `{colors.primary}`
- Text: `#1a1a1a`
- Padding: 0px 28px
- Radius: 9999px
- Font: 16px weight 500
- Use: Bright CTA on dark sections
- Focus: outline: `rgb(238, 247, 244) solid 2px`
- Background: `transparent`
- Text: `#ffffff` `{colors.primary}`
- Padding: 0px 28px
- Radius: 9999px
- Border: 1px solid rgb(97, 100, 107)
- Font: 16px weight 400
- Use: Secondary action with border
- Focus: outline: `rgb(238, 247, 244) solid 2px`
- Background: `transparent`
- Text: `#ffffff` `{colors.primary}`
- Padding: 6px 0px 6px 18px
- Radius: 4px
- Font: 15px weight 400
- Use: Subtle action, toolbar, nav button
- Focus: outline: `rgb(238, 247, 244) solid 2px`
Interaction State Narrative
Buttons
- **DO NOT introduce new buttons variants** without justification
Visual Reference
Playwright screenshots captured during extraction — source of truth for all tokens.
Breakpoints
Motion & Transitions
2 motion tokens — easing curves and durations.
| --ease-in-out | cubic-bezier(.4, 0, .2, 1) |
| --ease-in | cubic-bezier(.4, 0, 1, 1) |
Motion Timeline
5 keyframe animations extracted from the live page. Preview 5 below — each block is animating right now with the actual extracted keyframes.
lineAnimation
shimmer
spin
text-blink
logoMove
Component States
Default → Hover → Focus → Active visual diff per component. Captured via Playwright state simulation.
| Component | States | |
|---|---|---|
| button |
default
button
bg rgba(0, 0, 0, 0)
fg rgb(255, 255, 255) |
focus
button
bg transparent
fg inherit |
| link |
default
link
bg rgb(24, 25, 27)
fg rgb(255, 255, 255) | |
| navLink |
default
navLink
bg rgba(0, 0, 0, 0)
fg rgb(255, 255, 255) | |
| footerLink |
default
footerLink
bg rgba(0, 0, 0, 0)
fg rgb(255, 255, 255) |
Z-Index Stacking Context
37 z-index values detected. Top 20 ordered by stacking priority. ● 100+ (modals) · ● 10-99 (overlays) · ● 1-9 (UI chrome).
Export tokens
Copy these design tokens to any framework. Generated from neon.tech live extraction.
Clicks copy to clipboard AND download the file. All values from getComputedStyle() on the live page — no estimates.
DESIGN.md
Narrative design system document — paste directly into Claude Code, Cursor, or Bolt.
---
version: alpha
name: neon.tech
description: "Light product system built on #e4f1eb with #ffffff as the primary CTA accent. Type anchored in Inter at 80px / weight 400. Extracted automatically from https://neon.tech/ — rendered styles via getComputedStyle() + CSS custom properties (token-only values may not be painted)."
narrative: |
neon.tech is built on a soft, near-white canvas (rgb(228, 241, 235)).
The system uses rgb(255, 255, 255) as the singular interactive color.
Sharp 0px corners on CTAs — architectural restraint, engineering precision alongside Inter as the primary typeface.
Inter is paired with Inter Fallback for secondary roles.
Depth comes from borders and surface contrast rather than shadows — a flat, structural elevation model.
Motion is a first-class concern — 5 keyframe animations plus transition-driven interactions.
colors:
background: "#e4f1eb"
surface-1: "#e4f1eb"
surface-2: "#e4f1eb"
ink: "#ffffff"
ink-subtle: "#18191b"
primary: "#ffffff"
on-primary: "#111111"
primary-hover: "#34d59a"
hairline: "#303236"
primary-focus: "#eef7f4"
semantic-error: "#be6464"
semantic-success: "#8dc572"
semantic-warning: "#f0ad4e"
semantic-info: "#337ab7"
typography:
display-xl:
fontFamily: "Inter, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
fontSize: 80px
fontWeight: 400
lineHeight: 1
letterSpacing: -3.2px
display-lg:
fontFamily: "Inter, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
fontSize: 68px
fontWeight: 400
lineHeight: 1.13
letterSpacing: -2.72px
display-md:
fontFamily: "Inter, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
fontSize: 16px
fontWeight: 500
lineHeight: 1.5
letterSpacing: -0.4px
headline:
fontFamily: "Inter, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
fontSize: 18px
fontWeight: 400
lineHeight: 1
letterSpacing: -0.36px
body:
fontFamily: "Inter, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
fontSize: 16px
fontWeight: 400
lineHeight: 1.5
letterSpacing: 0
body-sm:
fontFamily: "Inter, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
fontSize: 13px
fontWeight: 400
lineHeight: 1.25
letterSpacing: -0.13px
caption:
fontFamily: "GeistMono, 'SF Mono', 'JetBrains Mono', Menlo, monospace"
fontSize: 16px
fontWeight: 400
lineHeight: 1.5
letterSpacing: -0.32px
button:
fontFamily: "Inter, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
fontSize: 15px
fontWeight: 400
lineHeight: 1.5
letterSpacing: -0.15px
rounded:
none: 0px
xs: 4px
sm: 8px
md: 14px
lg: 20px
xl: 32px
pill: 9999px
spacing:
xxs: 2px
xs: 4px
sm: 10px
md: 14px
lg: 32px
xl: 46px
xxl: 64px
components:
button-ghost:
backgroundColor: "transparent"
textColor: "{colors.primary}"
typography: "{typography.button}"
rounded: "{rounded.xs}"
padding: 0px 14px
button-dark--solid:
backgroundColor: "{colors.ink-subtle}"
textColor: "{colors.primary}"
typography: "{typography.display-md}"
rounded: "{rounded.none}"
padding: 10px 0px
button-outline:
backgroundColor: "#000000"
textColor: "{colors.primary}"
typography: "{typography.display-md}"
rounded: "{rounded.none}"
padding: 24px
extracted_at: "2026-06-11T06:13:53.088Z"
completeness: 72
scoreVersion: "v2"
---
# Design System — neon.tech
> Extracted automatically by Prism from https://neon.tech
> Date: 2026-06-11
> Viewport: Desktop 1440x900 + Mobile 390x844
> Values are extracted, not hand-written: rendered styles via getComputedStyle() + colors declared in CSS custom properties (token-only values are marked `(token)` and may not be painted).
## 0. Design DNA
**Density**: moderate | **Motion**: animated | **Weight**: light | **Aesthetic**: sharp-architectural
| Dimension | Value | Signal |
|---|---|---|
| Canvas | neutral | `#e4f1eb` |
| Type posture | sans-led (Inter) | "The world's most advanced back" |
| Color assertion | dual-accent | #ffffff |
| Whitespace | moderate | section rhythm 54px |
| Interaction | animated | 5 keyframes, 9 transitions |
| Radius language | 0px-architectural | from token scale |
**Prism fingerprint**: `neutral-canvas · sans-display · dual-accent · 0px-architectural · animated-motion`
> **🤖 TL;DR for AI agents** (read this first — saves you scanning the full doc):
>
> - **Canvas**: `rgb(228, 241, 235)` is the page background. Every component composits against this.
> - **Accent**: `rgb(255, 255, 255)` for primary CTAs ONLY. Never decorative.
> - **Body type**: 16px (token: `typography.body`). Default for ALL text not in a heading role.
> - **Section rhythm**: 54px between major bands. Card padding: 32px.
> - **Default radius**: 8px on buttons/inputs. Pills (`9999px`) only for icon-buttons or status chips.
> - **Forbidden**: Do NOT introduce heavy box-shadows — this system relies on borders for separation
>
> **Before generating UI**: import this DESIGN.md, scan §2 (Color Palette) + §4 (Components) + §10 (Agent Guide). Skip §11–12 unless extending.
## 1. Visual Theme & Atmosphere
neon.tech sits on a light gray canvas (`#e4f1eb`), a neutral foundation calibrated for sustained reading and component contrast.
Typography is anchored in **Inter**. Negative letter-spacing at display sizes (-2.72px at 68px) compresses headlines into engineered blocks, dense and precise.
Body text reads in Pure White (`#ffffff`). **Pure White** (`#ffffff`) provides interactive distinction without visual aggression. Shadow is absent by design — depth is conveyed through borders, spacing, and color differentiation rather than light simulation.
Motion design uses smooth easing curves for polished state transitions.
**Key Characteristics:**
- Background: Light Gray (`#e4f1eb`)
- Primary typeface: IBM Plex Sans
- Primary text: Pure White (`#ffffff`)
- Accent: Pure White (`#ffffff`)
- Display: 68px weight 400, letter-spacing -2.72px
- Custom fonts loaded: IBM Plex Sans, IBM Plex Sans Fallback, GeistMono, Inter, Inter Fallback, esbuild, esbuild Fallback
## 2. Color Palette & Roles
### Background & Surface
- **Light Gray** (`#e4f1eb`): Page background (primary)
- **Pure White** (`#ffffff`): Surface / elevated background
- **Whitesmoke** (`#e4e5e7`): Surface / elevated background
- **Light Blue** (`#cae6d9`): Surface / elevated background
### Text & Content
- **Pure White** (`#ffffff`): Primary body text
- **Pure Black** (`#000000`): Secondary text
- **Near-Black** (`#18191b`): Secondary text
- **Charcoal** (`#303236`): Secondary text
- **Near-Black** (`#1a1a1a`): Secondary text
### Accent & Interactive
- **#34d59a** (`#34d59a`): Interactive / accent
- **#39a57d** (`#39a57d`): Interactive / accent
- **#285d49** (`#285d49`): Interactive / accent
- **M Tricolor Red** (`#ff3621`): Interactive / accent
- **#00e599** (`#00e599`): Interactive / accent
- **#2c6d4c** (`#2c6d4c`): Interactive / accent
### Border & Divider
- **Light Grey** (`#c9cbcf`): Borders / dividers
### Full Extracted Palette
**22 colors rendered on the page** + **12** more declared in design tokens (CSS custom properties — not necessarily painted). (15 categorized above + 19 additional below.)
Rendered values are read via `getComputedStyle()`; token values come from CSS variable declarations. Third-party logo colors are filtered out.
- `#afb1b6` — Grey
- `#797d86` — Medium Gray
- `#94979e` — Grey
- `#61646b` — Slate Grey
- `#0c0d0d` — Near-Black
- `#494b50` — Charcoal
- `#131415` — Near-Black
- `#f9fafa` — Off-White *(token)*
- `#8dc572` — #8dc572 *(token)*
- `#ff990a` — #ff990a *(token)*
- `#be6464` — Terracotta *(token)*
- `#94b5f7` — Sage *(token)*
- `#ba8c5e` — #ba8c5e *(token)*
- `#af93ea` — #af93ea *(token)*
- `#ffed9c` — Vibrant Yellow *(token)*
- `#337ab7` — Steel Blue *(token)*
- `#f0ad4e` — Tangerine *(token)*
- `#47d18c` — #47d18c *(token)*
- `#f7b983` — #f7b983 *(token)*
### CSS Custom Properties (Design Tokens)
**Shadow Token**
- `--tw-ring-offset-shadow`: `0 0 #0000`
- `--tw-inset-shadow-alpha`: `100%`
- `--tw-ring-shadow`: `0 0 #0000`
- `--tw-drop-shadow-alpha`: `100%`
**Motion Token**
- `--rt-transition-show-delay`: `0.15s`
- `--default-transition-timing-function`: `cubic-bezier(.4, 0, .2, 1)`
- `--rt-transition-closing-delay`: `0.15s`
**Success**
- `--rt-color-success`: `#8dc572`
**Spacing Token**
- `--spacing`: `.25rem`
- `--tw-space-x-reverse`: `0`
- `--tw-space-y-reverse`: `0`
**Error / Destructive**
- `--rt-color-error`: `#be6464`
**Font Weight Token**
- `--font-weight-semibold`: `600`
- `--font-weight-extrabold`: `800`
- `--font-weight-bold`: `700`
- `--font-weight-light`: `300`
**Border Radius Token**
- `--radius-sm`: `.25rem`
- `--radius-xl`: `.75rem`
- `--radius-2xl`: `1rem`
- `--radius-md`: `.375rem`
**Background**
- `--shiki-color-background`: `transparent`
**Warning**
- `--rt-color-warning`: `#f0ad4e`
**Text Color**
- `--shiki-color-text`: `#f9fafa`
**Other tokens**
- `--text-8xl--line-height`: `1`
- `--text-5xl--line-height`: `1`
- `--text-2xl--line-height`: `calc(2 / 1.5)`
- `--text-base--line-height`: `calc(1.5 / 1)`
- `--rt-color-dark`: `#222`
- `--text-xl--line-height`: `calc(1.75 / 1.25)`
- `--tw-ring-offset-color`: `#fff`
- `--text-lg--line-height`: `calc(1.75 / 1.125)`
## 3. Typography Rules
### Font Families
- **Primary**: `Inter`
- **Secondary**: `IBM Plex Sans`
- **Font 3**: `IBM Plex Sans Fallback`
- **Font 4**: `GeistMono`
- **Font 5**: `Inter Fallback`
### Custom Fonts Loaded
- **IBM Plex Sans** weight 700 (normal)
- **IBM Plex Sans Fallback** weight 700 (normal)
- **IBM Plex Sans** weight 600 (normal)
- **IBM Plex Sans Fallback** weight 600 (normal)
- **IBM Plex Sans** weight 500 (normal)
- **IBM Plex Sans Fallback** weight 500 (normal)
- **IBM Plex Sans** weight 400 (normal)
- **IBM Plex Sans Fallback** weight 400 (normal)
- **IBM Plex Sans** weight 300 (normal)
- **IBM Plex Sans Fallback** weight 300 (normal)
- **GeistMono** weight 100 900 (normal)
- **Inter** weight 300 (normal)
- **Inter** weight 400 (normal)
- **Inter** weight 500 (normal)
- **Inter** weight 600 (normal)
- **Inter** weight 700 (normal)
- **Inter Fallback** weight normal (normal)
- **esbuild** weight 500 (normal)
- **esbuild Fallback** weight normal (normal)
### Typography Hierarchy
| Role | Font | Size | Weight | Line Height | Letter Spacing | Notes |
|------|------|------|--------|-------------|----------------|-------|
| Display Hero | Inter | 80px | 400 | 1 | -3.2px | Main headline (h2) |
| Section Heading | Inter | 68px | 400 | 1.13 | -2.72px | Section titles (h1) |
| Label Heading | Inter | 18px | 400 | 1 | -0.36px | Small heading (H4) |
| Sub-heading | Inter | 16px | 500 | 1.5 | -0.4px | Third-level heading (h3) |
| Body | Inter | 16px | 400 | 1.5 | normal | Standard reading text |
| Caption | GeistMono | 16px | 400 | 1.5 | -0.32px | Image caption, helper text |
| Button | Inter | 15px | 400 | 1.5 | -0.15px | Button label (15px) |
| Button | Inter | 14px | 500 | 1 | -0.28px | Button label (14px) |
| Link | Inter | 13px | 400 | 1.25 | -0.13px | Link (13px) — Decoration: none |
### Font Weight Scale
CSS custom properties define 6 explicit weight steps:
- `--font-weight-light`: `300` — Light
- `--font-weight-normal`: `400` — Regular
- `--font-weight-medium`: `500` — Medium
- `--font-weight-semibold`: `600` — SemiBold
- `--font-weight-bold`: `700` — Bold
- `--font-weight-extrabold`: `800` — ExtraBold
### Full Font Size Scale
Sizes detected in the design (descending): `80px`, `68px`, `48px`, `28px`, `24px`, `20px`, `18px`, `16px`, `15px`, `14px`, `13px`, `12px`, `10px`
> 6 size(s) detected outside the sampled hierarchy (48px, 28px, 24px, 20px, 12px, 10px). These appear on elements not in the sampled set — likely additional display sizes, marketing-section overrides, or third-party-widget styles.
## 4. Component Stylings
### Buttons
**Ghost**
- Background: `transparent`
- Text: `#ffffff` `{colors.primary}`
- Padding: 0px 14px
- Radius: 4px
- Font: 15px weight 400
- Use: Subtle action, toolbar, nav button
- Focus: outline: `rgb(238, 247, 244) solid 2px`
**Dark / Solid**
- Background: `#18191b` `{colors.ink-subtle}`
- Text: `#ffffff` `{colors.primary}`
- Padding: 10px 0px
- Radius: 0px
- Font: 16px weight 400
- Use: Solid dark CTA
- Focus: outline: `rgb(238, 247, 244) solid 2px`
**Outline**
- Background: `#000000`
- Text: `#ffffff` `{colors.primary}`
- Padding: 24px
- Radius: 0px
- Border: 1px solid rgb(24, 25, 27)
- Font: 16px weight 400
- Use: Secondary action with border
- Focus: outline: `rgb(238, 247, 244) solid 2px`
**Outline**
- Background: `transparent`
- Text: `#ffffff` `{colors.primary}`
- Padding: 0px 18px
- Radius: 9999px
- Border: 1px solid rgb(97, 100, 107)
- Font: 14px weight 500
- Use: Secondary action with border
- Focus: outline: `rgb(238, 247, 244) solid 2px`
**Light / Invert**
- Background: `#ffffff` `{colors.primary}`
- Text: `#1a1a1a`
- Padding: 0px 28px
- Radius: 9999px
- Font: 16px weight 500
- Use: Bright CTA on dark sections
- Focus: outline: `rgb(238, 247, 244) solid 2px`
**Outline**
- Background: `transparent`
- Text: `#ffffff` `{colors.primary}`
- Padding: 0px 28px
- Radius: 9999px
- Border: 1px solid rgb(97, 100, 107)
- Font: 16px weight 400
- Use: Secondary action with border
- Focus: outline: `rgb(238, 247, 244) solid 2px`
**Ghost**
- Background: `transparent`
- Text: `#ffffff` `{colors.primary}`
- Padding: 6px 0px 6px 18px
- Radius: 4px
- Font: 15px weight 400
- Use: Subtle action, toolbar, nav button
- Focus: outline: `rgb(238, 247, 244) solid 2px`
## 4b. Component Behaviors (State Matrix)
### Interaction State Narrative
*State transitions extracted via Playwright simulation — exact values in the YAML matrix below.*
```yaml
component-behaviors:
button:
default:
bg: "rgba(0, 0, 0, 0)"
fg: "rgb(255, 255, 255)"
focus:
bg: "transparent"
fg: "inherit"
link:
default:
bg: "rgb(24, 25, 27)"
fg: "rgb(255, 255, 255)"
navLink:
default:
bg: "rgba(0, 0, 0, 0)"
fg: "rgb(255, 255, 255)"
footerLink:
default:
bg: "rgba(0, 0, 0, 0)"
fg: "rgb(255, 255, 255)"
```
**Agent usage**: Validate generated components against this matrix. If your output's `:hover` state changes properties not listed here, you are off-brand.
## 4c. Component Vocabulary (Closed System)
*This brand uses ONLY the following component vocabulary. Introducing new variants without justification breaks the system's tonal coherence.*
### Buttons
- **4 shape(s)** in this system: `Ghost`, `Dark / Solid`, `Outline`, `Light / Invert`
- **DO NOT introduce new buttons variants** without justification
## 5. Layout Principles
### Layout Type
**hero + sections**
### Grid
Flexbox column
### Max Width
1200px
### Spacing System
Generous spacing — editorial breathing room
| Token | Value |
|-------|-------|
| xxs | 2px |
| xs | 4px |
| sm | 10px |
| md | 14px |
| base | 20px |
| lg | 32px |
| xl | 46px |
| 2xl | 54px |
| 3xl | 64px |
### Border Radius Scale
| Name | Value | Use |
|------|-------|-----|
| None | 0px | No rounding |
| Xs | 4px | Tiny corners (badges, micro elements) |
| Sm | 8px | Buttons, inputs, small elements |
| Md | 14px | Cards, containers |
| Lg | 20px | Large rounded elements, pill segments |
| Xl | 32px | Category strips, featured containers |
| Full | 9999px | Pills, avatars, circular elements |
### Shape Language
| Component | Border Radius |
|-----------|---------------|
| Buttons | `4px` |
| Page Body | `0px` |
| Navigation | `0px` |
**Shape Personality**: Subtly Rounded — Minimal corner rounding (1–4px). Professional restraint.
**Full Radius Spectrum**: 4px, 7px (from `allBorderRadii` scan)
## 5b. Spacing Rhythm Names
**Measured section padding**: bands use ~120px internal vertical padding (up to 200px) — **very airy / premium**. (Distinct from the gap *between* sections above.) Reproduce this generous vertical breathing room; cramped spacing is the #1 tell of a cheap clone.
*Named spacing tokens with explicit use cases. Use these names in YOUR code instead of raw pixels for consistency.*
| Name | Value | Use case |
|------|-------|----------|
| **hero** | `64px` | Top/bottom of full-bleed hero sections |
| **section** | `46px` | Between major bands (color change, content shift) |
| **subsection** | `32px` | Within a section, between content groups |
| **card** | `14px` | Card padding, list-item spacing |
| **compact** | `10px` | Form fields, tight clusters, badge padding |
| **micro** | `4px` | Icon-text gap, tag inner padding |
**Agent rule**: NEVER hardcode raw pixel values for spacing in generated UI. Always reference these named tokens (`spacing-rhythm.section`, etc.).
## 5c. Widget & Structure Library
Structural patterns extracted from the page DOM — these are the **blueprints** an agent should follow to reproduce the page architecture (not just CSS values).
**6/8 structural patterns detected.**
### Hero Pattern
- **Composition:** centered — Centered composition — heading + subheading + CTAs stacked vertically, content centered horizontally. Common for SaaS marketing pages.
- **Viewport coverage:** full-viewport hero (≥70% screen height)
- **Heading:** "Neon is the Postgres backenddesigned for apps and agents." — 68px left-aligned
- **Subheading:** "S3-compatible object storage that branches with your projects."
- **Media:** present, positioned top
- **CTAs:** 2 (primary: "Get started")
- **Clone instruction:** Reproduce the **centered** layout. Use the heading font-size token at the documented size. Place media top of text.
### Navigation Pattern
- **Position:** static (scrolls with page)
- **Layout:** unknown — Layout not classified
- **Height:** 23px
- **Logo:** ✓ present
- **Nav links:** 26 primary items
- **CTAs in nav:** 1
- **Clone instruction:** Build a static unknown navigation. Reserve 1 slot for primary CTA.
### Card Grid Pattern
- **Card count:** 6 cards detected
- **Columns (desktop):** 5-up grid
- **Card dimensions:** 299×123px (aspect 2.43:1)
- **Gap:** 64px between cards
- **Content:** ✓ image
- **Image position:** top
- **Clone instruction:** Build a 5-column grid (desktop) with cards at ~2.43:1 aspect ratio. Each card has an image at the top.
### Testimonial Pattern
- **Count:** 1 testimonial blocks
- **Layout:** single-feature
- **Avg quote length:** 286 chars (long-form story)
- **Includes:** ✗ no avatars | ✗ no logos | ✗ no ratings
- **Clone instruction:** Build a single-feature of 1 testimonials.
### CTA Banner Pattern
- **Banner count:** 2
- **Position:** multiple
- **Visual treatment:** ✓ contrasting background
- **Primary CTA text:** "Avoid incidents"
- **Clone instruction:** Place multiple CTA banners across page sections. Use contrasting solid background.
### Footer Pattern
- **Columns:** 1
- **Links:** 34 total
- **Height:** 340px
- **Includes:** ✗ no newsletter | ✓ social icons | ✓ copyright
- **Clone instruction:** Build a 1-column footer with ~34 links per column, social media links, and a copyright line.
## 6. Depth & Elevation
| Level | Treatment | Use |
|-------|-----------|-----|
| Flat (Level 0) | No shadow | Page background, content blocks |
**Shadow Philosophy**: Flat design — no shadows used. Borders and spacing define structure.
## 7. Motion & Interaction
### Easing System
| CSS Variable | Curve | Semantic Name |
|--------------|-------|---------------|
| `--ease-in-out` | `cubic-bezier(.4, 0, .2, 1)` | Ease Out — Decelerating |
| `--default-transition-timing-function` | `cubic-bezier(.4, 0, .2, 1)` | Ease Out — Decelerating |
| `--ease-in` | `cubic-bezier(.4, 0, 1, 1)` | Custom Ease — Balanced |
### Duration Scale
| CSS Variable | Value | Tier |
|--------------|-------|------|
| `--default-transition-duration` | `.15s` | Fast |
### Copy-Paste Transition Snippets
**Color / Background**
```css
transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.2s cubic-...;
```
**All Props**
```css
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
```
**All Props**
```css
transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
```
**All Props**
```css
transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
```
### Keyframe Animation Catalog
| Animation Name | Type | Animated Props | Use Hint |
|----------------|------|----------------|----------|
| `lineAnimation` | Slide | transform | UI transition |
| `shimmer` | Slide | transform | Loading placeholder |
| `spin` | Rotate / Spin | transform | Loading indicator |
| `text-blink` | Color Pulse | color, text-shadow | Attention / status |
| `logoMove` | Slide | transform | UI transition |
### Motion Fingerprint
- **Speed Character**: Balanced Pacing (median duration: `200ms`)
- **Dominant Easing**: custom cubic-bezier curves
- **Animation Library**: 5 unique animations (5 total including variants)
> This design moves with balanced pacing timing using custom cubic-bezier curves, creating a UI that feels natural and fluid.
## 8. Do's and Don'ts
### Do
- Use Light Gray (`#e4f1eb`) as the page background — it's intentionally not pure white
- Use Inter as the primary typeface — it defines the brand personality
- Use negative letter-spacing (-2.72px) at display sizes for compressed, editorial headlines
- Use Pure White (`#ffffff`) as the primary accent — it's the brand's signature interactive color
- Use small 4px radius for buttons — this design system uses subtle rounding, not pill shapes
- Respect the 4px–46px spacing range — the design uses a wide scale for visual breathing room
- Make the hero full-viewport (≥70% screen height) — this design uses an immersive hero, not a tall navbar
- Include exactly 2 CTAs in the hero (primary + secondary) — this design pattern is multi-action, not single-purpose
- Each card includes a top image — imagery is part of the card identity, not optional
- Use a 5-column grid on desktop — density matters for this content type
- Repeat the primary CTA across 2 banner sections — conversion paths are layered, not single
### Don't
- Don't use pure white (`#ffffff`) as a page background — the warm tone is part of the brand identity
- Don't substitute with generic sans-serif or serif — the custom font carries the brand
- Don't increase letter-spacing on headings — the type is designed to run tight at scale
- Don't introduce additional saturated accent colors — the palette is intentionally controlled
- Don't over-round buttons with pill or large radius — the system uses restrained, sharp-ish corners
- Don't make the nav sticky — this design lets it scroll away to maximize content focus
## 7b. Enforceable Brand Rules
*Structured Do/Don't with reasoning and validation tests. Agents can programmatically verify generated UI.*
```yaml
rules:
- id: brand-canvas-001
type: do
rule: "Always use the page background `rgb(228, 241, 235)` as the base canvas"
why: "Every component is designed to composit against this exact tone"
test: "document.body.style.backgroundColor === 'rgb(228, 241, 235)'"
- id: brand-accent-001
type: do
rule: "Reserve `rgb(255, 255, 255)` for primary CTAs and brand-mark signals only"
why: "Single chromatic assertion device — overuse dilutes meaning"
test: "querySelectorAll('[style*=\"rgb(255, 255, 255)\"]').length <= 3 per fold"
- id: brand-depth-001
type: dont
rule: "Do NOT introduce drop shadows on cards or sections"
why: "Containment is achieved via borders, not elevation — adding shadows breaks the depth contract"
test: "getComputedStyle(card).boxShadow === 'none'"
```
## 9. Responsive Behavior
### Breakpoints
| Name | Width | Key Changes |
|------|-------|-------------|
| Mobile | 413px | Single column, compact spacing |
| Mobile Large | 767px | Expanded mobile layout |
| Tablet | 1023px | Multi-column grids begin |
| Desktop | 1279px | Full feature layout |
| Large Desktop | 1366px | Maximum content width |
| Ultra-wide | 1599px | Maximum content width |
### Token Diff — Desktop vs Mobile
| Element | Property | Desktop | Mobile |
|---------|----------|---------|--------|
| heading | font-size | `68px` | `28px` |
| heading | line-height | `76.5px` | `31.5px` |
| heading | letter-spacing | `-2.72px` | `-1.12px` |
| nav | display | `block` | `none` |
| nav | height | `22.5px` | `auto` |
| hero | height | `1011px` | `704px` |
| button | padding | `0px 14px` | `0px 10px` |
| button | width | `99.9531px` | `auto` |
### Collapsing Strategy
- Headlines: 68px → 28px on mobile
- Navigation: block → none on mobile
- Cards: multi-column → stacked vertical on mobile
- Footer: multi-column → stacked single column on mobile
### Touch Targets
- Buttons: 0px 14px padding
- Navigation: adequate spacing between items
- Interactive elements: minimum 44px touch target recommended
### Collapsing Narrative
How the structural patterns adapt from desktop to mobile (extracted from both viewport extractions):
- **Card grid: 5-up → 1-up** — cards stack as viewport narrows, becoming a vertical list on mobile.
## 7c. Visual Effects & Dynamic Behavior
*The live/dynamic layer beyond static CSS — reproduce these, not flat substitutes. This is often what separates a faithful clone from a wireframe.*
- **Canvas / 2D rendering** — animated/interactive canvas (charts, graphs, particle fields). Reproduce as live data-viz (e.g. an animated SVG/Canvas line chart), NOT a static image.
- **Clip-path shapes** — 8 non-rectangular cut(s).
> **Motion fingerprint**: Canvas 2D, non-rectangular shapes (10)
## 9b. Visual Tone & Photography
**Tone:** Illustration-driven
The site relies primarily on illustrations, vector art, and decorative SVG elements rather than photography. Use commissioned illustrations, icon sets, or generated graphics for clones — stock photos will feel off-brand.
**Canonical Brand Image (OG):**
- https://neon.com/images/social-previews/index.jpg?updated=2026-05-27
*This is the image shown when the site is shared on social media — represents the brand visual essence.*
**Hero Image (above-fold dominant visual):**
- Aspect: 2.31:1 (ultra-wide cinematic)
- Rendered size: 1920×832px
- *Use this aspect ratio + composition for your clone's hero — mimicking the proportion preserves the visual hierarchy.*
**Aspect Ratio Distribution:**
- Landscape (1.15–2.3): 3 (27%)
- Portrait (<0.87): 0 (0%)
- Square (0.87–1.15): 6 (55%)
- Ultra-wide (>2.3): 2 (18%)
**Media Format Mix:**
- SVG: 6 (icons, illustrations, decorative geometry)
**Average rendered image size:** 652×373px
**Above-fold image count:** 3 / 11
**Decorative Patterns Detected:**
- 1 multi-stop linear gradient (mesh-like, 3+ color stops) — the brand leans on rich color transitions for visual depth
- 7 background patterns (non-photo url() backgrounds) — textures/illustrations as backdrops
- **Noise/grain texture** detected — adds tactile film grain to flat backgrounds
**Clone instruction for decorative work:** Decorative details are subtle — don't over-style; the design relies on restraint.
**Imagery Guidance for clones:**
- Use vector illustration as the primary visual language — photos will read as off-brand.
- Maintain consistent illustration style (line weight, color palette) across the site.
## 10. Agent Prompt Guide
### Quick Reference
- Background: Light Gray (`#e4f1eb`)
- Primary text: Pure White (`#ffffff`)
- Accent: Pure White (`#ffffff`)
- Border: Charcoal (`#303236`)
- Font: Inter
- Body: 16px weight 400
### Example Component Prompts
- "Create a hero section on Light Gray background (#e4f1eb). Headline at 68px Inter weight 400, line-height 1.13, letter-spacing -2.72px, color #ffffff."
- "Create the primary CTA button: `#ffffff` background, `#ffffff` text, 4px border-radius, 0px 14px padding, 500 weight, Inter font."
- "Build navigation: static on `#e4f1eb`. Inter 16px weight 400 for links."
### Iteration Guide
1. **Canvas**: Set the light canvas to Light Gray (`#e4f1eb`) — every component is composited against this exact base.
2. **Typography**: All type in Inter, weight range 300–800. Never exceed 800 — heavier weights break the brand's tonal restraint.
3. **Accent**: Pure White (`#ffffff`) is the sole interactive color. On hover → #34d59a (`#34d59a`). Use CSS transitions, not opacity/brightness filters.
4. **Motion**: All transitions use `cubic-bezier(0.4,0,0.2,1)`. Timing: 150ms for micro-interactions, 150ms for layout changes. Never use linear for UI transitions — preserve the brand's easing personality.
5. **Shape**: CTAs at `0px`. Apply border-radius from the extracted scale only — don't invent intermediate values.
6. **Spacing**: Use the `--ca-space-*` token scale (4px–46px). All padding, margin, and gap values are multiples from this scale — no magic numbers.
7. **Tokens**: Import from §11 CSS Export (`--ca-*` vars). Never hardcode hex values — always reference a token so theming remains consistent.
## 11. CSS Design Tokens Raw Export
*Copy-paste ready `:root {}` block — all values extracted directly from the live site.*
```css
/* Colors */
:root {
--ca-surface-2: #e4f1eb;
--ca-primary: #ffffff;
--ca-ink-subtle: #18191b;
--ca-on-primary: #111111;
--ca-primary-hover: #34d59a;
--ca-hairline: #303236;
--ca-primary-focus: #eef7f4;
--ca-semantic-error: #be6464;
--ca-semantic-success: #8dc572;
--ca-semantic-warning: #f0ad4e;
--ca-semantic-info: #337ab7;
}
/* Typography */
:root {
--ca-font-primary: "Inter", system-ui, sans-serif;
--ca-text-display: 80px;
--ca-text-heading: 68px;
--ca-text-body: 16px;
--ca-text-small: 13px;
--ca-text-caption: 16px;
--ca-text-button: 15px;
}
/* Spacing & Radius */
:root {
--ca-space-xxs: 2px;
--ca-space-xs: 4px;
--ca-space-sm: 10px;
--ca-space-md: 14px;
--ca-space-base: 20px;
--ca-space-lg: 32px;
--ca-space-xl: 46px;
--ca-space-2xl: 54px;
--ca-space-3xl: 64px;
--ca-radius-none: 0px;
--ca-radius-xs: 4px;
--ca-radius-sm: 8px;
--ca-radius-md: 14px;
--ca-radius-lg: 20px;
--ca-radius-xl: 32px;
--ca-radius-full: 9999px;
}
/* Motion */
:root {
--ca-ease-in-out: cubic-bezier(.4, 0, .2, 1);
--ca-ease-in: cubic-bezier(.4, 0, 1, 1);
}
```
## 13. Page Structure Skeleton
*The actual layout the source site uses. Reproduce these sections in order to match the site structure.*
```yaml
page-skeleton:
- section: hero
tag: div
classes: ["relative", "flex", "flex-col", "pt-safe"]
height: 11765px
width: full-bleed
layout: flex-column justify=normal
children: 6
contains: chart/canvas (reproduce as live data-viz, not a flat image)
- section: feature-section
tag: main
classes: ["flex", "flex-1", "flex-col"]
height: 11425px
width: full-bleed
layout: flex-column justify=normal
children: 5
vertical-padding: ~164px (airy)
contains: chart/canvas (reproduce as live data-viz, not a flat image)
- section: navigation
tag: div
classes: ["absolute", "top-0", "left-0", "w-full"]
height: 448px
width: full-bleed
layout: block
children: 1
vertical-padding: ~54px
- section: navigation
tag: div
classes: ["absolute", "top-0", "left-0", "w-full"]
height: 317px
width: full-bleed
layout: block
children: 1
vertical-padding: ~54px
- section: navigation
tag: div
classes: ["absolute", "top-0", "left-0", "w-full"]
height: 449px
width: full-bleed
layout: block
children: 1
vertical-padding: ~54px
- section: hero
tag: section
classes: ["hero", "relative", "mt-16", "safe-paddings"]
height: 1011px
width: full-bleed
layout: block
children: 3
vertical-padding: ~180px (airy)
- section: feature-section
tag: section
classes: ["ai", "relative", "scroll-mt-[60px]", "overflow-hidden"]
height: 1428px
width: full-bleed
layout: block
children: 1
vertical-padding: ~160px (airy)
contains: chart/canvas (reproduce as live data-viz, not a flat image)
padding: "160px 0px"
- section: feature-section
tag: section
classes: ["autoscaling", "relative", "scroll-mt-16", "overflow-hidden"]
height: 1068px
width: full-bleed
layout: block
children: 1
bg: "rgb(228, 241, 235)"
vertical-padding: ~97px (airy)
contains: chart/canvas (reproduce as live data-viz, not a flat image)
padding: "88px 0px 105px"
- section: feature-section
tag: section
classes: ["branching", "relative", "scroll-mt-[60px]", "overflow-hidden"]
height: 1312px
width: full-bleed
layout: block
children: 1
vertical-padding: ~200px (airy)
contains: chart/canvas (reproduce as live data-viz, not a flat image)
padding: "160px 0px 240px"
- section: feature-section
tag: section
classes: ["auth", "relative", "scroll-mt-[60px]", "safe-paddings"]
height: 1117px
width: full-bleed
layout: block
children: 1
vertical-padding: ~120px (airy)
padding: "0px 0px 240px"
- section: feature-section
tag: section
classes: ["features", "relative", "scroll-mt-[60px]", "safe-paddings"]
height: 949px
width: full-bleed
layout: block
children: 1
vertical-padding: ~120px (airy)
padding: "0px 0px 240px"
- section: feature-section
tag: section
classes: ["speed-scale", "relative", "overflow-hidden", "border-t"]
height: 2792px
width: full-bleed
layout: block
children: 3
vertical-padding: ~60px (generous)
padding: "0px 0px 120px"
- section: feature-section
tag: div
classes: ["relative", "mx-auto", "lg:max-w-none", "lg:px-8"]
height: 1857px
width: 1280px
layout: block
children: 2
vertical-padding: ~120px (airy)
padding: "0px 32px"
- section: feature-section
tag: div
classes: ["mt-60", "flex", "flex-col", "gap-14"]
height: 549px
width: full-bleed
layout: flex-column justify=normal
children: 2
- section: feature-section
tag: section
classes: ["backed-by", "relative", "overflow-hidden", "bg-[#E4F1EB]"]
height: 977px
width: full-bleed
layout: block
children: 2
bg: "rgb(228, 241, 235)"
vertical-padding: ~164px (airy)
padding: "160px 0px 168px"
- section: feature-section
tag: section
classes: ["cta", "relative", "bg-[#151617]", "safe-paddings"]
height: 708px
width: full-bleed
layout: block
children: 2
bg: "rgb(21, 22, 23)"
tone: dark
vertical-padding: ~46px
- section: footer
tag: footer
classes: ["relative", "z-30", "mt-auto", "border-t"]
height: 340px
width: full-bleed
layout: block
children: 1
bg: "rgb(0, 0, 0)"
vertical-padding: ~32px
```
**Agent rule**: rebuild sections in this order (sorted by vertical position). Match the layout primitive (grid N-col / flex direction / block).
## 14. Copy Library (Real Content from Source)
*Actual text content extracted from the live page. Use these strings verbatim when reproducing the site — they carry the brand voice.*
```yaml
copy:
section-headings:
- "Cloud primitives for the AI Engineering era. Integrate with a single command and the LLM does the ha"
- "Advanced autoscaling. Keep scaling without worrying about capacity. Never overpay for resources you"
- "Speed and scale for agents. And devs."
- "Trusted Postgres, Backed by Giants. Neon was founded by Postgres committers, bringing decades of exp"
sub-headings:
- "Copy-on-write"
- "Deploy thousands of databases that turn off when idle. Inactive databases pause on their own, keepin"
- "Database checkpoints. Copy-on-write storage makes it cheap and fast to save point-in-time versions o"
- "12,000,000"
ctas:
- "Product"
- "What is Neon Serverless Postgres, by Databricks"
- "Log in"
- "Sign up"
- "Get started"
- "Read the docs"
- "AI"
- "$ npx neonctl init"
navigation:
- "Neon"
- "Discord"
- "22.2k"
- "Docs"
- "Pricing"
- "Autoscaling Automatic instance sizing"
- "Serverless App Autoscale with traffic"
- "Multi-TB Scale and restore instantly"
- "Platforms Offer Postgres for your users"
- "Dev/Tests Production-like environment"
footer-links:
- "Neon"
- "Neon status loading..."
- "Apache Software Foundation"
- "Privacy Notice"
- "About"
- "Discord"
- "CCPA Compliant"
- "Compliance Guide"
```
**Agent rule**: reuse these exact strings when generating UI. Do NOT translate or rephrase — brand voice is preserved through the original wording.
## 15. Asset Inventory (Image Roles & Ratios)
*Image inventory classified by role and aspect ratio. When reproducing the site, allocate this number of assets per role.*
```yaml
assets:
hero:
count: 2
avg-ratio: 2.17
common-aspect: "~16:9 landscape"
product:
count: 2
avg-ratio: 1.05
common-aspect: "~1:1 square"
thumbnail:
count: 24
avg-ratio: 1.00
common-aspect: "~1:1 square"
sample-alts:
- "Databricks logo"
```
**Agent rule**: when generating placeholder images, match these counts and aspect ratios. Use neutral placeholder backgrounds for `product` (e.g. `#f5f5f5`), full-color photography hints for `hero` and `editorial`.
## 16. Component HTML Templates
*Suggested HTML markup for reproducing the key components — based on what was detected in the source DOM.*
### Button (primary action)
```html
<button class="btn btn-primary">
All paid plans now include 5x more free data transfer: 500 GB per month, up from 100 GB. Read the de
</button>
```
_Source pattern detected: padding `10px 0px` · radius `0px` · weight `400`_
**Agent rule**: use these markup skeletons as the structural baseline. Apply tokens from §2-3 for visual styling.
## 17. Content Architecture & Resources (Links by Purpose)
*The page's links classified by purpose — the information architecture to reproduce. Categories, featured images, devices and projects are extracted from the rendered DOM, not guessed.*
**By purpose:** **nav** 27 · **cta** 2 · **auth** 1 · **blog** 1 · **social** 3 · **legal** 4 · **footer** 12 · **other** 10
**Primary actions (conversion path):**
- Account access — "Log in" (login/signup) → `https://neon.tech/unify?a=3c952cba-e5ea-4bdb-9268-eeff0758d95a&n=login`
- Primary call-to-action — "Sign up" (the conversion path) → `https://neon.tech/unify?a=3c952cba-e5ea-4bdb-9268-eeff0758d95a&n=signup`
- Primary call-to-action — "Get started" (the conversion path) → `https://neon.tech/unify?a=3c952cba-e5ea-4bdb-9268-eeff0758d95a&n=signup`
**Signals:** 9/60 links carry a featured image · dominant link roles: navigation (27), footer-link (16), inline-link (8).
---
## Extraction Completeness: 72/100 (C)
| Category | Score | Max | Detail |
|----------|-------|-----|--------|
| Colors & Palette | 22 | 25 | 16 named colors |
| Typography | 20 | 20 | 9 roles defined |
| Components | 4 | 20 | 1 specs extracted |
| Motion & Interaction | 15 | 15 | Keyframes, easing vars |
| CSS Custom Properties | 6 | 10 | 112 vars |
| Responsive Breakpoints | 5 | 5 | 6 breakpoints |
| Variable Fonts | 0 | 5 | None detected |
## 12. Known Gaps & Confidence
Explicit list of what this extraction could NOT capture. Agents should not invent values for these — either skip the feature or use the documented baseline + heuristic fallback.
*Auto-detected extraction limitations — understand before building:*
- **Licensed web fonts (IBM Plex Sans, GeistMono, Inter)** — detected but not downloaded. Substitute with your licensed copy or a close fallback (see Typography section for metrics).
- **Sparse component extraction** — fewer than 5 component types detected. Highly dynamic sections (modals, datepickers, carousels) require interaction to render and are not captured in a static pass.
| Category | What's missing | Fallback strategy |
|----------|----------------|-------------------|
| **Form inputs** | No text input fields detected on this page | Use the documented border-radius + accent border on focus; 12-16px padding inside |
### Per-section confidence
| Section | Confidence | Reason |
|---------|------------|--------|
| §1 Visual Theme | High | Body bg extracted via getComputedStyle() |
| §2 Colors | High | 112 CSS vars (semantic naming requires ≥20 for high) |
| §3 Typography | High | 9 typography roles inferred |
| §4 Components | Low | 1 component variants captured |
| §7 Motion | High | Keyframes + transitions |
| §8 Do's/Don'ts | High | 17 rules generated; design-decisions.json has evidence per rule |
| §9 Responsive | High | 6 breakpoints detected |
| §9b Photography | High | 11 images, hero present |
## 11.1 CSS Implementation Guide (CSS Interception Engine v2.15+)
*Ready-to-use CSS from Prism's CSS Interception Engine — intercepted directly from the site's CSS files (bypasses CORS). Copy-paste into your `<style>` block.*
### Font Loading
5 font file(s) captured (1069KB total). When running `prism add`, fonts are saved to `extractions/neon.tech/fonts/` and embedded as base64 in the output HTML.
**@font-face declarations to use:**
```css
@font-face {
font-family: 'GeistMono';
/* src: url('/fonts/GeistMono.woff2') format('woff2'); */
font-weight: 100 900;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Inter';
/* src: url('/fonts/Inter.woff2') format('woff2'); */
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Inter';
/* src: url('/fonts/Inter.woff2') format('woff2'); */
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Inter';
/* src: url('/fonts/Inter.woff2') format('woff2'); */
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Inter';
/* src: url('/fonts/Inter.woff2') format('woff2'); */
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Inter';
/* src: url('/fonts/Inter.woff2') format('woff2'); */
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Inter Fallback';
/* src: url('/fonts/Inter-Fallback.woff2') format('woff'); */
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'esbuild';
/* src: url('/fonts/esbuild.woff2') format('woff2'); */
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'esbuild Fallback';
/* src: url('/fonts/esbuild-Fallback.woff2') format('woff'); */
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'IBM Plex Sans';
/* src: url('/fonts/IBM-Plex-Sans.woff2') format('woff2'); */
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'IBM Plex Sans Fallback';
/* src: url('/fonts/IBM-Plex-Sans-Fallback.woff2') format('woff'); */
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'IBM Plex Sans';
/* src: url('/fonts/IBM-Plex-Sans.woff2') format('woff2'); */
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'IBM Plex Sans Fallback';
/* src: url('/fonts/IBM-Plex-Sans-Fallback.woff2') format('woff'); */
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'IBM Plex Sans';
/* src: url('/fonts/IBM-Plex-Sans.woff2') format('woff2'); */
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'IBM Plex Sans Fallback';
/* src: url('/fonts/IBM-Plex-Sans-Fallback.woff2') format('woff'); */
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'IBM Plex Sans';
/* src: url('/fonts/IBM-Plex-Sans.woff2') format('woff2'); */
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'IBM Plex Sans Fallback';
/* src: url('/fonts/IBM-Plex-Sans-Fallback.woff2') format('woff'); */
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'IBM Plex Sans';
/* src: url('/fonts/IBM-Plex-Sans.woff2') format('woff2'); */
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'IBM Plex Sans Fallback';
/* src: url('/fonts/IBM-Plex-Sans-Fallback.woff2') format('woff'); */
font-weight: 300;
font-style: normal;
font-display: swap;
}
```
### Keyframe Animations (Intercepted from CSS)
**11 @keyframes found** — these are the real animation definitions:
```
@keyframes infinityScroll { ... }
@keyframes move { ... }
@keyframes slideUpAndFade { ... }
@keyframes slideRightAndFade { ... }
@keyframes slideDownAndFade { ... }
@keyframes slideLeftAndFade { ... }
@keyframes lineAnimation { ... }
@keyframes shimmer { ... }
@keyframes spin { ... }
@keyframes text-blink { ... }
@keyframes logoMove { ... }
```
<details><summary>Full keyframes CSS (11 animations)</summary>
```css
@keyframes infinityScroll{0%{transform:translate(0)}
@keyframes move{0%{transform:translateY(100%)}
@keyframes slideUpAndFade{0%{opacity:0;transform:translateY(10px)}
@keyframes slideRightAndFade{0%{opacity:0;transform:translate(-10px)}
@keyframes slideDownAndFade{0%{opacity:0;transform:translateY(-10px)}
@keyframes slideLeftAndFade{0%{opacity:0;transform:translate(10px)}
@keyframes lineAnimation{0%{transform:translateY(0)}
@keyframes shimmer{to{transform:translate(100%)}}
@keyframes spin{to{transform:rotate(360deg)}}
@keyframes text-blink{0%{color:#000;text-shadow:-1px -1px #262626,1px -1px #262626,-1px 1px #262626,1px 1px #262626}25%{color:currentColor;text-shadow:-1px -1px #0000,1px -1px #0000,-1px 1px #0000,1px 1px #0000}50%{color:#000;text-shadow:-1px -1px #262626,1px -1px #262626,-1px 1px #262626,1px 1px #262626}
@keyframes logoMove{0%{transform:translateY(0)}
```
</details>
### Brand Gradient Palette
**20 complex gradients captured** from the site's CSS. The first few are the most prominent visual decorations:
```css
/* Gradient 1 */
background: linear-gradient(90deg,#fff0 0,#ffffff4d 20%,#ffffffb3 60%,#fff0);
/* Gradient 2 */
background: linear-gradient(90deg,#30323600 0,#3032364d 20%,#303236b3 60%,#30323600);
/* Gradient 3 */
background: linear-gradient(90deg,#e3ffff00 0%,#e3ffff33 10% 90%,#e3ffff00 100%);
/* Gradient 4 */
background: linear-gradient(116.81deg,#4b4e53 0%,#202022 27.63%,#1f1f24 55.02%,#1a1b1b 100%);
/* Gradient 5 */
background: linear-gradient(155deg,#00e59980,#00e5990d 50%,#00e59980 100%);
```
### Hover State CSS (Intercepted)
**1 hover rule lines** captured from CSS files. Key interactive transitions from real CSS (not inferred):
```css
@media (hover:hover){.admonition-text a:hover{text-decoration-color:#000}
@media (hover:hover){.admonition-text a:is(.dark *):hover{text-decoration-color:#fff}
@media (hover:hover){.ais-SearchBox-input:hover{--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);border-color:#afb1b6}
@media (hover:hover){.ais-SearchBox-input:is(.dark *):hover{border-color:#494b50}
```
> **Note**: All values above are extracted from the live site's CSS files. The font files are saved locally by Prism and embedded in the output HTML. Use them as-is for maximum fidelity.
## 11.2 Measured Reality (CDP Engine)
Captured directly from Chrome's engine across **all 5449 rendered nodes** — not a sample. These are the values the page *actually paints*, weighted by how often they appear.
### Real Responsive Breakpoints
**9 breakpoints** read from the live `@media` rules (not guessed):
`413px` · `767px` · `1023px` · `1279px` · `1280px` · `1366px` · `1599px` · `1919px` · `1921px`
### Measured Design Scale
**Type scale by usage** (× = paint count): `16px`×4537 · `20px`×293 · `14px`×135 · `15px`×127 · `12px`×102 · `18px`×100 · `13px`×74 · `10px`×20
**Radius scale** (× = paint count): `4px`×121 · `100%`×1 · `8px`×1
**Weights** (× = paint count): `400`×5253 · `500`×185 · `600`×6 · `300`×4
**Layout gaps** (× = paint count): `8px normal`×50 · `12px`×30 · `3px`×30 · `normal 10px`×18 · `8px`×16 · `normal 4px`×10 · `normal 12px`×9 · `normal 128px`×8
**Elevation (real shadows)**:
```css
rgba(0, 0, 0, 0.4) 0px 8px 20px 0px
rgba(0, 0, 0, 0.1) 0px 14px 20px 0px
```
### Provenance — measured styles on key elements
Read from the live CSSOM (includes runtime-injected CSS). This is *what actually styles the page*, by element:
```css
body { font-family:var(--font-inter), ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; color:#1a1a1a; background-color:#fff }
body { color:#fff; background-color:#000 }
header { background-color:#fff }
header { background-color:#000 }
h1 { font-size:68px }
h2 { font-size:48px }
h2 { font-weight:var(--font-weight-normal) }
h2 { color:#797d86 }
button { border-radius:var(--radius-sm) }
button { font-size:15px }
button { font-weight:var(--font-weight-normal) }
a { background-color:#ebf5f0 }
```
> Selectors normalised to their semantic element — source class names are often build-hashed (`.bgDIHX`) and not reusable. The declarations + CSS vars are the transferable part.
---
*Generated by Prism — automated Playwright extraction + design analysis.*
*Source: https://neon.tech | 2026-06-11T06:13:53.107Z*
*Values extracted via getComputedStyle() (rendered) + CSS custom properties (tokens, marked `(token)`). Token-only values may not be painted — verify against the live site before shipping.*
Re-extract: clone-architect update neon.tech