File size: 12,713 Bytes
0e1717f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=1080, initial-scale=1.0">
<title>Mail UI Mock</title>
<style>
  body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
  #render-target {
    position: relative;
    overflow: hidden;
    width: 1080px;
    height: 2400px;
    background: #121212;
    color: #EDEDED;
  }

  /* Status bar */
  .statusbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110px;
    padding: 0 32px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
  }
  .status-left { display: flex; align-items: center; gap: 20px; font-weight: 600; font-size: 36px; }
  .status-right { display: flex; align-items: center; gap: 24px; }
  .icon { width: 40px; height: 40px; }
  .battery-text { font-size: 30px; color: #fff; }

  /* Top search bar area */
  .topbar {
    position: absolute;
    top: 120px;
    left: 24px;
    right: 24px;
    height: 100px;
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .hamburger {
    width: 72px;
    height: 72px;
    border-radius: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
  }
  .search-pill {
    flex: 1;
    height: 90px;
    border-radius: 45px;
    background: #2f3b2f;
    display: flex;
    align-items: center;
    padding: 0 32px;
    box-sizing: border-box;
    color: #B7C7B7;
    font-size: 36px;
  }
  .avatar {
    width: 72px;
    height: 72px;
    border-radius: 36px;
    background: #2f3b2f;
    border: 2px solid #436245;
    color: #CFE3CF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 34px;
  }

  /* Section label */
  .section-label {
    position: absolute;
    top: 240px;
    left: 32px;
    font-size: 34px;
    color: #bfbfbf;
  }

  /* Email list */
  .list {
    position: absolute;
    top: 290px;
    left: 0;
    right: 0;
    bottom: 340px;
    overflow: hidden;
    padding: 0 12px;
    box-sizing: border-box;
  }
  .email-item {
    display: flex;
    align-items: flex-start;
    gap: 26px;
    padding: 28px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
  }
  .circle {
    width: 84px;
    height: 84px;
    border-radius: 42px;
    background: #f4b400;
    color: #1f1f1f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 38px;
    flex-shrink: 0;
  }
  .logo-box {
    width: 84px;
    height: 84px;
    border-radius: 42px;
    background: #E0E0E0;
    border: 1px solid #BDBDBD;
    color: #757575;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
  }
  .content {
    flex: 1;
    min-width: 0;
  }
  .title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }
  .name {
    font-size: 38px;
    font-weight: 700;
    color: #EDEDED;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .date {
    font-size: 30px;
    color: #A0A0A0;
    white-space: nowrap;
    flex-shrink: 0;
  }
  .subject {
    font-size: 32px;
    color: #EDEDED;
    margin-top: 6px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .snippet {
    font-size: 30px;
    color: #A0A0A0;
    margin-top: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .star {
    width: 48px;
    height: 48px;
    margin-left: 12px;
    flex-shrink: 0;
  }

  /* Promotions row */
  .pill {
    background: #79C28E;
    color: #06280f;
    padding: 10px 20px;
    border-radius: 28px;
    font-size: 28px;
    font-weight: 700;
  }
  .tag-icon {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
  }

  /* Floating action button */
  .compose {
    position: absolute;
    right: 36px;
    bottom: 300px;
    width: 300px;
    height: 120px;
    background: #3f4d36;
    border-radius: 26px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    color: #EDEDED;
    font-size: 36px;
    font-weight: 700;
  }
  .compose .icon-pencil { width: 48px; height: 48px; }

  /* Bottom navigation */
  .bottom-bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100px;
    height: 180px;
    background: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .nav-item { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 12px; color: #d9d9d9; font-size: 28px; }
  .nav-icon { width: 66px; height: 66px; }

  .mail-pill {
    position: absolute;
    left: 210px;
    bottom: 228px;
    width: 160px;
    height: 100px;
    background: #2f3b2f;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.5);
  }
  .badge {
    background: #F7B0B0;
    color: #1a1a1a;
    font-size: 28px;
    font-weight: 800;
    border-radius: 22px;
    padding: 6px 14px;
  }

  /* Gesture bar */
  .gesture {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 36px;
    width: 360px;
    height: 12px;
    border-radius: 6px;
    background: #E6E6E6;
    opacity: 0.9;
  }
</style>
</head>
<body>
<div id="render-target">

  <!-- Status bar -->
  <div class="statusbar">
    <div class="status-left">
      <div>11:25</div>
      <!-- simple dots/icons -->
      <svg class="icon" viewBox="0 0 24 24" fill="#fff"><circle cx="5" cy="12" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="19" cy="12" r="2"/></svg>
    </div>
    <div class="status-right">
      <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
        <path d="M3 10c4-6 14-6 18 0v4c-4 6-14 6-18 0v-4z"></path>
        <circle cx="12" cy="12" r="2" fill="#fff"></circle>
      </svg>
      <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
        <rect x="3" y="6" width="18" height="12" rx="2"></rect>
        <path d="M21 10h2v4h-2"></path>
      </svg>
      <div class="battery-text">100%</div>
    </div>
  </div>

  <!-- Top search -->
  <div class="topbar">
    <div class="hamburger">
      <svg class="icon" viewBox="0 0 24 24" fill="#EDEDED">
        <rect x="3" y="5" width="18" height="2"></rect>
        <rect x="3" y="11" width="18" height="2"></rect>
        <rect x="3" y="17" width="12" height="2"></rect>
      </svg>
    </div>
    <div class="search-pill">Search in mail</div>
    <div class="avatar">K</div>
  </div>

  <div class="section-label">Primary</div>

  <!-- Email list -->
  <div class="list">

    <!-- Item 1 -->
    <div class="email-item">
      <div class="circle">N</div>
      <div class="content">
        <div class="title-row">
          <div class="name">Natalie Larson</div>
          <div class="date">10:45 PM</div>
        </div>
        <div class="subject">Happiness</div>
        <div class="snippet">Hi, Karin How are you ?</div>
      </div>
      <svg class="star" viewBox="0 0 24 24" fill="none" stroke="#bfbfbf" stroke-width="2">
        <path d="M12 3l3.2 6.5 7 .9-5.2 4.7 1.5 6.6L12 18l-6.5 3.7 1.5-6.6L2 10.4l7-.9L12 3z"></path>
      </svg>
    </div>

    <!-- Item 2 -->
    <div class="email-item">
      <div class="circle">M</div>
      <div class="content">
        <div class="title-row">
          <div class="name">me, Mail  2</div>
          <div class="date">Oct 12</div>
        </div>
        <div class="subject">Join us for a Book fair event</div>
        <div class="snippet">Address not found Your message wasn't deli...</div>
      </div>
      <svg class="star" viewBox="0 0 24 24" fill="none" stroke="#bfbfbf" stroke-width="2">
        <path d="M12 3l3.2 6.5 7 .9-5.2 4.7 1.5 6.6L12 18l-6.5 3.7 1.5-6.6L2 10.4l7-.9L12 3z"></path>
      </svg>
    </div>

    <!-- Item 3 -->
    <div class="email-item">
      <div class="circle">M</div>
      <div class="content">
        <div class="title-row">
          <div class="name">Mail Delivery Subsystem</div>
          <div class="date">Oct 6</div>
        </div>
        <div class="subject">Delivery Status Notification (Failure)</div>
        <div class="snippet">Address not found Your message wasn't deli...</div>
      </div>
      <svg class="star" viewBox="0 0 24 24" fill="none" stroke="#bfbfbf" stroke-width="2">
        <path d="M12 3l3.2 6.5 7 .9-5.2 4.7 1.5 6.6L12 18l-6.5 3.7 1.5-6.6L2 10.4l7-.9L12 3z"></path>
      </svg>
    </div>

    <!-- Item 4 -->
    <div class="email-item">
      <div class="logo-box">[IMG: eBay logo]</div>
      <div class="content">
        <div class="title-row">
          <div class="name">eBay</div>
          <div class="date">Oct 6</div>
        </div>
        <div class="subject">A new device is using your account</div>
        <div class="snippet">Here's what you need to know. Let's make s...</div>
      </div>
      <svg class="star" viewBox="0 0 24 24" fill="none" stroke="#bfbfbf" stroke-width="2">
        <path d="M12 3l3.2 6.5 7 .9-5.2 4.7 1.5 6.6L12 18l-6.5 3.7 1.5-6.6L2 10.4l7-.9L12 3z"></path>
      </svg>
    </div>

    <!-- Item 5 -->
    <div class="email-item">
      <div class="logo-box">[IMG: eBay logo]</div>
      <div class="content">
        <div class="title-row">
          <div class="name">eBay</div>
          <div class="date">Oct 5</div>
        </div>
        <div class="subject">Karin, your eBay adventure has just beg...</div>
        <div class="snippet">Your perfect find is out there</div>
      </div>
      <svg class="star" viewBox="0 0 24 24" fill="none" stroke="#bfbfbf" stroke-width="2">
        <path d="M12 3l3.2 6.5 7 .9-5.2 4.7 1.5 6.6L12 18l-6.5 3.7 1.5-6.6L2 10.4l7-.9L12 3z"></path>
      </svg>
    </div>

    <!-- Promotions tag row -->
    <div class="email-item">
      <svg class="tag-icon" viewBox="0 0 24 24" fill="none" stroke="#79C28E" stroke-width="2">
        <path d="M3 7v6l8 8 10-10-8-8H7a4 4 0 0 0-4 4z"></path>
        <circle cx="7" cy="9" r="1.5" fill="#79C28E"></circle>
      </svg>
      <div class="content">
        <div class="title-row">
          <div class="name">Promotions</div>
          <div class="pill">1 new</div>
        </div>
        <div class="subject">TheFork</div>
      </div>
    </div>

    <!-- Item 6 -->
    <div class="email-item">
      <div class="logo-box">[IMG: Vimeo logo]</div>
      <div class="content">
        <div class="title-row">
          <div class="name">Vimeo</div>
          <div class="date">Oct 3</div>
        </div>
        <div class="subject">Your September product updates</div>
      </div>
      <svg class="star" viewBox="0 0 24 24" fill="none" stroke="#bfbfbf" stroke-width="2">
        <path d="M12 3l3.2 6.5 7 .9-5.2 4.7 1.5 6.6L12 18l-6.5 3.7 1.5-6.6L2 10.4l7-.9L12 3z"></path>
      </svg>
    </div>

    <!-- Extra item preview near bottom -->
    <div class="email-item">
      <div class="circle">M</div>
      <div class="content">
        <div class="title-row">
          <div class="name">me, Mail  2</div>
          <div class="date">Sep 23</div>
        </div>
        <div class="subject">(no subject)</div>
      </div>
    </div>

  </div>

  <!-- Floating compose button -->
  <div class="compose">
    <svg class="icon-pencil" viewBox="0 0 24 24" fill="none" stroke="#EDEDED" stroke-width="2">
      <path d="M3 17l4 4 14-14-4-4L3 17z"></path>
      <path d="M13 5l6 6"></path>
    </svg>
    <div>Compose</div>
  </div>

  <!-- Mini mail pill with badge -->
  <div class="mail-pill">
    <svg class="nav-icon" viewBox="0 0 24 24" fill="none" stroke="#cdd6c9" stroke-width="2">
      <rect x="3" y="5" width="18" height="14" rx="2"></rect>
      <path d="M3 7l9 6 9-6"></path>
    </svg>
    <div class="badge">8</div>
  </div>

  <!-- Bottom navigation -->
  <div class="bottom-bar">
    <div class="nav-item">
      <svg class="nav-icon" viewBox="0 0 24 24" fill="none" stroke="#d9d9d9" stroke-width="2">
        <rect x="3" y="5" width="18" height="14" rx="2"></rect>
        <path d="M3 7l9 6 9-6"></path>
      </svg>
    </div>
    <div class="nav-item">
      <svg class="nav-icon" viewBox="0 0 24 24" fill="none" stroke="#d9d9d9" stroke-width="2">
        <rect x="5" y="3" width="14" height="10" rx="2"></rect>
        <rect x="3" y="15" width="18" height="6" rx="2"></rect>
      </svg>
    </div>
  </div>

  <!-- Gesture bar -->
  <div class="gesture"></div>

</div>
</body>
</html>