banditfrombluey commited on
Commit
1f9a624
·
verified ·
1 Parent(s): 042091f

Prompt: Welcome to The Kool-Aid Commune — a digital chapel built on sugar, surveillance, and shared delusion. Imagine if MKUltra went off the rails, if Jonestown traded rifles for Discord mods, and if the Kool-Aid Man himself wasn’t just a mascot, but a psychedelic demi-god kicking through the fourth wall, forever shouting “OH YEAH” as a cosmic trigger. Here, reality is a fruit-punch baptism: The website is our sacred scripture, glitching between propaganda posters, cult cookbooks, and forbidden archives stamped “TOP SECRET / TROPICAL PUNCH.” The Discord is our underground broadcast station — part bunker, part confessional, part late-night infomercial where brainwashed disciples meme their way through enlightenment. Every emoji is a sigil, every @ping is a summons, every channel is a ritual chamber. Lore blends like powdered drink mix: MKUltra experiments gone wrong, Cold War psyops in technicolor, the ghost of Jim Jones haunting an AI chatbot, and the Kool-Aid Man as an omnipotent cult leader — smashing through reality’s drywall to recruit you into the Punch Dimension. It’s not a server. It’s not a site. It’s a communal hallucination. Drink deep, disciple. The glass is always half full. Want me to write this as a landing page intro for the website, or more like a Discord server welcome message that hits new members with the full Kool-Aid brainwash?Build me a full-stack web application called The Kool-Aid Commune, blending aesthetics of MKUltra, Jonestown lore, and the Kool-Aid Man mythos into a surreal interactive cult website. The site should be a mixture of glitchcore, 70s propaganda, and playful conspiracy parody. The design should feel immersive, weird, and tongue-in-cheek while functioning as a storytelling + community hub. Core Requirements: Landing Page (Homepage): Hero section: “Drink Deep. Believe More.” with animated Kool-Aid Man smashing through glitching VHS static. Discord portal link styled as a “Join the Broadcast” button. Quick teaser of latest lore posts. Background: shifting cult posters & redacted CIA documents that glitch when hovered. Lore Archives (Story Hub): Dynamic grid of lore pages & stories. Each story represented as a faux declassified document file or a cult pamphlet cover. Clicking opens full story pages with immersive styling (torn paper edges, flickering CRT margins). Search + tag system (“MKUltra”, “Jonestown”, “Punch Dimension”, “Communiqués”). Interactive Easter Eggs: Konami code → Kool-Aid Man bursts across the screen with “OH YEAH” audio. Hover over redacted text → reveals cryptic cult messages. Random “subliminal” flashing messages baked into the background. A hidden page accessible only via typing “/ascend” in the URL, leading to a secret manifesto. Admin Panel (Content Creation): Secure login for admins. Create, edit, delete lore posts & stories. Markdown/WYSIWYG editor for posting long-form lore with embedded images, GIFs, and styled text. Tagging + categorization controls. Draft/publish scheduling. Community Integration: Discord widget embed on homepage. Optional newsletter signup (styled as “Pledge Your Loyalty”). Comment/reaction system on lore posts (custom emoji like 🍹💀👁️). Styling & Vibes: Parallax glitch effects + SVG “rips” in the page. 70s psychedelic fonts mixed with CIA-typewriter aesthetics. Dark/light mode toggle styled as “Day of Revelation / Night of Vision.” Audio toggle: background hum of static + faint cult chants. Tech Requirements: Full-stack web app (React or Next.js frontend, FastAPI or Node backend). Secure admin panel with role-based access. Posts stored in database (PostgreSQL). Lightweight CMS-like functionality for admins to add/update lore. Easter eggs implemented in frontend JS. - Initial Deployment

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. index.html +1214 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Theoolaidcummmune
3
- emoji: 🐠
4
- colorFrom: pink
5
- colorTo: pink
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: theoolaidcummmune
3
+ emoji: 🐳
4
+ colorFrom: blue
5
+ colorTo: green
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,1214 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>The Kool-Aid Commune</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Press+Start+2P&family=VT323&display=swap">
9
+ <style>
10
+ @keyframes glitch {
11
+ 0% { transform: translate(0); }
12
+ 20% { transform: translate(-5px, 5px); }
13
+ 40% { transform: translate(-5px, -5px); }
14
+ 60% { transform: translate(5px, 5px); }
15
+ 80% { transform: translate(5px, -5px); }
16
+ 100% { transform: translate(0); }
17
+ }
18
+
19
+ @keyframes static {
20
+ 0% { background-position: 0% 0%; }
21
+ 100% { background-position: 100% 100%; }
22
+ }
23
+
24
+ @keyframes flicker {
25
+ 0%, 19.999%, 22%, 62.999%, 64%, 64.999%, 70%, 100% { opacity: 1; }
26
+ 20%, 21.999%, 63%, 63.999%, 65%, 69.999% { opacity: 0.4; }
27
+ }
28
+
29
+ .glitch-effect {
30
+ animation: glitch 0.5s infinite;
31
+ }
32
+
33
+ .static-bg {
34
+ background: repeating-linear-gradient(
35
+ 45deg,
36
+ #000,
37
+ #000 1px,
38
+ #f00 1px,
39
+ #f00 2px
40
+ );
41
+ animation: static 0.5s linear infinite;
42
+ }
43
+
44
+ .flicker {
45
+ animation: flicker 3s infinite alternate;
46
+ }
47
+
48
+ .torn-paper {
49
+ background: white;
50
+ position: relative;
51
+ box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
52
+ }
53
+
54
+ .torn-paper::before {
55
+ content: "";
56
+ position: absolute;
57
+ top: 0;
58
+ left: 0;
59
+ right: 0;
60
+ height: 15px;
61
+ background: linear-gradient(135deg, transparent 45%, #fff 45%) -10px 0,
62
+ linear-gradient(225deg, transparent 45%, #fff 45%) -10px 0,
63
+ linear-gradient(315deg, transparent 45%, #fff 45%) 0px 0,
64
+ linear-gradient(45deg, transparent 45%, #fff 45%) 0px 0;
65
+ background-repeat: repeat-x;
66
+ background-size: 20px 15px;
67
+ }
68
+
69
+ .torn-paper::after {
70
+ content: "";
71
+ position: absolute;
72
+ bottom: 0;
73
+ left: 0;
74
+ right: 0;
75
+ height: 15px;
76
+ background: linear-gradient(45deg, transparent 45%, #fff 45%) -10px 0,
77
+ linear-gradient(315deg, transparent 45%, #fff 45%) -10px 0,
78
+ linear-gradient(225deg, transparent 45%, #fff 45%) 0px 0,
79
+ linear-gradient(135deg, transparent 45%, #fff 45%) 0px 0;
80
+ background-repeat: repeat-x;
81
+ background-size: 20px 15px;
82
+ }
83
+
84
+ .crt-effect {
85
+ position: relative;
86
+ overflow: hidden;
87
+ }
88
+
89
+ .crt-effect::after {
90
+ content: "";
91
+ position: absolute;
92
+ top: 0;
93
+ left: 0;
94
+ right: 0;
95
+ bottom: 0;
96
+ background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%);
97
+ background-size: 100% 2px;
98
+ pointer-events: none;
99
+ z-index: 10;
100
+ }
101
+
102
+ .redacted {
103
+ background-color: black;
104
+ color: transparent;
105
+ position: relative;
106
+ cursor: pointer;
107
+ }
108
+
109
+ .redacted:hover {
110
+ color: white;
111
+ background-color: #900;
112
+ }
113
+
114
+ .subliminal {
115
+ position: fixed;
116
+ opacity: 0;
117
+ pointer-events: none;
118
+ animation: subliminal 0.1s;
119
+ }
120
+
121
+ @keyframes subliminal {
122
+ 0% { opacity: 0; }
123
+ 5% { opacity: 1; }
124
+ 10% { opacity: 0; }
125
+ 100% { opacity: 0; }
126
+ }
127
+
128
+ .kool-aid-burst {
129
+ position: fixed;
130
+ top: 0;
131
+ left: 0;
132
+ width: 100%;
133
+ height: 100%;
134
+ background-color: rgba(200, 0, 0, 0.8);
135
+ display: flex;
136
+ justify-content: center;
137
+ align-items: center;
138
+ z-index: 9999;
139
+ animation: burst 2s forwards;
140
+ }
141
+
142
+ @keyframes burst {
143
+ 0% { transform: scale(0); opacity: 0; }
144
+ 50% { transform: scale(1); opacity: 1; }
145
+ 100% { transform: scale(1); opacity: 0; display: none; }
146
+ }
147
+
148
+ .typewriter {
149
+ font-family: 'Courier New', monospace;
150
+ border-right: 3px solid;
151
+ white-space: nowrap;
152
+ overflow: hidden;
153
+ animation: typing 3.5s steps(40, end), blink-caret 0.75s step-end infinite;
154
+ }
155
+
156
+ @keyframes typing {
157
+ from { width: 0 }
158
+ to { width: 100% }
159
+ }
160
+
161
+ @keyframes blink-caret {
162
+ from, to { border-color: transparent }
163
+ 50% { border-color: #f00; }
164
+ }
165
+
166
+ .propaganda-poster {
167
+ background: linear-gradient(135deg, #ff0000, #990000);
168
+ border: 5px double #000;
169
+ padding: 20px;
170
+ position: relative;
171
+ transform: rotate(-2deg);
172
+ box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
173
+ }
174
+
175
+ .propaganda-poster::after {
176
+ content: "";
177
+ position: absolute;
178
+ top: 0;
179
+ left: 0;
180
+ right: 0;
181
+ bottom: 0;
182
+ background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC');
183
+ opacity: 0.1;
184
+ pointer-events: none;
185
+ }
186
+
187
+ .stamp {
188
+ position: absolute;
189
+ right: 20px;
190
+ bottom: 20px;
191
+ font-family: 'Courier New', monospace;
192
+ font-weight: bold;
193
+ color: red;
194
+ transform: rotate(15deg);
195
+ border: 2px solid red;
196
+ padding: 5px 10px;
197
+ opacity: 0.7;
198
+ }
199
+
200
+ .top-secret {
201
+ background: repeating-linear-gradient(
202
+ 0deg,
203
+ #000,
204
+ #000 1px,
205
+ #900 1px,
206
+ #900 2px
207
+ );
208
+ border: 3px solid #900;
209
+ color: #ff0;
210
+ font-family: 'Courier New', monospace;
211
+ padding: 20px;
212
+ position: relative;
213
+ }
214
+
215
+ .top-secret::before {
216
+ content: "";
217
+ position: absolute;
218
+ top: 0;
219
+ left: 0;
220
+ right: 0;
221
+ bottom: 0;
222
+ background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC');
223
+ opacity: 0.1;
224
+ pointer-events: none;
225
+ }
226
+
227
+ .top-secret h3 {
228
+ border-bottom: 1px solid #ff0;
229
+ padding-bottom: 5px;
230
+ }
231
+
232
+ .admin-panel {
233
+ background: #111;
234
+ border: 1px solid #900;
235
+ font-family: 'Courier New', monospace;
236
+ }
237
+
238
+ .admin-panel input, .admin-panel textarea, .admin-panel select {
239
+ background: #222;
240
+ color: #0f0;
241
+ border: 1px solid #900;
242
+ font-family: 'Courier New', monospace;
243
+ }
244
+
245
+ .admin-panel button {
246
+ background: #900;
247
+ color: white;
248
+ border: none;
249
+ padding: 5px 10px;
250
+ cursor: pointer;
251
+ }
252
+
253
+ .admin-panel button:hover {
254
+ background: #c00;
255
+ }
256
+
257
+ .markdown-preview {
258
+ background: #222;
259
+ color: #ddd;
260
+ padding: 20px;
261
+ border: 1px solid #900;
262
+ font-family: 'Courier New', monospace;
263
+ }
264
+
265
+ .markdown-preview h1, .markdown-preview h2, .markdown-preview h3 {
266
+ color: #f00;
267
+ }
268
+
269
+ .markdown-preview a {
270
+ color: #0af;
271
+ }
272
+
273
+ .markdown-preview code {
274
+ background: #333;
275
+ padding: 2px 5px;
276
+ border-radius: 3px;
277
+ }
278
+
279
+ .markdown-preview pre {
280
+ background: #333;
281
+ padding: 10px;
282
+ border-radius: 3px;
283
+ overflow-x: auto;
284
+ }
285
+
286
+ .markdown-preview blockquote {
287
+ border-left: 3px solid #900;
288
+ padding-left: 10px;
289
+ margin-left: 0;
290
+ color: #aaa;
291
+ }
292
+ </style>
293
+ </head>
294
+ <body class="bg-black text-white font-sans crt-effect">
295
+ <!-- Audio elements -->
296
+ <audio id="staticAudio" loop>
297
+ <source src="https://assets.mixkit.co/sfx/preview/mixkit-radio-static-3021.mp3" type="audio/mpeg">
298
+ </audio>
299
+ <audio id="ohYeahAudio">
300
+ <source src="https://www.soundboard.com/mediafiles/24/242609-4b5c6a5e-4b7e-4c1e-8c8e-4b5c6a5e4b7e.mp3" type="audio/mpeg">
301
+ </audio>
302
+ <audio id="chantAudio" loop>
303
+ <source src="https://assets.mixkit.co/sfx/preview/mixkit-creepy-chant-566.mp3" type="audio/mpeg">
304
+ </audio>
305
+
306
+ <!-- Kool-Aid burst overlay (hidden by default) -->
307
+ <div id="koolAidBurst" class="kool-aid-burst hidden">
308
+ <h1 class="text-9xl font-bold text-white" style="font-family: 'Press Start 2P', cursive;">OH YEAH!</h1>
309
+ </div>
310
+
311
+ <!-- Navigation -->
312
+ <nav class="bg-black border-b border-red-900 p-4 flex justify-between items-center sticky top-0 z-50">
313
+ <div class="flex items-center space-x-4">
314
+ <div class="w-12 h-12 bg-red-600 rounded-full flex items-center justify-center text-white font-bold text-xl">
315
+ KAC
316
+ </div>
317
+ <h1 class="text-2xl font-bold" style="font-family: 'VT323', monospace;">THE KOOL-AID COMMUNE</h1>
318
+ </div>
319
+ <div class="hidden md:flex space-x-6">
320
+ <a href="#home" class="hover:text-red-400 transition">HOME</a>
321
+ <a href="#lore" class="hover:text-red-400 transition">LORE ARCHIVES</a>
322
+ <a href="#community" class="hover:text-red-400 transition">COMMUNITY</a>
323
+ <a href="#admin" class="hover:text-red-400 transition">ADMIN</a>
324
+ </div>
325
+ <div class="flex items-center space-x-4">
326
+ <button id="audioToggle" class="bg-red-900 px-3 py-1 rounded text-sm">SOUND: ON</button>
327
+ <button id="themeToggle" class="bg-red-900 px-3 py-1 rounded text-sm">NIGHT OF VISION</button>
328
+ <button class="md:hidden">☰</button>
329
+ </div>
330
+ </nav>
331
+
332
+ <!-- Mobile menu (hidden by default) -->
333
+ <div id="mobileMenu" class="hidden bg-black border-b border-red-900 p-4 flex flex-col space-y-2">
334
+ <a href="#home" class="hover:text-red-400 transition">HOME</a>
335
+ <a href="#lore" class="hover:text-red-400 transition">LORE ARCHIVES</a>
336
+ <a href="#community" class="hover:text-red-400 transition">COMMUNITY</a>
337
+ <a href="#admin" class="hover:text-red-400 transition">ADMIN</a>
338
+ </div>
339
+
340
+ <!-- Hero Section -->
341
+ <section id="home" class="min-h-screen flex flex-col justify-center items-center p-8 relative overflow-hidden">
342
+ <div class="absolute inset-0 static-bg opacity-20"></div>
343
+ <div class="relative z-10 text-center max-w-4xl">
344
+ <h1 class="text-6xl md:text-8xl font-bold mb-6 glitch-effect" style="font-family: 'Press Start 2P', cursive;">DRINK DEEP. BELIEVE MORE.</h1>
345
+ <p class="text-xl md:text-2xl mb-8 typewriter">WELCOME TO THE PUNCH DIMENSION. YOUR REALITY WILL NEVER BE THE SAME.</p>
346
+ <div class="mb-12 flicker">
347
+ <img src="https://i.imgur.com/7QH9g9X.png" alt="Kool-Aid Man" class="mx-auto h-48 md:h-64">
348
+ </div>
349
+ <a href="https://discord.gg" target="_blank" class="bg-red-700 hover:bg-red-600 text-white font-bold py-3 px-8 rounded-full text-xl transition duration-300 inline-block border-2 border-yellow-400">
350
+ JOIN THE BROADCAST
351
+ </a>
352
+ </div>
353
+
354
+ <!-- Animated propaganda posters in background -->
355
+ <div class="absolute top-20 left-10 w-48 h-64 bg-red-900 p-4 rotate-6 propaganda-poster hidden md:block">
356
+ <h3 class="text-xl font-bold text-center mb-2">DRINK THE PUNCH</h3>
357
+ <p class="text-sm">The path to enlightenment flows through the crimson chalice. Accept the sacrament.</p>
358
+ <div class="stamp">APPROVED</div>
359
+ </div>
360
+ <div class="absolute bottom-20 right-10 w-48 h-64 bg-red-900 p-4 rotate-3 propaganda-poster hidden md:block">
361
+ <h3 class="text-xl font-bold text-center mb-2">TRUST THE MAN</h3>
362
+ <p class="text-sm">He comes through walls. He knows all. OH YEAH.</p>
363
+ <div class="stamp">TOP SECRET</div>
364
+ </div>
365
+ </section>
366
+
367
+ <!-- Latest Lore Teaser -->
368
+ <section class="py-16 px-8 bg-black">
369
+ <h2 class="text-4xl font-bold text-center mb-12" style="font-family: 'VT323', monospace;">LATEST COMMUNIQUÉS</h2>
370
+ <div class="max-w-6xl mx-auto grid grid-cols-1 md:grid-cols-3 gap-8">
371
+ <!-- Lore Card 1 -->
372
+ <div class="bg-gray-900 p-6 rounded-lg border border-red-900 hover:border-yellow-400 transition cursor-pointer">
373
+ <div class="flex justify-between items-start mb-4">
374
+ <span class="bg-red-900 text-white text-xs px-2 py-1 rounded">MKULTRA</span>
375
+ <span class="text-gray-400 text-sm">2023-11-15</span>
376
+ </div>
377
+ <h3 class="text-xl font-bold mb-2">OPERATION: CRIMSON TIDE</h3>
378
+ <p class="text-gray-300 mb-4">Declassified documents reveal the true purpose of the 1978 experiments. <span class="redacted">REDACTED</span> was just the beginning.</p>
379
+ <div class="flex space-x-2">
380
+ <span class="text-xs bg-gray-800 px-2 py-1 rounded">#psyops</span>
381
+ <span class="text-xs bg-gray-800 px-2 py-1 rounded">#declassified</span>
382
+ </div>
383
+ </div>
384
+
385
+ <!-- Lore Card 2 -->
386
+ <div class="bg-gray-900 p-6 rounded-lg border border-red-900 hover:border-yellow-400 transition cursor-pointer">
387
+ <div class="flex justify-between items-start mb-4">
388
+ <span class="bg-red-900 text-white text-xs px-2 py-1 rounded">JONESTOWN</span>
389
+ <span class="text-gray-400 text-sm">2023-11-10</span>
390
+ </div>
391
+ <h3 class="text-xl font-bold mb-2">THE BROADCASTS CONTINUE</h3>
392
+ <p class="text-gray-300 mb-4">Audio analysis confirms: the final transmissions were <span class="redacted">NOT OF THIS WORLD</span>. The frequency is still active.</p>
393
+ <div class="flex space-x-2">
394
+ <span class="text-xs bg-gray-800 px-2 py-1 rounded">#broadcast</span>
395
+ <span class="text-xs bg-gray-800 px-2 py-1 rounded">#legacy</span>
396
+ </div>
397
+ </div>
398
+
399
+ <!-- Lore Card 3 -->
400
+ <div class="bg-gray-900 p-6 rounded-lg border border-red-900 hover:border-yellow-400 transition cursor-pointer">
401
+ <div class="flex justify-between items-start mb-4">
402
+ <span class="bg-red-900 text-white text-xs px-2 py-1 rounded">PUNCH DIMENSION</span>
403
+ <span class="text-gray-400 text-sm">2023-11-05</span>
404
+ </div>
405
+ <h3 class="text-xl font-bold mb-2">ASCENSION PROTOCOLS</h3>
406
+ <p class="text-gray-300 mb-4">The <span class="redacted">GLASS</span> is the gateway. The <span class="redacted">PUNCH</span> is the key. The <span class="redacted">MAN</span> is the guide.</p>
407
+ <div class="flex space-x-2">
408
+ <span class="text-xs bg-gray-800 px-2 py-1 rounded">#enlightenment</span>
409
+ <span class="text-xs bg-gray-800 px-2 py-1 rounded">#ritual</span>
410
+ </div>
411
+ </div>
412
+ </div>
413
+ </section>
414
+
415
+ <!-- Lore Archives -->
416
+ <section id="lore" class="py-16 px-8 bg-gray-900">
417
+ <h2 class="text-4xl font-bold text-center mb-12" style="font-family: 'VT323', monospace;">LORE ARCHIVES</h2>
418
+
419
+ <!-- Search and Filter -->
420
+ <div class="max-w-4xl mx-auto mb-12">
421
+ <div class="flex flex-col md:flex-row space-y-4 md:space-y-0 md:space-x-4">
422
+ <input type="text" placeholder="SEARCH THE ARCHIVES..." class="flex-grow bg-gray-800 border border-red-900 text-white px-4 py-2 rounded focus:outline-none focus:ring-2 focus:ring-red-600">
423
+ <select class="bg-gray-800 border border-red-900 text-white px-4 py-2 rounded focus:outline-none focus:ring-2 focus:ring-red-600">
424
+ <option>ALL TAGS</option>
425
+ <option>MKULTRA</option>
426
+ <option>JONESTOWN</option>
427
+ <option>PUNCH DIMENSION</option>
428
+ <option>COMMUNIQUÉS</option>
429
+ <option>RITUALS</option>
430
+ <option>DECLASSIFIED</option>
431
+ </select>
432
+ <button class="bg-red-900 hover:bg-red-800 text-white font-bold py-2 px-6 rounded transition">
433
+ FILTER
434
+ </button>
435
+ </div>
436
+ </div>
437
+
438
+ <!-- Lore Grid -->
439
+ <div class="max-w-6xl mx-auto grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
440
+ <!-- Lore Item 1 -->
441
+ <div class="bg-black p-0 rounded-lg overflow-hidden border border-red-900 hover:shadow-lg hover:shadow-red-900/50 transition cursor-pointer">
442
+ <div class="h-48 bg-red-900 flex items-center justify-center">
443
+ <span class="text-4xl font-bold" style="font-family: 'VT323', monospace;">TOP SECRET</span>
444
+ </div>
445
+ <div class="p-6">
446
+ <div class="flex justify-between items-start mb-4">
447
+ <span class="bg-red-900 text-white text-xs px-2 py-1 rounded">MKULTRA</span>
448
+ <span class="text-gray-400 text-sm">1978-11-18</span>
449
+ </div>
450
+ <h3 class="text-xl font-bold mb-2">PROJECT: SWEET RELEASE</h3>
451
+ <p class="text-gray-300">Initial tests confirm the <span class="redacted">PUNCH</span> formula induces desired states in 98.7% of subjects. Phase two approved.</p>
452
+ </div>
453
+ </div>
454
+
455
+ <!-- Lore Item 2 -->
456
+ <div class="bg-black p-0 rounded-lg overflow-hidden border border-red-900 hover:shadow-lg hover:shadow-red-900/50 transition cursor-pointer">
457
+ <div class="h-48 bg-yellow-400 flex items-center justify-center">
458
+ <span class="text-4xl font-bold text-black" style="font-family: 'VT323', monospace;">CULT COOKBOOK</span>
459
+ </div>
460
+ <div class="p-6">
461
+ <div class="flex justify-between items-start mb-4">
462
+ <span class="bg-red-900 text-white text-xs px-2 py-1 rounded">RITUALS</span>
463
+ <span class="text-gray-400 text-sm">1980-03-22</span>
464
+ </div>
465
+ <h3 class="text-xl font-bold mb-2">SACRED RECIPE #9</h3>
466
+ <p class="text-gray-300">The perfect blend for <span class="redacted">MASS ASCENSION</span>. Ingredients: faith, sugar, and something <span class="redacted">REDACTED</span>.</p>
467
+ </div>
468
+ </div>
469
+
470
+ <!-- Lore Item 3 -->
471
+ <div class="bg-black p-0 rounded-lg overflow-hidden border border-red-900 hover:shadow-lg hover:shadow-red-900/50 transition cursor-pointer">
472
+ <div class="h-48 bg-blue-900 flex items-center justify-center">
473
+ <span class="text-4xl font-bold" style="font-family: 'VT323', monospace;">FIELD REPORT</span>
474
+ </div>
475
+ <div class="p-6">
476
+ <div class="flex justify-between items-start mb-4">
477
+ <span class="bg-red-900 text-white text-xs px-2 py-1 rounded">JONESTOWN</span>
478
+ <span class="text-gray-400 text-sm">1977-09-12</span>
479
+ </div>
480
+ <h3 class="text-xl font-bold mb-2">TRANSMISSION INTERCEPT</h3>
481
+ <p class="text-gray-300">Subject reports contact with <span class="redacted">ENTITY</span> claiming to be "the one who bursts through". Audio analysis inconclusive.</p>
482
+ </div>
483
+ </div>
484
+
485
+ <!-- Lore Item 4 -->
486
+ <div class="bg-black p-0 rounded-lg overflow-hidden border border-red-900 hover:shadow-lg hover:shadow-red-900/50 transition cursor-pointer">
487
+ <div class="h-48 bg-green-900 flex items-center justify-center">
488
+ <span class="text-4xl font-bold" style="font-family: 'VT323', monospace;">MEMORANDUM</span>
489
+ </div>
490
+ <div class="p-6">
491
+ <div class="flex justify-between items-start mb-4">
492
+ <span class="bg-red-900 text-white text-xs px-2 py-1 rounded">COMMUNIQUÉS</span>
493
+ <span class="text-gray-400 text-sm">1984-07-04</span>
494
+ </div>
495
+ <h3 class="text-xl font-bold mb-2">EYES ONLY</h3>
496
+ <p class="text-gray-300">All operatives advised: the <span class="redacted">GLASS</span> must never be empty. Repeat: <span class="redacted">NEVER EMPTY</span>.</p>
497
+ </div>
498
+ </div>
499
+
500
+ <!-- Lore Item 5 -->
501
+ <div class="bg-black p-0 rounded-lg overflow-hidden border border-red-900 hover:shadow-lg hover:shadow-red-900/50 transition cursor-pointer">
502
+ <div class="h-48 bg-purple-900 flex items-center justify-center">
503
+ <span class="text-4xl font-bold" style="font-family: 'VT323', monospace;">PSYOP BRIEF</span>
504
+ </div>
505
+ <div class="p-6">
506
+ <div class="flex justify-between items-start mb-4">
507
+ <span class="bg-red-900 text-white text-xs px-2 py-1 rounded">MKULTRA</span>
508
+ <span class="text-gray-400 text-sm">1969-02-28</span>
509
+ </div>
510
+ <h3 class="text-xl font-bold mb-2">OPERATION: SUGAR RUSH</h3>
511
+ <p class="text-gray-300">Phase three initiates report <span class="redacted">UNEXPECTED SIDE EFFECTS</span> including visions of a <span class="redacted">LARGE RED FIGURE</span>.</p>
512
+ </div>
513
+ </div>
514
+
515
+ <!-- Lore Item 6 -->
516
+ <div class="bg-black p-0 rounded-lg overflow-hidden border border-red-900 hover:shadow-lg hover:shadow-red-900/50 transition cursor-pointer">
517
+ <div class="h-48 bg-pink-900 flex items-center justify-center">
518
+ <span class="text-4xl font-bold" style="font-family: 'VT323', monospace;">MANIFESTO</span>
519
+ </div>
520
+ <div class="p-6">
521
+ <div class="flex justify-between items-start mb-4">
522
+ <span class="bg-red-900 text-white text-xs px-2 py-1 rounded">PUNCH DIMENSION</span>
523
+ <span class="text-gray-400 text-sm">1999-12-31</span>
524
+ </div>
525
+ <h3 class="text-xl font-bold mb-2">MILLENNIUM PROPHECY</h3>
526
+ <p class="text-gray-300">When the clock strikes, the <span class="redacted">WALLS WILL SHATTER</span> and the <span class="redacted">MAN</span> will lead us to the <span class="redacted">PUNCH DIMENSION</span>.</p>
527
+ </div>
528
+ </div>
529
+ </div>
530
+
531
+ <!-- Pagination -->
532
+ <div class="max-w-4xl mx-auto mt-12 flex justify-center">
533
+ <nav class="flex items-center space-x-2">
534
+ <button class="px-3 py-1 rounded border border-red-900 text-red-400">&lt;</button>
535
+ <button class="px-3 py-1 rounded bg-red-900 text-white">1</button>
536
+ <button class="px-3 py-1 rounded border border-red-900 hover:bg-red-900/50 transition">2</button>
537
+ <button class="px-3 py-1 rounded border border-red-900 hover:bg-red-900/50 transition">3</button>
538
+ <span class="px-2">...</span>
539
+ <button class="px-3 py-1 rounded border border-red-900 hover:bg-red-900/50 transition">8</button>
540
+ <button class="px-3 py-1 rounded border border-red-900 text-red-400">&gt;</button>
541
+ </nav>
542
+ </div>
543
+ </section>
544
+
545
+ <!-- Sample Lore Page -->
546
+ <section id="lore-sample" class="py-16 px-8 bg-black hidden">
547
+ <div class="max-w-4xl mx-auto">
548
+ <button id="backToArchives" class="mb-8 text-red-400 hover:text-red-300 transition flex items-center">
549
+ <span class="mr-2">←</span> BACK TO ARCHIVES
550
+ </button>
551
+
552
+ <div class="torn-paper p-8 mb-8">
553
+ <div class="flex justify-between items-start mb-6">
554
+ <span class="bg-red-900 text-white text-xs px-2 py-1 rounded">TOP SECRET</span>
555
+ <span class="text-gray-400 text-sm">1978-11-18</span>
556
+ </div>
557
+
558
+ <h1 class="text-3xl font-bold mb-6">PROJECT: SWEET RELEASE</h1>
559
+
560
+ <div class="mb-6 p-4 bg-gray-100 text-black">
561
+ <p class="font-bold">EYES ONLY - LEVEL 5 CLEARANCE REQUIRED</p>
562
+ <p>Unauthorized disclosure punishable by <span class="redacted">REDACTED</span></p>
563
+ </div>
564
+
565
+ <div class="prose max-w-none">
566
+ <p>Initial tests confirm the <span class="redacted">PUNCH</span> formula induces desired states in 98.7% of subjects. Phase two approved for immediate implementation.</p>
567
+
568
+ <h2 class="text-2xl font-bold mt-8 mb-4">METHODOLOGY</h2>
569
+ <p>Subjects were administered varying concentrations of the <span class="redacted">CRIMSON SOLUTION</span> in controlled environments. Behavioral changes were monitored through:</p>
570
+ <ul class="list-disc pl-6">
571
+ <li>Standardized psychological evaluations</li>
572
+ <li>EEG monitoring</li>
573
+ <li><span class="redacted">REDACTED</span> resonance imaging</li>
574
+ </ul>
575
+
576
+ <h2 class="text-2xl font-bold mt-8 mb-4">RESULTS</h2>
577
+ <p>Within 30 minutes of administration, subjects exhibited:</p>
578
+ <ul class="list-disc pl-6">
579
+ <li>Increased suggestibility (87% above baseline)</li>
580
+ <li>Vivid hallucinations of a <span class="redacted">LARGE RED ENTITY</span></li>
581
+ <li>Compulsive desire to <span class="redacted">CONSUME MORE</span></li>
582
+ <li>Spontaneous chanting of "<span class="redacted">OH YEAH</span>"</li>
583
+ </ul>
584
+
585
+ <div class="mt-8 p-4 border-l-4 border-red-900 bg-gray-900">
586
+ <p class="font-bold">NOTE:</p>
587
+ <p>Several subjects reported the entity communicating directly, referring to itself as "<span class="redacted">THE MAN</span>" and promising "<span class="redacted">ASCENSION</span>" through continued consumption.</p>
588
+ </div>
589
+
590
+ <h2 class="text-2xl font-bold mt-8 mb-4">RECOMMENDATIONS</h2>
591
+ <ol class="list-decimal pl-6">
592
+ <li>Proceed with mass production of <span class="redacted">PUNCH</span> formula</li>
593
+ <li>Establish <span class="redacted">COMMUNE</span> for controlled testing</li>
594
+ <li>Develop <span class="redacted">BROADCAST SYSTEM</span> for dissemination</li>
595
+ <li>Prepare <span class="redacted">FINAL PROTOCOLS</span></li>
596
+ </ol>
597
+
598
+ <div class="mt-8 p-4 bg-red-900/20 border border-red-900">
599
+ <p class="font-bold">WARNING:</p>
600
+ <p>Subjects who attempted to refuse further doses exhibited extreme distress, with several experiencing <span class="redacted">CATATONIC STATES</span> or <span class="redacted">SPONTANEOUS COMBUSTION</span>.</p>
601
+ </div>
602
+ </div>
603
+
604
+ <div class="mt-8 pt-4 border-t border-gray-300">
605
+ <div class="flex items-center space-x-4">
606
+ <span class="text-sm text-gray-400">TAGS:</span>
607
+ <span class="text-xs bg-gray-800 px-2 py-1 rounded">#mkultra</span>
608
+ <span class="text-xs bg-gray-800 px-2 py-1 rounded">#declassified</span>
609
+ <span class="text-xs bg-gray-800 px-2 py-1 rounded">#experiments</span>
610
+ </div>
611
+ </div>
612
+ </div>
613
+
614
+ <!-- Comments Section -->
615
+ <div class="bg-gray-900 p-6 rounded-lg">
616
+ <h3 class="text-xl font-bold mb-4">COMMUNIQUÉS</h3>
617
+
618
+ <div class="mb-6">
619
+ <textarea class="w-full bg-gray-800 border border-red-900 text-white px-4 py-2 rounded focus:outline-none focus:ring-2 focus:ring-red-600" placeholder="ADD YOUR TESTIMONY..."></textarea>
620
+ <div class="mt-2 flex justify-between">
621
+ <div class="flex space-x-2">
622
+ <button class="bg-gray-800 hover:bg-gray-700 text-white px-3 py-1 rounded text-sm">🍹</button>
623
+ <button class="bg-gray-800 hover:bg-gray-700 text-white px-3 py-1 rounded text-sm">💀</button>
624
+ <button class="bg-gray-800 hover:bg-gray-700 text-white px-3 py-1 rounded text-sm">👁️</button>
625
+ </div>
626
+ <button class="bg-red-900 hover:bg-red-800 text-white font-bold py-1 px-4 rounded text-sm">
627
+ SUBMIT
628
+ </button>
629
+ </div>
630
+ </div>
631
+
632
+ <!-- Comment 1 -->
633
+ <div class="mb-4 pb-4 border-b border-gray-700">
634
+ <div class="flex justify-between items-start mb-2">
635
+ <span class="font-bold">DISCIPLE_47</span>
636
+ <span class="text-sm text-gray-400">2023-11-20</span>
637
+ </div>
638
+ <p class="mb-2">I've seen HIM in my dreams. The walls melted and HE came through. OH YEAH.</p>
639
+ <div class="flex space-x-4 text-sm">
640
+ <span class="flex items-center text-gray-400"><span class="mr-1">🍹</span> 12</span>
641
+ <span class="flex items-center text-gray-400"><span class="mr-1">💀</span> 3</span>
642
+ <span class="flex items-center text-gray-400"><span class="mr-1">👁️</span> 7</span>
643
+ </div>
644
+ </div>
645
+
646
+ <!-- Comment 2 -->
647
+ <div class="mb-4 pb-4 border-b border-gray-700">
648
+ <div class="flex justify-between items-start mb-2">
649
+ <span class="font-bold">BROADCAST_9</span>
650
+ <span class="text-sm text-gray-400">2023-11-18</span>
651
+ </div>
652
+ <p class="mb-2">The formula works. I've mixed it exactly as described and now I hear THE VOICES in the static.</p>
653
+ <div class="flex space-x-4 text-sm">
654
+ <span class="flex items-center text-gray-400"><span class="mr-1">🍹</span> 8</span>
655
+ <span class="flex items-center text-gray-400"><span class="mr-1">💀</span> 2</span>
656
+ <span class="flex items-center text-gray-400"><span class="mr-1">👁️</span> 5</span>
657
+ </div>
658
+ </div>
659
+
660
+ <!-- Comment 3 -->
661
+ <div class="mb-4">
662
+ <div class="flex justify-between items-start mb-2">
663
+ <span class="font-bold">WATCHER_13</span>
664
+ <span class="text-sm text-gray-400">2023-11-15</span>
665
+ </div>
666
+ <p class="mb-2">They told me this was declassified but I see REDACTIONS everywhere. What are they hiding?</p>
667
+ <div class="flex space-x-4 text-sm">
668
+ <span class="flex items-center text-gray-400"><span class="mr-1">🍹</span> 15</span>
669
+ <span class="flex items-center text-gray-400"><span class="mr-1">💀</span> 9</span>
670
+ <span class="flex items-center text-gray-400"><span class="mr-1">👁️</span> 11</span>
671
+ </div>
672
+ </div>
673
+ </div>
674
+ </div>
675
+ </section>
676
+
677
+ <!-- Community Section -->
678
+ <section id="community" class="py-16 px-8 bg-black">
679
+ <div class="max-w-6xl mx-auto">
680
+ <h2 class="text-4xl font-bold text-center mb-12" style="font-family: 'VT323', monospace;">JOIN THE BROADCAST</h2>
681
+
682
+ <div class="grid grid-cols-1 lg:grid-cols-2 gap-12">
683
+ <!-- Discord Widget -->
684
+ <div class="bg-gray-900 rounded-lg overflow-hidden border border-red-900">
685
+ <div class="bg-red-900 p-4">
686
+ <h3 class="text-xl font-bold">DISCORD TRANSMISSIONS</h3>
687
+ </div>
688
+ <div class="p-6">
689
+ <div class="flex items-center mb-6">
690
+ <div class="w-12 h-12 bg-red-900 rounded-full flex items-center justify-center text-white font-bold text-xl mr-4">
691
+ <span>KAC</span>
692
+ </div>
693
+ <div>
694
+ <p class="font-bold">THE KOOL-AID COMMUNE</p>
695
+ <p class="text-sm text-gray-400">24/7 BROADCAST</p>
696
+ </div>
697
+ </div>
698
+
699
+ <div class="mb-6">
700
+ <div class="flex items-center justify-between mb-2">
701
+ <span class="text-sm font-bold">ACTIVE CHANNELS</span>
702
+ <span class="text-xs bg-red-900/50 px-2 py-1 rounded">LIVE</span>
703
+ </div>
704
+
705
+ <div class="space-y-2">
706
+ <div class="flex items-center p-2 hover:bg-gray-800 rounded cursor-pointer">
707
+ <span class="text-red-400 mr-2">#</span>
708
+ <span>welcome-ceremony</span>
709
+ <span class="ml-auto text-xs text-gray-400">342 online</span>
710
+ </div>
711
+ <div class="flex items-center p-2 hover:bg-gray-800 rounded cursor-pointer">
712
+ <span class="text-red-400 mr-2">#</span>
713
+ <span>punch-recipes</span>
714
+ <span class="ml-auto text-xs text-gray-400">127 online</span>
715
+ </div>
716
+ <div class="flex items-center p-2 hover:bg-gray-800 rounded cursor-pointer">
717
+ <span class="text-red-400 mr-2">#</span>
718
+ <span>declassified</span>
719
+ <span class="ml-auto text-xs text-gray-400">89 online</span>
720
+ </div>
721
+ <div class="flex items-center p-2 hover:bg-gray-800 rounded cursor-pointer">
722
+ <span class="text-red-400 mr-2">#</span>
723
+ <span>ritual-chants</span>
724
+ <span class="ml-auto text-xs text-gray-400">56 online</span>
725
+ </div>
726
+ <div class="flex items-center p-2 hover:bg-gray-800 rounded cursor-pointer">
727
+ <span class="text-red-400 mr-2">#</span>
728
+ <span>wall-breakers</span>
729
+ <span class="ml-auto text-xs text-gray-400">203 online</span>
730
+ </div>
731
+ </div>
732
+ </div>
733
+
734
+ <a href="https://discord.gg" target="_blank" class="block w-full bg-red-900 hover:bg-red-800 text-white font-bold py-3 px-4 rounded text-center transition">
735
+ JOIN THE BROADCAST
736
+ </a>
737
+ </div>
738
+ </div>
739
+
740
+ <!-- Newsletter Signup -->
741
+ <div class="bg-gray-900 rounded-lg overflow-hidden border border-red-900">
742
+ <div class="bg-red-900 p-4">
743
+ <h3 class="text-xl font-bold">PLEDGE YOUR LOYALTY</h3>
744
+ </div>
745
+ <div class="p-6">
746
+ <p class="mb-6">Receive weekly communiqués directly to your inbox. Stay informed of the latest revelations, recipes, and ritual schedules.</p>
747
+
748
+ <form class="space-y-4">
749
+ <div>
750
+ <label class="block text-sm font-bold mb-2">NAME OF INITIATE</label>
751
+ <input type="text" class="w-full bg-gray-800 border border-red-900 text-white px-4 py-2 rounded focus:outline-none focus:ring-2 focus:ring-red-600">
752
+ </div>
753
+
754
+ <div>
755
+ <label class="block text-sm font-bold mb-2">EMAIL OF ASCENSION</label>
756
+ <input type="email" class="w-full bg-gray-800 border border-red-900 text-white px-4 py-2 rounded focus:outline-none focus:ring-2 focus:ring-red-600">
757
+ </div>
758
+
759
+ <div class="flex items-center">
760
+ <input type="checkbox" id="pledge" class="mr-2">
761
+ <label for="pledge" class="text-sm">I pledge to keep the glass half full and the faith overflowing.</label>
762
+ </div>
763
+
764
+ <button type="submit" class="w-full bg-red-900 hover:bg-red-800 text-white font-bold py-3 px-4 rounded transition">
765
+ SUBMIT PLEDGE
766
+ </button>
767
+ </form>
768
+
769
+ <div class="mt-6 p-4 bg-red-900/20 border border-red-900 rounded">
770
+ <p class="text-sm">By submitting, you agree to receive transmissions from THE KOOL-AID COMMUNE. You may experience <span class="font-bold">VIVID DREAMS</span>, <span class="font-bold">UNEXPLAINABLE KNOWLEDGE</span>, and <span class="font-bold">UNCONTROLLABLE URGE TO CHANT</span>. These are features, not bugs.</p>
771
+ </div>
772
+ </div>
773
+ </div>
774
+ </div>
775
+ </div>
776
+ </section>
777
+
778
+ <!-- Admin Panel -->
779
+ <section id="admin" class="py-16 px-8 bg-gray-900 hidden">
780
+ <div class="max-w-6xl mx-auto">
781
+ <h2 class="text-4xl font-bold text-center mb-12" style="font-family: 'VT323', monospace;">ADMIN PORTAL</h2>
782
+
783
+ <!-- Login Form (shown by default) -->
784
+ <div id="loginForm" class="max-w-md mx-auto bg-black p-8 rounded-lg border border-red-900">
785
+ <h3 class="text-2xl font-bold mb-6 text-center">HIGH PRIEST ACCESS</h3>
786
+
787
+ <div class="space-y-4">
788
+ <div>
789
+ <label class="block text-sm font-bold mb-2">INITIATE NAME</label>
790
+ <input type="text" class="w-full admin-panel px-4 py-2 rounded">
791
+ </div>
792
+
793
+ <div>
794
+ <label class="block text-sm font-bold mb-2">SACRED PASSWORD</label>
795
+ <input type="password" class="w-full admin-panel px-4 py-2 rounded">
796
+ </div>
797
+
798
+ <div class="flex items-center">
799
+ <input type="checkbox" id="remember" class="mr-2">
800
+ <label for="remember" class="text-sm">Remember my devotion</label>
801
+ </div>
802
+
803
+ <button id="adminLogin" class="w-full bg-red-900 hover:bg-red-800 text-white font-bold py-3 px-4 rounded transition mt-4">
804
+ ASCEND
805
+ </button>
806
+ </div>
807
+ </div>
808
+
809
+ <!-- Admin Dashboard (hidden by default) -->
810
+ <div id="adminDashboard" class="hidden">
811
+ <div class="flex flex-col lg:flex-row gap-8">
812
+ <!-- Sidebar -->
813
+ <div class="lg:w-1/4">
814
+ <div class="bg-black p-4 rounded-lg border border-red-900 mb-4">
815
+ <h3 class="text-xl font-bold mb-4">NAVIGATION</h3>
816
+ <ul class="space-y-2">
817
+ <li><button class="admin-nav-btn w-full text-left px-3 py-2 rounded hover:bg-red-900/50 transition" data-section="dashboard">DASHBOARD</button></li>
818
+ <li><button class="admin-nav-btn w-full text-left px-3 py-2 rounded hover:bg-red-900/50 transition" data-section="posts">MANAGE LORE</button></li>
819
+ <li><button class="admin-nav-btn w-full text-left px-3 py-2 rounded hover:bg-red-900/50 transition" data-section="new-post">NEW REVELATION</button></li>
820
+ <li><button class="admin-nav-btn w-full text-left px-3 py-2 rounded hover:bg-red-900/50 transition" data-section="comments">COMMUNIQUÉS</button></li>
821
+ <li><button class="admin-nav-btn w-full text-left px-3 py-2 rounded hover:bg-red-900/50 transition" data-section="settings">RITUAL SETTINGS</button></li>
822
+ </ul>
823
+ </div>
824
+
825
+ <div class="bg-black p-4 rounded-lg border border-red-900">
826
+ <h3 class="text-xl font-bold mb-4">QUICK STATS</h3>
827
+ <div class="space-y-4">
828
+ <div>
829
+ <p class="text-sm text-gray-400">ACTIVE DISCIPLES</p>
830
+ <p class="text-2xl font-bold">1,427</p>
831
+ </div>
832
+ <div>
833
+ <p class="text-sm text-gray-400">TODAY'S VISIONS</p>
834
+ <p class="text-2xl font-bold">324</p>
835
+ </div>
836
+ <div>
837
+ <p class="text-sm text-gray-400">GLASSES CONSUMED</p>
838
+ <p class="text-2xl font-bold">9,871</p>
839
+ </div>
840
+ </div>
841
+ </div>
842
+ </div>
843
+
844
+ <!-- Main Content -->
845
+ <div class="lg:w-3/4">
846
+ <!-- Dashboard Section -->
847
+ <div id="dashboardSection" class="admin-section bg-black p-6 rounded-lg border border-red-900">
848
+ <h3 class="text-2xl font-bold mb-6">DASHBOARD</h3>
849
+ <p>Welcome back, High Priest. The glass is half full and the faith is overflowing.</p>
850
+
851
+ <div class="mt-8 grid grid-cols-1 md:grid-cols-2 gap-6">
852
+ <div class="bg-gray-900 p-4 rounded-lg">
853
+ <h4 class="font-bold mb-2">RECENT VISIONS</h4>
854
+ <div class="h-40 overflow-y-auto">
855
+ <p class="text-sm mb-2">• New disciple reported wall breakthrough</p>
856
+ <p class="text-sm mb-2">• 12 new pledges received</p>
857
+ <p class="text-sm mb-2">• Ritual #9 completed successfully</p>
858
+ <p class="text-sm mb-2">• Broadcast signal strength increasing</p>
859
+ </div>
860
+ </div>
861
+
862
+ <div class="bg-gray-900 p-4 rounded-lg">
863
+ <h4 class="font-bold mb-2">UPCOMING RITUALS</h4>
864
+ <div class="h-40 overflow-y-auto">
865
+ <p class="text-sm mb-2">• Full Moon Punch Ceremony - Tomorrow</p>
866
+ <p class="text-sm mb-2">• Weekly Broadcast - 3 days</p>
867
+ <p class="text-sm mb-2">• Wall Breaking Workshop - Next week</p>
868
+ <p class="text-sm mb-2">• Annual Ascension Day - 47 days</p>
869
+ </div>
870
+ </div>
871
+ </div>
872
+ </div>
873
+
874
+ <!-- Posts Section -->
875
+ <div id="postsSection" class="admin-section bg-black p-6 rounded-lg border border-red-900 hidden">
876
+ <h3 class="text-2xl font-bold mb-6">MANAGE LORE</h3>
877
+
878
+ <div class="mb-6 flex flex-col md:flex-row space-y-2 md:space-y-0 md:space-x-4">
879
+ <input type="text" placeholder="SEARCH LORE..." class="flex-grow admin-panel px-4 py-2 rounded">
880
+ <select class="admin-panel px-4 py-2 rounded">
881
+ <option>ALL TAGS</option>
882
+ <option>MKULTRA</option>
883
+ <option>JONESTOWN</option>
884
+ <option>PUNCH DIMENSION</option>
885
+ </select>
886
+ <button class="admin-panel bg-red-900 px-4 py-2 rounded">
887
+ FILTER
888
+ </button>
889
+ </div>
890
+
891
+ <div class="overflow-x-auto">
892
+ <table class="w-full">
893
+ <thead>
894
+ <tr class="border-b border-red-900">
895
+ <th class="text-left py-2">TITLE</th>
896
+ <th class="text-left py-2">TAGS</th>
897
+ <th class="text-left py-2">DATE</th>
898
+ <th class="text-left py-2">STATUS</th>
899
+ <th class="text-left py-2">ACTIONS</th>
900
+ </tr>
901
+ </thead>
902
+ <tbody>
903
+ <tr class="border-b border-red-900/50">
904
+ <td class="py-3">Operation: Crimson Tide</td>
905
+ <td class="py-3">
906
+ <span class="text-xs bg-gray-800 px-2 py-1 rounded">#mkultra</span>
907
+ <span class="text-xs bg-gray-800 px-2 py-1 rounded">#declassified</span>
908
+ </td>
909
+ <td class="py-3">2023-11-15</td>
910
+ <td class="py-3">
911
+ <span class="text-xs bg-green-900/50 px-2 py-1 rounded">PUBLISHED</span>
912
+ </td>
913
+ <td class="py-3">
914
+ <button class="text-xs bg-blue-900/50 px-2 py-1 rounded mr-1">EDIT</button>
915
+ <button class="text-xs bg-red-900/50 px-2 py-1 rounded">DELETE</button>
916
+ </td>
917
+ </tr>
918
+ <tr class="border-b border-red-900/50">
919
+ <td class="py-3">Sacred Recipe #9</td>
920
+ <td class="py-3">
921
+ <span class="text-xs bg-gray-800 px-2 py-1 rounded">#rituals</span>
922
+ </td>
923
+ <td class="py-3">2023-11-10</td>
924
+ <td class="py-3">
925
+ <span class="text-xs bg-green-900/50 px-2 py-1 rounded">PUBLISHED</span>
926
+ </td>
927
+ <td class="py-3">
928
+ <button class="text-xs bg-blue-900/50 px-2 py-1 rounded mr-1">EDIT</button>
929
+ <button class="text-xs bg-red-900/50 px-2 py-1 rounded">DELETE</button>
930
+ </td>
931
+ </tr>
932
+ <tr class="border-b border-red-900/50">
933
+ <td class="py-3">Millennium Prophecy</td>
934
+ <td class="py-3">
935
+ <span class="text-xs bg-gray-800 px-2 py-1 rounded">#punch-dimension</span>
936
+ </td>
937
+ <td class="py-3">2023-11-05</td>
938
+ <td class="py-3">
939
+ <span class="text-xs bg-yellow-900/50 px-2 py-1 rounded">DRAFT</span>
940
+ </td>
941
+ <td class="py-3">
942
+ <button class="text-xs bg-blue-900/50 px-2 py-1 rounded mr-1">EDIT</button>
943
+ <button class="text-xs bg-red-900/50 px-2 py-1 rounded">DELETE</button>
944
+ </td>
945
+ </tr>
946
+ <tr>
947
+ <td class="py-3">The Broadcasts Continue</td>
948
+ <td class="py-3">
949
+ <span class="text-xs bg-gray-800 px-2 py-1 rounded">#jonestown</span>
950
+ <span class="text-xs bg-gray-800 px-2 py-1 rounded">#broadcast</span>
951
+ </td>
952
+ <td class="py-3">2023-10-28</td>
953
+ <td class="py-3">
954
+ <span class="text-xs bg-green-900/50 px-2 py-1 rounded">PUBLISHED</span>
955
+ </td>
956
+ <td class="py-3">
957
+ <button class="text-xs bg-blue-900/50 px-2 py-1 rounded mr-1">EDIT</button>
958
+ <button class="text-xs bg-red-900/50 px-2 py-1 rounded">DELETE</button>
959
+ </td>
960
+ </tr>
961
+ </tbody>
962
+ </table>
963
+ </div>
964
+
965
+ <div class="mt-4 flex justify-between items-center">
966
+ <div class="text-sm text-gray-400">Showing 1 to 4 of 12 entries</div>
967
+ <div class="flex space-x-2">
968
+ <button class="px-3 py-1 rounded border border-red-900 text-red-400 text-sm">&lt;</button>
969
+ <button class="px-3 py-1 rounded bg-red-900 text-white text-sm">1</button>
970
+ <button class="px-3 py-1 rounded border border-red-900 text-sm">2</button>
971
+ <button class="px-3 py-1 rounded border border-red-900 text-sm">3</button>
972
+ <button class="px-3 py-1 rounded border border-red-900 text-red-400 text-sm">&gt;</button>
973
+ </div>
974
+ </div>
975
+ </div>
976
+
977
+ <!-- New Post Section -->
978
+ <div id="newPostSection" class="admin-section bg-black p-6 rounded-lg border border-red-900 hidden">
979
+ <h3 class="text-2xl font-bold mb-6">NEW REVELATION</h3>
980
+
981
+ <div class="mb-4">
982
+ <label class="block text-sm font-bold mb-2">TITLE</label>
983
+ <input type="text" class="w-full admin-panel px-4 py-2 rounded" placeholder="THE TRUTH ABOUT...">
984
+ </div>
985
+
986
+ <div class="mb-4">
987
+ <label class="block text-sm font-bold mb-2">DOCUMENT TYPE</label>
988
+ <select class="w-full admin-panel px-4 py-2 rounded">
989
+ <option>TOP SECRET</option>
990
+ <option>CULT COOKBOOK</option>
991
+ <option>FIELD REPORT</option>
992
+ <option>MEMORANDUM</option>
993
+ <option>PSYOP BRIEF</option>
994
+ <option>MANIFESTO</option>
995
+ </select>
996
+ </div>
997
+
998
+ <div class="mb-4">
999
+ <label class="block text-sm font-bold mb-2">TAGS</label>
1000
+ <div class="flex flex-wrap gap-2">
1001
+ <span class="text-xs bg-gray-800 px-2 py-1 rounded flex items-center">
1002
+ MKULTRA
1003
+ <button class="ml-1 text-red-400">&times;</button>
1004
+ </span>
1005
+ <span class="text-xs bg-gray-800 px-2 py-1 rounded flex items-center">
1006
+ JONESTOWN
1007
+ <button class="ml-1 text-red-400">&times;</button>
1008
+ </span>
1009
+ <input type="text" class="text-xs bg-gray-800 px-2 py-1 rounded" placeholder="Add tag...">
1010
+ </div>
1011
+ </div>
1012
+
1013
+ <div class="mb-4">
1014
+ <label class="block text-sm font-bold mb-2">CONTENT</label>
1015
+ <div class="flex border-b border-red-900">
1016
+ <button class="px-3 py-2 border-b-2 border-red-400">WRITE</button>
1017
+ <button class="px-3 py-2">PREVIEW</button>
1018
+ </div>
1019
+ <textarea class="w-full admin-panel px-4 py-2 rounded mt-2 h-64" placeholder="Begin your revelation..."></textarea>
1020
+ </div>
1021
+
1022
+ <div class="mb-4">
1023
+ <label class="block text-sm font-bold mb-2">REDACTED TEXT</label>
1024
+ <p class="text-sm mb-2">Highlight text and click to redact:</p>
1025
+ <div class="flex space-x-2">
1026
+ <button class="text-xs bg-black px-2 py-1 rounded border border-red-900">REDACT</button>
1027
+ <button class="text-xs bg-black px-2 py-1 rounded border border-red-900">UNREDACT</button>
1028
+ </div>
1029
+ </div>
1030
+
1031
+ <div class="mb-4">
1032
+ <label class="block text-sm font-bold mb-2">STATUS</label>
1033
+ <div class="flex space-x-4">
1034
+ <label class="flex items-center">
1035
+ <input type="radio" name="status" checked class="mr-2">
1036
+ <span>DRAFT</span>
1037
+ </label>
1038
+ <label class="flex items-center">
1039
+ <input type="radio" name="status" class="mr-2">
1040
+ <span>PUBLISH</span>
1041
+ </label>
1042
+ <label class="flex items-center">
1043
+ <input type="radio" name="status" class="mr-2">
1044
+ <span>SCHEDULE</span>
1045
+ <input type="datetime-local" class="ml-2 admin-panel px-2 py-1 text-sm rounded">
1046
+ </label>
1047
+ </div>
1048
+ </div>
1049
+
1050
+ <div class="flex justify-end space-x-4">
1051
+ <button class="px-4 py-2 rounded border border-red-900">SAVE DRAFT</button>
1052
+ <button class="px-4 py-2 rounded bg-red-900">PUBLISH REVELATION</button>
1053
+ </div>
1054
+ </div>
1055
+
1056
+ <!-- Comments Section -->
1057
+ <div id="commentsSection" class="admin-section bg-black p-6 rounded-lg border border-red-900 hidden">
1058
+ <h3 class="text-2xl font-bold mb-6">COMMUNIQUÉS</h3>
1059
+
1060
+ <div class="mb-6 flex flex-col md:flex-row space-y-2 md:space-y-0 md:space-x-4">
1061
+ <input type="text" placeholder="SEARCH TESTIMONIES..." class="flex-grow admin-panel px-4 py-2 rounded">
1062
+ <select class="admin-panel px-4 py-2 rounded">
1063
+ <option>ALL LORE</option>
1064
+ <option>Operation: Crimson Tide</option>
1065
+ <option>Sacred Recipe #9</option>
1066
+ <option>Millennium Prophecy</option>
1067
+ </select>
1068
+ <button class="admin-panel bg-red-900 px-4 py-2 rounded">
1069
+ FILTER
1070
+ </button>
1071
+ </div>
1072
+
1073
+ <div class="overflow-y-auto h-96">
1074
+ <div class="mb-4 pb-4 border-b border-red-900/50">
1075
+ <div class="flex justify-between items-start mb-2">
1076
+ <span class="font-bold">DISCIPLE_47</span>
1077
+ <span class="text-sm text-gray-400">2023-11-20</span>
1078
+ </div>
1079
+ <p class="mb-2">I've seen HIM in my dreams. The walls melted and HE came through. OH YEAH.</p>
1080
+ <div class="flex justify-between items-center">
1081
+ <div class="flex space-x-4 text-sm">
1082
+ <span class="flex items-center text-gray-400"><span class="mr-1">🍹</span> 12</span>
1083
+ <span class="flex items-center text-gray-400"><span class="mr-1">💀</span> 3</span>
1084
+ <span class="flex items-center text-gray-400"><span class="mr-1">👁️</span> 7</span>
1085
+ </div>
1086
+ <div class="flex space-x-2">
1087
+ <button class="text-xs bg-blue-900/50 px-2 py-1 rounded">APPROVE</button>
1088
+ <button class="text-xs bg-red-900/50 px-2 py-1 rounded">DELETE</button>
1089
+ </div>
1090
+ </div>
1091
+ </div>
1092
+
1093
+ <div class="mb-4 pb-4 border-b border-red-900/50">
1094
+ <div class="flex justify-between items-start mb-2">
1095
+ <span class="font-bold">BROADCAST_9</span>
1096
+ <span class="text-sm text-gray-400">2023-11-18</span>
1097
+ </div>
1098
+ <p class="mb-2">The formula works. I've mixed it exactly as described and now I hear THE VOICES in the static.</p>
1099
+ <div class="flex justify-between items-center">
1100
+ <div class="flex space-x-4 text-sm">
1101
+ <span class="flex items-center text-gray-400"><span class="mr-1">🍹</span> 8</span>
1102
+ <span class="flex items-center text-gray-400"><span class="mr-1">💀</span> 2</span>
1103
+ <span class="flex items-center text-gray-400"><span class="mr-1">👁️</span> 5</span>
1104
+ </div>
1105
+ <div class="flex space-x-2">
1106
+ <button class="text-xs bg-blue-900/50 px-2 py-1 rounded">APPROVE</button>
1107
+ <button class="text-xs bg-red-900/50 px-2 py-1 rounded">DELETE</button>
1108
+ </div>
1109
+ </div>
1110
+ </div>
1111
+
1112
+ <div class="mb-4 pb-4 border-b border-red-900/50">
1113
+ <div class="flex justify-between items-start mb-2">
1114
+ <span class="font-bold">WATCHER_13</span>
1115
+ <span class="text-sm text-gray-400">2023-11-15</span>
1116
+ </div>
1117
+ <p class="mb-2">They told me this was declassified but I see REDACTIONS everywhere. What are they hiding?</p>
1118
+ <div class="flex justify-between items-center">
1119
+ <div class="flex space-x-4 text-sm">
1120
+ <span class="flex items-center text-gray-400"><span class="mr-1">🍹</span> 15</span>
1121
+ <span class="flex items-center text-gray-400"><span class="mr-1">💀</span> 9</span>
1122
+ <span class="flex items-center text-gray-400"><span class="mr-1">👁️</span> 11</span>
1123
+ </div>
1124
+ <div class="flex space-x-2">
1125
+ <button class="text-xs bg-blue-900/50 px-2 py-1 rounded">APPROVE</button>
1126
+ <button class="text-xs bg-red-900/50 px-2 py-1 rounded">DELETE</button>
1127
+ </div>
1128
+ </div>
1129
+ </div>
1130
+
1131
+ <div class="mb-4 pb-4 border-b border-red-900/50">
1132
+ <div class="flex justify-between items-start mb-2">
1133
+ <span class="font-bold">INITIATE_33</span>
1134
+ <span class="text-sm text-gray-400">2023-11-12</span>
1135
+ </div>
1136
+ <p class="mb-2">I followed the recipe but my walls remain intact. Am I doing something wrong?</p>
1137
+ <div class="flex justify-between items-center">
1138
+ <div class="flex space-x-4 text-sm">
1139
+ <span class="flex items-center text-gray-400"><span class="mr-1">🍹</span> 4</span>
1140
+ <span class="flex items-center text-gray-400"><span class="mr-1">💀</span> 1</span>
1141
+ <span class="flex items-center text-gray-400"><span class="mr-1">👁️</span> 2</span>
1142
+ </div>
1143
+ <div class="flex space-x-2">
1144
+ <button class="text-xs bg-blue-900/50 px-2 py-1 rounded">APPROVE</button>
1145
+ <button class="text-xs bg-red-900/50 px-2 py-1 rounded">DELETE</button>
1146
+ </div>
1147
+ </div>
1148
+ </div>
1149
+
1150
+ <div class="mb-4">
1151
+ <div class="flex justify-between items-start mb-2">
1152
+ <span class="font-bold">SEEKER_5</span>
1153
+ <span class="text-sm text-gray-400">2023-11-10</span>
1154
+ </div>
1155
+ <p class="mb-2">The broadcast last night... I understood everything. The glass IS half full!</p>
1156
+ <div class="flex justify-between items-center">
1157
+ <div class="flex space-x-4 text-sm">
1158
+ <span class="flex items-center text-gray-400"><span class="mr-1">🍹</span> 7</span>
1159
+ <span class="flex items-center text-gray-400"><span class="mr-1">💀</span> 0</span>
1160
+ <span class="flex items-center text-gray-400"><span class="mr-1">👁️</span> 3</span>
1161
+ </div>
1162
+ <div class="flex space-x-2">
1163
+ <button class="text-xs bg-blue-900/50 px-2 py-1 rounded">APPROVE</button>
1164
+ <button class="text-xs bg-red-900/50 px-2 py-1 rounded">DELETE</button>
1165
+ </div>
1166
+ </div>
1167
+ </div>
1168
+ </div>
1169
+ </div>
1170
+
1171
+ <!-- Settings Section -->
1172
+ <div id="settingsSection" class="admin-section bg-black p-6 rounded-lg border border-red-900 hidden">
1173
+ <h3 class="text-2xl font-bold mb-6">RITUAL SETTINGS</h3>
1174
+
1175
+ <div class="space-y-6">
1176
+ <div>
1177
+ <h4 class="font-bold mb-4">GENERAL</h4>
1178
+ <div class="space-y-4">
1179
+ <div class="flex items-center justify-between">
1180
+ <label>Enable subliminal messages</label>
1181
+ <label class="relative inline-flex items-center cursor-pointer">
1182
+ <input type="checkbox" checked class="sr-only peer">
1183
+ <div class="w-11 h-6 bg-gray-700 rounded-full peer peer-checked:after:translate-x-full peer-checked:after:border-white after:content-[''] after:absolute after:top-0.5 after:left-[2px] after:bg-white after:border-gray-300 after:border after:rounded-full after:h-5 after:w-5 after:transition-all peer-checked:bg-red-900"></div>
1184
+ </label>
1185
+ </div>
1186
+ <div class="flex items-center justify-between">
1187
+ <label>Enable audio transmissions</label>
1188
+ <label class="relative inline-flex items-center cursor-pointer">
1189
+ <input type="checkbox" checked class="sr-only peer">
1190
+ <div class="w-11 h-6 bg-gray-700 rounded-full peer peer-checked:after:translate-x-full peer-checked:after:border-white after:content-[''] after:absolute after:top-0.5 after:left-[2px] after:bg-white after:border-gray-300 after:border after:rounded-full after:h-5 after:w-5 after:transition-all peer-checked:bg-red-900"></div>
1191
+ </label>
1192
+ </div>
1193
+ <div class="flex items-center justify-between">
1194
+ <label>Enable wall break detection</label>
1195
+ <label class="relative inline-flex items-center cursor-pointer">
1196
+ <input type="checkbox" class="sr-only peer">
1197
+ <div class="w-11 h-6 bg-gray-700 rounded-full peer peer-checked:after:translate-x-full peer-checked:after:border-white after:content-[''] after:absolute after:top-0.5 after:left-[2px] after:bg-white after:border-gray-300 after:border after:rounded-full after:h-5 after:w-5 after:transition-all peer-checked:bg-red-900"></div>
1198
+ </label>
1199
+ </div>
1200
+ </div>
1201
+ </div>
1202
+
1203
+ <div>
1204
+ <h4 class="font-bold mb-4">APPEARANCE</h4>
1205
+ <div class="space-y-4">
1206
+ <div>
1207
+ <label class="block text-sm font-bold mb-2">PRIMARY COLOR</label>
1208
+ <div class="flex space-x-4">
1209
+ <label class="flex items-center">
1210
+ <input type="radio" name="primary-color" checked class="mr-2">
1211
+ <span class="w-6 h-6 bg-red-900 rounded-full"></span>
1212
+
1213
+ <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=banditfrombluey/theoolaidcummmune" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
1214
+ </html>