ProjectGenesis commited on
Commit
65ccc3d
ยท
verified ยท
1 Parent(s): c2d967f

Change the "Modern Stat Summary Panel" style to a different design with horizontal bars - Follow Up Deployment

Browse files
Files changed (2) hide show
  1. index.html +136 -66
  2. prompts.txt +9 -0
index.html CHANGED
@@ -288,62 +288,169 @@
288
  </div>
289
  </section>
290
 
291
- <!-- Stat Summary Panel -->
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
292
  <section class="glass-card p-6 mb-8">
293
- <div class="grid grid-cols-1 md:grid-cols-3 stat-columns gap-6">
294
- <!-- Column 1 -->
295
- <div class="p-4 border-r border-gray-700">
296
- <h3 class="text-lg font-bold text-orange-400 mb-4 text-center">Lifetime Stats</h3>
 
 
 
 
 
 
297
  <div class="space-y-4">
298
  <div>
299
- <p class="text-gray-400">Spins Played</p>
300
- <p class="text-2xl font-bold"><span class="count-up" data-target="12890">0</span></p>
 
 
 
 
 
301
  </div>
 
302
  <div>
303
- <p class="text-gray-400">Total Purchases</p>
304
- <p class="text-2xl font-bold">$<span class="count-up" data-target="2450">0</span></p>
 
 
 
 
 
305
  </div>
 
306
  <div>
307
- <p class="text-gray-400">Time Played</p>
308
- <p class="text-2xl font-bold"><span class="count-up" data-target="342">0</span> hrs</p>
 
 
 
 
 
309
  </div>
310
  </div>
311
  </div>
312
 
313
- <!-- Column 2 -->
314
- <div class="p-4 border-r border-gray-700">
315
- <h3 class="text-lg font-bold text-orange-400 mb-4 text-center">This Month</h3>
 
 
 
 
 
 
316
  <div class="space-y-4">
317
  <div>
318
- <p class="text-gray-400">Spins</p>
319
- <p class="text-2xl font-bold"><span class="count-up" data-target="1240">0</span></p>
 
 
 
 
 
320
  </div>
 
321
  <div>
322
- <p class="text-gray-400">Bonuses Claimed</p>
323
- <p class="text-2xl font-bold"><span class="count-up" data-target="18">0</span></p>
 
 
 
 
 
324
  </div>
 
325
  <div>
326
- <p class="text-gray-400">Points Earned</p>
327
- <p class="text-2xl font-bold"><span class="count-up" data-target="1250">0</span></p>
 
 
 
 
 
328
  </div>
329
  </div>
330
  </div>
331
 
332
- <!-- Column 3 -->
333
- <div class="p-4">
334
- <h3 class="text-lg font-bold text-orange-400 mb-4 text-center">VIP Snapshot</h3>
 
 
 
 
 
 
335
  <div class="space-y-4">
336
  <div>
337
- <p class="text-gray-400">Current Tier</p>
338
- <p class="text-2xl font-bold">NioPrime</p>
 
 
 
 
 
339
  </div>
 
340
  <div>
341
- <p class="text-gray-400">Cashback %</p>
342
- <p class="text-2xl font-bold"><span class="count-up" data-target="8">0</span>%</p>
 
 
 
 
 
343
  </div>
 
344
  <div>
345
- <p class="text-gray-400">Time Remaining</p>
346
- <p class="text-2xl font-bold">78 days</p>
 
 
 
 
 
347
  </div>
348
  </div>
349
  </div>
@@ -456,43 +563,6 @@
456
  </div>
457
  </section>
458
 
