---
version: alpha
name: auroxdashboard.com
description: "Dark-canvas product system built on #22222b with #ffffff as the single brand accent. Type anchored in Inter var at 48px / weight 600. Extracted automatically from https://auroxdashboard.com/ — rendered styles via getComputedStyle() + CSS custom properties (token-only values may not be painted)."
narrative: |
  auroxdashboard.com is built on a near-black canvas (rgb(34, 34, 43)).
  The system uses rgb(255, 255, 255) as the singular interactive color.
  Moderately rounded CTAs (12px) — modern SaaS standard, neither sharp nor pill alongside Inter var as the primary typeface.
  A restrained elevation system (1 distinct shadow) — shadows reserved for the few elements that must lift off the page.
  Motion is a first-class concern — 41 keyframe animations plus transition-driven interactions.

colors:
  canvas: "#22222b"
  surface-1: "#22222b"
  surface-2: "#22222b"
  ink: "#ffffff"
  ink-muted: "rgba(255, 255, 255, 0.65)"
  ink-subtle: "#ffffff"
  primary: "#ffffff"
  on-primary: "#111111"
  primary-hover: "#e8c292"
  hairline: "rgba(255, 255, 255, 0.1)"
  primary-focus: "#2563eb"
  semantic-error: "#ef4444"
  semantic-success: "#10b981"
  semantic-warning: "#f1c40f"
  semantic-info: "#3498db"

typography:
  headline:
    fontFamily: "Inter var, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
    fontSize: 30px
    fontWeight: 700
    lineHeight: 1.2
    letterSpacing: 0
  body:
    fontFamily: "Inter var, '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 var, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
    fontSize: 14px
    fontWeight: 400
    lineHeight: 1.43
    letterSpacing: 0
  button:
    fontFamily: "Inter var, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
    fontSize: 14px
    fontWeight: 600
    lineHeight: 1.43
    letterSpacing: 0

rounded:
  none: 0px
  xs: 12px
  sm: 20px
  md: 28px
  lg: 36px
  xl: 44px
  pill: 9999px

spacing:
  xxs: 2px
  xs: 12px
  sm: 16px
  md: 24px
  lg: 40px
  xl: 48px
  xxl: 64px

components:
  input-text-input:
    backgroundColor: "{colors.surface-2}"
    textColor: "{colors.hairline}"
    typography: "{typography.button}"
    rounded: "{rounded.xs}"
    padding: 12px 16px

extracted_at: "2026-06-11T06:01:39.281Z"
completeness: 45
scoreVersion: "v2"

---

# Design System — auroxdashboard.com
> Extracted automatically by Prism from https://www.auroxdashboard.com/
> 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 &nbsp;|&nbsp; **Motion**: expressive &nbsp;|&nbsp; **Weight**: heavy &nbsp;|&nbsp; **Aesthetic**: dark-premium

| Dimension | Value | Signal |
|---|---|---|
| Canvas | dark | `#22222b` |
| Type posture | sans-led (Inter var) | display type |
| Color assertion | dual-accent | #ffffff |
| Whitespace | moderate | section rhythm 56px |
| Interaction | expressive | 41 keyframes, 1 transitions |
| Radius language | 12px-rounded | from token scale |

**Prism fingerprint**: `dark-canvas · sans-display · dual-accent · 12px-rounded · expressive-motion`

> **🤖 TL;DR for AI agents** (read this first — saves you scanning the full doc):
>
> - **Canvas**: `rgb(34, 34, 43)` 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**: 56px between major bands. Card padding: 40px.
> - **Default radius**: 20px 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

auroxdashboard.com commits fully to dark-mode as the native medium, not as a toggled alternative. The canvas is a dark surface (`#22222b`) where elevation is communicated through subtle white-opacity gradations rather than traditional shadows — semi-transparent white borders act as the primary depth indicator, like wireframes etched in moonlight. 

Typography is anchored in **Inter var**. 

Body text reads in Pure White (`#ffffff`). **Pure White** (`#ffffff`) provides interactive distinction without visual aggression. Elevation comes from a small, deliberate set of shadows (1 distinct), each a multi-layer stack — several blurred layers at varying offsets — used sparingly rather than across the whole UI. 


