@howssatoshi/quantumcss 1.7.3 → 1.7.4

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.
@@ -34,7 +34,7 @@
34
34
  position: relative;
35
35
  }
36
36
 
37
- .nav-item-custom.active::before {
37
+ .nav-item-custom.active=":before" {
38
38
  content: '';
39
39
  position: absolute;
40
40
  left: 0;
@@ -263,9 +263,10 @@
263
263
  padding: 1rem;
264
264
  }
265
265
 
266
- .admin-logo span,
266
+ .admin-logo > div:last-child,
267
267
  .nav-section-title,
268
268
  .nav-item span,
269
+ .nav-badge,
269
270
  .theme-label {
270
271
  display: none;
271
272
  }
@@ -274,9 +275,11 @@
274
275
  justify-content: center;
275
276
  padding: 0.75rem;
276
277
  }
277
-
278
- .search-input {
279
- width: 200px;
278
+ }
279
+
280
+ @media (max-width: 768px) {
281
+ .top-nav-actions .starlight-search {
282
+ display: none;
280
283
  }
281
284
  }
282
285
 
@@ -423,11 +426,11 @@
423
426
  <span>All Users</span>
424
427
  </nav>
425
428
  <div class="top-nav-actions">
426
- <div class="search-box">
429
+ <div class="starlight-search max-w-xs">
427
430
  <svg class="search-icon w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
428
431
  <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path>
429
432
  </svg>
430
- <input type="text" class="search-input" placeholder="Search users...">
433
+ <input type="text" class="bg-transparent border-none w-full h-full pl-12 outline-none text-sm text-white" placeholder="Search users...">
431
434
  </div>
432
435
  <button class="icon-btn">
433
436
  <svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
@@ -453,13 +456,13 @@
453
456
  <p class="page-subtitle">Manage your team members and their account permissions</p>
454
457
  </div>
455
458
  <div class="page-actions">
456
- <button class="btn btn-secondary">
459
+ <button class="btn btn-secondary h-12">
457
460
  <svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
458
461
  <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 16v1a3 3 0 003 3h10a3 3 0 003-3v-1m-4-4l-4 4m0 0l-4-4m4 4V4"></path>
459
462
  </svg>
460
463
  Export
461
464
  </button>
462
- <button class="btn btn-primary">
465
+ <button class="btn btn-primary h-12">
463
466
  <svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
464
467
  <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 4v16m8-8H4"></path>
465
468
  </svg>
@@ -54,6 +54,57 @@
54
54
  gap: 1rem;
55
55
  }
56
56
 
