MozaikaLive decode

eToro Mobile — decoded design system

etoro.com · dark · consumer · deep decode — measured live

eToro Mobile's design system, decoded live by Mozaika: measured color roles, type scale, buttons with real hover/focus states, motion and the brand's own tokens.

Open in Mozaika →

This is a static, crawlable rendering for search & AI engines. The interactive version — filters, live decode console, copy & export — is at https://mozaika.design/decode/etoro.com.

Decoded design system

eToro Mobile's decoded design system: background #0C0D11, text #FFFFFF, accent #3CBDFF, link #10110E, primary #3CBDFF; type scale h1 72px / h2 56px / body 18px; 8px spacing base; 12px base radius. The single interactive/action color is #6DFF8A — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#0C0D11
surface#1A1B1F
border#303134
text#FFFFFF
text_muted#A2A3A4
primary#3CBDFF
accent#3CBDFF
link#10110E
button_bg#6DFF8A
button_text#10110E

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

Micro-interactions run at 150ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).

Native design tokens

TokenValue
--brand-color-cream#ecead1
--brand-color-mint#6dff8a
--brand-color-forest#075434
--brand-color-soft-black#10110e
--brand-color-carbon-olive#15170f
--brand-color-product-black#292c32
--brand-color-sage-50#f4f7f4
--brand-color-sage-100#e8eee8
--brand-color-sage-200#d0d9d0
--brand-color-sage-300#9ba89b

…and 110 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: div.swiper-wrapperimg.h-10×3 → img.h-10×3 → span.whitespace-nowrap×3

Overlay recipe (measured)

dialog panel: #10110E · radius 16px

Responsive (measured)

Install it

Drop this measured system into any shadcn/Tailwind project in one command:

npx shadcn add mozaika.design/r/decode/etoro.com

Or as a Meta Astryx theme — a ready defineTheme file with the measured hover/press states baked in:

curl -o src/themes/etoro.theme.ts https://mozaika.design/api/astryx/decode/etoro.com.ts

registry item · astryx theme · or query it over MCP: get_design_system("eToro Mobile")

Export: DESIGN.md

# eToro Mobile — Design System

> dark, consumer, high — deep decode (measured live)

## Colors

| Role | Value |
|------|-------|
| bg | `#0C0D11` |
| surface | `#1A1B1F` |
| border | `#303134` |
| text | `#FFFFFF` |
| text_muted | `#A2A3A4` |
| primary | `#3CBDFF` |
| accent | `#3CBDFF` |
| link | `#10110E` |
| button_bg | `#6DFF8A` |
| button_text | `#10110E` |

**Using these colors**

- **Action color** `#6DFF8A` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds.
- `primary`, `accent` are all `#3CBDFF` — one role, not several.
- **accent** `#3CBDFF` — accent for emphasis — keep it rare on the page.
- **link** `#10110E` — fails contrast on the background (~1.0:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference).
- **Page coverage** (full-page screenshot pixels): `#10110E` 50% · `#4C544B` 17.6% · `#C2C7B6` 14.9% · `#646E63` 9.3%

## Typography

- Heading: **eToro** _(free fallback: Newsreader)_
- Body: **eToro** _(free fallback: Newsreader)_

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 72px / 800 · lh 72px · tracking -2px |
| h2 | 56px / 800 · lh 56px · tracking -2px |
| h3 | 32px / 600 · lh 35px |
| body | 18px / 400 · lh 24px |
| small | 16px / 400 · lh 22px |

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

> **Fonts —** eToro may be proprietary — safe free fallback: Newsreader (Google Fonts).

## Spacing
- base unit: 8px (inferred from the measured scale)
- measured scale: 4px, 8px, 9px, 12px, 14px, 16px, 20px, 24px, 32px, 44px — snap all gaps/padding to these
- section rhythm: 48px top/bottom padding per section (measured)

## Radius
- base: 12px
- button: 9999px
- card: 12px
- pill: 9999px
- sharp: 3px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#6DFF8A` / `#10110E` | none | 9999px | 8px 24px 8px 24px | 500 18px | none |
| secondary | `rgba(16, 17, 14, 0.08)` / `#ECEAD1` | 1px solid rgb(236, 234, 209) | 9999px | 8px 24px 8px 24px | 500 18px | none |

