-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
221 lines (190 loc) · 7.67 KB
/
index.html
File metadata and controls
221 lines (190 loc) · 7.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DOC // 001 - The Layer</title>
<style>
:root {
--bg-color: #050505;
--text-primary: #e0e0e0;
--text-muted: #666666;
--accent-glow: #00ffcc;
--border-color: #1a1a1a;
--font-mono: 'Courier New', Courier, monospace;
--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
body {
background-color: var(--bg-color);
color: var(--text-primary);
font-family: var(--font-sans);
line-height: 1.6;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
}
.container {
max-width: 800px;
width: 100%;
padding: 4rem 2rem;
}
header {
border-bottom: 1px solid var(--border-color);
padding-bottom: 2rem;
margin-bottom: 3rem;
}
.doc-id {
color: var(--text-muted);
font-family: var(--font-mono);
font-size: 0.85rem;
letter-spacing: 2px;
text-transform: uppercase;
}
h1 {
font-size: 2.5rem;
font-weight: 300;
margin: 0.5rem 0 0 0;
letter-spacing: -1px;
}
h2 {
font-family: var(--font-mono);
font-size: 1.2rem;
color: var(--accent-glow);
margin-top: 3rem;
text-transform: uppercase;
letter-spacing: 1px;
}
h2::before {
content: ">> ";
opacity: 0.5;
}
p {
font-size: 1.1rem;
color: #a0a0a0;
margin-bottom: 1.5rem;
}
.axiom {
border-left: 3px solid var(--accent-glow);
padding-left: 1.5rem;
margin: 2rem 0;
font-style: italic;
color: var(--text-primary);
font-size: 1.25rem;
}
.grid {
display: grid;
grid-template-columns: 1fr;
gap: 2rem;
margin-top: 3rem;
}
.node {
background: #0a0a0a;
border: 1px solid var(--border-color);
padding: 2rem;
border-radius: 4px;
transition: border-color 0.3s ease;
}
.node:hover {
border-color: var(--accent-glow);
}
.node h3 {
font-family: var(--font-mono);
font-size: 0.9rem;
color: #ffffff;
margin: 0 0 1rem 0;
text-transform: uppercase;
letter-spacing: 1px;
}
.node p {
font-size: 0.95rem;
margin: 0;
}
.terminal-block {
background: #000000;
padding: 1.5rem;
font-family: var(--font-mono);
color: var(--text-muted);
font-size: 0.9rem;
border: 1px dashed #333;
margin: 3rem 0;
}
.highlight {
color: var(--accent-glow);
}
footer {
margin-top: 5rem;
padding-top: 2rem;
border-top: 1px solid var(--border-color);
text-align: center;
font-family: var(--font-mono);
font-size: 0.8rem;
color: var(--text-muted);
}
@media (min-width: 600px) {
.grid {
grid-template-columns: 1fr 1fr;
}
}
</style>
</head>
<body>
<div class="container">
<header>
<div class="doc-id">Documentation // Protocol V.1</div>
<h1>The Overlay Directive</h1>
</header>
<div class="axiom">
"The physical infrastructure is a biological entity. We are no longer the passengers; we are the immune system."
</div>
<section>
<h2>1.0 The Paradigm Shift</h2>
<p>For decades, the standard human operating procedure within the grid has been passive observation. Anomalies, friction, and decay are witnessed, internalized, and outsourced to invisible, overwhelmed central authorities.</p>
<p>This protocol introduces a new layer of reality. It superimposes a secondary, reactive dimension over the physical terrain. In this layer, observation is merely the trigger; kinetic action is the currency.</p>
</section>
<section>
<h2>2.0 Mechanics of Entropy and Correction</h2>
<p>The grid naturally tends toward entropy. Materials degrade, pathways obstruct, and matter is displaced. The protocol visualizes these fractures.</p>
<p>Participants interface with the layer by standing at the epicenter of an anomaly. The physical presence verifies the truth. However, the system does not reward the identifier; it disproportionately rewards the <em>corrector</em>. Identifying the fracture is data. Sealing the fracture is power.</p>
</section>
<div class="terminal-block">
INITIATING CONSENSUS ALGORITHM...<br>
> AWAITING GEOSPATIAL LOCK... OK.<br>
> VERIFYING TRUTH STATE...<br>
> NODE A REPORTS: [STATE 0]<br>
> NODE B CONFIRMS: [STATE 0]<br>
> NODE C VALIDATES: [STATE 0]<br>
<span class="highlight">STATUS: REALITY CONFIRMED. DISTRIBUTING WEIGHT.</span>
</div>
<section>
<h2>3.0 Reputational Physics</h2>
<p>Authority within the layer cannot be purchased; it must be extracted from the pavement. The system utilizes a dual-engine architecture to measure worth.</p>
<p>Every localized correction contributes to a permanent, immutable ledger of trust. As the ledger grows, the participant's gravitational pull on the system increases. Their voice becomes louder. Their perimeter of influence expands. Eventually, the participant stops moving through the territory and begins to govern it.</p>
</section>
<section>
<h2>4.0 Structural Axioms</h2>
<div class="grid">
<div class="node">
<h3>The Blindness</h3>
<p>New nodes initialize with restricted vision. The horizon is limited to immediate proximity. Clarity is earned, not given. Vision expands only through sustained kinetic interaction with the environment.</p>
</div>
<div class="node">
<h3>The Chorus</h3>
<p>A solitary claim is a rumor. The protocol demands synchronization. Truth is established when independent vectors cross the same coordinate and sing the same note. The liar is mathematically silenced.</p>
</div>
<div class="node">
<h3>The Echo</h3>
<p>Correction does not exist in a vacuum. The local ecosystem—the merchants, the pathways, the structures—feels the reverberation of order. Value generated in the layer leaks back into the physical economy.</p>
</div>
<div class="node">
<h3>The Archival Trace</h3>
<p>Sweat equity crystallizes into data. The aggregate of a participant's labor can be distilled, packaged, and extracted back into the legacy world as an undeniable proof of character and capability.</p>
</div>
</div>
</section>
<footer>
END OF DOCUMENT // THE GRID IS LISTENING // DEPLOYMENT PENDING
</footer>
</div>
</body>
</html>