yhzheng1031 commited on
Commit
a610b55
·
verified ·
1 Parent(s): 22e3ea0

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. code/7005/7005_9.html +332 -0
  2. code/7006/7006_0.html +415 -0
  3. code/7006/7006_2.html +187 -0
  4. code/7006/7006_4.html +205 -0
  5. code/7006/7006_5.html +359 -0
  6. code/7007/7007_0.html +350 -0
  7. code/7007/7007_1.html +444 -0
  8. code/7010/7010_0.html +250 -0
  9. code/7010/7010_1.html +224 -0
  10. code/7010/7010_2.html +278 -0
  11. code/7010/7010_3.html +293 -0
  12. code/7010/7010_4.html +197 -0
  13. code/7010/7010_5.html +273 -0
  14. code/7013/7013_0.html +286 -0
  15. code/7013/7013_1.html +239 -0
  16. code/7013/7013_2.html +246 -0
  17. code/7013/7013_3.html +305 -0
  18. code/7019/7019_0.html +395 -0
  19. code/7019/7019_1.html +252 -0
  20. code/7019/7019_2.html +171 -0
  21. code/7019/7019_3.html +207 -0
  22. code/7019/7019_4.html +359 -0
  23. code/702/702_0.html +409 -0
  24. code/702/702_1.html +407 -0
  25. code/702/702_2.html +283 -0
  26. code/702/702_3.html +277 -0
  27. code/702/702_4.html +334 -0
  28. code/702/702_5.html +333 -0
  29. code/702/702_6.html +316 -0
  30. code/7021/7021_0.html +214 -0
  31. code/7021/7021_2.html +335 -0
  32. code/7021/7021_3.html +375 -0
  33. code/7021/7021_4.html +276 -0
  34. code/7021/7021_5.html +387 -0
  35. code/7021/7021_6.html +195 -0
  36. code/7021/7021_7.html +246 -0
  37. code/7028/7028_1.html +338 -0
  38. code/7028/7028_10.html +332 -0
  39. code/7028/7028_11.html +363 -0
  40. code/7028/7028_2.html +147 -0
  41. code/7028/7028_3.html +251 -0
  42. code/7028/7028_4.html +344 -0
  43. code/7028/7028_5.html +225 -0
  44. code/7028/7028_6.html +199 -0
  45. code/7028/7028_7.html +247 -0
  46. code/7028/7028_8.html +173 -0
  47. code/7028/7028_9.html +233 -0
  48. code/7029/7029_0.html +310 -0
  49. code/7029/7029_1.html +316 -0
  50. code/7029/7029_3.html +266 -0
code/7005/7005_9.html ADDED
@@ -0,0 +1,332 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Pair new device UI</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: "Roboto", Arial, sans-serif;
13
+ }
14
+ #render-target {
15
+ width: 1080px;
16
+ height: 2400px;
17
+ position: relative;
18
+ overflow: hidden;
19
+ background: #121212;
20
+ color: #FFFFFF;
21
+ }
22
+
23
+ /* Status bar */
24
+ .statusbar {
25
+ position: absolute;
26
+ top: 0;
27
+ left: 0;
28
+ width: 1080px;
29
+ height: 120px;
30
+ padding: 0 36px;
31
+ display: flex;
32
+ align-items: center;
33
+ justify-content: space-between;
34
+ color: #EAEAEA;
35
+ font-size: 42px;
36
+ letter-spacing: 0.2px;
37
+ }
38
+ .status-left, .status-right {
39
+ display: flex;
40
+ align-items: center;
41
+ gap: 24px;
42
+ }
43
+ .icon-pill {
44
+ width: 48px;
45
+ height: 34px;
46
+ border-radius: 8px;
47
+ border: 2px solid #CFCFCF;
48
+ }
49
+ .icon-play {
50
+ width: 46px;
51
+ height: 32px;
52
+ border: 2px solid #CFCFCF;
53
+ border-left: none;
54
+ clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
55
+ background: #CFCFCF;
56
+ }
57
+ .icon-cloud {
58
+ width: 54px;
59
+ height: 32px;
60
+ background: #CFCFCF;
61
+ border-radius: 18px;
62
+ }
63
+ .battery {
64
+ width: 52px;
65
+ height: 28px;
66
+ border: 2px solid #CFCFCF;
67
+ border-radius: 6px;
68
+ position: relative;
69
+ }
70
+ .battery::after {
71
+ content: "";
72
+ position: absolute;
73
+ right: -10px;
74
+ top: 8px;
75
+ width: 8px;
76
+ height: 12px;
77
+ background: #CFCFCF;
78
+ border-radius: 2px;
79
+ }
80
+ .battery-level {
81
+ width: 34px;
82
+ height: 20px;
83
+ background: #CFCFCF;
84
+ position: absolute;
85
+ top: 4px;
86
+ left: 4px;
87
+ border-radius: 3px;
88
+ }
89
+
90
+ /* Back arrow */
91
+ .back {
92
+ position: absolute;
93
+ top: 150px;
94
+ left: 36px;
95
+ width: 72px;
96
+ height: 72px;
97
+ display: flex;
98
+ align-items: center;
99
+ justify-content: center;
100
+ }
101
+ .back svg {
102
+ width: 54px;
103
+ height: 54px;
104
+ stroke: #FFFFFF;
105
+ stroke-width: 4;
106
+ fill: none;
107
+ }
108
+
109
+ /* Title and sections */
110
+ .content {
111
+ position: absolute;
112
+ left: 36px;
113
+ right: 36px;
114
+ top: 250px;
115
+ }
116
+ .title {
117
+ font-size: 96px;
118
+ line-height: 112px;
119
+ font-weight: 500;
120
+ margin: 0 0 60px 0;
121
+ color: #FFFFFF;
122
+ }
123
+ .label {
124
+ font-size: 44px;
125
+ color: #E0E0E0;
126
+ margin-bottom: 16px;
127
+ }
128
+ .subtext {
129
+ font-size: 40px;
130
+ color: #BDBDBD;
131
+ margin-bottom: 52px;
132
+ }
133
+ .section-title {
134
+ font-size: 44px;
135
+ color: #9FB6FF;
136
+ margin-bottom: 36px;
137
+ font-weight: 500;
138
+ }
139
+
140
+ /* Device list */
141
+ .list {
142
+ display: flex;
143
+ flex-direction: column;
144
+ gap: 28px;
145
+ }
146
+ .device-item {
147
+ display: flex;
148
+ align-items: center;
149
+ padding: 20px 8px;
150
+ }
151
+ .icon-circle {
152
+ width: 104px;
153
+ height: 104px;
154
+ border-radius: 52px;
155
+ display: flex;
156
+ align-items: center;
157
+ justify-content: center;
158
+ margin-right: 32px;
159
+ }
160
+ .icon-circle svg {
161
+ width: 56px;
162
+ height: 56px;
163
+ }
164
+ .device-name {
165
+ font-size: 48px;
166
+ color: #FFFFFF;
167
+ }
168
+ .device-sub {
169
+ font-size: 36px;
170
+ color: #9AA0A6;
171
+ margin-top: 8px;
172
+ }
173
+
174
+ /* Gesture bar at bottom */
175
+ .gesture {
176
+ position: absolute;
177
+ bottom: 60px;
178
+ left: 280px;
179
+ width: 520px;
180
+ height: 12px;
181
+ background: #E0E0E0;
182
+ border-radius: 8px;
183
+ opacity: 0.9;
184
+ }
185
+ </style>
186
+ </head>
187
+ <body>
188
+ <div id="render-target">
189
+ <!-- Status bar -->
190
+ <div class="statusbar">
191
+ <div class="status-left">
192
+ <span>1:29</span>
193
+ <div class="icon-pill"></div>
194
+ <div class="icon-play"></div>
195
+ <div class="icon-cloud"></div>
196
+ </div>
197
+ <div class="status-right">
198
+ <div class="battery">
199
+ <div class="battery-level"></div>
200
+ </div>
201
+ </div>
202
+ </div>
203
+
204
+ <!-- Back arrow -->
205
+ <div class="back">
206
+ <svg viewBox="0 0 48 48">
207
+ <path d="M34 8 L16 24 L34 40" />
208
+ </svg>
209
+ </div>
210
+
211
+ <!-- Main content -->
212
+ <div class="content">
213
+ <h1 class="title">Pair new device</h1>
214
+
215
+ <div class="label">Device name</div>
216
+ <div class="subtext">Pixel 5a</div>
217
+
218
+ <div class="section-title">Available devices</div>
219
+
220
+ <div class="list">
221
+ <!-- 1 -->
222
+ <div class="device-item">
223
+ <div class="icon-circle" style="background:#F6C7DF;">
224
+ <svg viewBox="0 0 48 48">
225
+ <path d="M20 6 L32 18 L24 24 L32 30 L20 42 L20 6" stroke="#7A2774" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
226
+ <path d="M14 18 L22 24 L14 30" stroke="#7A2774" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
227
+ </svg>
228
+ </div>
229
+ <div>
230
+ <div class="device-name">Galaxy Watch4 Classic (N8KF)</div>
231
+ </div>
232
+ </div>
233
+
234
+ <!-- 2 -->
235
+ <div class="device-item">
236
+ <div class="icon-circle" style="background:#F6C7DF;">
237
+ <svg viewBox="0 0 48 48">
238
+ <path d="M20 6 L32 18 L24 24 L32 30 L20 42 L20 6" stroke="#7A2774" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
239
+ <path d="M14 18 L22 24 L14 30" stroke="#7A2774" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
240
+ </svg>
241
+ </div>
242
+ <div>
243
+ <div class="device-name">ColorFit Ultra_34BD</div>
244
+ </div>
245
+ </div>
246
+
247
+ <!-- 3 -->
248
+ <div class="device-item">
249
+ <div class="icon-circle" style="background:#E9B4B4;">
250
+ <svg viewBox="0 0 48 48">
251
+ <path d="M20 6 L32 18 L24 24 L32 30 L20 42 L20 6" stroke="#7A3131" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
252
+ <path d="M14 18 L22 24 L14 30" stroke="#7A3131" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
253
+ </svg>
254
+ </div>
255
+ <div>
256
+ <div class="device-name">Galaxy Watch4 Classic (N8KF)</div>
257
+ </div>
258
+ </div>
259
+
260
+ <!-- 4 -->
261
+ <div class="device-item">
262
+ <div class="icon-circle" style="background:#CDEFF0;">
263
+ <svg viewBox="0 0 48 48">
264
+ <path d="M24 10 L34 24 L24 38 L14 24 Z" fill="#2C7A7B"/>
265
+ <path d="M24 10 L34 24 L24 38 L14 24 Z" stroke="#2C7A7B" stroke-width="2" fill="none"/>
266
+ </svg>
267
+ </div>
268
+ <div>
269
+ <div class="device-name">ABBLE</div>
270
+ </div>
271
+ </div>
272
+
273
+ <!-- 5 -->
274
+ <div class="device-item">
275
+ <div class="icon-circle" style="background:#D9C4F8;">
276
+ <svg viewBox="0 0 48 48">
277
+ <rect x="12" y="8" width="24" height="32" rx="4" ry="4" fill="#6A49B9"/>
278
+ <rect x="19" y="34" width="10" height="2" fill="#D9C4F8"/>
279
+ </svg>
280
+ </div>
281
+ <div>
282
+ <div class="device-name">realme 9 Pro 5G</div>
283
+ </div>
284
+ </div>
285
+
286
+ <!-- 6 -->
287
+ <div class="device-item">
288
+ <div class="icon-circle" style="background:#F5E0A6;">
289
+ <svg viewBox="0 0 48 48">
290
+ <rect x="12" y="8" width="24" height="32" rx="4" ry="4" fill="#C9902A"/>
291
+ <rect x="19" y="34" width="10" height="2" fill="#F5E0A6"/>
292
+ </svg>
293
+ </div>
294
+ <div>
295
+ <div class="device-name">Faiz</div>
296
+ <div class="device-sub">Pairing...</div>
297
+ </div>
298
+ </div>
299
+
300
+ <!-- 7 -->
301
+ <div class="device-item">
302
+ <div class="icon-circle" style="background:#D9C4F8;">
303
+ <svg viewBox="0 0 48 48">
304
+ <rect x="12" y="8" width="24" height="32" rx="4" ry="4" fill="#6A49B9"/>
305
+ <rect x="19" y="34" width="10" height="2" fill="#D9C4F8"/>
306
+ </svg>
307
+ </div>
308
+ <div>
309
+ <div class="device-name">OnePlus 8T</div>
310
+ </div>
311
+ </div>
312
+
313
+ <!-- 8 -->
314
+ <div class="device-item">
315
+ <div class="icon-circle" style="background:#F0CAA6;">
316
+ <svg viewBox="0 0 48 48">
317
+ <rect x="12" y="8" width="24" height="32" rx="4" ry="4" fill="#B66C2A"/>
318
+ <rect x="19" y="34" width="10" height="2" fill="#F0CAA6"/>
319
+ </svg>
320
+ </div>
321
+ <div>
322
+ <div class="device-name">Realme 2 Pro</div>
323
+ </div>
324
+ </div>
325
+ </div>
326
+ </div>
327
+
328
+ <!-- Gesture bar -->
329
+ <div class="gesture"></div>
330
+ </div>
331
+ </body>
332
+ </html>
code/7006/7006_0.html ADDED
@@ -0,0 +1,415 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Mobile UI Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #1a1a1a;
14
+ border-radius: 24px;
15
+ box-shadow: 0 8px 24px rgba(0,0,0,0.35);
16
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
17
+ }
18
+
19
+ /* Wallpaper placeholder */
20
+ .wallpaper {
21
+ position: absolute;
22
+ inset: 0;
23
+ background: #E0E0E0;
24
+ border: 1px solid #BDBDBD;
25
+ color: #757575;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: center;
29
+ font-size: 38px;
30
+ letter-spacing: 0.5px;
31
+ }
32
+
33
+ /* Status bar */
34
+ .status-bar {
35
+ position: absolute;
36
+ top: 0;
37
+ left: 0;
38
+ height: 120px;
39
+ width: 100%;
40
+ padding: 0 40px;
41
+ display: flex;
42
+ align-items: center;
43
+ justify-content: space-between;
44
+ color: #fff;
45
+ text-shadow: 0 2px 6px rgba(0,0,0,0.6);
46
+ }
47
+ .status-left {
48
+ font-size: 44px;
49
+ font-weight: 600;
50
+ }
51
+ .status-center {
52
+ display: flex;
53
+ gap: 18px;
54
+ align-items: center;
55
+ }
56
+ .dot {
57
+ width: 16px;
58
+ height: 16px;
59
+ background: #fff;
60
+ border-radius: 50%;
61
+ opacity: 0.9;
62
+ }
63
+ .status-right {
64
+ display: flex;
65
+ align-items: center;
66
+ gap: 24px;
67
+ }
68
+ .status-icon svg { width: 42px; height: 42px; fill: none; stroke: #fff; stroke-width: 3; }
69
+
70
+ /* Apps grid */
71
+ .icons-grid {
72
+ position: absolute;
73
+ top: 240px;
74
+ left: 0;
75
+ width: 100%;
76
+ padding: 0 60px;
77
+ box-sizing: border-box;
78
+ display: grid;
79
+ grid-template-columns: repeat(4, 1fr);
80
+ gap: 78px 40px;
81
+ }
82
+ .app {
83
+ display: flex;
84
+ align-items: center;
85
+ justify-content: center;
86
+ flex-direction: column;
87
+ }
88
+ .icon {
89
+ width: 176px;
90
+ height: 176px;
91
+ border-radius: 50%;
92
+ background: #ffffff;
93
+ box-shadow: 0 8px 20px rgba(0,0,0,0.35);
94
+ position: relative;
95
+ display: flex;
96
+ align-items: center;
97
+ justify-content: center;
98
+ }
99
+ /* Inside each icon we use a simple placeholder label */
100
+ .icon .placeholder {
101
+ width: 140px;
102
+ height: 140px;
103
+ background: #E0E0E0;
104
+ border: 1px solid #BDBDBD;
105
+ color: #757575;
106
+ font-size: 28px;
107
+ border-radius: 22px;
108
+ display: flex;
109
+ align-items: center;
110
+ justify-content: center;
111
+ text-align: center;
112
+ padding: 6px;
113
+ box-sizing: border-box;
114
+ }
115
+ .label {
116
+ margin-top: 18px;
117
+ width: 210px;
118
+ text-align: center;
119
+ font-size: 34px;
120
+ color: #ffffff;
121
+ text-shadow: 0 2px 6px rgba(0,0,0,0.8);
122
+ white-space: nowrap;
123
+ overflow: hidden;
124
+ text-overflow: ellipsis;
125
+ }
126
+
127
+ /* Dock */
128
+ .dock {
129
+ position: absolute;
130
+ bottom: 300px;
131
+ left: 0;
132
+ width: 100%;
133
+ padding: 0 140px;
134
+ display: grid;
135
+ grid-template-columns: repeat(4, 1fr);
136
+ gap: 60px;
137
+ box-sizing: border-box;
138
+ }
139
+ .dock .dock-icon-wrap {
140
+ display: flex;
141
+ justify-content: center;
142
+ align-items: center;
143
+ }
144
+ .dock-circle {
145
+ width: 170px;
146
+ height: 170px;
147
+ border-radius: 50%;
148
+ background: #ffffff;
149
+ box-shadow: 0 10px 24px rgba(0,0,0,0.4);
150
+ display: flex;
151
+ align-items: center;
152
+ justify-content: center;
153
+ }
154
+ .dock-circle svg { width: 96px; height: 96px; }
155
+
156
+ /* Search pill */
157
+ .search-pill {
158
+ position: absolute;
159
+ bottom: 170px;
160
+ left: 70px;
161
+ width: 940px;
162
+ height: 120px;
163
+ background: #3a3331;
164
+ border-radius: 60px;
165
+ box-shadow: 0 8px 22px rgba(0,0,0,0.5);
166
+ display: flex;
167
+ align-items: center;
168
+ justify-content: space-between;
169
+ padding: 0 38px;
170
+ box-sizing: border-box;
171
+ color: #fff;
172
+ }
173
+ .search-left {
174
+ display: flex;
175
+ align-items: center;
176
+ gap: 20px;
177
+ font-size: 40px;
178
+ }
179
+ .g-logo {
180
+ width: 56px; height: 56px; position: relative;
181
+ }
182
+ .g-logo::before,
183
+ .g-logo::after {
184
+ content: "";
185
+ position: absolute;
186
+ inset: 0;
187
+ border-radius: 50%;
188
+ }
189
+ .g-logo::before { background: conic-gradient(#4285F4 0 90deg, #EA4335 90deg 180deg, #FBBC05 180deg 270deg, #34A853 270deg 360deg); }
190
+ .g-logo::after {
191
+ width: 24px; height: 24px; background: #3a3331; top: 16px; left: 16px; border-radius: 50%;
192
+ }
193
+ .search-right {
194
+ display: flex; align-items: center; gap: 30px;
195
+ }
196
+ .pill-icon svg { width: 54px; height: 54px; stroke: #fff; fill: none; stroke-width: 4; }
197
+
198
+ /* Gesture bar */
199
+ .gesture {
200
+ position: absolute;
201
+ bottom: 70px;
202
+ left: 50%;
203
+ transform: translateX(-50%);
204
+ width: 240px;
205
+ height: 10px;
206
+ border-radius: 8px;
207
+ background: rgba(255,255,255,0.85);
208
+ }
209
+ </style>
210
+ </head>
211
+ <body>
212
+ <div id="render-target">
213
+ <div class="wallpaper">[IMG: Forest path wallpaper]</div>
214
+
215
+ <!-- Status Bar -->
216
+ <div class="status-bar">
217
+ <div class="status-left">3:06</div>
218
+ <div class="status-center">
219
+ <div class="dot"></div>
220
+ <div class="dot"></div>
221
+ <div class="dot"></div>
222
+ <div class="dot"></div>
223
+ <div class="dot"></div>
224
+ </div>
225
+ <div class="status-right">
226
+ <div class="status-icon">
227
+ <!-- WiFi -->
228
+ <svg viewBox="0 0 24 24">
229
+ <path d="M2 8c5-4 15-4 20 0"/>
230
+ <path d="M5 12c3-3 11-3 14 0"/>
231
+ <path d="M8 16c2-2 6-2 8 0"/>
232
+ <circle cx="12" cy="19" r="2" fill="#fff" stroke="none"></circle>
233
+ </svg>
234
+ </div>
235
+ <div class="status-icon">
236
+ <!-- Battery -->
237
+ <svg viewBox="0 0 28 24">
238
+ <rect x="2" y="6" width="20" height="12" rx="2" ry="2" fill="none" stroke="#fff" stroke-width="3"></rect>
239
+ <rect x="23" y="9" width="3" height="6" rx="1" fill="#fff" stroke="none"></rect>
240
+ <rect x="4" y="8" width="12" height="8" fill="#fff" stroke="none"></rect>
241
+ </svg>
242
+ </div>
243
+ </div>
244
+ </div>
245
+
246
+ <!-- Apps Grid -->
247
+ <div class="icons-grid">
248
+ <!-- Row 1 -->
249
+ <div class="app">
250
+ <div class="icon"><div class="placeholder">ThinkRight</div></div>
251
+ <div class="label">ThinkRight...</div>
252
+ </div>
253
+ <div class="app">
254
+ <div class="icon"><div class="placeholder">Weather</div></div>
255
+ <div class="label">Weather</div>
256
+ </div>
257
+ <div class="app">
258
+ <div class="icon"><div class="placeholder">Atom</div></div>
259
+ <div class="label">Atom</div>
260
+ </div>
261
+ <div class="app">
262
+ <div class="icon"><div class="placeholder">AccuWeather</div></div>
263
+ <div class="label">AccuWeather...</div>
264
+ </div>
265
+
266
+ <!-- Row 2 -->
267
+ <div class="app">
268
+ <div class="icon"><div class="placeholder">Weather&R</div></div>
269
+ <div class="label">Weather&R...</div>
270
+ </div>
271
+ <div class="app">
272
+ <div class="icon"><div class="placeholder">Insight Timer</div></div>
273
+ <div class="label">Insight Timer</div>
274
+ </div>
275
+ <div class="app">
276
+ <div class="icon"><div class="placeholder">YoWindow</div></div>
277
+ <div class="label">YoWindow</div>
278
+ </div>
279
+ <div class="app">
280
+ <div class="icon"><div class="placeholder">Weather</div></div>
281
+ <div class="label">Weather</div>
282
+ </div>
283
+
284
+ <!-- Row 3 -->
285
+ <div class="app">
286
+ <div class="icon"><div class="placeholder">Windy.app</div></div>
287
+ <div class="label">Windy.app</div>
288
+ </div>
289
+ <div class="app">
290
+ <div class="icon"><div class="placeholder">Windy</div></div>
291
+ <div class="label">Windy</div>
292
+ </div>
293
+ <div class="app">
294
+ <div class="icon"><div class="placeholder">WeatherMap</div></div>
295
+ <div class="label">WeatherMap</div>
296
+ </div>
297
+ <div class="app">
298
+ <div class="icon"><div class="placeholder">Ventusky</div></div>
299
+ <div class="label">Ventusky</div>
300
+ </div>
301
+
302
+ <!-- Row 4 -->
303
+ <div class="app">
304
+ <div class="icon"><div class="placeholder">Weather XL</div></div>
305
+ <div class="label">Weather XL</div>
306
+ </div>
307
+ <div class="app">
308
+ <div class="icon"><div class="placeholder">Today Weather</div></div>
309
+ <div class="label">Today Wea...</div>
310
+ </div>
311
+ <div class="app">
312
+ <div class="icon"><div class="placeholder">Wunderground</div></div>
313
+ <div class="label">Wundergro...</div>
314
+ </div>
315
+ <div class="app">
316
+ <div class="icon"><div class="placeholder">Weather Meteo</div></div>
317
+ <div class="label">Weather M...</div>
318
+ </div>
319
+
320
+ <!-- Row 5 -->
321
+ <div class="app">
322
+ <div class="icon"><div class="placeholder">What a Weather</div></div>
323
+ <div class="label">What a We...</div>
324
+ </div>
325
+ <div class="app">
326
+ <div class="icon"><div class="placeholder">Mausam</div></div>
327
+ <div class="label">Mausam</div>
328
+ </div>
329
+ <div class="app">
330
+ <div class="icon"><div class="placeholder">Weather</div></div>
331
+ <div class="label">Weather</div>
332
+ </div>
333
+ <!-- empty cell to preserve spacing -->
334
+ <div class="app"></div>
335
+ </div>
336
+
337
+ <!-- Dock Icons -->
338
+ <div class="dock">
339
+ <div class="dock-icon-wrap">
340
+ <div class="dock-circle">
341
+ <!-- Phone icon -->
342
+ <svg viewBox="0 0 24 24">
343
+ <path d="M6 3h12v18H6z" fill="#e8f1ff" stroke="none"></path>
344
+ <path d="M8 6c3 4 6 7 8 10l-2 2c-4-2-7-5-9-9l3-3z" fill="#2D7CF3"></path>
345
+ </svg>
346
+ </div>
347
+ </div>
348
+ <div class="dock-icon-wrap">
349
+ <div class="dock-circle">
350
+ <!-- Messages icon -->
351
+ <svg viewBox="0 0 24 24">
352
+ <rect x="3" y="5" width="18" height="14" rx="3" fill="#4081F5"></rect>
353
+ <polygon points="8,19 10,14 3,14" fill="#4081F5"></polygon>
354
+ <rect x="6" y="9" width="12" height="2" fill="#fff"></rect>
355
+ <rect x="6" y="12" width="8" height="2" fill="#fff"></rect>
356
+ </svg>
357
+ </div>
358
+ </div>
359
+ <div class="dock-icon-wrap">
360
+ <div class="dock-circle">
361
+ <!-- Chrome icon simplified -->
362
+ <svg viewBox="0 0 24 24">
363
+ <circle cx="12" cy="12" r="10" fill="#fff" stroke="#ccc"></circle>
364
+ <path d="M12 2a10 10 0 0 1 9 6H12z" fill="#EA4335"></path>
365
+ <path d="M21 8a10 10 0 0 1-4 12l-5-8z" fill="#FBBC05"></path>
366
+ <path d="M17 20A10 10 0 0 1 3 9l9 3z" fill="#34A853"></path>
367
+ <circle cx="12" cy="12" r="4.5" fill="#4285F4"></circle>
368
+ </svg>
369
+ </div>
370
+ </div>
371
+ <div class="dock-icon-wrap">
372
+ <div class="dock-circle">
373
+ <!-- Camera icon -->
374
+ <svg viewBox="0 0 24 24">
375
+ <rect x="3" y="6" width="18" height="12" rx="2" fill="#4A8EF7"></rect>
376
+ <rect x="7" y="4" width="6" height="3" rx="1" fill="#2E5AA7"></rect>
377
+ <circle cx="12" cy="12" r="4" fill="#fff"></circle>
378
+ <circle cx="12" cy="12" r="2.3" fill="#8BB2FF"></circle>
379
+ </svg>
380
+ </div>
381
+ </div>
382
+ </div>
383
+
384
+ <!-- Search pill -->
385
+ <div class="search-pill">
386
+ <div class="search-left">
387
+ <div class="g-logo"></div>
388
+ <div>Search</div>
389
+ </div>
390
+ <div class="search-right">
391
+ <div class="pill-icon">
392
+ <!-- Mic -->
393
+ <svg viewBox="0 0 24 24">
394
+ <rect x="9" y="4" width="6" height="10" rx="3"></rect>
395
+ <path d="M6 11c0 3 3 5 6 5s6-2 6-5" stroke-linecap="round"></path>
396
+ <path d="M12 16v4" stroke-linecap="round"></path>
397
+ <path d="M9 20h6" stroke-linecap="round"></path>
398
+ </svg>
399
+ </div>
400
+ <div class="pill-icon">
401
+ <!-- Camera -->
402
+ <svg viewBox="0 0 24 24">
403
+ <rect x="3" y="6" width="18" height="12" rx="3"></rect>
404
+ <rect x="8" y="4" width="6" height="3" rx="1"></rect>
405
+ <circle cx="12" cy="12" r="4"></circle>
406
+ </svg>
407
+ </div>
408
+ </div>
409
+ </div>
410
+
411
+ <!-- Gesture bar -->
412
+ <div class="gesture"></div>
413
+ </div>
414
+ </body>
415
+ </html>
code/7006/7006_2.html ADDED
@@ -0,0 +1,187 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1">
6
+ <style>
7
+ body { margin:0; padding:0; background:transparent; }
8
+ #render-target {
9
+ width:1080px; height:2400px;
10
+ position:relative; overflow:hidden;
11
+ background: linear-gradient(135deg, #64b5f6 0%, #4ea6ce 100%);
12
+ font-family: "Helvetica Neue", Arial, sans-serif;
13
+ color:#fff;
14
+ }
15
+
16
+ /* faint map-like pattern */
17
+ .map-grid {
18
+ position:absolute; inset:0;
19
+ opacity:0.12;
20
+ background-image:
21
+ linear-gradient(90deg, rgba(255,255,255,0.5) 2px, transparent 2px),
22
+ linear-gradient(180deg, rgba(255,255,255,0.5) 2px, transparent 2px);
23
+ background-size: 160px 160px, 160px 160px;
24
+ background-position: 0 0, 0 0;
25
+ pointer-events:none;
26
+ }
27
+
28
+ /* Status bar */
29
+ .status-bar {
30
+ position:absolute; top:0; left:0; right:0; height:90px;
31
+ display:flex; align-items:center; padding:0 36px;
32
+ font-size:38px; letter-spacing:0.5px;
33
+ }
34
+ .status-icons { margin-left:auto; display:flex; align-items:center; gap:26px; }
35
+ .status-dot { width:12px; height:12px; background:#fff; border-radius:50%; opacity:0.8; }
36
+
37
+ /* Top app bar */
38
+ .top-bar {
39
+ position:absolute; top:90px; left:0; right:0; height:160px;
40
+ display:flex; align-items:center;
41
+ padding:0 30px;
42
+ box-shadow: 0 6px 10px rgba(0,0,0,0.25);
43
+ }
44
+ .hamburger {
45
+ width:88px; height:88px; display:flex; align-items:center; justify-content:center;
46
+ }
47
+ .title {
48
+ position:absolute; left:0; right:0; text-align:center;
49
+ font-size:56px; font-weight:500; color:#eaf6ff;
50
+ }
51
+
52
+ .right-actions { margin-left:auto; display:flex; align-items:center; gap:22px; }
53
+ .app-icon {
54
+ width:88px; height:88px; background:#E0E0E0; border:1px solid #BDBDBD;
55
+ display:flex; justify-content:center; align-items:center; color:#757575;
56
+ border-radius:18px; font-size:24px;
57
+ }
58
+ .add-circle {
59
+ width:86px; height:86px; border-radius:50%;
60
+ border:3px solid rgba(255,255,255,0.7);
61
+ display:flex; align-items:center; justify-content:center;
62
+ background: rgba(255,255,255,0.08);
63
+ }
64
+
65
+ /* Marker */
66
+ .marker {
67
+ position:absolute; left:50%; top:1080px; transform:translateX(-50%);
68
+ width:420px; height:540px;
69
+ display:flex; align-items:center; justify-content:center;
70
+ }
71
+ .ring {
72
+ position:absolute; left:50%; top:1550px; transform:translateX(-50%);
73
+ width:520px; height:90px;
74
+ }
75
+
76
+ /* Hint text */
77
+ .hint {
78
+ position:absolute; left:50%; top:1660px; transform:translateX(-50%);
79
+ font-size:48px; color:#ffffff; opacity:0.9;
80
+ }
81
+
82
+ /* CTA Button */
83
+ .cta {
84
+ position:absolute; left:70px; right:70px; bottom:220px; height:140px;
85
+ background:#f3b324;
86
+ border-radius:18px;
87
+ box-shadow: 0 10px 20px rgba(0,0,0,0.3);
88
+ display:flex; align-items:center; justify-content:center;
89
+ font-size:54px; font-weight:700; letter-spacing:2px;
90
+ color:#ffffff;
91
+ }
92
+
93
+ /* Bottom home bar area */
94
+ .home-area {
95
+ position:absolute; left:0; right:0; bottom:0; height:130px; background:#000;
96
+ display:flex; align-items:center; justify-content:center;
97
+ }
98
+ .home-pill {
99
+ width:240px; height:16px; border-radius:16px; background:#d9d9d9;
100
+ }
101
+
102
+ /* Simple inline icon sizing helpers */
103
+ svg { display:block; }
104
+ </style>
105
+ </head>
106
+ <body>
107
+ <div id="render-target">
108
+ <div class="map-grid"></div>
109
+
110
+ <!-- Status bar -->
111
+ <div class="status-bar">
112
+ <div>3:51</div>
113
+ <div class="status-icons">
114
+ <div style="display:flex; align-items:center; gap:12px;">
115
+ <div style="width:28px; height:28px; border-radius:50%; background:#fff; opacity:0.9;"></div>
116
+ <div style="font-size:32px; opacity:0.9;">27°</div>
117
+ <div style="font-size:32px; opacity:0.9;">27°</div>
118
+ </div>
119
+ <!-- simple navigation icon -->
120
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none">
121
+ <path d="M12 2l4 9-4 3-4-3 4-9z" fill="#fff" opacity="0.9"/>
122
+ </svg>
123
+ <span class="status-dot"></span>
124
+ <!-- wifi icon -->
125
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none">
126
+ <path d="M2 8a14 14 0 0 1 20 0" stroke="#fff" stroke-width="2" stroke-linecap="round" opacity="0.9"/>
127
+ <path d="M5 12a10 10 0 0 1 14 0" stroke="#fff" stroke-width="2" stroke-linecap="round" opacity="0.9"/>
128
+ <path d="M8 16a6 6 0 0 1 8 0" stroke="#fff" stroke-width="2" stroke-linecap="round" opacity="0.9"/>
129
+ <circle cx="12" cy="19" r="1.5" fill="#fff" opacity="0.9"/>
130
+ </svg>
131
+ <!-- battery icon -->
132
+ <svg width="40" height="40" viewBox="0 0 26 26" fill="none">
133
+ <rect x="3" y="7" width="18" height="12" rx="2" stroke="#fff" stroke-width="2"/>
134
+ <rect x="22" y="10" width="2" height="6" fill="#fff"/>
135
+ <rect x="6" y="9" width="12" height="8" fill="#fff"/>
136
+ </svg>
137
+ </div>
138
+ </div>
139
+
140
+ <!-- Top bar -->
141
+ <div class="top-bar">
142
+ <div class="hamburger">
143
+ <svg width="60" height="60" viewBox="0 0 24 24" fill="none">
144
+ <path d="M3 6h18M3 12h18M3 18h18" stroke="#fff" stroke-width="2" stroke-linecap="round" opacity="0.9"/>
145
+ </svg>
146
+ </div>
147
+
148
+ <div class="title">Unknown City</div>
149
+
150
+ <div class="right-actions">
151
+ <div class="app-icon">[IMG: App Icon]</div>
152
+ <div class="add-circle">
153
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="none">
154
+ <path d="M12 5v14M5 12h14" stroke="#fff" stroke-width="2.5" stroke-linecap="round"/>
155
+ </svg>
156
+ </div>
157
+ </div>
158
+ </div>
159
+
160
+ <!-- Large marker -->
161
+ <div class="marker">
162
+ <svg width="420" height="540" viewBox="0 0 100 140">
163
+ <path d="M50 5a35 35 0 0 0-35 35c0 28 35 80 35 80s35-52 35-80A35 35 0 0 0 50 5z" fill="#ff5a58"/>
164
+ <circle cx="50" cy="40" r="16" fill="#4ea6ce"/>
165
+ </svg>
166
+ </div>
167
+
168
+ <!-- White ring under marker -->
169
+ <div class="ring">
170
+ <svg width="520" height="90" viewBox="0 0 520 90">
171
+ <ellipse cx="260" cy="45" rx="230" ry="28" fill="none" stroke="#ffffff" stroke-width="12" opacity="0.95"/>
172
+ </svg>
173
+ </div>
174
+
175
+ <!-- Hint text -->
176
+ <div class="hint">You haven't added a location yet.</div>
177
+
178
+ <!-- CTA Button -->
179
+ <div class="cta">ACT NOW</div>
180
+
181
+ <!-- Bottom home bar -->
182
+ <div class="home-area">
183
+ <div class="home-pill"></div>
184
+ </div>
185
+ </div>
186
+ </body>
187
+ </html>
code/7006/7006_4.html ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Splash - Locating</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #4D93AF; /* teal-blue background */
15
+ font-family: "Roboto", Arial, Helvetica, sans-serif;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 24px;
22
+ left: 0;
23
+ width: 100%;
24
+ height: 96px;
25
+ padding: 0 40px;
26
+ color: #FFFFFF;
27
+ font-weight: 600;
28
+ display: flex;
29
+ align-items: center;
30
+ justify-content: space-between;
31
+ box-sizing: border-box;
32
+ }
33
+ .status-left {
34
+ display: flex;
35
+ align-items: center;
36
+ gap: 28px;
37
+ font-size: 48px;
38
+ }
39
+ .status-left .dot {
40
+ width: 30px;
41
+ height: 30px;
42
+ background: #FFFFFF;
43
+ border-radius: 50%;
44
+ }
45
+ .status-left .temp {
46
+ font-size: 40px;
47
+ font-weight: 500;
48
+ opacity: 0.95;
49
+ letter-spacing: 1px;
50
+ }
51
+ .status-right {
52
+ display: flex;
53
+ align-items: center;
54
+ gap: 36px;
55
+ }
56
+ .icon {
57
+ display: inline-flex;
58
+ align-items: center;
59
+ }
60
+
61
+ /* Cloud illustration */
62
+ .cloud-wrap {
63
+ position: absolute;
64
+ left: 300px;
65
+ top: 1320px;
66
+ width: 520px;
67
+ height: 320px;
68
+ }
69
+ .cloud-big, .cloud-small {
70
+ position: absolute;
71
+ border-radius: 50%;
72
+ box-shadow: 0 10px 30px rgba(255,255,255,0.15) inset;
73
+ }
74
+ .cloud-big {
75
+ right: 0;
76
+ bottom: 0;
77
+ width: 300px;
78
+ height: 300px;
79
+ background: radial-gradient(ellipse at 40% 35%, #FFFFFF 0%, #F5FAFD 60%, rgba(255,255,255,0.85) 100%);
80
+ }
81
+ .cloud-small {
82
+ left: 0;
83
+ bottom: 10px;
84
+ width: 230px;
85
+ height: 230px;
86
+ background: radial-gradient(ellipse at 45% 35%, #FFFFFF 0%, #ECF6FA 60%, rgba(255,255,255,0.8) 100%);
87
+ }
88
+
89
+ /* Locating pill */
90
+ .pill {
91
+ position: absolute;
92
+ left: 50%;
93
+ transform: translateX(-50%);
94
+ bottom: 230px;
95
+ width: 720px;
96
+ height: 140px;
97
+ background: #3B3531;
98
+ border-radius: 80px;
99
+ box-shadow: 0 14px 24px rgba(0,0,0,0.25);
100
+ display: flex;
101
+ align-items: center;
102
+ padding: 0 40px;
103
+ box-sizing: border-box;
104
+ }
105
+ .pill .thumb {
106
+ width: 100px;
107
+ height: 100px;
108
+ background: #E0E0E0;
109
+ border: 1px solid #BDBDBD;
110
+ border-radius: 50%;
111
+ display: flex;
112
+ justify-content: center;
113
+ align-items: center;
114
+ color: #757575;
115
+ font-size: 24px;
116
+ margin-right: 30px;
117
+ }
118
+ .pill .text {
119
+ color: #FFFFFF;
120
+ font-size: 44px;
121
+ font-weight: 500;
122
+ letter-spacing: 1px;
123
+ }
124
+
125
+ /* Bottom gesture bar */
126
+ .bottom-bar {
127
+ position: absolute;
128
+ left: 0;
129
+ bottom: 0;
130
+ width: 100%;
131
+ height: 120px;
132
+ background: #000000;
133
+ }
134
+ .home-indicator {
135
+ position: absolute;
136
+ left: 50%;
137
+ transform: translateX(-50%);
138
+ bottom: 34px;
139
+ width: 230px;
140
+ height: 16px;
141
+ background: #FFFFFF;
142
+ border-radius: 10px;
143
+ opacity: 0.9;
144
+ }
145
+ </style>
146
+ </head>
147
+ <body>
148
+ <div id="render-target">
149
+
150
+ <!-- Status Bar -->
151
+ <div class="status-bar">
152
+ <div class="status-left">
153
+ <div style="font-size:48px;">3:53</div>
154
+ <div class="dot"></div>
155
+ <div class="temp">27°</div>
156
+ <div class="temp">27°</div>
157
+ <div class="icon">
158
+ <!-- simple app icon -->
159
+ <svg width="48" height="48" viewBox="0 0 48 48">
160
+ <rect x="6" y="6" width="36" height="36" rx="8" fill="#FFFFFF" opacity="0.9"></rect>
161
+ <path d="M10 30 L20 20 L28 28 L38 18" stroke="#4D93AF" stroke-width="4" fill="none"></path>
162
+ </svg>
163
+ </div>
164
+ <div style="width: 16px; height: 16px; background:#FFFFFF; border-radius:50%;"></div>
165
+ </div>
166
+ <div class="status-right">
167
+ <!-- Wi-Fi icon -->
168
+ <div class="icon">
169
+ <svg width="48" height="48" viewBox="0 0 48 48">
170
+ <path d="M6 18 C18 8, 30 8, 42 18" stroke="#FFFFFF" stroke-width="4" fill="none" />
171
+ <path d="M12 24 C20 18, 28 18, 36 24" stroke="#FFFFFF" stroke-width="4" fill="none" />
172
+ <circle cx="24" cy="30" r="4" fill="#FFFFFF"></circle>
173
+ </svg>
174
+ </div>
175
+ <!-- Battery icon -->
176
+ <div class="icon">
177
+ <svg width="44" height="48" viewBox="0 0 44 48">
178
+ <rect x="4" y="12" width="32" height="24" rx="4" stroke="#FFFFFF" stroke-width="4" fill="none"></rect>
179
+ <rect x="38" y="18" width="4" height="12" fill="#FFFFFF"></rect>
180
+ <rect x="8" y="16" width="24" height="16" rx="3" fill="#FFFFFF" opacity="0.9"></rect>
181
+ </svg>
182
+ </div>
183
+ </div>
184
+ </div>
185
+
186
+ <!-- Cloud illustration -->
187
+ <div class="cloud-wrap">
188
+ <div class="cloud-small"></div>
189
+ <div class="cloud-big"></div>
190
+ </div>
191
+
192
+ <!-- Locating pill -->
193
+ <div class="pill">
194
+ <div class="thumb">[IMG: Weather thumbnail]</div>
195
+ <div class="text">Locating......</div>
196
+ </div>
197
+
198
+ <!-- Bottom gesture indicator -->
199
+ <div class="bottom-bar">
200
+ <div class="home-indicator"></div>
201
+ </div>
202
+
203
+ </div>
204
+ </body>
205
+ </html>
code/7006/7006_5.html ADDED
@@ -0,0 +1,359 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Weather UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: linear-gradient(90deg, #79c9ea 0%, #5fb1d2 45%, #468aa7 100%);
15
+ color: #ffffff;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ height: 100px;
21
+ padding: 0 36px;
22
+ display: flex;
23
+ align-items: center;
24
+ gap: 22px;
25
+ font-size: 42px;
26
+ opacity: 0.95;
27
+ }
28
+ .status-icons {
29
+ margin-left: auto;
30
+ display: flex;
31
+ align-items: center;
32
+ gap: 26px;
33
+ }
34
+ .status-dot {
35
+ width: 12px; height: 12px; background: rgba(255,255,255,0.9); border-radius: 50%;
36
+ }
37
+ .icon {
38
+ width: 44px; height: 44px; display: inline-block;
39
+ }
40
+ .icon svg { width: 100%; height: 100%; }
41
+
42
+ /* App bar */
43
+ .app-bar {
44
+ height: 120px;
45
+ padding: 0 28px;
46
+ display: flex;
47
+ align-items: center;
48
+ justify-content: space-between;
49
+ box-shadow: 0 3px 0 rgba(0,0,0,0.15);
50
+ }
51
+ .hamburger svg { stroke: #fff; }
52
+ .location {
53
+ font-size: 58px;
54
+ font-weight: 600;
55
+ letter-spacing: 0.5px;
56
+ }
57
+ .plus-wrap {
58
+ width: 86px; height: 86px; border-radius: 50%;
59
+ border: 3px solid rgba(255,255,255,0.7);
60
+ display: flex; align-items: center; justify-content: center;
61
+ }
62
+
63
+ /* Sky image placeholder */
64
+ .sky-img {
65
+ margin-top: 12px;
66
+ width: 1080px;
67
+ height: 820px;
68
+ background: #E0E0E0;
69
+ border: 1px solid #BDBDBD;
70
+ display: flex; align-items: center; justify-content: center;
71
+ color: #757575;
72
+ border-radius: 6px;
73
+ }
74
+
75
+ /* Main weather info */
76
+ .main-info {
77
+ display: flex;
78
+ gap: 40px;
79
+ padding: 40px 50px 10px 50px;
80
+ align-items: flex-end;
81
+ }
82
+ .temp-big {
83
+ font-size: 190px;
84
+ font-weight: 800;
85
+ line-height: 1;
86
+ letter-spacing: 2px;
87
+ }
88
+ .temp-big sup {
89
+ font-size: 90px;
90
+ font-weight: 700;
91
+ vertical-align: top;
92
+ margin-left: 8px;
93
+ }
94
+ .side-temps {
95
+ display: flex; flex-direction: column; gap: 16px;
96
+ font-size: 54px; font-weight: 600;
97
+ }
98
+ .wind-row {
99
+ display: flex; align-items: center; gap: 16px;
100
+ padding: 16px 54px 6px 54px;
101
+ font-size: 44px; font-weight: 600;
102
+ }
103
+ .cloudy {
104
+ padding: 0 54px 20px 54px;
105
+ font-size: 54px; font-weight: 800;
106
+ }
107
+ .signin {
108
+ margin: 0 54px 26px auto;
109
+ width: 360px;
110
+ background: rgba(28,65,92,0.6);
111
+ backdrop-filter: blur(2px);
112
+ border-radius: 24px;
113
+ display: flex; align-items: center; gap: 20px;
114
+ padding: 26px 28px;
115
+ font-size: 44px; font-weight: 700;
116
+ }
117
+ .pill-msg {
118
+ margin: 12px 38px 24px 38px;
119
+ background: rgba(20,55,78,0.45);
120
+ border-radius: 36px;
121
+ padding: 24px 28px;
122
+ font-size: 40px;
123
+ color: rgba(255,255,255,0.95);
124
+ }
125
+
126
+ /* Chart card */
127
+ .chart-card {
128
+ margin: 8px 28px;
129
+ border-radius: 34px;
130
+ background: linear-gradient(180deg, rgba(22,61,86,0.75), rgba(20,60,80,0.9));
131
+ padding: 34px;
132
+ }
133
+ .chart-svg { width: 100%; height: 220px; }
134
+ .chart-labels {
135
+ display: flex; justify-content: space-between; padding: 10px 4px 0 4px;
136
+ font-size: 40px; font-weight: 700;
137
+ }
138
+ .hourly-row {
139
+ display: flex; justify-content: space-between; padding: 24px 8px 12px 8px;
140
+ font-size: 34px;
141
+ border-top: 2px solid rgba(255,255,255,0.25);
142
+ margin-top: 20px;
143
+ }
144
+ .hour-item { width: 20%; display: flex; flex-direction: column; align-items: center; gap: 12px; }
145
+ .speed { font-size: 36px; }
146
+ .hour-time { color: rgba(255,255,255,0.9); }
147
+ .sun-icon { width: 60px; height: 60px; }
148
+
149
+ .hourly-link {
150
+ margin: 18px 32px 0 32px;
151
+ color: #ffa726; font-weight: 800; font-size: 46px;
152
+ }
153
+
154
+ /* Ads bar */
155
+ .ads-bar {
156
+ position: absolute; left: 0; bottom: 110px;
157
+ width: 100%; height: 200px; background: #ffffff;
158
+ display: flex; align-items: center; gap: 14px; padding: 0 18px;
159
+ box-shadow: 0 -6px 16px rgba(0,0,0,0.25);
160
+ }
161
+ .ad-img {
162
+ width: 180px; height: 160px;
163
+ background: #E0E0E0; border: 1px solid #BDBDBD;
164
+ display: flex; align-items: center; justify-content: center; color: #757575;
165
+ border-radius: 8px;
166
+ }
167
+ .ad-close {
168
+ margin-left: auto; width: 52px; height: 52px; border-radius: 50%;
169
+ border: 2px solid #84d4ff; color: #84d4ff;
170
+ display: flex; align-items: center; justify-content: center; font-weight: 800;
171
+ }
172
+
173
+ /* Home indicator */
174
+ .home-indicator {
175
+ position: absolute; bottom: 42px; left: 50%; transform: translateX(-50%);
176
+ width: 300px; height: 12px; border-radius: 8px; background: rgba(255,255,255,0.85);
177
+ }
178
+ </style>
179
+ </head>
180
+ <body>
181
+ <div id="render-target">
182
+
183
+ <!-- Status bar -->
184
+ <div class="status-bar">
185
+ <div>3:53</div>
186
+ <div class="status-dot" style="width:40px;height:40px;border-radius:50%;"></div>
187
+ <div>27°</div>
188
+ <div>27°</div>
189
+ <div class="icon">
190
+ <svg viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2">
191
+ <path d="M3 15h18M5 12l2-5h10l2 5" />
192
+ <circle cx="6" cy="18" r="2" />
193
+ <circle cx="18" cy="18" r="2" />
194
+ </svg>
195
+ </div>
196
+ <div class="status-dot"></div>
197
+ <div class="status-icons">
198
+ <div class="icon">
199
+ <!-- WiFi -->
200
+ <svg viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round">
201
+ <path d="M3 8c5-4 13-4 18 0" />
202
+ <path d="M6 12c3-3 9-3 12 0" />
203
+ <path d="M9 16c2-2 4-2 6 0" />
204
+ <circle cx="12" cy="19" r="1.8" fill="white"/>
205
+ </svg>
206
+ </div>
207
+ <div class="icon">
208
+ <!-- Battery -->
209
+ <svg viewBox="0 0 28 24" fill="none" stroke="white" stroke-width="2">
210
+ <rect x="2" y="6" width="20" height="12" rx="2"></rect>
211
+ <rect x="5" y="9" width="12" height="6" fill="white"></rect>
212
+ <rect x="22" y="9" width="4" height="6" rx="1" fill="white"></rect>
213
+ </svg>
214
+ </div>
215
+ </div>
216
+ </div>
217
+
218
+ <!-- App bar -->
219
+ <div class="app-bar">
220
+ <div class="hamburger icon">
221
+ <svg viewBox="0 0 24 24" fill="none" stroke-width="2">
222
+ <path d="M3 6h18M3 12h18M3 18h18" stroke="white" stroke-linecap="round"/>
223
+ </svg>
224
+ </div>
225
+ <div class="location">Mohan Garden</div>
226
+ <div class="plus-wrap">
227
+ <svg viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2">
228
+ <circle cx="12" cy="12" r="0" fill="none"/>
229
+ <path d="M12 6v12M6 12h12" stroke-linecap="round"/>
230
+ </svg>
231
+ </div>
232
+ </div>
233
+
234
+ <!-- Sky / cloud image placeholder -->
235
+ <div class="sky-img">[IMG: Sky with Clouds]</div>
236
+
237
+ <!-- Main info -->
238
+ <div class="main-info">
239
+ <div class="temp-big">34<sup>°C</sup></div>
240
+ <div class="side-temps">
241
+ <div>36 °C</div>
242
+ <div>28 °C</div>
243
+ </div>
244
+ </div>
245
+
246
+ <div class="wind-row">
247
+ <div class="icon">
248
+ <!-- Wind icon -->
249
+ <svg viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round">
250
+ <path d="M3 8h10c2 0 3-1 3-3"/>
251
+ <path d="M3 12h14c2 0 3 1 3 3"/>
252
+ <path d="M3 16h8c2 0 3 1 3 3"/>
253
+ </svg>
254
+ </div>
255
+ <div>ENE 7.72 km/h</div>
256
+ </div>
257
+
258
+ <div class="cloudy">Cloudy</div>
259
+
260
+ <div class="signin">
261
+ <div class="icon">
262
+ <!-- Calendar check -->
263
+ <svg viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2">
264
+ <rect x="3" y="5" width="18" height="16" rx="3"></rect>
265
+ <path d="M7 3v4M17 3v4"></path>
266
+ <path d="M7 13l3 3 6-6"></path>
267
+ </svg>
268
+ </div>
269
+ <div>Sign In</div>
270
+ </div>
271
+
272
+ <div class="pill-msg">e area late Saturday night through Sunday evening</div>
273
+
274
+ <!-- Chart card -->
275
+ <div class="chart-card">
276
+ <div class="chart-labels">
277
+ <span>34 °C</span><span>35 °C</span><span>36 °C</span><span>36 °C</span><span>34 °C</span>
278
+ </div>
279
+ <svg class="chart-svg" viewBox="0 0 1000 220">
280
+ <!-- line -->
281
+ <polyline points="40,180 250,170 480,160 720,165 960,180" fill="none" stroke="#ffffff" stroke-width="6"/>
282
+ <!-- points -->
283
+ <circle cx="40" cy="180" r="10" fill="#fff"/>
284
+ <circle cx="250" cy="170" r="10" fill="#fff"/>
285
+ <circle cx="480" cy="160" r="10" fill="#fff"/>
286
+ <circle cx="720" cy="165" r="10" fill="#fff"/>
287
+ <circle cx="960" cy="180" r="10" fill="#fff"/>
288
+ </svg>
289
+
290
+ <div class="hourly-row">
291
+ <div class="hour-item">
292
+ <div class="speed">▼ 7.72km/h</div>
293
+ <div>Now</div>
294
+ <div class="sun-icon">
295
+ <svg viewBox="0 0 24 24" fill="none">
296
+ <circle cx="12" cy="10" r="4" fill="#ffd54f"/>
297
+ <ellipse cx="14" cy="16" rx="7" ry="3.2" fill="#ffffff"/>
298
+ </svg>
299
+ </div>
300
+ </div>
301
+ <div class="hour-item">
302
+ <div class="speed">▼ 7.4km/h</div>
303
+ <div class="hour-time">16:00</div>
304
+ <div class="sun-icon">
305
+ <svg viewBox="0 0 24 24" fill="none">
306
+ <circle cx="12" cy="10" r="4" fill="#ffd54f"/>
307
+ <ellipse cx="14" cy="16" rx="7" ry="3.2" fill="#ffffff"/>
308
+ </svg>
309
+ </div>
310
+ </div>
311
+ <div class="hour-item">
312
+ <div class="speed">▼ 7.4km/h</div>
313
+ <div class="hour-time">17:00</div>
314
+ <div class="sun-icon">
315
+ <svg viewBox="0 0 24 24" fill="none">
316
+ <circle cx="12" cy="10" r="4" fill="#ffd54f"/>
317
+ <ellipse cx="14" cy="16" rx="7" ry="3.2" fill="#ffffff"/>
318
+ </svg>
319
+ </div>
320
+ </div>
321
+ <div class="hour-item">
322
+ <div class="speed">▼ 9.33km/h</div>
323
+ <div class="hour-time">18:00</div>
324
+ <div class="sun-icon">
325
+ <svg viewBox="0 0 24 24" fill="none">
326
+ <circle cx="12" cy="10" r="4" fill="#ffd54f"/>
327
+ <ellipse cx="14" cy="16" rx="7" ry="3.2" fill="#ffffff"/>
328
+ </svg>
329
+ </div>
330
+ </div>
331
+ <div class="hour-item">
332
+ <div class="speed">▼ 7.4km/h</div>
333
+ <div class="hour-time">19:00</div>
334
+ <div class="sun-icon">
335
+ <svg viewBox="0 0 24 24" fill="none">
336
+ <circle cx="12" cy="10" r="4" fill="#ffd54f"/>
337
+ <ellipse cx="14" cy="16" rx="7" ry="3.2" fill="#ffffff"/>
338
+ </svg>
339
+ </div>
340
+ </div>
341
+ </div>
342
+ </div>
343
+
344
+ <div class="hourly-link">Hourly Weather →</div>
345
+
346
+ <!-- Ads banner -->
347
+ <div class="ads-bar">
348
+ <div class="ad-img">[IMG: Cake 1]</div>
349
+ <div class="ad-img">[IMG: Cake 2]</div>
350
+ <div class="ad-img">[IMG: Pink Cake]</div>
351
+ <div class="ad-img">[IMG: Photo Cake]</div>
352
+ <div class="ad-img">[IMG: Flowers]</div>
353
+ <div class="ad-close">×</div>
354
+ </div>
355
+
356
+ <div class="home-indicator"></div>
357
+ </div>
358
+ </body>
359
+ </html>
code/7007/7007_0.html ADDED
@@ -0,0 +1,350 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1">
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; }
8
+ #render-target {
9
+ position: relative;
10
+ overflow: hidden;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ background: #121212;
14
+ color: #EDEDED;
15
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
16
+ }
17
+
18
+ /* Status bar */
19
+ .statusbar {
20
+ height: 110px;
21
+ padding: 0 36px;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ color: #eeeeee;
26
+ font-size: 40px;
27
+ letter-spacing: 0.3px;
28
+ }
29
+ .status-icons { display: flex; align-items: center; gap: 28px; }
30
+ .icon { width: 56px; height: 56px; fill: #eeeeee; opacity: 0.9; }
31
+
32
+ /* App bar */
33
+ .appbar {
34
+ height: 170px;
35
+ padding: 0 30px;
36
+ border-bottom: 1px solid #2A2A2A;
37
+ }
38
+ .appbar-top {
39
+ height: 90px;
40
+ display: flex;
41
+ align-items: center;
42
+ justify-content: space-between;
43
+ }
44
+ .appbar-actions { display: flex; gap: 36px; }
45
+ .title-row {
46
+ height: 80px;
47
+ display: flex;
48
+ align-items: center;
49
+ gap: 20px;
50
+ }
51
+ .title {
52
+ font-size: 62px;
53
+ font-weight: 600;
54
+ color: #FAFAFA;
55
+ }
56
+ .chip {
57
+ font-size: 36px;
58
+ color: #BDBDBD;
59
+ background: #2A2A2A;
60
+ border-radius: 20px;
61
+ padding: 10px 18px;
62
+ }
63
+ .star { width: 64px; height: 64px; fill: none; stroke: #9E9E9E; stroke-width: 4px; margin-left: auto; }
64
+
65
+ /* Conversation list */
66
+ .thread {
67
+ padding: 20px 30px 160px 30px;
68
+ }
69
+ .msg {
70
+ padding: 38px 0 46px 0;
71
+ border-bottom: 1px solid #242424;
72
+ }
73
+ .msg:last-child { border-bottom: none; }
74
+ .msg-header {
75
+ display: grid;
76
+ grid-template-columns: 120px 1fr 140px 140px;
77
+ align-items: center;
78
+ column-gap: 26px;
79
+ }
80
+ .avatar {
81
+ width: 100px;
82
+ height: 100px;
83
+ border-radius: 999px;
84
+ background: #8D6E63;
85
+ color: #121212;
86
+ display: flex;
87
+ align-items: center;
88
+ justify-content: center;
89
+ font-weight: 700;
90
+ font-size: 48px;
91
+ }
92
+ .avatar.blue { background: #90A4AE; }
93
+ .name-line {
94
+ display: flex;
95
+ align-items: center;
96
+ gap: 18px;
97
+ }
98
+ .sender {
99
+ font-size: 46px;
100
+ font-weight: 700;
101
+ color: #EEEEEE;
102
+ }
103
+ .to-line {
104
+ font-size: 36px;
105
+ color: #BDBDBD;
106
+ margin-top: 6px;
107
+ }
108
+ .timestamp {
109
+ font-size: 34px;
110
+ color: #BDBDBD;
111
+ text-align: right;
112
+ }
113
+ .msg-icons {
114
+ display: flex;
115
+ align-items: center;
116
+ justify-content: flex-end;
117
+ gap: 24px;
118
+ }
119
+ .paperclip, .reply, .kebab { width: 48px; height: 48px; fill: #BDBDBD; }
120
+
121
+ .msg-body {
122
+ margin-left: 120px;
123
+ margin-top: 22px;
124
+ font-size: 42px;
125
+ line-height: 1.5;
126
+ color: #E0E0E0;
127
+ }
128
+ .link { color: #64B5F6; text-decoration: none; font-size: 40px; margin-top: 24px; display: inline-block; }
129
+
130
+ /* Forwarded section */
131
+ .forwarded {
132
+ margin-left: 120px;
133
+ margin-top: 24px;
134
+ font-size: 38px;
135
+ color: #BDBDBD;
136
+ line-height: 1.6;
137
+ }
138
+ .forwarded .strong { color: #E0E0E0; font-weight: 700; }
139
+ .forwarded .addr { color: #64B5F6; }
140
+
141
+ /* Bottom badge and nav */
142
+ .bottom-area {
143
+ position: absolute;
144
+ left: 0; right: 0; bottom: 0;
145
+ height: 170px;
146
+ background: #1A1A1A;
147
+ border-top: 1px solid #2A2A2A;
148
+ display: flex;
149
+ align-items: center;
150
+ justify-content: space-between;
151
+ padding: 0 100px;
152
+ }
153
+ .nav-icon { width: 70px; height: 70px; fill: #BDBDBD; }
154
+ .badge {
155
+ position: absolute;
156
+ left: 50%;
157
+ transform: translateX(-50%);
158
+ bottom: 110px;
159
+ background: #2A2A2A;
160
+ border-radius: 40px;
161
+ padding: 22px 34px;
162
+ display: flex;
163
+ align-items: center;
164
+ gap: 18px;
165
+ box-shadow: 0 8px 20px rgba(0,0,0,0.5);
166
+ }
167
+ .badge .count {
168
+ color: #fff;
169
+ font-size: 40px;
170
+ font-weight: 700;
171
+ padding: 8px 22px;
172
+ background: #6C6CF0;
173
+ border-radius: 24px;
174
+ }
175
+ .gesture {
176
+ position: absolute;
177
+ left: 50%;
178
+ transform: translateX(-50%);
179
+ bottom: 26px;
180
+ width: 360px;
181
+ height: 12px;
182
+ border-radius: 8px;
183
+ background: #E0E0E0;
184
+ opacity: 0.8;
185
+ }
186
+ </style>
187
+ </head>
188
+ <body>
189
+ <div id="render-target">
190
+
191
+ <!-- Status bar -->
192
+ <div class="statusbar">
193
+ <div>7:50</div>
194
+ <div class="status-icons">
195
+ <svg class="icon" viewBox="0 0 24 24">
196
+ <path d="M2 16c3-4 7-6 10-6s7 2 10 6" stroke="#eeeeee" stroke-width="2" fill="none"/>
197
+ <circle cx="12" cy="16" r="2" fill="#eeeeee"/>
198
+ </svg>
199
+ <svg class="icon" viewBox="0 0 24 24">
200
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2" stroke="#eeeeee" stroke-width="2" fill="none"/>
201
+ <rect x="4" y="8" width="14" height="8" fill="#eeeeee"/>
202
+ <rect x="21" y="10" width="2" height="4" fill="#eeeeee"/>
203
+ </svg>
204
+ </div>
205
+ </div>
206
+
207
+ <!-- App bar -->
208
+ <div class="appbar">
209
+ <div class="appbar-top">
210
+ <svg class="icon" viewBox="0 0 24 24">
211
+ <path d="M15 6L9 12l6 6" stroke="#eeeeee" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
212
+ </svg>
213
+ <div class="appbar-actions">
214
+ <svg class="icon" viewBox="0 0 24 24">
215
+ <path d="M12 3v10m0 0l-4-4m4 4l4-4M4 21h16" stroke="#eeeeee" stroke-width="2" fill="none" stroke-linecap="round"/>
216
+ </svg>
217
+ <svg class="icon" viewBox="0 0 24 24">
218
+ <rect x="3" y="6" width="18" height="12" rx="2" fill="none" stroke="#eeeeee" stroke-width="2"/>
219
+ <path d="M7 10h10" stroke="#eeeeee" stroke-width="2"/>
220
+ </svg>
221
+ <svg class="icon" viewBox="0 0 24 24">
222
+ <rect x="5" y="7" width="14" height="13" rx="2" fill="none" stroke="#eeeeee" stroke-width="2"/>
223
+ <rect x="7" y="3" width="10" height="4" fill="#eeeeee"/>
224
+ </svg>
225
+ <svg class="icon" viewBox="0 0 24 24">
226
+ <path d="M2 6l10 8 10-8v12H2z" fill="none" stroke="#eeeeee" stroke-width="2"/>
227
+ </svg>
228
+ <svg class="icon" viewBox="0 0 24 24">
229
+ <circle cx="12" cy="5" r="2" fill="#eeeeee"/>
230
+ <circle cx="12" cy="12" r="2" fill="#eeeeee"/>
231
+ <circle cx="12" cy="19" r="2" fill="#eeeeee"/>
232
+ </svg>
233
+ </div>
234
+ </div>
235
+ <div class="title-row">
236
+ <div class="title">Urgent Document</div>
237
+ <div class="chip">Inbox</div>
238
+ <svg class="star" viewBox="0 0 24 24">
239
+ <path d="M12 3l3.2 6.6 7.1 1-5.2 4.9 1.4 7.1L12 19l-6.5 3.6 1.4-7.1-5.2-4.9 7.1-1z"/>
240
+ </svg>
241
+ </div>
242
+ </div>
243
+
244
+ <!-- Conversation -->
245
+ <div class="thread">
246
+
247
+ <!-- Message 1 -->
248
+ <div class="msg">
249
+ <div class="msg-header">
250
+ <div class="avatar">A</div>
251
+ <div>
252
+ <div class="name-line">
253
+ <div class="sender">Aakash Gahlot</div>
254
+ <svg class="paperclip" viewBox="0 0 24 24">
255
+ <path d="M7 13l8-8a4 4 0 0 1 6 6l-9 9a5 5 0 0 1-7-7l9-9" fill="none" stroke="#BDBDBD" stroke-width="2" stroke-linecap="round"/>
256
+ </svg>
257
+ </div>
258
+ <div class="to-line">Hello Gordon Dyer, I attached the important document file so plz find the attachment file</div>
259
+ </div>
260
+ <div class="timestamp">5:49 PM</div>
261
+ <div class="msg-icons"></div>
262
+ </div>
263
+ </div>
264
+
265
+ <!-- Message 2 -->
266
+ <div class="msg">
267
+ <div class="msg-header">
268
+ <div class="avatar blue">C</div>
269
+ <div>
270
+ <div class="name-line">
271
+ <div class="sender">Cerebra Research</div>
272
+ </div>
273
+ <div class="to-line">to Aakash ▾</div>
274
+ </div>
275
+ <div class="timestamp">6:00 PM</div>
276
+ <div class="msg-icons">
277
+ <svg class="reply" viewBox="0 0 24 24">
278
+ <path d="M10 8V5l-7 7 7 7v-3h5a6 6 0 0 0 6-6h-3a3 3 0 0 1-3 3h-5z" fill="#BDBDBD"/>
279
+ </svg>
280
+ <svg class="kebab" viewBox="0 0 24 24">
281
+ <circle cx="12" cy="5" r="2" fill="#BDBDBD"/>
282
+ <circle cx="12" cy="12" r="2" fill="#BDBDBD"/>
283
+ <circle cx="12" cy="19" r="2" fill="#BDBDBD"/>
284
+ </svg>
285
+ </div>
286
+ </div>
287
+ <div class="msg-body">I Acknowledge</div>
288
+ <a class="link" href="#">Show quoted text</a>
289
+ </div>
290
+
291
+ <!-- Message 3 -->
292
+ <div class="msg">
293
+ <div class="msg-header">
294
+ <div class="avatar blue">C</div>
295
+ <div>
296
+ <div class="name-line">
297
+ <div class="sender">Cerebra Research</div>
298
+ </div>
299
+ <div class="to-line">to jason.smith ▾</div>
300
+ </div>
301
+ <div class="timestamp">7:42 PM</div>
302
+ <div class="msg-icons">
303
+ <svg class="reply" viewBox="0 0 24 24">
304
+ <path d="M10 8V5l-7 7 7 7v-3h5a6 6 0 0 0 6-6h-3a3 3 0 0 1-3 3h-5z" fill="#BDBDBD"/>
305
+ </svg>
306
+ <svg class="kebab" viewBox="0 0 24 24">
307
+ <circle cx="12" cy="5" r="2" fill="#BDBDBD"/>
308
+ <circle cx="12" cy="12" r="2" fill="#BDBDBD"/>
309
+ <circle cx="12" cy="19" r="2" fill="#BDBDBD"/>
310
+ </svg>
311
+ </div>
312
+ </div>
313
+ <a class="link" href="#">Hide quoted text</a>
314
+
315
+ <div class="forwarded">
316
+ --------- Forwarded message ---------<br>
317
+ From: <span class="strong">Cerebra Research</span> <span class="addr">&lt;dbwscratch.test.id8@gmail.com&gt;</span><br>
318
+ Date: Fri, Oct 13, 2023, 6:00 PM<br>
319
+ Subject: Re: Urgent Document<br>
320
+ To: Aakash Gahlot <span class="addr">&lt;aakashgahlot@google.com&gt;</span><br><br>
321
+ <span class="strong" style="color:#E0E0E0;">I Acknowledge</span><br><br>
322
+ On Fri, Oct 13, 2023, 5:49 PM Aakash Gahlot <span class="addr">&lt;akashgahlot@google.com&gt;</span> wrote:
323
+ </div>
324
+ </div>
325
+
326
+ </div>
327
+
328
+ <!-- Floating badge -->
329
+ <div class="badge">
330
+ <svg class="nav-icon" viewBox="0 0 24 24">
331
+ <path d="M2 6l10 8 10-8v12H2z" fill="#BDBDBD"/>
332
+ </svg>
333
+ <div class="count">99+</div>
334
+ </div>
335
+
336
+ <!-- Bottom navigation -->
337
+ <div class="bottom-area">
338
+ <svg class="nav-icon" viewBox="0 0 24 24">
339
+ <path d="M2 6l10 8 10-8v12H2z" fill="#BDBDBD"/>
340
+ </svg>
341
+ <svg class="nav-icon" viewBox="0 0 24 24">
342
+ <rect x="3" y="5" width="18" height="12" rx="2" fill="none" stroke="#BDBDBD" stroke-width="2"/>
343
+ <path d="M9 8l6 3-6 3z" fill="#BDBDBD"/>
344
+ </svg>
345
+ </div>
346
+
347
+ <div class="gesture"></div>
348
+ </div>
349
+ </body>
350
+ </html>
code/7007/7007_1.html ADDED
@@ -0,0 +1,444 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Mail - Dark UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #11161C; /* dark background */
15
+ color: #E6E9EC;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ height: 90px;
21
+ padding: 0 36px;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ color: #E6E9EC;
26
+ font-size: 34px;
27
+ letter-spacing: 0.5px;
28
+ }
29
+ .status-icons {
30
+ display: flex;
31
+ align-items: center;
32
+ gap: 26px;
33
+ }
34
+ .status-icons svg { fill: #E6E9EC; }
35
+
36
+ /* Search/Header */
37
+ .header {
38
+ padding: 24px 30px 18px 30px;
39
+ }
40
+ .search-row {
41
+ display: flex;
42
+ align-items: center;
43
+ gap: 22px;
44
+ }
45
+ .search-pill {
46
+ flex: 1;
47
+ height: 96px;
48
+ background: #1C232B;
49
+ border-radius: 48px;
50
+ display: flex;
51
+ align-items: center;
52
+ padding: 0 26px;
53
+ color: #9AA5B1;
54
+ font-size: 36px;
55
+ }
56
+ .search-pill .icon { margin-right: 18px; }
57
+ .avatar {
58
+ width: 84px;
59
+ height: 84px;
60
+ border-radius: 42px;
61
+ background: #3A4856;
62
+ display: flex;
63
+ align-items: center;
64
+ justify-content: center;
65
+ color: #DDE3EA;
66
+ font-weight: bold;
67
+ font-size: 36px;
68
+ }
69
+
70
+ /* Section label */
71
+ .section {
72
+ margin-top: 18px;
73
+ padding: 0 36px;
74
+ color: #AAB2BB;
75
+ font-size: 34px;
76
+ }
77
+
78
+ /* Info tip */
79
+ .tip-row {
80
+ margin-top: 20px;
81
+ padding: 18px 36px;
82
+ display: flex;
83
+ align-items: center;
84
+ gap: 18px;
85
+ }
86
+ .tip-text { color: #AAB2BB; font-size: 32px; flex: 1; }
87
+ .tip-action { color: #6FA8FF; font-size: 32px; }
88
+
89
+ /* List */
90
+ .list {
91
+ margin-top: 16px;
92
+ }
93
+ .item {
94
+ display: flex;
95
+ align-items: center;
96
+ padding: 26px 36px;
97
+ border-top: 1px solid #1E2630;
98
+ }
99
+ .thumb {
100
+ width: 96px;
101
+ height: 96px;
102
+ background: #E0E0E0;
103
+ border: 1px solid #BDBDBD;
104
+ border-radius: 48px;
105
+ display: flex;
106
+ align-items: center;
107
+ justify-content: center;
108
+ color: #757575;
109
+ font-size: 26px;
110
+ text-align: center;
111
+ }
112
+ .content {
113
+ flex: 1;
114
+ margin: 0 24px;
115
+ }
116
+ .title-row {
117
+ display: flex;
118
+ align-items: center;
119
+ gap: 14px;
120
+ }
121
+ .title {
122
+ font-size: 36px;
123
+ color: #E6E9EC;
124
+ font-weight: 600;
125
+ }
126
+ .sub {
127
+ font-size: 32px;
128
+ color: #AAB2BB;
129
+ margin-top: 6px;
130
+ }
131
+ .right {
132
+ display: flex;
133
+ align-items: center;
134
+ gap: 18px;
135
+ }
136
+ .right .time {
137
+ color: #AAB2BB;
138
+ font-size: 32px;
139
+ }
140
+ .badge {
141
+ background: #73D19E;
142
+ color: #0D1A12;
143
+ font-size: 30px;
144
+ padding: 10px 18px;
145
+ border-radius: 24px;
146
+ font-weight: 600;
147
+ }
148
+ .star svg { fill: none; stroke: #AAB2BB; stroke-width: 2; }
149
+ .dots {
150
+ width: 36px;
151
+ height: 14px;
152
+ border-radius: 7px;
153
+ position: relative;
154
+ }
155
+ .dots::before, .dots::after, .dots i {
156
+ content: '';
157
+ position: absolute;
158
+ width: 8px; height: 8px; border-radius: 50%; background: #AAB2BB; top: 3px;
159
+ }
160
+ .dots::before { left: 0; }
161
+ .dots i { left: 14px; }
162
+ .dots::after { right: 0; }
163
+
164
+ /* Compose FAB */
165
+ .compose-fab {
166
+ position: absolute;
167
+ right: 48px;
168
+ top: 1520px;
169
+ background: #3A4350;
170
+ border-radius: 50px;
171
+ box-shadow: 0 10px 18px rgba(0,0,0,0.35);
172
+ display: flex;
173
+ align-items: center;
174
+ gap: 18px;
175
+ padding: 20px 28px;
176
+ }
177
+ .compose-fab .label { color: #E6E9EC; font-size: 36px; }
178
+ .compose-fab svg { fill: none; stroke: #E6E9EC; stroke-width: 3; }
179
+
180
+ /* Snackbar */
181
+ .snackbar {
182
+ position: absolute;
183
+ left: 30px;
184
+ right: 30px;
185
+ bottom: 240px;
186
+ background: #E6E9EC;
187
+ color: #2D3640;
188
+ border-radius: 18px;
189
+ display: flex;
190
+ justify-content: space-between;
191
+ align-items: center;
192
+ padding: 26px 28px;
193
+ font-size: 34px;
194
+ }
195
+ .snackbar .action { color: #3E6FDB; font-weight: 600; }
196
+
197
+ /* Bottom nav */
198
+ .bottom-nav {
199
+ position: absolute;
200
+ bottom: 120px;
201
+ left: 0;
202
+ right: 0;
203
+ display: flex;
204
+ justify-content: center;
205
+ gap: 140px;
206
+ align-items: center;
207
+ }
208
+ .nav-pill {
209
+ background: #2C3440;
210
+ padding: 18px 28px;
211
+ border-radius: 40px;
212
+ display: flex;
213
+ align-items: center;
214
+ gap: 16px;
215
+ }
216
+ .nav-pill .badge {
217
+ background: #F4C7C7;
218
+ color: #142028;
219
+ font-size: 28px;
220
+ border-radius: 18px;
221
+ padding: 6px 12px;
222
+ }
223
+ .nav-icon {
224
+ width: 64px; height: 64px;
225
+ }
226
+ .nav-secondary {
227
+ width: 84px; height: 84px;
228
+ border-radius: 18px;
229
+ background: #2C3440;
230
+ display: flex; align-items: center; justify-content: center;
231
+ }
232
+ .nav-secondary svg { fill: none; stroke: #AAB2BB; stroke-width: 3; }
233
+
234
+ /* Gesture bar */
235
+ .gesture-bar {
236
+ position: absolute;
237
+ bottom: 40px;
238
+ left: 50%;
239
+ transform: translateX(-50%);
240
+ width: 300px;
241
+ height: 10px;
242
+ background: #C6CDD6;
243
+ border-radius: 6px;
244
+ opacity: 0.8;
245
+ }
246
+ </style>
247
+ </head>
248
+ <body>
249
+ <div id="render-target">
250
+
251
+ <!-- Status Bar -->
252
+ <div class="status-bar">
253
+ <div>7:50</div>
254
+ <div class="status-icons">
255
+ <!-- Signal -->
256
+ <svg width="40" height="40" viewBox="0 0 24 24">
257
+ <path d="M3 17h2M3 13h4M3 9h6M3 5h8" stroke="#E6E9EC" stroke-width="2" stroke-linecap="round"/>
258
+ </svg>
259
+ <!-- Wi-Fi -->
260
+ <svg width="40" height="40" viewBox="0 0 24 24">
261
+ <path d="M2 8c5-4 15-4 20 0M5 12c4-3 10-3 14 0M8 16c3-2 7-2 10 0M12 19l2 2-2 2-2-2 2-2z" stroke="#E6E9EC" stroke-width="2" fill="none" stroke-linecap="round"/>
262
+ </svg>
263
+ <!-- Battery -->
264
+ <svg width="54" height="40" viewBox="0 0 32 18">
265
+ <rect x="1" y="3" width="26" height="12" rx="2" fill="none" stroke="#E6E9EC" stroke-width="2"/>
266
+ <rect x="3" y="5" width="18" height="8" rx="1" fill="#E6E9EC"/>
267
+ <rect x="28" y="6" width="3" height="6" rx="1" fill="#E6E9EC"/>
268
+ </svg>
269
+ </div>
270
+ </div>
271
+
272
+ <!-- Header / Search -->
273
+ <div class="header">
274
+ <div class="search-row">
275
+ <div class="search-pill">
276
+ <svg class="icon" width="38" height="38" viewBox="0 0 24 24">
277
+ <path d="M3 6h18M3 12h18M3 18h18" stroke="#AAB2BB" stroke-width="2" stroke-linecap="round"/>
278
+ </svg>
279
+ <span>Search in mail</span>
280
+ </div>
281
+ <div class="avatar">C</div>
282
+ </div>
283
+ </div>
284
+
285
+ <!-- Section and tip -->
286
+ <div class="section">Primary</div>
287
+ <div class="tip-row">
288
+ <svg width="36" height="36" viewBox="0 0 24 24">
289
+ <path d="M12 3v4M6 9l-3 3 3 3M18 9l3 3-3 3" stroke="#AAB2BB" stroke-width="2" fill="none" stroke-linecap="round"/>
290
+ </svg>
291
+ <div class="tip-text">Tap a sender image to select that conversation.</div>
292
+ <div class="tip-action">Dismiss</div>
293
+ </div>
294
+
295
+ <!-- List -->
296
+ <div class="list">
297
+
298
+ <!-- Promotions -->
299
+ <div class="item">
300
+ <div class="thumb">[IMG]</div>
301
+ <div class="content">
302
+ <div class="title-row">
303
+ <svg width="34" height="34" viewBox="0 0 24 24">
304
+ <path d="M4 7h9l6 5-6 5H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2z" fill="none" stroke="#73D19E" stroke-width="2"/>
305
+ </svg>
306
+ <div class="title">Promotions</div>
307
+ </div>
308
+ <div class="sub">What to Expect Community, Enfam...</div>
309
+ </div>
310
+ <div class="right">
311
+ <div class="badge">99+ new</div>
312
+ </div>
313
+ </div>
314
+
315
+ <!-- Glow Nurture -->
316
+ <div class="item">
317
+ <div class="thumb">[IMG]</div>
318
+ <div class="content">
319
+ <div class="title">Glow Nurture</div>
320
+ <div class="sub">Your baby on Day 366</div>
321
+ </div>
322
+ <div class="right">
323
+ <div class="time">11:12 AM</div>
324
+ <div class="dots"><i></i></div>
325
+ <div class="star">
326
+ <svg width="42" height="42" viewBox="0 0 24 24">
327
+ <path d="M12 3l3 7 7 1-5 5 1 7-6-3-6 3 1-7-5-5 7-1 3-7z"/>
328
+ </svg>
329
+ </div>
330
+ </div>
331
+ </div>
332
+
333
+ <!-- Me, Mail -->
334
+ <div class="item">
335
+ <div class="thumb">[IMG]</div>
336
+ <div class="content">
337
+ <div class="title-row">
338
+ <div class="title">me, Mail</div>
339
+ <div style="color:#AAB2BB;font-size:32px;">2</div>
340
+ </div>
341
+ <div class="sub">(no subject)</div>
342
+ <div class="sub">Address not found Your message wasn't deli...</div>
343
+ </div>
344
+ <div class="right">
345
+ <div class="time">Oct 12</div>
346
+ <div class="star">
347
+ <svg width="42" height="42" viewBox="0 0 24 24">
348
+ <path d="M12 3l3 7 7 1-5 5 1 7-6-3-6 3 1-7-5-5 7-1 3-7z"/>
349
+ </svg>
350
+ </div>
351
+ </div>
352
+ </div>
353
+
354
+ <!-- Komoot -->
355
+ <div class="item">
356
+ <div class="thumb">[IMG]</div>
357
+ <div class="content">
358
+ <div class="title">Komoot</div>
359
+ <div class="sub">🏃 Unleash your running superpowers th...</div>
360
+ <div class="sub">Which of these four superpowers do you lik...</div>
361
+ </div>
362
+ <div class="right">
363
+ <div class="time">Oct 12</div>
364
+ <div class="star">
365
+ <svg width="42" height="42" viewBox="0 0 24 24">
366
+ <path d="M12 3l3 7 7 1-5 5 1 7-6-3-6 3 1-7-5-5 7-1 3-7z"/>
367
+ </svg>
368
+ </div>
369
+ </div>
370
+ </div>
371
+
372
+ <!-- Glow Nurture -->
373
+ <div class="item">
374
+ <div class="thumb">[IMG]</div>
375
+ <div class="content">
376
+ <div class="title">Glow Nurture</div>
377
+ <div class="sub">Your baby on Day 365</div>
378
+ </div>
379
+ <div class="right">
380
+ <div class="time">Oct 12</div>
381
+ <div class="star">
382
+ <svg width="42" height="42" viewBox="0 0 24 24">
383
+ <path d="M12 3l3 7 7 1-5 5 1 7-6-3-6 3 1-7-5-5 7-1 3-7z"/>
384
+ </svg>
385
+ </div>
386
+ </div>
387
+ </div>
388
+
389
+ <!-- Noosh -->
390
+ <div class="item">
391
+ <div class="thumb">[IMG]</div>
392
+ <div class="content">
393
+ <div class="title">Noosh</div>
394
+ <div class="sub">LAST CHANCE: Win an App...</div>
395
+ <div class="sub">Only 1 week left to enter! Win...</div>
396
+ </div>
397
+ <div class="right">
398
+ <div class="time">Oct 11</div>
399
+ <div class="star">
400
+ <svg width="42" height="42" viewBox="0 0 24 24">
401
+ <path d="M12 3l3 7 7 1-5 5 1 7-6-3-6 3 1-7-5-5 7-1 3-7z"/>
402
+ </svg>
403
+ </div>
404
+ </div>
405
+ </div>
406
+
407
+ </div>
408
+
409
+ <!-- Compose FAB -->
410
+ <div class="compose-fab">
411
+ <svg width="40" height="40" viewBox="0 0 24 24">
412
+ <path d="M4 20h16M6 14l8-8 4 4-8 8H6v-4z" stroke-linecap="round" stroke-linejoin="round"/>
413
+ </svg>
414
+ <div class="label">Compose</div>
415
+ </div>
416
+
417
+ <!-- Snackbar -->
418
+ <div class="snackbar">
419
+ <div>1 deleted</div>
420
+ <div class="action">Undo</div>
421
+ </div>
422
+
423
+ <!-- Bottom nav -->
424
+ <div class="bottom-nav">
425
+ <div class="nav-pill">
426
+ <svg class="nav-icon" viewBox="0 0 24 24">
427
+ <path d="M3 5h18v14H3zM3 5l9 7 9-7" fill="none" stroke="#DDE3EA" stroke-width="2"/>
428
+ </svg>
429
+ <div class="badge">99+</div>
430
+ </div>
431
+ <div class="nav-secondary">
432
+ <svg width="46" height="46" viewBox="0 0 24 24">
433
+ <rect x="3" y="5" width="13" height="14" rx="2"/>
434
+ <polygon points="16,12 22,8 22,16" />
435
+ </svg>
436
+ </div>
437
+ </div>
438
+
439
+ <!-- Gesture bar -->
440
+ <div class="gesture-bar"></div>
441
+
442
+ </div>
443
+ </body>
444
+ </html>
code/7010/7010_0.html ADDED
@@ -0,0 +1,250 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Photo Viewer UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #000000;
15
+ font-family: Arial, Helvetica, sans-serif;
16
+ color: #FFFFFF;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ width: 1080px;
25
+ height: 120px;
26
+ background: #0d0f12;
27
+ display: flex;
28
+ align-items: center;
29
+ padding: 0 30px;
30
+ box-sizing: border-box;
31
+ font-size: 36px;
32
+ letter-spacing: 0.5px;
33
+ }
34
+ .sb-left, .sb-right {
35
+ display: flex;
36
+ align-items: center;
37
+ }
38
+ .sb-left { gap: 26px; }
39
+ .sb-right { gap: 26px; margin-left: auto; }
40
+ .sb-icon svg { width: 40px; height: 40px; fill: none; stroke: #fff; stroke-width: 3; }
41
+
42
+ /* App bar */
43
+ .app-bar {
44
+ position: absolute;
45
+ top: 120px;
46
+ left: 0;
47
+ width: 1080px;
48
+ height: 140px;
49
+ background: #000000;
50
+ display: flex;
51
+ align-items: center;
52
+ padding: 0 24px;
53
+ box-sizing: border-box;
54
+ }
55
+ .app-left, .app-right { display: flex; align-items: center; }
56
+ .app-left { gap: 20px; }
57
+ .app-right { gap: 36px; margin-left: auto; }
58
+ .icon-btn svg { width: 64px; height: 64px; fill: none; stroke: #FFFFFF; stroke-width: 4; }
59
+ .icon-btn.dots svg { stroke: none; fill: #FFFFFF; }
60
+
61
+ /* Main photo area */
62
+ .content {
63
+ position: absolute;
64
+ top: 380px;
65
+ left: 0;
66
+ width: 1080px;
67
+ height: 1600px;
68
+ background: #000000;
69
+ }
70
+ .photo-wrap {
71
+ width: 980px;
72
+ height: 980px;
73
+ margin: 0 auto;
74
+ margin-top: 60px;
75
+ background: #E0E0E0;
76
+ border: 1px solid #BDBDBD;
77
+ display: flex;
78
+ justify-content: center;
79
+ align-items: center;
80
+ color: #757575;
81
+ font-size: 40px;
82
+ text-align: center;
83
+ }
84
+
85
+ /* Bottom actions bar */
86
+ .bottom-actions {
87
+ position: absolute;
88
+ bottom: 140px;
89
+ left: 0;
90
+ width: 1080px;
91
+ height: 260px;
92
+ background: #000000;
93
+ display: flex;
94
+ justify-content: space-around;
95
+ align-items: center;
96
+ }
97
+ .action {
98
+ display: flex;
99
+ flex-direction: column;
100
+ align-items: center;
101
+ color: #FFFFFF;
102
+ }
103
+ .action svg { width: 72px; height: 72px; stroke: #FFFFFF; stroke-width: 4; fill: none; }
104
+ .action .label { margin-top: 18px; font-size: 34px; }
105
+
106
+ /* Navigation pill */
107
+ .nav-bar {
108
+ position: absolute;
109
+ bottom: 50px;
110
+ left: 0;
111
+ width: 1080px;
112
+ height: 80px;
113
+ background: #0d0f12;
114
+ display: flex;
115
+ justify-content: center;
116
+ align-items: center;
117
+ }
118
+ .pill {
119
+ width: 240px;
120
+ height: 14px;
121
+ background: #E6E6E6;
122
+ border-radius: 10px;
123
+ }
124
+ </style>
125
+ </head>
126
+ <body>
127
+ <div id="render-target">
128
+ <!-- Status Bar -->
129
+ <div class="status-bar">
130
+ <div class="sb-left">
131
+ <div class="time">9:15</div>
132
+ <div class="sb-icon">
133
+ <!-- Simple mail icon -->
134
+ <svg viewBox="0 0 24 24">
135
+ <path d="M3 6h18v12H3z"></path>
136
+ <path d="M3 6l9 7 9-7"></path>
137
+ </svg>
138
+ </div>
139
+ <div class="sb-icon">
140
+ <!-- Cloud icon -->
141
+ <svg viewBox="0 0 24 24">
142
+ <path d="M6 15a5 5 0 1 1 6-7 6 6 0 0 1 8 5 4 4 0 0 1-4 4H8a3 3 0 0 1-2-2z"></path>
143
+ </svg>
144
+ </div>
145
+ </div>
146
+ <div class="sb-right">
147
+ <div class="sb-icon">
148
+ <!-- WiFi icon -->
149
+ <svg viewBox="0 0 24 24">
150
+ <path d="M2 8c10-6 20 0 20 0"></path>
151
+ <path d="M5 12c7-4 14 0 14 0"></path>
152
+ <path d="M8 16c4-2 8 0 8 0"></path>
153
+ <circle cx="12" cy="19" r="1.5" fill="#fff" stroke="none"></circle>
154
+ </svg>
155
+ </div>
156
+ <div class="sb-icon">
157
+ <!-- Battery icon -->
158
+ <svg viewBox="0 0 28 24">
159
+ <rect x="2" y="6" width="20" height="12" rx="2"></rect>
160
+ <rect x="22" y="10" width="4" height="4"></rect>
161
+ <rect x="4" y="8" width="14" height="8" fill="#fff" stroke="none"></rect>
162
+ </svg>
163
+ </div>
164
+ </div>
165
+ </div>
166
+
167
+ <!-- App Bar -->
168
+ <div class="app-bar">
169
+ <div class="app-left">
170
+ <div class="icon-btn">
171
+ <!-- Back Arrow -->
172
+ <svg viewBox="0 0 24 24">
173
+ <path d="M15 4L7 12l8 8"></path>
174
+ </svg>
175
+ </div>
176
+ </div>
177
+ <div class="app-right">
178
+ <div class="icon-btn">
179
+ <!-- Star Outline -->
180
+ <svg viewBox="0 0 24 24">
181
+ <path d="M12 3l3 6 6 .8-4.5 4 1.2 6.2L12 17l-5.7 3.9 1.2-6.2L3 9.8 9 9z"></path>
182
+ </svg>
183
+ </div>
184
+ <div class="icon-btn dots">
185
+ <!-- Vertical Dots -->
186
+ <svg viewBox="0 0 24 24">
187
+ <circle cx="12" cy="5" r="2.2"></circle>
188
+ <circle cx="12" cy="12" r="2.2"></circle>
189
+ <circle cx="12" cy="19" r="2.2"></circle>
190
+ </svg>
191
+ </div>
192
+ </div>
193
+ </div>
194
+
195
+ <!-- Content Area -->
196
+ <div class="content">
197
+ <div class="photo-wrap">[IMG: Cityscape along canal with reflections]</div>
198
+ </div>
199
+
200
+ <!-- Bottom Actions -->
201
+ <div class="bottom-actions">
202
+ <div class="action">
203
+ <svg viewBox="0 0 24 24">
204
+ <!-- Share icon with three nodes -->
205
+ <circle cx="6" cy="12" r="2"></circle>
206
+ <circle cx="16" cy="6" r="2"></circle>
207
+ <circle cx="18" cy="18" r="2"></circle>
208
+ <path d="M7.8 11l6.5-4.2"></path>
209
+ <path d="M7.8 13l8.1 4.2"></path>
210
+ </svg>
211
+ <div class="label">Share</div>
212
+ </div>
213
+ <div class="action">
214
+ <svg viewBox="0 0 24 24">
215
+ <!-- Magic wand -->
216
+ <path d="M4 20l10-10"></path>
217
+ <path d="M14 4l2-2"></path>
218
+ <path d="M19 9l3-1"></path>
219
+ <path d="M9 14l-1 3"></path>
220
+ <!-- small star -->
221
+ <path d="M18 3l1.2 2.5 2.8.4-2 2 0.7 2.7-2.7-1.5-2.6 1.5 0.6-2.7-2-2 2.8-.4z"></path>
222
+ </svg>
223
+ <div class="label">Auto</div>
224
+ </div>
225
+ <div class="action">
226
+ <svg viewBox="0 0 24 24">
227
+ <!-- Pencil -->
228
+ <path d="M4 20l3-.5 9-9-2.5-2.5-9 9z"></path>
229
+ <path d="M15.5 8.5l2.5-2.5"></path>
230
+ </svg>
231
+ <div class="label">Edit</div>
232
+ </div>
233
+ <div class="action">
234
+ <svg viewBox="0 0 24 24">
235
+ <!-- Trash can -->
236
+ <path d="M5 7h14"></path>
237
+ <path d="M9 7V5h6v2"></path>
238
+ <rect x="6" y="7" width="12" height="13" rx="1"></rect>
239
+ </svg>
240
+ <div class="label">Trash</div>
241
+ </div>
242
+ </div>
243
+
244
+ <!-- Navigation pill -->
245
+ <div class="nav-bar">
246
+ <div class="pill"></div>
247
+ </div>
248
+ </div>
249
+ </body>
250
+ </html>
code/7010/7010_1.html ADDED
@@ -0,0 +1,224 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>UI Render</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #000000;
15
+ border-radius: 0;
16
+ box-shadow: none;
17
+ font-family: Arial, Helvetica, sans-serif;
18
+ color: #ffffff;
19
+ }
20
+
21
+ /* Top action bar */
22
+ .top-bar {
23
+ position: absolute;
24
+ top: 0;
25
+ left: 0;
26
+ width: 1080px;
27
+ height: 160px;
28
+ background: rgba(0,0,0,0.25);
29
+ }
30
+ .top-icons {
31
+ position: absolute;
32
+ top: 60px;
33
+ left: 36px;
34
+ right: 36px;
35
+ display: flex;
36
+ align-items: center;
37
+ justify-content: space-between;
38
+ }
39
+ .icon-btn {
40
+ width: 72px;
41
+ height: 72px;
42
+ }
43
+ .icon-gray { stroke: #bfbfbf; fill: none; }
44
+ .icon-fill-gray { fill: #bfbfbf; }
45
+
46
+ /* Main image area */
47
+ .viewer-area {
48
+ position: absolute;
49
+ top: 320px;
50
+ left: 0;
51
+ right: 0;
52
+ bottom: 420px;
53
+ background: #000000;
54
+ }
55
+ .photo-box {
56
+ width: 980px;
57
+ height: 740px;
58
+ margin: 0 auto;
59
+ margin-top: 220px;
60
+ background: #E0E0E0;
61
+ border: 1px solid #BDBDBD;
62
+ display: flex;
63
+ align-items: center;
64
+ justify-content: center;
65
+ color: #757575;
66
+ font-size: 32px;
67
+ letter-spacing: 0.5px;
68
+ }
69
+
70
+ /* Bottom share sheet */
71
+ .share-sheet {
72
+ position: absolute;
73
+ left: 0;
74
+ bottom: 0;
75
+ width: 1080px;
76
+ height: 360px;
77
+ background: #ffffff;
78
+ border-top-left-radius: 28px;
79
+ border-top-right-radius: 28px;
80
+ box-shadow: 0 -6px 18px rgba(0,0,0,0.3);
81
+ color: #333333;
82
+ }
83
+ .share-row {
84
+ position: absolute;
85
+ left: 0;
86
+ right: 0;
87
+ bottom: 40px;
88
+ height: 280px;
89
+ display: flex;
90
+ justify-content: space-around;
91
+ align-items: flex-start;
92
+ padding: 0 40px;
93
+ }
94
+ .share-item {
95
+ width: 220px;
96
+ text-align: center;
97
+ }
98
+ .share-icon-wrap {
99
+ width: 104px;
100
+ height: 104px;
101
+ margin: 0 auto 26px auto;
102
+ }
103
+ .share-label {
104
+ font-size: 32px;
105
+ color: #666666;
106
+ }
107
+
108
+ /* Gesture pill */
109
+ .gesture-pill {
110
+ position: absolute;
111
+ bottom: 18px;
112
+ left: 50%;
113
+ transform: translateX(-50%);
114
+ width: 320px;
115
+ height: 14px;
116
+ background: #9e9e9e;
117
+ border-radius: 12px;
118
+ opacity: 0.85;
119
+ }
120
+ </style>
121
+ </head>
122
+ <body>
123
+ <div id="render-target">
124
+
125
+ <!-- Top bar with back, star and menu -->
126
+ <div class="top-bar"></div>
127
+ <div class="top-icons">
128
+ <!-- Back arrow -->
129
+ <svg class="icon-btn" viewBox="0 0 100 100">
130
+ <path class="icon-gray" stroke-width="10" stroke-linecap="round" stroke-linejoin="round" d="M65 20 L30 50 L65 80"></path>
131
+ </svg>
132
+
133
+ <div style="display:flex; gap:24px;">
134
+ <!-- Star outline -->
135
+ <svg class="icon-btn" viewBox="0 0 100 100">
136
+ <path class="icon-gray" stroke-width="6" d="M50 16 L60 40 L86 42 L66 58 L72 84 L50 70 L28 84 L34 58 L14 42 L40 40 Z"></path>
137
+ </svg>
138
+ <!-- Kebab (more) vertical -->
139
+ <svg class="icon-btn" viewBox="0 0 100 100">
140
+ <circle class="icon-fill-gray" cx="50" cy="26" r="8"></circle>
141
+ <circle class="icon-fill-gray" cx="50" cy="50" r="8"></circle>
142
+ <circle class="icon-fill-gray" cx="50" cy="74" r="8"></circle>
143
+ </svg>
144
+ </div>
145
+ </div>
146
+
147
+ <!-- Image viewer area -->
148
+ <div class="viewer-area">
149
+ <div class="photo-box">[IMG: City canal houses at dusk]</div>
150
+ </div>
151
+
152
+ <!-- Bottom share sheet -->
153
+ <div class="share-sheet">
154
+ <div class="share-row">
155
+ <!-- Messages -->
156
+ <div class="share-item">
157
+ <div class="share-icon-wrap">
158
+ <svg viewBox="0 0 100 100">
159
+ <circle cx="50" cy="46" r="32" fill="#2B76FF"></circle>
160
+ <path d="M34 70 L30 92 L50 76" fill="#2B76FF"></path>
161
+ <circle cx="38" cy="46" r="5" fill="#ffffff"></circle>
162
+ <circle cx="50" cy="46" r="5" fill="#ffffff"></circle>
163
+ <circle cx="62" cy="46" r="5" fill="#ffffff"></circle>
164
+ </svg>
165
+ </div>
166
+ <div class="share-label">Messages</div>
167
+ </div>
168
+
169
+ <!-- Bluetooth -->
170
+ <div class="share-item">
171
+ <div class="share-icon-wrap">
172
+ <svg viewBox="0 0 100 100">
173
+ <rect x="18" y="18" width="64" height="64" rx="16" fill="#EAF0E0" stroke="#C6D1B8"></rect>
174
+ <path d="M42 24 L70 50 L42 76 L42 24 Z" fill="none" stroke="#3A5D16" stroke-width="6"></path>
175
+ <path d="M42 24 L58 38 L42 52 L58 66 L42 76" fill="none" stroke="#3A5D16" stroke-width="6"></path>
176
+ </svg>
177
+ </div>
178
+ <div class="share-label">Bluetooth</div>
179
+ </div>
180
+
181
+ <!-- Gmail -->
182
+ <div class="share-item">
183
+ <div class="share-icon-wrap">
184
+ <svg viewBox="0 0 100 100">
185
+ <rect x="14" y="18" width="72" height="64" rx="12" fill="#ffffff" stroke="#DD4032" stroke-width="6"></rect>
186
+ <path d="M14 26 L50 54 L86 26" fill="none" stroke="#F1B60E" stroke-width="6"></path>
187
+ <path d="M20 82 L20 30 L50 54 L80 30 L80 82" fill="none" stroke="#1A73E8" stroke-width="6"></path>
188
+ </svg>
189
+ </div>
190
+ <div class="share-label">Gmail</div>
191
+ </div>
192
+
193
+ <!-- More -->
194
+ <div class="share-item">
195
+ <div class="share-icon-wrap">
196
+ <svg viewBox="0 0 100 100">
197
+ <rect x="18" y="18" width="64" height="64" rx="16" fill="#F2F2F2" stroke="#D0D0D0"></rect>
198
+ <!-- 3x3 grid -->
199
+ <g fill="#8A8A8A">
200
+ <circle cx="36" cy="36" r="5"></circle>
201
+ <circle cx="50" cy="36" r="5"></circle>
202
+ <circle cx="64" cy="36" r="5"></circle>
203
+
204
+ <circle cx="36" cy="50" r="5"></circle>
205
+ <circle cx="50" cy="50" r="5"></circle>
206
+ <circle cx="64" cy="50" r="5"></circle>
207
+
208
+ <circle cx="36" cy="64" r="5"></circle>
209
+ <circle cx="50" cy="64" r="5"></circle>
210
+ <circle cx="64" cy="64" r="5"></circle>
211
+ </g>
212
+ </svg>
213
+ </div>
214
+ <div class="share-label">More</div>
215
+ </div>
216
+ </div>
217
+ </div>
218
+
219
+ <!-- Navigation gesture pill -->
220
+ <div class="gesture-pill"></div>
221
+
222
+ </div>
223
+ </body>
224
+ </html>
code/7010/7010_2.html ADDED
@@ -0,0 +1,278 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Compose UI Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, sans-serif; }
8
+ #render-target {
9
+ position: relative;
10
+ overflow: hidden;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ background: #FAFAFD;
14
+ color: #212121;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0; left: 0; right: 0;
21
+ height: 110px;
22
+ padding: 0 36px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ color: #434343;
27
+ font-size: 40px;
28
+ }
29
+ .status-right {
30
+ display: flex; gap: 22px; align-items: center;
31
+ }
32
+ .status-icon {
33
+ width: 40px; height: 40px; background: #BDBDBD; border-radius: 8px;
34
+ }
35
+
36
+ /* App bar */
37
+ .app-bar {
38
+ position: absolute;
39
+ top: 110px; left: 0; right: 0;
40
+ height: 150px;
41
+ display: flex; align-items: center;
42
+ padding: 0 24px;
43
+ background: #FFFFFF;
44
+ border-bottom: 1px solid #E5E7EB;
45
+ }
46
+ .app-left, .app-right { display: flex; align-items: center; }
47
+ .app-left { gap: 20px; }
48
+ .app-right { gap: 28px; margin-left: auto; }
49
+ .icon-btn {
50
+ width: 80px; height: 80px; display: inline-flex; align-items: center; justify-content: center;
51
+ border-radius: 40px; color: #424242;
52
+ }
53
+ .title { font-size: 56px; font-weight: 500; color: #2F2F2F; }
54
+
55
+ /* Content area */
56
+ .content {
57
+ position: absolute;
58
+ top: 260px; left: 0; right: 0;
59
+ bottom: 980px; /* leave space for keyboard */
60
+ overflow: hidden;
61
+ padding: 10px 28px 0 28px;
62
+ }
63
+
64
+ .field {
65
+ padding: 26px 16px 26px 16px;
66
+ border-bottom: 1px solid #ECECEC;
67
+ }
68
+ .row {
69
+ display: flex; align-items: center; justify-content: space-between;
70
+ }
71
+ .label { color: #606265; font-size: 40px; }
72
+ .value { color: #222; font-size: 42px; }
73
+ .placeholder { color: #9AA0A6; font-size: 42px; }
74
+ .dropdown {
75
+ width: 54px; height: 54px; display: inline-flex; align-items: center; justify-content: center; color: #5F6368;
76
+ }
77
+
78
+ .compose-area {
79
+ padding: 36px 18px 30px 18px;
80
+ font-size: 48px; color: #80868B;
81
+ }
82
+
83
+ /* Attachment card */
84
+ .attachment-card {
85
+ margin: 36px 0;
86
+ width: calc(100% - 16px);
87
+ background: #FFFFFF;
88
+ border-radius: 24px;
89
+ box-shadow: 0 8px 24px rgba(0,0,0,0.08);
90
+ overflow: hidden;
91
+ border: 1px solid #E6E6E6;
92
+ }
93
+ .attachment-preview {
94
+ height: 360px;
95
+ background: #E0E0E0;
96
+ border-bottom: 1px solid #BDBDBD;
97
+ display: flex; align-items: center; justify-content: center;
98
+ color: #757575; font-size: 40px;
99
+ }
100
+ .attachment-info {
101
+ display: flex; align-items: center; gap: 26px;
102
+ background: #F6C9DD;
103
+ padding: 24px 26px;
104
+ font-size: 40px; color: #333;
105
+ }
106
+ .mini-icon {
107
+ width: 64px; height: 64px; border-radius: 14px; background: #E74C3C;
108
+ display: flex; align-items: center; justify-content: center;
109
+ }
110
+ .file-meta { display: flex; flex-direction: column; }
111
+ .file-name { font-size: 40px; }
112
+ .file-size { font-size: 34px; color: #616161; }
113
+ .close-x { margin-left: auto; width: 64px; height: 64px; border-radius: 16px; display: flex; align-items: center; justify-content: center; color: #424242; }
114
+
115
+ /* Keyboard */
116
+ .keyboard {
117
+ position: absolute;
118
+ left: 0; right: 0; bottom: 80px;
119
+ height: 900px;
120
+ background: #F3F5FA;
121
+ border-top: 1px solid #E0E0E0;
122
+ padding: 26px 26px 20px 26px;
123
+ }
124
+ .kb-toolbar {
125
+ display: flex; gap: 28px; align-items: center; margin-bottom: 24px;
126
+ }
127
+ .kb-tool {
128
+ width: 72px; height: 72px; background: #E9EEF9; border-radius: 18px;
129
+ display: flex; align-items: center; justify-content: center; color: #677189; font-size: 34px;
130
+ }
131
+
132
+ .kb-row {
133
+ display: grid;
134
+ grid-template-columns: repeat(10, 1fr);
135
+ gap: 16px;
136
+ margin-bottom: 18px;
137
+ padding: 0 18px;
138
+ }
139
+ .kb-row.nine { grid-template-columns: repeat(9, 1fr); padding: 0 72px; }
140
+ .kb-row.bottom {
141
+ grid-template-columns: 180px 140px 120px 1fr 120px 180px;
142
+ padding: 0 18px;
143
+ gap: 16px;
144
+ }
145
+ .key {
146
+ height: 120px; background: #FFFFFF; border: 1px solid #E3E6EA; border-radius: 26px;
147
+ display: flex; align-items: center; justify-content: center;
148
+ font-size: 48px; color: #2F3136;
149
+ }
150
+ .key.pink { background: #FFDDE8; }
151
+ .key.green { background: #D7EBC3; }
152
+ .key.special { font-size: 40px; color: #47526A; }
153
+ .space { text-transform: uppercase; letter-spacing: 0.12em; color: #6B7280; }
154
+
155
+ /* Home indicator */
156
+ .home-indicator {
157
+ position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%);
158
+ width: 360px; height: 14px; background: #BDBDBD; border-radius: 7px;
159
+ opacity: 0.7;
160
+ }
161
+ </style>
162
+ </head>
163
+ <body>
164
+ <div id="render-target">
165
+
166
+ <!-- Status bar -->
167
+ <div class="status-bar">
168
+ <div class="status-left">9:16</div>
169
+ <div class="status-right">
170
+ <div class="status-icon"></div>
171
+ <div class="status-icon"></div>
172
+ <div class="status-icon"></div>
173
+ </div>
174
+ </div>
175
+
176
+ <!-- App bar -->
177
+ <div class="app-bar">
178
+ <div class="app-left">
179
+ <div class="icon-btn" aria-label="Back">
180
+ <svg width="40" height="40" viewBox="0 0 24 24"><path d="M15 6l-6 6 6 6" fill="none" stroke="#333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
181
+ </div>
182
+ <div class="title">Compose</div>
183
+ </div>
184
+ <div class="app-right">
185
+ <div class="icon-btn" aria-label="Attach">
186
+ <svg width="40" height="40" viewBox="0 0 24 24"><path d="M7 13l7-7a4 4 0 015 5l-8 8a6 6 0 01-8-8l8-8" fill="none" stroke="#333" stroke-width="2" stroke-linecap="round"/></svg>
187
+ </div>
188
+ <div class="icon-btn" aria-label="Send">
189
+ <svg width="40" height="40" viewBox="0 0 24 24"><path d="M3 12l18-9-6 9 6 9-18-9z" fill="#333"/></svg>
190
+ </div>
191
+ <div class="icon-btn" aria-label="More">
192
+ <svg width="40" height="40" viewBox="0 0 24 24"><circle cx="12" cy="5" r="2" fill="#333"/><circle cx="12" cy="12" r="2" fill="#333"/><circle cx="12" cy="19" r="2" fill="#333"/></svg>
193
+ </div>
194
+ </div>
195
+ </div>
196
+
197
+ <!-- Content -->
198
+ <div class="content">
199
+ <div class="field row">
200
+ <div class="label">From</div>
201
+ <div class="row" style="gap:18px;">
202
+ <div class="value">natalie.larson1998@gmail.com</div>
203
+ <div class="dropdown" aria-label="Change from">
204
+ <svg width="36" height="36" viewBox="0 0 24 24"><path d="M6 9l6 6 6-6" fill="#5F6368"/></svg>
205
+ </div>
206
+ </div>
207
+ </div>
208
+
209
+ <div class="field row">
210
+ <div class="label">To</div>
211
+ <div class="dropdown">
212
+ <svg width="36" height="36" viewBox="0 0 24 24"><path d="M6 9l6 6 6-6" fill="#5F6368"/></svg>
213
+ </div>
214
+ </div>
215
+
216
+ <div class="field">
217
+ <div class="placeholder">Subject</div>
218
+ </div>
219
+
220
+ <div class="compose-area">
221
+ Compose email
222
+ </div>
223
+
224
+ <!-- Attachment card -->
225
+ <div class="attachment-card">
226
+ <div class="attachment-preview">[IMG: Scenic city canal photo]</div>
227
+ <div class="attachment-info">
228
+ <div class="mini-icon">
229
+ <svg width="42" height="42" viewBox="0 0 24 24"><path d="M3 5h18v14H3z" fill="#fff"/><path d="M6 15l3-4 4 5 3-3 5 6H6z" fill="#FFC107"/></svg>
230
+ </div>
231
+ <div class="file-meta">
232
+ <div class="file-name">PXL_20230922_143724160.jpg</div>
233
+ <div class="file-size">5.9 MB</div>
234
+ </div>
235
+ <div class="close-x" aria-label="Remove">
236
+ <svg width="36" height="36" viewBox="0 0 24 24"><path d="M6 6l12 12M18 6L6 18" stroke="#333" stroke-width="2" stroke-linecap="round"/></svg>
237
+ </div>
238
+ </div>
239
+ </div>
240
+ </div>
241
+
242
+ <!-- Keyboard -->
243
+ <div class="keyboard">
244
+ <div class="kb-toolbar">
245
+ <div class="kb-tool">▦</div>
246
+ <div class="kb-tool">😊</div>
247
+ <div class="kb-tool">GIF</div>
248
+ <div class="kb-tool">⚙</div>
249
+ <div class="kb-tool">Gᴛ</div>
250
+ <div class="kb-tool">🎨</div>
251
+ <div class="kb-tool">🎙</div>
252
+ </div>
253
+
254
+ <div class="kb-row">
255
+ <div class="key">q</div><div class="key">w</div><div class="key">e</div><div class="key">r</div><div class="key">t</div><div class="key">y</div><div class="key">u</div><div class="key">i</div><div class="key">o</div><div class="key">p</div>
256
+ </div>
257
+ <div class="kb-row nine">
258
+ <div class="key">a</div><div class="key">s</div><div class="key">d</div><div class="key">f</div><div class="key">g</div><div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
259
+ </div>
260
+ <div class="kb-row nine">
261
+ <div class="key pink">⇧</div><div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div><div class="key">b</div><div class="key">n</div><div class="key">m</div><div class="key pink">⌫</div>
262
+ </div>
263
+ <div class="kb-row bottom">
264
+ <div class="key special">?123</div>
265
+ <div class="key pink">@</div>
266
+ <div class="key special">☺</div>
267
+ <div class="key space">space</div>
268
+ <div class="key pink">.</div>
269
+ <div class="key green">
270
+ <svg width="48" height="48" viewBox="0 0 24 24"><path d="M5 12h12M12 5l7 7-7 7" fill="none" stroke="#1F2937" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
271
+ </div>
272
+ </div>
273
+ </div>
274
+
275
+ <div class="home-indicator"></div>
276
+ </div>
277
+ </body>
278
+ </html>
code/7010/7010_3.html ADDED
@@ -0,0 +1,293 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Compose UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #FAFAFA;
15
+ color: #212121;
16
+ }
17
+
18
+ /* Status bar */
19
+ .statusbar {
20
+ height: 96px;
21
+ padding: 0 40px;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ font-size: 38px;
26
+ color: #333;
27
+ }
28
+ .status-right {
29
+ display: flex;
30
+ align-items: center;
31
+ gap: 28px;
32
+ }
33
+ .status-icon svg { width: 40px; height: 40px; fill: #616161; }
34
+
35
+ /* App bar */
36
+ .appbar {
37
+ height: 150px;
38
+ padding: 0 28px;
39
+ display: flex;
40
+ align-items: center;
41
+ border-bottom: 1px solid #E0E0E0;
42
+ background: #FFFFFF;
43
+ }
44
+ .appbar-left, .appbar-right {
45
+ display: flex;
46
+ align-items: center;
47
+ }
48
+ .appbar-left { gap: 24px; }
49
+ .appbar-right { gap: 26px; margin-left: auto; }
50
+ .app-title {
51
+ font-size: 58px;
52
+ font-weight: 500;
53
+ color: #222;
54
+ }
55
+ .icon-btn {
56
+ width: 72px; height: 72px;
57
+ display: flex; align-items: center; justify-content: center;
58
+ }
59
+ .icon-btn svg { width: 48px; height: 48px; fill: #424242; }
60
+
61
+ /* Fields */
62
+ .content {
63
+ padding: 12px 40px 0 40px;
64
+ }
65
+ .field {
66
+ padding: 30px 0;
67
+ border-bottom: 1px solid #EAEAEA;
68
+ display: flex;
69
+ align-items: center;
70
+ gap: 18px;
71
+ }
72
+ .field .label {
73
+ min-width: 110px;
74
+ font-size: 30px;
75
+ color: #757575;
76
+ }
77
+ .field .value {
78
+ font-size: 36px;
79
+ color: #212121;
80
+ flex: 1;
81
+ }
82
+ .caret {
83
+ width: 2px; height: 44px; background: #2E7D32; animation: blink 1s step-end infinite;
84
+ }
85
+ @keyframes blink { 50% { opacity: 0; } }
86
+ .arrow-down svg { width: 38px; height: 38px; fill: #616161; }
87
+
88
+ /* Suggestion row */
89
+ .suggestion {
90
+ padding-top: 16px;
91
+ }
92
+ .contact-item {
93
+ display: flex; align-items: center; gap: 24px;
94
+ padding: 22px 0;
95
+ }
96
+ .avatar {
97
+ width: 96px; height: 96px; border-radius: 48px; background: #00897B;
98
+ color: #fff; display: flex; align-items: center; justify-content: center;
99
+ font-size: 46px; font-weight: 500;
100
+ border: 1px solid rgba(0,0,0,0.08);
101
+ }
102
+ .contact-text { line-height: 1.2; }
103
+ .contact-name { font-size: 34px; color: #222; }
104
+ .contact-email { font-size: 28px; color: #757575; }
105
+
106
+ /* Keyboard */
107
+ .keyboard {
108
+ position: absolute;
109
+ left: 0; right: 0;
110
+ bottom: 86px;
111
+ height: 980px;
112
+ background: #F4F5FB;
113
+ border-top: 1px solid #E0E0E0;
114
+ padding: 22px 28px 22px 28px;
115
+ box-sizing: border-box;
116
+ }
117
+ .kb-topbar {
118
+ display: flex; align-items: center; gap: 34px;
119
+ height: 110px;
120
+ padding: 0 6px;
121
+ }
122
+ .kb-round {
123
+ width: 88px; height: 88px; border-radius: 44px;
124
+ background: #FFFFFF; border: 1px solid #E3E3EC;
125
+ display: flex; align-items: center; justify-content: center;
126
+ }
127
+ .kb-round.accent { background: #D9E7D9; border-color: #C7D8C7; }
128
+
129
+ .row { display: flex; gap: 14px; margin-top: 16px; justify-content: center; }
130
+ .key {
131
+ width: 86px; height: 120px;
132
+ background: #FFFFFF;
133
+ border: 1px solid #E3E3EC;
134
+ border-radius: 26px;
135
+ display: flex; align-items: center; justify-content: center;
136
+ font-size: 42px; color: #333;
137
+ box-shadow: 0 1px 0 rgba(0,0,0,0.05);
138
+ }
139
+ .key.wide { width: 110px; }
140
+ .key.wider { width: 140px; }
141
+ .key.space { width: 440px; font-size: 32px; color: #777; }
142
+ .key.pink { background: #F9E2EB; border-color: #F4CFDC; color: #333; }
143
+ .key.green { background: #DDEFD5; border-color: #CBE6C3; color: #2E7D32; }
144
+ .key.icon svg { width: 40px; height: 40px; fill: #616161; }
145
+
146
+ /* Gesture bar */
147
+ .gesture {
148
+ position: absolute;
149
+ bottom: 24px; left: 50%;
150
+ transform: translateX(-50%);
151
+ width: 240px; height: 12px;
152
+ background: #BDBDBD; border-radius: 8px;
153
+ opacity: 0.9;
154
+ }
155
+ </style>
156
+ </head>
157
+ <body>
158
+ <div id="render-target">
159
+
160
+ <!-- Status bar -->
161
+ <div class="statusbar">
162
+ <div class="status-left">9:18</div>
163
+ <div class="status-right">
164
+ <div class="status-icon">
165
+ <svg viewBox="0 0 24 24"><path d="M3 7l9-5 9 5v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V7zm9 7l6-4-6-3-6 3 6 4z"/></svg>
166
+ </div>
167
+ <div class="status-icon">
168
+ <svg viewBox="0 0 24 24"><path d="M6 19h12a4 4 0 0 0 0-8h-1a6 6 0 0 0-11-2A5 5 0 0 0 6 19z"/></svg>
169
+ </div>
170
+ <div class="status-icon">
171
+ <svg viewBox="0 0 24 24"><path d="M2 18h2a14 14 0 0 1 14-14V2A16 16 0 0 0 2 18zm0 4h2A18 18 0 0 1 22 4V2C10 2 0 12 0 24h2z"/></svg>
172
+ </div>
173
+ <div class="status-icon">
174
+ <svg viewBox="0 0 24 24"><path d="M6 2h12v18H6z"/><path d="M8 4h8v14H8z" fill="#9E9E9E"/></svg>
175
+ </div>
176
+ </div>
177
+ </div>
178
+
179
+ <!-- App bar -->
180
+ <div class="appbar">
181
+ <div class="appbar-left">
182
+ <div class="icon-btn">
183
+ <svg viewBox="0 0 24 24"><path d="M15 18l-6-6 6-6"/></svg>
184
+ </div>
185
+ <div class="app-title">Compose</div>
186
+ </div>
187
+ <div class="appbar-right">
188
+ <div class="icon-btn">
189
+ <svg viewBox="0 0 24 24"><path d="M8 6a3 3 0 0 1 6 0v1l4 4-2 2-4-4H9a3 3 0 0 1-1-3zM7 20h10v-2H7z"/></svg>
190
+ </div>
191
+ <div class="icon-btn">
192
+ <svg viewBox="0 0 24 24"><path d="M4 20l16-8L4 4v6l10 2-10 2v6z"/></svg>
193
+ </div>
194
+ <div class="icon-btn">
195
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/></svg>
196
+ </div>
197
+ </div>
198
+ </div>
199
+
200
+ <!-- Content fields -->
201
+ <div class="content">
202
+ <div class="field">
203
+ <div class="label">From</div>
204
+ <div class="value">natalie.larson1998@gmail.com</div>
205
+ <div class="arrow-down">
206
+ <svg viewBox="0 0 24 24"><path d="M7 10l5 5 5-5"/></svg>
207
+ </div>
208
+ </div>
209
+
210
+ <div class="field">
211
+ <div class="label">To</div>
212
+ <div class="value">amelia.miller2709@gmail.com</div>
213
+ <div class="caret"></div>
214
+ <div class="arrow-down">
215
+ <svg viewBox="0 0 24 24"><path d="M7 10l5 5 5-5"/></svg>
216
+ </div>
217
+ </div>
218
+
219
+ <div class="suggestion">
220
+ <div class="contact-item">
221
+ <div class="avatar">a</div>
222
+ <div class="contact-text">
223
+ <div class="contact-name">amelia.miller2709@gmail.com</div>
224
+ <div class="contact-email">amelia.miller2709@gmail.com</div>
225
+ </div>
226
+ </div>
227
+ </div>
228
+ </div>
229
+
230
+ <!-- Keyboard -->
231
+ <div class="keyboard">
232
+ <div class="kb-topbar">
233
+ <div class="kb-round accent">
234
+ <svg viewBox="0 0 24 24"><path d="M4 4h16v12H4zM4 18h6v2H4zm10 0h6v2h-6z"/></svg>
235
+ </div>
236
+ <div class="kb-round">
237
+ <svg viewBox="0 0 24 24"><path d="M12 12c2 0 4-2 4-4s-2-4-4-4-4 2-4 4 2 4 4 4zm0 2c-3 0-8 2-8 5v1h16v-1c0-3-5-5-8-5z"/></svg>
238
+ </div>
239
+ <div class="kb-round">
240
+ <span style="font-size:28px;">GIF</span>
241
+ </div>
242
+ <div class="kb-round">
243
+ <svg viewBox="0 0 24 24"><path d="M12 3l9 4-9 4-9-4 9-4zm0 9l9 4-9 4-9-4 9-4z"/></svg>
244
+ </div>
245
+ <div class="kb-round">
246
+ <svg viewBox="0 0 24 24"><path d="M8 5h8v2H8zm0 4h8v2H8zm0 4h8v2H8z"/></svg>
247
+ </div>
248
+ <div class="kb-round">
249
+ <svg viewBox="0 0 24 24"><path d="M16 8h-2V6a2 2 0 10-4 0v2H8v12h8V8zm-6 0V6a2 2 0 114 0v2h-4z"/></svg>
250
+ </div>
251
+ </div>
252
+
253
+ <!-- Row 1 -->
254
+ <div class="row">
255
+ <div class="key">q</div><div class="key">w</div><div class="key">e</div><div class="key">r</div><div class="key">t</div>
256
+ <div class="key">y</div><div class="key">u</div><div class="key">i</div><div class="key">o</div><div class="key">p</div>
257
+ </div>
258
+ <!-- Row 2 -->
259
+ <div class="row">
260
+ <div class="key wide">a</div><div class="key wide">s</div><div class="key wide">d</div><div class="key wide">f</div><div class="key wide">g</div>
261
+ <div class="key wide">h</div><div class="key wide">j</div><div class="key wide">k</div><div class="key wide">l</div>
262
+ </div>
263
+ <!-- Row 3 -->
264
+ <div class="row">
265
+ <div class="key wide pink">
266
+ <svg viewBox="0 0 24 24"><path d="M9 19l-5-7 5-7v14z"/></svg>
267
+ </div>
268
+ <div class="key wide">z</div><div class="key wide">x</div><div class="key wide">c</div><div class="key wide">v</div>
269
+ <div class="key wide">b</div><div class="key wide">n</div><div class="key wide">m</div>
270
+ <div class="key wider pink icon">
271
+ <svg viewBox="0 0 24 24"><path d="M5 7l14 10-2 2L3 9l2-2zM19 7l-6 4 2 2 6-4-2-2z"/></svg>
272
+ </div>
273
+ </div>
274
+ <!-- Row 4 -->
275
+ <div class="row">
276
+ <div class="key wider pink">?123</div>
277
+ <div class="key">@</div>
278
+ <div class="key icon">
279
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="3"/><path d="M12 3v3M12 18v3M3 12h3M18 12h3M5 5l2 2M17 17l2 2M17 7l2-2M5 19l2-2"/></svg>
280
+ </div>
281
+ <div class="key space">space</div>
282
+ <div class="key pink">.</div>
283
+ <div class="key wider green icon">
284
+ <svg viewBox="0 0 24 24"><path d="M6 19l6-6-6-6v12zm7-12l6 6-6 6V7z"/></svg>
285
+ </div>
286
+ </div>
287
+ </div>
288
+
289
+ <!-- Gesture bar -->
290
+ <div class="gesture"></div>
291
+ </div>
292
+ </body>
293
+ </html>
code/7010/7010_4.html ADDED
@@ -0,0 +1,197 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Compose Email Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; color: #222; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #F7F7F9; border-radius: 0; box-shadow: none;
12
+ }
13
+ /* Status bar */
14
+ .status-bar {
15
+ height: 96px; padding: 0 32px; display: flex; align-items: center; justify-content: space-between;
16
+ font-size: 34px; color: #333;
17
+ }
18
+ .status-icons { display: flex; align-items: center; gap: 24px; }
19
+ .status-dot { width: 22px; height: 22px; border-radius: 50%; background: #777; opacity: .65; }
20
+ /* App bar */
21
+ .app-bar {
22
+ height: 128px; border-bottom: 1px solid #E6E6E6; padding: 0 24px;
23
+ display: flex; align-items: center; justify-content: space-between; background: #FFFFFF;
24
+ }
25
+ .app-left { display: flex; align-items: center; gap: 24px; }
26
+ .app-title { font-size: 46px; font-weight: 500; color: #222; }
27
+ .app-right { display: flex; align-items: center; gap: 32px; }
28
+ .icon-btn { width: 56px; height: 56px; display: grid; place-items: center; }
29
+ .icon { width: 40px; height: 40px; }
30
+ /* Content */
31
+ .content { padding: 16px 32px 0 32px; }
32
+ .row { padding: 18px 0; }
33
+ .label { font-size: 28px; color: #777; margin-bottom: 12px; }
34
+ .field { background: #fff; border-radius: 14px; padding: 18px 24px; border: 1px solid #E6E6E6; }
35
+ .from-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; background: #fff; border: none; padding: 0; }
36
+ .from-row .addr { font-size: 34px; color: #333; }
37
+ .dropdown { width: 32px; height: 32px; }
38
+ .to-row { display: flex; align-items: center; gap: 16px; }
39
+ .chip {
40
+ display: flex; align-items: center; gap: 16px;
41
+ border: 1px solid #DADADA; border-radius: 999px; padding: 10px 18px; background: #fff;
42
+ font-size: 34px; color: #333;
43
+ }
44
+ .avatar {
45
+ width: 58px; height: 58px; border-radius: 50%; background: #9C6BCE; display: grid; place-items: center; color: #fff; font-weight: bold;
46
+ }
47
+ .cursor { width: 4px; height: 48px; background: #2A7B1E; border-radius: 2px; margin-left: 12px; }
48
+ .divider { height: 1px; background: #EAEAEA; margin: 28px 0; }
49
+ .placeholder { font-size: 38px; color: #777; }
50
+ /* Attachment preview */
51
+ .attachment {
52
+ margin-top: 28px;
53
+ width: 1016px; height: 520px; background: #E0E0E0; border: 1px solid #BDBDBD;
54
+ display: flex; justify-content: center; align-items: center; color: #757575; border-radius: 16px; overflow: hidden;
55
+ }
56
+ .filename {
57
+ width: 1016px; background: #F6D4E3; color: #444; border-radius: 12px; padding: 18px 24px; margin-top: 12px;
58
+ display: flex; align-items: center; gap: 16px; font-size: 32px; border: 1px solid #E5AFC2;
59
+ }
60
+ .file-dot { width: 22px; height: 22px; border-radius: 4px; background: #D64545; }
61
+ /* Keyboard */
62
+ .keyboard {
63
+ position: absolute; left: 0; bottom: 96px; width: 100%;
64
+ background: #EFF1F7; border-top: 1px solid #E2E2E8; padding: 18px 24px 24px 24px;
65
+ }
66
+ .kb-top-icons { display: flex; align-items: center; gap: 28px; margin-bottom: 8px; }
67
+ .kb-ico {
68
+ width: 72px; height: 72px; border-radius: 16px; background: #DDE1EA; display: grid; place-items: center; color: #556; font-size: 26px;
69
+ }
70
+ .kb-row { display: flex; gap: 14px; margin: 12px 0; }
71
+ .key {
72
+ flex: 1; height: 108px; background: #FFFFFF; border: 1px solid #D7D9E0; border-radius: 24px;
73
+ display: grid; place-items: center; font-size: 42px; color: #222;
74
+ box-shadow: 0 1px 0 rgba(0,0,0,0.06);
75
+ }
76
+ .key.small { flex: 0 0 80px; }
77
+ .key.medium { flex: 0 0 140px; }
78
+ .key.wide { flex: 1 1 auto; }
79
+ .key.shift, .key.backspace, .key.special {
80
+ background: #F6DDEB; border-color: #EBC6D8; color: #333;
81
+ }
82
+ .spacebar { flex: 1; height: 108px; background: #FFFFFF; border: 1px solid #D7D9E0; border-radius: 24px; display: grid; place-items: center; color: #666; font-size: 30px; }
83
+ .enter-wrap {
84
+ width: 108px; height: 108px; border-radius: 50%; background: #B7CE8F; display: grid; place-items: center; margin-left: 14px;
85
+ }
86
+ .home-handle {
87
+ position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
88
+ width: 240px; height: 10px; background: #BEBEBE; border-radius: 6px; opacity: .8;
89
+ }
90
+ .muted { color: #6D6D6D; font-size: 26px; }
91
+ /* SVG helpers */
92
+ svg { display: block; }
93
+ </style>
94
+ </head>
95
+ <body>
96
+ <div id="render-target">
97
+
98
+ <!-- Status Bar -->
99
+ <div class="status-bar">
100
+ <div>9:19</div>
101
+ <div class="status-icons">
102
+ <div class="status-dot"></div>
103
+ <div class="status-dot"></div>
104
+ <div class="status-dot" style="background:#666;"></div>
105
+ </div>
106
+ </div>
107
+
108
+ <!-- App Bar -->
109
+ <div class="app-bar">
110
+ <div class="app-left">
111
+ <!-- Back Arrow -->
112
+ <div class="icon-btn">
113
+ <svg class="icon" viewBox="0 0 24 24">
114
+ <path d="M15 18l-6-6 6-6" stroke="#222" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
115
+ </svg>
116
+ </div>
117
+ <div class="app-title">Compose</div>
118
+ </div>
119
+ <div class="app-right">
120
+ <!-- Attach (paperclip) -->
121
+ <div class="icon-btn">
122
+ <svg class="icon" viewBox="0 0 24 24">
123
+ <path d="M7 13l6-6a4 4 0 115.7 5.7l-7.4 7.4a5 5 0 01-7.1-7.1l7.1-7.1" fill="none" stroke="#333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
124
+ </svg>
125
+ </div>
126
+ <!-- Send -->
127
+ <div class="icon-btn">
128
+ <svg class="icon" viewBox="0 0 24 24">
129
+ <path d="M3 12l18-9-5 9 5 9-18-9z" fill="#6A8E3B"/>
130
+ </svg>
131
+ </div>
132
+ <!-- More (vertical dots) -->
133
+ <div class="icon-btn">
134
+ <svg class="icon" viewBox="0 0 24 24">
135
+ <circle cx="12" cy="5" r="2.2" fill="#333"/>
136
+ <circle cx="12" cy="12" r="2.2" fill="#333"/>
137
+ <circle cx="12" cy="19" r="2.2" fill="#333"/>
138
+ </svg>
139
+ </div>
140
+ </div>
141
+ </div>
142
+
143
+ <!-- Content Area -->
144
+ <div class="content">
145
+ <div class="row">
146
+ <div class="label">From</div>
147
+ <div class="from-row">
148
+ <div class="addr">natalie.larson1998@gmail.com</div>
149
+ <svg class="dropdown" viewBox="0 0 24 24">
150
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#555" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
151
+ </svg>
152
+ </div>
153
+ </div>
154
+
155
+ <div class="row">
156
+ <div class="label">To</div>
157
+ <div class="to-row">
158
+ <div class="chip">
159
+ <div class="avatar">U</div>
160
+ <div>amelia.miller2709@gmail.com</div>
161
+ <svg class="dropdown" viewBox="0 0 24 24">
162
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#555" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
163
+ </svg>
164
+ </div>
165
+ <div class="cursor"></div>
166
+ </div>
167
+ </div>
168
+
169
+ <div class="divider"></div>
170
+
171
+ <div class="row">
172
+ <div class="placeholder">Subject</div>
173
+ </div>
174
+
175
+ <div class="divider"></div>
176
+
177
+ <div class="row">
178
+ <div class="placeholder">Compose email</div>
179
+ </div>
180
+
181
+ <div class="attachment">[IMG: City street buildings photo]</div>
182
+ <div class="filename">
183
+ <div class="file-dot"></div>
184
+ <div>PXL_20230922_143724160.jpg</div>
185
+ <div class="muted">Attachment</div>
186
+ </div>
187
+ </div>
188
+
189
+ <!-- Keyboard -->
190
+ <div class="keyboard">
191
+ <div class="kb-top-icons">
192
+ <div class="kb-ico">⌘</div>
193
+ <div class="kb-ico">😊</div>
194
+ <div class="kb-ico">GIF</div>
195
+ <div class="kb-ico">⚙︎</div>
196
+ <div class="kb-ico">Gx</div>
197
+ <div class="kb-ico">🎨<
code/7010/7010_5.html ADDED
@@ -0,0 +1,273 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Gallery Mock</title>
6
+ <style>
7
+ body {
8
+ margin: 0;
9
+ padding: 0;
10
+ background: transparent;
11
+ font-family: Arial, Helvetica, sans-serif;
12
+ color: #212121;
13
+ }
14
+ #render-target {
15
+ width: 1080px;
16
+ height: 2400px;
17
+ position: relative;
18
+ overflow: hidden;
19
+ background: #FFFFFF;
20
+ }
21
+
22
+ /* Status bar */
23
+ .status-bar {
24
+ position: absolute;
25
+ top: 0;
26
+ left: 0;
27
+ width: 100%;
28
+ height: 110px;
29
+ padding: 0 32px;
30
+ box-sizing: border-box;
31
+ display: flex;
32
+ align-items: center;
33
+ justify-content: space-between;
34
+ color: #2b2b2b;
35
+ font-size: 36px;
36
+ }
37
+ .sb-left, .sb-right {
38
+ display: flex;
39
+ align-items: center;
40
+ gap: 22px;
41
+ }
42
+ .status-bar .icon {
43
+ width: 38px;
44
+ height: 38px;
45
+ fill: #616161;
46
+ }
47
+
48
+ /* App bar */
49
+ .app-bar {
50
+ position: absolute;
51
+ top: 110px;
52
+ left: 0;
53
+ width: 100%;
54
+ height: 160px;
55
+ display: flex;
56
+ align-items: center;
57
+ padding: 0 32px;
58
+ box-sizing: border-box;
59
+ }
60
+ .app-title {
61
+ display: flex;
62
+ align-items: center;
63
+ gap: 22px;
64
+ font-size: 56px;
65
+ font-weight: 500;
66
+ color: #4a4a4a;
67
+ }
68
+ .photos-logo {
69
+ width: 64px;
70
+ height: 64px;
71
+ }
72
+ .app-actions {
73
+ margin-left: auto;
74
+ }
75
+ .icon-vertical-dots {
76
+ width: 40px;
77
+ height: 40px;
78
+ fill: #616161;
79
+ }
80
+
81
+ /* Content */
82
+ .content {
83
+ position: absolute;
84
+ top: 270px;
85
+ left: 0;
86
+ right: 0;
87
+ bottom: 0;
88
+ padding: 0 48px 240px;
89
+ box-sizing: border-box;
90
+ overflow: hidden;
91
+ }
92
+
93
+ .section-title {
94
+ font-size: 48px;
95
+ font-weight: 600;
96
+ margin: 18px 0 24px;
97
+ color: #3c3c3c;
98
+ }
99
+
100
+ .grid {
101
+ display: flex;
102
+ gap: 16px;
103
+ flex-wrap: nowrap;
104
+ margin-bottom: 44px;
105
+ }
106
+
107
+ .thumb {
108
+ width: 234px;
109
+ height: 234px;
110
+ background: #E0E0E0;
111
+ border: 1px solid #BDBDBD;
112
+ display: flex;
113
+ justify-content: center;
114
+ align-items: center;
115
+ color: #757575;
116
+ font-size: 28px;
117
+ text-align: center;
118
+ border-radius: 6px;
119
+ }
120
+
121
+ .thumb.large {
122
+ width: 300px;
123
+ height: 300px;
124
+ }
125
+
126
+ /* Bottom nav */
127
+ .nav-bar {
128
+ position: absolute;
129
+ left: 0;
130
+ bottom: 0;
131
+ width: 100%;
132
+ height: 180px;
133
+ background: #FFFFFF;
134
+ border-top: 1px solid #E6E6E6;
135
+ display: flex;
136
+ align-items: center;
137
+ justify-content: space-around;
138
+ }
139
+ .tab {
140
+ width: 50%;
141
+ height: 100%;
142
+ display: flex;
143
+ flex-direction: column;
144
+ align-items: center;
145
+ justify-content: center;
146
+ gap: 18px;
147
+ color: #757575;
148
+ font-size: 34px;
149
+ }
150
+ .tab .tab-icon {
151
+ width: 56px;
152
+ height: 56px;
153
+ }
154
+ .tab.active {
155
+ color: #1E88E5;
156
+ }
157
+ .tab.active .tab-icon {
158
+ fill: #1E88E5;
159
+ }
160
+ .tab:not(.active) .tab-icon {
161
+ fill: #9E9E9E;
162
+ }
163
+
164
+ /* Gesture bar */
165
+ .gesture {
166
+ position: absolute;
167
+ bottom: 190px;
168
+ left: 50%;
169
+ transform: translateX(-50%);
170
+ width: 300px;
171
+ height: 16px;
172
+ background: #BDBDBD;
173
+ border-radius: 10px;
174
+ opacity: 0.8;
175
+ }
176
+ </style>
177
+ </head>
178
+ <body>
179
+ <div id="render-target">
180
+
181
+ <!-- Status Bar -->
182
+ <div class="status-bar">
183
+ <div class="sb-left">
184
+ <div class="time">9:23</div>
185
+ <!-- Mail icon -->
186
+ <svg class="icon" viewBox="0 0 24 24">
187
+ <path d="M3 5h18v14H3z" fill="none" stroke="#616161" stroke-width="2"/>
188
+ <path d="M3 7l9 6 9-6" fill="none" stroke="#616161" stroke-width="2"/>
189
+ </svg>
190
+ <!-- Cloud icon -->
191
+ <svg class="icon" viewBox="0 0 24 24">
192
+ <path d="M6 15a4 4 0 0 1 0-8 5 5 0 0 1 9-2 4 4 0 0 1 3 7H6z" fill="#616161"/>
193
+ </svg>
194
+ </div>
195
+ <div class="sb-right">
196
+ <!-- Wi-Fi icon -->
197
+ <svg class="icon" viewBox="0 0 24 24">
198
+ <path d="M2 8c5-4 15-4 20 0" fill="none" stroke="#616161" stroke-width="2"/>
199
+ <path d="M5 11c4-3 10-3 14 0" fill="none" stroke="#616161" stroke-width="2"/>
200
+ <path d="M8 14c3-2 5-2 8 0" fill="none" stroke="#616161" stroke-width="2"/>
201
+ <circle cx="12" cy="18" r="2" fill="#616161"/>
202
+ </svg>
203
+ <!-- Battery icon -->
204
+ <svg class="icon" viewBox="0 0 24 24">
205
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2" fill="none" stroke="#616161" stroke-width="2"/>
206
+ <rect x="21" y="9" width="2" height="6" fill="#616161"/>
207
+ <rect x="4" y="8" width="12" height="8" fill="#616161"/>
208
+ </svg>
209
+ </div>
210
+ </div>
211
+
212
+ <!-- App Bar -->
213
+ <div class="app-bar">
214
+ <div class="app-title">
215
+ <!-- Simplified Photos logo -->
216
+ <svg class="photos-logo" viewBox="0 0 24 24">
217
+ <path d="M12 2v8H4a8 8 0 0 1 8-8z" fill="#4285F4"/>
218
+ <path d="M22 12h-8V4a8 8 0 0 1 8 8z" fill="#EA4335"/>
219
+ <path d="M12 22v-8h8a8 8 0 0 1-8 8z" fill="#FBBC04"/>
220
+ <path d="M2 12h8v8a8 8 0 0 1-8-8z" fill="#34A853"/>
221
+ </svg>
222
+ <span>Gallery</span>
223
+ </div>
224
+ <div class="app-actions">
225
+ <!-- Vertical dots -->
226
+ <svg class="icon-vertical-dots" viewBox="0 0 24 24">
227
+ <circle cx="12" cy="5" r="2"/>
228
+ <circle cx="12" cy="12" r="2"/>
229
+ <circle cx="12" cy="19" r="2"/>
230
+ </svg>
231
+ </div>
232
+ </div>
233
+
234
+ <!-- Content -->
235
+ <div class="content">
236
+ <div class="section-title">September</div>
237
+ <div class="grid">
238
+ <div class="thumb">[IMG: Tulip field]</div>
239
+ <div class="thumb">[IMG: Windmills by water]</div>
240
+ <div class="thumb">[IMG: City canal houses]</div>
241
+ <div class="thumb">[IMG: Colorful flower fields]</div>
242
+ </div>
243
+
244
+ <div class="section-title">July</div>
245
+ <div class="grid">
246
+ <div class="thumb large">[IMG: Illustration with headphones]</div>
247
+ </div>
248
+ </div>
249
+
250
+ <!-- Gesture pill -->
251
+ <div class="gesture"></div>
252
+
253
+ <!-- Bottom Navigation -->
254
+ <div class="nav-bar">
255
+ <div class="tab active">
256
+ <svg class="tab-icon" viewBox="0 0 24 24">
257
+ <rect x="3" y="4" width="18" height="16" rx="2" ry="2"/>
258
+ <path d="M4 17l6-5 4 3 6-6" fill="none" stroke="#fff" stroke-width="1.6"/>
259
+ <circle cx="9" cy="9" r="1.5" fill="#fff"/>
260
+ </svg>
261
+ <div class="label">Photos</div>
262
+ </div>
263
+ <div class="tab">
264
+ <svg class="tab-icon" viewBox="0 0 24 24">
265
+ <path d="M3 7h7l2 2h9v10H3z"/>
266
+ </svg>
267
+ <div class="label">Folders</div>
268
+ </div>
269
+ </div>
270
+
271
+ </div>
272
+ </body>
273
+ </html>
code/7013/7013_0.html ADDED
@@ -0,0 +1,286 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Smart Door Locks Search</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px;
10
+ position: relative; overflow: hidden;
11
+ background: #F6F7FB;
12
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
13
+ color: #222;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ height: 120px;
19
+ padding: 0 36px;
20
+ display: flex;
21
+ align-items: center;
22
+ justify-content: space-between;
23
+ color: #222;
24
+ font-weight: 600;
25
+ font-size: 42px;
26
+ }
27
+ .status-icons { display: flex; gap: 26px; align-items: center; }
28
+ .icon-box {
29
+ width: 36px; height: 36px; border-radius: 6px; background: #9E9E9E;
30
+ }
31
+
32
+ /* Header with search */
33
+ .header {
34
+ padding: 8px 28px 0 28px;
35
+ display: flex;
36
+ align-items: center;
37
+ gap: 24px;
38
+ }
39
+ .back-btn {
40
+ width: 72px; height: 72px; border-radius: 36px;
41
+ display: flex; align-items: center; justify-content: center;
42
+ }
43
+ .search-field {
44
+ flex: 1;
45
+ height: 96px;
46
+ background: #EFEFF2;
47
+ border-radius: 48px;
48
+ display: flex; align-items: center;
49
+ padding: 0 28px;
50
+ gap: 18px;
51
+ color: #666;
52
+ font-size: 36px;
53
+ }
54
+ .search-chip {
55
+ background: #DBDBE0;
56
+ color: #555;
57
+ padding: 10px 20px;
58
+ border-radius: 20px;
59
+ font-size: 30px;
60
+ }
61
+ .grid-btn {
62
+ width: 72px; height: 72px; border-radius: 16px;
63
+ display: flex; align-items: center; justify-content: center;
64
+ }
65
+ .header svg { fill: none; stroke: #666; stroke-width: 6; }
66
+
67
+ /* Sort / filter row */
68
+ .sort-row {
69
+ margin-top: 28px;
70
+ padding: 0 32px;
71
+ display: flex;
72
+ align-items: center;
73
+ justify-content: space-between;
74
+ font-size: 36px;
75
+ }
76
+ .sort-item { color: #333; display: flex; align-items: center; gap: 12px; }
77
+ .sort-item.active { font-weight: 600; }
78
+ .sort-item.active .underline { height: 6px; background: #FF7A00; border-radius: 3px; width: 120px; margin-top: 10px; }
79
+ .filter-item { color: #333; display: flex; align-items: center; gap: 16px; }
80
+ .filter-icon { width: 36px; height: 36px; }
81
+
82
+ /* Sale banner */
83
+ .sale-banner {
84
+ margin: 28px 32px 0 32px;
85
+ background: #FFEDE5;
86
+ border-radius: 24px;
87
+ padding: 24px;
88
+ display: flex; align-items: center; gap: 16px;
89
+ font-size: 34px; color: #7A5E54;
90
+ }
91
+ .sale-pill {
92
+ background: #6C4BFF; color: #fff; font-weight: 700;
93
+ padding: 8px 18px; border-radius: 14px; font-size: 30px;
94
+ }
95
+
96
+ /* Suggestion line */
97
+ .suggestion {
98
+ margin: 16px 32px 20px 32px;
99
+ font-size: 32px; color: #7A7A7A;
100
+ }
101
+ .suggestion a { color: #1E88E5; text-decoration: none; }
102
+
103
+ /* Product grid */
104
+ .grid {
105
+ padding: 0 24px 140px 24px;
106
+ display: flex; flex-wrap: wrap;
107
+ gap: 24px;
108
+ }
109
+ .card {
110
+ width: calc(50% - 12px);
111
+ background: #ffffff;
112
+ border-radius: 28px;
113
+ padding-bottom: 24px;
114
+ box-shadow: 0 1px 0 rgba(0,0,0,0.03);
115
+ }
116
+ .thumb {
117
+ margin: 24px;
118
+ height: 360px;
119
+ background: #E0E0E0;
120
+ border: 1px solid #BDBDBD;
121
+ border-radius: 20px;
122
+ display: flex; align-items: center; justify-content: center;
123
+ color: #757575; font-size: 30px; text-align: center;
124
+ }
125
+ .title {
126
+ padding: 0 28px;
127
+ font-size: 34px; color: #333;
128
+ line-height: 1.2;
129
+ max-height: 82px;
130
+ overflow: hidden;
131
+ }
132
+ .price {
133
+ padding: 10px 28px 0 28px;
134
+ font-weight: 800; font-size: 40px; color: #111;
135
+ }
136
+ .sold {
137
+ padding: 6px 28px 0 28px;
138
+ font-size: 30px; color: #9AA0A6;
139
+ }
140
+
141
+ /* Bottom bar */
142
+ .bottom-bar {
143
+ position: absolute; left: 0; right: 0; bottom: 0;
144
+ height: 140px; background: #000;
145
+ display: flex; align-items: center; justify-content: center;
146
+ }
147
+ .home-pill {
148
+ width: 260px; height: 22px; background: #FFFFFF;
149
+ border-radius: 12px;
150
+ }
151
+ </style>
152
+ </head>
153
+ <body>
154
+ <div id="render-target">
155
+
156
+ <!-- Status Bar -->
157
+ <div class="status-bar">
158
+ <div>4:03</div>
159
+ <div class="status-icons">
160
+ <div class="icon-box"></div>
161
+ <div class="icon-box"></div>
162
+ <div class="icon-box"></div>
163
+ </div>
164
+ </div>
165
+
166
+ <!-- Header Search -->
167
+ <div class="header">
168
+ <div class="back-btn">
169
+ <svg width="44" height="44" viewBox="0 0 44 44">
170
+ <path d="M28 8 L12 22 L28 36" stroke-linecap="round" stroke-linejoin="round"></path>
171
+ </svg>
172
+ </div>
173
+ <div class="search-field">
174
+ <svg width="40" height="40" viewBox="0 0 40 40">
175
+ <circle cx="16" cy="16" r="12"></circle>
176
+ <line x1="26" y1="26" x2="36" y2="36"></line>
177
+ </svg>
178
+ <div style="flex:1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;">smart door locks with a fingerprint</div>
179
+ <div class="search-chip">x</div>
180
+ </div>
181
+ <div class="grid-btn">
182
+ <svg width="44" height="44" viewBox="0 0 44 44">
183
+ <rect x="4" y="4" width="14" height="14" stroke="#666" stroke-width="4"></rect>
184
+ <rect x="26" y="4" width="14" height="14" stroke="#666" stroke-width="4"></rect>
185
+ <rect x="4" y="26" width="14" height="14" stroke="#666" stroke-width="4"></rect>
186
+ <rect x="26" y="26" width="14" height="14" stroke="#666" stroke-width="4"></rect>
187
+ </svg>
188
+ </div>
189
+ </div>
190
+
191
+ <!-- Sort / Filter Row -->
192
+ <div class="sort-row">
193
+ <div>
194
+ <div class="sort-item active">
195
+ <span>Most Popular</span>
196
+ <svg width="26" height="26" viewBox="0 0 26 26">
197
+ <polyline points="6,10 13,17 20,10" stroke="#777" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"></polyline>
198
+ </svg>
199
+ </div>
200
+ <div class="underline"></div>
201
+ </div>
202
+ <div class="sort-item">
203
+ <span>Price</span>
204
+ <svg width="26" height="26" viewBox="0 0 26 26">
205
+ <polyline points="7,9 13,3 19,9" stroke="#777" stroke-width="3" fill="none" stroke-linecap="round"></polyline>
206
+ <polyline points="7,17 13,23 19,17" stroke="#777" stroke-width="3" fill="none" stroke-linecap="round"></polyline>
207
+ </svg>
208
+ </div>
209
+ <div class="filter-item">
210
+ <svg class="filter-icon" viewBox="0 0 24 24">
211
+ <path d="M3 5h18M6 12h12M10 19h4" stroke="#FFB300" stroke-width="3" stroke-linecap="round"></path>
212
+ </svg>
213
+ <span>Filter</span>
214
+ </div>
215
+ </div>
216
+
217
+ <!-- Sale Banner -->
218
+ <div class="sale-banner">
219
+ <div class="sale-pill">SALE</div>
220
+ <div>sale</div>
221
+ </div>
222
+
223
+ <!-- Suggestion Line -->
224
+ <div class="suggestion">
225
+ Only 6 results found, did you mean "<a href="#">smart door locks with a fingerprint</a>"?
226
+ </div>
227
+
228
+ <!-- Product Grid -->
229
+ <div class="grid">
230
+ <!-- Card 1 -->
231
+ <div class="card">
232
+ <div class="thumb">[IMG: R5 Tuya Smart WiFi Lock]</div>
233
+ <div class="title">R5 Tuya Smart WiFi Lock Fingerprint Digital</div>
234
+ <div class="price">₹5,866.24</div>
235
+ <div class="sold">30 Sold</div>
236
+ </div>
237
+
238
+ <!-- Card 2 -->
239
+ <div class="card">
240
+ <div class="thumb">[IMG: WAFU WF-016 TUYA APP Fingerprint Lock]</div>
241
+ <div class="title">WAFU WF-016 TUYA APP Fingerprint Smart Lock</div>
242
+ <div class="price">₹4,860.46</div>
243
+ <div class="sold">140 Sold</div>
244
+ </div>
245
+
246
+ <!-- Card 3 -->
247
+ <div class="card">
248
+ <div class="thumb">[IMG: WAFU WF-H6 Bluetooth Door Lock]</div>
249
+ <div class="title">WAFU WF-H6 Tuya bluetooth Smart Door Lock</div>
250
+ <div class="price">₹5,698.61</div>
251
+ <div class="sold">–</div>
252
+ </div>
253
+
254
+ <!-- Card 4 -->
255
+ <div class="card">
256
+ <div class="thumb">[IMG: Aqara A100 Pro Smart Door Lock]</div>
257
+ <div class="title">Aqara A100 Pro Smart Door Lock</div>
258
+ <div class="price">₹20,031.06</div>
259
+ <div class="sold">1 Sold</div>
260
+ </div>
261
+
262
+ <!-- Card 5 -->
263
+ <div class="card">
264
+ <div class="thumb">[IMG: Vertical Smart Lock Pair]</div>
265
+ <div class="title">Slim Vertical Fingerprint Smart Lock Set</div>
266
+ <div class="price">₹12,499.00</div>
267
+ <div class="sold">–</div>
268
+ </div>
269
+
270
+ <!-- Card 6 -->
271
+ <div class="card">
272
+ <div class="thumb">[IMG: Black Handle Smart Lock]</div>
273
+ <div class="title">Tuya Smart Handle Lock with Fingerprint</div>
274
+ <div class="price">₹7,999.00</div>
275
+ <div class="sold">–</div>
276
+ </div>
277
+ </div>
278
+
279
+ <!-- Bottom system bar -->
280
+ <div class="bottom-bar">
281
+ <div class="home-pill"></div>
282
+ </div>
283
+
284
+ </div>
285
+ </body>
286
+ </html>
code/7013/7013_1.html ADDED
@@ -0,0 +1,239 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Filter Drawer UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: #222; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #ffffff;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ position: absolute; top: 0; left: 0; right: 0;
18
+ height: 110px; padding: 0 36px;
19
+ display: flex; align-items: center; justify-content: space-between;
20
+ color: #202124; font-weight: 600; font-size: 38px;
21
+ }
22
+ .status-icons { display: flex; gap: 20px; align-items: center; }
23
+ .icon-wifi, .icon-battery, .icon-mail, .icon-signal {
24
+ width: 36px; height: 36px;
25
+ }
26
+
27
+ /* Underlay content (left side listing) */
28
+ .underlay {
29
+ position: absolute; top: 110px; left: 0; right: 0; bottom: 120px;
30
+ background: #f7f7f7;
31
+ }
32
+ .underlay .toolbar {
33
+ height: 120px; display: flex; align-items: center; gap: 24px;
34
+ padding: 0 30px;
35
+ }
36
+ .back-btn {
37
+ width: 72px; height: 72px; border-radius: 36px;
38
+ display: flex; align-items: center; justify-content: center;
39
+ background: transparent;
40
+ }
41
+ .search-bar {
42
+ flex: 1; height: 72px; border-radius: 36px;
43
+ background: #eeeeee; display: flex; align-items: center;
44
+ padding: 0 28px; color: #757575; font-size: 34px;
45
+ }
46
+ .popular-row {
47
+ display: flex; align-items: center; gap: 12px;
48
+ padding: 26px 30px; font-size: 36px; color: #333;
49
+ }
50
+ .popular-row .underline {
51
+ width: 120px; height: 8px; background: #ff7a21; border-radius: 4px; margin-left: 16px;
52
+ }
53
+ .cards {
54
+ padding: 10px 30px; display: grid; grid-template-columns: 1fr; gap: 22px;
55
+ }
56
+ .card {
57
+ background: #ffffff; border-radius: 26px; box-shadow: 0 2px 8px rgba(0,0,0,0.06);
58
+ padding: 22px; width: 630px; /* visible portion behind drawer */
59
+ }
60
+ .img-ph {
61
+ width: 100%; height: 260px; background: #E0E0E0; border: 1px solid #BDBDBD;
62
+ border-radius: 18px; display: flex; align-items: center; justify-content: center; color: #757575; font-size: 34px;
63
+ }
64
+ .card .title { margin-top: 18px; font-size: 34px; color: #555; }
65
+ .card .price { margin-top: 10px; font-size: 42px; font-weight: 800; }
66
+ .card .sold { margin-top: 8px; font-size: 28px; color: #777; }
67
+
68
+ /* Drawer panel */
69
+ .drawer {
70
+ position: absolute; top: 0; right: 0; width: 720px; height: 2400px;
71
+ background: #fff; box-shadow: -20px 0 40px rgba(0,0,0,0.15);
72
+ padding-top: 160px; /* below status bar */
73
+ }
74
+ .drawer-inner { padding: 0 36px; }
75
+ .section-title {
76
+ font-size: 46px; font-weight: 700; color: #111; margin: 10px 0 26px;
77
+ }
78
+ .chip-row { display: flex; flex-wrap: wrap; gap: 22px; }
79
+ .chip {
80
+ padding: 18px 28px; font-size: 34px; border-radius: 18px;
81
+ background: #F1F1F1; color: #444;
82
+ }
83
+ .chip.outline {
84
+ background: #FFFFFF; color: #ff6a00; border: 2px solid #ff6a00;
85
+ }
86
+ .divider {
87
+ height: 1px; background: #e6e6e6; margin: 34px 0;
88
+ }
89
+
90
+ .flag-cn {
91
+ display: inline-flex; align-items: center; gap: 16px;
92
+ }
93
+ .flag-svg { width: 44px; height: 28px; border-radius: 4px; overflow: hidden; }
94
+ .flag-label { font-size: 34px; }
95
+
96
+ .opt-chip { width: 100%; max-width: 620px; }
97
+
98
+ .price-row { display: flex; align-items: center; gap: 18px; }
99
+ .price-input {
100
+ flex: 1; min-width: 220px; height: 86px; border-radius: 18px;
101
+ border: 2px solid #DFDFDF; background: #fff; color: #999; font-size: 34px;
102
+ display: flex; align-items: center; padding: 0 22px;
103
+ }
104
+ .price-dash { font-size: 42px; color: #bbb; font-weight: 500; }
105
+
106
+ .brand-logo {
107
+ width: 240px; height: 72px; background: #E0E0E0; border: 1px solid #BDBDBD;
108
+ border-radius: 12px; display: flex; align-items: center; justify-content: center; color: #757575; font-size: 34px;
109
+ margin: 16px 0 24px;
110
+ }
111
+
112
+ /* Bottom actions inside drawer */
113
+ .actions {
114
+ position: absolute; bottom: 140px; left: 36px; right: 36px;
115
+ display: flex; justify-content: space-between; gap: 26px;
116
+ }
117
+ .btn {
118
+ height: 110px; border-radius: 60px; font-size: 40px; font-weight: 700;
119
+ padding: 0 80px; display: flex; align-items: center; justify-content: center;
120
+ }
121
+ .btn-reset {
122
+ background: #fff; color: #ff6a00; border: 3px solid #ff6a00;
123
+ }
124
+ .btn-done {
125
+ background: linear-gradient(90deg, #ff7a21, #ff463a); color: #fff; border: none;
126
+ }
127
+
128
+ /* Bottom system bar */
129
+ .system-bar {
130
+ position: absolute; bottom: 0; left: 0; right: 0; height: 120px; background: #000;
131
+ display: flex; align-items: center; justify-content: center;
132
+ }
133
+ .home-indicator {
134
+ width: 220px; height: 10px; border-radius: 8px; background: #cfcfcf;
135
+ }
136
+ </style>
137
+ </head>
138
+ <body>
139
+ <div id="render-target">
140
+
141
+ <!-- Status bar -->
142
+ <div class="status-bar">
143
+ <div>4:03</div>
144
+ <div class="status-icons">
145
+ <svg class="icon-mail" viewBox="0 0 24 24"><path d="M2 6h20v12H2V6zm2 1v10h16V7l-8 5-8-5z" fill="#505050"/></svg>
146
+ <svg class="icon-signal" viewBox="0 0 24 24"><path d="M4 18h2V8H4v10zm5 0h2V4H9v14zm5 0h2V12h-2v6zm5 0h2V2h-2v16z" fill="#505050"/></svg>
147
+ <svg class="icon-wifi" viewBox="0 0 24 24"><path d="M12 20a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm7-7a11 11 0 0 0-14 0l1.5 1.5a9 9 0 0 1 11 0L19 13zm3-4a16 16 0 0 0-22 0L1.5 10a14 14 0 0 1 21 0L22 9z" fill="#505050"/></svg>
148
+ <svg class="icon-battery" viewBox="0 0 24 24"><path d="M2 8h17v8H2V8zm19 3h1v2h-1v-2z" fill="#505050"/></svg>
149
+ </div>
150
+ </div>
151
+
152
+ <!-- Underlay listing -->
153
+ <div class="underlay">
154
+ <div class="toolbar">
155
+ <div class="back-btn">
156
+ <svg width="44" height="44" viewBox="0 0 24 24"><path d="M15 18l-6-6 6-6" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
157
+ </div>
158
+ <div class="search-bar">
159
+ <svg width="34" height="34" viewBox="0 0 24 24" style="margin-right:10px;"><path d="M10 18a8 8 0 1 1 5.3-14.2L22 10l-2 2-4.7-4.7A8 8 0 0 1 10 18z" fill="#999"/></svg>
160
+ smart door locks
161
+ </div>
162
+ </div>
163
+ <div class="popular-row">
164
+ Most Popular
165
+ <svg width="20" height="20" viewBox="0 0 24 24"><path d="M17 10l4 4-4 4" fill="#999"/></svg>
166
+ <div class="underline"></div>
167
+ </div>
168
+ <div class="cards">
169
+ <div class="card">
170
+ <div class="img-ph">[IMG: Smart Lock]</div>
171
+ <div class="title">R5 Tuya Smart WiFi Lock</div>
172
+ <div class="price">₹5,866.24</div>
173
+ <div class="sold">30 Sold</div>
174
+ </div>
175
+ <div class="card">
176
+ <div class="img-ph">[IMG: Smart Door Lock]</div>
177
+ <div class="title">WAFU WF-H6 Tuya Lock</div>
178
+ <div class="price">₹5,698.61</div>
179
+ </div>
180
+ </div>
181
+ </div>
182
+
183
+ <!-- Drawer filter panel -->
184
+ <div class="drawer">
185
+ <div class="drawer-inner">
186
+
187
+ <div class="section-title">Categories</div>
188
+ <div class="chip-row">
189
+ <div class="chip">Consumer Electro…</div>
190
+ <div class="chip">Door Locks</div>
191
+ <div class="chip outline">Smart Home</div>
192
+ <div class="chip">Access Control & I…</div>
193
+ </div>
194
+
195
+ <div class="divider"></div>
196
+
197
+ <div class="section-title">Ship From</div>
198
+ <div class="chip outline flag-cn">
199
+ <svg class="flag-svg" viewBox="0 0 32 20">
200
+ <rect x="0" y="0" width="32" height="20" fill="#ee1c25"></rect>
201
+ <polygon points="5,9 7,9 7,7 9,7 9,5 7,5 7,3 5,3 5,5 3,5 3,7 5,7" fill="#fdd116"></polygon>
202
+ </svg>
203
+ <span class="flag-label">CN Warehouse</span>
204
+ </div>
205
+
206
+ <div class="divider"></div>
207
+
208
+ <div class="section-title">Special options</div>
209
+ <div class="chip opt-chip">Flash Deals</div>
210
+
211
+ <div class="divider"></div>
212
+
213
+ <div class="section-title">Price</div>
214
+ <div class="price-row">
215
+ <div class="price-input">Min</div>
216
+ <div class="price-dash">–</div>
217
+ <div class="price-input">Max</div>
218
+ </div>
219
+
220
+ <div class="divider"></div>
221
+
222
+ <div class="section-title">Brands</div>
223
+ <div class="brand-logo">[IMG: Aqara logo]</div>
224
+ <div class="divider"></div>
225
+ </div>
226
+
227
+ <div class="actions">
228
+ <div class="btn btn-reset">Reset</div>
229
+ <div class="btn btn-done">Done</div>
230
+ </div>
231
+ </div>
232
+
233
+ <!-- Bottom system bar -->
234
+ <div class="system-bar">
235
+ <div class="home-indicator"></div>
236
+ </div>
237
+ </div>
238
+ </body>
239
+ </html>
code/7013/7013_2.html ADDED
@@ -0,0 +1,246 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Filter Drawer UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px;
10
+ position: relative; overflow: hidden;
11
+ background: #ffffff;
12
+ }
13
+
14
+ /* Status bar */
15
+ .statusbar {
16
+ position: absolute; top: 24px; left: 0; right: 0;
17
+ height: 72px; display: flex; align-items: center; justify-content: space-between;
18
+ padding: 0 32px; color: #3c3c3c; font-size: 32px; letter-spacing: 0.5px;
19
+ }
20
+ .status-left { display: flex; align-items: center; gap: 14px; }
21
+ .status-right { display: flex; align-items: center; gap: 18px; }
22
+ .icon { width: 34px; height: 34px; }
23
+
24
+ /* Background page content (behind the drawer) */
25
+ .page {
26
+ position: absolute; top: 120px; left: 0; right: 0; bottom: 140px;
27
+ padding: 24px 32px;
28
+ background: #fafafa;
29
+ }
30
+ .back-row { display: flex; align-items: center; gap: 16px; color: #333; }
31
+ .search-bar {
32
+ margin-top: 18px;
33
+ height: 88px; border-radius: 44px; background: #ffffff;
34
+ border: 1px solid #e5e5e5; display: flex; align-items: center; gap: 16px;
35
+ padding: 0 24px; color: #999; width: 640px;
36
+ box-shadow: 0 4px 10px rgba(0,0,0,0.04);
37
+ }
38
+ .section-title {
39
+ margin-top: 36px; font-weight: 700; font-size: 40px; color: #222; display: flex; align-items: center; gap: 16px;
40
+ }
41
+ .orange-dot { width: 40px; height: 6px; background: #ff7a2e; border-radius: 3px; }
42
+ .note { margin-top: 14px; color: #6a6a6a; font-size: 30px; width: 640px; }
43
+ .product-card {
44
+ margin-top: 22px; width: 640px; border-radius: 20px; background: #fff; border: 1px solid #eee;
45
+ padding: 24px; display: flex; gap: 24px; align-items: center;
46
+ box-shadow: 0 6px 16px rgba(0,0,0,0.06);
47
+ }
48
+ .img-ph {
49
+ width: 220px; height: 220px; background: #E0E0E0; border: 1px solid #BDBDBD;
50
+ display: flex; justify-content: center; align-items: center; color: #757575; font-size: 26px; text-align: center;
51
+ border-radius: 12px;
52
+ }
53
+ .card-info { flex: 1; }
54
+ .card-title { font-size: 32px; color: #333; line-height: 1.4; }
55
+ .price { margin-top: 12px; font-size: 40px; font-weight: 800; color: #000; }
56
+ .sold { margin-top: 6px; font-size: 28px; color: #8c8c8c; }
57
+
58
+ /* Dark overlay on the left side behind the drawer */
59
+ .dim-left {
60
+ position: absolute; top: 0; left: 0; width: 360px; height: 2400px;
61
+ background: rgba(0,0,0,0.45);
62
+ }
63
+
64
+ /* Right filter drawer */
65
+ .drawer {
66
+ position: absolute; right: 0; top: 0; width: 720px; height: 2400px;
67
+ background: #ffffff; box-shadow: -26px 0 48px rgba(0,0,0,0.18);
68
+ padding: 140px 48px 180px 48px; /* leave space for status bar and bottom area */
69
+ }
70
+ .drawer h2 {
71
+ margin: 0 0 28px 0; font-size: 54px; font-weight: 800; color: #222;
72
+ }
73
+ .divider {
74
+ height: 1px; background: #ececec; margin: 36px 0;
75
+ }
76
+ .chips { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
77
+ .chip {
78
+ display: inline-flex; align-items: center; gap: 14px;
79
+ padding: 22px 26px; border-radius: 24px; font-size: 34px; line-height: 34px;
80
+ border: 1px solid #e2e2e2; background: #f2f2f2; color: #333;
81
+ white-space: nowrap;
82
+ }
83
+ .chip.outlined { border-color: #ff6a00; background: #fff4ea; color: #ff6a00; font-weight: 700; }
84
+ .chip.brand { background: #fff; border-color: #ff6a00; color: #4a4a4a; }
85
+ .flag {
86
+ width: 40px; height: 28px; border-radius: 4px; overflow: hidden; border: 1px solid #d8d8d8;
87
+ }
88
+ .price-row { display: grid; grid-template-columns: 1fr 60px 1fr; align-items: center; gap: 16px; }
89
+ .pill-input {
90
+ height: 88px; border-radius: 24px; border: 1px solid #e4e4e4; background: #ffffff;
91
+ display: flex; align-items: center; padding: 0 22px; color: #a3a3a3; font-size: 34px;
92
+ }
93
+ .dash { text-align: center; color: #909090; font-size: 40px; }
94
+ /* Bottom buttons */
95
+ .bottom-actions {
96
+ position: absolute; bottom: 170px; right: 48px; left: 48px;
97
+ display: flex; gap: 28px; justify-content: flex-end;
98
+ }
99
+ .btn {
100
+ height: 110px; min-width: 240px; padding: 0 46px;
101
+ border-radius: 56px; font-size: 42px; font-weight: 700;
102
+ display: inline-flex; align-items: center; justify-content: center; cursor: default;
103
+ }
104
+ .btn.reset {
105
+ border: 3px solid #ff6a00; color: #ff6a00; background: #fff;
106
+ }
107
+ .btn.done {
108
+ border: none; color: #fff;
109
+ background: linear-gradient(90deg, #ff7a2e, #ff3d2e);
110
+ box-shadow: 0 8px 16px rgba(255, 90, 40, 0.35);
111
+ }
112
+
113
+ /* Bottom system bar */
114
+ .system-bottom {
115
+ position: absolute; bottom: 0; left: 0; right: 0; height: 120px; background: #000;
116
+ }
117
+ .home-indicator {
118
+ position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%);
119
+ width: 220px; height: 12px; border-radius: 6px; background: #cfcfcf;
120
+ }
121
+ </style>
122
+ </head>
123
+ <body>
124
+ <div id="render-target">
125
+
126
+ <!-- Status bar -->
127
+ <div class="statusbar">
128
+ <div class="status-left">
129
+ <span>4:04</span>
130
+ <!-- Simple status glyphs -->
131
+ <svg class="icon" viewBox="0 0 24 24">
132
+ <rect x="2" y="6" width="6" height="12" fill="#606060"></rect>
133
+ <rect x="10" y="10" width="6" height="8" fill="#606060"></rect>
134
+ <rect x="18" y="12" width="4" height="6" fill="#606060"></rect>
135
+ </svg>
136
+ <svg class="icon" viewBox="0 0 24 24">
137
+ <circle cx="12" cy="12" r="10" stroke="#606060" stroke-width="2" fill="none"></circle>
138
+ <path d="M12 6v6l4 4" stroke="#606060" stroke-width="2" fill="none" stroke-linecap="round"></path>
139
+ </svg>
140
+ </div>
141
+ <div class="status-right">
142
+ <!-- Wifi -->
143
+ <svg class="icon" viewBox="0 0 24 24">
144
+ <path d="M3 9c4-4 14-4 18 0" stroke="#606060" stroke-width="2" fill="none" stroke-linecap="round"></path>
145
+ <path d="M6 12c3-3 9-3 12 0" stroke="#606060" stroke-width="2" fill="none" stroke-linecap="round"></path>
146
+ <circle cx="12" cy="16" r="2" fill="#606060"></circle>
147
+ </svg>
148
+ <!-- Battery -->
149
+ <svg class="icon" viewBox="0 0 28 24">
150
+ <rect x="2" y="6" width="20" height="12" rx="2" ry="2" stroke="#606060" stroke-width="2" fill="none"></rect>
151
+ <rect x="4" y="8" width="12" height="8" fill="#606060"></rect>
152
+ <rect x="22" y="9" width="4" height="6" fill="#606060"></rect>
153
+ </svg>
154
+ </div>
155
+ </div>
156
+
157
+ <!-- Background page content -->
158
+ <div class="page">
159
+ <div class="back-row">
160
+ <svg class="icon" viewBox="0 0 24 24">
161
+ <path d="M15 5 7 12l8 7" stroke="#222" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
162
+ </svg>
163
+ <div class="search-bar">
164
+ <svg class="icon" viewBox="0 0 24 24">
165
+ <circle cx="10" cy="10" r="7" stroke="#aaa" stroke-width="2" fill="none"></circle>
166
+ <path d="M16 16l5 5" stroke="#aaa" stroke-width="2" fill="none" stroke-linecap="round"></path>
167
+ </svg>
168
+ <span style="font-size:32px;color:#888;">smart door lock</span>
169
+ </div>
170
+ </div>
171
+
172
+ <div class="section-title">
173
+ <span>Most Popular</span>
174
+ <div class="orange-dot"></div>
175
+ </div>
176
+
177
+ <div class="note">Only 6 results found, <span style="color:#1e87ff;">fingerprint</span>?</div>
178
+
179
+ <div class="product-card">
180
+ <div class="img-ph">[IMG: Smart Door Lock]</div>
181
+ <div class="card-info">
182
+ <div class="card-title">Aqara A100 Pro Smart Door Lock</div>
183
+ <div class="price">₹20,031.06</div>
184
+ <div class="sold">1 Sold</div>
185
+ </div>
186
+ </div>
187
+ </div>
188
+
189
+ <!-- Dimmed left side -->
190
+ <div class="dim-left"></div>
191
+
192
+ <!-- Right filter drawer -->
193
+ <div class="drawer">
194
+ <h2>Categories</h2>
195
+ <div class="chips">
196
+ <div class="chip">Consumer Electro…</div>
197
+ <div class="chip">Door Locks</div>
198
+ <div class="chip outlined">Smart Home</div>
199
+ <div class="chip">Access Control &amp; I…</div>
200
+ </div>
201
+
202
+ <div class="divider"></div>
203
+
204
+ <h2>Ship From</h2>
205
+ <div class="chips" style="grid-template-columns: 1fr;">
206
+ <div class="chip outlined">
207
+ <svg class="flag" viewBox="0 0 40 28">
208
+ <rect x="0" y="0" width="40" height="28" fill="#e74c3c"></rect>
209
+ <polygon points="8,6 10,12 4,9 12,9 6,12" fill="#f1c40f"></polygon>
210
+ </svg>
211
+ CN Warehouse
212
+ </div>
213
+ </div>
214
+
215
+ <div class="divider"></div>
216
+
217
+ <h2>Price</h2>
218
+ <div class="price-row">
219
+ <div class="pill-input">Min</div>
220
+ <div class="dash">–</div>
221
+ <div class="pill-input">Max</div>
222
+ </div>
223
+
224
+ <div class="divider"></div>
225
+
226
+ <h2>Brands</h2>
227
+ <div class="chips" style="grid-template-columns: 1fr;">
228
+ <div class="chip brand">
229
+ <div class="img-ph" style="width:120px;height:48px;border-radius:8px;">[IMG: Aqara Logo]</div>
230
+ </div>
231
+ </div>
232
+
233
+ <!-- Bottom actions -->
234
+ <div class="bottom-actions">
235
+ <div class="btn reset">Reset</div>
236
+ <div class="btn done">Done</div>
237
+ </div>
238
+ </div>
239
+
240
+ <!-- Bottom system bar -->
241
+ <div class="system-bottom">
242
+ <div class="home-indicator"></div>
243
+ </div>
244
+ </div>
245
+ </body>
246
+ </html>
code/7013/7013_3.html ADDED
@@ -0,0 +1,305 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Search Results - Smart Door Locks</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
13
+ color: #222;
14
+ }
15
+ #render-target {
16
+ width: 1080px;
17
+ height: 2400px;
18
+ position: relative;
19
+ overflow: hidden;
20
+ background: #F4F6F8;
21
+ }
22
+
23
+ /* Status bar */
24
+ .status-bar {
25
+ height: 110px;
26
+ padding: 28px 36px 0 36px;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ color: #333;
31
+ font-weight: 600;
32
+ font-size: 42px;
33
+ }
34
+ .status-icons {
35
+ display: flex;
36
+ align-items: center;
37
+ gap: 26px;
38
+ }
39
+ .icon-sq {
40
+ width: 34px; height: 34px; background: #9E9E9E; border-radius: 6px;
41
+ }
42
+ .signal {
43
+ width: 40px; height: 26px; border-radius: 6px; border: 2px solid #666;
44
+ position: relative;
45
+ }
46
+ .signal::after {
47
+ content: "";
48
+ position: absolute;
49
+ right: 4px; top: 4px;
50
+ width: 20px; height: 16px; background: #666; border-radius: 3px;
51
+ }
52
+ .battery {
53
+ width: 48px; height: 26px; border: 2px solid #666; border-radius: 6px; position: relative;
54
+ }
55
+ .battery::after {
56
+ content: "";
57
+ position: absolute; right: 4px; top: 4px;
58
+ width: 30px; height: 16px; background: #666; border-radius: 3px;
59
+ }
60
+
61
+ /* Header search row */
62
+ .header {
63
+ display: flex;
64
+ align-items: center;
65
+ padding: 18px 28px 0 28px;
66
+ gap: 20px;
67
+ }
68
+ .back-btn {
69
+ width: 72px; height: 72px; display:flex; align-items:center; justify-content:center;
70
+ }
71
+ .search-pill {
72
+ flex: 1;
73
+ background: #FFFFFF;
74
+ height: 88px;
75
+ border-radius: 44px;
76
+ display: flex;
77
+ align-items: center;
78
+ padding: 0 24px;
79
+ box-shadow: inset 0 0 0 1px #E0E0E0;
80
+ color: #666;
81
+ font-size: 32px;
82
+ }
83
+ .search-pill .magnifier {
84
+ margin-right: 16px;
85
+ }
86
+ .search-text {
87
+ color: #777;
88
+ flex: 1;
89
+ white-space: nowrap;
90
+ overflow: hidden;
91
+ text-overflow: ellipsis;
92
+ }
93
+ .chip {
94
+ background: #EFEFEF;
95
+ color: #666;
96
+ font-size: 26px;
97
+ padding: 8px 16px;
98
+ border-radius: 20px;
99
+ margin-left: 12px;
100
+ }
101
+ .menu-icon {
102
+ width: 72px; height: 72px; display:flex; align-items:center; justify-content:center;
103
+ }
104
+
105
+ /* Tabs / sort bar */
106
+ .tabs {
107
+ padding: 22px 36px 0 36px;
108
+ display: flex;
109
+ align-items: center;
110
+ gap: 60px;
111
+ font-size: 34px;
112
+ color: #222;
113
+ }
114
+ .tab {
115
+ position: relative;
116
+ display: flex; align-items: center; gap: 12px;
117
+ }
118
+ .tab.active {
119
+ color: #222;
120
+ font-weight: 600;
121
+ }
122
+ .tab.active::after {
123
+ content: "";
124
+ position: absolute; left: 0; right: 0; bottom: -16px;
125
+ width: 120px; height: 6px; background: #FF7F30; border-radius: 3px;
126
+ }
127
+ .tab .caret {
128
+ width: 22px; height: 22px;
129
+ }
130
+ .filter-tab {
131
+ margin-left: auto;
132
+ color: #222;
133
+ }
134
+ .filter-tab .filter-icon path { fill: #FFB54D; }
135
+
136
+ /* Suggestion banner */
137
+ .suggestion {
138
+ margin: 24px 0 0 0;
139
+ background: #FFF1E6;
140
+ color: #666;
141
+ font-size: 30px;
142
+ padding: 22px 36px;
143
+ border-top: 1px solid #FFE0CC;
144
+ border-bottom: 1px solid #FFE0CC;
145
+ }
146
+ .suggestion a {
147
+ color: #1E88E5;
148
+ text-decoration: none;
149
+ }
150
+
151
+ /* Product card */
152
+ .list-area {
153
+ padding: 24px 28px;
154
+ }
155
+ .card {
156
+ width: 960px;
157
+ background: #FFFFFF;
158
+ border-radius: 32px;
159
+ padding: 24px;
160
+ box-shadow: 0 0 0 1px #ECECEC inset;
161
+ }
162
+ .product-img {
163
+ width: 912px;
164
+ height: 540px;
165
+ background: #E0E0E0;
166
+ border: 1px solid #BDBDBD;
167
+ border-radius: 24px;
168
+ display: flex; align-items: center; justify-content: center;
169
+ color: #757575;
170
+ font-size: 32px;
171
+ }
172
+ .title {
173
+ margin-top: 24px;
174
+ font-size: 34px;
175
+ color: #444;
176
+ }
177
+ .price {
178
+ margin-top: 12px;
179
+ font-weight: 800;
180
+ font-size: 42px;
181
+ }
182
+ .sub {
183
+ margin-top: 8px;
184
+ color: #9E9E9E;
185
+ font-size: 30px;
186
+ }
187
+
188
+ /* No more items */
189
+ .no-more {
190
+ margin: 40px 0;
191
+ text-align: center;
192
+ color: #B0B0B0;
193
+ font-size: 30px;
194
+ letter-spacing: 2px;
195
+ }
196
+
197
+ /* Bottom gesture area */
198
+ .gesture-area {
199
+ position: absolute;
200
+ bottom: 0;
201
+ left: 0;
202
+ width: 1080px;
203
+ height: 120px;
204
+ background: #000;
205
+ display: flex;
206
+ align-items: center;
207
+ justify-content: center;
208
+ }
209
+ .home-pill {
210
+ width: 300px;
211
+ height: 14px;
212
+ border-radius: 7px;
213
+ background: #D0D0D0;
214
+ }
215
+ /* SVG helpers */
216
+ svg { display: block; }
217
+ </style>
218
+ </head>
219
+ <body>
220
+ <div id="render-target">
221
+
222
+ <!-- Status Bar -->
223
+ <div class="status-bar">
224
+ <div>4:14</div>
225
+ <div class="status-icons">
226
+ <div class="icon-sq"></div>
227
+ <div class="icon-sq"></div>
228
+ <div class="signal"></div>
229
+ <div class="battery"></div>
230
+ </div>
231
+ </div>
232
+
233
+ <!-- Search Header -->
234
+ <div class="header">
235
+ <div class="back-btn">
236
+ <svg width="40" height="40" viewBox="0 0 40 40">
237
+ <path d="M22 8 L10 20 L22 32" stroke="#2E2E2E" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
238
+ </svg>
239
+ </div>
240
+
241
+ <div class="search-pill">
242
+ <div class="magnifier">
243
+ <svg width="34" height="34" viewBox="0 0 34 34">
244
+ <circle cx="14" cy="14" r="10" stroke="#888" stroke-width="3" fill="none"/>
245
+ <line x1="22" y1="22" x2="30" y2="30" stroke="#888" stroke-width="3" stroke-linecap="round"/>
246
+ </svg>
247
+ </div>
248
+ <div class="search-text">smart door locks with a fingerprint</div>
249
+ <div class="chip">×</div>
250
+ </div>
251
+
252
+ <div class="menu-icon">
253
+ <svg width="36" height="36" viewBox="0 0 36 36">
254
+ <rect x="6" y="8" width="24" height="4" rx="2" fill="#333"/>
255
+ <rect x="6" y="16" width="24" height="4" rx="2" fill="#333"/>
256
+ <rect x="6" y="24" width="24" height="4" rx="2" fill="#333"/>
257
+ </svg>
258
+ </div>
259
+ </div>
260
+
261
+ <!-- Tabs -->
262
+ <div class="tabs">
263
+ <div class="tab active">Most Popular
264
+ <svg class="caret" viewBox="0 0 20 20">
265
+ <path d="M6 8 L10 12 L14 8" stroke="#999" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
266
+ </svg>
267
+ </div>
268
+ <div class="tab">Price
269
+ <svg class="caret" viewBox="0 0 20 20">
270
+ <path d="M6 12 L10 8 L14 12" stroke="#999" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
271
+ </svg>
272
+ </div>
273
+ <div class="tab filter-tab">
274
+ Filter
275
+ <svg class="filter-icon" width="24" height="24" viewBox="0 0 24 24">
276
+ <path d="M3 6h18l-7 8v4l-4 2v-6z"/>
277
+ </svg>
278
+ </div>
279
+ </div>
280
+
281
+ <!-- Suggestion Banner -->
282
+ <div class="suggestion">
283
+ Only 6 results found, did you mean "<a href="#">smart door locks with a fingerprint</a>"?
284
+ </div>
285
+
286
+ <!-- Product list -->
287
+ <div class="list-area">
288
+ <div class="card">
289
+ <div class="product-img">[IMG: Smart Door Lock Product]</div>
290
+ <div class="title">Aqara A100 Pro Smart Door...</div>
291
+ <div class="price">₹20,031.06</div>
292
+ <div class="sub">1 Sold</div>
293
+ </div>
294
+
295
+ <div class="no-more">— NO MORE ITEMS —</div>
296
+ </div>
297
+
298
+ <!-- Bottom gesture area -->
299
+ <div class="gesture-area">
300
+ <div class="home-pill"></div>
301
+ </div>
302
+
303
+ </div>
304
+ </body>
305
+ </html>
code/7019/7019_0.html ADDED
@@ -0,0 +1,395 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Running Shoes for Women - Mock UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ color: #222;
15
+ }
16
+
17
+ /* Common */
18
+ .row { display: flex; align-items: center; }
19
+ .space-between { justify-content: space-between; }
20
+ .muted { color: #666; }
21
+ .light { color: #888; }
22
+ .tiny { font-size: 22px; }
23
+ .small { font-size: 26px; }
24
+ .medium { font-size: 30px; }
25
+ .semibold { font-weight: 600; }
26
+ .bold { font-weight: 700; }
27
+ .divider { height: 1px; background: #eee; margin: 10px 0; }
28
+
29
+ /* Status bar */
30
+ .status-bar {
31
+ height: 60px;
32
+ padding: 0 24px;
33
+ display: flex;
34
+ align-items: center;
35
+ justify-content: space-between;
36
+ font-size: 28px;
37
+ }
38
+ .status-icons svg { width: 36px; height: 36px; margin-left: 14px; fill: #555; }
39
+
40
+ /* Top search area */
41
+ .top-bar {
42
+ padding: 14px 24px 10px 24px;
43
+ }
44
+ .back-btn {
45
+ width: 54px; height: 54px; border-radius: 27px; border: 1px solid #ddd;
46
+ display: flex; align-items: center; justify-content: center; margin-right: 14px;
47
+ background: #fff;
48
+ }
49
+ .search-container {
50
+ flex: 1;
51
+ height: 74px;
52
+ border: 1px solid #ddd;
53
+ border-radius: 16px;
54
+ padding: 0 16px;
55
+ display: flex; align-items: center; background: #fafafa;
56
+ }
57
+ .search-icon { width: 34px; height: 34px; margin-right: 10px; fill: #666; }
58
+ .search-input {
59
+ flex: 1;
60
+ font-size: 30px;
61
+ color: #333;
62
+ }
63
+ .search-actions svg { width: 36px; height: 36px; margin-left: 16px; fill: #666; }
64
+ .cart-btn { margin-left: 16px; width: 60px; height: 60px; border-radius: 14px; border: 1px solid #ddd; display: flex; align-items: center; justify-content: center; }
65
+
66
+ /* Filter bar */
67
+ .chip-bar { padding: 10px 24px 0 24px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
68
+ .chip {
69
+ padding: 16px 22px;
70
+ border: 1px solid #ddd;
71
+ border-radius: 60px;
72
+ font-size: 30px;
73
+ background: #fff;
74
+ display: inline-flex;
75
+ align-items: center;
76
+ gap: 8px;
77
+ }
78
+ .chip .arrow { width: 26px; height: 26px; fill: #666; }
79
+ .chip.blue { border-color: #3b82f6; color: #0a58ff; }
80
+ .badge {
81
+ background: #0a58ff;
82
+ color: #fff;
83
+ border-radius: 20px;
84
+ padding: 2px 10px;
85
+ font-size: 24px;
86
+ margin-left: 4px;
87
+ }
88
+
89
+ /* Mini tags row */
90
+ .tag-row { padding: 10px 24px; display: flex; gap: 18px; flex-wrap: wrap; }
91
+ .tag {
92
+ display: inline-flex; align-items: center; gap: 10px;
93
+ border: 1px solid #ddd; border-radius: 18px; padding: 14px 18px;
94
+ font-size: 28px; background: #fff;
95
+ }
96
+ .tag .icon { width: 30px; height: 30px; fill: #ffb300; }
97
+
98
+ /* Banner */
99
+ .banner {
100
+ margin: 18px 24px;
101
+ border-radius: 18px;
102
+ overflow: hidden;
103
+ border: 1px solid #d9d9d9;
104
+ }
105
+ .banner-img {
106
+ width: 100%;
107
+ height: 520px;
108
+ background: #E0E0E0;
109
+ border-bottom: 1px solid #BDBDBD;
110
+ display: flex; align-items: center; justify-content: center; color: #757575;
111
+ font-size: 36px;
112
+ }
113
+ .banner-bottom {
114
+ background: #fff;
115
+ padding: 22px;
116
+ display: flex; align-items: center; justify-content: space-between;
117
+ }
118
+ .banner-text { font-size: 34px; font-weight: 700; }
119
+ .chevron { width: 36px; height: 36px; fill: #666; }
120
+
121
+ /* Product grid */
122
+ .product-grid {
123
+ padding: 10px 24px 0 24px;
124
+ display: grid;
125
+ grid-template-columns: 1fr 1fr;
126
+ gap: 22px;
127
+ }
128
+ .card {
129
+ border: 1px solid #e6e6e6;
130
+ border-radius: 18px;
131
+ overflow: hidden;
132
+ background: #fff;
133
+ }
134
+ .card-img-wrap {
135
+ position: relative;
136
+ padding: 18px;
137
+ background: #fff;
138
+ }
139
+ .card-img {
140
+ width: 100%;
141
+ height: 330px;
142
+ background: #E0E0E0;
143
+ border: 1px solid #BDBDBD;
144
+ display: flex; align-items: center; justify-content: center; color: #757575;
145
+ font-size: 30px;
146
+ border-radius: 12px;
147
+ }
148
+ .wish {
149
+ position: absolute; top: 16px; right: 16px;
150
+ width: 56px; height: 56px; border-radius: 28px; background: #fff; border: 1px solid #ddd;
151
+ display: flex; align-items: center; justify-content: center;
152
+ }
153
+ .wish svg { width: 30px; height: 30px; fill: #aaa; }
154
+
155
+ .card-body { padding: 16px 18px 20px 18px; }
156
+ .brand { font-size: 34px; font-weight: 700; letter-spacing: 0.3px; }
157
+ .title { font-size: 28px; color: #444; margin-top: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
158
+ .price-row { margin-top: 16px; display: flex; align-items: baseline; gap: 10px; }
159
+ .discount { color: #0aaf3b; font-size: 30px; font-weight: 700; }
160
+ .mrp { text-decoration: line-through; color: #888; font-size: 28px; }
161
+ .price { font-size: 32px; font-weight: 700; }
162
+ .rating-row { margin-top: 10px; display: flex; align-items: center; gap: 6px; }
163
+ .star { width: 26px; height: 26px; fill: #00c853; }
164
+ .delivery { margin-top: 16px; font-size: 28px; color: #444; }
165
+
166
+ /* Floating help button */
167
+ .floating {
168
+ position: absolute;
169
+ right: 24px;
170
+ bottom: 240px;
171
+ width: 120px; height: 120px;
172
+ background: #0064ff;
173
+ border-radius: 60px;
174
+ box-shadow: 0 8px 20px rgba(0,0,0,0.2);
175
+ display: flex; align-items: center; justify-content: center;
176
+ }
177
+ .floating svg { width: 64px; height: 64px; fill: #fff; }
178
+
179
+ /* Bottom safe area mimic */
180
+ .bottom-space { height: 120px; }
181
+
182
+ /* Small dot icons in chips */
183
+ .dot-icon {
184
+ width: 24px; height: 24px; border-radius: 50%; background: #0a58ff; display: inline-block;
185
+ }
186
+ </style>
187
+ </head>
188
+ <body>
189
+ <div id="render-target">
190
+
191
+ <!-- Status Bar -->
192
+ <div class="status-bar">
193
+ <div class="row">
194
+ <span class="bold">8:28</span>
195
+ <span class="tiny" style="margin-left:10px; color:#999;">TEMU</span>
196
+ </div>
197
+ <div class="status-icons row">
198
+ <!-- location dot -->
199
+ <svg viewBox="0 0 24 24"><path d="M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7zm0 9.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z"/></svg>
200
+ <!-- wifi -->
201
+ <svg viewBox="0 0 24 24"><path d="M12 18.5l2.5 2.5-2.5 2.5-2.5-2.5L12 18.5zm-7-7l2 2a9 9 0 0 1 10 0l2-2a12 12 0 0 0-14 0zm3.5 3.5l2 2a5 5 0 0 1 5 0l2-2a8 8 0 0 0-9 0z"/></svg>
202
+ <!-- battery -->
203
+ <svg viewBox="0 0 24 24"><path d="M18 7h2v10h-2V7zM3 7h14v10H3V7zm2 2v6h10V9H5z"/></svg>
204
+ </div>
205
+ </div>
206
+
207
+ <!-- Top Search Area -->
208
+ <div class="top-bar row">
209
+ <div class="back-btn">
210
+ <svg viewBox="0 0 24 24"><path d="M15.5 5l-7 7 7 7 1.5-1.5L11 12l6-6z"/></svg>
211
+ </div>
212
+ <div class="search-container">
213
+ <svg class="search-icon" viewBox="0 0 24 24"><path d="M15.5 14h-.8l-.3-.3A6.5 6.5 0 1 0 6.5 16a6.5 6.5 0 0 0 8.4-1.9l.3.3v.8l5 5 1.5-1.5-5-5zM6.5 14A4.5 4.5 0 1 1 11 9.5 4.5 4.5 0 0 1 6.5 14z"/></svg>
214
+ <div class="search-input">Running Shoes for Women</div>
215
+ <div class="search-actions row">
216
+ <!-- mic -->
217
+ <svg viewBox="0 0 24 24"><path d="M12 14a3 3 0 0 0 3-3V6a3 3 0 0 0-6 0v5a3 3 0 0 0 3 3zm5-3a5 5 0 0 1-10 0H5a7 7 0 0 0 6 6.92V20H9v2h6v-2h-2v-2.08A7 7 0 0 0 19 11h-2z"/></svg>
218
+ <!-- camera -->
219
+ <svg viewBox="0 0 24 24"><path d="M9 4l2-2h2l2 2h4v16H3V4h6zm3 4a5 5 0 1 0 .001 10.001A5 5 0 0 0 12 8z"/></svg>
220
+ </div>
221
+ </div>
222
+ <div class="cart-btn">
223
+ <svg viewBox="0 0 24 24"><path d="M7 18a2 2 0 1 0 .001 3.999A2 2 0 0 0 7 18zm9 0a2 2 0 1 0 .001 3.999A2 2 0 0 0 16 18zM6 6h12l-1.5 8h-9L6 6zm-1-2L3 2v2l2 12h12l2-11V3H5z"/></svg>
224
+ </div>
225
+ </div>
226
+
227
+ <!-- Filter Chips -->
228
+ <div class="chip-bar">
229
+ <div class="chip row">
230
+ <span class="muted">Sort By</span>
231
+ <svg class="arrow" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg>
232
+ </div>
233
+ <div class="chip blue row">
234
+ <span class="bold">Filter</span>
235
+ <span class="badge">3</span>
236
+ </div>
237
+ <div class="chip row">
238
+ <span class="bold">Brand</span>
239
+ <svg class="arrow" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg>
240
+ </div>
241
+ <div class="chip row">
242
+ <span class="bold">Discount</span>
243
+ <svg class="arrow" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg>
244
+ </div>
245
+ <div class="chip row">
246
+ <span class="bold">Size</span>
247
+ <svg class="arrow" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg>
248
+ </div>
249
+ </div>
250
+
251
+ <!-- Mini filter tags -->
252
+ <div class="tag-row">
253
+ <div class="tag">
254
+ <svg class="icon" viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>
255
+ <span>Premium Brands</span>
256
+ </div>
257
+ <div class="tag">
258
+ <svg class="icon" viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>
259
+ <span>Top Rated</span>
260
+ </div>
261
+ <div class="tag">
262
+ <span class="dot-icon"></span>
263
+ <span>White</span>
264
+ </div>
265
+ <div class="tag">
266
+ <svg class="icon" viewBox="0 0 24 24"><path d="M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zM7 11h10v2H7v-2z"/></svg>
267
+ <span>Rs. 1000 - Rs. 2999</span>
268
+ </div>
269
+ </div>
270
+
271
+ <!-- Banner Advertisement -->
272
+ <div class="banner">
273
+ <div class="banner-img">[IMG: ADIDAS Women's Running Shoes Banner]</div>
274
+ <div class="banner-bottom">
275
+ <div class="banner-text">Min. 30% Off on ADIDAS Women's Shoes</div>
276
+ <svg class="chevron" viewBox="0 0 24 24"><path d="M9 6l6 6-6 6-1.5-1.5L12 12 7.5 7.5z"/></svg>
277
+ </div>
278
+ </div>
279
+
280
+ <!-- Product Grid -->
281
+ <div class="product-grid">
282
+ <!-- Card 1 -->
283
+ <div class="card">
284
+ <div class="card-img-wrap">
285
+ <div class="card-img">[IMG: Grey Slip-on Running Shoe]</div>
286
+ <div class="wish">
287
+ <svg viewBox="0 0 24 24"><path d="M12 21s-6.5-4.35-9-7.5A5.5 5.5 0 0 1 12 5a5.5 5.5 0 0 1 9 8.5C18.5 16.65 12 21 12 21z" /></svg>
288
+ </div>
289
+ </div>
290
+ <div class="card-body">
291
+ <div class="brand">ADIDAS</div>
292
+ <div class="title">brace walk W Running Shoes...</div>
293
+ <div class="price-row">
294
+ <div class="discount">44% off</div>
295
+ <div class="mrp">5,999</div>
296
+ <div class="price">₹3,349</div>
297
+ </div>
298
+ <div class="rating-row">
299
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>
300
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>
301
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>
302
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>
303
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>
304
+ </div>
305
+ <div class="delivery">Free delivery</div>
306
+ </div>
307
+ </div>
308
+
309
+ <!-- Card 2 -->
310
+ <div class="card">
311
+ <div class="card-img-wrap">
312
+ <div class="card-img">[IMG: Purple Lace-up Running Shoe]</div>
313
+ <div class="wish">
314
+ <svg viewBox="0 0 24 24"><path d="M12 21s-6.5-4.35-9-7.5A5.5 5.5 0 0 1 12 5a5.5 5.5 0 0 1 9 8.5C18.5 16.65 12 21 12 21z" /></svg>
315
+ </div>
316
+ </div>
317
+ <div class="card-body">
318
+ <div class="brand">ADIDAS</div>
319
+ <div class="title">Amalgo W Running Shoes For...</div>
320
+ <div class="price-row">
321
+ <div class="discount">44% off</div>
322
+ <div class="mrp">4,599</div>
323
+ <div class="price">₹2,569</div>
324
+ </div>
325
+ <div class="rating-row">
326
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>
327
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>
328
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>
329
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>
330
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>
331
+ </div>
332
+ <div class="delivery">Free delivery</div>
333
+ </div>
334
+ </div>
335
+
336
+ <!-- Placeholder third row card previews (cropped in screenshot) -->
337
+ <div class="card">
338
+ <div class="card-img-wrap">
339
+ <div class="card-img">[IMG: Black & Pink Running Shoe]</div>
340
+ <div class="wish">
341
+ <svg viewBox="0 0 24 24"><path d="M12 21s-6.5-4.35-9-7.5A5.5 5.5 0 0 1 12 5a5.5 5.5 0 0 1 9 8.5C18.5 16.65 12 21 12 21z" /></svg>
342
+ </div>
343
+ </div>
344
+ <div class="card-body">
345
+ <div class="brand">ADIDAS</div>
346
+ <div class="title">Sporty W Running Shoes...</div>
347
+ <div class="price-row">
348
+ <div class="discount">40% off</div>
349
+ <div class="mrp">4,299</div>
350
+ <div class="price">₹2,579</div>
351
+ </div>
352
+ <div class="rating-row">
353
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>
354
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>
355
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>
356
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>
357
+ </div>
358
+ <div class="delivery">Free delivery</div>
359
+ </div>
360
+ </div>
361
+ <div class="card">
362
+ <div class="card-img-wrap">
363
+ <div class="card-img">[IMG: Grey-Pink Running Shoe]</div>
364
+ <div class="wish">
365
+ <svg viewBox="0 0 24 24"><path d="M12 21s-6.5-4.35-9-7.5A5.5 5.5 0 0 1 12 5a5.5 5.5 0 0 1 9 8.5C18.5 16.65 12 21 12 21z" /></svg>
366
+ </div>
367
+ </div>
368
+ <div class="card-body">
369
+ <div class="brand">ADIDAS</div>
370
+ <div class="title">Flex W Running Shoes...</div>
371
+ <div class="price-row">
372
+ <div class="discount">45% off</div>
373
+ <div class="mrp">4,999</div>
374
+ <div class="price">₹2,749</div>
375
+ </div>
376
+ <div class="rating-row">
377
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>
378
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>
379
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>
380
+ </div>
381
+ <div class="delivery">Free delivery</div>
382
+ </div>
383
+ </div>
384
+ </div>
385
+
386
+ <!-- Floating support button -->
387
+ <div class="floating">
388
+ <svg viewBox="0 0 24 24"><path d="M12 2a10 10 0 0 0-10 10v8l4-3h6a10 10 0 0 0 0-20zm1 5v6h-2V7h2zm-2 8h2v2h-2v-2z"/></svg>
389
+ </div>
390
+
391
+ <div class="bottom-space"></div>
392
+
393
+ </div>
394
+ </body>
395
+ </html>
code/7019/7019_1.html ADDED
@@ -0,0 +1,252 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Filters UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ height: 100px;
19
+ padding: 0 32px;
20
+ display: flex;
21
+ align-items: center;
22
+ justify-content: space-between;
23
+ color: #222;
24
+ font-size: 32px;
25
+ }
26
+ .status-left, .status-right {
27
+ display: flex;
28
+ align-items: center;
29
+ gap: 22px;
30
+ }
31
+ .dot {
32
+ width: 12px; height: 12px; background: #666; border-radius: 50%;
33
+ }
34
+ .badge {
35
+ background: #EEE; border: 1px solid #CCC; border-radius: 6px;
36
+ padding: 6px 10px; font-size: 26px; color: #666;
37
+ }
38
+ .icon-small {
39
+ width: 34px; height: 34px;
40
+ }
41
+
42
+ /* Header */
43
+ .header {
44
+ height: 120px;
45
+ border-bottom: 1px solid #eaeaea;
46
+ display: flex;
47
+ align-items: center;
48
+ justify-content: space-between;
49
+ padding: 0 32px;
50
+ }
51
+ .header-left {
52
+ display: flex; align-items: center; gap: 22px;
53
+ }
54
+ .back-icon { width: 42px; height: 42px; }
55
+ .title {
56
+ font-size: 54px; font-weight: 600; color: #222;
57
+ }
58
+ .clear-link {
59
+ font-size: 40px; color: #222;
60
+ }
61
+
62
+ /* Main content */
63
+ .content {
64
+ position: absolute;
65
+ top: 220px; /* 100 + 120 */
66
+ left: 0;
67
+ right: 0;
68
+ bottom: 200px; /* leave room for bottom bar */
69
+ display: flex;
70
+ }
71
+
72
+ .sidebar {
73
+ width: 300px;
74
+ background: #eef1f4;
75
+ border-right: 1px solid #e0e0e0;
76
+ overflow-y: auto;
77
+ padding-top: 18px;
78
+ }
79
+ .sidebar .item {
80
+ padding: 30px 26px;
81
+ font-size: 38px;
82
+ color: #222;
83
+ display: flex;
84
+ align-items: center;
85
+ justify-content: space-between;
86
+ }
87
+ .sidebar .item + .item { border-top: 1px solid rgba(0,0,0,0.04); }
88
+ .sidebar .item.active {
89
+ color: #1e88e5;
90
+ font-weight: 600;
91
+ background: #f6f9ff;
92
+ }
93
+ .count {
94
+ color: #1e88e5;
95
+ font-size: 32px;
96
+ font-weight: 700;
97
+ padding-left: 10px;
98
+ }
99
+
100
+ .panel {
101
+ flex: 1;
102
+ background: #ffffff;
103
+ padding: 30px 40px;
104
+ }
105
+ .section-title {
106
+ font-size: 34px; color: #7b7b7b; margin-bottom: 30px;
107
+ }
108
+ .checkbox {
109
+ display: flex; align-items: center; gap: 24px;
110
+ margin-top: 20px;
111
+ }
112
+ .checkbox .box {
113
+ width: 60px; height: 60px; border: 4px solid #424242; border-radius: 10px;
114
+ }
115
+ .checkbox .label {
116
+ font-size: 44px; color: #222;
117
+ }
118
+
119
+ /* Bottom bar */
120
+ .bottom-bar {
121
+ position: absolute;
122
+ left: 0; right: 0; bottom: 40px;
123
+ height: 160px;
124
+ padding: 30px 32px;
125
+ display: flex;
126
+ align-items: center;
127
+ justify-content: space-between;
128
+ background: #ffffff;
129
+ border-top: 1px solid #eaeaea;
130
+ }
131
+ .results {
132
+ font-size: 40px;
133
+ font-weight: 700;
134
+ color: #222;
135
+ }
136
+ .results small {
137
+ display: block;
138
+ font-size: 30px;
139
+ color: #9e9e9e;
140
+ font-weight: 500;
141
+ margin-top: 8px;
142
+ }
143
+ .apply-btn {
144
+ width: 580px;
145
+ height: 120px;
146
+ background: #ff6d00;
147
+ color: #fff;
148
+ border-radius: 16px;
149
+ display: flex;
150
+ align-items: center;
151
+ justify-content: center;
152
+ font-size: 50px;
153
+ font-weight: 700;
154
+ }
155
+
156
+ /* Gesture bar */
157
+ .gesture {
158
+ position: absolute;
159
+ bottom: 8px; left: 50%;
160
+ transform: translateX(-50%);
161
+ width: 500px; height: 16px;
162
+ background: #cfcfcf; border-radius: 10px;
163
+ }
164
+ </style>
165
+ </head>
166
+ <body>
167
+ <div id="render-target">
168
+
169
+ <!-- Status bar -->
170
+ <div class="status-bar">
171
+ <div class="status-left">
172
+ <div>8:29</div>
173
+ <div class="badge">TEMU</div>
174
+ <div class="badge">TEMU</div>
175
+ <div class="badge">LR</div>
176
+ <!-- search icon -->
177
+ <svg class="icon-small" viewBox="0 0 24 24">
178
+ <circle cx="10" cy="10" r="7" stroke="#333" stroke-width="2" fill="none"></circle>
179
+ <line x1="15" y1="15" x2="22" y2="22" stroke="#333" stroke-width="2"></line>
180
+ </svg>
181
+ <div class="dot"></div>
182
+ </div>
183
+ <div class="status-right">
184
+ <!-- wifi -->
185
+ <svg class="icon-small" viewBox="0 0 24 24">
186
+ <path d="M2 8c5-4 15-4 20 0M5 12c4-3 10-3 14 0M9 16c2-2 4-2 6 0M12 20a1 1 0 1 0 0-2 1 1 0 0 0 0 2" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round"/>
187
+ </svg>
188
+ <!-- battery -->
189
+ <svg class="icon-small" viewBox="0 0 28 24">
190
+ <rect x="2" y="6" width="20" height="12" rx="2" ry="2" stroke="#333" stroke-width="2" fill="none"/>
191
+ <rect x="4" y="8" width="14" height="8" fill="#333"/>
192
+ <rect x="22" y="9" width="3" height="6" fill="#333"/>
193
+ </svg>
194
+ </div>
195
+ </div>
196
+
197
+ <!-- Header -->
198
+ <div class="header">
199
+ <div class="header-left">
200
+ <svg class="back-icon" viewBox="0 0 24 24">
201
+ <path d="M15 18l-6-6 6-6" stroke="#222" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
202
+ </svg>
203
+ <div class="title">Filters</div>
204
+ </div>
205
+ <div class="clear-link">Clear Filters</div>
206
+ </div>
207
+
208
+ <!-- Content -->
209
+ <div class="content">
210
+ <!-- Sidebar -->
211
+ <div class="sidebar">
212
+ <div class="item active">Gender</div>
213
+ <div class="item">Plus (FAssured)</div>
214
+ <div class="item">Deliver At</div>
215
+ <div class="item">Discount</div>
216
+ <div class="item">Brand <span class="count">1</span></div>
217
+ <div class="item">Size - UK/India</div>
218
+ <div class="item">Customer Ratings</div>
219
+ <div class="item">Price</div>
220
+ <div class="item">Occasion <span class="count">1</span></div>
221
+ <div class="item">Color</div>
222
+ <div class="item">Offers</div>
223
+ <div class="item">Theme</div>
224
+ <div class="item">Outer Material</div>
225
+ </div>
226
+
227
+ <!-- Right panel -->
228
+ <div class="panel">
229
+ <div class="section-title">Gender</div>
230
+
231
+ <div class="checkbox">
232
+ <div class="box"></div>
233
+ <div class="label">Women</div>
234
+ </div>
235
+ </div>
236
+ </div>
237
+
238
+ <!-- Bottom bar -->
239
+ <div class="bottom-bar">
240
+ <div class="results">
241
+ 760
242
+ <small>products found</small>
243
+ </div>
244
+ <div class="apply-btn">Apply</div>
245
+ </div>
246
+
247
+ <!-- Gesture bar -->
248
+ <div class="gesture"></div>
249
+
250
+ </div>
251
+ </body>
252
+ </html>
code/7019/7019_2.html ADDED
@@ -0,0 +1,171 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8"/>
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0"/>
5
+ <title>Filters UI</title>
6
+ <style>
7
+ body { margin:0; padding:0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width:1080px; height:2400px;
10
+ position:relative; overflow:hidden;
11
+ background:#ffffff;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ position:absolute; top:0; left:0; right:0;
17
+ height:90px; padding:0 30px;
18
+ display:flex; align-items:center; justify-content:space-between;
19
+ color:#444; font-size:30px; background:#fff;
20
+ }
21
+ .status-icons { display:flex; align-items:center; gap:22px; }
22
+ .dot { width:10px; height:10px; background:#666; border-radius:50%; display:inline-block; }
23
+ .pill {
24
+ width:20px; height:20px; border-radius:3px; border:2px solid #555; display:inline-block;
25
+ }
26
+ .wifi { width:28px; height:18px; border:2px solid #555; border-top-left-radius:16px; border-top-right-radius:16px; border-bottom:none; position:relative; }
27
+ .battery {
28
+ width:40px; height:20px; border:2px solid #555; border-radius:4px; position:relative;
29
+ }
30
+ .battery::after {
31
+ content:""; position:absolute; right:-6px; top:5px; width:6px; height:10px; background:#555; border-radius:1px;
32
+ }
33
+
34
+ /* Header */
35
+ .header {
36
+ position:absolute; top:90px; left:0; right:0;
37
+ height:140px; display:flex; align-items:center;
38
+ padding:0 30px;
39
+ border-bottom:1px solid #e6e6e6; background:#fff;
40
+ }
41
+ .back-btn { width:70px; height:70px; display:flex; align-items:center; justify-content:center; margin-right:10px; }
42
+ .header h1 { font-size:56px; margin:0; font-weight:700; color:#222; }
43
+ .clear-link { margin-left:auto; font-size:42px; color:#333; }
44
+
45
+ /* Main layout */
46
+ .content {
47
+ position:absolute; top:230px; bottom:200px; left:0; right:0;
48
+ display:flex;
49
+ }
50
+ #sidebar {
51
+ width:360px; background:#F1F3F5; height:100%; border-right:1px solid #e3e3e3; overflow:hidden;
52
+ }
53
+ .nav-item {
54
+ height:125px; display:flex; align-items:center;
55
+ padding:0 34px; font-size:42px; color:#222; border-bottom:1px solid #e6e6e6;
56
+ }
57
+ .nav-item.small { font-size:40px; color:#1a73e8; }
58
+ .badge {
59
+ margin-left:auto; color:#1a73e8; font-weight:700;
60
+ font-size:40px;
61
+ }
62
+
63
+ /* Right pane */
64
+ .right-pane {
65
+ flex:1; background:#fff; padding:10px 60px;
66
+ overflow:auto;
67
+ }
68
+ .size-row {
69
+ display:flex; align-items:center;
70
+ height:140px; border-bottom:1px solid #f0f0f0;
71
+ }
72
+ .chk {
73
+ width:64px; height:64px; border:4px solid #555; border-radius:10px; margin-right:28px;
74
+ }
75
+ .size-num {
76
+ font-size:54px; color:#222;
77
+ }
78
+
79
+ /* Bottom bar */
80
+ .bottom-bar {
81
+ position:absolute; left:0; right:0; bottom:0;
82
+ height:200px; background:#ffffff; border-top:1px solid #e6e6e6;
83
+ display:flex; align-items:center;
84
+ padding:0 40px;
85
+ }
86
+ .products-info {
87
+ color:#222;
88
+ }
89
+ .products-info .count { font-size:48px; font-weight:700; }
90
+ .products-info .label { font-size:34px; color:#808080; }
91
+ .apply-btn {
92
+ margin-left:auto; width:520px; height:120px; background:#FF5600; color:#fff;
93
+ border-radius:20px; display:flex; align-items:center; justify-content:center;
94
+ font-size:54px; font-weight:700;
95
+ }
96
+ </style>
97
+ </head>
98
+ <body>
99
+ <div id="render-target">
100
+
101
+ <!-- Status bar -->
102
+ <div class="status-bar">
103
+ <div>8:30</div>
104
+ <div class="status-icons">
105
+ <span class="dot"></span>
106
+ <span class="pill"></span>
107
+ <span class="pill"></span>
108
+ <span style="font-weight:700;">LR</span>
109
+ <div class="wifi"></div>
110
+ <div class="battery"></div>
111
+ </div>
112
+ </div>
113
+
114
+ <!-- Header -->
115
+ <div class="header">
116
+ <div class="back-btn">
117
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="none">
118
+ <path d="M15 18L9 12L15 6" stroke="#222" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
119
+ </svg>
120
+ </div>
121
+ <h1>Filters</h1>
122
+ <div class="clear-link">Clear Filters</div>
123
+ </div>
124
+
125
+ <!-- Main content -->
126
+ <div class="content">
127
+ <!-- Sidebar -->
128
+ <div id="sidebar">
129
+ <div class="nav-item">Gender</div>
130
+ <div class="nav-item">Plus (FAssured)</div>
131
+ <div class="nav-item">Deliver At</div>
132
+ <div class="nav-item">Discount</div>
133
+ <div class="nav-item">Brand <span class="badge">1</span></div>
134
+ <div class="nav-item small">Size - UK/India</div>
135
+ <div class="nav-item">Customer Ratings</div>
136
+ <div class="nav-item">Price</div>
137
+ <div class="nav-item">Occasion <span class="badge">1</span></div>
138
+ <div class="nav-item">Color</div>
139
+ <div class="nav-item">Offers</div>
140
+ <div class="nav-item">Theme</div>
141
+ <div class="nav-item">Outer Material</div>
142
+ </div>
143
+
144
+ <!-- Right pane with sizes -->
145
+ <div class="right-pane">
146
+ <div class="size-row"><div class="chk"></div><div class="size-num">4</div></div>
147
+ <div class="size-row"><div class="chk"></div><div class="size-num">5</div></div>
148
+ <div class="size-row"><div class="chk"></div><div class="size-num">6</div></div>
149
+ <div class="size-row"><div class="chk"></div><div class="size-num">6.5</div></div>
150
+ <div class="size-row"><div class="chk"></div><div class="size-num">7</div></div>
151
+ <div class="size-row"><div class="chk"></div><div class="size-num">8</div></div>
152
+ <div class="size-row"><div class="chk"></div><div class="size-num">9</div></div>
153
+ <div class="size-row"><div class="chk"></div><div class="size-num">10</div></div>
154
+ <div class="size-row"><div class="chk"></div><div class="size-num">11</div></div>
155
+ <div class="size-row"><div class="chk"></div><div class="size-num">12</div></div>
156
+ <div style="height:400px;"></div>
157
+ </div>
158
+ </div>
159
+
160
+ <!-- Bottom bar -->
161
+ <div class="bottom-bar">
162
+ <div class="products-info">
163
+ <div class="count">730</div>
164
+ <div class="label">products found</div>
165
+ </div>
166
+ <div class="apply-btn">Apply</div>
167
+ </div>
168
+
169
+ </div>
170
+ </body>
171
+ </html>
code/7019/7019_3.html ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Filters UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px;
10
+ position: relative; overflow: hidden;
11
+ background: #ffffff;
12
+ }
13
+
14
+ /* Top bar */
15
+ .topbar {
16
+ position: absolute;
17
+ left: 0; top: 0; right: 0;
18
+ height: 150px;
19
+ display: flex; align-items: center;
20
+ border-bottom: 1px solid #eee;
21
+ padding: 0 32px;
22
+ }
23
+ .back {
24
+ width: 56px; height: 56px; display: flex; align-items: center; justify-content: center;
25
+ margin-right: 20px;
26
+ }
27
+ .title {
28
+ font-size: 48px; font-weight: 600; color: #222;
29
+ }
30
+ .clear {
31
+ margin-left: auto; font-size: 40px; color: #333;
32
+ }
33
+
34
+ /* Left sidebar */
35
+ .sidebar {
36
+ position: absolute;
37
+ left: 0; top: 150px; bottom: 220px;
38
+ width: 340px;
39
+ background: #f2f4f7;
40
+ padding: 24px 24px;
41
+ overflow-y: auto;
42
+ }
43
+ .side-item {
44
+ display: flex; align-items: center;
45
+ font-size: 36px; color: #333;
46
+ padding: 24px 12px;
47
+ border-radius: 10px;
48
+ }
49
+ .side-item.active { color: #1e66ff; font-weight: 600; }
50
+ .badge {
51
+ margin-left: auto;
52
+ color: #1e66ff; font-size: 36px; font-weight: 600;
53
+ }
54
+
55
+ /* Right content panel */
56
+ .content {
57
+ position: absolute;
58
+ left: 340px; right: 0;
59
+ top: 150px; bottom: 220px;
60
+ padding: 24px 40px;
61
+ overflow-y: auto;
62
+ background: #fff;
63
+ }
64
+ .filter-row {
65
+ display: flex; align-items: center;
66
+ padding: 32px 0;
67
+ }
68
+ .checkbox {
69
+ width: 62px; height: 62px;
70
+ border: 4px solid #222; border-radius: 12px;
71
+ margin-right: 28px;
72
+ box-sizing: border-box;
73
+ position: relative;
74
+ }
75
+ .checkbox.selected {
76
+ background: #2f6dfb; border-color: #2f6dfb;
77
+ }
78
+ .checkbox.selected::after {
79
+ content: "";
80
+ position: absolute;
81
+ left: 18px; top: 14px;
82
+ width: 22px; height: 36px;
83
+ border-right: 6px solid #fff;
84
+ border-bottom: 6px solid #fff;
85
+ transform: rotate(45deg);
86
+ }
87
+ .filter-label {
88
+ font-size: 44px; color: #222;
89
+ }
90
+
91
+ /* Bottom bar */
92
+ .bottom-bar {
93
+ position: absolute;
94
+ left: 0; right: 0; bottom: 0;
95
+ height: 220px;
96
+ display: flex; align-items: center;
97
+ padding: 24px 32px;
98
+ box-sizing: border-box;
99
+ }
100
+ .products {
101
+ font-size: 40px; color: #222;
102
+ }
103
+ .products small {
104
+ display: block; font-size: 32px; color: #666; margin-top: 6px;
105
+ }
106
+ .apply-btn {
107
+ margin-left: auto;
108
+ background: #ff5b17;
109
+ color: #fff; font-size: 44px; font-weight: 700;
110
+ border: none; border-radius: 18px;
111
+ width: 580px; height: 120px;
112
+ display: flex; align-items: center; justify-content: center;
113
+ box-shadow: 0 6px 12px rgba(255, 91, 23, 0.4);
114
+ }
115
+
116
+ /* Thin scrollbars for neatness (optional) */
117
+ .sidebar::-webkit-scrollbar, .content::-webkit-scrollbar { width: 8px; }
118
+ .sidebar::-webkit-scrollbar-thumb, .content::-webkit-scrollbar-thumb { background: #d0d4da; border-radius: 8px; }
119
+ </style>
120
+ </head>
121
+ <body>
122
+ <div id="render-target">
123
+
124
+ <!-- Top Bar -->
125
+ <div class="topbar">
126
+ <div class="back">
127
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
128
+ <path d="M15 18l-6-6 6-6" stroke="#222" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
129
+ </svg>
130
+ </div>
131
+ <div class="title">Filters</div>
132
+ <div class="clear">Clear Filters</div>
133
+ </div>
134
+
135
+ <!-- Sidebar -->
136
+ <div class="sidebar">
137
+ <div class="side-item">Gender</div>
138
+ <div class="side-item">Plus (FAssured)</div>
139
+ <div class="side-item">Deliver At</div>
140
+ <div class="side-item">Discount</div>
141
+ <div class="side-item">Brand <span class="badge">1</span></div>
142
+ <div class="side-item active">Size - UK/India</div>
143
+ <div class="side-item">Customer Ratings</div>
144
+ <div class="side-item">Price</div>
145
+ <div class="side-item">Occasion <span class="badge">1</span></div>
146
+ <div class="side-item">Color</div>
147
+ <div class="side-item">Offers</div>
148
+ <div class="side-item">Theme</div>
149
+ <div class="side-item">Outer Material</div>
150
+ </div>
151
+
152
+ <!-- Content Area -->
153
+ <div class="content">
154
+ <div class="filter-row">
155
+ <div class="checkbox"></div>
156
+ <div class="filter-label">4</div>
157
+ </div>
158
+ <div class="filter-row">
159
+ <div class="checkbox"></div>
160
+ <div class="filter-label">5</div>
161
+ </div>
162
+ <div class="filter-row">
163
+ <div class="checkbox"></div>
164
+ <div class="filter-label">6</div>
165
+ </div>
166
+ <div class="filter-row">
167
+ <div class="checkbox"></div>
168
+ <div class="filter-label">6.5</div>
169
+ </div>
170
+ <div class="filter-row">
171
+ <div class="checkbox"></div>
172
+ <div class="filter-label">7</div>
173
+ </div>
174
+ <div class="filter-row">
175
+ <div class="checkbox selected"></div>
176
+ <div class="filter-label">8</div>
177
+ </div>
178
+ <div class="filter-row">
179
+ <div class="checkbox"></div>
180
+ <div class="filter-label">9</div>
181
+ </div>
182
+ <div class="filter-row">
183
+ <div class="checkbox"></div>
184
+ <div class="filter-label">10</div>
185
+ </div>
186
+ <div class="filter-row">
187
+ <div class="checkbox"></div>
188
+ <div class="filter-label">11</div>
189
+ </div>
190
+ <div class="filter-row">
191
+ <div class="checkbox"></div>
192
+ <div class="filter-label">12</div>
193
+ </div>
194
+ </div>
195
+
196
+ <!-- Bottom Bar -->
197
+ <div class="bottom-bar">
198
+ <div class="products">
199
+ 730
200
+ <small>products found</small>
201
+ </div>
202
+ <button class="apply-btn">Apply</button>
203
+ </div>
204
+
205
+ </div>
206
+ </body>
207
+ </html>
code/7019/7019_4.html ADDED
@@ -0,0 +1,359 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Running Shoes for Women - Listing UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #ffffff;
13
+ font-family: Arial, Helvetica, sans-serif;
14
+ color: #222;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ height: 110px;
20
+ padding: 20px 30px;
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ font-weight: 600;
25
+ font-size: 34px;
26
+ color: #1f1f1f;
27
+ }
28
+ .status-icons { display: flex; gap: 22px; align-items: center; }
29
+ .dot { width: 14px; height: 14px; background:#777; border-radius:50%; }
30
+ .battery { width: 36px; height: 20px; border:2px solid #666; position: relative; border-radius:4px; }
31
+ .battery::after { content:""; position:absolute; right:-8px; top:6px; width:6px; height:8px; background:#666; border-radius:2px; }
32
+ .battery .level { position:absolute; left:2px; top:2px; height:12px; width:24px; background:#4caf50; }
33
+
34
+ /* Header search row */
35
+ .header-row {
36
+ padding: 12px 24px 10px 24px;
37
+ display: flex;
38
+ align-items: center;
39
+ gap: 18px;
40
+ }
41
+ .icon-btn {
42
+ width: 72px;
43
+ height: 72px;
44
+ border-radius: 20px;
45
+ display: flex;
46
+ align-items: center;
47
+ justify-content: center;
48
+ border:1px solid #e0e0e0;
49
+ background:#fff;
50
+ }
51
+ .search-bar {
52
+ flex: 1;
53
+ height: 88px;
54
+ background:#f3f3f3;
55
+ border-radius: 50px;
56
+ display: flex;
57
+ align-items: center;
58
+ padding: 0 26px;
59
+ gap: 18px;
60
+ border:1px solid #e0e0e0;
61
+ }
62
+ .search-input {
63
+ flex:1;
64
+ font-size: 34px;
65
+ color:#333;
66
+ white-space:nowrap;
67
+ overflow:hidden;
68
+ text-overflow:ellipsis;
69
+ }
70
+ .header-right { display:flex; gap:18px; }
71
+
72
+ /* Chips / filters */
73
+ .chips {
74
+ padding: 8px 24px 2px 24px;
75
+ display: flex;
76
+ flex-wrap: wrap;
77
+ gap: 14px;
78
+ }
79
+ .chip {
80
+ display: inline-flex;
81
+ align-items: center;
82
+ padding: 16px 24px;
83
+ border:1px solid #dcdcdc;
84
+ border-radius: 28px;
85
+ background:#fff;
86
+ font-size: 30px;
87
+ gap: 14px;
88
+ }
89
+ .chip .badge {
90
+ background:#0b63ff;
91
+ color:#fff;
92
+ font-size: 26px;
93
+ padding: 2px 10px;
94
+ border-radius: 16px;
95
+ font-weight: 700;
96
+ }
97
+ .chip .arrow {
98
+ width: 0; height: 0;
99
+ border-left: 8px solid transparent;
100
+ border-right: 8px solid transparent;
101
+ border-top: 10px solid #666;
102
+ margin-left: 6px;
103
+ }
104
+ .chip-icon {
105
+ width: 44px; height: 44px; border-radius: 50%;
106
+ background:#fff7e5; border:1px solid #e0e0e0; display:flex; align-items:center; justify-content:center;
107
+ font-size: 28px;
108
+ }
109
+ .chip.green { border-color:#cfe8d6; }
110
+ .chip.green .chip-icon { background:#e9f7ee; color:#26a541; }
111
+
112
+ /* Promo banner */
113
+ .promo {
114
+ margin: 14px 24px;
115
+ border: 1px solid #d0d0d0;
116
+ border-radius: 18px;
117
+ overflow: hidden;
118
+ background:#fff;
119
+ }
120
+ .promo-img {
121
+ height: 540px;
122
+ background:#E0E0E0;
123
+ border-bottom: 1px solid #BDBDBD;
124
+ display:flex; align-items:center; justify-content:center; color:#757575;
125
+ position: relative;
126
+ }
127
+ .promo .ad-tag {
128
+ position:absolute; top:14px; left:14px;
129
+ background:#f1f1f1; color:#666; font-weight:700; font-size:26px;
130
+ padding:6px 12px; border-radius:10px; border:1px solid #ddd;
131
+ }
132
+ .promo-caption {
133
+ display:flex; align-items:center; justify-content:space-between;
134
+ padding: 22px;
135
+ font-size: 34px;
136
+ color:#222;
137
+ }
138
+ .promo-caption .cta {
139
+ color:#0b63ff; font-weight:700;
140
+ }
141
+
142
+ /* Product grid */
143
+ .products {
144
+ display: grid;
145
+ grid-template-columns: 1fr 1fr;
146
+ gap: 18px;
147
+ padding: 0 24px;
148
+ }
149
+ .card {
150
+ background:#fff; border:1px solid #e1e1e1; border-radius:16px; overflow:hidden;
151
+ }
152
+ .img-wrap {
153
+ height: 540px; background:#E0E0E0; border-bottom:1px solid #BDBDBD;
154
+ display:flex; align-items:center; justify-content:center; color:#757575; position:relative;
155
+ }
156
+ .heart {
157
+ position:absolute; top:18px; right:22px; width:60px; height:60px; border-radius:50%;
158
+ background:#fff; border:1px solid #ddd; display:flex; align-items:center; justify-content:center;
159
+ color:#d46b6b; font-size:34px;
160
+ }
161
+ .color-badge {
162
+ position:absolute; bottom:18px; left:18px;
163
+ background:#fff; border:1px solid #ddd; border-radius:26px;
164
+ padding:8px 16px; font-size:28px; color:#333;
165
+ }
166
+ .card-body { padding: 18px; }
167
+ .brand { font-size: 36px; font-weight: 700; letter-spacing: 0.3px; }
168
+ .title { font-size: 30px; color:#555; margin-top:6px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
169
+ .price-row { display:flex; align-items:center; gap:14px; margin-top: 12px; }
170
+ .off { color:#26a541; font-weight:700; font-size: 32px; }
171
+ .mrp { color:#888; text-decoration: line-through; font-size: 30px; }
172
+ .price { font-size: 32px; font-weight:700; }
173
+ .tag {
174
+ display:inline-block; margin-top:10px; background:#eaf6ff; color:#0991ff; border:1px solid #cce6ff;
175
+ padding:8px 14px; border-radius:20px; font-size: 28px;
176
+ }
177
+ .few-left { color:#e53935; font-weight:700; font-size: 28px; margin-top: 8px; }
178
+ .rating-row { display:flex; align-items:center; gap:8px; margin-top: 10px; }
179
+ .stars { color:#26a541; font-size:30px; letter-spacing: 2px; }
180
+ .assured {
181
+ margin-left: 10px; font-size: 26px; color:#555; background:#f7fbff; border:1px solid #d5eaff; padding:6px 10px; border-radius: 16px;
182
+ }
183
+ .delivery { color:#555; font-size: 30px; margin-top: 16px; }
184
+
185
+ /* Floating action button */
186
+ .fab {
187
+ position:absolute; right:28px; bottom:350px; width:136px; height:136px; border-radius:50%;
188
+ background:#ffdf43; box-shadow: 0 10px 20px rgba(0,0,0,0.2);
189
+ display:flex; align-items:center; justify-content:center; border:3px solid #1e76ff;
190
+ }
191
+ .fab span { font-size: 60px; color:#1e76ff; font-weight: 900; }
192
+
193
+ /* Simple inline SVG icon styling */
194
+ .icon { width: 34px; height: 34px; stroke:#333; stroke-width: 4; fill: none; }
195
+ .icon-solid { width: 40px; height: 40px; fill:#333; }
196
+ </style>
197
+ </head>
198
+ <body>
199
+ <div id="render-target">
200
+
201
+ <!-- Status bar -->
202
+ <div class="status-bar">
203
+ <div>8:31</div>
204
+ <div class="status-icons">
205
+ <div class="dot"></div>
206
+ <div class="dot"></div>
207
+ <div class="dot"></div>
208
+ <div class="battery"><div class="level"></div></div>
209
+ </div>
210
+ </div>
211
+
212
+ <!-- Header with search -->
213
+ <div class="header-row">
214
+ <div class="icon-btn" title="Back">
215
+ <svg class="icon" viewBox="0 0 24 24">
216
+ <path d="M14 6 L8 12 L14 18"></path>
217
+ </svg>
218
+ </div>
219
+ <div class="search-bar">
220
+ <svg class="icon" viewBox="0 0 24 24">
221
+ <circle cx="10" cy="10" r="7"></circle>
222
+ <line x1="15" y1="15" x2="22" y2="22"></line>
223
+ </svg>
224
+ <div class="search-input">Running Shoes for Women</div>
225
+ <svg class="icon-solid" viewBox="0 0 24 24">
226
+ <path d="M12 2a4 4 0 0 0-4 4v4a4 4 0 0 0 8 0V6a4 4 0 0 0-4-4zm-6 14v4h12v-4c-2 2-10 2-12 0z"></path>
227
+ </svg>
228
+ <div class="icon-btn" title="Camera">
229
+ <svg class="icon-solid" viewBox="0 0 24 24">
230
+ <path d="M4 7h4l2-2h4l2 2h4v12H4z"></path>
231
+ <circle cx="12" cy="13" r="4" fill="#666"></circle>
232
+ </svg>
233
+ </div>
234
+ </div>
235
+ <div class="icon-btn" title="Cart">
236
+ <svg class="icon-solid" viewBox="0 0 24 24">
237
+ <path d="M3 4h3l2 12h10l3-8H7"></path>
238
+ </svg>
239
+ </div>
240
+ </div>
241
+
242
+ <!-- Filter chips -->
243
+ <div class="chips">
244
+ <div class="chip"><strong>Sort By</strong>
245
+ <div class="arrow"></div>
246
+ </div>
247
+ <div class="chip"><span class="badge">5</span> Filter</div>
248
+ <div class="chip"><strong>Brand</strong><div class="arrow"></div></div>
249
+ <div class="chip"><strong>Discount</strong><div class="arrow"></div></div>
250
+ <div class="chip"><strong>Size</strong><div class="arrow"></div></div>
251
+
252
+ <div class="chip green"><div class="chip-icon">★</div> Premium Brands</div>
253
+ <div class="chip"><div class="chip-icon">★</div> Top Rated</div>
254
+ <div class="chip"><div class="chip-icon">🎨</div> White</div>
255
+ <div class="chip green"><div class="chip-icon">₹</div> Rs. 1000 – Rs. 2999</div>
256
+ </div>
257
+
258
+ <!-- Promo banner -->
259
+ <div class="promo">
260
+ <div class="promo-img">
261
+ <div class="ad-tag">AD</div>
262
+ [IMG: Pink Adidas Women's Shoes Banner]
263
+ </div>
264
+ <div class="promo-caption">
265
+ <div>Min. 30% Off on ADIDAS Women's Shoes</div>
266
+ <div class="cta">›</div>
267
+ </div>
268
+ </div>
269
+
270
+ <!-- Product grid -->
271
+ <div class="products">
272
+ <!-- Left card -->
273
+ <div class="card">
274
+ <div class="img-wrap">
275
+ <div class="heart">♡</div>
276
+ <div class="color-badge">2 colors</div>
277
+ [IMG: White Adidas Running Shoes]
278
+ </div>
279
+ <div class="card-body">
280
+ <div class="brand">ADIDAS</div>
281
+ <div class="title">DURAMO SL W Running Shoes</div>
282
+ <div class="price-row">
283
+ <div class="off">44% off</div>
284
+ <div class="mrp">6,599</div>
285
+ <div class="price">₹3,689</div>
286
+ </div>
287
+ <div class="few-left">Only few left</div>
288
+ <div class="rating-row">
289
+ <div class="stars">★★★★★</div>
290
+ <div class="assured">Plus F‑ASSURED</div>
291
+ </div>
292
+ <div class="delivery">Free delivery</div>
293
+ </div>
294
+ </div>
295
+
296
+ <!-- Right card -->
297
+ <div class="card">
298
+ <div class="img-wrap">
299
+ <div class="heart">♡</div>
300
+ <div class="color-badge">3 colors</div>
301
+ [IMG: Purple Adidas Running Shoes]
302
+ </div>
303
+ <div class="card-body">
304
+ <div class="brand">ADIDAS</div>
305
+ <div class="title">Amalgo W Running Shoes</div>
306
+ <div class="price-row">
307
+ <div class="off">44% off</div>
308
+ <div class="mrp">4,599</div>
309
+ <div class="price">₹2,569</div>
310
+ </div>
311
+ <div class="tag">Hot Deal</div>
312
+ <div class="rating-row">
313
+ <div class="stars">★★★★★</div>
314
+ <div class="assured">Plus F‑ASSURED</div>
315
+ </div>
316
+ <div class="delivery">Free delivery</div>
317
+ </div>
318
+ </div>
319
+
320
+ <!-- Placeholder for next row items (partially visible in screenshot) -->
321
+ <div class="card">
322
+ <div class="img-wrap">
323
+ <div class="heart">♡</div>
324
+ [IMG: Running Shoes Listing Item]
325
+ </div>
326
+ <div class="card-body">
327
+ <div class="brand">ADIDAS</div>
328
+ <div class="title">Women's Running Shoes</div>
329
+ <div class="price-row">
330
+ <div class="off">40% off</div>
331
+ <div class="mrp">5,999</div>
332
+ <div class="price">₹3,599</div>
333
+ </div>
334
+ </div>
335
+ </div>
336
+
337
+ <div class="card">
338
+ <div class="img-wrap">
339
+ <div class="heart">♡</div>
340
+ [IMG: Running Shoes Listing Item]
341
+ </div>
342
+ <div class="card-body">
343
+ <div class="brand">ADIDAS</div>
344
+ <div class="title">Women's Sneakers</div>
345
+ <div class="price-row">
346
+ <div class="off">35% off</div>
347
+ <div class="mrp">4,999</div>
348
+ <div class="price">₹3,249</div>
349
+ </div>
350
+ </div>
351
+ </div>
352
+ </div>
353
+
354
+ <!-- Floating support button -->
355
+ <div class="fab"><span>F</span></div>
356
+
357
+ </div>
358
+ </body>
359
+ </html>
code/702/702_0.html ADDED
@@ -0,0 +1,409 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Want to go - Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ position: relative;
11
+ overflow: hidden;
12
+ width: 1080px;
13
+ height: 2400px;
14
+ background: #ffffff;
15
+ color: #202124;
16
+ font-family: Arial, sans-serif;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ width: 100%;
25
+ height: 110px;
26
+ padding: 24px 36px;
27
+ box-sizing: border-box;
28
+ display: flex;
29
+ align-items: center;
30
+ justify-content: space-between;
31
+ color: #3c4043;
32
+ font-size: 34px;
33
+ }
34
+ .status-right {
35
+ display: flex;
36
+ align-items: center;
37
+ gap: 26px;
38
+ }
39
+ .icon {
40
+ display: inline-block;
41
+ vertical-align: middle;
42
+ }
43
+
44
+ /* Header */
45
+ .header {
46
+ position: absolute;
47
+ top: 110px;
48
+ left: 0;
49
+ width: 100%;
50
+ height: 170px;
51
+ box-sizing: border-box;
52
+ padding: 18px 30px 12px 30px;
53
+ border-bottom: 1px solid #EDEEF1;
54
+ }
55
+ .header-top {
56
+ display: flex;
57
+ align-items: center;
58
+ justify-content: space-between;
59
+ }
60
+ .title {
61
+ font-size: 48px;
62
+ font-weight: 600;
63
+ text-align: center;
64
+ flex: 1;
65
+ }
66
+ .header-actions {
67
+ width: 140px; /* space holder for right side icons */
68
+ display: flex;
69
+ align-items: center;
70
+ justify-content: flex-end;
71
+ gap: 30px;
72
+ }
73
+ .subtitle {
74
+ margin-top: 12px;
75
+ display: flex;
76
+ align-items: center;
77
+ gap: 12px;
78
+ color: #5f6368;
79
+ font-size: 34px;
80
+ }
81
+ .dot {
82
+ width: 6px;
83
+ height: 6px;
84
+ background: #9aa0a6;
85
+ border-radius: 50%;
86
+ margin: 0 10px;
87
+ display: inline-block;
88
+ vertical-align: middle;
89
+ }
90
+
91
+ /* Content area */
92
+ .content {
93
+ position: absolute;
94
+ top: 280px; /* below header */
95
+ left: 0;
96
+ width: 100%;
97
+ box-sizing: border-box;
98
+ padding-bottom: 220px;
99
+ }
100
+
101
+ /* Place cards */
102
+ .place-card {
103
+ margin: 24px 32px 40px 32px;
104
+ }
105
+ .image-row {
106
+ display: flex;
107
+ gap: 18px;
108
+ margin-bottom: 22px;
109
+ }
110
+ .img-placeholder {
111
+ background: #E0E0E0;
112
+ border: 1px solid #BDBDBD;
113
+ color: #757575;
114
+ display: flex;
115
+ justify-content: center;
116
+ align-items: center;
117
+ border-radius: 26px;
118
+ position: relative;
119
+ overflow: hidden;
120
+ }
121
+ .img-large { width: 720px; height: 360px; }
122
+ .img-small { width: 300px; height: 360px; }
123
+
124
+ .choose-photo {
125
+ position: absolute;
126
+ left: 28px;
127
+ top: 24px;
128
+ background: rgba(255,255,255,0.95);
129
+ border: 2px solid #DADCE0;
130
+ color: #3c4043;
131
+ padding: 18px 26px;
132
+ border-radius: 42px;
133
+ display: flex;
134
+ align-items: center;
135
+ gap: 14px;
136
+ font-size: 32px;
137
+ box-shadow: 0 2px 6px rgba(0,0,0,0.12);
138
+ }
139
+
140
+ .place-title {
141
+ font-size: 46px;
142
+ font-weight: 600;
143
+ margin-bottom: 10px;
144
+ }
145
+ .rating-line {
146
+ display: flex;
147
+ align-items: center;
148
+ gap: 8px;
149
+ font-size: 32px;
150
+ color: #5f6368;
151
+ margin-bottom: 10px;
152
+ }
153
+ .star-group svg { margin-right: 4px; }
154
+ .meta-line {
155
+ font-size: 32px;
156
+ color: #5f6368;
157
+ margin-bottom: 10px;
158
+ }
159
+ .status-line {
160
+ font-size: 32px;
161
+ margin-bottom: 18px;
162
+ }
163
+ .closed { color: #d93025; }
164
+ .opens { color: #5f6368; margin-left: 12px; }
165
+ .add-note {
166
+ color: #1a73e8;
167
+ font-size: 34px;
168
+ margin-bottom: 22px;
169
+ }
170
+
171
+ /* Actions row */
172
+ .actions {
173
+ display: flex;
174
+ gap: 26px;
175
+ padding: 6px 0 18px 0;
176
+ }
177
+ .btn {
178
+ display: flex;
179
+ align-items: center;
180
+ gap: 18px;
181
+ padding: 26px 34px;
182
+ border-radius: 60px;
183
+ font-size: 36px;
184
+ border: 1px solid #DADCE0;
185
+ color: #3c4043;
186
+ background: #fff;
187
+ box-shadow: 0 1px 0 rgba(0,0,0,0.02);
188
+ }
189
+ .btn-primary {
190
+ background: #1a73e8;
191
+ color: #fff;
192
+ border: none;
193
+ box-shadow: 0 4px 10px rgba(26,115,232,0.25);
194
+ }
195
+
196
+ /* Floating View Map */
197
+ .fab {
198
+ position: absolute;
199
+ right: 34px;
200
+ bottom: 180px;
201
+ background: #fff;
202
+ border-radius: 28px;
203
+ box-shadow: 0 8px 20px rgba(0,0,0,0.18);
204
+ padding: 24px 32px;
205
+ display: flex;
206
+ align-items: center;
207
+ gap: 18px;
208
+ border: 1px solid #E0E0E0;
209
+ font-size: 36px;
210
+ color: #3c4043;
211
+ }
212
+
213
+ /* Bottom gesture bar */
214
+ .gesture-bar {
215
+ position: absolute;
216
+ bottom: 70px;
217
+ left: 50%;
218
+ transform: translateX(-50%);
219
+ width: 360px;
220
+ height: 10px;
221
+ background: #cfcfcf;
222
+ border-radius: 8px;
223
+ }
224
+ </style>
225
+ </head>
226
+ <body>
227
+ <div id="render-target">
228
+
229
+ <!-- Status bar -->
230
+ <div class="status-bar">
231
+ <div>1:30&nbsp;&nbsp;32°&nbsp;&nbsp;35°</div>
232
+ <div class="status-right">
233
+ <!-- Location icon -->
234
+ <svg class="icon" width="34" height="34" viewBox="0 0 24 24">
235
+ <path fill="#5f6368" d="M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7zm0 9.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z"/>
236
+ </svg>
237
+ <!-- Wifi icon -->
238
+ <svg class="icon" width="34" height="34" viewBox="0 0 24 24">
239
+ <path fill="#5f6368" d="M12 18l-2.5 2.5L12 23l2.5-2.5L12 18zm0-5c-2.2 0-4.2.9-5.7 2.3l1.4 1.4C9 15.4 10.4 14.8 12 14.8s3 .6 4.2 1.9l1.4-1.4C16.2 13.9 14.2 13 12 13zm0-5.2c-3.7 0-7.1 1.5-9.6 3.9l1.5 1.5C6 12.9 8.9 11.6 12 11.6s6 .9 8.1 2.6l1.5-1.5C19.1 9.3 15.7 7.8 12 7.8z"/>
240
+ </svg>
241
+ <!-- Battery icon -->
242
+ <svg class="icon" width="34" height="34" viewBox="0 0 24 24">
243
+ <rect x="2" y="6" width="18" height="12" rx="2" fill="#5f6368"></rect>
244
+ <rect x="20" y="10" width="2" height="4" fill="#5f6368"></rect>
245
+ <rect x="4" y="8" width="14" height="8" fill="#ffffff"></rect>
246
+ <rect x="4" y="8" width="10" height="8" fill="#5f6368"></rect>
247
+ </svg>
248
+ </div>
249
+ </div>
250
+
251
+ <!-- Header -->
252
+ <div class="header">
253
+ <div class="header-top">
254
+ <!-- Back arrow -->
255
+ <svg class="icon" width="50" height="50" viewBox="0 0 24 24">
256
+ <path fill="#5f6368" d="M15.5 5l-7 7 7 7-1.5 1.5L5.5 12l8.5-8.5z"/>
257
+ </svg>
258
+ <div class="title">Want to go</div>
259
+ <div class="header-actions">
260
+ <!-- More (vertical dots) -->
261
+ <svg class="icon" width="40" height="40" viewBox="0 0 24 24">
262
+ <circle cx="12" cy="5" r="2" fill="#5f6368"></circle>
263
+ <circle cx="12" cy="12" r="2" fill="#5f6368"></circle>
264
+ <circle cx="12" cy="19" r="2" fill="#5f6368"></circle>
265
+ </svg>
266
+ </div>
267
+ </div>
268
+ <div class="subtitle">
269
+ <!-- Lock icon -->
270
+ <svg class="icon" width="34" height="34" viewBox="0 0 24 24">
271
+ <path fill="#5f6368" d="M12 1a5 5 0 0 0-5 5v3H5a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-9a2 2 0 0 0-2-2h-2V6a5 5 0 0 0-5-5zm-3 8V6a3 3 0 0 1 6 0v3H9z"/>
272
+ </svg>
273
+ Private
274
+ <span class="dot"></span>
275
+ 3 places
276
+ </div>
277
+ </div>
278
+
279
+ <div class="content">
280
+
281
+ <!-- Card 1 -->
282
+ <div class="place-card">
283
+ <div class="image-row">
284
+ <div class="img-placeholder img-large">
285
+ [IMG: Grocery storefront]
286
+ <div class="choose-photo">
287
+ <!-- Camera icon -->
288
+ <svg width="34" height="34" viewBox="0 0 24 24">
289
+ <path fill="#5f6368" d="M9 3l2 2h4l2 2h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h2l2-2zm3 5a5 5 0 1 0 0 10 5 5 0 0 0 0-10zm0 2.2a2.8 2.8 0 1 1 0 5.6 2.8 2.8 0 0 1 0-5.6z"/>
290
+ </svg>
291
+ Choose photo
292
+ </div>
293
+ </div>
294
+ <div class="img-placeholder img-small">[IMG: Beverage products]</div>
295
+ </div>
296
+
297
+ <div class="place-title">East Side Grocery</div>
298
+
299
+ <div class="rating-line">
300
+ 4.6
301
+ <span class="star-group">
302
+ <svg width="28" height="28" viewBox="0 0 24 24"><path fill="#fbbc05" d="M12 17.3l-6.2 3.3 1.2-6.8L1 9.2l6.9-1 3.1-6.2 3.1 6.2 6.9 1-5 4.6 1.2 6.8z"/></svg>
303
+ <svg width="28" height="28" viewBox="0 0 24 24"><path fill="#fbbc05" d="M12 17.3l-6.2 3.3 1.2-6.8L1 9.2l6.9-1 3.1-6.2 3.1 6.2 6.9 1-5 4.6 1.2 6.8z"/></svg>
304
+ <svg width="28" height="28" viewBox="0 0 24 24"><path fill="#fbbc05" d="M12 17.3l-6.2 3.3 1.2-6.8L1 9.2l6.9-1 3.1-6.2 3.1 6.2 6.9 1-5 4.6 1.2 6.8z"/></svg>
305
+ <svg width="28" height="28" viewBox="0 0 24 24"><path fill="#fbbc05" d="M12 17.3l-6.2 3.3 1.2-6.8L1 9.2l6.9-1 3.1-6.2 3.1 6.2 6.9 1-5 4.6 1.2 6.8z"/></svg>
306
+ <svg width="28" height="28" viewBox="0 0 24 24"><path fill="#fbbc05" d="M12 17.3l-6.2 3.3 1.2-6.8L1 9.2l6.9-1 3.1-6.2 3.1 6.2 6.9 1-5 4.6 1.2 6.8z"/></svg>
307
+ </span>
308
+ (32)
309
+ </div>
310
+
311
+ <div class="meta-line">Grocery store • ♿</div>
312
+
313
+ <div class="status-line"><span class="closed">Closed</span><span class="opens">· Opens 7 am</span></div>
314
+
315
+ <div class="add-note">Add note</div>
316
+
317
+ <div class="actions">
318
+ <div class="btn btn-primary">
319
+ <svg width="36" height="36" viewBox="0 0 24 24">
320
+ <path fill="#ffffff" d="M12 2l4 4-4 4-4-4 4-4zm0 8l10 10H2L12 10z"/>
321
+ </svg>
322
+ Directions
323
+ </div>
324
+ <div class="btn">
325
+ <svg width="36" height="36" viewBox="0 0 24 24">
326
+ <path fill="#1a73e8" d="M6 2l4 2 6 6-3 3-6-6-1-5zm1 7l7 7-2 2c-1.5 1.5-4.5 1-6.5-.9-2-1.9-2.4-5-1-6.4l2-1.7z"/>
327
+ </svg>
328
+ Call
329
+ </div>
330
+ <div class="btn">
331
+ <svg width="36" height="36" viewBox="0 0 24 24">
332
+ <path fill="#1a73e8" d="M18 8a3 3 0 1 0-6 0v1.1l-4.8 2.7a3 3 0 1 0 .4 1.7l4.4-2.5V13a3 3 0 1 0 1.5-2.6V8a1.5 1.5 0 1 1 3 0z"/>
333
+ </svg>
334
+ Share
335
+ </div>
336
+ </div>
337
+ </div>
338
+
339
+ <!-- Card 2 -->
340
+ <div class="place-card">
341
+ <div class="image-row">
342
+ <div class="img-placeholder img-large">
343
+ [IMG: Restaurant entrance]
344
+ <div class="choose-photo">
345
+ <svg width="34" height="34" viewBox="0 0 24 24">
346
+ <path fill="#5f6368" d="M9 3l2 2h4l2 2h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h2l2-2zm3 5a5 5 0 1 0 0 10 5 5 0 0 0 0-10zm0 2.2a2.8 2.8 0 1 1 0 5.6 2.8 2.8 0 0 1 0-5.6z"/>
347
+ </svg>
348
+ Choose photo
349
+ </div>
350
+ </div>
351
+ <div class="img-placeholder img-small">[IMG: Breakfast dishes]</div>
352
+ </div>
353
+
354
+ <div class="place-title">Little Beet</div>
355
+
356
+ <div class="rating-line">
357
+ 4.4
358
+ <span class="star-group">
359
+ <svg width="28" height="28" viewBox="0 0 24 24"><path fill="#fbbc05" d="M12 17.3l-6.2 3.3 1.2-6.8L1 9.2l6.9-1 3.1-6.2 3.1 6.2 6.9 1-5 4.6 1.2 6.8z"/></svg>
360
+ <svg width="28" height="28" viewBox="0 0 24 24"><path fill="#fbbc05" d="M12 17.3l-6.2 3.3 1.2-6.8L1 9.2l6.9-1 3.1-6.2 3.1 6.2 6.9 1-5 4.6 1.2 6.8z"/></svg>
361
+ <svg width="28" height="28" viewBox="0 0 24 24"><path fill="#fbbc05" d="M12 17.3l-6.2 3.3 1.2-6.8L1 9.2l6.9-1 3.1-6.2 3.1 6.2 6.9 1-5 4.6 1.2 6.8z"/></svg>
362
+ <svg width="28" height="28" viewBox="0 0 24 24"><path fill="#fbbc05" d="M12 17.3l-6.2 3.3 1.2-6.8L1 9.2l6.9-1 3.1-6.2 3.1 6.2 6.9 1-5 4.6 1.2 6.8z"/></svg>
363
+ <svg width="28" height="28" viewBox="0 0 24 24"><path fill="#fbbc05" d="M12 17.3l-6.2 3.3 1.2-6.8L1 9.2l6.9-1 3.1-6.2 3.1 6.2 6.9 1-5 4.6 1.2 6.8z"/></svg>
364
+ </span>
365
+ (291)
366
+ </div>
367
+
368
+ <div class="meta-line">Restaurant • ♿ • ₹₹</div>
369
+
370
+ <div class="status-line"><span class="closed">Closed</span><span class="opens">· Opens 11 am</span></div>
371
+
372
+ <div class="add-note">Add note</div>
373
+
374
+ <div class="actions">
375
+ <div class="btn btn-primary">
376
+ <svg width="36" height="36" viewBox="0 0 24 24">
377
+ <path fill="#ffffff" d="M12 2l4 4-4 4-4-4 4-4zm0 8l10 10H2L12 10z"/>
378
+ </svg>
379
+ Directions
380
+ </div>
381
+ <div class="btn">
382
+ <svg width="36" height="36" viewBox="0 0 24 24">
383
+ <path fill="#1a73e8" d="M6 2l4 2 6 6-3 3-6-6-1-5zm1 7l7 7-2 2c-1.5 1.5-4.5 1-6.5-.9-2-1.9-2.4-5-1-6.4l2-1.7z"/>
384
+ </svg>
385
+ Call
386
+ </div>
387
+ <div class="btn">
388
+ <svg width="36" height="36" viewBox="0 0 24 24">
389
+ <path fill="#1a73e8" d="M18 8a3 3 0 1 0-6 0v1.1l-4.8 2.7a3 3 0 1 0 .4 1.7l4.4-2.5V13a3 3 0 1 0 1.5-2.6V8a1.5 1.5 0 1 1 3 0z"/>
390
+ </svg>
391
+ Share
392
+ </div>
393
+ </div>
394
+ </div>
395
+
396
+ </div>
397
+
398
+ <!-- Floating button -->
399
+ <div class="fab">
400
+ <svg width="40" height="40" viewBox="0 0 24 24">
401
+ <path fill="#1a73e8" d="M3 6l7-3 11 4-7 3-11-4zm0 6l7 3 11-4v7l-11 4-7-3v-7z"/>
402
+ </svg>
403
+ View map
404
+ </div>
405
+
406
+ <div class="gesture-bar"></div>
407
+ </div>
408
+ </body>
409
+ </html>
code/702/702_1.html ADDED
@@ -0,0 +1,407 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Saved - Mock UI</title>
7
+ <style>
8
+ body { margin:0; padding:0; background:transparent; }
9
+ #render-target {
10
+ position: relative;
11
+ overflow: hidden;
12
+ width: 1080px;
13
+ height: 2400px;
14
+ background: #ffffff;
15
+ font-family: "Roboto", Arial, Helvetica, sans-serif;
16
+ color: #202124;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ height: 84px;
22
+ padding: 0 36px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ font-size: 32px;
27
+ color: #5f6368;
28
+ }
29
+ .status-icons {
30
+ display: flex;
31
+ gap: 26px;
32
+ align-items: center;
33
+ }
34
+ .dot { width:10px; height:10px; background:#5f6368; border-radius:50%; display:inline-block; opacity:.8; }
35
+
36
+ /* Search pill */
37
+ .search-wrap {
38
+ padding: 18px 36px 0 36px;
39
+ }
40
+ .search-pill {
41
+ height: 120px;
42
+ border-radius: 60px;
43
+ background: #f1f3f4;
44
+ display: flex;
45
+ align-items: center;
46
+ padding: 0 26px 0 26px;
47
+ box-shadow: inset 0 0 0 1px #e0e0e0;
48
+ }
49
+ .g-pin {
50
+ width: 64px; height: 64px; border-radius: 16px;
51
+ display:flex; align-items:center; justify-content:center;
52
+ }
53
+ .search-input {
54
+ flex: 1;
55
+ margin: 0 20px;
56
+ font-size: 42px;
57
+ color: #5f6368;
58
+ }
59
+ .circle-avatar {
60
+ width: 84px; height: 84px; border-radius: 50%;
61
+ background: #d64a1f;
62
+ color: #fff; display:flex; align-items:center; justify-content:center;
63
+ font-weight: 600; font-size: 46px;
64
+ margin-left: 18px;
65
+ }
66
+ .icon-btn {
67
+ width:72px; height:72px; border-radius:36px;
68
+ display:flex; align-items:center; justify-content:center;
69
+ color:#5f6368;
70
+ }
71
+
72
+ /* Promo card */
73
+ .promo-card {
74
+ margin: 28px 36px 0 36px;
75
+ background: #fff;
76
+ border-radius: 28px;
77
+ box-shadow: 0 2px 10px rgba(0,0,0,0.08);
78
+ padding: 36px;
79
+ display:flex;
80
+ align-items: center;
81
+ min-height: 330px;
82
+ position: relative;
83
+ }
84
+ .promo-text {
85
+ flex:1.2;
86
+ }
87
+ .promo-title {
88
+ font-size: 52px; font-weight: 600; margin: 0 0 14px 0;
89
+ }
90
+ .promo-sub {
91
+ font-size: 34px; color:#5f6368; line-height: 1.4; margin-bottom: 26px;
92
+ }
93
+ .btn-outline {
94
+ display:inline-flex; align-items:center; justify-content:center;
95
+ height: 94px; padding: 0 36px; border-radius: 48px;
96
+ border:2px solid #1a73e8; color:#1a73e8; font-size: 38px; font-weight:500;
97
+ background:#fff;
98
+ }
99
+ .promo-illustration {
100
+ flex:1; display:flex; justify-content:flex-end;
101
+ }
102
+ .promo-illustration .img {
103
+ width: 360px; height: 190px;
104
+ }
105
+ .close-x {
106
+ position:absolute; right: 26px; top: 26px; width: 72px; height:72px; display:flex; align-items:center; justify-content:center; color:#5f6368;
107
+ }
108
+
109
+ /* Sections */
110
+ .section-title {
111
+ font-size: 54px; font-weight: 600; margin: 48px 36px 22px 36px;
112
+ }
113
+
114
+ /* Horizontal cards */
115
+ .card-scroller {
116
+ padding-left: 36px;
117
+ display:flex;
118
+ gap: 30px;
119
+ overflow: hidden;
120
+ }
121
+ .place-card {
122
+ width: 640px;
123
+ background:#fff;
124
+ border-radius: 28px;
125
+ box-shadow: 0 6px 14px rgba(0,0,0,0.08);
126
+ overflow: hidden;
127
+ border: 1px solid #e5e5e5;
128
+ }
129
+ .place-card .img {
130
+ width: 100%; height: 340px;
131
+ }
132
+ .place-body {
133
+ padding: 26px;
134
+ }
135
+ .place-title { font-size: 42px; font-weight: 600; margin: 4px 0 6px 0; }
136
+ .place-sub { font-size: 30px; color:#5f6368; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
137
+ .want-row { display:flex; align-items:center; gap: 16px; color:#188038; margin-top: 20px; font-size: 32px; }
138
+
139
+ /* Lists */
140
+ .lists-head {
141
+ display:flex; align-items:center; justify-content:space-between;
142
+ margin: 36px;
143
+ }
144
+ .lists-head h3 { margin:0; font-size:52px; font-weight:600; }
145
+ .new-list { color:#1a73e8; font-size: 38px; }
146
+
147
+ .list {
148
+ margin: 0 36px;
149
+ border-top:1px solid #ececec;
150
+ }
151
+ .list-row {
152
+ display:flex; align-items:center; justify-content:space-between;
153
+ padding: 34px 0;
154
+ border-bottom:1px solid #ececec;
155
+ }
156
+ .row-left { display:flex; gap: 26px; align-items:center; }
157
+ .row-icon { width: 60px; height: 60px; display:flex; align-items:center; justify-content:center; }
158
+ .row-text .title { font-size: 42px; }
159
+ .row-text .sub { font-size: 30px; color:#5f6368; margin-top: 4px; }
160
+ .more-btn { width: 60px; height: 60px; display:flex; align-items:center; justify-content:center; color:#5f6368; }
161
+
162
+ /* Bottom navigation */
163
+ .bottom-nav {
164
+ position: absolute;
165
+ left:0; right:0; bottom: 60px;
166
+ height: 170px;
167
+ background: #f7f8fa;
168
+ border-top: 1px solid #e0e0e0;
169
+ display:flex; align-items:center; justify-content:space-around;
170
+ padding: 14px 18px;
171
+ }
172
+ .nav-item { display:flex; flex-direction:column; align-items:center; gap: 10px; color:#5f6368; font-size:28px; }
173
+ .nav-item .icon {
174
+ width: 78px; height: 78px; border-radius: 20px;
175
+ display:flex; align-items:center; justify-content:center;
176
+ }
177
+ .nav-item.active .icon {
178
+ background:#e8f0fe;
179
+ }
180
+ .nav-item.active { color:#1a73e8; font-weight:600; }
181
+
182
+ .home-indicator {
183
+ position:absolute; bottom: 16px; left:50%; transform: translateX(-50%);
184
+ width: 330px; height: 12px; background:#cfcfcf; border-radius: 8px;
185
+ }
186
+
187
+ /* Placeholder IMG rule */
188
+ .img {
189
+ background:#E0E0E0;
190
+ border:1px solid #BDBDBD;
191
+ display:flex; align-items:center; justify-content:center;
192
+ color:#757575; font-size: 28px; text-align:center;
193
+ }
194
+ </style>
195
+ </head>
196
+ <body>
197
+ <div id="render-target">
198
+
199
+ <!-- Status bar -->
200
+ <div class="status-bar">
201
+ <div>1:30</div>
202
+ <div class="status-icons">
203
+ <span>32°</span>
204
+ <span class="dot"></span>
205
+ <span>35°</span>
206
+ <span class="dot"></span>
207
+ <span class="dot"></span>
208
+ <span class="dot"></span>
209
+ <span class="dot"></span>
210
+ </div>
211
+ </div>
212
+
213
+ <!-- Search -->
214
+ <div class="search-wrap">
215
+ <div class="search-pill">
216
+ <div class="g-pin">
217
+ <svg width="44" height="44" viewBox="0 0 24 24">
218
+ <path d="M12 2c-3.3 0-6 2.7-6 6 0 4.5 6 12 6 12s6-7.5 6-12c0-3.3-2.7-6-6-6z" fill="#1a73e8"/>
219
+ <circle cx="12" cy="8" r="3" fill="#fff"/>
220
+ </svg>
221
+ </div>
222
+ <div class="search-input">Search here</div>
223
+ <div class="icon-btn">
224
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#5f6368">
225
+ <path d="M12 14c1.7 0 3-1.3 3-3V7c0-1.7-1.3-3-3-3S9 5.3 9 7v4c0 1.7 1.3 3 3 3zm-1 1.5v2h2v-2h-2z"/>
226
+ </svg>
227
+ </div>
228
+ <div class="circle-avatar">C</div>
229
+ </div>
230
+ </div>
231
+
232
+ <!-- Promo card -->
233
+ <div class="promo-card">
234
+ <div class="promo-text">
235
+ <div class="promo-title">Give your home a precise address</div>
236
+ <div class="promo-sub">Get deliveries fast and trouble‑free, no matter where you live</div>
237
+ <div class="btn-outline">Get started</div>
238
+ </div>
239
+ <div class="promo-illustration">
240
+ <div class="img">[IMG: Address illustration]</div>
241
+ </div>
242
+ <div class="close-x">
243
+ <svg width="36" height="36" viewBox="0 0 24 24" stroke="#5f6368" stroke-width="2" fill="none" stroke-linecap="round">
244
+ <path d="M6 6l12 12M18 6L6 18"/>
245
+ </svg>
246
+ </div>
247
+ </div>
248
+
249
+ <!-- Recently saved -->
250
+ <div class="section-title">Recently saved</div>
251
+ <div class="card-scroller">
252
+ <div class="place-card">
253
+ <div class="img">[IMG: Storefront - Little Beet]</div>
254
+ <div class="place-body">
255
+ <div class="place-title">Little Beet</div>
256
+ <div class="place-sub">Closed · Dine‑in · Takeout</div>
257
+ <div class="want-row">
258
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#188038">
259
+ <path d="M6 2v20l6-4 6 4V2H6z"/>
260
+ </svg>
261
+ <span>Want to go</span>
262
+ </div>
263
+ </div>
264
+ </div>
265
+
266
+ <div class="place-card">
267
+ <div class="img">[IMG: Waterfront at sunset]</div>
268
+ <div class="place-body">
269
+ <div class="place-title">Hallett's Cove Be...</div>
270
+ <div class="place-sub">Waterfront · Park</div>
271
+ <div class="want-row">
272
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#188038">
273
+ <path d="M6 2v20l6-4 6 4V2H6z"/>
274
+ </svg>
275
+ <span>Want to go</span>
276
+ </div>
277
+ </div>
278
+ </div>
279
+
280
+ <div class="place-card">
281
+ <div class="img">[IMG: Grocery storefront]</div>
282
+ <div class="place-body">
283
+ <div class="place-title">East Side Gro...</div>
284
+ <div class="place-sub">Closed · Organic · Grocery</div>
285
+ <div class="want-row">
286
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#188038">
287
+ <path d="M6 2v20l6-4 6 4V2H6z"/>
288
+ </svg>
289
+ <span>Want to go</span>
290
+ </div>
291
+ </div>
292
+ </div>
293
+ </div>
294
+
295
+ <!-- Your lists -->
296
+ <div class="lists-head">
297
+ <h3>Your lists</h3>
298
+ <div class="new-list">+ New list</div>
299
+ </div>
300
+
301
+ <div class="list">
302
+ <div class="list-row">
303
+ <div class="row-left">
304
+ <div class="row-icon">
305
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="#188038">
306
+ <path d="M6 2v20l6-4 6 4V2H6z"/>
307
+ </svg>
308
+ </div>
309
+ <div class="row-text">
310
+ <div class="title">Want to go</div>
311
+ <div class="sub">Private · 3 places</div>
312
+ </div>
313
+ </div>
314
+ <div class="more-btn">
315
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#5f6368">
316
+ <circle cx="12" cy="5" r="2.2"/><circle cx="12" cy="12" r="2.2"/><circle cx="12" cy="19" r="2.2"/>
317
+ </svg>
318
+ </div>
319
+ </div>
320
+
321
+ <div class="list-row">
322
+ <div class="row-left">
323
+ <div class="row-icon">
324
+ <svg width="48" height="48" viewBox="0 0 24 24" stroke="#1aaab7" fill="none" stroke-width="2" stroke-linecap="round">
325
+ <path d="M4 7h12M4 12h12M4 17h8"/>
326
+ </svg>
327
+ </div>
328
+ <div class="row-text">
329
+ <div class="title">delight</div>
330
+ <div class="sub">Private · 1 place</div>
331
+ </div>
332
+ </div>
333
+ <div class="more-btn">
334
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#5f6368">
335
+ <circle cx="12" cy="5" r="2.2"/><circle cx="12" cy="12" r="2.2"/><circle cx="12" cy="19" r="2.2"/>
336
+ </svg>
337
+ </div>
338
+ </div>
339
+
340
+ <div class="list-row">
341
+ <div class="row-left">
342
+ <div class="row-icon">
343
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="#e91e63">
344
+ <path d="M12 21s-8-4.6-8-11a5 5 0 0 1 9-3 5 5 0 0 1 9 3c0 6.4-10 11-10 11z"/>
345
+ </svg>
346
+ </div>
347
+ <div class="row-text">
348
+ <div class="title">Favorites</div>
349
+ <div class="sub">Private · 0 places</div>
350
+ </div>
351
+ </div>
352
+ <div class="more-btn">
353
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#5f6368">
354
+ <circle cx="12" cy="5" r="2.2"/><circle cx="12" cy="12" r="2.2"/><circle cx="12" cy="19" r="2.2"/>
355
+ </svg>
356
+ </div>
357
+ </div>
358
+ </div>
359
+
360
+ <!-- Bottom navigation -->
361
+ <div class="bottom-nav">
362
+ <div class="nav-item">
363
+ <div class="icon">
364
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#5f6368">
365
+ <path d="M12 2l4 8-8 0 4-8zm0 20a5 5 0 1 0 0-10 5 5 0 0 0 0 10z"/>
366
+ </svg>
367
+ </div>
368
+ <div>Explore</div>
369
+ </div>
370
+ <div class="nav-item">
371
+ <div class="icon">
372
+ <svg width="38" height="38" viewBox="0 0 24 24" fill="#5f6368">
373
+ <path d="M5 12l2-4h10l2 4v5H5v-5z"/><circle cx="7.5" cy="18" r="1.6"/><circle cx="16.5" cy="18" r="1.6"/>
374
+ </svg>
375
+ </div>
376
+ <div>Go</div>
377
+ </div>
378
+ <div class="nav-item active">
379
+ <div class="icon">
380
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#1a73e8">
381
+ <path d="M6 2h12v18l-6-3-6 3V2z"/>
382
+ </svg>
383
+ </div>
384
+ <div>Saved</div>
385
+ </div>
386
+ <div class="nav-item">
387
+ <div class="icon">
388
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#5f6368">
389
+ <path d="M12 5v14M5 12h14"/>
390
+ </svg>
391
+ </div>
392
+ <div>Contribute</div>
393
+ </div>
394
+ <div class="nav-item">
395
+ <div class="icon">
396
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#5f6368">
397
+ <path d="M12 22a2 2 0 0 0 2-2H10a2 2 0 0 0 2 2zm6-6V11a6 6 0 1 0-12 0v5l-2 2h16l-2-2z"/>
398
+ </svg>
399
+ </div>
400
+ <div>Updates</div>
401
+ </div>
402
+ </div>
403
+
404
+ <div class="home-indicator"></div>
405
+ </div>
406
+ </body>
407
+ </html>
code/702/702_2.html ADDED
@@ -0,0 +1,283 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Search UI</title>
7
+ <style>
8
+ body{margin:0;padding:0;background:transparent;font-family:Arial, Helvetica, sans-serif;}
9
+ #render-target{
10
+ position:relative; overflow:hidden;
11
+ width:1080px; height:2400px;
12
+ background:#FFFFFF;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar{
17
+ height:96px; padding:0 36px;
18
+ display:flex; align-items:center; justify-content:space-between;
19
+ color:#6B6B6B; font-size:30px;
20
+ }
21
+ .sb-right{display:flex; align-items:center; gap:26px;}
22
+ .sb-dot{width:10px;height:10px;background:#6B6B6B;border-radius:50%;}
23
+ .icon{display:inline-flex;align-items:center;justify-content:center;}
24
+ .icon svg{display:block}
25
+
26
+ /* Search */
27
+ .search-wrap{padding:14px 32px 0;}
28
+ .search-bar{
29
+ display:flex; align-items:center; gap:24px;
30
+ height:120px; border:1px solid #E0E0E0; border-radius:60px;
31
+ background:#F6F7F8; padding:0 28px;
32
+ }
33
+ .search-input{
34
+ color:#9E9E9E; font-size:42px; flex:1;
35
+ }
36
+
37
+ /* Quick chips */
38
+ .chips{display:flex; align-items:center; padding:26px 24px;}
39
+ .chip{flex:0 0 230px; display:flex; align-items:center; gap:20px; padding:18px 10px;}
40
+ .chip .ci{
41
+ width:64px;height:64px;border-radius:50%;
42
+ background:#EEEEEE;border:1px solid #E0E0E0; display:flex;align-items:center;justify-content:center;
43
+ }
44
+ .chip .ctitle{font-size:34px;color:#3A3A3A;}
45
+ .chip .csub{font-size:26px;color:#9A9A9A;margin-top:2px;}
46
+ .chip-text{display:flex;flex-direction:column;}
47
+ .v-sep{height:80px;width:2px;background:#E5E5E5;margin:0 12px;}
48
+ .more-pill{
49
+ width:80px;height:80px;border-radius:40px;border:1px solid #E0E0E0;background:#FFFFFF;
50
+ display:flex;align-items:center;justify-content:center;margin-left:8px;margin-right:10px;
51
+ }
52
+
53
+ .divider{height:12px;background:#F1F1F1;width:100%}
54
+
55
+ .section-title{padding:26px 32px 10px;color:#6F6F6F;font-size:32px;}
56
+
57
+ /* List */
58
+ .list{padding-top:8px;}
59
+ .row{
60
+ display:flex; gap:26px; padding:28px 32px; align-items:flex-start;
61
+ border-top:1px solid #E9E9E9;
62
+ }
63
+ .row:first-child{border-top:none;}
64
+ .l-ico{
65
+ width:72px;height:72px;border-radius:36px;background:#EFF1F2;border:1px solid #DCDCDC;
66
+ display:flex;align-items:center;justify-content:center;margin-top:8px;
67
+ }
68
+ .r-title{font-size:40px;color:#1F1F1F;}
69
+ .r-sub{font-size:30px;color:#7B7B7B;margin-top:8px;}
70
+ .r-sub .closed{color:#E53935;margin-right:8px;}
71
+ .r-col{flex:1}
72
+ .thin-line{height:1px;background:#E9E9E9;margin:24px 0 0 130px;}
73
+
74
+ /* Keyboard mock */
75
+ .keyboard{
76
+ position:absolute; left:0; right:0; bottom:0;
77
+ height:900px; background:#111417; color:#EDEDED;
78
+ border-top:1px solid #1E2226;
79
+ padding:24px 18px 40px;
80
+ box-sizing:border-box;
81
+ }
82
+ .kb-row{display:flex;justify-content:center;gap:14px;margin-top:18px;}
83
+ .key{
84
+ width:88px;height:120px;border-radius:16px;background:#2A2F34;color:#F3F3F3;
85
+ display:flex;align-items:center;justify-content:center;font-size:42px;
86
+ }
87
+ .key.wide{width:140px}
88
+ .key.space{flex:1; height:120px;}
89
+ .kb-top{display:flex;gap:16px;align-items:center;margin-bottom:6px;}
90
+ .kb-btn{
91
+ width:104px;height:88px;border-radius:18px;background:#2A2F34;
92
+ display:flex;align-items:center;justify-content:center;
93
+ }
94
+ .home-pill{
95
+ position:absolute; left:50%; transform:translateX(-50%);
96
+ bottom:16px; width:320px; height:10px; background:#FFFFFF; border-radius:8px; opacity:.8;
97
+ }
98
+ </style>
99
+ </head>
100
+ <body>
101
+ <div id="render-target">
102
+
103
+ <!-- Status Bar -->
104
+ <div class="status-bar">
105
+ <div class="sb-left">1:33 &nbsp;&nbsp;32°</div>
106
+ <div class="sb-right">
107
+ <div class="icon" style="width:28px;height:28px;">
108
+ <svg viewBox="0 0 24 24" width="28" height="28" fill="#7A7A7A"><path d="M12 2l4 6h-8l4-6zm0 20a7 7 0 100-14 7 7 0 000 14z"/></svg>
109
+ </div>
110
+ <div class="icon" style="width:28px;height:28px;">
111
+ <svg viewBox="0 0 24 24" width="28" height="28" fill="#7A7A7A"><path d="M12 2a9 9 0 00-9 9h3a6 6 0 1112 0h3a9 9 0 00-9-9z"/></svg>
112
+ </div>
113
+ <div class="icon" style="width:28px;height:28px;">
114
+ <svg viewBox="0 0 24 24" width="28" height="28" fill="#7A7A7A"><path d="M12 4a8 8 0 100 16 8 8 0 000-16zm1 4h-2v6h6v-2h-4V8z"/></svg>
115
+ </div>
116
+ <div class="icon" style="width:30px;height:30px;">
117
+ <svg viewBox="0 0 24 24" width="30" height="30" fill="#7A7A7A"><path d="M16 4H8a2 2 0 00-2 2v12l6 2 6-2V6a2 2 0 00-2-2z"/></svg>
118
+ </div>
119
+ </div>
120
+ </div>
121
+
122
+ <!-- Search -->
123
+ <div class="search-wrap">
124
+ <div class="search-bar">
125
+ <div class="icon" style="width:52px;height:52px;">
126
+ <svg viewBox="0 0 24 24" width="52" height="52" fill="#6F6F6F"><path d="M15 19l-7-7 7-7v14z"/></svg>
127
+ </div>
128
+ <div class="search-input">Search here</div>
129
+ <div class="icon" style="width:52px;height:52px;">
130
+ <svg viewBox="0 0 24 24" width="52" height="52" fill="#6F6F6F"><path d="M12 14a3 3 0 003-3V7a3 3 0 10-6 0v4a3 3 0 003 3zm-2 1.5v1a2 2 0 004 0v-1h-4z"/></svg>
131
+ </div>
132
+ </div>
133
+ </div>
134
+
135
+ <!-- Quick chips -->
136
+ <div class="chips">
137
+ <div class="chip">
138
+ <div class="ci">
139
+ <svg viewBox="0 0 24 24" width="34" height="34" fill="#8A8A8A"><path d="M12 3l9 7h-2v9h-5v-6H10v6H5v-9H3l9-7z"/></svg>
140
+ </div>
141
+ <div class="chip-text">
142
+ <div class="ctitle">Home</div>
143
+ <div class="csub">Set location</div>
144
+ </div>
145
+ </div>
146
+
147
+ <div class="v-sep"></div>
148
+
149
+ <div class="chip">
150
+ <div class="ci">
151
+ <svg viewBox="0 0 24 24" width="34" height="34" fill="#8A8A8A"><path d="M10 4h4a3 3 0 013 3v2H7V7a3 3 0 013-3zM4 10h16v10H4V10z"/></svg>
152
+ </div>
153
+ <div class="chip-text">
154
+ <div class="ctitle">Work</div>
155
+ <div class="csub">Set location</div>
156
+ </div>
157
+ </div>
158
+
159
+ <div class="v-sep"></div>
160
+
161
+ <div class="more-pill">
162
+ <svg viewBox="0 0 24 24" width="38" height="38" fill="#6E6E6E"><circle cx="5" cy="12" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="19" cy="12" r="2"/></svg>
163
+ </div>
164
+ <div class="ctitle" style="color:#3A3A3A;font-size:34px;">More</div>
165
+ </div>
166
+
167
+ <div class="divider"></div>
168
+
169
+ <div class="section-title">Recent</div>
170
+
171
+ <div class="list">
172
+ <div class="row">
173
+ <div class="l-ico">
174
+ <svg viewBox="0 0 24 24" width="32" height="32" fill="#8A8A8A"><path d="M12 2C8.1 2 5 5.1 5 9c0 5.3 7 13 7 13s7-7.7 7-13c0-3.9-3.1-7-7-7zm0 9.5a2.5 2.5 0 110-5 2.5 2.5 0 010 5z"/></svg>
175
+ </div>
176
+ <div class="r-col">
177
+ <div class="r-title">East Side Grocery</div>
178
+ <div class="r-sub">2nd Avenue, New York, NY, USA</div>
179
+ </div>
180
+ </div>
181
+
182
+ <div class="row">
183
+ <div class="l-ico">
184
+ <svg viewBox="0 0 24 24" width="30" height="30" fill="#8A8A8A"><path d="M12 2a10 10 0 1010 10H12V2z"/></svg>
185
+ </div>
186
+ <div class="r-col">
187
+ <div class="r-title">Upper East Side</div>
188
+ <div class="r-sub">Manhattan, New York, NY, USA</div>
189
+ </div>
190
+ </div>
191
+
192
+ <div class="row">
193
+ <div class="l-ico">
194
+ <svg viewBox="0 0 24 24" width="30" height="30" fill="#8A8A8A"><path d="M12 2a10 10 0 1010 10H12V2z"/></svg>
195
+ </div>
196
+ <div class="r-col">
197
+ <div class="r-title">Little Beet</div>
198
+ <div class="r-sub"><span class="closed">Closed</span>· Opens 11:00 AM</div>
199
+ <div class="r-sub">Park Avenue, New York, NY, USA</div>
200
+ </div>
201
+ </div>
202
+
203
+ <div class="row">
204
+ <div class="l-ico">
205
+ <svg viewBox="0 0 24 24" width="30" height="30" fill="#8A8A8A"><path d="M12 2a10 10 0 1010 10H12V2z"/></svg>
206
+ </div>
207
+ <div class="r-col">
208
+ <div class="r-title">Hallett's Cove Beach</div>
209
+ <div class="r-sub">Vernon Boulevard, Queens, NY, USA</div>
210
+ </div>
211
+ </div>
212
+
213
+ <div class="row">
214
+ <div class="l-ico">
215
+ <svg viewBox="0 0 24 24" width="30" height="30" fill="#8A8A8A"><path d="M12 2a10 10 0 1010 10H12V2z"/></svg>
216
+ </div>
217
+ <div class="r-col">
218
+ <div class="r-title">Bean &amp; the Bear</div>
219
+ <div class="r-sub">Shop no. E-12, 3, Greater Kailash Part 3, DDA...</div>
220
+ </div>
221
+ </div>
222
+ </div>
223
+
224
+ <!-- Keyboard Mock -->
225
+ <div class="keyboard">
226
+ <div class="kb-top">
227
+ <div class="kb-btn">
228
+ <svg viewBox="0 0 24 24" width="36" height="36" fill="#D9D9D9"><path d="M3 4h18v3H3z"/></svg>
229
+ </div>
230
+ <div class="kb-btn">
231
+ <svg viewBox="0 0 24 24" width="36" height="36" fill="#D9D9D9"><path d="M12 2a5 5 0 110 10 5 5 0 010-10z"/></svg>
232
+ </div>
233
+ <div class="kb-btn">GIF</div>
234
+ <div class="kb-btn">
235
+ <svg viewBox="0 0 24 24" width="34" height="34" fill="#D9D9D9"><path d="M21 7l-9 9-4-4"/></svg>
236
+ </div>
237
+ <div class="kb-btn">
238
+ <svg viewBox="0 0 24 24" width="34" height="34" fill="#D9D9D9"><path d="M12 3a9 9 0 100 18 9 9 0 000-18z"/></svg>
239
+ </div>
240
+ </div>
241
+
242
+ <div class="kb-row">
243
+ <div class="key">q</div><div class="key">w</div><div class="key">e</div><div class="key">r</div>
244
+ <div class="key">t</div><div class="key">y</div><div class="key">u</div><div class="key">i</div>
245
+ <div class="key">o</div><div class="key">p</div>
246
+ </div>
247
+
248
+ <div class="kb-row">
249
+ <div class="key">a</div><div class="key">s</div><div class="key">d</div><div class="key">f</div>
250
+ <div class="key">g</div><div class="key">h</div><div class="key">j</div><div class="key">k</div>
251
+ <div class="key">l</div>
252
+ </div>
253
+
254
+ <div class="kb-row">
255
+ <div class="key wide">
256
+ <svg viewBox="0 0 24 24" width="38" height="38" fill="#EDEDED"><path d="M6 18l6-12 6 12H6z"/></svg>
257
+ </div>
258
+ <div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div>
259
+ <div class="key">b</div><div class="key">n</div><div class="key">m</div>
260
+ <div class="key wide">
261
+ <svg viewBox="0 0 24 24" width="40" height="40" fill="#EDEDED"><path d="M20 7l-9 9-5-5 1.4-1.4L11 13.2 18.6 5.6 20 7z"/></svg>
262
+ </div>
263
+ </div>
264
+
265
+ <div class="kb-row" style="gap:18px;margin-top:24px;">
266
+ <div class="key wide">?123</div>
267
+ <div class="key wide">,</div>
268
+ <div class="key space"></div>
269
+ <div class="key wide">.</div>
270
+ <div class="key wide">
271
+ <svg viewBox="0 0 24 24" width="40" height="40" fill="#111417">
272
+ <rect width="100%" height="100%" rx="14" ry="14" fill="#86EFEA"/>
273
+ <path d="M15 10a3 3 0 11-6 0V7a3 3 0 116 0v3zM9 12.5V14a3 3 0 006 0v-1.5H9z" fill="#083234"/>
274
+ </svg>
275
+ </div>
276
+ </div>
277
+
278
+ <div class="home-pill"></div>
279
+ </div>
280
+
281
+ </div>
282
+ </body>
283
+ </html>
code/702/702_3.html ADDED
@@ -0,0 +1,277 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Upper East Side - Map Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ position: relative;
11
+ overflow: hidden;
12
+ width: 1080px;
13
+ height: 2400px;
14
+ background: #ffffff;
15
+ }
16
+
17
+ /* Map area */
18
+ .map-area {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 1420px;
24
+ background: #E0E0E0;
25
+ border-bottom: 1px solid #BDBDBD;
26
+ color: #757575;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: center;
30
+ font-size: 34px;
31
+ letter-spacing: 0.3px;
32
+ }
33
+
34
+ /* Search bar */
35
+ .search-bar {
36
+ position: absolute;
37
+ top: 110px;
38
+ left: 32px;
39
+ width: 1016px;
40
+ height: 120px;
41
+ background: #ffffff;
42
+ border-radius: 60px;
43
+ box-shadow: 0 6px 18px rgba(0,0,0,0.15);
44
+ display: flex;
45
+ align-items: center;
46
+ padding: 0 24px;
47
+ gap: 18px;
48
+ }
49
+ .icon-btn {
50
+ width: 88px;
51
+ height: 88px;
52
+ border-radius: 44px;
53
+ background: #ffffff;
54
+ display: flex;
55
+ align-items: center;
56
+ justify-content: center;
57
+ }
58
+ .icon-btn svg { width: 48px; height: 48px; fill: #404040; }
59
+ .search-text {
60
+ flex: 1;
61
+ font-size: 40px;
62
+ color: #222;
63
+ white-space: nowrap;
64
+ overflow: hidden;
65
+ text-overflow: ellipsis;
66
+ }
67
+ .end-icons {
68
+ display: flex;
69
+ align-items: center;
70
+ gap: 10px;
71
+ }
72
+ .circle-icon {
73
+ width: 84px;
74
+ height: 84px;
75
+ border-radius: 42px;
76
+ background: #f2f2f2;
77
+ display: flex;
78
+ align-items: center;
79
+ justify-content: center;
80
+ }
81
+ .circle-icon svg { width: 44px; height: 44px; fill: #616161; }
82
+
83
+ /* Small preview on map */
84
+ .mini-preview {
85
+ position: absolute;
86
+ bottom: 260px;
87
+ left: 24px;
88
+ width: 320px;
89
+ height: 180px;
90
+ background: #E0E0E0;
91
+ border: 1px solid #BDBDBD;
92
+ border-radius: 16px;
93
+ color: #757575;
94
+ display: flex;
95
+ align-items: center;
96
+ justify-content: center;
97
+ font-size: 26px;
98
+ }
99
+
100
+ /* Bottom sheet */
101
+ .sheet {
102
+ position: absolute;
103
+ left: 0;
104
+ top: 1220px;
105
+ width: 1080px;
106
+ height: 1180px;
107
+ background: #ffffff;
108
+ border-top-left-radius: 28px;
109
+ border-top-right-radius: 28px;
110
+ box-shadow: 0 -8px 24px rgba(0,0,0,0.15);
111
+ padding: 26px 32px 40px;
112
+ }
113
+ .drag-handle {
114
+ width: 120px;
115
+ height: 12px;
116
+ border-radius: 6px;
117
+ background: #DADADA;
118
+ margin: 8px auto 24px;
119
+ }
120
+ .place-title {
121
+ font-size: 56px;
122
+ font-weight: 700;
123
+ color: #222;
124
+ margin: 8px 0 8px 8px;
125
+ }
126
+ .place-sub {
127
+ font-size: 34px;
128
+ color: #6b6b6b;
129
+ margin-left: 8px;
130
+ margin-bottom: 28px;
131
+ }
132
+
133
+ /* Actions */
134
+ .actions {
135
+ display: flex;
136
+ align-items: center;
137
+ gap: 20px;
138
+ padding: 6px 6px 22px 6px;
139
+ }
140
+ .btn {
141
+ display: inline-flex;
142
+ align-items: center;
143
+ gap: 16px;
144
+ padding: 24px 36px;
145
+ font-size: 34px;
146
+ border-radius: 999px;
147
+ border: 1px solid #DADADA;
148
+ color: #2b2b2b;
149
+ background: #fff;
150
+ }
151
+ .btn svg { width: 40px; height: 40px; }
152
+ .btn.primary {
153
+ background: #1a73e8;
154
+ color: #fff;
155
+ border-color: #1a73e8;
156
+ }
157
+ .btn.primary svg { fill: #fff; }
158
+ .btn svg { fill: #5f6368; }
159
+
160
+ /* Image grid */
161
+ .photos {
162
+ margin-top: 16px;
163
+ display: grid;
164
+ grid-template-columns: 1fr 1fr;
165
+ grid-gap: 24px;
166
+ padding: 0 6px;
167
+ }
168
+ .photo {
169
+ background: #E0E0E0;
170
+ border: 1px solid #BDBDBD;
171
+ border-radius: 24px;
172
+ color: #757575;
173
+ display: flex;
174
+ align-items: center;
175
+ justify-content: center;
176
+ font-size: 30px;
177
+ text-align: center;
178
+ }
179
+ .photo.tall {
180
+ height: 520px;
181
+ }
182
+ .right-col {
183
+ display: grid;
184
+ grid-template-rows: 1fr 1fr;
185
+ grid-gap: 24px;
186
+ }
187
+ .photo.small { height: 248px; }
188
+
189
+ /* Home indicator */
190
+ .home-indicator {
191
+ position: absolute;
192
+ bottom: 22px;
193
+ left: 50%;
194
+ transform: translateX(-50%);
195
+ width: 360px;
196
+ height: 14px;
197
+ background: #bdbdbd;
198
+ border-radius: 7px;
199
+ }
200
+ </style>
201
+ </head>
202
+ <body>
203
+ <div id="render-target">
204
+
205
+ <!-- Map placeholder -->
206
+ <div class="map-area">[IMG: Map of Upper East Side, NYC]</div>
207
+
208
+ <!-- Floating search bar -->
209
+ <div class="search-bar">
210
+ <div class="icon-btn" aria-label="Back">
211
+ <svg viewBox="0 0 24 24">
212
+ <path d="M15.4 3.4 13.99 2 4 12l9.99 10 1.41-1.4L7.82 12z"/>
213
+ </svg>
214
+ </div>
215
+ <div class="search-text">Upper East Side, New York, NY</div>
216
+ <div class="end-icons">
217
+ <div class="circle-icon" aria-label="Clear">
218
+ <svg viewBox="0 0 24 24">
219
+ <path d="M19 6.4 17.6 5 12 10.6 6.4 5 5 6.4 10.6 12 5 17.6 6.4 19 12 13.4 17.6 19 19 17.6 13.4 12z"/>
220
+ </svg>
221
+ </div>
222
+ <div class="circle-icon" aria-label="Voice">
223
+ <svg viewBox="0 0 24 24">
224
+ <path d="M12 14a3 3 0 0 0 3-3V6a3 3 0 1 0-6 0v5a3 3 0 0 0 3 3zm-1 2.9V20h-2v2h8v-2h-2v-3.1A7 7 0 0 0 19 10h-2a5 5 0 0 1-10 0H5a7 7 0 0 0 6 6.9z"/>
225
+ </svg>
226
+ </div>
227
+ <div class="circle-icon" aria-label="Search">
228
+ <svg viewBox="0 0 24 24">
229
+ <path d="M15.5 14h-.8l-.3-.3A6.5 6.5 0 1 0 14 15.5l.3.3v.8l5 5 1.5-1.5-5-5zm-6 0A4.5 4.5 0 1 1 14 9.5 4.5 4.5 0 0 1 9.5 14z"/>
230
+ </svg>
231
+ </div>
232
+ </div>
233
+ </div>
234
+
235
+ <!-- Small preview card on the map -->
236
+ <div class="mini-preview">[IMG: Street View Preview]</div>
237
+
238
+ <!-- Bottom sheet with place details -->
239
+ <div class="sheet">
240
+ <div class="drag-handle"></div>
241
+ <div class="place-title">Upper East Side</div>
242
+ <div class="place-sub">New York, NY, USA</div>
243
+
244
+ <div class="actions">
245
+ <div class="btn primary">
246
+ <svg viewBox="0 0 24 24">
247
+ <path d="M12 2 4 20l8-4 8 4-8-18z"/>
248
+ </svg>
249
+ Directions
250
+ </div>
251
+ <div class="btn">
252
+ <svg viewBox="0 0 24 24">
253
+ <path d="M6 2h12v20l-6-4-6 4z"/>
254
+ </svg>
255
+ Save
256
+ </div>
257
+ <div class="btn">
258
+ <svg viewBox="0 0 24 24">
259
+ <path d="M18 8l-6-6-6 6h4v6h4V8zM6 18h12v2H6z"/>
260
+ </svg>
261
+ Share
262
+ </div>
263
+ </div>
264
+
265
+ <div class="photos">
266
+ <div class="photo tall">[IMG: Neighborhood Avenue Photo]</div>
267
+ <div class="right-col">
268
+ <div class="photo small">[IMG: High-rise Buildings]</div>
269
+ <div class="photo small">[IMG: Street Corner Shops]</div>
270
+ </div>
271
+ </div>
272
+ </div>
273
+
274
+ <div class="home-indicator"></div>
275
+ </div>
276
+ </body>
277
+ </html>
code/702/702_4.html ADDED
@@ -0,0 +1,334 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Share Sheet - Map</title>
6
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #dfe7ec;
15
+ color: #111;
16
+ }
17
+
18
+ /* Map background placeholder */
19
+ .map-placeholder {
20
+ position: absolute;
21
+ inset: 0;
22
+ background: #E0E0E0;
23
+ border: 1px solid #BDBDBD;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: center;
27
+ color: #757575;
28
+ font-size: 34px;
29
+ letter-spacing: 0.2px;
30
+ }
31
+
32
+ /* Dim overlay over the map */
33
+ .dim {
34
+ position: absolute;
35
+ inset: 0;
36
+ background: rgba(0,0,0,0.55);
37
+ }
38
+
39
+ /* Android status bar */
40
+ .status-bar {
41
+ position: absolute;
42
+ top: 0; left: 0; right: 0;
43
+ height: 110px;
44
+ background: #000;
45
+ color: #fff;
46
+ padding: 0 36px;
47
+ display: flex;
48
+ align-items: center;
49
+ justify-content: space-between;
50
+ z-index: 5;
51
+ box-sizing: border-box;
52
+ }
53
+ .status-left {
54
+ font-size: 36px;
55
+ font-weight: 600;
56
+ letter-spacing: 1px;
57
+ }
58
+ .status-right {
59
+ display: flex;
60
+ gap: 26px;
61
+ align-items: center;
62
+ }
63
+ .status-dot { width: 18px; height: 18px; background:#fff; border-radius: 50%; opacity: .9; }
64
+ .battery {
65
+ width: 40px; height: 22px; border: 3px solid #fff; border-radius: 4px; position: relative;
66
+ }
67
+ .battery:after { content:""; position:absolute; right:-8px; top:5px; width:6px; height:10px; background:#fff; border-radius:2px; }
68
+ .battery .lvl { position:absolute; left:3px; top:3px; bottom:3px; right:10px; background:#fff; }
69
+
70
+ /* Top Share bar */
71
+ .share-top {
72
+ position: absolute;
73
+ top: 110px;
74
+ left: 0; right: 0;
75
+ height: 120px;
76
+ display: flex;
77
+ align-items: center;
78
+ padding: 0 28px;
79
+ z-index: 7;
80
+ color: #fff;
81
+ }
82
+ .share-title {
83
+ flex: 1;
84
+ text-align: center;
85
+ font-size: 54px;
86
+ font-weight: 600;
87
+ letter-spacing: 0.5px;
88
+ }
89
+ .icon-btn {
90
+ width: 96px; height: 96px; display: flex; align-items: center; justify-content: center; cursor: default;
91
+ }
92
+ .icon-btn svg { width: 44px; height: 44px; fill: #fff; }
93
+
94
+ /* Profile row */
95
+ .profile-row {
96
+ position: absolute;
97
+ top: 260px;
98
+ left: 40px; right: 40px;
99
+ display: flex;
100
+ align-items: center;
101
+ gap: 28px;
102
+ z-index: 7;
103
+ color: #fff;
104
+ }
105
+ .avatar {
106
+ width: 120px; height: 120px; border-radius: 50%;
107
+ background: #E0E0E0;
108
+ border: 1px solid #BDBDBD;
109
+ display: flex; align-items: center; justify-content: center;
110
+ color: #757575;
111
+ font-size: 28px;
112
+ }
113
+ .prof-text .line1 { font-size: 40px; font-weight: 600; }
114
+ .prof-text .line2 { margin-top: 10px; font-size: 34px; opacity: 0.9; }
115
+
116
+ /* Partially visible place card (for context) */
117
+ .place-card {
118
+ position: absolute;
119
+ left: 32px; right: 32px;
120
+ bottom: 980px;
121
+ background: rgba(255,255,255,0.95);
122
+ border-radius: 28px;
123
+ padding: 28px 32px;
124
+ z-index: 4;
125
+ box-shadow: 0 6px 20px rgba(0,0,0,0.2);
126
+ }
127
+ .place-title { font-size: 44px; font-weight: 700; color: #2d2d2d; }
128
+ .place-sub { font-size: 32px; color: #666; margin-top: 8px; }
129
+
130
+ /* Bottom sheet */
131
+ .sheet {
132
+ position: absolute;
133
+ left: 0; right: 0; bottom: 0;
134
+ height: 980px;
135
+ background: #fff;
136
+ border-top-left-radius: 32px;
137
+ border-top-right-radius: 32px;
138
+ z-index: 8;
139
+ box-shadow: 0 -8px 30px rgba(0,0,0,0.25);
140
+ display: flex;
141
+ flex-direction: column;
142
+ }
143
+ .sheet .grabber {
144
+ width: 160px; height: 10px; background: #DADADA; border-radius: 6px;
145
+ margin: 18px auto 16px;
146
+ }
147
+ .to-row {
148
+ display: flex; align-items: center;
149
+ padding: 10px 28px 0 28px;
150
+ font-size: 34px;
151
+ color: #444;
152
+ }
153
+ .to-label {
154
+ color: #8d8d8d; margin-right: 18px; font-weight: 600;
155
+ }
156
+ .to-input {
157
+ flex: 1;
158
+ height: 88px;
159
+ border-radius: 14px;
160
+ background: #f1f3f5;
161
+ display: flex; align-items: center;
162
+ padding: 0 22px;
163
+ color: #9aa1a7;
164
+ }
165
+
166
+ .contacts {
167
+ padding: 24px 20px 10px 20px;
168
+ display: grid;
169
+ grid-template-columns: repeat(5, 1fr);
170
+ gap: 10px;
171
+ }
172
+ .contact {
173
+ display: flex; flex-direction: column; align-items: center; gap: 10px;
174
+ }
175
+ .circle {
176
+ width: 120px; height: 120px; border-radius: 50%;
177
+ display: flex; align-items: center; justify-content: center;
178
+ color: #fff; font-size: 56px; font-weight: 700;
179
+ }
180
+ .c1 { background:#0f5a4a; } .c2 { background:#e26f16; }
181
+ .c3 { background:#0aa0a6; } .c4 { background:#e14a88; } .c5 { background:#8e63d3; }
182
+ .contact .name {
183
+ width: 180px; text-align: center; font-size: 24px; color: #333;
184
+ white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
185
+ }
186
+ .contact .sub {
187
+ width: 180px; text-align: center; font-size: 22px; color: #8a8a8a;
188
+ white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
189
+ }
190
+
191
+ .app-row {
192
+ margin-top: 30px;
193
+ padding: 0 40px;
194
+ display: grid;
195
+ grid-template-columns: repeat(4, 1fr);
196
+ gap: 10px;
197
+ }
198
+ .app {
199
+ display: flex; flex-direction: column; align-items: center; gap: 16px;
200
+ }
201
+ .app-ico {
202
+ width: 120px; height: 120px; background: #f3f5f8; border-radius: 28px;
203
+ display: flex; align-items: center; justify-content: center; border: 1px solid #e2e6ea;
204
+ }
205
+ .app label { font-size: 28px; color: #333; }
206
+
207
+ /* Bottom gesture bar */
208
+ .gesture {
209
+ position: absolute; bottom: 18px; left: 50%;
210
+ transform: translateX(-50%);
211
+ width: 300px; height: 10px; background: #000; border-radius: 6px; opacity: .8;
212
+ z-index: 10;
213
+ }
214
+ </style>
215
+ </head>
216
+ <body>
217
+ <div id="render-target">
218
+
219
+ <div class="map-placeholder">[IMG: Google Map - Upper East Side]</div>
220
+
221
+ <div class="dim"></div>
222
+
223
+ <div class="status-bar">
224
+ <div class="status-left">1:34</div>
225
+ <div class="status-right">
226
+ <div style="font-size:28px;opacity:.9;">32°</div>
227
+ <div style="font-size:28px;opacity:.9;">35°</div>
228
+ <div class="status-dot"></div>
229
+ <div class="status-dot"></div>
230
+ <div class="battery"><div class="lvl"></div></div>
231
+ </div>
232
+ </div>
233
+
234
+ <div class="share-top">
235
+ <div class="icon-btn" aria-label="close">
236
+ <svg viewBox="0 0 24 24"><path d="M18.3 5.7L12 12l6.3 6.3-1.4 1.4L10.6 13.4 4.3 19.7 2.9 18.3 9.2 12 2.9 5.7 4.3 4.3l6.3 6.3 6.3-6.3z"/></svg>
237
+ </div>
238
+ <div class="share-title">Share</div>
239
+ <div class="icon-btn"></div>
240
+ </div>
241
+
242
+ <div class="profile-row">
243
+ <div class="avatar">[IMG]</div>
244
+ <div class="prof-text">
245
+ <div class="line1">Sharing as Cerebra Research</div>
246
+ <div class="line2">dbwscratch.test.id11@gmail.com</div>
247
+ </div>
248
+ </div>
249
+
250
+ <div class="place-card">
251
+ <div class="place-title">Upper East Side</div>
252
+ <div class="place-sub">New York, NY, USA</div>
253
+ </div>
254
+
255
+ <div class="sheet">
256
+ <div class="grabber"></div>
257
+ <div class="to-row">
258
+ <div class="to-label">To</div>
259
+ <div class="to-input">Type a name, phone number, or email</div>
260
+ </div>
261
+
262
+ <div class="contacts">
263
+ <div class="contact">
264
+ <div class="circle c1">d</div>
265
+ <div class="name">dbwscratch.t...</div>
266
+ <div class="sub">dbwscratch...</div>
267
+ </div>
268
+ <div class="contact">
269
+ <div class="circle c2">d</div>
270
+ <div class="name">dbwscratch.te...</div>
271
+ <div class="sub">dbwscratch.te...</div>
272
+ </div>
273
+ <div class="contact">
274
+ <div class="circle c3">C</div>
275
+ <div class="name">Cole</div>
276
+ <div class="sub">coledbw perso...</div>
277
+ </div>
278
+ <div class="contact">
279
+ <div class="circle c4">m</div>
280
+ <div class="name">marco.rossi@...</div>
281
+ <div class="sub">marco.rossi@...</div>
282
+ </div>
283
+ <div class="contact">
284
+ <div class="circle c5">M</div>
285
+ <div class="name">Macro...</div>
286
+ <div class="sub">macro...</div>
287
+ </div>
288
+ </div>
289
+
290
+ <div class="app-row">
291
+ <div class="app">
292
+ <div class="app-ico" aria-label="Gmail">
293
+ <svg viewBox="0 0 24 24" width="48" height="48">
294
+ <path fill="#EA4335" d="M2 6l10 7 10-7v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2z"/>
295
+ <path fill="#FFC107" d="M22 6l-10 7L2 6l10-4z"/>
296
+ </svg>
297
+ </div>
298
+ <label>Gmail</label>
299
+ </div>
300
+ <div class="app">
301
+ <div class="app-ico" aria-label="Messages">
302
+ <svg viewBox="0 0 24 24" width="48" height="48">
303
+ <path fill="#1E88E5" d="M4 3h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H8l-4 4V5a2 2 0 0 1 2-2z"/>
304
+ <path fill="#fff" d="M7 8h10v2H7zm0 4h7v2H7z"/>
305
+ </svg>
306
+ </div>
307
+ <label>Messages</label>
308
+ </div>
309
+ <div class="app">
310
+ <div class="app-ico" aria-label="Copy">
311
+ <svg viewBox="0 0 24 24" width="44" height="44">
312
+ <path fill="#444" d="M16 1H6a2 2 0 0 0-2 2v12h2V3h10z"/>
313
+ <path fill="#777" d="M8 5h10a2 2 0 0 1 2 2v14H8a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2z"/>
314
+ </svg>
315
+ </div>
316
+ <label>Copy to clipboard</label>
317
+ </div>
318
+ <div class="app">
319
+ <div class="app-ico" aria-label="More">
320
+ <svg viewBox="0 0 24 24" width="44" height="44">
321
+ <circle cx="5" cy="12" r="2" fill="#444"/>
322
+ <circle cx="12" cy="12" r="2" fill="#444"/>
323
+ <circle cx="19" cy="12" r="2" fill="#444"/>
324
+ </svg>
325
+ </div>
326
+ <label>More</label>
327
+ </div>
328
+ </div>
329
+ </div>
330
+
331
+ <div class="gesture"></div>
332
+ </div>
333
+ </body>
334
+ </html>
code/702/702_5.html ADDED
@@ -0,0 +1,333 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Share Sheet Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #000;
15
+ color: #111;
16
+ }
17
+
18
+ /* Background map placeholder */
19
+ .map {
20
+ position: absolute;
21
+ inset: 0;
22
+ background: #E0E0E0;
23
+ border: 1px solid #BDBDBD;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: center;
27
+ color: #757575;
28
+ font-size: 40px;
29
+ letter-spacing: 0.5px;
30
+ }
31
+ .dim {
32
+ position: absolute;
33
+ inset: 0;
34
+ background: rgba(0,0,0,0.55);
35
+ }
36
+
37
+ /* Android status bar */
38
+ .status-bar {
39
+ position: absolute;
40
+ top: 0;
41
+ left: 0;
42
+ right: 0;
43
+ height: 120px;
44
+ background: #000;
45
+ color: #fff;
46
+ display: flex;
47
+ align-items: center;
48
+ padding: 0 28px;
49
+ font-weight: 500;
50
+ }
51
+ .status-left { display: flex; align-items: center; gap: 18px; font-size: 38px; opacity: 0.95; }
52
+ .status-right {
53
+ margin-left: auto; display: flex; align-items: center; gap: 26px; opacity: 0.9;
54
+ }
55
+ .icon { width: 36px; height: 36px; fill: currentColor; }
56
+
57
+ /* Search pill at the top of map */
58
+ .search-pill {
59
+ position: absolute;
60
+ top: 150px;
61
+ left: 40px;
62
+ width: 1000px;
63
+ height: 110px;
64
+ background: rgba(255,255,255,0.12);
65
+ border-radius: 60px;
66
+ display: flex;
67
+ align-items: center;
68
+ padding: 0 26px;
69
+ color: #eaeaea;
70
+ backdrop-filter: blur(3px);
71
+ }
72
+ .search-pill .pill-text {
73
+ flex: 1;
74
+ margin: 0 20px;
75
+ font-size: 40px;
76
+ white-space: nowrap;
77
+ overflow: hidden;
78
+ text-overflow: ellipsis;
79
+ }
80
+ .pill-icon {
81
+ width: 64px;
82
+ height: 64px;
83
+ border-radius: 32px;
84
+ background: rgba(255,255,255,0.14);
85
+ display: flex; align-items: center; justify-content: center;
86
+ color: #fff;
87
+ }
88
+
89
+ /* Share header */
90
+ .share-title {
91
+ position: absolute;
92
+ top: 200px;
93
+ width: 100%;
94
+ text-align: center;
95
+ color: #fff;
96
+ font-size: 68px;
97
+ font-weight: 600;
98
+ letter-spacing: 0.2px;
99
+ }
100
+ .close-btn {
101
+ position: absolute;
102
+ top: 190px;
103
+ left: 24px;
104
+ width: 96px; height: 96px;
105
+ display: flex; align-items: center; justify-content: center;
106
+ color: #fff;
107
+ opacity: 0.9;
108
+ }
109
+
110
+ /* Account strip */
111
+ .account-strip {
112
+ position: absolute;
113
+ top: 360px;
114
+ left: 40px;
115
+ right: 40px;
116
+ display: flex;
117
+ align-items: center;
118
+ gap: 28px;
119
+ color: #fff;
120
+ }
121
+ .avatar {
122
+ width: 120px; height: 120px; border-radius: 60px;
123
+ background: rgba(255,255,255,0.2);
124
+ display: flex; align-items: center; justify-content: center;
125
+ }
126
+ .avatar svg { width: 70px; height: 70px; opacity: 0.95; }
127
+ .acct-text .title { font-size: 42px; font-weight: 600; }
128
+ .acct-text .subtitle { font-size: 34px; opacity: 0.85; margin-top: 6px; }
129
+
130
+ /* Bottom sheet */
131
+ .sheet {
132
+ position: absolute;
133
+ left: 0; right: 0; bottom: 0;
134
+ height: 980px;
135
+ background: #fff;
136
+ border-top-left-radius: 28px;
137
+ border-top-right-radius: 28px;
138
+ box-shadow: 0 -6px 20px rgba(0,0,0,0.25);
139
+ padding-bottom: 90px;
140
+ }
141
+ .grabber {
142
+ position: absolute; top: 14px; left: 50%;
143
+ width: 160px; height: 10px; transform: translateX(-50%);
144
+ background: #D9D9D9; border-radius: 6px;
145
+ }
146
+ .to-row {
147
+ margin-top: 70px;
148
+ display: flex; align-items: center; gap: 16px;
149
+ padding: 0 34px;
150
+ }
151
+ .to-label { font-size: 36px; color: #5f6368; }
152
+ .mail-icon {
153
+ width: 46px; height: 46px; color: #1a73e8;
154
+ }
155
+ .chip {
156
+ display: inline-flex; align-items: center; gap: 12px;
157
+ border: 1px solid #E0E0E0; border-radius: 28px;
158
+ padding: 16px 22px; font-size: 36px; color: #202124;
159
+ background: #F6F7F9;
160
+ }
161
+ .chip .caret {
162
+ width: 20px; height: 20px; margin-left: 8px;
163
+ border-right: 2px solid #5f6368; border-bottom: 2px solid #5f6368;
164
+ transform: rotate(45deg);
165
+ }
166
+
167
+ .contacts {
168
+ margin-top: 40px;
169
+ padding: 0 24px;
170
+ display: flex; gap: 34px; overflow: hidden;
171
+ }
172
+ .contact {
173
+ width: 160px;
174
+ text-align: center;
175
+ }
176
+ .circle {
177
+ width: 140px; height: 140px; border-radius: 70px; color: #fff;
178
+ display: flex; align-items: center; justify-content: center;
179
+ font-size: 64px; font-weight: 600;
180
+ }
181
+ .circle.blue { background: #1a73e8; }
182
+ .circle.green { background: #0b5; }
183
+ .circle.orange { background: #e67e22; }
184
+ .circle.pink { background: #e91e63; }
185
+ .circle.purple { background: #7e57c2; }
186
+ .contact .label {
187
+ margin-top: 14px; font-size: 28px; color: #3c4043;
188
+ white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
189
+ }
190
+
191
+ .message-row {
192
+ margin-top: 44px;
193
+ padding: 0 26px;
194
+ display: flex; align-items: center; gap: 18px;
195
+ }
196
+ .msg-input {
197
+ flex: 1;
198
+ height: 120px;
199
+ border-radius: 16px;
200
+ background: #F1F3F4;
201
+ border: 1px solid #E0E0E0;
202
+ display: flex; align-items: center; padding: 0 24px;
203
+ font-size: 36px; color: #757575;
204
+ }
205
+ .send-btn {
206
+ background: #1a73e8; color: #fff; border-radius: 14px;
207
+ font-size: 40px; padding: 24px 44px; border: none;
208
+ box-shadow: 0 2px 6px rgba(26,115,232,0.3);
209
+ }
210
+
211
+ /* Bottom toast */
212
+ .bottom-toast {
213
+ position: absolute;
214
+ left: 0; right: 0; bottom: 0;
215
+ padding: 18px 26px;
216
+ font-size: 30px;
217
+ color: #111;
218
+ background: #F4F4F4;
219
+ border-top: 1px solid #e0e0e0;
220
+ }
221
+
222
+ /* Gesture handle */
223
+ .gesture {
224
+ position: absolute;
225
+ bottom: 12px; left: 50%;
226
+ transform: translateX(-50%);
227
+ width: 200px; height: 10px;
228
+ background: #fff; border-radius: 6px;
229
+ opacity: 0.9;
230
+ }
231
+ </style>
232
+ </head>
233
+ <body>
234
+ <div id="render-target">
235
+ <div class="map">[IMG: Google Map]</div>
236
+ <div class="dim"></div>
237
+
238
+ <!-- Status Bar -->
239
+ <div class="status-bar">
240
+ <div class="status-left">
241
+ <span>1:34</span>
242
+ <span style="font-size:32px; opacity:0.8;">32° 35°</span>
243
+ </div>
244
+ <div class="status-right">
245
+ <!-- Location -->
246
+ <svg class="icon" viewBox="0 0 24 24"><path d="M12 2l6 18-6-4-6 4 6-18z"/></svg>
247
+ <!-- Wi-Fi -->
248
+ <svg class="icon" viewBox="0 0 24 24"><path d="M12 18l-2 2 2 2 2-2-2-2zm0-4c-2.8 0-5 .9-7 2.5l2 2C8 17 9.8 16.5 12 16.5s4 .5 5 2l2-2C17 14.9 14.8 14 12 14z"/></svg>
249
+ <!-- Battery -->
250
+ <svg class="icon" viewBox="0 0 24 24"><path d="M16 7h2v10h-2V7zM3 8c0-1.1.9-2 2-2h9c1.1 0 2 .9 2 2v8c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2V8z"/></svg>
251
+ </div>
252
+ </div>
253
+
254
+ <!-- Search pill -->
255
+ <div class="search-pill">
256
+ <div class="pill-icon">
257
+ <svg width="30" height="30" viewBox="0 0 24 24" fill="currentColor"><path d="M18 6L6 18M6 6l12 12"/></svg>
258
+ </div>
259
+ <div class="pill-text">Upper East Side York, NY, USA</div>
260
+ <div class="pill-icon">
261
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="currentColor"><path d="M12 2a3 3 0 013 3v6a3 3 0 11-6 0V5a3 3 0 013-3zm-5 17h10v2H7z"/></svg>
262
+ </div>
263
+ </div>
264
+
265
+ <!-- Share title & close -->
266
+ <div class="share-title">Share</div>
267
+ <div class="close-btn">
268
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="#fff"><path d="M18 6L6 18M6 6l12 12" stroke="#fff" stroke-width="2" stroke-linecap="round"/></svg>
269
+ </div>
270
+
271
+ <!-- Account strip -->
272
+ <div class="account-strip">
273
+ <div class="avatar">
274
+ <svg viewBox="0 0 24 24" fill="#fff"><path d="M12 12a5 5 0 100-10 5 5 0 000 10zm0 2c-4.4 0-8 2.2-8 5v1h16v-1c0-2.8-3.6-5-8-5z"/></svg>
275
+ </div>
276
+ <div class="acct-text">
277
+ <div class="title">Sharing as Cerebra Research</div>
278
+ <div class="subtitle">dbwscratch.test.id11@gmail.com</div>
279
+ </div>
280
+ </div>
281
+
282
+ <!-- Bottom sheet -->
283
+ <div class="sheet">
284
+ <div class="grabber"></div>
285
+
286
+ <div class="to-row">
287
+ <svg class="mail-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M20 4H4a2 2 0 00-2 2v12l6-4h12a2 2 0 002-2V6a2 2 0 00-2-2z"/></svg>
288
+ <div class="to-label">To</div>
289
+ <div class="chip">
290
+ Cole
291
+ <span class="caret"></span>
292
+ </div>
293
+ </div>
294
+
295
+ <div class="contacts">
296
+ <div class="contact">
297
+ <div class="circle green">d</div>
298
+ <div class="label">dbwscratch.t...</div>
299
+ </div>
300
+ <div class="contact">
301
+ <div class="circle orange">d</div>
302
+ <div class="label">dbwscratch.te...</div>
303
+ </div>
304
+ <div class="contact">
305
+ <div class="circle blue">
306
+ <svg viewBox="0 0 24 24" width="74" height="74" fill="#fff"><path d="M9 16.2l-3.5-3.5L4 14.2 9 19l11-11-1.5-1.5z"/></svg>
307
+ </div>
308
+ <div class="label">Cole</div>
309
+ </div>
310
+ <div class="contact">
311
+ <div class="circle pink">m</div>
312
+ <div class="label">marco.rossi@...</div>
313
+ </div>
314
+ <div class="contact">
315
+ <div class="circle purple">M</div>
316
+ <div class="label">Macro...</div>
317
+ </div>
318
+ </div>
319
+
320
+ <div class="message-row">
321
+ <div class="msg-input">Add a message</div>
322
+ <button class="send-btn">Send</button>
323
+ </div>
324
+ </div>
325
+
326
+ <!-- Bottom toast -->
327
+ <div class="bottom-toast">Sharing as dbwscratch.test.id11@gmail.com</div>
328
+
329
+ <!-- Gesture handle -->
330
+ <div class="gesture"></div>
331
+ </div>
332
+ </body>
333
+ </html>
code/702/702_6.html ADDED
@@ -0,0 +1,316 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Map UI - Upper East Side</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #f2f2f2;
15
+ border-radius: 0;
16
+ }
17
+
18
+ /* Map area */
19
+ .map-wrap {
20
+ position: absolute;
21
+ left: 0;
22
+ top: 0;
23
+ width: 1080px;
24
+ height: 1240px;
25
+ }
26
+ .map-img {
27
+ width: 100%;
28
+ height: 100%;
29
+ background: #E0E0E0;
30
+ border: 1px solid #BDBDBD;
31
+ color: #757575;
32
+ display: flex;
33
+ align-items: center;
34
+ justify-content: center;
35
+ font-size: 34px;
36
+ letter-spacing: .2px;
37
+ }
38
+
39
+ /* Search bar */
40
+ .search-bar {
41
+ position: absolute;
42
+ left: 36px;
43
+ right: 36px;
44
+ top: 120px;
45
+ height: 116px;
46
+ background: #fff;
47
+ border-radius: 58px;
48
+ box-shadow: 0 8px 24px rgba(0,0,0,0.15);
49
+ display: flex;
50
+ align-items: center;
51
+ padding: 0 28px;
52
+ gap: 22px;
53
+ }
54
+ .search-left, .search-right {
55
+ display: flex;
56
+ align-items: center;
57
+ gap: 22px;
58
+ }
59
+ .search-text {
60
+ flex: 1;
61
+ color: #222;
62
+ font-size: 38px;
63
+ white-space: nowrap;
64
+ overflow: hidden;
65
+ text-overflow: ellipsis;
66
+ }
67
+ .icon-btn {
68
+ width: 76px;
69
+ height: 76px;
70
+ border-radius: 38px;
71
+ display: inline-flex;
72
+ align-items: center;
73
+ justify-content: center;
74
+ background: #fff;
75
+ border: 1px solid #e6e6e6;
76
+ }
77
+ .icon {
78
+ width: 42px;
79
+ height: 42px;
80
+ fill: #3c4043;
81
+ stroke: #3c4043;
82
+ }
83
+
84
+ /* Bottom sheet */
85
+ .sheet {
86
+ position: absolute;
87
+ left: 0;
88
+ right: 0;
89
+ bottom: 0;
90
+ height: 1200px;
91
+ background: #ffffff;
92
+ border-top-left-radius: 36px;
93
+ border-top-right-radius: 36px;
94
+ box-shadow: 0 -8px 24px rgba(0,0,0,0.12);
95
+ }
96
+ .handle {
97
+ position: absolute;
98
+ top: 14px;
99
+ left: 50%;
100
+ transform: translateX(-50%);
101
+ width: 140px;
102
+ height: 10px;
103
+ border-radius: 6px;
104
+ background: #d9d9d9;
105
+ }
106
+ .sheet-content {
107
+ padding: 56px 44px 40px;
108
+ }
109
+ .place-title {
110
+ font-size: 56px;
111
+ color: #111;
112
+ margin: 12px 0 8px;
113
+ font-weight: 700;
114
+ }
115
+ .place-sub {
116
+ font-size: 34px;
117
+ color: #6b6f76;
118
+ margin-bottom: 36px;
119
+ }
120
+
121
+ .actions {
122
+ display: flex;
123
+ gap: 24px;
124
+ margin-bottom: 36px;
125
+ }
126
+ .btn {
127
+ height: 108px;
128
+ padding: 0 36px;
129
+ border-radius: 54px;
130
+ display: inline-flex;
131
+ align-items: center;
132
+ gap: 18px;
133
+ font-size: 36px;
134
+ cursor: default;
135
+ border: 1px solid #d9dbe0;
136
+ color: #1a73e8;
137
+ background: #fff;
138
+ }
139
+ .btn.primary {
140
+ background: #1a73e8;
141
+ color: #fff;
142
+ border-color: #1a73e8;
143
+ }
144
+ .btn .icon {
145
+ width: 44px;
146
+ height: 44px;
147
+ fill: currentColor;
148
+ stroke: currentColor;
149
+ }
150
+
151
+ /* Photos grid */
152
+ .photos {
153
+ display: grid;
154
+ grid-template-columns: 1fr 1fr;
155
+ grid-gap: 24px;
156
+ }
157
+ .photo-large {
158
+ grid-column: 1 / span 1;
159
+ height: 520px;
160
+ }
161
+ .photo-small {
162
+ grid-column: 2 / span 1;
163
+ height: 248px;
164
+ }
165
+ .img-placeholder {
166
+ width: 100%;
167
+ height: 100%;
168
+ background: #E0E0E0;
169
+ border: 1px solid #BDBDBD;
170
+ color: #757575;
171
+ display: flex;
172
+ align-items: center;
173
+ justify-content: center;
174
+ font-size: 30px;
175
+ }
176
+
177
+ /* Snackbar */
178
+ .snackbar {
179
+ position: absolute;
180
+ left: 192px;
181
+ right: 192px;
182
+ bottom: 280px;
183
+ height: 120px;
184
+ background: rgba(60,60,60,0.95);
185
+ color: #e9e9e9;
186
+ border-radius: 60px;
187
+ display: flex;
188
+ align-items: center;
189
+ padding: 0 36px;
190
+ gap: 22px;
191
+ box-shadow: 0 6px 16px rgba(0,0,0,0.25);
192
+ }
193
+ .snackbar .badge {
194
+ width: 64px;
195
+ height: 64px;
196
+ border-radius: 32px;
197
+ background: #5f9dff;
198
+ display: flex;
199
+ align-items: center;
200
+ justify-content: center;
201
+ }
202
+ .snackbar .badge svg {
203
+ width: 36px; height: 36px; fill: #fff;
204
+ }
205
+ .snackbar .text {
206
+ font-size: 36px;
207
+ opacity: 0.95;
208
+ }
209
+
210
+ /* Home indicator */
211
+ .home-indicator {
212
+ position: absolute;
213
+ left: 50%;
214
+ bottom: 24px;
215
+ transform: translateX(-50%);
216
+ width: 300px;
217
+ height: 12px;
218
+ border-radius: 8px;
219
+ background: #c9c9c9;
220
+ }
221
+ </style>
222
+ </head>
223
+ <body>
224
+ <div id="render-target">
225
+
226
+ <!-- Map area -->
227
+ <div class="map-wrap">
228
+ <div class="map-img">[IMG: Map of Upper East Side, NYC]</div>
229
+ </div>
230
+
231
+ <!-- Floating search bar -->
232
+ <div class="search-bar">
233
+ <div class="search-left">
234
+ <div class="icon-btn" aria-label="Back">
235
+ <svg class="icon" viewBox="0 0 24 24">
236
+ <path d="M15.5 4.5L8 12l7.5 7.5" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
237
+ </svg>
238
+ </div>
239
+ </div>
240
+ <div class="search-text">Upper East Side, New York, NY</div>
241
+ <div class="search-right">
242
+ <div class="icon-btn" aria-label="Voice">
243
+ <svg class="icon" viewBox="0 0 24 24">
244
+ <path d="M12 3a3 3 0 0 0-3 3v5a3 3 0 1 0 6 0V6a3 3 0 0 0-3-3z" />
245
+ <path d="M5 11a7 7 0 0 0 14 0" fill="none" stroke-width="2" stroke-linecap="round"/>
246
+ <path d="M12 18v3" fill="none" stroke-width="2" stroke-linecap="round"/>
247
+ </svg>
248
+ </div>
249
+ <div class="icon-btn" aria-label="Close">
250
+ <svg class="icon" viewBox="0 0 24 24">
251
+ <path d="M6 6l12 12M18 6L6 18" stroke-width="2" fill="none" stroke-linecap="round"/>
252
+ </svg>
253
+ </div>
254
+ </div>
255
+ </div>
256
+
257
+ <!-- Bottom sheet with details -->
258
+ <div class="sheet">
259
+ <div class="handle"></div>
260
+ <div class="sheet-content">
261
+ <div class="place-title">Upper East Side</div>
262
+ <div class="place-sub">New York, NY, USA</div>
263
+
264
+ <div class="actions">
265
+ <div class="btn primary">
266
+ <svg class="icon" viewBox="0 0 24 24">
267
+ <path d="M12 2l4 4-6 6 4 4-6 6 2-8-8-2 6-6-2-8z" fill="currentColor" />
268
+ </svg>
269
+ <span>Directions</span>
270
+ </div>
271
+ <div class="btn">
272
+ <svg class="icon" viewBox="0 0 24 24">
273
+ <path d="M6 4h12v16l-6-4-6 4V4z" fill="none" stroke-width="2"/>
274
+ </svg>
275
+ <span>Save</span>
276
+ </div>
277
+ <div class="btn">
278
+ <svg class="icon" viewBox="0 0 24 24">
279
+ <circle cx="18" cy="5" r="3" fill="none" stroke-width="2"/>
280
+ <circle cx="6" cy="12" r="3" fill="none" stroke-width="2"/>
281
+ <circle cx="18" cy="19" r="3" fill="none" stroke-width="2"/>
282
+ <path d="M8.8 11l6-4M8.8 13l6 4" fill="none" stroke-width="2" stroke-linecap="round"/>
283
+ </svg>
284
+ <span>Share</span>
285
+ </div>
286
+ </div>
287
+
288
+ <div class="photos">
289
+ <div class="photo-large">
290
+ <div class="img-placeholder">[IMG: Upper East Side street view]</div>
291
+ </div>
292
+ <div class="photo-small">
293
+ <div class="img-placeholder">[IMG: Skyline apartments]</div>
294
+ </div>
295
+ <div class="photo-small">
296
+ <div class="img-placeholder">[IMG: Neighborhood corner]</div>
297
+ </div>
298
+ </div>
299
+ </div>
300
+ </div>
301
+
302
+ <!-- Snackbar -->
303
+ <div class="snackbar">
304
+ <div class="badge" aria-hidden="true">
305
+ <svg viewBox="0 0 24 24">
306
+ <path d="M12 2a7 7 0 0 0-7 7c0 5 7 13 7 13s7-8 7-13a7 7 0 0 0-7-7zm0 10a3 3 0 1 1 0-6 3 3 0 0 1 0 6z"/>
307
+ </svg>
308
+ </div>
309
+ <div class="text">Email sharing succeeded</div>
310
+ </div>
311
+
312
+ <!-- Home indicator -->
313
+ <div class="home-indicator"></div>
314
+ </div>
315
+ </body>
316
+ </html>
code/7021/7021_0.html ADDED
@@ -0,0 +1,214 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Android Home UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background:
14
+ radial-gradient(ellipse at 45% 15%, #1b1d21 0%, #101215 60%),
15
+ repeating-linear-gradient(62deg, rgba(255,255,255,0.03) 0 2px, rgba(0,0,0,0) 2px 8px),
16
+ linear-gradient(180deg, #15171a, #0d0f12);
17
+ border-radius: 0;
18
+ }
19
+
20
+ /* Status bar */
21
+ .status-bar {
22
+ position: absolute; top: 0; left: 0; right: 0; height: 120px;
23
+ padding: 28px;
24
+ color: #fff;
25
+ display: flex; align-items: center; justify-content: space-between;
26
+ }
27
+ .status-left { display: flex; align-items: center; gap: 18px; }
28
+ .time { font-size: 40px; font-weight: 600; letter-spacing: 0.3px; }
29
+ .square-indicator { width: 28px; height: 28px; background: #fff; border-radius: 6px; }
30
+ .status-right { display: flex; align-items: center; gap: 24px; }
31
+ .status-icon svg { width: 40px; height: 40px; fill: #fff; }
32
+
33
+ /* App grid */
34
+ .app-grid {
35
+ position: absolute; left: 60px; right: 60px; top: 300px;
36
+ display: grid;
37
+ grid-template-columns: repeat(4, 1fr);
38
+ gap: 110px 80px;
39
+ }
40
+ .app-item { display: flex; flex-direction: column; align-items: center; }
41
+ .app-icon {
42
+ width: 180px; height: 180px; border-radius: 50%;
43
+ background: #ffffff;
44
+ display: flex; align-items: center; justify-content: center;
45
+ box-shadow: inset 0 8px 18px rgba(0,0,0,0.25);
46
+ }
47
+ .app-icon .img-ph {
48
+ width: 140px; height: 140px;
49
+ background: #E0E0E0;
50
+ border: 1px solid #BDBDBD;
51
+ color: #757575;
52
+ display: flex; align-items: center; justify-content: center;
53
+ border-radius: 14px;
54
+ font-size: 26px;
55
+ text-align: center;
56
+ padding: 6px;
57
+ }
58
+ .app-label {
59
+ margin-top: 22px;
60
+ color: #ffffff;
61
+ font-size: 38px;
62
+ text-shadow: 0 2px 3px rgba(0,0,0,0.5);
63
+ text-align: center;
64
+ }
65
+
66
+ /* Dock icons */
67
+ .dock {
68
+ position: absolute; left: 0; right: 0; bottom: 360px;
69
+ display: flex; justify-content: center; gap: 90px;
70
+ }
71
+ .dock .app-icon { width: 160px; height: 160px; }
72
+ .dock .img-ph { width: 124px; height: 124px; }
73
+
74
+ /* Search bar */
75
+ .search-bar {
76
+ position: absolute; left: 60px; right: 60px; bottom: 180px;
77
+ height: 110px; border-radius: 55px;
78
+ background: #3a3d3f;
79
+ display: flex; align-items: center;
80
+ padding: 0 40px;
81
+ box-shadow: 0 10px 24px rgba(0,0,0,0.35);
82
+ }
83
+ .search-left { display: flex; align-items: center; gap: 18px; }
84
+ .g-logo {
85
+ width: 56px; height: 56px; border-radius: 50%;
86
+ background: #ffffff; color: #4285F4; font-weight: 800;
87
+ display: flex; align-items: center; justify-content: center;
88
+ }
89
+ .search-right { margin-left: auto; display: flex; align-items: center; gap: 28px; }
90
+ .pill-icon { width: 56px; height: 56px; border-radius: 50%; background: #4a4d50; display: flex; align-items: center; justify-content: center; }
91
+ .pill-icon svg { width: 30px; height: 30px; fill: #ffffff; }
92
+
93
+ /* Home indicator */
94
+ .home-indicator {
95
+ position: absolute; bottom: 48px; left: 50%; transform: translateX(-50%);
96
+ width: 300px; height: 12px; border-radius: 8px; background: #f0f0f0; opacity: 0.85;
97
+ }
98
+ </style>
99
+ </head>
100
+ <body>
101
+ <div id="render-target">
102
+
103
+ <!-- Status bar -->
104
+ <div class="status-bar">
105
+ <div class="status-left">
106
+ <div class="time">5:10</div>
107
+ <div class="square-indicator"></div>
108
+ </div>
109
+ <div class="status-right">
110
+ <!-- Wi-Fi -->
111
+ <div class="status-icon">
112
+ <svg viewBox="0 0 24 24" aria-hidden="true">
113
+ <path d="M12 6C7 6 3 10 3 10l2 2s3-3 7-3 7 3 7 3l2-2s-4-4-9-4z"></path>
114
+ <path d="M12 10c-3 0-6 3-6 3l2 2s2-2 4-2 4 2 4 2l2-2s-3-3-6-3z" opacity="0.9"></path>
115
+ <circle cx="12" cy="16" r="2"></circle>
116
+ </svg>
117
+ </div>
118
+ <!-- Battery -->
119
+ <div class="status-icon">
120
+ <svg viewBox="0 0 28 24" aria-hidden="true">
121
+ <rect x="2" y="6" width="20" height="12" rx="2"></rect>
122
+ <rect x="22" y="9" width="4" height="6" rx="1"></rect>
123
+ </svg>
124
+ </div>
125
+ </div>
126
+ </div>
127
+
128
+ <!-- App grid -->
129
+ <div class="app-grid">
130
+ <div class="app-item">
131
+ <div class="app-icon"><div class="img-ph">[IMG: Notes Icon]</div></div>
132
+ <div class="app-label">Notes</div>
133
+ </div>
134
+ <div class="app-item">
135
+ <div class="app-icon"><div class="img-ph">[IMG: OneDrive Icon]</div></div>
136
+ <div class="app-label">OneDrive</div>
137
+ </div>
138
+ <div class="app-item">
139
+ <div class="app-icon"><div class="img-ph">[IMG: TeraBox Icon]</div></div>
140
+ <div class="app-label">TeraBox</div>
141
+ </div>
142
+ <div class="app-item">
143
+ <div class="app-icon"><div class="img-ph">[IMG: Edmunds Icon]</div></div>
144
+ <div class="app-label">Edmunds</div>
145
+ </div>
146
+
147
+ <div class="app-item">
148
+ <div class="app-icon"><div class="img-ph">[IMG: Houzz Icon]</div></div>
149
+ <div class="app-label">Houzz</div>
150
+ </div>
151
+ <div class="app-item">
152
+ <div class="app-icon"><div class="img-ph">[IMG: AutoScout24 Icon]</div></div>
153
+ <div class="app-label">AutoScout24</div>
154
+ </div>
155
+ <div class="app-item">
156
+ <div class="app-icon"><div class="img-ph">[IMG: SSBeauty Icon]</div></div>
157
+ <div class="app-label">SSBeauty</div>
158
+ </div>
159
+ <div class="app-item">
160
+ <div class="app-icon"><div class="img-ph">[IMG: adidas Icon]</div></div>
161
+ <div class="app-label">adidas</div>
162
+ </div>
163
+
164
+ <div class="app-item">
165
+ <div class="app-icon"><div class="img-ph">[IMG: PUMA Icon]</div></div>
166
+ <div class="app-label">PUMA</div>
167
+ </div>
168
+ </div>
169
+
170
+ <!-- Dock row -->
171
+ <div class="dock">
172
+ <div class="app-item">
173
+ <div class="app-icon"><div class="img-ph">[IMG: Phone Icon]</div></div>
174
+ </div>
175
+ <div class="app-item">
176
+ <div class="app-icon"><div class="img-ph">[IMG: Messages Icon]</div></div>
177
+ </div>
178
+ <div class="app-item">
179
+ <div class="app-icon"><div class="img-ph">[IMG: Chrome Icon]</div></div>
180
+ </div>
181
+ <div class="app-item">
182
+ <div class="app-icon"><div class="img-ph">[IMG: Camera Icon]</div></div>
183
+ </div>
184
+ </div>
185
+
186
+ <!-- Search bar -->
187
+ <div class="search-bar">
188
+ <div class="search-left">
189
+ <div class="g-logo">G</div>
190
+ </div>
191
+ <div class="search-right">
192
+ <div class="pill-icon">
193
+ <!-- Mic icon -->
194
+ <svg viewBox="0 0 24 24" aria-hidden="true">
195
+ <path d="M12 4a4 4 0 014 4v5a4 4 0 11-8 0V8a4 4 0 014-4z"></path>
196
+ <rect x="11" y="17" width="2" height="4"></rect>
197
+ </svg>
198
+ </div>
199
+ <div class="pill-icon">
200
+ <!-- Camera icon -->
201
+ <svg viewBox="0 0 24 24" aria-hidden="true">
202
+ <rect x="4" y="7" width="16" height="12" rx="3"></rect>
203
+ <circle cx="12" cy="13" r="3" fill="#ffffff"></circle>
204
+ <rect x="9" y="4" width="6" height="3" rx="1"></rect>
205
+ </svg>
206
+ </div>
207
+ </div>
208
+ </div>
209
+
210
+ <!-- Home indicator -->
211
+ <div class="home-indicator"></div>
212
+ </div>
213
+ </body>
214
+ </html>
code/7021/7021_2.html ADDED
@@ -0,0 +1,335 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Mobile UI Render</title>
6
+ <style>
7
+ body {
8
+ margin: 0;
9
+ padding: 0;
10
+ background: transparent;
11
+ font-family: "Helvetica Neue", Arial, sans-serif;
12
+ }
13
+ #render-target {
14
+ width: 1080px;
15
+ height: 2400px;
16
+ position: relative;
17
+ overflow: hidden;
18
+ background: #ffffff;
19
+ }
20
+
21
+ /* Utility */
22
+ .row { display: flex; align-items: center; }
23
+ .img-ph {
24
+ background: #E0E0E0;
25
+ border: 1px solid #BDBDBD;
26
+ color: #757575;
27
+ display: flex;
28
+ justify-content: center;
29
+ align-items: center;
30
+ font-size: 32px;
31
+ text-align: center;
32
+ }
33
+ .circle { border-radius: 50%; }
34
+
35
+ /* Status bar (top spacing) */
36
+ .statusbar {
37
+ height: 120px;
38
+ background: #ffffff;
39
+ }
40
+
41
+ /* Search header */
42
+ .search-area {
43
+ height: 160px;
44
+ padding: 0 54px;
45
+ display: flex;
46
+ align-items: center;
47
+ gap: 36px;
48
+ }
49
+ .search-icon {
50
+ width: 64px;
51
+ height: 64px;
52
+ color: #222;
53
+ }
54
+ .search-placeholder {
55
+ flex: 1;
56
+ font-size: 44px;
57
+ color: #9E9E9E;
58
+ }
59
+ .barcode {
60
+ width: 72px;
61
+ height: 72px;
62
+ color: #222;
63
+ }
64
+
65
+ /* Stories card */
66
+ .stories-card {
67
+ background: #F4F4F4;
68
+ border-top: 1px solid #E6E6E6;
69
+ border-bottom: 1px solid #E6E6E6;
70
+ padding: 42px 40px;
71
+ display: flex;
72
+ align-items: center;
73
+ gap: 24px;
74
+ }
75
+ .stories-left {
76
+ flex: 1;
77
+ padding: 12px 10px;
78
+ }
79
+ .stories-title {
80
+ font-size: 64px;
81
+ font-weight: 800;
82
+ color: #121212;
83
+ line-height: 1.08;
84
+ letter-spacing: 0.5px;
85
+ }
86
+ .stories-right {
87
+ display: flex;
88
+ gap: 24px;
89
+ padding-right: 16px;
90
+ }
91
+ .story-ring {
92
+ width: 160px;
93
+ height: 160px;
94
+ border-radius: 50%;
95
+ padding: 8px;
96
+ background: conic-gradient(#ff3b30, #ffcc00, #34c759, #007aff, #af52de, #ff3b30);
97
+ display: flex;
98
+ align-items: center;
99
+ justify-content: center;
100
+ }
101
+ .story-ring .img-ph {
102
+ width: 100%;
103
+ height: 100%;
104
+ border-radius: 50%;
105
+ font-size: 26px;
106
+ padding: 0 10px;
107
+ }
108
+
109
+ /* Promo banner */
110
+ .promo-banner {
111
+ position: relative;
112
+ width: 100%;
113
+ height: 1150px;
114
+ }
115
+ .promo-banner .banner-img {
116
+ position: absolute;
117
+ left: 0;
118
+ top: 0;
119
+ width: 100%;
120
+ height: 100%;
121
+ }
122
+ .promo-text {
123
+ position: absolute;
124
+ left: 54px;
125
+ bottom: 240px;
126
+ right: 54px;
127
+ color: #ffffff;
128
+ }
129
+ .promo-text .headline {
130
+ font-size: 92px;
131
+ font-weight: 900;
132
+ line-height: 1.05;
133
+ margin: 0 0 36px 0;
134
+ letter-spacing: 1px;
135
+ text-transform: uppercase;
136
+ }
137
+ .promo-text .subline {
138
+ font-size: 44px;
139
+ font-weight: 600;
140
+ letter-spacing: 0.5px;
141
+ }
142
+ .promo-text .code {
143
+ font-weight: 900;
144
+ }
145
+
146
+ /* CTA bar at banner bottom */
147
+ .cta-bar {
148
+ position: absolute;
149
+ left: 0;
150
+ bottom: 0;
151
+ width: 100%;
152
+ height: 140px;
153
+ background: #151515;
154
+ display: flex;
155
+ align-items: center;
156
+ justify-content: flex-end;
157
+ padding: 0 54px;
158
+ }
159
+ .cta-bar .cta-text {
160
+ color: #FFFFFF;
161
+ font-size: 42px;
162
+ font-weight: 800;
163
+ letter-spacing: 2px;
164
+ }
165
+
166
+ /* Bottom navigation */
167
+ .tabbar {
168
+ position: absolute;
169
+ left: 0;
170
+ bottom: 100px;
171
+ width: 100%;
172
+ height: 220px;
173
+ background: #FFFFFF;
174
+ border-top: 1px solid #E6E6E6;
175
+ display: flex;
176
+ align-items: center;
177
+ justify-content: space-around;
178
+ padding: 0 24px;
179
+ }
180
+ .tab-item {
181
+ display: flex;
182
+ flex-direction: column;
183
+ align-items: center;
184
+ gap: 18px;
185
+ position: relative;
186
+ width: 160px;
187
+ }
188
+ .tab-item svg {
189
+ width: 72px;
190
+ height: 72px;
191
+ color: #9E9E9E;
192
+ }
193
+ .tab-item .label {
194
+ font-size: 32px;
195
+ color: #9E9E9E;
196
+ font-weight: 700;
197
+ text-transform: uppercase;
198
+ letter-spacing: 1px;
199
+ }
200
+ .tab-item.active svg { color: #121212; }
201
+ .tab-item.active .label { color: #121212; }
202
+ .badge {
203
+ position: absolute;
204
+ top: -8px;
205
+ right: 18px;
206
+ background: #D6D6D6;
207
+ color: #121212;
208
+ border-radius: 40px;
209
+ min-width: 44px;
210
+ height: 44px;
211
+ display: flex;
212
+ align-items: center;
213
+ justify-content: center;
214
+ font-size: 26px;
215
+ font-weight: 800;
216
+ border: 1px solid #C0C0C0;
217
+ }
218
+
219
+ /* Home indicator */
220
+ .home-indicator {
221
+ position: absolute;
222
+ left: 50%;
223
+ transform: translateX(-50%);
224
+ bottom: 36px;
225
+ width: 360px;
226
+ height: 12px;
227
+ background: #D9D9D9;
228
+ border-radius: 12px;
229
+ }
230
+ </style>
231
+ </head>
232
+ <body>
233
+ <div id="render-target">
234
+ <div class="statusbar"></div>
235
+
236
+ <!-- Search row -->
237
+ <div class="search-area">
238
+ <!-- Magnifying glass icon -->
239
+ <svg class="search-icon" viewBox="0 0 24 24">
240
+ <circle cx="10" cy="10" r="6" stroke="currentColor" stroke-width="2" fill="none"></circle>
241
+ <line x1="14.5" y1="14.5" x2="20" y2="20" stroke="currentColor" stroke-width="2" stroke-linecap="round"></line>
242
+ </svg>
243
+ <div class="search-placeholder">Search...</div>
244
+ <!-- Barcode icon -->
245
+ <svg class="barcode" viewBox="0 0 24 24">
246
+ <rect x="2" y="4" width="1.5" height="16" fill="currentColor"></rect>
247
+ <rect x="5" y="4" width="0.8" height="16" fill="currentColor"></rect>
248
+ <rect x="8" y="4" width="1.2" height="16" fill="currentColor"></rect>
249
+ <rect x="11" y="4" width="0.8" height="16" fill="currentColor"></rect>
250
+ <rect x="14" y="4" width="1.6" height="16" fill="currentColor"></rect>
251
+ <rect x="18" y="4" width="0.8" height="16" fill="currentColor"></rect>
252
+ <rect x="21" y="4" width="1.2" height="16" fill="currentColor"></rect>
253
+ </svg>
254
+ </div>
255
+
256
+ <!-- Stories card -->
257
+ <div class="stories-card">
258
+ <div class="stories-left">
259
+ <div class="stories-title">DISCOVER OUR LATEST STORIES</div>
260
+ </div>
261
+ <div class="stories-right">
262
+ <div class="story-ring">
263
+ <div class="img-ph">[IMG: Story]</div>
264
+ </div>
265
+ <div class="story-ring">
266
+ <div class="img-ph">[IMG: Story]</div>
267
+ </div>
268
+ </div>
269
+ </div>
270
+
271
+ <!-- Decorative promo banner -->
272
+ <div class="promo-banner">
273
+ <div class="img-ph banner-img">[IMG: Decorative patterned banner]</div>
274
+
275
+ <div class="promo-text">
276
+ <h1 class="headline">20% OFF PUMA APP PURCHASES</h1>
277
+ <div class="subline">USE CODE: <span class="code">20APP</span>. EXCLUSIONS APPLY</div>
278
+ </div>
279
+
280
+ <div class="cta-bar">
281
+ <div class="cta-text">SHOP SHOES</div>
282
+ </div>
283
+ </div>
284
+
285
+ <!-- Bottom navigation -->
286
+ <div class="tabbar">
287
+ <div class="tab-item active">
288
+ <!-- Home icon -->
289
+ <svg viewBox="0 0 24 24">
290
+ <path d="M3 10l9-7 9 7v10a1 1 0 0 1-1 1h-5v-6H9v6H4a1 1 0 0 1-1-1V10z" fill="currentColor"></path>
291
+ </svg>
292
+ <div class="label">HOME</div>
293
+ </div>
294
+ <div class="tab-item">
295
+ <!-- Calendar icon -->
296
+ <svg viewBox="0 0 24 24">
297
+ <rect x="3" y="4" width="18" height="16" rx="2" ry="2" fill="none" stroke="currentColor" stroke-width="2"></rect>
298
+ <line x1="8" y1="2.5" x2="8" y2="6" stroke="currentColor" stroke-width="2" stroke-linecap="round"></line>
299
+ <line x1="16" y1="2.5" x2="16" y2="6" stroke="currentColor" stroke-width="2" stroke-linecap="round"></line>
300
+ <line x1="3" y1="9" x2="21" y2="9" stroke="currentColor" stroke-width="2"></line>
301
+ </svg>
302
+ <div class="label">DROPS</div>
303
+ </div>
304
+ <div class="tab-item">
305
+ <!-- Shop icon (bag) -->
306
+ <svg viewBox="0 0 24 24">
307
+ <path d="M6 8h12l-1.5 12H7.5L6 8z" fill="none" stroke="currentColor" stroke-width="2"></path>
308
+ <path d="M9 8V6a3 3 0 0 1 6 0v2" fill="none" stroke="currentColor" stroke-width="2"></path>
309
+ </svg>
310
+ <div class="label">SHOP</div>
311
+ </div>
312
+ <div class="tab-item">
313
+ <!-- Cart icon -->
314
+ <svg viewBox="0 0 24 24">
315
+ <circle cx="9" cy="20" r="2" fill="currentColor"></circle>
316
+ <circle cx="17" cy="20" r="2" fill="currentColor"></circle>
317
+ <path d="M3 4h2l3 11h10l2-7H7" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
318
+ </svg>
319
+ <div class="label">CART</div>
320
+ </div>
321
+ <div class="tab-item">
322
+ <!-- Account icon -->
323
+ <svg viewBox="0 0 24 24">
324
+ <circle cx="12" cy="8" r="4" fill="none" stroke="currentColor" stroke-width="2"></circle>
325
+ <path d="M4 20c0-4 4-6 8-6s8 2 8 6" fill="none" stroke="currentColor" stroke-width="2"></path>
326
+ </svg>
327
+ <div class="label">ACCOUNT</div>
328
+ <div class="badge">5</div>
329
+ </div>
330
+ </div>
331
+
332
+ <div class="home-indicator"></div>
333
+ </div>
334
+ </body>
335
+ </html>
code/7021/7021_3.html ADDED
@@ -0,0 +1,375 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Search Screen with Keyboard</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #FFFFFF;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 110px;
24
+ padding: 0 32px;
25
+ box-sizing: border-box;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ color: #4A4A4A;
30
+ font-family: Arial, Helvetica, sans-serif;
31
+ font-size: 42px;
32
+ }
33
+ .status-left {
34
+ display: flex;
35
+ align-items: center;
36
+ gap: 18px;
37
+ }
38
+ .status-square {
39
+ width: 40px;
40
+ height: 40px;
41
+ background: #7A7A7A;
42
+ border-radius: 6px;
43
+ }
44
+ .status-right {
45
+ display: flex;
46
+ align-items: center;
47
+ gap: 22px;
48
+ }
49
+ .status-icon svg { width: 44px; height: 44px; }
50
+
51
+ /* Top app area */
52
+ .top-bar {
53
+ position: absolute;
54
+ top: 110px;
55
+ left: 0;
56
+ width: 1080px;
57
+ height: 180px;
58
+ display: flex;
59
+ align-items: center;
60
+ box-sizing: border-box;
61
+ padding: 0 32px;
62
+ gap: 24px;
63
+ }
64
+ .back-btn {
65
+ width: 80px;
66
+ height: 80px;
67
+ display: flex;
68
+ align-items: center;
69
+ justify-content: center;
70
+ }
71
+ .search-field {
72
+ flex: 1;
73
+ display: flex;
74
+ align-items: center;
75
+ font-family: Arial, Helvetica, sans-serif;
76
+ font-size: 56px;
77
+ color: #9E9E9E;
78
+ }
79
+ .caret {
80
+ width: 4px;
81
+ height: 56px;
82
+ background: #3BC2BC;
83
+ margin-right: 18px;
84
+ border-radius: 2px;
85
+ }
86
+ .divider {
87
+ position: absolute;
88
+ top: 290px;
89
+ left: 0;
90
+ width: 1080px;
91
+ height: 4px;
92
+ background: #D6D6D6;
93
+ }
94
+
95
+ /* Content area (blank) */
96
+ .content {
97
+ position: absolute;
98
+ top: 294px;
99
+ left: 0;
100
+ width: 1080px;
101
+ bottom: 1030px; /* leaves room for keyboard + gesture bar */
102
+ background: #FFFFFF;
103
+ }
104
+
105
+ /* Keyboard overlay */
106
+ .keyboard {
107
+ position: absolute;
108
+ bottom: 60px; /* gesture bar space */
109
+ left: 0;
110
+ width: 1080px;
111
+ height: 980px;
112
+ background: #181818;
113
+ color: #EAEAEA;
114
+ box-sizing: border-box;
115
+ padding: 24px 28px;
116
+ }
117
+ .kb-tools {
118
+ height: 96px;
119
+ display: flex;
120
+ align-items: center;
121
+ justify-content: space-between;
122
+ padding: 0 18px;
123
+ }
124
+ .kb-tool {
125
+ width: 88px;
126
+ height: 88px;
127
+ border-radius: 44px;
128
+ background: #262626;
129
+ display: flex;
130
+ align-items: center;
131
+ justify-content: center;
132
+ color: #FFFFFF;
133
+ font-size: 34px;
134
+ }
135
+ .keys-row {
136
+ display: flex;
137
+ justify-content: space-between;
138
+ gap: 14px;
139
+ margin-top: 22px;
140
+ }
141
+ .key {
142
+ height: 120px;
143
+ min-width: 84px;
144
+ flex: 1 1 84px;
145
+ max-width: 96px;
146
+ background: #2C2C2C;
147
+ border-radius: 18px;
148
+ display: flex;
149
+ align-items: center;
150
+ justify-content: center;
151
+ font-size: 46px;
152
+ color: #EDEDED;
153
+ }
154
+ .key.small {
155
+ max-width: 84px;
156
+ }
157
+ .key.special {
158
+ background: #2C2C2C;
159
+ }
160
+ .key.wide {
161
+ flex: 1 1 auto;
162
+ }
163
+ .key.shift, .key.backspace {
164
+ max-width: 130px;
165
+ padding: 0 10px;
166
+ }
167
+ .key.circle {
168
+ border-radius: 50px;
169
+ max-width: 130px;
170
+ background: #BFD0E9;
171
+ color: #1F1F1F;
172
+ }
173
+ .space {
174
+ flex: 1 1 auto;
175
+ height: 120px;
176
+ background: #2C2C2C;
177
+ border-radius: 18px;
178
+ }
179
+ .gesture-bar {
180
+ position: absolute;
181
+ bottom: 16px;
182
+ left: 50%;
183
+ transform: translateX(-50%);
184
+ width: 240px;
185
+ height: 12px;
186
+ background: #EDEDED;
187
+ border-radius: 6px;
188
+ }
189
+ .icon-white svg { width: 48px; height: 48px; fill: none; stroke: #FFFFFF; stroke-width: 4; }
190
+ .icon-dark svg { width: 48px; height: 48px; fill: none; stroke: #1F1F1F; stroke-width: 4; }
191
+ </style>
192
+ </head>
193
+ <body>
194
+ <div id="render-target">
195
+
196
+ <!-- Status bar -->
197
+ <div class="status-bar">
198
+ <div class="status-left">
199
+ <div>5:18</div>
200
+ <div class="status-square"></div>
201
+ </div>
202
+ <div class="status-right">
203
+ <div class="status-icon">
204
+ <!-- Wi-Fi icon -->
205
+ <svg viewBox="0 0 24 24">
206
+ <path d="M2 10 Q12 2 22 10" stroke="#6D6D6D" stroke-width="2" fill="none"/>
207
+ <path d="M5 13 Q12 6 19 13" stroke="#6D6D6D" stroke-width="2" fill="none"/>
208
+ <path d="M8 16 Q12 11 16 16" stroke="#6D6D6D" stroke-width="2" fill="none"/>
209
+ <circle cx="12" cy="18" r="2" fill="#6D6D6D"/>
210
+ </svg>
211
+ </div>
212
+ <div class="status-icon">
213
+ <!-- Battery icon -->
214
+ <svg viewBox="0 0 28 24">
215
+ <rect x="2" y="6" width="20" height="12" rx="2" ry="2" fill="none" stroke="#6D6D6D" stroke-width="2"/>
216
+ <rect x="4" y="8" width="14" height="8" fill="#6D6D6D"/>
217
+ <rect x="22" y="9" width="4" height="6" rx="1" ry="1" fill="#6D6D6D"/>
218
+ </svg>
219
+ </div>
220
+ </div>
221
+ </div>
222
+
223
+ <!-- Top search bar area -->
224
+ <div class="top-bar">
225
+ <div class="back-btn">
226
+ <!-- Back arrow -->
227
+ <svg viewBox="0 0 24 24">
228
+ <path d="M15 19 L7 12 L15 5" stroke="#4A4A4A" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
229
+ </svg>
230
+ </div>
231
+ <div class="search-field">
232
+ <div class="caret"></div>
233
+ <div>Search...</div>
234
+ </div>
235
+ </div>
236
+ <div class="divider"></div>
237
+
238
+ <!-- Blank content area -->
239
+ <div class="content"></div>
240
+
241
+ <!-- Keyboard -->
242
+ <div class="keyboard">
243
+ <div class="kb-tools">
244
+ <div class="kb-tool">
245
+ <!-- grid icon -->
246
+ <svg viewBox="0 0 24 24" class="icon-white">
247
+ <rect x="3" y="3" width="6" height="6" />
248
+ <rect x="15" y="3" width="6" height="6" />
249
+ <rect x="3" y="15" width="6" height="6" />
250
+ <rect x="15" y="15" width="6" height="6" />
251
+ </svg>
252
+ </div>
253
+ <div class="kb-tool">
254
+ <!-- emoji -->
255
+ <svg viewBox="0 0 24 24" class="icon-white">
256
+ <circle cx="12" cy="12" r="9" />
257
+ <circle cx="9" cy="10" r="1.5" />
258
+ <circle cx="15" cy="10" r="1.5" />
259
+ <path d="M8 15 Q12 18 16 15" />
260
+ </svg>
261
+ </div>
262
+ <div class="kb-tool" style="font-weight:700;">GIF</div>
263
+ <div class="kb-tool">
264
+ <!-- gear -->
265
+ <svg viewBox="0 0 24 24" class="icon-white">
266
+ <circle cx="12" cy="12" r="3"/>
267
+ <path d="M12 2 L12 6 M12 18 L12 22 M2 12 L6 12 M18 12 L22 12 M4.5 4.5 L7 7 M17 17 L19.5 19.5 M4.5 19.5 L7 17 M17 7 L19.5 4.5"/>
268
+ </svg>
269
+ </div>
270
+ <div class="kb-tool">
271
+ <!-- Google translate style badge -->
272
+ <svg viewBox="0 0 24 24" class="icon-white">
273
+ <rect x="3" y="3" width="9" height="12" rx="2"/>
274
+ <rect x="12" y="7" width="9" height="12" rx="2"/>
275
+ <path d="M6 8 L9 8 L7.5 11 Z"/>
276
+ <path d="M15 12 L19 12 M17 10 L16 14"/>
277
+ </svg>
278
+ </div>
279
+ <div class="kb-tool">
280
+ <!-- palette -->
281
+ <svg viewBox="0 0 24 24" class="icon-white">
282
+ <path d="M12 3 C5 3 3 9 3 12 C3 17 7 21 12 21 C14 21 15 20 15 18 C15 16 17 16 18 16 C21 16 21 12 20 10 C18 6 15 3 12 3 Z"/>
283
+ <circle cx="8" cy="11" r="1.5"/>
284
+ <circle cx="12" cy="9" r="1.5"/>
285
+ <circle cx="10" cy="14" r="1.5"/>
286
+ </svg>
287
+ </div>
288
+ <div class="kb-tool">
289
+ <!-- mic -->
290
+ <svg viewBox="0 0 24 24" class="icon-white">
291
+ <rect x="9" y="5" width="6" height="10" rx="3"/>
292
+ <path d="M6 11 Q12 16 18 11"/>
293
+ <path d="M12 16 L12 21 M9 21 L15 21"/>
294
+ </svg>
295
+ </div>
296
+ </div>
297
+
298
+ <!-- Row 1 -->
299
+ <div class="keys-row">
300
+ <div class="key">q</div>
301
+ <div class="key">w</div>
302
+ <div class="key">e</div>
303
+ <div class="key">r</div>
304
+ <div class="key">t</div>
305
+ <div class="key">y</div>
306
+ <div class="key">u</div>
307
+ <div class="key">i</div>
308
+ <div class="key">o</div>
309
+ <div class="key">p</div>
310
+ </div>
311
+
312
+ <!-- Row 2 -->
313
+ <div class="keys-row">
314
+ <div class="key">a</div>
315
+ <div class="key">s</div>
316
+ <div class="key">d</div>
317
+ <div class="key">f</div>
318
+ <div class="key">g</div>
319
+ <div class="key">h</div>
320
+ <div class="key">j</div>
321
+ <div class="key">k</div>
322
+ <div class="key">l</div>
323
+ </div>
324
+
325
+ <!-- Row 3 -->
326
+ <div class="keys-row">
327
+ <div class="key shift">
328
+ <svg viewBox="0 0 24 24" class="icon-white">
329
+ <path d="M12 4 L5 12 L9 12 L9 20 L15 20 L15 12 L19 12 Z"/>
330
+ </svg>
331
+ </div>
332
+ <div class="key">z</div>
333
+ <div class="key">x</div>
334
+ <div class="key">c</div>
335
+ <div class="key">v</div>
336
+ <div class="key">b</div>
337
+ <div class="key">n</div>
338
+ <div class="key">m</div>
339
+ <div class="key backspace">
340
+ <svg viewBox="0 0 24 24" class="icon-white">
341
+ <path d="M3 12 L8 6 H21 V18 H8 Z"/>
342
+ <path d="M11 9 L16 14 M16 9 L11 14"/>
343
+ </svg>
344
+ </div>
345
+ </div>
346
+
347
+ <!-- Row 4 -->
348
+ <div class="keys-row">
349
+ <div class="key circle">?123</div>
350
+ <div class="key small">,</div>
351
+ <div class="key small">
352
+ <svg viewBox="0 0 24 24" class="icon-dark">
353
+ <circle cx="12" cy="12" r="9"/>
354
+ <circle cx="9" cy="10" r="1.5"/>
355
+ <circle cx="15" cy="10" r="1.5"/>
356
+ <path d="M8 15 Q12 18 16 15"/>
357
+ </svg>
358
+ </div>
359
+ <div class="space"></div>
360
+ <div class="key small">.</div>
361
+ <div class="key circle">
362
+ <!-- Search icon -->
363
+ <svg viewBox="0 0 24 24" class="icon-dark">
364
+ <circle cx="10" cy="10" r="6"/>
365
+ <path d="M14.5 14.5 L20 20"/>
366
+ </svg>
367
+ </div>
368
+ </div>
369
+ </div>
370
+
371
+ <!-- Gesture bar -->
372
+ <div class="gesture-bar"></div>
373
+ </div>
374
+ </body>
375
+ </html>
code/7021/7021_4.html ADDED
@@ -0,0 +1,276 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Search UI Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px;
10
+ position: relative; overflow: hidden;
11
+ background: #FFFFFF;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ position: absolute; top: 0; left: 0; right: 0;
17
+ height: 110px;
18
+ padding: 0 32px;
19
+ display: flex; align-items: center; justify-content: space-between;
20
+ color: #000;
21
+ font-weight: 500;
22
+ font-size: 44px;
23
+ }
24
+ .status-left { display: flex; align-items: center; gap: 18px; }
25
+ .status-square {
26
+ width: 36px; height: 36px; background: #9E9E9E; border-radius: 6px;
27
+ }
28
+ .status-right { display: flex; align-items: center; gap: 28px; }
29
+ .icon { width: 48px; height: 48px; }
30
+
31
+ /* Search bar area */
32
+ .search-area {
33
+ position: absolute; top: 110px; left: 0; right: 0;
34
+ height: 160px;
35
+ padding: 0 28px;
36
+ display: flex; align-items: center; justify-content: space-between;
37
+ }
38
+ .search-left { display: flex; align-items: center; gap: 28px; }
39
+ .back-btn svg { width: 64px; height: 64px; }
40
+ .search-text {
41
+ font-size: 56px; color: #212121;
42
+ line-height: 1;
43
+ display: flex; align-items: center; gap: 10px;
44
+ }
45
+ .caret {
46
+ width: 4px; height: 70px; background: #4DB6AC; /* teal cursor */
47
+ }
48
+ .search-right { display: flex; align-items: center; gap: 26px; }
49
+ .spinner {
50
+ width: 62px; height: 62px;
51
+ }
52
+ .clear-btn {
53
+ width: 72px; height: 72px; background: #9EA7AF;
54
+ border-radius: 50%;
55
+ display: flex; align-items: center; justify-content: center;
56
+ }
57
+ .divider {
58
+ position: absolute; left: 0; right: 0;
59
+ top: 270px; height: 2px; background: #E0E0E0;
60
+ }
61
+
62
+ /* Main content area (empty) */
63
+ .content {
64
+ position: absolute; top: 272px; left: 0; right: 0;
65
+ bottom: 1020px; /* leave space for keyboard + nav pill */
66
+ background: #FFFFFF;
67
+ }
68
+
69
+ /* Keyboard */
70
+ .keyboard {
71
+ position: absolute; left: 0; right: 0; bottom: 120px;
72
+ height: 900px; background: #1F1F1F; color: #ECEFF1;
73
+ box-shadow: 0 -2px 0 rgba(0,0,0,0.06) inset;
74
+ }
75
+ .suggestions {
76
+ height: 110px; padding: 0 30px; display: flex; align-items: center; gap: 24px;
77
+ border-bottom: 1px solid #2A2A2A; color: #CFD8DC; font-size: 42px;
78
+ }
79
+ .suggestions .grid {
80
+ width: 64px; height: 64px; display: flex; align-items: center; justify-content: center;
81
+ color: #CFD8DC;
82
+ }
83
+ .suggestions .item { opacity: 0.95; }
84
+ .divider-v {
85
+ width: 1px; height: 52px; background: #3A3A3A;
86
+ }
87
+ .suggestions .mic { margin-left: auto; width: 64px; height: 64px; }
88
+
89
+ .key-rows { padding: 20px 20px 0; display: flex; flex-direction: column; gap: 22px; }
90
+ .row { display: flex; gap: 16px; justify-content: center; }
91
+ .key {
92
+ background: #2A2D31; border-radius: 18px; min-width: 80px;
93
+ height: 140px; display: flex; align-items: center; justify-content: center;
94
+ font-size: 54px; color: #E5E5E5;
95
+ }
96
+ .key.small { min-width: 90px; }
97
+ .key.medium { min-width: 120px; }
98
+ .key.wide { min-width: 180px; }
99
+ .space { flex: 1; background: #2A2D31; border-radius: 18px; height: 140px; }
100
+ .key.round {
101
+ width: 140px; min-width: 140px; border-radius: 70px;
102
+ height: 140px;
103
+ }
104
+ .key.light {
105
+ background: #BFD1E6; color: #2B3A49;
106
+ }
107
+ .key.search { background: #BFD4F1; }
108
+ .key.icon { padding: 0; }
109
+ .key .icon-svg { width: 56px; height: 56px; }
110
+
111
+ /* Bottom gesture pill */
112
+ .gesture {
113
+ position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%);
114
+ width: 260px; height: 14px; background: #E6E6E6; border-radius: 10px;
115
+ }
116
+ .chevron {
117
+ position: absolute; bottom: 1020px; left: 40px;
118
+ width: 32px; height: 20px; color: #C7C7C7;
119
+ }
120
+ </style>
121
+ </head>
122
+ <body>
123
+ <div id="render-target">
124
+
125
+ <!-- Status bar -->
126
+ <div class="status-bar">
127
+ <div class="status-left">
128
+ <div>5:19</div>
129
+ <div class="status-square"></div>
130
+ </div>
131
+ <div class="status-right">
132
+ <!-- Wi-Fi icon -->
133
+ <svg class="icon" viewBox="0 0 24 24">
134
+ <path d="M12 20l2.5-2.5c-1.4-1.4-3.6-1.4-5 0L12 20zm-5-5l2-2c3-3 7.9-3 10.9 0l2 2c-4.8-4.8-13.1-4.8-18.9 0z" fill="#424242"/>
135
+ </svg>
136
+ <!-- Battery with bolt -->
137
+ <svg class="icon" viewBox="0 0 24 24">
138
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2" fill="#616161"/>
139
+ <rect x="20" y="9" width="2" height="6" fill="#616161"/>
140
+ <path d="M12 7l-3 5h2v4l3-5h-2V7z" fill="#BDBDBD"/>
141
+ </svg>
142
+ </div>
143
+ </div>
144
+
145
+ <!-- Search area -->
146
+ <div class="search-area">
147
+ <div class="search-left">
148
+ <div class="back-btn">
149
+ <svg viewBox="0 0 24 24">
150
+ <path d="M15 6l-6 6 6 6" stroke="#000" stroke-width="2.2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
151
+ </svg>
152
+ </div>
153
+ <div class="search-text">
154
+ <span>Clothes</span>
155
+ <div class="caret"></div>
156
+ </div>
157
+ </div>
158
+
159
+ <div class="search-right">
160
+ <!-- Spinner -->
161
+ <svg class="spinner" viewBox="0 0 24 24">
162
+ <circle cx="12" cy="12" r="10" stroke="#CFD8DC" stroke-width="2" fill="none" opacity="0.5"/>
163
+ <path d="M12 2a10 10 0 0 1 10 10" stroke="#B0BEC5" stroke-width="3" fill="none" stroke-linecap="round"/>
164
+ </svg>
165
+ <!-- Clear button -->
166
+ <div class="clear-btn">
167
+ <svg viewBox="0 0 24 24">
168
+ <path d="M6 6l12 12M18 6L6 18" stroke="#FFFFFF" stroke-width="2.5" stroke-linecap="round"/>
169
+ </svg>
170
+ </div>
171
+ </div>
172
+ </div>
173
+ <div class="divider"></div>
174
+
175
+ <!-- Main content (empty white area) -->
176
+ <div class="content"></div>
177
+
178
+ <!-- Chevron above nav (keyboard collapse indicator) -->
179
+ <svg class="chevron" viewBox="0 0 24 24">
180
+ <path d="M6 14l6-6 6 6" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
181
+ </svg>
182
+
183
+ <!-- Keyboard -->
184
+ <div class="keyboard">
185
+ <div class="suggestions">
186
+ <div class="grid">
187
+ <svg viewBox="0 0 24 24">
188
+ <path d="M3 3h7v7H3V3zm11 0h7v7h-7V3zM3 14h7v7H3v-7zm11 0h7v7h-7v-7z" fill="#CFD8DC"/>
189
+ </svg>
190
+ </div>
191
+ <div class="item">Clothes</div>
192
+ <div class="divider-v"></div>
193
+ <div class="item">Clothed</div>
194
+ <div class="divider-v"></div>
195
+ <div class="item">Clothesline</div>
196
+ <svg class="mic" viewBox="0 0 24 24">
197
+ <path d="M12 3a3 3 0 0 1 3 3v5a3 3 0 1 1-6 0V6a3 3 0 0 1 3-3zm-7 8a7 7 0 0 0 14 0h-2a5 5 0 0 1-10 0H5zM11 19h2v3h-2z" fill="#CFD8DC"/>
198
+ </svg>
199
+ </div>
200
+
201
+ <div class="key-rows">
202
+ <!-- Row 1 -->
203
+ <div class="row">
204
+ <div class="key">q</div>
205
+ <div class="key">w</div>
206
+ <div class="key">e</div>
207
+ <div class="key">r</div>
208
+ <div class="key">t</div>
209
+ <div class="key">y</div>
210
+ <div class="key">u</div>
211
+ <div class="key">i</div>
212
+ <div class="key">o</div>
213
+ <div class="key">p</div>
214
+ </div>
215
+
216
+ <!-- Row 2 -->
217
+ <div class="row">
218
+ <div class="key">a</div>
219
+ <div class="key">s</div>
220
+ <div class="key">d</div>
221
+ <div class="key">f</div>
222
+ <div class="key">g</div>
223
+ <div class="key">h</div>
224
+ <div class="key">j</div>
225
+ <div class="key">k</div>
226
+ <div class="key">l</div>
227
+ </div>
228
+
229
+ <!-- Row 3 -->
230
+ <div class="row">
231
+ <div class="key icon small">
232
+ <svg class="icon-svg" viewBox="0 0 24 24">
233
+ <path d="M8 13l-3 3 3 3" stroke="#E5E5E5" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
234
+ </svg>
235
+ </div>
236
+ <div class="key">z</div>
237
+ <div class="key">x</div>
238
+ <div class="key">c</div>
239
+ <div class="key">v</div>
240
+ <div class="key">b</div>
241
+ <div class="key">n</div>
242
+ <div class="key">m</div>
243
+ <div class="key icon medium">
244
+ <svg class="icon-svg" viewBox="0 0 24 24">
245
+ <path d="M4 8h16M4 16h16M9 20l3-3-3-3" stroke="#E5E5E5" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
246
+ </svg>
247
+ </div>
248
+ </div>
249
+
250
+ <!-- Row 4 -->
251
+ <div class="row">
252
+ <div class="key round light">?123</div>
253
+ <div class="key round icon">
254
+ <svg class="icon-svg" viewBox="0 0 24 24">
255
+ <circle cx="12" cy="12" r="3" fill="#2B3A49"/>
256
+ <path d="M12 5v2M12 17v2M5 12h2M17 12h2" stroke="#2B3A49" stroke-width="2"/>
257
+ </svg>
258
+ </div>
259
+ <div class="key">,</div>
260
+ <div class="space"></div>
261
+ <div class="key">.</div>
262
+ <div class="key round search icon">
263
+ <svg class="icon-svg" viewBox="0 0 24 24">
264
+ <circle cx="10" cy="10" r="6" stroke="#2B3A49" stroke-width="2" fill="none"/>
265
+ <path d="M15 15l5 5" stroke="#2B3A49" stroke-width="2" stroke-linecap="round"/>
266
+ </svg>
267
+ </div>
268
+ </div>
269
+ </div>
270
+ </div>
271
+
272
+ <!-- Bottom gesture pill -->
273
+ <div class="gesture"></div>
274
+ </div>
275
+ </body>
276
+ </html>
code/7021/7021_5.html ADDED
@@ -0,0 +1,387 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Search Suggestions UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
15
+ color: #111;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 1080px;
24
+ height: 100px;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: space-between;
28
+ padding: 0 40px;
29
+ box-sizing: border-box;
30
+ color: #2e2e2e;
31
+ font-size: 36px;
32
+ }
33
+ .status-left {
34
+ display: flex;
35
+ align-items: center;
36
+ gap: 16px;
37
+ }
38
+ .status-square {
39
+ width: 36px;
40
+ height: 36px;
41
+ background: #bdbdbd;
42
+ border-radius: 6px;
43
+ }
44
+ .status-right {
45
+ display: flex;
46
+ align-items: center;
47
+ gap: 28px;
48
+ }
49
+ .status-icon svg { width: 44px; height: 44px; }
50
+
51
+ /* Search header */
52
+ .search-header {
53
+ position: absolute;
54
+ top: 100px;
55
+ left: 0;
56
+ width: 1080px;
57
+ height: 140px;
58
+ display: flex;
59
+ align-items: center;
60
+ gap: 24px;
61
+ padding: 0 32px;
62
+ box-sizing: border-box;
63
+ border-bottom: 2px solid #222;
64
+ }
65
+ .icon-btn {
66
+ width: 80px;
67
+ height: 80px;
68
+ display: inline-flex;
69
+ align-items: center;
70
+ justify-content: center;
71
+ }
72
+ .icon-btn svg { width: 56px; height: 56px; }
73
+ .search-input {
74
+ flex: 1;
75
+ font-size: 52px;
76
+ color: #111;
77
+ line-height: 1;
78
+ }
79
+ .caret {
80
+ display: inline-block;
81
+ width: 2px;
82
+ height: 56px;
83
+ background: #2e7d32;
84
+ margin-left: 6px;
85
+ vertical-align: middle;
86
+ }
87
+ .clear-btn {
88
+ width: 84px;
89
+ height: 84px;
90
+ border-radius: 42px;
91
+ background: #e0e0e0;
92
+ display: flex;
93
+ align-items: center;
94
+ justify-content: center;
95
+ }
96
+ .clear-btn svg { width: 44px; height: 44px; }
97
+
98
+ /* Content section */
99
+ .content {
100
+ position: absolute;
101
+ top: 240px;
102
+ left: 0;
103
+ width: 1080px;
104
+ padding: 0 48px;
105
+ box-sizing: border-box;
106
+ }
107
+ .section-title {
108
+ font-weight: 800;
109
+ font-size: 46px;
110
+ letter-spacing: 1px;
111
+ margin: 28px 0;
112
+ }
113
+ .suggestion-list { margin-top: 8px; }
114
+ .suggestion-item {
115
+ display: flex;
116
+ align-items: center;
117
+ height: 120px;
118
+ font-size: 44px;
119
+ }
120
+ .suggestion-item .em {
121
+ font-weight: 700;
122
+ }
123
+ .divider {
124
+ height: 1px;
125
+ background: #e5e5e5;
126
+ }
127
+
128
+ /* Suggested products */
129
+ .products {
130
+ margin-top: 36px;
131
+ }
132
+ .product-row {
133
+ display: grid;
134
+ grid-template-columns: 220px 1fr;
135
+ gap: 24px;
136
+ align-items: center;
137
+ padding: 20px 0;
138
+ }
139
+ .img-ph {
140
+ width: 220px;
141
+ height: 160px;
142
+ background: #E0E0E0;
143
+ border: 1px solid #BDBDBD;
144
+ display: flex;
145
+ justify-content: center;
146
+ align-items: center;
147
+ color: #757575;
148
+ font-size: 32px;
149
+ text-align: center;
150
+ padding: 8px;
151
+ box-sizing: border-box;
152
+ }
153
+ .product-info .name {
154
+ font-size: 44px;
155
+ font-weight: 700;
156
+ margin-bottom: 10px;
157
+ }
158
+ .product-info .price {
159
+ font-size: 40px;
160
+ color: #d32f2f;
161
+ font-weight: 700;
162
+ }
163
+
164
+ /* Keyboard overlay */
165
+ .keyboard {
166
+ position: absolute;
167
+ bottom: 0;
168
+ left: 0;
169
+ width: 1080px;
170
+ height: 980px;
171
+ background: #1c1c1c;
172
+ border-top-left-radius: 28px;
173
+ border-top-right-radius: 28px;
174
+ box-sizing: border-box;
175
+ overflow: hidden;
176
+ }
177
+ .kb-suggestions {
178
+ height: 120px;
179
+ background: #111;
180
+ display: flex;
181
+ align-items: center;
182
+ padding: 0 20px;
183
+ gap: 20px;
184
+ box-sizing: border-box;
185
+ }
186
+ .suggest-pill {
187
+ padding: 18px 28px;
188
+ background: #2a2a2a;
189
+ border-radius: 26px;
190
+ color: #fafafa;
191
+ font-size: 38px;
192
+ }
193
+ .kb-rows {
194
+ padding: 24px;
195
+ box-sizing: border-box;
196
+ display: grid;
197
+ grid-template-rows: repeat(4, 1fr);
198
+ gap: 24px;
199
+ height: calc(100% - 200px);
200
+ }
201
+ .kb-row {
202
+ display: grid;
203
+ grid-template-columns: repeat(10, 1fr);
204
+ gap: 18px;
205
+ }
206
+ .key {
207
+ background: #2b2b2b;
208
+ border-radius: 18px;
209
+ color: #eee;
210
+ font-size: 42px;
211
+ display: flex;
212
+ align-items: center;
213
+ justify-content: center;
214
+ height: 120px;
215
+ }
216
+ .key.wide { grid-column: span 2; }
217
+ .key.backspace { grid-column: span 2; }
218
+ .key.enter { grid-column: span 2; }
219
+ .kb-bottom {
220
+ position: absolute;
221
+ bottom: 18px;
222
+ left: 0;
223
+ width: 100%;
224
+ display: flex;
225
+ align-items: center;
226
+ justify-content: space-between;
227
+ padding: 0 24px;
228
+ box-sizing: border-box;
229
+ }
230
+ .gesture-pill {
231
+ width: 240px;
232
+ height: 10px;
233
+ background: #eaeaea;
234
+ border-radius: 6px;
235
+ position: absolute;
236
+ left: 50%;
237
+ transform: translateX(-50%);
238
+ bottom: 10px;
239
+ }
240
+ .left-ctrl {
241
+ width: 120px;
242
+ height: 120px;
243
+ background: #3a3a3a;
244
+ border-radius: 22px;
245
+ display: flex;
246
+ align-items: center;
247
+ justify-content: center;
248
+ color: #d8d8d8;
249
+ font-size: 40px;
250
+ }
251
+ .right-ctrl {
252
+ width: 120px;
253
+ height: 120px;
254
+ border-radius: 60px;
255
+ background: #cfe1ff;
256
+ display: flex;
257
+ align-items: center;
258
+ justify-content: center;
259
+ }
260
+ .right-ctrl svg { width: 54px; height: 54px; }
261
+ </style>
262
+ </head>
263
+ <body>
264
+ <div id="render-target">
265
+
266
+ <!-- Status Bar -->
267
+ <div class="status-bar">
268
+ <div class="status-left">
269
+ <div class="status-square"></div>
270
+ <div>5:19</div>
271
+ </div>
272
+ <div class="status-right">
273
+ <div class="status-icon">
274
+ <!-- Wi-Fi icon -->
275
+ <svg viewBox="0 0 48 48" fill="none" stroke="#333" stroke-width="3" stroke-linecap="round" stroke-linejoin="round">
276
+ <path d="M6 18c8-6 28-6 36 0"/>
277
+ <path d="M12 24c6-4 18-4 24 0"/>
278
+ <path d="M18 30c3-2 9-2 12 0"/>
279
+ <circle cx="24" cy="36" r="2" fill="#333" stroke="none"/>
280
+ </svg>
281
+ </div>
282
+ <div class="status-icon">
283
+ <!-- Battery icon -->
284
+ <svg viewBox="0 0 56 48" fill="none" stroke="#333" stroke-width="3" stroke-linejoin="round">
285
+ <rect x="4" y="10" width="40" height="28" rx="4" />
286
+ <rect x="8" y="14" width="24" height="20" fill="#333" stroke="none"/>
287
+ <rect x="46" y="18" width="6" height="12" rx="2" />
288
+ </svg>
289
+ </div>
290
+ </div>
291
+ </div>
292
+
293
+ <!-- Search Header -->
294
+ <div class="search-header">
295
+ <div class="icon-btn">
296
+ <!-- Back arrow -->
297
+ <svg viewBox="0 0 48 48" fill="none" stroke="#111" stroke-width="4" stroke-linecap="round" stroke-linejoin="round">
298
+ <path d="M30 8 L14 24 L30 40" />
299
+ </svg>
300
+ </div>
301
+ <div class="search-input">Clothes<span class="caret"></span></div>
302
+ <div class="clear-btn">
303
+ <!-- Close icon -->
304
+ <svg viewBox="0 0 48 48" fill="none" stroke="#444" stroke-width="4" stroke-linecap="round">
305
+ <path d="M12 12 L36 36" />
306
+ <path d="M36 12 L12 36" />
307
+ </svg>
308
+ </div>
309
+ </div>
310
+
311
+ <!-- Content -->
312
+ <div class="content">
313
+ <div class="section-title">DID YOU MEAN</div>
314
+
315
+ <div class="suggestion-list">
316
+ <div class="suggestion-item"><span class="em">Clothes</span></div>
317
+ <div class="divider"></div>
318
+ <div class="suggestion-item"><span class="em">Women</span>&nbsp;Clothing</div>
319
+ <div class="divider"></div>
320
+ <div class="suggestion-item"><span class="em">Clothes</span>&nbsp;Women&nbsp;Sale</div>
321
+ <div class="divider"></div>
322
+ <div class="suggestion-item"><span class="em">Toddler</span>&nbsp;Clothes</div>
323
+ <div class="divider"></div>
324
+ <div class="suggestion-item"><span class="em">Baby</span>&nbsp;Clothes</div>
325
+ <div class="divider"></div>
326
+ <div class="suggestion-item"><span class="em">Kids</span>&nbsp;Clothes</div>
327
+ <div class="divider"></div>
328
+ </div>
329
+
330
+ <div class="products">
331
+ <div class="section-title">SUGGESTED PRODUCTS</div>
332
+ <div class="product-row">
333
+ <div class="img-ph">[IMG: Product thumbnail - hoodie]</div>
334
+ <div class="product-info">
335
+ <div class="name">Essentials Men's Hoodie</div>
336
+ <div class="price">$49.99</div>
337
+ </div>
338
+ </div>
339
+ </div>
340
+ </div>
341
+
342
+ <!-- Keyboard Overlay -->
343
+ <div class="keyboard">
344
+ <div class="kb-suggestions">
345
+ <div class="suggest-pill">Clothes</div>
346
+ <div class="suggest-pill">Clothed</div>
347
+ <div class="suggest-pill">Clothesline</div>
348
+ </div>
349
+
350
+ <div class="kb-rows">
351
+ <div class="kb-row">
352
+ <div class="key">q</div><div class="key">w</div><div class="key">e</div><div class="key">r</div><div class="key">t</div>
353
+ <div class="key">y</div><div class="key">u</div><div class="key">i</div><div class="key">o</div><div class="key">p</div>
354
+ </div>
355
+ <div class="kb-row">
356
+ <div class="key">a</div><div class="key">s</div><div class="key">d</div><div class="key">f</div><div class="key">g</div>
357
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div><div class="key backspace">⌫</div>
358
+ </div>
359
+ <div class="kb-row">
360
+ <div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div><div class="key">b</div>
361
+ <div class="key">n</div><div class="key">m</div><div class="key">,</div><div class="key">.</div><div class="key enter">↵</div>
362
+ </div>
363
+ <div class="kb-row">
364
+ <div class="key wide">?123</div>
365
+ <div class="key wide">🙂</div>
366
+ <div class="key wide">space</div>
367
+ <div class="key wide">-</div>
368
+ <div class="key wide">•</div>
369
+ </div>
370
+ </div>
371
+
372
+ <div class="kb-bottom">
373
+ <div class="left-ctrl">?123</div>
374
+ <div class="right-ctrl">
375
+ <!-- Search icon within blue circle -->
376
+ <svg viewBox="0 0 48 48" fill="none" stroke="#1b3d8c" stroke-width="4" stroke-linecap="round">
377
+ <circle cx="21" cy="21" r="12" />
378
+ <path d="M32 32 L44 44" />
379
+ </svg>
380
+ </div>
381
+ <div class="gesture-pill"></div>
382
+ </div>
383
+ </div>
384
+
385
+ </div>
386
+ </body>
387
+ </html>
code/7021/7021_6.html ADDED
@@ -0,0 +1,195 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Mobile UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #ffffff;
13
+ }
14
+ /* Header */
15
+ .safe-top { height: 70px; }
16
+ .app-bar {
17
+ height: 110px; padding: 0 36px;
18
+ display: flex; align-items: center; justify-content: space-between;
19
+ color: #111;
20
+ }
21
+ .app-bar-left, .app-bar-right { display: flex; align-items: center; gap: 32px; }
22
+ .icon-btn { width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; cursor: default; }
23
+ .icon { width: 32px; height: 32px; }
24
+ .content { padding: 0 36px; }
25
+ .bar {
26
+ height: 46px; background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 8px;
27
+ }
28
+ .row { display: flex; gap: 28px; }
29
+ .spacer-24 { height: 24px; }
30
+ .spacer-36 { height: 36px; }
31
+ .tile-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
32
+ .img-ph {
33
+ background: #E0E0E0; border: 1px solid #BDBDBD;
34
+ display: flex; align-items: center; justify-content: center; color: #757575;
35
+ border-radius: 8px;
36
+ }
37
+ /* Big circle centerpiece */
38
+ .brand-circle {
39
+ position: absolute; left: 240px; top: 1120px;
40
+ width: 600px; height: 600px; border-radius: 50%;
41
+ background: #ffffff; box-shadow: 0 12px 28px rgba(0,0,0,0.06);
42
+ display: flex; align-items: center; justify-content: center;
43
+ }
44
+ .brand-mark {
45
+ width: 320px; height: 120px;
46
+ display: flex; align-items: center; justify-content: center;
47
+ color: #000; font-weight: 800; letter-spacing: 2px; font-size: 48px;
48
+ }
49
+ /* Bottom navigation */
50
+ .bottom-nav {
51
+ position: absolute; left: 0; right: 0; bottom: 80px;
52
+ height: 170px; border-top: 1px solid #E6E6E6;
53
+ background: #ffffff; display: flex; align-items: center; justify-content: space-around;
54
+ padding: 12px 20px;
55
+ }
56
+ .nav-item { width: 180px; text-align: center; color: #8F9399; }
57
+ .nav-item .nav-icon { width: 54px; height: 54px; margin: 0 auto 12px; }
58
+ .nav-item.active { color: #111; }
59
+ .label { font-size: 28px; font-weight: 700; }
60
+ .badge {
61
+ position: absolute; top: -8px; right: -18px;
62
+ background: #BFA275; color: #fff; border-radius: 50%;
63
+ width: 50px; height: 50px; display: flex; align-items: center; justify-content: center;
64
+ font-size: 26px; font-weight: 700;
65
+ }
66
+ /* Home indicator */
67
+ .home-indicator {
68
+ position: absolute; left: 50%; transform: translateX(-50%);
69
+ bottom: 24px; width: 320px; height: 16px; background: #000; border-radius: 10px; opacity: 0.85;
70
+ }
71
+ </style>
72
+ </head>
73
+ <body>
74
+ <div id="render-target">
75
+ <div class="safe-top"></div>
76
+
77
+ <div class="app-bar">
78
+ <div class="app-bar-left">
79
+ <div class="icon-btn" aria-label="Back">
80
+ <svg class="icon" viewBox="0 0 24 24">
81
+ <path d="M14.5 5l-7 7 7 7" fill="none" stroke="#111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
82
+ </svg>
83
+ </div>
84
+ </div>
85
+ <div class="app-bar-right">
86
+ <div class="icon-btn" aria-label="Filter">
87
+ <svg class="icon" viewBox="0 0 24 24">
88
+ <path d="M4 7h10" stroke="#111" stroke-width="2" stroke-linecap="round"/>
89
+ <circle cx="16" cy="7" r="2" fill="#111"/>
90
+ <path d="M20 15H10" stroke="#111" stroke-width="2" stroke-linecap="round"/>
91
+ <circle cx="8" cy="15" r="2" fill="#111"/>
92
+ </svg>
93
+ </div>
94
+ <div class="icon-btn" aria-label="Search">
95
+ <svg class="icon" viewBox="0 0 24 24">
96
+ <circle cx="11" cy="11" r="6" fill="none" stroke="#111" stroke-width="2"/>
97
+ <path d="M20 20l-4.5-4.5" stroke="#111" stroke-width="2" stroke-linecap="round"/>
98
+ </svg>
99
+ </div>
100
+ </div>
101
+ </div>
102
+
103
+ <div class="content">
104
+ <div class="bar" style="width: 520px;"></div>
105
+ <div class="spacer-24"></div>
106
+ <div class="row">
107
+ <div class="bar" style="width: 680px;"></div>
108
+ <div class="bar" style="width: 280px;"></div>
109
+ </div>
110
+ <div class="spacer-36"></div>
111
+ <div class="tile-grid">
112
+ <div class="img-ph" style="height: 520px;">
113
+ [IMG: Left Promo Tile]
114
+ </div>
115
+ <div class="img-ph" style="height: 520px;">
116
+ [IMG: Right Promo Tile]
117
+ </div>
118
+ </div>
119
+ <div class="spacer-36"></div>
120
+ <div class="row">
121
+ <div class="bar" style="width: 340px;"></div>
122
+ <div class="bar" style="width: 440px;"></div>
123
+ </div>
124
+ <div class="spacer-24"></div>
125
+ <div class="row">
126
+ <div class="bar" style="width: 400px;"></div>
127
+ <div class="bar" style="width: 520px;"></div>
128
+ </div>
129
+ <div class="spacer-24"></div>
130
+ <div class="row">
131
+ <div class="bar" style="width: 520px;"></div>
132
+ <div class="bar" style="width: 300px;"></div>
133
+ </div>
134
+ </div>
135
+
136
+ <!-- Center circular brand element -->
137
+ <div class="brand-circle">
138
+ <div class="brand-mark">PUMA</div>
139
+ </div>
140
+
141
+ <!-- Bottom navigation -->
142
+ <div class="bottom-nav">
143
+ <div class="nav-item active">
144
+ <div class="nav-icon" style="position: relative;">
145
+ <svg viewBox="0 0 24 24">
146
+ <!-- simplified leaping animal silhouette -->
147
+ <path d="M3 13c3-3 6-4 9-2 4 2 7 1 9-1M6 15l3-1m6 1l3 1" stroke="#111" stroke-width="2" fill="none" stroke-linecap="round"/>
148
+ </svg>
149
+ </div>
150
+ <div class="label">HOME</div>
151
+ </div>
152
+ <div class="nav-item">
153
+ <div class="nav-icon">
154
+ <svg viewBox="0 0 24 24">
155
+ <rect x="3" y="6" width="18" height="15" rx="2" ry="2" fill="none" stroke="#8F9399" stroke-width="2"/>
156
+ <path d="M3 6h18M7 3v3M17 3v3" stroke="#8F9399" stroke-width="2" stroke-linecap="round"/>
157
+ </svg>
158
+ </div>
159
+ <div class="label">DROPS</div>
160
+ </div>
161
+ <div class="nav-item">
162
+ <div class="nav-icon">
163
+ <svg viewBox="0 0 24 24">
164
+ <circle cx="11" cy="11" r="6" fill="none" stroke="#8F9399" stroke-width="2"/>
165
+ <path d="M20 20l-4.5-4.5" stroke="#8F9399" stroke-width="2" stroke-linecap="round"/>
166
+ </svg>
167
+ </div>
168
+ <div class="label">SHOP</div>
169
+ </div>
170
+ <div class="nav-item">
171
+ <div class="nav-icon">
172
+ <svg viewBox="0 0 24 24">
173
+ <path d="M6 6h15l-2 10H7L6 6z" fill="none" stroke="#8F9399" stroke-width="2" stroke-linejoin="round"/>
174
+ <circle cx="9" cy="18" r="1.5" fill="#8F9399"/>
175
+ <circle cx="17" cy="18" r="1.5" fill="#8F9399"/>
176
+ </svg>
177
+ </div>
178
+ <div class="label">CART</div>
179
+ </div>
180
+ <div class="nav-item" style="position: relative;">
181
+ <div class="nav-icon" style="position: relative;">
182
+ <svg viewBox="0 0 24 24">
183
+ <circle cx="12" cy="8" r="4" fill="none" stroke="#8F9399" stroke-width="2"/>
184
+ <path d="M4 21c2-4 6-5 8-5s6 1 8 5" fill="none" stroke="#8F9399" stroke-width="2" stroke-linecap="round"/>
185
+ </svg>
186
+ <div class="badge">5</div>
187
+ </div>
188
+ <div class="label">ACCOUNT</div>
189
+ </div>
190
+ </div>
191
+
192
+ <div class="home-indicator"></div>
193
+ </div>
194
+ </body>
195
+ </html>
code/7021/7021_7.html ADDED
@@ -0,0 +1,246 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0" />
6
+ <title>Clothes Listing UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: "Inter", Arial, sans-serif; color: #111; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #ffffff; border-radius: 28px; box-shadow: 0 20px 60px rgba(0,0,0,0.15);
12
+ }
13
+
14
+ /* Top app bar */
15
+ .app-bar { display: flex; align-items: center; padding: 36px 40px 24px; }
16
+ .app-left { display: flex; align-items: center; gap: 24px; flex: 1; }
17
+ .app-right { display: flex; align-items: center; gap: 36px; }
18
+ .icon-btn { width: 56px; height: 56px; display: inline-flex; align-items: center; justify-content: center; border-radius: 12px; }
19
+ .icon { width: 40px; height: 40px; fill: none; stroke: #111; stroke-width: 2.5; }
20
+
21
+ /* Title section */
22
+ .title-wrap { padding: 0 40px; }
23
+ .page-title { font-size: 66px; font-weight: 800; letter-spacing: 0.5px; margin: 8px 0 8px; }
24
+ .sub-count { font-size: 28px; font-weight: 700; color: #333; margin-bottom: 24px; }
25
+
26
+ /* Chips and sort */
27
+ .filters-row { display: flex; align-items: center; justify-content: space-between; padding: 0 40px; margin-top: 10px; }
28
+ .chips { display: flex; gap: 22px; }
29
+ .chip {
30
+ padding: 18px 32px; font-size: 28px; font-weight: 700; border-radius: 32px;
31
+ background: #F2F2F2; color: #222;
32
+ }
33
+ .chip.outlined { background: #fff; border: 3px solid #111; }
34
+ .sort-label { display: flex; align-items: center; gap: 14px; font-size: 28px; font-weight: 700; color: #222; }
35
+ .sort-icon { width: 32px; height: 32px; stroke: #111; }
36
+
37
+ /* Product grid */
38
+ .grid { display: grid; grid-template-columns: 1fr 1fr; gap: 44px 38px; padding: 30px 40px 240px; }
39
+ .product-card { }
40
+ .image-wrap { position: relative; width: 100%; height: 520px; background: #E0E0E0; border: 1px solid #BDBDBD; display: flex; align-items: center; justify-content: center; color: #757575; font-size: 28px; font-weight: 600; }
41
+ .ribbon {
42
+ position: absolute; left: 0; top: 0; background: #21653A; color: #fff; padding: 18px 22px;
43
+ font-size: 26px; font-weight: 800; border-bottom-right-radius: 12px;
44
+ }
45
+ .fav-btn { position: absolute; right: 18px; top: 18px; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.9); border-radius: 50%; }
46
+ .heart { width: 36px; height: 36px; stroke: #111; stroke-width: 2.5; fill: none; }
47
+
48
+ .meta { display: flex; align-items: center; gap: 12px; margin-top: 22px; color: #444; font-size: 26px; }
49
+ .chev-down { width: 28px; height: 28px; stroke: #111; }
50
+
51
+ .name { font-size: 34px; font-weight: 800; line-height: 1.2; margin: 14px 0 12px; }
52
+ .price-now { color: #B24122; font-weight: 800; font-size: 34px; margin-bottom: 8px; }
53
+ .price-old { color: #777; font-size: 28px; text-decoration: line-through; margin-bottom: 14px; }
54
+ .promo { color: #B24122; font-weight: 800; font-size: 28px; text-transform: uppercase; line-height: 1.25; margin-bottom: 18px; }
55
+
56
+ .rating { display: flex; align-items: center; gap: 16px; color: #333; font-size: 26px; }
57
+ .stars { display: inline-flex; gap: 6px; }
58
+ .star { width: 34px; height: 34px; fill: #111; }
59
+ .star-outline { width: 34px; height: 34px; fill: none; stroke: #111; stroke-width: 2.5; }
60
+ .half-star { width: 34px; height: 34px; }
61
+ /* Bottom navigation */
62
+ .bottom-nav {
63
+ position: absolute; left: 0; right: 0; bottom: 0; height: 180px;
64
+ border-top: 1px solid #E5E5E5; background: #fff;
65
+ display: flex; align-items: center; justify-content: space-around;
66
+ padding: 18px 30px;
67
+ }
68
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 16px; color: #666; font-size: 24px; font-weight: 700; }
69
+ .nav-item.active { color: #111; }
70
+ .nav-icon { width: 48px; height: 48px; stroke: #111; stroke-width: 2.8; fill: none; }
71
+ .badge {
72
+ position: absolute; right: 70px; bottom: 112px;
73
+ background: #d0b691; color: #111; border-radius: 20px; padding: 8px 16px; font-size: 22px; font-weight: 800;
74
+ }
75
+ </style>
76
+ </head>
77
+ <body>
78
+ <div id="render-target">
79
+
80
+ <div class="app-bar">
81
+ <div class="app-left">
82
+ <div class="icon-btn" aria-label="Back">
83
+ <svg class="icon" viewBox="0 0 24 24"><path d="M15 4 L7 12 L15 20" /></svg>
84
+ </div>
85
+ <div style="font-size:0;"></div>
86
+ </div>
87
+ <div class="app-right">
88
+ <div class="icon-btn" aria-label="Filter">
89
+ <svg class="icon" viewBox="0 0 24 24">
90
+ <path d="M4 6 H20" />
91
+ <path d="M8 12 H20" />
92
+ <path d="M12 18 H20" />
93
+ <circle cx="6" cy="6" r="1.8" fill="#111" />
94
+ <circle cx="10" cy="12" r="1.8" fill="#111" />
95
+ <circle cx="14" cy="18" r="1.8" fill="#111" />
96
+ </svg>
97
+ </div>
98
+ <div class="icon-btn" aria-label="Search">
99
+ <svg class="icon" viewBox="0 0 24 24">
100
+ <circle cx="11" cy="11" r="7" />
101
+ <path d="M20 20 L16 16" />
102
+ </svg>
103
+ </div>
104
+ </div>
105
+ </div>
106
+
107
+ <div class="title-wrap">
108
+ <div class="page-title">CLOTHES</div>
109
+ <div class="sub-count">3844 PRODUCTS</div>
110
+ </div>
111
+
112
+ <div class="filters-row">
113
+ <div class="chips">
114
+ <div class="chip outlined">ALL</div>
115
+ <div class="chip">LIFESTYLE</div>
116
+ <div class="chip">RUN/TRAIN</div>
117
+ <div class="chip">SOCCER</div>
118
+ </div>
119
+ <div class="sort-label">SORT
120
+ <svg class="sort-icon" viewBox="0 0 24 24">
121
+ <path d="M7 4 L17 4" />
122
+ <path d="M10 10 L17 10" />
123
+ <path d="M13 16 L17 16" />
124
+ <path d="M7 7 L7 17" />
125
+ </svg>
126
+ </div>
127
+ </div>
128
+
129
+ <div class="grid">
130
+ <!-- Card 1 -->
131
+ <div class="product-card">
132
+ <div class="image-wrap">
133
+ <div class="ribbon">SUSTAINABL...</div>
134
+ <div class="fav-btn">
135
+ <svg class="heart" viewBox="0 0 24 24">
136
+ <path d="M12 21 C12 21 4 14 4 9 A4 4 0 0 1 8 5 C10 5 12 7 12 7 C12 7 14 5 16 5 A4 4 0 0 1 20 9 C20 14 12 21 12 21 Z"/>
137
+ </svg>
138
+ </div>
139
+ <div>[IMG: Product photo - Navy hoodie with logo]</div>
140
+ </div>
141
+ <div class="meta">
142
+ <div>3 Colors</div>
143
+ <svg class="chev-down" viewBox="0 0 24 24"><path d="M6 9 L12 15 L18 9" /></svg>
144
+ </div>
145
+ <div class="name">Essentials Men's Hoodie</div>
146
+ <div class="price-now">$39.99</div>
147
+ <div class="price-old">$55.00</div>
148
+ <div class="promo">TAKE 20% OFF WITH CODE 20APP. ONLY ON THE PUMA APP.</div>
149
+ <div class="rating">
150
+ <div class="stars">
151
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2 L15 9 L22 9 L17 13 L19 20 L12 16 L5 20 L7 13 L2 9 L9 9 Z"/></svg>
152
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2 L15 9 L22 9 L17 13 L19 20 L12 16 L5 20 L7 13 L2 9 L9 9 Z"/></svg>
153
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2 L15 9 L22 9 L17 13 L19 20 L12 16 L5 20 L7 13 L2 9 L9 9 Z"/></svg>
154
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2 L15 9 L22 9 L17 13 L19 20 L12 16 L5 20 L7 13 L2 9 L9 9 Z"/></svg>
155
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2 L15 9 L22 9 L17 13 L19 20 L12 16 L5 20 L7 13 L2 9 L9 9 Z"/></svg>
156
+ </div>
157
+ <div>(21)</div>
158
+ </div>
159
+ </div>
160
+
161
+ <!-- Card 2 -->
162
+ <div class="product-card">
163
+ <div class="image-wrap">
164
+ <div class="ribbon">SUSTAINABL...</div>
165
+ <div class="fav-btn">
166
+ <svg class="heart" viewBox="0 0 24 24">
167
+ <path d="M12 21 C12 21 4 14 4 9 A4 4 0 0 1 8 5 C10 5 12 7 12 7 C12 7 14 5 16 5 A4 4 0 0 1 20 9 C20 14 12 21 12 21 Z"/>
168
+ </svg>
169
+ </div>
170
+ <div>[IMG: Product photo - White hoodie with logo]</div>
171
+ </div>
172
+ <div class="meta">
173
+ <div>3 Colors</div>
174
+ <svg class="chev-down" viewBox="0 0 24 24"><path d="M6 9 L12 15 L18 9" /></svg>
175
+ </div>
176
+ <div class="name">Essentials Women's Hoodie</div>
177
+ <div class="price-now">$29.99</div>
178
+ <div class="price-old">$50.00</div>
179
+ <div class="promo">TAKE 20% OFF WITH CODE 20APP. ONLY ON THE PUMA APP.</div>
180
+ <div class="rating">
181
+ <div class="stars">
182
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2 L15 9 L22 9 L17 13 L19 20 L12 16 L5 20 L7 13 L2 9 L9 9 Z"/></svg>
183
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2 L15 9 L22 9 L17 13 L19 20 L12 16 L5 20 L7 13 L2 9 L9 9 Z"/></svg>
184
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2 L15 9 L22 9 L17 13 L19 20 L12 16 L5 20 L7 13 L2 9 L9 9 Z"/></svg>
185
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2 L15 9 L22 9 L17 13 L19 20 L12 16 L5 20 L7 13 L2 9 L9 9 Z"/></svg>
186
+ <svg class="star-outline" viewBox="0 0 24 24"><path d="M12 2 L15 9 L22 9 L17 13 L19 20 L12 16 L5 20 L7 13 L2 9 L9 9 Z"/></svg>
187
+ </div>
188
+ <div>(18)</div>
189
+ </div>
190
+ </div>
191
+
192
+ <!-- Card 3 -->
193
+ <div class="product-card">
194
+ <div class="image-wrap">
195
+ <div class="ribbon">SUSTAINABL...</div>
196
+ <div class="fav-btn">
197
+ <svg class="heart" viewBox="0 0 24 24">
198
+ <path d="M12 21 C12 21 4 14 4 9 A4 4 0 0 1 8 5 C10 5 12 7 12 7 C12 7 14 5 16 5 A4 4 0 0 1 20 9 C20 14 12 21 12 21 Z"/>
199
+ </svg>
200
+ </div>
201
+ <div>[IMG: Product photo - Black hoodie with logo]</div>
202
+ </div>
203
+ </div>
204
+
205
+ <!-- Card 4 -->
206
+ <div class="product-card">
207
+ <div class="image-wrap">
208
+ <div class="ribbon">SUSTAINABL...</div>
209
+ <div class="fav-btn">
210
+ <svg class="heart" viewBox="0 0 24 24">
211
+ <path d="M12 21 C12 21 4 14 4 9 A4 4 0 0 1 8 5 C10 5 12 7 12 7 C12 7 14 5 16 5 A4 4 0 0 1 20 9 C20 14 12 21 12 21 Z"/>
212
+ </svg>
213
+ </div>
214
+ <div>[IMG: Product photo - Grey zip hoodie with logo]</div>
215
+ </div>
216
+ </div>
217
+ </div>
218
+
219
+ <!-- Bottom navigation -->
220
+ <div class="bottom-nav">
221
+ <div class="nav-item active">
222
+ <svg class="nav-icon" viewBox="0 0 24 24"><path d="M3 10 L12 3 L21 10" /><path d="M6 10 V21 H18 V10" /></svg>
223
+ <div>HOME</div>
224
+ </div>
225
+ <div class="nav-item">
226
+ <svg class="nav-icon" viewBox="0 0 24 24"><rect x="4" y="5" width="16" height="16" rx="2"/><path d="M4 10 H20"/></svg>
227
+ <div>DROPS</div>
228
+ </div>
229
+ <div class="nav-item">
230
+ <svg class="nav-icon" viewBox="0 0 24 24"><path d="M6 7 L18 7 L17 21 H7 L6 7 Z" /><path d="M9 7 V5 A3 3 0 0 1 15 5 V7" /></svg>
231
+ <div>SHOP</div>
232
+ </div>
233
+ <div class="nav-item">
234
+ <svg class="nav-icon" viewBox="0 0 24 24"><circle cx="9" cy="20" r="2"/><circle cx="17" cy="20" r="2"/><path d="M5 6 H21 L20 14 H7 L5 6 Z"/></svg>
235
+ <div>CART</div>
236
+ </div>
237
+ <div class="nav-item">
238
+ <svg class="nav-icon" viewBox="0 0 24 24"><circle cx="12" cy="8" r="4"/><path d="M4 21 C4 15 20 15 20 21" /></svg>
239
+ <div>ACCOUNT</div>
240
+ </div>
241
+ <div class="badge">5</div>
242
+ </div>
243
+
244
+ </div>
245
+ </body>
246
+ </html>
code/7028/7028_1.html ADDED
@@ -0,0 +1,338 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>Email Inbox Mock</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #ffffff;
13
+ border-radius: 0;
14
+ box-shadow: none;
15
+ }
16
+
17
+ /* Top status bar */
18
+ .status-bar {
19
+ height: 110px;
20
+ background: #1E88E5;
21
+ color: #fff;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ padding: 0 34px;
26
+ box-sizing: border-box;
27
+ font-size: 40px;
28
+ }
29
+ .status-left { display: flex; align-items: center; gap: 22px; }
30
+ .status-right { display: flex; align-items: center; gap: 28px; }
31
+ .status-icon {
32
+ width: 42px; height: 42px;
33
+ opacity: 0.95;
34
+ }
35
+
36
+ /* App bar */
37
+ .app-bar {
38
+ height: 150px;
39
+ background: #2196F3;
40
+ color: #fff;
41
+ display: flex;
42
+ align-items: center;
43
+ padding: 0 30px;
44
+ box-sizing: border-box;
45
+ }
46
+ .app-actions { display: flex; align-items: center; gap: 28px; }
47
+ .app-title { margin-left: 24px; font-size: 56px; font-weight: 500; display: flex; align-items: center; gap: 14px; }
48
+ .search-area { margin-left: auto; }
49
+
50
+ /* List */
51
+ .list {
52
+ position: absolute;
53
+ top: 260px; /* status + app bar */
54
+ left: 0;
55
+ right: 0;
56
+ bottom: 0;
57
+ overflow-y: auto;
58
+ padding-bottom: 160px;
59
+ }
60
+ .item {
61
+ display: flex;
62
+ padding: 28px 30px;
63
+ box-sizing: border-box;
64
+ border-bottom: 1px solid #e9e9e9;
65
+ }
66
+ .avatar {
67
+ width: 116px; height: 116px;
68
+ border-radius: 58px;
69
+ display: flex; align-items: center; justify-content: center;
70
+ font-size: 56px; font-weight: 600; color: #fff;
71
+ flex-shrink: 0;
72
+ }
73
+ .avatar.orange { background: #F28C5A; }
74
+ .avatar.blue { background: #1E88E5; }
75
+ .avatar.yellow { background: #D4B117; }
76
+ .avatar.teal { background: #4DB6AC; }
77
+ .avatar.purple { background: #9C6BC7; }
78
+ .content { margin-left: 30px; flex: 1; }
79
+ .title-row {
80
+ display: flex; align-items: center;
81
+ }
82
+ .sender {
83
+ font-size: 52px;
84
+ font-weight: 800;
85
+ color: #222;
86
+ margin-right: 12px;
87
+ }
88
+ .unread-dot {
89
+ width: 22px; height: 22px; border-radius: 11px; background: #1E88E5; margin-right: 16px;
90
+ }
91
+ .time {
92
+ margin-left: auto;
93
+ font-size: 36px;
94
+ color: #1E88E5;
95
+ font-weight: 700;
96
+ }
97
+ .subject {
98
+ margin-top: 10px;
99
+ font-size: 46px;
100
+ font-weight: 800;
101
+ color: #111;
102
+ }
103
+ .snippet {
104
+ margin-top: 8px;
105
+ font-size: 38px;
106
+ color: #6b6b6b;
107
+ line-height: 1.2;
108
+ }
109
+
110
+ /* Floating compose button */
111
+ .fab {
112
+ position: absolute;
113
+ right: 36px;
114
+ bottom: 210px;
115
+ width: 150px; height: 150px;
116
+ background: #1E88E5;
117
+ border-radius: 75px;
118
+ box-shadow: 0 10px 16px rgba(0,0,0,0.25);
119
+ display: flex; align-items: center; justify-content: center;
120
+ }
121
+ .fab svg { width: 72px; height: 72px; fill: #fff; }
122
+
123
+ /* Bottom gesture bar */
124
+ .gesture {
125
+ position: absolute;
126
+ bottom: 26px;
127
+ left: 50%;
128
+ transform: translateX(-50%);
129
+ width: 440px; height: 18px;
130
+ background: #000;
131
+ border-radius: 9px;
132
+ opacity: 0.8;
133
+ }
134
+
135
+ /* Simple icon buttons */
136
+ .icon-btn svg { width: 64px; height: 64px; fill: #fff; }
137
+ .small-white { fill: #fff; }
138
+ .small-blue { fill: #fff; opacity: 0.9; }
139
+ .caret { width: 26px; height: 26px; }
140
+ </style>
141
+ </head>
142
+ <body>
143
+ <div id="render-target">
144
+
145
+ <!-- Status bar -->
146
+ <div class="status-bar">
147
+ <div class="status-left">
148
+ <div>1:22</div>
149
+ <!-- mail icon -->
150
+ <svg class="status-icon" viewBox="0 0 24 24">
151
+ <path class="small-white" d="M2 6h20v12H2V6zm10 6L3.5 8.5v7L12 12l8.5 3.5v-7L12 12z"/>
152
+ </svg>
153
+ <!-- key icon -->
154
+ <svg class="status-icon" viewBox="0 0 24 24">
155
+ <path class="small-white" d="M7 14a5 5 0 1 1 3.9 1.9L11 18H9v2H7v-2H5v-2h2l.9-2.1z"/>
156
+ </svg>
157
+ </div>
158
+ <div class="status-right">
159
+ <!-- wifi -->
160
+ <svg class="status-icon" viewBox="0 0 24 24">
161
+ <path class="small-white" d="M12 18l-2 2 2 2 2-2-2-2zm-6-6l2 2a7 7 0 0 1 8 0l2-2c-3.9-3-10.1-3-14 0zm-4-4l2 2c6-4.7 14-4.7 20 0l2-2C16-0.4 8-0.4 2 8z"/>
162
+ </svg>
163
+ <!-- battery -->
164
+ <svg class="status-icon" viewBox="0 0 24 24">
165
+ <path class="small-white" d="M16 4h2v2h2v12h-2v2h-2V4zM2 6h12v12H2V6zm2 2v8h8V8H4z"/>
166
+ </svg>
167
+ <div>100%</div>
168
+ </div>
169
+ </div>
170
+
171
+ <!-- App bar -->
172
+ <div class="app-bar">
173
+ <div class="app-actions">
174
+ <!-- hamburger -->
175
+ <div class="icon-btn">
176
+ <svg viewBox="0 0 24 24">
177
+ <path d="M3 6h18v2H3V6zm0 5h18v2H3v-2zm0 5h18v2H3v-2z"/>
178
+ </svg>
179
+ </div>
180
+ <div class="app-title">
181
+ <span>Inbox</span>
182
+ <!-- caret -->
183
+ <svg class="caret" viewBox="0 0 24 24">
184
+ <path class="small-blue" d="M7 10l5 5 5-5H7z"/>
185
+ </svg>
186
+ </div>
187
+ </div>
188
+ <div class="search-area">
189
+ <!-- search -->
190
+ <svg class="icon-btn" viewBox="0 0 24 24">
191
+ <path d="M15.5 14h-.8l-.3-.3A5.7 5.7 0 1 0 14 15.5l.3.3v.8l4.5 4.5 1.5-1.5-4.6-4.6zm-5.8 0a4.2 4.2 0 1 1 0-8.4 4.2 4.2 0 0 1 0 8.4z" fill="#fff"/>
192
+ </svg>
193
+ </div>
194
+ </div>
195
+
196
+ <!-- List -->
197
+ <div class="list">
198
+
199
+ <!-- 1 -->
200
+ <div class="item">
201
+ <div class="avatar orange">C</div>
202
+ <div class="content">
203
+ <div class="title-row">
204
+ <div class="unread-dot"></div>
205
+ <div class="sender">Cerebra Research</div>
206
+ <div class="time">12:54 PM</div>
207
+ </div>
208
+ <div class="subject">Fwd: OFFICIAL WEEKEND PARTY</div>
209
+ <div class="snippet">Get Outlook for Android From: Cerebra Research &lt;dbw…&gt;</div>
210
+ </div>
211
+ </div>
212
+
213
+ <!-- 2 -->
214
+ <div class="item">
215
+ <div class="avatar blue">C</div>
216
+ <div class="content">
217
+ <div class="title-row">
218
+ <div class="unread-dot"></div>
219
+ <div class="sender">Cerebra Dbw</div>
220
+ <div class="time">10:50 AM</div>
221
+ </div>
222
+ <div class="subject">Re: Zoomba session</div>
223
+ <div class="snippet">We will be available in the Zoomba session. Get Outloo…</div>
224
+ </div>
225
+ </div>
226
+
227
+ <!-- 3 -->
228
+ <div class="item">
229
+ <div class="avatar orange" style="background:#F6A238;">G</div>
230
+ <div class="content">
231
+ <div class="title-row">
232
+ <div class="unread-dot"></div>
233
+ <div class="sender">Google</div>
234
+ <div class="time">10:28 AM</div>
235
+ </div>
236
+ <div class="subject">Security alert</div>
237
+ <div class="snippet">EasyMail - easy &amp; fast email was granted access to yo…</div>
238
+ </div>
239
+ </div>
240
+
241
+ <!-- 4 -->
242
+ <div class="item">
243
+ <div class="avatar orange">C</div>
244
+ <div class="content">
245
+ <div class="title-row">
246
+ <div class="unread-dot"></div>
247
+ <div class="sender">Cerebra Research</div>
248
+ <div class="time">09:52 AM</div>
249
+ </div>
250
+ <div class="subject">Business meeting with the Clients</div>
251
+ <div class="snippet">We have a business meeting on August 30, 2023, so yo…</div>
252
+ </div>
253
+ </div>
254
+
255
+ <!-- 5 -->
256
+ <div class="item">
257
+ <div class="avatar orange">C</div>
258
+ <div class="content">
259
+ <div class="title-row">
260
+ <div class="unread-dot"></div>
261
+ <div class="sender">Cerebra Research</div>
262
+ <div class="time">08:09 AM</div>
263
+ </div>
264
+ <div class="subject">M.O.M I Discussion on Multiple Judgments</div>
265
+ <div class="snippet">Task Overlay should be not in this type of video as it is …</div>
266
+ </div>
267
+ </div>
268
+
269
+ <!-- 6 -->
270
+ <div class="item">
271
+ <div class="avatar yellow">F</div>
272
+ <div class="content">
273
+ <div class="title-row">
274
+ <div class="unread-dot"></div>
275
+ <div class="sender">FitOn</div>
276
+ <div class="time">06:00 AM</div>
277
+ </div>
278
+ <div class="subject">Shape up this summer with PRO 💪</div>
279
+ <div class="snippet">Upgrade today for 70% off.</div>
280
+ </div>
281
+ </div>
282
+
283
+ <!-- 7 -->
284
+ <div class="item">
285
+ <div class="avatar teal">F</div>
286
+ <div class="content">
287
+ <div class="title-row">
288
+ <div class="unread-dot"></div>
289
+ <div class="sender">Flipboard 10 For Today</div>
290
+ <div class="time">03:09 AM</div>
291
+ </div>
292
+ <div class="subject">How toddlers are inspiring robot learning</div>
293
+ <div class="snippet">Flipboard Plus, 11 ways to level up your fried eggs. | Fol…</div>
294
+ </div>
295
+ </div>
296
+
297
+ <!-- 8 -->
298
+ <div class="item">
299
+ <div class="avatar orange" style="background:#F6A238;">F</div>
300
+ <div class="content">
301
+ <div class="title-row">
302
+ <div class="unread-dot"></div>
303
+ <div class="sender">Flipboard</div>
304
+ <div class="time">Yesterday</div>
305
+ </div>
306
+ <div class="subject">What's new on Flipboard: Stories from Politics, …</div>
307
+ <div class="snippet">Flipboard A daily roundup of highlights from your Flipb…</div>
308
+ </div>
309
+ </div>
310
+
311
+ <!-- 9 -->
312
+ <div class="item">
313
+ <div class="avatar purple">F</div>
314
+ <div class="content">
315
+ <div class="title-row">
316
+ <div class="unread-dot"></div>
317
+ <div class="sender">Feedly</div>
318
+ <div class="time"></div>
319
+ </div>
320
+ <div class="subject">The top publications in your industry</div>
321
+ <div class="snippet">Email bundles of sources for your industry…</div>
322
+ </div>
323
+ </div>
324
+
325
+ </div>
326
+
327
+ <!-- Floating compose button -->
328
+ <div class="fab">
329
+ <svg viewBox="0 0 24 24">
330
+ <path d="M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04a1 1 0 0 0 0-1.41L18.37 3.3a1 1 0 0 0-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.84z"/>
331
+ </svg>
332
+ </div>
333
+
334
+ <!-- Gesture bar -->
335
+ <div class="gesture"></div>
336
+ </div>
337
+ </body>
338
+ </html>
code/7028/7028_10.html ADDED
@@ -0,0 +1,332 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Inbox UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px;
10
+ position: relative; overflow: hidden;
11
+ background: #ffffff;
12
+ }
13
+
14
+ /* Top blue app area */
15
+ .app-bar {
16
+ position: absolute; left: 0; top: 0;
17
+ width: 1080px; height: 180px;
18
+ background: #1976D2;
19
+ color: #fff;
20
+ }
21
+
22
+ /* Status row */
23
+ .status-row {
24
+ height: 70px; padding: 0 28px;
25
+ display: flex; align-items: center; justify-content: space-between;
26
+ font-size: 32px; opacity: 0.95;
27
+ }
28
+ .status-left, .status-right { display: flex; align-items: center; gap: 18px; }
29
+ .status-icon {
30
+ width: 26px; height: 26px; border-radius: 3px;
31
+ background: rgba(255,255,255,0.85);
32
+ }
33
+
34
+ /* Toolbar row */
35
+ .toolbar {
36
+ height: 110px; padding: 0 30px;
37
+ display: flex; align-items: center; justify-content: space-between;
38
+ }
39
+ .toolbar-left { display: flex; align-items: center; gap: 26px; }
40
+ .title {
41
+ font-size: 46px; font-weight: 600; letter-spacing: 0.5px;
42
+ }
43
+ .search-btn svg { fill: #fff; }
44
+ .hamburger svg { fill: #fff; }
45
+
46
+ /* Inbox list */
47
+ .list {
48
+ position: absolute; top: 180px; left: 0; right: 0; bottom: 0;
49
+ overflow: hidden; padding-bottom: 120px;
50
+ background: #fafafa;
51
+ }
52
+ .mail-item {
53
+ display: flex; align-items: flex-start;
54
+ padding: 34px 36px;
55
+ border-bottom: 1px solid #E6E6E6;
56
+ background: #fff;
57
+ }
58
+ .avatar {
59
+ width: 110px; height: 110px; border-radius: 55px;
60
+ display: flex; align-items: center; justify-content: center;
61
+ color: #fff; font-weight: 700; font-size: 42px;
62
+ margin-right: 30px;
63
+ }
64
+ .av-coral { background: #c96c2d; }
65
+ .av-blue { background: #1e88e5; }
66
+ .av-amber { background: #c98a23; }
67
+ .av-yellow { background: #c7b22d; }
68
+ .av-teal { background: #4db6ac; }
69
+ .dot {
70
+ width: 16px; height: 16px; border-radius: 8px; background: #1e88e5; margin-right: 12px; margin-top: 8px;
71
+ }
72
+ .mail-content { flex: 1; }
73
+ .mail-header {
74
+ display: flex; align-items: center; justify-content: space-between;
75
+ }
76
+ .sender {
77
+ display: flex; align-items: center;
78
+ font-weight: 700; font-size: 40px; color: #333;
79
+ }
80
+ .subject { font-size: 36px; font-weight: 700; color: #1a1a1a; margin-top: 8px; }
81
+ .preview { font-size: 32px; color: #6a6a6a; margin-top: 6px; }
82
+ .time { font-size: 32px; color: #1e88e5; font-weight: 700; }
83
+
84
+ /* Floating compose button */
85
+ .fab {
86
+ position: absolute; right: 40px; bottom: 170px;
87
+ width: 130px; height: 130px; border-radius: 65px;
88
+ background: #1e88e5; box-shadow: 0 10px 22px rgba(0,0,0,0.25);
89
+ display: flex; align-items: center; justify-content: center;
90
+ }
91
+ .fab svg { fill: #fff; width: 56px; height: 56px; }
92
+
93
+ /* Rating modal */
94
+ .overlay {
95
+ position: absolute; left: 0; top: 0; right: 0; bottom: 0;
96
+ background: rgba(0,0,0,0.15);
97
+ }
98
+ .modal {
99
+ position: absolute; width: 850px;
100
+ left: 50%; top: 870px; transform: translateX(-50%);
101
+ background: #fff; border-radius: 6px; box-shadow: 0 12px 28px rgba(0,0,0,0.35);
102
+ border: 1px solid #dcdcdc;
103
+ }
104
+ .modal-header {
105
+ height: 120px; background: #1e88e5; color: #fff;
106
+ display: flex; align-items: center; gap: 26px; padding: 0 30px;
107
+ font-size: 40px; font-weight: 700;
108
+ border-top-left-radius: 6px; border-top-right-radius: 6px;
109
+ }
110
+ .modal-body {
111
+ padding: 30px; font-size: 36px; color: #222; line-height: 1.4;
112
+ }
113
+ .stars-row {
114
+ display: flex; align-items: center; justify-content: center;
115
+ gap: 60px; padding: 18px 0 30px;
116
+ }
117
+ .star-outline {
118
+ width: 110px; height: 110px;
119
+ border: 2px solid #cfcfcf; border-radius: 10px;
120
+ display: flex; align-items: center; justify-content: center;
121
+ color: #bdbdbd; font-size: 60px;
122
+ }
123
+ .star-small { width: 34px; height: 34px; }
124
+ .star-small svg { fill: #FFEE58; }
125
+
126
+ /* Simple helper */
127
+ .muted { color: #757575; }
128
+ </style>
129
+ </head>
130
+ <body>
131
+ <div id="render-target">
132
+
133
+ <!-- App blue bar -->
134
+ <div class="app-bar">
135
+ <div class="status-row">
136
+ <div class="status-left">
137
+ <div>1:29</div>
138
+ <div class="status-icon" style="border-radius:50%"></div>
139
+ <div class="status-icon"></div>
140
+ </div>
141
+ <div class="status-right">
142
+ <div class="status-icon"></div>
143
+ <div class="status-icon"></div>
144
+ <div>100%</div>
145
+ </div>
146
+ </div>
147
+ <div class="toolbar">
148
+ <div class="toolbar-left">
149
+ <!-- Hamburger -->
150
+ <div class="hamburger">
151
+ <svg width="54" height="54" viewBox="0 0 24 24">
152
+ <rect x="2" y="4" width="20" height="3"></rect>
153
+ <rect x="2" y="10.5" width="20" height="3"></rect>
154
+ <rect x="2" y="17" width="20" height="3"></rect>
155
+ </svg>
156
+ </div>
157
+ <div class="title">Inbox ▼</div>
158
+ </div>
159
+ <!-- Search icon -->
160
+ <div class="search-btn">
161
+ <svg width="54" height="54" viewBox="0 0 24 24">
162
+ <circle cx="10" cy="10" r="6" stroke="#fff" stroke-width="2" fill="none"></circle>
163
+ <line x1="14.5" y1="14.5" x2="21" y2="21" stroke="#fff" stroke-width="2"></line>
164
+ </svg>
165
+ </div>
166
+ </div>
167
+ </div>
168
+
169
+ <!-- Inbox list -->
170
+ <div class="list">
171
+ <!-- Item 1 -->
172
+ <div class="mail-item">
173
+ <div class="avatar av-coral">C</div>
174
+ <div class="mail-content">
175
+ <div class="mail-header">
176
+ <div class="sender">
177
+ <div class="dot"></div>
178
+ <div>Cerebra Research</div>
179
+ </div>
180
+ <div class="time">12:54 PM</div>
181
+ </div>
182
+ <div class="subject">Fwd: OFFICIAL WEEKEND PARTY</div>
183
+ <div class="preview" style="max-width: 830px;">Get Outlook for Android From: Cerebra Research &lt;dbw...</div>
184
+ </div>
185
+ </div>
186
+ <!-- Item 2 -->
187
+ <div class="mail-item">
188
+ <div class="avatar av-blue">C</div>
189
+ <div class="mail-content">
190
+ <div class="mail-header">
191
+ <div class="sender">
192
+ <div class="dot"></div>
193
+ <div>Cerebra Dbw</div>
194
+ </div>
195
+ <div class="time">10:50 AM</div>
196
+ </div>
197
+ <div class="subject">Re: Zoomba session</div>
198
+ <div class="preview">We will be available in the Zoomba session. Get Outloo...</div>
199
+ </div>
200
+ </div>
201
+ <!-- Item 3 -->
202
+ <div class="mail-item">
203
+ <div class="avatar av-amber">G</div>
204
+ <div class="mail-content">
205
+ <div class="mail-header">
206
+ <div class="sender">
207
+ <div class="dot"></div>
208
+ <div>Google</div>
209
+ </div>
210
+ <div class="time">10:28 AM</div>
211
+ </div>
212
+ <div class="subject">Security alert</div>
213
+ <div class="preview">EasyMail - easy &amp; fast email was granted access to yo...</div>
214
+ </div>
215
+ </div>
216
+ <!-- Item 4 -->
217
+ <div class="mail-item">
218
+ <div class="avatar av-coral">C</div>
219
+ <div class="mail-content">
220
+ <div class="mail-header">
221
+ <div class="sender">
222
+ <div class="dot"></div>
223
+ <div>C</div>
224
+ </div>
225
+ <div class="time">09:52 AM</div>
226
+ </div>
227
+ <div class="subject">...</div>
228
+ <div class="preview">...</div>
229
+ </div>
230
+ </div>
231
+ <!-- Item 5 -->
232
+ <div class="mail-item">
233
+ <div class="avatar av-yellow">F</div>
234
+ <div class="mail-content">
235
+ <div class="mail-header">
236
+ <div class="sender">
237
+ <div class="dot"></div>
238
+ <div>F icon</div>
239
+ </div>
240
+ <div class="time">06:00 AM</div>
241
+ </div>
242
+ <div class="subject">Shape up this summer with PRO 💪</div>
243
+ <div class="preview">Upgrade today for 70% off.</div>
244
+ </div>
245
+ </div>
246
+ <!-- Item 6 -->
247
+ <div class="mail-item">
248
+ <div class="avatar av-teal">F</div>
249
+ <div class="mail-content">
250
+ <div class="mail-header">
251
+ <div class="sender">
252
+ <div class="dot"></div>
253
+ <div>Flipboard 10 For Today</div>
254
+ </div>
255
+ <div class="time">03:09 AM</div>
256
+ </div>
257
+ <div class="subject">How toddlers are inspiring robot learning</div>
258
+ <div class="preview">Flipboard Plus, 11 ways to level up your fried eggs. | Fo...</div>
259
+ </div>
260
+ </div>
261
+ <!-- Item 7 -->
262
+ <div class="mail-item">
263
+ <div class="avatar av-yellow">F</div>
264
+ <div class="mail-content">
265
+ <div class="mail-header">
266
+ <div class="sender">
267
+ <div class="dot"></div>
268
+ <div>Flipboard</div>
269
+ </div>
270
+ <div class="time muted">Yesterday</div>
271
+ </div>
272
+ <div class="subject">What's new on Flipboard: Stories from Politics, ...</div>
273
+ <div class="preview">Flipboard A daily roundup of highlights from your Flipb...</div>
274
+ </div>
275
+ </div>
276
+ <!-- Item 8 -->
277
+ <div class="mail-item">
278
+ <div class="avatar av-teal">F</div>
279
+ <div class="mail-content">
280
+ <div class="mail-header">
281
+ <div class="sender">
282
+ <div class="dot"></div>
283
+ <div>Feedly</div>
284
+ </div>
285
+ <div class="time muted"> </div>
286
+ </div>
287
+ <div class="subject">The top publications in your industry</div>
288
+ <div class="preview">Email bundles of sources for your industry ...</div>
289
+ </div>
290
+ </div>
291
+ </div>
292
+
293
+ <!-- Floating compose button -->
294
+ <div class="fab">
295
+ <svg viewBox="0 0 24 24">
296
+ <path d="M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04a1 1 0 0 0 0-1.41l-2.34-2.34a1 1 0 0 0-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z"></path>
297
+ </svg>
298
+ </div>
299
+
300
+ <!-- Rating modal overlay -->
301
+ <div class="overlay"></div>
302
+ <div class="modal">
303
+ <div class="modal-header">
304
+ <!-- Decorative small stars -->
305
+ <div class="star-small">
306
+ <svg viewBox="0 0 24 24">
307
+ <path d="M12 2l3.2 6.5L22 9.3l-5 4.9L18 21l-6-3.4L6 21l1-6.8-5-4.9 6.8-.8z"></path>
308
+ </svg>
309
+ </div>
310
+ <div class="star-small">
311
+ <svg viewBox="0 0 24 24">
312
+ <path d="M12 2l3.2 6.5L22 9.3l-5 4.9L18 21l-6-3.4L6 21l1-6.8-5-4.9 6.8-.8z"></path>
313
+ </svg>
314
+ </div>
315
+ <div>RATE ME 5 STARS</div>
316
+ </div>
317
+ <div class="modal-body">
318
+ <div>We are working very hard to give you the best free application. Your 5-star review is worth more than all money. Please write a nice review in Google Play to encourage me</div>
319
+
320
+ <div class="stars-row">
321
+ <div class="star-outline">★</div>
322
+ <div class="star-outline">★</div>
323
+ <div class="star-outline">★</div>
324
+ <div class="star-outline">★</div>
325
+ <div class="star-outline">★</div>
326
+ </div>
327
+ </div>
328
+ </div>
329
+
330
+ </div>
331
+ </body>
332
+ </html>
code/7028/7028_11.html ADDED
@@ -0,0 +1,363 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Email Inbox UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #ffffff;
13
+ }
14
+
15
+ /* Top app bar */
16
+ .appbar {
17
+ position: absolute;
18
+ top: 0;
19
+ left: 0;
20
+ width: 1080px;
21
+ height: 200px;
22
+ background: #2196F3;
23
+ color: #fff;
24
+ }
25
+ .status-row {
26
+ height: 70px;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ padding: 0 26px;
31
+ font-size: 32px;
32
+ opacity: 0.95;
33
+ }
34
+ .status-left { display: flex; align-items: center; gap: 18px; }
35
+ .status-right { display: flex; align-items: center; gap: 18px; }
36
+ .menu-row {
37
+ height: 130px;
38
+ display: flex;
39
+ align-items: center;
40
+ padding: 0 26px;
41
+ justify-content: space-between;
42
+ }
43
+ .menu-left { display: flex; align-items: center; gap: 28px; }
44
+ .menu-title {
45
+ font-size: 48px;
46
+ font-weight: 600;
47
+ }
48
+ .dropdown {
49
+ display: inline-flex;
50
+ align-items: center;
51
+ gap: 10px;
52
+ }
53
+ .search-btn svg, .hamburger svg { fill: #fff; }
54
+
55
+ /* List area */
56
+ .list {
57
+ position: absolute;
58
+ top: 200px;
59
+ left: 0;
60
+ width: 1080px;
61
+ height: 1980px;
62
+ overflow: hidden;
63
+ background: #fff;
64
+ }
65
+ .item {
66
+ display: flex;
67
+ padding: 28px 30px;
68
+ border-bottom: 1px solid #eee;
69
+ }
70
+ .avatar {
71
+ width: 110px;
72
+ height: 110px;
73
+ border-radius: 55px;
74
+ display: flex;
75
+ align-items: center;
76
+ justify-content: center;
77
+ font-weight: 700;
78
+ color: #fff;
79
+ font-size: 50px;
80
+ margin-right: 26px;
81
+ }
82
+ .avatar.orange { background: #F59C54; }
83
+ .avatar.blue { background: #1E88E5; }
84
+ .avatar.yellow { background: #E0B42E; }
85
+ .avatar.teal { background: #57A3C9; }
86
+ .avatar.purple { background: #9C6DD8; }
87
+
88
+ .content { flex: 1; }
89
+ .top-line {
90
+ display: flex;
91
+ align-items: center;
92
+ justify-content: space-between;
93
+ }
94
+ .sender {
95
+ display: flex;
96
+ align-items: center;
97
+ gap: 14px;
98
+ font-size: 40px;
99
+ font-weight: 700;
100
+ color: #1a1a1a;
101
+ }
102
+ .dot {
103
+ width: 16px;
104
+ height: 16px;
105
+ border-radius: 8px;
106
+ background: #1E88E5;
107
+ }
108
+ .time {
109
+ font-size: 32px;
110
+ font-weight: 700;
111
+ color: #1E88E5;
112
+ }
113
+ .subject {
114
+ font-size: 38px;
115
+ font-weight: 800;
116
+ margin-top: 8px;
117
+ color: #1a1a1a;
118
+ }
119
+ .snippet {
120
+ font-size: 32px;
121
+ color: #666;
122
+ margin-top: 6px;
123
+ }
124
+
125
+ /* Floating compose button */
126
+ .fab {
127
+ position: absolute;
128
+ right: 36px;
129
+ bottom: 190px;
130
+ width: 150px;
131
+ height: 150px;
132
+ border-radius: 75px;
133
+ background: #2196F3;
134
+ box-shadow: 0 8px 18px rgba(0,0,0,0.25);
135
+ display: flex;
136
+ align-items: center;
137
+ justify-content: center;
138
+ }
139
+ .fab svg { fill: #fff; width: 64px; height: 64px; }
140
+
141
+ /* Bottom navigation pill */
142
+ .nav-bar {
143
+ position: absolute;
144
+ left: 0;
145
+ bottom: 0;
146
+ width: 1080px;
147
+ height: 120px;
148
+ background: #000;
149
+ display: flex;
150
+ align-items: center;
151
+ justify-content: center;
152
+ }
153
+ .home-pill {
154
+ width: 280px;
155
+ height: 14px;
156
+ background: #fff;
157
+ border-radius: 7px;
158
+ opacity: 0.8;
159
+ }
160
+ </style>
161
+ </head>
162
+ <body>
163
+ <div id="render-target">
164
+
165
+ <!-- Top Blue App Bar -->
166
+ <div class="appbar">
167
+ <div class="status-row">
168
+ <div class="status-left">
169
+ <div>1:29</div>
170
+ <!-- simple mail icon placeholder -->
171
+ <div style="width:30px;height:30px;border-radius:4px;border:2px solid #fff;opacity:0.8;"></div>
172
+ <!-- lock icon -->
173
+ <svg width="28" height="28" viewBox="0 0 24 24">
174
+ <path fill="#fff" d="M12 1a5 5 0 015 5v3h1a2 2 0 012 2v8a2 2 0 01-2 2H6a2 2 0 01-2-2v-8a2 2 0 012-2h1V6a5 5 0 015-5zm3 8V6a3 3 0 10-6 0v3h6z"/>
175
+ </svg>
176
+ </div>
177
+ <div class="status-right">
178
+ <!-- wifi icon -->
179
+ <svg width="36" height="36" viewBox="0 0 24 24">
180
+ <path fill="#fff" d="M12 18l-2 2 2 2 2-2-2-2zm-7-7l2 2a9 9 0 0110 0l2-2C16 8 8 8 5 11zm-3-3l2 2c5-4 13-4 18 0l2-2C20 5 4 5 2 8z"/>
181
+ </svg>
182
+ <!-- battery icon -->
183
+ <svg width="36" height="36" viewBox="0 0 24 24">
184
+ <path fill="#fff" d="M16 4h2v2h1a2 2 0 012 2v8a2 2 0 01-2 2h-1v2h-2V4zM3 8a2 2 0 012-2h9a2 2 0 012 2v8a2 2 0 01-2 2H5a2 2 0 01-2-2V8zm2 0v8h9V8H5z"/>
185
+ </svg>
186
+ <div>100%</div>
187
+ </div>
188
+ </div>
189
+ <div class="menu-row">
190
+ <div class="menu-left">
191
+ <div class="hamburger">
192
+ <svg width="54" height="54" viewBox="0 0 24 24">
193
+ <path d="M3 6h18v2H3V6zm0 5h18v2H3v-2zm0 5h18v2H3v-2z"/>
194
+ </svg>
195
+ </div>
196
+ <div class="dropdown">
197
+ <div class="menu-title">Inbox</div>
198
+ <svg width="28" height="28" viewBox="0 0 24 24">
199
+ <path fill="#fff" d="M7 10l5 5 5-5H7z"/>
200
+ </svg>
201
+ </div>
202
+ </div>
203
+ <div class="search-btn">
204
+ <svg width="56" height="56" viewBox="0 0 24 24">
205
+ <path d="M15.5 14h-.79l-.28-.27A6.5 6.5 0 1015.5 14l4.99 5-1.5 1.5-5-4.99zm-6 0A4.5 4.5 0 1114 9.5 4.5 4.5 0 019.5 14z"/>
206
+ </svg>
207
+ </div>
208
+ </div>
209
+ </div>
210
+
211
+ <!-- Email List -->
212
+ <div class="list">
213
+ <div class="item">
214
+ <div class="avatar orange">C</div>
215
+ <div class="content">
216
+ <div class="top-line">
217
+ <div class="sender">
218
+ <div class="dot"></div>
219
+ <div>Cerebra Research</div>
220
+ </div>
221
+ <div class="time">12:54 PM</div>
222
+ </div>
223
+ <div class="subject">Fwd: OFFICIAL WEEKEND PARTY</div>
224
+ <div class="snippet">Get Outlook for Android From: Cerebra Research &lt;dbw…&gt;</div>
225
+ </div>
226
+ </div>
227
+
228
+ <div class="item">
229
+ <div class="avatar blue">C</div>
230
+ <div class="content">
231
+ <div class="top-line">
232
+ <div class="sender">
233
+ <div class="dot"></div>
234
+ <div>Cerebra Dbw</div>
235
+ </div>
236
+ <div class="time">10:50 AM</div>
237
+ </div>
238
+ <div class="subject">Re: Zoomba session</div>
239
+ <div class="snippet">We will be available in the Zoomba session. Get Outloo…</div>
240
+ </div>
241
+ </div>
242
+
243
+ <div class="item">
244
+ <div class="avatar orange">G</div>
245
+ <div class="content">
246
+ <div class="top-line">
247
+ <div class="sender">
248
+ <div class="dot"></div>
249
+ <div>Google</div>
250
+ </div>
251
+ <div class="time">10:28 AM</div>
252
+ </div>
253
+ <div class="subject">Security alert</div>
254
+ <div class="snippet">EasyMail - easy &amp; fast email was granted access to yo…</div>
255
+ </div>
256
+ </div>
257
+
258
+ <div class="item">
259
+ <div class="avatar orange">C</div>
260
+ <div class="content">
261
+ <div class="top-line">
262
+ <div class="sender">
263
+ <div class="dot"></div>
264
+ <div>Cerebra Research</div>
265
+ </div>
266
+ <div class="time">09:52 AM</div>
267
+ </div>
268
+ <div class="subject">Business meeting with the Clients</div>
269
+ <div class="snippet">We have a business meeting on August 30, 2023, so yo…</div>
270
+ </div>
271
+ </div>
272
+
273
+ <div class="item">
274
+ <div class="avatar orange">C</div>
275
+ <div class="content">
276
+ <div class="top-line">
277
+ <div class="sender">
278
+ <div class="dot"></div>
279
+ <div>Cerebra Research</div>
280
+ </div>
281
+ <div class="time">08:09 AM</div>
282
+ </div>
283
+ <div class="subject">M.O.M I Discussion on Multiple Judgments</div>
284
+ <div class="snippet">Task Overlay should be not in this type of video as it is…</div>
285
+ </div>
286
+ </div>
287
+
288
+ <div class="item">
289
+ <div class="avatar yellow">F</div>
290
+ <div class="content">
291
+ <div class="top-line">
292
+ <div class="sender">
293
+ <div class="dot"></div>
294
+ <div>FitOn</div>
295
+ </div>
296
+ <div class="time">06:00 AM</div>
297
+ </div>
298
+ <div class="subject">Shape up this summer with PRO 💪</div>
299
+ <div class="snippet">Upgrade today for 70% off.</div>
300
+ </div>
301
+ </div>
302
+
303
+ <div class="item">
304
+ <div class="avatar teal">F</div>
305
+ <div class="content">
306
+ <div class="top-line">
307
+ <div class="sender">
308
+ <div class="dot"></div>
309
+ <div>Flipboard 10 For Today</div>
310
+ </div>
311
+ <div class="time">03:09 AM</div>
312
+ </div>
313
+ <div class="subject">How toddlers are inspiring robot learning</div>
314
+ <div class="snippet">Flipboard Plus, 11 ways to level up your fried eggs. | Fol…</div>
315
+ </div>
316
+ </div>
317
+
318
+ <div class="item">
319
+ <div class="avatar orange">F</div>
320
+ <div class="content">
321
+ <div class="top-line">
322
+ <div class="sender">
323
+ <div class="dot"></div>
324
+ <div>Flipboard</div>
325
+ </div>
326
+ <div class="time">Yesterday</div>
327
+ </div>
328
+ <div class="subject">What's new on Flipboard: Stories from Politics, …</div>
329
+ <div class="snippet">Flipboard A daily roundup of highlights from your Flipb…</div>
330
+ </div>
331
+ </div>
332
+
333
+ <div class="item">
334
+ <div class="avatar purple">F</div>
335
+ <div class="content">
336
+ <div class="top-line">
337
+ <div class="sender">
338
+ <div class="dot"></div>
339
+ <div>Feedly</div>
340
+ </div>
341
+ <div class="time"></div>
342
+ </div>
343
+ <div class="subject">The top publications in your industry</div>
344
+ <div class="snippet">Email Bundles of sources for your industry…</div>
345
+ </div>
346
+ </div>
347
+ </div>
348
+
349
+ <!-- Floating Action Button -->
350
+ <div class="fab">
351
+ <svg viewBox="0 0 24 24">
352
+ <path d="M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04a1.003 1.003 0 000-1.42l-2.34-2.34a1.003 1.003 0 00-1.42 0l-1.83 1.83 3.75 3.75 1.84-1.82z"/>
353
+ </svg>
354
+ </div>
355
+
356
+ <!-- Bottom Navigation Bar -->
357
+ <div class="nav-bar">
358
+ <div class="home-pill"></div>
359
+ </div>
360
+
361
+ </div>
362
+ </body>
363
+ </html>
code/7028/7028_2.html ADDED
@@ -0,0 +1,147 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>Email Compose UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #ffffff;
13
+ }
14
+
15
+ /* Top app bar */
16
+ .appbar {
17
+ position: absolute;
18
+ top: 0;
19
+ left: 0;
20
+ width: 1080px;
21
+ height: 210px;
22
+ background: #2EA6E9;
23
+ color: #fff;
24
+ box-shadow: 0 2px 6px rgba(0,0,0,0.15);
25
+ }
26
+ .appbar .row {
27
+ position: absolute;
28
+ left: 36px;
29
+ right: 36px;
30
+ top: 90px;
31
+ height: 80px;
32
+ display: flex;
33
+ align-items: center;
34
+ justify-content: space-between;
35
+ }
36
+ .appbar .title {
37
+ font-size: 44px;
38
+ font-weight: 600;
39
+ letter-spacing: 0.2px;
40
+ }
41
+ .icon-btn {
42
+ width: 72px;
43
+ height: 72px;
44
+ display: flex;
45
+ align-items: center;
46
+ justify-content: center;
47
+ }
48
+ .icon {
49
+ width: 60px;
50
+ height: 60px;
51
+ }
52
+
53
+ /* Content area */
54
+ .content {
55
+ position: absolute;
56
+ top: 210px;
57
+ left: 0;
58
+ right: 0;
59
+ bottom: 0;
60
+ background: #fff;
61
+ }
62
+ .field {
63
+ padding: 28px 36px;
64
+ border-bottom: 2px solid #eee;
65
+ font-size: 40px;
66
+ color: #333;
67
+ }
68
+ .field.flex {
69
+ display: flex;
70
+ align-items: center;
71
+ justify-content: space-between;
72
+ }
73
+ .placeholder {
74
+ color: #8a8a8a;
75
+ }
76
+ .compose {
77
+ padding: 34px 36px;
78
+ font-size: 42px;
79
+ color: #444;
80
+ }
81
+ .signature {
82
+ padding: 10px 36px;
83
+ font-size: 40px;
84
+ color: #333;
85
+ }
86
+ .signature a {
87
+ color: #2EA6E9;
88
+ text-decoration: underline;
89
+ }
90
+
91
+ /* Bottom gesture bar indicator */
92
+ .gesture {
93
+ position: absolute;
94
+ bottom: 40px;
95
+ left: 50%;
96
+ transform: translateX(-50%);
97
+ width: 340px;
98
+ height: 14px;
99
+ background: #dcdcdc;
100
+ border-radius: 8px;
101
+ }
102
+ </style>
103
+ </head>
104
+ <body>
105
+ <div id="render-target">
106
+
107
+ <!-- Top App Bar -->
108
+ <div class="appbar">
109
+ <div class="row">
110
+ <div class="icon-btn" aria-label="Back">
111
+ <svg class="icon" viewBox="0 0 24 24">
112
+ <path d="M15 6L9 12l6 6" fill="none" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
113
+ </svg>
114
+ </div>
115
+ <div class="title">dbwscratch.test.id4@gmail.com</div>
116
+ <div class="icon-btn" aria-label="Send">
117
+ <svg class="icon" viewBox="0 0 24 24">
118
+ <path d="M3 20l18-8L3 4l3 7 9 1-9 1-3 7z" fill="#ffffff"/>
119
+ </svg>
120
+ </div>
121
+ </div>
122
+ </div>
123
+
124
+ <!-- Content -->
125
+ <div class="content">
126
+ <div class="field">To:</div>
127
+ <div class="field">Cc/Bcc:</div>
128
+ <div class="field flex">
129
+ <span>Subject:</span>
130
+ <svg viewBox="0 0 24 24" width="54" height="54">
131
+ <path d="M7 7l8-2c1.7-.4 3.3 1 3 2.7l-2 8c-.3 1.2-1.5 2-2.7 1.7l-8-2c-1.7-.4-2.1-2.6-.7-3.7l3.5-2.8" fill="none" stroke="#2EA6E9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
132
+ <path d="M9 15l-3 3" fill="none" stroke="#2EA6E9" stroke-width="2" stroke-linecap="round"/>
133
+ </svg>
134
+ </div>
135
+
136
+ <div class="compose placeholder">Compose email...</div>
137
+
138
+ <div class="signature">
139
+ --<br>
140
+ Sent from <a href="#">Easy.Mail</a> for mobile
141
+ </div>
142
+ </div>
143
+
144
+ <div class="gesture"></div>
145
+ </div>
146
+ </body>
147
+ </html>
code/7028/7028_3.html ADDED
@@ -0,0 +1,251 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>Email Compose UI</title>
5
+ <style>
6
+ body { margin:0; padding:0; background: transparent; font-family: Roboto, Arial, sans-serif; }
7
+ #render-target {
8
+ width:1080px; height:2400px; position:relative; overflow:hidden;
9
+ background:#ffffff;
10
+ border-radius:28px;
11
+ box-shadow:0 8px 24px rgba(0,0,0,0.15);
12
+ }
13
+
14
+ /* Top blue app bar (includes status bar) */
15
+ .appbar {
16
+ position:absolute; left:0; top:0; width:100%; height:220px;
17
+ background:#2aa6e5;
18
+ color:#fff;
19
+ }
20
+ .status {
21
+ height:80px; display:flex; align-items:center; justify-content:space-between;
22
+ padding:0 36px; font-size:34px; opacity:0.95;
23
+ }
24
+ .status-left, .status-right { display:flex; align-items:center; gap:22px; }
25
+ .appbar-main {
26
+ height:140px; display:flex; align-items:center;
27
+ padding:0 36px; gap:28px;
28
+ }
29
+ .app-title {
30
+ font-size:44px; font-weight:600;
31
+ color:#fff;
32
+ }
33
+ .spacer { flex:1; }
34
+ .icon-btn {
35
+ width:72px; height:72px; display:flex; align-items:center; justify-content:center;
36
+ }
37
+ .icon-btn svg { width:54px; height:54px; fill:#ffffff; }
38
+
39
+ /* Content area */
40
+ .content {
41
+ position:absolute; left:0; top:220px; width:100%; bottom:0; background:#fff;
42
+ }
43
+
44
+ .field {
45
+ padding:22px 36px 10px 36px;
46
+ border-bottom:1px solid #e6e6e6;
47
+ position:relative;
48
+ }
49
+ .field-label {
50
+ font-size:40px; color:#2d2d2d; margin-bottom:18px;
51
+ }
52
+ .input-line {
53
+ height:52px; border-bottom:2px solid #dcdcdc;
54
+ }
55
+ .plus-circle {
56
+ position:absolute; right:28px; top:32px; width:70px; height:70px;
57
+ border-radius:50%; border:2px solid #1aa0e0; display:flex; align-items:center; justify-content:center;
58
+ }
59
+ .plus-circle svg { width:36px; height:36px; stroke:#1aa0e0; fill:none; stroke-width:6; }
60
+
61
+ .attach {
62
+ position:absolute; right:36px; top:60px;
63
+ }
64
+ .attach svg { width:44px; height:44px; fill:#56a9e7; }
65
+
66
+ .compose {
67
+ padding:40px 36px;
68
+ }
69
+ .placeholder {
70
+ font-size:42px; color:#8a8a8a; margin-bottom:40px;
71
+ }
72
+ .signature {
73
+ font-size:38px; color:#3b3b3b; line-height:1.55;
74
+ }
75
+ .link {
76
+ color:#239eea; text-decoration:underline;
77
+ }
78
+
79
+ /* Keyboard mock */
80
+ .keyboard {
81
+ position:absolute; left:0; bottom:84px; width:100%; height:880px;
82
+ background:#0f1416; color:#e8edf0; border-top-left-radius:22px; border-top-right-radius:22px;
83
+ box-shadow:0 -8px 14px rgba(0,0,0,0.3);
84
+ }
85
+ .kb-tools {
86
+ display:flex; align-items:center; gap:36px;
87
+ padding:26px 32px; border-bottom:1px solid rgba(255,255,255,0.06);
88
+ }
89
+ .tool-icon {
90
+ width:72px; height:72px; border-radius:16px; background:#141b1e;
91
+ display:flex; align-items:center; justify-content:center;
92
+ border:1px solid rgba(255,255,255,0.06);
93
+ }
94
+ .tool-icon svg { width:40px; height:40px; fill:#cad3d8; }
95
+
96
+ .kb-rows { padding:18px 22px; }
97
+ .kb-row { display:flex; justify-content:space-between; margin:18px 0; }
98
+ .key {
99
+ width:86px; height:120px; background:#1a2125; border-radius:18px;
100
+ display:flex; align-items:center; justify-content:center;
101
+ font-size:48px; color:#dbe3e8; border:1px solid rgba(255,255,255,0.06);
102
+ }
103
+ .key.wide { width:140px; }
104
+ .key.space { flex:1; margin:0 18px; }
105
+ .key.green {
106
+ background:#59e0b6; color:#0e251d; border: none;
107
+ }
108
+
109
+ /* Bottom gesture bar */
110
+ .gesture-bar {
111
+ position:absolute; left:0; bottom:24px; width:100%;
112
+ display:flex; justify-content:center;
113
+ }
114
+ .home-pill {
115
+ width:420px; height:16px; background:#ffffff; border-radius:12px; opacity:0.85;
116
+ }
117
+ </style>
118
+ </head>
119
+ <body>
120
+ <div id="render-target">
121
+
122
+ <!-- Top app bar -->
123
+ <div class="appbar">
124
+ <div class="status">
125
+ <div class="status-left">
126
+ <div>1:24</div>
127
+ <div>📧</div>
128
+ <div>🔒</div>
129
+ </div>
130
+ <div class="status-right">
131
+ <div>📶</div>
132
+ <div>🔋 100%</div>
133
+ </div>
134
+ </div>
135
+ <div class="appbar-main">
136
+ <!-- Back arrow -->
137
+ <div class="icon-btn">
138
+ <svg viewBox="0 0 24 24">
139
+ <path d="M15.5 19l-7-7 7-7" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
140
+ </svg>
141
+ </div>
142
+ <div class="app-title">dbwscratch.test.id4@gmail.com</div>
143
+ <div class="spacer"></div>
144
+ <!-- Send (paper plane) -->
145
+ <div class="icon-btn">
146
+ <svg viewBox="0 0 24 24">
147
+ <path d="M2 21l20-9L2 3l5 8-5 10z" />
148
+ </svg>
149
+ </div>
150
+ </div>
151
+ </div>
152
+
153
+ <!-- Content -->
154
+ <div class="content">
155
+ <!-- To -->
156
+ <div class="field">
157
+ <div class="field-label">To:</div>
158
+ <div class="input-line"></div>
159
+ <div class="plus-circle" title="Add recipient">
160
+ <svg viewBox="0 0 24 24">
161
+ <path d="M12 5v14M5 12h14"/>
162
+ </svg>
163
+ </div>
164
+ </div>
165
+ <!-- Cc/Bcc -->
166
+ <div class="field">
167
+ <div class="field-label">Cc/Bcc:</div>
168
+ <div class="input-line"></div>
169
+ </div>
170
+ <!-- Subject -->
171
+ <div class="field">
172
+ <div class="field-label">Subject:</div>
173
+ <div class="input-line"></div>
174
+ <div class="attach">
175
+ <svg viewBox="0 0 24 24">
176
+ <path d="M7 13l7-7a4 4 0 015.7 5.6l-8.4 8.5a6 6 0 01-8.5-8.4l7-7" fill="none" stroke="#56a9e7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
177
+ </svg>
178
+ </div>
179
+ </div>
180
+
181
+ <!-- Compose area -->
182
+ <div class="compose">
183
+ <div class="placeholder">Compose email...</div>
184
+ <div class="signature">
185
+ --<br>
186
+ Sent from <span class="link">Easy.Mail</span> for mobile
187
+ </div>
188
+ </div>
189
+ </div>
190
+
191
+ <!-- Keyboard -->
192
+ <div class="keyboard">
193
+ <div class="kb-tools">
194
+ <div class="tool-icon">
195
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9"/></svg>
196
+ </div>
197
+ <div class="tool-icon">
198
+ <svg viewBox="0 0 24 24"><text x="4" y="16" font-size="12" fill="#cad3d8">GIF</text></svg>
199
+ </div>
200
+ <div class="tool-icon">
201
+ <svg viewBox="0 0 24 24"><path d="M12 4v16M4 12h16" fill="none" stroke="#cad3d8" stroke-width="2"/></svg>
202
+ </div>
203
+ <div class="tool-icon">
204
+ <svg viewBox="0 0 24 24"><path d="M7 17h10v-2H7zm0-4h10v-2H7zm0-4h10V7H7z"/></svg>
205
+ </div>
206
+ <div class="tool-icon">
207
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9"/><path d="M12 7v10M7 12h10" fill="none" stroke="#0f1416" stroke-width="2"/></svg>
208
+ </div>
209
+ <div class="spacer"></div>
210
+ <div class="tool-icon">
211
+ <svg viewBox="0 0 24 24"><path d="M12 18a4 4 0 004-4V8a4 4 0 10-8 0v6a4 4 0 004 4z" fill="#cad3d8"/></svg>
212
+ </div>
213
+ </div>
214
+
215
+ <div class="kb-rows">
216
+ <!-- Row 1 -->
217
+ <div class="kb-row">
218
+ <div class="key">q</div><div class="key">w</div><div class="key">e</div><div class="key">r</div><div class="key">t</div>
219
+ <div class="key">y</div><div class="key">u</div><div class="key">i</div><div class="key">o</div><div class="key">p</div>
220
+ </div>
221
+ <!-- Row 2 -->
222
+ <div class="kb-row">
223
+ <div class="key">a</div><div class="key">s</div><div class="key">d</div><div class="key">f</div><div class="key">g</div>
224
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
225
+ </div>
226
+ <!-- Row 3 -->
227
+ <div class="kb-row">
228
+ <div class="key wide">⇧</div>
229
+ <div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div><div class="key">b</div><div class="key">n</div><div class="key">m</div>
230
+ <div class="key wide">⌫</div>
231
+ </div>
232
+ <!-- Row 4 -->
233
+ <div class="kb-row">
234
+ <div class="key wide">?123</div>
235
+ <div class="key wide">,</div>
236
+ <div class="key wide">☺</div>
237
+ <div class="key space"></div>
238
+ <div class="key">.</div>
239
+ <div class="key green wide">✓</div>
240
+ </div>
241
+ </div>
242
+ </div>
243
+
244
+ <!-- Gesture bar -->
245
+ <div class="gesture-bar">
246
+ <div class="home-pill"></div>
247
+ </div>
248
+
249
+ </div>
250
+ </body>
251
+ </html>
code/7028/7028_4.html ADDED
@@ -0,0 +1,344 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Email Compose UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: "Helvetica Neue", Arial, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #ffffff;
13
+ }
14
+
15
+ /* Top app bar */
16
+ .app-bar {
17
+ position: absolute;
18
+ top: 0;
19
+ left: 0;
20
+ width: 1080px;
21
+ height: 260px;
22
+ background: #2EA7E8;
23
+ color: #fff;
24
+ }
25
+ .status-row {
26
+ height: 90px;
27
+ display: flex;
28
+ align-items: center;
29
+ padding: 0 30px;
30
+ font-size: 34px;
31
+ opacity: 0.95;
32
+ }
33
+ .status-row .spacer { flex: 1; }
34
+ .title-row {
35
+ height: 170px;
36
+ display: flex;
37
+ align-items: center;
38
+ padding: 0 26px;
39
+ }
40
+ .title-text {
41
+ flex: 1;
42
+ text-align: left;
43
+ font-size: 44px;
44
+ font-weight: 600;
45
+ letter-spacing: -0.5px;
46
+ }
47
+ .icon-btn {
48
+ width: 90px;
49
+ height: 90px;
50
+ display: flex;
51
+ align-items: center;
52
+ justify-content: center;
53
+ }
54
+
55
+ /* Fields */
56
+ .content {
57
+ position: absolute;
58
+ top: 260px;
59
+ left: 0;
60
+ width: 1080px;
61
+ height: 1240px;
62
+ background: #fff;
63
+ }
64
+ .field {
65
+ display: flex;
66
+ align-items: center;
67
+ padding: 30px 36px;
68
+ border-bottom: 1px solid #e6e6e6;
69
+ font-size: 38px;
70
+ color: #333;
71
+ }
72
+ .field .label {
73
+ width: 160px;
74
+ color: #666;
75
+ }
76
+ .field .value {
77
+ flex: 1;
78
+ color: #1a1a1a;
79
+ }
80
+ .plus-btn {
81
+ width: 70px;
82
+ height: 70px;
83
+ border-radius: 12px;
84
+ background: #2EA7E8;
85
+ display: flex;
86
+ align-items: center;
87
+ justify-content: center;
88
+ }
89
+ .attach {
90
+ position: absolute;
91
+ right: 36px;
92
+ top: 520px; /* aligned with Subject row */
93
+ width: 50px;
94
+ height: 50px;
95
+ }
96
+
97
+ .compose-area {
98
+ padding: 40px 36px;
99
+ font-size: 40px;
100
+ color: #9aa0a6;
101
+ }
102
+ .signature {
103
+ padding: 10px 36px 0 36px;
104
+ font-size: 40px;
105
+ color: #222;
106
+ }
107
+ .signature a {
108
+ color: #1e88e5;
109
+ text-decoration: none;
110
+ }
111
+
112
+ /* Suggestion overlay */
113
+ .suggestion {
114
+ position: absolute;
115
+ top: 410px;
116
+ left: 80px;
117
+ width: 920px;
118
+ height: 220px;
119
+ background: #fff;
120
+ border-radius: 6px;
121
+ box-shadow: 0 6px 16px rgba(0,0,0,0.18);
122
+ border: 1px solid #e0e0e0;
123
+ display: flex;
124
+ align-items: center;
125
+ padding: 30px;
126
+ }
127
+ .avatar {
128
+ width: 110px;
129
+ height: 110px;
130
+ border-radius: 55px;
131
+ background: #F59E6B;
132
+ color: #fff;
133
+ font-weight: 700;
134
+ display: flex;
135
+ align-items: center;
136
+ justify-content: center;
137
+ font-size: 52px;
138
+ margin-right: 26px;
139
+ }
140
+ .suggestion .name {
141
+ font-size: 40px;
142
+ font-weight: 700;
143
+ color: #222;
144
+ }
145
+ .suggestion .email {
146
+ font-size: 34px;
147
+ color: #666;
148
+ margin-top: 6px;
149
+ }
150
+
151
+ /* Keyboard */
152
+ .keyboard {
153
+ position: absolute;
154
+ left: 0;
155
+ bottom: 0;
156
+ width: 1080px;
157
+ height: 900px;
158
+ background: #12171B;
159
+ color: #dfe3e7;
160
+ box-shadow: 0 -8px 18px rgba(0,0,0,0.3);
161
+ }
162
+ .kb-top-tools {
163
+ height: 110px;
164
+ display: flex;
165
+ align-items: center;
166
+ padding: 0 28px;
167
+ gap: 36px;
168
+ color: #cdd4da;
169
+ font-size: 36px;
170
+ }
171
+ .kb-rows {
172
+ padding: 14px 18px 0 18px;
173
+ }
174
+ .key-row {
175
+ display: flex;
176
+ gap: 18px;
177
+ margin-bottom: 26px;
178
+ justify-content: space-between;
179
+ }
180
+ .key {
181
+ height: 120px;
182
+ flex: 1;
183
+ background: #1A1F23;
184
+ border-radius: 22px;
185
+ display: flex;
186
+ align-items: center;
187
+ justify-content: center;
188
+ font-size: 52px;
189
+ color: #dbe1e6;
190
+ }
191
+ .key.small { flex: 0 0 90px; }
192
+ .key.medium { flex: 0 0 140px; }
193
+ .key.wide { flex: 0 0 240px; }
194
+ .key.space { flex: 1 1 auto; height: 120px; }
195
+ .key.green {
196
+ background: #61D4A9;
197
+ color: #0a0e11;
198
+ font-weight: 700;
199
+ }
200
+ .kb-bottom {
201
+ display: flex;
202
+ align-items: center;
203
+ gap: 18px;
204
+ padding: 0 18px;
205
+ margin-top: 8px;
206
+ }
207
+ .home-indicator {
208
+ position: absolute;
209
+ bottom: 24px;
210
+ left: 50%;
211
+ transform: translateX(-50%);
212
+ width: 520px;
213
+ height: 10px;
214
+ background: #ffffff;
215
+ border-radius: 8px;
216
+ opacity: 0.9;
217
+ }
218
+
219
+ /* Simple icons */
220
+ .svg-icon { width: 56px; height: 56px; }
221
+ </style>
222
+ </head>
223
+ <body>
224
+ <div id="render-target">
225
+
226
+ <!-- App bar -->
227
+ <div class="app-bar">
228
+ <div class="status-row">
229
+ <div>1:25</div>
230
+ <div class="spacer"></div>
231
+ <div style="display:flex; align-items:center; gap:16px;">
232
+ <span>100%</span>
233
+ <!-- battery outline -->
234
+ <svg class="svg-icon" viewBox="0 0 24 24" fill="none">
235
+ <rect x="2" y="5" width="18" height="14" rx="2" stroke="#fff" stroke-width="2"/>
236
+ <rect x="20" y="9" width="2" height="6" fill="#fff"/>
237
+ <rect x="4" y="7" width="14" height="10" fill="#fff"/>
238
+ </svg>
239
+ </div>
240
+ </div>
241
+ <div class="title-row">
242
+ <!-- back arrow -->
243
+ <div class="icon-btn">
244
+ <svg class="svg-icon" viewBox="0 0 24 24" fill="#fff">
245
+ <path d="M15.5 19L8.5 12l7-7v14z"/>
246
+ </svg>
247
+ </div>
248
+ <div class="title-text">dbwscratch.test.id4@gmail.com</div>
249
+ <!-- send (paper plane) -->
250
+ <div class="icon-btn">
251
+ <svg class="svg-icon" viewBox="0 0 24 24" fill="#fff">
252
+ <path d="M3 20l18-8L3 4l4 6 7 2-7 2-4 6z"/>
253
+ </svg>
254
+ </div>
255
+ </div>
256
+ </div>
257
+
258
+ <!-- Content area -->
259
+ <div class="content">
260
+ <div class="field">
261
+ <div class="label">To:</div>
262
+ <div class="value">dbwscratch.test.id8@gmail.com</div>
263
+ <div class="plus-btn">
264
+ <svg class="svg-icon" viewBox="0 0 24 24" fill="#fff">
265
+ <path d="M11 5h2v6h6v2h-6v6h-2v-6H5v-2h6V5z"/>
266
+ </svg>
267
+ </div>
268
+ </div>
269
+
270
+ <!-- Suggestion overlay card -->
271
+ <div class="suggestion">
272
+ <div class="avatar">C</div>
273
+ <div>
274
+ <div class="name">Cerebra Research</div>
275
+ <div class="email">dbwscratch.test.id8@gmail.com</div>
276
+ </div>
277
+ </div>
278
+
279
+ <div class="field">
280
+ <div class="label">Cc/Bcc:</div>
281
+ <div class="value"></div>
282
+ </div>
283
+
284
+ <div class="field" style="position: relative;">
285
+ <div class="label">Subject:</div>
286
+ <div class="value"></div>
287
+ </div>
288
+
289
+ <!-- Attachment icon to the right of Subject -->
290
+ <div class="attach">
291
+ <svg viewBox="0 0 24 24" fill="#2EA7E8">
292
+ <path d="M7 13.5l6.6-6.6a3.5 3.5 0 115 5L11.5 19a5.5 5.5 0 11-7.8-7.8l8.1-8.1 1.4 1.4-8.1 8.1a3.5 3.5 0 104.9 4.9l7.1-7.1a1.5 1.5 0 10-2.1-2.1L7 11.1V13.5z"/>
293
+ </svg>
294
+ </div>
295
+
296
+ <div class="compose-area">Compose email...</div>
297
+
298
+ <div class="signature">--</div>
299
+ <div class="signature">Sent from <a href="#">Easy.Mail</a> for mobile</div>
300
+ </div>
301
+
302
+ <!-- Keyboard -->
303
+ <div class="keyboard">
304
+ <div class="kb-top-tools">
305
+ <span style="width:42px;height:42px;border:2px solid #cdd4da;border-radius:8px;display:inline-block;"></span>
306
+ <span>😊</span>
307
+ <span>GIF</span>
308
+ <span>⚙️</span>
309
+ <span style="display:flex;align-items:center;gap:6px;">G<svg class="svg-icon" viewBox="0 0 24 24" fill="#cdd4da"><path d="M12 3l9 9-9 9-9-9 9-9z"/></svg></span>
310
+ <span>🎨</span>
311
+ <div style="margin-left:auto;display:flex;align-items:center;gap:20px;">
312
+ <svg class="svg-icon" viewBox="0 0 24 24" fill="#cdd4da"><path d="M12 3a4 4 0 014 4v3h3a4 4 0 110 8h-3v3a4 4 0 11-8 0v-3H5a4 4 0 110-8h3V7a4 4 0 014-4z"/></svg>
313
+ </div>
314
+ </div>
315
+
316
+ <div class="kb-rows">
317
+ <div class="key-row">
318
+ <div class="key">q</div><div class="key">w</div><div class="key">e</div><div class="key">r</div><div class="key">t</div>
319
+ <div class="key">y</div><div class="key">u</div><div class="key">i</div><div class="key">o</div><div class="key">p</div>
320
+ </div>
321
+ <div class="key-row">
322
+ <div class="key">a</div><div class="key">s</div><div class="key">d</div><div class="key">f</div><div class="key">g</div>
323
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
324
+ </div>
325
+ <div class="key-row">
326
+ <div class="key wide">⇧</div>
327
+ <div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div><div class="key">b</div><div class="key">n</div><div class="key">m</div>
328
+ <div class="key wide">⌫</div>
329
+ </div>
330
+ <div class="kb-bottom">
331
+ <div class="key wide green">?123</div>
332
+ <div class="key medium">,</div>
333
+ <div class="key medium">☺</div>
334
+ <div class="key space"> </div>
335
+ <div class="key medium">.</div>
336
+ <div class="key wide green">✔</div>
337
+ </div>
338
+ </div>
339
+ <div class="home-indicator"></div>
340
+ </div>
341
+
342
+ </div>
343
+ </body>
344
+ </html>
code/7028/7028_5.html ADDED
@@ -0,0 +1,225 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Email Compose UI - Mock</title>
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
10
+ background: #ffffff;
11
+ }
12
+
13
+ /* Top blue app bar */
14
+ .appbar {
15
+ position: absolute; left: 0; top: 0; width: 100%; height: 230px;
16
+ background: #37A6D8;
17
+ color: #fff;
18
+ }
19
+ .status-row {
20
+ height: 80px; display: flex; align-items: center; justify-content: space-between;
21
+ padding: 0 26px; font-size: 34px; opacity: 0.95;
22
+ }
23
+ .status-right { display: flex; align-items: center; gap: 22px; }
24
+ .toolbar {
25
+ height: 150px; display: flex; align-items: center;
26
+ padding: 0 26px; gap: 24px;
27
+ }
28
+ .email-title {
29
+ font-size: 44px; font-weight: 600; letter-spacing: 0.3px; white-space: nowrap;
30
+ }
31
+ .icon-btn { width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; }
32
+ .icon-btn svg { width: 52px; height: 52px; fill: #fff; }
33
+
34
+ /* Fields */
35
+ .content { position: absolute; left: 0; top: 230px; width: 100%; }
36
+ .row {
37
+ height: 150px; display: flex; align-items: center;
38
+ padding: 0 30px; font-size: 42px; color: #222;
39
+ border-bottom: 1px solid #e6e6e6;
40
+ }
41
+ .row.small { height: 120px; font-size: 40px; color: #707070; }
42
+ .label { width: 150px; color: #616161; }
43
+ .to-chip-wrap { flex: 1; display: flex; align-items: center; gap: 12px; }
44
+ .to-chip {
45
+ display: inline-flex; align-items: center; gap: 18px;
46
+ background: #EDEDED; border-radius: 36px; padding: 14px 22px;
47
+ border: 1px solid #D9D9D9; color: #000; font-size: 40px;
48
+ }
49
+ .avatar {
50
+ width: 66px; height: 66px; border-radius: 50%;
51
+ background: #F6A36A; display: flex; align-items: center; justify-content: center;
52
+ color: #fff; font-weight: 700; font-size: 36px;
53
+ }
54
+ .plus-icon { width: 70px; height: 70px; display: flex; align-items: center; justify-content: center; margin-left: 8px; }
55
+ .plus-icon svg { width: 54px; height: 54px; fill: #37A6D8; }
56
+
57
+ .paperclip { margin-left: auto; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; }
58
+ .paperclip svg { width: 46px; height: 46px; fill: #37A6D8; opacity: 0.9; }
59
+
60
+ /* Compose body */
61
+ .compose {
62
+ padding: 28px 30px 0 30px; color: #222; font-size: 48px; line-height: 1.6;
63
+ height: 800px;
64
+ }
65
+ .placeholder { color: #777; }
66
+ .signature { margin-top: 36px; font-size: 44px; color: #000; }
67
+ .signature a { color: #29C1E7; text-decoration: underline; }
68
+
69
+ /* Keyboard */
70
+ .keyboard {
71
+ position: absolute; bottom: 0; left: 0; width: 100%; height: 950px;
72
+ background: #0F1517; color: #fff; box-shadow: 0 -8px 16px rgba(0,0,0,0.3);
73
+ }
74
+ .kb-suggest {
75
+ height: 100px; display: flex; align-items: center; justify-content: space-between;
76
+ padding: 0 30px; font-size: 44px; color: #9EA4A7; border-bottom: 1px solid #202325;
77
+ }
78
+ .kb-suggest .center { letter-spacing: 6px; }
79
+ .kb-mic { width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; }
80
+ .kb-mic svg { width: 40px; height: 40px; fill: #9EA4A7; }
81
+
82
+ .kb-row { display: flex; gap: 16px; padding: 28px; }
83
+ .key {
84
+ flex: 1; height: 120px; border-radius: 22px; background: #212629;
85
+ display: flex; align-items: center; justify-content: center; font-size: 48px;
86
+ color: #E8E9EA; box-shadow: inset 0 -2px 0 rgba(255,255,255,0.06);
87
+ }
88
+ .key.small { flex: 0 0 88px; }
89
+ .key.medium { flex: 0 0 110px; }
90
+ .key.large { flex: 0 0 180px; }
91
+ .space { flex: 1.9; }
92
+ .right-icon { background: #2C3134; }
93
+ .enter {
94
+ flex: 0 0 160px; border-radius: 60px; background: #55DFA8; color: #0B1A13; font-weight: 700;
95
+ }
96
+
97
+ /* Status bar icons */
98
+ .wifi svg, .battery svg, .mail svg { fill: #fff; width: 38px; height: 38px; }
99
+ .battery { display: flex; align-items: center; gap: 8px; }
100
+ .battery .pct { font-size: 34px; }
101
+ </style>
102
+ </head>
103
+ <body>
104
+ <div id="render-target">
105
+
106
+ <!-- Blue App Bar -->
107
+ <div class="appbar">
108
+ <div class="status-row">
109
+ <div>1:25</div>
110
+ <div class="status-right">
111
+ <div class="mail">
112
+ <svg viewBox="0 0 24 24"><path d="M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4-8 5L4 8V6l8 5 8-5v2z"/></svg>
113
+ </div>
114
+ <div class="wifi">
115
+ <svg viewBox="0 0 24 24"><path d="M12 18c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm-6.6-6.6 1.4 1.4C8.4 11.2 10.2 10.5 12 10.5s3.6.7 5.2 2.3l1.4-1.4C16.7 9.2 14.4 8.5 12 8.5s-4.7.7-6.6 2.9zM2 8l1.4 1.4C5.7 7.2 8.7 6 12 6s6.3 1.2 8.6 3.4L22 8C18.9 5.4 15.6 4 12 4S5.1 5.4 2 8z"/></svg>
116
+ </div>
117
+ <div class="battery">
118
+ <svg viewBox="0 0 24 24"><path d="M16 6h2c1.1 0 2 .9 2 2v8c0 1.1-.9 2-2 2h-2v2h-2v-2H6c-1.1 0-2-.9-2-2V8c0-1.1.9-2 2-2h10zM6 8v8h12V8H6z"/></svg>
119
+ <div class="pct">100%</div>
120
+ </div>
121
+ </div>
122
+ </div>
123
+
124
+ <div class="toolbar">
125
+ <div class="icon-btn">
126
+ <svg viewBox="0 0 24 24"><path d="M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12z"/></svg>
127
+ </div>
128
+ <div class="email-title">dbwscratch.test.id4@gmail.com</div>
129
+ <div style="margin-left:auto" class="icon-btn">
130
+ <svg viewBox="0 0 24 24"><path d="M2 21l21-9-21-9v7l15 2-15 2v7z"/></svg>
131
+ </div>
132
+ </div>
133
+ </div>
134
+
135
+ <!-- Content -->
136
+ <div class="content">
137
+ <!-- To row -->
138
+ <div class="row">
139
+ <div class="label">To:</div>
140
+ <div class="to-chip-wrap">
141
+ <div class="to-chip">
142
+ <div class="avatar">C</div>
143
+ <div>Cerebra Research</div>
144
+ </div>
145
+ </div>
146
+ <div class="plus-icon">
147
+ <svg viewBox="0 0 24 24"><path d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2h6z"/></svg>
148
+ </div>
149
+ </div>
150
+
151
+ <!-- CC/BCC -->
152
+ <div class="row small">
153
+ <div class="label">Cc/Bcc:</div>
154
+ </div>
155
+
156
+ <!-- Subject -->
157
+ <div class="row">
158
+ <div class="label">Subject:</div>
159
+ <div class="paperclip">
160
+ <svg viewBox="0 0 24 24"><path d="M17.5 6.5a4.5 4.5 0 0 0-6.36 0L4 13.64a4.5 4.5 0 0 0 6.36 6.36L18.9 11.46a2.5 2.5 0 1 0-3.54-3.54L8.83 14.46a.5.5 0 1 0 .71.71l6.53-6.53a1.5 1.5 0 1 1 2.12 2.12L10.66 18.29a3.5 3.5 0 0 1-4.95-4.95l7.14-7.14a3.5 3.5 0 0 1 4.95 4.95l-7.78 7.78"/></svg>
161
+ </div>
162
+ </div>
163
+
164
+ <!-- Compose area -->
165
+ <div class="compose">
166
+ <div class="placeholder">Compose email...</div>
167
+
168
+ <div class="signature">
169
+ --<br>
170
+ Sent from <a href="#">Easy.Mail</a> for mobile
171
+ </div>
172
+ </div>
173
+ </div>
174
+
175
+ <!-- Attachment Placeholder (for guideline rule about images, not visible here) -->
176
+ <div style="position:absolute; right:28px; top:970px; display:none;">
177
+ <div style="width:120px; height:120px; background:#E0E0E0; border:1px solid #BDBDBD; display:flex; align-items:center; justify-content:center; color:#757575;">[IMG: Attachment]</div>
178
+ </div>
179
+
180
+ <!-- Keyboard -->
181
+ <div class="keyboard">
182
+ <div class="kb-suggest">
183
+ <div>a</div>
184
+ <div class="center">I</div>
185
+ <div>you</div>
186
+ <div class="kb-mic">
187
+ <svg viewBox="0 0 24 24"><path d="M12 14a3 3 0 0 0 3-3V5a3 3 0 0 0-6 0v6a3 3 0 0 0 3 3zm5-3a5 5 0 0 1-10 0H5a7 7 0 0 0 6 6.92V21h2v-3.08A7 7 0 0 0 19 11h-2z"/></svg>
188
+ </div>
189
+ </div>
190
+
191
+ <!-- qwerty row -->
192
+ <div class="kb-row">
193
+ <div class="key">q</div><div class="key">w</div><div class="key">e</div><div class="key">r</div><div class="key">t</div>
194
+ <div class="key">y</div><div class="key">u</div><div class="key">i</div><div class="key">o</div><div class="key">p</div>
195
+ </div>
196
+
197
+ <!-- asdf row -->
198
+ <div class="kb-row">
199
+ <div class="key">a</div><div class="key">s</div><div class="key">d</div><div class="key">f</div><div class="key">g</div>
200
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
201
+ </div>
202
+
203
+ <!-- zxc row -->
204
+ <div class="kb-row">
205
+ <div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div><div class="key">b</div>
206
+ <div class="key">n</div><div class="key">m</div>
207
+ <div class="key right-icon" style="flex:0 0 130px;">
208
+ <svg viewBox="0 0 24 24"><path fill="#E8E9EA" d="M6 19l8.5-8.5L6 2l2-2 11 11-11 11-2-2z"/></svg>
209
+ </div>
210
+ </div>
211
+
212
+ <!-- bottom row -->
213
+ <div class="kb-row" style="padding-top: 8px;">
214
+ <div class="key medium" style="background:#2B2F32;">?123</div>
215
+ <div class="key medium" style="background:#2B2F32">,</div>
216
+ <div class="key medium" style="background:#2B2F32">😊</div>
217
+ <div class="key space"> </div>
218
+ <div class="key medium" style="background:#2B2F32">.</div>
219
+ <div class="enter">✓</div>
220
+ </div>
221
+ </div>
222
+
223
+ </div>
224
+ </body>
225
+ </html>
code/7028/7028_6.html ADDED
@@ -0,0 +1,199 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Email Compose UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, sans-serif; }
7
+ #render-target {
8
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
9
+ background: #ffffff; border-radius: 0;
10
+ }
11
+
12
+ /* Header / App bar */
13
+ .appbar {
14
+ position: absolute; left: 0; top: 0; width: 1080px; height: 220px;
15
+ background: #3aa6e8;
16
+ color: #fff;
17
+ }
18
+ .status {
19
+ height: 70px; display: flex; align-items: center; justify-content: space-between;
20
+ padding: 0 28px; font-size: 32px; opacity: 0.95;
21
+ }
22
+ .status .right { display: flex; gap: 22px; align-items: center; }
23
+ .titlebar {
24
+ height: 150px; display: flex; align-items: center; justify-content: space-between;
25
+ padding: 0 24px;
26
+ }
27
+ .back, .send {
28
+ width: 100px; height: 100px; border: none; background: transparent; padding: 0; cursor: default;
29
+ }
30
+ .email {
31
+ color: #fff; font-size: 44px; font-weight: 600;
32
+ }
33
+ .icon { width: 72px; height: 72px; }
34
+
35
+ /* Content area */
36
+ .content {
37
+ position: absolute; top: 220px; left: 0; right: 0; bottom: 900px; /* leave space for keyboard */
38
+ background: #fff;
39
+ }
40
+
41
+ .row {
42
+ display: flex; align-items: center;
43
+ padding: 30px 30px; border-bottom: 1px solid #e5e5e5;
44
+ font-size: 38px; color: #555;
45
+ }
46
+ .label {
47
+ width: 170px; color: #666; font-size: 40px;
48
+ }
49
+ .chip {
50
+ display: inline-flex; align-items: center; gap: 18px;
51
+ background: #f0f0f0; border: 1px solid #ddd; border-radius: 60px;
52
+ padding: 10px 24px;
53
+ color: #333; font-size: 38px;
54
+ }
55
+ .avatar {
56
+ width: 64px; height: 64px; border-radius: 50%;
57
+ background: #ff9f43; color: #fff; display: flex; align-items: center; justify-content: center;
58
+ font-weight: 700; font-size: 36px;
59
+ }
60
+ .subject-row { position: relative; }
61
+ .attach {
62
+ position: absolute; right: 34px; top: 50%; transform: translateY(-50%);
63
+ }
64
+
65
+ .compose {
66
+ padding: 34px; font-size: 42px; color: #333; line-height: 1.5;
67
+ }
68
+ .muted { color: #7a7a7a; }
69
+ .link { color: #2ea6ff; text-decoration: underline; }
70
+
71
+ /* Keyboard */
72
+ .keyboard {
73
+ position: absolute; left: 0; bottom: 0; width: 1080px; height: 900px;
74
+ background: #12171a; color: #e5e5e5; border-top: 1px solid #222;
75
+ box-sizing: border-box;
76
+ }
77
+ .kbd-top {
78
+ height: 120px; display: flex; align-items: center; justify-content: space-between;
79
+ padding: 0 40px; font-size: 40px;
80
+ }
81
+ .kbd-top .tool {
82
+ width: 90px; height: 90px; background: #0f1316; border-radius: 20px; border: 1px solid #1f262a;
83
+ display: flex; align-items: center; justify-content: center;
84
+ }
85
+ .keyboard-rows { padding: 10px 22px; }
86
+ .row-keys {
87
+ display: flex; justify-content: space-between; margin: 14px 0;
88
+ }
89
+ .key {
90
+ width: 92px; height: 120px; background: #1a2024; border-radius: 22px; border: 1px solid #2a3237;
91
+ display: flex; align-items: center; justify-content: center; font-size: 54px; color: #cfd4d8;
92
+ }
93
+ .key.wide { width: 180px; }
94
+ .space { flex: 1; height: 120px; background: #1a2024; border: 1px solid #2a3237; border-radius: 26px; margin: 0 12px; }
95
+ .return { width: 160px; }
96
+ </style>
97
+ </head>
98
+ <body>
99
+ <div id="render-target">
100
+
101
+ <!-- App Bar -->
102
+ <div class="appbar">
103
+ <div class="status">
104
+ <div>1:26</div>
105
+ <div class="right">
106
+ <div>📶</div>
107
+ <div>🔋 100%</div>
108
+ </div>
109
+ </div>
110
+ <div class="titlebar">
111
+ <button class="back" aria-label="Back">
112
+ <svg class="icon" viewBox="0 0 24 24">
113
+ <path fill="#ffffff" d="M15.5 4l-8 8 8 8 1.5-1.5L10 12l7-6.5z"/>
114
+ </svg>
115
+ </button>
116
+ <div class="email">dbwscratch.test.id4@gmail.com</div>
117
+ <button class="send" aria-label="Send">
118
+ <svg class="icon" viewBox="0 0 24 24">
119
+ <path fill="#ffffff" d="M2 21l21-9L2 3v7l15 2-15 2z"/>
120
+ </svg>
121
+ </button>
122
+ </div>
123
+ </div>
124
+
125
+ <!-- Content -->
126
+ <div class="content">
127
+ <div class="row">
128
+ <div class="label">To:</div>
129
+ <div class="chip">
130
+ <div class="avatar">C</div>
131
+ <div>Cerebra Research</div>
132
+ </div>
133
+ </div>
134
+
135
+ <div class="row">
136
+ <div class="label">Cc/Bcc:</div>
137
+ <div class="muted"></div>
138
+ </div>
139
+
140
+ <div class="row subject-row">
141
+ <div class="label">Subject:</div>
142
+ <div class="attach" aria-label="Attach">
143
+ <svg class="icon" viewBox="0 0 24 24">
144
+ <path fill="#3aa6e8" d="M7 13.5l6.5-6.5a3.5 3.5 0 115 5L12 18a5 5 0 11-7-7l7-7 1.4 1.4-7 7a3 3 0 104.2 4.2L18.5 8a1.5 1.5 0 10-2.1-2.1L10 12.3"/>
145
+ </svg>
146
+ </div>
147
+ </div>
148
+
149
+ <div class="compose">
150
+ <div class="muted">Compose email...</div>
151
+ <div style="margin-top: 60px;">--</div>
152
+ <div style="margin-top: 24px;">Sent from <span class="link">Easy.Mail</span> for mobile</div>
153
+ </div>
154
+ </div>
155
+
156
+ <!-- Keyboard -->
157
+ <div class="keyboard">
158
+ <div class="kbd-top">
159
+ <div class="tool">▦</div>
160
+ <div class="tool">🙂</div>
161
+ <div style="color:#cfd4d8; font-size: 40px;">GIF</div>
162
+ <div class="tool">⚙️</div>
163
+ <div class="tool">G</div>
164
+ <div class="tool">🎨</div>
165
+ <div class="tool">🎤</div>
166
+ </div>
167
+
168
+ <div class="keyboard-rows">
169
+ <!-- Row 1 -->
170
+ <div class="row-keys">
171
+ <div class="key">q</div><div class="key">w</div><div class="key">e</div><div class="key">r</div><div class="key">t</div>
172
+ <div class="key">y</div><div class="key">u</div><div class="key">i</div><div class="key">o</div><div class="key">p</div>
173
+ </div>
174
+ <!-- Row 2 -->
175
+ <div class="row-keys">
176
+ <div class="key">a</div><div class="key">s</div><div class="key">d</div><div class="key">f</div><div class="key">g</div>
177
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
178
+ </div>
179
+ <!-- Row 3 -->
180
+ <div class="row-keys">
181
+ <div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div><div class="key">b</div>
182
+ <div class="key">n</div><div class="key">m</div>
183
+ <div class="key">⌫</div>
184
+ </div>
185
+ <!-- Row 4 -->
186
+ <div class="row-keys" style="align-items: center;">
187
+ <div class="key wide">?123</div>
188
+ <div class="key">,</div>
189
+ <div class="key">🙂</div>
190
+ <div class="space"></div>
191
+ <div class="key">.</div>
192
+ <div class="key return">↵</div>
193
+ </div>
194
+ </div>
195
+ </div>
196
+
197
+ </div>
198
+ </body>
199
+ </html>
code/7028/7028_7.html ADDED
@@ -0,0 +1,247 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Email Compose UI</title>
6
+ <style>
7
+ body { margin:0; padding:0; background:transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ position: relative;
10
+ width: 1080px;
11
+ height: 2400px;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ color:#111;
15
+ }
16
+
17
+ /* Top blue area */
18
+ .topbar {
19
+ position:absolute;
20
+ left:0; top:0;
21
+ width:100%; height:260px;
22
+ background:#33A9E8;
23
+ }
24
+ .status {
25
+ position:absolute; left:0; top:0;
26
+ height:90px; width:100%;
27
+ display:flex; align-items:center; justify-content:space-between;
28
+ padding:0 32px; color:#fff; font-size:34px;
29
+ }
30
+ .status .right { display:flex; align-items:center; gap:18px; }
31
+ .appbar {
32
+ position:absolute; left:0; top:90px;
33
+ height:170px; width:100%;
34
+ display:flex; align-items:center;
35
+ padding:0 28px; color:#fff;
36
+ }
37
+ .title {
38
+ font-size:44px; font-weight:600; margin-left:20px;
39
+ }
40
+ .icon-btn { width:72px; height:72px; display:flex; align-items:center; justify-content:center; }
41
+ .icon-white svg { fill:#fff; }
42
+
43
+ /* Compose content */
44
+ .content {
45
+ position:absolute; left:0; top:260px; width:100%;
46
+ background:#fff;
47
+ }
48
+ .field {
49
+ display:flex; align-items:center;
50
+ padding:36px 32px;
51
+ border-bottom:1px solid #E6E6E6;
52
+ font-size:40px; color:#333;
53
+ }
54
+ .label {
55
+ width:200px; color:#777;
56
+ }
57
+ .avatar {
58
+ width:72px; height:72px; border-radius:50%;
59
+ background:#F59A59; color:#fff; display:flex; align-items:center; justify-content:center;
60
+ font-weight:700; margin-right:18px; font-size:38px;
61
+ }
62
+ .chip {
63
+ background:#EAEAEA; color:#111;
64
+ padding:16px 26px; border-radius:40px; font-size:40px;
65
+ }
66
+ .paperclip { margin-left:auto; width:56px; height:56px; display:flex; align-items:center; justify-content:center; }
67
+ .body-area {
68
+ padding:30px 32px; font-size:42px; color:#777;
69
+ min-height:440px;
70
+ }
71
+ .signature { padding:10px 32px 40px; font-size:40px; color:#333; }
72
+ .signature .link { color:#16B8D8; text-decoration:underline; }
73
+
74
+ /* Keyboard mock */
75
+ .keyboard {
76
+ position:absolute; left:0; bottom:0; width:100%;
77
+ height:980px; background:#161B1E; color:#E7ECEF;
78
+ box-shadow: 0 -6px 20px rgba(0,0,0,0.15);
79
+ }
80
+ .suggestions {
81
+ height:120px; display:flex; align-items:center; gap:30px;
82
+ padding:0 28px; background:#1E2428;
83
+ }
84
+ .suggest-chip {
85
+ background:#2B3135; color:#fff; border-radius:40px;
86
+ padding:16px 32px; font-size:38px;
87
+ }
88
+
89
+ .kb-row {
90
+ display:flex; gap:16px; padding:0 22px; margin-top:26px;
91
+ }
92
+ .key {
93
+ flex:1; height:118px; border-radius:20px;
94
+ background:#2B3135; color:#C9D1D6; display:flex; align-items:center; justify-content:center;
95
+ font-size:50px;
96
+ }
97
+ .key-wide { flex:1.4; }
98
+ .space-row { display:flex; gap:16px; padding:0 22px; margin-top:26px; align-items:center; }
99
+ .key-circle {
100
+ width:140px; height:140px; border-radius:50%;
101
+ background:#2B3135; color:#C9D1D6; display:flex; align-items:center; justify-content:center;
102
+ font-size:44px;
103
+ }
104
+ .spacebar { flex:1; height:140px; border-radius:22px; background:#2B3135; color:#C9D1D6; display:flex; align-items:center; justify-content:center; font-size:40px; }
105
+ .send-circle {
106
+ width:140px; height:140px; border-radius:50%;
107
+ background:#69D7A1; color:#fff; display:flex; align-items:center; justify-content:center;
108
+ }
109
+
110
+ /* Small helper icons */
111
+ .svg-inline { width:100%; height:100%; }
112
+ .icon-gray svg { fill:#777; }
113
+ </style>
114
+ </head>
115
+ <body>
116
+ <div id="render-target">
117
+
118
+ <!-- Blue header -->
119
+ <div class="topbar">
120
+ <div class="status">
121
+ <div>1:27</div>
122
+ <div class="right">
123
+ <span>🔔</span>
124
+ <span>100%</span>
125
+ </div>
126
+ </div>
127
+ <div class="appbar">
128
+ <div class="icon-btn icon-white">
129
+ <svg viewBox="0 0 120 120" class="svg-inline">
130
+ <path d="M80 20 L35 60 L80 100" stroke="#fff" stroke-width="18" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
131
+ </svg>
132
+ </div>
133
+ <div class="title">dbwscratch.test.id4@gmail.com</div>
134
+ <div class="icon-btn icon-white" style="margin-left:auto;">
135
+ <svg viewBox="0 0 150 150" class="svg-inline">
136
+ <path d="M20 75 L130 30 L95 85 L130 120 Z" />
137
+ </svg>
138
+ </div>
139
+ </div>
140
+ </div>
141
+
142
+ <!-- Compose content -->
143
+ <div class="content">
144
+ <div class="field">
145
+ <div class="label">To:</div>
146
+ <div class="avatar">C</div>
147
+ <div class="chip">Cerebra Research</div>
148
+ </div>
149
+
150
+ <div class="field">
151
+ <div class="label">Cc/Bcc:</div>
152
+ </div>
153
+
154
+ <div class="field">
155
+ <div class="label">Subject:</div>
156
+ <div style="flex:1; font-size:44px; color:#111;">Request for Leave</div>
157
+ <div class="paperclip icon-gray">
158
+ <svg viewBox="0 0 120 120" class="svg-inline">
159
+ <path d="M40 40 L85 85 C95 95 95 110 85 120 C75 130 55 130 45 120 L15 90 C-5 70 15 45 35 65 L65 95" stroke="#777" stroke-width="10" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
160
+ </svg>
161
+ </div>
162
+ </div>
163
+
164
+ <div class="body-area">Compose email...</div>
165
+
166
+ <div class="signature">
167
+ <div>--</div>
168
+ <div style="margin-top:22px;">Sent from <span class="link">Easy.Mail</span> for mobile</div>
169
+ </div>
170
+ </div>
171
+
172
+ <!-- Keyboard mock -->
173
+ <div class="keyboard">
174
+ <div class="suggestions">
175
+ <div class="suggest-chip">Leave</div>
176
+ <div class="suggest-chip">Leaves</div>
177
+ <div class="suggest-chip">Leaved</div>
178
+ </div>
179
+
180
+ <div class="kb-row">
181
+ <div class="key">q</div>
182
+ <div class="key">w</div>
183
+ <div class="key">e</div>
184
+ <div class="key">r</div>
185
+ <div class="key">t</div>
186
+ <div class="key">y</div>
187
+ <div class="key">u</div>
188
+ <div class="key">i</div>
189
+ <div class="key">o</div>
190
+ <div class="key">p</div>
191
+ </div>
192
+
193
+ <div class="kb-row">
194
+ <div class="key">a</div>
195
+ <div class="key">s</div>
196
+ <div class="key">d</div>
197
+ <div class="key">f</div>
198
+ <div class="key">g</div>
199
+ <div class="key">h</div>
200
+ <div class="key">j</div>
201
+ <div class="key">k</div>
202
+ <div class="key">l</div>
203
+ </div>
204
+
205
+ <div class="kb-row">
206
+ <div class="key-wide">
207
+ <svg viewBox="0 0 120 120" class="svg-inline">
208
+ <path d="M60 95 L60 35 M30 65 L60 35 L90 65" stroke="#C9D1D6" stroke-width="12" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
209
+ </svg>
210
+ </div>
211
+ <div class="key">z</div>
212
+ <div class="key">x</div>
213
+ <div class="key">c</div>
214
+ <div class="key">v</div>
215
+ <div class="key">b</div>
216
+ <div class="key">n</div>
217
+ <div class="key">m</div>
218
+ <div class="key-wide">
219
+ <svg viewBox="0 0 160 120" class="svg-inline">
220
+ <path d="M35 60 L65 30 L95 60 L65 90 Z" fill="#C9D1D6"/>
221
+ <rect x="95" y="40" width="50" height="40" rx="8" fill="#C9D1D6"/>
222
+ </svg>
223
+ </div>
224
+ </div>
225
+
226
+ <div class="space-row">
227
+ <div class="key-circle">?123</div>
228
+ <div class="key">,</div>
229
+ <div class="key-circle">
230
+ <svg viewBox="0 0 120 120" class="svg-inline">
231
+ <circle cx="60" cy="40" r="30" fill="#C9D1D6"/>
232
+ <rect x="45" y="70" width="30" height="30" rx="6" fill="#C9D1D6"/>
233
+ </svg>
234
+ </div>
235
+ <div class="spacebar">space</div>
236
+ <div class="key">.</div>
237
+ <div class="send-circle">
238
+ <svg viewBox="0 0 150 150" class="svg-inline">
239
+ <path d="M30 75 L120 40 L85 95 L120 120 Z" fill="#fff"/>
240
+ </svg>
241
+ </div>
242
+ </div>
243
+ </div>
244
+
245
+ </div>
246
+ </body>
247
+ </html>
code/7028/7028_8.html ADDED
@@ -0,0 +1,173 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>Email Compose - Mock</title>
5
+ <style>
6
+ body { margin:0; padding:0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
7
+ #render-target {
8
+ width:1080px; height:2400px; position:relative; overflow:hidden;
9
+ background:#ffffff;
10
+ border-radius:0;
11
+ }
12
+
13
+ /* Top app bar (status + toolbar) */
14
+ .appbar { position:absolute; top:0; left:0; width:100%; height:220px; background:#39A8E5; color:#fff; }
15
+ .status-bar { height:80px; position:relative; padding:0 28px; font-size:30px; display:flex; align-items:center; justify-content:space-between; opacity:0.95; }
16
+ .status-left { display:flex; align-items:center; gap:22px; }
17
+ .status-right { display:flex; align-items:center; gap:22px; }
18
+ .status-icon { width:28px; height:28px; border-radius:4px; border:2px solid rgba(255,255,255,0.8); display:flex; align-items:center; justify-content:center; font-size:22px; }
19
+ .toolbar { height:140px; display:flex; align-items:center; padding:0 24px; gap:24px; }
20
+ .back-btn { width:72px; height:72px; display:flex; align-items:center; justify-content:center; color:#fff; font-size:44px; }
21
+ .address { font-size:40px; font-weight:600; color:#fff; }
22
+ .send-btn { margin-left:auto; width:86px; height:86px; display:flex; align-items:center; justify-content:center; }
23
+ .send-btn svg { width:60px; height:60px; fill:#fff; }
24
+
25
+ /* Content area */
26
+ .content { position:absolute; top:220px; left:0; width:100%; padding:30px 34px 0 34px; }
27
+ .field { border-bottom:1px solid #ededed; padding:28px 0; display:flex; align-items:center; }
28
+ .label { width:180px; color:#777; font-size:38px; }
29
+ .chip { display:inline-flex; align-items:center; background:#ECEFF1; border:1px solid #D0D5DA; border-radius:40px; padding:14px 24px; gap:18px; }
30
+ .avatar { width:58px; height:58px; border-radius:50%; background:#FF8A50; color:#fff; display:flex; align-items:center; justify-content:center; font-weight:700; font-size:32px; }
31
+ .chip-text { font-size:36px; color:#333; }
32
+ .subject-text { font-size:40px; color:#222; }
33
+ .right-icon { margin-left:auto; width:50px; height:50px; display:flex; align-items:center; justify-content:center; }
34
+ .right-icon svg { width:44px; height:44px; stroke:#8aa; fill:none; stroke-width:5px; }
35
+
36
+ .body-area { min-height:540px; padding-top:34px; font-size:42px; color:#5a5a5a; }
37
+ .signature { margin-top:46px; font-size:36px; color:#444; }
38
+ .signature a { color:#1E88E5; text-decoration:none; }
39
+
40
+ /* Keyboard mock */
41
+ .keyboard { position:absolute; bottom:0; left:0; width:100%; height:980px; background:#0F1417; color:#E6EDF3; border-top-left-radius:22px; border-top-right-radius:22px; }
42
+ .kb-icons { height:130px; display:flex; align-items:center; justify-content:center; gap:60px; }
43
+ .kb-icon {
44
+ width:72px; height:72px; background:#182127; border-radius:16px; display:flex; align-items:center; justify-content:center;
45
+ border:1px solid #26323A; font-size:32px;
46
+ }
47
+ .kb-icon.label { width:auto; padding:0 20px; font-weight:700; }
48
+
49
+ .key-row { display:flex; gap:18px; padding:18px 24px; justify-content:center; }
50
+ .key {
51
+ width:90px; height:120px; background:#1C242A; border-radius:22px; border:1px solid #2a343b;
52
+ display:flex; align-items:center; justify-content:center; font-size:44px; box-shadow: inset 0 2px 0 rgba(255,255,255,0.04);
53
+ }
54
+ .key.space { width:540px; }
55
+ .key.wide { width:140px; }
56
+ .key.circle { width:120px; height:120px; border-radius:60px; background:#6FE3B2; color:#0b1418; font-weight:700; }
57
+ .key.circle.light { background:#73E9BD; }
58
+ .key.sub { font-size:38px; color:#b9c3ca; }
59
+ .row-indent { padding:18px 94px; }
60
+
61
+ /* Nav chevron + home indicator */
62
+ .nav-chevron { position:absolute; bottom:980px; left:520px; width:40px; height:30px; color:#7f8c8d; font-size:38px; opacity:0.8; }
63
+ .home-indicator { position:absolute; bottom:20px; left:50%; transform:translateX(-50%); width:600px; height:10px; background:#eaeaea; border-radius:8px; opacity:0.9; }
64
+ </style>
65
+ </head>
66
+ <body>
67
+ <div id="render-target">
68
+
69
+ <!-- Top area -->
70
+ <div class="appbar">
71
+ <div class="status-bar">
72
+ <div class="status-left">
73
+ <div>1:27</div>
74
+ <div class="status-icon">M</div>
75
+ <div class="status-icon">🔒</div>
76
+ </div>
77
+ <div class="status-right">
78
+ <div class="status-icon">📶</div>
79
+ <div>100%</div>
80
+ <div class="status-icon">🔋</div>
81
+ </div>
82
+ </div>
83
+ <div class="toolbar">
84
+ <div class="back-btn">←</div>
85
+ <div class="address">dbwscratch.test.id4@gmail.com</div>
86
+ <div class="send-btn">
87
+ <svg viewBox="0 0 64 64">
88
+ <polygon points="3,32 61,8 37,28 61,56" fill="#ffffff"></polygon>
89
+ </svg>
90
+ </div>
91
+ </div>
92
+ </div>
93
+
94
+ <!-- Email fields -->
95
+ <div class="content">
96
+ <div class="field">
97
+ <div class="label">To:</div>
98
+ <div class="chip">
99
+ <div class="avatar">C</div>
100
+ <div class="chip-text">Cerebra Research</div>
101
+ </div>
102
+ </div>
103
+
104
+ <div class="field">
105
+ <div class="label">Cc/Bcc:</div>
106
+ </div>
107
+
108
+ <div class="field">
109
+ <div class="label">Subject:</div>
110
+ <div class="subject-text">Request for Leave</div>
111
+ <div class="right-icon">
112
+ <svg viewBox="0 0 24 24">
113
+ <path d="M6 3c4-2 7 1 6 3-2 3-8 7-8 9s3 3 5 1 6-6 8-10-4-7-9-3" />
114
+ </svg>
115
+ </div>
116
+ </div>
117
+
118
+ <div class="body-area">Compose email...</div>
119
+
120
+ <div class="signature">--<br>
121
+ Sent from <a href="#">Easy.Mail</a> for mobile
122
+ </div>
123
+ </div>
124
+
125
+ <!-- Small chevron above keyboard -->
126
+ <div class="nav-chevron">⌄</div>
127
+
128
+ <!-- Keyboard -->
129
+ <div class="keyboard">
130
+ <div class="kb-icons">
131
+ <div class="kb-icon">▦</div>
132
+ <div class="kb-icon">🙂</div>
133
+ <div class="kb-icon label">GIF</div>
134
+ <div class="kb-icon">⚙</div>
135
+ <div class="kb-icon">G</div>
136
+ <div class="kb-icon">🎨</div>
137
+ <div class="kb-icon">🎤</div>
138
+ </div>
139
+
140
+ <!-- Row 1 -->
141
+ <div class="key-row">
142
+ <div class="key">Q</div><div class="key">W</div><div class="key">E</div><div class="key">R</div><div class="key">T</div>
143
+ <div class="key">Y</div><div class="key">U</div><div class="key">I</div><div class="key">O</div><div class="key">P</div>
144
+ </div>
145
+
146
+ <!-- Row 2 -->
147
+ <div class="key-row row-indent">
148
+ <div class="key">A</div><div class="key">S</div><div class="key">D</div><div class="key">F</div><div class="key">G</div>
149
+ <div class="key">H</div><div class="key">J</div><div class="key">K</div><div class="key">L</div>
150
+ </div>
151
+
152
+ <!-- Row 3 -->
153
+ <div class="key-row">
154
+ <div class="key">Z</div><div class="key">X</div><div class="key">C</div><div class="key">V</div><div class="key">B</div>
155
+ <div class="key">N</div><div class="key">M</div>
156
+ <div class="key wide sub">⌫</div>
157
+ </div>
158
+
159
+ <!-- Row 4 -->
160
+ <div class="key-row" style="align-items:center;">
161
+ <div class="key circle light">?123</div>
162
+ <div class="key sub">,</div>
163
+ <div class="key sub">🙂</div>
164
+ <div class="key space"></div>
165
+ <div class="key sub">.</div>
166
+ <div class="key circle">↵</div>
167
+ </div>
168
+ </div>
169
+
170
+ <div class="home-indicator"></div>
171
+ </div>
172
+ </body>
173
+ </html>
code/7028/7028_9.html ADDED
@@ -0,0 +1,233 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Email Compose UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: "Roboto", Arial, sans-serif; }
7
+ #render-target {
8
+ position: relative; overflow: hidden;
9
+ width: 1080px; height: 2400px;
10
+ background: #ffffff;
11
+ border-radius: 0;
12
+ box-shadow: none;
13
+ }
14
+
15
+ /* Top blue bar */
16
+ .topbar { position: absolute; top: 0; left: 0; width: 1080px; height: 220px; background: #39A7E6; color: #fff; }
17
+ .statusbar {
18
+ height: 80px; padding: 0 28px;
19
+ display: flex; align-items: center; justify-content: space-between; font-size: 30px;
20
+ }
21
+ .status-left { display: flex; align-items: center; gap: 22px; }
22
+ .status-right { display: flex; align-items: center; gap: 22px; }
23
+ .status-icon svg { width: 34px; height: 34px; fill: none; stroke: #fff; stroke-width: 2.2; }
24
+
25
+ .appbar {
26
+ height: 140px; padding: 0 28px;
27
+ display: flex; align-items: center; justify-content: space-between;
28
+ }
29
+ .appbar .title { color: #fff; font-size: 42px; font-weight: 500; }
30
+ .icon-btn svg { width: 46px; height: 46px; fill: none; stroke: #fff; stroke-width: 2.6; }
31
+
32
+ /* Content area */
33
+ .content {
34
+ position: absolute; top: 220px; left: 0;
35
+ width: 1080px; height: 1180px; background: #fff;
36
+ }
37
+ .row {
38
+ display: flex; align-items: center; gap: 20px;
39
+ padding: 26px 34px; border-bottom: 1px solid #e6e6e6;
40
+ font-size: 38px; color: #60646B;
41
+ }
42
+ .row .label { width: 150px; color: #70767C; }
43
+ .chip {
44
+ display: flex; align-items: center; gap: 16px;
45
+ font-size: 34px;
46
+ }
47
+ .avatar {
48
+ width: 64px; height: 64px; border-radius: 50%; background: #FF8A50;
49
+ color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 600;
50
+ }
51
+ .pill {
52
+ background: #EDEDED; color: #333; padding: 16px 22px; border-radius: 36px; font-size: 34px;
53
+ }
54
+ .subject-text { color: #121418; font-size: 40px; }
55
+ .attach-icon svg { width: 40px; height: 40px; stroke: #5E6B75; stroke-width: 2.4; fill: none; }
56
+
57
+ .body-area { padding: 30px 34px; font-size: 44px; color: #121418; line-height: 1.5; }
58
+ .signature { margin-top: 38px; font-size: 36px; color: #5C636A; }
59
+ .signature .app { color: #1EA8FF; }
60
+
61
+ /* Keyboard */
62
+ .keyboard {
63
+ position: absolute; bottom: 34px; left: 0;
64
+ width: 1080px; height: 950px; background: #1D1F23; border-top: 1px solid #2A2D31;
65
+ }
66
+ .suggest {
67
+ height: 100px; display: flex; align-items: center; padding: 0 26px; color: #D6D9DD; font-size: 36px;
68
+ border-bottom: 1px solid #2A2D31; gap: 24px;
69
+ }
70
+ .sep { width: 2px; height: 40px; background: #3A3D41; }
71
+ .keys { padding: 24px; display: grid; grid-template-columns: repeat(10, 1fr); grid-row-gap: 24px; grid-column-gap: 16px; }
72
+ .key {
73
+ height: 110px; background: #2A2D31; border-radius: 18px; color: #E9EEF1; display: flex; align-items: center; justify-content: center; font-size: 38px;
74
+ box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
75
+ }
76
+ .key.small { width: 90px; }
77
+ .bottom-row {
78
+ position: absolute; bottom: 26px; left: 24px; right: 24px;
79
+ display: grid; grid-template-columns: 170px 120px 120px 1fr 120px 180px; grid-column-gap: 18px; align-items: center;
80
+ }
81
+ .key.green { background: #65E0B3; color: #073B2E; font-weight: 700; }
82
+ .mic svg { width: 40px; height: 40px; stroke: #D6D9DD; stroke-width: 2.4; fill: none; }
83
+ .nav-bar {
84
+ position: absolute; bottom: 0; left: 0; width: 1080px; height: 20px; background: transparent;
85
+ }
86
+ .home-pill {
87
+ position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%);
88
+ width: 240px; height: 8px; background: #D6D6D6; border-radius: 6px;
89
+ }
90
+
91
+ /* Utility */
92
+ .spacer { flex: 1; }
93
+ </style>
94
+ </head>
95
+ <body>
96
+ <div id="render-target">
97
+
98
+ <!-- Top Area -->
99
+ <div class="topbar">
100
+ <div class="statusbar">
101
+ <div class="status-left">
102
+ <div>1:28</div>
103
+ <div class="status-icon">
104
+ <!-- Mail icon -->
105
+ <svg viewBox="0 0 24 24">
106
+ <rect x="3" y="5" width="18" height="14" rx="2" ry="2" />
107
+ <path d="M3 7 L12 13 L21 7" />
108
+ </svg>
109
+ </div>
110
+ <div class="status-icon">
111
+ <!-- Lock icon -->
112
+ <svg viewBox="0 0 24 24">
113
+ <rect x="6" y="10" width="12" height="10" rx="2" />
114
+ <path d="M8 10 V7 a4 4 0 0 1 8 0 v3" />
115
+ </svg>
116
+ </div>
117
+ </div>
118
+ <div class="status-right">
119
+ <div class="status-icon">
120
+ <!-- WiFi -->
121
+ <svg viewBox="0 0 24 24">
122
+ <path d="M2 8 C8 3 16 3 22 8" />
123
+ <path d="M5 12 C9 9 15 9 19 12" />
124
+ <path d="M8 16 C12 14 12 14 16 16" />
125
+ <circle cx="12" cy="19" r="1.7" />
126
+ </svg>
127
+ </div>
128
+ <div style="display:flex; align-items:center; gap:10px;">
129
+ <div class="status-icon">
130
+ <!-- Battery -->
131
+ <svg viewBox="0 0 24 24">
132
+ <rect x="2" y="6" width="18" height="12" rx="2" />
133
+ <rect x="20" y="9" width="2" height="6" rx="1" />
134
+ <rect x="4" y="8" width="12" height="8" />
135
+ </svg>
136
+ </div>
137
+ <div>100%</div>
138
+ </div>
139
+ </div>
140
+ </div>
141
+
142
+ <div class="appbar">
143
+ <div class="icon-btn">
144
+ <!-- Back arrow -->
145
+ <svg viewBox="0 0 24 24"><path d="M15 18 L9 12 L15 6"/></svg>
146
+ </div>
147
+ <div class="title">dbwscratch.test.id4@gmail.com</div>
148
+ <div class="icon-btn">
149
+ <!-- Send (paper plane) -->
150
+ <svg viewBox="0 0 24 24"><path d="M3 20 L21 12 L3 4 L6 12 Z"/></svg>
151
+ </div>
152
+ </div>
153
+ </div>
154
+
155
+ <!-- Content Area -->
156
+ <div class="content">
157
+ <div class="row">
158
+ <div class="label">To:</div>
159
+ <div class="chip">
160
+ <div class="avatar">C</div>
161
+ <div class="pill">Cerebra Research</div>
162
+ </div>
163
+ <div class="spacer"></div>
164
+ </div>
165
+
166
+ <div class="row">
167
+ <div class="label">Cc/Bcc:</div>
168
+ <div style="color:#B0B5BA;"> </div>
169
+ <div class="spacer"></div>
170
+ </div>
171
+
172
+ <div class="row">
173
+ <div class="label">Subject:</div>
174
+ <div class="subject-text">Request for Leave</div>
175
+ <div class="spacer"></div>
176
+ <div class="attach-icon">
177
+ <!-- Paperclip -->
178
+ <svg viewBox="0 0 24 24">
179
+ <path d="M7 13 L16 4 a4 4 0 0 1 6 6 L11 21 a6 6 0 0 1 -9 -9 L12 2" />
180
+ </svg>
181
+ </div>
182
+ </div>
183
+
184
+ <div class="body-area">
185
+ <div>Allow me to take 5 days leave</div>
186
+
187
+ <div class="signature">
188
+ <div>--</div>
189
+ <div>Sent from <span class="app">Easy.Mail</span> for mobile</div>
190
+ </div>
191
+ </div>
192
+ </div>
193
+
194
+ <!-- Keyboard -->
195
+ <div class="keyboard">
196
+ <div class="suggest">
197
+ <div>leave</div>
198
+ <div class="sep"></div>
199
+ <div>leaves</div>
200
+ <div class="sep"></div>
201
+ <div>leaved</div>
202
+ <div class="spacer"></div>
203
+ <div class="mic">
204
+ <svg viewBox="0 0 24 24">
205
+ <rect x="9" y="5" width="6" height="8" rx="3"/>
206
+ <path d="M6 11 C6 15 18 15 18 11" />
207
+ <path d="M12 15 V20" />
208
+ <path d="M9 20 H15" />
209
+ </svg>
210
+ </div>
211
+ </div>
212
+
213
+ <!-- Rows of keys (simplified) -->
214
+ <div class="keys">
215
+ <div class="key">q</div><div class="key">w</div><div class="key">e</div><div class="key">r</div><div class="key">t</div><div class="key">y</div><div class="key">u</div><div class="key">i</div><div class="key">o</div><div class="key">p</div>
216
+ <div class="key">a</div><div class="key">s</div><div class="key">d</div><div class="key">f</div><div class="key">g</div><div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div><div class="key">⌫</div>
217
+ <div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div><div class="key">b</div><div class="key">n</div><div class="key">m</div><div class="key">.</div><div class="key">•</div><div class="key">↵</div>
218
+ </div>
219
+
220
+ <div class="bottom-row">
221
+ <div class="key">?123</div>
222
+ <div class="key">,</div>
223
+ <div class="key">☺</div>
224
+ <div class="key">space</div>
225
+ <div class="key">.</div>
226
+ <div class="key green">↩</div>
227
+ </div>
228
+ </div>
229
+
230
+ <div class="nav-bar"><div class="home-pill"></div></div>
231
+ </div>
232
+ </body>
233
+ </html>
code/7029/7029_0.html ADDED
@@ -0,0 +1,310 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Voice Recorder UI Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #1f1f1f;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 120px;
23
+ background: #0d0d0d;
24
+ color: #fff;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: space-between;
28
+ padding: 0 36px;
29
+ box-sizing: border-box;
30
+ }
31
+ .status-left {
32
+ display: flex;
33
+ align-items: center;
34
+ gap: 26px;
35
+ }
36
+ .time {
37
+ font-size: 40px;
38
+ font-weight: 600;
39
+ letter-spacing: 1px;
40
+ }
41
+ .sb-icons {
42
+ display: flex;
43
+ align-items: center;
44
+ gap: 24px;
45
+ }
46
+ .status-right {
47
+ display: flex;
48
+ align-items: center;
49
+ gap: 26px;
50
+ }
51
+ .sb-icon svg { width: 38px; height: 38px; fill: none; stroke: #fff; stroke-width: 2.5; }
52
+
53
+ /* Top action icons inside app */
54
+ .top-actions {
55
+ position: absolute;
56
+ top: 160px;
57
+ right: 36px;
58
+ display: flex;
59
+ align-items: center;
60
+ gap: 36px;
61
+ }
62
+ .action-btn {
63
+ width: 64px;
64
+ height: 64px;
65
+ border-radius: 50%;
66
+ border: 2px solid rgba(255,255,255,0.15);
67
+ display: flex;
68
+ align-items: center;
69
+ justify-content: center;
70
+ background: rgba(255,255,255,0.04);
71
+ }
72
+ .action-btn svg { width: 34px; height: 34px; stroke: #bdbdbd; fill: none; stroke-width: 2.5; }
73
+
74
+ /* Decorative dotted equalizer grid */
75
+ .dots-grid {
76
+ position: absolute;
77
+ top: 360px;
78
+ left: 210px;
79
+ width: 480px;
80
+ display: grid;
81
+ grid-template-columns: repeat(6, 1fr);
82
+ grid-gap: 22px 48px;
83
+ }
84
+ .dot {
85
+ width: 22px;
86
+ height: 22px;
87
+ border-radius: 50%;
88
+ background: #2b2b2b;
89
+ }
90
+ /* Create 7 rows x 6 columns (42 dots) */
91
+ .dot:nth-child(n) { }
92
+
93
+ /* Big mic button */
94
+ .mic-outer {
95
+ position: absolute;
96
+ left: 50%;
97
+ top: 1380px;
98
+ transform: translateX(-50%);
99
+ width: 300px;
100
+ height: 300px;
101
+ border-radius: 50%;
102
+ background: #282828;
103
+ box-shadow: 0 20px 40px rgba(0,0,0,0.6) inset, 0 18px 30px rgba(0,0,0,0.35);
104
+ display: flex;
105
+ align-items: center;
106
+ justify-content: center;
107
+ }
108
+ .mic-inner {
109
+ width: 210px;
110
+ height: 210px;
111
+ border-radius: 50%;
112
+ background: #ef4136;
113
+ box-shadow: 0 8px 14px rgba(0,0,0,0.35);
114
+ display: flex;
115
+ align-items: center;
116
+ justify-content: center;
117
+ }
118
+ .mic-icon svg { width: 90px; height: 90px; fill: none; stroke: #fff; stroke-width: 10; }
119
+
120
+ /* Bottom actions */
121
+ .recordings {
122
+ position: absolute;
123
+ right: 84px;
124
+ bottom: 370px;
125
+ color: #eaeaea;
126
+ display: flex;
127
+ align-items: center;
128
+ gap: 18px;
129
+ font-size: 36px;
130
+ letter-spacing: 2px;
131
+ }
132
+ .recordings .icon {
133
+ width: 52px;
134
+ height: 52px;
135
+ }
136
+ .recordings .icon svg { width: 52px; height: 52px; stroke: #eaeaea; fill: none; stroke-width: 3; }
137
+
138
+ /* Ad banner placeholder */
139
+ .ad-banner {
140
+ position: absolute;
141
+ left: 90px;
142
+ bottom: 200px;
143
+ width: 900px;
144
+ height: 150px;
145
+ background: #E0E0E0;
146
+ border: 1px solid #BDBDBD;
147
+ color: #757575;
148
+ display: flex;
149
+ align-items: center;
150
+ justify-content: center;
151
+ font-size: 30px;
152
+ letter-spacing: 0.5px;
153
+ }
154
+
155
+ /* Bottom gesture pill */
156
+ .gesture-pill {
157
+ position: absolute;
158
+ bottom: 36px;
159
+ left: 50%;
160
+ transform: translateX(-50%);
161
+ width: 220px;
162
+ height: 12px;
163
+ background: #ffffff;
164
+ border-radius: 999px;
165
+ opacity: 0.85;
166
+ }
167
+ </style>
168
+ </head>
169
+ <body>
170
+ <div id="render-target">
171
+
172
+ <!-- Status Bar -->
173
+ <div class="status-bar">
174
+ <div class="status-left">
175
+ <div class="time">10:11</div>
176
+ <div class="sb-icons">
177
+ <div class="sb-icon">
178
+ <!-- Moon -->
179
+ <svg viewBox="0 0 24 24">
180
+ <path d="M15 3a9 9 0 1 0 6 15.5A8 8 0 1 1 15 3z" fill="none" stroke="#fff"></path>
181
+ </svg>
182
+ </div>
183
+ <div class="sb-icon">
184
+ <!-- Magnifier -->
185
+ <svg viewBox="0 0 24 24">
186
+ <circle cx="10" cy="10" r="6"></circle>
187
+ <line x1="14.5" y1="14.5" x2="21" y2="21"></line>
188
+ </svg>
189
+ </div>
190
+ <div class="sb-icon">
191
+ <!-- Play/YouTube -->
192
+ <svg viewBox="0 0 24 24">
193
+ <rect x="3.5" y="6" width="17" height="12" rx="2"></rect>
194
+ <polygon points="10,9 16,12 10,15" fill="#fff" stroke="none"></polygon>
195
+ </svg>
196
+ </div>
197
+ <div class="sb-icon">
198
+ <!-- Video icon -->
199
+ <svg viewBox="0 0 24 24">
200
+ <rect x="3" y="6" width="12" height="12" rx="2"></rect>
201
+ <polygon points="16,9 21,12 16,15" fill="#fff" stroke="none"></polygon>
202
+ </svg>
203
+ </div>
204
+ <div class="sb-icon">
205
+ <!-- Dot -->
206
+ <svg viewBox="0 0 24 24">
207
+ <circle cx="12" cy="12" r="3" fill="#fff" stroke="none"></circle>
208
+ </svg>
209
+ </div>
210
+ </div>
211
+ </div>
212
+ <div class="status-right">
213
+ <div class="sb-icon">
214
+ <!-- WiFi -->
215
+ <svg viewBox="0 0 24 24">
216
+ <path d="M2 8c5-4 15-4 20 0"></path>
217
+ <path d="M5 12c3-3 11-3 14 0"></path>
218
+ <path d="M8 16c2-2 6-2 8 0"></path>
219
+ <circle cx="12" cy="19" r="1.5" fill="#fff" stroke="none"></circle>
220
+ </svg>
221
+ </div>
222
+ <div class="sb-icon">
223
+ <!-- Battery -->
224
+ <svg viewBox="0 0 26 24">
225
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2"></rect>
226
+ <rect x="21" y="9" width="3" height="6" rx="1" ry="1" fill="#fff" stroke="none"></rect>
227
+ <rect x="4" y="8" width="14" height="8" fill="#fff" stroke="none"></rect>
228
+ </svg>
229
+ </div>
230
+ </div>
231
+ </div>
232
+
233
+ <!-- Top action icons -->
234
+ <div class="top-actions">
235
+ <div class="action-btn" title="Clock">
236
+ <svg viewBox="0 0 24 24">
237
+ <circle cx="12" cy="12" r="8"></circle>
238
+ <line x1="12" y1="12" x2="12" y2="7"></line>
239
+ <line x1="12" y1="12" x2="16" y2="12"></line>
240
+ </svg>
241
+ </div>
242
+ <div class="action-btn" title="Waveform">
243
+ <svg viewBox="0 0 32 24">
244
+ <line x1="2" y1="20" x2="2" y2="8"></line>
245
+ <line x1="8" y1="20" x2="8" y2="6"></line>
246
+ <line x1="14" y1="20" x2="14" y2="4"></line>
247
+ <line x1="20" y1="20" x2="20" y2="6"></line>
248
+ <line x1="26" y1="20" x2="26" y2="8"></line>
249
+ </svg>
250
+ </div>
251
+ <div class="action-btn" title="Menu">
252
+ <svg viewBox="0 0 24 24">
253
+ <circle cx="12" cy="6" r="2"></circle>
254
+ <circle cx="12" cy="12" r="2"></circle>
255
+ <circle cx="12" cy="18" r="2"></circle>
256
+ </svg>
257
+ </div>
258
+ </div>
259
+
260
+ <!-- Decorative dotted equalizer -->
261
+ <div class="dots-grid">
262
+ <!-- 42 dots -->
263
+ <div class="dot"></div><div class="dot"></div><div class="dot"></div><div class="dot"></div><div class="dot"></div><div class="dot"></div>
264
+ <div class="dot"></div><div class="dot"></div><div class="dot"></div><div class="dot"></div><div class="dot"></div><div class="dot"></div>
265
+ <div class="dot"></div><div class="dot"></div><div class="dot"></div><div class="dot"></div><div class="dot"></div><div class="dot"></div>
266
+ <div class="dot"></div><div class="dot"></div><div class="dot"></div><div class="dot"></div><div class="dot"></div><div class="dot"></div>
267
+ <div class="dot"></div><div class="dot"></div><div class="dot"></div><div class="dot"></div><div class="dot"></div><div class="dot"></div>
268
+ <div class="dot"></div><div class="dot"></div><div class="dot"></div><div class="dot"></div><div class="dot"></div><div class="dot"></div>
269
+ <div class="dot"></div><div class="dot"></div><div class="dot"></div><div class="dot"></div><div class="dot"></div><div class="dot"></div>
270
+ </div>
271
+
272
+ <!-- Big mic button -->
273
+ <div class="mic-outer">
274
+ <div class="mic-inner">
275
+ <div class="mic-icon">
276
+ <svg viewBox="0 0 64 64">
277
+ <!-- Microphone capsule -->
278
+ <rect x="24" y="16" width="16" height="24" rx="8" ry="8" fill="#fff" stroke="none"></rect>
279
+ <!-- Stem -->
280
+ <line x1="32" y1="40" x2="32" y2="52" stroke="#fff" stroke-width="6" />
281
+ <!-- Base -->
282
+ <path d="M22 52h20" stroke="#fff" stroke-width="6" />
283
+ <!-- Surrounding curve (mute of mic gain) -->
284
+ <path d="M16 32c0 9 7 16 16 16s16-7 16-16" stroke="#fff" stroke-width="6" fill="none"/>
285
+ </svg>
286
+ </div>
287
+ </div>
288
+ </div>
289
+
290
+ <!-- Recordings label -->
291
+ <div class="recordings">
292
+ <div class="icon">
293
+ <svg viewBox="0 0 24 24">
294
+ <rect x="4" y="4" width="14" height="16" rx="2"></rect>
295
+ <path d="M10 10v6" />
296
+ <path d="M10 10c2-1 4 0 4 2s-2 3-4 2" />
297
+ </svg>
298
+ </div>
299
+ <div>Recordings</div>
300
+ </div>
301
+
302
+ <!-- Ad banner placeholder -->
303
+ <div class="ad-banner">[IMG: Ad Banner]</div>
304
+
305
+ <!-- Gesture pill -->
306
+ <div class="gesture-pill"></div>
307
+
308
+ </div>
309
+ </body>
310
+ </html>
code/7029/7029_1.html ADDED
@@ -0,0 +1,316 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Recordings UI</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: "Roboto", Arial, sans-serif;
13
+ }
14
+ #render-target {
15
+ width: 1080px;
16
+ height: 2400px;
17
+ position: relative;
18
+ overflow: hidden;
19
+ background: #212121;
20
+ color: #FFFFFF;
21
+ }
22
+
23
+ /* Status bar */
24
+ .status-bar {
25
+ position: absolute;
26
+ top: 0;
27
+ left: 0;
28
+ width: 100%;
29
+ height: 120px;
30
+ padding: 0 36px;
31
+ display: flex;
32
+ align-items: center;
33
+ justify-content: space-between;
34
+ color: #fff;
35
+ font-weight: 500;
36
+ background: #212121;
37
+ box-sizing: border-box;
38
+ }
39
+ .status-left {
40
+ display: flex;
41
+ align-items: center;
42
+ gap: 26px;
43
+ font-size: 42px;
44
+ }
45
+ .status-right {
46
+ display: flex;
47
+ align-items: center;
48
+ gap: 26px;
49
+ }
50
+ .status-icon svg {
51
+ width: 48px;
52
+ height: 48px;
53
+ fill: none;
54
+ stroke: #EEEEEE;
55
+ stroke-width: 3;
56
+ }
57
+ .battery svg {
58
+ width: 54px;
59
+ height: 44px;
60
+ fill: #EEEEEE;
61
+ stroke: none;
62
+ }
63
+
64
+ /* App bar */
65
+ .app-bar {
66
+ position: absolute;
67
+ top: 120px;
68
+ left: 0;
69
+ width: 100%;
70
+ height: 180px;
71
+ background: #2B2B2B;
72
+ display: flex;
73
+ align-items: center;
74
+ box-sizing: border-box;
75
+ padding: 0 24px;
76
+ }
77
+ .nav-back {
78
+ width: 96px;
79
+ height: 96px;
80
+ display: flex;
81
+ align-items: center;
82
+ justify-content: center;
83
+ background: transparent;
84
+ border: none;
85
+ margin-left: 12px;
86
+ margin-right: 8px;
87
+ }
88
+ .nav-back svg {
89
+ width: 64px;
90
+ height: 64px;
91
+ fill: none;
92
+ stroke: #FFFFFF;
93
+ stroke-width: 6;
94
+ stroke-linecap: round;
95
+ stroke-linejoin: round;
96
+ }
97
+ .title {
98
+ font-size: 56px;
99
+ font-weight: 500;
100
+ color: #FFFFFF;
101
+ margin-left: 8px;
102
+ }
103
+ .more {
104
+ margin-left: auto;
105
+ margin-right: 16px;
106
+ width: 80px;
107
+ height: 80px;
108
+ border: none;
109
+ background: transparent;
110
+ display: flex;
111
+ align-items: center;
112
+ justify-content: center;
113
+ }
114
+ .more svg {
115
+ width: 28px;
116
+ height: 64px;
117
+ fill: #FFFFFF;
118
+ }
119
+
120
+ /* List */
121
+ .list {
122
+ position: absolute;
123
+ top: 300px;
124
+ left: 0;
125
+ width: 100%;
126
+ box-sizing: border-box;
127
+ }
128
+ .item {
129
+ display: flex;
130
+ align-items: flex-start;
131
+ padding: 36px 40px;
132
+ gap: 30px;
133
+ }
134
+ .play {
135
+ width: 86px;
136
+ height: 86px;
137
+ border-radius: 50%;
138
+ background: #3A3A3A;
139
+ display: flex;
140
+ align-items: center;
141
+ justify-content: center;
142
+ flex: 0 0 86px;
143
+ }
144
+ .play svg {
145
+ width: 44px;
146
+ height: 44px;
147
+ fill: #CFCFCF;
148
+ }
149
+ .texts {
150
+ flex: 1;
151
+ min-width: 0;
152
+ }
153
+ .primary {
154
+ font-size: 44px;
155
+ color: #FFFFFF;
156
+ line-height: 56px;
157
+ }
158
+ .secondary {
159
+ font-size: 32px;
160
+ color: #B0B0B0;
161
+ margin-top: 8px;
162
+ }
163
+ .duration {
164
+ font-size: 32px;
165
+ color: #B0B0B0;
166
+ margin-left: auto;
167
+ padding-top: 10px;
168
+ }
169
+ .divider {
170
+ height: 1px;
171
+ background: #2F2F2F;
172
+ margin-left: 160px;
173
+ margin-right: 40px;
174
+ }
175
+
176
+ /* Ad banner placeholder */
177
+ .ad-banner {
178
+ position: absolute;
179
+ bottom: 180px;
180
+ left: 72px;
181
+ width: 936px;
182
+ height: 160px;
183
+ background: #E0E0E0;
184
+ border: 1px solid #BDBDBD;
185
+ border-radius: 12px;
186
+ display: flex;
187
+ align-items: center;
188
+ justify-content: center;
189
+ color: #757575;
190
+ font-size: 34px;
191
+ box-shadow: 0 6px 12px rgba(0,0,0,0.2);
192
+ }
193
+
194
+ /* Gesture pill */
195
+ .gesture-bar {
196
+ position: absolute;
197
+ bottom: 56px;
198
+ left: 50%;
199
+ transform: translateX(-50%);
200
+ width: 260px;
201
+ height: 16px;
202
+ background: #EDEDED;
203
+ border-radius: 20px;
204
+ opacity: 0.85;
205
+ }
206
+ </style>
207
+ </head>
208
+ <body>
209
+ <div id="render-target">
210
+ <!-- Status Bar -->
211
+ <div class="status-bar">
212
+ <div class="status-left">
213
+ <div class="time">10:11</div>
214
+ <div class="status-icon">
215
+ <!-- Crescent (dark mode) -->
216
+ <svg viewBox="0 0 24 24">
217
+ <path d="M16 3a9 9 0 0 0 0 18c-4.5-1.2-8-5.3-8-10.2S11.5 4.2 16 3z" fill="#EEEEEE"></path>
218
+ </svg>
219
+ </div>
220
+ <div class="status-icon">
221
+ <!-- Search -->
222
+ <svg viewBox="0 0 24 24">
223
+ <circle cx="10" cy="10" r="6"></circle>
224
+ <line x1="14.5" y1="14.5" x2="21" y2="21"></line>
225
+ </svg>
226
+ </div>
227
+ <div class="status-icon">
228
+ <!-- Video (YouTube-like) -->
229
+ <svg viewBox="0 0 24 24">
230
+ <rect x="3" y="5" width="18" height="14" rx="3"></rect>
231
+ <polygon points="10,8 16,12 10,16" fill="#EEEEEE" stroke="none"></polygon>
232
+ </svg>
233
+ </div>
234
+ <div class="status-icon">
235
+ <!-- Dot -->
236
+ <svg viewBox="0 0 24 24">
237
+ <circle cx="12" cy="12" r="4" fill="#EEEEEE" stroke="none"></circle>
238
+ </svg>
239
+ </div>
240
+ </div>
241
+ <div class="status-right">
242
+ <div class="status-icon">
243
+ <!-- WiFi -->
244
+ <svg viewBox="0 0 24 24">
245
+ <path d="M2 8c5-4 15-4 20 0"></path>
246
+ <path d="M5 12c3-3 11-3 14 0"></path>
247
+ <path d="M8 16c2-2 6-2 8 0"></path>
248
+ <circle cx="12" cy="19" r="1.8" fill="#EEEEEE" stroke="none"></circle>
249
+ </svg>
250
+ </div>
251
+ <div class="battery">
252
+ <!-- Battery -->
253
+ <svg viewBox="0 0 28 16">
254
+ <rect x="1" y="2" width="22" height="12" rx="2"></rect>
255
+ <rect x="24" y="6" width="3" height="4" rx="1"></rect>
256
+ </svg>
257
+ </div>
258
+ </div>
259
+ </div>
260
+
261
+ <!-- App Bar -->
262
+ <div class="app-bar">
263
+ <button class="nav-back" aria-label="Back">
264
+ <svg viewBox="0 0 24 24">
265
+ <path d="M15 5 L7 12 L15 19"></path>
266
+ </svg>
267
+ </button>
268
+ <div class="title">Recordings</div>
269
+ <button class="more" aria-label="More options">
270
+ <svg viewBox="0 0 6 22">
271
+ <circle cx="3" cy="4" r="2"></circle>
272
+ <circle cx="3" cy="11" r="2"></circle>
273
+ <circle cx="3" cy="18" r="2"></circle>
274
+ </svg>
275
+ </button>
276
+ </div>
277
+
278
+ <!-- List Items -->
279
+ <div class="list">
280
+ <div class="item">
281
+ <div class="play">
282
+ <svg viewBox="0 0 24 24">
283
+ <polygon points="8,6 18,12 8,18"></polygon>
284
+ </svg>
285
+ </div>
286
+ <div class="texts">
287
+ <div class="primary">Recording 2</div>
288
+ <div class="secondary">Dec 14, 10:09 AM</div>
289
+ </div>
290
+ <div class="duration">00:25</div>
291
+ </div>
292
+
293
+ <div class="divider"></div>
294
+
295
+ <div class="item">
296
+ <div class="play">
297
+ <svg viewBox="0 0 24 24">
298
+ <polygon points="8,6 18,12 8,18"></polygon>
299
+ </svg>
300
+ </div>
301
+ <div class="texts">
302
+ <div class="primary">Gardening Tools &amp; Equipments</div>
303
+ <div class="secondary">Dec 14, 10:06 AM</div>
304
+ </div>
305
+ <div class="duration">00:10</div>
306
+ </div>
307
+ </div>
308
+
309
+ <!-- Ad Banner Placeholder -->
310
+ <div class="ad-banner">[IMG: Ad Banner - Cleaning Product Promotion]</div>
311
+
312
+ <!-- Gesture Pill -->
313
+ <div class="gesture-bar"></div>
314
+ </div>
315
+ </body>
316
+ </html>
code/7029/7029_3.html ADDED
@@ -0,0 +1,266 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Recordings - Rename Dialog</title>
6
+ <style>
7
+ body { margin:0; padding:0; background:transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width:1080px; height:2400px; position:relative; overflow:hidden;
10
+ background:#121212; color:#fff;
11
+ }
12
+
13
+ /* Status bar */
14
+ .status-bar {
15
+ position:absolute; top:0; left:0; width:100%; height:90px;
16
+ background:#121212;
17
+ display:flex; align-items:center; justify-content:space-between;
18
+ padding:0 24px; box-sizing:border-box; font-weight:600;
19
+ }
20
+ .status-left { display:flex; align-items:center; gap:12px; font-size:34px; color:#eaeaea; }
21
+ .status-right { display:flex; align-items:center; gap:22px; }
22
+ .status-icon {
23
+ width:36px; height:36px; border-radius:50%; background:#e0e0e0;
24
+ }
25
+ .battery {
26
+ width:44px; height:24px; border:2px solid #e0e0e0; border-radius:4px; position:relative;
27
+ }
28
+ .battery::after {
29
+ content:''; position:absolute; right:-6px; top:6px; width:6px; height:12px; background:#e0e0e0; border-radius:2px;
30
+ }
31
+ .battery-fill { position:absolute; left:3px; top:3px; width:30px; height:16px; background:#e0e0e0; }
32
+
33
+ /* Header bar */
34
+ .header {
35
+ position:absolute; top:90px; left:0; width:100%; height:140px;
36
+ display:flex; align-items:center; padding:0 24px; box-sizing:border-box;
37
+ color:#eaeaea;
38
+ background:#1b1b1b;
39
+ border-bottom:1px solid #2a2a2a;
40
+ }
41
+ .back-btn { width:64px; height:64px; display:flex; align-items:center; justify-content:center; }
42
+ .header-title { font-size:44px; margin-left:6px; }
43
+ .menu-btn { margin-left:auto; width:64px; height:64px; display:flex; align-items:center; justify-content:center; }
44
+
45
+ /* List */
46
+ .list { position:absolute; top:230px; left:0; right:0; padding:0 24px; box-sizing:border-box; }
47
+ .item {
48
+ display:flex; align-items:center; justify-content:space-between;
49
+ padding:28px 10px; border-bottom:1px solid #2a2a2a; color:#d0d0d0;
50
+ }
51
+ .item-left { display:flex; align-items:center; gap:26px; }
52
+ .play {
53
+ width:58px; height:58px; border-radius:50%; border:2px solid #4b4b4b; display:flex; align-items:center; justify-content:center;
54
+ }
55
+ .play svg { width:26px; height:26px; fill:#9e9e9e; }
56
+ .title { font-size:38px; }
57
+ .subtitle { font-size:28px; color:#9e9e9e; margin-top:6px; }
58
+ .duration { font-size:30px; color:#9e9e9e; }
59
+ .item-right { display:flex; align-items:center; gap:26px; }
60
+ .dots { width:44px; height:44px; display:flex; align-items:center; justify-content:center; }
61
+
62
+ /* Overlay + Dialog */
63
+ .overlay {
64
+ position:absolute; inset:0; background:rgba(0,0,0,0.6);
65
+ }
66
+ .dialog {
67
+ position:absolute; left:60px; top:880px; width:960px; background:#3f3f3f;
68
+ border-radius:14px; box-shadow:0 16px 40px rgba(0,0,0,0.7);
69
+ padding:34px; box-sizing:border-box;
70
+ }
71
+ .dialog-title { font-size:44px; margin-bottom:36px; color:#ffffff; }
72
+ .input-row { margin:10px 0 28px; }
73
+ .input-field {
74
+ position:relative; padding-bottom:18px;
75
+ }
76
+ .selection {
77
+ display:inline-block; background:#9e5a54; color:#fff; padding:10px 8px;
78
+ font-size:38px;
79
+ }
80
+ .underline {
81
+ position:absolute; left:0; right:0; bottom:0; height:4px; background:#e57373;
82
+ }
83
+ .actions {
84
+ display:flex; justify-content:flex-end; gap:48px; padding-top:4px;
85
+ }
86
+ .btn-text {
87
+ font-size:36px; color:#ef5350; letter-spacing:1px;
88
+ }
89
+
90
+ /* Ad banner placeholder */
91
+ .ad-banner {
92
+ position:absolute; left:60px; top:1470px; width:960px; height:140px;
93
+ background:#E0E0E0; border:1px solid #BDBDBD;
94
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:34px;
95
+ }
96
+
97
+ /* Keyboard */
98
+ .keyboard {
99
+ position:absolute; left:0; bottom:84px; width:100%; height:950px;
100
+ background:#1a1a1a; border-top:1px solid #2a2a2a;
101
+ padding:30px 24px; box-sizing:border-box;
102
+ }
103
+ .kb-tools { display:flex; gap:28px; margin-bottom:24px; color:#bbb; }
104
+ .kb-tool {
105
+ width:90px; height:70px; background:#2a2a2a; border-radius:14px; display:flex; align-items:center; justify-content:center; font-size:28px;
106
+ }
107
+ .row { display:flex; gap:18px; margin:18px 0; }
108
+ .key {
109
+ flex:1; height:120px; background:#2a2a2a; border-radius:22px;
110
+ display:flex; align-items:center; justify-content:center; color:#eaeaea; font-size:44px;
111
+ }
112
+ .key.small { flex:0 0 150px; }
113
+ .key.medium { flex:0 0 200px; }
114
+ .key.wide { flex:1.8; }
115
+ .key.icon { font-size:34px; color:#cfcfcf; }
116
+ .key.blue { background:#bcdcff; color:#0e3a6e; border-radius:36px; }
117
+
118
+ /* Home indicator */
119
+ .home-indicator {
120
+ position:absolute; bottom:22px; left:50%; transform:translateX(-50%);
121
+ width:300px; height:10px; background:#eaeaea; border-radius:8px; opacity:0.85;
122
+ }
123
+ </style>
124
+ </head>
125
+ <body>
126
+ <div id="render-target">
127
+
128
+ <!-- Status bar -->
129
+ <div class="status-bar">
130
+ <div class="status-left">
131
+ <div>10:13</div>
132
+ <div class="status-icon"></div>
133
+ <div class="status-icon"></div>
134
+ <div class="status-icon"></div>
135
+ <div class="status-icon" style="background:#d9d9d9;"></div>
136
+ </div>
137
+ <div class="status-right">
138
+ <div class="battery">
139
+ <div class="battery-fill"></div>
140
+ </div>
141
+ </div>
142
+ </div>
143
+
144
+ <!-- Header -->
145
+ <div class="header">
146
+ <div class="back-btn">
147
+ <svg viewBox="0 0 24 24" width="44" height="44">
148
+ <path fill="#e0e0e0" d="M15.5 4.5L7 12l8.5 7.5-1.5 1.5L4 12l10-9z"/>
149
+ </svg>
150
+ </div>
151
+ <div class="header-title">Recordings</div>
152
+ <div class="menu-btn">
153
+ <svg viewBox="0 0 24 24" width="40" height="40">
154
+ <circle cx="12" cy="5" r="2.2" fill="#cfcfcf"></circle>
155
+ <circle cx="12" cy="12" r="2.2" fill="#cfcfcf"></circle>
156
+ <circle cx="12" cy="19" r="2.2" fill="#cfcfcf"></circle>
157
+ </svg>
158
+ </div>
159
+ </div>
160
+
161
+ <!-- List (dimmed under dialog) -->
162
+ <div class="list" style="opacity:0.35;">
163
+ <div class="item">
164
+ <div class="item-left">
165
+ <div class="play">
166
+ <svg viewBox="0 0 24 24"><path d="M8 5v14l11-7z"></path></svg>
167
+ </div>
168
+ <div>
169
+ <div class="title">Recording 2</div>
170
+ <div class="subtitle">Dec 14, 10:09 AM</div>
171
+ </div>
172
+ </div>
173
+ <div class="item-right">
174
+ <div class="duration">00:25</div>
175
+ <div class="dots">
176
+ <svg viewBox="0 0 24 24" width="36" height="36">
177
+ <circle cx="12" cy="5" r="2" fill="#9e9e9e"></circle>
178
+ <circle cx="12" cy="12" r="2" fill="#9e9e9e"></circle>
179
+ <circle cx="12" cy="19" r="2" fill="#9e9e9e"></circle>
180
+ </svg>
181
+ </div>
182
+ </div>
183
+ </div>
184
+
185
+ <div class="item">
186
+ <div class="item-left">
187
+ <div class="play">
188
+ <svg viewBox="0 0 24 24"><path d="M8 5v14l11-7z"></path></svg>
189
+ </div>
190
+ <div>
191
+ <div class="title">Gardening Tools &amp; Equipments</div>
192
+ <div class="subtitle">Dec 14, 10:08 AM</div>
193
+ </div>
194
+ </div>
195
+ <div class="item-right">
196
+ <div class="duration">00:10</div>
197
+ <div class="dots">
198
+ <svg viewBox="0 0 24 24" width="36" height="36">
199
+ <circle cx="12" cy="5" r="2" fill="#9e9e9e"></circle>
200
+ <circle cx="12" cy="12" r="2" fill="#9e9e9e"></circle>
201
+ <circle cx="12" cy="19" r="2" fill="#9e9e9e"></circle>
202
+ </svg>
203
+ </div>
204
+ </div>
205
+ </div>
206
+ </div>
207
+
208
+ <!-- Overlay and Dialog -->
209
+ <div class="overlay"></div>
210
+ <div class="dialog">
211
+ <div class="dialog-title">Rename</div>
212
+ <div class="input-row">
213
+ <div class="input-field">
214
+ <span class="selection">Recording 2</span>
215
+ <div class="underline"></div>
216
+ </div>
217
+ </div>
218
+ <div class="actions">
219
+ <div class="btn-text">CANCEL</div>
220
+ <div class="btn-text">OK</div>
221
+ </div>
222
+ </div>
223
+
224
+ <!-- Ad banner -->
225
+ <div class="ad-banner">[IMG: Ad Banner]</div>
226
+
227
+ <!-- Keyboard -->
228
+ <div class="keyboard">
229
+ <div class="kb-tools">
230
+ <div class="kb-tool">⌨️</div>
231
+ <div class="kb-tool">🙂</div>
232
+ <div class="kb-tool">GIF</div>
233
+ <div class="kb-tool">⚙️</div>
234
+ <div class="kb-tool">G⇄</div>
235
+ <div class="kb-tool">🎨</div>
236
+ <div class="kb-tool">🎤</div>
237
+ </div>
238
+
239
+ <div class="row">
240
+ <div class="key small">?123</div>
241
+ <div class="key">Q</div><div class="key">W</div><div class="key">E</div><div class="key">R</div><div class="key">T</div><div class="key">Y</div><div class="key">U</div><div class="key">I</div><div class="key">O</div><div class="key">P</div>
242
+ <div class="key small icon">⌫</div>
243
+ </div>
244
+ <div class="row">
245
+ <div class="key medium icon">⇧</div>
246
+ <div class="key">A</div><div class="key">S</div><div class="key">D</div><div class="key">F</div><div class="key">G</div><div class="key">H</div><div class="key">J</div><div class="key">K</div><div class="key">L</div>
247
+ <div class="key medium icon">´</div>
248
+ </div>
249
+ <div class="row">
250
+ <div class="key medium icon">⇧</div>
251
+ <div class="key">Z</div><div class="key">X</div><div class="key">C</div><div class="key">V</div><div class="key">B</div><div class="key">N</div><div class="key">M</div>
252
+ <div class="key medium icon">,</div>
253
+ <div class="key blue medium">↵</div>
254
+ </div>
255
+ <div class="row">
256
+ <div class="key medium icon">☻</div>
257
+ <div class="key wide">Space</div>
258
+ <div class="key medium icon">.</div>
259
+ </div>
260
+ </div>
261
+
262
+ <!-- Home indicator -->
263
+ <div class="home-indicator"></div>
264
+ </div>
265
+ </body>
266
+ </html>