yakmesh 2.8.2 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +637 -0
- package/CONTRIBUTING.md +42 -0
- package/Caddyfile +77 -0
- package/README.md +119 -29
- package/adapters/adapter-mlv-bible/README.md +124 -0
- package/adapters/adapter-mlv-bible/index.js +400 -0
- package/adapters/chat-mod-adapter.js +532 -0
- package/adapters/content-adapter.js +273 -0
- package/content/api.js +50 -41
- package/content/index.js +2 -2
- package/content/store.js +355 -173
- package/dashboard/index.html +19 -3
- package/database/replication.js +117 -37
- package/docs/CRYPTO-AGILITY.md +204 -0
- package/docs/MTLS-RESEARCH.md +367 -0
- package/docs/NAMCHE-SPEC.md +681 -0
- package/docs/PEERQUANTA-YAKMESH-INTEGRATION.md +407 -0
- package/docs/PRECISION-DISCLOSURE.md +96 -0
- package/docs/README.md +76 -0
- package/docs/ROADMAP-2.4.0.md +447 -0
- package/docs/ROADMAP-2.5.0.md +244 -0
- package/docs/SECURITY-AUDIT-REPORT.md +306 -0
- package/docs/SST-INTEGRATION.md +712 -0
- package/docs/STEADYWATCH-IMPLEMENTATION.md +303 -0
- package/docs/TERNARY-AUDIT-REPORT.md +247 -0
- package/docs/TME-FAQ.md +221 -0
- package/docs/WHITEPAPER.md +623 -0
- package/docs/adapters.html +1001 -0
- package/docs/advanced-systems.html +1045 -0
- package/docs/annex.html +1046 -0
- package/docs/api.html +970 -0
- package/docs/business/response-templates.md +160 -0
- package/docs/c2c.html +1225 -0
- package/docs/cli.html +1332 -0
- package/docs/configuration.html +1248 -0
- package/docs/darshan.html +1085 -0
- package/docs/dharma.html +966 -0
- package/docs/docs-bundle.html +1075 -0
- package/docs/docs.css +3120 -0
- package/docs/docs.js +556 -0
- package/docs/doko.html +969 -0
- package/docs/geo-proof.html +858 -0
- package/docs/getting-started.html +840 -0
- package/docs/gumba-tutorial.html +1144 -0
- package/docs/gumba.html +1098 -0
- package/docs/index.html +914 -0
- package/docs/jhilke.html +1312 -0
- package/docs/karma.html +1100 -0
- package/docs/katha.html +1037 -0
- package/docs/lama.html +978 -0
- package/docs/mandala.html +1067 -0
- package/docs/mani.html +964 -0
- package/docs/mantra.html +967 -0
- package/docs/mesh.html +1409 -0
- package/docs/nakpak.html +869 -0
- package/docs/namche.html +928 -0
- package/docs/nav-order.json +53 -0
- package/docs/prahari.html +1043 -0
- package/docs/prism-bash.min.js +1 -0
- package/docs/prism-javascript.min.js +1 -0
- package/docs/prism-json.min.js +1 -0
- package/docs/prism-tomorrow.min.css +1 -0
- package/docs/prism.min.js +1 -0
- package/docs/privacy.html +699 -0
- package/docs/quick-reference.html +1181 -0
- package/docs/sakshi.html +1402 -0
- package/docs/sandboxing.md +386 -0
- package/docs/seva.html +911 -0
- package/docs/sherpa.html +871 -0
- package/docs/studio.html +860 -0
- package/docs/stupa.html +995 -0
- package/docs/tailwind.min.css +2 -0
- package/docs/tattva.html +1332 -0
- package/docs/terms.html +686 -0
- package/docs/time-server-deployment.md +166 -0
- package/docs/time-sources.html +1392 -0
- package/docs/tivra.html +1127 -0
- package/docs/trademark-policy.html +686 -0
- package/docs/tribhuj.html +1183 -0
- package/docs/trust-security.html +1029 -0
- package/docs/tutorials/backup-recovery.html +654 -0
- package/docs/tutorials/dashboard.html +604 -0
- package/docs/tutorials/domain-setup.html +605 -0
- package/docs/tutorials/host-website.html +456 -0
- package/docs/tutorials/mesh-network.html +505 -0
- package/docs/tutorials/mobile-access.html +445 -0
- package/docs/tutorials/privacy.html +467 -0
- package/docs/tutorials/raspberry-pi.html +600 -0
- package/docs/tutorials/security-basics.html +539 -0
- package/docs/tutorials/share-files.html +431 -0
- package/docs/tutorials/troubleshooting.html +637 -0
- package/docs/tutorials/trust-karma.html +419 -0
- package/docs/tutorials/yak-protocol.html +456 -0
- package/docs/tutorials.html +1034 -0
- package/docs/vani.html +1270 -0
- package/docs/webserver.html +809 -0
- package/docs/yak-protocol.html +940 -0
- package/docs/yak-timeserver-design.md +475 -0
- package/docs/yakapp.html +1015 -0
- package/docs/ypc27.html +1069 -0
- package/docs/yurt.html +1344 -0
- package/embedded-docs/bundle.js +334 -74
- package/gossip/protocol.js +247 -27
- package/identity/key-resolver.js +262 -0
- package/identity/machine-seed.js +632 -0
- package/identity/node-key.js +669 -368
- package/identity/tribhuj-ratchet.js +506 -0
- package/knowledge-base.js +37 -8
- package/launcher/yakmesh.bat +62 -0
- package/launcher/yakmesh.sh +70 -0
- package/mesh/annex.js +462 -108
- package/mesh/beacon-broadcast.js +113 -1
- package/mesh/darshan.js +1718 -0
- package/mesh/gumba.js +1567 -0
- package/mesh/jhilke.js +651 -0
- package/mesh/katha.js +1012 -0
- package/mesh/nakpak-routing.js +8 -5
- package/mesh/network.js +724 -34
- package/mesh/pulse-sync.js +4 -1
- package/mesh/rate-limiter.js +127 -15
- package/mesh/seva.js +526 -0
- package/mesh/sherpa-discovery.js +89 -8
- package/mesh/sybil-defense.js +19 -5
- package/mesh/temporal-encoder.js +4 -3
- package/mesh/vani.js +1364 -0
- package/mesh/yurt.js +1340 -0
- package/models/entropy-sentinel.onnx +0 -0
- package/models/karma-trust.onnx +0 -0
- package/models/manifest.json +43 -0
- package/models/sakshi-anomaly.onnx +0 -0
- package/oracle/code-proof-protocol.js +7 -6
- package/oracle/codebase-lock.js +257 -28
- package/oracle/index.js +74 -15
- package/oracle/ma902-snmp.js +678 -0
- package/oracle/module-sealer.js +5 -3
- package/oracle/network-identity.js +16 -0
- package/oracle/packet-checksum.js +201 -0
- package/oracle/sst.js +579 -0
- package/oracle/ternary-144t.js +714 -0
- package/oracle/ternary-ml.js +481 -0
- package/oracle/time-api.js +239 -0
- package/oracle/time-source.js +137 -47
- package/oracle/validation-oracle-hardened.js +1111 -1071
- package/oracle/validation-oracle.js +4 -2
- package/oracle/ypc27.js +211 -0
- package/package.json +20 -3
- package/protocol/yak-handler.js +35 -9
- package/protocol/yak-protocol.js +28 -13
- package/reference/cpp/yakmesh_mceliece_shard.cpp +168 -0
- package/reference/cpp/yakmesh_ypc27.cpp +179 -0
- package/sbom.json +87 -0
- package/scripts/security-audit.mjs +264 -0
- package/scripts/update-docs-nav.js +194 -0
- package/scripts/update-docs-sidebar.cjs +164 -0
- package/security/crypto-config.js +4 -3
- package/security/dharma-moderation.js +517 -0
- package/security/doko-identity.js +193 -143
- package/security/domain-consensus.js +86 -85
- package/security/fs-hardening.js +620 -0
- package/security/hardware-attestation.js +5 -3
- package/security/hybrid-trust.js +227 -87
- package/security/karma-rate-limiter.js +692 -0
- package/security/khata-protocol.js +22 -21
- package/security/khata-trust-integration.js +277 -150
- package/security/memory-safety.js +635 -0
- package/security/mesh-auth.js +11 -10
- package/security/mesh-revocation.js +373 -5
- package/security/namche-gateway.js +298 -69
- package/security/sakshi.js +460 -3
- package/security/sangha.js +770 -0
- package/security/secure-config.js +473 -0
- package/security/silicon-parity.js +13 -10
- package/security/steadywatch.js +1142 -0
- package/security/strike-system.js +32 -3
- package/security/temporal-signing.js +488 -0
- package/security/trit-commitment.js +464 -0
- package/server/crypto/annex.js +247 -0
- package/server/darshan-api.js +343 -0
- package/server/index.js +3259 -362
- package/server/komm-api.js +668 -0
- package/utils/accel.js +2273 -0
- package/utils/ternary-id.js +79 -0
- package/utils/verify-worker.js +57 -0
- package/webserver/index.js +95 -5
- package/assets/yakmesh-logo.png +0 -0
- package/assets/yakmesh-logo.svg +0 -80
- package/assets/yakmesh-logo2.png +0 -0
- package/assets/yakmesh-logo2sm.png +0 -0
- package/assets/ymsm.png +0 -0
- package/website/assets/silhouettes/adapters.svg +0 -107
- package/website/assets/silhouettes/api-endpoints.svg +0 -115
- package/website/assets/silhouettes/atomic-clock.svg +0 -83
- package/website/assets/silhouettes/base-camp.svg +0 -81
- package/website/assets/silhouettes/bridge.svg +0 -69
- package/website/assets/silhouettes/docs-bundle.svg +0 -113
- package/website/assets/silhouettes/doko-basket.svg +0 -70
- package/website/assets/silhouettes/fortress.svg +0 -93
- package/website/assets/silhouettes/gateway.svg +0 -54
- package/website/assets/silhouettes/gears.svg +0 -93
- package/website/assets/silhouettes/globe-satellite.svg +0 -67
- package/website/assets/silhouettes/karma-wheel.svg +0 -137
- package/website/assets/silhouettes/lama-council.svg +0 -141
- package/website/assets/silhouettes/mandala-network.svg +0 -169
- package/website/assets/silhouettes/mani-stones.svg +0 -149
- package/website/assets/silhouettes/mantra-wheel.svg +0 -116
- package/website/assets/silhouettes/mesh-nodes.svg +0 -113
- package/website/assets/silhouettes/nakpak.svg +0 -56
- package/website/assets/silhouettes/peak-lightning.svg +0 -73
- package/website/assets/silhouettes/sherpa.svg +0 -69
- package/website/assets/silhouettes/stupa-tower.svg +0 -119
- package/website/assets/silhouettes/tattva-eye.svg +0 -78
- package/website/assets/silhouettes/terminal.svg +0 -74
- package/website/assets/silhouettes/webserver.svg +0 -145
- package/website/assets/silhouettes/yak.svg +0 -78
- package/website/assets/yakmesh-logo.png +0 -0
- package/website/assets/yakmesh-logo.webp +0 -0
- package/website/assets/yakmesh-logo128x140.webp +0 -0
- package/website/assets/yakmesh-logo2.png +0 -0
- package/website/assets/yakmesh-logo2.svg +0 -51
- package/website/assets/yakmesh-logo40x44.webp +0 -0
- package/website/assets/yakmesh.gif +0 -0
- package/website/assets/yakmesh.ico +0 -0
- package/website/assets/yakmesh.jpg +0 -0
- package/website/assets/yakmesh.pdf +0 -0
- package/website/assets/yakmesh.png +0 -0
- package/website/assets/yakmesh.svg +0 -70
- package/website/assets/yakmesh128.webp +0 -0
- package/website/assets/yakmesh32.png +0 -0
- package/website/assets/yakmesh32.svg +0 -65
- package/website/assets/yakmesh32o.ico +0 -2
- package/website/assets/yakmesh32o.svg +0 -65
- package/website/assets/yakmesh32o.svgz +0 -0
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 1080" preserveAspectRatio="xMidYMax slice">
|
|
2
|
-
<defs>
|
|
3
|
-
<linearGradient id="docGlow" x1="100%" y1="50%" x2="0%" y2="50%">
|
|
4
|
-
<stop offset="0%" stop-color="#4a8a6a" stop-opacity="0.1"/>
|
|
5
|
-
<stop offset="100%" stop-color="#101a16" stop-opacity="0"/>
|
|
6
|
-
</linearGradient>
|
|
7
|
-
</defs>
|
|
8
|
-
|
|
9
|
-
<!-- MOUNTAIN BACKDROP - right side -->
|
|
10
|
-
<polygon points="1000,1080 1300,400 1600,800 1920,600 1920,1080" fill="#1a2a22" opacity="0.5"/>
|
|
11
|
-
<polygon points="1400,1080 1600,500 1800,750 1920,700 1920,1080" fill="#1f332d" opacity="0.45"/>
|
|
12
|
-
<polygon points="1600,1080 1750,600 1920,800 1920,1080" fill="#1a2a22" opacity="0.4"/>
|
|
13
|
-
|
|
14
|
-
<!-- Mid-ground terrain -->
|
|
15
|
-
<polygon points="0,1080 200,800 500,850 800,780 1100,820 1400,750 1700,800 1920,720 1920,1080" fill="#1a2a22" opacity="0.6"/>
|
|
16
|
-
|
|
17
|
-
<!-- Path winding down -->
|
|
18
|
-
<path d="M1700,720 Q1400,800 1100,750 Q800,850 500,800 Q300,880 100,820"
|
|
19
|
-
stroke="#3d6a5a" stroke-width="2" fill="none" opacity="0.2" stroke-dasharray="15,8"/>
|
|
20
|
-
|
|
21
|
-
<!-- DOKO CARRIER - right side of frame, walking the path -->
|
|
22
|
-
<!-- Body - bent forward under load -->
|
|
23
|
-
<ellipse cx="1650" cy="680" rx="35" ry="50" fill="#101a16" transform="rotate(-15, 1650, 680)"/>
|
|
24
|
-
<!-- Head -->
|
|
25
|
-
<circle cx="1620" cy="610" r="28" fill="#101a16"/>
|
|
26
|
-
<!-- Hat -->
|
|
27
|
-
<ellipse cx="1620" cy="598" rx="35" ry="10" fill="#101a16"/>
|
|
28
|
-
|
|
29
|
-
<!-- Legs - walking -->
|
|
30
|
-
<polygon points="1625,725 1600,850 1620,855 1640,730" fill="#101a16"/>
|
|
31
|
-
<polygon points="1665,720 1680,840 1700,835 1680,715" fill="#101a16"/>
|
|
32
|
-
|
|
33
|
-
<!-- Arms holding tumpline -->
|
|
34
|
-
<polygon points="1590,630 1560,700 1575,705 1600,640" fill="#101a16"/>
|
|
35
|
-
<polygon points="1650,640 1680,710 1695,700 1665,635" fill="#101a16"/>
|
|
36
|
-
|
|
37
|
-
<!-- THE DOKO BASKET - large, conical, on the back -->
|
|
38
|
-
<polygon points="1680,550 1750,700 1620,720 1640,560" fill="#1f332d" opacity="0.8"/>
|
|
39
|
-
<!-- Basket weave pattern -->
|
|
40
|
-
<line x1="1660" y1="580" x2="1720" y2="620" stroke="#3d6a5a" stroke-width="1" opacity="0.3"/>
|
|
41
|
-
<line x1="1655" y1="620" x2="1730" y2="660" stroke="#3d6a5a" stroke-width="1" opacity="0.3"/>
|
|
42
|
-
<line x1="1645" y1="660" x2="1740" y2="695" stroke="#3d6a5a" stroke-width="1" opacity="0.3"/>
|
|
43
|
-
<line x1="1680" y1="560" x2="1670" y2="700" stroke="#3d6a5a" stroke-width="1" opacity="0.25"/>
|
|
44
|
-
<line x1="1710" y1="590" x2="1700" y2="710" stroke="#3d6a5a" stroke-width="1" opacity="0.25"/>
|
|
45
|
-
|
|
46
|
-
<!-- Tumpline (head strap) -->
|
|
47
|
-
<path d="M1620,620 Q1640,580 1680,560" stroke="#2e4c43" stroke-width="2" fill="none" opacity="0.4"/>
|
|
48
|
-
|
|
49
|
-
<!-- Documents/scrolls peeking from basket -->
|
|
50
|
-
<rect x="1665" y="545" width="25" height="35" rx="2" fill="#2e4c43" opacity="0.5"/>
|
|
51
|
-
<rect x="1695" y="555" width="20" height="30" rx="2" fill="#3d6a5a" opacity="0.4"/>
|
|
52
|
-
<line x1="1670" y1="555" x2="1685" y2="555" stroke="#4a8a6a" stroke-width="1" opacity="0.3"/>
|
|
53
|
-
<line x1="1670" y1="562" x2="1685" y2="562" stroke="#4a8a6a" stroke-width="1" opacity="0.3"/>
|
|
54
|
-
|
|
55
|
-
<!-- Figure highlight outline -->
|
|
56
|
-
<circle cx="1620" cy="610" r="28" stroke="#2e4c43" stroke-width="1" fill="none" opacity="0.25"/>
|
|
57
|
-
|
|
58
|
-
<!-- LEFT SIDE - distant village/origin -->
|
|
59
|
-
<polygon points="0,850 100,820 200,850 200,1080 0,1080" fill="#1a2a22" opacity="0.5"/>
|
|
60
|
-
<!-- Small structure hints -->
|
|
61
|
-
<polygon points="80,840 100,810 120,840" fill="#1f332d" opacity="0.4"/>
|
|
62
|
-
<polygon points="140,850 160,825 180,850" fill="#1f332d" opacity="0.35"/>
|
|
63
|
-
|
|
64
|
-
<!-- Document glow from basket area -->
|
|
65
|
-
<ellipse cx="1700" cy="650" rx="150" ry="100" fill="url(#docGlow)"/>
|
|
66
|
-
|
|
67
|
-
<!-- Ground texture -->
|
|
68
|
-
<path d="M200,920 Q400,900 600,930" stroke="#2e4c43" stroke-width="1" fill="none" opacity="0.15"/>
|
|
69
|
-
<path d="M800,910 Q1000,895 1200,915" stroke="#2e4c43" stroke-width="1" fill="none" opacity="0.15"/>
|
|
70
|
-
</svg>
|
|
@@ -1,93 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 1080" preserveAspectRatio="xMidYMax slice">
|
|
2
|
-
<defs>
|
|
3
|
-
<linearGradient id="fortressGlow" x1="50%" y1="100%" x2="50%" y2="0%">
|
|
4
|
-
<stop offset="0%" stop-color="#4a8a6a" stop-opacity="0.1"/>
|
|
5
|
-
<stop offset="100%" stop-color="#101a16" stop-opacity="0"/>
|
|
6
|
-
</linearGradient>
|
|
7
|
-
</defs>
|
|
8
|
-
|
|
9
|
-
<!-- MOUNTAIN BACKDROP behind fortress -->
|
|
10
|
-
<polygon points="0,500 200,200 400,450 400,1080 0,1080" fill="#1a2a22" opacity="0.35"/>
|
|
11
|
-
<polygon points="300,480 550,150 800,420 800,1080 300,1080" fill="#1a2a22" opacity="0.4"/>
|
|
12
|
-
<polygon points="1200,450 1400,180 1600,400 1600,1080 1200,1080" fill="#1a2a22" opacity="0.4"/>
|
|
13
|
-
<polygon points="1500,500 1700,220 1920,480 1920,1080 1500,1080" fill="#1a2a22" opacity="0.35"/>
|
|
14
|
-
|
|
15
|
-
<!-- THE FORTRESS - massive walls -->
|
|
16
|
-
<!-- Left wall section -->
|
|
17
|
-
<rect x="200" y="500" width="250" height="580" fill="#101a16"/>
|
|
18
|
-
<rect x="200" y="500" width="250" height="580" stroke="#2e4c43" stroke-width="2" fill="none" opacity="0.35"/>
|
|
19
|
-
|
|
20
|
-
<!-- Left tower -->
|
|
21
|
-
<rect x="150" y="350" width="120" height="730" fill="#101a16"/>
|
|
22
|
-
<polygon points="150,350 210,280 270,350" fill="#101a16"/>
|
|
23
|
-
<rect x="150" y="350" width="120" height="730" stroke="#2e4c43" stroke-width="1.5" fill="none" opacity="0.3"/>
|
|
24
|
-
|
|
25
|
-
<!-- Left battlements -->
|
|
26
|
-
<rect x="200" y="480" width="30" height="40" fill="#101a16"/>
|
|
27
|
-
<rect x="250" y="480" width="30" height="40" fill="#101a16"/>
|
|
28
|
-
<rect x="300" y="480" width="30" height="40" fill="#101a16"/>
|
|
29
|
-
<rect x="350" y="480" width="30" height="40" fill="#101a16"/>
|
|
30
|
-
<rect x="400" y="480" width="30" height="40" fill="#101a16"/>
|
|
31
|
-
|
|
32
|
-
<!-- Right wall section -->
|
|
33
|
-
<rect x="1470" y="500" width="250" height="580" fill="#101a16"/>
|
|
34
|
-
<rect x="1470" y="500" width="250" height="580" stroke="#2e4c43" stroke-width="2" fill="none" opacity="0.35"/>
|
|
35
|
-
|
|
36
|
-
<!-- Right tower -->
|
|
37
|
-
<rect x="1580" y="350" width="120" height="730" fill="#101a16"/>
|
|
38
|
-
<polygon points="1580,350 1640,280 1700,350" fill="#101a16"/>
|
|
39
|
-
<rect x="1580" y="350" width="120" height="730" stroke="#2e4c43" stroke-width="1.5" fill="none" opacity="0.3"/>
|
|
40
|
-
|
|
41
|
-
<!-- Right battlements -->
|
|
42
|
-
<rect x="1490" y="480" width="30" height="40" fill="#101a16"/>
|
|
43
|
-
<rect x="1540" y="480" width="30" height="40" fill="#101a16"/>
|
|
44
|
-
<rect x="1590" y="480" width="30" height="40" fill="#101a16"/>
|
|
45
|
-
<rect x="1640" y="480" width="30" height="40" fill="#101a16"/>
|
|
46
|
-
<rect x="1690" y="480" width="30" height="40" fill="#101a16"/>
|
|
47
|
-
|
|
48
|
-
<!-- CENTER GATE TOWER - main entrance -->
|
|
49
|
-
<rect x="850" y="400" width="220" height="680" fill="#1f332d" opacity="0.8"/>
|
|
50
|
-
<rect x="850" y="400" width="220" height="680" stroke="#3d6a5a" stroke-width="2" fill="none" opacity="0.4"/>
|
|
51
|
-
|
|
52
|
-
<!-- Gate tower top -->
|
|
53
|
-
<polygon points="820,400 960,300 1100,400" fill="#1f332d" opacity="0.8"/>
|
|
54
|
-
<polygon points="820,400 960,300 1100,400" stroke="#3d6a5a" stroke-width="2" fill="none" opacity="0.4"/>
|
|
55
|
-
|
|
56
|
-
<!-- Gate opening -->
|
|
57
|
-
<path d="M900,1080 L900,700 Q960,650 1020,700 L1020,1080 Z" fill="#0a120e" opacity="0.9"/>
|
|
58
|
-
<path d="M900,700 Q960,650 1020,700" stroke="#4a8a6a" stroke-width="2" fill="none" opacity="0.4"/>
|
|
59
|
-
|
|
60
|
-
<!-- Gate portcullis bars -->
|
|
61
|
-
<line x1="920" y1="700" x2="920" y2="1080" stroke="#2e4c43" stroke-width="3" opacity="0.4"/>
|
|
62
|
-
<line x1="960" y1="680" x2="960" y2="1080" stroke="#2e4c43" stroke-width="3" opacity="0.4"/>
|
|
63
|
-
<line x1="1000" y1="700" x2="1000" y2="1080" stroke="#2e4c43" stroke-width="3" opacity="0.4"/>
|
|
64
|
-
|
|
65
|
-
<!-- Connecting walls -->
|
|
66
|
-
<polygon points="450,520 850,520 850,1080 450,1080" fill="#1a2a22" opacity="0.6"/>
|
|
67
|
-
<polygon points="1070,520 1470,520 1470,1080 1070,1080" fill="#1a2a22" opacity="0.6"/>
|
|
68
|
-
|
|
69
|
-
<!-- Battlements on connecting walls -->
|
|
70
|
-
<rect x="500" y="500" width="25" height="35" fill="#1a2a22" opacity="0.7"/>
|
|
71
|
-
<rect x="560" y="500" width="25" height="35" fill="#1a2a22" opacity="0.7"/>
|
|
72
|
-
<rect x="620" y="500" width="25" height="35" fill="#1a2a22" opacity="0.7"/>
|
|
73
|
-
<rect x="680" y="500" width="25" height="35" fill="#1a2a22" opacity="0.7"/>
|
|
74
|
-
<rect x="740" y="500" width="25" height="35" fill="#1a2a22" opacity="0.7"/>
|
|
75
|
-
|
|
76
|
-
<rect x="1120" y="500" width="25" height="35" fill="#1a2a22" opacity="0.7"/>
|
|
77
|
-
<rect x="1180" y="500" width="25" height="35" fill="#1a2a22" opacity="0.7"/>
|
|
78
|
-
<rect x="1240" y="500" width="25" height="35" fill="#1a2a22" opacity="0.7"/>
|
|
79
|
-
<rect x="1300" y="500" width="25" height="35" fill="#1a2a22" opacity="0.7"/>
|
|
80
|
-
<rect x="1360" y="500" width="25" height="35" fill="#1a2a22" opacity="0.7"/>
|
|
81
|
-
|
|
82
|
-
<!-- Shield emblem on gate tower -->
|
|
83
|
-
<path d="M930,500 L960,480 L990,500 L990,560 Q960,590 930,560 Z" fill="#2e4c43" opacity="0.5"/>
|
|
84
|
-
<path d="M930,500 L960,480 L990,500 L990,560 Q960,590 930,560 Z" stroke="#4a8a6a" stroke-width="1.5" fill="none" opacity="0.4"/>
|
|
85
|
-
|
|
86
|
-
<!-- Fortress glow -->
|
|
87
|
-
<rect x="450" y="500" width="1020" height="580" fill="url(#fortressGlow)"/>
|
|
88
|
-
|
|
89
|
-
<!-- Tower lights -->
|
|
90
|
-
<circle cx="210" cy="400" r="5" fill="#4a8a6a" opacity="0.35"/>
|
|
91
|
-
<circle cx="1640" cy="400" r="5" fill="#4a8a6a" opacity="0.35"/>
|
|
92
|
-
<circle cx="960" cy="350" r="6" fill="#5a9a7a" opacity="0.45"/>
|
|
93
|
-
</svg>
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 1080" preserveAspectRatio="xMidYMax slice">
|
|
2
|
-
<defs>
|
|
3
|
-
<radialGradient id="archGlow" cx="50%" cy="100%" r="60%">
|
|
4
|
-
<stop offset="0%" stop-color="#4a8a6a" stop-opacity="0.12"/>
|
|
5
|
-
<stop offset="100%" stop-color="#101a16" stop-opacity="0"/>
|
|
6
|
-
</radialGradient>
|
|
7
|
-
<linearGradient id="pathLight" x1="0%" y1="0%" x2="0%" y2="100%">
|
|
8
|
-
<stop offset="0%" stop-color="#3d7a5a" stop-opacity="0.15"/>
|
|
9
|
-
<stop offset="100%" stop-color="#101a16" stop-opacity="0"/>
|
|
10
|
-
</linearGradient>
|
|
11
|
-
</defs>
|
|
12
|
-
|
|
13
|
-
<!-- Distant mountains visible through gateway -->
|
|
14
|
-
<polygon points="500,650 750,420 1000,600 1000,1080 500,1080" fill="#1a2a22" opacity="0.5"/>
|
|
15
|
-
<polygon points="850,580 1050,350 1250,560 1400,620 1400,1080 850,1080" fill="#1a2a22" opacity="0.4"/>
|
|
16
|
-
<polygon points="1100,640 1350,450 1600,630 1600,1080 1100,1080" fill="#1a2a22" opacity="0.35"/>
|
|
17
|
-
|
|
18
|
-
<!-- Center peak - destination -->
|
|
19
|
-
<polygon points="850,680 960,480 1070,680" fill="#1f332d" opacity="0.5"/>
|
|
20
|
-
<polygon points="920,560 960,480 1000,560" fill="#2e4c43" opacity="0.3"/>
|
|
21
|
-
|
|
22
|
-
<!-- Glow through the gateway -->
|
|
23
|
-
<ellipse cx="960" cy="750" rx="350" ry="450" fill="url(#archGlow)"/>
|
|
24
|
-
|
|
25
|
-
<!-- Path leading through -->
|
|
26
|
-
<polygon points="880,1080 960,720 1040,1080" fill="url(#pathLight)"/>
|
|
27
|
-
|
|
28
|
-
<!-- LEFT ARCH PILLAR -->
|
|
29
|
-
<polygon points="0,0 480,0 380,180 320,400 300,600 320,820 400,1080 0,1080" fill="#101a16"/>
|
|
30
|
-
<path d="M380,180 Q420,400 300,600 Q300,800 400,1080" stroke="#2e4c43" stroke-width="2" fill="none" opacity="0.35"/>
|
|
31
|
-
<line x1="320" y1="350" x2="400" y2="340" stroke="#2e4c43" stroke-width="1" opacity="0.25"/>
|
|
32
|
-
<line x1="300" y1="550" x2="370" y2="560" stroke="#2e4c43" stroke-width="1" opacity="0.25"/>
|
|
33
|
-
<line x1="310" y1="750" x2="390" y2="740" stroke="#2e4c43" stroke-width="1" opacity="0.25"/>
|
|
34
|
-
|
|
35
|
-
<!-- RIGHT ARCH PILLAR -->
|
|
36
|
-
<polygon points="1920,0 1440,0 1540,180 1600,400 1620,600 1600,820 1520,1080 1920,1080" fill="#101a16"/>
|
|
37
|
-
<path d="M1540,180 Q1500,400 1620,600 Q1620,800 1520,1080" stroke="#2e4c43" stroke-width="2" fill="none" opacity="0.35"/>
|
|
38
|
-
<line x1="1600" y1="350" x2="1520" y2="340" stroke="#2e4c43" stroke-width="1" opacity="0.25"/>
|
|
39
|
-
<line x1="1620" y1="550" x2="1550" y2="560" stroke="#2e4c43" stroke-width="1" opacity="0.25"/>
|
|
40
|
-
<line x1="1610" y1="750" x2="1530" y2="740" stroke="#2e4c43" stroke-width="1" opacity="0.25"/>
|
|
41
|
-
|
|
42
|
-
<!-- ARCH TOP -->
|
|
43
|
-
<path d="M380,180 Q650,40 960,25 Q1270,40 1540,180 L1440,0 L480,0 Z" fill="#101a16"/>
|
|
44
|
-
<path d="M420,160 Q680,50 960,38 Q1240,50 1500,160" stroke="#2e4c43" stroke-width="2" fill="none" opacity="0.4"/>
|
|
45
|
-
|
|
46
|
-
<!-- 7 gates indicator -->
|
|
47
|
-
<circle cx="520" cy="110" r="3" fill="#4a8a6a" opacity="0.25"/>
|
|
48
|
-
<circle cx="670" cy="65" r="3" fill="#4a8a6a" opacity="0.3"/>
|
|
49
|
-
<circle cx="815" cy="42" r="3" fill="#4a8a6a" opacity="0.35"/>
|
|
50
|
-
<circle cx="960" cy="32" r="4" fill="#5a9a7a" opacity="0.45"/>
|
|
51
|
-
<circle cx="1105" cy="42" r="3" fill="#4a8a6a" opacity="0.35"/>
|
|
52
|
-
<circle cx="1250" cy="65" r="3" fill="#4a8a6a" opacity="0.3"/>
|
|
53
|
-
<circle cx="1400" cy="110" r="3" fill="#4a8a6a" opacity="0.25"/>
|
|
54
|
-
</svg>
|
|
@@ -1,93 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 1080" preserveAspectRatio="xMidYMax slice">
|
|
2
|
-
<defs>
|
|
3
|
-
<linearGradient id="gearGlow" x1="50%" y1="0%" x2="50%" y2="100%">
|
|
4
|
-
<stop offset="0%" stop-color="#4a8a6a" stop-opacity="0.1"/>
|
|
5
|
-
<stop offset="100%" stop-color="#101a16" stop-opacity="0"/>
|
|
6
|
-
</linearGradient>
|
|
7
|
-
</defs>
|
|
8
|
-
|
|
9
|
-
<!-- MOUNTAIN BACKDROP -->
|
|
10
|
-
<polygon points="0,680 200,380 400,620 400,1080 0,1080" fill="#1a2a22" opacity="0.35"/>
|
|
11
|
-
<polygon points="1550,650 1750,350 1920,600 1920,1080 1550,1080" fill="#1a2a22" opacity="0.35"/>
|
|
12
|
-
|
|
13
|
-
<!-- MAIN GEAR - large, center-left -->
|
|
14
|
-
<circle cx="650" cy="500" r="280" fill="#0a120e" opacity="0.8"/>
|
|
15
|
-
<!-- Gear teeth -->
|
|
16
|
-
<polygon points="650,200 620,220 620,180 680,180 680,220" fill="#1f332d" opacity="0.7"/>
|
|
17
|
-
<polygon points="650,800 620,780 620,820 680,820 680,780" fill="#1f332d" opacity="0.7"/>
|
|
18
|
-
<polygon points="370,500 390,470 350,470 350,530 390,530" fill="#1f332d" opacity="0.7"/>
|
|
19
|
-
<polygon points="930,500 910,470 950,470 950,530 910,530" fill="#1f332d" opacity="0.7"/>
|
|
20
|
-
<!-- Diagonal teeth -->
|
|
21
|
-
<polygon points="448,298 480,280 460,320 420,340 400,300" fill="#1f332d" opacity="0.7"/>
|
|
22
|
-
<polygon points="852,298 820,280 840,320 880,340 900,300" fill="#1f332d" opacity="0.7"/>
|
|
23
|
-
<polygon points="448,702 480,720 460,680 420,660 400,700" fill="#1f332d" opacity="0.7"/>
|
|
24
|
-
<polygon points="852,702 820,720 840,680 880,660 900,700" fill="#1f332d" opacity="0.7"/>
|
|
25
|
-
|
|
26
|
-
<!-- Gear inner details -->
|
|
27
|
-
<circle cx="650" cy="500" r="280" stroke="#2e4c43" stroke-width="3" fill="none" opacity="0.4"/>
|
|
28
|
-
<circle cx="650" cy="500" r="220" stroke="#2e4c43" stroke-width="2" fill="none" opacity="0.3"/>
|
|
29
|
-
<circle cx="650" cy="500" r="80" fill="#1a2a22" opacity="0.6"/>
|
|
30
|
-
<circle cx="650" cy="500" r="80" stroke="#3d6a5a" stroke-width="2" fill="none" opacity="0.4"/>
|
|
31
|
-
<circle cx="650" cy="500" r="30" fill="#2e4c43" opacity="0.5"/>
|
|
32
|
-
|
|
33
|
-
<!-- Spokes -->
|
|
34
|
-
<line x1="650" y1="280" x2="650" y2="420" stroke="#2e4c43" stroke-width="15" opacity="0.4"/>
|
|
35
|
-
<line x1="650" y1="580" x2="650" y2="720" stroke="#2e4c43" stroke-width="15" opacity="0.4"/>
|
|
36
|
-
<line x1="430" y1="500" x2="570" y2="500" stroke="#2e4c43" stroke-width="15" opacity="0.4"/>
|
|
37
|
-
<line x1="730" y1="500" x2="870" y2="500" stroke="#2e4c43" stroke-width="15" opacity="0.4"/>
|
|
38
|
-
|
|
39
|
-
<!-- SECONDARY GEAR - interlocking, right -->
|
|
40
|
-
<circle cx="1150" cy="620" r="200" fill="#0a120e" opacity="0.75"/>
|
|
41
|
-
<!-- Gear teeth -->
|
|
42
|
-
<polygon points="1150,400 1125,420 1125,390 1175,390 1175,420" fill="#1a2a22" opacity="0.6"/>
|
|
43
|
-
<polygon points="1150,840 1125,820 1125,850 1175,850 1175,820" fill="#1a2a22" opacity="0.6"/>
|
|
44
|
-
<polygon points="950,620 970,595 940,595 940,645 970,645" fill="#1a2a22" opacity="0.6"/>
|
|
45
|
-
<polygon points="1350,620 1330,595 1360,595 1360,645 1330,645" fill="#1a2a22" opacity="0.6"/>
|
|
46
|
-
<!-- Diagonal teeth -->
|
|
47
|
-
<polygon points="1008,478 1030,465 1020,495 990,510 978,488" fill="#1a2a22" opacity="0.6"/>
|
|
48
|
-
<polygon points="1292,478 1270,465 1280,495 1310,510 1322,488" fill="#1a2a22" opacity="0.6"/>
|
|
49
|
-
<polygon points="1008,762 1030,775 1020,745 990,730 978,752" fill="#1a2a22" opacity="0.6"/>
|
|
50
|
-
<polygon points="1292,762 1270,775 1280,745 1310,730 1322,752" fill="#1a2a22" opacity="0.6"/>
|
|
51
|
-
|
|
52
|
-
<!-- Secondary gear inner -->
|
|
53
|
-
<circle cx="1150" cy="620" r="200" stroke="#2e4c43" stroke-width="2" fill="none" opacity="0.35"/>
|
|
54
|
-
<circle cx="1150" cy="620" r="150" stroke="#2e4c43" stroke-width="1.5" fill="none" opacity="0.25"/>
|
|
55
|
-
<circle cx="1150" cy="620" r="50" fill="#1a2a22" opacity="0.5"/>
|
|
56
|
-
<circle cx="1150" cy="620" r="50" stroke="#3d6a5a" stroke-width="1.5" fill="none" opacity="0.35"/>
|
|
57
|
-
|
|
58
|
-
<!-- SMALL GEAR - top right -->
|
|
59
|
-
<circle cx="1400" cy="300" r="100" fill="#0a120e" opacity="0.7"/>
|
|
60
|
-
<circle cx="1400" cy="300" r="100" stroke="#2e4c43" stroke-width="1.5" fill="none" opacity="0.3"/>
|
|
61
|
-
<circle cx="1400" cy="300" r="25" fill="#1a2a22" opacity="0.4"/>
|
|
62
|
-
|
|
63
|
-
<!-- CONFIG SLIDERS - right side -->
|
|
64
|
-
<!-- Slider track 1 -->
|
|
65
|
-
<rect x="1550" y="350" width="200" height="10" rx="5" fill="#1a2a22" opacity="0.5"/>
|
|
66
|
-
<circle cx="1680" cy="355" r="15" fill="#3d6a5a" opacity="0.5"/>
|
|
67
|
-
<text x="1550" y="335" fill="#3d6a5a" opacity="0.3" font-size="16" font-family="monospace">encryption</text>
|
|
68
|
-
|
|
69
|
-
<!-- Slider track 2 -->
|
|
70
|
-
<rect x="1550" y="420" width="200" height="10" rx="5" fill="#1a2a22" opacity="0.5"/>
|
|
71
|
-
<circle cx="1720" cy="425" r="15" fill="#4a8a6a" opacity="0.5"/>
|
|
72
|
-
<text x="1550" y="405" fill="#3d6a5a" opacity="0.3" font-size="16" font-family="monospace">timeout</text>
|
|
73
|
-
|
|
74
|
-
<!-- Slider track 3 -->
|
|
75
|
-
<rect x="1550" y="490" width="200" height="10" rx="5" fill="#1a2a22" opacity="0.5"/>
|
|
76
|
-
<circle cx="1620" cy="495" r="15" fill="#3d6a5a" opacity="0.5"/>
|
|
77
|
-
<text x="1550" y="475" fill="#3d6a5a" opacity="0.3" font-size="16" font-family="monospace">verbosity</text>
|
|
78
|
-
|
|
79
|
-
<!-- Toggle switches -->
|
|
80
|
-
<rect x="1550" y="560" width="60" height="30" rx="15" fill="#1a2a22" opacity="0.5"/>
|
|
81
|
-
<circle cx="1595" cy="575" r="12" fill="#4a8a6a" opacity="0.5"/>
|
|
82
|
-
<text x="1620" y="580" fill="#3d6a5a" opacity="0.3" font-size="14" font-family="monospace">autoConnect</text>
|
|
83
|
-
|
|
84
|
-
<rect x="1550" y="610" width="60" height="30" rx="15" fill="#1a2a22" opacity="0.5"/>
|
|
85
|
-
<circle cx="1565" cy="625" r="12" fill="#2e4c43" opacity="0.4"/>
|
|
86
|
-
<text x="1620" y="630" fill="#2e4c43" opacity="0.25" font-size="14" font-family="monospace">debug</text>
|
|
87
|
-
|
|
88
|
-
<!-- Gear glow -->
|
|
89
|
-
<ellipse cx="800" cy="550" rx="500" ry="350" fill="url(#gearGlow)"/>
|
|
90
|
-
|
|
91
|
-
<!-- Ground -->
|
|
92
|
-
<polygon points="0,920 300,900 600,950 900,920 1200,970 1500,930 1920,980 1920,1080 0,1080" fill="#101a16" opacity="0.75"/>
|
|
93
|
-
</svg>
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 1080" preserveAspectRatio="xMidYMax slice">
|
|
2
|
-
<defs>
|
|
3
|
-
<radialGradient id="earthGlow" cx="50%" cy="50%" r="50%">
|
|
4
|
-
<stop offset="0%" stop-color="#3d6a5a" stop-opacity="0.15"/>
|
|
5
|
-
<stop offset="70%" stop-color="#2e4c43" stop-opacity="0.08"/>
|
|
6
|
-
<stop offset="100%" stop-color="#101a16" stop-opacity="0"/>
|
|
7
|
-
</radialGradient>
|
|
8
|
-
<radialGradient id="exclusionZone" cx="50%" cy="50%" r="50%">
|
|
9
|
-
<stop offset="0%" stop-color="#4a1a1a" stop-opacity="0.1"/>
|
|
10
|
-
<stop offset="100%" stop-color="#101a16" stop-opacity="0"/>
|
|
11
|
-
</radialGradient>
|
|
12
|
-
</defs>
|
|
13
|
-
|
|
14
|
-
<!-- EARTH - large globe dominating the view -->
|
|
15
|
-
<circle cx="960" cy="600" r="450" fill="#1a2a22" opacity="0.5"/>
|
|
16
|
-
<circle cx="960" cy="600" r="450" stroke="#2e4c43" stroke-width="2" fill="none" opacity="0.4"/>
|
|
17
|
-
|
|
18
|
-
<!-- Continent outlines - stylized -->
|
|
19
|
-
<path d="M650,400 Q700,350 800,380 Q850,420 820,500 Q750,550 680,520 Q620,480 650,400" fill="#1f332d" opacity="0.5"/>
|
|
20
|
-
<path d="M900,350 Q1000,320 1100,380 Q1150,450 1100,550 Q1000,600 920,520 Q880,420 900,350" fill="#1f332d" opacity="0.5"/>
|
|
21
|
-
<path d="M1150,500 Q1250,480 1300,550 Q1280,650 1200,680 Q1120,650 1150,500" fill="#1f332d" opacity="0.45"/>
|
|
22
|
-
<path d="M700,600 Q780,580 850,650 Q820,750 720,780 Q650,720 700,600" fill="#1f332d" opacity="0.45"/>
|
|
23
|
-
|
|
24
|
-
<!-- Globe grid lines -->
|
|
25
|
-
<ellipse cx="960" cy="600" rx="450" ry="150" stroke="#3d6a5a" stroke-width="1" fill="none" opacity="0.2"/>
|
|
26
|
-
<ellipse cx="960" cy="600" rx="350" ry="450" stroke="#3d6a5a" stroke-width="1" fill="none" opacity="0.2"/>
|
|
27
|
-
<ellipse cx="960" cy="600" rx="150" ry="450" stroke="#3d6a5a" stroke-width="1" fill="none" opacity="0.15"/>
|
|
28
|
-
|
|
29
|
-
<!-- Earth glow -->
|
|
30
|
-
<circle cx="960" cy="600" r="480" fill="url(#earthGlow)"/>
|
|
31
|
-
|
|
32
|
-
<!-- SATELLITES orbiting -->
|
|
33
|
-
<!-- Satellite 1 -->
|
|
34
|
-
<ellipse cx="960" cy="600" rx="550" ry="200" stroke="#3d6a5a" stroke-width="1" fill="none" opacity="0.2" transform="rotate(-20, 960, 600)"/>
|
|
35
|
-
<circle cx="1480" cy="520" r="8" fill="#4a8a6a" opacity="0.5"/>
|
|
36
|
-
<line x1="1475" y1="515" x2="1485" y2="525" stroke="#4a8a6a" stroke-width="2" opacity="0.4"/>
|
|
37
|
-
<line x1="1485" y1="515" x2="1475" y2="525" stroke="#4a8a6a" stroke-width="2" opacity="0.4"/>
|
|
38
|
-
|
|
39
|
-
<!-- Satellite 2 -->
|
|
40
|
-
<ellipse cx="960" cy="600" rx="520" ry="180" stroke="#3d6a5a" stroke-width="1" fill="none" opacity="0.15" transform="rotate(25, 960, 600)"/>
|
|
41
|
-
<circle cx="480" cy="480" r="6" fill="#4a8a6a" opacity="0.4"/>
|
|
42
|
-
|
|
43
|
-
<!-- Satellite 3 -->
|
|
44
|
-
<circle cx="1100" cy="180" r="6" fill="#4a8a6a" opacity="0.35"/>
|
|
45
|
-
|
|
46
|
-
<!-- EXCLUSION ZONE - marked area on globe -->
|
|
47
|
-
<ellipse cx="1100" cy="550" rx="100" ry="80" fill="url(#exclusionZone)"/>
|
|
48
|
-
<ellipse cx="1100" cy="550" rx="100" ry="80" stroke="#5a3a3a" stroke-width="2" fill="none" opacity="0.3" stroke-dasharray="10,5"/>
|
|
49
|
-
|
|
50
|
-
<!-- RTT measurement lines from satellites to ground -->
|
|
51
|
-
<line x1="1480" y1="520" x2="1100" y2="550" stroke="#4a8a6a" stroke-width="1" opacity="0.25" stroke-dasharray="5,5"/>
|
|
52
|
-
<line x1="480" y1="480" x2="700" y2="600" stroke="#4a8a6a" stroke-width="1" opacity="0.2" stroke-dasharray="5,5"/>
|
|
53
|
-
<line x1="1100" y1="180" x2="1000" y2="380" stroke="#4a8a6a" stroke-width="1" opacity="0.2" stroke-dasharray="5,5"/>
|
|
54
|
-
|
|
55
|
-
<!-- Speed of light indicator -->
|
|
56
|
-
<text x="1300" y="480" fill="#4a8a6a" opacity="0.25" font-size="18" font-family="monospace">c = 299,792 km/s</text>
|
|
57
|
-
|
|
58
|
-
<!-- Ground station markers -->
|
|
59
|
-
<circle cx="750" cy="650" r="5" fill="#5a9a7a" opacity="0.4"/>
|
|
60
|
-
<circle cx="1050" cy="500" r="5" fill="#5a9a7a" opacity="0.4"/>
|
|
61
|
-
|
|
62
|
-
<!-- Physics law hint -->
|
|
63
|
-
<text x="100" y="950" fill="#3d6a5a" opacity="0.2" font-size="24" font-family="serif" font-style="italic">Physics Don't Lie</text>
|
|
64
|
-
|
|
65
|
-
<!-- Mountain silhouette at bottom for grounding -->
|
|
66
|
-
<polygon points="0,950 150,850 300,920 450,870 600,940 750,880 900,950 1050,890 1200,960 1350,900 1500,970 1650,910 1800,980 1920,920 1920,1080 0,1080" fill="#101a16" opacity="0.8"/>
|
|
67
|
-
</svg>
|
|
@@ -1,137 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 1080" preserveAspectRatio="xMidYMax slice">
|
|
2
|
-
<defs>
|
|
3
|
-
<linearGradient id="karmaGlow" x1="50%" y1="0%" x2="50%" y2="100%">
|
|
4
|
-
<stop offset="0%" stop-color="#e11d48" stop-opacity="0.25"/>
|
|
5
|
-
<stop offset="100%" stop-color="#101a16" stop-opacity="0"/>
|
|
6
|
-
</linearGradient>
|
|
7
|
-
<radialGradient id="wheelCenter" cx="50%" cy="50%" r="50%">
|
|
8
|
-
<stop offset="0%" stop-color="#fb7185" stop-opacity="0.4"/>
|
|
9
|
-
<stop offset="50%" stop-color="#e11d48" stop-opacity="0.2"/>
|
|
10
|
-
<stop offset="100%" stop-color="#101a16" stop-opacity="0"/>
|
|
11
|
-
</radialGradient>
|
|
12
|
-
<radialGradient id="levelGlow" cx="50%" cy="50%" r="50%">
|
|
13
|
-
<stop offset="0%" stop-color="#fda4af" stop-opacity="0.3"/>
|
|
14
|
-
<stop offset="100%" stop-color="#101a16" stop-opacity="0"/>
|
|
15
|
-
</radialGradient>
|
|
16
|
-
</defs>
|
|
17
|
-
|
|
18
|
-
<!-- MOUNTAIN BACKDROP -->
|
|
19
|
-
<polygon points="0,620 280,300 560,580 0,1080" fill="#1a2a22" opacity="0.35"/>
|
|
20
|
-
<polygon points="1450,650 1700,280 1920,550 1920,1080 1400,1080" fill="#1a2a22" opacity="0.35"/>
|
|
21
|
-
|
|
22
|
-
<!-- Central karma glow -->
|
|
23
|
-
<ellipse cx="960" cy="450" rx="400" ry="300" fill="url(#karmaGlow)"/>
|
|
24
|
-
|
|
25
|
-
<!-- WHEEL OF KARMA (Bhavachakra - Wheel of Life) -->
|
|
26
|
-
|
|
27
|
-
<!-- Outer rim (cycle of existence) -->
|
|
28
|
-
<circle cx="960" cy="520" r="280" fill="none" stroke="#4c0519" stroke-width="20" opacity="0.4"/>
|
|
29
|
-
<circle cx="960" cy="520" r="280" fill="none" stroke="#e11d48" stroke-width="3" opacity="0.5"/>
|
|
30
|
-
<circle cx="960" cy="520" r="260" fill="none" stroke="#be123c" stroke-width="1" opacity="0.35"/>
|
|
31
|
-
|
|
32
|
-
<!-- Twelve links of interdependent origination (nidanas) around outer wheel -->
|
|
33
|
-
<g id="nidanaMarkers">
|
|
34
|
-
<!-- 12 positions around the wheel -->
|
|
35
|
-
<circle cx="960" cy="240" r="15" fill="#1a2a22" stroke="#fb7185" stroke-width="1" opacity="0.4"/>
|
|
36
|
-
<circle cx="1100" cy="270" r="15" fill="#1a2a22" stroke="#fb7185" stroke-width="1" opacity="0.4"/>
|
|
37
|
-
<circle cx="1210" cy="380" r="15" fill="#1a2a22" stroke="#fb7185" stroke-width="1" opacity="0.4"/>
|
|
38
|
-
<circle cx="1240" cy="520" r="15" fill="#1a2a22" stroke="#fb7185" stroke-width="1" opacity="0.4"/>
|
|
39
|
-
<circle cx="1210" cy="660" r="15" fill="#1a2a22" stroke="#fb7185" stroke-width="1" opacity="0.4"/>
|
|
40
|
-
<circle cx="1100" cy="770" r="15" fill="#1a2a22" stroke="#fb7185" stroke-width="1" opacity="0.4"/>
|
|
41
|
-
<circle cx="960" cy="800" r="15" fill="#1a2a22" stroke="#fb7185" stroke-width="1" opacity="0.4"/>
|
|
42
|
-
<circle cx="820" cy="770" r="15" fill="#1a2a22" stroke="#fb7185" stroke-width="1" opacity="0.4"/>
|
|
43
|
-
<circle cx="710" cy="660" r="15" fill="#1a2a22" stroke="#fb7185" stroke-width="1" opacity="0.4"/>
|
|
44
|
-
<circle cx="680" cy="520" r="15" fill="#1a2a22" stroke="#fb7185" stroke-width="1" opacity="0.4"/>
|
|
45
|
-
<circle cx="710" cy="380" r="15" fill="#1a2a22" stroke="#fb7185" stroke-width="1" opacity="0.4"/>
|
|
46
|
-
<circle cx="820" cy="270" r="15" fill="#1a2a22" stroke="#fb7185" stroke-width="1" opacity="0.4"/>
|
|
47
|
-
</g>
|
|
48
|
-
|
|
49
|
-
<!-- Six realms (inner sections of wheel) -->
|
|
50
|
-
<g id="realms">
|
|
51
|
-
<line x1="960" y1="520" x2="960" y2="280" stroke="#be123c" stroke-width="1.5" opacity="0.35"/>
|
|
52
|
-
<line x1="960" y1="520" x2="1180" y2="400" stroke="#be123c" stroke-width="1.5" opacity="0.35"/>
|
|
53
|
-
<line x1="960" y1="520" x2="1180" y2="640" stroke="#be123c" stroke-width="1.5" opacity="0.35"/>
|
|
54
|
-
<line x1="960" y1="520" x2="960" y2="760" stroke="#be123c" stroke-width="1.5" opacity="0.35"/>
|
|
55
|
-
<line x1="960" y1="520" x2="740" y2="640" stroke="#be123c" stroke-width="1.5" opacity="0.35"/>
|
|
56
|
-
<line x1="960" y1="520" x2="740" y2="400" stroke="#be123c" stroke-width="1.5" opacity="0.35"/>
|
|
57
|
-
</g>
|
|
58
|
-
|
|
59
|
-
<!-- Inner circle (three poisons - ignorance, attachment, aversion) -->
|
|
60
|
-
<circle cx="960" cy="520" r="100" fill="url(#wheelCenter)"/>
|
|
61
|
-
<circle cx="960" cy="520" r="100" fill="none" stroke="#fb7185" stroke-width="2" opacity="0.5"/>
|
|
62
|
-
|
|
63
|
-
<!-- Three poisons symbols -->
|
|
64
|
-
<circle cx="960" cy="480" r="20" fill="#1a2a22" stroke="#e11d48" stroke-width="1.5" opacity="0.5"/>
|
|
65
|
-
<circle cx="930" cy="550" r="20" fill="#1a2a22" stroke="#e11d48" stroke-width="1.5" opacity="0.5"/>
|
|
66
|
-
<circle cx="990" cy="550" r="20" fill="#1a2a22" stroke="#e11d48" stroke-width="1.5" opacity="0.5"/>
|
|
67
|
-
|
|
68
|
-
<!-- Central hub (Buddha nature) -->
|
|
69
|
-
<circle cx="960" cy="520" r="25" fill="#1a2a22" opacity="0.8"/>
|
|
70
|
-
<circle cx="960" cy="520" r="25" fill="none" stroke="#fb7185" stroke-width="2" opacity="0.6"/>
|
|
71
|
-
<text x="960" y="525" fill="#fb7185" opacity="0.6" font-size="14" font-family="serif" text-anchor="middle">☯</text>
|
|
72
|
-
|
|
73
|
-
<!-- KARMA LEVELS (Trust tiers) positioned around wheel -->
|
|
74
|
-
|
|
75
|
-
<!-- ENLIGHTENED (top - highest) -->
|
|
76
|
-
<g id="enlightened">
|
|
77
|
-
<circle cx="960" cy="180" r="40" fill="url(#levelGlow)"/>
|
|
78
|
-
<polygon points="960,140 940,175 980,175" fill="#E5E4E2" opacity="0.5"/>
|
|
79
|
-
<text x="960" y="165" fill="#E5E4E2" opacity="0.5" font-size="10" font-family="monospace" text-anchor="middle">💎</text>
|
|
80
|
-
<text x="960" y="200" fill="#E5E4E2" opacity="0.4" font-size="9" font-family="monospace" text-anchor="middle">ENLIGHTENED</text>
|
|
81
|
-
<text x="960" y="215" fill="#d4d4d8" opacity="0.3" font-size="8" font-family="monospace" text-anchor="middle">Level 3</text>
|
|
82
|
-
</g>
|
|
83
|
-
|
|
84
|
-
<!-- AWAKENED (left upper) -->
|
|
85
|
-
<g id="awakened">
|
|
86
|
-
<circle cx="620" cy="400" r="35" fill="url(#levelGlow)"/>
|
|
87
|
-
<text x="620" y="395" fill="#FFD700" opacity="0.5" font-size="14" font-family="monospace" text-anchor="middle">🥇</text>
|
|
88
|
-
<text x="620" y="420" fill="#FFD700" opacity="0.4" font-size="9" font-family="monospace" text-anchor="middle">AWAKENED</text>
|
|
89
|
-
<text x="620" y="435" fill="#facc15" opacity="0.3" font-size="8" font-family="monospace" text-anchor="middle">Level 2</text>
|
|
90
|
-
</g>
|
|
91
|
-
|
|
92
|
-
<!-- SEEKING (right upper) -->
|
|
93
|
-
<g id="seeking">
|
|
94
|
-
<circle cx="1300" cy="400" r="35" fill="url(#levelGlow)"/>
|
|
95
|
-
<text x="1300" y="395" fill="#CD7F32" opacity="0.5" font-size="14" font-family="monospace" text-anchor="middle">🥉</text>
|
|
96
|
-
<text x="1300" y="420" fill="#CD7F32" opacity="0.4" font-size="9" font-family="monospace" text-anchor="middle">SEEKING</text>
|
|
97
|
-
<text x="1300" y="435" fill="#d97706" opacity="0.3" font-size="8" font-family="monospace" text-anchor="middle">Level 1</text>
|
|
98
|
-
</g>
|
|
99
|
-
|
|
100
|
-
<!-- UNTRUSTED (bottom) -->
|
|
101
|
-
<g id="untrusted">
|
|
102
|
-
<circle cx="960" cy="860" r="30" fill="rgba(239, 68, 68, 0.1)"/>
|
|
103
|
-
<text x="960" y="855" fill="#ef4444" opacity="0.4" font-size="12" font-family="monospace" text-anchor="middle">🚫</text>
|
|
104
|
-
<text x="960" y="878" fill="#ef4444" opacity="0.35" font-size="8" font-family="monospace" text-anchor="middle">UNTRUSTED</text>
|
|
105
|
-
<text x="960" y="893" fill="#f87171" opacity="0.25" font-size="7" font-family="monospace" text-anchor="middle">Level 0</text>
|
|
106
|
-
</g>
|
|
107
|
-
|
|
108
|
-
<!-- Karma flow arrows (progression/regression) -->
|
|
109
|
-
<path d="M700,380 Q760,300 880,200" fill="none" stroke="#34d399" stroke-width="1" opacity="0.25" marker-end="url(#arrowUp)"/>
|
|
110
|
-
<path d="M1040,200 Q1160,300 1220,380" fill="none" stroke="#fb7185" stroke-width="1" opacity="0.25" marker-end="url(#arrowDown)"/>
|
|
111
|
-
|
|
112
|
-
<!-- Merit/Demerit indicators -->
|
|
113
|
-
<text x="750" y="300" fill="#34d399" opacity="0.3" font-size="10" font-family="monospace" transform="rotate(-30,750,300)">+ Merit</text>
|
|
114
|
-
<text x="1150" y="300" fill="#fb7185" opacity="0.3" font-size="10" font-family="monospace" transform="rotate(30,1150,300)">- Demerit</text>
|
|
115
|
-
|
|
116
|
-
<!-- Evidence sources around wheel -->
|
|
117
|
-
<g id="evidenceSources">
|
|
118
|
-
<text x="200" y="500" fill="#fb7185" opacity="0.3" font-size="10" font-family="monospace">SSL ✓</text>
|
|
119
|
-
<text x="200" y="520" fill="#e11d48" opacity="0.25" font-size="9" font-family="monospace">Certificate</text>
|
|
120
|
-
|
|
121
|
-
<text x="200" y="580" fill="#fb7185" opacity="0.3" font-size="10" font-family="monospace">DOKO ✓</text>
|
|
122
|
-
<text x="200" y="600" fill="#e11d48" opacity="0.25" font-size="9" font-family="monospace">Identity</text>
|
|
123
|
-
|
|
124
|
-
<text x="1650" y="500" fill="#fb7185" opacity="0.3" font-size="10" font-family="monospace">Mesh ✓</text>
|
|
125
|
-
<text x="1650" y="520" fill="#e11d48" opacity="0.25" font-size="9" font-family="monospace">Quorum</text>
|
|
126
|
-
|
|
127
|
-
<text x="1650" y="580" fill="#fb7185" opacity="0.3" font-size="10" font-family="monospace">Time ✓</text>
|
|
128
|
-
<text x="1650" y="600" fill="#e11d48" opacity="0.25" font-size="9" font-family="monospace">Consistency</text>
|
|
129
|
-
</g>
|
|
130
|
-
|
|
131
|
-
<!-- KARMA label -->
|
|
132
|
-
<text x="960" y="110" fill="#e11d48" opacity="0.5" font-size="24" font-family="monospace" text-anchor="middle">KARMA</text>
|
|
133
|
-
<text x="960" y="135" fill="#be123c" opacity="0.35" font-size="12" font-family="monospace" text-anchor="middle">Kinetic Assessment of Reputation & Merit Accumulation</text>
|
|
134
|
-
|
|
135
|
-
<!-- Ground -->
|
|
136
|
-
<polygon points="0,920 350,890 700,950 1050,900 1400,960 1700,910 1920,970 1920,1080 0,1080" fill="#101a16" opacity="0.75"/>
|
|
137
|
-
</svg>
|