AllTrails Mobile — design system & UI screens
A hiking trail review platform where users share experiences and photos from specific trails. The screen displays user-written reviews with star ratings, trail conditions (terrain, parking, difficulty), timestamps, and image galleries from actual hikes. Multiple user reviews are stacked vertically, each showing avatar, name, rating, metadata tags, review text, and photo carousel.
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/alltrails-mobile.
Decoded design system
AllTrails Mobile's decoded design system: background #FFFFFF, text #000000, accent #94F477, link #94F477, primary #94F477; type scale h1 34px / h2 22px / body 17px; 8px spacing base; 12px base radius. The single interactive/action color is #94F477 — 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 | #94F477 |
| accent | #94F477 |
| link | #94F477 |
| button_bg | #94F477 |
| button_text | #FFFFFF |
Using these colors
- Action color
#94F477— the single interactive color; only on things you click or must notice, never large fills. primary,accent,link,button_bgare all#94F477— one role, not several (the action color).- accent
#94F477— 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, 7px, 8px, 10px, 12px, 16px, 24px, 32px, 48px, 64px
Radii
- base: 12px
- button: 12px
Shadows (elevation)
- card:
rgba(0, 0, 0, 0.18) 0px 4px 8px 0px, rgba(0, 0, 0, 0.3) 0px 0px 1px 0px
Motion
Micro-interactions run at 200ms (dominant) with ease-out.
- durations: 200ms · 3000ms · 300ms
- easings:
ease-out·ease-in-out - animated properties: background-color, color, filter, border-color
Native design tokens
| Token | Value |
|---|---|
--osano-clear-dialog-background | rgba(255,255,255,0) |
--osano-button-border-color | #fff |
--osano-button-background-color | #2c5601 |
--osano-button-foreground-color | #ffffff |
--osano-dialog-background-color | #efefec |
--osano-dialog-foreground-color | #2b381f |
--osano-info-dialog-overlay-color | rgba(0,0,0,0.45) |
--osano-link-color | #2b381f |
--osano-toggle-off-track-color | #dbdad2 |
--osano-toggle-off-thumb-color | #FFFFFF |
…and 110 more measured on the page.
Button states (measured)
- primary focus: outline
3px solid rgba(0, 65, 198, 0.8)
Layout (measured)
- container max-width:
1240px - nav: 64px relative
- common grid: 2 columns
Motion choreography (measured)
Load order: span.styles_slideButtonSpanAc → div.styles_ripple__ZFsD0×5 → div.osano-cm-info-dialog__in → div.osano-cm-window__dialog → button.osano-cm-dialog__close → button.osano-cm-dialog__close
Input (measured)
height 30px · radius 0px
Responsive (measured)
- breakpoints: 360px · 640px · 760px · 768px · 1024px · 1120px
- mobile (390px): hero 48px · nav inline
Full design system, per-section tokens & DESIGN.md / Tailwind / CSS exports →