getComputedStyle() from the live screenshots visible here.
Color Palette
52 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 (+61)
Typography
All values extracted via getComputedStyle() — no estimation.
| Role | Font Family | Size / Weight | Line Height | Letter Spacing | Preview |
|---|---|---|---|---|---|
| Display Hero | Outfit | 28px / w500 | 1.71 | normal | Display Hero |
| Sub-heading | DM Sans | 16px / w700 | 1.5 | normal | Sub-heading |
| Label Heading | DM Sans | 16px / w500 | 1.5 | normal | Label Heading |
| Card Title | DM Sans | 16px / w400 | 1.5 | normal | Card Title |
| Button | DM Sans | 14px / w500 | 1.5 | normal | Button |
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
13px
22px
32px
9999px
Component Specs
Extracted CSS values per component and variant state.
### Buttons
- Background: `rgba(0, 0, 0, 0.05)`
- Text: `#18181b` `{colors.ink-subtle}`
- Padding: 0px
- Radius: 9999px
- Font: 16px weight 400
- Use: Status pills, tags, chips
- Focus: outline: `rgb(16, 16, 16) auto 1px`
- Background: `transparent`
- Text: `#292929`
- Padding: 8px 24px
- Radius: 12px
- Font: 16px weight 400
- Use: Subtle action, toolbar, nav button
- Focus: outline: `rgb(16, 16, 16) auto 1px`
- Background: `#181e25`
- Text: `#ffffff` `{colors.on-primary}`
- Padding: 0px
- Radius: 32px
- Font: 16px weight 400
- Use: Status pills, tags, chips
- Focus: outline: `rgb(16, 16, 16) auto 1px`
- Background: `transparent`
- Text: `#181e25`
- Padding: 0px 12px
- Radius: 12px
- Font: 14px weight 500
- Use: Subtle action, toolbar, nav button
- Focus: outline: `rgb(16, 16, 16) auto 1px`
- Background: `#ffffff` `{colors.on-primary}`
- Text: `rgba(24, 30, 37, 0.8)`
- Padding: 0px
- Radius: 9999px
- Font: 16px weight 400
- Use: Toolbar/UI icons
- Focus: outline: `rgb(16, 16, 16) auto 1px`
- Background: `#f0f0f0`
- Text: `#333333`
- Padding: 11px 20px
- Radius: 8px
- Font: 13px weight 600
- Use: Bright CTA on dark sections
- Focus: outline: `rgb(16, 16, 16) auto 1px`
- Background: `#ffffff` `{colors.on-primary}`
- Text: `#181e25`
- Padding: 11px 20px
- Radius: 8px
- Border: 1px solid rgb(24, 30, 37)
- Font: 13px weight 600
- Use: Bright CTA on dark sections
- Focus: outline: `rgb(16, 16, 16) auto 1px`
Cards & Containers
- Background: `transparent`
- Padding: 0px
- Radius: 0px
- Use: Content containers, listing items
Interaction State Narrative
- **Button**:
- - **focus:** opacity 0
Buttons
- **DO NOT introduce new buttons variants** without justification
Cards & Containers
- **DO NOT introduce new cards & containers variants** without justification
Visual Reference
Playwright screenshots captured during extraction — source of truth for all tokens.
Breakpoints
Elevation & Depth
Shadow levels rendered live — every value extracted directly from the design system.
rgba(36, 36, 36, 0.08) 0px 12px 16px -4px
rgba(36, 36, 36, 0.08) 0px 0px 16px -4px, rgba(36, 36, 36, 0.03) 0px 0px 6px -2p…
rgba(0, 0, 0, 0.08) 0px 0px 22.576px 0px
rgba(44, 30, 116, 0.16) 0px 0px 15px 0px
rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0…
Motion & Transitions
5 motion tokens — easing curves and durations.
| transition-1 | all |
| transition-2 | 0.3s cubic-bezier(0.4, 0, 0.2, 1) |
| transition-3 | 0.3s cubic-bezier(0, 0, 0.2, 1) |
| transition-4 | color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic… |
| transition-5 | 0.2s cubic-bezier(0.4, 0, 0.2, 1) |
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.05)
fg rgb(24, 24, 27) |
focus
button
bg rgba(0, 0, 0, 0.05)
fg rgb(24, 24, 27) |
| link |
default
link
bg rgba(0, 0, 0, 0)
fg rgb(24, 24, 27) | |
| card |
default
card
bg rgba(0, 0, 0, 0)
fg rgb(24, 24, 27) | |
| footerLink |
default
footerLink
bg rgba(0, 0, 0, 0)
fg rgb(142, 142, 147) |
Z-Index Stacking Context
21 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 minimax.io 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: minimax.io
description: "Light product system built on #ffffff with #3b82f6 as the primary CTA accent. Type anchored in DM Sans at 16px / weight 400. Extracted automatically from https://minimax.io/ — every value from getComputedStyle(), no approximation."
narrative: |
minimax.io is built on a pure-white canvas (rgb(255, 255, 255)).
The system uses #3b82f6 as the high-saturation accent for primary actions.
Moderately rounded CTAs (12px) — modern SaaS standard, neither sharp nor pill alongside DM Sans as the primary typeface.
colors:
background: "#ffffff"
surface-1: "#ffffff"
surface-2: "rgba(255, 255, 255, 0.95)"
ink: "#18181b"
ink-muted: "rgba(24, 24, 27, 0.65)"
ink-subtle: "#18181b"
primary: "#3b82f6"
on-primary: "#ffffff"
primary-hover: "#2563eb"
hairline: "#aab1ba"
primary-focus: "#101010"
semantic-error: "#cb2634"
semantic-success: "#278f3c"
semantic-warning: "#ff7d00"
typography:
display-xl:
fontFamily: "Outfit"
fontSize: 28px
fontWeight: 500
lineHeight: 1.71
letterSpacing: 0
display-md:
fontFamily: "DM Sans"
fontSize: 16px
fontWeight: 700
lineHeight: 1.5
letterSpacing: 0
headline:
fontFamily: "DM Sans"
fontSize: 16px
fontWeight: 500
lineHeight: 1.5
letterSpacing: 0
body:
fontFamily: "DM Sans"
fontSize: 16px
fontWeight: 400
lineHeight: 1.5
letterSpacing: 0
button:
fontFamily: "DM Sans"
fontSize: 14px
fontWeight: 500
lineHeight: 1.5
letterSpacing: 0
rounded:
none: 0px
xs: 4px
sm: 8px
md: 13px
lg: 22px
xl: 32px
pill: 9999px
spacing:
xxs: 2px
xs: 6px
sm: 40px
md: 60px
lg: 24px
xl: 32px
xxl: 64px
section: 80px
components:
button-pill:
backgroundColor: "#000000"
textColor: "{colors.ink-subtle}"
typography: "{typography.display-md}"
rounded: "{rounded.pill}"
button-ghost:
backgroundColor: "transparent"
textColor: "#292929"
typography: "{typography.display-md}"
rounded: "{rounded.md}"
padding: 8px 24px
button-pill:
backgroundColor: "#181e25"
textColor: "{colors.on-primary}"
typography: "{typography.display-md}"
rounded: "{rounded.xl}"
card-standard-card:
backgroundColor: "transparent"
typography: "{typography.display-md}"
rounded: "{rounded.none}"
extracted_at: "2026-05-30T20:39:21.545Z"
completeness: 55
scoreVersion: "v2"
---
# Design System — minimax.io
> Extracted automatically by Clone Architect from https://minimax.io
> Date: 2026-05-30
> Viewport: Desktop 1440x900 + Mobile 390x844
> Every value in this file comes from real getComputedStyle() — no approximation.
> **🤖 TL;DR for AI agents** (read this first — saves you scanning the full doc):
>
> - **Canvas**: `rgb(255, 255, 255)` is the page background. Every component composits against this.
> - **Accent**: `#3b82f6` for primary CTAs ONLY. Never decorative.
> - **Body type**: 16px (token: `typography.body`). Default for ALL text not in a heading role.
> - **Section rhythm**: 48px between major bands. Card padding: 24px.
> - **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
minimax.io adopts the classic pure-white canvas (`#ffffff`) — a deliberate choice that recedes into transparency, letting typography, color and product imagery carry the entire visual weight.
Typography is anchored in **DM Sans**. Headlines run at a remarkably light weight (400) — restraint over assertion, creating an editorial calm that invites reading rather than demanding it.
Body text reads in Near Black (`#18181b`) — softened from pure black, a small but deliberate detail that lowers reading friction. **Ring Blue** (`#3b82f6`) provides interactive distinction without visual aggression. Elevation is built from multi-layer shadow stacks — each level combines several blurred layers at varying offsets to simulate the way light actually falls on stacked surfaces, not the simulated drop-shadow of cheap interfaces.
Border radius varies from pill-shaped (fully rounded) to moderately rounded elements, creating visual rhythm. Motion design uses smooth easing curves for polished state transitions.
**Key Characteristics:**
- Background: Pure White (`#ffffff`)
- Primary typeface: Plus Jakarta Sans
- Primary text: Near Black (`#18181b`)
- Accent: Ring Blue (`#3b82f6`)
- Shadow system: 5 distinct elevation levels
- Custom fonts loaded: Plus Jakarta Sans, JetBrains Mono, MiSans, DM Sans, Outfit
## 2. Color Palette & Roles
### Background & Surface
- **Pure White** (`#ffffff`): Page background (primary)
- **Light Gray** (`#e5e7eb`): Surface / elevated background
- **Warm Cream** (`#f5f5f5`): Surface / elevated background
- **Light Gray** (`#f2f3f5`): Surface / elevated background
- **Light Gray** (`#e5e5e5`): Surface / elevated background
### Text & Content
- **Near Black** (`#18181b`): Primary body text
- **Text 5** (`#181e25`): Text (CSS var)
- **Text 4** (`#45515e`): Text (CSS var)
- **Text 3** (`#86909c`): Text (CSS var)
- **Pure Black** (`#000000`): Secondary text
### Accent & Interactive
- **Brand 6** (`#1456f0`): Accent / interactive (CSS var)
- **Primary 500** (`#3b82f6`): Accent / interactive (CSS var)
- **Primary 700** (`#1d4ed8`): Accent / interactive (CSS var)
- **Primary Light** (`#60a5fa`): Accent / interactive (CSS var)
- **Brand 3** (`#17437d`): Accent / interactive (CSS var)
- **Brand 5** (`#ecf2fe`): Accent / interactive (CSS var)
- **Brand 4** (`#e3ebfd`): Accent / interactive (CSS var)
### Full Extracted Palette
69 distinct colors detected on the live page (17 categorized above + 52 additional below). Every value is a real `getComputedStyle()` color — no approximation.
- `#aab1ba` — Cool Gray
- `#292929` — Warm Brown
- `rgba(66, 66, 66, 0.3)` — Translucent Dark Gray (30%)
- `#d01316` — M Tricolor Red
- `#cac9ff` — Lavender
- `#171717` — Near Black
- `#ffd388` — #ffd388
- `#050038` — Deep Navy
- `#8e8e93` — Medium Gray
- `#5c5f63` — Dim Gray
- `#111111` — Jet Black
- `#555555` — Slate
- `#f0f0f0` — Light Gray
- `#333333` — Charcoal
- `#787979` — Medium Gray
- `#c9cdd4` — Silver
- `#ea5ec1` — Hot Pink
- `#cb2634` — Crimson
- `#f6f7f9` — Off-White
- `#f8f8f8` — Off-Cream
- `#278f3c` — Forest Green
- `#007aff` — #007aff
- `#f7f8fa` — Off-White
- `#f53f3f` — Vermillion
- `#e4e6ed` — Light Gray
- `#c1c5cb` — Silver
- `#1887fb` — Ring Blue
- `#ff7d00` — #ff7d00
- `#00b42a` — #00b42a
- `#627084` — Slate Gray
- `#2563eb` — M Tricolor Blue
- `#c1c3c6` — Silver
- *…+20 more in `raw-css.json` (`desktop.allColors`).*
### CSS Custom Properties (Design Tokens)
**Shadow Token**
- `--tw-ring-shadow`: `0 0 #0000`
- `--tw-shadow-colored`: `0 0 #0000`
- `--tw-ring-offset-shadow`: `0 0 #0000`
- `--tw-drop-shadow`: ``
**Spacing Token**
- `--tw-border-spacing-x`: `0`
- `--tw-numeric-spacing`: ``
- `--tw-border-spacing-y`: `0`
**Primary Brand Color**
- `--color-primary-500`: `#3b82f6`
- `--color-primary-700`: `#1d4ed8`
- `--color-primary-light`: `#60a5fa`
- `--color-primary-600`: `#2563eb`
**Other tokens**
- `--col-text01`: `#787979`
- `--col-accent04`: `#000`
- `--col-bg03`: `#f6f7f9`
- `--col-text05`: `#f8f8f8`
- `--fa-font-brands`: `normal 400 1em/1 "Font Awesome 6 Brands"`
- `--col-accent05`: `#fff`
- `--col-bg14`: `rgba(0,0,0,.04)`
- `--tw-ring-color`: `rgba(59,130,246,.5)`
## 3. Typography Rules
### Font Families
- **Primary**: `DM Sans`
- **Secondary**: `Outfit`
- **Font 3**: `Plus Jakarta Sans`
- **Font 4**: `JetBrains Mono`
- **Font 5**: `MiSans`
### Custom Fonts Loaded
- **Plus Jakarta Sans** weight 300 (normal)
- **Plus Jakarta Sans** weight 400 (normal)
- **Plus Jakarta Sans** weight 500 (normal)
- **Plus Jakarta Sans** weight 600 (normal)
- **Plus Jakarta Sans** weight 700 (normal)
- **Plus Jakarta Sans** weight 800 (normal)
- **JetBrains Mono** weight 400 (normal)
- **JetBrains Mono** weight 500 (normal)
- **JetBrains Mono** weight 600 (normal)
- **JetBrains Mono** weight 700 (normal)
- **MiSans** weight 100 (normal)
- **MiSans** weight 200 (normal)
- **MiSans** weight 300 (normal)
- **MiSans** weight 400 (normal)
- **MiSans** weight 500 (normal)
- **MiSans** weight 600 (normal)
- **MiSans** weight 700 (normal)
- **MiSans** weight 800 (normal)
- **DM Sans** weight normal (normal)
- **Outfit** weight normal (normal)
- **Roboto** weight 600 (normal)
- **Font Awesome 6 Brands** weight 400 (normal)
- **Font Awesome 6 Free** weight 400 (normal)
- **Font Awesome 6 Free** weight 900 (normal)
- **Font Awesome 5 Brands** weight 400 (normal)
- **Font Awesome 5 Free** weight 900 (normal)
- **Font Awesome 5 Free** weight 400 (normal)
- **FontAwesome** weight normal (normal)
### Typography Hierarchy
| Role | Font | Size | Weight | Line Height | Letter Spacing | Notes |
|------|------|------|--------|-------------|----------------|-------|
| Display Hero | Outfit | 28px | 500 | 1.71 | normal | Main headline (h2) |
| Sub-heading | DM Sans | 16px | 700 | 1.5 | normal | Third-level heading (h3) |
| Label Heading | DM Sans | 16px | 500 | 1.5 | normal | Small heading (H6) |
| Card Title | DM Sans | 16px | 400 | 1.5 | normal | Card headings |
| Button | DM Sans | 14px | 500 | 1.5 | normal | Button label (14px) |
### Full Font Size Scale
Sizes detected in the design (descending): `80px`, `32px`, `28px`, `20px`, `18px`, `16px`, `14px`, `13px`, `12px`, `10px`
> 7 size(s) detected outside the sampled hierarchy (80px, 32px, 20px, 18px, 13px, 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
**Pill**
- Background: `rgba(0, 0, 0, 0.05)`
- Text: `#18181b` `{colors.ink-subtle}`
- Padding: 0px
- Radius: 9999px
- Font: 16px weight 400
- Use: Status pills, tags, chips
- Focus: outline: `rgb(16, 16, 16) auto 1px`
**Ghost**
- Background: `transparent`
- Text: `#292929`
- Padding: 8px 24px
- Radius: 12px
- Font: 16px weight 400
- Use: Subtle action, toolbar, nav button
- Focus: outline: `rgb(16, 16, 16) auto 1px`
**Pill**
- Background: `#181e25`
- Text: `#ffffff` `{colors.on-primary}`
- Padding: 0px
- Radius: 32px
- Font: 16px weight 400
- Use: Status pills, tags, chips
- Focus: outline: `rgb(16, 16, 16) auto 1px`
**Ghost**
- Background: `transparent`
- Text: `#181e25`
- Padding: 0px 12px
- Radius: 12px
- Font: 14px weight 500
- Use: Subtle action, toolbar, nav button
- Focus: outline: `rgb(16, 16, 16) auto 1px`
**Icon Button**
- Background: `#ffffff` `{colors.on-primary}`
- Text: `rgba(24, 30, 37, 0.8)`
- Padding: 0px
- Radius: 9999px
- Font: 16px weight 400
- Use: Toolbar/UI icons
- Focus: outline: `rgb(16, 16, 16) auto 1px`
**Light / Invert**
- Background: `#f0f0f0`
- Text: `#333333`
- Padding: 11px 20px
- Radius: 8px
- Font: 13px weight 600
- Use: Bright CTA on dark sections
- Focus: outline: `rgb(16, 16, 16) auto 1px`
**Light / Invert**
- Background: `#ffffff` `{colors.on-primary}`
- Text: `#181e25`
- Padding: 11px 20px
- Radius: 8px
- Border: 1px solid rgb(24, 30, 37)
- Font: 13px weight 600
- Use: Bright CTA on dark sections
- Focus: outline: `rgb(16, 16, 16) auto 1px`
### Cards & Containers
**Standard Card**
- Background: `transparent`
- Padding: 0px
- Radius: 0px
- Use: Content containers, listing items
## 4b. Component Behaviors (State Matrix)
### Interaction State Narrative
- **Button**:
- **focus:** opacity 0
*State transitions extracted via Playwright simulation — exact values in the YAML matrix below.*
```yaml
component-behaviors:
button:
default:
bg: "rgba(0, 0, 0, 0.05)"
fg: "rgb(24, 24, 27)"
focus:
bg: "rgba(0, 0, 0, 0.05)"
fg: "rgb(24, 24, 27)"
link:
default:
bg: "rgba(0, 0, 0, 0)"
fg: "rgb(24, 24, 27)"
card:
default:
bg: "rgba(0, 0, 0, 0)"
fg: "rgb(24, 24, 27)"
footerLink:
default:
bg: "rgba(0, 0, 0, 0)"
fg: "rgb(142, 142, 147)"
```
**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
- **7 shape(s)** in this system: `Pill`, `Ghost`, `Pill`, `Ghost`, `Icon Button`
- **DO NOT introduce new buttons variants** without justification
### Cards & Containers
- **1 shape(s)** in this system: `Standard Card`
- **DO NOT introduce new cards & containers variants** without justification
## 5. Layout Principles
### Layout Type
**top-nav + content**
### Grid
Single column, centered content
### Max Width
1200px
### Spacing System
Compact spacing — information density prioritized
| Token | Value |
|-------|-------|
| xxs | 2px |
| xs | 6px |
| sm | 40px |
| md | 60px |
| base | 80px |
| lg | 24px |
| xl | 32px |
| 2xl | 48px |
| 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 | 13px | Cards, containers |
| Lg | 22px | Large rounded elements, pill segments |
| Xl | 32px | Category strips, featured containers |
| Full | 9999px | Pills, avatars, circular elements |
### Shape Language
| Component | Border Radius |
|-----------|---------------|
| Buttons | `9999px` |
| Cards & Containers | `0px` |
| Page Body | `0px` |
**Shape Personality**: Sharp + Pill Contrast — Angular precision with pill-shaped accents (status badges, tags). Creates strong visual hierarchy.
**Full Radius Spectrum**: 0px, 4px, 8px, 12px, 13px, 16px, 22px, 24px (from `allBorderRadii` scan)
## 5b. Spacing Rhythm Names
*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** | `32px` | Between major bands (color change, content shift) |
| **subsection** | `24px` | Within a section, between content groups |
| **card** | `60px` | Card padding, list-item spacing |
| **compact** | `40px` | Form fields, tight clusters, badge padding |
| **micro** | `6px` | 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.**
### Hero Pattern
- **Composition:** split-right-text — Split layout, media-left/text-right — image in left column, heading + body in right column. Less common variant.
- **Viewport coverage:** full-viewport hero (≥70% screen height)
- **Heading:** "MiniMaxM2.7" — 16px center-aligned
- **Subheading:** "Enable Self-Improvement for Models, with Significant Improvement in Practical Capabilities Compared to M2.5"
- **Media:** present, positioned left
- **CTAs:** none detected in hero (unusual — agent should verify)
- **Clone instruction:** Reproduce the **split-right-text** layout. Use the heading font-size token at the documented size. Place media left of text.
### Card Grid Pattern
- **Card count:** 3 cards detected
- **Columns (desktop):** 1-up grid
- **Card dimensions:** 1320×348px (aspect 3.79:1)
- **Gap:** 0px between cards
- **Content:** ✗ no image
- **Clone instruction:** Build a 1-column grid (desktop) with cards at ~3.79:1 aspect ratio. Text/icon-only cards (no photography).
### Footer Pattern
- **Columns:** 1
- **Links:** 29 total
- **Height:** 672px
- **Includes:** ✗ no newsletter | ✓ social icons | ✓ copyright
- **Clone instruction:** Build a 1-column footer with ~29 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 |
| Layered (Level 1) | <br>`rgba(36, 36, 36, 0.08) 0px 12px 16px -4px` | Cards, elevated surfaces |
| Layered (Level 2) | <br>`rgba(36, 36, 36, 0.08) 0px 0px 16px -4px`,<br>`rgba(36, 36, 36, 0.03) 0px 0px 6px -2px` | Cards, elevated surfaces |
| Layered (Level 3) | <br>`rgba(0, 0, 0, 0.08) 0px 0px 22.576px 0px` | Cards, elevated surfaces |
| Layered (Level 4) | <br>`rgba(44, 30, 116, 0.16) 0px 0px 15px 0px` | Cards, elevated surfaces |
**Shadow Philosophy**: Multi-layered shadow system creating natural, atmospheric depth. Each shadow level combines multiple layers for realistic elevation.
## 7. Motion & Interaction
### Dominant Easing Curves
| Curve | Semantic Name |
|-------|---------------|
| `cubic-bezier(0.4,0,0.2,1)` | Material Standard — Balanced |
| `ease` | CSS ease — Default |
| `ease-out` | Ease Out — Decelerating |
### Duration Scale
| Value | Tier | Typical Use |
|-------|------|-------------|
| `150ms` | Fast | Hover states, micro-interactions |
| `200ms` | Normal | Panel open/close, navigation |
| `250ms` | Normal | Panel open/close, navigation |
| `300ms` | Normal | Panel open/close, navigation |
### Copy-Paste Transition Snippets
**All Props**
```css
transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
```
**All Props**
```css
transition: 0.3s cubic-bezier(0, 0, 0.2, 1);
```
**Color / Background**
```css
transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cub...;
```
**All Props**
```css
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
```
### Motion Fingerprint
- **Speed Character**: Balanced Pacing (median duration: `250ms`)
- **Dominant Easing**: custom cubic-bezier curves
> 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 Near Black (`#18181b`) for text — not pure black, it's warmer and more readable
- Use DM Sans as the primary typeface — it defines the brand personality
- Keep font weights between 400-500 — the system uses a narrow weight range for subtle hierarchy
- Use the extracted shadow patterns for elevation — they are tuned to match the brand palette
- Use full-pill radius (9999px) only for specific elements (avatars, pills, toggles)
- Use Primary (`#3b82f6`) as the primary accent — it's the brand's signature interactive color
- Use 12px border-radius on buttons — the standard corner rounding for interactive elements
- Make the hero full-viewport (≥70% screen height) — this design uses an immersive hero, not a tall navbar
- Build the hero as a split layout with media on the right — text and visual share equal weight
### Don't
- 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 use weight 700 (bold) or above — 500 is the maximum weight in this system
- Don't invent new shadow values — use only the extracted shadow levels
- Don't apply pill radius on rectangular buttons or cards — it's reserved for specific interactive elements
- Don't introduce additional saturated accent colors — the palette is intentionally controlled
## 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(255, 255, 255)` as the base canvas"
why: "Every component is designed to composit against this exact tone"
test: "document.body.style.backgroundColor === 'rgb(255, 255, 255)'"
- id: brand-accent-001
type: do
rule: "Reserve `#3b82f6` for primary CTAs and brand-mark signals only"
why: "Single chromatic assertion device — overuse dilutes meaning"
test: "querySelectorAll('[style*=\"#3b82f6\"]').length <= 3 per fold"
```
## 9. Responsive Behavior
### Breakpoints
| Name | Width | Key Changes |
|------|-------|-------------|
| Tablet | 768px | Multi-column grids begin |
| Tablet | 1024px | Multi-column grids begin |
### Token Diff — Desktop vs Mobile
| Element | Property | Desktop | Mobile |
|---------|----------|---------|--------|
| card | width | `1320px` | `100%` |
### 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: 0px 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):
- **Hero CTAs:** 0 on desktop → 2 on mobile.
## 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://filecdn.minimax.chat/public/58eca777-e31f-448a-9823-e2220e49b426.png (512×512px)
*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: 3.79:1 (ultra-wide cinematic)
- Rendered size: 1320×348px
- *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): 0 (0%)
- Portrait (<0.87): 10 (43%)
- Square (0.87–1.15): 8 (35%)
- Ultra-wide (>2.3): 5 (22%)
**Media Format Mix:**
- PNG: 12 (logos, transparent UI elements, mockups)
**Average rendered image size:** 414×272px
**Above-fold image count:** 12 / 23
**Decorative Patterns Detected:**
- **Glassmorphism** detected (`backdrop-filter: blur`) — layered transparent surfaces with blur, modern OS-like aesthetic
**Clone instruction for decorative work:** Glassmorphism is a brand signature — use `backdrop-filter: blur(20px)` on overlapping surfaces.
**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: Pure White (`#ffffff`)
- Primary text: Near Black (`#18181b`)
- Accent: Ring Blue (`#3b82f6`)
- Border: Cool Gray (`#aab1ba`)
- Font: DM Sans
- Body: 16px weight 400
### Example Component Prompts
- "Create a hero section on Pure White background (#ffffff). Headline at 16px DM Sans weight 400, line-height 1.5, color #18181b."
- "Create the primary CTA button: `#3b82f6` background, `#18181b` text, 9999px border-radius, 12px 24px padding, 700 weight, DM Sans font."
- "Design a card on `transparent` background. Border: none. Radius: 0px. Shadow: none. Padding: 0px."
- "Build navigation: sticky on `#ffffff`. DM Sans 16px weight 400 for links."
### Iteration Guide
1. **Canvas**: Set the light canvas to Pure White (`#ffffff`) — every component is composited against this exact base.
2. **Typography**: All type in DM Sans, weight range 400–500. Never exceed 500 — heavier weights break the brand's tonal restraint.
3. **Accent**: Ring Blue (`#3b82f6`) is the sole interactive color. On hover → M Tricolor Blue (`#2563eb`). Use CSS transitions, not opacity/brightness filters.
4. **Motion**: All transitions use `cubic-bezier(0.4,0,0.2,1)`. Never use linear for UI transitions — preserve the brand's easing personality.
5. **Shape**: CTAs at `12px`, cards at `0px`. Apply border-radius from the extracted scale only — don't invent intermediate values.
6. **Spacing**: Use the `--ca-space-*` token scale (6px–32px). 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-on-primary: #ffffff;
--ca-ink-subtle: #18181b;
--ca-primary: #3b82f6;
--ca-primary-hover: #2563eb;
--ca-hairline: #aab1ba;
--ca-primary-focus: #101010;
--ca-semantic-error: #cb2634;
--ca-semantic-success: #278f3c;
--ca-semantic-warning: #ff7d00;
}
/* Typography */
:root {
--ca-font-primary: "Outfit", system-ui, sans-serif;
--ca-text-display: 28px;
--ca-text-body: 16px;
--ca-text-button: 14px;
}
/* Spacing & Radius */
:root {
--ca-space-xxs: 2px;
--ca-space-xs: 6px;
--ca-space-sm: 40px;
--ca-space-md: 60px;
--ca-space-base: 80px;
--ca-space-lg: 24px;
--ca-space-xl: 32px;
--ca-space-2xl: 48px;
--ca-space-3xl: 64px;
--ca-radius-none: 0px;
--ca-radius-xs: 4px;
--ca-radius-sm: 8px;
--ca-radius-md: 13px;
--ca-radius-lg: 22px;
--ca-radius-xl: 32px;
--ca-radius-full: 9999px;
}
```
## 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: main-content
tag: main
height: 2424px
width: full-bleed
layout: block
children: 4
- section: section-4
tag: section
classes: ["relative", "h-[630px]", "flex", "flex-col"]
height: 630px
width: full-bleed
layout: flex-column justify=center
children: 2
- section: unknown
tag: div
classes: ["swiper-wrapper"]
height: 582px
width: 1320px
layout: flex-row justify=normal
children: 2
- section: unknown
tag: div
classes: ["fixed", "bottom-0", "left-0", "right-0"]
height: 229px
width: full-bleed
layout: block
children: 1
bg: "rgb(255, 255, 255)"
- section: section-5
tag: section
classes: ["overflow-hidden"]
height: 658px
width: full-bleed
layout: block
children: 1
- section: unknown
tag: div
classes: ["swiper-wrapper"]
height: 436px
width: 1320px
layout: flex-row justify=normal
children: 6
- section: section-6
tag: section
classes: ["overflow-hidden"]
height: 658px
width: full-bleed
layout: block
children: 1
- section: unknown
tag: div
classes: ["swiper-wrapper"]
height: 436px
width: 1320px
layout: flex-row justify=normal
children: 5
- section: section-7
tag: section
classes: ["bg-white"]
height: 358px
width: full-bleed
layout: block
children: 1
bg: "rgb(255, 255, 255)"
- section: footer
tag: footer
classes: ["bg-black", "px-6", "md:px-[60px]", "pt-20"]
height: 672px
width: full-bleed
layout: block
children: 1
bg: "rgb(0, 0, 0)"
padding: "80px 60px 40px"
```
**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:
- "Full-Stack Model Matrix"
- "MiniMax"
sub-headings:
- "Cookie Consent"
ctas:
- "MiniMax M2.7"
- "Contact Us"
- "API Platform"
- "Access API Now"
- "Learn More"
- "Reject All"
- "Customize"
footer-links:
- "MiniMax M2.7"
```
**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:
logo:
count: 1
avg-ratio: 4.38
common-aspect: "~16:6 banner"
sample-alts:
- "MiniMax"
hero:
count: 4
avg-ratio: 3.79
common-aspect: "~16:6 banner"
thumbnail:
count: 12
avg-ratio: 1.00
common-aspect: "~1:1 square"
sample-alts:
- "LLM"
- "VIDEO"
- "SPEECH & MUSIC"
```
**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">
MiniMax M2.7
</button>
```
_Source pattern detected: padding `8px 24px` · radius `12px` · 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.
## 12. Known Extraction Gaps
*Auto-detected limitations of this extraction — understand before building:*
- **Limited breakpoint data** — fewer than 3 media query breakpoints detected. The site may use fluid CSS (clamp/vw) or container queries for responsiveness rather than traditional breakpoints.
- **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.
---
## Extraction Completeness: 55/100 (D)
| Category | Score | Max | Detail |
|----------|-------|-----|--------|
| Colors & Palette | 24 | 25 | 17 named colors |
| Typography | 13 | 20 | 5 roles defined |
| Components | 8 | 20 | 2 specs extracted |
| Motion & Interaction | 2 | 15 | No keyframes |
| CSS Custom Properties | 7 | 10 | 138 vars |
| Responsive Breakpoints | 2 | 5 | 2 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.
| Category | What's missing | Fallback strategy |
|----------|----------------|-------------------|
| **Keyframe animations** | No @keyframes declarations found (transitions only) | Use CSS transitions for state changes; avoid complex scroll-based animations |
| **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 | 138 CSS vars (semantic naming requires ≥20 for high) |
| §3 Typography | High | 5 typography roles inferred |
| §4 Components | Low | 2 component variants captured |
| §7 Motion | Medium | Transitions only |
| §8 Do's/Don'ts | High | 15 rules generated; design-decisions.json has evidence per rule |
| §9 Responsive | Medium | 2 breakpoints detected |
| §9b Photography | High | 23 images, hero present |
---
*Generated by Clone Architect — automated Playwright extraction + design analysis.*
*Source: https://minimax.io | 2026-05-30T20:39:21.563Z*
*All values verified via getComputedStyle() — no approximation, no hallucination.*
Re-extract: clone-architect update minimax.io