MozaikaLive decode

Loops — decoded design system

loops.so · light · modern · custom · deep decode — measured live

Loops'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.

Open in Mozaika →

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/loops.so.

Decoded design system

Loops's decoded design system: background #FFFFFF, text #000000, accent #FC5200, link #57534E, primary #0000EE; type scale h1 58px / h2 56px / body 17px; 4px spacing base; 8px base radius. The single interactive/action color is #FFFFFF — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#FFFFFF
surface#EFEFEF
border#D8D8D8
text#000000
text_muted#606060
primary#0000EE
accent#FC5200
link#57534E
secondary#E24A00
button_bg#FFFFFF
button_text#1C1917

Using these colors

Typography

Spacing

Radii

Shadow

rgba(28, 25, 23, 0.05) 0px 1px 2px 0px

Shadows (elevation)

Motion

Micro-interactions run at 160ms (dominant) with ease.

Button states (measured)

Motion choreography (measured)

Load order: div×8 → divdiv×12 → div×6 → div×3 → div×3

Scroll reveal: 6 elements rest at opacity 0, translateY(20px), animate in over 800ms.

Stagger: div ×6 — 48ms apart.

Overlay recipe (measured)

dialog panel: rgba(28, 25, 23, 0.55) · radius 0px · enter 200ms cubic-bezier(0.23, 1, 0.32, 1)

Input (measured)

height 26px · radius 0px

Responsive (measured)

Install it

Drop this measured system into any shadcn/Tailwind project in one command:

npx shadcn add mozaika.design/r/decode/loops.so

registry item · or query it over MCP: get_design_system("Loops")

Export: DESIGN.md

# Loops — Design System

> light, modern, medium, custom — deep decode (measured live)

## Colors

| Role | Value |
|------|-------|
| bg | `#FFFFFF` |
| surface | `#EFEFEF` |
| border | `#D8D8D8` |
| text | `#000000` |
| text_muted | `#606060` |
| primary | `#0000EE` |
| accent | `#FC5200` |
| link | `#57534E` |
| secondary | `#E24A00` |
| button_bg | `#FFFFFF` |
| button_text | `#1C1917` |

**Using these colors**

- **Action color** `#FFFFFF` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds.
- **accent** `#FC5200` — accent for emphasis — keep it rare on the page.
- **primary** `#0000EE` — a brand color — but the call-to-action uses #FFFFFF, not this.
- **link** `#57534E` — reads as a neutral UI color, not a link accent — verify against the reference (action = #FFFFFF).
- **secondary** `#E24A00` — 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): `#FFFFFF` 97.4% · `#999491` 2.6%

## Typography

- Heading: **Newsreader**
- Body: **Inter**
- Mono: **ui-monospace** _(measured)_

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 58px / 600 · lh 58px · tracking -1.74px |
| h2 | 56px / 400 · lh 52px · tracking -0.6px |
| h3 | 30px / 500 · lh 40px |
| body | 17px / 500 · lh 21px |
| small | 16px / 400 · lh 19px |
| eyebrow | 13px / 700 · tracking 0.35px |

- Weight ladder: 400 · 500 · 600 · 700 — use these exact measured weights, not the 400/600 defaults.

> **Fonts —** Newsreader — free, on Google. Inter — free, on Google.

## Spacing
- base unit: 4px (inferred from the measured scale)
- measured scale: 2px, 4px, 5px, 6px, 7px, 8px, 9px, 10px, 12px, 13px — snap all gaps/padding to these

## Radius
- base: 8px
- button: 9999px
- card: 8px
- pill: 9999px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#FFFFFF` / `#1C1917` | 1px solid rgb(231, 229, 228) | 9999px | 0px 19px 0px 19px | 600 15px / -0.15px | rgba(28, 25, 23, 0.05) 0px 1px 2px 0px |
| secondary | `rgba(0, 0, 0, 0)` / `#FFFFFF` | none | 30px | 16px 24px 16px 24px | 400 12px | none |

**States (measured, not guessed)**

- primary hover: box-shadow `rgba(28, 25, 23, 0.14) 0px 4px 12px -4px, rgba(28, 25, 23, 0.05) 0px 1px 2px 0px` · transform `matrix(1, 0, 0, 1, 0, -1)`
- primary focus: outline `1px auto rgb(16, 16, 16)`
- secondary hover: transform `matrix(1, 0, 0, 1, 0, -1.5)`
- transition: `transform 0.18s cubic-bezier(0.23, 1, 0.32, 1)`

## Shadows (elevation)
- subtle: `rgba(28, 25, 23, 0.05) 0px 1px 2px 0px`
- card: `rgba(0, 0, 0, 0.05) 0px 1px 4px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 0.5px`
- button: `rgba(28, 25, 23, 0.05) 0px 1px 2px 0px`
- overlay: `rgba(0, 0, 0, 0.07) 0px 4px 16px 0px, rgba(0, 0, 0, 0.04) 0px 1.5px 3px 0px`

## Motion
- durations: 160ms (dominant) · 180ms · 150ms
- easings: `ease` (dominant) · `cubic-bezier(0.23, 1, 0.32, 1)`
- animated properties: color, 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.

## Motion choreography (measured)
Load order: `div`×8 @0ms → `div` @0ms → `div`×12 @0ms → `div`×6 @42ms → `div`×3 @238ms → `div`×3 @238ms
- `div.framer-exy0uy` — opacity 0→1 — 800ms cubic-bezier(0.22, 1, 0.36, 1)
- `div.framer-Jhwaq` — opacity 0→1 — 800ms cubic-bezier(0.22, 1, 0.36, 1)
- `div.framer-1sjvok4` — opacity 0→1 — 800ms cubic-bezier(0.22, 1, 0.36, 1)
- `div` ×8 — opacity 0→1 · transform translateY(4px)→translateY(0px) — 200ms ease-out
- `div` ×11 — opacity 0→1 — 220ms ease
- `div` ×2 — opacity 0→1 · transform translate3d(0px, 2px, 0px)→translate3d(0px, 0px, 0px) — 260ms cubic-bezier(0.22, 1, 0.36, 1) (delay 48ms)
- stagger: `div` ×6 — 48ms apart
- scroll reveal: 6 elements rest at opacity 0, translateY(20px), animate in over 800ms (1 revealed during the drive).
- overlay dialog (auto-opened): panel rgba(28, 25, 23, 0.55) · r 0px
  - enter: opacity from 0 · 200ms cubic-bezier(0.23, 1, 0.32, 1) | transform+opacity from translateY(8px) scale(0.98),0 · 220ms linear
  - exit: opacity from 0.983506 · 197ms cubic-bezier(0.23, 1, 0.32, 1)

Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography.

## Components (measured)
- input: h 26px · r 0px · bg rgba(0, 0, 0, 0) · placeholder #A8A29E
- link: #57534E · underline — hover #1C1917
- disabled: bg #E7E5E4 · text #A8A29E

## Responsive (measured)
- breakpoints: 499px · 809px · 1199px
- mobile (390px): hero 24px · body 12px · 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.

← All decoded design systems

Mozaika is an MCP-native design-reference library for AI coding agents: real products decoded into measured design systems, full-page screens, sliced sections with per-section specs, and ordered user flows. Connect your agent over MCP.

An automated reading of Loops's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with loops.so. No screenshots stored. Removal requests: hello@mozaika.design.