shieldcortex 2.19.0 → 2.19.3

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.
Files changed (94) hide show
  1. package/dashboard/.next/standalone/dashboard/.next/BUILD_ID +1 -1
  2. package/dashboard/.next/standalone/dashboard/.next/build-manifest.json +2 -2
  3. package/dashboard/.next/standalone/dashboard/.next/prerender-manifest.json +3 -3
  4. package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error.html +2 -2
  5. package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error.rsc +1 -1
  6. package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  7. package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  8. package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  9. package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  10. package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  11. package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  12. package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found.html +1 -1
  13. package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found.rsc +2 -2
  14. package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found.segments/_full.segment.rsc +2 -2
  15. package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  16. package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found.segments/_index.segment.rsc +2 -2
  17. package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  18. package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  19. package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  20. package/dashboard/.next/standalone/dashboard/.next/server/app/index.html +1 -1
  21. package/dashboard/.next/standalone/dashboard/.next/server/app/index.rsc +3 -3
  22. package/dashboard/.next/standalone/dashboard/.next/server/app/index.segments/__PAGE__.segment.rsc +2 -2
  23. package/dashboard/.next/standalone/dashboard/.next/server/app/index.segments/_full.segment.rsc +3 -3
  24. package/dashboard/.next/standalone/dashboard/.next/server/app/index.segments/_head.segment.rsc +1 -1
  25. package/dashboard/.next/standalone/dashboard/.next/server/app/index.segments/_index.segment.rsc +2 -2
  26. package/dashboard/.next/standalone/dashboard/.next/server/app/index.segments/_tree.segment.rsc +2 -2
  27. package/dashboard/.next/standalone/dashboard/.next/server/app/page_client-reference-manifest.js +1 -1
  28. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/dashboard_25b1b286._.js +1 -1
  29. package/dashboard/.next/standalone/dashboard/.next/server/pages/404.html +1 -1
  30. package/dashboard/.next/standalone/dashboard/.next/server/pages/500.html +2 -2
  31. package/dashboard/.next/standalone/dashboard/.next/server/server-reference-manifest.js +1 -1
  32. package/dashboard/.next/standalone/dashboard/.next/server/server-reference-manifest.json +1 -1
  33. package/dashboard/.next/standalone/dashboard/.next/static/chunks/{6bf7d89d34068ecb.js → 7d04c140073d99aa.js} +3 -3
  34. package/dashboard/.next/standalone/dashboard/.next/static/chunks/94d1921c4f61a608.css +3 -0
  35. package/dashboard/.next/standalone/dashboard/.next/static/chunks/cac330f9511d34e5.js +1 -0
  36. package/dist/api/control.d.ts +28 -11
  37. package/dist/api/control.d.ts.map +1 -1
  38. package/dist/api/control.js +120 -19
  39. package/dist/api/control.js.map +1 -1
  40. package/dist/api/events.d.ts +12 -1
  41. package/dist/api/events.d.ts.map +1 -1
  42. package/dist/api/events.js +9 -0
  43. package/dist/api/events.js.map +1 -1
  44. package/dist/api/visualization-server.d.ts.map +1 -1
  45. package/dist/api/visualization-server.js +88 -36
  46. package/dist/api/visualization-server.js.map +1 -1
  47. package/dist/cloud/quarantine-sync.d.ts +3 -0
  48. package/dist/cloud/quarantine-sync.d.ts.map +1 -1
  49. package/dist/cloud/quarantine-sync.js +7 -0
  50. package/dist/cloud/quarantine-sync.js.map +1 -1
  51. package/dist/cloud/sync.d.ts +11 -0
  52. package/dist/cloud/sync.d.ts.map +1 -1
  53. package/dist/cloud/sync.js +37 -0
  54. package/dist/cloud/sync.js.map +1 -1
  55. package/dist/defence/index.d.ts +2 -0
  56. package/dist/defence/index.d.ts.map +1 -1
  57. package/dist/defence/index.js +2 -0
  58. package/dist/defence/index.js.map +1 -1
  59. package/dist/defence/input-sanitisation/index.d.ts +28 -0
  60. package/dist/defence/input-sanitisation/index.d.ts.map +1 -0
  61. package/dist/defence/input-sanitisation/index.js +71 -0
  62. package/dist/defence/input-sanitisation/index.js.map +1 -0
  63. package/dist/defence/iron-dome/config.js +5 -5
  64. package/dist/defence/iron-dome/config.js.map +1 -1
  65. package/dist/defence/iron-dome/index.d.ts +6 -0
  66. package/dist/defence/iron-dome/index.d.ts.map +1 -1
  67. package/dist/defence/iron-dome/index.js +19 -0
  68. package/dist/defence/iron-dome/index.js.map +1 -1
  69. package/dist/defence/pipeline.d.ts.map +1 -1
  70. package/dist/defence/pipeline.js +21 -11
  71. package/dist/defence/pipeline.js.map +1 -1
  72. package/dist/index.d.ts.map +1 -1
  73. package/dist/index.js +59 -0
  74. package/dist/index.js.map +1 -1
  75. package/dist/lib.d.ts +2 -0
  76. package/dist/lib.d.ts.map +1 -1
  77. package/dist/lib.js +2 -0
  78. package/dist/lib.js.map +1 -1
  79. package/dist/license/keys.d.ts +1 -1
  80. package/dist/license/keys.js +1 -1
  81. package/dist/server.d.ts.map +1 -1
  82. package/dist/server.js +193 -45
  83. package/dist/server.js.map +1 -1
  84. package/dist/tools/context.d.ts +4 -4
  85. package/dist/tools/forget.d.ts +4 -4
  86. package/dist/tools/recall.d.ts +9 -9
  87. package/dist/tools/remember.d.ts +4 -4
  88. package/hooks/openclaw/cortex-memory/handler.ts +8 -18
  89. package/package.json +1 -1
  90. package/dashboard/.next/standalone/dashboard/.next/static/chunks/1a71c9a52f0c9b16.css +0 -3
  91. package/dashboard/.next/standalone/dashboard/.next/static/chunks/d0dcb5e0e04ae015.js +0 -1
  92. /package/dashboard/.next/standalone/dashboard/.next/static/{OfvwyqIJFP9N3Qdb23S-6 → x5pEZRSDizF1dS-qqTezT}/_buildManifest.js +0 -0
  93. /package/dashboard/.next/standalone/dashboard/.next/static/{OfvwyqIJFP9N3Qdb23S-6 → x5pEZRSDizF1dS-qqTezT}/_clientMiddlewareManifest.json +0 -0
  94. /package/dashboard/.next/standalone/dashboard/.next/static/{OfvwyqIJFP9N3Qdb23S-6 → x5pEZRSDizF1dS-qqTezT}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- <!DOCTYPE html><!--OfvwyqIJFP9N3Qdb23S_6--><html lang="en" class="dark"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/797e433ab948586e-s.p.dbea232f.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/caa3a2e1cccd8315-s.p.853070df.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/chunks/1a71c9a52f0c9b16.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/da96df828f9a0188.js"/><script src="/_next/static/chunks/fc4e920d4281c89e.js" async=""></script><script src="/_next/static/chunks/d3d8171bf50ef87e.js" async=""></script><script src="/_next/static/chunks/turbopack-7cf1ece01d32a474.js" async=""></script><script src="/_next/static/chunks/e007ff86847a4042.js" async=""></script><script src="/_next/static/chunks/64ee9622541d967c.js" async=""></script><script src="/_next/static/chunks/d334b69bff7779be.js" async=""></script><script src="/_next/static/chunks/fc2dbf641aad1448.js" async=""></script><script src="/_next/static/chunks/6bf7d89d34068ecb.js" async=""></script><script src="/_next/static/chunks/d0dcb5e0e04ae015.js" async=""></script><meta name="next-size-adjust" content=""/><title>ShieldCortex</title><meta name="description" content="AI Memory Security Dashboard — Defence pipeline, audit logs, quarantine review"/><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body class="geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased bg-slate-950"><div hidden=""><!--$--><!--/$--></div><div class="h-screen w-screen bg-slate-950 text-white overflow-hidden flex flex-col"><header class="h-14 border-b border-slate-800 flex items-center justify-between px-4 bg-slate-900/50 backdrop-blur-sm shrink-0"><div class="flex items-center gap-4"><div class="flex items-center gap-2"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-shield text-cyan-400" aria-hidden="true"><path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"></path></svg><h1 class="text-xl font-bold bg-gradient-to-r from-cyan-400 via-blue-400 to-emerald-400 bg-clip-text text-transparent">ShieldCortex</h1><div title="Cloud sync not configured"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-cloud text-slate-600" aria-hidden="true"><path d="M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z"></path></svg></div></div><select class="bg-slate-800 border border-slate-700 text-white text-sm rounded-lg px-3 py-1.5 focus:ring-cyan-500 focus:border-cyan-500"></select><div class="relative"><input type="text" data-slot="input" class="file:text-foreground selection:bg-primary selection:text-primary-foreground dark:bg-input/30 h-9 min-w-0 rounded-md border px-3 py-1 text-base shadow-xs transition-[color,box-shadow] outline-none file:inline-flex file:h-7 file:border-0 file:bg-transparent file:text-sm file:font-medium disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50 md:text-sm focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive w-64 bg-slate-800 border-slate-700 text-white placeholder:text-slate-400 focus:ring-cyan-500" placeholder="Search memories..." value=""/></div><button data-slot="button" data-variant="outline" data-size="sm" class="inline-flex items-center justify-center whitespace-nowrap text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg:not([class*=&#x27;size-&#x27;])]:size-4 shrink-0 [&amp;_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive border bg-background shadow-xs dark:bg-input/30 dark:border-input dark:hover:bg-input/50 h-8 rounded-md gap-1.5 px-3 has-[&gt;svg]:px-2.5 border-slate-600 text-slate-300 hover:text-white hover:bg-slate-700" title="Filter memories by type and category">Filters </button></div><div class="flex items-center gap-2"><div class="flex items-center gap-2 text-xs text-slate-400 px-2"><span class="w-2 h-2 rounded-full bg-yellow-500" title="Polling mode"></span>0<!-- --> memories</div></div></header><div class="flex-1 flex overflow-hidden"><nav class="w-14 border-r border-slate-800 bg-slate-900/50 flex flex-col items-center py-3 shrink-0"><div class="flex-1 flex flex-col items-center gap-1"><button class="relative w-10 h-10 rounded-lg flex flex-col items-center justify-center gap-0.5 transition-colors bg-cyan-600/20 text-cyan-400" title="Shield"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-shield" aria-hidden="true"><path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"></path></svg><span class="text-[9px] leading-none">Shield</span><span class="absolute -bottom-0.5 -left-0.5 px-1 h-[12px] rounded-full bg-cyan-600/80 text-white text-[7px] font-bold flex items-center justify-center leading-none">PRO</span></button><button class="relative w-10 h-10 rounded-lg flex flex-col items-center justify-center gap-0.5 transition-colors text-slate-500 hover:text-slate-300 hover:bg-slate-800" title="Audit"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-file-text" aria-hidden="true"><path d="M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"></path><path d="M14 2v5a1 1 0 0 0 1 1h5"></path><path d="M10 9H8"></path><path d="M16 13H8"></path><path d="M16 17H8"></path></svg><span class="text-[9px] leading-none">Audit</span><span class="absolute -bottom-0.5 -left-0.5 px-1 h-[12px] rounded-full bg-cyan-600/80 text-white text-[7px] font-bold flex items-center justify-center leading-none">PRO</span></button><button class="relative w-10 h-10 rounded-lg flex flex-col items-center justify-center gap-0.5 transition-colors text-slate-500 hover:text-slate-300 hover:bg-slate-800" title="Queue"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-triangle-alert" aria-hidden="true"><path d="m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3"></path><path d="M12 9v4"></path><path d="M12 17h.01"></path></svg><span class="text-[9px] leading-none">Queue</span></button><button class="relative w-10 h-10 rounded-lg flex flex-col items-center justify-center gap-0.5 transition-colors text-slate-500 hover:text-slate-300 hover:bg-slate-800" title="Agents"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-users" aria-hidden="true"><path d="M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2"></path><path d="M16 3.128a4 4 0 0 1 0 7.744"></path><path d="M22 21v-2a4 4 0 0 0-3-3.87"></path><circle cx="9" cy="7" r="4"></circle></svg><span class="text-[9px] leading-none">Agents</span></button><button class="relative w-10 h-10 rounded-lg flex flex-col items-center justify-center gap-0.5 transition-colors text-slate-500 hover:text-slate-300 hover:bg-slate-800" title="Skills"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-file-search" aria-hidden="true"><path d="M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"></path><path d="M14 2v5a1 1 0 0 0 1 1h5"></path><circle cx="11.5" cy="14.5" r="2.5"></circle><path d="M13.3 16.3 15 18"></path></svg><span class="text-[9px] leading-none">Skills</span><span class="absolute -bottom-0.5 -left-0.5 px-1 h-[12px] rounded-full bg-cyan-600/80 text-white text-[7px] font-bold flex items-center justify-center leading-none">PRO</span></button><button class="relative w-10 h-10 rounded-lg flex flex-col items-center justify-center gap-0.5 transition-colors text-slate-500 hover:text-slate-300 hover:bg-slate-800" title="Dome"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-zap" aria-hidden="true"><path d="M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z"></path></svg><span class="text-[9px] leading-none">Dome</span><span class="absolute -bottom-0.5 -left-0.5 px-1 h-[12px] rounded-full bg-cyan-600/80 text-white text-[7px] font-bold flex items-center justify-center leading-none">PRO</span></button><button class="relative w-10 h-10 rounded-lg flex flex-col items-center justify-center gap-0.5 transition-colors text-slate-500 hover:text-slate-300 hover:bg-slate-800" title="Memories"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-database" aria-hidden="true"><ellipse cx="12" cy="5" rx="9" ry="3"></ellipse><path d="M3 5V19A9 3 0 0 0 21 19V5"></path><path d="M3 12A9 3 0 0 0 21 12"></path></svg><span class="text-[9px] leading-none">Memories</span></button><button class="relative w-10 h-10 rounded-lg flex flex-col items-center justify-center gap-0.5 transition-colors text-slate-500 hover:text-slate-300 hover:bg-slate-800" title="Brain"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-brain" aria-hidden="true"><path d="M12 18V5"></path><path d="M15 13a4.17 4.17 0 0 1-3-4 4.17 4.17 0 0 1-3 4"></path><path d="M17.598 6.5A3 3 0 1 0 12 5a3 3 0 1 0-5.598 1.5"></path><path d="M17.997 5.125a4 4 0 0 1 2.526 5.77"></path><path d="M18 18a4 4 0 0 0 2-7.464"></path><path d="M19.967 17.483A4 4 0 1 1 12 18a4 4 0 1 1-7.967-.517"></path><path d="M6 18a4 4 0 0 1-2-7.464"></path><path d="M6.003 5.125a4 4 0 0 0-2.526 5.77"></path></svg><span class="text-[9px] leading-none">Brain</span></button><button class="relative w-10 h-10 rounded-lg flex flex-col items-center justify-center gap-0.5 transition-colors text-slate-500 hover:text-slate-300 hover:bg-slate-800" title="Graph"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-git-branch" aria-hidden="true"><line x1="6" x2="6" y1="3" y2="15"></line><circle cx="18" cy="6" r="3"></circle><circle cx="6" cy="18" r="3"></circle><path d="M18 9a9 9 0 0 1-9 9"></path></svg><span class="text-[9px] leading-none">Graph</span></button></div><div class="flex flex-col items-center gap-1 text-[10px] text-slate-500"></div></nav><div class="flex-1 relative overflow-hidden" style="opacity:0"><div class="h-full overflow-y-auto p-6"><div class="flex items-center justify-between mb-6"><h2 class="text-lg font-semibold text-white">Defence Overview</h2><div class="flex gap-1 bg-slate-800 rounded-lg p-0.5"><button class="px-3 py-1 text-xs rounded-md transition-colors bg-cyan-600 text-white">24h</button><button class="px-3 py-1 text-xs rounded-md transition-colors text-slate-400 hover:text-white">7d</button><button class="px-3 py-1 text-xs rounded-md transition-colors text-slate-400 hover:text-white">30d</button></div></div><div class="bg-slate-900 border border-slate-800 rounded-xl p-4 mb-4"><div class="flex items-center gap-2"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-shield text-slate-500" aria-hidden="true"><path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"></path></svg><span class="text-xs text-slate-500 animate-pulse">Loading licence...</span></div></div><div class="grid grid-cols-1 lg:grid-cols-2 gap-4"><div class="bg-slate-900 border border-slate-800 rounded-xl p-4"><h3 class="text-sm font-medium text-slate-300 mb-4">Defence Pipeline</h3><div class="flex items-center gap-1 mb-4"><div class="flex items-center"><div class="flex items-center gap-1.5 px-3 py-2 rounded-lg bg-blue-400/10"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-shield text-blue-400" aria-hidden="true"><path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"></path></svg><span class="text-xs font-medium text-blue-400">Trust</span></div><div class="w-4 h-px bg-slate-700 mx-0.5"></div></div><div class="flex items-center"><div class="flex items-center gap-1.5 px-3 py-2 rounded-lg bg-orange-400/10"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-flame text-orange-400" aria-hidden="true"><path d="M12 3q1 4 4 6.5t3 5.5a1 1 0 0 1-14 0 5 5 0 0 1 1-3 1 1 0 0 0 5 0c0-2-1.5-3-1.5-5q0-2 2.5-4"></path></svg><span class="text-xs font-medium text-orange-400">Firewall</span></div><div class="w-4 h-px bg-slate-700 mx-0.5"></div></div><div class="flex items-center"><div class="flex items-center gap-1.5 px-3 py-2 rounded-lg bg-purple-400/10"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-eye text-purple-400" aria-hidden="true"><path d="M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0"></path><circle cx="12" cy="12" r="3"></circle></svg><span class="text-xs font-medium text-purple-400">Sensitivity</span></div><div class="w-4 h-px bg-slate-700 mx-0.5"></div></div><div class="flex items-center"><div class="flex items-center gap-1.5 px-3 py-2 rounded-lg bg-cyan-400/10"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-puzzle text-cyan-400" aria-hidden="true"><path d="M15.39 4.39a1 1 0 0 0 1.68-.474 2.5 2.5 0 1 1 3.014 3.015 1 1 0 0 0-.474 1.68l1.683 1.682a2.414 2.414 0 0 1 0 3.414L19.61 15.39a1 1 0 0 1-1.68-.474 2.5 2.5 0 1 0-3.014 3.015 1 1 0 0 1 .474 1.68l-1.683 1.682a2.414 2.414 0 0 1-3.414 0L8.61 19.61a1 1 0 0 0-1.68.474 2.5 2.5 0 1 1-3.014-3.015 1 1 0 0 0 .474-1.68l-1.683-1.682a2.414 2.414 0 0 1 0-3.414L4.39 8.61a1 1 0 0 1 1.68.474 2.5 2.5 0 1 0 3.014-3.015 1 1 0 0 1-.474-1.68l1.683-1.682a2.414 2.414 0 0 1 3.414 0z"></path></svg><span class="text-xs font-medium text-cyan-400">Fragment</span></div><div class="w-4 h-px bg-slate-700 mx-0.5"></div></div><div class="flex items-center"><div class="flex items-center gap-1.5 px-3 py-2 rounded-lg bg-green-400/10"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-file-text text-green-400" aria-hidden="true"><path d="M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"></path><path d="M14 2v5a1 1 0 0 0 1 1h5"></path><path d="M10 9H8"></path><path d="M16 13H8"></path><path d="M16 17H8"></path></svg><span class="text-xs font-medium text-green-400">Audit</span></div></div></div><div class="text-xs text-slate-500 animate-pulse">Loading stats...</div><button class="mt-3 w-full text-center text-xs text-cyan-400 hover:text-cyan-300 transition-colors py-1">View full audit log →</button><div class="mt-2 pt-3 border-t border-slate-800 flex items-center justify-between"><span class="text-xs text-slate-500">Firewall Mode</span><div class="relative"><button class="text-xs font-medium text-cyan-400 bg-cyan-400/10 px-2 py-0.5 rounded flex items-center gap-1 hover:opacity-80 transition-opacity">balanced<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down" aria-hidden="true"><path d="m6 9 6 6 6-6"></path></svg></button></div></div></div><div class="bg-slate-900 border border-slate-800 rounded-xl p-4"><div class="flex items-center justify-between mb-4"><h3 class="text-sm font-medium text-slate-300">Quarantine Queue</h3></div><div class="text-xs text-slate-500 animate-pulse">Loading...</div></div><div class="bg-slate-900 border border-slate-800 rounded-xl p-4"><h3 class="text-sm font-medium text-slate-300 mb-4">Threat Timeline</h3><div class="h-32 flex items-center justify-center"><div class="text-xs text-slate-500 animate-pulse">Loading timeline...</div></div></div><div class="bg-slate-900 border border-slate-800 rounded-xl p-4"><h3 class="text-sm font-medium text-slate-300 mb-4">Stats Summary</h3><div class="text-xs text-slate-500 animate-pulse">Loading...</div></div></div><div class="mt-4"><div class="bg-slate-900 border border-slate-800 rounded-xl p-4"><div class="flex items-center justify-between mb-3"><h3 class="text-sm font-medium text-slate-300">Skill Scanner</h3><button class="flex items-center gap-1.5 px-3 py-1.5 bg-cyan-600 hover:bg-cyan-500 disabled:opacity-50 rounded-lg text-xs font-medium text-white transition-colors"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-file-search" aria-hidden="true"><path d="M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"></path><path d="M14 2v5a1 1 0 0 0 1 1h5"></path><circle cx="11.5" cy="14.5" r="2.5"></circle><path d="M13.3 16.3 15 18"></path></svg>Scan All</button></div><div class="text-center py-3"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-file-search text-slate-600 mx-auto mb-1.5" aria-hidden="true"><path d="M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"></path><path d="M14 2v5a1 1 0 0 0 1 1h5"></path><circle cx="11.5" cy="14.5" r="2.5"></circle><path d="M13.3 16.3 15 18"></path></svg><p class="text-[10px] text-slate-500">Scan agent instruction files for threats</p></div></div></div><div class="mt-4"><div class="bg-slate-900 border border-slate-800 rounded-xl p-4"><div class="flex items-center justify-between mb-3"><h3 class="text-sm font-medium text-slate-300">Iron Dome</h3><span class="text-[10px] font-medium px-2 py-0.5 rounded-full bg-slate-700/50 text-slate-500">INACTIVE</span></div><div class="text-xs text-slate-500 animate-pulse">Loading...</div><button class="w-full text-center text-xs text-red-400 hover:text-red-300 transition-colors py-1">View Iron Dome →</button></div></div><div class="mt-4"><div class="bg-slate-900 border border-slate-800 rounded-xl p-4"><h3 class="text-sm font-medium text-slate-300">OpenClaw Memory</h3><p class="text-xs text-slate-500 mt-1">Configure how ShieldCortex complements native OpenClaw memory.</p><p class="text-[11px] text-slate-600 mt-1">Changes apply on next OpenClaw gateway restart.</p><div class="text-xs text-slate-500 mt-4 animate-pulse">Loading settings...</div></div></div><div class="mt-4"><div class="bg-slate-900/50 border border-slate-800 rounded-xl p-4"><div class="space-y-3"><div class="flex items-center justify-between"><div class="flex items-center gap-2"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-shield text-cyan-400" aria-hidden="true"><path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"></path></svg><h3 class="text-sm font-medium text-slate-200">Custom Firewall Rules</h3><span class="text-xs text-slate-500">0<!-- -->/25</span></div><button class="flex items-center gap-1 px-2 py-1 text-xs bg-cyan-600/20 text-cyan-400 rounded hover:bg-cyan-600/30 transition-colors"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-plus" aria-hidden="true"><path d="M5 12h14"></path><path d="M12 5v14"></path></svg> Add Rule</button></div><div class="text-xs text-slate-500 py-4 text-center">Loading rules...</div></div></div></div><div class="mt-4 bg-gradient-to-br from-slate-900 via-slate-900 to-violet-950/20 border border-violet-800/30 rounded-xl p-5 relative"><button class="absolute top-3 right-3 text-slate-500 hover:text-slate-300 transition-colors" title="Dismiss for 30 days"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-x" aria-hidden="true"><path d="M18 6 6 18"></path><path d="m6 6 12 12"></path></svg></button><div class="space-y-3"><div class="flex items-center gap-2"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-cloud text-violet-400" aria-hidden="true"><path d="M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z"></path></svg><h3 class="text-sm font-semibold text-white">Cloud Sync</h3><span class="text-[10px] font-semibold px-1.5 py-0.5 rounded text-violet-400 bg-violet-400/10">Team</span></div><p class="text-sm text-slate-300">Sync defence data across devices, share audit logs with your team, and get centralised alerts.</p><a href="https://shieldcortex.ai/pricing" target="_blank" rel="noopener noreferrer" class="inline-flex items-center gap-1.5 px-4 py-2 bg-violet-600 hover:bg-violet-500 rounded-lg text-sm font-medium text-white transition-colors">Upgrade to Team<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-external-link" aria-hidden="true"><path d="M15 3h6v6"></path><path d="M10 14 21 3"></path><path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path></svg></a></div></div></div></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/da96df828f9a0188.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[36111,[\"/_next/static/chunks/e007ff86847a4042.js\"],\"Providers\"]\n3:I[57043,[\"/_next/static/chunks/64ee9622541d967c.js\"],\"default\"]\n4:I[10445,[\"/_next/static/chunks/e007ff86847a4042.js\",\"/_next/static/chunks/d334b69bff7779be.js\"],\"default\"]\n5:I[27657,[\"/_next/static/chunks/64ee9622541d967c.js\"],\"default\"]\n6:I[16339,[\"/_next/static/chunks/64ee9622541d967c.js\"],\"ClientPageRoot\"]\n7:I[23733,[\"/_next/static/chunks/e007ff86847a4042.js\",\"/_next/static/chunks/fc2dbf641aad1448.js\",\"/_next/static/chunks/6bf7d89d34068ecb.js\",\"/_next/static/chunks/d0dcb5e0e04ae015.js\"],\"default\"]\na:I[56978,[\"/_next/static/chunks/64ee9622541d967c.js\"],\"OutletBoundary\"]\nb:\"$Sreact.suspense\"\nd:I[56978,[\"/_next/static/chunks/64ee9622541d967c.js\"],\"ViewportBoundary\"]\nf:I[56978,[\"/_next/static/chunks/64ee9622541d967c.js\"],\"MetadataBoundary\"]\n11:I[30687,[\"/_next/static/chunks/64ee9622541d967c.js\"],\"default\"]\n:HL[\"/_next/static/chunks/1a71c9a52f0c9b16.css\",\"style\"]\n:HL[\"/_next/static/media/797e433ab948586e-s.p.dbea232f.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"OfvwyqIJFP9N3Qdb23S-6\",\"c\":[\"\",\"\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/1a71c9a52f0c9b16.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/e007ff86847a4042.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"dark\",\"children\":[\"$\",\"body\",null,{\"className\":\"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased bg-slate-950\",\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$4\",\"errorStyles\":[],\"errorScripts\":[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/d334b69bff7779be.js\",\"async\":true}]],\"template\":[\"$\",\"$L5\",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\":[[\"$\",\"$L6\",null,{\"Component\":\"$7\",\"serverProvidedParams\":{\"searchParams\":{},\"params\":{},\"promises\":[\"$@8\",\"$@9\"]}}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/fc2dbf641aad1448.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/6bf7d89d34068ecb.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/d0dcb5e0e04ae015.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$La\",null,{\"children\":[\"$\",\"$b\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@c\"}]}]]}],{},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$Ld\",null,{\"children\":\"$Le\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Lf\",null,{\"children\":[\"$\",\"$b\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L10\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$11\",[]],\"S\":true}\n"])</script><script>self.__next_f.push([1,"8:{}\n9:\"$0:f:0:1:1:children:0:props:children:0:props:serverProvidedParams:params\"\n"])</script><script>self.__next_f.push([1,"e:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"c:null\n10:[[\"$\",\"title\",\"0\",{\"children\":\"ShieldCortex\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"AI Memory Security Dashboard — Defence pipeline, audit logs, quarantine review\"}]]\n"])</script></body></html>
1
+ <!DOCTYPE html><!--x5pEZRSDizF1dS_qqTezT--><html lang="en" class="dark"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/797e433ab948586e-s.p.dbea232f.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/caa3a2e1cccd8315-s.p.853070df.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/chunks/94d1921c4f61a608.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/da96df828f9a0188.js"/><script src="/_next/static/chunks/fc4e920d4281c89e.js" async=""></script><script src="/_next/static/chunks/d3d8171bf50ef87e.js" async=""></script><script src="/_next/static/chunks/turbopack-7cf1ece01d32a474.js" async=""></script><script src="/_next/static/chunks/e007ff86847a4042.js" async=""></script><script src="/_next/static/chunks/64ee9622541d967c.js" async=""></script><script src="/_next/static/chunks/d334b69bff7779be.js" async=""></script><script src="/_next/static/chunks/fc2dbf641aad1448.js" async=""></script><script src="/_next/static/chunks/7d04c140073d99aa.js" async=""></script><script src="/_next/static/chunks/cac330f9511d34e5.js" async=""></script><meta name="next-size-adjust" content=""/><title>ShieldCortex</title><meta name="description" content="AI Memory Security Dashboard — Defence pipeline, audit logs, quarantine review"/><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body class="geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased bg-slate-950"><div hidden=""><!--$--><!--/$--></div><div class="h-screen w-screen bg-slate-950 text-white overflow-hidden flex flex-col"><header class="h-14 border-b border-slate-800 flex items-center justify-between px-4 bg-slate-900/50 backdrop-blur-sm shrink-0"><div class="flex items-center gap-4"><div class="flex items-center gap-2"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-shield text-cyan-400" aria-hidden="true"><path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"></path></svg><h1 class="text-xl font-bold bg-gradient-to-r from-cyan-400 via-blue-400 to-emerald-400 bg-clip-text text-transparent">ShieldCortex</h1><div title="Cloud sync not configured"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-cloud text-slate-600" aria-hidden="true"><path d="M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z"></path></svg></div></div><select class="bg-slate-800 border border-slate-700 text-white text-sm rounded-lg px-3 py-1.5 focus:ring-cyan-500 focus:border-cyan-500"></select><div class="relative"><input type="text" data-slot="input" class="file:text-foreground selection:bg-primary selection:text-primary-foreground dark:bg-input/30 h-9 min-w-0 rounded-md border px-3 py-1 text-base shadow-xs transition-[color,box-shadow] outline-none file:inline-flex file:h-7 file:border-0 file:bg-transparent file:text-sm file:font-medium disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50 md:text-sm focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive w-64 bg-slate-800 border-slate-700 text-white placeholder:text-slate-400 focus:ring-cyan-500" placeholder="Search memories..." value=""/></div><button data-slot="button" data-variant="outline" data-size="sm" class="inline-flex items-center justify-center whitespace-nowrap text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg:not([class*=&#x27;size-&#x27;])]:size-4 shrink-0 [&amp;_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive border bg-background shadow-xs dark:bg-input/30 dark:border-input dark:hover:bg-input/50 h-8 rounded-md gap-1.5 px-3 has-[&gt;svg]:px-2.5 border-slate-600 text-slate-300 hover:text-white hover:bg-slate-700" title="Filter memories by type and category">Filters </button></div><div class="flex items-center gap-3"><button class="flex items-center gap-1.5 px-3 py-1.5 bg-red-600/10 border border-red-500/30 hover:bg-red-600/20 hover:border-red-500/50 disabled:opacity-50 rounded-lg text-xs font-medium text-red-400 transition-colors" title="Emergency Stop — immediately halt all agent operations"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-octagon-x" aria-hidden="true"><path d="m15 9-6 6"></path><path d="M2.586 16.726A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2h6.624a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586z"></path><path d="m9 9 6 6"></path></svg>Emergency Stop</button><div class="flex items-center gap-2 text-xs text-slate-400 px-2"><span class="w-2 h-2 rounded-full bg-yellow-500" title="Polling mode"></span>0<!-- --> memories</div></div></header><div class="flex-1 flex overflow-hidden"><nav class="w-14 border-r border-slate-800 bg-slate-900/50 flex flex-col items-center py-3 shrink-0"><div class="flex-1 flex flex-col items-center gap-1"><button class="relative w-10 h-10 rounded-lg flex flex-col items-center justify-center gap-0.5 transition-colors bg-cyan-600/20 text-cyan-400" title="Shield"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-shield" aria-hidden="true"><path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"></path></svg><span class="text-[9px] leading-none">Shield</span><span class="absolute -bottom-0.5 -left-0.5 px-1 h-[12px] rounded-full bg-cyan-600/80 text-white text-[7px] font-bold flex items-center justify-center leading-none">PRO</span></button><button class="relative w-10 h-10 rounded-lg flex flex-col items-center justify-center gap-0.5 transition-colors text-slate-500 hover:text-slate-300 hover:bg-slate-800" title="Audit"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-file-text" aria-hidden="true"><path d="M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"></path><path d="M14 2v5a1 1 0 0 0 1 1h5"></path><path d="M10 9H8"></path><path d="M16 13H8"></path><path d="M16 17H8"></path></svg><span class="text-[9px] leading-none">Audit</span><span class="absolute -bottom-0.5 -left-0.5 px-1 h-[12px] rounded-full bg-cyan-600/80 text-white text-[7px] font-bold flex items-center justify-center leading-none">PRO</span></button><button class="relative w-10 h-10 rounded-lg flex flex-col items-center justify-center gap-0.5 transition-colors text-slate-500 hover:text-slate-300 hover:bg-slate-800" title="Queue"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-triangle-alert" aria-hidden="true"><path d="m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3"></path><path d="M12 9v4"></path><path d="M12 17h.01"></path></svg><span class="text-[9px] leading-none">Queue</span></button><button class="relative w-10 h-10 rounded-lg flex flex-col items-center justify-center gap-0.5 transition-colors text-slate-500 hover:text-slate-300 hover:bg-slate-800" title="Agents"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-users" aria-hidden="true"><path d="M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2"></path><path d="M16 3.128a4 4 0 0 1 0 7.744"></path><path d="M22 21v-2a4 4 0 0 0-3-3.87"></path><circle cx="9" cy="7" r="4"></circle></svg><span class="text-[9px] leading-none">Agents</span></button><button class="relative w-10 h-10 rounded-lg flex flex-col items-center justify-center gap-0.5 transition-colors text-slate-500 hover:text-slate-300 hover:bg-slate-800" title="Skills"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-file-search" aria-hidden="true"><path d="M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"></path><path d="M14 2v5a1 1 0 0 0 1 1h5"></path><circle cx="11.5" cy="14.5" r="2.5"></circle><path d="M13.3 16.3 15 18"></path></svg><span class="text-[9px] leading-none">Skills</span><span class="absolute -bottom-0.5 -left-0.5 px-1 h-[12px] rounded-full bg-cyan-600/80 text-white text-[7px] font-bold flex items-center justify-center leading-none">PRO</span></button><button class="relative w-10 h-10 rounded-lg flex flex-col items-center justify-center gap-0.5 transition-colors text-slate-500 hover:text-slate-300 hover:bg-slate-800" title="Dome"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-zap" aria-hidden="true"><path d="M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z"></path></svg><span class="text-[9px] leading-none">Dome</span><span class="absolute -bottom-0.5 -left-0.5 px-1 h-[12px] rounded-full bg-cyan-600/80 text-white text-[7px] font-bold flex items-center justify-center leading-none">PRO</span></button><button class="relative w-10 h-10 rounded-lg flex flex-col items-center justify-center gap-0.5 transition-colors text-slate-500 hover:text-slate-300 hover:bg-slate-800" title="Memories"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-database" aria-hidden="true"><ellipse cx="12" cy="5" rx="9" ry="3"></ellipse><path d="M3 5V19A9 3 0 0 0 21 19V5"></path><path d="M3 12A9 3 0 0 0 21 12"></path></svg><span class="text-[9px] leading-none">Memories</span></button><button class="relative w-10 h-10 rounded-lg flex flex-col items-center justify-center gap-0.5 transition-colors text-slate-500 hover:text-slate-300 hover:bg-slate-800" title="Brain"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-brain" aria-hidden="true"><path d="M12 18V5"></path><path d="M15 13a4.17 4.17 0 0 1-3-4 4.17 4.17 0 0 1-3 4"></path><path d="M17.598 6.5A3 3 0 1 0 12 5a3 3 0 1 0-5.598 1.5"></path><path d="M17.997 5.125a4 4 0 0 1 2.526 5.77"></path><path d="M18 18a4 4 0 0 0 2-7.464"></path><path d="M19.967 17.483A4 4 0 1 1 12 18a4 4 0 1 1-7.967-.517"></path><path d="M6 18a4 4 0 0 1-2-7.464"></path><path d="M6.003 5.125a4 4 0 0 0-2.526 5.77"></path></svg><span class="text-[9px] leading-none">Brain</span></button><button class="relative w-10 h-10 rounded-lg flex flex-col items-center justify-center gap-0.5 transition-colors text-slate-500 hover:text-slate-300 hover:bg-slate-800" title="Graph"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-git-branch" aria-hidden="true"><line x1="6" x2="6" y1="3" y2="15"></line><circle cx="18" cy="6" r="3"></circle><circle cx="6" cy="18" r="3"></circle><path d="M18 9a9 9 0 0 1-9 9"></path></svg><span class="text-[9px] leading-none">Graph</span></button></div><div class="flex flex-col items-center gap-1 text-[10px] text-slate-500"></div></nav><div class="flex-1 relative overflow-hidden" style="opacity:0"><div class="h-full overflow-y-auto p-6"><div class="flex items-center justify-between mb-6"><h2 class="text-lg font-semibold text-white">Defence Overview</h2><div class="flex gap-1 bg-slate-800 rounded-lg p-0.5"><button class="px-3 py-1 text-xs rounded-md transition-colors bg-cyan-600 text-white">24h</button><button class="px-3 py-1 text-xs rounded-md transition-colors text-slate-400 hover:text-white">7d</button><button class="px-3 py-1 text-xs rounded-md transition-colors text-slate-400 hover:text-white">30d</button></div></div><div class="bg-slate-900 border border-slate-800 rounded-xl p-4 mb-4"><div class="flex items-center gap-2"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-shield text-slate-500" aria-hidden="true"><path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"></path></svg><span class="text-xs text-slate-500 animate-pulse">Loading licence...</span></div></div><div class="grid grid-cols-1 lg:grid-cols-2 gap-4"><div class="bg-slate-900 border border-slate-800 rounded-xl p-4"><h3 class="text-sm font-medium text-slate-300 mb-4">Defence Pipeline</h3><div class="flex items-center gap-1 mb-4"><div class="flex items-center"><div class="flex items-center gap-1.5 px-3 py-2 rounded-lg bg-blue-400/10"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-shield text-blue-400" aria-hidden="true"><path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"></path></svg><span class="text-xs font-medium text-blue-400">Trust</span></div><div class="w-4 h-px bg-slate-700 mx-0.5"></div></div><div class="flex items-center"><div class="flex items-center gap-1.5 px-3 py-2 rounded-lg bg-orange-400/10"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-flame text-orange-400" aria-hidden="true"><path d="M12 3q1 4 4 6.5t3 5.5a1 1 0 0 1-14 0 5 5 0 0 1 1-3 1 1 0 0 0 5 0c0-2-1.5-3-1.5-5q0-2 2.5-4"></path></svg><span class="text-xs font-medium text-orange-400">Firewall</span></div><div class="w-4 h-px bg-slate-700 mx-0.5"></div></div><div class="flex items-center"><div class="flex items-center gap-1.5 px-3 py-2 rounded-lg bg-purple-400/10"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-eye text-purple-400" aria-hidden="true"><path d="M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0"></path><circle cx="12" cy="12" r="3"></circle></svg><span class="text-xs font-medium text-purple-400">Sensitivity</span></div><div class="w-4 h-px bg-slate-700 mx-0.5"></div></div><div class="flex items-center"><div class="flex items-center gap-1.5 px-3 py-2 rounded-lg bg-cyan-400/10"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-puzzle text-cyan-400" aria-hidden="true"><path d="M15.39 4.39a1 1 0 0 0 1.68-.474 2.5 2.5 0 1 1 3.014 3.015 1 1 0 0 0-.474 1.68l1.683 1.682a2.414 2.414 0 0 1 0 3.414L19.61 15.39a1 1 0 0 1-1.68-.474 2.5 2.5 0 1 0-3.014 3.015 1 1 0 0 1 .474 1.68l-1.683 1.682a2.414 2.414 0 0 1-3.414 0L8.61 19.61a1 1 0 0 0-1.68.474 2.5 2.5 0 1 1-3.014-3.015 1 1 0 0 0 .474-1.68l-1.683-1.682a2.414 2.414 0 0 1 0-3.414L4.39 8.61a1 1 0 0 1 1.68.474 2.5 2.5 0 1 0 3.014-3.015 1 1 0 0 1-.474-1.68l1.683-1.682a2.414 2.414 0 0 1 3.414 0z"></path></svg><span class="text-xs font-medium text-cyan-400">Fragment</span></div><div class="w-4 h-px bg-slate-700 mx-0.5"></div></div><div class="flex items-center"><div class="flex items-center gap-1.5 px-3 py-2 rounded-lg bg-green-400/10"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-file-text text-green-400" aria-hidden="true"><path d="M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"></path><path d="M14 2v5a1 1 0 0 0 1 1h5"></path><path d="M10 9H8"></path><path d="M16 13H8"></path><path d="M16 17H8"></path></svg><span class="text-xs font-medium text-green-400">Audit</span></div></div></div><div class="text-xs text-slate-500 animate-pulse">Loading stats...</div><button class="mt-3 w-full text-center text-xs text-cyan-400 hover:text-cyan-300 transition-colors py-1">View full audit log →</button><div class="mt-2 pt-3 border-t border-slate-800 flex items-center justify-between"><span class="text-xs text-slate-500">Firewall Mode</span><div class="relative"><button class="text-xs font-medium text-cyan-400 bg-cyan-400/10 px-2 py-0.5 rounded flex items-center gap-1 hover:opacity-80 transition-opacity">balanced<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down" aria-hidden="true"><path d="m6 9 6 6 6-6"></path></svg></button></div></div></div><div class="bg-slate-900 border border-slate-800 rounded-xl p-4"><div class="flex items-center justify-between mb-4"><h3 class="text-sm font-medium text-slate-300">Quarantine Queue</h3></div><div class="text-xs text-slate-500 animate-pulse">Loading...</div></div><div class="bg-slate-900 border border-slate-800 rounded-xl p-4"><h3 class="text-sm font-medium text-slate-300 mb-4">Threat Timeline</h3><div class="h-32 flex items-center justify-center"><div class="text-xs text-slate-500 animate-pulse">Loading timeline...</div></div></div><div class="bg-slate-900 border border-slate-800 rounded-xl p-4"><h3 class="text-sm font-medium text-slate-300 mb-4">Stats Summary</h3><div class="text-xs text-slate-500 animate-pulse">Loading...</div></div></div><div class="mt-4"><div class="bg-slate-900 border border-slate-800 rounded-xl p-4"><div class="flex items-center justify-between mb-3"><h3 class="text-sm font-medium text-slate-300">Skill Scanner</h3><button class="flex items-center gap-1.5 px-3 py-1.5 bg-cyan-600 hover:bg-cyan-500 disabled:opacity-50 rounded-lg text-xs font-medium text-white transition-colors"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-file-search" aria-hidden="true"><path d="M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"></path><path d="M14 2v5a1 1 0 0 0 1 1h5"></path><circle cx="11.5" cy="14.5" r="2.5"></circle><path d="M13.3 16.3 15 18"></path></svg>Scan All</button></div><div class="text-center py-3"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-file-search text-slate-600 mx-auto mb-1.5" aria-hidden="true"><path d="M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"></path><path d="M14 2v5a1 1 0 0 0 1 1h5"></path><circle cx="11.5" cy="14.5" r="2.5"></circle><path d="M13.3 16.3 15 18"></path></svg><p class="text-[10px] text-slate-500">Scan agent instruction files for threats</p></div></div></div><div class="mt-4"><div class="bg-slate-900 border border-slate-800 rounded-xl p-4"><div class="flex items-center justify-between mb-3"><h3 class="text-sm font-medium text-slate-300">Iron Dome</h3><span class="text-[10px] font-medium px-2 py-0.5 rounded-full bg-slate-700/50 text-slate-500">INACTIVE</span></div><div class="text-xs text-slate-500 animate-pulse">Loading...</div><button class="w-full text-center text-xs text-red-400 hover:text-red-300 transition-colors py-1">View Iron Dome →</button></div></div><div class="mt-4"><div class="bg-slate-900 border border-slate-800 rounded-xl p-4"><h3 class="text-sm font-medium text-slate-300">OpenClaw Memory</h3><p class="text-xs text-slate-500 mt-1">Configure how ShieldCortex complements native OpenClaw memory.</p><p class="text-[11px] text-slate-600 mt-1">Changes apply on next OpenClaw gateway restart.</p><div class="text-xs text-slate-500 mt-4 animate-pulse">Loading settings...</div></div></div><div class="mt-4"><div class="bg-slate-900/50 border border-slate-800 rounded-xl p-4"><div class="space-y-3"><div class="flex items-center justify-between"><div class="flex items-center gap-2"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-shield text-cyan-400" aria-hidden="true"><path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"></path></svg><h3 class="text-sm font-medium text-slate-200">Custom Firewall Rules</h3><span class="text-xs text-slate-500">0<!-- -->/25</span></div><button class="flex items-center gap-1 px-2 py-1 text-xs bg-cyan-600/20 text-cyan-400 rounded hover:bg-cyan-600/30 transition-colors"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-plus" aria-hidden="true"><path d="M5 12h14"></path><path d="M12 5v14"></path></svg> Add Rule</button></div><div class="text-xs text-slate-500 py-4 text-center">Loading rules...</div></div></div></div><div class="mt-4 bg-gradient-to-br from-slate-900 via-slate-900 to-violet-950/20 border border-violet-800/30 rounded-xl p-5 relative"><button class="absolute top-3 right-3 text-slate-500 hover:text-slate-300 transition-colors" title="Dismiss for 30 days"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-x" aria-hidden="true"><path d="M18 6 6 18"></path><path d="m6 6 12 12"></path></svg></button><div class="space-y-3"><div class="flex items-center gap-2"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-cloud text-violet-400" aria-hidden="true"><path d="M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z"></path></svg><h3 class="text-sm font-semibold text-white">Cloud Sync</h3><span class="text-[10px] font-semibold px-1.5 py-0.5 rounded text-violet-400 bg-violet-400/10">Team</span></div><p class="text-sm text-slate-300">Sync defence data across devices, share audit logs with your team, and get centralised alerts.</p><a href="https://shieldcortex.ai/pricing" target="_blank" rel="noopener noreferrer" class="inline-flex items-center gap-1.5 px-4 py-2 bg-violet-600 hover:bg-violet-500 rounded-lg text-sm font-medium text-white transition-colors">Upgrade to Team<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-external-link" aria-hidden="true"><path d="M15 3h6v6"></path><path d="M10 14 21 3"></path><path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path></svg></a></div></div></div></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/da96df828f9a0188.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[36111,[\"/_next/static/chunks/e007ff86847a4042.js\"],\"Providers\"]\n3:I[57043,[\"/_next/static/chunks/64ee9622541d967c.js\"],\"default\"]\n4:I[10445,[\"/_next/static/chunks/e007ff86847a4042.js\",\"/_next/static/chunks/d334b69bff7779be.js\"],\"default\"]\n5:I[27657,[\"/_next/static/chunks/64ee9622541d967c.js\"],\"default\"]\n6:I[16339,[\"/_next/static/chunks/64ee9622541d967c.js\"],\"ClientPageRoot\"]\n7:I[23733,[\"/_next/static/chunks/e007ff86847a4042.js\",\"/_next/static/chunks/fc2dbf641aad1448.js\",\"/_next/static/chunks/7d04c140073d99aa.js\",\"/_next/static/chunks/cac330f9511d34e5.js\"],\"default\"]\na:I[56978,[\"/_next/static/chunks/64ee9622541d967c.js\"],\"OutletBoundary\"]\nb:\"$Sreact.suspense\"\nd:I[56978,[\"/_next/static/chunks/64ee9622541d967c.js\"],\"ViewportBoundary\"]\nf:I[56978,[\"/_next/static/chunks/64ee9622541d967c.js\"],\"MetadataBoundary\"]\n11:I[30687,[\"/_next/static/chunks/64ee9622541d967c.js\"],\"default\"]\n:HL[\"/_next/static/chunks/94d1921c4f61a608.css\",\"style\"]\n:HL[\"/_next/static/media/797e433ab948586e-s.p.dbea232f.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"x5pEZRSDizF1dS-qqTezT\",\"c\":[\"\",\"\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/94d1921c4f61a608.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/e007ff86847a4042.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"dark\",\"children\":[\"$\",\"body\",null,{\"className\":\"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased bg-slate-950\",\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$4\",\"errorStyles\":[],\"errorScripts\":[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/d334b69bff7779be.js\",\"async\":true}]],\"template\":[\"$\",\"$L5\",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\":[[\"$\",\"$L6\",null,{\"Component\":\"$7\",\"serverProvidedParams\":{\"searchParams\":{},\"params\":{},\"promises\":[\"$@8\",\"$@9\"]}}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/fc2dbf641aad1448.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/7d04c140073d99aa.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/cac330f9511d34e5.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$La\",null,{\"children\":[\"$\",\"$b\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@c\"}]}]]}],{},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$Ld\",null,{\"children\":\"$Le\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Lf\",null,{\"children\":[\"$\",\"$b\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L10\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$11\",[]],\"S\":true}\n"])</script><script>self.__next_f.push([1,"8:{}\n9:\"$0:f:0:1:1:children:0:props:children:0:props:serverProvidedParams:params\"\n"])</script><script>self.__next_f.push([1,"e:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"c:null\n10:[[\"$\",\"title\",\"0\",{\"children\":\"ShieldCortex\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"AI Memory Security Dashboard — Defence pipeline, audit logs, quarantine review\"}]]\n"])</script></body></html>
@@ -4,16 +4,16 @@
4
4
  4:I[10445,["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/d334b69bff7779be.js"],"default"]
5
5
  5:I[27657,["/_next/static/chunks/64ee9622541d967c.js"],"default"]
6
6
  6:I[16339,["/_next/static/chunks/64ee9622541d967c.js"],"ClientPageRoot"]
7
- 7:I[23733,["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/fc2dbf641aad1448.js","/_next/static/chunks/6bf7d89d34068ecb.js","/_next/static/chunks/d0dcb5e0e04ae015.js"],"default"]
7
+ 7:I[23733,["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/fc2dbf641aad1448.js","/_next/static/chunks/7d04c140073d99aa.js","/_next/static/chunks/cac330f9511d34e5.js"],"default"]
8
8
  a:I[56978,["/_next/static/chunks/64ee9622541d967c.js"],"OutletBoundary"]
9
9
  b:"$Sreact.suspense"
10
10
  d:I[56978,["/_next/static/chunks/64ee9622541d967c.js"],"ViewportBoundary"]
11
11
  f:I[56978,["/_next/static/chunks/64ee9622541d967c.js"],"MetadataBoundary"]
12
12
  11:I[30687,["/_next/static/chunks/64ee9622541d967c.js"],"default"]
13
- :HL["/_next/static/chunks/1a71c9a52f0c9b16.css","style"]
13
+ :HL["/_next/static/chunks/94d1921c4f61a608.css","style"]
14
14
  :HL["/_next/static/media/797e433ab948586e-s.p.dbea232f.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
15
15
  :HL["/_next/static/media/caa3a2e1cccd8315-s.p.853070df.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
16
- 0:{"P":null,"b":"OfvwyqIJFP9N3Qdb23S-6","c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/1a71c9a52f0c9b16.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/e007ff86847a4042.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"dark","children":["$","body",null,{"className":"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased bg-slate-950","children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$4","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/d334b69bff7779be.js","async":true}]],"template":["$","$L5",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":[["$","$L6",null,{"Component":"$7","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@8","$@9"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/fc2dbf641aad1448.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/6bf7d89d34068ecb.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/d0dcb5e0e04ae015.js","async":true,"nonce":"$undefined"}]],["$","$La",null,{"children":["$","$b",null,{"name":"Next.MetadataOutlet","children":"$@c"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Ld",null,{"children":"$Le"}],["$","div",null,{"hidden":true,"children":["$","$Lf",null,{"children":["$","$b",null,{"name":"Next.Metadata","children":"$L10"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$11",[]],"S":true}
16
+ 0:{"P":null,"b":"x5pEZRSDizF1dS-qqTezT","c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/94d1921c4f61a608.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/e007ff86847a4042.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"dark","children":["$","body",null,{"className":"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased bg-slate-950","children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$4","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/d334b69bff7779be.js","async":true}]],"template":["$","$L5",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":[["$","$L6",null,{"Component":"$7","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@8","$@9"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/fc2dbf641aad1448.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/7d04c140073d99aa.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/cac330f9511d34e5.js","async":true,"nonce":"$undefined"}]],["$","$La",null,{"children":["$","$b",null,{"name":"Next.MetadataOutlet","children":"$@c"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Ld",null,{"children":"$Le"}],["$","div",null,{"hidden":true,"children":["$","$Lf",null,{"children":["$","$b",null,{"name":"Next.Metadata","children":"$L10"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$11",[]],"S":true}
17
17
  8:{}
18
18
  9:"$0:f:0:1:1:children:0:props:children:0:props:serverProvidedParams:params"
19
19
  e:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
@@ -1,9 +1,9 @@
1
1
  1:"$Sreact.fragment"
2
2
  2:I[16339,["/_next/static/chunks/64ee9622541d967c.js"],"ClientPageRoot"]
3
- 3:I[23733,["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/fc2dbf641aad1448.js","/_next/static/chunks/6bf7d89d34068ecb.js","/_next/static/chunks/d0dcb5e0e04ae015.js"],"default"]
3
+ 3:I[23733,["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/fc2dbf641aad1448.js","/_next/static/chunks/7d04c140073d99aa.js","/_next/static/chunks/cac330f9511d34e5.js"],"default"]
4
4
  6:I[56978,["/_next/static/chunks/64ee9622541d967c.js"],"OutletBoundary"]
5
5
  7:"$Sreact.suspense"
6
- 0:{"buildId":"OfvwyqIJFP9N3Qdb23S-6","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/fc2dbf641aad1448.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/6bf7d89d34068ecb.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/d0dcb5e0e04ae015.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false}
6
+ 0:{"buildId":"x5pEZRSDizF1dS-qqTezT","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/fc2dbf641aad1448.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/7d04c140073d99aa.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/cac330f9511d34e5.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false}
7
7
  4:{}
8
8
  5:"$0:rsc:props:children:0:props:serverProvidedParams:params"
9
9
  8:null
@@ -4,16 +4,16 @@
4
4
  4:I[10445,["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/d334b69bff7779be.js"],"default"]
5
5
  5:I[27657,["/_next/static/chunks/64ee9622541d967c.js"],"default"]
6
6
  6:I[16339,["/_next/static/chunks/64ee9622541d967c.js"],"ClientPageRoot"]
7
- 7:I[23733,["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/fc2dbf641aad1448.js","/_next/static/chunks/6bf7d89d34068ecb.js","/_next/static/chunks/d0dcb5e0e04ae015.js"],"default"]
7
+ 7:I[23733,["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/fc2dbf641aad1448.js","/_next/static/chunks/7d04c140073d99aa.js","/_next/static/chunks/cac330f9511d34e5.js"],"default"]
8
8
  a:I[56978,["/_next/static/chunks/64ee9622541d967c.js"],"OutletBoundary"]
9
9
  b:"$Sreact.suspense"
10
10
  d:I[56978,["/_next/static/chunks/64ee9622541d967c.js"],"ViewportBoundary"]
11
11
  f:I[56978,["/_next/static/chunks/64ee9622541d967c.js"],"MetadataBoundary"]
12
12
  11:I[30687,["/_next/static/chunks/64ee9622541d967c.js"],"default"]
13
- :HL["/_next/static/chunks/1a71c9a52f0c9b16.css","style"]
13
+ :HL["/_next/static/chunks/94d1921c4f61a608.css","style"]
14
14
  :HL["/_next/static/media/797e433ab948586e-s.p.dbea232f.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
15
15
  :HL["/_next/static/media/caa3a2e1cccd8315-s.p.853070df.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
16
- 0:{"P":null,"b":"OfvwyqIJFP9N3Qdb23S-6","c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/1a71c9a52f0c9b16.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/e007ff86847a4042.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"dark","children":["$","body",null,{"className":"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased bg-slate-950","children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$4","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/d334b69bff7779be.js","async":true}]],"template":["$","$L5",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":[["$","$L6",null,{"Component":"$7","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@8","$@9"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/fc2dbf641aad1448.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/6bf7d89d34068ecb.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/d0dcb5e0e04ae015.js","async":true,"nonce":"$undefined"}]],["$","$La",null,{"children":["$","$b",null,{"name":"Next.MetadataOutlet","children":"$@c"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Ld",null,{"children":"$Le"}],["$","div",null,{"hidden":true,"children":["$","$Lf",null,{"children":["$","$b",null,{"name":"Next.Metadata","children":"$L10"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$11",[]],"S":true}
16
+ 0:{"P":null,"b":"x5pEZRSDizF1dS-qqTezT","c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/94d1921c4f61a608.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/e007ff86847a4042.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"dark","children":["$","body",null,{"className":"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased bg-slate-950","children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$4","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/d334b69bff7779be.js","async":true}]],"template":["$","$L5",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":[["$","$L6",null,{"Component":"$7","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@8","$@9"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/fc2dbf641aad1448.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/7d04c140073d99aa.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/cac330f9511d34e5.js","async":true,"nonce":"$undefined"}]],["$","$La",null,{"children":["$","$b",null,{"name":"Next.MetadataOutlet","children":"$@c"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Ld",null,{"children":"$Le"}],["$","div",null,{"hidden":true,"children":["$","$Lf",null,{"children":["$","$b",null,{"name":"Next.Metadata","children":"$L10"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$11",[]],"S":true}
17
17
  8:{}
18
18
  9:"$0:f:0:1:1:children:0:props:children:0:props:serverProvidedParams:params"
19
19
  e:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
@@ -2,4 +2,4 @@
2
2
  2:I[56978,["/_next/static/chunks/64ee9622541d967c.js"],"ViewportBoundary"]
3
3
  3:I[56978,["/_next/static/chunks/64ee9622541d967c.js"],"MetadataBoundary"]
4
4
  4:"$Sreact.suspense"
5
- 0:{"buildId":"OfvwyqIJFP9N3Qdb23S-6","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"ShieldCortex"}],["$","meta","1",{"name":"description","content":"AI Memory Security Dashboard — Defence pipeline, audit logs, quarantine review"}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"loading":null,"isPartial":false}
5
+ 0:{"buildId":"x5pEZRSDizF1dS-qqTezT","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"ShieldCortex"}],["$","meta","1",{"name":"description","content":"AI Memory Security Dashboard — Defence pipeline, audit logs, quarantine review"}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"loading":null,"isPartial":false}
@@ -3,5 +3,5 @@
3
3
  3:I[57043,["/_next/static/chunks/64ee9622541d967c.js"],"default"]
4
4
  4:I[10445,["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/d334b69bff7779be.js"],"default"]
5
5
  5:I[27657,["/_next/static/chunks/64ee9622541d967c.js"],"default"]
6
- :HL["/_next/static/chunks/1a71c9a52f0c9b16.css","style"]
7
- 0:{"buildId":"OfvwyqIJFP9N3Qdb23S-6","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/1a71c9a52f0c9b16.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/e007ff86847a4042.js","async":true}]],["$","html",null,{"lang":"en","className":"dark","children":["$","body",null,{"className":"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased bg-slate-950","children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$4","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/d334b69bff7779be.js","async":true}]],"template":["$","$L5",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."}]}]]}]}]],[]]}]}]}]}]]}],"loading":null,"isPartial":false}
6
+ :HL["/_next/static/chunks/94d1921c4f61a608.css","style"]
7
+ 0:{"buildId":"x5pEZRSDizF1dS-qqTezT","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/94d1921c4f61a608.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/e007ff86847a4042.js","async":true}]],["$","html",null,{"lang":"en","className":"dark","children":["$","body",null,{"className":"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased bg-slate-950","children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$4","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/d334b69bff7779be.js","async":true}]],"template":["$","$L5",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."}]}]]}]}]],[]]}]}]}]}]]}],"loading":null,"isPartial":false}
@@ -1,4 +1,4 @@
1
- :HL["/_next/static/chunks/1a71c9a52f0c9b16.css","style"]
1
+ :HL["/_next/static/chunks/94d1921c4f61a608.css","style"]
2
2
  :HL["/_next/static/media/797e433ab948586e-s.p.dbea232f.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
3
3
  :HL["/_next/static/media/caa3a2e1cccd8315-s.p.853070df.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
4
- 0:{"buildId":"OfvwyqIJFP9N3Qdb23S-6","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
4
+ 0:{"buildId":"x5pEZRSDizF1dS-qqTezT","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
@@ -1,2 +1,2 @@
1
1
  globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
2
- globalThis.__RSC_MANIFEST["/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/dashboard/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":57043,"name":"*","chunks":["/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/esm/client/components/layout-router.js":{"id":57043,"name":"*","chunks":["/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":27657,"name":"*","chunks":["/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":27657,"name":"*","chunks":["/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":16339,"name":"*","chunks":["/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/esm/client/components/client-page.js":{"id":16339,"name":"*","chunks":["/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":34577,"name":"*","chunks":["/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/esm/client/components/client-segment.js":{"id":34577,"name":"*","chunks":["/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":99367,"name":"*","chunks":["/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":99367,"name":"*","chunks":["/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":71393,"name":"*","chunks":["/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":71393,"name":"*","chunks":["/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":56978,"name":"*","chunks":["/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":56978,"name":"*","chunks":["/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":30687,"name":"*","chunks":["/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/client/components/builtin/global-error.js":{"id":30687,"name":"*","chunks":["/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/src/components/Providers.tsx <module evaluation>":{"id":36111,"name":"*","chunks":["/_next/static/chunks/e007ff86847a4042.js"],"async":false},"[project]/dashboard/src/components/Providers.tsx":{"id":36111,"name":"*","chunks":["/_next/static/chunks/e007ff86847a4042.js"],"async":false},"[project]/dashboard/src/app/error.tsx <module evaluation>":{"id":10445,"name":"*","chunks":["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/d334b69bff7779be.js"],"async":false},"[project]/dashboard/src/app/error.tsx":{"id":10445,"name":"*","chunks":["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/d334b69bff7779be.js"],"async":false},"[project]/dashboard/src/app/page.tsx <module evaluation>":{"id":23733,"name":"*","chunks":["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/fc2dbf641aad1448.js","/_next/static/chunks/6bf7d89d34068ecb.js","/_next/static/chunks/d0dcb5e0e04ae015.js"],"async":false},"[project]/dashboard/src/app/page.tsx":{"id":23733,"name":"*","chunks":["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/fc2dbf641aad1448.js","/_next/static/chunks/6bf7d89d34068ecb.js","/_next/static/chunks/d0dcb5e0e04ae015.js"],"async":false}},"ssrModuleMapping":{"57043":{"*":{"id":96721,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__e7b9112f._.js","server/chunks/ssr/9f1d4_next_dist_e83b0b39._.js"],"async":false}},"27657":{"*":{"id":44598,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__e7b9112f._.js","server/chunks/ssr/9f1d4_next_dist_e83b0b39._.js"],"async":false}},"16339":{"*":{"id":76305,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__e7b9112f._.js","server/chunks/ssr/9f1d4_next_dist_e83b0b39._.js"],"async":false}},"34577":{"*":{"id":9899,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__e7b9112f._.js","server/chunks/ssr/9f1d4_next_dist_e83b0b39._.js"],"async":false}},"99367":{"*":{"id":8766,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__e7b9112f._.js","server/chunks/ssr/9f1d4_next_dist_e83b0b39._.js"],"async":false}},"71393":{"*":{"id":19234,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__e7b9112f._.js","server/chunks/ssr/9f1d4_next_dist_e83b0b39._.js"],"async":false}},"56978":{"*":{"id":44710,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__e7b9112f._.js","server/chunks/ssr/9f1d4_next_dist_e83b0b39._.js"],"async":false}},"30687":{"*":{"id":29784,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__e7b9112f._.js","server/chunks/ssr/9f1d4_next_dist_e83b0b39._.js"],"async":false}},"36111":{"*":{"id":17878,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__521be65c._.js","server/chunks/ssr/9f1d4_@tanstack_68dcbde9._.js"],"async":false}},"10445":{"*":{"id":97703,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__521be65c._.js","server/chunks/ssr/9f1d4_@tanstack_68dcbde9._.js","server/chunks/ssr/dashboard_src_app_error_tsx_0aa69400._.js"],"async":false}},"23733":{"*":{"id":86344,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__521be65c._.js","server/chunks/ssr/9f1d4_@tanstack_68dcbde9._.js","server/chunks/ssr/[root-of-the-server]__1837adce._.js","server/chunks/ssr/dashboard_25b1b286._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"57043":{"*":{"id":46831,"name":"*","chunks":[],"async":false}},"27657":{"*":{"id":82063,"name":"*","chunks":[],"async":false}},"16339":{"*":{"id":26578,"name":"*","chunks":[],"async":false}},"34577":{"*":{"id":93019,"name":"*","chunks":[],"async":false}},"99367":{"*":{"id":92085,"name":"*","chunks":[],"async":false}},"71393":{"*":{"id":4476,"name":"*","chunks":[],"async":false}},"56978":{"*":{"id":50987,"name":"*","chunks":[],"async":false}},"30687":{"*":{"id":14733,"name":"*","chunks":[],"async":false}},"36111":{"*":{"id":88153,"name":"*","chunks":[],"async":false}},"10445":{"*":{"id":91173,"name":"*","chunks":[],"async":false}},"23733":{"*":{"id":61099,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/dashboard/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/dashboard/src/app/layout":[{"path":"static/chunks/1a71c9a52f0c9b16.css","inlined":false}],"[project]/dashboard/src/app/error":[{"path":"static/chunks/1a71c9a52f0c9b16.css","inlined":false}],"[project]/dashboard/src/app/page":[{"path":"static/chunks/1a71c9a52f0c9b16.css","inlined":false}]},"entryJSFiles":{"[project]/dashboard/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/64ee9622541d967c.js"],"[project]/dashboard/src/app/layout":["static/chunks/e007ff86847a4042.js"],"[project]/dashboard/src/app/error":["static/chunks/e007ff86847a4042.js","static/chunks/d334b69bff7779be.js"],"[project]/dashboard/src/app/page":["static/chunks/e007ff86847a4042.js","static/chunks/fc2dbf641aad1448.js","static/chunks/6bf7d89d34068ecb.js","static/chunks/d0dcb5e0e04ae015.js"]}}
2
+ globalThis.__RSC_MANIFEST["/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/dashboard/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":57043,"name":"*","chunks":["/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/esm/client/components/layout-router.js":{"id":57043,"name":"*","chunks":["/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":27657,"name":"*","chunks":["/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":27657,"name":"*","chunks":["/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":16339,"name":"*","chunks":["/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/esm/client/components/client-page.js":{"id":16339,"name":"*","chunks":["/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":34577,"name":"*","chunks":["/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/esm/client/components/client-segment.js":{"id":34577,"name":"*","chunks":["/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":99367,"name":"*","chunks":["/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":99367,"name":"*","chunks":["/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":71393,"name":"*","chunks":["/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":71393,"name":"*","chunks":["/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":56978,"name":"*","chunks":["/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":56978,"name":"*","chunks":["/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":30687,"name":"*","chunks":["/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/node_modules/next/dist/client/components/builtin/global-error.js":{"id":30687,"name":"*","chunks":["/_next/static/chunks/64ee9622541d967c.js"],"async":false},"[project]/dashboard/src/components/Providers.tsx <module evaluation>":{"id":36111,"name":"*","chunks":["/_next/static/chunks/e007ff86847a4042.js"],"async":false},"[project]/dashboard/src/components/Providers.tsx":{"id":36111,"name":"*","chunks":["/_next/static/chunks/e007ff86847a4042.js"],"async":false},"[project]/dashboard/src/app/error.tsx <module evaluation>":{"id":10445,"name":"*","chunks":["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/d334b69bff7779be.js"],"async":false},"[project]/dashboard/src/app/error.tsx":{"id":10445,"name":"*","chunks":["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/d334b69bff7779be.js"],"async":false},"[project]/dashboard/src/app/page.tsx <module evaluation>":{"id":23733,"name":"*","chunks":["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/fc2dbf641aad1448.js","/_next/static/chunks/7d04c140073d99aa.js","/_next/static/chunks/cac330f9511d34e5.js"],"async":false},"[project]/dashboard/src/app/page.tsx":{"id":23733,"name":"*","chunks":["/_next/static/chunks/e007ff86847a4042.js","/_next/static/chunks/fc2dbf641aad1448.js","/_next/static/chunks/7d04c140073d99aa.js","/_next/static/chunks/cac330f9511d34e5.js"],"async":false}},"ssrModuleMapping":{"57043":{"*":{"id":96721,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__e7b9112f._.js","server/chunks/ssr/9f1d4_next_dist_e83b0b39._.js"],"async":false}},"27657":{"*":{"id":44598,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__e7b9112f._.js","server/chunks/ssr/9f1d4_next_dist_e83b0b39._.js"],"async":false}},"16339":{"*":{"id":76305,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__e7b9112f._.js","server/chunks/ssr/9f1d4_next_dist_e83b0b39._.js"],"async":false}},"34577":{"*":{"id":9899,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__e7b9112f._.js","server/chunks/ssr/9f1d4_next_dist_e83b0b39._.js"],"async":false}},"99367":{"*":{"id":8766,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__e7b9112f._.js","server/chunks/ssr/9f1d4_next_dist_e83b0b39._.js"],"async":false}},"71393":{"*":{"id":19234,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__e7b9112f._.js","server/chunks/ssr/9f1d4_next_dist_e83b0b39._.js"],"async":false}},"56978":{"*":{"id":44710,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__e7b9112f._.js","server/chunks/ssr/9f1d4_next_dist_e83b0b39._.js"],"async":false}},"30687":{"*":{"id":29784,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__e7b9112f._.js","server/chunks/ssr/9f1d4_next_dist_e83b0b39._.js"],"async":false}},"36111":{"*":{"id":17878,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__521be65c._.js","server/chunks/ssr/9f1d4_@tanstack_68dcbde9._.js"],"async":false}},"10445":{"*":{"id":97703,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__521be65c._.js","server/chunks/ssr/9f1d4_@tanstack_68dcbde9._.js","server/chunks/ssr/dashboard_src_app_error_tsx_0aa69400._.js"],"async":false}},"23733":{"*":{"id":86344,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__521be65c._.js","server/chunks/ssr/9f1d4_@tanstack_68dcbde9._.js","server/chunks/ssr/[root-of-the-server]__1837adce._.js","server/chunks/ssr/dashboard_25b1b286._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"57043":{"*":{"id":46831,"name":"*","chunks":[],"async":false}},"27657":{"*":{"id":82063,"name":"*","chunks":[],"async":false}},"16339":{"*":{"id":26578,"name":"*","chunks":[],"async":false}},"34577":{"*":{"id":93019,"name":"*","chunks":[],"async":false}},"99367":{"*":{"id":92085,"name":"*","chunks":[],"async":false}},"71393":{"*":{"id":4476,"name":"*","chunks":[],"async":false}},"56978":{"*":{"id":50987,"name":"*","chunks":[],"async":false}},"30687":{"*":{"id":14733,"name":"*","chunks":[],"async":false}},"36111":{"*":{"id":88153,"name":"*","chunks":[],"async":false}},"10445":{"*":{"id":91173,"name":"*","chunks":[],"async":false}},"23733":{"*":{"id":61099,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/dashboard/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/dashboard/src/app/layout":[{"path":"static/chunks/94d1921c4f61a608.css","inlined":false}],"[project]/dashboard/src/app/error":[{"path":"static/chunks/94d1921c4f61a608.css","inlined":false}],"[project]/dashboard/src/app/page":[{"path":"static/chunks/94d1921c4f61a608.css","inlined":false}]},"entryJSFiles":{"[project]/dashboard/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/64ee9622541d967c.js"],"[project]/dashboard/src/app/layout":["static/chunks/e007ff86847a4042.js"],"[project]/dashboard/src/app/error":["static/chunks/e007ff86847a4042.js","static/chunks/d334b69bff7779be.js"],"[project]/dashboard/src/app/page":["static/chunks/e007ff86847a4042.js","static/chunks/fc2dbf641aad1448.js","static/chunks/7d04c140073d99aa.js","static/chunks/cac330f9511d34e5.js"]}}