css-pkg-01 1.0.0 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. package/k4d/page-404.css +279 -0
  2. package/k4d/page-bonus.css +368 -0
  3. package/k4d/page-cari.css +364 -0
  4. package/k4d/page-daftar.css +648 -0
  5. package/k4d/page-demo.css +620 -0
  6. package/k4d/page-deposit-qris.css +552 -0
  7. package/k4d/page-faq.css +540 -0
  8. package/k4d/page-game-gates-of-olympus.css +243 -0
  9. package/k4d/page-game-starlight-princess.css +526 -0
  10. package/k4d/page-game-sweet-bonanza.css +539 -0
  11. package/k4d/page-link-alternatif.css +582 -0
  12. package/k4d/page-login.css +577 -0
  13. package/k4d/page-panduan-cara-main.css +577 -0
  14. package/k4d/page-panduan-demo-pragmatic.css +546 -0
  15. package/k4d/page-panduan-slot-zeus.css +516 -0
  16. package/k4d/page-panduan-tips-bermain.css +603 -0
  17. package/k4d/page-promo.css +600 -0
  18. package/k4d/page-rtp.css +573 -0
  19. package/k4d/page-tentang-kami.css +632 -0
  20. package/k4d/style.css +532 -0
  21. package/package.json +1 -1
  22. /package/{qq303.asia → k3r9}/page-404.css +0 -0
  23. /package/{qq303.asia → k3r9}/page-bonus.css +0 -0
  24. /package/{qq303.asia → k3r9}/page-cara-main.css +0 -0
  25. /package/{qq303.asia → k3r9}/page-cari.css +0 -0
  26. /package/{qq303.asia → k3r9}/page-daftar.css +0 -0
  27. /package/{qq303.asia → k3r9}/page-demo.css +0 -0
  28. /package/{qq303.asia → k3r9}/page-deposit-qris.css +0 -0
  29. /package/{qq303.asia → k3r9}/page-faq.css +0 -0
  30. /package/{qq303.asia → k3r9}/page-game-lucky-neko.css +0 -0
  31. /package/{qq303.asia → k3r9}/page-game-mahjong-ways-2.css +0 -0
  32. /package/{qq303.asia → k3r9}/page-game-mahjong-ways.css +0 -0
  33. /package/{qq303.asia → k3r9}/page-game-treasures-of-aztec.css +0 -0
  34. /package/{qq303.asia → k3r9}/page-game-wild-bandito.css +0 -0
  35. /package/{qq303.asia → k3r9}/page-link-alternatif.css +0 -0
  36. /package/{qq303.asia → k3r9}/page-login.css +0 -0
  37. /package/{qq303.asia → k3r9}/page-rtp.css +0 -0
  38. /package/{qq303.asia → k3r9}/page-scatter-hitam.css +0 -0
  39. /package/{qq303.asia → k3r9}/page-slot-bet-kecil.css +0 -0
  40. /package/{qq303.asia → k3r9}/page-tentang-kami.css +0 -0
  41. /package/{qq303.asia → k3r9}/style.css +0 -0
  42. /package/{fixbet88.asia → m7t2}/page-404.css +0 -0
  43. /package/{fixbet88.asia → m7t2}/page-apk.css +0 -0
  44. /package/{fixbet88.asia → m7t2}/page-bank-jago.css +0 -0
  45. /package/{fixbet88.asia → m7t2}/page-bonus.css +0 -0
  46. /package/{fixbet88.asia → m7t2}/page-cari.css +0 -0
  47. /package/{fixbet88.asia → m7t2}/page-daftar.css +0 -0
  48. /package/{fixbet88.asia → m7t2}/page-deposit-5000.css +0 -0
  49. /package/{fixbet88.asia → m7t2}/page-deposit-dana.css +0 -0
  50. /package/{fixbet88.asia → m7t2}/page-deposit-pulsa.css +0 -0
  51. /package/{fixbet88.asia → m7t2}/page-deposit-qris.css +0 -0
  52. /package/{fixbet88.asia → m7t2}/page-faq.css +0 -0
  53. /package/{fixbet88.asia → m7t2}/page-informasi-resmi.css +0 -0
  54. /package/{fixbet88.asia → m7t2}/page-link-alternatif.css +0 -0
  55. /package/{fixbet88.asia → m7t2}/page-login.css +0 -0
  56. /package/{fixbet88.asia → m7t2}/page-rtp.css +0 -0
  57. /package/{fixbet88.asia → m7t2}/page-slot-bet-200.css +0 -0
  58. /package/{fixbet88.asia → m7t2}/page-slot-maxwin.css +0 -0
  59. /package/{fixbet88.asia → m7t2}/page-slot-terbaru.css +0 -0
  60. /package/{fixbet88.asia → m7t2}/page-tentang-kami.css +0 -0
  61. /package/{fixbet88.asia → m7t2}/style.css +0 -0
