Max Mobile — Design System
Max Mobile — palette measured from official store listing screenshots (colors only; no font claims). Type scale shown is the platform HIG default.
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/max-mobile.
Tokens
Max Mobile's decoded design system: background #010101, text #4D4D4D, accent #0E2F5D, link #0E2F5D, primary #0E2F5D; type scale h1 34px / h2 22px / body 17px; 8px spacing base; 12px base radius. The single interactive/action color is #0E2F5D — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #010101 |
| surface | #050505 |
| border | #0C0C0C |
| text | #4D4D4D |
| text_muted | #303030 |
| primary | #0E2F5D |
| accent | #0E2F5D |
| link | #0E2F5D |
| button_bg | #0E2F5D |
| button_text | #010101 |
Using these colors
- Action color
#0E2F5D— the single interactive color; only on things you click or must notice, never large fills. primary,accent,link,button_bgare all#0E2F5D— one role, not several (the action color).- accent
#0E2F5D— 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, 10px, 12px, 13px, 15px, 16px, 24px, 27px, 28px
Radii
- base: 12px
- button: 12px
Shadows (elevation)
- card:
rgba(150, 41, 188, 0.314) 0px -5px 30px 0px - overlay:
rgba(79, 105, 132, 0.8) 0px -5px 30px 0px
Motion
Micro-interactions run at 500ms (dominant) with ease-in-out.
- durations: 500ms · 400ms · 150ms
- easings:
ease-in-out·ease - animated properties: transform, opacity, background-color
Native design tokens
| Token | Value |
|---|---|
--emea-plan-picker-button-color | #3D6A99 |
--emea-plan-picker-button-hover-color | rgba(61, 106, 153, .75) |
--emea-plan-picker-button-text-color | #FFFFFF |
--emea-plan-picker-accent-color | #71B8F2 |
--emea-plan-picker-stripe-background | #E9EBF2 |
Button states (measured)
- primary hover: background
rgba(61, 106, 153, 0.75)
Layout (measured)
- container max-width:
1140px - nav: 56px fixed
- common grid: 2 columns
Motion choreography (measured)
Load order: section.band → div.text-center×2 → div.text-center×2 → li×3 → li.active×3 → div.carousel-item×6
Responsive (measured)
- breakpoints: 576px · 768px · 992px · 1200px
- mobile (390px): hero 39px · nav inline
Export: DESIGN.md
# Max Mobile — Design System > dark, consumer, high — deep decode (measured live) Max 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 | `#010101` | | surface | `#050505` | | border | `#0C0C0C` | | text | `#4D4D4D` | | text_muted | `#303030` | | primary | `#0E2F5D` | | accent | `#0E2F5D` | | link | `#0E2F5D` | | button_bg | `#0E2F5D` | | button_text | `#010101` | **Using these colors** - **Action color** `#0E2F5D` — 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 `#0E2F5D` — one role, not several (your action color). - **accent** `#0E2F5D` — 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): `#000000` 51.9% · `#191919` 27.7% · `#626262` 16.5% · `#323437` 3.9% ## Typography | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 64px / 700 · lh 70px | | h2 | 56px / 100 · lh 90px | | h3 | 35px / 600 · lh 47px | | body | 18px / 400 · lh 29px | | small | 17px / 400 · lh 16px · tracking 0.85px | | eyebrow | 10px / 600 · tracking 0.8px | - Weight ladder: 100 · 300 · 400 · 600 · 700 — use these exact measured weights, not the 400/600 defaults. ## Spacing - base unit: 8px (inferred from the measured scale) - measured scale: 4px, 8px, 10px, 12px, 13px, 15px, 16px, 24px, 27px, 28px — snap all gaps/padding to these - section rhythm: 48px top/bottom padding per section (measured) ## Radius - base: 12px - button: 12px - card: 8px - sharp: 3px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#3D6A99` / `#FFFFFF` | 1px solid rgba(0, 0, 0, 0) | 8px | 13px 24px 13px 24px | 700 16px | none | | secondary | `rgba(0, 0, 0, 0)` / `#FFFFFF` | 1px solid rgba(0, 0, 0, 0) | 8px | 10px 24px 10px 24px | 700 14px | none | **States (measured, not guessed)** - primary hover: background `rgba(61, 106, 153, 0.75)` ## Shadows (elevation) - card: `rgba(150, 41, 188, 0.314) 0px -5px 30px 0px` - overlay: `rgba(79, 105, 132, 0.8) 0px -5px 30px 0px` ## Motion - durations: 500ms (dominant) · 400ms · 150ms - easings: `ease-in-out` (dominant) · `ease` - animated properties: transform, opacity, background-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 | |-------|-------| | `--emea-plan-picker-button-color` | `#3D6A99` | | `--emea-plan-picker-button-hover-color` | `rgba(61, 106, 153, .75)` | | `--emea-plan-picker-button-text-color` | `#FFFFFF` | | `--emea-plan-picker-accent-color` | `#71B8F2` | | `--emea-plan-picker-stripe-background` | `#E9EBF2` | Prefer these names when extending their system — it's the brand's actual vocabulary. ## Layout (measured) - container max 1140px · common grid: 2-col - nav: 56px fixed · bg #000000 | Section (y) | Height | Cols | Gap | Pad y | Split | |---|---|---|---|---|---| | 0 | 658 | 4 | — | 0/0 | 38/13/13/38 | | 658 | 244 | — | — | 0/0 | — | | 902 | 525 | 3 | — | 0/0 | 22/22/55 | | 1428 | 183 | — | — | 0/0 | — | | 1611 | 448 | — | — | 0/0 | — | | 2059 | 698 | 2 | — | 0/0 | — | | 2805 | 804 | — | — | 0/0 | — | | 3706 | 656 | — | — | 0/0 | — | ## Motion choreography (measured) Load order: `section.band` @0ms → `div.text-center`×2 @0ms → `div.text-center`×2 @0ms → `li`×3 @864ms → `li.active`×3 @864ms → `div.carousel-item`×6 @864ms - `img.img-fluid` ×8 — opacity 0→1 · transform scale(0.95) translateX(15px)→scale(1) translateX(0px) — 400ms ease-in-out Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Components (measured) - link: #FFFFFF · no underline ## Responsive (measured) - breakpoints: 576px · 768px · 992px · 1200px - mobile (390px): hero 39px · body 18px · nav: inline ## 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/max-mobile
Export: Tailwind v4 (@theme)
@theme {
/* action color #0E2F5D — the one interactive color; buttons/links/emphasis only, never large fills. */
--color-bg: #010101;
--color-surface: #050505;
--color-border: #0C0C0C;
--color-text: #4D4D4D;
--color-text-muted: #303030;
--color-primary: #0E2F5D; /* primary brand / action color. */
--color-accent: #0E2F5D; /* 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: #0E2F5D; /* inline text links — shares the action color. */
--color-button-bg: #0E2F5D; /* primary-button fill — the main call-to-action color. */
--color-button-text: #010101;
/* measured weights: 100, 300, 400, 600, 700 — use these, not 400/600 */
--text-hero: 64px; --font-weight-hero: 700; --leading-hero: 70px;
--text-h2: 56px; --font-weight-h2: 100; --leading-h2: 90px;
--text-h3: 35px; --font-weight-h3: 600; --leading-h3: 47px;
--text-body: 18px; --font-weight-body: 400; --leading-body: 29px;
--text-small: 17px; --font-weight-small: 400; --leading-small: 16px; --tracking-small: 0.85px;
--text-eyebrow: 10px; --font-weight-eyebrow: 600; --tracking-eyebrow: 0.8px;
--radius-base: 12px;
--radius-button: 12px;
--radius-card: 8px;
--radius-sharp: 3px;
--shadow-card: rgba(150, 41, 188, 0.314) 0px -5px 30px 0px;
--shadow-overlay: rgba(79, 105, 132, 0.8) 0px -5px 30px 0px;
--color-btn-hover: rgba(61, 106, 153, 0.75); /* measured primary hover fill */
--ease-brand: ease-in-out;
--duration-fast: 150ms; /* use: duration-[var(--duration-fast)] */
--duration-base: 400ms;
--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, 10, 12, 13, 15, 16, 24, 27, 28px */
}Export: CSS variables
:root {
/* action color #0E2F5D — the one interactive color; buttons/links/emphasis only, never large fills. */
--bg: #010101;
--surface: #050505;
--border: #0C0C0C;
--text: #4D4D4D;
--text-muted: #303030;
--primary: #0E2F5D; /* primary brand / action color. */
--accent: #0E2F5D; /* 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: #0E2F5D; /* inline text links — shares the action color. */
--button-bg: #0E2F5D; /* primary-button fill — the main call-to-action color. */
--button-text: #010101;
--text-hero: 64px; --weight-hero: 700; --leading-hero: 70px;
--text-h2: 56px; --weight-h2: 100; --leading-h2: 90px;
--text-h3: 35px; --weight-h3: 600; --leading-h3: 47px;
--text-body: 18px; --weight-body: 400; --leading-body: 29px;
--text-small: 17px; --weight-small: 400; --leading-small: 16px; --tracking-small: 0.85px;
--text-eyebrow: 10px; --weight-eyebrow: 600; --tracking-eyebrow: 0.8px;
--radius: 12px;
--radius-button: 12px;
--radius-card: 8px;
--radius-sharp: 3px;
--shadow-card: rgba(150, 41, 188, 0.314) 0px -5px 30px 0px;
--shadow-overlay: rgba(79, 105, 132, 0.8) 0px -5px 30px 0px;
--btn-bg-hover: rgba(61, 106, 153, 0.75);
--ease: ease-in-out;
--duration-fast: 150ms;
--duration-base: 400ms;
--duration-slow: 500ms;
--section-y: 48px;
}
/* their own tokens, verbatim from the site's :root */
:root {
--emea-plan-picker-button-color: #3D6A99;
--emea-plan-picker-button-hover-color: rgba(61, 106, 153, .75);
--emea-plan-picker-button-text-color: #FFFFFF;
--emea-plan-picker-accent-color: #71B8F2;
--emea-plan-picker-stripe-background: #E9EBF2;
}