()
| 20 | const uiAsset = (file) => readFile(join(UI_ROOT, "src/assets", file), "utf8"); |
| 21 | const loadLogo = () => uiAsset("logo.svg"); // lotus mark — icons + OG |
| 22 | const loadText = () => uiAsset("logo-text.svg"); // logotype — OG card |
| 23 | |
| 24 | // One lotus mark, two tones from the UI palette: |
| 25 | // - FIELD (`bgPale.accent`, washed cream): the field a DARK lotus/logotype |