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