**Key Characteristics:**
- Background: Near-Black (`#22222b`)
- Primary typeface: InterVariable
- Primary text: Whitesmoke (`#e5e7eb`)
- Accent: Pure White (`#ffffff`)
- Shadow system: 1 distinct elevation levels
- Custom fonts loaded: InterVariable, Inter var, Inter, InterDisplay

## 2. Color Palette & Roles

### Background & Surface
- **Near-Black** (`#22222b`): Page background (primary)
- **Pure Black** (`#000000`): Surface / elevated background

### Text & Content
- **Pure White** (`#ffffff`): Primary body text
- **Text Muted** (`#94a3b8`): Text (CSS var)
- **Text Primary** (`#f1f5f9`): Text (CSS var)
- **#e8c292** (`#e8c292`): Secondary text

### Accent & Interactive
- **Primary Color** (`#2563eb`): Accent / interactive (CSS var)

### Border & Divider
- **Border Color** (`#475569`): Border (CSS var)

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

- `#e5e7eb` — Whitesmoke
- `#f1c40f` — Amber *(token)*
- `#ef4444` — Vermillion *(token)*
- `#10b981` — Emerald *(token)*
- `#616161` — Slate Grey *(token)*
- `#3498db` — #3498db *(token)*
- `#f59e0b` — #f59e0b *(token)*
- `#334155` — Dark Gray *(token)*
- `#e74c3c` — Vermillion *(token)*
- `#3b82f6` — Ring Blue *(token)*
- `#757575` — Slate Grey *(token)*
- `#121212` — Near-Black *(token)*
- `#07bc0c` — #07bc0c *(token)*
- `#bb86fc` — #bb86fc *(token)*
- `#4cd964` — #4cd964 *(token)*
- `#5ac8fa` — #5ac8fa *(token)*
- `#007aff` — #007aff *(token)*
- `#34aadc` — #34aadc *(token)*
- `#5856d6` — Slate Blue *(token)*
- `#ff2d55` — Warm Rose *(token)*
- `#e0e0e0` — Whitesmoke *(token)*
- `#1e293b` — Charcoal *(token)*

### CSS Custom Properties (Design Tokens)

**Shadow Token**
- `--tw-ring-offset-shadow`: `0 0 #0000`
- `--tw-ring-shadow`: `0 0 #0000`
- `--tw-drop-shadow`: ``
- `--shadow-lg`: `0 10px 15px -3px rgba(0, 0, 0, .3)`

**Warning**
- `--toastify-color-warning`: `#f1c40f`
- `--toastify-text-color-warning`: `#fff`
- `--toastify-icon-color-warning`: `#f1c40f`

**Z-Index Token**
- `--toastify-z-index`: `9999`

**Error / Destructive**
- `--toastify-text-color-error`: `#fff`
- `--toastify-color-error`: `#e74c3c`
- `--toastify-icon-color-error`: `#e74c3c`

**Spacing Token**
- `--tw-numeric-spacing`: ``
- `--tw-border-spacing-x`: `0`
- `--tw-border-spacing-y`: `0`

**Font Family Token**
- `--toastify-font-family`: `sans-serif`

**Success**
- `--toastify-icon-color-success`: `#07bc0c`
- `--toastify-text-color-success`: `#fff`
- `--toastify-color-success`: `#07bc0c`

**Motion Token**
- `--transition-fast`: `.2s cubic-bezier(.4, 0, .2, 1)`

**Other tokens**
- `--primary-color`: `#2563eb`
- `--danger-color`: `#ef4444`
- `--success-color`: `#10b981`
- `--toastify-spinner-color`: `#616161`
- `--toastify-color-info`: `#3498db`
- `--warning-color`: `#f59e0b`
- `--text-muted`: `#94a3b8`
- `--border-color`: `#475569`

## 3. Typography Rules

### Font Families
- **Primary**: `Inter var`
- **Secondary**: `InterVariable`
- **Font 3**: `Inter`
- **Font 4**: `InterDisplay`