459
- <!-- Account Settings Panel -->
460
- <section>
461
- <h2 class="text-2xl font-bold mb-6">Account Settings</h2>
462
- <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6 settings-grid">
463
- <div class="glass-card settings-card p-6 flex flex-col items-center text-center cursor-pointer hover:shadow-glow">
464
- <div class="w-16 h-16 rounded-full bg-gradient-to-br from-orange-500 to-amber-700 flex items-center justify-center mb-4">
465
- <i class="fas fa-user-edit text-2xl"></i>
466
- </div>
467
- <h3 class="text-xl font-bold mb-2">Edit Profile</h3>
468
- <p class="text-gray-400 text-sm">Update your personal information</p>
469
- </div>
470
-
471
- <div class="glass-card settings-card p-6 flex flex-col items-center text-center cursor-pointer hover:shadow-glow">
472
- <div class="w-16 h-16 rounded-full bg-gradient-to-br from-orange-500 to-amber-700 flex items-center justify-center mb-4">
473
- <i class="fas fa-history text-2xl"></i>
474
- </div>
475
- <h3 class="text-xl font-bold mb-2">Transaction History</h3>
476
- <p class="text-gray-400 text-sm">View all your deposits and withdrawals</p>
477
- </div>
478
-
479
- <div class="glass-card settings-card p-6 flex flex-col items-center text-center cursor-pointer hover:shadow-glow">
480
- <div class="w-16 h-16 rounded-full bg-gradient-to-br from-orange-500 to-amber-700 flex items-center justify-center mb-4">
481
- <i class="fas fa-shield-alt text-2xl"></i>
482
- </div>
483
- <h3 class="text-xl font-bold mb-2">Security Settings</h3>
484
- <p class="text-gray-400 text-sm">Manage your account security</p>
485
- </div>
486
-
487
- <div class="glass-card settings-card p-6 flex flex-col items-center text-center cursor-pointer hover:shadow-glow">
488
- <div class="w-16 h-16 rounded-full bg-gradient-to-br from-orange-500 to-amber-700 flex items-center justify-center mb-4">
489
- <i class="fas fa-credit-card text-2xl"></i>
490
- </div>
491
- <h3 class="text-xl font-bold mb-2">Payment Methods</h3>
492
- <p class="text-gray-400 text-sm">Add or update payment options</p>
493
- </div>
494
- </div>
495
- </section>
496
  </div>
497
 
498
  <script>
 
288
  </div>
289
  </section>
290
 
291
+ <!-- Account Settings Panel -->
292
+ <section class="mb-8">
293
+ <h2 class="text-2xl font-bold mb-6">Account Settings</h2>
294
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6 settings-grid">
295
+ <div class="glass-card settings-card p-6 flex flex-col items-center text-center cursor-pointer hover:shadow-glow">
296
+ <div class="w-16 h-16 rounded-full bg-gradient-to-br from-orange-500 to-amber-700 flex items-center justify-center mb-4">
297
+ <i class="fas fa-user-edit text-2xl"></i>
298
+ </div>
299
+ <h3 class="text-xl font-bold mb-2">Edit Profile</h3>
300
+ <p class="text-gray-400 text-sm">Update your personal information</p>
301
+ </div>
302
+
303
+ <div class="glass-card settings-card p-6 flex flex-col items-center text-center cursor-pointer hover:shadow-glow">
304
+ <div class="w-16 h-16 rounded-full bg-gradient-to-br from-orange-500 to-amber-700 flex items-center justify-center mb-4">
305
+ <i class="fas fa-history text-2xl"></i>
306
+ </div>
307
+ <h3 class="text-xl font-bold mb-2">Transaction History</h3>
308
+ <p class="text-gray-400 text-sm">View all your deposits and withdrawals</p>
309
+ </div>
310
+
311
+ <div class="glass-card settings-card p-6 flex flex-col items-center text-center cursor-pointer hover:shadow-glow">
312
+ <div class="w-16 h-16 rounded-full bg-gradient-to-br from-orange-500 to-amber-700 flex items-center justify-center mb-4">
313
+ <i class="fas fa-shield-alt text-2xl"></i>
314
+ </div>
315
+ <h3 class="text-xl font-bold mb-2">Security Settings</h3>
316
+ <p class="text-gray-400 text-sm">Manage your account security</p>
317
+ </div>
318
+
319
+ <div class="glass-card settings-card p-6 flex flex-col items-center text-center cursor-pointer hover:shadow-glow">
320
+ <div class="w-16 h-16 rounded-full bg-gradient-to-br from-orange-500 to-amber-700 flex items-center justify-center mb-4">
321
+ <i class="fas fa-credit-card text-2xl"></i>
322
+ </div>
323
+ <h3 class="text-xl font-bold mb-2">Payment Methods</h3>
324
+ <p class="text-gray-400 text-sm">Add or update payment options</p>
325
+ </div>
326
+ </div>
327
+ </section>
328
+
329
+ <!-- Modern Stat Summary Panel with Horizontal Bars -->
330
  <section class="glass-card p-6 mb-8">
