---
version: alpha
name: lovable.dev
description: "Light product system built on #fcfbf8. Type anchored in Camera Plain Variable at 48px / weight 600. Extracted automatically from https://lovable.dev/ — rendered styles via getComputedStyle() + CSS custom properties (token-only values may not be painted)."
narrative: |
  lovable.dev is built on a warm, off-white canvas (rgb(252, 251, 248)).
  The system uses rgb(0, 0, 0) as the singular interactive color.
  Sharp 0px corners on CTAs — architectural restraint, engineering precision alongside Camera Plain Variable as the primary typeface.
  A layered elevation system (11 distinct shadows) building a clear front-to-back hierarchy.
  Motion is a first-class concern — 38 keyframe animations plus transition-driven interactions.

colors:
  background: "#fcfbf8"
  surface-1: "#eceae4"
  surface-2: "#f7f4ed"
  ink: "#1c1c1c"
  ink-muted: "rgba(28, 28, 28, 0.65)"
  ink-subtle: "#636363"
  on-primary: "#ffffff"
  primary-hover: "#4b73ff"
  hairline: "#5f5f5d"
  semantic-error: "#e52627"
  semantic-success: "#32670b"

typography:
  display-xl:
    fontFamily: "Camera Plain Variable, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
    fontSize: 60px
    fontWeight: 600
    lineHeight: 1.1
    letterSpacing: -1.5px
  display-lg:
    fontFamily: "Camera Plain Variable, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
    fontSize: 48px
    fontWeight: 600
    lineHeight: 1
    letterSpacing: 0
  display-md:
    fontFamily: "Camera Plain Variable, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
    fontSize: 36px
    fontWeight: 600
    lineHeight: 1.1
    letterSpacing: -0.9px
  body:
    fontFamily: "Camera Plain Variable, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
    fontSize: 14px
    fontWeight: 400
    lineHeight: 1.5
    letterSpacing: 0
  body-sm:
    fontFamily: "Camera Plain Variable, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
    fontSize: 14px
    fontWeight: 480
    lineHeight: 1.5
    letterSpacing: 0
  button:
    fontFamily: "Camera Plain Variable, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
    fontSize: 15px
    fontWeight: 400
    lineHeight: 1.6
    letterSpacing: 0

rounded:
  none: 0px
  xs: calc(.5rem - 4px)
  sm: 8px
  md: 12px
  lg: 16px
  xl: 32px
  pill: 9999px

spacing:
  xxs: 2px
  xs: 4px
  sm: 8px
  md: 10px
  lg: 40px
  xl: 56px
  xxl: 180px

components:
  button-dark--solid:
    backgroundColor: "#000000"
    textColor: "#fafafa"
    typography: "{typography.body-sm}"
    rounded: "{rounded.sm}"
    padding: 6px 10px
  button-ghost:
    backgroundColor: "transparent"
    textColor: "{colors.ink-muted}"
    typography: "{typography.button}"
    rounded: "{rounded.none}"
    padding: 4px 0px 4px 6px
  button-ghost-2:
    backgroundColor: "transparent"
    textColor: "#030303"
    typography: "{typography.body-sm}"
    rounded: "{rounded.sm}"
    padding: 6px 10px

extracted_at: "2026-06-11T05:01:28.424Z"
completeness: 65
scoreVersion: "v2"

---

# Design System — lovable.dev
> Extracted automatically by Prism from https://lovable.dev
> 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**: sparse &nbsp;|&nbsp; **Motion**: expressive &nbsp;|&nbsp; **Weight**: medium &nbsp;|&nbsp; **Aesthetic**: soft-rounded

| Dimension | Value | Signal |
|---|---|---|
| Canvas | neutral | `#fcfbf8` |
| Type posture | sans-led (Camera Plain Variable) | "Build something Lovable" |
| Color assertion | dual-accent | #000000 |
| Whitespace | sparse | section rhythm 80px |
| Interaction | expressive | 38 keyframes, 13 transitions |
| Radius language | soft-pill | from token scale |

**Prism fingerprint**: `neutral-canvas · sans-display · dual-accent · soft-pill · expressive-motion`

> **🤖 TL;DR for AI agents** (read this first — saves you scanning the full doc):
>
> - **Canvas**: `rgb(252, 251, 248)` is the page background. Every component composits against this.
> - **Accent**: `rgb(0, 0, 0)` for primary CTAs ONLY. Never decorative.
> - **Body type**: 16px (token: `typography.body`). Default for ALL text not in a heading role.
> - **Section rhythm**: 80px between major bands. Card padding: 40px.
> - **Default radius**: 8px on buttons/inputs. Pills (`9999px`) only for icon-buttons or status chips.
>
> **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

lovable.dev's canvas is a warm, intentionally-tinted surface (`#fcfbf8`) — a refusal of the default white that immediately signals editorial intent. This isn't sterility, it's an invitation to read. 

Typography is anchored in **Camera Plain Variable**. The weight scale rejects the standard 100/200/.../900 ladder in favor of custom values (max **700** in this system) — a deliberate signal that this design system is precisely tuned, not assembled from defaults. 

Body text reads in Near-Black (`#1c1c1c`) — softened from pure black, a small but deliberate detail that lowers reading friction. **Black** (`#000000`) provides interactive distinction without visual aggression. Elevation is built from multi-layer shadow stacks (11 distinct) — each combines several blurred layers at varying offsets to build a clear front-to-back hierarchy. 
Motion design uses smooth easing curves for polished state transitions. 

**Key Characteristics:**
- Background: Off-White (`#fcfbf8`)
- Primary typeface: Roboto Mono Variable
- Primary text: Near-Black (`#1c1c1c`)
- Accent: Black (`#000000`)
- Shadow system: 11 distinct elevation levels
- Custom fonts loaded: Roboto Mono Variable, Camera Plain Variable

## 2. Color Palette & Roles

### Background & Surface
- **Off-White** (`#fcfbf8`): Page background (primary)
- **Border** (`#eceae4`): Surface / elevated background
- **Muted** (`#f7f4ed`): Surface / elevated background
- **White** (`#ffffff`): Surface / elevated background

### Text & Content
- **Near-Black** (`#1c1c1c`): Primary body text
- **Black** (`#000000`): Secondary text

