MozaikaLive decode

Gayxnow — decoded design system

gayxnow.com · dark · bold · custom · deep decode — measured live

Gayxnow'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/gayxnow.com.

Decoded design system

Gayxnow's decoded design system: background #161616, text #FFFFFF, accent #009F25, link #8A8A8A, primary #009F25; type scale h1 24px / h2 21px / body 14px; 10px spacing base; 10px base radius. The single interactive/action color is #009F25 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#161616
surface#232323
border#383838
text#FFFFFF
text_muted#A6A6A6
primary#009F25
accent#009F25
link#8A8A8A
secondary#0000EE
button_bg#009F25
button_text#FFFFFF

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

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

Native design tokens

TokenValue
--black-bg#000
--white-bg#fff
--black-color#000
--white-color#fff
--color-inverse#fff
--main-background#161616
--header-background#000000
--header-background2#000
--thumb-box-bg#070707
--thumb-placeholder-bg#070707

…and 77 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Scroll reveal: 2 elements rest at opacity 0, translateY(35px), animate in over 0.3s ease.

Input (measured)

height 40px · radius 10px

Responsive (measured)

Install it

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

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

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

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

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

Export: DESIGN.md

# Gayxnow — Design System

> dark, bold, high, custom — deep decode (measured live)

## Colors

| Role | Value |
|------|-------|
| bg | `#161616` |
| surface | `#232323` |
| border | `#383838` |
| text | `#FFFFFF` |
| text_muted | `#A6A6A6` |
| primary | `#009F25` |
| accent | `#009F25` |
| link | `#8A8A8A` |
| secondary | `#0000EE` |
| button_bg | `#009F25` |
| button_text | `#FFFFFF` |

**Using these colors**

- **Action color** `#009F25` — 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`, `button_bg` are all `#009F25` — one role, not several (your action color).
- **accent** `#009F25` — 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** `#8A8A8A` — reads as a neutral UI color, not a link accent — verify against the reference (action = #009F25).
- **secondary** `#0000EE` — 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): `#0D0D0D` 43.4% · `#3B302B` 24.1% · `#504841` 13.7% · `#D9DCD7` 10.4%

## Typography

- Heading: **Roboto**
- Body: **Roboto**

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 24px / 700 · lh 24px |
| h2 | 21px / 700 · lh 25px |
| h3 | 18px / 900 · lh 23px · tracking 1.44px |
| body | 14px / 500 · lh 18px |
| small | 12px / 400 · lh 20px |

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

> **Fonts —** Roboto — free, on Google.

## Spacing
- base unit: 10px (inferred from the measured scale)
- measured scale: 5px, 6px, 8px, 10px, 15px, 16px, 18px, 19px, 20px, 22px — snap all gaps/padding to these

## Radius
- base: 10px
- button: 0px
- card: 10px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#009F25` / `#FFFFFF` | none | 0px | 0px 15px 0px 15px | 400 16px | none |
| secondary | `rgba(0, 0, 0, 0)` / `#B8B8B8` | none | 10px | 10px 32px 10px 32px | 500 14px | none |

**States (measured, not guessed)**

- primary hover: background `#058322`

## Shadows (elevation)
- subtle: `rgba(255, 255, 255, 0.06) 0px 0px 0px 1px, rgba(0, 245, 255, 0.25) 0px 0px 18px 0px, rgba(255, 43, 214, 0.18) 0px 0px 28px 0px`

## Motion
- durations: 300ms (dominant)
- easings: `ease` (dominant) · `linear`
- animated properties: background, color, box-shadow, -webkit-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 |
|-------|-------|
| `--black-bg` | `#000` |
| `--white-bg` | `#fff` |
| `--black-color` | `#000` |
| `--white-color` | `#fff` |
| `--color-inverse` | `#fff` |
| `--main-background` | `#161616` |
| `--header-background` | `#000000` |
| `--header-background2` | `#000` |
| `--thumb-box-bg` | `#070707` |
| `--thumb-placeholder-bg` | `#070707` |
| `--pagination-bg` | `#1f1f1f` |
| `--sort-bg` | `#070707` |

_…and 75 more measured on the page._

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

## Layout (measured)
- container max 1200px · common grid: 2-col
- nav: 105px

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 121 | 2584 | — | — | 0/0 | — |
| 1239 | 212 | 2 | 15 | 0/0 | 88/12 |
| 1490 | 915 | 3 | 15 | 0/0 | 75/12/12 |
| 2446 | 260 | — | — | 0/0 | — |

## Motion choreography (measured)
- scroll reveal: 2 elements rest at opacity 0, translateY(35px), animate in over 0.3s ease (0 revealed during the drive).

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

## Components (measured)
- input: h 40px · r 10px · bg #1D1D1D · placeholder #757575
- link: #D1D1D1 · no underline — hover #F0F0F0

## Responsive (measured)
- breakpoints: 374px · 430px · 550px · 767px · 800px · 890px
- mobile (390px): hero 19px · body 14px · 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.

---

> **Decoded with Mozaika** — measured live, not guessed. Full decoded design system + one-command install: mozaika.design/decode/gayxnow.com

← All decoded design systems

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