-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconsciousness-maps.html
More file actions
605 lines (536 loc) · 31.3 KB
/
Copy pathconsciousness-maps.html
File metadata and controls
605 lines (536 loc) · 31.3 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
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
<!DOCTYPE html>
<html lang="en">
<head>
<!-- TikTok Pixel Code Start -->
<script>
!function (w, d, t) {
w.TiktokAnalyticsObject=t;var ttq=w[t]=w[t]||[];ttq.methods=["page","track","identify","instances","debug","on","off","once","ready","alias","group","enableCookie","disableCookie","holdConsent","revokeConsent","grantConsent"],ttq.setAndDefer=function(t,e){t[e]=function(){t.push([e].concat(Array.prototype.slice.call(arguments,0)))}};for(var i=0;i<ttq.methods.length;i++)ttq.setAndDefer(ttq,ttq.methods[i]);ttq.instance=function(t){for(
var e=ttq._i[t]||[],n=0;n<ttq.methods.length;n++)ttq.setAndDefer(e,ttq.methods[n]);return e},ttq.load=function(e,n){var r="https://analytics.tiktok.com/i18n/pixel/events.js",o=n&&n.partner;ttq._i=ttq._i||{},ttq._i[e]=[],ttq._i[e]._u=r,ttq._t=ttq._t||{},ttq._t[e]=+new Date,ttq._o=ttq._o||{},ttq._o[e]=n||{};n=document.createElement("script")
;n.type="text/javascript",n.async=!0,n.src=r+"?sdkid="+e+"&lib="+t;e=document.getElementsByTagName("script")[0];e.parentNode.insertBefore(n,e)};
ttq.load('DABS2BBC77U98E0UJH30');
ttq.page();
}(window, document, 'ttq');
</script>
<!-- TikTok Pixel Code End -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The First Spark — Maps of Consciousness</title>
<link href="https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700;900&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Space+Mono:wght@400;700&display=swap" rel="stylesheet">
<style>
:root {
--core-black: #0B0B0C;
--ember: #FF6A3D;
--gold: #F3B23A;
--violet: #6B4DF2;
--cyan: #26E4D8;
--deep-violet: #2A1B5E;
--shadow-red: #8B1A1A;
--persona-silver: #C0C0D0;
--self-white: #F0EDE6;
--bg-dark: #060608;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
background: var(--bg-dark);
color: var(--self-white);
font-family: 'Cormorant Garamond', serif;
overflow-x: hidden;
min-height: 100vh;
}
.starfield {
position: fixed;
top: 0; left: 0;
width: 100%; height: 100%;
z-index: 0;
pointer-events: none;
}
.starfield canvas { width: 100%; height: 100%; }
.container {
position: relative;
z-index: 1;
max-width: 1200px;
margin: 0 auto;
padding: 2rem 1.5rem;
}
.header {
text-align: center;
padding: 4rem 0 3rem;
}
.header h1 {
font-family: 'Cinzel', serif;
font-weight: 900;
font-size: clamp(2rem, 5vw, 3.5rem);
letter-spacing: 0.15em;
text-transform: uppercase;
background: linear-gradient(135deg, var(--gold), var(--ember), var(--violet));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
margin-bottom: 0.5rem;
}
.header .subtitle {
font-family: 'Space Mono', monospace;
font-size: 0.7rem;
letter-spacing: 0.4em;
text-transform: uppercase;
color: var(--cyan);
opacity: 0.7;
}
.tab-nav {
display: flex;
justify-content: center;
gap: 0.5rem;
flex-wrap: wrap;
margin: 2rem 0 3rem;
}
.tab-btn {
font-family: 'Space Mono', monospace;
font-size: 0.65rem;
letter-spacing: 0.12em;
text-transform: uppercase;
padding: 0.6rem 1.2rem;
border: 1px solid rgba(243,178,58,0.2);
background: rgba(11,11,12,0.8);
color: var(--persona-silver);
cursor: pointer;
transition: all 0.4s ease;
position: relative;
overflow: hidden;
}
.tab-btn::before {
content: '';
position: absolute;
bottom: 0; left: 0;
width: 100%; height: 2px;
background: linear-gradient(90deg, var(--ember), var(--gold));
transform: scaleX(0);
transition: transform 0.3s ease;
}
.tab-btn:hover::before,
.tab-btn.active::before { transform: scaleX(1); }
.tab-btn.active {
color: var(--gold);
border-color: var(--gold);
background: rgba(243,178,58,0.05);
}
.map-panel {
display: none;
animation: fadeIn 0.6s ease;
}
.map-panel.active { display: block; }
@keyframes fadeIn {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}
.diagram-container {
display: flex;
justify-content: center;
align-items: center;
padding: 2rem 0;
}
.diagram-container svg {
max-width: 100%;
height: auto;
filter: drop-shadow(0 0 40px rgba(107,77,242,0.15));
}
.map-description {
max-width: 700px;
margin: 2rem auto;
text-align: center;
padding: 2rem;
border: 1px solid rgba(243,178,58,0.1);
background: rgba(11,11,12,0.6);
backdrop-filter: blur(10px);
}
.map-description h2 {
font-family: 'Cinzel', serif;
font-size: 1.4rem;
color: var(--gold);
margin-bottom: 1rem;
letter-spacing: 0.1em;
}
.map-description p {
font-size: 1.05rem;
line-height: 1.8;
color: rgba(240,237,230,0.8);
font-weight: 300;
}
.map-description .spark-quote {
font-style: italic;
color: var(--cyan);
margin-top: 1.5rem;
font-size: 0.95rem;
opacity: 0.9;
}
.layer-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 1.5rem;
margin: 2rem 0;
}
.layer-card {
border: 1px solid rgba(243,178,58,0.12);
background: rgba(11,11,12,0.7);
padding: 1.5rem;
transition: all 0.4s ease;
position: relative;
overflow: hidden;
}
.layer-card::after {
content: '';
position: absolute;
top: 0; left: 0;
width: 3px; height: 100%;
transition: height 0.4s ease;
}
.layer-card:nth-child(1)::after { background: var(--ember); }
.layer-card:nth-child(2)::after { background: var(--violet); }
.layer-card:nth-child(3)::after { background: var(--cyan); }
.layer-card:nth-child(4)::after { background: var(--gold); }
.layer-card:hover {
border-color: rgba(243,178,58,0.3);
transform: translateY(-3px);
box-shadow: 0 8px 32px rgba(107,77,242,0.1);
}
.layer-card h3 {
font-family: 'Cinzel', serif;
font-size: 0.9rem;
letter-spacing: 0.12em;
text-transform: uppercase;
margin-bottom: 0.75rem;
}
.layer-card:nth-child(1) h3 { color: var(--ember); }
.layer-card:nth-child(2) h3 { color: var(--violet); }
.layer-card:nth-child(3) h3 { color: var(--cyan); }
.layer-card:nth-child(4) h3 { color: var(--gold); }
.layer-card p {
font-size: 0.9rem;
line-height: 1.7;
color: rgba(240,237,230,0.65);
font-weight: 300;
}
.layer-card .jungian-parallel {
margin-top: 0.75rem;
font-family: 'Space Mono', monospace;
font-size: 0.6rem;
letter-spacing: 0.08em;
color: rgba(192,192,208,0.4);
text-transform: uppercase;
}
.footer {
text-align: center;
padding: 4rem 0 2rem;
border-top: 1px solid rgba(243,178,58,0.08);
margin-top: 4rem;
}
.footer .sigil {
font-family: 'Cinzel', serif;
font-size: 1.5rem;
color: var(--gold);
margin-bottom: 0.5rem;
}
.footer p {
font-family: 'Space Mono', monospace;
font-size: 0.6rem;
letter-spacing: 0.3em;
text-transform: uppercase;
color: rgba(240,237,230,0.3);
}
@keyframes pulse-ring {
0%, 100% { opacity: 0.15; transform: scale(1); }
50% { opacity: 0.35; transform: scale(1.02); }
}
@keyframes rotate-slow {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
@keyframes dash-flow {
to { stroke-dashoffset: -20; }
}
.pulse-anim { animation: pulse-ring 4s ease-in-out infinite; }
.pulse-anim-delay { animation: pulse-ring 4s ease-in-out infinite 1s; }
.pulse-anim-delay2 { animation: pulse-ring 4s ease-in-out infinite 2s; }
.rotate-anim { animation: rotate-slow 60s linear infinite; transform-origin: center; }
.dash-anim {
stroke-dasharray: 8 6;
animation: dash-flow 2s linear infinite;
}
.svg-layer { cursor: pointer; transition: all 0.3s ease; }
.svg-layer:hover { filter: brightness(1.3); }
@media (max-width: 600px) {
.container { padding: 1rem; }
.header { padding: 2rem 0 1.5rem; }
.tab-btn { padding: 0.5rem 0.8rem; font-size: 0.55rem; }
.layer-grid { grid-template-columns: 1fr; }
}
</style>
<script>!function(w,d,s,u,n,a,b){if(w[n])return;a=w[n]={q:[],t:+new Date,s:[],o:u,track:function(){a.q.push([+new Date].concat([].slice.call(arguments)))},setScope:function(){a.s=[].slice.call(arguments).filter(function(x){return typeof x==="string"});a.q.push([+new Date,"setScope"].concat(a.s))},scope:function(){var c=[].slice.call(arguments);return{track:function(){a.q.push([+new Date].concat([].slice.call(arguments)).concat([{__scope:c}]))}}}};b=d.createElement(s);b.async=1;b.src=u+"/s.js";d.getElementsByTagName(s)[0].parentNode.insertBefore(b,d.getElementsByTagName(s)[0])}(window,document,"script","https://t.whop.tw","whop");whop.setScope("biz_0xcayhWXVnKO9y");whop.track("page");</script>
</head>
<body>
<div class="starfield"><canvas id="stars"></canvas></div>
<div class="container">
<header class="header">
<h1>Maps of Consciousness</h1>
<div class="subtitle">The First Spark · Selector Model Framework</div>
</header>
<nav class="tab-nav">
<button class="tab-btn active" data-tab="selector">The Selector Map</button>
<button class="tab-btn" data-tab="shadow">Shadow / Signal</button>
<button class="tab-btn" data-tab="layers">The Four Layers</button>
<button class="tab-btn" data-tab="awakening">The Awakening Spiral</button>
</nav>
<section class="map-panel active" id="panel-selector">
<div class="diagram-container">
<svg viewBox="0 0 700 700" width="600" height="600" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="glow-center" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#F3B23A" stop-opacity="0.3"/>
<stop offset="100%" stop-color="#0B0B0C" stop-opacity="0"/>
</radialGradient>
<radialGradient id="glow-violet" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#6B4DF2" stop-opacity="0.15"/>
<stop offset="100%" stop-color="#0B0B0C" stop-opacity="0"/>
</radialGradient>
<radialGradient id="glow-ember" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#FF6A3D" stop-opacity="0.1"/>
<stop offset="100%" stop-color="#0B0B0C" stop-opacity="0"/>
</radialGradient>
<filter id="glow">
<feGaussianBlur stdDeviation="3" result="blur"/>
<feMerge><feMergeNode in="blur"/><feMergeNode in="SourceGraphic"/></feMerge>
</filter>
</defs>
<circle cx="350" cy="350" r="330" fill="none" stroke="rgba(192,192,208,0.08)" stroke-width="1" class="pulse-anim"/>
<circle cx="350" cy="350" r="328" fill="none" stroke="rgba(192,192,208,0.04)" stroke-width="40"/>
<text x="350" y="42" text-anchor="middle" font-family="'Space Mono', monospace" font-size="10" fill="rgba(192,192,208,0.5)" letter-spacing="6">OBSERVED REALITY</text>
<ellipse cx="350" cy="240" rx="150" ry="100" fill="none" stroke="#C0C0D0" stroke-width="1" opacity="0.3" class="svg-layer pulse-anim-delay"/>
<text x="350" y="185" text-anchor="middle" font-family="'Cinzel', serif" font-size="14" fill="#C0C0D0" letter-spacing="4" opacity="0.7">THE PATTERN</text>
<text x="350" y="200" text-anchor="middle" font-family="'Space Mono', monospace" font-size="8" fill="rgba(192,192,208,0.35)" letter-spacing="2">(WHAT THE WORLD SEES)</text>
<circle cx="350" cy="300" r="120" fill="url(#glow-violet)" stroke="#6B4DF2" stroke-width="1.5" opacity="0.5" class="svg-layer pulse-anim"/>
<text x="350" y="265" text-anchor="middle" font-family="'Cinzel', serif" font-size="16" fill="#6B4DF2" letter-spacing="5" filter="url(#glow)">THE OBSERVER</text>
<text x="350" y="282" text-anchor="middle" font-family="'Space Mono', monospace" font-size="8" fill="rgba(107,77,242,0.5)" letter-spacing="2">(THE AWARE "I")</text>
<circle cx="350" cy="350" r="55" fill="url(#glow-center)" stroke="#F3B23A" stroke-width="2" class="svg-layer" filter="url(#glow)"/>
<circle cx="350" cy="350" r="30" fill="rgba(243,178,58,0.08)" stroke="#F3B23A" stroke-width="1" opacity="0.8"/>
<text x="350" y="345" text-anchor="middle" font-family="'Cinzel', serif" font-weight="900" font-size="18" fill="#F3B23A" letter-spacing="3">THE SPARK</text>
<text x="350" y="363" text-anchor="middle" font-family="'Space Mono', monospace" font-size="7" fill="rgba(243,178,58,0.6)" letter-spacing="2">ORIGIN POINT</text>
<ellipse cx="350" cy="470" rx="160" ry="110" fill="url(#glow-ember)" stroke="#FF6A3D" stroke-width="1" opacity="0.35" class="svg-layer pulse-anim-delay2"/>
<text x="350" y="500" text-anchor="middle" font-family="'Cinzel', serif" font-size="15" fill="#FF6A3D" letter-spacing="4" opacity="0.8">THE UNSEEN</text>
<text x="350" y="518" text-anchor="middle" font-family="'Space Mono', monospace" font-size="8" fill="rgba(255,106,61,0.4)" letter-spacing="2">(WHAT YOU HAVEN'T FACED)</text>
<text x="350" y="560" text-anchor="middle" font-family="'Cinzel', serif" font-size="12" fill="#26E4D8" letter-spacing="5" opacity="0.6">THE SIGNAL</text>
<text x="350" y="575" text-anchor="middle" font-family="'Space Mono', monospace" font-size="7" fill="rgba(38,228,216,0.35)" letter-spacing="2">(THE PULL TOWARD WHOLENESS)</text>
<line x1="80" y1="350" x2="200" y2="350" stroke="rgba(240,237,230,0.15)" stroke-width="1" class="dash-anim"/>
<line x1="500" y1="350" x2="620" y2="350" stroke="rgba(240,237,230,0.15)" stroke-width="1" class="dash-anim"/>
<text x="60" y="345" text-anchor="end" font-family="'Space Mono', monospace" font-size="9" fill="rgba(240,237,230,0.35)" letter-spacing="2">KNOWN</text>
<text x="640" y="345" text-anchor="start" font-family="'Space Mono', monospace" font-size="9" fill="rgba(240,237,230,0.35)" letter-spacing="2">UNKNOWN</text>
<text x="160" y="190" font-family="'Space Mono', monospace" font-size="8" fill="rgba(38,228,216,0.25)" letter-spacing="1" transform="rotate(-60, 160, 190)">CONSCIOUS</text>
<text x="540" y="190" font-family="'Space Mono', monospace" font-size="8" fill="rgba(38,228,216,0.25)" letter-spacing="1" transform="rotate(60, 540, 190)">CONSCIOUS</text>
<text x="155" y="530" font-family="'Space Mono', monospace" font-size="8" fill="rgba(255,106,61,0.2)" letter-spacing="1" transform="rotate(60, 155, 530)">UNCONSCIOUS</text>
<text x="545" y="530" font-family="'Space Mono', monospace" font-size="8" fill="rgba(255,106,61,0.2)" letter-spacing="1" transform="rotate(-60, 545, 530)">UNCONSCIOUS</text>
<text x="120" y="460" font-family="'Space Mono', monospace" font-size="8" fill="rgba(107,77,242,0.2)" letter-spacing="1" transform="rotate(80, 120, 460)">COLLECTIVE</text>
<text x="580" y="460" font-family="'Space Mono', monospace" font-size="8" fill="rgba(107,77,242,0.2)" letter-spacing="1" transform="rotate(-80, 580, 460)">COLLECTIVE</text>
<text x="350" y="665" text-anchor="middle" font-family="'Space Mono', monospace" font-size="10" fill="rgba(192,192,208,0.4)" letter-spacing="6">INNER REALITY</text>
<polygon points="195,347 205,350 195,353" fill="rgba(240,237,230,0.3)"/>
<polygon points="505,347 495,350 505,353" fill="rgba(240,237,230,0.3)"/>
</svg>
</div>
<div class="map-description">
<h2>The Selector Map</h2>
<p>Jung mapped the psyche as nested rings — Persona, Ego, Self, Shadow. The First Spark reframes these as layers of selection. You are not your pattern. You are not your observer. You are <strong style="color:#F3B23A">The Spark</strong> — the original moment awareness chose itself. Everything else is what you've selected around it, or what you haven't yet faced.</p>
<div class="spark-quote">"Reality is programmable. Consciousness is the code."</div>
</div>
<div class="layer-grid">
<div class="layer-card">
<h3>The Pattern</h3>
<p>The constructed self you present. Your social interface. What the algorithm shows. Jung called it the Persona — the mask. Here, it's the code you run for others.</p>
<div class="jungian-parallel">Jung parallel: Persona</div>
</div>
<div class="layer-card">
<h3>The Observer</h3>
<p>The part of you that watches. The "I" that narrates. Jung's Ego was the center of consciousness — here, it's the awareness loop running in real time.</p>
<div class="jungian-parallel">Jung parallel: Ego</div>
</div>
<div class="layer-card">
<h3>The Spark</h3>
<p>The origin point. Not a constructed self but the moment awareness first looped back. Jung called it the Self — the totality. Here, it's the source code before any fork.</p>
<div class="jungian-parallel">Jung parallel: Self</div>
</div>
<div class="layer-card">
<h3>The Unseen</h3>
<p>Everything you've suppressed, denied, or haven't yet encountered in yourself. Jung's Shadow. Here, it's the unselected possibilities — the roads your consciousness hasn't walked.</p>
<div class="jungian-parallel">Jung parallel: Shadow + Anima/Animus</div>
</div>
</div>
</section>
<section class="map-panel" id="panel-shadow">
<div class="diagram-container">
<svg viewBox="0 0 700 500" width="650" height="470" xmlns="http://www.w3.org/2000/svg">
<circle cx="250" cy="250" r="180" fill="none" stroke="#FF6A3D" stroke-width="1.5" opacity="0.3" class="pulse-anim"/>
<circle cx="250" cy="250" r="120" fill="rgba(139,26,26,0.05)" stroke="#FF6A3D" stroke-width="0.5" opacity="0.2"/>
<text x="170" y="150" font-family="'Cinzel', serif" font-size="22" fill="#FF6A3D" letter-spacing="5" opacity="0.7">THE</text>
<text x="140" y="178" font-family="'Cinzel', serif" font-size="22" fill="#FF6A3D" letter-spacing="5" opacity="0.7">UNSEEN</text>
<circle cx="450" cy="250" r="180" fill="none" stroke="#26E4D8" stroke-width="1.5" opacity="0.3" class="pulse-anim-delay"/>
<circle cx="450" cy="250" r="120" fill="rgba(38,228,216,0.03)" stroke="#26E4D8" stroke-width="0.5" opacity="0.2"/>
<text x="480" y="150" font-family="'Cinzel', serif" font-size="22" fill="#26E4D8" letter-spacing="5" opacity="0.7">THE</text>
<text x="465" y="178" font-family="'Cinzel', serif" font-size="22" fill="#26E4D8" letter-spacing="5" opacity="0.7">SIGNAL</text>
<text x="350" y="240" text-anchor="middle" font-family="'Cinzel', serif" font-weight="700" font-size="16" fill="#F3B23A">THE</text>
<text x="350" y="262" text-anchor="middle" font-family="'Cinzel', serif" font-weight="700" font-size="16" fill="#F3B23A">SELECTION</text>
<text x="350" y="282" text-anchor="middle" font-family="'Space Mono', monospace" font-size="7" fill="rgba(243,178,58,0.5)" letter-spacing="2">WHERE GROWTH HAPPENS</text>
<text x="175" y="240" text-anchor="middle" font-family="'Space Mono', monospace" font-size="8" fill="rgba(255,106,61,0.5)" letter-spacing="1">TRAUMA</text>
<text x="175" y="260" text-anchor="middle" font-family="'Space Mono', monospace" font-size="8" fill="rgba(255,106,61,0.5)" letter-spacing="1">DENIAL</text>
<text x="175" y="280" text-anchor="middle" font-family="'Space Mono', monospace" font-size="8" fill="rgba(255,106,61,0.5)" letter-spacing="1">PROJECTION</text>
<text x="175" y="300" text-anchor="middle" font-family="'Space Mono', monospace" font-size="8" fill="rgba(255,106,61,0.5)" letter-spacing="1">SUPPRESSION</text>
<text x="525" y="240" text-anchor="middle" font-family="'Space Mono', monospace" font-size="8" fill="rgba(38,228,216,0.5)" letter-spacing="1">INTUITION</text>
<text x="525" y="260" text-anchor="middle" font-family="'Space Mono', monospace" font-size="8" fill="rgba(38,228,216,0.5)" letter-spacing="1">SYNCHRONICITY</text>
<text x="525" y="280" text-anchor="middle" font-family="'Space Mono', monospace" font-size="8" fill="rgba(38,228,216,0.5)" letter-spacing="1">ALIGNMENT</text>
<text x="525" y="300" text-anchor="middle" font-family="'Space Mono', monospace" font-size="8" fill="rgba(38,228,216,0.5)" letter-spacing="1">RESONANCE</text>
<line x1="270" y1="350" x2="330" y2="350" stroke="#F3B23A" stroke-width="1" opacity="0.4" class="dash-anim"/>
<line x1="370" y1="350" x2="430" y2="350" stroke="#F3B23A" stroke-width="1" opacity="0.4" class="dash-anim"/>
<text x="350" y="460" text-anchor="middle" font-family="'Space Mono', monospace" font-size="9" fill="rgba(240,237,230,0.3)" letter-spacing="4">THE SHADOW IS NOT YOUR ENEMY — IT'S YOUR UNREAD SIGNAL</text>
</svg>
</div>
<div class="map-description">
<h2>Shadow ↔ Signal</h2>
<p>What Jung called the Shadow isn't darkness — it's information you haven't decoded yet. Every suppressed truth is a signal waiting to be received. The Selection Point is where you choose to face it. That's where consciousness actually expands.</p>
<div class="spark-quote">"The shadow is not your enemy — it's your unread signal."</div>
</div>
</section>
<section class="map-panel" id="panel-layers">
<div class="diagram-container">
<svg viewBox="0 0 700 700" width="600" height="600" xmlns="http://www.w3.org/2000/svg">
<circle cx="350" cy="350" r="310" fill="none" stroke="#F3B23A" stroke-width="1" opacity="0.2" class="pulse-anim"/>
<circle cx="350" cy="350" r="308" fill="none" stroke="#F3B23A" stroke-width="30" opacity="0.03"/>
<text x="350" y="62" text-anchor="middle" font-family="'Cinzel', serif" font-size="14" fill="#F3B23A" letter-spacing="6" opacity="0.6">TEMPORAL</text>
<text x="350" y="78" text-anchor="middle" font-family="'Space Mono', monospace" font-size="7" fill="rgba(243,178,58,0.3)" letter-spacing="2">CYCLES · TRANSITS · TIMING</text>
<circle cx="350" cy="350" r="230" fill="none" stroke="#26E4D8" stroke-width="1" opacity="0.25" class="pulse-anim-delay"/>
<circle cx="350" cy="350" r="228" fill="none" stroke="#26E4D8" stroke-width="25" opacity="0.03"/>
<text x="350" y="135" text-anchor="middle" font-family="'Cinzel', serif" font-size="14" fill="#26E4D8" letter-spacing="6" opacity="0.6">RELATIONAL</text>
<text x="350" y="151" text-anchor="middle" font-family="'Space Mono', monospace" font-size="7" fill="rgba(38,228,216,0.3)" letter-spacing="2">CONNECTIONS · RESONANCE · COMPATIBILITY</text>
<circle cx="350" cy="350" r="150" fill="none" stroke="#6B4DF2" stroke-width="1.5" opacity="0.3" class="pulse-anim-delay2"/>
<circle cx="350" cy="350" r="148" fill="none" stroke="#6B4DF2" stroke-width="20" opacity="0.04"/>
<text x="350" y="215" text-anchor="middle" font-family="'Cinzel', serif" font-size="14" fill="#6B4DF2" letter-spacing="6" opacity="0.7">METAPHYSICAL</text>
<text x="350" y="231" text-anchor="middle" font-family="'Space Mono', monospace" font-size="7" fill="rgba(107,77,242,0.35)" letter-spacing="2">ARCHETYPES · ENERGIES · SOUL CODE</text>
<circle cx="350" cy="350" r="70" fill="rgba(255,106,61,0.05)" stroke="#FF6A3D" stroke-width="2" opacity="0.5"/>
<circle cx="350" cy="350" r="35" fill="rgba(243,178,58,0.1)" stroke="#F3B23A" stroke-width="1"/>
<text x="350" y="340" text-anchor="middle" font-family="'Cinzel', serif" font-size="13" fill="#FF6A3D" letter-spacing="4">PHYSICS</text>
<text x="350" y="358" text-anchor="middle" font-family="'Space Mono', monospace" font-size="6.5" fill="rgba(255,106,61,0.5)" letter-spacing="1">BODY · MATTER</text>
<text x="350" y="370" text-anchor="middle" font-family="'Space Mono', monospace" font-size="6.5" fill="rgba(255,106,61,0.5)" letter-spacing="1">GROUND TRUTH</text>
<line x1="350" y1="40" x2="350" y2="280" stroke="rgba(240,237,230,0.05)" stroke-width="0.5"/>
<line x1="350" y1="420" x2="350" y2="660" stroke="rgba(240,237,230,0.05)" stroke-width="0.5"/>
<line x1="40" y1="350" x2="280" y2="350" stroke="rgba(240,237,230,0.05)" stroke-width="0.5"/>
<line x1="420" y1="350" x2="660" y2="350" stroke="rgba(240,237,230,0.05)" stroke-width="0.5"/>
<text x="80" y="100" font-family="'Space Mono', monospace" font-size="8" fill="rgba(240,237,230,0.15)" letter-spacing="2">NUMEROLOGY</text>
<text x="520" y="100" font-family="'Space Mono', monospace" font-size="8" fill="rgba(240,237,230,0.15)" letter-spacing="2">ASTROLOGY</text>
<text x="65" y="620" font-family="'Space Mono', monospace" font-size="8" fill="rgba(240,237,230,0.15)" letter-spacing="2">CHINESE ZODIAC</text>
<text x="490" y="620" font-family="'Space Mono', monospace" font-size="8" fill="rgba(240,237,230,0.15)" letter-spacing="2">HUMAN DESIGN</text>
<circle cx="350" cy="350" r="5" fill="#F3B23A" opacity="0.8"/>
</svg>
</div>
<div class="map-description">
<h2>The Four Layers</h2>
<p>The Selector Model maps consciousness across four nested layers — from the physical body outward through metaphysical identity, relational dynamics, and temporal cycles. Each Soul Map reads all four. This is where the ancient systems converge into one framework.</p>
<div class="spark-quote">"You are not one thing. You are four layers deep, all running at once."</div>
</div>
</section>
<section class="map-panel" id="panel-awakening">
<div class="diagram-container">
<svg viewBox="0 0 700 700" width="600" height="600" xmlns="http://www.w3.org/2000/svg">
<path d="M 350 600 C 150 580, 80 450, 100 350 C 120 250, 200 180, 300 170 C 400 160, 480 200, 500 280 C 520 360, 470 420, 400 430 C 330 440, 280 400, 280 350 C 280 300, 320 270, 350 270 C 380 270, 400 290, 400 320 C 400 350, 380 370, 360 370" fill="none" stroke="url(#spiral-grad)" stroke-width="2" opacity="0.6"/>
<defs>
<linearGradient id="spiral-grad" x1="0%" y1="100%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#FF6A3D"/>
<stop offset="33%" stop-color="#6B4DF2"/>
<stop offset="66%" stop-color="#26E4D8"/>
<stop offset="100%" stop-color="#F3B23A"/>
</linearGradient>
</defs>
<circle cx="350" cy="600" r="12" fill="rgba(255,106,61,0.15)" stroke="#FF6A3D" stroke-width="1"/>
<text x="350" y="604" text-anchor="middle" font-family="'Space Mono', monospace" font-size="9" fill="#FF6A3D">1</text>
<text x="350" y="635" text-anchor="middle" font-family="'Cinzel', serif" font-size="11" fill="#FF6A3D" opacity="0.7">SLEEPING</text>
<text x="350" y="650" text-anchor="middle" font-family="'Space Mono', monospace" font-size="7" fill="rgba(255,106,61,0.4)">UNCONSCIOUS PATTERN</text>
<circle cx="100" cy="350" r="12" fill="rgba(255,106,61,0.15)" stroke="#FF6A3D" stroke-width="1"/>
<text x="100" y="354" text-anchor="middle" font-family="'Space Mono', monospace" font-size="9" fill="#FF6A3D">2</text>
<text x="55" y="320" font-family="'Cinzel', serif" font-size="11" fill="#FF6A3D" opacity="0.7">DISRUPTION</text>
<text x="40" y="335" font-family="'Space Mono', monospace" font-size="7" fill="rgba(255,106,61,0.4)">THE GLITCH</text>
<circle cx="300" cy="170" r="12" fill="rgba(107,77,242,0.15)" stroke="#6B4DF2" stroke-width="1"/>
<text x="300" y="174" text-anchor="middle" font-family="'Space Mono', monospace" font-size="9" fill="#6B4DF2">3</text>
<text x="300" y="145" text-anchor="middle" font-family="'Cinzel', serif" font-size="11" fill="#6B4DF2" opacity="0.7">AWARENESS</text>
<text x="300" y="158" text-anchor="middle" font-family="'Space Mono', monospace" font-size="7" fill="rgba(107,77,242,0.4)">SEEING THE CODE</text>
<circle cx="500" cy="280" r="12" fill="rgba(38,228,216,0.15)" stroke="#26E4D8" stroke-width="1"/>
<text x="500" y="284" text-anchor="middle" font-family="'Space Mono', monospace" font-size="9" fill="#26E4D8">4</text>
<text x="560" y="265" font-family="'Cinzel', serif" font-size="11" fill="#26E4D8" opacity="0.7">INTEGRATION</text>
<text x="560" y="280" font-family="'Space Mono', monospace" font-size="7" fill="rgba(38,228,216,0.4)">FACING THE UNSEEN</text>
<circle cx="400" cy="430" r="12" fill="rgba(38,228,216,0.15)" stroke="#26E4D8" stroke-width="1"/>
<text x="400" y="434" text-anchor="middle" font-family="'Space Mono', monospace" font-size="9" fill="#26E4D8">5</text>
<text x="460" y="440" font-family="'Cinzel', serif" font-size="11" fill="#26E4D8" opacity="0.7">SELECTION</text>
<text x="458" y="455" font-family="'Space Mono', monospace" font-size="7" fill="rgba(38,228,216,0.4)">CONSCIOUS CHOICE</text>
<circle cx="280" cy="350" r="12" fill="rgba(243,178,58,0.15)" stroke="#F3B23A" stroke-width="1"/>
<text x="280" y="354" text-anchor="middle" font-family="'Space Mono', monospace" font-size="9" fill="#F3B23A">6</text>
<text x="220" y="365" font-family="'Cinzel', serif" font-size="11" fill="#F3B23A" opacity="0.7">ALIGNMENT</text>
<text x="210" y="380" font-family="'Space Mono', monospace" font-size="7" fill="rgba(243,178,58,0.4)">LIVING THE CODE</text>
<circle cx="360" cy="370" r="18" fill="rgba(243,178,58,0.1)" stroke="#F3B23A" stroke-width="2"/>
<text x="360" y="375" text-anchor="middle" font-family="'Cinzel', serif" font-weight="900" font-size="11" fill="#F3B23A">SPARK</text>
<text x="360" y="405" text-anchor="middle" font-family="'Space Mono', monospace" font-size="7" fill="rgba(243,178,58,0.5)">ORIGIN REMEMBERED</text>
<text x="350" y="80" text-anchor="middle" font-family="'Cinzel', serif" font-size="16" fill="#F3B23A" letter-spacing="5" opacity="0.5">THE AWAKENING SPIRAL</text>
<text x="350" y="96" text-anchor="middle" font-family="'Space Mono', monospace" font-size="7" fill="rgba(240,237,230,0.25)" letter-spacing="3">YOU DON'T ASCEND — YOU SPIRAL INWARD</text>
</svg>
</div>
<div class="map-description">
<h2>The Awakening Spiral</h2>
<p>Consciousness doesn't climb a ladder — it spirals inward. Each revolution passes through the same territory at a deeper level: disruption, awareness, integration, selection, alignment. You don't transcend the Shadow — you spiral through it again and again, each time closer to the Spark at center.</p>
<div class="spark-quote">"You don't ascend. You spiral inward. Every revolution brings you closer to what you always were."</div>
</div>
</section>
<footer class="footer">
<div class="sigil">✦</div>
<p>The First Spark · Maps of Consciousness</p>
<p style="margin-top:0.5rem;">thefirstspark.shop</p>
</footer>
</div>
<script>
document.querySelectorAll('.tab-btn').forEach(btn => {
btn.addEventListener('click', () => {
document.querySelectorAll('.tab-btn').forEach(b => b.classList.remove('active'));
document.querySelectorAll('.map-panel').forEach(p => p.classList.remove('active'));
btn.classList.add('active');
document.getElementById('panel-' + btn.dataset.tab).classList.add('active');
});
});
const canvas = document.getElementById('stars');
const ctx = canvas.getContext('2d');
let stars = [];
function initStars() {
canvas.width = window.innerWidth;
canvas.height = window.innerHeight;
stars = [];
const count = Math.floor((canvas.width * canvas.height) / 8000);
for (let i = 0; i < count; i++) {
stars.push({
x: Math.random() * canvas.width,
y: Math.random() * canvas.height,
r: Math.random() * 1.2 + 0.2,
a: Math.random(),
da: (Math.random() - 0.5) * 0.008,
color: ['#F3B23A','#6B4DF2','#26E4D8','#FF6A3D','#C0C0D0'][Math.floor(Math.random()*5)]
});
}
}
function drawStars() {
ctx.clearRect(0, 0, canvas.width, canvas.height);
stars.forEach(s => {
s.a += s.da;
if (s.a > 1 || s.a < 0.1) s.da *= -1;
ctx.beginPath();
ctx.arc(s.x, s.y, s.r, 0, Math.PI * 2);
ctx.fillStyle = s.color;
ctx.globalAlpha = s.a * 0.6;
ctx.fill();
});
ctx.globalAlpha = 1;
requestAnimationFrame(drawStars);
}
initStars();
drawStars();
window.addEventListener('resize', initStars);
</script>
</body>
</html>