### Accent & Interactive
- **Ring Blue** (`#4b73ff`): Interactive / accent
- **Magenta** (`#ff66f4`): Interactive / accent
- **Red** (`#ff0105`): Interactive / accent
- **#fe7b02** (`#fe7b02`): Interactive / accent

### Full Extracted Palette
**11 colors rendered on the page** + **9** more declared in design tokens (CSS custom properties — not necessarily painted). (10 categorized above + 10 additional below.)
Rendered values are read via `getComputedStyle()`; token values come from CSS variable declarations. Third-party logo colors are filtered out.

- `#5f5f5d` — Slate Grey
- `#ff1f2d` — #ff1f2d *(token)*
- `#53388c` — #53388c *(token)*
- `#ff5c1a` — Bright Orange *(token)*
- `#eab308` — Amber *(token)*
- `#8d0e13` — #8d0e13 *(token)*
- `#f59e4b` — Tangerine *(token)*
- `#11318c` — #11318c *(token)*
- `#7f2902` — Chocolate *(token)*
- `#1d4e04` — #1d4e04 *(token)*

### Gradients & Decorative Fills

- `linear-gradient(to bottom, transparent, #ffffff14)` — (--_switch-gradient-track-on)
- `linear-gradient(to bottom, #00000005, transparent)` — (--gradient-input-fill)
- `linear-gradient(to bottom, transparent, #00000014)` — (--_checkbox-gradient-checked)
- `linear-gradient(to bottom, transparent, #0000000a)` — (--_radio-gradient-solid)
- `linear-gradient(to bottom, transparent, #ffffff0a)` — (--gradient-switch-track-off)
- `linear-gradient(to bottom, lab(0% 0 0/0), lab(0% 0 0/.88))` — (--gradient-button-inverse)

### CSS Custom Properties (Design Tokens)

**Shadow Token**
- `--tw-inset-shadow-alpha`: `100%`
- `--shadow-button-pressed-semantic`: `inset 0 0 0 .5px #00000029`
- `--shadow-button-pressed-inverse`: `inset 0 0 0 .5px lab(0% 0 0)`
- `--tw-inset-ring-shadow`: `0 0 #0000`

**Error / Destructive**
- `--color-red-900`: `lab(11.3467% 23.1124 13.0545)`
- `--color-red-300`: `lab(70.8432% 48.5363 29.4891)`
- `--color-red-600`: `lab(39.8214% 62.2671 44.6079)`
- `--color-red-200`: `lab(81.8644% 27.1645 15.9204)`

**Border Radius Token**
- `--radius-4xl`: `calc(.5rem * 4)`
- `--radius-sm`: `calc(.5rem - 4px)`
- `--radius-2xl`: `calc(.5rem * 2)`
- `--radius-md`: `calc(.5rem - 2px)`

**Warning**
- `--color-yellow-400`: `lab(83.2664% 8.65132 106.895)`
- `--color-yellow-950`: `lab(16.8146% 15.7422 23.1133)`
- `--color-yellow-50`: `lab(98.6846% -1.79055 9.7766)`
- `--color-yellow-200`: `lab(94.3433% -5.00429 52.9663)`

**Success**
- `--color-green-500`: `lab(48.9452% -41.3464 51.1223)`
- `--color-green-900`: `lab(10.8904% -15.0065 14.2029)`
- `--color-green-600`: `lab(38.646% -33.8635 41.3478)`
- `--color-green-400`: `lab(59.4688% -41.3373 48.2604)`

**Font Weight Token**
- `--font-weight-bold`: `700`
- `--font-weight-semibold`: `600`
- `--font-weight-medium`: `480`
- `--font-weight-normal`: `400`

**Spacing Token**
- `--tw-space-x-reverse`: `0`
- `--spacing`: `.25rem`
- `--tw-space-y-reverse`: `0`
- `--spacing-tighter`: `.9`

**Motion Token**
- `--default-transition-duration`: `.15s`
- `--default-transition-timing-function`: `cubic-bezier(.4, 0, .2, 1)`
- `--tw-duration`: `.15s`

**Border**
- `--color-border`: `hsl(45 17% 91%)`

**Font Family Token**
- `--default-font-family`: `"Camera Plain Variable", ui-sans-serif, system-ui, sans-serif`
- `--default-mono-font-family`: `"Roboto Mono Variable", monospace`

**Secondary Color**
- `--color-muted`: `hsl(42 38% 95%)`

**Other tokens**
- `--bg-primary`: `lab(98.2716% 0 0)`
- `--notification-primary-foreground`: `0 100% 100%`
- `--sidebar-primary-foreground`: `45 40% 98%`
- `--color-security-risk-critical-fg`: `#ff1f2d`
- `--color-pink-500`: `lab(49.6658% 72.0872 -.169945)`
- `--color-orange-600`: `lab(39.9704% 44.217 50.8368)`
- `--color-orange-800`: `lab(20.7889% 28.1789 29.6578)`
- `--primary-foreground`: `45 40% 98%`

## 3. Typography Rules

### Font Families
- **Primary**: `Camera Plain Variable`
- **Secondary**: `Roboto Mono Variable`

### Custom Fonts Loaded
- **Roboto Mono Variable** weight 100 700 (normal)
- **Camera Plain Variable** weight 100 900 (normal)
- **Camera Plain Variable** weight 400 (italic)

### Typography Hierarchy

| Role | Font | Size | Weight | Line Height | Letter Spacing | Notes |
|------|------|------|--------|-------------|----------------|-------|
| Display Hero | Camera Plain Variable | 60px | 600 | 1.1 | -1.5px | Main headline (h2) |
| Section Heading | Camera Plain Variable | 48px | 600 | 1 | normal | Section titles (h2) |
| Sub-heading | Camera Plain Variable | 36px | 600 | 1.1 | -0.9px | Third-level heading (h3) |
| Card Title | Camera Plain Variable | 16px | 400 | 1.5 | normal | Card headings |
| Button | Camera Plain Variable | 15px | 400 | 1.6 | normal | Button label (15px) |
| Button | Camera Plain Variable | 14px | 400 | 1.5 | normal | Button label (14px) |
| Link | Camera Plain Variable | 14px | 480 | 1.5 | normal | Link (14px) — Decoration: none |

### Font Weight Scale

CSS custom properties define 4 explicit weight steps:
- `--font-weight-normal`: `400` — Regular
- `--font-weight-medium`: `480` — Medium (custom, ~500)
- `--font-weight-semibold`: `600` — SemiBold
- `--font-weight-bold`: `700` — Bold