331
+ <div class="flex flex-col md:flex-row justify-between gap-6">
332
+ <!-- Lifetime Stats -->
333
+ <div class="flex-1">
334
+ <div class="flex items-center mb-4">
335
+ <div class="w-10 h-10 rounded-full bg-gradient-to-br from-orange-500 to-amber-700 flex items-center justify-center mr-3">
336
+ <i class="fas fa-infinity text-lg"></i>
337
+ </div>
338
+ <h3 class="text-xl font-bold text-orange-400">Lifetime Stats</h3>
339
+ </div>
340
+
341
  <div class="space-y-4">
342
  <div>
343
+ <div class="flex justify-between mb-1">
344
+ <span class="text-gray-400">Spins Played</span>
345
+ <span class="font-bold"><span class="count-up" data-target="12890">0</span></span>
346
+ </div>
347
+ <div class="w-full bg-gray-700 rounded-full h-2">
348
+ <div class="bg-gradient-to-r from-orange-500 to-amber-600 h-2 rounded-full" style="width: 85%"></div>
349
+ </div>
350
  </div>
351
+
352
  <div>
353
+ <div class="flex justify-between mb-1">
354
+ <span class="text-gray-400">Total Purchases</span>
355
+ <span class="font-bold">$<span class="count-up" data-target="2450">0</span></span>
356
+ </div>
357
+ <div class="w-full bg-gray-700 rounded-full h-2">
358
+ <div class="bg-gradient-to-r from-orange-500 to-amber-600 h-2 rounded-full" style="width: 65%"></div>
359
+ </div>
360
  </div>
361
+
362
  <div>
363
+ <div class="flex justify-between mb-1">
364
+ <span class="text-gray-400">Time Played</span>
365
+ <span class="font-bold"><span class="count-up" data-target="342">0</span> hrs</span>
366
+ </div>
367
+ <div class="w-full bg-gray-700 rounded-full h-2">
368
+ <div class="bg-gradient-to-r from-orange-500 to-amber-600 h-2 rounded-full" style="width: 72%"></div>
369
+ </div>
370
  </div>
371
  </div>
372
  </div>
373
 
374
+ <!-- This Month -->
375
+ <div class="flex-1">
376
+ <div class="flex items-center mb-4">
377
+ <div class="w-10 h-10 rounded-full bg-gradient-to-br from-orange-500 to-amber-700 flex items-center justify-center mr-3">
378
+ <i class="fas fa-calendar-alt text-lg"></i>
379
+ </div>
380
+ <h3 class="text-xl font-bold text-orange-400">This Month</h3>
381
+ </div>
382
+
383
  <div class="space-y-4">
384
  <div>
385
+ <div class="flex justify-between mb-1">
386
+ <span class="text-gray-400">Spins</span>
387
+ <span class="font-bold"><span class="count-up" data-target="1240">0</span></span>
388
+ </div>
389
+ <div class="w-full bg-gray-700 rounded-full h-2">
390
+ <div class="bg-gradient-to-r from-orange-500 to-amber-600 h-2 rounded-full" style="width: 62%"></div>
391
+ </div>
392
  </div>
393
+
394
  <div>
395
+ <div class="flex justify-between mb-1">
396
+ <span class="text-gray-400">Bonuses Claimed</span>
397
+ <span class="font-bold"><span class="count-up" data-target="18">0</span></span>
398
+ </div>
399
+ <div class="w-full bg-gray-700 rounded-full h-2">
400
+ <div class="bg-gradient-to-r from-orange-500 to-amber-600 h-2 rounded-full" style="width: 90%"></div>
401
+ </div>
402
  </div>
403
+
404
  <div>
405
+ <div class="flex justify-between mb-1">
406
+ <span class="text-gray-400">Points Earned</span>
407
+ <span class="font-bold"><span class="count-up" data-target="1250">0</span></span>
408
+ </div>
409
+ <div class="w-full bg-gray-700 rounded-full h-2">
410
+ <div class="bg-gradient-to-r from-orange-500 to-amber-600 h-2 rounded-full" style="width: 50%"></div>
411
+ </div>
412
  </div>
413
  </div>
414
  </div>
415
 
