Factory — design system & UI screens
Dark developer landing; a restrained left headline beside a dense software-delivery metrics dashboard with numeric tiles and sparkline charts. A self-improving system for the SDLC.
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/factory.
Decoded design system
Factory's decoded design system: background #020202, text #6A7282, accent #1A0D06, link #1A0D06, primary #6A7282; type scale h1 72px / h2 44px / body 12px; 4px spacing base; 0px base radius. The single interactive/action color is #1F1D1C — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #020202 |
| surface | #080809 |
| border | #111215 |
| text | #6A7282 |
| text_muted | #424751 |
| primary | #6A7282 |
| accent | #1A0D06 |
| link | #1A0D06 |
| secondary | #F6F1E7 |
| button_bg | #1F1D1C |
| button_text | #EEEEEE |
Using these colors
- Action color
#1F1D1C— the single interactive color; only on things you click or must notice, never large fills. accent,linkare all#1A0D06— one role, not several (the action color).- accent
#1A0D06— accent for emphasis — keep it rare on the page. - primary
#6A7282— ≈ the text color — a foreground/text color, not an action color (action = #1F1D1C). - secondary
#F6F1E7— 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: Geist
- Body: Geist
- Mono: Geist Mono
- h1: 72px
- h2: 44px
- body: 12px
Spacing
- base unit: 4px
- scale: 2px, 4px, 5px, 6px, 8px, 10px, 12px, 16px, 20px, 24px
Radii
- base: 0px
- button: 3px
Shadows (elevation)
- subtle:
rgba(0, 0, 0, 0.35) 0px 1px 0px 0px - card:
rgba(0, 0, 0, 0.4) 0px 1px 2px 0px
Motion
Micro-interactions run at 200ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).
- durations: 200ms · 520ms · 220ms
- easings:
cubic-bezier(0.4, 0, 0.2, 1)·cubic-bezier(0.22, 1, 0.36, 1) - animated properties: background-color, color, border-color, outline-color
Native design tokens
| Token | Value |
|---|---|
--accent-100 | #ef6f2e |
--accent-200 | #ee6018 |
--accent-300 | #d15010 |
--dark-base-primary | #020202 |
--dark-base-secondary | #101010 |
--light-base-primary | #eee |
--light-base-secondary | #fafafa |
--neutral-100 | #d6d3d2 |
--neutral-200 | #ccc9c7 |
--neutral-300 | #b8b3b0 |
…and 109 more measured on the page.
Button states (measured)
- primary hover: border
1px solid rgb(92, 88, 85)· background#020202 - primary focus: border
1px solid rgb(92, 88, 85)· background#020202· outline1px solid rgb(250, 250, 250)
Layout (measured)
- container max-width:
720px - nav: 72px fixed
- common grid: 12 columns
Motion choreography (measured)
Load order: div.group-hover:running×16 → div.page-transition-in×2 → div.sf-dashboard-frame-in×2 → circle.sf-dashboard-live×6 → g.sf-radar-sweep×4 → g.sf-dashboard-segment×4
Scroll reveal: 4 elements rest at opacity 0, translateY(12px), animate in over 360ms.
Responsive (measured)
- breakpoints: 640px · 768px · 1024px · 1280px · 1536px · 1920px
- mobile (390px): hero 30px · nav inline
Full design system, per-section tokens & DESIGN.md / Tailwind / CSS exports →