### Full Font Size Scale

Sizes detected in the design (descending): `60px`, `48px`, `36px`, `20px`, `18px`, `16px`, `15px`, `14px`

> 2 size(s) detected outside the sampled hierarchy (20px, 18px). These appear on elements not in the sampled set — likely additional display sizes, marketing-section overrides, or third-party-widget styles.

### OpenType & Variable Font Features

The typography uses these OpenType features intentionally — this is a sophisticated type system, not a default fallback:

- **ligatures** — common letter pairs replaced with refined glyphs (fi, fl, etc.)

**Clone instruction:** Enable these in your CSS:
```css
body {
  font-feature-settings: "liga";
}
```

## 4. Component Stylings

### Buttons

**Dark / Solid**
- Background: `#000000`
- Text: `#fafafa`
- Padding: 6px 10px
- Radius: 8px
- Font: 14px weight 400
- Use: Solid dark CTA

**Ghost**
- Background: `transparent`
- Text: `#1c1c1c` `{colors.ink-muted}`
- Padding: 4px 0px 4px 6px
- Radius: 0px
- Font: 15px weight 400
- Use: Subtle action, toolbar, nav button

**Ghost**
- Background: `transparent`
- Text: `#030303`
- Padding: 6px 10px
- Radius: 8px
- Font: 14px weight 400
- Use: Subtle action, toolbar, nav button

**Icon Button**
- Background: `#ffffff` `{colors.on-primary}`
- Text: `#030303`
- Padding: 0px
- Radius: 9999px
- Font: 14px weight 400
- Use: Toolbar/UI icons

**Icon Button**
- Background: `transparent`
- Text: `#030303`
- Padding: 0px
- Radius: 9999px
- Font: 14px weight 400
- Use: Toolbar/UI icons

**Light / Invert**
- Background: `#f7f4ed` `{colors.surface-2}`
- Text: `#1c1c1c` `{colors.ink-muted}`
- Padding: 0px
- Radius: 12px
- Font: 16px weight 400
- Use: Bright CTA on dark sections


## 4b. Component Behaviors (State Matrix)

### Interaction State Narrative

- **NavLink**:
  - **hover:** text #1c1c1c → #1c1c1c
- **FooterLink**:
  - **hover:** transform applied

*State transitions extracted via Playwright simulation — exact values in the YAML matrix below.*

```yaml
component-behaviors:
  button:
    default:
      bg: "lab(0 0 0 / 0.88)"
      fg: "lab(98.2716 0 0)"
  link:
    default:
      bg: "rgb(28, 28, 28)"
      fg: "rgb(252, 251, 248)"
  card:
    default:
      bg: "rgba(0, 0, 0, 0)"
      fg: "rgb(28, 28, 28)"
  navLink:
    default:
      bg: "rgba(0, 0, 0, 0)"
      fg: "rgb(28, 28, 28)"
    hover:
      bg: "transparent"
      fg: "oklab(0.226664 0.0000103414 0.00000451505)"
  footerLink:
    default:
      bg: "rgba(0, 0, 0, 0)"
      fg: "rgb(28, 28, 28)"
    hover:
      bg: "transparent"
      fg: "inherit"
```

**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: `Dark / Solid`, `Ghost`, `Icon Button`, `Light / Invert`
- **DO NOT introduce new buttons variants** without justification

## 5. Layout Principles

### Layout Type
**top-nav + content**

### Grid
Single column, centered content

### Max Width
1200px

### Spacing System
Generous spacing — editorial breathing room

| Token | Value |
|-------|-------|
| xxs | 2px |
| xs | 4px |
| sm | 8px |
| md | 10px |
| base | 24px |
| lg | 40px |
| xl | 56px |
| 2xl | 80px |
| 3xl | 180px |

### Border Radius Scale
| Name | Value | Use |
|------|-------|-----|
| None | 0px | No rounding |
| Xs | calc(.5rem - 4px) | Tiny corners (badges, micro elements) |
| Sm | 8px | Buttons, inputs, small elements |
| Md | 12px | Cards, containers |
| Lg | 16px | Large rounded elements, pill segments |
| Xl | 32px | Category strips, featured containers |
| Full | 9999px | Pills, avatars, circular elements |

### Shape Language

| Component | Border Radius |
|-----------|---------------|
| Buttons | `8px` |
| Page Body | `0px` |
| Navigation | `0px` |

**Shape Personality**: Moderate Rounding — Medium corners (4–12px). Modern SaaS standard, neither sharp nor pill.

**Full Radius Spectrum**: 6px, 7px, 8px, 12px, 16px, 24px, 28px, 32px (from `allBorderRadii` scan)


## 5b. Spacing Rhythm Names

**Measured section padding**: bands use ~80px internal vertical padding (up to 198px) — **generous**. (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** | `180px` | Top/bottom of full-bleed hero sections |
| **section** | `56px` | Between major bands (color change, content shift) |
| **subsection** | `40px` | Within a section, between content groups |
| **card** | `10px` | Card padding, list-item spacing |
| **compact** | `8px` | 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).

**3/8 structural patterns detected.**

### Navigation Pattern

- **Position:** static (scrolls with page)
- **Layout:** unknown — Layout not classified
- **Height:** 32px
- **Logo:** ✗ absent
- **Nav links:** 4 primary items
- **CTAs in nav:** 0 (no buttons — links only)
- **Clone instruction:** Build a static unknown navigation. Link-only — no button styling needed.

### Card Grid Pattern

- **Card count:** 3 cards detected
- **Columns (desktop):** 1-up grid
- **Card dimensions:** 1120×496px (aspect 2.26:1)
- **Gap:** 160px between cards
- **Content:** ✓ image
- **Image position:** left
- **Clone instruction:** Build a 1-column grid (desktop) with cards at ~2.26:1 aspect ratio. Each card has an image at the left.

### Footer Pattern

