css-pkg-01 1.1.0 → 1.3.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 (41) 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/kc9/page-404.css +296 -0
  22. package/kc9/page-bonus.css +587 -0
  23. package/kc9/page-cari.css +420 -0
  24. package/kc9/page-daftar.css +542 -0
  25. package/kc9/page-deposit-gopay.css +596 -0
  26. package/kc9/page-deposit-ovo.css +618 -0
  27. package/kc9/page-faq.css +632 -0
  28. package/kc9/page-game-aztec-gems.css +573 -0
  29. package/kc9/page-game-fire-strike.css +582 -0
  30. package/kc9/page-game-great-rhino.css +635 -0
  31. package/kc9/page-game-jokers-jewels.css +591 -0
  32. package/kc9/page-link-alternatif.css +609 -0
  33. package/kc9/page-login.css +581 -0
  34. package/kc9/page-panduan-ciri-situs-resmi.css +575 -0
  35. package/kc9/page-panduan-slot-asli.css +583 -0
  36. package/kc9/page-panduan-slot-resmi.css +556 -0
  37. package/kc9/page-resmi.css +587 -0
  38. package/kc9/page-rtp.css +595 -0
  39. package/kc9/page-tentang-kami.css +592 -0
  40. package/kc9/style.css +787 -0
  41. package/package.json +1 -1
