MozaikaLive decode

Netugroup — decoded design system

netugroup.com · dark · professional · custom · deep decode — measured live

Netugroup'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/netugroup.com.

Decoded design system

Netugroup's decoded design system: background #000000, text #FFFFFF, accent #00C5B4, link #00C5B4, primary #00C5B4; type scale h1 62px / h2 47px / body 17px; 4px spacing base; 3px base radius. The single interactive/action color is #00C5B4 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#000000
surface#0F0F0F
border#262626
text#FFFFFF
text_muted#9E9E9E
primary#00C5B4
accent#00C5B4
link#00C5B4
secondary#CE009F
button_bg#00C5B4
button_text#FFFFFF

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

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

Native design tokens

TokenValue
--wp-block-synced-color#7a00df
--wp-bound-block-color#7a00df
--wp-editor-canvas-background#ddd
--wp-admin-theme-color#007cba
--wp-admin-theme-color-darker-10#006ba1
--wp-admin-theme-color-darker-20#005a87
--wp--preset--color--black#000000
--wp--preset--color--cyan-bluish-gray#abb8c3
--wp--preset--color--white#ffffff
--wp--preset--color--pale-pink#f78da7

…and 30 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: div.elementor-elementa.elementor-element×12 → div.elementor-element×2 → div.elementor-elementa.elementor-button

Responsive (measured)

Install it

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

npx shadcn add https://mozaika.design/r/decode/netugroup.com

Or as a Meta Astryx theme — a ready defineTheme file with the measured hover/press states baked in:

curl -o src/themes/netugroup.theme.ts https://mozaika.design/api/astryx/decode/netugroup.com.ts

registry item · astryx theme · or query it over MCP: get_design_system("Netugroup")

Export: DESIGN.md

# Netugroup — 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 | `#00C5B4` |
| accent | `#00C5B4` |
| link | `#00C5B4` |
| secondary | `#CE009F` |
| button_bg | `#00C5B4` |
| button_text | `#FFFFFF` |

**Using these colors**

- **Action color** `#00C5B4` — 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 `#00C5B4` — one role, not several (your action color).
- **accent** `#00C5B4` — 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.
- **secondary** `#CE009F` — 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` 68.2% · `#32074C` 15.5% · `#FFFFFF` 7.9% · `#554670` 5.1%

## Typography

- Heading: **opens** _(free fallback: Newsreader)_
- Body: **opens** _(free fallback: Newsreader)_

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 62px / 700 · lh 81px |
| h2 | 47px / 700 · lh 57px |
| h3 | 26px / 700 · lh 34px |
| body | 17px / 400 · lh 25px |
| small | 15px / 700 · lh 15px · tracking 0.64px |
| eyebrow | 14px / 700 · tracking 0.64px |

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

> **Fonts —** opens may be proprietary — safe free fallback: Newsreader (Google Fonts).

## Spacing
- base unit: 4px (inferred from the measured scale)
- measured scale: 5px, 6px, 7px, 8px, 10px, 14px, 15px, 23px, 26px, 29px — snap all gaps/padding to these

## Radius
- base: 3px
- button: 5px
- card: 10px
- sharp: 3px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#00C5B4` / `#FFFFFF` | none | 5px | 14.4px 14.4px 14.4px 14.4px | 700 14.9272px / 0.64px | none |
| secondary | `rgba(0, 197, 180, 0)` / `#FFFFFF` | none | — | 0px 0px 0px 0px | 900 18px / 0.64px | none |

**States (measured, not guessed)**

- primary hover: background `#04B8A8`
- primary focus: background `#04B8A8` · outline `1px auto rgb(16, 16, 16)`
- transition: `all 0.3s ease`

## Shadows (elevation)
- card: `rgba(172, 171, 171, 0.3) 0px -1px 10px 0px`

## Motion
- durations: 300ms (dominant) · 400ms · 700ms
- easings: `ease` (dominant)
- animated properties: transform, background, border, box-shadow

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 |
|-------|-------|
| `--wp-block-synced-color` | `#7a00df` |
| `--wp-bound-block-color` | `#7a00df` |
| `--wp-editor-canvas-background` | `#ddd` |
| `--wp-admin-theme-color` | `#007cba` |
| `--wp-admin-theme-color-darker-10` | `#006ba1` |
| `--wp-admin-theme-color-darker-20` | `#005a87` |
| `--wp--preset--color--black` | `#000000` |
| `--wp--preset--color--cyan-bluish-gray` | `#abb8c3` |
| `--wp--preset--color--white` | `#ffffff` |
| `--wp--preset--color--pale-pink` | `#f78da7` |
| `--wp--preset--color--vivid-red` | `#cf2e2e` |
| `--wp--preset--color--luminous-vivid-orange` | `#ff6900` |

_…and 28 more measured on the page._

Prefer these names when extending their system — it's the brand's actual vocabulary.

## Layout (measured)
- nav: 130px

## Motion choreography (measured)
Load order: `div.elementor-element` @0ms → `a.elementor-element`×12 @194ms → `div.elementor-element`×2 @194ms → `div.elementor-element` @194ms → `a.elementor-button` @642ms

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

## Responsive (measured)
- breakpoints: 479px · 576px · 600px · 768px · 992px · 1024px
- mobile (390px): body 16px · 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/decode/netugroup.com

← All decoded design systems

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