- **Columns:** 5
- **Links:** 52 total
- **Height:** 601px
- **Includes:** ✗ no newsletter | ✓ social icons |  ✓ copyright
- **Clone instruction:** Build a 5-column footer with ~10 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 |
| Subtle (Level 1) | `oklch(0.2 0 0 / 0.12) 0px 2px 2px -1px, oklch(0.2 0 0 / 0.12) 0px 4px 4px -2px` | Cards, dividers, borders |
| Inset (Level 2) | `oklch(0.98 0.01 0 / 0.24) 0px 1px 0px 0px inset, oklch(0.98 0.01 0) 0px -1px 0px 0px inset` | Buttons, pressed-state elements |
| Inset (Level 3) | <br>`rgb(0, 0, 0) 0px 0px 0px 0.5px inset` | Buttons, pressed-state elements |
| Inset (Level 4) | `oklch(1 0 0 / 0.08) 0px 0.5px 0px 0px inset, oklch(0 0 0 / 0.16) 0px -0.5px 0px 0px inset` | Buttons, pressed-state elements |

**Shadow Philosophy**: Multi-layered shadow system creating natural, atmospheric depth. Each shadow level combines multiple layers for realistic elevation.

## 7. Motion & Interaction

### Easing System

| CSS Variable | Curve | Semantic Name |
|--------------|-------|---------------|
| `--ease-in` | `cubic-bezier(.4, 0, 1, 1)` | Custom Ease — Balanced |
| `--default-transition-timing-function` | `cubic-bezier(.4, 0, .2, 1)` | Ease Out — Decelerating |
| `--ease-out-quint` | `cubic-bezier(.23, 1, .32, 1)` | Ease Out — Decelerating |
| `--ease-out` | `cubic-bezier(0, 0, .2, 1)` | Ease Out — Decelerating |
| `--ease-in-out` | `cubic-bezier(.4, 0, .2, 1)` | Ease Out — Decelerating |
| `--ease-out-cubic` | `cubic-bezier(.215, .61, .355, 1)` | Ease Out — Decelerating |
| `--ease-in-out-quad` | `cubic-bezier(.455, .03, .515, .955)` | Custom Ease — Balanced |
| `--ease-in-cubic` | `cubic-bezier(.55, .055, .675, .19)` | Custom Ease — Balanced |

### Duration Scale

| CSS Variable | Value | Tier |
|--------------|-------|------|
| `--default-transition-duration` | `.15s` | Fast |
| `--tw-duration` | `.15s` | Fast |

### Copy-Paste Transition Snippets

**Background**
```css
transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
```

**All Props**
```css
transition: 0.35s cubic-bezier(0.33, 1, 0.68, 1);
```

**Opacity**
```css
transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
```

**Opacity**
```css
transition: opacity 0.1s cubic-bezier(0, 0, 0.2, 1) 0.1s, transform 0.1s cubic-bezier(0, 0, 0.2, 1) 0.1s;
```

### Keyframe Animation Catalog

| Animation Name | Type | Animated Props | Use Hint |
|----------------|------|----------------|----------|
| `heartbeat` | Scale | transform | UI transition |
| `shake` | Slide | transform | Error feedback |
| `animate-blink` | Fade | opacity | Attention / status |
| `task-status-spin` | Rotate / Spin | transform | Loading indicator |
| `gradient-sweep` | Filter | filter, background-position-x, background-position-y | UI transition |
| `message-highlight` | Fade | opacity | UI transition |
| `enter` | Fade + Move | opacity, transform | Element entrance |
| `exit` | Fade + Move | opacity, transform | Element exit |
| `spin` | Rotate / Spin | transform | Loading indicator |
| `pulse` | Fade | opacity | Attention / status |
| `bounce` | Slide | animation-timing-function, transform | Playful feedback |
| `accordion-down` | Custom | height | UI transition |
| `accordion-up` | Custom | height | UI transition |
| `gradient` | Custom | background-position-x, background-position-y | UI transition |
| `shine` | Custom | background-position-x, background-position-y | UI transition |
| `shimmer-gradient` | Custom | background-position-x, background-position-y | Loading placeholder |
| `loader-sweep` | Fade + Move | opacity, transform | Loading indicator |
| `cmdk-enter` | Fade | opacity, scale | Element entrance |
| `cmdk-exit` | Fade | opacity, scale | Element exit |
| `map-globe-spin` | Rotate / Spin | transform | Loading indicator |

> *18 additional animations omitted (repetitive variants). See raw keyframes in `raw-css.json`.*

### Motion Fingerprint

- **Speed Character**: Deliberate & Calm (median duration: `300ms`)
- **Dominant Easing**: custom cubic-bezier curves
- **Animation Library**: 38 unique animations (38 total including variants)

> This design moves with deliberate & calm timing using custom cubic-bezier curves, creating a UI that feels calm and controlled.

## 8. Do's and Don'ts

### Do
- Use Off-White (`#fcfbf8`) as the page background — it's intentionally not pure white
- Use Near-Black (`#1c1c1c`) for text — not pure black, it's warmer and more readable
- Use Camera Plain Variable as the primary typeface — it defines the brand personality
- Use the extracted shadow patterns for elevation — they are tuned to match the brand palette
- Use Black (`#000000`) as the primary accent — it's the brand's signature interactive color
- Use 8px border-radius on buttons — the standard corner rounding for interactive elements
- Respect the 4px–56px spacing range — the design uses a wide scale for visual breathing room
- Each card includes a left image — imagery is part of the card identity, not optional
- Build a content-dense footer (5 columns, ~52 links) — this site treats the footer as a sitemap, not an afterthought

### Don't
- Don't use pure white (`#ffffff`) as a page background — the warm tone is part of the brand identity
- Don't use pure black (`#000000`) for text — the near-black adds warmth
- Don't substitute with generic sans-serif or serif — the custom font carries the brand
- Don't invent new shadow values — use only the extracted shadow levels
- Don't introduce additional saturated accent colors — the palette is intentionally controlled
- Don't make the nav sticky — this design lets it scroll away to maximize content focus
- Don't put a CTA button in the nav — this design uses links only at the top


## 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(252, 251, 248)` as the base canvas"
    why: "Every component is designed to composit against this exact tone"
    test: "document.body.style.backgroundColor === 'rgb(252, 251, 248)'"
  - id: brand-accent-001
    type: do
    rule: "Reserve `rgb(0, 0, 0)` for primary CTAs and brand-mark signals only"
    why: "Single chromatic assertion device — overuse dilutes meaning"
    test: "querySelectorAll('[style*=\"rgb(0, 0, 0)\"]').length <= 3 per fold"