@@ -0,0 +1,577 @@
1
+ :root {
2
+ --bg: #0b0a08;
3
+ --surface: #1c1913;
4
+ --surface-hover: #2a261d;
5
+ --accent: #d98e32;
6
+ --accent-glow: rgba(217, 142, 50, 0.3);
7
+ --accent2: #6cb4ee;
8
+ --text: #faf7f0;
9
+ --muted: #a89f91;
10
+ --font-display: 'Anton', sans-serif;
11
+ --font-body: 'Barlow', sans-serif;
12
+ --nav-height: 70px;
13
+ }
14
+
15
+ * {
16
+ margin: 0;
17
+ padding: 0;
18
+ box-sizing: border-box;
19
+ }
20
+
21
+ body {
22
+ background-color: var(--bg);
23
+ color: var(--text);
24
+ font-family: var(--font-body);
25
+ line-height: 1.6;
26
+ -webkit-font-smoothing: antialiased;
27
+ overflow-x: hidden;
28
+ }
29
+
30
+ .container {
31
+ width: 100%;
32
+ max-width: 1200px;
33
+ margin: 0 auto;
34
+ padding: 0 20px;
35
+ }
36
+
37
+ a {
38
+ text-decoration: none;
39
+ color: inherit;
40
+ transition: all 0.3s ease;
41
+ }
42
+
43
+ /* HEADER (Verbatim styling) */
44
+ header {
45
+ background-color: var(--surface);
46
+ border-bottom: 2px solid var(--accent);
47
+ position: fixed;
48
+ width: 100%;
49
+ top: 0;
50
+ z-index: 100;
51
+ height: var(--nav-height);
52
+ display: flex;
53
+ align-items: center;
54
+ }
55
+
56
+ .nav-container {
57
+ display: flex;
58
+ justify-content: space-between;
59
+ align-items: center;
60
+ }
61
+
62
+ .brand {
63
+ font-family: var(--font-display);
64
+ font-size: 28px;
65
+ color: var(--accent);
66
+ text-transform: uppercase;
67
+ letter-spacing: 1px;
68
+ display: flex;
69
+ align-items: center;
70
+ gap: 10px;
71
+ }
72
+
73
+ .nav-links {
74
+ display: flex;
75
+ gap: 20px;
76
+ }
77
+
78
+ .nav-links a {
79
+ color: var(--text);
80
+ font-weight: 600;
81
+ font-size: 15px;
82
+ text-transform: uppercase;
83
+ letter-spacing: 0.5px;
84
+ }
85
+
86
+ .nav-links a:hover {
87
+ color: var(--accent2);
88
+ }
89
+
90
+ .menu-toggle {
91
+ display: none;
92
+ background: none;
93
+ border: none;
94
+ color: var(--accent);
95
+ font-size: 28px;
96
+ cursor: pointer;
97
+ }
98
+
99
+ /* HERO BANNER */
100
+ .hero-arena {
101
+ margin-top: var(--nav-height);
102
+ padding: 60px 0 40px;
103
+ background: radial-gradient(circle at top right, rgba(108, 180, 238, 0.05), transparent 50%),
104
+ radial-gradient(circle at bottom left, rgba(217, 142, 50, 0.1), transparent 50%);
105
+ border-bottom: 1px solid rgba(217, 142, 50, 0.2);
106
+ position: relative;
107
+ }
108
+
109
+ .hero-arena::before {
110
+ content: '';
111
+ position: absolute;
112
+ top: 0; left: 0; right: 0; bottom: 0;
113
+ background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(217, 142, 50, 0.02) 10px, rgba(217, 142, 50, 0.02) 11px);
114
+ z-index: -1;
115
+ }
116
+
117
+ .breadcrumb {
118
+ font-size: 13px;
119
+ color: var(--muted);
120
+ margin-bottom: 20px;
121
+ text-transform: uppercase;
122
+ letter-spacing: 1px;
123
+ display: inline-block;
124
+ background: var(--surface);
125
+ padding: 6px 12px;
126
+ border-radius: 4px;
127
+ border-left: 3px solid var(--accent2);
128
+ }
129
+
130
+ .hero-title {
131
+ font-family: var(--font-display);
132
+ font-size: clamp(32px, 5vw, 56px);
133
+ color: var(--text);
134
+ line-height: 1.1;
135
+ margin-bottom: 20px;
136
+ text-transform: uppercase;
137
+ letter-spacing: 1px;
138
+ text-shadow: 2px 2px 0px #000, 4px 4px 0px rgba(217, 142, 50, 0.3);
139
+ }
140
+
141
+ .meta-chips {
142
+ display: flex;
143
+ flex-wrap: wrap;
144
+ gap: 12px;
145
+ margin-bottom: 30px;
146
+ }
147
+
148
+ .chip {
149
+ background: var(--surface);
150
+ color: var(--accent2);
151
+ padding: 6px 14px;
152
+ border-radius: 20px;
153
+ font-size: 13px;
154
+ font-weight: 600;
155
+ border: 1px solid rgba(108, 180, 238, 0.2);
156
+ display: flex;
157
+ align-items: center;
158
+ gap: 6px;
159
+ }
160
+
161
+ .hero-intro {
162
+ font-size: 18px;
163
+ color: var(--muted);
164
+ max-width: 800px;
165
+ padding-left: 20px;
166
+ border-left: 4px solid var(--accent);
167
+ background: linear-gradient(90deg, rgba(217,142,50,0.05) 0%, transparent 100%);
168
+ padding: 20px;
169
+ }
170
+
171
+ /* MAIN CONTENT LAYOUT */
172
+ .content-wrapper {
173
+ display: grid;
174
+ grid-template-columns: 1fr;
175
+ gap: 40px;
176
+ padding: 50px 0;
177
+ max-width: 900px;
178
+ margin: 0 auto;
179
+ }
180
+
181
+ .guide-section {
182
+ background: var(--surface);
183
+ padding: 30px;
184
+ border-radius: 8px;
185
+ position: relative;
186
+ box-shadow: 0 10px 30px rgba(0,0,0,0.5);
187
+ border: 1px solid rgba(255,255,255,0.02);
188
+ }
189
+
190
+ .guide-section::before {
191
+ content: '';
192
+ position: absolute;
193
+ top: 0;
194
+ left: 0;
195
+ width: 100%;
196
+ height: 3px;
197
+ background: linear-gradient(90deg, var(--accent), transparent);
198
+ border-top-left-radius: 8px;
199
+ border-top-right-radius: 8px;
200
+ }
201
+
202
+ .guide-section h2 {
203
+ font-family: var(--font-display);
204
+ font-size: clamp(24px, 3vw, 32px);
205
+ color: var(--accent);
206
+ margin-bottom: 20px;
207
+ text-transform: uppercase;
208
+ letter-spacing: 0.5px;
209
+ display: flex;
210
+ align-items: center;
211
+ gap: 15px;
212
+ }
213
+
214
+ .guide-section h2::after {
215
+ content: '';
216
+ flex: 1;
217
+ height: 1px;
218
+ background: rgba(217, 142, 50, 0.2);
219
+ }
220
+
221
+ .guide-section p {
222
+ margin-bottom: 16px;
223
+ color: var(--text);
224
+ font-size: 16px;
225
+ }
226
+
227
+ .guide-section p:last-child {
228
+ margin-bottom: 0;
229
+ }
230
+
231
+ .guide-section a {
232
+ color: var(--accent2);
233
+ font-weight: 600;
234
+ border-bottom: 1px dashed var(--accent2);
235
+ }
236
+
237
+ .guide-section a:hover {
238
+ color: var(--accent);
239
+ border-bottom-color: var(--accent);
240
+ }
241
+
242
+ /* CUSTOM LIST */
243
+ .strategy-list {
244
+ list-style: none;
245
+ margin: 20px 0;
246
+ padding: 0;
247
+ }
248
+
249
+ .strategy-list li {
250
+ position: relative;
251
+ padding-left: 35px;
252
+ margin-bottom: 12px;
253
+ font-size: 16px;
254
+ color: var(--text);
255
+ background: rgba(0,0,0,0.2);
256
+ padding: 12px 12px 12px 40px;
257
+ border-radius: 4px;
258
+ border-left: 2px solid var(--accent);
259
+ }
260
+
261
+ .strategy-list li::before {
262
+ content: '►';
263
+ position: absolute;
264
+ left: 15px;
265
+ top: 50%;
266
+ transform: translateY(-50%);
267
+ color: var(--accent2);
268
+ font-size: 12px;
269
+ }
270
+
271
+ /* FAQ ARENA */
272
+ .faq-arena {
273
+ margin-top: 20px;
274
+ }
275
+
276
+ .faq-title {
277
+ font-family: var(--font-display);
278
+ font-size: 28px;
279
+ color: var(--text);
280
+ text-align: center;
281
+ margin-bottom: 30px;
282
+ text-transform: uppercase;
283
+ }
284
+
285
+ details {
286
+ background: var(--bg);
287
+ border: 1px solid rgba(217, 142, 50, 0.2);
288
+ margin-bottom: 15px;
289
+ border-radius: 4px;
290
+ overflow: hidden;
291
+ transition: all 0.3s ease;
292
+ }
293
+
294
+ details[open] {
295
+ border-color: var(--accent);
296
+ box-shadow: 0 0 15px var(--accent-glow);
297
+ }
298
+
299
+ summary {
300
+ padding: 18px 20px;
301
+ font-weight: 700;
302
+ font-size: 16px;
303
+ cursor: pointer;
304
+ list-style: none;
305
+ display: flex;
306
+ justify-content: space-between;
307
+ align-items: center;
308
+ background: var(--surface);
309
+ color: var(--text);
310
+ }
311
+
312
+ summary::-webkit-details-marker {
313
+ display: none;
314
+ }
315
+
316
+ summary::after {
317
+ content: '+';
318
+ color: var(--accent);
319
+ font-size: 24px;
320
+ font-family: var(--font-display);
321
+ transition: transform 0.3s;
322
+ }
323
+
324
+ details[open] summary::after {
325
+ transform: rotate(45deg);
326
+ color: var(--accent2);
327
+ }
328
+
329
+ details p {
330
+ padding: 20px;
331
+ color: var(--muted);
332
+ border-top: 1px solid rgba(255,255,255,0.05);
333
+ background: var(--bg);
334
+ }
335
+
336
+ /* RELATED LINKS BLOCK */
337
+ .related-arena {
338
+ background: linear-gradient(135deg, var(--surface) 0%, #110f0b 100%);
339
+ padding: 30px;
340
+ border-radius: 8px;
341
+ border: 1px solid rgba(108, 180, 238, 0.2);
342
+ margin: 40px 0;
343
+ text-align: center;
344
+ }
345
+
346
+ .related-arena h3 {
347
+ font-family: var(--font-display);
348
+ color: var(--accent2);
349
+ font-size: 24px;
350
+ margin-bottom: 20px;
351
+ text-transform: uppercase;
352
+ }
353
+
354
+ .related-grid {
355
+ display: flex;
356
+ flex-wrap: wrap;
357
+ gap: 15px;
358
+ justify-content: center;
359
+ }
360
+
361
+ .related-link-card {
362
+ background: var(--bg);
363
+ border: 1px solid rgba(255,255,255,0.1);
364
+ padding: 12px 24px;
365
+ border-radius: 4px;
366
+ font-weight: 700;
367
+ text-transform: uppercase;
368
+ font-size: 14px;
369
+ color: var(--text);
370
+ display: flex;
371
+ align-items: center;
372
+ gap: 10px;
373
+ transition: all 0.3s;
374
+ }
375
+
376
+ .related-link-card::before {
377
+ content: '❖';
378
+ color: var(--accent);
379
+ }
380
+
381
+ .related-link-card:hover {
382
+ border-color: var(--accent);
383
+ background: var(--surface-hover);
384
+ transform: translateY(-2px);
385
+ box-shadow: 0 5px 15px rgba(0,0,0,0.5);
386
+ }
387
+
388
+ /* CTA BLOCK */
389
+ .cta-arena {
390
+ background: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><circle cx="2" cy="2" r="1" fill="%23d98e32" fill-opacity="0.1"/></svg>'), linear-gradient(to bottom, var(--surface), var(--bg));
391
+ padding: 60px 20px;
392
+ text-align: center;
393
+ border-top: 2px solid var(--accent);
394
+ border-bottom: 2px solid var(--accent);
395
+ margin-bottom: 50px;
396
+ }
397
+
398
+ .cta-title {
399
+ font-family: var(--font-display);
400
+ font-size: 36px;
401
+ color: var(--text);
402
+ text-transform: uppercase;
403
+ margin-bottom: 10px;
404
+ letter-spacing: 1px;
405
+ }
406
+
407
+ .cta-desc {
408
+ color: var(--muted);
409
+ font-size: 18px;
410
+ margin-bottom: 30px;
411
+ }
412
+
413
+ .cta-buttons {
414
+ display: flex;
415
+ gap: 20px;
416
+ justify-content: center;
417
+ flex-wrap: wrap;
418
+ }
419
+
420
+ .btn {
421
+ display: inline-block;
422
+ padding: 15px 35px;
423
+ font-family: var(--font-display);
424
+ font-size: 18px;
425
+ text-transform: uppercase;
426
+ letter-spacing: 1px;
427
+ border-radius: 4px;
428
+ cursor: pointer;
429
+ min-width: 180px;
430
+ text-align: center;
431
+ clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
432
+ }
433
+
434
+ .btn-primary {
435
+ background: var(--accent);
436
+ color: var(--bg);
437
+ border: none;
438
+ box-shadow: inset 0 0 10px rgba(255,255,255,0.3);
439
+ }
440
+
441
+ .btn-primary:hover {
442
+ background: #e59f45;
443
+ box-shadow: 0 0 20px var(--accent-glow);
444
+ color: var(--bg);
445
+ }
446
+
447
+ .btn-secondary {
448
+ background: transparent;
449
+ color: var(--accent);
450
+ border: 2px solid var(--accent);
451
+ }
452
+
453
+ .btn-secondary:hover {
454
+ background: rgba(217, 142, 50, 0.1);
455
+ color: var(--text);
456
+ }
457
+
458
+ /* FOOTER (Verbatim styling) */
459
+ footer {
460
+ background-color: var(--surface);
461
+ padding: 50px 0 20px;
462
+ border-top: 1px solid rgba(255,255,255,0.05);
463
+ text-align: center;
464
+ }
465
+
466
+ .footer-brand {
467
+ font-family: var(--font-display);
468
+ font-size: 32px;
469
+ color: var(--accent);
470
+ text-transform: uppercase;
471
+ margin-bottom: 15px;
472
+ display: flex;
473
+ justify-content: center;
474
+ align-items: center;
475
+ gap: 10px;
476
+ }
477
+
478
+ .footer-tagline {
479
+ color: var(--muted);
480
+ margin-bottom: 30px;
481
+ font-size: 15px;
482
+ }
483
+
484
+ .footer-links {
485
+ display: flex;
486
+ flex-wrap: wrap;
487
+ justify-content: center;
488
+ gap: 15px 25px;
489
+ margin-bottom: 40px;
490
+ }
491
+
492
+ .footer-links a {
493
+ color: var(--text);
494
+ font-size: 14px;
495
+ text-transform: uppercase;
496
+ letter-spacing: 0.5px;
497
+ font-weight: 600;
498
+ }
499
+
500
+ .footer-links a:hover {
501
+ color: var(--accent);
502
+ }
503
+
504
+ .copyright {
505
+ color: #666;
506
+ font-size: 13px;
507
+ border-top: 1px solid rgba(255,255,255,0.05);
508
+ padding-top: 20px;
509
+ }
510
+
511
+ /* RESPONSIVE */
512
+ @media (max-width: 768px) {
513
+ .menu-toggle {
514
+ display: block;
515
+ }
516
+ .nav-links {
517
+ display: none;
518
+ position: absolute;
519
+ top: var(--nav-height);
520
+ left: 0;
521
+ width: 100%;
522
+ background: var(--surface);
523
+ flex-direction: column;
524
+ padding: 20px;
525
+ border-bottom: 2px solid var(--accent);
526
+ box-shadow: 0 10px 20px rgba(0,0,0,0.5);
527
+ }
528
+ .nav-links.active {
529
+ display: flex;
530
+ }
531
+ .nav-links a {
532
+ padding: 12px 0;
533
+ border-bottom: 1px solid rgba(255,255,255,0.05);
534
+ min-height: 44px;
535
+ display: flex;
536
+ align-items: center;
537
+ }
538
+ .hero-arena {
539
+ padding: 40px 0 30px;
540
+ }
541
+ .hero-intro {
542
+ padding: 15px;
543
+ font-size: 16px;
544
+ }
545
+ .guide-section {
546
+ padding: 20px;
547
+ }
548
+ .cta-buttons {
549
+ flex-direction: column;
550
+ }
551
+ .btn {
552
+ width: 100%;
553
+ }
554
+ .footer-links {
555
+ flex-direction: column;
556
+ gap: 15px;
557
+ }
558
+ .footer-links a {
559
+ padding: 10px;
560
+ min-height: 44px;
561
+ display: flex;
562
+ align-items: center;
563
+ justify-content: center;
564
+ }
565
+ }
566
+
567
+
568
+ /* pipeline image & layout guards */
569
+ html, body { overflow-x: clip; }
570
+ img { max-width: 100%; height: auto; }
571
+ img.site-logo { height: 40px; width: auto; max-width: 240px; object-fit: contain; flex: none; }
572
+ header .logo a { display: inline-flex; align-items: center; flex: none; text-decoration: none; }
573
+ img.hero-visual { width: 100%; max-width: 560px; height: auto; object-fit: cover; border-radius: 16px; display: block; margin-inline: auto; }
574
+ img[class^="strip-"], img[class*=" strip-"] { width: 100%; height: auto; display: block; border-radius: 12px; object-fit: cover; }
575
+ /* 合规声明块(zb-disclaimer,全站 footer) */
576
+ .zb-disclaimer { margin-top: 18px; padding-top: 14px; border-top: 1px solid color-mix(in srgb, currentColor 22%, transparent); font-size: .72rem; line-height: 1.65; opacity: .8; display: grid; gap: 6px; }
577
+ .zb-disclaimer .zb-18 { justify-self: start; display: inline-flex; align-items: center; padding: 2px 10px; border: 1.5px solid currentColor; border-radius: 8px; font-weight: 800; letter-spacing: 1px; }