# MekaVerse — Style Reference
> Deep-space holographic command center.
**Theme:** dark
MekaVerse employs a deep, immersive dark theme, reminiscent of a futuristic console interface against expansive, detailed world maps. The design emphasizes content through large, impactful typography, with subtle interactive elements appearing as focused accents. UI components are lightweight and minimalist, often using transparent or ghost styles to keep the focus on the rich background visuals. A strong sense of digital artistry is conveyed through custom fonts and the deliberate use of high-contrast text against dark, natural environments.
## Tokens — Colors
| Name | Value | Token | Role |
|------|-------|-------|------|
| Void Black | `#000000` | `--color-void-black` | Page backgrounds, primary text, dark element borders, deep surface contrast |
| Cloud White | `#ffffff` | `--color-cloud-white` | Primary text, ghost button borders, selected navigation items, light accents |
| Light Mist | `#b8bab9` | `--color-light-mist` | Subtle background panels, muted surface treatment |
| Ghost Gray | `#e2e2e2` | `--color-ghost-gray` | Decorative borders, divider lines, secondary UI outlines |
| Control Gray | `#444345` | `--color-control-gray` | Solid button backgrounds, interactive elements requiring more visual weight |
| Page Blue | `#2e9ec3` | `--color-page-blue` | Supporting palette color for small decorative accents when the core palette needs contrast. Do not promote it to the primary CTA color |
| Page Red | `#bc1010` | `--color-page-red` | Supporting palette color for small decorative accents when the core palette needs contrast. Do not promote it to the primary CTA color |
| Page Pink | `#d69dbb` | `--color-page-pink` | Tertiary accent, decorative highlights |
| Page Light Blue | `#20b0d7` | `--color-page-light-blue` | Lightest blue accent for contrast or subtle detailing |
| Page Blue Grey | `#9faac0` | `--color-page-blue-grey` | Softest cool-toned neutral, for backgrounds or textural elements |
## Tokens — Typography
### Roobert — Primary display font for headings, impactful statements, and key navigation items. Its large sizes establish a bold, assertive presence, while 'normal' letter spacing keeps it legible at scale. · `--font-roobert`
- **Substitute:** Montserrat
- **Weights:** 400
- **Sizes:** 26px, 30px, 80px
- **Line height:** 0.78, 1.00, 1.15
- **Letter spacing:** normal
- **OpenType features:** `"liga" 0`
- **Role:** Primary display font for headings, impactful statements, and key navigation items. Its large sizes establish a bold, assertive presence, while 'normal' letter spacing keeps it legible at scale.
### GT America Mono Regular — Monospaced font for detailed body text, navigational sub-items, and information-dense areas. The subtle negative letter-spacing creates a compact, technical feel. · `--font-gt-america-mono-regular`
- **Substitute:** Roboto Mono
- **Weights:** 400
- **Sizes:** 10px, 12px
- **Line height:** 1.00, 1.30
- **Letter spacing:** -0.02em
- **Role:** Monospaced font for detailed body text, navigational sub-items, and information-dense areas. The subtle negative letter-spacing creates a compact, technical feel.
### Type Scale
| Role | Size | Line Height | Letter Spacing | Token |
|------|------|-------------|----------------|-------|
| heading-sm | 26px | 1.15 | — | `--text-heading-sm` |
| heading | 30px | 1 | — | `--text-heading` |
| display | 80px | 0.78 | — | `--text-display` |
## Tokens — Spacing & Shapes
**Base unit:** 4px
**Density:** comfortable
### Spacing Scale
| Name | Value | Token |
|------|-------|-------|
| 4 | 4px | `--spacing-4` |
| 16 | 16px | `--spacing-16` |
| 20 | 20px | `--spacing-20` |
| 40 | 40px | `--spacing-40` |
| 116 | 116px | `--spacing-116` |
### Border Radius
| Element | Value |
|---------|-------|
| cards | 10px |
| buttons | 2px |
| navItems | 2px |
| containers | 20px |
### Layout
- **Section gap:** 40px
- **Card padding:** 20px
- **Element gap:** 20px
## Components
### Primary Ghost Button
**Role:** Interactive element for key actions, appearing as a transparent rectangular outline.
Background: rgba(255, 255, 255, 0.2), Text: Cloud White (#ffffff), Border: 1px solid Cloud White (#ffffff), Radius: 2px, Padding: 0px vertical, 20px horizontal. This button prioritizes minimal visual footprint.
### Text Link Button
**Role:** Minimal interactive element, purely text-based without background or visible border.
Background: transparent (rgba(0, 0, 0, 0)), Text: Cloud White (#ffffff), No border, No radius, Padding: 0px. Used for subtle navigation or secondary actions.
### Dark Filled Button
**Role:** Standard button for actions that require slightly more visual emphasis.
Background: Void Black (#000000), Text: Cloud White (#ffffff), Border: 1px solid Void Black (#000000), Radius: 2px, Padding: 0px vertical, 20px horizontal. Provides a solid, yet subdued, interactive target.
### Muted Action Button
**Role:** Less prominent action button, typically for secondary or tertiary functions.
Background: Control Gray (#444345), Text: Cloud White (#ffffff), Border: 1px solid Control Gray (#444345), Radius: 2px, Padding: 0px vertical, 20px horizontal. Offers moderate visual weight while maintaining a dark aesthetic.
### Navigation Item
**Role:** Individual items within the main navigation, with subtle interactive styling.
Background: transparent, Text: Cloud White (#ffffff), Underline Border: 1px solid Cloud White (#ffffff) on hover/active, often without visible border otherwise. Radius: 2px for active states. Features Roobert font.
### Outlined Nav Item
**Role:** Navigation items that appear as an outline without a fill.
Background: transparent (rgb(0,0,0,0)), Text: Void Black (#000000) or Cloud White (#ffffff) depending on context, Border: 1px solid Cloud White (#ffffff) or Void Black (#000000), Radius: 0px. Used for secondary nav elements.
### Content Card
**Role:** Container for information or features, with slightly rounded corners.
Background: Often transparent or very dark, Border: Hairline outlines in Ghost Gray (#e2e2e2) or Cloud White (#ffffff), Radius: 10px. Padding is typically 20px for internal content.
## Do's and Don'ts
### Do
- Use Void Black (#000000) as the dominant background for all major sections to maintain a deep, immersive feel.
- Apply Cloud White (#ffffff) for primary text and headings to ensure high contrast and legibility.
- Utilize Roobert font for all headings (26px, 30px, 80px) and large display text to establish a strong visual hierarchy.
- Employ GT America Mono Regular for all body and detailed text (10px, 12px), applying a consistent -0.02em letter-spacing.
- Maintain a clear visual distinction for interactive elements, favoring ghost buttons with Cloud White (#ffffff) borders for primary actions and Control Gray (#444345) for filled secondary actions.
- Use a base unit of 4px for all spacing measurements, translating to element gaps of 20px and section gaps of 40px.
- Apply 2px border radius for interactive elements like buttons and navigation, and 10px or 20px for larger content containers to soften their appearance minimally.
### Don't
- Avoid using bright or overly saturated colors as primary backgrounds; the default is a dark, immersive canvas.
- Do not deviate from the specified font families and letter-spacing values, as they are central to the brand's technical and assertive tone.
- Refrain from heavy drop shadows or excessive elevation; the system prefers subtle layering and transparency.
- Do not use generic button styles; stick to the defined ghost, text, and solid dark button variants.
- Avoid large amounts of un-contained white space on dark backgrounds; content should feel integrated into the visual field.
- Do not use more than 2px radius for buttons or nav items; larger radii are reserved for content containers (10px, 20px).
- Do not use more than a single accent color per section; maintain focus and clarity against the dark canvas.
## Surfaces
| Level | Name | Value | Purpose |
|-------|------|-------|---------|
| 1 | Void Black Canvas | `#000000` | Primary page background, base layer. |
| 2 | Control Gray Surface | `#444345` | Solid button backgrounds, slightly elevated interactive elements. |
| 3 | Light Mist Panel | `#b8bab9` | Muted background panels or informational sections, offering slight visual separation. |
| 4 | Cloud White Accent | `#ffffff` | Highlight for text or borders on selected components against darker surfaces. |
## Imagery
This site features highly detailed, immersive 3D rendered world maps and abstract graphic elements. Imagery primarily serves as a full-bleed atmospheric background or contained within specific content blocks. When photography is used, it often shows product-focused shots of the Mekas themselves. Illustrations are dimensional and highly detailed with a sci-fi/fantasy aesthetic. Icons are minimalist and outlined, typically in white against dark backgrounds, maintaining a clean yet functional appearance. Imagery is dense and dominant, often taking up large portions of the screen to create an immersive experience, with text overlayed directly onto it.
## Layout
The site uses a full-bleed page model, where background imagery stretches across the entire viewport. The hero section is characterized by a full-viewport image with large, centered headlines overlayed. Section rhythm is often seamless, with background imagery transitioning or layering, maintained through consistent vertical spacing of 40px between major content blocks. Content arrangement frequently features centered stacks of headlines, subtext, and ghost buttons. There are instances of alternating text-left/image-right or multi-column card grids for features, all within the immersive background. The overall density is spacious between sections, but content blocks themselves can be information-rich. Navigation is handled by a transparent sticky top bar with minimalist links.
## Agent Prompt Guide
Quick Color Reference:
- text: #ffffff
- background: #000000
- border: #ffffff
- accent: #2e9ec3
- primary action: #444345 (filled action)
Example Component Prompts:
- Create a Primary Action Button: #444345 background, #ffffff text, 9999px radius, compact pill padding. Use this filled treatment for the main CTA.
- Create a Navigation Bar: Void Black (#000000) background, with a `Home` link and `Gallery` link using Cloud White (#ffffff) text, Roobert font (size 26px for main items, 12px for sub-items). Maintain 20px elementGap between items. Use an Outlined Nav Item for a 'Connect Wallet' button with Cloud White (#ffffff) text and border, no background, 0px radius, 0px padding.
- Create a Content Card: background transparent, with a 1px solid Ghost Gray (#e2e2e2) border, 10px radius, and 20px internal padding. Inside, use a Roobert 30px Cloud White (#ffffff) heading and GT America Mono Regular 12px text in Cloud White (#ffffff) with -0.02em letter-spacing.
## Similar Brands
- **Star Atlas** — Shares a full-bleed dark theme with immersive 3D rendered environments and futuristic UI elements, prominent header navigation.
- **Cyberpunk 2077 Website** — Similar dark, immersive aesthetic with large typography overlays on detailed background imagery, and a sci-fi feel.
- **Immutable X** — Uses a dark theme, minimalist navigation, and focuses on large, impactful hero sections with contrasting text against detailed backgrounds for a digital crypto/gaming feel.
- **Decentraland** — Utilizes a dark, metaverse-oriented aesthetic with 3D elements and a strong emphasis on digital world exploration, featuring minimalist UI.
## Quick Start
### CSS Custom Properties
```css
:root {
/* Colors */
--color-void-black: #000000;
--color-cloud-white: #ffffff;
--color-light-mist: #b8bab9;
--color-ghost-gray: #e2e2e2;
--color-control-gray: #444345;
--color-page-blue: #2e9ec3;
--color-page-red: #bc1010;
--color-page-pink: #d69dbb;
--color-page-light-blue: #20b0d7;
--color-page-blue-grey: #9faac0;
/* Typography — Font Families */
--font-roobert: 'Roobert', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
--font-gt-america-mono-regular: 'GT America Mono Regular', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
/* Typography — Scale */
--text-heading-sm: 26px;
--leading-heading-sm: 1.15;
--text-heading: 30px;
--leading-heading: 1;
--text-display: 80px;
--leading-display: 0.78;
/* Typography — Weights */
--font-weight-regular: 400;
/* Spacing */
--spacing-unit: 4px;
--spacing-4: 4px;
--spacing-16: 16px;
--spacing-20: 20px;
--spacing-40: 40px;
--spacing-116: 116px;
/* Layout */
--section-gap: 40px;
--card-padding: 20px;
--element-gap: 20px;
/* Border Radius */
--radius-sm: 2px;
--radius-lg: 10px;
--radius-2xl: 20px;
/* Named Radii */
--radius-cards: 10px;
--radius-buttons: 2px;
--radius-navitems: 2px;
--radius-containers: 20px;
/* Surfaces */
--surface-void-black-canvas: #000000;
--surface-control-gray-surface: #444345;
--surface-light-mist-panel: #b8bab9;
--surface-cloud-white-accent: #ffffff;
}
```
### Tailwind v4
```css
@theme {
/* Colors */
--color-void-black: #000000;
--color-cloud-white: #ffffff;
--color-light-mist: #b8bab9;
--color-ghost-gray: #e2e2e2;
--color-control-gray: #444345;
--color-page-blue: #2e9ec3;
--color-page-red: #bc1010;
--color-page-pink: #d69dbb;
--color-page-light-blue: #20b0d7;
--color-page-blue-grey: #9faac0;
/* Typography */
--font-roobert: 'Roobert', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
--font-gt-america-mono-regular: 'GT America Mono Regular', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
/* Typography — Scale */
--text-heading-sm: 26px;
--leading-heading-sm: 1.15;
--text-heading: 30px;
--leading-heading: 1;
--text-display: 80px;
--leading-display: 0.78;
/* Spacing */
--spacing-4: 4px;
--spacing-16: 16px;
--spacing-20: 20px;
--spacing-40: 40px;
--spacing-116: 116px;
/* Border Radius */
--radius-sm: 2px;
--radius-lg: 10px;
--radius-2xl: 20px;
}
```

Midnight Command Center: An…
Deep Space Command. A minimalist,…
monochromatic starkness with…
Galactic Command Center. Deep…
Midnight Command Console. Deep,…
Midnight Command Center: a dark…
Shifting geometric planes under a…
Deep Space Command Center. A dark,…
Deep-ocean bioluminescent…

Midnight Grid Console — where…
Deep-space command center. A…

Midnight command center, subtly…

Mountain Top Command Center
Star Chart Blueprint:…

Galactic Command Center. Surfaces…
Deep-space digital canvas
Deep Space Command Center.…
Midnight atelier of digital…
Playful, chunky, soft-edge…
Midnight Command Center