```

## 9. Responsive Behavior

### Breakpoints
| Name | Width | Key Changes |
|------|-------|-------------|
| Mobile Large | 580px | Expanded mobile layout |
| Mobile Large | 700px | Expanded mobile layout |
| Tablet | 768px | Multi-column grids begin |
| Tablet | 800px | Multi-column grids begin |
| Desktop | 1280px | Full feature layout |
| Large Desktop | 1440px | Maximum content width |

### Token Diff — Desktop vs Mobile

| Element | Property | Desktop | Mobile |
|---------|----------|---------|--------|
| nav | height | `32px` | `auto` |
| button | width | `auto` | `96px` |
| card | width | `262px` | `358px` |

### Collapsing Strategy
- Navigation: horizontal links → hamburger menu on mobile
- Cards: multi-column → stacked vertical on mobile
- Footer: multi-column → stacked single column on mobile

### Touch Targets
- Buttons: 6px 10px 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):

- **Footer columns collapse:** 5 columns (desktop) → 2 columns (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.*

- **Clip-path shapes** — 8 non-rectangular cut(s).
- **Scroll-driven reveals** — content animates in on scroll (IntersectionObserver). Build fade/translate reveal-on-scroll for below-fold bands.
- **CSS-variable animations** (5) — animated custom properties.

> **Motion fingerprint**: non-rectangular shapes (9), scroll-triggered reveal

## 9b. Visual Tone & Photography

**Tone:** Mixed photography + illustration

A balanced mix of photographic content and vector graphics. Photos likely carry product/lifestyle context while SVG handles icons, logos, and decorative accents.

**Canonical Brand Image (OG):**
- https://lovable.dev/img/opengraph-image.png
  *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: 0.99:1 (square / portrait)
- Rendered size: 2880×2904px
- *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): 8 (80%)
- Portrait (<0.87): 1 (10%)
- Square (0.87–1.15): 1 (10%)

**Media Format Mix:**
- WebP: 9 (optimized photo/illustration hybrid)
- PNG: 1 (logos, transparent UI elements, mockups)

**Average rendered image size:** 786×768px
**Above-fold image count:** 1 / 10

**Decorative Patterns Detected:**
- 11 multi-stop linear gradients (mesh-like, 3+ color stops) — the brand leans on rich color transitions for visual depth

**Clone instruction for decorative work:** This is a gradient-rich design — invest in multi-stop CSS gradients (3+ color stops), not solid backgrounds.

**Imagery Guidance for clones:**
- Mix photography and illustration intentionally: photos for product/context, vectors for icons + decorative accents.
- Respect the format split — replacing JPGs with illustrations (or vice versa) will shift the brand tone.

## 10. Agent Prompt Guide

### Quick Reference
- Background: Off-White (`#fcfbf8`)
- Primary text: Near-Black (`#1c1c1c`)
- Accent: Black (`#000000`)
- Border: Slate Grey (`#5f5f5d`)
- Font: Camera Plain Variable
- Body: 16px weight 400

### Example Component Prompts
- "Create a hero section on Off-White background (#fcfbf8). Headline at 20px Camera Plain Variable weight 400, line-height 1.5, color #1c1c1c."
- "Create the primary CTA button: `#000000` background, `#fafafa` text, 8px border-radius, 6px 10px padding, 600 weight, Camera Plain Variable font."
- "Design a card on `transparent` background. Border: none. Radius: 0px. Shadow: none. Padding: 0px."
- "Build navigation: relative on `#fcfbf8`. Camera Plain Variable 16px weight 400 for links."

### Iteration Guide
1. **Canvas**: Set the light canvas to Off-White (`#fcfbf8`) — every component is composited against this exact base.
2. **Typography**: All type in Camera Plain Variable, weight range 400–700. Never exceed 700 — heavier weights break the brand's tonal restraint.
3. **Accent**: Black (`#000000`) is the sole interactive color. On hover → Ring Blue (`#4b73ff`). 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`, cards at `0px`. Apply border-radius from the extracted scale only — don't invent intermediate values.
6. **Spacing**: Use the `--ca-space-*` token scale (4px–56px). 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-background: #fcfbf8;
  --ca-surface-1: #eceae4;
  --ca-surface-2: #f7f4ed;
  --ca-ink-muted: #1c1c1c;
  --ca-ink-subtle: #636363;
  --ca-on-primary: #ffffff;
  --ca-primary-hover: #4b73ff;
  --ca-hairline: #5f5f5d;
  --ca-semantic-error: #e52627;
  --ca-semantic-success: #32670b;
}

/* Typography */
:root {
  --ca-font-primary: "Camera Plain Variable", system-ui, sans-serif;
  --ca-text-display: 60px;
  --ca-text-heading: 48px;
  --ca-text-body: 14px;
  --ca-text-small: 14px;
  --ca-text-button: 15px;
}

/* Spacing & Radius */
:root {
  --ca-space-xxs: 2px;
  --ca-space-xs: 4px;
  --ca-space-sm: 8px;
  --ca-space-md: 10px;
  --ca-space-base: 24px;
  --ca-space-lg: 40px;
  --ca-space-xl: 56px;
  --ca-space-2xl: 80px;
  --ca-space-3xl: 180px;
  --ca-radius-none: 0px;
  --ca-radius-xs: calc(.5rem - 4px);
  --ca-radius-sm: 8px;
  --ca-radius-md: 12px;
  --ca-radius-lg: 16px;
  --ca-radius-xl: 32px;
  --ca-radius-full: 9999px;
}

/* Motion */
:root {
  --ca-ease-in: cubic-bezier(.4, 0, 1, 1);
  --ca-ease-out-quint: cubic-bezier(.23, 1, .32, 1);
  --ca-ease-out: cubic-bezier(0, 0, .2, 1);
  --ca-ease-in-out: cubic-bezier(.4, 0, .2, 1);
  --ca-ease-out-cubic: cubic-bezier(.215, .61, .355, 1);
  --ca-ease-in-out-quad: cubic-bezier(.455, .03, .515, .955);
  --ca-ease-in-cubic: cubic-bezier(.55, .055, .675, .19);
}
```


