Brand personality, mascot guidelines, and the accessibility baseline live in
PRODUCT.md. This document acts as the visual-token, layout, and styling specification.
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.
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).
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);
}
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 |
clamp(3rem, 7vw, 6rem), font-family: var(--font-display-wide), font-weight 800, line-height 0.95. Play with text capitalization and wide spacing.clamp(2rem, 5vw, 3.5rem), font-family: var(--font-display-condensed), letter-spacing 0.06em, line-height 1.0.1.1rem, font-family: var(--font-mono), text-transform uppercase, tracking 0.1em, color: var(--rimuru-blue).0.95rem, line-height 1.6, font-family: var(--font-body).1.5rem or higher, font-family: var(--font-mono), color: var(--milim-pink).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 |
1px horizontal border of var(--border).var(--milim-pink) and the wordmark in expanded Syne.1px solid var(--border-muted) lines that form a structural canvas.rgba(56, 189, 248, 0.02) lines..led) are used to display research status or test verification..led-verified) pulse with a fast 1.2s animation using var(--milim-pink) drop-shadows..ledger-card)var(--surface).1px solid var(--border). Corner radius is a sharp 2px or completely square 0px to maintain a rigid blueprint layout.4px x 4px solid square in the top-right corner, colored in var(--milim-pink) or var(--rimuru-blue), acting as a status stamp.var(--rimuru-blue) and activates a soft back-glow.var(--milim-pink) background, var(--bg) text, bold condensed Bebas Neue. Hover triggers a Rimuru Blue offset shadow: box-shadow: 4px 4px 0px var(--rimuru-blue); transform: translate(-2px, -2px);.1px solid var(--rimuru-blue) border, var(--text) text. Hover fills the button with a soft var(--rimuru-blue-bg) tint.These decisions supersede older exploratory planning notes where they conflict.
/atlas framing is no longer the main product priority; Gaia Skill Tree supersedes Atlas as the canonical registry/product destination.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.