yhzheng1031 commited on
Commit
bbf0a23
·
verified ·
1 Parent(s): 12b1bce

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/441/441_3.html +307 -0
  2. code/441/441_4.html +263 -0
  3. code/441/441_5.html +269 -0
  4. code/441/441_6.html +299 -0
  5. code/4410/4410_0.html +290 -0
  6. code/4410/4410_1.html +326 -0
  7. code/4410/4410_2.html +279 -0
  8. code/4412/4412_0.html +265 -0
  9. code/4412/4412_1.html +230 -0
  10. code/4412/4412_2.html +403 -0
  11. code/4412/4412_3.html +312 -0
  12. code/4412/4412_4.html +286 -0
  13. code/4415/4415_0.html +356 -0
  14. code/4415/4415_1.html +259 -0
  15. code/4415/4415_2.html +177 -0
  16. code/4415/4415_3.html +305 -0
  17. code/4415/4415_4.html +327 -0
  18. code/4415/4415_5.html +324 -0
  19. code/4415/4415_6.html +234 -0
  20. code/442/442_0.html +354 -0
  21. code/442/442_1.html +289 -0
  22. code/442/442_2.html +395 -0
  23. code/442/442_3.html +363 -0
  24. code/4420/4420_0.html +315 -0
  25. code/4420/4420_1.html +363 -0
  26. code/4420/4420_2.html +277 -0
  27. code/4420/4420_3.html +218 -0
  28. code/4421/4421_0.html +235 -0
  29. code/4421/4421_1.html +390 -0
  30. code/4421/4421_2.html +262 -0
  31. code/4421/4421_3.html +267 -0
  32. code/4421/4421_4.html +363 -0
  33. code/4421/4421_5.html +423 -0
  34. code/4425/4425_0.html +356 -0
  35. code/4425/4425_1.html +312 -0
  36. code/4425/4425_2.html +343 -0
  37. code/4425/4425_3.html +416 -0
  38. code/4425/4425_4.html +286 -0
  39. code/4425/4425_5.html +367 -0
  40. code/4427/4427_0.html +373 -0
  41. code/4427/4427_1.html +326 -0
  42. code/4427/4427_10.html +339 -0
  43. code/4427/4427_11.html +267 -0
  44. code/4427/4427_2.html +399 -0
  45. code/4427/4427_3.html +261 -0
  46. code/4427/4427_4.html +269 -0
  47. code/4427/4427_5.html +354 -0
  48. code/4427/4427_6.html +227 -0
  49. code/4427/4427_7.html +355 -0
  50. code/4427/4427_8.html +335 -0
code/441/441_3.html ADDED
@@ -0,0 +1,307 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Reviews Screen</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: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
16
+ color: #000;
17
+ }
18
+ .status-bar {
19
+ height: 120px;
20
+ padding: 0 40px;
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ font-weight: 600;
25
+ color: #2b2b2b;
26
+ }
27
+ .status-left {
28
+ display: flex;
29
+ align-items: center;
30
+ gap: 20px;
31
+ font-size: 42px;
32
+ }
33
+ .status-right {
34
+ display: flex;
35
+ align-items: center;
36
+ gap: 22px;
37
+ }
38
+ .icon {
39
+ display: inline-block;
40
+ }
41
+
42
+ .header {
43
+ padding: 10px 40px 30px 40px;
44
+ }
45
+ .header-top {
46
+ display: flex;
47
+ align-items: center;
48
+ justify-content: center;
49
+ position: relative;
50
+ margin-top: 10px;
51
+ }
52
+ .header-title {
53
+ font-weight: 800;
54
+ font-size: 44px;
55
+ letter-spacing: 1px;
56
+ }
57
+ .close-btn {
58
+ position: absolute;
59
+ right: 0;
60
+ top: -6px;
61
+ width: 70px;
62
+ height: 70px;
63
+ }
64
+ .stars {
65
+ display: flex;
66
+ gap: 28px;
67
+ justify-content: center;
68
+ margin-top: 20px;
69
+ }
70
+ .star svg { width: 72px; height: 72px; fill: #000; }
71
+
72
+ .divider { height: 1px; background: #E5E5E5; margin: 30px 0; }
73
+
74
+ .review {
75
+ padding: 0 40px;
76
+ }
77
+ .review-top {
78
+ display: flex;
79
+ align-items: center;
80
+ justify-content: space-between;
81
+ margin-top: 8px;
82
+ }
83
+ .review .stars-left {
84
+ display: flex;
85
+ gap: 28px;
86
+ }
87
+ .review-date {
88
+ font-size: 38px;
89
+ color: #7a7a7a;
90
+ letter-spacing: 0.5px;
91
+ }
92
+ .review-title {
93
+ margin-top: 26px;
94
+ font-weight: 800;
95
+ font-size: 50px;
96
+ letter-spacing: 0.4px;
97
+ }
98
+ .review-desc {
99
+ margin-top: 18px;
100
+ font-size: 40px;
101
+ line-height: 56px;
102
+ color: #777;
103
+ }
104
+ .recommend {
105
+ display: flex;
106
+ align-items: center;
107
+ gap: 20px;
108
+ margin-top: 28px;
109
+ font-weight: 800;
110
+ font-size: 40px;
111
+ }
112
+ .check-icon {
113
+ width: 52px; height: 52px;
114
+ }
115
+ .meta {
116
+ margin-top: 28px;
117
+ padding-top: 28px;
118
+ border-top: 1px solid #E5E5E5;
119
+ display: flex;
120
+ align-items: center;
121
+ gap: 18px;
122
+ font-size: 40px;
123
+ }
124
+ .meta .name { font-weight: 800; }
125
+ .bullet { width: 6px; height: 6px; background: #999; border-radius: 50%; margin: 0 10px; }
126
+ .meta .verified { color: #777; letter-spacing: 0.4px; }
127
+ .section-divider { height: 1px; background: #EAEAEA; margin: 36px 40px; }
128
+
129
+ .bottom-bar {
130
+ position: absolute;
131
+ bottom: 0;
132
+ left: 0;
133
+ width: 100%;
134
+ height: 140px;
135
+ background: #000;
136
+ }
137
+ .gesture-pill {
138
+ position: absolute;
139
+ bottom: 32px;
140
+ left: 50%;
141
+ transform: translateX(-50%);
142
+ width: 300px;
143
+ height: 16px;
144
+ background: #cfcfcf;
145
+ border-radius: 10px;
146
+ opacity: 0.8;
147
+ }
148
+ </style>
149
+ </head>
150
+ <body>
151
+ <div id="render-target">
152
+
153
+ <!-- Status bar -->
154
+ <div class="status-bar">
155
+ <div class="status-left">
156
+ <span>12:56</span>
157
+ <!-- Home icon -->
158
+ <svg class="icon" width="42" height="42" viewBox="0 0 24 24">
159
+ <path d="M12 3l9 8h-3v9h-5v-6H11v6H6v-9H3l9-8z" fill="#666"/>
160
+ </svg>
161
+ </div>
162
+ <div class="status-right">
163
+ <!-- WiFi icon -->
164
+ <svg class="icon" width="48" height="48" viewBox="0 0 24 24">
165
+ <path d="M12 18.5a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm-4.2-3.9l1.4 1.4A5 5 0 0112 15a5 5 0 012.8.9l1.4-1.4A6.9 6.9 0 0012 13a6.9 6.9 0 00-4.2 1.6zM3.5 10.7l1.4 1.4A10.1 10.1 0 0112 9c2.7 0 5.2 1 7.1 2.7l1.4-1.4A12.5 12.5 0 0012 6.5c-3.7 0-7.1 1.4-8.5 4.2z" fill="#666"/>
166
+ </svg>
167
+ <!-- Battery icon -->
168
+ <svg class="icon" width="58" height="58" viewBox="0 0 28 28">
169
+ <rect x="2" y="6" width="20" height="12" rx="2" ry="2" fill="none" stroke="#666" stroke-width="2"/>
170
+ <rect x="4" y="8" width="14" height="8" fill="#666"/>
171
+ <rect x="22" y="10" width="3" height="4" fill="#666"/>
172
+ </svg>
173
+ </div>
174
+ </div>
175
+
176
+ <!-- Header -->
177
+ <div class="header">
178
+ <div class="header-top">
179
+ <div class="header-title">21 REVIEWS</div>
180
+ <!-- Close X -->
181
+ <svg class="close-btn" viewBox="0 0 24 24">
182
+ <path d="M4 4l16 16M20 4L4 20" stroke="#000" stroke-width="2.4" stroke-linecap="round"/>
183
+ </svg>
184
+ </div>
185
+ <div class="stars">
186
+ <div class="star">
187
+ <svg 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>
188
+ </div>
189
+ <div class="star">
190
+ <svg 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>
191
+ </div>
192
+ <div class="star">
193
+ <svg 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>
194
+ </div>
195
+ <div class="star">
196
+ <svg 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>
197
+ </div>
198
+ <div class="star">
199
+ <svg 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>
200
+ </div>
201
+ </div>
202
+ <div class="divider"></div>
203
+ </div>
204
+
205
+ <!-- Review 1 -->
206
+ <div class="review">
207
+ <div class="review-top">
208
+ <div class="stars-left">
209
+ <div class="star"><svg 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></div>
210
+ <div class="star"><svg 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></div>
211
+ <div class="star"><svg 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></div>
212
+ <div class="star"><svg 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></div>
213
+ <div class="star"><svg 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></div>
214
+ </div>
215
+ <div class="review-date">NOV 12, 2023</div>
216
+ </div>
217
+
218
+ <div class="review-title">PERFECT SHOES HIGHLY RECOMMEND</div>
219
+ <div class="review-desc">The shoes are so comfy and could work daily use specially with running</div>
220
+
221
+ <div class="recommend">
222
+ <svg class="check-icon" viewBox="0 0 24 24">
223
+ <circle cx="12" cy="12" r="11" fill="#7AC487"/>
224
+ <path d="M7 12.5l3 3 7-8" stroke="#fff" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
225
+ </svg>
226
+ <span>RECOMMENDS THIS PRODUCT</span>
227
+ </div>
228
+
229
+ <div class="meta">
230
+ <span class="name">MKHD</span>
231
+ <span class="bullet"></span>
232
+ <span class="verified">VERIFIED PURCHASER</span>
233
+ </div>
234
+
235
+ <div class="section-divider"></div>
236
+ </div>
237
+
238
+ <!-- Review 2 -->
239
+ <div class="review">
240
+ <div class="review-top">
241
+ <div class="stars-left">
242
+ <div class="star"><svg 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></div>
243
+ <div class="star"><svg 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></div>
244
+ <div class="star"><svg 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></div>
245
+ <div class="star"><svg 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></div>
246
+ <div class="star"><svg 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></div>
247
+ </div>
248
+ <div class="review-date">NOV 9, 2023</div>
249
+ </div>
250
+
251
+ <div class="review-title">BEST PURCHASE EVER</div>
252
+ <div class="review-desc">Very comfortable and good looking shoes. Perfect fit to my feet.</div>
253
+
254
+ <div class="recommend">
255
+ <svg class="check-icon" viewBox="0 0 24 24">
256
+ <circle cx="12" cy="12" r="11" fill="#7AC487"/>
257
+ <path d="M7 12.5l3 3 7-8" stroke="#fff" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
258
+ </svg>
259
+ <span>RECOMMENDS THIS PRODUCT</span>
260
+ </div>
261
+
262
+ <div class="meta">
263
+ <span class="name">ALMART</span>
264
+ <span class="bullet"></span>
265
+ <span class="verified">VERIFIED PURCHASER</span>
266
+ </div>
267
+
268
+ <div class="section-divider"></div>
269
+ </div>
270
+
271
+ <!-- Review 3 -->
272
+ <div class="review">
273
+ <div class="review-top">
274
+ <div class="stars-left">
275
+ <div class="star"><svg 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></div>
276
+ <div class="star"><svg 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></div>
277
+ <div class="star"><svg 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></div>
278
+ <div class="star"><svg 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></div>
279
+ <div class="star"><svg 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></div>
280
+ </div>
281
+ <div class="review-date">NOV 7, 2023</div>
282
+ </div>
283
+
284
+ <div class="review-title">BEST PURCHASE EVER.</div>
285
+ <div class="review-desc">Adidas not only offers high quality footwear to its customers but also, that are comfortable and durable. It is known because they create products keeping their users in mind.</div>
286
+
287
+ <div class="recommend">
288
+ <svg class="check-icon" viewBox="0 0 24 24">
289
+ <circle cx="12" cy="12" r="11" fill="#7AC487"/>
290
+ <path d="M7 12.5l3 3 7-8" stroke="#fff" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
291
+ </svg>
292
+ <span>RECOMMENDS THIS PRODUCT</span>
293
+ </div>
294
+
295
+ <div class="meta">
296
+ <span class="name">ALDO</span>
297
+ <span class="bullet"></span>
298
+ <span class="verified">VERIFIED PURCHASER</span>
299
+ </div>
300
+ </div>
301
+
302
+ <div class="bottom-bar">
303
+ <div class="gesture-pill"></div>
304
+ </div>
305
+ </div>
306
+ </body>
307
+ </html>
code/441/441_4.html ADDED
@@ -0,0 +1,263 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Reviews 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
+ height: 120px;
18
+ padding: 0 40px;
19
+ color: #6e6e6e;
20
+ font-size: 36px;
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ }
25
+ .status-left, .status-right { display: flex; align-items: center; gap: 24px; }
26
+ .icon { width: 40px; height: 40px; }
27
+ .header {
28
+ text-align: center;
29
+ padding-top: 40px;
30
+ position: relative;
31
+ }
32
+ .header-title {
33
+ font-weight: 800;
34
+ font-size: 44px;
35
+ letter-spacing: 2px;
36
+ margin-top: 80px;
37
+ }
38
+ .star-row {
39
+ display: inline-flex;
40
+ gap: 22px;
41
+ margin-top: 28px;
42
+ }
43
+ .star {
44
+ width: 72px;
45
+ height: 72px;
46
+ }
47
+ .close-btn {
48
+ position: absolute;
49
+ top: 150px;
50
+ right: 60px;
51
+ width: 54px;
52
+ height: 54px;
53
+ cursor: default;
54
+ }
55
+
56
+ .divider {
57
+ height: 1px;
58
+ background: #e6e6e6;
59
+ margin: 40px 40px 0 40px;
60
+ }
61
+
62
+ .content {
63
+ padding: 0 60px;
64
+ }
65
+
66
+ .review-meta {
67
+ display: flex;
68
+ align-items: center;
69
+ gap: 16px;
70
+ color: #777;
71
+ font-size: 32px;
72
+ padding: 28px 0;
73
+ border-bottom: 1px solid #ececec;
74
+ }
75
+ .review-meta .name {
76
+ font-weight: 800;
77
+ color: #000;
78
+ letter-spacing: 1px;
79
+ }
80
+ .review-block {
81
+ padding: 34px 0 16px 0;
82
+ border-bottom: 1px solid #ececec;
83
+ }
84
+ .rating-line {
85
+ display: flex;
86
+ align-items: center;
87
+ justify-content: space-between;
88
+ margin-bottom: 24px;
89
+ }
90
+ .rating-line .date {
91
+ font-size: 32px;
92
+ color: #777;
93
+ }
94
+ .headline {
95
+ font-size: 40px;
96
+ font-weight: 800;
97
+ color: #111;
98
+ margin: 12px 0 16px 0;
99
+ text-transform: none;
100
+ }
101
+ .body-text {
102
+ font-size: 32px;
103
+ line-height: 1.5;
104
+ color: #7a7a7a;
105
+ }
106
+ .recommend {
107
+ display: flex;
108
+ align-items: center;
109
+ gap: 16px;
110
+ margin-top: 28px;
111
+ font-size: 34px;
112
+ font-weight: 800;
113
+ color: #1c1c1c;
114
+ }
115
+ .check {
116
+ width: 44px;
117
+ height: 44px;
118
+ }
119
+
120
+ /* Helper colors for stars */
121
+ .fill-dark path { fill: #000000; }
122
+ .fill-muted path { fill: #cfcfcf; }
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
+ <span>12:57</span>
132
+ <!-- simple home outline icon -->
133
+ <svg class="icon" viewBox="0 0 24 24">
134
+ <path fill="#9e9e9e" d="M12 3l9 8h-2v9h-5v-6H10v6H5v-9H3z"></path>
135
+ </svg>
136
+ </div>
137
+ <div class="status-right">
138
+ <!-- wifi -->
139
+ <svg class="icon" viewBox="0 0 24 24">
140
+ <path fill="#9e9e9e" d="M12 18.5l3.5-3.5-1.4-1.4L12 15.7l-2.1-2.1-1.4 1.4zM2 8.5l2.1 2.1C6.8 7.9 9.3 7 12 7s5.2.9 7.9 3.6L22 8.5C18.8 5.4 15.6 4 12 4S5.2 5.4 2 8.5z"></path>
141
+ </svg>
142
+ <!-- battery -->
143
+ <svg class="icon" viewBox="0 0 24 24">
144
+ <path fill="#9e9e9e" d="M16 6h2v2h2v8h-2v2h-2v-2H4V8h12V6zM6 10v4h8v-4H6z"></path>
145
+ </svg>
146
+ </div>
147
+ </div>
148
+
149
+ <!-- Header with overall rating -->
150
+ <div class="header">
151
+ <div class="header-title">21 REVIEWS</div>
152
+ <div class="star-row">
153
+ <svg class="star fill-dark" viewBox="0 0 24 24"><path d="M12 17.3L18.2 21l-1.6-7 5.4-4.8-7.2-.6L12 2 9.2 8.6 2 9.2l5.5 4.8L5.8 21z"/></svg>
154
+ <svg class="star fill-dark" viewBox="0 0 24 24"><path d="M12 17.3L18.2 21l-1.6-7 5.4-4.8-7.2-.6L12 2 9.2 8.6 2 9.2l5.5 4.8L5.8 21z"/></svg>
155
+ <svg class="star fill-dark" viewBox="0 0 24 24"><path d="M12 17.3L18.2 21l-1.6-7 5.4-4.8-7.2-.6L12 2 9.2 8.6 2 9.2l5.5 4.8L5.8 21z"/></svg>
156
+ <svg class="star fill-dark" viewBox="0 0 24 24"><path d="M12 17.3L18.2 21l-1.6-7 5.4-4.8-7.2-.6L12 2 9.2 8.6 2 9.2l5.5 4.8L5.8 21z"/></svg>
157
+ <svg class="star fill-dark" viewBox="0 0 24 24"><path d="M12 17.3L18.2 21l-1.6-7 5.4-4.8-7.2-.6L12 2 9.2 8.6 2 9.2l5.5 4.8L5.8 21z"/></svg>
158
+ </div>
159
+ <!-- Close icon -->
160
+ <svg class="close-btn" viewBox="0 0 24 24">
161
+ <path d="M4 4l16 16M20 4L4 20" stroke="#000" stroke-width="2" fill="none" stroke-linecap="round"/>
162
+ </svg>
163
+ </div>
164
+
165
+ <div class="divider"></div>
166
+
167
+ <div class="content">
168
+
169
+ <!-- Review 1 meta -->
170
+ <div class="review-meta">
171
+ <span class="name">ALMART</span>
172
+ <span>·</span>
173
+ <span>VERIFIED PURCHASER</span>
174
+ </div>
175
+
176
+ <!-- Review 1 body -->
177
+ <div class="review-block">
178
+ <div class="rating-line">
179
+ <div class="star-row">
180
+ <svg class="star fill-dark" viewBox="0 0 24 24"><path d="M12 17.3L18.2 21l-1.6-7 5.4-4.8-7.2-.6L12 2 9.2 8.6 2 9.2l5.5 4.8L5.8 21z"/></svg>
181
+ <svg class="star fill-dark" viewBox="0 0 24 24"><path d="M12 17.3L18.2 21l-1.6-7 5.4-4.8-7.2-.6L12 2 9.2 8.6 2 9.2l5.5 4.8L5.8 21z"/></svg>
182
+ <svg class="star fill-dark" viewBox="0 0 24 24"><path d="M12 17.3L18.2 21l-1.6-7 5.4-4.8-7.2-.6L12 2 9.2 8.6 2 9.2l5.5 4.8L5.8 21z"/></svg>
183
+ <svg class="star fill-dark" viewBox="0 0 24 24"><path d="M12 17.3L18.2 21l-1.6-7 5.4-4.8-7.2-.6L12 2 9.2 8.6 2 9.2l5.5 4.8L5.8 21z"/></svg>
184
+ <svg class="star fill-dark" viewBox="0 0 24 24"><path d="M12 17.3L18.2 21l-1.6-7 5.4-4.8-7.2-.6L12 2 9.2 8.6 2 9.2l5.5 4.8L5.8 21z"/></svg>
185
+ </div>
186
+ <div class="date">NOV 7, 2023</div>
187
+ </div>
188
+
189
+ <div class="headline">BEST PURCHASE EVER.</div>
190
+ <div class="body-text">
191
+ Adidas not only offers high quality footwear to its customers but also, that are comfortable and durable.
192
+ It is known because they create products keeping their users in mind.
193
+ </div>
194
+
195
+ <div class="recommend">
196
+ <svg class="check" viewBox="0 0 24 24">
197
+ <circle cx="12" cy="12" r="10" fill="#4CAF50"/>
198
+ <path fill="#ffffff" d="M10.1 15.4L6.9 12.2l1.4-1.4 1.8 1.8 4.6-4.6 1.4 1.4z"/>
199
+ </svg>
200
+ <span>RECOMMENDS THIS PRODUCT</span>
201
+ </div>
202
+ </div>
203
+
204
+ <!-- Review 2 meta -->
205
+ <div class="review-meta">
206
+ <span class="name">ALDO</span>
207
+ <span>·</span>
208
+ <span>VERIFIED PURCHASER</span>
209
+ </div>
210
+
211
+ <!-- Review 2 body -->
212
+ <div class="review-block">
213
+ <div class="rating-line">
214
+ <div class="star-row">
215
+ <svg class="star fill-dark" viewBox="0 0 24 24"><path d="M12 17.3L18.2 21l-1.6-7 5.4-4.8-7.2-.6L12 2 9.2 8.6 2 9.2l5.5 4.8L5.8 21z"/></svg>
216
+ <svg class="star fill-dark" viewBox="0 0 24 24"><path d="M12 17.3L18.2 21l-1.6-7 5.4-4.8-7.2-.6L12 2 9.2 8.6 2 9.2l5.5 4.8L5.8 21z"/></svg>
217
+ <svg class="star fill-muted" viewBox="0 0 24 24"><path d="M12 17.3L18.2 21l-1.6-7 5.4-4.8-7.2-.6L12 2 9.2 8.6 2 9.2l5.5 4.8L5.8 21z"/></svg>
218
+ <svg class="star fill-muted" viewBox="0 0 24 24"><path d="M12 17.3L18.2 21l-1.6-7 5.4-4.8-7.2-.6L12 2 9.2 8.6 2 9.2l5.5 4.8L5.8 21z"/></svg>
219
+ <svg class="star fill-muted" viewBox="0 0 24 24"><path d="M12 17.3L18.2 21l-1.6-7 5.4-4.8-7.2-.6L12 2 9.2 8.6 2 9.2l5.5 4.8L5.8 21z"/></svg>
220
+ </div>
221
+ <div class="date">NOV 7, 2023</div>
222
+ </div>
223
+
224
+ <div class="headline">WOULDN’T RECOMMEND</div>
225
+ <div class="body-text">
226
+ For me they’re uncomfortable<br>
227
+ I’m not convinced the design has been thought through.<br>
228
+ The ‘tongue’ cuts in and the sole makes your posture feel awkward to an extent where they give me backache
229
+ (unless I’ve just got a freaky skeleton).
230
+ </div>
231
+ </div>
232
+
233
+ <!-- Review 3 meta -->
234
+ <div class="review-meta">
235
+ <span class="name">GHOST69</span>
236
+ <span>·</span>
237
+ <span>VERIFIED PURCHASER</span>
238
+ </div>
239
+
240
+ <!-- Review 3 body -->
241
+ <div class="review-block" style="border-bottom:none;">
242
+ <div class="rating-line">
243
+ <div class="star-row">
244
+ <svg class="star fill-dark" viewBox="0 0 24 24"><path d="M12 17.3L18.2 21l-1.6-7 5.4-4.8-7.2-.6L12 2 9.2 8.6 2 9.2l5.5 4.8L5.8 21z"/></svg>
245
+ <svg class="star fill-dark" viewBox="0 0 24 24"><path d="M12 17.3L18.2 21l-1.6-7 5.4-4.8-7.2-.6L12 2 9.2 8.6 2 9.2l5.5 4.8L5.8 21z"/></svg>
246
+ <svg class="star fill-dark" viewBox="0 0 24 24"><path d="M12 17.3L18.2 21l-1.6-7 5.4-4.8-7.2-.6L12 2 9.2 8.6 2 9.2l5.5 4.8L5.8 21z"/></svg>
247
+ <svg class="star fill-dark" viewBox="0 0 24 24"><path d="M12 17.3L18.2 21l-1.6-7 5.4-4.8-7.2-.6L12 2 9.2 8.6 2 9.2l5.5 4.8L5.8 21z"/></svg>
248
+ <svg class="star fill-dark" viewBox="0 0 24 24"><path d="M12 17.3L18.2 21l-1.6-7 5.4-4.8-7.2-.6L12 2 9.2 8.6 2 9.2l5.5 4.8L5.8 21z"/></svg>
249
+ </div>
250
+ <div class="date">NOV 6, 2023</div>
251
+ </div>
252
+
253
+ <div class="headline">GREAT SHOES COMFORTABLE AND LIGHT</div>
254
+ <div class="body-text">
255
+ Would highly recommend them to anyone who wants a light, comfortable shoe.
256
+ </div>
257
+ </div>
258
+
259
+ </div>
260
+
261
+ </div>
262
+ </body>
263
+ </html>
code/441/441_5.html ADDED
@@ -0,0 +1,269 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Reviews Screen</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
+ font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
16
+ color: #111;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ height: 110px;
22
+ padding: 28px 36px 0 36px;
23
+ box-sizing: border-box;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ color: #1a1a1a;
28
+ font-weight: 600;
29
+ font-size: 40px;
30
+ }
31
+ .status-left { display: flex; align-items: center; gap: 26px; }
32
+ .sb-icon {
33
+ width: 38px; height: 38px; opacity: 0.9;
34
+ }
35
+ .status-right { display: flex; gap: 18px; align-items: center; }
36
+
37
+ /* Close / header */
38
+ .reviews-header {
39
+ padding: 24px 36px 18px 36px;
40
+ position: relative;
41
+ text-align: center;
42
+ }
43
+ .close-btn {
44
+ position: absolute;
45
+ right: 36px;
46
+ top: 10px;
47
+ width: 56px; height: 56px;
48
+ }
49
+ .reviews-count {
50
+ font-size: 38px;
51
+ font-weight: 800;
52
+ letter-spacing: 1px;
53
+ margin-top: 16px;
54
+ margin-bottom: 18px;
55
+ }
56
+ .stars.center { justify-content: center; }
57
+ .stars {
58
+ display: flex;
59
+ gap: 22px;
60
+ align-items: center;
61
+ }
62
+ .star {
63
+ width: 72px; height: 72px;
64
+ color: #000;
65
+ }
66
+ .star.empty { color: #D9D9D9; }
67
+ .divider {
68
+ height: 1px;
69
+ background: #E6E6E6;
70
+ width: 100%;
71
+ }
72
+
73
+ /* Reviews list */
74
+ .reviews {
75
+ padding: 0 48px;
76
+ }
77
+ .review {
78
+ padding: 44px 0 40px 0;
79
+ border-bottom: 1px solid #ECECEC;
80
+ }
81
+ .rating-row {
82
+ display: flex;
83
+ justify-content: space-between;
84
+ align-items: center;
85
+ }
86
+ .review .star { width: 68px; height: 68px; }
87
+ .date {
88
+ color: #595959;
89
+ font-size: 32px;
90
+ letter-spacing: 0.2px;
91
+ }
92
+ .title {
93
+ font-size: 40px;
94
+ font-weight: 800;
95
+ margin: 28px 0 18px 0;
96
+ text-transform: uppercase;
97
+ }
98
+ .body {
99
+ font-size: 32px;
100
+ color: #7A7A7A;
101
+ line-height: 1.45;
102
+ letter-spacing: 0.1px;
103
+ }
104
+ .recommend {
105
+ display: flex;
106
+ align-items: center;
107
+ gap: 18px;
108
+ margin: 26px 0 22px 0;
109
+ }
110
+ .rec-badge {
111
+ width: 40px; height: 40px; border-radius: 20px;
112
+ background: #2DB66B; display: flex; align-items: center; justify-content: center;
113
+ }
114
+ .rec-badge svg { width: 26px; height: 26px; color: #fff; }
115
+ .rec-text {
116
+ font-weight: 800;
117
+ letter-spacing: 0.2px;
118
+ font-size: 30px;
119
+ }
120
+ .meta {
121
+ display: flex; align-items: center; gap: 10px;
122
+ font-size: 30px;
123
+ margin-top: 24px;
124
+ color: #111;
125
+ }
126
+ .name { font-weight: 800; }
127
+ .dot { opacity: 0.6; }
128
+ .verified { color: #6E6E6E; }
129
+
130
+ /* Bottom home indicator */
131
+ .home-indicator {
132
+ position: absolute;
133
+ left: 50%;
134
+ bottom: 22px;
135
+ transform: translateX(-50%);
136
+ width: 360px; height: 12px;
137
+ background: #000;
138
+ border-radius: 12px;
139
+ opacity: 0.9;
140
+ }
141
+ </style>
142
+ </head>
143
+ <body>
144
+ <div id="render-target">
145
+
146
+ <!-- Status Bar -->
147
+ <div class="status-bar">
148
+ <div class="status-left">
149
+ <div>12:57</div>
150
+ <svg class="sb-icon" viewBox="0 0 24 24" aria-hidden="true">
151
+ <path fill="#1a1a1a" d="M12 3l9 8h-3v9h-12v-9h-3l9-8z"></path>
152
+ </svg>
153
+ </div>
154
+ <div class="status-right">
155
+ <svg class="sb-icon" viewBox="0 0 24 24"><path fill="#1a1a1a" d="M2 12l4-4v8l-4-4zm6-5h14v10h-14v-10zm2 2v6h10v-6h-10z"/></svg>
156
+ <svg class="sb-icon" viewBox="0 0 24 24"><path fill="#1a1a1a" d="M16 4h-8v2h-2v14h12v-14h-2v-2zm-6 2h4v2h-4v-2zm-2 4h8v8h-8v-8z"/></svg>
157
+ </div>
158
+ </div>
159
+
160
+ <!-- Reviews Header -->
161
+ <div class="reviews-header">
162
+ <svg class="close-btn" viewBox="0 0 24 24" aria-hidden="true">
163
+ <path d="M5 5l14 14M19 5L5 19" stroke="#111" stroke-width="2.5" stroke-linecap="round"/>
164
+ </svg>
165
+ <div class="reviews-count">21 REVIEWS</div>
166
+ <div class="stars center">
167
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2l3.1 6.3 6.9 1-5 4.8 1.2 6.9-6.2-3.3-6.2 3.3 1.2-6.9-5-4.8 6.9-1z" fill="currentColor"/></svg>
168
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2l3.1 6.3 6.9 1-5 4.8 1.2 6.9-6.2-3.3-6.2 3.3 1.2-6.9-5-4.8 6.9-1z" fill="currentColor"/></svg>
169
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2l3.1 6.3 6.9 1-5 4.8 1.2 6.9-6.2-3.3-6.2 3.3 1.2-6.9-5-4.8 6.9-1z" fill="currentColor"/></svg>
170
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2l3.1 6.3 6.9 1-5 4.8 1.2 6.9-6.2-3.3-6.2 3.3 1.2-6.9-5-4.8 6.9-1z" fill="currentColor"/></svg>
171
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2l3.1 6.3 6.9 1-5 4.8 1.2 6.9-6.2-3.3-6.2 3.3 1.2-6.9-5-4.8 6.9-1z" fill="currentColor"/></svg>
172
+ </div>
173
+ </div>
174
+ <div class="divider"></div>
175
+
176
+ <div class="reviews">
177
+
178
+ <!-- Review 1 -->
179
+ <div class="review">
180
+ <div class="rating-row">
181
+ <div class="stars">
182
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2l3.1 6.3 6.9 1-5 4.8 1.2 6.9-6.2-3.3-6.2 3.3 1.2-6.9-5-4.8 6.9-1z" fill="currentColor"/></svg>
183
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2l3.1 6.3 6.9 1-5 4.8 1.2 6.9-6.2-3.3-6.2 3.3 1.2-6.9-5-4.8 6.9-1z" fill="currentColor"/></svg>
184
+ <svg class="star empty" viewBox="0 0 24 24"><path d="M12 2l3.1 6.3 6.9 1-5 4.8 1.2 6.9-6.2-3.3-6.2 3.3 1.2-6.9-5-4.8 6.9-1z" fill="currentColor"/></svg>
185
+ <svg class="star empty" viewBox="0 0 24 24"><path d="M12 2l3.1 6.3 6.9 1-5 4.8 1.2 6.9-6.2-3.3-6.2 3.3 1.2-6.9-5-4.8 6.9-1z" fill="currentColor"/></svg>
186
+ <svg class="star empty" viewBox="0 0 24 24"><path d="M12 2l3.1 6.3 6.9 1-5 4.8 1.2 6.9-6.2-3.3-6.2 3.3 1.2-6.9-5-4.8 6.9-1z" fill="currentColor"/></svg>
187
+ </div>
188
+ <div class="date">NOV 7, 2023</div>
189
+ </div>
190
+ <div class="title">WOULDN’T RECOMMEND</div>
191
+ <div class="body">
192
+ For me they’re uncomfortable<br>
193
+ I’m not convinced the design has been thought through.<br>
194
+ The ‘tongue’ cuts in and the sole makes your posture<br>
195
+ feel awkward to an extent where they give me backache<br>
196
+ (unless I’ve just got a freaky skeleton).
197
+ </div>
198
+ <div class="meta">
199
+ <span class="name">GHOST69</span>
200
+ <span class="dot">·</span>
201
+ <span class="verified">VERIFIED PURCHASER</span>
202
+ </div>
203
+ </div>
204
+
205
+ <!-- Review 2 -->
206
+ <div class="review">
207
+ <div class="rating-row">
208
+ <div class="stars">
209
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2l3.1 6.3 6.9 1-5 4.8 1.2 6.9-6.2-3.3-6.2 3.3 1.2-6.9-5-4.8 6.9-1z" fill="currentColor"/></svg>
210
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2l3.1 6.3 6.9 1-5 4.8 1.2 6.9-6.2-3.3-6.2 3.3 1.2-6.9-5-4.8 6.9-1z" fill="currentColor"/></svg>
211
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2l3.1 6.3 6.9 1-5 4.8 1.2 6.9-6.2-3.3-6.2 3.3 1.2-6.9-5-4.8 6.9-1z" fill="currentColor"/></svg>
212
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2l3.1 6.3 6.9 1-5 4.8 1.2 6.9-6.2-3.3-6.2 3.3 1.2-6.9-5-4.8 6.9-1z" fill="currentColor"/></svg>
213
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2l3.1 6.3 6.9 1-5 4.8 1.2 6.9-6.2-3.3-6.2 3.3 1.2-6.9-5-4.8 6.9-1z" fill="currentColor"/></svg>
214
+ </div>
215
+ <div class="date">NOV 6, 2023</div>
216
+ </div>
217
+ <div class="title">GREAT SHOES COMFORTABLE AND LIGHT</div>
218
+ <div class="body">
219
+ Would highly recommend them to anyone who wants a<br>
220
+ light comfortable trainer
221
+ </div>
222
+ <div class="recommend">
223
+ <div class="rec-badge">
224
+ <svg viewBox="0 0 24 24"><path fill="currentColor" d="M9 16.2l-3.5-3.5 1.4-1.4L9 13.4l7.1-7.1 1.4 1.4z"/></svg>
225
+ </div>
226
+ <div class="rec-text">RECOMMENDS THIS PRODUCT</div>
227
+ </div>
228
+ <div class="meta">
229
+ <span class="name">BILLYBOY</span>
230
+ <span class="dot">·</span>
231
+ <span class="verified">VERIFIED PURCHASER</span>
232
+ </div>
233
+ </div>
234
+
235
+ <!-- Review 3 -->
236
+ <div class="review">
237
+ <div class="rating-row">
238
+ <div class="stars">
239
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2l3.1 6.3 6.9 1-5 4.8 1.2 6.9-6.2-3.3-6.2 3.3 1.2-6.9-5-4.8 6.9-1z" fill="currentColor"/></svg>
240
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2l3.1 6.3 6.9 1-5 4.8 1.2 6.9-6.2-3.3-6.2 3.3 1.2-6.9-5-4.8 6.9-1z" fill="currentColor"/></svg>
241
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2l3.1 6.3 6.9 1-5 4.8 1.2 6.9-6.2-3.3-6.2 3.3 1.2-6.9-5-4.8 6.9-1z" fill="currentColor"/></svg>
242
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2l3.1 6.3 6.9 1-5 4.8 1.2 6.9-6.2-3.3-6.2 3.3 1.2-6.9-5-4.8 6.9-1z" fill="currentColor"/></svg>
243
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2l3.1 6.3 6.9 1-5 4.8 1.2 6.9-6.2-3.3-6.2 3.3 1.2-6.9-5-4.8 6.9-1z" fill="currentColor"/></svg>
244
+ </div>
245
+ <div class="date">NOV 5, 2023</div>
246
+ </div>
247
+ <div class="title">NICE LOOKING AND VERY COMFORTABLE PAIR OF SHOES.</div>
248
+ <div class="body">
249
+ The type of shoes that i’am going to wear this winter.
250
+ </div>
251
+ <div class="recommend">
252
+ <div class="rec-badge">
253
+ <svg viewBox="0 0 24 24"><path fill="currentColor" d="M9 16.2l-3.5-3.5 1.4-1.4L9 13.4l7.1-7.1 1.4 1.4z"/></svg>
254
+ </div>
255
+ <div class="rec-text">RECOMMENDS THIS PRODUCT</div>
256
+ </div>
257
+ <div class="meta">
258
+ <span class="name">FANZ</span>
259
+ <span class="dot">·</span>
260
+ <span class="verified">VERIFIED PURCHASER</span>
261
+ </div>
262
+ </div>
263
+
264
+ </div>
265
+
266
+ <div class="home-indicator"></div>
267
+ </div>
268
+ </body>
269
+ </html>
code/441/441_6.html ADDED
@@ -0,0 +1,299 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>Reviews UI</title>
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: #ffffff;
14
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
15
+ color: #111;
16
+ }
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 24px;
20
+ left: 40px;
21
+ right: 40px;
22
+ height: 90px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ color: #111;
27
+ font-size: 40px;
28
+ letter-spacing: 0.5px;
29
+ }
30
+ .status-left {
31
+ display: flex;
32
+ align-items: center;
33
+ gap: 30px;
34
+ }
35
+ .status-right {
36
+ display: flex;
37
+ align-items: center;
38
+ gap: 30px;
39
+ }
40
+
41
+ .close-btn {
42
+ position: absolute;
43
+ top: 180px;
44
+ right: 60px;
45
+ width: 64px;
46
+ height: 64px;
47
+ }
48
+ .header {
49
+ position: absolute;
50
+ top: 160px;
51
+ left: 70px;
52
+ right: 70px;
53
+ text-align: center;
54
+ }
55
+ .header .title {
56
+ font-weight: 800;
57
+ font-size: 44px;
58
+ letter-spacing: 1px;
59
+ margin-bottom: 30px;
60
+ }
61
+ .stars-large {
62
+ display: inline-flex;
63
+ gap: 36px;
64
+ }
65
+ .star svg { width: 92px; height: 92px; }
66
+ .star.small svg { width: 76px; height: 76px; }
67
+ .star.grey svg path { fill: #CFCFCF; }
68
+ .star.black svg path { fill: #000000; }
69
+
70
+ .divider {
71
+ position: absolute;
72
+ left: 0;
73
+ right: 0;
74
+ height: 1px;
75
+ background: #E6E6E6;
76
+ }
77
+
78
+ .content {
79
+ position: absolute;
80
+ top: 400px;
81
+ left: 70px;
82
+ right: 70px;
83
+ bottom: 120px;
84
+ overflow: hidden;
85
+ }
86
+
87
+ .review {
88
+ padding: 48px 0;
89
+ border-top: 1px solid #E8E8E8;
90
+ }
91
+ .review:first-child { border-top: none; }
92
+ .review .row {
93
+ display: flex;
94
+ align-items: center;
95
+ justify-content: space-between;
96
+ }
97
+ .review .date {
98
+ font-size: 36px;
99
+ color: #7A7A7A;
100
+ }
101
+ .review .heading {
102
+ margin-top: 24px;
103
+ font-size: 44px;
104
+ font-weight: 800;
105
+ text-transform: uppercase;
106
+ }
107
+ .review .text {
108
+ margin-top: 16px;
109
+ color: #8D8D8D;
110
+ font-size: 34px;
111
+ line-height: 48px;
112
+ }
113
+ .review .meta {
114
+ margin-top: 28px;
115
+ padding-top: 28px;
116
+ border-top: 1px solid #E8E8E8;
117
+ font-size: 36px;
118
+ color: #333;
119
+ }
120
+ .review .meta .name {
121
+ font-weight: 800;
122
+ }
123
+ .recommend {
124
+ margin-top: 28px;
125
+ display: flex;
126
+ align-items: center;
127
+ gap: 22px;
128
+ font-weight: 800;
129
+ font-size: 36px;
130
+ color: #111;
131
+ }
132
+ .check {
133
+ width: 54px;
134
+ height: 54px;
135
+ }
136
+
137
+ /* bottom home indicator */
138
+ .home-indicator {
139
+ position: absolute;
140
+ bottom: 28px;
141
+ left: 50%;
142
+ transform: translateX(-50%);
143
+ width: 360px;
144
+ height: 12px;
145
+ background: #000;
146
+ opacity: 0.18;
147
+ border-radius: 12px;
148
+ }
149
+ </style>
150
+ </head>
151
+ <body>
152
+ <div id="render-target">
153
+
154
+ <!-- Status bar -->
155
+ <div class="status-bar">
156
+ <div class="status-left">
157
+ <span class="time">12:57</span>
158
+ <!-- simple home icon -->
159
+ <svg width="40" height="40" viewBox="0 0 24 24">
160
+ <path d="M3 10l9-7 9 7v10a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-5H9v5a1 1 0 0 1-1 1H3V10z" fill="#111"></path>
161
+ </svg>
162
+ </div>
163
+ <div class="status-right">
164
+ <!-- wifi icon -->
165
+ <svg width="44" height="44" viewBox="0 0 24 24">
166
+ <path d="M12 18a2 2 0 1 0 .001 4.001A2 2 0 0 0 12 18zm-6.5-6.3a12 12 0 0 1 13 0l-1.5 1.7a9 9 0 0 0-10 0l-1.5-1.7zm2.7-4a16 16 0 0 1 17.6 0l-1.7 2a13 13 0 0 0-14.2 0l-1.7-2z" fill="#5A5A5A"></path>
167
+ </svg>
168
+ <!-- battery icon -->
169
+ <svg width="48" height="48" viewBox="0 0 24 24">
170
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2" fill="#5A5A5A"></rect>
171
+ <rect x="4" y="8" width="10" height="8" fill="#fff"></rect>
172
+ <rect x="20" y="9" width="2" height="6" fill="#5A5A5A"></rect>
173
+ </svg>
174
+ </div>
175
+ </div>
176
+
177
+ <!-- Close icon -->
178
+ <svg class="close-btn" viewBox="0 0 24 24">
179
+ <path d="M5 5l14 14M19 5L5 19" stroke="#111" stroke-width="2.5" stroke-linecap="round"></path>
180
+ </svg>
181
+
182
+ <!-- Header -->
183
+ <div class="header">
184
+ <div class="title">21 REVIEWS</div>
185
+ <div class="stars-large">
186
+ <div class="star black">
187
+ <svg 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"></path></svg>
188
+ </div>
189
+ <div class="star black">
190
+ <svg 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"></path></svg>
191
+ </div>
192
+ <div class="star black">
193
+ <svg 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"></path></svg>
194
+ </div>
195
+ <div class="star black">
196
+ <svg 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"></path></svg>
197
+ </div>
198
+ <div class="star black">
199
+ <svg 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"></path></svg>
200
+ </div>
201
+ </div>
202
+ </div>
203
+
204
+ <!-- Content with reviews -->
205
+ <div class="content">
206
+ <!-- divider under header -->
207
+ <div class="divider" style="top: 0;"></div>
208
+
209
+ <!-- Review 1 -->
210
+ <div class="review">
211
+ <div class="row">
212
+ <div class="stars">
213
+ <div class="star small black">
214
+ <svg 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"></path></svg>
215
+ </div>
216
+ <div class="star small black">
217
+ <svg 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"></path></svg>
218
+ </div>
219
+ <div class="star small grey">
220
+ <svg 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"></path></svg>
221
+ </div>
222
+ <div class="star small grey">
223
+ <svg 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"></path></svg>
224
+ </div>
225
+ <div class="star small grey">
226
+ <svg 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"></path></svg>
227
+ </div>
228
+ </div>
229
+ <div class="date">NOV 7, 2023</div>
230
+ </div>
231
+ <div class="heading">WOULDN’T RECOMMEND</div>
232
+ <div class="text">
233
+ For me they’re uncomfortable<br>
234
+ I’m not convinced the design has been thought through.<br>
235
+ The ‘tongue’ cuts in and the sole makes your posture<br>
236
+ feel awkward to an extent where they give me backache<br>
237
+ (unless I’ve just got a freaky skeleton).
238
+ </div>
239
+ <div class="meta"><span class="name">GHOST69</span> · VERIFIED PURCHASER</div>
240
+ </div>
241
+
242
+ <!-- Review 2 -->
243
+ <div class="review">
244
+ <div class="row">
245
+ <div class="stars">
246
+ <div class="star small black"><svg 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"></path></svg></div>
247
+ <div class="star small black"><svg 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"></path></svg></div>
248
+ <div class="star small black"><svg 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"></path></svg></div>
249
+ <div class="star small black"><svg 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"></path></svg></div>
250
+ <div class="star small black"><svg 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"></path></svg></div>
251
+ </div>
252
+ <div class="date">NOV 6, 2023</div>
253
+ </div>
254
+ <div class="heading">GREAT SHOES COMFORTABLE AND LIGHT</div>
255
+ <div class="text">
256
+ Would highly recommend them to anyone who wants a<br>
257
+ light comfortable trainer
258
+ </div>
259
+ <div class="recommend">
260
+ <svg class="check" viewBox="0 0 24 24">
261
+ <circle cx="12" cy="12" r="11" fill="#28C06B"></circle>
262
+ <path d="M6 12.5l3.5 3.5L18 8.5" stroke="#fff" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"></path>
263
+ </svg>
264
+ RECOMMENDS THIS PRODUCT
265
+ </div>
266
+ <div class="meta"><span class="name">BILLYBOY</span> · VERIFIED PURCHASER</div>
267
+ </div>
268
+
269
+ <!-- Review 3 -->
270
+ <div class="review">
271
+ <div class="row">
272
+ <div class="stars">
273
+ <div class="star small black"><svg 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"></path></svg></div>
274
+ <div class="star small black"><svg 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"></path></svg></div>
275
+ <div class="star small black"><svg 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"></path></svg></div>
276
+ <div class="star small black"><svg 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"></path></svg></div>
277
+ <div class="star small black"><svg 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"></path></svg></div>
278
+ </div>
279
+ <div class="date">NOV 5, 2023</div>
280
+ </div>
281
+ <div class="heading">NICE LOOKING AND VERY COMFORTABLE PAIR OF SHOES.</div>
282
+ <div class="text">
283
+ The type of shoes that i’am going to wear this winter.
284
+ </div>
285
+ <div class="recommend">
286
+ <svg class="check" viewBox="0 0 24 24">
287
+ <circle cx="12" cy="12" r="11" fill="#28C06B"></circle>
288
+ <path d="M6 12.5l3.5 3.5L18 8.5" stroke="#fff" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"></path>
289
+ </svg>
290
+ RECOMMENDS THIS PRODUCT
291
+ </div>
292
+ <div class="meta"><span class="name">FANZ</span> · VERIFIED PURCHASER</div>
293
+ </div>
294
+ </div>
295
+
296
+ <div class="home-indicator"></div>
297
+ </div>
298
+ </body>
299
+ </html>
code/4410/4410_0.html ADDED
@@ -0,0 +1,290 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Route Preview Mock</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
+ box-shadow: 0 2px 8px rgba(0,0,0,0.15);
14
+ }
15
+
16
+ /* Top status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 100px;
23
+ background: #ffffff;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ padding: 0 32px;
28
+ color: #212121;
29
+ font-size: 36px;
30
+ box-sizing: border-box;
31
+ }
32
+ .status-left {
33
+ display: flex;
34
+ align-items: center;
35
+ gap: 20px;
36
+ }
37
+ .ghost-dot {
38
+ width: 28px;
39
+ height: 28px;
40
+ background: #616161;
41
+ border-radius: 50%;
42
+ opacity: 0.8;
43
+ }
44
+ .status-right {
45
+ display: flex;
46
+ align-items: center;
47
+ gap: 22px;
48
+ color: #616161;
49
+ font-size: 30px;
50
+ }
51
+ .small-icon {
52
+ width: 32px;
53
+ height: 32px;
54
+ border-radius: 6px;
55
+ background: #616161;
56
+ opacity: 0.85;
57
+ }
58
+
59
+ /* Toolbar */
60
+ .toolbar {
61
+ position: absolute;
62
+ top: 100px;
63
+ left: 0;
64
+ width: 1080px;
65
+ height: 140px;
66
+ display: flex;
67
+ align-items: center;
68
+ justify-content: center;
69
+ padding: 0 24px;
70
+ box-sizing: border-box;
71
+ border-bottom: 1px solid #e0e0e0;
72
+ background: #ffffff;
73
+ }
74
+ .toolbar .title {
75
+ font-size: 48px;
76
+ font-weight: 600;
77
+ color: #212121;
78
+ }
79
+ .toolbar .left, .toolbar .right {
80
+ position: absolute;
81
+ top: 0;
82
+ height: 140px;
83
+ display: flex;
84
+ align-items: center;
85
+ }
86
+ .toolbar .left { left: 16px; }
87
+ .toolbar .right { right: 16px; }
88
+ .icon-btn {
89
+ width: 96px;
90
+ height: 96px;
91
+ display: flex;
92
+ align-items: center;
93
+ justify-content: center;
94
+ border-radius: 12px;
95
+ }
96
+
97
+ /* Instruction strip */
98
+ .instruction {
99
+ position: absolute;
100
+ top: 240px;
101
+ left: 0;
102
+ width: 1080px;
103
+ height: 160px;
104
+ background: #ffffff;
105
+ box-shadow: 0 1px 0 rgba(0,0,0,0.06);
106
+ display: flex;
107
+ align-items: center;
108
+ padding: 0 32px;
109
+ box-sizing: border-box;
110
+ gap: 28px;
111
+ }
112
+ .instruction .text {
113
+ font-size: 40px;
114
+ color: #263238;
115
+ line-height: 1.2;
116
+ }
117
+ .dir-icon {
118
+ width: 80px;
119
+ height: 80px;
120
+ border-radius: 18px;
121
+ background: #f5f5f5;
122
+ display: flex;
123
+ align-items: center;
124
+ justify-content: center;
125
+ }
126
+
127
+ /* Map area placeholder */
128
+ .map-area {
129
+ position: absolute;
130
+ top: 400px;
131
+ left: 0;
132
+ width: 1080px;
133
+ height: 2000px;
134
+ background: #E0E0E0;
135
+ border-top: 1px solid #BDBDBD;
136
+ border-bottom: 1px solid #BDBDBD;
137
+ display: flex;
138
+ align-items: center;
139
+ justify-content: center;
140
+ color: #757575;
141
+ font-size: 38px;
142
+ }
143
+
144
+ /* Overlays on map */
145
+ .street-thumb {
146
+ position: absolute;
147
+ bottom: 210px;
148
+ left: 26px;
149
+ width: 360px;
150
+ height: 210px;
151
+ background: #E0E0E0;
152
+ border: 1px solid #BDBDBD;
153
+ border-radius: 12px;
154
+ display: flex;
155
+ align-items: center;
156
+ justify-content: center;
157
+ color: #616161;
158
+ font-size: 26px;
159
+ }
160
+
161
+ .help-fab {
162
+ position: absolute;
163
+ bottom: 280px;
164
+ right: 38px;
165
+ width: 120px;
166
+ height: 120px;
167
+ background: #ff5252;
168
+ border-radius: 50%;
169
+ box-shadow: 0 10px 16px rgba(0,0,0,0.25);
170
+ display: flex;
171
+ align-items: center;
172
+ justify-content: center;
173
+ color: #ffffff;
174
+ font-size: 64px;
175
+ font-weight: 700;
176
+ }
177
+
178
+ .step-controls {
179
+ position: absolute;
180
+ bottom: 140px;
181
+ right: 40px;
182
+ width: 380px;
183
+ height: 160px;
184
+ background: #ffffff;
185
+ border: 1px solid #e0e0e0;
186
+ border-radius: 24px;
187
+ box-shadow: 0 6px 14px rgba(0,0,0,0.18);
188
+ display: flex;
189
+ overflow: hidden;
190
+ }
191
+ .step-btn {
192
+ flex: 1;
193
+ display: flex;
194
+ align-items: center;
195
+ justify-content: center;
196
+ }
197
+ .step-btn + .step-btn {
198
+ border-left: 1px solid #e0e0e0;
199
+ }
200
+
201
+ /* Bottom gesture bar (device) */
202
+ .gesture-bar {
203
+ position: absolute;
204
+ bottom: 24px;
205
+ left: calc(50% - 180px);
206
+ width: 360px;
207
+ height: 20px;
208
+ background: #cfcfcf;
209
+ border-radius: 12px;
210
+ }
211
+ </style>
212
+ </head>
213
+ <body>
214
+ <div id="render-target">
215
+
216
+ <!-- Status bar -->
217
+ <div class="status-bar">
218
+ <div class="status-left">
219
+ <div>10:19</div>
220
+ <div class="ghost-dot"></div>
221
+ <div class="ghost-dot"></div>
222
+ <div class="ghost-dot"></div>
223
+ <div class="ghost-dot"></div>
224
+ <div style="font-size: 30px;">•</div>
225
+ </div>
226
+ <div class="status-right">
227
+ <div class="small-icon"></div>
228
+ <div class="small-icon"></div>
229
+ </div>
230
+ </div>
231
+
232
+ <!-- Toolbar -->
233
+ <div class="toolbar">
234
+ <div class="left icon-btn">
235
+ <svg width="56" height="56" viewBox="0 0 24 24">
236
+ <path d="M15 18l-6-6 6-6" stroke="#212121" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
237
+ </svg>
238
+ </div>
239
+ <div class="title">Route preview</div>
240
+ <div class="right icon-btn">
241
+ <svg width="40" height="40" viewBox="0 0 24 24">
242
+ <circle cx="12" cy="5" r="2" fill="#212121"></circle>
243
+ <circle cx="12" cy="12" r="2" fill="#212121"></circle>
244
+ <circle cx="12" cy="19" r="2" fill="#212121"></circle>
245
+ </svg>
246
+ </div>
247
+ </div>
248
+
249
+ <!-- Instruction strip -->
250
+ <div class="instruction">
251
+ <div class="dir-icon">
252
+ <svg width="44" height="44" viewBox="0 0 24 24">
253
+ <path d="M12 4l6 6h-4v10h-4V10H6z" fill="#424242"/>
254
+ </svg>
255
+ </div>
256
+ <div class="text">
257
+ Head south on S 15th St toward S Penn Square
258
+ </div>
259
+ </div>
260
+
261
+ <!-- Map area -->
262
+ <div class="map-area">
263
+ [IMG: Google Map - Route preview]
264
+ </div>
265
+
266
+ <!-- Street View thumbnail -->
267
+ <div class="street-thumb">[IMG: Street View thumbnail]</div>
268
+
269
+ <!-- Help floating action button -->
270
+ <div class="help-fab">?</div>
271
+
272
+ <!-- Bottom step controls -->
273
+ <div class="step-controls">
274
+ <div class="step-btn">
275
+ <svg width="60" height="60" viewBox="0 0 24 24">
276
+ <path d="M15 18l-6-6 6-6" stroke="#212121" stroke-width="2.6" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
277
+ </svg>
278
+ </div>
279
+ <div class="step-btn">
280
+ <svg width="60" height="60" viewBox="0 0 24 24">
281
+ <path d="M9 6l6 6-6 6" stroke="#212121" stroke-width="2.6" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
282
+ </svg>
283
+ </div>
284
+ </div>
285
+
286
+ <!-- Device gesture bar -->
287
+ <div class="gesture-bar"></div>
288
+ </div>
289
+ </body>
290
+ </html>
code/4410/4410_1.html ADDED
@@ -0,0 +1,326 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Maps Directions Mock</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; left: 0; top: 0; width: 100%; height: 90px;
17
+ background: #ffffff;
18
+ display: flex; align-items: center; padding: 0 30px; box-sizing: border-box;
19
+ color: #333; font-size: 34px;
20
+ }
21
+ .status-icons { margin-left: 20px; color: #777; font-size: 28px; letter-spacing: 8px; }
22
+ .battery { position: absolute; right: 30px; top: 22px; display: flex; align-items: center; color: #555; }
23
+ .battery .icon {
24
+ width: 40px; height: 22px; border: 2px solid #555; border-radius: 4px; margin-right: 8px; position: relative;
25
+ }
26
+ .battery .icon:after {
27
+ content: ""; position: absolute; right: -8px; top: 6px; width: 6px; height: 10px; background: #555; border-radius: 2px;
28
+ }
29
+
30
+ /* Search section */
31
+ .top-controls {
32
+ position: absolute; left: 0; top: 90px; width: 100%; padding: 20px 30px; box-sizing: border-box;
33
+ }
34
+ .search-row { display: flex; align-items: center; margin-bottom: 20px; }
35
+ .circle-btn {
36
+ width: 72px; height: 72px; border-radius: 36px; background: #F1F3F4; display: flex; justify-content: center; align-items: center;
37
+ margin-right: 16px; border: 1px solid #E0E0E0;
38
+ }
39
+ .input-pill {
40
+ flex: 1; height: 96px; border-radius: 16px; border: 1px solid #DDD; background: #fff;
41
+ display: flex; align-items: center; padding: 0 20px; box-sizing: border-box; font-size: 36px; color: #222;
42
+ box-shadow: 0 1px 2px rgba(0,0,0,0.04);
43
+ }
44
+ .pill-icon { width: 46px; height: 46px; margin-right: 16px; }
45
+ .pill-action {
46
+ margin-left: auto; width: 60px; height: 60px; display: flex; justify-content: center; align-items: center; color: #777;
47
+ }
48
+
49
+ /* Mode chips */
50
+ .modes {
51
+ position: absolute; left: 0; top: 260px; width: 100%; padding: 12px 30px; box-sizing: border-box;
52
+ display: flex; gap: 16px; align-items: center;
53
+ }
54
+ .mode-chip {
55
+ display: flex; align-items: center; gap: 12px; padding: 18px 24px; border-radius: 40px; border: 1px solid #DADCE0; color: #333;
56
+ font-size: 34px; background: #fff;
57
+ }
58
+ .mode-chip.selected { background: #E3F2FD; border-color: #90CAF9; color: #0B70D7; }
59
+ .mode-icon { width: 44px; height: 44px; }
60
+
61
+ /* Map area */
62
+ .map-area {
63
+ position: absolute; left: 0; top: 350px; width: 100%; height: 1370px;
64
+ background: #E0E0E0; border-top: 1px solid #BDBDBD; border-bottom: 1px solid #BDBDBD;
65
+ display: flex; justify-content: center; align-items: center; color: #757575; font-size: 34px;
66
+ }
67
+ .map-area .label {
68
+ position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,0.8);
69
+ padding: 8px 14px; border-radius: 8px; border: 1px solid #BDBDBD;
70
+ }
71
+ .route-line { position: absolute; background: #1A73E8; height: 12px; border-radius: 6px; }
72
+ .route-line.shadow { background: rgba(26,115,232,0.3); height: 26px; border-radius: 13px; filter: blur(2px); }
73
+ .route-1 { left: 210px; top: 540px; width: 480px; transform: rotate(20deg); }
74
+ .route-2 { left: 540px; top: 820px; width: 350px; transform: rotate(40deg); }
75
+ .route-3 { left: 750px; top: 980px; width: 260px; transform: rotate(10deg); }
76
+ .route-shadow-1 { left: 202px; top: 538px; width: 500px; transform: rotate(20deg); }
77
+ .route-shadow-2 { left: 530px; top: 816px; width: 370px; transform: rotate(40deg); }
78
+ .route-shadow-3 { left: 742px; top: 976px; width: 280px; transform: rotate(10deg); }
79
+
80
+ /* Map overlay cards */
81
+ .map-card {
82
+ position: absolute; padding: 16px 22px; border-radius: 16px; font-size: 34px; box-shadow: 0 2px 6px rgba(0,0,0,0.2);
83
+ display: flex; align-items: center; gap: 10px;
84
+ }
85
+ .map-card.blue { background: #1A73E8; color: #fff; }
86
+ .map-card.grey { background: #F5F5F5; color: #333; border: 1px solid #E0E0E0; }
87
+ .map-card.small { font-size: 30px; padding: 12px 18px; }
88
+ .map-card .dot { width: 22px; height: 22px; border-radius: 50%; border: 2px solid #fff; }
89
+ .map-card.grey .dot { border-color: #777; }
90
+
91
+ /* Floating controls on map */
92
+ .float-btn {
93
+ position: absolute; right: 28px; width: 110px; height: 110px; border-radius: 24px;
94
+ background: #fff; border: 1px solid #DADCE0; box-shadow: 0 4px 10px rgba(0,0,0,0.15);
95
+ display: flex; justify-content: center; align-items: center;
96
+ }
97
+ .float-btn.circle { border-radius: 55px; }
98
+ .layers { top: 380px; }
99
+ .search { top: 520px; }
100
+ .help { bottom: 590px; right: 36px; width: 120px; height: 120px; border-radius: 60px; background: #fff; }
101
+ .help-inner {
102
+ width: 110px; height: 110px; border-radius: 55px; background: #FF6C6C; color: #fff;
103
+ display: flex; justify-content: center; align-items: center; font-size: 64px; font-weight: bold;
104
+ box-shadow: 0 4px 10px rgba(0,0,0,0.25);
105
+ }
106
+
107
+ /* Bottom sheet */
108
+ .bottom-sheet {
109
+ position: absolute; left: 0; bottom: 0; width: 100%; height: 470px; background: #fff;
110
+ border-top-left-radius: 24px; border-top-right-radius: 24px; box-shadow: 0 -4px 10px rgba(0,0,0,0.1);
111
+ padding: 24px 30px; box-sizing: border-box;
112
+ }
113
+ .handle { width: 120px; height: 12px; background: #E0E0E0; border-radius: 6px; margin: 0 auto 18px auto; }
114
+ .route-summary { font-size: 52px; color: #2E7D32; font-weight: 600; }
115
+ .route-distance { color: #333; font-weight: 500; }
116
+ .subtext { margin-top: 14px; font-size: 34px; color: #555; }
117
+ .meta-row { margin-top: 18px; display: flex; gap: 32px; align-items: center; font-size: 34px; color: #333; }
118
+ .meta-chip { display: inline-flex; align-items: center; gap: 10px; }
119
+ .meta-chip .meta-dot { width: 24px; height: 24px; border-radius: 12px; border: 2px solid #777; }
120
+ .meta-chip .p-dot { background: #E53935; border-color: #E53935; }
121
+
122
+ .bottom-actions { position: absolute; left: 30px; right: 30px; bottom: 28px; display: flex; gap: 24px; }
123
+ .btn {
124
+ flex: 1; height: 120px; border-radius: 60px; display: flex; justify-content: center; align-items: center;
125
+ font-size: 40px; border: 2px solid #1A73E8; color: #1A73E8; background: #fff; gap: 16px;
126
+ }
127
+ .btn.primary { background: #1A73E8; color: #fff; }
128
+ .btn svg { width: 44px; height: 44px; }
129
+
130
+ /* Small scale text on map */
131
+ .scale {
132
+ position: absolute; left: 760px; bottom: 740px; color: #333; font-size: 28px; background: rgba(255,255,255,0.85);
133
+ padding: 8px 12px; border: 1px solid #CFCFCF; border-radius: 8px;
134
+ }
135
+ </style>
136
+ </head>
137
+ <body>
138
+ <div id="render-target">
139
+
140
+ <!-- Status bar -->
141
+ <div class="status-bar">
142
+ <div>10:20</div>
143
+ <div class="status-icons">• • • • •</div>
144
+ <div class="battery">
145
+ <div class="icon"></div>
146
+ <span>85%</span>
147
+ </div>
148
+ </div>
149
+
150
+ <!-- Search section -->
151
+ <div class="top-controls">
152
+ <div class="search-row">
153
+ <div class="circle-btn">
154
+ <!-- back arrow -->
155
+ <svg viewBox="0 0 24 24" width="44" height="44">
156
+ <path d="M15 4 L7 12 L15 20" stroke="#333" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
157
+ </svg>
158
+ </div>
159
+ <div class="circle-btn">
160
+ <!-- small target icon -->
161
+ <svg viewBox="0 0 24 24" width="44" height="44">
162
+ <circle cx="12" cy="12" r="9" stroke="#333" stroke-width="2" fill="none"/>
163
+ <circle cx="12" cy="12" r="3" fill="#333"/>
164
+ </svg>
165
+ </div>
166
+ </div>
167
+
168
+ <div class="search-row">
169
+ <div class="input-pill">
170
+ <svg class="pill-icon" viewBox="0 0 24 24">
171
+ <path d="M12 2 C8 2 5 5 5 9 c0 5 7 13 7 13 s7-8 7-13 c0-4-3-7-7-7z" fill="#1A73E8"/>
172
+ </svg>
173
+ <span>Philadelphia</span>
174
+ <div class="pill-action">
175
+ <!-- dots vertical -->
176
+ <svg viewBox="0 0 24 24" width="36" height="36">
177
+ <circle cx="12" cy="5" r="2.2" fill="#777"></circle>
178
+ <circle cx="12" cy="12" r="2.2" fill="#777"></circle>
179
+ <circle cx="12" cy="19" r="2.2" fill="#777"></circle>
180
+ </svg>
181
+ </div>
182
+ </div>
183
+ </div>
184
+
185
+ <div class="search-row">
186
+ <div class="input-pill">
187
+ <svg class="pill-icon" viewBox="0 0 24 24">
188
+ <path d="M12 2 C8 2 5 5 5 9 c0 5 7 13 7 13 s7-8 7-13 c0-4-3-7-7-7z" fill="#E53935"/>
189
+ </svg>
190
+ <span>New York</span>
191
+ <div class="pill-action">
192
+ <!-- up-down arrow -->
193
+ <svg viewBox="0 0 24 24" width="40" height="40">
194
+ <path d="M8 5 L4 9 L8 13" stroke="#777" stroke-width="2.2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
195
+ <path d="M16 19 L20 15 L16 11" stroke="#777" stroke-width="2.2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
196
+ </svg>
197
+ </div>
198
+ </div>
199
+ </div>
200
+ </div>
201
+
202
+ <!-- Mode chips -->
203
+ <div class="modes">
204
+ <div class="mode-chip selected">
205
+ <svg class="mode-icon" viewBox="0 0 24 24">
206
+ <rect x="4" y="9" width="16" height="6" rx="2" fill="#0B70D7"></rect>
207
+ <circle cx="8" cy="17" r="2.2" fill="#0B70D7"></circle>
208
+ <circle cx="16" cy="17" r="2.2" fill="#0B70D7"></circle>
209
+ </svg>
210
+ <span>1 hr 51</span>
211
+ </div>
212
+ <div class="mode-chip">
213
+ <svg class="mode-icon" viewBox="0 0 24 24">
214
+ <path d="M6 18 L9 11 L13 11 L17 18" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round"/>
215
+ <circle cx="10" cy="6" r="2" fill="#333"/>
216
+ </svg>
217
+ <span>—</span>
218
+ </div>
219
+ <div class="mode-chip">
220
+ <svg class="mode-icon" viewBox="0 0 24 24">
221
+ <rect x="5" y="6" width="14" height="10" rx="2" stroke="#333" stroke-width="2" fill="none"/>
222
+ <path d="M7 17 L17 17" stroke="#333" stroke-width="2"/>
223
+ </svg>
224
+ <span>1 hr 35</span>
225
+ </div>
226
+ <div class="mode-chip">
227
+ <svg class="mode-icon" viewBox="0 0 24 24">
228
+ <circle cx="12" cy="6" r="3" stroke="#333" stroke-width="2" fill="none"/>
229
+ <path d="M12 9 L12 18 M8 12 L16 12" stroke="#333" stroke-width="2"/>
230
+ </svg>
231
+ <span>1 day</span>
232
+ </div>
233
+ <div class="mode-chip">
234
+ <svg class="mode-icon" viewBox="0 0 24 24">
235
+ <circle cx="12" cy="5" r="2.3" fill="#333"/>
236
+ <path d="M10 9 L7 14 L9 14 L10 18 M12 9 L15 12 L18 13" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round"/>
237
+ </svg>
238
+ <span>1 hr 5</span>
239
+ </div>
240
+ </div>
241
+
242
+ <!-- Map area with route -->
243
+ <div class="map-area">
244
+ [IMG: Google Map route from Philadelphia to New York]
245
+ <!-- route shadow and lines -->
246
+ <div class="route-line shadow route-shadow-1"></div>
247
+ <div class="route-line shadow route-shadow-2"></div>
248
+ <div class="route-line shadow route-shadow-3"></div>
249
+ <div class="route-line route-1"></div>
250
+ <div class="route-line route-2"></div>
251
+ <div class="route-line route-3"></div>
252
+
253
+ <div class="label">Princeton • Trenton • Toms River</div>
254
+
255
+ <!-- Overlay route cards -->
256
+ <div class="map-card grey small" style="left: 80px; top: 820px;">
257
+ <span>2 hr 1 min</span><span>Tolls</span><span class="dot"></span>
258
+ </div>
259
+ <div class="map-card grey" style="left: 90px; top: 650px;">
260
+ <span>2 hr 32 min</span><span>Tolls</span><span class="dot"></span>
261
+ </div>
262
+ <div class="map-card blue" style="left: 290px; top: 960px;">
263
+ <span>1 hr 51 min</span><span>Tolls</span><span class="dot"></span>
264
+ </div>
265
+
266
+ <!-- Floating buttons -->
267
+ <div class="float-btn layers">
268
+ <svg viewBox="0 0 24 24" width="54" height="54">
269
+ <path d="M12 5 L20 9 L12 13 L4 9 Z" fill="#777"/>
270
+ <path d="M12 13 L20 17 L12 21 L4 17 Z" fill="#AAA"/>
271
+ </svg>
272
+ </div>
273
+ <div class="float-btn circle search">
274
+ <svg viewBox="0 0 24 24" width="60" height="60">
275
+ <circle cx="11" cy="11" r="7" stroke="#333" stroke-width="2" fill="none"/>
276
+ <path d="M16 16 L21 21" stroke="#333" stroke-width="2" stroke-linecap="round"/>
277
+ </svg>
278
+ </div>
279
+ <div class="help">
280
+ <div class="help-inner">?</div>
281
+ </div>
282
+
283
+ <div class="scale">10 mi 20 km</div>
284
+ </div>
285
+
286
+ <!-- Bottom sheet summary -->
287
+ <div class="bottom-sheet">
288
+ <div class="handle"></div>
289
+ <div class="route-summary">1 hr 51 min <span class="route-distance">(97 mi)</span></div>
290
+ <div class="subtext">Fastest route now, avoids roadworks on I-95 N</div>
291
+ <div class="meta-row">
292
+ <div class="meta-chip">
293
+ <span class="meta-dot"></span>
294
+ <span>Tolls</span>
295
+ </div>
296
+ <div class="meta-chip">
297
+ <span class="meta-dot p-dot"></span>
298
+ <span>Limited</span>
299
+ </div>
300
+ </div>
301
+
302
+ <div class="bottom-actions">
303
+ <div class="btn primary">
304
+ <svg viewBox="0 0 24 24">
305
+ <path d="M12 3 L12 21 M3 12 L21 12" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/>
306
+ </svg>
307
+ <span>Preview</span>
308
+ </div>
309
+ <div class="btn">
310
+ <svg viewBox="0 0 24 24">
311
+ <path d="M4 6 H20 M4 12 H20 M4 18 H14" stroke="#1A73E8" stroke-width="2" fill="none" stroke-linecap="round"/>
312
+ </svg>
313
+ <span>Steps</span>
314
+ </div>
315
+ <div class="btn">
316
+ <svg viewBox="0 0 24 24">
317
+ <path d="M12 3 L15 10 L22 10 L16 14 L18 21 L12 17 L6 21 L8 14 L2 10 L9 10 Z" stroke="#1A73E8" stroke-width="2" fill="none" stroke-linejoin="round"/>
318
+ </svg>
319
+ <span>Pin</span>
320
+ </div>
321
+ </div>
322
+ </div>
323
+
324
+ </div>
325
+ </body>
326
+ </html>
code/4410/4410_2.html ADDED
@@ -0,0 +1,279 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Transit Results 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;position:relative;overflow:hidden;
10
+ background:#ffffff;border:1px solid #ddd;box-sizing:border-box;
11
+ }
12
+
13
+ /* Common */
14
+ .row{display:flex;align-items:center;}
15
+ .space-between{justify-content:space-between;}
16
+ .muted{color:#6f6f6f;}
17
+ .divider{height:1px;background:#ececec;width:100%;}
18
+ .screen{padding:28px 32px 24px 32px;box-sizing:border-box;}
19
+ .tiny{font-size:28px;color:#757575;}
20
+ .icon-btn{width:72px;height:72px;border-radius:36px;display:flex;align-items:center;justify-content:center;}
21
+ .icon-gray{background:#f0f0f0;}
22
+ .bold{font-weight:700;}
23
+ .time{font-size:44px;color:#111;}
24
+ .subtitle{font-size:34px;color:#333;}
25
+ .price{font-size:36px;color:#4d4d4d;}
26
+ .hint{font-size:30px;color:#7d7d7d;margin-top:8px;}
27
+
28
+ /* Status bar */
29
+ .status{height:72px;display:flex;align-items:center;justify-content:space-between;color:#1b1b1b;font-size:32px;padding:0 24px;}
30
+ .dots span{display:inline-block;width:16px;height:16px;background:#1b1b1b;border-radius:50%;margin:0 8px;}
31
+
32
+ /* Search header */
33
+ .search-header{margin-top:8px;display:flex;align-items:center;}
34
+ .search-inputs{flex:1;margin:0 16px;}
35
+ .sbox{background:#f6f6f7;border:1px solid #e2e2e2;border-radius:20px;height:110px;display:flex;align-items:center;padding:0 24px;margin-bottom:16px;}
36
+ .sbox input{border:none;background:transparent;outline:none;font-size:40px;color:#111;flex:1;}
37
+ .sbox .pill{margin-left:12px;}
38
+ .swap{width:60px;height:60px;border-radius:12px;background:#f0f0f0;display:flex;align-items:center;justify-content:center;margin-left:8px;}
39
+
40
+ /* Mode selector */
41
+ .modes{display:flex;align-items:center;margin:18px 0 6px 0;}
42
+ .mode{display:flex;align-items:center;margin-right:22px;color:#4d4d4d;font-size:34px;}
43
+ .mode .bubble{width:70px;height:70px;border-radius:35px;background:#f0f0f0;display:flex;align-items:center;justify-content:center;margin-right:12px;}
44
+ .mode.active{color:#0b63ff;}
45
+ .mode.active .bubble{background:#e6f0ff;}
46
+
47
+ /* Toolbar chips */
48
+ .toolbar{display:flex;justify-content:space-between;margin:14px 0 18px 0;}
49
+ .tool-chip{border:1px solid #d8d8d8;border-radius:16px;padding:18px 22px;font-size:34px;color:#333;display:flex;align-items:center;}
50
+ .tool-chip svg{margin-right:12px;}
51
+
52
+ /* Section title */
53
+ .section-title{font-size:44px;font-weight:700;margin:18px 0 10px 0;color:#111;}
54
+
55
+ /* Route list */
56
+ .route{padding:26px 0;border-top:1px solid #ececec;}
57
+ .chips{display:flex;flex-wrap:wrap;margin:8px 0 14px 0;}
58
+ .chip{
59
+ display:inline-flex;align-items:center;justify-content:center;
60
+ padding:12px 18px;border-radius:22px;color:#fff;font-weight:700;
61
+ font-size:32px;margin-right:12px;margin-bottom:8px;
62
+ }
63
+ .chip.blue{background:#0b63ff;}
64
+ .chip.navy{background:#1e63a3;}
65
+ .chip.red{background:#e23b30;}
66
+ .chip.green{background:#2aa65a;}
67
+ .chip.dark{background:#22435b;}
68
+ .chip.gray{background:#606a78;}
69
+ .chip.lightblue{background:#1b76ff;}
70
+ .chip.bus{background:#0f5e9c;}
71
+ .chip.small{font-size:30px;padding:10px 16px;border-radius:20px;}
72
+ .legs{display:flex;align-items:center;color:#4d4d4d;}
73
+ .legs svg{margin:0 8px;}
74
+
75
+ /* Helpers for tiny icons inside chips */
76
+ .chip svg{width:30px;height:30px;margin-right:8px;fill:#fff;}
77
+
78
+ /* Price/time alignment per item */
79
+ .route-head{display:flex;align-items:center;justify-content:space-between;}
80
+ </style>
81
+ </head>
82
+ <body>
83
+ <div id="render-target">
84
+ <!-- STATUS BAR -->
85
+ <div class="status">
86
+ <div class="row">
87
+ <div style="font-weight:700;">10:21</div>
88
+ <div class="dots" style="margin-left:20px;">
89
+ <span></span><span></span><span></span><span></span>
90
+ </div>
91
+ </div>
92
+ <div class="row">
93
+ <div style="width:18px;height:18px;border-radius:3px;background:#1b1b1b;margin-right:14px;"></div>
94
+ <div style="width:18px;height:18px;border-radius:9px;border:2px solid #1b1b1b;margin-right:14px;"></div>
95
+ <div style="width:28px;height:18px;background:#1b1b1b;border-radius:3px;"></div>
96
+ </div>
97
+ </div>
98
+
99
+ <div class="screen">
100
+ <!-- Search Header -->
101
+ <div class="search-header">
102
+ <div class="icon-btn icon-gray">
103
+ <svg viewBox="0 0 24 24" width="38" height="38"><path d="M15.5 19l-7-7 7-7" fill="none" stroke="#333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
104
+ </div>
105
+
106
+ <div class="search-inputs">
107
+ <div class="sbox">
108
+ <svg viewBox="0 0 24 24" width="40" height="40" style="margin-right:14px;"><path d="M12 2a7 7 0 017 7c0 5-7 13-7 13S5 14 5 9a7 7 0 017-7zm0 4a3 3 0 100 6 3 3 0 000-6z" fill="#ff5353"/></svg>
109
+ <input value="Philadelphia"/>
110
+ <svg viewBox="0 0 24 24" width="40" height="40" class="pill"><path d="M12 7l6 6M6 13l6 6" stroke="#666" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
111
+ </div>
112
+ <div class="sbox">
113
+ <svg viewBox="0 0 24 24" width="40" height="40" style="margin-right:14px;"><path d="M12 2a7 7 0 017 7c0 5-7 13-7 13S5 14 5 9a7 7 0 017-7zm0 4a3 3 0 100 6 3 3 0 000-6z" fill="#4e9cff"/></svg>
114
+ <input value="New York"/>
115
+ <div class="swap">
116
+ <svg viewBox="0 0 24 24" width="34" height="34"><path d="M7 7h10M13 11l4-4-4-4M17 17H7M11 21l-4-4 4-4" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
117
+ </div>
118
+ </div>
119
+ </div>
120
+
121
+ <div class="icon-btn icon-gray">
122
+ <svg viewBox="0 0 24 24" width="32" height="32"><circle cx="5" cy="5" r="2" fill="#333"/><circle cx="12" cy="5" r="2" fill="#333"/><circle cx="19" cy="5" r="2" fill="#333"/></svg>
123
+ </div>
124
+ </div>
125
+
126
+ <!-- Mode selector -->
127
+ <div class="modes">
128
+ <div class="mode">
129
+ <div class="bubble">
130
+ <svg viewBox="0 0 24 24" width="30" height="30"><path d="M5 16h14l-3-7H8l-3 7zm2 3a1 1 0 100-2 1 1 0 000 2zm10 0a1 1 0 100-2 1 1 0 000 2z" fill="#333"/></svg>
131
+ </div>
132
+ <div>1 hr 51</div>
133
+ </div>
134
+ <div class="mode">
135
+ <div class="bubble">
136
+ <svg viewBox="0 0 24 24" width="30" height="30"><path d="M5 17l3-6h6l3 6H5zM8 7h8" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
137
+ </div>
138
+ <div>–</div>
139
+ </div>
140
+ <div class="mode active">
141
+ <div class="bubble">
142
+ <svg viewBox="0 0 24 24" width="30" height="30"><path d="M4 18V7a2 2 0 012-2h12l2 4v9a2 2 0 01-2 2H6a2 2 0 01-2-2zM6 18h12" stroke="#0b63ff" stroke-width="2" fill="none"/></svg>
143
+ </div>
144
+ <div class="bold">1 hr 35</div>
145
+ </div>
146
+ <div class="mode">
147
+ <div class="bubble">
148
+ <svg viewBox="0 0 24 24" width="30" height="30"><path d="M13 5a2 2 0 11-4 0 2 2 0 014 0zM5 21l3-6 2 3 2-3 4 6" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
149
+ </div>
150
+ <div>1 day</div>
151
+ </div>
152
+ <div class="mode">
153
+ <div class="bubble">
154
+ <svg viewBox="0 0 24 24" width="30" height="30"><path d="M5 16h14l-3-7H8l-3 7z" fill="#333"/></svg>
155
+ </div>
156
+ <div>1 hr 51</div>
157
+ </div>
158
+ </div>
159
+
160
+ <!-- Toolbar -->
161
+ <div class="toolbar">
162
+ <div class="tool-chip">
163
+ <span>Depart at 10:19 pm</span>
164
+ <svg viewBox="0 0 24 24" width="28" height="28"><path d="M7 10l5 5 5-5" stroke="#666" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
165
+ </div>
166
+ <div class="tool-chip">
167
+ <svg viewBox="0 0 24 24" width="28" height="28"><path d="M3 10h18M3 6h12M3 14h8" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
168
+ <span style="margin-left:6px;">Options</span>
169
+ </div>
170
+ </div>
171
+
172
+ <div class="section-title">Public transport</div>
173
+
174
+ <!-- ROUTE 1 -->
175
+ <div class="route">
176
+ <div class="chips">
177
+ <span class="chip blue">Acela</span>
178
+ <span class="chip dark">Northeast</span>
179
+ <span class="chip red small">NEC</span>
180
+ <span class="chip lightblue small">NJ…</span>
181
+ </div>
182
+ <div class="route-head">
183
+ <div class="time">1:07 pm – 2:42 pm</div>
184
+ <div class="time" style="font-size:44px;">1 hr 35 min</div>
185
+ </div>
186
+ <div class="price" style="margin-top:8px;">$86</div>
187
+ <div class="hint">Scheduled at 1:07 pm, 1:28 pm from William H. Gray III 30th Street</div>
188
+ </div>
189
+
190
+ <!-- ROUTE 2 -->
191
+ <div class="route">
192
+ <div class="chips">
193
+ <span class="chip blue">Acela</span>
194
+ <span class="chip dark">…</span>
195
+ <span class="chip gray small">
196
+ <svg viewBox="0 0 24 24"><path d="M6 18l3-6h2l1 3 2-3 4 6" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
197
+ 8
198
+ </span>
199
+ <span class="chip bus small">M7</span>
200
+ <span class="chip lightblue small">M20</span>
201
+ </div>
202
+ <div class="route-head">
203
+ <div class="time">1:07 pm – 2:53 pm</div>
204
+ <div class="time" style="font-size:44px;">1 hr 46 min</div>
205
+ </div>
206
+ <div class="price" style="margin-top:8px;">$86</div>
207
+ <div class="hint">Scheduled at 1:07 pm, 1:28 pm from William H. Gray III 30th Street</div>
208
+ </div>
209
+
210
+ <!-- ROUTE 3 -->
211
+ <div class="route">
212
+ <div class="chips">
213
+ <span class="chip dark">Greyhound US0305</span>
214
+ <span class="chip green">Peter Pan</span>
215
+ </div>
216
+ <div class="route-head">
217
+ <div class="time">1:30 pm – 3:20 pm</div>
218
+ <div class="time" style="font-size:44px;">1 hr 50 min</div>
219
+ </div>
220
+ <div class="price" style="margin-top:8px;">$86</div>
221
+ <div class="hint">Scheduled at 1:30 pm, 2:00 pm from Philadelphia Bus Station</div>
222
+ </div>
223
+
224
+ <!-- ROUTE 4 -->
225
+ <div class="route">
226
+ <div class="chips">
227
+ <span class="chip blue">Acela</span>
228
+ <span class="chip dark">…</span>
229
+ <span class="chip gray small">
230
+ <svg viewBox="0 0 24 24"><path d="M6 18l3-6h2l1 3 2-3 4 6" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
231
+ 8
232
+ </span>
233
+ <span class="chip bus small">M7</span>
234
+ <span class="chip lightblue small">M20</span>
235
+ </div>
236
+ <div class="route-head">
237
+ <div class="time">1:28 pm – 3:03 pm</div>
238
+ <div class="time" style="font-size:44px;">1 hr 35 min</div>
239
+ </div>
240
+ <div class="price" style="margin-top:8px;">$212</div>
241
+ <div class="hint">Scheduled at 1:28 pm, 1:55 pm from William H. Gray III 30th Street</div>
242
+ </div>
243
+
244
+ <!-- ROUTE 5 -->
245
+ <div class="route">
246
+ <div class="chips">
247
+ <span class="chip blue">Acela</span>
248
+ <span class="chip dark">…</span>
249
+ <span class="chip red small">NEC</span>
250
+ <span class="chip lightblue small">NJ…</span>
251
+ </div>
252
+ <div class="route-head">
253
+ <div class="time">3:22 pm – 4:44 pm</div>
254
+ <div class="time" style="font-size:44px;">1 hr 22 min</div>
255
+ </div>
256
+ <div class="price" style="margin-top:8px;">$212</div>
257
+ <div class="hint">Scheduled at 3:22 pm, 3:25 pm from William H. Gray III 30th Street</div>
258
+ </div>
259
+
260
+ <!-- ROUTE 6 -->
261
+ <div class="route" style="border-bottom:1px solid #ececec;">
262
+ <div class="chips">
263
+ <span class="chip blue" style="background:#2f9bdc;">Cres…</span>
264
+ <span class="chip dark">…</span>
265
+ <span class="chip red small">NEC</span>
266
+ <span class="chip lightblue small">NJ…</span>
267
+ </div>
268
+ <div class="route-head">
269
+ <div class="time">—</div>
270
+ <div class="time" style="font-size:44px;">1 hr 33 min</div>
271
+ </div>
272
+ </div>
273
+
274
+ <!-- bottom drag bar -->
275
+ <div style="width:520px;height:14px;background:#cfcfcf;border-radius:7px;margin:26px auto 0 auto;"></div>
276
+ </div>
277
+ </div>
278
+ </body>
279
+ </html>
code/4412/4412_0.html ADDED
@@ -0,0 +1,265 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Ocean Sounds Player UI</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;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ border-radius: 24px;
13
+ box-shadow: 0 20px 60px rgba(0,0,0,0.25);
14
+ background: #000;
15
+ }
16
+
17
+ /* Background image placeholder */
18
+ .bg-photo {
19
+ position: absolute;
20
+ left: 0; top: 0;
21
+ width: 100%; height: 100%;
22
+ background: #E0E0E0;
23
+ border: 1px solid #BDBDBD;
24
+ display: flex; align-items: center; justify-content: center;
25
+ color: #757575; font-size: 42px; letter-spacing: 0.5px;
26
+ }
27
+ .fade-bottom {
28
+ position: absolute; left: 0; bottom: 0;
29
+ width: 100%; height: 900px;
30
+ background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0.0));
31
+ pointer-events: none;
32
+ }
33
+
34
+ /* Top controls */
35
+ .close-btn {
36
+ position: absolute; left: 48px; top: 68px;
37
+ width: 92px; height: 92px; border-radius: 46px;
38
+ background: rgba(255,255,255,0.25);
39
+ display: flex; align-items: center; justify-content: center;
40
+ }
41
+ .close-btn svg { width: 36px; height: 36px; stroke: #fff; stroke-width: 7; }
42
+
43
+ .follow-btn {
44
+ position: absolute; right: 60px; top: 160px;
45
+ background: #3AA9A6; color: #fff; font-weight: 700;
46
+ padding: 26px 46px; border-radius: 60px; font-size: 46px;
47
+ box-shadow: 0 10px 20px rgba(0,0,0,0.2);
48
+ }
49
+
50
+ /* Center timer */
51
+ .timer {
52
+ position: absolute; left: 50%; top: 990px; transform: translateX(-50%);
53
+ color: #fff; font-size: 160px; font-weight: 600; letter-spacing: 4px;
54
+ text-shadow: 0 6px 16px rgba(0,0,0,0.35);
55
+ }
56
+
57
+ /* Right overlay buttons */
58
+ .circle-btn {
59
+ position: absolute; right: 72px;
60
+ width: 126px; height: 126px; border-radius: 63px;
61
+ background: rgba(255,255,255,0.18);
62
+ backdrop-filter: blur(2px);
63
+ display: flex; align-items: center; justify-content: center;
64
+ box-shadow: 0 8px 20px rgba(0,0,0,0.25);
65
+ }
66
+ .share { top: 1380px; }
67
+ .share svg { width: 54px; height: 54px; fill: none; stroke: #fff; stroke-width: 10; }
68
+
69
+ .avatar {
70
+ top: 1530px;
71
+ border: 4px solid #fff;
72
+ background: #E0E0E0;
73
+ color: #555;
74
+ font-size: 26px;
75
+ border-radius: 63px;
76
+ display: flex; align-items: center; justify-content: center;
77
+ border-color: #fff;
78
+ }
79
+
80
+ /* Big pause button */
81
+ .pause-btn {
82
+ position: absolute; right: 72px; bottom: 540px;
83
+ width: 190px; height: 190px; border-radius: 95px;
84
+ background: #fff; display: flex; align-items: center; justify-content: center;
85
+ box-shadow: 0 18px 40px rgba(0,0,0,0.35);
86
+ }
87
+ .pause-btn svg { width: 72px; height: 72px; fill: #1E1E1E; }
88
+
89
+ /* Bottom player panel */
90
+ .player {
91
+ position: absolute; left: 0; bottom: 0;
92
+ width: 100%; padding: 0 60px 120px;
93
+ color: #fff;
94
+ }
95
+ .title {
96
+ font-size: 70px; font-weight: 700; margin-top: 60px;
97
+ text-shadow: 0 4px 12px rgba(0,0,0,0.4);
98
+ }
99
+ .subtitle {
100
+ font-size: 42px; color: #c7c7c7; margin-top: 18px;
101
+ }
102
+
103
+ .progress-wrap { margin-top: 36px; }
104
+ .progress {
105
+ position: relative; height: 8px; background: rgba(255,255,255,0.25);
106
+ border-radius: 4px;
107
+ }
108
+ .progress .fill {
109
+ position: absolute; left: 0; top: 0; height: 8px; width: 160px;
110
+ background: #fff; border-radius: 4px;
111
+ }
112
+ .progress .thumb {
113
+ position: absolute; left: 148px; top: 50%; transform: translateY(-50%);
114
+ width: 28px; height: 28px; border-radius: 14px; background: #fff;
115
+ box-shadow: 0 6px 12px rgba(0,0,0,0.35);
116
+ }
117
+ .progress-times {
118
+ display: flex; justify-content: space-between; font-size: 36px; color: #cfcfcf;
119
+ margin-top: 20px;
120
+ }
121
+
122
+ .controls {
123
+ margin-top: 48px;
124
+ display: flex; align-items: center; justify-content: space-between;
125
+ padding: 0 20px;
126
+ }
127
+ .icon-btn {
128
+ width: 80px; height: 80px; border-radius: 40px;
129
+ display: flex; align-items: center; justify-content: center;
130
+ color: #fff;
131
+ }
132
+ .icon-btn svg { width: 48px; height: 48px; fill: none; stroke: #fff; stroke-width: 8; }
133
+
134
+ /* Ambient sound pill */
135
+ .ambient {
136
+ position: absolute; left: 50%; bottom: 120px; transform: translateX(-50%);
137
+ display: inline-flex; align-items: center; gap: 16px;
138
+ background: rgba(58,169,166,0.18); color: #fff; border: 2px solid rgba(58,169,166,0.6);
139
+ padding: 26px 46px; border-radius: 24px; font-size: 42px; font-weight: 700;
140
+ backdrop-filter: blur(2px);
141
+ }
142
+ .ambient svg { width: 36px; height: 36px; fill: #fff; }
143
+
144
+ /* Home indicator */
145
+ .home-indicator {
146
+ position: absolute; left: 50%; bottom: 40px; transform: translateX(-50%);
147
+ width: 360px; height: 14px; border-radius: 7px; background: rgba(255,255,255,0.7);
148
+ }
149
+ </style>
150
+ </head>
151
+ <body>
152
+ <div id="render-target">
153
+
154
+ <!-- Background image placeholder -->
155
+ <div class="bg-photo">[IMG: Sunset Ocean]</div>
156
+ <div class="fade-bottom"></div>
157
+
158
+ <!-- Close button (top-left) -->
159
+ <div class="close-btn">
160
+ <svg viewBox="0 0 24 24">
161
+ <line x1="4" y1="4" x2="20" y2="20"></line>
162
+ <line x1="20" y1="4" x2="4" y2="20"></line>
163
+ </svg>
164
+ </div>
165
+
166
+ <!-- Follow button (top-right) -->
167
+ <div class="follow-btn">Follow</div>
168
+
169
+ <!-- Center timer -->
170
+ <div class="timer">29:58</div>
171
+
172
+ <!-- Share button -->
173
+ <div class="circle-btn share">
174
+ <svg viewBox="0 0 48 48">
175
+ <path d="M24 32 V10"></path>
176
+ <path d="M16 18 L24 10 L32 18"></path>
177
+ <rect x="10" y="32" width="28" height="8" rx="2"></rect>
178
+ </svg>
179
+ </div>
180
+
181
+ <!-- Avatar (small circle) -->
182
+ <div class="circle-btn avatar">[IMG: Avatar]</div>
183
+
184
+ <!-- Big pause button -->
185
+ <div class="pause-btn">
186
+ <svg viewBox="0 0 48 48">
187
+ <rect x="10" y="10" width="10" height="28" rx="2"></rect>
188
+ <rect x="28" y="10" width="10" height="28" rx="2"></rect>
189
+ </svg>
190
+ </div>
191
+
192
+ <!-- Bottom player panel -->
193
+ <div class="player">
194
+ <div class="title">Nature Sounds: The Ocean</div>
195
+ <div class="subtitle">Owen Jenkins</div>
196
+
197
+ <div class="progress-wrap">
198
+ <div class="progress">
199
+ <div class="fill"></div>
200
+ <div class="thumb"></div>
201
+ </div>
202
+ <div class="progress-times">
203
+ <div>0:02</div>
204
+ <div>-29:58</div>
205
+ </div>
206
+ </div>
207
+
208
+ <div class="controls">
209
+ <!-- Undo icon -->
210
+ <div class="icon-btn">
211
+ <svg viewBox="0 0 48 48">
212
+ <path d="M18 12 L10 20 L18 28"></path>
213
+ <path d="M10 20 H28 C36 20 38 28 38 32"></path>
214
+ </svg>
215
+ </div>
216
+ <!-- List icon -->
217
+ <div class="icon-btn">
218
+ <svg viewBox="0 0 48 48">
219
+ <line x1="10" y1="14" x2="38" y2="14"></line>
220
+ <line x1="10" y1="24" x2="38" y2="24"></line>
221
+ <line x1="10" y1="34" x2="38" y2="34"></line>
222
+ </svg>
223
+ </div>
224
+ <!-- Bookmark icon -->
225
+ <div class="icon-btn">
226
+ <svg viewBox="0 0 48 48">
227
+ <path d="M14 10 H34 V38 L24 30 L14 38 Z"></path>
228
+ </svg>
229
+ </div>
230
+ <!-- Repeat/refresh left -->
231
+ <div class="icon-btn">
232
+ <svg viewBox="0 0 48 48">
233
+ <path d="M16 18 C16 12 22 8 28 8"></path>
234
+ <path d="M28 8 L24 12"></path>
235
+ <path d="M32 30 C32 36 26 40 20 40"></path>
236
+ <path d="M20 40 L24 36"></path>
237
+ </svg>
238
+ </div>
239
+ <!-- Repeat/refresh right -->
240
+ <div class="icon-btn">
241
+ <svg viewBox="0 0 48 48">
242
+ <path d="M32 18 C32 12 26 8 20 8"></path>
243
+ <path d="M20 8 L24 12"></path>
244
+ <path d="M16 30 C16 36 22 40 28 40"></path>
245
+ <path d="M28 40 L24 36"></path>
246
+ </svg>
247
+ </div>
248
+ </div>
249
+ </div>
250
+
251
+ <!-- Ambient sound button -->
252
+ <div class="ambient">
253
+ <svg viewBox="0 0 24 24">
254
+ <path d="M14 3 V14.5 C14 17 11 18 9 17.2"></path>
255
+ <circle cx="7" cy="18" r="2"></circle>
256
+ </svg>
257
+ ADD AMBIENT SOUND
258
+ </div>
259
+
260
+ <!-- Home indicator -->
261
+ <div class="home-indicator"></div>
262
+
263
+ </div>
264
+ </body>
265
+ </html>
code/4412/4412_1.html ADDED
@@ -0,0 +1,230 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Nature Sounds: The Ocean</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
10
+ background: #0c0d10; border-radius: 24px;
11
+ }
12
+
13
+ /* Top ocean photo */
14
+ .hero {
15
+ position: absolute; left: 0; top: 0; width: 1080px; height: 1060px;
16
+ background: #E0E0E0; border-bottom: 1px solid #bdbdbd;
17
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 34px; letter-spacing: 0.4px;
18
+ }
19
+ .hero::after {
20
+ content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 220px;
21
+ background: linear-gradient(180deg, rgba(12,13,16,0) 0%, rgba(12,13,16,0.75) 50%, rgba(12,13,16,1) 100%);
22
+ }
23
+
24
+ /* Top controls */
25
+ .top-btn {
26
+ position: absolute; width: 96px; height: 96px; border-radius: 22px;
27
+ background: rgba(0,0,0,0.7); display: flex; align-items: center; justify-content: center;
28
+ top: 42px;
29
+ }
30
+ .top-btn svg { width: 44px; height: 44px; fill: none; stroke: #fff; stroke-width: 6px; stroke-linecap: round; stroke-linejoin: round; }
31
+ .back { left: 40px; }
32
+ .share { right: 40px; }
33
+
34
+ /* Content card */
35
+ .card {
36
+ position: absolute; left: 24px; right: 24px; top: 820px;
37
+ background: #121416; border-radius: 28px; padding: 44px 40px 48px 40px; color: #fff;
38
+ box-shadow: 0 10px 30px rgba(0,0,0,0.45);
39
+ }
40
+ .meta { color: #c6c6c6; font-size: 28px; letter-spacing: 1px; display: flex; align-items: center; gap: 12px; }
41
+ .meta svg { width: 28px; height: 28px; fill: #ffc857; stroke: none; }
42
+ .title {
43
+ font-size: 64px; line-height: 1.1; font-weight: 700; margin: 24px 0 20px;
44
+ }
45
+ .sub { color: #a2a6ad; font-size: 28px; }
46
+
47
+ .bookmark {
48
+ position: absolute; right: 36px; top: 36px; width: 96px; height: 96px; border-radius: 24px;
49
+ background: #1b1e22; display: flex; align-items: center; justify-content: center;
50
+ border: 1px solid #23262b;
51
+ }
52
+ .bookmark svg { width: 40px; height: 40px; fill: none; stroke: #cfd3da; stroke-width: 6px; }
53
+
54
+ .play-btn {
55
+ margin-top: 36px; width: 100%; height: 120px; border-radius: 22px;
56
+ background: #5fb3ae; display: flex; align-items: center; justify-content: center; gap: 20px;
57
+ color: #fff; font-size: 44px; font-weight: 600;
58
+ }
59
+ .play-btn svg { width: 44px; height: 44px; fill: #fff; }
60
+
61
+ .actions { display: flex; gap: 26px; margin-top: 30px; }
62
+ .action {
63
+ flex: 1; height: 160px; border-radius: 28px; background: #15181c; border: 1px solid #23262b;
64
+ display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px;
65
+ color: #cfd3da; font-size: 34px;
66
+ }
67
+ .action svg { width: 48px; height: 48px; stroke: #cfd3da; fill: none; stroke-width: 6px; }
68
+
69
+ /* Author row */
70
+ .author {
71
+ margin-top: 36px; display: flex; align-items: center; gap: 22px;
72
+ }
73
+ .avatar {
74
+ width: 110px; height: 110px; border-radius: 55px; background: #E0E0E0; border: 1px solid #bdbdbd;
75
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 22px;
76
+ }
77
+ .author-info { flex: 1; }
78
+ .author-name { font-size: 44px; font-weight: 600; color: #fff; }
79
+ .author-sub { font-size: 28px; color: #a2a6ad; margin-top: 6px; }
80
+ .follow {
81
+ width: 190px; height: 80px; border-radius: 20px; background: #5fb3ae; color: #fff;
82
+ display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 32px;
83
+ }
84
+
85
+ /* Description */
86
+ .desc {
87
+ margin-top: 32px; color: #cfd3da; font-size: 34px; line-height: 1.6;
88
+ }
89
+
90
+ /* Bottom nav */
91
+ .bottom-nav {
92
+ position: absolute; left: 0; right: 0; bottom: 0; height: 160px;
93
+ background: #0f1114; border-top: 1px solid #1c1f24; display: flex; align-items: center; justify-content: space-around;
94
+ }
95
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 10px; color: #cfd3da; font-size: 28px; }
96
+ .nav-item svg { width: 48px; height: 48px; stroke: #cfd3da; fill: none; stroke-width: 6px; }
97
+ .plus {
98
+ color: #f6c24a; font-weight: 800; font-size: 44px;
99
+ }
100
+
101
+ /* Home indicator */
102
+ .home-indicator {
103
+ position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%);
104
+ width: 320px; height: 12px; border-radius: 6px; background: #ffffff33;
105
+ }
106
+ </style>
107
+ </head>
108
+ <body>
109
+ <div id="render-target">
110
+ <!-- Ocean photo -->
111
+ <div class="hero">[IMG: Ocean Waves at Sunset]</div>
112
+
113
+ <!-- Top buttons -->
114
+ <div class="top-btn back">
115
+ <svg viewBox="0 0 48 48">
116
+ <path d="M30 10 L14 24 L30 38"></path>
117
+ </svg>
118
+ </div>
119
+ <div class="top-btn share">
120
+ <svg viewBox="0 0 48 48">
121
+ <path d="M24 30 V14"></path>
122
+ <path d="M16 20 L24 12 L32 20"></path>
123
+ <path d="M10 36 H38"></path>
124
+ </svg>
125
+ </div>
126
+
127
+ <!-- Content card -->
128
+ <div class="card">
129
+ <div class="bookmark">
130
+ <svg viewBox="0 0 48 48">
131
+ <path d="M14 8 H34 V40 L24 32 L14 40 Z"></path>
132
+ </svg>
133
+ </div>
134
+
135
+ <div class="meta">
136
+ <svg viewBox="0 0 24 24"><polygon points="12,2 15,9 22,9 16,13 18,20 12,16 6,20 8,13 2,9 9,9"/></svg>
137
+ <span>4.8 • MUSIC • 30 MIN</span>
138
+ </div>
139
+
140
+ <div class="title">Nature Sounds: The Ocean</div>
141
+ <div class="sub">1.9m plays since Mar 2016</div>
142
+
143
+ <div class="play-btn">
144
+ <svg viewBox="0 0 48 48"><polygon points="18,12 36,24 18,36"></polygon></svg>
145
+ <span>Play</span>
146
+ </div>
147
+
148
+ <div class="actions">
149
+ <div class="action">
150
+ <svg viewBox="0 0 48 48">
151
+ <path d="M8 24 C12 14, 36 14, 40 24 C36 34, 12 34, 8 24 Z"></path>
152
+ <circle cx="24" cy="24" r="6"></circle>
153
+ </svg>
154
+ <div>Private</div>
155
+ </div>
156
+ <div class="action">
157
+ <svg viewBox="0 0 48 48">
158
+ <path d="M28 12 C20 14, 16 22, 20 30 C14 30, 10 26, 10 20 C10 14, 18 10, 24 12 Z"></path>
159
+ </svg>
160
+ <div>Sleep</div>
161
+ </div>
162
+ <div class="action">
163
+ <svg viewBox="0 0 48 48">
164
+ <path d="M24 10 V30"></path>
165
+ <path d="M18 24 L24 30 L30 24"></path>
166
+ <path d="M10 36 H38"></path>
167
+ </svg>
168
+ <div>Download</div>
169
+ </div>
170
+ <div class="action">
171
+ <svg viewBox="0 0 48 48">
172
+ <circle cx="14" cy="24" r="4"></circle>
173
+ <circle cx="24" cy="24" r="4"></circle>
174
+ <circle cx="34" cy="24" r="4"></circle>
175
+ </svg>
176
+ <div>More</div>
177
+ </div>
178
+ </div>
179
+
180
+ <div class="author">
181
+ <div class="avatar">[IMG: Avatar]</div>
182
+ <div class="author-info">
183
+ <div class="author-name">Owen Jenkins</div>
184
+ <div class="author-sub">28.8k followers</div>
185
+ </div>
186
+ <div class="follow">Follow</div>
187
+ </div>
188
+
189
+ <div class="desc">
190
+ Recorded on the south wales (UK) coast. Also incorporates Alpha binaural for relaxation. If you would like a longer version of this recording there is also available a 60min session.
191
+ </div>
192
+ </div>
193
+
194
+ <!-- Bottom navigation -->
195
+ <div class="bottom-nav">
196
+ <div class="nav-item">
197
+ <svg viewBox="0 0 48 48">
198
+ <path d="M8 26 L24 12 L40 26"></path>
199
+ <path d="M14 26 V36 H34 V26"></path>
200
+ </svg>
201
+ <div>Home</div>
202
+ </div>
203
+ <div class="nav-item">
204
+ <svg viewBox="0 0 48 48">
205
+ <path d="M14 8 H34 V40 L24 32 L14 40 Z"></path>
206
+ </svg>
207
+ <div>Save</div>
208
+ </div>
209
+ <div class="nav-item plus">Plus</div>
210
+ <div class="nav-item">
211
+ <svg viewBox="0 0 48 48">
212
+ <circle cx="20" cy="20" r="12"></circle>
213
+ <path d="M30 30 L40 40"></path>
214
+ </svg>
215
+ <div>Search</div>
216
+ </div>
217
+ <div class="nav-item">
218
+ <svg viewBox="0 0 48 48">
219
+ <circle cx="24" cy="24" r="16"></circle>
220
+ <path d="M24 8 V40"></path>
221
+ <path d="M8 24 H40"></path>
222
+ </svg>
223
+ <div>Explore</div>
224
+ </div>
225
+ </div>
226
+
227
+ <div class="home-indicator"></div>
228
+ </div>
229
+ </body>
230
+ </html>
code/4412/4412_2.html ADDED
@@ -0,0 +1,403 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Mobile UI Render</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #0f0f0f;
14
+ color: #f5f5f5;
15
+ }
16
+
17
+ /* Header */
18
+ .top-icons {
19
+ position: absolute;
20
+ top: 48px;
21
+ right: 48px;
22
+ display: flex;
23
+ gap: 36px;
24
+ align-items: center;
25
+ }
26
+ .icon-btn {
27
+ width: 74px;
28
+ height: 74px;
29
+ border-radius: 20px;
30
+ background: #1b1b1b;
31
+ display: flex;
32
+ align-items: center;
33
+ justify-content: center;
34
+ border: 1px solid #2a2a2a;
35
+ }
36
+ .icon-btn svg { width: 40px; height: 40px; stroke: #e9e9e9; fill: none; stroke-width: 2.5; }
37
+
38
+ .brand {
39
+ position: absolute;
40
+ left: 48px;
41
+ top: 120px;
42
+ font-weight: 700;
43
+ font-size: 40px;
44
+ letter-spacing: 0.5px;
45
+ color: #d9d9d9;
46
+ }
47
+ .greeting {
48
+ position: absolute;
49
+ left: 48px;
50
+ top: 190px;
51
+ font-size: 86px;
52
+ font-weight: 800;
53
+ letter-spacing: 1px;
54
+ color: #f6f6f6;
55
+ }
56
+
57
+ /* Grid of tiles */
58
+ .tiles {
59
+ position: absolute;
60
+ left: 48px;
61
+ right: 48px;
62
+ top: 380px;
63
+ display: grid;
64
+ grid-template-columns: repeat(3, 1fr);
65
+ gap: 36px;
66
+ }
67
+ .tile {
68
+ height: 250px;
69
+ background: #181818;
70
+ border-radius: 28px;
71
+ border: 1px solid #2a2a2a;
72
+ position: relative;
73
+ display: flex;
74
+ align-items: center;
75
+ justify-content: center;
76
+ flex-direction: column;
77
+ }
78
+ .tile .tile-icon {
79
+ width: 84px;
80
+ height: 84px;
81
+ margin-bottom: 28px;
82
+ }
83
+ .tile .tile-icon svg {
84
+ width: 84px; height: 84px; stroke: #f4f4f4; fill: none; stroke-width: 3;
85
+ }
86
+ .tile .label {
87
+ font-size: 42px;
88
+ font-weight: 600;
89
+ color: #f0f0f0;
90
+ }
91
+ .badge {
92
+ position: absolute;
93
+ top: 24px;
94
+ left: 24px;
95
+ width: 64px;
96
+ height: 64px;
97
+ background: #e86d74;
98
+ border-radius: 50%;
99
+ display: flex;
100
+ align-items: center;
101
+ justify-content: center;
102
+ color: #fff;
103
+ font-weight: 700;
104
+ font-size: 38px;
105
+ border: 2px solid #c34a51;
106
+ }
107
+
108
+ /* CTA button */
109
+ .cta {
110
+ position: absolute;
111
+ left: 210px;
112
+ bottom: 200px;
113
+ width: 660px;
114
+ height: 90px;
115
+ background: #3aa5a3;
116
+ border-radius: 18px;
117
+ display: flex;
118
+ align-items: center;
119
+ justify-content: center;
120
+ color: #eaffff;
121
+ font-weight: 700;
122
+ font-size: 40px;
123
+ letter-spacing: 0.5px;
124
+ border: 1px solid rgba(0,0,0,0.2);
125
+ }
126
+
127
+ /* Bottom nav bar */
128
+ .bottom-bar {
129
+ position: absolute;
130
+ left: 0;
131
+ bottom: 0;
132
+ width: 1080px;
133
+ height: 170px;
134
+ background: #121212;
135
+ border-top: 1px solid #232323;
136
+ display: flex;
137
+ align-items: center;
138
+ justify-content: space-around;
139
+ padding: 0 48px;
140
+ }
141
+ .nav-item {
142
+ display: flex;
143
+ align-items: center;
144
+ justify-content: center;
145
+ color: #f0f0f0;
146
+ }
147
+ .nav-item svg {
148
+ width: 70px; height: 70px; stroke: #f0f0f0; fill: none; stroke-width: 3;
149
+ }
150
+ .plus-text {
151
+ font-size: 58px;
152
+ font-weight: 800;
153
+ color: #e1b23c;
154
+ }
155
+ </style>
156
+ </head>
157
+ <body>
158
+ <div id="render-target">
159
+
160
+ <!-- Top right utility icons -->
161
+ <div class="top-icons">
162
+ <div class="icon-btn" title="Messages">
163
+ <svg viewBox="0 0 24 24">
164
+ <path d="M3 5h18v14H3z"></path>
165
+ <path d="M3 5l9 7 9-7"></path>
166
+ </svg>
167
+ </div>
168
+ <div class="icon-btn" title="Notifications">
169
+ <svg viewBox="0 0 24 24">
170
+ <path d="M6 17h12c0-6-2-9-6-9s-6 3-6 9z"></path>
171
+ <path d="M10 20c1.2 1.5 2.8 1.5 4 0"></path>
172
+ </svg>
173
+ </div>
174
+ <div class="icon-btn" title="Profile">
175
+ <svg viewBox="0 0 24 24">
176
+ <circle cx="12" cy="8" r="4"></circle>
177
+ <path d="M4 20c2.5-4 13.5-4 16 0"></path>
178
+ </svg>
179
+ </div>
180
+ </div>
181
+
182
+ <!-- Brand and greeting -->
183
+ <div class="brand">InsightTimer</div>
184
+ <div class="greeting">Good Morning</div>
185
+
186
+ <!-- Tiles grid -->
187
+ <div class="tiles">
188
+
189
+ <!-- Row 1 -->
190
+ <div class="tile">
191
+ <div class="tile-icon">
192
+ <svg viewBox="0 0 24 24">
193
+ <path d="M7 10h10v5c0 2-2 4-5 4s-5-2-5-4v-5z"></path>
194
+ <path d="M7 10a5 5 0 0 1 10 0"></path>
195
+ </svg>
196
+ </div>
197
+ <div class="label">Timer</div>
198
+ </div>
199
+
200
+ <div class="tile">
201
+ <div class="tile-icon">
202
+ <svg viewBox="0 0 24 24">
203
+ <path d="M12 3c-3 3-3 9 3 12"></path>
204
+ <path d="M12 3c1 4 5 6 9 5"></path>
205
+ </svg>
206
+ </div>
207
+ <div class="label">Sleep</div>
208
+ </div>
209
+
210
+ <div class="tile">
211
+ <div class="tile-icon">
212
+ <svg viewBox="0 0 24 24">
213
+ <path d="M6 12c2-1 3-3 3-5"></path>
214
+ <path d="M12 12c2-1 3-3 3-5"></path>
215
+ <path d="M8 16c2-1 3-3 3-5"></path>
216
+ </svg>
217
+ </div>
218
+ <div class="label">Breathe</div>
219
+ </div>
220
+
221
+ <!-- Row 2 -->
222
+ <div class="tile">
223
+ <div class="tile-icon">
224
+ <svg viewBox="0 0 24 24">
225
+ <path d="M4 6h16v12H4z"></path>
226
+ <path d="M8 10h8"></path>
227
+ <path d="M8 14h6"></path>
228
+ </svg>
229
+ </div>
230
+ <div class="label">New Courses</div>
231
+ </div>
232
+
233
+ <div class="tile">
234
+ <div class="tile-icon">
235
+ <svg viewBox="0 0 24 24">
236
+ <circle cx="12" cy="6" r="2"></circle>
237
+ <path d="M12 8v5"></path>
238
+ <path d="M9 13l3-1 3 1"></path>
239
+ <path d="M7 18l3-3"></path>
240
+ <path d="M17 18l-3-3"></path>
241
+ </svg>
242
+ </div>
243
+ <div class="label">Yoga</div>
244
+ </div>
245
+
246
+ <div class="tile">
247
+ <div class="tile-icon">
248
+ <svg viewBox="0 0 24 24">
249
+ <path d="M12 16V8"></path>
250
+ <path d="M8 12l4-4 4 4"></path>
251
+ </svg>
252
+ </div>
253
+ <div class="label">Close</div>
254
+ </div>
255
+
256
+ <!-- Row 3 -->
257
+ <div class="tile">
258
+ <div class="tile-icon">
259
+ <svg viewBox="0 0 24 24">
260
+ <path d="M4 16h16"></path>
261
+ <path d="M12 6v10"></path>
262
+ <path d="M6 13c2-3 10-3 12 0"></path>
263
+ </svg>
264
+ </div>
265
+ <div class="label">Mornings</div>
266
+ </div>
267
+
268
+ <div class="tile">
269
+ <div class="tile-icon">
270
+ <svg viewBox="0 0 24 24">
271
+ <circle cx="12" cy="12" r="9"></circle>
272
+ <path d="M12 6v6l4 2"></path>
273
+ </svg>
274
+ </div>
275
+ <div class="label">Recent</div>
276
+ </div>
277
+
278
+ <div class="tile">
279
+ <div class="tile-icon">
280
+ <svg viewBox="0 0 24 24">
281
+ <circle cx="12" cy="12" r="9"></circle>
282
+ <circle cx="12" cy="12" r="3"></circle>
283
+ <path d="M8 9c-1 2-1 5 3 7 3 0 5-2 5-4"></path>
284
+ </svg>
285
+ </div>
286
+ <div class="label">Check In</div>
287
+ </div>
288
+
289
+ <!-- Row 4 -->
290
+ <div class="tile">
291
+ <div class="tile-icon">
292
+ <svg viewBox="0 0 24 24">
293
+ <path d="M6 20v-6l8-4v6"></path>
294
+ <path d="M14 16l4 2v-6"></path>
295
+ </svg>
296
+ </div>
297
+ <div class="label">Music</div>
298
+ </div>
299
+
300
+ <div class="tile">
301
+ <div class="badge">1</div>
302
+ <div class="tile-icon">
303
+ <svg viewBox="0 0 24 24">
304
+ <path d="M5 5h14v10H5z"></path>
305
+ <path d="M12 20l-3-5h6l-3 5z"></path>
306
+ </svg>
307
+ </div>
308
+ <div class="label">Live Now</div>
309
+ </div>
310
+
311
+ <div class="tile">
312
+ <div class="tile-icon">
313
+ <svg viewBox="0 0 24 24">
314
+ <path d="M6 7h12v12H6z"></path>
315
+ <path d="M9 7V5h6v2"></path>
316
+ <path d="M9 11h6"></path>
317
+ </svg>
318
+ </div>
319
+ <div class="label">Workplace</div>
320
+ </div>
321
+
322
+ <!-- Row 5 -->
323
+ <div class="tile">
324
+ <div class="tile-icon">
325
+ <svg viewBox="0 0 24 24">
326
+ <path d="M6 4h12v16H6z"></path>
327
+ <path d="M9 4v16"></path>
328
+ </svg>
329
+ </div>
330
+ <div class="label">Bookmarks</div>
331
+ </div>
332
+
333
+ <div class="tile">
334
+ <div class="tile-icon">
335
+ <svg viewBox="0 0 24 24">
336
+ <path d="M5 5h14v14H5z"></path>
337
+ <path d="M8 8h8"></path>
338
+ <path d="M8 12h8"></path>
339
+ <path d="M8 16h8"></path>
340
+ </svg>
341
+ </div>
342
+ <div class="label">Journal</div>
343
+ </div>
344
+
345
+ <div class="tile">
346
+ <div class="tile-icon">
347
+ <svg viewBox="0 0 24 24">
348
+ <path d="M8 9c-2 2-2 6 2 6"></path>
349
+ <path d="M14 9c-2 2-2 6 2 6"></path>
350
+ </svg>
351
+ </div>
352
+ <div class="label">Quotes</div>
353
+ </div>
354
+
355
+ <!-- Row 6 -->
356
+ <div class="tile" style="grid-column: 1 / span 1;">
357
+ <div class="tile-icon">
358
+ <svg viewBox="0 0 24 24">
359
+ <path d="M12 3l2.5 6.5L21 10l-5 4 1.5 7-5.5-3.5L6.5 21 8 14l-5-4 6.5-0.5z"></path>
360
+ </svg>
361
+ </div>
362
+ <div class="label">Challenges</div>
363
+ </div>
364
+ <div style="height: 250px;"></div>
365
+ <div style="height: 250px;"></div>
366
+
367
+ </div>
368
+
369
+ <!-- CTA -->
370
+ <div class="cta">Personalize Shortcuts</div>
371
+
372
+ <!-- Bottom navigation bar -->
373
+ <div class="bottom-bar">
374
+ <div class="nav-item">
375
+ <svg viewBox="0 0 24 24">
376
+ <path d="M3 12l9-8 9 8"></path>
377
+ <path d="M5 11v9h14v-9"></path>
378
+ </svg>
379
+ </div>
380
+ <div class="nav-item">
381
+ <svg viewBox="0 0 24 24">
382
+ <path d="M6 4h12v16l-6-4-6 4z"></path>
383
+ </svg>
384
+ </div>
385
+ <div class="nav-item plus-text">Plus</div>
386
+ <div class="nav-item">
387
+ <svg viewBox="0 0 24 24">
388
+ <circle cx="11" cy="11" r="7"></circle>
389
+ <path d="M20 20l-4-4"></path>
390
+ </svg>
391
+ </div>
392
+ <div class="nav-item">
393
+ <svg viewBox="0 0 24 24">
394
+ <circle cx="12" cy="12" r="9"></circle>
395
+ <path d="M12 3c4 4 4 14 0 18"></path>
396
+ <path d="M3 12h18"></path>
397
+ </svg>
398
+ </div>
399
+ </div>
400
+
401
+ </div>
402
+ </body>
403
+ </html>
code/4412/4412_3.html ADDED
@@ -0,0 +1,312 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Sleep UI 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;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #0f1216;
13
+ color: #FFFFFF;
14
+ }
15
+
16
+ /* Decorative night sky */
17
+ .sky {
18
+ position: absolute;
19
+ left: 0; top: 0;
20
+ width: 100%;
21
+ height: 360px;
22
+ background: radial-gradient(1200px 800px at 80% 0%, rgba(255,255,255,0.03), rgba(255,255,255,0) 60%),
23
+ radial-gradient(800px 600px at 20% 20%, rgba(255,255,255,0.02), rgba(255,255,255,0) 60%);
24
+ pointer-events: none;
25
+ }
26
+ .stars {
27
+ position: absolute;
28
+ width: 3px; height: 3px; border-radius: 50%;
29
+ background: #BFC7D1;
30
+ opacity: 0.8;
31
+ top: 40px; left: 100px;
32
+ box-shadow:
33
+ 0px 0px 0 #BFC7D1,
34
+ 50px 10px 0 #C9D0DA,
35
+ 120px 34px 0 #BFC7D1,
36
+ 210px 12px 0 #C9D0DA,
37
+ 310px 70px 0 #BFC7D1,
38
+ 420px 20px 0 #C9D0DA,
39
+ 540px 84px 0 #BFC7D1,
40
+ 650px 40px 0 #C9D0DA,
41
+ 760px 96px 0 #BFC7D1,
42
+ 860px 18px 0 #C9D0DA,
43
+ 960px 76px 0 #BFC7D1,
44
+ 50px 140px 0 #C9D0DA,
45
+ 160px 180px 0 #BFC7D1,
46
+ 270px 150px 0 #C9D0DA,
47
+ 380px 200px 0 #BFC7D1,
48
+ 500px 150px 0 #C9D0DA,
49
+ 620px 180px 0 #BFC7D1,
50
+ 740px 150px 0 #C9D0DA,
51
+ 860px 190px 0 #BFC7D1,
52
+ 980px 160px 0 #C9D0DA;
53
+ }
54
+
55
+ /* Top bar icons */
56
+ .top-icons {
57
+ position: absolute;
58
+ top: 48px;
59
+ left: 44px;
60
+ right: 44px;
61
+ height: 48px;
62
+ }
63
+ .back-btn, .share-btn, .moon {
64
+ position: absolute;
65
+ display: inline-flex;
66
+ align-items: center;
67
+ justify-content: center;
68
+ }
69
+ .back-btn { left: 0; width: 56px; height: 56px; }
70
+ .share-btn { right: 0; width: 56px; height: 56px; opacity: 0.9; }
71
+ .moon { right: 110px; width: 88px; height: 88px; border-radius: 50%; }
72
+
73
+ /* Content padding */
74
+ .content {
75
+ position: absolute;
76
+ left: 44px;
77
+ right: 44px;
78
+ top: 140px;
79
+ }
80
+
81
+ .title {
82
+ font-size: 96px;
83
+ font-weight: 800;
84
+ letter-spacing: 0.2px;
85
+ margin: 20px 0 8px 0;
86
+ }
87
+ .subtitle {
88
+ color: #B8C1CC;
89
+ font-size: 36px;
90
+ line-height: 52px;
91
+ margin-bottom: 36px;
92
+ }
93
+
94
+ /* Chips */
95
+ .chips {
96
+ display: flex;
97
+ gap: 24px;
98
+ margin: 20px 0 36px 0;
99
+ flex-wrap: wrap;
100
+ }
101
+ .chip {
102
+ background: #1b2126;
103
+ color: #EAF0F7;
104
+ padding: 22px 32px;
105
+ border-radius: 48px;
106
+ font-size: 34px;
107
+ border: 1px solid rgba(255,255,255,0.08);
108
+ white-space: nowrap;
109
+ }
110
+
111
+ /* Tabs */
112
+ .tabs {
113
+ display: flex;
114
+ gap: 44px;
115
+ font-size: 36px;
116
+ color: #AEB8C4;
117
+ margin-top: 18px;
118
+ border-bottom: 1px solid rgba(255,255,255,0.08);
119
+ }
120
+ .tab {
121
+ padding-bottom: 22px;
122
+ }
123
+ .tab.active {
124
+ color: #FFFFFF;
125
+ font-weight: 700;
126
+ border-bottom: 4px solid #5EC08F;
127
+ }
128
+
129
+ /* Section header */
130
+ .section-title {
131
+ font-size: 58px;
132
+ font-weight: 800;
133
+ margin: 42px 0 24px 0;
134
+ }
135
+
136
+ /* Cards row */
137
+ .cards {
138
+ display: flex;
139
+ gap: 36px;
140
+ width: 992px; /* inside padding area to mimic partial 3rd card */
141
+ overflow: visible;
142
+ }
143
+ .card {
144
+ position: relative;
145
+ width: 320px;
146
+ height: 510px;
147
+ background: #12171c;
148
+ border-radius: 24px;
149
+ overflow: hidden;
150
+ box-shadow: 0 10px 22px rgba(0,0,0,0.35);
151
+ border: 1px solid rgba(255,255,255,0.06);
152
+ }
153
+ .card-img {
154
+ width: 100%;
155
+ height: 76%;
156
+ background: #E0E0E0;
157
+ border-bottom: 1px solid #BDBDBD;
158
+ display: flex;
159
+ align-items: center;
160
+ justify-content: center;
161
+ color: #757575;
162
+ font-size: 34px;
163
+ }
164
+ .play-badge {
165
+ position: absolute;
166
+ left: 22px;
167
+ bottom: 140px;
168
+ width: 86px; height: 86px;
169
+ background: #375e4a;
170
+ border-radius: 22px;
171
+ display: flex;
172
+ align-items: center;
173
+ justify-content: center;
174
+ border: 1px solid rgba(255,255,255,0.06);
175
+ }
176
+ .meta {
177
+ position: absolute;
178
+ left: 24px;
179
+ bottom: 90px;
180
+ color: #AEB8C4;
181
+ font-size: 30px;
182
+ }
183
+ .card-title {
184
+ position: absolute;
185
+ left: 24px;
186
+ bottom: 26px;
187
+ font-size: 38px;
188
+ font-weight: 700;
189
+ }
190
+
191
+ /* Next section */
192
+ .section-title.secondary {
193
+ margin-top: 64px;
194
+ }
195
+
196
+ /* Home indicator */
197
+ .home-indicator {
198
+ position: absolute;
199
+ bottom: 38px;
200
+ left: 50%;
201
+ transform: translateX(-50%);
202
+ width: 440px;
203
+ height: 14px;
204
+ background: #C9CED6;
205
+ opacity: 0.55;
206
+ border-radius: 12px;
207
+ }
208
+ </style>
209
+ </head>
210
+ <body>
211
+ <div id="render-target">
212
+
213
+ <div class="sky">
214
+ <div class="stars"></div>
215
+ </div>
216
+
217
+ <div class="top-icons">
218
+ <div class="back-btn">
219
+ <!-- Back Arrow -->
220
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
221
+ <path d="M15 6l-6 6 6 6" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
222
+ </svg>
223
+ </div>
224
+
225
+ <div class="moon">
226
+ <!-- Simple crescent moon -->
227
+ <svg width="88" height="88" viewBox="0 0 88 88">
228
+ <circle cx="44" cy="44" r="30" fill="#FFFFFF"/>
229
+ <circle cx="54" cy="34" r="30" fill="#0f1216"/>
230
+ </svg>
231
+ </div>
232
+
233
+ <div class="share-btn">
234
+ <!-- Upload/Share Icon -->
235
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
236
+ <path d="M12 5v9" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round"/>
237
+ <path d="M8 8l4-4 4 4" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
238
+ <path d="M5 15v4h14v-4" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
239
+ </svg>
240
+ </div>
241
+ </div>
242
+
243
+ <div class="content">
244
+ <div class="title">Sleep</div>
245
+ <div class="subtitle">
246
+ Thousands of free music tracks and stories to<br>
247
+ help you get a better night's sleep.
248
+ </div>
249
+
250
+ <div class="chips">
251
+ <div class="chip">Sleep Music</div>
252
+ <div class="chip">Soundscapes</div>
253
+ <div class="chip">Bedtime Tales</div>
254
+ <div class="chip">Sleep ASMR</div>
255
+ </div>
256
+
257
+ <div class="tabs">
258
+ <div class="tab active">Top</div>
259
+ <div class="tab">Tracks</div>
260
+ <div class="tab">Courses</div>
261
+ <div class="tab">Groups</div>
262
+ <div class="tab">Events</div>
263
+ <div class="tab">Playlists</div>
264
+ </div>
265
+
266
+ <div class="section-title">Deep Sleep Soundscapes</div>
267
+
268
+ <div class="cards">
269
+ <!-- Card 1 -->
270
+ <div class="card">
271
+ <div class="card-img">[IMG: Misty Forest]</div>
272
+ <div class="play-badge">
273
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="none">
274
+ <path d="M8 6l10 6-10 6V6z" fill="#FFFFFF"/>
275
+ </svg>
276
+ </div>
277
+ <div class="meta">8 Hour Ambient</div>
278
+ <div class="card-title">Soft Forest Rain</div>
279
+ </div>
280
+
281
+ <!-- Card 2 -->
282
+ <div class="card">
283
+ <div class="card-img">[IMG: Sunlit Woods]</div>
284
+ <div class="play-badge">
285
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="none">
286
+ <path d="M8 6l10 6-10 6V6z" fill="#FFFFFF"/>
287
+ </svg>
288
+ </div>
289
+ <div class="meta">8 Hour Ambient</div>
290
+ <div class="card-title">Woodlands at Dawn</div>
291
+ </div>
292
+
293
+ <!-- Card 3 -->
294
+ <div class="card">
295
+ <div class="card-img">[IMG: River Stream]</div>
296
+ <div class="play-badge">
297
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="none">
298
+ <path d="M8 6l10 6-10 6V6z" fill="#FFFFFF"/>
299
+ </svg>
300
+ </div>
301
+ <div class="meta">8 Hour Ambient</div>
302
+ <div class="card-title">Rainforest Flow</div>
303
+ </div>
304
+ </div>
305
+
306
+ <div class="section-title secondary">Featured</div>
307
+ </div>
308
+
309
+ <div class="home-indicator"></div>
310
+ </div>
311
+ </body>
312
+ </html>
code/4412/4412_4.html ADDED
@@ -0,0 +1,286 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Sleep UI Mock</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: "Segoe UI", system-ui, Arial, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #0f1317;
13
+ color: #ffffff;
14
+ border-radius: 28px;
15
+ }
16
+
17
+ /* subtle star field */
18
+ #render-target::before{
19
+ content:"";
20
+ position:absolute;
21
+ inset:0;
22
+ background:
23
+ radial-gradient(#ffffff70 1px, transparent 2px) 0 0/40px 40px,
24
+ radial-gradient(#ffffff50 1px, transparent 2px) 20px 10px/50px 50px;
25
+ opacity: 0.15;
26
+ pointer-events:none;
27
+ }
28
+
29
+ .top-area { padding: 56px 48px 28px 48px; position: relative; }
30
+ .nav-row {
31
+ display: flex;
32
+ align-items: center;
33
+ justify-content: space-between;
34
+ margin-bottom: 80px;
35
+ }
36
+ .nav-left { display: flex; align-items: center; gap: 24px; }
37
+ .icon-btn { width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; }
38
+ .moon {
39
+ font-size: 52px;
40
+ color: #e9f2ff;
41
+ opacity: 0.95;
42
+ margin-right: 18px;
43
+ }
44
+ h1.title {
45
+ font-size: 96px;
46
+ line-height: 1.05;
47
+ margin: 12px 0 24px 0;
48
+ font-weight: 700;
49
+ letter-spacing: 0.5px;
50
+ }
51
+ .subtitle {
52
+ font-size: 36px;
53
+ line-height: 1.4;
54
+ color: #b8c0c6;
55
+ max-width: 900px;
56
+ margin-bottom: 34px;
57
+ }
58
+
59
+ /* pills */
60
+ .pill-row { display: flex; gap: 22px; margin-bottom: 42px; }
61
+ .pill {
62
+ background: #1a1f24;
63
+ border: 1px solid #2a2f34;
64
+ color: #dbe2e8;
65
+ padding: 18px 28px;
66
+ border-radius: 22px;
67
+ font-size: 34px;
68
+ white-space: nowrap;
69
+ }
70
+ .pill.active {
71
+ background: #283139;
72
+ border-color: #3a424a;
73
+ color: #ffffff;
74
+ }
75
+
76
+ /* tabs */
77
+ .tabs-row {
78
+ display: flex;
79
+ gap: 40px;
80
+ font-size: 38px;
81
+ color: #b5bdc3;
82
+ padding: 0 48px;
83
+ margin-bottom: 22px;
84
+ }
85
+ .tab {
86
+ padding-bottom: 18px;
87
+ border-bottom: 4px solid transparent;
88
+ }
89
+ .tab.active {
90
+ color: #ffffff;
91
+ border-color: #ffffff;
92
+ }
93
+
94
+ /* section header */
95
+ .section {
96
+ padding: 24px 48px;
97
+ }
98
+ .section h2 {
99
+ font-size: 56px;
100
+ margin: 20px 0 32px 0;
101
+ letter-spacing: 0.3px;
102
+ }
103
+
104
+ /* cards */
105
+ .cards {
106
+ display: flex;
107
+ gap: 36px;
108
+ padding: 0 48px 20px 48px;
109
+ }
110
+ .card {
111
+ width: 320px;
112
+ }
113
+ .img {
114
+ width: 320px;
115
+ height: 520px;
116
+ background: #E0E0E0;
117
+ border: 1px solid #BDBDBD;
118
+ color: #757575;
119
+ display: flex;
120
+ align-items: center;
121
+ justify-content: center;
122
+ font-size: 30px;
123
+ border-radius: 18px;
124
+ position: relative;
125
+ overflow: hidden;
126
+ }
127
+ .label-small {
128
+ color: #a9b1b8;
129
+ font-size: 30px;
130
+ margin-top: 22px;
131
+ }
132
+ .card-title {
133
+ font-size: 40px;
134
+ margin-top: 12px;
135
+ letter-spacing: 0.2px;
136
+ }
137
+
138
+ /* overlay controls */
139
+ .preview {
140
+ position: absolute;
141
+ left: 20px;
142
+ bottom: 20px;
143
+ display: flex;
144
+ align-items: center;
145
+ gap: 16px;
146
+ background: rgba(39,45,52,0.9);
147
+ border: 1px solid #44525f;
148
+ color: #ffffff;
149
+ padding: 16px 22px;
150
+ border-radius: 18px;
151
+ font-size: 30px;
152
+ }
153
+ .play-overlay {
154
+ position: absolute;
155
+ left: 20px;
156
+ bottom: 20px;
157
+ width: 92px;
158
+ height: 92px;
159
+ border-radius: 22px;
160
+ background: rgba(39,45,52,0.9);
161
+ border: 1px solid #44525f;
162
+ display: flex;
163
+ align-items: center;
164
+ justify-content: center;
165
+ }
166
+
167
+ .featured {
168
+ padding: 38px 48px;
169
+ margin-top: 26px;
170
+ font-size: 52px;
171
+ font-weight: 600;
172
+ }
173
+
174
+ /* home indicator */
175
+ .home-indicator {
176
+ position: absolute;
177
+ bottom: 36px;
178
+ left: 50%;
179
+ transform: translateX(-50%);
180
+ width: 360px;
181
+ height: 12px;
182
+ background: #cfd5db;
183
+ border-radius: 8px;
184
+ opacity: 0.55;
185
+ }
186
+ </style>
187
+ </head>
188
+ <body>
189
+ <div id="render-target">
190
+
191
+ <div class="top-area">
192
+ <div class="nav-row">
193
+ <div class="nav-left">
194
+ <div class="icon-btn">
195
+ <svg width="56" height="56" viewBox="0 0 56 56">
196
+ <path d="M34 12 L18 28 L34 44" stroke="#ffffff" stroke-width="6" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
197
+ </svg>
198
+ </div>
199
+ </div>
200
+ <div style="display:flex; align-items:center;">
201
+ <div class="moon">☾</div>
202
+ <div class="icon-btn">
203
+ <svg width="56" height="56" viewBox="0 0 56 56">
204
+ <rect x="12" y="18" width="32" height="26" rx="4" ry="4" stroke="#ffffff" stroke-width="4" fill="none"/>
205
+ <path d="M28 34 V12" stroke="#ffffff" stroke-width="4" stroke-linecap="round"/>
206
+ <path d="M22 18 L28 12 L34 18" stroke="#ffffff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
207
+ </svg>
208
+ </div>
209
+ </div>
210
+ </div>
211
+
212
+ <h1 class="title">Sleep</h1>
213
+ <div class="subtitle">
214
+ Thousands of free music tracks and stories to help you get a better night's sleep.
215
+ </div>
216
+
217
+ <div class="pill-row">
218
+ <div class="pill active">Sleep Music</div>
219
+ <div class="pill">Soundscapes</div>
220
+ <div class="pill">Bedtime Tales</div>
221
+ <div class="pill">Sleep ASMR</div>
222
+ </div>
223
+ </div>
224
+
225
+ <div class="tabs-row">
226
+ <div class="tab active">Top</div>
227
+ <div class="tab">Tracks</div>
228
+ <div class="tab">Courses</div>
229
+ <div class="tab">Groups</div>
230
+ <div class="tab">Events</div>
231
+ <div class="tab">Playlists</div>
232
+ </div>
233
+
234
+ <div class="section">
235
+ <h2>Deep Sleep Soundscapes</h2>
236
+ </div>
237
+
238
+ <div class="cards">
239
+ <div class="card">
240
+ <div class="img">
241
+ [IMG: Misty Forest Rain]
242
+ <div class="preview">
243
+ <svg width="32" height="32" viewBox="0 0 32 32">
244
+ <rect x="6" y="6" width="6" height="20" fill="#ffffff"/>
245
+ <rect x="20" y="6" width="6" height="20" fill="#ffffff"/>
246
+ </svg>
247
+ <div>PREVIEW</div>
248
+ </div>
249
+ </div>
250
+ <div class="label-small">8 Hour Ambient</div>
251
+ <div class="card-title">Soft Forest Rain</div>
252
+ </div>
253
+
254
+ <div class="card">
255
+ <div class="img">
256
+ [IMG: Sunlit Woodland Path]
257
+ <div class="play-overlay">
258
+ <svg width="46" height="46" viewBox="0 0 46 46">
259
+ <polygon points="14,10 36,23 14,36" fill="#ffffff"/>
260
+ </svg>
261
+ </div>
262
+ </div>
263
+ <div class="label-small">8 Hour Ambient</div>
264
+ <div class="card-title">Woodlands at Dawn</div>
265
+ </div>
266
+
267
+ <div class="card">
268
+ <div class="img">
269
+ [IMG: River Through Rainforest]
270
+ <div class="play-overlay">
271
+ <svg width="46" height="46" viewBox="0 0 46 46">
272
+ <polygon points="14,10 36,23 14,36" fill="#ffffff"/>
273
+ </svg>
274
+ </div>
275
+ </div>
276
+ <div class="label-small">8 Hour Ambient</div>
277
+ <div class="card-title">Rainforest Flow</div>
278
+ </div>
279
+ </div>
280
+
281
+ <div class="featured">Featured</div>
282
+
283
+ <div class="home-indicator"></div>
284
+ </div>
285
+ </body>
286
+ </html>
code/4415/4415_0.html ADDED
@@ -0,0 +1,356 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Android Home Screen Mock</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: Arial, Helvetica, sans-serif;
13
+ }
14
+ #render-target {
15
+ width: 1080px;
16
+ height: 2400px;
17
+ position: relative;
18
+ overflow: hidden;
19
+ background: #f4f4f4;
20
+ }
21
+
22
+ /* Wallpaper placeholder covering the screen */
23
+ .wallpaper {
24
+ position: absolute;
25
+ inset: 0;
26
+ background: #E0E0E0;
27
+ border: 1px solid #BDBDBD;
28
+ display: flex;
29
+ align-items: center;
30
+ justify-content: center;
31
+ color: #757575;
32
+ font-size: 28px;
33
+ letter-spacing: 0.5px;
34
+ }
35
+
36
+ /* Status bar */
37
+ .status-bar {
38
+ position: absolute;
39
+ top: 20px;
40
+ left: 24px;
41
+ right: 24px;
42
+ height: 72px;
43
+ display: flex;
44
+ align-items: center;
45
+ justify-content: space-between;
46
+ color: #ffffff;
47
+ z-index: 2;
48
+ }
49
+ .sb-left {
50
+ display: flex;
51
+ align-items: center;
52
+ gap: 16px;
53
+ font-size: 32px;
54
+ font-weight: 600;
55
+ text-shadow: 0 1px 2px rgba(0,0,0,0.4);
56
+ }
57
+ .sb-left .tiny {
58
+ font-size: 24px;
59
+ opacity: 0.9;
60
+ }
61
+ .sb-right {
62
+ display: flex;
63
+ align-items: center;
64
+ gap: 18px;
65
+ color: #ffffff;
66
+ font-size: 24px;
67
+ text-shadow: 0 1px 2px rgba(0,0,0,0.4);
68
+ }
69
+ .sb-icon {
70
+ width: 34px;
71
+ height: 34px;
72
+ }
73
+
74
+ /* App grid */
75
+ .app-grid {
76
+ position: absolute;
77
+ top: 180px;
78
+ left: 40px;
79
+ right: 40px;
80
+ display: grid;
81
+ grid-template-columns: repeat(4, 1fr);
82
+ grid-column-gap: 40px;
83
+ grid-row-gap: 70px;
84
+ z-index: 2;
85
+ }
86
+ .app-item {
87
+ display: flex;
88
+ flex-direction: column;
89
+ align-items: center;
90
+ gap: 18px;
91
+ }
92
+ .app-icon {
93
+ width: 144px;
94
+ height: 144px;
95
+ border-radius: 50%;
96
+ display: flex;
97
+ align-items: center;
98
+ justify-content: center;
99
+ color: #ffffff;
100
+ font-weight: 700;
101
+ font-size: 30px;
102
+ box-shadow: 0 8px 16px rgba(0,0,0,0.25);
103
+ }
104
+ .label {
105
+ font-size: 28px;
106
+ color: #ffffff;
107
+ text-shadow: 0 2px 3px rgba(0,0,0,0.5);
108
+ max-width: 170px;
109
+ text-align: center;
110
+ white-space: nowrap;
111
+ overflow: hidden;
112
+ text-overflow: ellipsis;
113
+ }
114
+
115
+ /* Dock */
116
+ .dock {
117
+ position: absolute;
118
+ left: 80px;
119
+ right: 80px;
120
+ bottom: 420px;
121
+ height: 160px;
122
+ display: flex;
123
+ align-items: center;
124
+ justify-content: space-between;
125
+ z-index: 2;
126
+ }
127
+ .dock-item {
128
+ width: 150px;
129
+ height: 150px;
130
+ border-radius: 50%;
131
+ background: #ffffff;
132
+ display: flex;
133
+ align-items: center;
134
+ justify-content: center;
135
+ box-shadow: 0 10px 18px rgba(0,0,0,0.25);
136
+ }
137
+ .dock-item svg {
138
+ width: 68px;
139
+ height: 68px;
140
+ }
141
+
142
+ /* Search bar */
143
+ .search {
144
+ position: absolute;
145
+ left: 70px;
146
+ right: 70px;
147
+ bottom: 240px;
148
+ height: 120px;
149
+ background: #3a3a3a;
150
+ border-radius: 60px;
151
+ display: flex;
152
+ align-items: center;
153
+ justify-content: space-between;
154
+ padding: 0 36px;
155
+ box-shadow: 0 12px 24px rgba(0,0,0,0.35);
156
+ z-index: 2;
157
+ }
158
+ .search-left {
159
+ display: flex;
160
+ align-items: center;
161
+ gap: 20px;
162
+ color: #ffffff;
163
+ font-size: 34px;
164
+ font-weight: 700;
165
+ }
166
+ .search-g {
167
+ width: 54px;
168
+ height: 54px;
169
+ border-radius: 50%;
170
+ background: #ffffff;
171
+ display: flex;
172
+ align-items: center;
173
+ justify-content: center;
174
+ font-weight: 900;
175
+ font-size: 28px;
176
+ color: #1869ff;
177
+ }
178
+ .search-right {
179
+ display: flex;
180
+ align-items: center;
181
+ gap: 26px;
182
+ }
183
+ .search-right .pill {
184
+ width: 56px;
185
+ height: 56px;
186
+ border-radius: 50%;
187
+ background: #525252;
188
+ display: flex;
189
+ align-items: center;
190
+ justify-content: center;
191
+ }
192
+ .search-icon {
193
+ width: 34px;
194
+ height: 34px;
195
+ }
196
+
197
+ /* Gesture pill */
198
+ .gesture {
199
+ position: absolute;
200
+ bottom: 90px;
201
+ left: 50%;
202
+ transform: translateX(-50%);
203
+ width: 320px;
204
+ height: 12px;
205
+ background: rgba(255,255,255,0.95);
206
+ border-radius: 8px;
207
+ z-index: 2;
208
+ }
209
+ </style>
210
+ </head>
211
+ <body>
212
+ <div id="render-target">
213
+ <div class="wallpaper">[IMG: Beach aerial wallpaper]</div>
214
+
215
+ <!-- Status Bar -->
216
+ <div class="status-bar">
217
+ <div class="sb-left">
218
+ <div>8:08</div>
219
+ <div class="tiny">•</div>
220
+ <div class="tiny">28°</div>
221
+ </div>
222
+ <div class="sb-right">
223
+ <!-- Cellular -->
224
+ <svg class="sb-icon" viewBox="0 0 24 24">
225
+ <rect x="2" y="16" width="3" height="6" fill="#fff"></rect>
226
+ <rect x="7" y="12" width="3" height="10" fill="#fff"></rect>
227
+ <rect x="12" y="8" width="3" height="14" fill="#fff"></rect>
228
+ <rect x="17" y="4" width="3" height="18" fill="#fff"></rect>
229
+ </svg>
230
+ <!-- WiFi -->
231
+ <svg class="sb-icon" viewBox="0 0 24 24">
232
+ <path d="M2 9c5-4 15-4 20 0" stroke="#fff" stroke-width="2" fill="none"></path>
233
+ <path d="M5 12c4-3 10-3 14 0" stroke="#fff" stroke-width="2" fill="none"></path>
234
+ <path d="M9 15c2-2 4-2 6 0" stroke="#fff" stroke-width="2" fill="none"></path>
235
+ <circle cx="12" cy="18" r="2" fill="#fff"></circle>
236
+ </svg>
237
+ <!-- Battery -->
238
+ <svg class="sb-icon" viewBox="0 0 28 24">
239
+ <rect x="1" y="6" width="22" height="12" rx="2" ry="2" stroke="#fff" stroke-width="2" fill="none"></rect>
240
+ <rect x="24" y="9" width="3" height="6" fill="#fff"></rect>
241
+ <rect x="3" y="8" width="16" height="8" fill="#fff"></rect>
242
+ </svg>
243
+ <div>98%</div>
244
+ </div>
245
+ </div>
246
+
247
+ <!-- App Grid -->
248
+ <div class="app-grid">
249
+ <!-- Row 1 -->
250
+ <div class="app-item">
251
+ <div class="app-icon" style="background:#4CAF50;">DBW</div>
252
+ <div class="label">DBW Show...</div>
253
+ </div>
254
+ <div class="app-item">
255
+ <div class="app-icon" style="background:#212121;">Wx</div>
256
+ <div class="label">Weather</div>
257
+ </div>
258
+ <div class="app-item">
259
+ <div class="app-icon" style="background:#00BCD4;">W&amp;R</div>
260
+ <div class="label">Weather&amp;R...</div>
261
+ </div>
262
+ <div class="app-item">
263
+ <div class="app-icon" style="background:#3F51B5;">Wx</div>
264
+ <div class="label">Weather</div>
265
+ </div>
266
+
267
+ <!-- Row 2 -->
268
+ <div class="app-item">
269
+ <div class="app-icon" style="background:#FF7043;">Sun</div>
270
+ <div class="label">AccuWeath...</div>
271
+ </div>
272
+ <div class="app-item">
273
+ <div class="app-icon" style="background:#2196F3;">19°</div>
274
+ <div class="label">Weather</div>
275
+ </div>
276
+ <div class="app-item">
277
+ <div class="app-icon" style="background:#8BC34A;">Radar</div>
278
+ <div class="label">Weather Ra...</div>
279
+ </div>
280
+ <div class="app-item">
281
+ <div class="app-icon" style="background:#424242;">WU</div>
282
+ <div class="label">Wundergro...</div>
283
+ </div>
284
+
285
+ <!-- Row 3 (partial) -->
286
+ <div class="app-item">
287
+ <div class="app-icon" style="background:#D32F2F;">W</div>
288
+ <div class="label">Windy</div>
289
+ </div>
290
+ </div>
291
+
292
+ <!-- Dock -->
293
+ <div class="dock">
294
+ <div class="dock-item">
295
+ <!-- Phone icon -->
296
+ <svg viewBox="0 0 24 24">
297
+ <path d="M6 2h4l1 5-2 2c1 2 3 4 5 5l2-2 5 1v4c0 1-1 2-2 2C10 20 4 14 4 6c0-1 1-2 2-2z" fill="#1E88E5"></path>
298
+ </svg>
299
+ </div>
300
+ <div class="dock-item">
301
+ <!-- Messages icon -->
302
+ <svg viewBox="0 0 24 24">
303
+ <rect x="3" y="4" width="18" height="14" rx="3" ry="3" fill="#3F51B5"></rect>
304
+ <rect x="6" y="8" width="12" height="2" fill="#BBDEFB"></rect>
305
+ <rect x="6" y="12" width="8" height="2" fill="#BBDEFB"></rect>
306
+ </svg>
307
+ </div>
308
+ <div class="dock-item">
309
+ <!-- Chrome-like icon -->
310
+ <svg viewBox="0 0 24 24">
311
+ <circle cx="12" cy="12" r="10" fill="#FF3D00"></circle>
312
+ <path d="M12 2a10 10 0 0 1 8 6H12z" fill="#FFC107"></path>
313
+ <path d="M4 18a10 10 0 0 1 0-12l6 6z" fill="#4CAF50"></path>
314
+ <circle cx="12" cy="12" r="4.5" fill="#1E88E5"></circle>
315
+ </svg>
316
+ </div>
317
+ <div class="dock-item">
318
+ <!-- Camera icon -->
319
+ <svg viewBox="0 0 24 24">
320
+ <rect x="3" y="6" width="18" height="12" rx="2" ry="2" fill="#546E7A"></rect>
321
+ <rect x="8" y="4" width="8" height="3" fill="#90A4AE"></rect>
322
+ <circle cx="12" cy="12" r="4" fill="#2196F3"></circle>
323
+ </svg>
324
+ </div>
325
+ </div>
326
+
327
+ <!-- Search bar -->
328
+ <div class="search">
329
+ <div class="search-left">
330
+ <div class="search-g">G</div>
331
+ <div style="opacity:0.9;">Search</div>
332
+ </div>
333
+ <div class="search-right">
334
+ <div class="pill">
335
+ <!-- Mic -->
336
+ <svg class="search-icon" viewBox="0 0 24 24">
337
+ <rect x="9" y="4" width="6" height="10" rx="3" ry="3" fill="#ff4444"></rect>
338
+ <path d="M6 11c0 4 12 4 12 0" stroke="#fff" stroke-width="2" fill="none"></path>
339
+ <rect x="11" y="16" width="2" height="4" fill="#fff"></rect>
340
+ </svg>
341
+ </div>
342
+ <div class="pill">
343
+ <!-- Lens/Camera -->
344
+ <svg class="search-icon" viewBox="0 0 24 24">
345
+ <rect x="3" y="6" width="18" height="12" rx="3" ry="3" fill="#4CAF50"></rect>
346
+ <circle cx="12" cy="12" r="4" fill="#fff"></circle>
347
+ </svg>
348
+ </div>
349
+ </div>
350
+ </div>
351
+
352
+ <!-- Gesture pill -->
353
+ <div class="gesture"></div>
354
+ </div>
355
+ </body>
356
+ </html>
code/4415/4415_1.html ADDED
@@ -0,0 +1,259 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 App UI</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; position: relative; overflow: hidden;
11
+ background: #eeeeee;
12
+ }
13
+
14
+ /* Top bars */
15
+ .status-bar {
16
+ height: 96px; background: #5a2b22; color: #fff;
17
+ display: flex; align-items: center; padding: 0 24px; font-size: 32px; letter-spacing: .5px;
18
+ }
19
+ .status-bar .right { margin-left: auto; opacity: .9; }
20
+ .toolbar {
21
+ height: 144px; background: #d44f2e; color: #fff;
22
+ display: flex; align-items: center; padding: 0 28px; gap: 28px;
23
+ box-shadow: 0 1px 0 rgba(0,0,0,.15) inset;
24
+ }
25
+ .title { font-size: 46px; font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
26
+ .toolbar .spacer { flex: 1; }
27
+
28
+ /* Icons */
29
+ .icon { width: 56px; height: 56px; fill: currentColor; }
30
+ .icon.small { width: 40px; height: 40px; }
31
+
32
+ /* Page content */
33
+ .page { position: absolute; top: 240px; left: 0; right: 0; bottom: 0; overflow: hidden; }
34
+ .content { padding: 18px 24px 24px; height: 100%; overflow-y: auto; }
35
+
36
+ .card {
37
+ background: #fff; border-radius: 8px;
38
+ box-shadow: 0 2px 3px rgba(0,0,0,.12), 0 1px 1px rgba(0,0,0,.10);
39
+ margin: 18px 10px; border: 1px solid #e0e0e0;
40
+ }
41
+ .card .header {
42
+ padding: 34px 34px 8px; color: #9e9e9e; font-weight: 700; letter-spacing: 1px; font-size: 32px;
43
+ }
44
+ .card .body { padding: 8px 34px 34px; }
45
+
46
+ /* Current conditions layout */
47
+ .conditions { display: flex; }
48
+ .gauge-wrap { width: 700px; position: relative; }
49
+ .gauge {
50
+ width: 540px; height: 540px; border-radius: 50%;
51
+ background: conic-gradient(#7e57c2 0deg, #5c6bc0 60deg, #26a69a 120deg, #66bb6a 170deg, #ffee58 210deg, #ffa726 260deg, #ef5350 310deg, #7e57c2 360deg);
52
+ position: relative; margin: 10px auto 0;
53
+ }
54
+ .gauge:after {
55
+ content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
56
+ width: 440px; height: 440px; border-radius: 50%; background: #fff;
57
+ }
58
+ .gauge .hide-bottom {
59
+ position: absolute; left: -2px; bottom: -2px; width: 544px; height: 280px; background: #fff;
60
+ border-bottom-left-radius: 280px; border-bottom-right-radius: 280px;
61
+ }
62
+ .temp {
63
+ position: absolute; top: 210px; left: 0; right: 0; text-align: center;
64
+ font-size: 140px; color: #ef593e; font-weight: 600;
65
+ }
66
+ .hi-lo {
67
+ position: absolute; top: 360px; left: 0; right: 0; text-align: center;
68
+ color: #777; font-size: 40px;
69
+ }
70
+ .fog-lines {
71
+ position: absolute; top: 150px; left: 0; right: 0; display: flex; justify-content: center; gap: 10px;
72
+ }
73
+ .fog-lines span {
74
+ width: 90px; height: 10px; background: #bdbdbd; border-radius: 10px;
75
+ box-shadow: 0 14px 0 #c9c9c9, 0 28px 0 #d6d6d6;
76
+ }
77
+
78
+ .conditions .right {
79
+ width: 320px; padding-top: 40px; padding-left: 10px; color: #616161;
80
+ }
81
+ .mini {
82
+ margin: 18px 0 34px; text-align: center;
83
+ }
84
+ .ring {
85
+ width: 160px; height: 160px; margin: 0 auto 10px; border-radius: 50%;
86
+ background: conic-gradient(#29b6f6 0 40%, #e0f2ff 0 100%); position: relative;
87
+ }
88
+ .ring:after {
89
+ content: ""; position: absolute; inset: 18px; background: #fff; border-radius: 50%;
90
+ }
91
+ .mini .label { font-size: 32px; letter-spacing: 1px; color: #9e9e9e; }
92
+ .mini .value { font-size: 42px; font-weight: 700; color: #424242; }
93
+
94
+ .wind {
95
+ width: 160px; height: 160px; margin: 0 auto 10px; border-radius: 50%;
96
+ border: 2px dashed #d0d0d0; position: relative;
97
+ }
98
+ .wind .arrow {
99
+ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(-45deg);
100
+ width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent;
101
+ border-bottom: 34px solid #263238;
102
+ }
103
+
104
+ .condition-text {
105
+ text-align: center; margin-top: 8px;
106
+ }
107
+ .condition-text .main { font-size: 66px; color: #333; margin-top: 14px; }
108
+ .condition-text .feels { font-size: 34px; color: #9e9e9e; letter-spacing: .5px; }
109
+
110
+ .note {
111
+ border-top: 1px solid #e6e6e6; padding: 28px 34px; color: #7d7d7d; font-size: 36px;
112
+ }
113
+ .note b { color: #8bc34a; }
114
+ .more {
115
+ text-align: center; padding: 22px 0 10px; border-top: 1px solid #e6e6e6;
116
+ }
117
+ .more a { color: #1592d1; font-weight: 700; text-decoration: none; font-size: 42px; }
118
+
119
+ /* Image placeholder rule-compliant */
120
+ .img-ph {
121
+ width: 100%; height: 520px; background: #E0E0E0;
122
+ border: 1px solid #BDBDBD; display: flex; justify-content: center; align-items: center;
123
+ color: #757575; font-size: 36px; border-radius: 6px;
124
+ }
125
+
126
+ /* Daily forecast */
127
+ .forecast-row {
128
+ display: flex; border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6;
129
+ }
130
+ .day {
131
+ flex: 1; padding: 30px 20px; text-align: center;
132
+ }
133
+ .day .name { font-size: 36px; color: #212121; font-weight: 700; }
134
+ .day .hi-lo { position: static; font-size: 34px; color: #757575; margin-top: 8px; }
135
+ .footer-spacer {
136
+ height: 140px; /* room above gesture bar */
137
+ }
138
+
139
+ /* Gesture bar (visual only) */
140
+ .gesture {
141
+ position: absolute; left: 50%; bottom: 28px; transform: translateX(-50%);
142
+ width: 320px; height: 10px; background: #000; opacity: .18; border-radius: 10px;
143
+ }
144
+ </style>
145
+ </head>
146
+ <body>
147
+ <div id="render-target">
148
+
149
+ <!-- Status bar (mock) -->
150
+ <div class="status-bar">
151
+ 8:10
152
+ <div class="right">◦ ◦ ◦ 99%</div>
153
+ </div>
154
+
155
+ <!-- App bar -->
156
+ <div class="toolbar">
157
+ <!-- Menu icon -->
158
+ <svg class="icon" viewBox="0 0 24 24"><path d="M3 6h18v2H3zm0 5h18v2H3zm0 5h18v2H3z"/></svg>
159
+
160
+ <!-- Target icon -->
161
+ <svg class="icon" viewBox="0 0 24 24"><path d="M11 2h2v3h-2zM11 19h2v3h-2zM2 11h3v2H2zm17 0h3v2h-3z"/><circle cx="12" cy="12" r="6" fill="none" stroke="currentColor" stroke-width="2"/><circle cx="12" cy="12" r="2"/></svg>
162
+
163
+ <div class="title">Sohna, Haryana, India</div>
164
+ <div class="spacer"></div>
165
+
166
+ <!-- Search -->
167
+ <svg class="icon" viewBox="0 0 24 24"><path d="M15.5 14h-.8l-.3-.3a6.5 6.5 0 10.9.9l.3.3v.8L20 20.5 18.5 22 15.5 19zM10 15a5 5 0 110-10 5 5 0 010 10z"/></svg>
168
+ <!-- Settings -->
169
+ <svg class="icon" viewBox="0 0 24 24"><path d="M19.4 13a7.7 7.7 0 000-2l2-1.6-2-3.5-2.4.6a7.7 7.7 0 00-1.7-1L15 2h-6l-.3 2.5a7.7 7.7 0 00-1.7 1L4.6 4l-2 3.5L4.6 9a7.7 7.7 0 000 2L2.6 12.6l2 3.5 2.4-.6a7.7 7.7 0 001.7 1L9 22h6l.3-2.5a7.7 7.7 0 001.7-1l2.4.6 2-3.5L19.4 13zM12 15a3 3 0 110-6 3 3 0 010 6z"/></svg>
170
+ </div>
171
+
172
+ <div class="page">
173
+ <div class="content">
174
+
175
+ <!-- Current Conditions -->
176
+ <div class="card">
177
+ <div class="header">CURRENT CONDITIONS</div>
178
+ <div class="body">
179
+ <div class="conditions">
180
+ <div class="gauge-wrap">
181
+ <div class="gauge">
182
+ <div class="hide-bottom"></div>
183
+ <div class="fog-lines"><span></span></div>
184
+ <div class="temp">29°</div>
185
+ <div class="hi-lo">35° | 27°</div>
186
+ </div>
187
+
188
+ <div class="condition-text">
189
+ <div class="main">Fog</div>
190
+ <div class="feels">FEELS LIKE 34°</div>
191
+ </div>
192
+ </div>
193
+
194
+ <div class="right">
195
+ <div class="mini">
196
+ <div class="ring"></div>
197
+ <div class="label">PRECIP</div>
198
+ <div class="value">12%</div>
199
+ </div>
200
+ <div class="mini">
201
+ <div class="wind">
202
+ <div class="arrow"></div>
203
+ </div>
204
+ <div class="label">WIND</div>
205
+ <div class="value">1</div>
206
+ </div>
207
+ </div>
208
+ </div>
209
+
210
+ <div class="note">
211
+ Today’s temperature is forecast to be <b>NEARLY THE SAME</b> as yesterday.
212
+ </div>
213
+ <div class="more">
214
+ <a href="#">MORE</a>
215
+ </div>
216
+ </div>
217
+ </div>
218
+
219
+ <!-- Wundermap card -->
220
+ <div class="card">
221
+ <div class="header">WUNDERMAP</div>
222
+ <div class="body">
223
+ <div class="img-ph">[IMG: Weather radar map around New Delhi]</div>
224
+ </div>
225
+ </div>
226
+
227
+ <!-- Daily forecast -->
228
+ <div class="card">
229
+ <div class="header">DAILY FORECAST</div>
230
+ <div class="body" style="padding-top: 0;">
231
+ <div class="forecast-row">
232
+ <div class="day">
233
+ <div class="name">TODAY</div>
234
+ <div class="hi-lo">34° | 27°</div>
235
+ </div>
236
+ <div class="day">
237
+ <div class="name">WED 09</div>
238
+ <div class="hi-lo">35° | 27°</div>
239
+ </div>
240
+ <div class="day">
241
+ <div class="name">THU 10</div>
242
+ <div class="hi-lo">34° | 26°</div>
243
+ </div>
244
+ <div class="day">
245
+ <div class="name">FRI 11</div>
246
+ <div class="hi-lo">33° | 26°</div>
247
+ </div>
248
+ </div>
249
+ </div>
250
+ </div>
251
+
252
+ <div class="footer-spacer"></div>
253
+ </div>
254
+ </div>
255
+
256
+ <div class="gesture"></div>
257
+ </div>
258
+ </body>
259
+ </html>
code/4415/4415_2.html ADDED
@@ -0,0 +1,177 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: Arial, Helvetica, sans-serif;
13
+ }
14
+ #render-target {
15
+ width: 1080px;
16
+ height: 2400px;
17
+ position: relative;
18
+ overflow: hidden;
19
+ background: #E0E0E0;
20
+ }
21
+
22
+ /* Top system/status bar */
23
+ .status-bar {
24
+ height: 90px;
25
+ background: #1976D2;
26
+ color: #FFFFFF;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ padding: 0 28px;
31
+ box-sizing: border-box;
32
+ font-size: 30px;
33
+ letter-spacing: 0.5px;
34
+ }
35
+ .status-left { display: flex; align-items: center; gap: 12px; }
36
+ .status-right { display: flex; align-items: center; gap: 18px; }
37
+ .icon-dot {
38
+ width: 10px; height: 10px; border-radius: 50%; background: #fff; opacity: 0.9;
39
+ }
40
+ .battery {
41
+ display: flex; align-items: center; gap: 8px; font-size: 28px;
42
+ }
43
+ .battery svg { display: block; }
44
+
45
+ /* App bar with search */
46
+ .app-bar {
47
+ height: 160px;
48
+ background: #2196F3;
49
+ color: #fff;
50
+ padding: 0 28px;
51
+ box-sizing: border-box;
52
+ }
53
+ .app-bar-row {
54
+ height: 100%;
55
+ display: flex;
56
+ align-items: center;
57
+ }
58
+ .back-btn {
59
+ width: 72px; height: 72px;
60
+ display: flex; align-items: center; justify-content: center;
61
+ }
62
+ .search-field {
63
+ margin-left: 12px;
64
+ width: 930px;
65
+ padding-bottom: 16px;
66
+ border-bottom: 3px solid #64B5F6;
67
+ display: flex;
68
+ align-items: center;
69
+ gap: 18px;
70
+ box-sizing: border-box;
71
+ }
72
+ .search-field span {
73
+ color: rgba(255,255,255,0.95);
74
+ font-size: 44px;
75
+ white-space: nowrap;
76
+ }
77
+
78
+ /* Suggestion row */
79
+ .suggestion {
80
+ background: #EEEEEE;
81
+ height: 120px;
82
+ display: flex;
83
+ align-items: center;
84
+ padding: 0 40px;
85
+ box-sizing: border-box;
86
+ border-top: 1px solid #BDBDBD;
87
+ color: #333;
88
+ font-size: 44px;
89
+ }
90
+
91
+ /* Main content area (blank light grey) */
92
+ .content {
93
+ height: calc(2400px - 90px - 160px - 120px - 120px);
94
+ background: #DDDDDD;
95
+ }
96
+
97
+ /* Bottom gesture/navigation area */
98
+ .gesture-area {
99
+ position: absolute;
100
+ bottom: 0;
101
+ left: 0;
102
+ width: 1080px;
103
+ height: 120px;
104
+ background: #000;
105
+ display: flex;
106
+ align-items: center;
107
+ justify-content: center;
108
+ }
109
+ .gesture-pill {
110
+ width: 260px;
111
+ height: 12px;
112
+ border-radius: 6px;
113
+ background: #D9D9D9;
114
+ opacity: 0.9;
115
+ }
116
+ </style>
117
+ </head>
118
+ <body>
119
+ <div id="render-target">
120
+ <!-- Status Bar -->
121
+ <div class="status-bar">
122
+ <div class="status-left">
123
+ <span>8:12</span>
124
+ <div class="icon-dot"></div>
125
+ <div class="icon-dot"></div>
126
+ </div>
127
+ <div class="status-right">
128
+ <!-- Simple Wi‑Fi icon -->
129
+ <svg width="34" height="26" viewBox="0 0 24 24" fill="none">
130
+ <path d="M2 8c6-6 14-6 20 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
131
+ <path d="M5 11c4-4 10-4 14 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
132
+ <path d="M8 14c2-2 6-2 8 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
133
+ <circle cx="12" cy="18" r="1.6" fill="#fff"/>
134
+ </svg>
135
+ <!-- Battery -->
136
+ <div class="battery">
137
+ <svg width="40" height="22" viewBox="0 0 40 22" fill="none">
138
+ <rect x="1" y="4" width="34" height="14" rx="2" stroke="#fff" stroke-width="2"/>
139
+ <rect x="3" y="6" width="30" height="10" rx="1.5" fill="#fff"/>
140
+ <rect x="35" y="8" width="4" height="6" rx="1" fill="#fff"/>
141
+ </svg>
142
+ <span>100%</span>
143
+ </div>
144
+ </div>
145
+ </div>
146
+
147
+ <!-- App Bar -->
148
+ <div class="app-bar">
149
+ <div class="app-bar-row">
150
+ <div class="back-btn">
151
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="none">
152
+ <path d="M15 4L7 12l8 8" stroke="#FFFFFF" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
153
+ </svg>
154
+ </div>
155
+ <div class="search-field">
156
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
157
+ <circle cx="11" cy="11" r="6.5" stroke="#FFFFFF" stroke-width="2"/>
158
+ <path d="M20 20l-4.2-4.2" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round"/>
159
+ </svg>
160
+ <span>Search by city, zip, or station ID</span>
161
+ </div>
162
+ </div>
163
+ </div>
164
+
165
+ <!-- Suggestion Row -->
166
+ <div class="suggestion">Mumbai, Maharashtra, India</div>
167
+
168
+ <!-- Main Content Area -->
169
+ <div class="content"></div>
170
+
171
+ <!-- Bottom Gesture Area -->
172
+ <div class="gesture-area">
173
+ <div class="gesture-pill"></div>
174
+ </div>
175
+ </div>
176
+ </body>
177
+ </html>
code/4415/4415_3.html ADDED
@@ -0,0 +1,305 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ position: relative;
11
+ overflow: hidden;
12
+ width: 1080px;
13
+ height: 2400px;
14
+ background: #E5E5E5;
15
+ border-radius: 0;
16
+ }
17
+
18
+ /* Top app bar */
19
+ .appbar {
20
+ position: relative;
21
+ width: 100%;
22
+ background: #2196F3;
23
+ color: #fff;
24
+ }
25
+ .status-bar {
26
+ height: 96px;
27
+ display: flex;
28
+ align-items: center;
29
+ padding: 0 28px;
30
+ opacity: 0.95;
31
+ font-size: 32px;
32
+ }
33
+ .status-bar .time { font-weight: 600; }
34
+ .toolbar {
35
+ height: 132px;
36
+ display: flex;
37
+ align-items: center;
38
+ padding: 0 20px;
39
+ gap: 16px;
40
+ }
41
+ .back-btn {
42
+ width: 120px;
43
+ height: 120px;
44
+ background: transparent;
45
+ border: none;
46
+ display: flex;
47
+ align-items: center;
48
+ justify-content: center;
49
+ cursor: default;
50
+ }
51
+ .back-btn svg { width: 56px; height: 56px; fill: #fff; }
52
+ .search-field {
53
+ flex: 1;
54
+ display: flex;
55
+ align-items: center;
56
+ gap: 18px;
57
+ color: #EAF4FF;
58
+ font-size: 44px;
59
+ letter-spacing: 0.2px;
60
+ white-space: nowrap;
61
+ }
62
+ .search-field svg { width: 50px; height: 50px; fill: #EAF4FF; opacity: 0.95; }
63
+ .underline {
64
+ position: relative;
65
+ height: 8px;
66
+ }
67
+ .underline::after {
68
+ content: "";
69
+ position: absolute;
70
+ left: 164px; /* aligns under the search text */
71
+ right: 48px;
72
+ top: 0;
73
+ height: 3px;
74
+ background: rgba(255,255,255,0.55);
75
+ }
76
+
77
+ /* Suggestion row */
78
+ .suggestion {
79
+ background: #EFEFEF;
80
+ color: #222;
81
+ font-size: 46px;
82
+ padding: 30px 40px;
83
+ height: 120px;
84
+ display: flex;
85
+ align-items: center;
86
+ border-bottom: 1px solid #E0E0E0;
87
+ }
88
+
89
+ /* Content area below suggestion (light gray empty area) */
90
+ .content-area {
91
+ background: #E3E3E3;
92
+ height: 1040px; /* fills the space above the keyboard */
93
+ }
94
+
95
+ /* Keyboard */
96
+ #keyboard {
97
+ position: absolute;
98
+ bottom: 0;
99
+ left: 0;
100
+ width: 100%;
101
+ height: 930px;
102
+ background: #111;
103
+ color: #EAEAEA;
104
+ box-shadow: 0 -2px 6px rgba(0,0,0,0.4);
105
+ }
106
+ .kb-toolbar {
107
+ height: 120px;
108
+ display: flex;
109
+ align-items: center;
110
+ padding: 0 28px;
111
+ gap: 34px;
112
+ border-bottom: 1px solid #222;
113
+ }
114
+ .kb-chip {
115
+ color: #D9D9D9;
116
+ font-weight: 700;
117
+ letter-spacing: 2px;
118
+ }
119
+ .tool-icon {
120
+ width: 68px;
121
+ height: 68px;
122
+ background: #1E1E1E;
123
+ border-radius: 14px;
124
+ display: flex;
125
+ align-items: center;
126
+ justify-content: center;
127
+ border: 1px solid #2B2B2B;
128
+ }
129
+ .tool-icon svg { width: 36px; height: 36px; fill: #DADADA; }
130
+
131
+ .kb-rows { padding: 18px 16px 0; }
132
+ .row {
133
+ height: 170px;
134
+ display: flex;
135
+ gap: 12px;
136
+ justify-content: space-between;
137
+ padding: 0 6px;
138
+ }
139
+ .key {
140
+ flex: 1;
141
+ background: #2A2A2A;
142
+ border: 1px solid #3A3A3A;
143
+ border-radius: 18px;
144
+ display: flex;
145
+ align-items: center;
146
+ justify-content: center;
147
+ color: #F2F2F2;
148
+ font-size: 44px;
149
+ text-transform: lowercase;
150
+ }
151
+ .spacer { flex: 0.5; }
152
+ .wide { flex: 1.2; }
153
+ .wider { flex: 2.2; }
154
+ .shift, .backspace {
155
+ flex: 1.3;
156
+ }
157
+ .icon-key svg { width: 44px; height: 44px; fill: #F2F2F2; }
158
+
159
+ /* Bottom function row */
160
+ .bottom-row {
161
+ height: 190px;
162
+ display: flex;
163
+ align-items: center;
164
+ gap: 12px;
165
+ padding: 0 18px;
166
+ }
167
+ .circle-key {
168
+ width: 146px;
169
+ height: 146px;
170
+ border-radius: 82px;
171
+ background: #CDE9B3;
172
+ color: #1F1F1F;
173
+ display: flex;
174
+ align-items: center;
175
+ justify-content: center;
176
+ font-size: 44px;
177
+ font-weight: 600;
178
+ }
179
+ .dark-key {
180
+ width: 110px;
181
+ height: 110px;
182
+ background: #2A2A2A;
183
+ border: 1px solid #3A3A3A;
184
+ border-radius: 16px;
185
+ display: flex;
186
+ align-items: center;
187
+ justify-content: center;
188
+ color: #F2F2F2;
189
+ font-size: 54px;
190
+ }
191
+ .spacebar {
192
+ flex: 1;
193
+ height: 118px;
194
+ background: #2A2A2A;
195
+ border: 1px solid #3A3A3A;
196
+ border-radius: 22px;
197
+ color: #CFCFCF;
198
+ display: flex;
199
+ align-items: center;
200
+ justify-content: center;
201
+ font-size: 40px;
202
+ letter-spacing: 10px;
203
+ }
204
+ .search-action {
205
+ width: 146px;
206
+ height: 146px;
207
+ background: #C7FFA3;
208
+ border-radius: 80px;
209
+ display: flex;
210
+ align-items: center;
211
+ justify-content: center;
212
+ box-shadow: inset 0 0 0 2px rgba(0,0,0,0.1);
213
+ }
214
+ .search-action svg { width: 56px; height: 56px; fill: #1A1A1A; }
215
+
216
+ /* Home indicator pill */
217
+ .home-indicator {
218
+ position: absolute;
219
+ bottom: 12px;
220
+ left: 50%;
221
+ transform: translateX(-50%);
222
+ width: 360px;
223
+ height: 10px;
224
+ background: rgba(255,255,255,0.85);
225
+ border-radius: 8px;
226
+ }
227
+ </style>
228
+ </head>
229
+ <body>
230
+ <div id="render-target">
231
+ <div class="appbar">
232
+ <div class="status-bar">
233
+ <div class="time">8:13</div>
234
+ </div>
235
+ <div class="toolbar">
236
+ <button class="back-btn" aria-label="Back">
237
+ <svg viewBox="0 0 24 24"><path d="M15.5 19.1 8.4 12l7.1-7.1-1.4-1.4L5.6 12l8.5 8.5 1.4-1.4z"/></svg>
238
+ </button>
239
+ <div class="search-field">
240
+ <svg viewBox="0 0 24 24"><path d="M15.5 14h-.8l-.3-.3a6.5 6.5 0 1 0-.9.9l.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"/></svg>
241
+ <span>Search by city, zip, or station ID</span>
242
+ </div>
243
+ </div>
244
+ <div class="underline"></div>
245
+ </div>
246
+
247
+ <div class="suggestion">Mumbai, Maharashtra, India</div>
248
+ <div class="content-area"></div>
249
+
250
+ <!-- Keyboard -->
251
+ <div id="keyboard">
252
+ <div class="kb-toolbar">
253
+ <div class="tool-icon" title="Apps"><svg viewBox="0 0 24 24"><path d="M3 3h7v7H3V3zm11 0h7v7h-7V3zM3 14h7v7H3v-7zm11 0h7v7h-7v-7z"/></svg></div>
254
+ <div class="tool-icon" title="Emoji"><svg viewBox="0 0 24 24"><path d="M12 2a10 10 0 1 0 0 20A10 10 0 0 0 12 2zm-3.5 7a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm7 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zM12 18c-2.2 0-4.1-1.2-5.1-3h10.2c-1 1.8-2.9 3-5.1 3z"/></svg></div>
255
+ <div class="kb-chip">GIF</div>
256
+ <div class="tool-icon" title="Settings"><svg viewBox="0 0 24 24"><path d="M19.4 13a7.7 7.7 0 0 0 .1-2l2-1.6-2-3.4-2.4.7a7.5 7.5 0 0 0-1.7-1L12 2 9.6 5a7.5 7.5 0 0 0-1.7 1L5.5 5l-2 3.4 2 1.6a7.7 7.7 0 0 0 0 2l-2 1.6 2 3.4 2.4-.7c.5.4 1.1.7 1.7 1L12 22l2.4-3a7.5 7.5 0 0 0 1.7-1l2.4.7 2-3.4-2.1-1.6zM12 15.5A3.5 3.5 0 1 1 12 8a3.5 3.5 0 0 1 0 7.5z"/></svg></div>
257
+ <div class="tool-icon" title="Translate"><svg viewBox="0 0 24 24"><path d="M3 4h10v4H3V4zm0 6h10v4H3v-4zm0 6h10v4H3v-4zM15 4h6v16h-6V4z"/></svg></div>
258
+ <div class="tool-icon" title="Themes"><svg viewBox="0 0 24 24"><path d="M12 2 2 12h10V2zm0 20 10-10H12v10z"/></svg></div>
259
+ <div style="margin-left:auto" class="tool-icon" title="Voice"><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 3zm6-3a6 6 0 0 1-12 0H4a8 8 0 0 0 7 7.9V21h2v-2.1A8 8 0 0 0 20 11h-2z"/></svg></div>
260
+ </div>
261
+
262
+ <div class="kb-rows">
263
+ <!-- Row 1 -->
264
+ <div class="row">
265
+ <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>
266
+ <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>
267
+ </div>
268
+ <!-- Row 2 -->
269
+ <div class="row" style="padding: 0 72px;">
270
+ <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>
271
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
272
+ </div>
273
+ <!-- Row 3 -->
274
+ <div class="row" style="padding: 0 28px;">
275
+ <div class="key shift icon-key">
276
+ <svg viewBox="0 0 24 24"><path d="M12 3 3 12h6v8h6v-8h6L12 3z"/></svg>
277
+ </div>
278
+ <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>
279
+ <div class="key backspace icon-key">
280
+ <svg viewBox="0 0 24 24"><path d="M21 6H9L3 12l6 6h12V6zm-3.6 9.6-1.4 1.4L14 14.4l-2 2-1.4-1.4 2-2-2-2L12 9.6l2 2 2-2 1.4 1.4-2 2 2 2z"/></svg>
281
+ </div>
282
+ </div>
283
+ </div>
284
+
285
+ <!-- Bottom row -->
286
+ <div class="bottom-row">
287
+ <div class="circle-key">?123</div>
288
+ <div class="dark-key">,</div>
289
+ <div class="dark-key">😊</div>
290
+ <div class="spacebar">space</div>
291
+ <div class="dark-key">.</div>
292
+ <div class="dark-key icon-key">
293
+ <svg viewBox="0 0 24 24"><path d="M21 6H9L3 12l6 6h12V6z"/></svg>
294
+ </div>
295
+ <div class="search-action" title="Search">
296
+ <svg viewBox="0 0 24 24"><path d="M15.5 14h-.8l-.3-.3a6.5 6.5 0 1 0-.9.9l.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"/></svg>
297
+ </div>
298
+ </div>
299
+ </div>
300
+
301
+ <!-- Home indicator -->
302
+ <div class="home-indicator"></div>
303
+ </div>
304
+ </body>
305
+ </html>
code/4415/4415_4.html ADDED
@@ -0,0 +1,327 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 - Kolkata</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: #f2f2f2;
15
+ font-family: Arial, Helvetica, sans-serif;
16
+ color: #212121;
17
+ }
18
+
19
+ /* Top app bar */
20
+ .appbar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ width: 1080px;
25
+ height: 260px;
26
+ background: #2087e8; /* material-like blue */
27
+ box-sizing: border-box;
28
+ padding-top: 18px;
29
+ }
30
+ .status-bar {
31
+ height: 90px;
32
+ display: flex;
33
+ align-items: center;
34
+ justify-content: space-between;
35
+ color: #fff;
36
+ padding: 0 36px;
37
+ font-size: 38px;
38
+ opacity: 0.95;
39
+ }
40
+ .status-left { display: flex; align-items: center; gap: 14px; }
41
+ .status-right { display: flex; align-items: center; gap: 24px; }
42
+ .status-icon svg { width: 40px; height: 40px; fill: none; stroke: #fff; stroke-width: 3; }
43
+
44
+ .search-row {
45
+ height: 150px;
46
+ display: flex;
47
+ align-items: center;
48
+ padding: 0 24px 0 18px;
49
+ gap: 24px;
50
+ }
51
+ .icon-btn {
52
+ width: 88px;
53
+ height: 88px;
54
+ display: flex;
55
+ align-items: center;
56
+ justify-content: center;
57
+ }
58
+ .icon-btn svg { width: 54px; height: 54px; fill: none; stroke: #fff; stroke-width: 5; }
59
+ .search-text {
60
+ flex: 1;
61
+ font-size: 54px;
62
+ color: #ffffff;
63
+ line-height: 1;
64
+ margin-top: 8px;
65
+ }
66
+ .divider {
67
+ position: absolute;
68
+ bottom: 6px;
69
+ left: 24px;
70
+ right: 24px;
71
+ height: 4px;
72
+ background: rgba(255,255,255,0.3);
73
+ border-radius: 2px;
74
+ }
75
+
76
+ /* Results list */
77
+ .results {
78
+ position: absolute;
79
+ top: 260px;
80
+ left: 0;
81
+ right: 0;
82
+ bottom: 820px; /* leave room for keyboard */
83
+ background: #eeeeee;
84
+ }
85
+ .result-item {
86
+ height: 210px;
87
+ box-sizing: border-box;
88
+ border-bottom: 1px solid #d6d6d6;
89
+ padding: 32px 36px;
90
+ display: flex;
91
+ flex-direction: column;
92
+ justify-content: center;
93
+ }
94
+ .title {
95
+ font-size: 46px;
96
+ color: #333333;
97
+ font-weight: 600;
98
+ margin-bottom: 12px;
99
+ }
100
+ .subtitle {
101
+ font-size: 38px;
102
+ color: #8a8a8a;
103
+ }
104
+
105
+ /* Keyboard */
106
+ .keyboard {
107
+ position: absolute;
108
+ left: 0;
109
+ bottom: 80px;
110
+ width: 1080px;
111
+ height: 820px;
112
+ background: #121212;
113
+ color: #fff;
114
+ box-sizing: border-box;
115
+ border-top: 1px solid #1e1e1e;
116
+ }
117
+ .predictions {
118
+ height: 110px;
119
+ display: flex;
120
+ align-items: center;
121
+ justify-content: space-between;
122
+ padding: 0 24px;
123
+ font-size: 40px;
124
+ color: #e0e0e0;
125
+ }
126
+ .pred-left { display: flex; gap: 28px; align-items: center; }
127
+ .pred-sep {
128
+ width: 2px;
129
+ height: 48px;
130
+ background: #3a3a3a;
131
+ }
132
+ .pred-right { display: flex; align-items: center; gap: 22px; }
133
+ .pred-right svg { width: 44px; height: 44px; fill: none; stroke: #e0e0e0; stroke-width: 3; }
134
+
135
+ .row {
136
+ height: 170px;
137
+ display: flex;
138
+ align-items: center;
139
+ justify-content: center;
140
+ padding: 0 18px;
141
+ gap: 16px;
142
+ }
143
+ .key {
144
+ background: #1f1f1f;
145
+ width: 92px;
146
+ height: 124px;
147
+ border-radius: 18px;
148
+ display: flex;
149
+ align-items: center;
150
+ justify-content: center;
151
+ font-size: 42px;
152
+ color: #fafafa;
153
+ box-shadow: inset 0 -2px 0 rgba(255,255,255,0.04);
154
+ }
155
+ .key.wide { width: 140px; }
156
+ .key.xwide { width: 180px; }
157
+ .key.icon svg { width: 46px; height: 46px; stroke: #fafafa; stroke-width: 4; fill: none; }
158
+ .bottom-row {
159
+ height: 180px;
160
+ display: flex;
161
+ align-items: center;
162
+ justify-content: space-between;
163
+ padding: 0 28px;
164
+ }
165
+ .circle-key {
166
+ width: 140px;
167
+ height: 140px;
168
+ border-radius: 70px;
169
+ background: #9fb480; /* olive-ish */
170
+ display: flex;
171
+ align-items: center;
172
+ justify-content: center;
173
+ font-size: 42px;
174
+ color: #0b0b0b;
175
+ }
176
+ .circle-key.search {
177
+ background: #b8ff6b; /* bright green */
178
+ }
179
+ .circle-key svg { width: 56px; height: 56px; stroke: #0b0b0b; stroke-width: 5; fill: none; }
180
+ .spacebar {
181
+ flex: 1;
182
+ height: 120px;
183
+ margin: 0 16px;
184
+ background: #1f1f1f;
185
+ border-radius: 20px;
186
+ }
187
+ .emoji-key, .comma-key {
188
+ width: 120px;
189
+ height: 120px;
190
+ border-radius: 20px;
191
+ background: #1f1f1f;
192
+ display: flex;
193
+ align-items: center;
194
+ justify-content: center;
195
+ font-size: 42px;
196
+ color: #fafafa;
197
+ }
198
+
199
+ /* Gesture pill */
200
+ .gesture-pill {
201
+ position: absolute;
202
+ bottom: 20px;
203
+ left: 50%;
204
+ transform: translateX(-50%);
205
+ width: 300px;
206
+ height: 12px;
207
+ background: #e6e6e6;
208
+ border-radius: 8px;
209
+ }
210
+ </style>
211
+ </head>
212
+ <body>
213
+ <div id="render-target">
214
+
215
+ <!-- Top app bar with status -->
216
+ <div class="appbar">
217
+ <div class="status-bar">
218
+ <div class="status-left">
219
+ <span>8:14</span>
220
+ </div>
221
+ <div class="status-right">
222
+ <div class="status-icon">
223
+ <!-- globe/internet icon simple -->
224
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9"></circle><path d="M3 12h18M12 3a18 18 0 0 1 0 18M12 3a18 18 0 0 0 0 18"></path></svg>
225
+ </div>
226
+ <div class="status-icon">
227
+ <!-- wifi -->
228
+ <svg viewBox="0 0 24 24"><path d="M2 9c5-5 15-5 20 0"></path><path d="M5 12c3-3 11-3 14 0"></path><path d="M8 15c2-2 6-2 8 0"></path><circle cx="12" cy="18" r="1.5" fill="#fff" stroke="none"></circle></svg>
229
+ </div>
230
+ <div class="status-icon">
231
+ <!-- silent bell crossed -->
232
+ <svg viewBox="0 0 24 24"><path d="M12 4c-3 0-5 3-5 6v3l-2 2h14l-2-2v-3c0-3-2-6-5-6"></path><path d="M4 4l16 16" stroke="#fff"></path></svg>
233
+ </div>
234
+ <div class="status-icon">
235
+ <!-- do-not-disturb -->
236
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9"></circle><path d="M6 12h12"></path></svg>
237
+ </div>
238
+ <div class="status-icon">
239
+ <!-- battery -->
240
+ <svg viewBox="0 0 28 24"><rect x="2" y="6" width="20" height="12" rx="2" ry="2"></rect><rect x="22" y="9" width="3" height="6" rx="1"></rect><rect x="4" y="8" width="16" height="8" fill="#fff" stroke="none"></rect></svg>
241
+ </div>
242
+ <span style="font-size:32px; color:#fff;">100%</span>
243
+ </div>
244
+ </div>
245
+
246
+ <div class="search-row">
247
+ <div class="icon-btn">
248
+ <!-- back arrow -->
249
+ <svg viewBox="0 0 24 24"><path d="M15 5l-7 7 7 7"></path></svg>
250
+ </div>
251
+ <div class="search-text">Kolkata</div>
252
+ <div class="icon-btn">
253
+ <!-- close X -->
254
+ <svg viewBox="0 0 24 24"><path d="M5 5l14 14M19 5l-14 14"></path></svg>
255
+ </div>
256
+ </div>
257
+ <div class="divider"></div>
258
+ </div>
259
+
260
+ <!-- Results -->
261
+ <div class="results">
262
+ <div class="result-item">
263
+ <div class="title">Kolkata, West Bengal, India</div>
264
+ </div>
265
+ <div class="result-item">
266
+ <div class="title" style="font-weight:600; color:#555;">IKOLKATA7, Kolkata</div>
267
+ <div class="subtitle">Kolkata, IN</div>
268
+ </div>
269
+ <div class="result-item">
270
+ <div class="title">Kołata, Greater Poland Voivodeship, Poland</div>
271
+ </div>
272
+ <div class="result-item">
273
+ <div class="title">Kolkaha, Moyen-Chari, Chad</div>
274
+ </div>
275
+ <div class="result-item">
276
+ <div class="title">Kolata, Nzérékoré, Guinea</div>
277
+ </div>
278
+ </div>
279
+
280
+ <!-- Keyboard -->
281
+ <div class="keyboard">
282
+ <div class="predictions">
283
+ <div class="pred-left">
284
+ <div>Kolkata</div>
285
+ <div class="pred-sep"></div>
286
+ <div>Kolkatar</div>
287
+ </div>
288
+ <div class="pred-right">
289
+ <!-- mic icon -->
290
+ <svg viewBox="0 0 24 24"><rect x="9" y="5" width="6" height="9" rx="3"></rect><path d="M6 11c0 4 12 4 12 0"></path><path d="M12 14v4"></path><path d="M9 18h6"></path></svg>
291
+ </div>
292
+ </div>
293
+
294
+ <div class="row">
295
+ <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>
296
+ </div>
297
+ <div class="row">
298
+ <div class="key wide">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 wide">l</div>
299
+ </div>
300
+ <div class="row">
301
+ <div class="key icon xwide">
302
+ <!-- shift -->
303
+ <svg viewBox="0 0 24 24"><path d="M12 4l7 7h-4v9H9v-9H5z"></path></svg>
304
+ </div>
305
+ <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>
306
+ <div class="key icon xwide">
307
+ <!-- backspace -->
308
+ <svg viewBox="0 0 24 24"><path d="M3 12l6-6h10v12H9z"></path><path d="M12 9l6 6M18 9l-6 6"></path></svg>
309
+ </div>
310
+ </div>
311
+ <div class="bottom-row">
312
+ <div class="circle-key">?123</div>
313
+ <div class="comma-key">,</div>
314
+ <div class="emoji-key">☺</div>
315
+ <div class="spacebar"></div>
316
+ <div class="comma-key">.</div>
317
+ <div class="circle-key search">
318
+ <!-- search icon -->
319
+ <svg viewBox="0 0 24 24"><circle cx="10" cy="10" r="6"></circle><path d="M15 15l6 6"></path></svg>
320
+ </div>
321
+ </div>
322
+ </div>
323
+
324
+ <div class="gesture-pill"></div>
325
+ </div>
326
+ </body>
327
+ </html>
code/4415/4415_5.html ADDED
@@ -0,0 +1,324 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 App UI - 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: #F2F2F2;
15
+ }
16
+
17
+ /* System status bar */
18
+ .system-bar {
19
+ height: 96px;
20
+ background: #5A2B21;
21
+ color: #fff;
22
+ display: flex;
23
+ align-items: center;
24
+ padding: 0 32px;
25
+ font-size: 32px;
26
+ letter-spacing: 0.5px;
27
+ }
28
+ .system-bar .right {
29
+ margin-left: auto;
30
+ display: flex;
31
+ align-items: center;
32
+ gap: 20px;
33
+ opacity: 0.9;
34
+ }
35
+
36
+ /* App header */
37
+ .app-header {
38
+ background: #C44C2F;
39
+ color: #fff;
40
+ padding: 28px 36px 36px 36px;
41
+ }
42
+ .app-toprow {
43
+ display: flex;
44
+ align-items: center;
45
+ justify-content: space-between;
46
+ padding: 12px 8px;
47
+ }
48
+ .icon-btn {
49
+ width: 72px;
50
+ height: 72px;
51
+ display: inline-flex;
52
+ align-items: center;
53
+ justify-content: center;
54
+ }
55
+ .icon-btn svg { width: 44px; height: 44px; fill: none; stroke: #fff; stroke-width: 4; }
56
+ .header-title {
57
+ margin-top: 20px;
58
+ font-size: 64px;
59
+ line-height: 1.1;
60
+ font-weight: 700;
61
+ max-width: 880px;
62
+ }
63
+
64
+ /* Content area */
65
+ .content {
66
+ padding: 24px;
67
+ }
68
+ .card {
69
+ background: #fff;
70
+ border-radius: 8px;
71
+ box-shadow: 0 2px 0 rgba(0,0,0,0.06), 0 2px 12px rgba(0,0,0,0.08);
72
+ margin-bottom: 28px;
73
+ overflow: hidden;
74
+ }
75
+ .card-header {
76
+ color: #9E9E9E;
77
+ font-size: 32px;
78
+ font-weight: 700;
79
+ letter-spacing: 1px;
80
+ padding: 28px 28px 12px 28px;
81
+ }
82
+ .card-body { padding: 8px 28px 24px 28px; }
83
+
84
+ /* Gauge layout */
85
+ .gauge-row {
86
+ display: flex;
87
+ gap: 24px;
88
+ }
89
+ .gauge-wrap {
90
+ flex: 1;
91
+ height: 520px;
92
+ position: relative;
93
+ display: flex;
94
+ align-items: center;
95
+ justify-content: center;
96
+ }
97
+ .gauge-clip {
98
+ width: 620px;
99
+ height: 360px;
100
+ overflow: hidden;
101
+ position: relative;
102
+ }
103
+ .gauge-ring {
104
+ width: 560px;
105
+ height: 560px;
106
+ border-radius: 50%;
107
+ position: absolute;
108
+ left: 30px;
109
+ top: -220px;
110
+ background: conic-gradient(#6a6adf 0deg, #5a8ae5 45deg, #47b9e9 90deg, #42d6b5 135deg, #9edc3c 180deg, #ffc23b 225deg, #ff8f3d 270deg, #f35f48 315deg, #d65aa3 360deg);
111
+ -webkit-mask: radial-gradient(circle at center, transparent 64%, #000 64%);
112
+ mask: radial-gradient(circle at center, transparent 64%, #000 64%);
113
+ }
114
+ .gauge-center {
115
+ position: absolute;
116
+ top: 120px;
117
+ left: 50%;
118
+ transform: translateX(-50%);
119
+ text-align: center;
120
+ }
121
+ .temp {
122
+ font-size: 140px;
123
+ color: #EF5A3D;
124
+ font-weight: 700;
125
+ }
126
+ .lowhigh {
127
+ color: #777;
128
+ font-size: 40px;
129
+ margin-top: 6px;
130
+ }
131
+
132
+ .side-stats {
133
+ width: 260px;
134
+ padding-top: 40px;
135
+ color: #757575;
136
+ display: flex;
137
+ flex-direction: column;
138
+ gap: 46px;
139
+ align-items: center;
140
+ }
141
+ .mini {
142
+ width: 200px;
143
+ height: 200px;
144
+ border-radius: 16px;
145
+ border: 1px solid #E0E0E0;
146
+ position: relative;
147
+ display: flex;
148
+ align-items: center;
149
+ justify-content: center;
150
+ }
151
+ .mini .label {
152
+ position: absolute;
153
+ bottom: 12px;
154
+ left: 12px;
155
+ font-size: 28px;
156
+ color: #9E9E9E;
157
+ letter-spacing: 1px;
158
+ }
159
+ .mini .value {
160
+ font-size: 48px;
161
+ color: #333;
162
+ font-weight: 700;
163
+ }
164
+
165
+ .condition {
166
+ font-size: 64px;
167
+ font-weight: 700;
168
+ color: #333;
169
+ padding: 8px 0 0 12px;
170
+ }
171
+ .feels {
172
+ font-size: 34px;
173
+ letter-spacing: 1px;
174
+ color: #9E9E9E;
175
+ padding-left: 12px;
176
+ margin-bottom: 8px;
177
+ }
178
+
179
+ .note {
180
+ background: #F5F5F5;
181
+ border-top: 1px solid #E5E5E5;
182
+ border-bottom: 1px solid #E5E5E5;
183
+ color: #757575;
184
+ padding: 24px 28px;
185
+ font-size: 36px;
186
+ line-height: 1.4;
187
+ }
188
+ .note .emph { color: #8BC34A; font-weight: 700; }
189
+ .card-actions {
190
+ text-align: center;
191
+ padding: 24px;
192
+ border-top: 1px solid #EAEAEA;
193
+ }
194
+ .primary-link {
195
+ color: #1E88E5;
196
+ font-weight: 800;
197
+ letter-spacing: 1px;
198
+ font-size: 36px;
199
+ text-transform: uppercase;
200
+ text-decoration: none;
201
+ }
202
+
203
+ /* Map placeholder */
204
+ .img-placeholder {
205
+ width: 100%;
206
+ height: 430px;
207
+ background: #E0E0E0;
208
+ border: 1px solid #BDBDBD;
209
+ color: #757575;
210
+ display: flex;
211
+ align-items: center;
212
+ justify-content: center;
213
+ font-size: 36px;
214
+ border-radius: 6px;
215
+ }
216
+
217
+ /* Bottom gesture bar */
218
+ .gesture {
219
+ position: absolute;
220
+ left: 0;
221
+ right: 0;
222
+ bottom: 24px;
223
+ height: 10px;
224
+ width: 220px;
225
+ margin: auto;
226
+ background: #000;
227
+ opacity: 0.25;
228
+ border-radius: 6px;
229
+ }
230
+ </style>
231
+ </head>
232
+ <body>
233
+ <div id="render-target">
234
+
235
+ <!-- Android status bar -->
236
+ <div class="system-bar">
237
+ <div>8:15</div>
238
+ <div class="right">
239
+ <span>🌤️</span>
240
+ <span>28°</span>
241
+ <span>•</span>
242
+ <span>🔔</span>
243
+ <span>🔋100%</span>
244
+ </div>
245
+ </div>
246
+
247
+ <!-- App header -->
248
+ <div class="app-header">
249
+ <div class="app-toprow">
250
+ <div class="icon-btn" aria-label="Menu">
251
+ <svg viewBox="0 0 24 24"><path d="M3 6h18M3 12h18M3 18h18" stroke-linecap="round"/></svg>
252
+ </div>
253
+ <div style="display:flex; gap:8px;">
254
+ <div class="icon-btn" aria-label="Search">
255
+ <svg viewBox="0 0 24 24"><circle cx="11" cy="11" r="7"/><path d="M20 20l-4-4"/></svg>
256
+ </div>
257
+ <div class="icon-btn" aria-label="Locate">
258
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9"/><circle cx="12" cy="12" r="2"/><path d="M12 3v2M12 19v2M3 12h2M19 12h2"/></svg>
259
+ </div>
260
+ <div class="icon-btn" aria-label="Settings">
261
+ <svg viewBox="0 0 24 24">
262
+ <circle cx="12" cy="12" r="3" stroke="none" fill="#fff"/>
263
+ <path d="M4 13l2 0 1 3 2 1 0 2 6 0 0-2 2-1 1-3 2 0 0-2-2 0-1-3-2-1 0-2-6 0 0 2-2 1-1 3-2 0z"/>
264
+ </svg>
265
+ </div>
266
+ </div>
267
+ </div>
268
+ <div class="header-title">Kolkata, West Bengal,<br/>India</div>
269
+ </div>
270
+
271
+ <!-- Content -->
272
+ <div class="content">
273
+ <!-- Current Conditions Card -->
274
+ <div class="card">
275
+ <div class="card-header">CURRENT CONDITIONS</div>
276
+ <div class="card-body">
277
+ <div class="gauge-row">
278
+ <div class="gauge-wrap">
279
+ <div class="gauge-clip">
280
+ <div class="gauge-ring"></div>
281
+ </div>
282
+ <div class="gauge-center">
283
+ <div class="temp">27°</div>
284
+ <div class="lowhigh">29° | 26°</div>
285
+ </div>
286
+ </div>
287
+ <div class="side-stats">
288
+ <div class="mini">
289
+ <div class="value">75%</div>
290
+ <div class="label">PRECIP</div>
291
+ </div>
292
+ <div class="mini">
293
+ <div class="value">1 km/h</div>
294
+ <div class="label">WIND</div>
295
+ </div>
296
+ </div>
297
+ </div>
298
+
299
+ <div class="condition">Haze</div>
300
+ <div class="feels">FEELS LIKE 33°</div>
301
+ </div>
302
+
303
+ <div class="note">
304
+ Today's temperature is forecast to be <span class="emph">NEARLY THE SAME</span> as yesterday.
305
+ </div>
306
+ <div class="card-actions">
307
+ <a href="#" class="primary-link">More</a>
308
+ </div>
309
+ </div>
310
+
311
+ <!-- Wundermap Card -->
312
+ <div class="card">
313
+ <div class="card-header">WUNDERMAP</div>
314
+ <div class="card-body">
315
+ <div class="img-placeholder">[IMG: Weather Radar / Map of New Delhi region]</div>
316
+ </div>
317
+ </div>
318
+ </div>
319
+
320
+ <!-- Gesture bar -->
321
+ <div class="gesture"></div>
322
+ </div>
323
+ </body>
324
+ </html>
code/4415/4415_6.html ADDED
@@ -0,0 +1,234 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Weather Conditions</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:#eeeeee;
12
+ }
13
+
14
+ /* Top bars */
15
+ .status-bar{
16
+ height:110px; background:#0b667a;
17
+ }
18
+ .app-bar{
19
+ height:170px; background:#08a8d7; color:#fff; position:relative;
20
+ display:flex; align-items:center; justify-content:center;
21
+ }
22
+ .app-bar h1{
23
+ margin:0; font-weight:700; font-size:64px; letter-spacing:0.2px;
24
+ }
25
+ .back-btn{
26
+ position:absolute; left:32px; top:50%; transform:translateY(-50%);
27
+ width:90px; height:90px; display:flex; align-items:center; justify-content:center;
28
+ }
29
+ .back-btn svg{ width:56px; height:56px; fill:#fff; }
30
+
31
+ /* Content */
32
+ .content{
33
+ position:absolute; left:0; right:0; top:280px; bottom:0;
34
+ overflow:hidden;
35
+ }
36
+ .scroll{
37
+ height:100%; overflow:auto; padding:36px 40px 160px;
38
+ box-sizing:border-box;
39
+ }
40
+ .card{
41
+ background:#f5f5f5; border-radius:10px; padding:24px 20px 10px;
42
+ }
43
+
44
+ .right-now{
45
+ text-align:center; padding:20px 0 10px;
46
+ }
47
+ .right-now .label{ color:#666; font-size:40px; margin-bottom:10px; }
48
+ .temp-row{
49
+ display:flex; align-items:flex-end; justify-content:center; gap:24px;
50
+ }
51
+ .temp{
52
+ font-size:180px; line-height:0.9; color:#e06f4a; font-weight:700;
53
+ }
54
+ .deg{ font-size:120px; color:#e06f4a; position:relative; top:-18px; }
55
+ .feels{ color:#8c8c8c; font-size:34px; letter-spacing:0.5px; margin-top:10px; }
56
+ .condition{ font-size:86px; font-weight:600; margin:26px 0 10px; color:#2e2e2e; }
57
+
58
+ .list{ margin-top:24px; }
59
+ .row{
60
+ display:flex; align-items:center; justify-content:space-between;
61
+ padding:30px 10px;
62
+ }
63
+ .row + .row{ border-top:1px solid #e9e9e9; }
64
+ .left{
65
+ display:flex; align-items:center; gap:26px;
66
+ }
67
+ .icon{
68
+ width:84px; height:84px; border-radius:50%; display:flex; align-items:center; justify-content:center;
69
+ }
70
+ .icon svg{ width:70px; height:70px; }
71
+ .label{
72
+ font-size:44px; color:#202020; line-height:1.15;
73
+ }
74
+ .value{
75
+ font-size:48px; color:#1e1e1e; font-weight:700;
76
+ }
77
+ .hint{
78
+ color:#9a9a9a; font-size:34px; line-height:1.35; margin:6px 10px 24px 110px;
79
+ }
80
+
81
+ .section-title{
82
+ color:#8a8a8a; font-weight:700; font-size:42px; margin:38px 0 12px;
83
+ }
84
+ .forecast{
85
+ font-size:42px; color:#2c2c2c; line-height:1.45;
86
+ }
87
+
88
+ .gesture{
89
+ position:absolute; bottom:24px; left:50%; transform:translateX(-50%);
90
+ width:280px; height:14px; background:#000; border-radius:10px; opacity:0.7;
91
+ }
92
+ </style>
93
+ </head>
94
+ <body>
95
+ <div id="render-target">
96
+ <div class="status-bar"></div>
97
+ <div class="app-bar">
98
+ <div class="back-btn">
99
+ <svg viewBox="0 0 24 24"><path d="M15.5 4.5L7 12l8.5 7.5-1.6 1.9L3.5 12 13.9 2.6z"/></svg>
100
+ </div>
101
+ <h1>Today's Weather Conditions</h1>
102
+ </div>
103
+
104
+ <div class="content">
105
+ <div class="scroll">
106
+ <div class="card">
107
+ <div class="right-now">
108
+ <div class="label">Right Now</div>
109
+ <div class="temp-row">
110
+ <svg width="120" height="80" viewBox="0 0 120 80" aria-hidden="true">
111
+ <path d="M5 20c15-12 35 12 55 0s40 12 55 0" stroke="#9e9e9e" stroke-width="8" fill="none" stroke-linecap="round"/>
112
+ <path d="M5 40c15-12 35 12 55 0s40 12 55 0" stroke="#9e9e9e" stroke-width="8" fill="none" stroke-linecap="round"/>
113
+ <path d="M5 60c15-12 35 12 55 0s40 12 55 0" stroke="#9e9e9e" stroke-width="8" fill="none" stroke-linecap="round"/>
114
+ </svg>
115
+ <div>
116
+ <span class="temp">27</span><span class="deg">°</span>
117
+ </div>
118
+ </div>
119
+ <div class="feels">FEELS LIKE 33°</div>
120
+ <div class="condition">Haze</div>
121
+ </div>
122
+
123
+ <div class="list">
124
+ <div class="row">
125
+ <div class="left">
126
+ <div class="icon" style="background:#ecf0f1;">
127
+ <svg viewBox="0 0 24 24">
128
+ <path d="M5 20h14V8H5v12z" fill="none" stroke="#a1a1a1" stroke-width="2"/>
129
+ <rect x="7" y="14" width="10" height="4" fill="#3db3e3"/>
130
+ </svg>
131
+ </div>
132
+ <div class="label">24-hr Precip Estimate.</div>
133
+ </div>
134
+ <div class="value">6.35 mm</div>
135
+ </div>
136
+
137
+ <div class="row">
138
+ <div class="left">
139
+ <div class="icon" style="background:#ffffff; border:2px solid #e0e0e0; border-radius:50%;">
140
+ <svg viewBox="0 0 24 24">
141
+ <circle cx="12" cy="12" r="7.5" fill="none" stroke="#bdbdbd" stroke-width="1.5" stroke-dasharray="1 3"/>
142
+ <path d="M4 12l6-2-2 2 2 2z" fill="#2b2b2b"/>
143
+ </svg>
144
+ </div>
145
+ <div class="label">Wind & Gusts from WSW</div>
146
+ </div>
147
+ <div class="value">11 km/h | --</div>
148
+ </div>
149
+
150
+ <div class="row">
151
+ <div class="left">
152
+ <div class="icon" style="background:#ffffff; border:2px solid #000; border-radius:50%;">
153
+ <svg viewBox="0 0 24 24">
154
+ <circle cx="12" cy="12" r="7" fill="none" stroke="#000" stroke-width="1.8"/>
155
+ <circle cx="9" cy="12" r="1.2" fill="#000"/>
156
+ <circle cx="12" cy="10" r="1.2" fill="#000"/>
157
+ <circle cx="15" cy="12" r="1.2" fill="#000"/>
158
+ <circle cx="12" cy="14.5" r="1.2" fill="#000"/>
159
+ </svg>
160
+ </div>
161
+ <div class="label">Humidity</div>
162
+ </div>
163
+ <div class="value">90%</div>
164
+ </div>
165
+
166
+ <div class="row">
167
+ <div class="left">
168
+ <div class="icon" style="background:#eef8e9; border:2px solid #7cb342; border-radius:50%;">
169
+ <svg viewBox="0 0 24 24">
170
+ <circle cx="12" cy="12" r="7" fill="none" stroke="#7cb342" stroke-width="2"/>
171
+ <path d="M7 13h10" stroke="#7cb342" stroke-width="2" stroke-linecap="round"/>
172
+ </svg>
173
+ </div>
174
+ <div class="label">Dew Point</div>
175
+ </div>
176
+ <div class="value">26°</div>
177
+ </div>
178
+
179
+ <div class="row">
180
+ <div class="left">
181
+ <div class="icon" style="background:#ffffff; border:2px solid #2e2e2e; border-radius:50%;">
182
+ <svg viewBox="0 0 24 24">
183
+ <path d="M2 12s4-6 10-6 10 6 10 6-4 6-10 6S2 12 2 12z" fill="none" stroke="#2e2e2e" stroke-width="2"/>
184
+ <circle cx="12" cy="12" r="2.5" fill="#2e2e2e"/>
185
+ </svg>
186
+ </div>
187
+ <div class="label">Visibility</div>
188
+ </div>
189
+ <div class="value">3 km</div>
190
+ </div>
191
+
192
+ <div class="row">
193
+ <div class="left">
194
+ <div class="icon" style="background:#ffffff; border:2px solid #d0d0d0; border-radius:50%;">
195
+ <svg viewBox="0 0 24 24">
196
+ <circle cx="12" cy="12" r="8" fill="none" stroke="#bdbdbd" stroke-width="2"/>
197
+ <path d="M8 16l8-8" stroke="#7d7d7d" stroke-width="2" stroke-linecap="round"/>
198
+ <path d="M14 8h2v2" stroke="#7d7d7d" stroke-width="2"/>
199
+ </svg>
200
+ </div>
201
+ <div class="label">Pressure</div>
202
+ </div>
203
+ <div class="value">1000.7 mb</div>
204
+ </div>
205
+
206
+ <div class="row">
207
+ <div class="left">
208
+ <div class="icon" style="background:#eef8e9; border:2px solid #43a047; border-radius:50%;">
209
+ <svg viewBox="0 0 24 24">
210
+ <circle cx="12" cy="12" r="4" fill="#43a047"/>
211
+ <text x="12" y="14" font-size="6" text-anchor="middle" fill="#fff" font-weight="700">UV</text>
212
+ <path d="M12 2v3M12 19v3M3 12h3M18 12h3M5 5l2 2M17 17l2 2M5 19l2-2M17 7l2-2" stroke="#43a047" stroke-width="1.6" stroke-linecap="round" fill="none"/>
213
+ </svg>
214
+ </div>
215
+ <div class="label">UV Index</div>
216
+ </div>
217
+ <div class="value">2 - Low Risk</div>
218
+ </div>
219
+
220
+ <div class="hint">Low danger from the sun's UV rays for the average person. Wear sunglasses on bright days.</div>
221
+
222
+ <div class="section-title">Today's Forecast</div>
223
+ <div class="forecast">
224
+ Isolated thunderstorms this morning, then mainly cloudy during the afternoon with thunderstorms likely. Hazy. High 29C. Winds W at 10 to 15 km/h. Chance of rain 80%.
225
+ </div>
226
+ </div>
227
+ </div>
228
+ </div>
229
+ </div>
230
+
231
+ <div class="gesture"></div>
232
+ </div>
233
+ </body>
234
+ </html>
code/442/442_0.html ADDED
@@ -0,0 +1,354 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Mail 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;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #F7F7EC;
14
+ color: #222;
15
+ }
16
+ .status-bar {
17
+ height: 110px;
18
+ padding: 24px 32px 16px 32px;
19
+ font-size: 36px;
20
+ color: #333;
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ }
25
+ .status-icons {
26
+ display: flex;
27
+ align-items: center;
28
+ gap: 20px;
29
+ }
30
+ /* Top search row */
31
+ .search-area {
32
+ padding: 12px 24px 20px 24px;
33
+ }
34
+ .search-bar {
35
+ height: 100px;
36
+ border-radius: 50px;
37
+ background: #E5ECE3;
38
+ display: flex;
39
+ align-items: center;
40
+ padding: 0 24px;
41
+ box-shadow: inset 0 0 0 1px rgba(0,0,0,0.06);
42
+ }
43
+ .hamburger {
44
+ width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; margin-right: 16px;
45
+ }
46
+ .search-text {
47
+ flex: 1;
48
+ font-size: 36px;
49
+ color: #6b6f64;
50
+ }
51
+ .avatar {
52
+ width: 72px; height: 72px; border-radius: 50%;
53
+ background: #B78F7A; color: #fff; display: flex; align-items: center; justify-content: center;
54
+ font-weight: bold; font-size: 34px;
55
+ }
56
+ .section-title {
57
+ padding: 10px 36px 18px;
58
+ font-size: 34px;
59
+ color: #666;
60
+ }
61
+ /* Mail list */
62
+ .mail-list { padding-bottom: 260px; }
63
+ .mail-item {
64
+ display: flex;
65
+ align-items: flex-start;
66
+ padding: 26px 36px;
67
+ border-bottom: 1px solid rgba(0,0,0,0.06);
68
+ }
69
+ .mail-avatar {
70
+ width: 92px; height: 92px; border-radius: 50%;
71
+ display: flex; align-items: center; justify-content: center;
72
+ font-weight: bold; color: #fff; font-size: 42px; flex: 0 0 92px;
73
+ margin-right: 26px;
74
+ }
75
+ .av-purple { background: #B996E6; }
76
+ .av-green { background: #A8D97E; }
77
+ .av-yellow { background: #F4C74C; }
78
+ .av-orange { background: #F5A941; }
79
+ .av-red { background: #E2513D; }
80
+ .mail-content { flex: 1; }
81
+ .mail-top {
82
+ display: flex; align-items: center; justify-content: space-between;
83
+ margin-bottom: 8px;
84
+ }
85
+ .sender { font-weight: 700; font-size: 40px; }
86
+ .time { font-size: 32px; color: #5f5f5f; }
87
+ .subject { font-size: 34px; font-weight: 600; margin-bottom: 6px; }
88
+ .preview { font-size: 32px; color: #6e6e6e; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 800px; }
89
+ .mail-trail {
90
+ width: 88px; display: flex; justify-content: flex-end; align-items: center;
91
+ }
92
+ .star-btn { width: 64px; height: 64px; display: flex; align-items: center; justify-content: center; }
93
+ .tag-icon {
94
+ width: 92px; height: 92px; border-radius: 20px; background: #E5ECE3; display: flex; align-items: center; justify-content: center; margin-right: 26px;
95
+ }
96
+ .pill {
97
+ display: inline-block; padding: 10px 18px; background: #B8D9B7; color: #144b1c; border-radius: 24px; font-size: 28px; margin-left: 12px;
98
+ }
99
+ /* Floating compose */
100
+ .compose-fab {
101
+ position: absolute; right: 40px; bottom: 300px;
102
+ background: #D3E9CF; color: #173b1e;
103
+ border-radius: 26px;
104
+ height: 120px; padding: 0 34px;
105
+ display: flex; align-items: center; gap: 22px;
106
+ box-shadow: 0 8px 20px rgba(0,0,0,0.15);
107
+ font-size: 40px; font-weight: 600;
108
+ }
109
+ .compose-icon { width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; }
110
+ /* Bottom nav bar */
111
+ .bottom-bar {
112
+ position: absolute; left: 0; right: 0; bottom: 120px;
113
+ height: 160px; background: rgba(238,238,230,0.9);
114
+ display: flex; align-items: center; justify-content: space-between;
115
+ padding: 0 120px;
116
+ box-shadow: 0 -6px 16px rgba(0,0,0,0.08);
117
+ }
118
+ .nav-item {
119
+ display: flex; align-items: center; gap: 16px; color: #2d2d2d; font-size: 34px; font-weight: 600;
120
+ }
121
+ .nav-icon {
122
+ width: 72px; height: 72px; background: #DCEBD7; border-radius: 30px;
123
+ display: flex; align-items: center; justify-content: center;
124
+ }
125
+ .badge {
126
+ position: absolute; left: 46px; bottom: 238px;
127
+ background: #D3E9CF; color: #C02020;
128
+ width: 120px; height: 68px; border-radius: 34px;
129
+ display: flex; align-items: center; justify-content: center;
130
+ font-size: 34px; font-weight: 700;
131
+ box-shadow: 0 6px 14px rgba(0,0,0,0.15);
132
+ }
133
+ .gesture {
134
+ position: absolute; bottom: 42px; left: 50%; transform: translateX(-50%);
135
+ width: 320px; height: 16px; border-radius: 8px; background: #BDBDBD;
136
+ }
137
+ /* Simple helpers */
138
+ svg { display: block; }
139
+ </style>
140
+ </head>
141
+ <body>
142
+ <div id="render-target">
143
+
144
+ <!-- Status bar -->
145
+ <div class="status-bar">
146
+ <div>12:47</div>
147
+ <div class="status-icons">
148
+ <!-- globe -->
149
+ <svg width="40" height="40" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" fill="none" stroke="#4a4a4a" stroke-width="2"/><path d="M4 12h16M12 4a14 14 0 0 0 0 16M12 4a14 14 0 0 1 0 16" stroke="#4a4a4a" stroke-width="2" fill="none"/></svg>
150
+ <!-- signal -->
151
+ <svg width="40" height="40" viewBox="0 0 24 24"><path d="M3 20h2M7 16h2M11 12h2M15 8h2M19 4h2" stroke="#4a4a4a" stroke-width="2" /></svg>
152
+ <!-- cloud -->
153
+ <svg width="40" height="40" viewBox="0 0 24 24"><path d="M6 18h10a4 4 0 0 0 0-8 5 5 0 0 0-9-2 4 4 0 0 0-1 10z" fill="none" stroke="#4a4a4a" stroke-width="2"/></svg>
154
+ <!-- wifi -->
155
+ <svg width="40" height="40" viewBox="0 0 24 24"><path d="M2 8c5-4 15-4 20 0M5 12c3-3 11-3 14 0M8 16c2-2 6-2 8 0M12 19l0 .01" stroke="#4a4a4a" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
156
+ <!-- battery -->
157
+ <svg width="52" height="40" viewBox="0 0 28 14"><rect x="1" y="2" width="24" height="10" rx="2" ry="2" stroke="#4a4a4a" fill="none" stroke-width="2"/><rect x="3" y="4" width="18" height="6" fill="#4a4a4a"/><rect x="25" y="5" width="2" height="4" fill="#4a4a4a"/></svg>
158
+ </div>
159
+ </div>
160
+
161
+ <!-- Search -->
162
+ <div class="search-area">
163
+ <div class="search-bar">
164
+ <div class="hamburger">
165
+ <svg width="48" height="48" viewBox="0 0 24 24"><path d="M3 6h18M3 12h18M3 18h18" stroke="#3f3f3f" stroke-width="2" stroke-linecap="round"/></svg>
166
+ </div>
167
+ <div class="search-text">Search in mail</div>
168
+ <div class="avatar">C</div>
169
+ </div>
170
+ </div>
171
+
172
+ <div class="section-title">Primary</div>
173
+
174
+ <div class="mail-list">
175
+
176
+ <!-- Item 1 -->
177
+ <div class="mail-item">
178
+ <div class="mail-avatar av-purple">C</div>
179
+ <div class="mail-content">
180
+ <div class="mail-top">
181
+ <div class="sender">Cerebra Research</div>
182
+ <div class="time">10:57 AM</div>
183
+ </div>
184
+ <div class="subject">Fwd: ⏰ Cerebra Research, got 3 minutes?</div>
185
+ <div class="preview">---------- Forwarded message --------- Fr...</div>
186
+ </div>
187
+ <div class="mail-trail">
188
+ <div class="star-btn">
189
+ <svg width="36" height="36" viewBox="0 0 24 24"><path d="M12 17l-5 3 2-6-5-4 6-.5 2-5 2 5 6 .5-5 4 2 6z" fill="none" stroke="#7a7a7a" stroke-width="2"/></svg>
190
+ </div>
191
+ </div>
192
+ </div>
193
+
194
+ <!-- Item 2 -->
195
+ <div class="mail-item">
196
+ <div class="mail-avatar av-purple">C</div>
197
+ <div class="mail-content">
198
+ <div class="mail-top">
199
+ <div class="sender">Cerebra Research</div>
200
+ <div class="time">10:17 AM</div>
201
+ </div>
202
+ <div class="subject">Transfer</div>
203
+ <div class="preview">Job Transfer</div>
204
+ </div>
205
+ <div class="mail-trail">
206
+ <div class="star-btn">
207
+ <svg width="36" height="36" viewBox="0 0 24 24"><path d="M12 17l-5 3 2-6-5-4 6-.5 2-5 2 5 6 .5-5 4 2 6z" fill="#7fbf5b" stroke="#7fbf5b"/></svg>
208
+ </div>
209
+ </div>
210
+ </div>
211
+
212
+ <!-- Item 3 Promotions -->
213
+ <div class="mail-item">
214
+ <div class="tag-icon">
215
+ <svg width="44" height="44" viewBox="0 0 24 24"><path d="M3 7l8-3 10 10-5 5L3 7z" fill="none" stroke="#57a05a" stroke-width="2"/></svg>
216
+ </div>
217
+ <div class="mail-content">
218
+ <div class="mail-top">
219
+ <div class="sender">Promotions</div>
220
+ <div class="pill">21 new</div>
221
+ </div>
222
+ <div class="subject">KAYAK, KAYAK, Expedia.com, Expedia</div>
223
+ </div>
224
+ </div>
225
+
226
+ <!-- Item 4 -->
227
+ <div class="mail-item">
228
+ <div class="mail-avatar av-green">C</div>
229
+ <div class="mail-content">
230
+ <div class="mail-top">
231
+ <div class="sender">Cerebra, me <span style="font-weight:600; color:#666; font-size:28px;">2</span></div>
232
+ <div class="time" style="color:#6b6b6b;">Jun 12</div>
233
+ </div>
234
+ <div class="subject">Reminder App</div>
235
+ <div class="preview">==================== Reminder in 3 day...</div>
236
+ </div>
237
+ <div class="mail-trail">
238
+ <div class="star-btn">
239
+ <svg width="36" height="36" viewBox="0 0 24 24"><path d="M12 17l-5 3 2-6-5-4 6-.5 2-5 2 5 6 .5-5 4 2 6z" fill="none" stroke="#7a7a7a" stroke-width="2"/></svg>
240
+ </div>
241
+ </div>
242
+ </div>
243
+
244
+ <!-- Item 5 -->
245
+ <div class="mail-item">
246
+ <div class="mail-avatar av-yellow">G</div>
247
+ <div class="mail-content">
248
+ <div class="mail-top">
249
+ <div class="sender">Google</div>
250
+ <div class="time" style="color:#6b6b6b;">Jun 8</div>
251
+ </div>
252
+ <div class="subject">Security alert</div>
253
+ <div class="preview">A new sign-in on Google Pixel 5a 5G dbwscr...</div>
254
+ </div>
255
+ <div class="mail-trail">
256
+ <div class="star-btn">
257
+ <svg width="36" height="36" viewBox="0 0 24 24"><path d="M12 17l-5 3 2-6-5-4 6-.5 2-5 2 5 6 .5-5 4 2 6z" fill="none" stroke="#7a7a7a" stroke-width="2"/></svg>
258
+ </div>
259
+ </div>
260
+ </div>
261
+
262
+ <!-- Item 6 -->
263
+ <div class="mail-item">
264
+ <div class="mail-avatar av-orange">M</div>
265
+ <div class="mail-content">
266
+ <div class="mail-top">
267
+ <div class="sender">me, Mail <span style="font-weight:600; color:#666; font-size:28px;">2</span></div>
268
+ <div class="time" style="color:#6b6b6b;">Jun 7</div>
269
+ </div>
270
+ <div class="subject">hello</div>
271
+ <div class="preview">Address not found Your message wasn't deli...</div>
272
+ </div>
273
+ <div class="mail-trail">
274
+ <div class="star-btn">
275
+ <svg width="36" height="36" viewBox="0 0 24 24"><path d="M12 17l-5 3 2-6-5-4 6-.5 2-5 2 5 6 .5-5 4 2 6z" fill="none" stroke="#7a7a7a" stroke-width="2"/></svg>
276
+ </div>
277
+ </div>
278
+ </div>
279
+
280
+ <!-- Item 7 -->
281
+ <div class="mail-item">
282
+ <div class="mail-avatar av-red">my</div>
283
+ <div class="mail-content">
284
+ <div class="mail-top">
285
+ <div class="sender">MakeMyTrip</div>
286
+ <div class="time" style="color:#6b6b6b;">Jun 3</div>
287
+ </div>
288
+ <div class="subject">Have You Decided Yet?</div>
289
+ <div class="preview">Open to know more.. Download MakeMyTrip...</div>
290
+ </div>
291
+ <div class="mail-trail">
292
+ <div class="star-btn">
293
+ <svg width="36" height="36" viewBox="0 0 24 24"><path d="M12 17l-5 3 2-6-5-4 6-.5 2-5 2 5 6 .5-5 4 2 6z" fill="none" stroke="#7a7a7a" stroke-width="2"/></svg>
294
+ </div>
295
+ </div>
296
+ </div>
297
+
298
+ <!-- Item 8 -->
299
+ <div class="mail-item">
300
+ <div class="mail-avatar av-red">my</div>
301
+ <div class="mail-content">
302
+ <div class="mail-top">
303
+ <div class="sender">MakeMyTrip</div>
304
+ <div class="time" style="color:#6b6b6b;">2</div>
305
+ </div>
306
+ <div class="subject">We've Increased Discounts,</div>
307
+ <div class="preview">Open to know more.. Download MakeMyTrip...</div>
308
+ </div>
309
+ <div class="mail-trail">
310
+ <div class="star-btn">
311
+ <svg width="36" height="36" viewBox="0 0 24 24"><path d="M12 17l-5 3 2-6-5-4 6-.5 2-5 2 5 6 .5-5 4 2 6z" fill="none" stroke="#7a7a7a" stroke-width="2"/></svg>
312
+ </div>
313
+ </div>
314
+ </div>
315
+
316
+ </div>
317
+
318
+ <!-- Floating badge near bottom-left -->
319
+ <div class="badge">
320
+ <div style="display:flex; align-items:center; gap:10px;">
321
+ <svg width="34" height="34" viewBox="0 0 24 24"><path d="M4 6h16v12H4zM4 6l8 6 8-6" fill="none" stroke="#173b1e" stroke-width="2"/></svg>
322
+ <span>15</span>
323
+ </div>
324
+ </div>
325
+
326
+ <!-- Compose -->
327
+ <div class="compose-fab">
328
+ <div class="compose-icon">
329
+ <svg width="40" height="40" viewBox="0 0 24 24"><path d="M4 20h16M5 15l10-10 4 4-10 10H5z" fill="none" stroke="#173b1e" stroke-width="2"/></svg>
330
+ </div>
331
+ <div>Compose</div>
332
+ </div>
333
+
334
+ <!-- Bottom nav -->
335
+ <div class="bottom-bar">
336
+ <div class="nav-item">
337
+ <div class="nav-icon">
338
+ <svg width="36" height="36" viewBox="0 0 24 24"><path d="M3 5h18v14H3zM3 5l9 7 9-7" fill="none" stroke="#2b2b2b" stroke-width="2"/></svg>
339
+ </div>
340
+ <div>Mail</div>
341
+ </div>
342
+ <div class="nav-item">
343
+ <div class="nav-icon">
344
+ <svg width="36" height="36" viewBox="0 0 24 24"><rect x="3" y="6" width="18" height="12" rx="2" fill="none" stroke="#2b2b2b" stroke-width="2"/><circle cx="12" cy="12" r="3" fill="#2b2b2b"/></svg>
345
+ </div>
346
+ <div>Meet</div>
347
+ </div>
348
+ </div>
349
+
350
+ <!-- Gesture bar -->
351
+ <div class="gesture"></div>
352
+ </div>
353
+ </body>
354
+ </html>
code/442/442_1.html ADDED
@@ -0,0 +1,289 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Mail Search UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: "Roboto", "Segoe UI", Arial, sans-serif; }
9
+ #render-target {
10
+ position: relative;
11
+ overflow: hidden;
12
+ width: 1080px;
13
+ height: 2400px;
14
+ background: #f3f5ea; /* very light green/cream */
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 72px;
24
+ padding: 0 32px;
25
+ box-sizing: border-box;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ color: #2b2b2b;
30
+ font-size: 34px;
31
+ letter-spacing: 0.5px;
32
+ }
33
+ .status-icons {
34
+ display: flex;
35
+ align-items: center;
36
+ gap: 22px;
37
+ }
38
+ .icon {
39
+ width: 34px;
40
+ height: 34px;
41
+ display: inline-flex;
42
+ align-items: center;
43
+ justify-content: center;
44
+ }
45
+ .battery {
46
+ width: 56px; height: 28px; border: 2px solid #2b2b2b; border-radius: 4px; position: relative;
47
+ }
48
+ .battery::after { content:""; position:absolute; right:-8px; top:8px; width:6px; height:12px; background:#2b2b2b; border-radius:2px; }
49
+ .battery .level { position:absolute; left:2px; top:2px; bottom:2px; width:36px; background:#2b2b2b; border-radius:2px; }
50
+
51
+ /* Search header */
52
+ .header {
53
+ position: absolute;
54
+ top: 72px;
55
+ left: 0;
56
+ width: 1080px;
57
+ height: 128px;
58
+ background: #e5ebdb;
59
+ display: flex;
60
+ align-items: center;
61
+ box-sizing: border-box;
62
+ padding: 0 24px;
63
+ }
64
+ .header .back {
65
+ width: 72px; height: 72px; display: flex; align-items: center; justify-content: center;
66
+ }
67
+ .header .title {
68
+ flex: 1;
69
+ color: #1b1b1b;
70
+ font-size: 42px;
71
+ }
72
+ .header .mic {
73
+ width: 72px; height: 72px; display: flex; align-items: center; justify-content: center;
74
+ }
75
+ .header svg { fill: none; stroke: #1b1b1b; stroke-width: 4; }
76
+
77
+ /* Chip row */
78
+ .chips-wrap {
79
+ position: absolute;
80
+ top: 200px;
81
+ left: 0;
82
+ width: 1080px;
83
+ padding: 24px 20px 8px 20px;
84
+ box-sizing: border-box;
85
+ }
86
+ .chips {
87
+ display: flex;
88
+ gap: 18px;
89
+ flex-wrap: nowrap;
90
+ }
91
+ .chip {
92
+ padding: 18px 28px;
93
+ background: #ffffff;
94
+ border: 2px solid #e1e4d9;
95
+ color: #37423b;
96
+ border-radius: 38px;
97
+ font-size: 36px;
98
+ display: inline-flex;
99
+ align-items: center;
100
+ gap: 14px;
101
+ box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
102
+ }
103
+ .chip .down {
104
+ width: 22px; height: 22px;
105
+ border-left: 4px solid #667066; border-bottom: 4px solid #667066;
106
+ transform: rotate(-45deg); margin-top: -6px;
107
+ }
108
+
109
+ /* Main content area (blank) */
110
+ .content {
111
+ position: absolute;
112
+ top: 300px;
113
+ left: 0;
114
+ right: 0;
115
+ bottom: 820px; /* leave space for keyboard */
116
+ padding: 24px;
117
+ box-sizing: border-box;
118
+ }
119
+
120
+ /* Keyboard mock */
121
+ .keyboard {
122
+ position: absolute;
123
+ left: 0;
124
+ bottom: 0;
125
+ width: 1080px;
126
+ height: 820px;
127
+ background: #eef1e7;
128
+ box-shadow: 0 -2px 8px rgba(0,0,0,0.06);
129
+ }
130
+
131
+ .kb-toolbar {
132
+ height: 110px;
133
+ display: flex;
134
+ align-items: center;
135
+ gap: 44px;
136
+ padding: 0 24px;
137
+ box-sizing: border-box;
138
+ }
139
+ .kb-tool {
140
+ width: 86px; height: 86px; background: #ffffff; border: 2px solid #e1e4d9; border-radius: 20px;
141
+ display: flex; align-items: center; justify-content: center; color: #3b3b3b; font-weight: 600;
142
+ }
143
+ .kb-tool.green { background: #cfe3c9; border-color: #cfe3c9; }
144
+
145
+ .rows {
146
+ padding: 12px 18px 18px;
147
+ display: grid;
148
+ row-gap: 18px;
149
+ }
150
+ .row { display: grid; grid-auto-flow: column; gap: 14px; justify-content: center; }
151
+
152
+ .key {
153
+ width: 90px; height: 112px;
154
+ background: #ffffff;
155
+ border: 2px solid #e2e6dd;
156
+ border-radius: 22px;
157
+ display: flex; align-items: center; justify-content: center;
158
+ font-size: 40px; color: #2e2e2e; box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
159
+ }
160
+ .key.wide { width: 160px; }
161
+ .key.space { width: 420px; }
162
+ .key.green { background: #cfe3c9; border-color: #cfe3c9; }
163
+ .key.icon { font-size: 36px; color: #1f1f1f; }
164
+
165
+ /* Gesture bar */
166
+ .gesture {
167
+ position: absolute;
168
+ bottom: 18px;
169
+ left: 50%;
170
+ transform: translateX(-50%);
171
+ width: 360px; height: 10px; background: #9ea3a0; border-radius: 6px; opacity: .7;
172
+ }
173
+ </style>
174
+ </head>
175
+ <body>
176
+ <div id="render-target">
177
+ <!-- Status bar -->
178
+ <div class="status-bar">
179
+ <div class="time">12:48</div>
180
+ <div class="status-icons">
181
+ <!-- globe placeholder -->
182
+ <div class="icon"><svg viewBox="0 0 24 24" width="28" height="28"><circle cx="12" cy="12" r="9" stroke="#2b2b2b" stroke-width="2" fill="none"/></svg></div>
183
+ <!-- download/cloud -->
184
+ <div class="icon"><svg viewBox="0 0 24 24" width="28" height="28"><path d="M6 15h12M12 6v9m0 0l-3-3m3 3l3-3" stroke="#2b2b2b" stroke-width="2" fill="none" stroke-linecap="round"/></svg></div>
185
+ <!-- wifi -->
186
+ <div class="icon"><svg viewBox="0 0 24 24" width="28" height="28"><path d="M2 8c5-4 15-4 20 0M6 12c3-3 9-3 12 0M10 16c1-1 3-1 4 0M12 19h0" stroke="#2b2b2b" stroke-width="2" fill="none" stroke-linecap="round"/></svg></div>
187
+ <!-- battery -->
188
+ <div class="battery"><div class="level"></div></div>
189
+ </div>
190
+ </div>
191
+
192
+ <!-- Search header -->
193
+ <div class="header">
194
+ <div class="back">
195
+ <svg width="46" height="46" viewBox="0 0 24 24">
196
+ <path d="M15 19l-7-7 7-7" />
197
+ </svg>
198
+ </div>
199
+ <div class="title">Search in mail</div>
200
+ <div class="mic">
201
+ <svg width="30" height="30" viewBox="0 0 24 24">
202
+ <rect x="9" y="3" width="6" height="10" rx="3" />
203
+ <path d="M5 11a7 7 0 0 0 14 0M12 18v3" />
204
+ </svg>
205
+ </div>
206
+ </div>
207
+
208
+ <!-- Filter chips -->
209
+ <div class="chips-wrap">
210
+ <div class="chips">
211
+ <div class="chip">Labels <span class="down"></span></div>
212
+ <div class="chip">From <span class="down"></span></div>
213
+ <div class="chip">To <span class="down"></span></div>
214
+ <div class="chip">Attachment <span class="down"></span></div>
215
+ </div>
216
+ </div>
217
+
218
+ <!-- Main content (empty) -->
219
+ <div class="content"></div>
220
+
221
+ <!-- Keyboard mock -->
222
+ <div class="keyboard">
223
+ <div class="kb-toolbar">
224
+ <div class="kb-tool green"></div>
225
+ <div class="kb-tool">☺</div>
226
+ <div class="kb-tool">GIF</div>
227
+ <div class="kb-tool">⚙</div>
228
+ <div class="kb-tool">G⇄</div>
229
+ <div class="kb-tool">🎨</div>
230
+ <div class="kb-tool">🎤</div>
231
+ </div>
232
+
233
+ <div class="rows">
234
+ <!-- Row 1 -->
235
+ <div class="row" style="grid-template-columns: repeat(10, 1fr); width: 100%;">
236
+ <div class="key">q</div>
237
+ <div class="key">w</div>
238
+ <div class="key">e</div>
239
+ <div class="key">r</div>
240
+ <div class="key">t</div>
241
+ <div class="key">y</div>
242
+ <div class="key">u</div>
243
+ <div class="key">i</div>
244
+ <div class="key">o</div>
245
+ <div class="key">p</div>
246
+ </div>
247
+
248
+ <!-- Row 2 -->
249
+ <div class="row" style="grid-template-columns: repeat(9, 1fr); padding: 0 36px;">
250
+ <div class="key">a</div>
251
+ <div class="key">s</div>
252
+ <div class="key">d</div>
253
+ <div class="key">f</div>
254
+ <div class="key">g</div>
255
+ <div class="key">h</div>
256
+ <div class="key">j</div>
257
+ <div class="key">k</div>
258
+ <div class="key">l</div>
259
+ </div>
260
+
261
+ <!-- Row 3 -->
262
+ <div class="row" style="grid-template-columns: 140px repeat(7, 1fr) 140px; gap: 14px; padding: 0 10px;">
263
+ <div class="key green icon">⇧</div>
264
+ <div class="key">z</div>
265
+ <div class="key">x</div>
266
+ <div class="key">c</div>
267
+ <div class="key">v</div>
268
+ <div class="key">b</div>
269
+ <div class="key">n</div>
270
+ <div class="key">m</div>
271
+ <div class="key icon" style="background:#ffffff;">⌫</div>
272
+ </div>
273
+
274
+ <!-- Row 4 -->
275
+ <div class="row" style="grid-template-columns: 160px 120px 120px 1fr 120px 160px;">
276
+ <div class="key green">?123</div>
277
+ <div class="key green">,</div>
278
+ <div class="key">☺</div>
279
+ <div class="key space"></div>
280
+ <div class="key">.</div>
281
+ <div class="key green icon">🔍</div>
282
+ </div>
283
+ </div>
284
+
285
+ <div class="gesture"></div>
286
+ </div>
287
+ </div>
288
+ </body>
289
+ </html>
code/442/442_2.html ADDED
@@ -0,0 +1,395 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>UI Render</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: #e9efe4; /* light pastel green */
14
+ font-family: "Arial", "Helvetica", sans-serif;
15
+ color: #2e2e2e;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0; left: 0;
22
+ width: 100%;
23
+ height: 88px;
24
+ background: #e9efe4;
25
+ display: flex;
26
+ align-items: center;
27
+ padding: 0 32px;
28
+ box-sizing: border-box;
29
+ font-weight: 600;
30
+ font-size: 36px;
31
+ color: #3a3a3a;
32
+ }
33
+ .sb-left { flex: 1; }
34
+ .sb-right { display: flex; gap: 24px; align-items: center; }
35
+ .sb-icon {
36
+ width: 36px; height: 36px;
37
+ opacity: 0.8;
38
+ }
39
+
40
+ /* App bar / search */
41
+ .app-bar {
42
+ position: absolute;
43
+ top: 88px; left: 0;
44
+ width: 100%; height: 120px;
45
+ background: #e9efe4;
46
+ display: flex;
47
+ align-items: center;
48
+ padding: 0 24px;
49
+ box-sizing: border-box;
50
+ gap: 24px;
51
+ }
52
+ .icon-btn {
53
+ width: 72px; height: 72px;
54
+ display: flex; align-items: center; justify-content: center;
55
+ border-radius: 36px;
56
+ }
57
+ .icon-btn svg { width: 40px; height: 40px; }
58
+ .search-text {
59
+ font-size: 56px;
60
+ line-height: 1;
61
+ flex: 1;
62
+ color: #2f2f2f;
63
+ }
64
+ .clear-btn svg { width: 36px; height: 36px; }
65
+
66
+ /* Filter chips */
67
+ .chip-row {
68
+ position: absolute;
69
+ top: 208px; left: 0;
70
+ width: 100%;
71
+ padding: 0 24px;
72
+ box-sizing: border-box;
73
+ display: flex;
74
+ gap: 16px;
75
+ }
76
+ .chip {
77
+ background: #ffffff;
78
+ border: 1px solid #d8d8d8;
79
+ color: #4a4a4a;
80
+ border-radius: 36px;
81
+ padding: 18px 28px;
82
+ font-size: 32px;
83
+ display: inline-flex;
84
+ align-items: center;
85
+ gap: 12px;
86
+ }
87
+ .chip .caret {
88
+ width: 0; height: 0;
89
+ border-left: 7px solid transparent;
90
+ border-right: 7px solid transparent;
91
+ border-top: 10px solid #7a7a7a;
92
+ }
93
+
94
+ /* Search prompt row */
95
+ .prompt-row {
96
+ position: absolute;
97
+ top: 292px; left: 0;
98
+ width: 100%;
99
+ padding: 20px 36px 16px 36px;
100
+ box-sizing: border-box;
101
+ display: flex; align-items: center; gap: 18px;
102
+ color: #6b6b6b;
103
+ font-size: 32px;
104
+ }
105
+ .prompt-row svg { width: 36px; height: 36px; opacity: 0.7; }
106
+
107
+ .section-title {
108
+ position: absolute;
109
+ top: 370px; left: 36px;
110
+ color: #6b6b6b;
111
+ font-size: 32px;
112
+ font-weight: 600;
113
+ }
114
+
115
+ /* Email list */
116
+ .list {
117
+ position: absolute;
118
+ top: 420px; left: 0;
119
+ width: 100%;
120
+ padding: 0 24px;
121
+ box-sizing: border-box;
122
+ }
123
+ .email {
124
+ display: grid;
125
+ grid-template-columns: 112px 1fr 200px 80px;
126
+ align-items: center;
127
+ padding: 22px 12px;
128
+ border-bottom: 1px solid #e6e6e6;
129
+ }
130
+ .avatar {
131
+ width: 88px; height: 88px;
132
+ background: #ffa92e;
133
+ border-radius: 50%;
134
+ display: flex; align-items: center; justify-content: center;
135
+ color: #ffffff; font-weight: 700; font-size: 42px;
136
+ }
137
+ .email-main { padding-right: 16px; }
138
+ .sender {
139
+ font-size: 34px; color: #2e2e2e; display: inline-flex; align-items: center; gap: 10px;
140
+ }
141
+ .sender .highlight {
142
+ background: #ffe79a;
143
+ padding: 6px 10px;
144
+ border-radius: 6px;
145
+ font-weight: 700;
146
+ letter-spacing: 0.5px;
147
+ }
148
+ .subject {
149
+ font-size: 36px;
150
+ font-weight: 700;
151
+ color: #2e2e2e;
152
+ margin-top: 6px;
153
+ }
154
+ .snippet {
155
+ font-size: 30px;
156
+ color: #6a6a6a;
157
+ margin-top: 6px;
158
+ }
159
+ .date {
160
+ justify-self: end;
161
+ font-size: 30px;
162
+ color: #6b6b6b;
163
+ }
164
+ .right-side {
165
+ justify-self: end;
166
+ display: flex; align-items: center; gap: 12px;
167
+ }
168
+ .label-pill {
169
+ background: #efefef;
170
+ color: #666;
171
+ border-radius: 18px;
172
+ padding: 6px 12px;
173
+ font-size: 28px;
174
+ border: 1px solid #dddddd;
175
+ }
176
+ .star-icon svg { width: 36px; height: 36px; fill: none; stroke: #9a9a9a; stroke-width: 2; }
177
+
178
+ /* Keyboard */
179
+ .keyboard {
180
+ position: absolute;
181
+ bottom: 84px; left: 0;
182
+ width: 100%;
183
+ height: 860px;
184
+ background: #ffffff;
185
+ border-top: 1px solid #dcdcdc;
186
+ box-shadow: 0 -2px 6px rgba(0,0,0,0.06);
187
+ }
188
+ .kb-suggestions {
189
+ height: 90px;
190
+ display: flex; align-items: center;
191
+ padding: 0 24px; gap: 36px;
192
+ font-size: 32px; color: #4d4d4d;
193
+ }
194
+ .kb-suggestions .chip-suggest {
195
+ background: #f4f4f4; border: 1px solid #e0e0e0;
196
+ border-radius: 30px; padding: 10px 18px;
197
+ }
198
+ .kb-row {
199
+ display: grid;
200
+ gap: 14px;
201
+ padding: 14px 18px;
202
+ box-sizing: border-box;
203
+ }
204
+ .row1 { grid-template-columns: repeat(10, 1fr); }
205
+ .row2 { grid-template-columns: 0.5fr repeat(9, 1fr) 0.5fr; }
206
+ .row3 { grid-template-columns: 1.2fr repeat(7, 1fr) 1.2fr; }
207
+ .row4 { grid-template-columns: 1.5fr 1fr 1fr 6fr 1fr 1.5fr; }
208
+ .key {
209
+ background: #ffffff;
210
+ border: 1px solid #e3e3e3;
211
+ border-radius: 18px;
212
+ height: 110px;
213
+ display: flex; align-items: center; justify-content: center;
214
+ font-size: 42px; color: #2f2f2f;
215
+ box-shadow: inset 0 -2px 0 rgba(0,0,0,0.04);
216
+ }
217
+ .key.green {
218
+ background: #d7ead2;
219
+ border-color: #c6ddc1;
220
+ color: #2f2f2f;
221
+ }
222
+ .key.icon svg { width: 48px; height: 48px; }
223
+ .space { text-transform: uppercase; font-size: 28px; color: #777; }
224
+
225
+ /* Gesture bar */
226
+ .gesture {
227
+ position: absolute;
228
+ bottom: 24px; left: 50%;
229
+ transform: translateX(-50%);
230
+ width: 240px; height: 10px;
231
+ background: #c9c9c9; border-radius: 6px;
232
+ opacity: 0.8;
233
+ }
234
+ </style>
235
+ </head>
236
+ <body>
237
+ <div id="render-target">
238
+
239
+ <!-- Status Bar -->
240
+ <div class="status-bar">
241
+ <div class="sb-left">12:48</div>
242
+ <div class="sb-right">
243
+ <svg class="sb-icon" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" fill="#7c7c7c"/></svg>
244
+ <svg class="sb-icon" viewBox="0 0 24 24"><path d="M3 12h18M12 3v18" stroke="#7c7c7c" stroke-width="2" fill="none"/></svg>
245
+ <svg class="sb-icon" viewBox="0 0 24 24"><path d="M6 18h12l-1-10H7l-1 10zm6-14a3 3 0 0 0-3 3h6a3 3 0 0 0-3-3z" fill="#7c7c7c"/></svg>
246
+ </div>
247
+ </div>
248
+
249
+ <!-- App Bar -->
250
+ <div class="app-bar">
251
+ <div class="icon-btn">
252
+ <svg viewBox="0 0 24 24">
253
+ <path d="M15 6l-6 6 6 6" stroke="#2f2f2f" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
254
+ </svg>
255
+ </div>
256
+ <div class="search-text">kayak</div>
257
+ <div class="icon-btn clear-btn">
258
+ <svg viewBox="0 0 24 24">
259
+ <path d="M6 6l12 12M18 6L6 18" stroke="#2f2f2f" stroke-width="2" fill="none" stroke-linecap="round"/>
260
+ </svg>
261
+ </div>
262
+ </div>
263
+
264
+ <!-- Filter Chips -->
265
+ <div class="chip-row">
266
+ <div class="chip">Labels <span class="caret"></span></div>
267
+ <div class="chip">From <span class="caret"></span></div>
268
+ <div class="chip">To <span class="caret"></span></div>
269
+ <div class="chip">Attachment <span class="caret"></span></div>
270
+ </div>
271
+
272
+ <!-- Prompt -->
273
+ <div class="prompt-row">
274
+ <svg viewBox="0 0 24 24">
275
+ <circle cx="11" cy="11" r="7" stroke="#6b6b6b" stroke-width="2" fill="none"/>
276
+ <path d="M20 20l-4-4" stroke="#6b6b6b" stroke-width="2" fill="none" stroke-linecap="round"/>
277
+ </svg>
278
+ <div>Search for "kayak" in mail</div>
279
+ </div>
280
+
281
+ <div class="section-title">Quick Results</div>
282
+
283
+ <!-- Email List -->
284
+ <div class="list">
285
+
286
+ <div class="email">
287
+ <div class="avatar">K</div>
288
+ <div class="email-main">
289
+ <div class="sender"><span class="highlight">KAYAK</span></div>
290
+ <div class="subject">Future Flights from New Delhi to Mumbai...</div>
291
+ <div class="snippet">Finish booking your flight to Mumbai....</div>
292
+ </div>
293
+ <div class="date">Jun 19</div>
294
+ <div class="right-side">
295
+ <div class="label-pill">Inbox</div>
296
+ <div class="star-icon">
297
+ <svg viewBox="0 0 24 24">
298
+ <path d="M12 17l-5 3 1-6-4-4 6-1 2-5 2 5 6 1-4 4 1 6z"/>
299
+ </svg>
300
+ </div>
301
+ </div>
302
+ </div>
303
+
304
+ <div class="email">
305
+ <div class="avatar">K</div>
306
+ <div class="email-main">
307
+ <div class="sender"><span class="highlight">KAYAK</span></div>
308
+ <div class="subject">Planning a future trip to Mumbai, Mahar...</div>
309
+ <div class="snippet">Don't leave it until it's too late. Think...</div>
310
+ </div>
311
+ <div class="date">Jun 18</div>
312
+ <div class="right-side">
313
+ <div class="label-pill">Inbox</div>
314
+ <div class="star-icon">
315
+ <svg viewBox="0 0 24 24">
316
+ <path d="M12 17l-5 3 1-6-4-4 6-1 2-5 2 5 6 1-4 4 1 6z"/>
317
+ </svg>
318
+ </div>
319
+ </div>
320
+ </div>
321
+
322
+ <div class="email">
323
+ <div class="avatar">K</div>
324
+ <div class="email-main">
325
+ <div class="sender"><span class="highlight">KAYAK</span></div>
326
+ <div class="subject">Planning a future trip to Mumbai, Mahar...</div>
327
+ <div class="snippet">Don't leave it until it's too late. Think...</div>
328
+ </div>
329
+ <div class="date">Jun 17</div>
330
+ <div class="right-side">
331
+ <div class="label-pill">Inbox</div>
332
+ <div class="star-icon">
333
+ <svg viewBox="0 0 24 24">
334
+ <path d="M12 17l-5 3 1-6-4-4 6-1 2-5 2 5 6 1-4 4 1 6z"/>
335
+ </svg>
336
+ </div>
337
+ </div>
338
+ </div>
339
+
340
+ </div>
341
+
342
+ <!-- Keyboard -->
343
+ <div class="keyboard">
344
+ <div class="kb-suggestions">
345
+ <div class="chip-suggest">kayak</div>
346
+ <div class="chip-suggest">Kayak</div>
347
+ <div class="chip-suggest">layak</div>
348
+ <div style="margin-left:auto; display:flex; align-items:center; gap:12px;">
349
+ <svg viewBox="0 0 24 24" width="40" height="40">
350
+ <circle cx="11" cy="11" r="7" stroke="#7a7a7a" stroke-width="2" fill="none"/>
351
+ <path d="M20 20l-4-4" stroke="#7a7a7a" stroke-width="2" fill="none" stroke-linecap="round"/>
352
+ </svg>
353
+ </div>
354
+ </div>
355
+
356
+ <div class="kb-row row1">
357
+ <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>
358
+ <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>
359
+ </div>
360
+ <div class="kb-row row2">
361
+ <div></div>
362
+ <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>
363
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
364
+ <div></div>
365
+ </div>
366
+ <div class="kb-row row3">
367
+ <div class="key green">⇧</div>
368
+ <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>
369
+ <div class="key icon">
370
+ <svg viewBox="0 0 24 24">
371
+ <path d="M4 7h16M7 7v10c0 2 2 2 5 2s5 0 5-2V7" stroke="#5f5f5f" stroke-width="2" fill="none"/>
372
+ </svg>
373
+ </div>
374
+ </div>
375
+ <div class="kb-row row4">
376
+ <div class="key green">?123</div>
377
+ <div class="key green">,</div>
378
+ <div class="key">☺</div>
379
+ <div class="key space"></div>
380
+ <div class="key">.</div>
381
+ <div class="key green icon">
382
+ <svg viewBox="0 0 24 24">
383
+ <circle cx="11" cy="11" r="7" stroke="#2f2f2f" stroke-width="2" fill="none"/>
384
+ <path d="M20 20l-4-4" stroke="#2f2f2f" stroke-width="2" fill="none" stroke-linecap="round"/>
385
+ </svg>
386
+ </div>
387
+ </div>
388
+ </div>
389
+
390
+ <!-- Gesture bar -->
391
+ <div class="gesture"></div>
392
+
393
+ </div>
394
+ </body>
395
+ </html>
code/442/442_3.html ADDED
@@ -0,0 +1,363 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Mail Search UI</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: #F6F7ED; /* soft off-white */
13
+ color: #2b2b2b;
14
+ }
15
+ .status-bar {
16
+ height: 96px;
17
+ display: flex; align-items: center; justify-content: space-between;
18
+ padding: 0 40px;
19
+ font-size: 34px; color: #666;
20
+ }
21
+ .status-icons { display: flex; gap: 28px; align-items: center; }
22
+ .icon {
23
+ width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center;
24
+ }
25
+ .search-area { padding: 8px 40px 0 40px; }
26
+ .search-bar {
27
+ height: 110px; display: flex; align-items: center; gap: 24px;
28
+ }
29
+ .back-btn { width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; }
30
+ .search-input {
31
+ flex: 1;
32
+ background: #E6EBE3;
33
+ border-radius: 56px;
34
+ height: 96px;
35
+ display: flex; align-items: center; justify-content: space-between;
36
+ padding: 0 32px;
37
+ font-size: 40px; color: #4a4a4a;
38
+ }
39
+ .filters { display: flex; gap: 20px; padding-top: 26px; }
40
+ .chip {
41
+ background: #FAFAFA; border: 1px solid #DADADA;
42
+ padding: 16px 26px; border-radius: 30px;
43
+ font-size: 30px; color: #555; display: flex; align-items: center; gap: 12px;
44
+ }
45
+ .section-title {
46
+ margin: 36px 40px 10px 40px;
47
+ font-size: 34px; color: #666;
48
+ }
49
+
50
+ .list { padding: 0 40px; }
51
+ .email-item {
52
+ position: relative;
53
+ display: grid; grid-template-columns: 120px 1fr 180px;
54
+ align-items: center;
55
+ padding: 28px 0;
56
+ border-bottom: 1px solid #EEE;
57
+ }
58
+ .avatar {
59
+ width: 96px; height: 96px; border-radius: 50%;
60
+ background: #F4A62A;
61
+ color: white; font-weight: bold; font-size: 44px;
62
+ display: flex; align-items: center; justify-content: center;
63
+ }
64
+ .content { padding-right: 20px; }
65
+ .brand-tag {
66
+ display: inline-block;
67
+ background: #F7E38D;
68
+ padding: 4px 8px;
69
+ font-weight: 800; letter-spacing: 0.5px;
70
+ border-radius: 4px; font-size: 28px;
71
+ }
72
+ .subject {
73
+ margin-top: 8px;
74
+ font-size: 36px; font-weight: 700; color: #222;
75
+ white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
76
+ }
77
+ .snippet {
78
+ margin-top: 6px;
79
+ font-size: 30px; color: #757575;
80
+ white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
81
+ }
82
+ .badge {
83
+ display: inline-block; margin-left: 10px;
84
+ background: #EFEFEF; border: 1px solid #E0E0E0;
85
+ color: #666; font-size: 26px; border-radius: 12px;
86
+ padding: 4px 10px;
87
+ vertical-align: middle;
88
+ }
89
+ .meta {
90
+ text-align: right;
91
+ }
92
+ .date { font-size: 30px; color: #6a6a6a; }
93
+ .star { margin-top: 16px; display: inline-block; }
94
+
95
+ /* bottom area */
96
+ .bottom-sheet {
97
+ position: absolute; left: 0; right: 0; bottom: 0;
98
+ height: 220px; background: #DCE8D2;
99
+ border-top-left-radius: 40px; border-top-right-radius: 40px;
100
+ box-shadow: 0 -2px 0 rgba(0,0,0,0.04);
101
+ }
102
+ .compose {
103
+ position: absolute; left: 50%; transform: translateX(-50%);
104
+ bottom: 160px;
105
+ background: #CFE4C7;
106
+ width: 200px; height: 88px; border-radius: 44px;
107
+ display: flex; align-items: center; justify-content: center;
108
+ box-shadow: 0 6px 12px rgba(0,0,0,0.12);
109
+ }
110
+ .compose .badge-red {
111
+ position: absolute; right: -6px; top: -10px;
112
+ background: #D6423A; color: #fff;
113
+ width: 56px; height: 56px; border-radius: 50%;
114
+ font-size: 28px; display: flex; align-items: center; justify-content: center;
115
+ border: 4px solid #DCE8D2;
116
+ }
117
+ .meet-btn {
118
+ position: absolute; right: 40px; bottom: 60px;
119
+ width: 84px; height: 84px; border-radius: 18px;
120
+ background: #CFE4C7; display: flex; align-items: center; justify-content: center;
121
+ }
122
+ .gesture-bar {
123
+ position: absolute; bottom: 24px; left: 50%;
124
+ transform: translateX(-50%);
125
+ width: 240px; height: 10px; border-radius: 6px; background: #BEBEBE; opacity: 0.6;
126
+ }
127
+ </style>
128
+ </head>
129
+ <body>
130
+ <div id="render-target">
131
+
132
+ <!-- Status bar -->
133
+ <div class="status-bar">
134
+ <div>12:49</div>
135
+ <div class="status-icons">
136
+ <!-- globe -->
137
+ <div class="icon">
138
+ <svg width="34" height="34" viewBox="0 0 24 24">
139
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#777" stroke-width="2"></circle>
140
+ <path d="M3 12h18M12 3a16 16 0 0 0 0 18" stroke="#777" stroke-width="1.5" fill="none"></path>
141
+ </svg>
142
+ </div>
143
+ <!-- phone/connection -->
144
+ <div class="icon">
145
+ <svg width="34" height="34" viewBox="0 0 24 24">
146
+ <path d="M6 2h12v4H6zM4 8h16v4H4zM2 14h20v4H2z" fill="#777"></path>
147
+ </svg>
148
+ </div>
149
+ <!-- cloud -->
150
+ <div class="icon">
151
+ <svg width="34" height="34" viewBox="0 0 24 24">
152
+ <path d="M6 15a4 4 0 0 1 4-4 5 5 0 0 1 9 2h1a3 3 0 0 1 0 6H7a3 3 0 0 1-1-4z" fill="#777"></path>
153
+ </svg>
154
+ </div>
155
+ <!-- wifi -->
156
+ <div class="icon">
157
+ <svg width="34" height="34" viewBox="0 0 24 24">
158
+ <path d="M2 8c5-4 15-4 20 0M5 12c4-3 10-3 14 0M9 16c2-2 4-2 6 0" stroke="#777" stroke-width="2" fill="none" stroke-linecap="round"></path>
159
+ <circle cx="12" cy="19" r="1.8" fill="#777"></circle>
160
+ </svg>
161
+ </div>
162
+ <!-- battery -->
163
+ <div class="icon">
164
+ <svg width="40" height="40" viewBox="0 0 28 18">
165
+ <rect x="2" y="3" width="22" height="12" rx="2" fill="none" stroke="#777" stroke-width="2"></rect>
166
+ <rect x="4" y="5" width="14" height="8" rx="1" fill="#777"></rect>
167
+ <rect x="24" y="7" width="2" height="4" fill="#777"></rect>
168
+ </svg>
169
+ </div>
170
+ </div>
171
+ </div>
172
+
173
+ <!-- Search -->
174
+ <div class="search-area">
175
+ <div class="search-bar">
176
+ <div class="back-btn">
177
+ <svg width="48" height="48" viewBox="0 0 24 24">
178
+ <path d="M15 5l-7 7 7 7" stroke="#595959" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
179
+ </svg>
180
+ </div>
181
+ <div class="search-input">
182
+ <span>kayak</span>
183
+ <svg width="44" height="44" viewBox="0 0 24 24">
184
+ <path d="M5 5l14 14M19 5L5 19" stroke="#777" stroke-width="2.3" stroke-linecap="round"></path>
185
+ </svg>
186
+ </div>
187
+ </div>
188
+
189
+ <div class="filters">
190
+ <div class="chip">Labels
191
+ <svg width="26" height="26" viewBox="0 0 24 24">
192
+ <path d="M6 9l6 6 6-6" stroke="#777" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
193
+ </svg>
194
+ </div>
195
+ <div class="chip">From
196
+ <svg width="26" height="26" viewBox="0 0 24 24">
197
+ <path d="M6 9l6 6 6-6" stroke="#777" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
198
+ </svg>
199
+ </div>
200
+ <div class="chip">To
201
+ <svg width="26" height="26" viewBox="0 0 24 24">
202
+ <path d="M6 9l6 6 6-6" stroke="#777" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
203
+ </svg>
204
+ </div>
205
+ <div class="chip">Attachment
206
+ <svg width="26" height="26" viewBox="0 0 24 24">
207
+ <path d="M6 9l6 6 6-6" stroke="#777" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
208
+ </svg>
209
+ </div>
210
+ </div>
211
+ </div>
212
+
213
+ <div class="section-title">Results in mail</div>
214
+
215
+ <!-- Mail list -->
216
+ <div class="list">
217
+ <!-- item 1 -->
218
+ <div class="email-item">
219
+ <div class="avatar">K</div>
220
+ <div class="content">
221
+ <span class="brand-tag">KAYAK</span>
222
+ <div class="subject">Future Flights from New Delhi to Mumbai...</div>
223
+ <div class="snippet">Finish booking your flight to Mumbai... <span class="badge">Inbox</span></div>
224
+ </div>
225
+ <div class="meta">
226
+ <div class="date">Jun 19</div>
227
+ <div class="star">
228
+ <svg width="40" height="40" viewBox="0 0 24 24">
229
+ <path d="M12 3l3 6 7 .9-5 4.8 1.4 7.3-6.4-3.6-6.4 3.6L6.9 14.7 2 9.9 9 9z" fill="none" stroke="#8A8A8A" stroke-width="1.8"></path>
230
+ </svg>
231
+ </div>
232
+ </div>
233
+ </div>
234
+
235
+ <!-- item 2 -->
236
+ <div class="email-item">
237
+ <div class="avatar">K</div>
238
+ <div class="content">
239
+ <span class="brand-tag">KAYAK</span>
240
+ <div class="subject">Planning a future trip to Mumbai, Mahar...</div>
241
+ <div class="snippet">Don't leave it until it's too late. Think... <span class="badge">Inbox</span></div>
242
+ </div>
243
+ <div class="meta">
244
+ <div class="date">Jun 18</div>
245
+ <div class="star">
246
+ <svg width="40" height="40" viewBox="0 0 24 24">
247
+ <path d="M12 3l3 6 7 .9-5 4.8 1.4 7.3-6.4-3.6-6.4 3.6L6.9 14.7 2 9.9 9 9z" fill="none" stroke="#8A8A8A" stroke-width="1.8"></path>
248
+ </svg>
249
+ </div>
250
+ </div>
251
+ </div>
252
+
253
+ <!-- item 3 -->
254
+ <div class="email-item">
255
+ <div class="avatar">K</div>
256
+ <div class="content">
257
+ <span class="brand-tag">KAYAK</span>
258
+ <div class="subject">Planning a future trip to Mumbai, Mahar...</div>
259
+ <div class="snippet">Don't leave it until it's too late. Think... <span class="badge">Inbox</span></div>
260
+ </div>
261
+ <div class="meta">
262
+ <div class="date">Jun 17</div>
263
+ <div class="star">
264
+ <svg width="40" height="40" viewBox="0 0 24 24">
265
+ <path d="M12 3l3 6 7 .9-5 4.8 1.4 7.3-6.4-3.6-6.4 3.6L6.9 14.7 2 9.9 9 9z" fill="none" stroke="#8A8A8A" stroke-width="1.8"></path>
266
+ </svg>
267
+ </div>
268
+ </div>
269
+ </div>
270
+
271
+ <!-- item 4 -->
272
+ <div class="email-item">
273
+ <div class="avatar">K</div>
274
+ <div class="content">
275
+ <span class="brand-tag">KAYAK</span>
276
+ <div class="subject">Future Flights from New Delhi to Mumbai...</div>
277
+ <div class="snippet">Finish booking your flight to Mumbai... <span class="badge">Inbox</span></div>
278
+ </div>
279
+ <div class="meta">
280
+ <div class="date">Jun 12</div>
281
+ <div class="star">
282
+ <svg width="40" height="40" viewBox="0 0 24 24">
283
+ <path d="M12 3l3 6 7 .9-5 4.8 1.4 7.3-6.4-3.6-6.4 3.6L6.9 14.7 2 9.9 9 9z" fill="none" stroke="#8A8A8A" stroke-width="1.8"></path>
284
+ </svg>
285
+ </div>
286
+ </div>
287
+ </div>
288
+
289
+ <!-- item 5 -->
290
+ <div class="email-item">
291
+ <div class="avatar">K</div>
292
+ <div class="content">
293
+ <span class="brand-tag">KAYAK</span>
294
+ <div class="subject">Planning a future trip to Mumbai, Mahar...</div>
295
+ <div class="snippet">Don't leave it until it's too late. Think... <span class="badge">Inbox</span></div>
296
+ </div>
297
+ <div class="meta">
298
+ <div class="date">Jun 11</div>
299
+ <div class="star">
300
+ <svg width="40" height="40" viewBox="0 0 24 24">
301
+ <path d="M12 3l3 6 7 .9-5 4.8 1.4 7.3-6.4-3.6-6.4 3.6L6.9 14.7 2 9.9 9 9z" fill="none" stroke="#8A8A8A" stroke-width="1.8"></path>
302
+ </svg>
303
+ </div>
304
+ </div>
305
+ </div>
306
+
307
+ <!-- item 6 -->
308
+ <div class="email-item">
309
+ <div class="avatar">K</div>
310
+ <div class="content">
311
+ <span class="brand-tag">KAYAK</span>
312
+ <div class="subject">Future Flights from New Delhi to Mumbai...</div>
313
+ <div class="snippet">Finish booking your flight to Mumbai... <span class="badge">Inbox</span></div>
314
+ </div>
315
+ <div class="meta">
316
+ <div class="date">Jun 9</div>
317
+ <div class="star">
318
+ <svg width="40" height="40" viewBox="0 0 24 24">
319
+ <path d="M12 3l3 6 7 .9-5 4.8 1.4 7.3-6.4-3.6-6.4 3.6L6.9 14.7 2 9.9 9 9z" fill="none" stroke="#8A8A8A" stroke-width="1.8"></path>
320
+ </svg>
321
+ </div>
322
+ </div>
323
+ </div>
324
+
325
+ <!-- item 7 -->
326
+ <div class="email-item">
327
+ <div class="avatar">K</div>
328
+ <div class="content">
329
+ <span class="brand-tag">KAYAK</span>
330
+ <div class="subject">Planning a future trip to Mumbai, Mahar...</div>
331
+ <div class="snippet">Don't leave it until it's too late. Think... <span class="badge">Inbox</span></div>
332
+ </div>
333
+ <div class="meta">
334
+ <div class="date">Jun 8</div>
335
+ <div class="star">
336
+ <svg width="40" height="40" viewBox="0 0 24 24">
337
+ <path d="M12 3l3 6 7 .9-5 4.8 1.4 7.3-6.4-3.6-6.4 3.6L6.9 14.7 2 9.9 9 9z" fill="none" stroke="#8A8A8A" stroke-width="1.8"></path>
338
+ </svg>
339
+ </div>
340
+ </div>
341
+ </div>
342
+ </div>
343
+
344
+ <!-- Bottom UI -->
345
+ <div class="compose">
346
+ <svg width="44" height="44" viewBox="0 0 24 24">
347
+ <path d="M3 5h18v14H3z" fill="none" stroke="#2f5d37" stroke-width="2"></path>
348
+ <path d="M3 6l9 6 9-6" fill="none" stroke="#2f5d37" stroke-width="2"></path>
349
+ </svg>
350
+ <div class="badge-red">15</div>
351
+ </div>
352
+ <div class="meet-btn">
353
+ <svg width="40" height="40" viewBox="0 0 24 24">
354
+ <rect x="3" y="4" width="14" height="12" rx="2" fill="none" stroke="#2f5d37" stroke-width="2"></rect>
355
+ <path d="M17 8l4-3v10l-4-3" fill="#2f5d37"></path>
356
+ </svg>
357
+ </div>
358
+ <div class="bottom-sheet"></div>
359
+ <div class="gesture-bar"></div>
360
+
361
+ </div>
362
+ </body>
363
+ </html>
code/4420/4420_0.html ADDED
@@ -0,0 +1,315 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Chat UI Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ position: relative;
10
+ overflow: hidden;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ background: #101010;
14
+ color: #fff;
15
+ }
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 90px;
23
+ display: flex;
24
+ align-items: center;
25
+ padding: 0 36px;
26
+ box-sizing: border-box;
27
+ color: #fff;
28
+ font-size: 34px;
29
+ letter-spacing: 0.5px;
30
+ }
31
+ .status-bar .time { flex: 1; }
32
+ .status-icons {
33
+ display: flex;
34
+ gap: 26px;
35
+ align-items: center;
36
+ }
37
+ /* Header */
38
+ .header {
39
+ position: absolute;
40
+ top: 90px;
41
+ left: 0;
42
+ width: 1080px;
43
+ height: 160px;
44
+ display: flex;
45
+ align-items: center;
46
+ padding: 0 32px;
47
+ box-sizing: border-box;
48
+ border-bottom: 1px solid #1d1d1d;
49
+ }
50
+ .back-btn {
51
+ width: 60px; height: 60px;
52
+ display: flex; align-items: center; justify-content: center;
53
+ margin-right: 16px;
54
+ }
55
+ .avatar {
56
+ width: 110px; height: 110px; border-radius: 55px;
57
+ background: #c5a8ff; color: #351a61; font-weight: bold;
58
+ display: flex; align-items: center; justify-content: center;
59
+ margin-right: 26px;
60
+ font-size: 42px;
61
+ }
62
+ .title-wrap { flex: 1; }
63
+ .title-wrap .title { font-size: 48px; font-weight: 700; margin-bottom: 6px; }
64
+ .title-wrap .subtitle { font-size: 32px; color: #b9b9b9; }
65
+ .video-icon {
66
+ width: 70px; height: 70px;
67
+ display: flex; align-items: center; justify-content: center;
68
+ margin-right: 20px;
69
+ }
70
+
71
+ /* Left vertical dots */
72
+ .left-dots {
73
+ position: absolute;
74
+ left: 18px;
75
+ top: 740px;
76
+ display: grid;
77
+ gap: 44px;
78
+ }
79
+ .left-dots span {
80
+ width: 18px; height: 18px; border-radius: 50%;
81
+ background: #cfcfcf;
82
+ opacity: 0.6;
83
+ }
84
+
85
+ /* Invite card */
86
+ .invite-card {
87
+ position: absolute;
88
+ left: 60px;
89
+ right: 60px;
90
+ bottom: 760px;
91
+ background: #191919;
92
+ border: 1px solid #2b2b2b;
93
+ border-radius: 28px;
94
+ padding: 40px;
95
+ box-sizing: border-box;
96
+ box-shadow: 0 10px 30px rgba(0,0,0,0.35);
97
+ }
98
+ .link-pill {
99
+ height: 110px;
100
+ background: #101010;
101
+ border: 1px solid #2b2b2b;
102
+ border-radius: 55px;
103
+ display: flex;
104
+ align-items: center;
105
+ padding: 0 26px;
106
+ box-sizing: border-box;
107
+ color: #cfcfcf;
108
+ font-size: 34px;
109
+ }
110
+ .link-pill .pill-icon { width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; margin-right: 18px; }
111
+ .link-pill .pill-share { margin-left: auto; width: 76px; height: 76px; display: flex; align-items: center; justify-content: center; }
112
+ .hint {
113
+ margin-top: 26px;
114
+ color: #cfcfcf;
115
+ font-size: 36px;
116
+ }
117
+ .btn-row { margin-top: 34px; display: flex; flex-direction: column; align-items: center; gap: 24px; }
118
+ .btn-dark {
119
+ width: 600px; height: 110px; border-radius: 60px; background: #0f0f0f;
120
+ border: 1px solid #2b2b2b; color: #fff; font-size: 42px; font-weight: 700;
121
+ display: flex; align-items: center; justify-content: center;
122
+ }
123
+ .btn-blue {
124
+ width: 600px; height: 110px; border-radius: 60px;
125
+ background: linear-gradient(90deg, #3A7AFB, #58A8FF);
126
+ color: #fff; font-size: 42px; font-weight: 700;
127
+ display: flex; align-items: center; justify-content: center;
128
+ border: 1px solid rgba(255,255,255,0.08);
129
+ }
130
+
131
+ /* System messages */
132
+ .system-msgs {
133
+ position: absolute;
134
+ left: 48px;
135
+ right: 48px;
136
+ bottom: 560px;
137
+ color: #cfcfcf;
138
+ font-size: 32px;
139
+ line-height: 1.6;
140
+ text-align: center;
141
+ }
142
+
143
+ /* Input bar */
144
+ .input-bar {
145
+ position: absolute;
146
+ left: 0; right: 0;
147
+ bottom: 120px;
148
+ height: 140px;
149
+ padding: 0 34px;
150
+ display: flex; align-items: center; gap: 24px;
151
+ box-sizing: border-box;
152
+ }
153
+ .circle-plus {
154
+ width: 110px; height: 110px; border-radius: 55px;
155
+ background: #3181ff; display: flex; align-items: center; justify-content: center;
156
+ }
157
+ .msg-field {
158
+ flex: 1;
159
+ height: 110px; border-radius: 60px; background: #1a1a1a; border: 1px solid #2b2b2b;
160
+ display: flex; align-items: center; padding: 0 24px; box-sizing: border-box;
161
+ color: #a9a9a9; font-size: 40px;
162
+ }
163
+ .msg-field .placeholder { flex: 1; }
164
+ .msg-field .smile { width: 70px; height: 70px; display: flex; align-items: center; justify-content: center; margin-left: 8px; }
165
+ .tool-icon { width: 90px; height: 90px; display: flex; align-items: center; justify-content: center; }
166
+
167
+ /* Home indicator */
168
+ .home-indicator {
169
+ position: absolute;
170
+ bottom: 40px;
171
+ left: 50%;
172
+ transform: translateX(-50%);
173
+ width: 370px;
174
+ height: 12px;
175
+ background: #e6e6e6;
176
+ border-radius: 8px;
177
+ opacity: 0.9;
178
+ }
179
+ </style>
180
+ </head>
181
+ <body>
182
+ <div id="render-target">
183
+
184
+ <!-- Status Bar -->
185
+ <div class="status-bar">
186
+ <div class="time">11:57</div>
187
+ <div class="status-icons">
188
+ <!-- Simple placeholder status icons -->
189
+ <svg width="38" height="20">
190
+ <circle cx="8" cy="10" r="3" fill="#fff"></circle>
191
+ <circle cx="18" cy="10" r="3" fill="#fff"></circle>
192
+ <circle cx="28" cy="10" r="3" fill="#fff"></circle>
193
+ </svg>
194
+ <svg width="34" height="24">
195
+ <path d="M2 20h30c0-6-6-10-15-10S2 14 2 20z" fill="#fff"></path>
196
+ </svg>
197
+ <svg width="36" height="24">
198
+ <rect x="2" y="6" width="24" height="12" rx="2" ry="2" stroke="#fff" fill="none" stroke-width="2"></rect>
199
+ <rect x="28" y="10" width="6" height="4" fill="#fff"></rect>
200
+ </svg>
201
+ </div>
202
+ </div>
203
+
204
+ <!-- Header -->
205
+ <div class="header">
206
+ <div class="back-btn">
207
+ <svg width="40" height="40" viewBox="0 0 24 24">
208
+ <path d="M15 5l-8 7 8 7" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
209
+ </svg>
210
+ </div>
211
+ <div class="avatar">FR</div>
212
+ <div class="title-wrap">
213
+ <div class="title">Friends</div>
214
+ <div class="subtitle">3 participants</div>
215
+ </div>
216
+ <div class="video-icon">
217
+ <svg width="44" height="34" viewBox="0 0 44 34">
218
+ <rect x="2" y="6" width="26" height="22" rx="4" fill="#fff"></rect>
219
+ <polygon points="30,10 42,6 42,28 30,24" fill="#fff"></polygon>
220
+ </svg>
221
+ </div>
222
+ </div>
223
+
224
+ <!-- Left side dots -->
225
+ <div class="left-dots">
226
+ <span></span>
227
+ <span></span>
228
+ <span></span>
229
+ <span></span>
230
+ </div>
231
+
232
+ <!-- Invite card -->
233
+ <div class="invite-card">
234
+ <div class="link-pill">
235
+ <div class="pill-icon">
236
+ <!-- Link chain icon -->
237
+ <svg width="42" height="42" viewBox="0 0 24 24">
238
+ <path d="M8 12a4 4 0 0 1 4-4h3" stroke="#bcbcbc" stroke-width="2" fill="none" stroke-linecap="round"></path>
239
+ <path d="M16 12a4 4 0 0 1-4 4H9" stroke="#bcbcbc" stroke-width="2" fill="none" stroke-linecap="round"></path>
240
+ <path d="M9 8l6 8" stroke="#bcbcbc" stroke-width="2" fill="none"></path>
241
+ </svg>
242
+ </div>
243
+ <div class="pill-text">join.skype.com/swja8OzJ4wCQ</div>
244
+ <div class="pill-share">
245
+ <!-- Share icon -->
246
+ <svg width="40" height="40" viewBox="0 0 24 24">
247
+ <circle cx="18" cy="5" r="3" fill="#bcbcbc"></circle>
248
+ <circle cx="6" cy="12" r="3" fill="#bcbcbc"></circle>
249
+ <circle cx="18" cy="19" r="3" fill="#bcbcbc"></circle>
250
+ <path d="M8.7 11l7-4M8.7 13l7 4" stroke="#bcbcbc" stroke-width="2" fill="none"></path>
251
+ </svg>
252
+ </div>
253
+ </div>
254
+ <div class="hint">Invite Skype contacts or share the link</div>
255
+ <div class="btn-row">
256
+ <div class="btn-dark">Invite</div>
257
+ <div class="btn-blue">Add people</div>
258
+ </div>
259
+ </div>
260
+
261
+ <!-- System messages -->
262
+ <div class="system-msgs">
263
+ Amelia miller enabled joining this conversation using a link. Go to Group<br>
264
+ Settings to manage access to the group.<br><br>
265
+ Amelia miller added Natalie Larson, Richard Wagner to this conversation<br><br>
266
+ Amelia miller has made the chat history visible to everyone
267
+ </div>
268
+
269
+ <!-- Message input bar -->
270
+ <div class="input-bar">
271
+ <div class="circle-plus">
272
+ <svg width="48" height="48" viewBox="0 0 24 24">
273
+ <path d="M12 5v14M5 12h14" stroke="#fff" stroke-width="3" stroke-linecap="round"></path>
274
+ </svg>
275
+ </div>
276
+ <div class="msg-field">
277
+ <div class="placeholder">Type a message</div>
278
+ <div class="smile">
279
+ <svg width="40" height="40" viewBox="0 0 24 24">
280
+ <circle cx="12" cy="12" r="9" stroke="#bcbcbc" fill="none" stroke-width="2"></circle>
281
+ <circle cx="9" cy="10" r="1.5" fill="#bcbcbc"></circle>
282
+ <circle cx="15" cy="10" r="1.5" fill="#bcbcbc"></circle>
283
+ <path d="M8 14c1.5 2 6.5 2 8 0" stroke="#bcbcbc" stroke-width="2" fill="none" stroke-linecap="round"></path>
284
+ </svg>
285
+ </div>
286
+ </div>
287
+ <div class="tool-icon">
288
+ <!-- Mic icon -->
289
+ <svg width="40" height="40" viewBox="0 0 24 24">
290
+ <rect x="9" y="5" width="6" height="10" rx="3" fill="#bcbcbc"></rect>
291
+ <path d="M6 11c0 3 2.5 5 6 5s6-2 6-5" stroke="#bcbcbc" stroke-width="2" fill="none"></path>
292
+ <path d="M12 16v4" stroke="#bcbcbc" stroke-width="2"></path>
293
+ </svg>
294
+ </div>
295
+ <div class="tool-icon">
296
+ <!-- Image icon -->
297
+ <svg width="42" height="42" viewBox="0 0 24 24">
298
+ <rect x="3" y="5" width="18" height="14" rx="2" stroke="#bcbcbc" fill="none" stroke-width="2"></rect>
299
+ <circle cx="9" cy="10" r="2" fill="#bcbcbc"></circle>
300
+ <path d="M5 17l5-5 4 3 4-4 3 6" stroke="#bcbcbc" stroke-width="2" fill="none"></path>
301
+ </svg>
302
+ </div>
303
+ <div class="tool-icon">
304
+ <!-- Rocket/simple paper plane -->
305
+ <svg width="42" height="42" viewBox="0 0 24 24">
306
+ <path d="M3 12l18-8-6 18-4-6-6-4z" stroke="#bcbcbc" fill="none" stroke-width="2" stroke-linejoin="round"></path>
307
+ </svg>
308
+ </div>
309
+ </div>
310
+
311
+ <!-- Home indicator -->
312
+ <div class="home-indicator"></div>
313
+ </div>
314
+ </body>
315
+ </html>
code/4420/4420_1.html ADDED
@@ -0,0 +1,363 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Mobile UI Render</title>
5
+ <style>
6
+ body { margin:0; padding:0; background:transparent; font-family: "Segoe UI", Arial, sans-serif; }
7
+ #render-target {
8
+ width:1080px; height:2400px; position:relative; overflow:hidden;
9
+ background:#0f1014; color:#eaeaea;
10
+ }
11
+
12
+ /* Status bar */
13
+ .status-bar{
14
+ position:absolute; top:0; left:0; right:0;
15
+ height:90px; padding:0 32px; display:flex; align-items:center; justify-content:space-between;
16
+ color:#fff; font-weight:600; font-size:42px;
17
+ }
18
+ .status-left{ display:flex; align-items:center; gap:24px; }
19
+ .ghosts{ display:flex; gap:18px; }
20
+ .ghosts span{
21
+ width:26px; height:26px; background:#fff; border-radius:50%;
22
+ display:inline-block; opacity:.9;
23
+ }
24
+ .status-right{ display:flex; align-items:center; gap:22px; font-size:34px; }
25
+ .status-dot{ width:18px; height:18px; background:#fff; border-radius:50%; }
26
+ .battery{ width:50px; height:26px; border:3px solid #fff; border-radius:6px; position:relative; }
27
+ .battery::after{ content:""; position:absolute; right:-10px; top:6px; width:8px; height:14px; background:#fff; border-radius:2px; }
28
+ .battery-fill{ position:absolute; left:4px; top:4px; height:16px; width:32px; background:#50e050; }
29
+
30
+ /* Header */
31
+ .header{
32
+ position:absolute; top:90px; left:0; right:0;
33
+ background:#0f2952; height:250px; padding:32px;
34
+ }
35
+ .header-top{ display:flex; align-items:center; justify-content:space-between; }
36
+ .profile{
37
+ display:flex; align-items:center; gap:26px;
38
+ }
39
+ .avatar{
40
+ width:100px; height:100px; border-radius:50%; background:#264b7f; border:2px solid #426ea9;
41
+ position:relative; overflow:hidden; display:flex; align-items:center; justify-content:center; font-size:26px; color:#cfe0ff;
42
+ }
43
+ .online-dot{
44
+ position:absolute; bottom:6px; left:6px; width:22px; height:22px; background:#28d64b; border:3px solid #0f2952; border-radius:50%;
45
+ }
46
+ .name-area{ display:flex; flex-direction:column; }
47
+ .name-area .title{ font-size:48px; font-weight:700; }
48
+ .name-area .subtitle{ font-size:34px; color:#b7c7e6; margin-top:6px; }
49
+ .header-actions{ display:flex; gap:36px; }
50
+ .icon-btn{
51
+ width:72px; height:72px; border-radius:18px; background:#173763; display:flex; align-items:center; justify-content:center;
52
+ }
53
+ .icon-btn svg{ width:40px; height:40px; fill:#cfe0ff; }
54
+
55
+ /* Search */
56
+ .search-row{ position:absolute; top:305px; left:32px; right:32px; display:flex; gap:24px; }
57
+ .search-field{
58
+ flex:1; height:96px; background:#161a22; border-radius:20px; display:flex; align-items:center; padding:0 28px; gap:22px; color:#b7c7e6; font-size:36px;
59
+ box-shadow: inset 0 0 0 2px #233047;
60
+ }
61
+ .search-field svg{ width:44px; height:44px; stroke:#b7c7e6; fill:none; stroke-width:4px; }
62
+ .filter-btn{
63
+ width:96px; height:96px; background:#161a22; border-radius:22px; display:flex; align-items:center; justify-content:center; box-shadow: inset 0 0 0 2px #233047;
64
+ }
65
+ .filter-btn svg{ width:46px; height:46px; fill:#b7c7e6; }
66
+
67
+ /* Meeting banner */
68
+ .banner{
69
+ position:absolute; top:420px; left:32px; right:32px;
70
+ background:#10151e; border-radius:22px; padding:26px 28px; box-shadow: inset 0 0 0 2px #203048;
71
+ }
72
+ .banner-top{ display:flex; align-items:center; justify-content:space-between; margin-bottom:10px; }
73
+ .banner-left{ display:flex; align-items:center; gap:22px; }
74
+ .banner-icon{ width:58px; height:58px; border-radius:14px; background:#15223b; display:flex; align-items:center; justify-content:center; }
75
+ .banner-icon svg{ width:40px; height:40px; fill:#9ec4ff; }
76
+ .banner-title{ font-size:42px; font-weight:700; }
77
+ .banner-sub{ font-size:34px; color:#aab6c8; margin-left:80px; margin-top:4px; }
78
+ .banner-close{ width:42px; height:42px; display:flex; align-items:center; justify-content:center; }
79
+ .banner-close svg{ width:30px; height:30px; stroke:#9eb0cc; stroke-width:5px; fill:none; }
80
+
81
+ /* Chat list */
82
+ .list{ position:absolute; top:600px; left:0; right:0; bottom:180px; overflow:hidden; padding:0 18px; }
83
+ .chat-item{ padding:20px 14px; display:flex; flex-direction:column; border-bottom:1px solid #171b24; }
84
+ .row{ display:flex; align-items:center; }
85
+ .chat-avatar{
86
+ width:115px; height:115px; border-radius:22px; background:#E0E0E0; border:1px solid #BDBDBD;
87
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:28px; margin-right:18px;
88
+ }
89
+ .chat-content{ flex:1; }
90
+ .chat-top{ display:flex; align-items:center; justify-content:space-between; }
91
+ .chat-name{ font-size:44px; font-weight:700; display:flex; align-items:center; gap:14px; }
92
+ .verified{
93
+ width:34px; height:34px; border-radius:50%; background:#2b78ff; display:flex; align-items:center; justify-content:center;
94
+ }
95
+ .verified svg{ width:22px; height:22px; fill:#fff; }
96
+ .time{ font-size:32px; color:#9aa6bd; }
97
+ .snippet{ font-size:34px; color:#b4bdd2; margin-top:8px; }
98
+ .unread{ background:#2b78ff; color:#fff; font-weight:700; font-size:30px; width:52px; height:52px; border-radius:26px; display:flex; align-items:center; justify-content:center; }
99
+ .chips{ display:flex; gap:22px; padding-left:150px; margin-top:16px; }
100
+ .chip{
101
+ height:86px; padding:0 32px; border-radius:28px; background:#122035; color:#cfe0ff; font-size:34px; display:flex; align-items:center; justify-content:center; border:1px solid #1e3354;
102
+ }
103
+ .mini-dot{ width:30px; height:30px; background:#ffb640; border-radius:50%; border:3px solid #0f1014; }
104
+ .pin{ width:28px; height:28px; margin-right:10px; }
105
+ .reply-icon{ width:32px; height:32px; margin-right:8px; }
106
+
107
+ /* FAB */
108
+ .fab{
109
+ position:absolute; right:42px; bottom:220px; width:146px; height:146px; border-radius:50%;
110
+ background:#2b78ff; box-shadow:0 10px 24px rgba(43,120,255,.35); display:flex; align-items:center; justify-content:center;
111
+ }
112
+ .fab svg{ width:68px; height:68px; stroke:#fff; stroke-width:10px; fill:none; }
113
+
114
+ /* Bottom nav */
115
+ .bottom-nav{
116
+ position:absolute; left:0; right:0; bottom:0; height:180px; background:#0f1117; border-top:1px solid #1a2130;
117
+ display:flex; align-items:center; justify-content:space-around; padding-bottom:8px;
118
+ }
119
+ .nav-item{ display:flex; flex-direction:column; align-items:center; gap:14px; color:#aab6c8; font-size:30px; position:relative; }
120
+ .nav-item.active{ color:#2b78ff; }
121
+ .nav-icon{
122
+ width:70px; height:70px; border-radius:18px; background:#151c29; display:flex; align-items:center; justify-content:center;
123
+ }
124
+ .nav-item.active .nav-icon{ background:#132a4c; }
125
+ .nav-icon svg{ width:40px; height:40px; fill:#aab6c8; }
126
+ .nav-item.active .nav-icon svg{ fill:#2b78ff; }
127
+ .badge{
128
+ position:absolute; top:0px; right:-14px; background:#ff3b30; color:#fff; font-size:28px; width:44px; height:44px; border-radius:22px; display:flex; align-items:center; justify-content:center;
129
+ }
130
+ </style>
131
+ </head>
132
+ <body>
133
+ <div id="render-target">
134
+
135
+ <!-- Status Bar -->
136
+ <div class="status-bar">
137
+ <div class="status-left">
138
+ <div>11:58</div>
139
+ <div class="ghosts">
140
+ <span></span><span></span><span></span><span></span>
141
+ </div>
142
+ <div class="status-dot"></div>
143
+ </div>
144
+ <div class="status-right">
145
+ <!-- wifi -->
146
+ <svg width="48" height="40" viewBox="0 0 48 40">
147
+ <path d="M4 10c10-8 30-8 40 0" stroke="#fff" stroke-width="4" fill="none"/>
148
+ <path d="M10 18c7-6 21-6 28 0" stroke="#fff" stroke-width="4" fill="none"/>
149
+ <circle cx="24" cy="28" r="5" fill="#fff"></circle>
150
+ </svg>
151
+ <div class="battery"><div class="battery-fill"></div></div>
152
+ </div>
153
+ </div>
154
+
155
+ <!-- Header -->
156
+ <div class="header">
157
+ <div class="header-top">
158
+ <div class="profile">
159
+ <div class="avatar">[IMG: Profile]<div class="online-dot"></div></div>
160
+ <div class="name-area">
161
+ <div class="title">Amelia miller</div>
162
+ <div class="subtitle">Share what you're up to</div>
163
+ </div>
164
+ </div>
165
+ <div class="header-actions">
166
+ <div class="icon-btn">
167
+ <!-- video camera -->
168
+ <svg viewBox="0 0 24 24">
169
+ <path d="M3 6h12v12H3z"></path>
170
+ <path d="M15 10l6-3v10l-6-3z"></path>
171
+ </svg>
172
+ </div>
173
+ <div class="icon-btn">
174
+ <!-- bell -->
175
+ <svg viewBox="0 0 24 24">
176
+ <path d="M12 22a3 3 0 0 0 3-3H9a3 3 0 0 0 3 3z"></path>
177
+ <path d="M4 16h16c-2-2-2-6-2-8a6 6 0 0 0-12 0c0 2 0 6-2 8z"></path>
178
+ </svg>
179
+ </div>
180
+ </div>
181
+ </div>
182
+ </div>
183
+
184
+ <!-- Search -->
185
+ <div class="search-row">
186
+ <div class="search-field">
187
+ <svg viewBox="0 0 24 24"><circle cx="10" cy="10" r="7"></circle><path d="M21 21l-6-6"></path></svg>
188
+ <div>Search</div>
189
+ </div>
190
+ <div class="filter-btn">
191
+ <svg viewBox="0 0 24 24">
192
+ <path d="M4 6h16v2H4zM8 11h8v2H8zM10 16h4v2h-4z"></path>
193
+ </svg>
194
+ </div>
195
+ </div>
196
+
197
+ <!-- Meeting Banner -->
198
+ <div class="banner">
199
+ <div class="banner-top">
200
+ <div class="banner-left">
201
+ <div class="banner-icon">
202
+ <svg viewBox="0 0 24 24">
203
+ <path d="M3 6h12v12H3z"></path>
204
+ <path d="M15 10l6-3v10l-6-3z"></path>
205
+ </svg>
206
+ </div>
207
+ <div class="banner-title">Easy meetings with anyone</div>
208
+ </div>
209
+ <div class="banner-close">
210
+ <svg viewBox="0 0 24 24"><path d="M5 5l14 14M19 5L5 19"></path></svg>
211
+ </div>
212
+ </div>
213
+ <div class="banner-sub">Tap here to start a video meeting</div>
214
+ </div>
215
+
216
+ <!-- Chats List -->
217
+ <div class="list">
218
+
219
+ <!-- Bing -->
220
+ <div class="chat-item">
221
+ <div class="row">
222
+ <div class="chat-avatar">[IMG: Bing Logo]</div>
223
+ <div class="chat-content">
224
+ <div class="chat-top">
225
+ <div class="chat-name">Bing
226
+ <span class="verified">
227
+ <svg viewBox="0 0 24 24"><path d="M9 16l-3-3 1.5-1.5L9 13l7.5-7.5L18 7z"></path></svg>
228
+ </span>
229
+ </div>
230
+ <div style="display:flex; align-items:center; gap:16px;">
231
+ <div class="time">9:50 AM</div>
232
+ <div class="unread">1</div>
233
+ </div>
234
+ </div>
235
+ <div class="snippet">Hey, this is Bing! How can I help you ...</div>
236
+ </div>
237
+ </div>
238
+ <div class="chips">
239
+ <div class="chip">Create a magic spell</div>
240
+ <div class="chip">Imagine a new sea creature</div>
241
+ </div>
242
+ </div>
243
+
244
+ <!-- Amelia (You) -->
245
+ <div class="chat-item">
246
+ <div class="row">
247
+ <div class="chat-avatar">[IMG: Garden Photo]</div>
248
+ <div class="chat-content">
249
+ <div class="chat-top">
250
+ <div class="chat-name">Amelia miller (You)
251
+ <span class="verified">
252
+ <svg viewBox="0 0 24 24"><path d="M9 16l-3-3 1.5-1.5L9 13l7.5-7.5L18 7z"></path></svg>
253
+ </span>
254
+ </div>
255
+ <svg width="28" height="28" viewBox="0 0 24 24" style="fill:#9aa6bd;"><path d="M12 17.27L18.18 21 16.54 13.97 22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>
256
+ </div>
257
+ <div class="snippet"></div>
258
+ </div>
259
+ </div>
260
+ </div>
261
+
262
+ <!-- Friends -->
263
+ <div class="chat-item">
264
+ <div class="row">
265
+ <div class="chat-avatar" style="border-radius:50%; background:#c6ccff; border-color:#9fb0ff; color:#2c3e86;">FR</div>
266
+ <div class="chat-content">
267
+ <div class="chat-top">
268
+ <div class="chat-name">Friends</div>
269
+ <div class="time">11:43 AM</div>
270
+ </div>
271
+ <div class="snippet">Amelia miller has made the chat histo...</div>
272
+ </div>
273
+ <div style="width:44px; height:44px; border-radius:50%; background:#E0E0E0; border:1px solid #BDBDBD; margin-left:8px; display:flex; align-items:center; justify-content:center; color:#757575; font-size:18px;">[IMG]</div>
274
+ </div>
275
+ </div>
276
+
277
+ <!-- Natalie Larson -->
278
+ <div class="chat-item">
279
+ <div class="row">
280
+ <div class="chat-avatar">[IMG: Botanical Art]</div>
281
+ <div class="chat-content">
282
+ <div class="chat-top">
283
+ <div class="chat-name">Natalie Larson</div>
284
+ <div class="time">11:34 AM</div>
285
+ </div>
286
+ <div class="snippet">
287
+ <svg class="pin" viewBox="0 0 24 24">
288
+ <path d="M12 2a7 7 0 0 0-7 7c0 5 7 13 7 13s7-8 7-13a7 7 0 0 0-7-7zm0 9a2 2 0 1 1 0-4 2 2 0 0 1 0 4z" fill="#9aa6bd"></path>
289
+ </svg>
290
+ Dawson Creek, Dawson Creek Briti...
291
+ </div>
292
+ </div>
293
+ <div class="mini-dot"></div>
294
+ </div>
295
+ </div>
296
+
297
+ <!-- Richard Wagner -->
298
+ <div class="chat-item">
299
+ <div class="row">
300
+ <div class="chat-avatar">[IMG: RW Monogram]</div>
301
+ <div class="chat-content">
302
+ <div class="chat-top">
303
+ <div class="chat-name">Richard Wagner</div>
304
+ <div class="time">9:57 AM</div>
305
+ </div>
306
+ <div class="snippet">
307
+ <svg class="reply-icon" viewBox="0 0 24 24">
308
+ <path d="M10 8V5l-7 7 7 7v-3h6a4 4 0 0 0 4-4v-4h-4v4a2 2 0 0 1-2 2h-4z" fill="#9aa6bd"></path>
309
+ </svg>
310
+ quoted message
311
+ </div>
312
+ </div>
313
+ <div class="mini-dot"></div>
314
+ </div>
315
+ </div>
316
+ </div>
317
+
318
+ <!-- Floating compose button -->
319
+ <div class="fab">
320
+ <svg viewBox="0 0 48 48">
321
+ <path d="M8 36h20M32 8l8 8-20 20H12v-8z"></path>
322
+ </svg>
323
+ </div>
324
+
325
+ <!-- Bottom Nav -->
326
+ <div class="bottom-nav">
327
+ <div class="nav-item active">
328
+ <div class="nav-icon">
329
+ <svg viewBox="0 0 24 24"><path d="M4 8a7 7 0 0 1 7-7h2a7 7 0 0 1 7 7v6a7 7 0 0 1-7 7h-2a7 7 0 0 1-7-7z"></path></svg>
330
+ </div>
331
+ <div>Chats</div>
332
+ <div class="badge">1</div>
333
+ </div>
334
+ <div class="nav-item">
335
+ <div class="nav-icon">
336
+ <svg viewBox="0 0 24 24"><path d="M3 5h14v14H3z"></path><path d="M17 9l4-2v10l-4-2z"></path></svg>
337
+ </div>
338
+ <div>Calls</div>
339
+ </div>
340
+ <div class="nav-item">
341
+ <div class="nav-icon">
342
+ <svg viewBox="0 0 24 24"><path d="M7 3h10v4H7zM7 9h10v4H7zM7 15h10v4H7z"></path></svg>
343
+ </div>
344
+ <div>Phone</div>
345
+ </div>
346
+ <div class="nav-item">
347
+ <div class="nav-icon">
348
+ <svg viewBox="0 0 24 24"><rect x="3" y="4" width="18" height="14" rx="2"></rect><circle cx="12" cy="11" r="3"></circle></svg>
349
+ </div>
350
+ <div>Contacts</div>
351
+ </div>
352
+ <div class="nav-item">
353
+ <div class="nav-icon">
354
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"></circle><text x="12" y="16" text-anchor="middle" font-size="12" fill="#0f1117" font-weight="700">S</text></svg>
355
+ </div>
356
+ <div>Today</div>
357
+ <div class="badge" style="right:-6px; top:2px;"></div>
358
+ </div>
359
+ </div>
360
+
361
+ </div>
362
+ </body>
363
+ </html>
code/4420/4420_2.html ADDED
@@ -0,0 +1,277 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>Chat UI - Render</title>
5
+ <style>
6
+ body { margin:0; padding:0; background:transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width:1080px; height:2400px;
9
+ position:relative; overflow:hidden;
10
+ background:#0D0D0D; color:#fff;
11
+ }
12
+ /* Status bar */
13
+ .status-bar {
14
+ position:absolute; top:0; left:0; right:0;
15
+ height:90px; padding:0 32px;
16
+ display:flex; align-items:center; justify-content:space-between;
17
+ color:#fff; font-size:34px;
18
+ }
19
+ .status-left { display:flex; align-items:center; gap:24px; }
20
+ .status-icons { display:flex; gap:16px; }
21
+ .dot { width:20px; height:20px; border-radius:50%; background:#fff; opacity:0.9; }
22
+ .status-right { display:flex; align-items:center; gap:20px; }
23
+ .icon {
24
+ width:42px; height:42px; opacity:0.95;
25
+ }
26
+
27
+ /* Header */
28
+ .header {
29
+ position:absolute; top:90px; left:0; right:0;
30
+ height:140px; padding:0 28px;
31
+ display:flex; align-items:center; justify-content:space-between;
32
+ border-bottom:1px solid #1a1a1a;
33
+ }
34
+ .header-left { display:flex; align-items:center; gap:22px; }
35
+ .back-btn { width:58px; height:58px; display:flex; align-items:center; justify-content:center; }
36
+ .avatar {
37
+ width:76px; height:76px; border-radius:50%;
38
+ background:#E0E0E0; border:1px solid #BDBDBD;
39
+ display:flex; align-items:center; justify-content:center;
40
+ color:#757575; font-size:22px;
41
+ }
42
+ .title-area { line-height:1.2; }
43
+ .name { font-size:44px; font-weight:600; }
44
+ .subtitle { font-size:28px; color:#b0b0b0; }
45
+ .header-actions { display:flex; align-items:center; gap:28px; }
46
+ .action-btn { width:58px; height:58px; display:flex; align-items:center; justify-content:center; }
47
+
48
+ /* Chat area */
49
+ .chat {
50
+ position:absolute; top:230px; bottom:170px; left:0; right:0;
51
+ padding:24px 24px 0 24px;
52
+ overflow:hidden;
53
+ }
54
+ .messages { display:flex; flex-direction:column; gap:26px; }
55
+ .timestamp { font-size:26px; color:#9aa0a6; margin:4px 24px; text-align:right; }
56
+ .bubble {
57
+ max-width:740px; padding:24px;
58
+ border-radius:24px;
59
+ font-size:38px; line-height:1.35;
60
+ }
61
+ .bubble.left {
62
+ background:#202124; color:#e9eaec;
63
+ border-top-left-radius:12px; margin-left:120px;
64
+ }
65
+ .bubble.right {
66
+ background:#1F5CD7; color:#fff;
67
+ border-top-right-radius:12px; margin-left:auto; margin-right:42px;
68
+ }
69
+
70
+ /* Reply preview inside blue bubble */
71
+ .reply-card {
72
+ background:#1a4ec0; border-radius:18px;
73
+ padding:20px; margin:-6px 0 18px 0;
74
+ border-left:4px solid #8ab4f8;
75
+ }
76
+ .reply-title { font-size:38px; }
77
+ .reply-meta { font-size:26px; color:#cfe1ff; }
78
+
79
+ /* Image bubble */
80
+ .image-card {
81
+ width:780px; height:470px;
82
+ background:#E0E0E0; border:1px solid #BDBDBD;
83
+ border-radius:24px; color:#757575;
84
+ display:flex; align-items:center; justify-content:center;
85
+ font-size:32px;
86
+ margin-left:auto; margin-right:42px;
87
+ }
88
+
89
+ /* Voice bubble */
90
+ .voice {
91
+ width:720px; padding:22px; border-radius:24px;
92
+ background:#1F5CD7; color:#fff; margin-left:auto; margin-right:42px;
93
+ display:flex; align-items:center; gap:26px;
94
+ }
95
+ .play {
96
+ width:70px; height:70px; border-radius:50%;
97
+ background:#fff; display:flex; align-items:center; justify-content:center;
98
+ }
99
+ .seek {
100
+ flex:1; height:12px; background:#163fa3; border-radius:6px;
101
+ position:relative;
102
+ }
103
+ .seek::after {
104
+ content:""; position:absolute; left:0; top:0; bottom:0;
105
+ width:65%; background:#8ab4ff; border-radius:6px;
106
+ }
107
+ .duration { font-size:36px; }
108
+
109
+ /* Map / location card */
110
+ .location {
111
+ width:780px; margin-left:auto; margin-right:42px;
112
+ border-radius:24px; overflow:hidden;
113
+ box-shadow:0 2px 0 rgba(255,255,255,0.05);
114
+ }
115
+ .map-img {
116
+ height:420px; background:#E0E0E0; border-bottom:1px solid #BDBDBD;
117
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:34px;
118
+ }
119
+ .loc-info {
120
+ background:#1a1a1a; padding:26px 30px;
121
+ }
122
+ .loc-title { font-size:50px; font-weight:700; }
123
+ .loc-sub { font-size:32px; color:#cfcfcf; margin-top:10px; }
124
+
125
+ /* Composer */
126
+ .composer {
127
+ position:absolute; left:0; right:0; bottom:60px;
128
+ height:160px; background:#121212; border-top:1px solid #1a1a1a;
129
+ display:flex; align-items:center; gap:26px; padding:0 24px;
130
+ }
131
+ .circle-btn {
132
+ width:96px; height:96px; border-radius:50%; background:#1e64ff;
133
+ display:flex; align-items:center; justify-content:center; color:#fff; font-size:52px;
134
+ }
135
+ .input {
136
+ flex:1; height:96px; background:#242424; border-radius:48px;
137
+ display:flex; align-items:center; padding:0 32px; color:#bdbdbd; font-size:38px;
138
+ }
139
+ .end-icons { display:flex; align-items:center; gap:24px; }
140
+ .small-icon {
141
+ width:60px; height:60px; border-radius:50%; background:#2a2a2a;
142
+ display:flex; align-items:center; justify-content:center; color:#fff; font-size:34px;
143
+ }
144
+
145
+ /* Home pill */
146
+ .home-pill {
147
+ position:absolute; bottom:16px; left:50%; transform:translateX(-50%);
148
+ width:440px; height:16px; background:#fff; border-radius:12px; opacity:0.85;
149
+ }
150
+ </style>
151
+ </head>
152
+ <body>
153
+ <div id="render-target">
154
+
155
+ <!-- Status bar -->
156
+ <div class="status-bar">
157
+ <div class="status-left">
158
+ <div>11:58</div>
159
+ <div class="status-icons">
160
+ <div class="dot"></div>
161
+ <div class="dot"></div>
162
+ <div class="dot"></div>
163
+ <div class="dot"></div>
164
+ <div class="dot"></div>
165
+ </div>
166
+ </div>
167
+ <div class="status-right">
168
+ <!-- WiFi -->
169
+ <svg class="icon" viewBox="0 0 24 24">
170
+ <path fill="#fff" d="M12 20l2-2-2-2-2 2 2 2zm-6.5-6.5l1.4 1.4A7 7 0 0112 13a7 7 0 014.9 1.9l1.4-1.4A8.9 8.9 0 0012 11a8.9 8.9 0 00-6.5 2.5zm-3.5-3.6l1.4 1.4A12 12 0 0112 8a12 12 0 018.6 3.3l1.4-1.4A13.9 13.9 0 0012 6C8.9 6 5.9 7.1 2.9 9z"/>
171
+ </svg>
172
+ <!-- Battery -->
173
+ <svg class="icon" viewBox="0 0 24 24">
174
+ <rect x="2" y="7" width="18" height="10" rx="2" fill="none" stroke="#fff" stroke-width="2"/>
175
+ <rect x="4" y="9" width="12" height="6" fill="#fff"/>
176
+ <rect x="20" y="10" width="2" height="4" fill="#fff"/>
177
+ </svg>
178
+ </div>
179
+ </div>
180
+
181
+ <!-- Header -->
182
+ <div class="header">
183
+ <div class="header-left">
184
+ <div class="back-btn">
185
+ <svg width="42" height="42" viewBox="0 0 24 24">
186
+ <path fill="#fff" d="M15 18l-6-6 6-6v12z"/>
187
+ </svg>
188
+ </div>
189
+ <div class="avatar">[IMG: Avatar]</div>
190
+ <div class="title-area">
191
+ <div class="name">Natalie Larson</div>
192
+ <div class="subtitle">Last seen 2h ago</div>
193
+ </div>
194
+ </div>
195
+ <div class="header-actions">
196
+ <div class="action-btn">
197
+ <!-- Video icon -->
198
+ <svg width="48" height="48" viewBox="0 0 24 24">
199
+ <path fill="#fff" d="M4 6h10a2 2 0 012 2v8a2 2 0 01-2 2H4a2 2 0 01-2-2V8a2 2 0 012-2zm14 3l4-2v10l-4-2V9z"/>
200
+ </svg>
201
+ </div>
202
+ <div class="action-btn">
203
+ <!-- Phone icon -->
204
+ <svg width="48" height="48" viewBox="0 0 24 24">
205
+ <path fill="#fff" d="M6.6 10.8a13 13 0 006.6 6.6l2.2-2.2a1 1 0 011.1-.2c1.2.5 2.6.8 4 .9a1 1 0 011 .9V20a1 1 0 01-1 1c-9.4 0-17-7.6-17-17a1 1 0 011-1h3.2a1 1 0 011 .9c.1 1.4.4 2.8.9 4a1 1 0 01-.2 1.1l-2.2 2.2z"/>
206
+ </svg>
207
+ </div>
208
+ </div>
209
+ </div>
210
+
211
+ <!-- Chat content -->
212
+ <div class="chat">
213
+ <div class="messages">
214
+ <!-- Incoming small bubble -->
215
+ <div class="bubble left" style="width:260px;">
216
+ Hello
217
+ </div>
218
+
219
+ <!-- Outgoing reply bubble -->
220
+ <div class="bubble right" style="max-width:780px;">
221
+ <div class="reply-card">
222
+ <div class="reply-title">Hello</div>
223
+ <div class="reply-meta">Natalie Larson, Today at 9:45 AM</div>
224
+ </div>
225
+ how you are
226
+ </div>
227
+
228
+ <div class="timestamp">10:55 AM</div>
229
+
230
+ <!-- Sent image -->
231
+ <div class="image-card">[IMG: Modern interior wall]</div>
232
+
233
+ <!-- Voice message -->
234
+ <div class="voice">
235
+ <div class="play">
236
+ <svg width="34" height="34" viewBox="0 0 24 24">
237
+ <path fill="#1F5CD7" d="M8 5v14l11-7-11-7z"/>
238
+ </svg>
239
+ </div>
240
+ <div class="seek"></div>
241
+ <div class="duration">0:28</div>
242
+ </div>
243
+
244
+ <div class="timestamp" style="margin-top:10px;">11:34 AM</div>
245
+
246
+ <!-- Location card -->
247
+ <div class="location">
248
+ <div class="map-img">[IMG: Google Map of Dawson Creek]</div>
249
+ <div class="loc-info">
250
+ <div class="loc-title">Dawson Creek</div>
251
+ <div class="loc-sub">Dawson Creek British Columbia</div>
252
+ </div>
253
+ </div>
254
+ </div>
255
+ </div>
256
+
257
+ <!-- Composer -->
258
+ <div class="composer">
259
+ <div class="circle-btn">+</div>
260
+ <div class="input">Type a message</div>
261
+ <div class="end-icons">
262
+ <div class="small-icon">☺</div>
263
+ <div class="small-icon">
264
+ <svg width="32" height="32" viewBox="0 0 24 24"><path fill="#fff" d="M12 3a3 3 0 013 3v5a3 3 0 01-6 0V6a3 3 0 013-3zm-6 15a6 6 0 0012 0h-2a4 4 0 01-8 0H6z"/></svg>
265
+ </div>
266
+ <div class="small-icon">
267
+ <svg width="32" height="32" viewBox="0 0 24 24"><path fill="#fff" d="M21 19V5a2 2 0 00-2-2H5a2 2 0 00-2 2v14l5-3h8l5 3z"/></svg>
268
+ </div>
269
+ <div class="small-icon" style="font-weight:700;">b</div>
270
+ </div>
271
+ </div>
272
+
273
+ <!-- Home pill -->
274
+ <div class="home-pill"></div>
275
+ </div>
276
+ </body>
277
+ </html>
code/4420/4420_3.html ADDED
@@ -0,0 +1,218 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Video Call UI - Natalie Larson</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:#0B0B0B;
13
+ color:#fff;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position:absolute;
19
+ top:0;
20
+ left:0;
21
+ width:100%;
22
+ height:90px;
23
+ display:flex;
24
+ align-items:center;
25
+ padding:0 36px;
26
+ box-sizing:border-box;
27
+ color:#fff;
28
+ font-size:36px;
29
+ letter-spacing:0.5px;
30
+ }
31
+ .status-right {
32
+ margin-left:auto;
33
+ display:flex;
34
+ align-items:center;
35
+ gap:18px;
36
+ opacity:0.8;
37
+ }
38
+ .ghost-dot {
39
+ width:22px; height:22px; background:#fff; border-radius:50%;
40
+ }
41
+
42
+ /* Header row */
43
+ .header {
44
+ position:absolute;
45
+ top:90px;
46
+ left:0;
47
+ width:100%;
48
+ height:140px;
49
+ display:flex;
50
+ align-items:center;
51
+ padding:0 36px;
52
+ box-sizing:border-box;
53
+ }
54
+ .back-btn {
55
+ width:72px; height:72px; border-radius:36px;
56
+ display:flex; align-items:center; justify-content:center;
57
+ margin-right:20px;
58
+ }
59
+ .title {
60
+ font-size:54px; font-weight:600;
61
+ }
62
+
63
+ .camera-toggle {
64
+ margin-left:auto;
65
+ display:flex; align-items:center; gap:24px;
66
+ }
67
+ .toggle-pill {
68
+ width:108px; height:60px; background:#39C172;
69
+ border-radius:30px; display:flex; align-items:center; justify-content:center;
70
+ box-shadow: inset 0 0 0 2px rgba(255,255,255,0.15);
71
+ }
72
+ .end-call {
73
+ height:92px; padding:0 36px; border-radius:46px;
74
+ background:#EB5A43; display:flex; align-items:center; gap:18px; font-size:42px; font-weight:600;
75
+ }
76
+
77
+ /* Main video area */
78
+ .video-area {
79
+ position:absolute;
80
+ top:260px;
81
+ left:30px;
82
+ width:1020px;
83
+ height:1780px;
84
+ border-radius:28px;
85
+ background:#E0E0E0;
86
+ border:1px solid #BDBDBD;
87
+ display:flex; align-items:center; justify-content:center;
88
+ color:#4F4F4F; font-size:40px; text-align:center;
89
+ }
90
+ .side-dots {
91
+ position:absolute; left:0; top:45%; display:flex; flex-direction:column; gap:26px; padding-left:18px;
92
+ }
93
+ .dot {
94
+ width:22px; height:22px; background:#D0D0D0; border-radius:50%; border:1px solid #B8B8B8;
95
+ }
96
+
97
+ /* Center avatar overlay */
98
+ .center-avatar {
99
+ position:absolute;
100
+ left:50%; top:1100px; transform:translateX(-50%);
101
+ width:240px; height:240px; border-radius:120px;
102
+ background:#E0E0E0; border:1px solid #BDBDBD;
103
+ display:flex; align-items:center; justify-content:center;
104
+ color:#6B6B6B; font-size:30px; text-align:center; padding:10px;
105
+ }
106
+
107
+ /* Bottom controls */
108
+ .controls {
109
+ position:absolute;
110
+ left:50%; bottom:220px; transform:translateX(-50%);
111
+ display:flex; gap:40px;
112
+ }
113
+ .control {
114
+ width:150px; height:150px; border-radius:75px;
115
+ display:flex; align-items:center; justify-content:center;
116
+ box-shadow: inset 0 0 0 2px rgba(255,255,255,0.06);
117
+ }
118
+ .control.blue { background:#2F8AF5; }
119
+ .control.dark { background:#191919; }
120
+ .control svg { width:64px; height:64px; fill:#fff; }
121
+
122
+ /* Home indicator */
123
+ .home-indicator {
124
+ position:absolute; left:50%; bottom:70px; transform:translateX(-50%);
125
+ width:600px; height:12px; background:#D8D8D8; border-radius:6px;
126
+ opacity:0.9;
127
+ }
128
+ </style>
129
+ </head>
130
+ <body>
131
+ <div id="render-target">
132
+
133
+ <!-- Status bar -->
134
+ <div class="status-bar">
135
+ <div>11:58</div>
136
+ <div class="status-right">
137
+ <div class="ghost-dot"></div>
138
+ <div class="ghost-dot"></div>
139
+ <div class="ghost-dot"></div>
140
+ <div class="ghost-dot"></div>
141
+ <div style="width:8px; height:8px; background:#fff; border-radius:50%; opacity:0.6;"></div>
142
+ </div>
143
+ </div>
144
+
145
+ <!-- Header with back and title -->
146
+ <div class="header">
147
+ <div class="back-btn">
148
+ <svg viewBox="0 0 24 24" width="44" height="44" fill="#fff">
149
+ <path d="M15.5 4.5L7 12l8.5 7.5-2 2.2L3 12l10.5-9.7z"/>
150
+ </svg>
151
+ </div>
152
+ <div class="title">Natalie Larson</div>
153
+
154
+ <div class="camera-toggle">
155
+ <div class="toggle-pill">
156
+ <svg viewBox="0 0 24 24" width="32" height="32" fill="#0B3B1E">
157
+ <path d="M3 6h12a2 2 0 0 1 2 2v3l4-3v10l-4-3v3a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2z"/>
158
+ </svg>
159
+ </div>
160
+ <div class="end-call">
161
+ <svg viewBox="0 0 24 24" width="40" height="40" fill="#fff">
162
+ <path d="M6.5 9.5c4.5-3 6.5-3 11 0l2 1.5c.8.6 1 1.8.3 2.6l-2.3 2.5c-.6.7-1.6.8-2.4.3l-2.2-1.4c-.9-.6-2.1-.6-3 0l-2.2 1.4c-.8.5-1.8.4-2.4-.3L4.7 13.6c-.7-.8-.6-2 .3-2.6l2-1.5z"/>
163
+ </svg>
164
+ <span>End Call</span>
165
+ </div>
166
+ </div>
167
+ </div>
168
+
169
+ <!-- Video area -->
170
+ <div class="video-area">
171
+ [IMG: Video call feed - blue fabric background]
172
+ <div class="side-dots">
173
+ <div class="dot"></div>
174
+ <div class="dot"></div>
175
+ <div class="dot"></div>
176
+ </div>
177
+ </div>
178
+
179
+ <!-- Center avatar -->
180
+ <div class="center-avatar">[IMG: User avatar - botanical drawing]</div>
181
+
182
+ <!-- Bottom controls -->
183
+ <div class="controls">
184
+ <div class="control blue">
185
+ <svg viewBox="0 0 24 24">
186
+ <path d="M3 6h12a2 2 0 0 1 2 2v4l4-3v10l-4-3v4a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2z"/>
187
+ </svg>
188
+ </div>
189
+ <div class="control blue">
190
+ <svg viewBox="0 0 24 24">
191
+ <path d="M12 3a4 4 0 0 1 4 4v6a4 4 0 0 1-8 0V7a4 4 0 0 1 4-4zM7 11h2c0 2 1 3 3 3s3-1 3-3h2c0 3-2.2 5.2-5 5.4V20h-2v-3.6c-2.8-.2-5-2.4-5-5.4z"/>
192
+ </svg>
193
+ </div>
194
+ <div class="control dark">
195
+ <svg viewBox="0 0 24 24">
196
+ <path d="M12 21s-6-4.5-8-7.5C2.4 11 3.3 8.5 5.7 7.8c1.7-.5 3.6.2 4.3 1.7.7-1.5 2.6-2.2 4.3-1.7 2.4.7 3.3 3.2 1.7 5.7C18 16.5 12 21 12 21z"/>
197
+ </svg>
198
+ </div>
199
+ <div class="control dark">
200
+ <svg viewBox="0 0 24 24">
201
+ <path d="M4 8h4l5-4v16l-5-4H4V8z"/>
202
+ <path d="M16 9l3-2v10l-3-2V9zm0 0"/>
203
+ </svg>
204
+ </div>
205
+ <div class="control dark">
206
+ <svg viewBox="0 0 24 24">
207
+ <circle cx="6" cy="12" r="2"/>
208
+ <circle cx="12" cy="12" r="2"/>
209
+ <circle cx="18" cy="12" r="2"/>
210
+ </svg>
211
+ </div>
212
+ </div>
213
+
214
+ <!-- Home indicator -->
215
+ <div class="home-indicator"></div>
216
+ </div>
217
+ </body>
218
+ </html>
code/4421/4421_0.html ADDED
@@ -0,0 +1,235 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Amazon Product Mock</title>
7
+ <style>
8
+ body { margin:0; padding:0; background:transparent; }
9
+ #render-target {
10
+ width:1080px; height:2400px;
11
+ position:relative; overflow:hidden;
12
+ background:#ffffff; color:#222; font-family: Arial, Helvetica, sans-serif;
13
+ }
14
+
15
+ /* Status bar */
16
+ .top-status {
17
+ position:absolute; top:0; left:0; width:100%; height:120px;
18
+ background:#111; color:#fff;
19
+ display:flex; align-items:center; padding:0 40px; font-size:40px;
20
+ }
21
+ .top-status .icons { margin-left:auto; display:flex; gap:24px; align-items:center; }
22
+ .top-status .icons .dot { width:14px; height:14px; background:#bbb; border-radius:50%; }
23
+
24
+ /* Browser/address bar */
25
+ .navbar {
26
+ position:absolute; top:120px; left:0; width:100%; height:140px;
27
+ background:#2d3748; display:flex; align-items:center; padding:0 36px; color:#e9eef6;
28
+ }
29
+ .navbar .home { margin-right:20px; }
30
+ .url-pill {
31
+ background:#3c485a; border-radius:60px; padding:26px 40px; font-size:38px;
32
+ flex:1; display:flex; align-items:center; gap:12px;
33
+ }
34
+ .navbar .actions { display:flex; gap:28px; margin-left:20px; font-size:42px; }
35
+ .navbar .actions .tab-count { background:#4a5568; color:#fff; border-radius:12px; padding:8px 14px; font-size:34px; }
36
+
37
+ /* Deliver bar */
38
+ .deliver {
39
+ position:absolute; top:260px; left:0; width:100%; height:110px;
40
+ background:#344b61; color:#fff; display:flex; align-items:center;
41
+ font-size:42px; padding:0 40px;
42
+ }
43
+ .deliver svg { margin-right:18px; }
44
+
45
+ /* Main content wrapper */
46
+ .content { position:absolute; top:370px; left:0; width:100%; }
47
+
48
+ .section { padding:40px; }
49
+
50
+ /* Title and rating */
51
+ .title { background:#fff; border-bottom:1px solid #e5e5e5; position:relative; }
52
+ .title .brand { font-size:46px; color:#0a68c7; margin-bottom:12px; }
53
+ .title .desc { font-size:42px; line-height:1.3; color:#444; max-width:1000px; }
54
+ .title .rating { position:absolute; right:40px; top:40px; text-align:right; color:#111; font-size:40px; }
55
+ .stars { display:inline-flex; gap:6px; vertical-align:middle; }
56
+ .stars svg { width:34px; height:34px; fill:#f3a71f; }
57
+
58
+ /* Product image */
59
+ .image { width:100%; background:#fff; }
60
+ .product-img {
61
+ margin:20px auto; width:1000px; height:800px;
62
+ background:#E0E0E0; border:1px solid #BDBDBD; border-radius:8px;
63
+ display:flex; justify-content:center; align-items:center; color:#757575; font-size:42px; position:relative;
64
+ }
65
+ .share-btn {
66
+ position:absolute; right:40px; top:40px; background:#fff; border-radius:50%;
67
+ width:90px; height:90px; box-shadow:0 2px 6px rgba(0,0,0,0.2); border:1px solid #ddd;
68
+ display:flex; align-items:center; justify-content:center;
69
+ }
70
+
71
+ /* Carousel */
72
+ .carousel { display:flex; justify-content:center; align-items:center; gap:16px; padding:10px 0 30px; }
73
+ .carousel .dot { width:22px; height:22px; border-radius:50%; background:#cfcfcf; }
74
+ .carousel .dot.active { background:#7a7a7a; }
75
+ .carousel .play { width:36px; height:36px; border:2px solid #888; border-radius:50%; display:flex; align-items:center; justify-content:center; }
76
+
77
+ /* Options: colour + size */
78
+ .options { background:#fff; border-top:1px solid #eee; }
79
+ .options h3 { font-size:50px; margin:20px 0; }
80
+ .options h3 .value { font-weight:700; }
81
+
82
+ .color-swatches { display:flex; gap:40px; padding-bottom:20px; }
83
+ .swatch { width:180px; }
84
+ .swatch .thumb {
85
+ width:180px; height:180px; background:#E0E0E0; border:1px solid #BDBDBD;
86
+ color:#757575; display:flex; align-items:center; justify-content:center; border-radius:90px;
87
+ text-align:center; font-size:30px; padding:10px;
88
+ }
89
+ .swatch.selected .thumb { border:8px solid #000; }
90
+ .swatch .price { text-align:center; margin-top:14px; font-size:40px; color:#333; }
91
+
92
+ .size-section { margin-top:20px; }
93
+ .size-section h4 { font-size:50px; margin:10px 0 30px; }
94
+ .size-section h4 .value { font-weight:700; }
95
+ .sizes { display:flex; gap:24px; flex-wrap:wrap; }
96
+ .size-btn {
97
+ padding:28px 48px; font-size:44px; border-radius:12px; border:1px solid #bbb; background:#fff; color:#222;
98
+ }
99
+ .size-btn.selected { background:#111; color:#fff; border-color:#111; }
100
+ .size-btn.disabled { color:#999; background:#f2f2f2; position:relative; }
101
+ .size-btn.disabled:after {
102
+ content:''; position:absolute; right:10px; top:0; width:0; height:0;
103
+ border-top:70px solid transparent; border-left:70px solid #cfcfcf;
104
+ transform:rotate(-45deg); opacity:0.8;
105
+ }
106
+
107
+ .link-row { margin-top:40px; border-top:1px solid #e6e6e6; padding-top:30px; }
108
+ .link-row a { color:#0a68c7; font-size:48px; text-decoration:none; }
109
+
110
+ /* Bottom gesture/nav bar */
111
+ .bottom-bar { position:absolute; bottom:0; left:0; width:100%; height:120px; background:#111; border-top:1px solid #000; }
112
+ </style>
113
+ </head>
114
+ <body>
115
+ <div id="render-target">
116
+
117
+ <!-- Status bar -->
118
+ <div class="top-status">
119
+ <div>9:50</div>
120
+ <div class="icons">
121
+ <svg width="44" height="44"><circle cx="22" cy="22" r="8" fill="#fff"/></svg>
122
+ <svg width="44" height="44"><circle cx="22" cy="22" r="8" fill="#fff"/></svg>
123
+ <svg width="44" height="44"><rect x="10" y="12" width="24" height="20" fill="#fff"/></svg>
124
+ <div class="dot"></div>
125
+ <svg width="44" height="44"><path d="M10 22h24" stroke="#fff" stroke-width="3"/><path d="M24 14v16" stroke="#fff" stroke-width="3"/></svg>
126
+ </div>
127
+ </div>
128
+
129
+ <!-- Browser address bar -->
130
+ <div class="navbar">
131
+ <div class="home">
132
+ <svg width="52" height="52" viewBox="0 0 24 24"><path d="M3 12l9-8 9 8v9H7V12" fill="none" stroke="#fff" stroke-width="2"/></svg>
133
+ </div>
134
+ <div class="url-pill">
135
+ <svg width="32" height="32" viewBox="0 0 24 24"><path d="M4 12h16" stroke="#cbd5e1" stroke-width="2"/></svg>
136
+ <span class="domain">amazon.co.uk/Greatonu-</span>
137
+ </div>
138
+ <div class="actions">
139
+ <svg width="46" height="46" viewBox="0 0 24 24"><path d="M12 5v14M5 12h14" stroke="#e9eef6" stroke-width="2"/></svg>
140
+ <div class="tab-count">4</div>
141
+ </div>
142
+ </div>
143
+
144
+ <!-- Deliver bar -->
145
+ <div class="deliver">
146
+ <svg width="54" height="54" viewBox="0 0 24 24"><path d="M12 2a6 6 0 0 0-6 6c0 5 6 14 6 14s6-9 6-14a6 6 0 0 0-6-6zm0 9a3 3 0 1 1 0-6 3 3 0 0 1 0 6z" fill="#fff"/></svg>
147
+ <div>Deliver to India</div>
148
+ <svg width="26" height="26" style="margin-left:10px;" viewBox="0 0 24 24"><path d="M8 10l4 4 4-4" stroke="#fff" stroke-width="2" fill="none"/></svg>
149
+ </div>
150
+
151
+ <!-- Product content -->
152
+ <div class="content">
153
+ <div class="section title">
154
+ <div class="brand">Brand: Greatonu</div>
155
+ <div class="desc">Greatonu Womens Court Shoes Mid Heel Chunky Dress Sandals Ladies Ankle Strap Wedding Party Pumps</div>
156
+ <div class="rating">
157
+ <div>4.2</div>
158
+ <div class="stars">
159
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 7 7 1-5 5 1 7-6-3-6 3 1-7-5-5 7-1z"/></svg>
160
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 7 7 1-5 5 1 7-6-3-6 3 1-7-5-5 7-1z"/></svg>
161
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 7 7 1-5 5 1 7-6-3-6 3 1-7-5-5 7-1z"/></svg>
162
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 7 7 1-5 5 1 7-6-3-6 3 1-7-5-5 7-1z"/></svg>
163
+ <svg viewBox="0 0 24 24" style="fill:#e0e0e0;"><path d="M12 2l3 7 7 1-5 5 1 7-6-3-6 3 1-7-5-5 7-1z"/></svg>
164
+ </div>
165
+ <div style="color:#0a68c7;margin-top:8px;">321</div>
166
+ </div>
167
+ </div>
168
+
169
+ <div class="section image">
170
+ <div class="product-img">
171
+ [IMG: Silver Glitter Mid Heel Shoe]
172
+ <div class="share-btn">
173
+ <svg width="46" height="46" viewBox="0 0 24 24">
174
+ <circle cx="6" cy="12" r="3" fill="#333"/>
175
+ <circle cx="18" cy="6" r="3" fill="#333"/>
176
+ <circle cx="18" cy="18" r="3" fill="#333"/>
177
+ <path d="M8 12l8-6M8 12l8 6" stroke="#333" stroke-width="2" fill="none"/>
178
+ </svg>
179
+ </div>
180
+ </div>
181
+ <div class="carousel">
182
+ <div class="dot active"></div>
183
+ <div class="dot"></div>
184
+ <div class="dot"></div>
185
+ <div class="dot"></div>
186
+ <div class="dot"></div>
187
+ <div class="dot"></div>
188
+ <div class="play">
189
+ <svg width="24" height="24" viewBox="0 0 24 24"><path d="M8 5l10 7-10 7z" fill="#666"/></svg>
190
+ </div>
191
+ </div>
192
+ </div>
193
+
194
+ <div class="section options">
195
+ <h3>Colour Name: <span class="value">Sliver Glitter</span></h3>
196
+ <div class="color-swatches">
197
+ <div class="swatch">
198
+ <div class="thumb">[IMG: Beige Strap Shoe]</div>
199
+ <div class="price">£31.99</div>
200
+ </div>
201
+ <div class="swatch selected">
202
+ <div class="thumb">[IMG: Silver Glitter Shoe]</div>
203
+ <div class="price">£31.99</div>
204
+ </div>
205
+ <div class="swatch">
206
+ <div class="thumb">[IMG: Navy Strap Shoe]</div>
207
+ <div class="price">£31.99</div>
208
+ </div>
209
+ <div class="swatch">
210
+ <div class="thumb">[IMG: Beige Strap Shoe]</div>
211
+ <div class="price"><span style="color:#666; font-size:36px;">1 option from</span><br>£31.99</div>
212
+ </div>
213
+ </div>
214
+
215
+ <div class="size-section">
216
+ <h4>Size Name: <span class="value">3.5 UK</span></h4>
217
+ <div class="sizes">
218
+ <button class="size-btn selected">3.5 UK</button>
219
+ <button class="size-btn">4 UK</button>
220
+ <button class="size-btn">5 UK</button>
221
+ <button class="size-btn disabled">6 UK</button>
222
+ <button class="size-btn">7 UK</button>
223
+ </div>
224
+ </div>
225
+
226
+ <div class="link-row">
227
+ <a href="#">Size guide</a>
228
+ </div>
229
+ </div>
230
+ </div>
231
+
232
+ <div class="bottom-bar"></div>
233
+ </div>
234
+ </body>
235
+ </html>
code/4421/4421_1.html ADDED
@@ -0,0 +1,390 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Amazon Product UI Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ position: relative;
10
+ overflow: hidden;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ background: #ffffff;
14
+ border-radius: 28px;
15
+ box-shadow: 0 10px 30px rgba(0,0,0,0.15);
16
+ color: #111;
17
+ }
18
+ /* Top system bar */
19
+ .top-status {
20
+ height: 110px;
21
+ background: #121212;
22
+ color: #fff;
23
+ display: flex;
24
+ align-items: center;
25
+ padding: 0 40px;
26
+ font-size: 40px;
27
+ box-sizing: border-box;
28
+ }
29
+ .top-status .icons {
30
+ margin-left: auto;
31
+ display: flex;
32
+ align-items: center;
33
+ gap: 26px;
34
+ }
35
+ .top-status .dot { width: 16px; height: 16px; border-radius: 50%; background: #bbb; opacity: 0.8; }
36
+ /* URL bar */
37
+ .url-bar {
38
+ height: 120px;
39
+ background: #121212;
40
+ display: flex;
41
+ align-items: center;
42
+ padding: 0 30px;
43
+ box-sizing: border-box;
44
+ gap: 24px;
45
+ color: #fff;
46
+ }
47
+ .pill {
48
+ flex: 1;
49
+ height: 76px;
50
+ background: #2b2b2b;
51
+ border-radius: 38px;
52
+ display: flex;
53
+ align-items: center;
54
+ padding: 0 28px;
55
+ box-sizing: border-box;
56
+ font-size: 34px;
57
+ color: #cfcfcf;
58
+ }
59
+ .tab-badge {
60
+ width: 64px;
61
+ height: 64px;
62
+ border-radius: 12px;
63
+ background: #2b2b2b;
64
+ color: #fff;
65
+ display: flex;
66
+ align-items: center;
67
+ justify-content: center;
68
+ font-weight: 600;
69
+ }
70
+ /* Content */
71
+ .content {
72
+ padding: 36px 48px 24px 48px;
73
+ box-sizing: border-box;
74
+ }
75
+ .section-title {
76
+ font-size: 42px;
77
+ margin: 24px 0 18px 0;
78
+ }
79
+ .section-title .bold { font-weight: 700; }
80
+ /* Thumbnails row */
81
+ .thumbs {
82
+ display: flex;
83
+ gap: 34px;
84
+ align-items: flex-start;
85
+ margin-bottom: 26px;
86
+ }
87
+ .thumb {
88
+ width: 160px;
89
+ display: flex;
90
+ flex-direction: column;
91
+ align-items: center;
92
+ }
93
+ .thumb .img {
94
+ width: 150px;
95
+ height: 150px;
96
+ border-radius: 50%;
97
+ background: #E0E0E0;
98
+ border: 2px solid #BDBDBD;
99
+ display: flex;
100
+ align-items: center;
101
+ justify-content: center;
102
+ color: #757575;
103
+ font-size: 26px;
104
+ text-align: center;
105
+ padding: 10px;
106
+ box-sizing: border-box;
107
+ }
108
+ .thumb.selected .img {
109
+ border: 6px solid #000;
110
+ }
111
+ .price-note {
112
+ margin-top: 14px;
113
+ font-size: 30px;
114
+ color: #444;
115
+ text-align: center;
116
+ }
117
+ .price-note small { font-size: 26px; color: #666; display: block; }
118
+ /* Size chips */
119
+ .size-row {
120
+ display: flex;
121
+ gap: 24px;
122
+ margin: 16px 0 22px;
123
+ }
124
+ .chip {
125
+ width: 180px;
126
+ height: 92px;
127
+ border-radius: 14px;
128
+ border: 2px solid #c9c9c9;
129
+ display: flex;
130
+ align-items: center;
131
+ justify-content: center;
132
+ font-size: 34px;
133
+ color: #222;
134
+ position: relative;
135
+ background: #fff;
136
+ }
137
+ .chip.selected {
138
+ background: #111;
139
+ color: #fff;
140
+ border-color: #111;
141
+ box-shadow: 0 4px 0 rgba(0,0,0,0.08);
142
+ }
143
+ .chip.disabled {
144
+ color: #555;
145
+ }
146
+ .chip.disabled .diag {
147
+ position: absolute;
148
+ right: 0;
149
+ top: 0;
150
+ width: 0; height: 0;
151
+ border-top: 92px solid rgba(0,0,0,0.06);
152
+ border-left: 92px solid transparent;
153
+ border-bottom: 0; border-right: 0;
154
+ pointer-events: none;
155
+ border-radius: 0 14px 0 0;
156
+ }
157
+ .link {
158
+ color: #007185;
159
+ font-size: 38px;
160
+ margin: 18px 0 26px;
161
+ }
162
+ /* Price block */
163
+ .price-block {
164
+ margin-top: 20px;
165
+ }
166
+ .price {
167
+ font-size: 90px;
168
+ font-weight: 700;
169
+ display: flex;
170
+ align-items: baseline;
171
+ gap: 10px;
172
+ }
173
+ .price sup {
174
+ font-size: 36px;
175
+ font-weight: 700;
176
+ top: -14px;
177
+ position: relative;
178
+ }
179
+ .delivery {
180
+ margin-top: 20px;
181
+ font-size: 36px;
182
+ color: #333;
183
+ line-height: 1.4;
184
+ }
185
+ .delivery .strong { font-weight: 700; }
186
+ .delivery .green { color: #0b8f2f; font-weight: 600; }
187
+ .location {
188
+ margin-top: 22px;
189
+ display: flex;
190
+ align-items: center;
191
+ gap: 16px;
192
+ font-size: 38px;
193
+ color: #007185;
194
+ }
195
+ .stock {
196
+ margin: 34px 0 22px;
197
+ font-size: 40px;
198
+ color: #B12704;
199
+ font-weight: 700;
200
+ }
201
+ /* Buttons */
202
+ .btn {
203
+ height: 120px;
204
+ border-radius: 60px;
205
+ font-size: 40px;
206
+ font-weight: 700;
207
+ border: none;
208
+ width: 100%;
209
+ margin: 12px 0;
210
+ cursor: default;
211
+ box-shadow: 0 6px 0 rgba(0,0,0,0.08);
212
+ }
213
+ .basket { background: #ffd84d; }
214
+ .buy { background: #ffa726; }
215
+ /* Seller info grid */
216
+ .info-grid {
217
+ margin-top: 26px;
218
+ display: grid;
219
+ grid-template-columns: 1fr 1fr;
220
+ row-gap: 24px;
221
+ column-gap: 20px;
222
+ font-size: 34px;
223
+ }
224
+ .label { color: #6d6d6d; }
225
+ .value { color: #007185; font-weight: 600; }
226
+ /* Gift row */
227
+ .gift {
228
+ display: flex;
229
+ align-items: center;
230
+ gap: 18px;
231
+ margin-top: 36px;
232
+ font-size: 36px;
233
+ color: #333;
234
+ }
235
+ .checkbox {
236
+ width: 56px; height: 56px;
237
+ border: 2px solid #cfcfcf;
238
+ border-radius: 10px;
239
+ background: #fff;
240
+ }
241
+ .add-list {
242
+ margin-top: 18px;
243
+ font-size: 38px;
244
+ color: #007185;
245
+ }
246
+ /* Bottom handle */
247
+ .home-handle {
248
+ position: absolute;
249
+ left: 50%;
250
+ bottom: 20px;
251
+ transform: translateX(-50%);
252
+ width: 360px;
253
+ height: 12px;
254
+ background: #d0d0d0;
255
+ border-radius: 12px;
256
+ }
257
+ /* Simple icon helpers */
258
+ .icon-box { width: 56px; height: 56px; display: flex; align-items: center; justify-content: center; }
259
+ .url-bar svg { display: block; }
260
+ </style>
261
+ </head>
262
+ <body>
263
+ <div id="render-target">
264
+ <!-- Top status bar -->
265
+ <div class="top-status">
266
+ <div>9:51</div>
267
+ <div class="icons">
268
+ <!-- Simplified status glyphs -->
269
+ <div class="dot"></div>
270
+ <div class="dot"></div>
271
+ <div class="dot"></div>
272
+ <div class="dot"></div>
273
+ <!-- Battery icon placeholder -->
274
+ <svg width="40" height="24" viewBox="0 0 24 24">
275
+ <rect x="2" y="5" width="18" height="14" rx="3" fill="#ccc"></rect>
276
+ <rect x="21" y="9" width="2" height="6" fill="#ccc"></rect>
277
+ </svg>
278
+ </div>
279
+ </div>
280
+
281
+ <!-- URL/navigation bar -->
282
+ <div class="url-bar">
283
+ <div class="icon-box">
284
+ <!-- Home icon -->
285
+ <svg width="42" height="42" viewBox="0 0 24 24">
286
+ <path d="M3 10l9-7 9 7v10a1 1 0 0 1-1 1h-5v-6H9v6H4a1 1 0 0 1-1-1V10z" fill="#fff"/>
287
+ </svg>
288
+ </div>
289
+ <div class="icon-box">
290
+ <!-- Sliders icon -->
291
+ <svg width="42" height="42" viewBox="0 0 24 24">
292
+ <line x1="4" y1="6" x2="20" y2="6" stroke="#fff" stroke-width="2"/>
293
+ <circle cx="9" cy="6" r="2" fill="#fff"/>
294
+ <line x1="4" y1="12" x2="20" y2="12" stroke="#fff" stroke-width="2"/>
295
+ <circle cx="15" cy="12" r="2" fill="#fff"/>
296
+ <line x1="4" y1="18" x2="20" y2="18" stroke="#fff" stroke-width="2"/>
297
+ <circle cx="12" cy="18" r="2" fill="#fff"/>
298
+ </svg>
299
+ </div>
300
+ <div class="pill">amazon.co.uk/Greatonu-</div>
301
+ <div class="icon-box">
302
+ <!-- Plus icon -->
303
+ <svg width="42" height="42" viewBox="0 0 24 24">
304
+ <path d="M12 5v14M5 12h14" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
305
+ </svg>
306
+ </div>
307
+ <div class="tab-badge">4</div>
308
+ <div class="icon-box">
309
+ <!-- Dots icon -->
310
+ <svg width="42" height="42" viewBox="0 0 24 24">
311
+ <circle cx="12" cy="5" r="2" fill="#fff"/>
312
+ <circle cx="12" cy="12" r="2" fill="#fff"/>
313
+ <circle cx="12" cy="19" r="2" fill="#fff"/>
314
+ </svg>
315
+ </div>
316
+ </div>
317
+
318
+ <!-- Main content -->
319
+ <div class="content">
320
+ <div class="section-title">Colour Name: <span class="bold">Silver Glitter</span></div>
321
+
322
+ <div class="thumbs">
323
+ <div class="thumb">
324
+ <div class="img">[IMG: Beige shoe]</div>
325
+ <div class="price-note">£31.99</div>
326
+ </div>
327
+ <div class="thumb selected">
328
+ <div class="img">[IMG: Silver Glitter shoe]</div>
329
+ <div class="price-note">£31.99</div>
330
+ </div>
331
+ <div class="thumb">
332
+ <div class="img">[IMG: Navy shoe]</div>
333
+ <div class="price-note">£31.99</div>
334
+ </div>
335
+ <div class="thumb">
336
+ <div class="img">[IMG: Gold shoe]</div>
337
+ <div class="price-note"><small>1 option from</small>£31.99</div>
338
+ </div>
339
+ </div>
340
+
341
+ <div class="section-title">Size Name: <span class="bold">3.5 UK</span></div>
342
+ <div class="size-row">
343
+ <div class="chip selected">3.5 UK</div>
344
+ <div class="chip">4 UK</div>
345
+ <div class="chip">5 UK</div>
346
+ <div class="chip disabled">6 UK<span class="diag"></span></div>
347
+ <div class="chip">7 UK</div>
348
+ </div>
349
+
350
+ <div class="link">Size guide</div>
351
+
352
+ <div class="price-block">
353
+ <div class="price">£ <span>31</span><sup>99</sup></div>
354
+ <div class="delivery">
355
+ £18.84 delivery <span class="strong">Friday, 22 December.</span>
356
+ Order within <span class="green">9 hrs 9 mins</span>. Details
357
+ </div>
358
+ <div class="location">
359
+ <!-- Location pin -->
360
+ <svg width="36" height="36" viewBox="0 0 24 24">
361
+ <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" fill="#555"/>
362
+ </svg>
363
+ Deliver to India
364
+ </div>
365
+ </div>
366
+
367
+ <div class="stock">Only 1 left in stock.</div>
368
+
369
+ <button class="btn basket">Add to Basket</button>
370
+ <button class="btn buy">Buy Now</button>
371
+
372
+ <div class="info-grid">
373
+ <div class="label">Dispatches from</div><div class="value">Amazon</div>
374
+ <div class="label">Sold by</div><div class="value">OZE SHOES</div>
375
+ <div class="label">Returns</div><div class="value">Returnable until Jan 31, 2024</div>
376
+ <div class="label">Payment</div><div class="value">Secure transaction</div>
377
+ </div>
378
+
379
+ <div class="gift">
380
+ <div class="checkbox"></div>
381
+ <div>Send as a gift. Include custom message</div>
382
+ </div>
383
+
384
+ <div class="add-list">Add to List</div>
385
+ </div>
386
+
387
+ <div class="home-handle"></div>
388
+ </div>
389
+ </body>
390
+ </html>
code/4421/4421_2.html ADDED
@@ -0,0 +1,262 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Amazon Product Details Mock</title>
6
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #ffffff; border-radius: 0;
12
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
13
+ color: #111;
14
+ }
15
+
16
+ /* Top status bar */
17
+ .statusbar {
18
+ height: 120px; background: #101010; color: #fff;
19
+ display: flex; align-items: center; padding: 0 36px; font-size: 40px;
20
+ }
21
+ .statusbar .right-icons { margin-left: auto; display: flex; align-items: center; gap: 26px; }
22
+ .dot { width: 14px; height: 14px; background: #bfbfbf; border-radius: 50%; display: inline-block; }
23
+ .battery {
24
+ width: 52px; height: 26px; border: 3px solid #bfbfbf; border-radius: 6px; position: relative;
25
+ }
26
+ .battery::after {
27
+ content: ""; position: absolute; right: -10px; top: 6px; width: 8px; height: 14px; background: #bfbfbf; border-radius: 2px;
28
+ }
29
+ .battery .level { width: 34px; height: 18px; background: #bfbfbf; position: absolute; left: 4px; top: 4px; border-radius: 3px; }
30
+
31
+ /* Address bar */
32
+ .addressbar {
33
+ height: 150px; background: #121212; display: flex; align-items: center; padding: 0 30px; gap: 22px; color: #fff;
34
+ }
35
+ .home-icon {
36
+ width: 64px; height: 64px;
37
+ }
38
+ .url-pill {
39
+ flex: 1; height: 92px; background: #37474f; border-radius: 46px;
40
+ display: flex; align-items: center; padding: 0 32px; font-size: 38px; color: #e6e6e6;
41
+ }
42
+ .url-actions { display: flex; align-items: center; gap: 26px; margin-left: 18px; }
43
+ .round-btn {
44
+ width: 64px; height: 64px; border-radius: 32px; background: rgba(255,255,255,0.12);
45
+ display: flex; align-items: center; justify-content: center;
46
+ }
47
+ .square-tab {
48
+ width: 64px; height: 64px; border-radius: 14px; background: rgba(255,255,255,0.12);
49
+ display: flex; align-items: center; justify-content: center; font-weight: 600; font-size: 34px;
50
+ }
51
+
52
+ /* Tabs */
53
+ .tabs {
54
+ height: 160px; background: #f6e3c7; display: flex; align-items: flex-end; padding: 0 30px;
55
+ position: relative; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px;
56
+ }
57
+ .tab { margin: 0 26px; padding-bottom: 20px; font-size: 44px; color: #6b5c47; }
58
+ .tab.active { color: #3c2d18; font-weight: 700; position: relative; }
59
+ .tab.active::after {
60
+ content: ""; position: absolute; left: 0; bottom: 4px; width: 100%; height: 10px; background: #ff9800; border-radius: 6px;
61
+ }
62
+ .tabs .up-arrow {
63
+ position: absolute; right: 22px; top: 10px; width: 108px; height: 140px;
64
+ display: flex; align-items: center; justify-content: center; border-left: 1px solid #e9d7b6;
65
+ }
66
+ .content { padding: 26px 40px 0 40px; }
67
+
68
+ /* Info grid */
69
+ .info-grid { margin-top: 24px; }
70
+ .info-row {
71
+ display: flex; align-items: center; padding: 26px 0; border-bottom: 1px solid #eeeeee;
72
+ }
73
+ .info-row:last-child { border-bottom: none; }
74
+ .label { width: 360px; color: #606060; font-size: 40px; }
75
+ .value { flex: 1; font-size: 40px; }
76
+ .link { color: #007185; }
77
+
78
+ /* Gift checkbox */
79
+ .gift-row { display: flex; align-items: center; gap: 24px; margin-top: 28px; font-size: 40px; }
80
+ .checkbox {
81
+ width: 64px; height: 64px; border: 3px solid #c7c7c7; border-radius: 10px; background: #fff;
82
+ }
83
+ .add-list { margin-top: 18px; color: #007185; font-size: 40px; }
84
+
85
+ .divider { height: 1px; background: #e0e0e0; margin: 36px 0; }
86
+
87
+ /* Product details section */
88
+ .section-header {
89
+ display: flex; align-items: center; justify-content: space-between; font-size: 54px; font-weight: 800;
90
+ margin-top: 18px; padding-right: 20px;
91
+ }
92
+ .caret { width: 40px; height: 40px; }
93
+ .pd-list { margin-top: 16px; }
94
+ .pd-item { margin: 26px 0; }
95
+ .pd-item .k { font-weight: 700; font-size: 40px; }
96
+ .pd-item .v { color: #6d6d6d; font-size: 40px; margin-top: 6px; }
97
+ .see-more { color: #007185; font-size: 40px; display: inline-flex; align-items: center; gap: 10px; }
98
+
99
+ /* Sponsored card */
100
+ .ad-wrapper { margin-top: 40px; }
101
+ .ad-card {
102
+ border: 1px solid #dddddd; border-radius: 10px; padding: 24px; display: flex; gap: 26px; align-items: center;
103
+ background: #fff;
104
+ }
105
+ .img-placeholder {
106
+ width: 300px; height: 220px; background: #E0E0E0; border: 1px solid #BDBDBD;
107
+ display: flex; justify-content: center; align-items: center; color: #757575; font-size: 34px; text-align: center;
108
+ }
109
+ .ad-text { flex: 1; font-size: 38px; line-height: 1.25; }
110
+ .price { color: #d32f2f; font-weight: 800; font-size: 44px; margin-top: 12px; }
111
+ .prime { color: #0075ff; font-weight: 700; font-size: 36px; margin-left: 10px; }
112
+ .sponsored-note { font-size: 30px; color: #9e9e9e; text-align: right; margin-top: 6px; }
113
+
114
+ /* Bottom pill / gesture */
115
+ .bottom-bar {
116
+ position: absolute; bottom: 0; left: 0; width: 100%; height: 120px; background: #101010;
117
+ display: flex; align-items: center; justify-content: center;
118
+ }
119
+ .gesture-pill {
120
+ width: 300px; height: 18px; background: #bfbfbf; border-radius: 9px;
121
+ }
122
+
123
+ /* Simple icon styles */
124
+ svg { display: block; }
125
+ </style>
126
+ </head>
127
+ <body>
128
+ <div id="render-target">
129
+ <!-- Status bar -->
130
+ <div class="statusbar">
131
+ <div>9:51</div>
132
+ <div class="right-icons">
133
+ <div class="dot"></div>
134
+ <div class="dot"></div>
135
+ <div class="dot"></div>
136
+ <div class="battery"><div class="level"></div></div>
137
+ </div>
138
+ </div>
139
+
140
+ <!-- Address bar -->
141
+ <div class="addressbar">
142
+ <svg class="home-icon" viewBox="0 0 24 24">
143
+ <path d="M3 10 L12 3 L21 10 V21 H14 V14 H10 V21 H3 Z" fill="#ffffff"/>
144
+ </svg>
145
+ <div class="url-pill">
146
+ amazon.co.uk/Greatonu-
147
+ </div>
148
+ <div class="url-actions">
149
+ <div class="round-btn">
150
+ <svg width="36" height="36" viewBox="0 0 24 24">
151
+ <path d="M12 5v14M5 12h14" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
152
+ </svg>
153
+ </div>
154
+ <div class="square-tab">4</div>
155
+ <div class="round-btn">
156
+ <svg width="8" height="32" viewBox="0 0 8 32">
157
+ <circle cx="4" cy="6" r="3" fill="#fff"></circle>
158
+ <circle cx="4" cy="16" r="3" fill="#fff"></circle>
159
+ <circle cx="4" cy="26" r="3" fill="#fff"></circle>
160
+ </svg>
161
+ </div>
162
+ </div>
163
+ </div>
164
+
165
+ <!-- Tabs -->
166
+ <div class="tabs">
167
+ <div class="tab active">Details</div>
168
+ <div class="tab">Questions</div>
169
+ <div class="tab">Reviews</div>
170
+ <div class="up-arrow">
171
+ <svg width="40" height="40" viewBox="0 0 24 24">
172
+ <path d="M12 5 L5 12 H9 V19 H15 V12 H19 Z" fill="#8a6b3d"></path>
173
+ </svg>
174
+ </div>
175
+ </div>
176
+
177
+ <!-- Main content -->
178
+ <div class="content">
179
+
180
+ <div class="info-grid">
181
+ <div class="info-row">
182
+ <div class="label">Dispatches from</div>
183
+ <div class="value">Amazon</div>
184
+ </div>
185
+ <div class="info-row">
186
+ <div class="label">Sold by</div>
187
+ <div class="value link">OZE SHOES</div>
188
+ </div>
189
+ <div class="info-row">
190
+ <div class="label">Returns</div>
191
+ <div class="value link">Returnable until Jan 31, 2024</div>
192
+ </div>
193
+ <div class="info-row">
194
+ <div class="label">Payment</div>
195
+ <div class="value link">Secure transaction</div>
196
+ </div>
197
+ </div>
198
+
199
+ <div class="gift-row">
200
+ <div class="checkbox"></div>
201
+ <div>Send as a gift. Include custom message</div>
202
+ </div>
203
+ <div class="add-list">Add to List</div>
204
+
205
+ <div class="divider"></div>
206
+
207
+ <div class="section-header">
208
+ <div>Product details</div>
209
+ <svg class="caret" viewBox="0 0 24 24">
210
+ <path d="M6 9 L12 15 L18 9" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round"/>
211
+ </svg>
212
+ </div>
213
+
214
+ <div class="pd-list">
215
+ <div class="pd-item">
216
+ <div class="k">Care Instructions</div>
217
+ <div class="v">Hand Wash Only</div>
218
+ </div>
219
+ <div class="pd-item">
220
+ <div class="k">Sole Material</div>
221
+ <div class="v">Rubber</div>
222
+ </div>
223
+ <div class="pd-item">
224
+ <div class="k">Outer Material</div>
225
+ <div class="v">Synthetic</div>
226
+ </div>
227
+ <div class="pd-item">
228
+ <div class="k">Inner Material</div>
229
+ <div class="v">Synthetic</div>
230
+ </div>
231
+ <div class="pd-item">
232
+ <div class="k">Country of origin</div>
233
+ <div class="v">China</div>
234
+ </div>
235
+ </div>
236
+
237
+ <div class="see-more">
238
+ See more
239
+ <svg width="28" height="28" viewBox="0 0 24 24">
240
+ <path d="M6 9 L12 15 L18 9" stroke="#007185" stroke-width="2" fill="none" stroke-linecap="round"/>
241
+ </svg>
242
+ </div>
243
+
244
+ <div class="ad-wrapper">
245
+ <div class="ad-card">
246
+ <div class="img-placeholder">[IMG: Black heeled shoe]</div>
247
+ <div class="ad-text">
248
+ Our Shoes Just Fit and Feel Better. Naturalizer Leesha Women Heeled Pump Sandal, Walking shoes, Contour+...
249
+ <div class="price">£74.99 <span class="prime">prime</span></div>
250
+ </div>
251
+ </div>
252
+ <div class="sponsored-note">Sponsored</div>
253
+ </div>
254
+
255
+ </div>
256
+
257
+ <div class="bottom-bar">
258
+ <div class="gesture-pill"></div>
259
+ </div>
260
+ </div>
261
+ </body>
262
+ </html>
code/4421/4421_3.html ADDED
@@ -0,0 +1,267 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Amazon-like Product Page 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; border-radius: 0;
13
+ color: #111;
14
+ }
15
+
16
+ /* Top app/browser bar */
17
+ .top-bar {
18
+ position: absolute; top: 0; left: 0; width: 1080px; height: 150px;
19
+ background: #121212; color: #fff;
20
+ box-sizing: border-box;
21
+ padding: 18px 32px 0 32px;
22
+ }
23
+ .status-row {
24
+ font-size: 30px; opacity: 0.9;
25
+ display: flex; align-items: center; gap: 18px;
26
+ }
27
+ .nav-row {
28
+ margin-top: 24px;
29
+ display: flex; align-items: center; gap: 24px;
30
+ }
31
+ .url-pill {
32
+ flex: 1;
33
+ background: #2a2a2a; color: #d9d9d9;
34
+ border-radius: 36px;
35
+ height: 72px; display: flex; align-items: center; gap: 18px;
36
+ padding: 0 24px; box-sizing: border-box;
37
+ font-size: 30px;
38
+ }
39
+ .square-btn {
40
+ width: 72px; height: 72px; border-radius: 16px;
41
+ border: 1px solid #3c3c3c; color: #fff;
42
+ display: flex; align-items: center; justify-content: center;
43
+ font-size: 40px;
44
+ }
45
+ .tab-count {
46
+ width: 72px; height: 72px; border-radius: 18px;
47
+ border: 1px solid #3c3c3c; color: #fff;
48
+ display: flex; align-items: center; justify-content: center;
49
+ font-size: 34px;
50
+ }
51
+ .ellipsis {
52
+ color: #fff; font-size: 54px; line-height: 0;
53
+ display: flex; align-items: center; justify-content: center;
54
+ width: 72px; height: 72px;
55
+ }
56
+ .icon { display: inline-block; }
57
+
58
+ /* Section tabs */
59
+ .tabs {
60
+ position: absolute; top: 150px; left: 0; width: 1080px; height: 120px;
61
+ background: #fff; border-bottom: 1px solid #e6e6e6;
62
+ display: flex; align-items: stretch;
63
+ }
64
+ .tab {
65
+ flex: 1; display: flex; align-items: center; justify-content: center;
66
+ font-size: 38px; color: #333;
67
+ border-right: 1px solid #eee;
68
+ }
69
+ .tab:last-child { border-right: none; }
70
+ .tab-arrow {
71
+ width: 160px; background: #eefaf5; border-left: 1px solid #e6e6e6;
72
+ display: flex; align-items: center; justify-content: center;
73
+ }
74
+
75
+ /* Content */
76
+ .content {
77
+ position: absolute; top: 270px; left: 0; width: 100%;
78
+ box-sizing: border-box; padding: 20px 32px 40px 32px;
79
+ }
80
+
81
+ /* Sponsored ad card */
82
+ .ad-card {
83
+ width: 1016px; box-sizing: border-box;
84
+ border: 1px solid #e0e0e0; border-radius: 8px; background: #fff;
85
+ display: flex; gap: 28px; padding: 24px; align-items: center;
86
+ }
87
+ .img-placeholder {
88
+ background: #E0E0E0; border: 1px solid #BDBDBD;
89
+ display: flex; align-items: center; justify-content: center;
90
+ color: #757575; text-align: center;
91
+ }
92
+ .ad-img { width: 320px; height: 250px; }
93
+ .ad-text { flex: 1; }
94
+ .ad-title {
95
+ font-size: 34px; line-height: 1.35; color: #222;
96
+ margin-bottom: 16px;
97
+ }
98
+ .price-line { display: flex; align-items: center; gap: 12px; }
99
+ .price { color: #e53935; font-size: 40px; font-weight: bold; }
100
+ .prime {
101
+ font-size: 28px; color: #0a74ff; display: inline-flex; align-items: center; gap: 8px;
102
+ }
103
+ .sponsored-row {
104
+ margin: 24px 0 12px 0; display: flex; justify-content: flex-end; align-items: center; gap: 8px;
105
+ color: #6b6b6b; font-size: 26px;
106
+ }
107
+ .section-title {
108
+ font-size: 50px; font-weight: 700; color: #123b67;
109
+ margin: 24px 0 18px 0;
110
+ }
111
+
112
+ /* Deals strip */
113
+ .deals-row {
114
+ display: flex; gap: 24px; margin-top: 6px;
115
+ }
116
+ .deal-card {
117
+ width: 320px; box-sizing: border-box;
118
+ display: flex; flex-direction: column;
119
+ }
120
+ .deal-image { width: 320px; height: 300px; }
121
+ .deal-label {
122
+ margin-top: 12px; font-size: 28px; color: #555;
123
+ }
124
+
125
+ /* Blue promo link block */
126
+ .promo {
127
+ margin: 34px 6px;
128
+ font-size: 30px; line-height: 1.5; color: #333;
129
+ }
130
+ .promo a { color: #0a74ff; text-decoration: underline; }
131
+
132
+ /* Recommendations */
133
+ .recommend-title {
134
+ font-size: 48px; font-weight: 700; color: #222; margin-top: 14px;
135
+ }
136
+ .subtle { color: #666; font-size: 26px; margin-top: 4px; }
137
+ .grid { display: flex; gap: 24px; margin-top: 16px; }
138
+ .product-card { width: 320px; }
139
+ .product-image { width: 320px; height: 300px; }
140
+ .brand { font-size: 36px; font-weight: 700; text-align: center; margin-top: 18px; }
141
+ .subtitle { font-size: 30px; color: #444; text-align: center; margin-top: 8px; }
142
+
143
+ /* Helper small icons */
144
+ .info-dot {
145
+ width: 28px; height: 28px; border-radius: 50%;
146
+ border: 1px solid #9e9e9e; color: #9e9e9e;
147
+ display: inline-flex; align-items: center; justify-content: center; font-size: 22px;
148
+ }
149
+ </style>
150
+ </head>
151
+ <body>
152
+ <div id="render-target">
153
+
154
+ <!-- Top dark bar -->
155
+ <div class="top-bar">
156
+ <div class="status-row">
157
+ <span>9:51</span>
158
+ <span>•</span>
159
+ <span>•</span>
160
+ </div>
161
+ <div class="nav-row">
162
+ <!-- Home icon -->
163
+ <svg class="icon" width="56" height="56" viewBox="0 0 24 24">
164
+ <path d="M3 10 L12 3 L21 10 V21 H14 V14 H10 V21 H3 Z" fill="none" stroke="#ffffff" stroke-width="2" stroke-linejoin="round"/>
165
+ </svg>
166
+
167
+ <div class="url-pill">
168
+ <svg class="icon" width="28" height="28" viewBox="0 0 24 24">
169
+ <circle cx="12" cy="12" r="10" fill="#3c3c3c" stroke="#666" stroke-width="1"/>
170
+ </svg>
171
+ <span>amazon.co.uk/Greatonu-</span>
172
+ </div>
173
+
174
+ <div class="square-btn">+</div>
175
+ <div class="tab-count">4</div>
176
+ <div class="ellipsis">⋮</div>
177
+ </div>
178
+ </div>
179
+
180
+ <!-- Tabs -->
181
+ <div class="tabs">
182
+ <div class="tab">Details</div>
183
+ <div class="tab">Questions</div>
184
+ <div class="tab">Reviews</div>
185
+ <div class="tab-arrow">
186
+ <svg width="40" height="40" viewBox="0 0 24 24">
187
+ <path d="M12 6 L6 12 H10 V18 H14 V12 H18 Z" fill="#2f7a5f"/>
188
+ </svg>
189
+ </div>
190
+ </div>
191
+
192
+ <!-- Content area -->
193
+ <div class="content">
194
+
195
+ <!-- Sponsored ad -->
196
+ <div class="ad-card">
197
+ <div class="img-placeholder ad-img">[IMG: Naturalizer brand ad]</div>
198
+ <div class="ad-text">
199
+ <div class="ad-title">
200
+ Our Shoes Just Fit and Feel Better. Naturalizer Leesha Women Heeled Pump Sandal, Walking shoes, Contour+…
201
+ </div>
202
+ <div class="price-line">
203
+ <div class="price">£74.99</div>
204
+ <div class="prime">
205
+ <svg width="24" height="24" viewBox="0 0 24 24">
206
+ <rect x="2" y="2" width="20" height="20" rx="4" fill="#0a74ff"></rect>
207
+ <path d="M6 12 L10 16 L18 8" fill="none" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
208
+ </svg>
209
+ prime
210
+ </div>
211
+ </div>
212
+ </div>
213
+ </div>
214
+
215
+ <div class="sponsored-row">
216
+ <span>Sponsored</span>
217
+ <span class="info-dot">i</span>
218
+ </div>
219
+
220
+ <div class="section-title">Black Friday Week - Must-see deals for you</div>
221
+
222
+ <div class="deals-row">
223
+ <div class="deal-card">
224
+ <div class="img-placeholder deal-image" style="background:#E0E0E0;">[IMG: Black trainers on orange]</div>
225
+ <div class="deal-label">Trainers &amp; sneakers</div>
226
+ </div>
227
+ <div class="deal-card">
228
+ <div class="img-placeholder deal-image" style="background:#E0E0E0;">[IMG: Black boots on orange]</div>
229
+ <div class="deal-label">Boots</div>
230
+ </div>
231
+ <div class="deal-card">
232
+ <div class="img-placeholder deal-image" style="background:#E0E0E0;">[IMG: Sandals &amp; slides on orange]</div>
233
+ <div class="deal-label">Sandals &amp; slides</div>
234
+ </div>
235
+ </div>
236
+
237
+ <div class="promo">
238
+ <a href="#">Buy this item and get 90 days Free Amazon Music Unlimited.</a>
239
+ After purchase, you will receive an email with further information. Subscription fees apply after. Terms and Conditions apply.
240
+ <a href="#">Learn more.</a>
241
+ </div>
242
+
243
+ <div class="recommend-title">You might also like</div>
244
+ <div class="subtle">Sponsored</div>
245
+
246
+ <div class="grid">
247
+ <div class="product-card">
248
+ <div class="img-placeholder product-image">[IMG: Silver slingback heel]</div>
249
+ <div class="brand">Greatonu</div>
250
+ <div class="subtitle">Greatonu Womens</div>
251
+ </div>
252
+ <div class="product-card">
253
+ <div class="img-placeholder product-image">[IMG: Black ankle strap heel]</div>
254
+ <div class="brand">Greatonu</div>
255
+ <div class="subtitle">Greatonu Ladies</div>
256
+ </div>
257
+ <div class="product-card">
258
+ <div class="img-placeholder product-image">[IMG: Nude pump]</div>
259
+ <div class="brand">Greatonu</div>
260
+ <div class="subtitle">Greatonu</div>
261
+ </div>
262
+ </div>
263
+
264
+ </div>
265
+ </div>
266
+ </body>
267
+ </html>
code/4421/4421_4.html ADDED
@@ -0,0 +1,363 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Amazon Product 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
+ /* Browser chrome mock */
15
+ .browser-bar {
16
+ background: #1f1f1f;
17
+ color: #fff;
18
+ height: 170px;
19
+ padding: 24px 28px 16px 28px;
20
+ box-sizing: border-box;
21
+ }
22
+ .browser-top { display: flex; align-items: center; gap: 18px; font-size: 34px; opacity: 0.9; }
23
+ .browser-url {
24
+ margin-top: 18px;
25
+ display: flex; align-items: center; gap: 18px;
26
+ }
27
+ .pill {
28
+ flex: 1;
29
+ background: #3a3a3a;
30
+ color: #cfcfcf;
31
+ border-radius: 36px;
32
+ height: 74px;
33
+ display: flex; align-items: center;
34
+ padding: 0 30px;
35
+ box-sizing: border-box;
36
+ font-size: 30px;
37
+ }
38
+ .icon-btn {
39
+ width: 56px; height: 56px; border-radius: 50%;
40
+ background: #2a2a2a; display: flex; align-items: center; justify-content: center;
41
+ }
42
+
43
+ /* Amazon header */
44
+ .amazon-header {
45
+ background: #232F3E;
46
+ color: #fff;
47
+ padding: 24px 28px;
48
+ box-sizing: border-box;
49
+ }
50
+ .header-row {
51
+ display: flex; align-items: center; justify-content: space-between;
52
+ }
53
+ .brand-area { display: flex; align-items: center; gap: 24px; }
54
+ .brand-text { font-size: 40px; font-weight: 700; letter-spacing: 0.3px; }
55
+ .country { font-size: 28px; color: #b7c5d6; margin-left: 6px; font-weight: 600; }
56
+ .right-area { display: flex; align-items: center; gap: 34px; }
57
+ .cart { position: relative; }
58
+ .badge {
59
+ position: absolute; top: -6px; right: -6px;
60
+ background: #F3A847; color: #0f1111; font-size: 26px; font-weight: 700;
61
+ width: 34px; height: 34px; border-radius: 50%;
62
+ display: flex; align-items: center; justify-content: center;
63
+ border: 2px solid #232F3E;
64
+ }
65
+ .search-bar {
66
+ margin-top: 18px;
67
+ background: #ffffff;
68
+ border-radius: 16px;
69
+ height: 90px;
70
+ display: flex; align-items: center;
71
+ padding: 0 22px;
72
+ box-sizing: border-box;
73
+ }
74
+ .search-input {
75
+ flex: 1; font-size: 32px; color: #6b7280;
76
+ }
77
+ .search-btn {
78
+ width: 90px; height: 72px; border-radius: 12px;
79
+ background: #FAC382; display: flex; align-items: center; justify-content: center;
80
+ }
81
+
82
+ /* Delivery row */
83
+ .delivery-row {
84
+ display: flex; align-items: center; gap: 16px;
85
+ padding: 22px 28px;
86
+ border-bottom: 8px solid #e6e9ed;
87
+ color: #374151;
88
+ font-size: 32px;
89
+ }
90
+ .arrow-down {
91
+ width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 12px solid #6b7280; margin-left: 10px;
92
+ }
93
+
94
+ /* Title & rating */
95
+ .title-area {
96
+ padding: 24px 28px;
97
+ border-bottom: 1px solid #e5e7eb;
98
+ }
99
+ .title-top { display: flex; align-items: center; justify-content: space-between; }
100
+ .brand-link { color: #007185; font-size: 34px; font-weight: 700; }
101
+ .product-title { color: #374151; font-size: 34px; margin-top: 8px; line-height: 1.35; }
102
+ .rating { display: flex; align-items: center; gap: 10px; }
103
+ .rating .score { font-size: 32px; color: #111; }
104
+ .rating-count { color: #007185; font-size: 32px; margin-left: 8px; }
105
+
106
+ /* Product image */
107
+ .image-wrap {
108
+ position: relative;
109
+ padding: 20px 0 12px 0;
110
+ background: #fafafa;
111
+ border-bottom: 1px solid #e5e7eb;
112
+ }
113
+ .product-image {
114
+ width: 980px; height: 680px;
115
+ margin: 0 auto;
116
+ background: #E0E0E0;
117
+ border: 1px solid #BDBDBD;
118
+ display: flex; align-items: center; justify-content: center;
119
+ color: #757575; font-size: 34px; text-align: center;
120
+ }
121
+ .share-fab {
122
+ position: absolute; right: 46px; top: 90px;
123
+ width: 88px; height: 88px; border-radius: 50%;
124
+ background: #ffffff; box-shadow: 0 6px 14px rgba(0,0,0,0.15);
125
+ display: flex; align-items: center; justify-content: center;
126
+ border: 1px solid #e5e7eb;
127
+ }
128
+ .dots {
129
+ margin: 20px auto 22px auto; width: 440px;
130
+ display: flex; justify-content: space-between;
131
+ }
132
+ .dot {
133
+ width: 22px; height: 22px; border-radius: 50%;
134
+ border: 2px solid #c4c4c4; background: #f2f2f2;
135
+ }
136
+ .dot.active { background: #9ca3af; border-color: #9ca3af; }
137
+
138
+ /* Colour section */
139
+ .section {
140
+ padding: 26px 28px;
141
+ border-top: 1px solid #f0f0f0;
142
+ }
143
+ .section h3 {
144
+ margin: 0 0 18px 0;
145
+ font-size: 34px; color: #111;
146
+ }
147
+ .section h3 .bold { font-weight: 800; }
148
+ .swatches {
149
+ display: flex; gap: 26px; align-items: flex-start;
150
+ }
151
+ .swatch {
152
+ width: 160px; display: flex; flex-direction: column; align-items: center; gap: 10px;
153
+ }
154
+ .swatch .thumb {
155
+ width: 140px; height: 140px; border-radius: 50%;
156
+ background: #E0E0E0; border: 2px solid #BDBDBD;
157
+ display: flex; align-items: center; justify-content: center;
158
+ color: #757575; font-size: 24px; text-align: center; padding: 10px; box-sizing: border-box;
159
+ }
160
+ .swatch.active .thumb { border-width: 6px; border-color: #000000; }
161
+ .swatch .price { font-size: 30px; color: #111; }
162
+ .swatch .strike { color: #9ca3af; text-decoration: line-through; margin-left: 6px; }
163
+
164
+ /* Size chips */
165
+ .size-header { display: flex; align-items: center; justify-content: space-between; }
166
+ .sizes {
167
+ margin-top: 20px;
168
+ display: flex; gap: 18px; overflow: hidden;
169
+ }
170
+ .size-chip {
171
+ min-width: 150px; height: 110px; border-radius: 14px;
172
+ border: 2px solid #d1d5db; display: flex; align-items: center; justify-content: center;
173
+ font-size: 34px; color: #111; background: #fff;
174
+ }
175
+ .size-chip.selected {
176
+ background: #111; color: #fff; border-color: #111;
177
+ }
178
+
179
+ /* Simple inline SVG common */
180
+ .svg { display: inline-block; }
181
+ </style>
182
+ </head>
183
+ <body>
184
+ <div id="render-target">
185
+
186
+ <!-- Browser chrome mock -->
187
+ <div class="browser-bar">
188
+ <div class="browser-top">
189
+ <span>9:53</span>
190
+ <span>●</span><span>●</span><span>▶</span><span>●</span>
191
+ </div>
192
+ <div class="browser-url">
193
+ <div class="icon-btn">
194
+ <svg class="svg" width="28" height="28" viewBox="0 0 24 24" fill="#fff">
195
+ <path d="M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z"/>
196
+ </svg>
197
+ </div>
198
+ <div class="pill">amazon.co.uk/dp/B06X...</div>
199
+ <div class="icon-btn">
200
+ <svg class="svg" width="26" height="26" viewBox="0 0 24 24" fill="#fff">
201
+ <path d="M12 5v14M5 12h14" stroke="#fff" stroke-width="2" fill="none"/>
202
+ </svg>
203
+ </div>
204
+ <div class="icon-btn">
205
+ <svg class="svg" width="26" height="26" viewBox="0 0 24 24" fill="#fff">
206
+ <circle cx="12" cy="12" r="10" stroke="#fff" stroke-width="2" fill="none"/>
207
+ <circle cx="12" cy="12" r="2" fill="#fff"/>
208
+ </svg>
209
+ </div>
210
+ <div class="icon-btn">
211
+ <svg class="svg" width="26" height="26" viewBox="0 0 24 24" fill="#fff">
212
+ <circle cx="12" cy="12" r="11" stroke="#fff" stroke-width="2" fill="none"/>
213
+ <circle cx="12" cy="12" r="4" fill="#fff"/>
214
+ </svg>
215
+ </div>
216
+ </div>
217
+ </div>
218
+
219
+ <!-- Amazon header -->
220
+ <div class="amazon-header">
221
+ <div class="header-row">
222
+ <div class="brand-area">
223
+ <svg class="svg" width="42" height="42" viewBox="0 0 24 24" fill="#ffffff">
224
+ <path d="M3 6h18M3 12h18M3 18h18" stroke="#fff" stroke-width="2" fill="none"/>
225
+ </svg>
226
+ <div class="brand-text">amazon<span class="country">.co.uk</span></div>
227
+ </div>
228
+ <div class="right-area">
229
+ <div style="display:flex;align-items:center;gap:10px;">
230
+ <span style="font-size:30px;color:#b7c5d6;">Sign in</span>
231
+ <svg class="svg" width="40" height="40" viewBox="0 0 24 24" fill="none">
232
+ <circle cx="12" cy="8" r="4" stroke="#ffffff" stroke-width="2"/>
233
+ <path d="M4 22c0-4 4-6 8-6s8 2 8 6" stroke="#ffffff" stroke-width="2"/>
234
+ </svg>
235
+ </div>
236
+ <div class="cart">
237
+ <svg class="svg" width="44" height="44" viewBox="0 0 24 24" fill="none">
238
+ <path d="M3 4h2l2 12h11l2-8H7" stroke="#ffffff" stroke-width="2" fill="none"/>
239
+ <circle cx="9" cy="20" r="2" fill="#ffffff"/>
240
+ <circle cx="17" cy="20" r="2" fill="#ffffff"/>
241
+ </svg>
242
+ <div class="badge">0</div>
243
+ </div>
244
+ </div>
245
+ </div>
246
+ <div class="search-bar">
247
+ <div class="search-input">Search Amazon.co.uk</div>
248
+ <div class="search-btn">
249
+ <svg class="svg" width="34" height="34" viewBox="0 0 24 24" fill="#232F3E">
250
+ <circle cx="10" cy="10" r="6" stroke="#232F3E" stroke-width="2" fill="none"/>
251
+ <path d="M14 14l6 6" stroke="#232F3E" stroke-width="2"/>
252
+ </svg>
253
+ </div>
254
+ </div>
255
+ </div>
256
+
257
+ <!-- Delivery row -->
258
+ <div class="delivery-row">
259
+ <svg class="svg" width="34" height="34" viewBox="0 0 24 24" fill="none">
260
+ <path d="M12 2C7.6 2 4 5.6 4 10c0 6 8 12 8 12s8-6 8-12c0-4.4-3.6-8-8-8z" stroke="#6b7280" stroke-width="2" fill="none"/>
261
+ <circle cx="12" cy="10" r="3" fill="#6b7280"/>
262
+ </svg>
263
+ <span>Deliver to India</span>
264
+ <div class="arrow-down"></div>
265
+ </div>
266
+
267
+ <!-- Title and rating -->
268
+ <div class="title-area">
269
+ <div class="title-top">
270
+ <div class="brand-link">Brand: Greatonu</div>
271
+ <div class="rating">
272
+ <span class="score">4.3</span>
273
+ <svg width="24" height="24" viewBox="0 0 24 24">
274
+ <path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 22 12 18.9 5.82 22 7 14.14l-5-4.87 6.91-1.01z" fill="#FFA41C"></path>
275
+ </svg>
276
+ <svg width="24" height="24" viewBox="0 0 24 24">
277
+ <path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 22 12 18.9 5.82 22 7 14.14l-5-4.87 6.91-1.01z" fill="#FFA41C"></path>
278
+ </svg>
279
+ <svg width="24" height="24" viewBox="0 0 24 24">
280
+ <path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 22 12 18.9 5.82 22 7 14.14l-5-4.87 6.91-1.01z" fill="#FFA41C"></path>
281
+ </svg>
282
+ <svg width="24" height="24" viewBox="0 0 24 24">
283
+ <path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 22 12 18.9 5.82 22 7 14.14l-5-4.87 6.91-1.01z" fill="#FFA41C"></path>
284
+ </svg>
285
+ <svg width="24" height="24" viewBox="0 0 24 24">
286
+ <path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 22 12 18.9 5.82 22 7 14.14l-5-4.87 6.91-1.01z" fill="#E5E7EB"></path>
287
+ </svg>
288
+ <a class="rating-count" href="#">1,243</a>
289
+ </div>
290
+ </div>
291
+ <div class="product-title">
292
+ Greatonu Women's Court Shoes with Ankle Strap Block Heel<br>
293
+ Pointed Toe Sandals
294
+ </div>
295
+ </div>
296
+
297
+ <!-- Product image -->
298
+ <div class="image-wrap">
299
+ <div class="product-image">[IMG: Black Court Shoe with Ankle Strap]</div>
300
+ <div class="share-fab">
301
+ <svg class="svg" width="32" height="32" viewBox="0 0 24 24" fill="none">
302
+ <circle cx="6" cy="12" r="2" fill="#6b7280"/>
303
+ <circle cx="18" cy="6" r="2" fill="#6b7280"/>
304
+ <circle cx="18" cy="18" r="2" fill="#6b7280"/>
305
+ <path d="M8 12l8-6M8 12l8 6" stroke="#6b7280" stroke-width="2"/>
306
+ </svg>
307
+ </div>
308
+ <div class="dots">
309
+ <div class="dot"></div>
310
+ <div class="dot active"></div>
311
+ <div class="dot"></div>
312
+ <div class="dot"></div>
313
+ <div class="dot"></div>
314
+ <div class="dot"></div>
315
+ <div class="dot"></div>
316
+ </div>
317
+ </div>
318
+
319
+ <!-- Colour section -->
320
+ <div class="section">
321
+ <h3>Colour: <span class="bold">Black</span></h3>
322
+ <div class="swatches">
323
+ <div class="swatch active">
324
+ <div class="thumb">[IMG: Black]</div>
325
+ <div class="price">£31.99</div>
326
+ </div>
327
+ <div class="swatch">
328
+ <div class="thumb">[IMG: Navy]</div>
329
+ <div class="price">£25.59 <span class="strike">£31.99</span></div>
330
+ </div>
331
+ <div class="swatch">
332
+ <div class="thumb">[IMG: Beige]</div>
333
+ <div class="price">1 option from £31.99</div>
334
+ </div>
335
+ <div class="swatch">
336
+ <div class="thumb">[IMG: Silver]</div>
337
+ <div class="price">1 option from £31.99</div>
338
+ </div>
339
+ <div class="swatch">
340
+ <div class="thumb">[IMG: Tan]</div>
341
+ <div class="price">£25.59 <span class="strike">£31.99</span></div>
342
+ </div>
343
+ </div>
344
+ </div>
345
+
346
+ <!-- Size section -->
347
+ <div class="section">
348
+ <div class="size-header">
349
+ <h3>Size: <span class="bold">6 UK</span></h3>
350
+ </div>
351
+ <div class="sizes">
352
+ <div class="size-chip">3 UK</div>
353
+ <div class="size-chip">4 UK</div>
354
+ <div class="size-chip">5 UK</div>
355
+ <div class="size-chip selected">6 UK</div>
356
+ <div class="size-chip">7 UK</div>
357
+ <div class="size-chip">8 UK</div>
358
+ </div>
359
+ </div>
360
+
361
+ </div>
362
+ </body>
363
+ </html>
code/4421/4421_5.html ADDED
@@ -0,0 +1,423 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Product Page Mock</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: #FFFFFF;
15
+ color: #111;
16
+ }
17
+
18
+ /* Top system bar */
19
+ .status-bar {
20
+ height: 120px;
21
+ background: #121212;
22
+ color: #fff;
23
+ display: flex;
24
+ align-items: center;
25
+ padding: 0 36px;
26
+ font-size: 40px;
27
+ box-sizing: border-box;
28
+ }
29
+ .status-bar .left-icons, .status-bar .right-icons {
30
+ display: flex;
31
+ align-items: center;
32
+ gap: 26px;
33
+ }
34
+ .status-bar .time { flex: 1; font-weight: 600; }
35
+
36
+ /* Browser bar */
37
+ .browser-bar {
38
+ height: 160px;
39
+ background: #212121;
40
+ display: flex;
41
+ align-items: center;
42
+ padding: 0 28px;
43
+ box-sizing: border-box;
44
+ gap: 24px;
45
+ }
46
+ .circle-icon {
47
+ width: 72px;
48
+ height: 72px;
49
+ border-radius: 50%;
50
+ background: #2F2F2F;
51
+ display: flex;
52
+ align-items: center;
53
+ justify-content: center;
54
+ }
55
+ .url-pill {
56
+ flex: 1;
57
+ height: 96px;
58
+ border-radius: 48px;
59
+ background: #2B2B2B;
60
+ color: #CFCFCF;
61
+ display: flex;
62
+ align-items: center;
63
+ padding: 0 36px;
64
+ font-size: 38px;
65
+ box-sizing: border-box;
66
+ }
67
+ .url-pill .lock {
68
+ width: 32px; height: 32px; margin-right: 18px;
69
+ }
70
+ .tab-count {
71
+ background: #2F2F2F;
72
+ color: #EAEAEA;
73
+ border-radius: 14px;
74
+ padding: 10px 18px;
75
+ font-size: 36px;
76
+ }
77
+
78
+ /* Content area */
79
+ .content {
80
+ height: 2120px;
81
+ overflow: hidden;
82
+ background: #fff;
83
+ }
84
+
85
+ /* Product hero */
86
+ .hero {
87
+ width: 100%;
88
+ height: 520px;
89
+ background: #F4F4F4;
90
+ border-bottom: 1px solid #E0E0E0;
91
+ display: flex;
92
+ align-items: flex-end;
93
+ justify-content: center;
94
+ position: relative;
95
+ }
96
+ .hero .img {
97
+ position: absolute;
98
+ top: 20px;
99
+ left: 0;
100
+ right: 0;
101
+ height: 460px;
102
+ margin: 0 24px;
103
+ background: #E0E0E0;
104
+ border: 1px solid #BDBDBD;
105
+ display: flex;
106
+ align-items: center;
107
+ justify-content: center;
108
+ color: #555;
109
+ font-size: 40px;
110
+ }
111
+ .dots {
112
+ display: flex;
113
+ gap: 22px;
114
+ margin-bottom: 24px;
115
+ }
116
+ .dot {
117
+ width: 20px; height: 20px; border-radius: 50%;
118
+ background: #CFCFCF;
119
+ border: 2px solid #CFCFCF;
120
+ }
121
+ .dot.active { background: #666; border-color: #666; }
122
+
123
+ /* Section wrappers */
124
+ .section {
125
+ padding: 34px 40px;
126
+ box-sizing: border-box;
127
+ }
128
+ .section-title {
129
+ font-size: 44px;
130
+ margin: 6px 0 24px 0;
131
+ }
132
+ .bold { font-weight: 700; }
133
+
134
+ /* Color thumbnails */
135
+ .color-row {
136
+ display: flex;
137
+ gap: 32px;
138
+ padding-bottom: 8px;
139
+ overflow: hidden;
140
+ }
141
+ .thumb {
142
+ width: 180px;
143
+ display: flex;
144
+ flex-direction: column;
145
+ align-items: center;
146
+ font-size: 32px;
147
+ color: #444;
148
+ }
149
+ .thumb .circle {
150
+ width: 168px; height: 168px; border-radius: 50%;
151
+ border: 4px solid #D5D5D5;
152
+ display: flex; align-items: center; justify-content: center;
153
+ background: #FFFFFF;
154
+ overflow: hidden;
155
+ }
156
+ .thumb .circle .img {
157
+ width: 150px; height: 150px;
158
+ background: #E0E0E0;
159
+ border: 1px solid #BDBDBD;
160
+ border-radius: 50%;
161
+ display: flex; align-items: center; justify-content: center;
162
+ color: #777; font-size: 28px;
163
+ text-align: center; padding: 10px;
164
+ }
165
+ .thumb.active .circle { border-color: #111; }
166
+ .price-under {
167
+ margin-top: 16px;
168
+ }
169
+ .strikethrough { text-decoration: line-through; color: #8B8B8B; }
170
+
171
+ /* Size chips */
172
+ .chips {
173
+ display: flex;
174
+ flex-wrap: wrap;
175
+ gap: 24px;
176
+ }
177
+ .chip {
178
+ min-width: 150px;
179
+ height: 96px;
180
+ padding: 0 24px;
181
+ border: 2px solid #D1D5DB;
182
+ border-radius: 20px;
183
+ display: flex; align-items: center; justify-content: center;
184
+ font-size: 40px;
185
+ color: #222;
186
+ background: #fff;
187
+ }
188
+ .chip.selected {
189
+ background: #111; color: #fff; border-color: #111;
190
+ }
191
+ .size-guide {
192
+ color: #0A6F7B;
193
+ font-size: 42px;
194
+ padding: 28px 40px 0 40px;
195
+ }
196
+
197
+ /* Deal card */
198
+ .card {
199
+ margin: 28px 28px 0 28px;
200
+ background: #fff;
201
+ border: 1px solid #E6E6E6;
202
+ border-radius: 24px;
203
+ box-shadow: 0 2px 0 rgba(0,0,0,0.02);
204
+ padding: 28px;
205
+ }
206
+ .card-header {
207
+ display: flex;
208
+ align-items: center;
209
+ justify-content: space-between;
210
+ font-size: 44px;
211
+ margin-bottom: 16px;
212
+ }
213
+ .teal-dot {
214
+ width: 40px; height: 40px; border-radius: 50%;
215
+ border: 4px solid #008C97; box-sizing: border-box;
216
+ }
217
+ .deal-pill {
218
+ display: inline-block;
219
+ background: #C91432;
220
+ color: #fff;
221
+ padding: 10px 20px;
222
+ border-radius: 12px;
223
+ font-weight: 700;
224
+ margin: 6px 0 16px 0;
225
+ font-size: 36px;
226
+ }
227
+ .price-row {
228
+ display: flex;
229
+ align-items: flex-end;
230
+ gap: 24px;
231
+ }
232
+ .discount {
233
+ color: #C91432;
234
+ font-size: 96px; font-weight: 600;
235
+ }
236
+ .price {
237
+ font-size: 110px; font-weight: 800; color: #111;
238
+ display: flex; align-items: baseline; gap: 6px;
239
+ }
240
+ .price .minor { font-size: 56px; font-weight: 700; }
241
+ .was {
242
+ color: #7A7A7A; font-size: 40px; margin-top: 8px;
243
+ display: flex; align-items: center; gap: 10px;
244
+ }
245
+ .info-icn {
246
+ width: 28px; height: 28px; border-radius: 50%;
247
+ border: 2px solid #9E9E9E; color: #9E9E9E;
248
+ display: inline-flex; align-items: center; justify-content: center;
249
+ font-size: 20px;
250
+ }
251
+ .subdued { color: #555; font-size: 40px; margin-top: 10px; }
252
+
253
+ .prime-note {
254
+ margin-top: 20px;
255
+ border: 1px solid #D8E8EF;
256
+ border-radius: 20px;
257
+ padding: 24px;
258
+ background: #F7FBFD;
259
+ }
260
+ .prime-note .title { font-size: 44px; font-weight: 700; margin-bottom: 6px; }
261
+ .prime-note .desc { font-size: 38px; color: #333; }
262
+ .prime-note .link { color: #0A6F7B; text-decoration: underline; }
263
+ .join-btn {
264
+ margin-top: 24px;
265
+ width: 100%;
266
+ height: 110px;
267
+ background: #FFD814;
268
+ border: 1px solid #F0C200;
269
+ border-radius: 16px;
270
+ font-size: 44px;
271
+ font-weight: 700;
272
+ color: #111;
273
+ }
274
+
275
+ /* Bottom gesture bar */
276
+ .gesture {
277
+ position: absolute; bottom: 18px; left: 50%;
278
+ transform: translateX(-50%);
279
+ width: 260px; height: 10px; border-radius: 6px; background: #5B5B5B;
280
+ opacity: 0.9;
281
+ }
282
+ </style>
283
+ </head>
284
+ <body>
285
+ <div id="render-target">
286
+
287
+ <!-- Status bar -->
288
+ <div class="status-bar">
289
+ <div class="time">9:53</div>
290
+ <div class="left-icons">
291
+ <!-- simple circles to mimic icons -->
292
+ <div class="circle-icon">
293
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#fff"><circle cx="12" cy="12" r="3"/></svg>
294
+ </div>
295
+ <div class="circle-icon">
296
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#fff"><rect x="5" y="5" width="14" height="14" rx="3"/></svg>
297
+ </div>
298
+ <div class="circle-icon">
299
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#fff"><circle cx="12" cy="12" r="10"/></svg>
300
+ </div>
301
+ <div style="color:#9E9E9E">•</div>
302
+ </div>
303
+ <div class="right-icons" style="margin-left:auto;">
304
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#fff"><path d="M12 4a6 6 0 1 0 0 12 6 6 0 0 0 0-12z"/></svg>
305
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#fff"><path d="M3 11h18v2H3z"/></svg>
306
+ </div>
307
+ </div>
308
+
309
+ <!-- Browser bar -->
310
+ <div class="browser-bar">
311
+ <!-- Home icon -->
312
+ <div class="circle-icon" title="Home">
313
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#fff"><path d="M12 3l9 8h-3v9h-12v-9h-3z"/></svg>
314
+ </div>
315
+ <!-- URL pill -->
316
+ <div class="url-pill">
317
+ <svg class="lock" viewBox="0 0 24 24" fill="#CFCFCF"><path d="M12 2a4 4 0 0 0-4 4v3H6v13h12V9h-2V6a4 4 0 0 0-4-4zm-2 7V6a2 2 0 1 1 4 0v3h-4z"/></svg>
318
+ amazon.co.uk/dp/B06X...
319
+ </div>
320
+ <!-- Add icon -->
321
+ <div class="circle-icon">
322
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#fff"><path d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z"/></svg>
323
+ </div>
324
+ <div class="tab-count">4</div>
325
+ <div class="circle-icon">
326
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#fff"><circle cx="5" cy="12" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="19" cy="12" r="2"/></svg>
327
+ </div>
328
+ </div>
329
+
330
+ <div class="content">
331
+ <!-- Product hero -->
332
+ <div class="hero">
333
+ <div class="img">[IMG: Black block heel shoe]</div>
334
+ <div class="dots">
335
+ <div class="dot active"></div>
336
+ <div class="dot"></div><div class="dot"></div><div class="dot"></div>
337
+ <div class="dot"></div><div class="dot"></div><div class="dot"></div>
338
+ </div>
339
+ </div>
340
+
341
+ <!-- Colour section -->
342
+ <div class="section">
343
+ <div class="section-title">Colour: <span class="bold">Black</span></div>
344
+ <div class="color-row">
345
+ <div class="thumb active">
346
+ <div class="circle">
347
+ <div class="img">[IMG: Black]</div>
348
+ </div>
349
+ <div class="price-under">£31.99</div>
350
+ </div>
351
+ <div class="thumb">
352
+ <div class="circle">
353
+ <div class="img">[IMG: Navy]</div>
354
+ </div>
355
+ <div class="price-under">£25.59 <span class="strikethrough">£31.99</span></div>
356
+ </div>
357
+ <div class="thumb">
358
+ <div class="circle">
359
+ <div class="img">[IMG: Beige]</div>
360
+ </div>
361
+ <div class="price-under">1 option from £31.99</div>
362
+ </div>
363
+ <div class="thumb">
364
+ <div class="circle">
365
+ <div class="img">[IMG: Silver]</div>
366
+ </div>
367
+ <div class="price-under">1 option from £31.99</div>
368
+ </div>
369
+ <div class="thumb">
370
+ <div class="circle">
371
+ <div class="img">[IMG: Brown]</div>
372
+ </div>
373
+ <div class="price-under">£25.59 <span class="strikethrough">£31.99</span></div>
374
+ </div>
375
+ </div>
376
+ </div>
377
+
378
+ <!-- Size section -->
379
+ <div class="section" style="padding-top:8px;">
380
+ <div class="section-title">Size: <span class="bold">6 UK</span></div>
381
+ <div class="chips">
382
+ <div class="chip">3 UK</div>
383
+ <div class="chip">4 UK</div>
384
+ <div class="chip">5 UK</div>
385
+ <div class="chip selected">6 UK</div>
386
+ <div class="chip">7 UK</div>
387
+ <div class="chip">8 UK</div>
388
+ </div>
389
+ </div>
390
+ <div class="size-guide">Size guide</div>
391
+
392
+ <!-- Deal card -->
393
+ <div class="card">
394
+ <div class="card-header">
395
+ <div>Prime exclusive deal</div>
396
+ <div class="teal-dot"></div>
397
+ </div>
398
+ <div class="deal-pill">Black Friday Deal</div>
399
+
400
+ <div class="price-row">
401
+ <div class="discount">-20%</div>
402
+ <div class="price">
403
+ £25<span class="minor">59</span>
404
+ </div>
405
+ </div>
406
+
407
+ <div class="was">Was: <span class="strikethrough">£31.99</span> <span class="info-icn">i</span></div>
408
+ <div class="subdued">Exclusive Prime price</div>
409
+
410
+ <div class="prime-note">
411
+ <div class="title">Prime exclusive deal</div>
412
+ <div class="desc">
413
+ This deal is exclusively for <span class="link">Amazon Prime</span> members.
414
+ </div>
415
+ <button class="join-btn">Join Prime</button>
416
+ </div>
417
+ </div>
418
+ </div>
419
+
420
+ <div class="gesture"></div>
421
+ </div>
422
+ </body>
423
+ </html>
code/4425/4425_0.html ADDED
@@ -0,0 +1,356 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>App Drawer Mock</title>
7
+ <style>
8
+ /* Reset */
9
+ body { margin: 0; padding: 0; background: transparent; }
10
+
11
+ /* Root container */
12
+ #render-target {
13
+ width: 1080px;
14
+ height: 2400px;
15
+ position: relative;
16
+ overflow: hidden;
17
+ background: #111a16; /* dark, slightly greenish */
18
+ font-family: Arial, Helvetica, sans-serif;
19
+ color: #E6EAE7;
20
+ }
21
+
22
+ * { box-sizing: border-box; }
23
+
24
+ /* Status bar */
25
+ .status-bar {
26
+ position: absolute;
27
+ top: 22px;
28
+ left: 28px;
29
+ right: 28px;
30
+ height: 40px;
31
+ display: flex;
32
+ align-items: center;
33
+ justify-content: space-between;
34
+ color: #E6EAE7;
35
+ font-size: 32px;
36
+ letter-spacing: 0.5px;
37
+ }
38
+ .status-left {
39
+ display: flex;
40
+ align-items: center;
41
+ gap: 16px;
42
+ }
43
+ .status-left .temp {
44
+ font-size: 26px;
45
+ color: #C8D0CC;
46
+ }
47
+ .status-right {
48
+ display: flex;
49
+ align-items: center;
50
+ gap: 18px;
51
+ }
52
+ .status-icon svg { width: 28px; height: 28px; fill: none; stroke: #C8D0CC; stroke-width: 2; }
53
+
54
+ /* Search bar */
55
+ .search-bar {
56
+ position: absolute;
57
+ top: 120px;
58
+ left: 36px;
59
+ width: 1008px;
60
+ height: 92px;
61
+ background: #1a2420;
62
+ border-radius: 28px;
63
+ display: flex;
64
+ align-items: center;
65
+ padding: 0 20px;
66
+ box-shadow: 0 2px 0 rgba(0,0,0,0.25) inset;
67
+ }
68
+ .g-logo {
69
+ width: 56px;
70
+ height: 56px;
71
+ border-radius: 50%;
72
+ background: #E0E0E0;
73
+ border: 1px solid #BDBDBD;
74
+ display: flex;
75
+ align-items: center;
76
+ justify-content: center;
77
+ color: #757575;
78
+ font-weight: bold;
79
+ margin-right: 18px;
80
+ }
81
+ .search-placeholder {
82
+ flex: 1;
83
+ color: #9AA39E;
84
+ font-size: 30px;
85
+ }
86
+ .search-actions {
87
+ display: flex;
88
+ align-items: center;
89
+ gap: 18px;
90
+ }
91
+ .search-actions .icon svg { width: 36px; height: 36px; stroke: #C8D0CC; fill: none; stroke-width: 2; }
92
+
93
+ /* Divider handle below first row */
94
+ .drawer-handle {
95
+ position: absolute;
96
+ top: 560px;
97
+ left: 260px;
98
+ width: 560px;
99
+ height: 6px;
100
+ background: #56635d;
101
+ border-radius: 3px;
102
+ opacity: 0.7;
103
+ }
104
+
105
+ /* App grid */
106
+ .app-grid {
107
+ position: absolute;
108
+ top: 240px;
109
+ left: 24px;
110
+ right: 24px;
111
+ display: grid;
112
+ grid-template-columns: repeat(4, 1fr);
113
+ grid-column-gap: 32px;
114
+ grid-row-gap: 64px;
115
+ padding: 0 12px;
116
+ }
117
+ .app {
118
+ display: flex;
119
+ flex-direction: column;
120
+ align-items: center;
121
+ }
122
+ .app .icon-holder {
123
+ width: 144px;
124
+ height: 144px;
125
+ border-radius: 50%;
126
+ background: #E0E0E0;
127
+ border: 1px solid #BDBDBD;
128
+ display: flex;
129
+ align-items: center;
130
+ justify-content: center;
131
+ text-align: center;
132
+ color: #757575;
133
+ font-size: 22px;
134
+ padding: 10px;
135
+ }
136
+ .app .label {
137
+ margin-top: 16px;
138
+ color: #C9D1CB;
139
+ font-size: 28px;
140
+ text-align: center;
141
+ max-width: 220px;
142
+ white-space: nowrap;
143
+ overflow: hidden;
144
+ text-overflow: ellipsis;
145
+ }
146
+
147
+ /* Right scroll indicator */
148
+ .scroll-indicator {
149
+ position: absolute;
150
+ right: 14px;
151
+ top: 680px;
152
+ width: 22px;
153
+ height: 170px;
154
+ background: #29e673;
155
+ border-radius: 12px;
156
+ }
157
+ </style>
158
+ </head>
159
+ <body>
160
+ <div id="render-target">
161
+
162
+ <!-- Status bar -->
163
+ <div class="status-bar">
164
+ <div class="status-left">
165
+ <div class="time">4:02</div>
166
+ <div class="temp">34°</div>
167
+ <div class="status-icon">
168
+ <!-- tiny location / gps -->
169
+ <svg viewBox="0 0 24 24">
170
+ <circle cx="12" cy="12" r="3"></circle>
171
+ <path d="M12 2v4M12 18v4M2 12h4M18 12h4"></path>
172
+ </svg>
173
+ </div>
174
+ <div class="status-icon">
175
+ <!-- alarm -->
176
+ <svg viewBox="0 0 24 24">
177
+ <circle cx="12" cy="13" r="7"></circle>
178
+ <path d="M12 13l3-2M4 5l4-3M20 5l-4-3"></path>
179
+ </svg>
180
+ </div>
181
+ </div>
182
+ <div class="status-right">
183
+ <div class="status-icon">
184
+ <!-- Do Not Disturb -->
185
+ <svg viewBox="0 0 24 24">
186
+ <circle cx="12" cy="12" r="9"></circle>
187
+ <path d="M7 12h10"></path>
188
+ </svg>
189
+ </div>
190
+ <div class="status-icon">
191
+ <!-- cellular -->
192
+ <svg viewBox="0 0 24 24">
193
+ <path d="M3 21h3v-4H3zM8 21h3v-7H8zM13 21h3v-10h-3zM18 21h3V6h-3z"></path>
194
+ </svg>
195
+ </div>
196
+ <div class="status-icon">
197
+ <!-- wifi -->
198
+ <svg viewBox="0 0 24 24">
199
+ <path d="M2 9c5-4 15-4 20 0M5 12c3-2 11-2 14 0M8 15c2-1 6-1 8 0"></path>
200
+ <circle cx="12" cy="18" r="1.6"></circle>
201
+ </svg>
202
+ </div>
203
+ <div class="status-icon">
204
+ <!-- battery -->
205
+ <svg viewBox="0 0 28 24">
206
+ <rect x="2" y="6" width="20" height="12" rx="2"></rect>
207
+ <rect x="22" y="9" width="3" height="6" rx="1"></rect>
208
+ <rect x="4" y="8" width="12" height="8" fill="#C8D0CC" stroke="none"></rect>
209
+ </svg>
210
+ </div>
211
+ </div>
212
+ </div>
213
+
214
+ <!-- Search bar -->
215
+ <div class="search-bar">
216
+ <div class="g-logo">G</div>
217
+ <div class="search-placeholder">Search</div>
218
+ <div class="search-actions">
219
+ <div class="icon">
220
+ <!-- microphone -->
221
+ <svg viewBox="0 0 24 24">
222
+ <rect x="9" y="4" width="6" height="10" rx="3"></rect>
223
+ <path d="M6 11c0 4 12 4 12 0M12 14v6M9 20h6"></path>
224
+ </svg>
225
+ </div>
226
+ <div class="icon">
227
+ <!-- camera -->
228
+ <svg viewBox="0 0 24 24">
229
+ <rect x="3" y="7" width="18" height="12" rx="3"></rect>
230
+ <path d="M7 7l2-3h6l2 3"></path>
231
+ <circle cx="12" cy="13" r="3.5"></circle>
232
+ </svg>
233
+ </div>
234
+ </div>
235
+ </div>
236
+
237
+ <!-- Divider handle -->
238
+ <div class="drawer-handle"></div>
239
+
240
+ <!-- App grid -->
241
+ <div class="app-grid">
242
+ <!-- Row 1 -->
243
+ <div class="app">
244
+ <div class="icon-holder">[ICON: Play Store]</div>
245
+ <div class="label">Play Store</div>
246
+ </div>
247
+ <div class="app">
248
+ <div class="icon-holder">[ICON: DHgate]</div>
249
+ <div class="label">DHgate</div>
250
+ </div>
251
+ <div class="app">
252
+ <div class="icon-holder">[ICON: Artier]</div>
253
+ <div class="label">Artier</div>
254
+ </div>
255
+ <div class="app">
256
+ <div class="icon-holder">[ICON: Smartify]</div>
257
+ <div class="label">Smartify</div>
258
+ </div>
259
+
260
+ <!-- Row 2 -->
261
+ <div class="app">
262
+ <div class="icon-holder">[ICON: 1KG Cart]</div>
263
+ <div class="label">1KG Cart</div>
264
+ </div>
265
+ <div class="app">
266
+ <div class="icon-holder">[ICON: ABC7NY]</div>
267
+ <div class="label">ABC7NY</div>
268
+ </div>
269
+ <div class="app">
270
+ <div class="icon-holder">[ICON: AccuWeather]</div>
271
+ <div class="label">AccuWeath...</div>
272
+ </div>
273
+ <div class="app">
274
+ <div class="icon-holder">[ICON: adidas]</div>
275
+ <div class="label">adidas</div>
276
+ </div>
277
+
278
+ <!-- Row 3 -->
279
+ <div class="app">
280
+ <div class="icon-holder">[ICON: Airbnb]</div>
281
+ <div class="label">Airbnb</div>
282
+ </div>
283
+ <div class="app">
284
+ <div class="icon-holder">[ICON: All Languages]</div>
285
+ <div class="label">All Langua...</div>
286
+ </div>
287
+ <div class="app">
288
+ <div class="icon-holder">[ICON: Amazon]</div>
289
+ <div class="label">Amazon</div>
290
+ </div>
291
+ <div class="app">
292
+ <div class="icon-holder">[ICON: APKMirror]</div>
293
+ <div class="label">APKMirror I...</div>
294
+ </div>
295
+
296
+ <!-- Row 4 -->
297
+ <div class="app">
298
+ <div class="icon-holder">[ICON: APKPure]</div>
299
+ <div class="label">APKPure</div>
300
+ </div>
301
+ <div class="app">
302
+ <div class="icon-holder">[ICON: AppBrain]</div>
303
+ <div class="label">AppBrain A...</div>
304
+ </div>
305
+ <div class="app">
306
+ <div class="icon-holder">[ICON: apphunt]</div>
307
+ <div class="label">apphunt</div>
308
+ </div>
309
+ <div class="app">
310
+ <div class="icon-holder">[ICON: Artier]</div>
311
+ <div class="label">Artier</div>
312
+ </div>
313
+
314
+ <!-- Row 5 -->
315
+ <div class="app">
316
+ <div class="icon-holder">[ICON: Arts & Culture]</div>
317
+ <div class="label">Arts & Cult...</div>
318
+ </div>
319
+ <div class="app">
320
+ <div class="icon-holder">[ICON: Artsy]</div>
321
+ <div class="label">Artsy</div>
322
+ </div>
323
+ <div class="app">
324
+ <div class="icon-holder">[ICON: Aurora Store]</div>
325
+ <div class="label">Aurora Store</div>
326
+ </div>
327
+ <div class="app">
328
+ <div class="icon-holder">[ICON: Banggood]</div>
329
+ <div class="label">Banggood</div>
330
+ </div>
331
+
332
+ <!-- Row 6 -->
333
+ <div class="app">
334
+ <div class="icon-holder">[ICON: bigbasket]</div>
335
+ <div class="label">bigbasket</div>
336
+ </div>
337
+ <div class="app">
338
+ <div class="icon-holder">[ICON: Blinkit]</div>
339
+ <div class="label">Blinkit</div>
340
+ </div>
341
+ <div class="app">
342
+ <div class="icon-holder">[ICON: Blossom]</div>
343
+ <div class="label">Blossom</div>
344
+ </div>
345
+ <div class="app">
346
+ <div class="icon-holder">[ICON: Bon Appétit]</div>
347
+ <div class="label">Bon Appéti...</div>
348
+ </div>
349
+ </div>
350
+
351
+ <!-- Right vertical scroll indicator -->
352
+ <div class="scroll-indicator"></div>
353
+
354
+ </div>
355
+ </body>
356
+ </html>
code/4425/4425_1.html ADDED
@@ -0,0 +1,312 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>CHANEL Mobile UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ * { box-sizing: border-box; }
10
+ #render-target {
11
+ width: 1080px;
12
+ height: 2400px;
13
+ position: relative;
14
+ overflow: hidden;
15
+ background: #ffffff;
16
+ font-family: Arial, Helvetica, sans-serif;
17
+ color: #111;
18
+ }
19
+
20
+ /* Top status bar */
21
+ .status-bar {
22
+ height: 110px;
23
+ background: #3f0dbf;
24
+ color: #fff;
25
+ padding: 0 28px;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ }
30
+ .status-left { display: flex; align-items: center; gap: 16px; }
31
+ .status-time { font-size: 40px; font-weight: 600; letter-spacing: 0.5px; }
32
+ .status-temp { font-size: 34px; opacity: 0.9; }
33
+ .status-right { display: flex; align-items: center; gap: 26px; }
34
+ .status-icon svg { width: 42px; height: 42px; fill: none; stroke: #fff; stroke-width: 3; }
35
+
36
+ /* Brand bar */
37
+ .brand-bar {
38
+ height: 190px;
39
+ background: #0d0d0d;
40
+ display: flex;
41
+ align-items: center;
42
+ justify-content: center;
43
+ }
44
+ .brand-title {
45
+ color: #eaeaea;
46
+ font-size: 64px;
47
+ letter-spacing: 8px;
48
+ font-weight: 700;
49
+ }
50
+
51
+ /* Toolbar */
52
+ .toolbar {
53
+ height: 160px;
54
+ background: #ffffff;
55
+ border-bottom: 1px solid #e5e5e5;
56
+ padding: 0 36px;
57
+ display: flex;
58
+ align-items: center;
59
+ justify-content: space-between;
60
+ }
61
+ .tool-left, .tool-right { display: flex; align-items: center; gap: 36px; }
62
+ .tool-btn {
63
+ width: 72px; height: 72px;
64
+ display: flex; align-items: center; justify-content: center;
65
+ border-radius: 8px;
66
+ }
67
+ .tool-btn svg { width: 52px; height: 52px; stroke: #222; stroke-width: 3; fill: none; }
68
+
69
+ /* Hero section */
70
+ .hero {
71
+ position: relative;
72
+ height: 980px;
73
+ overflow: hidden;
74
+ }
75
+ .hero .img {
76
+ width: 1080px; height: 980px;
77
+ background: #E0E0E0;
78
+ border: 1px solid #BDBDBD;
79
+ display: flex; align-items: center; justify-content: center;
80
+ color: #757575; font-size: 36px;
81
+ }
82
+ .hero-overlay {
83
+ position: absolute;
84
+ left: 0; right: 0; bottom: 110px;
85
+ display: flex; flex-direction: column; align-items: center; gap: 36px;
86
+ padding: 0 50px;
87
+ text-align: center;
88
+ color: #ffffff;
89
+ }
90
+ .hero-kicker {
91
+ font-size: 36px;
92
+ letter-spacing: 6px;
93
+ text-transform: uppercase;
94
+ opacity: 0.9;
95
+ }
96
+ .hero-title {
97
+ font-size: 64px;
98
+ letter-spacing: 3px;
99
+ line-height: 1.2;
100
+ font-weight: 800;
101
+ text-transform: uppercase;
102
+ }
103
+ .cta {
104
+ margin-top: 12px;
105
+ background: #ffffff;
106
+ color: #111;
107
+ padding: 28px 48px;
108
+ border-radius: 6px;
109
+ font-size: 40px;
110
+ font-weight: 700;
111
+ letter-spacing: 2px;
112
+ border: 1px solid #dcdcdc;
113
+ }
114
+
115
+ /* Secondary image */
116
+ .wheel {
117
+ height: 300px;
118
+ background: #111; /* dark backdrop to match screenshot edge */
119
+ display: flex; align-items: center; justify-content: center;
120
+ }
121
+ .wheel .img {
122
+ width: 980px; height: 260px;
123
+ background: #E0E0E0;
124
+ border: 1px solid #BDBDBD;
125
+ display: flex; align-items: center; justify-content: center;
126
+ color: #757575; font-size: 32px;
127
+ }
128
+
129
+ /* Cookie banner */
130
+ .cookies {
131
+ background: #1f1f1f;
132
+ color: #f5f5f5;
133
+ padding: 40px 48px 32px;
134
+ }
135
+ .cookies p {
136
+ font-size: 34px;
137
+ line-height: 1.5;
138
+ margin: 0 0 24px;
139
+ }
140
+ .cookies a {
141
+ color: #e0e0e0;
142
+ text-decoration: underline;
143
+ }
144
+ .cookies .actions {
145
+ margin-top: 10px;
146
+ display: flex; flex-direction: column; align-items: center; gap: 26px;
147
+ }
148
+ .cookies .accept {
149
+ width: 760px;
150
+ max-width: 90%;
151
+ padding: 28px 24px;
152
+ background: #0d0d0d;
153
+ border: 1px solid #343434;
154
+ border-radius: 8px;
155
+ color: #ffffff;
156
+ font-size: 40px; font-weight: 700;
157
+ text-align: center;
158
+ }
159
+ .cookies .settings {
160
+ font-size: 34px;
161
+ color: #cfcfcf;
162
+ text-decoration: underline;
163
+ }
164
+
165
+ /* Ad strip */
166
+ .ad-strip {
167
+ background: #ffffff;
168
+ border-top: 1px solid #e3e3e3;
169
+ padding: 16px 20px;
170
+ }
171
+ .ad-row {
172
+ display: flex; align-items: center; gap: 18px;
173
+ overflow: hidden;
174
+ }
175
+ .ad-item {
176
+ width: 150px; height: 120px;
177
+ background: #E0E0E0;
178
+ border: 1px solid #BDBDBD;
179
+ display: flex; align-items: center; justify-content: center;
180
+ color: #757575; font-size: 22px;
181
+ }
182
+
183
+ /* Gesture bar */
184
+ .gesture {
185
+ height: 40px;
186
+ display: flex; align-items: center; justify-content: center;
187
+ background: #ffffff;
188
+ }
189
+ .gesture .pill {
190
+ width: 340px; height: 14px; border-radius: 16px; background: #cfcfcf;
191
+ }
192
+ </style>
193
+ </head>
194
+ <body>
195
+ <div id="render-target">
196
+
197
+ <!-- Status Bar -->
198
+ <div class="status-bar">
199
+ <div class="status-left">
200
+ <div class="status-time">4:03</div>
201
+ <div class="status-temp">34°</div>
202
+ </div>
203
+ <div class="status-right">
204
+ <div class="status-icon" title="Do Not Disturb">
205
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9"></circle><line x1="7" y1="12" x2="17" y2="12"></line></svg>
206
+ </div>
207
+ <div class="status-icon" title="Wi‑Fi">
208
+ <svg viewBox="0 0 24 24">
209
+ <path d="M3 9c5-5 13-5 18 0"></path>
210
+ <path d="M6 12c3-3 9-3 12 0"></path>
211
+ <path d="M9 15c2-2 6-2 8 0"></path>
212
+ <circle cx="12" cy="18" r="1.5" fill="#fff" stroke="none"></circle>
213
+ </svg>
214
+ </div>
215
+ <div class="status-icon" title="Alarm">
216
+ <svg viewBox="0 0 24 24">
217
+ <circle cx="12" cy="13" r="8"></circle>
218
+ <line x1="12" y1="13" x2="12" y2="8"></line>
219
+ <line x1="12" y1="13" x2="16" y2="15"></line>
220
+ </svg>
221
+ </div>
222
+ <div class="status-icon" title="Battery">
223
+ <svg viewBox="0 0 28 24">
224
+ <rect x="2" y="5" width="20" height="14" rx="2"></rect>
225
+ <rect x="23" y="9" width="3" height="6" rx="1" fill="none" stroke="#fff"></rect>
226
+ </svg>
227
+ </div>
228
+ </div>
229
+ </div>
230
+
231
+ <!-- Brand Bar -->
232
+ <div class="brand-bar">
233
+ <div class="brand-title">CHANEL</div>
234
+ </div>
235
+
236
+ <!-- Toolbar -->
237
+ <div class="toolbar">
238
+ <div class="tool-left">
239
+ <div class="tool-btn" title="Menu">
240
+ <svg viewBox="0 0 24 24">
241
+ <line x1="3" y1="6" x2="21" y2="6"></line>
242
+ <line x1="3" y1="12" x2="21" y2="12"></line>
243
+ <line x1="3" y1="18" x2="21" y2="18"></line>
244
+ </svg>
245
+ </div>
246
+ <div class="tool-btn" title="Search">
247
+ <svg viewBox="0 0 24 24">
248
+ <circle cx="10" cy="10" r="6"></circle>
249
+ <line x1="15" y1="15" x2="21" y2="21"></line>
250
+ </svg>
251
+ </div>
252
+ </div>
253
+ <div class="tool-right">
254
+ <div class="tool-btn" title="Favorites">
255
+ <svg viewBox="0 0 24 24">
256
+ <path d="M12 17l-6 3 1.5-6.5L3 9l6.5-.5L12 2l2.5 6.5L21 9l-4.5 4.5L18 20z"></path>
257
+ </svg>
258
+ </div>
259
+ <div class="tool-btn" title="Bag">
260
+ <svg viewBox="0 0 24 24">
261
+ <rect x="4" y="8" width="16" height="12" rx="2"></rect>
262
+ <path d="M8 8c0-3 2-4 4-4s4 1 4 4"></path>
263
+ </svg>
264
+ </div>
265
+ </div>
266
+ </div>
267
+
268
+ <!-- Hero -->
269
+ <div class="hero">
270
+ <div class="img">[IMG: Winter fashion hero]</div>
271
+ <div class="hero-overlay">
272
+ <div class="hero-kicker">Fashion</div>
273
+ <div class="hero-title">THE CHANEL COCO NEIGE<br>2023/24 COLLECTION</div>
274
+ <div class="cta">SEE MORE</div>
275
+ </div>
276
+ </div>
277
+
278
+ <!-- Secondary image -->
279
+ <div class="wheel">
280
+ <div class="img">[IMG: Beauty product wheel close‑up]</div>
281
+ </div>
282
+
283
+ <!-- Cookies banner -->
284
+ <div class="cookies">
285
+ <p>CHANEL uses cookies to personalise content and offer you a tailored experience. You can manage your preferences and learn more by clicking on ‘Cookie settings’ and at any time in the <a href="#">Privacy policy</a>.</p>
286
+ <div class="actions">
287
+ <div class="accept">Accept All Cookies</div>
288
+ <a href="#" class="settings">Cookies Settings</a>
289
+ </div>
290
+ </div>
291
+
292
+ <!-- Ad strip -->
293
+ <div class="ad-strip">
294
+ <div class="ad-row">
295
+ <div class="ad-item">[IMG]</div>
296
+ <div class="ad-item">[IMG]</div>
297
+ <div class="ad-item">[IMG]</div>
298
+ <div class="ad-item">[IMG]</div>
299
+ <div class="ad-item">[IMG]</div>
300
+ <div class="ad-item">[IMG]</div>
301
+ <div class="ad-item">[IMG]</div>
302
+ </div>
303
+ </div>
304
+
305
+ <!-- Gesture bar -->
306
+ <div class="gesture">
307
+ <div class="pill"></div>
308
+ </div>
309
+
310
+ </div>
311
+ </body>
312
+ </html>
code/4425/4425_2.html ADDED
@@ -0,0 +1,343 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Chanel Search UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: "Helvetica Neue", Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ }
15
+
16
+ /* Top status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 120px;
23
+ background: #4b00d8;
24
+ color: #ffffff;
25
+ display: flex;
26
+ align-items: center;
27
+ padding: 0 36px;
28
+ box-sizing: border-box;
29
+ font-weight: 600;
30
+ }
31
+ .status-time { font-size: 40px; letter-spacing: 0.5px; }
32
+ .status-icons {
33
+ margin-left: auto;
34
+ display: flex;
35
+ align-items: center;
36
+ gap: 26px;
37
+ }
38
+ .status-icons svg { width: 46px; height: 46px; fill: none; stroke: #fff; stroke-width: 4; }
39
+
40
+ /* App header */
41
+ .app-header {
42
+ position: absolute;
43
+ top: 120px;
44
+ left: 0;
45
+ width: 1080px;
46
+ height: 160px;
47
+ background: #111111;
48
+ color: #ffffff;
49
+ display: flex;
50
+ align-items: center;
51
+ justify-content: center;
52
+ letter-spacing: 4px;
53
+ font-size: 56px;
54
+ font-weight: 700;
55
+ }
56
+
57
+ /* Content area */
58
+ .content {
59
+ position: absolute;
60
+ top: 280px;
61
+ left: 0;
62
+ width: 1080px;
63
+ padding: 40px 60px;
64
+ box-sizing: border-box;
65
+ color: #111;
66
+ }
67
+
68
+ /* Search bar row */
69
+ .search-row {
70
+ display: flex;
71
+ align-items: center;
72
+ gap: 20px;
73
+ margin-bottom: 24px;
74
+ }
75
+ .search-input {
76
+ flex: 1;
77
+ height: 110px;
78
+ background: #f2f2f2;
79
+ border: 1px solid #e3e3e3;
80
+ border-radius: 8px;
81
+ display: flex;
82
+ align-items: center;
83
+ padding: 0 28px;
84
+ box-sizing: border-box;
85
+ gap: 22px;
86
+ }
87
+ .search-input svg { width: 44px; height: 44px; stroke: #777; stroke-width: 4; fill: none; }
88
+ .search-placeholder {
89
+ color: #777;
90
+ font-size: 42px;
91
+ letter-spacing: 3px;
92
+ font-weight: 600;
93
+ }
94
+ .search-close {
95
+ color: #777;
96
+ font-size: 42px;
97
+ }
98
+
99
+ .divider { height: 1px; background: #e9e9e9; margin: 28px 0 36px; }
100
+
101
+ .row-meta {
102
+ display: flex;
103
+ align-items: center;
104
+ justify-content: space-between;
105
+ color: #9b9b9b;
106
+ font-size: 38px;
107
+ margin-bottom: 34px;
108
+ }
109
+ .row-meta a { color: #9b9b9b; text-decoration: underline; }
110
+
111
+ .recent-item {
112
+ font-size: 60px;
113
+ letter-spacing: 4px;
114
+ font-weight: 700;
115
+ margin: 40px 0 60px;
116
+ color: #111;
117
+ }
118
+
119
+ .subhead {
120
+ color: #b6b6b6;
121
+ font-size: 38px;
122
+ margin-bottom: 28px;
123
+ }
124
+
125
+ .suggestion {
126
+ font-size: 50px;
127
+ letter-spacing: 3px;
128
+ line-height: 1.35;
129
+ font-weight: 700;
130
+ color: #111;
131
+ margin: 34px 0;
132
+ }
133
+
134
+ /* Ad strip with thumbnails */
135
+ .ad-strip {
136
+ position: absolute;
137
+ top: 1520px;
138
+ left: 0;
139
+ width: 1080px;
140
+ padding: 20px 60px;
141
+ box-sizing: border-box;
142
+ background: #ffffff;
143
+ border-top: 1px solid #000000;
144
+ border-bottom: 1px solid #000000;
145
+ }
146
+ .thumbs {
147
+ display: flex;
148
+ align-items: center;
149
+ gap: 20px;
150
+ overflow: hidden;
151
+ }
152
+ .thumb {
153
+ width: 150px;
154
+ height: 140px;
155
+ background: #E0E0E0;
156
+ border: 1px solid #BDBDBD;
157
+ display: flex;
158
+ justify-content: center;
159
+ align-items: center;
160
+ color: #757575;
161
+ font-size: 24px;
162
+ text-align: center;
163
+ padding: 6px;
164
+ box-sizing: border-box;
165
+ border-radius: 6px;
166
+ }
167
+
168
+ /* Keyboard overlay */
169
+ .keyboard {
170
+ position: absolute;
171
+ left: 0;
172
+ top: 1620px;
173
+ width: 1080px;
174
+ height: 780px;
175
+ background: #0e1410;
176
+ color: #d7e0d4;
177
+ box-sizing: border-box;
178
+ padding: 24px 28px;
179
+ }
180
+
181
+ .k-top {
182
+ display: flex;
183
+ align-items: center;
184
+ gap: 44px;
185
+ margin-bottom: 18px;
186
+ }
187
+ .k-top .k-btn {
188
+ height: 70px;
189
+ padding: 0 26px;
190
+ border-radius: 18px;
191
+ background: #182018;
192
+ display: flex;
193
+ align-items: center;
194
+ justify-content: center;
195
+ font-size: 32px;
196
+ }
197
+
198
+ .key-row {
199
+ display: flex;
200
+ gap: 14px;
201
+ margin: 16px 0;
202
+ justify-content: center;
203
+ }
204
+ .key {
205
+ width: 86px;
206
+ height: 98px;
207
+ background: #1b231b;
208
+ border-radius: 18px;
209
+ display: flex;
210
+ align-items: center;
211
+ justify-content: center;
212
+ font-size: 40px;
213
+ color: #e4eee3;
214
+ }
215
+ .key.wide { width: 160px; }
216
+ .key.extra-wide { width: 280px; }
217
+ .key.green { background: #4cff7c; color: #0a0f0a; }
218
+
219
+ /* Bottom pill (gesture bar) */
220
+ .gesture-bar {
221
+ position: absolute;
222
+ bottom: 28px;
223
+ left: 50%;
224
+ transform: translateX(-50%);
225
+ width: 380px;
226
+ height: 16px;
227
+ border-radius: 20px;
228
+ background: #e7e7e7;
229
+ }
230
+ </style>
231
+ </head>
232
+ <body>
233
+ <div id="render-target">
234
+
235
+ <!-- Status Bar -->
236
+ <div class="status-bar">
237
+ <div class="status-time">4:03</div>
238
+ <div style="margin-left: 12px; font-size: 34px;">34°</div>
239
+ <div class="status-icons">
240
+ <!-- Do Not Disturb icon -->
241
+ <svg viewBox="0 0 24 24">
242
+ <circle cx="12" cy="12" r="9"></circle>
243
+ <line x1="6" y1="12" x2="18" y2="12"></line>
244
+ </svg>
245
+ <!-- Alarm icon -->
246
+ <svg viewBox="0 0 24 24">
247
+ <circle cx="12" cy="13" r="8"></circle>
248
+ <line x1="12" y1="13" x2="12" y2="8"></line>
249
+ <line x1="12" y1="13" x2="16" y2="15"></line>
250
+ </svg>
251
+ <!-- WiFi icon -->
252
+ <svg viewBox="0 0 24 24">
253
+ <path d="M2 9c4-4 16-4 20 0"></path>
254
+ <path d="M5 12c3-3 11-3 14 0"></path>
255
+ <path d="M8 15c2-2 6-2 8 0"></path>
256
+ <circle cx="12" cy="18" r="1.8" fill="#fff" stroke="none"></circle>
257
+ </svg>
258
+ <!-- Battery icon -->
259
+ <svg viewBox="0 0 24 24">
260
+ <rect x="3" y="6" width="16" height="12" rx="2" ry="2"></rect>
261
+ <rect x="20" y="10" width="2.5" height="4" rx="1" ry="1"></rect>
262
+ <rect x="5" y="8" width="10" height="8" fill="#fff" stroke="none"></rect>
263
+ </svg>
264
+ </div>
265
+ </div>
266
+
267
+ <!-- App Header -->
268
+ <div class="app-header">CHANEL</div>
269
+
270
+ <!-- Content -->
271
+ <div class="content">
272
+ <div class="search-row">
273
+ <div class="search-input">
274
+ <svg viewBox="0 0 24 24">
275
+ <circle cx="11" cy="11" r="7"></circle>
276
+ <line x1="16" y1="16" x2="22" y2="22"></line>
277
+ </svg>
278
+ <div class="search-placeholder">SEARCH</div>
279
+ </div>
280
+ <div class="search-close">Close</div>
281
+ </div>
282
+
283
+ <div class="divider"></div>
284
+
285
+ <div class="row-meta">
286
+ <div>Recent search</div>
287
+ <a href="#">Delete history</a>
288
+ </div>
289
+
290
+ <div class="recent-item">FOUNDATION</div>
291
+
292
+ <div class="subhead">Suggestions</div>
293
+
294
+ <div class="suggestion">COCO NEIGE FASHION COLLECTION IN BOUTIQUES</div>
295
+ <div class="suggestion">PREMIÈRE ÉDITION ORIGINALE WATCH</div>
296
+ <div class="suggestion">FRAGRANCE &amp; BEAUTY HOLIDAY</div>
297
+ </div>
298
+
299
+ <!-- Ad Strip -->
300
+ <div class="ad-strip">
301
+ <div class="thumbs">
302
+ <div class="thumb">[IMG: Beauty App Icon]</div>
303
+ <div class="thumb">[IMG: Compact Powder]</div>
304
+ <div class="thumb">[IMG: Lipstick]</div>
305
+ <div class="thumb">[IMG: Color Swirl]</div>
306
+ <div class="thumb">[IMG: Eyeshadow Palette]</div>
307
+ <div class="thumb">[IMG: Beauty Cream Jar]</div>
308
+ </div>
309
+ </div>
310
+
311
+ <!-- Keyboard Overlay -->
312
+ <div class="keyboard">
313
+ <div class="k-top">
314
+ <div class="k-btn">GIF</div>
315
+ <div class="k-btn">⚙</div>
316
+ <div class="k-btn">Gx</div>
317
+ <div class="k-btn">🎨</div>
318
+ </div>
319
+
320
+ <div class="key-row">
321
+ <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>
322
+ </div>
323
+ <div class="key-row">
324
+ <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>
325
+ </div>
326
+ <div class="key-row">
327
+ <div class="key wide">⇧</div>
328
+ <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>
329
+ <div class="key wide">⌫</div>
330
+ </div>
331
+ <div class="key-row">
332
+ <div class="key wide">?123</div>
333
+ <div class="key wide">,</div>
334
+ <div class="key extra-wide">😊</div>
335
+ <div class="key wide">.</div>
336
+ <div class="key wide green">🔎</div>
337
+ </div>
338
+ <div class="gesture-bar"></div>
339
+ </div>
340
+
341
+ </div>
342
+ </body>
343
+ </html>
code/4425/4425_3.html ADDED
@@ -0,0 +1,416 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>Chanel Search UI</title>
6
+ <style>
7
+ body {
8
+ margin: 0;
9
+ padding: 0;
10
+ background: transparent;
11
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
12
+ }
13
+ #render-target {
14
+ position: relative;
15
+ width: 1080px;
16
+ height: 2400px;
17
+ overflow: hidden;
18
+ background: #ffffff;
19
+ color: #111;
20
+ }
21
+
22
+ /* Top status bar */
23
+ .status-bar {
24
+ position: absolute;
25
+ top: 0;
26
+ left: 0;
27
+ width: 1080px;
28
+ height: 120px;
29
+ background: #6200EE;
30
+ color: #fff;
31
+ font-weight: 600;
32
+ }
33
+ .status-content {
34
+ position: absolute;
35
+ top: 22px;
36
+ left: 36px;
37
+ right: 36px;
38
+ height: 76px;
39
+ display: flex;
40
+ align-items: center;
41
+ justify-content: space-between;
42
+ font-size: 36px;
43
+ letter-spacing: 0.5px;
44
+ }
45
+ .status-icons {
46
+ display: flex;
47
+ align-items: center;
48
+ gap: 26px;
49
+ }
50
+ .icon-circle {
51
+ width: 30px;
52
+ height: 30px;
53
+ border: 3px solid #EDE7F6;
54
+ border-radius: 50%;
55
+ opacity: 0.85;
56
+ }
57
+ .battery {
58
+ width: 60px;
59
+ height: 30px;
60
+ border: 3px solid #EDE7F6;
61
+ border-radius: 6px;
62
+ position: relative;
63
+ }
64
+ .battery:after {
65
+ content: "";
66
+ position: absolute;
67
+ right: -10px;
68
+ top: 8px;
69
+ width: 8px;
70
+ height: 14px;
71
+ background: #EDE7F6;
72
+ border-radius: 2px;
73
+ }
74
+
75
+ /* App header */
76
+ .app-bar {
77
+ position: absolute;
78
+ top: 120px;
79
+ left: 0;
80
+ width: 1080px;
81
+ height: 140px;
82
+ background: #0F0F0F;
83
+ display: flex;
84
+ align-items: center;
85
+ justify-content: center;
86
+ }
87
+ .app-title {
88
+ color: #ffffff;
89
+ font-size: 64px;
90
+ font-weight: 700;
91
+ letter-spacing: 6px;
92
+ }
93
+
94
+ /* Search area */
95
+ .search-area {
96
+ position: absolute;
97
+ top: 260px;
98
+ left: 0;
99
+ width: 1080px;
100
+ padding: 32px 40px 0 40px;
101
+ background: #fff;
102
+ }
103
+ .search-row {
104
+ display: flex;
105
+ align-items: center;
106
+ gap: 28px;
107
+ }
108
+ .search-input {
109
+ flex: 1;
110
+ background: #F1F1F1;
111
+ border: 1px solid #D9D9D9;
112
+ border-radius: 12px;
113
+ height: 110px;
114
+ padding: 0 24px;
115
+ display: flex;
116
+ align-items: center;
117
+ gap: 22px;
118
+ }
119
+ .search-input .typed {
120
+ font-size: 48px;
121
+ color: #2E2E2E;
122
+ letter-spacing: 2px;
123
+ }
124
+ .search-close {
125
+ display: flex;
126
+ align-items: center;
127
+ gap: 16px;
128
+ font-size: 40px;
129
+ color: #707070;
130
+ }
131
+ .close-pill {
132
+ width: 60px;
133
+ height: 60px;
134
+ border-radius: 50%;
135
+ background: #DADADA;
136
+ display: flex;
137
+ align-items: center;
138
+ justify-content: center;
139
+ }
140
+ .divider {
141
+ width: 100%;
142
+ height: 2px;
143
+ background: #EEEEEE;
144
+ margin-top: 28px;
145
+ }
146
+
147
+ /* Products list */
148
+ .products-label {
149
+ margin: 40px 40px 0 40px;
150
+ color: #8B8B8B;
151
+ font-size: 38px;
152
+ }
153
+ .result-item {
154
+ position: relative;
155
+ margin: 36px 0 0 0;
156
+ padding: 36px 40px 36px 40px;
157
+ }
158
+ .result-title {
159
+ font-size: 54px;
160
+ font-weight: 800;
161
+ letter-spacing: 4px;
162
+ }
163
+ .result-sub {
164
+ margin-top: 14px;
165
+ font-size: 36px;
166
+ color: #7A7A7A;
167
+ }
168
+ .chevron {
169
+ position: absolute;
170
+ right: 40px;
171
+ top: 50%;
172
+ transform: translateY(-50%);
173
+ width: 40px;
174
+ height: 40px;
175
+ }
176
+ .result-sep {
177
+ height: 2px;
178
+ background: #EFEFEF;
179
+ margin: 0 40px;
180
+ }
181
+
182
+ /* Keyboard overlay */
183
+ .keyboard {
184
+ position: absolute;
185
+ left: 0;
186
+ bottom: 0;
187
+ width: 1080px;
188
+ height: 960px;
189
+ background: #0E0F0E;
190
+ color: #D7E0D4;
191
+ }
192
+ .kb-suggestion-strip {
193
+ height: 140px;
194
+ background: #1A1A1A;
195
+ display: flex;
196
+ align-items: center;
197
+ justify-content: center;
198
+ }
199
+ .kb-suggestion-images {
200
+ width: 980px;
201
+ height: 104px;
202
+ background: #FFFFFF;
203
+ border-radius: 8px;
204
+ display: flex;
205
+ align-items: center;
206
+ padding: 8px 12px;
207
+ gap: 12px;
208
+ }
209
+ .thumb {
210
+ width: 110px;
211
+ height: 88px;
212
+ background: #E0E0E0;
213
+ border: 1px solid #BDBDBD;
214
+ display: flex;
215
+ align-items: center;
216
+ justify-content: center;
217
+ color: #757575;
218
+ font-size: 24px;
219
+ }
220
+ .kb-quick {
221
+ height: 80px;
222
+ display: flex;
223
+ align-items: center;
224
+ padding: 0 40px;
225
+ gap: 22px;
226
+ font-size: 36px;
227
+ }
228
+ .kb-quick span {
229
+ color: #E5E9E3;
230
+ }
231
+ .kb-quick .sep {
232
+ color: #8A8F88;
233
+ }
234
+
235
+ .keys {
236
+ padding: 20px 24px 0 24px;
237
+ }
238
+ .row {
239
+ display: flex;
240
+ justify-content: space-between;
241
+ margin: 18px 12px;
242
+ }
243
+ .key {
244
+ width: 92px;
245
+ height: 110px;
246
+ border-radius: 18px;
247
+ background: #1B211B;
248
+ display: flex;
249
+ align-items: center;
250
+ justify-content: center;
251
+ font-size: 44px;
252
+ color: #CFE0CF;
253
+ box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06);
254
+ }
255
+ .key.wide {
256
+ width: 160px;
257
+ }
258
+ .key.xwide {
259
+ width: 320px;
260
+ }
261
+ .key.circle {
262
+ width: 120px;
263
+ height: 120px;
264
+ border-radius: 60px;
265
+ background: #58FF7B;
266
+ color: #08340F;
267
+ font-weight: 700;
268
+ }
269
+ .left-pill {
270
+ width: 160px;
271
+ height: 110px;
272
+ border-radius: 55px;
273
+ background: #88AD97;
274
+ color: #0F1A12;
275
+ display: flex;
276
+ align-items: center;
277
+ justify-content: center;
278
+ font-size: 40px;
279
+ }
280
+ .home-indicator {
281
+ position: absolute;
282
+ bottom: 26px;
283
+ left: 50%;
284
+ transform: translateX(-50%);
285
+ width: 320px;
286
+ height: 16px;
287
+ background: #EDEDED;
288
+ border-radius: 10px;
289
+ opacity: 0.9;
290
+ }
291
+
292
+ /* SVG helpers */
293
+ .svg {
294
+ display: inline-block;
295
+ }
296
+ </style>
297
+ </head>
298
+ <body>
299
+ <div id="render-target">
300
+
301
+ <!-- Status bar -->
302
+ <div class="status-bar">
303
+ <div class="status-content">
304
+ <div>4:03 34°</div>
305
+ <div class="status-icons">
306
+ <div class="icon-circle"></div>
307
+ <div class="icon-circle"></div>
308
+ <div class="icon-circle"></div>
309
+ <div class="battery"></div>
310
+ </div>
311
+ </div>
312
+ </div>
313
+
314
+ <!-- Header -->
315
+ <div class="app-bar">
316
+ <div class="app-title">CHANEL</div>
317
+ </div>
318
+
319
+ <!-- Search area -->
320
+ <div class="search-area">
321
+ <div class="search-row">
322
+ <div class="search-input">
323
+ <svg class="svg" width="48" height="48" viewBox="0 0 24 24">
324
+ <circle cx="10" cy="10" r="7" stroke="#6B6B6B" stroke-width="2" fill="none"></circle>
325
+ <line x1="15.5" y1="15.5" x2="22" y2="22" stroke="#6B6B6B" stroke-width="2" stroke-linecap="round"></line>
326
+ </svg>
327
+ <div class="typed">FOUNDATION</div>
328
+ </div>
329
+ <div class="search-close">
330
+ <div class="close-pill">
331
+ <svg class="svg" width="26" height="26" viewBox="0 0 24 24">
332
+ <line x1="5" y1="5" x2="19" y2="19" stroke="#666" stroke-width="2" stroke-linecap="round"></line>
333
+ <line x1="19" y1="5" x2="5" y2="19" stroke="#666" stroke-width="2" stroke-linecap="round"></line>
334
+ </svg>
335
+ </div>
336
+ <div>Close</div>
337
+ </div>
338
+ </div>
339
+ <div class="divider"></div>
340
+ </div>
341
+
342
+ <!-- Products -->
343
+ <div class="products-label">Products</div>
344
+
345
+ <div class="result-item">
346
+ <div class="result-title">FOUNDATION</div>
347
+ <div class="result-sub">20 results in Makeup</div>
348
+ <svg class="chevron" viewBox="0 0 24 24">
349
+ <path d="M9 5 L16 12 L9 19" fill="none" stroke="#9A9A9A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
350
+ </svg>
351
+ </div>
352
+ <div class="result-sep"></div>
353
+
354
+ <div class="result-item">
355
+ <div class="result-title">FOUNDATION</div>
356
+ <div class="result-sub">4 results in Skincare</div>
357
+ <svg class="chevron" viewBox="0 0 24 24">
358
+ <path d="M9 5 L16 12 L9 19" fill="none" stroke="#9A9A9A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
359
+ </svg>
360
+ </div>
361
+
362
+ <!-- Keyboard overlay -->
363
+ <div class="keyboard">
364
+ <div class="kb-suggestion-strip">
365
+ <div class="kb-suggestion-images">
366
+ <div class="thumb">[IMG: Product]</div>
367
+ <div class="thumb">[IMG: Compact]</div>
368
+ <div class="thumb">[IMG: Shoe]</div>
369
+ <div class="thumb">[IMG: Swirl]</div>
370
+ <div class="thumb">[IMG: Palette]</div>
371
+ <div class="thumb">[IMG: Jar]</div>
372
+ </div>
373
+ </div>
374
+ <div class="kb-quick">
375
+ <span>Foundation</span><span class="sep">|</span>
376
+ <span>Foundations</span><span class="sep">|</span>
377
+ <span>Foundation's</span>
378
+ </div>
379
+ <div class="keys">
380
+ <div class="row">
381
+ <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>
382
+ </div>
383
+ <div class="row">
384
+ <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>
385
+ </div>
386
+ <div class="row">
387
+ <div class="left-pill">⇧</div>
388
+ <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>
389
+ <div class="key">
390
+ <svg width="40" height="40" viewBox="0 0 24 24">
391
+ <path d="M6 6 L18 6 L18 18 L6 18" fill="none" stroke="#CFE0CF" stroke-width="2"></path>
392
+ <path d="M14 9 L10 13" stroke="#CFE0CF" stroke-width="2" stroke-linecap="round"></path>
393
+ <path d="M10 9 L14 13" stroke="#CFE0CF" stroke-width="2" stroke-linecap="round"></path>
394
+ </svg>
395
+ </div>
396
+ </div>
397
+ <div class="row">
398
+ <div class="key wide">?123</div>
399
+ <div class="key">,</div>
400
+ <div class="key">😊</div>
401
+ <div class="key xwide">space</div>
402
+ <div class="key">.</div>
403
+ <div class="key circle">
404
+ <svg width="48" height="48" viewBox="0 0 24 24">
405
+ <circle cx="11" cy="11" r="7" stroke="#08340F" stroke-width="2" fill="none"></circle>
406
+ <line x1="16.5" y1="16.5" x2="22" y2="22" stroke="#08340F" stroke-width="2" stroke-linecap="round"></line>
407
+ </svg>
408
+ </div>
409
+ </div>
410
+ </div>
411
+ <div class="home-indicator"></div>
412
+ </div>
413
+
414
+ </div>
415
+ </body>
416
+ </html>
code/4425/4425_4.html ADDED
@@ -0,0 +1,286 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Chanel - Foundation Results</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
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #fff;
12
+ }
13
+
14
+ /* Top status bar */
15
+ .status-bar {
16
+ position: absolute; top: 0; left: 0; right: 0;
17
+ height: 120px; background: #4D08CE; color: #fff;
18
+ display: flex; align-items: center; justify-content: space-between;
19
+ padding: 0 40px; font-weight: 600; font-size: 34px;
20
+ }
21
+ .status-right { display: flex; align-items: center; gap: 26px; }
22
+ .status-icon { width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center; }
23
+
24
+ /* Header */
25
+ .header {
26
+ position: absolute; top: 120px; left: 0; right: 0;
27
+ height: 150px; background: #121212; color: #fff;
28
+ display: flex; align-items: center; justify-content: center;
29
+ font-size: 54px; letter-spacing: 6px; font-weight: 800;
30
+ }
31
+
32
+ /* Search row */
33
+ .search-row {
34
+ position: absolute; top: 270px; left: 0; right: 0;
35
+ padding: 34px 40px; background: #fff;
36
+ display: flex; align-items: center; gap: 30px;
37
+ border-bottom: 1px solid #eee;
38
+ }
39
+ .search-field {
40
+ flex: 1; height: 100px; background: #F2F2F2; border: 1px solid #E0E0E0; border-radius: 8px;
41
+ display: flex; align-items: center; padding: 0 24px; gap: 20px;
42
+ font-size: 42px; letter-spacing: 2px; color: #222; font-weight: 700;
43
+ }
44
+ .search-close { font-size: 38px; color: #777; }
45
+ .search-chip {
46
+ margin-left: auto; width: 60px; height: 60px; background: #DADADA; border-radius: 50%;
47
+ display: flex; align-items: center; justify-content: center; color: #666; font-size: 46px; line-height: 0.8;
48
+ }
49
+ .magnify svg { width: 42px; height: 42px; }
50
+
51
+ /* Filters row */
52
+ .filters-row {
53
+ position: absolute; top: 404px; left: 0; right: 0;
54
+ padding: 30px 40px; background: #fff;
55
+ display: flex; align-items: center; justify-content: space-between;
56
+ border-top: 1px solid #eee; border-bottom: 1px solid #eee;
57
+ }
58
+ .filters-left { display: flex; align-items: center; gap: 20px; font-size: 40px; letter-spacing: 2px; font-weight: 700; color: #111; }
59
+ .filters-right { font-size: 36px; color: #777; }
60
+
61
+ /* List */
62
+ .content {
63
+ position: absolute; top: 536px; left: 0; right: 0; bottom: 240px; /* leave room for bottom bar */
64
+ overflow-y: auto; padding: 10px 0;
65
+ }
66
+ .item {
67
+ display: flex; padding: 40px 40px; gap: 40px; align-items: flex-start;
68
+ }
69
+ .item + .item { border-top: 1px solid #eee; }
70
+ .prod-img {
71
+ width: 160px; height: 200px; background: #E0E0E0; border: 1px solid #BDBDBD;
72
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 26px; text-align: center;
73
+ }
74
+ .item-body { flex: 1; }
75
+ .item-title { font-size: 44px; letter-spacing: 2px; font-weight: 800; color: #111; }
76
+ .item-sub { margin-top: 8px; font-size: 36px; color: #7a7a7a; }
77
+ .swatches { margin-top: 22px; display: flex; align-items: center; gap: 10px; }
78
+ .swatch { width: 40px; height: 20px; border-radius: 2px; }
79
+ .plus-count { font-size: 32px; color: #7a7a7a; margin-left: 10px; }
80
+ .price { margin-top: 20px; font-size: 40px; font-weight: 800; color: #111; }
81
+ .chev {
82
+ width: 50px; height: 50px; margin-left: 20px; align-self: center;
83
+ }
84
+ .row-right { display: flex; align-items: center; }
85
+
86
+ /* Bottom overlay bar */
87
+ .bottom-bar {
88
+ position: absolute; left: 0; right: 0; bottom: 0;
89
+ height: 240px; background: #111; border-top: 1px solid #2b2b2b;
90
+ padding: 20px 20px;
91
+ }
92
+ .bottom-inner {
93
+ background: #fff; border-radius: 10px; padding: 16px; display: flex; align-items: center; gap: 16px;
94
+ overflow: hidden;
95
+ }
96
+ .thumb { width: 160px; height: 120px; background: #E0E0E0; border: 1px solid #BDBDBD;
97
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 22px; }
98
+ .bar-close { position: absolute; left: 30px; top: 30px; color: #9ae1ff; font-size: 54px; }
99
+
100
+ /* Utility */
101
+ .spacer { flex: 1; }
102
+ </style>
103
+ </head>
104
+ <body>
105
+ <div id="render-target">
106
+
107
+ <!-- Status Bar -->
108
+ <div class="status-bar">
109
+ <div>4:04</div>
110
+ <div class="status-right">
111
+ <div class="status-icon">
112
+ <svg viewBox="0 0 24 24" fill="none"><path d="M2 12h16" stroke="#fff" stroke-width="2"/><circle cx="20" cy="12" r="2" fill="#fff"/></svg>
113
+ </div>
114
+ <div class="status-icon">
115
+ <svg viewBox="0 0 24 24" fill="none"><path d="M3 16c3-4 6-6 9-6s6 2 9 6" stroke="#fff" stroke-width="2"/></svg>
116
+ </div>
117
+ <div class="status-icon">
118
+ <svg viewBox="0 0 24 24" fill="none"><circle cx="12" cy="12" r="9" stroke="#fff" stroke-width="2"/><path d="M12 6v6l4 2" stroke="#fff" stroke-width="2"/></svg>
119
+ </div>
120
+ <div class="status-icon">
121
+ <svg viewBox="0 0 24 24" fill="#fff"><circle cx="18" cy="6" r="2"/><circle cx="22" cy="6" r="2"/></svg>
122
+ </div>
123
+ </div>
124
+ </div>
125
+
126
+ <!-- Header -->
127
+ <div class="header">CHANEL</div>
128
+
129
+ <!-- Search Row -->
130
+ <div class="search-row">
131
+ <div class="search-field">
132
+ <span class="magnify">
133
+ <svg viewBox="0 0 24 24"><circle cx="10" cy="10" r="7" stroke="#222" stroke-width="2" fill="none"/><path d="M15 15l6 6" stroke="#222" stroke-width="2"/></svg>
134
+ </span>
135
+ <span>FOUNDATION</span>
136
+ <div class="spacer"></div>
137
+ <div class="search-chip">×</div>
138
+ </div>
139
+ <div class="search-close">Close</div>
140
+ </div>
141
+
142
+ <!-- Filters Row -->
143
+ <div class="filters-row">
144
+ <div class="filters-left">
145
+ <svg width="44" height="44" viewBox="0 0 24 24">
146
+ <path d="M5 6v12M12 4v16M19 8v8" stroke="#111" stroke-width="2"/>
147
+ <circle cx="5" cy="11" r="1.8" fill="#111"/>
148
+ <circle cx="12" cy="7" r="1.8" fill="#111"/>
149
+ <circle cx="19" cy="15" r="1.8" fill="#111"/>
150
+ </svg>
151
+ <span>FILTERS</span>
152
+ </div>
153
+ <div class="filters-right">18 results</div>
154
+ </div>
155
+
156
+ <!-- Content List -->
157
+ <div class="content">
158
+
159
+ <!-- Item 1 -->
160
+ <div class="item">
161
+ <div class="prod-img">[IMG: Bottle + Applicator]</div>
162
+ <div class="item-body">
163
+ <div class="item-title">LES BEIGES</div>
164
+ <div class="item-sub">Water-Fresh Complexion Touch</div>
165
+ <div class="swatches">
166
+ <div class="swatch" style="background:#E9C29B"></div>
167
+ <div class="swatch" style="background:#D6A57B"></div>
168
+ <div class="swatch" style="background:#B9825D"></div>
169
+ <div class="swatch" style="background:#996743"></div>
170
+ <div class="swatch" style="background:#7A4D33"></div>
171
+ <div class="swatch" style="background:#5A3A28"></div>
172
+ <span class="plus-count">+10</span>
173
+ </div>
174
+ <div class="price">$70</div>
175
+ </div>
176
+ <div class="row-right">
177
+ <svg class="chev" viewBox="0 0 24 24"><path d="M8 5l8 7-8 7" stroke="#999" stroke-width="2" fill="none"/></svg>
178
+ </div>
179
+ </div>
180
+
181
+ <!-- Item 2 -->
182
+ <div class="item">
183
+ <div class="prod-img">[IMG: Foundation Bottle]</div>
184
+ <div class="item-body">
185
+ <div class="item-title">ULTRA LE TEINT</div>
186
+ <div class="item-sub">Ultrawear All-Day Comfort Flawless</div>
187
+ <div class="swatches">
188
+ <div class="swatch" style="background:#E9C29B"></div>
189
+ <div class="swatch" style="background:#D6A57B"></div>
190
+ <div class="swatch" style="background:#B9825D"></div>
191
+ <div class="swatch" style="background:#996743"></div>
192
+ <div class="swatch" style="background:#7A4D33"></div>
193
+ <div class="swatch" style="background:#5A3A28"></div>
194
+ <span class="plus-count">+29</span>
195
+ </div>
196
+ <div class="price">$65</div>
197
+ </div>
198
+ <div class="row-right">
199
+ <svg class="chev" viewBox="0 0 24 24"><path d="M8 5l8 7-8 7" stroke="#999" stroke-width="2" fill="none"/></svg>
200
+ </div>
201
+ </div>
202
+
203
+ <!-- Item 3 -->
204
+ <div class="item">
205
+ <div class="prod-img">[IMG: Compact]</div>
206
+ <div class="item-body">
207
+ <div class="item-title">ULTRA LE TEINT</div>
208
+ <div class="item-sub">Ultrawear All-Day Comfort Flawless</div>
209
+ <div class="swatches">
210
+ <div class="swatch" style="background:#E9C29B"></div>
211
+ <div class="swatch" style="background:#D6A57B"></div>
212
+ <div class="swatch" style="background:#B9825D"></div>
213
+ <div class="swatch" style="background:#996743"></div>
214
+ <div class="swatch" style="background:#7A4D33"></div>
215
+ <div class="swatch" style="background:#5A3A28"></div>
216
+ <span class="plus-count">+26</span>
217
+ </div>
218
+ <div class="price">$65</div>
219
+ </div>
220
+ <div class="row-right">
221
+ <svg class="chev" viewBox="0 0 24 24"><path d="M8 5l8 7-8 7" stroke="#999" stroke-width="2" fill="none"/></svg>
222
+ </div>
223
+ </div>
224
+
225
+ <!-- Item 4 -->
226
+ <div class="item">
227
+ <div class="prod-img">[IMG: Bottle + Brush]</div>
228
+ <div class="item-body">
229
+ <div class="item-title">LES BEIGES</div>
230
+ <div class="item-sub">Water-Fresh Tint</div>
231
+ <div class="swatches">
232
+ <div class="swatch" style="background:#E9C29B"></div>
233
+ <div class="swatch" style="background:#D6A57B"></div>
234
+ <div class="swatch" style="background:#B9825D"></div>
235
+ <div class="swatch" style="background:#996743"></div>
236
+ <div class="swatch" style="background:#7A4D33"></div>
237
+ <span class="plus-count">+2</span>
238
+ </div>
239
+ <div class="price">$70</div>
240
+ </div>
241
+ <div class="row-right">
242
+ <svg class="chev" viewBox="0 0 24 24"><path d="M8 5l8 7-8 7" stroke="#999" stroke-width="2" fill="none"/></svg>
243
+ </div>
244
+ </div>
245
+
246
+ <!-- Item 5 -->
247
+ <div class="item">
248
+ <div class="prod-img">[IMG: Foundation Bottle]</div>
249
+ <div class="item-body">
250
+ <div class="item-title">LES BEIGES</div>
251
+ <div class="item-sub">Healthy Glow Foundation Hydration and…</div>
252
+ <div class="swatches">
253
+ <div class="swatch" style="background:#E9C29B"></div>
254
+ <div class="swatch" style="background:#D6A57B"></div>
255
+ <div class="swatch" style="background:#B9825D"></div>
256
+ <div class="swatch" style="background:#996743"></div>
257
+ <div class="swatch" style="background:#7A4D33"></div>
258
+ <div class="swatch" style="background:#5A3A28"></div>
259
+ <span class="plus-count">+29</span>
260
+ </div>
261
+ <div class="price">$70</div>
262
+ </div>
263
+ <div class="row-right">
264
+ <svg class="chev" viewBox="0 0 24 24"><path d="M8 5l8 7-8 7" stroke="#999" stroke-width="2" fill="none"/></svg>
265
+ </div>
266
+ </div>
267
+
268
+ </div>
269
+
270
+ <!-- Bottom overlay/action bar -->
271
+ <div class="bottom-bar">
272
+ <div class="bar-close">×</div>
273
+ <div class="bottom-inner">
274
+ <div class="thumb">[IMG: App Icon]</div>
275
+ <div class="thumb">[IMG: Blush Compact]</div>
276
+ <div class="thumb">[IMG: Lipstick]</div>
277
+ <div class="thumb">[IMG: Glitter Shoe]</div>
278
+ <div class="thumb">[IMG: Swirl Soap]</div>
279
+ <div class="thumb">[IMG: Eyeshadow Palette]</div>
280
+ <div class="thumb">[IMG: Wax Jar]</div>
281
+ </div>
282
+ </div>
283
+
284
+ </div>
285
+ </body>
286
+ </html>
code/4425/4425_5.html ADDED
@@ -0,0 +1,367 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Chanel - Foundation Listing</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: Arial, Helvetica, sans-serif;
15
+ color: #111;
16
+ }
17
+
18
+ /* Top bars */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0; left: 0; width: 100%;
22
+ height: 120px;
23
+ background: #4A00CC;
24
+ }
25
+ .app-header {
26
+ position: absolute;
27
+ top: 120px; left: 0; width: 100%;
28
+ height: 140px;
29
+ background: #121212;
30
+ color: #fff;
31
+ display: flex;
32
+ align-items: center;
33
+ justify-content: center;
34
+ font-weight: 800;
35
+ font-size: 64px;
36
+ letter-spacing: 6px;
37
+ }
38
+
39
+ /* Content area */
40
+ .content {
41
+ position: absolute;
42
+ top: 260px; left: 0; right: 0; bottom: 0;
43
+ overflow: hidden;
44
+ }
45
+ .search-area {
46
+ padding: 28px 40px 10px 40px;
47
+ background: #fff;
48
+ }
49
+ .search-row {
50
+ display: flex;
51
+ align-items: center;
52
+ gap: 24px;
53
+ }
54
+ .search-field {
55
+ flex: 1;
56
+ height: 110px;
57
+ background: #f4f4f4;
58
+ border: 1px solid #dddddd;
59
+ border-radius: 12px;
60
+ display: flex;
61
+ align-items: center;
62
+ padding: 0 28px;
63
+ box-sizing: border-box;
64
+ }
65
+ .search-icon {
66
+ width: 46px; height: 46px; margin-right: 20px;
67
+ }
68
+ .search-text {
69
+ flex: 1;
70
+ font-size: 44px;
71
+ text-transform: uppercase;
72
+ letter-spacing: 1px;
73
+ }
74
+ .search-close {
75
+ width: 52px; height: 52px;
76
+ border-radius: 26px;
77
+ background: #e0e0e0;
78
+ border: 1px solid #cfcfcf;
79
+ display: flex; align-items: center; justify-content: center;
80
+ color: #666; font-weight: bold; font-size: 32px;
81
+ }
82
+ .close-label {
83
+ color: #666;
84
+ font-size: 36px;
85
+ }
86
+
87
+ .filters-row {
88
+ margin-top: 30px;
89
+ padding: 30px 40px;
90
+ border-top: 1px solid #eee;
91
+ border-bottom: 1px solid #eee;
92
+ display: flex;
93
+ align-items: center;
94
+ justify-content: space-between;
95
+ }
96
+ .filters-left {
97
+ display: flex; align-items: center; gap: 22px;
98
+ font-size: 40px; letter-spacing: 2px;
99
+ }
100
+ .slider-icon {
101
+ width: 44px; height: 44px;
102
+ }
103
+ .results-count {
104
+ color: #666; font-size: 36px;
105
+ }
106
+
107
+ /* Product list */
108
+ .list {
109
+ padding-bottom: 460px; /* leave space above bottom strip */
110
+ }
111
+ .product {
112
+ display: flex;
113
+ align-items: flex-start;
114
+ padding: 48px 30px;
115
+ position: relative;
116
+ }
117
+ .product + .product { border-top: 1px solid #eeeeee; }
118
+ .thumb {
119
+ width: 170px; height: 220px;
120
+ background: #E0E0E0;
121
+ border: 1px solid #BDBDBD;
122
+ color: #757575;
123
+ display: flex; align-items: center; justify-content: center;
124
+ margin-right: 50px;
125
+ font-size: 26px;
126
+ text-align: center;
127
+ }
128
+ .info { flex: 1; }
129
+ .name {
130
+ font-weight: 800;
131
+ font-size: 44px;
132
+ letter-spacing: 2px;
133
+ text-transform: uppercase;
134
+ margin-top: 4px;
135
+ }
136
+ .subtitle {
137
+ font-size: 34px;
138
+ color: #777;
139
+ margin: 8px 0 22px;
140
+ }
141
+ .swatches {
142
+ display: flex;
143
+ align-items: center;
144
+ gap: 10px;
145
+ margin-bottom: 18px;
146
+ }
147
+ .swatch {
148
+ width: 32px; height: 18px;
149
+ border-radius: 3px;
150
+ }
151
+ .swatch.s1 { background: #f2cfad; }
152
+ .swatch.s2 { background: #e3b184; }
153
+ .swatch.s3 { background: #cb8d5a; }
154
+ .swatch.s4 { background: #b17146; }
155
+ .swatch.s5 { background: #8b5637; }
156
+ .swatch.s6 { background: #6a402a; }
157
+ .swatches .plus {
158
+ color: #777; font-size: 32px; margin-left: 4px;
159
+ }
160
+ .price {
161
+ font-size: 40px; font-weight: 700; margin-top: 6px;
162
+ }
163
+ .chevron {
164
+ width: 60px; height: 60px; margin-left: 10px;
165
+ margin-top: 10px;
166
+ }
167
+
168
+ /* Bottom overlay strip */
169
+ .bottom-strip {
170
+ position: absolute;
171
+ left: 0; right: 0; bottom: 180px;
172
+ height: 340px;
173
+ background: #0f0f0f;
174
+ padding: 18px 22px;
175
+ box-sizing: border-box;
176
+ }
177
+ .thumb-row {
178
+ background: #ffffff;
179
+ border-radius: 10px;
180
+ padding: 12px;
181
+ border: 1px solid #ddd;
182
+ display: flex;
183
+ gap: 18px;
184
+ align-items: center;
185
+ overflow: hidden;
186
+ }
187
+ .mini {
188
+ width: 140px; height: 140px;
189
+ background: #E0E0E0;
190
+ border: 1px solid #BDBDBD;
191
+ display: flex; align-items: center; justify-content: center;
192
+ color: #757575; font-size: 22px; text-align: center;
193
+ }
194
+
195
+ /* Home pill */
196
+ .home-pill {
197
+ position: absolute;
198
+ bottom: 84px; left: 50%; transform: translateX(-50%);
199
+ width: 240px; height: 16px; border-radius: 8px;
200
+ background: #eaeaea;
201
+ }
202
+ </style>
203
+ </head>
204
+ <body>
205
+ <div id="render-target">
206
+ <div class="status-bar"></div>
207
+ <div class="app-header">CHANEL</div>
208
+
209
+ <div class="content">
210
+ <div class="search-area">
211
+ <div class="search-row">
212
+ <div class="search-field">
213
+ <svg class="search-icon" viewBox="0 0 24 24">
214
+ <circle cx="10" cy="10" r="7" stroke="#555" stroke-width="2" fill="none"></circle>
215
+ <line x1="15" y1="15" x2="22" y2="22" stroke="#555" stroke-width="2"></line>
216
+ </svg>
217
+ <div class="search-text">FOUNDATION</div>
218
+ <div class="search-close">×</div>
219
+ </div>
220
+ <div class="close-label">Close</div>
221
+ </div>
222
+ </div>
223
+
224
+ <div class="filters-row">
225
+ <div class="filters-left">
226
+ <svg class="slider-icon" viewBox="0 0 24 24">
227
+ <line x1="4" y1="6" x2="20" y2="6" stroke="#111" stroke-width="2"></line>
228
+ <circle cx="9" cy="6" r="2" fill="#111"></circle>
229
+ <line x1="4" y1="12" x2="20" y2="12" stroke="#111" stroke-width="2"></line>
230
+ <circle cx="15" cy="12" r="2" fill="#111"></circle>
231
+ <line x1="4" y1="18" x2="20" y2="18" stroke="#111" stroke-width="2"></line>
232
+ <circle cx="7" cy="18" r="2" fill="#111"></circle>
233
+ </svg>
234
+ <div>FILTERS</div>
235
+ </div>
236
+ <div class="results-count">18 results</div>
237
+ </div>
238
+
239
+ <div class="list">
240
+ <!-- Product 1 -->
241
+ <div class="product">
242
+ <div class="thumb">[IMG: Foundation product]</div>
243
+ <div class="info">
244
+ <div class="name">LES BEIGES</div>
245
+ <div class="subtitle">Water-Fresh Complexion Touch</div>
246
+ <div class="swatches">
247
+ <div class="swatch s1"></div>
248
+ <div class="swatch s2"></div>
249
+ <div class="swatch s3"></div>
250
+ <div class="swatch s4"></div>
251
+ <div class="swatch s5"></div>
252
+ <div class="swatch s6"></div>
253
+ <div class="plus">+10</div>
254
+ </div>
255
+ <div class="price">$70</div>
256
+ </div>
257
+ <svg class="chevron" viewBox="0 0 24 24">
258
+ <polyline points="8,4 16,12 8,20" fill="none" stroke="#888" stroke-width="2" />
259
+ </svg>
260
+ </div>
261
+
262
+ <!-- Product 2 -->
263
+ <div class="product">
264
+ <div class="thumb">[IMG: Foundation bottle]</div>
265
+ <div class="info">
266
+ <div class="name">ULTRA LE TEINT</div>
267
+ <div class="subtitle">Ultrawear All-Day Comfort Flawless</div>
268
+ <div class="swatches">
269
+ <div class="swatch s1"></div>
270
+ <div class="swatch s2"></div>
271
+ <div class="swatch s3"></div>
272
+ <div class="swatch s4"></div>
273
+ <div class="swatch s5"></div>
274
+ <div class="swatch s6"></div>
275
+ <div class="plus">+29</div>
276
+ </div>
277
+ <div class="price">$65</div>
278
+ </div>
279
+ <svg class="chevron" viewBox="0 0 24 24">
280
+ <polyline points="8,4 16,12 8,20" fill="none" stroke="#888" stroke-width="2" />
281
+ </svg>
282
+ </div>
283
+
284
+ <!-- Product 3 -->
285
+ <div class="product">
286
+ <div class="thumb">[IMG: Compact foundation]</div>
287
+ <div class="info">
288
+ <div class="name">ULTRA LE TEINT</div>
289
+ <div class="subtitle">Ultrawear All-Day Comfort Flawless</div>
290
+ <div class="swatches">
291
+ <div class="swatch s1"></div>
292
+ <div class="swatch s2"></div>
293
+ <div class="swatch s3"></div>
294
+ <div class="swatch s4"></div>
295
+ <div class="swatch s5"></div>
296
+ <div class="swatch s6"></div>
297
+ <div class="plus">+26</div>
298
+ </div>
299
+ <div class="price">$65</div>
300
+ </div>
301
+ <svg class="chevron" viewBox="0 0 24 24">
302
+ <polyline points="8,4 16,12 8,20" fill="none" stroke="#888" stroke-width="2" />
303
+ </svg>
304
+ </div>
305
+
306
+ <!-- Product 4 -->
307
+ <div class="product">
308
+ <div class="thumb">[IMG: Tint foundation]</div>
309
+ <div class="info">
310
+ <div class="name">LES BEIGES</div>
311
+ <div class="subtitle">Water-Fresh Tint</div>
312
+ <div class="swatches">
313
+ <div class="swatch s1"></div>
314
+ <div class="swatch s2"></div>
315
+ <div class="swatch s3"></div>
316
+ <div class="swatch s4"></div>
317
+ <div class="swatch s5"></div>
318
+ <div class="swatch s6"></div>
319
+ <div class="plus">+2</div>
320
+ </div>
321
+ <div class="price">$70</div>
322
+ </div>
323
+ <svg class="chevron" viewBox="0 0 24 24">
324
+ <polyline points="8,4 16,12 8,20" fill="none" stroke="#888" stroke-width="2" />
325
+ </svg>
326
+ </div>
327
+
328
+ <!-- Product 5 -->
329
+ <div class="product">
330
+ <div class="thumb">[IMG: Healthy glow foundation]</div>
331
+ <div class="info">
332
+ <div class="name">LES BEIGES</div>
333
+ <div class="subtitle">Healthy Glow Foundation Hydration</div>
334
+ <div class="swatches">
335
+ <div class="swatch s1"></div>
336
+ <div class="swatch s2"></div>
337
+ <div class="swatch s3"></div>
338
+ <div class="swatch s4"></div>
339
+ <div class="swatch s5"></div>
340
+ <div class="swatch s6"></div>
341
+ <div class="plus">+29</div>
342
+ </div>
343
+ <div class="price">$65</div>
344
+ </div>
345
+ <svg class="chevron" viewBox="0 0 24 24">
346
+ <polyline points="8,4 16,12 8,20" fill="none" stroke="#888" stroke-width="2" />
347
+ </svg>
348
+ </div>
349
+ </div>
350
+ </div>
351
+
352
+ <!-- Bottom product suggestion strip -->
353
+ <div class="bottom-strip">
354
+ <div class="thumb-row">
355
+ <div class="mini">[IMG: App icon]</div>
356
+ <div class="mini">[IMG: Blush compact]</div>
357
+ <div class="mini">[IMG: Lipstick heel]</div>
358
+ <div class="mini">[IMG: Swirl makeup]</div>
359
+ <div class="mini">[IMG: Eyeshadow palette]</div>
360
+ <div class="mini">[IMG: Beauty balm jar]</div>
361
+ </div>
362
+ </div>
363
+
364
+ <div class="home-pill"></div>
365
+ </div>
366
+ </body>
367
+ </html>
code/4427/4427_0.html ADDED
@@ -0,0 +1,373 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Mobile UI Mock</title>
6
+ <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
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: #0F1213;
15
+ }
16
+
17
+ /* Top status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 90px;
24
+ color: #fff;
25
+ display: flex;
26
+ align-items: center;
27
+ padding: 0 32px;
28
+ box-sizing: border-box;
29
+ letter-spacing: 0.5px;
30
+ }
31
+ .status-time { font-size: 36px; font-weight: 500; margin-right: 20px; }
32
+ .status-icons { margin-left: auto; display: flex; gap: 18px; align-items: center; }
33
+ .dot { width: 10px; height: 10px; background: #8AA; border-radius: 50%; opacity: 0.7; }
34
+ .icon-signal, .icon-battery {
35
+ width: 40px; height: 24px; border: 2px solid #ccc; border-radius: 4px; position: relative;
36
+ }
37
+ .icon-signal::after {
38
+ content: ''; position: absolute; right: 2px; bottom: 2px; width: 26px; height: 18px; background: #9CCC65;
39
+ }
40
+ .icon-battery::after {
41
+ content: ''; position: absolute; left: 2px; top: 2px; width: 26px; height: 18px; background: #fff;
42
+ }
43
+ .battery-tip {
44
+ width: 6px; height: 12px; background: #ccc; margin-left: 3px; border-radius: 2px;
45
+ }
46
+
47
+ /* Toolbar */
48
+ .toolbar {
49
+ position: absolute;
50
+ top: 100px;
51
+ left: 0;
52
+ width: 1080px;
53
+ height: 120px;
54
+ display: flex;
55
+ align-items: center;
56
+ gap: 34px;
57
+ padding: 0 40px;
58
+ box-sizing: border-box;
59
+ }
60
+ .tool-btn {
61
+ width: 84px; height: 84px; border-radius: 12px;
62
+ display: flex; align-items: center; justify-content: center;
63
+ color: #DDE2E7;
64
+ }
65
+ .tool-btn.light {
66
+ background: #202425;
67
+ }
68
+ .tool-btn.plain { background: transparent; }
69
+
70
+ /* Main slide area */
71
+ .canvas {
72
+ position: absolute;
73
+ top: 260px;
74
+ left: 0;
75
+ width: 1080px;
76
+ height: 860px;
77
+ background: #121617;
78
+ }
79
+
80
+ .slide {
81
+ position: absolute;
82
+ left: 26px;
83
+ top: 40px;
84
+ width: 1028px;
85
+ height: 700px;
86
+ border-radius: 6px;
87
+ background: #1b3e59;
88
+ box-shadow: 0 2px 0 rgba(0,0,0,0.6) inset;
89
+ display: flex;
90
+ overflow: hidden;
91
+ }
92
+ .slide .left {
93
+ width: 48%;
94
+ background: #254f73;
95
+ display: flex; align-items: center; justify-content: center;
96
+ }
97
+ .slide-title {
98
+ font-size: 72px; color: #fff; font-weight: 500;
99
+ }
100
+ .slide .right {
101
+ flex: 1; padding: 80px 60px; color: #DDE7F6;
102
+ display: flex; flex-direction: column; gap: 26px;
103
+ }
104
+ .label { font-size: 32px; color: #A9C3DA; }
105
+ .value { font-size: 34px; color: #fff; font-weight: 500; }
106
+ .green-line {
107
+ width: 70px; height: 8px; background: #80C24A; border-radius: 3px; margin-top: 40px;
108
+ }
109
+
110
+ /* Filmstrip thumbnails */
111
+ .filmstrip {
112
+ position: absolute;
113
+ left: 0;
114
+ top: 980px;
115
+ width: 1080px;
116
+ height: 240px;
117
+ display: flex;
118
+ align-items: center;
119
+ gap: 26px;
120
+ padding: 0 26px;
121
+ box-sizing: border-box;
122
+ background: #121617;
123
+ }
124
+ .thumb {
125
+ width: 320px; height: 180px; border-radius: 12px; background: #224766; position: relative;
126
+ box-shadow: 0 0 0 2px #1a2a36 inset;
127
+ }
128
+ .thumb::before {
129
+ content: 'About'; position: absolute; left: 18px; bottom: 18px; color: #CFE3F8; font-size: 28px;
130
+ opacity: 0.85;
131
+ }
132
+ .thumb.alt::before { content: 'Summary'; }
133
+ .thumb.setting::before { content: 'Setting'; }
134
+ .thumb.chars::before { content: 'Main Characters'; }
135
+ .thumb-num {
136
+ position: absolute; left: 10px; bottom: -44px; color: #CFE3F8; font-size: 34px;
137
+ }
138
+ .add-tile {
139
+ width: 120px; height: 120px; border-radius: 22px; background: #1a2326;
140
+ display: flex; align-items: center; justify-content: center; margin-left: auto;
141
+ }
142
+
143
+ /* Bottom sheet */
144
+ .bottom-sheet {
145
+ position: absolute;
146
+ left: 0;
147
+ bottom: 0;
148
+ width: 1080px;
149
+ height: 1040px;
150
+ background: #111916;
151
+ border-top-left-radius: 28px;
152
+ border-top-right-radius: 28px;
153
+ box-shadow: 0 -8px 24px rgba(0,0,0,0.45);
154
+ color: #E7ECEF;
155
+ padding: 40px;
156
+ box-sizing: border-box;
157
+ }
158
+ .sheet-title {
159
+ font-size: 54px; margin-bottom: 28px; font-weight: 600;
160
+ }
161
+ .sheet-row {
162
+ display: flex; align-items: center; justify-content: space-between;
163
+ padding: 34px 6px; border-bottom: 1px solid rgba(255,255,255,0.08);
164
+ }
165
+ .row-left { display: flex; align-items: center; gap: 26px; }
166
+ .row-label { font-size: 44px; }
167
+ .chevron {
168
+ width: 34px; height: 34px; border-top: 4px solid #9fb2b5; border-right: 4px solid #9fb2b5;
169
+ transform: rotate(45deg);
170
+ }
171
+ .icon-box {
172
+ width: 72px; height: 72px; border-radius: 16px; background: #192322;
173
+ display: flex; align-items: center; justify-content: center;
174
+ }
175
+ .disabled { opacity: 0.35; }
176
+
177
+ /* Simple SVG helpers */
178
+ svg { fill: none; stroke: #E7ECEF; stroke-width: 4; }
179
+ .plus-sq svg { stroke: none; }
180
+ </style>
181
+ </head>
182
+ <body>
183
+ <div id="render-target">
184
+
185
+ <!-- Status Bar -->
186
+ <div class="status-bar">
187
+ <div class="status-time">11:15</div>
188
+ <div class="status-icons">
189
+ <div class="dot"></div>
190
+ <div class="dot"></div>
191
+ <div class="dot"></div>
192
+ <div style="display:flex; align-items:center;">
193
+ <div class="icon-signal"></div>
194
+ </div>
195
+ <div style="display:flex; align-items:center;">
196
+ <div class="icon-battery"></div>
197
+ <div class="battery-tip"></div>
198
+ </div>
199
+ </div>
200
+ </div>
201
+
202
+ <!-- Toolbar -->
203
+ <div class="toolbar">
204
+ <div class="tool-btn plain">
205
+ <svg width="60" height="60" viewBox="0 0 60 60">
206
+ <path d="M40 10 L20 30 L40 50" stroke-linecap="round" stroke-linejoin="round"></path>
207
+ </svg>
208
+ </div>
209
+ <div class="tool-btn plain">
210
+ <svg width="60" height="60" viewBox="0 0 60 60">
211
+ <path d="M40 20 Q20 20 20 40" />
212
+ <path d="M18 18 L18 32 L32 32" />
213
+ </svg>
214
+ </div>
215
+ <div class="tool-btn plain">
216
+ <svg width="60" height="60" viewBox="0 0 60 60">
217
+ <path d="M20 20 Q40 20 40 40" />
218
+ <path d="M42 18 L42 32 L28 32" />
219
+ </svg>
220
+ </div>
221
+ <div class="tool-btn plain">
222
+ <svg width="60" height="60" viewBox="0 0 60 60">
223
+ <polygon points="20,15 50,30 20,45" fill="#E7ECEF"></polygon>
224
+ </svg>
225
+ </div>
226
+ <div class="tool-btn light plus-sq">
227
+ <svg width="60" height="60" viewBox="0 0 60 60">
228
+ <rect x="6" y="6" width="48" height="48" rx="10" fill="#C9D3CF"></rect>
229
+ <path d="M30 18 L30 42 M18 30 L42 30" stroke="#1E2423" stroke-width="6" stroke-linecap="round"></path>
230
+ </svg>
231
+ </div>
232
+ <div class="tool-btn plain">
233
+ <svg width="60" height="60" viewBox="0 0 60 60">
234
+ <path d="M15 20 H45 V45 H15 Z" />
235
+ <path d="M20 25 H40" />
236
+ </svg>
237
+ </div>
238
+ <div class="tool-btn plain">
239
+ <svg width="14" height="60" viewBox="0 0 14 60">
240
+ <circle cx="7" cy="16" r="5" fill="#E7ECEF"></circle>
241
+ <circle cx="7" cy="30" r="5" fill="#E7ECEF"></circle>
242
+ <circle cx="7" cy="44" r="5" fill="#E7ECEF"></circle>
243
+ </svg>
244
+ </div>
245
+ </div>
246
+
247
+ <!-- Main canvas and slide -->
248
+ <div class="canvas">
249
+ <div class="slide">
250
+ <div class="left">
251
+ <div class="slide-title">About</div>
252
+ </div>
253
+ <div class="right">
254
+ <div>
255
+ <div class="label">Title:</div>
256
+ <div class="value">Book Title</div>
257
+ </div>
258
+ <div>
259
+ <div class="label">Author:</div>
260
+ <div class="value">Wendy Writer</div>
261
+ </div>
262
+ <div>
263
+ <div class="label">Publisher:</div>
264
+ <div class="value">Publisher Name</div>
265
+ </div>
266
+ <div>
267
+ <div class="label">Copyright Date:</div>
268
+ <div class="value">20XX</div>
269
+ </div>
270
+ <div class="green-line"></div>
271
+ </div>
272
+ </div>
273
+ </div>
274
+
275
+ <!-- Filmstrip -->
276
+ <div class="filmstrip">
277
+ <div style="position:relative;">
278
+ <div class="thumb"></div>
279
+ <div class="thumb-num">2</div>
280
+ </div>
281
+ <div style="position:relative;">
282
+ <div class="thumb alt"></div>
283
+ <div class="thumb-num">3</div>
284
+ </div>
285
+ <div style="position:relative;">
286
+ <div class="thumb setting"></div>
287
+ <div class="thumb-num">4</div>
288
+ </div>
289
+ <div style="position:relative;">
290
+ <div class="thumb chars"></div>
291
+ <div class="thumb-num">5</div>
292
+ </div>
293
+ <div class="add-tile">
294
+ <svg width="64" height="64" viewBox="0 0 64 64">
295
+ <path d="M32 16 V48 M16 32 H48" stroke="#A7B5B8" stroke-width="6" stroke-linecap="round"></path>
296
+ </svg>
297
+ </div>
298
+ </div>
299
+
300
+ <!-- Bottom Sheet: Insert -->
301
+ <div class="bottom-sheet">
302
+ <div class="sheet-title">Insert</div>
303
+
304
+ <div class="sheet-row">
305
+ <div class="row-left">
306
+ <div class="icon-box">
307
+ <svg width="56" height="56" viewBox="0 0 56 56">
308
+ <circle cx="42" cy="16" r="5" fill="#CFE3F8" stroke="none"></circle>
309
+ <path d="M10 40 L24 26 L32 34 L44 22 L46 40 Z" stroke="#CFE3F8"></path>
310
+ </svg>
311
+ </div>
312
+ <div class="row-label">Image</div>
313
+ </div>
314
+ <div class="chevron"></div>
315
+ </div>
316
+
317
+ <div class="sheet-row">
318
+ <div class="row-left">
319
+ <div class="icon-box">
320
+ <svg width="56" height="56" viewBox="0 0 56 56">
321
+ <rect x="10" y="14" width="20" height="20" rx="4"></rect>
322
+ <circle cx="38" cy="34" r="10"></circle>
323
+ </svg>
324
+ </div>
325
+ <div class="row-label">Shape</div>
326
+ </div>
327
+ <div class="chevron"></div>
328
+ </div>
329
+
330
+ <div class="sheet-row">
331
+ <div class="row-left">
332
+ <div class="icon-box">
333
+ <svg width="56" height="56" viewBox="0 0 56 56">
334
+ <path d="M12 42 L44 14" />
335
+ </svg>
336
+ </div>
337
+ <div class="row-label">Line</div>
338
+ </div>
339
+ <div class="chevron"></div>
340
+ </div>
341
+
342
+ <div class="sheet-row">
343
+ <div class="row-left">
344
+ <div class="icon-box">
345
+ <svg width="56" height="56" viewBox="0 0 56 56">
346
+ <rect x="10" y="12" width="36" height="28" rx="4"></rect>
347
+ <path d="M10 22 H46 M10 30 H46" />
348
+ <path d="M22 12 V40 M34 12 V40" />
349
+ </svg>
350
+ </div>
351
+ <div class="row-label">Table</div>
352
+ </div>
353
+ <div class="chevron"></div>
354
+ </div>
355
+
356
+ <div class="sheet-row disabled">
357
+ <div class="row-left">
358
+ <div class="icon-box">
359
+ <svg width="56" height="56" viewBox="0 0 56 56">
360
+ <path d="M18 34 C18 27 25 22 32 22" />
361
+ <path d="M38 22 C44 22 48 26 48 32" />
362
+ <path d="M18 34 L12 40 M44 26 L50 20" />
363
+ </svg>
364
+ </div>
365
+ <div class="row-label">Link</div>
366
+ </div>
367
+ <div class="chevron"></div>
368
+ </div>
369
+ </div>
370
+
371
+ </div>
372
+ </body>
373
+ </html>
code/4427/4427_1.html ADDED
@@ -0,0 +1,326 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Mobile UI - Insert Panel</title>
5
+ <style>
6
+ body {
7
+ margin: 0;
8
+ padding: 0;
9
+ background: transparent;
10
+ font-family: Arial, Helvetica, sans-serif;
11
+ }
12
+ #render-target {
13
+ width: 1080px;
14
+ height: 2400px;
15
+ position: relative;
16
+ overflow: hidden;
17
+ background: #000000;
18
+ color: #ffffff;
19
+ }
20
+
21
+ /* Status bar */
22
+ .status-bar {
23
+ position: absolute;
24
+ top: 0;
25
+ left: 0;
26
+ width: 1080px;
27
+ height: 120px;
28
+ background: #111111;
29
+ display: flex;
30
+ align-items: center;
31
+ padding: 0 36px;
32
+ box-sizing: border-box;
33
+ }
34
+ .status-left {
35
+ display: flex;
36
+ align-items: center;
37
+ gap: 28px;
38
+ }
39
+ .time {
40
+ font-size: 44px;
41
+ font-weight: 600;
42
+ letter-spacing: 1px;
43
+ }
44
+ .status-icons {
45
+ display: flex;
46
+ align-items: center;
47
+ gap: 18px;
48
+ }
49
+ .status-right {
50
+ margin-left: auto;
51
+ display: flex;
52
+ align-items: center;
53
+ gap: 26px;
54
+ }
55
+ .icon {
56
+ width: 36px;
57
+ height: 36px;
58
+ opacity: 0.9;
59
+ }
60
+
61
+ /* Workspace area */
62
+ .workspace {
63
+ position: absolute;
64
+ top: 120px;
65
+ left: 0;
66
+ width: 1080px;
67
+ height: 1380px;
68
+ background: #0b0b0b;
69
+ }
70
+ .slide-preview {
71
+ position: absolute;
72
+ top: 320px;
73
+ left: 24px;
74
+ width: 1032px;
75
+ height: 736px;
76
+ border: 1px solid #2e2e2e;
77
+ background: #E0E0E0;
78
+ display: flex;
79
+ align-items: center;
80
+ justify-content: center;
81
+ color: #555555;
82
+ font-size: 36px;
83
+ }
84
+
85
+ /* Bottom sheet */
86
+ .bottom-sheet {
87
+ position: absolute;
88
+ bottom: 60px; /* leave space for gesture bar */
89
+ left: 0;
90
+ width: 1080px;
91
+ height: 900px;
92
+ background: #1f1f1f;
93
+ border-top: 1px solid #2e2e2e;
94
+ box-shadow: 0 -6px 18px rgba(0,0,0,0.45);
95
+ }
96
+
97
+ .sheet-header {
98
+ height: 120px;
99
+ display: flex;
100
+ align-items: center;
101
+ padding: 0 36px;
102
+ box-sizing: border-box;
103
+ border-bottom: 1px solid #2b2b2b;
104
+ }
105
+ .header-title {
106
+ font-size: 44px;
107
+ color: #d87f42; /* orange-like "Insert" */
108
+ font-weight: 600;
109
+ display: flex;
110
+ align-items: center;
111
+ gap: 18px;
112
+ }
113
+ .header-actions {
114
+ margin-left: auto;
115
+ display: flex;
116
+ align-items: center;
117
+ gap: 48px;
118
+ }
119
+
120
+ .list {
121
+ display: flex;
122
+ flex-direction: column;
123
+ }
124
+ .row {
125
+ height: 120px;
126
+ display: flex;
127
+ align-items: center;
128
+ padding: 0 36px;
129
+ box-sizing: border-box;
130
+ border-bottom: 1px solid #2b2b2b;
131
+ }
132
+ .row .left-icon {
133
+ width: 96px;
134
+ height: 96px;
135
+ display: flex;
136
+ align-items: center;
137
+ justify-content: center;
138
+ margin-right: 28px;
139
+ }
140
+ .row .label {
141
+ font-size: 40px;
142
+ color: #FFFFFF;
143
+ }
144
+ .row .chev {
145
+ margin-left: auto;
146
+ opacity: 0.7;
147
+ }
148
+
149
+ /* Gesture bar */
150
+ .gesture-bar {
151
+ position: absolute;
152
+ bottom: 18px;
153
+ left: 50%;
154
+ transform: translateX(-50%);
155
+ width: 440px;
156
+ height: 18px;
157
+ border-radius: 12px;
158
+ background: #d9d9d9;
159
+ opacity: 0.7;
160
+ }
161
+
162
+ /* helper icon styles */
163
+ svg {
164
+ display: block;
165
+ }
166
+ </style>
167
+ </head>
168
+ <body>
169
+ <div id="render-target">
170
+
171
+ <!-- Status bar -->
172
+ <div class="status-bar">
173
+ <div class="status-left">
174
+ <div class="time">11:15</div>
175
+ <div class="status-icons">
176
+ <!-- simple small app dots -->
177
+ <svg class="icon" viewBox="0 0 24 24">
178
+ <circle cx="12" cy="12" r="10" fill="#ffffff" opacity="0.2"></circle>
179
+ <polygon points="9,7 17,12 9,17" fill="#ffffff"></polygon>
180
+ </svg>
181
+ <svg class="icon" viewBox="0 0 24 24">
182
+ <rect x="4" y="4" width="16" height="12" rx="2" fill="#ffffff" opacity="0.2"></rect>
183
+ <rect x="6" y="6" width="12" height="8" fill="#ffffff"></rect>
184
+ </svg>
185
+ <svg class="icon" viewBox="0 0 24 24">
186
+ <circle cx="12" cy="12" r="10" fill="#ffffff" opacity="0.2"></circle>
187
+ <rect x="6" y="9" width="12" height="6" fill="#ffffff"></rect>
188
+ </svg>
189
+ <svg class="icon" viewBox="0 0 24 24">
190
+ <circle cx="12" cy="12" r="10" fill="#ffffff" opacity="0.2"></circle>
191
+ <rect x="8" y="8" width="8" height="8" fill="#ffffff"></rect>
192
+ </svg>
193
+ </div>
194
+ </div>
195
+ <div class="status-right">
196
+ <!-- wifi -->
197
+ <svg class="icon" viewBox="0 0 24 24">
198
+ <path d="M2 8c5-4 15-4 20 0" stroke="#ffffff" stroke-width="2" fill="none" opacity="0.8"/>
199
+ <path d="M5 12c4-3 10-3 14 0" stroke="#ffffff" stroke-width="2" fill="none" opacity="0.8"/>
200
+ <circle cx="12" cy="16" r="2" fill="#ffffff"/>
201
+ </svg>
202
+ <!-- battery -->
203
+ <svg class="icon" viewBox="0 0 28 24">
204
+ <rect x="2" y="6" width="20" height="12" rx="2" stroke="#ffffff" stroke-width="2" fill="none"/>
205
+ <rect x="4" y="8" width="14" height="8" fill="#ffffff"/>
206
+ <rect x="22" y="9" width="4" height="6" rx="1" fill="#ffffff"/>
207
+ </svg>
208
+ </div>
209
+ </div>
210
+
211
+ <!-- Workspace with slide preview -->
212
+ <div class="workspace">
213
+ <div class="slide-preview">[IMG: Slide Preview]</div>
214
+ </div>
215
+
216
+ <!-- Bottom sheet: Insert panel -->
217
+ <div class="bottom-sheet">
218
+ <div class="sheet-header">
219
+ <div class="header-title">
220
+ <span>Insert</span>
221
+ <!-- caret up/down -->
222
+ <svg width="36" height="36" viewBox="0 0 24 24">
223
+ <path d="M6 9l6 6 6-6" stroke="#bbbbbb" stroke-width="2" fill="none" />
224
+ </svg>
225
+ </div>
226
+ <div class="header-actions">
227
+ <!-- Lightbulb / Ideas -->
228
+ <svg width="44" height="44" viewBox="0 0 24 24">
229
+ <path d="M12 2a7 7 0 0 1 7 7c0 3-2 4-3 6H10c-1-2-3-3-3-6a7 7 0 0 1 7-7z" fill="#cfcfcf"/>
230
+ <rect x="9" y="17" width="6" height="2" fill="#cfcfcf"/>
231
+ </svg>
232
+ <!-- Undo -->
233
+ <svg width="44" height="44" viewBox="0 0 24 24">
234
+ <path d="M7 7L3 11l4 4" stroke="#cfcfcf" stroke-width="2" fill="none"/>
235
+ <path d="M21 12c-4-6-10-4-14-1" stroke="#cfcfcf" stroke-width="2" fill="none"/>
236
+ </svg>
237
+ <!-- Redo -->
238
+ <svg width="44" height="44" viewBox="0 0 24 24">
239
+ <path d="M17 7l4 4-4 4" stroke="#cfcfcf" stroke-width="2" fill="none"/>
240
+ <path d="M3 12c4-6 10-4 14-1" stroke="#cfcfcf" stroke-width="2" fill="none"/>
241
+ </svg>
242
+ <!-- More / down chevron -->
243
+ <svg width="44" height="44" viewBox="0 0 24 24">
244
+ <circle cx="12" cy="12" r="10" fill="none" stroke="#cfcfcf" stroke-width="2" opacity="0.5"/>
245
+ <path d="M7 9l5 5 5-5" stroke="#cfcfcf" stroke-width="2" fill="none"/>
246
+ </svg>
247
+ </div>
248
+ </div>
249
+
250
+ <div class="list">
251
+ <!-- New Slide -->
252
+ <div class="row">
253
+ <div class="left-icon">
254
+ <svg width="72" height="72" viewBox="0 0 24 24">
255
+ <circle cx="12" cy="12" r="10" fill="none" stroke="#7bd46a" stroke-width="2"/>
256
+ <path d="M12 7v10M7 12h10" stroke="#7bd46a" stroke-width="2"/>
257
+ </svg>
258
+ </div>
259
+ <div class="label">New Slide</div>
260
+ </div>
261
+ <!-- New Comment -->
262
+ <div class="row">
263
+ <div class="left-icon">
264
+ <svg width="72" height="72" viewBox="0 0 24 24">
265
+ <rect x="3" y="4" width="18" height="14" rx="3" fill="none" stroke="#9bd0ff" stroke-width="2"/>
266
+ <path d="M7 15l-1 5 4-3" stroke="#9bd0ff" stroke-width="2" fill="none"/>
267
+ </svg>
268
+ </div>
269
+ <div class="label">New Comment</div>
270
+ </div>
271
+ <!-- Text Box -->
272
+ <div class="row">
273
+ <div class="left-icon">
274
+ <svg width="72" height="72" viewBox="0 0 24 24">
275
+ <rect x="4" y="4" width="16" height="16" rx="2" fill="none" stroke="#cfcfcf" stroke-width="2"/>
276
+ <text x="12" y="16" text-anchor="middle" font-size="12" fill="#cfcfcf" font-weight="700">A</text>
277
+ </svg>
278
+ </div>
279
+ <div class="label">Text Box</div>
280
+ </div>
281
+ <!-- Table -->
282
+ <div class="row">
283
+ <div class="left-icon">
284
+ <svg width="72" height="72" viewBox="0 0 24 24">
285
+ <rect x="3" y="3" width="18" height="18" fill="none" stroke="#cfcfcf" stroke-width="2"/>
286
+ <path d="M3 9h18M3 15h18M9 3v18M15 3v18" stroke="#cfcfcf" stroke-width="2"/>
287
+ </svg>
288
+ </div>
289
+ <div class="label">Table</div>
290
+ </div>
291
+ <!-- Pictures -->
292
+ <div class="row">
293
+ <div class="left-icon">
294
+ <svg width="72" height="72" viewBox="0 0 24 24">
295
+ <rect x="3" y="5" width="18" height="14" rx="2" fill="none" stroke="#cfcfcf" stroke-width="2"/>
296
+ <circle cx="9" cy="11" r="2" fill="#cfcfcf"/>
297
+ <path d="M5 17l4-4 3 2 3-3 4 5" stroke="#cfcfcf" stroke-width="2" fill="none"/>
298
+ </svg>
299
+ </div>
300
+ <div class="label">Pictures</div>
301
+ <svg class="chev" width="36" height="36" viewBox="0 0 24 24">
302
+ <path d="M9 6l6 6-6 6" stroke="#cfcfcf" stroke-width="2" fill="none"/>
303
+ </svg>
304
+ </div>
305
+ <!-- Videos -->
306
+ <div class="row">
307
+ <div class="left-icon">
308
+ <svg width="72" height="72" viewBox="0 0 24 24">
309
+ <rect x="3" y="5" width="18" height="14" rx="2" fill="none" stroke="#cfcfcf" stroke-width="2"/>
310
+ <polygon points="10,9 16,12 10,15" fill="#cfcfcf"/>
311
+ <rect x="3" y="5" width="2" height="14" fill="#cfcfcf"/>
312
+ </svg>
313
+ </div>
314
+ <div class="label">Videos</div>
315
+ <svg class="chev" width="36" height="36" viewBox="0 0 24 24">
316
+ <path d="M9 6l6 6-6 6" stroke="#cfcfcf" stroke-width="2" fill="none"/>
317
+ </svg>
318
+ </div>
319
+ </div>
320
+ </div>
321
+
322
+ <!-- Gesture bar -->
323
+ <div class="gesture-bar"></div>
324
+ </div>
325
+ </body>
326
+ </html>
code/4427/4427_10.html ADDED
@@ -0,0 +1,339 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Entrance Effects UI</title>
5
+ <style>
6
+ body {
7
+ margin: 0;
8
+ padding: 0;
9
+ background: transparent;
10
+ font-family: Arial, Helvetica, sans-serif;
11
+ }
12
+ #render-target {
13
+ width: 1080px;
14
+ height: 2400px;
15
+ position: relative;
16
+ overflow: hidden;
17
+ background: #000000;
18
+ }
19
+
20
+ /* Status bar */
21
+ .status-bar {
22
+ position: absolute;
23
+ top: 0;
24
+ left: 0;
25
+ width: 1080px;
26
+ height: 120px;
27
+ background: #111;
28
+ color: #fff;
29
+ display: flex;
30
+ align-items: center;
31
+ padding: 0 36px;
32
+ box-sizing: border-box;
33
+ }
34
+ .status-left {
35
+ display: flex;
36
+ align-items: center;
37
+ gap: 28px;
38
+ }
39
+ .status-time {
40
+ font-size: 42px;
41
+ font-weight: 600;
42
+ }
43
+ .status-icons {
44
+ display: flex;
45
+ align-items: center;
46
+ gap: 22px;
47
+ }
48
+ .status-right {
49
+ margin-left: auto;
50
+ display: flex;
51
+ align-items: center;
52
+ gap: 30px;
53
+ }
54
+ .icon-small {
55
+ width: 36px;
56
+ height: 36px;
57
+ fill: #fff;
58
+ opacity: 0.9;
59
+ }
60
+
61
+ /* Slide preview area */
62
+ .preview-wrap {
63
+ position: absolute;
64
+ top: 300px;
65
+ left: 45px;
66
+ width: 990px;
67
+ height: 810px;
68
+ background: #000; /* surrounding black stage */
69
+ }
70
+ .slide-preview {
71
+ position: absolute;
72
+ top: 120px;
73
+ left: 20px;
74
+ width: 940px;
75
+ height: 520px;
76
+ background: #E0E0E0;
77
+ border: 1px solid #BDBDBD;
78
+ display: flex;
79
+ align-items: center;
80
+ justify-content: center;
81
+ color: #555;
82
+ font-size: 32px;
83
+ letter-spacing: 0.5px;
84
+ }
85
+
86
+ /* Bottom sheet */
87
+ .bottom-sheet {
88
+ position: absolute;
89
+ left: 0;
90
+ bottom: 80px;
91
+ width: 1080px;
92
+ height: 900px;
93
+ background: #121212;
94
+ color: #fff;
95
+ border-top-left-radius: 22px;
96
+ border-top-right-radius: 22px;
97
+ box-shadow: 0 -10px 30px rgba(0,0,0,0.5);
98
+ overflow: hidden;
99
+ }
100
+ .sheet-header {
101
+ display: flex;
102
+ align-items: center;
103
+ height: 120px;
104
+ padding: 0 34px;
105
+ box-sizing: border-box;
106
+ border-bottom: 1px solid #1e1e1e;
107
+ }
108
+ .hdr-left {
109
+ display: flex;
110
+ align-items: center;
111
+ gap: 28px;
112
+ }
113
+ .hdr-title {
114
+ font-size: 44px;
115
+ color: #ff8c3a;
116
+ font-weight: 600;
117
+ }
118
+ .hdr-right {
119
+ margin-left: auto;
120
+ }
121
+ .chevron {
122
+ width: 34px;
123
+ height: 34px;
124
+ fill: #aaa;
125
+ }
126
+
127
+ .section-tag {
128
+ font-size: 34px;
129
+ color: #bdbdbd;
130
+ padding: 22px 34px 8px;
131
+ }
132
+
133
+ .effects-grid {
134
+ display: grid;
135
+ grid-template-columns: repeat(6, 1fr);
136
+ column-gap: 26px;
137
+ row-gap: 30px;
138
+ padding: 18px 28px 20px;
139
+ box-sizing: border-box;
140
+ }
141
+ .effect-item {
142
+ text-align: center;
143
+ }
144
+ .star-wrap {
145
+ width: 150px;
146
+ height: 150px;
147
+ margin: 0 auto 16px;
148
+ }
149
+ .star-icon {
150
+ width: 150px;
151
+ height: 150px;
152
+ }
153
+ .label {
154
+ font-size: 34px;
155
+ color: #eaeaea;
156
+ }
157
+
158
+ /* Navigation pill at very bottom */
159
+ .nav-pill {
160
+ position: absolute;
161
+ bottom: 20px;
162
+ left: 50%;
163
+ transform: translateX(-50%);
164
+ width: 220px;
165
+ height: 12px;
166
+ background: #ffffff;
167
+ border-radius: 8px;
168
+ opacity: 0.9;
169
+ }
170
+ </style>
171
+ </head>
172
+ <body>
173
+ <div id="render-target">
174
+
175
+ <!-- Status Bar -->
176
+ <div class="status-bar">
177
+ <div class="status-left">
178
+ <div class="status-time">11:20</div>
179
+ <div class="status-icons">
180
+ <!-- Simple app icons -->
181
+ <svg class="icon-small" viewBox="0 0 24 24"><rect x="3" y="6" width="18" height="12" rx="2"></rect></svg>
182
+ <svg class="icon-small" viewBox="0 0 24 24"><circle cx="12" cy="12" r="9"></circle></svg>
183
+ <svg class="icon-small" viewBox="0 0 24 24"><polygon points="5,4 19,12 5,20"></polygon></svg>
184
+ <svg class="icon-small" viewBox="0 0 24 24"><rect x="4" y="4" width="16" height="16" rx="3"></rect></svg>
185
+ </div>
186
+ </div>
187
+ <div class="status-right">
188
+ <!-- Wi-Fi -->
189
+ <svg class="icon-small" viewBox="0 0 24 24">
190
+ <path d="M12 18l2 2-2 2-2-2 2-2zm-7-7c7-5 15-5 22 0l-2 2c-6-4-12-4-18 0l-2-2z" fill="#fff"></path>
191
+ </svg>
192
+ <!-- Battery -->
193
+ <svg class="icon-small" viewBox="0 0 24 24">
194
+ <rect x="2" y="6" width="18" height="12" rx="2" fill="#fff"></rect>
195
+ <rect x="20" y="10" width="2" height="4" fill="#fff"></rect>
196
+ </svg>
197
+ </div>
198
+ </div>
199
+
200
+ <!-- Stage with slide preview -->
201
+ <div class="preview-wrap">
202
+ <div class="slide-preview">[IMG: Slide preview with green gradient and text "The Hunter"]</div>
203
+ </div>
204
+
205
+ <!-- Bottom sheet: Entrance Effects -->
206
+ <div class="bottom-sheet">
207
+ <div class="sheet-header">
208
+ <div class="hdr-left">
209
+ <!-- Back arrow -->
210
+ <svg class="icon-small" viewBox="0 0 24 24">
211
+ <path d="M15 4l-8 8 8 8" fill="none" stroke="#fff" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"></path>
212
+ </svg>
213
+ <div class="hdr-title">Entrance Effects</div>
214
+ </div>
215
+ <div class="hdr-right">
216
+ <svg class="chevron" viewBox="0 0 24 24">
217
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#bdbdbd" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"></path>
218
+ </svg>
219
+ </div>
220
+ </div>
221
+ <div class="section-tag">Basic</div>
222
+
223
+ <div class="effects-grid">
224
+ <!-- Row 1 -->
225
+ <div class="effect-item">
226
+ <div class="star-wrap">
227
+ <svg class="star-icon" viewBox="0 0 100 100">
228
+ <polygon fill="#5ec26b" points="50,5 61,36 94,36 67,56 78,88 50,70 22,88 33,56 6,36 39,36"></polygon>
229
+ </svg>
230
+ </div>
231
+ <div class="label">Appear</div>
232
+ </div>
233
+ <div class="effect-item">
234
+ <div class="star-wrap">
235
+ <svg class="star-icon" viewBox="0 0 100 100">
236
+ <polygon fill="#5ec26b" points="50,5 61,36 94,36 67,56 78,88 50,70 22,88 33,56 6,36 39,36"></polygon>
237
+ </svg>
238
+ </div>
239
+ <div class="label">Blinds</div>
240
+ </div>
241
+ <div class="effect-item">
242
+ <div class="star-wrap">
243
+ <svg class="star-icon" viewBox="0 0 100 100">
244
+ <polygon fill="#5ec26b" points="50,5 61,36 94,36 67,56 78,88 50,70 22,88 33,56 6,36 39,36"></polygon>
245
+ </svg>
246
+ </div>
247
+ <div class="label">Check...</div>
248
+ </div>
249
+ <div class="effect-item">
250
+ <div class="star-wrap">
251
+ <svg class="star-icon" viewBox="0 0 100 100">
252
+ <polygon fill="#5ec26b" points="50,5 61,36 94,36 67,56 78,88 50,70 22,88 33,56 6,36 39,36"></polygon>
253
+ </svg>
254
+ </div>
255
+ <div class="label">Dissol...</div>
256
+ </div>
257
+ <div class="effect-item">
258
+ <div class="star-wrap">
259
+ <svg class="star-icon" viewBox="0 0 100 100">
260
+ <polygon fill="#5ec26b" points="50,5 61,36 94,36 67,56 78,88 50,70 22,88 33,56 6,36 39,36"></polygon>
261
+ </svg>
262
+ </div>
263
+ <div class="label">Fly In</div>
264
+ </div>
265
+ <div class="effect-item">
266
+ <div class="star-wrap">
267
+ <svg class="star-icon" viewBox="0 0 100 100">
268
+ <polygon fill="#5ec26b" points="50,5 61,36 94,36 67,56 78,88 50,70 22,88 33,56 6,36 39,36"></polygon>
269
+ </svg>
270
+ </div>
271
+ <div class="label">Peek In</div>
272
+ </div>
273
+
274
+ <!-- Row 2 -->
275
+ <div class="effect-item">
276
+ <div class="star-wrap">
277
+ <svg class="star-icon" viewBox="0 0 100 100">
278
+ <polygon fill="#5ec26b" points="50,5 61,36 94,36 67,56 78,88 50,70 22,88 33,56 6,36 39,36"></polygon>
279
+ </svg>
280
+ </div>
281
+ <div class="label">Rando...</div>
282
+ </div>
283
+ <div class="effect-item">
284
+ <div class="star-wrap">
285
+ <svg class="star-icon" viewBox="0 0 100 100">
286
+ <polygon fill="#5ec26b" points="50,5 61,36 94,36 67,56 78,88 50,70 22,88 33,56 6,36 39,36"></polygon>
287
+ </svg>
288
+ </div>
289
+ <div class="label">Shape</div>
290
+ </div>
291
+ <div class="effect-item">
292
+ <div class="star-wrap">
293
+ <svg class="star-icon" viewBox="0 0 100 100">
294
+ <polygon fill="#5ec26b" points="50,5 61,36 94,36 67,56 78,88 50,70 22,88 33,56 6,36 39,36"></polygon>
295
+ </svg>
296
+ </div>
297
+ <div class="label">Split</div>
298
+ </div>
299
+ <div class="effect-item">
300
+ <div class="star-wrap">
301
+ <svg class="star-icon" viewBox="0 0 100 100">
302
+ <polygon fill="#5ec26b" points="50,5 61,36 94,36 67,56 78,88 50,70 22,88 33,56 6,36 39,36"></polygon>
303
+ </svg>
304
+ </div>
305
+ <div class="label">Strips</div>
306
+ </div>
307
+ <div class="effect-item">
308
+ <div class="star-wrap">
309
+ <svg class="star-icon" viewBox="0 0 100 100">
310
+ <polygon fill="#5ec26b" points="50,5 61,36 94,36 67,56 78,88 50,70 22,88 33,56 6,36 39,36"></polygon>
311
+ </svg>
312
+ </div>
313
+ <div class="label">Wedge</div>
314
+ </div>
315
+ <div class="effect-item">
316
+ <div class="star-wrap">
317
+ <svg class="star-icon" viewBox="0 0 100 100">
318
+ <polygon fill="#5ec26b" points="50,5 61,36 94,36 67,56 78,88 50,70 22,88 33,56 6,36 39,36"></polygon>
319
+ </svg>
320
+ </div>
321
+ <div class="label">Wheel</div>
322
+ </div>
323
+
324
+ <!-- Row 3 (single item visible on left) -->
325
+ <div class="effect-item">
326
+ <div class="star-wrap">
327
+ <svg class="star-icon" viewBox="0 0 100 100">
328
+ <polygon fill="#5ec26b" points="50,5 61,36 94,36 67,56 78,88 50,70 22,88 33,56 6,36 39,36"></polygon>
329
+ </svg>
330
+ </div>
331
+ <div class="label">Wipe</div>
332
+ </div>
333
+ </div>
334
+ </div>
335
+
336
+ <div class="nav-pill"></div>
337
+ </div>
338
+ </body>
339
+ </html>
code/4427/4427_11.html ADDED
@@ -0,0 +1,267 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Generated Mobile UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ position: relative;
9
+ width: 1080px;
10
+ height: 2400px;
11
+ overflow: hidden;
12
+ background: #000000;
13
+ color: #fff;
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: #0b0b0b;
24
+ display: flex;
25
+ align-items: center;
26
+ padding: 0 40px;
27
+ box-sizing: border-box;
28
+ letter-spacing: 0.5px;
29
+ }
30
+ .status-time {
31
+ font-size: 40px;
32
+ font-weight: 600;
33
+ margin-right: 30px;
34
+ }
35
+ .status-icons {
36
+ display: flex;
37
+ gap: 26px;
38
+ align-items: center;
39
+ }
40
+ .sb-icon {
41
+ width: 40px;
42
+ height: 40px;
43
+ background: #1e1e1e;
44
+ border-radius: 8px;
45
+ border: 1px solid #2e2e2e;
46
+ }
47
+ .sb-dot {
48
+ width: 10px; height: 10px; background: #cfcfcf; border-radius: 50%;
49
+ }
50
+ .status-right {
51
+ margin-left: auto;
52
+ display: flex; align-items: center; gap: 28px;
53
+ }
54
+ .wifi {
55
+ width: 42px; height: 42px; border: 2px solid #cfcfcf; border-radius: 50%;
56
+ position: relative;
57
+ }
58
+ .wifi::after {
59
+ content: ""; position: absolute; width: 16px; height: 16px; border-radius: 50%;
60
+ border: 2px solid #cfcfcf; top: 50%; left: 50%; transform: translate(-50%, -20%);
61
+ }
62
+ .battery {
63
+ width: 50px; height: 26px; border: 2px solid #cfcfcf; border-radius: 4px; position: relative;
64
+ }
65
+ .battery::after {
66
+ content: ""; position: absolute; right: -8px; top: 7px; width: 8px; height: 12px; background: #cfcfcf; border-radius: 2px;
67
+ }
68
+
69
+ /* Slide area */
70
+ .slide-frame {
71
+ position: absolute;
72
+ left: 70px;
73
+ top: 520px;
74
+ width: 940px;
75
+ height: 560px;
76
+ border: 1px solid rgba(160, 220, 220, 0.4);
77
+ box-shadow: 0 0 0 1px rgba(80, 180, 190, 0.2) inset;
78
+ overflow: hidden;
79
+ background: linear-gradient(90deg, #1d2c2a 0%, #233a35 63%, #cfe9cc 100%);
80
+ }
81
+ .slide-left-strip {
82
+ position: absolute; left: 0; top: 0; width: 44px; height: 100%;
83
+ background: rgba(0,0,0,0.4);
84
+ }
85
+ .slide-right-soft {
86
+ position: absolute; right: 0; top: 0; width: 36%; height: 100%;
87
+ background: radial-gradient(120px 120px at 70% 40%, rgba(255,255,255,0.35), rgba(255,255,255,0.05) 70%),
88
+ linear-gradient(90deg, rgba(255,255,255,0.35), rgba(255,255,255,0.05));
89
+ opacity: 0.7;
90
+ }
91
+ .subtitle-box {
92
+ position: absolute;
93
+ left: 260px;
94
+ top: 170px;
95
+ width: 500px;
96
+ height: 84px;
97
+ border: 2px dashed rgba(255,255,255,0.45);
98
+ display: flex; align-items: center; justify-content: center;
99
+ color: #ddd; font-size: 30px;
100
+ background: rgba(255,255,255,0.02);
101
+ }
102
+ .title-text {
103
+ position: absolute;
104
+ left: 280px;
105
+ top: 260px;
106
+ font-size: 80px;
107
+ color: #ffffff;
108
+ font-weight: 600;
109
+ letter-spacing: 1px;
110
+ }
111
+ .page-number {
112
+ position: absolute;
113
+ left: 90px;
114
+ top: 300px;
115
+ width: 110px;
116
+ height: 86px;
117
+ background: #efe5de;
118
+ color: #111;
119
+ border: 4px solid rgba(255,255,255,0.25);
120
+ border-right-width: 6px;
121
+ display: flex; align-items: center; justify-content: center;
122
+ font-size: 46px; font-weight: 700;
123
+ box-shadow: -6px 0 0 rgba(0,0,0,0.2) inset;
124
+ }
125
+
126
+ /* Bottom panel */
127
+ .panel {
128
+ position: absolute;
129
+ left: 0;
130
+ top: 1500px;
131
+ width: 1080px;
132
+ height: 840px;
133
+ background: #121212;
134
+ border-top: 2px solid #232323;
135
+ color: #f5f5f5;
136
+ }
137
+ .panel-header {
138
+ height: 120px;
139
+ display: flex; align-items: center;
140
+ padding: 0 40px;
141
+ box-sizing: border-box;
142
+ }
143
+ .panel-title {
144
+ font-size: 54px; color: #d97736; font-weight: 600;
145
+ margin-right: 24px;
146
+ }
147
+ .caret {
148
+ font-size: 38px; color: #cfcfcf; margin-left: 6px; margin-right: 18px;
149
+ }
150
+ .panel-tools { margin-left: auto; display: flex; gap: 38px; align-items: center; }
151
+ .tool {
152
+ width: 60px; height: 60px; border-radius: 12px;
153
+ background: #1e1e1e; border: 1px solid #2f2f2f;
154
+ display: flex; align-items: center; justify-content: center;
155
+ }
156
+ .tool svg { width: 34px; height: 34px; fill: #cfcfcf; }
157
+
158
+ .list {
159
+ padding: 10px 0;
160
+ }
161
+ .item {
162
+ height: 120px;
163
+ border-top: 1px solid #242424;
164
+ display: flex; align-items: center;
165
+ padding: 0 40px;
166
+ box-sizing: border-box;
167
+ font-size: 44px;
168
+ }
169
+ .item .star {
170
+ width: 60px; text-align: center; margin-right: 30px; font-size: 52px;
171
+ }
172
+ .item .label { flex: 1; }
173
+ .item .chev { color: #a9a9a9; font-size: 60px; }
174
+ .item.disabled { opacity: 0.35; }
175
+
176
+ /* Bottom gesture bar */
177
+ .gesture-bar {
178
+ position: absolute;
179
+ bottom: 24px;
180
+ left: 50%;
181
+ transform: translateX(-50%);
182
+ width: 360px; height: 16px; background: #ffffff; border-radius: 12px; opacity: 0.9;
183
+ }
184
+ </style>
185
+ </head>
186
+ <body>
187
+ <div id="render-target">
188
+
189
+ <!-- Status bar -->
190
+ <div class="status-bar">
191
+ <div class="status-time">11:20</div>
192
+ <div class="status-icons">
193
+ <div class="sb-icon"></div>
194
+ <div class="sb-icon"></div>
195
+ <div class="sb-icon"></div>
196
+ <div class="sb-dot"></div>
197
+ </div>
198
+ <div class="status-right">
199
+ <div class="wifi"></div>
200
+ <div class="battery"></div>
201
+ </div>
202
+ </div>
203
+
204
+ <!-- Slide preview -->
205
+ <div class="slide-frame">
206
+ <div class="slide-left-strip"></div>
207
+ <div class="subtitle-box">Double tap to add subtitle</div>
208
+ <div class="title-text">The Hunter</div>
209
+ <div class="page-number">1</div>
210
+ <div class="slide-right-soft"></div>
211
+ </div>
212
+
213
+ <!-- Bottom animations panel -->
214
+ <div class="panel">
215
+ <div class="panel-header">
216
+ <div class="panel-title">Animations</div>
217
+ <div class="caret">˄</div>
218
+ <div class="panel-tools">
219
+ <div class="tool" title="Light bulb">
220
+ <svg viewBox="0 0 24 24"><path d="M9 21h6v-2H9v2zm3-19a6 6 0 0 0-6 6c0 3.3 2.2 4.9 3 6h6c.8-1.1 3-2.7 3-6a6 6 0 0 0-6-6z"/></svg>
221
+ </div>
222
+ <div class="tool" title="Undo">
223
+ <svg viewBox="0 0 24 24"><path d="M12 5a7 7 0 0 1 7 7h-3a4 4 0 0 0-4-4H7l3-3-1.4-1.4L3.2 7l5.4 5.4L10 11l-3-3h5z"/></svg>
224
+ </div>
225
+ <div class="tool" title="Redo">
226
+ <svg viewBox="0 0 24 24"><path d="M12 5a7 7 0 0 0-7 7h3a4 4 0 0 1 4-4h5l-3 3 1.4 1.4 5.4-5.4-5.4-5.4L15 4l3 3h-6z"/></svg>
227
+ </div>
228
+ <div class="tool" title="More">
229
+ <svg viewBox="0 0 24 24"><circle cx="5" cy="12" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="19" cy="12" r="2"/></svg>
230
+ </div>
231
+ </div>
232
+ </div>
233
+
234
+ <div class="list">
235
+ <div class="item">
236
+ <div class="star" style="color:#7ed957;">★</div>
237
+ <div class="label">Entrance Effects</div>
238
+ <div class="chev">›</div>
239
+ </div>
240
+ <div class="item">
241
+ <div class="star" style="color:#ffcc4d;">★</div>
242
+ <div class="label">Emphasis Effects</div>
243
+ <div class="chev">›</div>
244
+ </div>
245
+ <div class="item">
246
+ <div class="star" style="color:#ff4d4d;">★</div>
247
+ <div class="label">Exit Effects</div>
248
+ <div class="chev">›</div>
249
+ </div>
250
+ <div class="item">
251
+ <div class="star" style="color:#5aa7ff;">★</div>
252
+ <div class="label">Effect Options Property</div>
253
+ <div class="chev">›</div>
254
+ </div>
255
+ <div class="item disabled">
256
+ <div class="star" style="color:#bdbdbd;">A</div>
257
+ <div class="label">Effect Options Color Property</div>
258
+ <div class="chev">›</div>
259
+ </div>
260
+ </div>
261
+ </div>
262
+
263
+ <!-- Gesture bar at bottom -->
264
+ <div class="gesture-bar"></div>
265
+ </div>
266
+ </body>
267
+ </html>
code/4427/4427_2.html ADDED
@@ -0,0 +1,399 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Mobile Presentation Editor Mock</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: #121212;
13
+ color: #fff;
14
+ }
15
+
16
+ /* Top status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 70px;
23
+ background: #1e1e1e;
24
+ display: flex;
25
+ align-items: center;
26
+ padding: 0 24px;
27
+ box-sizing: border-box;
28
+ font-size: 34px;
29
+ letter-spacing: 0.5px;
30
+ }
31
+ .status-right {
32
+ margin-left: auto;
33
+ display: flex;
34
+ gap: 18px;
35
+ align-items: center;
36
+ }
37
+ .dot { width: 10px; height: 10px; background: #9e9e9e; border-radius: 50%; display: inline-block; }
38
+
39
+ /* App header with title */
40
+ .app-header {
41
+ position: absolute;
42
+ top: 70px;
43
+ left: 0;
44
+ width: 1080px;
45
+ height: 95px;
46
+ background: #1a1a1a;
47
+ display: flex;
48
+ align-items: center;
49
+ padding: 0 22px;
50
+ box-sizing: border-box;
51
+ }
52
+ .header-left {
53
+ width: 60px; height: 60px; display: flex; align-items: center; justify-content: center;
54
+ }
55
+ .header-title {
56
+ color: #e27c3a;
57
+ font-size: 36px;
58
+ margin-left: 16px;
59
+ flex: 1;
60
+ }
61
+
62
+ /* Tools row */
63
+ .tools-row {
64
+ position: absolute;
65
+ top: 165px;
66
+ left: 0;
67
+ width: 1080px;
68
+ height: 85px;
69
+ background: #1a1a1a;
70
+ display: flex;
71
+ align-items: center;
72
+ gap: 36px;
73
+ padding: 0 32px;
74
+ box-sizing: border-box;
75
+ }
76
+ .tool-icon {
77
+ width: 50px; height: 50px; display: flex; align-items: center; justify-content: center;
78
+ opacity: 0.95;
79
+ }
80
+
81
+ /* Workspace */
82
+ .workspace {
83
+ position: absolute;
84
+ top: 250px;
85
+ left: 0;
86
+ width: 1080px;
87
+ height: 1200px;
88
+ background: #000;
89
+ }
90
+ .slide-holder {
91
+ position: absolute;
92
+ left: 24px;
93
+ right: 24px;
94
+ top: 130px;
95
+ height: 780px;
96
+ border: 1px solid #2e2e2e;
97
+ background: #0b0b0b;
98
+ display: flex;
99
+ align-items: center;
100
+ justify-content: center;
101
+ }
102
+ .slide {
103
+ width: 1030px;
104
+ height: 700px;
105
+ background: linear-gradient(to right, #263b34 0%, #263b34 75%, #b8d69a 75%, #b8d69a 100%);
106
+ border: 1px solid #3a4a45;
107
+ position: relative;
108
+ box-shadow: 0 0 0 1px #3a3a3a inset;
109
+ }
110
+ .guide-line {
111
+ position: absolute;
112
+ left: 58px;
113
+ top: 20px;
114
+ bottom: 20px;
115
+ width: 3px;
116
+ background: rgba(150,150,150,0.2);
117
+ }
118
+ .slide-title {
119
+ position: absolute;
120
+ right: 140px;
121
+ top: 230px;
122
+ font-size: 44px;
123
+ color: rgba(255,255,255,0.85);
124
+ }
125
+
126
+ /* Image placeholders on slide (vertical strips) */
127
+ .img-strip {
128
+ position: absolute;
129
+ top: 60px;
130
+ bottom: 60px;
131
+ background: #E0E0E0;
132
+ border: 1px solid #BDBDBD;
133
+ color: #757575;
134
+ display: flex; align-items: center; justify-content: center;
135
+ font-size: 26px;
136
+ text-align: center;
137
+ }
138
+ .strip-left { left: 260px; width: 200px; }
139
+ .strip-mid { left: 390px; width: 340px; }
140
+ .strip-right{ left: 740px; width: 180px; }
141
+
142
+ /* Notes & Comments row above thumbnails */
143
+ .notes-comments {
144
+ position: absolute;
145
+ left: 32px;
146
+ bottom: 540px;
147
+ height: 70px;
148
+ display: flex;
149
+ gap: 60px;
150
+ align-items: center;
151
+ color: #cfcfcf;
152
+ font-size: 40px;
153
+ }
154
+ .nc-item { display: flex; align-items: center; gap: 18px; }
155
+
156
+ /* Thumbnails bar */
157
+ .thumbs-bar {
158
+ position: absolute;
159
+ bottom: 320px;
160
+ left: 0;
161
+ width: 1080px;
162
+ height: 220px;
163
+ background: #0a0a0a;
164
+ display: flex;
165
+ align-items: center;
166
+ gap: 24px;
167
+ padding: 0 24px;
168
+ box-sizing: border-box;
169
+ }
170
+ .thumb {
171
+ width: 210px;
172
+ height: 150px;
173
+ background: #233b34;
174
+ border: 1px solid #3a4a45;
175
+ position: relative;
176
+ }
177
+ .thumb.light-edge {
178
+ background: linear-gradient(to right, #263b34 0%, #263b34 75%, #b8d69a 75%, #b8d69a 100%);
179
+ }
180
+ .thumb-label {
181
+ position: absolute; bottom: -32px; left: 0; width: 100%; text-align: center; font-size: 32px; color: #fff;
182
+ }
183
+ .thumb.selected::after {
184
+ content: "";
185
+ position: absolute; left: 0; right: 0; bottom: -10px; height: 28px; background: #c86a32;
186
+ }
187
+ .thumbs-spacer { flex: 1; }
188
+ .plus-btn {
189
+ width: 70px; height: 70px; border: 2px solid #6e6e6e; color: #6e6e6e;
190
+ display: flex; align-items: center; justify-content: center; font-size: 50px; border-radius: 8px;
191
+ }
192
+
193
+ /* Bottom editor toolbar */
194
+ .bottom-toolbar {
195
+ position: absolute;
196
+ bottom: 140px;
197
+ left: 0;
198
+ width: 1080px;
199
+ height: 140px;
200
+ background: #0d0d0d;
201
+ display: flex;
202
+ align-items: center;
203
+ gap: 36px;
204
+ padding: 0 24px;
205
+ box-sizing: border-box;
206
+ }
207
+ .bt-icon {
208
+ width: 100px; height: 100px; background: #1b1b1b; border: 1px solid #333; border-radius: 8px;
209
+ display: flex; align-items: center; justify-content: center;
210
+ }
211
+
212
+ /* Gesture bar */
213
+ .gesture {
214
+ position: absolute;
215
+ bottom: 40px; left: 50%; transform: translateX(-50%);
216
+ width: 360px; height: 8px; background: #eaeaea; border-radius: 6px; opacity: 0.9;
217
+ }
218
+ </style>
219
+ </head>
220
+ <body>
221
+ <div id="render-target">
222
+
223
+ <!-- Status bar -->
224
+ <div class="status-bar">
225
+ 11:16
226
+ <div class="status-right">
227
+ <!-- simple icons mimicking media and notifications -->
228
+ <svg width="36" height="22">
229
+ <rect x="2" y="6" width="10" height="10" fill="#9e9e9e"></rect>
230
+ <rect x="18" y="4" width="16" height="14" fill="none" stroke="#9e9e9e" stroke-width="2"></rect>
231
+ </svg>
232
+ <svg width="32" height="22">
233
+ <rect x="2" y="6" width="28" height="10" fill="none" stroke="#9e9e9e" stroke-width="2"></rect>
234
+ <rect x="24" y="2" width="6" height="6" fill="#9e9e9e"></rect>
235
+ </svg>
236
+ <div class="dot"></div>
237
+ <svg width="26" height="22">
238
+ <circle cx="13" cy="11" r="9" stroke="#9e9e9e" stroke-width="2" fill="none"></circle>
239
+ </svg>
240
+ </div>
241
+ </div>
242
+
243
+ <!-- App header with title -->
244
+ <div class="app-header">
245
+ <div class="header-left">
246
+ <svg width="40" height="40" viewBox="0 0 24 24">
247
+ <path d="M5 12l4 4 10-10" fill="none" stroke="#cfcfcf" stroke-width="2" />
248
+ </svg>
249
+ </div>
250
+ <div class="header-title">Presentation - Saved</div>
251
+ </div>
252
+
253
+ <!-- Tools icons row -->
254
+ <div class="tools-row">
255
+ <div class="tool-icon">
256
+ <!-- pencil -->
257
+ <svg width="40" height="40" viewBox="0 0 24 24">
258
+ <path d="M3 17l4 4 14-14-4-4L3 17z" fill="none" stroke="#ddd" stroke-width="2"/>
259
+ </svg>
260
+ </div>
261
+ <div class="tool-icon">
262
+ <!-- cloud -->
263
+ <svg width="42" height="42" viewBox="0 0 24 24">
264
+ <path d="M6 16h10a4 4 0 0 0 0-8 5 5 0 0 0-9-2 4 4 0 0 0-1 10z" fill="none" stroke="#ddd" stroke-width="2"/>
265
+ </svg>
266
+ </div>
267
+ <div class="tool-icon">
268
+ <!-- search -->
269
+ <svg width="42" height="42" viewBox="0 0 24 24">
270
+ <circle cx="10" cy="10" r="6" stroke="#ddd" stroke-width="2" fill="none"></circle>
271
+ <line x1="15" y1="15" x2="22" y2="22" stroke="#ddd" stroke-width="2"></line>
272
+ </svg>
273
+ </div>
274
+ <div class="tool-icon">
275
+ <!-- slideshow/play -->
276
+ <svg width="42" height="42" viewBox="0 0 24 24">
277
+ <rect x="3" y="5" width="18" height="12" stroke="#ddd" stroke-width="2" fill="none"></rect>
278
+ <polygon points="10,9 16,12 10,15" fill="#ddd"></polygon>
279
+ </svg>
280
+ </div>
281
+ <div class="tool-icon">
282
+ <!-- undo -->
283
+ <svg width="42" height="42" viewBox="0 0 24 24">
284
+ <path d="M8 9H3l5-5v4c6 0 10 2 10 8" fill="none" stroke="#ddd" stroke-width="2"/>
285
+ </svg>
286
+ </div>
287
+ <div class="tool-icon" style="margin-left:auto;">
288
+ <!-- kebab menu -->
289
+ <svg width="34" height="34" viewBox="0 0 24 24">
290
+ <circle cx="12" cy="5" r="2" fill="#ddd"></circle>
291
+ <circle cx="12" cy="12" r="2" fill="#ddd"></circle>
292
+ <circle cx="12" cy="19" r="2" fill="#ddd"></circle>
293
+ </svg>
294
+ </div>
295
+ </div>
296
+
297
+ <!-- Workspace with slide -->
298
+ <div class="workspace">
299
+ <div class="slide-holder">
300
+ <div class="slide">
301
+ <div class="guide-line"></div>
302
+ <div class="slide-title">Tap to add title</div>
303
+
304
+ <div class="img-strip strip-left">[IMG: Office desk photo]</div>
305
+ <div class="img-strip strip-mid">[IMG: Office desk photo]</div>
306
+ <div class="img-strip strip-right">[IMG: Office desk photo]</div>
307
+ </div>
308
+ </div>
309
+ </div>
310
+
311
+ <!-- Notes and Comments -->
312
+ <div class="notes-comments">
313
+ <div class="nc-item">
314
+ <svg width="40" height="40" viewBox="0 0 24 24">
315
+ <rect x="3" y="4" width="18" height="14" stroke="#cfcfcf" stroke-width="2" fill="none"></rect>
316
+ <polygon points="7,18 7,22 11,18" fill="#cfcfcf"></polygon>
317
+ </svg>
318
+ <span>Notes</span>
319
+ </div>
320
+ <div class="nc-item">
321
+ <svg width="40" height="40" viewBox="0 0 24 24">
322
+ <path d="M4 5h16v10H7l-3 3V5z" fill="none" stroke="#cfcfcf" stroke-width="2"/>
323
+ </svg>
324
+ <span>Comments</span>
325
+ </div>
326
+ </div>
327
+
328
+ <!-- Thumbnails bar -->
329
+ <div class="thumbs-bar">
330
+ <div class="thumb light-edge"></div>
331
+ <div class="thumb selected light-edge"></div>
332
+ <div class="thumbs-spacer"></div>
333
+ <div class="plus-btn">+</div>
334
+ </div>
335
+
336
+ <!-- Bottom toolbar -->
337
+ <div class="bottom-toolbar">
338
+ <div class="bt-icon">
339
+ <!-- grid icon -->
340
+ <svg width="60" height="60" viewBox="0 0 24 24">
341
+ <rect x="3" y="3" width="18" height="18" stroke="#cfcfcf" stroke-width="2" fill="none"></rect>
342
+ <line x1="3" y1="11" x2="21" y2="11" stroke="#cfcfcf" stroke-width="2"></line>
343
+ <line x1="11" y1="3" x2="11" y2="21" stroke="#cfcfcf" stroke-width="2"></line>
344
+ </svg>
345
+ </div>
346
+ <div class="bt-icon">
347
+ <!-- shapes -->
348
+ <svg width="64" height="64" viewBox="0 0 24 24">
349
+ <circle cx="7" cy="8" r="4" stroke="#cfcfcf" stroke-width="2" fill="none"></circle>
350
+ <rect x="12" y="12" width="8" height="8" stroke="#cfcfcf" stroke-width="2" fill="none"></rect>
351
+ </svg>
352
+ </div>
353
+ <div class="bt-icon">
354
+ <!-- image -->
355
+ <svg width="64" height="64" viewBox="0 0 24 24">
356
+ <rect x="3" y="5" width="18" height="14" stroke="#cfcfcf" stroke-width="2" fill="none"></rect>
357
+ <circle cx="9" cy="10" r="2" fill="#cfcfcf"></circle>
358
+ <polyline points="6,17 11,12 17,17" fill="none" stroke="#cfcfcf" stroke-width="2"></polyline>
359
+ </svg>
360
+ </div>
361
+ <div class="bt-icon">
362
+ <!-- shape circle -->
363
+ <svg width="64" height="64" viewBox="0 0 24 24">
364
+ <circle cx="12" cy="12" r="8" stroke="#cfcfcf" stroke-width="2" fill="none"></circle>
365
+ </svg>
366
+ </div>
367
+ <div class="bt-icon">
368
+ <!-- text icon -->
369
+ <svg width="64" height="64" viewBox="0 0 24 24">
370
+ <path d="M5 6h14M12 6v12" stroke="#cfcfcf" stroke-width="2" fill="none"></path>
371
+ </svg>
372
+ </div>
373
+ <div class="bt-icon">
374
+ <!-- camera -->
375
+ <svg width="64" height="64" viewBox="0 0 24 24">
376
+ <rect x="4" y="7" width="16" height="12" stroke="#cfcfcf" stroke-width="2" fill="none"></rect>
377
+ <circle cx="12" cy="13" r="4" stroke="#cfcfcf" stroke-width="2" fill="none"></circle>
378
+ <rect x="8" y="5" width="4" height="2" fill="#cfcfcf"></rect>
379
+ </svg>
380
+ </div>
381
+ <div class="bt-icon">
382
+ <!-- arrow/align -->
383
+ <svg width="64" height="64" viewBox="0 0 24 24">
384
+ <path d="M4 12h16M12 4l-4 4M12 4l4 4" stroke="#cfcfcf" stroke-width="2" fill="none"></path>
385
+ </svg>
386
+ </div>
387
+ <div class="bt-icon">
388
+ <!-- triangle play -->
389
+ <svg width="64" height="64" viewBox="0 0 24 24">
390
+ <polygon points="8,6 18,12 8,18" fill="#cfcfcf"></polygon>
391
+ </svg>
392
+ </div>
393
+ </div>
394
+
395
+ <!-- Gesture bar -->
396
+ <div class="gesture"></div>
397
+ </div>
398
+ </body>
399
+ </html>
code/4427/4427_3.html ADDED
@@ -0,0 +1,261 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Presentation - Reading view</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: #0F0F0F;
14
+ color: #EAEAEA;
15
+ }
16
+
17
+ /* Status bar */
18
+ .statusbar {
19
+ height: 70px;
20
+ background: #1a1a1a;
21
+ display: flex;
22
+ align-items: center;
23
+ padding: 0 26px;
24
+ color: #e5e5e5;
25
+ font-size: 30px;
26
+ letter-spacing: 1px;
27
+ }
28
+ .statusbar .right {
29
+ margin-left: auto;
30
+ display: flex;
31
+ align-items: center;
32
+ gap: 18px;
33
+ }
34
+ .sb-dot {
35
+ width: 16px; height: 16px; background: #e5e5e5; border-radius: 50%;
36
+ opacity: 0.85;
37
+ }
38
+ .sb-battery {
39
+ width: 28px; height: 16px; border: 2px solid #e5e5e5; position: relative; border-radius: 3px;
40
+ }
41
+ .sb-battery::after {
42
+ content: ""; position: absolute; right: -6px; top: 4px; width: 4px; height: 8px; background: #e5e5e5; border-radius: 1px;
43
+ }
44
+ .sb-battery .fill { position: absolute; left: 2px; top: 2px; height: 8px; width: 16px; background: #e5e5e5; }
45
+
46
+ /* App bar */
47
+ .appbar {
48
+ height: 110px;
49
+ background: #202020;
50
+ display: flex;
51
+ align-items: center;
52
+ padding: 0 26px;
53
+ border-bottom: 1px solid #2a2a2a;
54
+ }
55
+ .appbar .title {
56
+ font-size: 44px;
57
+ margin-left: 18px;
58
+ }
59
+ .appbar .actions {
60
+ margin-left: auto;
61
+ display: flex;
62
+ align-items: center;
63
+ gap: 28px;
64
+ }
65
+ .icon-btn { width: 52px; height: 52px; display: inline-flex; align-items: center; justify-content: center; }
66
+ .icon { width: 34px; height: 34px; fill: #d9d9d9; }
67
+
68
+ /* Content area (slides) */
69
+ .content {
70
+ position: absolute;
71
+ top: 180px;
72
+ left: 0;
73
+ right: 0;
74
+ bottom: 230px;
75
+ padding: 26px 0;
76
+ overflow: hidden;
77
+ }
78
+ .slide {
79
+ width: 100%;
80
+ height: 630px;
81
+ margin: 16px 0 40px;
82
+ border: 6px solid #0c0c0c;
83
+ background: #1f2f2d;
84
+ position: relative;
85
+ display: flex;
86
+ }
87
+ .slide.selected { border-color: #c46a3a; }
88
+ .slide .left-dark {
89
+ flex: 1 1 auto;
90
+ background: #223734;
91
+ position: relative;
92
+ display: flex;
93
+ justify-content: center;
94
+ align-items: center;
95
+ color: #ffffff;
96
+ }
97
+ .slide .right-green {
98
+ width: 270px;
99
+ background: linear-gradient(180deg, #d9f0c9, #bfe3ab);
100
+ border-left: 6px solid #2b3d38;
101
+ }
102
+ .slide .title-center {
103
+ font-size: 80px;
104
+ font-weight: 600;
105
+ letter-spacing: 1px;
106
+ }
107
+ .cyan-corner {
108
+ position: absolute;
109
+ left: 62px; top: 110px; width: 0; height: 0;
110
+ border-left: 20px solid transparent;
111
+ border-top: 20px solid #7bd1d8;
112
+ transform: rotate(45deg);
113
+ opacity: 0.8;
114
+ }
115
+ .slide .slide-badge {
116
+ position: absolute;
117
+ right: 30px; top: 30px;
118
+ background: rgba(0,0,0,0.85);
119
+ color: #fff;
120
+ padding: 14px 20px;
121
+ border-radius: 14px;
122
+ font-size: 34px;
123
+ }
124
+
125
+ /* Second slide inner layout */
126
+ .slide2 .left-dark { display: block; }
127
+ .slide2 .inner {
128
+ display: grid;
129
+ grid-template-columns: 360px 260px 320px;
130
+ height: 100%;
131
+ }
132
+ .placeholder-img {
133
+ background: #E0E0E0;
134
+ border: 1px solid #BDBDBD;
135
+ color: #757575;
136
+ display: flex;
137
+ justify-content: center;
138
+ align-items: center;
139
+ font-size: 28px;
140
+ text-align: center;
141
+ padding: 16px;
142
+ }
143
+ .dark-panel { background: #223734; border-left: 6px solid #2b3d38; }
144
+
145
+ /* Bottom bar */
146
+ .bottomBar {
147
+ position: absolute;
148
+ left: 0;
149
+ right: 0;
150
+ bottom: 0;
151
+ height: 220px;
152
+ background: #1d1d1d;
153
+ border-top: 1px solid #2c2c2c;
154
+ display: flex;
155
+ align-items: center;
156
+ justify-content: space-around;
157
+ padding-top: 18px;
158
+ }
159
+ .bb-item { width: 160px; text-align: center; color: #cfcfcf; font-size: 28px; }
160
+ .bb-item .icon { width: 40px; height: 40px; margin-bottom: 10px; }
161
+ .bb-item.active { color: #ffffff; }
162
+ .gesture-bar {
163
+ position: absolute; bottom: 8px; left: 50%; transform: translateX(-50%);
164
+ width: 260px; height: 6px; background: #eaeaea; border-radius: 4px; opacity: 0.9;
165
+ }
166
+ /* Back arrow */
167
+ .back-btn { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; }
168
+ .back-btn svg { width: 36px; height: 36px; fill: #d9d9d9; }
169
+ </style>
170
+ </head>
171
+ <body>
172
+ <div id="render-target">
173
+
174
+ <!-- Status bar -->
175
+ <div class="statusbar">
176
+ 11:16
177
+ <div class="right">
178
+ <div class="sb-dot"></div>
179
+ <div class="sb-dot"></div>
180
+ <div class="sb-dot"></div>
181
+ <div class="sb-battery"><div class="fill"></div></div>
182
+ </div>
183
+ </div>
184
+
185
+ <!-- App bar -->
186
+ <div class="appbar">
187
+ <div class="back-btn">
188
+ <svg viewBox="0 0 24 24"><path d="M15.5 4.5L7 12l8.5 7.5-1.7 1.8L3.8 12l9.9-9.3 1.8 1.8z"/></svg>
189
+ </div>
190
+ <div class="title">Presentation</div>
191
+ <div class="actions">
192
+ <div class="icon-btn">
193
+ <svg class="icon" viewBox="0 0 24 24"><path d="M6 15c-2 0-3-1.6-3-3.2C3 9 4.8 7 7.2 7c.8-2.2 2.8-3.6 5.1-3.6C15.7 3.4 18 5.7 18 8.5h.2C20.3 8.5 22 10.3 22 12.5S20.3 16.5 18 16.5H6z"/></svg>
194
+ </div>
195
+ <div class="icon-btn">
196
+ <svg class="icon" 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>
197
+ </div>
198
+ </div>
199
+ </div>
200
+
201
+ <!-- Slides content -->
202
+ <div class="content">
203
+ <!-- Slide 1 -->
204
+ <div class="slide slide1">
205
+ <div class="left-dark">
206
+ <div class="cyan-corner"></div>
207
+ <div class="title-center">The Hunter</div>
208
+ </div>
209
+ <div class="right-green"></div>
210
+ <div class="slide-badge">Slide 1 of 2</div>
211
+ </div>
212
+
213
+ <!-- Slide 2 -->
214
+ <div class="slide slide2 selected">
215
+ <div class="left-dark" style="flex:1 1 auto; padding:0;">
216
+ <div class="cyan-corner" style="top:120px; left:80px;"></div>
217
+ <div class="inner">
218
+ <div class="dark-panel"></div>
219
+ <div class="placeholder-img">[IMG: Vertical photo on slide]</div>
220
+ <div class="dark-panel"></div>
221
+ </div>
222
+ </div>
223
+ <div class="right-green"></div>
224
+ </div>
225
+
226
+ <!-- Spacer to mimic empty area below slides -->
227
+ <div style="height: 520px;"></div>
228
+ </div>
229
+
230
+ <!-- Bottom toolbar -->
231
+ <div class="bottomBar">
232
+ <div class="bb-item">
233
+ <svg class="icon" viewBox="0 0 24 24"><path d="M3 17h18v2H3zM5 7h14v8H5zM9 9v4l4-2-4-2z"/></svg>
234
+ <div>Present</div>
235
+ </div>
236
+ <div class="bb-item">
237
+ <svg class="icon" viewBox="0 0 24 24"><path d="M6 2h12v2H6zM4 6h16v14H4zM7 9h10v2H7zm0 4h10v2H7z"/></svg>
238
+ <div>Notes</div>
239
+ </div>
240
+ <div class="bb-item active">
241
+ <svg class="icon" viewBox="0 0 24 24"><path d="M4 6h16v12H4z"/><path d="M8 8h3v8H8zM13 8h3v8h-3z" fill="#1d1d1d"/></svg>
242
+ <div>Reading view</div>
243
+ </div>
244
+ <div class="bb-item">
245
+ <svg class="icon" viewBox="0 0 24 24"><path d="M3 17.3l6.2-2.1L18 6.4l-2.4-2.4-8.7 8.7L3 17.3zM19.4 5l-2.4-2.4 1.4-1.4L20.8 3.6 19.4 5z"/></svg>
246
+ <div>Edit</div>
247
+ </div>
248
+ <div class="bb-item">
249
+ <svg class="icon" viewBox="0 0 24 24"><path d="M10 4a6 6 0 105.2 9.4l4.2 4.2-1.4 1.4-4.1-4.2A6 6 0 1010 4z"/></svg>
250
+ <div>Find</div>
251
+ </div>
252
+ <div class="bb-item">
253
+ <svg class="icon" viewBox="0 0 24 24"><path d="M14 3l-1.4 1.4L15.2 7H9v2h6.2l-2.6 2.6L14 13l5-5-5-5zM5 5h4v2H7v10h2v2H5z"/></svg>
254
+ <div>Share</div>
255
+ </div>
256
+ <div class="gesture-bar"></div>
257
+ </div>
258
+
259
+ </div>
260
+ </body>
261
+ </html>
code/4427/4427_4.html ADDED
@@ -0,0 +1,269 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Mobile Presentation UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: "Segoe UI", Arial, sans-serif; }
7
+ #render-target {
8
+ position: relative;
9
+ width: 1080px;
10
+ height: 2400px;
11
+ overflow: hidden;
12
+ background: #0c0c0c;
13
+ color: #fff;
14
+ }
15
+
16
+ /* Top status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 100%;
22
+ height: 88px;
23
+ background: #111;
24
+ display: flex;
25
+ align-items: center;
26
+ padding: 0 24px;
27
+ box-sizing: border-box;
28
+ }
29
+ .status-bar .time { font-size: 34px; font-weight: 600; letter-spacing: 0.5px; }
30
+ .status-icons { margin-left: 20px; display: flex; gap: 24px; }
31
+ .icon-dot { width: 28px; height: 28px; background: #242424; border-radius: 6px; }
32
+ .status-bar .right { margin-left: auto; display: flex; gap: 18px; }
33
+
34
+ /* App bar */
35
+ .app-bar {
36
+ position: absolute;
37
+ top: 88px;
38
+ left: 0;
39
+ width: 100%;
40
+ height: 118px;
41
+ background: #111;
42
+ display: flex;
43
+ align-items: center;
44
+ padding: 0 24px;
45
+ box-sizing: border-box;
46
+ }
47
+ .back { width: 40px; height: 40px; margin-right: 18px; }
48
+ .back svg { fill: #fff; }
49
+ .title { font-size: 44px; font-weight: 600; flex: 1; }
50
+ .app-actions { display: flex; gap: 30px; align-items: center; }
51
+ .action-icon { width: 44px; height: 44px; }
52
+ .action-icon svg { fill: #cfcfcf; }
53
+
54
+ /* Main scroll area */
55
+ .main {
56
+ position: absolute;
57
+ top: 206px;
58
+ left: 0;
59
+ right: 0;
60
+ bottom: 180px;
61
+ padding: 24px;
62
+ box-sizing: border-box;
63
+ overflow: auto;
64
+ }
65
+
66
+ /* Slide card base */
67
+ .slide {
68
+ width: 1032px;
69
+ margin: 0 auto 28px auto;
70
+ border: 3px solid #ec7a3a;
71
+ background: #1f2e2a;
72
+ display: flex;
73
+ }
74
+ .slide-left {
75
+ flex: 3;
76
+ min-height: 620px;
77
+ background: #233530;
78
+ position: relative;
79
+ }
80
+ .slide-right {
81
+ flex: 1;
82
+ background: linear-gradient(180deg, #c8e6c9, #bce3c7);
83
+ }
84
+ .subtitle-box {
85
+ position: absolute;
86
+ top: 170px;
87
+ left: 80px;
88
+ width: 450px;
89
+ height: 80px;
90
+ border: 2px solid rgba(255,255,255,0.35);
91
+ border-radius: 6px;
92
+ display: flex;
93
+ align-items: center;
94
+ justify-content: center;
95
+ color: #cfcfcf;
96
+ font-size: 28px;
97
+ }
98
+ .slide-title {
99
+ position: absolute;
100
+ top: 250px;
101
+ left: 80px;
102
+ font-size: 72px;
103
+ font-weight: 600;
104
+ letter-spacing: 2px;
105
+ }
106
+ .slide-badge {
107
+ position: absolute;
108
+ right: 40px;
109
+ top: 36px;
110
+ background: #000;
111
+ padding: 16px 22px;
112
+ border-radius: 18px;
113
+ font-size: 36px;
114
+ }
115
+
116
+ /* Overlay menu */
117
+ .menu-overlay {
118
+ width: 100%;
119
+ display: flex;
120
+ gap: 22px;
121
+ justify-content: flex-start;
122
+ padding: 16px 32px;
123
+ margin-top: -8px;
124
+ box-sizing: border-box;
125
+ }
126
+ .menu-btn {
127
+ background: #1a1a1a;
128
+ color: #fff;
129
+ padding: 20px 30px;
130
+ border-radius: 10px;
131
+ font-size: 36px;
132
+ }
133
+
134
+ /* Second slide with photo */
135
+ .slide2 {
136
+ width: 1032px;
137
+ margin: 20px auto;
138
+ border: 3px solid #0db4a6;
139
+ background: #233530;
140
+ display: flex;
141
+ min-height: 900px;
142
+ }
143
+ .slide2 .slide-left { min-height: 900px; }
144
+ .photo {
145
+ width: 480px;
146
+ height: 760px;
147
+ background: #E0E0E0;
148
+ border: 1px solid #BDBDBD;
149
+ display: flex;
150
+ align-items: center;
151
+ justify-content: center;
152
+ color: #757575;
153
+ margin: 120px auto;
154
+ font-size: 30px;
155
+ }
156
+
157
+ /* Bottom filler and nav */
158
+ .fill { position: absolute; bottom: 180px; left: 0; width: 100%; height: 320px; background: #000; }
159
+ .bottom-nav {
160
+ position: absolute;
161
+ left: 0;
162
+ right: 0;
163
+ bottom: 0;
164
+ height: 180px;
165
+ background: #202020;
166
+ display: flex;
167
+ justify-content: space-around;
168
+ align-items: center;
169
+ color: #bfbfbf;
170
+ }
171
+ .bottom-item { display: flex; flex-direction: column; align-items: center; gap: 12px; font-size: 32px; }
172
+ .bottom-item svg { width: 48px; height: 48px; fill: #bfbfbf; }
173
+ </style>
174
+ </head>
175
+ <body>
176
+ <div id="render-target">
177
+
178
+ <!-- Status bar -->
179
+ <div class="status-bar">
180
+ <div class="time">11:16</div>
181
+ <div class="status-icons">
182
+ <div class="icon-dot"></div>
183
+ <div class="icon-dot"></div>
184
+ <div class="icon-dot"></div>
185
+ <div class="icon-dot"></div>
186
+ </div>
187
+ <div class="right">
188
+ <div class="icon-dot"></div>
189
+ <div class="icon-dot"></div>
190
+ </div>
191
+ </div>
192
+
193
+ <!-- App bar -->
194
+ <div class="app-bar">
195
+ <div class="back">
196
+ <svg viewBox="0 0 24 24">
197
+ <path d="M15.5 6l-6 6 6 6-1.5 1.5L6.5 12 14 4.5z"/>
198
+ </svg>
199
+ </div>
200
+ <div class="title">Presentation</div>
201
+ <div class="app-actions">
202
+ <div class="action-icon">
203
+ <svg viewBox="0 0 24 24"><path d="M12 3l4 4h-3v7h-2V7H8l4-4zM6 19h12v2H6z"/></svg>
204
+ </div>
205
+ <div class="action-icon">
206
+ <svg viewBox="0 0 24 24"><path d="M12 5a2 2 0 110 4 2 2 0 010-4zm0 5c-3.3 0-6 2.7-6 6h2a4 4 0 018 0h2c0-3.3-2.7-6-6-6z"/></svg>
207
+ </div>
208
+ </div>
209
+ </div>
210
+
211
+ <!-- Main content -->
212
+ <div class="main">
213
+ <!-- First slide -->
214
+ <div class="slide">
215
+ <div class="slide-left">
216
+ <div class="subtitle-box">Double tap to add subtitle</div>
217
+ <div class="slide-title">The Hunter</div>
218
+ <div class="slide-badge">Slide 1 of 2</div>
219
+ </div>
220
+ <div class="slide-right"></div>
221
+ </div>
222
+
223
+ <!-- Overlay menu -->
224
+ <div class="menu-overlay">
225
+ <div class="menu-btn">Edit</div>
226
+ <div class="menu-btn">Copy</div>
227
+ <div class="menu-btn">New Comment</div>
228
+ <div class="menu-btn">Share</div>
229
+ </div>
230
+
231
+ <!-- Second slide -->
232
+ <div class="slide2">
233
+ <div class="slide-left">
234
+ <div class="photo">[IMG: Office desk photo]</div>
235
+ </div>
236
+ <div class="slide-right"></div>
237
+ </div>
238
+ </div>
239
+
240
+ <!-- Filler area to simulate black space above bottom nav -->
241
+ <div class="fill"></div>
242
+
243
+ <!-- Bottom navigation -->
244
+ <div class="bottom-nav">
245
+ <div class="bottom-item">
246
+ <svg viewBox="0 0 24 24"><path d="M8 5l8 4-8 4V5zm1 12h10v2H9z"/></svg>
247
+ <div>Present</div>
248
+ </div>
249
+ <div class="bottom-item">
250
+ <svg viewBox="0 0 24 24"><path d="M5 4h14v16H5V4zm4 3v10h2V7H9zm6 0v10h2V7h-2z"/></svg>
251
+ <div>Notes</div>
252
+ </div>
253
+ <div class="bottom-item">
254
+ <svg viewBox="0 0 24 24"><path d="M19 3H5v18l7-3 7 3V3zm-2 12H7V5h10v10z"/></svg>
255
+ <div>Edit</div>
256
+ </div>
257
+ <div class="bottom-item">
258
+ <svg viewBox="0 0 24 24"><path d="M15.5 14h-1l-.3-1a6.5 6.5 0 10-1.2 1.2l1 .3v1l5 5 1.5-1.5-5-5zm-5 0a4.5 4.5 0 110-9 4.5 4.5 0 010 9z"/></svg>
259
+ <div>Find</div>
260
+ </div>
261
+ <div class="bottom-item">
262
+ <svg viewBox="0 0 24 24"><path d="M18 8l-6-6v4H6v4h6v4l6-6zM6 14h2v6H6v-6zm10 0h2v6h-2v-6z"/></svg>
263
+ <div>Share</div>
264
+ </div>
265
+ </div>
266
+
267
+ </div>
268
+ </body>
269
+ </html>
code/4427/4427_5.html ADDED
@@ -0,0 +1,354 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Mobile Presentation Editor Mock</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: #0f0f0f;
13
+ color: #fff;
14
+ }
15
+
16
+ /* Top status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 100px;
23
+ background: #1a1a1a;
24
+ display: flex;
25
+ align-items: center;
26
+ padding: 0 30px;
27
+ box-sizing: border-box;
28
+ }
29
+ .status-left { font-size: 38px; font-weight: 600; }
30
+ .status-icons {
31
+ margin-left: 20px;
32
+ display: flex;
33
+ gap: 22px;
34
+ }
35
+ .status-icons .tiny {
36
+ width: 36px; height: 24px; background: #2e2e2e; border-radius: 6px;
37
+ }
38
+ .status-right {
39
+ margin-left: auto;
40
+ display: flex; align-items: center; gap: 18px;
41
+ }
42
+ .dot { width: 10px; height: 10px; background: #9e9e9e; border-radius: 50%; }
43
+
44
+ /* App bar */
45
+ .app-bar {
46
+ position: absolute;
47
+ top: 100px;
48
+ left: 0;
49
+ width: 1080px;
50
+ height: 130px;
51
+ display: flex;
52
+ align-items: center;
53
+ padding: 0 30px;
54
+ box-sizing: border-box;
55
+ color: #e28b4f;
56
+ font-size: 40px;
57
+ font-weight: 600;
58
+ }
59
+ .app-bar .title { margin-left: 260px; }
60
+ .app-actions {
61
+ position: absolute;
62
+ top: 100px;
63
+ left: 30px;
64
+ height: 130px;
65
+ width: 1020px;
66
+ display: flex;
67
+ align-items: center;
68
+ gap: 46px;
69
+ color: #dcdcdc;
70
+ }
71
+ .app-actions .spacer { flex: 1; }
72
+ .icon-btn {
73
+ width: 64px; height: 64px;
74
+ display: inline-flex; justify-content: center; align-items: center;
75
+ border-radius: 12px;
76
+ color: #dcdcdc;
77
+ background: transparent;
78
+ }
79
+ .icon-btn svg { width: 52px; height: 52px; fill: none; stroke: #dcdcdc; stroke-width: 3; }
80
+
81
+ /* Work area (black canvas) */
82
+ .work-area {
83
+ position: absolute;
84
+ top: 230px;
85
+ left: 0;
86
+ width: 1080px;
87
+ height: 1500px;
88
+ background: #000;
89
+ }
90
+
91
+ /* Slide canvas */
92
+ .slide-wrapper {
93
+ position: absolute;
94
+ top: 470px; /* center-ish within the black canvas */
95
+ left: 24px;
96
+ width: 1032px;
97
+ height: 740px;
98
+ border: 1px solid #2c2c2c;
99
+ background: #111;
100
+ display: flex;
101
+ align-items: center;
102
+ justify-content: center;
103
+ }
104
+ .slide {
105
+ position: relative;
106
+ width: 1000px;
107
+ height: 600px;
108
+ background: #22312d;
109
+ box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
110
+ overflow: hidden;
111
+ }
112
+ /* Left content area */
113
+ .accent-line {
114
+ position: absolute;
115
+ top: 0; left: 60px;
116
+ width: 6px; height: 100%;
117
+ background: #7fd6e8;
118
+ opacity: 0.65;
119
+ }
120
+ .slide-right {
121
+ position: absolute;
122
+ top: 0; right: 0;
123
+ width: 290px; height: 100%;
124
+ background: #cfe9c9;
125
+ opacity: 0.95;
126
+ }
127
+ /* decorative bubbles on right */
128
+ .bubble { position: absolute; border-radius: 50%; border: 2px solid rgba(255,255,255,0.4); }
129
+ .bubble.b1 { width: 160px; height: 160px; right: 60px; top: 120px; border-color: rgba(255,255,255,0.35); }
130
+ .bubble.b2 { width: 80px; height: 80px; right: 30px; top: 60px; border-color: rgba(255,255,255,0.25); }
131
+ .bubble.b3 { width: 220px; height: 220px; right: 20px; bottom: 70px; border-color: rgba(255,255,255,0.22); }
132
+
133
+ .subtitle-box {
134
+ position: absolute;
135
+ top: 250px; left: 200px;
136
+ width: 520px; height: 100px;
137
+ border: 1px dashed rgba(255,255,255,0.6);
138
+ display: flex; align-items: center; justify-content: center;
139
+ color: #dcdcdc; font-size: 30px;
140
+ background: rgba(0,0,0,0.05);
141
+ }
142
+ .subtitle-caret {
143
+ position: absolute; top: 340px; left: 170px;
144
+ width: 0; height: 0; border-left: 16px solid transparent;
145
+ border-right: 16px solid transparent; border-top: 16px solid #7fd6e8;
146
+ }
147
+ .title-text {
148
+ position: absolute;
149
+ top: 370px; left: 270px;
150
+ font-size: 74px; color: #fff; font-weight: 700;
151
+ letter-spacing: 1px;
152
+ }
153
+
154
+ /* Notes/Comments labels */
155
+ .notes-comments {
156
+ position: absolute;
157
+ bottom: 510px;
158
+ left: 30px;
159
+ display: flex; gap: 160px; align-items: center;
160
+ color: #dcdcdc; font-size: 44px;
161
+ }
162
+ .label-icon { display: inline-flex; align-items: center; gap: 18px; }
163
+ .label-icon svg { width: 50px; height: 50px; stroke: #dcdcdc; fill: none; stroke-width: 3; }
164
+
165
+ /* Filmstrip area */
166
+ .filmstrip {
167
+ position: absolute;
168
+ bottom: 290px;
169
+ left: 0;
170
+ width: 1080px;
171
+ height: 220px;
172
+ display: flex; align-items: center;
173
+ padding: 0 24px;
174
+ box-sizing: border-box;
175
+ gap: 26px;
176
+ }
177
+ .thumb {
178
+ width: 320px; height: 200px;
179
+ background: #22312d;
180
+ border: 1px solid #3a3a3a;
181
+ position: relative;
182
+ }
183
+ .thumb .right { position: absolute; right: 0; top: 0; width: 90px; height: 100%; background: #cfe9c9; }
184
+ .thumb .mini-title {
185
+ position: absolute; left: 40px; bottom: 50px;
186
+ color: #e6e6e6; font-size: 30px;
187
+ }
188
+ .thumb.selected::after {
189
+ content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 26px; background: #d9722a;
190
+ }
191
+ .filmstrip .thumb + .thumb { opacity: 0.9; }
192
+ .filmstrip-side {
193
+ margin-left: auto;
194
+ width: 120px; height: 200px; border-left: 1px solid #2e2e2e;
195
+ display: flex; align-items: center; justify-content: center;
196
+ }
197
+ .plus-btn { width: 72px; height: 72px; border-radius: 12px; border: 2px solid #9a9a9a; display: flex; align-items: center; justify-content: center; }
198
+ .plus-btn::before, .plus-btn::after {
199
+ content: ""; position: absolute; background: #9a9a9a;
200
+ }
201
+ .plus-btn::before { width: 40px; height: 4px; }
202
+ .plus-btn::after { width: 4px; height: 40px; }
203
+
204
+ /* Bottom toolbar */
205
+ .bottom-toolbar {
206
+ position: absolute;
207
+ bottom: 0;
208
+ left: 0;
209
+ width: 1080px;
210
+ height: 180px;
211
+ background: #171717;
212
+ display: flex; align-items: center; gap: 28px;
213
+ padding: 0 30px; box-sizing: border-box;
214
+ }
215
+ .tool {
216
+ width: 120px; height: 120px; border: 1px solid #3a3a3a; border-radius: 10px;
217
+ display: flex; align-items: center; justify-content: center;
218
+ color: #cfcfcf;
219
+ }
220
+ .tool svg { width: 64px; height: 64px; stroke: #cfcfcf; fill: none; stroke-width: 3; }
221
+ .tool .A { font-size: 48px; font-weight: 700; }
222
+
223
+ </style>
224
+ </head>
225
+ <body>
226
+ <div id="render-target">
227
+
228
+ <!-- Status bar -->
229
+ <div class="status-bar">
230
+ <div class="status-left">11:17</div>
231
+ <div class="status-icons">
232
+ <div class="tiny"></div>
233
+ <div class="tiny"></div>
234
+ <div class="tiny"></div>
235
+ <div class="tiny"></div>
236
+ </div>
237
+ <div class="dot"></div>
238
+ <div class="status-right">
239
+ <div class="tiny" style="width:30px;height:30px;border-radius:50%;"></div>
240
+ <div class="tiny" style="width:36px;height:36px;"></div>
241
+ </div>
242
+ </div>
243
+
244
+ <!-- App bar title -->
245
+ <div class="app-bar">
246
+ <div class="title">Presentation - Saved</div>
247
+ </div>
248
+
249
+ <!-- App actions row -->
250
+ <div class="app-actions">
251
+ <!-- Check -->
252
+ <div class="icon-btn">
253
+ <svg viewBox="0 0 24 24"><path d="M5 12l4 4 10-10"/></svg>
254
+ </div>
255
+ <!-- Draw -->
256
+ <div class="icon-btn">
257
+ <svg viewBox="0 0 24 24"><path d="M3 21l6-2 12-12-4-4L5 15 3 21z"/></svg>
258
+ </div>
259
+ <!-- Cloud -->
260
+ <div class="icon-btn">
261
+ <svg viewBox="0 0 24 24"><path d="M6 18h11a4 4 0 0 0 0-8h-1a6 6 0 0 0-11 2"/><path d="M6 18h-1a3 3 0 0 1 0-6"/></svg>
262
+ </div>
263
+ <!-- Search -->
264
+ <div class="icon-btn">
265
+ <svg viewBox="0 0 24 24"><circle cx="10" cy="10" r="6"/><path d="M21 21l-6-6"/></svg>
266
+ </div>
267
+ <!-- Play -->
268
+ <div class="icon-btn">
269
+ <svg viewBox="0 0 24 24"><path d="M6 4v16l14-8z"/></svg>
270
+ </div>
271
+ <!-- Undo -->
272
+ <div class="icon-btn">
273
+ <svg viewBox="0 0 24 24"><path d="M9 9l-6 3 6 3"/><path d="M9 9h6a5 5 0 1 1 0 10"/></svg>
274
+ </div>
275
+ <div class="spacer"></div>
276
+ <!-- Menu -->
277
+ <div class="icon-btn">
278
+ <svg viewBox="0 0 24 24"><path d="M4 6h16M4 12h16M4 18h16"/></svg>
279
+ </div>
280
+ </div>
281
+
282
+ <!-- Work area -->
283
+ <div class="work-area">
284
+ <div class="slide-wrapper">
285
+ <div class="slide">
286
+ <div class="accent-line"></div>
287
+ <div class="slide-right">
288
+ <div class="bubble b1"></div>
289
+ <div class="bubble b2"></div>
290
+ <div class="bubble b3"></div>
291
+ </div>
292
+
293
+ <div class="subtitle-box">Double tap to add subtitle</div>
294
+ <div class="subtitle-caret"></div>
295
+ <div class="title-text">The Hunter</div>
296
+ </div>
297
+ </div>
298
+ </div>
299
+
300
+ <!-- Notes / Comments -->
301
+ <div class="notes-comments">
302
+ <div class="label-icon">
303
+ <svg viewBox="0 0 24 24"><path d="M4 3h12l4 4v14H4z"/><path d="M16 3v5h5"/></svg>
304
+ <span>Notes</span>
305
+ </div>
306
+ <div class="label-icon">
307
+ <svg viewBox="0 0 24 24"><path d="M21 15a7 7 0 1 0-12 4l-1 4 4-2a7 7 0 0 0 9-6z"/></svg>
308
+ <span>Comments</span>
309
+ </div>
310
+ </div>
311
+
312
+ <!-- Filmstrip thumbnails -->
313
+ <div class="filmstrip">
314
+ <div class="thumb selected">
315
+ <div class="right"></div>
316
+ <div class="mini-title">The Hunter</div>
317
+ </div>
318
+ <div class="thumb">
319
+ <div class="right"></div>
320
+ </div>
321
+ <div class="filmstrip-side">
322
+ <div class="plus-btn"></div>
323
+ </div>
324
+ </div>
325
+
326
+ <!-- Bottom toolbar -->
327
+ <div class="bottom-toolbar">
328
+ <div class="tool">
329
+ <svg viewBox="0 0 24 24"><path d="M3 3h18v18H3z"/><path d="M3 9h18M3 15h18M9 3v18M15 3v18"/></svg>
330
+ </div>
331
+ <div class="tool">
332
+ <svg viewBox="0 0 24 24"><path d="M12 5v14"/><path d="M5 12h14"/></svg>
333
+ </div>
334
+ <div class="tool">
335
+ <svg viewBox="0 0 24 24"><path d="M4 4h16v16H4z"/><path d="M8 4v16M4 8h16"/></svg>
336
+ </div>
337
+ <div class="tool">
338
+ <svg viewBox="0 0 24 24"><path d="M3 20l7-8 4 4 7-10"/><path d="M21 20H3"/></svg>
339
+ </div>
340
+ <div class="tool">
341
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="6"/></svg>
342
+ </div>
343
+ <div class="tool"><div class="A">A</div></div>
344
+ <div class="tool">
345
+ <svg viewBox="0 0 24 24"><rect x="4" y="7" width="16" height="12"/><path d="M9 7V5h6v2"/></svg>
346
+ </div>
347
+ <div class="tool">
348
+ <svg viewBox="0 0 24 24"><path d="M4 20l0-6 6 0"/><path d="M20 4l-6 0 0 6"/></svg>
349
+ </div>
350
+ </div>
351
+
352
+ </div>
353
+ </body>
354
+ </html>
code/4427/4427_6.html ADDED
@@ -0,0 +1,227 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Mobile Slide Editor Mock</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:#0f0f10;
12
+ color:#eaeaea;
13
+ }
14
+
15
+ /* Status bar */
16
+ .statusbar{
17
+ position:absolute; top:0; left:0; right:0;
18
+ height:120px; background:#151515;
19
+ display:flex; align-items:center; padding:0 36px;
20
+ font-size:40px; color:#d9d9d9; letter-spacing:1px;
21
+ }
22
+ .statusbar .time{font-weight:600;}
23
+ .statusbar .center-dots{flex:1; text-align:center; color:#cfcfcf; opacity:.55;}
24
+ .statusbar .icons{display:flex; gap:22px; align-items:center;}
25
+ .statusbar .icon-dot{
26
+ width:18px; height:18px; background:#d9d9d9; border-radius:50%;
27
+ opacity:.85;
28
+ }
29
+ .battery{
30
+ width:54px; height:26px; border:3px solid #d9d9d9; border-radius:6px; position:relative;
31
+ }
32
+ .battery::after{
33
+ content:""; position:absolute; right:-8px; top:7px; width:6px; height:10px; background:#d9d9d9; border-radius:2px;
34
+ }
35
+ .battery .level{
36
+ position:absolute; left:3px; top:3px; bottom:3px; width:34px; background:#d9d9d9;
37
+ }
38
+
39
+ /* Slide canvas area */
40
+ .canvas{
41
+ position:absolute; left:0; right:0;
42
+ top:120px; bottom:620px; /* leave space for toolbar */
43
+ background:#000; /* editor stage */
44
+ }
45
+
46
+ .slide-wrapper{
47
+ position:absolute; left:24px; top:300px;
48
+ width:1032px; height:580px;
49
+ border:2px solid #2b2b2b;
50
+ box-shadow:0 0 0 1px #1c1c1c inset;
51
+ background:#20312d;
52
+ }
53
+
54
+ .slide-bg{
55
+ position:absolute; left:0; top:0; right:0; bottom:0;
56
+ background:linear-gradient(90deg, #223530 0%, #223530 68%, #b7dfb7 85%, #c9e7c7 100%);
57
+ }
58
+ /* subtle inner panel to mimic dark section */
59
+ .slide-left-panel{
60
+ position:absolute; left:60px; top:28px; bottom:28px; width:640px;
61
+ background:rgba(9,20,18,.55);
62
+ }
63
+
64
+ .title-text{
65
+ position:absolute; left:290px; right:120px; bottom:110px;
66
+ font-size:80px; font-weight:700; color:#ffffff; text-align:left;
67
+ text-shadow:0 1px 0 rgba(0,0,0,.35);
68
+ }
69
+
70
+ .subtitle-box{
71
+ position:absolute; left:260px; top:220px;
72
+ width:510px; height:90px;
73
+ border:2px dashed rgba(255,255,255,.45);
74
+ display:flex; align-items:center; justify-content:center;
75
+ color:#d6d6d6; font-size:34px;
76
+ background:rgba(0,0,0,.12);
77
+ }
78
+
79
+ /* Bottom editing toolbar */
80
+ .toolbar{
81
+ position:absolute; left:0; right:0; bottom:0;
82
+ height:620px; background:#1b1b1c; border-top:1px solid #2c2c2c;
83
+ color:#e0e0e0;
84
+ }
85
+ .toolbar-row{
86
+ height:120px; display:flex; align-items:center;
87
+ padding:0 36px; border-bottom:1px solid #242424;
88
+ }
89
+ .tab-title{
90
+ font-size:48px; color:#f48b33; font-weight:700; margin-right:16px;
91
+ }
92
+ .caret{
93
+ width:0; height:0; border-left:12px solid transparent; border-right:12px solid transparent;
94
+ border-top:16px solid #f48b33; margin-left:6px; transform:translateY(6px);
95
+ }
96
+ .row-actions{ margin-left:auto; display:flex; gap:46px; align-items:center;}
97
+ .action-icon svg{ width:52px; height:52px; fill:#cfcfcf; opacity:.95; }
98
+ .dimmed{ opacity:.45; }
99
+
100
+ /* Disabled option rows */
101
+ .option-line{
102
+ height:110px; display:flex; align-items:center; padding:0 36px;
103
+ color:#a9a9a9; font-size:40px; border-bottom:1px solid #242424;
104
+ }
105
+ .option-line .label{ flex:1; }
106
+ .option-line .value{ color:#6f6f6f; }
107
+
108
+ .formatting-row{
109
+ height:140px; display:flex; align-items:center; padding:0 36px; gap:90px;
110
+ border-bottom:1px solid #242424;
111
+ }
112
+ .fmt-btn{
113
+ width:130px; text-align:center; color:#c7c7c7; opacity:.35;
114
+ font-size:78px; font-weight:800;
115
+ }
116
+ .fmt-btn.small{ font-size:70px; letter-spacing:-2px; }
117
+
118
+ .two-col-row{ display:flex; align-items:center; padding:0 36px; height:120px; border-bottom:1px solid #242424; }
119
+ .two-col-row .item{ display:flex; align-items:center; gap:20px; color:#bdbdbd; opacity:.5; font-size:44px; }
120
+ .two-col-row .item + .item{ margin-left:80px; }
121
+
122
+ .section-title{
123
+ height:120px; display:flex; align-items:center; justify-content:space-between;
124
+ padding:0 36px; font-size:46px; color:#e7e7e7;
125
+ }
126
+ .arrow-right{
127
+ width:18px; height:18px; border-top:6px solid #e7e7e7; border-right:6px solid #e7e7e7;
128
+ transform:rotate(45deg); margin-right:6px;
129
+ }
130
+
131
+ .bottom-strip{
132
+ height:110px; display:flex; align-items:center; padding:0 36px; color:#bdbdbd; font-size:44px;
133
+ }
134
+ .bullet-icon{
135
+ width:60px; height:60px; border:3px solid #bdbdbd; border-radius:6px; position:relative; margin-right:20px; opacity:.6;
136
+ }
137
+ .bullet-icon::before, .bullet-icon::after{
138
+ content:""; position:absolute; left:10px; width:10px; height:10px; background:#bdbdbd; border-radius:2px;
139
+ }
140
+ .bullet-icon::before{ top:12px; }
141
+ .bullet-icon::after{ top:36px; }
142
+ </style>
143
+ </head>
144
+ <body>
145
+ <div id="render-target">
146
+
147
+ <!-- Status bar -->
148
+ <div class="statusbar">
149
+ <div class="time">11:17</div>
150
+ <div class="center-dots">• • •</div>
151
+ <div class="icons">
152
+ <div class="icon-dot"></div>
153
+ <div class="icon-dot"></div>
154
+ <div class="icon-dot"></div>
155
+ <div class="battery"><div class="level"></div></div>
156
+ </div>
157
+ </div>
158
+
159
+ <!-- Main canvas -->
160
+ <div class="canvas">
161
+ <div class="slide-wrapper">
162
+ <div class="slide-bg"></div>
163
+ <div class="slide-left-panel"></div>
164
+ <div class="subtitle-box">Double tap to add subtitle</div>
165
+ <div class="title-text">The Hunter</div>
166
+ </div>
167
+ </div>
168
+
169
+ <!-- Toolbar -->
170
+ <div class="toolbar">
171
+ <div class="toolbar-row">
172
+ <div class="tab-title">Home</div>
173
+ <div class="caret"></div>
174
+
175
+ <div class="row-actions">
176
+ <div class="action-icon" title="Ideas">
177
+ <svg viewBox="0 0 24 24"><path d="M9 21h6v-2H9v2zm3-19C7.93 2 4 5.93 4 10c0 3.47 2.29 6.41 5.47 7.43L10 19h4l.53-1.57C17.71 16.41 20 13.47 20 10c0-4.07-3.93-8-8-8zm0 2a6 6 0 0 1 6 6c0 2.6-1.67 4.83-4.02 5.65L14 18h-4l-.98-1.35A6.01 6.01 0 0 1 6 12a6 6 0 0 1 6-6z"/></svg>
178
+ </div>
179
+ <div class="action-icon" title="Undo">
180
+ <svg viewBox="0 0 24 24"><path d="M12 5V2L7 7l5 5V9c3.31 0 6 2.69 6 6 0 1.1-.3 2.13-.83 3.01C20.23 16.42 21 14.79 21 13c0-3.87-3.13-7-7-7h-2z"/></svg>
181
+ </div>
182
+ <div class="action-icon" title="Redo">
183
+ <svg viewBox="0 0 24 24"><path d="M12 5c-3.87 0-7 3.13-7 7 0 1.79.77 3.42 1.83 4.99A6.96 6.96 0 0 1 6 15c0-3.31 2.69-6 6-6v3l5-5-5-5v3z"/></svg>
184
+ </div>
185
+ <div class="action-icon dimmed" title="More">
186
+ <svg viewBox="0 0 24 24"><circle cx="5" cy="12" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="19" cy="12" r="2"/></svg>
187
+ </div>
188
+ </div>
189
+ </div>
190
+
191
+ <div class="option-line dimmed">
192
+ <div class="label">Font</div>
193
+ <div class="value">Font Size</div>
194
+ </div>
195
+
196
+ <div class="formatting-row">
197
+ <div class="fmt-btn">B</div>
198
+ <div class="fmt-btn">I</div>
199
+ <div class="fmt-btn">U</div>
200
+ <div class="fmt-btn small">ab</div>
201
+ </div>
202
+
203
+ <div class="two-col-row">
204
+ <div class="item">
205
+ <div style="width:34px;height:34px;border-radius:50%;background:#bdbdbd;"></div>
206
+ <div>Font Color</div>
207
+ </div>
208
+ <div class="item">
209
+ <div style="width:36px;height:36px;border:3px solid #bdbdbd;transform:rotate(45deg);"></div>
210
+ <div>Clear Formatting</div>
211
+ </div>
212
+ </div>
213
+
214
+ <div class="section-title">
215
+ <div>Font Formatting</div>
216
+ <div class="arrow-right"></div>
217
+ </div>
218
+
219
+ <div class="bottom-strip">
220
+ <div class="bullet-icon"></div>
221
+ <div>Bullets</div>
222
+ </div>
223
+ </div>
224
+
225
+ </div>
226
+ </body>
227
+ </html>
code/4427/4427_7.html ADDED
@@ -0,0 +1,355 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>Mobile UI Mock - PowerPoint Editor</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: #000000;
13
+ font-family: "Segoe UI", Arial, sans-serif;
14
+ color: #ffffff;
15
+ }
16
+
17
+ /* Top status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 120px;
24
+ background: #111111;
25
+ display: flex;
26
+ align-items: center;
27
+ padding: 0 30px;
28
+ box-sizing: border-box;
29
+ }
30
+ .status-left {
31
+ display: flex;
32
+ align-items: center;
33
+ gap: 18px;
34
+ }
35
+ .time {
36
+ font-size: 40px;
37
+ letter-spacing: 1px;
38
+ color: #dcdcdc;
39
+ }
40
+ .tiny-icon {
41
+ width: 34px;
42
+ height: 24px;
43
+ background: #1e1e1e;
44
+ border: 1px solid #3a3a3a;
45
+ border-radius: 6px;
46
+ }
47
+ .status-right {
48
+ margin-left: auto;
49
+ display: flex;
50
+ align-items: center;
51
+ gap: 22px;
52
+ }
53
+ .svg-icon { width: 40px; height: 40px; fill: none; stroke: #eaeaea; stroke-width: 2.5; }
54
+
55
+ /* Slide workspace */
56
+ .workspace {
57
+ position: absolute;
58
+ top: 260px;
59
+ left: 0;
60
+ width: 1080px;
61
+ height: 980px;
62
+ background: #000000;
63
+ }
64
+ .slide-wrapper {
65
+ position: absolute;
66
+ top: 140px;
67
+ left: 24px;
68
+ width: 1032px;
69
+ height: 600px;
70
+ display: flex;
71
+ justify-content: center;
72
+ align-items: center;
73
+ background: #0b0b0b;
74
+ }
75
+ .slide {
76
+ position: relative;
77
+ width: 980px;
78
+ height: 550px;
79
+ border: 1px solid #2f2f2f;
80
+ box-shadow: 0 0 0 1px rgba(255,255,255,0.05) inset;
81
+ background: linear-gradient(90deg, #1e2d2d 0%, #203434 60%, #a7d2ac 75%, #cfe8cf 100%);
82
+ overflow: hidden;
83
+ }
84
+ .slide .left-guide {
85
+ position: absolute;
86
+ top: 12px;
87
+ left: 14px;
88
+ width: 4px;
89
+ height: 526px;
90
+ background: #71d1ff;
91
+ opacity: 0.35;
92
+ }
93
+ .subtitle-box {
94
+ position: absolute;
95
+ top: 180px;
96
+ left: 220px;
97
+ width: 540px;
98
+ height: 120px;
99
+ border: 1.5px dashed rgba(255,255,255,0.5);
100
+ display: flex;
101
+ align-items: center;
102
+ justify-content: center;
103
+ color: #dcdcdc;
104
+ font-size: 28px;
105
+ border-radius: 2px;
106
+ }
107
+ .title-text {
108
+ position: absolute;
109
+ top: 260px;
110
+ left: 260px;
111
+ font-size: 84px;
112
+ font-weight: 600;
113
+ color: #ffffff;
114
+ text-shadow: 0 2px 2px rgba(0,0,0,0.25);
115
+ }
116
+ .accent-triangle {
117
+ position: absolute;
118
+ left: 160px;
119
+ bottom: 110px;
120
+ width: 0;
121
+ height: 0;
122
+ border-left: 18px solid transparent;
123
+ border-right: 18px solid transparent;
124
+ border-top: 18px solid #7dd08d;
125
+ opacity: 0.8;
126
+ transform: rotate(225deg);
127
+ }
128
+
129
+ /* Left drawer menu */
130
+ .drawer {
131
+ position: absolute;
132
+ top: 860px;
133
+ left: 0;
134
+ width: 460px;
135
+ height: 980px;
136
+ background: #1f1f1f;
137
+ box-shadow: 6px 0 24px rgba(0,0,0,0.5);
138
+ padding-top: 40px;
139
+ }
140
+ .drawer .item {
141
+ padding: 30px 34px;
142
+ height: 110px;
143
+ display: flex;
144
+ align-items: center;
145
+ font-size: 48px;
146
+ color: #e8e8e8;
147
+ border-bottom: 1px solid rgba(255,255,255,0.04);
148
+ }
149
+ .drawer .item.active {
150
+ color: #ff8c3a;
151
+ font-weight: 600;
152
+ }
153
+
154
+ /* Formatting panel (bottom area) */
155
+ .format-panel {
156
+ position: absolute;
157
+ left: 0;
158
+ top: 1320px;
159
+ width: 1080px;
160
+ height: 880px;
161
+ background: #151515;
162
+ border-top: 1px solid #2b2b2b;
163
+ }
164
+ .format-row {
165
+ height: 120px;
166
+ display: flex;
167
+ align-items: center;
168
+ padding: 0 60px;
169
+ box-sizing: border-box;
170
+ border-bottom: 1px solid #232323;
171
+ color: #cfcfcf;
172
+ font-size: 38px;
173
+ }
174
+ .format-row .row-left {
175
+ display: flex;
176
+ align-items: center;
177
+ gap: 40px;
178
+ }
179
+ .format-row .row-right {
180
+ margin-left: auto;
181
+ display: flex;
182
+ align-items: center;
183
+ gap: 40px;
184
+ }
185
+ .circle-icon {
186
+ width: 52px; height: 52px;
187
+ border-radius: 50%;
188
+ border: 2px solid #3a3a3a;
189
+ display: flex; align-items: center; justify-content: center;
190
+ color: #eaeaea;
191
+ }
192
+ .big-tools {
193
+ height: 140px;
194
+ padding: 0 60px;
195
+ display: flex;
196
+ align-items: center;
197
+ gap: 80px;
198
+ border-bottom: 1px solid #232323;
199
+ }
200
+ .tool {
201
+ font-size: 60px;
202
+ color: #e7e7e7;
203
+ min-width: 60px;
204
+ }
205
+ .strike {
206
+ position: relative;
207
+ display: inline-block;
208
+ }
209
+ .strike::after {
210
+ content: "";
211
+ position: absolute;
212
+ left: -6px; right: -6px; top: 50%;
213
+ height: 4px; background: #cfcfcf;
214
+ }
215
+ .row-label {
216
+ font-size: 40px;
217
+ color: #d9d9d9;
218
+ }
219
+ .chevron {
220
+ width: 22px; height: 22px;
221
+ border-right: 3px solid #d9d9d9;
222
+ border-bottom: 3px solid #d9d9d9;
223
+ transform: rotate(-45deg);
224
+ margin-left: auto;
225
+ }
226
+
227
+ /* Bottom navigation pill */
228
+ .gesture-pill {
229
+ position: absolute;
230
+ bottom: 34px;
231
+ left: 50%;
232
+ transform: translateX(-50%);
233
+ width: 360px;
234
+ height: 12px;
235
+ background: #dcdcdc;
236
+ border-radius: 12px;
237
+ opacity: 0.75;
238
+ }
239
+ </style>
240
+ </head>
241
+ <body>
242
+ <div id="render-target">
243
+
244
+ <!-- Top status bar -->
245
+ <div class="status-bar">
246
+ <div class="status-left">
247
+ <div class="time">11:18</div>
248
+ <div class="tiny-icon"></div>
249
+ <div class="tiny-icon"></div>
250
+ <div class="tiny-icon"></div>
251
+ <div class="tiny-icon"></div>
252
+ <div class="tiny-icon" style="width:42px; border-radius:8px; display:flex; align-items:center; justify-content:center; font-weight:700; color:#fff;">M</div>
253
+ <div class="tiny-icon"></div>
254
+ <div class="tiny-icon" style="width:10px; height:10px; border-radius:50%;"></div>
255
+ </div>
256
+ <div class="status-right">
257
+ <!-- WiFi -->
258
+ <svg class="svg-icon" viewBox="0 0 24 24">
259
+ <path d="M2 8c5.5-4.5 14.5-4.5 20 0" />
260
+ <path d="M5 12c3.9-3.2 10.1-3.2 14 0" />
261
+ <path d="M8 16c2.2-1.8 5.8-1.8 8 0" />
262
+ <circle cx="12" cy="19" r="1.8" fill="#eaeaea" stroke="none"/>
263
+ </svg>
264
+ <!-- Battery -->
265
+ <svg class="svg-icon" viewBox="0 0 24 24">
266
+ <rect x="2" y="7" width="18" height="10" rx="2" />
267
+ <rect x="20" y="10" width="2.5" height="4" rx="1" />
268
+ <rect x="4" y="9" width="10" height="6" fill="#eaeaea" stroke="none"/>
269
+ </svg>
270
+ <!-- Charging bolt -->
271
+ <svg class="svg-icon" viewBox="0 0 24 24">
272
+ <path d="M12 2 L8 13 L12 13 L10 22 L16 10 L12 10 Z" fill="#eaeaea" stroke="none"/>
273
+ </svg>
274
+ </div>
275
+ </div>
276
+
277
+ <!-- Workspace and slide -->
278
+ <div class="workspace">
279
+ <div class="slide-wrapper">
280
+ <div class="slide">
281
+ <div class="left-guide"></div>
282
+ <div class="subtitle-box">Double tap to add subtitle</div>
283
+ <div class="title-text">The Hunter</div>
284
+ <div class="accent-triangle"></div>
285
+ </div>
286
+ </div>
287
+ </div>
288
+
289
+ <!-- Left drawer menu -->
290
+ <div class="drawer">
291
+ <div class="item active">Home</div>
292
+ <div class="item">Insert</div>
293
+ <div class="item">Draw</div>
294
+ <div class="item">Design</div>
295
+ <div class="item">Transitions</div>
296
+ <div class="item">Animations</div>
297
+ <div class="item">Slide Show</div>
298
+ <div class="item">Review</div>
299
+ <div class="item">View</div>
300
+ </div>
301
+
302
+ <!-- Formatting panel -->
303
+ <div class="format-panel">
304
+ <div class="format-row">
305
+ <div class="row-left">
306
+ <!-- Light bulb -->
307
+ <div class="circle-icon">
308
+ <svg class="svg-icon" viewBox="0 0 24 24">
309
+ <circle cx="12" cy="9" r="5" />
310
+ <path d="M9 15h6" />
311
+ <path d="M10 18h4" />
312
+ </svg>
313
+ </div>
314
+ <!-- Undo -->
315
+ <div class="circle-icon">
316
+ <svg class="svg-icon" viewBox="0 0 24 24">
317
+ <path d="M9 7 L5 11 L9 15" />
318
+ <path d="M6 11h7a6 6 0 1 1 0 6" />
319
+ </svg>
320
+ </div>
321
+ <!-- Redo -->
322
+ <div class="circle-icon">
323
+ <svg class="svg-icon" viewBox="0 0 24 24">
324
+ <path d="M15 7 L19 11 L15 15" />
325
+ <path d="M18 11h-7a6 6 0 1 0 0 6" />
326
+ </svg>
327
+ </div>
328
+ </div>
329
+ <div class="row-right">
330
+ <div style="width:28px;height:28px;border-top:3px solid #d9d9d9;border-right:3px solid #d9d9d9;transform:rotate(135deg)"></div>
331
+ </div>
332
+ </div>
333
+
334
+ <div class="big-tools">
335
+ <div class="tool" style="font-style: italic;">I</div>
336
+ <div class="tool" style="text-decoration: underline;">U</div>
337
+ <div class="tool"><span class="strike">ab</span></div>
338
+ </div>
339
+
340
+ <div class="format-row">
341
+ <div class="row-label">Font Formatting</div>
342
+ <div class="chevron"></div>
343
+ </div>
344
+
345
+ <div class="format-row">
346
+ <div class="row-label">Bullets</div>
347
+ </div>
348
+ </div>
349
+
350
+ <!-- Bottom gesture bar -->
351
+ <div class="gesture-pill"></div>
352
+
353
+ </div>
354
+ </body>
355
+ </html>
code/4427/4427_8.html ADDED
@@ -0,0 +1,335 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Mobile UI - Animations Panel</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: #000000;
14
+ border-radius: 0;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 120px;
24
+ background: #101010;
25
+ color: #ffffff;
26
+ display: flex;
27
+ align-items: center;
28
+ padding: 0 32px;
29
+ box-sizing: border-box;
30
+ letter-spacing: 0.5px;
31
+ font-size: 38px;
32
+ }
33
+ .status-bar .center-icons {
34
+ display: flex;
35
+ gap: 26px;
36
+ margin-left: 28px;
37
+ }
38
+ .status-icon {
39
+ width: 42px;
40
+ height: 28px;
41
+ background: #ffffff;
42
+ border-radius: 6px;
43
+ opacity: 0.9;
44
+ }
45
+ .sb-spacer { flex: 1; }
46
+ .sb-right {
47
+ display: flex;
48
+ align-items: center;
49
+ gap: 26px;
50
+ }
51
+ .pill-signal {
52
+ width: 42px; height: 32px; border: 3px solid #fff; border-radius: 9px;
53
+ }
54
+ .battery {
55
+ width: 42px; height: 28px; border: 3px solid #fff; border-radius: 4px; position: relative;
56
+ }
57
+ .battery::after {
58
+ content: ""; position: absolute; right: -10px; top: 8px; width: 10px; height: 12px; background: #fff; border-radius: 2px;
59
+ }
60
+
61
+ /* Workspace */
62
+ .workspace {
63
+ position: absolute;
64
+ top: 120px;
65
+ left: 0;
66
+ width: 1080px;
67
+ height: 1480px;
68
+ background: #000;
69
+ }
70
+
71
+ /* Slide preview */
72
+ .slide-wrapper {
73
+ position: absolute;
74
+ left: 24px;
75
+ top: 440px;
76
+ width: 1032px;
77
+ height: 620px;
78
+ background: #0c0c0c;
79
+ border: 2px solid #2a2a2a;
80
+ box-shadow: 0 0 0 2px #2a2a2a inset;
81
+ }
82
+ .slide {
83
+ position: absolute;
84
+ left: 0;
85
+ top: 0;
86
+ width: 1032px;
87
+ height: 620px;
88
+ background: linear-gradient(90deg, #1e2f2b 0%, #1e2f2b 70%, #c7e2b7 70%, #c7e2b7 100%);
89
+ box-sizing: border-box;
90
+ }
91
+ .guide-line {
92
+ position: absolute;
93
+ left: 62px;
94
+ top: 46px;
95
+ width: 2px;
96
+ height: 528px;
97
+ background: #7fd3ff;
98
+ opacity: 0.6;
99
+ }
100
+ .subtitle-box {
101
+ position: absolute;
102
+ left: 290px;
103
+ top: 230px;
104
+ width: 452px;
105
+ height: 96px;
106
+ border: 2px dashed rgba(255,255,255,0.5);
107
+ display: flex;
108
+ align-items: center;
109
+ justify-content: center;
110
+ color: #d8d8d8;
111
+ font-size: 30px;
112
+ background: rgba(0,0,0,0.15);
113
+ }
114
+ .title-text {
115
+ position: absolute;
116
+ left: 0;
117
+ right: 0;
118
+ top: 320px;
119
+ text-align: center;
120
+ font-size: 76px;
121
+ color: #ffffff;
122
+ font-weight: 600;
123
+ }
124
+ .small-marker {
125
+ position: absolute;
126
+ left: 172px;
127
+ top: 332px;
128
+ width: 26px;
129
+ height: 26px;
130
+ border-left: 26px solid #5bc0be;
131
+ border-top: 26px solid transparent;
132
+ border-bottom: 0 solid transparent;
133
+ opacity: 0.9;
134
+ }
135
+
136
+ /* Bottom sheet */
137
+ .bottom-sheet {
138
+ position: absolute;
139
+ bottom: 0;
140
+ left: 0;
141
+ width: 1080px;
142
+ height: 800px;
143
+ background: #1a1a1a;
144
+ border-top: 2px solid #2b2b2b;
145
+ color: #eaeaea;
146
+ }
147
+ .sheet-header {
148
+ height: 120px;
149
+ display: flex;
150
+ align-items: center;
151
+ padding: 0 34px;
152
+ box-sizing: border-box;
153
+ border-bottom: 1px solid #2b2b2b;
154
+ }
155
+ .sheet-title {
156
+ font-size: 56px;
157
+ color: #ff8a3d;
158
+ font-weight: 600;
159
+ margin-right: 20px;
160
+ }
161
+ .chevrons {
162
+ display: inline-flex;
163
+ flex-direction: column;
164
+ gap: 6px;
165
+ margin-left: 10px;
166
+ margin-right: 14px;
167
+ }
168
+ .chevrons div {
169
+ width: 18px; height: 18px; border-top: 2px solid #d0d0d0; border-right: 2px solid #d0d0d0; transform: rotate(45deg);
170
+ }
171
+ .header-actions {
172
+ display: flex;
173
+ gap: 28px;
174
+ margin-left: auto;
175
+ align-items: center;
176
+ }
177
+ .icon-btn { width: 48px; height: 48px; fill: #d0d0d0; }
178
+
179
+ .list {
180
+ display: flex;
181
+ flex-direction: column;
182
+ }
183
+ .row {
184
+ height: 120px;
185
+ display: flex;
186
+ align-items: center;
187
+ padding: 0 34px;
188
+ box-sizing: border-box;
189
+ border-bottom: 1px solid #2a2a2a;
190
+ background: #121212;
191
+ color: #d9d9d9;
192
+ font-size: 42px;
193
+ }
194
+ .row .left-icon {
195
+ width: 60px; height: 60px; margin-right: 28px; display: flex; align-items: center; justify-content: center;
196
+ }
197
+ .row .right-arrow {
198
+ margin-left: auto;
199
+ width: 28px; height: 28px; border-top: 3px solid #777; border-right: 3px solid #777; transform: rotate(45deg);
200
+ }
201
+ .row.highlight {
202
+ background: #1f1f1f;
203
+ }
204
+
205
+ /* Gesture bar */
206
+ .gesture-bar {
207
+ position: absolute;
208
+ bottom: 18px;
209
+ left: 50%;
210
+ transform: translateX(-50%);
211
+ width: 320px;
212
+ height: 12px;
213
+ background: #eaeaea;
214
+ border-radius: 8px;
215
+ opacity: 0.85;
216
+ }
217
+ </style>
218
+ </head>
219
+ <body>
220
+ <div id="render-target">
221
+
222
+ <!-- Status Bar -->
223
+ <div class="status-bar">
224
+ <div>11:18</div>
225
+ <div class="center-icons">
226
+ <div class="status-icon"></div>
227
+ <div class="status-icon"></div>
228
+ <div class="status-icon"></div>
229
+ <div class="status-icon"></div>
230
+ </div>
231
+ <div class="sb-spacer"></div>
232
+ <div class="sb-right">
233
+ <div class="pill-signal"></div>
234
+ <div class="battery"></div>
235
+ </div>
236
+ </div>
237
+
238
+ <!-- Workspace area -->
239
+ <div class="workspace">
240
+ <div class="slide-wrapper">
241
+ <div class="slide">
242
+ <div class="guide-line"></div>
243
+ <div class="subtitle-box">Double tap to add subtitle</div>
244
+ <div class="small-marker"></div>
245
+ <div class="title-text">The Hunter</div>
246
+ </div>
247
+ </div>
248
+ </div>
249
+
250
+ <!-- Bottom sheet / Animations -->
251
+ <div class="bottom-sheet">
252
+ <div class="sheet-header">
253
+ <div class="sheet-title">Animations</div>
254
+ <div class="chevrons">
255
+ <div></div>
256
+ <div style="transform: rotate(225deg); border-color:#d0d0d0;"></div>
257
+ </div>
258
+
259
+ <div class="header-actions">
260
+ <!-- Light bulb -->
261
+ <svg class="icon-btn" viewBox="0 0 24 24">
262
+ <path d="M9 21h6v-2H9v2zm3-20a7 7 0 0 0-7 7c0 2.7 1.7 4.3 3 5.5.7.7 1 1.4 1 2.5h6c0-1.1.3-1.8 1-2.5 1.3-1.2 3-2.8 3-5.5a7 7 0 0 0-7-7z"/>
263
+ </svg>
264
+ <!-- Undo -->
265
+ <svg class="icon-btn" viewBox="0 0 24 24">
266
+ <path d="M12 5a7 7 0 0 1 7 7c0 3.9-3.1 7-7 7-3.1 0-5.8-2-6.7-4.8l2.2-.7C8.3 15.8 10 17 12 17a5 5 0 0 0 0-10H8l3-3-1.4-1.4L3.2 6.6 9.6 13l1.4-1.4-3-3H12z"/>
267
+ </svg>
268
+ <!-- Redo -->
269
+ <svg class="icon-btn" viewBox="0 0 24 24">
270
+ <path d="M12 5c-3.9 0-7 3.1-7 7 0 3.1 2 5.8 4.8 6.7l.7-2.2C8.2 15.7 7 14 7 12a5 5 0 0 1 10 0v4l3-3 1.4 1.4-6.4 6.4-6.4-6.4L10 16v-4c0-1.7 1.3-3 3-3z"/>
271
+ </svg>
272
+ <!-- Dropdown caret -->
273
+ <svg class="icon-btn" viewBox="0 0 24 24">
274
+ <path d="M7 10l5 5 5-5H7z"/>
275
+ </svg>
276
+ </div>
277
+ </div>
278
+
279
+ <div class="list">
280
+ <div class="row">
281
+ <div class="left-icon">
282
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="#bdbdbd">
283
+ <path d="M12 17.3l-6.2 3.7 1.7-7.1-5.5-4.8 7.2-.6L12 2l2.8 6.5 7.2.6-5.5 4.8 1.7 7.1z"/>
284
+ </svg>
285
+ </div>
286
+ <div>Entrance Effects</div>
287
+ <div class="right-arrow"></div>
288
+ </div>
289
+
290
+ <div class="row">
291
+ <div class="left-icon">
292
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="#bdbdbd">
293
+ <path d="M12 17.3l-6.2 3.7 1.7-7.1-5.5-4.8 7.2-.6L12 2l2.8 6.5 7.2.6-5.5 4.8 1.7 7.1z"/>
294
+ </svg>
295
+ </div>
296
+ <div>Emphasis Effects</div>
297
+ <div class="right-arrow"></div>
298
+ </div>
299
+
300
+ <div class="row">
301
+ <div class="left-icon">
302
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="#bdbdbd">
303
+ <path d="M12 17.3l-6.2 3.7 1.7-7.1-5.5-4.8 7.2-.6L12 2l2.8 6.5 7.2.6-5.5 4.8 1.7 7.1z"/>
304
+ </svg>
305
+ </div>
306
+ <div>Exit Effects</div>
307
+ <div class="right-arrow"></div>
308
+ </div>
309
+
310
+ <div class="row highlight">
311
+ <div class="left-icon">
312
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="#bdbdbd">
313
+ <path d="M12 17.3l-6.2 3.7 1.7-7.1-5.5-4.8 7.2-.6L12 2l2.8 6.5 7.2.6-5.5 4.8 1.7 7.1z"/>
314
+ </svg>
315
+ </div>
316
+ <div>Effect Options Property</div>
317
+ <div class="right-arrow"></div>
318
+ </div>
319
+
320
+ <div class="row">
321
+ <div class="left-icon">
322
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="#bdbdbd">
323
+ <path d="M12 17.3l-6.2 3.7 1.7-7.1-5.5-4.8 7.2-.6L12 2l2.8 6.5 7.2.6-5.5 4.8 1.7 7.1z"/>
324
+ </svg>
325
+ </div>
326
+ <div>Effect Options Color Property</div>
327
+ <div class="right-arrow"></div>
328
+ </div>
329
+ </div>
330
+ </div>
331
+
332
+ <div class="gesture-bar"></div>
333
+ </div>
334
+ </body>
335
+ </html>