## 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: ["isolate", "flex", "min-h-0", "flex-1"]
    height: 4263px
    width: full-bleed
    layout: flex-column justify=normal
    children: 2
  - section: hero
    tag: section
    classes: ["relative", "flex", "w-full", "flex-col"]
    height: 900px
    width: full-bleed
    layout: flex-column justify=center
    children: 3
    vertical-padding: ~198px (airy)
    padding: "180px 24px 216px"
  - section: feature-section
    tag: main
    height: 2964px
    width: full-bleed
    layout: block
    children: 2
  - section: feature-section
    tag: div
    classes: ["container"]
    height: 2064px
    width: 1280px
    layout: block
    children: 2
    vertical-padding: ~80px (generous)
    padding: "0px 80px"
  - section: section
    tag: section
    classes: ["mx-auto", "max-w-5xl", "py-20"]
    height: 255px
    width: 1024px
    layout: block
    children: 2
    vertical-padding: ~80px (generous)
    padding: "80px 0px"
  - section: feature-section
    tag: section
    height: 533px
    width: 1120px
    layout: block
    children: 2
  - section: feature-section
    tag: section
    height: 552px
    width: 1120px
    layout: block
    children: 2
  - section: feature-section
    tag: section
    height: 404px
    width: 1120px
    layout: block
    children: 2
  - section: feature-section
    tag: div
    classes: ["relative", "z-10", "pb-4", "sm:pb-8"]
    height: 1171px
    width: full-bleed
    layout: block
    children: 3
    vertical-padding: ~40px
    padding: "0px 0px 80px"
  - section: footer
    tag: footer
    classes: ["border-muted-border", "bg-muted", "relative", "rounded-2xl"]
    height: 601px
    width: 1280px
    layout: block
    children: 1
    bg: "rgb(247, 244, 237)"
    vertical-padding: ~56px (generous)
    padding: "56px"
  - section: content-section
    tag: div
    classes: ["container", "max-w-none", "2xl:max-w-screen-2xl"]
    height: 601px
    width: full-bleed
    layout: block
    children: 1
    vertical-padding: ~56px (generous)
    padding: "0px 80px"
  - section: navigation
    tag: nav
    classes: ["grid", "grid-cols-2", "gap-x-8", "gap-y-12"]
    height: 487px
    width: 1166px
    layout: grid: 6-col gap=48px 32px
    children: 7
```

**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:
    - "Build something Lovable"
    - "Meet Lovable"
    - "Ready to build?"
  sub-headings:
    - "Start with an idea"
    - "Company"
  ctas:
    - "Solutions"
    - "Log in"
    - "Get started"
    - "Build"
    - "Send message"
    - "EN"
  navigation:
    - "Trust center"
    - "Connections"
    - "Changelog"
    - "Status"
    - "Learn"
    - "Privacy policy"
    - "Enterprise terms"
    - "General terms"
    - "Desktop app terms"
    - "Domain registration terms"
  footer-links:
    - "Careers"
    - "Do not sell or share my personal information"
```

**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:
```

**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">
  Solutions
</button>
```
_Source pattern detected: padding `4px 0px 4px 6px` · radius `0px` · weight `400`_

### Generic Card
```html
<div class="card">
  <!-- content -->
</div>
```
_Source pattern detected: padding `0px` · radius `0px` · shadow `none`_

**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** 3 · **auth** 1 · **pricing** 1 · **docs** 4 · **project** 17 · **social** 4 · **legal** 3 · **footer** 25 · **other** 2

**Primary actions (conversion path):**
- Account access — "Event Platform Website Template Find, register, " (login/signup) → `https://lovable.dev/templates/websites/events/event-platform-1`

**Projects / case studies detected** (clustered by URL + featured image):

*Templates* — high confidence, 8 items:

| Title | Featured image | Link |
|---|---|---|
| Hobby Photographer | `hobby-photographer-screenshot.webp` (ar 1.78) | https://lovable.dev/templates/websites/portfolio/hobby-photographer |
| Lovable Slides | `lovable-slides-final.webp` (ar 1.78) | https://lovable.dev/templates/apps/saas/lovable-slides |
| Architect Portfolio 1 | `architect-portfolio-1-screenshot.web` (ar 1.78) | https://lovable.dev/templates/websites/portfolio/architect-portfolio-1 |
| Vesper | `vesper-screenshot.webp` (ar 1.78) | https://lovable.dev/templates/websites/blog/vesper |
| Event Platform 1 | `event-platform-1-screenshot.webp` (ar 1.78) | https://lovable.dev/templates/websites/events/event-platform-1 |
| Perspective Lifestyle | `id-preview-172571d0--7410f81b-8218-4` (ar 1.78) | https://lovable.dev/templates/websites/blog/perspective-lifestyle |
| Lifestyle Blog 3 | `lifestyle-blog-3-screenshot.webp` (ar 1.78) | https://lovable.dev/templates/websites/blog/lifestyle-blog-3 |
| Ecommerce Store 1 | `ecommerce-store-1-screenshot.webp` (ar 1.78) | https://lovable.dev/templates/websites/ecommerce/ecommerce-store-1 |

**Signals:** 37/60 links carry a featured image · device mockups detected: laptop ×16 · dominant link roles: footer-link (37), content-card (18), navigation (3).


---
## Extraction Completeness: 65/100 (C)

| Category | Score | Max | Detail |
|----------|-------|-----|--------|
| Colors & Palette | 14 | 25 | 10 named colors |
| Typography | 18 | 20 | 7 roles defined |
| Components | 4 | 20 | 1 specs extracted |
| Motion & Interaction | 15 | 15 | Keyframes, easing vars |
| CSS Custom Properties | 10 | 10 | 434 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 (Roboto Mono Variable, Camera Plain Variable)** — 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 | 434 CSS vars (semantic naming requires ≥20 for high) |
| §3 Typography | High | 7 typography roles inferred |
| §4 Components | Low | 1 component variants captured |
| §7 Motion | High | Keyframes + transitions |
| §8 Do's/Don'ts | High | 16 rules generated; design-decisions.json has evidence per rule |
| §9 Responsive | High | 6 breakpoints detected |
| §9b Photography | High | 10 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

2 font file(s) captured (163KB total). When running `prism add`, fonts are saved to `extractions/lovable.dev/fonts/` and embedded as base64 in the output HTML.

**@font-face declarations to use:**
```css
@font-face {
  font-family: 'Roboto Mono Variable';
  /* src: url('/fonts/Roboto-Mono-Variable.woff2') format('woff2-variations'); */
  font-weight: 100 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Camera Plain Variable';
  /* src: url('/fonts/Camera-Plain-Variable.woff2') format('woff2'); */
  font-weight: 100 900;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Camera Plain Variable';
  /* src: url('/fonts/Camera-Plain-Variable.woff2') format('woff2'); */
  font-weight: 400;
  font-style: italic;
  font-display: block;
}
```