**States (measured, not guessed)**

- primary hover: background `rgba(109, 255, 138, 0.8)`
- primary focus: box-shadow `rgb(21, 23, 15) 0px 0px 0px 2px, rgb(109, 255, 138) 0px 0px 0px 4px, rgba(0, 0, 0, 0) 0px 0px 0px 0px` · outline `2px solid rgba(0, 0, 0, 0)`
- secondary hover: border `1px solid rgba(236, 234, 209, 0.72)` · color `rgba(236, 234, 209, 0.72)`
- transition: `color 0.15s cubic-bezier(0.4, 0, 0.2, 1)`

## Shadows (elevation)
- subtle: `rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(16, 17, 14, 0.08) 0px 0px 8px 0px`

## Motion
- durations: 150ms (dominant) · 500ms · 300ms
- easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) · `ease-in-out`
- animated properties: color, background-color, border-color, text-decoration-color

Micro-interactions use the dominant duration + easing; nothing on the page animates slower than the longest duration above — don't invent springier motion.

## Their own tokens (verbatim from :root)

| Token | Value |
|-------|-------|
| `--brand-color-cream` | `#ecead1` |
| `--brand-color-mint` | `#6dff8a` |
| `--brand-color-forest` | `#075434` |
| `--brand-color-soft-black` | `#10110e` |
| `--brand-color-carbon-olive` | `#15170f` |
| `--brand-color-product-black` | `#292c32` |
| `--brand-color-sage-50` | `#f4f7f4` |
| `--brand-color-sage-100` | `#e8eee8` |
| `--brand-color-sage-200` | `#d0d9d0` |
| `--brand-color-sage-300` | `#9ba89b` |
| `--brand-color-sage-400` | `#788578` |
| `--brand-color-sage-500` | `#566356` |

_…and 108 more measured on the page._

Prefer these names when extending their system — it's the brand's actual vocabulary.

## Layout (measured)
- container max 1200px · common grid: 5-col
- nav: 132px sticky

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 133 | 630 | — | — | 0/0 | — |
| 867 | 462 | — | — | 48/48 | — |
| 1329 | 477 | — | — | 48/48 | — |
| 1806 | 578 | — | — | 48/48 | — |
| 2384 | 819 | — | — | 48/48 | — |
| 3202 | 505 | 5 | — | 0/0 | — |
| 3707 | 487 | — | — | 48/48 | — |
| 4194 | 183 | — | — | 24/24 | — |

## Motion choreography (measured)
Load order: `div.swiper-wrapper` @0ms → `img.h-10`×3 @0ms → `img.h-10`×3 @0ms → `span.whitespace-nowrap`×3 @0ms
- `div.swiper-wrapper` — transform translateZ(0px)→translate3d(-276px, 0px, 0px) — 3500ms
- overlay dialog (auto-opened): panel #10110E · r 16px · border 1px solid rgba(255, 255, 255, 0.32) · shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.5) 0px 16px 48px 0px

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

## Components (measured)
- link: rgba(236, 234, 209, 0.72) · underline

## Responsive (measured)
- breakpoints: 426px · 550px · 600px · 640px · 768px · 890px
- mobile (390px): hero 40px · body 15px · nav: hamburger

## How to apply
Paste the Tailwind `@theme` (or CSS variables) as your base, then build each
section to its spec — verify every color, radius, and font against these tokens.
Hover/focus states, shadows and motion timings above are measured from the live page — match them exactly, don't re-guess them.

---

> **Decoded with Mozaika** — measured live, not guessed. Full decoded design system + one-command install: mozaika.design/decode/etoro.com

← All decoded design systems

Mozaika is an MCP-native design-reference library for AI coding agents: real products decoded into measured design systems, full-page screens, sliced sections with per-section specs, and ordered user flows. See The Measured Web for how the web is actually designed, or connect your agent over MCP.

An automated reading of eToro Mobile's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with etoro.com. No screenshots stored. Removal requests: hello@mozaika.design.