PRISM is the master hub. Every TITAN studio is a child:
- /gems · /oracle · /thefive · /innerverse · /livegrow · /cipher · etc.
Studios should NOT be standalone islands at their own subdomains anymore — they're listed AS CARDS inside PRISM.
(Existing subdomains can keep working as direct-access aliases for compatibility, but the canonical path is through PRISM.)
The GEMS aesthetic (Jarvis HUD: cyan #00d4ff + dark #050810 + Eurostile/Rajdhani typography + hexagonal blueprint motifs) is now the DEFAULT studio-hub theme.
Roll out to:
Every hub gets a small theme switcher control (top-right corner or settings cog):
Switcher persists choice in localStorage, applies via CSS class on <body> (e.g. body.theme-gems).
F:/TITAN/scripts/build_prism.py (or equivalent) — rewrite PRISM hub to GEMS theme + include GEMS/ORACLE/etc. studio cardsF:/TITAN/static/themes.css — shared CSS with 4 theme classesF:/TITAN/static/theme-switcher.js — vanilla JS dropdown that toggles body class + saves to localStorageDefault any new studio hub to the GEMS theme. Don't re-invent palettes per studio anymore (was useful for differentiation early, now creates fragmentation).