### Keyframe Animations (Intercepted from CSS)

**30 @keyframes found** — these are the real animation definitions:

```
@keyframes background-enter { ... }
@keyframes checkbox-draw-check { ... }
@keyframes checkbox-draw-minus { ... }
@keyframes _switch-detect-hover { ... }
@keyframes radio-dot-enter { ... }
@keyframes heartbeat { ... }
@keyframes shake { ... }
@keyframes animate-blink { ... }
@keyframes task-status-spin { ... }
@keyframes gradient-sweep { ... }
@keyframes message-highlight { ... }
@keyframes enter { ... }
@keyframes exit { ... }
@keyframes spin { ... }
@keyframes pulse { ... }
@keyframes bounce { ... }
@keyframes accordion-down { ... }
@keyframes accordion-up { ... }
@keyframes gradient { ... }
@keyframes shine { ... }
@keyframes shimmer-gradient { ... }
@keyframes loader-sweep { ... }
@keyframes cmdk-enter { ... }
@keyframes cmdk-exit { ... }
@keyframes map-globe-spin { ... }
@keyframes dot-pulse { ... }
@keyframes loading-dots-before { ... }
@keyframes loading-dots { ... }
@keyframes loading-dots-after { ... }
@keyframes mention-pill-shift { ... }
```

<details><summary>Full keyframes CSS (30 animations)</summary>

```css
@keyframes background-enter{0%{opacity:0;transform:translateY(50vh)}
@keyframes checkbox-draw-check{0%{stroke-dashoffset:12px}
@keyframes checkbox-draw-minus{0%{stroke-dashoffset:7px}
@keyframes _switch-detect-hover{0%{opacity:.999}}
@keyframes radio-dot-enter{0%{transform:scale(0)}
@keyframes heartbeat{0%{transform:scale(1)}10%{transform:scale(1.07)}20%{transform:scale(1.02)}40%{transform:scale(1.02)}50%{transform:scale(1.06)}60%{transform:scale(1)}}
@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-2px)}20%,40%,60%,80%{transform:translate(2px)}}
@keyframes animate-blink{0%,45%{opacity:1}50%,95%{opacity:0}
@keyframes task-status-spin{0%{transform:rotate(-90deg)}
@keyframes gradient-sweep{0%{filter:blur(1px);background-position:100% 0}
@keyframes message-highlight{0%{opacity:1}
@keyframes enter{0%{opacity:var(--tw-enter-opacity,1);transform:translate3d(var(--tw-enter-translate-x,0), var(--tw-enter-translate-y,0), 0) scale3d(var(--tw-enter-scale,1), var(--tw-enter-scale,1), var(--tw-enter-scale,1)) rotate(var(--tw-enter-rotate,0))}}
@keyframes exit{to{opacity:var(--tw-exit-opacity,1);transform:translate3d(var(--tw-exit-translate-x,0), var(--tw-exit-translate-y,0), 0) scale3d(var(--tw-exit-scale,1), var(--tw-exit-scale,1), var(--tw-exit-scale,1)) rotate(var(--tw-exit-rotate,0))}}
@keyframes spin{to{transform:rotate(360deg)}}
@keyframes pulse{50%{opacity:.5}}
@keyframes bounce{0%,to{animation-timing-function:cubic-bezier(.8,0,1,1);transform:translateY(-25%)}50%{animation-timing-function:cubic-bezier(0,0,.2,1);transform:none}}
@keyframes accordion-down{0%{height:0}
@keyframes accordion-up{0%{height:var(--radix-accordion-content-height)}
@keyframes gradient{0%{background-position:100%}50%{background-position:50%}
@keyframes shine{0%{background-position:0 0}50%{background-position:100% 100%}
@keyframes shimmer-gradient{0%{background-position:200% 0}
@keyframes loader-sweep{0%{opacity:0;transform:translate(0)}25%{opacity:1;transform:translate(50%)}50%{opacity:0;transform:translate(100%)}75%{opacity:1;transform:translate(50%)}
@keyframes cmdk-enter{0%{opacity:0;scale:.98}
@keyframes cmdk-exit{0%{opacity:1;scale:1}
@keyframes map-globe-spin{0%{transform:rotate(0)}
@keyframes dot-pulse{0%{opacity:.45;transform:scale(1)}80%,to{opacity:0;transform:scale(4)}}
@keyframes loading-dots-before{0%{transform:scale(1)}25%{transform:scaleY(1.4)}50%{transform:scaleY(.67)}75%{transform:scale(1)}
@keyframes loading-dots{0%{transform:scale(1)}25%{transform:scale(1)}50%{transform:scaleY(1.4)}75%{transform:scale(1)}
@keyframes loading-dots-after{0%{transform:scale(1)}25%{transform:scale(1)}50%{transform:scaleY(.67)}75%{transform:scaleY(1.4)}
@keyframes mention-pill-shift{0%,to{background-position:0%}50%{background-position:100%}}
```
</details>

### Brand Gradient Palette

**7 complex gradients captured** from the site's CSS. The first few are the most prominent visual decorations:

```css
/* Gradient 1 */
background: linear-gradient(#4f88ff 0%,#5185ff 4.76%,#5885ff 9.52%,#6289ff 14.29%,#7491ff 19.05%,#91a0ff 23.81%,#b0acfe 28.57%,#ceaffb 33.33%,#e2a5f2 38.1%,#f388de 42.86%,#fb65c2 47.62%,#fd49a8 52.38%,#fd2980 57.14%,#fc1a58 61.9%,#fa1f41 66.67%,#fa2733 71.43%,#fb3d26 76.19%,#fc541f 80.95%,#fe6a1e 85.71%,#fe771d 90.48%,#ff861b 95.24%,#ff8f1b 100%);

/* Gradient 2 */
background: linear-gradient(#4f88ff33 0%,#5185ff33 8.33%,#5885ff33 16.67%,#6289ff33 25%,#7491ff33 33.33%,#91a0ff33 41.67%,#b0acfe33 50%,#ceaffb33 58.33%,#e2a5f233 66.67%,#f388de33 75%,#fb65c233 83.33%,#fd49a833 91.67%,#fd298033 100%);

/* Gradient 3 */
background: linear-gradient(270deg,#4f88ff 0%,#5185ff 8.33%,#5885ff 16.67%,#6289ff 25%,#7491ff 33.33%,#91a0ff 41.67%,#b0acfe 50%,#ceaffb 58.33%,#e2a5f2 66.67%,#f388de 75%,#fb65c2 83.33%,#fd49a8 91.67%,#fd2980 100%);

/* Gradient 4 */
background: radial-gradient(circle at calc(100% - var(--avatar-stack-offset,8px);

/* Gradient 5 */
background: radial-gradient(circle at calc(var(--avatar-stack-offset,8px);

```

