From 077820c4167c168072d217a1b01df840463a12a8 Mon Sep 17 00:00:00 2001 From: soryu Date: Sun, 11 Jan 2026 04:31:29 +0000 Subject: Update Makima panel in soryu to match makima/frontend description --- frontend/src/components/LandingPage.tsx | 23 ++++++----------------- frontend/src/styles/pc98.css | 13 +++++++++++++ 2 files changed, 19 insertions(+), 17 deletions(-) (limited to 'frontend') diff --git a/frontend/src/components/LandingPage.tsx b/frontend/src/components/LandingPage.tsx index f73b3fc..f126d6f 100644 --- a/frontend/src/components/LandingPage.tsx +++ b/frontend/src/components/LandingPage.tsx @@ -176,28 +176,17 @@ export function LandingPage({ onLogin }: LandingPageProps) { ) : activePanel === 'makima' ? (
-

makima.jp | mesh listening lattice for contested domains

+

Mesh Orchestration Platform

+ Control System Makima mesh logo

- The makima.jp listening system runs a dynamic mesh of acoustic arrays over contested domains, - delivering live audio surveillance, detection, and analysis in one persistent layer. It stays quiet, - relentless, and surfaces intent faster than a staffed watchfloor can react. + Makima is a control system for orchestrating distributed daemon meshes, + coordinating concurrent execution across distinct domains.

- Value holds for espionage, defense, and warfare alike: clandestine interception that maps networks, - blue-force protection through resilient spectrum awareness, and dynamic telemetry for detection, - orchestration, and mission-critical decisions under pressure. The 支配しはい operations system - sits at the core, directing unmanned combat vehicles, cyber campaigns, and weaponized autonomy - + Unified command interface for spawning, monitoring, and directing + worker daemons. Real-time task coordination with overlay management.

-
- Operational payoffs: -
    -
  • Listening lattice mesh for contested domains: live audio surveillance, detection, and analysis via hardened acoustic arrays.
  • -
  • Dynamic, relentless telemetry for detection, orchestration, and mission-critical decisions under changing signal conditions.
  • -
  • 支配しはい operations system for unmanned combat vehicles, cyber warfare, and weaponized autonomy.
  • -
-
) : (
diff --git a/frontend/src/styles/pc98.css b/frontend/src/styles/pc98.css index 4796730..4dcf15e 100644 --- a/frontend/src/styles/pc98.css +++ b/frontend/src/styles/pc98.css @@ -1914,6 +1914,19 @@ button:focus-visible { letter-spacing: 0.75px; } +.makima-badge { + display: inline-block; + padding: 4px 10px; + border: 1px solid #3f6fb3; + background: #0f1c2f; + color: #9bc3ff; + font-family: 'MS Gothic', monospace; + font-size: 11px; + letter-spacing: 0.08em; + text-transform: uppercase; + margin-bottom: 10px; +} + .makima-logo { object-fit: contain; background: radial-gradient(circle at 30% 30%, rgba(102, 204, 255, 0.16), transparent 40%), rgba(0, 16, 40, 0.65); -- cgit v1.2.3