### Custom Fonts Loaded
- **InterVariable** weight 100 900 (normal)
- **Inter var** weight 100 900 (normal)
- **Inter** weight 100 (normal)
- **Inter** weight 200 (normal)
- **Inter** weight 300 (normal)
- **Inter** weight 400 (normal)
- **Inter** weight 500 (normal)
- **Inter** weight 600 (normal)
- **Inter** weight 700 (normal)
- **Inter** weight 800 (normal)
- **Inter** weight 900 (normal)
- **InterDisplay** weight 100 (normal)
- **InterDisplay** weight 200 (normal)
- **InterDisplay** weight 300 (normal)
- **InterDisplay** weight 400 (normal)
- **InterDisplay** weight 500 (normal)
- **InterDisplay** weight 600 (normal)
- **InterDisplay** weight 700 (normal)
- **InterDisplay** weight 800 (normal)
- **InterDisplay** weight 900 (normal)

### Typography Hierarchy

| Role | Font | Size | Weight | Line Height | Letter Spacing | Notes |
|------|------|------|--------|-------------|----------------|-------|
| Label Heading | Inter var | 30px | 700 | 1.2 | normal | Small heading (H4) |
| Body | Inter var | 16px | 400 | 1.5 | normal | Standard reading text |
| Button | Inter var | 14px | 600 | 1.43 | normal | Button label (14px) |
| Link | Inter var | 14px | 400 | 1.43 | normal | Link (14px) — Decoration: none |

### Full Font Size Scale

Sizes detected in the design (descending): `30px`, `16px`, `14px`

## 4. Component Stylings

### Inputs & Forms

**Text Input**
- Background: `#22222b` `{colors.surface-2}`
- Text: `#ffffff` `{colors.hairline}`
- Padding: 12px 16px
- Radius: 12px
- Border: 1px solid rgba(255, 255, 255, 0.1)
- Shadow: `rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px`
- Font: 14px weight 400
- Use: Text fields, search inputs
- Focus: outline: `rgba(0, 0, 0, 0) 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: "rgb(255, 255, 255)"
      fg: "rgb(0, 0, 0)"
    focus:
      bg: "transparent"
      fg: "inherit"
  input:
    default:
      bg: "rgb(34, 34, 43)"
      fg: "rgb(255, 255, 255)"
      border: "1px solid rgba(255, 255, 255, 0.1)"
      shadow: "rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1"
    focus:
      bg: "transparent"
      fg: "inherit"
  link:
    default:
      bg: "rgba(0, 0, 0, 0)"
      fg: "rgb(232, 194, 146)"
```

**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.*

### Inputs & Forms
- **1 shape(s)** in this system: `Text Input`
- **DO NOT introduce new inputs & forms 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 | 12px |
| sm | 16px |
| md | 24px |
| base | 32px |
| lg | 40px |
| xl | 48px |
| 2xl | 56px |
| 3xl | 64px |

### Border Radius Scale
| Name | Value | Use |
|------|-------|-----|
| None | 0px | No rounding |
| Xs | 12px | Tiny corners (badges, micro elements) |
| Sm | 20px | Buttons, inputs, small elements |
| Md | 28px | Cards, containers |
| Lg | 36px | Large rounded elements, pill segments |
| Xl | 44px | Category strips, featured containers |
| Full | 9999px | Pills, avatars, circular elements |

### Shape Language

| Component | Border Radius |
|-----------|---------------|
| Inputs & Forms | `12px` |
| Page Body | `0px` |
| Primary Input | `12px` |

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

**Full Radius Spectrum**: 12px (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** | `48px` | Between major bands (color change, content shift) |
| **subsection** | `40px` | Within a section, between content groups |
| **card** | `24px` | Card padding, list-item spacing |
| **compact** | `16px` | Form fields, tight clusters, badge padding |
| **micro** | `12px` | 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).

**1/8 structural patterns detected.**

### Footer Pattern

- **Columns:** 1
- **Links:** 0 total
- **Height:** 112px
- **Includes:** ✗ no newsletter | ✗ no social |  ✓ copyright
- **Clone instruction:** Build a 1-column footer with ~0 links per column, and a copyright line.

