Public — design system & UI screens
Light editorial hero in serif over a moody, cinematic photograph; multi-asset investing.
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/public.
Decoded design system
Public's decoded design system: background #FFFFFF, text #000000, accent #000000, link #A8B4BF, primary #0000EE; type scale h1 48px / h2 80px / body 14px; 8px spacing base; 6px base radius. The single interactive/action color is #000000 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #FFFFFF |
| surface | #EFEFEF |
| border | #D8D8D8 |
| text | #000000 |
| text_muted | #606060 |
| primary | #0000EE |
| accent | #000000 |
| link | #A8B4BF |
| secondary | #516880 |
| button_bg | #000000 |
| button_text | #FFFFFF |
Using these colors
- Action color
#000000— the single interactive color; only on things you click or must notice, never large fills. accent,button_bgare all#000000— one role, not several (the action color).- accent
#000000— 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. - primary
#0000EE— a brand color — but the call-to-action uses #000000, not this. - link
#A8B4BF— fails contrast on the background (~2.1:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference). - secondary
#516880— optional secondary accent — LOW decode confidence; use rarely (a status color or a single decorative moment) or omit it entirely. Prefer one accent unless the reference clearly shows two.
Typography
- Heading: Invest Pro
- Body: Inter
- h1: 48px
- h2: 80px
- body: 14px
Spacing
- base unit: 8px
- scale: 2px, 3px, 4px, 6px, 8px, 12px, 16px, 24px, 32px, 40px
Radii
- base: 6px
- button: 100px
Shadows (elevation)
- card:
rgba(0, 0, 0, 0.08) 0px 1px 10px 0px - overlay:
rgba(255, 196, 250, 0.25) 8px -8px 20px 0px, rgba(56, 205, 255, 0.25) -8px 8px 30px 0px
Motion
Micro-interactions run at 100ms (dominant) with ease-in-out.
- durations: 100ms · 300ms · 200ms
- easings:
ease-in-out·ease-out - animated properties: background, background-position, transform, -webkit-transform
Native design tokens
| Token | Value |
|---|---|
--white | #fff |
--dark-001 | #000 |
--dark-002 | #1b2128 |
--dark-003 | #161a20 |
--dark-004 | #2b3746 |
--grey-001 | #516880 |
--grey-002 | #d4d9df |
--grey-003 | #f1f4f7 |
--grey-004 | #f6f8f9 |
--blue-brand | #00379a |
…and 39 more measured on the page.
Layout (measured)
- container max-width:
640px - nav: 42px
- common grid: 3 columns
Motion choreography (measured)
Load order: div.glowing-wrapper-glow×3 → div.glowing-wrapper-mask×3 → div.glowing-wrapper-borders×3 → button.frm_button_submit → img.attachment-thumbnail
Scroll reveal: 6 elements rest at opacity 0, animate in over 3000ms.
Responsive (measured)
- breakpoints: 640px · 720px · 992px · 1000px · 1200px · 1280px
- mobile (390px): hero 32px · nav inline
Full design system, per-section tokens & DESIGN.md / Tailwind / CSS exports →