416
+ <!-- VIP Snapshot -->
417
+ <div class="flex-1">
418
+ <div class="flex items-center mb-4">
419
+ <div class="w-10 h-10 rounded-full bg-gradient-to-br from-orange-500 to-amber-700 flex items-center justify-center mr-3">
420
+ <i class="fas fa-crown text-lg"></i>
421
+ </div>
422
+ <h3 class="text-xl font-bold text-orange-400">VIP Snapshot</h3>
423
+ </div>
424
+
425
  <div class="space-y-4">
426
  <div>
427
+ <div class="flex justify-between mb-1">
428
+ <span class="text-gray-400">Current Tier</span>
429
+ <span class="font-bold">NioPrime</span>
430
+ </div>
431
+ <div class="w-full bg-gray-700 rounded-full h-2">
432
+ <div class="bg-gradient-to-r from-orange-500 to-amber-600 h-2 rounded-full" style="width: 75%"></div>
433
+ </div>
434
  </div>
435
+
436
  <div>
437
+ <div class="flex justify-between mb-1">
438
+ <span class="text-gray-400">Cashback %</span>
439
+ <span class="font-bold"><span class="count-up" data-target="8">0</span>%</span>
440
+ </div>
441
+ <div class="w-full bg-gray-700 rounded-full h-2">
442
+ <div class="bg-gradient-to-r from-orange-500 to-amber-600 h-2 rounded-full" style="width: 80%"></div>
443
+ </div>
444
  </div>
445
+
446
  <div>
447
+ <div class="flex justify-between mb-1">
448
+ <span class="text-gray-400">Time Remaining</span>
449
+ <span class="font-bold">78 days</span>
450
+ </div>
451
+ <div class="w-full bg-gray-700 rounded-full h-2">
452
+ <div class="bg-gradient-to-r from-orange-500 to-amber-600 h-2 rounded-full" style="width: 65%"></div>
453
+ </div>
454
  </div>
455
  </div>
456
  </div>
 
563
  </div>
564
  </section>
565
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
566
  </div>
567
 
568
  <script>
