Skjor commited on
Commit
0dcc870
verified
1 Parent(s): f563f82

undefined - Initial Deployment

Browse files
Files changed (3) hide show
  1. README.md +7 -5
  2. index.html +556 -18
  3. prompts.txt +0 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Vvv
3
- emoji: 馃悽
4
- colorFrom: purple
5
- colorTo: gray
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: vvv
3
+ emoji: 馃惓
4
+ colorFrom: blue
5
+ colorTo: pink
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,557 @@
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="pl">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=10cm, initial-scale=1.0">
6
+ <title>Czarny 艁ab臋d藕 - Rozk艂ad Tarot</title>
7
+ <style>
8
+ /* ===== CZARNY 艁AB臉D殴 - SINGLE FILE CSS ===== */
9
+ /* Wszystkie style wbudowane w HTML - jeden plik */
10
+
11
+ @import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700&family=Inter:wght@400;500;700&family=Playfair+Display:wght@400;700&display=swap');
12
+
13
+ /* === RESET I PODSTAWY === */
14
+ * {
15
+ margin: 0;
16
+ padding: 0;
17
+ box-sizing: border-box;
18
+ }
19
+
20
+ body {
21
+ font-family: 'Inter', sans-serif;
22
+ background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 50%, #dee2e6 100%);
23
+ min-height: 100vh;
24
+ padding: 20px;
25
+ position: relative;
26
+ overflow-x: hidden;
27
+ }
28
+
29
+ body::before {
30
+ content: '';
31
+ position: fixed;
32
+ top: 0;
33
+ left: 0;
34
+ width: 100%;
35
+ height: 100%;
36
+ background:
37
+ radial-gradient(circle at 20% 80%, rgba(122, 155, 118, 0.1) 0%, transparent 50%),
38
+ radial-gradient(circle at 80% 20%, rgba(122, 155, 118, 0.08) 0%, transparent 50%),
39
+ radial-gradient(circle at 40% 40%, rgba(122, 155, 118, 0.05) 0%, transparent 50%);
40
+ pointer-events: none;
41
+ z-index: -1;
42
+ }
43
+
44
+ /* === STRONA G艁脫WNA === */
45
+ .page {
46
+ width: 10cm;
47
+ height: 15cm;
48
+ background: linear-gradient(145deg, #fefefe 0%, #f8f8f6 100%);
49
+ margin: 0 auto 30px;
50
+ border: 2px solid #2d2d2d;
51
+ position: relative;
52
+ page-break-after: always;
53
+ overflow: hidden;
54
+ box-shadow: 0 2px 8px rgba(0,0,0,0.1);
55
+ border-radius: 0;
56
+ transform: none;
57
+ transition: all 0.3s ease;
58
+ animation: slideInUp 0.8s ease-out;
59
+ }
60
+
61
+ .page:hover {
62
+ transform: scale(1.01);
63
+ box-shadow: 0 4px 12px rgba(0,0,0,0.15);
64
+ }
65
+
66
+ /* === HEADER === */
67
+ .header {
68
+ background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%);
69
+ color: #fefefe;
70
+ padding: 4px;
71
+ border-bottom: 2px solid #8b5cf6;
72
+ position: relative;
73
+ text-align: center;
74
+ }
75
+
76
+ .spread-title {
77
+ font-family: 'Playfair Display', serif;
78
+ font-size: 12pt;
79
+ font-weight: 700;
80
+ text-transform: uppercase;
81
+ letter-spacing: 1px;
82
+ margin-bottom: 2px;
83
+ line-height: 1.1;
84
+ background: linear-gradient(45deg, #fefefe, #8b5cf6);
85
+ -webkit-background-clip: text;
86
+ -webkit-text-fill-color: transparent;
87
+ background-clip: text;
88
+ text-shadow: 0 2px 4px rgba(0,0,0,0.3);
89
+ }
90
+
91
+ .spread-subtitle {
92
+ font-family: 'JetBrains Mono', monospace;
93
+ font-size: 6pt;
94
+ text-transform: uppercase;
95
+ letter-spacing: 0.5px;
96
+ color: #8b5cf6;
97
+ opacity: 0.9;
98
+ }
99
+
100
+ /* === CONTENT === */
101
+ .content {
102
+ padding: 12px;
103
+ height: calc(100% - 80px);
104
+ display: flex;
105
+ flex-direction: column;
106
+ }
107
+
108
+ .summary {
109
+ background: linear-gradient(135deg, #f8f8f6 0%, #f0f0ec 100%);
110
+ border-left: 2px solid #8b5cf6;
111
+ padding: 3mm 5mm;
112
+ margin: 2mm 5mm 2mm 5mm;
113
+ font-size: 5.5pt;
114
+ line-height: 1.3;
115
+ color: #2d2d2d;
116
+ border-radius: 0 2px 2px 0;
117
+ box-shadow: 0 1px 2px rgba(0,0,0,0.05);
118
+ position: relative;
119
+ }
120
+
121
+ /* === LAYOUT SECTION === */
122
+ .layout-section {
123
+ flex: 1;
124
+ display: flex;
125
+ flex-direction: column;
126
+ }
127
+
128
+ .section-title {
129
+ font-family: 'JetBrains Mono', monospace;
130
+ font-size: 6pt;
131
+ font-weight: 700;
132
+ color: #2d2d2d;
133
+ margin-bottom: 6px;
134
+ text-align: center;
135
+ text-transform: uppercase;
136
+ letter-spacing: 0.5px;
137
+ background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
138
+ color: white;
139
+ padding: 4px 8px;
140
+ display: inline-block;
141
+ width: fit-content;
142
+ border-radius: 3px;
143
+ box-shadow: 0 1px 3px rgba(0,0,0,0.2);
144
+ position: relative;
145
+ }
146
+
147
+ .section-title::after {
148
+ content: '';
149
+ position: absolute;
150
+ bottom: 0;
151
+ left: 0;
152
+ width: 100%;
153
+ height: 2px;
154
+ background: linear-gradient(90deg, transparent, rgba(255,255,255,0.5), transparent);
155
+ }
156
+
157
+ /* === CARD LAYOUT === */
158
+ .card-layout {
159
+ display: grid;
160
+ grid-template-columns: repeat(3, 1fr);
161
+ gap: 2mm;
162
+ margin-bottom: 6px;
163
+ justify-items: center;
164
+ align-items: center;
165
+ min-height: 40px;
166
+ background: linear-gradient(135deg, #f8f8f6 0%, #f0f0ec 100%);
167
+ padding: 2mm 5mm;
168
+ border: 1px solid #e0e0dc;
169
+ border-radius: 3px;
170
+ box-shadow: 0 1px 2px rgba(0,0,0,0.05);
171
+ }
172
+
173
+ /* === SWAN LAYOUT SPECIFIC === */
174
+ .swan-s-layout-vector {
175
+ display: flex;
176
+ justify-content: center;
177
+ align-items: center;
178
+ margin: 0 auto;
179
+ padding: 8px;
180
+ }
181
+
182
+ .swan-s-layout-vector svg {
183
+ border-radius: 3px;
184
+ box-shadow: 0 1px 2px rgba(0,0,0,0.05);
185
+ }
186
+
187
+ /* === CARDS === */
188
+ .card {
189
+ width: 18px;
190
+ height: 27px;
191
+ background: linear-gradient(145deg, #2d2d2d 0%, #1a1a1a 100%);
192
+ border: 1px solid #2d2d2d;
193
+ display: flex;
194
+ align-items: center;
195
+ justify-content: center;
196
+ color: #fefefe;
197
+ font-family: 'JetBrains Mono', monospace;
198
+ font-size: 6pt;
199
+ font-weight: 700;
200
+ position: relative;
201
+ border-radius: 2px;
202
+ box-shadow: 0 1px 2px rgba(0,0,0,0.3);
203
+ transition: all 0.3s ease;
204
+ cursor: pointer;
205
+ transform-style: preserve-3d;
206
+ }
207
+
208
+ .card:hover {
209
+ transform: translateY(-1px) scale(1.03);
210
+ box-shadow: 0 2px 4px rgba(0,0,0,0.4);
211
+ }
212
+
213
+ .card::after {
214
+ content: '';
215
+ position: absolute;
216
+ top: 1px;
217
+ left: 1px;
218
+ right: 1px;
219
+ bottom: 1px;
220
+ border: 1px solid #8b5cf6;
221
+ border-radius: 1px;
222
+ pointer-events: none;
223
+ }
224
+
225
+ /* === MEANINGS === */
226
+ .meanings {
227
+ font-size: 5.5pt;
228
+ line-height: 1.1;
229
+ flex: 1;
230
+ overflow: hidden;
231
+ display: grid;
232
+ grid-template-columns: 1fr 1fr 1fr;
233
+ gap: 2px;
234
+ }
235
+
236
+ .meaning-item {
237
+ margin-bottom: 0px;
238
+ display: flex;
239
+ align-items: flex-start;
240
+ background: transparent;
241
+ border-left: none;
242
+ padding: 0px 1px;
243
+ border-radius: 0;
244
+ box-shadow: none;
245
+ transition: all 0.2s ease;
246
+ }
247
+
248
+ .meaning-item:hover {
249
+ background: rgba(139, 92, 246, 0.05);
250
+ }
251
+
252
+ .card-number {
253
+ color: #2d2d2d;
254
+ font-family: 'JetBrains Mono', monospace;
255
+ font-size: 6pt;
256
+ font-weight: 700;
257
+ margin-right: 4px;
258
+ flex-shrink: 0;
259
+ }
260
+
261
+ .meaning-text {
262
+ color: #2d2d2d;
263
+ font-size: 5.5pt;
264
+ line-height: 1.1;
265
+ }
266
+
267
+ /* === INTERPRETATION GUIDE === */
268
+ .interpretation-guide {
269
+ margin-top: 6px;
270
+ background: linear-gradient(135deg, #f8f8f6 0%, #f0f0ec 100%);
271
+ border: 2px solid #8b5cf6;
272
+ border-radius: 6px;
273
+ padding: 6px;
274
+ box-shadow: 0 2px 6px rgba(0,0,0,0.1);
275
+ }
276
+
277
+ .guide-content {
278
+ display: grid;
279
+ grid-template-columns: 1fr 1fr 1fr;
280
+ gap: 4px;
281
+ margin-top: 4px;
282
+ }
283
+
284
+ .guide-column {
285
+ background: linear-gradient(135deg, #fefefe 0%, #f8f8f6 100%);
286
+ border-left: 3px solid #8b5cf6;
287
+ padding: 3px 5px;
288
+ border-radius: 0 3px 3px 0;
289
+ box-shadow: 0 1px 2px rgba(0,0,0,0.1);
290
+ }
291
+
292
+ .guide-special {
293
+ grid-column: 1 / -1;
294
+ background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
295
+ color: white;
296
+ border-left: 3px solid #2d2d2d;
297
+ padding: 4px 6px;
298
+ border-radius: 0 4px 4px 0;
299
+ box-shadow: 0 2px 4px rgba(0,0,0,0.2);
300
+ margin-top: 3px;
301
+ }
302
+
303
+ .guide-header {
304
+ font-family: 'JetBrains Mono', monospace;
305
+ font-size: 5.5pt;
306
+ font-weight: 700;
307
+ text-transform: uppercase;
308
+ letter-spacing: 0.3px;
309
+ margin-bottom: 1px;
310
+ color: #2d2d2d;
311
+ }
312
+
313
+ .guide-special .guide-header {
314
+ color: white;
315
+ }
316
+
317
+ .guide-text {
318
+ font-size: 5pt;
319
+ line-height: 1.1;
320
+ color: #2d2d2d;
321
+ }
322
+
323
+ .guide-special .guide-text {
324
+ color: white;
325
+ }
326
+
327
+ /* === FOOTER === */
328
+ .footer {
329
+ position: absolute;
330
+ bottom: 0;
331
+ left: 0;
332
+ right: 0;
333
+ background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
334
+ color: white;
335
+ text-align: center;
336
+ font-family: 'JetBrains Mono', monospace;
337
+ font-size: 5pt;
338
+ padding: 6px;
339
+ text-transform: uppercase;
340
+ letter-spacing: 0.5px;
341
+ box-shadow: 0 -2px 8px rgba(0,0,0,0.2);
342
+ }
343
+
344
+ /* === ANIMACJE === */
345
+ @keyframes slideInUp {
346
+ from {
347
+ opacity: 0;
348
+ transform: translateY(50px) perspective(1000px) rotateX(2deg);
349
+ }
350
+ to {
351
+ opacity: 1;
352
+ transform: translateY(0) perspective(1000px) rotateX(2deg);
353
+ }
354
+ }
355
+
356
+ .meaning-item:nth-child(odd) {
357
+ animation: fadeInLeft 0.6s ease-out;
358
+ }
359
+
360
+ .meaning-item:nth-child(even) {
361
+ animation: fadeInRight 0.6s ease-out;
362
+ }
363
+
364
+ @keyframes fadeInLeft {
365
+ from {
366
+ opacity: 0;
367
+ transform: translateX(-20px);
368
+ }
369
+ to {
370
+ opacity: 1;
371
+ transform: translateX(0);
372
+ }
373
+ }
374
+
375
+ @keyframes fadeInRight {
376
+ from {
377
+ opacity: 0;
378
+ transform: translateX(20px);
379
+ }
380
+ to {
381
+ opacity: 1;
382
+ transform: translateX(0);
383
+ }
384
+ }
385
+
386
+ /* === RESPONSIVE === */
387
+ @media (max-width: 768px) {
388
+ .page {
389
+ width: 100%;
390
+ max-width: 10cm;
391
+ height: auto;
392
+ min-height: 15cm;
393
+ }
394
+
395
+ .meanings {
396
+ grid-template-columns: 1fr;
397
+ }
398
+
399
+ .guide-content {
400
+ grid-template-columns: 1fr;
401
+ }
402
+ }
403
+
404
+ /* === PRINT STYLES === */
405
+ @media print {
406
+ body {
407
+ background: white;
408
+ padding: 0;
409
+ }
410
+
411
+ .page {
412
+ width: 10cm;
413
+ height: 15cm;
414
+ margin: 0;
415
+ box-shadow: none;
416
+ border: 1px solid #000;
417
+ }
418
+
419
+ .page:hover {
420
+ transform: none;
421
+ }
422
+ }
423
+ </style>
424
+ </head>
425
+ <body>
426
+ <!-- Rozk艂ad Czarny 艁ab臋d藕 -->
427
+ <div class="page czarny-labedz-page">
428
+ <div class="header">
429
+ <div class="spread-title">Czarny 艁ab臋d藕</div>
430
+ <div class="spread-subtitle">rozk艂ad na odkrywanie ciemnych aspekt贸w</div>
431
+ </div>
432
+ <div class="content">
433
+ <div class="summary">
434
+ Ka偶dy z nas ma swojego "Czarnego 艁ab臋dzia" - ukryte, ciemne aspekty osobowo艣ci, kt贸re boimy si臋 pokaza膰 艣wiatu. Ten rozk艂ad, inspirowany baletem "Jezioro 艁ab臋dzie" i filmem "Black Swan", pomo偶e ci odkry膰 i zaakceptowa膰 te ukryte cz臋艣ci siebie. Nina, bohaterka filmu, musia艂a zmierzy膰 si臋 ze swoj膮 ciemn膮 stron膮, aby w pe艂ni wyrazi膰 swoj膮 artystyczn膮 wizj臋. Ten rozk艂ad pomo偶e ci odkry膰 tw贸j osobisty "Czarny 艁ab臋d藕".
435
+ </div>
436
+ <div class="layout-section">
437
+ <div class="section-title">UK艁AD</div>
438
+ <div class="card-layout swan-s-layout-vector">
439
+ <svg width="180" height="120" viewBox="0 0 400 300" xmlns="http://www.w3.org/2000/svg">
440
+ <defs>
441
+ <linearGradient id="backgroundGradient" x1="0%" y1="0%" x2="100%" y2="100%">
442
+ <stop offset="0%" style="stop-color:#f8f8f6;stop-opacity:1" />
443
+ <stop offset="100%" style="stop-color:#f0f0ec;stop-opacity:1" />
444
+ </linearGradient>
445
+ <linearGradient id="cardGradient" x1="0%" y1="0%" x2="100%" y2="100%">
446
+ <stop offset="0%" style="stop-color:#d3d3d3;stop-opacity:1" />
447
+ <stop offset="100%" style="stop-color:#c0c0c0;stop-opacity:1" />
448
+ </linearGradient>
449
+ <linearGradient id="textGradient" x1="0%" y1="0%" x2="100%" y2="100%">
450
+ <stop offset="0%" style="stop-color:#a0a0a0;stop-opacity:1" />
451
+ <stop offset="100%" style="stop-color:#808080;stop-opacity:1" />
452
+ </linearGradient>
453
+ </defs>
454
+ <rect width="400" height="300" fill="url(#backgroundGradient)" stroke="#e0e0dc" stroke-width="1"/>
455
+ <g transform="translate(50, 30)"><rect x="0" y="0" width="60" height="40" rx="4" ry="4" fill="url(#cardGradient)" stroke="#b0b0b0" stroke-width="1"/><text x="30" y="25" font-family="Arial, sans-serif" font-size="24" font-weight="bold" fill="url(#textGradient)" text-anchor="middle">1</text></g>
456
+ <g transform="translate(30, 100)"><rect x="0" y="0" width="60" height="40" rx="4" ry="4" fill="url(#cardGradient)" stroke="#b0b0b0" stroke-width="1"/><text x="30" y="25" font-family="Arial, sans-serif" font-size="24" font-weight="bold" fill="url(#textGradient)" text-anchor="middle">2</text></g>
457
+ <g transform="translate(50, 170)"><rect x="0" y="0" width="60" height="40" rx="4" ry="4" fill="url(#cardGradient)" stroke="#b0b0b0" stroke-width="1"/><text x="30" y="25" font-family="Arial, sans-serif" font-size="24" font-weight="bold" fill="url(#textGradient)" text-anchor="middle">3</text></g>
458
+ <g transform="translate(120, 100)"><rect x="0" y="0" width="60" height="40" rx="4" ry="4" fill="url(#cardGradient)" stroke="#b0b0b0" stroke-width="1"/><text x="30" y="25" font-family="Arial, sans-serif" font-size="24" font-weight="bold" fill="url(#textGradient)" text-anchor="middle">4</text></g>
459
+ <g transform="translate(190, 70)"><rect x="0" y="0" width="60" height="40" rx="4" ry="4" fill="url(#cardGradient)" stroke="#b0b0b0" stroke-width="1"/><text x="30" y="25" font-family="Arial, sans-serif" font-size="24" font-weight="bold" fill="url(#textGradient)" text-anchor="middle">5</text></g>
460
+ <g transform="translate(260, 30)"><rect x="0" y="0" width="60" height="40" rx="4" ry="4" fill="url(#cardGradient)" stroke="#b0b0b0" stroke-width="1"/><text x="30" y="25" font-family="Arial, sans-serif" font-size="24" font-weight="bold" fill="url(#textGradient)" text-anchor="middle">6</text></g>
461
+ <g transform="translate(285, 100)"><rect x="0" y="0" width="60" height="40" rx="4" ry="4" fill="url(#cardGradient)" stroke="#b0b0b0" stroke-width="1"/><text x="30" y="25" font-family="Arial, sans-serif" font-size="24" font-weight="bold" fill="url(#textGradient)" text-anchor="middle">7</text></g>
462
+ <g transform="translate(295, 170)"><rect x="0" y="0" width="60" height="40" rx="4" ry="4" fill="url(#cardGradient)" stroke="#b0b0b0" stroke-width="1"/><text x="30" y="25" font-family="Arial, sans-serif" font-size="24" font-weight="bold" fill="url(#textGradient)" text-anchor="middle">8</text></g>
463
+ <g transform="translate(265, 240)"><rect x="0" y="0" width="60" height="40" rx="4" ry="4" fill="url(#cardGradient)" stroke="#b0b0b0" stroke-width="1"/><text x="30" y="25" font-family="Arial, sans-serif" font-size="24" font-weight="bold" fill="url(#textGradient)" text-anchor="middle">9</text></g>
464
+ </svg>
465
+ </div>
466
+ <div class="section-title">POZYCJE</div>
467
+ <div class="meanings">
468
+ <div class="meaning-item">
469
+ <div class="card-number">1</div>
470
+ <div class="meaning-text">Jak膮 cz臋艣膰 siebie boj臋 si臋 pokaza膰 艣wiatu?</div>
471
+ </div>
472
+ <div class="meaning-item">
473
+ <div class="card-number">2</div>
474
+ <div class="meaning-text">Jak膮 cz臋艣膰 siebie boj臋 si臋 zobaczy膰?</div>
475
+ </div>
476
+ <div class="meaning-item">
477
+ <div class="card-number">3</div>
478
+ <div class="meaning-text">Jak reaguj臋 na ten strach?</div>
479
+ </div>
480
+ <div class="meaning-item">
481
+ <div class="card-number">4</div>
482
+ <div class="meaning-text">Jakie mury tworz臋?</div>
483
+ </div>
484
+ <div class="meaning-item">
485
+ <div class="card-number">5</div>
486
+ <div class="meaning-text">Jaka cz臋艣膰 mnie wydaje si臋 by膰 niebezpieczna?</div>
487
+ </div>
488
+ <div class="meaning-item">
489
+ <div class="card-number">6</div>
490
+ <div class="meaning-text">Czy zarz膮dzam swoj膮 seksualn膮 moc膮?</div>
491
+ </div>
492
+ <div class="meaning-item">
493
+ <div class="card-number">7</div>
494
+ <div class="meaning-text">Czy potrafi臋 pokocha膰 mroczny aspekt mojej psychiki?</div>
495
+ </div>
496
+ <div class="meaning-item">
497
+ <div class="card-number">8</div>
498
+ <div class="meaning-text">Czy potrafi臋 zaakceptowa膰 i chroni膰 moj膮 ciemno艣膰 tak, aby inni nie mogli jej zrani膰?</div>
499
+ </div>
500
+ <div class="meaning-item">
501
+ <div class="card-number">9</div>
502
+ <div class="meaning-text">Kto jest moim sobowt贸rem?</div>
503
+ </div>
504
+ </div>
505
+ </div>
506
+ <div class="interpretation-guide">
507
+ <div class="section-title">WSKAZ脫WKI INTERPRETACYJNE</div>
508
+ <div class="guide-content">
509
+ <div class="guide-column">
510
+ <div class="guide-header">Bia艂y 艁ab臋d藕 (1-3)</div>
511
+ <div class="guide-text">艢wiadome aspekty - to, co pokazujesz 艣wiatu i co widzisz w sobie. Strach przed odkryciem prawdziwej natury.</div>
512
+ </div>
513
+ <div class="guide-column">
514
+ <div class="guide-header">Transformacja (4-6)</div>
515
+ <div class="guide-text">Proces przemiany 艂ab臋dzia - mury, kt贸re budujesz, odkrycie niebezpiecznej cz臋艣ci siebie i nauka zarz膮dzania swoj膮 prawdziw膮 moc膮.</div>
516
+ </div>
517
+ <div class="guide-column">
518
+ <div class="guide-header">Czarny 艁ab臋d藕 (7-9)</div>
519
+ <div class="guide-text">Akceptacja ciemno艣ci - mi艂o艣膰 do mrocznych aspekt贸w, ochrona swojej ciemno艣ci i odkrycie sobowt贸ra.</div>
520
+ </div>
521
+ <div class="guide-special">
522
+ <div class="guide-header">Karta 5 (Klucz do Transformacji)</div>
523
+ <div class="guide-text">To, co wydaje si臋 niebezpieczne w tobie, jest w rzeczywisto艣ci twoj膮 prawdziw膮 moc膮. Jak 艂ab臋d藕, kt贸ry musi zaakceptowa膰 swoj膮 ciemn膮 stron臋, aby w pe艂ni rozwin膮膰 skrzyd艂a. To jest moment, gdy bia艂y 艂ab臋d藕 odkrywa swoj膮 czarn膮 natur臋.</div>
524
+ </div>
525
+ </div>
526
+ </div>
527
+ </div>
528
+ <div class="footer">KA呕DY MA SWOJEGO CZARNEGO 艁AB臉DZIA. ODKRYJ SWOJEGO.</div>
529
+ </div>
530
+
531
+ <!-- Przycisk do generowania PNG -->
532
+ <div style="text-align: center; margin: 20px;">
533
+ <button id="generatePNG" style="
534
+ background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
535
+ color: white;
536
+ border: none;
537
+ padding: 12px 24px;
538
+ font-family: 'JetBrains Mono', monospace;
539
+ font-size: 14px;
540
+ font-weight: 700;
541
+ text-transform: uppercase;
542
+ letter-spacing: 1px;
543
+ border-radius: 6px;
544
+ cursor: pointer;
545
+ box-shadow: 0 4px 12px rgba(139, 92, 246, 0.3);
546
+ transition: all 0.3s ease;
547
+ " onmouseover="this.style.transform='scale(1.05)'; this.style.boxShadow='0 6px 16px rgba(139, 92, 246, 0.4)'" onmouseout="this.style.transform='scale(1)'; this.style.boxShadow='0 4px 12px rgba(139, 92, 246, 0.3)'">GENERUJ PNG (PUPPETEER)</button>
548
+ </div>
549
+
550
+ <script>
551
+ // Skrypt do generowania PNG (je艣li potrzebny)
552
+ document.getElementById('generatePNG').addEventListener('click', function() {
553
+ alert('Funkcja generowania PNG wymaga serwera z Puppeteer. Otw贸rz plik w przegl膮darce i u偶yj funkcji "Zapisz jako" lub "Drukuj do PDF".');
554
+ });
555
+ </script>
556
+ </body>
557
  </html>
prompts.txt ADDED
File without changes