The system behind a precise instrument.
A single source of truth for color, typography, and component patterns. Built from the official brand guide and the live nucora.ai build, ready to drop into the production stylesheet.
The mark, the wordmark, the icon.
Three approved files cover every surface — dark UI, light collateral, and the app-tile context. Always use the original asset; never re-typeset, recolor, or rebuild from scratch.
Maintain padding equal to ¼ the icon height (x) on every side. Never crowd the mark with adjacent type, imagery, or chrome.
A palette built on signal, not noise.
Deep navy carries the brand. Cyan and teal are the accent — the "intelligence" notes. Greys are pulled from the live Elementor build to stay one-to-one with what's already shipped.
Three voices: display, body, code.
The brand spec is Axiforma (Adobe-licensed). On the web we substitute Poppins for display and Public Sans for body — both live in the current build. JetBrains Mono carries the terminal-eyebrow accent that anchors the "instrument, not dashboard" tone.
Your data has a story to tell.
The architecture behind the investigation.
Cross-domain intelligence.
Memory continuity.
NUCORA places every domain side by side and finds what is actually going on — like discovering that strong recovery was masking the fact that the overall setup was pointed at the wrong outcome.
Three months ago, the platform flagged that your vitamin D was trending down despite supplementation. This quarter, it opens with the follow-up. When a concern appears once, it is noted. The second time, it is acknowledged as repeating.
The atomic vocabulary.
Each piece below maps to a section already on nucora.ai or planned for the SPA build. Drop into any page using the tokens defined below.
The math behind the insight.
Every NUCORA report distills hundreds of thousands of records into a single actionable next step.
Cross-domain intelligence
Place every domain side by side. The insight only appears when every signal is visible at once.
NUCORA analyzed 686 nights and found the decline had nothing to do with sleep hygiene — it was autonomic state, shaped by nicotine cessation and training intensity.
What makes this different from just asking ChatGPT?
How is my data stored and protected?
Is this medical advice?
Drop into your stylesheet.
Copy this block into the top of main.css on the production build. Every component above references these variables — change the token, the whole system updates.
/* ── Nucora Design Tokens · v1.0 ─────────────────────── */ :root { /* Surfaces */ --surface-0: #0A1220; /* page bg */ --surface-1: #122036; /* brand · section */ --surface-2: #18263E; /* card */ --surface-3: #224C75; /* brand · elevated */ /* Blues — actions */ --blue-700: #16456A; --blue-600: #1D73A0; /* primary */ --blue-500: #2472A0; --blue-400: #209DBF; /* cyan accent */ /* Teals — accent */ --teal-500: #42ADC6; --teal-300: #75C3D8; --teal-100: #AFDBE1; /* Ink */ --ink-0: #FFFFFF; --ink-1: #E6E9EE; --ink-2: #B7C0CC; --ink-3: #818EA1; --ink-4: #4A5568; --rule: rgba(255,255,255,0.08); /* Semantic */ --success: #4CAF50; --error: #F44336; --warn: #F59E0B; /* Typography */ --font-display: 'Axiforma', 'Poppins', system-ui, sans-serif; --font-body: 'Axiforma', 'Public Sans', system-ui, sans-serif; --font-mono: 'JetBrains Mono', ui-monospace, monospace; /* Type scale */ --fs-eyebrow: 0.6875rem; /* 11px */ --fs-meta: 0.75rem; /* 12px */ --fs-body: 1rem; /* 16px */ --fs-lead: 1.125rem; /* 18px */ --fs-h4: 1.25rem; /* 20px */ --fs-h3: 1.75rem; /* 28px */ --fs-h2: 2.5rem; /* 40px */ --fs-h1: clamp(2.75rem, 5vw, 4.25rem); /* Spacing scale (8pt grid) */ --space-1: 0.25rem; --space-2: 0.5rem; --space-4: 1rem; --space-8: 2rem; --space-16: 4rem; --space-24: 6rem; /* Radii + motion */ --radius-sm: 4px; --radius-md: 8px; --radius-lg: 14px; --ease: cubic-bezier(0.2, 0.7, 0.2, 1); }