eToro Mobile — design system & UI screens
This is a personal investment portfolio tracker for monitoring account value, daily gains, and holdings in real time. The dark-themed interface displays the total account balance ($68,229.77) prominently at top, with a gain indicator and line chart showing value history across multiple timeframes (1M to MAX). Below the chart are two cards showing available cash ($58,229.77) and invested amount ($58,229.77), with top-right quick-access badges for +$200 and -$10 transactions.
This is a static, crawlable rendering for search & AI engines. The interactive version — filters, live decode console, copy & export — is at https://mozaika.design/website/etoro-mobile.
Decoded design system
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
| 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; only on things you click or must notice, never large fills. primary,accent,link,button_bgare all#3CBDFF— one role, not several (the 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.
Typography
- h1: 34px
- h2: 22px
- body: 17px
Spacing
- base unit: 8px
- scale: 4px, 8px, 9px, 12px, 14px, 16px, 20px, 24px, 32px, 44px
Radii
- base: 12px
- button: 12px
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
Micro-interactions run at 150ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).
- durations: 150ms · 500ms · 300ms
- easings:
cubic-bezier(0.4, 0, 0.2, 1)·ease-in-out - animated properties: color, background-color, border-color, text-decoration-color
Native design tokens
| 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 |
…and 110 more measured on the page.
Button states (measured)
- 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· outline2px solid rgba(0, 0, 0, 0)
Layout (measured)
- container max-width:
1200px - nav: 132px sticky
- common grid: 5 columns
Motion choreography (measured)
Load order: div.swiper-wrapper → img.h-10×3 → img.h-10×3 → span.whitespace-nowrap×3
Overlay recipe (measured)
dialog panel: #10110E · radius 16px
Responsive (measured)
- breakpoints: 426px · 550px · 600px · 640px · 768px · 890px
- mobile (390px): hero 40px · nav hamburger
Full design system, per-section tokens & DESIGN.md / Tailwind / CSS exports →