## 6. Depth & Elevation

| Level | Treatment | Use |
|-------|-----------|-----|
| Flat (Level 0) | No shadow | Page background, content blocks |
| Layered (Level 1) | <br>`rgba(0, 0, 0, 0.1) 0px 1px 3px 0px`,<br>`rgba(0, 0, 0, 0.1) 0px 1px 2px -1px` | 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

### Keyframe Animation Catalog

| Animation Name | Type | Animated Props | Use Hint |
|----------------|------|----------------|----------|
| `svelte-w9y5n9-backAndForth` | Slide | transform | UI transition |
| `svelte-1ocfouu-rotate` | Rotate / Spin | transform | Loading indicator |
| `pulse` | Fade | opacity | Attention / status |
| `modeSwitch` | Fade + Move | opacity, transform | UI transition |
| `ftPulseGlowRed` | Custom | text-shadow | Attention / status |
| `slideIn` | Fade + Move | transform, opacity | Panel / drawer enter |
| `pulseDot` | Custom | box-shadow | Attention / status |
| `modeSwitchPulse` | Fade + Move | transform, opacity | Attention / status |
| `kf-linear-progress__bar1--indeterminate` | Custom | left, right | UI transition |
| `kf-linear-progress__bar2--indeterminate` | Custom | left, right | UI transition |
| `Toastify__trackProgress` | Scale | transform | UI transition |
| `Toastify__bounceInRight` | Fade + Move | animation-timing-function, opacity, transform | Playful feedback |
| `Toastify__bounceOutRight` | Fade + Move | opacity, transform | Playful feedback |
| `Toastify__bounceInLeft` | Fade + Move | animation-timing-function, opacity, transform | Playful feedback |
| `Toastify__bounceOutLeft` | Fade + Move | opacity, transform | Playful feedback |
| `Toastify__bounceInUp` | Fade + Move | animation-timing-function, opacity, transform | Playful feedback |
| `Toastify__bounceOutUp` | Fade + Move | transform, opacity | Playful feedback |
| `Toastify__bounceInDown` | Fade + Move | animation-timing-function, opacity, transform | Playful feedback |
| `Toastify__bounceOutDown` | Fade + Move | transform, opacity | Playful feedback |
| `Toastify__zoomIn` | Fade + Move | opacity, transform | Focus / emphasis |

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

### Motion Fingerprint

- **Dominant Easing**: standard CSS easings
- **Animation Library**: 41 unique animations (41 total including variants)

## 8. Do's and Don'ts

### Do
- Use dark background (`#22222b`) as the foundation — this is a dark-mode-native design
- Use Inter var as the primary typeface — it defines the brand personality
- Keep font weights between 400-600 — 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 Pure White (`#ffffff`) 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
- Style form inputs with a `1px solid rgba(255, 255, 255, 0.1)` border — use border-based inputs, not floating labels or underline-only

### Don't
- Don't use light backgrounds — the dark canvas is the native medium
- Don't substitute with generic sans-serif or serif — the custom font carries the brand
- Don't use weight 700 (bold) or above — 600 is the maximum weight in this system
- 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 remove the input border — the border is the primary affordance indicator for form fields
- Don't over-build the footer — this design keeps it minimal (1 cols, 0 links)


## 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(34, 34, 43)` as the base canvas"
    why: "Every component is designed to composit against this exact tone"
    test: "document.body.style.backgroundColor === 'rgb(34, 34, 43)'"
  - 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"
