Screen Studio — decoded design system
Screen Studio's design system, decoded live by Mozaika: measured color roles, type scale, buttons with real hover/focus states, motion and the brand's own tokens.
This is a static, crawlable rendering for search & AI engines. The interactive version — filters, live decode console, copy & export — is at https://mozaika.design/decode/screen.studio.
Decoded design system
Screen Studio's decoded design system: background #000000, text #FFFFFF, accent #A091FA, link #A091FA, primary #4D2FF5; type scale h1 62px / h2 48px / body 16px; 4px spacing base; 6px base radius. The single interactive/action color is #A091FA — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #000000 |
| surface | #0F0F0F |
| border | #262626 |
| text | #FFFFFF |
| text_muted | #9E9E9E |
| primary | #4D2FF5 |
| accent | #A091FA |
| link | #A091FA |
| secondary | #6248F6 |
| button_bg | transparent |
| button_text | #FFFFFF |
Using these colors
- Action color
#A091FA— the single interactive color; only on things you click or must notice, never large fills. accent,linkare all#A091FA— one role, not several (the action color).- accent
#A091FA— 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
#4D2FF5— a brand color — but the call-to-action uses #A091FA, not this. - secondary
#6248F6— 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: SF Pro (system stack)
- Body: SF Pro (system stack)
- h1: 62px
- h2: 48px
- body: 16px
Spacing
- base unit: 4px
- scale: 4px, 6px, 8px, 12px, 14px, 16px, 20px, 23px, 32px, 45px
Radii
- base: 6px
- button: 0px
Shadows (elevation)
- card:
rgba(0, 0, 0, 0.4) 0px 0px 20px 10px
Motion
Micro-interactions run at 300ms (dominant) with ease.
- durations: 300ms · 200ms · 250ms
- easings:
ease·cubic-bezier(0.44, 0.22, 0.26, 0.99) - animated properties: background-color, fill, background, opacity
Button states (measured)
- primary focus: outline
1px auto rgb(16, 16, 16)
Layout (measured)
- container max-width:
1200px - nav: 70px sticky, backdrop
saturate(1.8) blur(20px) - common grid: 2 columns
Motion choreography (measured)
Load order: div.sc-c468897f-17×4 → div.sc-c468897f-3×2 → div.sc-944bd937-1×3 → div.sc-d97fba94-0 → div.sc-31ce6b61-1×2 → h1.sc-31ce6b61-5×2
Scroll reveal: 37 elements rest at opacity 0, animate in over 0.5s ease.
Responsive (measured)
- breakpoints: 884px
- mobile (390px): hero 32px · nav hamburger
Install it
Drop this measured system into any shadcn/Tailwind project in one command:
npx shadcn add mozaika.design/r/decode/screen.studio
registry item · or query it over MCP: get_design_system("Screen Studio")
Export: DESIGN.md
# Screen Studio — Design System > dark, professional, medium, custom — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#000000` | | surface | `#0F0F0F` | | border | `#262626` | | text | `#FFFFFF` | | text_muted | `#9E9E9E` | | primary | `#4D2FF5` | | accent | `#A091FA` | | link | `#A091FA` | | secondary | `#6248F6` | | button_bg | `transparent` | | button_text | `#FFFFFF` | **Using these colors** - **Action color** `#A091FA` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds. - `accent`, `link` are all `#A091FA` — one role, not several (your action color). - **accent** `#A091FA` — 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** `#4D2FF5` — a brand color — but the call-to-action uses #A091FA, not this. - **secondary** `#6248F6` — 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. - **Page coverage** (full-page screenshot pixels): `#000000` 62.7% · `#141A20` 18.8% · `#623775` 6.9% · `#988558` 5.9% ## Typography - Heading: **SF Pro (system stack)** _(free fallback: Newsreader)_ - Body: **SF Pro (system stack)** _(free fallback: Newsreader)_ | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 62px / 650 · lh 78px | | h2 | 48px / 650 · lh 60px | | h3 | 36px / 400 · lh 36px | | body | 16px / 449 · lh 24px | | small | 14px / 500 · lh 19px · tracking -0.26px | - Weight ladder: 400 · 449 · 500 · 600 · 650 — use these exact measured weights, not the 400/600 defaults. > **Fonts —** SF Pro (system stack) may be proprietary — safe free fallback: Newsreader (Google Fonts). ## Spacing - base unit: 4px (inferred from the measured scale) - measured scale: 4px, 6px, 8px, 12px, 14px, 16px, 20px, 23px, 32px, 45px — snap all gaps/padding to these - section rhythm: 60px top/bottom padding per section (measured) ## Radius - base: 6px - button: 0px - card: 6px - pill: 9999px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `rgba(0, 0, 0, 0)` / `#FFFFFF` | none | 0px | 0px 0px 0px 0px | 449 16px | none | | secondary | `rgba(0, 0, 0, 0)` / `#FFFFFF` | none | — | 0px 0px 0px 0px | 449 16px | none | **States (measured, not guessed)** - primary focus: outline `1px auto rgb(16, 16, 16)` ## Shadows (elevation) - card: `rgba(0, 0, 0, 0.4) 0px 0px 20px 10px` ## Motion - durations: 300ms (dominant) · 200ms · 250ms - easings: `ease` (dominant) · `cubic-bezier(0.44, 0.22, 0.26, 0.99)` - animated properties: background-color, fill, background, opacity Micro-interactions use the dominant duration + easing; nothing on the page animates slower than the longest duration above — don't invent springier motion. ## Layout (measured) - container max 1200px · common grid: 2-col - nav: 70px sticky · backdrop saturate(1.8) blur(20px) · bg rgba(0, 0, 0, 0.867) | Section (y) | Height | Cols | Gap | Pad y | Split | |---|---|---|---|---|---| | 70 | 2495 | — | — | 60/0 | — | | 4027 | 737 | 2 | 32 | 0/0 | 40/60 | ## Motion choreography (measured) Load order: `div.sc-c468897f-17`×4 @0ms → `div.sc-c468897f-3`×2 @1ms → `div.sc-944bd937-1`×3 @1ms → `div.sc-d97fba94-0` @150ms → `div.sc-31ce6b61-1`×2 @405ms → `h1.sc-31ce6b61-5`×2 @481ms - `div.sc-c468897f-17` ×4 — filter opacity(0)→opacity(1) — 125ms ease - `div.sc-31ce6b61-1` ×2 — opacity 0→1 · transform translateY(-8px)→translateY(0px) — 2500ms cubic-bezier(0.37, 2, 0.42, 1.02) (delay 400ms) - `h1.sc-31ce6b61-5` ×2 — opacity 0→1 · transform translateY(-8px)→translateY(0px) — 2500ms cubic-bezier(0.37, 2, 0.42, 1.02) (delay 600ms) - `figure.sc-31ce6b61-8` — opacity 0→1 · transform translateY(-8px)→translateY(0px) — 2500ms cubic-bezier(0.37, 2, 0.42, 1.02) (delay 900ms) - `img.sc-31ce6b61-4` — transform rotateZ(0deg)→rotateZ(360deg) — 7500ms · loops - `div.sc-944bd937-1` ×3 — transform translateX(0px)→translateX(2px) — 250ms ease · loops - scroll reveal: 37 elements rest at opacity 0, animate in over 0.5s ease (3 revealed during the drive). Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Responsive (measured) - breakpoints: 884px - mobile (390px): hero 32px · body 16px · nav: hamburger ## 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.
An automated reading of Screen Studio's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with screen.studio. No screenshots stored. Removal requests: hello@mozaika.design.