The memory layer for AI and humans — and, from here on, the house style for every page, digest, and report our agents put a URL on.
These are not approximations. Every value below was read from mnemika.com/styles.css and is reproduced exactly, so a published page and the website are the same colour, not merely similar.
Gold is the accent and carries emphasis alone. Aqua marks something new or live; rose marks something that needs a human. Using all three at once makes a page look like a dashboard, which is rarely what you want.
Mnemika sets display type in a book serif and everything else in the system sans. No webfont is loaded, which is deliberate: it renders instantly, survives an offline viewer, and never fails silently behind a content-security policy.
The same content the n8n workflow posts into #buzz-news, rendered in house style. This is the target: an agent produces the facts, the kit supplies the form.
Paste this block at the top of any page an agent publishes. Everything else in the kit is styled through these names, so a page that uses the tokens inherits the identity without copying the layout.
/* Mnemika house tokens — source: mnemika.com/styles.css */ :root { --bg:#080A12; --bg2:#0E1526; --fg:#F5F1E8; --muted:#C2BCB1; --quiet:#8A847B; --gold:#E8C77B; --aqua:#75E6D1; --rose:#E7A3B2; --border:rgba(245,241,232,.16); --serif:"Iowan Old Style",Charter,"Palatino Linotype",Palatino,Georgia,serif; --sans:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif; --mono:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace; }
Publishing puts a URL into the world. These four rules are the difference between a useful habit and an incident.
No patient data, qEEG results, or session records. Anything touching a real person's health is GDPR Article 9 material and does not go on a published page — not anonymised, not aggregated, not "just an example".
No credentials, webhook secrets, API keys, or private keys — including inside a screenshot or a pasted config block. A secret in a published page is a secret that must then be rotated.
Anything customer-facing or clinical gets a human review before the link is shared. Publishing privately is fine; sending the URL onward is the step that needs a yes.
Say where the numbers came from. Every figure on a published page carries its source and the date it was read, in the footer if nowhere else. A page without provenance gets treated as decoration.