yhzheng1031 commited on
Commit
6c4f0ae
·
verified ·
1 Parent(s): 7082718

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/13559/13559_5.html +300 -0
  2. code/13598/13598_12.html +181 -0
  3. code/13598/13598_7.html +263 -0
  4. code/13598/13598_8.html +303 -0
  5. code/13598/13598_9.html +266 -0
  6. code/13599/13599_0.html +298 -0
  7. code/13599/13599_1.html +290 -0
  8. code/13599/13599_2.html +374 -0
  9. code/13599/13599_3.html +284 -0
  10. code/13599/13599_4.html +157 -0
  11. code/13600/13600_0.html +314 -0
  12. code/13600/13600_1.html +267 -0
  13. code/13606/13606_0.html +308 -0
  14. code/13606/13606_1.html +397 -0
  15. code/13606/13606_2.html +368 -0
  16. code/13606/13606_3.html +299 -0
  17. code/13606/13606_4.html +362 -0
  18. code/13617/13617_0.html +321 -0
  19. code/13617/13617_1.html +307 -0
  20. code/13618/13618_0.html +358 -0
  21. code/13618/13618_1.html +322 -0
  22. code/13618/13618_10.html +397 -0
  23. code/13618/13618_11.html +262 -0
  24. code/13618/13618_12.html +473 -0
  25. code/13618/13618_13.html +298 -0
  26. code/13618/13618_14.html +283 -0
  27. code/13618/13618_2.html +229 -0
  28. code/13618/13618_3.html +311 -0
  29. code/13618/13618_4.html +314 -0
  30. code/13618/13618_5.html +310 -0
  31. code/13618/13618_6.html +250 -0
  32. code/13618/13618_7.html +187 -0
  33. code/13618/13618_8.html +278 -0
  34. code/13618/13618_9.html +287 -0
  35. code/1362/1362_0.html +208 -0
  36. code/1362/1362_1.html +336 -0
  37. code/1362/1362_2.html +439 -0
  38. code/1362/1362_3.html +306 -0
  39. code/13620/13620_0.html +234 -0
  40. code/13620/13620_1.html +193 -0
  41. code/13620/13620_2.html +231 -0
  42. code/13620/13620_3.html +257 -0
  43. code/13620/13620_4.html +353 -0
  44. code/13620/13620_5.html +205 -0
  45. code/13620/13620_6.html +244 -0
  46. code/13621/13621_0.html +328 -0
  47. code/13621/13621_1.html +418 -0
  48. code/13621/13621_2.html +265 -0
  49. code/13621/13621_3.html +210 -0
  50. code/13621/13621_4.html +312 -0
code/13559/13559_5.html ADDED
@@ -0,0 +1,300 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Save As UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #1a1a1a;
13
+ color: #ffffff;
14
+ font-family: Arial, Helvetica, sans-serif;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ height: 80px;
20
+ background: #0f0f0f;
21
+ display: flex;
22
+ align-items: center;
23
+ padding: 0 36px;
24
+ box-sizing: border-box;
25
+ color: #fff;
26
+ font-size: 36px;
27
+ letter-spacing: 0.5px;
28
+ }
29
+ .status-spacer { flex: 1; }
30
+ .status-icons { display: flex; align-items: center; gap: 26px; }
31
+
32
+ /* App bar */
33
+ .app-bar {
34
+ height: 160px;
35
+ background: #121212;
36
+ display: flex;
37
+ align-items: center;
38
+ padding: 0 36px;
39
+ box-sizing: border-box;
40
+ border-bottom: 1px solid #2a2a2a;
41
+ }
42
+ .back-btn { width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; margin-right: 20px; }
43
+ .app-title { font-size: 64px; font-weight: 600; color: #f5f5f5; }
44
+
45
+ /* Breadcrumbs */
46
+ .crumbs {
47
+ height: 110px;
48
+ display: flex;
49
+ align-items: center;
50
+ padding: 0 36px;
51
+ box-sizing: border-box;
52
+ color: #cfcfcf;
53
+ gap: 24px;
54
+ }
55
+ .crumb-icon {
56
+ width: 64px;
57
+ height: 64px;
58
+ border-radius: 8px;
59
+ background: #2a2a2a;
60
+ display: flex;
61
+ align-items: center;
62
+ justify-content: center;
63
+ }
64
+ .crumb-sep {
65
+ color: #9e9e9e;
66
+ font-size: 42px;
67
+ margin: 0 10px;
68
+ }
69
+
70
+ /* Filename input */
71
+ .file-input {
72
+ padding: 16px 36px 24px 36px;
73
+ box-sizing: border-box;
74
+ border-bottom: 2px solid #2e2e2e;
75
+ display: flex;
76
+ align-items: baseline;
77
+ gap: 16px;
78
+ }
79
+ .file-name {
80
+ font-size: 58px;
81
+ color: #eaeaea;
82
+ flex: 1;
83
+ }
84
+ .file-ext {
85
+ font-size: 58px;
86
+ color: #bdbdbd;
87
+ }
88
+
89
+ /* File list */
90
+ .file-list { }
91
+ .file-item {
92
+ display: flex;
93
+ align-items: center;
94
+ padding: 40px 36px;
95
+ box-sizing: border-box;
96
+ border-bottom: 1px solid #262626;
97
+ }
98
+ .doc-icon {
99
+ width: 96px;
100
+ height: 96px;
101
+ border-radius: 10px;
102
+ margin-right: 36px;
103
+ flex-shrink: 0;
104
+ display: flex;
105
+ align-items: center;
106
+ justify-content: center;
107
+ background: #2a2a2a;
108
+ }
109
+ .file-texts { flex: 1; }
110
+ .item-title {
111
+ font-size: 44px;
112
+ color: #ffffff;
113
+ margin-bottom: 10px;
114
+ }
115
+ .item-sub {
116
+ font-size: 34px;
117
+ color: #b0b0b0;
118
+ }
119
+ .menu-btn {
120
+ width: 72px;
121
+ height: 72px;
122
+ display: flex;
123
+ align-items: center;
124
+ justify-content: center;
125
+ }
126
+
127
+ /* Bottom action bar */
128
+ .bottom-actions {
129
+ position: absolute;
130
+ bottom: 0;
131
+ left: 0;
132
+ right: 0;
133
+ height: 160px;
134
+ background: #121212;
135
+ display: flex;
136
+ align-items: center;
137
+ justify-content: space-between;
138
+ padding: 0 48px;
139
+ box-sizing: border-box;
140
+ border-top: 1px solid #2a2a2a;
141
+ }
142
+ .btn {
143
+ font-size: 54px;
144
+ font-weight: 600;
145
+ }
146
+ .btn.cancel { color: #9bc1ff; }
147
+ .btn.save { color: #4da3ff; }
148
+
149
+ /* Utility */
150
+ .muted { color: #bdbdbd; }
151
+ .hidden-overflow { overflow: hidden; }
152
+ </style>
153
+ </head>
154
+ <body>
155
+ <div id="render-target">
156
+
157
+ <!-- Status Bar -->
158
+ <div class="status-bar">
159
+ <div>11:56</div>
160
+ <div class="status-spacer"></div>
161
+ <div class="status-icons">
162
+ <!-- Simple WiFi icon -->
163
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="none">
164
+ <path d="M2.5 8.5c5-4.5 14-4.5 19 0" stroke="#ffffff" stroke-width="2" stroke-linecap="round"/>
165
+ <path d="M5 11c3.6-3.2 10.4-3.2 14 0" stroke="#ffffff" stroke-width="2" stroke-linecap="round"/>
166
+ <path d="M8 13.5c2.2-2 5.8-2 8 0" stroke="#ffffff" stroke-width="2" stroke-linecap="round"/>
167
+ <circle cx="12" cy="17.5" r="1.8" fill="#ffffff"/>
168
+ </svg>
169
+ <!-- Battery icon -->
170
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="none">
171
+ <rect x="2" y="6" width="17" height="12" rx="2" stroke="#ffffff" stroke-width="2"/>
172
+ <rect x="20" y="9" width="2" height="6" rx="1" fill="#ffffff"/>
173
+ <rect x="4" y="8" width="13" height="8" rx="1" fill="#ffffff"/>
174
+ </svg>
175
+ </div>
176
+ </div>
177
+
178
+ <!-- App Bar -->
179
+ <div class="app-bar">
180
+ <div class="back-btn">
181
+ <svg width="56" height="56" viewBox="0 0 24 24">
182
+ <path d="M15 18l-6-6 6-6" stroke="#ffffff" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
183
+ </svg>
184
+ </div>
185
+ <div class="app-title">Save as</div>
186
+ </div>
187
+
188
+ <!-- Breadcrumbs -->
189
+ <div class="crumbs">
190
+ <div class="crumb-icon">
191
+ <!-- cube-like icon -->
192
+ <svg width="36" height="36" viewBox="0 0 24 24">
193
+ <path d="M12 2l9 5-9 5-9-5 9-5z" fill="#8a8a8a"/>
194
+ <path d="M3 7v10l9 5 9-5V7" stroke="#8a8a8a" stroke-width="1.5" fill="none"/>
195
+ </svg>
196
+ </div>
197
+ <div class="crumb-sep">›</div>
198
+ <div class="crumb-icon">
199
+ <!-- cloud icon -->
200
+ <svg width="38" height="38" viewBox="0 0 24 24">
201
+ <path d="M7 17h9a4 4 0 0 0 0-8 5 5 0 0 0-9-1.5A4.5 4.5 0 0 0 7 17z" fill="#9e9e9e"/>
202
+ </svg>
203
+ </div>
204
+ </div>
205
+
206
+ <!-- Filename Input -->
207
+ <div class="file-input">
208
+ <div class="file-name">PPT on management training</div>
209
+ <div class="file-ext">.dotx</div>
210
+ </div>
211
+
212
+ <!-- File list -->
213
+ <div class="file-list">
214
+
215
+ <!-- Item 1 -->
216
+ <div class="file-item">
217
+ <div class="doc-icon">
218
+ <!-- Red PDF document icon -->
219
+ <svg width="96" height="96" viewBox="0 0 24 24">
220
+ <path d="M6 2h9l3 3v17H6z" fill="#d32f2f"/>
221
+ <path d="M15 2v5h5" fill="#ef5350"/>
222
+ <rect x="7" y="9" width="10" height="1.6" fill="#ffffff"/>
223
+ <rect x="7" y="12" width="10" height="1.6" fill="#ffffff"/>
224
+ <rect x="7" y="15" width="7" height="1.6" fill="#ffffff"/>
225
+ </svg>
226
+ </div>
227
+ <div class="file-texts">
228
+ <div class="item-title">Getting started with MobiDrive.pdf</div>
229
+ <div class="item-sub">Jul 6, 2023, 16:01 • 516.6 KB</div>
230
+ </div>
231
+ <div class="menu-btn">
232
+ <svg width="20" height="60" viewBox="0 0 6 18">
233
+ <circle cx="3" cy="3" r="1.5" fill="#cfcfcf"/>
234
+ <circle cx="3" cy="9" r="1.5" fill="#cfcfcf"/>
235
+ <circle cx="3" cy="15" r="1.5" fill="#cfcfcf"/>
236
+ </svg>
237
+ </div>
238
+ </div>
239
+
240
+ <!-- Item 2 -->
241
+ <div class="file-item">
242
+ <div class="doc-icon">
243
+ <!-- Blue DOCX icon -->
244
+ <svg width="96" height="96" viewBox="0 0 24 24">
245
+ <path d="M6 2h9l3 3v17H6z" fill="#1e88e5"/>
246
+ <path d="M15 2v5h5" fill="#64b5f6"/>
247
+ <rect x="7" y="9" width="10" height="1.6" fill="#ffffff"/>
248
+ <rect x="7" y="12" width="10" height="1.6" fill="#ffffff"/>
249
+ <rect x="7" y="15" width="7" height="1.6" fill="#ffffff"/>
250
+ </svg>
251
+ </div>
252
+ <div class="file-texts">
253
+ <div class="item-title">PPT on management training.docx</div>
254
+ <div class="item-sub">Jul 7, 2023, 10:30 • 7.2 KB</div>
255
+ </div>
256
+ <div class="menu-btn">
257
+ <svg width="20" height="60" viewBox="0 0 6 18">
258
+ <circle cx="3" cy="3" r="1.5" fill="#cfcfcf"/>
259
+ <circle cx="3" cy="9" r="1.5" fill="#cfcfcf"/>
260
+ <circle cx="3" cy="15" r="1.5" fill="#cfcfcf"/>
261
+ </svg>
262
+ </div>
263
+ </div>
264
+
265
+ <!-- Item 3 -->
266
+ <div class="file-item">
267
+ <div class="doc-icon">
268
+ <!-- Orange PPTX icon -->
269
+ <svg width="96" height="96" viewBox="0 0 24 24">
270
+ <path d="M6 2h9l3 3v17H6z" fill="#e57300"/>
271
+ <path d="M15 2v5h5" fill="#ffa040"/>
272
+ <rect x="7" y="9" width="10" height="1.6" fill="#ffffff"/>
273
+ <rect x="7" y="12" width="10" height="1.6" fill="#ffffff"/>
274
+ <rect x="7" y="15" width="7" height="1.6" fill="#ffffff"/>
275
+ </svg>
276
+ </div>
277
+ <div class="file-texts">
278
+ <div class="item-title">Presentation.pptx</div>
279
+ <div class="item-sub">Jul 7, 2023, 08:37 • 29.7 KB</div>
280
+ </div>
281
+ <div class="menu-btn">
282
+ <svg width="20" height="60" viewBox="0 0 6 18">
283
+ <circle cx="3" cy="3" r="1.5" fill="#cfcfcf"/>
284
+ <circle cx="3" cy="9" r="1.5" fill="#cfcfcf"/>
285
+ <circle cx="3" cy="15" r="1.5" fill="#cfcfcf"/>
286
+ </svg>
287
+ </div>
288
+ </div>
289
+
290
+ </div>
291
+
292
+ <!-- Bottom Actions -->
293
+ <div class="bottom-actions">
294
+ <div class="btn cancel">Cancel</div>
295
+ <div class="btn save">Save</div>
296
+ </div>
297
+
298
+ </div>
299
+ </body>
300
+ </html>
code/13598/13598_12.html ADDED
@@ -0,0 +1,181 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>T-Shirts Listing</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #000; color: #fff; font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
12
+ }
13
+ .status-bar {
14
+ height: 96px; padding: 0 32px; display: flex; align-items: center; justify-content: space-between;
15
+ font-size: 36px; color: #fff;
16
+ }
17
+ .status-right { display: flex; align-items: center; gap: 24px; opacity: 0.85; }
18
+ .top-bar {
19
+ height: 120px; padding: 0 36px; display: flex; align-items: center; justify-content: space-between;
20
+ }
21
+ .top-left { display: flex; align-items: center; gap: 24px; }
22
+ .title { font-size: 42px; font-weight: 600; letter-spacing: 0.5px; }
23
+ .top-actions { display: flex; align-items: center; gap: 36px; }
24
+ .divider { height: 1px; background: #2a2a2a; }
25
+ .filter-bar {
26
+ height: 96px; padding: 0 36px; display: flex; align-items: center; justify-content: space-between;
27
+ color: #cfcfcf; font-weight: 700; letter-spacing: 1px;
28
+ }
29
+ .filter-left, .filter-right { display: flex; align-items: center; gap: 12px; font-size: 30px; }
30
+ .results-count {
31
+ text-align: center; color: #cfcfcf; font-size: 30px; padding: 22px 36px 10px;
32
+ }
33
+ .grid {
34
+ display: grid; grid-template-columns: repeat(2, 1fr); gap: 36px;
35
+ padding: 0 36px; margin-top: 12px;
36
+ }
37
+ .card { display: flex; flex-direction: column; }
38
+ .img {
39
+ position: relative; width: 100%; height: 640px;
40
+ background: #E0E0E0; border: 1px solid #BDBDBD;
41
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 28px; text-align: center;
42
+ }
43
+ .badge-bar {
44
+ position: absolute; top: 0; left: 0; right: 0; height: 72px;
45
+ background: #f4f4f4; color: #222; font-weight: 800; font-size: 28px;
46
+ display: flex; align-items: center; justify-content: center; letter-spacing: 1px;
47
+ }
48
+ .pill {
49
+ position: absolute; bottom: 20px; left: 20px;
50
+ background: #fff; color: #222; font-weight: 800; font-size: 26px; letter-spacing: 1px;
51
+ padding: 14px 22px; border-radius: 6px;
52
+ }
53
+ .sale-badge {
54
+ position: absolute; top: 20px; left: 20px;
55
+ background: #ffe4ea; color: #ff2f66; font-weight: 800; font-size: 26px;
56
+ padding: 10px 14px; border-radius: 6px; border: 1px solid #ff9db3;
57
+ }
58
+ .price-row {
59
+ display: flex; align-items: baseline; justify-content: space-between;
60
+ padding-top: 18px; padding-bottom: 8px;
61
+ }
62
+ .price { font-size: 40px; font-weight: 800; }
63
+ .old { font-size: 28px; color: #bfbfbf; text-decoration: line-through; }
64
+ .sale { font-size: 40px; color: #ff3f76; font-weight: 900; }
65
+ .title-text {
66
+ font-size: 30px; color: #eaeaea; line-height: 1.3; margin-top: 8px;
67
+ }
68
+ .home-indicator {
69
+ position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
70
+ width: 180px; height: 12px; background: #fff; opacity: 0.85; border-radius: 8px;
71
+ }
72
+ /* Icon helpers */
73
+ svg { display: block; }
74
+ .icon { width: 48px; height: 48px; }
75
+ .icon-sm { width: 36px; height: 36px; }
76
+ </style>
77
+ </head>
78
+ <body>
79
+ <div id="render-target">
80
+ <!-- Status bar -->
81
+ <div class="status-bar">
82
+ <div>1:37</div>
83
+ <div class="status-right">
84
+ <svg class="icon-sm" viewBox="0 0 24 24"><circle cx="12" cy="12" r="3" fill="#fff"/></svg>
85
+ <svg class="icon-sm" viewBox="0 0 24 24"><path d="M2 12h20" stroke="#fff" stroke-width="2"/></svg>
86
+ <svg class="icon-sm" viewBox="0 0 24 24"><path d="M3 18h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2H3v12z" stroke="#fff" stroke-width="2" fill="none"/><rect x="5" y="10" width="10" height="4" fill="#fff"/></svg>
87
+ </div>
88
+ </div>
89
+
90
+ <!-- Top navigation -->
91
+ <div class="top-bar">
92
+ <div class="top-left">
93
+ <svg class="icon" viewBox="0 0 24 24"><path d="M15 4l-8 8 8 8M7 12h14" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
94
+ <div class="title">"T-SHIRTS"</div>
95
+ </div>
96
+ <div class="top-actions">
97
+ <svg class="icon" viewBox="0 0 24 24"><path d="M12 21c-4.5-3-7-5.8-7-9.5a4.5 4.5 0 018-2.7 4.5 4.5 0 018 2.7c0 3.7-2.5 6.5-7 9.5z" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
98
+ <svg class="icon" viewBox="0 0 24 24"><circle cx="11" cy="11" r="7" stroke="#fff" stroke-width="2" fill="none"/><line x1="16" y1="16" x2="22" y2="22" stroke="#fff" stroke-width="2"/></svg>
99
+ </div>
100
+ </div>
101
+ <div class="divider"></div>
102
+
103
+ <!-- Filter bar -->
104
+ <div class="filter-bar">
105
+ <div class="filter-left">
106
+ <div>RECOMMENDED</div>
107
+ <svg class="icon-sm" viewBox="0 0 24 24"><path d="M6 9l6 6 6-6" stroke="#cfcfcf" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
108
+ </div>
109
+ <div class="filter-right">
110
+ <svg class="icon-sm" viewBox="0 0 24 24"><path d="M4 12l4 4 12-12" stroke="#cfcfcf" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
111
+ <div>FILTER</div>
112
+ </div>
113
+ </div>
114
+ <div class="divider"></div>
115
+
116
+ <!-- Results text -->
117
+ <div class="results-count">2763 items found, "Men", "L"</div>
118
+
119
+ <!-- Product grid -->
120
+ <div class="grid">
121
+ <!-- Card 1 -->
122
+ <div class="card">
123
+ <div class="img">
124
+ <div class="badge-bar">SELLING FAST</div>
125
+ <div class="pill">MORE COLOURS</div>
126
+ [IMG: Two models wearing plain white t-shirts]
127
+ </div>
128
+ <div class="price-row">
129
+ <div class="price">$12.99</div>
130
+ <svg class="icon" viewBox="0 0 24 24"><path d="M12 21c-4.5-3-7-5.8-7-9.5a4.5 4.5 0 018-2.7 4.5 4.5 0 018 2.7c0 3.7-2.5 6.5-7 9.5z" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
131
+ </div>
132
+ <div class="title-text">COLLUSION Unisex t-shirt in white</div>
133
+ </div>
134
+
135
+ <!-- Card 2 -->
136
+ <div class="card">
137
+ <div class="img">
138
+ <div class="sale-badge">-24%</div>
139
+ [IMG: Pink unisex t-shirt worn by two models]
140
+ </div>
141
+ <div class="price-row" style="align-items:flex-end;">
142
+ <div>
143
+ <div class="old">$17.99</div>
144
+ <div class="sale">$13.50</div>
145
+ </div>
146
+ <svg class="icon" viewBox="0 0 24 24"><path d="M12 21c-4.5-3-7-5.8-7-9.5a4.5 4.5 0 018-2.7 4.5 4.5 0 018 2.7c0 3.7-2.5 6.5-7 9.5z" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
147
+ </div>
148
+ <div class="title-text">COLLUSION Unisex mirror logo t-shirt in bright pink</div>
149
+ </div>
150
+
151
+ <!-- Card 3 -->
152
+ <div class="card">
153
+ <div class="img">
154
+ [IMG: Graphic oversized t-shirts featuring cartoon prints]
155
+ </div>
156
+ <div class="price-row">
157
+ <div class="price">$29.99</div>
158
+ <svg class="icon" viewBox="0 0 24 24"><path d="M12 21c-4.5-3-7-5.8-7-9.5a4.5 4.5 0 018-2.7 4.5 4.5 0 018 2.7c0 3.7-2.5 6.5-7 9.5z" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
159
+ </div>
160
+ <div class="title-text">ASOS DESIGN unisex license oversized T-shirt with graphic print</div>
161
+ </div>
162
+
163
+ <!-- Card 4 -->
164
+ <div class="card">
165
+ <div class="img">
166
+ <div class="pill">MORE COLOURS</div>
167
+ [IMG: Washed oversized grey t-shirt on two models]
168
+ </div>
169
+ <div class="price-row">
170
+ <div class="price">$27.90</div>
171
+ <svg class="icon" viewBox="0 0 24 24"><path d="M12 21c-4.5-3-7-5.8-7-9.5a4.5 4.5 0 018-2.7 4.5 4.5 0 018 2.7c0 3.7-2.5 6.5-7 9.5z" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
172
+ </div>
173
+ <div class="title-text">Reclaimed Vintage unisex washed oversized T-shirt in charcoal</div>
174
+ </div>
175
+ </div>
176
+
177
+ <!-- Bottom home indicator -->
178
+ <div class="home-indicator"></div>
179
+ </div>
180
+ </body>
181
+ </html>
code/13598/13598_7.html ADDED
@@ -0,0 +1,263 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0" />
6
+ <title>Filter - Gender</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ position: relative;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ overflow: hidden;
14
+ background: #000;
15
+ font-family: "Helvetica Neue", Arial, sans-serif;
16
+ color: #fff;
17
+ }
18
+
19
+ /* Fake underlying product list */
20
+ .content {
21
+ position: absolute;
22
+ inset: 0;
23
+ padding-top: 180px;
24
+ }
25
+ .section-title {
26
+ color: rgba(255,255,255,0.5);
27
+ font-weight: 700;
28
+ letter-spacing: 2px;
29
+ font-size: 40px;
30
+ margin-left: 60px;
31
+ margin-bottom: 20px;
32
+ text-transform: uppercase;
33
+ }
34
+ .cards {
35
+ display: grid;
36
+ grid-template-columns: 360px 360px;
37
+ gap: 40px;
38
+ padding-left: 60px;
39
+ }
40
+ .card {
41
+ width: 360px;
42
+ }
43
+ .img-ph {
44
+ width: 360px;
45
+ height: 420px;
46
+ background: #E0E0E0;
47
+ border: 1px solid #BDBDBD;
48
+ display: flex;
49
+ align-items: center;
50
+ justify-content: center;
51
+ color: #757575;
52
+ font-size: 26px;
53
+ }
54
+ .price {
55
+ margin-top: 20px;
56
+ font-size: 40px;
57
+ color: #ff2f68;
58
+ font-weight: 800;
59
+ }
60
+ .price .old {
61
+ color: rgba(255,255,255,0.45);
62
+ text-decoration: line-through;
63
+ display: block;
64
+ font-weight: 600;
65
+ }
66
+ .name, .sub {
67
+ color: rgba(255,255,255,0.7);
68
+ margin-top: 10px;
69
+ font-size: 30px;
70
+ letter-spacing: 1px;
71
+ }
72
+
73
+ /* Overlay */
74
+ .overlay {
75
+ position: absolute;
76
+ inset: 0;
77
+ background: rgba(0,0,0,0.9);
78
+ }
79
+
80
+ /* Sliding panel */
81
+ .panel {
82
+ position: absolute;
83
+ top: 120px;
84
+ left: 220px; /* leaves a dimmed strip on the left like in the screenshot */
85
+ width: 830px;
86
+ background: #232323;
87
+ border-radius: 2px;
88
+ box-shadow: 0 10px 30px rgba(0,0,0,0.5);
89
+ overflow: hidden;
90
+ }
91
+
92
+ .panel-header {
93
+ display: flex;
94
+ align-items: center;
95
+ justify-content: space-between;
96
+ height: 150px;
97
+ padding: 0 36px 0 24px;
98
+ background: #2b2b2b;
99
+ color: #f0f0f0;
100
+ border-bottom: 1px solid #3a3a3a;
101
+ }
102
+ .panel-title {
103
+ display: flex;
104
+ align-items: center;
105
+ gap: 18px;
106
+ font-size: 44px;
107
+ font-weight: 800;
108
+ letter-spacing: 4px;
109
+ }
110
+ .clear-btn {
111
+ background: #d9d9d9;
112
+ color: #222;
113
+ font-weight: 800;
114
+ letter-spacing: 3px;
115
+ border: none;
116
+ padding: 22px 38px;
117
+ border-radius: 3px;
118
+ font-size: 32px;
119
+ text-transform: uppercase;
120
+ }
121
+
122
+ .row {
123
+ position: relative;
124
+ display: flex;
125
+ align-items: center;
126
+ height: 170px;
127
+ padding: 0 34px 0 80px;
128
+ background: #262626;
129
+ color: #d7d7d7;
130
+ font-size: 40px;
131
+ border-bottom: 1px solid #3c3c3c;
132
+ }
133
+ .row strong { color: #ffffff; font-weight: 700; }
134
+ .row .count { color: rgba(255,255,255,0.55); font-weight: 600; }
135
+
136
+ .tick {
137
+ position: absolute;
138
+ left: 28px;
139
+ width: 34px;
140
+ height: 34px;
141
+ color: #4aa3ff;
142
+ }
143
+
144
+ /* Bottom action button */
145
+ .bottom-cta {
146
+ position: absolute;
147
+ left: 90px;
148
+ right: 90px;
149
+ bottom: 180px;
150
+ height: 120px;
151
+ background: #e9e9e9;
152
+ border-radius: 8px;
153
+ display: flex;
154
+ align-items: center;
155
+ justify-content: center;
156
+ letter-spacing: 4px;
157
+ color: #222;
158
+ font-weight: 900;
159
+ font-size: 40px;
160
+ text-transform: uppercase;
161
+ }
162
+
163
+ /* Simple status bar (top) */
164
+ .status {
165
+ position: absolute;
166
+ top: 0;
167
+ left: 0;
168
+ height: 110px;
169
+ width: 100%;
170
+ display: flex;
171
+ align-items: center;
172
+ padding: 0 28px;
173
+ color: #fff;
174
+ font-size: 34px;
175
+ background: #000;
176
+ opacity: 0.95;
177
+ justify-content: space-between;
178
+ }
179
+ .status .right {
180
+ display: flex;
181
+ align-items: center;
182
+ gap: 18px;
183
+ }
184
+ .ico {
185
+ width: 34px; height: 34px; fill: #fff;
186
+ }
187
+ </style>
188
+ </head>
189
+ <body>
190
+ <div id="render-target">
191
+
192
+ <!-- Fake underlying product listing -->
193
+ <div class="content">
194
+ <div class="section-title">Recommended</div>
195
+ <div class="cards">
196
+ <div class="card">
197
+ <div class="img-ph">[IMG: Product - Yellow Tee]</div>
198
+ <div class="price">
199
+ <span class="old">$19.99</span>
200
+ $9.96
201
+ </div>
202
+ <div class="name">ASOS DESIGN</div>
203
+ <div class="sub">in orange</div>
204
+ </div>
205
+ <div class="card">
206
+ <div class="img-ph">[IMG: Product - Floral Shirt]</div>
207
+ <div class="price">
208
+ <span class="old">$78.00</span>
209
+ $62.40
210
+ </div>
211
+ <div class="name">Ted Baker</div>
212
+ <div class="sub">tee shirt in w</div>
213
+ </div>
214
+ </div>
215
+ </div>
216
+
217
+ <!-- Dim overlay and filter panel -->
218
+ <div class="overlay"></div>
219
+
220
+ <div class="panel">
221
+ <div class="panel-header">
222
+ <div class="panel-title">
223
+ <!-- Back arrow -->
224
+ <svg class="ico" viewBox="0 0 24 24">
225
+ <path d="M14.7 5.3L9 11l5.7 5.7-1.4 1.4L6.2 12l7.1-7.1 1.4 1.4z"/>
226
+ </svg>
227
+ <span>GENDER</span>
228
+ </div>
229
+ <button class="clear-btn">CLEAR</button>
230
+ </div>
231
+
232
+ <div class="row">
233
+ <svg class="tick" viewBox="0 0 24 24">
234
+ <path fill="currentColor" d="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z"/>
235
+ </svg>
236
+ <div><strong>Men</strong> <span class="count">(5326)</span></div>
237
+ </div>
238
+
239
+ <div class="row">
240
+ <div><span>Women</span> <span class="count">(3500)</span></div>
241
+ </div>
242
+
243
+ <div class="row" style="border-bottom:none;">
244
+ <div><span>Unisex</span> <span class="count">(364)</span></div>
245
+ </div>
246
+ </div>
247
+
248
+ <!-- Bottom CTA -->
249
+ <div class="bottom-cta">View Items</div>
250
+
251
+ <!-- Minimal status bar -->
252
+ <div class="status">
253
+ <div>1:36</div>
254
+ <div class="right">
255
+ <svg class="ico" viewBox="0 0 24 24"><circle cx="12" cy="12" r="9"/></svg>
256
+ <svg class="ico" viewBox="0 0 24 24"><path d="M3 12h18"/></svg>
257
+ <svg class="ico" viewBox="0 0 24 24"><path d="M6 18h12V6H6z"/></svg>
258
+ </div>
259
+ </div>
260
+
261
+ </div>
262
+ </body>
263
+ </html>
code/13598/13598_8.html ADDED
@@ -0,0 +1,303 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>T-Shirts Listing UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #000000;
15
+ color: #FFFFFF;
16
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status {
21
+ height: 90px;
22
+ padding: 0 36px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ color: #FFFFFF;
27
+ font-weight: 600;
28
+ font-size: 34px;
29
+ letter-spacing: 0.5px;
30
+ }
31
+ .status-icons { display: flex; align-items: center; gap: 22px; opacity: 0.9; }
32
+ .status-dot { width: 10px; height: 10px; background: #FFFFFF; border-radius: 50%; opacity: 0.8; }
33
+
34
+ /* App bar */
35
+ .appbar {
36
+ height: 120px;
37
+ background: #2E2E2E;
38
+ border-bottom: 1px solid #3A3A3A;
39
+ display: flex;
40
+ align-items: center;
41
+ padding: 0 36px;
42
+ gap: 24px;
43
+ }
44
+ .appbar-title {
45
+ font-size: 42px;
46
+ font-weight: 700;
47
+ letter-spacing: 1px;
48
+ }
49
+ .appbar-actions { margin-left: auto; display: flex; gap: 32px; }
50
+ .icon {
51
+ width: 48px; height: 48px; display: inline-block;
52
+ }
53
+ .icon svg { width: 100%; height: 100%; fill: none; stroke: #FFFFFF; stroke-width: 5; stroke-linecap: round; stroke-linejoin: round; }
54
+
55
+ .section-divider {
56
+ height: 2px;
57
+ background: #3A3A3A;
58
+ }
59
+
60
+ /* Filter row */
61
+ .filter-row {
62
+ display: flex;
63
+ align-items: center;
64
+ justify-content: space-between;
65
+ padding: 28px 36px;
66
+ background: #1A1A1A;
67
+ border-bottom: 1px solid #2A2A2A;
68
+ }
69
+ .filter-left, .filter-right {
70
+ display: flex; align-items: center; gap: 16px;
71
+ color: #DADADA;
72
+ font-weight: 700;
73
+ letter-spacing: 2px;
74
+ font-size: 34px;
75
+ text-transform: uppercase;
76
+ }
77
+ .chevron { width: 26px; height: 26px; }
78
+ .chevron svg { width: 100%; height: 100%; fill: #DADADA; }
79
+ .filter-right .icon svg { stroke: #DADADA; }
80
+
81
+ .results-count {
82
+ text-align: center;
83
+ color: #CFCFCF;
84
+ font-size: 32px;
85
+ padding: 18px 0 8px;
86
+ }
87
+
88
+ /* Grid of products */
89
+ .grid {
90
+ display: grid;
91
+ grid-template-columns: 1fr 1fr;
92
+ gap: 36px;
93
+ padding: 24px 36px 0;
94
+ }
95
+ .card { }
96
+ .img {
97
+ position: relative;
98
+ width: 100%;
99
+ height: 600px;
100
+ background: #E0E0E0;
101
+ border: 1px solid #BDBDBD;
102
+ display: flex; justify-content: center; align-items: center;
103
+ color: #757575;
104
+ font-size: 28px;
105
+ text-align: center;
106
+ padding: 16px;
107
+ }
108
+ .badge-top {
109
+ position: absolute;
110
+ top: 16px; left: 16px;
111
+ background: #EFEFEF;
112
+ color: #222;
113
+ font-weight: 800;
114
+ font-size: 28px;
115
+ padding: 12px 18px;
116
+ }
117
+ .badge-top.pink {
118
+ background: #FFE8EF;
119
+ color: #E85D8D;
120
+ font-weight: 900;
121
+ }
122
+ .badge-bottom {
123
+ position: absolute;
124
+ left: 16px;
125
+ bottom: 16px;
126
+ background: rgba(255,255,255,0.9);
127
+ color: #222;
128
+ font-weight: 800;
129
+ font-size: 28px;
130
+ padding: 12px 18px;
131
+ letter-spacing: 1px;
132
+ }
133
+
134
+ .price-row {
135
+ display: flex; align-items: baseline; justify-content: space-between;
136
+ padding-top: 18px;
137
+ }
138
+ .price {
139
+ font-size: 44px; font-weight: 900; color: #FFFFFF;
140
+ }
141
+ .price .old {
142
+ font-size: 34px; color: #C0C0C0; text-decoration: line-through; margin-right: 8px;
143
+ }
144
+ .price .new { color: #FF4F87; font-weight: 900; }
145
+
146
+ .heart-icon { width: 52px; height: 52px; }
147
+ .heart-icon svg { stroke: #FFFFFF; stroke-width: 5; fill: none; }
148
+
149
+ .title {
150
+ margin-top: 8px;
151
+ font-size: 32px;
152
+ line-height: 1.28;
153
+ color: #FFFFFF;
154
+ }
155
+
156
+ /* Bottom home pill */
157
+ .home-pill {
158
+ position: absolute;
159
+ bottom: 28px; left: 50%;
160
+ transform: translateX(-50%);
161
+ width: 300px; height: 18px;
162
+ background: #FFFFFF;
163
+ border-radius: 18px;
164
+ opacity: 0.9;
165
+ }
166
+ </style>
167
+ </head>
168
+ <body>
169
+ <div id="render-target">
170
+
171
+ <!-- Status bar -->
172
+ <div class="status">
173
+ <div>1:36</div>
174
+ <div class="status-icons">
175
+ <span>76°</span>
176
+ <span>✓</span>
177
+ <span>Λ</span>
178
+ <span>en</span>
179
+ <div class="status-dot"></div>
180
+ <svg class="icon" viewBox="0 0 24 24"><circle cx="12" cy="12" r="9" stroke="#FFFFFF" fill="none" stroke-width="2"/></svg>
181
+ <svg class="icon" viewBox="0 0 24 24"><path d="M3 12h18" stroke="#FFFFFF" stroke-width="2"/></svg>
182
+ </div>
183
+ </div>
184
+
185
+ <!-- App bar -->
186
+ <div class="appbar">
187
+ <div class="icon">
188
+ <svg viewBox="0 0 24 24"><path d="M15 6L9 12l6 6" /></svg>
189
+ </div>
190
+ <div class="appbar-title">"T-SHIRTS"</div>
191
+ <div class="appbar-actions">
192
+ <div class="icon">
193
+ <svg viewBox="0 0 24 24">
194
+ <path d="M12 21s-6-4.35-8.2-6.55A5 5 0 1 1 12 7a5 5 0 1 1 8.2 7.45C18 16.65 12 21 12 21"/>
195
+ </svg>
196
+ </div>
197
+ <div class="icon">
198
+ <svg viewBox="0 0 24 24">
199
+ <circle cx="11" cy="11" r="7"/>
200
+ <path d="M20 20l-4.5-4.5"/>
201
+ </svg>
202
+ </div>
203
+ </div>
204
+ </div>
205
+ <div class="section-divider"></div>
206
+
207
+ <!-- Filter row -->
208
+ <div class="filter-row">
209
+ <div class="filter-left">
210
+ <span>RECOMMENDED</span>
211
+ <span class="chevron">
212
+ <svg viewBox="0 0 24 24"><path d="M6 9l6 6 6-6" stroke="#DADADA" stroke-width="3" fill="none"/></svg>
213
+ </span>
214
+ </div>
215
+ <div class="filter-right">
216
+ <div class="icon">
217
+ <svg viewBox="0 0 24 24"><path d="M5 13l4 4L19 7"/></svg>
218
+ </div>
219
+ <span>FILTER</span>
220
+ </div>
221
+ </div>
222
+
223
+ <!-- Results count -->
224
+ <div class="results-count">5326 items found, "Men"</div>
225
+
226
+ <!-- Product grid -->
227
+ <div class="grid">
228
+
229
+ <!-- Card 1 -->
230
+ <div class="card">
231
+ <div class="img">
232
+ <div class="badge-top">SELLING FAST</div>
233
+ <div class="badge-bottom">MORE COLOURS</div>
234
+ [IMG: Models wearing plain white unisex t-shirts]
235
+ </div>
236
+ <div class="price-row">
237
+ <div class="price">$12.99</div>
238
+ <div class="heart-icon">
239
+ <svg viewBox="0 0 24 24">
240
+ <path d="M12 21s-6-4.35-8.2-6.55A5 5 0 1 1 12 7a5 5 0 1 1 8.2 7.45C18 16.65 12 21 12 21"/>
241
+ </svg>
242
+ </div>
243
+ </div>
244
+ <div class="title">COLLUSION Unisex t-shirt in white</div>
245
+ </div>
246
+
247
+ <!-- Card 2 -->
248
+ <div class="card">
249
+ <div class="img">
250
+ <div class="badge-top pink">-24%</div>
251
+ [IMG: Models wearing bright pink unisex t-shirts]
252
+ </div>
253
+ <div class="price-row">
254
+ <div class="price"><span class="old">$17.99</span><span class="new">$13.50</span></div>
255
+ <div class="heart-icon">
256
+ <svg viewBox="0 0 24 24">
257
+ <path d="M12 21s-6-4.35-8.2-6.55A5 5 0 1 1 12 7a5 5 0 1 1 8.2 7.45C18 16.65 12 21 12 21"/>
258
+ </svg>
259
+ </div>
260
+ </div>
261
+ <div class="title">COLLUSION Unisex mirror logo t-shirt in bright pink</div>
262
+ </div>
263
+
264
+ <!-- Card 3 -->
265
+ <div class="card">
266
+ <div class="img">
267
+ [IMG: Two models wearing graphic oversized t-shirts]
268
+ </div>
269
+ <div class="price-row">
270
+ <div class="price">$29.99</div>
271
+ <div class="heart-icon">
272
+ <svg viewBox="0 0 24 24">
273
+ <path d="M12 21s-6-4.35-8.2-6.55A5 5 0 1 1 12 7a5 5 0 1 1 8.2 7.45C18 16.65 12 21 12 21"/>
274
+ </svg>
275
+ </div>
276
+ </div>
277
+ <div class="title">ASOS DESIGN unisex license oversized T-shirt with Angry...</div>
278
+ </div>
279
+
280
+ <!-- Card 4 -->
281
+ <div class="card">
282
+ <div class="img">
283
+ <div class="badge-bottom">MORE COLOURS</div>
284
+ [IMG: Models wearing washed grey oversized t-shirts]
285
+ </div>
286
+ <div class="price-row">
287
+ <div class="price">$27.90</div>
288
+ <div class="heart-icon">
289
+ <svg viewBox="0 0 24 24">
290
+ <path d="M12 21s-6-4.35-8.2-6.55A5 5 0 1 1 12 7a5 5 0 1 1 8.2 7.45C18 16.65 12 21 12 21"/>
291
+ </svg>
292
+ </div>
293
+ </div>
294
+ <div class="title">Reclaimed Vintage unisex washed oversized T-shirt in ...</div>
295
+ </div>
296
+
297
+ </div>
298
+
299
+ <!-- Bottom home pill -->
300
+ <div class="home-pill"></div>
301
+ </div>
302
+ </body>
303
+ </html>
code/13598/13598_9.html ADDED
@@ -0,0 +1,266 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Filter Panel</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: #111213;
15
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
16
+ color: #EDEDED;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ width: 1080px;
25
+ height: 96px;
26
+ color: #fff;
27
+ font-size: 36px;
28
+ line-height: 96px;
29
+ padding: 0 32px;
30
+ box-sizing: border-box;
31
+ display: flex;
32
+ align-items: center;
33
+ justify-content: space-between;
34
+ letter-spacing: 0.5px;
35
+ }
36
+ .status-icons {
37
+ display: flex;
38
+ align-items: center;
39
+ gap: 22px;
40
+ }
41
+ .status-icons svg { fill: none; stroke: #fff; stroke-width: 3; }
42
+
43
+ /* Underlying product list (dimmed) */
44
+ .content {
45
+ position: absolute;
46
+ top: 96px;
47
+ left: 0;
48
+ right: 0;
49
+ bottom: 0;
50
+ padding: 28px;
51
+ box-sizing: border-box;
52
+ opacity: 0.28;
53
+ }
54
+ .top-bar {
55
+ display: flex;
56
+ align-items: center;
57
+ gap: 16px;
58
+ color: #F5F5F5;
59
+ font-size: 38px;
60
+ margin: 8px 0 18px 8px;
61
+ }
62
+ .top-bar .title {
63
+ font-weight: 600;
64
+ letter-spacing: 0.5px;
65
+ }
66
+ .recommend {
67
+ color: #CFCFCF;
68
+ font-size: 26px;
69
+ letter-spacing: 2px;
70
+ margin: 18px 0 14px 8px;
71
+ }
72
+ .grid {
73
+ display: grid;
74
+ grid-template-columns: 1fr 1fr;
75
+ gap: 28px;
76
+ padding: 0 8px;
77
+ }
78
+ .card {
79
+ background: #1B1B1B;
80
+ border-radius: 8px;
81
+ overflow: hidden;
82
+ }
83
+ .img-ph {
84
+ width: 100%;
85
+ height: 520px;
86
+ background: #E0E0E0;
87
+ border: 1px solid #BDBDBD;
88
+ display: flex; align-items: center; justify-content: center;
89
+ color: #757575; font-size: 28px;
90
+ }
91
+ .card-body {
92
+ padding: 18px 18px 24px;
93
+ }
94
+ .price { font-weight: 700; font-size: 36px; margin-bottom: 6px; }
95
+ .brand { color: #E0E0E0; font-size: 26px; letter-spacing: 0.2px; }
96
+ .desc { color: #BDBDBD; font-size: 24px; margin-top: 4px; }
97
+
98
+ /* Filter side panel */
99
+ .filter-panel {
100
+ position: absolute;
101
+ top: 120px;
102
+ left: 140px;
103
+ width: 760px;
104
+ height: 1960px;
105
+ background: #232323;
106
+ border-radius: 6px;
107
+ box-shadow: 0 24px 60px rgba(0,0,0,0.55);
108
+ overflow: hidden;
109
+ }
110
+ .panel-header {
111
+ height: 136px;
112
+ background: #2A2A2A;
113
+ display: flex;
114
+ align-items: center;
115
+ justify-content: space-between;
116
+ padding: 0 36px;
117
+ box-sizing: border-box;
118
+ border-bottom: 1px solid #3A3A3A;
119
+ }
120
+ .panel-header .title {
121
+ font-size: 44px;
122
+ font-weight: 700;
123
+ letter-spacing: 1px;
124
+ }
125
+ .clear-btn {
126
+ background: #E6E6E6;
127
+ color: #2B2B2B;
128
+ border-radius: 6px;
129
+ padding: 18px 26px;
130
+ font-weight: 700;
131
+ letter-spacing: 2px;
132
+ font-size: 28px;
133
+ }
134
+ .rows {
135
+ height: calc(100% - 136px);
136
+ overflow: hidden;
137
+ }
138
+ .row {
139
+ height: 132px;
140
+ display: flex;
141
+ align-items: center;
142
+ justify-content: space-between;
143
+ padding: 0 36px;
144
+ box-sizing: border-box;
145
+ border-bottom: 1px solid #3A3A3A;
146
+ }
147
+ .row .label {
148
+ font-size: 36px;
149
+ color: #EAEAEA;
150
+ }
151
+ .row .value {
152
+ font-size: 32px;
153
+ color: #BFBFBF;
154
+ }
155
+
156
+ /* Floating bottom action button */
157
+ .bottom-cta-wrap {
158
+ position: absolute;
159
+ left: 0;
160
+ right: 0;
161
+ bottom: 190px;
162
+ display: flex;
163
+ justify-content: center;
164
+ pointer-events: none;
165
+ }
166
+ .cta {
167
+ width: 900px;
168
+ height: 136px;
169
+ background: #EDEDED;
170
+ color: #222;
171
+ border-radius: 10px;
172
+ display: flex; align-items: center; justify-content: center;
173
+ font-weight: 800;
174
+ letter-spacing: 3px;
175
+ font-size: 36px;
176
+ pointer-events: auto;
177
+ box-shadow: 0 12px 30px rgba(0,0,0,0.35);
178
+ }
179
+
180
+ /* Gesture bar */
181
+ .gesture {
182
+ position: absolute;
183
+ bottom: 80px;
184
+ left: 50%;
185
+ transform: translateX(-50%);
186
+ width: 280px;
187
+ height: 10px;
188
+ background: #DCDCDC;
189
+ border-radius: 6px;
190
+ opacity: 0.9;
191
+ }
192
+ </style>
193
+ </head>
194
+ <body>
195
+ <div id="render-target">
196
+ <!-- Status bar -->
197
+ <div class="status-bar">
198
+ <div class="time">1:36</div>
199
+ <div class="status-icons">
200
+ <span style="font-size:28px;">76°</span>
201
+ <svg width="30" height="30" viewBox="0 0 24 24"><path d="M2 12l4-4 4 4" stroke-linecap="round" stroke-linejoin="round"/></svg>
202
+ <svg width="30" height="30" 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>
203
+ <svg width="30" height="30" viewBox="0 0 24 24"><rect x="3" y="7" width="18" height="10" rx="2" stroke="#fff" fill="none"/><rect x="5" y="9" width="14" height="6" fill="#fff"/></svg>
204
+ </div>
205
+ </div>
206
+
207
+ <!-- Underlying content (dimmed) -->
208
+ <div class="content">
209
+ <div class="top-bar">
210
+ <svg width="36" height="36" viewBox="0 0 24 24" style="stroke:#fff;fill:none;stroke-width:2;">
211
+ <path d="M15 18l-6-6 6-6" stroke-linecap="round" stroke-linejoin="round"/>
212
+ </svg>
213
+ <div class="title">"T-Shirts"</div>
214
+ </div>
215
+ <div class="recommend">RECOMMENDED</div>
216
+ <div class="grid">
217
+ <div class="card">
218
+ <div class="img-ph">[IMG: Product Photo]</div>
219
+ <div class="card-body">
220
+ <div class="price">$12.99</div>
221
+ <div class="brand">COLLUSION</div>
222
+ <div class="desc">white tee</div>
223
+ </div>
224
+ </div>
225
+ <div class="card">
226
+ <div class="img-ph">[IMG: Product Photo]</div>
227
+ <div class="card-body">
228
+ <div class="price">$29.99</div>
229
+ <div class="brand">ASOS DESIGN</div>
230
+ <div class="desc">oversized t-shirt</div>
231
+ </div>
232
+ </div>
233
+ </div>
234
+ </div>
235
+
236
+ <!-- Filter panel -->
237
+ <div class="filter-panel">
238
+ <div class="panel-header">
239
+ <div class="title">FILTER</div>
240
+ <div class="clear-btn">CLEAR</div>
241
+ </div>
242
+ <div class="rows">
243
+ <div class="row"><div class="label">Sale/new Season</div><div class="value">All</div></div>
244
+ <div class="row"><div class="label">Gender</div><div class="value">Men</div></div>
245
+ <div class="row"><div class="label">Discount %</div><div class="value">All</div></div>
246
+ <div class="row"><div class="label">Product Type</div><div class="value">All</div></div>
247
+ <div class="row"><div class="label">Style</div><div class="value">All</div></div>
248
+ <div class="row"><div class="label">Design</div><div class="value">All</div></div>
249
+ <div class="row"><div class="label">Product Fit</div><div class="value">All</div></div>
250
+ <div class="row"><div class="label">Body Fit</div><div class="value">All</div></div>
251
+ <div class="row"><div class="label">Neckline</div><div class="value">All</div></div>
252
+ <div class="row"><div class="label">Size</div><div class="value">All</div></div>
253
+ <div class="row"><div class="label">Color</div><div class="value">All</div></div>
254
+ </div>
255
+ </div>
256
+
257
+ <!-- Bottom CTA -->
258
+ <div class="bottom-cta-wrap">
259
+ <div class="cta">VIEW ITEMS</div>
260
+ </div>
261
+
262
+ <!-- Gesture bar -->
263
+ <div class="gesture"></div>
264
+ </div>
265
+ </body>
266
+ </html>
code/13599/13599_0.html ADDED
@@ -0,0 +1,298 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Recorder Mock</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: #F7F6FA;
15
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
16
+ color: #212121;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ width: 1080px;
25
+ height: 100px;
26
+ padding: 0 32px;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ color: #333;
31
+ font-size: 34px;
32
+ letter-spacing: 0.5px;
33
+ }
34
+ .status-right {
35
+ display: flex;
36
+ align-items: center;
37
+ gap: 22px;
38
+ }
39
+ .sb-icon { width: 36px; height: 36px; }
40
+
41
+ /* App bar */
42
+ .app-bar {
43
+ position: absolute;
44
+ top: 100px;
45
+ left: 0;
46
+ width: 100%;
47
+ height: 140px;
48
+ display: flex;
49
+ align-items: center;
50
+ padding: 0 32px;
51
+ }
52
+ .app-title {
53
+ display: flex;
54
+ align-items: center;
55
+ gap: 22px;
56
+ font-weight: 700;
57
+ font-size: 64px;
58
+ }
59
+ .crown { width: 48px; height: 48px; }
60
+ .gear {
61
+ margin-left: auto;
62
+ width: 54px; height: 54px;
63
+ }
64
+
65
+ /* Tabs */
66
+ .tabs {
67
+ position: absolute;
68
+ top: 240px;
69
+ left: 0;
70
+ width: 100%;
71
+ display: flex;
72
+ padding: 10px 0 0 0;
73
+ }
74
+ .tab {
75
+ width: 50%;
76
+ text-align: center;
77
+ color: #6A6A6A;
78
+ }
79
+ .tab svg { display: block; margin: 0 auto; }
80
+ .tab .label {
81
+ margin-top: 8px;
82
+ font-size: 32px;
83
+ letter-spacing: 1px;
84
+ }
85
+ .tab.active { color: #3D5AFE; }
86
+ .tab-indicator {
87
+ position: absolute;
88
+ top: 320px;
89
+ left: 560px; /* centered under the right tab */
90
+ width: 320px;
91
+ height: 6px;
92
+ background: #3D5AFE;
93
+ border-radius: 4px;
94
+ transform: translateX(-160px);
95
+ }
96
+
97
+ /* Ad banner placeholder */
98
+ .ad-banner {
99
+ position: absolute;
100
+ top: 346px;
101
+ left: 30px;
102
+ width: 1020px;
103
+ height: 170px;
104
+ background: #E0E0E0;
105
+ border: 1px solid #BDBDBD;
106
+ display: flex;
107
+ align-items: center;
108
+ justify-content: center;
109
+ color: #757575;
110
+ font-size: 34px;
111
+ }
112
+ .ad-badge {
113
+ position: absolute;
114
+ top: 352px;
115
+ right: 72px;
116
+ display: flex;
117
+ gap: 12px;
118
+ }
119
+ .circle-btn {
120
+ width: 44px; height: 44px;
121
+ border-radius: 50%;
122
+ background: #FFFFFF;
123
+ border: 1px solid #BDBDBD;
124
+ display: flex; align-items: center; justify-content: center;
125
+ color: #4F4F4F;
126
+ font-weight: 600;
127
+ font-size: 28px;
128
+ }
129
+
130
+ /* Recording list item */
131
+ .list {
132
+ position: absolute;
133
+ top: 566px;
134
+ left: 30px;
135
+ right: 30px;
136
+ }
137
+ .item {
138
+ display: flex;
139
+ align-items: center;
140
+ padding: 26px 10px;
141
+ border-radius: 12px;
142
+ }
143
+ .play-btn {
144
+ width: 96px; height: 96px;
145
+ border-radius: 50%;
146
+ border: 3px solid #1E1E1E;
147
+ display: flex; align-items: center; justify-content: center;
148
+ margin-right: 28px;
149
+ }
150
+ .item-content {
151
+ flex: 1;
152
+ }
153
+ .title-row {
154
+ display: flex;
155
+ align-items: center;
156
+ gap: 16px;
157
+ }
158
+ .title {
159
+ font-size: 44px;
160
+ font-weight: 600;
161
+ color: #2B2B2B;
162
+ }
163
+ .meta {
164
+ margin-top: 12px;
165
+ display: flex;
166
+ align-items: center;
167
+ gap: 18px;
168
+ }
169
+ .pill {
170
+ background: #E6E9FF;
171
+ color: #3D5AFE;
172
+ font-weight: 600;
173
+ padding: 8px 14px;
174
+ border-radius: 10px;
175
+ font-size: 28px;
176
+ }
177
+ .date {
178
+ color: #777;
179
+ font-size: 28px;
180
+ }
181
+ .item-actions {
182
+ display: flex;
183
+ align-items: center;
184
+ gap: 26px;
185
+ padding: 0 12px;
186
+ }
187
+
188
+ /* Bottom gesture bar */
189
+ .gesture {
190
+ position: absolute;
191
+ bottom: 32px;
192
+ left: 50%;
193
+ width: 320px;
194
+ height: 10px;
195
+ background: #8E8E8E;
196
+ border-radius: 6px;
197
+ transform: translateX(-50%);
198
+ opacity: 0.9;
199
+ }
200
+ </style>
201
+ </head>
202
+ <body>
203
+ <div id="render-target">
204
+
205
+ <!-- Status Bar -->
206
+ <div class="status-bar">
207
+ <div class="status-left">8:49</div>
208
+ <div class="status-right">
209
+ <!-- simple cellular icon -->
210
+ <svg class="sb-icon" viewBox="0 0 24 24" fill="#555"><path d="M2 20h2V8H2v12zm6 0h2V4H8v16zm6 0h2V12h-2v8zm6 0h2V2h-2v18z"/></svg>
211
+ <!-- wifi icon -->
212
+ <svg class="sb-icon" viewBox="0 0 24 24" fill="#555"><path d="M12 18a2 2 0 1 0 .001 3.999A2 2 0 0 0 12 18zm-6.6-5.2 1.4 1.4A7 7 0 0 1 12 13a7 7 0 0 1 5.2 1.2l1.4-1.4A9 9 0 0 0 12 11a9 9 0 0 0-6.6 1.8zM2 8.8l1.4 1.4A13 13 0 0 1 12 8c3.3 0 6.3 1.2 8.6 3.2L22 8.8A15 15 0 0 0 12 6 15 15 0 0 0 2 8.8z"/></svg>
213
+ <!-- battery icon -->
214
+ <svg class="sb-icon" viewBox="0 0 28 24" fill="none" stroke="#555" stroke-width="2">
215
+ <rect x="2" y="6" width="20" height="12" rx="2"></rect>
216
+ <rect x="23" y="9" width="3" height="6" rx="1" fill="#555" stroke="none"></rect>
217
+ <rect x="4" y="8" width="16" height="8" fill="#555" stroke="none"></rect>
218
+ </svg>
219
+ </div>
220
+ </div>
221
+
222
+ <!-- App Bar -->
223
+ <div class="app-bar">
224
+ <div class="app-title">
225
+ <svg class="crown" viewBox="0 0 24 24">
226
+ <path d="M3 7 7 12l5-6 5 6 4-5v11H3V7z" fill="#D4AF37"></path>
227
+ </svg>
228
+ <span>Recorder</span>
229
+ </div>
230
+ <svg class="gear" viewBox="0 0 24 24" fill="none" stroke="#212121" stroke-width="2">
231
+ <circle cx="12" cy="12" r="3"></circle>
232
+ <path d="M4 12a8 8 0 0 0 .3 2l-2 1 2 3 2-1a8 8 0 0 0 2 1.2l.4 2.3h4l.4-2.3a8 8 0 0 0 2-1.2l2 1 2-3-2-1a8 8 0 0 0 0-4l2-1-2-3-2 1a8 8 0 0 0-2-1.2L13 3h-4l-.4 2.3A8 8 0 0 0 6.6 6.5l-2-1-2 3 2 1c-.2.7-.3 1.3-.3 2z"></path>
233
+ </svg>
234
+ </div>
235
+
236
+ <!-- Tabs -->
237
+ <div class="tabs">
238
+ <div class="tab">
239
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="currentColor">
240
+ <path d="M12 14a3 3 0 0 0 3-3V6a3 3 0 1 0-6 0v5a3 3 0 0 0 3 3zm5 0h-1a4 4 0 0 1-8 0H7a5 5 0 0 0 10 0z"/>
241
+ </svg>
242
+ <div class="label">RECORD</div>
243
+ </div>
244
+ <div class="tab active">
245
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="currentColor">
246
+ <path d="M4 6h10v2H4V6zm0 5h10v2H4v-2zm0 5h10v2H4v-2zM18 6l3 3-3 3V6z"/>
247
+ </svg>
248
+ <div class="label">LISTEN</div>
249
+ </div>
250
+ <div class="tab-indicator"></div>
251
+ </div>
252
+
253
+ <!-- Ad banner -->
254
+ <div class="ad-banner">[IMG: Promotional banner ad]</div>
255
+ <div class="ad-badge">
256
+ <div class="circle-btn">i</div>
257
+ <div class="circle-btn">×</div>
258
+ </div>
259
+
260
+ <!-- Recording list -->
261
+ <div class="list">
262
+ <div class="item">
263
+ <div class="play-btn">
264
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#1E1E1E">
265
+ <path d="M8 5v14l11-7z"></path>
266
+ </svg>
267
+ </div>
268
+ <div class="item-content">
269
+ <div class="title-row">
270
+ <div class="title">My recording 3</div>
271
+ </div>
272
+ <div class="meta">
273
+ <div class="pill">00:16</div>
274
+ <div class="date">Dec 04, 08:42 AM</div>
275
+ </div>
276
+ </div>
277
+ <div class="item-actions">
278
+ <!-- Scissors -->
279
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#222" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
280
+ <circle cx="6" cy="6" r="2"></circle>
281
+ <circle cx="6" cy="18" r="2"></circle>
282
+ <path d="M8 7l8 5-8 5M14 12l6-9"></path>
283
+ </svg>
284
+ <!-- More/overflow -->
285
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#222">
286
+ <circle cx="12" cy="5" r="2"></circle>
287
+ <circle cx="12" cy="12" r="2"></circle>
288
+ <circle cx="12" cy="19" r="2"></circle>
289
+ </svg>
290
+ </div>
291
+ </div>
292
+ </div>
293
+
294
+ <!-- Bottom gesture bar -->
295
+ <div class="gesture"></div>
296
+ </div>
297
+ </body>
298
+ </html>
code/13599/13599_1.html ADDED
@@ -0,0 +1,290 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Recorder UI</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;
13
+ border-radius:28px;
14
+ box-shadow:0 8px 30px rgba(0,0,0,0.15);
15
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
16
+ color:#212121;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position:absolute; top:0; left:0; right:0;
22
+ height:110px; padding:0 36px;
23
+ display:flex; align-items:flex-end; justify-content:space-between;
24
+ font-size:42px; color:#2b2b2b;
25
+ }
26
+ .status-icons { display:flex; align-items:center; gap:26px; }
27
+ .status-icon { width:40px; height:40px; }
28
+
29
+ /* Header */
30
+ .app-header {
31
+ position:absolute; top:120px; left:36px; right:36px;
32
+ display:flex; align-items:center; justify-content:space-between;
33
+ }
34
+ .title-wrap { display:flex; align-items:center; gap:22px; }
35
+ .app-title {
36
+ font-weight:700; font-size:84px; letter-spacing:0.3px;
37
+ }
38
+ .icon-btn { width:72px; height:72px; display:flex; align-items:center; justify-content:center; }
39
+
40
+ /* Tabs */
41
+ .tabs {
42
+ position:absolute; top:250px; left:36px; right:36px;
43
+ display:flex; align-items:center; justify-content:space-between;
44
+ }
45
+ .tab {
46
+ display:flex; align-items:center; gap:22px;
47
+ color:#757575; font-weight:600; font-size:40px; letter-spacing:2px;
48
+ }
49
+ .tab .label { transform:translateY(12px); }
50
+ .tab.active { color:#1A73E8; }
51
+ .active-underline {
52
+ position:absolute; right:48px; top:370px;
53
+ width:350px; height:8px; background:#1A73E8; border-radius:4px;
54
+ }
55
+
56
+ /* Ad banner */
57
+ .ad-banner {
58
+ position:absolute; top:410px; left:36px; right:36px;
59
+ height:170px;
60
+ background:#E0E0E0; border:1px solid #BDBDBD;
61
+ display:flex; align-items:center; justify-content:center;
62
+ color:#757575; font-size:36px;
63
+ }
64
+
65
+ /* Recording list item */
66
+ .list-item {
67
+ position:absolute; top:630px; left:36px; right:36px;
68
+ display:flex; align-items:flex-start; justify-content:space-between;
69
+ }
70
+ .play-btn {
71
+ width:120px; height:120px; border-radius:60px;
72
+ border:4px solid #5E5E5E;
73
+ display:flex; align-items:center; justify-content:center;
74
+ margin-top:6px;
75
+ }
76
+ .play-btn svg { width:46px; height:46px; }
77
+ .item-main { flex:1; margin-left:28px; }
78
+ .item-title { font-size:58px; font-weight:600; margin-bottom:18px; }
79
+ .meta { display:flex; align-items:center; gap:24px; color:#616161; font-size:34px; }
80
+ .pill {
81
+ background:#DEE7FF; color:#2E4ACB; border-radius:16px;
82
+ padding:8px 18px; font-weight:600;
83
+ }
84
+ .item-actions { display:flex; align-items:center; gap:48px; }
85
+
86
+ /* Bottom sheet and overlay */
87
+ .overlay {
88
+ position:absolute; left:0; top:0; width:100%; height:100%;
89
+ background:rgba(0,0,0,0.45);
90
+ }
91
+ .sheet {
92
+ position:absolute; left:0; right:0; bottom:0;
93
+ height:920px;
94
+ background:#F7F5F7;
95
+ border-top-left-radius:42px; border-top-right-radius:42px;
96
+ box-shadow:0 -10px 30px rgba(0,0,0,0.25);
97
+ padding:32px 36px 24px 36px;
98
+ }
99
+ .sheet-list { margin-top:32px; }
100
+ .sheet-item {
101
+ display:flex; align-items:center; gap:32px;
102
+ height:150px; border-radius:28px;
103
+ padding:0 12px;
104
+ }
105
+ .sheet-item .text { font-size:44px; color:#222; }
106
+ .sheet-item .icon { width:68px; height:68px; display:flex; align-items:center; justify-content:center; }
107
+
108
+ .sheet-divider {
109
+ position:absolute; left:0; right:0; bottom:110px;
110
+ height:2px; background:#DADADA;
111
+ }
112
+ .cancel {
113
+ position:absolute; left:0; right:0; bottom:60px;
114
+ text-align:center; font-size:40px; color:#565656; letter-spacing:2px;
115
+ }
116
+ .home-bar {
117
+ position:absolute; left:50%; bottom:20px; transform:translateX(-50%);
118
+ width:240px; height:10px; background:#777; border-radius:6px;
119
+ }
120
+ </style>
121
+ </head>
122
+ <body>
123
+ <div id="render-target">
124
+
125
+ <!-- Status bar -->
126
+ <div class="status-bar">
127
+ <div class="time">8:50</div>
128
+ <div class="status-icons">
129
+ <!-- simple cellular icon -->
130
+ <svg class="status-icon" viewBox="0 0 24 24">
131
+ <rect x="2" y="14" width="3" height="8" fill="#2b2b2b"></rect>
132
+ <rect x="7" y="10" width="3" height="12" fill="#2b2b2b"></rect>
133
+ <rect x="12" y="6" width="3" height="16" fill="#2b2b2b"></rect>
134
+ <rect x="17" y="2" width="3" height="20" fill="#2b2b2b"></rect>
135
+ </svg>
136
+ <!-- wifi -->
137
+ <svg class="status-icon" viewBox="0 0 24 24">
138
+ <path d="M2 8c5-4 15-4 20 0" stroke="#2b2b2b" stroke-width="3" fill="none" stroke-linecap="round"></path>
139
+ <path d="M5 12c4-3 10-3 14 0" stroke="#2b2b2b" stroke-width="3" fill="none" stroke-linecap="round"></path>
140
+ <path d="M9 16c2-2 4-2 6 0" stroke="#2b2b2b" stroke-width="3" fill="none" stroke-linecap="round"></path>
141
+ <circle cx="12" cy="19" r="2" fill="#2b2b2b"></circle>
142
+ </svg>
143
+ <!-- battery -->
144
+ <svg class="status-icon" viewBox="0 0 28 24">
145
+ <rect x="2" y="6" width="22" height="12" rx="2" ry="2" stroke="#2b2b2b" stroke-width="2" fill="none"></rect>
146
+ <rect x="4" y="8" width="16" height="8" fill="#2b2b2b"></rect>
147
+ <rect x="24" y="9" width="2.5" height="6" fill="#2b2b2b"></rect>
148
+ </svg>
149
+ </div>
150
+ </div>
151
+
152
+ <!-- App header -->
153
+ <div class="app-header">
154
+ <div class="title-wrap">
155
+ <!-- crown icon -->
156
+ <svg width="56" height="56" viewBox="0 0 24 24">
157
+ <path d="M3 18l2-9 5 4 4-4 7 9H3z" fill="#D4A018"></path>
158
+ <rect x="3" y="18" width="18" height="3" fill="#B88A13"></rect>
159
+ </svg>
160
+ <div class="app-title">Recorder</div>
161
+ </div>
162
+ <div class="icon-btn">
163
+ <!-- settings gear -->
164
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="none">
165
+ <circle cx="12" cy="12" r="3.5" stroke="#2b2b2b" stroke-width="2"></circle>
166
+ <path d="M12 2v3M12 19v3M2 12h3M19 12h3M4.5 4.5l2.2 2.2M17.3 17.3l2.2 2.2M19.5 4.5l-2.2 2.2M6.7 17.3l-2.2 2.2" stroke="#2b2b2b" stroke-width="2" stroke-linecap="round"></path>
167
+ </svg>
168
+ </div>
169
+ </div>
170
+
171
+ <!-- Tabs -->
172
+ <div class="tabs">
173
+ <div class="tab">
174
+ <!-- mic icon -->
175
+ <svg width="52" height="52" viewBox="0 0 24 24" fill="none">
176
+ <rect x="8" y="3" width="8" height="12" rx="4" stroke="#757575" stroke-width="2"></rect>
177
+ <path d="M5 11c0 4 3 7 7 7s7-3 7-7" stroke="#757575" stroke-width="2" fill="none"></path>
178
+ <path d="M12 18v3" stroke="#757575" stroke-width="2" stroke-linecap="round"></path>
179
+ </svg>
180
+ <div class="label">RECORD</div>
181
+ </div>
182
+ <div class="tab active">
183
+ <!-- lines + check icon -->
184
+ <svg width="52" height="52" viewBox="0 0 24 24" fill="none">
185
+ <path d="M3 6h12M3 12h12M3 18h8" stroke="#1A73E8" stroke-width="2" stroke-linecap="round"></path>
186
+ <path d="M17 15l2 2 4-4" stroke="#1A73E8" stroke-width="2" fill="none" stroke-linecap="round"></path>
187
+ </svg>
188
+ <div class="label">LISTEN</div>
189
+ </div>
190
+ </div>
191
+ <div class="active-underline"></div>
192
+
193
+ <!-- Ad banner -->
194
+ <div class="ad-banner">[IMG: Ad banner]</div>
195
+
196
+ <!-- Single recording item -->
197
+ <div class="list-item">
198
+ <div class="play-btn">
199
+ <svg viewBox="0 0 24 24">
200
+ <polygon points="8,6 18,12 8,18" fill="#5E5E5E"></polygon>
201
+ </svg>
202
+ </div>
203
+ <div class="item-main">
204
+ <div class="item-title">My recording 3</div>
205
+ <div class="meta">
206
+ <span class="pill">00:16</span>
207
+ <span>Dec 04, 08:42 AM</span>
208
+ </div>
209
+ </div>
210
+ <div class="item-actions">
211
+ <!-- scissors -->
212
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="none">
213
+ <circle cx="6" cy="6" r="2.5" stroke="#2b2b2b" stroke-width="2"></circle>
214
+ <circle cx="6" cy="18" r="2.5" stroke="#2b2b2b" stroke-width="2"></circle>
215
+ <path d="M8 7l12 6M8 17l12-6" stroke="#2b2b2b" stroke-width="2" stroke-linecap="round"></path>
216
+ </svg>
217
+ <!-- share -->
218
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="none">
219
+ <circle cx="18" cy="5" r="3" stroke="#2b2b2b" stroke-width="2"></circle>
220
+ <circle cx="6" cy="12" r="3" stroke="#2b2b2b" stroke-width="2"></circle>
221
+ <circle cx="18" cy="19" r="3" stroke="#2b2b2b" stroke-width="2"></circle>
222
+ <path d="M8.7 11l7-4M8.7 13l7 4" stroke="#2b2b2b" stroke-width="2" stroke-linecap="round"></path>
223
+ </svg>
224
+ <!-- more (vertical dots) -->
225
+ <svg width="56" height="56" viewBox="0 0 24 24">
226
+ <circle cx="12" cy="5" r="2.3" fill="#2b2b2b"></circle>
227
+ <circle cx="12" cy="12" r="2.3" fill="#2b2b2b"></circle>
228
+ <circle cx="12" cy="19" r="2.3" fill="#2b2b2b"></circle>
229
+ </svg>
230
+ </div>
231
+ </div>
232
+
233
+ <!-- Dim overlay -->
234
+ <div class="overlay"></div>
235
+
236
+ <!-- Bottom sheet actions -->
237
+ <div class="sheet">
238
+ <div class="sheet-list">
239
+ <div class="sheet-item">
240
+ <div class="icon">
241
+ <!-- pencil -->
242
+ <svg width="68" height="68" viewBox="0 0 24 24" fill="none">
243
+ <path d="M3 17l1-4 9-9 4 4-9 9-4 1z" stroke="#2b2b2b" stroke-width="2" fill="none"></path>
244
+ <path d="M13 4l4 4" stroke="#2b2b2b" stroke-width="2"></path>
245
+ </svg>
246
+ </div>
247
+ <div class="text">Rename</div>
248
+ </div>
249
+ <div class="sheet-item">
250
+ <div class="icon">
251
+ <!-- scissors -->
252
+ <svg width="68" height="68" viewBox="0 0 24 24" fill="none">
253
+ <circle cx="6" cy="7" r="3" stroke="#2b2b2b" stroke-width="2"></circle>
254
+ <circle cx="6" cy="17" r="3" stroke="#2b2b2b" stroke-width="2"></circle>
255
+ <path d="M9 8l11 5M9 16l11-5" stroke="#2b2b2b" stroke-width="2" stroke-linecap="round"></path>
256
+ </svg>
257
+ </div>
258
+ <div class="text">Cut</div>
259
+ </div>
260
+ <div class="sheet-item">
261
+ <div class="icon">
262
+ <!-- share -->
263
+ <svg width="68" height="68" viewBox="0 0 24 24" fill="none">
264
+ <circle cx="18" cy="5" r="3" stroke="#2b2b2b" stroke-width="2"></circle>
265
+ <circle cx="6" cy="12" r="3" stroke="#2b2b2b" stroke-width="2"></circle>
266
+ <circle cx="18" cy="19" r="3" stroke="#2b2b2b" stroke-width="2"></circle>
267
+ <path d="M8.7 11l7-4M8.7 13l7 4" stroke="#2b2b2b" stroke-width="2" stroke-linecap="round"></path>
268
+ </svg>
269
+ </div>
270
+ <div class="text">Share</div>
271
+ </div>
272
+ <div class="sheet-item">
273
+ <div class="icon">
274
+ <!-- trash -->
275
+ <svg width="68" height="68" viewBox="0 0 24 24" fill="none">
276
+ <path d="M4 7h16M9 7V5h6v2M6 7l1 12h10l1-12" stroke="#2b2b2b" stroke-width="2" stroke-linecap="round"></path>
277
+ </svg>
278
+ </div>
279
+ <div class="text">Delete</div>
280
+ </div>
281
+ </div>
282
+ <div class="sheet-divider"></div>
283
+ <div class="cancel">CANCEL</div>
284
+ </div>
285
+
286
+ <!-- Home gesture bar -->
287
+ <div class="home-bar"></div>
288
+ </div>
289
+ </body>
290
+ </html>
code/13599/13599_2.html ADDED
@@ -0,0 +1,374 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Recorder - Rename Dialog</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: #F3F3F6;
15
+ font-family: Arial, Helvetica, sans-serif;
16
+ color: #1f1f1f;
17
+ }
18
+
19
+ /* App content (behind dialog) */
20
+ .statusbar {
21
+ height: 120px;
22
+ padding: 0 36px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ color: #1f1f1f;
27
+ font-size: 38px;
28
+ letter-spacing: 1px;
29
+ }
30
+ .status-left { display: flex; align-items: center; gap: 14px; }
31
+ .status-right { display: flex; align-items: center; gap: 22px; }
32
+
33
+ .header {
34
+ padding: 12px 36px 0;
35
+ display: flex;
36
+ align-items: center;
37
+ justify-content: space-between;
38
+ }
39
+ .title {
40
+ display: flex;
41
+ align-items: center;
42
+ gap: 20px;
43
+ font-size: 66px;
44
+ font-weight: 800;
45
+ }
46
+ .crown {
47
+ width: 54px; height: 54px;
48
+ }
49
+ .gear { width: 52px; height: 52px; }
50
+
51
+ .tabs {
52
+ padding: 24px 46px 10px;
53
+ display: flex;
54
+ align-items: flex-end;
55
+ justify-content: space-between;
56
+ }
57
+ .tab-col {
58
+ display: flex;
59
+ flex-direction: column;
60
+ align-items: center;
61
+ gap: 8px;
62
+ }
63
+ .tab-label {
64
+ font-size: 34px;
65
+ letter-spacing: 2px;
66
+ }
67
+ .tab-muted { color: #7c7c7c; }
68
+ .tab-active { color: #1F54FF; }
69
+ .active-underline {
70
+ width: 210px; height: 7px; border-radius: 7px; background: #1F54FF; margin-top: 12px;
71
+ }
72
+
73
+ .content-strip {
74
+ margin: 22px 36px 0;
75
+ height: 180px;
76
+ display: flex;
77
+ align-items: center;
78
+ gap: 18px;
79
+ }
80
+ .img-ph {
81
+ flex: 1;
82
+ height: 100%;
83
+ background: #E0E0E0;
84
+ border: 1px solid #BDBDBD;
85
+ display: flex;
86
+ justify-content: center;
87
+ align-items: center;
88
+ color: #757575;
89
+ font-size: 32px;
90
+ }
91
+ .kebab {
92
+ width: 14px;
93
+ height: 60%;
94
+ display: flex;
95
+ align-items: center;
96
+ justify-content: center;
97
+ }
98
+
99
+ /* Overlay and modal */
100
+ .overlay {
101
+ position: absolute;
102
+ inset: 0;
103
+ background: rgba(0,0,0,0.34);
104
+ }
105
+ .modal {
106
+ position: absolute;
107
+ left: 70px;
108
+ right: 70px;
109
+ top: 520px;
110
+ background: #FFFFFF;
111
+ border-radius: 28px;
112
+ box-shadow: 0 24px 60px rgba(0,0,0,0.3);
113
+ padding: 56px 54px 44px;
114
+ }
115
+ .modal-title {
116
+ text-align: center;
117
+ font-size: 64px;
118
+ font-weight: 700;
119
+ margin: 6px 0 40px;
120
+ letter-spacing: 0.5px;
121
+ }
122
+ .input-outline {
123
+ height: 168px;
124
+ border: 4px solid #2451FF;
125
+ border-radius: 24px;
126
+ padding: 38px 36px;
127
+ display: flex;
128
+ align-items: center;
129
+ font-size: 54px;
130
+ color: #2c2c2c;
131
+ }
132
+ .modal-actions {
133
+ display: flex;
134
+ justify-content: space-between;
135
+ align-items: center;
136
+ padding: 36px 10px 6px;
137
+ font-size: 48px;
138
+ }
139
+ .link {
140
+ color: #2451FF;
141
+ }
142
+
143
+ /* Keyboard */
144
+ .keyboard {
145
+ position: absolute;
146
+ left: 0; right: 0; bottom: 88px;
147
+ height: 880px;
148
+ background: #1E1A17;
149
+ border-top-left-radius: 26px;
150
+ border-top-right-radius: 26px;
151
+ color: #E9E3D6;
152
+ box-shadow: 0 -8px 18px rgba(0,0,0,0.25);
153
+ }
154
+ .kb-quickbar {
155
+ height: 120px;
156
+ display: flex;
157
+ align-items: center;
158
+ justify-content: space-around;
159
+ padding: 0 22px;
160
+ color: #E9E3D6;
161
+ }
162
+ .quick-icon {
163
+ width: 72px; height: 72px;
164
+ border-radius: 18px;
165
+ background: #2B2623;
166
+ display: flex; align-items: center; justify-content: center;
167
+ }
168
+ .kb-rows {
169
+ padding: 6px 18px 0;
170
+ }
171
+ .row {
172
+ display: flex;
173
+ justify-content: center;
174
+ gap: 16px;
175
+ margin: 22px 0;
176
+ }
177
+ .key {
178
+ min-width: 88px;
179
+ height: 118px;
180
+ background: #2B2623;
181
+ border-radius: 22px;
182
+ display: inline-flex;
183
+ align-items: center;
184
+ justify-content: center;
185
+ font-size: 44px;
186
+ }
187
+ .key-wide { min-width: 130px; }
188
+ .key-spacer { width: 24px; }
189
+ .key-peach {
190
+ background: #F0C4AB;
191
+ color: #1E1A17;
192
+ }
193
+ .key-circle {
194
+ width: 128px; height: 128px; border-radius: 999px;
195
+ display: inline-flex; align-items: center; justify-content: center;
196
+ background: #F0C4AB; color: #1E1A17; font-size: 52px;
197
+ }
198
+ .return {
199
+ width: 160px; height: 160px; border-radius: 999px;
200
+ background: #F0C4AB; color: #1E1A17;
201
+ font-weight: bold; font-size: 54px;
202
+ position: relative; top: -10px;
203
+ }
204
+
205
+ /* Bottom navigation pill */
206
+ .nav-pill {
207
+ position: absolute;
208
+ left: 50%;
209
+ transform: translateX(-50%);
210
+ bottom: 18px;
211
+ width: 260px; height: 10px;
212
+ border-radius: 10px;
213
+ background: #FFFFFF;
214
+ opacity: 0.95;
215
+ }
216
+ </style>
217
+ </head>
218
+ <body>
219
+ <div id="render-target">
220
+ <!-- Status bar -->
221
+ <div class="statusbar">
222
+ <div class="status-left">
223
+ <span>8:50</span>
224
+ </div>
225
+ <div class="status-right">
226
+ <!-- simple network "N" -->
227
+ <span style="font-weight:700;">N</span>
228
+ <!-- wifi -->
229
+ <svg width="38" height="38" viewBox="0 0 24 24" fill="none">
230
+ <path d="M12 18.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Z" fill="#1f1f1f"/>
231
+ <path d="M4 11c2.7-2.7 13.3-2.7 16 0" stroke="#1f1f1f" stroke-width="2" stroke-linecap="round"/>
232
+ <path d="M7 14c1.9-1.9 8.1-1.9 10 0" stroke="#1f1f1f" stroke-width="2" stroke-linecap="round"/>
233
+ </svg>
234
+ <!-- battery -->
235
+ <svg width="46" height="46" viewBox="0 0 32 20" fill="none">
236
+ <rect x="1" y="3" width="26" height="14" rx="3" stroke="#1f1f1f" stroke-width="2"/>
237
+ <rect x="4" y="6" width="20" height="8" rx="2" fill="#1f1f1f"/>
238
+ <rect x="27" y="7" width="4" height="6" rx="1" fill="#1f1f1f"/>
239
+ </svg>
240
+ </div>
241
+ </div>
242
+
243
+ <!-- App header -->
244
+ <div class="header">
245
+ <div class="title">
246
+ <!-- crown icon -->
247
+ <svg class="crown" viewBox="0 0 24 24">
248
+ <path d="M3 17h18l-2-9-5 4-4-6-5 6-2-4z" fill="#C8A750"/>
249
+ </svg>
250
+ <span>Recorder</span>
251
+ </div>
252
+ <!-- settings gear -->
253
+ <svg class="gear" viewBox="0 0 24 24" fill="none">
254
+ <circle cx="12" cy="12" r="3" stroke="#1f1f1f" stroke-width="2"/>
255
+ <path d="M12 2v3M12 19v3M4.9 4.9l2.2 2.2M16.9 16.9l2.2 2.2M2 12h3M19 12h3M4.9 19.1l2.2-2.2M16.9 7.1l2.2-2.2"
256
+ stroke="#1f1f1f" stroke-width="2" stroke-linecap="round"/>
257
+ </svg>
258
+ </div>
259
+
260
+ <!-- Tabs -->
261
+ <div class="tabs">
262
+ <div class="tab-col">
263
+ <!-- mic icon -->
264
+ <svg width="52" height="52" viewBox="0 0 24 24" fill="none">
265
+ <rect x="9" y="3" width="6" height="10" rx="3" fill="#7c7c7c"/>
266
+ <path d="M5 11a7 7 0 0 0 14 0" stroke="#7c7c7c" stroke-width="2"/>
267
+ <path d="M12 18v3" stroke="#7c7c7c" stroke-width="2" stroke-linecap="round"/>
268
+ </svg>
269
+ <div class="tab-label tab-muted">RECORD</div>
270
+ </div>
271
+ <div class="tab-col">
272
+ <!-- list/filter/check icon -->
273
+ <svg width="52" height="52" viewBox="0 0 24 24" fill="none">
274
+ <path d="M4 6h16M4 12h12M4 18h8" stroke="#1F54FF" stroke-width="2" stroke-linecap="round"/>
275
+ <path d="M17 12l2 2 3-4" stroke="#1F54FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
276
+ </svg>
277
+ <div class="tab-label tab-active">LISTEN</div>
278
+ <div class="active-underline"></div>
279
+ </div>
280
+ </div>
281
+
282
+ <!-- Content strip with an image placeholder and menu dots -->
283
+ <div class="content-strip">
284
+ <div class="img-ph">[IMG: Audio/Playlist Banner]</div>
285
+ <div class="kebab">
286
+ <svg width="18" height="60" viewBox="0 0 6 18" fill="#1f1f1f">
287
+ <circle cx="3" cy="3" r="3"/><circle cx="3" cy="9" r="3"/><circle cx="3" cy="15" r="3"/>
288
+ </svg>
289
+ </div>
290
+ </div>
291
+
292
+ <!-- Dim overlay -->
293
+ <div class="overlay"></div>
294
+
295
+ <!-- Rename modal -->
296
+ <div class="modal">
297
+ <div class="modal-title">Rename</div>
298
+ <div class="input-outline">My recording 3</div>
299
+ <div class="modal-actions">
300
+ <div class="link">Cancel</div>
301
+ <div class="link">Ok</div>
302
+ </div>
303
+ </div>
304
+
305
+ <!-- Keyboard -->
306
+ <div class="keyboard">
307
+ <div class="kb-quickbar">
308
+ <div class="quick-icon">
309
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#E9E3D6">
310
+ <rect x="3" y="3" width="7" height="7" rx="1"/><rect x="14" y="3" width="7" height="7" rx="1"/>
311
+ <rect x="3" y="14" width="7" height="7" rx="1"/><rect x="14" y="14" width="7" height="7" rx="1"/>
312
+ </svg>
313
+ </div>
314
+ <div class="quick-icon">
315
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#E9E3D6">
316
+ <circle cx="12" cy="8" r="4"/><path d="M4 21c2-4 14-4 16 0" />
317
+ </svg>
318
+ </div>
319
+ <div class="quick-icon"><span style="font-weight:800;">GIF</span></div>
320
+ <div class="quick-icon">
321
+ <svg width="40" height="40" viewBox="0 0 24 24" stroke="#E9E3D6" fill="none" stroke-width="2">
322
+ <circle cx="12" cy="12" r="7"/><path d="M12 8v4l3 2"/>
323
+ </svg>
324
+ </div>
325
+ <div class="quick-icon">
326
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#E9E3D6">
327
+ <path d="M12 3l4 8H8l4-8Zm-6 14h12l-6 4-6-4Z"/>
328
+ </svg>
329
+ </div>
330
+ <div class="quick-icon">
331
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#E9E3D6">
332
+ <circle cx="6" cy="18" r="3"/><circle cx="12" cy="6" r="3"/><circle cx="18" cy="18" r="3"/>
333
+ </svg>
334
+ </div>
335
+ <div class="quick-icon">
336
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#E9E3D6">
337
+ <circle cx="12" cy="12" r="9" opacity="0.15"/>
338
+ <path d="M12 4a4 4 0 0 0-4 4v3a4 4 0 0 0 8 0V8a4 4 0 0 0-4-4Z"/>
339
+ <path d="M8 13.5c0 2.2 1.8 4 4 4s4-1.8 4-4" stroke="#E9E3D6" stroke-width="2" fill="none"/>
340
+ </svg>
341
+ </div>
342
+ </div>
343
+
344
+ <div class="kb-rows">
345
+ <div class="row">
346
+ <span class="key">q</span><span class="key">w</span><span class="key">e</span><span class="key">r</span><span class="key">t</span><span class="key">y</span>
347
+ <span class="key">u</span><span class="key">i</span><span class="key">o</span><span class="key">p</span>
348
+ </div>
349
+ <div class="row" style="gap:18px;">
350
+ <span class="key key-spacer" style="background: transparent;"></span>
351
+ <span class="key">a</span><span class="key">s</span><span class="key">d</span><span class="key">f</span><span class="key">g</span>
352
+ <span class="key">h</span><span class="key">j</span><span class="key">k</span><span class="key">l</span>
353
+ <span class="key key-spacer" style="background: transparent;"></span>
354
+ </div>
355
+ <div class="row">
356
+ <span class="key key-wide">⇧</span>
357
+ <span class="key">z</span><span class="key">x</span><span class="key">c</span><span class="key">v</span><span class="key">b</span><span class="key">n</span><span class="key">m</span>
358
+ <span class="key key-wide">⌫</span>
359
+ </div>
360
+ <div class="row" style="align-items:center;">
361
+ <span class="key-circle key-peach">?123</span>
362
+ <span class="key" style="min-width:88px">,</span>
363
+ <span class="key" style="min-width:540px">space</span>
364
+ <span class="key" style="min-width:88px">.</span>
365
+ <span class="return">✓</span>
366
+ </div>
367
+ </div>
368
+ </div>
369
+
370
+ <!-- bottom navigation pill -->
371
+ <div class="nav-pill"></div>
372
+ </div>
373
+ </body>
374
+ </html>
code/13599/13599_3.html ADDED
@@ -0,0 +1,284 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Recorder - Rename Dialog</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #F4F4F6;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ height: 120px;
20
+ padding: 0 36px;
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ color: #222;
25
+ font-weight: 600;
26
+ font-size: 40px;
27
+ }
28
+ .status-right { display: flex; align-items: center; gap: 26px; color: #333; }
29
+ .icon { width: 40px; height: 40px; }
30
+
31
+ /* Header */
32
+ .app-header {
33
+ padding: 10px 44px 0 44px;
34
+ display: flex;
35
+ align-items: center;
36
+ justify-content: space-between;
37
+ }
38
+ .title-wrap { display: flex; align-items: center; gap: 26px; }
39
+ .crown { width: 48px; height: 48px; color: #B78A0A; }
40
+ .gear { width: 52px; height: 52px; color: #222; }
41
+ .title {
42
+ font-size: 88px;
43
+ font-weight: 800;
44
+ color: #111;
45
+ letter-spacing: 0.3px;
46
+ }
47
+
48
+ /* Tabs */
49
+ .tabs {
50
+ padding: 26px 60px 0 60px;
51
+ display: flex;
52
+ gap: 60px;
53
+ align-items: flex-start;
54
+ color: #6a6a6a;
55
+ }
56
+ .tab {
57
+ display: flex;
58
+ flex-direction: column;
59
+ align-items: center;
60
+ gap: 10px;
61
+ font-weight: 700;
62
+ letter-spacing: 3px;
63
+ }
64
+ .tab svg { width: 50px; height: 50px; }
65
+ .tab.record { color: #7b7b7b; }
66
+ .tab.listen { color: #2147CC; }
67
+ .underline {
68
+ width: 300px;
69
+ height: 6px;
70
+ background: #2147CC;
71
+ border-radius: 3px;
72
+ margin-left: auto;
73
+ margin-right: 60px;
74
+ margin-top: 16px;
75
+ }
76
+
77
+ /* Content placeholder */
78
+ .content {
79
+ margin: 22px 44px 0 44px;
80
+ }
81
+ .img-ph {
82
+ width: 992px;
83
+ height: 210px;
84
+ background: #E0E0E0;
85
+ border: 1px solid #BDBDBD;
86
+ color: #757575;
87
+ display: flex;
88
+ align-items: center;
89
+ justify-content: center;
90
+ font-weight: 600;
91
+ }
92
+
93
+ /* Dim overlay and dialog */
94
+ .dim {
95
+ position: absolute;
96
+ inset: 0;
97
+ background: rgba(0,0,0,0.26);
98
+ z-index: 10;
99
+ }
100
+ .dialog {
101
+ position: absolute;
102
+ left: 90px;
103
+ top: 650px;
104
+ width: 900px;
105
+ background: #FFFFFF;
106
+ border-radius: 36px;
107
+ box-shadow: 0 24px 80px rgba(0,0,0,0.25);
108
+ padding: 44px 48px 36px 48px;
109
+ z-index: 11;
110
+ }
111
+ .dialog h2 {
112
+ margin: 10px 0 36px 0;
113
+ text-align: center;
114
+ font-size: 76px;
115
+ font-weight: 800;
116
+ color: #222;
117
+ }
118
+ .input {
119
+ height: 130px;
120
+ border-radius: 20px;
121
+ border: 6px solid #245BFF;
122
+ display: flex;
123
+ align-items: center;
124
+ padding: 0 30px;
125
+ font-size: 48px;
126
+ color: #444;
127
+ }
128
+ .placeholder { color: #8A8A8A; }
129
+ .dialog-actions {
130
+ display: flex;
131
+ justify-content: space-between;
132
+ padding: 28px 8px 8px 8px;
133
+ }
134
+ .btn-link {
135
+ font-size: 48px;
136
+ color: #245BFF;
137
+ font-weight: 700;
138
+ }
139
+
140
+ /* Keyboard (approximation) */
141
+ .keyboard {
142
+ position: absolute;
143
+ z-index: 20;
144
+ left: 0; right: 0; bottom: 0;
145
+ height: 880px;
146
+ background: #2B271F;
147
+ border-top-left-radius: 26px;
148
+ border-top-right-radius: 26px;
149
+ color: #EADFCF;
150
+ }
151
+ .kb-suggest {
152
+ height: 110px;
153
+ padding: 0 26px;
154
+ display: flex; align-items: center;
155
+ gap: 26px;
156
+ border-bottom: 1px solid rgba(255,255,255,0.08);
157
+ color: #E9DAC5;
158
+ font-size: 38px;
159
+ }
160
+ .kb-suggest .divider {
161
+ width: 2px; height: 40px; background: rgba(255,255,255,0.2);
162
+ }
163
+ .kb-rows { padding: 18px 20px 14px 20px; }
164
+ .kb-row {
165
+ display: flex; gap: 12px; justify-content: center;
166
+ margin: 16px 0;
167
+ }
168
+ .key {
169
+ width: 88px; height: 108px;
170
+ background: #3B352B;
171
+ border-radius: 18px;
172
+ display: flex; align-items: center; justify-content: center;
173
+ font-size: 44px; font-weight: 600;
174
+ color: #F1E7D7;
175
+ }
176
+ .key.wide { width: 150px; }
177
+ .space { width: 520px; }
178
+ .pill {
179
+ position: absolute; left: 50%; transform: translateX(-50%);
180
+ bottom: 14px;
181
+ width: 300px; height: 10px; border-radius: 8px; background: rgba(255,255,255,0.7);
182
+ }
183
+ </style>
184
+ </head>
185
+ <body>
186
+ <div id="render-target">
187
+
188
+ <!-- Status Bar -->
189
+ <div class="status-bar">
190
+ <div>8:51</div>
191
+ <div class="status-right">
192
+ <!-- simple network icon -->
193
+ <svg class="icon" viewBox="0 0 24 24" fill="#333"><path d="M2 18h2a8 8 0 0 1 16 0h2A10 10 0 0 0 2 18z"/></svg>
194
+ <!-- wifi -->
195
+ <svg class="icon" viewBox="0 0 24 24" fill="#333"><path d="M12 18.5l2.5 2.5L12 24l-2.5-3zM2 9l2 2a12 12 0 0 1 16 0l2-2A15 15 0 0 0 2 9zm5 5l2 2a6 6 0 0 1 6 0l2-2a9 9 0 0 0-10 0z"/></svg>
196
+ <!-- battery -->
197
+ <svg class="icon" viewBox="0 0 24 24" fill="#333"><path d="M3 8h15a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2zm18 2h2v4h-2z"/></svg>
198
+ </div>
199
+ </div>
200
+
201
+ <!-- App Header -->
202
+ <div class="app-header">
203
+ <div class="title-wrap">
204
+ <svg class="crown" viewBox="0 0 24 24" fill="currentColor"><path d="M3 18l1-8 5 3 3-6 3 6 5-3 1 8H3z"/></svg>
205
+ <div class="title">Recorder</div>
206
+ </div>
207
+ <svg class="gear" viewBox="0 0 24 24" fill="currentColor"><path d="M12 8a4 4 0 1 1 0 8 4 4 0 0 1 0-8zm9 4l-2-1 .2-2.3-2.3-.9-1 2-2-1-2 1-1-2-2.3.9.2 2.3-2 1 2 1-.2 2.3 2.3.9 1-2 2 1 2-1 1 2 2.3-.9L19 13l2-1z"/></svg>
208
+ </div>
209
+
210
+ <!-- Tabs -->
211
+ <div class="tabs">
212
+ <div class="tab record">
213
+ <svg viewBox="0 0 24 24" fill="currentColor"><path d="M12 14a4 4 0 0 0 4-4V6a4 4 0 1 0-8 0v4a4 4 0 0 0 4 4zm-6 0a6 6 0 0 0 12 0h-2a4 4 0 1 1-8 0H6z"/></svg>
214
+ <div>RECORD</div>
215
+ </div>
216
+ <div class="tab listen">
217
+ <svg viewBox="0 0 24 24" fill="currentColor"><path d="M4 6h14v2H4V6zm0 5h10v2H4v-2zm0 5h14v2H4v-2zm14-8 3 3-3 3v-6z"/></svg>
218
+ <div>LISTEN</div>
219
+ </div>
220
+ </div>
221
+ <div class="underline"></div>
222
+
223
+ <!-- Content preview -->
224
+ <div class="content">
225
+ <div class="img-ph">[IMG: Audio/Recordings List Preview]</div>
226
+ </div>
227
+
228
+ <!-- Dim background and dialog -->
229
+ <div class="dim"></div>
230
+
231
+ <div class="dialog">
232
+ <h2>Rename</h2>
233
+ <div class="input"><span class="placeholder">Movie Name</span></div>
234
+ <div class="dialog-actions">
235
+ <div class="btn-link">Cancel</div>
236
+ <div class="btn-link">Ok</div>
237
+ </div>
238
+ </div>
239
+
240
+ <!-- Keyboard -->
241
+ <div class="keyboard">
242
+ <div class="kb-suggest">
243
+ <!-- small grid icon -->
244
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="#EADFCF"><path d="M3 3h6v6H3V3zm12 0h6v6h-6V3zM3 15h6v6H3v-6zm12 0h6v6h-6v-6z"/></svg>
245
+ <span>Name</span>
246
+ <div class="divider"></div>
247
+ <span>Names</span>
248
+ <div class="divider"></div>
249
+ <span> </span>
250
+ <div style="margin-left:auto; display:flex; align-items:center; gap:26px;">
251
+ <span style="font-size:44px;">🔴</span>
252
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="#EADFCF"><path d="M12 14a3 3 0 0 0 3-3V6a3 3 0 1 0-6 0v5a3 3 0 0 0 3 3zm-6 0a6 6 0 0 0 12 0h-2a4 4 0 1 1-8 0H6z"/></svg>
253
+ </div>
254
+ </div>
255
+
256
+ <div class="kb-rows">
257
+ <div class="kb-row">
258
+ <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>
259
+ <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>
260
+ </div>
261
+ <div class="kb-row" style="padding: 0 44px;">
262
+ <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>
263
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
264
+ </div>
265
+ <div class="kb-row">
266
+ <div class="key wide">⇧</div>
267
+ <div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div>
268
+ <div class="key">b</div><div class="key">n</div><div class="key">m</div>
269
+ <div class="key wide">⌫</div>
270
+ </div>
271
+ <div class="kb-row">
272
+ <div class="key wide">?123</div>
273
+ <div class="key">,</div>
274
+ <div class="key">😊</div>
275
+ <div class="key space"></div>
276
+ <div class="key">.</div>
277
+ <div class="key wide">⏎</div>
278
+ </div>
279
+ </div>
280
+ <div class="pill"></div>
281
+ </div>
282
+ </div>
283
+ </body>
284
+ </html>
code/13599/13599_4.html ADDED
@@ -0,0 +1,157 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Recorder UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: "Roboto", "Helvetica Neue", Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #F6F3F6; color: #212121;
12
+ }
13
+
14
+ /* Header */
15
+ .header {
16
+ display: flex; align-items: center; justify-content: space-between;
17
+ padding: 56px 48px 12px 48px;
18
+ }
19
+ .title-wrap { display: flex; align-items: center; gap: 22px; }
20
+ .app-title { font-size: 62px; font-weight: 800; letter-spacing: 0.2px; }
21
+
22
+ .icon-btn {
23
+ background: none; border: none; padding: 0; cursor: default;
24
+ }
25
+ .icon24 { width: 64px; height: 64px; }
26
+
27
+ /* Tabs */
28
+ .tabs { display: flex; padding: 28px 48px 22px 48px; position: relative; }
29
+ .tab {
30
+ flex: 1; text-align: center; position: relative;
31
+ color: #777; text-transform: uppercase; letter-spacing: 2px;
32
+ }
33
+ .tab .tab-icon { margin: 2px auto 12px; width: 44px; height: 44px; }
34
+ .tab .label { font-size: 28px; font-weight: 700; }
35
+ .tab.active { color: #2962FF; }
36
+ .tab.active .label { color: #2962FF; }
37
+ .tab.active .indicator {
38
+ position: absolute; bottom: -8px; left: 50%; transform: translateX(-50%);
39
+ width: 220px; height: 8px; background: #2962FF; border-radius: 4px;
40
+ }
41
+
42
+ /* Ad banner */
43
+ .ad {
44
+ margin: 18px 48px 24px 48px; height: 190px;
45
+ background: #E0E0E0; border: 1px solid #BDBDBD;
46
+ display: flex; align-items: center; justify-content: center;
47
+ color: #757575; font-weight: 600;
48
+ }
49
+
50
+ /* List item */
51
+ .item {
52
+ margin: 16px 24px; padding: 26px 20px 26px 24px;
53
+ border-radius: 16px; background: #FFFFFF;
54
+ display: flex; align-items: center; gap: 28px;
55
+ box-shadow: 0 1px 0 rgba(0,0,0,0.08);
56
+ }
57
+ .play {
58
+ width: 96px; height: 96px; border-radius: 48px;
59
+ border: 2px solid #212121; display: flex; align-items: center; justify-content: center;
60
+ }
61
+ .info { flex: 1; min-width: 0; }
62
+ .title {
63
+ font-size: 46px; font-weight: 700; margin-bottom: 12px;
64
+ }
65
+ .meta { display: flex; align-items: center; gap: 20px; }
66
+ .pill {
67
+ font-size: 26px; font-weight: 700; color: #233B8B;
68
+ background: #DDE6FF; border-radius: 10px; padding: 6px 14px;
69
+ }
70
+ .timestamp { color: #616161; font-size: 28px; }
71
+
72
+ .actions { display: flex; align-items: center; gap: 28px; padding-right: 12px; }
73
+ .icon32 { width: 48px; height: 48px; }
74
+
75
+ /* Utility */
76
+ .sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
77
+ </style>
78
+ </head>
79
+ <body>
80
+ <div id="render-target">
81
+
82
+ <!-- Header -->
83
+ <div class="header">
84
+ <div class="title-wrap">
85
+ <!-- Crown icon -->
86
+ <svg class="icon24" viewBox="0 0 24 24">
87
+ <path d="M3 18h18l-3.2-9-3.4 4.3L12 4 9.6 13.3 6.2 9 3 18z" fill="#D7A401"></path>
88
+ </svg>
89
+ <div class="app-title">Recorder</div>
90
+ </div>
91
+ <!-- Settings (gear) -->
92
+ <button class="icon-btn" aria-label="Settings">
93
+ <svg class="icon24" viewBox="0 0 24 24" fill="none" stroke="#212121" stroke-width="1.5">
94
+ <circle cx="12" cy="12" r="3.2" fill="none"></circle>
95
+ <path d="M12 3.5l-.6 2.4a7.9 7.9 0 0 0-2 .8L7 5l-1.6 1.6 1.7 2.4c-.3.6-.6 1.3-.7 2L4 12v2l2.4.6c.2.7.5 1.4.9 2l-1.7 2.4L7 20l2.4-1.7c.6.3 1.3.6 2 .8l.6 2.4h2l.6-2.4c.7-.2 1.4-.5 2-.8L19 20l1.6-1.6-1.7-2.4c.3-.6.6-1.3.8-2L22 14v-2l-2.4-.6a7.7 7.7 0 0 0-.8-2l1.7-2.4L19 5l-2.4 1.7a7.9 7.9 0 0 0-2-.8L14 3.5h-2z"></path>
96
+ </svg>
97
+ </button>
98
+ </div>
99
+
100
+ <!-- Tabs -->
101
+ <div class="tabs">
102
+ <div class="tab">
103
+ <svg class="tab-icon" viewBox="0 0 24 24" fill="#777">
104
+ <path d="M12 14a3 3 0 0 0 3-3V7a3 3 0 0 0-6 0v4a3 3 0 0 0 3 3zm5-3a5 5 0 0 1-10 0H5a7 7 0 0 0 6 6.92V20h2v-2.08A7 7 0 0 0 19 11h-2z"></path>
105
+ </svg>
106
+ <div class="label">Record</div>
107
+ </div>
108
+ <div class="tab active">
109
+ <svg class="tab-icon" viewBox="0 0 24 24" fill="#2962FF">
110
+ <path d="M4 6h10v2H4zM4 11h10v2H4zM4 16h10v2H4z" />
111
+ <path d="M20 7l-3 3-1.4-1.4L18.6 5.6 20 7z" fill="#2962FF"/>
112
+ </svg>
113
+ <div class="label">Listen</div>
114
+ <div class="indicator"></div>
115
+ </div>
116
+ </div>
117
+
118
+ <!-- Ad banner placeholder -->
119
+ <div class="ad">[IMG: Ad Banner]</div>
120
+
121
+ <!-- One recorded item -->
122
+ <div class="item">
123
+ <div class="play" aria-label="Play">
124
+ <svg viewBox="0 0 24 24" width="60" height="60">
125
+ <circle cx="12" cy="12" r="11" fill="none" stroke="#212121" stroke-width="2"></circle>
126
+ <path d="M10 8l7 4-7 4V8z" fill="#212121"></path>
127
+ </svg>
128
+ </div>
129
+
130
+ <div class="info">
131
+ <div class="title">Movie Name</div>
132
+ <div class="meta">
133
+ <span class="pill">00:16</span>
134
+ <span class="timestamp">Dec 04, 08:42 AM</span>
135
+ </div>
136
+ </div>
137
+
138
+ <div class="actions">
139
+ <!-- Scissors icon (simple) -->
140
+ <svg class="icon32" viewBox="0 0 24 24" fill="none" stroke="#212121" stroke-width="1.8" stroke-linecap="round">
141
+ <circle cx="6.5" cy="16.5" r="2"></circle>
142
+ <circle cx="6.5" cy="7.5" r="2"></circle>
143
+ <path d="M20 5L8 12m12 7L8 12"></path>
144
+ </svg>
145
+
146
+ <!-- Kebab vertical -->
147
+ <svg class="icon32" viewBox="0 0 24 24" fill="#212121">
148
+ <circle cx="12" cy="5" r="2"></circle>
149
+ <circle cx="12" cy="12" r="2"></circle>
150
+ <circle cx="12" cy="19" r="2"></circle>
151
+ </svg>
152
+ </div>
153
+ </div>
154
+
155
+ </div>
156
+ </body>
157
+ </html>
code/13600/13600_0.html ADDED
@@ -0,0 +1,314 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Gmail Promotions Mock</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: #121212; color: #EAEAEA;
11
+ }
12
+
13
+ /* Status bar */
14
+ .status-bar {
15
+ height: 90px;
16
+ padding: 0 36px;
17
+ display: flex; align-items: center; justify-content: space-between;
18
+ color: #EAEAEA; font-weight: 600; font-size: 36px;
19
+ }
20
+ .status-icons { display: flex; gap: 24px; align-items: center; }
21
+ .icon-dot { width: 24px; height: 24px; background: #EAEAEA; border-radius: 50%; opacity: 0.7; }
22
+
23
+ /* Search / header */
24
+ .search-wrap {
25
+ padding: 0 30px 10px 30px;
26
+ }
27
+ .search-bar {
28
+ height: 120px;
29
+ background: #2A2A2A;
30
+ border-radius: 60px;
31
+ display: flex; align-items: center;
32
+ padding: 0 30px;
33
+ }
34
+ .back-icon {
35
+ width: 56px; height: 56px; border-radius: 28px; background: #3A3A3A;
36
+ display:flex; align-items:center; justify-content:center; margin-right: 20px;
37
+ }
38
+ .back-icon svg { fill: #CFCFCF; }
39
+ .search-text { flex: 1; color: #CFCFCF; font-size: 36px; }
40
+ .avatar {
41
+ width: 90px; height: 90px; border-radius: 45px;
42
+ background: #3A3A3A; color: #FFFFFF; font-weight: 700;
43
+ display:flex; align-items:center; justify-content:center; margin-left: 20px;
44
+ font-size: 40px;
45
+ }
46
+
47
+ /* Content area */
48
+ .content {
49
+ padding: 18px 36px 140px 36px;
50
+ }
51
+ .section-title {
52
+ color: #B9B9B9; font-size: 34px; font-weight: 700; margin: 24px 0;
53
+ }
54
+
55
+ /* Card */
56
+ .promo-card {
57
+ border: 1px solid #3A3A3A; border-radius: 28px;
58
+ padding: 28px; background: #1B1B1B; display: flex; flex-direction: column; gap: 18px;
59
+ }
60
+ .card-top { display: flex; gap: 24px; align-items: center; }
61
+ .card-icon {
62
+ width: 80px; height: 80px; border-radius: 18px; background: #2F3B63;
63
+ display:flex; align-items:center; justify-content:center;
64
+ }
65
+ .card-icon svg { fill: #C9D7FF; }
66
+ .card-title { font-size: 40px; font-weight: 800; }
67
+ .card-desc { color: #BDBDBD; font-size: 32px; line-height: 1.3; }
68
+ .card-actions { display: flex; gap: 40px; }
69
+ .card-btn {
70
+ font-size: 34px; color: #82A6FF; padding: 10px 0;
71
+ }
72
+
73
+ /* Email list */
74
+ .list-title { font-size: 40px; font-weight: 800; margin: 36px 0 18px 0; }
75
+ .email {
76
+ padding: 26px 0; border-bottom: 1px solid #1F1F1F;
77
+ display: flex; gap: 24px;
78
+ }
79
+ .email:last-child { border-bottom: none; }
80
+ .avatar-small {
81
+ width: 96px; height: 96px; border-radius: 48px; background: #3A3A3A;
82
+ display:flex; align-items:center; justify-content:center;
83
+ }
84
+ .avatar-small svg { fill: #CFCFCF; width: 48px; height: 48px; }
85
+ .email-body { flex: 1; }
86
+ .email-top { display: flex; justify-content: space-between; align-items: baseline; }
87
+ .subject { font-size: 38px; font-weight: 800; color: #FFFFFF; }
88
+ .time { font-size: 32px; color: #B9B9B9; }
89
+ .snippet { font-size: 32px; color: #CFCFCF; margin-top: 8px; }
90
+ .meta { font-size: 28px; color: #9A9A9A; margin-top: 6px; }
91
+ .email-actions { display:flex; align-items:center; gap: 24px; }
92
+ .star-btn svg { stroke: #CFCFCF; fill: none; width: 46px; height: 46px; }
93
+
94
+ /* Floating compose */
95
+ .compose-fab {
96
+ position: absolute; right: 36px; bottom: 220px;
97
+ background: #2A2A2A; border-radius: 30px; padding: 24px 28px;
98
+ display:flex; align-items:center; gap: 22px; border: 1px solid #3A3A3A;
99
+ box-shadow: 0 8px 24px rgba(0,0,0,0.5);
100
+ }
101
+ .compose-fab .pencil {
102
+ width: 64px; height: 64px; border-radius: 16px; background:#3A3A3A;
103
+ display:flex; align-items:center; justify-content:center;
104
+ }
105
+ .compose-text { font-size: 40px; font-weight: 700; }
106
+
107
+ /* Bottom mini elements */
108
+ .mail-bubble {
109
+ position: absolute; left: 160px; bottom: 180px;
110
+ background: #2A2A2A; border-radius: 44px; padding: 18px 26px;
111
+ display:flex; align-items:center; gap: 16px; border: 1px solid #3A3A3A;
112
+ color: #EAEAEA; font-size: 34px;
113
+ }
114
+ .mail-bubble .env {
115
+ width: 52px; height: 36px; background: #E0E0E0; border: 1px solid #BDBDBD;
116
+ display:flex; align-items:center; justify-content:center; color:#666;
117
+ border-radius: 8px; font-size: 24px;
118
+ }
119
+ .gesture-bar {
120
+ position: absolute; left: 50%; transform: translateX(-50%);
121
+ bottom: 80px; width: 720px; height: 16px; background: #FFFFFF22; border-radius: 12px;
122
+ }
123
+ </style>
124
+ </head>
125
+ <body>
126
+ <div id="render-target">
127
+
128
+ <!-- Status bar -->
129
+ <div class="status-bar">
130
+ <div>10:42</div>
131
+ <div class="status-icons">
132
+ <div class="icon-dot"></div>
133
+ <div class="icon-dot"></div>
134
+ <div class="icon-dot"></div>
135
+ </div>
136
+ </div>
137
+
138
+ <!-- Search/Header -->
139
+ <div class="search-wrap">
140
+ <div class="search-bar">
141
+ <div class="back-icon">
142
+ <svg viewBox="0 0 24 24" width="28" height="28">
143
+ <path d="M15 6l-6 6 6 6" />
144
+ </svg>
145
+ </div>
146
+ <div class="search-text">Search in mail</div>
147
+ <div class="avatar">C</div>
148
+ </div>
149
+ </div>
150
+
151
+ <div class="content">
152
+ <div class="section-title">Promotions</div>
153
+
154
+ <!-- Card -->
155
+ <div class="promo-card">
156
+ <div class="card-top">
157
+ <div class="card-icon">
158
+ <svg viewBox="0 0 24 24" width="40" height="40">
159
+ <path d="M3 12l5-5v3h8v4H8v3z"/>
160
+ </svg>
161
+ </div>
162
+ <div class="card-title">Customize your swipe actions</div>
163
+ </div>
164
+ <div class="card-desc">
165
+ You can now set up shortcuts to archive, delete, snooze, and more
166
+ </div>
167
+ <div class="card-actions">
168
+ <div class="card-btn">Customize</div>
169
+ <div class="card-btn" style="color:#CFCFCF;">No thanks</div>
170
+ </div>
171
+ </div>
172
+
173
+ <!-- Top Picks -->
174
+ <div class="list-title">Top Picks</div>
175
+
176
+ <div class="email">
177
+ <div class="avatar-small">
178
+ <svg viewBox="0 0 24 24">
179
+ <circle cx="12" cy="8" r="4"></circle>
180
+ <path d="M4 20c0-4 4-6 8-6s8 2 8 6" />
181
+ </svg>
182
+ </div>
183
+ <div class="email-body">
184
+ <div class="email-top">
185
+ <div class="subject">What to Expect Community</div>
186
+ <div class="email-actions">
187
+ <div class="time">Oct 9</div>
188
+ <div class="star-btn">
189
+ <svg viewBox="0 0 24 24">
190
+ <path d="M12 17l-5 3 2-5-4-4 5-1 2-4 2 4 5 1-4 4 2 5z"/>
191
+ </svg>
192
+ </div>
193
+ </div>
194
+ </div>
195
+ <div class="snippet">August 2023 Babies: baby screaming in c...</div>
196
+ <div class="meta">★ Daily Digest for the August 2023 Babies...</div>
197
+ </div>
198
+ </div>
199
+
200
+ <div class="email">
201
+ <div class="avatar-small">
202
+ <svg viewBox="0 0 24 24">
203
+ <circle cx="12" cy="8" r="4"></circle>
204
+ <path d="M4 20c0-4 4-6 8-6s8 2 8 6" />
205
+ </svg>
206
+ </div>
207
+ <div class="email-body">
208
+ <div class="email-top">
209
+ <div class="subject">Enfamil Family Beginnings®</div>
210
+ <div class="email-actions">
211
+ <div class="time">Oct 7</div>
212
+ <div class="star-btn">
213
+ <svg viewBox="0 0 24 24">
214
+ <path d="M12 17l-5 3 2-5-4-4 5-1 2-4 2 4 5 1-4 4 2 5z"/>
215
+ </svg>
216
+ </div>
217
+ </div>
218
+ </div>
219
+ <div class="snippet">Enfamil® Rewards: Enter now for a chanc...</div>
220
+ <div class="meta">Enter now. Enfamil - Home #1 Trusted Brand...</div>
221
+ </div>
222
+ </div>
223
+
224
+ <!-- Remaining Promotions -->
225
+ <div class="section-title" style="margin-top: 30px;">Remaining Promotions</div>
226
+
227
+ <div class="email">
228
+ <div class="avatar-small">
229
+ <svg viewBox="0 0 24 24">
230
+ <circle cx="12" cy="8" r="4"></circle>
231
+ <path d="M4 20c0-4 4-6 8-6s8 2 8 6" />
232
+ </svg>
233
+ </div>
234
+ <div class="email-body">
235
+ <div class="email-top">
236
+ <div class="subject">Club Eurostar</div>
237
+ <div class="email-actions">
238
+ <div class="time">8:37 PM</div>
239
+ <div class="star-btn">
240
+ <svg viewBox="0 0 24 24">
241
+ <path d="M12 17l-5 3 2-5-4-4 5-1 2-4 2 4 5 1-4 4 2 5z"/>
242
+ </svg>
243
+ </div>
244
+ </div>
245
+ </div>
246
+ <div class="snippet">Introducing the new Eurostar 👋✨</div>
247
+ <div class="meta">The future of European train travel has arriv...</div>
248
+ </div>
249
+ </div>
250
+
251
+ <div class="email">
252
+ <div class="avatar-small" style="background:#4CAF50;">
253
+ <svg viewBox="0 0 24 24">
254
+ <circle cx="12" cy="8" r="4" fill="#CFCFCF"></circle>
255
+ <path d="M4 20c0-4 4-6 8-6s8 2 8 6" stroke="#CFCFCF" fill="none"/>
256
+ </svg>
257
+ </div>
258
+ <div class="email-body">
259
+ <div class="email-top">
260
+ <div class="subject">Tripadvisor</div>
261
+ <div class="email-actions">
262
+ <div class="time">8:36 PM</div>
263
+ <div class="star-btn">
264
+ <svg viewBox="0 0 24 24">
265
+ <path d="M12 17l-5 3 2-5-4-4 5-1 2-4 2 4 5 1-4 4 2 5z"/>
266
+ </svg>
267
+ </div>
268
+ </div>
269
+ </div>
270
+ <div class="snippet">Reminder to book: The Pinnacle Hotel Ha...</div>
271
+ <div class="meta">Did this hotel catch your eye?</div>
272
+ </div>
273
+ </div>
274
+
275
+ <div class="email">
276
+ <div class="avatar-small">
277
+ <svg viewBox="0 0 24 24">
278
+ <circle cx="12" cy="8" r="4"></circle>
279
+ <path d="M4 20c0-4 4-6 8-6s8 2 8 6" />
280
+ </svg>
281
+ </div>
282
+ <div class="email-body">
283
+ <div class="email-top">
284
+ <div class="subject">BEWAKOOF</div>
285
+ <div class="email-actions">
286
+ <div class="time">8:35 PM</div>
287
+ </div>
288
+ </div>
289
+ <div class="snippet">🚨Urgent: 72 Hours to Checkout OOF Sal...</div>
290
+ </div>
291
+ </div>
292
+
293
+ </div>
294
+
295
+ <!-- Floating compose -->
296
+ <div class="compose-fab">
297
+ <div class="pencil">
298
+ <svg viewBox="0 0 24 24" width="30" height="30">
299
+ <path fill="#DADADA" d="M3 17l9-9 4 4-9 9H3v-4zM17 3l4 4"/>
300
+ </svg>
301
+ </div>
302
+ <div class="compose-text">Compose</div>
303
+ </div>
304
+
305
+ <!-- Bottom mini UI elements -->
306
+ <div class="mail-bubble">
307
+ <div class="env">✉️</div>
308
+ <div>99+</div>
309
+ </div>
310
+ <div class="gesture-bar"></div>
311
+
312
+ </div>
313
+ </body>
314
+ </html>
code/13600/13600_1.html ADDED
@@ -0,0 +1,267 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Gmail Promotions UI Mock</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
9
+ background: #121212; color: #EDEDED;
10
+ }
11
+
12
+ /* Status bar */
13
+ .status-bar {
14
+ position: absolute; top: 0; left: 0; right: 0;
15
+ height: 90px; padding: 20px 28px;
16
+ display: flex; align-items: center; justify-content: space-between;
17
+ color: #D8D8D8; font-size: 36px;
18
+ }
19
+ .status-right { display: flex; align-items: center; gap: 22px; font-size: 30px; color: #CFCFCF; }
20
+
21
+ /* Search bar */
22
+ .search-wrapper {
23
+ position: absolute; top: 90px; left: 24px; right: 24px;
24
+ }
25
+ .search-bar {
26
+ height: 120px; border-radius: 28px; background: #2A2A2E;
27
+ display: flex; align-items: center; padding: 0 24px; gap: 24px;
28
+ box-shadow: inset 0 0 0 1px #3A3A3E;
29
+ }
30
+ .search-text {
31
+ color: #BDBDBD; font-size: 40px; flex: 1;
32
+ }
33
+ .avatar {
34
+ width: 88px; height: 88px; border-radius: 44px; background: #3A3A3E;
35
+ display: flex; align-items: center; justify-content: center; font-weight: 600; font-size: 40px; color: #DCDCDC;
36
+ box-shadow: inset 0 0 0 2px #4A4A4E;
37
+ }
38
+
39
+ /* Content area */
40
+ .content {
41
+ position: absolute; top: 240px; left: 0; right: 0; bottom: 0;
42
+ padding: 0 24px 140px;
43
+ overflow: hidden;
44
+ }
45
+ .section-title {
46
+ font-size: 40px; font-weight: 700; color: #DCDCDC; margin: 26px 8px;
47
+ }
48
+
49
+ /* Promo card */
50
+ .promo-card {
51
+ background: #1C1C20; border-radius: 30px; padding: 36px 30px;
52
+ box-shadow: inset 0 0 0 2px #2A2A2E;
53
+ }
54
+ .promo-header { display: flex; gap: 22px; align-items: center; }
55
+ .promo-icon {
56
+ width: 86px; height: 86px; border-radius: 18px; background: #2A3A63;
57
+ display: flex; align-items: center; justify-content: center;
58
+ }
59
+ .promo-title { font-size: 46px; font-weight: 800; }
60
+ .promo-sub { font-size: 34px; color: #B7B7B7; margin-top: 8px; }
61
+ .promo-actions { margin-top: 26px; display: flex; gap: 40px; }
62
+ .link-btn { color: #8AB4F8; font-size: 38px; }
63
+
64
+ /* Email list */
65
+ .email-item {
66
+ display: grid; grid-template-columns: 110px 1fr 220px; align-items: start;
67
+ padding: 26px 12px; border-bottom: 1px solid #252525;
68
+ }
69
+ .email-avatar {
70
+ width: 80px; height: 80px; border-radius: 40px; background: #E0E0E0;
71
+ border: 1px solid #BDBDBD; color: #757575; display: flex; align-items: center; justify-content: center; font-size: 26px;
72
+ }
73
+ .email-main { padding-right: 20px; }
74
+ .email-subject {
75
+ font-size: 42px; font-weight: 800; line-height: 1.2; color: #ECECEC;
76
+ }
77
+ .email-preview {
78
+ font-size: 34px; color: #B8B8B8; margin-top: 10px;
79
+ }
80
+ .email-meta {
81
+ display: flex; align-items: center; justify-content: flex-end; gap: 28px; padding-top: 6px;
82
+ }
83
+ .meta-date { color: #B7B7B7; font-size: 32px; }
84
+ .star-btn { width: 50px; height: 50px; }
85
+ .star-outline path { fill: none; stroke: #B7B7B7; stroke-width: 2; }
86
+ .star-filled path { fill: #6EA8FF; stroke: #6EA8FF; }
87
+
88
+ .small-title { margin-top: 24px; font-size: 38px; font-weight: 700; color: #CFCFCF; }
89
+
90
+ /* Floating compose */
91
+ .compose-fab {
92
+ position: absolute; right: 34px; bottom: 220px;
93
+ background: #2E3035; border-radius: 30px; padding: 22px 30px;
94
+ display: flex; align-items: center; gap: 26px; box-shadow: 0 8px 24px rgba(0,0,0,0.5);
95
+ border: 1px solid #3A3A3E; font-size: 40px;
96
+ }
97
+ .compose-icon { width: 60px; height: 60px; }
98
+
99
+ /* Bottom envelope badge */
100
+ .bottom-mail {
101
+ position: absolute; left: 160px; bottom: 210px; background: #26282D; border-radius: 46px;
102
+ display: flex; align-items: center; gap: 16px; padding: 20px 28px; color: #DADADA; border: 1px solid #34363B;
103
+ }
104
+ .badge {
105
+ background: #586DFF; color: #FFFFFF; border-radius: 26px; padding: 10px 18px; font-weight: 700; font-size: 30px;
106
+ }
107
+
108
+ /* Home indicator */
109
+ .home-indicator {
110
+ position: absolute; left: 50%; transform: translateX(-50%);
111
+ bottom: 60px; width: 420px; height: 12px; background: #E0E0E0; border-radius: 8px; opacity: 0.6;
112
+ }
113
+ </style>
114
+ </head>
115
+ <body>
116
+ <div id="render-target">
117
+
118
+ <!-- Status bar -->
119
+ <div class="status-bar">
120
+ <div>10:43</div>
121
+ <div class="status-right">
122
+ <span>📅</span>
123
+ <span>☁️</span>
124
+ <span>📶</span>
125
+ <span>🔋</span>
126
+ </div>
127
+ </div>
128
+
129
+ <!-- Search bar -->
130
+ <div class="search-wrapper">
131
+ <div class="search-bar">
132
+ <svg width="56" height="56" viewBox="0 0 24 24">
133
+ <path d="M15 18l-6-6 6-6" stroke="#FFFFFF" stroke-width="2.2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
134
+ </svg>
135
+ <div class="search-text">Search in mail</div>
136
+ <div class="avatar">C</div>
137
+ </div>
138
+ </div>
139
+
140
+ <!-- Content -->
141
+ <div class="content">
142
+ <div class="section-title">Promotions</div>
143
+
144
+ <div class="promo-card">
145
+ <div class="promo-header">
146
+ <div class="promo-icon">
147
+ <svg width="60" height="60" viewBox="0 0 24 24">
148
+ <path d="M12 3v3M12 18v3M4.2 5.2l2.1 2.1M17.7 17.7l2.1 2.1M3 12h3M18 12h3M5.2 19.8l2.1-2.1M17.7 6.3l2.1-2.1" stroke="#8AB4F8" stroke-width="1.5" fill="none" />
149
+ <path d="M8 12l4-4v3h4v2h-4v3z" fill="#8AB4F8"/>
150
+ </svg>
151
+ </div>
152
+ <div style="flex:1">
153
+ <div class="promo-title">Customize your swipe actions</div>
154
+ <div class="promo-sub">You can now set up shortcuts to archive, delete, snooze, and more</div>
155
+ </div>
156
+ </div>
157
+ <div class="promo-actions">
158
+ <div class="link-btn">Customize</div>
159
+ <div class="link-btn" style="color:#BCBCBC">No thanks</div>
160
+ </div>
161
+ </div>
162
+
163
+ <div class="section-title">Top Picks</div>
164
+
165
+ <!-- Email 1 -->
166
+ <div class="email-item">
167
+ <div class="email-avatar">[IMG: Avatar]</div>
168
+ <div class="email-main">
169
+ <div class="email-subject">What to Expect Community</div>
170
+ <div class="email-preview">August 2023 Babies: baby screaming in c… ★ Daily Digest for the August 2023 Babies…</div>
171
+ </div>
172
+ <div class="email-meta">
173
+ <div class="meta-date">Oct 9</div>
174
+ <svg class="star-btn star-outline" viewBox="0 0 24 24">
175
+ <path d="M12 17.27L18.18 21 16.54 13.97 22 9.24 14.81 8.63 12 2 9.19 8.63 2 9.24 7.46 13.97 5.82 21z"/>
176
+ </svg>
177
+ </div>
178
+ </div>
179
+
180
+ <!-- Email 2 -->
181
+ <div class="email-item">
182
+ <div class="email-avatar">[IMG: Avatar]</div>
183
+ <div class="email-main">
184
+ <div class="email-subject">Enfamil Family Beginnings®</div>
185
+ <div class="email-preview">Enfamil® Rewards: Enter now for a chanc… Enter now. Enfamil - Home #1 Trusted Brand…</div>
186
+ </div>
187
+ <div class="email-meta">
188
+ <div class="meta-date">Oct 7</div>
189
+ <svg class="star-btn star-outline" viewBox="0 0 24 24">
190
+ <path d="M12 17.27L18.18 21 16.54 13.97 22 9.24 14.81 8.63 12 2 9.19 8.63 2 9.24 7.46 13.97 5.82 21z"/>
191
+ </svg>
192
+ </div>
193
+ </div>
194
+
195
+ <div class="small-title">Remaining Promotions</div>
196
+
197
+ <!-- Email 3 -->
198
+ <div class="email-item">
199
+ <div class="email-avatar">[IMG: Avatar]</div>
200
+ <div class="email-main">
201
+ <div class="email-subject">Club Eurostar</div>
202
+ <div class="email-preview">Introducing the new Eurostar 👋✨ The future of European train travel has arriv…</div>
203
+ </div>
204
+ <div class="email-meta">
205
+ <div class="meta-date">8:37 PM</div>
206
+ <svg class="star-btn star-outline" viewBox="0 0 24 24">
207
+ <path d="M12 17.27L18.18 21 16.54 13.97 22 9.24 14.81 8.63 12 2 9.19 8.63 2 9.24 7.46 13.97 5.82 21z"/>
208
+ </svg>
209
+ </div>
210
+ </div>
211
+
212
+ <!-- Email 4 -->
213
+ <div class="email-item">
214
+ <div class="email-avatar" style="background:#E0E0E0; color:#757575;">[IMG: Tripadvisor]</div>
215
+ <div class="email-main">
216
+ <div class="email-subject">Tripadvisor</div>
217
+ <div class="email-preview">Reminder to book: The Pinnacle Hotel Ha… ✍ Did this hotel catch your eye?</div>
218
+ </div>
219
+ <div class="email-meta">
220
+ <div class="meta-date">8:36 PM</div>
221
+ <svg class="star-btn star-filled" viewBox="0 0 24 24">
222
+ <path d="M12 17.27L18.18 21 16.54 13.97 22 9.24 14.81 8.63 12 2 9.19 8.63 2 9.24 7.46 13.97 5.82 21z"/>
223
+ </svg>
224
+ </div>
225
+ </div>
226
+
227
+ <!-- Email 5 -->
228
+ <div class="email-item">
229
+ <div class="email-avatar">[IMG: Avatar]</div>
230
+ <div class="email-main">
231
+ <div class="email-subject">BEWAKOOF</div>
232
+ <div class="email-preview">🚨Urgent: 72 Hours to Checkout OOF Sal…</div>
233
+ </div>
234
+ <div class="email-meta">
235
+ <div class="meta-date">8:35 PM</div>
236
+ <svg class="star-btn star-outline" viewBox="0 0 24 24">
237
+ <path d="M12 17.27L18.18 21 16.54 13.97 22 9.24 14.81 8.63 12 2 9.19 8.63 2 9.24 7.46 13.97 5.82 21z"/>
238
+ </svg>
239
+ </div>
240
+ </div>
241
+
242
+ </div>
243
+
244
+ <!-- Floating compose button -->
245
+ <div class="compose-fab">
246
+ <svg class="compose-icon" viewBox="0 0 24 24">
247
+ <path d="M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25z" fill="#C7CAD1"/>
248
+ <path d="M20.71 7.04a1 1 0 0 0 0-1.41l-2.34-2.34a1 1 0 0 0-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z" fill="#C7CAD1"/>
249
+ </svg>
250
+ <div>Compose</div>
251
+ </div>
252
+
253
+ <!-- Bottom mail badge -->
254
+ <div class="bottom-mail">
255
+ <svg width="52" height="52" viewBox="0 0 24 24">
256
+ <path d="M2 6h20v12H2z" fill="#9AA0A6"/>
257
+ <path d="M2 6l10 7 10-7" fill="none" stroke="#2A2A2E" stroke-width="1.5"/>
258
+ </svg>
259
+ <span>Mail</span>
260
+ <span class="badge">99+</span>
261
+ </div>
262
+
263
+ <!-- Home indicator -->
264
+ <div class="home-indicator"></div>
265
+ </div>
266
+ </body>
267
+ </html>
code/13606/13606_0.html ADDED
@@ -0,0 +1,308 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Classified Ad UI</title>
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ box-shadow: 0 0 0 1px #e5e5e5 inset;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ height: 60px;
20
+ padding: 0 28px;
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ color: #222;
25
+ font-size: 30px;
26
+ }
27
+ .status-icons {
28
+ display: flex;
29
+ gap: 24px;
30
+ align-items: center;
31
+ }
32
+ .dot { width: 10px; height: 10px; background:#666; border-radius:50%; display:inline-block; }
33
+
34
+ /* Header / App bar */
35
+ .app-bar {
36
+ height: 100px;
37
+ padding: 0 24px;
38
+ display: flex;
39
+ align-items: center;
40
+ border-bottom: 1px solid #eee;
41
+ }
42
+ .app-left, .app-right { display: flex; align-items: center; }
43
+ .app-left { gap: 22px; }
44
+ .app-right { margin-left: auto; gap: 28px; }
45
+ .title {
46
+ font-size: 34px;
47
+ color: #222;
48
+ white-space: nowrap;
49
+ overflow: hidden;
50
+ text-overflow: ellipsis;
51
+ max-width: 720px;
52
+ }
53
+ .icon-btn svg { display:block; }
54
+
55
+ /* Map image area */
56
+ .map-area {
57
+ width: 100%;
58
+ height: 260px;
59
+ background: #E0E0E0;
60
+ border-top: 1px solid #BDBDBD;
61
+ border-bottom: 1px solid #BDBDBD;
62
+ display: flex;
63
+ align-items: center;
64
+ justify-content: center;
65
+ color: #757575;
66
+ font-size: 28px;
67
+ }
68
+
69
+ /* Big ad box */
70
+ .ad-box {
71
+ width: 920px;
72
+ height: 620px;
73
+ margin: 36px auto 0;
74
+ background: #E0E0E0;
75
+ border: 1px solid #BDBDBD;
76
+ display: flex;
77
+ align-items: center;
78
+ justify-content: center;
79
+ position: relative;
80
+ color: #555;
81
+ font-size: 38px;
82
+ text-align: center;
83
+ border-radius: 6px;
84
+ }
85
+ .learn-btn {
86
+ position: absolute;
87
+ bottom: 32px;
88
+ left: 50%;
89
+ transform: translateX(-50%);
90
+ background: #3c3c3c;
91
+ color: #fff;
92
+ font-size: 34px;
93
+ padding: 22px 48px;
94
+ border-radius: 12px;
95
+ }
96
+
97
+ /* Similar Ads section */
98
+ .section-title {
99
+ font-size: 58px;
100
+ font-weight: 700;
101
+ color: #1c1c1c;
102
+ margin: 48px 40px 22px;
103
+ }
104
+
105
+ .card-row {
106
+ display: flex;
107
+ gap: 28px;
108
+ padding: 0 32px;
109
+ }
110
+ .card {
111
+ width: 324px;
112
+ border-radius: 16px;
113
+ overflow: hidden;
114
+ background: #fff;
115
+ box-shadow: 0 2px 0 #e9e9e9 inset;
116
+ border: 1px solid #e8e8e8;
117
+ }
118
+ .card .img {
119
+ width: 100%;
120
+ height: 212px;
121
+ background: #E0E0E0;
122
+ border-bottom: 1px solid #BDBDBD;
123
+ display: flex;
124
+ align-items: center;
125
+ justify-content: center;
126
+ color: #757575;
127
+ position: relative;
128
+ font-size: 26px;
129
+ }
130
+ .badge {
131
+ position: absolute;
132
+ left: 18px;
133
+ bottom: 18px;
134
+ background: rgba(0,0,0,0.75);
135
+ color: #fff;
136
+ font-size: 30px;
137
+ padding: 6px 16px;
138
+ border-radius: 12px;
139
+ }
140
+ .card-content {
141
+ padding: 18px 16px 22px;
142
+ }
143
+ .card-title {
144
+ font-size: 36px;
145
+ color: #222;
146
+ line-height: 44px;
147
+ }
148
+ .card-sub {
149
+ font-size: 30px;
150
+ color: #777;
151
+ margin-top: 8px;
152
+ }
153
+ .card-price {
154
+ font-size: 38px;
155
+ color: #111;
156
+ margin-top: 16px;
157
+ font-weight: 700;
158
+ }
159
+
160
+ /* report section */
161
+ .report {
162
+ text-align: center;
163
+ color: #d33a2f;
164
+ font-weight: 700;
165
+ font-size: 44px;
166
+ margin: 44px 0 22px;
167
+ }
168
+
169
+ /* contact buttons */
170
+ .contact-row {
171
+ display: flex;
172
+ gap: 32px;
173
+ padding: 0 32px;
174
+ margin-top: 12px;
175
+ }
176
+ .chip {
177
+ flex: 1;
178
+ min-width: 0;
179
+ height: 140px;
180
+ border: 1px solid #e1e1e1;
181
+ border-radius: 28px;
182
+ display: flex;
183
+ align-items: center;
184
+ justify-content: center;
185
+ gap: 22px;
186
+ font-size: 40px;
187
+ color: #222;
188
+ background: #fafafa;
189
+ }
190
+ .chip svg { width: 56px; height: 56px; }
191
+ .whatsapp { background: #f7fff7; }
192
+ </style>
193
+ </head>
194
+ <body>
195
+ <div id="render-target">
196
+
197
+ <!-- Status bar -->
198
+ <div class="status-bar">
199
+ <div>2:30</div>
200
+ <div class="status-icons">
201
+ <div class="dot"></div>
202
+ <div class="dot"></div>
203
+ <div class="dot"></div>
204
+ </div>
205
+ </div>
206
+
207
+ <!-- App bar -->
208
+ <div class="app-bar">
209
+ <div class="app-left">
210
+ <div class="icon-btn">
211
+ <svg width="44" height="44" viewBox="0 0 24 24">
212
+ <path d="M15 18l-6-6 6-6" stroke="#222" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
213
+ </svg>
214
+ </div>
215
+ <div class="title">AED 1279 PM | 1.0L 30TFSI GCC DEALE...</div>
216
+ </div>
217
+ <div class="app-right">
218
+ <div class="icon-btn">
219
+ <svg width="44" height="44" viewBox="0 0 24 24">
220
+ <path d="M12 21c-4-3-8-6-8-10a5 5 0 0 1 9-3 5 5 0 0 1 9 3c0 4-4 7-10 10z" fill="none" stroke="#222" stroke-width="2" stroke-linejoin="round"/>
221
+ </svg>
222
+ </div>
223
+ <div class="icon-btn">
224
+ <svg width="44" height="44" viewBox="0 0 24 24">
225
+ <path d="M20 12v6a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-6" fill="none" stroke="#222" stroke-width="2"/>
226
+ <path d="M12 5v11M12 5l-5 5M12 5l5 5" fill="none" stroke="#222" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
227
+ </svg>
228
+ </div>
229
+ </div>
230
+ </div>
231
+
232
+ <!-- Map area -->
233
+ <div class="map-area">[IMG: Google Map - Al Quoz Area]</div>
234
+
235
+ <!-- Big ad / video -->
236
+ <div class="ad-box">
237
+ [IMG: Video Ad - Trading Platform]
238
+ <div class="learn-btn">Learn more</div>
239
+ </div>
240
+
241
+ <!-- Similar Ads -->
242
+ <div class="section-title">Similar Ads</div>
243
+ <div class="card-row">
244
+ <!-- Card 1 -->
245
+ <div class="card">
246
+ <div class="img">[IMG: Silver Audi A3]
247
+ <div class="badge">11</div>
248
+ </div>
249
+ <div class="card-content">
250
+ <div class="card-title">AED1140/month | 201...</div>
251
+ <div class="card-sub">A3</div>
252
+ <div class="card-price">AED 75,000</div>
253
+ </div>
254
+ </div>
255
+ <!-- Card 2 -->
256
+ <div class="card">
257
+ <div class="img">[IMG: White Audi A3]
258
+ <div class="badge">20</div>
259
+ </div>
260
+ <div class="card-content">
261
+ <div class="card-title">AED 1,425 monthly | ...</div>
262
+ <div class="card-sub">A3</div>
263
+ <div class="card-price">AED 89,750</div>
264
+ </div>
265
+ </div>
266
+ <!-- Card 3 -->
267
+ <div class="card">
268
+ <div class="img">[IMG: Black Audi A3]
269
+ <div class="badge">19</div>
270
+ </div>
271
+ <div class="card-content">
272
+ <div class="card-title">2021 Audi...</div>
273
+ <div class="card-sub">A3</div>
274
+ <div class="card-price">AED 109,9..</div>
275
+ </div>
276
+ </div>
277
+ </div>
278
+
279
+ <!-- Report -->
280
+ <div class="report">Report an Ad</div>
281
+
282
+ <!-- Contact buttons -->
283
+ <div class="contact-row">
284
+ <div class="chip">
285
+ <svg viewBox="0 0 24 24">
286
+ <path d="M6 2c6 3 10 7 12 12l-3 3c-5-2-9-6-11-11l2-4z" fill="none" stroke="#222" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
287
+ </svg>
288
+ <div>Call</div>
289
+ </div>
290
+ <div class="chip">
291
+ <svg viewBox="0 0 24 24">
292
+ <rect x="3" y="4" width="18" height="14" rx="2" ry="2" fill="none" stroke="#222" stroke-width="2"/>
293
+ <path d="M3 7l9 5 9-5" fill="none" stroke="#222" stroke-width="2"/>
294
+ </svg>
295
+ <div>SMS</div>
296
+ </div>
297
+ <div class="chip whatsapp">
298
+ <svg viewBox="0 0 24 24">
299
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#2e7d32" stroke-width="2"/>
300
+ <path d="M8 10c2 4 5 5 5 5l2-2" fill="none" stroke="#2e7d32" stroke-width="2" stroke-linecap="round"/>
301
+ </svg>
302
+ <div>WhatsApp</div>
303
+ </div>
304
+ </div>
305
+
306
+ </div>
307
+ </body>
308
+ </html>
code/13606/13606_1.html ADDED
@@ -0,0 +1,397 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Amazon Mobile UI Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: linear-gradient(180deg, #bfe9ee 0%, #d8f2e9 100%);
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ height: 90px;
19
+ padding: 18px 26px;
20
+ display: flex;
21
+ align-items: center;
22
+ color: #2c2c2c;
23
+ font-weight: 600;
24
+ font-size: 40px;
25
+ }
26
+ .status-bar .icons {
27
+ margin-left: 20px;
28
+ display: flex;
29
+ align-items: center;
30
+ gap: 22px;
31
+ }
32
+ .sb-dot {
33
+ width: 20px; height: 20px; border-radius: 50%; background: #7a7a7a;
34
+ }
35
+ .sb-signal {
36
+ width: 34px; height: 34px; border-radius: 6px; background: #7a7a7a;
37
+ }
38
+
39
+ /* Search bar */
40
+ .search-bar {
41
+ margin: 20px 30px 10px;
42
+ height: 120px;
43
+ background: #ffffff;
44
+ border-radius: 24px;
45
+ box-shadow: 0 2px 0 rgba(0,0,0,0.06);
46
+ display: flex;
47
+ align-items: center;
48
+ padding: 0 26px;
49
+ }
50
+ .search-icon, .camera-icon {
51
+ width: 62px; height: 62px; border-radius: 16px; background: #eef2f5; display: flex; align-items: center; justify-content: center;
52
+ }
53
+ .search-text {
54
+ flex: 1;
55
+ color: #333;
56
+ font-size: 42px;
57
+ padding: 0 24px;
58
+ }
59
+ .search-icon svg, .camera-icon svg { width: 40px; height: 40px; fill: #4b4b4b; }
60
+
61
+ /* Delivery row */
62
+ .delivery-row {
63
+ margin: 8px 30px 16px;
64
+ display: flex;
65
+ align-items: center;
66
+ gap: 18px;
67
+ color: #233;
68
+ font-size: 38px;
69
+ }
70
+ .delivery-row .pin {
71
+ width: 46px; height: 46px; display: inline-flex; align-items: center; justify-content: center; background: #eaf5f2; border-radius: 50%;
72
+ }
73
+ .delivery-row .chev { margin-left: auto; width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; }
74
+
75
+ /* Categories */
76
+ .categories {
77
+ margin: 8px 0 10px;
78
+ padding: 0 20px;
79
+ display: flex;
80
+ justify-content: space-between;
81
+ }
82
+ .cat-item {
83
+ width: 160px;
84
+ text-align: center;
85
+ color: #222;
86
+ }
87
+ .cat-icon {
88
+ width: 120px; height: 120px; border: 1px solid #d0d0d0; border-radius: 24px; background: #E0E0E0;
89
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 22px;
90
+ margin: 0 auto;
91
+ }
92
+ .cat-label { margin-top: 12px; font-size: 34px; }
93
+
94
+ /* Banner */
95
+ .banner {
96
+ margin: 22px 20px 14px;
97
+ height: 520px;
98
+ border-radius: 24px;
99
+ background: #E0F5FF;
100
+ border: 1px solid #cfe6ef;
101
+ display: flex; align-items: center; justify-content: center;
102
+ color: #3c6b85; font-size: 40px; font-weight: 600;
103
+ }
104
+ .carousel-dots {
105
+ display: flex; justify-content: center; gap: 18px; margin: 16px 0 26px;
106
+ }
107
+ .dot { width: 22px; height: 22px; border-radius: 50%; border: 2px solid #9fb5c1; }
108
+ .dot.active { background: #4fa3c9; border-color: #4fa3c9; }
109
+
110
+ /* Cards section */
111
+ .cards-row {
112
+ display: flex;
113
+ gap: 18px;
114
+ padding: 0 18px;
115
+ }
116
+ .quick-tiles {
117
+ width: 330px;
118
+ background: #fff;
119
+ border-radius: 20px;
120
+ padding: 22px;
121
+ box-shadow: 0 1px 0 rgba(0,0,0,0.08);
122
+ }
123
+ .tile-grid {
124
+ display: grid;
125
+ grid-template-columns: 1fr 1fr;
126
+ gap: 18px;
127
+ }
128
+ .tile {
129
+ background: #ffffff;
130
+ border: 1px solid #e6e6e6;
131
+ border-radius: 18px;
132
+ height: 220px;
133
+ display: flex; flex-direction: column; align-items: center; justify-content: center;
134
+ gap: 16px;
135
+ }
136
+ .tile .round {
137
+ width: 88px; height: 88px; border-radius: 50%; background: #ffefcc; display: flex; align-items: center; justify-content: center;
138
+ color: #222; font-weight: 700; font-size: 28px;
139
+ }
140
+ .tile-label { font-size: 30px; color: #333; }
141
+
142
+ .card {
143
+ flex: 1;
144
+ background: #fff;
145
+ border-radius: 20px;
146
+ padding: 20px;
147
+ box-shadow: 0 1px 0 rgba(0,0,0,0.08);
148
+ }
149
+ .card-title {
150
+ font-size: 38px; font-weight: 700; color: #222; margin-bottom: 18px;
151
+ }
152
+ .img-placeholder {
153
+ width: 100%; height: 330px; background: #E0E0E0; border: 1px solid #BDBDBD;
154
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 34px; border-radius: 12px;
155
+ }
156
+
157
+ /* Perks row */
158
+ .perks {
159
+ display: flex; gap: 22px; margin: 32px 26px;
160
+ align-items: center; justify-content: space-between;
161
+ }
162
+ .perk {
163
+ flex: 1;
164
+ background: #fff;
165
+ border-radius: 18px;
166
+ padding: 22px 28px;
167
+ box-shadow: 0 1px 0 rgba(0,0,0,0.08);
168
+ display: flex; align-items: center; gap: 20px;
169
+ }
170
+ .perk-icon {
171
+ width: 72px; height: 72px; border-radius: 50%; background: #ffbd6e; display: flex; align-items: center; justify-content: center;
172
+ }
173
+ .perk-label { font-size: 34px; color: #222; font-weight: 700; }
174
+
175
+ /* Credit card banner */
176
+ .credit-banner {
177
+ margin: 16px 20px 180px;
178
+ height: 280px;
179
+ background: #E0E0E0;
180
+ border: 1px solid #BDBDBD;
181
+ border-radius: 20px;
182
+ display: flex; align-items: center; justify-content: center;
183
+ color: #757575; font-size: 36px;
184
+ }
185
+
186
+ /* Bottom nav */
187
+ .bottom-nav {
188
+ position: absolute;
189
+ bottom: 0;
190
+ left: 0;
191
+ width: 1080px;
192
+ height: 150px;
193
+ background: #fff;
194
+ border-top: 1px solid #e5e5e5;
195
+ display: flex; justify-content: space-around; align-items: center;
196
+ }
197
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 8px; color: #2c2c2c; }
198
+ .nav-item .icon {
199
+ width: 70px; height: 70px; border-radius: 14px; background: #eef2f5; display: flex; align-items: center; justify-content: center;
200
+ }
201
+ .nav-item span { font-size: 30px; }
202
+ .nav-item .icon svg { width: 38px; height: 38px; fill: #333; }
203
+
204
+ </style>
205
+ </head>
206
+ <body>
207
+ <div id="render-target">
208
+
209
+ <!-- Status bar -->
210
+ <div class="status-bar">
211
+ 2:31
212
+ <div class="icons">
213
+ <div class="sb-dot"></div>
214
+ <div class="sb-dot"></div>
215
+ <div class="sb-dot"></div>
216
+ <div class="sb-signal"></div>
217
+ <div class="sb-signal"></div>
218
+ </div>
219
+ </div>
220
+
221
+ <!-- Search -->
222
+ <div class="search-bar">
223
+ <div class="search-icon">
224
+ <svg viewBox="0 0 24 24">
225
+ <path d="M10 2a8 8 0 106.32 13.12l4.38 4.38 1.4-1.4-4.38-4.38A8 8 0 0010 2zm0 2a6 6 0 110 12 6 6 0 010-12z"></path>
226
+ </svg>
227
+ </div>
228
+ <div class="search-text">Refrigerator</div>
229
+ <div class="camera-icon">
230
+ <svg viewBox="0 0 24 24">
231
+ <path d="M9 3l2-2h2l2 2h3a2 2 0 012 2v12a2 2 0 01-2 2H4a2 2 0 01-2-2V5a2 2 0 012-2h5zm3 4a6 6 0 100 12 6 6 0 000-12zm0 2a4 4 0 110 8 4 4 0 010-8z"></path>
232
+ </svg>
233
+ </div>
234
+ </div>
235
+
236
+ <!-- Delivery -->
237
+ <div class="delivery-row">
238
+ <div class="pin">
239
+ <svg viewBox="0 0 24 24">
240
+ <path d="M12 2a7 7 0 00-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 00-7-7zm0 9a2 2 0 110-4 2 2 0 010 4z"></path>
241
+ </svg>
242
+ </div>
243
+ <div>Delivering to New Delhi 110043 - Update location</div>
244
+ <div class="chev">
245
+ <svg viewBox="0 0 24 24">
246
+ <path d="M7 9l5 5 5-5H7z"></path>
247
+ </svg>
248
+ </div>
249
+ </div>
250
+
251
+ <!-- Categories -->
252
+ <div class="categories">
253
+ <div class="cat-item">
254
+ <div class="cat-icon">[IMG: Mobile]</div>
255
+ <div class="cat-label">Mobiles</div>
256
+ </div>
257
+ <div class="cat-item">
258
+ <div class="cat-icon">[IMG: Fashion]</div>
259
+ <div class="cat-label">Fashion</div>
260
+ </div>
261
+ <div class="cat-item">
262
+ <div class="cat-icon">[IMG: Electronics]</div>
263
+ <div class="cat-label">Electronics</div>
264
+ </div>
265
+ <div class="cat-item">
266
+ <div class="cat-icon">[IMG: Deals]</div>
267
+ <div class="cat-label">Deals</div>
268
+ </div>
269
+ <div class="cat-item">
270
+ <div class="cat-icon">[IMG: miniTV]</div>
271
+ <div class="cat-label">miniTV</div>
272
+ </div>
273
+ <div class="cat-item">
274
+ <div class="cat-icon">[IMG: Home]</div>
275
+ <div class="cat-label">Home</div>
276
+ </div>
277
+ </div>
278
+
279
+ <!-- Banner -->
280
+ <div class="banner">[IMG: Outdoor & sports toys banner]</div>
281
+ <div class="carousel-dots">
282
+ <div class="dot"></div>
283
+ <div class="dot active"></div>
284
+ <div class="dot"></div>
285
+ <div class="dot"></div>
286
+ <div class="dot"></div>
287
+ <div class="dot"></div>
288
+ <div class="dot"></div>
289
+ <div class="dot"></div>
290
+ <div class="dot"></div>
291
+ </div>
292
+
293
+ <!-- Cards Row -->
294
+ <div class="cards-row">
295
+ <!-- Quick tiles -->
296
+ <div class="quick-tiles">
297
+ <div class="tile-grid">
298
+ <div class="tile">
299
+ <div class="round">pay</div>
300
+ <div class="tile-label">Amazon Pay</div>
301
+ </div>
302
+ <div class="tile">
303
+ <div class="round">₹</div>
304
+ <div class="tile-label">Send Money</div>
305
+ </div>
306
+ <div class="tile">
307
+ <div class="round">QR</div>
308
+ <div class="tile-label">Scan any QR</div>
309
+ </div>
310
+ <div class="tile">
311
+ <div class="round">₹</div>
312
+ <div class="tile-label">Pay Bills</div>
313
+ </div>
314
+ </div>
315
+ </div>
316
+
317
+ <!-- Keep shopping -->
318
+ <div class="card">
319
+ <div class="card-title">Keep shopping for</div>
320
+ <div class="img-placeholder">[IMG: Rowing Machine]</div>
321
+ </div>
322
+
323
+ <!-- Pick up where left off -->
324
+ <div class="card">
325
+ <div class="card-title">Pick up where left off</div>
326
+ <div class="img-placeholder">[IMG: Living Room Setup]</div>
327
+ </div>
328
+ </div>
329
+
330
+ <!-- Perks -->
331
+ <div class="perks">
332
+ <div class="perk">
333
+ <div class="perk-icon">
334
+ <svg viewBox="0 0 24 24">
335
+ <path d="M4 5h16v12H4zM6 7h12v8H6z"></path>
336
+ </svg>
337
+ </div>
338
+ <div class="perk-label">WIDE SELECTION</div>
339
+ </div>
340
+ <div class="perk">
341
+ <div class="perk-icon">
342
+ <svg viewBox="0 0 24 24">
343
+ <path d="M3 12h18v2H3zm4-5h10l-2 4H9zM8 16h8l-2 4H10z"></path>
344
+ </svg>
345
+ </div>
346
+ <div class="perk-label">PAY ON DELIVERY</div>
347
+ </div>
348
+ <div class="perk">
349
+ <div class="perk-icon">
350
+ <svg viewBox="0 0 24 24">
351
+ <path d="M6 6h12v12H6zM9 9v6h6V9z"></path>
352
+ </svg>
353
+ </div>
354
+ <div class="perk-label">EASY RETURNS</div>
355
+ </div>
356
+ </div>
357
+
358
+ <!-- Credit card banner -->
359
+ <div class="credit-banner">[IMG: Credit Card rewards banner]</div>
360
+
361
+ <!-- Bottom navigation -->
362
+ <div class="bottom-nav">
363
+ <div class="nav-item">
364
+ <div class="icon">
365
+ <svg viewBox="0 0 24 24"><path d="M12 3l9 8v10h-6v-6H9v6H3V11l9-8z"></path></svg>
366
+ </div>
367
+ <span>Home</span>
368
+ </div>
369
+ <div class="nav-item">
370
+ <div class="icon">
371
+ <svg viewBox="0 0 24 24"><path d="M12 12a5 5 0 100-10 5 5 0 000 10zm-8 9v-2a6 6 0 0112 0v2H4z"></path></svg>
372
+ </div>
373
+ <span>You</span>
374
+ </div>
375
+ <div class="nav-item">
376
+ <div class="icon">
377
+ <svg viewBox="0 0 24 24"><path d="M3 3h8v8H3zM13 3h8v8h-8zM3 13h8v8H3zM13 13h8v8h-8z"></path></svg>
378
+ </div>
379
+ <span>More</span>
380
+ </div>
381
+ <div class="nav-item">
382
+ <div class="icon">
383
+ <svg viewBox="0 0 24 24"><path d="M7 6h13l-2 9H8L7 6zm-2 14a2 2 0 100-4 2 2 0 000 4zm12 0a2 2 0 100-4 2 2 0 000 4z"></path></svg>
384
+ </div>
385
+ <span>Cart</span>
386
+ </div>
387
+ <div class="nav-item">
388
+ <div class="icon">
389
+ <svg viewBox="0 0 24 24"><path d="M4 6h16v2H4zm0 5h16v2H4zm0 5h16v2H4z"></path></svg>
390
+ </div>
391
+ <span>Menu</span>
392
+ </div>
393
+ </div>
394
+
395
+ </div>
396
+ </body>
397
+ </html>
code/13606/13606_2.html ADDED
@@ -0,0 +1,368 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>Amazon Search - Mock</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: #ffffff;
13
+ border-radius: 0;
14
+ }
15
+
16
+ /* Top gradient area */
17
+ .top-gradient {
18
+ position: absolute;
19
+ left: 0; top: 0;
20
+ width: 1080px;
21
+ height: 340px;
22
+ background: linear-gradient(#b9e6df, #d9f3eb);
23
+ }
24
+
25
+ /* Status bar mock */
26
+ .status-bar {
27
+ position: absolute;
28
+ top: 18px;
29
+ left: 24px;
30
+ right: 24px;
31
+ height: 44px;
32
+ color: #1e1e1e;
33
+ font-size: 30px;
34
+ display: flex;
35
+ align-items: center;
36
+ justify-content: space-between;
37
+ opacity: 0.9;
38
+ }
39
+ .status-icons {
40
+ display: flex;
41
+ align-items: center;
42
+ gap: 18px;
43
+ }
44
+ .dot { width: 8px; height: 8px; background:#2a2a2a; border-radius:50%; display:inline-block; }
45
+
46
+ /* Back button */
47
+ .back-btn {
48
+ position: absolute;
49
+ top: 90px;
50
+ left: 30px;
51
+ width: 60px;
52
+ height: 60px;
53
+ display: flex; align-items: center; justify-content: center;
54
+ }
55
+ .back-btn svg { width: 44px; height: 44px; fill: none; stroke:#1f1f1f; stroke-width: 6; }
56
+
57
+ /* Search bar */
58
+ .search-bar {
59
+ position: absolute;
60
+ left: 90px;
61
+ right: 48px;
62
+ top: 96px;
63
+ height: 110px;
64
+ background: #ffffff;
65
+ border-radius: 24px;
66
+ box-shadow: 0 1px 0 rgba(0,0,0,0.06) inset;
67
+ display: flex;
68
+ align-items: center;
69
+ padding: 0 28px;
70
+ border: 1px solid #d6d6d6;
71
+ }
72
+ .search-icon {
73
+ width: 46px; height: 46px; margin-right: 20px;
74
+ }
75
+ .search-input {
76
+ font-size: 42px;
77
+ color: #1d1d1d;
78
+ opacity: 0.9;
79
+ }
80
+
81
+ /* List area */
82
+ .list-area {
83
+ position: absolute;
84
+ top: 340px;
85
+ left: 0;
86
+ right: 0;
87
+ bottom: 820px; /* leave space for keyboard */
88
+ background: #ffffff;
89
+ overflow: hidden;
90
+ }
91
+ .history-item {
92
+ display: flex;
93
+ align-items: center;
94
+ padding: 30px 30px;
95
+ border-bottom: 1px solid #efefef;
96
+ font-size: 40px;
97
+ }
98
+ .clock {
99
+ width: 44px; height: 44px; margin-right: 26px;
100
+ }
101
+ .history-main {
102
+ color: #0b3ea9;
103
+ font-weight: 700;
104
+ margin-right: 10px;
105
+ white-space: nowrap;
106
+ }
107
+ .history-sub {
108
+ color: #6f6f6f;
109
+ font-weight: 500;
110
+ white-space: nowrap;
111
+ }
112
+ .close-btn {
113
+ margin-left: auto;
114
+ width: 46px; height: 46px;
115
+ }
116
+
117
+ /* Photo/Camera actions */
118
+ .actions {
119
+ position: absolute;
120
+ left: 24px;
121
+ right: 24px;
122
+ bottom: 850px;
123
+ display: flex;
124
+ gap: 24px;
125
+ }
126
+ .action-btn {
127
+ flex: 1;
128
+ height: 126px;
129
+ border: 1px solid #d2d2d2;
130
+ border-radius: 26px;
131
+ background: #ffffff;
132
+ display: flex; align-items: center; justify-content: center;
133
+ gap: 24px;
134
+ font-size: 42px;
135
+ color: #1f1f1f;
136
+ }
137
+ .action-btn .icon {
138
+ width: 60px; height: 60px;
139
+ }
140
+
141
+ /* Keyboard */
142
+ .keyboard {
143
+ position: absolute;
144
+ left: 0; right: 0; bottom: 0;
145
+ height: 820px;
146
+ background: #f1f2f4;
147
+ border-top: 1px solid #dadada;
148
+ padding: 26px 24px 24px;
149
+ box-sizing: border-box;
150
+ }
151
+ .kbd-row {
152
+ display: flex;
153
+ justify-content: space-between;
154
+ margin-bottom: 22px;
155
+ }
156
+ .key {
157
+ background: #ffffff;
158
+ border: 1px solid #d7d7d7;
159
+ width: 90px; height: 120px;
160
+ border-radius: 20px;
161
+ box-shadow: 0 2px 0 #e3e3e3;
162
+ display: flex; align-items: center; justify-content: center;
163
+ font-size: 48px; color: #1f1f1f;
164
+ }
165
+ .key.wide { width: 140px; }
166
+ .key.wider { width: 180px; }
167
+ .space-row { display:flex; align-items:center; gap:22px; }
168
+ .space { flex:1; height: 120px; background:#ffffff; border:1px solid #d7d7d7; border-radius:22px; box-shadow: 0 2px 0 #e3e3e3; }
169
+ .enter { width: 150px; height: 120px; background:#2f7df6; color:#fff; border-radius: 24px; display:flex; align-items:center; justify-content:center; font-size: 48px; }
170
+ .suggest-row {
171
+ display:flex; align-items:center; justify-content: space-between;
172
+ margin-bottom: 20px;
173
+ }
174
+ .suggest-pill {
175
+ background:#ffffff; border:1px solid #e1e1e1; border-radius: 18px;
176
+ padding: 14px 22px; font-size: 34px; color:#6a6a6a;
177
+ }
178
+ </style>
179
+ </head>
180
+ <body>
181
+ <div id="render-target">
182
+
183
+ <div class="top-gradient"></div>
184
+
185
+ <div class="status-bar">
186
+ <div>2:32</div>
187
+ <div class="status-icons">
188
+ <span class="dot"></span>
189
+ <span class="dot"></span>
190
+ <span class="dot"></span>
191
+ </div>
192
+ </div>
193
+
194
+ <div class="back-btn">
195
+ <svg viewBox="0 0 24 24">
196
+ <path d="M15.5 4 L7 12 L15.5 20" />
197
+ </svg>
198
+ </div>
199
+
200
+ <div class="search-bar">
201
+ <svg class="search-icon" viewBox="0 0 24 24">
202
+ <circle cx="10" cy="10" r="7" stroke="#333" stroke-width="2" fill="none"></circle>
203
+ <line x1="15" y1="15" x2="22" y2="22" stroke="#333" stroke-width="2"></line>
204
+ </svg>
205
+ <div class="search-input">Search Amazon.in</div>
206
+ </div>
207
+
208
+ <div class="list-area">
209
+ <div class="history-item">
210
+ <svg class="clock" viewBox="0 0 24 24">
211
+ <circle cx="12" cy="12" r="9" stroke="#6e6e6e" stroke-width="2" fill="none"></circle>
212
+ <path d="M12 7 L12 12 L16 14" stroke="#6e6e6e" stroke-width="2" fill="none" />
213
+ </svg>
214
+ <span class="history-main">refrigerator</span>
215
+ <span class="history-sub">in All Categories</span>
216
+ <svg class="close-btn" viewBox="0 0 24 24">
217
+ <path d="M5 5 L19 19 M19 5 L5 19" stroke="#444" stroke-width="2" />
218
+ </svg>
219
+ </div>
220
+
221
+ <div class="history-item">
222
+ <svg class="clock" viewBox="0 0 24 24">
223
+ <circle cx="12" cy="12" r="9" stroke="#6e6e6e" stroke-width="2" fill="none"></circle>
224
+ <path d="M12 7 L12 12 L16 14" stroke="#6e6e6e" stroke-width="2" fill="none" />
225
+ </svg>
226
+ <span class="history-main">electric cycle</span>
227
+ <span class="history-sub">in All Categories</span>
228
+ <svg class="close-btn" viewBox="0 0 24 24">
229
+ <path d="M5 5 L19 19 M19 5 L5 19" stroke="#444" stroke-width="2" />
230
+ </svg>
231
+ </div>
232
+
233
+ <div class="history-item">
234
+ <svg class="clock" viewBox="0 0 24 24">
235
+ <circle cx="12" cy="12" r="9" stroke="#6e6e6e" stroke-width="2" fill="none"></circle>
236
+ <path d="M12 7 L12 12 L16 14" stroke="#6e6e6e" stroke-width="2" fill="none" />
237
+ </svg>
238
+ <span class="history-main">electric kettle 1.5 litre</span>
239
+ <span class="history-sub">in All Categories</span>
240
+ <svg class="close-btn" viewBox="0 0 24 24">
241
+ <path d="M5 5 L19 19 M19 5 L5 19" stroke="#444" stroke-width="2" />
242
+ </svg>
243
+ </div>
244
+
245
+ <div class="history-item">
246
+ <svg class="clock" viewBox="0 0 24 24">
247
+ <circle cx="12" cy="12" r="9" stroke="#6e6e6e" stroke-width="2" fill="none"></circle>
248
+ <path d="M12 7 L12 12 L16 14" stroke="#6e6e6e" stroke-width="2" fill="none" />
249
+ </svg>
250
+ <span class="history-main">7 seater sofa</span>
251
+ <span class="history-sub">in All Categories</span>
252
+ <svg class="close-btn" viewBox="0 0 24 24">
253
+ <path d="M5 5 L19 19 M19 5 L5 19" stroke="#444" stroke-width="2" />
254
+ </svg>
255
+ </div>
256
+
257
+ <div class="history-item">
258
+ <svg class="clock" viewBox="0 0 24 24">
259
+ <circle cx="12" cy="12" r="9" stroke="#6e6e6e" stroke-width="2" fill="none"></circle>
260
+ <path d="M12 7 L12 12 L16 14" stroke="#6e6e6e" stroke-width="2" fill="none" />
261
+ </svg>
262
+ <span class="history-main">queen size bed</span>
263
+ <span class="history-sub">in All Categories</span>
264
+ <svg class="close-btn" viewBox="0 0 24 24">
265
+ <path d="M5 5 L19 19 M19 5 L5 19" stroke="#444" stroke-width="2" />
266
+ </svg>
267
+ </div>
268
+
269
+ <div class="history-item">
270
+ <svg class="clock" viewBox="0 0 24 24">
271
+ <circle cx="12" cy="12" r="9" stroke="#6e6e6e" stroke-width="2" fill="none"></circle>
272
+ <path d="M12 7 L12 12 L16 14" stroke="#6e6e6e" stroke-width="2" fill="none" />
273
+ </svg>
274
+ <span class="history-main">basmati rice</span>
275
+ <span class="history-sub">in All Categories</span>
276
+ <svg class="close-btn" viewBox="0 0 24 24">
277
+ <path d="M5 5 L19 19 M19 5 L5 19" stroke="#444" stroke-width="2" />
278
+ </svg>
279
+ </div>
280
+
281
+ <div class="history-item">
282
+ <svg class="clock" viewBox="0 0 24 24">
283
+ <circle cx="12" cy="12" r="9" stroke="#6e6e6e" stroke-width="2" fill="none"></circle>
284
+ <path d="M12 7 L12 12 L16 14" stroke="#6e6e6e" stroke-width="2" fill="none" />
285
+ </svg>
286
+ <span class="history-main">bas</span>
287
+ <span class="history-sub">in All Categories</span>
288
+ <svg class="close-btn" viewBox="0 0 24 24">
289
+ <path d="M5 5 L19 19 M19 5 L5 19" stroke="#444" stroke-width="2" />
290
+ </svg>
291
+ </div>
292
+
293
+ <div class="history-item">
294
+ <svg class="clock" viewBox="0 0 24 24">
295
+ <circle cx="12" cy="12" r="9" stroke="#6e6e6e" stroke-width="2" fill="none"></circle>
296
+ <path d="M12 7 L12 12 L16 14" stroke="#6e6e6e" stroke-width="2" fill="none" />
297
+ </svg>
298
+ <span class="history-main">bucket floor cleaner system o-cedar</span>
299
+ <span class="history-sub">in...</span>
300
+ <svg class="close-btn" viewBox="0 0 24 24">
301
+ <path d="M5 5 L19 19 M19 5 L5 19" stroke="#444" stroke-width="2" />
302
+ </svg>
303
+ </div>
304
+
305
+ <div class="history-item">
306
+ <svg class="clock" viewBox="0 0 24 24">
307
+ <circle cx="12" cy="12" r="9" stroke="#6e6e6e" stroke-width="2" fill="none"></circle>
308
+ <path d="M12 7 L12 12 L16 14" stroke="#6e6e6e" stroke-width="2" fill="none" />
309
+ </svg>
310
+ <span class="history-main">bucket floor cleaner system</span>
311
+ <span class="history-sub">in All Cate...</span>
312
+ <svg class="close-btn" viewBox="0 0 24 24">
313
+ <path d="M5 5 L19 19 M19 5 L5 19" stroke="#444" stroke-width="2" />
314
+ </svg>
315
+ </div>
316
+ </div>
317
+
318
+ <div class="actions">
319
+ <div class="action-btn">
320
+ <svg class="icon" viewBox="0 0 24 24">
321
+ <rect x="4" y="7" width="16" height="12" rx="2" ry="2" stroke="#333" fill="none" stroke-width="2"></rect>
322
+ <circle cx="12" cy="13" r="3" stroke="#333" fill="none" stroke-width="2"></circle>
323
+ </svg>
324
+ <span>Search with photo</span>
325
+ </div>
326
+ <div class="action-btn">
327
+ <svg class="icon" viewBox="0 0 24 24">
328
+ <rect x="4" y="7" width="16" height="12" rx="2" ry="2" stroke="#333" fill="none" stroke-width="2"></rect>
329
+ <circle cx="12" cy="13" r="3" stroke="#333" fill="none" stroke-width="2"></circle>
330
+ </svg>
331
+ <span>Search with camera</span>
332
+ </div>
333
+ </div>
334
+
335
+ <!-- Keyboard -->
336
+ <div class="keyboard">
337
+ <div class="suggest-row">
338
+ <span class="suggest-pill">GIF</span>
339
+ <span class="suggest-pill">Aa</span>
340
+ <span class="suggest-pill">G</span>
341
+ <span class="suggest-pill">🎨</span>
342
+ <span class="suggest-pill">🎤</span>
343
+ </div>
344
+
345
+ <div class="kbd-row">
346
+ <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>
347
+ </div>
348
+ <div class="kbd-row">
349
+ <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>
350
+ </div>
351
+ <div class="kbd-row">
352
+ <div class="key wider">⇧</div>
353
+ <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>
354
+ <div class="key wider">⌫</div>
355
+ </div>
356
+ <div class="space-row">
357
+ <div class="key wide">?123</div>
358
+ <div class="key">,</div>
359
+ <div class="key">😊</div>
360
+ <div class="space"></div>
361
+ <div class="key">.</div>
362
+ <div class="enter">↩</div>
363
+ </div>
364
+ </div>
365
+
366
+ </div>
367
+ </body>
368
+ </html>
code/13606/13606_3.html ADDED
@@ -0,0 +1,299 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Search UI - Refrigerator</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: #f7f7f7;
13
+ }
14
+
15
+ /* Top gradient area */
16
+ .top-gradient {
17
+ position: absolute;
18
+ left: 0; top: 0;
19
+ width: 1080px;
20
+ height: 380px;
21
+ background: linear-gradient(180deg, #96d8ce 0%, #b7e4dd 100%);
22
+ }
23
+
24
+ /* Status bar */
25
+ .status-bar {
26
+ position: absolute;
27
+ top: 16px; left: 24px; right: 24px;
28
+ height: 60px;
29
+ display: flex; align-items: center; justify-content: space-between;
30
+ color: #104f4d;
31
+ font-size: 34px; font-weight: 600;
32
+ opacity: 0.9;
33
+ }
34
+ .status-icons { display: flex; align-items: center; gap: 24px; color: #104f4d; }
35
+ .dot { width: 10px; height: 10px; background: #104f4d; border-radius: 50%; display: inline-block; }
36
+
37
+ /* Back button */
38
+ .back-btn {
39
+ position: absolute;
40
+ top: 122px; left: 22px;
41
+ width: 92px; height: 92px;
42
+ display: flex; align-items: center; justify-content: center;
43
+ border-radius: 12px;
44
+ color: #205a58;
45
+ }
46
+
47
+ /* Search field */
48
+ .search-wrapper {
49
+ position: absolute;
50
+ top: 120px; left: 120px; right: 32px;
51
+ height: 104px;
52
+ display: flex; align-items: center;
53
+ background: #ffffff;
54
+ border-radius: 18px;
55
+ box-shadow: 0 1px 0 rgba(0,0,0,0.08) inset;
56
+ padding: 0 28px;
57
+ }
58
+ .search-icon { width: 48px; height: 48px; margin-right: 18px; color: #2c615f; }
59
+ .search-input-text {
60
+ flex: 1;
61
+ color: #1b1b1b;
62
+ font-size: 46px;
63
+ }
64
+ .clear-btn { width: 54px; height: 54px; color: #6d6d6d; }
65
+
66
+ /* Suggestions area */
67
+ .suggestions {
68
+ position: absolute;
69
+ top: 280px;
70
+ left: 0;
71
+ width: 1080px;
72
+ bottom: 860px; /* space for keyboard */
73
+ background: #ffffff;
74
+ border-top-left-radius: 24px;
75
+ border-top-right-radius: 24px;
76
+ overflow: hidden;
77
+ box-shadow: 0 -2px 0 rgba(0,0,0,0.05);
78
+ }
79
+ .suggestion-row {
80
+ display: flex; align-items: center; justify-content: space-between;
81
+ padding: 26px 36px;
82
+ border-bottom: 1px solid #ececec;
83
+ font-size: 42px; color: #111;
84
+ }
85
+ .suggestion-left {
86
+ display: flex; align-items: center; gap: 26px;
87
+ }
88
+ .s-icon {
89
+ width: 44px; height: 44px; color: #6f6f6f;
90
+ }
91
+ .hint { color: #2f7b77; font-weight: 600; }
92
+ .all-categories { color: #6c6c6c; font-size: 38px; margin-left: 10px; }
93
+ .right-icon { width: 38px; height: 38px; color: #8c8c8c; }
94
+
95
+ /* Keyboard mock */
96
+ .kb {
97
+ position: absolute;
98
+ left: 0; right: 0; bottom: 0;
99
+ height: 880px;
100
+ background: #f2f3f5;
101
+ border-top: 1px solid #dadde1;
102
+ }
103
+ .kb-suggestions {
104
+ height: 110px; padding: 22px 28px;
105
+ display: flex; align-items: center; gap: 22px;
106
+ background: #ffffff;
107
+ border-bottom: 1px solid #e6e6e6;
108
+ font-size: 40px;
109
+ }
110
+ .chip {
111
+ padding: 10px 20px; background: #f2f2f2; border: 1px solid #d9d9d9; border-radius: 16px;
112
+ }
113
+ .kb-rows {
114
+ padding: 24px 16px;
115
+ display: grid; gap: 18px;
116
+ grid-template-rows: repeat(4, 1fr);
117
+ height: 640px;
118
+ }
119
+ .row {
120
+ display: grid; gap: 14px;
121
+ grid-template-columns: repeat(10, 1fr);
122
+ }
123
+ .key {
124
+ background: #ffffff;
125
+ border: 1px solid #d6d6d6;
126
+ border-radius: 18px;
127
+ display: flex; align-items: center; justify-content: center;
128
+ font-size: 44px; color: #222;
129
+ height: 120px;
130
+ }
131
+ .key.wide { grid-column: span 2; }
132
+ .key.wider { grid-column: span 3; }
133
+ .key.space { grid-column: span 6; }
134
+ .kb-bottom {
135
+ height: 90px; display: flex; align-items: center; justify-content: center;
136
+ }
137
+ .home-pill {
138
+ width: 380px; height: 10px; border-radius: 6px; background: #9a9a9a;
139
+ }
140
+ </style>
141
+ </head>
142
+ <body>
143
+ <div id="render-target">
144
+
145
+ <div class="top-gradient"></div>
146
+
147
+ <div class="status-bar">
148
+ <div>2:34</div>
149
+ <div class="status-icons">
150
+ <span class="dot"></span>
151
+ <span style="font-size:28px;">LR</span>
152
+ <span class="dot"></span>
153
+ <svg width="38" height="38" viewBox="0 0 24 24" fill="#1d554f"><path d="M12 2a1 1 0 0 1 1 1v1.05A8.004 8.004 0 0 1 20 12h1a1 1 0 1 1 0 2h-1a8.004 8.004 0 0 1-7 7.95V22a1 1 0 1 1-2 0v-.05A8.004 8.004 0 0 1 4 14H3a1 1 0 1 1 0-2h1a8.004 8.004 0 0 1 7-7.95V3a1 1 0 0 1 1-1z"/></svg>
154
+ <svg width="38" height="38" viewBox="0 0 24 24" fill="#1d554f"><path d="M20 7h-1V5a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v2H4a1 1 0 0 0-1 1v10a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V8a1 1 0 0 0-1-1zm-3 0H7V5h10v2z"/></svg>
155
+ </div>
156
+ </div>
157
+
158
+ <div class="back-btn">
159
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="#1c5c59">
160
+ <path d="M15.5 4.5 7 12l8.5 7.5-1.5 1.5L4 12 14 3l1.5 1.5z"/>
161
+ </svg>
162
+ </div>
163
+
164
+ <div class="search-wrapper">
165
+ <svg class="search-icon" viewBox="0 0 24 24" fill="#2c615f">
166
+ <path d="M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16a6.471 6.471 0 0 0 4.23-1.57l.27.28v.79L20 21.5 21.5 20l-6-6zM9.5 14A4.5 4.5 0 1 1 14 9.5 4.505 4.505 0 0 1 9.5 14z"/>
167
+ </svg>
168
+ <div class="search-input-text">refrigerator</div>
169
+ <svg class="clear-btn" viewBox="0 0 24 24" fill="#808080">
170
+ <path d="M18.3 5.7 12 12l6.3 6.3-1.4 1.4L10.6 13.4 4.3 19.7 2.9 18.3 9.2 12 2.9 5.7 4.3 4.3l6.3 6.3 6.3-6.3z"/>
171
+ </svg>
172
+ </div>
173
+
174
+ <!-- Suggestions list -->
175
+ <div class="suggestions">
176
+ <div class="suggestion-row" style="background:#fdfdfd;">
177
+ <div class="suggestion-left">
178
+ <svg class="s-icon" viewBox="0 0 24 24" fill="#4f7f7a">
179
+ <path d="M12 8a4 4 0 1 0 0 8 4 4 0 1 0 0-8zm0-6a1 1 0 0 1 1 1v1a8 8 0 1 1-8 8H4a1 1 0 1 1 0-2h1a8 8 0 0 1 7-7V3a1 1 0 0 1 1-1z"/>
180
+ </svg>
181
+ <span class="hint">refrigerator</span>
182
+ <span class="all-categories">in All Categories</span>
183
+ </div>
184
+ <svg class="right-icon" viewBox="0 0 24 24" fill="#a2a2a2"><path d="M18 6 6 18l-1.4-1.4L16.6 4.6 18 6z"/></svg>
185
+ </div>
186
+
187
+ <div class="suggestion-row">
188
+ <div class="suggestion-left">
189
+ <svg class="s-icon" viewBox="0 0 24 24" fill="#8b8b8b"><path d="M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16a6.471 6.471 0 0 0 4.23-1.57l.27.28v.79L20 21.5 21.5 20l-6-6zM9.5 14A4.5 4.5 0 1 1 14 9.5 4.505 4.505 0 0 1 9.5 14z"/></svg>
190
+ <span>refrigerator</span>
191
+ </div>
192
+ <svg class="right-icon" viewBox="0 0 24 24" fill="#a2a2a2"><path d="M9 6l6 6-6 6V6z"/></svg>
193
+ </div>
194
+
195
+ <div class="suggestion-row">
196
+ <div class="suggestion-left">
197
+ <svg class="s-icon" viewBox="0 0 24 24" fill="#8b8b8b"><path d="M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16a6.471 6.471 0 0 0 4.23-1.57l.27.28v.79L20 21.5 21.5 20l-6-6zM9.5 14A4.5 4.5 0 1 1 14 9.5 4.505 4.505 0 0 1 9.5 14z"/></svg>
198
+ <span>refrigerator <b>double door</b></span>
199
+ </div>
200
+ <svg class="right-icon" viewBox="0 0 24 24" fill="#a2a2a2"><path d="M9 6l6 6-6 6V6z"/></svg>
201
+ </div>
202
+
203
+ <div class="suggestion-row">
204
+ <div class="suggestion-left">
205
+ <svg class="s-icon" viewBox="0 0 24 24" fill="#8b8b8b"><path d="M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16a6.471 6.471 0 0 0 4.23-1.57l.27.28v.79L20 21.5 21.5 20l-6-6zM9.5 14A4.5 4.5 0 1 1 14 9.5 4.505 4.505 0 0 1 9.5 14z"/></svg>
206
+ <span>refrigerator <b>single door</b></span>
207
+ </div>
208
+ <svg class="right-icon" viewBox="0 0 24 24" fill="#a2a2a2"><path d="M9 6l6 6-6 6V6z"/></svg>
209
+ </div>
210
+
211
+ <div class="suggestion-row">
212
+ <div class="suggestion-left">
213
+ <svg class="s-icon" viewBox="0 0 24 24" fill="#8b8b8b"><path d="M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16a6.471 6.471 0 0 0 4.23-1.57l.27.28v.79L20 21.5 21.5 20l-6-6zM9.5 14A4.5 4.5 0 1 1 14 9.5 4.505 4.505 0 0 1 9.5 14z"/></svg>
214
+ <span>refrigerator <b>double door 5 star</b></span>
215
+ </div>
216
+ <svg class="right-icon" viewBox="0 0 24 24" fill="#a2a2a2"><path d="M9 6l6 6-6 6V6z"/></svg>
217
+ </div>
218
+
219
+ <div class="suggestion-row">
220
+ <div class="suggestion-left">
221
+ <svg class="s-icon" viewBox="0 0 24 24" fill="#8b8b8b"><path d="M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16a6.471 6.471 0 0 0 4.23-1.57l.27.28v.79L20 21.5 21.5 20l-6-6zM9.5 14A4.5 4.5 0 1 1 14 9.5 4.505 4.505 0 0 1 9.5 14z"/></svg>
222
+ <span>refrigerator <b>single door 5 star</b></span>
223
+ </div>
224
+ <svg class="right-icon" viewBox="0 0 24 24" fill="#a2a2a2"><path d="M9 6l6 6-6 6V6z"/></svg>
225
+ </div>
226
+
227
+ <div class="suggestion-row">
228
+ <div class="suggestion-left">
229
+ <svg class="s-icon" viewBox="0 0 24 24" fill="#8b8b8b"><path d="M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16a6.471 6.471 0 0 0 4.23-1.57l.27.28v.79L20 21.5 21.5 20l-6-6zM9.5 14A4.5 4.5 0 1 1 14 9.5 4.505 4.505 0 0 1 9.5 14z"/></svg>
230
+ <span>refrigerator <b>storage containers</b></span>
231
+ </div>
232
+ <svg class="right-icon" viewBox="0 0 24 24" fill="#a2a2a2"><path d="M9 6l6 6-6 6V6z"/></svg>
233
+ </div>
234
+
235
+ <div class="suggestion-row">
236
+ <div class="suggestion-left">
237
+ <svg class="s-icon" viewBox="0 0 24 24" fill="#8b8b8b"><path d="M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16a6.471 6.471 0 0 0 4.23-1.57l.27.28v.79L20 21.5 21.5 20l-6-6zM9.5 14A4.5 4.5 0 1 1 14 9.5 4.505 4.505 0 0 1 9.5 14z"/></svg>
238
+ <span>refrigerator <b>side by side door</b></span>
239
+ </div>
240
+ <svg class="right-icon" viewBox="0 0 24 24" fill="#a2a2a2"><path d="M9 6l6 6-6 6V6z"/></svg>
241
+ </div>
242
+
243
+ <div class="suggestion-row">
244
+ <div class="suggestion-left">
245
+ <svg class="s-icon" viewBox="0 0 24 24" fill="#8b8b8b"><path d="M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16a6.471 6.471 0 0 0 4.23-1.57l.27.28v.79L20 21.5 21.5 20l-6-6zM9.5 14A4.5 4.5 0 1 1 14 9.5 4.505 4.505 0 0 1 9.5 14z"/></svg>
246
+ <span>refrigerator <b>covers</b></span>
247
+ </div>
248
+ <svg class="right-icon" viewBox="0 0 24 24" fill="#a2a2a2"><path d="M9 6l6 6-6 6V6z"/></svg>
249
+ </div>
250
+
251
+ <div class="suggestion-row">
252
+ <div class="suggestion-left">
253
+ <svg class="s-icon" viewBox="0 0 24 24" fill="#8b8b8b"><path d="M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16a6.471 6.471 0 0 0 4.23-1.57l.27.28v.79L20 21.5 21.5 20l-6-6zM9.5 14A4.5 4.5 0 1 1 14 9.5 4.505 4.505 0 0 1 9.5 14z"/></svg>
254
+ <span>refrigerator <b>stand</b></span>
255
+ </div>
256
+ <svg class="right-icon" viewBox="0 0 24 24" fill="#a2a2a2"><path d="M9 6l6 6-6 6V6z"/></svg>
257
+ </div>
258
+ </div>
259
+
260
+ <!-- Keyboard -->
261
+ <div class="kb">
262
+ <div class="kb-suggestions">
263
+ <div class="chip">refrigerator</div>
264
+ <div style="font-size:52px; color:#bdbdbd;">|</div>
265
+ <div class="chip">refrigerators</div>
266
+ <div style="flex:1;"></div>
267
+ <svg width="60" height="60" viewBox="0 0 24 24" fill="#6b6b6b">
268
+ <path d="M12 14a3 3 0 0 0 3-3V7a3 3 0 0 0-6 0v4a3 3 0 0 0 3 3zm5-3a5 5 0 0 1-4 4.9V21h-2v-5.1A5 5 0 0 1 5 11H3a7 7 0 0 0 6 6.92V21h6v-3.08A7 7 0 0 0 21 11h-2z"/>
269
+ </svg>
270
+ </div>
271
+
272
+ <div class="kb-rows">
273
+ <div class="row">
274
+ <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>
275
+ </div>
276
+ <div class="row">
277
+ <div class="key">a</div><div class="key">s</div><div class="key">d</div><div class="key">f</div><div class="key">g</div><div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div><div class="key wide">⌫</div>
278
+ </div>
279
+ <div class="row">
280
+ <div class="key wide">⇧</div><div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div><div class="key">b</div><div class="key">n</div><div class="key">m</div><div class="key wide">,</div><div class="key wide">.</div>
281
+ </div>
282
+ <div class="row">
283
+ <div class="key wide">?123</div>
284
+ <div class="key wide">,</div>
285
+ <div class="key wider">😊</div>
286
+ <div class="key space"> </div>
287
+ <div class="key wider">•</div>
288
+ <div class="key wider">↵</div>
289
+ </div>
290
+ </div>
291
+
292
+ <div class="kb-bottom">
293
+ <div class="home-pill"></div>
294
+ </div>
295
+ </div>
296
+
297
+ </div>
298
+ </body>
299
+ </html>
code/13606/13606_4.html ADDED
@@ -0,0 +1,362 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 - Refrigerator Listing</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ position: relative;
10
+ width: 1080px;
11
+ height: 2400px;
12
+ overflow: hidden;
13
+ background: linear-gradient(180deg, #a9dcd3 0%, #bfe6d9 40%, #f5f6f7 40%, #f5f6f7 100%);
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ height: 90px;
19
+ display: flex;
20
+ align-items: center;
21
+ padding: 0 36px;
22
+ color: #2b3b3b;
23
+ font-weight: 600;
24
+ font-size: 40px;
25
+ }
26
+ .status-icons {
27
+ margin-left: auto;
28
+ display: flex;
29
+ align-items: center;
30
+ gap: 28px;
31
+ color: #3b4b4b;
32
+ font-size: 36px;
33
+ }
34
+ .dot { width: 10px; height: 10px; border-radius: 50%; background: #3b4b4b; display: inline-block; }
35
+
36
+ /* Search header */
37
+ .search-row {
38
+ display: flex;
39
+ align-items: center;
40
+ padding: 10px 24px 20px 24px;
41
+ gap: 20px;
42
+ }
43
+ .back-btn {
44
+ width: 80px;
45
+ height: 80px;
46
+ border-radius: 20px;
47
+ display: flex;
48
+ align-items: center;
49
+ justify-content: center;
50
+ }
51
+ .search-bar {
52
+ flex: 1;
53
+ height: 120px;
54
+ background: #fff;
55
+ border-radius: 22px;
56
+ box-shadow: 0 2px 6px rgba(0,0,0,0.08);
57
+ display: flex;
58
+ align-items: center;
59
+ padding: 0 24px;
60
+ gap: 20px;
61
+ font-size: 42px;
62
+ color: #222;
63
+ }
64
+ .search-input {
65
+ flex: 1;
66
+ color: #222;
67
+ }
68
+ .icon {
69
+ width: 48px; height: 48px; fill: #555;
70
+ }
71
+ .camera-btn {
72
+ width: 76px; height: 76px; border-radius: 18px; background: #eef3f3;
73
+ display: flex; align-items: center; justify-content: center;
74
+ }
75
+
76
+ /* Filter chips */
77
+ .chip-row { display: flex; align-items: center; gap: 24px; padding: 8px 24px; flex-wrap: nowrap; }
78
+ .chip {
79
+ padding: 24px 30px;
80
+ border-radius: 24px;
81
+ background: #fff;
82
+ border: 1px solid #e0e0e0;
83
+ font-size: 40px;
84
+ color: #333;
85
+ white-space: nowrap;
86
+ box-shadow: 0 2px 6px rgba(0,0,0,0.06);
87
+ }
88
+ .toggle {
89
+ display: inline-flex; align-items: center; gap: 16px;
90
+ }
91
+ .toggle-pill {
92
+ width: 80px; height: 48px; border-radius: 24px; background: #eaeaea; border: 1px solid #ccc; position: relative;
93
+ }
94
+ .toggle-pill::after {
95
+ content: ""; position: absolute; width: 40px; height: 40px; background: #fff; border-radius: 50%;
96
+ top: 3px; left: 4px; box-shadow: 0 1px 3px rgba(0,0,0,0.2);
97
+ }
98
+ .star { color: #ff9d2b; font-size: 42px; letter-spacing: 2px; }
99
+ .dropdown-arrow {
100
+ display: inline-block; width: 0; height: 0; margin-left: 10px;
101
+ border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 12px solid #666;
102
+ }
103
+
104
+ /* Category chips */
105
+ .scroller {
106
+ display: flex; gap: 22px; padding: 18px 24px 10px 24px; overflow: hidden;
107
+ }
108
+ .cat-chip {
109
+ padding: 22px 28px;
110
+ border-radius: 24px;
111
+ background: #fff;
112
+ border: 1px solid #ddd;
113
+ font-size: 38px; color: #333; white-space: nowrap;
114
+ box-shadow: 0 2px 6px rgba(0,0,0,0.05);
115
+ }
116
+
117
+ /* Section title */
118
+ .section-title {
119
+ display: flex; align-items: center; gap: 18px;
120
+ padding: 30px 24px 20px 24px;
121
+ font-size: 44px; color: #111; font-weight: 700;
122
+ }
123
+
124
+ /* Banner image */
125
+ .banner {
126
+ margin: 0 24px;
127
+ background: #E0E0E0;
128
+ border: 1px solid #BDBDBD;
129
+ height: 610px;
130
+ border-radius: 20px;
131
+ display: flex; justify-content: center; align-items: center;
132
+ color: #757575; font-size: 38px; text-align: center;
133
+ }
134
+
135
+ /* Small product cards under banner */
136
+ .product-cards {
137
+ display: flex; gap: 24px; padding: 24px;
138
+ }
139
+ .product-card {
140
+ flex: 1; background: #fff; border: 1px solid #e0e0e0; border-radius: 18px;
141
+ box-shadow: 0 2px 6px rgba(0,0,0,0.06);
142
+ padding: 20px;
143
+ }
144
+ .thumb {
145
+ width: 100%; height: 210px; background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 12px;
146
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 32px;
147
+ }
148
+ .rating-row {
149
+ margin-top: 16px; display: flex; align-items: center; gap: 16px; font-size: 36px; color: #333;
150
+ }
151
+ .prime-badge {
152
+ margin-top: 10px; font-size: 36px; color: #1a73e8; font-weight: 700;
153
+ }
154
+ .link-row { padding: 0 24px; font-size: 42px; color: #1a73e8; }
155
+
156
+ /* Energy star filter */
157
+ .subheading {
158
+ padding: 40px 24px 18px 24px;
159
+ font-size: 52px; font-weight: 800; color: #111;
160
+ }
161
+ .stars-row { display: flex; gap: 24px; padding: 0 24px 10px 24px; }
162
+ .star-chip {
163
+ padding: 24px 30px; border-radius: 26px; background: #fff; border: 1px solid #ddd;
164
+ font-size: 40px; color: #333; box-shadow: 0 2px 6px rgba(0,0,0,0.05);
165
+ }
166
+
167
+ /* Sponsored card */
168
+ .sponsored-card {
169
+ margin: 24px; background: #fff; border: 1px solid #e0e0e0; border-radius: 18px;
170
+ box-shadow: 0 2px 7px rgba(0,0,0,0.08);
171
+ display: grid; grid-template-columns: 340px 1fr; align-items: start;
172
+ }
173
+ .best-seller-tag {
174
+ position: absolute; left: 24px; top: -20px; background: #f2994a; color: #fff;
175
+ padding: 18px 26px; border-radius: 14px; font-size: 40px; font-weight: 800;
176
+ box-shadow: 0 2px 6px rgba(0,0,0,0.1);
177
+ }
178
+ .sponsored-card-inner { position: relative; padding-top: 30px; }
179
+ .sponsored-label { color: #666; font-size: 38px; margin-bottom: 16px; }
180
+ .brand { font-size: 48px; font-weight: 800; margin-bottom: 10px; color: #111; }
181
+ .prod-title {
182
+ font-size: 42px; color: #222; line-height: 1.35;
183
+ }
184
+
185
+ .sponsored-thumb {
186
+ margin: 30px; height: 280px; background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 16px;
187
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 32px;
188
+ }
189
+
190
+ /* Bottom nav */
191
+ .bottom-nav {
192
+ position: absolute; bottom: 0; left: 0; right: 0;
193
+ height: 170px; background: #fff; border-top: 1px solid #e0e0e0;
194
+ display: flex; justify-content: space-around; align-items: center;
195
+ }
196
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 12px; color: #222; }
197
+ .nav-label { font-size: 36px; }
198
+ .nav-icon { width: 72px; height: 72px; fill: #333; }
199
+
200
+ /* Divider / subtle notes */
201
+ .sponsored-note { padding: 10px 24px; color: #666; font-size: 36px; display: flex; justify-content: space-between; align-items: center; }
202
+ </style>
203
+ </head>
204
+ <body>
205
+ <div id="render-target">
206
+
207
+ <!-- Status bar -->
208
+ <div class="status-bar">
209
+ <div>2:35</div>
210
+ <div class="status-icons">
211
+ <span>⚙️</span>
212
+ <span>🔆</span>
213
+ <span>LR</span>
214
+ <span class="dot"></span>
215
+ <span>📶</span>
216
+ <span>🔋</span>
217
+ </div>
218
+ </div>
219
+
220
+ <!-- Search row -->
221
+ <div class="search-row">
222
+ <div class="back-btn">
223
+ <svg class="icon" viewBox="0 0 24 24">
224
+ <path d="M15.5 19l-7-7 7-7" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
225
+ </svg>
226
+ </div>
227
+ <div class="search-bar">
228
+ <svg class="icon" viewBox="0 0 24 24">
229
+ <circle cx="11" cy="11" r="7" stroke="#666" stroke-width="2" fill="none"/>
230
+ <path d="M20 20l-4-4" stroke="#666" stroke-width="2" fill="none" stroke-linecap="round"/>
231
+ </svg>
232
+ <div class="search-input">refrigerator</div>
233
+ <div class="camera-btn">
234
+ <svg class="icon" viewBox="0 0 24 24">
235
+ <rect x="3" y="6" width="18" height="14" rx="2" fill="#666"/>
236
+ <path d="M12 13.5a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7z" fill="#fff"/>
237
+ </svg>
238
+ </div>
239
+ </div>
240
+ </div>
241
+
242
+ <!-- Filter chips -->
243
+ <div class="chip-row">
244
+ <div class="chip toggle">
245
+ <span style="color:#1a73e8;font-weight:800;">prime</span>
246
+ <div class="toggle-pill"></div>
247
+ </div>
248
+ <div class="chip">
249
+ <span class="star">★★★★★</span>
250
+ <span style="margin-left: 10px;">and Up</span>
251
+ </div>
252
+ <div class="chip">Under ₹10,000</div>
253
+ <div class="chip">Filters <span class="dropdown-arrow"></span></div>
254
+ </div>
255
+
256
+ <!-- Category chips -->
257
+ <div class="scroller">
258
+ <div class="cat-chip">Covers</div>
259
+ <div class="cat-chip">Stand</div>
260
+ <div class="cat-chip">Accessories</div>
261
+ <div class="cat-chip">Stickers</div>
262
+ <div class="cat-chip">Magnet</div>
263
+ <div class="cat-chip">Organizers</div>
264
+ </div>
265
+
266
+ <!-- Whirlpool banner heading -->
267
+ <div class="section-title">
268
+ <div style="font-weight:900; color:#111;">Whirlpool</div>
269
+ <div style="font-weight:600; color:#333;">Experience everyday care, with Whirlpool</div>
270
+ </div>
271
+
272
+ <!-- Banner image -->
273
+ <div class="banner">[IMG: Whirlpool Refrigerator Christmas Banner]</div>
274
+
275
+ <!-- Small product cards -->
276
+ <div class="product-cards">
277
+ <div class="product-card">
278
+ <div class="thumb">[IMG: Blue Single-Door Refrigerator]</div>
279
+ <div class="rating-row">
280
+ <span class="star" style="font-size:38px;">★★★★☆</span>
281
+ <span>1,980</span>
282
+ </div>
283
+ <div class="prime-badge">prime</div>
284
+ </div>
285
+ <div class="product-card">
286
+ <div class="thumb">[IMG: Silver Water Dispenser]</div>
287
+ <div class="rating-row">
288
+ <span class="star" style="font-size:38px;">★★★★☆</span>
289
+ <span>2,1k+</span>
290
+ </div>
291
+ <div class="prime-badge">prime</div>
292
+ </div>
293
+ </div>
294
+
295
+ <div class="link-row">Shop Whirlpool</div>
296
+
297
+ <div class="sponsored-note">
298
+ <div>Sponsored</div>
299
+ <div style="width:24px;height:24px;border-radius:12px;background:#d9d9d9;"></div>
300
+ </div>
301
+
302
+ <!-- Energy star filter -->
303
+ <div class="subheading">Filter by energy star</div>
304
+ <div class="stars-row">
305
+ <div class="star-chip">1 Star</div>
306
+ <div class="star-chip">2 Star</div>
307
+ <div class="star-chip">3 Star</div>
308
+ <div class="star-chip">4 Star</div>
309
+ <div class="star-chip">5 Star</div>
310
+ </div>
311
+
312
+ <!-- Sponsored best seller card -->
313
+ <div class="sponsored-card">
314
+ <div class="sponsored-thumb">[IMG: Whirlpool Triple-Door Refrigerator]</div>
315
+ <div class="sponsored-card-inner">
316
+ <div class="best-seller-tag">Best seller</div>
317
+ <div class="sponsored-label">Sponsored</div>
318
+ <div class="brand">Whirlpool</div>
319
+ <div class="prod-title">
320
+ 240 L Frost Free Triple-Door Refrigerator (FP 263D PROTTON ROY ARCTIC STEEL(N))
321
+ </div>
322
+ </div>
323
+ </div>
324
+
325
+ <!-- Bottom navigation -->
326
+ <div class="bottom-nav">
327
+ <div class="nav-item">
328
+ <svg class="nav-icon" viewBox="0 0 24 24">
329
+ <path d="M3 10l9-7 9 7v9a2 2 0 0 1-2 2h-5v-7H10v7H5a2 2 0 0 1-2-2v-9z" fill="#333"/>
330
+ </svg>
331
+ <div class="nav-label">Home</div>
332
+ </div>
333
+ <div class="nav-item">
334
+ <svg class="nav-icon" viewBox="0 0 24 24">
335
+ <circle cx="12" cy="8" r="4" fill="#333"/>
336
+ <path d="M4 21c0-4 4-7 8-7s8 3 8 7" fill="#333"/>
337
+ </svg>
338
+ <div class="nav-label">You</div>
339
+ </div>
340
+ <div class="nav-item">
341
+ <svg class="nav-icon" viewBox="0 0 24 24">
342
+ <path d="M4 18l8-6 8 6-8 4-8-4z" fill="#333"/>
343
+ </svg>
344
+ <div class="nav-label">More</div>
345
+ </div>
346
+ <div class="nav-item">
347
+ <svg class="nav-icon" viewBox="0 0 24 24">
348
+ <path d="M6 6h15l-2 10H7L6 6zm1 12a2 2 0 1 0 .001 4A2 2 0 0 0 7 18zm10 0a2 2 0 1 0 .001 4A2 2 0 0 0 17 18z" fill="#333"/>
349
+ </svg>
350
+ <div class="nav-label">Cart</div>
351
+ </div>
352
+ <div class="nav-item">
353
+ <svg class="nav-icon" viewBox="0 0 24 24">
354
+ <path d="M3 6h18v2H3V6zm0 5h18v2H3v-2zm0 5h18v2H3v-2z" fill="#333"/>
355
+ </svg>
356
+ <div class="nav-label">Menu</div>
357
+ </div>
358
+ </div>
359
+
360
+ </div>
361
+ </body>
362
+ </html>
code/13617/13617_0.html ADDED
@@ -0,0 +1,321 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>Mobile UI Mock - YouTube Video Page</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: #0f0f0f; color: #fff;
11
+ }
12
+
13
+ /* Status bar */
14
+ .status-bar {
15
+ position: absolute; top: 0; left: 0; width: 100%; height: 80px;
16
+ background: rgba(0,0,0,0.55); display: flex; align-items: center; justify-content: space-between;
17
+ padding: 0 28px; box-sizing: border-box; font-size: 28px;
18
+ }
19
+ .status-left { display: flex; gap: 22px; align-items: center; }
20
+ .status-right { display: flex; gap: 22px; align-items: center; opacity: 0.9; }
21
+ .status-dot { width: 10px; height: 10px; background: #c4c4c4; border-radius: 50%; }
22
+
23
+ /* Video area */
24
+ .video-container {
25
+ position: absolute; top: 80px; left: 0; width: 100%; height: 700px; background: #101820;
26
+ }
27
+ .video-frame {
28
+ position: absolute; inset: 0;
29
+ background: #E0E0E0; border: 1px solid #BDBDBD;
30
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 32px;
31
+ }
32
+ .overlay-top {
33
+ position: absolute; top: 20px; left: 24px; right: 24px; display: flex; align-items: center; justify-content: space-between;
34
+ }
35
+ .overlay-left { display: flex; align-items: center; gap: 26px; }
36
+ .overlay-right { display: flex; align-items: center; gap: 26px; }
37
+ .circle-btn {
38
+ width: 86px; height: 86px; border-radius: 50%; background: rgba(0,0,0,0.55);
39
+ display: flex; align-items: center; justify-content: center;
40
+ }
41
+ .play-btn {
42
+ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
43
+ width: 160px; height: 160px; border-radius: 50%; background: rgba(0,0,0,0.55);
44
+ display: flex; align-items: center; justify-content: center;
45
+ }
46
+ .skip-left, .skip-right {
47
+ position: absolute; top: 50%; transform: translateY(-50%);
48
+ }
49
+ .skip-left { left: 60px; }
50
+ .skip-right { right: 60px; }
51
+ .skip-badge { position: absolute; bottom: 12px; right: 16px; background: #222; color: #fff; font-size: 26px; padding: 6px 12px; border-radius: 18px; opacity: 0.9; }
52
+ .progress-area {
53
+ position: absolute; bottom: 0; left: 0; right: 0; height: 86px; background: rgba(0,0,0,0.35);
54
+ display: flex; align-items: center; padding: 0 24px; box-sizing: border-box; gap: 18px;
55
+ }
56
+ .progress-bar {
57
+ position: absolute; bottom: 0; left: 0; width: 100%; height: 8px; background: #333;
58
+ }
59
+ .progress-fill { width: 240px; height: 8px; background: #ff2f2f; }
60
+ .time-text { font-size: 26px; color: #cfcfcf; }
61
+ .fs-btn { margin-left: auto; width: 46px; height: 46px; border: 2px solid #cfcfcf; }
62
+
63
+ /* Ad belt under video */
64
+ .ad-belt {
65
+ position: absolute; top: 780px; left: 0; width: 100%; padding: 22px 24px; box-sizing: border-box;
66
+ background: #161616; border-top: 1px solid #242424; border-bottom: 1px solid #242424;
67
+ display: flex; align-items: center; gap: 22px;
68
+ }
69
+ .avatar {
70
+ width: 88px; height: 88px; border-radius: 50%; background: #E0E0E0; border: 1px solid #BDBDBD;
71
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 20px;
72
+ }
73
+ .ad-info { flex: 1; }
74
+ .ad-title { font-size: 34px; }
75
+ .ad-sub { font-size: 26px; color: #9aa0a6; margin-top: 6px; }
76
+ .ad-actions { display: flex; align-items: center; gap: 18px; }
77
+ .shop-btn {
78
+ background: #4da3ff; color: #fff; padding: 18px 28px; border-radius: 36px; font-weight: 700; font-size: 30px;
79
+ }
80
+ .kebab { width: 16px; height: 16px; border-radius: 2px; position: relative; }
81
+ .kebab::before, .kebab::after, .kebab span { content:""; position:absolute; left:50%; transform:translateX(-50%); width:6px; height:6px; background:#bfbfbf; border-radius:50%; }
82
+ .kebab::before { top:0; }
83
+ .kebab span { top:6px; }
84
+ .kebab::after { top:12px; }
85
+
86
+ /* Title & meta */
87
+ .content {
88
+ position: absolute; top: 920px; left: 0; width: 100%; padding: 22px 24px; box-sizing: border-box;
89
+ }
90
+ .video-title { font-size: 44px; line-height: 1.24; font-weight: 700; margin-bottom: 18px; }
91
+ .meta { font-size: 28px; color: #bdbdbd; }
92
+ .hashtags { color: #9ecaff; }
93
+ .channel-row {
94
+ margin-top: 26px; display: flex; align-items: center; justify-content: space-between;
95
+ }
96
+ .channel-left { display: flex; align-items: center; gap: 18px; }
97
+ .channel-name { font-size: 36px; font-weight: 700; }
98
+ .subs { font-size: 28px; color: #bdbdbd; margin-left: 12px; }
99
+ .live-badge {
100
+ background: #e53935; color: #fff; font-size: 22px; padding: 6px 10px; border-radius: 8px; font-weight: 700; margin-left: -10px;
101
+ }
102
+ .bell-btn {
103
+ width: 92px; height: 92px; border-radius: 50%; background: #1a1a1a; border: 1px solid #2c2c2c;
104
+ display: flex; align-items: center; justify-content: center;
105
+ }
106
+
107
+ /* Action buttons */
108
+ .actions {
109
+ margin-top: 26px; display: flex; gap: 18px; flex-wrap: wrap;
110
+ }
111
+ .pill {
112
+ background: #1a1a1a; border: 1px solid #2c2c2c; border-radius: 18px; padding: 18px 26px; display: flex; align-items: center; gap: 16px;
113
+ font-size: 30px; color: #fff;
114
+ }
115
+ .count { color: #cfcfcf; }
116
+
117
+ /* Comments preview */
118
+ .comments-card {
119
+ margin-top: 26px; background: #141414; border: 1px solid #242424; border-radius: 22px; padding: 22px;
120
+ }
121
+ .comments-header { font-size: 34px; margin-bottom: 12px; color: #e0e0e0; }
122
+ .comment-row { display: flex; gap: 18px; align-items: center; }
123
+ .comment-avatar { width: 72px; height: 72px; border-radius: 50%; background: #E0E0E0; border: 1px solid #BDBDBD; display:flex; align-items:center; justify-content:center; color:#757575; font-size:18px; }
124
+ .comment-text { font-size: 30px; color: #e0e0e0; }
125
+ .expand { margin-left: auto; width: 16px; height: 16px; position: relative; }
126
+ .expand::before, .expand::after { content:""; position:absolute; background:#bfbfbf; }
127
+ .expand::before { width: 24px; height: 3px; top: 6px; left: -4px; }
128
+ .expand::after { width: 3px; height: 24px; top: -4px; left: 8px; }
129
+
130
+ /* Bottom banner ad */
131
+ .bottom-banner {
132
+ position: absolute; bottom: 98px; left: 0; width: 100%; height: 520px; background: #0f0f0f;
133
+ border-top: 1px solid #222;
134
+ }
135
+ .banner-img {
136
+ position: absolute; inset: 0; background: #E0E0E0; border: 1px solid #BDBDBD;
137
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 32px;
138
+ }
139
+ .banner-overlay {
140
+ position: absolute; left: 36px; bottom: 110px; color: #fff;
141
+ }
142
+ .banner-title { font-size: 64px; font-weight: 800; letter-spacing: 1px; }
143
+ .badge-row { display: flex; gap: 18px; margin-top: 18px; }
144
+ .badge { width: 72px; height: 72px; border-radius: 50%; background: #e56b6b; display: flex; align-items: center; justify-content: center; font-weight: 800; }
145
+ .book-btn {
146
+ position: absolute; right: 36px; bottom: 120px;
147
+ background: #ff7f73; color: #fff; border-radius: 12px; padding: 20px 34px; font-size: 34px; font-weight: 700;
148
+ }
149
+
150
+ .bottom-app-bar {
151
+ position: absolute; bottom: 0; left: 0; width: 100%; height: 98px; background: #111;
152
+ border-top: 1px solid #222; display: flex; align-items: center; justify-content: space-between; padding: 0 26px; box-sizing: border-box;
153
+ }
154
+ .open-app { color: #5fa8ff; font-size: 36px; font-weight: 700; }
155
+ .ext-icon { width: 46px; height: 46px; border: 2px solid #5fa8ff; position: relative; }
156
+ .ext-icon::before { content:""; position:absolute; right: -8px; top: -8px; width: 18px; height: 18px; border: 3px solid #5fa8ff; }
157
+
158
+ /* Simple icon styles (svg wrapped) */
159
+ svg { fill: none; stroke: #fff; stroke-width: 2.5; }
160
+ .icon24 { width: 44px; height: 44px; }
161
+ .icon32 { width: 64px; height: 64px; }
162
+ .icon64 { width: 100px; height: 100px; }
163
+
164
+ .gray { stroke: #cfcfcf; }
165
+ </style>
166
+ </head>
167
+ <body>
168
+ <div id="render-target">
169
+
170
+ <!-- Status bar -->
171
+ <div class="status-bar">
172
+ <div class="status-left">
173
+ <div>11:01</div>
174
+ <div class="status-dot"></div>
175
+ <div class="status-dot"></div>
176
+ <div class="status-dot"></div>
177
+ </div>
178
+ <div class="status-right">
179
+ <svg class="icon24" viewBox="0 0 24 24"><path d="M2 7h20M2 12h14M2 17h8"/></svg>
180
+ <svg class="icon24" viewBox="0 0 24 24"><circle cx="12" cy="12" r="9"/></svg>
181
+ <svg class="icon24" viewBox="0 0 24 24"><path d="M3 12l4 4 7-7"/><path d="M21 8v8"/></svg>
182
+ </div>
183
+ </div>
184
+
185
+ <!-- Video -->
186
+ <div class="video-container">
187
+ <div class="video-frame">[IMG: Video Frame - Lake with mountains and September title]</div>
188
+
189
+ <div class="overlay-top">
190
+ <div class="overlay-left">
191
+ <div class="circle-btn">
192
+ <svg class="icon32" viewBox="0 0 24 24"><path d="M15 6l-6 6 6 6"/><path d="M21 12H9"/></svg>
193
+ </div>
194
+ </div>
195
+ <div class="overlay-right">
196
+ <div class="circle-btn">
197
+ <svg class="icon24" viewBox="0 0 24 24"><rect x="5" y="6" width="14" height="10"/><path d="M2 18c2-4 6-4 10 0"/></svg>
198
+ </div>
199
+ <div class="circle-btn">
200
+ <svg class="icon24" viewBox="0 0 24 24"><rect x="4" y="7" width="16" height="10"/><path d="M7 12h10"/></svg>
201
+ </div>
202
+ <div class="circle-btn">
203
+ <svg class="icon24" viewBox="0 0 24 24"><circle cx="12" cy="12" r="5"/><path d="M12 3v3M12 18v3M3 12h3M18 12h3"/></svg>
204
+ </div>
205
+ <div class="circle-btn">
206
+ <svg class="icon24" viewBox="0 0 24 24"><path d="M5 5l14 14M19 5L5 19"/></svg>
207
+ </div>
208
+ </div>
209
+ </div>
210
+
211
+ <div class="play-btn">
212
+ <svg class="icon64" viewBox="0 0 24 24"><path d="M8 5l12 7-12 7z"/></svg>
213
+ </div>
214
+
215
+ <div class="skip-left">
216
+ <div class="circle-btn">
217
+ <svg class="icon32" viewBox="0 0 24 24"><path d="M9 6l-6 6 6 6"/><path d="M21 12H5"/></svg>
218
+ <div class="skip-badge">10</div>
219
+ </div>
220
+ </div>
221
+ <div class="skip-right">
222
+ <div class="circle-btn">
223
+ <svg class="icon32" viewBox="0 0 24 24"><path d="M15 6l6 6-6 6"/><path d="M3 12h16"/></svg>
224
+ <div class="skip-badge">10</div>
225
+ </div>
226
+ </div>
227
+
228
+ <div class="progress-area">
229
+ <div class="time-text">6:00 / 2:19:46</div>
230
+ <div class="fs-btn"></div>
231
+ <div class="progress-bar">
232
+ <div class="progress-fill"></div>
233
+ </div>
234
+ </div>
235
+ </div>
236
+
237
+ <!-- Ad belt -->
238
+ <div class="ad-belt">
239
+ <div class="avatar">[Ad]</div>
240
+ <div class="ad-info">
241
+ <div class="ad-title">Surf excel</div>
242
+ <div class="ad-sub">Ad · theushop.in</div>
243
+ </div>
244
+ <div class="ad-actions">
245
+ <div class="shop-btn">Shop now!</div>
246
+ <div class="kebab"><span></span></div>
247
+ </div>
248
+ </div>
249
+
250
+ <!-- Content -->
251
+ <div class="content">
252
+ <div class="video-title">Indie/Rock/Alternative Compilation - September 2023 (2-Hour Playlist)</div>
253
+ <div class="meta">86K views · 2w ago <span class="hashtags">#IndieRock #IndieMusic #September</span> …more</div>
254
+
255
+ <div class="channel-row">
256
+ <div class="channel-left">
257
+ <div class="avatar">[Avatar]</div>
258
+ <div class="live-badge">LIVE</div>
259
+ <div class="channel-name">alexrainbirdMusic <span class="subs">1.26M</span></div>
260
+ </div>
261
+ <div class="bell-btn">
262
+ <svg class="icon32 gray" viewBox="0 0 24 24"><path d="M12 22a2 2 0 0 0 2-2H10a2 2 0 0 0 2 2z"/><path d="M18 16V11a6 6 0 1 0-12 0v5l-2 2h16l-2-2z"/></svg>
263
+ </div>
264
+ </div>
265
+
266
+ <div class="actions">
267
+ <div class="pill">
268
+ <svg class="icon24" viewBox="0 0 24 24"><path d="M4 14h4l4-9 4 9h4l-8 6z"/></svg>
269
+ <div class="count">904</div>
270
+ </div>
271
+ <div class="pill">
272
+ <svg class="icon24" viewBox="0 0 24 24"><path d="M21 15a5 5 0 0 1-5 5H6l-4 3V6a5 5 0 0 1 5-5h9a5 5 0 0 1 5 5"/></svg>
273
+ </div>
274
+ <div class="pill">
275
+ <svg class="icon24" viewBox="0 0 24 24"><path d="M4 12h10"/><path d="M10 6l4 6-4 6"/></svg>
276
+ <div>Share</div>
277
+ </div>
278
+ <div class="pill">
279
+ <svg class="icon24" viewBox="0 0 24 24"><path d="M12 3v12"/><path d="M6 9l6 6 6-6"/><rect x="5" y="18" width="14" height="3"/></svg>
280
+ <div>Download</div>
281
+ </div>
282
+ <div class="pill">
283
+ <svg class="icon24" viewBox="0 0 24 24"><path d="M5 4l14 16"/><path d="M5 20l14-16"/></svg>
284
+ <div>Clip</div>
285
+ </div>
286
+ </div>
287
+
288
+ <div class="comments-card">
289
+ <div class="comments-header">Comments 36</div>
290
+ <div class="comment-row">
291
+ <div class="comment-avatar">[User]</div>
292
+ <div class="comment-text">thanks for including us in this y'all &lt;3 so appreciative of your support</div>
293
+ <div class="expand"></div>
294
+ </div>
295
+ </div>
296
+ </div>
297
+
298
+ <!-- Bottom banner ad -->
299
+ <div class="bottom-banner">
300
+ <div class="banner-img">[IMG: Bus interior travel ad with people sitting]</div>
301
+ <div class="banner-overlay">
302
+ <div class="banner-title">Open your horizons</div>
303
+ <div class="badge-row">
304
+ <div class="badge">✈</div>
305
+ <div class="badge">🚆</div>
306
+ <div class="badge">🚌</div>
307
+ <div class="badge">⛴</div>
308
+ </div>
309
+ </div>
310
+ <div class="book-btn">Book Now</div>
311
+ </div>
312
+
313
+ <!-- Bottom app bar -->
314
+ <div class="bottom-app-bar">
315
+ <div class="open-app">Open app</div>
316
+ <div class="ext-icon"></div>
317
+ </div>
318
+
319
+ </div>
320
+ </body>
321
+ </html>
code/13617/13617_1.html ADDED
@@ -0,0 +1,307 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>YouTube Library Mock</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: #121212;
13
+ color: #ffffff;
14
+ font-family: Arial, Helvetica, sans-serif;
15
+ }
16
+ /* Status bar */
17
+ .status-bar {
18
+ height: 60px;
19
+ padding: 0 24px;
20
+ display: flex;
21
+ align-items: center;
22
+ justify-content: space-between;
23
+ color: #ddd;
24
+ font-size: 28px;
25
+ background: #0f0f0f;
26
+ box-shadow: 0 1px 0 rgba(255,255,255,0.06);
27
+ }
28
+ .status-icons { display: flex; gap: 18px; align-items: center; }
29
+ /* Top app bar */
30
+ .topbar {
31
+ height: 110px;
32
+ padding: 0 24px;
33
+ display: flex;
34
+ align-items: center;
35
+ justify-content: space-between;
36
+ background: #0f0f0f;
37
+ border-bottom: 1px solid rgba(255,255,255,0.06);
38
+ }
39
+ .yt-brand {
40
+ display: flex;
41
+ align-items: center;
42
+ gap: 16px;
43
+ }
44
+ .yt-logo {
45
+ width: 64px; height: 44px; background: #ff0000; border-radius: 10px; position: relative;
46
+ }
47
+ .yt-logo:before {
48
+ content: "";
49
+ position: absolute; left: 20px; top: 12px;
50
+ border-left: 16px solid #fff;
51
+ border-top: 10px solid transparent;
52
+ border-bottom: 10px solid transparent;
53
+ }
54
+ .brand-text { font-size: 34px; font-weight: 700; letter-spacing: 0.3px; }
55
+ .toolbar-icons { display: flex; align-items: center; gap: 28px; }
56
+ .icon-btn { width: 46px; height: 46px; display: flex; align-items: center; justify-content: center; border-radius: 23px; }
57
+ .avatar {
58
+ width: 48px; height: 48px; background: #6c48ff; border-radius: 50%;
59
+ display: flex; align-items: center; justify-content: center; font-weight: 700;
60
+ }
61
+
62
+ /* Sections */
63
+ .section { padding: 28px 24px 8px 24px; }
64
+ .section-header {
65
+ display: flex; align-items: center; justify-content: space-between;
66
+ margin-bottom: 18px;
67
+ }
68
+ .section-title {
69
+ font-size: 42px; font-weight: 700;
70
+ }
71
+ .view-link { color: #3ea6ff; font-size: 30px; }
72
+
73
+ /* Thumbnails row */
74
+ .thumb-row { display: flex; gap: 22px; }
75
+ .thumb-card { width: 332px; }
76
+ .thumb-img {
77
+ width: 332px; height: 188px; background: #E0E0E0; border: 1px solid #BDBDBD;
78
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 26px; position: relative; border-radius: 12px;
79
+ }
80
+ .progress {
81
+ position: absolute; left: 0; bottom: 0; height: 8px; width: 70%; background: #e53935; border-bottom-left-radius: 12px;
82
+ }
83
+ .thumb-title {
84
+ font-size: 30px; line-height: 1.2; margin-top: 12px; min-height: 72px;
85
+ }
86
+ .thumb-meta { color: #9aa0a6; font-size: 26px; }
87
+
88
+ /* Playlists row */
89
+ .playlist-row { display: flex; gap: 22px; }
90
+ .playlist-card { width: 332px; }
91
+ .playlist-img {
92
+ width: 332px; height: 188px; background: #E0E0E0; border: 1px solid #BDBDBD;
93
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 26px; border-radius: 12px; position: relative;
94
+ }
95
+ .playlist-title { font-size: 30px; margin-top: 12px; line-height: 1.2; min-height: 72px; }
96
+ .private { color: #9aa0a6; font-size: 26px; }
97
+
98
+ /* List items */
99
+ .list { padding: 18px 24px; }
100
+ .list-item {
101
+ display: flex; align-items: center; gap: 22px; padding: 22px 6px;
102
+ border-top: 1px solid rgba(255,255,255,0.06);
103
+ }
104
+ .list-item svg { width: 44px; height: 44px; fill: #fff; opacity: 0.9; }
105
+ .list-title { font-size: 34px; }
106
+
107
+ /* Mini player bar */
108
+ .mini-player {
109
+ position: absolute; left: 0; bottom: 160px; width: 100%; height: 140px;
110
+ background: #0f0f0f; border-top: 1px solid rgba(255,255,255,0.06);
111
+ display: flex; align-items: center; padding: 0 24px; gap: 20px;
112
+ }
113
+ .mini-thumb {
114
+ width: 260px; height: 120px; background: #E0E0E0; border: 1px solid #BDBDBD;
115
+ display: flex; align-items: center; justify-content: center; color: #757575; border-radius: 8px;
116
+ }
117
+ .mini-title { font-size: 30px; color: #e0e0e0; }
118
+ .mini-meta { color: #9aa0a6; font-size: 26px; }
119
+ .mini-actions { margin-left: auto; display: flex; gap: 28px; }
120
+ .mini-actions .icon-btn svg { width: 46px; height: 46px; }
121
+
122
+ /* Bottom navigation */
123
+ .bottom-nav {
124
+ position: absolute; left: 0; bottom: 0; width: 100%; height: 160px;
125
+ background: #0f0f0f; border-top: 1px solid rgba(255,255,255,0.06);
126
+ display: flex; align-items: center; justify-content: space-around;
127
+ color: #ddd;
128
+ }
129
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 10px; font-size: 26px; }
130
+ .nav-item svg { width: 48px; height: 48px; fill: #ddd; }
131
+ .fab {
132
+ width: 92px; height: 92px; background: #1f1f1f; border: 2px solid #3a3a3a; border-radius: 46px;
133
+ display: flex; align-items: center; justify-content: center;
134
+ }
135
+ .fab svg { width: 56px; height: 56px; stroke: #ddd; stroke-width: 6; fill: none; }
136
+
137
+ </style>
138
+ </head>
139
+ <body>
140
+ <div id="render-target">
141
+
142
+ <!-- Status bar -->
143
+ <div class="status-bar">
144
+ <div>11:11</div>
145
+ <div class="status-icons">
146
+ <!-- simple dots resembling system icons -->
147
+ <svg width="28" height="28"><circle cx="14" cy="14" r="10" fill="#fff" opacity="0.8"/></svg>
148
+ <svg width="28" height="28"><rect x="6" y="6" width="16" height="16" fill="#fff" opacity="0.8"/></svg>
149
+ <svg width="28" height="28"><path d="M4 20h20" stroke="#fff" stroke-width="3"/></svg>
150
+ </div>
151
+ </div>
152
+
153
+ <!-- Top bar -->
154
+ <div class="topbar">
155
+ <div class="yt-brand">
156
+ <div class="yt-logo"></div>
157
+ <div class="brand-text">YouTube</div>
158
+ </div>
159
+ <div class="toolbar-icons">
160
+ <!-- Cast -->
161
+ <div class="icon-btn">
162
+ <svg viewBox="0 0 24 24">
163
+ <path d="M3 5h18v10h-6v2h8V3H1v4h2V5zM1 19h4c0-2.2-1.8-4-4-4v4zm0-6c3.3 0 6 2.7 6 6h2c0-4.4-3.6-8-8-8v2zm0-4c5.5 0 10 4.5 10 10h2C13 12.4 7.6 7 1 7v2z" fill="#fff"/>
164
+ </svg>
165
+ </div>
166
+ <!-- Bell -->
167
+ <div class="icon-btn">
168
+ <svg viewBox="0 0 24 24">
169
+ <path d="M12 22a2 2 0 0 0 2-2h-4a2 2 0 0 0 2 2zm8-6V11a8 8 0 1 0-16 0v5l-2 2v1h20v-1l-2-2z" fill="#fff"/>
170
+ </svg>
171
+ </div>
172
+ <!-- Search -->
173
+ <div class="icon-btn">
174
+ <svg viewBox="0 0 24 24">
175
+ <circle cx="10" cy="10" r="6" stroke="#fff" stroke-width="2" fill="none"/>
176
+ <path d="M15 15l6 6" stroke="#fff" stroke-width="2"/>
177
+ </svg>
178
+ </div>
179
+ <!-- Avatar -->
180
+ <div class="avatar">C</div>
181
+ </div>
182
+ </div>
183
+
184
+ <!-- History section -->
185
+ <div class="section">
186
+ <div class="section-header">
187
+ <div class="section-title">History</div>
188
+ <div class="view-link">View all</div>
189
+ </div>
190
+ <div class="thumb-row">
191
+ <div class="thumb-card">
192
+ <div class="thumb-img">
193
+ [IMG: Indie/Rock/Alternative Compilation]
194
+ <div class="progress"></div>
195
+ </div>
196
+ <div class="thumb-title">Indie/Rock/ Alternative Compilation</div>
197
+ <div class="thumb-meta">alexrainbirdMusic</div>
198
+ </div>
199
+ <div class="thumb-card">
200
+ <div class="thumb-img">
201
+ [IMG: C96 Mauser Bolo Pistol]
202
+ <div class="progress" style="width: 50%"></div>
203
+ </div>
204
+ <div class="thumb-title">C96 Mauser Bolo</div>
205
+ <div class="thumb-meta">Misha’s Guns</div>
206
+ </div>
207
+ <div class="thumb-card">
208
+ <div class="thumb-img">
209
+ [IMG: Cricket Match Short Clip]
210
+ <div class="progress" style="width: 30%"></div>
211
+ </div>
212
+ <div class="thumb-title">Tableeghi Jam Cricket Match</div>
213
+ <div class="thumb-meta">Fun2hell</div>
214
+ </div>
215
+ </div>
216
+ </div>
217
+
218
+ <!-- Playlists section -->
219
+ <div class="section" style="padding-top: 38px;">
220
+ <div class="section-header">
221
+ <div class="section-title" style="display:flex; align-items:center; gap:12px;">
222
+ <!-- playlist icon -->
223
+ <svg width="40" height="40" viewBox="0 0 24 24" style="fill:#fff;">
224
+ <path d="M3 5h12v2H3V5zm0 6h12v2H3v-2zm0 6h8v2H3v-2zm14-3v-3l5 4-5 4v-3h-4v-2h4z"/>
225
+ </svg>
226
+ Playlists
227
+ </div>
228
+ <div class="view-link">View all</div>
229
+ </div>
230
+ <div class="playlist-row">
231
+ <div class="playlist-card">
232
+ <div class="playlist-img">[IMG: Watch later list preview]</div>
233
+ <div class="playlist-title">Watch later</div>
234
+ <div class="private">Private</div>
235
+ </div>
236
+ <div class="playlist-card">
237
+ <div class="playlist-img">[IMG: Favourite Indie Rock Song]</div>
238
+ <div class="playlist-title">Favourite Indie Rock Song</div>
239
+ </div>
240
+ <div class="playlist-card">
241
+ <div class="playlist-img">[IMG: My gardhh Playlist]</div>
242
+ <div class="playlist-title">My gardhh</div>
243
+ </div>
244
+ </div>
245
+ </div>
246
+
247
+ <!-- List actions -->
248
+ <div class="list">
249
+ <div class="list-item">
250
+ <svg viewBox="0 0 24 24"><path d="M3 4v16l14-8-14-8z"/></svg>
251
+ <div class="list-title">Your videos</div>
252
+ </div>
253
+ <div class="list-item">
254
+ <svg viewBox="0 0 24 24"><path d="M5 20h14v-2H5v2zm6-16L7 9h3v6h4V9h3l-4-5z"/></svg>
255
+ <div class="list-title">Downloads</div>
256
+ </div>
257
+ <div class="list-item">
258
+ <svg viewBox="0 0 24 24"><path d="M3 5h18v14H3V5zm2 2v10h14V7H5zm3 2h8v2H8V9zm0 4h6v2H8v-2z"/></svg>
259
+ <div class="list-title">Your movies</div>
260
+ </div>
261
+ </div>
262
+
263
+ <!-- Mini player -->
264
+ <div class="mini-player">
265
+ <div class="mini-thumb">[IMG: Indie/Rock/Alternative Compilation]</div>
266
+ <div style="display:flex; flex-direction:column;">
267
+ <div class="mini-title">Indie/Rock/Alternative Compilation</div>
268
+ <div class="mini-meta">alexrainbirdMusic</div>
269
+ </div>
270
+ <div class="mini-actions">
271
+ <div class="icon-btn">
272
+ <svg viewBox="0 0 24 24"><path d="M8 5v14l11-7-11-7z"/></svg>
273
+ </div>
274
+ <div class="icon-btn">
275
+ <svg viewBox="0 0 24 24"><path d="M6 6l12 12M18 6L6 18" stroke="#fff" stroke-width="2"/></svg>
276
+ </div>
277
+ </div>
278
+ </div>
279
+
280
+ <!-- Bottom navigation -->
281
+ <div class="bottom-nav">
282
+ <div class="nav-item">
283
+ <svg viewBox="0 0 24 24"><path d="M12 3l10 9h-3v9h-6v-6H11v6H5v-9H2l10-9z"/></svg>
284
+ <div>Home</div>
285
+ </div>
286
+ <div class="nav-item">
287
+ <svg viewBox="0 0 24 24"><path d="M9 7l6 6-6 6V7z"/></svg>
288
+ <div>Shorts</div>
289
+ </div>
290
+ <div class="nav-item">
291
+ <div class="fab">
292
+ <svg viewBox="0 0 24 24"><path d="M12 5v14M5 12h14"/></svg>
293
+ </div>
294
+ </div>
295
+ <div class="nav-item">
296
+ <svg viewBox="0 0 24 24"><path d="M3 5h18v12H3V5zm2 2v8h14V7H5zm2 10h10v2H7v-2z"/></svg>
297
+ <div>Subscriptions</div>
298
+ </div>
299
+ <div class="nav-item">
300
+ <svg viewBox="0 0 24 24"><path d="M4 5h16v14H4V5zm2 2v10h12V7H6z"/></svg>
301
+ <div>Library</div>
302
+ </div>
303
+ </div>
304
+
305
+ </div>
306
+ </body>
307
+ </html>
code/13618/13618_0.html ADDED
@@ -0,0 +1,358 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>RapidBox Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #F5F7FA;
15
+ border-radius: 28px;
16
+ box-shadow: 0 18px 40px rgba(0,0,0,0.15);
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0; left: 0; right: 0;
23
+ height: 130px;
24
+ background: #2C2C2C;
25
+ color: #fff;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ padding: 0 40px;
30
+ font-weight: 600;
31
+ letter-spacing: 0.5px;
32
+ }
33
+ .sb-left, .sb-right { display: flex; align-items: center; gap: 28px; }
34
+ .sb-icon svg { width: 36px; height: 36px; stroke: #fff; fill: none; }
35
+ .sb-right .battery {
36
+ display: flex; align-items: center; gap: 12px; color: #fff; font-weight: 700;
37
+ }
38
+ .battery svg { width: 52px; height: 30px; }
39
+
40
+ /* Header / brand area */
41
+ .header {
42
+ position: absolute;
43
+ top: 130px; left: 0; right: 0;
44
+ height: 240px;
45
+ padding: 36px 40px;
46
+ background: linear-gradient(180deg, #FFF7D8 0%, #FFF1C2 100%);
47
+ }
48
+ .brand {
49
+ display: flex; align-items: center; gap: 24px;
50
+ }
51
+ .brand-logo {
52
+ width: 64px; height: 64px; border-radius: 14px; background: #F3D262;
53
+ position: relative;
54
+ }
55
+ .brand-logo::before, .brand-logo::after {
56
+ content: ""; position: absolute; left: 10px; right: 10px; height: 16px; background: #EAC552; border-radius: 12px;
57
+ }
58
+ .brand-logo::before { top: 14px; transform: skewX(-18deg); }
59
+ .brand-logo::after { bottom: 14px; transform: skewX(18deg); }
60
+ .brand-name { font-size: 58px; color: #253046; font-weight: 700; }
61
+
62
+ .header-actions {
63
+ position: absolute; right: 40px; top: 46px;
64
+ height: 96px; width: 280px;
65
+ border: 2px solid #DDE1EA; border-radius: 48px; background: #fff;
66
+ display: flex; align-items: center; justify-content: space-evenly;
67
+ }
68
+ .header-actions svg { width: 42px; height: 42px; stroke: #27324A; }
69
+
70
+ /* Category shortcuts */
71
+ .categories {
72
+ position: absolute;
73
+ top: 370px;
74
+ left: 0; right: 0;
75
+ padding: 22px 30px 10px;
76
+ background: #EEF2F7;
77
+ display: flex; gap: 28px; justify-content: space-between;
78
+ }
79
+ .cat-item { width: 190px; text-align: center; }
80
+ .cat-tile {
81
+ width: 190px; height: 190px; border-radius: 42px;
82
+ display: flex; align-items: center; justify-content: center;
83
+ }
84
+ .cat-item:nth-child(1) .cat-tile { background: #F7C84F; }
85
+ .cat-item:nth-child(2) .cat-tile { background: #4FA5F7; }
86
+ .cat-item:nth-child(3) .cat-tile { background: #79D5CE; }
87
+ .cat-item:nth-child(4) .cat-tile { background: linear-gradient(135deg, #74CE9E, #9D7CF7); }
88
+ .cat-item:nth-child(5) .cat-tile { background: #6A62F2; }
89
+ .cat-label {
90
+ margin-top: 12px; font-size: 36px; color: #253046; font-weight: 700;
91
+ }
92
+
93
+ /* Image placeholders */
94
+ .img-ph {
95
+ background: #E0E0E0; border: 1px solid #BDBDBD;
96
+ display: flex; align-items: center; justify-content: center;
97
+ color: #757575; font-size: 36px; text-align: center;
98
+ }
99
+
100
+ /* Promo banner */
101
+ .banner {
102
+ position: absolute; top: 600px; left: 0; right: 0;
103
+ height: 360px; margin: 0 0;
104
+ padding: 0 0;
105
+ }
106
+ .banner .img-ph { width: 100%; height: 100%; }
107
+ .banner .cta {
108
+ position: absolute; right: 40px; bottom: 32px;
109
+ background: #fff; color: #253046; border-radius: 18px; padding: 20px 30px;
110
+ font-weight: 700; border: 2px solid #DDE1EA;
111
+ }
112
+
113
+ /* Section titles */
114
+ .section-title {
115
+ position: absolute;
116
+ left: 0; right: 0;
117
+ height: 90px; display: flex; align-items: center;
118
+ padding: 0 36px; font-size: 48px; font-weight: 800; color: #27324A;
119
+ background: #F1F3F6;
120
+ border-top: 1px solid #E3E6ED; border-bottom: 1px solid #E3E6ED;
121
+ }
122
+ .his-title { top: 980px; }
123
+ .her-title { top: 1660px; }
124
+
125
+ /* Gradient boards */
126
+ .gradient-board {
127
+ position: absolute; left: 0; right: 0;
128
+ background: linear-gradient(120deg, #FDF28E, #E3F07F, #A7E6F1);
129
+ }
130
+ .his-board { top: 1070px; height: 560px; }
131
+ .her-board { top: 1750px; height: 460px; }
132
+
133
+ /* Cards */
134
+ .cards {
135
+ position: absolute; left: 0; right: 0; top: 1120px;
136
+ display: flex; justify-content: space-around; padding: 0 36px;
137
+ }
138
+ .cards.her { top: 1800px; }
139
+ .card {
140
+ width: 310px; height: 420px;
141
+ background: #fff; border-radius: 28px;
142
+ box-shadow: 0 10px 22px rgba(0,0,0,0.1);
143
+ padding: 22px;
144
+ display: flex; flex-direction: column; align-items: center; justify-content: space-between;
145
+ }
146
+ .card .img-ph { width: 270px; height: 270px; border-radius: 16px; font-size: 30px; }
147
+ .card-label { font-size: 40px; font-weight: 800; color: #20293C; }
148
+
149
+ /* Bottom navigation */
150
+ .bottom-nav {
151
+ position: absolute; left: 20px; right: 20px; bottom: 150px;
152
+ height: 210px; background: #fff; border-radius: 40px;
153
+ box-shadow: 0 20px 40px rgba(0,0,0,0.18);
154
+ display: flex; align-items: center; justify-content: space-around;
155
+ }
156
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 12px; color: #5B667D; font-size: 34px; font-weight: 700; }
157
+ .nav-item svg { width: 60px; height: 60px; stroke: #5B667D; }
158
+ .nav-item.active { color: #253046; }
159
+ .nav-item.active svg { stroke: #F4C64E; fill: none; }
160
+ .nav-item .home-fill { fill: #F4C64E; stroke: none; }
161
+
162
+ /* Safe area */
163
+ .safe-area {
164
+ position: absolute; left: 0; right: 0; bottom: 0; height: 150px; background: #0B0B0B;
165
+ display: flex; align-items: center; justify-content: center;
166
+ }
167
+ .home-indicator {
168
+ width: 240px; height: 18px; background: #FFFFFF; opacity: 0.8; border-radius: 9px;
169
+ }
170
+ </style>
171
+ </head>
172
+ <body>
173
+ <div id="render-target">
174
+
175
+ <!-- Status bar -->
176
+ <div class="status-bar">
177
+ <div class="sb-left">
178
+ <div style="font-size: 44px;">12:07</div>
179
+ <div class="sb-icon">
180
+ <svg viewBox="0 0 24 24">
181
+ <circle cx="10" cy="10" r="7" stroke-width="2"></circle>
182
+ <line x1="15" y1="15" x2="22" y2="22" stroke-width="2"></line>
183
+ </svg>
184
+ </div>
185
+ <div class="sb-icon">
186
+ <svg viewBox="0 0 24 24">
187
+ <circle cx="12" cy="12" r="6" stroke-width="2"></circle>
188
+ <path d="M12 2v4M2 12h4M12 22v-4M22 12h-4" stroke-width="2"></path>
189
+ </svg>
190
+ </div>
191
+ <div class="sb-icon">
192
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="3" fill="#fff"></circle></svg>
193
+ </div>
194
+ </div>
195
+ <div class="sb-right">
196
+ <div class="sb-icon">
197
+ <svg viewBox="0 0 24 24">
198
+ <circle cx="12" cy="12" r="10" stroke-width="2"></circle>
199
+ <line x1="8" y1="12" x2="16" y2="12" stroke-width="2"></line>
200
+ </svg>
201
+ </div>
202
+ <div class="battery">
203
+ <svg viewBox="0 0 28 16">
204
+ <rect x="1" y="2" width="22" height="12" rx="2" ry="2" fill="none" stroke="#fff" stroke-width="2"></rect>
205
+ <rect x="3" y="4" width="18" height="8" fill="#fff"></rect>
206
+ <rect x="24" y="6" width="3" height="4" fill="#fff"></rect>
207
+ </svg>
208
+ <div>100%</div>
209
+ </div>
210
+ </div>
211
+ </div>
212
+
213
+ <!-- Header with brand and actions -->
214
+ <div class="header">
215
+ <div class="brand">
216
+ <div class="brand-logo"></div>
217
+ <div class="brand-name">RapidBox</div>
218
+ </div>
219
+ <div class="header-actions">
220
+ <svg viewBox="0 0 24 24">
221
+ <circle cx="10" cy="10" r="7" stroke-width="2" fill="none"></circle>
222
+ <line x1="15" y1="15" x2="22" y2="22" stroke-width="2"></line>
223
+ </svg>
224
+ <svg viewBox="0 0 24 24">
225
+ <path d="M12 21s-8-5.5-8-11a5 5 0 0 1 9-3 5 5 0 0 1 9 3c0 5.5-8 11-8 11z" stroke-width="2" fill="none"></path>
226
+ </svg>
227
+ </div>
228
+ </div>
229
+
230
+ <!-- Category shortcuts -->
231
+ <div class="categories">
232
+ <div class="cat-item">
233
+ <div class="cat-tile">
234
+ <div class="img-ph" style="width:150px;height:150px;border-radius:28px;">[IMG: Just Dropped]</div>
235
+ </div>
236
+ <div class="cat-label">Just Dropped</div>
237
+ </div>
238
+ <div class="cat-item">
239
+ <div class="cat-tile">
240
+ <div class="img-ph" style="width:150px;height:150px;border-radius:28px;">[IMG: Men's Fashion]</div>
241
+ </div>
242
+ <div class="cat-label">Men</div>
243
+ </div>
244
+ <div class="cat-item">
245
+ <div class="cat-tile">
246
+ <div class="img-ph" style="width:150px;height:150px;border-radius:28px;">[IMG: Women's Fashion]</div>
247
+ </div>
248
+ <div class="cat-label">Women</div>
249
+ </div>
250
+ <div class="cat-item">
251
+ <div class="cat-tile">
252
+ <div class="img-ph" style="width:150px;height:150px;border-radius:28px;">[IMG: Winterwear]</div>
253
+ </div>
254
+ <div class="cat-label">Winterwear</div>
255
+ </div>
256
+ <div class="cat-item">
257
+ <div class="cat-tile">
258
+ <div class="img-ph" style="width:150px;height:150px;border-radius:28px;">[IMG: Activewear]</div>
259
+ </div>
260
+ <div class="cat-label">Activewear</div>
261
+ </div>
262
+ </div>
263
+
264
+ <!-- Promo banner -->
265
+ <div class="banner">
266
+ <div class="img-ph">[IMG: Shoe Ad Banner - "ELEVATE THE EVERYDAY"]</div>
267
+ <div class="cta">Shop Now</div>
268
+ </div>
269
+
270
+ <!-- Section titles -->
271
+ <div class="section-title his-title">His Wardrobe</div>
272
+ <div class="gradient-board his-board"></div>
273
+
274
+ <!-- Cards: His -->
275
+ <div class="cards">
276
+ <div class="card">
277
+ <div class="img-ph">[IMG: Sneakers]</div>
278
+ <div class="card-label">Sneakers</div>
279
+ </div>
280
+ <div class="card">
281
+ <div class="img-ph">[IMG: Men's Activewear]</div>
282
+ <div class="card-label">Activewear</div>
283
+ </div>
284
+ <div class="card">
285
+ <div class="img-ph">[IMG: Slides]</div>
286
+ <div class="card-label">Slides</div>
287
+ </div>
288
+ </div>
289
+
290
+ <!-- Her Wardrobe -->
291
+ <div class="section-title her-title">Her Wardrobe</div>
292
+ <div class="gradient-board her-board"></div>
293
+
294
+ <!-- Cards: Her -->
295
+ <div class="cards her">
296
+ <div class="card">
297
+ <div class="img-ph">[IMG: Women's Sneakers]</div>
298
+ <div class="card-label">Sneakers</div>
299
+ </div>
300
+ <div class="card">
301
+ <div class="img-ph">[IMG: Women's Activewear]</div>
302
+ <div class="card-label">Activewear</div>
303
+ </div>
304
+ <div class="card">
305
+ <div class="img-ph">[IMG: Graphic Tees]</div>
306
+ <div class="card-label">T-Shirts</div>
307
+ </div>
308
+ </div>
309
+
310
+ <!-- Bottom navigation -->
311
+ <div class="bottom-nav">
312
+ <div class="nav-item active">
313
+ <svg viewBox="0 0 24 24">
314
+ <path class="home-fill" d="M3 10l9-7 9 7v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
315
+ </svg>
316
+ <div>Home</div>
317
+ </div>
318
+ <div class="nav-item">
319
+ <svg viewBox="0 0 24 24">
320
+ <rect x="3" y="3" width="8" height="8" rx="1"></rect>
321
+ <rect x="13" y="3" width="8" height="8" rx="1"></rect>
322
+ <rect x="3" y="13" width="8" height="8" rx="1"></rect>
323
+ <rect x="13" y="13" width="8" height="8" rx="1"></rect>
324
+ </svg>
325
+ <div>Category</div>
326
+ </div>
327
+ <div class="nav-item">
328
+ <svg viewBox="0 0 24 24">
329
+ <circle cx="12" cy="9" r="6"></circle>
330
+ <path d="M8 16l-2 6 6-2 6 2-2-6" fill="none"></path>
331
+ </svg>
332
+ <div>Rewards</div>
333
+ </div>
334
+ <div class="nav-item">
335
+ <svg viewBox="0 0 24 24">
336
+ <path d="M4 6h16l-2 10H6L4 6z" fill="none"></path>
337
+ <circle cx="9" cy="20" r="2"></circle>
338
+ <circle cx="17" cy="20" r="2"></circle>
339
+ </svg>
340
+ <div>Cart</div>
341
+ </div>
342
+ <div class="nav-item">
343
+ <svg viewBox="0 0 24 24">
344
+ <circle cx="12" cy="8" r="4"></circle>
345
+ <path d="M4 22a8 8 0 0 1 16 0" fill="none"></path>
346
+ </svg>
347
+ <div>Account</div>
348
+ </div>
349
+ </div>
350
+
351
+ <!-- Safe area / home indicator -->
352
+ <div class="safe-area">
353
+ <div class="home-indicator"></div>
354
+ </div>
355
+
356
+ </div>
357
+ </body>
358
+ </html>
code/13618/13618_1.html ADDED
@@ -0,0 +1,322 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 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
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 120px;
24
+ background: #1E1E1E;
25
+ color: #FFFFFF;
26
+ display: flex;
27
+ align-items: center;
28
+ padding: 0 32px;
29
+ box-sizing: border-box;
30
+ font-size: 36px;
31
+ letter-spacing: 0.5px;
32
+ }
33
+ .status-left { flex: 1; display: flex; align-items: center; gap: 18px; }
34
+ .status-right { display: flex; align-items: center; gap: 22px; font-size: 32px; opacity: 0.9; }
35
+
36
+ /* Header search */
37
+ .header {
38
+ position: absolute;
39
+ top: 120px;
40
+ left: 0;
41
+ width: 1080px;
42
+ padding: 24px 28px 12px 20px;
43
+ box-sizing: border-box;
44
+ background: #FFFFFF;
45
+ }
46
+ .header-row {
47
+ display: flex;
48
+ align-items: center;
49
+ gap: 18px;
50
+ }
51
+ .back-btn {
52
+ width: 70px;
53
+ height: 70px;
54
+ display: flex;
55
+ align-items: center;
56
+ justify-content: center;
57
+ color: #222;
58
+ }
59
+ .search-box {
60
+ flex: 1;
61
+ height: 96px;
62
+ border: 1px solid #E0E4E7;
63
+ background: #F4F6F8;
64
+ border-radius: 28px;
65
+ display: flex;
66
+ align-items: center;
67
+ padding: 0 22px;
68
+ box-sizing: border-box;
69
+ color: #7A8894;
70
+ font-size: 34px;
71
+ }
72
+ .search-box svg { margin-right: 16px; }
73
+ .content {
74
+ position: absolute;
75
+ top: 240px;
76
+ left: 0;
77
+ right: 0;
78
+ bottom: 840px; /* leave room for keyboard */
79
+ overflow: hidden;
80
+ padding: 16px 24px 0 24px;
81
+ box-sizing: border-box;
82
+ }
83
+ .section-title {
84
+ font-size: 40px;
85
+ font-weight: 700;
86
+ color: #1D1D1D;
87
+ margin: 26px 8px 16px 8px;
88
+ }
89
+ .history-item {
90
+ display: flex;
91
+ align-items: center;
92
+ gap: 26px;
93
+ padding: 24px 8px;
94
+ border-bottom: 1px solid #F0F2F4;
95
+ }
96
+ .history-item:last-child { border-bottom: none; }
97
+ .clock-ic {
98
+ width: 56px;
99
+ height: 56px;
100
+ border-radius: 50%;
101
+ background: #F5F7F9;
102
+ border: 2px solid #CDD6DD;
103
+ display: flex;
104
+ align-items: center;
105
+ justify-content: center;
106
+ }
107
+ .history-text {
108
+ font-size: 36px;
109
+ color: #1C2B36;
110
+ }
111
+
112
+ .chips {
113
+ display: flex;
114
+ flex-wrap: wrap;
115
+ gap: 16px;
116
+ padding: 8px 8px 0 8px;
117
+ }
118
+ .chip {
119
+ padding: 18px 28px;
120
+ background: #F3F5F7;
121
+ border: 1px solid #E3E6EA;
122
+ border-radius: 26px;
123
+ font-size: 30px;
124
+ color: #2A3A45;
125
+ white-space: nowrap;
126
+ }
127
+
128
+ /* Keyboard mock */
129
+ .keyboard {
130
+ position: absolute;
131
+ left: 0;
132
+ bottom: 0;
133
+ width: 1080px;
134
+ height: 820px;
135
+ background: #141414;
136
+ box-sizing: border-box;
137
+ padding: 28px 18px 40px 18px;
138
+ color: #EAEAEA;
139
+ }
140
+ .kbd-row {
141
+ display: flex;
142
+ justify-content: center;
143
+ gap: 12px;
144
+ margin-bottom: 20px;
145
+ }
146
+ .key {
147
+ background: #2A2A2A;
148
+ border-radius: 18px;
149
+ min-width: 86px;
150
+ height: 120px;
151
+ line-height: 120px;
152
+ text-align: center;
153
+ font-size: 42px;
154
+ color: #F0F0F0;
155
+ box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05);
156
+ }
157
+ .key.small { min-width: 72px; }
158
+ .key.wide { min-width: 140px; }
159
+ .key.extra-wide { min-width: 170px; }
160
+ .key.circle {
161
+ width: 110px;
162
+ min-width: 110px;
163
+ border-radius: 28px;
164
+ background: #DDE67F;
165
+ color: #1A1A1A;
166
+ font-weight: 700;
167
+ }
168
+ .key.action {
169
+ width: 110px;
170
+ min-width: 110px;
171
+ border-radius: 28px;
172
+ background: #DDE67F;
173
+ color: #1A1A1A;
174
+ display: flex;
175
+ align-items: center;
176
+ justify-content: center;
177
+ }
178
+ .space-row {
179
+ display: flex;
180
+ align-items: center;
181
+ justify-content: space-between;
182
+ gap: 12px;
183
+ }
184
+ .space { flex: 1; height: 120px; background: #2A2A2A; border-radius: 18px; }
185
+ .home-indicator {
186
+ position: absolute;
187
+ bottom: 12px;
188
+ left: 50%;
189
+ transform: translateX(-50%);
190
+ width: 240px;
191
+ height: 10px;
192
+ background: #FFFFFF;
193
+ opacity: 0.85;
194
+ border-radius: 6px;
195
+ }
196
+
197
+ /* Subtle scroll area indicator (no actual scrolling here) */
198
+ .content-mask {
199
+ position: absolute;
200
+ left: 0; right: 0;
201
+ bottom: 0;
202
+ height: 24px;
203
+ background: linear-gradient(to bottom, rgba(255,255,255,0), #FFFFFF);
204
+ }
205
+ </style>
206
+ </head>
207
+ <body>
208
+ <div id="render-target">
209
+ <!-- Status bar -->
210
+ <div class="status-bar">
211
+ <div class="status-left">12:08</div>
212
+ <div class="status-right">
213
+ <span>◯</span>
214
+ <span>⬤</span>
215
+ <span>100%</span>
216
+ </div>
217
+ </div>
218
+
219
+ <!-- Header -->
220
+ <div class="header">
221
+ <div class="header-row">
222
+ <div class="back-btn" aria-label="Back">
223
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none">
224
+ <path d="M15 18l-6-6 6-6" stroke="#1F2A33" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
225
+ </svg>
226
+ </div>
227
+ <div class="search-box">
228
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none">
229
+ <circle cx="10.5" cy="10.5" r="7" stroke="#6D7A86" stroke-width="2"></circle>
230
+ <path d="M16 16l5 5" stroke="#6D7A86" stroke-width="2" stroke-linecap="round"></path>
231
+ </svg>
232
+ <span>Search for products, categories, etc</span>
233
+ </div>
234
+ </div>
235
+ </div>
236
+
237
+ <!-- Content -->
238
+ <div class="content">
239
+ <div class="section-title">Search History</div>
240
+
241
+ <div class="history-item">
242
+ <div class="clock-ic">
243
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="none">
244
+ <circle cx="12" cy="12" r="9" stroke="#9AA7B2" stroke-width="2"></circle>
245
+ <path d="M12 7v6l4 2" stroke="#9AA7B2" stroke-width="2" stroke-linecap="round"></path>
246
+ </svg>
247
+ </div>
248
+ <div class="history-text">ATOM Men Casual Blue Sneaker</div>
249
+ </div>
250
+
251
+ <div class="history-item">
252
+ <div class="clock-ic">
253
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="none">
254
+ <circle cx="12" cy="12" r="9" stroke="#9AA7B2" stroke-width="2"></circle>
255
+ <path d="M12 7v6l4 2" stroke="#9AA7B2" stroke-width="2" stroke-linecap="round"></path>
256
+ </svg>
257
+ </div>
258
+ <div class="history-text">Sneakers</div>
259
+ </div>
260
+
261
+ <div class="history-item">
262
+ <div class="clock-ic">
263
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="none">
264
+ <circle cx="12" cy="12" r="9" stroke="#9AA7B2" stroke-width="2"></circle>
265
+ <path d="M12 7v6l4 2" stroke="#9AA7B2" stroke-width="2" stroke-linecap="round"></path>
266
+ </svg>
267
+ </div>
268
+ <div class="history-text">ATOM Men Causal Blue Sneaker</div>
269
+ </div>
270
+
271
+ <div class="history-item">
272
+ <div class="clock-ic">
273
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="none">
274
+ <circle cx="12" cy="12" r="9" stroke="#9AA7B2" stroke-width="2"></circle>
275
+ <path d="M12 7v6l4 2" stroke="#9AA7B2" stroke-width="2" stroke-linecap="round"></path>
276
+ </svg>
277
+ </div>
278
+ <div class="history-text">Atom Men Blue Casual Sneaker."</div>
279
+ </div>
280
+
281
+ <div class="history-item">
282
+ <div class="clock-ic">
283
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="none">
284
+ <circle cx="12" cy="12" r="9" stroke="#9AA7B2" stroke-width="2"></circle>
285
+ <path d="M12 7v6l4 2" stroke="#9AA7B2" stroke-width="2" stroke-linecap="round"></path>
286
+ </svg>
287
+ </div>
288
+ <div class="history-text">Atom men shoes</div>
289
+ </div>
290
+
291
+ <div class="history-item">
292
+ <div class="clock-ic">
293
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="none">
294
+ <circle cx="12" cy="12" r="9" stroke="#9AA7B2" stroke-width="2"></circle>
295
+ <path d="M12 7v6l4 2" stroke="#9AA7B2" stroke-width="2" stroke-linecap="round"></path>
296
+ </svg>
297
+ </div>
298
+ <div class="history-text">men's shoes Blue causal shoes</div>
299
+ </div>
300
+
301
+ <div class="section-title" style="margin-top: 30px;">Popular Searches</div>
302
+ <div class="chips">
303
+ <div class="chip">Blue sneakers</div>
304
+ <div class="chip">Casual shoes</div>
305
+ <div class="chip">Running shoes</div>
306
+ <div class="chip">Men's footwear</div>
307
+ <div class="chip">Walking shoes</div>
308
+ <div class="chip">Sportswear</div>
309
+ </div>
310
+
311
+ <div class="content-mask"></div>
312
+ </div>
313
+
314
+ <!-- Keyboard -->
315
+ <div class="keyboard">
316
+ <div class="kbd-row">
317
+ <div class="key">q</div>
318
+ <div class="key">w</div>
319
+ <div class="key">e</div>
320
+ <div class="key">r</div>
321
+ <div class="key">t</div>
322
+
code/13618/13618_10.html ADDED
@@ -0,0 +1,397 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 Detail UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #F4F6F8;
15
+ color: #1E2B3A;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 1080px;
24
+ height: 120px;
25
+ background: #1F2124;
26
+ color: #fff;
27
+ display: flex;
28
+ align-items: center;
29
+ padding: 0 40px;
30
+ box-sizing: border-box;
31
+ font-weight: 600;
32
+ }
33
+ .status-time { font-size: 42px; letter-spacing: 1px; }
34
+ .status-icons { margin-left: auto; display: flex; align-items: center; gap: 26px; }
35
+ .status-icons svg { fill: none; stroke: #fff; stroke-width: 3; }
36
+
37
+ /* Header bar */
38
+ .header {
39
+ position: absolute;
40
+ top: 120px;
41
+ left: 0;
42
+ width: 1080px;
43
+ height: 160px;
44
+ background: #ffffff;
45
+ box-shadow: 0 2px 6px rgba(0,0,0,0.08);
46
+ display: flex;
47
+ align-items: center;
48
+ padding: 0 36px;
49
+ box-sizing: border-box;
50
+ }
51
+ .back-btn {
52
+ width: 80px; height: 80px; display: flex; align-items: center; justify-content: center;
53
+ }
54
+ .header-actions { margin-left: auto; display: flex; align-items: center; gap: 36px; }
55
+ .header-actions .icon-btn { width: 70px; height: 70px; display: flex; align-items: center; justify-content: center; }
56
+ .header-actions svg { stroke: #1E2B3A; stroke-width: 3; fill: none; }
57
+
58
+ /* Thumbnail strip */
59
+ .thumbs {
60
+ position: absolute;
61
+ top: 280px;
62
+ left: 36px;
63
+ right: 36px;
64
+ height: 180px;
65
+ display: flex;
66
+ gap: 24px;
67
+ }
68
+ .thumb {
69
+ flex: 1;
70
+ min-width: 0;
71
+ height: 180px;
72
+ background: #E0E0E0;
73
+ border: 1px solid #BDBDBD;
74
+ display: flex;
75
+ align-items: center;
76
+ justify-content: center;
77
+ color: #757575;
78
+ font-size: 32px;
79
+ border-radius: 20px;
80
+ }
81
+ .thumb.selected { outline: 4px solid #E6B94A; }
82
+
83
+ /* Cards */
84
+ .card {
85
+ position: absolute;
86
+ left: 36px;
87
+ right: 36px;
88
+ background: #ffffff;
89
+ border-radius: 28px;
90
+ box-shadow: 0 6px 14px rgba(0,0,0,0.10);
91
+ padding: 36px;
92
+ box-sizing: border-box;
93
+ }
94
+ .sizes-card { top: 480px; }
95
+ .card-title {
96
+ font-size: 40px; font-weight: 700; color: #1E2B3A;
97
+ display: flex; align-items: center; justify-content: space-between;
98
+ margin-bottom: 28px;
99
+ }
100
+ .size-chart-link { color: #C9A33B; font-weight: 700; font-size: 34px; }
101
+
102
+ .size-list { display: flex; gap: 36px; flex-wrap: nowrap; }
103
+ .size-chip {
104
+ width: 130px; height: 130px; border-radius: 65px;
105
+ border: 3px solid #C6CCD6;
106
+ display: flex; align-items: center; justify-content: center;
107
+ font-size: 44px; font-weight: 700; color: #1E2B3A;
108
+ position: relative;
109
+ background: #fff;
110
+ }
111
+ .size-chip.disabled {
112
+ color: #9AA3AF;
113
+ border-color: #D2D7DF;
114
+ }
115
+ .size-chip.disabled::after {
116
+ content: "";
117
+ position: absolute;
118
+ width: 160px; height: 0; border-top: 4px solid #C8CDD6;
119
+ transform: rotate(-35deg);
120
+ }
121
+
122
+ /* Delivery card */
123
+ .delivery-card { top: 900px; }
124
+ .input-row {
125
+ display: flex; align-items: center; gap: 24px;
126
+ background: #F4F6F8; border: 2px solid #E5E8ED; border-radius: 20px;
127
+ padding: 28px 30px; font-size: 36px; color: #8A93A1;
128
+ }
129
+ .input-row .check-btn { margin-left: auto; color: #C9A33B; font-weight: 800; }
130
+ .dispatch {
131
+ display: flex; align-items: center; gap: 18px; margin: 26px 0;
132
+ color: #1E7A43; font-size: 34px; font-weight: 700;
133
+ }
134
+ .divider { height: 2px; background: #E8ECF2; margin: 24px 0 18px; }
135
+ .benefits { display: flex; justify-content: space-between; padding: 10px 8px; }
136
+ .benefit {
137
+ width: 24%; display: flex; flex-direction: column; align-items: center; text-align: center;
138
+ color: #2A3B52;
139
+ }
140
+ .benefit svg { stroke: #2A3B52; fill: none; stroke-width: 3; height: 64px; }
141
+ .benefit .label { margin-top: 16px; font-size: 32px; }
142
+
143
+ /* Share banner */
144
+ .share-banner {
145
+ position: absolute;
146
+ left: 36px; right: 36px;
147
+ top: 1500px;
148
+ background: #FFF6CF;
149
+ border-radius: 24px;
150
+ padding: 24px;
151
+ box-shadow: 0 6px 14px rgba(0,0,0,0.08);
152
+ display: flex; gap: 24px; align-items: center;
153
+ }
154
+ .share-img {
155
+ width: 220px; height: 220px; background: #E0E0E0; border: 1px solid #BDBDBD;
156
+ display: flex; align-items: center; justify-content: center; color: #757575; border-radius: 18px;
157
+ }
158
+ .share-content { flex: 1; }
159
+ .share-title { color: #C9A33B; font-size: 46px; font-weight: 800; margin-bottom: 12px; }
160
+ .share-text { color: #3B4A5E; font-size: 32px; line-height: 1.4; }
161
+
162
+ /* Price strip */
163
+ .price-bar {
164
+ position: absolute;
165
+ left: 0; right: 0;
166
+ top: 1724px;
167
+ height: 220px;
168
+ background: #ffffff;
169
+ box-shadow: 0 -4px 12px rgba(0,0,0,0.08);
170
+ padding: 26px 36px;
171
+ box-sizing: border-box;
172
+ }
173
+ .price-row {
174
+ display: flex; align-items: baseline; gap: 26px;
175
+ font-size: 52px; font-weight: 800; color: #121212;
176
+ }
177
+ .mrp {
178
+ font-size: 42px; color: #97A0AE; text-decoration: line-through; font-weight: 700;
179
+ }
180
+ .discount { font-size: 40px; color: #2D7CF7; font-weight: 800; }
181
+ .free-delivery { margin-left: auto; color: #1E7A43; font-size: 40px; font-weight: 800; }
182
+ .save-note { margin-top: 12px; color: #C9A33B; font-size: 32px; }
183
+
184
+ /* Action bar */
185
+ .action-bar {
186
+ position: absolute;
187
+ left: 0; right: 0;
188
+ bottom: 120px;
189
+ height: 200px;
190
+ background: #ffffff;
191
+ display: flex; align-items: center; gap: 24px;
192
+ padding: 24px 36px;
193
+ box-shadow: 0 -4px 12px rgba(0,0,0,0.08);
194
+ box-sizing: border-box;
195
+ }
196
+ .wish-btn {
197
+ width: 160px; height: 120px; border-radius: 24px; border: 2px solid #E6E8EE;
198
+ display: flex; align-items: center; justify-content: center; background: #F6F8FB;
199
+ }
200
+ .cta {
201
+ height: 120px; border-radius: 28px; display: flex; align-items: center; justify-content: center;
202
+ font-size: 40px; font-weight: 800;
203
+ }
204
+ .cta.primary { background: #0F1215; color: #fff; flex: 1; }
205
+ .cta.accent { background: #E6B94A; color: #1E2B3A; flex: 1; }
206
+
207
+ /* Home indicator */
208
+ .home-indicator {
209
+ position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%);
210
+ width: 220px; height: 12px; background: #131517; border-radius: 10px; opacity: 0.85;
211
+ }
212
+
213
+ /* Utility icons common stroke color adjust */
214
+ .green { stroke: #1E7A43; }
215
+ .gold { stroke: #C9A33B; }
216
+ </style>
217
+ </head>
218
+ <body>
219
+ <div id="render-target">
220
+
221
+ <!-- Status bar -->
222
+ <div class="status-bar">
223
+ <div class="status-time">12:16</div>
224
+ <div class="status-icons">
225
+ <!-- simple signal/search-like icon -->
226
+ <svg width="36" height="36" viewBox="0 0 24 24">
227
+ <circle cx="10" cy="10" r="6"></circle>
228
+ <line x1="15" y1="15" x2="22" y2="22"></line>
229
+ </svg>
230
+ <!-- gear icon -->
231
+ <svg width="36" height="36" viewBox="0 0 24 24">
232
+ <circle cx="12" cy="12" r="3"></circle>
233
+ <path d="M4 12h3M17 12h3M12 4v3M12 17v3M6 6l2 2M16 16l2 2M18 6l-2 2M8 16l-2 2"></path>
234
+ </svg>
235
+ <!-- phone/rotation icon -->
236
+ <svg width="36" height="36" viewBox="0 0 24 24">
237
+ <rect x="7" y="4" width="10" height="16" rx="2"></rect>
238
+ </svg>
239
+ <!-- dot -->
240
+ <svg width="16" height="16" viewBox="0 0 8 8"><circle cx="4" cy="4" r="3"></circle></svg>
241
+ <!-- battery -->
242
+ <svg width="44" height="36" viewBox="0 0 30 18">
243
+ <rect x="1" y="3" width="26" height="12" rx="2"></rect>
244
+ <rect x="28" y="6" width="2" height="6"></rect>
245
+ <rect x="3" y="5" width="20" height="8" fill="#fff" stroke="none"></rect>
246
+ </svg>
247
+ </div>
248
+ </div>
249
+
250
+ <!-- Header -->
251
+ <div class="header">
252
+ <div class="back-btn">
253
+ <svg width="52" height="52" viewBox="0 0 24 24">
254
+ <path d="M15 4L7 12l8 8" stroke="#1E2B3A" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
255
+ </svg>
256
+ </div>
257
+ <div class="header-actions">
258
+ <div class="icon-btn">
259
+ <svg width="46" height="46" viewBox="0 0 24 24">
260
+ <circle cx="11" cy="11" r="7"></circle>
261
+ <line x1="16" y1="16" x2="22" y2="22"></line>
262
+ </svg>
263
+ </div>
264
+ <div class="icon-btn">
265
+ <svg width="46" height="46" viewBox="0 0 24 24">
266
+ <path d="M12 20s-7-4.5-7-9.5S8 2 12 6s7-3.5 7 4.5S12 20 12 20z" fill="none" stroke="#1E2B3A" stroke-width="2.5"></path>
267
+ </svg>
268
+ </div>
269
+ <div class="icon-btn">
270
+ <svg width="46" height="46" viewBox="0 0 24 24">
271
+ <rect x="3" y="6" width="18" height="12" rx="2"></rect>
272
+ <circle cx="8" cy="19" r="1.8"></circle>
273
+ <circle cx="16" cy="19" r="1.8"></circle>
274
+ </svg>
275
+ </div>
276
+ </div>
277
+ </div>
278
+
279
+ <!-- Thumbnail strip -->
280
+ <div class="thumbs">
281
+ <div class="thumb selected">[IMG: Blue Sneaker]</div>
282
+ <div class="thumb">[IMG: Cream Sneaker]</div>
283
+ <div class="thumb">[IMG: Black Sneaker]</div>
284
+ <div class="thumb">[IMG: Purple Sneaker]</div>
285
+ <div class="thumb">[IMG: White Sneaker with Green Accent]</div>
286
+ </div>
287
+
288
+ <!-- Available size card -->
289
+ <section class="card sizes-card">
290
+ <div class="card-title">
291
+ <span>Available size</span>
292
+ <span class="size-chart-link">Size Chart</span>
293
+ </div>
294
+ <div class="size-list">
295
+ <div class="size-chip">5</div>
296
+ <div class="size-chip">6</div>
297
+ <div class="size-chip">7</div>
298
+ <div class="size-chip">8</div>
299
+ <div class="size-chip disabled">9</div>
300
+ <div class="size-chip disabled">10</div>
301
+ </div>
302
+ </section>
303
+
304
+ <!-- Check Delivery card -->
305
+ <section class="card delivery-card">
306
+ <div class="card-title">Check Delivery</div>
307
+ <div class="input-row">
308
+ <span>Enter your pincode</span>
309
+ <span class="check-btn">CHECK</span>
310
+ </div>
311
+
312
+ <div class="dispatch">
313
+ <svg class="green" width="46" height="46" viewBox="0 0 24 24">
314
+ <rect x="3" y="3" width="18" height="18" rx="2"></rect>
315
+ <path d="M3 9l9 6 9-6" stroke="#1E7A43"></path>
316
+ </svg>
317
+ <span>Usually dispatched in 2 to 3 days</span>
318
+ </div>
319
+
320
+ <div class="divider"></div>
321
+
322
+ <div class="benefits">
323
+ <div class="benefit">
324
+ <svg width="64" height="64" viewBox="0 0 24 24">
325
+ <rect x="3" y="5" width="8" height="6" rx="1"></rect>
326
+ <rect x="13" y="13" width="8" height="6" rx="1"></rect>
327
+ <path d="M11 8h2M11 16h2"></path>
328
+ </svg>
329
+ <div class="label">Pay on delivery</div>
330
+ </div>
331
+ <div class="benefit">
332
+ <svg width="64" height="64" viewBox="0 0 24 24">
333
+ <path d="M7 12a5 5 0 0 1 8-4" ></path>
334
+ <path d="M17 12a5 5 0 0 1-8 4"></path>
335
+ <polyline points="13,4 15,8 11,8"></polyline>
336
+ <polyline points="11,20 9,16 13,16"></polyline>
337
+ </svg>
338
+ <div class="label">10 days Return</div>
339
+ </div>
340
+ <div class="benefit">
341
+ <svg width="64" height="64" viewBox="0 0 24 24">
342
+ <rect x="2" y="7" width="12" height="8" rx="1"></rect>
343
+ <path d="M14 11h4l4 3v-3l-4-3h-4"></path>
344
+ <circle cx="6" cy="17" r="1.5"></circle>
345
+ <circle cx="18" cy="17" r="1.5"></circle>
346
+ </svg>
347
+ <div class="label">Express delivery</div>
348
+ </div>
349
+ <div class="benefit">
350
+ <svg width="64" height="64" viewBox="0 0 24 24">
351
+ <circle cx="12" cy="12" r="9"></circle>
352
+ <path d="M8 12l3 3 5-6"></path>
353
+ </svg>
354
+ <div class="label">Quality Tested</div>
355
+ </div>
356
+ </div>
357
+ </section>
358
+
359
+ <!-- Share banner -->
360
+ <div class="share-banner">
361
+ <div class="share-img">[IMG: Shopper with bags]</div>
362
+ <div class="share-content">
363
+ <div class="share-title">Share it!</div>
364
+ <div class="share-text">
365
+ Share this product with your friend and earn 75 Rapidcoins
366
+ when they make a purchase.
367
+ </div>
368
+ </div>
369
+ </div>
370
+
371
+ <!-- Price bar -->
372
+ <div class="price-bar">
373
+ <div class="price-row">
374
+ <div>₹ 1485</div>
375
+ <div class="mrp">₹ 2895</div>
376
+ <div class="discount">49% Off</div>
377
+ <div class="free-delivery">Free Delivery</div>
378
+ </div>
379
+ <div class="save-note">*Save extra ₹ 148 by paying online</div>
380
+ </div>
381
+
382
+ <!-- Action bar -->
383
+ <div class="action-bar">
384
+ <div class="wish-btn">
385
+ <svg width="44" height="44" viewBox="0 0 24 24">
386
+ <path d="M12 20s-7-4.5-7-9.5S8 2 12 6s7-3.5 7 4.5S12 20 12 20z" stroke="#1E2B3A" stroke-width="2.5" fill="none"></path>
387
+ </svg>
388
+ </div>
389
+ <div class="cta primary">ADD TO BAG</div>
390
+ <div class="cta accent">BUY NOW</div>
391
+ </div>
392
+
393
+ <!-- Home indicator -->
394
+ <div class="home-indicator"></div>
395
+ </div>
396
+ </body>
397
+ </html>
code/13618/13618_11.html ADDED
@@ -0,0 +1,262 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #F3F4F6; border-radius: 36px;
13
+ box-shadow: 0 6px 24px rgba(0,0,0,0.15);
14
+ }
15
+ .status-bar {
16
+ position: absolute; top: 0; left: 0; width: 1080px; height: 140px;
17
+ background: #212121; color: #fff; display: flex; align-items: center; justify-content: space-between;
18
+ padding: 0 40px; box-sizing: border-box;
19
+ }
20
+ .status-left { font-weight: 600; font-size: 48px; letter-spacing: 0.5px; }
21
+ .status-right { display: flex; align-items: center; gap: 28px; }
22
+ .status-dot { width: 16px; height: 16px; background: #fff; border-radius: 50%; opacity: 0.75; }
23
+ .battery { display: flex; align-items: center; gap: 12px; font-size: 36px; }
24
+ .battery svg { width: 54px; height: 28px; }
25
+ .app-bar {
26
+ position: absolute; top: 140px; left: 0; width: 1080px; height: 140px;
27
+ background: #ffffff; display: flex; align-items: center; justify-content: space-between;
28
+ padding: 0 36px; box-sizing: border-box; border-bottom: 1px solid #ECECEC;
29
+ }
30
+ .app-left, .app-right { display: flex; align-items: center; gap: 28px; }
31
+ .icon-btn { width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; }
32
+ .icon-btn svg { width: 56px; height: 56px; fill: none; stroke: #2C2C2C; stroke-width: 4; }
33
+ .card {
34
+ background: #ffffff; border-radius: 24px;
35
+ box-shadow: 0 6px 18px rgba(0,0,0,0.08);
36
+ }
37
+ /* Benefits card */
38
+ .benefits {
39
+ position: absolute; top: 320px; left: 40px; width: 1000px; height: 340px;
40
+ padding: 36px; box-sizing: border-box;
41
+ }
42
+ .benefit-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
43
+ .benefit { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 20px; }
44
+ .benefit svg { width: 84px; height: 84px; }
45
+ .benefit-title { font-size: 38px; color: #2F3A54; font-weight: 600; }
46
+ /* Share banner */
47
+ .share-banner {
48
+ position: absolute; top: 700px; left: 40px; width: 1000px;
49
+ background: #FFF8D9; border-radius: 24px; box-shadow: 0 6px 18px rgba(0,0,0,0.08);
50
+ overflow: hidden;
51
+ }
52
+ .share-content { display: grid; grid-template-columns: 200px 1fr; gap: 24px; padding: 30px 30px 0 30px; }
53
+ .img-placeholder {
54
+ width: 200px; height: 200px; background: #E0E0E0; border: 1px solid #BDBDBD;
55
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 28px; text-align: center; border-radius: 12px;
56
+ }
57
+ .share-text h3 { margin: 0 0 12px; font-size: 56px; color: #7C8F00; font-weight: 800; font-style: italic; }
58
+ .share-text p { margin: 0; font-size: 38px; line-height: 1.35; color: #7A7A7A; }
59
+ .share-cta {
60
+ margin-top: 24px; background: #2FA34B; color: #fff; height: 120px; display: flex; align-items: center; gap: 20px;
61
+ padding: 0 30px; font-size: 42px; font-weight: 700; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px;
62
+ }
63
+ .share-cta svg { width: 64px; height: 64px; stroke: #fff; fill: none; }
64
+ /* Product description */
65
+ .product-card {
66
+ position: absolute; top: 1030px; left: 40px; width: 1000px;
67
+ padding: 36px; box-sizing: border-box;
68
+ }
69
+ .product-header { font-size: 52px; font-weight: 700; color: #2C2C2C; }
70
+ .divider { height: 2px; background: #E6E6E6; margin: 26px 0; }
71
+ .description { font-size: 42px; color: #2E3A5E; margin-bottom: 24px; }
72
+ .spec-title { font-size: 46px; font-weight: 800; color: #2C2C2C; margin-bottom: 20px; }
73
+ .spec-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
74
+ .spec-item { background: #F2F4F8; border-radius: 16px; padding: 24px; box-sizing: border-box; height: 160px; display: flex; flex-direction: column; justify-content: center; }
75
+ .spec-label { font-size: 32px; color: #7A869A; margin-bottom: 8px; }
76
+ .spec-value { font-size: 40px; color: #1C2B50; font-weight: 800; }
77
+ /* Price bar */
78
+ .price-bar {
79
+ position: absolute; top: 1680px; left: 0; width: 1080px; height: 220px;
80
+ background: #ffffff; border-top-left-radius: 24px; border-top-right-radius: 24px;
81
+ box-shadow: 0 -6px 16px rgba(0,0,0,0.08); padding: 28px 40px; box-sizing: border-box;
82
+ display: flex; flex-direction: column; justify-content: center;
83
+ }
84
+ .price-row { display: grid; grid-template-columns: auto auto auto 1fr; align-items: baseline; gap: 18px; }
85
+ .price { font-size: 64px; font-weight: 900; color: #1F2937; }
86
+ .old-price { font-size: 40px; color: #9CA3AF; text-decoration: line-through; }
87
+ .discount { font-size: 40px; color: #1E5BF6; font-weight: 700; }
88
+ .delivery { font-size: 42px; color: #1D7A41; font-weight: 700; text-align: right; }
89
+ .save-line { margin-top: 10px; font-size: 36px; color: #B58900; }
90
+ /* Action bar */
91
+ .action-bar {
92
+ position: absolute; top: 1930px; left: 0; width: 1080px; height: 210px;
93
+ background: #F9FAFB; border-top: 1px solid #EAEAEA; display: flex; align-items: center; justify-content: space-between;
94
+ padding: 24px 40px; box-sizing: border-box;
95
+ }
96
+ .fav-btn {
97
+ width: 180px; height: 140px; background: #ffffff; border: 1px solid #DADADA; border-radius: 24px;
98
+ display: flex; align-items: center; justify-content: center;
99
+ }
100
+ .fav-btn svg { width: 64px; height: 64px; stroke: #3A3A3A; fill: none; stroke-width: 4; }
101
+ .bag-btn {
102
+ width: 420px; height: 140px; background: #0D0D0D; color: #fff; border-radius: 28px;
103
+ display: flex; align-items: center; justify-content: center; font-size: 48px; font-weight: 800;
104
+ }
105
+ .buy-btn {
106
+ width: 420px; height: 140px; background: #E5B73B; color: #1C1C1C; border-radius: 28px;
107
+ display: flex; align-items: center; justify-content: center; font-size: 48px; font-weight: 800;
108
+ }
109
+ /* bottom indicator */
110
+ .home-indicator {
111
+ position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%);
112
+ width: 420px; height: 12px; background: #000; opacity: 0.25; border-radius: 6px;
113
+ }
114
+ </style>
115
+ </head>
116
+ <body>
117
+ <div id="render-target">
118
+
119
+ <!-- Status Bar -->
120
+ <div class="status-bar">
121
+ <div class="status-left">12:17</div>
122
+ <div class="status-right">
123
+ <svg width="42" height="42" viewBox="0 0 42 42"><circle cx="18" cy="18" r="16" stroke="#fff" stroke-width="4" fill="none"/><line x1="28" y1="28" x2="40" y2="40" stroke="#fff" stroke-width="4"/></svg>
124
+ <svg width="42" height="42" viewBox="0 0 42 42"><path d="M21 8a13 13 0 1 1 0 26 13 13 0 0 1 0-26z" stroke="#fff" stroke-width="4" fill="none"/></svg>
125
+ <svg width="42" height="42" viewBox="0 0 42 42"><path d="M8 8h26v6H8zM8 18h26v6H8zM8 28h26v6H8z" fill="#fff"/></svg>
126
+ <div class="status-dot"></div>
127
+ <div class="battery">
128
+ <svg viewBox="0 0 60 30"><rect x="2" y="4" width="50" height="22" rx="4" ry="4" stroke="#fff" fill="none" stroke-width="3"/><rect x="6" y="8" width="40" height="14" fill="#fff"/><rect x="52" y="10" width="6" height="10" fill="#fff"/></svg>
129
+ <span>100%</span>
130
+ </div>
131
+ </div>
132
+ </div>
133
+
134
+ <!-- App Bar -->
135
+ <div class="app-bar">
136
+ <div class="app-left">
137
+ <div class="icon-btn" aria-label="Back">
138
+ <svg viewBox="0 0 64 64"><path d="M40 12 L20 32 L40 52" stroke-linecap="round" stroke-linejoin="round"/></svg>
139
+ </div>
140
+ </div>
141
+ <div class="app-right">
142
+ <div class="icon-btn" aria-label="Search">
143
+ <svg viewBox="0 0 64 64"><circle cx="28" cy="28" r="16"/><line x1="44" y1="44" x2="60" y2="60"/></svg>
144
+ </div>
145
+ <div class="icon-btn" aria-label="Wishlist">
146
+ <svg viewBox="0 0 64 64"><path d="M32 54s-16-10-20-20c-4-10 8-18 16-10 8-8 20 0 16 10-4 10-20 20-20 20Z" stroke-linejoin="round"/></svg>
147
+ </div>
148
+ <div class="icon-btn" aria-label="Cart">
149
+ <svg viewBox="0 0 64 64"><path d="M8 12h10l6 28h28l4-18H24" fill="none"/><circle cx="28" cy="52" r="4"/><circle cx="50" cy="52" r="4"/></svg>
150
+ </div>
151
+ </div>
152
+ </div>
153
+
154
+ <!-- Benefits Card -->
155
+ <div class="card benefits">
156
+ <div class="benefit-row">
157
+ <div class="benefit">
158
+ <svg viewBox="0 0 84 84">
159
+ <rect x="10" y="20" width="26" height="16" rx="3" fill="#E7EDF5" stroke="#5B6B8E" stroke-width="3"/>
160
+ <rect x="48" y="30" width="26" height="16" rx="3" fill="#E7EDF5" stroke="#5B6B8E" stroke-width="3"/>
161
+ <text x="30" y="66" font-size="22" fill="#5B6B8E">₹</text>
162
+ </svg>
163
+ <div class="benefit-title">Pay on delivery</div>
164
+ </div>
165
+ <div class="benefit">
166
+ <svg viewBox="0 0 84 84">
167
+ <circle cx="28" cy="42" r="8" fill="#FFD36B" stroke="#5B6B8E" stroke-width="3"/>
168
+ <circle cx="56" cy="42" r="8" fill="#FFD36B" stroke="#5B6B8E" stroke-width="3"/>
169
+ <path d="M20 24c10-10 34-10 44 0" stroke="#5B6B8E" stroke-width="4" fill="none"/>
170
+ <path d="M64 60c-10 10-34 10-44 0" stroke="#5B6B8E" stroke-width="4" fill="none"/>
171
+ </svg>
172
+ <div class="benefit-title">10 days Return</div>
173
+ </div>
174
+ <div class="benefit">
175
+ <svg viewBox="0 0 84 84">
176
+ <rect x="14" y="28" width="36" height="22" rx="4" fill="#E7EDF5" stroke="#5B6B8E" stroke-width="3"/>
177
+ <rect x="50" y="36" width="20" height="14" rx="3" fill="#FFD36B" stroke="#5B6B8E" stroke-width="3"/>
178
+ <circle cx="28" cy="56" r="6" fill="none" stroke="#5B6B8E" stroke-width="3"/>
179
+ <circle cx="64" cy="56" r="6" fill="none" stroke="#5B6B8E" stroke-width="3"/>
180
+ </svg>
181
+ <div class="benefit-title">Express delivery</div>
182
+ </div>
183
+ <div class="benefit">
184
+ <svg viewBox="0 0 84 84">
185
+ <circle cx="42" cy="42" r="26" fill="#E7EDF5" stroke="#5B6B8E" stroke-width="3"/>
186
+ <path d="M30 44l8 8 16-18" stroke="#5B6B8E" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
187
+ </svg>
188
+ <div class="benefit-title">Quality Tested</div>
189
+ </div>
190
+ </div>
191
+ </div>
192
+
193
+ <!-- Share Banner -->
194
+ <div class="share-banner">
195
+ <div class="share-content">
196
+ <div class="img-placeholder">[IMG: Shopper illustration]</div>
197
+ <div class="share-text">
198
+ <h3>Share it!</h3>
199
+ <p>Share this product with your Friend and earn 75 Rapidcoins on each purchase they make.</p>
200
+ </div>
201
+ </div>
202
+ <div class="share-cta">
203
+ <svg viewBox="0 0 64 64">
204
+ <circle cx="32" cy="32" r="28" stroke="#fff" stroke-width="4" fill="none"/>
205
+ <path d="M22 38c4 4 8 4 12-2l8 6c-10 10-18 4-22-4" stroke="#fff" stroke-width="4" fill="none" stroke-linecap="round"/>
206
+ </svg>
207
+ <span>Share it on whatsapp</span>
208
+ </div>
209
+ </div>
210
+
211
+ <!-- Product Description Card -->
212
+ <div class="card product-card">
213
+ <div class="product-header">Product Description</div>
214
+ <div class="divider"></div>
215
+ <div class="description">A Pair of trendy lace-up detail casual sneakers</div>
216
+ <div class="spec-title">Specifications:</div>
217
+ <div class="spec-grid">
218
+ <div class="spec-item">
219
+ <div class="spec-label">Outer Material</div>
220
+ <div class="spec-value">Knitted Upper</div>
221
+ </div>
222
+ <div class="spec-item">
223
+ <div class="spec-label">Sole Material</div>
224
+ <div class="spec-value">EVA Rubber</div>
225
+ </div>
226
+ <div class="spec-item">
227
+ <div class="spec-label">Type</div>
228
+ <div class="spec-value">Sneakers</div>
229
+ </div>
230
+ <div class="spec-item">
231
+ <div class="spec-label">Fastening and Back Detail</div>
232
+ <div class="spec-value">Lace Up</div>
233
+ </div>
234
+ </div>
235
+ </div>
236
+
237
+ <!-- Price Bar -->
238
+ <div class="price-bar">
239
+ <div class="price-row">
240
+ <div class="price">₹ 1485</div>
241
+ <div class="old-price">₹ 2895</div>
242
+ <div class="discount">49% Off</div>
243
+ <div class="delivery">Free Delivery</div>
244
+ </div>
245
+ <div class="save-line">*Save extra ₹ 148 by paying online</div>
246
+ </div>
247
+
248
+ <!-- Action Bar -->
249
+ <div class="action-bar">
250
+ <div class="fav-btn" aria-label="Add to wishlist">
251
+ <svg viewBox="0 0 64 64"><path d="M32 54s-16-10-20-20c-4-10 8-18 16-10 8-8 20 0 16 10-4 10-20 20-20 20Z"/></svg>
252
+ </div>
253
+ <div class="bag-btn">ADD TO BAG</div>
254
+ <div class="buy-btn">BUY NOW</div>
255
+ </div>
256
+
257
+ <!-- Bottom home indicator -->
258
+ <div class="home-indicator"></div>
259
+
260
+ </div>
261
+ </body>
262
+ </html>
code/13618/13618_12.html ADDED
@@ -0,0 +1,473 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Product Page UI</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
+ position: relative;
11
+ overflow: hidden;
12
+ width: 1080px;
13
+ height: 2400px;
14
+ background: #F5F7FA;
15
+ border-radius: 0;
16
+ }
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 130px;
24
+ background: #2B2B2B;
25
+ color: #fff;
26
+ display: flex;
27
+ align-items: center;
28
+ padding: 0 40px;
29
+ box-sizing: border-box;
30
+ font-family: Arial, Helvetica, sans-serif;
31
+ font-size: 40px;
32
+ letter-spacing: 0.5px;
33
+ }
34
+ .status-bar .time { font-weight: 600; }
35
+ .status-icons {
36
+ margin-left: auto;
37
+ display: flex;
38
+ align-items: center;
39
+ gap: 28px;
40
+ font-size: 36px;
41
+ }
42
+ .status-dot { width: 10px; height: 10px; background: #CFCFCF; border-radius: 50%; display: inline-block; margin: 0 8px; }
43
+ .battery {
44
+ display: flex;
45
+ align-items: center;
46
+ gap: 10px;
47
+ font-size: 34px;
48
+ }
49
+ .battery svg { display: block; }
50
+ /* App bar */
51
+ .app-bar {
52
+ position: absolute;
53
+ top: 130px;
54
+ left: 0;
55
+ width: 1080px;
56
+ height: 120px;
57
+ background: #FFFFFF;
58
+ box-shadow: 0 2px 6px rgba(0,0,0,0.08);
59
+ display: flex;
60
+ align-items: center;
61
+ padding: 0 30px;
62
+ box-sizing: border-box;
63
+ }
64
+ .back-btn {
65
+ width: 120px;
66
+ height: 120px;
67
+ display: flex;
68
+ align-items: center;
69
+ justify-content: center;
70
+ }
71
+ .app-actions {
72
+ margin-left: auto;
73
+ display: flex;
74
+ align-items: center;
75
+ gap: 34px;
76
+ padding-right: 10px;
77
+ }
78
+ .icon-btn {
79
+ width: 84px;
80
+ height: 84px;
81
+ display: flex;
82
+ align-items: center;
83
+ justify-content: center;
84
+ }
85
+ .icon-btn svg { width: 48px; height: 48px; }
86
+ /* Share section */
87
+ .share-card {
88
+ position: absolute;
89
+ top: 270px;
90
+ left: 30px;
91
+ width: 1020px;
92
+ background: #FFF7CC;
93
+ border-radius: 18px 18px 0 0;
94
+ box-shadow: 0 2px 0 rgba(0,0,0,0.04) inset;
95
+ padding: 30px 30px 20px;
96
+ box-sizing: border-box;
97
+ }
98
+ .share-top {
99
+ display: flex;
100
+ gap: 26px;
101
+ align-items: center;
102
+ }
103
+ .share-img {
104
+ width: 180px;
105
+ height: 160px;
106
+ background: #E0E0E0;
107
+ border: 1px solid #BDBDBD;
108
+ color: #757575;
109
+ display: flex;
110
+ justify-content: center;
111
+ align-items: center;
112
+ font-size: 28px;
113
+ border-radius: 12px;
114
+ }
115
+ .share-text h3 {
116
+ margin: 0;
117
+ font-size: 48px;
118
+ color: #FFC107;
119
+ font-style: italic;
120
+ font-weight: 800;
121
+ }
122
+ .share-text p {
123
+ margin: 14px 0 0;
124
+ font-size: 32px;
125
+ line-height: 1.4;
126
+ color: #5A5A5A;
127
+ }
128
+ .whatsapp-bar {
129
+ position: absolute;
130
+ top: 470px;
131
+ left: 30px;
132
+ width: 1020px;
133
+ height: 110px;
134
+ background: linear-gradient(0deg, #0FA052, #23C15A);
135
+ border-radius: 18px;
136
+ display: flex;
137
+ align-items: center;
138
+ gap: 22px;
139
+ padding: 0 30px;
140
+ box-sizing: border-box;
141
+ color: #fff;
142
+ font-size: 36px;
143
+ font-weight: 700;
144
+ letter-spacing: 0.3px;
145
+ }
146
+ .whatsapp-bar svg { width: 54px; height: 54px; }
147
+ /* Cards */
148
+ .card {
149
+ position: absolute;
150
+ left: 30px;
151
+ width: 1020px;
152
+ background: #FFFFFF;
153
+ border-radius: 18px;
154
+ box-shadow: 0 6px 10px rgba(0,0,0,0.06);
155
+ box-sizing: border-box;
156
+ overflow: hidden;
157
+ }
158
+ .description-card { top: 620px; }
159
+ .card-header {
160
+ padding: 30px;
161
+ font-size: 40px;
162
+ color: #2A2E33;
163
+ font-weight: 800;
164
+ border-bottom: 1px solid #E6E8EB;
165
+ }
166
+ .card-content {
167
+ padding: 30px;
168
+ box-sizing: border-box;
169
+ }
170
+ .desc {
171
+ font-size: 36px;
172
+ color: #233B63;
173
+ margin-bottom: 34px;
174
+ }
175
+ .specs-title {
176
+ font-size: 38px;
177
+ font-weight: 800;
178
+ color: #2A2E33;
179
+ margin-bottom: 24px;
180
+ }
181
+ .specs-grid {
182
+ display: grid;
183
+ grid-template-columns: 1fr 1fr;
184
+ gap: 26px;
185
+ }
186
+ .spec-item {
187
+ background: #EEF1F5;
188
+ border-radius: 12px;
189
+ padding: 26px;
190
+ box-sizing: border-box;
191
+ }
192
+ .spec-item .label {
193
+ font-size: 30px;
194
+ color: #818A99;
195
+ margin-bottom: 10px;
196
+ }
197
+ .spec-item .value {
198
+ font-size: 36px;
199
+ color: #11335A;
200
+ font-weight: 800;
201
+ }
202
+ .info-card { top: 1240px; }
203
+ .info-title {
204
+ padding: 28px 30px 0;
205
+ font-size: 36px;
206
+ font-weight: 800;
207
+ color: #2A2E33;
208
+ }
209
+ .info-content {
210
+ padding: 10px 30px 30px;
211
+ font-size: 32px;
212
+ color: #516074;
213
+ }
214
+ .info-image {
215
+ width: 180px;
216
+ height: 120px;
217
+ background: #E0E0E0;
218
+ border: 1px solid #BDBDBD;
219
+ color: #757575;
220
+ display: flex;
221
+ justify-content: center;
222
+ align-items: center;
223
+ border-radius: 8px;
224
+ margin-top: 10px;
225
+ }
226
+ /* Bottom price bar */
227
+ .price-bar {
228
+ position: absolute;
229
+ left: 0;
230
+ bottom: 320px;
231
+ width: 1080px;
232
+ height: 170px;
233
+ background: #FFFFFF;
234
+ box-shadow: 0 -6px 12px rgba(0,0,0,0.08);
235
+ display: flex;
236
+ align-items: center;
237
+ padding: 0 30px;
238
+ box-sizing: border-box;
239
+ gap: 22px;
240
+ }
241
+ .price-left {
242
+ display: flex;
243
+ align-items: baseline;
244
+ gap: 18px;
245
+ font-family: Arial, Helvetica, sans-serif;
246
+ }
247
+ .price {
248
+ font-size: 56px;
249
+ font-weight: 800;
250
+ color: #111;
251
+ }
252
+ .old-price {
253
+ font-size: 40px;
254
+ color: #9BA4B3;
255
+ text-decoration: line-through;
256
+ }
257
+ .discount {
258
+ font-size: 36px;
259
+ color: #1E88E5;
260
+ font-weight: 700;
261
+ }
262
+ .delivery {
263
+ margin-left: auto;
264
+ font-size: 36px;
265
+ color: #1F9D57;
266
+ font-weight: 700;
267
+ }
268
+ .price-note {
269
+ position: absolute;
270
+ left: 30px;
271
+ bottom: 330px;
272
+ transform: translateY(100%);
273
+ font-size: 30px;
274
+ color: #B88900;
275
+ }
276
+ /* Bottom CTA bar */
277
+ .cta-bar {
278
+ position: absolute;
279
+ left: 0;
280
+ bottom: 120px;
281
+ width: 1080px;
282
+ height: 200px;
283
+ background: #FFFFFF;
284
+ border-top: 1px solid #E6E8EB;
285
+ display: flex;
286
+ align-items: center;
287
+ justify-content: space-between;
288
+ padding: 30px;
289
+ box-sizing: border-box;
290
+ }
291
+ .wish-btn {
292
+ width: 160px;
293
+ height: 120px;
294
+ border-radius: 24px;
295
+ border: 2px solid #E1E6ED;
296
+ display: flex;
297
+ align-items: center;
298
+ justify-content: center;
299
+ background: #F8FAFC;
300
+ }
301
+ .primary-btn, .accent-btn {
302
+ height: 120px;
303
+ border-radius: 24px;
304
+ display: flex;
305
+ align-items: center;
306
+ justify-content: center;
307
+ font-size: 36px;
308
+ font-weight: 800;
309
+ letter-spacing: 0.3px;
310
+ }
311
+ .primary-btn {
312
+ width: 380px;
313
+ background: #111111;
314
+ color: #FFFFFF;
315
+ }
316
+ .accent-btn {
317
+ width: 380px;
318
+ background: #FFC107;
319
+ color: #1A1A1A;
320
+ }
321
+ /* Gesture bar */
322
+ .gesture {
323
+ position: absolute;
324
+ left: 350px;
325
+ bottom: 38px;
326
+ width: 380px;
327
+ height: 14px;
328
+ background: #EDEFF2;
329
+ border-radius: 8px;
330
+ }
331
+ </style>
332
+ </head>
333
+ <body>
334
+ <div id="render-target">
335
+ <!-- Status bar -->
336
+ <div class="status-bar">
337
+ <div class="time">12:17</div>
338
+ <div class="status-icons">
339
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
340
+ <circle cx="10" cy="10" r="7" stroke="#fff" stroke-width="2"></circle>
341
+ <line x1="15" y1="15" x2="21" y2="21" stroke="#fff" stroke-width="2" stroke-linecap="round"></line>
342
+ </svg>
343
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
344
+ <path d="M12 21s-7-4.3-7-10a7 7 0 0 1 13.6-1.9A7 7 0 0 1 19 11c0 5.7-7 10-7 10z" stroke="#fff" stroke-width="2" fill="none" stroke-linejoin="round"></path>
345
+ </svg>
346
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
347
+ <circle cx="12" cy="12" r="9" stroke="#fff" stroke-width="2"></circle>
348
+ <circle cx="12" cy="12" r="2" fill="#fff"></circle>
349
+ </svg>
350
+ <div class="battery">
351
+ <svg width="46" height="24" viewBox="0 0 26 14" fill="none">
352
+ <rect x="1" y="1" width="20" height="12" rx="2" stroke="#fff" stroke-width="2"></rect>
353
+ <rect x="3" y="3" width="16" height="8" rx="1" fill="#fff"></rect>
354
+ <rect x="22" y="4" width="3" height="6" rx="1" fill="#fff"></rect>
355
+ </svg>
356
+ <span>100%</span>
357
+ </div>
358
+ </div>
359
+ </div>
360
+
361
+ <!-- App bar -->
362
+ <div class="app-bar">
363
+ <div class="back-btn">
364
+ <svg viewBox="0 0 24 24">
365
+ <path d="M15 6L9 12l6 6" stroke="#222" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
366
+ </svg>
367
+ </div>
368
+ <div class="app-actions">
369
+ <div class="icon-btn">
370
+ <svg viewBox="0 0 24 24" fill="none">
371
+ <circle cx="11" cy="11" r="7" stroke="#1F2A37" stroke-width="2"></circle>
372
+ <line x1="17" y1="17" x2="22" y2="22" stroke="#1F2A37" stroke-width="2" stroke-linecap="round"></line>
373
+ </svg>
374
+ </div>
375
+ <div class="icon-btn">
376
+ <svg viewBox="0 0 24 24" fill="none">
377
+ <path d="M12 21s-7-4.3-7-10a7 7 0 0 1 14 0c0 5.7-7 10-7 10z" stroke="#1F2A37" stroke-width="2" fill="none" stroke-linejoin="round"></path>
378
+ </svg>
379
+ </div>
380
+ <div class="icon-btn">
381
+ <svg viewBox="0 0 24 24" fill="none">
382
+ <path d="M6 7h12l-2 12H8L6 7z" stroke="#1F2A37" stroke-width="2" fill="none"></path>
383
+ <circle cx="9" cy="21" r="1.6" fill="#1F2A37"></circle>
384
+ <circle cx="15" cy="21" r="1.6" fill="#1F2A37"></circle>
385
+ </svg>
386
+ </div>
387
+ </div>
388
+ </div>
389
+
390
+ <!-- Share section -->
391
+ <div class="share-card">
392
+ <div class="share-top">
393
+ <div class="share-img">[IMG: Shopping character]</div>
394
+ <div class="share-text">
395
+ <h3>Share it!</h3>
396
+ <p>Share this product with your Friend and earn 75 Rapidcoins on each purchase they make.</p>
397
+ </div>
398
+ </div>
399
+ </div>
400
+ <div class="whatsapp-bar">
401
+ <svg viewBox="0 0 24 24" fill="none">
402
+ <circle cx="12" cy="12" r="10" fill="#fff" opacity="0.25"></circle>
403
+ <path d="M8 7c.5-1.4 2-2 3.3-1.3 1.2.6 1.7 2 1.1 3.2l-1 1.8 3 2c1 .6.9 2-.1 2.6-1.2.7-2.7.2-3.7-.5-1.8-1.2-3.5-3.1-3.6-4.9-.1-1 .3-1.9 1-2.9z" fill="#fff"></path>
404
+ </svg>
405
+ <span>Share it on whatsapp</span>
406
+ </div>
407
+
408
+ <!-- Product Description card -->
409
+ <div class="card description-card">
410
+ <div class="card-header">Product Description</div>
411
+ <div class="card-content">
412
+ <div class="desc">A Pair of trendy lace-up detail casual sneakers</div>
413
+ <div class="specs-title">Specifications:</div>
414
+ <div class="specs-grid">
415
+ <div class="spec-item">
416
+ <div class="label">Outer Material</div>
417
+ <div class="value">Knitted Upper</div>
418
+ </div>
419
+ <div class="spec-item">
420
+ <div class="label">Sole Material</div>
421
+ <div class="value">EVA Rubber</div>
422
+ </div>
423
+ <div class="spec-item">
424
+ <div class="label">Type</div>
425
+ <div class="value">Sneakers</div>
426
+ </div>
427
+ <div class="spec-item">
428
+ <div class="label">Fastening and Back Detail</div>
429
+ <div class="value">Lace Up</div>
430
+ </div>
431
+ <div class="spec-item">
432
+ <div class="label">Country of Origin</div>
433
+ <div class="value">India</div>
434
+ </div>
435
+ </div>
436
+ </div>
437
+ </div>
438
+
439
+ <!-- Info card -->
440
+ <div class="card info-card">
441
+ <div class="info-title">Easy 10 days returns and exchanges.</div>
442
+ <div class="info-content">
443
+ Choose to return or exchange for …
444
+ <div class="info-image">[IMG: Box graphic]</div>
445
+ </div>
446
+ </div>
447
+
448
+ <!-- Bottom price bar -->
449
+ <div class="price-bar">
450
+ <div class="price-left">
451
+ <div class="price">₹ 1485</div>
452
+ <div class="old-price">₹ 2895</div>
453
+ <div class="discount">49% Off</div>
454
+ </div>
455
+ <div class="delivery">Free Delivery</div>
456
+ </div>
457
+ <div class="price-note">*Save extra ₹ 148 by paying online</div>
458
+
459
+ <!-- CTA -->
460
+ <div class="cta-bar">
461
+ <div class="wish-btn">
462
+ <svg viewBox="0 0 24 24" fill="none">
463
+ <path d="M12 21s-7-4.3-7-10a6 6 0 0 1 9-5 6 6 0 0 1 9 5c0 5.7-7 10-7 10z" stroke="#4B5563" stroke-width="2" fill="none"></path>
464
+ </svg>
465
+ </div>
466
+ <div class="primary-btn">ADD TO BAG</div>
467
+ <div class="accent-btn">BUY NOW</div>
468
+ </div>
469
+
470
+ <div class="gesture"></div>
471
+ </div>
472
+ </body>
473
+ </html>
code/13618/13618_13.html ADDED
@@ -0,0 +1,298 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Product Details UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px;
10
+ position: relative; overflow: hidden;
11
+ background: #f5f7fb;
12
+ }
13
+
14
+ /* Top status bar */
15
+ .status-bar {
16
+ height: 140px;
17
+ background: #262626;
18
+ color: #fff;
19
+ display: flex;
20
+ align-items: center;
21
+ padding: 0 36px;
22
+ font-family: Arial, sans-serif;
23
+ font-size: 40px;
24
+ letter-spacing: 0.5px;
25
+ }
26
+ .status-bar .spacer { flex: 1; }
27
+ .status-icon {
28
+ width: 44px; height: 44px; margin-left: 24px;
29
+ }
30
+
31
+ /* App bar */
32
+ .app-bar {
33
+ height: 150px;
34
+ background: #ffffff;
35
+ display: flex;
36
+ align-items: center;
37
+ padding: 0 36px;
38
+ box-shadow: 0 6px 12px rgba(0,0,0,0.08);
39
+ font-family: Arial, sans-serif;
40
+ }
41
+ .app-left {
42
+ display: flex; align-items: center;
43
+ }
44
+ .app-right {
45
+ margin-left: auto; display: flex; align-items: center; gap: 36px;
46
+ }
47
+ .icon-btn svg { width: 64px; height: 64px; fill: none; stroke: #1f2b46; stroke-width: 34px; }
48
+
49
+ /* Content */
50
+ .content {
51
+ padding: 24px 28px 420px 28px; /* space for bottom bars */
52
+ font-family: Arial, sans-serif;
53
+ }
54
+
55
+ /* small chips grid */
56
+ .chips {
57
+ display: grid; grid-template-columns: 1fr 1fr; gap: 20px;
58
+ margin-top: 20px;
59
+ }
60
+ .chip {
61
+ background: #eef1f6;
62
+ border-radius: 20px;
63
+ padding: 30px 32px;
64
+ color: #1e2c3f;
65
+ font-size: 42px;
66
+ box-shadow: inset 0 0 0 1px #dde2ea;
67
+ }
68
+ .chip .title { color: #7a8799; font-size: 34px; margin-bottom: 8px; }
69
+
70
+ /* Cards */
71
+ .card {
72
+ background: #ffffff;
73
+ border-radius: 28px;
74
+ box-shadow: 0 6px 14px rgba(0,0,0,0.08);
75
+ padding: 34px;
76
+ margin: 28px 0;
77
+ color: #20314b;
78
+ }
79
+ .card h3 {
80
+ margin: 0 0 18px 0;
81
+ font-size: 48px;
82
+ font-weight: 700;
83
+ color: #202a3f;
84
+ }
85
+ .card p {
86
+ margin: 0 0 24px 0;
87
+ font-size: 44px;
88
+ line-height: 1.35;
89
+ color: #22365a;
90
+ }
91
+ .blue-text { color: #214a7b; }
92
+ .terms-btn {
93
+ display: inline-block;
94
+ background: #eef1f6;
95
+ border: 2px solid #d5dbe5;
96
+ color: #1e2c3f;
97
+ border-radius: 22px;
98
+ padding: 26px 34px;
99
+ font-size: 40px;
100
+ font-weight: 700;
101
+ }
102
+ .img-placeholder {
103
+ width: 220px; height: 220px;
104
+ background: #E0E0E0;
105
+ border: 1px solid #BDBDBD;
106
+ display: flex; justify-content: center; align-items: center;
107
+ color: #757575; font-size: 34px;
108
+ border-radius: 16px;
109
+ margin-left: auto;
110
+ }
111
+ .card-row { display: flex; align-items: center; gap: 24px; }
112
+
113
+ .section-title {
114
+ font-size: 50px; font-weight: 800; color: #222b3f; margin: 0;
115
+ }
116
+
117
+ .subcard {
118
+ background: #f3f5fa;
119
+ border-radius: 24px;
120
+ padding: 36px;
121
+ text-align: center;
122
+ box-shadow: inset 0 0 0 1px #e2e6ef;
123
+ margin-top: 28px;
124
+ }
125
+ .subcard h4 { margin: 0 0 16px 0; color: #7a8799; font-size: 44px; }
126
+ .rating {
127
+ display: inline-flex; align-items: center; gap: 18px; font-size: 64px; color: #1f2b46; font-weight: 700;
128
+ }
129
+ .rating svg { width: 64px; height: 64px; fill: #ffcc33; stroke: #ffcc33; }
130
+
131
+ /* Price sheet above bottom */
132
+ .price-sheet {
133
+ position: absolute; left: 0; right: 0; bottom: 300px;
134
+ background: #ffffff;
135
+ border-top-left-radius: 24px; border-top-right-radius: 24px;
136
+ box-shadow: 0 -8px 20px rgba(0,0,0,0.12);
137
+ padding: 30px 36px;
138
+ font-family: Arial, sans-serif;
139
+ }
140
+ .price-row {
141
+ display: flex; align-items: baseline; gap: 24px;
142
+ font-size: 56px; color: #121212; font-weight: 800;
143
+ }
144
+ .old-price {
145
+ font-size: 44px; color: #9aa3b3; text-decoration: line-through; font-weight: 700;
146
+ }
147
+ .discount { color: #1b66d1; font-size: 44px; font-weight: 800; }
148
+ .free { margin-left: auto; color: #1f8f4a; font-size: 44px; font-weight: 800; }
149
+ .note { margin-top: 10px; color: #b37b00; font-size: 40px; }
150
+
151
+ /* Bottom CTA bar */
152
+ .cta-bar {
153
+ position: absolute; left: 0; right: 0; bottom: 70px;
154
+ background: #ffffff;
155
+ padding: 24px 28px;
156
+ display: grid; grid-template-columns: 160px 1fr 1fr; gap: 28px;
157
+ box-shadow: 0 -8px 20px rgba(0,0,0,0.12);
158
+ }
159
+ .cta-heart {
160
+ border: 2px solid #d6dbe5; border-radius: 24px; display: flex; justify-content: center; align-items: center;
161
+ background: #f6f8fc;
162
+ }
163
+ .cta-heart svg { width: 60px; height: 60px; stroke: #20314b; stroke-width: 34px; fill: none; }
164
+ .btn {
165
+ border-radius: 26px;
166
+ font-size: 44px; font-weight: 800;
167
+ padding: 40px 0;
168
+ text-align: center;
169
+ cursor: default;
170
+ }
171
+ .btn-dark { background: #0b0b0f; color: #ffffff; }
172
+ .btn-yellow { background: #f4c109; color: #0b0b0f; }
173
+
174
+ /* Gesture pill */
175
+ .gesture {
176
+ position: absolute; left: 50%; transform: translateX(-50%);
177
+ bottom: 20px; width: 280px; height: 18px; background: #d0d3da; border-radius: 12px;
178
+ }
179
+ </style>
180
+ </head>
181
+ <body>
182
+ <div id="render-target">
183
+
184
+ <!-- Status bar -->
185
+ <div class="status-bar">
186
+ <div>12:17</div>
187
+ <div class="spacer"></div>
188
+ <!-- simple dots/icons to emulate status items -->
189
+ <svg class="status-icon" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" fill="#fff" opacity="0.15"/></svg>
190
+ <svg class="status-icon" viewBox="0 0 24 24"><path d="M5 12h14" stroke="#fff" stroke-width="3" stroke-linecap="round"/></svg>
191
+ <svg class="status-icon" viewBox="0 0 24 24"><path d="M4 12l7-7m0 0v14" stroke="#fff" stroke-width="3" stroke-linecap="round"/></svg>
192
+ <div style="font-size:40px;margin-left:24px;">100%</div>
193
+ </div>
194
+
195
+ <!-- App bar -->
196
+ <div class="app-bar">
197
+ <div class="app-left icon-btn">
198
+ <svg viewBox="0 0 100 100">
199
+ <path d="M65 20 L35 50 L65 80" stroke="#1f2b46" stroke-width="12" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
200
+ </svg>
201
+ </div>
202
+ <div class="app-right">
203
+ <div class="icon-btn">
204
+ <svg viewBox="0 0 100 100">
205
+ <circle cx="40" cy="40" r="26"/>
206
+ <line x1="64" y1="64" x2="92" y2="92" stroke="#1f2b46" stroke-width="12" stroke-linecap="round"/>
207
+ </svg>
208
+ </div>
209
+ <div class="icon-btn">
210
+ <svg viewBox="0 0 100 100">
211
+ <path d="M50 84c16 0 30-14 30-30S66 24 50 24 20 38 20 54s14 30 30 30z" fill="none" stroke="#1f2b46" stroke-width="12"/>
212
+ <path d="M35 50c4 6 10 12 15 16 6-6 12-12 15-16" fill="none" stroke="#1f2b46" stroke-width="12" stroke-linecap="round"/>
213
+ </svg>
214
+ </div>
215
+ <div class="icon-btn">
216
+ <svg viewBox="0 0 100 100">
217
+ <path d="M20 30h60l-8 40H32L24 30z" fill="none" stroke="#1f2b46" stroke-width="12" stroke-linejoin="round"/>
218
+ <circle cx="38" cy="78" r="6" fill="#1f2b46"/>
219
+ <circle cx="70" cy="78" r="6" fill="#1f2b46"/>
220
+ </svg>
221
+ </div>
222
+ </div>
223
+ </div>
224
+
225
+ <!-- Content -->
226
+ <div class="content">
227
+ <div class="chips">
228
+ <div class="chip">
229
+ <div class="title">Type</div>
230
+ Sneakers
231
+ </div>
232
+ <div class="chip">
233
+ <div class="title">Closure</div>
234
+ Lace Up
235
+ </div>
236
+ <div class="chip">
237
+ <div class="title">Country of Origin</div>
238
+ India
239
+ </div>
240
+ </div>
241
+
242
+ <div class="card">
243
+ <div class="card-row">
244
+ <div style="flex: 1;">
245
+ <h3>Easy 10 days returns and exchanges.</h3>
246
+ <p class="blue-text">Choose to return or exchange for a different size within 10 days after delivery.</p>
247
+ <span class="terms-btn">View Terms and Conditions</span>
248
+ </div>
249
+ <div class="img-placeholder">[IMG: Return easy illustration]</div>
250
+ </div>
251
+ </div>
252
+
253
+ <div class="card">
254
+ <h3>Why do we recommend this product to you</h3>
255
+ <p>Take on a whole new style with these one of a kind ATOM footwear. Style this pair with dark denims and a graphic tee for a chill look during the weekend.</p>
256
+ </div>
257
+
258
+ <div class="card">
259
+ <h3 class="section-title">Reviews & Ratings</h3>
260
+ <div class="subcard">
261
+ <h4>Ratings</h4>
262
+ <div class="rating">
263
+ <svg viewBox="0 0 24 24">
264
+ <path d="M12 2l3.1 6.3 6.9 1-5 4.8 1.2 6.9L12 18l-6.2 3 1.2-6.9-5-4.8 6.9-1z"></path>
265
+ </svg>
266
+ <span>3.6</span>
267
+ </div>
268
+ </div>
269
+ </div>
270
+ </div>
271
+
272
+ <!-- Price sheet -->
273
+ <div class="price-sheet">
274
+ <div class="price-row">
275
+ <div>₹ 1485</div>
276
+ <div class="old-price">₹ 2895</div>
277
+ <div class="discount">49% Off</div>
278
+ <div class="free">Free Delivery</div>
279
+ </div>
280
+ <div class="note">*Save extra ₹ 148 by paying online</div>
281
+ </div>
282
+
283
+ <!-- Bottom CTA -->
284
+ <div class="cta-bar">
285
+ <div class="cta-heart">
286
+ <svg viewBox="0 0 100 100">
287
+ <path d="M50 84c16 0 30-14 30-30S66 24 50 24 20 38 20 54s14 30 30 30z" fill="none"/>
288
+ <path d="M35 50c4 6 10 12 15 16 6-6 12-12 15-16" fill="none"/>
289
+ </svg>
290
+ </div>
291
+ <div class="btn btn-dark">ADD TO BAG</div>
292
+ <div class="btn btn-yellow">BUY NOW</div>
293
+ </div>
294
+
295
+ <div class="gesture"></div>
296
+ </div>
297
+ </body>
298
+ </html>
code/13618/13618_14.html ADDED
@@ -0,0 +1,283 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Product Detail Mock</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, "Segoe UI", Roboto, Arial, sans-serif;
16
+ color: #111;
17
+ }
18
+
19
+ /* Status bar */
20
+ .statusbar {
21
+ height: 120px;
22
+ background: #2f3033;
23
+ color: #fff;
24
+ padding: 0 36px;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: space-between;
28
+ box-sizing: border-box;
29
+ }
30
+ .status-left {
31
+ font-size: 38px;
32
+ font-weight: 600;
33
+ letter-spacing: 0.5px;
34
+ }
35
+ .status-right {
36
+ display: flex;
37
+ align-items: center;
38
+ gap: 18px;
39
+ font-size: 32px;
40
+ }
41
+ .dot { width: 10px; height: 10px; background: #cfd8dc; border-radius: 50%; display: inline-block; opacity: 0.9; }
42
+ .battery {
43
+ width: 54px; height: 26px; border: 3px solid #fff; border-radius: 6px; position: relative; box-sizing: border-box;
44
+ }
45
+ .battery::after {
46
+ content: ""; position: absolute; right: -10px; top: 6px; width: 6px; height: 14px; background: #fff; border-radius: 2px;
47
+ }
48
+ .battery .level { position: absolute; left: 3px; top: 3px; height: 16px; width: 34px; background: #a5d6a7; }
49
+
50
+ /* Hero image area */
51
+ .hero {
52
+ position: relative;
53
+ height: 1120px;
54
+ background: #f3f5f9;
55
+ }
56
+ .back-btn {
57
+ position: absolute;
58
+ top: 40px;
59
+ left: 24px;
60
+ width: 88px; height: 88px;
61
+ display: flex; align-items: center; justify-content: center;
62
+ border-radius: 44px;
63
+ background: rgba(255,255,255,0.0);
64
+ }
65
+ .hero .img {
66
+ position: absolute;
67
+ left: 40px;
68
+ right: 40px;
69
+ top: 90px;
70
+ bottom: 120px;
71
+ background: #E0E0E0;
72
+ border: 1px solid #BDBDBD;
73
+ border-radius: 22px;
74
+ display: flex;
75
+ align-items: center;
76
+ justify-content: center;
77
+ color: #616161;
78
+ font-size: 42px;
79
+ text-align: center;
80
+ line-height: 1.25;
81
+ padding: 24px;
82
+ }
83
+ .dots {
84
+ position: absolute;
85
+ bottom: 44px;
86
+ left: 0; right: 0;
87
+ display: flex; align-items: center; justify-content: center; gap: 16px;
88
+ }
89
+ .dots span {
90
+ width: 14px; height: 14px; border-radius: 7px; background: #d0d6dc; display: inline-block;
91
+ }
92
+ .dots span.active { background: #66707a; width: 28px; border-radius: 7px; }
93
+
94
+ /* Content section */
95
+ .content {
96
+ position: relative;
97
+ background: #fff;
98
+ padding: 28px 40px 0 40px;
99
+ }
100
+ .premium {
101
+ display: inline-block;
102
+ background: #ffd54f;
103
+ color: #000;
104
+ font-weight: 700;
105
+ font-size: 34px;
106
+ padding: 10px 20px;
107
+ border-radius: 10px 0 0 10px;
108
+ }
109
+ .title {
110
+ margin: 24px 0 10px 0;
111
+ font-size: Fifty-two px?; /* fallback if parsing fails */
112
+ }
113
+ .title {
114
+ font-size: 54px;
115
+ line-height: 64px;
116
+ font-weight: 700;
117
+ letter-spacing: 0.2px;
118
+ }
119
+ .rating-row {
120
+ display: flex; align-items: center; gap: 14px;
121
+ color: #263238;
122
+ margin-bottom: 20px;
123
+ position: relative;
124
+ }
125
+ .rating-row .rating {
126
+ font-size: 36px; font-weight: 600;
127
+ margin-right: 10px;
128
+ }
129
+ .reviews {
130
+ font-size: 34px;
131
+ color: #2962ff;
132
+ margin-left: 12px;
133
+ }
134
+ .wa-fab {
135
+ position: absolute;
136
+ right: 0;
137
+ top: -10px;
138
+ width: 100px; height: 100px; border-radius: 50%;
139
+ background: #ffffff;
140
+ border: 2px solid #e0e0e0;
141
+ display: flex; align-items: center; justify-content: center;
142
+ box-shadow: 0 6px 14px rgba(0,0,0,0.06);
143
+ }
144
+
145
+ /* Price card */
146
+ .price-card {
147
+ margin-top: 18px;
148
+ padding: 28px 30px 26px 30px;
149
+ border-top: 1px solid #eceff1;
150
+ border-bottom: 1px solid #eceff1;
151
+ background: #fff;
152
+ }
153
+ .price-line {
154
+ display: flex; align-items: baseline; gap: 22px; flex-wrap: wrap;
155
+ }
156
+ .price {
157
+ font-size: 64px; font-weight: 800;
158
+ }
159
+ .currency { font-size: 52px; font-weight: 800; margin-right: 6px; }
160
+ .old-price {
161
+ font-size: 36px; color: #9e9e9e; text-decoration: line-through; margin-left: 4px;
162
+ }
163
+ .discount { font-size: 36px; color: #1e88e5; font-weight: 700; margin-left: 8px; }
164
+ .delivery { margin-left: auto; font-size: 36px; color: #2e7d32; font-weight: 700; }
165
+ .save-more {
166
+ margin-top: 12px;
167
+ font-size: 32px;
168
+ color: #9c6b00;
169
+ }
170
+
171
+ /* Bottom bar */
172
+ .bottom-bar {
173
+ position: absolute;
174
+ left: 0; right: 0; bottom: 110px;
175
+ display: grid;
176
+ grid-template-columns: 160px 1fr 1fr;
177
+ gap: 24px;
178
+ padding: 18px 32px;
179
+ box-sizing: border-box;
180
+ background: #ffffff;
181
+ border-top: 1px solid #e0e0e0;
182
+ }
183
+ .wish {
184
+ border: 2px solid #d9dde1;
185
+ background: #f8fafb;
186
+ border-radius: 28px;
187
+ display: flex; align-items: center; justify-content: center;
188
+ cursor: default;
189
+ }
190
+ .btn {
191
+ border: none; border-radius: 28px; font-size: 36px; font-weight: 800; letter-spacing: 0.5px;
192
+ padding: 28px 24px; cursor: default;
193
+ }
194
+ .add { background: #111; color: #fff; }
195
+ .buy { background: #ffbf00; color: #fff; }
196
+
197
+ .gesture {
198
+ position: absolute;
199
+ bottom: 36px;
200
+ left: 50%;
201
+ transform: translateX(-50%);
202
+ width: 260px; height: 10px; border-radius: 10px;
203
+ background: #000; opacity: 0.18;
204
+ }
205
+
206
+ /* Utility SVG sizes */
207
+ svg { display: block; }
208
+ </style>
209
+ </head>
210
+ <body>
211
+ <div id="render-target">
212
+
213
+ <!-- Status Bar -->
214
+ <div class="statusbar">
215
+ <div class="status-left">12:18</div>
216
+ <div class="status-right">
217
+ <span class="dot"></span>
218
+ <span class="dot"></span>
219
+ <span class="dot"></span>
220
+ <div class="battery"><div class="level"></div></div>
221
+ <span>100%</span>
222
+ </div>
223
+ </div>
224
+
225
+ <!-- Hero Section -->
226
+ <div class="hero">
227
+ <div class="back-btn" aria-label="Back">
228
+ <svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg">
229
+ <path d="M32 12 L18 26 L32 40" stroke="#111" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"/>
230
+ </svg>
231
+ </div>
232
+ <div class="img">[IMG: Blue Sneakers - two angles]</div>
233
+ <div class="dots">
234
+ <span></span><span></span><span class="active"></span><span></span><span></span><span></span><span></span><span></span>
235
+ </div>
236
+ </div>
237
+
238
+ <!-- Product Content -->
239
+ <div class="content">
240
+ <div class="premium">Premium</div>
241
+
242
+ <h1 class="title">Atom Men Blue Mid Ankle Sneakers</h1>
243
+
244
+ <div class="rating-row">
245
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#FFC107" xmlns="http://www.w3.org/2000/svg">
246
+ <polygon points="12,2 15,9 22,9 16.8,13.2 18.8,20.2 12,16.5 5.2,20.2 7.2,13.2 2,9 9,9"/>
247
+ </svg>
248
+ <span class="rating">3.6</span>
249
+ <span class="reviews">17 Reviews</span>
250
+
251
+ <div class="wa-fab" title="Chat">
252
+ <svg width="46" height="46" viewBox="0 0 24 24" fill="#25D366" xmlns="http://www.w3.org/2000/svg">
253
+ <path d="M12 2a9 9 0 0 0-7.8 13.5L3 22l6.7-1.9A9 9 0 1 0 12 2zm0 2a7 7 0 1 1-5.8 10.9l-.2-.3-1.1 3 3.1-0.9.3.2A7 7 0 0 1 12 4zm-2.2 3.8c.2-.4.5-.4.7-.4h.6c.2 0 .5 0 .6.5.2.5.6 1.7.7 1.8.1.2.1.4 0 .6-.1.2-.2.4-.4.6l-.3.3c-.1.1-.2.2 0 .5s.9 1.4 2.2 2c1.1.5 1.4.4 1.6.3.2-.2.7-.8.9-1 .2-.2.4-.1.6 0 .2.1 1.4.7 1.6.9.2.2.3.4.2.8-.1.4-.7 1.3-1.7 1.8-1 .5-2.4.4-4-.3-1.8-.8-3.1-2.7-3.5-3.2-.4-.5-1.3-1.7-1.3-3s.8-2 .9-2.2z"/>
254
+ </svg>
255
+ </div>
256
+ </div>
257
+
258
+ <div class="price-card">
259
+ <div class="price-line">
260
+ <span class="currency">₹</span><span class="price">1485</span>
261
+ <span class="old-price">₹ 2895</span>
262
+ <span class="discount">49% Off</span>
263
+ <div class="delivery">Free Delivery</div>
264
+ </div>
265
+ <div class="save-more">*Save extra ₹ 148 by paying online</div>
266
+ </div>
267
+ </div>
268
+
269
+ <!-- Bottom Action Bar -->
270
+ <div class="bottom-bar">
271
+ <button class="wish" aria-label="Wishlist">
272
+ <svg width="54" height="54" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
273
+ <path d="M24 41s-14-8.2-14-19a8 8 0 0 1 14-5 8 8 0 0 1 14 5c0 10.8-14 19-14 19z" stroke="#6b7280" stroke-width="3" fill="none" stroke-linejoin="round"/>
274
+ </svg>
275
+ </button>
276
+ <button class="btn add">ADD TO BAG</button>
277
+ <button class="btn buy">BUY NOW</button>
278
+ </div>
279
+
280
+ <div class="gesture"></div>
281
+ </div>
282
+ </body>
283
+ </html>
code/13618/13618_2.html ADDED
@@ -0,0 +1,229 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #ffffff;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ position: absolute; top: 0; left: 0; right: 0;
17
+ height: 120px; background: #1f1f1f; color: #fff;
18
+ display: flex; align-items: center; padding: 0 32px; box-sizing: border-box;
19
+ }
20
+ .status-left { font-weight: 600; font-size: 44px; }
21
+ .status-right { margin-left: auto; display: flex; gap: 26px; align-items: center; }
22
+ .status-icon svg { width: 40px; height: 40px; fill: none; stroke: #fff; stroke-width: 2.5; }
23
+ .battery { display: flex; align-items: center; gap: 10px; font-size: 34px; }
24
+ .battery svg { width: 64px; height: 36px; }
25
+
26
+ /* Search header */
27
+ .search-header {
28
+ position: absolute; top: 150px; left: 24px; right: 24px;
29
+ display: flex; align-items: center; gap: 24px;
30
+ }
31
+ .back-btn {
32
+ width: 64px; height: 64px; display: flex; align-items: center; justify-content: center;
33
+ }
34
+ .back-btn svg { width: 44px; height: 44px; stroke: #222; stroke-width: 3.5; fill: none; }
35
+ .search-field {
36
+ flex: 1; height: 96px; background: #EFF1F4; border: 2px solid #DFE3E7;
37
+ border-radius: 24px; display: flex; align-items: center; padding: 0 28px; box-sizing: border-box;
38
+ }
39
+ .search-field .icon { margin-right: 18px; }
40
+ .search-field .icon svg { width: 44px; height: 44px; stroke: #6A7A8B; stroke-width: 3.5; fill: none; }
41
+ .search-text { font-size: 40px; color: #1F2A37; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
42
+
43
+ /* Keyboard */
44
+ .keyboard {
45
+ position: absolute; bottom: 0; left: 0; right: 0;
46
+ height: 900px; background: #121212; color: #EAEAEA;
47
+ display: flex; flex-direction: column; box-sizing: border-box;
48
+ border-top-left-radius: 0; border-top-right-radius: 0;
49
+ }
50
+
51
+ .suggestions {
52
+ height: 90px; padding: 0 26px; display: flex; align-items: center; gap: 24px;
53
+ color: #D7D7D7; font-size: 34px; border-bottom: 1px solid #1c1c1c;
54
+ }
55
+ .divider { opacity: 0.35; }
56
+ .suggestions .apps-icon svg,
57
+ .suggestions .mic-icon svg { width: 42px; height: 42px; stroke: #D7D7D7; stroke-width: 2.5; fill: none; }
58
+ .suggestions .spacer { flex: 1; }
59
+
60
+ .key-rows { flex: 1; padding: 30px 26px; display: flex; flex-direction: column; gap: 26px; }
61
+ .row { display: flex; gap: 18px; justify-content: center; }
62
+ .key {
63
+ background: #2A2A2A; border-radius: 22px; height: 120px; min-width: 86px;
64
+ display: flex; align-items: center; justify-content: center;
65
+ font-size: 44px; color: #F0F0F0; box-shadow: inset 0 -2px 0 rgba(255,255,255,0.05);
66
+ }
67
+ .key.small { min-width: 80px; }
68
+ .key.wide { min-width: 160px; }
69
+ .key.extra-wide { min-width: 440px; }
70
+ .key.alt { background: #BAC688; color: #1a1a1a; font-weight: 600; }
71
+ .key.action { background: #E6F596; color: #1a1a1a; font-weight: 700; }
72
+ .key.icon svg { width: 44px; height: 44px; stroke: #EAEAEA; stroke-width: 3; fill: none; }
73
+
74
+ /* Home gesture pill */
75
+ .gesture-pill {
76
+ position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%);
77
+ width: 220px; height: 10px; background: #ffffff; border-radius: 6px; opacity: 0.75;
78
+ }
79
+ </style>
80
+ </head>
81
+ <body>
82
+ <div id="render-target">
83
+
84
+ <!-- Status Bar -->
85
+ <div class="status-bar">
86
+ <div class="status-left">12:12</div>
87
+ <div class="status-right">
88
+ <div class="status-icon">
89
+ <!-- Simple magnifier to mimic a status icon -->
90
+ <svg viewBox="0 0 24 24"><circle cx="11" cy="11" r="6"></circle><line x1="16" y1="16" x2="22" y2="22"></line></svg>
91
+ </div>
92
+ <div class="status-icon">
93
+ <!-- Gear icon -->
94
+ <svg viewBox="0 0 24 24">
95
+ <circle cx="12" cy="12" r="3"></circle>
96
+ <path d="M4 12h3M17 12h3M12 4v3M12 17v3M6.5 6.5l2.1 2.1M15.4 15.4l2.1 2.1M6.5 17.5l2.1-2.1M15.4 8.6l2.1-2.1"></path>
97
+ </svg>
98
+ </div>
99
+ <div class="status-icon">
100
+ <!-- Download arrow -->
101
+ <svg viewBox="0 0 24 24"><path d="M12 3v10"></path><path d="M8 9l4 4 4-4"></path><path d="M5 21h14"></path></svg>
102
+ </div>
103
+ <div class="status-icon">
104
+ <!-- Do Not Disturb -->
105
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="8"></circle><line x1="8" y1="12" x2="16" y2="12"></line></svg>
106
+ </div>
107
+ <div class="status-icon">
108
+ <!-- WiFi -->
109
+ <svg viewBox="0 0 24 24">
110
+ <path d="M3 9c4.5-4 13.5-4 18 0"></path>
111
+ <path d="M6 12c3-2.5 9-2.5 12 0"></path>
112
+ <path d="M9 15c1.5-1.2 4.5-1.2 6 0"></path>
113
+ <circle cx="12" cy="18" r="1.2" fill="#fff" stroke="none"></circle>
114
+ </svg>
115
+ </div>
116
+ <div class="battery">
117
+ <svg viewBox="0 0 28 14">
118
+ <rect x="1" y="1" width="24" height="12" rx="2" ry="2" fill="none" stroke="#fff" stroke-width="2"></rect>
119
+ <rect x="25" y="4" width="2" height="6" fill="#fff"></rect>
120
+ <rect x="3" y="3" width="18" height="8" fill="#fff"></rect>
121
+ </svg>
122
+ <span>100%</span>
123
+ </div>
124
+ </div>
125
+ </div>
126
+
127
+ <!-- Search Header -->
128
+ <div class="search-header">
129
+ <div class="back-btn">
130
+ <svg viewBox="0 0 24 24">
131
+ <path d="M15 5l-7 7 7 7"></path>
132
+ </svg>
133
+ </div>
134
+ <div class="search-field">
135
+ <div class="icon">
136
+ <svg viewBox="0 0 24 24"><circle cx="11" cy="11" r="6"></circle><line x1="16" y1="16" x2="22" y2="22"></line></svg>
137
+ </div>
138
+ <div class="search-text">ATOM Men Bule Mid Ankle sneaker</div>
139
+ </div>
140
+ </div>
141
+
142
+ <!-- Keyboard -->
143
+ <div class="keyboard">
144
+ <div class="suggestions">
145
+ <div class="apps-icon">
146
+ <!-- grid of squares -->
147
+ <svg viewBox="0 0 24 24">
148
+ <rect x="3" y="3" width="5" height="5"></rect>
149
+ <rect x="10" y="3" width="5" height="5"></rect>
150
+ <rect x="17" y="3" width="4" height="5"></rect>
151
+ <rect x="3" y="10" width="5" height="5"></rect>
152
+ <rect x="10" y="10" width="5" height="5"></rect>
153
+ <rect x="17" y="10" width="4" height="5"></rect>
154
+ </svg>
155
+ </div>
156
+ <div>skeaner</div>
157
+ <div class="divider">|</div>
158
+ <div>sneakers</div>
159
+ <div class="divider">|</div>
160
+ <div>[shoe emoji]</div>
161
+ <div class="spacer"></div>
162
+ <div class="mic-icon">
163
+ <!-- microphone -->
164
+ <svg viewBox="0 0 24 24">
165
+ <rect x="9" y="4" width="6" height="9" rx="3"></rect>
166
+ <path d="M5 10c0 4 3 6 7 6s7-2 7-6"></path>
167
+ <path d="M12 16v4"></path>
168
+ <path d="M9 20h6"></path>
169
+ </svg>
170
+ </div>
171
+ </div>
172
+
173
+ <div class="key-rows">
174
+ <div class="row">
175
+ <div class="key">q</div>
176
+ <div class="key">w</div>
177
+ <div class="key">e</div>
178
+ <div class="key">r</div>
179
+ <div class="key">t</div>
180
+ <div class="key">y</div>
181
+ <div class="key">u</div>
182
+ <div class="key">i</div>
183
+ <div class="key">o</div>
184
+ <div class="key">p</div>
185
+ </div>
186
+ <div class="row">
187
+ <div class="key">a</div>
188
+ <div class="key">s</div>
189
+ <div class="key">d</div>
190
+ <div class="key">f</div>
191
+ <div class="key">g</div>
192
+ <div class="key">h</div>
193
+ <div class="key">j</div>
194
+ <div class="key">k</div>
195
+ <div class="key">l</div>
196
+ </div>
197
+ <div class="row">
198
+ <div class="key wide">⇧</div>
199
+ <div class="key">z</div>
200
+ <div class="key">x</div>
201
+ <div class="key">c</div>
202
+ <div class="key">v</div>
203
+ <div class="key">b</div>
204
+ <div class="key">n</div>
205
+ <div class="key">m</div>
206
+ <div class="key wide icon">
207
+ <svg viewBox="0 0 24 24"><path d="M3 7l6 6-6 6"></path><path d="M21 7l-6 6 6 6"></path></svg>
208
+ </div>
209
+ </div>
210
+ <div class="row">
211
+ <div class="key alt wide">?123</div>
212
+ <div class="key small">,</div>
213
+ <div class="key wide">☺</div>
214
+ <div class="key extra-wide">space</div>
215
+ <div class="key small">.</div>
216
+ <div class="key action wide">
217
+ <svg viewBox="0 0 24 24">
218
+ <circle cx="11" cy="11" r="6" stroke="#1a1a1a" stroke-width="2.5" fill="none"></circle>
219
+ <line x1="16" y1="16" x2="22" y2="22" stroke="#1a1a1a" stroke-width="2.5"></line>
220
+ </svg>
221
+ </div>
222
+ </div>
223
+ </div>
224
+ </div>
225
+
226
+ <div class="gesture-pill"></div>
227
+ </div>
228
+ </body>
229
+ </html>
code/13618/13618_3.html ADDED
@@ -0,0 +1,311 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Atom Sneakers Listing</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, system-ui, sans-serif; color: #1a1a1a; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ height: 120px;
20
+ background: #2f2f2f;
21
+ color: #fff;
22
+ display: flex;
23
+ align-items: center;
24
+ padding: 0 40px;
25
+ font-weight: 600;
26
+ font-size: 40px;
27
+ }
28
+ .status-left { display: flex; align-items: center; gap: 28px; }
29
+ .status-right { margin-left: auto; display: flex; align-items: center; gap: 28px; }
30
+ .dot { width: 14px; height: 14px; background: #bdbdbd; border-radius: 50%; }
31
+
32
+ /* Top app bar */
33
+ .app-bar {
34
+ height: 120px;
35
+ background: #fff;
36
+ display: flex;
37
+ align-items: center;
38
+ padding: 0 32px;
39
+ border-bottom: 1px solid #eee;
40
+ }
41
+ .title {
42
+ font-size: 44px;
43
+ font-weight: 700;
44
+ white-space: nowrap;
45
+ overflow: hidden;
46
+ text-overflow: ellipsis;
47
+ color: #0e1a2a;
48
+ }
49
+ .app-icons { margin-left: auto; display: flex; align-items: center; gap: 36px; }
50
+ .icon-btn { width: 64px; height: 64px; display: inline-flex; align-items: center; justify-content: center; color: #0e1a2a; }
51
+
52
+ /* Content */
53
+ .content {
54
+ position: absolute;
55
+ top: 240px; /* status(120) + appbar(120) */
56
+ left: 0;
57
+ right: 0;
58
+ bottom: 120px; /* room for gesture bar */
59
+ overflow: hidden;
60
+ padding: 0 32px 32px;
61
+ }
62
+ .grid {
63
+ display: grid;
64
+ grid-template-columns: 1fr 1fr;
65
+ column-gap: 32px;
66
+ row-gap: 48px;
67
+ }
68
+
69
+ .card {
70
+ width: 100%;
71
+ }
72
+ .card-media {
73
+ position: relative;
74
+ width: 100%;
75
+ height: 520px;
76
+ background: #E0E0E0;
77
+ border: 1px solid #BDBDBD;
78
+ border-radius: 26px;
79
+ display: flex;
80
+ align-items: center;
81
+ justify-content: center;
82
+ color: #757575;
83
+ font-size: 36px;
84
+ }
85
+ .card-media.tall { height: 820px; }
86
+ .ribbon {
87
+ position: absolute;
88
+ top: 22px;
89
+ left: 22px;
90
+ background: #F6C100;
91
+ color: #2b2b2b;
92
+ font-weight: 800;
93
+ font-size: 36px;
94
+ padding: 14px 28px;
95
+ border-radius: 12px;
96
+ }
97
+ .card-title {
98
+ margin-top: 20px;
99
+ font-size: 40px;
100
+ color: #2b2b2b;
101
+ white-space: nowrap;
102
+ overflow: hidden;
103
+ text-overflow: ellipsis;
104
+ }
105
+ .price-row {
106
+ margin-top: 18px;
107
+ display: flex;
108
+ align-items: center;
109
+ gap: 24px;
110
+ }
111
+ .price {
112
+ font-size: 48px;
113
+ font-weight: 800;
114
+ }
115
+ .mrp {
116
+ font-size: 40px;
117
+ color: #9e9e9e;
118
+ text-decoration: line-through;
119
+ }
120
+ .disc {
121
+ font-size: 40px;
122
+ color: #1c77d0;
123
+ font-weight: 700;
124
+ }
125
+ .like {
126
+ margin-left: auto;
127
+ width: 64px; height: 64px;
128
+ display: inline-flex; align-items: center; justify-content: center;
129
+ color: #7b8a97;
130
+ }
131
+ .meta-row {
132
+ margin-top: 18px;
133
+ display: flex;
134
+ align-items: center;
135
+ gap: 16px;
136
+ font-size: 40px;
137
+ }
138
+ .star { color: #F6C100; }
139
+ .alert { color: #d1462f; }
140
+
141
+ /* Bottom gesture bar */
142
+ .gesture-bar {
143
+ position: absolute;
144
+ bottom: 22px;
145
+ left: 0; right: 0;
146
+ display: flex;
147
+ justify-content: center;
148
+ }
149
+ .pill {
150
+ width: 240px;
151
+ height: 16px;
152
+ background: #dcdcdc;
153
+ border-radius: 10px;
154
+ }
155
+
156
+ /* SVG defaults */
157
+ svg { width: 48px; height: 48px; }
158
+ </style>
159
+ </head>
160
+ <body>
161
+ <div id="render-target">
162
+
163
+ <!-- Status bar -->
164
+ <div class="status-bar">
165
+ <div class="status-left">12:14
166
+ <span class="icon-btn">
167
+ <svg viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
168
+ <circle cx="11" cy="11" r="7"></circle>
169
+ <path d="M21 21l-4.3-4.3" stroke-linecap="round"></path>
170
+ </svg>
171
+ </span>
172
+ </div>
173
+ <div class="status-right">
174
+ <svg viewBox="0 0 24 24" fill="#fff">
175
+ <circle cx="12" cy="12" r="10"></circle>
176
+ <circle cx="12" cy="12" r="4" fill="#2f2f2f"></circle>
177
+ </svg>
178
+ <svg viewBox="0 0 24 24" fill="#fff">
179
+ <rect x="4" y="4" width="16" height="16" rx="3"></rect>
180
+ <rect x="9" y="9" width="6" height="6" fill="#2f2f2f"></rect>
181
+ </svg>
182
+ <div class="dot"></div>
183
+ <svg viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
184
+ <circle cx="8" cy="12" r="3"></circle>
185
+ <path d="M2 12h3M14 12h8" stroke-linecap="round"></path>
186
+ </svg>
187
+ <svg viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
188
+ <path d="M3 7h18" stroke-linecap="round"></path>
189
+ <path d="M5 7v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7" stroke-linecap="round"></path>
190
+ <rect x="7" y="3" width="10" height="2" fill="#fff"></rect>
191
+ </svg>
192
+ <span style="font-size:40px;">100%</span>
193
+ </div>
194
+ </div>
195
+
196
+ <!-- App bar -->
197
+ <div class="app-bar">
198
+ <div class="icon-btn" aria-label="Back">
199
+ <svg viewBox="0 0 24 24" fill="none" stroke="#0e1a2a" stroke-width="2">
200
+ <path d="M15 18l-6-6 6-6" stroke-linecap="round" stroke-linejoin="round"></path>
201
+ </svg>
202
+ </div>
203
+ <div class="title" style="margin-left: 16px;">ATOM Men Blue Mid Ankle snea...</div>
204
+ <div class="app-icons">
205
+ <div class="icon-btn" aria-label="Search">
206
+ <svg viewBox="0 0 24 24" fill="none" stroke="#0e1a2a" stroke-width="2">
207
+ <circle cx="11" cy="11" r="7"></circle>
208
+ <path d="M21 21l-4.3-4.3" stroke-linecap="round"></path>
209
+ </svg>
210
+ </div>
211
+ <div class="icon-btn" aria-label="Wishlist">
212
+ <svg viewBox="0 0 24 24" fill="none" stroke="#0e1a2a" stroke-width="2">
213
+ <path d="M12 21s-7-4.35-7-10a4.5 4.5 0 0 1 8-2.6A4.5 4.5 0 0 1 19 11c0 5.65-7 10-7 10z" stroke-linejoin="round"></path>
214
+ </svg>
215
+ </div>
216
+ <div class="icon-btn" aria-label="Cart">
217
+ <svg viewBox="0 0 24 24" fill="none" stroke="#0e1a2a" stroke-width="2">
218
+ <circle cx="9" cy="20" r="2"></circle>
219
+ <circle cx="17" cy="20" r="2"></circle>
220
+ <path d="M3 4h2l3 12h10l2-8H7" stroke-linecap="round" stroke-linejoin="round"></path>
221
+ </svg>
222
+ </div>
223
+ </div>
224
+ </div>
225
+
226
+ <!-- Content grid -->
227
+ <div class="content">
228
+ <div class="grid">
229
+ <!-- Card 1 -->
230
+ <div class="card">
231
+ <div class="card-media">
232
+ <div class="ribbon">Premium</div>
233
+ [IMG: Navy Blue Mid Ankle Sneaker]
234
+ </div>
235
+ <div class="card-title">Atom Men Blue Mid Ankle Sne...</div>
236
+ <div class="price-row">
237
+ <div class="price">₹1485</div>
238
+ <div class="mrp">₹2895</div>
239
+ <div class="disc">49%</div>
240
+ <div class="like">
241
+ <svg viewBox="0 0 24 24" fill="none" stroke="#7b8a97" stroke-width="2">
242
+ <path d="M12 21s-7-4.35-7-10a4.5 4.5 0 0 1 8-2.6A4.5 4.5 0 0 1 19 11c0 5.65-7 10-7 10z" stroke-linejoin="round"></path>
243
+ </svg>
244
+ </div>
245
+ </div>
246
+ <div class="meta-row">
247
+ <svg class="star" viewBox="0 0 24 24" fill="#F6C100">
248
+ <path d="M12 2l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z"></path>
249
+ </svg>
250
+ <span>3.6</span>
251
+ </div>
252
+ </div>
253
+
254
+ <!-- Card 2 -->
255
+ <div class="card">
256
+ <div class="card-media">
257
+ <div class="ribbon">Premium</div>
258
+ [IMG: Aqua Blue Mid Ankle Sneaker]
259
+ </div>
260
+ <div class="card-title">Atom Men Blue Mid Ankle Sne...</div>
261
+ <div class="price-row">
262
+ <div class="price">₹1485</div>
263
+ <div class="mrp">₹2895</div>
264
+ <div class="disc">49%</div>
265
+ <div class="like">
266
+ <svg viewBox="0 0 24 24" fill="none" stroke="#7b8a97" stroke-width="2">
267
+ <path d="M12 21s-7-4.35-7-10a4.5 4.5 0 0 1 8-2.6A4.5 4.5 0 0 1 19 11c0 5.65-7 10-7 10z" stroke-linejoin="round"></path>
268
+ </svg>
269
+ </div>
270
+ </div>
271
+ <div class="meta-row">
272
+ <span class="alert">4 units left!</span>
273
+ </div>
274
+ </div>
275
+
276
+ <!-- Card 3 (tall image) -->
277
+ <div class="card">
278
+ <div class="card-media tall">
279
+ <div class="ribbon">Premium</div>
280
+ [IMG: Aqua Blue Mid Ankle Sneaker (Pair)]
281
+ </div>
282
+ <div class="card-title">Atom Men Blue Mid Ankle Sne...</div>
283
+ <div class="price-row">
284
+ <div class="price">₹1485</div>
285
+ <div class="mrp">₹2895</div>
286
+ <div class="disc">49%</div>
287
+ <div class="like">
288
+ <svg viewBox="0 0 24 24" fill="none" stroke="#7b8a97" stroke-width="2">
289
+ <path d="M12 21s-7-4.35-7-10a4.5 4.5 0 0 1 8-2.6A4.5 4.5 0 0 1 19 11c0 5.65-7 10-7 10z" stroke-linejoin="round"></path>
290
+ </svg>
291
+ </div>
292
+ </div>
293
+ <div class="meta-row">
294
+ <svg class="star" viewBox="0 0 24 24" fill="#F6C100">
295
+ <path d="M12 2l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z"></path>
296
+ </svg>
297
+ <span>4.5</span>
298
+ <span class="alert" style="margin-left: 14px;">1 units left!</span>
299
+ </div>
300
+ </div>
301
+
302
+ <!-- Spacer for alignment in grid -->
303
+ <div></div>
304
+ </div>
305
+ </div>
306
+
307
+ <!-- Bottom gesture bar -->
308
+ <div class="gesture-bar"><div class="pill"></div></div>
309
+ </div>
310
+ </body>
311
+ </html>
code/13618/13618_4.html ADDED
@@ -0,0 +1,314 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 Detail - Sneakers</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, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
16
+ color: #1b1b1b;
17
+ }
18
+
19
+ /* Status bar (mock) */
20
+ .status-bar {
21
+ height: 120px;
22
+ background: #2f2f31;
23
+ color: #fff;
24
+ padding: 0 36px;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: space-between;
28
+ box-sizing: border-box;
29
+ font-size: 40px;
30
+ letter-spacing: 0.5px;
31
+ }
32
+ .status-icons { display: flex; align-items: center; gap: 26px; }
33
+ .dot { width: 10px; height: 10px; background: #cfcfcf; border-radius: 50%; display: inline-block; }
34
+
35
+ /* Hero image */
36
+ .hero {
37
+ position: relative;
38
+ height: 1120px;
39
+ background: #E0E0E0;
40
+ border-bottom: 1px solid #dcdcdc;
41
+ display: flex;
42
+ align-items: center;
43
+ justify-content: center;
44
+ color: #5f5f5f;
45
+ font-size: 44px;
46
+ letter-spacing: .2px;
47
+ }
48
+ .hero .img-label {
49
+ border: 1px solid #BDBDBD;
50
+ padding: 20px 28px;
51
+ background: rgba(255,255,255,0.7);
52
+ border-radius: 14px;
53
+ }
54
+ .back-btn {
55
+ position: absolute;
56
+ top: 70px;
57
+ left: 26px;
58
+ width: 84px;
59
+ height: 84px;
60
+ border-radius: 50%;
61
+ background: rgba(255,255,255,0.85);
62
+ box-shadow: 0 2px 8px rgba(0,0,0,0.12);
63
+ display: flex;
64
+ align-items: center;
65
+ justify-content: center;
66
+ }
67
+ .back-btn svg { width: 44px; height: 44px; stroke: #111; stroke-width: 6; fill: none; }
68
+
69
+ .pager-dots {
70
+ position: absolute;
71
+ bottom: 26px;
72
+ left: 0; right: 0;
73
+ display: flex;
74
+ justify-content: center;
75
+ gap: 16px;
76
+ }
77
+ .pager-dots span {
78
+ width: 18px; height: 8px;
79
+ border-radius: 8px;
80
+ background: #e5e5e5;
81
+ }
82
+ .pager-dots span.active { background: #5f6c7b; width: 38px; }
83
+
84
+ /* Product section */
85
+ .content {
86
+ padding: 36px;
87
+ box-sizing: border-box;
88
+ position: relative;
89
+ }
90
+ .ribbon {
91
+ display: inline-block;
92
+ position: relative;
93
+ background: #ffd54f;
94
+ color: #3e3e3e;
95
+ font-weight: 700;
96
+ padding: 12px 22px 12px 22px;
97
+ border-radius: 12px 0 0 12px;
98
+ font-size: 34px;
99
+ }
100
+ .ribbon:after {
101
+ content: "";
102
+ position: absolute;
103
+ right: -24px;
104
+ top: 0;
105
+ border-top: 24px solid #ffd54f;
106
+ border-bottom: 24px solid transparent;
107
+ border-left: 24px solid #ffd54f;
108
+ width: 0;
109
+ height: 0;
110
+ }
111
+
112
+ .title {
113
+ margin: 24px 0 18px;
114
+ font-size: 52px;
115
+ line-height: 1.2;
116
+ font-weight: 800;
117
+ color: #0f1720;
118
+ }
119
+
120
+ .rating-row {
121
+ display: flex;
122
+ align-items: center;
123
+ gap: 14px;
124
+ color: #3f3f3f;
125
+ font-size: 36px;
126
+ margin-bottom: 18px;
127
+ }
128
+ .rating-row .score { font-weight: 600; color: #1f2937; }
129
+ .rating-row .reviews { color: #1e6bd6; font-weight: 600; }
130
+
131
+ .wa-fab {
132
+ position: absolute;
133
+ right: 36px;
134
+ top: 1270px;
135
+ width: 110px;
136
+ height: 110px;
137
+ border-radius: 50%;
138
+ background: #fff;
139
+ border: 1px solid #e1e1e1;
140
+ display: flex;
141
+ align-items: center;
142
+ justify-content: center;
143
+ box-shadow: 0 4px 14px rgba(0,0,0,0.12);
144
+ }
145
+ .wa-fab svg { width: 54px; height: 54px; }
146
+
147
+ .price-card {
148
+ margin-top: 28px;
149
+ background: #fff;
150
+ border-radius: 26px;
151
+ box-shadow: 0 6px 18px rgba(0,0,0,0.08);
152
+ padding: 34px;
153
+ box-sizing: border-box;
154
+ }
155
+ .price-row {
156
+ display: flex;
157
+ align-items: center;
158
+ flex-wrap: nowrap;
159
+ }
160
+ .curr-price {
161
+ font-size: 72px;
162
+ font-weight: 800;
163
+ }
164
+ .old-price {
165
+ font-size: 42px;
166
+ color: #9e9e9e;
167
+ text-decoration: line-through;
168
+ margin-left: 18px;
169
+ }
170
+ .discount {
171
+ font-size: 42px;
172
+ color: #1e88e5;
173
+ font-weight: 700;
174
+ margin-left: 18px;
175
+ }
176
+ .free-delivery {
177
+ margin-left: auto;
178
+ font-size: 40px;
179
+ color: #2e7d32;
180
+ font-weight: 700;
181
+ }
182
+ .save-note {
183
+ margin-top: 12px;
184
+ font-size: 36px;
185
+ color: #b28704;
186
+ }
187
+
188
+ /* Bottom action bar */
189
+ .bottom-bar {
190
+ position: absolute;
191
+ left: 0; right: 0;
192
+ bottom: 84px;
193
+ padding: 18px 36px 24px;
194
+ background: #ffffff;
195
+ border-top: 1px solid #e9e9e9;
196
+ display: flex;
197
+ align-items: center;
198
+ gap: 26px;
199
+ box-sizing: border-box;
200
+ }
201
+ .wishlist-box {
202
+ width: 140px; height: 140px;
203
+ border: 2px solid #e1e1e1;
204
+ border-radius: 28px;
205
+ background: #f6f7f8;
206
+ display: flex; align-items: center; justify-content: center;
207
+ }
208
+ .wishlist-box svg { width: 58px; height: 58px; }
209
+
210
+ .btn {
211
+ height: 140px;
212
+ flex: 1;
213
+ border-radius: 28px;
214
+ display: flex; align-items: center; justify-content: center;
215
+ font-size: 40px;
216
+ font-weight: 800;
217
+ letter-spacing: 0.3px;
218
+ }
219
+ .btn.primary { background: #121212; color: #fff; }
220
+ .btn.buy { background: #ffc107; color: #1b1b1b; }
221
+
222
+ /* Home pill */
223
+ .home-pill {
224
+ position: absolute;
225
+ width: 240px; height: 10px;
226
+ background: #0e0e0e;
227
+ opacity: 0.85;
228
+ border-radius: 20px;
229
+ bottom: 30px; left: 50%;
230
+ transform: translateX(-50%);
231
+ }
232
+ </style>
233
+ </head>
234
+ <body>
235
+ <div id="render-target">
236
+
237
+ <!-- Mock Status Bar -->
238
+ <div class="status-bar">
239
+ <div class="left">
240
+ 12:14
241
+ </div>
242
+ <div class="status-icons">
243
+ <span class="dot"></span>
244
+ <span class="dot"></span>
245
+ <span class="dot"></span>
246
+ <span style="font-size:34px;">100%</span>
247
+ </div>
248
+ </div>
249
+
250
+ <!-- Hero Image Area -->
251
+ <div class="hero">
252
+ <div class="img-label">[IMG: Blue Sneakers Product Photo]</div>
253
+
254
+ <div class="back-btn" title="Back">
255
+ <svg viewBox="0 0 48 48">
256
+ <path d="M30 6 L12 24 L30 42" />
257
+ </svg>
258
+ </div>
259
+
260
+ <div class="pager-dots">
261
+ <span class="active"></span>
262
+ <span></span><span></span><span></span><span></span><span></span><span></span><span></span>
263
+ </div>
264
+ </div>
265
+
266
+ <!-- Floating WhatsApp FAB -->
267
+ <div class="wa-fab" title="Chat">
268
+ <svg viewBox="0 0 64 64">
269
+ <circle cx="32" cy="32" r="30" fill="#25D366"/>
270
+ <path d="M21 44 l-2 8 8-3 a18 18 0 1 0-6-5" fill="#fff" opacity="0.9"/>
271
+ <path d="M28 22 c-2 3 1 6 3 9 3 4 6 6 9 4 2-1 3-2 3-3 0-1-2-2-4-3 -1 0-2 1-3 2 -2-1-4-3-5-5 1-1 2-3 1-4 -1-2-3-3-4-3 -1 0-2 1-3 3z" fill="#25D366"/>
272
+ </svg>
273
+ </div>
274
+
275
+ <!-- Product Content -->
276
+ <div class="content">
277
+ <div class="ribbon">Premium</div>
278
+
279
+ <div class="title">Atom Men Blue Mid Ankle Sneakers</div>
280
+
281
+ <div class="rating-row">
282
+ <svg width="40" height="40" viewBox="0 0 24 24">
283
+ <path d="M12 2l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z" fill="#f6c10b"></path>
284
+ </svg>
285
+ <span class="score">3.6</span>
286
+ <span class="reviews">17 Reviews</span>
287
+ </div>
288
+
289
+ <div class="price-card">
290
+ <div class="price-row">
291
+ <div class="curr-price">₹ 1485</div>
292
+ <div class="old-price">₹ 2895</div>
293
+ <div class="discount">49% Off</div>
294
+ <div class="free-delivery">Free Delivery</div>
295
+ </div>
296
+ <div class="save-note">*Save extra ₹ 148 by paying online</div>
297
+ </div>
298
+ </div>
299
+
300
+ <!-- Bottom Action Bar -->
301
+ <div class="bottom-bar">
302
+ <div class="wishlist-box" title="Add to Wishlist">
303
+ <svg viewBox="0 0 64 64" fill="none" stroke="#3b3b3b" stroke-width="4">
304
+ <path d="M32 54s-14-9-20-18c-4-6-2-15 6-18 5-2 9 0 14 5 5-5 9-7 14-5 8 3 10 12 6 18-6 9-20 18-20 18z"></path>
305
+ </svg>
306
+ </div>
307
+ <div class="btn primary">ADD TO BAG</div>
308
+ <div class="btn buy">BUY NOW</div>
309
+ </div>
310
+
311
+ <div class="home-pill"></div>
312
+ </div>
313
+ </body>
314
+ </html>
code/13618/13618_5.html ADDED
@@ -0,0 +1,310 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Sneaker Product Page Mock</title>
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #F3F4F6;
15
+ }
16
+
17
+ /* Status bar */
18
+ .statusbar {
19
+ height: 110px;
20
+ background: #2D2D2D;
21
+ color: #fff;
22
+ display: flex;
23
+ align-items: center;
24
+ padding: 0 36px;
25
+ font-size: 34px;
26
+ letter-spacing: 0.3px;
27
+ box-sizing: border-box;
28
+ }
29
+ .statusbar .left { flex: 1; }
30
+ .statusbar .center { flex: 1; text-align: center; opacity: 0.85; }
31
+ .statusbar .right { flex: 1; text-align: right; }
32
+
33
+ /* Hero area */
34
+ .hero {
35
+ position: relative;
36
+ height: 1220px;
37
+ background: linear-gradient(180deg, #E9ECF9 0%, #D9DFF4 100%);
38
+ }
39
+ .back-arrow {
40
+ position: absolute;
41
+ top: 140px;
42
+ left: 24px;
43
+ width: 96px;
44
+ height: 96px;
45
+ display: flex;
46
+ align-items: center;
47
+ justify-content: center;
48
+ z-index: 2;
49
+ }
50
+ .hero-img {
51
+ position: absolute;
52
+ left: 0;
53
+ right: 0;
54
+ top: 80px;
55
+ bottom: 40px;
56
+ margin: 0 0;
57
+ display: flex;
58
+ align-items: center;
59
+ justify-content: center;
60
+ background: #E0E0E0;
61
+ border: 1px solid #BDBDBD;
62
+ color: #676767;
63
+ font-size: 36px;
64
+ letter-spacing: .2px;
65
+ }
66
+ .dots {
67
+ position: absolute;
68
+ bottom: 24px;
69
+ left: 0;
70
+ right: 0;
71
+ display: flex;
72
+ justify-content: center;
73
+ gap: 18px;
74
+ }
75
+ .dot {
76
+ width: 16px;
77
+ height: 16px;
78
+ background: #C9D3E7;
79
+ border-radius: 50%;
80
+ opacity: 0.7;
81
+ }
82
+ .dot.active { width: 36px; border-radius: 12px; background: #6C80A8; opacity: 1; }
83
+
84
+ /* Details sheet */
85
+ .sheet {
86
+ position: absolute;
87
+ top: 1180px;
88
+ left: 0;
89
+ right: 0;
90
+ background: #FFFFFF;
91
+ border-top-left-radius: 28px;
92
+ border-top-right-radius: 28px;
93
+ box-shadow: 0 -6px 18px rgba(0,0,0,0.06);
94
+ padding: 36px 36px 240px;
95
+ box-sizing: border-box;
96
+ }
97
+
98
+ /* Premium badge */
99
+ .badge-wrap { margin-top: 12px; margin-bottom: 16px; }
100
+ .badge {
101
+ display: inline-flex;
102
+ align-items: center;
103
+ background: #FFE36B;
104
+ color: #303030;
105
+ font-weight: 700;
106
+ font-size: 30px;
107
+ padding: 10px 20px;
108
+ border-radius: 8px 0 0 8px;
109
+ position: relative;
110
+ }
111
+ .badge:after {
112
+ content: "";
113
+ position: absolute;
114
+ right: -18px;
115
+ width: 0; height: 0;
116
+ border-top: 22px solid transparent;
117
+ border-bottom: 22px solid transparent;
118
+ border-left: 18px solid #FFE36B;
119
+ }
120
+
121
+ /* Title row */
122
+ .title-row {
123
+ display: flex;
124
+ align-items: flex-start;
125
+ gap: 18px;
126
+ }
127
+ .title {
128
+ flex: 1;
129
+ font-size: 46px;
130
+ font-weight: 700;
131
+ color: #1E1E1E;
132
+ line-height: 1.25;
133
+ }
134
+ .wa-button {
135
+ width: 96px; height: 96px;
136
+ border-radius: 50%;
137
+ border: 1px solid #E6E6E6;
138
+ display: flex; align-items: center; justify-content: center;
139
+ background: #FFFFFF;
140
+ box-shadow: 0 2px 8px rgba(0,0,0,0.06);
141
+ }
142
+
143
+ /* Rating row */
144
+ .rating {
145
+ display: flex;
146
+ align-items: center;
147
+ gap: 16px;
148
+ margin: 18px 0 12px;
149
+ font-size: 34px;
150
+ }
151
+ .rating .value { color: #3D3D3D; font-weight: 600; }
152
+ .rating .reviews { color: #2A6CD6; font-weight: 600; margin-left: 8px; }
153
+
154
+ /* Price card */
155
+ .price-card {
156
+ margin-top: 22px;
157
+ background: #FFFFFF;
158
+ border: 1px solid #ECECEC;
159
+ border-radius: 24px;
160
+ padding: 28px;
161
+ box-shadow: 0 8px 20px rgba(0,0,0,0.06);
162
+ }
163
+ .price-line {
164
+ display: flex;
165
+ align-items: center;
166
+ justify-content: space-between;
167
+ gap: 18px;
168
+ flex-wrap: wrap;
169
+ }
170
+ .price-left {
171
+ display: flex;
172
+ align-items: baseline;
173
+ gap: 18px;
174
+ flex-wrap: wrap;
175
+ }
176
+ .curr-price { font-size: 56px; font-weight: 800; color: #101010; }
177
+ .old-price { font-size: 36px; color: #8D8D8D; text-decoration: line-through; }
178
+ .discount { font-size: 36px; color: #2477FF; font-weight: 700; }
179
+ .freedel { font-size: 34px; color: #13A669; font-weight: 700; }
180
+ .subtext { color: #B38607; font-size: 30px; margin-top: 10px; }
181
+
182
+ /* Bottom action bar */
183
+ .action-bar {
184
+ position: absolute;
185
+ left: 0; right: 0; bottom: 80px;
186
+ padding: 16px 28px;
187
+ background: #FFFFFF;
188
+ display: flex;
189
+ gap: 22px;
190
+ box-shadow: 0 -8px 24px rgba(0,0,0,0.08);
191
+ }
192
+ .wish {
193
+ width: 160px;
194
+ background: #F2F4F6;
195
+ border: 1px solid #E0E0E0;
196
+ border-radius: 26px;
197
+ display: flex; align-items: center; justify-content: center;
198
+ }
199
+ .btn {
200
+ flex: 1;
201
+ height: 120px;
202
+ border-radius: 26px;
203
+ display: flex; align-items: center; justify-content: center;
204
+ font-size: 40px;
205
+ font-weight: 800;
206
+ letter-spacing: 0.5px;
207
+ }
208
+ .btn.dark { background: #101010; color: #FFFFFF; }
209
+ .btn.yellow { background: #FFC107; color: #FFFFFF; }
210
+
211
+ /* Home indicator */
212
+ .home-indicator {
213
+ position: absolute;
214
+ bottom: 24px;
215
+ left: 50%;
216
+ transform: translateX(-50%);
217
+ width: 360px;
218
+ height: 12px;
219
+ border-radius: 8px;
220
+ background: #131313;
221
+ opacity: 0.8;
222
+ }
223
+ </style>
224
+ </head>
225
+ <body>
226
+ <div id="render-target">
227
+
228
+ <!-- Status bar -->
229
+ <div class="statusbar">
230
+ <div class="left">12:15</div>
231
+ <div class="center">○ Calm ⚙ •</div>
232
+ <div class="right">◯ ▲ 100%</div>
233
+ </div>
234
+
235
+ <!-- Hero image with back arrow -->
236
+ <div class="hero">
237
+ <div class="back-arrow">
238
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="none">
239
+ <path d="M15 18l-6-6 6-6" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
240
+ </svg>
241
+ </div>
242
+ <div class="hero-img">[IMG: Blue Sneaker Close-up]</div>
243
+
244
+ <!-- Slider dots -->
245
+ <div class="dots">
246
+ <div class="dot"></div>
247
+ <div class="dot active"></div>
248
+ <div class="dot"></div>
249
+ <div class="dot"></div>
250
+ <div class="dot"></div>
251
+ <div class="dot"></div>
252
+ <div class="dot"></div>
253
+ </div>
254
+ </div>
255
+
256
+ <!-- Product detail sheet -->
257
+ <div class="sheet">
258
+ <div class="badge-wrap">
259
+ <span class="badge">Premium</span>
260
+ </div>
261
+
262
+ <div class="title-row">
263
+ <div class="title">Atom Men Blue Mid Ankle Sneakers</div>
264
+ <div class="wa-button" title="Share on WhatsApp">
265
+ <svg width="44" height="44" viewBox="0 0 24 24">
266
+ <circle cx="12" cy="12" r="10" fill="#25D366"/>
267
+ <path d="M7.5 17.5l.7-2.6a6.3 6.3 0 117.6-4.6 6.3 6.3 0 01-6.9 5.2l-1.4.9z" fill="#fff" opacity=".0"/>
268
+ <path d="M8.5 17l.5-1.8a5.5 5.5 0 10-1.1-1.1L6 17l2.5-.0z" fill="#fff" opacity=".9"/>
269
+ <path d="M9.5 7.5c.3-.2.6-.2.8.1l.7 1c.2.3.1.7-.1.9l-.3.3c.6 1.2 1.6 2.1 2.8 2.8l.3-.3c.2-.2.6-.3.9-.1l1 .7c.3.2.3.6.1.8-.4.6-1.1 1-1.9.9-2.4-.3-4.9-2.7-5.2-5.2-.1-.8.3-1.5.9-1.9z" fill="#fff"/>
270
+ </svg>
271
+ </div>
272
+ </div>
273
+
274
+ <div class="rating">
275
+ <svg width="36" height="36" viewBox="0 0 24 24">
276
+ <path d="M12 2l2.9 6 6.6.9-4.8 4.6 1.2 6.5L12 17l-5.9 3 1.2-6.5L2.5 8.9 9 8z" fill="#FFC107"/>
277
+ </svg>
278
+ <span class="value">3.6</span>
279
+ <span class="reviews">17 Reviews</span>
280
+ </div>
281
+
282
+ <div class="price-card">
283
+ <div class="price-line">
284
+ <div class="price-left">
285
+ <div class="curr-price">₹ 1485</div>
286
+ <div class="old-price">₹ 2895</div>
287
+ <div class="discount">49% Off</div>
288
+ </div>
289
+ <div class="freedel">Free Delivery</div>
290
+ </div>
291
+ <div class="subtext">*Save extra ₹ 148 by paying online</div>
292
+ </div>
293
+ </div>
294
+
295
+ <!-- Bottom action bar -->
296
+ <div class="action-bar">
297
+ <div class="wish" title="Add to Wishlist">
298
+ <svg width="54" height="54" viewBox="0 0 24 24" fill="none">
299
+ <path d="M12 21s-7-4.4-7-10.2C5 7.3 6.9 5.5 9 5.5c1.4 0 2.6.8 3 2 .4-1.2 1.6-2 3-2 2.1 0 4 1.8 4 5.3C19 16.6 12 21 12 21z" stroke="#333" stroke-width="1.6" fill="none"/>
300
+ </svg>
301
+ </div>
302
+ <div class="btn dark">ADD TO BAG</div>
303
+ <div class="btn yellow">BUY NOW</div>
304
+ </div>
305
+
306
+ <!-- Home indicator -->
307
+ <div class="home-indicator"></div>
308
+ </div>
309
+ </body>
310
+ </html>
code/13618/13618_6.html ADDED
@@ -0,0 +1,250 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Product Detail - Sneakers</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: #ffffff;
15
+ }
16
+
17
+ /* Status bar */
18
+ .statusbar {
19
+ position: absolute;
20
+ top: 0; left: 0;
21
+ width: 100%;
22
+ height: 120px;
23
+ background: #2b2b2b;
24
+ color: #fff;
25
+ padding: 0 40px;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ box-sizing: border-box;
30
+ font-weight: 600;
31
+ }
32
+ .status-icons {
33
+ display: flex; align-items: center; gap: 28px; color: #e6e6e6; font-size: 30px;
34
+ }
35
+ .dot { width: 10px; height: 10px; background: #bbb; border-radius: 50%; display: inline-block; }
36
+
37
+ /* Hero / image */
38
+ .hero {
39
+ position: absolute;
40
+ top: 120px;
41
+ left: 0;
42
+ width: 100%;
43
+ height: 1000px;
44
+ background: #e9ebf6;
45
+ }
46
+ .hero .img {
47
+ position: absolute;
48
+ left: 0; top: 0;
49
+ width: 100%; height: 100%;
50
+ background: #E0E0E0;
51
+ border: 1px solid #BDBDBD;
52
+ display: flex; justify-content: center; align-items: center;
53
+ color: #555; font-size: 42px; letter-spacing: 0.3px;
54
+ }
55
+ .back-btn {
56
+ position: absolute;
57
+ top: 40px;
58
+ left: 28px;
59
+ width: 96px; height: 96px;
60
+ display: flex; align-items: center; justify-content: center;
61
+ background: rgba(255,255,255,0.0);
62
+ }
63
+ .carousel-dots {
64
+ position: absolute;
65
+ bottom: 24px;
66
+ width: 100%;
67
+ display: flex; justify-content: center; gap: 18px;
68
+ }
69
+ .carousel-dots span {
70
+ width: 14px; height: 14px; background: #d9d9d9; border-radius: 50%;
71
+ }
72
+ .carousel-dots span.active { background: #61708a; width: 22px; border-radius: 8px; }
73
+
74
+ /* Content area */
75
+ .content {
76
+ position: absolute;
77
+ top: 1120px;
78
+ left: 0;
79
+ width: 100%;
80
+ background: #f5f6f7;
81
+ padding-bottom: 280px; /* leave space for bottom bar */
82
+ }
83
+ .title-card {
84
+ background: #ffffff;
85
+ border-top-left-radius: 28px;
86
+ border-top-right-radius: 28px;
87
+ padding: 36px 40px 24px 40px;
88
+ position: relative;
89
+ }
90
+ .badge {
91
+ display: inline-flex; align-items: center;
92
+ background: #ffd84d; color: #2a2a2a;
93
+ padding: 10px 20px; border-radius: 8px;
94
+ font-weight: 700; font-size: 30px;
95
+ clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
96
+ margin-bottom: 18px;
97
+ }
98
+ .title {
99
+ font-size: 50px; font-weight: 700; color: #1f2a35; line-height: 1.2; margin: 10px 0 20px 0;
100
+ }
101
+ .rating-row {
102
+ display: flex; align-items: center; gap: 16px;
103
+ font-size: 30px; color: #39424e;
104
+ }
105
+ .reviews { color: #1f6fe5; font-weight: 700; margin-left: 10px; }
106
+
107
+ .wa-fab {
108
+ position: absolute;
109
+ right: 32px;
110
+ top: 36px;
111
+ width: 110px; height: 110px;
112
+ border-radius: 50%;
113
+ background: #e9f7ee;
114
+ border: 2px solid #bfe6cb;
115
+ display: flex; align-items: center; justify-content: center;
116
+ color: #1fa855; font-weight: 800; font-size: 34px;
117
+ }
118
+
119
+ .price-strip {
120
+ margin: 16px 0 0 0;
121
+ background: #ffffff;
122
+ border-top-left-radius: 28px;
123
+ border-top-right-radius: 28px;
124
+ border-bottom-left-radius: 28px;
125
+ border-bottom-right-radius: 28px;
126
+ box-shadow: 0 6px 16px rgba(0,0,0,0.08);
127
+ padding: 34px 40px 28px 40px;
128
+ }
129
+ .price-row {
130
+ display: flex; align-items: center; justify-content: space-between; flex-wrap: nowrap;
131
+ }
132
+ .price-left {
133
+ display: flex; align-items: center; gap: 22px; flex-wrap: wrap;
134
+ }
135
+ .curr-price { font-size: 64px; font-weight: 800; color: #0f1720; }
136
+ .old-price { font-size: 36px; color: #9aa3ad; text-decoration: line-through; }
137
+ .off { font-size: 36px; font-weight: 700; color: #1f6fe5; }
138
+ .delivery { font-size: 34px; color: #1a9b4b; font-weight: 700; }
139
+ .save-note { margin-top: 12px; color: #a57c00; font-size: 30px; }
140
+
141
+ /* Bottom action bar */
142
+ .bottom-bar {
143
+ position: absolute;
144
+ left: 0; right: 0; bottom: 120px;
145
+ padding: 20px 30px;
146
+ background: #ffffff;
147
+ display: flex; gap: 28px;
148
+ }
149
+ .wish-btn {
150
+ width: 170px; height: 120px; border-radius: 28px;
151
+ background: #f1f3f5;
152
+ border: 2px solid #e2e6ea;
153
+ display: flex; align-items: center; justify-content: center;
154
+ }
155
+ .primary-btn, .accent-btn {
156
+ flex: 1; height: 120px; border-radius: 28px; display: flex; align-items: center; justify-content: center;
157
+ font-size: 38px; font-weight: 800; letter-spacing: 0.5px;
158
+ }
159
+ .primary-btn { background: #0f0f0f; color: #ffffff; }
160
+ .accent-btn { background: #ffc107; color: #2b2b2b; }
161
+
162
+ /* Gesture bar */
163
+ .gesture {
164
+ position: absolute; bottom: 44px; left: 50%; transform: translateX(-50%);
165
+ width: 360px; height: 12px; background: #d1d5db; border-radius: 12px;
166
+ }
167
+
168
+ /* Small helpers */
169
+ .star {
170
+ width: 36px; height: 36px; display: inline-block;
171
+ }
172
+ .icon-heart {
173
+ width: 48px; height: 48px;
174
+ }
175
+ .back-icon {
176
+ width: 60px; height: 60px;
177
+ }
178
+ </style>
179
+ </head>
180
+ <body>
181
+ <div id="render-target">
182
+
183
+ <!-- Status bar -->
184
+ <div class="statusbar">
185
+ <div style="font-size:44px;">12:15</div>
186
+ <div class="status-icons">
187
+ <span class="dot"></span>
188
+ <span class="dot"></span>
189
+ <span class="dot"></span>
190
+ <span>100%</span>
191
+ </div>
192
+ </div>
193
+
194
+ <!-- Hero image section -->
195
+ <div class="hero">
196
+ <div class="img">[IMG: Blue Sneakers Product Photo]</div>
197
+
198
+ <div class="back-btn" aria-label="Back">
199
+ <svg class="back-icon" viewBox="0 0 24 24" fill="none" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
200
+ <path d="M15 18l-6-6 6-6"/>
201
+ </svg>
202
+ </div>
203
+
204
+ <div class="carousel-dots">
205
+ <span></span><span class="active"></span><span></span><span></span><span></span><span></span><span></span>
206
+ </div>
207
+ </div>
208
+
209
+ <!-- Content -->
210
+ <div class="content">
211
+ <div class="title-card">
212
+ <div class="badge">Premium</div>
213
+ <div class="title">Atom Men Blue Mid Ankle Sneakers</div>
214
+ <div class="rating-row">
215
+ <svg class="star" viewBox="0 0 24 24"><path fill="#f4c400" d="M12 .587l3.668 7.431 8.2 1.192-5.934 5.787 1.401 8.167L12 18.896l-7.335 3.868 1.401-8.167L.132 9.21l8.2-1.192z"/></svg>
216
+ <span style="font-weight:700;">3.6</span>
217
+ <span class="reviews">17 Reviews</span>
218
+ </div>
219
+
220
+ <div class="wa-fab">WA</div>
221
+ </div>
222
+
223
+ <div class="price-strip">
224
+ <div class="price-row">
225
+ <div class="price-left">
226
+ <div class="curr-price">₹ 1485</div>
227
+ <div class="old-price">₹ 2895</div>
228
+ <div class="off">49% Off</div>
229
+ </div>
230
+ <div class="delivery">Free Delivery</div>
231
+ </div>
232
+ <div class="save-note">*Save extra ₹ 148 by paying online</div>
233
+ </div>
234
+ </div>
235
+
236
+ <!-- Bottom action bar -->
237
+ <div class="bottom-bar">
238
+ <div class="wish-btn" aria-label="Add to Wishlist">
239
+ <svg class="icon-heart" viewBox="0 0 24 24" fill="none" stroke="#6b7280" stroke-width="2">
240
+ <path d="M12 21s-7-4.35-9.5-7.5C.84 11.02 1.75 7.5 5 7.5c2.04 0 3.24 1.41 3.9 2.4C9.76 8.91 10.96 7.5 13 7.5c3.25 0 4.16 3.52 2.5 6C19 16.65 12 21 12 21z"/>
241
+ </svg>
242
+ </div>
243
+ <div class="primary-btn">ADD TO BAG</div>
244
+ <div class="accent-btn">BUY NOW</div>
245
+ </div>
246
+
247
+ <div class="gesture"></div>
248
+ </div>
249
+ </body>
250
+ </html>
code/13618/13618_7.html ADDED
@@ -0,0 +1,187 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Product Page Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
8
+ #render-target { width: 1080px; height: 2400px; position: relative; overflow: hidden; background: #FFFFFF; }
9
+
10
+ /* Status bar */
11
+ .status-bar {
12
+ position: absolute; top: 0; left: 0; width: 100%; height: 140px;
13
+ background: #2F2F2F; color: #fff; display: flex; align-items: center;
14
+ padding: 0 40px;
15
+ }
16
+ .status-left, .status-right { display: flex; align-items: center; gap: 28px; }
17
+ .status-left { flex: 1; }
18
+ .status-time { font-size: 42px; font-weight: 700; }
19
+ .icon { width: 34px; height: 34px; }
20
+
21
+ /* Hero image */
22
+ .hero {
23
+ position: absolute; top: 140px; left: 0; width: 100%; height: 980px;
24
+ background: #E0E0E0; border-top: 1px solid #BDBDBD; border-bottom: 1px solid #BDBDBD;
25
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 40px;
26
+ }
27
+ .hero .img-box {
28
+ width: 95%; height: 90%; background: #E0E0E0; border: 1px solid #BDBDBD;
29
+ display: flex; align-items: center; justify-content: center; color: #757575;
30
+ }
31
+
32
+ /* Back arrow */
33
+ .back-btn {
34
+ position: absolute; top: 170px; left: 36px; width: 80px; height: 80px;
35
+ border-radius: 40px; display: flex; align-items: center; justify-content: center;
36
+ }
37
+ .back-btn svg { width: 48px; height: 48px; }
38
+
39
+ /* Carousel dots */
40
+ .carousel-dots {
41
+ position: absolute; top: 1070px; left: 0; width: 100%; display: flex; justify-content: center; gap: 14px;
42
+ }
43
+ .carousel-dots span { width: 16px; height: 16px; border-radius: 8px; background: #DADADA; }
44
+ .carousel-dots span.active { background: #5A6C87; }
45
+
46
+ /* Content area */
47
+ .content {
48
+ position: absolute; top: 1140px; left: 0; width: 100%; background: #FAFAFA;
49
+ border-top-left-radius: 24px; border-top-right-radius: 24px; padding: 40px;
50
+ }
51
+
52
+ .whatsapp {
53
+ position: absolute; right: 40px; top: 150px; width: 100px; height: 100px;
54
+ border-radius: 50%; background: #fff; border: 1px solid #E0E0E0;
55
+ box-shadow: 0 2px 6px rgba(0,0,0,0.08); display: flex; align-items: center; justify-content: center;
56
+ }
57
+ .whatsapp svg { width: 44px; height: 44px; }
58
+
59
+ .premium {
60
+ display: inline-block; position: relative; background: #FFD64D; color: #000;
61
+ font-weight: 700; padding: 18px 26px; border-radius: 10px; font-size: 34px;
62
+ }
63
+ .premium:after {
64
+ content: ""; position: absolute; right: -20px; top: 50%; transform: translateY(-50%);
65
+ border-top: 18px solid transparent; border-bottom: 18px solid transparent; border-left: 20px solid #FFD64D;
66
+ }
67
+
68
+ .title { margin-top: 30px; font-size: 52px; font-weight: 800; color: #111; }
69
+
70
+ .rating-row { display: flex; align-items: center; gap: 20px; margin-top: 20px; }
71
+ .rating-row .star { width: 40px; height: 40px; }
72
+ .rating-row .score { font-size: 36px; color: #444; }
73
+ .rating-row a { font-size: 36px; color: #2D6AE3; text-decoration: none; }
74
+
75
+ .price-card {
76
+ margin-top: 40px; background: #FFFFFF; border-radius: 20px;
77
+ box-shadow: 0 6px 12px rgba(0,0,0,0.06); padding: 40px;
78
+ }
79
+ .price-row { display: flex; align-items: center; justify-content: space-between; }
80
+ .currency { font-size: 42px; }
81
+ .current-price { font-size: 60px; font-weight: 800; color: #111; }
82
+ .old-price { font-size: 38px; color: #9E9E9E; text-decoration: line-through; margin-left: 20px; }
83
+ .discount { font-size: 38px; color: #2386FF; margin-left: 20px; }
84
+ .delivery { font-size: 38px; color: #1AA064; font-weight: 700; }
85
+ .save-note { margin-top: 20px; color: #C0940D; font-size: 34px; }
86
+
87
+ /* Bottom bar */
88
+ .bottom-bar {
89
+ position: absolute; bottom: 140px; left: 0; width: 100%; padding: 24px 32px;
90
+ background: #FAFAFA; display: flex; gap: 26px;
91
+ }
92
+ .btn { height: 130px; border-radius: 26px; display: flex; align-items: center; justify-content: center; font-size: 40px; font-weight: 800; }
93
+ .btn-outline { width: 170px; background: #fff; border: 2px solid #E0E0E0; }
94
+ .btn-outline .icon-heart { width: 44px; height: 44px; }
95
+ .btn-dark { flex: 1; background: #111; color: #fff; }
96
+ .btn-yellow { flex: 1; background: #FFC107; color: #111; }
97
+
98
+ /* Gesture bar */
99
+ .gesture { position: absolute; bottom: 60px; left: 50%; transform: translateX(-50%); width: 240px; height: 16px; background: #D9D9D9; border-radius: 8px; }
100
+ </style>
101
+ </head>
102
+ <body>
103
+ <div id="render-target">
104
+
105
+ <!-- Status Bar -->
106
+ <div class="status-bar">
107
+ <div class="status-left">
108
+ <div class="status-time">12:15</div>
109
+ <svg class="icon" viewBox="0 0 24 24"><circle cx="12" cy="12" r="4" fill="#fff"/></svg>
110
+ <svg class="icon" viewBox="0 0 24 24"><path d="M4 6h16v12H4z" fill="none" stroke="#fff" stroke-width="2"/><circle cx="12" cy="12" r="3" fill="#fff"/></svg>
111
+ <svg class="icon" viewBox="0 0 24 24"><path d="M12 2v20M2 12h20" stroke="#fff" stroke-width="2"/></svg>
112
+ </div>
113
+ <div class="status-right">
114
+ <svg class="icon" viewBox="0 0 24 24"><circle cx="12" cy="12" r="2" fill="#fff"/></svg>
115
+ <svg class="icon" viewBox="0 0 24 24"><path d="M6 7h12v10H6z" fill="none" stroke="#fff" stroke-width="2"/><path d="M16 7v-2H8v2" stroke="#fff" stroke-width="2"/></svg>
116
+ <svg class="icon" viewBox="0 0 24 24"><path d="M3 18h18" stroke="#fff" stroke-width="2"/><path d="M6 18V6h12v12" fill="none" stroke="#fff" stroke-width="2"/></svg>
117
+ <span style="font-size:36px; font-weight:700;">100%</span>
118
+ </div>
119
+ </div>
120
+
121
+ <!-- Hero Image -->
122
+ <div class="hero">
123
+ <div class="img-box">[IMG: Blue Mid Ankle Sneakers]</div>
124
+ </div>
125
+
126
+ <!-- Back Button -->
127
+ <div class="back-btn">
128
+ <svg viewBox="0 0 24 24"><path d="M15 6l-6 6 6 6" stroke="#000" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
129
+ </div>
130
+
131
+ <!-- Carousel Dots -->
132
+ <div class="carousel-dots">
133
+ <span></span><span class="active"></span><span></span><span></span><span></span><span></span><span></span><span></span>
134
+ </div>
135
+
136
+ <!-- Content -->
137
+ <div class="content">
138
+
139
+ <!-- Floating WhatsApp -->
140
+ <div class="whatsapp">
141
+ <svg viewBox="0 0 24 24">
142
+ <circle cx="12" cy="12" r="10" fill="none" stroke="#36B250" stroke-width="2"></circle>
143
+ <path d="M7 16l2-1c3 2 5 1 7-1l1 2c-2 2-5 3-8 2l-2 0 0-2z" fill="#36B250"></path>
144
+ <path d="M9 8c2 3 4 4 6 5" stroke="#36B250" stroke-width="2" fill="none"></path>
145
+ </svg>
146
+ </div>
147
+
148
+ <span class="premium">Premium</span>
149
+
150
+ <div class="title">Atom Men Blue Mid Ankle Sneakers</div>
151
+
152
+ <div class="rating-row">
153
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2l3 6 6 1-4.5 4 1 7-5.5-3-5.5 3 1-7L3 9l6-1z" fill="#FFC107"/></svg>
154
+ <div class="score">3.6</div>
155
+ <a href="#">17 Reviews</a>
156
+ </div>
157
+
158
+ <div class="price-card">
159
+ <div class="price-row">
160
+ <div style="display:flex; align-items:baseline; gap:16px;">
161
+ <div class="currency">₹</div>
162
+ <div class="current-price">1485</div>
163
+ <div class="old-price">₹ 2895</div>
164
+ <div class="discount">49% Off</div>
165
+ </div>
166
+ <div class="delivery">Free Delivery</div>
167
+ </div>
168
+ <div class="save-note">*Save extra ₹ 148 by paying online</div>
169
+ </div>
170
+
171
+ </div>
172
+
173
+ <!-- Bottom bar -->
174
+ <div class="bottom-bar">
175
+ <div class="btn btn-outline">
176
+ <svg class="icon-heart" viewBox="0 0 24 24"><path d="M12 21s-7-4.5-7-9a5 5 0 0 1 9-3 5 5 0 0 1 9 3c0 4.5-7 9-11 9z" fill="none" stroke="#666" stroke-width="2"/></svg>
177
+ </div>
178
+ <div class="btn btn-dark">ADD TO BAG</div>
179
+ <div class="btn btn-yellow">BUY NOW</div>
180
+ </div>
181
+
182
+ <!-- Gesture bar -->
183
+ <div class="gesture"></div>
184
+
185
+ </div>
186
+ </body>
187
+ </html>
code/13618/13618_8.html ADDED
@@ -0,0 +1,278 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 - Atom Men Blue Mid Ankle Sneakers</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ border-radius: 0;
16
+ }
17
+
18
+ /* Status bar */
19
+ .statusbar {
20
+ height: 140px;
21
+ background: #2B2B2B;
22
+ color: #fff;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ padding: 0 36px;
27
+ font-size: 46px;
28
+ box-sizing: border-box;
29
+ }
30
+ .status-icons { display: flex; align-items: center; gap: 30px; }
31
+ .status-icons svg { width: 42px; height: 42px; fill: #fff; }
32
+
33
+ /* Image section */
34
+ .image-section {
35
+ position: relative;
36
+ padding: 30px 0 20px 0;
37
+ background: #ffffff;
38
+ }
39
+ .img-box {
40
+ width: 1000px;
41
+ height: 540px;
42
+ background: #E0E0E0;
43
+ border: 1px solid #BDBDBD;
44
+ margin: 20px auto;
45
+ display: flex;
46
+ justify-content: center;
47
+ align-items: center;
48
+ color: #757575;
49
+ font-size: 40px;
50
+ border-radius: 12px;
51
+ }
52
+ .back-btn {
53
+ position: absolute;
54
+ left: 30px;
55
+ top: 50px;
56
+ width: 100px;
57
+ height: 100px;
58
+ display: flex;
59
+ justify-content: center;
60
+ align-items: center;
61
+ border-radius: 50%;
62
+ background: rgba(0,0,0,0.06);
63
+ }
64
+ .back-btn svg { width: 64px; height: 64px; }
65
+ .carousel-dots {
66
+ position: absolute;
67
+ bottom: 20px;
68
+ left: 0; right: 0;
69
+ display: flex;
70
+ justify-content: center;
71
+ gap: 16px;
72
+ }
73
+ .dot {
74
+ width: 18px; height: 18px; border-radius: 9px;
75
+ background: #D0D0D0;
76
+ }
77
+ .dot.active { background: #6D7A8E; width: 40px; border-radius: 9px; }
78
+
79
+ /* Content section */
80
+ .content {
81
+ padding: 30px 36px 0 36px;
82
+ }
83
+ .badge {
84
+ display: inline-block;
85
+ background: #FFD64D;
86
+ color: #212121;
87
+ font-weight: 700;
88
+ font-size: 34px;
89
+ padding: 16px 24px;
90
+ border-radius: 12px;
91
+ }
92
+ .title {
93
+ margin: 24px 0 10px 0;
94
+ font-size: 56px;
95
+ font-weight: 700;
96
+ color: #111;
97
+ line-height: 1.2;
98
+ }
99
+ .whatsapp {
100
+ position: absolute;
101
+ right: 36px;
102
+ top: 740px; /* roughly near the title area */
103
+ width: 110px; height: 110px;
104
+ border-radius: 55px;
105
+ background: #E8F5E9;
106
+ border: 2px solid #C8E6C9;
107
+ display: flex; align-items: center; justify-content: center;
108
+ }
109
+ .whatsapp svg { width: 64px; height: 64px; fill: #25D366; }
110
+
111
+ .rating-row {
112
+ display: flex; align-items: center; gap: 18px;
113
+ font-size: 40px;
114
+ color: #444;
115
+ }
116
+ .rating-row .reviews { color: #2D6AE3; font-weight: 600; }
117
+ .rating-star { display: inline-flex; align-items: center; gap: 12px; }
118
+ .rating-star svg { width: 40px; height: 40px; fill: #FFCC00; }
119
+
120
+ .price-card {
121
+ margin-top: 30px;
122
+ background: #fff;
123
+ border-radius: 26px;
124
+ box-shadow: 0 6px 24px rgba(0,0,0,0.08);
125
+ padding: 36px;
126
+ }
127
+ .price-row {
128
+ display: flex; align-items: baseline; justify-content: space-between;
129
+ }
130
+ .left-price {
131
+ display: flex; align-items: baseline; gap: 22px;
132
+ }
133
+ .currency { font-size: 54px; font-weight: 700; color: #111; }
134
+ .price {
135
+ font-size: 72px; font-weight: 800; color: #111;
136
+ }
137
+ .strike {
138
+ font-size: 44px; color: #9E9E9E; text-decoration: line-through;
139
+ margin-left: 18px;
140
+ }
141
+ .off { font-size: 44px; color: #2D6AE3; font-weight: 700; margin-left: 18px; }
142
+ .delivery { font-size: 44px; color: #1B9C48; font-weight: 700; }
143
+ .save-note { margin-top: 12px; font-size: 40px; color: #B8860B; }
144
+
145
+ /* Bottom bar */
146
+ .bottom-bar {
147
+ position: absolute;
148
+ left: 0; right: 0; bottom: 140px;
149
+ padding: 24px 36px;
150
+ display: flex; gap: 24px; align-items: center;
151
+ background: #ffffff;
152
+ }
153
+ .wish-btn {
154
+ width: 170px; height: 140px;
155
+ border: 2px solid #E0E0E0;
156
+ border-radius: 26px;
157
+ background: #FAFAFA;
158
+ display: flex; align-items: center; justify-content: center;
159
+ }
160
+ .wish-btn svg { width: 60px; height: 60px; fill: none; stroke: #7A7A7A; stroke-width: 3; }
161
+ .cta {
162
+ flex: 1;
163
+ height: 140px;
164
+ border-radius: 26px;
165
+ display: flex; align-items: center; justify-content: center;
166
+ font-size: 46px; font-weight: 800;
167
+ color: #fff;
168
+ }
169
+ .cta.bag { background: #111111; }
170
+ .cta.buy { background: #FFC107; color: #111; }
171
+
172
+ /* Bottom handle indicator */
173
+ .handle {
174
+ position: absolute;
175
+ left: 50%; transform: translateX(-50%);
176
+ bottom: 36px;
177
+ width: 360px; height: 18px;
178
+ background: #D0D0D0; border-radius: 9px;
179
+ }
180
+ </style>
181
+ </head>
182
+ <body>
183
+ <div id="render-target">
184
+
185
+ <!-- Status bar -->
186
+ <div class="statusbar">
187
+ <div>12:16</div>
188
+ <div class="status-icons">
189
+ <!-- Do Not Disturb icon (simple circle) -->
190
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9" fill="#fff"/><rect x="6" y="11" width="12" height="2" fill="#2B2B2B"/></svg>
191
+ <!-- Signal icon -->
192
+ <svg viewBox="0 0 24 24"><rect x="3" y="16" width="3" height="5"/><rect x="8" y="13" width="3" height="8"/><rect x="13" y="10" width="3" height="11"/><rect x="18" y="7" width="3" height="14"/></svg>
193
+ <!-- Location dot -->
194
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="3"/></svg>
195
+ <!-- Battery with 100% text simplified -->
196
+ <svg viewBox="0 0 32 18">
197
+ <rect x="1" y="3" width="26" height="12" rx="2" fill="none" stroke="#fff" stroke-width="2"/>
198
+ <rect x="28" y="6" width="3" height="6" rx="1" fill="#fff"/>
199
+ <rect x="3" y="5" width="22" height="8" rx="1" fill="#fff"/>
200
+ </svg>
201
+ <div style="font-size:40px;">100%</div>
202
+ </div>
203
+ </div>
204
+
205
+ <!-- Image section with back arrow -->
206
+ <div class="image-section">
207
+ <div class="back-btn">
208
+ <svg viewBox="0 0 24 24">
209
+ <path d="M15 5 L7 12 L15 19" stroke="#111" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
210
+ </svg>
211
+ </div>
212
+
213
+ <div class="img-box">[IMG: Blue Sneaker - Top View]</div>
214
+ <div class="img-box">[IMG: Blue Sneaker - Side View]</div>
215
+
216
+ <div class="carousel-dots">
217
+ <div class="dot"></div>
218
+ <div class="dot"></div>
219
+ <div class="dot active"></div>
220
+ <div class="dot"></div>
221
+ <div class="dot"></div>
222
+ <div class="dot"></div>
223
+ <div class="dot"></div>
224
+ </div>
225
+ </div>
226
+
227
+ <!-- Content -->
228
+ <div class="content">
229
+ <span class="badge">Premium</span>
230
+ <div class="title">Atom Men Blue Mid Ankle Sneakers</div>
231
+
232
+ <!-- Floating WhatsApp style button -->
233
+ <div class="whatsapp">
234
+ <svg viewBox="0 0 24 24">
235
+ <path d="M12 3a9 9 0 0 0-7.78 13.33L3 21l4.86-1.21A9 9 0 1 0 12 3z" fill="#25D366"/>
236
+ <path d="M8.8 7.9c-.3-.7-.6-.7-1-.7h-.8c-.3 0-.7.1-1 .5-.3.3-1.3 1.2-1.3 2.9s1.3 3.3 1.5 3.6c.2.3 2.6 4.2 6.3 5.8 3 .9 3.6.8 4.2.7.7-.1 2.1-.9 2.4-1.7.3-.8.3-1.6.2-1.8-.1-.2-.4-.3-.9-.5-.5-.2-2.6-1.3-3-1.4-.4-.2-.7-.2-1 0-.3.2-1 1.1-1.2 1.3-.2.2-.5.2-.9 0-.5-.2-2.1-.8-4-2.5-1.5-1.3-2.5-2.9-2.8-3.4-.3-.6 0-.8.2-1 .2-.2.4-.5.5-.8.1-.3.1-.6 0-.8z" fill="#fff"/>
237
+ </svg>
238
+ </div>
239
+
240
+ <div class="rating-row">
241
+ <span class="rating-star">
242
+ <svg viewBox="0 0 24 24"><path d="M12 2l3.2 6.5 7.1 1-5.1 4.9 1.3 7.1L12 18l-6.5 3.5 1.3-7.1-5.1-4.9 7.1-1z"/></svg>
243
+ <span>3.6</span>
244
+ </span>
245
+ <span class="reviews">17 Reviews</span>
246
+ </div>
247
+
248
+ <div class="price-card">
249
+ <div class="price-row">
250
+ <div class="left-price">
251
+ <span class="currency">₹</span>
252
+ <span class="price">1485</span>
253
+ <span class="strike">₹ 2895</span>
254
+ <span class="off">49% Off</span>
255
+ </div>
256
+ <div class="delivery">Free Delivery</div>
257
+ </div>
258
+ <div class="save-note">*Save extra ₹ 148 by paying online</div>
259
+ </div>
260
+ </div>
261
+
262
+ <!-- Bottom action bar -->
263
+ <div class="bottom-bar">
264
+ <div class="wish-btn">
265
+ <svg viewBox="0 0 24 24">
266
+ <path d="M12 21s-6-3.8-8.2-6C1.6 12.9 2 9.7 4.2 8.2c2.1-1.5 4.7-.7 5.8 1.1 1.1-1.8 3.7-2.6 5.8-1.1 2.2 1.6 2.6 4.7.4 6.8C18 17.2 12 21 12 21z"/>
267
+ </svg>
268
+ </div>
269
+ <div class="cta bag">ADD TO BAG</div>
270
+ <div class="cta buy">BUY NOW</div>
271
+ </div>
272
+
273
+ <!-- Handle indicator -->
274
+ <div class="handle"></div>
275
+
276
+ </div>
277
+ </body>
278
+ </html>
code/13618/13618_9.html ADDED
@@ -0,0 +1,287 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 Detail - Mock</title>
7
+ <style>
8
+ :root{
9
+ --bg:#ffffff;
10
+ --text:#1f2a35;
11
+ --sub:#3f4d63;
12
+ --muted:#7b8aa0;
13
+ --primary:#0b3a5b;
14
+ --accent:#ffc107;
15
+ --accent-dark:#d7a600;
16
+ --brand:#fed22a;
17
+ --blue:#2a6fd3;
18
+ --green:#0a854a;
19
+ --gold:#b78a00;
20
+ --border:#e2e6ea;
21
+ --shadow:0 8px 20px rgba(0,0,0,0.08);
22
+ --radius:24px;
23
+ }
24
+ body{ margin:0; padding:0; background:transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Noto Sans", "Apple Color Emoji","Segoe UI Emoji", "Segoe UI Symbol"; color:var(--text); }
25
+ #render-target{
26
+ width:1080px; height:2400px;
27
+ position:relative; overflow:hidden;
28
+ background:var(--bg);
29
+ border-radius:36px;
30
+ box-shadow:0 20px 60px rgba(0,0,0,0.12);
31
+ }
32
+
33
+ /* Status bar (mock) */
34
+ .status-bar{
35
+ height:120px; background:#2c2c2c; color:#fff;
36
+ display:flex; align-items:center; justify-content:space-between;
37
+ padding:0 40px; font-weight:600; font-size:42px;
38
+ }
39
+ .status-icons{ display:flex; gap:28px; align-items:center; opacity:0.9; }
40
+ .status-dot{ width:12px; height:12px; background:#fff; border-radius:50%; display:inline-block; opacity:0.7; }
41
+
42
+ /* Hero area */
43
+ .hero{
44
+ width:100%; height:520px; position:relative; overflow:hidden;
45
+ }
46
+ .hero .img{
47
+ position:absolute; inset:0;
48
+ background:#E0E0E0;
49
+ border-bottom:1px solid #BDBDBD;
50
+ display:flex; align-items:center; justify-content:center;
51
+ color:#616161; font-size:44px; letter-spacing:0.3px;
52
+ }
53
+ .dots{
54
+ position:absolute; bottom:22px; left:50%; transform:translateX(-50%);
55
+ display:flex; gap:24px; align-items:center;
56
+ }
57
+ .dot{ width:18px; height:18px; border-radius:9px; background:#d0d5db; }
58
+ .dot.active{ width:44px; border-radius:9px; background:#2d4157; }
59
+
60
+ /* Top action bar under hero */
61
+ .top-actions{
62
+ height:110px; background:#fff; border-bottom:1px solid var(--border);
63
+ display:flex; align-items:center; justify-content:space-between;
64
+ padding:0 28px 0 28px;
65
+ }
66
+ .icon-btn{
67
+ width:88px; height:88px; border-radius:16px; display:flex; align-items:center; justify-content:center;
68
+ background:transparent;
69
+ }
70
+ .right-icons{ display:flex; gap:18px; align-items:center; }
71
+
72
+ /* Content area */
73
+ .content{ padding:28px; padding-bottom:240px; overflow:hidden; }
74
+ .badge{
75
+ display:inline-flex; align-items:center; gap:18px;
76
+ background:#ffe57f; color:#4d3b00;
77
+ font-weight:700; font-size:36px; padding:16px 28px; border-radius:14px;
78
+ }
79
+ .title{
80
+ margin:18px 0 8px; font-size:56px; line-height:1.2; font-weight:800; color:#112033;
81
+ }
82
+ .rating-row{ display:flex; align-items:center; gap:18px; font-size:38px; color:#2b3b51; }
83
+ .rating-row .reviews{ color:var(--blue); font-weight:700; }
84
+ .wa-wrap{ margin-left:auto; }
85
+ .wa-circle{
86
+ width:96px; height:96px; border-radius:50%; border:2px solid #cfd8dc; display:flex; align-items:center; justify-content:center; color:#20b858; font-weight:800; }
87
+
88
+ /* Card blocks */
89
+ .card{
90
+ background:#fff; border:1px solid var(--border); border-radius:28px; box-shadow:var(--shadow);
91
+ padding:30px; margin-top:28px;
92
+ }
93
+ .card h3{
94
+ margin:6px 0 24px; font-size:44px; color:#2a3b4f; letter-spacing:0.2px;
95
+ }
96
+ .thumb-row{ display:flex; gap:22px; }
97
+ .thumb{
98
+ width:200px; height:220px; border-radius:18px; background:#E0E0E0; border:2px solid #BDBDBD;
99
+ display:flex; align-items:center; justify-content:center; color:#616161; font-size:30px; text-align:center; padding:10px;
100
+ box-sizing:border-box;
101
+ }
102
+ .thumb.selected{ border:6px solid #ffce2b; }
103
+
104
+ .sizes-head{ display:flex; align-items:center; justify-content:space-between; }
105
+ .sizes-head .link{ color:#b88a00; font-weight:800; }
106
+ .size-row{ display:flex; gap:24px; flex-wrap:wrap; margin-top:14px; }
107
+ .size-chip{
108
+ width:140px; height:140px; border-radius:70px; border:4px solid #8ea2b8;
109
+ display:flex; align-items:center; justify-content:center; font-size:44px; font-weight:800; color:#2b3b51; background:#fff;
110
+ }
111
+ .size-chip.disabled{
112
+ border-color:#c7d1db; color:#c7d1db; position:relative;
113
+ }
114
+ .size-chip.disabled:before{
115
+ content:""; position:absolute; width:160px; height:4px; background:#c7d1db; transform:rotate(-40deg);
116
+ }
117
+
118
+ /* Pincode input */
119
+ .pin-input{
120
+ height:120px; border:2px solid #e1e5ea; border-radius:22px; padding:0 28px; display:flex; align-items:center; justify-content:space-between;
121
+ background:#fafbfc; font-size:42px; color:#7a8b9b;
122
+ }
123
+ .pin-input .check{
124
+ color:#b88a00; font-weight:900;
125
+ }
126
+
127
+ /* Price strip */
128
+ .price-strip{
129
+ position:absolute; left:0; right:0; bottom:260px;
130
+ background:#fff; border-top:1px solid var(--border); padding:22px 30px 18px;
131
+ }
132
+ .price-main{ display:flex; align-items:center; justify-content:space-between; font-size:44px; }
133
+ .price-left{ display:flex; align-items:baseline; gap:22px; }
134
+ .price-left .now{ font-size:60px; font-weight:900; }
135
+ .price-left .old{ color:#9aa7b5; text-decoration:line-through; font-weight:700; }
136
+ .price-left .off{ color:#2a6fd3; font-weight:800; }
137
+ .price-main .delivery{ color:#0e7a45; font-weight:800; }
138
+ .price-note{ color:#b88a00; font-size:36px; margin-top:6px; }
139
+
140
+ /* Bottom action bar */
141
+ .bottom-bar{
142
+ position:absolute; left:0; right:0; bottom:80px; padding:18px 24px; background:#fff; border-top:1px solid var(--border);
143
+ display:flex; gap:24px; align-items:center;
144
+ }
145
+ .wish{
146
+ width:150px; height:120px; border-radius:26px; border:2px solid #e1e6ea; display:flex; align-items:center; justify-content:center; background:#f8fafb;
147
+ }
148
+ .btn{
149
+ height:120px; flex:1; border:none; border-radius:26px; font-size:44px; font-weight:900;
150
+ }
151
+ .btn.black{ background:#0f1012; color:#fff; }
152
+ .btn.yellow{ background:#ffcc00; color:#263238; }
153
+
154
+ /* Gesture bar */
155
+ .gesture{
156
+ position:absolute; left:50%; transform:translateX(-50%);
157
+ bottom:18px; width:280px; height:10px; background:#0b0b0c; border-radius:8px; opacity:0.8;
158
+ }
159
+
160
+ /* Utility SVG styles */
161
+ svg{ width:56px; height:56px; fill:none; stroke:#1a2a3a; stroke-width:6; stroke-linecap:round; stroke-linejoin:round; }
162
+ .icon-small svg{ width:44px; height:44px; }
163
+ .star{ fill:#ffbf00; stroke:none; width:40px; height:40px; }
164
+ </style>
165
+ </head>
166
+ <body>
167
+ <div id="render-target">
168
+
169
+ <!-- Mock OS status bar -->
170
+ <div class="status-bar">
171
+ <div>12:16</div>
172
+ <div class="status-icons">
173
+ <span class="status-dot"></span>
174
+ <span class="status-dot"></span>
175
+ <span class="status-dot"></span>
176
+ <span style="width:44px;height:18px;border-radius:6px;background:#fff;display:inline-block;opacity:.85;"></span>
177
+ </div>
178
+ </div>
179
+
180
+ <!-- Product hero -->
181
+ <div class="hero">
182
+ <div class="img">[IMG: Blue Sneaker Banner]</div>
183
+ <div class="dots">
184
+ <div class="dot"></div>
185
+ <div class="dot active"></div>
186
+ <div class="dot"></div>
187
+ <div class="dot"></div>
188
+ <div class="dot"></div>
189
+ </div>
190
+ </div>
191
+
192
+ <!-- Top action bar -->
193
+ <div class="top-actions">
194
+ <div class="icon-btn">
195
+ <svg viewBox="0 0 24 24"><path d="M15 19l-7-7 7-7"/></svg>
196
+ </div>
197
+ <div class="right-icons">
198
+ <div class="icon-btn">
199
+ <svg viewBox="0 0 24 24"><circle cx="11" cy="11" r="7"/><path d="M21 21l-4.3-4.3"/></svg>
200
+ </div>
201
+ <div class="icon-btn">
202
+ <svg viewBox="0 0 24 24"><path d="M4 8c0-2.2 1.8-4 4-4 1.6 0 3 1 3.6 2.4C12.2 5 13.6 4 15.2 4 17.5 4 19 5.8 19 8c0 5.5-7 9.5-7 9.5S4 13.5 4 8z"/></svg>
203
+ </div>
204
+ <div class="icon-btn">
205
+ <svg viewBox="0 0 24 24"><path d="M6 6h15l-1.5 8.5a2 2 0 0 1-2 1.6H9a2 2 0 0 1-2-1.6L5 3H2"/><circle cx="10" cy="20" r="1.5"/><circle cx="17" cy="20" r="1.5"/></svg>
206
+ </div>
207
+ </div>
208
+ </div>
209
+
210
+ <!-- Content -->
211
+ <div class="content">
212
+
213
+ <div style="display:flex; align-items:center; justify-content:space-between;">
214
+ <div class="badge">Premium</div>
215
+ <div class="wa-wrap">
216
+ <div class="wa-circle">WA</div>
217
+ </div>
218
+ </div>
219
+
220
+ <div class="title">Atom Men Blue Mid Ankle Sneakers</div>
221
+
222
+ <div class="rating-row">
223
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2l2.9 6 6.6.6-5 4.3 1.5 6.4L12 16l-6 3.3 1.5-6.4-5-4.3 6.6-.6z"/></svg>
224
+ <span>3.6</span>
225
+ <span class="reviews">17 Reviews</span>
226
+ </div>
227
+
228
+ <div class="card">
229
+ <h3>Colors available</h3>
230
+ <div class="thumb-row">
231
+ <div class="thumb selected">[IMG: Blue Shoe Variant]</div>
232
+ <div class="thumb">[IMG: Beige Shoe Variant]</div>
233
+ <div class="thumb">[IMG: Purple Shoe Variant]</div>
234
+ <div class="thumb">[IMG: White Shoe Variant]</div>
235
+ </div>
236
+ </div>
237
+
238
+ <div class="card">
239
+ <div class="sizes-head">
240
+ <h3 style="margin:0;">Available size</h3>
241
+ <div class="link">Size Chart</div>
242
+ </div>
243
+ <div class="size-row">
244
+ <div class="size-chip">5</div>
245
+ <div class="size-chip">6</div>
246
+ <div class="size-chip">7</div>
247
+ <div class="size-chip">8</div>
248
+ <div class="size-chip disabled">9</div>
249
+ <div class="size-chip disabled">10</div>
250
+ </div>
251
+ </div>
252
+
253
+ <div class="card">
254
+ <h3>Check Delivery</h3>
255
+ <div class="pin-input">
256
+ <span>Enter your pincode</span>
257
+ <span class="check">CHECK</span>
258
+ </div>
259
+ </div>
260
+ </div>
261
+
262
+ <!-- Price strip -->
263
+ <div class="price-strip">
264
+ <div class="price-main">
265
+ <div class="price-left">
266
+ <span class="now">₹ 1485</span>
267
+ <span class="old">₹ 2895</span>
268
+ <span class="off">49% Off</span>
269
+ </div>
270
+ <div class="delivery">Free Delivery</div>
271
+ </div>
272
+ <div class="price-note">*Save extra ₹ 148 by paying online</div>
273
+ </div>
274
+
275
+ <!-- Bottom action bar -->
276
+ <div class="bottom-bar">
277
+ <div class="wish">
278
+ <svg viewBox="0 0 24 24"><path d="M4 8c0-2.2 1.8-4 4-4 1.6 0 3 1 3.6 2.4C12.2 5 13.6 4 15.2 4 17.5 4 19 5.8 19 8c0 5.5-7 9.5-7 9.5S4 13.5 4 8z"/></svg>
279
+ </div>
280
+ <button class="btn black">ADD TO BAG</button>
281
+ <button class="btn yellow">BUY NOW</button>
282
+ </div>
283
+
284
+ <div class="gesture"></div>
285
+ </div>
286
+ </body>
287
+ </html>
code/1362/1362_0.html ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Item - Dark UI</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: #000; color: #fff; font-family: Arial, Helvetica, sans-serif;
12
+ }
13
+
14
+ /* Top status bar */
15
+ .statusbar {
16
+ height: 60px; padding: 0 28px; display: flex; align-items: center; justify-content: space-between;
17
+ color: #fff; font-size: 26px; opacity: 0.9;
18
+ }
19
+ .status-right { display: flex; gap: 18px; align-items: center; }
20
+ .dot { width: 8px; height: 8px; background: #fff; border-radius: 50%; opacity: 0.8; }
21
+
22
+ /* Header / App bar */
23
+ .appbar {
24
+ height: 120px; padding: 0 28px; display: flex; align-items: center; justify-content: space-between;
25
+ }
26
+ .app-left { display: flex; align-items: center; gap: 22px; }
27
+ .back-btn { width: 64px; height: 64px; display: flex; align-items: center; justify-content: center; }
28
+ .app-title { font-size: 58px; font-weight: 700; }
29
+ .app-actions { display: flex; align-items: center; gap: 22px; }
30
+ .circle-btn {
31
+ width: 88px; height: 88px; border-radius: 44px; background: #1d1d1d;
32
+ display: flex; align-items: center; justify-content: center;
33
+ }
34
+ .circle-btn svg { width: 40px; height: 40px; fill: #fff; opacity: 0.95; }
35
+
36
+ /* Horizontal cards near top */
37
+ .hscroll {
38
+ padding: 18px 24px; display: flex; gap: 24px; overflow-x: auto;
39
+ }
40
+ .h-card {
41
+ min-width: 620px; background: transparent;
42
+ }
43
+ .img-ph {
44
+ width: 620px; height: 250px; background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 22px;
45
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 28px; font-weight: 600;
46
+ }
47
+ .h-title { margin-top: 20px; font-size: 34px; font-weight: 800; line-height: 1.25; text-transform: uppercase; }
48
+ .price { margin-top: 18px; font-size: 50px; font-weight: 800; }
49
+ .meta { color: #bdbdbd; font-size: 28px; margin-top: 6px; }
50
+ .sold { color: #bdbdbd; font-size: 28px; margin-top: 6px; }
51
+
52
+ /* Large outline buttons */
53
+ .actions {
54
+ padding: 28px; display: flex; flex-direction: column; gap: 26px;
55
+ }
56
+ .big-outline {
57
+ height: 120px; border: 2px solid #4C79FF; border-radius: 60px; display: flex; align-items: center; justify-content: center;
58
+ font-size: 42px; color: #6EA0FF; font-weight: 600;
59
+ }
60
+
61
+ /* Section header */
62
+ .section-header {
63
+ padding: 18px 28px; display: flex; align-items: center; justify-content: space-between; margin-top: 8px;
64
+ }
65
+ .section-left { display: flex; flex-direction: column; }
66
+ .section-title { font-size: 56px; font-weight: 800; }
67
+ .section-sub { font-size: 30px; color: #bdbdbd; margin-top: 8px; }
68
+ .see-all {
69
+ padding: 22px 34px; border: 2px solid #3a3a3a; border-radius: 40px; color: #fff; font-size: 34px; display: flex; align-items: center; gap: 16px;
70
+ background: #111;
71
+ }
72
+ .see-all svg { width: 28px; height: 28px; fill: #fff; }
73
+
74
+ /* Grid of similar items */
75
+ .grid {
76
+ padding: 0 24px 240px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
77
+ }
78
+ .card {
79
+ background: transparent;
80
+ }
81
+ .card .img {
82
+ width: 100%; height: 280px; background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 22px;
83
+ display: flex; align-items: center; justify-content: center; color: #757575; font-weight: 600; font-size: 26px;
84
+ }
85
+ .card .title { margin-top: 18px; font-size: 32px; font-weight: 800; line-height: 1.25; text-transform: uppercase; }
86
+ .card .price { margin-top: 16px; font-size: 44px; font-weight: 800; }
87
+
88
+ /* Bottom navigation */
89
+ .bottom-nav {
90
+ position: absolute; left: 0; bottom: 0; width: 100%; height: 210px;
91
+ background: #0a0a0a; border-top: 1px solid #1e1e1e; display: flex; flex-direction: column; justify-content: center;
92
+ }
93
+ .nav-items { display: flex; justify-content: space-around; align-items: center; padding: 18px 0 0; }
94
+ .nav-item { width: 20%; display: flex; flex-direction: column; align-items: center; gap: 14px; color: #bdbdbd; }
95
+ .nav-item svg { width: 46px; height: 46px; fill: #bdbdbd; }
96
+ .nav-item .label { font-size: 28px; }
97
+ .nav-item.active .label { color: #3C77FF; }
98
+ .nav-item.active svg { fill: #3C77FF; }
99
+ .search-highlight {
100
+ width: 90px; height: 90px; border-radius: 45px; background: #1b2438; display: flex; align-items: center; justify-content: center;
101
+ }
102
+ .home-indicator {
103
+ width: 200px; height: 10px; border-radius: 5px; background: #fff; opacity: 0.85; margin: 12px auto 22px;
104
+ }
105
+
106
+ /* Utility scroll behavior */
107
+ .hscroll::-webkit-scrollbar,
108
+ .grid::-webkit-scrollbar { display: none; }
109
+ </style>
110
+ </head>
111
+ <body>
112
+ <div id="render-target">
113
+
114
+ <!-- Status bar -->
115
+ <div class="statusbar">
116
+ <div>8:16</div>
117
+ <div class="status-right">
118
+ <svg viewBox="0 0 24 24" width="28" height="28" fill="#fff"><path d="M3 15h18L12 4 3 15z"></path></svg>
119
+ <svg viewBox="0 0 24 24" width="28" height="28" fill="#fff"><path d="M18 6h-3V4h3v2zm2 14H4V6h4V4h8v2h4v14z"></path></svg>
120
+ </div>
121
+ </div>
122
+
123
+ <!-- App bar -->
124
+ <div class="appbar">
125
+ <div class="app-left">
126
+ <div class="back-btn">
127
+ <svg viewBox="0 0 24 24" fill="#fff"><path d="M15 6l-6 6 6 6" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"></path></svg>
128
+ </div>
129
+ <div class="app-title">Item</div>
130
+ </div>
131
+ <div class="app-actions">
132
+ <div class="circle-btn">
133
+ <svg viewBox="0 0 24 24"><path d="M10 18a8 8 0 1 1 8-8h0M21 21l-4.5-4.5" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"></path></svg>
134
+ </div>
135
+ <div class="circle-btn">
136
+ <svg viewBox="0 0 24 24"><path d="M7 6h10l1 7H6l1-7zm-1 9h12v3H6v-3z" fill="#fff"></path></svg>
137
+ </div>
138
+ <div class="circle-btn">
139
+ <svg viewBox="0 0 24 24"><path d="M4 12l7-5v4l9-6v14l-9-6v4z" fill="#fff"></path></svg>
140
+ </div>
141
+ <div class="circle-btn">
142
+ <svg viewBox="0 0 24 24"><circle cx="5" cy="12" r="2" fill="#fff"></circle><circle cx="12" cy="12" r="2" fill="#fff"></circle><circle cx="19" cy="12" r="2" fill="#fff"></circle></svg>
143
+ </div>
144
+ </div>
145
+ </div>
146
+
147
+ <!-- Horizontal suggestion cards -->
148
+ <div class="hscroll">
149
+ <div class="h-card">
150
+ <div class="img-ph">[IMG: TV Wall Mount - left]</div>
151
+ <div class="h-title">DUAL ARM SWIVEL LCD LED FULL MOTION TV WALL MOUNT 37 42 47 50 55 60 65 70 75</div>
152
+ <div class="price">$34.99</div>
153
+ <div class="meta">+ US $18.16 shipping</div>
154
+ <div class="sold">211 sold</div>
155
+ </div>
156
+ <div class="h-card">
157
+ <div class="img-ph">[IMG: TV Wall Mount - center]</div>
158
+ <div class="h-title">FULL MOTION TILT DUAL ARM LCD LED TV WALL MOUNT BRACKET 32 40 42 47 50</div>
159
+ <div class="price">$32.99</div>
160
+ <div class="meta">+ US $25.39 shipping</div>
161
+ <div class="sold">1887 sold</div>
162
+ </div>
163
+ <div class="h-card">
164
+ <div class="img-ph">[IMG: TV Wall Mount - right]</div>
165
+ <div class="h-title">DUAL ARM LCD LED FULL MOTION TV WALL MOUNT 46 47 50 55 60 65 70</div>
166
+ <div class="price">$37.99</div>
167
+ <div class="meta">+ US $95.92 shipping</div>
168
+ <div class="sold">5035 sold</div>
169
+ </div>
170
+ </div>
171
+
172
+ <!-- Share / Report buttons -->
173
+ <div class="actions">
174
+ <div class="big-outline">Share</div>
175
+ <div class="big-outline">Report this item</div>
176
+ </div>
177
+
178
+ <!-- Section header -->
179
+ <div class="section-header">
180
+ <div class="section-left">
181
+ <div class="section-title">Visually similar items</div>
182
+ <div class="section-sub">Sponsored</div>
183
+ </div>
184
+ <div class="see-all">
185
+ <span>See all</span>
186
+ <svg viewBox="0 0 24 24"><path d="M8 5l8 7-8 7" fill="#fff"></path></svg>
187
+ </div>
188
+ </div>
189
+
190
+ <!-- Grid of similar items -->
191
+ <div class="grid">
192
+ <div class="card">
193
+ <div class="img">[IMG: Articulating Wall Mount]</div>
194
+ <div class="title">ARTICULATING SWIVEL LCD LED FULL MOTION TV WALL MOUNT 37 42 46 47 55</div>
195
+ <div class="price">$32.99</div>
196
+ </div>
197
+ <div class="card">
198
+ <div class="img">[IMG: Full Motion Tilt Wall Mount]</div>
199
+ <div class="title">FULL MOTION TV MOUNT TILT SWIVEL 37 42 46 47 50 55 60 65 70</div>
200
+ <div class="price">$29.99</div>
201
+ </div>
202
+ <div class="card">
203
+ <div class="img">[IMG: Articulating Mount]</div>
204
+ <div class="title">ARTICULATING SWIVEL LCD LED FULL MOTION TV WALL MOUNT 37 42 50</div>
205
+ <div class="price">$29.99</div>
206
+ </div>
207
+ <div class="card">
208
+ <div class="img">[IMG: Heavy Dut
code/1362/1362_1.html ADDED
@@ -0,0 +1,336 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Mobile UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #000000;
15
+ color: #FFFFFF;
16
+ }
17
+
18
+ /* Status bar (mock) */
19
+ .status-bar {
20
+ height: 80px;
21
+ padding: 0 32px;
22
+ display: flex;
23
+ align-items: flex-end;
24
+ justify-content: space-between;
25
+ color: #F5F5F5;
26
+ font-size: 30px;
27
+ letter-spacing: 0.5px;
28
+ }
29
+ .status-icons {
30
+ display: flex;
31
+ gap: 20px;
32
+ align-items: center;
33
+ }
34
+ .dot {
35
+ width: 14px; height: 14px; background: #FFFFFF; border-radius: 50%;
36
+ opacity: 0.9;
37
+ }
38
+
39
+ /* App header */
40
+ .app-header {
41
+ padding: 16px 28px 10px 28px;
42
+ display: flex;
43
+ align-items: center;
44
+ gap: 18px;
45
+ }
46
+ .back-btn {
47
+ width: 64px; height: 64px; display: flex; align-items: center; justify-content: center;
48
+ }
49
+ .title {
50
+ font-size: 44px; font-weight: 700;
51
+ }
52
+ .actions {
53
+ margin-left: auto;
54
+ display: flex;
55
+ gap: 18px;
56
+ }
57
+ .action-pill {
58
+ width: 84px; height: 84px; border-radius: 50%;
59
+ background: #1A1A1A;
60
+ border: 1px solid #2B2B2B;
61
+ display: flex; align-items: center; justify-content: center;
62
+ }
63
+ .action-pill svg { width: 40px; height: 40px; fill: #EAEAEA; }
64
+
65
+ /* Divider with blue outline (feedback link style) */
66
+ .curve-divider {
67
+ margin: 8px 28px 16px 28px;
68
+ height: 64px;
69
+ border: 2px solid #2E6BFF;
70
+ border-radius: 32px;
71
+ display: flex; align-items: center; justify-content: center;
72
+ color: #BBD0FF;
73
+ font-size: 28px; letter-spacing: 0.2px;
74
+ }
75
+
76
+ /* Sections */
77
+ .section {
78
+ padding: 16px 28px 0 28px;
79
+ }
80
+ .section-head {
81
+ display: flex; align-items: center;
82
+ }
83
+ .section-titles {
84
+ display: flex; flex-direction: column;
85
+ }
86
+ .section-title {
87
+ font-size: 52px; font-weight: 800;
88
+ margin: 8px 0 2px 0;
89
+ }
90
+ .subtle {
91
+ color: #A8A8A8; font-size: 28px;
92
+ }
93
+ .see-all {
94
+ margin-left: auto;
95
+ padding: 18px 28px;
96
+ border: 2px solid #7C7C7C;
97
+ border-radius: 38px;
98
+ color: #EDEDED;
99
+ font-size: 32px;
100
+ display: inline-flex; align-items: center; gap: 10px;
101
+ }
102
+
103
+ /* Cards row */
104
+ .card-row {
105
+ display: flex; gap: 28px;
106
+ padding: 18px 0 12px 0;
107
+ }
108
+ .card {
109
+ width: 326px;
110
+ }
111
+ .img-ph {
112
+ width: 326px; height: 326px;
113
+ background: #E0E0E0;
114
+ border: 1px solid #BDBDBD;
115
+ color: #555555;
116
+ display: flex; align-items: center; justify-content: center;
117
+ border-radius: 30px;
118
+ font-size: 24px; text-align: center; padding: 12px;
119
+ }
120
+ .card h4 {
121
+ font-size: 30px; line-height: 36px; margin: 16px 0 12px 0; font-weight: 800; letter-spacing: 0.2px;
122
+ }
123
+ .price {
124
+ font-size: 44px; font-weight: 900; margin: 8px 0 4px 0;
125
+ }
126
+ .meta {
127
+ color: #B5B5B5; font-size: 26px; margin: 2px 0;
128
+ }
129
+
130
+ /* Bottom navigation */
131
+ .bottom-nav {
132
+ position: absolute;
133
+ left: 0; right: 0; bottom: 90px;
134
+ height: 160px;
135
+ background: #101010;
136
+ border-top: 1px solid #222222;
137
+ display: flex;
138
+ justify-content: space-around;
139
+ align-items: center;
140
+ padding-bottom: 8px;
141
+ }
142
+ .nav-item {
143
+ width: 180px;
144
+ display: flex; flex-direction: column; align-items: center; gap: 10px;
145
+ color: #CFCFCF; font-size: 26px;
146
+ }
147
+ .nav-item.active { color: #0A84FF; }
148
+ .nav-icon {
149
+ width: 56px; height: 56px;
150
+ }
151
+ .nav-icon svg { width: 100%; height: 100%; }
152
+ .home-indicator {
153
+ position: absolute; left: 50%; bottom: 24px; transform: translateX(-50%);
154
+ width: 240px; height: 10px; background: #FFFFFF; border-radius: 6px; opacity: 0.9;
155
+ }
156
+ </style>
157
+ </head>
158
+ <body>
159
+ <div id="render-target">
160
+
161
+ <!-- Status bar mock -->
162
+ <div class="status-bar">
163
+ <div>8:16</div>
164
+ <div class="status-icons">
165
+ <div class="dot" style="opacity:.6;"></div>
166
+ <div class="dot" style="opacity:.6;"></div>
167
+ <div class="dot"></div>
168
+ </div>
169
+ </div>
170
+
171
+ <!-- App Header -->
172
+ <div class="app-header">
173
+ <div class="back-btn" aria-label="Back">
174
+ <svg viewBox="0 0 24 24">
175
+ <path d="M15.5 4 L7 12 L15.5 20" stroke="#FFFFFF" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
176
+ </svg>
177
+ </div>
178
+ <div class="title">Item</div>
179
+
180
+ <div class="actions">
181
+ <div class="action-pill" title="Search">
182
+ <svg viewBox="0 0 24 24">
183
+ <path d="M10 3a7 7 0 105.3 12l4.5 4.5 1.2-1.2-4.5-4.5A7 7 0 0010 3zm0 2a5 5 0 110 10 5 5 0 010-10z"/>
184
+ </svg>
185
+ </div>
186
+ <div class="action-pill" title="Cart">
187
+ <svg viewBox="0 0 24 24">
188
+ <path d="M3 4h2l2.2 9.3A3 3 0 0010 16h7.5l2.1-8H7.2" fill="none" stroke="#EAEAEA" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
189
+ <circle cx="10" cy="19" r="1.7" fill="#EAEAEA"/>
190
+ <circle cx="17" cy="19" r="1.7" fill="#EAEAEA"/>
191
+ </svg>
192
+ </div>
193
+ <div class="action-pill" title="Share">
194
+ <svg viewBox="0 0 24 24">
195
+ <path d="M16 5a3 3 0 11.001 6.001A3 3 0 0116 5zM6 9a3 3 0 11.001 6.001A3 3 0 016 9zm10 6a3 3 0 11.001 6.001A3 3 0 0116 15z" fill="#EAEAEA"/>
196
+ <path d="M8.5 12l5-2.5M8.5 12l5 2.5" stroke="#000" stroke-opacity=".35" stroke-width="2" stroke-linecap="round"/>
197
+ </svg>
198
+ </div>
199
+ <div class="action-pill" title="More">
200
+ <svg viewBox="0 0 24 24">
201
+ <circle cx="5" cy="12" r="2"/>
202
+ <circle cx="12" cy="12" r="2"/>
203
+ <circle cx="19" cy="12" r="2"/>
204
+ </svg>
205
+ </div>
206
+ </div>
207
+ </div>
208
+
209
+ <!-- Curved divider with feedback text -->
210
+ <div class="curve-divider">See all feedback</div>
211
+
212
+ <!-- Seller's other items -->
213
+ <div class="section">
214
+ <div class="section-head">
215
+ <div class="section-titles">
216
+ <div class="section-title">Seller's other items</div>
217
+ <div class="subtle">Sponsored</div>
218
+ </div>
219
+ <div class="see-all">See all <span aria-hidden="true">→</span></div>
220
+ </div>
221
+
222
+ <div class="card-row">
223
+ <div class="card">
224
+ <div class="img-ph">[IMG: TV wall mount]</div>
225
+ <h4>FULL MOTION LCD LED TV WALL MOUNT BRACKET SWIVEL TILT</h4>
226
+ <div class="price">$32.99</div>
227
+ <div class="meta">+ US $83.17 shipping</div>
228
+ <div class="meta">2450 sold</div>
229
+ </div>
230
+
231
+ <div class="card">
232
+ <div class="img-ph">[IMG: TV wall mount]</div>
233
+ <h4>FULL MOTION TV WALL MOUNT TILT SWIVEL LCD LED 37–70</h4>
234
+ <div class="price">$32.99</div>
235
+ <div class="meta">+ US $18.10 shipping</div>
236
+ <div class="meta">2341 sold</div>
237
+ </div>
238
+
239
+ <div class="card">
240
+ <div class="img-ph">[IMG: TV wall mount]</div>
241
+ <h4>ARTICULATING SWIVEL LCD LED MOTION TILT MOUNT</h4>
242
+ <div class="price">$32.99</div>
243
+ <div class="meta">+ US $18.10 shipping</div>
244
+ <div class="meta">661 sold</div>
245
+ </div>
246
+ </div>
247
+ </div>
248
+
249
+ <!-- We think you will like -->
250
+ <div class="section" style="padding-top: 26px;">
251
+ <div class="section-head">
252
+ <div class="section-titles">
253
+ <div class="section-title">We think you will like</div>
254
+ <div class="subtle">Sponsored</div>
255
+ </div>
256
+ <div class="see-all">See all <span aria-hidden="true">→</span></div>
257
+ </div>
258
+
259
+ <div class="card-row">
260
+ <div class="card">
261
+ <div class="img-ph">[IMG: Dual arm TV wall mount]</div>
262
+ <h4>DUAL ARM SWIVEL LCD LED FULL MOTION</h4>
263
+ <div class="price">$32.99</div>
264
+ <div class="meta">+ US $18.10 shipping</div>
265
+ <div class="meta">1021 sold</div>
266
+ </div>
267
+
268
+ <div class="card">
269
+ <div class="img-ph">[IMG: Full motion tilt mount]</div>
270
+ <h4>FULL MOTION TILT DUAL ARM LCD LED</h4>
271
+ <div class="price">$32.99</div>
272
+ <div class="meta">+ US $18.10 shipping</div>
273
+ <div class="meta">845 sold</div>
274
+ </div>
275
+
276
+ <div class="card">
277
+ <div class="img-ph">[IMG: Fixed TV bracket]</div>
278
+ <h4>DUAL ARM LCD LED BRACKET</h4>
279
+ <div class="price">$32.99</div>
280
+ <div class="meta">+ US $18.10 shipping</div>
281
+ <div class="meta">560 sold</div>
282
+ </div>
283
+ </div>
284
+ </div>
285
+
286
+ <!-- Spacer to prevent overlap with nav -->
287
+ <div style="height: 260px;"></div>
288
+
289
+ <!-- Bottom Navigation -->
290
+ <div class="bottom-nav">
291
+ <div class="nav-item">
292
+ <div class="nav-icon">
293
+ <svg viewBox="0 0 24 24" fill="#CFCFCF">
294
+ <path d="M12 3l9 8h-3v8h-12v-8h-3z"/>
295
+ </svg>
296
+ </div>
297
+ <div>Home</div>
298
+ </div>
299
+ <div class="nav-item">
300
+ <div class="nav-icon">
301
+ <svg viewBox="0 0 24 24" fill="#CFCFCF">
302
+ <circle cx="12" cy="8" r="4"/><path d="M4 21c0-4 4-7 8-7s8 3 8 7" />
303
+ </svg>
304
+ </div>
305
+ <div>My eBay</div>
306
+ </div>
307
+ <div class="nav-item active">
308
+ <div class="nav-icon">
309
+ <svg viewBox="0 0 24 24" fill="#0A84FF">
310
+ <path d="M10 2a8 8 0 105.3 14l5 5 1.4-1.4-5-5A8 8 0 0010 2zm0 2a6 6 0 110 12 6 6 0 010-12z"/>
311
+ </svg>
312
+ </div>
313
+ <div>Search</div>
314
+ </div>
315
+ <div class="nav-item">
316
+ <div class="nav-icon">
317
+ <svg viewBox="0 0 24 24" fill="#CFCFCF">
318
+ <path d="M12 22a1.5 1.5 0 001.5-1.5H10.5A1.5 1.5 0 0012 22zm6.3-5V11a6.3 6.3 0 00-4.8-6.1V4a1.5 1.5 0 10-3 0v.9A6.3 6.3 0 005.7 11v6L4 18.7V20h16v-1.3l-1.7- .7z"/>
319
+ </svg>
320
+ </div>
321
+ <div>Inbox</div>
322
+ </div>
323
+ <div class="nav-item">
324
+ <div class="nav-icon">
325
+ <svg viewBox="0 0 24 24" fill="#CFCFCF">
326
+ <path d="M3 3h18l-4 10H7z"/><path d="M7 13l-2 8 7-4 7 4-2-8"/>
327
+ </svg>
328
+ </div>
329
+ <div>Selling</div>
330
+ </div>
331
+ </div>
332
+
333
+ <div class="home-indicator"></div>
334
+ </div>
335
+ </body>
336
+ </html>
code/1362/1362_2.html ADDED
@@ -0,0 +1,439 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Item - Seller Feedback</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: #0B0B0B;
15
+ color: #FFFFFF;
16
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
17
+ }
18
+
19
+ .status-bar {
20
+ height: 70px;
21
+ padding: 0 36px;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ color: #EAEAEA;
26
+ font-size: 30px;
27
+ letter-spacing: 0.5px;
28
+ }
29
+ .app-bar {
30
+ height: 130px;
31
+ display: flex;
32
+ align-items: center;
33
+ padding: 0 24px;
34
+ }
35
+ .app-title {
36
+ font-size: 54px;
37
+ font-weight: 700;
38
+ margin-left: 16px;
39
+ }
40
+ .icon-btns {
41
+ margin-left: auto;
42
+ display: flex;
43
+ gap: 18px;
44
+ }
45
+ .circle-btn {
46
+ width: 92px;
47
+ height: 92px;
48
+ border-radius: 50%;
49
+ background: #1E1E1E;
50
+ display: inline-flex;
51
+ align-items: center;
52
+ justify-content: center;
53
+ }
54
+ .circle-btn svg { fill: none; stroke: #EAEAEA; stroke-width: 3; }
55
+
56
+ .content {
57
+ padding: 0 36px;
58
+ }
59
+
60
+ .ratings {
61
+ margin-top: 18px;
62
+ }
63
+ .rating-row {
64
+ display: grid;
65
+ grid-template-columns: 520px 1fr 100px;
66
+ align-items: center;
67
+ gap: 28px;
68
+ padding: 18px 0;
69
+ }
70
+ .rating-row .label {
71
+ font-size: 38px;
72
+ color: #EFEFEF;
73
+ }
74
+ .bar {
75
+ height: 14px;
76
+ border-radius: 10px;
77
+ background: #3B3B3B;
78
+ position: relative;
79
+ overflow: hidden;
80
+ }
81
+ .bar .fill {
82
+ position: absolute;
83
+ top: 0; left: 0; bottom: 0;
84
+ border-radius: 10px;
85
+ background: #9E9E9E;
86
+ width: 92%;
87
+ }
88
+ .rating-row:nth-child(2) .bar .fill { width: 100%; }
89
+ .rating-row:nth-child(3) .bar .fill { width: 100%; }
90
+ .rating-row:nth-child(4) .bar .fill { width: 100%; }
91
+ .rating-row .score {
92
+ text-align: right;
93
+ font-size: 38px;
94
+ color: #EAEAEA;
95
+ }
96
+
97
+ .section-title {
98
+ margin-top: 36px;
99
+ font-size: 56px;
100
+ font-weight: 800;
101
+ }
102
+ .tabs-row {
103
+ display: flex;
104
+ align-items: center;
105
+ gap: 50px;
106
+ margin-top: 20px;
107
+ }
108
+ .tab {
109
+ font-size: 36px;
110
+ color: #EAEAEA;
111
+ padding-bottom: 14px;
112
+ position: relative;
113
+ }
114
+ .tab.active::after {
115
+ content: "";
116
+ position: absolute;
117
+ left: 0; right: 0; bottom: -6px;
118
+ height: 6px;
119
+ background: #EAEAEA;
120
+ border-radius: 4px;
121
+ }
122
+
123
+ .filter-chip {
124
+ margin-left: auto;
125
+ padding: 26px 34px;
126
+ border-radius: 60px;
127
+ background: #1C1C1C;
128
+ border: 2px solid #3A3A3A;
129
+ color: #EAEAEA;
130
+ font-size: 36px;
131
+ display: inline-flex;
132
+ align-items: center;
133
+ gap: 12px;
134
+ }
135
+ .filter-chip svg { width: 26px; height: 26px; stroke: #EAEAEA; }
136
+
137
+ .feedback-list {
138
+ margin-top: 24px;
139
+ }
140
+ .item {
141
+ padding: 28px 0;
142
+ border-bottom: 2px solid #2A2A2A;
143
+ }
144
+ .item-header {
145
+ display: flex;
146
+ align-items: center;
147
+ gap: 18px;
148
+ color: #BDBDBD;
149
+ font-size: 32px;
150
+ }
151
+ .avatar {
152
+ width: 46px;
153
+ height: 46px;
154
+ border-radius: 50%;
155
+ background: #14A94A;
156
+ display: inline-flex;
157
+ align-items: center;
158
+ justify-content: center;
159
+ }
160
+ .avatar svg { width: 28px; height: 28px; stroke: #FFFFFF; stroke-width: 3; }
161
+ .bullet { margin: 0 10px; }
162
+ .item-body {
163
+ margin-top: 20px;
164
+ font-size: 38px;
165
+ line-height: 1.4;
166
+ color: #F3F3F3;
167
+ }
168
+
169
+ .cta-outline {
170
+ margin-top: 40px;
171
+ width: 100%;
172
+ padding: 30px 0;
173
+ border-radius: 60px;
174
+ border: 3px solid #2F6EEB;
175
+ color: #7FB0FF;
176
+ font-size: 40px;
177
+ text-align: center;
178
+ font-weight: 600;
179
+ }
180
+
181
+ .other-items {
182
+ margin-top: 36px;
183
+ }
184
+ .other-items-header {
185
+ display: flex;
186
+ align-items: center;
187
+ }
188
+ .other-items-title {
189
+ font-size: 52px;
190
+ font-weight: 800;
191
+ }
192
+ .see-all {
193
+ margin-left: auto;
194
+ padding: 20px 30px;
195
+ border-radius: 50px;
196
+ border: 2px solid #3A3A3A;
197
+ background: #1C1C1C;
198
+ color: #EAEAEA;
199
+ font-size: 34px;
200
+ display: inline-flex;
201
+ align-items: center;
202
+ gap: 10px;
203
+ }
204
+
205
+ /* Bottom Navigation */
206
+ .bottom-nav {
207
+ position: absolute;
208
+ left: 0; right: 0; bottom: 70px;
209
+ height: 160px;
210
+ background: #151515;
211
+ border-top: 1px solid #2A2A2A;
212
+ display: flex;
213
+ }
214
+ .nav-item {
215
+ flex: 1;
216
+ display: flex;
217
+ flex-direction: column;
218
+ align-items: center;
219
+ justify-content: center;
220
+ gap: 12px;
221
+ color: #C9C9C9;
222
+ font-size: 28px;
223
+ }
224
+ .nav-item svg { width: 44px; height: 44px; stroke: #CFCFCF; stroke-width: 3; fill: none; }
225
+ .nav-item.active .icon-wrap {
226
+ width: 84px; height: 84px; border-radius: 50%; background: #0B2E67;
227
+ display: flex; align-items: center; justify-content: center;
228
+ }
229
+ .nav-item.active svg { stroke: #6EA8FF; }
230
+ .home-indicator {
231
+ position: absolute;
232
+ bottom: 16px;
233
+ left: 50%;
234
+ transform: translateX(-50%);
235
+ width: 300px;
236
+ height: 10px;
237
+ background: #EAEAEA;
238
+ border-radius: 8px;
239
+ opacity: 0.9;
240
+ }
241
+ </style>
242
+ </head>
243
+ <body>
244
+ <div id="render-target">
245
+
246
+ <!-- Status bar -->
247
+ <div class="status-bar">
248
+ <div>8:16</div>
249
+ <div>⬤ ◇ ▮</div>
250
+ </div>
251
+
252
+ <!-- App bar -->
253
+ <div class="app-bar">
254
+ <div class="circle-btn" style="background:#0B0B0B;">
255
+ <svg viewBox="0 0 24 24">
256
+ <path d="M15 4 L7 12 L15 20" stroke-linecap="round" stroke-linejoin="round"/>
257
+ </svg>
258
+ </div>
259
+ <div class="app-title">Item</div>
260
+ <div class="icon-btns">
261
+ <div class="circle-btn">
262
+ <svg viewBox="0 0 24 24">
263
+ <circle cx="11" cy="11" r="7"></circle>
264
+ <line x1="16" y1="16" x2="22" y2="22"></line>
265
+ </svg>
266
+ </div>
267
+ <div class="circle-btn">
268
+ <svg viewBox="0 0 24 24">
269
+ <path d="M3 6h18l-2 10H7L5 6z"></path>
270
+ <circle cx="9" cy="20" r="1.5"></circle>
271
+ <circle cx="17" cy="20" r="1.5"></circle>
272
+ </svg>
273
+ </div>
274
+ <div class="circle-btn">
275
+ <svg viewBox="0 0 24 24">
276
+ <circle cx="6" cy="12" r="2"></circle>
277
+ <circle cx="12" cy="7" r="2"></circle>
278
+ <circle cx="18" cy="12" r="2"></circle>
279
+ <line x1="8" y1="11" x2="10" y2="8"></line>
280
+ <line x1="14" y1="8" x2="16" y2="11"></line>
281
+ </svg>
282
+ </div>
283
+ <div class="circle-btn">
284
+ <svg viewBox="0 0 24 24">
285
+ <circle cx="5" cy="12" r="1.8" fill="#EAEAEA"></circle>
286
+ <circle cx="12" cy="12" r="1.8" fill="#EAEAEA"></circle>
287
+ <circle cx="19" cy="12" r="1.8" fill="#EAEAEA"></circle>
288
+ </svg>
289
+ </div>
290
+ </div>
291
+ </div>
292
+
293
+ <div class="content">
294
+ <!-- Rating summary -->
295
+ <div class="ratings">
296
+ <div class="rating-row">
297
+ <div class="label">Accurate description</div>
298
+ <div class="bar"><div class="fill"></div></div>
299
+ <div class="score">4.9</div>
300
+ </div>
301
+ <div class="rating-row">
302
+ <div class="label">Reasonable shipping cost</div>
303
+ <div class="bar"><div class="fill"></div></div>
304
+ <div class="score">5.0</div>
305
+ </div>
306
+ <div class="rating-row">
307
+ <div class="label">Shipping speed</div>
308
+ <div class="bar"><div class="fill"></div></div>
309
+ <div class="score">5.0</div>
310
+ </div>
311
+ <div class="rating-row">
312
+ <div class="label">Communication</div>
313
+ <div class="bar"><div class="fill"></div></div>
314
+ <div class="score">5.0</div>
315
+ </div>
316
+ </div>
317
+
318
+ <!-- Seller feedback header -->
319
+ <div class="section-title">Seller feedback (33,195)</div>
320
+
321
+ <!-- Tabs and filter -->
322
+ <div class="tabs-row">
323
+ <div class="tab active">This item (105)</div>
324
+ <div class="tab">All items (33,195)</div>
325
+ <div class="filter-chip">
326
+ All ratings
327
+ <svg viewBox="0 0 24 24">
328
+ <polyline points="6,9 12,15 18,9"></polyline>
329
+ </svg>
330
+ </div>
331
+ </div>
332
+
333
+ <!-- Feedback items -->
334
+ <div class="feedback-list">
335
+ <div class="item">
336
+ <div class="item-header">
337
+ <div class="avatar">
338
+ <svg viewBox="0 0 24 24">
339
+ <line x1="12" y1="6" x2="12" y2="18"></line>
340
+ <line x1="6" y1="12" x2="18" y2="12"></line>
341
+ </svg>
342
+ </div>
343
+ <div>g***l (1611) <span class="bullet">•</span> Past 6 months</div>
344
+ </div>
345
+ <div class="item-body">
346
+ Box was beat up. Screws were too short to fasten the bracket to the TV. Had to buy 4 metric screws from the hardware store at $2.49 each.
347
+ </div>
348
+ </div>
349
+
350
+ <div class="item">
351
+ <div class="item-header">
352
+ <div class="avatar">
353
+ <svg viewBox="0 0 24 24">
354
+ <line x1="12" y1="6" x2="12" y2="18"></line>
355
+ <line x1="6" y1="12" x2="18" y2="12"></line>
356
+ </svg>
357
+ </div>
358
+ <div>1***e (314) <span class="bullet">•</span> Past 6 months</div>
359
+ </div>
360
+ <div class="item-body">
361
+ As described. Fast delivery. Well made tv mount.
362
+ </div>
363
+ </div>
364
+
365
+ <div class="item">
366
+ <div class="item-header">
367
+ <div class="avatar">
368
+ <svg viewBox="0 0 24 24">
369
+ <line x1="12" y1="6" x2="12" y2="18"></line>
370
+ <line x1="6" y1="12" x2="18" y2="12"></line>
371
+ </svg>
372
+ </div>
373
+ <div>0***0 (486) <span class="bullet">•</span> Past 6 months</div>
374
+ </div>
375
+ <div class="item-body">
376
+ Fast shipping, worked great, good quality.
377
+ </div>
378
+ </div>
379
+ </div>
380
+
381
+ <div class="cta-outline">See all feedback</div>
382
+
383
+ <div class="other-items">
384
+ <div class="other-items-header">
385
+ <div class="other-items-title">Seller's other items</div>
386
+ <div class="see-all">
387
+ See all
388
+ <svg viewBox="0 0 24 24">
389
+ <polyline points="9,6 15,12 9,18" fill="none" stroke="#EAEAEA" stroke-width="2"></polyline>
390
+ </svg>
391
+ </div>
392
+ </div>
393
+ </div>
394
+ </div>
395
+
396
+ <!-- Bottom navigation -->
397
+ <div class="bottom-nav">
398
+ <div class="nav-item">
399
+ <svg viewBox="0 0 24 24">
400
+ <path d="M3 11 L12 3 L21 11 V21 H14 V15 H10 V21 H3 Z"></path>
401
+ </svg>
402
+ <div>Home</div>
403
+ </div>
404
+ <div class="nav-item">
405
+ <svg viewBox="0 0 24 24">
406
+ <circle cx="12" cy="8" r="4"></circle>
407
+ <path d="M4 21c2-4 6-6 8-6s6 2 8 6"></path>
408
+ </svg>
409
+ <div>My eBay</div>
410
+ </div>
411
+ <div class="nav-item active">
412
+ <div class="icon-wrap">
413
+ <svg viewBox="0 0 24 24">
414
+ <circle cx="11" cy="11" r="7"></circle>
415
+ <line x1="16" y1="16" x2="22" y2="22"></line>
416
+ </svg>
417
+ </div>
418
+ <div>Search</div>
419
+ </div>
420
+ <div class="nav-item">
421
+ <svg viewBox="0 0 24 24">
422
+ <path d="M12 22c1.1 0 2-.9 2-2H10c0 1.1.9 2 2 2z"></path>
423
+ <path d="M18 16V11c0-3.3-2.1-6-6-6S6 7.7 6 11v5l-2 2h16l-2-2z"></path>
424
+ </svg>
425
+ <div>Inbox</div>
426
+ </div>
427
+ <div class="nav-item">
428
+ <svg viewBox="0 0 24 24">
429
+ <path d="M4 7 L12 3 L20 7 V19 H4 Z"></path>
430
+ <circle cx="12" cy="12" r="3"></circle>
431
+ </svg>
432
+ <div>Selling</div>
433
+ </div>
434
+ </div>
435
+
436
+ <div class="home-indicator"></div>
437
+ </div>
438
+ </body>
439
+ </html>
code/1362/1362_3.html ADDED
@@ -0,0 +1,306 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Feedback Screen</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;
11
+ position: relative; overflow: hidden;
12
+ background: #000000; color: #FFFFFF;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ height: 90px; padding: 0 36px;
18
+ display: flex; align-items: center; justify-content: space-between;
19
+ color: #fff; font-weight: 600; font-size: 34px;
20
+ }
21
+ .status-icons { display: flex; gap: 24px; align-items: center; opacity: 0.9; }
22
+ .battery {
23
+ width: 44px; height: 24px; border: 2px solid #fff; border-radius: 6px; position: relative;
24
+ }
25
+ .battery::after {
26
+ content: ""; position: absolute; right: -6px; top: 6px; width: 4px; height: 12px; background: #fff; border-radius: 2px;
27
+ }
28
+ .battery .level { position: absolute; left: 2px; top: 2px; height: 18px; width: 28px; background: #fff; border-radius: 3px; }
29
+
30
+ /* Header */
31
+ .header {
32
+ height: 120px; display: flex; align-items: center;
33
+ padding: 0 30px; gap: 24px;
34
+ }
35
+ .back-btn { width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; }
36
+ .header-title { font-size: 52px; font-weight: 700; }
37
+
38
+ /* Seller card */
39
+ .seller-card {
40
+ background: #1e1e1e; margin: 12px 0; height: 180px;
41
+ display: flex; align-items: center; justify-content: space-between;
42
+ padding: 0 36px;
43
+ }
44
+ .seller-left { display: flex; align-items: center; gap: 28px; }
45
+ .avatar {
46
+ width: 108px; height: 108px; border-radius: 54px; background: #E0E0E0;
47
+ border: 1px solid #BDBDBD; color: #757575; display: flex; align-items: center; justify-content: center; font-size: 22px;
48
+ }
49
+ .seller-text .name { font-size: 42px; font-weight: 700; }
50
+ .seller-text .sub { font-size: 28px; color: #B0B0B0; margin-top: 8px; }
51
+ .heart-wrap {
52
+ width: 92px; height: 92px; border-radius: 46px; background: #121212;
53
+ display: flex; align-items: center; justify-content: center; border: 1px solid #2a2a2a;
54
+ }
55
+
56
+ /* Tabs */
57
+ .tabs {
58
+ display: flex; align-items: center; gap: 40px;
59
+ padding: 28px 36px 12px 36px; border-bottom: 1px solid #2a2a2a;
60
+ }
61
+ .tab {
62
+ font-size: 34px; color: #9E9E9E;
63
+ }
64
+ .tab.active { color: #fff; font-weight: 700; position: relative; }
65
+ .tab.active::after {
66
+ content: ""; position: absolute; left: 0; bottom: -18px; width: 280px; height: 6px; background: #fff; border-radius: 3px;
67
+ }
68
+
69
+ /* Sort / Filter row */
70
+ .controls {
71
+ display: flex; justify-content: flex-end; align-items: center; gap: 36px;
72
+ padding: 18px 36px; color: #4dabf7; font-size: 34px;
73
+ }
74
+ .control { display: inline-flex; align-items: center; gap: 12px; cursor: default; }
75
+
76
+ /* Reviews */
77
+ .reviews { }
78
+ .review {
79
+ padding: 28px 36px; border-bottom: 1px solid #2a2a2a;
80
+ }
81
+ .review-header {
82
+ display: flex; align-items: center; gap: 16px; color: #cfcfcf; font-size: 30px;
83
+ margin-bottom: 18px;
84
+ }
85
+ .plus {
86
+ width: 36px; height: 36px; border-radius: 18px; background: #18c35c;
87
+ display: flex; align-items: center; justify-content: center;
88
+ }
89
+ .review-text { font-size: 34px; line-height: 1.45; color: #ffffff; }
90
+
91
+ /* Footer info */
92
+ .results-count {
93
+ text-align: center; color: #B0B0B0; font-size: 30px; padding: 22px 0;
94
+ border-top: 1px solid #2a2a2a;
95
+ }
96
+
97
+ /* Bottom navigation */
98
+ .bottom-nav {
99
+ position: absolute; left: 0; bottom: 60px; width: 100%; height: 160px;
100
+ background: #1b1b1b; border-top: 1px solid #2a2a2a;
101
+ display: flex; align-items: center; justify-content: space-around;
102
+ padding: 0 18px;
103
+ }
104
+ .nav-item {
105
+ width: 180px; height: 120px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px;
106
+ color: #CFCFCF; font-size: 28px;
107
+ }
108
+ .nav-item.active { color: #4dabf7; }
109
+ .nav-icon { width: 48px; height: 48px; }
110
+
111
+ /* Home indicator */
112
+ .home-indicator {
113
+ position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%);
114
+ width: 300px; height: 10px; background: #e6e6e6; border-radius: 6px; opacity: 0.8;
115
+ }
116
+ </style>
117
+ </head>
118
+ <body>
119
+ <div id="render-target">
120
+
121
+ <!-- Status bar -->
122
+ <div class="status-bar">
123
+ <div>8:17</div>
124
+ <div class="status-icons">
125
+ <!-- simple signal icon -->
126
+ <svg width="36" height="36" viewBox="0 0 36 36">
127
+ <rect x="2" y="24" width="6" height="10" fill="#fff" opacity="0.8"></rect>
128
+ <rect x="12" y="18" width="6" height="16" fill="#fff" opacity="0.8"></rect>
129
+ <rect x="22" y="12" width="6" height="22" fill="#fff" opacity="0.8"></rect>
130
+ </svg>
131
+ <div class="battery"><div class="level"></div></div>
132
+ </div>
133
+ </div>
134
+
135
+ <!-- Header -->
136
+ <div class="header">
137
+ <div class="back-btn">
138
+ <svg width="48" height="48" viewBox="0 0 48 48">
139
+ <path d="M30 10 L16 24 L30 38" stroke="#fff" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
140
+ </svg>
141
+ </div>
142
+ <div class="header-title">Feedback</div>
143
+ </div>
144
+
145
+ <!-- Seller card -->
146
+ <div class="seller-card">
147
+ <div class="seller-left">
148
+ <div class="avatar">[IMG: Seller avatar]</div>
149
+ <div class="seller-text">
150
+ <div class="name">able_seller77</div>
151
+ <div class="sub">99.1% positive feedback</div>
152
+ </div>
153
+ </div>
154
+ <div class="heart-wrap">
155
+ <svg width="46" height="46" viewBox="0 0 46 46">
156
+ <path d="M23 38 C15 30 10 26 10 19 C10 14 14 10 19 10 C21 10 23 11 23 12 C23 11 25 10 27 10 C32 10 36 14 36 19 C36 26 31 30 23 38 Z"
157
+ fill="none" stroke="#fff" stroke-width="3" stroke-linejoin="round"></path>
158
+ </svg>
159
+ </div>
160
+ </div>
161
+
162
+ <!-- Tabs -->
163
+ <div class="tabs">
164
+ <div class="tab active">This item (106)</div>
165
+ <div class="tab">All items (33,196)</div>
166
+ </div>
167
+
168
+ <!-- Controls -->
169
+ <div class="controls">
170
+ <div class="control">
171
+ <svg class="nav-icon" viewBox="0 0 24 24">
172
+ <path d="M6 8 H18 M6 16 H18" stroke="#4dabf7" stroke-width="2" fill="none"></path>
173
+ <path d="M9 8 L9 6 M15 16 L15 18" stroke="#4dabf7" stroke-width="2" stroke-linecap="round"></path>
174
+ </svg>
175
+ <span>Sort</span>
176
+ </div>
177
+ <div class="control">
178
+ <svg class="nav-icon" viewBox="0 0 24 24">
179
+ <path d="M4 6 H20 L14 12 V18 L10 20 V12 Z" fill="none" stroke="#4dabf7" stroke-width="2" stroke-linejoin="round"></path>
180
+ </svg>
181
+ <span>Filter</span>
182
+ </div>
183
+ </div>
184
+
185
+ <!-- Reviews List -->
186
+ <div class="reviews">
187
+
188
+ <div class="review">
189
+ <div class="review-header">
190
+ <div class="plus">
191
+ <svg width="24" height="24" viewBox="0 0 24 24">
192
+ <path d="M12 5 V19 M5 12 H19" stroke="#fff" stroke-width="2" stroke-linecap="round"></path>
193
+ </svg>
194
+ </div>
195
+ <div>g***l (1611) • Past 6 months</div>
196
+ </div>
197
+ <div class="review-text">
198
+ Box was beat up. Screws were too short to fasten the bracket to the TV. Had to buy 4 metric screws from the hardware store at $2.49 each.
199
+ </div>
200
+ </div>
201
+
202
+ <div class="review">
203
+ <div class="review-header">
204
+ <div class="plus">
205
+ <svg width="24" height="24" viewBox="0 0 24 24">
206
+ <path d="M12 5 V19 M5 12 H19" stroke="#fff" stroke-width="2" stroke-linecap="round"></path>
207
+ </svg>
208
+ </div>
209
+ <div>1***e (314) • Past 6 months</div>
210
+ </div>
211
+ <div class="review-text">
212
+ As described. Fast delivery. Well made tv mount.
213
+ </div>
214
+ </div>
215
+
216
+ <div class="review">
217
+ <div class="review-header">
218
+ <div class="plus">
219
+ <svg width="24" height="24" viewBox="0 0 24 24">
220
+ <path d="M12 5 V19 M5 12 H19" stroke="#fff" stroke-width="2" stroke-linecap="round"></path>
221
+ </svg>
222
+ </div>
223
+ <div>0***0 (486) • Past 6 months</div>
224
+ </div>
225
+ <div class="review-text">
226
+ Fast shipping, worked great, good quality.
227
+ </div>
228
+ </div>
229
+
230
+ <div class="review">
231
+ <div class="review-header">
232
+ <div class="plus">
233
+ <svg width="24" height="24" viewBox="0 0 24 24">
234
+ <path d="M12 5 V19 M5 12 H19" stroke="#fff" stroke-width="2" stroke-linecap="round"></path>
235
+ </svg>
236
+ </div>
237
+ <div>j***l (510) • Past month</div>
238
+ </div>
239
+ <div class="review-text">
240
+ great purchase arrived fast installed already using it i love it
241
+ </div>
242
+ </div>
243
+
244
+ <div class="review">
245
+ <div class="review-header">
246
+ <div class="plus">
247
+ <svg width="24" height="24" viewBox="0 0 24 24">
248
+ <path d="M12 5 V19 M5 12 H19" stroke="#fff" stroke-width="2" stroke-linecap="round"></path>
249
+ </svg>
250
+ </div>
251
+ <div>d***r (895) • Past 6 months</div>
252
+ </div>
253
+ <div class="review-text">
254
+ 2d purchase of this item—decent quality, great price, quick service. Thanks!
255
+ </div>
256
+ </div>
257
+
258
+ </div>
259
+
260
+ <!-- Results count -->
261
+ <div class="results-count">106 results</div>
262
+
263
+ <!-- Bottom Navigation -->
264
+ <div class="bottom-nav">
265
+ <div class="nav-item active">
266
+ <svg class="nav-icon" viewBox="0 0 24 24">
267
+ <path d="M4 10 L12 4 L20 10 V20 H4 Z" fill="none" stroke="#4dabf7" stroke-width="2" stroke-linejoin="round"></path>
268
+ </svg>
269
+ <div>Home</div>
270
+ </div>
271
+ <div class="nav-item">
272
+ <svg class="nav-icon" viewBox="0 0 24 24">
273
+ <circle cx="12" cy="8" r="4" fill="none" stroke="#CFCFCF" stroke-width="2"></circle>
274
+ <path d="M4 20 C4 15 8 14 12 14 C16 14 20 15 20 20" fill="none" stroke="#CFCFCF" stroke-width="2" stroke-linecap="round"></path>
275
+ </svg>
276
+ <div>My eBay</div>
277
+ </div>
278
+ <div class="nav-item">
279
+ <svg class="nav-icon" viewBox="0 0 24 24">
280
+ <circle cx="11" cy="11" r="7" fill="none" stroke="#CFCFCF" stroke-width="2"></circle>
281
+ <path d="M17 17 L21 21" stroke="#CFCFCF" stroke-width="2" stroke-linecap="round"></path>
282
+ </svg>
283
+ <div>Search</div>
284
+ </div>
285
+ <div class="nav-item">
286
+ <svg class="nav-icon" viewBox="0 0 24 24">
287
+ <path d="M12 22 A6 6 0 0 0 18 16 V10 A6 6 0 0 0 6 10 V16 A6 6 0 0 0 12 22 Z" fill="none" stroke="#CFCFCF" stroke-width="2"></path>
288
+ <circle cx="12" cy="6" r="2" fill="none" stroke="#CFCFCF" stroke-width="2"></circle>
289
+ </svg>
290
+ <div>Inbox</div>
291
+ </div>
292
+ <div class="nav-item">
293
+ <svg class="nav-icon" viewBox="0 0 24 24">
294
+ <path d="M6 4 H18 V20 L13 16 H6 Z" fill="none" stroke="#CFCFCF" stroke-width="2" stroke-linejoin="round"></path>
295
+ <circle cx="9" cy="9" r="2" fill="none" stroke="#CFCFCF" stroke-width="2"></circle>
296
+ </svg>
297
+ <div>Selling</div>
298
+ </div>
299
+ </div>
300
+
301
+ <!-- Home Indicator -->
302
+ <div class="home-indicator"></div>
303
+
304
+ </div>
305
+ </body>
306
+ </html>
code/13620/13620_0.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>Chat Screen UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #ecf1f3; font-family: Arial, Helvetica, sans-serif; color: #0f2c2c;
12
+ }
13
+
14
+ /* Top status bar */
15
+ .status-bar {
16
+ height: 110px; background: #082b2c; color: #ffffff; display: flex; align-items: center;
17
+ padding: 0 36px; box-sizing: border-box;
18
+ }
19
+ .status-bar .time { font-size: 38px; letter-spacing: 0.5px; }
20
+ .status-icons { margin-left: auto; display: flex; align-items: center; gap: 26px; }
21
+ .status-icons svg { width: 40px; height: 40px; fill: #D6E5E5; }
22
+
23
+ /* Header */
24
+ .header {
25
+ background: #083133; color: #e8f0f0;
26
+ height: 190px; display: flex; align-items: center; padding: 0 24px; box-sizing: border-box;
27
+ }
28
+ .back-btn { margin-right: 18px; }
29
+ .back-btn svg { width: 60px; height: 60px; fill: #e8f0f0; }
30
+ .avatar {
31
+ width: 110px; height: 110px; background: #E0E0E0; border: 1px solid #BDBDBD;
32
+ display: flex; justify-content: center; align-items: center; color: #757575; border-radius: 14px; margin-right: 22px;
33
+ }
34
+ .title-wrap { flex: 1; }
35
+ .name-row { display: flex; align-items: center; gap: 14px; }
36
+ .name-row .name { font-size: 46px; font-weight: 700; color: #ffffff; }
37
+ .dot-online { width: 18px; height: 18px; background: #43d19e; border-radius: 50%; }
38
+ .header-actions { display: flex; align-items: center; gap: 30px; margin-left: auto; }
39
+ .header-actions svg { width: 58px; height: 58px; fill: #d2e4e4; }
40
+
41
+ .subheader {
42
+ background: #083133; color: #cfe3e3; height: 120px; display: flex; align-items: center;
43
+ padding: 0 34px; box-sizing: border-box; font-size: 36px;
44
+ border-bottom-left-radius: 20px; border-bottom-right-radius: 20px;
45
+ }
46
+ .subheader .item { flex: 2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
47
+ .subheader .price { flex: 1; text-align: center; color: #ffffff; font-weight: 700; }
48
+ .subheader .views { flex: 1; text-align: right; color: #cfe3e3; }
49
+
50
+ /* Chat area */
51
+ .chat-area {
52
+ background: #e8edee; padding: 30px 30px 0; box-sizing: border-box; height: 1160px; overflow: hidden;
53
+ }
54
+ .day-divider {
55
+ text-align: center; color: #8fa1a1; font-size: 34px; margin: 20px 0 30px;
56
+ }
57
+
58
+ .msg-row { display: flex; align-items: flex-end; margin: 24px 0; }
59
+ .msg { max-width: 780px; padding: 26px 28px; border-radius: 22px; position: relative; line-height: 1.4; }
60
+ .msg .meta { color: #546b6b; font-size: 30px; margin-left: 18px; white-space: nowrap; }
61
+ .right { justify-content: flex-end; }
62
+ .right .msg {
63
+ background: #cdd7ff; color: #1e2f3a; border-top-right-radius: 26px; border-top-left-radius: 26px; border-bottom-left-radius: 26px;
64
+ }
65
+ .right .msg:after {
66
+ content: ""; position: absolute; right: -18px; bottom: 8px; width: 20px; height: 20px;
67
+ background: #cdd7ff; transform: rotate(45deg); border-bottom-right-radius: 4px;
68
+ }
69
+
70
+ .left { justify-content: flex-start; gap: 18px; }
71
+ .left .avatar-small {
72
+ width: 74px; height: 74px; border-radius: 50%; overflow: hidden; background: #ffd66b; border: 3px solid #ffe8aa;
73
+ display: flex; align-items: center; justify-content: center;
74
+ }
75
+ .left .avatar-small span { font-size: 36px; color: #0b2121; }
76
+ .left .msg {
77
+ background: #ccd7d7; border-top-left-radius: 26px; border-top-right-radius: 26px; border-bottom-right-radius: 26px;
78
+ }
79
+ .left .msg:before {
80
+ content: ""; position: absolute; left: -18px; bottom: 8px; width: 20px; height: 20px;
81
+ background: #ccd7d7; transform: rotate(45deg); border-bottom-left-radius: 4px;
82
+ }
83
+
84
+ /* Tabs */
85
+ .tabs {
86
+ position: absolute; left: 0; right: 0; bottom: 760px; height: 150px; background: #ffffff; border-top: 1px solid #dfe7e7;
87
+ display: flex; align-items: center; justify-content: space-between; padding: 0 60px; box-sizing: border-box;
88
+ }
89
+ .tabs .center-pill { width: 80px; height: 16px; background: #b8c4c4; border-radius: 10px; }
90
+ .tab-item { display: flex; align-items: center; gap: 16px; font-size: 42px; }
91
+ .tab-item svg { width: 56px; height: 56px; }
92
+ .tab-left { color: #0f2c2c; font-weight: 700; }
93
+ .tab-right { color: #9badad; }
94
+ .tab-underline { position: absolute; bottom: 0; left: 40px; width: 300px; height: 8px; background: #153b3b; }
95
+
96
+ /* Quick replies */
97
+ .quick-area {
98
+ position: absolute; left: 0; right: 0; bottom: 360px; padding: 26px 30px; box-sizing: border-box;
99
+ }
100
+ .chips { display: flex; gap: 26px; flex-wrap: wrap; }
101
+ .chip {
102
+ background: #ffffff; border: 1px solid #dae5e5; border-radius: 18px; padding: 22px 28px;
103
+ font-size: 36px; color: #2b3f3f; box-shadow: 0 2px 4px rgba(0,0,0,0.06);
104
+ }
105
+ .offer-chip { width: 300px; text-align: center; margin-top: 20px; }
106
+
107
+ /* Info card */
108
+ .info-card {
109
+ margin-top: 26px; background: #e6efff; border: 1px solid #cfd8ff; border-radius: 22px;
110
+ padding: 28px; display: flex; align-items: center; gap: 24px; color: #1d2d5b;
111
+ }
112
+ .info-icon {
113
+ width: 90px; height: 90px; background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 50%;
114
+ display: flex; justify-content: center; align-items: center; color: #757575;
115
+ }
116
+ .info-text .title { font-size: 40px; font-weight: 700; margin-bottom: 10px; }
117
+ .info-text .desc { font-size: 32px; color: #3c4f4f; }
118
+
119
+ /* Input bar */
120
+ .input-bar {
121
+ position: absolute; left: 0; right: 0; bottom: 0; height: 180px; background: #ffffff;
122
+ border-top: 1px solid #dfe7e7; display: flex; align-items: center; padding: 0 30px; box-sizing: border-box;
123
+ }
124
+ .attach, .mic { width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; }
125
+ .attach svg, .mic svg { width: 56px; height: 56px; fill: #0f2c2c; }
126
+ .input-field {
127
+ flex: 1; margin: 0 20px; height: 96px; border-radius: 16px; border: 1px solid #dfe7e7;
128
+ display: flex; align-items: center; padding: 0 24px; box-sizing: border-box; color: #718686; font-size: 40px;
129
+ }
130
+
131
+ /* Gesture pill (above tabs in screenshot) */
132
+ .gesture-pill {
133
+ position: absolute; left: 50%; transform: translateX(-50%);
134
+ bottom: 926px; width: 140px; height: 18px; background: #b3bfc0; border-radius: 10px;
135
+ }
136
+
137
+ /* Product thumbnail label inside header for semantic image */
138
+ .thumb-label { font-size: 26px; color: #757575; text-align: center; }
139
+ </style>
140
+ </head>
141
+ <body>
142
+ <div id="render-target">
143
+
144
+ <!-- Status bar -->
145
+ <div class="status-bar">
146
+ <div class="time">3:55</div>
147
+ <div class="status-icons">
148
+ <!-- simple status icons -->
149
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="4"/></svg>
150
+ <svg viewBox="0 0 24 24"><path d="M3 18h18v2H3zM5 10h14v6H5zM7 4h10v6H7z"/></svg>
151
+ <svg viewBox="0 0 24 24"><path d="M7 6h10v12H7z"/><path d="M9 8h6v8H9z" fill="#fff"/></svg>
152
+ </div>
153
+ </div>
154
+
155
+ <!-- Header -->
156
+ <div class="header">
157
+ <div class="back-btn">
158
+ <svg viewBox="0 0 24 24"><path d="M15 6l-6 6 6 6" stroke="#e8f0f0" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
159
+ </div>
160
+ <div class="avatar"><div class="thumb-label">[IMG: Bike thumbnail]</div></div>
161
+ <div class="title-wrap">
162
+ <div class="name-row">
163
+ <div class="name">mukesh</div>
164
+ <div class="dot-online"></div>
165
+ </div>
166
+ </div>
167
+ <div class="header-actions">
168
+ <!-- Help/Call icon -->
169
+ <svg viewBox="0 0 24 24"><path d="M6 5c3-3 9-3 12 0-2 3-4 4-4 6l-2 2c-2 0-3 2-3 4l-3-1c0-2 0-4 2-6 1-2 1-3 1-5z"/><circle cx="18" cy="6" r="2"/></svg>
170
+ <!-- Kebab -->
171
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/></svg>
172
+ </div>
173
+ </div>
174
+
175
+ <!-- Subheader details -->
176
+ <div class="subheader">
177
+ <div class="item">Tvs apache 160 4V...</div>
178
+ <div class="price">₹ 79,000</div>
179
+ <div class="views">19500</div>
180
+ </div>
181
+
182
+ <!-- Chat area -->
183
+ <div class="chat-area">
184
+ <div class="day-divider">Today</div>
185
+
186
+ <!-- Right message -->
187
+ <div class="msg-row right">
188
+ <div class="msg">
189
+ Hi, Can we talk about the deal?
190
+ </div>
191
+ <div class="meta">03:51 pm ✓✓</div>
192
+ </div>
193
+
194
+ <!-- Left message -->
195
+ <div class="msg-row left">
196
+ <div class="avatar-small"><span>👤</span></div>
197
+ <div class="msg">Yes</div>
198
+ <div class="meta">03:51 pm</div>
199
+ </div>
200
+ </div>
201
+
202
+ <!-- Gesture pill -->
203
+ <div class="gesture-pill"></div>
204
+
205
+ <!-- Tabs -->
206
+ <div class="tabs">
207
+ <div class="tab-item tab-left">
208
+ <svg viewBox="0 0 24 24"><path d="M12 3l9 6v9H3V9z"/><path d="M9 14h6v4H9z" fill="#fff"/></svg>
209
+ <span>CHAT</span>
210
+ </div>
211
+ <div class="center-pill"></div>
212
+ <div class="tab-item tab-right">
213
+ <svg viewBox="0 0 24 24"><path d="M4 20v-8h16v8M8 8h8l-2-4H10z"/></svg>
214
+ <span>MAKE OFFER</span>
215
+ </div>
216
+ <div class="tab-underline"></div>
217
+ </div>
218
+
219
+ <!-- Quick replies and info card -->
220
+ <div class="quick-area">
221
+ <div class="chips">
222
+ <div class="chip">Okay</div>
223
+ <div class="chip">No problem</div>
224
+ <div class="chip">Please reply</div>
225
+ <div class="chip">Not interested</div>
226
+ <div class="chip offer-chip">Make an offer</div>
227
+ </div>
228
+
229
+ <div class="info-card">
230
+ <div class="info-icon">[IMG: Assistant icon]</div>
231
+ <div class="info-text">
232
+ <div class="title">Chat to know more!</div>
233
+ <div class="desc">Close the deal faster by asking more about the product or person.</div>
234
+
code/13620/13620_1.html ADDED
@@ -0,0 +1,193 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Voltas Window AC Viewer</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: #000000;
14
+ font-family: Arial, Helvetica, sans-serif;
15
+ color: #ffffff;
16
+ }
17
+
18
+ /* Status bar */
19
+ .statusbar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 1080px;
24
+ height: 110px;
25
+ padding: 0 40px;
26
+ box-sizing: border-box;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ color: #ffffff;
31
+ }
32
+ .status-left {
33
+ font-size: 40px;
34
+ letter-spacing: 1px;
35
+ }
36
+ .status-center {
37
+ display: flex;
38
+ gap: 18px;
39
+ align-items: center;
40
+ opacity: 0.8;
41
+ }
42
+ .status-dot {
43
+ width: 18px;
44
+ height: 18px;
45
+ background: #ffffff;
46
+ border-radius: 50%;
47
+ }
48
+ .status-right {
49
+ display: flex;
50
+ align-items: center;
51
+ gap: 22px;
52
+ }
53
+
54
+ /* Header with title */
55
+ .header {
56
+ position: absolute;
57
+ top: 110px;
58
+ left: 0;
59
+ width: 1080px;
60
+ height: 220px;
61
+ padding: 30px 40px 20px 40px;
62
+ box-sizing: border-box;
63
+ display: flex;
64
+ flex-direction: column;
65
+ justify-content: center;
66
+ }
67
+ .title-row {
68
+ display: flex;
69
+ align-items: center;
70
+ justify-content: space-between;
71
+ }
72
+ .title-left {
73
+ display: flex;
74
+ align-items: center;
75
+ gap: 28px;
76
+ }
77
+ .title-text {
78
+ font-size: 52px;
79
+ font-weight: 600;
80
+ line-height: 1.2;
81
+ }
82
+ .count {
83
+ font-size: 34px;
84
+ opacity: 0.85;
85
+ }
86
+ .price {
87
+ margin-top: 12px;
88
+ margin-left: 86px; /* align under title text */
89
+ font-size: 34px;
90
+ color: #cfcfcf;
91
+ }
92
+
93
+ /* Image viewer area */
94
+ .viewer {
95
+ position: absolute;
96
+ top: 330px;
97
+ left: 40px;
98
+ width: 1000px;
99
+ height: 1680px;
100
+ display: flex;
101
+ align-items: center;
102
+ justify-content: center;
103
+ background: #E0E0E0;
104
+ border: 1px solid #BDBDBD;
105
+ color: #757575;
106
+ text-align: center;
107
+ box-sizing: border-box;
108
+ }
109
+ .viewer .label {
110
+ font-size: 36px;
111
+ padding: 0 40px;
112
+ }
113
+
114
+ /* Bottom gesture bar */
115
+ .gesture {
116
+ position: absolute;
117
+ bottom: 34px;
118
+ left: 50%;
119
+ transform: translateX(-50%);
120
+ width: 300px;
121
+ height: 12px;
122
+ background: #ffffff;
123
+ border-radius: 20px;
124
+ opacity: 0.85;
125
+ }
126
+
127
+ /* Icon styles */
128
+ .icon {
129
+ display: inline-block;
130
+ }
131
+ .icon svg { display: block; }
132
+ </style>
133
+ </head>
134
+ <body>
135
+ <div id="render-target">
136
+
137
+ <!-- Status bar -->
138
+ <div class="statusbar">
139
+ <div class="status-left">3:56</div>
140
+ <div class="status-center">
141
+ <div class="status-dot"></div>
142
+ <div class="status-dot" style="width:20px;height:20px;"></div>
143
+ <div class="status-dot"></div>
144
+ <div class="status-dot" style="opacity:0.5;"></div>
145
+ </div>
146
+ <div class="status-right">
147
+ <!-- Wifi icon -->
148
+ <div class="icon">
149
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="none">
150
+ <path d="M2 8c5-4 15-4 20 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
151
+ <path d="M5 12c3-3 11-3 14 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
152
+ <path d="M9 16c2-2 4-2 6 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
153
+ <circle cx="12" cy="19" r="1.6" fill="#fff"/>
154
+ </svg>
155
+ </div>
156
+ <!-- Battery icon -->
157
+ <div class="icon">
158
+ <svg width="48" height="42" viewBox="0 0 28 16" fill="none">
159
+ <rect x="1" y="2" width="22" height="12" rx="2" stroke="#fff" stroke-width="2"/>
160
+ <rect x="24" y="5" width="3" height="6" rx="1" fill="#fff"/>
161
+ <rect x="3" y="4" width="18" height="8" rx="1.5" fill="#fff"/>
162
+ </svg>
163
+ </div>
164
+ </div>
165
+ </div>
166
+
167
+ <!-- Header with title and close -->
168
+ <div class="header">
169
+ <div class="title-row">
170
+ <div class="title-left">
171
+ <!-- Close icon -->
172
+ <div class="icon">
173
+ <svg width="54" height="54" viewBox="0 0 24 24" fill="none">
174
+ <path d="M6 6l12 12M18 6L6 18" stroke="#fff" stroke-width="2.5" stroke-linecap="round"/>
175
+ </svg>
176
+ </div>
177
+ <div class="title-text">Voltas Window AC 1.5 Tons (3 Star)</div>
178
+ </div>
179
+ <div class="count">7/7</div>
180
+ </div>
181
+ <div class="price">₹19,000</div>
182
+ </div>
183
+
184
+ <!-- Image viewer area -->
185
+ <div class="viewer">
186
+ <div class="label">[IMG: Croma Retail Invoice for Voltas Window AC]</div>
187
+ </div>
188
+
189
+ <!-- Bottom gesture bar -->
190
+ <div class="gesture"></div>
191
+ </div>
192
+ </body>
193
+ </html>
code/13620/13620_2.html ADDED
@@ -0,0 +1,231 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 Detail 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: #ffffff;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ position: absolute; top: 0; left: 0; width: 100%; height: 120px;
17
+ background: #000; color: #fff;
18
+ display: flex; align-items: center; justify-content: space-between;
19
+ padding: 0 36px; box-sizing: border-box; font-weight: 600;
20
+ }
21
+ .status-left { font-size: 42px; }
22
+ .status-right { display: flex; align-items: center; gap: 26px; }
23
+ .status-dot { width: 14px; height: 14px; background: #fff; border-radius: 50%; opacity: 0.8; }
24
+ .status-icon {
25
+ width: 36px; height: 36px; border: 2px solid #fff; border-radius: 6px; opacity: 0.9;
26
+ }
27
+
28
+ /* Image/hero */
29
+ .hero {
30
+ position: absolute; top: 120px; left: 0; width: 100%; height: 680px;
31
+ background: #E0E0E0; border-bottom: 1px solid #ddd;
32
+ }
33
+ .hero .img {
34
+ position: absolute; left: 36px; top: 36px; right: 36px; bottom: 36px;
35
+ background: #E0E0E0; border: 1px solid #BDBDBD;
36
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 38px;
37
+ }
38
+ .back-btn {
39
+ position: absolute; left: 24px; top: 24px; width: 72px; height: 72px;
40
+ background: rgba(255,255,255,0.9); border-radius: 36px; display: flex; align-items: center; justify-content: center;
41
+ box-shadow: 0 2px 6px rgba(0,0,0,0.25);
42
+ }
43
+ .premium-tag {
44
+ position: absolute; left: 36px; bottom: 20px; background: #3EB14F; color: #fff;
45
+ padding: 18px 28px; border-radius: 6px; font-weight: 700; letter-spacing: 0.6px; font-size: 32px;
46
+ }
47
+ .camera-count {
48
+ position: absolute; right: 36px; bottom: 20px;
49
+ background: rgba(0,0,0,0.75); color: #fff; border-radius: 8px; display: flex; align-items: center; gap: 12px;
50
+ padding: 14px 18px; font-size: 30px;
51
+ }
52
+ .camera-count svg { width: 30px; height: 30px; fill: #fff; }
53
+
54
+ /* Content card */
55
+ .content {
56
+ position: absolute; top: 800px; left: 0; width: 100%;
57
+ background: #fff;
58
+ }
59
+ .title {
60
+ padding: 30px 36px 10px; font-size: 44px; color: #333; font-weight: 700;
61
+ }
62
+ .meta-row {
63
+ display: flex; align-items: baseline; justify-content: space-between;
64
+ padding: 12px 36px 28px; box-sizing: border-box;
65
+ }
66
+ .price {
67
+ font-size: 62px; color: #2E7DFF; font-weight: 800;
68
+ }
69
+ .meta {
70
+ font-size: 32px; color: #8c8c8c;
71
+ }
72
+ .section-divider {
73
+ width: 100%; height: 16px; background: #f2f2f2; border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6;
74
+ }
75
+
76
+ /* Offer row */
77
+ .offer-row {
78
+ display: flex; justify-content: space-between; align-items: center;
79
+ padding: 28px 36px; font-size: 34px; color: #555;
80
+ border-bottom: 1px solid #e6e6e6;
81
+ }
82
+ .offer-item { display: flex; align-items: center; gap: 16px; }
83
+ .offer-item svg { width: 36px; height: 36px; stroke: #7d7d7d; stroke-width: 2; fill: none; }
84
+
85
+ /* Tabs */
86
+ .tabs {
87
+ display: flex; background: #efefef; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;
88
+ }
89
+ .tab {
90
+ flex: 1; text-align: center; padding: 28px 0; font-size: 36px; font-weight: 700; color: #7c7c7c;
91
+ position: relative;
92
+ }
93
+ .tab.active { color: #2E7DFF; background: #efefef; }
94
+ .tab.active::after {
95
+ content: ""; position: absolute; left: 80px; right: 80px; bottom: 0; height: 6px; background: #2E7DFF; border-radius: 3px;
96
+ }
97
+
98
+ /* Specifications list */
99
+ .specs { padding-bottom: 280px; }
100
+ .spec-row {
101
+ display: flex; justify-content: space-between; padding: 28px 36px; font-size: 34px; color: #444;
102
+ border-bottom: 1px solid #e8e8e8;
103
+ }
104
+ .spec-label { color: #707070; }
105
+ .spec-value { color: #333; font-weight: 600; }
106
+
107
+ /* Chat bar */
108
+ .chat-bar {
109
+ position: absolute; left: 0; bottom: 80px; width: 100%; height: 140px;
110
+ background: #347ecb; color: #fff; display: flex; align-items: center; justify-content: center;
111
+ font-size: 42px; font-weight: 700; box-shadow: 0 -2px 6px rgba(0,0,0,0.15);
112
+ }
113
+
114
+ /* Navigation pill */
115
+ .nav-pill {
116
+ position: absolute; left: 50%; transform: translateX(-50%);
117
+ bottom: 16px; width: 220px; height: 20px; background: #d9d9d9; border-radius: 12px;
118
+ }
119
+ </style>
120
+ </head>
121
+ <body>
122
+ <div id="render-target">
123
+
124
+ <!-- Status bar -->
125
+ <div class="status-bar">
126
+ <div class="status-left">3:56</div>
127
+ <div class="status-right">
128
+ <div class="status-dot"></div>
129
+ <div class="status-dot"></div>
130
+ <div class="status-dot"></div>
131
+ <div class="status-icon"></div>
132
+ </div>
133
+ </div>
134
+
135
+ <!-- Hero image -->
136
+ <div class="hero">
137
+ <div class="img">[IMG: Voltas Window AC photo]</div>
138
+
139
+ <!-- Back button -->
140
+ <div class="back-btn">
141
+ <svg viewBox="0 0 48 48">
142
+ <path d="M30 10 L18 24 L30 38" stroke="#333" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
143
+ </svg>
144
+ </div>
145
+
146
+ <!-- Premium tag -->
147
+ <div class="premium-tag">PREMIUM</div>
148
+
149
+ <!-- Camera count -->
150
+ <div class="camera-count">
151
+ <svg viewBox="0 0 24 24">
152
+ <rect x="3" y="6" width="18" height="12" rx="2" ry="2"></rect>
153
+ <circle cx="12" cy="12" r="3"></circle>
154
+ </svg>
155
+ <span>7</span>
156
+ </div>
157
+ </div>
158
+
159
+ <!-- Content area -->
160
+ <div class="content">
161
+ <div class="title">Voltas Window AC 1.5 Tons (3 Star)</div>
162
+ <div class="meta-row">
163
+ <div class="price">₹19,000</div>
164
+ <div class="meta">Sector 52 | Jun 23</div>
165
+ </div>
166
+
167
+ <div class="section-divider"></div>
168
+
169
+ <div class="offer-row">
170
+ <div class="offer-item">
171
+ <svg viewBox="0 0 24 24">
172
+ <circle cx="12" cy="8" r="4"></circle>
173
+ <path d="M4 20 C4 14,20 14,20 20" stroke-width="2"></path>
174
+ </svg>
175
+ <span>Offers Made :23</span>
176
+ </div>
177
+ <div class="offer-item">
178
+ <svg viewBox="0 0 24 24">
179
+ <circle cx="12" cy="12" r="9"></circle>
180
+ <path d="M12 12 L12 7 M12 12 L16 14" stroke-width="2"></path>
181
+ </svg>
182
+ <span>Last Offer :725 days ago</span>
183
+ </div>
184
+ </div>
185
+
186
+ <div class="tabs">
187
+ <div class="tab active">SPECIFICATIONS</div>
188
+ <div class="tab">DESCRIPTION</div>
189
+ </div>
190
+
191
+ <div class="specs">
192
+ <div class="spec-row">
193
+ <div class="spec-label">Located in</div>
194
+ <div class="spec-value">Sector 52</div>
195
+ </div>
196
+ <div class="spec-row">
197
+ <div class="spec-label">Posted By</div>
198
+ <div class="spec-value">Individual</div>
199
+ </div>
200
+ <div class="spec-row">
201
+ <div class="spec-label">Condition</div>
202
+ <div class="spec-value">Used</div>
203
+ </div>
204
+ <div class="spec-row">
205
+ <div class="spec-label">Appliance Type</div>
206
+ <div class="spec-value">Air Conditioners</div>
207
+ </div>
208
+ <div class="spec-row">
209
+ <div class="spec-label">Brand Name</div>
210
+ <div class="spec-value">Voltas</div>
211
+ </div>
212
+ <div class="spec-row">
213
+ <div class="spec-label">Tonnage</div>
214
+ <div class="spec-value">1.5 Tons</div>
215
+ </div>
216
+ <div class="spec-row">
217
+ <div class="spec-label">AC Type</div>
218
+ <div class="spec-value">Window</div>
219
+ </div>
220
+ </div>
221
+ </div>
222
+
223
+ <!-- Chat button -->
224
+ <div class="chat-bar">Chat</div>
225
+
226
+ <!-- Navigation pill -->
227
+ <div class="nav-pill"></div>
228
+
229
+ </div>
230
+ </body>
231
+ </html>
code/13620/13620_3.html ADDED
@@ -0,0 +1,257 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>Chat UI Mock</title>
6
+ <style>
7
+ body {
8
+ margin: 0;
9
+ padding: 0;
10
+ background: transparent;
11
+ font-family: "Segoe UI", Roboto, Arial, sans-serif;
12
+ }
13
+ #render-target {
14
+ width: 1080px;
15
+ height: 2400px;
16
+ position: relative;
17
+ overflow: hidden;
18
+ background: #FFFFFF;
19
+ }
20
+
21
+ /* Header / App bar */
22
+ .appbar {
23
+ position: absolute;
24
+ top: 0;
25
+ left: 0;
26
+ width: 1080px;
27
+ height: 220px;
28
+ background: #2B6FA3; /* deep blue */
29
+ color: #fff;
30
+ }
31
+ .status-row {
32
+ height: 90px;
33
+ display: flex;
34
+ align-items: center;
35
+ padding: 0 28px;
36
+ font-weight: 500;
37
+ font-size: 34px;
38
+ }
39
+ .status-left {
40
+ flex: 1;
41
+ }
42
+ .status-right {
43
+ display: flex;
44
+ gap: 28px;
45
+ align-items: center;
46
+ }
47
+ .toolbar-row {
48
+ height: 130px;
49
+ display: flex;
50
+ align-items: center;
51
+ padding: 0 22px;
52
+ }
53
+ .back-btn {
54
+ width: 72px;
55
+ height: 72px;
56
+ display: flex;
57
+ align-items: center;
58
+ justify-content: center;
59
+ }
60
+ .title-wrap {
61
+ display: flex;
62
+ align-items: center;
63
+ gap: 16px;
64
+ margin-left: 8px;
65
+ }
66
+ .chat-title {
67
+ font-size: 48px;
68
+ font-weight: 600;
69
+ letter-spacing: 0.3px;
70
+ }
71
+ .presence-dot {
72
+ width: 24px;
73
+ height: 24px;
74
+ border-radius: 50%;
75
+ background: #E6E6E6;
76
+ box-shadow: inset 0 0 0 2px rgba(255,255,255,0.9);
77
+ }
78
+ .info-btn {
79
+ margin-left: auto;
80
+ width: 84px;
81
+ height: 84px;
82
+ border-radius: 42px;
83
+ border: 2px solid rgba(255,255,255,0.7);
84
+ display: flex;
85
+ align-items: center;
86
+ justify-content: center;
87
+ }
88
+
89
+ /* Chat content area */
90
+ .chat-area {
91
+ position: absolute;
92
+ top: 220px;
93
+ left: 0;
94
+ width: 1080px;
95
+ bottom: 240px; /* reserve space for composer & nav pill */
96
+ background: #FFFFFF;
97
+ }
98
+
99
+ /* Suggestions chips row */
100
+ .suggestions {
101
+ position: absolute;
102
+ left: 26px;
103
+ right: 26px;
104
+ bottom: 360px;
105
+ height: 110px;
106
+ display: flex;
107
+ align-items: center;
108
+ gap: 22px;
109
+ }
110
+ .suggestions .divider {
111
+ width: 4px;
112
+ height: 80px;
113
+ background: #D9D9D9;
114
+ border-radius: 2px;
115
+ margin-right: 12px;
116
+ }
117
+ .chip {
118
+ border: 2px solid #2B6FA3;
119
+ color: #2B6FA3;
120
+ padding: 24px 34px;
121
+ border-radius: 999px;
122
+ font-size: 34px;
123
+ white-space: nowrap;
124
+ background: #FFFFFF;
125
+ }
126
+
127
+ /* Composer */
128
+ .composer {
129
+ position: absolute;
130
+ left: 26px;
131
+ right: 26px;
132
+ bottom: 160px;
133
+ height: 150px;
134
+ display: flex;
135
+ align-items: center;
136
+ gap: 22px;
137
+ }
138
+ .input-pill {
139
+ flex: 1;
140
+ height: 150px;
141
+ border-radius: 75px;
142
+ background: #FFFFFF;
143
+ border: 2px solid #E5E5E5;
144
+ box-shadow: 0 6px 18px rgba(0,0,0,0.06);
145
+ display: flex;
146
+ align-items: center;
147
+ padding: 0 34px;
148
+ gap: 24px;
149
+ }
150
+ .placeholder {
151
+ color: #7A7A7A;
152
+ font-size: 38px;
153
+ }
154
+ .camera-btn {
155
+ width: 120px;
156
+ height: 120px;
157
+ border-radius: 60px;
158
+ background: #2B6FA3;
159
+ display: flex;
160
+ align-items: center;
161
+ justify-content: center;
162
+ box-shadow: 0 6px 18px rgba(0,0,0,0.15);
163
+ }
164
+
165
+ /* Bottom navigation pill */
166
+ .nav-pill {
167
+ position: absolute;
168
+ bottom: 52px;
169
+ left: 50%;
170
+ transform: translateX(-50%);
171
+ width: 290px;
172
+ height: 12px;
173
+ background: #CFCFCF;
174
+ border-radius: 6px;
175
+ }
176
+
177
+ /* Icon styling helpers */
178
+ svg {
179
+ display: block;
180
+ }
181
+ </style>
182
+ </head>
183
+ <body>
184
+ <div id="render-target">
185
+
186
+ <!-- App bar -->
187
+ <div class="appbar">
188
+ <div class="status-row">
189
+ <div class="status-left">3:57</div>
190
+ <div class="status-right">
191
+ <!-- Simple status icons -->
192
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="none">
193
+ <path d="M2 14c3.5-4.7 9.5-4.7 13 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
194
+ <path d="M5 14c2.7-3.6 7.3-3.6 10 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
195
+ <circle cx="12" cy="16" r="1.8" fill="#fff"/>
196
+ </svg>
197
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="none">
198
+ <rect x="3" y="7" width="16" height="10" rx="2" stroke="#fff" stroke-width="2"/>
199
+ <rect x="4.5" y="9" width="12.5" height="6" fill="#fff"/>
200
+ <rect x="20" y="10" width="2" height="4" rx="1" fill="#fff"/>
201
+ </svg>
202
+ </div>
203
+ </div>
204
+ <div class="toolbar-row">
205
+ <div class="back-btn">
206
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
207
+ <path d="M15 18L9 12l6-6" stroke="#fff" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
208
+ </svg>
209
+ </div>
210
+ <div class="title-wrap">
211
+ <div class="chat-title">himanshu.v13</div>
212
+ <div class="presence-dot"></div>
213
+ </div>
214
+ <div class="info-btn">
215
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none">
216
+ <circle cx="12" cy="12" r="10" stroke="#fff" stroke-width="2"/>
217
+ <path d="M12 17v-6" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
218
+ <circle cx="12" cy="7" r="1.5" fill="#fff"/>
219
+ </svg>
220
+ </div>
221
+ </div>
222
+ </div>
223
+
224
+ <!-- Chat area (empty conversation) -->
225
+ <div class="chat-area"></div>
226
+
227
+ <!-- Suggestions chips -->
228
+ <div class="suggestions">
229
+ <div class="divider"></div>
230
+ <div class="chip">Is it available?</div>
231
+ <div class="chip">Is the price negotiable?</div>
232
+ <div class="chip">How old is the item?</div>
233
+ </div>
234
+
235
+ <!-- Composer -->
236
+ <div class="composer">
237
+ <div class="input-pill">
238
+ <svg width="46" height="46" viewBox="0 0 24 24" fill="none">
239
+ <path d="M21 13L9 21c-2 1.3-4.5-0.4-4-2.7L7 5c0.6-2.3 3.5-3 5-1l9 9z" stroke="#8A8A8A" stroke-width="2" stroke-linejoin="round"/>
240
+ <path d="M7 17l10-6" stroke="#8A8A8A" stroke-width="2" stroke-linecap="round"/>
241
+ </svg>
242
+ <div class="placeholder">Type your message here</div>
243
+ </div>
244
+ <div class="camera-btn">
245
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="none">
246
+ <rect x="3" y="6" width="18" height="13" rx="3" stroke="#fff" stroke-width="2"/>
247
+ <path d="M9 6l1.5-2h3L15 6" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
248
+ <circle cx="12" cy="12" r="4" stroke="#fff" stroke-width="2"/>
249
+ </svg>
250
+ </div>
251
+ </div>
252
+
253
+ <!-- Bottom navigation pill -->
254
+ <div class="nav-pill"></div>
255
+ </div>
256
+ </body>
257
+ </html>
code/13620/13620_4.html ADDED
@@ -0,0 +1,353 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>Chat UI Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
15
+ color: #222;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 1080px;
24
+ height: 110px;
25
+ background: #2f6fa0;
26
+ color: #fff;
27
+ }
28
+ .status-time {
29
+ position: absolute;
30
+ left: 36px;
31
+ top: 30px;
32
+ font-size: 40px;
33
+ font-weight: 600;
34
+ letter-spacing: 0.5px;
35
+ }
36
+ .status-icons {
37
+ position: absolute;
38
+ right: 30px;
39
+ top: 30px;
40
+ display: flex;
41
+ align-items: center;
42
+ gap: 26px;
43
+ color: #fff;
44
+ }
45
+ .wifi-icon, .battery-icon {
46
+ display: inline-block;
47
+ }
48
+ .wifi-icon svg, .battery-icon svg {
49
+ height: 38px;
50
+ width: 48px;
51
+ fill: none;
52
+ stroke: #ffffff;
53
+ stroke-width: 4px;
54
+ }
55
+
56
+ /* App bar */
57
+ .app-bar {
58
+ position: absolute;
59
+ top: 110px;
60
+ left: 0;
61
+ width: 1080px;
62
+ height: 170px;
63
+ background: #2f6fa0;
64
+ box-shadow: 0 2px 0 rgba(0,0,0,0.06);
65
+ }
66
+ .back-btn {
67
+ position: absolute;
68
+ left: 24px;
69
+ top: 60px;
70
+ width: 70px;
71
+ height: 70px;
72
+ }
73
+ .back-btn svg {
74
+ width: 70px; height: 70px;
75
+ fill: none; stroke: #ffffff; stroke-width: 8px; stroke-linecap: round; stroke-linejoin: round;
76
+ }
77
+ .title {
78
+ position: absolute;
79
+ left: 120px;
80
+ top: 60px;
81
+ font-size: 48px;
82
+ color: #ffffff;
83
+ font-weight: 600;
84
+ }
85
+ .online-dot {
86
+ position: absolute;
87
+ left: 430px;
88
+ top: 82px;
89
+ width: 24px;
90
+ height: 24px;
91
+ background: #e0e0e0;
92
+ border-radius: 50%;
93
+ }
94
+ .info-btn {
95
+ position: absolute;
96
+ right: 26px;
97
+ top: 54px;
98
+ width: 74px;
99
+ height: 74px;
100
+ border-radius: 50%;
101
+ border: 2px solid rgba(255,255,255,0.9);
102
+ display: flex;
103
+ align-items: center;
104
+ justify-content: center;
105
+ color: #2f6fa0;
106
+ background: #ffffff;
107
+ font-weight: 700;
108
+ font-size: 40px;
109
+ }
110
+
111
+ /* Chat area (empty) */
112
+ .chat-area {
113
+ position: absolute;
114
+ top: 280px;
115
+ left: 0;
116
+ width: 1080px;
117
+ height: 1080px;
118
+ background: #ffffff;
119
+ }
120
+
121
+ /* Quick reply chips */
122
+ .quick-replies {
123
+ position: absolute;
124
+ left: 24px;
125
+ top: 1330px;
126
+ width: 1032px;
127
+ display: flex;
128
+ gap: 24px;
129
+ flex-wrap: nowrap;
130
+ }
131
+ .chip {
132
+ border: 2px solid #2f78b2;
133
+ color: #2f78b2;
134
+ padding: 18px 28px;
135
+ border-radius: 40px;
136
+ font-size: 36px;
137
+ white-space: nowrap;
138
+ background: #ffffff;
139
+ }
140
+
141
+ /* Composer */
142
+ .composer {
143
+ position: absolute;
144
+ left: 24px;
145
+ top: 1435px;
146
+ width: 1032px;
147
+ height: 160px;
148
+ display: flex;
149
+ align-items: center;
150
+ gap: 20px;
151
+ }
152
+ .input-bubble {
153
+ flex: 1;
154
+ height: 160px;
155
+ background: #f2f2f5;
156
+ border: 2px solid #e4e4e8;
157
+ border-radius: 80px;
158
+ display: flex;
159
+ align-items: center;
160
+ padding: 0 34px;
161
+ box-sizing: border-box;
162
+ }
163
+ .attach-icon {
164
+ width: 56px;
165
+ height: 56px;
166
+ margin-right: 22px;
167
+ }
168
+ .attach-icon svg {
169
+ width: 56px; height: 56px; stroke: #6f7682; fill: none; stroke-width: 6px; stroke-linecap: round; stroke-linejoin: round;
170
+ }
171
+ .placeholder {
172
+ font-size: 40px;
173
+ color: #7a7f88;
174
+ }
175
+ .camera-btn {
176
+ width: 140px;
177
+ height: 140px;
178
+ border-radius: 50%;
179
+ background: #2f78b2;
180
+ display: flex;
181
+ align-items: center;
182
+ justify-content: center;
183
+ }
184
+ .camera-btn svg {
185
+ width: 70px; height: 54px; fill: none; stroke: #ffffff; stroke-width: 8px; stroke-linejoin: round; stroke-linecap: round;
186
+ }
187
+
188
+ /* Keyboard */
189
+ .keyboard {
190
+ position: absolute;
191
+ left: 0;
192
+ top: 1600px;
193
+ width: 1080px;
194
+ height: 740px;
195
+ background: #f5f3f8;
196
+ border-top-left-radius: 28px;
197
+ border-top-right-radius: 28px;
198
+ box-shadow: 0 -2px 0 rgba(0,0,0,0.05) inset;
199
+ }
200
+ .kbd-inner {
201
+ position: absolute;
202
+ left: 24px;
203
+ right: 24px;
204
+ top: 40px;
205
+ bottom: 120px;
206
+ }
207
+ .kbd-actions {
208
+ display: flex;
209
+ gap: 40px;
210
+ align-items: center;
211
+ margin-bottom: 26px;
212
+ }
213
+ .action-pill {
214
+ width: 80px; height: 80px;
215
+ border-radius: 20px;
216
+ background: #d9d4f6;
217
+ display: flex; align-items: center; justify-content: center;
218
+ color: #3d3b56; font-size: 30px; font-weight: 700;
219
+ }
220
+ .rows { display: flex; flex-direction: column; gap: 16px; }
221
+ .row { display: flex; gap: 12px; justify-content: center; }
222
+ .key {
223
+ min-width: 86px;
224
+ height: 112px;
225
+ background: #ffffff;
226
+ border: 1px solid #e2e2e6;
227
+ border-radius: 22px;
228
+ display: flex; align-items: center; justify-content: center;
229
+ font-size: 44px; color: #1a1a1a; font-weight: 600;
230
+ box-shadow: 0 2px 0 rgba(0,0,0,0.05);
231
+ }
232
+ .key.wide { min-width: 150px; }
233
+ .key.space { min-width: 460px; font-size: 34px; color: #666; }
234
+ .key.accent { background: #e4e0fb; border-color: #e4e0fb; color: #333; }
235
+ .bottom-bar {
236
+ position: absolute;
237
+ left: 360px;
238
+ bottom: 28px;
239
+ width: 360px; height: 12px; background: #a9a9ad; border-radius: 6px;
240
+ }
241
+ </style>
242
+ </head>
243
+ <body>
244
+ <div id="render-target">
245
+
246
+ <!-- Status bar -->
247
+ <div class="status-bar">
248
+ <div class="status-time">3:58</div>
249
+ <div class="status-icons">
250
+ <!-- simple separator dots to mimic center status icons -->
251
+ <span style="width:12px;height:12px;background:#ffffff;border-radius:50%;opacity:0.9;"></span>
252
+ <span style="width:12px;height:12px;background:#ffffff;border-radius:50%;opacity:0.9;"></span>
253
+ <span style="width:12px;height:12px;background:#ffffff;border-radius:50%;opacity:0.9;"></span>
254
+ <div class="wifi-icon">
255
+ <svg viewBox="0 0 24 24">
256
+ <path d="M2 9c5-4 15-4 20 0"></path>
257
+ <path d="M5 12c3-2 11-2 14 0"></path>
258
+ <path d="M8 15c2-1 6-1 8 0"></path>
259
+ <circle cx="12" cy="18" r="1.8" fill="#fff"></circle>
260
+ </svg>
261
+ </div>
262
+ <div class="battery-icon">
263
+ <svg viewBox="0 0 26 14">
264
+ <rect x="2" y="2" width="20" height="10" rx="2"></rect>
265
+ <rect x="22" y="5" width="3" height="4" rx="1"></rect>
266
+ <rect x="4" y="4" width="14" height="6" rx="1" fill="#ffffff"></rect>
267
+ </svg>
268
+ </div>
269
+ </div>
270
+ </div>
271
+
272
+ <!-- App bar -->
273
+ <div class="app-bar">
274
+ <div class="back-btn">
275
+ <svg viewBox="0 0 60 60">
276
+ <path d="M36 12 L18 30 L36 48"></path>
277
+ </svg>
278
+ </div>
279
+ <div class="title">himanshu.v13</div>
280
+ <div class="online-dot"></div>
281
+ <div class="info-btn">i</div>
282
+ </div>
283
+
284
+ <!-- Main chat area -->
285
+ <div class="chat-area"></div>
286
+
287
+ <!-- Quick replies -->
288
+ <div class="quick-replies">
289
+ <div class="chip">Is it available?</div>
290
+ <div class="chip">Is the price negotiable?</div>
291
+ <div class="chip">How old is it?</div>
292
+ </div>
293
+
294
+ <!-- Composer -->
295
+ <div class="composer">
296
+ <div class="input-bubble">
297
+ <div class="attach-icon">
298
+ <svg viewBox="0 0 24 24">
299
+ <path d="M8 12l6-6a4 4 0 0 1 6 6l-9 9a6 6 0 0 1-9-9l8-8"></path>
300
+ </svg>
301
+ </div>
302
+ <div class="placeholder">Type your message here</div>
303
+ </div>
304
+ <div class="camera-btn">
305
+ <svg viewBox="0 0 24 24">
306
+ <rect x="3" y="7" width="18" height="12" rx="3"></rect>
307
+ <path d="M8 7l2-3h4l2 3"></path>
308
+ <circle cx="12" cy="13" r="4"></circle>
309
+ </svg>
310
+ </div>
311
+ </div>
312
+
313
+ <!-- Keyboard -->
314
+ <div class="keyboard">
315
+ <div class="kbd-inner">
316
+ <div class="kbd-actions">
317
+ <div class="action-pill">⌘</div>
318
+ <div class="action-pill">GIF</div>
319
+ <div class="action-pill">⚙</div>
320
+ <div class="action-pill">Gx</div>
321
+ <div class="action-pill">🎨</div>
322
+ <div class="action-pill">🎙</div>
323
+ </div>
324
+ <div class="rows">
325
+ <div class="row">
326
+ <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>
327
+ <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>
328
+ </div>
329
+ <div class="row">
330
+ <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>
331
+ <div class="key">H</div><div class="key">J</div><div class="key">K</div><div class="key">L</div>
332
+ </div>
333
+ <div class="row">
334
+ <div class="key accent wide">⇧</div>
335
+ <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>
336
+ <div class="key accent wide">⌫</div>
337
+ </div>
338
+ <div class="row">
339
+ <div class="key accent wide">?123</div>
340
+ <div class="key accent">,</div>
341
+ <div class="key accent">😊</div>
342
+ <div class="key space">space</div>
343
+ <div class="key accent">.</div>
344
+ <div class="key accent wide">↵</div>
345
+ </div>
346
+ </div>
347
+ </div>
348
+ <div class="bottom-bar"></div>
349
+ </div>
350
+
351
+ </div>
352
+ </body>
353
+ </html>
code/13620/13620_5.html ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
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
+ width: 1080px; height: 2400px;
10
+ position: relative; overflow: hidden;
11
+ background: #FFFFFF; border-radius: 0;
12
+ }
13
+
14
+ /* Top bars */
15
+ .status-bar {
16
+ position: absolute; top: 0; left: 0; right: 0;
17
+ height: 120px; background: #285E87; color: #fff;
18
+ display: flex; align-items: center; padding: 0 36px; font-size: 40px; letter-spacing: 0.5px;
19
+ }
20
+ .status-icons { margin-left: auto; display: flex; align-items: center; gap: 28px; }
21
+ .app-bar {
22
+ position: absolute; top: 120px; left: 0; right: 0;
23
+ height: 180px; background: #3D84B7; color: #fff;
24
+ display: flex; align-items: center; padding: 0 36px;
25
+ box-shadow: 0 2px 0 rgba(0,0,0,0.08);
26
+ }
27
+ .back {
28
+ width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; margin-right: 24px;
29
+ }
30
+ .title { font-size: 54px; font-weight: 600; letter-spacing: 0.3px; }
31
+ .presence-dot {
32
+ width: 28px; height: 28px; background: #E8E8E8; border-radius: 50%; display: inline-block; margin-left: 12px; vertical-align: middle;
33
+ box-shadow: inset 0 0 0 3px rgba(255,255,255,0.35);
34
+ }
35
+ .info-btn {
36
+ margin-left: auto; width: 84px; height: 84px; border-radius: 42px;
37
+ border: 2px solid rgba(255,255,255,0.9); display: flex; align-items: center; justify-content: center;
38
+ }
39
+ .chat-area {
40
+ position: absolute; top: 300px; left: 0; right: 0; bottom: 900px;
41
+ background: #fff;
42
+ }
43
+
44
+ /* Quick reply chips */
45
+ .chips {
46
+ position: absolute; left: 24px; right: 24px; bottom: 1060px; height: 120px;
47
+ display: flex; align-items: center; gap: 28px;
48
+ }
49
+ .chip {
50
+ border: 3px solid #2F79AB; color: #2F79AB; padding: 22px 34px;
51
+ border-radius: 60px; font-size: 40px; white-space: nowrap; background: #fff;
52
+ }
53
+
54
+ /* Input row just above keyboard */
55
+ .input-row {
56
+ position: absolute; left: 24px; right: 24px; bottom: 940px; height: 120px;
57
+ display: flex; align-items: center; gap: 24px; z-index: 5;
58
+ }
59
+ .input-field {
60
+ flex: 1; height: 120px; border-radius: 60px; border: 2px solid #D9D9D9; background: #FAFAFA;
61
+ display: flex; align-items: center; padding: 0 28px; box-shadow: inset 0 2px 0 rgba(0,0,0,0.03);
62
+ }
63
+ .input-text { font-size: 42px; color: #333; margin-left: 18px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
64
+ .send-btn {
65
+ width: 120px; height: 120px; background: #2F79AB; border-radius: 60px; display: flex; align-items: center; justify-content: center;
66
+ box-shadow: 0 2px 0 rgba(0,0,0,0.12);
67
+ }
68
+
69
+ /* Keyboard */
70
+ .keyboard {
71
+ position: absolute; left: 0; right: 0; bottom: 0; height: 900px;
72
+ background: #F1EEF7; border-top: 1px solid #E5E5E5;
73
+ }
74
+ .kb-toolbar {
75
+ height: 120px; display: flex; align-items: center; gap: 48px; padding: 0 36px;
76
+ }
77
+ .kb-key-row { display: flex; justify-content: center; gap: 24px; padding: 18px 24px; }
78
+ .kb-key {
79
+ width: 88px; height: 120px; background: #FFFFFF; border: 1px solid #E4E4E8; border-radius: 26px;
80
+ display: flex; align-items: center; justify-content: center; font-size: 44px; color: #222;
81
+ box-shadow: 0 1px 0 rgba(0,0,0,0.04);
82
+ }
83
+ .kb-key.wide { width: 206px; }
84
+ .kb-key.space { flex: 1; min-width: 380px; }
85
+ .kb-bottom { position: absolute; left: 0; right: 0; bottom: 0; height: 24px; display: flex; justify-content: center; }
86
+ .home-handle {
87
+ width: 240px; height: 10px; background: #BFBFBF; border-radius: 5px; margin-top: 8px;
88
+ }
89
+
90
+ /* Simple helpers for small icons */
91
+ .svg-icon { width: 48px; height: 48px; }
92
+ .svg-small { width: 36px; height: 36px; }
93
+ </style>
94
+ </head>
95
+ <body>
96
+ <div id="render-target">
97
+
98
+ <!-- Status bar -->
99
+ <div class="status-bar">
100
+ <div>3:59</div>
101
+ <div class="status-icons">
102
+ <!-- Notification bell -->
103
+ <svg class="svg-icon" viewBox="0 0 24 24" fill="none">
104
+ <path d="M12 2c-3 0-5 2-5 5v4l-2 2v2h14v-2l-2-2V7c0-3-2-5-5-5z" fill="#fff"></path>
105
+ </svg>
106
+ <!-- WiFi -->
107
+ <svg class="svg-icon" viewBox="0 0 24 24" fill="none">
108
+ <path d="M12 18l2 2-2 2-2-2 2-2z" fill="#fff"></path>
109
+ <path d="M2 9c5-5 15-5 20 0" stroke="#fff" stroke-width="2" stroke-linecap="round"></path>
110
+ <path d="M5 12c4-4 10-4 14 0" stroke="#fff" stroke-width="2" stroke-linecap="round"></path>
111
+ <path d="M8 15c2-2 6-2 8 0" stroke="#fff" stroke-width="2" stroke-linecap="round"></path>
112
+ </svg>
113
+ <!-- Battery -->
114
+ <svg class="svg-icon" viewBox="0 0 24 24" fill="none">
115
+ <rect x="2" y="6" width="18" height="12" rx="2" stroke="#fff" stroke-width="2"></rect>
116
+ <rect x="4" y="8" width="12" height="8" rx="1" fill="#fff"></rect>
117
+ <rect x="20" y="9" width="2" height="6" rx="1" fill="#fff"></rect>
118
+ </svg>
119
+ </div>
120
+ </div>
121
+
122
+ <!-- App bar -->
123
+ <div class="app-bar">
124
+ <div class="back">
125
+ <svg class="svg-icon" viewBox="0 0 24 24" fill="#fff">
126
+ <path d="M15 19L8 12l7-7" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
127
+ </svg>
128
+ </div>
129
+ <div class="title">himanshu.v13<span class="presence-dot"></span></div>
130
+ <div class="info-btn">
131
+ <svg class="svg-small" viewBox="0 0 24 24" fill="none">
132
+ <circle cx="12" cy="12" r="9" stroke="#fff" stroke-width="2"></circle>
133
+ <circle cx="12" cy="8" r="1.5" fill="#fff"></circle>
134
+ <path d="M12 11v6" stroke="#fff" stroke-width="2" stroke-linecap="round"></path>
135
+ </svg>
136
+ </div>
137
+ </div>
138
+
139
+ <!-- Chat area (empty conversation) -->
140
+ <div class="chat-area"></div>
141
+
142
+ <!-- Suggested quick replies -->
143
+ <div class="chips">
144
+ <div class="chip">Is it available?</div>
145
+ <div class="chip">Is the price negotiable?</div>
146
+ <div class="chip">How old is it?</div>
147
+ </div>
148
+
149
+ <!-- Input row -->
150
+ <div class="input-row">
151
+ <div class="input-field">
152
+ <!-- Attachment icon -->
153
+ <svg class="svg-icon" viewBox="0 0 24 24" fill="none">
154
+ <path d="M7 13l6-6a4 4 0 115 5l-8 8a3 3 0 11-4-4l8-8" stroke="#6E6E6E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
155
+ </svg>
156
+ <div class="input-text">Hi, Can we talk about the deal?</div>
157
+ </div>
158
+ <div class="send-btn">
159
+ <svg class="svg-icon" viewBox="0 0 24 24" fill="none">
160
+ <path d="M3 20l18-8L3 4l4 7-4 9z" fill="#fff"></path>
161
+ </svg>
162
+ </div>
163
+ </div>
164
+
165
+ <!-- Keyboard mock -->
166
+ <div class="keyboard">
167
+ <div class="kb-toolbar">
168
+ <div class="kb-key wide" style="background:#E9E4F7;color:#333;border-color:#D8D3E6;">⌨️</div>
169
+ <div class="kb-key" style="width:104px;">🙂</div>
170
+ <div class="kb-key wide">GIF</div>
171
+ <div class="kb-key">⚙️</div>
172
+ <div class="kb-key">Gx</div>
173
+ <div class="kb-key">🎨</div>
174
+ <div class="kb-key">🎤</div>
175
+ </div>
176
+
177
+ <div class="kb-key-row">
178
+ <div class="kb-key">q</div><div class="kb-key">w</div><div class="kb-key">e</div><div class="kb-key">r</div><div class="kb-key">t</div>
179
+ <div class="kb-key">y</div><div class="kb-key">u</div><div class="kb-key">i</div><div class="kb-key">o</div><div class="kb-key">p</div>
180
+ </div>
181
+ <div class="kb-key-row">
182
+ <div class="kb-key">a</div><div class="kb-key">s</div><div class="kb-key">d</div><div class="kb-key">f</div><div class="kb-key">g</div>
183
+ <div class="kb-key">h</div><div class="kb-key">j</div><div class="kb-key">k</div><div class="kb-key">l</div>
184
+ </div>
185
+ <div class="kb-key-row">
186
+ <div class="kb-key wide">⇧</div>
187
+ <div class="kb-key">z</div><div class="kb-key">x</div><div class="kb-key">c</div><div class="kb-key">v</div>
188
+ <div class="kb-key">b</div><div class="kb-key">n</div><div class="kb-key">m</div>
189
+ <div class="kb-key wide">⌫</div>
190
+ </div>
191
+ <div class="kb-key-row">
192
+ <div class="kb-key wide">?123</div>
193
+ <div class="kb-key">,</div>
194
+ <div class="kb-key">🙂</div>
195
+ <div class="kb-key space">space</div>
196
+ <div class="kb-key">.</div>
197
+ <div class="kb-key wide">⏎</div>
198
+ </div>
199
+
200
+ <div class="kb-bottom"><div class="home-handle"></div></div>
201
+ </div>
202
+
203
+ </div>
204
+ </body>
205
+ </html>
code/13620/13620_6.html ADDED
@@ -0,0 +1,244 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
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
+ width:1080px; height:2400px; position:relative; overflow:hidden;
10
+ background:#ffffff;
11
+ }
12
+
13
+ /* Status bar */
14
+ .status {
15
+ position:absolute; top:0; left:0; width:100%; height:120px;
16
+ background:#2a6ea6; color:#fff; display:flex; align-items:center;
17
+ padding:0 40px; box-sizing:border-box; font-size:40px;
18
+ justify-content:space-between;
19
+ }
20
+ .status .right { display:flex; align-items:center; gap:28px; }
21
+ .status svg { fill:#fff; }
22
+
23
+ /* App bar */
24
+ .appbar {
25
+ position:absolute; top:120px; left:0; width:100%; height:160px;
26
+ background:#2a6ea6; color:#fff; display:flex; align-items:center;
27
+ box-sizing:border-box; padding:0 30px; justify-content:space-between;
28
+ }
29
+ .appbar .left { display:flex; align-items:center; gap:30px; }
30
+ .back-btn svg { width:60px; height:60px; }
31
+ .title {
32
+ font-size:52px; font-weight:600; letter-spacing:0.5px;
33
+ display:flex; align-items:center; gap:18px;
34
+ }
35
+ .online-dot {
36
+ width:22px; height:22px; border-radius:50%; background:#e8e8e8; border:2px solid #ffffff55;
37
+ }
38
+ .appbar .actions { display:flex; align-items:center; gap:40px; }
39
+ .action-icon svg { width:60px; height:60px; }
40
+
41
+ /* Chat area */
42
+ .chat-area {
43
+ position:absolute; left:0; top:280px; width:100%; bottom:980px;
44
+ padding:40px; box-sizing:border-box;
45
+ }
46
+ .bubble {
47
+ max-width:720px; background:#e9f6ff; color:#2b2b2b;
48
+ border-radius:26px; padding:28px 32px 22px; box-shadow:0 2px 4px rgba(0,0,0,0.08);
49
+ position:relative; margin-left:auto; margin-right:40px;
50
+ }
51
+ .bubble:after {
52
+ content:""; position:absolute; right:-10px; top:24px;
53
+ width:24px; height:24px; background:#e9f6ff; border-radius:6px; transform:rotate(45deg);
54
+ box-shadow:0 2px 4px rgba(0,0,0,0.08);
55
+ }
56
+ .bubble .text { font-size:44px; line-height:1.35; }
57
+ .bubble .meta {
58
+ margin-top:18px; font-size:32px; color:#6f6f6f; text-align:right; display:flex; justify-content:flex-end; align-items:center; gap:10px;
59
+ }
60
+ .tick {
61
+ width:30px; height:30px; display:inline-block;
62
+ }
63
+ .tick svg { width:100%; height:100%; fill:#6f6f6f; }
64
+
65
+ /* Quick reply chips */
66
+ .chips {
67
+ position:absolute; left:0; bottom:1120px; width:100%;
68
+ padding:0 36px; box-sizing:border-box; display:flex; gap:26px;
69
+ }
70
+ .chip {
71
+ border:3px solid #2a6ea6; color:#2a6ea6; border-radius:999px;
72
+ padding:20px 28px; font-size:36px; background:#fff;
73
+ white-space:nowrap;
74
+ }
75
+
76
+ /* Input row */
77
+ .input-row {
78
+ position:absolute; left:0; bottom:980px; width:100%; height:150px;
79
+ display:flex; align-items:center; gap:24px; padding:0 34px; box-sizing:border-box;
80
+ }
81
+ .input-field {
82
+ flex:1; background:#f5f5f7; border:1px solid #d6d6da; border-radius:80px;
83
+ height:120px; display:flex; align-items:center; gap:26px; padding:0 34px; box-sizing:border-box;
84
+ }
85
+ .attach { width:56px; height:56px; }
86
+ .placeholder { font-size:40px; color:#7b7b7b; }
87
+ .camera-btn {
88
+ width:120px; height:120px; background:#2a6ea6; border-radius:60px;
89
+ display:flex; align-items:center; justify-content:center;
90
+ }
91
+ .camera-btn svg { width:60px; height:60px; fill:#fff; }
92
+
93
+ /* Keyboard mock */
94
+ .keyboard {
95
+ position:absolute; left:0; bottom:0; width:100%; height:980px;
96
+ background:#f3f0f6; border-top:1px solid #ddd; box-sizing:border-box; padding:30px 28px;
97
+ }
98
+ .kb-top {
99
+ height:120px; display:flex; align-items:center; gap:36px; padding:0 10px;
100
+ }
101
+ .kb-top .round {
102
+ width:90px; height:90px; background:#e8e6ee; border:1px solid #d0ccd6; border-radius:22px; display:flex; align-items:center; justify-content:center; font-size:34px; color:#4a4a4a;
103
+ }
104
+ .kb-rows { margin-top:20px; display:grid; grid-template-rows: repeat(4, 1fr); gap:22px; height:700px; }
105
+ .keys-row { display:flex; gap:16px; justify-content:center; }
106
+ .key {
107
+ width:88px; height:120px; background:#ffffff; border:1px solid #dbd7e2; border-radius:24px; display:flex; align-items:center; justify-content:center; font-size:42px; color:#1e1e1e;
108
+ }
109
+ .key.wide { width:160px; }
110
+ .space { flex:1; min-width:420px; height:120px; background:#ffffff; border:1px solid #dbd7e2; border-radius:30px; }
111
+ .enter { width:120px; }
112
+ .kb-bottom { display:flex; align-items:center; gap:16px; justify-content:center; margin-top:18px; }
113
+ .nav-handle {
114
+ position:absolute; bottom:18px; left:50%; transform:translateX(-50%);
115
+ width:260px; height:12px; background:#9e9e9e; border-radius:6px; opacity:0.5;
116
+ }
117
+ </style>
118
+ </head>
119
+ <body>
120
+ <div id="render-target">
121
+
122
+ <!-- Status bar -->
123
+ <div class="status">
124
+ <div class="left">3:59</div>
125
+ <div class="right">
126
+ <!-- simple icons in status bar -->
127
+ <svg width="46" height="46" viewBox="0 0 24 24">
128
+ <path d="M12 6c4.97 0 9 2.03 11 5l-2 2c-1.68-2.55-5.24-4-9-4s-7.32 1.45-9 4L1 11c2-2.97 6.03-5 11-5zm0 6c3.02 0 5.63 1.23 7 3l-2 2c-1.03-1.37-2.98-2-5-2s-3.97.63-5 2l-2-2c1.37-1.77 3.98-3 7-3zm0 6c1.1 0 2 .9 2 2h-4c0-1.1.9-2 2-2z"/>
129
+ </svg>
130
+ <svg width="54" height="54" viewBox="0 0 24 24">
131
+ <path d="M20 7h2v10h-2V7zM3 7h16v10H3V7z" />
132
+ </svg>
133
+ </div>
134
+ </div>
135
+
136
+ <!-- App bar -->
137
+ <div class="appbar">
138
+ <div class="left">
139
+ <div class="back-btn">
140
+ <svg viewBox="0 0 24 24">
141
+ <path d="M20 11H7.83l5.59-5.59L12 4 4 12l8 8 1.41-1.41L7.83 13H20v-2z" />
142
+ </svg>
143
+ </div>
144
+ <div class="title">
145
+ himanshu.v13
146
+ <div class="online-dot"></div>
147
+ </div>
148
+ </div>
149
+ <div class="actions">
150
+ <div class="action-icon">
151
+ <svg viewBox="0 0 24 24">
152
+ <circle cx="12" cy="12" r="10" fill="none" stroke="#fff" stroke-width="2"/>
153
+ <rect x="11" y="7" width="2" height="6" fill="#fff"/>
154
+ <rect x="11" y="14" width="2" height="3" fill="#fff"/>
155
+ </svg>
156
+ </div>
157
+ <div class="action-icon">
158
+ <svg viewBox="0 0 24 24">
159
+ <circle cx="12" cy="5" r="2" />
160
+ <circle cx="12" cy="12" r="2" />
161
+ <circle cx="12" cy="19" r="2" />
162
+ </svg>
163
+ </div>
164
+ </div>
165
+ </div>
166
+
167
+ <!-- Chat content -->
168
+ <div class="chat-area">
169
+ <div class="bubble">
170
+ <div class="text">Hi, Can we talk about the deal?</div>
171
+ <div class="meta">
172
+ <span>Now</span>
173
+ <span class="tick">
174
+ <svg viewBox="0 0 24 24">
175
+ <path d="M9 16.2l-3.5-3.5L4 14.2l5 5 12-12-1.5-1.5L9 16.2z"/>
176
+ </svg>
177
+ </span>
178
+ </div>
179
+ </div>
180
+ </div>
181
+
182
+ <!-- Quick reply chips -->
183
+ <div class="chips">
184
+ <div class="chip">Is it available?</div>
185
+ <div class="chip">Is the price negotiable?</div>
186
+ <div class="chip">How old is it?</div>
187
+ </div>
188
+
189
+ <!-- Input row -->
190
+ <div class="input-row">
191
+ <div class="input-field">
192
+ <div class="attach">
193
+ <svg viewBox="0 0 24 24">
194
+ <path d="M7 12v5a5 5 0 0 0 10 0V8a3 3 0 0 0-6 0v9a1 1 0 0 0 2 0V8h2v9a3 3 0 0 1-6 0V8a5 5 0 1 1 10 0v9a7 7 0 1 1-14 0v-5h2z" fill="#6f6f6f"/>
195
+ </svg>
196
+ </div>
197
+ <div class="placeholder">Type your message here</div>
198
+ </div>
199
+ <div class="camera-btn">
200
+ <svg viewBox="0 0 24 24">
201
+ <path d="M9 4l2-2h2l2 2h4v16H3V4h6zm3 4a6 6 0 1 0 0 12 6 6 0 0 0 0-12zm0 2a4 4 0 1 1 0 8 4 4 0 0 1 0-8z"/>
202
+ </svg>
203
+ </div>
204
+ </div>
205
+
206
+ <!-- Keyboard mock -->
207
+ <div class="keyboard">
208
+ <div class="kb-top">
209
+ <div class="round">⌨️</div>
210
+ <div class="round">🙂</div>
211
+ <div class="round">GIF</div>
212
+ <div class="round">⚙️</div>
213
+ <div class="round">Gᵗʳ</div>
214
+ <div class="round">🎨</div>
215
+ <div class="round">🎤</div>
216
+ </div>
217
+
218
+ <div class="kb-rows">
219
+ <div class="keys-row">
220
+ <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>
221
+ </div>
222
+ <div class="keys-row">
223
+ <div class="key">A</div><div class="key">S</div><div class="key">D</div><div class="key">F</div><div class="key">G</div><div class="key">H</div><div class="key">J</div><div class="key">K</div><div class="key">L</div>
224
+ </div>
225
+ <div class="keys-row">
226
+ <div class="key wide">⇧</div>
227
+ <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>
228
+ <div class="key wide">⌫</div>
229
+ </div>
230
+ <div class="keys-row kb-bottom">
231
+ <div class="key wide">?123</div>
232
+ <div class="key">,</div>
233
+ <div class="key">🙂</div>
234
+ <div class="space"></div>
235
+ <div class="key">.</div>
236
+ <div class="key enter">↵</div>
237
+ </div>
238
+ </div>
239
+ <div class="nav-handle"></div>
240
+ </div>
241
+
242
+ </div>
243
+ </body>
244
+ </html>
code/13621/13621_0.html ADDED
@@ -0,0 +1,328 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>Trovit UI Mock</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: #ffffff;
13
+ }
14
+
15
+ /* Top blue bars */
16
+ .status-bar {
17
+ position: absolute;
18
+ top: 0;
19
+ left: 0;
20
+ width: 1080px;
21
+ height: 80px;
22
+ background: #2f6de9;
23
+ color: #fff;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ padding: 0 36px;
28
+ box-sizing: border-box;
29
+ font-size: 28px;
30
+ letter-spacing: 0.5px;
31
+ }
32
+ .app-bar {
33
+ position: absolute;
34
+ top: 80px;
35
+ left: 0;
36
+ width: 1080px;
37
+ height: 150px;
38
+ background: #2f6de9;
39
+ color: #fff;
40
+ display: flex;
41
+ align-items: center;
42
+ padding: 0 36px;
43
+ box-sizing: border-box;
44
+ }
45
+ .app-left {
46
+ display: flex;
47
+ align-items: center;
48
+ gap: 18px;
49
+ }
50
+ .logo-text {
51
+ font-size: 52px;
52
+ font-weight: 700;
53
+ }
54
+ .app-right {
55
+ margin-left: auto;
56
+ display: flex;
57
+ align-items: center;
58
+ gap: 36px;
59
+ }
60
+ .icon-btn {
61
+ width: 70px; height: 70px; border-radius: 14px;
62
+ display: flex; align-items: center; justify-content: center;
63
+ }
64
+ .icon-btn svg { fill: #fff; }
65
+
66
+ /* Tabs */
67
+ .tabs {
68
+ position: absolute;
69
+ top: 230px;
70
+ left: 0;
71
+ width: 1080px;
72
+ height: 100px;
73
+ background: #ffffff;
74
+ display: flex;
75
+ align-items: flex-end;
76
+ padding: 0 36px;
77
+ box-sizing: border-box;
78
+ gap: 50px;
79
+ border-bottom: 2px solid #e7e7e7;
80
+ }
81
+ .tab {
82
+ font-size: 40px;
83
+ color: #9aa8c9;
84
+ padding-bottom: 24px;
85
+ }
86
+ .tab.active {
87
+ color: #2f6de9;
88
+ border-bottom: 6px solid #2f6de9;
89
+ }
90
+
91
+ /* Content */
92
+ .content {
93
+ position: absolute;
94
+ top: 330px;
95
+ left: 0;
96
+ width: 1080px;
97
+ padding: 36px;
98
+ box-sizing: border-box;
99
+ }
100
+ .section-title {
101
+ font-size: 42px;
102
+ color: #222;
103
+ margin: 26px 0 18px;
104
+ }
105
+
106
+ .row { display: flex; align-items: center; gap: 24px; }
107
+
108
+ .pill {
109
+ height: 120px;
110
+ border: 1px solid #d8d8d8;
111
+ border-radius: 24px;
112
+ background: #fff;
113
+ box-sizing: border-box;
114
+ padding: 0 28px;
115
+ display: flex;
116
+ align-items: center;
117
+ gap: 20px;
118
+ }
119
+ .pill.small { width: 320px; justify-content: space-between; }
120
+ .pill.large { flex: 1; justify-content: space-between; }
121
+
122
+ .muted { color: #6f7480; }
123
+ .value { color: #1a1a1a; }
124
+ .x-btn, .dropdown-btn {
125
+ width: 50px; height: 50px; display: flex; align-items: center; justify-content: center;
126
+ }
127
+ .search-icon { margin-right: 6px; }
128
+
129
+ /* Bedrooms chips */
130
+ .chips { display: flex; gap: 18px; margin-top: 12px; }
131
+ .chip {
132
+ width: 150px; height: 110px; border: 1px solid #d8d8d8; border-radius: 18px;
133
+ display: flex; align-items: center; justify-content: center; font-size: 40px; color: #333;
134
+ background: #fff;
135
+ }
136
+ .chip.active { background: #2f6de9; color: #fff; border-color: #2f6de9; }
137
+
138
+ /* CTA button */
139
+ .cta {
140
+ margin-top: 36px;
141
+ width: 100%;
142
+ height: 130px;
143
+ background: #2f6de9;
144
+ color: #fff;
145
+ display: flex;
146
+ align-items: center;
147
+ justify-content: center;
148
+ border-radius: 70px;
149
+ font-size: 44px;
150
+ letter-spacing: 1px;
151
+ }
152
+
153
+ /* Collaboration area */
154
+ .collab {
155
+ margin-top: 80px;
156
+ background: #f3f4f6;
157
+ padding: 40px 30px 60px;
158
+ border-radius: 18px;
159
+ color: #717171;
160
+ }
161
+ .collab .title {
162
+ text-align: center;
163
+ font-size: 40px;
164
+ line-height: 1.3;
165
+ color: #6b6f7a;
166
+ margin-bottom: 28px;
167
+ }
168
+ .logo-row {
169
+ display: flex;
170
+ justify-content: center;
171
+ gap: 44px;
172
+ flex-wrap: wrap;
173
+ }
174
+ .fake-logo {
175
+ width: 190px; height: 90px; background: #E0E0E0; border: 1px solid #BDBDBD;
176
+ display: flex; align-items: center; justify-content: center; color: #555; font-size: 28px; border-radius: 10px;
177
+ }
178
+
179
+ /* Bottom nav bar */
180
+ .bottom-nav {
181
+ position: absolute;
182
+ bottom: 0;
183
+ left: 0;
184
+ width: 1080px;
185
+ height: 160px;
186
+ border-top: 1px solid #e6e6e6;
187
+ background: #ffffff;
188
+ display: flex;
189
+ justify-content: space-around;
190
+ align-items: center;
191
+ }
192
+ .nav-item {
193
+ display: flex; flex-direction: column; align-items: center; gap: 12px; color: #6c7689; font-size: 34px;
194
+ }
195
+ .nav-item.active { color: #2f6de9; }
196
+ .nav-icon { width: 64px; height: 64px; }
197
+
198
+ /* Helpers */
199
+ .spacer-vertical { height: 18px; }
200
+ </style>
201
+ </head>
202
+ <body>
203
+ <div id="render-target">
204
+
205
+ <!-- Status bar -->
206
+ <div class="status-bar">
207
+ <div>8:59</div>
208
+ <div style="display:flex; gap:18px; align-items:center;">
209
+ <div style="width:18px;height:18px;border-radius:50%;background:#fff;opacity:.9;"></div>
210
+ <div style="width:18px;height:18px;border-radius:50%;background:#fff;opacity:.9;"></div>
211
+ <div style="width:18px;height:18px;border-radius:50%;background:#fff;opacity:.9;"></div>
212
+ <div style="width:18px;height:18px;border-radius:50%;background:#fff;opacity:.9;"></div>
213
+ <div style="width:10px;height:10px;border-radius:50%;background:#fff;opacity:.9;"></div>
214
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#fff"><path d="M3 18h18v2H3v-2zm15-3h2v2h-2v-2zM3 3h18v2H3V3zm10 10h6v2h-6v-2zM3 8h18v2H3V8zm0 5h10v2H3v-2z"/></svg>
215
+ </div>
216
+ </div>
217
+
218
+ <!-- App bar -->
219
+ <div class="app-bar">
220
+ <div class="app-left">
221
+ <div class="icon-btn">
222
+ <svg width="64" height="64" viewBox="0 0 24 24"><path d="M12 3l9 8h-3v8h-5v-5H11v5H6v-8H3l9-8z" fill="#fff"/></svg>
223
+ </div>
224
+ <div class="logo-text">trovit</div>
225
+ </div>
226
+ <div class="app-right">
227
+ <div class="icon-btn">
228
+ <svg width="64" height="64" viewBox="0 0 24 24"><path d="M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7zm0 9.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z"/></svg>
229
+ </div>
230
+ <div class="icon-btn">
231
+ <svg width="64" height="64" viewBox="0 0 24 24"><path d="M19.4 13a7.9 7.9 0 0 0 .1-2l2.1-1.6-2-3.5-2.5.7a7.6 7.6 0 0 0-1.7-1L12 2 10 4.6a7.6 7.6 0 0 0-1.7 1l-2.6-.7-2 3.5L5.8 11a7.9 7.9 0 0 0 .1 2l-2.1 1.6 2 3.5 2.6-.7c.5.4 1 .7 1.7 1L12 22l2-2.6c.6-.3 1.2-.6 1.7-1l2.5.7 2-3.5L19.4 13zm-7.4 2.5A3.5 3.5 0 1 1 15.5 12 3.5 3.5 0 0 1 12 15.5z"/></svg>
232
+ </div>
233
+ </div>
234
+ </div>
235
+
236
+ <!-- Tabs -->
237
+ <div class="tabs">
238
+ <div class="tab active">BUY</div>
239
+ <div class="tab">RENT</div>
240
+ </div>
241
+
242
+ <!-- Content area -->
243
+ <div class="content">
244
+ <!-- Search row -->
245
+ <div class="row" style="margin-top: 12px;">
246
+ <div class="pill small">
247
+ <div style="width:72px;height:72px;border-radius:36px;background:#ffffff;border:1px solid #d9d9d9; display:flex;align-items:center;justify-content:center;">
248
+ <div style="width:44px;height:44px;background:#E0E0E0;border:1px solid #BDBDBD;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#757575;font-size:18px;">CA</div>
249
+ </div>
250
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="#7a7a7a"><path d="M7 10l5 5 5-5H7z"/></svg>
251
+ </div>
252
+
253
+ <div class="pill large">
254
+ <div style="display:flex; align-items:center; gap:16px;">
255
+ <svg class="search-icon" width="38" height="38" viewBox="0 0 24 24" fill="#7a7a7a"><path d="M15.5 14h-.8l-.3-.3a6.5 6.5 0 1 0-.7.7l.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>
256
+ <div class="value" style="font-size:42px;">st. john</div>
257
+ </div>
258
+ <div class="x-btn">
259
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#7a7a7a"><path d="M18 6L6 18M6 6l12 12" stroke="#7a7a7a" stroke-width="2" stroke-linecap="round"/></svg>
260
+ </div>
261
+ </div>
262
+ </div>
263
+
264
+ <!-- Price -->
265
+ <div class="section-title">Price</div>
266
+ <div class="row">
267
+ <div class="pill" style="width: 470px; justify-content: space-between;">
268
+ <div class="muted" style="font-size:40px;">No minimum</div>
269
+ <div class="dropdown-btn">
270
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="#7a7a7a"><path d="M7 10l5 5 5-5H7z"/></svg>
271
+ </div>
272
+ </div>
273
+ <div class="muted" style="font-size:40px;">to</div>
274
+ <div class="pill" style="width: 470px; justify-content: space-between;">
275
+ <div class="value" style="font-size:40px;">$50,000</div>
276
+ <div class="dropdown-btn">
277
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="#7a7a7a"><path d="M7 10l5 5 5-5H7z"/></svg>
278
+ </div>
279
+ </div>
280
+ </div>
281
+
282
+ <!-- Bedrooms -->
283
+ <div class="section-title">Bedrooms</div>
284
+ <div class="chips">
285
+ <div class="chip">0+</div>
286
+ <div class="chip active">1+</div>
287
+ <div class="chip">2+</div>
288
+ <div class="chip">3+</div>
289
+ <div class="chip">4+</div>
290
+ <div class="chip">5+</div>
291
+ </div>
292
+
293
+ <div class="cta">SHOW 6 ADS</div>
294
+
295
+ <!-- Collaboration area -->
296
+ <div class="collab">
297
+ <div class="title">
298
+ Trovit collaborates with thousands of websites to help you find what you are looking for.
299
+ </div>
300
+ <div class="logo-row" style="margin-top:8px;">
301
+ <div class="fake-logo">TheRedPin</div>
302
+ <div class="fake-logo">RentBoard</div>
303
+ <div class="fake-logo">zumper</div>
304
+ <div class="fake-logo">buzzhome</div>
305
+ <div class="fake-logo">ypnexthome</div>
306
+ </div>
307
+ </div>
308
+ </div>
309
+
310
+ <!-- Bottom navigation -->
311
+ <div class="bottom-nav">
312
+ <div class="nav-item active">
313
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M21 19H3v-2h18v2zM3 5h18v2H3V5zm4 6h10v2H7v-2z"/></svg>
314
+ <div>Search</div>
315
+ </div>
316
+ <div class="nav-item">
317
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M13 3a9 9 0 1 0 8.95 10.05l-2.02-.3A7 7 0 1 1 13 5V3zm0 4h8v8h-2V9.4l-6.3 6.3-1.4-1.4L17.6 8H13V7z"/></svg>
318
+ <div>Your searches</div>
319
+ </div>
320
+ <div class="nav-item">
321
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 6 3.99 4 6.5 4c1.74 0 3.41 1.01 4.22 2.55C11.09 5.01 12.76 4 14.5 4 17 4 19 6 19 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"/></svg>
322
+ <div>Favourites</div>
323
+ </div>
324
+ </div>
325
+
326
+ </div>
327
+ </body>
328
+ </html>
code/13621/13621_1.html ADDED
@@ -0,0 +1,418 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Trovit Search Mock</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: #ffffff;
13
+ border-radius: 0;
14
+ }
15
+
16
+ /* Top app bar */
17
+ .app-header {
18
+ position: relative;
19
+ width: 100%;
20
+ height: 270px;
21
+ background: #2F6EF7;
22
+ color: #fff;
23
+ box-shadow: 0 2px 6px rgba(0,0,0,0.2);
24
+ }
25
+ .status-row {
26
+ height: 70px;
27
+ padding: 0 30px;
28
+ display: flex;
29
+ align-items: center;
30
+ justify-content: space-between;
31
+ font-size: 34px;
32
+ opacity: 0.95;
33
+ }
34
+ .header-main {
35
+ height: 200px;
36
+ display: flex;
37
+ align-items: center;
38
+ padding: 0 36px;
39
+ justify-content: space-between;
40
+ }
41
+ .logo {
42
+ display: flex;
43
+ align-items: center;
44
+ gap: 18px;
45
+ }
46
+ .logo-box {
47
+ width: 64px;
48
+ height: 64px;
49
+ border-radius: 14px;
50
+ background: #fff;
51
+ display: flex;
52
+ align-items: center;
53
+ justify-content: center;
54
+ color: #2F6EF7;
55
+ font-weight: bold;
56
+ }
57
+ .logo-text {
58
+ font-size: 64px;
59
+ font-weight: 700;
60
+ letter-spacing: 1px;
61
+ }
62
+ .header-icons {
63
+ display: flex;
64
+ gap: 36px;
65
+ }
66
+ .icon-btn {
67
+ width: 78px;
68
+ height: 78px;
69
+ border-radius: 18px;
70
+ display: flex;
71
+ align-items: center;
72
+ justify-content: center;
73
+ }
74
+
75
+ /* Tabs */
76
+ .tabs {
77
+ position: relative;
78
+ width: 100%;
79
+ background: #ffffff;
80
+ height: 110px;
81
+ display: flex;
82
+ padding: 0 40px;
83
+ gap: 60px;
84
+ align-items: flex-end;
85
+ box-shadow: inset 0 -1px 0 #E0E0E0;
86
+ }
87
+ .tab {
88
+ font-size: 46px;
89
+ color: #9AA9C4;
90
+ padding-bottom: 26px;
91
+ }
92
+ .tab.active {
93
+ color: #2F6EF7;
94
+ border-bottom: 6px solid #2F6EF7;
95
+ }
96
+
97
+ /* Content area */
98
+ .content {
99
+ padding: 32px 40px 0 40px;
100
+ }
101
+
102
+ /* Search block */
103
+ .search-row {
104
+ display: flex;
105
+ gap: 20px;
106
+ margin-top: 24px;
107
+ }
108
+ .chip {
109
+ background: #fff;
110
+ border: 2px solid #E1E5EE;
111
+ border-radius: 22px;
112
+ height: 120px;
113
+ display: flex;
114
+ align-items: center;
115
+ padding: 0 26px;
116
+ box-shadow: 0 1px 0 rgba(0,0,0,0.02);
117
+ }
118
+ .chip.flag {
119
+ width: 140px;
120
+ justify-content: center;
121
+ gap: 10px;
122
+ }
123
+ .chip.search {
124
+ flex: 1;
125
+ justify-content: space-between;
126
+ }
127
+ .search-left {
128
+ display: flex;
129
+ align-items: center;
130
+ gap: 18px;
131
+ }
132
+ .input-text {
133
+ font-size: 44px;
134
+ color: #333;
135
+ }
136
+ .placeholder {
137
+ color: #8F98A6;
138
+ }
139
+
140
+ /* Labels */
141
+ .section-label {
142
+ font-size: 44px;
143
+ color: #1E2A3B;
144
+ margin-top: 44px;
145
+ margin-bottom: 20px;
146
+ font-weight: 700;
147
+ }
148
+
149
+ .price-row {
150
+ display: flex;
151
+ align-items: center;
152
+ gap: 22px;
153
+ }
154
+ .price-field {
155
+ width: 470px;
156
+ height: 110px;
157
+ border: 2px solid #E1E5EE;
158
+ border-radius: 22px;
159
+ background: #fff;
160
+ display: flex;
161
+ padding: 0 28px;
162
+ align-items: center;
163
+ justify-content: space-between;
164
+ font-size: 40px;
165
+ color: #2B2B2B;
166
+ }
167
+ .price-to {
168
+ font-size: 40px;
169
+ color: #6F7990;
170
+ width: 80px;
171
+ text-align: center;
172
+ }
173
+
174
+ .bedrooms-row {
175
+ display: flex;
176
+ gap: 20px;
177
+ margin-top: 8px;
178
+ }
179
+ .bed-chip {
180
+ width: 164px;
181
+ height: 116px;
182
+ border: 2px solid #E1E5EE;
183
+ border-radius: 18px;
184
+ background: #fff;
185
+ display: flex;
186
+ align-items: center;
187
+ justify-content: center;
188
+ font-size: 44px;
189
+ color: #6B768A;
190
+ }
191
+ .bed-chip.active {
192
+ background: #2F6EF7;
193
+ border-color: #2F6EF7;
194
+ color: #fff;
195
+ box-shadow: 0 6px 14px rgba(47,110,247,0.3);
196
+ }
197
+
198
+ .primary-btn {
199
+ margin: 46px auto 20px;
200
+ width: 930px;
201
+ height: 130px;
202
+ background: #2F6EF7;
203
+ color: #fff;
204
+ border-radius: 70px;
205
+ display: flex;
206
+ align-items: center;
207
+ justify-content: center;
208
+ font-size: 48px;
209
+ font-weight: 700;
210
+ letter-spacing: 1px;
211
+ box-shadow: 0 10px 18px rgba(47,110,247,0.35);
212
+ }
213
+
214
+ /* Partners section */
215
+ .partners {
216
+ margin-top: 30px;
217
+ background: #F6F7FB;
218
+ padding: 40px 40px 60px 40px;
219
+ border-top: 1px solid #E6E8EF;
220
+ }
221
+ .partners h3 {
222
+ margin: 0;
223
+ font-size: 42px;
224
+ color: #6A768D;
225
+ line-height: 1.35;
226
+ text-align: center;
227
+ font-weight: 600;
228
+ }
229
+ .logo-row {
230
+ margin-top: 40px;
231
+ display: flex;
232
+ justify-content: center;
233
+ gap: 40px;
234
+ flex-wrap: wrap;
235
+ }
236
+ .img-placeholder {
237
+ width: 230px;
238
+ height: 120px;
239
+ background: #E0E0E0;
240
+ border: 1px solid #BDBDBD;
241
+ color: #757575;
242
+ display: flex;
243
+ align-items: center;
244
+ justify-content: center;
245
+ font-size: 30px;
246
+ border-radius: 12px;
247
+ }
248
+
249
+ /* Bottom nav */
250
+ .bottom-nav {
251
+ position: absolute;
252
+ bottom: 80px;
253
+ left: 0;
254
+ width: 100%;
255
+ height: 150px;
256
+ display: flex;
257
+ justify-content: space-around;
258
+ align-items: center;
259
+ color: #7A879B;
260
+ border-top: 1px solid #E7EAF1;
261
+ background: #fff;
262
+ }
263
+ .nav-item {
264
+ width: 33.33%;
265
+ display: flex;
266
+ flex-direction: column;
267
+ align-items: center;
268
+ gap: 12px;
269
+ font-size: 34px;
270
+ }
271
+ .nav-item.active {
272
+ color: #2F6EF7;
273
+ }
274
+ .home-indicator {
275
+ position: absolute;
276
+ bottom: 24px;
277
+ left: 50%;
278
+ transform: translateX(-50%);
279
+ width: 320px;
280
+ height: 12px;
281
+ background: #1a1a1a;
282
+ opacity: 0.6;
283
+ border-radius: 8px;
284
+ }
285
+
286
+ /* Small helpers */
287
+ .caret {
288
+ width: 22px; height: 22px; border-top: 10px solid #6F7990; border-left: 10px solid transparent; border-right: 10px solid transparent; transform: translateY(6px);
289
+ }
290
+ .caret-light {
291
+ width: 22px; height: 22px; border-top: 10px solid #ADB6C6; border-left: 10px solid transparent; border-right: 10px solid transparent; transform: translateY(6px);
292
+ margin-left: 10px;
293
+ }
294
+ </style>
295
+ </head>
296
+ <body>
297
+ <div id="render-target">
298
+
299
+ <!-- Header -->
300
+ <div class="app-header">
301
+ <div class="status-row">
302
+ <div style="display:flex; align-items:center; gap:18px;">
303
+ <span style="font-weight:600;">9:01</span>
304
+ <span style="opacity:0.85;">• • • • •</span>
305
+ </div>
306
+ <div style="display:flex; align-items:center; gap:18px;">
307
+ <!-- Simple status icons -->
308
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#fff"><path d="M3 18h2v-6H3v6zm4 0h2V8H7v10zm4 0h2V4h-2v14zm4 0h2V12h-2v6z"/></svg>
309
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#fff"><path d="M12 2a10 10 0 100 20 10 10 0 000-20zm1 5v5l4 2-.8 1.5L11 12V7h2z"/></svg>
310
+ </div>
311
+ </div>
312
+ <div class="header-main">
313
+ <div class="logo">
314
+ <div class="logo-box">t</div>
315
+ <div class="logo-text">trovit</div>
316
+ </div>
317
+ <div class="header-icons">
318
+ <div class="icon-btn">
319
+ <!-- Map pin icon -->
320
+ <svg width="60" height="60" viewBox="0 0 24 24" fill="#fff">
321
+ <path d="M12 2C8.7 2 6 4.7 6 8c0 4.5 6 12 6 12s6-7.5 6-12c0-3.3-2.7-6-6-6zm0 8.5c-1.4 0-2.5-1.1-2.5-2.5S10.6 5.5 12 5.5s2.5 1.1 2.5 2.5S13.4 10.5 12 10.5z"/>
322
+ </svg>
323
+ </div>
324
+ <div class="icon-btn">
325
+ <!-- Gear icon -->
326
+ <svg width="60" height="60" viewBox="0 0 24 24" fill="#fff">
327
+ <path d="M19.4 13.5c.04-.5.04-1 0-1.5l2-1.5-2-3.5-2.4.8c-.4-.3-.8-.5-1.3-.7L15 3h-6l-.7 3.1c-.5.2-.9.4-1.3.7l-2.4-.8-2 3.5 2 1.5c-.04.5-.04 1 0 1.5l-2 1.5 2 3.5 2.4-.8c.4.3.8.5 1.3.7L9 21h6l.7-3.1c.5-.2.9-.4 1.3-.7l2.4.8 2-3.5-2-1.5zM12 15.5A3.5 3.5 0 1 1 12 8a3.5 3.5 0 0 1 0 7.5z"/>
328
+ </svg>
329
+ </div>
330
+ </div>
331
+ </div>
332
+ </div>
333
+
334
+ <!-- Tabs -->
335
+ <div class="tabs">
336
+ <div class="tab active">BUY</div>
337
+ <div class="tab">RENT</div>
338
+ </div>
339
+
340
+ <!-- Content -->
341
+ <div class="content">
342
+ <div class="search-row">
343
+ <div class="chip flag">
344
+ <div style="width:56px;height:56px;border-radius:50%;background:#e22;box-shadow:0 0 0 4px #fff inset;"></div>
345
+ <div class="caret-light"></div>
346
+ </div>
347
+ <div class="chip search">
348
+ <div class="search-left">
349
+ <!-- magnifier -->
350
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="#7E8BA3">
351
+ <path d="M15.5 14h-.8l-.3-.3A6.5 6.5 0 1 0 14 15.5l.3.3v.8l5 5 1.5-1.5-5-5zm-6 0A4.5 4.5 0 1 1 10 5a4.5 4.5 0 0 1-.5 9z"/>
352
+ </svg>
353
+ <div class="input-text">st. john</div>
354
+ </div>
355
+ <div style="display:flex;align-items:center;gap:10px;">
356
+ <!-- clear X -->
357
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="#96A2B6"><path d="M18 6L6 18M6 6l12 12" stroke="#96A2B6" stroke-width="2" stroke-linecap="round"/></svg>
358
+ </div>
359
+ </div>
360
+ </div>
361
+
362
+ <div class="section-label">Price</div>
363
+ <div class="price-row">
364
+ <div class="price-field">
365
+ <span style="color:#6F7990;">No minimum</span>
366
+ <div class="caret"></div>
367
+ </div>
368
+ <div class="price-to">to</div>
369
+ <div class="price-field">
370
+ <span>$50,000</span>
371
+ <div class="caret"></div>
372
+ </div>
373
+ </div>
374
+
375
+ <div class="section-label">Bedrooms</div>
376
+ <div class="bedrooms-row">
377
+ <div class="bed-chip">0+</div>
378
+ <div class="bed-chip active">1+</div>
379
+ <div class="bed-chip">2+</div>
380
+ <div class="bed-chip">3+</div>
381
+ <div class="bed-chip">4+</div>
382
+ <div class="bed-chip">5+</div>
383
+ </div>
384
+
385
+ <div class="primary-btn">SHOW 6 ADS</div>
386
+
387
+ <div class="partners">
388
+ <h3>Trovit collaborates with thousands of websites to help you find what you are looking for.</h3>
389
+ <div class="logo-row">
390
+ <div class="img-placeholder">[IMG: TheRedPin]</div>
391
+ <div class="img-placeholder">[IMG: RentBoard]</div>
392
+ <div class="img-placeholder">[IMG: zumper]</div>
393
+ <div class="img-placeholder">[IMG: buzzbuzzhome]</div>
394
+ <div class="img-placeholder">[IMG: ypnexthome]</div>
395
+ </div>
396
+ </div>
397
+ </div>
398
+
399
+ <!-- Bottom navigation -->
400
+ <div class="bottom-nav">
401
+ <div class="nav-item active">
402
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="currentColor"><path d="M15.5 14h-.8l-.3-.3A6.5 6.5 0 1 0 14 15.5l.3.3v.8l5 5 1.5-1.5-5-5zM9.5 14A4.5 4.5 0 1 1 9.5 5a4.5 4.5 0 0 1 0 9z"/></svg>
403
+ <div>Search</div>
404
+ </div>
405
+ <div class="nav-item">
406
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="currentColor"><path d="M12 22a8 8 0 0 1-8-8h3l-4.5-5L-2 14h3a11 11 0 0 0 22 0h3l-4.5-5L17 14h3a8 8 0 0 1-8 8z"/></svg>
407
+ <div>Your searches</div>
408
+ </div>
409
+ <div class="nav-item">
410
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="currentColor"><path d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5A4.5 4.5 0 0 1 6.5 4c1.74 0 3.41.81 4.5 2.09A6 6 0 0 1 21.5 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"/></svg>
411
+ <div>Favourites</div>
412
+ </div>
413
+ </div>
414
+
415
+ <div class="home-indicator"></div>
416
+ </div>
417
+ </body>
418
+ </html>
code/13621/13621_2.html ADDED
@@ -0,0 +1,265 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Trovit UI Mock</title>
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <style>
7
+ body { margin:0; padding:0; background:transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width:1080px; height:2400px; position:relative; overflow:hidden;
10
+ background:#ffffff;
11
+ }
12
+ /* Top status/header area */
13
+ .status-bar {
14
+ position:absolute; top:0; left:0; right:0; height:90px;
15
+ background:#2f6efb; color:#fff; display:flex; align-items:center; padding:0 36px;
16
+ font-weight:600; font-size:34px;
17
+ }
18
+ .status-icons { margin-left:auto; display:flex; align-items:center; gap:26px; }
19
+ .header {
20
+ position:absolute; top:90px; left:0; right:0; height:170px;
21
+ background:#2f6efb; color:#fff; display:flex; align-items:center; padding:0 36px;
22
+ }
23
+ .brand {
24
+ display:flex; align-items:center; gap:22px; color:#fff;
25
+ font-size:60px; font-weight:800; letter-spacing:0.5px;
26
+ }
27
+ .brand-icon {
28
+ width:64px; height:64px; border-radius:12px; border:2px solid #fff; display:flex; align-items:center; justify-content:center;
29
+ }
30
+ .header-actions { margin-left:auto; display:flex; gap:40px; }
31
+ .header-actions .icon-btn { width:70px; height:70px; border-radius:10px; display:flex; align-items:center; justify-content:center; }
32
+ /* Tabs */
33
+ .tabs {
34
+ position:absolute; top:260px; left:0; right:0; height:120px;
35
+ background:#ffffff; display:flex; align-items:flex-end; justify-content:center; gap:180px; color:#707070;
36
+ font-size:46px; font-weight:700;
37
+ }
38
+ .tab { padding-bottom:22px; }
39
+ .tab.active { color:#000; position:relative; }
40
+ .tab.active::after {
41
+ content:""; position:absolute; left:0; right:0; bottom:0; height:7px; background:#2f6efb; border-radius:4px;
42
+ }
43
+ /* Content area */
44
+ .content {
45
+ position:absolute; top:380px; left:36px; right:36px;
46
+ }
47
+ .row { display:flex; align-items:center; gap:26px; }
48
+ .pill {
49
+ background:#fff; border:1px solid #dcdcdc; border-radius:26px; height:110px;
50
+ display:flex; align-items:center; padding:0 28px; font-size:40px; color:#000;
51
+ box-shadow:0 2px 0 rgba(0,0,0,0.03);
52
+ }
53
+ .pill.small { width:160px; gap:16px; }
54
+ .flag {
55
+ width:68px; height:68px; border-radius:50%; background:#E0E0E0; border:1px solid #BDBDBD;
56
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:22px;
57
+ }
58
+ .search-pill { flex:1; position:relative; gap:20px; }
59
+ .search-text { color:#222; font-size:46px; font-weight:600; }
60
+ .input-icon { width:54px; height:54px; display:flex; align-items:center; justify-content:center; }
61
+ .clear-x { position:absolute; right:20px; }
62
+ .section-title { margin-top:40px; margin-bottom:18px; font-size:42px; font-weight:700; color:#333; }
63
+ .dropdown { width:420px; justify-content:space-between; }
64
+ .dropdown .caret {
65
+ margin-left:18px; width:24px; height:24px; border-right:3px solid #777; border-bottom:3px solid #777; transform:rotate(45deg);
66
+ }
67
+ .to-text { font-size:40px; color:#505050; margin:0 22px; }
68
+ /* Bedrooms */
69
+ .segmented {
70
+ display:flex; gap:18px;
71
+ }
72
+ .segment {
73
+ flex:1; height:110px; border:1px solid #dcdcdc; border-radius:18px; display:flex; align-items:center; justify-content:center;
74
+ font-size:40px; color:#333; background:#fff;
75
+ }
76
+ .segment.active { background:#2f6efb; color:#fff; border-color:#2f6efb; }
77
+ /* CTA button */
78
+ .cta {
79
+ margin-top:60px; height:120px; border-radius:60px; background:#2f6efb; color:#fff; display:flex; align-items:center; justify-content:center;
80
+ font-size:46px; font-weight:800; letter-spacing:1px; box-shadow:0 6px 16px rgba(47,110,251,0.35);
81
+ }
82
+ .note {
83
+ margin-top:36px; text-align:center; color:#7b7b7b; font-size:36px;
84
+ }
85
+ /* Keyboard mock */
86
+ .keyboard {
87
+ position:absolute; bottom:0; left:0; right:0; height:980px; background:#111; color:#eee;
88
+ border-top-left-radius:20px; border-top-right-radius:20px;
89
+ }
90
+ .kb-suggestions {
91
+ height:90px; background:#1a1a1a; color:#ddd; display:flex; align-items:center; gap:26px; padding:0 36px; font-size:36px;
92
+ border-bottom:1px solid #2a2a2a;
93
+ }
94
+ .kb-keys {
95
+ display:grid; grid-template-columns: repeat(10, 1fr); gap:18px; padding:36px;
96
+ }
97
+ .key {
98
+ height:120px; background:#222; border-radius:16px; display:flex; align-items:center; justify-content:center; font-size:44px; color:#fafafa;
99
+ box-shadow: inset 0 -2px 0 rgba(255,255,255,0.05);
100
+ }
101
+ .key.gray { background:#2a2a2a; color:#cfcfcf; }
102
+ .bottom-row { display:grid; grid-template-columns: 1.2fr 7fr 1.2fr; gap:18px; padding:0 36px; margin-top:24px; }
103
+ </style>
104
+ </head>
105
+ <body>
106
+ <div id="render-target">
107
+
108
+ <!-- Status bar -->
109
+ <div class="status-bar">
110
+ <div>9:01</div>
111
+ <div class="status-icons">
112
+ <!-- simple dots to mimic notifications -->
113
+ <div style="width:10px;height:10px;border-radius:50%;background:#fff;opacity:.8"></div>
114
+ <div style="width:10px;height:10px;border-radius:50%;background:#fff;opacity:.8"></div>
115
+ <div style="width:10px;height:10px;border-radius:50%;background:#fff;opacity:.8"></div>
116
+ <div style="width:10px;height:10px;border-radius:50%;background:#fff;opacity:.8"></div>
117
+ <!-- WiFi icon -->
118
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none">
119
+ <path d="M2 8c5-4 15-4 20 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
120
+ <path d="M5 11c4-3 10-3 14 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
121
+ <path d="M8 14c3-2 5-2 8 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
122
+ <circle cx="12" cy="18" r="2" fill="#fff"/>
123
+ </svg>
124
+ <!-- Battery icon -->
125
+ <svg width="46" height="46" viewBox="0 0 28 18" fill="none">
126
+ <rect x="1" y="3" width="22" height="12" rx="2" stroke="#fff" stroke-width="2"/>
127
+ <rect x="3" y="5" width="16" height="8" rx="1" fill="#fff"/>
128
+ <rect x="24" y="7" width="3" height="4" rx="1" fill="#fff"/>
129
+ </svg>
130
+ </div>
131
+ </div>
132
+
133
+ <!-- App header -->
134
+ <div class="header">
135
+ <div class="brand">
136
+ <div class="brand-icon">
137
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="none">
138
+ <path d="M3 10l9-7 9 7" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
139
+ <path d="M5 10v9h14v-9" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
140
+ </svg>
141
+ </div>
142
+ <div>trovit</div>
143
+ </div>
144
+ <div class="header-actions">
145
+ <div class="icon-btn">
146
+ <!-- map icon -->
147
+ <svg width="46" height="46" viewBox="0 0 24 24" fill="none">
148
+ <path d="M12 3c3.3 0 6 2.7 6 6 0 4.5-6 12-6 12S6 13.5 6 9c0-3.3 2.7-6 6-6z" stroke="#fff" stroke-width="2"/>
149
+ <circle cx="12" cy="9" r="2" fill="#fff"/>
150
+ </svg>
151
+ </div>
152
+ <div class="icon-btn">
153
+ <!-- gear icon -->
154
+ <svg width="46" height="46" viewBox="0 0 24 24" fill="none">
155
+ <path d="M12 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6z" stroke="#fff" stroke-width="2"/>
156
+ <path d="M4 12a8 8 0 0 1 .4-2l-2-1 2-3 2 1a8 8 0 0 1 2-1l.3-2h4l.3 2a8 8 0 0 1 2 1l2-1 2 3-2 1a8 8 0 0 1 .4 2l2 1-2 3-2-1a8 8 0 0 1-2 1l-.3 2h-4l-.3-2a8 8 0 0 1-2-1l-2 1-2-3 2-1z" stroke="#fff" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/>
157
+ </svg>
158
+ </div>
159
+ </div>
160
+ </div>
161
+
162
+ <!-- Tabs -->
163
+ <div class="tabs">
164
+ <div class="tab active">BUY</div>
165
+ <div class="tab" style="color:#b3b3b3;">RENT</div>
166
+ </div>
167
+
168
+ <!-- Content -->
169
+ <div class="content">
170
+ <!-- Search Row -->
171
+ <div class="row" style="margin-top:12px;">
172
+ <div class="pill small">
173
+ <div class="flag">[IMG: Canada Flag]</div>
174
+ <svg width="30" height="30" viewBox="0 0 24 24" fill="none">
175
+ <path d="M6 9l4 4-4 4" stroke="#888" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
176
+ </svg>
177
+ </div>
178
+ <div class="pill search-pill" style="flex:1;">
179
+ <div class="input-icon">
180
+ <!-- Search icon -->
181
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
182
+ <circle cx="11" cy="11" r="7" stroke="#7b7b7b" stroke-width="2"/>
183
+ <path d="M20 20l-4.2-4.2" stroke="#7b7b7b" stroke-width="2" stroke-linecap="round"/>
184
+ </svg>
185
+ </div>
186
+ <div class="search-text">st. john</div>
187
+ <div class="input-icon clear-x">
188
+ <!-- X icon -->
189
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
190
+ <path d="M6 6l12 12M18 6L6 18" stroke="#888" stroke-width="2" stroke-linecap="round"/>
191
+ </svg>
192
+ </div>
193
+ </div>
194
+ </div>
195
+
196
+ <!-- Price -->
197
+ <div class="section-title">Price</div>
198
+ <div class="row">
199
+ <div class="pill dropdown">
200
+ <div>No minimum</div>
201
+ <div class="caret"></div>
202
+ </div>
203
+ <div class="to-text">to</div>
204
+ <div class="pill dropdown" style="width:420px;">
205
+ <div>$50,000</div>
206
+ <div class="caret"></div>
207
+ </div>
208
+ </div>
209
+
210
+ <!-- Bedrooms -->
211
+ <div class="section-title">Bedrooms</div>
212
+ <div class="segmented">
213
+ <div class="segment">0+</div>
214
+ <div class="segment active">1+</div>
215
+ <div class="segment">2+</div>
216
+ <div class="segment">3+</div>
217
+ <div class="segment">4+</div>
218
+ <div class="segment">5+</div>
219
+ </div>
220
+
221
+ <div class="cta">SHOW 6 ADS</div>
222
+
223
+ <div class="note">Trovit collaborates with thousands of websites to</div>
224
+ </div>
225
+
226
+ <!-- Keyboard mock -->
227
+ <div class="keyboard">
228
+ <div class="kb-suggestions">
229
+ john
230
+ <span style="opacity:.4">|</span>
231
+ John
232
+ <span style="opacity:.4">|</span>
233
+ John's
234
+ <div style="margin-left:auto; width:54px; height:54px; background:#2e2e2e; border-radius:20px; display:flex; align-items:center; justify-content:center;">
235
+ <!-- mic icon -->
236
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none">
237
+ <rect x="8" y="4" width="8" height="10" rx="4" stroke="#ccc" stroke-width="2"/>
238
+ <path d="M5 10a7 7 0 0 0 14 0" stroke="#ccc" stroke-width="2" stroke-linecap="round"/>
239
+ <path d="M12 17v3" stroke="#ccc" stroke-width="2" stroke-linecap="round"/>
240
+ </svg>
241
+ </div>
242
+ </div>
243
+
244
+ <!-- Key rows -->
245
+ <div class="kb-keys">
246
+ <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>
247
+ <div class="key">a</div><div class="key">s</div><div class="key">d</div><div class="key">f</div><div class="key">g</div><div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div><div class="key gray">⌫</div>
248
+ <div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div><div class="key">b</div><div class="key">n</div><div class="key">m</div><div class="key gray">.</div><div class="key gray">,</div><div class="key gray">?</div>
249
+ </div>
250
+ <div class="bottom-row">
251
+ <div class="key gray">?123</div>
252
+ <div class="key gray">space</div>
253
+ <div class="key gray">
254
+ <!-- search icon -->
255
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
256
+ <circle cx="11" cy="11" r="7" stroke="#cfcfcf" stroke-width="2"/>
257
+ <path d="M20 20l-4.2-4.2" stroke="#cfcfcf" stroke-width="2" stroke-linecap="round"/>
258
+ </svg>
259
+ </div>
260
+ </div>
261
+ </div>
262
+
263
+ </div>
264
+ </body>
265
+ </html>
code/13621/13621_3.html ADDED
@@ -0,0 +1,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Trovit UI Mock</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: #ffffff;
11
+ }
12
+ /* Top bars */
13
+ .status-bar {
14
+ height: 90px;
15
+ background: #215cbf;
16
+ color: #fff;
17
+ display: flex;
18
+ align-items: center;
19
+ padding: 0 36px;
20
+ font-size: 26px;
21
+ letter-spacing: 1px;
22
+ }
23
+ .status-icons { margin-left: auto; display: flex; gap: 24px; align-items: center; }
24
+ .app-bar {
25
+ height: 170px;
26
+ background: #2f6ef8;
27
+ color: #fff;
28
+ display: flex;
29
+ align-items: center;
30
+ padding: 0 40px;
31
+ }
32
+ .logo {
33
+ display: flex; align-items: center; gap: 20px; color: #fff; font-weight: 700; font-size: 54px;
34
+ }
35
+ .logo .house {
36
+ width: 56px; height: 56px; border-radius: 12px; background: rgba(255,255,255,0.25);
37
+ display: flex; align-items: center; justify-content: center;
38
+ }
39
+ .app-actions { margin-left: auto; display: flex; gap: 36px; }
40
+ .app-actions .icon-btn {
41
+ width: 70px; height: 70px; border-radius: 16px;
42
+ display: flex; align-items: center; justify-content: center;
43
+ color: #fff;
44
+ }
45
+ /* Tabs */
46
+ .tabs {
47
+ height: 120px; background: #f7f9ff; display: flex; align-items: center;
48
+ padding: 0 50px; gap: 60px; border-bottom: 2px solid #e6ecff;
49
+ }
50
+ .tab { font-size: 44px; color: #9aa7c3; position: relative; }
51
+ .tab.active { color: #1f2b46; font-weight: 700; }
52
+ .tab.active::after {
53
+ content: ""; position: absolute; bottom: -22px; left: 0; width: 100%; height: 6px; background: #2f6ef8; border-radius: 3px;
54
+ }
55
+
56
+ /* Content area */
57
+ .content { padding: 40px 50px; }
58
+ .row { display: flex; align-items: center; gap: 24px; }
59
+ .label { font-size: 42px; color: #1f2b46; font-weight: 700; margin: 36px 0 22px; }
60
+ .flag-chip {
61
+ width: 120px; height: 100px; border-radius: 20px; background: #fff; border: 2px solid #d0d7e2;
62
+ display: flex; align-items: center; justify-content: center; color: #b33; font-size: 28px;
63
+ box-shadow: 0 2px 0 rgba(0,0,0,0.04);
64
+ }
65
+ /* Search field */
66
+ .search-field {
67
+ flex: 1; height: 100px; border-radius: 24px; background: #fff; border: 2px solid #d0d7e2;
68
+ display: flex; align-items: center; padding: 0 26px; gap: 20px;
69
+ }
70
+ .search-input {
71
+ flex: 1; font-size: 44px; color: #1f2b46;
72
+ }
73
+ .chip-arrow {
74
+ width: 28px; height: 28px; border: 2px solid #aab4c6; border-left: none; border-top: none; transform: rotate(45deg);
75
+ margin-left: 4px;
76
+ }
77
+ .x-btn svg { width: 40px; height: 40px; }
78
+ .field-box {
79
+ height: 96px; border: 2px solid #d0d7e2; background: #fff; border-radius: 18px;
80
+ display: flex; align-items: center; padding: 0 28px; font-size: 40px; color: #1f2b46;
81
+ min-width: 330px;
82
+ }
83
+ .to-text { font-size: 40px; color: #5b657a; }
84
+ .dropdown-caret {
85
+ margin-left: auto; width: 0; height: 0; border-left: 10px solid transparent;
86
+ border-right: 10px solid transparent; border-top: 14px solid #7f8aa3;
87
+ }
88
+ /* Bedrooms segmented */
89
+ .segmented {
90
+ display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px;
91
+ }
92
+ .seg-btn {
93
+ height: 120px; border: 2px solid #d0d7e2; border-radius: 16px; background: #fff;
94
+ display: flex; align-items: center; justify-content: center; font-size: 42px; color: #1f2b46;
95
+ }
96
+ .seg-btn.active { background: #2f6ef8; color: #fff; border-color: #2f6ef8; }
97
+ /* Big CTA */
98
+ .cta {
99
+ margin-top: 50px; height: 120px; background: #2f6ef8; color: #fff; border-radius: 60px;
100
+ display: flex; align-items: center; justify-content: center; font-size: 46px; font-weight: 700;
101
+ box-shadow: 0 10px 16px rgba(47,110,248,0.2);
102
+ }
103
+ /* Bottom info + keyboard placeholder */
104
+ .info-text { margin-top: 22px; font-size: 36px; color: #5b657a; text-align: center; }
105
+ .keyboard {
106
+ position: absolute; left: 0; bottom: 0; width: 100%; height: 900px; background: #1f2330;
107
+ color: #cdd1d8; border-top: 1px solid #3a3f52; display: flex; align-items: center; justify-content: center; font-size: 38px;
108
+ }
109
+
110
+ /* Simple icon styles */
111
+ .icon { width: 42px; height: 42px; fill: none; stroke: currentColor; stroke-width: 6; }
112
+ </style>
113
+ </head>
114
+ <body>
115
+ <div id="render-target">
116
+
117
+ <!-- Status bar -->
118
+ <div class="status-bar">
119
+ 9:02
120
+ <div class="status-icons">
121
+ <!-- simple dots to mimic status icons -->
122
+ <div>• • • •</div>
123
+ <div>
124
+ <svg class="icon" viewBox="0 0 24 24"><path d="M3 12h18M12 3v18"/></svg>
125
+ </div>
126
+ <div>
127
+ <svg class="icon" viewBox="0 0 24 24"><path d="M2 18l10-12 10 12"/></svg>
128
+ </div>
129
+ </div>
130
+ </div>
131
+
132
+ <!-- App bar with logo and actions -->
133
+ <div class="app-bar">
134
+ <div class="logo">
135
+ <div class="house">
136
+ <svg class="icon" viewBox="0 0 24 24"><path d="M3 11l9-7 9 7v9H3zM9 20v-6h6v6"/></svg>
137
+ </div>
138
+ trovit
139
+ </div>
140
+ <div class="app-actions">
141
+ <div class="icon-btn">
142
+ <!-- Map icon -->
143
+ <svg class="icon" viewBox="0 0 24 24"><path d="M3 6l6-2 6 2 6-2v14l-6 2-6-2-6 2zM9 4v14M15 6v14"/></svg>
144
+ </div>
145
+ <div class="icon-btn">
146
+ <!-- Gear icon -->
147
+ <svg class="icon" viewBox="0 0 24 24"><path d="M12 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm9-3l-2 1 1 3-2 2-3-1-1 2h-4l-1-2-3 1-2-2 1-3-2-1v-4l2-1-1-3 2-2 3 1 1-2h4l1 2 3-1 2 2-1 3 2 1v4z"/></svg>
148
+ </div>
149
+ </div>
150
+ </div>
151
+
152
+ <!-- Tabs -->
153
+ <div class="tabs">
154
+ <div class="tab active">BUY</div>
155
+ <div class="tab">RENT</div>
156
+ </div>
157
+
158
+ <!-- Main content -->
159
+ <div class="content">
160
+ <!-- Search row -->
161
+ <div class="row">
162
+ <div class="flag-chip">[CA Flag]</div>
163
+ <div class="chip-arrow"></div>
164
+ <div class="search-field">
165
+ <!-- magnifier -->
166
+ <svg class="icon" viewBox="0 0 24 24"><circle cx="10" cy="10" r="7"/><path d="M21 21l-6-6"/></svg>
167
+ <div class="search-input">Toronto</div>
168
+ <div class="x-btn">
169
+ <svg viewBox="0 0 24 24"><path d="M5 5l14 14M19 5L5 19" stroke="#8793aa" stroke-width="3" fill="none"/></svg>
170
+ </div>
171
+ </div>
172
+ </div>
173
+
174
+ <!-- Price -->
175
+ <div class="label">Price</div>
176
+ <div class="row">
177
+ <div class="field-box">
178
+ No minimum
179
+ <div class="dropdown-caret"></div>
180
+ </div>
181
+ <div class="to-text">to</div>
182
+ <div class="field-box">
183
+ $50,000
184
+ <div class="dropdown-caret"></div>
185
+ </div>
186
+ </div>
187
+
188
+ <!-- Bedrooms -->
189
+ <div class="label">Bedrooms</div>
190
+ <div class="segmented">
191
+ <div class="seg-btn">0+</div>
192
+ <div class="seg-btn active">1+</div>
193
+ <div class="seg-btn">2+</div>
194
+ <div class="seg-btn">3+</div>
195
+ <div class="seg-btn">4+</div>
196
+ <div class="seg-btn">5+</div>
197
+ </div>
198
+
199
+ <!-- CTA button -->
200
+ <div class="cta">SHOW 185 ADS</div>
201
+
202
+ <div class="info-text">Trovit collaborates with thousands of websites to</div>
203
+ </div>
204
+
205
+ <!-- Keyboard placeholder -->
206
+ <div class="keyboard">[Virtual Keyboard]</div>
207
+
208
+ </div>
209
+ </body>
210
+ </html>
code/13621/13621_4.html ADDED
@@ -0,0 +1,312 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>Trovit Price Modal - HTML Render</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: #f6f8fb;
13
+ border-radius: 36px;
14
+ box-shadow: 0 10px 30px rgba(0,0,0,0.25);
15
+ color: #222;
16
+ }
17
+
18
+ /* Header / App Bar */
19
+ .app-header {
20
+ position: absolute;
21
+ left: 0;
22
+ top: 0;
23
+ width: 1080px;
24
+ height: 230px;
25
+ background: #0e2f63;
26
+ }
27
+ .status-row {
28
+ position: absolute;
29
+ top: 18px;
30
+ left: 24px;
31
+ right: 24px;
32
+ height: 44px;
33
+ color: #fff;
34
+ font-weight: 600;
35
+ display: flex;
36
+ align-items: center;
37
+ justify-content: space-between;
38
+ opacity: 0.95;
39
+ font-size: 34px;
40
+ }
41
+ .status-right {
42
+ display: flex;
43
+ align-items: center;
44
+ gap: 20px;
45
+ }
46
+ .icon-dot { width: 22px; height: 22px; border-radius: 50%; background: #fff; opacity: 0.95; }
47
+ .battery {
48
+ width: 42px; height: 22px; border: 2px solid #fff; border-radius: 4px; position: relative;
49
+ }
50
+ .battery::after {
51
+ content: ""; position: absolute; right: -6px; top: 6px; width: 6px; height: 10px; background: #fff; border-radius: 1px;
52
+ }
53
+ .battery .level { width: 28px; height: 14px; background: #fff; position: absolute; top: 3px; left: 3px; }
54
+
55
+ .brand-row {
56
+ position: absolute;
57
+ top: 84px;
58
+ left: 28px;
59
+ right: 28px;
60
+ height: 80px;
61
+ display: flex;
62
+ align-items: center;
63
+ justify-content: space-between;
64
+ }
65
+ .brand {
66
+ display: flex; align-items: center; gap: 18px; color: #fff;
67
+ }
68
+ .brand .house {
69
+ width: 48px; height: 48px; border-radius: 10px; background: rgba(255,255,255,0.25);
70
+ display: flex; align-items: center; justify-content: center;
71
+ }
72
+ .brand .title { font-size: 54px; font-weight: 700; letter-spacing: 1px; }
73
+ .header-actions { display: flex; align-items: center; gap: 28px; }
74
+ .header-actions .action {
75
+ width: 54px; height: 54px; border-radius: 12px; background: rgba(255,255,255,0.25);
76
+ display: flex; align-items: center; justify-content: center;
77
+ }
78
+ .header-actions svg { width: 32px; height: 32px; fill: #fff; }
79
+
80
+ /* Tabs */
81
+ .tabs {
82
+ position: absolute;
83
+ top: 230px;
84
+ left: 0;
85
+ width: 1080px;
86
+ height: 110px;
87
+ background: transparent;
88
+ display: flex;
89
+ align-items: center;
90
+ gap: 80px;
91
+ padding-left: 34px;
92
+ }
93
+ .tab {
94
+ color: #ffffffcc;
95
+ font-size: 42px;
96
+ letter-spacing: 1px;
97
+ position: relative;
98
+ }
99
+ .tab.active { color: #fff; font-weight: 700; }
100
+ .tab.active::after {
101
+ content: "";
102
+ position: absolute;
103
+ bottom: -16px;
104
+ left: 6px;
105
+ width: 110px;
106
+ height: 6px;
107
+ background: #1f65ff;
108
+ border-radius: 6px;
109
+ }
110
+
111
+ /* Search bar */
112
+ .search-wrap {
113
+ position: absolute;
114
+ top: 350px;
115
+ left: 48px;
116
+ width: 984px;
117
+ height: 120px;
118
+ background: #fff;
119
+ border: 2px solid #e6e8ee;
120
+ border-radius: 26px;
121
+ box-shadow: 0 4px 8px rgba(0,0,0,0.06);
122
+ display: flex;
123
+ align-items: center;
124
+ padding: 0 24px;
125
+ gap: 18px;
126
+ }
127
+ .flag-img {
128
+ width: 90px;
129
+ height: 90px;
130
+ border-radius: 50%;
131
+ border: 1px solid #BDBDBD;
132
+ background: #E0E0E0;
133
+ display: flex; align-items: center; justify-content: center;
134
+ font-size: 28px; color: #757575;
135
+ }
136
+ .search-icon { width: 42px; height: 42px; }
137
+ .search-text {
138
+ flex: 1;
139
+ font-size: 52px;
140
+ color: #222;
141
+ }
142
+ .close-btn {
143
+ width: 72px; height: 72px; border-radius: 50%;
144
+ background: #eef0f4;
145
+ display: flex; align-items: center; justify-content: center;
146
+ font-size: 58px; color: #777;
147
+ }
148
+
149
+ /* Overlay for modal */
150
+ .overlay {
151
+ position: absolute;
152
+ left: 0; top: 0;
153
+ width: 1080px; height: 2400px;
154
+ background: rgba(0,0,0,0.35);
155
+ }
156
+
157
+ /* Modal card list */
158
+ .modal-card {
159
+ position: absolute;
160
+ left: 48px;
161
+ top: 540px;
162
+ width: 984px;
163
+ height: 1410px;
164
+ background: #fff;
165
+ border-radius: 12px;
166
+ box-shadow: 0 16px 40px rgba(0,0,0,0.35);
167
+ overflow: hidden;
168
+ }
169
+ .modal-item {
170
+ padding: 44px 36px;
171
+ font-size: 56px;
172
+ color: #111;
173
+ border-bottom: 1px solid #eaeaea;
174
+ }
175
+ .modal-item:first-child {
176
+ font-weight: 700;
177
+ }
178
+
179
+ /* Keyboard mockup */
180
+ .keyboard {
181
+ position: absolute;
182
+ bottom: 0;
183
+ left: 0;
184
+ width: 1080px;
185
+ height: 540px;
186
+ background: #111417;
187
+ border-top-left-radius: 24px;
188
+ border-top-right-radius: 24px;
189
+ }
190
+ .keys {
191
+ position: absolute;
192
+ left: 20px;
193
+ right: 20px;
194
+ top: 70px;
195
+ display: grid;
196
+ grid-template-columns: repeat(10, 1fr);
197
+ grid-gap: 18px;
198
+ }
199
+ .key {
200
+ height: 96px;
201
+ background: #1f2328;
202
+ border-radius: 18px;
203
+ }
204
+ .space-row {
205
+ position: absolute;
206
+ bottom: 60px;
207
+ left: 20px;
208
+ right: 20px;
209
+ display: flex;
210
+ align-items: center;
211
+ gap: 20px;
212
+ }
213
+ .space { flex: 1; height: 100px; background: #1f2328; border-radius: 22px; }
214
+ .search-circle {
215
+ width: 120px; height: 120px; border-radius: 50%;
216
+ background: #2f343c;
217
+ display: flex; align-items: center; justify-content: center;
218
+ }
219
+ .search-circle svg { width: 52px; height: 52px; fill: #cbd3dc; }
220
+ </style>
221
+ </head>
222
+ <body>
223
+ <div id="render-target">
224
+
225
+ <!-- App Header -->
226
+ <div class="app-header">
227
+ <div class="status-row">
228
+ <div>9:02</div>
229
+ <div class="status-right">
230
+ <div class="icon-dot"></div>
231
+ <div class="icon-dot"></div>
232
+ <div class="icon-dot"></div>
233
+ <div class="battery"><div class="level"></div></div>
234
+ </div>
235
+ </div>
236
+
237
+ <div class="brand-row">
238
+ <div class="brand">
239
+ <div class="house">
240
+ <!-- simple home icon -->
241
+ <svg viewBox="0 0 24 24" width="32" height="32">
242
+ <path fill="#fff" d="M12 3l9 8h-3v9H6v-9H3z"></path>
243
+ </svg>
244
+ </div>
245
+ <div class="title">trovit</div>
246
+ </div>
247
+ <div class="header-actions">
248
+ <div class="action">
249
+ <svg viewBox="0 0 24 24"><path d="M10 20l10-8-10-8v16z"/></svg>
250
+ </div>
251
+ <div class="action">
252
+ <svg viewBox="0 0 24 24"><path d="M12 8a4 4 0 110 8 4 4 0 010-8zm9-1l-2-3-3 2-2-1-2-3-2 3-2 1-3-2-2 3 3 2-1 2-3 2 3 2 1 2-3 2 2 3 3-2 2 1 2 3 2-3 2-1 3 2 2-3-3-2 1-2 3-2-3-2 1-2z"/></svg>
253
+ </div>
254
+ </div>
255
+ </div>
256
+ </div>
257
+
258
+ <!-- Tabs -->
259
+ <div class="tabs">
260
+ <div class="tab active">BUY</div>
261
+ <div class="tab">RENT</div>
262
+ </div>
263
+
264
+ <!-- Search bar -->
265
+ <div class="search-wrap">
266
+ <div class="flag-img">[IMG: Flag]</div>
267
+ <svg class="search-icon" viewBox="0 0 24 24">
268
+ <path fill="#5b6b7a" d="M15.5 14h-.79l-.28-.27A6.471 6.471 0 0016 9.5 6.5 6.5 0 109.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79L20 21.5 21.5 20l-6-6zM9.5 14C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/>
269
+ </svg>
270
+ <div class="search-text">Toronto</div>
271
+ <div class="close-btn">×</div>
272
+ </div>
273
+
274
+ <!-- Dark overlay -->
275
+ <div class="overlay"></div>
276
+
277
+ <!-- Modal list -->
278
+ <div class="modal-card">
279
+ <div class="modal-item">No maximum</div>
280
+ <div class="modal-item">$50,000</div>
281
+ <div class="modal-item">$150,000</div>
282
+ <div class="modal-item">$300,000</div>
283
+ <div class="modal-item">$450,000</div>
284
+ <div class="modal-item">$600,000</div>
285
+ <div class="modal-item">$800,000</div>
286
+ <div class="modal-item">$1,500,000</div>
287
+ <div class="modal-item">$2,500,000</div>
288
+ </div>
289
+
290
+ <!-- Keyboard mock -->
291
+ <div class="keyboard">
292
+ <div class="keys">
293
+ <div class="key"></div><div class="key"></div><div class="key"></div><div class="key"></div><div class="key"></div>
294
+ <div class="key"></div><div class="key"></div><div class="key"></div><div class="key"></div><div class="key"></div>
295
+
296
+ <div class="key"></div><div class="key"></div><div class="key"></div><div class="key"></div><div class="key"></div>
297
+ <div class="key"></div><div class="key"></div><div class="key"></div><div class="key"></div><div class="key"></div>
298
+
299
+ <div class="key"></div><div class="key"></div><div class="key"></div><div class="key"></div><div class="key"></div>
300
+ <div class="key"></div><div class="key"></div><div class="key"></div><div class="key"></div><div class="key"></div>
301
+ </div>
302
+ <div class="space-row">
303
+ <div class="space"></div>
304
+ <div class="search-circle">
305
+ <svg viewBox="0 0 24 24"><path d="M15.5 14l5 5-1.5 1.5-5-5v-.79l-.28-.27A6.5 6.5 0 1015.5 14zm-6 0A4.5 4.5 0 119.5 5a4.5 4.5 0 010 9z"/></svg>
306
+ </div>
307
+ </div>
308
+ </div>
309
+
310
+ </div>
311
+ </body>
312
+ </html>