AEUPH commited on
Commit
11f8bdf
·
verified ·
1 Parent(s): 4bfafcf

Add full flagship CSS + JS (galactic design system)

Browse files
Files changed (1) hide show
  1. style.css +448 -28
style.css CHANGED
@@ -1,28 +1,448 @@
1
- body {
2
- padding: 2rem;
3
- font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
4
- }
5
-
6
- h1 {
7
- font-size: 16px;
8
- margin-top: 0;
9
- }
10
-
11
- p {
12
- color: rgb(107, 114, 128);
13
- font-size: 15px;
14
- margin-bottom: 10px;
15
- margin-top: 5px;
16
- }
17
-
18
- .card {
19
- max-width: 620px;
20
- margin: 0 auto;
21
- padding: 16px;
22
- border: 1px solid lightgray;
23
- border-radius: 16px;
24
- }
25
-
26
- .card p:last-child {
27
- margin-bottom: 0;
28
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* AEUPH Model Hub - Modern Design System */
2
+
3
+ :root {
4
+ /* Core Colors */
5
+ --bg-deep: #030308;
6
+ --bg-base: #070712;
7
+ --bg-elevated: #0c0c1a;
8
+ --bg-card: #0f0f1e;
9
+ --bg-card-hover: #141428;
10
+
11
+ /* Brand Colors */
12
+ --purple: #9b59f7;
13
+ --purple-bright: #b87aff;
14
+ --purple-dim: #7a3de8;
15
+ --cyan: #00e5ff;
16
+ --cyan-dim: #00b8cc;
17
+ --pink: #ff3399;
18
+ --pink-dim: #cc2a7a;
19
+ --gold: #ffd700;
20
+ --gold-dim: #ccac00;
21
+ --green: #00ff88;
22
+ --green-dim: #00cc6e;
23
+
24
+ /* RunPod Colors */
25
+ --runpod-blue: #00d4ff;
26
+ --runpod-purple: #7c3aed;
27
+ --runpod-purple-dark: #5b21b6;
28
+
29
+ /* Referral Colors */
30
+ --ref-gold: #ffd700;
31
+ --ref-gold-dim: #e6c200;
32
+ --ref-emerald: #10b981;
33
+
34
+ /* Text */
35
+ --text-bright: #ffffff;
36
+ --text-primary: #e8e8f0;
37
+ --text-dim: #a0a0b8;
38
+ --text-muted: #6a6a8a;
39
+ --text-faint: #3a3a5a;
40
+
41
+ /* Borders & Surfaces */
42
+ --border-subtle: #1a1a2e;
43
+ --border-default: #2a2a4a;
44
+ --border-bright: #3a3a5a;
45
+ --glass-bg: rgba(15, 15, 30, 0.7);
46
+ --glass-border: rgba(255, 255, 255, 0.06);
47
+ --glass-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.03) inset;
48
+ --glass-blur: 24px;
49
+
50
+ /* Gradients */
51
+ --signal-gradient: linear-gradient(135deg, #9b59f7, #00e5ff, #ff3399);
52
+ --signal-gradient-subtle: linear-gradient(135deg, rgba(155, 89, 247, 0.15), rgba(0, 229, 255, 0.1), rgba(255, 51, 153, 0.08));
53
+ --gold-gradient: linear-gradient(135deg, #ffd700, #ffaa00);
54
+ --cyan-gradient: linear-gradient(135deg, #00e5ff, #00b8ff);
55
+ --purple-gradient: linear-gradient(135deg, #9b59f7, #7a3de8);
56
+ --pink-gradient: linear-gradient(135deg, #ff3399, #ff0066);
57
+ --hero-gradient: linear-gradient(135deg, #030308 0%, #0a0a1a 50%, #030308 100%);
58
+ --card-gradient: linear-gradient(145deg, rgba(15,15,30,0.9) 0%, rgba(10,10,25,0.95) 100%);
59
+
60
+ /* Spacing */
61
+ --radius-sm: 8px;
62
+ --radius: 16px;
63
+ --radius-lg: 24px;
64
+ --radius-xl: 32px;
65
+
66
+ /* Shadows */
67
+ --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.3);
68
+ --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.4);
69
+ --shadow-lg: 0 20px 50px rgba(0, 0, 0, 0.5);
70
+ --shadow-glow: 0 0 40px rgba(155, 89, 247, 0.2);
71
+ --shadow-glow-cyan: 0 0 40px rgba(0, 229, 255, 0.15);
72
+ --shadow-glow-gold: 0 0 40px rgba(255, 215, 0, 0.2);
73
+
74
+ /* Transitions */
75
+ --transition-fast: 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
76
+ --transition-base: 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
77
+ --transition-slow: 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
78
+ --spring: 400ms cubic-bezier(0.34, 1.56, 0.64, 1);
79
+
80
+ /* Z-index */
81
+ --z-bg: 0;
82
+ --z-content: 1;
83
+ --z-nav: 100;
84
+ --z-modal: 1000;
85
+ --z-toast: 2000;
86
+ }
87
+
88
+ /* ========================================
89
+ RESET & BASE
90
+ ======================================== */
91
+ *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
92
+ html { scroll-behavior: smooth; font-size: 16px; }
93
+ @media (prefers-reduced-motion: reduce) {
94
+ *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
95
+ }
96
+
97
+ body {
98
+ font-family: 'Space Grotesk', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
99
+ background: var(--bg-deep);
100
+ color: var(--text-primary);
101
+ line-height: 1.65;
102
+ overflow-x: hidden;
103
+ -webkit-font-smoothing: antialiased;
104
+ -moz-osx-font-smoothing: grayscale;
105
+ min-height: 100vh;
106
+ }
107
+
108
+ a { color: var(--cyan); text-decoration: none; transition: color var(--transition-fast); }
109
+ a:hover { color: var(--gold); }
110
+ img { max-width: 100%; height: auto; display: block; }
111
+ ::selection { background: var(--purple); color: var(--bg-deep); }
112
+ ::-webkit-scrollbar { width: 8px; }
113
+ ::-webkit-scrollbar-track { background: var(--bg-deep); }
114
+ ::-webkit-scrollbar-thumb { background: var(--border-default); border-radius: 4px; }
115
+ ::-webkit-scrollbar-thumb:hover { background: var(--purple); }
116
+
117
+ /* ========================================
118
+ TYPOGRAPHY
119
+ ======================================== */
120
+ h1, h2, h3, h4, h5, h6 {
121
+ font-weight: 700;
122
+ line-height: 1.15;
123
+ color: var(--text-bright);
124
+ letter-spacing: -0.02em;
125
+ }
126
+ h1 { font-size: clamp(2.5rem, 6vw, 5rem); }
127
+ h2 { font-size: clamp(1.75rem, 4vw, 3rem); }
128
+ h3 { font-size: clamp(1.25rem, 2.5vw, 1.75rem); }
129
+ p { color: var(--text-dim); font-size: 1.05rem; }
130
+
131
+ .gradient-text {
132
+ background: var(--signal-gradient);
133
+ -webkit-background-clip: text;
134
+ -webkit-text-fill-color: transparent;
135
+ background-clip: text;
136
+ }
137
+ .gold-text { color: var(--gold); }
138
+ .cyan-text { color: var(--cyan); }
139
+ .purple-text { color: var(--purple); }
140
+
141
+ /* ========================================
142
+ GLASS SYSTEM
143
+ ======================================== */
144
+ .glass {
145
+ background: var(--glass-bg);
146
+ backdrop-filter: blur(var(--glass-blur));
147
+ -webkit-backdrop-filter: blur(var(--glass-blur));
148
+ border: 1px solid var(--glass-border);
149
+ box-shadow: var(--glass-shadow);
150
+ border-radius: var(--radius);
151
+ }
152
+ .glass-strong { background: rgba(15, 15, 30, 0.85); border-color: rgba(255,255,255,0.1); }
153
+ .glass-hover { transition: all var(--transition-base); }
154
+ .glass-hover:hover {
155
+ background: rgba(20, 20, 40, 0.9);
156
+ border-color: rgba(155, 89, 247, 0.3);
157
+ transform: translateY(-4px);
158
+ box-shadow: 0 24px 60px rgba(0,0,0,0.6), 0 0 0 1px rgba(155,89,247,0.2) inset;
159
+ }
160
+
161
+ /* ========================================
162
+ BACKGROUND EFFECTS
163
+ ======================================== */
164
+ #starfield { position: fixed; inset: 0; pointer-events: none; z-index: var(--z-bg); opacity: 0.4; }
165
+ .star { position: absolute; background: #fff; border-radius: 50%; animation: star-drift var(--dur) ease-in-out infinite alternate; animation-delay: var(--delay); opacity: 0; }
166
+ @keyframes star-drift { 0% { transform: translate(0,0); opacity: 0 } 10% { opacity: var(--opacity,0.6) } 90% { opacity: var(--opacity,0.6) } 100% { transform: translate(var(--dx,40px),var(--dy,-30px)); opacity: 0 } }
167
+
168
+ .nebula-orb { position: fixed; border-radius: 50%; filter: blur(100px); pointer-events: none; z-index: var(--z-bg); animation: nebula-drift 30s ease-in-out infinite alternate; }
169
+ .nebula-orb:nth-child(1) { width: 700px; height: 700px; background: hsla(var(--hue, 280), 80%, 40%, 0.12); top: -15%; left: -10%; animation-duration: 35s; }
170
+ .nebula-orb:nth-child(2) { width: 550px; height: 550px; background: hsla(var(--hue, 190), 80%, 45%, 0.08); bottom: -10%; right: -10%; animation-duration: 40s; animation-delay: -8s; }
171
+ .nebula-orb:nth-child(3) { width: 450px; height: 450px; background: hsla(var(--hue, 330), 70%, 50%, 0.08); top: 35%; left: 55%; animation-duration: 30s; animation-delay: -15s; }
172
+ @keyframes nebula-drift { 0% { transform: translate(0,0) scale(1) } 33% { transform: translate(40px,-30px) scale(1.08) } 66% { transform: translate(-30px,40px) scale(0.95) } 100% { transform: translate(20px,-20px) scale(1.03) } }
173
+
174
+ .hero-grid { position: absolute; inset: 0; background-image:
175
+ linear-gradient(rgba(155,89,247,0.02) 1px, transparent 1px),
176
+ linear-gradient(90deg, rgba(155,89,247,0.02) 1px, transparent 1px);
177
+ background-size: 60px 60px; animation: grid-drift 60s linear infinite; pointer-events: none; }
178
+ @keyframes grid-drift { 0% { transform: translate(0,0) } 100% { transform: translate(60px,60px) } }
179
+
180
+ #scroll-progress { position: fixed; top: 0; left: 0; height: 3px; background: var(--signal-gradient); z-index: var(--z-nav); transform-origin: left; transform: scaleX(0); transition: transform 100ms linear; }
181
+
182
+ /* ========================================
183
+ NAVBAR
184
+ ======================================== */
185
+ #navbar { position: fixed; top: 0; left: 0; right: 0; z-index: var(--z-nav); background: rgba(3,3,8,0.85); backdrop-filter: blur(24px) saturate(1.5); border-bottom: 1px solid var(--border-subtle); transition: all var(--transition-base); }
186
+ #navbar.scrolled { background: rgba(3,3,8,0.95); border-bottom-color: var(--border-default); box-shadow: var(--shadow-md); }
187
+ .nav-inner { max-width: 1400px; margin: 0 auto; padding: 0 28px; display: flex; align-items: center; height: 72px; gap: 40px; }
188
+ .nav-logo { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 1.25rem; color: var(--text-bright); letter-spacing: -0.03em; }
189
+ .logo-icon { font-size: 1.5rem; background: var(--signal-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
190
+ .nav-links { display: flex; gap: 36px; flex: 1; }
191
+ .nav-links a { color: var(--text-dim); font-size: 0.9rem; font-weight: 500; letter-spacing: 0.02em; transition: all var(--transition-fast); position: relative; padding: 6px 0; }
192
+ .nav-links a::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 0; height: 2px; background: var(--signal-gradient); transition: width var(--transition-base); border-radius: 2px; }
193
+ .nav-links a:hover { color: var(--text-bright); }
194
+ .nav-links a:hover::after { width: 100%; }
195
+ .nav-cta { background: var(--glass-bg); backdrop-filter: blur(12px); color: var(--text-bright); padding: 10px 26px; border-radius: var(--radius-sm); font-size: 0.88rem; font-weight: 600; border: 1px solid var(--glass-border); letter-spacing: 0.02em; white-space: nowrap; transition: all var(--transition-fast); }
196
+ .nav-cta:hover { background: rgba(155,89,247,0.2); border-color: rgba(155,89,247,0.4); box-shadow: 0 0 30px rgba(155,89,247,0.2); transform: translateY(-2px); }
197
+ .nav-toggle { display: none; background: none; border: none; color: var(--text-bright); font-size: 1.75rem; cursor: pointer; }
198
+
199
+ /* ========================================
200
+ BUTTONS
201
+ ======================================== */
202
+ .btn-primary, .btn-secondary { padding: 16px 36px; border-radius: var(--radius-sm); font-weight: 700; font-size: 1rem; transition: all var(--transition-base); display: inline-flex; align-items: center; gap: 10px; cursor: pointer; border: none; position: relative; overflow: hidden; }
203
+ .btn-primary { background: var(--signal-gradient); color: var(--bg-deep); box-shadow: 0 6px 30px rgba(155,89,247,0.35); }
204
+ .btn-primary::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, var(--cyan), var(--pink)); opacity: 0; transition: opacity var(--transition-base); }
205
+ .btn-primary:hover::before { opacity: 1; }
206
+ .btn-primary:hover { transform: translateY(-3px); box-shadow: 0 12px 40px rgba(155,89,247,0.5); }
207
+ .btn-primary span, .btn-secondary span { position: relative; z-index: 1; }
208
+ .btn-secondary { background: var(--glass-bg); color: var(--text-primary); border: 1px solid var(--glass-border); backdrop-filter: blur(12px); }
209
+ .btn-secondary:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.15); transform: translateY(-3px); }
210
+
211
+ .btn-ref { background: linear-gradient(135deg, var(--gold), #f59e0b); color: #030308; box-shadow: 0 6px 30px rgba(255,215,0,0.4); }
212
+ .btn-ref::before { background: linear-gradient(135deg, #f59e0b, var(--gold)); }
213
+ .btn-ref:hover { box-shadow: 0 12px 40px rgba(255,215,0,0.5); transform: translateY(-3px) scale(1.02); }
214
+ .btn-runpod { background: linear-gradient(135deg, var(--runpod-blue), var(--runpod-purple)); color: #fff; box-shadow: 0 6px 30px rgba(0,212,255,0.35); }
215
+ .btn-runpod::before { background: linear-gradient(135deg, var(--runpod-purple), var(--runpod-blue)); }
216
+ .btn-runpod:hover { box-shadow: 0 12px 40px rgba(0,212,255,0.4); transform: translateY(-3px); }
217
+
218
+ /* ========================================
219
+ HERO
220
+ ======================================== */
221
+ #hero { min-height: 100vh; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; padding: 140px 28px 100px; z-index: var(--z-content); }
222
+ .hero-floating { position: absolute; inset: 0; pointer-events: none; z-index: -1; }
223
+ .hero-orb { position: absolute; border-radius: 50%; background: radial-gradient(circle at 30% 30%, hsla(var(--hue, 280), 80%, 45%, 0.18), transparent 65%); filter: blur(60px); animation: hero-orb-float 25s ease-in-out infinite alternate; }
224
+ .hero-orb:nth-child(1) { width: 600px; height: 600px; top: -8%; left: -5%; animation-duration: 28s; }
225
+ .hero-orb:nth-child(2) { width: 480px; height: 480px; bottom: -5%; right: -5%; --hue: 190; animation-duration: 22s; animation-delay: -7s; }
226
+ .hero-orb:nth-child(3) { width: 350px; height: 350px; top: 25%; left: 65%; --hue: 330; animation-duration: 32s; animation-delay: -14s; }
227
+ @keyframes hero-orb-float { 0% { transform: translate(0,0) scale(1) } 50% { transform: translate(30px,-40px) scale(1.1) } 100% { transform: translate(-20px,30px) scale(0.95) } }
228
+
229
+ .hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(155,89,247,0.015) 1px, transparent 1px), linear-gradient(90deg, rgba(155,89,247,0.015) 1px, transparent 1px); background-size: 80px 80px; animation: grid-drift 80s linear infinite; pointer-events: none; opacity: 0.5; }
230
+ @keyframes grid-drift { 0% { transform: translate(0,0) } 100% { transform: translate(80px,80px) } }
231
+
232
+ .hero-content { text-align: center; position: relative; z-index: 2; max-width: 960px; }
233
+ .hero-badge { display: inline-flex; align-items: center; gap: 10px; padding: 10px 24px; border-radius: 999px; background: rgba(155,89,247,0.12); border: 1px solid rgba(155,89,247,0.25); color: var(--cyan); font-size: 0.8rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 32px; backdrop-filter: blur(8px); }
234
+ .hero-badge.ref-badge { background: linear-gradient(135deg, rgba(255,215,0,0.15), rgba(245,158,11,0.12)); border-color: rgba(255,215,0,0.35); color: var(--gold); }
235
+ .hero-badge-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); animation: pulse-dot 2s ease-in-out infinite; }
236
+ @keyframes pulse-dot { 0%,100% { opacity: 1; transform: scale(1) } 50% { opacity: 0.6; transform: scale(0.85) } }
237
+
238
+ .hero-line { display: block; opacity: 0; transform: translateY(40px); animation: hero-word-in 1s cubic-bezier(0.16, 1, 0.3, 1) forwards; }
239
+ .hero-line:nth-child(1) { animation-delay: 0.15s; }
240
+ .hero-line:nth-child(2) { animation-delay: 0.4s; }
241
+ .hero-line:nth-child(3) { animation-delay: 0.65s; font-size: clamp(2.5rem, 7vw, 5.5rem); }
242
+ @keyframes hero-word-in { to { opacity: 1; transform: translateY(0) } }
243
+
244
+ .hero-content h1 { font-size: clamp(2.5rem, 7vw, 6rem); font-weight: 800; line-height: 1.05; margin-bottom: 32px; letter-spacing: -0.03em; }
245
+ .hero-sub { font-size: clamp(1.05rem, 2vw, 1.25rem); color: var(--text-dim); margin-bottom: 48px; line-height: 1.85; max-width: 720px; margin-left: auto; margin-right: auto; opacity: 0; animation: hero-word-in 1s cubic-bezier(0.16, 1, 0.3, 1) 0.9s forwards; }
246
+ .hero-actions { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; margin-bottom: 72px; opacity: 0; animation: hero-word-in 1s cubic-bezier(0.16, 1, 0.3, 1) 1.15s forwards; }
247
+ .btn-sm { padding: 12px 24px; font-size: 0.9rem; border-radius: var(--radius-sm); }
248
+
249
+ .hero-stats { display: flex; gap: 40px; justify-content: center; flex-wrap: wrap; opacity: 0; animation: hero-word-in 1s cubic-bezier(0.16, 1, 0.3, 1) 1.4s forwards; }
250
+ .hero-stat { text-align: center; padding: 20px 32px; border-radius: var(--radius); background: var(--glass-bg); backdrop-filter: blur(12px); border: 1px solid var(--glass-border); min-width: 140px; transition: all var(--transition-base); }
251
+ .hero-stat:hover { background: rgba(20,20,40,0.9); border-color: rgba(155,89,247,0.2); transform: translateY(-4px); }
252
+ .hero-stat-num { display: block; font-size: clamp(1.75rem, 4vw, 2.5rem); font-weight: 800; background: var(--signal-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; margin-bottom: 8px; }
253
+ .hero-stat-label { font-size: 0.75rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1.5px; display: block; }
254
+
255
+ /* ========================================
256
+ SIGNAL BAR
257
+ ======================================== */
258
+ .signal-bar-wrap { position: fixed; bottom: 28px; left: 50%; transform: translateX(-50%); z-index: var(--z-nav); background: var(--glass-bg); backdrop-filter: blur(16px); border: 1px solid var(--glass-border); border-radius: 999px; padding: 10px 32px; display: flex; align-items: center; gap: 16px; min-width: 260px; box-shadow: var(--shadow-lg); }
259
+ .signal-bar-label { font-size: 0.8rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1.5px; white-space: nowrap; }
260
+ .signal-bar-track { flex: 1; height: 8px; background: var(--bg-card); border-radius: 4px; overflow: hidden; position: relative; }
261
+ .signal-bar-track::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(45deg, transparent, transparent 8px, rgba(255,255,255,0.03) 8px, rgba(255,255,255,0.03) 16px); animation: track-shimmer 3s linear infinite; }
262
+ @keyframes track-shimmer { 0% { background-position: 0 0 } 100% { background-position: 32px 0 } }
263
+ .signal-bar-fill { height: 100%; background: var(--signal-gradient); border-radius: 4px; transition: width 200ms linear; width: 0%; position: relative; z-index: 1; box-shadow: 0 0 20px var(--purple); }
264
+ .signal-bar-pct { font-size: 0.85rem; color: var(--cyan); font-weight: 800; min-width: 50px; text-align: right; }
265
+
266
+ /* ========================================
267
+ SECTIONS
268
+ ======================================== */
269
+ section { padding: 120px 28px; position: relative; z-index: var(--z-content); }
270
+ .section-header { text-align: center; max-width: 720px; margin: 0 auto 64px; }
271
+ .section-header h2 { font-size: clamp(2rem, 4.5vw, 3.25rem); font-weight: 800; margin-bottom: 16px; letter-spacing: -0.02em; }
272
+ .section-header p { color: var(--text-dim); font-size: 1.1rem; line-height: 1.8; max-width: 560px; margin: 0 auto; }
273
+ .section-divider { height: 2px; max-width: 100px; margin: 0 auto 64px; background: var(--signal-gradient); border-radius: 2px; opacity: 0.6; }
274
+
275
+ /* ========================================
276
+ STATS BAR
277
+ ======================================== */
278
+ .stats-bar { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 20px; margin-bottom: 56px; }
279
+ .stat-card { text-align: center; padding: 28px; background: var(--glass-bg); backdrop-filter: blur(16px); border-radius: var(--radius); border: 1px solid var(--glass-border); transition: all var(--transition-base); }
280
+ .stat-card:hover { border-color: rgba(155,89,247,0.3); transform: translateY(-4px); }
281
+ .stat-number { font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; background: var(--signal-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; margin-bottom: 8px; }
282
+ .stat-label { font-size: 0.8rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1.5px; }
283
+
284
+ /* ========================================
285
+ MODEL CARDS
286
+ ======================================== */
287
+ .models-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(360px, 1fr)); gap: 24px; }
288
+ .model-card { background: var(--card-gradient); backdrop-filter: blur(20px); border: 1px solid var(--border-subtle); border-radius: var(--radius); padding: 32px; transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1); position: relative; overflow: hidden; cursor: pointer; }
289
+ .model-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--signal-gradient); opacity: 0; transition: opacity var(--transition-base); }
290
+ .model-card:hover { transform: translateY(-8px); background: var(--bg-card-hover); border-color: rgba(155,89,247,0.3); box-shadow: 0 24px 60px rgba(0,0,0,0.6), 0 0 0 1px rgba(155,89,247,0.15); }
291
+ .model-card:hover::before { opacity: 1; }
292
+ .model-card.featured { border-color: rgba(255,215,0,0.4); background: linear-gradient(145deg, rgba(255,215,0,0.05), rgba(15,15,30,0.95)); }
293
+ .model-card.featured::before { background: linear-gradient(90deg, var(--gold), #ffaa00); opacity: 1; }
294
+
295
+ .model-header { display: flex; align-items: flex-start; gap: 18px; margin-bottom: 20px; }
296
+ .model-avatar { width: 64px; height: 64px; border-radius: 16px; background: var(--card-gradient); border: 1px solid var(--border-subtle); display: flex; align-items: center; justify-content: center; font-size: 1.75rem; flex-shrink: 0; }
297
+ .model-info { flex: 1; min-width: 0; }
298
+ .model-name { font-size: 1.15rem; font-weight: 700; margin-bottom: 6px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
299
+ .model-org { font-size: 0.85rem; color: var(--text-dim); }
300
+ .model-org .hf-logo { color: var(--gold); font-weight: 900; }
301
+
302
+ .model-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; }
303
+ .model-tag { display: inline-flex; align-items: center; gap: 8px; padding: 5px 14px; border-radius: 999px; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; }
304
+ .model-tag.llm { background: rgba(155,89,247,0.15); color: var(--purple); border: 1px solid rgba(155,89,247,0.25); }
305
+ .model-tag.code { background: rgba(0,229,255,0.12); color: var(--cyan); border: 1px solid rgba(0,229,255,0.2); }
306
+ .model-tag.vision { background: rgba(0,255,136,0.12); color: var(--green); border: 1px solid rgba(0,255,136,0.2); }
307
+ .model-tag.audio { background: rgba(255,51,153,0.12); color: var(--pink); border: 1px solid rgba(255,51,153,0.2); }
308
+ .model-tag.embed { background: rgba(0,229,255,0.12); color: var(--cyan); border: 1px solid rgba(0,229,255,0.2); }
309
+ .gpu-badge { display: inline-flex; align-items: center; gap: 8px; padding: 5px 12px; border-radius: 999px; font-size: 0.75rem; font-weight: 600; background: rgba(255,215,0,0.12); color: var(--gold); border: 1px solid rgba(255,215,0,0.2); }
310
+
311
+ .model-desc { color: var(--text-dim); font-size: 0.95rem; line-height: 1.7; margin-bottom: 24px; }
312
+
313
+ .model-footer { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; padding-top: 20px; border-top: 1px solid var(--border-subtle); }
314
+ .model-stats { display: flex; gap: 20px; font-size: 0.8rem; color: var(--text-muted); }
315
+ .model-stat { display: flex; align-items: center; gap: 6px; }
316
+
317
+ .deploy-btn { background: var(--signal-gradient); color: #030308; box-shadow: 0 6px 24px rgba(155,89,247,0.35); position: relative; overflow: hidden; font-weight: 700; font-size: 0.9rem; padding: 12px 24px; }
318
+ .deploy-btn::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, var(--cyan), var(--pink)); opacity: 0; transition: opacity var(--transition-base); }
319
+ .deploy-btn:hover::before { opacity: 1; }
320
+ .deploy-btn:hover { transform: translateY(-3px); box-shadow: 0 12px 36px rgba(155,89,247,0.5); }
321
+
322
+ /* ========================================
323
+ FILTER TABS
324
+ ======================================== */
325
+ .filter-tabs { display: flex; gap: 10px; margin-bottom: 36px; flex-wrap: wrap; justify-content: center; }
326
+ .filter-tab { padding: 10px 22px; border-radius: 999px; border: 1px solid var(--border-subtle); background: var(--glass-bg); backdrop-filter: blur(16px); color: var(--text-dim); font-size: 0.82rem; font-weight: 600; cursor: pointer; transition: all var(--transition-fast); white-space: nowrap; }
327
+ .filter-tab:hover { color: var(--text-bright); border-color: rgba(155,89,247,0.4); }
328
+ .filter-tab.active { background: rgba(155,89,247,0.2); color: #fff; border-color: rgba(155,89,247,0.5); box-shadow: 0 0 24px rgba(155,89,247,0.15); }
329
+
330
+ /* ========================================
331
+ SEARCH BAR
332
+ ======================================== */
333
+ .search-bar { max-width: 640px; margin: 0 auto 40px; position: relative; }
334
+ .search-input { width: 100%; padding: 16px 24px 16px 60px; border-radius: var(--radius); border: 1px solid var(--border-default); background: var(--glass-bg); backdrop-filter: blur(16px); color: var(--text-primary); font-size: 1rem; transition: all var(--transition-base); }
335
+ .search-input:focus { outline: none; border-color: rgba(155,89,247,0.5); box-shadow: 0 0 0 4px rgba(155,89,247,0.12); }
336
+ .search-input::placeholder { color: var(--text-muted); }
337
+ .search-icon { position: absolute; left: 22px; top: 50%; transform: translateY(-50%); color: var(--text-muted); font-size: 1.2rem; pointer-events: none; }
338
+
339
+ /* ========================================
340
+ GPU CARDS
341
+ ======================================== */
342
+ .dimensions-grid { max-width: 1300px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
343
+ .dimension-card { padding: 40px 32px; border-radius: var(--radius-lg); text-align: center; position: relative; overflow: hidden; background: var(--card-gradient); backdrop-filter: blur(20px); border: 1px solid var(--border-subtle); transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1); }
344
+ .dimension-card:hover { background: var(--bg-card-hover); transform: translateY(-8px); }
345
+ .dimension-card.dim-nexus:hover { border-color: rgba(155,89,247,0.4); box-shadow: 0 24px 60px rgba(155,89,247,0.15); }
346
+ .dimension-card.dim-prism:hover { border-color: rgba(0,229,255,0.4); box-shadow: 0 24px 60px rgba(0,229,255,0.12); }
347
+ .dimension-card.dim-echo:hover { border-color: rgba(255,51,153,0.4); box-shadow: 0 24px 60px rgba(255,51,153,0.12); }
348
+ .dimension-card.dim-spectra:hover { border-color: rgba(0,255,136,0.4); box-shadow: 0 24px 60px rgba(0,255,136,0.12); }
349
+ .dim-icon { font-size: 2.5rem; margin-bottom: 20px; display: block; }
350
+ .dimension-card h3 { font-size: 1.35rem; margin-bottom: 10px; }
351
+ .dimension-card p { color: var(--text-dim); font-size: 0.95rem; line-height: 1.75; margin-bottom: 24px; }
352
+ .dim-cta { color: var(--cyan); font-size: 0.88rem; font-weight: 600; letter-spacing: 0.5px; transition: gap var(--transition-fast); display: inline-flex; align-items: center; gap: 8px; }
353
+ .dim-cta:hover { gap: 14px; }
354
+
355
+ .deploy-btn { background: var(--signal-gradient); color: #030308; box-shadow: 0 6px 24px rgba(155,89,247,0.35); position: relative; overflow: hidden; font-weight: 700; font-size: 0.95rem; padding: 14px 28px; }
356
+ .deploy-btn::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, var(--cyan), var(--pink)); opacity: 0; transition: opacity var(--transition-base); }
357
+ .deploy-btn:hover::before { opacity: 1; }
358
+ .deploy-btn:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(155,89,247,0.5); }
359
+
360
+ /* ========================================
361
+ REF PROMO SECTIONS
362
+ ======================================== */
363
+ .ref-promo-section { position: relative; padding: 120px 28px; overflow: hidden; }
364
+ .ref-promo-section::before { content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 0; background: radial-gradient(ellipse at 20% 20%, rgba(255,215,0,0.08) 0%, transparent 55%), radial-gradient(ellipse at 80% 80%, rgba(0,212,255,0.06) 0%, transparent 55%), linear-gradient(180deg, transparent 0%, var(--bg-elevated) 50%, transparent 100%); }
365
+ .ref-promo-section.ref-alt::before { background: radial-gradient(ellipse at 80% 20%, rgba(0,212,255,0.08) 0%, transparent 55%), radial-gradient(ellipse at 20% 80%, rgba(255,215,0,0.06) 0%, transparent 55%), linear-gradient(180deg, transparent 0%, var(--bg-elevated) 50%, transparent 100%); }
366
+ .ref-promo-container { position: relative; z-index: 1; max-width: 1300px; margin: 0 auto; }
367
+
368
+ .ref-hero-banner { background: linear-gradient(135deg, rgba(255,215,0,0.1), rgba(0,212,255,0.08)); border: 1px solid rgba(255,215,0,0.2); border-radius: var(--radius-xl); padding: 72px 48px; text-align: center; position: relative; overflow: hidden; }
369
+ .ref-hero-banner::before { content: ''; position: absolute; top: -60%; left: -60%; width: 220%; height: 220%; background: conic-gradient(from 0deg, transparent, rgba(255,215,0,0.04), transparent 35%); animation: rotate-bg 25s linear infinite; }
370
+ @keyframes rotate-bg { to { transform: rotate(360deg); } }
371
+ .ref-hero-banner > * { position: relative; z-index: 1; }
372
+
373
+ .ref-badge { display: inline-flex; align-items: center; gap: 10px; padding: 12px 28px; border-radius: 999px; background: linear-gradient(135deg, var(--gold), #f59e0b); color: #030308; font-weight: 800; font-size: 0.85rem; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 28px; box-shadow: 0 6px 28px rgba(255,215,0,0.35); animation: pulse-gold 2.5s ease-in-out infinite; }
374
+ @keyframes pulse-gold { 0%,100% { box-shadow: 0 6px 28px rgba(255,215,0,0.35); } 50% { box-shadow: 0 8px 40px rgba(255,215,0,0.5), 0 0 50px rgba(255,215,0,0.25); } }
375
+
376
+ .ref-hero-banner h2 { font-size: clamp(2.25rem, 5.5vw, 3.5rem); font-weight: 800; line-height: 1.1; margin-bottom: 20px; background: linear-gradient(135deg, #fff, var(--gold), var(--cyan)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
377
+ .ref-subtitle { font-size: 1.2rem; color: var(--text-dim); max-width: 780px; margin: 0 auto 40px; line-height: 1.85; }
378
+
379
+ .ref-cta-row { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; margin-bottom: 48px; }
380
+ .ref-cta-row .btn { padding: 18px 44px; font-size: 1.1rem; font-weight: 700; }
381
+
382
+ .ref-stats-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 28px; margin-top: 48px; padding-top: 48px; border-top: 1px solid rgba(255,215,0,0.18); }
383
+ .ref-stat { text-align: center; padding: 24px; background: rgba(255,215,0,0.05); border: 1px solid rgba(255,215,0,0.12); border-radius: var(--radius); transition: all var(--transition-base); }
384
+ .ref-stat:hover { border-color: rgba(255,215,0,0.35); background: rgba(255,215,0,0.12); transform: translateY(-6px); }
385
+ .ref-stat-number { font-size: clamp(2.25rem, 4.5vw, 3rem); font-weight: 800; background: linear-gradient(135deg, var(--gold), #f59e0b); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; margin-bottom: 8px; }
386
+ .ref-stat-label { font-size: 0.85rem; color: var(--text-dim); text-transform: uppercase; letter-spacing: 1.5px; }
387
+
388
+ .ref-benefits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 24px; margin-top: 72px; }
389
+ .ref-benefit-card { background: var(--card-gradient); backdrop-filter: blur(20px); border: 1px solid var(--border-subtle); border-radius: var(--radius-lg); padding: 40px; transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1); position: relative; overflow: hidden; }
390
+ .ref-benefit-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--gold), var(--cyan)); opacity: 0; transition: opacity var(--transition-base); }
391
+ .ref-benefit-card:hover { transform: translateY(-10px); border-color: rgba(255,215,0,0.4); box-shadow: 0 28px 70px rgba(255,215,0,0.1), var(--glass-shadow); }
392
+ .ref-benefit-card:hover::before { opacity: 1; }
393
+ .ref-benefit-icon { width: 64px; height: 64px; border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 1.75rem; margin-bottom: 24px; background: linear-gradient(135deg, rgba(255,215,0,0.15), rgba(0,212,255,0.1)); border: 1px solid rgba(255,215,0,0.2); }
394
+ .ref-benefit-card h3 { font-size: 1.25rem; font-weight: 700; margin-bottom: 12px; color: var(--text-bright); }
395
+ .ref-benefit-card p { color: var(--text-dim); font-size: 0.95rem; line-height: 1.8; }
396
+
397
+ .ref-dashboard-section { background: linear-gradient(135deg, rgba(0,212,255,0.1), rgba(155,89,247,0.08)); border: 1px solid rgba(0,212,255,0.18); border-radius: var(--radius-xl); padding: 60px 48px; text-align: center; margin-top: 48px; }
398
+ .ref-dashboard-section h3 { font-size: clamp(2rem, 4vw, 2.5rem); font-weight: 800; margin-bottom: 16px; background: linear-gradient(135deg, var(--cyan), var(--gold)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
399
+ .ref-dashboard-section p { color: var(--text-dim); font-size: 1.05rem; max-width: 680px; margin: 0 auto 36px; line-height: 1.85; }
400
+
401
+ /* Earning Scenarios */
402
+ .earning-scenarios { margin-top: 56px; padding: 40px; background: var(--glass-bg); backdrop-filter: blur(16px); border: 1px solid var(--glass-border); border-radius: var(--radius-lg); text-align: left; }
403
+ .earning-scenarios h4 { font-size: 1.1rem; font-weight: 700; margin-bottom: 24px; display: flex; align-items: center; gap: 12px; color: var(--gold); }
404
+ .earning-scenarios .scenario-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
405
+ .earning-scenarios .scenario-card { padding: 20px; background: rgba(255,215,0,0.05); border: 1px solid rgba(255,215,0,0.12); border-radius: 14px; }
406
+ .earning-scenarios .scenario-card .amount { font-size: 1.75rem; font-weight: 800; color: var(--gold); }
407
+ .earning-scenarios .scenario-card .desc { font-size: 0.85rem; color: var(--text-dim); margin-top: 6px; }
408
+ .earning-scenarios .scenario-card .note { font-size: 0.75rem; color: var(--text-muted); margin-top: 10px; }
409
+
410
+ /* ========================================
411
+ FOOTER
412
+ ======================================== */
413
+ footer { padding: 72px 28px; border-top: 1px solid var(--border-subtle); text-align: center; color: var(--text-muted); font-size: 0.88rem; }
414
+ footer p { margin-top: 10px; }
415
+ footer a { color: var(--cyan); transition: color var(--transition-fast); }
416
+ footer a:hover { color: var(--gold); }
417
+
418
+ /* ========================================
419
+ RESPONSIVE
420
+ ======================================== */
421
+ @media (max-width: 1024px) {
422
+ .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; background: rgba(3,3,8,0.98); backdrop-filter: blur(24px); flex-direction: column; padding: 28px; gap: 20px; border-bottom: 1px solid var(--border-subtle); }
423
+ .nav-links.open { display: flex; }
424
+ .nav-toggle { display: block; }
425
+ .hero-actions .btn { width: 100%; justify-content: center; }
426
+ .ref-cta-row .btn { width: 100%; }
427
+ .stats-bar { grid-template-columns: repeat(2, 1fr); }
428
+ }
429
+
430
+ @media (max-width: 768px) {
431
+ html { font-size: 14px; }
432
+ .nav-inner { padding: 0 20px; height: 64px; }
433
+ .hero-stats { gap: 24px; }
434
+ .stats-bar { grid-template-columns: repeat(2, 1fr); gap: 14px; }
435
+ .models-grid { grid-template-columns: 1fr; }
436
+ .dimensions-grid { grid-template-columns: 1fr; }
437
+ .ref-cta-row .btn { width: 100%; justify-content: center; }
438
+ .hero-stats { grid-template-columns: repeat(2, 1fr); gap: 16px; }
439
+ .ref-stats-row { grid-template-columns: repeat(2, 1fr); }
440
+ .ref-benefits-grid { grid-template-columns: 1fr; }
441
+ }
442
+
443
+ /* ========================================
444
+ UTILITIES
445
+ ======================================== */
446
+ .hidden { display: none !important; }
447
+ .inline-flex { display: inline-flex !important; }
448
+ .visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }