Gaia Research

DESIGN.md — Gaia Research Visual Design Language

Brand personality, mascot guidelines, and the accessibility baseline live in PRODUCT.md. This document acts as the visual-token, layout, and styling specification.

Core Metaphor

While gaia-skill-tree uses The Hunter’s Atlas (scholarly serif meet retro pixel), gaia-research uses The Cyber-Slime Laboratory—a high-energy, technical research aesthetic inspired by Chief Scout Milim and the tactical fluid wisdom of Rimuru. It features sharp hairline grids, monospaced ledger tables, and high-impact color strikes.


Color Palette

The color strategy uses a deep obsidian-midnight background, highlighted by Milim Pink (for high-energy callouts, hero states, and active items) and Rimuru Blue (for stable borders, standard navigation, and verification signals).

CSS Tokens (tokens.css)

:root {
  /* ── Core Backgrounds & Surfaces ───────────────────────── */
  --bg: #05060a;               /* Deep Obsidian Midnight */
  --surface: #0b0c13;          /* Dark Slate surface */
  --border: #141624;           /* Tech Slate border */
  --border-muted: #0d0f1a;     /* Faint grid line border */
  
  /* ── Typography & Ink ──────────────────────────────────── */
  --text: #f0f1f5;             /* Ice White text */
  --text-muted: #8c90aa;       /* Muted Steel Slate */
  --text-dim: #545770;         /* Dim text for tabular headers */
  
  /* ── Milim Pink & Rimuru Blue Brand Colors ───────────────── */
  --milim-pink: #ec4899;       /* Vibrant Hot Pink */
  --milim-pink-rgb: 236,72,153;
  --milim-pink-bg: rgba(236, 72, 153, 0.12);
  --milim-pink-border: rgba(236, 72, 153, 0.35);
  
  --rimuru-blue: #38bdf8;      /* Slime / Sky Blue */
  --rimuru-blue-rgb: 56,189,248;
  --rimuru-blue-bg: rgba(56, 189, 248, 0.12);
  --rimuru-blue-border: rgba(56, 189, 248, 0.35);
  
  /* ── Research Status Accents ───────────────────────────── */
  --status-proposed: #545770;  /* Muted Slate */
  --status-active: var(--rimuru-blue);
  --status-review: #fbbf24;    /* Amber */
  --status-verified: var(--milim-pink);
}

Typography (Condensed & Expanded Play)

The typography creates a striking contrast by mixing ultra-condensed and wide, expanded font styles, reflecting both technical structure and high-energy personality.

Context Font Stack Style Vibe
Hero Display / Brand Syne, Impact, sans-serif Expanded, bold, geometric Expressive, wide, modern
Section Titles / Labels Bebas Neue, sans-serif Ultra-condensed, tall Impactful, structured, punchy
Body Copy / Prose Plus Jakarta Sans, Inter, sans-serif Geometric sans, neutral High readability, clean
Monospace / HUD Departure Mono, Geist Mono, monospace Retro-pixel / clean mono Technical data logs

Typographic Hierarchy


Research Status & Verification Chips

Papers, releases, and specifications use technical status badges with the following styles:

Status Code Color Token Visual Styling
Proposed PRP var(--status-proposed) Muted gray border, transparent background
Active ACT var(--rimuru-blue) Rimuru Blue border and subtle background glow
In Review REV var(--status-review) Amber border, high-visibility warning
Verified VRF var(--milim-pink) Milim Pink border, solid background, high-energy glow

Key UI Patterns

1. The Slime & Spark Nav Bar

2. High-Contrast Layout Grid

3. LED Spark Lights

4. Cyber-Slime Cards (.ledger-card)

5. Tactical Action Buttons


Locked North Star Decisions — July 2026

These decisions supersede older exploratory planning notes where they conflict.

  1. Context Diet is the priority Lab / Benchmark. Treat Context Diet as Lab 001 / Benchmark 001 and the first flagship interactive proof point for the Next.js site.
  2. Gaia Skill Tree is considered complete for this planning phase. The previous /atlas framing is no longer the main product priority; Gaia Skill Tree supersedes Atlas as the canonical registry/product destination.
  3. Vercel is locked for deployment. Design and implementation should assume Next.js App Router hosted on Vercel with preview deployments.
  4. GitHub OAuth and Supabase are locked platform decisions. Exact callback routes, profile schema, auth copy, and persistence details will land in future PRs.
  5. Production social surfaces are Twitter/X, Reddit, and GitHub only. Do not include Discord as a production CTA, footer link, or community icon.
  6. Milim and Nova avatars are done. Existing avatar assets should be treated as approved brand assets unless a later explicit art-direction pass requests variants.
  7. Context Diet assets are mostly done. Remaining design work should focus on production exports, responsive crops, UI integration pieces, and any missing commission-quality supporting assets.

Asset Production & Commission Backlog

Canonical working list: docs/plans/north-star-decisions-and-asset-commission.md.

Priority asset groups:

All commission work must preserve originality, avoid direct character/IP copying, avoid rasterized UI text for core site content, and provide responsive production-ready exports.