57
+ .notification-btn {
58
+ position: relative;
59
+ width: 40px;
60
+ height: 40px;
61
+ display: flex;
62
+ align-items: center;
63
+ justify-content: center;
64
+ background: rgba(255, 255, 255, 0.05);
65
+ border: 1px solid rgba(255, 255, 255, 0.1);
66
+ border-radius: 0.75rem;
67
+ color: var(--text-secondary, #94a3b8);
68
+ cursor: pointer;
69
+ transition: all 0.2s ease;
70
+ }
71
+
72
+ .notification-btn:hover {
73
+ background: rgba(255, 255, 255, 0.08);
74
+ border-color: rgba(255, 255, 255, 0.15);
75
+ color: var(--text-primary, #f1f5f9);
76
+ }
77
+
78
+ body.light-mode .notification-btn {
79
+ background: #ffffff;
80
+ border-color: #e2e8f0;
81
+ color: #64748b;
82
+ }
83
+
84
+ body.light-mode .notification-badge {
85
+ border-color: #ffffff;
86
+ }
87
+
88
+ .user-avatar {
89
+ width: 40px;
90
+ height: 40px;
91
+ border-radius: 50%;
92
+ background: linear-gradient(135deg, #3b82f6, #8b5cf6);
93
+ color: white;
94
+ display: flex;
95
+ align-items: center;
96
+ justify-content: center;
97
+ font-size: 0.875rem;
98
+ font-weight: 700;
99
+ cursor: pointer;
100
+ transition: all 0.2s ease;
101
+ }
102
+
103
+ .user-avatar:hover {
104
+ transform: scale(1.05);
105
+ box-shadow: 0 0 15px rgba(59, 130, 246, 0.3);
106
+ }
107
+
57
108
  .date-selector {
58
109
  display: flex;
59
110
  align-items: center;
@@ -102,6 +153,7 @@
102
153
  .main-content {
103
154
  max-width: 100%;
104
155
  box-sizing: border-box;
156
+ padding: 2rem;
105
157
  }
106
158
 
107
159
  .chart-card {
@@ -500,7 +552,7 @@
500
552
  <svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
501
553
  <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 17h5l-1.405-1.405A2.032 2.032 0 0118 14.158V11a6.002 6.002 0 00-4-5.659V5a2 2 0 10-4 0v.341C7.67 6.165 6 8.388 6 11v3.159c0 .538-.214 1.055-.595 1.436L4 17h5m6 0v1a3 3 0 11-6 0v-1m6 0H9"></path>
502
554
  </svg>
503
- <span class="notification-badge"></span>
555
+ <span class="notification-dot"></span>
504
556
  </button>
505
557
  <div class="user-avatar">JD</div>
506
558
  </div>
@@ -90,8 +90,15 @@
90
90
  </div>
91
91
 
92
92
  <!-- Navigation -->
93
- <nav class="sticky top-0 z-50 glass border-b border-white/10">
93
+ <nav class="starlight-navbar">
94
94
  <div class="container mx-auto px-6 h-24 flex items-center justify-between">
95
+ <div class="md:hidden hamburger-left">
96
+ <div class="hamburger">
97
+ <span></span>
98
+ <span></span>
99
+ <span></span>
100
+ </div>
101
+ </div>
95
102
  <div class="flex items-center gap-4">
96
103
  <div class="w-8 h-8 rounded-full bg-starlight animate-pulse"></div>
97
104
  <span class="text-xl font-bold text-gradient-starlight">
@@ -109,6 +116,18 @@
109
116
  <button class="btn-starlight btn-sm">Subscribe</button>
110
117
  </div>
111
118
  </div>
119
+
120
+ <!-- Mobile Menu -->
121
+ <div class="nav-menu-mobile">
122
+ <ul class="nav-list vertical">
123
+ <li><a href="#" class="nav-link">Home</a></li>
124
+ <li><a href="#" class="nav-link">Articles</a></li>
125
+ <li><a href="#" class="nav-link">About</a></li>
126
+ <li class="pt-4 border-t border-white_5">
127
+ <button class="btn-starlight w-full py-3">Subscribe</button>
128
+ </li>
129
+ </ul>
130
+ </div>
112
131
  </nav>
113
132
 
114
133
  <!-- Main Content -->
@@ -133,7 +152,7 @@
133
152
  </h1>
134
153
 
135
154
  <div class="flex items-center gap-4 pt-4">
136
- <img src="https://media.licdn.com/dms/image/v2/D5603AQFDAUK1PK6IzQ/profile-displayphoto-scale_100_100/B56Zml2ZwgJkAg-/0/1759424127811?e=1771459200&v=beta&t=kk4HtXlQ0REqJ5bz6yy3akXwYeEfvznb8PZ4hQg85u4" alt="Eric Yang" class="w-12 h-12 rounded-full border border-primary/30">
155
+ <img src="https://media.licdn.com/dms/image/v2/D5603AQFDAUK1PK6IzQ/profile-displayphoto-scale_100_100/B56Zml2ZwgJkAg-_0/1759424127811?e=1771459200&v=beta&t=kk4HtXlQ0REqJ5bz6yy3akXwYeEfvznb8PZ4hQg85u4" alt="Eric Yang" class="w-12 h-12 rounded-full border border-primary_30">
137
156
  <div>
138
157
  <p class="font-bold text-white uppercase text-xs tracking-widest">Eric Yang</p>
139
158
  <p class="text-xs text-secondary font-medium">Frontend Architect</p>
@@ -143,7 +162,7 @@
143
162
 
144
163
  <!-- Featured Image -->
145
164
  <div class="rounded-2xl overflow-hidden glass p-1 group">
146
- <div class="aspect-video bg-black/40 rounded-xl relative overflow-hidden">
165
+ <div class="aspect-video bg-black_40 rounded-xl relative overflow-hidden">
147
166
  <img src="images/starlight.jpg" alt="Starlight Aesthetics" class="w-full h-full object-cover">
148
167
  </div>
149
168
  </div>
@@ -164,7 +183,7 @@
164
183
  </p>
165
184
  </div>
166
185
 
167
- <div class="glass p-8 rounded-2xl border-l-4 border-primary bg-primary/5 italic text-xl text-white">
186
+ <div class="glass p-8 rounded-2xl border-primary bg-primary_5 italic text-xl text-white">
168
187
  "Design is not just what it looks like and feels like. Design is how it works... in zero gravity."
169
188
  </div>
170
189
 
@@ -179,7 +198,7 @@
179
198
  </div>
180
199
  <span class="code-window-title">quantum.config.json</span>
181
200
  </div>
182
- <pre class="p-8 text-sm overflow-x-auto bg-white/5"><code>{
201
+ <pre class="p-8 text-sm overflow-x-auto bg-white_5"><code>{
183
202
  "theme": {
184
203
  "extend": {
185
204
  "colors": {
@@ -193,11 +212,11 @@
193
212
  </div>
194
213
 
195
214
  <!-- Tags -->
196
- <div class="flex flex-wrap gap-2 pt-8 mt-12 border-t border-white/10">
215
+ <div class="flex flex-wrap gap-2 pt-8 mt-12">
197
216
  <span class="text-muted text-sm mr-2">Tags:</span>
198
- <a href="#" class="badge badge-secondary hover:bg-white/10 transition-colors">CSS</a>
199
- <a href="#" class="badge badge-secondary hover:bg-white/10 transition-colors">Design</a>
200
- <a href="#" class="badge badge-secondary hover:bg-white/10 transition-colors">QuantumCSS</a>
217
+ <a href="#" class="badge badge-secondary hover:bg-white_10 transition-colors">CSS</a>
218
+ <a href="#" class="badge badge-secondary hover:bg-white_10 transition-colors">Design</a>
219
+ <a href="#" class="badge badge-secondary hover:bg-white_10 transition-colors">QuantumCSS</a>
201
220
  </div>
202
221
 
203
222
  </article>
@@ -211,15 +230,15 @@
211
230
  <p class="text-secondary text-sm mb-4">
212
231
  Eric is a frontend wizard obsessed with making the web feel more organic and alive.
213
232
  </p>
214
- <button class="btn btn-outline w-full text-sm">Follow</button>
233
+ <button class="btn btn-outline w-full h-12 text-sm">Follow</button>
215
234
  </div>
216
235
 
217
236
  <!-- Newsletter -->
218
- <div class="glass p-6 rounded-2xl glow-blue border border-white/5">
237
+ <div class="glass p-6 rounded-2xl glow-blue border border-white_5">
219
238
  <h3 class="text-lg font-bold mb-2 text-white">Join the Newsletter</h3>
220
239
  <p class="text-secondary text-sm mb-4">Get the latest design trends delivered to your inbox.</p>
221
240
  <form class="space-y-3">
222
- <input type="email" placeholder="your@email.com" class="input bg-black/20 border-white/10">
241
+ <input type="email" placeholder="your@email.com" class="input-starlight w-full bg-black_20 border-white_10">
223
242
  <button class="btn-starlight w-full">Subscribe</button>
224
243
  </form>
225
244
  </div>
@@ -228,12 +247,12 @@
228
247
  <div class="space-y-4">
229
248
  <h3 class="text-xs font-bold text-muted uppercase tracking-wider">Recommended</h3>
230
249
 
231
- <a href="#" class="block glass p-4 rounded-xl hover:bg-white/5 transition-colors group">
250
+ <a href="#" class="block glass p-4 rounded-xl hover:bg-white_5 transition-colors group">
232
251
  <h4 class="font-bold text-white group-hover:text-primary transition-colors">Glassmorphism in 2026</h4>
233
252
  <p class="text-xs text-muted mt-1">Feb 1 • 4 min read</p>
234
253
  </a>
235
254
 
236
- <a href="#" class="block glass p-4 rounded-xl hover:bg-white/5 transition-colors group">
255
+ <a href="#" class="block glass p-4 rounded-xl hover:bg-white_5 transition-colors group">
237
256
  <h4 class="font-bold text-white group-hover:text-primary transition-colors">Modern CSS Variables</h4>
238
257
  <p class="text-xs text-muted mt-1">Jan 28 • 8 min read</p>
239
258
  </a>
@@ -245,7 +264,7 @@
245
264
  </main>
246
265
 
247
266
  <!-- Footer -->
248
- <footer class="border-t border-white/10 mt-12 bg-black/20 backdrop-blur-md">
267
+ <footer class="starlight-footer">
249
268
  <div class="container mx-auto px-6 py-12">
250
269
  <div class="flex flex-col md:flex-row justify-between items-center gap-6">
251
270
  <div class="text-muted text-sm">
@@ -5,7 +5,6 @@
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
6
  <title>Starlight Chat - Messages</title>
7
7
  <link rel="stylesheet" href="../dist/quantum.min.css">
8
- <link rel="stylesheet" href="../src/styles/quantum-components.css">
9
8
  <script src="../src/starlight.js"></script>
10
9
  <style>
11
10
  .chat-app {
@@ -95,11 +94,13 @@
95
94
  <div class="user-email" style="color: var(--text-muted, #64748b); font-size: 0.8125rem;">Online</div>
96
95
  </div>
97
96
  </div>
98
- <div class="search-box">
99
- <svg class="search-icon w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
100
- <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path>
101
- </svg>
102
- <input type="text" class="search-input search-input-full" placeholder="Search conversations...">
97
+ <div class="px-4 py-4 border-b border-white_5">
98
+ <div class="starlight-search">
99
+ <svg class="search-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
100
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path>
101
+ </svg>
102
+ <input type="text" class="bg-transparent border-none w-full h-full pl-12 outline-none text-sm text-white" placeholder="Search conversations...">
103
+ </div>
103
104
  </div>
104
105
  </div>
105
106
  <div class="chat-tabs">
@@ -242,18 +242,24 @@
242
242
  }
243
243
 
244
244
  .email-content {
245
- display: none;
246
- }
247
-
248
- .email-content.mobile-visible {
249
- display: block;
250
245
  position: fixed;
251
246
  top: 0;
252
247
  left: 0;
253
248
  right: 0;
254
249
  bottom: 0;
255
250
  z-index: 100;
256
- background: inherit;
251
+ background: #08081a;
252
+ transform: translateX(100%);
253
+ transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
254
+ display: block; /* Always block, use transform to hide */
255
+ }
256
+
257
+ body.light-mode .email-content {
258
+ background: #f8fafc;
259
+ }
260
+
261
+ .email-content.mobile-visible {
262
+ transform: translateX(0);
257
263
  }
258
264
  }
259
265
 
@@ -376,7 +382,7 @@
376
382
  </button>
377
383
  </nav>
378
384
 
379
- <div class="pt-6 border-t border-white/10">
385
+ <div class="pt-6 border-t border-white_10">
380
386
  <h3 class="nav-section-title" style="padding-left: 0.75rem;">Labels</h3>
381
387
  <nav class="space-y-1">
382
388
  <button class="nav-item" style="width: 100%;">
@@ -433,11 +439,13 @@
433
439
  </div>
434
440
  </div>
435
441
 
436
- <div class="search-box px-4 py-3">
437
- <svg class="search-icon w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
438
- <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path>
439
- </svg>
440
- <input type="text" class="search-input search-input-full" placeholder="Search emails...">
442
+ <div class="px-4 py-3">
443
+ <div class="starlight-search">
444
+ <svg class="search-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
445
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path>
446
+ </svg>
447
+ <input type="text" class="bg-transparent border-none w-full h-full pl-12 outline-none text-sm text-white" placeholder="Search emails...">
448
+ </div>
441
449
  </div>
442
450
 
443
451
  <div class="email-item unread active">
@@ -554,7 +562,13 @@
554
562
  </div>
555
563
 
556
564
  <!-- Email Content -->
557
- <div class="email-content">
565
+ <div class="email-content" id="email-content">
566
+ <button class="md:hidden mb-6 flex items-center gap-2 text-starlight font-bold" onclick="closeEmail()">
567
+ <svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
568
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 19l-7-7m0 0l7-7m-7 7h18"></path>
569
+ </svg>
570
+ Back to Inbox
571
+ </button>
558
572
  <div class="email-header">
559
573
  <div class="email-sender-info">
560
574
  <div class="avatar avatar-lg">SC</div>
@@ -617,11 +631,11 @@
617
631
  <span style="color: var(--color-starlight, #00d4ff);">Starlight Technologies</span></p>
618
632
  </div>
619
633
 
620
- <div class="mt-8 pt-6 border-t border-white/10">
634
+ <div class="mt-8 pt-6 border-t border-white_10">
621
635
  <h3 class="text-sm font-semibold mb-4 text-slate-400">Attachments (2)</h3>
622
636
  <div class="flex gap-4">
623
- <div class="flex items-center gap-3 p-3 rounded-lg bg-white/5 border border-white/10 cursor-pointer hover:bg-white/10 transition-colors">
624
- <div class="w-10 h-10 rounded-lg bg-red-500/20 flex items-center justify-center">
637
+ <div class="flex items-center gap-3 p-3 rounded-lg bg-white_5 cursor-pointer hover:bg-white_10 transition-colors">
638
+ <div class="w-10 h-10 rounded-lg bg-red-500_20 flex items-center justify-center">
625
639
  <svg class="w-5 h-5 text-red-400" fill="currentColor" viewBox="0 0 20 20">
626
640
  <path fill-rule="evenodd" d="M4 4a2 2 0 012-2h4.586A2 2 0 0112 2.586L15.414 6A2 2 0 0116 7.414V16a2 2 0 01-2 2H6a2 2 0 01-2-2V4z" clip-rule="evenodd"></path>
627
641
  </svg>
@@ -631,8 +645,8 @@
631
645
  <div class="text-xs text-slate-500">2.4 MB</div>
632
646
  </div>
633
647
  </div>
634
- <div class="flex items-center gap-3 p-3 rounded-lg bg-white/5 border border-white/10 cursor-pointer hover:bg-white/10 transition-colors">
635
- <div class="w-10 h-10 rounded-lg bg-green-500/20 flex items-center justify-center">
648
+ <div class="flex items-center gap-3 p-3 rounded-lg bg-white_5 cursor-pointer hover:bg-white_10 transition-colors">
649
+ <div class="w-10 h-10 rounded-lg bg-green-500_20 flex items-center justify-center">
636
650
  <svg class="w-5 h-5 text-green-400" fill="currentColor" viewBox="0 0 20 20">
637
651
  <path fill-rule="evenodd" d="M4 4a2 2 0 012-2h4.586A2 2 0 0112 2.586L15.414 6A2 2 0 0116 7.414V16a2 2 0 01-2 2H6a2 2 0 01-2-2V4z" clip-rule="evenodd"></path>
638
652
  </svg>
@@ -645,7 +659,7 @@
645
659
  </div>
646
660
  </div>
647
661
 
648
- <div class="mt-8 flex gap-3">
662
+ <div class="mt-8 flex flex-wrap gap-3">
649
663
  <button class="btn-starlight flex items-center gap-2">
650
664
  <svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
651
665
  <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 10h10a8 8 0 018 8v2M3 10l6 6m-6-6l6-6"></path>
@@ -682,9 +696,18 @@
682
696
  document.querySelectorAll('.email-item').forEach(i => i.classList.remove('active'));
683
697
  this.classList.add('active');
684
698
  this.classList.remove('unread');
699
+
700
+ // Mobile view toggle
701
+ if (window.innerWidth <= 768) {
702
+ document.getElementById('email-content').classList.add('mobile-visible');
703
+ }
685
704
  });
686
705
  });
687
706
 
707
+ function closeEmail() {
708
+ document.getElementById('email-content').classList.remove('mobile-visible');
709
+ }
710
+
688
711
  // Folder click handler
689
712
  document.querySelectorAll('.folder-item').forEach(folder => {
690
713
  folder.addEventListener('click', function() {
@@ -127,7 +127,7 @@
127
127
  </div>
128
128
 
129
129
  <!-- Mobile Actions -->
130
- <div class="flex items-center gap-4 md:hidden">
130
+ <div class="flex items-center gap-4 md:hidden hamburger-left">
131
131
  <div id="theme-btn-mobile" class="theme-toggle" title="Toggle Theme">
132
132
  <svg class="w-6 h-6 sun-icon hidden" fill="currentColor" viewBox="0 0 20 20"><path d="M10 2a1 1 0 011 1v1a1 1 0 11-2 0V3a1 1 0 011-1zm4 8a4 4 0 11-8 0 4 4 0 018 0zm-.464 4.95l.707.707a1 1 0 001.414-1.414l-.707-.707a1 1 0 00-1.414 1.414zm2.12-10.607a1 1 0 010 1.414l-.706.707a1 1 0 11-1.414-1.414l.707-.707a1 1 0 011.414 0zM17 11a1 1 0 100-2h-1a1 1 0 100 2h1zm-7 4a1 1 0 011 1v1a1 1 0 11-2 0v-1a1 1 0 011-1zM5.05 6.464A1 1 0 106.465 5.05l-.708-.707a1 1 0 00-1.414 1.414l.707.707zm1.414 8.486l-.707.707a1 1 0 01-1.414-1.414l.707-.707a1 1 0 011.414 1.414zM4 11a1 1 0 100-2H3a1 1 0 000 2h1z"></path></svg>
133
133
  <svg class="w-6 h-6 moon-icon" fill="currentColor" viewBox="0 0 20 20"><path d="M17.293 13.293A8 8 0 016.707 2.707a8.001 8.001 0 1010.586 10.586z"></path></svg>
@@ -148,7 +148,7 @@
148
148
  <li><a href="#" class="nav-link">Games</a></li>
149
149
  <li><a href="#" class="nav-link">News</a></li>
150
150
  <li><a href="#" class="nav-link">Community</a></li>
151
- <li class="pt-4 border-t border-white/10">
151
+ <li class="pt-4 border-t border-white_5">
152
152
  <button class="bg-starlight text-black w-full py-3 rounded-xl font-bold glow-blue border-none">Play Now</button>
153
153
  </li>
154
154
  </ul>
@@ -165,7 +165,7 @@
165
165
  </p>
166
166
  <div class="flex flex-col sm:flex-row gap-6 justify-center">
167
167
  <button class="bg-white text-black px-12 py-4 rounded-full font-bold hover:bg-starlight transition shadow-lg border-none">Buy Now - $59.99</button>
168
- <button class="glass text-white px-12 py-4 rounded-full font-bold hover:bg-opacity-20 transition border-2 border-solid border-white border-opacity-20">Watch Trailer</button>
168
+ <button class="glass text-white px-12 py-4 rounded-full font-bold hover:bg-opacity-20 transition border-2 border-solid border-opacity-20">Watch Trailer</button>
169
169
  </div>
170
170
  </div>
171
171
  </header>
@@ -177,7 +177,7 @@
177
177
  <h2 class="text-sm font-bold text-starlight uppercase tracking-widest mb-2">Editor's Choice</h2>
178
178
  <h3 class="text-4xl font-bold tracking-tight">Featured Games</h3>
179
179
  </div>
180
- <a href="#" class="text-starlight font-bold border-b border-starlight pb-1 hover:text-white hover:border-white transition">View All Games →</a>
180
+ <a href="#" class="text-starlight font-bold border-b border-starlight pb-1 hover:text-white transition">View All Games →</a>
181
181
  </div>
182
182
 
183
183
  <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
@@ -276,7 +276,7 @@
276
276
 
277
277
  <!-- Call to Action -->
278
278
  <section class="max-w-[1200px] mx-auto px-6 mb-32">
279
- <div class="glass p-16 rounded-3xl border border-white border-opacity-5 text-center glow-blue">
279
+ <div class="glass p-16 rounded-3xl border text-center glow-blue">
280
280
  <h2 class="text-5xl font-bold mb-6 tracking-tight">Join the <span class="text-gradient-starlight">Elite</span></h2>
281
281
  <p class="text-lg text-gray-400 mb-10 max-w-prose mx-auto">Get exclusive access to beta tests, early drops, and a community of over 10 million gamers.</p>
282
282
  <div class="flex flex-col md:flex-row gap-4 justify-center">
@@ -287,7 +287,7 @@
287
287
  </section>
288
288
 
289
289
  <!-- Footer -->
290
- <footer class="bg-black py-20 px-6 border-t border-white border-opacity-5">
290
+ <footer class="bg-black py-20 px-6 border-t border-white_5">
291
291
  <div class="max-w-[1200px] mx-auto grid grid-cols-2 md:grid-cols-4 gap-12 mb-16">
292
292
  <div class="col-span-2 md:col-span-1">
293
293
  <div class="text-2xl font-bold tracking-tighter text-gradient-starlight mb-6">GAMEVAULT</div>
@@ -321,7 +321,7 @@
321
321
  </ul>
322
322
  </div>
323
323
  </div>
324
- <div class="max-w-[1200px] mx-auto pt-8 border-t border-white border-opacity-5 flex flex-col md:flex-row justify-between items-center gap-6">
324
+ <div class="max-w-[1200px] mx-auto pt-8 border-t border-white_5 flex flex-col md:flex-row justify-between items-center gap-6">
325
325
  <p class="text-gray-600 text-xs">&copy; 2026 GameVault Interactive. All rights reserved.</p>
326
326
  <div class="flex gap-6">
327
327
  <a href="#" class="text-gray-600 hover:text-starlight transition">Twitter</a>