@@ -0,0 +1,620 @@
1
+ :root {
2
+ --bg: #0b0a08;
3
+ --surface: #1c1913;
4
+ --accent: #d98e32;
5
+ --accent-hover: #e8a045;
6
+ --accent2: #6cb4ee;
7
+ --text: #faf7f0;
8
+ --muted: #a89f91;
9
+ --font-display: 'Anton', sans-serif;
10
+ --font-body: 'Barlow', sans-serif;
11
+ --border-color: #332d22;
12
+ }
13
+
14
+ * {
15
+ margin: 0;
16
+ padding: 0;
17
+ box-sizing: border-box;
18
+ }
19
+
20
+ body {
21
+ font-family: var(--font-body);
22
+ background-color: var(--bg);
23
+ color: var(--text);
24
+ line-height: 1.6;
25
+ -webkit-font-smoothing: antialiased;
26
+ }
27
+
28
+ a {
29
+ color: var(--accent);
30
+ text-decoration: none;
31
+ transition: color 0.3s ease;
32
+ }
33
+
34
+ a:hover {
35
+ color: var(--accent2);
36
+ }
37
+
38
+ img {
39
+ max-width: 100%;
40
+ height: auto;
41
+ display: block;
42
+ }
43
+
44
+ .container {
45
+ width: 100%;
46
+ max-width: 1280px;
47
+ margin: 0 auto;
48
+ padding: 0 20px;
49
+ }
50
+
51
+ /* Typography */
52
+ h1, h2, h3, .brand, .footer-brand, .btn {
53
+ font-family: var(--font-display);
54
+ text-transform: uppercase;
55
+ letter-spacing: 1px;
56
+ font-weight: 400;
57
+ }
58
+
59
+ /* HEADER (Verbatim styling) */
60
+ header {
61
+ background-color: var(--bg);
62
+ border-bottom: 2px solid var(--surface);
63
+ position: sticky;
64
+ top: 0;
65
+ z-index: 100;
66
+ }
67
+
68
+ .nav-container {
69
+ display: flex;
70
+ justify-content: space-between;
71
+ align-items: center;
72
+ height: 70px;
73
+ }
74
+
75
+ .brand {
76
+ font-size: 28px;
77
+ color: var(--accent);
78
+ display: flex;
79
+ align-items: center;
80
+ gap: 10px;
81
+ }
82
+
83
+ .nav-links {
84
+ display: flex;
85
+ gap: 20px;
86
+ }
87
+
88
+ .nav-links a {
89
+ color: var(--text);
90
+ font-family: var(--font-display);
91
+ font-size: 16px;
92
+ padding: 10px 0;
93
+ position: relative;
94
+ }
95
+
96
+ .nav-links a:hover {
97
+ color: var(--accent);
98
+ }
99
+
100
+ .menu-toggle {
101
+ display: none;
102
+ background: none;
103
+ border: none;
104
+ color: var(--accent);
105
+ font-size: 24px;
106
+ cursor: pointer;
107
+ padding: 10px;
108
+ }
109
+
110
+ /* HERO ARENA */
111
+ .hero {
112
+ padding: 40px 0 60px;
113
+ background: linear-gradient(135deg, var(--bg) 0%, #15120e 100%);
114
+ border-bottom: 1px solid var(--border-color);
115
+ position: relative;
116
+ overflow: hidden;
117
+ }
118
+
119
+ .hero::before {
120
+ content: '';
121
+ position: absolute;
122
+ top: 0;
123
+ right: 0;
124
+ width: 50%;
125
+ height: 100%;
126
+ background: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(217, 142, 50, 0.03) 10px, rgba(217, 142, 50, 0.03) 20px);
127
+ pointer-events: none;
128
+ }
129
+
130
+ .breadcrumb {
131
+ font-size: 14px;
132
+ color: var(--muted);
133
+ margin-bottom: 20px;
134
+ font-weight: 500;
135
+ }
136
+
137
+ .breadcrumb a {
138
+ color: var(--accent);
139
+ }
140
+
141
+ .hero h1 {
142
+ font-size: clamp(32px, 5vw, 56px);
143
+ color: var(--text);
144
+ line-height: 1.1;
145
+ margin-bottom: 15px;
146
+ text-shadow: 2px 2px 0px rgba(0,0,0,0.5);
147
+ max-width: 900px;
148
+ }
149
+
150
+ .meta-chips {
151
+ display: flex;
152
+ gap: 10px;
153
+ margin-bottom: 30px;
154
+ flex-wrap: wrap;
155
+ }
156
+
157
+ .chip {
158
+ background-color: var(--surface);
159
+ color: var(--accent2);
160
+ padding: 6px 12px;
161
+ font-size: 13px;
162
+ font-weight: 700;
163
+ border: 1px solid rgba(108, 180, 238, 0.3);
164
+ text-transform: uppercase;
165
+ letter-spacing: 0.5px;
166
+ }
167
+
168
+ .intro-block {
169
+ background-color: var(--surface);
170
+ border-left: 4px solid var(--accent);
171
+ padding: 24px;
172
+ font-size: 18px;
173
+ color: var(--text);
174
+ max-width: 900px;
175
+ box-shadow: 0 10px 30px rgba(0,0,0,0.5);
176
+ position: relative;
177
+ }
178
+
179
+ /* MAIN CONTENT */
180
+ main {
181
+ padding: 60px 0;
182
+ }
183
+
184
+ .content-grid {
185
+ display: grid;
186
+ gap: 60px;
187
+ max-width: 900px;
188
+ margin: 0 auto;
189
+ }
190
+
191
+ .section-block {
192
+ position: relative;
193
+ }
194
+
195
+ .section-header {
196
+ display: flex;
197
+ align-items: baseline;
198
+ gap: 15px;
199
+ margin-bottom: 20px;
200
+ border-bottom: 1px solid var(--border-color);
201
+ padding-bottom: 10px;
202
+ }
203
+
204
+ .sec-num {
205
+ font-family: var(--font-display);
206
+ color: var(--accent);
207
+ font-size: 24px;
208
+ opacity: 0.8;
209
+ }
210
+
211
+ h2 {
212
+ font-size: clamp(24px, 3vw, 32px);
213
+ color: var(--text);
214
+ line-height: 1.2;
215
+ }
216
+
217
+ .prose p {
218
+ margin-bottom: 20px;
219
+ font-size: 17px;
220
+ color: var(--muted);
221
+ }
222
+
223
+ .prose p:last-child {
224
+ margin-bottom: 0;
225
+ }
226
+
227
+ .prose a {
228
+ color: var(--accent2);
229
+ font-weight: 600;
230
+ border-bottom: 1px dashed var(--accent2);
231
+ }
232
+
233
+ .prose a:hover {
234
+ color: var(--accent);
235
+ border-bottom-color: var(--accent);
236
+ }
237
+
238
+ /* Tactical Lists */
239
+ .tactical-list {
240
+ list-style: none;
241
+ margin-top: 25px;
242
+ display: grid;
243
+ gap: 12px;
244
+ }
245
+
246
+ .tactical-list li {
247
+ background-color: var(--surface);
248
+ padding: 15px 20px 15px 45px;
249
+ position: relative;
250
+ font-weight: 500;
251
+ color: var(--text);
252
+ border: 1px solid transparent;
253
+ transition: border-color 0.3s ease;
254
+ }
255
+
256
+ .tactical-list li:hover {
257
+ border-color: var(--border-color);
258
+ }
259
+
260
+ .tactical-list li::before {
261
+ content: '►';
262
+ position: absolute;
263
+ left: 20px;
264
+ top: 15px;
265
+ color: var(--accent);
266
+ font-size: 12px;
267
+ font-family: monospace;
268
+ }
269
+
270
+ /* Alternate Section Style */
271
+ .section-block.alt-style {
272
+ background-color: var(--surface);
273
+ padding: 40px;
274
+ border: 1px solid var(--border-color);
275
+ box-shadow: inset 0 0 50px rgba(0,0,0,0.3);
276
+ }
277
+
278
+ .section-block.alt-style .section-header {
279
+ border-bottom-color: rgba(255,255,255,0.05);
280
+ }
281
+
282
+ /* FAQ SECTION */
283
+ .faq-wrapper {
284
+ margin-top: 80px;
285
+ max-width: 900px;
286
+ margin-left: auto;
287
+ margin-right: auto;
288
+ }
289
+
290
+ .faq-title {
291
+ text-align: center;
292
+ font-size: 36px;
293
+ margin-bottom: 40px;
294
+ color: var(--accent);
295
+ }
296
+
297
+ details {
298
+ background-color: var(--surface);
299
+ margin-bottom: 15px;
300
+ border: 1px solid var(--border-color);
301
+ transition: all 0.3s ease;
302
+ }
303
+
304
+ details[open] {
305
+ border-color: var(--accent);
306
+ box-shadow: 0 5px 15px rgba(0,0,0,0.5);
307
+ }
308
+
309
+ summary {
310
+ padding: 20px;
311
+ font-size: 18px;
312
+ font-weight: 700;
313
+ cursor: pointer;
314
+ list-style: none;
315
+ position: relative;
316
+ padding-right: 50px;
317
+ color: var(--text);
318
+ }
319
+
320
+ summary::-webkit-details-marker {
321
+ display: none;
322
+ }
323
+
324
+ summary::after {
325
+ content: '+';
326
+ position: absolute;
327
+ right: 20px;
328
+ top: 50%;
329
+ transform: translateY(-50%);
330
+ font-family: var(--font-display);
331
+ font-size: 24px;
332
+ color: var(--accent);
333
+ transition: transform 0.3s ease;
334
+ }
335
+
336
+ details[open] summary::after {
337
+ content: '−';
338
+ transform: translateY(-50%) rotate(180deg);
339
+ }
340
+
341
+ details p {
342
+ padding: 0 20px 20px;
343
+ color: var(--muted);
344
+ font-size: 16px;
345
+ }
346
+
347
+ /* RELATED HUB */
348
+ .related-hub {
349
+ margin-top: 80px;
350
+ padding: 60px 0;
351
+ background: linear-gradient(to bottom, var(--bg) 0%, var(--surface) 100%);
352
+ border-top: 1px solid var(--border-color);
353
+ }
354
+
355
+ .hub-title {
356
+ text-align: center;
357
+ font-size: 28px;
358
+ margin-bottom: 30px;
359
+ color: var(--text);
360
+ }
361
+
362
+ .hub-grid {
363
+ display: grid;
364
+ grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
365
+ gap: 15px;
366
+ max-width: 1000px;
367
+ margin: 0 auto;
368
+ }
369
+
370
+ .hub-link {
371
+ display: flex;
372
+ align-items: center;
373
+ justify-content: center;
374
+ text-align: center;
375
+ background-color: var(--bg);
376
+ border: 1px solid var(--border-color);
377
+ padding: 20px;
378
+ font-family: var(--font-display);
379
+ font-size: 18px;
380
+ color: var(--muted);
381
+ transition: all 0.3s ease;
382
+ position: relative;
383
+ overflow: hidden;
384
+ min-height: 80px;
385
+ }
386
+
387
+ .hub-link::before {
388
+ content: '';
389
+ position: absolute;
390
+ top: 0;
391
+ left: -100%;
392
+ width: 100%;
393
+ height: 100%;
394
+ background: linear-gradient(90deg, transparent, rgba(217, 142, 50, 0.1), transparent);
395
+ transition: left 0.5s ease;
396
+ }
397
+
398
+ .hub-link:hover {
399
+ color: var(--accent);
400
+ border-color: var(--accent);
401
+ transform: translateY(-3px);
402
+ box-shadow: 0 10px 20px rgba(0,0,0,0.4);
403
+ }
404
+
405
+ .hub-link:hover::before {
406
+ left: 100%;
407
+ }
408
+
409
+ /* CTA GRAND */
410
+ .cta-grand {
411
+ padding: 80px 0;
412
+ text-align: center;
413
+ background-color: var(--surface);
414
+ border-top: 2px solid var(--accent);
415
+ position: relative;
416
+ }
417
+
418
+ .cta-grand::after {
419
+ content: '';
420
+ position: absolute;
421
+ bottom: 0;
422
+ left: 0;
423
+ width: 100%;
424
+ height: 4px;
425
+ background: var(--accent2);
426
+ }
427
+
428
+ .cta-grand h2 {
429
+ font-size: clamp(32px, 5vw, 48px);
430
+ color: var(--accent);
431
+ margin-bottom: 15px;
432
+ }
433
+
434
+ .cta-grand p {
435
+ font-size: 18px;
436
+ color: var(--text);
437
+ margin-bottom: 40px;
438
+ max-width: 600px;
439
+ margin-left: auto;
440
+ margin-right: auto;
441
+ }
442
+
443
+ .cta-buttons {
444
+ display: flex;
445
+ gap: 20px;
446
+ justify-content: center;
447
+ flex-wrap: wrap;
448
+ }
449
+
450
+ .btn {
451
+ display: inline-flex;
452
+ align-items: center;
453
+ justify-content: center;
454
+ padding: 15px 40px;
455
+ font-size: 20px;
456
+ min-width: 200px;
457
+ min-height: 54px;
458
+ transition: all 0.3s ease;
459
+ cursor: pointer;
460
+ border: none;
461
+ }
462
+
463
+ .btn-primary {
464
+ background-color: var(--accent);
465
+ color: var(--bg);
466
+ box-shadow: 0 4px 0 #a66a20, 0 10px 20px rgba(217,142,50,0.3);
467
+ }
468
+
469
+ .btn-primary:hover {
470
+ background-color: var(--accent-hover);
471
+ color: var(--bg);
472
+ transform: translateY(2px);
473
+ box-shadow: 0 2px 0 #a66a20, 0 5px 10px rgba(217,142,50,0.3);
474
+ }
475
+
476
+ .btn-secondary {
477
+ background-color: transparent;
478
+ color: var(--text);
479
+ border: 2px solid var(--border-color);
480
+ }
481
+
482
+ .btn-secondary:hover {
483
+ border-color: var(--text);
484
+ color: #fff;
485
+ }
486
+
487
+ /* FOOTER (Verbatim styling) */
488
+ footer {
489
+ background-color: #050403;
490
+ padding: 60px 0 30px;
491
+ text-align: center;
492
+ border-top: 1px solid #1a1712;
493
+ }
494
+
495
+ .footer-brand {
496
+ font-size: 32px;
497
+ color: var(--accent);
498
+ margin-bottom: 15px;
499
+ display: flex;
500
+ justify-content: center;
501
+ align-items: center;
502
+ gap: 10px;
503
+ }
504
+
505
+ .footer-tagline {
506
+ color: var(--muted);
507
+ margin-bottom: 30px;
508
+ font-size: 15px;
509
+ }
510
+
511
+ .footer-links {
512
+ display: flex;
513
+ flex-wrap: wrap;
514
+ justify-content: center;
515
+ gap: 15px 25px;
516
+ margin-bottom: 40px;
517
+ max-width: 800px;
518
+ margin-left: auto;
519
+ margin-right: auto;
520
+ }
521
+
522
+ .footer-links a {
523
+ color: var(--text);
524
+ font-size: 15px;
525
+ font-weight: 500;
526
+ }
527
+
528
+ .footer-links a:hover {
529
+ color: var(--accent);
530
+ }
531
+
532
+ .copyright {
533
+ color: #555;
534
+ font-size: 14px;
535
+ font-family: var(--font-display);
536
+ letter-spacing: 1px;
537
+ }
538
+
539
+ /* RESPONSIVE */
540
+ @media (max-width: 768px) {
541
+ .menu-toggle {
542
+ display: block;
543
+ }
544
+
545
+ .nav-links {
546
+ display: none;
547
+ position: absolute;
548
+ top: 70px;
549
+ left: 0;
550
+ width: 100%;
551
+ background-color: var(--surface);
552
+ flex-direction: column;
553
+ padding: 20px;
554
+ gap: 15px;
555
+ border-bottom: 2px solid var(--accent);
556
+ box-shadow: 0 10px 20px rgba(0,0,0,0.5);
557
+ }
558
+
559
+ .nav-links.active {
560
+ display: flex;
561
+ }
562
+
563
+ .nav-links a {
564
+ padding: 12px 0;
565
+ font-size: 18px;
566
+ border-bottom: 1px solid var(--border-color);
567
+ }
568
+
569
+ .nav-links a:last-child {
570
+ border-bottom: none;
571
+ }
572
+
573
+ .section-block.alt-style {
574
+ padding: 24px;
575
+ }
576
+
577
+ .cta-buttons {
578
+ flex-direction: column;
579
+ width: 100%;
580
+ }
581
+
582
+ .btn {
583
+ width: 100%;
584
+ }
585
+ }
586
+
587
+ @media (max-width: 390px) {
588
+ .container {
589
+ padding: 0 15px;
590
+ }
591
+ .hero h1 {
592
+ font-size: 28px;
593
+ }
594
+ .intro-block {
595
+ padding: 15px;
596
+ font-size: 16px;
597
+ }
598
+ .sec-num {
599
+ font-size: 20px;
600
+ }
601
+ h2 {
602
+ font-size: 22px;
603
+ }
604
+ summary {
605
+ font-size: 16px;
606
+ padding: 15px;
607
+ }
608
+ }
609
+
610
+
611
+ /* pipeline image & layout guards */
612
+ html, body { overflow-x: clip; }
613
+ img { max-width: 100%; height: auto; }
614
+ img.site-logo { height: 40px; width: auto; max-width: 240px; object-fit: contain; flex: none; }
615
+ header .logo a { display: inline-flex; align-items: center; flex: none; text-decoration: none; }
616
+ img.hero-visual { width: 100%; max-width: 560px; height: auto; object-fit: cover; border-radius: 16px; display: block; margin-inline: auto; }
617
+ img[class^="strip-"], img[class*=" strip-"] { width: 100%; height: auto; display: block; border-radius: 12px; object-fit: cover; }
618
+ /* 合规声明块(zb-disclaimer,全站 footer) */
619
+ .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; }
620
+ .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; }