From f6799b32958cb438a54ea374a2b6f33912ffe376 Mon Sep 17 00:00:00 2001 From: soryu Date: Fri, 5 Dec 2025 03:24:02 +0000 Subject: Add Makima inline icon and mesh copy --- frontend/src/components/LandingPage.tsx | 26 +++++++++++++------------- frontend/src/styles/mobile.css | 1 + frontend/src/styles/pc98.css | 8 ++++++++ 3 files changed, 22 insertions(+), 13 deletions(-) (limited to 'frontend/src') diff --git a/frontend/src/components/LandingPage.tsx b/frontend/src/components/LandingPage.tsx index f22c1bd..f73b3fc 100644 --- a/frontend/src/components/LandingPage.tsx +++ b/frontend/src/components/LandingPage.tsx @@ -176,26 +176,26 @@ export function LandingPage({ onLogin }: LandingPageProps) { ) : activePanel === 'makima' ? (
-

makima.jp | concentric listening lattice for contested domains

- Makima concentric circle logo +

makima.jp | mesh listening lattice for contested domains

+ Makima mesh logo

- The makima.jp listening system fuses wideband capture, correlation, and operator tooling into a single - persistent layer that hears everything—terrestrial, orbital, and opportunistic—and hands it to crews - with zero friction. It is built to be quiet, relentless, and to surface intent faster than any human - watch can keep up. + 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.

- Value for espionage, defense, and warfare is direct: clandestine signal interception that maps networks, - blue-force protection through resilient spectrum awareness, and kinetic decisioning that pairs telemetry - with targeting in seconds. The 支配しはい operations system sits at the core, orchestrating - tasking, interdiction, and human review so every intercepted whisper is actionable. + 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 +

Operational payoffs:
    -
  • Espionage: concentric-capture mesh and cross-correlation expose command paths, covert beacons, and exfiltration routes.
  • -
  • Defense: resilient horizon-to-satellite coverage spots intrusion, spectrum denial, and spoofing before they degrade mission links.
  • -
  • Warfare: targeting flows fuse the signal graph with effects, pushing lethal updates to crews through 支配しはい without slowing tempo.
  • +
  • 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/mobile.css b/frontend/src/styles/mobile.css index 3b2e9c8..c1c524d 100644 --- a/frontend/src/styles/mobile.css +++ b/frontend/src/styles/mobile.css @@ -48,6 +48,7 @@ .modern-landing-page.manga-style .issue-badge .led-heart::after { left: 3px; } .makima-logo { padding: 14px; } + .makima-inline-icon { width: 16px; height: 16px; margin-left: 6px; } .makima-list { gap: 4px; } .makima-list li { font-size: 12px; line-height: 1.45; } } diff --git a/frontend/src/styles/pc98.css b/frontend/src/styles/pc98.css index 710d11a..4796730 100644 --- a/frontend/src/styles/pc98.css +++ b/frontend/src/styles/pc98.css @@ -1934,6 +1934,14 @@ button:focus-visible { font-size: 13px; } +.makima-inline-icon { + width: 18px; + height: 18px; + margin-left: 8px; + vertical-align: middle; + filter: drop-shadow(0 0 6px rgba(179, 0, 0, 0.4)); +} + .makima-list { margin: 8px 0 0; padding-left: 18px; -- cgit v1.2.3