MozaikaDesign system

eToro Mobile — Design System

dark · consumer · high · confidence 85% · deep decode

eToro Mobile — palette measured from official store listing screenshots (colors only; no font claims). Type scale shown is the platform HIG default.

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/ds/etoro-mobile.

Tokens

eToro Mobile's decoded design system: background #0C0D11, text #FFFFFF, accent #3CBDFF, link #3CBDFF, primary #3CBDFF; type scale h1 34px / h2 22px / body 17px; 8px spacing base; 12px base radius. The single interactive/action color is #3CBDFF — 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#3CBDFF
button_bg#3CBDFF
button_text#0C0D11

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)

Export: DESIGN.md

# eToro Mobile — Design System

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

eToro Mobile — palette measured from official store listing screenshots (colors only; no font claims). Type scale shown is the platform HIG default.

## Colors

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

**Using these colors**

- **Action color** `#3CBDFF` — 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`, `link`, `button_bg` are all `#3CBDFF` — one role, not several (your action color).
- **accent** `#3CBDFF` — THE accent / action color — interactive & must-notice only (buttons, links, focus, one key highlight); never large fills or backgrounds. Scarcity is what makes it read as designed.
- **Page coverage** (full-page screenshot pixels): `#10110E` 50% · `#4C544B` 17.6% · `#C2C7B6` 14.9% · `#646E63` 9.3%

## Typography


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

## 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: 12px
- 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/ds/etoro-mobile

Export: Tailwind v4 (@theme)

@theme {
  /* action color #3CBDFF — the one interactive color; buttons/links/emphasis only, never large fills. */
  --color-bg: #0C0D11;
  --color-surface: #1A1B1F;
  --color-border: #303134;
  --color-text: #FFFFFF;
  --color-text-muted: #A2A3A4;
  --color-primary: #3CBDFF;  /* primary brand / action color. */
  --color-accent: #3CBDFF;  /* THE accent / action color — interactive & must-notice only (buttons, links, focus, one key highlight); never large fills or backgrounds. Scarcity is what makes it read as designed. */
  --color-link: #3CBDFF;  /* inline text links — shares the action color. */
  --color-button-bg: #3CBDFF;  /* primary-button fill — the main call-to-action color. */
  --color-button-text: #0C0D11;
  /* measured weights: 400, 500, 600, 700, 800 — use these, not 400/600 */
  --text-hero: 72px; --font-weight-hero: 800; --leading-hero: 72px; --tracking-hero: -2px;
  --text-h2: 56px; --font-weight-h2: 800; --leading-h2: 56px; --tracking-h2: -2px;
  --text-h3: 32px; --font-weight-h3: 600; --leading-h3: 35px;
  --text-body: 18px; --font-weight-body: 400; --leading-body: 24px;
  --text-small: 16px; --font-weight-small: 400; --leading-small: 22px;
  --radius-base: 12px;
  --radius-button: 12px;
  --radius-card: 12px;
  --radius-pill: 9999px;
  --radius-sharp: 3px;
  --shadow-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;
  --color-btn-hover: rgba(109, 255, 138, 0.8);  /* measured primary hover fill */
  --shadow-focus: 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;  /* measured focus ring */
  --ease-brand: cubic-bezier(0.4, 0, 0.2, 1);
  --duration-fast: 150ms;  /* use: duration-[var(--duration-fast)] */
  --duration-base: 300ms;
  --duration-slow: 500ms;
  --section-y: 48px;  /* per-section vertical padding (measured) */
  --spacing: 8px;  /* measured base — drives the p-*/gap-* scale. steps seen on the page: 4, 8, 9, 12, 14, 16, 20, 24, 32, 44px */
}

Export: CSS variables

:root {
  /* action color #3CBDFF — the one interactive color; buttons/links/emphasis only, never large fills. */
  --bg: #0C0D11;
  --surface: #1A1B1F;
  --border: #303134;
  --text: #FFFFFF;
  --text-muted: #A2A3A4;
  --primary: #3CBDFF;  /* primary brand / action color. */
  --accent: #3CBDFF;  /* THE accent / action color — interactive & must-notice only (buttons, links, focus, one key highlight); never large fills or backgrounds. Scarcity is what makes it read as designed. */
  --link: #3CBDFF;  /* inline text links — shares the action color. */
  --button-bg: #3CBDFF;  /* primary-button fill — the main call-to-action color. */
  --button-text: #0C0D11;
  --text-hero: 72px; --weight-hero: 800; --leading-hero: 72px; --tracking-hero: -2px;
  --text-h2: 56px; --weight-h2: 800; --leading-h2: 56px; --tracking-h2: -2px;
  --text-h3: 32px; --weight-h3: 600; --leading-h3: 35px;
  --text-body: 18px; --weight-body: 400; --leading-body: 24px;
  --text-small: 16px; --weight-small: 400; --leading-small: 22px;
  --radius: 12px;
  --radius-button: 12px;
  --radius-card: 12px;
  --radius-pill: 9999px;
  --radius-sharp: 3px;
  --shadow-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;
  --btn-bg-hover: rgba(109, 255, 138, 0.8);
  --focus-ring: 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;
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --duration-fast: 150ms;
  --duration-base: 300ms;
  --duration-slow: 500ms;
  --section-y: 48px;
}

/* their own tokens, verbatim from the site's :root */
:root {
  --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;
}