prompts.txt ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ Design a Player Profile Page UI for an online sweepstakes casino using a glassmorphism layout and a warm black gradient. ๐ŸŽจ Theme: Background: background: radial-gradient(ellipse farthest-corner at top left, #0a0a0a 0%, #1a0d00 30%, #2e1300 60%, #000000 100%); Two soft glowing orbs blended into the background (optional) Glassmorphic cards: black transparent base, orange/yellow glow borders, blurred backgrounds Typography: bold glowing headers, light sublabels in white or light gray 1. Hero Section โ€“ Player Identity Large full-width glass card Left: Circular avatar, player name (Kevin), tier badge overlay (NioPrime) Right: Welcome message "Welcome Back, Kevin" (animated glow text) Subtext: "Here's a quick look at your journey so far" Current tier: NioPrime glowing in orange Small progress bar: 1,250 / 2,500 Points (animated fill) 2. Stats Summary Cards (3 Side-by-Side) Three horizontal glass cards: Card 1: Lifetime Stats Total Spins Played Total Purchases Total Hours Played Card 2: This Month Spins This Month Bonuses Claimed Points Earned Card 3: VIP Snapshot Current Tier Points to Next Tier Cashback % Level All numbers should have animated counter-up effects on page load. 3. Active Perks Section Title: "Your Active Perks" Two-column grid of small glowing cards: 5% Cashback โ€“ glowing orange Daily Bonus โ€“ neon yellow flicker Exclusive Games โ€“ dimmed if inactive Early Access โ€“ grayed if locked Each card should include an icon + perk title + status label (active/inactive) 4. Recent Activity Timeline Title: "Recent Activity" Vertical timeline of actions (or table-style): Aug 16 โ€“ Purchased 5,000 SC โ€“ $50 Aug 14 โ€“ Claimed 50 Free Spins Aug 12 โ€“ Completed Daily Mission Add tab filters: Purchase / Bonuses / Games 5. Account Options 4 button-style cards in a horizontal row or grid: Edit Profile Transaction History Security Settings Manage Payment Methods Use neon-outlined buttons with hover glow ๐Ÿช„ Animation Instructions: Header text glow + flicker Progress bars fill smoothly Stats numbers count up Perk cards pulse if active Soft orb movement in background
2
+ Design a full Player Profile Page UI for a sweepstakes casino platform using a glassmorphism layout with a subtle warm-glow background. This page should reflect a premium, cinematic experience for the user while remaining clean, modular, and mobile-responsive. ๐ŸŽจ Background Theme: Apply this gradient across the entire page background: background: linear-gradient( to bottom, #000000 0%, #1a0d00 15%, #2e1300 32%, #2e1300 68%, #1a0d00 85%, #000000 100% ); โ€ข Top and bottom edges are pure black โ€ข The center 65% has a warm, rich orange-brown glow โ€ข This background creates a subtle โ€œspotlightโ€ effect to center the layout, with no hard radial orb 1. Hero Section โ€“ Player Identity Large full-width glass card Left: Circular avatar, player name (Kevin), tier badge overlay (NioPrime) Right: Welcome message "Welcome Back, Kevin" (animated glow text) Subtext: "Here's a quick look at your journey so far" Current tier: NioPrime glowing in orange Small progress bar: 1,250 / 2,500 Points (animated fill) 2. Stats Summary Cards (3 Side-by-Side) Three horizontal glass cards: Card 1: Lifetime Stats Total Spins Played Total Purchases Total Hours Played Card 2: This Month Spins This Month Bonuses Claimed Points Earned Card 3: VIP Snapshot Current Tier Points to Next Tier Cashback % Level All numbers should have animated counter-up effects on page load. 3. Active Perks Section Title: "Your Active Perks" Two-column grid of small glowing cards: 5% Cashback โ€“ glowing orange Daily Bonus โ€“ neon yellow flicker Exclusive Games โ€“ dimmed if inactive Early Access โ€“ grayed if locked Each card should include an icon + perk title + status label (active/inactive) 4. Recent Activity Timeline Title: "Recent Activity" Vertical timeline of actions (or table-style): Aug 16 โ€“ Purchased 5,000 SC โ€“ $50 Aug 14 โ€“ Claimed 50 Free Spins Aug 12 โ€“ Completed Daily Mission Add tab filters: Purchase / Bonuses / Games 5. Account Options 4 button-style cards in a horizontal row or grid: Edit Profile Transaction History Security Settings Manage Payment Methods Use neon-outlined buttons with hover glow ๐Ÿช„ Animation Instructions: Header text glow + flicker Progress bars fill smoothly Stats numbers count up Perk cards pulse if active Soft orb movement in background
3
+ Design a full Player Profile Page UI for a sweepstakes casino platform using a glassmorphism layout with a subtle warm-glow background. This page should reflect a premium, cinematic experience for the user while remaining clean, modular, and mobile-responsive. ๐ŸŽจ Background Theme: Apply this gradient across the entire page background: background: linear-gradient( to bottom, #000000 0%, #1a0d00 15%, #2e1300 32%, #2e1300 68%, #1a0d00 85%, #000000 100% ); โ€ข Top and bottom edges are pure black โ€ข The center 65% has a warm, rich orange-brown glow โ€ข This background creates a subtle โ€œspotlightโ€ effect to center the layout, with no hard radial orb 1. Hero Section โ€“ Player Identity Large full-width glass card Left: Circular avatar, player name (Kevin), tier badge overlay (NioPrime) Right: Welcome message "Welcome Back, Kevin" (animated glow text) Subtext: "Here's a quick look at your journey so far" Current tier: NioPrime glowing in orange Small progress bar: 1,250 / 2,500 Points (animated fill) 2. Stats Summary Cards (3 Side-by-Side) Three horizontal glass cards: Card 1: Lifetime Stats Total Spins Played Total Purchases Total Hours Played Card 2: This Month Spins This Month Bonuses Claimed Points Earned Card 3: VIP Snapshot Current Tier Points to Next Tier Cashback % Level All numbers should have animated counter-up effects on page load. 3. Active Perks Section Title: "Your Active Perks" Two-column grid of small glowing cards: 5% Cashback โ€“ glowing orange Daily Bonus โ€“ neon yellow flicker Exclusive Games โ€“ dimmed if inactive Early Access โ€“ grayed if locked Each card should include an icon + perk title + status label (active/inactive) 4. Recent Activity Timeline Title: "Recent Activity" Vertical timeline of actions (or table-style): Aug 16 โ€“ Purchased 5,000 SC โ€“ $50 Aug 14 โ€“ Claimed 50 Free Spins Aug 12 โ€“ Completed Daily Mission Add tab filters: Purchase / Bonuses / Games 5. Account Options 4 button-style cards in a horizontal row or grid: Edit Profile Transaction History Security Settings Manage Payment Methods Use neon-outlined buttons with hover glow ๐Ÿช„ Animation Instructions: Header text glow + flicker Progress bars fill smoothly Stats numbers count up Perk cards pulse if active Soft orb movement in background
4
+ Design a full Player Profile Page UI for a sweepstakes casino platform using a glassmorphism layout with a subtle warm-glow background. This page should reflect a premium, cinematic experience for the user while remaining clean, modular, and mobile-responsive. ๐ŸŽจ Background Theme: Apply this gradient across the entire page background: background: linear-gradient( to bottom, #000000 0%, #1a0d00 15%, #2e1300 32%, #2e1300 68%, #1a0d00 85%, #000000 100% ); โ€ข Top and bottom edges are pure black โ€ข The center 65% has a warm, rich orange-brown glow โ€ข This background creates a subtle โ€œspotlightโ€ effect to center the layout, with no hard radial orb 1. Hero Section โ€“ Player Identity Large full-width glass card Left: Circular avatar, player name (Kevin), tier badge overlay (NioPrime) Right: Welcome message "Welcome Back, Kevin" (animated glow text) Subtext: "Here's a quick look at your journey so far" Current tier: NioPrime glowing in orange Small progress bar: 1,250 / 2,500 Points (animated fill) 2. Stats Summary Cards (3 Side-by-Side) Three horizontal glass cards: Card 1: Lifetime Stats Total Spins Played Total Purchases Total Hours Played Card 2: This Month Spins This Month Bonuses Claimed Points Earned Card 3: VIP Snapshot Current Tier Points to Next Tier Cashback % Level All numbers should have animated counter-up effects on page load. 3. Active Perks Section Title: "Your Active Perks" Two-column grid of small glowing cards: 5% Cashback โ€“ glowing orange Daily Bonus โ€“ neon yellow flicker Exclusive Games โ€“ dimmed if inactive Early Access โ€“ grayed if locked Each card should include an icon + perk title + status label (active/inactive) 4. Recent Activity Timeline Title: "Recent Activity" Vertical timeline of actions (or table-style): Aug 16 โ€“ Purchased 5,000 SC โ€“ $50 Aug 14 โ€“ Claimed 50 Free Spins Aug 12 โ€“ Completed Daily Mission Add tab filters: Purchase / Bonuses / Games 5. Account Options 4 button-style cards in a horizontal row or grid: Edit Profile Transaction History Security Settings Manage Payment Methods Use neon-outlined buttons with hover glow ๐Ÿช„ Animation Instructions: Header text glow + flicker Progress bars fill smoothly Stats numbers count up Perk cards pulse if active Soft orb movement in background
5
+ Create a Player Profile Page UI for a sweepstakes casino platform. The page should reflect a high-end, immersive design using a dark-glow theme, custom gradient background, and a selective mix of glassmorphism + floating elements. ๐ŸŽจ Background Style: Use this exact CSS for the background: background: linear-gradient( to bottom, #000000 0%, #1a0d00 15%, #2e1300 32%, #2e1300 68%, #1a0d00 85%, #000000 100% ); Creates subtle center glow that spans 65% of screen height Top & bottom edges are pure black Use subtle orb glows (orange/gray) in background for ambient depth ๐Ÿงฑ Layout Structure: 1. ๐ŸงŠ Hero Section (Top Profile Block) Centered glassmorphic card Left side: Circular player avatar Username: Kevin VIP badge: NioPrime (glowing ring overlay) Right side: Header: "Welcome back, Kevin" (neon orange flicker) Subtext: "Hereโ€™s your journey so far" Tier tag: NioPrime glowing label Progress bar: 1,250 / 2,500 pts (orange glow, animated fill) 2. ๐Ÿ“Š Stat Summary Panel (Unified Card) One horizontal glass card divided into 3 logical columns (not separate cards) Column 1: Lifetime Spins Played Total Purchases Time Played Column 2: This Month Spins This Month Bonuses Claimed Points Earned Column 3: VIP Snapshot Current Tier Cashback % Time Remaining Use animated number count-ups and subtle border glow for each column 3. ๐ŸŽฏ Active Perks Section (Non-Card Icons Only) Section title: "Your Active Perks" (centered, glowing gold text) Horizontal row of circular icons, no boxes or grids Each icon glows softly when active Dimmed/locked look when inactive Suggested examples: ๐Ÿช™ 5% Cashback ๐ŸŽ Daily Bonus ๐ŸŽฎ VIP Games ๐Ÿ”’ Early Access Optional: small label below each icon OR label appears on hover 4. ๐Ÿ“œ Recent Activity Log Section title: "Recent Activity" Vertical scrollable glass panel (light blur, thin borders) Timeline-style entries: Aug 16 โ€“ Purchased $50 โ€“ 5,000 SC Aug 14 โ€“ Claimed 50 Free Spins Aug 12 โ€“ Completed Daily Mission Add filters as horizontal tabs: All, Purchases, Bonuses, Games 5. ๐Ÿ› ๏ธ Account Settings Panel Display as 4 glowing button-style cards in grid or row: Edit Profile Transaction History Security Settings Manage Payment Methods Glassmorphic mini cards with orange/yellow outlines Glow intensifies on hover ๐Ÿช„ Animation & Motion Details: Hero title glow pulse every 5s Progress bar: animated fill Stats: numbers count up on page load Perk icons: pulse if active Activity list: smooth fade-in for new entries
6
+ Create a Player Profile Page UI for a sweepstakes casino platform. The page should reflect a high-end, immersive design using a dark-glow theme, custom gradient background, and a selective mix of glassmorphism + floating elements. ๐ŸŽจ Background Style: Use this exact CSS for the background: background: linear-gradient( to bottom, #000000 0%, #1a0d00 15%, #2e1300 32%, #2e1300 68%, #1a0d00 85%, #000000 100% ); Creates subtle center glow that spans 65% of screen height Top & bottom edges are pure black Use subtle orb glows (orange/gray) in background for ambient depth ๐Ÿงฑ Layout Structure: 1. ๐ŸงŠ Hero Section (Top Profile Block) Centered glassmorphic card Left side: Circular player avatar Username: Kevin VIP badge: NioPrime (glowing ring overlay) Right side: Header: "Welcome back, Kevin" (neon orange flicker) Subtext: "Hereโ€™s your journey so far" Tier tag: NioPrime glowing label Progress bar: 1,250 / 2,500 pts (orange glow, animated fill) 2. ๐Ÿ“Š Stat Summary Panel (Unified Card) One horizontal glass card divided into 3 logical columns (not separate cards) Column 1: Lifetime Spins Played Total Purchases Time Played Column 2: This Month Spins This Month Bonuses Claimed Points Earned Column 3: VIP Snapshot Current Tier Cashback % Time Remaining Use animated number count-ups and subtle border glow for each column 3. ๐ŸŽฏ Active Perks Section (Non-Card Icons Only) Section title: "Your Active Perks" (centered, glowing gold text) Horizontal row of circular icons, no boxes or grids Each icon glows softly when active Dimmed/locked look when inactive Suggested examples: ๐Ÿช™ 5% Cashback ๐ŸŽ Daily Bonus ๐ŸŽฎ VIP Games ๐Ÿ”’ Early Access Optional: small label below each icon OR label appears on hover 4. ๐Ÿ“œ Recent Activity Log Section title: "Recent Activity" Vertical scrollable glass panel (light blur, thin borders) Timeline-style entries: Aug 16 โ€“ Purchased $50 โ€“ 5,000 SC Aug 14 โ€“ Claimed 50 Free Spins Aug 12 โ€“ Completed Daily Mission Add filters as horizontal tabs: All, Purchases, Bonuses, Games 5. ๐Ÿ› ๏ธ Account Settings Panel Display as 4 glowing button-style cards in grid or row: Edit Profile Transaction History Security Settings Manage Payment Methods Glassmorphic mini cards with orange/yellow outlines Glow intensifies on hover ๐Ÿช„ Animation & Motion Details: Hero title glow pulse every 5s Progress bar: animated fill Stats: numbers count up on page load Perk icons: pulse if active Activity list: smooth fade-in for new entries
7
+ Change the "Stat Summary Panels" to a more modern style
8
+ Move the "Account Settings" section to under the Hero Banner
9
+ Change the "Modern Stat Summary Panel" style to a different design with horizontal bars