@vxnus/siduri 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/builtin-manifests.js +26 -1
- package/dist/clean-machine-e2e.test.js +21 -13
- package/dist/configurators/voice.js +327 -20
- package/dist/configurators.test.js +2 -1
- package/dist/generator.d.ts +1 -0
- package/dist/generator.js +49 -2
- package/dist/generator.test.js +5 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.js +7 -2
- package/dist/release-check.js +2 -2
- package/dist/web-dist/404/index.html +1 -1
- package/dist/web-dist/404.html +1 -1
- package/dist/web-dist/__next.__PAGE__.txt +3 -3
- package/dist/web-dist/__next._full.txt +3 -3
- package/dist/web-dist/__next._tree.txt +2 -2
- package/dist/web-dist/_next/static/chunks/1dc9n0p39yo65.css +1 -0
- package/dist/web-dist/_not-found/__next._full.txt +2 -2
- package/dist/web-dist/_not-found/__next._not-found.__PAGE__.txt +2 -2
- package/dist/web-dist/_not-found/__next._tree.txt +2 -2
- package/dist/web-dist/_not-found/index.html +1 -1
- package/dist/web-dist/_not-found/index.txt +2 -2
- package/dist/web-dist/chat/__next._full.txt +2 -2
- package/dist/web-dist/chat/__next._tree.txt +2 -2
- package/dist/web-dist/chat/__next.chat.__PAGE__.txt +2 -2
- package/dist/web-dist/chat/index.html +1 -1
- package/dist/web-dist/chat/index.txt +2 -2
- package/dist/web-dist/index.html +1 -1
- package/dist/web-dist/index.txt +3 -3
- package/dist/web-dist/operator/__next._full.txt +2 -2
- package/dist/web-dist/operator/__next._tree.txt +2 -2
- package/dist/web-dist/operator/__next.operator.__PAGE__.txt +2 -2
- package/dist/web-dist/operator/index.html +1 -1
- package/dist/web-dist/operator/index.txt +2 -2
- package/package.json +1 -1
- package/dist/web-dist/_next/static/chunks/2bu5_paf4sm3x.css +0 -1
- /package/dist/web-dist/_next/static/{_zOqKpMPc6RDqk04fUScI → i9YV06HVZxr6wJWWxhUhB}/_buildManifest.js +0 -0
- /package/dist/web-dist/_next/static/{_zOqKpMPc6RDqk04fUScI → i9YV06HVZxr6wJWWxhUhB}/_clientMiddlewareManifest.js +0 -0
- /package/dist/web-dist/_next/static/{_zOqKpMPc6RDqk04fUScI → i9YV06HVZxr6wJWWxhUhB}/_ssgManifest.js +0 -0
package/dist/index.js
CHANGED
|
@@ -26,7 +26,7 @@ const doctor_1 = require("./doctor");
|
|
|
26
26
|
const db_1 = require("./db");
|
|
27
27
|
const configurators_1 = require("./configurators");
|
|
28
28
|
const execFile = (0, node_util_1.promisify)(node_child_process_1.execFile);
|
|
29
|
-
exports.CLI_VERSION = '0.1.
|
|
29
|
+
exports.CLI_VERSION = '0.1.2';
|
|
30
30
|
exports.colors = {
|
|
31
31
|
cyan: '\u001b[36m',
|
|
32
32
|
dim: '\u001b[2m',
|
|
@@ -244,7 +244,12 @@ async function runCreateWizard(targetDir) {
|
|
|
244
244
|
if (files['docker-compose.yml']) {
|
|
245
245
|
await (0, promises_1.writeFile)(node_path_1.default.join(projectDir, 'docker-compose.yml'), files['docker-compose.yml'], 'utf8');
|
|
246
246
|
}
|
|
247
|
-
if (files.
|
|
247
|
+
if (files.createAssetsDirs && files.createAssetsDirs.length > 0) {
|
|
248
|
+
for (const dir of files.createAssetsDirs) {
|
|
249
|
+
await (0, promises_1.mkdir)(node_path_1.default.join(projectDir, dir), { recursive: true });
|
|
250
|
+
}
|
|
251
|
+
}
|
|
252
|
+
else if (files.createAssetsBodyDir) {
|
|
248
253
|
await (0, promises_1.mkdir)(node_path_1.default.join(projectDir, 'assets/body/model'), { recursive: true });
|
|
249
254
|
}
|
|
250
255
|
printSuccess(`Generated standalone files at ${projectDir}`);
|
package/dist/release-check.js
CHANGED
|
@@ -26,9 +26,9 @@ function runReleaseCheck(repoRoot = node_path_1.default.resolve(__dirname, '../.
|
|
|
26
26
|
{ name: '@siduri-x/vision', dir: 'packages/organs/vision', isOrgan: true, tarName: 'siduri-x-vision-1.0.1.tgz' },
|
|
27
27
|
{ name: '@siduri-x/hands', dir: 'packages/organs/hands', isOrgan: true, tarName: 'siduri-x-hands-1.0.1.tgz' },
|
|
28
28
|
{ name: '@siduri-x/body', dir: 'packages/organs/body', isOrgan: true, tarName: 'siduri-x-body-1.0.1.tgz' },
|
|
29
|
-
{ name: '@siduri-x/voice', dir: 'packages/organs/voice', isOrgan: true, tarName: 'siduri-x-voice-1.0.
|
|
29
|
+
{ name: '@siduri-x/voice', dir: 'packages/organs/voice', isOrgan: true, tarName: 'siduri-x-voice-1.0.2.tgz' },
|
|
30
30
|
{ name: '@siduri-x/observation', dir: 'packages/organs/observation', isOrgan: true, tarName: 'siduri-x-observation-1.0.1.tgz' },
|
|
31
|
-
{ name: '@vxnus/siduri', dir: 'cli', isOrgan: false, tarName: 'vxnus-siduri-0.1.
|
|
31
|
+
{ name: '@vxnus/siduri', dir: 'cli', isOrgan: false, tarName: 'vxnus-siduri-0.1.2.tgz' },
|
|
32
32
|
];
|
|
33
33
|
let packagesChecked = 0;
|
|
34
34
|
let tarballsInspected = 0;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<!DOCTYPE html><html lang="en" class="h-full antialiased dark"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/chunks/
|
|
1
|
+
<!DOCTYPE html><html lang="en" class="h-full antialiased dark"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/chunks/1dc9n0p39yo65.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/2kcqevsmv6kh2.js"/><script src="/_next/static/chunks/1_yae15ffa5f6.js" async=""></script><script src="/_next/static/chunks/3bx2gs3idjmo1.js" async=""></script><script src="/_next/static/chunks/32z87id9k6i2z.js" async=""></script><script src="/_next/static/chunks/turbopack-3eipe4c-imn5l.js" async=""></script><script src="/_next/static/chunks/0uwih7sydv413.js" async="" crossorigin=""></script><link rel="preload" href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap" as="style"/><meta name="robots" content="noindex"/><link rel="preconnect" href="https://fonts.googleapis.com"/><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous"/><title>404: This page could not be found.</title><title>Siduri — Local-First Companion</title><meta name="description" content="Siduri — a local-first companion with explicit memory, grounded knowledge, and optional presence."/><link rel="icon" href="/favicon.ico?favicon.2vob68tjqpejf.ico" sizes="256x256" type="image/x-icon"/><link rel="icon" href="/favicon.ico"/><link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap" rel="stylesheet"/><script src="/_next/static/chunks/0cz1d0mv5g_q7.js" noModule=""></script></head><body class="min-h-full flex flex-col bg-[#0b0b0e] text-[#eee8df] selection:bg-[#d99a68]/30 selection:text-[#f4c28d]"><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/2kcqevsmv6kh2.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[81869,[\"/_next/static/chunks/0uwih7sydv413.js\"],\"default\"]\n3:I[57830,[\"/_next/static/chunks/0uwih7sydv413.js\"],\"default\"]\n4:I[44101,[\"/_next/static/chunks/0uwih7sydv413.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n8:I[44101,[\"/_next/static/chunks/0uwih7sydv413.js\"],\"ViewportBoundary\"]\na:I[44101,[\"/_next/static/chunks/0uwih7sydv413.js\"],\"MetadataBoundary\"]\nc:I[4626,[\"/_next/static/chunks/0uwih7sydv413.js\"],\"default\",1]\n:HL[\"/_next/static/chunks/1dc9n0p39yo65.css\",\"style\"]\n:HL[\"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500\u0026family=Noto+Sans+JP:wght@400;500;700\u0026family=Noto+Serif+JP:wght@400;500;700\u0026display=swap\",\"style\"]\n7:X\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"_not-found\",\"\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{},\"$undefined\",\"$undefined\",4608]},\"$undefined\",\"$undefined\",4608]},\"$undefined\",\"$undefined\",4624],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/1dc9n0p39yo65.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0uwih7sydv413.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"h-full antialiased dark\",\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"link\",null,{\"rel\":\"preconnect\",\"href\":\"https://fonts.googleapis.com\"}],[\"$\",\"link\",null,{\"rel\":\"preconnect\",\"href\":\"https://fonts.gstatic.com\",\"crossOrigin\":\"anonymous\"}],[\"$\",\"link\",null,{\"href\":\"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500\u0026family=Noto+Sans+JP:wght@400;500;700\u0026family=Noto+Serif+JP:wght@400;500;700\u0026display=swap\",\"rel\":\"stylesheet\"}]]}],[\"$\",\"body\",null,{\"className\":\"min-h-full flex flex-col bg-[#0b0b0e] text-[#eee8df] selection:bg-[#d99a68]/30 selection:text-[#f4c28d]\",\"children\":[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:notFound:0:1:props:style\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,null]},null,false,\"$7\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$L8\",null,{\"children\":\"$L9\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$La\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lb\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$c\",[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/1dc9n0p39yo65.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]]],\"S\":true,\"h\":null,\"r\":\"$undefined\",\"s\":\"$undefined\",\"a\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"i9YV06HVZxr6wJWWxhUhB\"}\n"])</script><script>self.__next_f.push([1,"7:C\n9:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"d:I[89236,[\"/_next/static/chunks/0uwih7sydv413.js\"],\"IconMark\"]\n6:null\nb:[[\"$\",\"title\",\"0\",{\"children\":\"Siduri — Local-First Companion\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Siduri — a local-first companion with explicit memory, grounded knowledge, and optional presence.\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?favicon.2vob68tjqpejf.ico\",\"sizes\":\"256x256\",\"type\":\"image/x-icon\"}],[\"$\",\"link\",\"3\",{\"rel\":\"icon\",\"href\":\"/favicon.ico\"}],[\"$\",\"$Ld\",\"4\",{}]]\n"])</script></body></html>
|
package/dist/web-dist/404.html
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<!DOCTYPE html><html lang="en" class="h-full antialiased dark"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/chunks/
|
|
1
|
+
<!DOCTYPE html><html lang="en" class="h-full antialiased dark"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/chunks/1dc9n0p39yo65.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/2kcqevsmv6kh2.js"/><script src="/_next/static/chunks/1_yae15ffa5f6.js" async=""></script><script src="/_next/static/chunks/3bx2gs3idjmo1.js" async=""></script><script src="/_next/static/chunks/32z87id9k6i2z.js" async=""></script><script src="/_next/static/chunks/turbopack-3eipe4c-imn5l.js" async=""></script><script src="/_next/static/chunks/0uwih7sydv413.js" async="" crossorigin=""></script><link rel="preload" href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap" as="style"/><meta name="robots" content="noindex"/><link rel="preconnect" href="https://fonts.googleapis.com"/><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous"/><title>404: This page could not be found.</title><title>Siduri — Local-First Companion</title><meta name="description" content="Siduri — a local-first companion with explicit memory, grounded knowledge, and optional presence."/><link rel="icon" href="/favicon.ico?favicon.2vob68tjqpejf.ico" sizes="256x256" type="image/x-icon"/><link rel="icon" href="/favicon.ico"/><link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap" rel="stylesheet"/><script src="/_next/static/chunks/0cz1d0mv5g_q7.js" noModule=""></script></head><body class="min-h-full flex flex-col bg-[#0b0b0e] text-[#eee8df] selection:bg-[#d99a68]/30 selection:text-[#f4c28d]"><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/2kcqevsmv6kh2.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[81869,[\"/_next/static/chunks/0uwih7sydv413.js\"],\"default\"]\n3:I[57830,[\"/_next/static/chunks/0uwih7sydv413.js\"],\"default\"]\n4:I[44101,[\"/_next/static/chunks/0uwih7sydv413.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n8:I[44101,[\"/_next/static/chunks/0uwih7sydv413.js\"],\"ViewportBoundary\"]\na:I[44101,[\"/_next/static/chunks/0uwih7sydv413.js\"],\"MetadataBoundary\"]\nc:I[4626,[\"/_next/static/chunks/0uwih7sydv413.js\"],\"default\",1]\n:HL[\"/_next/static/chunks/1dc9n0p39yo65.css\",\"style\"]\n:HL[\"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500\u0026family=Noto+Sans+JP:wght@400;500;700\u0026family=Noto+Serif+JP:wght@400;500;700\u0026display=swap\",\"style\"]\n7:X\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"_not-found\",\"\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{},\"$undefined\",\"$undefined\",4608]},\"$undefined\",\"$undefined\",4608]},\"$undefined\",\"$undefined\",4624],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/1dc9n0p39yo65.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0uwih7sydv413.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"h-full antialiased dark\",\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"link\",null,{\"rel\":\"preconnect\",\"href\":\"https://fonts.googleapis.com\"}],[\"$\",\"link\",null,{\"rel\":\"preconnect\",\"href\":\"https://fonts.gstatic.com\",\"crossOrigin\":\"anonymous\"}],[\"$\",\"link\",null,{\"href\":\"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500\u0026family=Noto+Sans+JP:wght@400;500;700\u0026family=Noto+Serif+JP:wght@400;500;700\u0026display=swap\",\"rel\":\"stylesheet\"}]]}],[\"$\",\"body\",null,{\"className\":\"min-h-full flex flex-col bg-[#0b0b0e] text-[#eee8df] selection:bg-[#d99a68]/30 selection:text-[#f4c28d]\",\"children\":[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:notFound:0:1:props:style\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,null]},null,false,\"$7\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$L8\",null,{\"children\":\"$L9\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$La\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lb\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$c\",[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/1dc9n0p39yo65.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]]],\"S\":true,\"h\":null,\"r\":\"$undefined\",\"s\":\"$undefined\",\"a\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"i9YV06HVZxr6wJWWxhUhB\"}\n"])</script><script>self.__next_f.push([1,"7:C\n9:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"d:I[89236,[\"/_next/static/chunks/0uwih7sydv413.js\"],\"IconMark\"]\n6:null\nb:[[\"$\",\"title\",\"0\",{\"children\":\"Siduri — Local-First Companion\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Siduri — a local-first companion with explicit memory, grounded knowledge, and optional presence.\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?favicon.2vob68tjqpejf.ico\",\"sizes\":\"256x256\",\"type\":\"image/x-icon\"}],[\"$\",\"link\",\"3\",{\"rel\":\"icon\",\"href\":\"/favicon.ico\"}],[\"$\",\"$Ld\",\"4\",{}]]\n"])</script></body></html>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
2
|
2:I[80413,["/_next/static/chunks/0uwih7sydv413.js","/_next/static/chunks/2s3d1bfr0l4b0.js"],""]
|
|
3
3
|
e:X
|
|
4
|
-
0:{"buildId":"
|
|
4
|
+
0:{"buildId":"i9YV06HVZxr6wJWWxhUhB","data":[{"rsc":["$","$1","c",{"children":[["$","div",null,{"className":"home-page","children":[["$","header",null,{"className":"home-nav","children":["$","div",null,{"className":"home-container home-nav-inner","children":[["$","$L2",null,{"href":"/","className":"brand-link","aria-label":"Siduri Home","children":[["$","span",null,{"className":"siduri-glyph","children":"✦"}],["$","span",null,{"children":"SIDURI"}]]}],["$","nav",null,{"className":"nav-links","aria-label":"Main Navigation","children":[["$","$L2",null,{"href":"/chat","children":"Chat"}],["$","$L2",null,{"href":"/operator","children":"Operator Console"}]]}],["$","div",null,{"children":["$","$L2",null,{"href":"/chat","className":"nav-cta","children":["Open Chat ",["$","span",null,{"children":"→"}]]}]}]]}]}],["$","main",null,{"children":[["$","section",null,{"className":"py-24 md:py-32 border-b border-[var(--siduri-border-subtle)] relative overflow-hidden","children":["$","div",null,{"className":"home-container relative z-10","children":["$","div",null,{"className":"max-w-3xl","children":[["$","div",null,{"className":"inline-flex items-center gap-2 px-3 py-1 rounded-full border border-[var(--siduri-border-ember)] bg-[var(--siduri-tint-low)] text-[var(--siduri-ember-light)] text-[10px] font-mono tracking-widest uppercase mb-8","children":[["$","span",null,{"className":"w-1.5 h-1.5 rounded-full bg-[var(--siduri-online)] shadow-[0_0_8px_rgba(127,199,154,0.6)]"}],"Local-First Companion · Explicit Architecture"]}],["$","h1",null,{"className":"text-4xl sm:text-5xl md:text-6xl font-normal font-serif text-[var(--siduri-text-primary)] tracking-tight leading-[1.15] mb-6","children":"A companion designed to remember deliberately."}],["$","p",null,{"className":"text-base sm:text-lg text-[var(--siduri-text-secondary)] font-sans leading-relaxed mb-10 max-w-2xl font-light","children":"Local-first context, inspectable memory governance, grounded evidence, and optional visual presence — engineered with explicit boundaries between identity and presentation."}],["$","div",null,{"className":"flex flex-wrap items-center gap-4","children":[["$","$L2",null,{"href":"/chat","className":"inline-flex items-center gap-3 px-6 py-3.5 rounded-xl bg-[var(--siduri-ember)] text-[#1b1619] font-sans font-semibold text-sm tracking-wide transition-all hover:brightness-110 shadow-[0_4px_20px_rgba(217,154,104,0.2)]","children":["Launch Private Chat",["$","span",null,{"className":"font-mono text-base","children":"→"}]]}],["$","$L2",null,{"href":"/operator","className":"inline-flex items-center gap-2.5 px-6 py-3.5 rounded-xl border border-[var(--siduri-border-subtle)] bg-[var(--siduri-surface)] text-[var(--siduri-text-primary)] font-sans font-medium text-sm transition-all hover:border-[var(--siduri-border-ember)] hover:bg-[var(--siduri-tint-low)]","children":[["$","span",null,{"children":"⌘"}],"Inspect Runtime"]}]]}]]}]}]}],["$","section",null,{"className":"py-20 md:py-28 border-b border-[var(--siduri-border-subtle)] bg-[#0e0e12]","children":["$","div",null,{"className":"home-container","children":[["$","div",null,{"className":"mb-14","children":[["$","p",null,{"className":"text-[10px] font-mono uppercase tracking-widest text-[var(--siduri-ember)] mb-2","children":"Core Principles"}],["$","h2",null,{"className":"text-2xl sm:text-3xl font-serif font-normal text-[var(--siduri-text-primary)]","children":"Governed intelligence with verifiable state."}]]}],["$","div",null,{"className":"grid grid-cols-1 md:grid-cols-2 gap-6","children":[["$","div",null,{"className":"p-8 rounded-2xl border border-[var(--siduri-border-subtle)] bg-[var(--siduri-surface)] transition-all hover:border-[rgba(255,255,255,0.15)]","children":[["$","div",null,{"className":"w-10 h-10 rounded-xl border border-[var(--siduri-border-ember)] bg-[var(--siduri-tint-low)] text-[var(--siduri-ember)] grid place-items-center font-serif text-lg mb-6","children":"✦"}],["$","h3",null,{"className":"text-lg font-medium text-[var(--siduri-text-primary)] mb-3","children":"Explicit Memory Governance"}],"$L3"]}],"$L4","$L5","$L6"]}]]}]}],"$L7","$L8","$L9"]}],"$La"]}],["$Lb"],"$Lc"]}],"isPartial":"$@d","staleTime":"$e","varyParams":null},{"rsc":"$Lf","isPartial":"$@10","staleTime":"$e","varyParams":null},{"rsc":"$L11","isPartial":"$@12","staleTime":"$e","varyParams":null}],"isUpgradeableISRFallback":false,"a":"$@13","rootVaryParams":null,"needsRuntimeRequest":"$@14"}
|
|
5
5
|
16:I[44101,["/_next/static/chunks/0uwih7sydv413.js"],"OutletBoundary"]
|
|
6
6
|
17:"$Sreact.suspense"
|
|
7
7
|
19:I[44101,["/_next/static/chunks/0uwih7sydv413.js"],"ViewportBoundary"]
|
|
@@ -9,7 +9,7 @@ e:X
|
|
|
9
9
|
1b:I[89236,["/_next/static/chunks/0uwih7sydv413.js"],"IconMark"]
|
|
10
10
|
1c:I[81869,["/_next/static/chunks/0uwih7sydv413.js"],"default"]
|
|
11
11
|
1d:I[57830,["/_next/static/chunks/0uwih7sydv413.js"],"default"]
|
|
12
|
-
:HL["/_next/static/chunks/
|
|
12
|
+
:HL["/_next/static/chunks/1dc9n0p39yo65.css","style"]
|
|
13
13
|
:HL["https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap","style"]
|
|
14
14
|
3:["$","p",null,{"className":"text-sm text-[var(--siduri-text-secondary)] leading-relaxed","children":"Memory is never silently accumulated. Facts, preferences, and behavioral directives are proposed in conversation and become permanent only upon explicit receipt approval."}]
|
|
15
15
|
4:["$","div",null,{"className":"p-8 rounded-2xl border border-[var(--siduri-border-subtle)] bg-[var(--siduri-surface)] transition-all hover:border-[rgba(255,255,255,0.15)]","children":[["$","div",null,{"className":"w-10 h-10 rounded-xl border border-emerald-500/30 bg-emerald-500/10 text-emerald-400 grid place-items-center font-mono text-sm mb-6","children":"[#]"}],["$","h3",null,{"className":"text-lg font-medium text-[var(--siduri-text-primary)] mb-3","children":"Grounded Knowledge & Citations"}],["$","p",null,{"className":"text-sm text-[var(--siduri-text-secondary)] leading-relaxed","children":"Assertions remain tethered to source evidence. Claims carry verifiable citations with intact uncertainty indicators rather than fabricating authority."}]]}]
|
|
@@ -22,7 +22,7 @@ a:["$","footer",null,{"className":"py-14 bg-[#09090c]","children":["$","div",nul
|
|
|
22
22
|
b:["$","script","script-0",{"src":"/_next/static/chunks/2s3d1bfr0l4b0.js","async":true}]
|
|
23
23
|
c:["$","$L16",null,{"children":["$","$17",null,{"name":"Next.MetadataOutlet","children":"$@18"}]}]
|
|
24
24
|
f:["$","$1","h",{"children":[null,["$","$L19",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L1a",null,{"children":["$","$17",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Siduri — Local-First Companion"}],["$","meta","1",{"name":"description","content":"Siduri — a local-first companion with explicit memory, grounded knowledge, and optional presence."}],["$","link","2",{"rel":"icon","href":"/favicon.ico?favicon.2vob68tjqpejf.ico","sizes":"256x256","type":"image/x-icon"}],["$","link","3",{"rel":"icon","href":"/favicon.ico"}],["$","$L1b","4",{}]]}]}]}],null]}]
|
|
25
|
-
11:["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/
|
|
25
|
+
11:["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/1dc9n0p39yo65.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/0uwih7sydv413.js","async":true}]],["$","html",null,{"lang":"en","className":"h-full antialiased dark","children":[["$","head",null,{"children":[["$","link",null,{"rel":"preconnect","href":"https://fonts.googleapis.com"}],["$","link",null,{"rel":"preconnect","href":"https://fonts.gstatic.com","crossOrigin":"anonymous"}],["$","link",null,{"href":"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap","rel":"stylesheet"}]]}],["$","body",null,{"className":"min-h-full flex flex-col bg-[#0b0b0e] text-[#eee8df] selection:bg-[#d99a68]/30 selection:text-[#f4c28d]","children":["$","$L1c",null,{"parallelRouterKey":"children","template":["$","$L1d",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}]]}]]}]
|
|
26
26
|
15:["$","p",null,{"className":"text-xs text-[var(--siduri-text-muted)] leading-normal","children":"Voice, subtitles & optional Live2D."}]
|
|
27
27
|
18:null
|
|
28
28
|
14:true
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
3:I[57830,["/_next/static/chunks/0uwih7sydv413.js"],"default"]
|
|
4
4
|
4:I[80413,["/_next/static/chunks/0uwih7sydv413.js","/_next/static/chunks/2s3d1bfr0l4b0.js"],""]
|
|
5
5
|
e:I[4626,["/_next/static/chunks/0uwih7sydv413.js"],"default",1]
|
|
6
|
-
:HL["/_next/static/chunks/
|
|
6
|
+
:HL["/_next/static/chunks/1dc9n0p39yo65.css","style"]
|
|
7
7
|
:HL["https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap","style"]
|
|
8
|
-
0:{"P":null,"c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{},"$undefined","$undefined",4608]},"$undefined","$undefined",4624],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/
|
|
8
|
+
0:{"P":null,"c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{},"$undefined","$undefined",4608]},"$undefined","$undefined",4624],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/1dc9n0p39yo65.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/0uwih7sydv413.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"h-full antialiased dark","children":[["$","head",null,{"children":[["$","link",null,{"rel":"preconnect","href":"https://fonts.googleapis.com"}],["$","link",null,{"rel":"preconnect","href":"https://fonts.gstatic.com","crossOrigin":"anonymous"}],["$","link",null,{"href":"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap","rel":"stylesheet"}]]}],["$","body",null,{"className":"min-h-full flex flex-col bg-[#0b0b0e] text-[#eee8df] selection:bg-[#d99a68]/30 selection:text-[#f4c28d]","children":["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}],{"children":[["$","$1","c",{"children":[["$","div",null,{"className":"home-page","children":[["$","header",null,{"className":"home-nav","children":["$","div",null,{"className":"home-container home-nav-inner","children":[["$","$L4",null,{"href":"/","className":"brand-link","aria-label":"Siduri Home","children":[["$","span",null,{"className":"siduri-glyph","children":"✦"}],["$","span",null,{"children":"SIDURI"}]]}],["$","nav",null,{"className":"nav-links","aria-label":"Main Navigation","children":[["$","$L4",null,{"href":"/chat","children":"Chat"}],["$","$L4",null,{"href":"/operator","children":"Operator Console"}]]}],["$","div",null,{"children":["$","$L4",null,{"href":"/chat","className":"nav-cta","children":["Open Chat ",["$","span",null,{"children":"→"}]]}]}]]}]}],["$","main",null,{"children":[["$","section",null,{"className":"py-24 md:py-32 border-b border-[var(--siduri-border-subtle)] relative overflow-hidden","children":["$","div",null,{"className":"home-container relative z-10","children":["$","div",null,{"className":"max-w-3xl","children":[["$","div",null,{"className":"inline-flex items-center gap-2 px-3 py-1 rounded-full border border-[var(--siduri-border-ember)] bg-[var(--siduri-tint-low)] text-[var(--siduri-ember-light)] text-[10px] font-mono tracking-widest uppercase mb-8","children":[["$","span",null,{"className":"w-1.5 h-1.5 rounded-full bg-[var(--siduri-online)] shadow-[0_0_8px_rgba(127,199,154,0.6)]"}],"Local-First Companion · Explicit Architecture"]}],["$","h1",null,{"className":"text-4xl sm:text-5xl md:text-6xl font-normal font-serif text-[var(--siduri-text-primary)] tracking-tight leading-[1.15] mb-6","children":"A companion designed to remember deliberately."}],["$","p",null,{"className":"text-base sm:text-lg text-[var(--siduri-text-secondary)] font-sans leading-relaxed mb-10 max-w-2xl font-light","children":"Local-first context, inspectable memory governance, grounded evidence, and optional visual presence — engineered with explicit boundaries between identity and presentation."}],"$L5"]}]}]}],"$L6","$L7","$L8","$L9"]}],"$La"]}],["$Lb"],"$Lc"]}],{},null,false,null]},null,false,null],"$Ld",false]],"m":"$undefined","G":["$e",["$Lf"]],"S":true,"h":null,"r":"$undefined","s":"$undefined","a":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"i9YV06HVZxr6wJWWxhUhB"}
|
|
9
9
|
11:I[44101,["/_next/static/chunks/0uwih7sydv413.js"],"OutletBoundary"]
|
|
10
10
|
12:"$Sreact.suspense"
|
|
11
11
|
14:I[44101,["/_next/static/chunks/0uwih7sydv413.js"],"ViewportBoundary"]
|
|
@@ -19,7 +19,7 @@ a:["$","footer",null,{"className":"py-14 bg-[#09090c]","children":["$","div",nul
|
|
|
19
19
|
b:["$","script","script-0",{"src":"/_next/static/chunks/2s3d1bfr0l4b0.js","async":true,"nonce":"$undefined"}]
|
|
20
20
|
c:["$","$L11",null,{"children":["$","$12",null,{"name":"Next.MetadataOutlet","children":"$@13"}]}]
|
|
21
21
|
d:["$","$1","h",{"children":[null,["$","$L14",null,{"children":"$L15"}],["$","div",null,{"hidden":true,"children":["$","$L16",null,{"children":["$","$12",null,{"name":"Next.Metadata","children":"$L17"}]}]}],null]}]
|
|
22
|
-
f:["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/
|
|
22
|
+
f:["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/1dc9n0p39yo65.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]
|
|
23
23
|
10:["$","p",null,{"className":"text-xs text-[var(--siduri-text-muted)] leading-normal","children":"Voice, subtitles & optional Live2D."}]
|
|
24
24
|
15:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
25
25
|
18:I[89236,["/_next/static/chunks/0uwih7sydv413.js"],"IconMark"]
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
:HL["/_next/static/chunks/
|
|
1
|
+
:HL["/_next/static/chunks/1dc9n0p39yo65.css","style"]
|
|
2
2
|
:HL["https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap","style"]
|
|
3
|
-
0:{"tree":{"name":"","param":null,"prefetchHints":4176,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":4256,"slots":null}}},"staleTime":300,"buildId":"
|
|
3
|
+
0:{"tree":{"name":"","param":null,"prefetchHints":4176,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":4256,"slots":null}}},"staleTime":300,"buildId":"i9YV06HVZxr6wJWWxhUhB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-duration:initial;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-serif:ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-red-400:#ff6568;--color-red-500:#fb2c36;--color-red-900:#82181a;--color-amber-300:#ffd236;--color-amber-400:#fcbb00;--color-amber-500:#f99c00;--color-emerald-400:#00d294;--color-emerald-500:#00bb7f;--color-gray-400:#99a1af;--spacing:.25rem;--container-2xl:42rem;--container-3xl:48rem;--text-xs:.75rem;--text-xs--line-height:calc(1 / .75);--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--text-base:1rem;--text-base--line-height:calc(1.5 / 1);--text-lg:1.125rem;--text-lg--line-height:calc(1.75 / 1.125);--text-2xl:1.5rem;--text-2xl--line-height:calc(2 / 1.5);--text-3xl:1.875rem;--text-3xl--line-height:calc(2.25 / 1.875);--text-4xl:2.25rem;--text-4xl--line-height:calc(2.5 / 2.25);--text-5xl:3rem;--text-5xl--line-height:1;--text-6xl:3.75rem;--text-6xl--line-height:1;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--tracking-tight:-.025em;--tracking-wide:.025em;--tracking-wider:.05em;--tracking-widest:.1em;--leading-normal:1.5;--leading-relaxed:1.625;--radius-md:.375rem;--radius-lg:.5rem;--radius-xl:.75rem;--radius-2xl:1rem;--animate-ping:ping 1s cubic-bezier(0, 0, .2, 1) infinite;--animate-pulse:pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}@supports (color:lab(0% 0 0)){:root,:host{--color-red-400:lab(63.7053% 60.745 31.3109);--color-red-500:lab(55.4814% 75.0732 48.8528);--color-red-900:lab(28.5139% 44.5539 29.0463);--color-amber-300:lab(86.4156% 6.13147 78.3961);--color-amber-400:lab(80.1641% 16.6016 99.2089);--color-amber-500:lab(72.7183% 31.8672 97.9407);--color-emerald-400:lab(75.0771% -60.7313 19.4147);--color-emerald-500:lab(66.9756% -58.27 19.5419);--color-gray-400:lab(65.9269% -.832707 -8.17473)}}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.absolute{position:absolute}.relative{position:relative}.static{position:static}.inset-0{inset:0}.z-10{z-index:10}.mx-auto{margin-inline:auto}.mt-6{margin-top:calc(var(--spacing) * 6)}.mb-1{margin-bottom:var(--spacing)}.mb-2{margin-bottom:calc(var(--spacing) * 2)}.mb-3{margin-bottom:calc(var(--spacing) * 3)}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.mb-5{margin-bottom:calc(var(--spacing) * 5)}.mb-6{margin-bottom:calc(var(--spacing) * 6)}.mb-8{margin-bottom:calc(var(--spacing) * 8)}.mb-10{margin-bottom:calc(var(--spacing) * 10)}.mb-14{margin-bottom:calc(var(--spacing) * 14)}.ml-1{margin-left:var(--spacing)}.block{display:block}.flex{display:flex}.grid{display:grid}.inline-flex{display:inline-flex}.inline-grid{display:inline-grid}.h-1\.5{height:calc(var(--spacing) * 1.5)}.h-2{height:calc(var(--spacing) * 2)}.h-5{height:calc(var(--spacing) * 5)}.h-6{height:calc(var(--spacing) * 6)}.h-8{height:calc(var(--spacing) * 8)}.h-10{height:calc(var(--spacing) * 10)}.h-14{height:calc(var(--spacing) * 14)}.h-auto{height:auto}.h-full{height:100%}.min-h-0{min-height:0}.min-h-\[200px\]{min-height:200px}.min-h-full{min-height:100%}.w-1\.5{width:calc(var(--spacing) * 1.5)}.w-2{width:calc(var(--spacing) * 2)}.w-5{width:calc(var(--spacing) * 5)}.w-6{width:calc(var(--spacing) * 6)}.w-8{width:calc(var(--spacing) * 8)}.w-10{width:calc(var(--spacing) * 10)}.w-14{width:calc(var(--spacing) * 14)}.w-full{width:100%}.max-w-2xl{max-width:var(--container-2xl)}.max-w-3xl{max-width:var(--container-3xl)}.flex-1{flex:1}.flex-shrink-0{flex-shrink:0}.grow{flex-grow:1}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.animate-ping{animation:var(--animate-ping)}.animate-pulse{animation:var(--animate-pulse)}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.place-items-center{place-items:center}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-2{gap:calc(var(--spacing) * 2)}.gap-2\.5{gap:calc(var(--spacing) * 2.5)}.gap-3{gap:calc(var(--spacing) * 3)}.gap-4{gap:calc(var(--spacing) * 4)}.gap-5{gap:calc(var(--spacing) * 5)}.gap-6{gap:calc(var(--spacing) * 6)}.gap-12{gap:calc(var(--spacing) * 12)}:where(.space-y-3>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-3\.5>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 3.5) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 3.5) * calc(1 - var(--tw-space-y-reverse)))}.overflow-hidden{overflow:hidden}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.rounded-xl{border-radius:var(--radius-xl)}.border{border-style:var(--tw-border-style);border-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-\[rgba\(255\,255\,255\,0\.04\)\]{border-color:#ffffff0a}.border-\[var\(--siduri-border-ember\)\]{border-color:var(--siduri-border-ember)}.border-\[var\(--siduri-border-subtle\)\]{border-color:var(--siduri-border-subtle)}.border-amber-500\/30{border-color:#f99c004d}@supports (color:color-mix(in lab, red, red)){.border-amber-500\/30{border-color:color-mix(in oklab, var(--color-amber-500) 30%, transparent)}}.border-emerald-500\/30{border-color:#00bb7f4d}@supports (color:color-mix(in lab, red, red)){.border-emerald-500\/30{border-color:color-mix(in oklab, var(--color-emerald-500) 30%, transparent)}}.border-red-500\/20{border-color:#fb2c3633}@supports (color:color-mix(in lab, red, red)){.border-red-500\/20{border-color:color-mix(in oklab, var(--color-red-500) 20%, transparent)}}.border-red-500\/50{border-color:#fb2c3680}@supports (color:color-mix(in lab, red, red)){.border-red-500\/50{border-color:color-mix(in oklab, var(--color-red-500) 50%, transparent)}}.bg-\[\#0b0b0e\]{background-color:#0b0b0e}.bg-\[\#0b0b0e\]\/90{background-color:#0b0b0ee6;background-color:lab(3.08013% .357017 -1.30976/.9)}.bg-\[\#0b0b0e\]\/95{background-color:#0b0b0ef2;background-color:lab(3.08013% .357017 -1.30976/.95)}.bg-\[\#0e0e12\]{background-color:#0e0e12}.bg-\[\#09090c\]{background-color:#09090c}.bg-\[var\(--siduri-elevated\)\]{background-color:var(--siduri-elevated)}.bg-\[var\(--siduri-ember\)\]{background-color:var(--siduri-ember)}.bg-\[var\(--siduri-ember-highlight\)\]{background-color:var(--siduri-ember-highlight)}.bg-\[var\(--siduri-online\)\]{background-color:var(--siduri-online)}.bg-\[var\(--siduri-sidebar\)\]{background-color:var(--siduri-sidebar)}.bg-\[var\(--siduri-surface\)\]{background-color:var(--siduri-surface)}.bg-\[var\(--siduri-surface\)\]\/40{background-color:var(--siduri-surface)}@supports (color:color-mix(in lab, red, red)){.bg-\[var\(--siduri-surface\)\]\/40{background-color:color-mix(in oklab, var(--siduri-surface) 40%, transparent)}}.bg-\[var\(--siduri-surface\)\]\/50{background-color:var(--siduri-surface)}@supports (color:color-mix(in lab, red, red)){.bg-\[var\(--siduri-surface\)\]\/50{background-color:color-mix(in oklab, var(--siduri-surface) 50%, transparent)}}.bg-\[var\(--siduri-tint-low\)\]{background-color:var(--siduri-tint-low)}.bg-\[var\(--siduri-tint-med\)\]{background-color:var(--siduri-tint-med)}.bg-\[var\(--siduri-warning\)\]{background-color:var(--siduri-warning)}.bg-amber-500\/10{background-color:#f99c001a}@supports (color:color-mix(in lab, red, red)){.bg-amber-500\/10{background-color:color-mix(in oklab, var(--color-amber-500) 10%, transparent)}}.bg-emerald-500\/10{background-color:#00bb7f1a}@supports (color:color-mix(in lab, red, red)){.bg-emerald-500\/10{background-color:color-mix(in oklab, var(--color-emerald-500) 10%, transparent)}}.bg-red-400{background-color:var(--color-red-400)}.bg-red-500\/10{background-color:#fb2c361a}@supports (color:color-mix(in lab, red, red)){.bg-red-500\/10{background-color:color-mix(in oklab, var(--color-red-500) 10%, transparent)}}.bg-red-900\/20{background-color:#82181a33}@supports (color:color-mix(in lab, red, red)){.bg-red-900\/20{background-color:color-mix(in oklab, var(--color-red-900) 20%, transparent)}}.bg-transparent{background-color:#0000}.p-5{padding:calc(var(--spacing) * 5)}.p-6{padding:calc(var(--spacing) * 6)}.p-8{padding:calc(var(--spacing) * 8)}.px-2{padding-inline:calc(var(--spacing) * 2)}.px-3{padding-inline:calc(var(--spacing) * 3)}.px-3\.5{padding-inline:calc(var(--spacing) * 3.5)}.px-4{padding-inline:calc(var(--spacing) * 4)}.px-6{padding-inline:calc(var(--spacing) * 6)}.py-0\.5{padding-block:calc(var(--spacing) * .5)}.py-1{padding-block:var(--spacing)}.py-1\.5{padding-block:calc(var(--spacing) * 1.5)}.py-2{padding-block:calc(var(--spacing) * 2)}.py-2\.5{padding-block:calc(var(--spacing) * 2.5)}.py-3\.5{padding-block:calc(var(--spacing) * 3.5)}.py-14{padding-block:calc(var(--spacing) * 14)}.py-20{padding-block:calc(var(--spacing) * 20)}.py-24{padding-block:calc(var(--spacing) * 24)}.pt-2{padding-top:calc(var(--spacing) * 2)}.pb-4{padding-bottom:calc(var(--spacing) * 4)}.text-center{text-align:center}.font-mono{font-family:var(--font-mono)}.font-sans{font-family:var(--font-sans)}.font-serif{font-family:var(--font-serif)}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}.text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.text-\[9px\]{font-size:9px}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.leading-\[1\.15\]{--tw-leading:1.15;line-height:1.15}.leading-normal{--tw-leading:var(--leading-normal);line-height:var(--leading-normal)}.leading-relaxed{--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed)}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-light{--tw-font-weight:var(--font-weight-light);font-weight:var(--font-weight-light)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-normal{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-tight{--tw-tracking:var(--tracking-tight);letter-spacing:var(--tracking-tight)}.tracking-wide{--tw-tracking:var(--tracking-wide);letter-spacing:var(--tracking-wide)}.tracking-wider{--tw-tracking:var(--tracking-wider);letter-spacing:var(--tracking-wider)}.tracking-widest{--tw-tracking:var(--tracking-widest);letter-spacing:var(--tracking-widest)}.text-\[\#1b1619\]{color:#1b1619}.text-\[\#16251a\]{color:#16251a}.text-\[\#eee8df\]{color:#eee8df}.text-\[var\(--siduri-ember\)\]{color:var(--siduri-ember)}.text-\[var\(--siduri-ember-highlight\)\]{color:var(--siduri-ember-highlight)}.text-\[var\(--siduri-ember-light\)\]{color:var(--siduri-ember-light)}.text-\[var\(--siduri-online\)\]{color:var(--siduri-online)}.text-\[var\(--siduri-text-dim\)\]{color:var(--siduri-text-dim)}.text-\[var\(--siduri-text-muted\)\]{color:var(--siduri-text-muted)}.text-\[var\(--siduri-text-primary\)\]{color:var(--siduri-text-primary)}.text-\[var\(--siduri-text-secondary\)\]{color:var(--siduri-text-secondary)}.text-amber-300{color:var(--color-amber-300)}.text-amber-400{color:var(--color-amber-400)}.text-emerald-400{color:var(--color-emerald-400)}.text-gray-400{color:var(--color-gray-400)}.text-red-400{color:var(--color-red-400)}.uppercase{text-transform:uppercase}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.opacity-0{opacity:0}.opacity-100{opacity:1}.shadow-\[0_0_6px_rgba\(127\,199\,154\,0\.6\)\]{--tw-shadow:0 0 6px var(--tw-shadow-color,#7fc79a99);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.shadow-\[0_0_6px_rgba\(244\,194\,141\,0\.8\)\]{--tw-shadow:0 0 6px var(--tw-shadow-color,#f4c28dcc);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.shadow-\[0_0_8px_rgba\(127\,199\,154\,0\.6\)\]{--tw-shadow:0 0 8px var(--tw-shadow-color,#7fc79a99);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.shadow-\[0_0_8px_rgba\(226\,179\,110\,0\.6\)\]{--tw-shadow:0 0 8px var(--tw-shadow-color,#e2b36e99);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.shadow-\[0_0_30px_rgba\(217\,154\,104\,0\.15\)\]{--tw-shadow:0 0 30px var(--tw-shadow-color,#d99a6826);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.shadow-\[0_4px_20px_rgba\(217\,154\,104\,0\.2\)\]{--tw-shadow:0 4px 20px var(--tw-shadow-color,#d99a6833);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.shadow-\[0_10px_35px_rgba\(0\,0\,0\,0\.4\)\]{--tw-shadow:0 10px 35px var(--tw-shadow-color,#0006);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-opacity{transition-property:opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-300{--tw-duration:.3s;transition-duration:.3s}.duration-500{--tw-duration:.5s;transition-duration:.5s}.outline-none{--tw-outline-style:none;outline-style:none}.selection\:bg-\[\#d99a68\]\/30 ::selection,.selection\:bg-\[\#d99a68\]\/30::selection{background-color:#d99a684d;background-color:lab(69.071% 20.2311 35.9814/.3)}.selection\:text-\[\#f4c28d\] ::selection,.selection\:text-\[\#f4c28d\]::selection{color:#f4c28d}@media (hover:hover){.hover\:border-\[rgba\(255\,255\,255\,0\.15\)\]:hover{border-color:#ffffff26}.hover\:border-\[var\(--siduri-border-ember\)\]:hover{border-color:var(--siduri-border-ember)}.hover\:bg-\[var\(--siduri-elevated\)\]:hover{background-color:var(--siduri-elevated)}.hover\:bg-\[var\(--siduri-tint-low\)\]:hover{background-color:var(--siduri-tint-low)}.hover\:bg-red-500\/20:hover{background-color:#fb2c3633}@supports (color:color-mix(in lab, red, red)){.hover\:bg-red-500\/20:hover{background-color:color-mix(in oklab, var(--color-red-500) 20%, transparent)}}.hover\:text-\[var\(--siduri-text-primary\)\]:hover{color:var(--siduri-text-primary)}.hover\:brightness-110:hover{--tw-brightness:brightness(110%);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}}.focus-visible\:ring-1:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.focus-visible\:ring-\[var\(--siduri-border-ember\)\]:focus-visible{--tw-ring-color:var(--siduri-border-ember)}@media (prefers-reduced-motion:reduce){.motion-reduce\:animate-none{animation:none}}@media not (min-width:40rem){.max-sm\:max-h-\[320px\]{max-height:320px}}@media (min-width:40rem){.sm\:h-full{height:100%}.sm\:min-h-\[260px\]{min-height:260px}.sm\:w-\[300px\]{width:300px}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:border-t-0{border-top-style:var(--tw-border-style);border-top-width:0}.sm\:border-l{border-left-style:var(--tw-border-style);border-left-width:1px}.sm\:p-8{padding:calc(var(--spacing) * 8)}.sm\:text-left{text-align:left}.sm\:text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}.sm\:text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.sm\:text-5xl{font-size:var(--text-5xl);line-height:var(--tw-leading,var(--text-5xl--line-height))}.sm\:text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}}@media (min-width:48rem){.md\:w-\[320px\]{width:320px}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:p-10{padding:calc(var(--spacing) * 10)}.md\:py-28{padding-block:calc(var(--spacing) * 28)}.md\:py-32{padding-block:calc(var(--spacing) * 32)}.md\:text-6xl{font-size:var(--text-6xl);line-height:var(--tw-leading,var(--text-6xl--line-height))}}@media (min-width:64rem){.lg\:w-\[340px\]{width:340px}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}}}:root{--siduri-bg:#0b0b0e;--siduri-sidebar:#0f0f12;--siduri-surface:#121216;--siduri-elevated:#17171c;--siduri-ember:#d99a68;--siduri-ember-light:#e1a16f;--siduri-ember-highlight:#f4c28d;--siduri-border-subtle:#ffffff16;--siduri-border-ember:#e1a16f59;--siduri-tint-low:#e1a16f14;--siduri-tint-med:#e1a16f26;--siduri-online:#7fc79a;--siduri-warning:#e2b36e;--siduri-danger:#c97979;--siduri-text-primary:#eee8df;--siduri-text-secondary:#b8b4bb;--siduri-text-muted:#77747c;--siduri-text-dim:#55525a;--font-ui:"Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, ui-sans-serif, system-ui, sans-serif;--font-serif:"Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", Georgia, serif;--font-mono:"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace}*,:before,:after{box-sizing:border-box}html,body{background-color:var(--siduri-bg);color:var(--siduri-text-primary);font-family:var(--font-ui);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;overflow:hidden auto}::selection{color:var(--siduri-ember-highlight);background:#d99a6840}:focus-visible{outline:1px solid var(--siduri-ember-light);outline-offset:2px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#e1a16f59}.siduri-glyph{border:1px solid var(--siduri-border-ember);color:var(--siduri-ember);background:var(--siduri-tint-low);font-family:var(--font-serif);letter-spacing:0;border-radius:8px;place-items:center;font-weight:500;line-height:1;display:inline-grid}a{color:inherit;text-decoration:none}.home-page{background-color:var(--siduri-bg);background-image:radial-gradient(60% 40% at 50% -10%,#d99a6812,#0000),radial-gradient(800px at 90% 90%,#d99a6808,#0000);flex-direction:column;min-height:100dvh;display:flex}.home-container{width:min(1120px,100% - 48px);margin:0 auto}.home-nav{z-index:20;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--siduri-border-subtle);background:#0b0b0ed9;position:sticky;top:0}.home-nav-inner{justify-content:space-between;align-items:center;height:68px;display:flex}.brand-link{color:var(--siduri-ember);letter-spacing:.22em;align-items:center;gap:10px;font-size:12px;font-weight:700;display:inline-flex}.brand-link .siduri-glyph{width:26px;height:26px;font-size:14px}.nav-links{letter-spacing:.1em;text-transform:uppercase;color:var(--siduri-text-muted);align-items:center;gap:24px;font-size:11px;display:flex}.nav-links a{transition:color .15s}.nav-links a:hover{color:var(--siduri-text-primary)}.nav-cta{border:1px solid var(--siduri-border-ember);background:var(--siduri-tint-low);color:var(--siduri-text-primary);letter-spacing:.08em;text-transform:uppercase;border-radius:8px;align-items:center;gap:8px;padding:7px 14px;font-size:11px;font-weight:600;transition:all .2s;display:inline-flex}.nav-cta:hover{background:var(--siduri-tint-med);border-color:var(--siduri-ember-light);color:var(--siduri-ember-highlight)}.chat-app{--chat-bg:#0b0b0e;--chat-panel:#121216;--chat-line:#ffffff16;--chat-soft:#8d8a92;--chat-text:#eeeaf0;width:100%;height:100dvh;min-height:0;color:var(--chat-text);background:var(--chat-bg);font-family:var(--font-ui);display:flex;overflow:hidden}.chat-sidebar{border-right:1px solid var(--chat-line);background:var(--siduri-sidebar);flex-direction:column;flex:0 0 272px;min-height:100dvh;padding:18px 13px 14px;display:flex}.sidebar-collapsed .chat-sidebar{flex-basis:58px;padding-inline:9px}.sidebar-collapsed .chat-sidebar-top{justify-content:center;padding-inline:0}.sidebar-collapsed .chat-brand span:last-child,.sidebar-collapsed .new-chat-button,.sidebar-collapsed .history-heading,.sidebar-collapsed .conversation-list,.sidebar-collapsed .sidebar-footer span:nth-child(2),.sidebar-collapsed .sidebar-footer b{display:none}.sidebar-collapsed .sidebar-collapse{display:block}.sidebar-collapsed .sidebar-footer{border-top:0;justify-content:center;padding-inline:0}.chat-sidebar-top{justify-content:space-between;align-items:center;padding:1px 8px 25px;display:flex}.chat-brand{color:var(--siduri-ember-light);letter-spacing:.22em;align-items:center;gap:9px;font-size:11px;font-weight:700;text-decoration:none;display:inline-flex}.chat-brand-mark{border:1px solid var(--siduri-border-ember);width:24px;height:24px;color:var(--siduri-ember-light);font-family:var(--font-serif);letter-spacing:0;border-radius:8px;place-items:center;font-size:14px;display:grid}.sidebar-collapse{border:1px solid var(--chat-line);width:28px;min-height:28px;color:var(--chat-soft);cursor:pointer;background:0 0;border-radius:8px;padding:0;font-size:14px}.new-chat-button{border:1px solid var(--siduri-border-ember);color:#e6d7cd;background:var(--siduri-tint-low);cursor:pointer;border-radius:10px;justify-content:flex-start;align-items:center;width:100%;min-height:42px;padding:0 13px;font-size:13px;font-weight:500;transition:all .15s;display:flex}.new-chat-button:hover{background:var(--siduri-tint-med);color:#fff}.new-chat-button span{color:var(--siduri-ember-light);margin-right:8px;font-size:18px}.history-heading{color:var(--siduri-text-muted);letter-spacing:.12em;text-transform:uppercase;justify-content:space-between;padding:30px 9px 10px;font-size:10px;display:flex}.history-heading span:last-child{color:var(--siduri-text-dim)}.conversation-list{flex:1;overflow-y:auto}.history-empty{color:#65626a;padding:10px;font-size:12px;line-height:1.55}.conversation-row{border-radius:9px;align-items:center;margin:2px 0;display:flex}.conversation-row.selected{background:#fff1}.conversation-select{color:#b8b4bb;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;flex-direction:column;flex:1;align-items:flex-start;gap:5px;min-width:0;padding:11px 10px;font-size:12px;display:flex}.conversation-row.selected .conversation-select{color:#f1edf1}.conversation-title{text-overflow:ellipsis;white-space:nowrap;width:100%;overflow:hidden}.conversation-date{color:#65616b;font-size:10px}.conversation-delete{color:#8b858e;cursor:pointer;background:0 0;border:0;border-radius:6px;width:25px;min-height:25px;margin-right:5px;padding:0;display:none}.conversation-row:hover .conversation-delete,.conversation-row:focus-within .conversation-delete{display:block}.conversation-delete:hover{color:var(--siduri-ember-light);background:#ffffff14}.sidebar-footer{border-top:1px solid var(--chat-line);color:var(--siduri-text-muted);align-items:center;padding:14px 9px 0;font-size:11px;display:flex}.sidebar-console{color:#85808a;border-radius:8px;align-items:center;gap:9px;width:100%;padding:8px 9px;text-decoration:none;transition:all .15s;display:flex}.sidebar-console:hover{color:var(--siduri-ember-light);background:#ffffff0d}.sidebar-console span:first-child{color:#a79faa;font-size:15px}.sidebar-console b{color:#625e67;margin-left:auto;font-size:12px;font-weight:400}.status-light{background:#6b5961;border-radius:50%;width:6px;height:6px;display:inline-block;box-shadow:0 0 0 3px #6b59611a}.status-light.online{background:var(--siduri-online);box-shadow:0 0 0 3px #7fc79a1a}.chat-workspace{flex-direction:column;flex:1;min-width:0;max-width:none;height:100svh;min-height:0;margin:0;padding:0;display:flex;position:relative;overflow:hidden}@supports (height:100dvh){.chat-workspace{height:100dvh}}.chat-top-status{z-index:6;color:var(--siduri-text-muted);font-size:11px;position:absolute;top:22px;right:clamp(24px,5vw,70px)}.connection-pill{border:1px solid var(--chat-line);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0b0b0eb3;border-radius:999px;align-items:center;gap:8px;padding:7px 10px;display:inline-flex}.conversation-surface{flex-direction:column;flex:1;width:calc(100% - 48px);max-width:1200px;min-height:0;margin:0 auto;display:flex;position:relative;overflow:hidden}.conversation-scroll{min-height:0;padding:38px 0 max(150px, calc(env(safe-area-inset-bottom) + 142px));scrollbar-color:#39363e transparent;scrollbar-width:thin;flex:1;overflow-y:auto}.conversation-scroll.presence-active{height:100%;min-height:0;padding-top:20px;padding-bottom:max(150px, calc(env(safe-area-inset-bottom) + 142px));flex-direction:column;justify-content:center;align-items:center;display:flex;overflow:hidden}.avatar-presence-area{flex:1;justify-content:center;align-items:center;width:100%;max-width:720px;height:100%;min-height:0;max-height:100%;display:flex;position:relative;overflow:hidden}.platform-message{gap:16px;max-width:760px;margin:0 auto 30px;display:flex}.message-avatar{color:#19151a;background:var(--siduri-ember);border-radius:10px;flex:0 0 30px;place-items:center;width:30px;height:30px;font-size:11px;font-weight:700;display:grid}.platform-message.user .message-avatar{color:#eee8ef;background:#7568a7}.message-body{flex:1;min-width:0;padding-top:2px}.message-meta{color:#e7e1e8;align-items:baseline;gap:10px;margin-bottom:8px;font-size:12px;font-weight:600;display:flex}.message-meta time,.thinking-label{color:#68646d;font-size:10px;font-weight:400}.message-primary{color:#ded9e0;font-family:var(--font-serif);white-space:pre-wrap;margin:0;font-size:17px;line-height:1.65}.message-translation{color:#96919c;margin:7px 0 0;font-size:13px;font-style:italic;line-height:1.55}.evidence-chip{color:#8bb99b;background:#7fc79a12;border:1px solid #7fc79a38;border-radius:6px;margin-top:12px;padding:5px 8px;font-size:10px;display:inline-block}.chat-empty-state{text-align:center;max-width:520px;margin:auto;padding:70px 0}.siduri-orb{width:54px;height:54px;color:var(--siduri-ember-highlight);background:var(--siduri-tint-low);font-family:var(--font-serif);border:1px solid #e1a16f99;border-radius:18px;place-items:center;margin:0 auto 22px;font-size:26px;display:grid;box-shadow:0 0 35px #d99a681f}.chat-empty-state h2{color:#ebe5ec;font-family:var(--font-serif);letter-spacing:-.03em;margin:0;font-size:clamp(24px,4vw,33px);font-weight:400}.chat-empty-state p{color:#85808a;margin:13px auto 25px;font-size:13px;line-height:1.6}.starter-prompts{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.starter-prompts button{border:1px solid var(--chat-line);color:#a7a0aa;cursor:pointer;background:#ffffff09;border-radius:8px;min-height:34px;padding:0 11px;font-size:11px;transition:all .15s}.starter-prompts button:hover{color:#e5d8ce;border-color:var(--siduri-border-ember);background:var(--siduri-tint-low)}.onboarding-prompts{text-align:left;grid-template-columns:repeat(2,minmax(0,1fr));width:min(100%,460px);margin:0 auto;display:grid}.onboarding-prompts button{height:auto;min-height:62px;padding:11px 13px;line-height:1.35}.onboarding-prompts button span{color:var(--siduri-ember-light);letter-spacing:.12em;text-transform:uppercase;margin-bottom:4px;font-size:9px;font-weight:700;display:block}.chat-empty-state .onboarding-privacy{color:#6f6a73;max-width:430px;margin:15px auto 0;font-size:10px}.platform-composer{z-index:5;right:0;bottom:max(30px, calc(env(safe-area-inset-bottom) + 22px));background:var(--siduri-elevated);border:1px solid #ffffff21;border-radius:15px;width:100%;margin:0;padding:14px 15px 11px;position:absolute;left:0;box-shadow:0 10px 35px #00000038}.platform-composer textarea{resize:none;color:#ebe6ed;width:100%;min-height:42px;max-height:140px;font:16px var(--font-ui);background:0 0;border:0;outline:0;margin:0;padding:4px 2px 10px;line-height:1.5;display:block}.platform-composer textarea::placeholder{color:#77737d}.composer-bottom{color:#69656e;justify-content:space-between;align-items:center;gap:16px;font-size:10px;display:flex}.composer-bottom button{color:#1b1619;background:var(--siduri-ember);cursor:pointer;border:0;border-radius:9px;place-items:center;width:29px;height:29px;min-height:29px;padding:0;font-size:19px;line-height:1;transition:opacity .15s;display:grid}.composer-bottom button:disabled{cursor:default;opacity:.35}.thinking-dots{gap:4px;padding:8px 0;display:flex}.thinking-dots i{background:var(--siduri-ember);border-radius:50%;width:5px;height:5px;animation:1.1s ease-in-out infinite chat-blink}.thinking-dots i:nth-child(2){animation-delay:.15s}.thinking-dots i:nth-child(3){animation-delay:.3s}.chat-disclaimer{right:0;bottom:max(7px, env(safe-area-inset-bottom));color:#5f5b64;text-align:center;pointer-events:none;width:100%;margin:0;padding:0 24px;font-size:10px;position:absolute;left:0}@keyframes chat-blink{0%,70%,to{opacity:.25;transform:translateY(0)}35%{opacity:1;transform:translateY(-2px)}}.console-app{--console-bg:#111014;--console-sidebar:#16141a;--console-panel:#1a181f;--console-line:#ffffff17;--console-text:#eee8df;--console-muted:#938d98;--console-accent:#e2a16e;--console-green:#8fc5a0;--console-warn:#e2b36e;width:100%;max-width:none;min-height:100dvh;color:var(--console-text);background:var(--console-bg);font-family:var(--font-ui);margin:0;padding:0;display:flex}.console-sidebar{border-right:1px solid var(--console-line);background:var(--console-sidebar);flex-direction:column;flex:0 0 238px;min-height:100dvh;padding:24px 14px 18px;display:flex}.console-brand{color:var(--console-accent);letter-spacing:.24em;align-items:center;gap:10px;padding:0 10px;font-size:12px;font-weight:700;text-decoration:none;display:inline-flex}.console-brand-mark{width:26px;height:26px;font-family:var(--font-serif);letter-spacing:0;border:1px solid #e2a16e8c;border-radius:8px;place-items:center;font-size:15px;display:grid}.console-context{color:#77727c;letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:8px;margin:42px 9px 13px;font-size:10px;display:flex}.console-context-dot{background:var(--console-accent);border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 4px #e2a16e17}.console-nav{gap:3px;display:grid}.console-nav button{color:#8c8790;text-align:left;width:100%;min-height:39px;font:12px var(--font-ui);cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:11px;padding:0 11px;font-weight:500;transition:all .15s;display:flex}.console-nav button:hover{color:var(--console-text);background:#ffffff0b}.console-nav button.active{color:var(--console-text);background:#e2a16e21}.nav-glyph{opacity:.7;border:1px solid;border-radius:2px;width:7px;height:7px}.nav-memory{border-radius:50%}.nav-evidence{transform:rotate(45deg)}.nav-platforms,.nav-settings{border-radius:50%}.console-sidebar-bottom{border-top:1px solid var(--console-line);gap:10px;margin-top:auto;padding:18px 10px 0;display:grid}.console-sidebar-bottom a{color:#aaa3ae;font-size:12px;text-decoration:none}.console-sidebar-bottom a:hover{color:var(--console-accent)}.console-sidebar-bottom span{color:#625e67;font-size:10px}.console-main{flex:1;min-width:0;padding:0 clamp(24px,5vw,72px) 60px;overflow:hidden}.console-topbar{border-bottom:1px solid var(--console-line);justify-content:space-between;align-items:center;min-height:116px;display:flex}.console-eyebrow{color:var(--console-accent);letter-spacing:.22em;margin:0 0 10px;font-size:9px}.console-topbar h1{color:var(--console-text);font-family:var(--font-ui);letter-spacing:-.04em;margin:0;font-size:clamp(25px,3vw,38px);font-weight:500}.console-top-actions{align-items:center;gap:11px;display:flex}.console-version{color:#77727c;font:10px var(--font-mono)}.console-refresh{border:1px solid var(--console-line);color:#aaa3ae;cursor:pointer;background:0 0;border-radius:8px;place-items:center;width:32px;height:32px;min-height:32px;padding:0;font-size:18px;transition:all .15s;display:grid}.console-refresh:hover{color:var(--console-accent);border-color:#e2a16e73}.console-notice{color:#d9b58e;background:#e2a16e14;border:1px solid #e2a16e4d;border-radius:8px;margin-top:18px;padding:11px 14px;font-size:12px}.console-view{padding-top:30px}.status-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.status-card{border:1px solid var(--console-line);background:var(--console-panel);border-radius:12px;min-width:0;padding:17px 18px}.status-card-top{color:var(--console-muted);justify-content:space-between;align-items:center;margin-bottom:20px;font-size:11px;display:flex}.status-card strong{color:#eee8df;text-overflow:ellipsis;white-space:nowrap;font-size:18px;font-weight:500;display:block;overflow:hidden}.status-card small{color:#6e6972;text-overflow:ellipsis;white-space:nowrap;margin-top:8px;font-size:10px;display:block;overflow:hidden}.status-dot{background:#756b75;border-radius:50%;width:7px;height:7px;display:block}.status-dot.good{background:var(--console-green);box-shadow:0 0 0 4px #8fc5a01a}.status-dot.warn{background:var(--console-warn);box-shadow:0 0 0 4px #e2b36e17}.status-dot.bad{background:var(--siduri-danger);box-shadow:0 0 0 4px #c979791a}.console-columns{grid-template-columns:minmax(0,1.5fr) minmax(280px,1fr);gap:12px;margin-top:12px;display:grid}.console-panel{border:1px solid var(--console-line);background:var(--console-panel);border-radius:12px}.approval-panel,.queue-panel,.quick-panel{padding:20px}.panel-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:22px;display:flex}.panel-header h2{color:#e7e0e7;margin:0;font-size:14px;font-weight:600}.panel-header button{color:var(--console-accent);cursor:pointer;background:0 0;border:0;padding:0;font-size:11px;font-weight:500}.gate-row{align-items:center;gap:13px;min-height:58px;display:flex}.gate-icon{color:#1b171c;background:var(--console-green);border-radius:10px;flex:0 0 33px;place-items:center;width:33px;height:33px;font-weight:700;display:grid}.gate-icon.pending{color:#2a1e13;background:var(--console-warn)}.gate-row strong{color:#e7e0e7;font-size:12px;font-weight:500;display:block}.gate-row p{color:var(--console-muted);margin:6px 0 0;font-size:11px}.button-row{flex-wrap:wrap;align-items:center;gap:8px;margin-top:18px;display:flex}.console-app button{cursor:pointer;font-family:var(--font-ui);border:0;border-radius:8px;font-size:11px;font-weight:600}.button-row button,.quick-actions button{color:#21181a;background:var(--console-accent);min-height:35px;font-family:var(--font-ui);cursor:pointer;border:0;border-radius:8px;padding:0 12px;font-size:11px;font-weight:600;transition:filter .15s}.button-row button:hover,.quick-actions button:hover{filter:brightness(1.08)}.button-row button:disabled{cursor:wait;opacity:.5}.button-row .soft-button{color:#d5cbd5;background:#332c38}.button-row .approve-button,.approve-button{color:#16251a;background:var(--console-green)}.technical-details,.row-details{color:#817a86;font:10px var(--font-mono);margin-top:15px}.technical-details summary,.row-details summary{cursor:pointer;color:#9d8f9f;font-family:var(--font-ui);font-size:10px}.technical-details pre,.row-details pre{color:#c0b6c2;white-space:pre-wrap;background:#111015;border-radius:7px;max-height:230px;margin:10px 0 0;padding:12px;overflow:auto}.queue-row{border-top:1px solid var(--console-line);color:#b2abb5;justify-content:space-between;align-items:center;padding:15px 0;font-size:12px;display:flex}.queue-count{color:#9b929e;background:#ffffff12;border-radius:7px;place-items:center;min-width:24px;height:24px;font-size:11px;display:grid}.queue-count.warn{color:#dcb477;background:#e2b36e1f}.quick-panel{margin-top:12px}.quick-actions{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.quick-actions button{color:#bdb2bf;background:#27222c;justify-content:space-between;align-items:center;font-weight:500;display:flex}.quick-actions button span{color:var(--console-accent);font-size:16px}.view-intro{justify-content:space-between;align-items:end;gap:20px;margin-bottom:25px;display:flex}.view-intro h2{color:#ebe5ec;letter-spacing:-.03em;margin:0;font-size:clamp(20px,3vw,28px);font-weight:500}.view-intro p:not(.console-eyebrow){max-width:560px;color:var(--console-muted);margin:9px 0 0;font-size:12px;line-height:1.5}.count-badge{color:#d3aa83;white-space:nowrap;background:#e2a16e14;border:1px solid #e2a16e47;border-radius:999px;padding:8px 10px;font-size:10px}.table-panel{margin-bottom:12px;overflow:hidden}.table-toolbar{border-bottom:1px solid var(--console-line);justify-content:space-between;align-items:center;gap:16px;padding:17px 19px;display:flex}.table-toolbar strong{color:#e7e0e7;font-size:13px;font-weight:600}.table-toolbar span{color:#77717c;font-size:10px}.data-table-wrap{overflow-x:auto}.data-table{border-collapse:collapse;text-align:left;width:100%}.data-table th{color:#77717c;border-bottom:1px solid var(--console-line);letter-spacing:.1em;text-transform:uppercase;padding:11px 16px;font-size:9px;font-weight:500}.data-table td{color:#b9b1bb;vertical-align:top;border-bottom:1px solid #ffffff0e;padding:14px 16px;font-size:11px}.data-table tr:last-child td{border-bottom:0}.data-table td strong{color:#e5dfe6;font-size:12px;font-weight:500;display:block}.data-table td small{color:#706a75;margin-top:5px;font-size:10px;display:block}.table-editor{resize:vertical;color:#ded7e0;width:min(330px,28vw);min-height:54px;font:11px var(--font-ui);background:#00000024;border:1px solid #0000;border-radius:6px;outline:0;margin:0 0 7px;padding:8px;line-height:1.4;display:block}.table-editor:focus{border-color:#e2a16e66}.table-actions{flex-wrap:wrap;gap:5px;display:flex}.tiny-button{color:#d9cfdc;cursor:pointer;background:#342c39;border:0;border-radius:6px;min-height:27px;padding:0 8px;font-size:10px!important}.tiny-button:hover{background:#493b4c}.tiny-button.danger-button{color:#d79595;background:#c979791a}.tag{color:#aaa0ad;font:10px var(--font-mono);background:#ffffff12;border-radius:5px;padding:5px 7px;display:inline-block}.status-approved{color:#9bcaa9;background:#8fc5a01a}.status-rejected{color:#d79595;background:#c979791a}.table-link{color:var(--console-accent);text-decoration:none}.event-text{color:#e2dce3;text-overflow:ellipsis;white-space:nowrap;max-width:330px;display:block;overflow:hidden}.profile-panel{max-width:920px;padding-bottom:19px}.empty-state{text-align:center;place-items:center;padding:60px 20px;display:grid}.empty-state>span{color:#746b76;margin-bottom:12px;font-size:25px}.empty-state strong{color:#d6ced9;font-size:13px;font-weight:500}.empty-state p{color:#77717c;margin:8px 0 0;font-size:11px}:is(html:has(#overlay),body:has(#overlay)){overflow:hidden}body:has(#overlay){font-family:var(--font-serif);background:0 0}#overlay{pointer-events:none;flex-direction:column;justify-content:flex-end;align-items:center;padding-bottom:60px;display:flex;position:fixed;inset:0}.venus{place-items:center;width:72px;height:72px;margin-bottom:24px;display:grid;position:relative}.venus .core{color:var(--siduri-ember-highlight);text-shadow:0 0 20px #d99a6899;font-size:28px;animation:4s ease-in-out infinite float}.venus .halo{border:1px solid #e1a16f66;border-radius:50%;animation:3s ease-in-out infinite pulse-halo;position:absolute;inset:0;box-shadow:0 0 25px #d99a6833}.venus.speaking .core{transform:scale(calc(1 + var(--amplitude,0) * .3))}#captions{border:1px solid var(--siduri-border-subtle);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);text-align:center;background:#0b0b0ed9;border-radius:12px;max-width:720px;padding:12px 24px}#captions p{margin:4px 0}#captions #ja{color:var(--siduri-text-primary);font-size:18px;font-family:var(--font-serif)}#captions #en,#captions #id{color:var(--siduri-text-secondary);font-size:13px;font-style:italic}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes pulse-halo{0%,to{opacity:.3;transform:scale(.95)}50%{opacity:.7;transform:scale(1.08)}}@media (max-width:900px){.console-sidebar{flex-basis:190px}.status-grid{grid-template-columns:repeat(2,1fr)}.console-columns{grid-template-columns:1fr}.quick-actions{grid-template-columns:repeat(2,1fr)}.table-editor{width:min(280px,40vw)}}@media (max-width:760px){.chat-sidebar{flex-basis:58px;padding-inline:9px}.chat-sidebar-top{justify-content:center;padding-inline:0}.chat-brand span:last-child,.sidebar-collapse,.new-chat-button,.history-heading,.conversation-list,.sidebar-footer span:nth-child(2),.sidebar-footer b{display:none}.new-chat-button{width:38px;margin:0 auto;padding:0}.new-chat-button span{margin:0}.sidebar-footer{border-top:0;justify-content:center;padding-inline:0}.sidebar-console{justify-content:center;padding-inline:0}.sidebar-console span:first-child{font-size:16px}.chat-header{padding-inline:18px}.chat-header-actions a{display:none}.conversation-surface{width:calc(100% - 30px)}.conversation-scroll{padding-top:25px;padding-bottom:max(156px, calc(env(safe-area-inset-bottom) + 148px))}.conversation-scroll.presence-active{padding-top:10px;padding-bottom:max(156px, calc(env(safe-area-inset-bottom) + 148px))}.avatar-presence-area{max-width:100%;min-height:0}.platform-composer{bottom:max(36px, calc(env(safe-area-inset-bottom) + 28px))}.platform-message{gap:10px;margin-bottom:25px}.message-primary{font-size:16px}.chat-empty-state{padding:40px 0}.onboarding-prompts{grid-template-columns:1fr}.composer-bottom span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}}@media (max-width:640px){.console-app{display:block}.console-sidebar{border-right:0;border-bottom:1px solid var(--console-line);min-height:auto;padding:14px 12px}.console-context,.console-sidebar-bottom{display:none}.console-brand{padding-left:4px}.console-nav{gap:3px;margin-top:14px;display:flex;overflow-x:auto}.console-nav button{flex:none;width:auto;padding-inline:10px}.console-main{padding:0 14px 40px}.console-topbar{min-height:88px}.status-grid{grid-template-columns:1fr 1fr;gap:8px}.status-card{padding:14px}.status-card strong{font-size:15px}.view-intro{display:block}.view-intro .button-row{margin-top:16px}.quick-actions{grid-template-columns:1fr}.data-table th,.data-table td{padding:11px 10px}.table-editor{width:220px}.data-table{min-width:680px}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-duration{syntax:"*";inherits:false}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@keyframes ping{75%,to{opacity:0;transform:scale(2)}}@keyframes pulse{50%{opacity:.5}}
|
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
8:I[44101,["/_next/static/chunks/0uwih7sydv413.js"],"ViewportBoundary"]
|
|
7
7
|
a:I[44101,["/_next/static/chunks/0uwih7sydv413.js"],"MetadataBoundary"]
|
|
8
8
|
c:I[4626,["/_next/static/chunks/0uwih7sydv413.js"],"default",1]
|
|
9
|
-
:HL["/_next/static/chunks/
|
|
9
|
+
:HL["/_next/static/chunks/1dc9n0p39yo65.css","style"]
|
|
10
10
|
:HL["https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap","style"]
|
|
11
11
|
7:X
|
|
12
|
-
0:{"P":null,"c":["","_not-found",""],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{},"$undefined","$undefined",4608]},"$undefined","$undefined",4608]},"$undefined","$undefined",4624],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/
|
|
12
|
+
0:{"P":null,"c":["","_not-found",""],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{},"$undefined","$undefined",4608]},"$undefined","$undefined",4608]},"$undefined","$undefined",4624],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/1dc9n0p39yo65.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/0uwih7sydv413.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"h-full antialiased dark","children":[["$","head",null,{"children":[["$","link",null,{"rel":"preconnect","href":"https://fonts.googleapis.com"}],["$","link",null,{"rel":"preconnect","href":"https://fonts.gstatic.com","crossOrigin":"anonymous"}],["$","link",null,{"href":"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap","rel":"stylesheet"}]]}],["$","body",null,{"className":"min-h-full flex flex-col bg-[#0b0b0e] text-[#eee8df] selection:bg-[#d99a68]/30 selection:text-[#f4c28d]","children":["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],null,["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,null]},null,false,"$7"]},null,false,null],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L8",null,{"children":"$L9"}],["$","div",null,{"hidden":true,"children":["$","$La",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$Lb"}]}]}],null]}],false]],"m":"$undefined","G":["$c",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/1dc9n0p39yo65.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"r":"$undefined","s":"$undefined","a":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"i9YV06HVZxr6wJWWxhUhB"}
|
|
13
13
|
7:C
|
|
14
14
|
9:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
15
15
|
d:I[89236,["/_next/static/chunks/0uwih7sydv413.js"],"IconMark"]
|
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
9:I[89236,["/_next/static/chunks/0uwih7sydv413.js"],"IconMark"]
|
|
7
7
|
b:I[81869,["/_next/static/chunks/0uwih7sydv413.js"],"default"]
|
|
8
8
|
c:I[57830,["/_next/static/chunks/0uwih7sydv413.js"],"default"]
|
|
9
|
-
:HL["/_next/static/chunks/
|
|
9
|
+
:HL["/_next/static/chunks/1dc9n0p39yo65.css","style"]
|
|
10
10
|
:HL["https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap","style"]
|
|
11
11
|
6:X
|
|
12
12
|
e:X
|
|
13
13
|
e:C
|
|
14
|
-
0:{"buildId":"
|
|
14
|
+
0:{"buildId":"i9YV06HVZxr6wJWWxhUhB","data":[{"rsc":["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"isPartial":"$@5","staleTime":"$6","varyParams":null},{"rsc":["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L7",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L8",null,{"children":["$","$3",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Siduri — Local-First Companion"}],["$","meta","1",{"name":"description","content":"Siduri — a local-first companion with explicit memory, grounded knowledge, and optional presence."}],["$","link","2",{"rel":"icon","href":"/favicon.ico?favicon.2vob68tjqpejf.ico","sizes":"256x256","type":"image/x-icon"}],["$","link","3",{"rel":"icon","href":"/favicon.ico"}],["$","$L9","4",{}]]}]}]}],null]}],"isPartial":"$@a","staleTime":"$6","varyParams":null},{"rsc":["$","$1","c",{"children":[null,["$","$Lb",null,{"parallelRouterKey":"children","template":["$","$Lc",null,{}]}]]}],"isPartial":"$@d","staleTime":"$6","varyParams":"$e"},{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/1dc9n0p39yo65.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/0uwih7sydv413.js","async":true}]],["$","html",null,{"lang":"en","className":"h-full antialiased dark","children":[["$","head",null,{"children":[["$","link",null,{"rel":"preconnect","href":"https://fonts.googleapis.com"}],["$","link",null,{"rel":"preconnect","href":"https://fonts.gstatic.com","crossOrigin":"anonymous"}],["$","link",null,{"href":"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap","rel":"stylesheet"}]]}],["$","body",null,{"className":"min-h-full flex flex-col bg-[#0b0b0e] text-[#eee8df] selection:bg-[#d99a68]/30 selection:text-[#f4c28d]","children":["$","$Lb",null,{"parallelRouterKey":"children","template":["$","$Lc",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:data:0:rsc:props:children:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:data:0:rsc:props:children:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:data:0:rsc:props:children:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:data:0:rsc:props:children:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]]}]}]]}]]}],"isPartial":"$@f","staleTime":"$6","varyParams":null}],"isUpgradeableISRFallback":false,"a":"$@10","rootVaryParams":null,"needsRuntimeRequest":"$@11"}
|
|
15
15
|
4:null
|
|
16
16
|
6:300
|
|
17
17
|
11:true
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
:HL["/_next/static/chunks/
|
|
1
|
+
:HL["/_next/static/chunks/1dc9n0p39yo65.css","style"]
|
|
2
2
|
:HL["https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap","style"]
|
|
3
|
-
0:{"tree":{"name":"","param":null,"prefetchHints":4176,"slots":{"children":{"name":"/_not-found","param":null,"prefetchHints":4192,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":4256,"slots":null}}}}},"staleTime":300,"buildId":"
|
|
3
|
+
0:{"tree":{"name":"","param":null,"prefetchHints":4176,"slots":{"children":{"name":"/_not-found","param":null,"prefetchHints":4192,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":4256,"slots":null}}}}},"staleTime":300,"buildId":"i9YV06HVZxr6wJWWxhUhB"}
|