### Hover State CSS (Intercepted)

**6 hover rule lines** captured from CSS files. Key interactive transitions from real CSS (not inferred):

```css
.select-field:hover:not(:disabled):after{opacity:1;transition:none}

.select-field:hover:not(:disabled) .select-chevron,.select-field[data-popup-open] .select-chevron{color:var(--fg-primary);transition:color,rotate .15s}

.input-field:hover:not(:focus):not(:focus-within):not(.input-error):not(:disabled):not(:has(:disabled)):not([aria-invalid=true]):not(:has([aria-invalid=true])){box-shadow:var(--shadow-input-base), inset 0 0 0 var(--border-default) var(--border-glow-on-surface-hover);transition:none}

.group\/scrub:hover .input-field:not(:focus):not(:focus-within):not(.input-error):not(:disabled):not(:has(:disabled)){box-shadow:var(--shadow-input-base), inset 0 0 0 var(--border-default) var(--border-glow-on-surface-hover);transition:none}

.group\/scrub.input-field:hover:not(:focus):not(:focus-within):not(.input-error):not(:has(:disabled)){box-shadow:var(--shadow-input-base), inset 0 0 0 var(--border-default) var(--border-glow-on-surface-hover);transition:none}

textarea.input-field:hover:not(:focus):not(.input-error):not(:disabled):not([aria-invalid=true]){box-shadow:var(--shadow-input-base);outline-color:var(--border-glow-on-surface-hover)}

.checkbox-box:hover:not(:disabled)[data-state=unchecked]:after{opacity:1;transition:none}

label:hover:not(:has(:disabled)) .checkbox-box[data-state=unchecked]:after{opacity:1;transition:none}

.checkbox-box:hover:not(:disabled)[data-state=checked]:after,.checkbox-box:hover:not(:disabled)[data-state=indeterminate]:after{opacity:1;transition:none}

label:hover:not(:has(:disabled)) .checkbox-box[data-state=checked]:after{opacity:1;transition:none}

label:hover:not(:has(:disabled)) .checkbox-box[data-state=indeterminate]:after{opacity:1;transition:none}

.switch-track:hover{animation:1ms _switch-detect-hover}

.switch-track:hover:not([data-disabled])[data-optimistic=unchecked] .switch-glow{opacity:1;transition:none}

.switch-track:hover:not([data-disabled])[data-optimistic=checked] .switch-glow{opacity:1;transition:none}

.switch-track[data-fresh-hover]:hover:not(:active):not([data-disabled])[data-optimistic=unchecked] .switch-thumb{border-radius:7.11px/8px;transform:translate(1px)scaleX(1.125)}

.switch-track[data-fresh-hover]:hover:not(:active):not([data-disabled])[data-optimistic=checked] .switch-thumb{border-radius:7.11px/8px;transform:translate(11px)scaleX(1.125)}

.switch-track[data-fresh-hover]:hover:not(:active):not([data-disabled])[data-optimistic=unchecked] .switch-thumb{border-radius:8px;transform:translate(0)}

.switch-track[data-fresh-hover]:hover:not(:active):not([data-disabled])[data-optimistic=checked] .switch-thumb{border-radius:8px;transform:translate(12px)}

.radio-solid:hover:not(:disabled)[data-state=unchecked]:after{opacity:1;transition:none}

label:hover:not(:has(:disabled)) .radio-solid[data-state=unchecked]:after{opacity:1;transition:none}
```

> **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 837 rendered nodes** — not a sample. These are the values the page *actually paints*, weighted by how often they appear.

### Real Responsive Breakpoints
**8 breakpoints** read from the live `@media` rules (not guessed):
`580px` · `600px` · `700px` · `768px` · `800px` · `1280px` · `1440px` · `1920px`

### Measured Design Scale
**Type scale by usage** (× = paint count): `16px`×478 · `14px`×288 · `15px`×18 · `60px`×18 · `48px`×14 · `18px`×10 · `36px`×6 · `20px`×4

**Radius scale** (× = paint count): `8px`×24 · `12px`×16 · `16px`×5 · `24px`×3 · `6px`×2 · `28px`×2 · `32px`×1

**Weights** (× = paint count): `400`×796 · `600`×23 · `480`×17

**Layout gaps** (× = paint count): `6px`×103 · `4px`×31 · `8px`×12 · `normal 2px`×4 · `80px`×3 · `16px`×3 · `144px`×3 · `2px`×2

**Elevation (real shadows)**:
```css
oklch(0.2 0 0 / 0.12) 0px 2px 2px -1px, oklch(0.2 0 0 / 0.12) 0px 4px 4px -2px
oklch(0.98 0.01 0 / 0.24) 0px 1px 0px 0px inset, oklch(0.98 0.01 0) 0px -1px 0px 0px inset
rgb(0, 0, 0) 0px 0px 0px 0.5px inset
oklch(1 0 0 / 0.08) 0px 0.5px 0px 0px inset, oklch(0 0 0 / 0.16) 0px -0.5px 0px 0px inset
```

### 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 { background-color:hsl(var(--background)); color:hsl(var(--foreground)); font-size:var(--text-base) }
body { background-color:hsl(var(--background)); color:hsl(var(--foreground)); font-size:1rem }
h1 { font-size:var(--text-2xl); font-weight:var(--font-weight-medium) }
h1 { font-size:1.5rem; font-weight:480 }
h1 { font-size:var(--text-xl) }
h1 { font-weight:var(--font-weight-normal) }
h1 { color:hsl(var(--muted-foreground)) }
h2 { font-size:var(--text-xl); font-weight:var(--font-weight-medium) }
h2 { font-size:1.25rem; font-weight:480 }
h2 { gap:calc(var(--spacing) * 1) }
h2 { font-size:var(--text-3xl) }
h2 { font-weight:var(--font-weight-semibold) }
```

> 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://lovable.dev | 2026-06-11T05:01:28.460Z*
*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.*
