@vudovn/antigravity-kit 1.0.1 → 1.0.5
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.
- package/README.md +6 -47
- package/bin/index.js +45 -0
- package/package.json +39 -38
- package/templates/.agent/skills/vue-expert/SKILL.md +374 -0
- package/templates/web/README.md +36 -36
- package/templates/web/eslint.config.mjs +18 -18
- package/templates/web/next.config.ts +8 -8
- package/templates/web/package-lock.json +6549 -6549
- package/templates/web/package.json +26 -26
- package/templates/web/postcss.config.mjs +7 -7
- package/templates/web/public/images/ux-ui-pro-max.svg +1 -0
- package/templates/web/src/app/globals.css +390 -275
- package/templates/web/src/app/layout.tsx +55 -55
- package/templates/web/src/app/page.tsx +23 -23
- package/templates/web/src/components/Credits.tsx +29 -119
- package/templates/web/src/components/Features.tsx +112 -55
- package/templates/web/src/components/Footer.tsx +73 -45
- package/templates/web/src/components/Hero.tsx +246 -75
- package/templates/web/src/components/HowItWorks.tsx +99 -56
- package/templates/web/src/components/Navbar.tsx +48 -70
- package/templates/web/src/components/Skills.tsx +84 -115
- package/templates/web/tsconfig.json +34 -34
- package/templates/web/public/images/antigravity-kit-logo.png +0 -0
|
@@ -1,276 +1,391 @@
|
|
|
1
|
-
@import "tailwindcss";
|
|
2
|
-
|
|
3
|
-
/* ========================================
|
|
4
|
-
ANTIGRAVITY KIT - DESIGN SYSTEM
|
|
5
|
-
Dark Theme with Glassmorphism
|
|
6
|
-
======================================== */
|
|
7
|
-
|
|
8
|
-
@theme {
|
|
9
|
-
/* Colors */
|
|
10
|
-
--color-bg-base: #
|
|
11
|
-
--color-bg-
|
|
12
|
-
--color-bg-
|
|
13
|
-
--color-
|
|
14
|
-
--color-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
--color-
|
|
18
|
-
--color-
|
|
19
|
-
--color-
|
|
20
|
-
--color-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
--
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
/*
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
background-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
background:
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
.
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
.
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
.
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
.
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
}
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
1
|
+
@import "tailwindcss";
|
|
2
|
+
|
|
3
|
+
/* ========================================
|
|
4
|
+
ANTIGRAVITY KIT - DESIGN SYSTEM
|
|
5
|
+
Dark Theme with Glassmorphism
|
|
6
|
+
======================================== */
|
|
7
|
+
|
|
8
|
+
@theme {
|
|
9
|
+
/* Base Colors */
|
|
10
|
+
--color-bg-base: #0a0a0a;
|
|
11
|
+
--color-bg-elevated: #111111;
|
|
12
|
+
--color-bg-card: #161616;
|
|
13
|
+
--color-bg-terminal: #0d0d0d;
|
|
14
|
+
--color-bg-navbar: rgba(10, 10, 10, 0.8);
|
|
15
|
+
|
|
16
|
+
/* Syntax Highlighting Colors */
|
|
17
|
+
--color-syntax-purple: #c084fc;
|
|
18
|
+
--color-syntax-green: #22c55e;
|
|
19
|
+
--color-syntax-blue: #3b82f6;
|
|
20
|
+
--color-syntax-orange: #f97316;
|
|
21
|
+
--color-syntax-cyan: #22d3ee;
|
|
22
|
+
--color-syntax-yellow: #eab308;
|
|
23
|
+
|
|
24
|
+
/* Accent */
|
|
25
|
+
--color-accent: #c084fc;
|
|
26
|
+
--color-accent-hover: #d8b4fe;
|
|
27
|
+
--color-accent-glow: rgba(192, 132, 252, 0.15);
|
|
28
|
+
|
|
29
|
+
/* Text */
|
|
30
|
+
--color-text-primary: #f8fafc;
|
|
31
|
+
--color-text-secondary: #94a3b8;
|
|
32
|
+
--color-text-muted: #64748b;
|
|
33
|
+
|
|
34
|
+
/* Borders */
|
|
35
|
+
--color-border: #1e1e1e;
|
|
36
|
+
--color-border-hover: #333333;
|
|
37
|
+
|
|
38
|
+
/* Gradients */
|
|
39
|
+
--gradient-accent: linear-gradient(135deg, #c084fc 0%, #22c55e 100%);
|
|
40
|
+
--gradient-glow: radial-gradient(ellipse at center, rgba(192, 132, 252, 0.1) 0%, transparent 70%);
|
|
41
|
+
|
|
42
|
+
/* Shadows */
|
|
43
|
+
--shadow-glow: 0 0 60px rgba(192, 132, 252, 0.2);
|
|
44
|
+
--shadow-card: 0 4px 24px rgba(0, 0, 0, 0.5);
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
/* Base styles */
|
|
48
|
+
html {
|
|
49
|
+
scroll-behavior: smooth;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
body {
|
|
53
|
+
background-color: var(--color-bg-base);
|
|
54
|
+
color: var(--color-text-primary);
|
|
55
|
+
min-height: 100vh;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
/* Selection */
|
|
59
|
+
::selection {
|
|
60
|
+
background-color: var(--color-accent);
|
|
61
|
+
color: white;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
/* Gradient Text */
|
|
65
|
+
.gradient-text {
|
|
66
|
+
background: var(--gradient-accent);
|
|
67
|
+
-webkit-background-clip: text;
|
|
68
|
+
-webkit-text-fill-color: transparent;
|
|
69
|
+
background-clip: text;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
/* Glass Card */
|
|
73
|
+
.glass-card {
|
|
74
|
+
background: var(--color-bg-card);
|
|
75
|
+
backdrop-filter: blur(12px);
|
|
76
|
+
-webkit-backdrop-filter: blur(12px);
|
|
77
|
+
border: 1px solid var(--color-border);
|
|
78
|
+
border-radius: 1rem;
|
|
79
|
+
transition: all 0.2s ease;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.glass-card:hover {
|
|
83
|
+
border-color: var(--color-border-hover);
|
|
84
|
+
background: rgba(255, 255, 255, 0.08);
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
/* Glass Navbar */
|
|
88
|
+
.glass-navbar {
|
|
89
|
+
background: var(--color-bg-navbar);
|
|
90
|
+
backdrop-filter: blur(16px);
|
|
91
|
+
-webkit-backdrop-filter: blur(16px);
|
|
92
|
+
border: 1px solid var(--color-border);
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
/* Background Glow */
|
|
96
|
+
.bg-glow {
|
|
97
|
+
position: absolute;
|
|
98
|
+
width: 600px;
|
|
99
|
+
height: 600px;
|
|
100
|
+
background: var(--gradient-glow);
|
|
101
|
+
filter: blur(80px);
|
|
102
|
+
pointer-events: none;
|
|
103
|
+
z-index: 0;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.bg-glow-accent {
|
|
107
|
+
background: radial-gradient(ellipse at center, rgba(59, 130, 246, 0.2) 0%, transparent 70%);
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
.bg-glow-purple {
|
|
111
|
+
background: radial-gradient(ellipse at center, rgba(139, 92, 246, 0.15) 0%, transparent 70%);
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
/* Button Primary */
|
|
115
|
+
.btn-primary {
|
|
116
|
+
display: inline-flex;
|
|
117
|
+
align-items: center;
|
|
118
|
+
gap: 0.5rem;
|
|
119
|
+
padding: 0.75rem 1.5rem;
|
|
120
|
+
background: var(--color-accent);
|
|
121
|
+
color: white;
|
|
122
|
+
font-weight: 500;
|
|
123
|
+
border-radius: 0.5rem;
|
|
124
|
+
transition: all 0.2s ease;
|
|
125
|
+
cursor: pointer;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.btn-primary:hover {
|
|
129
|
+
background: var(--color-accent-hover);
|
|
130
|
+
transform: translateY(-1px);
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
/* Button Secondary */
|
|
134
|
+
.btn-secondary {
|
|
135
|
+
display: inline-flex;
|
|
136
|
+
align-items: center;
|
|
137
|
+
gap: 0.5rem;
|
|
138
|
+
padding: 0.75rem 1.5rem;
|
|
139
|
+
background: transparent;
|
|
140
|
+
color: var(--color-text-primary);
|
|
141
|
+
font-weight: 500;
|
|
142
|
+
border: 1px solid var(--color-border);
|
|
143
|
+
border-radius: 0.5rem;
|
|
144
|
+
transition: all 0.2s ease;
|
|
145
|
+
cursor: pointer;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
.btn-secondary:hover {
|
|
149
|
+
background: var(--color-bg-card);
|
|
150
|
+
border-color: var(--color-border-hover);
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
/* Badge */
|
|
154
|
+
.badge {
|
|
155
|
+
display: inline-flex;
|
|
156
|
+
align-items: center;
|
|
157
|
+
gap: 0.375rem;
|
|
158
|
+
padding: 0.375rem 0.75rem;
|
|
159
|
+
background: var(--color-bg-card);
|
|
160
|
+
border: 1px solid var(--color-border);
|
|
161
|
+
border-radius: 9999px;
|
|
162
|
+
font-size: 0.875rem;
|
|
163
|
+
color: var(--color-text-secondary);
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
.badge-accent {
|
|
167
|
+
background: var(--color-accent-glow);
|
|
168
|
+
border-color: rgba(59, 130, 246, 0.3);
|
|
169
|
+
color: var(--color-accent-hover);
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
/* Section */
|
|
173
|
+
.section {
|
|
174
|
+
position: relative;
|
|
175
|
+
padding: 5rem 1.5rem;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
@media (min-width: 768px) {
|
|
179
|
+
.section {
|
|
180
|
+
padding: 6rem 2rem;
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
/* Container */
|
|
185
|
+
.container-content {
|
|
186
|
+
max-width: 1200px;
|
|
187
|
+
margin: 0 auto;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
/* Heading Styles */
|
|
191
|
+
.heading-xl {
|
|
192
|
+
font-size: clamp(2.5rem, 6vw, 4rem);
|
|
193
|
+
font-weight: 700;
|
|
194
|
+
line-height: 1.1;
|
|
195
|
+
letter-spacing: -0.02em;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
.heading-lg {
|
|
199
|
+
font-size: clamp(1.75rem, 4vw, 2.5rem);
|
|
200
|
+
font-weight: 700;
|
|
201
|
+
line-height: 1.2;
|
|
202
|
+
letter-spacing: -0.01em;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
.heading-md {
|
|
206
|
+
font-size: 1.25rem;
|
|
207
|
+
font-weight: 600;
|
|
208
|
+
line-height: 1.3;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
/* Body Text */
|
|
212
|
+
.text-body {
|
|
213
|
+
color: var(--color-text-secondary);
|
|
214
|
+
line-height: 1.7;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
/* Icon wrapper */
|
|
218
|
+
.icon-wrapper {
|
|
219
|
+
display: flex;
|
|
220
|
+
align-items: center;
|
|
221
|
+
justify-content: center;
|
|
222
|
+
width: 3rem;
|
|
223
|
+
height: 3rem;
|
|
224
|
+
background: var(--color-accent-glow);
|
|
225
|
+
border: 1px solid rgba(59, 130, 246, 0.3);
|
|
226
|
+
border-radius: 0.75rem;
|
|
227
|
+
color: var(--color-accent);
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
/* Code Block */
|
|
231
|
+
.code-block {
|
|
232
|
+
background: rgba(0, 0, 0, 0.4);
|
|
233
|
+
border: 1px solid var(--color-border);
|
|
234
|
+
border-radius: 0.5rem;
|
|
235
|
+
padding: 1rem;
|
|
236
|
+
font-family: var(--font-geist-mono);
|
|
237
|
+
font-size: 0.875rem;
|
|
238
|
+
color: var(--color-text-secondary);
|
|
239
|
+
overflow-x: auto;
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
/* Animations */
|
|
243
|
+
@keyframes float {
|
|
244
|
+
|
|
245
|
+
0%,
|
|
246
|
+
100% {
|
|
247
|
+
transform: translateY(0);
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
50% {
|
|
251
|
+
transform: translateY(-10px);
|
|
252
|
+
}
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
@keyframes pulse-glow {
|
|
256
|
+
|
|
257
|
+
0%,
|
|
258
|
+
100% {
|
|
259
|
+
opacity: 0.5;
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
50% {
|
|
263
|
+
opacity: 1;
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
@keyframes gradient-shift {
|
|
268
|
+
0% {
|
|
269
|
+
background-position: 0% 50%;
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
50% {
|
|
273
|
+
background-position: 100% 50%;
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
100% {
|
|
277
|
+
background-position: 0% 50%;
|
|
278
|
+
}
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
@keyframes aurora {
|
|
282
|
+
0% {
|
|
283
|
+
transform: translate(0, 0) rotate(0deg) scale(1);
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
33% {
|
|
287
|
+
transform: translate(30px, -30px) rotate(120deg) scale(1.1);
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
66% {
|
|
291
|
+
transform: translate(-20px, 20px) rotate(240deg) scale(0.9);
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
100% {
|
|
295
|
+
transform: translate(0, 0) rotate(360deg) scale(1);
|
|
296
|
+
}
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
@keyframes typing-cursor {
|
|
300
|
+
|
|
301
|
+
0%,
|
|
302
|
+
100% {
|
|
303
|
+
opacity: 1;
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
50% {
|
|
307
|
+
opacity: 0;
|
|
308
|
+
}
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
.animate-float {
|
|
312
|
+
animation: float 6s ease-in-out infinite;
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
.animate-pulse-glow {
|
|
316
|
+
animation: pulse-glow 4s ease-in-out infinite;
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
/* Animated Gradient Text */
|
|
320
|
+
.animate-gradient-text {
|
|
321
|
+
background: linear-gradient(90deg, #c084fc, #22c55e, #3b82f6, #f97316, #c084fc);
|
|
322
|
+
background-size: 300% 100%;
|
|
323
|
+
-webkit-background-clip: text;
|
|
324
|
+
background-clip: text;
|
|
325
|
+
-webkit-text-fill-color: transparent;
|
|
326
|
+
animation: gradient-shift 4s ease infinite;
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
/* Aurora Background */
|
|
330
|
+
.aurora-blob {
|
|
331
|
+
position: absolute;
|
|
332
|
+
border-radius: 50%;
|
|
333
|
+
filter: blur(80px);
|
|
334
|
+
opacity: 0.4;
|
|
335
|
+
pointer-events: none;
|
|
336
|
+
animation: aurora 20s ease-in-out infinite;
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
.aurora-blob-1 {
|
|
340
|
+
width: 500px;
|
|
341
|
+
height: 500px;
|
|
342
|
+
background: radial-gradient(circle, rgba(192, 132, 252, 0.5) 0%, transparent 70%);
|
|
343
|
+
top: 10%;
|
|
344
|
+
left: 20%;
|
|
345
|
+
animation-delay: 0s;
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
.aurora-blob-2 {
|
|
349
|
+
width: 400px;
|
|
350
|
+
height: 400px;
|
|
351
|
+
background: radial-gradient(circle, rgba(34, 197, 94, 0.4) 0%, transparent 70%);
|
|
352
|
+
top: 40%;
|
|
353
|
+
right: 15%;
|
|
354
|
+
animation-delay: -7s;
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
.aurora-blob-3 {
|
|
358
|
+
width: 350px;
|
|
359
|
+
height: 350px;
|
|
360
|
+
background: radial-gradient(circle, rgba(59, 130, 246, 0.4) 0%, transparent 70%);
|
|
361
|
+
bottom: 20%;
|
|
362
|
+
left: 30%;
|
|
363
|
+
animation-delay: -14s;
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
/* Typing Cursor */
|
|
367
|
+
.typing-cursor::after {
|
|
368
|
+
content: '|';
|
|
369
|
+
animation: typing-cursor 1s step-end infinite;
|
|
370
|
+
color: #22c55e;
|
|
371
|
+
margin-left: 2px;
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
/* Scrollbar */
|
|
375
|
+
::-webkit-scrollbar {
|
|
376
|
+
width: 8px;
|
|
377
|
+
height: 8px;
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
::-webkit-scrollbar-track {
|
|
381
|
+
background: var(--color-bg-base);
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
::-webkit-scrollbar-thumb {
|
|
385
|
+
background: var(--color-border);
|
|
386
|
+
border-radius: 4px;
|
|
387
|
+
}
|
|
388
|
+
|
|
389
|
+
::-webkit-scrollbar-thumb:hover {
|
|
390
|
+
background: var(--color-border-hover);
|
|
276
391
|
}
|