```

## 9. Responsive Behavior

### Breakpoints
| Name | Width | Key Changes |
|------|-------|-------------|
| Mobile | 480px | Single column, compact spacing |
| Mobile Large | 640px | Expanded mobile layout |
| Mobile Large | 720px | Expanded mobile layout |
| Tablet | 768px | Multi-column grids begin |
| Tablet | 1024px | Multi-column grids begin |
| Desktop | 1280px | Full feature layout |

### Token Diff — Desktop vs Mobile

| Element | Property | Desktop | Mobile |
|---------|----------|---------|--------|
| button | width | `384px` | `312px` |

### 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: 12px 16px 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):

*No major structural differences detected between desktop and mobile widgets. The same blueprints scale rather than collapse — verify by inspecting actual mobile render.*


## 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.*

- **CSS-variable animations** (2) — animated custom properties.

> **Motion fingerprint**: standard CSS transitions only

## 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.

**Hero Image (above-fold dominant visual):**
- Aspect: 1.33:1 (landscape)
- Rendered size: 128×96px
- Alt text: "Aurox - Drone & Dairy Data Experts"
- *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): 1 (100%)
- Portrait (<0.87): 0 (0%)
- Square (0.87–1.15): 0 (0%)

**Media Format Mix:**
- PNG: 1 (logos, transparent UI elements, mockups)

**Average rendered image size:** 128×96px
**Above-fold image count:** 1 / 1

**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: Near-Black (`#22222b`)
- Primary text: Pure White (`#ffffff`)
- Accent: Pure White (`#ffffff`)
- Border: Translucent Pure White (10%) (`rgba(255, 255, 255, 0.1)`)
- Font: Inter var
- Body: 16px weight 400

### Example Component Prompts
- "Create the primary CTA button: `#ffffff` background, `#000000` text, 12px border-radius, 12px 16px padding, 600 weight, Inter var font."
- "Build navigation: sticky on `#22222b`. Inter var 16px weight 400 for links."

### Iteration Guide
1. **Canvas**: Set the dark canvas to Near-Black (`#22222b`) — every component is composited against this exact base.
2. **Typography**: All type in Inter var, weight range 400–600. Never exceed 600 — heavier weights break the brand's tonal restraint.
3. **Accent**: Pure White (`#ffffff`) is the sole interactive color. On hover → #e8c292 (`#e8c292`). Use CSS transitions, not opacity/brightness filters.
4. **Shape**: CTAs at `12px`. Apply border-radius from the extracted scale only — don't invent intermediate values.
5. **Spacing**: Use the `--ca-space-*` token scale (12px–48px). All padding, margin, and gap values are multiples from this scale — no magic numbers.
6. **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: #22222b;
  --ca-hairline: #ffffff;
  --ca-on-primary: #111111;
  --ca-primary-hover: #e8c292;
  --ca-primary-focus: #2563eb;
  --ca-semantic-error: #ef4444;
  --ca-semantic-success: #10b981;
  --ca-semantic-warning: #f1c40f;
  --ca-semantic-info: #3498db;
}

/* Typography */
:root {
  --ca-font-primary: "Inter var", system-ui, sans-serif;
  --ca-text-body: 16px;
  --ca-text-small: 14px;
  --ca-text-button: 14px;
}

/* Spacing & Radius */
:root {
  --ca-space-xxs: 2px;
  --ca-space-xs: 12px;
  --ca-space-sm: 16px;
  --ca-space-md: 24px;
  --ca-space-base: 32px;
  --ca-space-lg: 40px;
  --ca-space-xl: 48px;
  --ca-space-2xl: 56px;
  --ca-space-3xl: 64px;
  --ca-radius-none: 0px;
  --ca-radius-xs: 12px;
  --ca-radius-sm: 20px;
  --ca-radius-md: 28px;
  --ca-radius-lg: 36px;
  --ca-radius-xl: 44px;
  --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: unknown
    tag: div
    height: 900px
    width: full-bleed
    layout: block
    children: 2
  - section: unknown
    tag: div
    classes: ["mx-auto", "flex", "flex-col", "justify-between"]
    height: 900px
    width: 960px
    layout: flex-column justify=space-between
    children: 3
    bg: "rgb(34, 34, 43)"
    tone: dark
```

**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:
  ctas:
    - "Log in"
```

**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">
  Log in
</button>
```
_Source pattern detected: padding `12px 16px` · radius `12px` · weight `600`_

**Agent rule**: use these markup skeletons as the structural baseline. Apply tokens from §2-3 for visual styling.


---
## Extraction Completeness: 45/100 (D)

| Category | Score | Max | Detail |
|----------|-------|-----|--------|
| Colors & Palette | 11 | 25 | 8 named colors |
| Typography | 10 | 20 | 4 roles defined |
| Components | 4 | 20 | 1 specs extracted |
| Motion & Interaction | 10 | 15 | Keyframes |
| CSS Custom Properties | 5 | 10 | 95 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 (InterVariable, Inter var, 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.

*✅ No critical extraction gaps detected — high-confidence reproduction expected.*

### Per-section confidence

| Section | Confidence | Reason |
|---------|------------|--------|
| §1 Visual Theme | High | Body bg extracted via getComputedStyle() |
| §2 Colors | High | 95 CSS vars (semantic naming requires ≥20 for high) |
| §3 Typography | Medium | 4 typography roles inferred |
| §4 Components | Low | 1 component variants captured |
| §7 Motion | High | Keyframes + transitions |
| §8 Do's/Don'ts | High | 14 rules generated; design-decisions.json has evidence per rule |
| §9 Responsive | High | 6 breakpoints detected |
| §9b Photography | High | 1 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

1 font file(s) captured (344KB total). When running `prism add`, fonts are saved to `extractions/auroxdashboard.com/fonts/` and embedded as base64 in the output HTML.

**@font-face declarations to use:**
```css
@font-face {
  font-family: 'InterVariable';
  /* src: url('/fonts/InterVariable.woff2') format('woff2'); */
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'InterVariable';
  /* src: url('/fonts/InterVariable.woff2') format('woff2'); */
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter var';
  /* src: url('/fonts/Inter-var.woff2') format('woff2'); */
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter var';
  /* src: url('/fonts/Inter-var.woff2') format('woff2'); */
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  /* src: url('/fonts/Inter.woff2') format('woff2'); */
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  /* src: url('/fonts/Inter.woff2') format('woff2'); */
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  /* src: url('/fonts/Inter.woff2') format('woff2'); */
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  /* src: url('/fonts/Inter.woff2') format('woff2'); */
  font-weight: 200;
  font-style: italic;
  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: 300;
  font-style: italic;
  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: 400;
  font-style: italic;
  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: 500;
  font-style: italic;
  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: 600;
  font-style: italic;
  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';
  /* src: url('/fonts/Inter.woff2') format('woff2'); */
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  /* src: url('/fonts/Inter.woff2') format('woff2'); */
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  /* src: url('/fonts/Inter.woff2') format('woff2'); */
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  /* src: url('/fonts/Inter.woff2') format('woff2'); */
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  /* src: url('/fonts/Inter.woff2') format('woff2'); */
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'InterDisplay';
  /* src: url('/fonts/InterDisplay.woff2') format('woff2'); */
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'InterDisplay';
  /* src: url('/fonts/InterDisplay.woff2') format('woff2'); */
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'InterDisplay';
  /* src: url('/fonts/InterDisplay.woff2') format('woff2'); */
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'InterDisplay';
  /* src: url('/fonts/InterDisplay.woff2') format('woff2'); */
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'InterDisplay';
  /* src: url('/fonts/InterDisplay.woff2') format('woff2'); */
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'InterDisplay';
  /* src: url('/fonts/InterDisplay.woff2') format('woff2'); */
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'InterDisplay';
  /* src: url('/fonts/InterDisplay.woff2') format('woff2'); */
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'InterDisplay';
  /* src: url('/fonts/InterDisplay.woff2') format('woff2'); */
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'InterDisplay';
  /* src: url('/fonts/InterDisplay.woff2') format('woff2'); */
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'InterDisplay';
  /* src: url('/fonts/InterDisplay.woff2') format('woff2'); */
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'InterDisplay';
  /* src: url('/fonts/InterDisplay.woff2') format('woff2'); */
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'InterDisplay';
  /* src: url('/fonts/InterDisplay.woff2') format('woff2'); */
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'InterDisplay';
  /* src: url('/fonts/InterDisplay.woff2') format('woff2'); */
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'InterDisplay';
  /* src: url('/fonts/InterDisplay.woff2') format('woff2'); */
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'InterDisplay';
  /* src: url('/fonts/InterDisplay.woff2') format('woff2'); */
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'InterDisplay';
  /* src: url('/fonts/InterDisplay.woff2') format('woff2'); */
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'InterDisplay';
  /* src: url('/fonts/InterDisplay.woff2') format('woff2'); */
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'InterDisplay';
  /* src: url('/fonts/InterDisplay.woff2') format('woff2'); */
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
```

### Keyframe Animations (Intercepted from CSS)

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

```
@keyframes svelte-w9y5n9-backAndForth { ... }
@keyframes svelte-1ocfouu-rotate { ... }
@keyframes pulse { ... }
@keyframes modeSwitch { ... }
@keyframes ftPulseGlowRed { ... }
@keyframes slideIn { ... }
@keyframes pulseDot { ... }
@keyframes modeSwitchPulse { ... }
@keyframes kf-linear-progress__bar1--indeterminate { ... }
@keyframes kf-linear-progress__bar2--indeterminate { ... }
@keyframes Toastify__trackProgress { ... }
@keyframes Toastify__bounceInRight { ... }
@keyframes Toastify__bounceOutRight { ... }
@keyframes Toastify__bounceInLeft { ... }
@keyframes Toastify__bounceOutLeft { ... }
@keyframes Toastify__bounceInUp { ... }
@keyframes Toastify__bounceOutUp { ... }
@keyframes Toastify__bounceInDown { ... }
@keyframes Toastify__bounceOutDown { ... }
@keyframes Toastify__zoomIn { ... }
@keyframes Toastify__zoomOut { ... }
@keyframes Toastify__flipIn { ... }
@keyframes Toastify__flipOut { ... }
@keyframes Toastify__slideInRight { ... }
@keyframes Toastify__slideInLeft { ... }
@keyframes Toastify__slideInUp { ... }
@keyframes Toastify__slideInDown { ... }
@keyframes Toastify__slideOutRight { ... }
@keyframes Toastify__slideOutLeft { ... }
@keyframes Toastify__slideOutDown { ... }
@keyframes Toastify__slideOutUp { ... }
@keyframes Toastify__spin { ... }
@keyframes expandWidth { ... }
@keyframes fadeIn { ... }
@keyframes fadeOut { ... }
@keyframes slideInFromBottom { ... }
@keyframes slideOutToBottom { ... }
@keyframes slide-up { ... }
@keyframes spin { ... }
@keyframes enter { ... }
@keyframes exit { ... }
```

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

```css
@keyframes svelte-w9y5n9-backAndForth{0%{transform:translate(0)}10%{transform:translate(0)}45%{transform:translate(calc(-100% + 270px))}55%{transform:translate(calc(-100% + 270px))}90%{transform:translate(0)}
@keyframes svelte-1ocfouu-rotate{0%{transform:rotate(0)}
@keyframes pulse{0%,to{opacity:.6}50%{opacity:.3}}
@keyframes modeSwitch{0%{opacity:.8;transform:scale(.98)}50%{opacity:.9;transform:scale(1.01)}
@keyframes ftPulseGlowRed{0%,to{text-shadow:0 0 0 rgba(239,68,68,0)}50%{text-shadow:0 0 6px rgba(239,68,68,.75),0 0 12px rgba(239,68,68,.45)}}
@keyframes slideIn{0%{transform:translate(100%);opacity:0}
@keyframes pulseDot{0%{box-shadow:0 0 #ff6b6bb3}50%{box-shadow:0 0 0 6px #ff6b6b00}
@keyframes modeSwitchPulse{0%{transform:scale(1)}50%{transform:scale(1.05);opacity:.8}
@keyframes kf-linear-progress__bar1--indeterminate{0%{left:-35%;right:100%}60%{left:100%;right:-90%}
@keyframes kf-linear-progress__bar2--indeterminate{0%{left:-200%;right:100%}60%{left:107%;right:-8%}
@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}
@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}
@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}
@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}
@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}
@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}
@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}
@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}
@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}
@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}
@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}
@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}
@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}
@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}
@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}
@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}
@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}
@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}
@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}
@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}
@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}
@keyframes Toastify__spin{0%{transform:rotate(0)}
@keyframes expandWidth{0%{width:0}
@keyframes fadeIn{0%{opacity:0}
@keyframes fadeOut{0%{opacity:1}
@keyframes slideInFromBottom{0%{transform:translateY(1rem);opacity:0}
@keyframes slideOutToBottom{0%{transform:translateY(0);opacity:1}
@keyframes slide-up{0%{transform:translateY(100%)}
@keyframes spin{0%{transform:rotate(0)}
@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))}}
```
</details>

### Brand Gradient Palette

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

```css
/* Gradient 1 */
background: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );

```

### Hover State CSS (Intercepted)

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

```css
form.svelte-bz0zu3.svelte-bz0zu3,form.svelte-bz0zu3.svelte-bz0zu3:focus-within,form.svelte-bz0zu3.svelte-bz0zu3:hover{width:270px;max-width:270px}

form.svelte-bz0zu3 input.svelte-bz0zu3::-moz-placeholder,form.svelte-bz0zu3:focus-within input.svelte-bz0zu3::-moz-placeholder,form.svelte-bz0zu3:hover input.svelte-bz0zu3::-moz-placeholder{opacity:1}

form.svelte-bz0zu3 input.svelte-bz0zu3::placeholder,form.svelte-bz0zu3:focus-within input.svelte-bz0zu3::placeholder,form.svelte-bz0zu3:hover input.svelte-bz0zu3::placeholder{opacity:1}

div.error.svelte-bz0zu3 button.svelte-bz0zu3:hover svg,div.error.svelte-bz0zu3 button.svelte-bz0zu3:active svg{fill:#444952}

button.svelte-bz0zu3.svelte-bz0zu3:hover{background-color:transparent}

button.svelte-bz0zu3:hover svg,button.svelte-bz0zu3:active svg{fill:#2b8bfb}

.maptiler-ctrl form.svelte-bz0zu3.svelte-bz0zu3,.maptiler-ctrl form.svelte-bz0zu3.svelte-bz0zu3:focus-within,.maptiler-ctrl form.svelte-bz0zu3.svelte-bz0zu3:hover{width:270px;max-width:270px}

.address-search-wrapper .suggestions li:hover,.address-search-wrapper ul li:hover,.address-search-wrapper [class*=suggestion]:hover,.address-search-wrapper .suggestions li.active,.address-search-wrapper ul li.active,.address-search-wrapper [class*=suggestion].active{background-color:#2563eb!important}

.feed-item-drag-handle:hover{transform:scale(1.02);box-shadow:var(--shadow-lg)}

.overflow-x-auto::-webkit-scrollbar-thumb:hover{background:var(--surface-hover)}

.forecast-alert-close:hover{opacity:1}

.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}
```

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

### Real Responsive Breakpoints
**12 breakpoints** read from the live `@media` rules (not guessed):
`480px` · `600px` · `640px` · `641px` · `720px` · `768px` · `769px` · `1024px` · `1180px` · `1200px` · `1280px` · `1536px`

### Measured Design Scale
**Type scale by usage** (× = paint count): `16px`×19 · `14px`×15 · `30px`×2

**Radius scale** (× = paint count): `12px`×4

**Weights** (× = paint count): `400`×32 · `700`×2 · `600`×2

**Layout gaps** (× = paint count): `8px`×1

**Elevation (real shadows)**:
```css
rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px
```

### 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:#22222b }
body { font-family:Inter var,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" }
body { color:rgb(255 255 255 / var(--tw-text-opacity, 1)) }
button { font-family:inherit; font-size:100%; font-weight:inherit; color:inherit }
button { border-radius:.75rem }
button { background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1)) }
button { font-size:.875rem }
button { font-weight:600 }
button { color:rgb(0 0 0 / var(--tw-text-opacity, 1)) }
input { font-family:inherit; font-size:100%; font-weight:inherit; color:inherit }
input { border-radius:.75rem }
input { background-color:rgb(34 34 43 / var(--tw-bg-opacity, 1)) }
```

> 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://www.auroxdashboard.com/ | 2026-06-11T06:01:39.301Z*
*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.*
