Open Design system
In that order of importance. This is the front door to the system — the canonical rules, the machine-readable tokens, and the specimen cards that prove them. Everything below is traceable to first-party source.
Read in this order. DESIGN.md is the source of truth;
colors_and_type.css is its machine-readable half.
DESIGN.md
2 · The tokens
Every value as a custom property, semantic layer over raw ramp.
Consume the semantic names; never hard-code a hex.
colors_and_type.css
3 · The brand kit
The dark brand page — logo lockups, clear space, palette, type scale
and the glow CTA, rendered on the real ground.
brand-kit.html
4 · The foundations
Twelve preview cards: color, typography, spacing, radius, buttons,
inputs, assets and the decorative art layer.
preview/
5 · The live components
Thirteen components extracted from codecave.pro — twelve mount the
real compiled .vue sources live — each with its real prop
signature, a variant matrix and what the extraction found —
55 findings, 30 of them defects.
storybook/
6 · The templates
Six whole surfaces composed from the system — pitch deck, contact
form, marketing email, newsletter, landing page, print poster.
One self-contained file each.
artifacts/
Depth is not built from contrast. The page is #0A0A0B; cards rise one
barely-perceptible step to #0F0F15. That narrow separation is deliberate —
if you are lightening a card to make it read, you have made a layout mistake,
not a color mistake.
#0A0A0B#0F0F15#2B2848#F4F4F6#5F20FE#9980FFSection panels cast violet light upward — the source sits under the panel edge. It is physically wrong and instantly recognizable. Never replace it with a conventional drop shadow. This panel and the button are the real thing.
Open the brand kit
There is one brand page. brand-kit.html is it, and
DESIGN.md is the rules. The host pipeline also emits a
brand.html from brand.json, but its template is fixed-light —
--paper is a hard-coded #ffffff and any dark surface falls
through to white — so it renders this dark-first brand on paper. It is not shipped here.