Poe Mobile — design system & UI screens
A conversational AI assistant for answering questions, writing help, and creative tasks. The screen displays a vertically-stacked feed of previous chat sessions with truncated titles and preview text from assistant responses (e.g., homework help, poem writing, research notes), allowing users to quickly browse and revisit past conversations.
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/poe-mobile.
Decoded design system
Poe Mobile's decoded design system: background #FFFFFF, text #000000, accent #5D5CDE, link #5D5CDE, primary #5D5CDE; type scale h1 34px / h2 22px / body 17px; 8px spacing base; 12px base radius. The single interactive/action color is #5D5CDE — 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 | #5D5CDE |
| accent | #5D5CDE |
| link | #5D5CDE |
| button_bg | #5D5CDE |
| button_text | #FFFFFF |
Using these colors
- Action color
#5D5CDE— the single interactive color; only on things you click or must notice, never large fills. primary,accent,link,button_bgare all#5D5CDE— one role, not several (the action color).- accent
#5D5CDE— 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: 2px, 6px, 8px, 12px, 14px, 16px, 20px, 30px
Radii
- base: 12px
- button: 12px
Shadows (elevation)
- card:
rgb(128, 128, 128) 0px 0px 5px 0px
Motion
Micro-interactions run at 150ms (dominant) with ease.
- durations: 150ms · 300ms
- easings:
ease - animated properties: background-color, border-color, color, right
Native design tokens
| Token | Value |
|---|---|
--pdl-comp-inline-notification-theme-warning-bg | #f8e6b4 |
--pdl-comp-radio-state-checked-fg | #5d5cde |
--pdl-comp-attachment-image-border-color | #e3e3e7 |
--yellow-11 | #7b4f0d |
--shadow-black-dark | #00000080 |
--pdl-warning-subtle | #f8e6b4 |
--pdl-action-error-border | #d00e49 |
--ruby-7 | #eb657c |
--pdl-accent-base | #5d5cde |
--color-accent-emphasis | #413fa9 |
…and 110 more measured on the page.
Layout (measured)
- common grid: 2 columns
Motion choreography (measured)
Load order: button.Button_root__gehqi×2 → button.SocialLoginButton_button×2 → div.TextInput_wrapper__zvMrX
Input (measured)
height 40px · radius 0px
Themes
dark counterpart: background #101012, text #FCFCFC.
Responsive (measured)
- breakpoints: 425px · 550px · 600px · 684px · 896px · 960px
- mobile (390px): hero 36px · nav inline
Full design system, per-section tokens & DESIGN.md / Tailwind / CSS exports →