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,303 @@
1
+ :root {
2
+ /* Palette */
3
+ --bg: #0d0716;
4
+ --surface: #1a0f2e;
5
+ --surface-hover: #23153d;
6
+ --accent: #d4af37;
7
+ --accent-glow: rgba(212, 175, 55, 0.4);
8
+ --accent2: #c026d3;
9
+ --accent2-glow: rgba(192, 38, 211, 0.4);
10
+ --text: #f5f0ff;
11
+ --muted: #9d94b8;
12
+
13
+ /* Typography */
14
+ --font-display: 'Chakra Petch', sans-serif;
15
+ --font-body: 'Manrope', sans-serif;
16
+
17
+ /* Layout */
18
+ --container-w: 1200px;
19
+ --radius: 12px;
20
+ --radius-lg: 20px;
21
+ --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
22
+ }
23
+
24
+ /* Reset & Base */
25
+ * { margin: 0; padding: 0; box-sizing: border-box; }
26
+ body {
27
+ font-family: var(--font-body);
28
+ background-color: var(--bg);
29
+ color: var(--text);
30
+ line-height: 1.6;
31
+ background-image:
32
+ radial-gradient(circle at 15% 50%, rgba(192, 38, 211, 0.05) 0%, transparent 50%),
33
+ radial-gradient(circle at 85% 30%, rgba(212, 175, 55, 0.05) 0%, transparent 50%),
34
+ linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
35
+ linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
36
+ background-size: 100% 100%, 100% 100%, 30px 30px, 30px 30px;
37
+ background-attachment: fixed;
38
+ overflow-x: hidden;
39
+ }
40
+
41
+ h1, h2, h3, .font-display { font-family: var(--font-display); font-weight: 700; line-height: 1.2; }
42
+ a { color: var(--accent); text-decoration: none; transition: var(--transition); }
43
+ a:hover { color: var(--accent2); text-shadow: 0 0 8px var(--accent2-glow); }
44
+ p { margin-bottom: 1rem; color: var(--muted); }
45
+ p:last-child { margin-bottom: 0; }
46
+
47
+ .container { max-width: var(--container-w); margin: 0 auto; padding: 0 20px; }
48
+
49
+ /* Buttons */
50
+ .btn {
51
+ display: inline-flex; align-items: center; justify-content: center;
52
+ padding: 12px 24px; border-radius: 8px; font-family: var(--font-display);
53
+ font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px;
54
+ cursor: pointer; transition: var(--transition); text-align: center;
55
+ min-height: 44px; /* Touch target */
56
+ }
57
+ .btn-primary {
58
+ background: linear-gradient(135deg, #f3c94b, #d4af37);
59
+ color: #000; border: none;
60
+ box-shadow: 0 4px 15px var(--accent-glow);
61
+ }
62
+ .btn-primary:hover {
63
+ background: linear-gradient(135deg, #ffe070, #e6c047);
64
+ box-shadow: 0 6px 20px var(--accent-glow); transform: translateY(-2px);
65
+ color: #000; text-shadow: none;
66
+ }
67
+ .btn-secondary {
68
+ background: transparent; color: var(--text);
69
+ border: 1px solid var(--accent2);
70
+ box-shadow: inset 0 0 10px rgba(192, 38, 211, 0.1), 0 0 10px rgba(192, 38, 211, 0.1);
71
+ }
72
+ .btn-secondary:hover {
73
+ background: rgba(192, 38, 211, 0.1); border-color: #d946ef;
74
+ box-shadow: inset 0 0 15px rgba(192, 38, 211, 0.3), 0 0 15px rgba(192, 38, 211, 0.3);
75
+ color: #fff; transform: translateY(-2px);
76
+ }
77
+
78
+ /* HEADER (Exact Copy Styles) */
79
+ header {
80
+ background: rgba(13, 7, 22, 0.9); backdrop-filter: blur(10px);
81
+ border-bottom: 1px solid rgba(255,255,255,0.05);
82
+ position: sticky; top: 0; z-index: 100; padding: 15px 0;
83
+ }
84
+ .header-inner { display: flex; justify-content: space-between; align-items: center; }
85
+ .logo a {
86
+ font-family: var(--font-display); font-size: 28px; font-weight: 700;
87
+ color: var(--text); text-transform: uppercase; letter-spacing: 2px;
88
+ text-shadow: 0 0 10px var(--accent2-glow);
89
+ }
90
+ #main-nav { display: flex; gap: 24px; }
91
+ #main-nav a { color: var(--text); font-weight: 500; font-size: 15px; }
92
+ #main-nav a:hover { color: var(--accent); }
93
+ .header-ctas { display: flex; gap: 12px; }
94
+ .menu-toggle {
95
+ display: none; background: none; border: none; color: var(--text);
96
+ font-size: 24px; cursor: pointer; min-height: 44px; min-width: 44px;
97
+ }
98
+
99
+ /* HERO BANNER */
100
+ .page-hero {
101
+ padding: 60px 0 40px; text-align: center; position: relative;
102
+ border-bottom: 1px solid rgba(255,255,255,0.05);
103
+ }
104
+ .page-hero::before {
105
+ content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
106
+ width: 100%; max-width: 800px; height: 100%;
107
+ background: radial-gradient(ellipse at top, var(--accent2-glow) 0%, transparent 70%);
108
+ opacity: 0.3; pointer-events: none; z-index: -1;
109
+ }
110
+ .breadcrumb {
111
+ font-size: 13px; color: var(--muted); margin-bottom: 20px;
112
+ font-family: var(--font-display); text-transform: uppercase; letter-spacing: 1px;
113
+ }
114
+ .page-hero h1 {
115
+ font-size: clamp(28px, 5vw, 48px); margin-bottom: 24px;
116
+ background: linear-gradient(to right, #fff, var(--muted));
117
+ -webkit-background-clip: text; -webkit-text-fill-color: transparent;
118
+ text-shadow: 0 0 30px rgba(255,255,255,0.1);
119
+ }
120
+ .meta-chips { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
121
+ .chip {
122
+ background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
123
+ padding: 6px 16px; border-radius: 20px; font-size: 12px;
124
+ color: var(--muted); font-family: var(--font-display);
125
+ display: inline-flex; align-items: center; gap: 6px;
126
+ }
127
+ .chip::before { content: ''; display: block; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
128
+
129
+ /* MAIN CONTENT AREA */
130
+ .content-area { padding: 60px 0; }
131
+
132
+ /* Intro */
133
+ .intro-block {
134
+ background: linear-gradient(180deg, var(--surface) 0%, rgba(26, 15, 46, 0.3) 100%);
135
+ border: 1px solid rgba(212, 175, 55, 0.15); border-radius: var(--radius-lg);
136
+ padding: 32px; margin-bottom: 60px; text-align: center;
137
+ font-size: 18px; color: #e2ddeb; position: relative; overflow: hidden;
138
+ }
139
+ .intro-block::after {
140
+ content: ''; position: absolute; top: 0; left: 0; width: 4px; height: 100%;
141
+ background: var(--accent); box-shadow: 0 0 15px var(--accent);
142
+ }
143
+
144
+ /* Section Layouts */
145
+ .section-block { margin-bottom: 60px; }
146
+ .section-block h2 {
147
+ font-size: 28px; margin-bottom: 24px; color: var(--accent);
148
+ display: flex; align-items: center; gap: 12px;
149
+ }
150
+ .section-block h2::before {
151
+ content: ''; display: block; width: 24px; height: 2px; background: var(--accent2);
152
+ box-shadow: 0 0 10px var(--accent2);
153
+ }
154
+ .content-card {
155
+ background: var(--surface); border: 1px solid rgba(255,255,255,0.05);
156
+ border-radius: var(--radius); padding: 32px;
157
+ transition: var(--transition);
158
+ }
159
+ .content-card:hover { border-color: rgba(255,255,255,0.1); background: var(--surface-hover); }
160
+
161
+ /* Registration Steps (Grid) */
162
+ .steps-container {
163
+ display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center;
164
+ }
165
+ .step-list-ui {
166
+ display: flex; flex-direction: column; gap: 16px;
167
+ }
168
+ .step-item {
169
+ display: flex; align-items: center; gap: 16px;
170
+ background: rgba(0,0,0,0.2); padding: 16px 20px;
171
+ border-radius: var(--radius); border-left: 3px solid var(--accent2);
172
+ }
173
+ .step-item p { margin: 0; color: var(--text); font-weight: 500; font-size: 15px; }
174
+ .step-num {
175
+ font-family: var(--font-display); font-size: 20px; font-weight: 700;
176
+ color: var(--accent2); text-shadow: 0 0 10px var(--accent2-glow);
177
+ min-width: 24px;
178
+ }
179
+
180
+ /* Grid Cards (Benefits & Deposit) */
181
+ .grid-2-col { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
182
+ .feature-card {
183
+ background: var(--surface); padding: 32px; border-radius: var(--radius);
184
+ position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,0.05);
185
+ }
186
+ .feature-card::before {
187
+ content: ''; position: absolute; top: 0; right: 0; width: 100px; height: 100px;
188
+ background: radial-gradient(circle, var(--accent-glow) 0%, transparent 70%);
189
+ opacity: 0.5; border-radius: 50%; transform: translate(30%, -30%);
190
+ }
191
+ .feature-card.neon-alt::before { background: radial-gradient(circle, var(--accent2-glow) 0%, transparent 70%); }
192
+ .feature-card h2 { font-size: 22px; margin-bottom: 16px; color: #fff; border: none; }
193
+ .feature-card h2::before { display: none; }
194
+
195
+ /* Support Section */
196
+ .support-card {
197
+ background: linear-gradient(135deg, var(--surface) 0%, #110920 100%);
198
+ border: 1px dashed rgba(157, 148, 184, 0.3); text-align: center;
199
+ }
200
+ .support-card h2 { justify-content: center; color: var(--text); }
201
+ .support-card h2::before { display: none; }
202
+
203
+ /* FAQ Section */
204
+ .faq-wrapper { max-width: 800px; margin: 0 auto; }
205
+ details {
206
+ background: var(--surface); border: 1px solid rgba(255,255,255,0.05);
207
+ border-radius: 8px; margin-bottom: 12px; overflow: hidden;
208
+ }
209
+ summary {
210
+ padding: 20px; font-family: var(--font-display); font-weight: 600;
211
+ font-size: 16px; color: var(--text); cursor: pointer; list-style: none;
212
+ display: flex; justify-content: space-between; align-items: center;
213
+ transition: var(--transition);
214
+ }
215
+ summary::-webkit-details-marker { display: none; }
216
+ summary::after {
217
+ content: '+'; color: var(--accent); font-size: 24px; line-height: 1;
218
+ transition: transform 0.3s ease;
219
+ }
220
+ details[open] summary { background: rgba(255,255,255,0.02); border-bottom: 1px solid rgba(255,255,255,0.05); color: var(--accent); }
221
+ details[open] summary::after { transform: rotate(45deg); color: var(--accent2); }
222
+ details p { padding: 20px; margin: 0; color: var(--muted); }
223
+
224
+ /* Related Pages */
225
+ .related-section { margin-top: 80px; text-align: center; }
226
+ .related-section h3 { margin-bottom: 24px; color: var(--muted); font-size: 18px; text-transform: uppercase; letter-spacing: 2px; }
227
+ .related-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; }
228
+ .related-link {
229
+ background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08);
230
+ padding: 12px 24px; border-radius: 30px; font-family: var(--font-display);
231
+ color: var(--text); font-weight: 600; text-transform: lowercase;
232
+ }
233
+ .related-link:hover {
234
+ background: var(--accent2); border-color: var(--accent2);
235
+ color: #fff; box-shadow: 0 0 15px var(--accent2-glow); transform: translateY(-2px);
236
+ }
237
+
238
+ /* Final CTA */
239
+ .cta-section {
240
+ margin-top: 80px; padding: 60px 0;
241
+ background: linear-gradient(0deg, var(--surface) 0%, transparent 100%);
242
+ border-top: 1px solid rgba(212, 175, 55, 0.2); text-align: center;
243
+ }
244
+ .cta-section h2 { font-size: 36px; margin-bottom: 16px; justify-content: center; color: #fff; }
245
+ .cta-section h2::before { display: none; }
246
+ .cta-section p { font-size: 18px; margin-bottom: 32px; max-width: 600px; margin-inline: auto; }
247
+ .cta-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }
248
+ .btn-large { padding: 16px 40px; font-size: 16px; }
249
+
250
+ /* FOOTER (Exact Copy Styles) */
251
+ footer {
252
+ background: #08040d; padding: 60px 0 30px;
253
+ border-top: 1px solid rgba(255,255,255,0.05); text-align: center;
254
+ }
255
+ .footer-brand {
256
+ font-family: var(--font-display); font-size: 32px; font-weight: 700;
257
+ color: var(--muted); text-transform: uppercase; letter-spacing: 3px; margin-bottom: 16px;
258
+ }
259
+ .footer-tagline { color: var(--muted); margin-bottom: 32px; font-size: 14px; }
260
+ .footer-links {
261
+ display: flex; flex-wrap: wrap; justify-content: center; gap: 15px 24px;
262
+ margin-bottom: 40px; max-width: 800px; margin-inline: auto;
263
+ }
264
+ .footer-links a { color: var(--text); font-size: 14px; font-family: var(--font-display); }
265
+ .footer-links a:hover { color: var(--accent); }
266
+ .copyright { font-size: 12px; color: #554d66; }
267
+
268
+ /* Responsive */
269
+ @media (max-width: 1024px) {
270
+ .steps-container { grid-template-columns: 1fr; gap: 32px; }
271
+ }
272
+ @media (max-width: 768px) {
273
+ #main-nav {
274
+ display: none; position: absolute; top: 100%; left: 0; width: 100%;
275
+ background: var(--surface); flex-direction: column; padding: 20px;
276
+ border-bottom: 1px solid rgba(255,255,255,0.1); gap: 16px; text-align: center;
277
+ }
278
+ #main-nav.active { display: flex; }
279
+ .header-ctas { display: none; }
280
+ .menu-toggle { display: block; }
281
+ .intro-block { padding: 24px 16px; font-size: 16px; }
282
+ .section-block h2 { font-size: 24px; }
283
+ .content-area { padding: 40px 0; }
284
+ }
285
+ @media (max-width: 390px) {
286
+ .page-hero h1 { font-size: 24px; }
287
+ .grid-2-col { grid-template-columns: 1fr; }
288
+ .feature-card, .content-card, .intro-block { padding: 20px; }
289
+ .cta-buttons { flex-direction: column; width: 100%; }
290
+ .btn-large { width: 100%; }
291
+ }
292
+
293
+
294
+ /* pipeline image & layout guards */
295
+ html, body { overflow-x: clip; }
296
+ img { max-width: 100%; height: auto; }
297
+ img.site-logo { height: 40px; width: auto; max-width: 240px; object-fit: contain; flex: none; }
298
+ header .logo a { display: inline-flex; align-items: center; flex: none; text-decoration: none; }
299
+ img.hero-visual { width: 100%; max-width: 560px; height: auto; object-fit: cover; border-radius: 16px; display: block; margin-inline: auto; }
300
+ img[class^="strip-"], img[class*=" strip-"] { width: 100%; height: auto; display: block; border-radius: 12px; object-fit: cover; }
301
+ /* 合规声明块(zb-disclaimer,全站 footer) */
302
+ .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; }
303
+ .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; }