-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathprofile.html
More file actions
366 lines (365 loc) · 23.1 KB
/
profile.html
File metadata and controls
366 lines (365 loc) · 23.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
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
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
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
<!DOCTYPE html>
<html class="dark" lang="en"><head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<script src="https://cdn.tailwindcss.com?plugins=forms,container-queries"></script>
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap" rel="stylesheet"/>
<script id="tailwind-config">
tailwind.config = {
darkMode: "class",
theme: {
extend: {
"colors": {
"primary": "#69f6b8",
"on-error": "#490006",
"outline-variant": "#40485d",
"background": "#060e20",
"error-dim": "#d7383b",
"tertiary-fixed-dim": "#aaead0",
"on-tertiary-container": "#22614d",
"secondary-fixed-dim": "#57edb1",
"surface-tint": "#69f6b8",
"tertiary-dim": "#9ddcc2",
"surface-container-high": "#141f38",
"surface-container-highest": "#192540",
"on-secondary-container": "#e0ffec",
"on-primary-fixed": "#00452d",
"surface-variant": "#192540",
"surface-bright": "#1f2b49",
"primary-container": "#06b77f",
"on-secondary-fixed-variant": "#006948",
"tertiary-container": "#b8f9de",
"on-error-container": "#ffa8a3",
"outline": "#6d758c",
"on-tertiary-fixed-variant": "#2e6b57",
"error-container": "#9f0519",
"surface-dim": "#060e20",
"on-tertiary-fixed": "#074e3b",
"secondary-dim": "#57edb1",
"primary-dim": "#58e7ab",
"inverse-primary": "#006d4a",
"error": "#ff716c",
"on-surface-variant": "#a3aac4",
"secondary-container": "#006c4b",
"primary-fixed-dim": "#58e7ab",
"tertiary-fixed": "#b8f9de",
"surface-container-lowest": "#000000",
"tertiary": "#e7fff3",
"on-primary": "#005a3c",
"inverse-on-surface": "#4d556b",
"surface-container": "#0f1930",
"on-primary-container": "#002919",
"on-secondary-fixed": "#004931",
"surface-container-low": "#091328",
"on-primary-fixed-variant": "#006544",
"inverse-surface": "#faf8ff",
"on-secondary": "#005e40",
"on-surface": "#dee5ff",
"surface": "#060e20",
"secondary-fixed": "#68fcbf",
"on-tertiary": "#2c6a55",
"on-background": "#dee5ff",
"secondary": "#68fcbf",
"primary-fixed": "#69f6b8"
},
"borderRadius": {
"DEFAULT": "1rem",
"lg": "2rem",
"xl": "3rem",
"full": "9999px"
},
"fontFamily": {
"headline": ["Plus Jakarta Sans"],
"body": ["Plus Jakarta Sans"],
"label": ["Plus Jakarta Sans"]
}
},
},
}
</script>
<style>
body { font-family: 'Plus Jakarta Sans', sans-serif; background-color: #060e20; color: #dee5ff; }
.glass-card {
background: rgba(25, 37, 64, 0.4);
backdrop-filter: blur(12px);
border: 1px solid rgba(109, 117, 140, 0.1);
}
.bioluminescent-glow {
box-shadow: 0 0 20px rgba(105, 246, 184, 0.15);
}
.material-symbols-outlined {
font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
</style>
</head>
<body class="min-h-screen bg-background selection:bg-primary selection:text-on-primary">
<!-- TopNavBar -->
<nav class="fixed top-0 w-full z-50 flex justify-between items-center px-8 h-20 bg-[#060e20]/80 backdrop-blur-xl bg-gradient-to-b from-[#091328] to-transparent shadow-[0_20px_40px_rgba(6,14,32,0.4)]">
<div class="flex items-center gap-12">
<span class="text-2xl font-bold tracking-tighter text-primary">CarbonZero</span>
<div class="hidden md:flex gap-8">
<a class="font-semibold tracking-tight text-slate-400 hover:text-primary transition-colors" href="rewards.html">Marketplace</a>
<a class="font-semibold tracking-tight text-slate-400 hover:text-primary transition-colors" href="#">Governance</a>
<a class="font-semibold tracking-tight text-slate-400 hover:text-primary transition-colors" href="calculator.html">Impact</a>
</div>
</div>
<div class="flex items-center gap-6">
<div class="hidden lg:flex items-center gap-4">
<span class="font-semibold text-primary px-4 py-1.5 rounded-full bg-primary/10 border border-primary/20">2,450 COIN</span>
<span class="font-bold text-on-surface-variant text-xs tracking-widest uppercase">LVL 12</span>
</div>
<div class="flex items-center gap-4">
<button class="material-symbols-outlined text-on-surface-variant hover:text-primary transition-all duration-300 active:scale-95">notifications</button>
<div class="w-10 h-10 rounded-full border-2 border-primary overflow-hidden shadow-[0_0_15px_rgba(105,246,184,0.3)]">
<img alt="User avatar with bioluminescent glow" class="w-full h-full object-cover" data-alt="User avatar with bioluminescent glow, ethereal lighting, futuristic portrait of a man in deep blue background" src="https://lh3.googleusercontent.com/aida-public/AB6AXuBabWvqIXDGkQdtSz1-lLdF4BFXDhXQiHW6AeSspNZnI1T3VzN-NJqaUX-tyub60D74ozTMpM-3-Nea7eiq9i_86ZuAvJZ3Vk1a9YAcn5aV1eHkEj1HAE5JSDnLUTtpT-xOMdglT83VYgq1ClVQU_2do-b7VMGEPm8a39ojnhXsvo6U6zRXfg3RKGvnPOVZFH1xgqBIUXim-U-CalJWFwJhLD1RmqZaHXdYNS6cm3P6fpVhSdKlIRB824GcEjhxHHLe4VYDxHX1o5EX"/>
</div>
</div>
</div>
</nav>
<!-- SideNavBar (Hidden on small screens) -->
<aside class="fixed left-0 top-0 h-full w-72 bg-[#091328]/90 backdrop-blur-2xl shadow-[10px_0_30px_rgba(0,0,0,0.5)] hidden md:flex flex-col py-10 z-40">
<div class="px-8 mb-10">
<div class="flex items-center gap-3">
<div class="w-10 h-10 bg-primary/20 rounded-lg flex items-center justify-center">
<span class="material-symbols-outlined text-primary" style="font-variation-settings: 'FILL' 1;">eco</span>
</div>
<div>
<h3 class="text-sm font-black text-primary tracking-wide uppercase">NetZero Corp</h3>
<p class="text-[10px] text-on-surface-variant tracking-widest uppercase font-bold">Enterprise Tier</p>
</div>
</div>
</div>
<nav class="flex-1 px-4 space-y-2">
<a class="flex items-center gap-4 text-slate-500 px-6 py-3 font-bold text-sm tracking-wide uppercase hover:text-primary-dim hover:translate-x-1 transition-all duration-200" href="dashboard.html">
<span class="material-symbols-outlined">dashboard</span> Dashboard
</a>
<a class="flex items-center gap-4 text-slate-500 px-6 py-3 font-bold text-sm tracking-wide uppercase hover:text-primary-dim hover:translate-x-1 transition-all duration-200" href="rewards.html">
<span class="material-symbols-outlined">eco</span> Carbon Credits
</a>
<a class="flex items-center gap-4 text-slate-500 px-6 py-3 font-bold text-sm tracking-wide uppercase hover:text-primary-dim hover:translate-x-1 transition-all duration-200" href="#">
<span class="material-symbols-outlined">group</span> Team Analytics
</a>
<a class="flex items-center gap-4 text-slate-500 px-6 py-3 font-bold text-sm tracking-wide uppercase hover:text-primary-dim hover:translate-x-1 transition-all duration-200" href="#">
<span class="material-symbols-outlined">analytics</span> Offset Strategy
</a>
<!-- Active Tab: Profile/Settings -->
<a class="flex items-center gap-4 bg-primary/10 text-primary rounded-full px-6 py-3 shadow-[inset_0_0_12px_rgba(105,246,184,0.2)] font-bold text-sm tracking-wide uppercase transition-all duration-200" href="profile.html">
<span class="material-symbols-outlined" style="font-variation-settings: 'FILL' 1;">settings</span> Settings
</a>
</nav>
<div class="px-4 mt-auto">
<button class="w-full bg-primary text-on-primary font-bold py-4 rounded-full shadow-[0_0_20px_rgba(105,246,184,0.3)] hover:scale-[1.02] active:scale-95 transition-all">
New Audit
</button>
<div class="mt-6 flex items-center gap-4 text-slate-500 px-6 py-3 font-bold text-xs tracking-wide uppercase cursor-pointer hover:text-primary">
<span class="material-symbols-outlined text-lg">help</span> Help Center
</div>
</div>
</aside>
<!-- Main Content -->
<main class="md:ml-72 pt-32 pb-20 px-6 md:px-12 max-w-7xl mx-auto relative overflow-hidden">
<!-- Floating Bio Blobs -->
<div class="absolute top-0 right-0 w-[500px] h-[500px] bg-primary/5 blur-[120px] rounded-full -z-10 translate-x-1/2 -translate-y-1/2"></div>
<div class="absolute bottom-0 left-0 w-[400px] h-[400px] bg-secondary-container/10 blur-[100px] rounded-full -z-10 -translate-x-1/4 translate-y-1/4"></div>
<!-- Hero Header -->
<header class="glass-card p-8 md:p-12 rounded-xl mb-12 relative overflow-hidden">
<div class="absolute top-0 right-0 w-full h-1 bg-gradient-to-r from-transparent via-primary/40 to-transparent"></div>
<div class="flex flex-col md:flex-row items-center md:items-end gap-8">
<div class="relative group">
<div class="w-32 h-32 md:w-40 md:h-40 rounded-xl overflow-hidden border-2 border-primary/30 shadow-[0_0_30px_rgba(105,246,184,0.2)]">
<img alt="User profile photo" class="w-full h-full object-cover" data-alt="Modern professional portrait of a man in dark futuristic clothing with glowing cyan studio lighting reflections" src="https://lh3.googleusercontent.com/aida-public/AB6AXuD0zk8JzXWJ-vfeJrUmRH74PMjCh8B1kM3k7seHxa9Z6p_slburvTE_UVni1c_Eu2vyNyMoD31bpgkkQzYA0kwsFufynMBkBAfAiBbkZXHyS9-XlsazJPA9girlAb1x_v30wrNztDHI9hMhERE4Wdoz1qL4Xz-BPHQKzkU2YabC3sE7OBTP8PvQbgsbRuYBjNOFklUEd2mFD6BSIX9YRfHjbysefQn0rj5FFu380Wl0iTAs1VSB6deWhV6wA6Ojxgk6K9AoGLDXh6ya"/>
</div>
<div class="absolute -bottom-4 left-1/2 -translate-x-1/2 whitespace-nowrap bg-surface-container-highest border border-primary/40 text-primary px-4 py-1.5 rounded-full text-xs font-bold tracking-widest uppercase shadow-lg">
Elite Guardian
</div>
</div>
<div class="flex-1 text-center md:text-left">
<div class="flex flex-col md:flex-row md:items-center gap-4 mb-2">
<h1 class="text-4xl md:text-5xl font-extrabold tracking-tighter text-on-surface">Alex Thorne</h1>
<span class="inline-flex items-center px-3 py-1 rounded-full bg-secondary-container/30 text-secondary-fixed text-[10px] font-black tracking-tighter uppercase border border-secondary/20">Verified Protocol Node</span>
</div>
<p class="text-on-surface-variant font-medium leading-relaxed max-w-2xl">Pioneer carbon offsetter since 2022. Currently managing distributed energy grids in Southeast Asia and reforestation projects in the Amazon Basin.</p>
</div>
<div class="flex gap-4">
<button class="bg-primary text-on-primary font-bold px-8 py-3 rounded-full shadow-[0_0_20px_rgba(105,246,184,0.4)] hover:shadow-[0_0_30px_rgba(105,246,184,0.6)] transition-all">Edit Identity</button>
<button class="bg-surface-variant text-primary font-bold px-6 py-3 rounded-full border border-primary/20 hover:bg-primary/10 transition-all">Share</button>
</div>
</div>
</header>
<!-- Stats Bento Grid -->
<section class="grid grid-cols-1 md:grid-cols-3 gap-6 mb-12">
<!-- Stat Card 1 -->
<div class="glass-card p-8 rounded-lg group hover:translate-y-[-4px] transition-transform duration-300">
<div class="flex items-start justify-between mb-6">
<div class="w-12 h-12 bg-primary/10 rounded-lg flex items-center justify-center border border-primary/20 group-hover:bg-primary group-hover:text-on-primary transition-colors">
<span class="material-symbols-outlined" style="font-variation-settings: 'FILL' 1;">eco</span>
</div>
<span class="text-primary text-xs font-bold tracking-widest uppercase">+14% Growth</span>
</div>
<h4 class="text-on-surface-variant text-xs font-bold tracking-[0.2em] uppercase mb-1">Carbon Neutralized</h4>
<div class="flex items-baseline gap-2">
<span class="text-4xl font-bold tracking-tighter text-on-surface">1,240</span>
<span class="text-on-surface-variant font-semibold text-lg">TONS</span>
</div>
</div>
<!-- Stat Card 2 -->
<div class="glass-card p-8 rounded-lg group hover:translate-y-[-4px] transition-transform duration-300">
<div class="flex items-start justify-between mb-6">
<div class="w-12 h-12 bg-secondary/10 rounded-lg flex items-center justify-center border border-secondary/20 group-hover:bg-secondary group-hover:text-on-secondary transition-colors">
<span class="material-symbols-outlined" style="font-variation-settings: 'FILL' 1;">currency_exchange</span>
</div>
<span class="text-secondary text-xs font-bold tracking-widest uppercase">Rank #42</span>
</div>
<h4 class="text-on-surface-variant text-xs font-bold tracking-[0.2em] uppercase mb-1">Planet Coins</h4>
<div class="flex items-baseline gap-2">
<span class="text-4xl font-bold tracking-tighter text-on-surface">2,450.8</span>
<span class="material-symbols-outlined text-secondary-fixed text-2xl" style="font-variation-settings: 'FILL' 1;">toll</span>
</div>
</div>
<!-- Stat Card 3 -->
<div class="glass-card p-8 rounded-lg group hover:translate-y-[-4px] transition-transform duration-300">
<div class="flex items-start justify-between mb-6">
<div class="w-12 h-12 bg-tertiary-container/10 rounded-lg flex items-center justify-center border border-tertiary-container/20 group-hover:bg-tertiary-container group-hover:text-on-tertiary-container transition-colors">
<span class="material-symbols-outlined" style="font-variation-settings: 'FILL' 1;">account_balance</span>
</div>
<span class="text-tertiary-dim text-xs font-bold tracking-widest uppercase">7 Active</span>
</div>
<h4 class="text-on-surface-variant text-xs font-bold tracking-[0.2em] uppercase mb-1">Projects Funded</h4>
<div class="flex items-baseline gap-2">
<span class="text-4xl font-bold tracking-tighter text-on-surface">12</span>
<span class="text-on-surface-variant font-semibold text-lg">NODES</span>
</div>
</div>
</section>
<div class="grid grid-cols-1 lg:grid-cols-3 gap-8">
<!-- Badges Gallery -->
<section class="lg:col-span-2">
<div class="flex items-center justify-between mb-6">
<h2 class="text-xl font-bold tracking-tight text-on-surface">Recent Achievements</h2>
<a class="text-primary text-xs font-bold tracking-widest uppercase hover:underline" href="#">View All</a>
</div>
<div class="glass-card p-8 rounded-lg">
<div class="grid grid-cols-2 md:grid-cols-4 gap-6">
<div class="flex flex-col items-center text-center group cursor-help">
<div class="w-20 h-20 rounded-full bg-surface-container-highest border border-primary/20 flex items-center justify-center mb-3 group-hover:shadow-[0_0_20px_rgba(105,246,184,0.2)] transition-all">
<span class="material-symbols-outlined text-4xl text-primary" style="font-variation-settings: 'FILL' 1;">forest</span>
</div>
<span class="text-[10px] font-bold text-on-surface-variant uppercase tracking-widest">Forest Guardian</span>
</div>
<div class="flex flex-col items-center text-center group cursor-help">
<div class="w-20 h-20 rounded-full bg-surface-container-highest border border-secondary/20 flex items-center justify-center mb-3 group-hover:shadow-[0_0_20px_rgba(87,237,177,0.2)] transition-all">
<span class="material-symbols-outlined text-4xl text-secondary" style="font-variation-settings: 'FILL' 1;">solar_power</span>
</div>
<span class="text-[10px] font-bold text-on-surface-variant uppercase tracking-widest">Solar Pioneer</span>
</div>
<div class="flex flex-col items-center text-center group cursor-help opacity-40 grayscale">
<div class="w-20 h-20 rounded-full bg-surface-container-highest border border-outline-variant flex items-center justify-center mb-3">
<span class="material-symbols-outlined text-4xl text-outline">water_drop</span>
</div>
<span class="text-[10px] font-bold text-on-surface-variant uppercase tracking-widest">Ocean Ally</span>
</div>
<div class="flex flex-col items-center text-center group cursor-help">
<div class="w-20 h-20 rounded-full bg-surface-container-highest border border-tertiary-fixed-dim/20 flex items-center justify-center mb-3 group-hover:shadow-[0_0_20px_rgba(170,234,208,0.2)] transition-all">
<span class="material-symbols-outlined text-4xl text-tertiary-fixed-dim" style="font-variation-settings: 'FILL' 1;">bolt</span>
</div>
<span class="text-[10px] font-bold text-on-surface-variant uppercase tracking-widest">Grid Master</span>
</div>
</div>
</div>
<h2 class="text-xl font-bold tracking-tight text-on-surface mt-12 mb-6">Recent Impact Feed</h2>
<div class="space-y-4">
<div class="glass-card p-6 rounded-lg flex items-center gap-6 border-l-4 border-l-primary">
<div class="w-12 h-12 rounded-lg bg-surface-container-highest overflow-hidden shrink-0">
<img alt="Forest project" class="w-full h-full object-cover" data-alt="Lush redwood forest sunlight streaming through trees dense green foliage morning mist" src="https://lh3.googleusercontent.com/aida-public/AB6AXuBKh_uglXwrsW-vZxGdrmWaYC5H8uo8-lDBR7Qm1GacpaV4rl1kFmBmq1fIPjfzWnaJ1WFhaI5u7zCA9F0ST05C4lDSJpoMaKmDQh8Lp0EEF8iEXO06ve05vmq896__miWIW6teJvgpc2xRb04lBvHC06iM832QNkk9IAHhO2NZ3Mxjy56ToGyJL6K_fokvKJKDRTgxn1Mgrb4yEe3eIV0N8HJnmtPsbkdRgFja-mFUjaHeU9lXqWkJYE3YqWnZWtvpL8giYY0vJIL5"/>
</div>
<div class="flex-1">
<h4 class="font-bold text-on-surface">Amazon Reforestation Project</h4>
<p class="text-sm text-on-surface-variant">Offset 24 tons of CO2 through regional node staking.</p>
</div>
<div class="text-right">
<span class="text-xs font-bold text-primary block">SUCCESSFUL</span>
<span class="text-[10px] text-slate-500 uppercase font-bold">2 days ago</span>
</div>
</div>
<div class="glass-card p-6 rounded-lg flex items-center gap-6 border-l-4 border-l-secondary">
<div class="w-12 h-12 rounded-lg bg-surface-container-highest overflow-hidden shrink-0">
<img alt="Solar project" class="w-full h-full object-cover" data-alt="Modern solar panels reflecting clear blue sky clean energy technology rows of photovoltaic cells" src="https://lh3.googleusercontent.com/aida-public/AB6AXuDBQb8_S2Tsg4lpr7o_62WacBoXtGl2QEaz8dIq9z-nnJVpKTY31C1Jhx0iaqESdPFioLx1iEKkJDWsue3lPrFcy2TPTjB67PrZddcXAqyWB2fkbkRYbp1x0nf-fKBjIGdo-mkq98mTMlsg6ksZ92G_3ZM_3VqWU2CcjUOFyMHzbmKYUV7nZIawG_1VNEuEqFITGexvJrUDsUE5ay4Yzwc_NpbIdBCbIZ4JIhjeAyd7TawTTBzAlD8MgRhVU5hEn4fUL3kr-EJOghQq"/>
</div>
<div class="flex-1">
<h4 class="font-bold text-on-surface">Grid Optimization Alpha</h4>
<p class="text-sm text-on-surface-variant">Contributed 1,200 COIN to decentralized grid infrastructure.</p>
</div>
<div class="text-right">
<span class="text-xs font-bold text-secondary block">COMPLETED</span>
<span class="text-[10px] text-slate-500 uppercase font-bold">1 week ago</span>
</div>
</div>
</div>
</section>
<!-- Preferences Sidebar -->
<aside class="space-y-6">
<h2 class="text-xl font-bold tracking-tight text-on-surface mb-6">Profile Preferences</h2>
<div class="glass-card rounded-lg overflow-hidden divide-y divide-outline-variant/10">
<div class="p-5 flex items-center justify-between hover:bg-white/5 transition-colors cursor-pointer group">
<div class="flex items-center gap-4">
<span class="material-symbols-outlined text-primary-dim">visibility</span>
<span class="text-sm font-semibold">Public Profile Visibility</span>
</div>
<div class="w-10 h-5 bg-primary/20 rounded-full relative border border-primary/30">
<div class="absolute right-1 top-1 w-3 h-3 bg-primary rounded-full"></div>
</div>
</div>
<div class="p-5 flex items-center justify-between hover:bg-white/5 transition-colors cursor-pointer">
<div class="flex items-center gap-4">
<span class="material-symbols-outlined text-primary-dim">lock</span>
<span class="text-sm font-semibold">Encrypted Transactions</span>
</div>
<div class="w-10 h-5 bg-primary/20 rounded-full relative border border-primary/30">
<div class="absolute right-1 top-1 w-3 h-3 bg-primary rounded-full"></div>
</div>
</div>
<div class="p-5 flex items-center justify-between hover:bg-white/5 transition-colors cursor-pointer">
<div class="flex items-center gap-4">
<span class="material-symbols-outlined text-primary-dim">notifications_active</span>
<span class="text-sm font-semibold">Impact Alerts</span>
</div>
<div class="w-10 h-5 bg-surface-container-highest rounded-full relative border border-outline-variant">
<div class="absolute left-1 top-1 w-3 h-3 bg-outline rounded-full"></div>
</div>
</div>
</div>
<div class="glass-card p-6 rounded-lg bg-gradient-to-br from-primary-container/20 to-transparent">
<h4 class="text-sm font-bold tracking-widest uppercase text-primary mb-4">Account Security</h4>
<div class="flex items-center gap-4 p-4 bg-surface-container-highest rounded-lg mb-4">
<span class="material-symbols-outlined text-2xl text-primary" style="font-variation-settings: 'FILL' 1;">shield</span>
<div>
<p class="text-xs font-bold text-on-surface">Biometric ID Active</p>
<p class="text-[10px] text-on-surface-variant">Last verified: 2 hours ago</p>
</div>
</div>
<button class="w-full py-3 text-xs font-black tracking-[0.2em] uppercase text-primary border border-primary/20 rounded-full hover:bg-primary/5 transition-all">Manage Keys</button>
</div>
<div class="glass-card p-6 rounded-lg border border-primary/10">
<h4 class="text-sm font-bold tracking-widest uppercase text-on-surface mb-2">Network Status</h4>
<div class="flex items-center gap-2 mb-4">
<div class="w-2 h-2 rounded-full bg-primary animate-pulse shadow-[0_0_8px_rgba(105,246,184,0.8)]"></div>
<span class="text-[10px] font-bold text-primary uppercase">Mainnet Node Connected</span>
</div>
<p class="text-xs text-on-surface-variant leading-relaxed">Latency: 24ms<br/>Protocol Version: 4.2.1-Bio</p>
</div>
</aside>
</div>
</main>
<!-- Footer -->
<footer class="w-full bg-[#060e20] pt-20 pb-12 px-8 flex flex-col md:flex-row justify-between items-center gap-6 bg-gradient-to-t from-[#091328] to-transparent">
<p class="font-['Plus_Jakarta_Sans'] text-xs font-light text-slate-400">© 2024 CarbonZero Protocol. Built for the Bio-Digital Era.</p>
<div class="flex gap-8">
<a class="font-['Plus_Jakarta_Sans'] text-xs font-light text-slate-500 hover:text-primary transition-opacity underline-offset-4 hover:underline" href="#">Privacy</a>
<a class="font-['Plus_Jakarta_Sans'] text-xs font-light text-slate-500 hover:text-primary transition-opacity underline-offset-4 hover:underline" href="#">Terms</a>
<a class="font-['Plus_Jakarta_Sans'] text-xs font-light text-slate-500 hover:text-primary transition-opacity underline-offset-4 hover:underline" href="#">Whitepaper</a>
<a class="font-['Plus_Jakarta_Sans'] text-xs font-light text-slate-500 hover:text-primary transition-opacity underline-offset-4 hover:underline" href="#">API</a>
</div>
</footer>
</body></html>