yhzheng1031 commited on
Commit
aa1c0f7
·
verified ·
1 Parent(s): c1919d1

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/12000/12000_3.html +321 -0
  2. code/12000/12000_5.html +202 -0
  3. code/12002/12002_0.html +285 -0
  4. code/12002/12002_10.html +352 -0
  5. code/12002/12002_2.html +371 -0
  6. code/12002/12002_3.html +342 -0
  7. code/12002/12002_4.html +165 -0
  8. code/12002/12002_5.html +202 -0
  9. code/12002/12002_6.html +121 -0
  10. code/12002/12002_7.html +228 -0
  11. code/12002/12002_8.html +214 -0
  12. code/12002/12002_9.html +343 -0
  13. code/12003/12003_0.html +247 -0
  14. code/12003/12003_1.html +339 -0
  15. code/12003/12003_2.html +388 -0
  16. code/12003/12003_3.html +341 -0
  17. code/12003/12003_4.html +348 -0
  18. code/12003/12003_5.html +353 -0
  19. code/12006/12006_0.html +475 -0
  20. code/12006/12006_1.html +348 -0
  21. code/12006/12006_2.html +327 -0
  22. code/12006/12006_3.html +219 -0
  23. code/12006/12006_4.html +308 -0
  24. code/12007/12007_0.html +189 -0
  25. code/12007/12007_1.html +498 -0
  26. code/12007/12007_2.html +432 -0
  27. code/12007/12007_3.html +375 -0
  28. code/12007/12007_4.html +323 -0
  29. code/12007/12007_5.html +425 -0
  30. code/12007/12007_6.html +202 -0
  31. code/12007/12007_7.html +463 -0
  32. code/12012/12012_0.html +202 -0
  33. code/12012/12012_1.html +255 -0
  34. code/12012/12012_2.html +393 -0
  35. code/12016/12016_0.html +464 -0
  36. code/12016/12016_1.html +366 -0
  37. code/12016/12016_2.html +161 -0
  38. code/12017/12017_0.html +305 -0
  39. code/12017/12017_1.html +237 -0
  40. code/1202/1202_0.html +182 -0
  41. code/1202/1202_1.html +303 -0
  42. code/1202/1202_2.html +186 -0
  43. code/1202/1202_3.html +225 -0
  44. code/1202/1202_4.html +302 -0
  45. code/1202/1202_5.html +269 -0
  46. code/12022/12022_0.html +327 -0
  47. code/12022/12022_1.html +193 -0
  48. code/12022/12022_10.html +341 -0
  49. code/12022/12022_2.html +392 -0
  50. code/12022/12022_3.html +269 -0
code/12000/12000_3.html ADDED
@@ -0,0 +1,321 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Mobile UI - Docs</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ position: relative;
9
+ overflow: hidden;
10
+ width: 1080px;
11
+ height: 2400px;
12
+ background: #F7F7F9;
13
+ border-radius: 0;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 140px;
23
+ background: #FFFFFF;
24
+ display: flex;
25
+ align-items: center;
26
+ padding: 0 48px;
27
+ box-sizing: border-box;
28
+ }
29
+ .status-time {
30
+ font-weight: 600;
31
+ font-size: 44px;
32
+ color: #333;
33
+ }
34
+ .sb-icons {
35
+ margin-left: auto;
36
+ display: flex;
37
+ gap: 28px;
38
+ align-items: center;
39
+ }
40
+ .icon-square {
41
+ width: 36px; height: 36px; border-radius: 6px; background: #7A7A7A;
42
+ }
43
+
44
+ /* App header with search */
45
+ .app-header {
46
+ position: absolute;
47
+ top: 140px;
48
+ left: 0;
49
+ width: 1080px;
50
+ height: 160px;
51
+ background: #F3F3F6;
52
+ display: flex;
53
+ align-items: center;
54
+ padding: 0 40px;
55
+ box-sizing: border-box;
56
+ gap: 24px;
57
+ }
58
+ .search-pill {
59
+ flex: 1;
60
+ height: 96px;
61
+ background: #FFFFFF;
62
+ border-radius: 48px;
63
+ box-shadow: 0 2px 6px rgba(0,0,0,0.06);
64
+ display: flex;
65
+ align-items: center;
66
+ padding: 0 36px;
67
+ box-sizing: border-box;
68
+ gap: 28px;
69
+ }
70
+ .icon-hamburger {
71
+ width: 56px; height: 56px;
72
+ display: inline-flex; justify-content: center; align-items: center;
73
+ }
74
+ .icon-hamburger svg { width: 44px; height: 44px; }
75
+ .search-text {
76
+ font-size: 42px; color: #333;
77
+ }
78
+ .folder-icon {
79
+ width: 68px; height: 68px; border-radius: 12px; background: #EDEFF5;
80
+ display: flex; justify-content: center; align-items: center;
81
+ margin-left: 24px;
82
+ }
83
+ .folder-icon svg { width: 46px; height: 46px; fill: #4A4A6A; }
84
+ .avatar {
85
+ width: 92px; height: 92px; border-radius: 46px; background: #2E3A59; color: #fff;
86
+ display: flex; justify-content: center; align-items: center; font-weight: 700; font-size: 42px;
87
+ }
88
+
89
+ /* Content list area */
90
+ .content {
91
+ position: absolute;
92
+ top: 300px;
93
+ left: 0;
94
+ right: 0;
95
+ bottom: 0;
96
+ padding: 40px;
97
+ box-sizing: border-box;
98
+ }
99
+ .section-head {
100
+ display: flex;
101
+ align-items: center;
102
+ gap: 16px;
103
+ color: #30343A;
104
+ font-size: 44px;
105
+ font-weight: 600;
106
+ margin-bottom: 36px;
107
+ }
108
+ .down-icon {
109
+ width: 36px; height: 36px;
110
+ }
111
+ .top-actions {
112
+ margin-left: auto;
113
+ display: flex;
114
+ align-items: center;
115
+ gap: 32px;
116
+ }
117
+ .list-icon svg { width: 44px; height: 44px; fill: #444; }
118
+
119
+ /* Document tile */
120
+ .doc-grid {
121
+ display: grid;
122
+ grid-template-columns: 480px 480px;
123
+ gap: 40px;
124
+ }
125
+ .doc-card {
126
+ width: 540px;
127
+ height: 420px;
128
+ border-radius: 24px;
129
+ background: #FFFFFF;
130
+ box-shadow: 0 4px 8px rgba(0,0,0,0.06);
131
+ padding: 28px;
132
+ box-sizing: border-box;
133
+ position: relative;
134
+ }
135
+ .thumb {
136
+ width: 460px;
137
+ height: 230px;
138
+ background: #E0E0E0;
139
+ border: 1px solid #BDBDBD;
140
+ display: flex; justify-content: center; align-items: center;
141
+ color: #757575; font-size: 32px;
142
+ border-radius: 18px;
143
+ margin-bottom: 24px;
144
+ }
145
+ .doc-footer {
146
+ display: flex; align-items: center; gap: 18px;
147
+ }
148
+ .blue-doc-icon {
149
+ width: 58px; height: 58px; border-radius: 12px; background: #3B6FDB;
150
+ display: flex; justify-content: center; align-items: center;
151
+ }
152
+ .blue-doc-icon svg { width: 38px; height: 38px; fill: #fff; }
153
+ .doc-title {
154
+ font-size: 42px; color: #222; font-weight: 600;
155
+ }
156
+ .dots {
157
+ margin-left: auto;
158
+ width: 42px; height: 42px; display: flex; justify-content: center; align-items: center;
159
+ }
160
+ .dots svg { width: 12px; height: 36px; fill: #666; }
161
+
162
+ /* Dim overlay when FAB menu open */
163
+ .overlay {
164
+ position: absolute;
165
+ left: 0; top: 0;
166
+ width: 1080px; height: 2400px;
167
+ background: rgba(0,0,0,0.42);
168
+ z-index: 1;
169
+ }
170
+
171
+ /* Floating actions */
172
+ .fab-menu {
173
+ position: absolute;
174
+ bottom: 180px;
175
+ right: 60px;
176
+ z-index: 3;
177
+ display: flex;
178
+ flex-direction: column;
179
+ align-items: flex-end;
180
+ gap: 28px;
181
+ }
182
+ .pill-btn {
183
+ display: inline-flex;
184
+ align-items: center;
185
+ gap: 28px;
186
+ height: 96px;
187
+ padding: 0 40px;
188
+ background: #EDE9FF;
189
+ color: #1E1E37;
190
+ font-size: 42px;
191
+ border-radius: 48px;
192
+ box-shadow: 0 10px 24px rgba(0,0,0,0.18);
193
+ }
194
+ .pill-icon {
195
+ width: 72px; height: 72px; border-radius: 16px; background: #FFFFFF;
196
+ display: flex; justify-content: center; align-items: center;
197
+ box-shadow: inset 0 0 0 1px #C7C7E6;
198
+ }
199
+ .pill-icon svg { width: 46px; height: 46px; fill: #4A4A7A; }
200
+
201
+ .close-fab {
202
+ position: absolute;
203
+ bottom: -40px;
204
+ right: 0;
205
+ width: 160px; height: 160px;
206
+ background: #EDE9FF;
207
+ border-radius: 40px;
208
+ display: flex; justify-content: center; align-items: center;
209
+ box-shadow: 0 12px 28px rgba(0,0,0,0.22);
210
+ }
211
+ .close-fab span { font-size: 92px; color: #1E1E37; font-weight: 700; line-height: 1; }
212
+
213
+ </style>
214
+ </head>
215
+ <body>
216
+ <div id="render-target">
217
+
218
+ <!-- Status bar -->
219
+ <div class="status-bar">
220
+ <div class="status-time">8:53</div>
221
+ <div class="sb-icons">
222
+ <div class="icon-square"></div>
223
+ <div class="icon-square"></div>
224
+ <div class="icon-square"></div>
225
+ </div>
226
+ </div>
227
+
228
+ <!-- Search / Header -->
229
+ <div class="app-header">
230
+ <div class="search-pill">
231
+ <div class="icon-hamburger">
232
+ <svg viewBox="0 0 24 24">
233
+ <rect x="2" y="4" width="20" height="2" fill="#333"></rect>
234
+ <rect x="2" y="11" width="20" height="2" fill="#333"></rect>
235
+ <rect x="2" y="18" width="20" height="2" fill="#333"></rect>
236
+ </svg>
237
+ </div>
238
+ <div class="search-text">Search Docs</div>
239
+ </div>
240
+ <div class="folder-icon">
241
+ <svg viewBox="0 0 24 24">
242
+ <path d="M3 6h6l2 2h10v10H3z"></path>
243
+ </svg>
244
+ </div>
245
+ <div class="avatar">C</div>
246
+ </div>
247
+
248
+ <!-- Content -->
249
+ <div class="content">
250
+ <div class="section-head">
251
+ <span>Last opened by me</span>
252
+ <svg class="down-icon" viewBox="0 0 24 24">
253
+ <path d="M7 9l5 6 5-6H7z" fill="#444"></path>
254
+ </svg>
255
+ <div class="top-actions" style="margin-left:auto;">
256
+ <div class="list-icon">
257
+ <svg viewBox="0 0 24 24">
258
+ <rect x="4" y="6" width="16" height="2"></rect>
259
+ <rect x="4" y="11" width="16" height="2"></rect>
260
+ <rect x="4" y="16" width="16" height="2"></rect>
261
+ </svg>
262
+ </div>
263
+ </div>
264
+ </div>
265
+
266
+ <div class="doc-grid">
267
+ <div class="doc-card">
268
+ <div class="thumb">[IMG: Document thumbnail]</div>
269
+ <div class="doc-footer">
270
+ <div class="blue-doc-icon">
271
+ <svg viewBox="0 0 24 24">
272
+ <rect x="6" y="4" width="12" height="16" rx="2"></rect>
273
+ <rect x="8" y="7" width="8" height="2" fill="#fff"></rect>
274
+ <rect x="8" y="11" width="8" height="2" fill="#fff"></rect>
275
+ <rect x="8" y="15" width="8" height="2" fill="#fff"></rect>
276
+ </svg>
277
+ </div>
278
+ <div class="doc-title">Untitled document</div>
279
+ <div class="dots">
280
+ <svg viewBox="0 0 6 18">
281
+ <circle cx="3" cy="3" r="2"></circle>
282
+ <circle cx="3" cy="9" r="2"></circle>
283
+ <circle cx="3" cy="15" r="2"></circle>
284
+ </svg>
285
+ </div>
286
+ </div>
287
+ </div>
288
+ </div>
289
+ </div>
290
+
291
+ <!-- Dark overlay -->
292
+ <div class="overlay"></div>
293
+
294
+ <!-- Floating action menu -->
295
+ <div class="fab-menu">
296
+ <div class="pill-btn">
297
+ <div class="pill-icon">
298
+ <svg viewBox="0 0 24 24">
299
+ <rect x="5" y="5" width="14" height="14" rx="2"></rect>
300
+ <line x1="7" y1="9" x2="17" y2="9" stroke="#4A4A7A" stroke-width="2"></line>
301
+ <line x1="7" y1="13" x2="17" y2="13" stroke="#4A4A7A" stroke-width="2"></line>
302
+ </svg>
303
+ </div>
304
+ <span>Choose template</span>
305
+ </div>
306
+
307
+ <div class="pill-btn">
308
+ <div class="pill-icon">
309
+ <svg viewBox="0 0 24 24">
310
+ <path d="M4 20V6a2 2 0 012-2h8l6 6v10a2 2 0 01-2 2H6a2 2 0 01-2-2z" fill="none" stroke="#4A4A7A" stroke-width="2"></path>
311
+ </svg>
312
+ </div>
313
+ <span>New document</span>
314
+ </div>
315
+
316
+ <div class="close-fab"><span>×</span></div>
317
+ </div>
318
+
319
+ </div>
320
+ </body>
321
+ </html>
code/12000/12000_5.html ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Mobile Note Editor Mock</title>
5
+ <style>
6
+ body { margin:0; padding:0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width:1080px; height:2400px;
9
+ position:relative; overflow:hidden;
10
+ background:#FFFFFF;
11
+ border:1px solid #ddd;
12
+ }
13
+ /* Status bar */
14
+ .status-bar {
15
+ position:absolute; top:0; left:0; width:100%; height:95px;
16
+ background:#fafafa; border-bottom:1px solid #e5e5e5;
17
+ display:flex; align-items:center; padding:0 24px; box-sizing:border-box;
18
+ font-size:34px; color:#333;
19
+ }
20
+ .status-right { margin-left:auto; display:flex; gap:26px; align-items:center; }
21
+ .sb-icon { width:36px; height:36px; border-radius:50%; background:#ddd; }
22
+ /* App bar */
23
+ .app-bar {
24
+ position:absolute; top:95px; left:0; width:100%; height:130px;
25
+ background:#fff; border-bottom:1px solid #e6e6e6;
26
+ display:flex; align-items:center; padding:0 24px; box-sizing:border-box;
27
+ gap:32px;
28
+ }
29
+ .icon-btn {
30
+ width:80px; height:80px; border-radius:18px; background:#f5f5f7;
31
+ display:flex; align-items:center; justify-content:center; border:1px solid #e1e1e1;
32
+ }
33
+ .icon-btn svg { width:40px; height:40px; }
34
+ .content {
35
+ position:absolute; top:225px; left:0; right:0; bottom:980px;
36
+ padding:40px; font-size:44px; line-height:66px; color:#111;
37
+ box-sizing:border-box; background:#fff;
38
+ }
39
+ /* Keyboard */
40
+ .keyboard {
41
+ position:absolute; bottom:0; left:0; width:100%; height:980px;
42
+ background:#F0ECF6; border-top:1px solid #ddd; box-sizing:border-box;
43
+ }
44
+ .kb-format {
45
+ height:140px; display:flex; align-items:center; gap:34px; padding:0 30px;
46
+ color:#333;
47
+ }
48
+ .fmt-btn {
49
+ width:100px; height:76px; border-radius:14px; background:#fff; border:1px solid #ded8ea;
50
+ display:flex; align-items:center; justify-content:center; font-size:42px; font-weight:600;
51
+ }
52
+ .fmt-btn.small { font-size:36px; font-weight:500; }
53
+ .kb-tools {
54
+ height:120px; display:flex; align-items:center; gap:46px; padding:0 36px;
55
+ color:#333;
56
+ }
57
+ .tool-pill {
58
+ height:76px; padding:0 28px; border-radius:20px; background:#fff; border:1px solid #ded8ea;
59
+ display:flex; align-items:center; justify-content:center; font-size:36px; font-weight:600;
60
+ }
61
+ .keys {
62
+ height:580px; padding:20px 26px; box-sizing:border-box;
63
+ }
64
+ .row { display:grid; gap:18px; margin-bottom:22px; }
65
+ .row.row1 { grid-template-columns:repeat(10, 1fr); }
66
+ .row.row2 { grid-template-columns:repeat(9, 1fr); padding:0 50px; }
67
+ .row.row3 { grid-template-columns:120px repeat(7, 1fr) 120px; }
68
+ .key {
69
+ height:110px; background:#fff; border:1px solid #ded8ea; border-radius:26px;
70
+ display:flex; align-items:center; justify-content:center; font-size:52px; color:#222;
71
+ box-shadow:0 2px 0 #e0d9ee inset;
72
+ }
73
+ .bottom-row {
74
+ height:140px; display:flex; align-items:center; gap:22px; padding:0 26px;
75
+ }
76
+ .bottom-row .key { height:120px; font-size:40px; }
77
+ .large { flex:1; }
78
+ .space { flex:1; }
79
+ .nav-pill {
80
+ position:absolute; bottom:20px; left:50%; transform:translateX(-50%);
81
+ width:520px; height:10px; background:#bfbfc7; border-radius:6px;
82
+ }
83
+ /* Simple labels for icons replacing complex shapes */
84
+ .label-icon { font-size:36px; color:#333; }
85
+ </style>
86
+ </head>
87
+ <body>
88
+ <div id="render-target">
89
+
90
+ <!-- Status Bar -->
91
+ <div class="status-bar">
92
+ <div>8:58</div>
93
+ <div class="status-right">
94
+ <div class="sb-icon"></div>
95
+ <div class="sb-icon"></div>
96
+ <div class="sb-icon"></div>
97
+ </div>
98
+ </div>
99
+
100
+ <!-- App Bar with icons -->
101
+ <div class="app-bar">
102
+ <div class="icon-btn">
103
+ <!-- back arrow -->
104
+ <svg viewBox="0 0 24 24"><path d="M10 6 L4 12 L10 18" stroke="#333" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path><path d="M5 12 H20" stroke="#333" stroke-width="2.5" fill="none" stroke-linecap="round"></path></svg>
105
+ </div>
106
+ <div class="icon-btn">
107
+ <!-- undo -->
108
+ <svg viewBox="0 0 24 24"><path d="M7 8 L3 12 L7 16" stroke="#333" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path><path d="M4 12 H14 A6 6 0 1 1 8 6" stroke="#333" stroke-width="2" fill="none"></path></svg>
109
+ </div>
110
+ <div class="icon-btn">
111
+ <!-- redo -->
112
+ <svg viewBox="0 0 24 24"><path d="M17 8 L21 12 L17 16" stroke="#333" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path><path d="M20 12 H10 A6 6 0 1 0 16 6" stroke="#333" stroke-width="2" fill="none"></path></svg>
113
+ </div>
114
+ <div class="icon-btn">
115
+ <!-- A formatting -->
116
+ <svg viewBox="0 0 24 24"><path d="M6 18 H18" stroke="#333" stroke-width="2" fill="none"></path><path d="M12 5 L17 15 H7 L12 5 Z" stroke="#333" stroke-width="2" fill="none"></path></svg>
117
+ </div>
118
+ <div class="icon-btn">
119
+ <!-- plus -->
120
+ <svg viewBox="0 0 24 24"><path d="M12 5 V19 M5 12 H19" stroke="#333" stroke-width="2.5" fill="none" stroke-linecap="round"></path></svg>
121
+ </div>
122
+ <div class="icon-btn">
123
+ <!-- message bubble -->
124
+ <svg viewBox="0 0 24 24"><path d="M4 5 H20 V16 H12 L8 19 V16 H4 Z" stroke="#333" stroke-width="2" fill="none" stroke-linejoin="round"></path></svg>
125
+ </div>
126
+ <div class="icon-btn">
127
+ <!-- kebab -->
128
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="6" r="2.2" fill="#333"></circle><circle cx="12" cy="12" r="2.2" fill="#333"></circle><circle cx="12" cy="18" r="2.2" fill="#333"></circle></svg>
129
+ </div>
130
+ </div>
131
+
132
+ <!-- Content area -->
133
+ <div class="content">
134
+ <p>My most favourite movies are Parasite, Shutter Island, The Shawshank Redemption, The Matrix, Interstellar, etc.</p>
135
+ </div>
136
+
137
+ <!-- Keyboard -->
138
+ <div class="keyboard">
139
+ <!-- formatting row -->
140
+ <div class="kb-format">
141
+ <div class="fmt-btn">B</div>
142
+ <div class="fmt-btn">I</div>
143
+ <div class="fmt-btn">U</div>
144
+ <div class="fmt-btn">A</div>
145
+ <div class="fmt-btn small">
146
+ <!-- pen -->
147
+ <svg viewBox="0 0 24 24"><path d="M4 18 L9 17 L18 8 L16 6 L7 15 Z" stroke="#333" stroke-width="2" fill="none"></path></svg>
148
+ </div>
149
+ <div class="fmt-btn small">
150
+ <!-- align -->
151
+ <svg viewBox="0 0 24 24">
152
+ <path d="M4 6 H20 M4 10 H16 M4 14 H20 M4 18 H12" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round"></path>
153
+ </svg>
154
+ </div>
155
+ <div class="fmt-btn small">
156
+ <!-- bullets -->
157
+ <svg viewBox="0 0 24 24">
158
+ <circle cx="5" cy="7" r="2" fill="#333"></circle>
159
+ <circle cx="5" cy="13" r="2" fill="#333"></circle>
160
+ <circle cx="5" cy="19" r="2" fill="#333"></circle>
161
+ <path d="M10 7 H20 M10 13 H20 M10 19 H20" stroke="#333" stroke-width="2"></path>
162
+ </svg>
163
+ </div>
164
+ </div>
165
+ <!-- tools row -->
166
+ <div class="kb-tools">
167
+ <div class="tool-pill">🙂</div>
168
+ <div class="tool-pill">GIF</div>
169
+ <div class="tool-pill">⚙️</div>
170
+ <div class="tool-pill">Gx</div>
171
+ <div class="tool-pill">🎨</div>
172
+ <div class="tool-pill">🎤</div>
173
+ </div>
174
+ <!-- main keys -->
175
+ <div class="keys">
176
+ <div class="row row1">
177
+ <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>
178
+ </div>
179
+ <div class="row row2">
180
+ <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>
181
+ </div>
182
+ <div class="row row3">
183
+ <div class="key">⇧</div>
184
+ <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>
185
+ <div class="key">⌫</div>
186
+ </div>
187
+ </div>
188
+ <!-- bottom controls -->
189
+ <div class="bottom-row">
190
+ <div class="key" style="width:180px">?123</div>
191
+ <div class="key" style="width:140px">,</div>
192
+ <div class="key" style="width:140px">🙂</div>
193
+ <div class="key space"> </div>
194
+ <div class="key" style="width:140px">.</div>
195
+ <div class="key" style="width:160px">↵</div>
196
+ </div>
197
+ <div class="nav-pill"></div>
198
+ </div>
199
+
200
+ </div>
201
+ </body>
202
+ </html>
code/12002/12002_0.html ADDED
@@ -0,0 +1,285 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Map Search 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
+ font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
14
+ color: #222;
15
+ }
16
+
17
+ /* Status bar */
18
+ .statusbar {
19
+ position: absolute; top: 0; left: 0; right: 0;
20
+ height: 120px;
21
+ padding: 30px 36px;
22
+ display: flex; align-items: center; justify-content: space-between;
23
+ font-size: 40px; color: #444;
24
+ }
25
+ .status-left, .status-right { display: flex; align-items: center; gap: 28px; }
26
+ .status-icon { width: 40px; height: 40px; }
27
+
28
+ /* Header search + list */
29
+ .header {
30
+ position: absolute; top: 120px; left: 0; right: 0;
31
+ height: 160px;
32
+ padding: 24px 36px 20px 36px;
33
+ display: flex; align-items: center; justify-content: space-between;
34
+ }
35
+ .search-pill {
36
+ flex: 1;
37
+ height: 120px;
38
+ border-radius: 60px;
39
+ background: #F4F4F4;
40
+ box-shadow: inset 0 0 0 1px #E0E0E0;
41
+ display: flex; align-items: center;
42
+ padding: 0 36px;
43
+ gap: 24px;
44
+ font-size: 42px; color: #666;
45
+ }
46
+ .search-pill svg { width: 54px; height: 54px; fill: none; stroke: #777; stroke-width: 6; }
47
+ .list-action {
48
+ width: 210px;
49
+ margin-left: 24px;
50
+ height: 120px;
51
+ border-radius: 60px;
52
+ background: #ffffff;
53
+ box-shadow: inset 0 0 0 1px #E5E5E5;
54
+ display: flex; align-items: center; justify-content: center; gap: 18px;
55
+ font-size: 42px; color: #333; font-weight: 600;
56
+ }
57
+ .list-action svg { width: 48px; height: 48px; stroke: #333; stroke-width: 8; }
58
+
59
+ /* Filter chips */
60
+ .chips {
61
+ position: absolute; top: 280px; left: 0; right: 0;
62
+ height: 150px;
63
+ padding: 18px 36px;
64
+ display: flex; align-items: center; gap: 22px;
65
+ overflow: hidden;
66
+ }
67
+ .chip {
68
+ background: #fff;
69
+ border: 1px solid #D9D9D9;
70
+ border-radius: 60px;
71
+ padding: 26px 38px;
72
+ display: flex; align-items: center; gap: 16px;
73
+ font-size: 40px; color: #222; white-space: nowrap;
74
+ box-shadow: 0 2px 0 rgba(0,0,0,0.03);
75
+ }
76
+ .chip svg { width: 44px; height: 44px; stroke: #555; stroke-width: 8; }
77
+
78
+ /* Map placeholder */
79
+ .map {
80
+ position: absolute; top: 430px; left: 0; right: 0;
81
+ height: 1750px;
82
+ background: #E0E0E0;
83
+ border-top: 1px solid #BDBDBD;
84
+ border-bottom: 1px solid #BDBDBD;
85
+ display: flex; align-items: center; justify-content: center;
86
+ color: #757575; font-size: 44px; letter-spacing: 0.5px;
87
+ }
88
+
89
+ /* Floating action buttons */
90
+ .fab-col {
91
+ position: absolute; right: 36px; top: 1320px; /* roughly mid-right */
92
+ display: flex; flex-direction: column; gap: 28px;
93
+ }
94
+ .fab {
95
+ width: 132px; height: 132px;
96
+ border-radius: 50%;
97
+ background: #fff;
98
+ box-shadow: 0 6px 18px rgba(0,0,0,0.18);
99
+ display: flex; align-items: center; justify-content: center;
100
+ }
101
+ .fab svg { width: 60px; height: 60px; stroke: #333; stroke-width: 6; }
102
+ .fab .emoji { font-size: 60px; }
103
+
104
+ /* Save Search pill */
105
+ .save-pill {
106
+ position: absolute; bottom: 270px; left: 50%;
107
+ transform: translateX(-50%);
108
+ background: #fff; color: #111; font-weight: 700;
109
+ font-size: 44px;
110
+ padding: 26px 58px;
111
+ border-radius: 60px;
112
+ box-shadow: 0 10px 24px rgba(0,0,0,0.15);
113
+ border: 1px solid #E5E5E5;
114
+ }
115
+
116
+ /* Bottom nav */
117
+ .bottom-nav {
118
+ position: absolute; bottom: 0; left: 0; right: 0;
119
+ height: 220px; background: #fff;
120
+ border-top: 1px solid #E6E6E6;
121
+ display: flex; align-items: center; justify-content: space-around;
122
+ padding: 18px 0;
123
+ }
124
+ .nav-item {
125
+ width: 20%;
126
+ display: flex; flex-direction: column; align-items: center; justify-content: center;
127
+ gap: 18px; color: #777; font-size: 34px;
128
+ }
129
+ .nav-item svg { width: 64px; height: 64px; stroke: #666; stroke-width: 6; fill: none; }
130
+ .nav-item.active { color: #E53935; font-weight: 700; }
131
+ .nav-item.active svg { stroke: #E53935; }
132
+
133
+ /* Utility */
134
+ .label-strong { font-weight: 600; }
135
+ </style>
136
+ </head>
137
+ <body>
138
+ <div id="render-target">
139
+
140
+ <!-- Status Bar -->
141
+ <div class="statusbar">
142
+ <div class="status-left">
143
+ <div>9:07</div>
144
+ <!-- Sun -->
145
+ <svg class="status-icon" viewBox="0 0 24 24">
146
+ <circle cx="12" cy="12" r="4" fill="#777"/>
147
+ <g stroke="#777" stroke-width="2">
148
+ <line x1="12" y1="1" x2="12" y2="5"/>
149
+ <line x1="12" y1="19" x2="12" y2="23"/>
150
+ <line x1="1" y1="12" x2="5" y2="12"/>
151
+ <line x1="19" y1="12" x2="23" y2="12"/>
152
+ <line x1="4" y1="4" x2="7" y2="7"/>
153
+ <line x1="17" y1="17" x2="20" y2="20"/>
154
+ <line x1="4" y1="20" x2="7" y2="17"/>
155
+ <line x1="17" y1="7" x2="20" y2="4"/>
156
+ </g>
157
+ </svg>
158
+ <!-- Cloud -->
159
+ <svg class="status-icon" viewBox="0 0 24 24">
160
+ <path d="M7 17h10a3 3 0 0 0 0-6h-1a5 5 0 0 0-9-2 4 4 0 0 0 0 8z" fill="#777"/>
161
+ </svg>
162
+ </div>
163
+ <div class="status-right">
164
+ <!-- WiFi -->
165
+ <svg class="status-icon" viewBox="0 0 24 24">
166
+ <g fill="none" stroke="#777" stroke-width="2">
167
+ <path d="M2 8c5-5 13-5 18 0"/>
168
+ <path d="M5 11c3-3 11-3 14 0"/>
169
+ <path d="M8 14c2-2 6-2 8 0"/>
170
+ <circle cx="12" cy="18" r="1.5" fill="#777" stroke="none"/>
171
+ </g>
172
+ </svg>
173
+ <!-- Battery -->
174
+ <svg class="status-icon" viewBox="0 0 28 24">
175
+ <rect x="2" y="6" width="20" height="12" rx="2" ry="2" fill="none" stroke="#777" stroke-width="2"/>
176
+ <rect x="22" y="9" width="4" height="6" rx="1" ry="1" fill="#777"/>
177
+ <rect x="4" y="8" width="16" height="8" fill="#777"/>
178
+ </svg>
179
+ </div>
180
+ </div>
181
+
182
+ <!-- Header with Search and List -->
183
+ <div class="header">
184
+ <div class="search-pill">
185
+ <svg viewBox="0 0 24 24">
186
+ <circle cx="11" cy="11" r="6"></circle>
187
+ <line x1="16" y1="16" x2="22" y2="22"></line>
188
+ </svg>
189
+ <div class="label-strong" style="color:#333;">New York</div>
190
+ </div>
191
+ <div class="list-action">
192
+ <svg viewBox="0 0 24 24">
193
+ <line x1="3" y1="6" x2="21" y2="6"></line>
194
+ <line x1="3" y1="12" x2="21" y2="12"></line>
195
+ <line x1="3" y1="18" x2="21" y2="18"></line>
196
+ </svg>
197
+ <div>List</div>
198
+ </div>
199
+ </div>
200
+
201
+ <!-- Filter chips -->
202
+ <div class="chips">
203
+ <div class="chip">
204
+ <svg viewBox="0 0 24 24">
205
+ <line x1="4" y1="6" x2="20" y2="6"></line>
206
+ <circle cx="9" cy="6" r="2"></circle>
207
+ <line x1="4" y1="12" x2="20" y2="12"></line>
208
+ <circle cx="15" cy="12" r="2"></circle>
209
+ <line x1="4" y1="18" x2="20" y2="18"></line>
210
+ <circle cx="12" cy="18" r="2"></circle>
211
+ </svg>
212
+ <div class="label-strong">Filters</div>
213
+ </div>
214
+ <div class="chip"><div class="label-strong">Price</div></div>
215
+ <div class="chip"><div class="label-strong">Bed / Bath</div></div>
216
+ <div class="chip"><div class="label-strong">Property type</div></div>
217
+ </div>
218
+
219
+ <!-- Map area placeholder -->
220
+ <div class="map">
221
+ [IMG: Google Map with property pins]
222
+ </div>
223
+
224
+ <!-- Floating action buttons -->
225
+ <div class="fab-col">
226
+ <div class="fab">
227
+ <!-- Layers icon -->
228
+ <svg viewBox="0 0 24 24">
229
+ <polygon points="12,3 3,8 12,13 21,8" fill="none"></polygon>
230
+ <polygon points="12,11 3,16 12,21 21,16" fill="none"></polygon>
231
+ </svg>
232
+ </div>
233
+ <div class="fab">
234
+ <span class="emoji">⚙️</span>
235
+ </div>
236
+ <div class="fab">
237
+ <span class="emoji">☝️</span>
238
+ </div>
239
+ </div>
240
+
241
+ <!-- Save Search -->
242
+ <div class="save-pill">Save Search</div>
243
+
244
+ <!-- Bottom Navigation -->
245
+ <div class="bottom-nav">
246
+ <div class="nav-item active">
247
+ <svg viewBox="0 0 24 24">
248
+ <circle cx="11" cy="11" r="7"></circle>
249
+ <line x1="17" y1="17" x2="22" y2="22"></line>
250
+ </svg>
251
+ <div>Search</div>
252
+ </div>
253
+ <div class="nav-item">
254
+ <svg viewBox="0 0 24 24">
255
+ <path d="M12 21c4-2 7-5 7-9a7 7 0 0 0-14 0c0 4 3 7 7 9z"></path>
256
+ </svg>
257
+ <div>My Listings</div>
258
+ </div>
259
+ <div class="nav-item">
260
+ <svg viewBox="0 0 24 24">
261
+ <path d="M12 22a2 2 0 0 0 2-2H10a2 2 0 0 0 2 2z"></path>
262
+ <path d="M18 16V11a6 6 0 1 0-12 0v5"></path>
263
+ </svg>
264
+ <div>Notifications</div>
265
+ </div>
266
+ <div class="nav-item">
267
+ <svg viewBox="0 0 24 24">
268
+ <path d="M3 11l9-7 9 7v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
269
+ <rect x="9" y="13" width="6" height="6"></rect>
270
+ </svg>
271
+ <div>My home</div>
272
+ </div>
273
+ <div class="nav-item">
274
+ <svg viewBox="0 0 24 24">
275
+ <circle cx="5" cy="12" r="2"></circle>
276
+ <circle cx="12" cy="12" r="2"></circle>
277
+ <circle cx="19" cy="12" r="2"></circle>
278
+ </svg>
279
+ <div>More</div>
280
+ </div>
281
+ </div>
282
+
283
+ </div>
284
+ </body>
285
+ </html>
code/12002/12002_10.html ADDED
@@ -0,0 +1,352 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Property History UI</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: #ffffff;
14
+ }
15
+
16
+ .statusbar {
17
+ height: 100px;
18
+ padding: 0 36px;
19
+ display: flex;
20
+ align-items: center;
21
+ justify-content: space-between;
22
+ color: #222;
23
+ font-weight: 600;
24
+ font-size: 36px;
25
+ }
26
+ .status-left, .status-right {
27
+ display: flex;
28
+ align-items: center;
29
+ gap: 22px;
30
+ }
31
+ .icon {
32
+ width: 40px;
33
+ height: 40px;
34
+ }
35
+
36
+ .topbar {
37
+ height: 120px;
38
+ padding: 0 36px;
39
+ display: flex;
40
+ align-items: center;
41
+ justify-content: space-between;
42
+ box-shadow: 0 1px 0 #ececec;
43
+ background: #fff;
44
+ }
45
+ .top-actions {
46
+ display: flex;
47
+ align-items: center;
48
+ gap: 42px;
49
+ }
50
+
51
+ .content {
52
+ padding: 0 48px;
53
+ }
54
+
55
+ .chart-wrap {
56
+ margin-top: 16px;
57
+ width: 984px;
58
+ height: 540px;
59
+ background: #E0E0E0;
60
+ border: 1px solid #BDBDBD;
61
+ display: grid;
62
+ grid-template-columns: 1fr auto;
63
+ grid-template-rows: 1fr;
64
+ }
65
+ .chart-label {
66
+ display: flex;
67
+ align-items: center;
68
+ justify-content: center;
69
+ color: #757575;
70
+ font-size: 34px;
71
+ }
72
+ .y-labels {
73
+ width: 160px;
74
+ padding: 24px 18px;
75
+ display: flex;
76
+ flex-direction: column;
77
+ justify-content: space-between;
78
+ color: #5f5f5f;
79
+ font-size: 32px;
80
+ border-left: 1px solid #BDBDBD;
81
+ background: #f5f5f5;
82
+ }
83
+ .x-axis {
84
+ width: 984px;
85
+ display: flex;
86
+ justify-content: space-between;
87
+ color: #5f5f5f;
88
+ font-size: 32px;
89
+ margin-top: 14px;
90
+ padding: 0 10px;
91
+ }
92
+
93
+ .link {
94
+ margin-top: 36px;
95
+ font-size: 44px;
96
+ font-weight: 700;
97
+ color: #222;
98
+ text-decoration: underline;
99
+ }
100
+
101
+ .paragraph {
102
+ margin-top: 28px;
103
+ color: #6f6f6f;
104
+ font-size: 34px;
105
+ line-height: 52px;
106
+ }
107
+ .paragraph .learn {
108
+ color: #222;
109
+ text-decoration: underline;
110
+ display: inline-block;
111
+ margin-top: 20px;
112
+ }
113
+
114
+ .section-title {
115
+ margin-top: 80px;
116
+ font-size: 72px;
117
+ font-weight: 800;
118
+ color: #2a2a2a;
119
+ }
120
+
121
+ .subheading {
122
+ margin-top: 52px;
123
+ font-size: 44px;
124
+ font-weight: 700;
125
+ color: #333;
126
+ }
127
+
128
+ .muted {
129
+ margin-top: 24px;
130
+ font-size: 36px;
131
+ color: #7a7a7a;
132
+ }
133
+
134
+ .table {
135
+ width: 984px;
136
+ margin-top: 32px;
137
+ border-collapse: collapse;
138
+ font-size: 36px;
139
+ color: #333;
140
+ }
141
+ .table thead th {
142
+ text-align: left;
143
+ color: #9a9a9a;
144
+ font-weight: 600;
145
+ padding: 26px 8px;
146
+ border-bottom: 1px solid #e6e6e6;
147
+ }
148
+ .table tbody td {
149
+ padding: 26px 8px;
150
+ border-bottom: 1px solid #eeeeee;
151
+ }
152
+ .assessment {
153
+ display: inline-flex;
154
+ align-items: center;
155
+ gap: 12px;
156
+ }
157
+ .info-dot {
158
+ width: 40px;
159
+ height: 40px;
160
+ border-radius: 50%;
161
+ border: 2px solid #999;
162
+ color: #777;
163
+ font-size: 28px;
164
+ display: inline-flex;
165
+ align-items: center;
166
+ justify-content: center;
167
+ }
168
+
169
+ .cta-bar {
170
+ position: absolute;
171
+ left: 0; right: 0;
172
+ bottom: 140px;
173
+ padding: 0 48px;
174
+ display: flex;
175
+ justify-content: space-between;
176
+ align-items: center;
177
+ }
178
+ .btn {
179
+ height: 132px;
180
+ border-radius: 80px;
181
+ font-size: 42px;
182
+ font-weight: 700;
183
+ display: flex;
184
+ align-items: center;
185
+ justify-content: center;
186
+ padding: 0 40px;
187
+ }
188
+ .btn-primary {
189
+ width: 480px;
190
+ background: #1c1c1c;
191
+ color: #fff;
192
+ box-shadow: 0 8px 20px rgba(0,0,0,0.12);
193
+ }
194
+ .btn-outline {
195
+ width: 480px;
196
+ background: #fff;
197
+ color: #222;
198
+ border: 3px solid #222;
199
+ }
200
+
201
+ .home-indicator {
202
+ position: absolute;
203
+ bottom: 52px;
204
+ left: 50%;
205
+ transform: translateX(-50%);
206
+ width: 360px;
207
+ height: 14px;
208
+ background: #cfcfcf;
209
+ border-radius: 10px;
210
+ }
211
+ </style>
212
+ </head>
213
+ <body>
214
+ <div id="render-target">
215
+ <!-- Status bar -->
216
+ <div class="statusbar">
217
+ <div class="status-left">
218
+ <div>9:10</div>
219
+ <!-- Simple sun icon -->
220
+ <svg class="icon" viewBox="0 0 24 24">
221
+ <circle cx="12" cy="12" r="5" fill="#555"></circle>
222
+ <g stroke="#555" stroke-width="2">
223
+ <line x1="12" y1="1" x2="12" y2="5"></line>
224
+ <line x1="12" y1="19" x2="12" y2="23"></line>
225
+ <line x1="1" y1="12" x2="5" y2="12"></line>
226
+ <line x1="19" y1="12" x2="23" y2="12"></line>
227
+ <line x1="4" y1="4" x2="6.5" y2="6.5"></line>
228
+ <line x1="17.5" y1="17.5" x2="20" y2="20"></line>
229
+ <line x1="4" y1="20" x2="6.5" y2="17.5"></line>
230
+ <line x1="17.5" y1="6.5" x2="20" y2="4"></line>
231
+ </g>
232
+ </svg>
233
+ <!-- Cloud icon -->
234
+ <svg class="icon" viewBox="0 0 24 24">
235
+ <path d="M8 18h9a4 4 0 0 0 0-8 5 5 0 0 0-9.5-1.5A4.5 4.5 0 0 0 3 13.5 4.5 4.5 0 0 0 8 18z" fill="#666"></path>
236
+ </svg>
237
+ </div>
238
+ <div class="status-right">
239
+ <!-- WiFi -->
240
+ <svg class="icon" viewBox="0 0 24 24">
241
+ <path d="M12 18.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3z" fill="#555"></path>
242
+ <path d="M3 11c5-5 13-5 18 0" stroke="#555" stroke-width="2" fill="none"></path>
243
+ <path d="M6 14c3.5-3.5 8.5-3.5 12 0" stroke="#555" stroke-width="2" fill="none"></path>
244
+ <path d="M9 16.5c2-2 4.9-2 6.9 0" stroke="#555" stroke-width="2" fill="none"></path>
245
+ </svg>
246
+ <!-- Battery -->
247
+ <svg class="icon" viewBox="0 0 28 24">
248
+ <rect x="2" y="5" width="20" height="14" rx="2" ry="2" stroke="#555" fill="none" stroke-width="2"></rect>
249
+ <rect x="4" y="7" width="14" height="10" fill="#555"></rect>
250
+ <rect x="22" y="9" width="4" height="6" rx="1" fill="#555"></rect>
251
+ </svg>
252
+ </div>
253
+ </div>
254
+
255
+ <!-- Top navigation bar -->
256
+ <div class="topbar">
257
+ <!-- Back arrow -->
258
+ <svg class="icon" viewBox="0 0 24 24">
259
+ <path d="M15 5l-7 7 7 7" stroke="#111" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
260
+ </svg>
261
+ <div class="top-actions">
262
+ <!-- Heart outline -->
263
+ <svg class="icon" viewBox="0 0 24 24">
264
+ <path d="M12 20s-7-4.5-7-9.5A4.5 4.5 0 0 1 9.5 6c1.4 0 2.5.7 3.5 1.8C14 6.7 15.1 6 16.5 6A4.5 4.5 0 0 1 19 10.5C19 15.5 12 20 12 20z" fill="none" stroke="#111" stroke-width="2"></path>
265
+ </svg>
266
+ <!-- Share icon -->
267
+ <svg class="icon" viewBox="0 0 24 24">
268
+ <circle cx="6" cy="12" r="3" fill="#111"></circle>
269
+ <circle cx="18" cy="6" r="3" fill="#111"></circle>
270
+ <circle cx="18" cy="18" r="3" fill="#111"></circle>
271
+ <path d="M8.7 10.9L15.3 7.4M8.7 13.1L15.3 16.6" stroke="#111" stroke-width="2" fill="none"></path>
272
+ </svg>
273
+ <!-- Bell with slash -->
274
+ <svg class="icon" viewBox="0 0 24 24">
275
+ <path d="M12 22a2 2 0 0 0 2-2H10a2 2 0 0 0 2 2z" fill="#111"></path>
276
+ <path d="M18 16H6c0-4 2-7 6-7s6 3 6 7z" fill="none" stroke="#111" stroke-width="2"></path>
277
+ <path d="M4 4l16 16" stroke="#111" stroke-width="2"></path>
278
+ </svg>
279
+ <!-- More (vertical dots) -->
280
+ <svg class="icon" viewBox="0 0 24 24">
281
+ <circle cx="12" cy="5" r="2.2" fill="#111"></circle>
282
+ <circle cx="12" cy="12" r="2.2" fill="#111"></circle>
283
+ <circle cx="12" cy="19" r="2.2" fill="#111"></circle>
284
+ </svg>
285
+ </div>
286
+ </div>
287
+
288
+ <div class="content">
289
+ <!-- Chart placeholder with y-axis labels -->
290
+ <div class="chart-wrap">
291
+ <div class="chart-label">[IMG: Valuation Line Chart]</div>
292
+ <div class="y-labels">
293
+ <div>$232K</div>
294
+ <div>$181K</div>
295
+ <div>$130K</div>
296
+ </div>
297
+ </div>
298
+ <div class="x-axis">
299
+ <span>2020</span>
300
+ <span>2021</span>
301
+ <span>2022</span>
302
+ <span>2023</span>
303
+ <span>2024</span>
304
+ </div>
305
+
306
+ <div class="link">Show chart summary</div>
307
+
308
+ <div class="paragraph">
309
+ Our home valuations come from independent, automated valuation model (AVM) providers, whose solutions are used by many financial institutions, insurance companies, and real estate agents. Each AVM provider applies a unique approach and methodology resulting in a range of values that consumers can use as a starting point for discussions with a real estate agent.
310
+ <span class="learn">Learn more</span>
311
+ </div>
312
+
313
+ <div class="section-title">Property History</div>
314
+
315
+ <div class="subheading">Price History</div>
316
+ <div class="muted">Property price history information not provided.</div>
317
+
318
+ <div class="subheading" style="margin-top: 64px;">Tax History</div>
319
+ <table class="table">
320
+ <thead>
321
+ <tr>
322
+ <th style="width:180px;">Year</th>
323
+ <th style="width:520px;">Taxes (change)</th>
324
+ <th style="width:284px;">Assessment</th>
325
+ </tr>
326
+ </thead>
327
+ <tbody>
328
+ <tr>
329
+ <td>2022</td>
330
+ <td>$1,313 (+$32)</td>
331
+ <td class="assessment">$174,000 <span class="info-dot">i</span></td>
332
+ </tr>
333
+ <tr>
334
+ <td>2021</td>
335
+ <td>$1,281 (-$160)</td>
336
+ <td class="assessment">$174,000 <span class="info-dot">i</span></td>
337
+ </tr>
338
+ </tbody>
339
+ </table>
340
+ </div>
341
+
342
+ <!-- CTA buttons -->
343
+ <div class="cta-bar">
344
+ <div class="btn btn-primary">Contact agent</div>
345
+ <div class="btn btn-outline">Text</div>
346
+ </div>
347
+
348
+ <!-- Home indicator -->
349
+ <div class="home-indicator"></div>
350
+ </div>
351
+ </body>
352
+ </html>
code/12002/12002_2.html ADDED
@@ -0,0 +1,371 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Property Listings 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: #FFFFFF;
15
+ border-radius: 24px;
16
+ box-shadow: 0 4px 16px rgba(0,0,0,0.15);
17
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
18
+ color: #222;
19
+ }
20
+ .screen {
21
+ position: absolute;
22
+ inset: 0;
23
+ overflow-y: auto;
24
+ padding-bottom: 170px; /* space for bottom nav */
25
+ }
26
+ .status-bar {
27
+ height: 90px;
28
+ display: flex;
29
+ align-items: center;
30
+ justify-content: space-between;
31
+ padding: 0 40px;
32
+ color: #444;
33
+ font-weight: 600;
34
+ }
35
+ .status-right { display: flex; align-items: center; gap: 24px; }
36
+ .section { padding: 0 40px; }
37
+ .search-row {
38
+ display: flex;
39
+ align-items: center;
40
+ gap: 24px;
41
+ margin-bottom: 24px;
42
+ }
43
+ .search-input {
44
+ flex: 1;
45
+ height: 120px;
46
+ border-radius: 60px;
47
+ background: #F5F5F7;
48
+ display: flex;
49
+ align-items: center;
50
+ padding: 0 36px;
51
+ font-size: 40px;
52
+ color: #666;
53
+ }
54
+ .search-input svg { width: 48px; height: 48px; margin-right: 24px; }
55
+ .map-btn {
56
+ display: flex;
57
+ align-items: center;
58
+ gap: 16px;
59
+ padding: 0 34px;
60
+ height: 120px;
61
+ border-radius: 60px;
62
+ border: 2px solid #DDD;
63
+ font-size: 40px;
64
+ color: #333;
65
+ background: #fff;
66
+ white-space: nowrap;
67
+ }
68
+ .chip-row {
69
+ display: flex;
70
+ gap: 16px;
71
+ flex-wrap: nowrap;
72
+ overflow-x: auto;
73
+ padding-bottom: 8px;
74
+ margin-bottom: 24px;
75
+ }
76
+ .chip {
77
+ display: inline-flex;
78
+ align-items: center;
79
+ gap: 18px;
80
+ padding: 26px 36px;
81
+ border: 2px solid #D7D7D7;
82
+ border-radius: 40px;
83
+ font-size: 36px;
84
+ color: #333;
85
+ background: #fff;
86
+ white-space: nowrap;
87
+ }
88
+ .results-row {
89
+ display: flex;
90
+ align-items: center;
91
+ justify-content: space-between;
92
+ font-size: 36px;
93
+ color: #555;
94
+ padding: 12px 0 20px;
95
+ }
96
+ .results-row .strong { color: #222; font-weight: 600; }
97
+ .sort { display: inline-flex; align-items: center; gap: 12px; font-weight: 600; color: #222; }
98
+ .divider { height: 2px; background: #EEE; margin: 8px -40px 24px; }
99
+ /* Card */
100
+ .card {
101
+ margin: 0 0 40px;
102
+ }
103
+ .broker {
104
+ font-size: 30px;
105
+ color: #888;
106
+ margin-bottom: 18px;
107
+ }
108
+ .photo {
109
+ position: relative;
110
+ width: 100%;
111
+ height: 620px;
112
+ border-radius: 36px;
113
+ overflow: hidden;
114
+ background: #E0E0E0;
115
+ border: 1px solid #BDBDBD;
116
+ display: flex;
117
+ align-items: center;
118
+ justify-content: center;
119
+ color: #757575;
120
+ font-size: 40px;
121
+ letter-spacing: 0.2px;
122
+ }
123
+ .badge {
124
+ position: absolute;
125
+ left: 20px;
126
+ top: 20px;
127
+ background: #2166F3;
128
+ color: #fff;
129
+ padding: 18px 26px;
130
+ border-radius: 30px;
131
+ font-size: 32px;
132
+ font-weight: 700;
133
+ box-shadow: 0 4px 10px rgba(33,102,243,0.4);
134
+ }
135
+ .fav-btn {
136
+ position: absolute;
137
+ right: 24px;
138
+ bottom: 24px;
139
+ width: 100px;
140
+ height: 100px;
141
+ border-radius: 50%;
142
+ background: #fff;
143
+ border: 2px solid #D7D7D7;
144
+ display: flex;
145
+ align-items: center;
146
+ justify-content: center;
147
+ }
148
+ .meta-row {
149
+ display: flex;
150
+ align-items: center;
151
+ gap: 14px;
152
+ margin-top: 22px;
153
+ font-size: 34px;
154
+ color: #444;
155
+ }
156
+ .dot {
157
+ width: 22px;
158
+ height: 22px;
159
+ border-radius: 50%;
160
+ background: #1DBA52;
161
+ }
162
+ .price {
163
+ font-size: 64px;
164
+ font-weight: 800;
165
+ margin: 10px 0 10px;
166
+ }
167
+ .details {
168
+ font-size: 36px;
169
+ color: #666;
170
+ }
171
+ .address {
172
+ margin-top: 24px;
173
+ font-size: 36px;
174
+ color: #666;
175
+ line-height: 1.4;
176
+ }
177
+ .agent-row {
178
+ display: flex;
179
+ justify-content: flex-end;
180
+ margin-top: 24px;
181
+ }
182
+ .agent-btn {
183
+ padding: 26px 40px;
184
+ border-radius: 40px;
185
+ border: 3px solid #222;
186
+ font-size: 40px;
187
+ font-weight: 700;
188
+ background: #fff;
189
+ color: #222;
190
+ }
191
+ /* Bottom nav */
192
+ .bottom-nav {
193
+ position: absolute;
194
+ left: 0; right: 0; bottom: 0;
195
+ height: 170px;
196
+ background: #fff;
197
+ border-top: 1px solid #E6E6E6;
198
+ box-shadow: 0 -4px 12px rgba(0,0,0,0.06);
199
+ display: flex;
200
+ align-items: center;
201
+ justify-content: space-around;
202
+ padding: 12px 0;
203
+ }
204
+ .nav-item {
205
+ display: flex;
206
+ align-items: center;
207
+ flex-direction: column;
208
+ gap: 12px;
209
+ color: #777;
210
+ font-size: 28px;
211
+ }
212
+ .nav-item.active { color: #E53935; }
213
+ .nav-icon { width: 60px; height: 60px; }
214
+ </style>
215
+ </head>
216
+ <body>
217
+ <div id="render-target">
218
+ <div class="screen">
219
+ <!-- Status bar -->
220
+ <div class="status-bar">
221
+ <div style="display:flex; align-items:center; gap:18px;">
222
+ <div style="font-size:40px;">9:09</div>
223
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#888" xmlns="http://www.w3.org/2000/svg">
224
+ <circle cx="12" cy="12" r="5"/>
225
+ </svg>
226
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none" stroke="#888" stroke-width="2" xmlns="http://www.w3.org/2000/svg">
227
+ <path d="M3 15c2-3 7-3 9 0h7"/>
228
+ <circle cx="18" cy="15" r="3" fill="#888"/>
229
+ </svg>
230
+ </div>
231
+ <div class="status-right">
232
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none" stroke="#777" stroke-width="2" xmlns="http://www.w3.org/2000/svg">
233
+ <path d="M3 16l7-7 7 7"/>
234
+ </svg>
235
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#777" xmlns="http://www.w3.org/2000/svg">
236
+ <rect x="6" y="4" width="12" height="16" rx="2"/>
237
+ <rect x="10" y="2" width="4" height="2"/>
238
+ </svg>
239
+ </div>
240
+ </div>
241
+
242
+ <!-- Search & Map -->
243
+ <div class="section">
244
+ <div class="search-row">
245
+ <div class="search-input">
246
+ <svg viewBox="0 0 24 24" fill="none" stroke="#666" stroke-width="2" xmlns="http://www.w3.org/2000/svg">
247
+ <circle cx="11" cy="11" r="7"></circle>
248
+ <path d="M20 20l-4-4"></path>
249
+ </svg>
250
+ <span>New York</span>
251
+ </div>
252
+ <div class="map-btn">
253
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#333" stroke-width="2" xmlns="http://www.w3.org/2000/svg">
254
+ <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"/>
255
+ <circle cx="12" cy="9" r="2"/>
256
+ </svg>
257
+ <span>Map</span>
258
+ </div>
259
+ </div>
260
+
261
+ <!-- Filter chips -->
262
+ <div class="chip-row">
263
+ <div class="chip">
264
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="#555" stroke-width="2" xmlns="http://www.w3.org/2000/svg">
265
+ <path d="M4 6h16M7 12h10M10 18h4"/>
266
+ </svg>
267
+ <span>Filters</span>
268
+ </div>
269
+ <div class="chip">Price</div>
270
+ <div class="chip">Bed / Bath</div>
271
+ <div class="chip">Property type</div>
272
+ </div>
273
+
274
+ <!-- Results and sorting -->
275
+ <div class="results-row">
276
+ <div>71234 results</div>
277
+ <div class="sort">Relevance
278
+ <svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="#222" stroke-width="2" xmlns="http://www.w3.org/2000/svg">
279
+ <path d="M6 9l6 6 6-6"/>
280
+ </svg>
281
+ </div>
282
+ <div class="strong">Save Search</div>
283
+ </div>
284
+ </div>
285
+ <div class="divider"></div>
286
+
287
+ <!-- Card 1 -->
288
+ <div class="section card">
289
+ <div class="broker">Brokered by Coldwell Banker Prime Prop. Jaymie Denny</div>
290
+ <div class="photo">
291
+ [IMG: Colorful townhouse exterior]
292
+ <div class="badge">New - 1 minute ago</div>
293
+ <div class="fav-btn">
294
+ <svg width="52" height="52" viewBox="0 0 24 24" fill="none" stroke="#222" stroke-width="2" xmlns="http://www.w3.org/2000/svg">
295
+ <path d="M12 21s-6-4.35-8.5-7.1C1 9.6 3.4 6 7 6c2 0 3.3 1 5 3 1.7-2 3-3 5-3 3.6 0 6 3.6 3.5 7.9C18 16.65 12 21 12 21z"/>
296
+ </svg>
297
+ </div>
298
+ </div>
299
+ <div class="meta-row">
300
+ <div class="dot"></div>
301
+ <div>For sale</div>
302
+ </div>
303
+ <div class="price">$175,000</div>
304
+ <div class="details">3 bd · 2 ba · 2,970 sqft · 1,307 sqft lot</div>
305
+ <div class="address">50 Myrtle Ave<br>Albany, NY 12202</div>
306
+ <div class="agent-row">
307
+ <div class="agent-btn">Contact agent</div>
308
+ </div>
309
+ </div>
310
+
311
+ <!-- Card 2 -->
312
+ <div class="section card">
313
+ <div class="broker">Brokered by Momentum Real Estate Llc Jian Yin Zhong</div>
314
+ <div class="photo" style="height: 560px;">
315
+ [IMG: Brick house with arched windows]
316
+ <div class="badge">New - 1 minute ago</div>
317
+ <div class="fav-btn">
318
+ <svg width="52" height="52" viewBox="0 0 24 24" fill="none" stroke="#222" stroke-width="2" xmlns="http://www.w3.org/2000/svg">
319
+ <path d="M12 21s-6-4.35-8.5-7.1C1 9.6 3.4 6 7 6c2 0 3.3 1 5 3 1.7-2 3-3 5-3 3.6 0 6 3.6 3.5 7.9C18 16.65 12 21 12 21z"/>
320
+ </svg>
321
+ </div>
322
+ </div>
323
+ <div class="meta-row">
324
+ <div class="dot"></div>
325
+ <div>For sale</div>
326
+ </div>
327
+ <div class="price">$998,000</div>
328
+ <div class="details">4 bd · 3 ba · 3,200 sqft · 5,000 sqft lot</div>
329
+ <div class="address">123 Example Rd<br>Brooklyn, NY 11223</div>
330
+ </div>
331
+ </div>
332
+
333
+ <!-- Bottom navigation -->
334
+ <div class="bottom-nav">
335
+ <div class="nav-item active">
336
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="none" stroke="#E53935" stroke-width="2" xmlns="http://www.w3.org/2000/svg">
337
+ <circle cx="11" cy="11" r="7"></circle>
338
+ <path d="M20 20l-4-4"></path>
339
+ </svg>
340
+ <div>Search</div>
341
+ </div>
342
+ <div class="nav-item">
343
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="none" stroke="#777" stroke-width="2" xmlns="http://www.w3.org/2000/svg">
344
+ <path d="M12 21s-6-4.35-8.5-7.1C1 9.6 3.4 6 7 6c2 0 3.3 1 5 3 1.7-2 3-3 5-3 3.6 0 6 3.6 3.5 7.9C18 16.65 12 21 12 21z"/>
345
+ </svg>
346
+ <div>My Listings</div>
347
+ </div>
348
+ <div class="nav-item">
349
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="none" stroke="#777" stroke-width="2" xmlns="http://www.w3.org/2000/svg">
350
+ <path d="M12 22c1.1 0 2-.9 2-2H10c0 1.1.9 2 2 2z"/>
351
+ <path d="M18 16V9a6 6 0 10-12 0v7l-2 2h16l-2-2z"/>
352
+ </svg>
353
+ <div>Notifications</div>
354
+ </div>
355
+ <div class="nav-item">
356
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="none" stroke="#777" stroke-width="2" xmlns="http://www.w3.org/2000/svg">
357
+ <path d="M3 10l9-7 9 7v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V10z"/>
358
+ <path d="M9 22V12h6v10"/>
359
+ </svg>
360
+ <div>My home</div>
361
+ </div>
362
+ <div class="nav-item">
363
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="#777" xmlns="http://www.w3.org/2000/svg">
364
+ <circle cx="5" cy="12" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="19" cy="12" r="2"/>
365
+ </svg>
366
+ <div>More</div>
367
+ </div>
368
+ </div>
369
+ </div>
370
+ </body>
371
+ </html>
code/12002/12002_3.html ADDED
@@ -0,0 +1,342 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Property Listing UI Mock</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: #FFFFFF;
15
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
16
+ color:#222;
17
+ }
18
+
19
+ /* Top hero area */
20
+ .hero {
21
+ position: relative;
22
+ width: 100%;
23
+ height: 720px;
24
+ }
25
+ .img-placeholder {
26
+ width: 100%;
27
+ height: 100%;
28
+ background: #E0E0E0;
29
+ border-bottom: 1px solid #BDBDBD;
30
+ color:#757575;
31
+ display:flex;
32
+ align-items:center;
33
+ justify-content:center;
34
+ font-size: 34px;
35
+ letter-spacing: 0.2px;
36
+ }
37
+
38
+ /* Status/time */
39
+ .status {
40
+ position: absolute;
41
+ top: 24px;
42
+ left: 28px;
43
+ display:flex;
44
+ align-items:center;
45
+ gap: 18px;
46
+ color:#fff;
47
+ font-weight: 600;
48
+ font-size: 34px;
49
+ text-shadow: 0 1px 2px rgba(0,0,0,0.35);
50
+ }
51
+ .status .mini {
52
+ width: 26px; height: 26px; border-radius: 13px; background: rgba(255,255,255,0.9);
53
+ }
54
+
55
+ .circle-row {
56
+ position: absolute;
57
+ top: 110px;
58
+ right: 42px;
59
+ display: flex;
60
+ gap: 26px;
61
+ }
62
+ .circle-btn, .circle-btn-left {
63
+ width: 112px; height: 112px;
64
+ border-radius: 56px;
65
+ background:#fff;
66
+ display:flex; align-items:center; justify-content:center;
67
+ box-shadow: 0 6px 16px rgba(0,0,0,0.18);
68
+ }
69
+ .circle-btn-left {
70
+ position: absolute;
71
+ left: 32px;
72
+ top: 120px;
73
+ }
74
+ .circle-btn svg, .circle-btn-left svg { width: 54px; height: 54px; }
75
+
76
+ /* Overlays */
77
+ .badge {
78
+ position: absolute;
79
+ left: 38px;
80
+ bottom: 110px;
81
+ background:#2F6BEF;
82
+ color:#fff;
83
+ font-weight: 700;
84
+ font-size: 36px;
85
+ padding: 20px 34px;
86
+ border-radius: 40px;
87
+ box-shadow: 0 6px 14px rgba(47,107,239,0.45);
88
+ }
89
+ .counter {
90
+ position: absolute;
91
+ right: 40px;
92
+ bottom: 110px;
93
+ background: rgba(0,0,0,0.65);
94
+ color:#fff;
95
+ font-weight: 700;
96
+ font-size: 34px;
97
+ padding: 18px 28px;
98
+ border-radius: 34px;
99
+ }
100
+
101
+ /* Agent strip */
102
+ .agent-bar {
103
+ width: 100%;
104
+ background:#2E2E2E;
105
+ color:#EDEDED;
106
+ padding: 22px 36px;
107
+ font-size: 34px;
108
+ }
109
+ .agent-bar .strong { font-weight: 800; }
110
+
111
+ /* Photo category chips */
112
+ .chips {
113
+ padding: 28px 32px 10px;
114
+ display:flex;
115
+ gap: 28px;
116
+ }
117
+ .chip {
118
+ width: 320px; height: 170px;
119
+ border-radius: 28px;
120
+ background: linear-gradient(#ffffff, #f0f0f0);
121
+ border: 1px solid #e6e6e6;
122
+ box-shadow: 0 8px 16px rgba(0,0,0,0.06);
123
+ position: relative;
124
+ overflow:hidden;
125
+ }
126
+ .chip .label {
127
+ position: absolute;
128
+ bottom: 10px; left: 0; right: 0;
129
+ text-align:center;
130
+ color:#666;
131
+ font-weight: 700;
132
+ font-size: 34px;
133
+ padding-bottom: 6px;
134
+ background: linear-gradient(to top, rgba(0,0,0,0.10), rgba(0,0,0,0));
135
+ -webkit-text-stroke: 0 transparent;
136
+ }
137
+
138
+ .content {
139
+ padding: 28px 42px 0;
140
+ }
141
+ .for-sale {
142
+ display:flex; align-items:center; gap: 16px;
143
+ font-size: 40px; font-weight: 700;
144
+ color:#2a2a2a;
145
+ }
146
+ .dot {
147
+ width: 22px; height:22px; border-radius: 50%;
148
+ background:#19C25D;
149
+ }
150
+ .price {
151
+ font-weight: 900;
152
+ font-size: 128px;
153
+ letter-spacing: -1px;
154
+ margin: 12px 0 8px;
155
+ color:#222;
156
+ }
157
+ .meta {
158
+ font-size: 40px; color:#3a3a3a;
159
+ margin-top: 12px;
160
+ }
161
+ .meta b { font-weight: 800; }
162
+ .address {
163
+ margin-top: 12px;
164
+ font-size: 36px; color:#7a7a7a;
165
+ }
166
+
167
+ .divider {
168
+ margin: 52px 0 34px;
169
+ height: 1px; background:#EFEFEF;
170
+ }
171
+
172
+ .features {
173
+ display:grid;
174
+ grid-template-columns: 1fr 1fr;
175
+ column-gap: 80px;
176
+ row-gap: 54px;
177
+ padding-right: 40px;
178
+ }
179
+ .feature {
180
+ display:flex; gap: 26px; align-items:flex-start;
181
+ }
182
+ .icon-box {
183
+ width: 82px; height: 82px; border-radius: 20px;
184
+ background:#F7F7F7; border:1px solid #E7E7E7;
185
+ display:flex; align-items:center; justify-content:center;
186
+ }
187
+ .feature-title {
188
+ font-size: 46px; font-weight: 800; color:#222;
189
+ line-height: 1.12;
190
+ }
191
+ .feature-sub {
192
+ font-size: 32px; color:#9c9c9c; margin-top: 6px;
193
+ }
194
+
195
+ /* Bottom home indicator */
196
+ .home-indicator {
197
+ position: absolute;
198
+ bottom: 24px; left: 50%; transform: translateX(-50%);
199
+ width: 320px; height: 12px; border-radius: 8px; background:#CFCFCF;
200
+ }
201
+ </style>
202
+ </head>
203
+ <body>
204
+ <div id="render-target">
205
+
206
+ <div class="hero">
207
+ <div class="img-placeholder">[IMG: Colorful row house exterior]</div>
208
+
209
+ <div class="status">
210
+ <div>9:09</div>
211
+ <div class="mini"></div>
212
+ <div class="mini"></div>
213
+ </div>
214
+
215
+ <div class="circle-btn-left" aria-label="Back">
216
+ <svg viewBox="0 0 64 64" fill="none" stroke="#151515" stroke-width="6" stroke-linecap="round" stroke-linejoin="round">
217
+ <path d="M36 14 L20 32 L36 50"></path>
218
+ </svg>
219
+ </div>
220
+
221
+ <div class="circle-row">
222
+ <div class="circle-btn" aria-label="Favorite">
223
+ <svg viewBox="0 0 64 64" fill="#E53935">
224
+ <path d="M32 54c-1 0-2-.3-2.8-1L16 40c-5-5-5-13 0-18s13-5 18 0c5-5 13-5 18 0s5 13 0 18L34.8 53c-.8.7-1.8 1-2.8 1z"></path>
225
+ </svg>
226
+ </div>
227
+ <div class="circle-btn" aria-label="Share">
228
+ <svg viewBox="0 0 64 64" fill="none" stroke="#222" stroke-width="4" stroke-linecap="round">
229
+ <circle cx="46" cy="14" r="6" fill="#fff"></circle>
230
+ <circle cx="18" cy="32" r="6" fill="#fff"></circle>
231
+ <circle cx="46" cy="50" r="6" fill="#fff"></circle>
232
+ <path d="M24 30 L40 18"></path>
233
+ <path d="M24 34 L40 46"></path>
234
+ </svg>
235
+ </div>
236
+ <div class="circle-btn" aria-label="Mute">
237
+ <svg viewBox="0 0 64 64" fill="none" stroke="#222" stroke-width="4" stroke-linecap="round" stroke-linejoin="round">
238
+ <path d="M28 16 L18 24 H10 V40 H18 L28 48 Z"></path>
239
+ <path d="M44 20 C48 28 48 36 44 44"></path>
240
+ <path d="M12 12 L52 52"></path>
241
+ </svg>
242
+ </div>
243
+ <div class="circle-btn" aria-label="More">
244
+ <svg viewBox="0 0 64 64" fill="#222">
245
+ <circle cx="16" cy="32" r="6"></circle>
246
+ <circle cx="32" cy="32" r="6"></circle>
247
+ <circle cx="48" cy="32" r="6"></circle>
248
+ </svg>
249
+ </div>
250
+ </div>
251
+
252
+ <div class="badge">New - 2 mins ago</div>
253
+ <div class="counter">1 / 32</div>
254
+ </div>
255
+
256
+ <div class="agent-bar">
257
+ By <span class="strong">Jaymie Denny</span> with <span class="strong">Coldwell Banker Prime Prop.</span>
258
+ </div>
259
+
260
+ <div class="chips">
261
+ <div class="chip"><div class="label">Living Room (6)</div></div>
262
+ <div class="chip"><div class="label">Exterior (6)</div></div>
263
+ <div class="chip"><div class="label">Bedroom (5)</div></div>
264
+ </div>
265
+
266
+ <div class="content">
267
+ <div class="for-sale"><span class="dot"></span><span>For Sale</span></div>
268
+ <div class="price">$175,000</div>
269
+
270
+ <div class="meta">
271
+ 3 beds · 2 baths · <b>2,970</b> sqft · <b>1,307</b> sqft lot
272
+ </div>
273
+ <div class="address">50 Myrtle Ave, Albany, NY 12202</div>
274
+
275
+ <div class="divider"></div>
276
+
277
+ <div class="features">
278
+ <div class="feature">
279
+ <div class="icon-box">
280
+ <svg viewBox="0 0 64 64" width="44" height="44" fill="none" stroke="#222" stroke-width="3" stroke-linejoin="round">
281
+ <path d="M10 30 L32 14 L54 30 V54 H10 Z"></path>
282
+ <path d="M22 54 V36 H30 V54"></path>
283
+ <path d="M38 40 H46 V54 H38 Z"></path>
284
+ </svg>
285
+ </div>
286
+ <div>
287
+ <div class="feature-title">Multi family</div>
288
+ <div class="feature-sub">Property type</div>
289
+ </div>
290
+ </div>
291
+
292
+ <div class="feature">
293
+ <div class="icon-box">
294
+ <svg viewBox="0 0 64 64" width="44" height="44" fill="none" stroke="#222" stroke-width="3" stroke-linecap="round" stroke-linejoin="round">
295
+ <path d="M22 44 L42 20"></path>
296
+ <path d="M40 18 L48 26"></path>
297
+ <path d="M16 44 H36"></path>
298
+ </svg>
299
+ </div>
300
+ <div>
301
+ <div class="feature-title">Built in 1850</div>
302
+ <div class="feature-sub">Year built</div>
303
+ </div>
304
+ </div>
305
+
306
+ <div class="feature">
307
+ <div class="icon-box">
308
+ <svg viewBox="0 0 64 64" width="44" height="44" fill="none" stroke="#222" stroke-width="3" stroke-linejoin="round">
309
+ <rect x="12" y="18" width="40" height="32" rx="4"></rect>
310
+ <path d="M12 26 H52"></path>
311
+ <path d="M22 14 V22"></path>
312
+ <path d="M42 14 V22"></path>
313
+ </svg>
314
+ </div>
315
+ <div>
316
+ <div class="feature-title">2 mins</div>
317
+ <div class="feature-sub">Time on market</div>
318
+ </div>
319
+ </div>
320
+
321
+ <div class="feature">
322
+ <div class="icon-box">
323
+ <svg viewBox="0 0 64 64" width="44" height="44" fill="none" stroke="#222" stroke-width="3" stroke-linecap="round">
324
+ <path d="M12 44 H52"></path>
325
+ <path d="M18 44 V36"></path>
326
+ <path d="M26 44 V38"></path>
327
+ <path d="M34 44 V36"></path>
328
+ <path d="M42 44 V38"></path>
329
+ </svg>
330
+ </div>
331
+ <div>
332
+ <div class="feature-title">$58</div>
333
+ <div class="feature-sub">Price per sqft</div>
334
+ </div>
335
+ </div>
336
+ </div>
337
+ </div>
338
+
339
+ <div class="home-indicator"></div>
340
+ </div>
341
+ </body>
342
+ </html>
code/12002/12002_4.html ADDED
@@ -0,0 +1,165 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Property Details UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Inter, Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #ffffff;
12
+ }
13
+ /* Status bar */
14
+ .status-bar {
15
+ height: 100px;
16
+ padding: 24px 32px 0 32px;
17
+ display: flex; align-items: center; justify-content: space-between;
18
+ color: #222;
19
+ font-weight: 600;
20
+ font-size: 40px;
21
+ }
22
+ .status-right { display: flex; align-items: center; gap: 22px; }
23
+ .sb-icon { width: 34px; height: 34px; opacity: 0.5; }
24
+ /* Top app bar */
25
+ .top-bar {
26
+ height: 120px;
27
+ display: flex; align-items: center; justify-content: space-between;
28
+ padding: 0 32px;
29
+ color: #111;
30
+ }
31
+ .icon-btn { width: 56px; height: 56px; }
32
+ .top-actions { display: flex; align-items: center; gap: 42px; }
33
+ /* Stat chips */
34
+ .stats { display: flex; gap: 40px; padding: 24px 32px 0 32px; }
35
+ .chip {
36
+ flex: 1;
37
+ display: flex; align-items: center; gap: 24px;
38
+ padding: 20px 12px;
39
+ }
40
+ .chip-title { font-size: 44px; font-weight: 800; color: #222; }
41
+ .chip-sub { font-size: 30px; color: #8A8A8A; margin-left: 88px; }
42
+ .chip-icon { width: 64px; height: 64px; color: #111; }
43
+ /* Description */
44
+ .content { padding: 20px 32px 0 32px; }
45
+ .desc { font-size: 40px; line-height: 58px; color: #444; margin-top: 16px; }
46
+ .link { font-weight: 800; color: #222; text-decoration: underline; display: inline-block; margin-top: 24px; }
47
+ /* Buttons */
48
+ .btn {
49
+ display: flex; align-items: center; justify-content: center;
50
+ height: 120px; border-radius: 60px; font-weight: 800; font-size: 40px;
51
+ margin: 38px 32px 0 32px;
52
+ }
53
+ .btn.outline { border: 3px solid #222; color: #222; background: #fff; }
54
+ .btn.solid { background: #222; color: #fff; }
55
+ /* Section title */
56
+ .section-title { font-size: 64px; font-weight: 800; color: #222; margin: 120px 32px 0 32px; }
57
+ .call-link { font-size: 44px; font-weight: 800; color: #222; text-decoration: underline; margin: 28px 32px 0 32px; }
58
+ .legal { font-size: 32px; line-height: 48px; color: #8A8A8A; margin: 24px 32px 0 32px; }
59
+ .legal a, .legal .emph { color: #222; text-decoration: underline; font-weight: 800; }
60
+ /* Map placeholder */
61
+ .map {
62
+ margin: 40px 0 0 0;
63
+ width: 100%; height: 360px;
64
+ background: #E0E0E0; border-top: 1px solid #BDBDBD; border-bottom: 1px solid #BDBDBD;
65
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 36px;
66
+ }
67
+ /* Bottom action row */
68
+ .bottom-actions {
69
+ padding: 36px 32px 0 32px;
70
+ display: flex; gap: 36px;
71
+ }
72
+ .bottom-actions .btn { flex: 1; margin: 0; height: 120px; border-radius: 60px; }
73
+ /* Navigation pill */
74
+ .nav-pill {
75
+ position: absolute; bottom: 24px; left: 50%;
76
+ transform: translateX(-50%);
77
+ width: 320px; height: 12px; border-radius: 12px; background: #cfcfcf;
78
+ }
79
+ </style>
80
+ </head>
81
+ <body>
82
+ <div id="render-target">
83
+ <!-- Status bar -->
84
+ <div class="status-bar">
85
+ <div>9:09</div>
86
+ <div class="status-right">
87
+ <!-- simple weather icons placeholder -->
88
+ <svg class="sb-icon" viewBox="0 0 24 24"><circle cx="12" cy="12" r="9" fill="#888"/></svg>
89
+ <svg class="sb-icon" viewBox="0 0 24 24"><path d="M4 15h16" stroke="#888" stroke-width="3" stroke-linecap="round"/><path d="M6 19h12" stroke="#888" stroke-width="3" stroke-linecap="round"/></svg>
90
+ <svg class="sb-icon" viewBox="0 0 24 24"><path d="M3 12l6 6 12-12" stroke="#888" stroke-width="3" fill="none"/></svg>
91
+ </div>
92
+ </div>
93
+
94
+ <!-- Top app bar -->
95
+ <div class="top-bar">
96
+ <svg class="icon-btn" viewBox="0 0 24 24">
97
+ <path d="M15 6l-6 6 6 6" stroke="#111" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
98
+ </svg>
99
+ <div class="top-actions">
100
+ <!-- heart -->
101
+ <svg class="icon-btn" viewBox="0 0 24 24">
102
+ <path d="M12 20s-7-4.5-7-10a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 5.5-7 10-7 10z" stroke="#111" stroke-width="2.5" fill="none"/>
103
+ </svg>
104
+ <!-- share -->
105
+ <svg class="icon-btn" viewBox="0 0 24 24">
106
+ <circle cx="6" cy="12" r="2.5" fill="#111"/>
107
+ <circle cx="18" cy="6" r="2.5" fill="#111"/>
108
+ <circle cx="18" cy="18" r="2.5" fill="#111"/>
109
+ <path d="M7.8 11.2l8.1-4.2M7.8 12.8l8.1 4.2" stroke="#111" stroke-width="2" fill="none"/>
110
+ </svg>
111
+ <!-- bell off -->
112
+ <svg class="icon-btn" viewBox="0 0 24 24">
113
+ <path d="M12 3c-3 0-5 2-5 5v4l-2 2h14l-2-2V8c0-3-2-5-5-5z" stroke="#111" stroke-width="2.5" fill="none"/>
114
+ <path d="M4 4l16 16" stroke="#111" stroke-width="2.5"/>
115
+ </svg>
116
+ <!-- more -->
117
+ <svg class="icon-btn" viewBox="0 0 24 24">
118
+ <circle cx="5" cy="12" r="2.4" fill="#111"/>
119
+ <circle cx="12" cy="12" r="2.4" fill="#111"/>
120
+ <circle cx="19" cy="12" r="2.4" fill="#111"/>
121
+ </svg>
122
+ </div>
123
+ </div>
124
+
125
+ <!-- Stats -->
126
+ <div class="stats">
127
+ <div class="chip">
128
+ <svg class="chip-icon" viewBox="0 0 24 24">
129
+ <rect x="3" y="5" width="18" height="16" rx="3" ry="3" stroke="#111" stroke-width="2.5" fill="none"/>
130
+ <path d="M3 10h18" stroke="#111" stroke-width="2.5"/>
131
+ </svg>
132
+ <div>
133
+ <div class="chip-title">2 mins</div>
134
+ <div class="chip-sub">Time on market</div>
135
+ </div>
136
+ </div>
137
+ <div class="chip">
138
+ <svg class="chip-icon" viewBox="0 0 24 24">
139
+ <path d="M5 4h14v3H5zM5 10h14v3H5zM5 16h14v3H5z" stroke="#111" stroke-width="2" fill="none"/>
140
+ <path d="M5 20v0" stroke="#111"/>
141
+ </svg>
142
+ <div>
143
+ <div class="chip-title">$58</div>
144
+ <div class="chip-sub">Price per sqft</div>
145
+ </div>
146
+ </div>
147
+ </div>
148
+
149
+ <!-- Description -->
150
+ <div class="content">
151
+ <div class="desc">
152
+ Historic home in the Mansion area is looking for a new owner to write it's next chapter. The home requires extensive renovations and updates but will be SO worth it once done. Take a tour and ...
153
+ </div>
154
+ <a class="link">Continue reading</a>
155
+ </div>
156
+
157
+ <!-- Buttons -->
158
+ <div class="btn outline">Show more details</div>
159
+ <div class="btn solid">Contact agent for details</div>
160
+
161
+ <!-- Ask section -->
162
+ <div class="section-title">Ask about this property</div>
163
+ <div class="call-link">Call (888) 477-0421</div>
164
+ <div class="legal">
165
+ By calling or otherwise proceeding, you consent to receive calls and texts at the number you provide, including marketing by autodialer and prerecorded and artificial voice, and email, from realtor.com and <span class="emph">others</span
code/12002/12002_5.html ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Property Details 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
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
14
+ color:#222;
15
+ }
16
+ .container { padding: 40px 48px 120px 48px; }
17
+ /* Status bar */
18
+ .statusbar {
19
+ height:96px;
20
+ display:flex; align-items:center; justify-content:space-between;
21
+ color:#555;
22
+ font-weight:600; font-size:36px;
23
+ }
24
+ .status-left, .status-right { display:flex; align-items:center; gap:22px; }
25
+ /* Top app bar */
26
+ .appbar {
27
+ height:120px;
28
+ display:flex; align-items:center; justify-content:space-between;
29
+ padding: 0 8px;
30
+ }
31
+ .icons { display:flex; align-items:center; gap:44px; }
32
+ .icon-btn { width:72px; height:72px; display:flex; align-items:center; justify-content:center; }
33
+ .icon { width:44px; height:44px; stroke:#222; fill:none; stroke-width:4; }
34
+ .icon.fill { fill:#222; stroke:none; }
35
+ /* Stats row */
36
+ .stats { display:flex; gap:64px; align-items:flex-start; margin-top:16px; }
37
+ .stat { display:flex; align-items:center; gap:22px; }
38
+ .stat-icon { width:70px; height:70px; }
39
+ .stat-text { display:flex; flex-direction:column; }
40
+ .stat-title { font-size:46px; font-weight:800; letter-spacing:0.2px; }
41
+ .stat-sub { font-size:28px; color:#7a7a7a; margin-top:10px; }
42
+ /* Description */
43
+ .desc { margin-top:56px; font-size:34px; line-height:1.5; color:#333; }
44
+ .link { margin-top:22px; font-size:34px; font-weight:800; text-decoration:underline; display:inline-block; }
45
+ /* Buttons */
46
+ .btn { height:120px; border-radius:60px; display:flex; align-items:center; justify-content:center; font-size:38px; font-weight:800; }
47
+ .btn-outline { border:4px solid #222; color:#222; background:#fff; }
48
+ .btn-dark { background:#222; color:#fff; }
49
+ .btn-full { width:984px; margin:34px auto 0 auto; }
50
+ /* Section heading */
51
+ .section-title { margin-top:120px; font-size:64px; font-weight:800; }
52
+ .phone-link { margin-top:30px; font-size:38px; font-weight:800; text-decoration:underline; display:inline-block; }
53
+ .fineprint { margin-top:26px; font-size:30px; line-height:1.6; color:#666; }
54
+ .fineprint b { color:#222; font-weight:800; text-decoration:underline; }
55
+ /* Map placeholder */
56
+ .img-placeholder {
57
+ width: 984px; height: 360px;
58
+ background:#E0E0E0; border:1px solid #BDBDBD;
59
+ display:flex; align-items:center; justify-content:center;
60
+ color:#757575; font-size:32px; border-radius:16px;
61
+ margin:50px auto 0 auto;
62
+ }
63
+ /* Bottom actions */
64
+ .bottom-actions { display:flex; gap:44px; margin-top:64px; }
65
+ .btn-half { flex:1; height:120px; border-radius:60px; display:flex; align-items:center; justify-content:center; font-size:38px; font-weight:800; }
66
+ /* Home indicator */
67
+ .home-indicator {
68
+ position:absolute; bottom:28px; left:50%; transform:translateX(-50%);
69
+ width:360px; height:16px; background:#BDBDBD; border-radius:12px;
70
+ }
71
+ </style>
72
+ </head>
73
+ <body>
74
+ <div id="render-target">
75
+ <div class="container">
76
+ <!-- Status bar -->
77
+ <div class="statusbar">
78
+ <div class="status-left">
79
+ <div>9:10</div>
80
+ <!-- simple sun icon -->
81
+ <svg class="icon" viewBox="0 0 24 24">
82
+ <circle cx="12" cy="12" r="5" stroke="#555"></circle>
83
+ </svg>
84
+ <!-- simple cloud -->
85
+ <svg class="icon" viewBox="0 0 24 24">
86
+ <path d="M5 15h12a4 4 0 0 0-4-4 5 5 0 0 0-9 2" stroke="#555" fill="none"></path>
87
+ </svg>
88
+ </div>
89
+ <div class="status-right">
90
+ <!-- wifi -->
91
+ <svg class="icon" viewBox="0 0 24 24">
92
+ <path d="M2 9c5-5 15-5 20 0M6 13c3-3 9-3 12 0M10 17c2-2 4-2 6 0" stroke="#555" fill="none"></path>
93
+ </svg>
94
+ <!-- battery -->
95
+ <svg class="icon" viewBox="0 0 28 24">
96
+ <rect x="2" y="6" width="20" height="12" rx="2" ry="2" stroke="#555" fill="none"></rect>
97
+ <rect x="23" y="10" width="3" height="4" class="icon fill"></rect>
98
+ </svg>
99
+ </div>
100
+ </div>
101
+
102
+ <!-- Top app bar -->
103
+ <div class="appbar">
104
+ <div class="icon-btn">
105
+ <!-- back arrow -->
106
+ <svg class="icon" viewBox="0 0 24 24">
107
+ <path d="M15 5l-7 7 7 7" stroke="#222" fill="none"></path>
108
+ </svg>
109
+ </div>
110
+ <div class="icons">
111
+ <!-- heart -->
112
+ <div class="icon-btn">
113
+ <svg class="icon" viewBox="0 0 24 24">
114
+ <path d="M12 20s-7-4.5-7-9a4.5 4.5 0 0 1 8-2 4.5 4.5 0 0 1 8 2c0 4.5-9 9-9 9z" stroke="#222" fill="none"></path>
115
+ </svg>
116
+ </div>
117
+ <!-- share -->
118
+ <div class="icon-btn">
119
+ <svg class="icon" viewBox="0 0 24 24">
120
+ <circle cx="5" cy="12" r="2"></circle>
121
+ <circle cx="19" cy="5" r="2"></circle>
122
+ <circle cx="19" cy="19" r="2"></circle>
123
+ <path d="M7 12l10-7M7 12l10 7" stroke="#222" fill="none"></path>
124
+ </svg>
125
+ </div>
126
+ <!-- slash icon -->
127
+ <div class="icon-btn">
128
+ <svg class="icon" viewBox="0 0 24 24">
129
+ <circle cx="12" cy="12" r="7" stroke="#222" fill="none"></circle>
130
+ <path d="M5 19L19 5" stroke="#222"></path>
131
+ </svg>
132
+ </div>
133
+ <!-- more/ellipsis -->
134
+ <div class="icon-btn">
135
+ <svg class="icon" viewBox="0 0 24 24">
136
+ <circle cx="5" cy="12" r="2" class="icon fill"></circle>
137
+ <circle cx="12" cy="12" r="2" class="icon fill"></circle>
138
+ <circle cx="19" cy="12" r="2" class="icon fill"></circle>
139
+ </svg>
140
+ </div>
141
+ </div>
142
+ </div>
143
+
144
+ <!-- Stats -->
145
+ <div class="stats">
146
+ <div class="stat">
147
+ <!-- calendar icon -->
148
+ <svg class="stat-icon" viewBox="0 0 24 24">
149
+ <rect x="3" y="5" width="18" height="16" rx="2" ry="2" stroke="#222" fill="none" stroke-width="2.2"></rect>
150
+ <path d="M3 9h18M7 3v4M17 3v4" stroke="#222" fill="none" stroke-width="2.2"></path>
151
+ </svg>
152
+ <div class="stat-text">
153
+ <div class="stat-title">2 mins</div>
154
+ <div class="stat-sub">Time on market</div>
155
+ </div>
156
+ </div>
157
+
158
+ <div class="stat" style="margin-left:40px;">
159
+ <!-- ruler icon -->
160
+ <svg class="stat-icon" viewBox="0 0 24 24">
161
+ <rect x="3" y="7" width="18" height="10" rx="2" ry="2" stroke="#222" fill="none" stroke-width="2.2"></rect>
162
+ <path d="M6 7v4M9 7v2M12 7v4M15 7v2M18 7v4" stroke="#222" fill="none" stroke-width="2.2"></path>
163
+ </svg>
164
+ <div class="stat-text">
165
+ <div class="stat-title">$58</div>
166
+ <div class="stat-sub">Price per sqft</div>
167
+ </div>
168
+ </div>
169
+ </div>
170
+
171
+ <!-- Description -->
172
+ <div class="desc">
173
+ Historic home in the Mansion area is looking for a new owner to write it's next chapter. The home requires extensive renovations and updates but will be SO worth it once done. Take a tour and …
174
+ <div class="link">Continue reading</div>
175
+ </div>
176
+
177
+ <!-- Buttons -->
178
+ <div class="btn btn-outline btn-full">Show more details</div>
179
+ <div class="btn btn-dark btn-full" style="margin-top:34px;">Contact agent for details</div>
180
+
181
+ <!-- Section -->
182
+ <div class="section-title">Ask about this property</div>
183
+ <a href="#" class="phone-link">Call (888) 477-0421</a>
184
+ <div class="fineprint">
185
+ By calling or otherwise proceeding, you consent to receive calls and texts at the number you provide, including marketing by autodialer and prerecorded and artificial voice, and email, from realtor.com and <b>others</b> about your inquiry and other home-related matters, but not as a condition of any purchase. <span style="text-decoration:underline; color:#222; font-weight:800;">Read more</span>
186
+ </div>
187
+
188
+ <!-- Map placeholder -->
189
+ <div class="img-placeholder">[IMG: Map preview]</div>
190
+
191
+ <!-- Bottom actions -->
192
+ <div class="bottom-actions">
193
+ <div class="btn-half btn-dark">Contact agent</div>
194
+ <div class="btn-half btn-outline">Text</div>
195
+ </div>
196
+ </div>
197
+
198
+ <!-- Home indicator -->
199
+ <div class="home-indicator"></div>
200
+ </div>
201
+ </body>
202
+ </html>
code/12002/12002_6.html ADDED
@@ -0,0 +1,121 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Neighborhood Details</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; font-family: "SF Pro Text", Inter, Arial, sans-serif;
13
+ color: #252525;
14
+ }
15
+ /* Status bar */
16
+ .status-bar {
17
+ height: 90px; padding: 0 32px;
18
+ display: flex; align-items: center; justify-content: space-between;
19
+ color: #1d1d1f; font-weight: 600; font-size: 36px;
20
+ }
21
+ .status-icons { display: flex; gap: 24px; align-items: center; }
22
+ .dot { width: 12px; height: 12px; background:#444; border-radius:50%; display:inline-block; }
23
+ /* App bar */
24
+ .app-bar {
25
+ height: 120px; padding: 0 28px;
26
+ display: flex; align-items: center; justify-content: space-between;
27
+ border-bottom: 1px solid #eee;
28
+ background: #fff;
29
+ }
30
+ .app-left, .app-right { display: flex; align-items: center; gap: 28px; }
31
+ .icon-btn {
32
+ width: 88px; height: 88px; border-radius: 44px;
33
+ display: flex; align-items: center; justify-content: center;
34
+ border: 1px solid #eee; background:#fff;
35
+ }
36
+ .icon-btn.minimal { border: none; }
37
+ svg { width: 40px; height: 40px; fill: none; stroke: #222; stroke-width: 4; }
38
+ .heart svg { fill: none; }
39
+ /* Map placeholder */
40
+ .map-wrap { position: relative; }
41
+ .map {
42
+ height: 560px; background: #E0E0E0; border-top: 1px solid #BDBDBD; border-bottom: 1px solid #BDBDBD;
43
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 36px;
44
+ }
45
+ .map-pin {
46
+ position: absolute; left: 520px; top: 240px;
47
+ width: 44px; height: 60px; background: #e53935; border-radius: 22px 22px 6px 6px;
48
+ transform: rotate(0deg);
49
+ box-shadow: 0 8px 16px rgba(229,57,53,0.35);
50
+ }
51
+ .zoom-control {
52
+ position: absolute; right: 28px; top: 340px;
53
+ background:#fff; border-radius: 16px; box-shadow: 0 6px 18px rgba(0,0,0,0.12); overflow: hidden;
54
+ border: 1px solid #e5e5e5;
55
+ }
56
+ .zoom-btn {
57
+ width: 92px; height: 92px; display:flex; align-items:center; justify-content:center;
58
+ font-size: 56px; color:#333;
59
+ }
60
+ .zoom-btn + .zoom-btn { border-top: 1px solid #eee; }
61
+ .google-watermark {
62
+ position: absolute; left: 24px; bottom: 20px; color: #666; font-weight: 600; font-size: 32px;
63
+ background: rgba(255,255,255,0.85); padding: 6px 14px; border-radius: 12px; border: 1px solid #ddd;
64
+ }
65
+ /* Quick actions under map */
66
+ .quick-actions {
67
+ display: grid; grid-template-columns: repeat(4, 1fr);
68
+ gap: 0; text-align: center; padding: 28px 0 20px;
69
+ background:#fff; border-bottom: 1px solid #eee;
70
+ }
71
+ .qa-item { padding: 22px 0 28px; }
72
+ .qa-icon {
73
+ width: 84px; height: 84px; border-radius: 22px; border: 1px solid #e5e5e5; margin: 0 auto 12px;
74
+ display:flex; align-items:center; justify-content:center; background:#fff;
75
+ }
76
+ .qa-item span { font-size: 32px; color:#333; font-weight: 600; }
77
+ /* Content */
78
+ .content { padding: 40px 40px 300px; }
79
+ h1 { font-size: 76px; margin: 26px 0 30px; font-weight: 800; letter-spacing: -1px; }
80
+ .card {
81
+ background:#fff; border-radius: 28px; box-shadow: 0 10px 28px rgba(0,0,0,0.08);
82
+ padding: 36px; margin: 24px 0; border: 1px solid #eee;
83
+ }
84
+ .card-header { display:flex; align-items:center; gap: 20px; margin-bottom: 16px; }
85
+ .card-header .title { font-size: 44px; font-weight: 800; }
86
+ .info-chip {
87
+ width: 34px; height: 34px; border-radius: 50%; border:1px solid #bdbdbd; color:#777;
88
+ display:flex; align-items:center; justify-content:center; font-size: 24px; font-weight:700;
89
+ }
90
+ .card p { font-size: 36px; line-height: 1.4; color:#4a4a4a; margin: 18px 0; }
91
+ .link { color:#111; font-weight: 800; text-decoration: underline; }
92
+ .highlight { font-weight: 800; color:#111; }
93
+ /* Bottom CTA */
94
+ .bottom-cta {
95
+ position: absolute; left: 0; right: 0; bottom: 120px;
96
+ padding: 0 40px;
97
+ }
98
+ .cta-row {
99
+ display: grid; grid-template-columns: 1fr 1fr; gap: 32px;
100
+ }
101
+ .btn {
102
+ height: 128px; border-radius: 64px; font-size: 40px; font-weight: 800;
103
+ display:flex; align-items:center; justify-content:center; border:2px solid #111; background:#fff; color:#111;
104
+ }
105
+ .btn.primary { background:#111; color:#fff; border-color:#111; }
106
+ /* Home indicator */
107
+ .home-indicator {
108
+ position: absolute; left: 50%; transform: translateX(-50%);
109
+ bottom: 40px; width: 320px; height: 12px; background:#cfcfcf; border-radius: 6px;
110
+ }
111
+ </style>
112
+ </head>
113
+ <body>
114
+ <div id="render-target">
115
+ <!-- Status bar -->
116
+ <div class="status-bar">
117
+ <div>9:10</div>
118
+ <div class="status-icons">
119
+ <span class="dot"></span>
120
+ <span class="dot"></span>
121
+ <span class="dot"></span>
code/12002/12002_7.html ADDED
@@ -0,0 +1,228 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>UI Render</title>
7
+ <style>
8
+ body { margin:0; padding:0; background:transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; color:#222; }
9
+ #render-target {
10
+ width:1080px; height:2400px; position:relative; overflow:hidden;
11
+ background:#FFFFFF;
12
+ }
13
+ .status-bar {
14
+ height:110px; padding:0 40px; display:flex; align-items:center; justify-content:space-between; color:#3c3c3c; font-weight:600; font-size:42px;
15
+ }
16
+ .status-icons { display:flex; align-items:center; gap:26px; }
17
+ .sun-icon, .cloud-icon {
18
+ width:42px; height:42px; border-radius:50%; background:#d2d2d2;
19
+ }
20
+ .cloud-icon { border-radius:12px; width:56px; }
21
+ .app-bar {
22
+ height:120px; display:flex; align-items:center; justify-content:space-between;
23
+ padding:0 40px; border-bottom:1px solid #eee; background:#fff;
24
+ }
25
+ .app-actions { display:flex; align-items:center; gap:54px; }
26
+ .icon-btn svg { width:54px; height:54px; stroke:#111; fill:none; stroke-width:3.5; }
27
+ .section { padding:40px 56px; }
28
+ .card {
29
+ background:#fff; border-radius:28px; box-shadow:0 6px 18px rgba(0,0,0,0.08);
30
+ padding:40px; border:1px solid #eee;
31
+ }
32
+ .card-title { display:flex; align-items:center; gap:24px; font-size:50px; font-weight:800; color:#1f1f1f; margin-bottom:20px; }
33
+ .waves-icon { width:60px; height:60px; }
34
+ .card p { margin:14px 0; font-size:38px; line-height:56px; color:#444; }
35
+ .card a { color:#111; font-weight:800; text-decoration:underline; }
36
+ .divider-space { height:30px; }
37
+ .headline { font-size:72px; font-weight:800; margin:40px 0 16px; }
38
+ .subtext { font-size:40px; color:#555; }
39
+ .cta-primary {
40
+ margin-top:40px; width:968px; height:120px; border-radius:60px; background:#1e1e1e;
41
+ color:#fff; font-weight:800; font-size:44px; display:flex; align-items:center; justify-content:center;
42
+ }
43
+ .monthly { padding:40px 56px; }
44
+ .row { display:flex; gap:40px; align-items:flex-start; }
45
+ .donut-placeholder {
46
+ width:420px; height:420px; background:#E0E0E0; border:1px solid #BDBDBD; border-radius:50%;
47
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:34px; text-align:center;
48
+ }
49
+ .donut-center { position:absolute; }
50
+ .price-block { flex:1; padding-top:10px; }
51
+ .price-block h2 { margin:0; font-size:64px; font-weight:800; }
52
+ .price-big { font-size:88px; font-weight:900; margin:16px 0; }
53
+ .muted { color:#666; font-size:40px; }
54
+ .calc-link { display:flex; align-items:center; gap:18px; margin-top:26px; font-size:42px; font-weight:800; color:#111; text-decoration:underline; }
55
+ .calc-link svg { width:52px; height:52px; stroke:#111; fill:none; stroke-width:3; }
56
+ .legend { display:grid; grid-template-columns: 1fr auto; row-gap:26px; column-gap:20px; margin-top:40px; align-items:center; }
57
+ .legend-item { display:flex; align-items:center; gap:18px; font-size:40px; color:#333; }
58
+ .dot { width:22px; height:22px; border-radius:50%; }
59
+ .dot.blue { background:#1e64f0; }
60
+ .dot.green { background:#17a451; }
61
+ .dot.yellow { background:#f4b428; }
62
+ .amount { font-size:40px; color:#222; }
63
+ .bottom-actions {
64
+ border-top:1px solid #eee; margin-top:40px; padding:36px 56px; display:flex; gap:36px;
65
+ }
66
+ .btn-dark {
67
+ flex:1; height:120px; border-radius:60px; background:#1f1f1f; color:#fff; display:flex; justify-content:center; align-items:center;
68
+ font-size:48px; font-weight:800;
69
+ }
70
+ .btn-outline {
71
+ flex:1; height:120px; border-radius:60px; border:2px solid #222; color:#222; display:flex; justify-content:center; align-items:center;
72
+ font-size:48px; font-weight:700; background:#fff;
73
+ }
74
+ .home-indicator {
75
+ position:absolute; bottom:24px; left:50%; transform:translateX(-50%);
76
+ width:360px; height:14px; background:#cfcfcf; border-radius:7px;
77
+ }
78
+ /* Small helper texts inside donut center */
79
+ .inside-label { position:absolute; width:260px; height:260px; border-radius:50%; display:flex; align-items:center; justify-content:center; left:80px; top:80px; background:#fff; border:1px dashed transparent; }
80
+ .inside-label .amount { font-size:52px; font-weight:800; }
81
+ .inside-label .per { font-size:34px; color:#777; }
82
+ </style>
83
+ </head>
84
+ <body>
85
+ <div id="render-target">
86
+
87
+ <!-- Status bar -->
88
+ <div class="status-bar">
89
+ <div>9:10</div>
90
+ <div class="status-icons">
91
+ <div class="sun-icon"></div>
92
+ <div class="cloud-icon"></div>
93
+ <svg width="48" height="48" viewBox="0 0 24 24">
94
+ <path d="M2 12h14" stroke="#666" stroke-width="2" fill="none"/>
95
+ <path d="M18 6l4 6-4 6" stroke="#666" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
96
+ </svg>
97
+ <svg width="24" height="24" viewBox="0 0 24 24">
98
+ <rect x="5" y="2" width="14" height="20" rx="2" ry="2" stroke="#666" fill="none" stroke-width="2"/>
99
+ <rect x="10" y="5" width="4" height="4" fill="#666"/>
100
+ </svg>
101
+ </div>
102
+ </div>
103
+
104
+ <!-- App bar -->
105
+ <div class="app-bar">
106
+ <div class="icon-btn">
107
+ <svg viewBox="0 0 24 24">
108
+ <path d="M15 6l-6 6 6 6" stroke-linecap="round" stroke-linejoin="round"/>
109
+ </svg>
110
+ </div>
111
+ <div class="app-actions">
112
+ <div class="icon-btn">
113
+ <svg viewBox="0 0 24 24">
114
+ <path d="M12 21s-7-4.5-7-10a5 5 0 0 1 9-3 5 5 0 0 1 9 3c0 5.5-7 10-7 10" stroke-linecap="round" stroke-linejoin="round"/>
115
+ </svg>
116
+ </div>
117
+ <div class="icon-btn">
118
+ <svg viewBox="0 0 24 24">
119
+ <circle cx="5" cy="12" r="2"/>
120
+ <circle cx="19" cy="5" r="2"/>
121
+ <circle cx="19" cy="19" r="2"/>
122
+ <path d="M7 12h10M17 7l-8 4M17 17l-8-4" stroke="#111" stroke-width="2" fill="none" stroke-linecap="round"/>
123
+ </svg>
124
+ </div>
125
+ <div class="icon-btn">
126
+ <svg viewBox="0 0 24 24">
127
+ <path d="M12 3a6 6 0 0 1 6 6v3h2a1 1 0 0 1 1 1v5H3v-5a1 1 0 0 1 1-1h2V9a6 6 0 0 1 6-6z" stroke-linecap="round" stroke-linejoin="round"/>
128
+ <path d="M4 4l16 16" stroke="#111" stroke-width="2" />
129
+ </svg>
130
+ </div>
131
+ <div class="icon-btn">
132
+ <svg viewBox="0 0 24 24">
133
+ <circle cx="5" cy="12" r="2" />
134
+ <circle cx="12" cy="12" r="2" />
135
+ <circle cx="19" cy="12" r="2" />
136
+ </svg>
137
+ </div>
138
+ </div>
139
+ </div>
140
+
141
+ <!-- Flood Risk card -->
142
+ <div class="section">
143
+ <div class="card">
144
+ <div class="card-title">
145
+ <svg class="waves-icon" viewBox="0 0 64 64">
146
+ <path d="M6 20c8 6 16 6 24 0s16-6 24 0" stroke="#222" stroke-width="4" fill="none" stroke-linecap="round"/>
147
+ <path d="M6 32c8 6 16 6 24 0s16-6 24 0" stroke="#222" stroke-width="4" fill="none" stroke-linecap="round"/>
148
+ <rect x="6" y="8" width="12" height="7" rx="2" stroke="#222" stroke-width="4" fill="none"/>
149
+ </svg>
150
+ <div>Flood Risk</div>
151
+ </div>
152
+ <p>FEMA Flood Zone <strong>X (unshaded)</strong> (estimated)</p>
153
+ <p>Flood Factor™ <strong>1/10</strong></p>
154
+ <p><a href="#">Learn more</a></p>
155
+ </div>
156
+ </div>
157
+
158
+ <!-- Open houses -->
159
+ <div class="section">
160
+ <div class="headline">Open houses</div>
161
+ <div class="subtext">None scheduled</div>
162
+ <div class="cta-primary">Request a private showing</div>
163
+ </div>
164
+
165
+ <!-- Monthly cost -->
166
+ <div class="monthly">
167
+ <div class="headline">Monthly cost</div>
168
+ <div class="row">
169
+ <div style="position:relative;">
170
+ <div class="donut-placeholder">[IMG: Monthly cost donut chart]</div>
171
+ <div class="inside-label">
172
+ <div style="text-align:center;">
173
+ <div class="amount">$1,305</div>
174
+ <div class="per">month</div>
175
+ </div>
176
+ </div>
177
+ </div>
178
+ <div class="price-block">
179
+ <div class="muted">List price</div>
180
+ <div class="price-big">$175,000</div>
181
+ <div class="muted">$35,000 (20.0%) down<br>30 yr fixed at 8.182%</div>
182
+ <div class="calc-link">
183
+ <svg viewBox="0 0 24 24">
184
+ <rect x="3" y="3" width="18" height="18" rx="2" ry="2"/>
185
+ <rect x="7" y="7" width="10" height="3" />
186
+ <rect x="7" y="12" width="3" height="3" />
187
+ <rect x="12" y="12" width="3" height="3" />
188
+ </svg>
189
+ <span>Calculate payment</span>
190
+ </div>
191
+ </div>
192
+ </div>
193
+
194
+ <div class="legend">
195
+ <div class="legend-item">
196
+ <span class="dot blue"></span>
197
+ <span>Principal & interest</span>
198
+ </div>
199
+ <div class="amount">$1,045</div>
200
+
201
+ <div class="legend-item">
202
+ <span class="dot green"></span>
203
+ <span>Property tax</span>
204
+ <svg width="34" height="34" viewBox="0 0 24 24" style="margin-left:6px;">
205
+ <circle cx="12" cy="12" r="10" stroke="#999" stroke-width="2" fill="none"/>
206
+ <text x="12" y="16" text-anchor="middle" font-size="14" fill="#999" font-family="Arial">i</text>
207
+ </svg>
208
+ </div>
209
+ <div class="amount">$199</div>
210
+
211
+ <div class="legend-item">
212
+ <span class="dot yellow"></span>
213
+ <span>Home insurance</span>
214
+ </div>
215
+ <div class="amount">$61</div>
216
+ </div>
217
+ </div>
218
+
219
+ <!-- Bottom actions -->
220
+ <div class="bottom-actions">
221
+ <div class="btn-dark">Contact agent</div>
222
+ <div class="btn-outline">Text</div>
223
+ </div>
224
+
225
+ <div class="home-indicator"></div>
226
+ </div>
227
+ </body>
228
+ </html>
code/12002/12002_8.html ADDED
@@ -0,0 +1,214 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>UI Render</title>
7
+ <style>
8
+ body{margin:0;padding:0;background:transparent;font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;color:#222;}
9
+ #render-target{
10
+ width:1080px;height:2400px;position:relative;overflow:hidden;background:#FFFFFF;
11
+ }
12
+ /* Top bars */
13
+ .status-bar{
14
+ height:90px;padding:0 36px;display:flex;align-items:center;justify-content:space-between;color:#111;font-weight:600;font-size:40px;
15
+ }
16
+ .nav-bar{
17
+ height:120px;border-bottom:1px solid #eee;display:flex;align-items:center;justify-content:space-between;padding:0 28px 0 20px;
18
+ }
19
+ .nav-left{display:flex;align-items:center;gap:16px;}
20
+ .nav-right{display:flex;align-items:center;gap:36px;}
21
+ .icon{width:56px;height:56px;display:inline-block;}
22
+ .icon svg{width:100%;height:100%}
23
+ .content{padding:0 54px;}
24
+ /* Legend rows */
25
+ .legend{margin-top:40px}
26
+ .legend-row{
27
+ display:flex;align-items:center;justify-content:space-between;padding:22px 0;border-bottom:1px solid transparent;
28
+ }
29
+ .legend-left{display:flex;align-items:center;gap:22px;font-size:42px;color:#333}
30
+ .dot{width:26px;height:26px;border-radius:50%}
31
+ .dot.blue{background:#1E64F0}
32
+ .dot.green{background:#21A41B}
33
+ .dot.yellow{background:#F4B000}
34
+ .amount{font-size:50px;font-weight:700;color:#333}
35
+ .info{
36
+ width:40px;height:40px;border-radius:20px;border:1px solid #CFCFCF;color:#777;display:flex;align-items:center;justify-content:center;font-size:28px;
37
+ }
38
+ /* Toggle row */
39
+ .toggle-row{margin-top:30px;display:flex;align-items:center;justify-content:space-between;}
40
+ .toggle-label{font-size:44px;color:#333;display:flex;align-items:center;gap:18px}
41
+ .switch{
42
+ width:120px;height:64px;border-radius:50px;background:#E7E7E7;position:relative;border:1px solid #D0D0D0;
43
+ }
44
+ .switch::after{
45
+ content:"";position:absolute;top:6px;right:6px;width:52px;height:52px;background:#FFFFFF;border-radius:50%;box-shadow:0 1px 2px rgba(0,0,0,0.15);
46
+ }
47
+ /* Buttons & links */
48
+ .cta-outline{
49
+ margin-top:48px;height:140px;border:2px solid #222;border-radius:90px;display:flex;align-items:center;justify-content:center;font-size:52px;font-weight:800;color:#222;
50
+ }
51
+ .link-center{margin-top:28px;text-align:center}
52
+ .link-center a{font-size:44px;color:#2F63F2;text-decoration:underline;font-weight:700}
53
+ .link-soft{margin-top:26px;font-size:44px;color:#2F63F2}
54
+ /* Schools section */
55
+ .section-title{margin-top:80px;font-size:72px;font-weight:800;color:#222}
56
+ .section-desc{margin-top:18px;font-size:40px;color:#6A6A6A;line-height:1.4}
57
+ .school-list{margin-top:36px}
58
+ .school-item{display:flex;gap:28px;padding:28px 0;border-bottom:1px solid #EFEFEF}
59
+ .badge{
60
+ width:92px;height:92px;border-radius:46px;background:#2F63F2;color:#fff;font-weight:800;display:flex;align-items:center;justify-content:center;font-size:42px;flex-shrink:0;
61
+ }
62
+ .school-info{flex:1}
63
+ .school-name{font-size:50px;font-weight:800;color:#222}
64
+ .school-meta{margin-top:8px;font-size:40px;color:#666}
65
+ .school-dist{margin-top:8px;font-size:38px;color:#8A8A8A}
66
+ /* Bottom action bar */
67
+ .bottom-actions{position:absolute;left:0;right:0;bottom:140px;padding:0 54px;display:flex;gap:40px}
68
+ .btn-dark{
69
+ flex:1;height:140px;background:#222;color:#fff;border-radius:90px;display:flex;align-items:center;justify-content:center;font-size:52px;font-weight:800;
70
+ }
71
+ .btn-outline{
72
+ flex:1;height:140px;border:2px solid #222;color:#222;border-radius:90px;display:flex;align-items:center;justify-content:center;font-size:52px;font-weight:800;background:#fff;
73
+ }
74
+ .home-indicator{
75
+ position:absolute;bottom:60px;left:50%;transform:translateX(-50%);
76
+ width:260px;height:18px;background:#BDBDBD;border-radius:9px;
77
+ }
78
+ </style>
79
+ </head>
80
+ <body>
81
+ <div id="render-target">
82
+
83
+ <!-- Top status bar -->
84
+ <div class="status-bar">
85
+ <div>9:10</div>
86
+ <div style="display:flex;align-items:center;gap:26px;">
87
+ <div style="width:42px;height:42px;background:#E0E0E0;border:1px solid #BDBDBD;border-radius:21px;display:flex;align-items:center;justify-content:center;color:#757575;font-size:26px;">☀</div>
88
+ <div style="width:42px;height:42px;background:#E0E0E0;border:1px solid #BDBDBD;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#757575;font-size:26px;">☁</div>
89
+ <div style="width:42px;height:42px;background:#E0E0E0;border:1px solid #BDBDBD;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#757575;font-size:24px;">📶</div>
90
+ <div style="width:42px;height:42px;background:#E0E0E0;border:1px solid #BDBDBD;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#757575;font-size:24px;">🔋</div>
91
+ </div>
92
+ </div>
93
+
94
+ <!-- App nav bar -->
95
+ <div class="nav-bar">
96
+ <div class="nav-left">
97
+ <span class="icon">
98
+ <svg viewBox="0 0 24 24">
99
+ <path d="M15 6 L9 12 L15 18" fill="none" stroke="#222" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
100
+ </svg>
101
+ </span>
102
+ </div>
103
+ <div class="nav-right">
104
+ <span class="icon">
105
+ <svg viewBox="0 0 24 24">
106
+ <path d="M12 21c-5-3-9-6-9-10a5 5 0 0 1 9-3 5 5 0 0 1 9 3c0 4-4 7-9 10z" fill="none" stroke="#222" stroke-width="2" stroke-linejoin="round"/>
107
+ </svg>
108
+ </span>
109
+ <span class="icon">
110
+ <svg viewBox="0 0 24 24">
111
+ <path d="M12 18v-9M7 9l5-5 5 5" fill="none" stroke="#222" stroke-width="2" stroke-linecap="round"/>
112
+ <circle cx="5" cy="19" r="2" fill="#222"/>
113
+ <circle cx="19" cy="19" r="2" fill="#222"/>
114
+ </svg>
115
+ </span>
116
+ <span class="icon">
117
+ <svg viewBox="0 0 24 24">
118
+ <path d="M12 5c-3 0-5 2-5 5v4l-2 2h14l-2-2v-4c0-3-2-5-5-5z" fill="none" stroke="#222" stroke-width="2"/>
119
+ <path d="M4 4 L20 20" stroke="#222" stroke-width="2" stroke-linecap="round"/>
120
+ </svg>
121
+ </span>
122
+ <span class="icon">
123
+ <svg viewBox="0 0 24 24">
124
+ <circle cx="5" cy="12" r="2" fill="#222"/>
125
+ <circle cx="12" cy="12" r="2" fill="#222"/>
126
+ <circle cx="19" cy="12" r="2" fill="#222"/>
127
+ </svg>
128
+ </span>
129
+ </div>
130
+ </div>
131
+
132
+ <div class="content">
133
+ <!-- Legend -->
134
+ <div class="legend">
135
+ <div class="legend-row">
136
+ <div class="legend-left">
137
+ <span class="dot blue"></span>
138
+ <span>Principal & interest</span>
139
+ </div>
140
+ <div class="amount">$1,045</div>
141
+ </div>
142
+ <div class="legend-row">
143
+ <div class="legend-left">
144
+ <span class="dot green"></span>
145
+ <span>Property tax</span>
146
+ <span class="info">i</span>
147
+ </div>
148
+ <div class="amount">$199</div>
149
+ </div>
150
+ <div class="legend-row">
151
+ <div class="legend-left">
152
+ <span class="dot yellow"></span>
153
+ <span>Home insurance</span>
154
+ </div>
155
+ <div class="amount">$61</div>
156
+ </div>
157
+ </div>
158
+
159
+ <!-- Toggle -->
160
+ <div class="toggle-row">
161
+ <div class="toggle-label">Apply veterans benefits <span class="info">i</span></div>
162
+ <div class="switch"></div>
163
+ </div>
164
+
165
+ <!-- CTA -->
166
+ <div class="cta-outline">Get pre-approved</div>
167
+
168
+ <div class="link-center"><a href="#">Check rates</a></div>
169
+ <div class="link-soft">Get Up to 4 Free Moving Quotes</div>
170
+
171
+ <!-- Schools -->
172
+ <div class="section-title">Schools</div>
173
+ <div class="section-desc">Contact the school or district directly to verify enrollment eligibility.</div>
174
+
175
+ <div class="school-list">
176
+ <div class="school-item">
177
+ <div class="badge">1</div>
178
+ <div class="school-info">
179
+ <div class="school-name">Giffen Memorial Elementary School</div>
180
+ <div class="school-meta">Public, <strong>K-6</strong> · 521 students · 0.4 mi</div>
181
+ <div class="school-dist">Albany City School District</div>
182
+ </div>
183
+ </div>
184
+
185
+ <div class="school-item">
186
+ <div class="badge">2</div>
187
+ <div class="school-info">
188
+ <div class="school-name">Stephen And Harriet Myers Middle ...</div>
189
+ <div class="school-meta">Public, <strong>6-8</strong> · 673 students · 1.8 mi</div>
190
+ <div class="school-dist">Albany City School District</div>
191
+ </div>
192
+ </div>
193
+
194
+ <div class="school-item">
195
+ <div class="badge">4</div>
196
+ <div class="school-info">
197
+ <div class="school-name">Albany High School</div>
198
+ <div class="school-meta">Public, <strong>9-12</strong> · 2553 students · 1.9 mi</div>
199
+ <div class="school-dist">Albany City School District</div>
200
+ </div>
201
+ </div>
202
+ </div>
203
+ </div>
204
+
205
+ <!-- Bottom actions -->
206
+ <div class="bottom-actions">
207
+ <div class="btn-dark">Contact agent</div>
208
+ <div class="btn-outline">Text</div>
209
+ </div>
210
+
211
+ <div class="home-indicator"></div>
212
+ </div>
213
+ </body>
214
+ </html>
code/12002/12002_9.html ADDED
@@ -0,0 +1,343 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>UI Render</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #FFFFFF;
15
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
16
+ color: #111;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ height: 110px;
22
+ padding: 0 40px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ color: #222;
27
+ }
28
+ .status-left {
29
+ font-size: 38px;
30
+ font-weight: 600;
31
+ letter-spacing: 0.2px;
32
+ }
33
+ .status-right {
34
+ display: flex;
35
+ gap: 28px;
36
+ align-items: center;
37
+ }
38
+ .icon {
39
+ width: 48px; height: 48px;
40
+ }
41
+
42
+ /* App bar */
43
+ .app-bar {
44
+ height: 128px;
45
+ display: flex;
46
+ align-items: center;
47
+ padding: 0 36px;
48
+ border-bottom: 1px solid #E6E6E6;
49
+ gap: 28px;
50
+ }
51
+ .app-actions {
52
+ margin-left: auto;
53
+ display: flex;
54
+ gap: 40px;
55
+ align-items: center;
56
+ }
57
+
58
+ /* Content */
59
+ .content {
60
+ padding: 30px 48px 0 48px;
61
+ }
62
+
63
+ /* School item */
64
+ .school-row {
65
+ display: grid;
66
+ grid-template-columns: 96px 1fr;
67
+ gap: 28px;
68
+ margin-top: 14px;
69
+ padding-bottom: 30px;
70
+ }
71
+ .badge {
72
+ width: 96px; height: 96px;
73
+ border-radius: 50%;
74
+ background: #1E74FF;
75
+ color: #fff;
76
+ font-weight: 700;
77
+ display: flex; align-items: center; justify-content: center;
78
+ font-size: 44px;
79
+ }
80
+ .school-title {
81
+ font-size: 52px;
82
+ font-weight: 800;
83
+ margin-top: 6px;
84
+ letter-spacing: 0.2px;
85
+ }
86
+ .school-sub {
87
+ font-size: 32px;
88
+ color: #60636B;
89
+ margin-top: 14px;
90
+ }
91
+ .school-sub b {
92
+ color: #111;
93
+ }
94
+
95
+ /* See all schools button */
96
+ .pill-outline {
97
+ margin: 50px 0 36px 0;
98
+ width: 984px;
99
+ height: 120px;
100
+ border: 3px solid #222;
101
+ border-radius: 60px;
102
+ display: flex; align-items: center; justify-content: center;
103
+ font-size: 44px;
104
+ font-weight: 800;
105
+ }
106
+
107
+ /* Source text */
108
+ .source {
109
+ font-size: 28px;
110
+ color: #7A7D85;
111
+ margin-top: 12px;
112
+ }
113
+ .source a {
114
+ color: #111;
115
+ text-decoration: underline;
116
+ font-weight: 600;
117
+ }
118
+
119
+ /* Home value section */
120
+ .section-title {
121
+ font-size: 64px;
122
+ font-weight: 800;
123
+ margin-top: 70px;
124
+ letter-spacing: 0.3px;
125
+ }
126
+ .subheading {
127
+ margin-top: 26px;
128
+ font-size: 40px;
129
+ font-weight: 700;
130
+ }
131
+ .header-row {
132
+ margin-top: 12px;
133
+ display: flex; justify-content: space-between; align-items: center;
134
+ color: #8B8E97;
135
+ font-size: 30px;
136
+ }
137
+
138
+ .est-list {
139
+ margin-top: 26px;
140
+ }
141
+ .est-item {
142
+ display: grid;
143
+ grid-template-columns: 1fr auto;
144
+ align-items: center;
145
+ padding: 20px 0;
146
+ font-size: 36px;
147
+ }
148
+ .est-left {
149
+ display: flex; align-items: center; gap: 24px;
150
+ color: #2B2E34;
151
+ font-weight: 600;
152
+ }
153
+ .dot {
154
+ width: 26px; height: 26px; border-radius: 50%;
155
+ }
156
+ .dot.blue { background: #3A73FF; }
157
+ .dot.orange { background: #E45B22; }
158
+ .dot.teal { background: #0FA08C; }
159
+ .dot.black { background: #111; }
160
+ .est-right {
161
+ font-weight: 800;
162
+ color: #111;
163
+ }
164
+ .divider {
165
+ height: 2px; background: #E6E6E6; margin: 10px 0 10px 0;
166
+ }
167
+
168
+ /* Chart placeholder */
169
+ .chart {
170
+ width: 984px;
171
+ height: 760px;
172
+ margin-top: 24px;
173
+ background: #E0E0E0;
174
+ border: 1px solid #BDBDBD;
175
+ display: flex; align-items: center; justify-content: center;
176
+ color: #757575;
177
+ font-size: 34px;
178
+ border-radius: 8px;
179
+ }
180
+ .axis-labels {
181
+ position: absolute;
182
+ right: 56px;
183
+ transform: translateY(-50%);
184
+ color: #6B6E76;
185
+ font-size: 30px;
186
+ line-height: 1.9;
187
+ }
188
+
189
+ /* Bottom actions */
190
+ .bottom-actions {
191
+ display: grid;
192
+ grid-template-columns: 1fr 1fr;
193
+ gap: 36px;
194
+ margin-top: 40px;
195
+ padding-bottom: 160px;
196
+ }
197
+ .btn-dark, .btn-light {
198
+ height: 136px;
199
+ border-radius: 68px;
200
+ font-size: 42px;
201
+ font-weight: 800;
202
+ display: flex; align-items: center; justify-content: center;
203
+ }
204
+ .btn-dark {
205
+ background: #111;
206
+ color: #fff;
207
+ box-shadow: 0 10px 20px rgba(0,0,0,0.12);
208
+ }
209
+ .btn-light {
210
+ background: #fff;
211
+ color: #111;
212
+ border: 3px solid #222;
213
+ }
214
+
215
+ /* Home indicator */
216
+ .home-indicator {
217
+ position: absolute;
218
+ bottom: 26px;
219
+ left: 50%;
220
+ transform: translateX(-50%);
221
+ width: 300px;
222
+ height: 16px;
223
+ background: #B9BCC3;
224
+ border-radius: 10px;
225
+ }
226
+ </style>
227
+ </head>
228
+ <body>
229
+ <div id="render-target">
230
+
231
+ <!-- Status Bar -->
232
+ <div class="status-bar">
233
+ <div class="status-left">9:10</div>
234
+ <div class="status-right">
235
+ <!-- sun icon -->
236
+ <svg class="icon" viewBox="0 0 24 24">
237
+ <circle cx="12" cy="12" r="5" fill="#9E9E9E"></circle>
238
+ <path d="M12 1v4M12 19v4M1 12h4M19 12h4M4.5 4.5l2.8 2.8M16.7 16.7l2.8 2.8M4.5 19.5l2.8-2.8M16.7 7.3l2.8-2.8" stroke="#9E9E9E" stroke-width="2" fill="none" stroke-linecap="round"/>
239
+ </svg>
240
+ <!-- cloud icon -->
241
+ <svg class="icon" viewBox="0 0 24 24">
242
+ <path d="M7 17h10a4 4 0 0 0 0-8 5.5 5.5 0 0 0-10.5 1" fill="none" stroke="#9E9E9E" stroke-width="2" stroke-linecap="round"/>
243
+ <path d="M5 17h12" stroke="#9E9E9E" stroke-width="2" stroke-linecap="round"/>
244
+ </svg>
245
+ <!-- wifi icon -->
246
+ <svg class="icon" viewBox="0 0 24 24">
247
+ <path d="M2 8c5-5 15-5 20 0" stroke="#7A7D85" stroke-width="2" fill="none" stroke-linecap="round"/>
248
+ <path d="M5 11c4-4 10-4 14 0" stroke="#7A7D85" stroke-width="2" fill="none" stroke-linecap="round"/>
249
+ <path d="M8 14c3-3 5-3 8 0" stroke="#7A7D85" stroke-width="2" fill="none" stroke-linecap="round"/>
250
+ <circle cx="12" cy="17" r="1.8" fill="#7A7D85"/>
251
+ </svg>
252
+ <!-- battery icon -->
253
+ <svg class="icon" viewBox="0 0 24 24">
254
+ <rect x="3" y="7" width="16" height="10" rx="2" ry="2" fill="none" stroke="#7A7D85" stroke-width="2"/>
255
+ <rect x="5" y="9" width="12" height="6" fill="#7A7D85"/>
256
+ <rect x="19" y="10" width="2" height="4" fill="#7A7D85"/>
257
+ </svg>
258
+ </div>
259
+ </div>
260
+
261
+ <!-- App Bar -->
262
+ <div class="app-bar">
263
+ <!-- Back -->
264
+ <svg class="icon" viewBox="0 0 24 24">
265
+ <path d="M15 5l-7 7 7 7" stroke="#222" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
266
+ </svg>
267
+
268
+ <div class="app-actions">
269
+ <!-- Heart outline -->
270
+ <svg class="icon" viewBox="0 0 24 24">
271
+ <path d="M12 21s-7-4.6-9-8.5C1.2 9.6 3.2 7 6 7c2 0 3.3 1 4 2 0.7-1 2-2 4-2 2.8 0 4.8 2.6 3 5.5C19 16.4 12 21 12 21z" fill="none" stroke="#222" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
272
+ </svg>
273
+ <!-- Share icon -->
274
+ <svg class="icon" viewBox="0 0 24 24">
275
+ <circle cx="6" cy="12" r="2.5" fill="none" stroke="#222" stroke-width="2"></circle>
276
+ <circle cx="18" cy="6" r="2.5" fill="none" stroke="#222" stroke-width="2"></circle>
277
+ <circle cx="18" cy="18" r="2.5" fill="none" stroke="#222" stroke-width="2"></circle>
278
+ <path d="M8.5 11l7-4M8.5 13l7 4" stroke="#222" stroke-width="2" fill="none" stroke-linecap="round"/>
279
+ </svg>
280
+ <!-- Bell off (simple) -->
281
+ <svg class="icon" viewBox="0 0 24 24">
282
+ <path d="M12 21a2.5 2.5 0 0 0 2.5-2.5h-5A2.5 2.5 0 0 0 12 21z" fill="none" stroke="#222" stroke-width="2"/>
283
+ <path d="M18 15c-1.2-1.2-2-3-2-5a4 4 0 0 0-8 0c0 2-0.8 3.8-2 5h12z" fill="none" stroke="#222" stroke-width="2"/>
284
+ <path d="M5 5l14 14" stroke="#222" stroke-width="2" stroke-linecap="round"/>
285
+ </svg>
286
+ <!-- More (vertical dots) -->
287
+ <svg class="icon" viewBox="0 0 24 24">
288
+ <circle cx="12" cy="5" r="2" fill="#222"></circle>
289
+ <circle cx="12" cy="12" r="2" fill="#222"></circle>
290
+ <circle cx="12" cy="19" r="2" fill="#222"></circle>
291
+ </svg>
292
+ </div>
293
+ </div>
294
+
295
+ <!-- Content -->
296
+ <div class="content">
297
+ <!-- School item -->
298
+ <div class="school-row">
299
+ <div class="badge">4</div>
300
+ <div>
301
+ <div class="school-title">Albany High School</div>
302
+ <div class="school-sub">Public, <b>9-12</b> · <b>2553</b> students · <b>1.9 mi</b></div>
303
+ <div class="school-sub">Albany City School District</div>
304
+ </div>
305
+ </div>
306
+
307
+ <div class="pill-outline">See all schools</div>
308
+
309
+ <div class="source">
310
+ Source: Location provided by <a href="#">Precisely</a> | Ratings provided by <a href="#">GreatSchools</a>
311
+ </div>
312
+
313
+ <div class="section-title">Home value</div>
314
+ <div class="subheading">October, 2023</div>
315
+ <div class="header-row">
316
+ <div>Valuation provider</div>
317
+ <div>Estimate</div>
318
+ </div>
319
+
320
+ <div class="est-list">
321
+ <div class="est-item">
322
+ <div class="est-left"><span class="dot blue"></span>Collateral Analytics</div>
323
+ <div class="est-right">$312,000</div>
324
+ </div>
325
+ <div class="est-item">
326
+ <div class="est-left"><span class="dot orange"></span>CoreLogic®</div>
327
+ <div class="est-right">$242,200</div>
328
+ </div>
329
+ <div class="est-item">
330
+ <div class="est-left"><span class="dot teal"></span>Quantarium</div>
331
+ <div class="est-right">$270,871</div>
332
+ </div>
333
+ <div class="divider"></div>
334
+ <div class="est-item">
335
+ <div class="est-left"><span class="dot black"></span>Current list price</div>
336
+ <div class="est-right">$175,000</div>
337
+ </div>
338
+ </div>
339
+
340
+ <div class="chart">[IMG: Home value line chart]</div>
341
+
342
+ <div class="bottom-actions">
343
+ <div class="btn-dark">Contact agent</div>
code/12003/12003_0.html ADDED
@@ -0,0 +1,247 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Android Home 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
+ color:#fff;
11
+ background:
12
+ radial-gradient(ellipse at 30% 10%, rgba(255,255,255,0.06), rgba(255,255,255,0) 45%),
13
+ radial-gradient(ellipse at 70% 60%, rgba(255,255,255,0.05), rgba(255,255,255,0) 60%),
14
+ repeating-linear-gradient(135deg, #1f2123 0, #1f2123 8px, #212426 8px, #212426 16px);
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position:absolute; top:0; left:0; width:100%; height:120px;
20
+ display:flex; align-items:center; justify-content:space-between;
21
+ padding:0 36px; font-weight:600; font-size:48px;
22
+ }
23
+ .status-left { display:flex; align-items:center; gap:22px; }
24
+ .status-right { display:flex; align-items:center; gap:26px; }
25
+ .status-icon svg { width:48px; height:48px; fill:#fff; opacity:0.9; }
26
+
27
+ /* App grid top row */
28
+ .app-row {
29
+ position:absolute; top:180px; left:60px; display:flex; gap:140px; align-items:flex-start;
30
+ }
31
+ .app-item { width:220px; text-align:center; }
32
+ .app-icon {
33
+ width:180px; height:180px; border-radius:50%;
34
+ display:flex; align-items:center; justify-content:center;
35
+ box-shadow: 0 6px 14px rgba(0,0,0,0.45);
36
+ }
37
+ .label {
38
+ margin-top:26px; font-size:42px; font-weight:600; letter-spacing:0.2px;
39
+ color:#f2f2f2;
40
+ }
41
+
42
+ /* DBW icon styling */
43
+ .dbw-icon {
44
+ background:
45
+ linear-gradient(#2f6ea1 0 0),
46
+ repeating-linear-gradient(0deg, transparent 0 26px, rgba(255,255,255,0.18) 26px 27px),
47
+ repeating-linear-gradient(90deg, transparent 0 26px, rgba(255,255,255,0.18) 26px 27px);
48
+ background-blend-mode: normal, normal, normal;
49
+ background-color:#2f6ea1;
50
+ }
51
+
52
+ /* DMart icon styling */
53
+ .dmart-icon { background:#ffffff; }
54
+ .dmart-icon .dm {
55
+ font-weight:800; font-size:54px; color:#2ea05a;
56
+ }
57
+ .dmart-icon .ready {
58
+ font-size:36px; color:#e94a3a; margin-top:6px;
59
+ }
60
+
61
+ /* Dock icons near bottom */
62
+ .dock {
63
+ position:absolute; bottom:420px; left:50%; transform:translateX(-50%);
64
+ width:900px; display:flex; justify-content:space-between; align-items:center;
65
+ }
66
+ .dock .dock-item {
67
+ width:180px; text-align:center;
68
+ }
69
+ .circle {
70
+ width:180px; height:180px; border-radius:50%;
71
+ background:#ffffff; display:flex; align-items:center; justify-content:center;
72
+ box-shadow: 0 8px 18px rgba(0,0,0,0.55);
73
+ }
74
+ .circle svg { width:96px; height:96px; }
75
+
76
+ /* Search bar */
77
+ .search-bar {
78
+ position:absolute; bottom:180px; left:50%; transform:translateX(-50%);
79
+ width:920px; height:130px; border-radius:80px;
80
+ background:#3a3a3a; box-shadow: 0 10px 24px rgba(0,0,0,0.6);
81
+ display:flex; align-items:center; justify-content:space-between;
82
+ padding:0 36px;
83
+ }
84
+ .search-left { display:flex; align-items:center; gap:24px; }
85
+ .g-badge {
86
+ width:72px; height:72px; border-radius:36px; background:#ffffff;
87
+ display:flex; align-items:center; justify-content:center; color:#4285F4;
88
+ font-weight:800; font-size:44px;
89
+ }
90
+ .search-text { color:#cfcfcf; font-size:40px; opacity:0.0; } /* hidden placeholder */
91
+ .search-right { display:flex; align-items:center; gap:22px; }
92
+ .pill-icon {
93
+ width:64px; height:64px; border-radius:32px; background:#4b4b4b;
94
+ display:flex; align-items:center; justify-content:center;
95
+ }
96
+ .pill-icon svg { width:42px; height:42px; }
97
+
98
+ /* Navigation pill */
99
+ .nav-pill {
100
+ position:absolute; bottom:60px; left:50%; transform:translateX(-50%);
101
+ width:360px; height:16px; border-radius:12px; background:rgba(255,255,255,0.85);
102
+ }
103
+ </style>
104
+ </head>
105
+ <body>
106
+ <div id="render-target">
107
+
108
+ <!-- Status Bar -->
109
+ <div class="status-bar">
110
+ <div class="status-left">
111
+ <div>8:40</div>
112
+ <div class="status-icon">
113
+ <!-- Cloud icon -->
114
+ <svg viewBox="0 0 24 24">
115
+ <path d="M6 15a4 4 0 0 1 0-8c.7 0 1.36.17 1.94.47A6 6 0 0 1 18 9c2.21 0 4 1.79 4 4s-1.79 4-4 4H7.5A3.5 3.5 0 0 1 6 15z"/>
116
+ </svg>
117
+ </div>
118
+ </div>
119
+ <div class="status-right">
120
+ <div class="status-icon">
121
+ <!-- WiFi icon -->
122
+ <svg viewBox="0 0 24 24">
123
+ <path d="M12 18.5l2.5 2.5-2.5 2.5-2.5-2.5L12 18.5z" opacity="0"/>
124
+ <path d="M12 18.5c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2z"/>
125
+ <path d="M2.5 9.5C6.6 6 10.9 6 15 9.5l1.7-1.7C11.8 3.9 6.2 3.9 2 7.8l.5 1.7z"/>
126
+ <path d="M6 12c3-2.4 6-2.4 9 0l1.6-1.6C13.2 8 8.8 8 4.4 10.4L6 12z"/>
127
+ <path d="M9 14.6c1.7-1.3 3.3-1.3 5 0l1.3-1.3c-2.3-1.8-5.3-1.8-7.6 0L9 14.6z"/>
128
+ </svg>
129
+ </div>
130
+ <div class="status-icon">
131
+ <!-- Battery icon -->
132
+ <svg viewBox="0 0 28 24">
133
+ <rect x="1" y="5" width="22" height="14" rx="2" ry="2" fill="#ffffff"/>
134
+ <rect x="3" y="7" width="14" height="10" fill="#4caf50"/>
135
+ <rect x="23" y="9" width="3" height="6" rx="1" fill="#ffffff"/>
136
+ </svg>
137
+ </div>
138
+ </div>
139
+ </div>
140
+
141
+ <!-- Top app icons row -->
142
+ <div class="app-row">
143
+ <!-- DBW Show... -->
144
+ <div class="app-item">
145
+ <div class="app-icon dbw-icon">
146
+ <!-- Simple Android head -->
147
+ <svg viewBox="0 0 64 64">
148
+ <g fill="#ffffff">
149
+ <rect x="20" y="26" width="24" height="20" rx="10"/>
150
+ <rect x="16" y="38" width="32" height="14" rx="7" opacity="0.0"/>
151
+ <circle cx="28" cy="34" r="2"/>
152
+ <circle cx="36" cy="34" r="2"/>
153
+ <rect x="24" y="46" width="6" height="10" rx="3"/>
154
+ <rect x="34" y="46" width="6" height="10" rx="3"/>
155
+ <rect x="17" y="30" width="4" height="12" rx="2"/>
156
+ <rect x="43" y="30" width="4" height="12" rx="2"/>
157
+ <rect x="26" y="20" width="2" height="6" transform="rotate(-30 27 23)"/>
158
+ <rect x="36" y="20" width="2" height="6" transform="rotate(30 37 23)"/>
159
+ </g>
160
+ </svg>
161
+ </div>
162
+ <div class="label">DBW Show...</div>
163
+ </div>
164
+
165
+ <!-- DMart Ready -->
166
+ <div class="app-item">
167
+ <div class="app-icon dmart-icon" style="flex-direction:column;">
168
+ <div class="dm">DMart</div>
169
+ <div class="ready">ready</div>
170
+ </div>
171
+ <div class="label">DMart Ready</div>
172
+ </div>
173
+ </div>
174
+
175
+ <!-- Dock icons -->
176
+ <div class="dock">
177
+ <div class="dock-item">
178
+ <div class="circle">
179
+ <!-- Phone icon -->
180
+ <svg viewBox="0 0 24 24">
181
+ <path d="M6.6 3.5l3.2 1.1c.5.2.8.7.8 1.2l-.4 3.2c-.1.5-.4.9-.9 1.1l-1.7.7c1.7 3.2 4.1 5.5 7.3 7.3l.7-1.7c.2-.5.6-.8 1.1-.9l3.2-.4c.6-.1 1 .3 1.2.8l1.1 3.2c.2.6 0 1.2-.5 1.6-1.9 1.4-4.1 2.2-6.5 2.2-6.9 0-12.5-5.6-12.5-12.5 0-2.4.8-4.6 2.2-6.5.4-.5 1.1-.7 1.7-.5z" fill="#2b6ef3"/>
182
+ </svg>
183
+ </div>
184
+ </div>
185
+ <div class="dock-item">
186
+ <div class="circle">
187
+ <!-- Messages icon -->
188
+ <svg viewBox="0 0 24 24">
189
+ <path d="M4 5h16a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H10l-4 4v-4H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2z" fill="#4a8ef7"/>
190
+ </svg>
191
+ </div>
192
+ </div>
193
+ <div class="dock-item">
194
+ <div class="circle">
195
+ <!-- Simplified Chrome icon -->
196
+ <svg viewBox="0 0 24 24">
197
+ <circle cx="12" cy="12" r="10" fill="#f44336"/>
198
+ <path d="M12 12l8-2a10 10 0 0 1-6 10l-2-8z" fill="#ffeb3b"/>
199
+ <path d="M12 12L6 4a10 10 0 0 1 14 4l-8 2z" fill="#4caf50"/>
200
+ <circle cx="12" cy="12" r="4.5" fill="#2196f3"/>
201
+ </svg>
202
+ </div>
203
+ </div>
204
+ <div class="dock-item">
205
+ <div class="circle">
206
+ <!-- Camera icon -->
207
+ <svg viewBox="0 0 24 24">
208
+ <rect x="3" y="6" width="18" height="12" rx="2" fill="#6b6b6b"/>
209
+ <rect x="8" y="3" width="8" height="4" rx="1" fill="#8a8a8a"/>
210
+ <circle cx="12" cy="12" r="4" fill="#2e7bd1"/>
211
+ <circle cx="12" cy="12" r="2" fill="#b9ddff"/>
212
+ </svg>
213
+ </div>
214
+ </div>
215
+ </div>
216
+
217
+ <!-- Google Search Bar -->
218
+ <div class="search-bar">
219
+ <div class="search-left">
220
+ <div class="g-badge">G</div>
221
+ <div class="search-text">Search</div>
222
+ </div>
223
+ <div class="search-right">
224
+ <div class="pill-icon">
225
+ <!-- Mic icon -->
226
+ <svg viewBox="0 0 24 24">
227
+ <path d="M12 14a3 3 0 0 0 3-3V6a3 3 0 0 0-6 0v5a3 3 0 0 0 3 3z" fill="#4caf50"/>
228
+ <path d="M7 11a5 5 0 0 0 10 0h2a7 7 0 0 1-6 6.9V20h-2v-2.1A7 7 0 0 1 5 11h2z" fill="#ffffff"/>
229
+ </svg>
230
+ </div>
231
+ <div class="pill-icon">
232
+ <!-- Lens/Camera icon -->
233
+ <svg viewBox="0 0 24 24">
234
+ <rect x="4" y="6" width="16" height="12" rx="3" fill="#ff7043"/>
235
+ <circle cx="12" cy="12" r="4" fill="#4fc3f7"/>
236
+ <rect x="9" y="3" width="6" height="3" rx="1" fill="#ffd54f"/>
237
+ </svg>
238
+ </div>
239
+ </div>
240
+ </div>
241
+
242
+ <!-- Navigation Pill -->
243
+ <div class="nav-pill"></div>
244
+
245
+ </div>
246
+ </body>
247
+ </html>
code/12003/12003_1.html ADDED
@@ -0,0 +1,339 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>DMart Ready Splash</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:
13
+ repeating-linear-gradient(45deg, #ececec 0 2px, transparent 2px 240px),
14
+ repeating-linear-gradient(-45deg, #ececec 0 2px, transparent 2px 240px),
15
+ #ffffff;
16
+ }
17
+
18
+ /* Generic icon */
19
+ .icon {
20
+ position: absolute;
21
+ width: 160px;
22
+ height: 160px;
23
+ opacity: 0.95;
24
+ }
25
+ .icon svg { width: 100%; height: 100%; }
26
+ .mint { color: #6bb08f; }
27
+ .peach { color: #f2a06a; }
28
+ .purple { color: #9483d8; }
29
+ .blue { color: #7db3ff; }
30
+ .rose { color: #f09aa5; }
31
+ .grey { color: #b2b2b2; }
32
+ .teal { color: #8dc3c1; }
33
+ .indigo { color: #7e88e6; }
34
+ .violet { color: #b78de8; }
35
+ .olive { color: #a8b67a; }
36
+ .gold { color: #e7b24b; }
37
+
38
+ /* Center logo */
39
+ #logo {
40
+ position: absolute;
41
+ left: 0;
42
+ right: 0;
43
+ top: 865px;
44
+ text-align: center;
45
+ }
46
+ #brand {
47
+ font-weight: 800;
48
+ color: #1f6a45;
49
+ font-size: 210px;
50
+ letter-spacing: 4px;
51
+ line-height: 1;
52
+ }
53
+ #brand .tree {
54
+ display: inline-block;
55
+ width: 160px;
56
+ height: 160px;
57
+ vertical-align: -16px;
58
+ margin: 0 10px;
59
+ }
60
+ #brand .reg {
61
+ font-size: 42px;
62
+ vertical-align: 70px;
63
+ margin-left: 10px;
64
+ }
65
+ #ready {
66
+ margin-top: 10px;
67
+ color: #e06739;
68
+ font-weight: 800;
69
+ font-size: 150px;
70
+ letter-spacing: 6px;
71
+ transform: skewX(-10deg);
72
+ display: inline-block;
73
+ }
74
+
75
+ /* Home indicator (iOS-like) */
76
+ .home-indicator {
77
+ position: absolute;
78
+ left: 50%;
79
+ bottom: 36px;
80
+ transform: translateX(-50%);
81
+ width: 360px;
82
+ height: 10px;
83
+ background: #1a1a1a;
84
+ border-radius: 8px;
85
+ opacity: 0.9;
86
+ }
87
+ </style>
88
+ </head>
89
+ <body>
90
+ <div id="render-target">
91
+
92
+ <!-- Top-left bag -->
93
+ <div class="icon rose" style="top: 220px; left: 64px;">
94
+ <svg viewBox="0 0 100 100">
95
+ <g fill="none" stroke="currentColor" stroke-width="5" stroke-linecap="round" stroke-linejoin="round">
96
+ <rect x="18" y="36" width="64" height="50" rx="10"></rect>
97
+ <path d="M28 36c0-12 10-22 22-22s22 10 22 22"></path>
98
+ <path d="M38 25h24"></path>
99
+ </g>
100
+ </svg>
101
+ </div>
102
+
103
+ <!-- Peas/leaf -->
104
+ <div class="icon mint" style="top: 120px; left: 208px;">
105
+ <svg viewBox="0 0 100 100">
106
+ <g fill="none" stroke="currentColor" stroke-width="6" stroke-linecap="round">
107
+ <ellipse cx="35" cy="40" rx="12" ry="8"></ellipse>
108
+ <ellipse cx="60" cy="30" rx="12" ry="8"></ellipse>
109
+ <ellipse cx="55" cy="58" rx="14" ry="9"></ellipse>
110
+ </g>
111
+ </svg>
112
+ </div>
113
+
114
+ <!-- Candy -->
115
+ <div class="icon indigo" style="top: 140px; left: 718px;">
116
+ <svg viewBox="0 0 100 100">
117
+ <g fill="none" stroke="currentColor" stroke-width="5" stroke-linecap="round" stroke-linejoin="round">
118
+ <rect x="30" y="40" width="40" height="20" rx="4"></rect>
119
+ <path d="M30 50 L15 40 M30 50 L15 60"></path>
120
+ <path d="M70 50 L85 40 M70 50 L85 60"></path>
121
+ </g>
122
+ </svg>
123
+ </div>
124
+
125
+ <!-- Pressure cooker -->
126
+ <div class="icon purple" style="top: 275px; left: 872px;">
127
+ <svg viewBox="0 0 100 100">
128
+ <g fill="none" stroke="currentColor" stroke-width="5" stroke-linejoin="round" stroke-linecap="round">
129
+ <rect x="20" y="44" width="56" height="26" rx="6"></rect>
130
+ <path d="M24 44c4-8 44-8 48 0"></path>
131
+ <circle cx="46" cy="38" r="4"></circle>
132
+ <path d="M76 57h14"></path>
133
+ </g>
134
+ </svg>
135
+ </div>
136
+
137
+ <!-- Fruits -->
138
+ <div class="icon peach" style="top: 430px; left: 354px;">
139
+ <svg viewBox="0 0 100 100">
140
+ <g fill="none" stroke="currentColor" stroke-width="5" stroke-linecap="round" stroke-linejoin="round">
141
+ <circle cx="40" cy="58" r="18"></circle>
142
+ <circle cx="62" cy="50" r="18"></circle>
143
+ <path d="M36 38c5-8 14-10 20-6"></path>
144
+ <path d="M60 28c8-2 14 2 16 8"></path>
145
+ <path d="M52 24c-4 2-6 6-6 10"></path>
146
+ </g>
147
+ </svg>
148
+ </div>
149
+
150
+ <!-- Bottle -->
151
+ <div class="icon grey" style="top: 520px; left: 230px;">
152
+ <svg viewBox="0 0 100 100">
153
+ <g fill="none" stroke="currentColor" stroke-width="5" stroke-linejoin="round" stroke-linecap="round">
154
+ <rect x="38" y="30" width="24" height="15" rx="4"></rect>
155
+ <rect x="32" y="44" width="36" height="46" rx="8"></rect>
156
+ </g>
157
+ </svg>
158
+ </div>
159
+
160
+ <!-- Pencil + Ruler -->
161
+ <div class="icon rose" style="top: 520px; left: 650px;">
162
+ <svg viewBox="0 0 100 100">
163
+ <g fill="none" stroke="currentColor" stroke-width="5" stroke-linecap="round" stroke-linejoin="round">
164
+ <rect x="58" y="16" width="10" height="68" transform="rotate(45 63 50)"></rect>
165
+ <path d="M28 66 L44 82 L24 86 Z"></path>
166
+ <rect x="30" y="20" width="10" height="60" transform="rotate(-45 35 50)"></rect>
167
+ </g>
168
+ </svg>
169
+ </div>
170
+
171
+ <!-- Jar -->
172
+ <div class="icon grey" style="top: 640px; left: 90px;">
173
+ <svg viewBox="0 0 100 100">
174
+ <g fill="none" stroke="currentColor" stroke-width="5" stroke-linecap="round" stroke-linejoin="round">
175
+ <rect x="28" y="42" width="44" height="40" rx="10"></rect>
176
+ <rect x="32" y="28" width="36" height="12" rx="4"></rect>
177
+ </g>
178
+ </svg>
179
+ </div>
180
+
181
+ <!-- Detergent jug -->
182
+ <div class="icon indigo" style="top: 676px; left: 472px;">
183
+ <svg viewBox="0 0 100 100">
184
+ <g fill="none" stroke="currentColor" stroke-width="5" stroke-linecap="round" stroke-linejoin="round">
185
+ <path d="M60 26 h10 a4 4 0 0 1 4 4 v8 h-8"></path>
186
+ <path d="M30 42 h40 v34 a12 12 0 0 1 -12 12 h-16 a12 12 0 0 1 -12 -12 z"></path>
187
+ <circle cx="48" cy="60" r="10"></circle>
188
+ </g>
189
+ </svg>
190
+ </div>
191
+
192
+ <!-- Spray bottle -->
193
+ <div class="icon blue" style="top: 648px; left: 860px;">
194
+ <svg viewBox="0 0 100 100">
195
+ <g fill="none" stroke="currentColor" stroke-width="5" stroke-linecap="round" stroke-linejoin="round">
196
+ <path d="M50 30 h20 l6-6 h-18 l-4-4"></path>
197
+ <rect x="44" y="32" width="26" height="14" rx="4"></rect>
198
+ <path d="M40 46 h36 v30 a12 12 0 0 1 -12 12 h-12 a12 12 0 0 1 -12 -12 z"></path>
199
+ </g>
200
+ </svg>
201
+ </div>
202
+
203
+ <!-- Coffee cup -->
204
+ <div class="icon grey" style="top: 1240px; left: 472px;">
205
+ <svg viewBox="0 0 100 100">
206
+ <g fill="none" stroke="currentColor" stroke-width="5" stroke-linecap="round" stroke-linejoin="round">
207
+ <path d="M24 42 h42 v18 a14 14 0 0 1 -14 14 h-14 a14 14 0 0 1 -14 -14z"></path>
208
+ <path d="M66 50 h12 a8 8 0 0 1 0 16 h-6"></path>
209
+ <path d="M20 78 h52"></path>
210
+ <path d="M38 28 c0 8 -8 8 -8 16 M54 28 c0 8 -8 8 -8 16"></path>
211
+ </g>
212
+ </svg>
213
+ </div>
214
+
215
+ <!-- Fan -->
216
+ <div class="icon grey" style="top: 1210px; left: 870px;">
217
+ <svg viewBox="0 0 100 100">
218
+ <g fill="none" stroke="currentColor" stroke-width="5" stroke-linecap="round" stroke-linejoin="round">
219
+ <circle cx="50" cy="50" r="6"></circle>
220
+ <path d="M50 14 v24"></path>
221
+ <path d="M50 62 v24"></path>
222
+ <path d="M30 50 h-24"></path>
223
+ <path d="M94 50 h-24"></path>
224
+ </g>
225
+ </svg>
226
+ </div>
227
+
228
+ <!-- Soap dispenser -->
229
+ <div class="icon violet" style="top: 1350px; left: 244px;">
230
+ <svg viewBox="0 0 100 100">
231
+ <g fill="none" stroke="currentColor" stroke-width="5" stroke-linecap="round" stroke-linejoin="round">
232
+ <rect x="36" y="24" width="28" height="12" rx="4"></rect>
233
+ <path d="M44 24 v-8 h24"></path>
234
+ <rect x="30" y="40" width="40" height="42" rx="12"></rect>
235
+ </g>
236
+ </svg>
237
+ </div>
238
+
239
+ <!-- Salt shaker -->
240
+ <div class="icon teal" style="top: 1330px; left: 674px;">
241
+ <svg viewBox="0 0 100 100">
242
+ <g fill="none" stroke="currentColor" stroke-width="5" stroke-linecap="round" stroke-linejoin="round">
243
+ <rect x="26" y="30" width="34" height="22" rx="8" transform="rotate(30 43 41)"></rect>
244
+ <rect x="36" y="50" width="34" height="28" rx="8" transform="rotate(30 53 64)"></rect>
245
+ <circle cx="30" cy="38" r="2"></circle>
246
+ <circle cx="36" cy="42" r="2"></circle>
247
+ <circle cx="42" cy="46" r="2"></circle>
248
+ </g>
249
+ </svg>
250
+ </div>
251
+
252
+ <!-- Toothbrush & paste -->
253
+ <div class="icon peach" style="top: 1610px; left: 84px;">
254
+ <svg viewBox="0 0 100 100">
255
+ <g fill="none" stroke="currentColor" stroke-width="5" stroke-linecap="round">
256
+ <rect x="24" y="20" width="16" height="60" rx="4"></rect>
257
+ <path d="M50 60 h28 v8 h-28 z"></path>
258
+ <path d="M78 60 v-8 h-18"></path>
259
+ </g>
260
+ </svg>
261
+ </div>
262
+
263
+ <!-- Drink bottle and cup -->
264
+ <div class="icon indigo" style="top: 1640px; left: 470px;">
265
+ <svg viewBox="0 0 100 100">
266
+ <g fill="none" stroke="currentColor" stroke-width="5" stroke-linecap="round" stroke-linejoin="round">
267
+ <rect x="26" y="22" width="22" height="14" rx="4"></rect>
268
+ <rect x="22" y="36" width="30" height="52" rx="8"></rect>
269
+ <rect x="60" y="50" width="20" height="32" rx="6"></rect>
270
+ <path d="M80 56 h8 v12 a8 8 0 0 1 -8 8"></path>
271
+ </g>
272
+ </svg>
273
+ </div>
274
+
275
+ <!-- Carrot -->
276
+ <div class="icon gold" style="top: 2000px; left: 706px;">
277
+ <svg viewBox="0 0 100 100">
278
+ <g fill="none" stroke="currentColor" stroke-width="5" stroke-linecap="round" stroke-linejoin="round">
279
+ <path d="M30 30 l40 40 l-26 12 z"></path>
280
+ <path d="M40 22 l12 8 M34 26 l-4 -10"></path>
281
+ <path d="M46 52 l10 10 M40 56 l8 8"></path>
282
+ </g>
283
+ </svg>
284
+ </div>
285
+
286
+ <!-- Diaper (simple rounded) -->
287
+ <div class="icon olive" style="top: 1760px; left: 898px;">
288
+ <svg viewBox="0 0 100 100">
289
+ <g fill="none" stroke="currentColor" stroke-width="5" stroke-linecap="round" stroke-linejoin="round">
290
+ <rect x="18" y="40" width="64" height="28" rx="12"></rect>
291
+ <path d="M24 68 c8 12 14 16 26 16 s18-4 26-16"></path>
292
+ </g>
293
+ </svg>
294
+ </div>
295
+
296
+ <!-- Bottom-left jam jar -->
297
+ <div class="icon mint" style="top: 1940px; left: 222px;">
298
+ <svg viewBox="0 0 100 100">
299
+ <g fill="none" stroke="currentColor" stroke-width="5" stroke-linecap="round" stroke-linejoin="round">
300
+ <rect x="30" y="42" width="40" height="42" rx="10"></rect>
301
+ <rect x="28" y="28" width="44" height="12" rx="4"></rect>
302
+ <path d="M50 60 c-8 0-8 12 0 12 c8 0 8-12 0-12z"></path>
303
+ </g>
304
+ </svg>
305
+ </div>
306
+
307
+ <!-- Bottom-left straw -->
308
+ <div class="icon mint" style="top: 1150px; left: 66px;">
309
+ <svg viewBox="0 0 100 100">
310
+ <g fill="none" stroke="currentColor" stroke-width="5" stroke-linecap="round">
311
+ <path d="M26 24 l48 48"></path>
312
+ <path d="M70 30 l8 -8"></path>
313
+ </g>
314
+ </svg>
315
+ </div>
316
+
317
+ <!-- Center logo -->
318
+ <div id="logo">
319
+ <div id="brand">
320
+ D
321
+ <span class="tree">
322
+ <svg viewBox="0 0 100 100">
323
+ <g fill="none" stroke="#1f6a45" stroke-width="6" stroke-linecap="round" stroke-linejoin="round">
324
+ <path d="M50 10 L84 80 H16 Z" fill="none"></path>
325
+ <path d="M30 34 H70"></path>
326
+ <path d="M26 46 H74"></path>
327
+ <path d="M22 58 H78"></path>
328
+ </g>
329
+ </svg>
330
+ </span>
331
+ Mart<span class="reg">®</span>
332
+ </div>
333
+ <div id="ready">ready</div>
334
+ </div>
335
+
336
+ <div class="home-indicator"></div>
337
+ </div>
338
+ </body>
339
+ </html>
code/12003/12003_2.html ADDED
@@ -0,0 +1,388 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>DMart Ready - Mock UI</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
+ position: relative;
10
+ width: 1080px;
11
+ height: 2400px;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ height: 90px;
19
+ background: #2e7d32;
20
+ color: #ffffff;
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ padding: 0 32px;
25
+ font-size: 36px;
26
+ }
27
+ .status-icons { display: flex; align-items: center; gap: 22px; opacity: 0.95; }
28
+
29
+ /* App bar */
30
+ .app-bar {
31
+ height: 120px;
32
+ background: #2e7d32;
33
+ color: #ffffff;
34
+ display: flex;
35
+ align-items: center;
36
+ padding: 0 28px;
37
+ gap: 22px;
38
+ box-sizing: border-box;
39
+ }
40
+ .app-title {
41
+ font-weight: 700;
42
+ font-size: 42px;
43
+ letter-spacing: 0.3px;
44
+ }
45
+ .spacer { flex: 1; }
46
+ .icon-btn {
47
+ width: 72px;
48
+ height: 72px;
49
+ display: flex;
50
+ align-items: center;
51
+ justify-content: center;
52
+ border-radius: 12px;
53
+ color: inherit;
54
+ }
55
+
56
+ /* Search */
57
+ .search-wrap {
58
+ padding: 24px 28px 16px;
59
+ background: #ffffff;
60
+ }
61
+ .search-bar {
62
+ height: 112px;
63
+ border: 2px solid #e0e0e0;
64
+ border-radius: 18px;
65
+ display: flex;
66
+ align-items: center;
67
+ padding: 0 26px;
68
+ gap: 20px;
69
+ box-sizing: border-box;
70
+ }
71
+ .search-placeholder {
72
+ color: #7a7a7a;
73
+ font-size: 38px;
74
+ flex: 1;
75
+ }
76
+
77
+ /* Location & slot */
78
+ .slot-strip {
79
+ background: #eff7ef;
80
+ display: flex;
81
+ align-items: center;
82
+ gap: 28px;
83
+ padding: 22px 28px;
84
+ font-size: 34px;
85
+ color: #2e7d32;
86
+ border-top: 1px solid #e0e0e0;
87
+ border-bottom: 1px solid #e0e0e0;
88
+ }
89
+ .slot-left {
90
+ display: flex;
91
+ align-items: center;
92
+ gap: 16px;
93
+ padding-right: 24px;
94
+ border-right: 1px dashed #c8e6c9;
95
+ min-width: 320px;
96
+ }
97
+ .slot-left .pin-text { color: #1b5e20; font-weight: 600; }
98
+ .slot-sub { display: block; font-size: 28px; color: #777; font-weight: 500; margin-top: 4px; }
99
+ .slot-right {
100
+ display: flex;
101
+ align-items: center;
102
+ gap: 16px;
103
+ color: #0f6937;
104
+ font-weight: 700;
105
+ flex-wrap: wrap;
106
+ }
107
+ .slot-right .sub {
108
+ color: #333;
109
+ font-weight: 600;
110
+ }
111
+
112
+ /* Banner */
113
+ .hero {
114
+ padding: 20px 0;
115
+ }
116
+ .img-banner {
117
+ height: 600px;
118
+ margin: 0 20px;
119
+ background: #E0E0E0;
120
+ border: 1px solid #BDBDBD;
121
+ border-radius: 16px;
122
+ display: flex;
123
+ align-items: center;
124
+ justify-content: center;
125
+ color: #616161;
126
+ font-size: 40px;
127
+ text-align: center;
128
+ padding: 20px;
129
+ box-sizing: border-box;
130
+ }
131
+ .dots {
132
+ display: flex;
133
+ justify-content: center;
134
+ gap: 14px;
135
+ padding: 10px 0 4px;
136
+ }
137
+ .dot {
138
+ width: 14px;
139
+ height: 14px;
140
+ border-radius: 50%;
141
+ background: #cfd8dc;
142
+ }
143
+ .dot.active { background: #2e7d32; width: 18px; height: 18px; }
144
+
145
+ /* Categories */
146
+ .section-head {
147
+ display: flex;
148
+ align-items: center;
149
+ justify-content: space-between;
150
+ padding: 14px 28px 6px;
151
+ }
152
+ .section-title {
153
+ font-size: 52px;
154
+ font-weight: 800;
155
+ color: #2a2a2a;
156
+ }
157
+ .section-title .muted { font-weight: 700; color: #3b3b3b; }
158
+ .view-all {
159
+ display: flex;
160
+ align-items: center;
161
+ gap: 10px;
162
+ color: #2e7d32;
163
+ font-weight: 700;
164
+ font-size: 38px;
165
+ }
166
+
167
+ .cat-row {
168
+ display: flex;
169
+ gap: 26px;
170
+ overflow-x: auto;
171
+ padding: 18px 24px 16px;
172
+ }
173
+ .cat-card {
174
+ min-width: 220px;
175
+ max-width: 220px;
176
+ background: #ffffff;
177
+ border: 1px solid #e4e4e4;
178
+ border-radius: 20px;
179
+ box-shadow: 0 2px 0 rgba(0,0,0,0.03);
180
+ padding: 18px;
181
+ box-sizing: border-box;
182
+ text-align: center;
183
+ }
184
+ .cat-thumb {
185
+ width: 184px; height: 140px;
186
+ background: #E0E0E0;
187
+ border: 1px solid #BDBDBD;
188
+ border-radius: 12px;
189
+ margin: 4px auto 16px;
190
+ display: flex; align-items: center; justify-content: center;
191
+ color: #757575; font-size: 22px; padding: 6px;
192
+ }
193
+ .cat-name { font-size: 36px; color: #333; font-weight: 700; }
194
+
195
+ /* Winter store banner */
196
+ .winter {
197
+ padding: 22px 20px;
198
+ }
199
+ .winter .img-banner { height: 560px; }
200
+
201
+ /* Bottom nav */
202
+ .bottom-nav {
203
+ position: absolute;
204
+ left: 0; right: 0; bottom: 0;
205
+ height: 150px;
206
+ border-top: 2px solid #cfd8dc;
207
+ background: #ffffff;
208
+ display: flex;
209
+ align-items: center;
210
+ justify-content: space-around;
211
+ }
212
+ .bn-item {
213
+ display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
214
+ color: #7a7a7a; font-size: 28px; font-weight: 700;
215
+ width: 25%;
216
+ }
217
+ .bn-item.active { color: #2e7d32; }
218
+ .bn-ico { width: 56px; height: 56px; }
219
+
220
+ /* Thin green lift above bottom nav */
221
+ .bottom-green {
222
+ position: absolute; left: 0; right: 0; bottom: 150px; height: 8px; background: #2e7d32;
223
+ }
224
+
225
+ /* Utility */
226
+ .muted-small { color: #616161; font-size: 30px; }
227
+ </style>
228
+ </head>
229
+ <body>
230
+ <div id="render-target">
231
+
232
+ <!-- Status Bar -->
233
+ <div class="status-bar">
234
+ <div>8:41</div>
235
+ <div class="status-icons">
236
+ <!-- simple cloud icon -->
237
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="#ffffff" opacity="0.9">
238
+ <path d="M6 18h11a4 4 0 0 0 0-8 5 5 0 0 0-9.7-1.6A4 4 0 0 0 6 18z"/>
239
+ </svg>
240
+ <!-- wifi -->
241
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="#ffffff" opacity="0.9">
242
+ <path d="M12 20a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm-6.6-7.6 1.4 1.4A8 8 0 0 1 12 12a8 8 0 0 1 5.2 1.8l1.4-1.4A10 10 0 0 0 12 10a10 10 0 0 0-6.6 2.4zM3 8.5l1.4 1.4A12.5 12.5 0 0 1 12 7a12.5 12.5 0 0 1 7.6 2.9L21 8.5A14.9 14.9 0 0 0 12 6 14.9 14.9 0 0 0 3 8.5z"/>
243
+ </svg>
244
+ <!-- battery -->
245
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="#ffffff" opacity="0.9">
246
+ <path d="M16 7h2a2 2 0 0 1 2 2v1h1v4h-1v1a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h10z"/>
247
+ </svg>
248
+ </div>
249
+ </div>
250
+
251
+ <!-- App Bar -->
252
+ <div class="app-bar">
253
+ <div class="icon-btn" aria-label="menu">
254
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="#ffffff">
255
+ <path d="M3 6h18v2H3V6zm0 5h18v2H3v-2zm0 5h18v2H3v-2z"/>
256
+ </svg>
257
+ </div>
258
+ <div class="app-title">D’Mart <span style="font-weight:800; color:#ffe082;">ready</span></div>
259
+ <div class="spacer"></div>
260
+ <div class="icon-btn" aria-label="cart">
261
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="#ffffff">
262
+ <path d="M7 18a2 2 0 1 0 .001 3.999A2 2 0 0 0 7 18zm10 0a2 2 0 1 0 .001 3.999A2 2 0 0 0 17 18zM6 6h14l-2 8H8L6 6zm-3-2h3l3 12h9l3-10H7l-.5-2H3V4z"/>
263
+ </svg>
264
+ </div>
265
+ </div>
266
+
267
+ <!-- Search -->
268
+ <div class="search-wrap">
269
+ <div class="search-bar">
270
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="#757575">
271
+ <path d="M10 18a8 8 0 1 1 5.3-14L22 10.7l-1.4 1.4-3.2-3.2A8 8 0 0 1 10 18zm0-2a6 6 0 1 0 0-12 6 6 0 0 0 0 12z"/>
272
+ </svg>
273
+ <div class="search-placeholder">Aapko Kya Chahiye?</div>
274
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="#2e7d32">
275
+ <path d="M12 14a3 3 0 0 0 3-3V7a3 3 0 0 0-6 0v4a3 3 0 0 0 3 3zm-4 0h8a4 4 0 0 1-8 0z"/>
276
+ </svg>
277
+ </div>
278
+ </div>
279
+
280
+ <!-- Location & Slot -->
281
+ <div class="slot-strip">
282
+ <div class="slot-left">
283
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#2e7d32">
284
+ <path d="M12 2a6 6 0 0 0-6 6c0 4.5 6 12 6 12s6-7.5 6-12a6 6 0 0 0-6-6zm0 8a2 2 0 1 1 0-4 2 2 0 0 1 0 4z"/>
285
+ </svg>
286
+ <div class="pin-text">380001
287
+ <span class="slot-sub">Dariapur</span>
288
+ </div>
289
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#2e7d32">
290
+ <path d="M7 10l5 5 5-5H7z"/>
291
+ </svg>
292
+ </div>
293
+ <div class="slot-right">
294
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#2e7d32">
295
+ <path d="M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20zm1 11V6h-2v8h6v-2h-4z"/>
296
+ </svg>
297
+ <span class="sub">Earliest Home Delivery time slot available</span>
298
+ <span>Tomorrow 07:00 AM - 09:30 AM</span>
299
+ </div>
300
+ </div>
301
+
302
+ <!-- Hero Banner -->
303
+ <div class="hero">
304
+ <div class="img-banner">[IMG: Tableware banner - "Serve in Style" (Dinner sets, Cutlery, Glasses, Serving Trays & More)]</div>
305
+ <div class="dots">
306
+ <div class="dot"></div>
307
+ <div class="dot active"></div>
308
+ <div class="dot"></div>
309
+ <div class="dot"></div>
310
+ </div>
311
+ </div>
312
+
313
+ <!-- Popular Categories -->
314
+ <div class="section-head">
315
+ <div class="section-title"><span class="muted">Popular</span> Categories</div>
316
+ <div class="view-all">
317
+ View All
318
+ <svg width="30" height="30" viewBox="0 0 24 24" fill="#2e7d32">
319
+ <path d="M8 5l8 7-8 7V5z"/>
320
+ </svg>
321
+ </div>
322
+ </div>
323
+
324
+ <div class="cat-row">
325
+ <div class="cat-card">
326
+ <div class="cat-thumb">[IMG: Pooja items illustration]</div>
327
+ <div class="cat-name">Pooja Needs</div>
328
+ </div>
329
+ <div class="cat-card">
330
+ <div class="cat-thumb">[IMG: Tea packets illustration]</div>
331
+ <div class="cat-name">Tea</div>
332
+ </div>
333
+ <div class="cat-card">
334
+ <div class="cat-thumb">[IMG: Floor mats illustration]</div>
335
+ <div class="cat-name">Floor Mats</div>
336
+ </div>
337
+ <div class="cat-card">
338
+ <div class="cat-thumb">[IMG: Candles illustration]</div>
339
+ <div class="cat-name">Candles</div>
340
+ </div>
341
+ <div class="cat-card">
342
+ <div class="cat-thumb">[IMG: Chocolates illustration]</div>
343
+ <div class="cat-name">Chocolates</div>
344
+ </div>
345
+ </div>
346
+
347
+ <!-- Winter Store Banner -->
348
+ <div class="winter">
349
+ <div class="img-banner">[IMG: The Winter Store - hot beverages, blankets, appliances, skin care & more with assorted product packshots]</div>
350
+ </div>
351
+
352
+ <!-- Fill space if needed -->
353
+ <div style="height: 180px;"></div>
354
+
355
+ <!-- Bottom green divider -->
356
+ <div class="bottom-green"></div>
357
+
358
+ <!-- Bottom Navigation -->
359
+ <div class="bottom-nav">
360
+ <div class="bn-item active">
361
+ <svg class="bn-ico" viewBox="0 0 24 24" fill="currentColor">
362
+ <path d="M12 3l9 8h-3v9h-5v-6H11v6H6v-9H3l9-8z"/>
363
+ </svg>
364
+ <div>Home</div>
365
+ </div>
366
+ <div class="bn-item">
367
+ <svg class="bn-ico" viewBox="0 0 24 24" fill="currentColor">
368
+ <path d="M3 3h8v8H3V3zm10 0h8v8h-8V3zM3 13h8v8H3v-8zm10 0h8v8h-8v-8z"/>
369
+ </svg>
370
+ <div>Category</div>
371
+ </div>
372
+ <div class="bn-item">
373
+ <svg class="bn-ico" viewBox="0 0 24 24" fill="currentColor">
374
+ <path d="M19 6l-2-2H7L5 6v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V6zM8 8l8 8M8 16l8-8"/>
375
+ </svg>
376
+ <div>50% Off</div>
377
+ </div>
378
+ <div class="bn-item">
379
+ <svg class="bn-ico" viewBox="0 0 24 24" fill="currentColor">
380
+ <path d="M12 12a5 5 0 1 0-5-5 5 5 0 0 0 5 5zm0 2c-4 0-8 2-8 5v2h16v-2c0-3-4-5-8-5z"/>
381
+ </svg>
382
+ <div>My Account</div>
383
+ </div>
384
+ </div>
385
+
386
+ </div>
387
+ </body>
388
+ </html>
code/12003/12003_3.html ADDED
@@ -0,0 +1,341 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 Grocery UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ position: relative;
10
+ width: 1080px;
11
+ height: 2400px;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ border-radius: 0;
15
+ }
16
+
17
+ /* Top Green App Bar */
18
+ .app-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 260px;
24
+ background: #256c39; /* deep green */
25
+ padding: 24px 32px;
26
+ box-sizing: border-box;
27
+ color: #fff;
28
+ }
29
+ .status-row {
30
+ display: flex;
31
+ align-items: center;
32
+ justify-content: space-between;
33
+ font-weight: 600;
34
+ font-size: 42px;
35
+ margin-bottom: 24px;
36
+ }
37
+ .status-left {
38
+ display: flex;
39
+ align-items: center;
40
+ gap: 16px;
41
+ }
42
+ .status-right {
43
+ display: flex;
44
+ align-items: center;
45
+ gap: 22px;
46
+ }
47
+ .icon-cloud {
48
+ width: 40px; height: 26px; border-radius: 20px; background: rgba(255,255,255,0.85);
49
+ }
50
+ .icon-wifi, .icon-battery {
51
+ width: 44px; height: 28px; border: 3px solid #fff; border-radius: 6px;
52
+ }
53
+ .search-row {
54
+ display: flex; align-items: center; gap: 24px;
55
+ }
56
+ .back-btn {
57
+ width: 72px; height: 72px; display: flex; align-items: center; justify-content: center;
58
+ }
59
+ .search-box {
60
+ flex: 1;
61
+ height: 96px;
62
+ border-radius: 20px;
63
+ background: #f2f2f2;
64
+ box-shadow: inset 0 0 0 2px #e0e0e0;
65
+ display: flex; align-items: center; padding: 0 28px; box-sizing: border-box;
66
+ color: #6d6d6d; font-size: 38px;
67
+ }
68
+ .mic-btn {
69
+ width: 72px; height: 72px; display: flex; align-items: center; justify-content: center;
70
+ }
71
+
72
+ /* Chips */
73
+ .chips {
74
+ position: absolute;
75
+ top: 260px;
76
+ left: 0;
77
+ width: 1080px;
78
+ padding: 24px 36px;
79
+ box-sizing: border-box;
80
+ background: #ffffff;
81
+ }
82
+ .chip {
83
+ display: inline-flex;
84
+ align-items: center;
85
+ gap: 16px;
86
+ margin-right: 24px;
87
+ padding: 22px 28px;
88
+ border-radius: 48px;
89
+ border: 2px solid #e6e6e6;
90
+ background: #ffffff;
91
+ color: #333;
92
+ font-size: 40px;
93
+ box-shadow: 0 2px 0 #f3f3f3 inset;
94
+ }
95
+ .divider {
96
+ position: absolute;
97
+ top: 376px;
98
+ left: 0;
99
+ width: 1080px;
100
+ height: 2px;
101
+ background: #e9e9e9;
102
+ }
103
+
104
+ /* Trending Section */
105
+ .section {
106
+ position: absolute;
107
+ top: 392px;
108
+ left: 0;
109
+ width: 1080px;
110
+ padding: 22px 36px;
111
+ box-sizing: border-box;
112
+ }
113
+ .section-title {
114
+ display: flex; align-items: center; gap: 18px;
115
+ color: #444; font-size: 44px; font-weight: 600;
116
+ margin-bottom: 24px;
117
+ }
118
+ .section-row {
119
+ display: flex; gap: 36px;
120
+ }
121
+ .product {
122
+ width: 180px;
123
+ text-align: center;
124
+ }
125
+ .product-card {
126
+ width: 180px; height: 180px;
127
+ border-radius: 32px;
128
+ background: #fafafa;
129
+ border: 2px solid #e0e0e0;
130
+ display: flex; align-items: center; justify-content: center;
131
+ color: #757575;
132
+ font-size: 28px;
133
+ margin-bottom: 20px;
134
+ }
135
+ .product-label {
136
+ font-size: 40px; color: #333;
137
+ }
138
+
139
+ /* White area spacer below cards */
140
+ .content-space {
141
+ position: absolute;
142
+ top: 770px;
143
+ left: 0;
144
+ width: 1080px;
145
+ height: 740px;
146
+ background: #ffffff;
147
+ }
148
+
149
+ /* Keyboard */
150
+ .keyboard {
151
+ position: absolute;
152
+ bottom: 0;
153
+ left: 0;
154
+ width: 1080px;
155
+ height: 890px;
156
+ background: #151515;
157
+ color: #eaeaea;
158
+ box-sizing: border-box;
159
+ padding: 36px 24px 24px 24px;
160
+ }
161
+ .kb-top-icons {
162
+ display: flex; align-items: center; justify-content: space-around;
163
+ margin-bottom: 28px;
164
+ }
165
+ .kb-icon {
166
+ width: 110px; height: 70px; border-radius: 12px; background: #1f1f1f; border: 1px solid #333;
167
+ display: flex; align-items: center; justify-content: center; font-size: 32px;
168
+ }
169
+ .kb-keys-row {
170
+ display: grid;
171
+ grid-template-columns: repeat(10, 1fr);
172
+ gap: 18px;
173
+ margin-bottom: 22px;
174
+ }
175
+ .kb-key {
176
+ height: 120px;
177
+ background: #2b2b2b;
178
+ border-radius: 18px;
179
+ border: 1px solid #3a3a3a;
180
+ display: flex; align-items: center; justify-content: center;
181
+ font-size: 54px;
182
+ color: #f5f5f5;
183
+ }
184
+ .kb-keys-row.nine { grid-template-columns: repeat(9, 1fr); }
185
+ .kb-keys-row.seven { grid-template-columns: repeat(7, 1fr); }
186
+ .kb-bottom {
187
+ display: grid;
188
+ grid-template-columns: 1.2fr 0.9fr 0.9fr 3.2fr 0.9fr 1.2fr;
189
+ gap: 18px;
190
+ margin-top: 10px;
191
+ }
192
+ .kb-key.small { height: 110px; font-size: 44px; }
193
+ .space { height: 110px; background: #2b2b2b; border-radius: 18px; border: 1px solid #3a3a3a; }
194
+ .search-action {
195
+ background: #bcd0e7;
196
+ color: #111;
197
+ font-weight: 700;
198
+ }
199
+
200
+ /* SVG helper sizes */
201
+ .svg-32 { width: 64px; height: 64px; }
202
+ .svg-28 { width: 56px; height: 56px; }
203
+ </style>
204
+ </head>
205
+ <body>
206
+ <div id="render-target">
207
+
208
+ <!-- Top App Bar -->
209
+ <div class="app-bar">
210
+ <div class="status-row">
211
+ <div class="status-left">
212
+ <div>8:42</div>
213
+ <div class="icon-cloud"></div>
214
+ </div>
215
+ <div class="status-right">
216
+ <div class="icon-wifi"></div>
217
+ <div class="icon-battery"></div>
218
+ </div>
219
+ </div>
220
+
221
+ <div class="search-row">
222
+ <div class="back-btn">
223
+ <svg class="svg-32" viewBox="0 0 48 48">
224
+ <path d="M28 8 L12 24 L28 40" stroke="#ffffff" stroke-width="6" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
225
+ </svg>
226
+ </div>
227
+ <div class="search-box">
228
+ <svg class="svg-28" viewBox="0 0 48 48" style="margin-right:16px;">
229
+ <circle cx="20" cy="20" r="12" stroke="#9e9e9e" stroke-width="4" fill="none"/>
230
+ <line x1="30" y1="30" x2="42" y2="42" stroke="#9e9e9e" stroke-width="4" stroke-linecap="round"/>
231
+ </svg>
232
+ <div style="flex:1;">Aapko Kya Chahiye?</div>
233
+ </div>
234
+ <div class="mic-btn">
235
+ <svg class="svg-32" viewBox="0 0 48 48">
236
+ <rect x="18" y="16" width="12" height="18" rx="6" fill="#ffffff"/>
237
+ <circle cx="24" cy="12" r="6" fill="#ffffff"/>
238
+ <path d="M14 32 C14 40 34 40 34 32" stroke="#ffffff" stroke-width="4" fill="none" stroke-linecap="round"/>
239
+ <line x1="24" y1="32" x2="24" y2="42" stroke="#ffffff" stroke-width="4"/>
240
+ </svg>
241
+ </div>
242
+ </div>
243
+ </div>
244
+
245
+ <!-- Chips -->
246
+ <div class="chips">
247
+ <div class="chip">
248
+ <svg width="48" height="48" viewBox="0 0 48 48">
249
+ <path d="M10 24 A14 14 0 0 1 34 10" stroke="#777" stroke-width="4" fill="none"/>
250
+ <polyline points="32,8 36,16 24,14" fill="none" stroke="#777" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
251
+ </svg>
252
+ <span>whole grain</span>
253
+ </div>
254
+ <div class="chip">
255
+ <svg width="48" height="48" viewBox="0 0 48 48">
256
+ <path d="M10 24 A14 14 0 0 1 34 10" stroke="#777" stroke-width="4" fill="none"/>
257
+ <polyline points="32,8 36,16 24,14" fill="none" stroke="#777" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
258
+ </svg>
259
+ <span>banana</span>
260
+ </div>
261
+ </div>
262
+ <div class="divider"></div>
263
+
264
+ <!-- Trending Section -->
265
+ <div class="section">
266
+ <div class="section-title">
267
+ <svg width="56" height="56" viewBox="0 0 48 48">
268
+ <polyline points="8,32 20,20 30,28 40,12" fill="none" stroke="#666" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
269
+ <polyline points="32,12 40,12 40,20" fill="none" stroke="#666" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
270
+ </svg>
271
+ <span>Trending in your area</span>
272
+ </div>
273
+
274
+ <div class="section-row">
275
+ <div class="product">
276
+ <div class="product-card">[IMG: Oil Bottle]</div>
277
+ <div class="product-label">Oil</div>
278
+ </div>
279
+ <div class="product">
280
+ <div class="product-card">[IMG: Ghee Jar]</div>
281
+ <div class="product-label">Ghee</div>
282
+ </div>
283
+ <div class="product">
284
+ <div class="product-card">[IMG: Sugar Pack]</div>
285
+ <div class="product-label">Sugar</div>
286
+ </div>
287
+ <div class="product">
288
+ <div class="product-card">[IMG: Rice Bag]</div>
289
+ <div class="product-label">Rice</div>
290
+ </div>
291
+ <div class="product">
292
+ <div class="product-card">[IMG: Biscuits]</div>
293
+ <div class="product-label">Biscuits</div>
294
+ </div>
295
+ </div>
296
+ </div>
297
+
298
+ <div class="content-space"></div>
299
+
300
+ <!-- Keyboard -->
301
+ <div class="keyboard">
302
+ <div class="kb-top-icons">
303
+ <div class="kb-icon">😊</div>
304
+ <div class="kb-icon">GIF</div>
305
+ <div class="kb-icon">⚙️</div>
306
+ <div class="kb-icon">G↔︎</div>
307
+ <div class="kb-icon">🎨</div>
308
+ <div class="kb-icon">🎤</div>
309
+ </div>
310
+
311
+ <div class="kb-keys-row">
312
+ <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>
313
+ <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>
314
+ </div>
315
+ <div class="kb-keys-row nine">
316
+ <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>
317
+ <div class="kb-key">h</div><div class="kb-key">j</div><div class="kb-key">k</div><div class="kb-key">l</div>
318
+ </div>
319
+ <div class="kb-keys-row seven">
320
+ <div class="kb-key">z</div><div class="kb-key">x</div><div class="kb-key">c</div><div class="kb-key">v</div><div class="kb-key">b</div>
321
+ <div class="kb-key">n</div><div class="kb-key">m</div>
322
+ </div>
323
+
324
+ <div class="kb-bottom">
325
+ <div class="kb-key small">?123</div>
326
+ <div class="kb-key small">,</div>
327
+ <div class="kb-key small">☺</div>
328
+ <div class="space"></div>
329
+ <div class="kb-key small">.</div>
330
+ <div class="kb-key small search-action">
331
+ <svg width="44" height="44" viewBox="0 0 48 48">
332
+ <circle cx="20" cy="20" r="12" stroke="#1d2b3a" stroke-width="4" fill="none"/>
333
+ <line x1="30" y1="30" x2="42" y2="42" stroke="#1d2b3a" stroke-width="4" stroke-linecap="round"/>
334
+ </svg>
335
+ </div>
336
+ </div>
337
+ </div>
338
+
339
+ </div>
340
+ </body>
341
+ </html>
code/12003/12003_4.html ADDED
@@ -0,0 +1,348 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Search UI - Potatoes</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: "Helvetica Neue", Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #FFFFFF;
14
+ }
15
+
16
+ /* Top green app bar */
17
+ .app-header {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 300px;
23
+ background: #2E7D32;
24
+ }
25
+
26
+ /* Status bar */
27
+ .status-bar {
28
+ height: 90px;
29
+ display: flex;
30
+ align-items: center;
31
+ padding: 0 36px;
32
+ color: #fff;
33
+ font-weight: 600;
34
+ font-size: 40px;
35
+ }
36
+ .status-bar .right-icons {
37
+ margin-left: auto;
38
+ display: flex;
39
+ align-items: center;
40
+ gap: 24px;
41
+ }
42
+ .icon-cloud, .icon-signal {
43
+ width: 38px; height: 38px;
44
+ }
45
+
46
+ /* Search row */
47
+ .search-row {
48
+ display: flex;
49
+ align-items: center;
50
+ padding: 24px 36px;
51
+ gap: 24px;
52
+ }
53
+ .back-btn {
54
+ width: 72px; height: 72px;
55
+ display: flex; align-items: center; justify-content: center;
56
+ }
57
+ .search-box {
58
+ flex: 1;
59
+ height: 118px;
60
+ background: #fff;
61
+ border-radius: 18px;
62
+ display: flex;
63
+ align-items: center;
64
+ padding: 0 24px;
65
+ box-shadow: 0 2px 0 rgba(0,0,0,0.08) inset;
66
+ gap: 18px;
67
+ }
68
+ .search-box .icon {
69
+ width: 44px; height: 44px; flex: 0 0 auto;
70
+ }
71
+ .search-text {
72
+ font-size: 46px;
73
+ color: #333;
74
+ flex: 1;
75
+ }
76
+ .clear-btn {
77
+ width: 60px; height: 60px; display: flex; align-items: center; justify-content: center;
78
+ }
79
+
80
+ /* Suggestions area */
81
+ .suggestions {
82
+ position: absolute;
83
+ top: 300px;
84
+ left: 0;
85
+ width: 1080px;
86
+ background: #fff;
87
+ border-top-left-radius: 18px;
88
+ border-top-right-radius: 18px;
89
+ }
90
+ .suggest-item {
91
+ height: 120px;
92
+ display: flex;
93
+ align-items: center;
94
+ padding: 0 40px;
95
+ font-size: 46px;
96
+ color: #222;
97
+ border-bottom: 1px solid #eee;
98
+ }
99
+ .suggest-item .arrow {
100
+ margin-left: auto;
101
+ width: 40px; height: 40px;
102
+ }
103
+
104
+ /* Content dimmed (behind keyboard) */
105
+ .content {
106
+ position: absolute;
107
+ top: 420px;
108
+ left: 0;
109
+ width: 1080px;
110
+ padding: 36px;
111
+ background: rgba(0,0,0,0.06);
112
+ height: 950px;
113
+ }
114
+ .section-title {
115
+ display: flex; align-items: center; gap: 16px;
116
+ color: #333;
117
+ font-size: 44px; font-weight: 600;
118
+ margin-bottom: 24px;
119
+ }
120
+ .trending-row {
121
+ display: flex; gap: 28px;
122
+ }
123
+ .trend-card {
124
+ width: 160px; height: 220px;
125
+ background: #fff;
126
+ border-radius: 22px;
127
+ box-shadow: 0 2px 6px rgba(0,0,0,0.08);
128
+ display: flex; flex-direction: column; align-items: center; justify-content: center;
129
+ padding: 12px;
130
+ }
131
+ .trend-card .img-placeholder {
132
+ width: 140px; height: 140px;
133
+ background: #E0E0E0; border: 1px solid #BDBDBD;
134
+ display: flex; align-items: center; justify-content: center; color: #757575;
135
+ font-size: 30px; border-radius: 12px;
136
+ }
137
+ .trend-card .label {
138
+ margin-top: 10px; font-size: 36px; color: #333;
139
+ }
140
+
141
+ /* Keyboard */
142
+ .keyboard {
143
+ position: absolute;
144
+ left: 0;
145
+ bottom: 90px; /* leave room for home indicator */
146
+ width: 1080px;
147
+ height: 1000px;
148
+ background: #121212;
149
+ border-top-left-radius: 22px;
150
+ border-top-right-radius: 22px;
151
+ color: #fff;
152
+ }
153
+ .kb-suggestion {
154
+ height: 140px; border-bottom: 1px solid #1f1f1f;
155
+ display: flex; align-items: center; padding: 0 36px; gap: 24px;
156
+ font-size: 46px;
157
+ }
158
+ .kb-suggestion .pill {
159
+ flex: 1; text-align: center;
160
+ color: #dcdcdc;
161
+ }
162
+ .kb-suggestion .micro {
163
+ margin-left: auto;
164
+ width: 64px; height: 64px;
165
+ }
166
+ .keys {
167
+ padding: 26px 24px;
168
+ }
169
+ .row {
170
+ display: flex; justify-content: space-between; margin-bottom: 26px;
171
+ }
172
+ .key {
173
+ background: #2A2A2A;
174
+ border-radius: 18px;
175
+ height: 120px;
176
+ min-width: 88px;
177
+ flex: 1;
178
+ margin: 0 8px;
179
+ display: flex; align-items: center; justify-content: center;
180
+ color: #EDEDED;
181
+ font-size: 48px;
182
+ box-shadow: inset 0 -2px 0 rgba(0,0,0,0.3);
183
+ }
184
+ .key.small { min-width: 70px; }
185
+ .key.wide { flex: 3; }
186
+ .key.space { flex: 6; }
187
+ .key.icon-btn { width: 120px; flex: 0 0 120px; }
188
+
189
+ .search-fab {
190
+ position: absolute;
191
+ right: 30px;
192
+ bottom: 40px;
193
+ width: 110px; height: 110px;
194
+ background: #C5D7F8;
195
+ border-radius: 55px;
196
+ display: flex; align-items: center; justify-content: center;
197
+ }
198
+
199
+ /* Home indicator */
200
+ .home-indicator {
201
+ position: absolute;
202
+ bottom: 20px;
203
+ left: 50%;
204
+ transform: translateX(-50%);
205
+ width: 600px; height: 16px;
206
+ background: #D9D9D9;
207
+ border-radius: 10px;
208
+ }
209
+ </style>
210
+ </head>
211
+ <body>
212
+ <div id="render-target">
213
+
214
+ <!-- Top App Bar -->
215
+ <div class="app-header">
216
+ <div class="status-bar">
217
+ <div>8:42</div>
218
+ <div class="right-icons">
219
+ <!-- simple cloud -->
220
+ <svg class="icon-cloud" viewBox="0 0 24 24">
221
+ <path fill="#ffffff" d="M6 18h10a4 4 0 0 0 0-8h-.3A6 6 0 0 0 5 10.5C3.3 11.2 2 12.8 2 14.6 2 16.6 3.6 18 6 18z"/>
222
+ </svg>
223
+ <!-- signal/battery placeholder -->
224
+ <svg class="icon-signal" viewBox="0 0 24 24">
225
+ <rect x="2" y="14" width="3" height="6" fill="#fff"/>
226
+ <rect x="7" y="10" width="3" height="10" fill="#fff"/>
227
+ <rect x="12" y="6" width="3" height="14" fill="#fff"/>
228
+ <rect x="17" y="2" width="3" height="18" fill="#fff"/>
229
+ </svg>
230
+ </div>
231
+ </div>
232
+
233
+ <div class="search-row">
234
+ <div class="back-btn">
235
+ <svg viewBox="0 0 24 24" width="48" height="48">
236
+ <path d="M15 5l-7 7 7 7" stroke="#1b1b1b" stroke-width="2.4" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
237
+ </svg>
238
+ </div>
239
+ <div class="search-box">
240
+ <svg class="icon" viewBox="0 0 24 24">
241
+ <circle cx="10" cy="10" r="7" stroke="#777" stroke-width="2" fill="none"/>
242
+ <path d="M15 15l6 6" stroke="#777" stroke-width="2" fill="none" stroke-linecap="round"/>
243
+ </svg>
244
+ <div class="search-text">potatoes</div>
245
+ <div class="clear-btn">
246
+ <svg viewBox="0 0 24 24" width="40" height="40">
247
+ <path d="M5 5l14 14M19 5L5 19" stroke="#6C6C6C" stroke-width="2.4" stroke-linecap="round"/>
248
+ </svg>
249
+ </div>
250
+ </div>
251
+ </div>
252
+ </div>
253
+
254
+ <!-- Suggestions -->
255
+ <div class="suggestions">
256
+ <div class="suggest-item">
257
+ potatoes
258
+ <svg class="arrow" viewBox="0 0 24 24">
259
+ <path d="M7 17l10-10M7 7h10v10" stroke="#777" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
260
+ </svg>
261
+ </div>
262
+ </div>
263
+
264
+ <!-- Dimmed content -->
265
+ <div class="content">
266
+ <div class="section-title">
267
+ <svg width="30" height="30" viewBox="0 0 24 24"><path d="M4 14h16" stroke="#333" stroke-width="2" fill="none"/><path d="M6 10h12" stroke="#333" stroke-width="2" fill="none"/></svg>
268
+ <span>Trending in your area</span>
269
+ </div>
270
+ <div class="trending-row">
271
+ <div class="trend-card">
272
+ <div class="img-placeholder">[IMG: Oil]</div>
273
+ <div class="label">Oil</div>
274
+ </div>
275
+ <div class="trend-card">
276
+ <div class="img-placeholder">[IMG: Ghee]</div>
277
+ <div class="label">Ghee</div>
278
+ </div>
279
+ <div class="trend-card">
280
+ <div class="img-placeholder">[IMG: Sugar]</div>
281
+ <div class="label">Sugar</div>
282
+ </div>
283
+ <div class="trend-card">
284
+ <div class="img-placeholder">[IMG: Rice]</div>
285
+ <div class="label">Rice</div>
286
+ </div>
287
+ <div class="trend-card">
288
+ <div class="img-placeholder">[IMG: Biscuits]</div>
289
+ <div class="label">Biscuits</div>
290
+ </div>
291
+ </div>
292
+ </div>
293
+
294
+ <!-- Keyboard -->
295
+ <div class="keyboard">
296
+ <div class="kb-suggestion">
297
+ <svg width="42" height="42" viewBox="0 0 24 24">
298
+ <rect x="3" y="3" width="18" height="18" rx="3" ry="3" fill="#6f6f6f"/>
299
+ <circle cx="8" cy="8" r="2.6" fill="#121212"/>
300
+ <circle cx="16" cy="8" r="2.6" fill="#121212"/>
301
+ </svg>
302
+ <div class="pill">potatoes</div>
303
+ <svg class="micro" viewBox="0 0 24 24">
304
+ <rect x="9" y="4" width="6" height="10" rx="3" fill="#dcdcdc"/>
305
+ <path d="M6 10a6 6 0 0 0 12 0M12 16v4" stroke="#dcdcdc" stroke-width="2" fill="none" stroke-linecap="round"/>
306
+ </svg>
307
+ </div>
308
+ <div class="keys">
309
+ <div class="row">
310
+ <div class="key small">1</div><div class="key small">2</div><div class="key small">3</div><div class="key small">4</div><div class="key small">5</div><div class="key small">6</div><div class="key small">7</div><div class="key small">8</div><div class="key small">9</div><div class="key small">0</div>
311
+ </div>
312
+ <div class="row">
313
+ <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>
314
+ </div>
315
+ <div class="row">
316
+ <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>
317
+ </div>
318
+ <div class="row">
319
+ <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>
320
+ <div class="key icon-btn">
321
+ <svg viewBox="0 0 24 24" width="44" height="44"><path d="M4 20l4-4-4-4 4-4-4-4" stroke="#EDEDED" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
322
+ </div>
323
+ </div>
324
+ <div class="row">
325
+ <div class="key icon-btn">?123</div>
326
+ <div class="key icon-btn">,</div>
327
+ <div class="key icon-btn">
328
+ <svg viewBox="0 0 24 24" width="44" height="44">
329
+ <circle cx="12" cy="9" r="3.5" fill="#EDEDED"/>
330
+ <path d="M3 21c2-4 7-6 9-6s7 2 9 6" stroke="#EDEDED" stroke-width="2" fill="none" stroke-linecap="round"/>
331
+ </svg>
332
+ </div>
333
+ <div class="key space"></div>
334
+ <div class="key icon-btn">.</div>
335
+ </div>
336
+ </div>
337
+ <div class="search-fab">
338
+ <svg viewBox="0 0 24 24" width="50" height="50">
339
+ <circle cx="10" cy="10" r="7" stroke="#2B4B94" stroke-width="2" fill="none"/>
340
+ <path d="M15 15l6 6" stroke="#2B4B94" stroke-width="2" fill="none" stroke-linecap="round"/>
341
+ </svg>
342
+ </div>
343
+ </div>
344
+
345
+ <div class="home-indicator"></div>
346
+ </div>
347
+ </body>
348
+ </html>
code/12003/12003_5.html ADDED
@@ -0,0 +1,353 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>DMart Potatoes Listing</title>
5
+ <style>
6
+ body{margin:0;padding:0;background:transparent;font-family:Arial, Helvetica, sans-serif;}
7
+ #render-target{
8
+ position:relative;
9
+ overflow:hidden;
10
+ width:1080px;
11
+ height:2400px;
12
+ background:#ffffff;
13
+ border-radius:0;
14
+ box-shadow:none;
15
+ }
16
+ /* Top status bar */
17
+ .status-bar{
18
+ position:absolute;
19
+ top:0;left:0;
20
+ width:1080px;height:90px;
21
+ background:#2f7d32;
22
+ color:#fff;
23
+ display:flex;
24
+ align-items:center;
25
+ padding:0 32px;
26
+ box-sizing:border-box;
27
+ font-size:40px;
28
+ }
29
+ .status-right{
30
+ margin-left:auto;
31
+ display:flex;
32
+ gap:28px;
33
+ align-items:center;
34
+ }
35
+ .status-icon{
36
+ width:44px;height:44px;background:rgba(255,255,255,0.2);
37
+ border-radius:8px;
38
+ }
39
+
40
+ /* App bar */
41
+ .app-bar{
42
+ position:absolute;top:90px;left:0;
43
+ width:1080px;height:120px;
44
+ background:#2f7d32;
45
+ color:#fff;
46
+ display:flex;align-items:center;
47
+ padding:0 24px;
48
+ box-sizing:border-box;
49
+ }
50
+ .back-btn{
51
+ width:80px;height:80px;display:flex;align-items:center;justify-content:center;
52
+ }
53
+ .app-title{font-size:54px;font-weight:700;margin-left:14px;}
54
+ .app-actions{margin-left:auto;display:flex;gap:34px;}
55
+ .action-icon{width:72px;height:72px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:rgba(255,255,255,0.12);}
56
+ /* Search bar */
57
+ .search-bar{
58
+ position:absolute;top:210px;left:0;width:1080px;height:120px;
59
+ padding:0 24px;box-sizing:border-box;
60
+ display:flex;align-items:center;
61
+ }
62
+ .search-input{
63
+ width:1032px;height:96px;border-radius:18px;background:#f0f1f3;
64
+ border:1px solid #d0d3d6;color:#777;padding:0 28px;display:flex;align-items:center;font-size:40px;
65
+ }
66
+
67
+ /* Small label line (18 & more) */
68
+ .top-note{
69
+ position:absolute;top:330px;left:0;width:1080px;height:72px;
70
+ display:flex;align-items:center;justify-content:flex-end;
71
+ padding:0 28px;box-sizing:border-box;color:#757575;font-size:40px;
72
+ }
73
+
74
+ /* Product list area */
75
+ .list{
76
+ position:absolute;top:402px;left:0;width:1080px;height:auto;
77
+ padding-bottom:40px;
78
+ }
79
+ .card{
80
+ width:1080px;min-height:420px;border-top:1px solid #e6e6e6;
81
+ padding:26px 24px;box-sizing:border-box;
82
+ }
83
+ .row{
84
+ display:flex;gap:26px;
85
+ }
86
+ .product-img{
87
+ width:280px;height:240px;background:#E0E0E0;border:1px solid #BDBDBD;
88
+ display:flex;align-items:center;justify-content:center;color:#757575;font-size:32px;border-radius:10px;
89
+ }
90
+ .veg-mark{
91
+ position:absolute;left:24px;top:30px;width:40px;height:40px;border:2px solid #2f7d32;border-radius:8px;display:flex;align-items:center;justify-content:center;background:#fff;
92
+ }
93
+ .veg-mark::after{
94
+ content:'';width:14px;height:14px;background:#2f7d32;border-radius:50%;
95
+ }
96
+ .info{
97
+ flex:1;position:relative;
98
+ }
99
+ .title{
100
+ font-size:44px;font-weight:700;color:#222;margin-bottom:14px;
101
+ }
102
+ .variant{
103
+ display:flex;align-items:center;gap:16px;margin:8px 0 18px 0;
104
+ }
105
+ .variant-box{
106
+ border:1px solid #cdd6cf;border-radius:14px;height:76px;display:flex;align-items:center;padding:0 20px;font-size:34px;color:#444;min-width:420px;background:#fafafa;
107
+ }
108
+ .dropdown-dot{
109
+ width:52px;height:52px;border-radius:26px;background:#4caf50;display:flex;align-items:center;justify-content:center;
110
+ }
111
+ .price-line{
112
+ display:flex;align-items:center;gap:20px;margin-bottom:10px;
113
+ }
114
+ .brand{
115
+ font-size:42px;color:#2f7d32;font-weight:700;
116
+ }
117
+ .price{
118
+ font-size:42px;color:#111;font-weight:700;
119
+ }
120
+ .mrp{
121
+ font-size:34px;color:#999;text-decoration:line-through;margin-left:12px;
122
+ }
123
+ .tax-note{font-size:28px;color:#777;margin-bottom:20px;}
124
+ .off-pill{
125
+ position:absolute;right:24px;top:110px;
126
+ background:#ffe0b2;border:2px solid #ffcc80;color:#d66d00;
127
+ height:110px;min-width:220px;border-radius:60px;
128
+ display:flex;align-items:center;justify-content:center;flex-direction:column;
129
+ font-weight:700;
130
+ }
131
+ .off-pill .amount{font-size:44px;}
132
+ .off-pill .text{font-size:32px;margin-top:-6px;}
133
+ .add-btn{
134
+ width:580px;height:90px;background:#43a047;color:#fff;border:none;border-radius:16px;
135
+ display:flex;align-items:center;justify-content:center;gap:22px;font-size:44px;font-weight:700;cursor:pointer;
136
+ }
137
+ .divider{width:100%;height:1px;background:#e9e9e9;margin:24px 0;}
138
+ .chip{
139
+ display:inline-flex;align-items:center;gap:16px;background:#e9f5ed;color:#2f7d32;border-radius:40px;padding:16px 24px;font-size:36px;margin:10px 24px;
140
+ }
141
+ .small-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;}
142
+ </style>
143
+ </head>
144
+ <body>
145
+ <div id="render-target">
146
+
147
+ <!-- Status Bar -->
148
+ <div class="status-bar">
149
+ <div>8:43</div>
150
+ <div class="status-right">
151
+ <div class="status-icon"></div>
152
+ <div class="status-icon"></div>
153
+ </div>
154
+ </div>
155
+
156
+ <!-- App Bar -->
157
+ <div class="app-bar">
158
+ <div class="back-btn">
159
+ <svg width="60" height="60" viewBox="0 0 24 24" fill="#fff">
160
+ <path d="M15 18l-6-6 6-6" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
161
+ </svg>
162
+ </div>
163
+ <div class="app-title">potatoes</div>
164
+ <div class="app-actions">
165
+ <div class="action-icon">
166
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
167
+ <circle cx="11" cy="11" r="7"></circle>
168
+ <path d="M21 21l-4.3-4.3"></path>
169
+ </svg>
170
+ </div>
171
+ <div class="action-icon">
172
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
173
+ <path d="M6 6h15l-2 10H7L6 6z"></path>
174
+ <circle cx="9" cy="20" r="1.8" fill="#fff"></circle>
175
+ <circle cx="17" cy="20" r="1.8" fill="#fff"></circle>
176
+ </svg>
177
+ </div>
178
+ <div class="action-icon">
179
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
180
+ <circle cx="12" cy="8" r="4"></circle>
181
+ <path d="M4 20c0-4.4 3.6-8 8-8s8 3.6 8 8"></path>
182
+ </svg>
183
+ </div>
184
+ </div>
185
+ </div>
186
+
187
+ <!-- Search Bar -->
188
+ <div class="search-bar">
189
+ <div class="search-input">Search results</div>
190
+ </div>
191
+
192
+ <!-- Small note "18 & more" -->
193
+ <div class="top-note">18 &amp; more</div>
194
+
195
+ <!-- Product List -->
196
+ <div class="list">
197
+
198
+ <!-- Card 1: Fresh Potato -->
199
+ <div class="card">
200
+ <div class="veg-mark"></div>
201
+ <div class="row">
202
+ <div class="product-img">[IMG: Fresh Potatoes]</div>
203
+ <div class="info">
204
+ <div class="title">Fresh Potato (Aloo) : 2 kgs</div>
205
+ <div class="variant">
206
+ <div class="variant-box">2 kg (₹ 28.00 / 1 kg)</div>
207
+ <div class="dropdown-dot">
208
+ <svg width="22" height="22" viewBox="0 0 24 24">
209
+ <path d="M7 10l5 5 5-5" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
210
+ </svg>
211
+ </div>
212
+ </div>
213
+ <div class="price-line">
214
+ <div class="brand">DMart</div>
215
+ <div class="price">₹56</div>
216
+ <div class="mrp">MRP ₹80</div>
217
+ </div>
218
+ <div class="tax-note">Incl. of all taxes</div>
219
+ <button class="add-btn">
220
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
221
+ <path d="M6 6h15l-2 10H7L6 6z"></path>
222
+ </svg>
223
+ ADD
224
+ </button>
225
+ <div class="off-pill">
226
+ <div class="amount">₹24</div>
227
+ <div class="text">OFF</div>
228
+ </div>
229
+ </div>
230
+ </div>
231
+ </div>
232
+
233
+ <!-- Home Delivery Chip -->
234
+ <div class="chip">
235
+ <div class="small-icon">
236
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="#2f7d32" stroke-width="2">
237
+ <path d="M3 12l9-7 9 7v8H3z"></path>
238
+ <path d="M9 21V9h6v12"></path>
239
+ </svg>
240
+ </div>
241
+ Home Delivery Only
242
+ </div>
243
+
244
+ <!-- Card 2: McCain Potato Cheese Shotz -->
245
+ <div class="card">
246
+ <div class="veg-mark" style="top:120px;"></div>
247
+ <div class="row">
248
+ <div class="product-img" style="height:260px;">[IMG: McCain Potato Cheese Shotz Pack]</div>
249
+ <div class="info">
250
+ <div class="title">McCain Potato Cheese Shotz : 400 gms</div>
251
+ <div class="variant">
252
+ <div class="variant-box">400 gm (₹ 0.50 / 1 gm)</div>
253
+ <div class="dropdown-dot">
254
+ <svg width="22" height="22" viewBox="0 0 24 24">
255
+ <path d="M7 10l5 5 5-5" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
256
+ </svg>
257
+ </div>
258
+ </div>
259
+ <div class="price-line">
260
+ <div class="brand">DMart</div>
261
+ <div class="price">₹200</div>
262
+ <div class="mrp">MRP ₹240</div>
263
+ </div>
264
+ <div class="tax-note">Incl. of all taxes</div>
265
+ <button class="add-btn">
266
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
267
+ <path d="M6 6h15l-2 10H7L6 6z"></path>
268
+ </svg>
269
+ ADD
270
+ </button>
271
+ <div class="off-pill">
272
+ <div class="amount">₹40</div>
273
+ <div class="text">OFF</div>
274
+ </div>
275
+ </div>
276
+ </div>
277
+ </div>
278
+
279
+ <!-- Card 3: Balaji Tomato Flavour Potato Wafers -->
280
+ <div class="card">
281
+ <div class="veg-mark" style="top:30px;"></div>
282
+ <div class="row">
283
+ <div class="product-img" style="height:260px;">[IMG: Balaji Tomato Twist Chips Pack]</div>
284
+ <div class="info">
285
+ <div class="title">Balaji Tomato Flavour Potato Wafers : 135 gms</div>
286
+ <div class="variant">
287
+ <div class="variant-box">135 gm (₹ 0.27 / 1 gm)</div>
288
+ <div class="dropdown-dot">
289
+ <svg width="22" height="22" viewBox="0 0 24 24">
290
+ <path d="M7 10l5 5 5-5" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
291
+ </svg>
292
+ </div>
293
+ </div>
294
+ <div class="price-line">
295
+ <div class="brand">DMart</div>
296
+ <div class="price">₹36</div>
297
+ <div class="mrp">MRP ₹40</div>
298
+ </div>
299
+ <div class="tax-note">Incl. of all taxes</div>
300
+ <button class="add-btn">
301
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
302
+ <path d="M6 6h15l-2 10H7L6 6z"></path>
303
+ </svg>
304
+ ADD
305
+ </button>
306
+ <div class="off-pill">
307
+ <div class="amount">₹4</div>
308
+ <div class="text">OFF</div>
309
+ </div>
310
+ </div>
311
+ </div>
312
+ </div>
313
+
314
+ <!-- Card 4: Pringles Original -->
315
+ <div class="card">
316
+ <div class="veg-mark" style="top:30px;"></div>
317
+ <div class="row">
318
+ <div class="product-img" style="height:260px;">[IMG: Pringles Original Can]</div>
319
+ <div class="info">
320
+ <div class="title">Pringles Potato Chips - Original : 107 gms</div>
321
+ <div class="variant">
322
+ <div class="variant-box">107 gm (₹ 0.93 / 1 gm)</div>
323
+ <div class="dropdown-dot">
324
+ <svg width="22" height="22" viewBox="0 0 24 24">
325
+ <path d="M7 10l5 5 5-5" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
326
+ </svg>
327
+ </div>
328
+ </div>
329
+ <div class="price-line">
330
+ <div class="brand">DMart</div>
331
+ <div class="price">₹99</div>
332
+ <div class="mrp">MRP ₹115</div>
333
+ </div>
334
+ <div class="tax-note">Incl. of all taxes</div>
335
+ <button class="add-btn">
336
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
337
+ <path d="M6 6h15l-2 10H7L6 6z"></path>
338
+ </svg>
339
+ ADD
340
+ </button>
341
+ <div class="off-pill">
342
+ <div class="amount">₹16</div>
343
+ <div class="text">OFF</div>
344
+ </div>
345
+ </div>
346
+ </div>
347
+ </div>
348
+
349
+ </div>
350
+
351
+ </div>
352
+ </body>
353
+ </html>
code/12006/12006_0.html ADDED
@@ -0,0 +1,475 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Reviews UI</title>
7
+ <style>
8
+ :root {
9
+ --green: #2DA667;
10
+ --text: #222222;
11
+ --muted: #6F6F6F;
12
+ --line: #E6E6E6;
13
+ --bg: #FFFFFF;
14
+ }
15
+ body {
16
+ margin: 0;
17
+ padding: 0;
18
+ background: transparent;
19
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
20
+ }
21
+ #render-target {
22
+ width: 1080px;
23
+ height: 2400px;
24
+ position: relative;
25
+ overflow: hidden;
26
+ background: var(--bg);
27
+ border-radius: 28px;
28
+ }
29
+
30
+ /* Status bar */
31
+ .status-bar {
32
+ height: 110px;
33
+ padding: 0 36px;
34
+ display: flex;
35
+ align-items: center;
36
+ justify-content: space-between;
37
+ color: #000;
38
+ font-size: 40px;
39
+ }
40
+ .sb-right {
41
+ display: flex;
42
+ align-items: center;
43
+ gap: 28px;
44
+ }
45
+ .sb-icon {
46
+ width: 40px;
47
+ height: 40px;
48
+ }
49
+
50
+ /* App bar */
51
+ .app-bar {
52
+ height: 120px;
53
+ display: flex;
54
+ align-items: center;
55
+ padding: 0 36px;
56
+ justify-content: space-between;
57
+ }
58
+ .app-left {
59
+ display: flex;
60
+ align-items: center;
61
+ gap: 20px;
62
+ }
63
+ .app-right {
64
+ display: flex;
65
+ align-items: center;
66
+ gap: 48px;
67
+ }
68
+ .icon-btn {
69
+ width: 60px;
70
+ height: 60px;
71
+ }
72
+
73
+ /* Content */
74
+ .content {
75
+ padding: 20px 36px 0 36px;
76
+ }
77
+
78
+ /* Filters chip */
79
+ .chip {
80
+ display: inline-flex;
81
+ align-items: center;
82
+ gap: 18px;
83
+ border: 1px solid #D8D8D8;
84
+ border-radius: 44px;
85
+ padding: 22px 28px;
86
+ color: var(--text);
87
+ font-size: 36px;
88
+ }
89
+ .divider {
90
+ height: 2px;
91
+ background: var(--line);
92
+ margin: 40px 0;
93
+ }
94
+
95
+ /* Ratings summary */
96
+ .rating-row {
97
+ display: flex;
98
+ align-items: center;
99
+ gap: 18px;
100
+ }
101
+ .dot {
102
+ width: 36px;
103
+ height: 36px;
104
+ border-radius: 50%;
105
+ background: var(--green);
106
+ }
107
+ .dot-outline {
108
+ width: 36px;
109
+ height: 36px;
110
+ border-radius: 50%;
111
+ border: 4px solid var(--green);
112
+ background: transparent;
113
+ }
114
+ .summary-text {
115
+ font-size: 40px;
116
+ color: var(--text);
117
+ margin-left: 16px;
118
+ }
119
+
120
+ .bars {
121
+ margin-top: 36px;
122
+ }
123
+ .bar-item {
124
+ display: grid;
125
+ grid-template-columns: 300px 600px 120px;
126
+ align-items: center;
127
+ gap: 24px;
128
+ margin-bottom: 26px;
129
+ font-size: 40px;
130
+ color: var(--text);
131
+ }
132
+ .bar-track {
133
+ width: 100%;
134
+ height: 40px;
135
+ background: #D9D9D9;
136
+ border-radius: 24px;
137
+ overflow: hidden;
138
+ }
139
+ .bar-fill {
140
+ height: 100%;
141
+ background: var(--green);
142
+ border-radius: 24px;
143
+ width: 0%;
144
+ }
145
+ .count {
146
+ text-align: right;
147
+ color: var(--muted);
148
+ }
149
+
150
+ /* Review card */
151
+ .review {
152
+ margin-top: 36px;
153
+ }
154
+ .review-header {
155
+ display: grid;
156
+ grid-template-columns: 120px 1fr 60px;
157
+ gap: 26px;
158
+ align-items: center;
159
+ }
160
+ .avatar {
161
+ width: 120px;
162
+ height: 120px;
163
+ border-radius: 60px;
164
+ overflow: hidden;
165
+ background: #E0E0E0;
166
+ border: 1px solid #BDBDBD;
167
+ display: flex;
168
+ justify-content: center;
169
+ align-items: center;
170
+ color: #757575;
171
+ font-size: 28px;
172
+ }
173
+ .user-info .name {
174
+ font-size: 48px;
175
+ font-weight: 700;
176
+ color: var(--text);
177
+ }
178
+ .user-info .meta {
179
+ font-size: 34px;
180
+ color: var(--muted);
181
+ margin-top: 8px;
182
+ line-height: 1.4;
183
+ }
184
+ .kebab {
185
+ width: 18px;
186
+ height: 60px;
187
+ }
188
+
189
+ .review-rating {
190
+ display: flex;
191
+ gap: 18px;
192
+ margin: 32px 0 14px 0;
193
+ }
194
+ .review-title {
195
+ font-size: 46px;
196
+ font-weight: 800;
197
+ color: var(--text);
198
+ margin-bottom: 18px;
199
+ }
200
+ .review-sub {
201
+ font-size: 36px;
202
+ color: var(--muted);
203
+ margin-bottom: 18px;
204
+ }
205
+ .review-text {
206
+ font-size: 40px;
207
+ color: #3A3A3A;
208
+ line-height: 1.5;
209
+ margin-bottom: 22px;
210
+ }
211
+ .read-more {
212
+ font-size: 40px;
213
+ color: #1A73E8;
214
+ font-weight: 700;
215
+ display: inline-flex;
216
+ align-items: center;
217
+ gap: 8px;
218
+ }
219
+
220
+ /* Gallery */
221
+ .gallery {
222
+ display: grid;
223
+ grid-template-columns: repeat(3, 1fr);
224
+ gap: 24px;
225
+ margin: 34px 0 140px 0;
226
+ }
227
+ .img-ph {
228
+ height: 300px;
229
+ background: #E0E0E0;
230
+ border: 1px solid #BDBDBD;
231
+ display: flex;
232
+ justify-content: center;
233
+ align-items: center;
234
+ color: #757575;
235
+ font-size: 32px;
236
+ }
237
+
238
+ /* Bottom nav */
239
+ .bottom-nav {
240
+ position: absolute;
241
+ left: 0;
242
+ right: 0;
243
+ bottom: 80px;
244
+ height: 160px;
245
+ border-top: 2px solid var(--line);
246
+ background: #FFFFFF;
247
+ display: grid;
248
+ grid-template-columns: repeat(5, 1fr);
249
+ align-items: center;
250
+ padding: 0 24px;
251
+ }
252
+ .nav-item {
253
+ display: flex;
254
+ flex-direction: column;
255
+ align-items: center;
256
+ gap: 16px;
257
+ color: #6A6A6A;
258
+ font-size: 32px;
259
+ }
260
+ .nav-item .nav-icon {
261
+ width: 64px;
262
+ height: 64px;
263
+ }
264
+ .nav-item.active {
265
+ color: var(--text);
266
+ position: relative;
267
+ }
268
+ .nav-item.active::after {
269
+ content: "";
270
+ position: absolute;
271
+ bottom: -18px;
272
+ width: 140px;
273
+ height: 8px;
274
+ background: var(--green);
275
+ border-radius: 8px;
276
+ }
277
+
278
+ /* Home indicator */
279
+ .home-indicator {
280
+ position: absolute;
281
+ bottom: 20px;
282
+ left: 50%;
283
+ transform: translateX(-50%);
284
+ width: 360px;
285
+ height: 20px;
286
+ background: #BFBFBF;
287
+ border-radius: 12px;
288
+ }
289
+ </style>
290
+ </head>
291
+ <body>
292
+ <div id="render-target">
293
+
294
+ <!-- Status Bar -->
295
+ <div class="status-bar">
296
+ <div class="sb-left">10:32</div>
297
+ <div class="sb-right">
298
+ <svg class="sb-icon" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" fill="#666"/></svg>
299
+ <svg class="sb-icon" viewBox="0 0 24 24"><rect x="4" y="6" width="16" height="12" fill="#666"/></svg>
300
+ <svg class="sb-icon" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" fill="#666"/><circle cx="12" cy="12" r="5" fill="#fff"/></svg>
301
+ <svg class="sb-icon" viewBox="0 0 24 24"><path d="M3 18h18M4 6h16" stroke="#666" stroke-width="2"/></svg>
302
+ <svg class="sb-icon" viewBox="0 0 24 24"><path d="M2 18h14l6-6-6-6H2z" fill="#666"/></svg>
303
+ </div>
304
+ </div>
305
+
306
+ <!-- App Bar -->
307
+ <div class="app-bar">
308
+ <div class="app-left">
309
+ <svg class="icon-btn" viewBox="0 0 24 24">
310
+ <path d="M15 19L8 12l7-7" stroke="#000" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
311
+ </svg>
312
+ </div>
313
+ <div class="app-right">
314
+ <svg class="icon-btn" viewBox="0 0 24 24">
315
+ <circle cx="6" cy="6" r="3" fill="none" stroke="#000" stroke-width="2"/>
316
+ <circle cx="18" cy="12" r="3" fill="none" stroke="#000" stroke-width="2"/>
317
+ <circle cx="8" cy="18" r="3" fill="none" stroke="#000" stroke-width="2"/>
318
+ <path d="M8 6l8 6-10 6" stroke="#000" stroke-width="2" fill="none"/>
319
+ </svg>
320
+ <svg class="icon-btn" viewBox="0 0 24 24">
321
+ <path d="M12 21s8-4.6 8-11a5 5 0 0 0-8-3.9A5 5 0 0 0 4 10c0 6.4 8 11 8 11z" fill="none" stroke="#000" stroke-width="2"/>
322
+ </svg>
323
+ <svg class="icon-btn" viewBox="0 0 24 24">
324
+ <path d="M6 7h12l-2 12H8L6 7z" fill="none" stroke="#000" stroke-width="2"/>
325
+ <path d="M9 7V5a3 3 0 0 1 6 0v2" stroke="#000" stroke-width="2" fill="none"/>
326
+ </svg>
327
+ </div>
328
+ </div>
329
+
330
+ <!-- Content -->
331
+ <div class="content">
332
+
333
+ <!-- Filters chip -->
334
+ <div class="chip">
335
+ <svg width="40" height="40" viewBox="0 0 24 24">
336
+ <path d="M4 6h16M8 12h8M10 18h4" stroke="#000" stroke-width="2" stroke-linecap="round"/>
337
+ </svg>
338
+ <span>Filters</span>
339
+ </div>
340
+
341
+ <div class="divider"></div>
342
+
343
+ <!-- Ratings summary -->
344
+ <div class="rating-row">
345
+ <div class="dot"></div>
346
+ <div class="dot"></div>
347
+ <div class="dot"></div>
348
+ <div class="dot"></div>
349
+ <div class="dot-outline"></div>
350
+ <div class="summary-text">82 reviews</div>
351
+ </div>
352
+
353
+ <div class="bars">
354
+ <div class="bar-item">
355
+ <div class="label">Excellent</div>
356
+ <div class="bar-track">
357
+ <div class="bar-fill" style="width: 62%;"></div>
358
+ </div>
359
+ <div class="count">33</div>
360
+ </div>
361
+ <div class="bar-item">
362
+ <div class="label">Very good</div>
363
+ <div class="bar-track">
364
+ <div class="bar-fill" style="width: 52%;"></div>
365
+ </div>
366
+ <div class="count">36</div>
367
+ </div>
368
+ <div class="bar-item">
369
+ <div class="label">Average</div>
370
+ <div class="bar-track">
371
+ <div class="bar-fill" style="width: 20%;"></div>
372
+ </div>
373
+ <div class="count">10</div>
374
+ </div>
375
+ <div class="bar-item">
376
+ <div class="label">Poor</div>
377
+ <div class="bar-track">
378
+ <div class="bar-fill" style="width: 6%;"></div>
379
+ </div>
380
+ <div class="count">1</div>
381
+ </div>
382
+ <div class="bar-item">
383
+ <div class="label">Terrible</div>
384
+ <div class="bar-track">
385
+ <div class="bar-fill" style="width: 12%;"></div>
386
+ </div>
387
+ <div class="count">2</div>
388
+ </div>
389
+ </div>
390
+
391
+ <div class="divider"></div>
392
+
393
+ <!-- Review Card -->
394
+ <div class="review">
395
+ <div class="review-header">
396
+ <div class="avatar">User Avatar</div>
397
+ <div class="user-info">
398
+ <div class="name">Praveen K</div>
399
+ <div class="meta">Ghaziabad, India<br>794 contributions</div>
400
+ </div>
401
+ <svg class="kebab" viewBox="0 0 6 24">
402
+ <circle cx="3" cy="4" r="2" fill="#000"/>
403
+ <circle cx="3" cy="12" r="2" fill="#000"/>
404
+ <circle cx="3" cy="20" r="2" fill="#000"/>
405
+ </svg>
406
+ </div>
407
+
408
+ <div class="review-rating">
409
+ <div class="dot"></div>
410
+ <div class="dot"></div>
411
+ <div class="dot"></div>
412
+ <div class="dot"></div>
413
+ <div class="dot-outline"></div>
414
+ </div>
415
+
416
+ <div class="review-title">Good for information and some excitement</div>
417
+ <div class="review-sub">Mar 2022 • Family</div>
418
+ <div class="review-text">
419
+ Good replicas of wonders of the world, also lighted at night. This place has excellent dining options.
420
+ </div>
421
+ <div class="read-more">Read more
422
+ <svg width="28" height="28" viewBox="0 0 24 24">
423
+ <path d="M6 9l6 6 6-6" stroke="#1A73E8" stroke-width="2" fill="none" stroke-linecap="round"/>
424
+ </svg>
425
+ </div>
426
+
427
+ <div class="gallery">
428
+ <div class="img-ph">[IMG: Statue Base]</div>
429
+ <div class="img-ph">[IMG: Monument Pavilion]</div>
430
+ <div class="img-ph">[IMG: Visitors]</div>
431
+ </div>
432
+ </div>
433
+
434
+ </div>
435
+
436
+ <!-- Bottom Navigation -->
437
+ <div class="bottom-nav">
438
+ <div class="nav-item">
439
+ <svg class="nav-icon" viewBox="0 0 24 24">
440
+ <path d="M3 11l9-7 9 7v9H3z" fill="none" stroke="#000" stroke-width="2"/>
441
+ </svg>
442
+ <div>Explore</div>
443
+ </div>
444
+ <div class="nav-item active">
445
+ <svg class="nav-icon" viewBox="0 0 24 24">
446
+ <circle cx="11" cy="11" r="7" stroke="#000" stroke-width="2" fill="none"/>
447
+ <path d="M18 18l4 4" stroke="#000" stroke-width="2" fill="none" stroke-linecap="round"/>
448
+ </svg>
449
+ <div>Search</div>
450
+ </div>
451
+ <div class="nav-item">
452
+ <svg class="nav-icon" viewBox="0 0 24 24">
453
+ <path d="M12 21s8-4.6 8-11a5 5 0 0 0-8-3.9A5 5 0 0 0 4 10c0 6.4 8 11 8 11z" fill="none" stroke="#000" stroke-width="2"/>
454
+ </svg>
455
+ <div>Plan</div>
456
+ </div>
457
+ <div class="nav-item">
458
+ <svg class="nav-icon" viewBox="0 0 24 24">
459
+ <path d="M6 20l12-4V4L6 8v12z" fill="none" stroke="#000" stroke-width="2"/>
460
+ </svg>
461
+ <div>Review</div>
462
+ </div>
463
+ <div class="nav-item">
464
+ <svg class="nav-icon" viewBox="0 0 24 24">
465
+ <circle cx="12" cy="8" r="4" stroke="#000" stroke-width="2" fill="none"/>
466
+ <path d="M4 22c0-5 16-5 16 0" stroke="#000" stroke-width="2" fill="none"/>
467
+ </svg>
468
+ <div>Account</div>
469
+ </div>
470
+ </div>
471
+
472
+ <div class="home-indicator"></div>
473
+ </div>
474
+ </body>
475
+ </html>
code/12006/12006_1.html ADDED
@@ -0,0 +1,348 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Humayun’s Tomb - Detail</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, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
16
+ color: #212121;
17
+ }
18
+
19
+ /* Top hero area */
20
+ .hero {
21
+ position: relative;
22
+ width: 100%;
23
+ height: 620px;
24
+ overflow: hidden;
25
+ }
26
+ .hero .img {
27
+ width: 100%;
28
+ height: 100%;
29
+ background: #E0E0E0;
30
+ border-bottom: 1px solid #BDBDBD;
31
+ display: flex;
32
+ align-items: flex-end;
33
+ justify-content: center;
34
+ color: #555;
35
+ letter-spacing: 0.2px;
36
+ font-size: 32px;
37
+ padding-bottom: 20px;
38
+ box-sizing: border-box;
39
+ }
40
+ .status-bar {
41
+ position: absolute;
42
+ top: 18px;
43
+ left: 24px;
44
+ right: 24px;
45
+ height: 40px;
46
+ display: flex;
47
+ align-items: center;
48
+ justify-content: space-between;
49
+ color: #fff;
50
+ font-size: 30px;
51
+ font-weight: 600;
52
+ text-shadow: 0 1px 2px rgba(0,0,0,0.25);
53
+ }
54
+ .status-icons {
55
+ display: flex;
56
+ gap: 22px;
57
+ align-items: center;
58
+ }
59
+ .circle-btn {
60
+ position: absolute;
61
+ top: 90px;
62
+ width: 92px;
63
+ height: 92px;
64
+ border-radius: 46px;
65
+ background: rgba(255,255,255,0.95);
66
+ box-shadow: 0 2px 8px rgba(0,0,0,0.15);
67
+ display: flex;
68
+ align-items: center;
69
+ justify-content: center;
70
+ }
71
+ .circle-btn.back { left: 24px; }
72
+ .circle-btn.share { right: 160px; }
73
+ .circle-btn.more { right: 36px; }
74
+ .hero .counter {
75
+ position: absolute;
76
+ right: 30px;
77
+ bottom: 24px;
78
+ padding: 12px 18px;
79
+ border-radius: 16px;
80
+ background: rgba(0,0,0,0.6);
81
+ color: #fff;
82
+ font-size: 28px;
83
+ }
84
+
85
+ /* Main content */
86
+ .content {
87
+ padding: 36px 48px 24px 48px;
88
+ }
89
+ .title-row {
90
+ display: flex;
91
+ align-items: center;
92
+ justify-content: space-between;
93
+ margin-top: 22px;
94
+ }
95
+ .place-title {
96
+ font-size: 64px;
97
+ font-weight: 600;
98
+ line-height: 1.2;
99
+ }
100
+ .rating-badge {
101
+ background: #71D36D;
102
+ color: #fff;
103
+ font-weight: 700;
104
+ font-size: 40px;
105
+ padding: 10px 22px;
106
+ border-radius: 14px;
107
+ }
108
+ .subtitle {
109
+ margin-top: 12px;
110
+ font-size: 36px;
111
+ color: #666;
112
+ }
113
+
114
+ .actions {
115
+ margin-top: 40px;
116
+ display: flex;
117
+ justify-content: space-between;
118
+ gap: 20px;
119
+ }
120
+ .action {
121
+ width: 240px;
122
+ text-align: center;
123
+ color: #444;
124
+ }
125
+ .action .icon-wrap {
126
+ width: 120px;
127
+ height: 120px;
128
+ margin: 0 auto 16px auto;
129
+ border-radius: 60px;
130
+ background: #F1F1F1;
131
+ display: flex;
132
+ align-items: center;
133
+ justify-content: center;
134
+ border: 1px solid #E5E5E5;
135
+ }
136
+ .action .label {
137
+ font-size: 30px;
138
+ color: #666;
139
+ }
140
+
141
+ .add-list {
142
+ margin: 42px auto 30px auto;
143
+ width: 960px;
144
+ height: 110px;
145
+ border: 3px solid #222;
146
+ border-radius: 58px;
147
+ display: flex;
148
+ align-items: center;
149
+ justify-content: center;
150
+ font-size: 34px;
151
+ font-weight: 600;
152
+ color: #222;
153
+ }
154
+
155
+ .divider {
156
+ height: 1px;
157
+ background: #E6E6E6;
158
+ margin: 18px 0 30px 0;
159
+ }
160
+
161
+ .section-title {
162
+ font-size: 52px;
163
+ font-weight: 600;
164
+ margin-bottom: 22px;
165
+ }
166
+ .rank-line {
167
+ display: flex;
168
+ align-items: center;
169
+ gap: 18px;
170
+ color: #444;
171
+ font-size: 32px;
172
+ margin-bottom: 26px;
173
+ }
174
+ .rank-line .blue { color: #1976D2; }
175
+ .cards {
176
+ display: flex;
177
+ gap: 26px;
178
+ }
179
+ .card {
180
+ width: 318px;
181
+ background: #F5F5F5;
182
+ border-radius: 20px;
183
+ padding: 26px;
184
+ box-sizing: border-box;
185
+ color: #555;
186
+ font-size: 30px;
187
+ line-height: 1.4;
188
+ }
189
+ .card .link-row {
190
+ margin-top: 40px;
191
+ display: flex;
192
+ align-items: center;
193
+ justify-content: space-between;
194
+ color: #666;
195
+ font-size: 28px;
196
+ }
197
+ .link-row .more {
198
+ display: flex;
199
+ align-items: center;
200
+ gap: 8px;
201
+ }
202
+ /* Simple helper */
203
+ .svg-ic { width: 44px; height: 44px; }
204
+ .svg-ic-small { width: 36px; height: 36px; }
205
+ </style>
206
+ </head>
207
+ <body>
208
+ <div id="render-target">
209
+ <div class="hero">
210
+ <div class="img">[IMG: Humayun’s Tomb - facade and reflecting pool]</div>
211
+
212
+ <div class="status-bar">
213
+ <div>10:33</div>
214
+ <div class="status-icons">
215
+ <!-- pin / share icons just as placeholders in status bar -->
216
+ <svg class="svg-ic-small" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" fill="none" stroke="#fff" stroke-width="2"/><circle cx="12" cy="7" r="2" fill="#fff"/><path d="M12 9 L12 16" stroke="#fff" stroke-width="2"/><path d="M9 16 L15 16" stroke="#fff" stroke-width="2"/></svg>
217
+ <svg class="svg-ic-small" viewBox="0 0 24 24"><path d="M3 12h18" stroke="#fff" stroke-width="2"/><path d="M12 3v18" stroke="#fff" stroke-width="2"/></svg>
218
+ <svg class="svg-ic-small" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" fill="none" stroke="#fff" stroke-width="2"/><circle cx="12" cy="12" r="2" fill="#fff"/></svg>
219
+ <svg class="svg-ic-small" viewBox="0 0 24 24"><path d="M4 16c3-4 13-4 16 0" fill="none" stroke="#fff" stroke-width="2"/><path d="M8 12c2-2 6-2 8 0" fill="none" stroke="#fff" stroke-width="2"/></svg>
220
+ <svg class="svg-ic-small" viewBox="0 0 24 24"><rect x="4" y="6" width="16" height="12" rx="2" ry="2" fill="none" stroke="#fff" stroke-width="2"/><rect x="20" y="10" width="2" height="4" fill="#fff"/></svg>
221
+ </div>
222
+ </div>
223
+
224
+ <!-- Floating buttons -->
225
+ <div class="circle-btn back">
226
+ <svg class="svg-ic" viewBox="0 0 24 24">
227
+ <path d="M15 6 L9 12 L15 18" stroke="#222" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
228
+ </svg>
229
+ </div>
230
+ <div class="circle-btn share">
231
+ <svg class="svg-ic" viewBox="0 0 24 24">
232
+ <circle cx="6" cy="12" r="2" fill="#222"/>
233
+ <circle cx="18" cy="7" r="2" fill="#222"/>
234
+ <circle cx="18" cy="17" r="2" fill="#222"/>
235
+ <path d="M8 12 L16 8" stroke="#222" stroke-width="2" fill="none"/>
236
+ <path d="M8 12 L16 16" stroke="#222" stroke-width="2" fill="none"/>
237
+ </svg>
238
+ </div>
239
+ <div class="circle-btn more">
240
+ <svg class="svg-ic" viewBox="0 0 24 24">
241
+ <circle cx="12" cy="5" r="2" fill="#222"/>
242
+ <circle cx="12" cy="12" r="2" fill="#222"/>
243
+ <circle cx="12" cy="19" r="2" fill="#222"/>
244
+ </svg>
245
+ </div>
246
+
247
+ <div class="counter">1/982</div>
248
+ </div>
249
+
250
+ <div class="content">
251
+ <div class="title-row">
252
+ <div class="place-title">Humayun’s Tomb</div>
253
+ <div class="rating-badge">8.8</div>
254
+ </div>
255
+ <div class="subtitle">Monument • 12.5mi</div>
256
+
257
+ <div class="actions">
258
+ <div class="action">
259
+ <div class="icon-wrap">
260
+ <svg class="svg-ic" viewBox="0 0 24 24">
261
+ <rect x="5" y="7" width="14" height="10" rx="2" ry="2" fill="none" stroke="#444" stroke-width="2"/>
262
+ <path d="M7 9l3-3h4l3 3" stroke="#444" stroke-width="2" fill="none"/>
263
+ <circle cx="12" cy="12" r="2" fill="#444"/>
264
+ </svg>
265
+ </div>
266
+ <div class="label">Add a Photo</div>
267
+ </div>
268
+
269
+ <div class="action">
270
+ <div class="icon-wrap">
271
+ <svg class="svg-ic" viewBox="0 0 24 24">
272
+ <path d="M12 17l-4 2 1-4-3-3 4-.5L12 7l2 4.5 4 .5-3 3 1 4z" fill="#444"/>
273
+ </svg>
274
+ </div>
275
+ <div class="label">Rate</div>
276
+ </div>
277
+
278
+ <div class="action">
279
+ <div class="icon-wrap">
280
+ <svg class="svg-ic" viewBox="0 0 24 24">
281
+ <rect x="5" y="4" width="14" height="16" rx="2" ry="2" fill="none" stroke="#444" stroke-width="2"/>
282
+ <path d="M8 8h8M8 12h6" stroke="#444" stroke-width="2"/>
283
+ <path d="M9 17l6-3" stroke="#444" stroke-width="2"/>
284
+ </svg>
285
+ </div>
286
+ <div class="label">Add a Tip</div>
287
+ </div>
288
+
289
+ <div class="action">
290
+ <div class="icon-wrap">
291
+ <svg class="svg-ic" viewBox="0 0 24 24">
292
+ <path d="M12 21c-4-5-6-7-6-10a6 6 0 1 1 12 0c0 3-2 5-6 10z" fill="none" stroke="#444" stroke-width="2"/>
293
+ <circle cx="12" cy="11" r="2" fill="#444"/>
294
+ </svg>
295
+ </div>
296
+ <div class="label">Check In</div>
297
+ </div>
298
+ </div>
299
+
300
+ <div class="add-list">Add to List</div>
301
+
302
+ <div class="divider"></div>
303
+
304
+ <div class="section-title">What's Popular Here</div>
305
+ <div class="rank-line">
306
+ <svg class="svg-ic-small" viewBox="0 0 24 24">
307
+ <rect x="3" y="12" width="3" height="8" fill="#1976D2"/>
308
+ <rect x="9" y="9" width="3" height="11" fill="#1976D2"/>
309
+ <rect x="15" y="6" width="3" height="14" fill="#1976D2"/>
310
+ </svg>
311
+ <span>Ranked #2 for <span class="blue">monuments</span> in <span class="blue">New Delhi</span></span>
312
+ </div>
313
+
314
+ <div class="cards">
315
+ <div class="card">
316
+ <div>... inspired that of the <span class="blue">Taj Mahal</span>. One of New Delhi's must visit tourist...</div>
317
+ <div class="link-row">
318
+ <div>View more tips</div>
319
+ <div class="more">
320
+ <svg class="svg-ic-small" viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" stroke="#666" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
321
+ </div>
322
+ </div>
323
+ </div>
324
+
325
+ <div class="card">
326
+ <div>It represented a leap in <span class="blue">Mughal architecture</span>.</div>
327
+ <div class="link-row">
328
+ <div>View more tips</div>
329
+ <div class="more">
330
+ <svg class="svg-ic-small" viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" stroke="#666" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
331
+ </div>
332
+ </div>
333
+ </div>
334
+
335
+ <div class="card">
336
+ <div>First garden-tomb in the <span class="blue">Indian subcontinent</span>.</div>
337
+ <div class="link-row">
338
+ <div>View more tips</div>
339
+ <div class="more">
340
+ <svg class="svg-ic-small" viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" stroke="#666" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
341
+ </div>
342
+ </div>
343
+ </div>
344
+ </div>
345
+ </div>
346
+ </div>
347
+ </body>
348
+ </html>
code/12006/12006_2.html ADDED
@@ -0,0 +1,327 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Humayun’s Tomb UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ * { box-sizing: border-box; }
10
+ #render-target {
11
+ position: relative;
12
+ width: 1080px;
13
+ height: 2400px;
14
+ overflow: hidden;
15
+ background: #FFFFFF;
16
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
17
+ color: #212121;
18
+ }
19
+
20
+ /* Status bar */
21
+ .status-bar {
22
+ position: absolute;
23
+ top: 0;
24
+ left: 0;
25
+ width: 1080px;
26
+ height: 120px;
27
+ padding: 0 40px;
28
+ display: flex;
29
+ align-items: center;
30
+ justify-content: space-between;
31
+ color: #000;
32
+ font-weight: 600;
33
+ font-size: 40px;
34
+ }
35
+ .status-icons { display: flex; align-items: center; gap: 26px; }
36
+ .status-icons svg { width: 42px; height: 42px; fill: none; stroke: #424242; stroke-width: 3; }
37
+
38
+ /* App bar */
39
+ .app-bar {
40
+ position: absolute;
41
+ top: 120px;
42
+ left: 0;
43
+ width: 1080px;
44
+ height: 160px;
45
+ padding: 0 36px;
46
+ display: flex;
47
+ align-items: center;
48
+ justify-content: space-between;
49
+ }
50
+ .app-left {
51
+ display: flex;
52
+ align-items: center;
53
+ gap: 24px;
54
+ }
55
+ .back-icon { width: 56px; height: 56px; }
56
+ .title {
57
+ font-size: 52px;
58
+ font-weight: 600;
59
+ letter-spacing: 0.2px;
60
+ }
61
+ .app-right { display: flex; align-items: center; gap: 28px; }
62
+ .icon-btn svg { width: 56px; height: 56px; stroke: #4E4E4E; fill: none; stroke-width: 3; }
63
+
64
+ /* Add to List button */
65
+ .add-list-wrap {
66
+ position: absolute;
67
+ top: 300px;
68
+ left: 60px;
69
+ width: 960px;
70
+ display: flex;
71
+ justify-content: center;
72
+ }
73
+ .add-list-btn {
74
+ width: 960px;
75
+ height: 120px;
76
+ border: 3px solid #101010;
77
+ border-radius: 60px;
78
+ display: flex;
79
+ align-items: center;
80
+ justify-content: center;
81
+ font-size: 44px;
82
+ font-weight: 600;
83
+ }
84
+
85
+ .divider {
86
+ position: absolute;
87
+ left: 36px;
88
+ width: 1008px;
89
+ height: 2px;
90
+ background: #E0E0E0;
91
+ }
92
+
93
+ /* What's Popular Here */
94
+ .popular-section {
95
+ position: absolute;
96
+ top: 520px;
97
+ left: 36px;
98
+ width: 1008px;
99
+ }
100
+ .popular-title {
101
+ font-size: 60px;
102
+ font-weight: 600;
103
+ margin-bottom: 24px;
104
+ }
105
+ .rank-row {
106
+ display: flex;
107
+ align-items: center;
108
+ gap: 20px;
109
+ color: #616161;
110
+ font-size: 40px;
111
+ margin-bottom: 40px;
112
+ }
113
+ .rank-row .blue { color: #1a73e8; font-weight: 600; }
114
+ .card-row {
115
+ display: flex;
116
+ gap: 36px;
117
+ overflow: hidden;
118
+ padding-right: 36px;
119
+ }
120
+ .tip-card {
121
+ width: 450px;
122
+ height: 380px;
123
+ background: #F5F5F5;
124
+ border-radius: 32px;
125
+ padding: 36px;
126
+ color: #424242;
127
+ display: flex;
128
+ flex-direction: column;
129
+ justify-content: space-between;
130
+ }
131
+ .tip-card p {
132
+ font-size: 38px;
133
+ line-height: 1.25;
134
+ margin: 0;
135
+ }
136
+ .tip-card .link { color: #1a73e8; font-weight: 600; }
137
+ .tip-card .more {
138
+ display: flex; align-items: center; justify-content: space-between;
139
+ font-size: 36px; color: #616161;
140
+ }
141
+ .tip-card .chev { width: 36px; height: 36px; }
142
+
143
+ /* Tips list */
144
+ .tips-section {
145
+ position: absolute;
146
+ top: 1200px;
147
+ left: 36px;
148
+ width: 1008px;
149
+ }
150
+ .tips-title {
151
+ font-size: 56px;
152
+ font-weight: 600;
153
+ margin-bottom: 24px;
154
+ }
155
+ .subtle { color: #757575; font-size: 40px; margin-bottom: 30px; }
156
+
157
+ .tip-item {
158
+ display: flex;
159
+ gap: 28px;
160
+ padding: 30px 0;
161
+ border-top: 2px solid #EEEEEE;
162
+ }
163
+ .tip-item:last-child { border-bottom: 2px solid #EEEEEE; }
164
+ .avatar {
165
+ width: 104px; height: 104px; border-radius: 52px;
166
+ background: #E0E0E0; border: 1px solid #BDBDBD;
167
+ display: flex; align-items: center; justify-content: center;
168
+ color: #757575; font-size: 22px; text-align: center; padding: 8px;
169
+ }
170
+ .tip-content { flex: 1; }
171
+ .tip-name { font-size: 44px; font-weight: 700; margin-bottom: 10px; }
172
+ .tip-text { font-size: 40px; color: #424242; line-height: 1.36; }
173
+
174
+ /* Bottom gesture bar */
175
+ .gesture-bar {
176
+ position: absolute;
177
+ bottom: 28px;
178
+ left: 50%;
179
+ transform: translateX(-50%);
180
+ width: 300px;
181
+ height: 14px;
182
+ background: #1C1C1C;
183
+ border-radius: 8px;
184
+ opacity: 0.85;
185
+ }
186
+ </style>
187
+ </head>
188
+ <body>
189
+ <div id="render-target">
190
+
191
+ <!-- Status Bar -->
192
+ <div class="status-bar">
193
+ <div class="time">10:35</div>
194
+ <div class="status-icons">
195
+ <!-- simple globe icon -->
196
+ <svg viewBox="0 0 24 24">
197
+ <circle cx="12" cy="12" r="9"></circle>
198
+ <path d="M3 12h18M12 3a15 15 0 0 1 0 18M12 3a15 15 0 0 0 0 18"></path>
199
+ </svg>
200
+ <!-- signal icon -->
201
+ <svg viewBox="0 0 24 24">
202
+ <path d="M3 17h2M3 13h4M3 9h6M3 5h8"></path>
203
+ </svg>
204
+ <!-- wifi icon -->
205
+ <svg viewBox="0 0 24 24">
206
+ <path d="M2 8c5-4 15-4 20 0M5 11c4-3 10-3 14 0M8 14c3-2 7-2 10 0"></path>
207
+ <circle cx="12" cy="18" r="1.5" fill="#424242" stroke="none"></circle>
208
+ </svg>
209
+ <!-- battery icon -->
210
+ <svg viewBox="0 0 24 24">
211
+ <rect x="2" y="6" width="18" height="12" rx="2"></rect>
212
+ <rect x="20" y="10" width="2.5" height="4" rx="1" stroke="#424242"></rect>
213
+ </svg>
214
+ </div>
215
+ </div>
216
+
217
+ <!-- App Bar -->
218
+ <div class="app-bar">
219
+ <div class="app-left">
220
+ <svg class="back-icon" viewBox="0 0 24 24">
221
+ <path d="M15 6l-6 6 6 6" stroke="#4E4E4E" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
222
+ </svg>
223
+ <div class="title">Humayun’s Tomb</div>
224
+ </div>
225
+ <div class="app-right">
226
+ <!-- share icon -->
227
+ <div class="icon-btn">
228
+ <svg viewBox="0 0 24 24">
229
+ <circle cx="6" cy="12" r="3"></circle>
230
+ <circle cx="18" cy="6" r="3"></circle>
231
+ <circle cx="18" cy="18" r="3"></circle>
232
+ <path d="M9 12l6-6M9 12l6 6"></path>
233
+ </svg>
234
+ </div>
235
+ <!-- more (kebab) icon -->
236
+ <div class="icon-btn">
237
+ <svg viewBox="0 0 24 24">
238
+ <circle cx="12" cy="5" r="2.2"></circle>
239
+ <circle cx="12" cy="12" r="2.2"></circle>
240
+ <circle cx="12" cy="19" r="2.2"></circle>
241
+ </svg>
242
+ </div>
243
+ </div>
244
+ </div>
245
+
246
+ <!-- Add to List -->
247
+ <div class="add-list-wrap">
248
+ <div class="add-list-btn">Add to List</div>
249
+ </div>
250
+
251
+ <!-- Divider -->
252
+ <div class="divider" style="top: 460px;"></div>
253
+
254
+ <!-- Popular Section -->
255
+ <section class="popular-section">
256
+ <div class="popular-title">What's Popular Here</div>
257
+ <div class="rank-row">
258
+ <svg viewBox="0 0 24 24" width="44" height="44">
259
+ <rect x="3" y="14" width="3.5" height="7" fill="#1a73e8"></rect>
260
+ <rect x="9" y="10" width="3.5" height="11" fill="#1a73e8"></rect>
261
+ <rect x="15" y="6" width="3.5" height="15" fill="#1a73e8"></rect>
262
+ </svg>
263
+ <span>Ranked #2 for <span class="blue">monuments</span> in New Delhi</span>
264
+ </div>
265
+
266
+ <div class="card-row">
267
+ <div class="tip-card">
268
+ <p>... inspired that of the <span class="link">Taj Mahal</span>. One of New Delhi's must visit tourist...</p>
269
+ <div class="more">
270
+ <span>View more tips</span>
271
+ <svg class="chev" viewBox="0 0 24 24">
272
+ <path d="M9 6l6 6-6 6" stroke="#616161" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
273
+ </svg>
274
+ </div>
275
+ </div>
276
+ <div class="tip-card">
277
+ <p>It represented a leap in <span class="link">Mughal architecture</span>.</p>
278
+ <div class="more">
279
+ <span>View more tips</span>
280
+ <svg class="chev" viewBox="0 0 24 24">
281
+ <path d="M9 6l6 6-6 6" stroke="#616161" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
282
+ </svg>
283
+ </div>
284
+ </div>
285
+ <div class="tip-card">
286
+ <p>first garden in the <span class="link">Indian subcontinent</span>.</p>
287
+ <div class="more">
288
+ <span>View more tips</span>
289
+ <svg class="chev" viewBox="0 0 24 24">
290
+ <path d="M9 6l6 6-6 6" stroke="#616161" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
291
+ </svg>
292
+ </div>
293
+ </div>
294
+ </div>
295
+ </section>
296
+
297
+ <!-- Divider -->
298
+ <div class="divider" style="top: 1160px;"></div>
299
+
300
+ <!-- Tips Section -->
301
+ <section class="tips-section">
302
+ <div class="tips-title">Tips</div>
303
+ <div class="subtle">Most Recent</div>
304
+
305
+ <div class="tip-item">
306
+ <div class="avatar">[IMG: User Avatar]</div>
307
+ <div class="tip-content">
308
+ <div class="tip-name">Sarah K.</div>
309
+ <div class="tip-text">Visited with my family for the first time, it was a really nice experience.</div>
310
+ </div>
311
+ </div>
312
+
313
+ <div class="tip-item">
314
+ <div class="avatar">[IMG: User Avatar]</div>
315
+ <div class="tip-content">
316
+ <div class="tip-name">Ahmed W.</div>
317
+ <div class="tip-text">Interesting place, need lot of time to explore.</div>
318
+ </div>
319
+ </div>
320
+ </section>
321
+
322
+ <!-- Bottom gesture bar -->
323
+ <div class="gesture-bar"></div>
324
+
325
+ </div>
326
+ </body>
327
+ </html>
code/12006/12006_3.html ADDED
@@ -0,0 +1,219 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Humayun’s Tomb - Tips UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #FFFFFF; color: #212121;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ height: 110px; padding: 0 36px;
18
+ display: flex; align-items: center; justify-content: space-between;
19
+ color: #333; font-size: 42px;
20
+ }
21
+ .status-right { display: flex; align-items: center; gap: 30px; }
22
+ .icon { width: 48px; height: 48px; }
23
+
24
+ /* App bar */
25
+ .app-bar {
26
+ height: 140px; padding: 0 36px;
27
+ display: flex; align-items: center; justify-content: space-between;
28
+ border-bottom: 1px solid #E0E0E0;
29
+ }
30
+ .app-left { display: flex; align-items: center; gap: 24px; }
31
+ .title { font-size: 56px; font-weight: 600; }
32
+ .app-actions { display: flex; align-items: center; gap: 36px; }
33
+
34
+ /* Rank line */
35
+ .rank-line {
36
+ padding: 26px 36px 18px 96px;
37
+ font-size: 34px; color: #5F6368;
38
+ }
39
+ .rank-line a { color: #1a73e8; text-decoration: none; }
40
+
41
+ /* Tip cards row */
42
+ .cards-row {
43
+ padding: 0 36px 24px 36px;
44
+ display: flex; gap: 28px;
45
+ }
46
+ .card {
47
+ width: 600px; height: 360px;
48
+ background: #F3F3F3; border-radius: 28px;
49
+ padding: 40px; color: #3C4043;
50
+ display: flex; flex-direction: column; justify-content: space-between;
51
+ }
52
+ .card p { margin: 0; font-size: 36px; line-height: 1.35; }
53
+ .card .more {
54
+ display: flex; align-items: center; gap: 18px; font-size: 34px; color: #3C4043;
55
+ }
56
+ .divider { height: 2px; background: #E0E0E0; margin: 40px 36px; }
57
+
58
+ /* Tips section */
59
+ .section-title { font-size: 64px; font-weight: 600; padding: 12px 36px; }
60
+ .subtle { color: #616161; font-size: 38px; padding: 18px 36px; }
61
+
62
+ .tip-item {
63
+ padding: 24px 36px;
64
+ display: flex; gap: 26px; align-items: flex-start;
65
+ border-top: 1px solid #EEEEEE;
66
+ }
67
+ .avatar {
68
+ width: 88px; height: 88px; border-radius: 50%;
69
+ background: #E0E0E0; border: 1px solid #BDBDBD;
70
+ display: flex; justify-content: center; align-items: center; color: #757575; font-size: 22px;
71
+ flex-shrink: 0;
72
+ }
73
+ .tip-content { flex: 1; }
74
+ .tip-name { font-size: 40px; font-weight: 600; margin: 0 0 8px 0; }
75
+ .tip-text { font-size: 38px; margin: 0; color: #3C4043; line-height: 1.4; }
76
+
77
+ .see-all {
78
+ padding: 36px; display: flex; justify-content: space-between; align-items: center;
79
+ border-top: 1px solid #EEEEEE;
80
+ font-size: 40px; color: #1a73e8;
81
+ }
82
+
83
+ /* Bottom gesture bar */
84
+ .gesture {
85
+ position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%);
86
+ width: 300px; height: 18px; background: #000; border-radius: 9px; opacity: 0.8;
87
+ }
88
+ </style>
89
+ </head>
90
+ <body>
91
+ <div id="render-target">
92
+
93
+ <!-- Status bar -->
94
+ <div class="status-bar">
95
+ <div>10:35</div>
96
+ <div class="status-right">
97
+ <!-- Simple status icons -->
98
+ <svg class="icon" viewBox="0 0 24 24">
99
+ <rect x="3" y="14" width="3" height="7" fill="#616161"></rect>
100
+ <rect x="8" y="11" width="3" height="10" fill="#616161"></rect>
101
+ <rect x="13" y="8" width="3" height="13" fill="#616161"></rect>
102
+ <rect x="18" y="5" width="3" height="16" fill="#616161"></rect>
103
+ </svg>
104
+ <svg class="icon" viewBox="0 0 24 24">
105
+ <path d="M2 12c3-4 7-6 10-6s7 2 10 6" stroke="#616161" stroke-width="2" fill="none" />
106
+ <path d="M6 12c2-2 4-3 6-3s4 1 6 3" stroke="#616161" stroke-width="2" fill="none" />
107
+ <circle cx="12" cy="14" r="1.6" fill="#616161"></circle>
108
+ </svg>
109
+ <svg class="icon" viewBox="0 0 24 24">
110
+ <rect x="3" y="7" width="17" height="10" rx="2" fill="none" stroke="#616161" stroke-width="2"></rect>
111
+ <rect x="5" y="9" width="13" height="6" fill="#616161"></rect>
112
+ <rect x="21" y="10" width="1.8" height="4" fill="#616161"></rect>
113
+ </svg>
114
+ </div>
115
+ </div>
116
+
117
+ <!-- App bar -->
118
+ <div class="app-bar">
119
+ <div class="app-left">
120
+ <svg class="icon" viewBox="0 0 24 24">
121
+ <path d="M15 6l-6 6 6 6" stroke="#333" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
122
+ </svg>
123
+ <div class="title">Humayun’s Tomb</div>
124
+ </div>
125
+ <div class="app-actions">
126
+ <svg class="icon" viewBox="0 0 24 24">
127
+ <circle cx="6" cy="12" r="2.5" fill="#616161"></circle>
128
+ <circle cx="18" cy="6" r="2.5" fill="#616161"></circle>
129
+ <circle cx="18" cy="18" r="2.5" fill="#616161"></circle>
130
+ <path d="M8.5 11L15.5 7.5M8.5 13L15.5 16.5" stroke="#616161" stroke-width="2" fill="none" stroke-linecap="round"></path>
131
+ </svg>
132
+ <svg class="icon" viewBox="0 0 24 24">
133
+ <circle cx="12" cy="5" r="2" fill="#616161"></circle>
134
+ <circle cx="12" cy="12" r="2" fill="#616161"></circle>
135
+ <circle cx="12" cy="19" r="2" fill="#616161"></circle>
136
+ </svg>
137
+ </div>
138
+ </div>
139
+
140
+ <!-- Rank line -->
141
+ <div class="rank-line">
142
+ Ranked #2 for <a href="#">monuments</a> in New Delhi
143
+ </div>
144
+
145
+ <!-- Tip cards row -->
146
+ <div class="cards-row">
147
+ <div class="card">
148
+ <p>Inspired that of the <a href="#" style="color:#1a73e8;text-decoration:none;">Taj Mahal</a>. One of New Delhi's must visit tourist...</p>
149
+ <div class="more">
150
+ <span>View more tips</span>
151
+ <svg class="icon" viewBox="0 0 24 24">
152
+ <path d="M9 6l6 6-6 6" stroke="#333" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
153
+ </svg>
154
+ </div>
155
+ </div>
156
+ <div class="card">
157
+ <p>It represented a leap in <a href="#" style="color:#1a73e8;text-decoration:none;">Mughal architecture</a>.</p>
158
+ <div class="more">
159
+ <span>View more tips</span>
160
+ <svg class="icon" viewBox="0 0 24 24">
161
+ <path d="M9 6l6 6-6 6" stroke="#333" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
162
+ </svg>
163
+ </div>
164
+ </div>
165
+ <div class="card">
166
+ <p>First garden-tomb in the Indian <a href="#" style="color:#1a73e8;text-decoration:none;">subcontinent</a>.</p>
167
+ <div class="more">
168
+ <span>View more tips</span>
169
+ <svg class="icon" viewBox="0 0 24 24">
170
+ <path d="M9 6l6 6-6 6" stroke="#333" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
171
+ </svg>
172
+ </div>
173
+ </div>
174
+ </div>
175
+
176
+ <div class="divider"></div>
177
+
178
+ <!-- Tips list -->
179
+ <div class="section-title">Tips</div>
180
+ <div class="subtle">Most Recent</div>
181
+
182
+ <div class="tip-item">
183
+ <div class="avatar">[IMG: Avatar]</div>
184
+ <div class="tip-content">
185
+ <p class="tip-name">Sarah K.</p>
186
+ <p class="tip-text">Visited with my family for the first time, it was a really nice experience.</p>
187
+ </div>
188
+ </div>
189
+
190
+ <div class="tip-item">
191
+ <div class="avatar">[IMG: Avatar]</div>
192
+ <div class="tip-content">
193
+ <p class="tip-name">Ahmed W.</p>
194
+ <p class="tip-text">Interesting place, need lot of time to explore.</p>
195
+ </div>
196
+ </div>
197
+
198
+ <div class="tip-item">
199
+ <div class="avatar">[IMG: Avatar]</div>
200
+ <div class="tip-content">
201
+ <p class="tip-name">Ghazal N.</p>
202
+ <p class="tip-text">This place must be visited for you own sake :)))</p>
203
+ </div>
204
+ </div>
205
+
206
+ <div class="see-all">
207
+ <span>See all tips</span>
208
+ <svg class="icon" viewBox="0 0 24 24">
209
+ <path d="M9 6l6 6-6 6" stroke="#1a73e8" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
210
+ </svg>
211
+ </div>
212
+
213
+ <div class="divider"></div>
214
+
215
+ <!-- Bottom gesture bar -->
216
+ <div class="gesture"></div>
217
+ </div>
218
+ </body>
219
+ </html>
code/12006/12006_4.html ADDED
@@ -0,0 +1,308 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Tips UI 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: Arial, Helvetica, sans-serif;
16
+ color: #212121;
17
+ }
18
+
19
+ /* Top App Bar */
20
+ .header {
21
+ position: absolute;
22
+ top: 0; left: 0; width: 100%;
23
+ height: 280px;
24
+ background: #3d5afe; /* Material Blue */
25
+ color: #fff;
26
+ }
27
+ .status-bar {
28
+ height: 90px;
29
+ padding: 0 40px;
30
+ display: flex;
31
+ align-items: center;
32
+ justify-content: space-between;
33
+ font-size: 30px;
34
+ opacity: 0.95;
35
+ }
36
+ .status-right {
37
+ display: flex;
38
+ align-items: center;
39
+ gap: 24px;
40
+ }
41
+ .topbar {
42
+ height: 190px;
43
+ display: flex;
44
+ align-items: center;
45
+ padding: 0 32px;
46
+ }
47
+ .back-btn {
48
+ width: 72px; height: 72px;
49
+ display: inline-flex;
50
+ align-items: center; justify-content: center;
51
+ margin-right: 16px;
52
+ }
53
+ .title {
54
+ font-size: 54px;
55
+ font-weight: 600;
56
+ letter-spacing: 0.3px;
57
+ }
58
+
59
+ /* Content */
60
+ .content {
61
+ position: absolute;
62
+ top: 280px; left: 0; right: 0;
63
+ bottom: 120px;
64
+ overflow: hidden;
65
+ }
66
+ .section {
67
+ padding: 36px 40px 24px 40px;
68
+ }
69
+ .section h2 {
70
+ margin: 0 0 24px 0;
71
+ font-size: 36px;
72
+ font-weight: 600;
73
+ color: #424242;
74
+ }
75
+ .chips {
76
+ display: flex;
77
+ flex-wrap: wrap;
78
+ gap: 18px 22px;
79
+ }
80
+ .chip {
81
+ background: #F1F1F1;
82
+ border: 1px solid #E0E0E0;
83
+ color: #616161;
84
+ padding: 22px 26px;
85
+ border-radius: 40px;
86
+ font-size: 30px;
87
+ line-height: 30px;
88
+ }
89
+ .chip.more {
90
+ background: transparent;
91
+ border: none;
92
+ color: #3d5afe;
93
+ padding: 22px 10px;
94
+ }
95
+
96
+ .sort-row {
97
+ padding: 18px 40px 8px 40px;
98
+ display: flex;
99
+ align-items: center;
100
+ gap: 12px;
101
+ color: #9E9E9E;
102
+ font-size: 30px;
103
+ }
104
+ .sort-row .current {
105
+ color: #212121;
106
+ font-weight: 600;
107
+ }
108
+ .divider {
109
+ height: 1px;
110
+ background: #eaeaea;
111
+ margin: 12px 0;
112
+ }
113
+
114
+ .tip {
115
+ padding: 22px 40px 16px 40px;
116
+ }
117
+ .tip-header {
118
+ display: flex;
119
+ align-items: center;
120
+ }
121
+ .avatar {
122
+ width: 94px; height: 94px;
123
+ background: #E0E0E0;
124
+ border: 1px solid #BDBDBD;
125
+ border-radius: 50%;
126
+ display: flex; align-items: center; justify-content: center;
127
+ color: #757575; font-size: 18px;
128
+ flex: 0 0 auto;
129
+ }
130
+ .meta {
131
+ margin-left: 22px;
132
+ }
133
+ .name {
134
+ font-size: 34px;
135
+ font-weight: 600;
136
+ color: #212121;
137
+ margin-bottom: 8px;
138
+ }
139
+ .time {
140
+ font-size: 28px;
141
+ color: #9E9E9E;
142
+ }
143
+ .tip-body {
144
+ margin-top: 26px;
145
+ font-size: 40px;
146
+ line-height: 58px;
147
+ color: #424242;
148
+ }
149
+ .photo {
150
+ margin-top: 26px;
151
+ width: 620px; height: 420px;
152
+ background: #E0E0E0;
153
+ border: 1px solid #BDBDBD;
154
+ display: flex; align-items: center; justify-content: center;
155
+ color: #757575;
156
+ }
157
+ .photo.small {
158
+ width: 210px; height: 320px;
159
+ }
160
+
161
+ /* Floating Action Button */
162
+ .fab {
163
+ position: absolute;
164
+ right: 60px;
165
+ bottom: 140px;
166
+ width: 160px; height: 160px;
167
+ background: #3d5afe;
168
+ border-radius: 50%;
169
+ box-shadow: 0 12px 24px rgba(0,0,0,0.25);
170
+ display: flex; align-items: center; justify-content: center;
171
+ }
172
+
173
+ /* Gesture Nav Bar */
174
+ .nav-bar {
175
+ position: absolute;
176
+ bottom: 0; left: 0; width: 100%;
177
+ height: 120px;
178
+ background: #000;
179
+ display: flex; align-items: center; justify-content: center;
180
+ }
181
+ .home-pill {
182
+ width: 300px; height: 12px;
183
+ background: #ffffff;
184
+ border-radius: 6px;
185
+ opacity: 0.85;
186
+ }
187
+
188
+ /* Utility */
189
+ .muted { color: #9E9E9E; }
190
+ </style>
191
+ </head>
192
+ <body>
193
+ <div id="render-target">
194
+ <!-- Header -->
195
+ <div class="header">
196
+ <div class="status-bar">
197
+ <div>10:36</div>
198
+ <div class="status-right">
199
+ <!-- Wi-Fi Icon -->
200
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#fff" aria-hidden="true">
201
+ <path d="M12 18l-2-2a3 3 0 014 0l-2 2zm5-5a8 8 0 00-10 0l-1.6-1.6a10.5 10.5 0 0113.2 0L17 13zm3-3a12 12 0 00-16 0L2.4 6.4a14.5 14.5 0 0119.2 0L20 10z"/>
202
+ </svg>
203
+ <!-- Battery Icon -->
204
+ <svg width="46" height="36" viewBox="0 0 28 16" aria-hidden="true">
205
+ <rect x="1" y="2" width="22" height="12" rx="2" fill="none" stroke="#fff" stroke-width="2"/>
206
+ <rect x="3" y="4" width="18" height="8" rx="1" fill="#fff"/>
207
+ <rect x="24" y="6" width="3" height="4" rx="1" fill="#fff"/>
208
+ </svg>
209
+ </div>
210
+ </div>
211
+ <div class="topbar">
212
+ <div class="back-btn">
213
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="#fff" aria-hidden="true">
214
+ <path d="M15.5 19l-7-7 7-7" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
215
+ </svg>
216
+ </div>
217
+ <div class="title">Tips</div>
218
+ </div>
219
+ </div>
220
+
221
+ <!-- Content -->
222
+ <div class="content">
223
+ <div class="section">
224
+ <h2>People often mention</h2>
225
+ <div class="chips">
226
+ <div class="chip">architecture (13)</div>
227
+ <div class="chip">taj mahal (6)</div>
228
+ <div class="chip">monuments (3)</div>
229
+ <div class="chip">indian subcontinent (3)</div>
230
+ <div class="chip">persian architect (3)</div>
231
+ <div class="chip more">More</div>
232
+ </div>
233
+ </div>
234
+
235
+ <div class="sort-row">
236
+ <span>Sort by</span>
237
+ <span class="current">Most Recent</span>
238
+ <svg width="26" height="26" viewBox="0 0 24 24" fill="#616161" aria-hidden="true">
239
+ <path d="M12 15l-5-5h10l-5 5z"/>
240
+ </svg>
241
+ </div>
242
+
243
+ <div class="divider"></div>
244
+
245
+ <!-- Tip 1 -->
246
+ <div class="tip">
247
+ <div class="tip-header">
248
+ <div class="avatar">[IMG]</div>
249
+ <div class="meta">
250
+ <div class="name">Sarah K.</div>
251
+ <div class="time">2y ago</div>
252
+ </div>
253
+ </div>
254
+ <div class="tip-body">
255
+ Visited with my family for the first time, really nice experience.
256
+ </div>
257
+ <div class="photo">[IMG: Attached photo]</div>
258
+ </div>
259
+
260
+ <div class="divider"></div>
261
+
262
+ <!-- Tip 2 -->
263
+ <div class="tip">
264
+ <div class="tip-header">
265
+ <div class="avatar">[IMG]</div>
266
+ <div class="meta">
267
+ <div class="name">Ahmed W.</div>
268
+ <div class="time">3y ago</div>
269
+ </div>
270
+ </div>
271
+ <div class="tip-body">
272
+ Interesting place, need lot of time to explore.
273
+ </div>
274
+ <div class="photo">[IMG: Attached photo]</div>
275
+ </div>
276
+
277
+ <div class="divider"></div>
278
+
279
+ <!-- Tip 3 -->
280
+ <div class="tip">
281
+ <div class="tip-header">
282
+ <div class="avatar">[IMG]</div>
283
+ <div class="meta">
284
+ <div class="name">Sneha P.</div>
285
+ <div class="time">4y ago</div>
286
+ </div>
287
+ </div>
288
+ <div class="tip-body">
289
+ This place must be visited for you own sake :)))
290
+ </div>
291
+ <div class="photo small">[IMG: Travel photo]</div>
292
+ </div>
293
+ </div>
294
+
295
+ <!-- Floating Action Button -->
296
+ <div class="fab" aria-label="Add tip">
297
+ <svg width="72" height="72" viewBox="0 0 24 24" fill="none">
298
+ <path d="M12 5v14M5 12h14" stroke="#fff" stroke-width="3" stroke-linecap="round"/>
299
+ </svg>
300
+ </div>
301
+
302
+ <!-- Gesture Navigation Bar -->
303
+ <div class="nav-bar">
304
+ <div class="home-pill"></div>
305
+ </div>
306
+ </div>
307
+ </body>
308
+ </html>
code/12007/12007_0.html ADDED
@@ -0,0 +1,189 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 - Lip Color</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: #0F172A; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #ffffff; border-radius: 0; box-shadow: none;
12
+ }
13
+ .status-bar {
14
+ height: 96px; padding: 24px 32px; display: flex; align-items: center; justify-content: space-between; color: #333;
15
+ font-weight: 600; font-size: 40px;
16
+ }
17
+ .status-icons { display: flex; gap: 18px; align-items: center; }
18
+ .sb-square { width: 36px; height: 36px; background: #9CA3AF; border-radius: 6px; }
19
+ .header {
20
+ height: 100px; padding: 0 28px; display: flex; align-items: center; justify-content: space-between;
21
+ }
22
+ .icon-btn { width: 64px; height: 64px; display: inline-flex; align-items: center; justify-content: center; color: #111827; }
23
+ .content { padding: 12px 28px 0 28px; }
24
+ .product-area { display: flex; gap: 28px; }
25
+ .img-ph {
26
+ width: 460px; height: 520px; background: #E0E0E0; border: 1px solid #BDBDBD;
27
+ display: flex; align-items: center; justify-content: center; color: #757575; border-radius: 10px;
28
+ }
29
+ .prod-info { flex: 1; padding-top: 12px; }
30
+ .brand { color: #9CA3AF; font-weight: 700; font-size: 32px; margin-bottom: 8px; }
31
+ .title { font-size: 44px; line-height: 1.25; font-weight: 700; color: #1F2937; margin-bottom: 12px; }
32
+ .price { font-size: 36px; color: #374151; margin-bottom: 20px; }
33
+ .chips { display: flex; gap: 18px; flex-wrap: wrap; }
34
+ .chip {
35
+ background: #E5E7EB; padding: 18px 26px; border-radius: 32px; font-size: 32px; color: #374151; display: inline-flex; align-items: center; gap: 12px;
36
+ }
37
+ .stock-banner {
38
+ margin: 28px -28px 8px -28px; padding: 26px 28px; background: #FDECEC; color: #1F2937; font-size: 36px;
39
+ }
40
+ .section-title { font-weight: 800; font-size: 48px; color: #1F2937; margin-top: 16px; }
41
+ .section-sub { color: #9CA3AF; font-size: 32px; margin-top: 6px; }
42
+ .card {
43
+ margin-top: 22px; background: #fff; border-radius: 24px; border: 1px solid #E5E7EB;
44
+ box-shadow: 0 2px 8px rgba(0,0,0,0.05); padding: 28px;
45
+ }
46
+ .card-top { display: flex; align-items: center; gap: 16px; font-size: 36px; color: #111827; }
47
+ .divider { height: 1px; background: #E5E7EB; margin: 20px 0; }
48
+ .match-row { display: flex; align-items: center; justify-content: space-between; }
49
+ .match-left { display: flex; align-items: center; gap: 24px; }
50
+ .match-text .h { font-size: 40px; font-weight: 800; color: #0F172A; }
51
+ .match-text .p { font-size: 32px; color: #6B7280; margin-top: 6px; }
52
+ .black-btn { background: #000; color: #fff; border-radius: 40px; padding: 20px 36px; font-size: 34px; font-weight: 700; }
53
+ .reco-title { font-weight: 800; font-size: 48px; margin-top: 34px; }
54
+ .reco-sub { color: #94A3B8; font-size: 32px; margin-top: 6px; }
55
+ .reco-card {
56
+ margin-top: 24px; background: #fff; border-radius: 24px; border: 1px solid #E5E7EB;
57
+ height: 520px; padding: 24px;
58
+ }
59
+ .reco-img { width: 100%; height: 100%; background: #E0E0E0; border: 1px solid #BDBDBD; display: flex; align-items: center; justify-content: center; color: #757575; border-radius: 20px; }
60
+ .notify-bar {
61
+ position: absolute; left: 24px; right: 24px; bottom: 110px;
62
+ background: linear-gradient(90deg, #22C55E, #10B981); color: #fff; height: 120px;
63
+ border-radius: 28px; display: flex; align-items: center; justify-content: center; font-size: 40px; font-weight: 800;
64
+ }
65
+ .home-indicator { position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); width: 280px; height: 14px; background: #C4C4C4; border-radius: 8px; }
66
+ /* Simple inline icon styles */
67
+ svg { display: block; }
68
+ </style>
69
+ </head>
70
+ <body>
71
+ <div id="render-target">
72
+ <!-- Status bar -->
73
+ <div class="status-bar">
74
+ <div>12:15</div>
75
+ <div class="status-icons">
76
+ <div class="sb-square" style="width:28px; height:28px; background:#111; border-radius:4px;"></div>
77
+ <div class="sb-square"></div>
78
+ <div class="sb-square" style="width:34px; height:34px;"></div>
79
+ </div>
80
+ </div>
81
+
82
+ <!-- Header with back & actions -->
83
+ <div class="header">
84
+ <div class="icon-btn">
85
+ <svg width="44" height="44" viewBox="0 0 44 44">
86
+ <path d="M26 8 L12 22 L26 36" stroke="#111827" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
87
+ </svg>
88
+ </div>
89
+ <div style="display:flex; align-items:center; gap:36px;">
90
+ <!-- Share -->
91
+ <div class="icon-btn">
92
+ <svg width="44" height="44" viewBox="0 0 44 44">
93
+ <circle cx="12" cy="30" r="4" fill="none" stroke="#111827" stroke-width="3"/>
94
+ <circle cx="32" cy="12" r="4" fill="none" stroke="#111827" stroke-width="3"/>
95
+ <circle cx="34" cy="32" r="4" fill="none" stroke="#111827" stroke-width="3"/>
96
+ <path d="M15 29 L29 16" stroke="#111827" stroke-width="3" />
97
+ <path d="M16 31 L30 30" stroke="#111827" stroke-width="3" />
98
+ </svg>
99
+ </div>
100
+ <!-- Bag -->
101
+ <div class="icon-btn">
102
+ <svg width="44" height="44" viewBox="0 0 44 44">
103
+ <path d="M12 16 H32 L34 36 H10 Z" fill="none" stroke="#111827" stroke-width="3" />
104
+ <path d="M16 16 C16 12 20 10 22 10 C24 10 28 12 28 16" fill="none" stroke="#111827" stroke-width="3" />
105
+ </svg>
106
+ </div>
107
+ <!-- Search -->
108
+ <div class="icon-btn">
109
+ <svg width="44" height="44" viewBox="0 0 44 44">
110
+ <circle cx="20" cy="20" r="12" fill="none" stroke="#111827" stroke-width="3"/>
111
+ <path d="M30 30 L38 38" stroke="#111827" stroke-width="3" stroke-linecap="round"/>
112
+ </svg>
113
+ </div>
114
+ </div>
115
+ </div>
116
+
117
+ <!-- Main product area -->
118
+ <div class="content">
119
+ <div class="product-area">
120
+ <div class="img-ph">[IMG: Red Lipstick Photo]</div>
121
+ <div class="prod-info">
122
+ <div class="brand">Maybelline New York</div>
123
+ <div class="title">Maybelline New York Color<br> Sensational Lip Color</div>
124
+ <div class="price">₹null</div>
125
+ <div class="chips">
126
+ <div class="chip">Maybelline New York
127
+ <svg width="24" height="24" viewBox="0 0 24 24">
128
+ <path d="M10 6 L16 12 L10 18" stroke="#6B7280" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
129
+ </svg>
130
+ </div>
131
+ <div class="chip">Cream Lipsticks
132
+ <svg width="24" height="24" viewBox="0 0 24 24">
133
+ <path d="M10 6 L16 12 L10 18" stroke="#6B7280" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
134
+ </svg>
135
+ </div>
136
+ </div>
137
+ </div>
138
+ </div>
139
+
140
+ <!-- Not in stock banner -->
141
+ <div class="stock-banner">This item is not in stock</div>
142
+
143
+ <!-- Why it works -->
144
+ <div class="section-title">Why it works for you ✨</div>
145
+ <div class="section-sub">or not ; We'll be transparent about it</div>
146
+
147
+ <!-- Card -->
148
+ <div class="card">
149
+ <div class="card-top">
150
+ <svg width="36" height="36" viewBox="0 0 24 24">
151
+ <path d="M12 2 L14.9 8.2 L22 9.2 L16.8 13.7 L18.3 20.7 L12 17.3 L5.7 20.7 L7.2 13.7 L2 9.2 L9.1 8.2 Z" fill="none" stroke="#111827" stroke-width="1.6"/>
152
+ </svg>
153
+ <div><span style="font-weight:800;">Very Good</span> Rating of 4</div>
154
+ </div>
155
+ <div class="divider"></div>
156
+ <div class="match-row">
157
+ <div class="match-left">
158
+ <!-- face scan style icon -->
159
+ <div style="width:96px; height:96px; border-radius:16px; border:3px solid #FB7185; display:flex; align-items:center; justify-content:center; color:#F472B6;">
160
+ <svg width="64" height="64" viewBox="0 0 64 64">
161
+ <circle cx="32" cy="24" r="10" fill="none" stroke="#F43F5E" stroke-width="3"/>
162
+ <path d="M16 52 C20 40 44 40 48 52" fill="none" stroke="#F43F5E" stroke-width="3" stroke-linecap="round"/>
163
+ </svg>
164
+ </div>
165
+ <div class="match-text">
166
+ <div class="h">Is this a match ?</div>
167
+ <div class="p">Take a selfie and find out</div>
168
+ </div>
169
+ </div>
170
+ <div class="black-btn">Take Selfie</div>
171
+ </div>
172
+ </div>
173
+
174
+ <!-- Recommendations -->
175
+ <div class="reco-title">Foxy Recommends</div>
176
+ <div class="reco-sub">These products for you</div>
177
+ <div class="reco-card">
178
+ <div class="reco-img">[IMG: Pink Lipstick Recommendation]</div>
179
+ </div>
180
+ </div>
181
+
182
+ <!-- Notify button -->
183
+ <div class="notify-bar">Notify when available</div>
184
+
185
+ <!-- Home indicator -->
186
+ <div class="home-indicator"></div>
187
+ </div>
188
+ </body>
189
+ </html>
code/12007/12007_1.html ADDED
@@ -0,0 +1,498 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Amazon Mobile UI 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;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: linear-gradient(180deg, #9fded6 0px, #bfe8e8 220px, #ffffff 221px);
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ height: 64px;
20
+ padding: 0 32px;
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ color: #2f2f2f;
25
+ font-weight: 600;
26
+ font-size: 32px;
27
+ }
28
+ .status-right {
29
+ display: flex;
30
+ align-items: center;
31
+ gap: 22px;
32
+ }
33
+ .status-icon svg { display: block; }
34
+
35
+ /* Search bar */
36
+ .search-wrap {
37
+ padding: 18px 32px 14px;
38
+ }
39
+ .search-bar {
40
+ height: 120px;
41
+ background: #ffffff;
42
+ border: 1px solid #e5e5e5;
43
+ border-radius: 28px;
44
+ box-shadow: 0 6px 12px rgba(0,0,0,0.08);
45
+ display: flex;
46
+ align-items: center;
47
+ padding: 0 26px;
48
+ gap: 24px;
49
+ }
50
+ .search-left {
51
+ display: flex;
52
+ align-items: center;
53
+ gap: 22px;
54
+ flex: 1;
55
+ }
56
+ .search-placeholder {
57
+ color: #7a7a7a;
58
+ font-size: 42px;
59
+ letter-spacing: 0.2px;
60
+ }
61
+ .search-actions {
62
+ display: flex;
63
+ align-items: center;
64
+ gap: 26px;
65
+ }
66
+ .icon-btn svg { width: 52px; height: 52px; fill: none; stroke: #444; stroke-width: 3; }
67
+
68
+ /* Location bar */
69
+ .location-bar {
70
+ height: 92px;
71
+ background: #caecea;
72
+ margin: 0;
73
+ padding: 0 32px;
74
+ display: flex;
75
+ align-items: center;
76
+ gap: 18px;
77
+ color: #2b2b2b;
78
+ font-size: 36px;
79
+ border-bottom: 1px solid #e9e9e9;
80
+ }
81
+ .location-bar .chev svg { width: 30px; height: 30px; }
82
+
83
+ /* Category row */
84
+ .category-row {
85
+ background: #ffffff;
86
+ padding: 22px 20px 18px;
87
+ display: flex;
88
+ justify-content: space-around;
89
+ border-bottom: 1px solid #efefef;
90
+ }
91
+ .cat-item {
92
+ width: 150px;
93
+ text-align: center;
94
+ }
95
+ .cat-icon {
96
+ width: 128px;
97
+ height: 96px;
98
+ background: #E0E0E0;
99
+ border: 1px solid #BDBDBD;
100
+ border-radius: 16px;
101
+ display: flex;
102
+ justify-content: center;
103
+ align-items: center;
104
+ color: #757575;
105
+ font-size: 26px;
106
+ margin: 0 auto 14px;
107
+ }
108
+ .cat-label {
109
+ font-size: 30px;
110
+ color: #353535;
111
+ }
112
+
113
+ /* Banner */
114
+ .banner {
115
+ margin-top: 8px;
116
+ padding: 0 18px;
117
+ }
118
+ .banner-img {
119
+ width: 1044px;
120
+ height: 640px;
121
+ background: #E0E0E0;
122
+ border: 1px solid #BDBDBD;
123
+ border-radius: 22px;
124
+ display: flex;
125
+ justify-content: center;
126
+ align-items: center;
127
+ color: #757575;
128
+ font-size: 38px;
129
+ }
130
+ .carousel-dots {
131
+ margin-top: 22px;
132
+ display: flex;
133
+ gap: 18px;
134
+ justify-content: center;
135
+ align-items: center;
136
+ }
137
+ .dot {
138
+ width: 22px;
139
+ height: 22px;
140
+ border-radius: 50%;
141
+ background: #95b9bf;
142
+ }
143
+ .dot.active {
144
+ background: #ffffff;
145
+ border: 2px solid #7b9fa6;
146
+ }
147
+
148
+ /* Cards row */
149
+ .cards-row {
150
+ display: flex;
151
+ gap: 22px;
152
+ padding: 24px 18px 0;
153
+ }
154
+ .card {
155
+ width: 336px;
156
+ background: #ffffff;
157
+ border: 1px solid #e8e8e8;
158
+ border-radius: 22px;
159
+ box-shadow: 0 6px 12px rgba(0,0,0,0.06);
160
+ overflow: hidden;
161
+ }
162
+ .card-header {
163
+ padding: 22px;
164
+ font-size: 34px;
165
+ font-weight: 700;
166
+ color: #333;
167
+ }
168
+ .card-content {
169
+ padding: 20px;
170
+ }
171
+ .pay-grid {
172
+ display: grid;
173
+ grid-template-columns: 1fr 1fr;
174
+ gap: 16px;
175
+ }
176
+ .pay-item {
177
+ background: #fff7d1;
178
+ border: 1px solid #f0e2a8;
179
+ border-radius: 18px;
180
+ padding: 18px;
181
+ display: flex;
182
+ gap: 14px;
183
+ align-items: center;
184
+ }
185
+ .pay-icon {
186
+ width: 60px;
187
+ height: 60px;
188
+ background: #ffd95a;
189
+ border-radius: 50%;
190
+ border: 1px solid #e8c34f;
191
+ }
192
+ .pay-text { font-size: 28px; color: #333; }
193
+ .img-card .img {
194
+ width: 296px;
195
+ height: 280px;
196
+ background: #E0E0E0;
197
+ border: 1px solid #BDBDBD;
198
+ border-radius: 14px;
199
+ display: flex;
200
+ justify-content: center;
201
+ align-items: center;
202
+ color: #757575;
203
+ font-size: 28px;
204
+ }
205
+
206
+ /* Feature badges */
207
+ .features {
208
+ padding: 28px 24px;
209
+ display: flex;
210
+ justify-content: center;
211
+ gap: 48px;
212
+ border-top: 1px solid #eee;
213
+ border-bottom: 1px solid #eee;
214
+ margin-top: 10px;
215
+ background: #ffffff;
216
+ }
217
+ .feat {
218
+ display: flex;
219
+ align-items: center;
220
+ gap: 16px;
221
+ color: #4a4a4a;
222
+ font-size: 30px;
223
+ font-weight: 600;
224
+ }
225
+ .feat .badge {
226
+ width: 64px;
227
+ height: 64px;
228
+ background: #ffe8c4;
229
+ border: 1px solid #f3d6a7;
230
+ border-radius: 50%;
231
+ display: inline-flex;
232
+ justify-content: center;
233
+ align-items: center;
234
+ }
235
+ .feat .badge svg { width: 36px; height: 36px; stroke: #814f12; fill: none; stroke-width: 3; }
236
+
237
+ /* Section heading */
238
+ .section-heading {
239
+ padding: 26px 24px 14px;
240
+ font-size: 42px;
241
+ font-weight: 800;
242
+ color: #1f1f1f;
243
+ }
244
+
245
+ /* Bottom navigation */
246
+ .bottom-nav {
247
+ position: absolute;
248
+ left: 0;
249
+ right: 0;
250
+ bottom: 110px;
251
+ height: 140px;
252
+ background: #ffffff;
253
+ border-top: 1px solid #e9e9e9;
254
+ display: flex;
255
+ justify-content: space-around;
256
+ align-items: center;
257
+ }
258
+ .nav-item {
259
+ display: flex;
260
+ flex-direction: column;
261
+ align-items: center;
262
+ gap: 10px;
263
+ color: #2c2c2c;
264
+ font-size: 28px;
265
+ }
266
+ .nav-item.active { color: #2aa2a2; }
267
+ .nav-item svg { width: 50px; height: 50px; stroke: #333; fill: none; stroke-width: 3; }
268
+ .nav-item.active svg { stroke: #2aa2a2; }
269
+ .cart-badge {
270
+ position: absolute;
271
+ top: -6px;
272
+ right: -6px;
273
+ width: 38px;
274
+ height: 38px;
275
+ background: #ff6b4a;
276
+ color: #fff;
277
+ border-radius: 50%;
278
+ font-size: 24px;
279
+ display: flex;
280
+ justify-content: center;
281
+ align-items: center;
282
+ }
283
+
284
+ /* Android gesture pill */
285
+ .gesture-pill {
286
+ position: absolute;
287
+ bottom: 32px;
288
+ left: 50%;
289
+ transform: translateX(-50%);
290
+ width: 360px;
291
+ height: 18px;
292
+ background: #cfcfcf;
293
+ border-radius: 10px;
294
+ }
295
+ </style>
296
+ </head>
297
+ <body>
298
+ <div id="render-target">
299
+
300
+ <!-- Status Bar -->
301
+ <div class="status-bar">
302
+ <div class="time">12:16</div>
303
+ <div class="status-right">
304
+ <div class="status-icon">
305
+ <svg width="40" height="28" viewBox="0 0 40 28">
306
+ <rect x="2" y="6" width="36" height="16" rx="3" ry="3" stroke="#2f2f2f" fill="none" stroke-width="3"></rect>
307
+ <rect x="32" y="9" width="4" height="10" fill="#2f2f2f"></rect>
308
+ </svg>
309
+ </div>
310
+ <div class="status-icon">
311
+ <svg width="32" height="28" viewBox="0 0 32 28">
312
+ <path d="M2 20c6-6 22-6 28 0" stroke="#2f2f2f" stroke-width="3" fill="none"></path>
313
+ <path d="M8 18c4-4 12-4 16 0" stroke="#2f2f2f" stroke-width="3" fill="none"></path>
314
+ <circle cx="16" cy="20" r="2" fill="#2f2f2f"></circle>
315
+ </svg>
316
+ </div>
317
+ </div>
318
+ </div>
319
+
320
+ <!-- Search Bar -->
321
+ <div class="search-wrap">
322
+ <div class="search-bar">
323
+ <div class="search-left">
324
+ <svg width="52" height="52" viewBox="0 0 24 24">
325
+ <circle cx="11" cy="11" r="7" stroke="#444" stroke-width="2" fill="none"></circle>
326
+ <line x1="20" y1="20" x2="16" y2="16" stroke="#444" stroke-width="2"></line>
327
+ </svg>
328
+ <div class="search-placeholder">Search Amazon.in</div>
329
+ </div>
330
+ <div class="search-actions">
331
+ <div class="icon-btn">
332
+ <svg viewBox="0 0 24 24">
333
+ <rect x="3" y="5" width="18" height="14" rx="3"></rect>
334
+ <circle cx="12" cy="12" r="3"></circle>
335
+ </svg>
336
+ </div>
337
+ <div class="icon-btn">
338
+ <svg viewBox="0 0 24 24">
339
+ <path d="M12 3v10" />
340
+ <path d="M9 9c0 3 6 3 6 0" />
341
+ <path d="M8 18h8" />
342
+ </svg>
343
+ </div>
344
+ <div class="icon-btn">
345
+ <svg viewBox="0 0 24 24">
346
+ <rect x="3" y="3" width="7" height="7"></rect>
347
+ <rect x="14" y="3" width="7" height="7"></rect>
348
+ <rect x="3" y="14" width="7" height="7"></rect>
349
+ <rect x="14" y="14" width="7" height="7"></rect>
350
+ </svg>
351
+ </div>
352
+ </div>
353
+ </div>
354
+ </div>
355
+
356
+ <!-- Location Bar -->
357
+ <div class="location-bar">
358
+ <svg width="34" height="34" viewBox="0 0 24 24">
359
+ <path d="M12 2c-4 0-7 3-7 7 0 5 7 13 7 13s7-8 7-13c0-4-3-7-7-7z" fill="none" stroke="#333" stroke-width="2"></path>
360
+ <circle cx="12" cy="9" r="3" fill="none" stroke="#333" stroke-width="2"></circle>
361
+ </svg>
362
+ <div>Delivering to Delhi 110008 - Update location</div>
363
+ <div class="chev">
364
+ <svg viewBox="0 0 24 24">
365
+ <path d="M6 9l6 6 6-6" stroke="#333" stroke-width="2" fill="none"></path>
366
+ </svg>
367
+ </div>
368
+ </div>
369
+
370
+ <!-- Category Row -->
371
+ <div class="category-row">
372
+ <div class="cat-item">
373
+ <div class="cat-icon">Prime</div>
374
+ <div class="cat-label">Prime</div>
375
+ </div>
376
+ <div class="cat-item">
377
+ <div class="cat-icon">Mobiles</div>
378
+ <div class="cat-label">Mobiles</div>
379
+ </div>
380
+ <div class="cat-item">
381
+ <div class="cat-icon">Fashion</div>
382
+ <div class="cat-label">Fashion</div>
383
+ </div>
384
+ <div class="cat-item">
385
+ <div class="cat-icon">Deals</div>
386
+ <div class="cat-label">Deals</div>
387
+ </div>
388
+ <div class="cat-item">
389
+ <div class="cat-icon">miniTV</div>
390
+ <div class="cat-label">miniTV</div>
391
+ </div>
392
+ <div class="cat-item">
393
+ <div class="cat-icon">Electronics</div>
394
+ <div class="cat-label">Electronics</div>
395
+ </div>
396
+ </div>
397
+
398
+ <!-- Banner -->
399
+ <div class="banner">
400
+ <div class="banner-img">[IMG: Fashion sale banner]</div>
401
+ <div class="carousel-dots">
402
+ <div class="dot"></div>
403
+ <div class="dot"></div>
404
+ <div class="dot"></div>
405
+ <div class="dot active"></div>
406
+ <div class="dot"></div>
407
+ <div class="dot"></div>
408
+ <div class="dot"></div>
409
+ <div class="dot"></div>
410
+ </div>
411
+ </div>
412
+
413
+ <!-- Cards Row -->
414
+ <div class="cards-row">
415
+ <div class="card">
416
+ <div class="card-header">Amazon Pay</div>
417
+ <div class="card-content">
418
+ <div class="pay-grid">
419
+ <div class="pay-item">
420
+ <div class="pay-icon"></div>
421
+ <div class="pay-text">Amazon Pay</div>
422
+ </div>
423
+ <div class="pay-item">
424
+ <div class="pay-icon"></div>
425
+ <div class="pay-text">Send Money</div>
426
+ </div>
427
+ <div class="pay-item">
428
+ <div class="pay-icon"></div>
429
+ <div class="pay-text">Scan any QR</div>
430
+ </div>
431
+ <div class="pay-item">
432
+ <div class="pay-icon"></div>
433
+ <div class="pay-text">Pay Bills</div>
434
+ </div>
435
+ </div>
436
+ </div>
437
+ </div>
438
+
439
+ <div class="card img-card">
440
+ <div class="card-header">Keep shopping for<br>Living room tables</div>
441
+ <div class="card-content">
442
+ <div class="img">[IMG: Living room tables]</div>
443
+ </div>
444
+ </div>
445
+
446
+ <div class="card img-card">
447
+ <div class="card-header">Keep shopping for<br>Books</div>
448
+ <div class="card-content">
449
+ <div class="img">[IMG: Book cover]</div>
450
+ </div>
451
+ </div>
452
+ </div>
453
+
454
+ <!-- Feature Badges -->
455
+ <div class="features">
456
+ <div class="feat">
457
+ <div class="badge">
458
+ <svg viewBox="0 0 24 24">
459
+ <path d="M4 6h16v12H4z"></path>
460
+ <path d="M4 10h16"></path>
461
+ </svg>
462
+ </div>
463
+ <div>WIDE SELECTION</div>
464
+ </div>
465
+ <div class="feat">
466
+ <div class="badge">
467
+ <svg viewBox="0 0 24 24">
468
+ <path d="M5 5h14v14H5z"></path>
469
+ <path d="M7 9h10M7 13h10"></path>
470
+ </svg>
471
+ </div>
472
+ <div>PAY ON DELIVERY</div>
473
+ </div>
474
+ <div class="feat">
475
+ <div class="badge">
476
+ <svg viewBox="0 0 24 24">
477
+ <path d="M6 6l12 0 0 12-12 0z"></path>
478
+ <path d="M8 8l8 0 0 8-8 0z"></path>
479
+ </svg>
480
+ </div>
481
+ <div>EASY RETURNS</div>
482
+ </div>
483
+ </div>
484
+
485
+ <!-- Section Heading -->
486
+ <div class="section-heading">Starting ₹199 | Deals on fashion, beauty, kitchen & more</div>
487
+
488
+ <!-- Bottom Navigation -->
489
+ <div class="bottom-nav">
490
+ <div class="nav-item active">
491
+ <svg viewBox="0 0 24 24">
492
+ <path d="M3 10l9-7 9 7v9H3z"></path>
493
+ </svg>
494
+ <div>Home</div>
495
+ </div>
496
+ <div class="nav-item">
497
+ <svg viewBox="0 0 24 24">
498
+
code/12007/12007_2.html ADDED
@@ -0,0 +1,432 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Amazon Search UI Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; }
8
+ #render-target {
9
+ position: relative;
10
+ overflow: hidden;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ background: #ffffff;
14
+ box-sizing: border-box;
15
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, Helvetica, sans-serif;
16
+ color: #222;
17
+ }
18
+
19
+ /* Top gradient area with status + search */
20
+ .top-area {
21
+ width: 100%;
22
+ height: 260px;
23
+ background: linear-gradient(135deg, #99e0d6 0%, #8ad5cf 50%, #78cfd0 100%);
24
+ box-sizing: border-box;
25
+ padding: 24px 36px;
26
+ }
27
+ .status-row {
28
+ height: 40px;
29
+ display: flex;
30
+ align-items: center;
31
+ justify-content: space-between;
32
+ color: #1c2b2a;
33
+ font-weight: 600;
34
+ font-size: 28px;
35
+ letter-spacing: 0.5px;
36
+ opacity: 0.9;
37
+ }
38
+ .status-right {
39
+ display: flex;
40
+ align-items: center;
41
+ gap: 22px;
42
+ }
43
+ .status-icon svg { display: block; }
44
+
45
+ .search-row {
46
+ margin-top: 26px;
47
+ display: flex;
48
+ align-items: center;
49
+ gap: 26px;
50
+ }
51
+ .back-btn {
52
+ width: 64px;
53
+ height: 64px;
54
+ display: flex;
55
+ align-items: center;
56
+ justify-content: center;
57
+ }
58
+ .search-bar {
59
+ flex: 1;
60
+ height: 110px;
61
+ background: #ffffff;
62
+ border-radius: 20px;
63
+ box-shadow: 0 4px 10px rgba(0,0,0,0.15);
64
+ display: flex;
65
+ align-items: center;
66
+ padding: 0 28px;
67
+ gap: 22px;
68
+ }
69
+ .search-placeholder {
70
+ flex: 1;
71
+ color: #7b8b89;
72
+ font-size: 40px;
73
+ }
74
+ .icon-btn {
75
+ width: 64px;
76
+ height: 64px;
77
+ display: flex;
78
+ align-items: center;
79
+ justify-content: center;
80
+ }
81
+
82
+ /* List of recent searches */
83
+ .list {
84
+ position: relative;
85
+ background: #ffffff;
86
+ }
87
+ .list-item {
88
+ display: flex;
89
+ align-items: center;
90
+ padding: 30px 36px;
91
+ border-bottom: 1px solid #e6e6e6;
92
+ }
93
+ .list-icon {
94
+ width: 60px;
95
+ height: 60px;
96
+ margin-right: 26px;
97
+ display: flex;
98
+ align-items: center;
99
+ justify-content: center;
100
+ color: #666;
101
+ }
102
+ .item-texts {
103
+ display: flex;
104
+ align-items: baseline;
105
+ gap: 16px;
106
+ flex: 1;
107
+ }
108
+ .item-title {
109
+ font-size: 44px;
110
+ color: #0b3a9e;
111
+ font-weight: 700;
112
+ }
113
+ .item-sub {
114
+ font-size: 36px;
115
+ color: #6b6f75;
116
+ }
117
+ .close-btn {
118
+ width: 60px;
119
+ height: 60px;
120
+ display: flex;
121
+ align-items: center;
122
+ justify-content: center;
123
+ color: #444;
124
+ }
125
+
126
+ /* Bottom action buttons */
127
+ .bottom-actions {
128
+ position: absolute;
129
+ left: 0;
130
+ right: 0;
131
+ bottom: 940px; /* sits above keyboard */
132
+ padding: 24px 36px;
133
+ display: flex;
134
+ justify-content: space-between;
135
+ gap: 24px;
136
+ }
137
+ .pill-btn {
138
+ flex: 1;
139
+ height: 120px;
140
+ border: 2px solid #ececec;
141
+ border-radius: 24px;
142
+ background: #ffffff;
143
+ box-shadow: 0 6px 12px rgba(0,0,0,0.08);
144
+ display: flex;
145
+ align-items: center;
146
+ padding: 0 28px;
147
+ gap: 20px;
148
+ font-size: 38px;
149
+ color: #222;
150
+ }
151
+ .pill-icon {
152
+ width: 64px;
153
+ height: 64px;
154
+ display: flex;
155
+ align-items: center;
156
+ justify-content: center;
157
+ color: #222;
158
+ }
159
+
160
+ /* Keyboard mock */
161
+ .keyboard {
162
+ position: absolute;
163
+ left: 0;
164
+ bottom: 0;
165
+ width: 1080px;
166
+ height: 900px;
167
+ background: #231f1a;
168
+ border-top-left-radius: 24px;
169
+ border-top-right-radius: 24px;
170
+ box-shadow: 0 -8px 20px rgba(0,0,0,0.25);
171
+ padding: 26px 30px;
172
+ box-sizing: border-box;
173
+ color: #eee3d9;
174
+ }
175
+ .kb-top-row {
176
+ display: flex;
177
+ align-items: center;
178
+ gap: 36px;
179
+ margin-bottom: 24px;
180
+ }
181
+ .kb-top-chip {
182
+ color: #e9d8c8;
183
+ font-weight: 700;
184
+ font-size: 38px;
185
+ }
186
+ .kb-keys {
187
+ display: grid;
188
+ grid-template-columns: repeat(10, 1fr);
189
+ gap: 14px;
190
+ margin-bottom: 18px;
191
+ }
192
+ .key {
193
+ height: 90px;
194
+ background: #2d2822;
195
+ border-radius: 18px;
196
+ display: flex;
197
+ align-items: center;
198
+ justify-content: center;
199
+ color: #efe5db;
200
+ font-size: 42px;
201
+ box-shadow: inset 0 2px 0 rgba(255,255,255,0.06);
202
+ }
203
+ .kb-bottom-row {
204
+ display: grid;
205
+ grid-template-columns: 120px 1fr 120px 140px;
206
+ gap: 14px;
207
+ }
208
+ .key-wide { grid-column: span 3; }
209
+ .key-enter {
210
+ background: #f7c9b4;
211
+ color: #2b241f;
212
+ font-weight: 700;
213
+ }
214
+ </style>
215
+ </head>
216
+ <body>
217
+ <div id="render-target">
218
+
219
+ <div class="top-area">
220
+ <div class="status-row">
221
+ <div>12:16</div>
222
+ <div class="status-right">
223
+ <div class="status-icon">
224
+ <!-- simple wifi icon -->
225
+ <svg width="40" height="26" viewBox="0 0 40 26">
226
+ <path d="M2 6c8-8 28-8 36 0" stroke="#1f2e2c" stroke-width="3" fill="none"/>
227
+ <path d="M7 12c6-6 20-6 26 0" stroke="#1f2e2c" stroke-width="3" fill="none"/>
228
+ <circle cx="20" cy="20" r="3" fill="#1f2e2c"/>
229
+ </svg>
230
+ </div>
231
+ <div class="status-icon">
232
+ <!-- battery -->
233
+ <svg width="50" height="26" viewBox="0 0 50 26">
234
+ <rect x="2" y="4" width="40" height="18" rx="4" ry="4" stroke="#1f2e2c" stroke-width="3" fill="none"/>
235
+ <rect x="6" y="8" width="26" height="10" fill="#1f2e2c"/>
236
+ <rect x="44" y="9" width="4" height="8" fill="#1f2e2c"/>
237
+ </svg>
238
+ </div>
239
+ </div>
240
+ </div>
241
+
242
+ <div class="search-row">
243
+ <div class="back-btn">
244
+ <svg width="42" height="42" viewBox="0 0 24 24">
245
+ <path d="M15 5l-7 7 7 7" stroke="#1d2d2b" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
246
+ </svg>
247
+ </div>
248
+ <div class="search-bar">
249
+ <div class="icon-btn">
250
+ <svg width="40" height="40" viewBox="0 0 24 24">
251
+ <circle cx="10" cy="10" r="7" stroke="#4a5c5a" stroke-width="2" fill="none"/>
252
+ <path d="M15 15l6 6" stroke="#4a5c5a" stroke-width="2" stroke-linecap="round"/>
253
+ </svg>
254
+ </div>
255
+ <div class="search-placeholder">Search Amazon.in</div>
256
+ <div class="icon-btn">
257
+ <!-- microphone -->
258
+ <svg width="36" height="36" viewBox="0 0 24 24">
259
+ <rect x="9" y="4" width="6" height="10" rx="3" fill="#5a6b69"/>
260
+ <path d="M6 10a6 6 0 0012 0" stroke="#5a6b69" stroke-width="2" fill="none"/>
261
+ <path d="M12 16v4" stroke="#5a6b69" stroke-width="2"/>
262
+ <rect x="10" y="20" width="4" height="2" fill="#5a6b69"/>
263
+ </svg>
264
+ </div>
265
+ </div>
266
+ </div>
267
+ </div>
268
+
269
+ <div class="list">
270
+ <div class="list-item">
271
+ <div class="list-icon">
272
+ <svg width="40" height="40" viewBox="0 0 24 24">
273
+ <circle cx="12" cy="12" r="10" stroke="#777" stroke-width="2" fill="none"/>
274
+ <path d="M12 6v6l4 2" stroke="#777" stroke-width="2" stroke-linecap="round"/>
275
+ </svg>
276
+ </div>
277
+ <div class="item-texts">
278
+ <div class="item-title">black dress</div>
279
+ <div class="item-sub">in All Categories</div>
280
+ </div>
281
+ <div class="close-btn">
282
+ <svg width="36" height="36" viewBox="0 0 24 24">
283
+ <path d="M5 5l14 14M19 5L5 19" stroke="#444" stroke-width="2" stroke-linecap="round"/>
284
+ </svg>
285
+ </div>
286
+ </div>
287
+
288
+ <div class="list-item">
289
+ <div class="list-icon">
290
+ <svg width="40" height="40" viewBox="0 0 24 24">
291
+ <circle cx="12" cy="12" r="10" stroke="#777" stroke-width="2" fill="none"/>
292
+ <path d="M12 6v6l4 2" stroke="#777" stroke-width="2" stroke-linecap="round"/>
293
+ </svg>
294
+ </div>
295
+ <div class="item-texts">
296
+ <div class="item-title">sephora lipstick</div>
297
+ <div class="item-sub">in All Categories</div>
298
+ </div>
299
+ <div class="close-btn">
300
+ <svg width="36" height="36" viewBox="0 0 24 24">
301
+ <path d="M5 5l14 14M19 5L5 19" stroke="#444" stroke-width="2" stroke-linecap="round"/>
302
+ </svg>
303
+ </div>
304
+ </div>
305
+
306
+ <div class="list-item">
307
+ <div class="list-icon">
308
+ <svg width="40" height="40" viewBox="0 0 24 24">
309
+ <circle cx="12" cy="12" r="10" stroke="#777" stroke-width="2" fill="none"/>
310
+ <path d="M12 6v6l4 2" stroke="#777" stroke-width="2" stroke-linecap="round"/>
311
+ </svg>
312
+ </div>
313
+ <div class="item-texts">
314
+ <div class="item-title">samsung refrigerator</div>
315
+ <div class="item-sub">in All Categories</div>
316
+ </div>
317
+ <div class="close-btn">
318
+ <svg width="36" height="36" viewBox="0 0 24 24">
319
+ <path d="M5 5l14 14M19 5L5 19" stroke="#444" stroke-width="2" stroke-linecap="round"/>
320
+ </svg>
321
+ </div>
322
+ </div>
323
+
324
+ <div class="list-item">
325
+ <div class="list-icon">
326
+ <svg width="40" height="40" viewBox="0 0 24 24">
327
+ <circle cx="12" cy="12" r="10" stroke="#777" stroke-width="2" fill="none"/>
328
+ <path d="M12 6v6l4 2" stroke="#777" stroke-width="2" stroke-linecap="round"/>
329
+ </svg>
330
+ </div>
331
+ <div class="item-texts">
332
+ <div class="item-title">centre table</div>
333
+ <div class="item-sub">in All Categories</div>
334
+ </div>
335
+ <div class="close-btn">
336
+ <svg width="36" height="36" viewBox="0 0 24 24">
337
+ <path d="M5 5l14 14M19 5L5 19" stroke="#444" stroke-width="2" stroke-linecap="round"/>
338
+ </svg>
339
+ </div>
340
+ </div>
341
+
342
+ <div class="list-item">
343
+ <div class="list-icon">
344
+ <svg width="40" height="40" viewBox="0 0 24 24">
345
+ <circle cx="12" cy="12" r="10" stroke="#777" stroke-width="2" fill="none"/>
346
+ <path d="M12 6v6l4 2" stroke="#777" stroke-width="2" stroke-linecap="round"/>
347
+ </svg>
348
+ </div>
349
+ <div class="item-texts">
350
+ <div class="item-title">sofa gray colour</div>
351
+ <div class="item-sub">in Furniture</div>
352
+ </div>
353
+ <div class="close-btn">
354
+ <svg width="36" height="36" viewBox="0 0 24 24">
355
+ <path d="M5 5l14 14M19 5L5 19" stroke="#444" stroke-width="2" stroke-linecap="round"/>
356
+ </svg>
357
+ </div>
358
+ </div>
359
+
360
+ <div class="list-item">
361
+ <div class="list-icon">
362
+ <svg width="40" height="40" viewBox="0 0 24 24">
363
+ <circle cx="12" cy="12" r="10" stroke="#777" stroke-width="2" fill="none"/>
364
+ <path d="M12 6v6l4 2" stroke="#777" stroke-width="2" stroke-linecap="round"/>
365
+ </svg>
366
+ </div>
367
+ <div class="item-texts">
368
+ <div class="item-title">sofa gray colour</div>
369
+ <div class="item-sub">in All Categories</div>
370
+ </div>
371
+ <div class="close-btn">
372
+ <svg width="36" height="36" viewBox="0 0 24 24">
373
+ <path d="M5 5l14 14M19 5L5 19" stroke="#444" stroke-width="2" stroke-linecap="round"/>
374
+ </svg>
375
+ </div>
376
+ </div>
377
+ </div>
378
+
379
+ <div class="bottom-actions">
380
+ <div class="pill-btn">
381
+ <div class="pill-icon">
382
+ <!-- photo icon -->
383
+ <svg width="44" height="44" viewBox="0 0 24 24">
384
+ <rect x="3" y="6" width="18" height="13" rx="2" ry="2" stroke="#333" stroke-width="2" fill="none"/>
385
+ <circle cx="13" cy="12" r="3" stroke="#333" stroke-width="2" fill="none"/>
386
+ <path d="M6 9l3-3h6l3 3" stroke="#333" stroke-width="2" fill="none"/>
387
+ </svg>
388
+ </div>
389
+ <div>Search with photo</div>
390
+ </div>
391
+ <div class="pill-btn">
392
+ <div class="pill-icon">
393
+ <!-- camera icon -->
394
+ <svg width="44" height="44" viewBox="0 0 24 24">
395
+ <rect x="3" y="7" width="18" height="12" rx="2" ry="2" stroke="#333" stroke-width="2" fill="none"/>
396
+ <rect x="8" y="5" width="8" height="3" rx="1.5" stroke="#333" stroke-width="2" fill="none"/>
397
+ <circle cx="12" cy="13" r="4" stroke="#333" stroke-width="2" fill="none"/>
398
+ </svg>
399
+ </div>
400
+ <div>Search with camera</div>
401
+ </div>
402
+ </div>
403
+
404
+ <div class="keyboard">
405
+ <div class="kb-top-row">
406
+ <div class="kb-top-chip">GIF</div>
407
+ <div class="kb-top-chip">G⌁</div>
408
+ <div class="kb-top-chip">🎨</div>
409
+ <div class="kb-top-chip">🎤</div>
410
+ </div>
411
+
412
+ <div class="kb-keys">
413
+ <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>
414
+ </div>
415
+ <div class="kb-keys" style="grid-template-columns: repeat(9, 1fr); margin-left: 54px; margin-right: 54px;">
416
+ <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>
417
+ </div>
418
+ <div class="kb-keys" style="grid-template-columns: repeat(7, 1fr); margin-left: 120px; margin-right: 120px;">
419
+ <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>
420
+ </div>
421
+
422
+ <div class="kb-bottom-row">
423
+ <div class="key">?123</div>
424
+ <div class="key key-wide">space</div>
425
+ <div class="key">.</div>
426
+ <div class="key key-enter">↵</div>
427
+ </div>
428
+ </div>
429
+
430
+ </div>
431
+ </body>
432
+ </html>
code/12007/12007_3.html ADDED
@@ -0,0 +1,375 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Search UI 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, Helvetica, Arial, sans-serif;
16
+ color: #222;
17
+ }
18
+
19
+ /* Header gradient area */
20
+ .header {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ width: 1080px;
25
+ height: 340px;
26
+ background: linear-gradient(180deg, #b8efe6 0%, #8fd5cd 100%);
27
+ padding: 20px 32px 0 32px;
28
+ box-sizing: border-box;
29
+ }
30
+
31
+ /* Status bar */
32
+ .status {
33
+ height: 72px;
34
+ position: relative;
35
+ display: flex;
36
+ align-items: center;
37
+ font-weight: 600;
38
+ color: #0d2b28;
39
+ }
40
+ .status .time {
41
+ font-size: 42px;
42
+ letter-spacing: 0.5px;
43
+ }
44
+ .status .icons {
45
+ margin-left: auto;
46
+ display: flex;
47
+ align-items: center;
48
+ gap: 26px;
49
+ }
50
+ .status svg { width: 44px; height: 44px; }
51
+
52
+ /* Search row */
53
+ .search-row {
54
+ margin-top: 18px;
55
+ display: flex;
56
+ align-items: center;
57
+ gap: 26px;
58
+ }
59
+ .back-icon {
60
+ width: 72px;
61
+ height: 72px;
62
+ display: flex;
63
+ align-items: center;
64
+ justify-content: center;
65
+ }
66
+ .search-bar {
67
+ flex: 1;
68
+ height: 96px;
69
+ background: #ffffff;
70
+ border-radius: 24px;
71
+ border: 1px solid #e4e4e4;
72
+ box-shadow: 0 4px 10px rgba(0,0,0,0.08);
73
+ display: flex;
74
+ align-items: center;
75
+ padding: 0 22px;
76
+ box-sizing: border-box;
77
+ }
78
+ .search-bar .icon {
79
+ width: 44px;
80
+ height: 44px;
81
+ margin-right: 16px;
82
+ flex: 0 0 auto;
83
+ }
84
+ .search-text {
85
+ font-size: 40px;
86
+ color: #1a1a1a;
87
+ flex: 1;
88
+ white-space: nowrap;
89
+ overflow: hidden;
90
+ text-overflow: ellipsis;
91
+ }
92
+ .clear-btn {
93
+ width: 52px;
94
+ height: 52px;
95
+ display: flex;
96
+ align-items: center;
97
+ justify-content: center;
98
+ margin-left: 8px;
99
+ }
100
+
101
+ /* Suggestions list */
102
+ .suggestions {
103
+ position: absolute;
104
+ top: 340px;
105
+ left: 0;
106
+ width: 100%;
107
+ background: #ffffff;
108
+ }
109
+ .suggestion {
110
+ display: flex;
111
+ align-items: center;
112
+ padding: 30px 32px;
113
+ height: 120px;
114
+ box-sizing: border-box;
115
+ gap: 24px;
116
+ font-size: 40px;
117
+ color: #303030;
118
+ }
119
+ .suggestion + .suggestion { border-top: 1px solid #e6e6e6; }
120
+ .suggestion .s-left svg { width: 46px; height: 46px; }
121
+ .s-text b { font-weight: 700; }
122
+ .s-right {
123
+ margin-left: auto;
124
+ opacity: 0.8;
125
+ }
126
+ .s-right svg { width: 46px; height: 46px; }
127
+
128
+ /* Large white content area placeholder */
129
+ .content-space {
130
+ position: absolute;
131
+ top: 580px;
132
+ left: 0;
133
+ right: 0;
134
+ bottom: 760px; /* leaves space for keyboard */
135
+ background: #ffffff;
136
+ }
137
+
138
+ /* Keyboard */
139
+ .keyboard {
140
+ position: absolute;
141
+ left: 0;
142
+ bottom: 0;
143
+ width: 1080px;
144
+ height: 760px;
145
+ background: #201c16;
146
+ border-top-left-radius: 18px;
147
+ border-top-right-radius: 18px;
148
+ box-shadow: 0 -6px 12px rgba(0,0,0,0.25);
149
+ color: #e9decb;
150
+ display: flex;
151
+ flex-direction: column;
152
+ }
153
+
154
+ .kb-suggest {
155
+ height: 84px;
156
+ display: flex;
157
+ align-items: center;
158
+ padding: 0 24px;
159
+ gap: 20px;
160
+ border-bottom: 1px solid rgba(255,255,255,0.06);
161
+ }
162
+ .kb-suggest .chip {
163
+ color: #e9decb;
164
+ opacity: 0.92;
165
+ font-size: 34px;
166
+ margin-right: 22px;
167
+ white-space: nowrap;
168
+ }
169
+ .kb-suggest .spacer { flex: 1; }
170
+ .kb-suggest .icon { width: 44px; height: 44px; }
171
+
172
+ .keys {
173
+ flex: 1;
174
+ display: flex;
175
+ flex-direction: column;
176
+ justify-content: center;
177
+ gap: 18px;
178
+ padding: 18px 18px 26px 18px;
179
+ box-sizing: border-box;
180
+ }
181
+ .row {
182
+ display: flex;
183
+ justify-content: center;
184
+ gap: 14px;
185
+ }
186
+ .key {
187
+ min-width: 86px;
188
+ height: 104px;
189
+ background: #2c261f;
190
+ border-radius: 18px;
191
+ display: flex;
192
+ align-items: center;
193
+ justify-content: center;
194
+ color: #f1e6d3;
195
+ font-size: 44px;
196
+ box-shadow: inset 0 -2px 0 rgba(255,255,255,0.04);
197
+ }
198
+ .key.wide { min-width: 140px; }
199
+ .key.xwide { min-width: 420px; }
200
+ .key.circle { border-radius: 28px; }
201
+
202
+ /* Home indicator */
203
+ .home-indicator {
204
+ position: absolute;
205
+ bottom: 14px;
206
+ left: 50%;
207
+ transform: translateX(-50%);
208
+ width: 220px;
209
+ height: 10px;
210
+ background: #e8e8e8;
211
+ border-radius: 6px;
212
+ opacity: 0.9;
213
+ }
214
+ </style>
215
+ </head>
216
+ <body>
217
+ <div id="render-target">
218
+
219
+ <div class="header">
220
+ <div class="status">
221
+ <div class="time">12:17</div>
222
+ <div class="icons">
223
+ <!-- Signal/Wi‑Fi -->
224
+ <svg viewBox="0 0 24 24" fill="none" stroke="#173b36" stroke-width="2">
225
+ <path d="M2 9c5-4 15-4 20 0" />
226
+ <path d="M5 12c3-3 11-3 14 0" />
227
+ <path d="M8 15c2-2 6-2 8 0" />
228
+ <circle cx="12" cy="18" r="2" fill="#173b36" stroke="none"/>
229
+ </svg>
230
+ <!-- Battery -->
231
+ <svg viewBox="0 0 28 18" fill="none" stroke="#173b36" stroke-width="2">
232
+ <rect x="1" y="3" width="22" height="12" rx="2"></rect>
233
+ <rect x="3" y="5" width="14" height="8" fill="#173b36" stroke="none"></rect>
234
+ <rect x="24" y="7" width="3" height="6" rx="1" fill="#173b36" stroke="none"></rect>
235
+ </svg>
236
+ </div>
237
+ </div>
238
+
239
+ <div class="search-row">
240
+ <div class="back-icon" aria-label="Back">
241
+ <svg viewBox="0 0 48 48" fill="none" stroke="#1f2e2c" stroke-width="4" stroke-linecap="round" stroke-linejoin="round">
242
+ <path d="M30 8 L14 24 L30 40"></path>
243
+ </svg>
244
+ </div>
245
+ <div class="search-bar">
246
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#6e6e6e" stroke-width="2">
247
+ <circle cx="11" cy="11" r="7"></circle>
248
+ <path d="M20 20 L16.5 16.5"></path>
249
+ </svg>
250
+ <div class="search-text">Black dress of Mark &amp; Spencer</div>
251
+ <div class="clear-btn" aria-label="Clear">
252
+ <svg viewBox="0 0 24 24" fill="none" stroke="#8a8a8a" stroke-width="2" stroke-linecap="round">
253
+ <path d="M6 6 L18 18"></path>
254
+ <path d="M18 6 L6 18"></path>
255
+ </svg>
256
+ </div>
257
+ </div>
258
+ </div>
259
+ </div>
260
+
261
+ <div class="suggestions">
262
+ <div class="suggestion">
263
+ <div class="s-left">
264
+ <svg viewBox="0 0 24 24" fill="none" stroke="#727272" stroke-width="2">
265
+ <circle cx="11" cy="11" r="7"></circle>
266
+ <path d="M20 20 L16.5 16.5"></path>
267
+ </svg>
268
+ </div>
269
+ <div class="s-text">mark and spencer black dress</div>
270
+ <div class="s-right">
271
+ <svg viewBox="0 0 24 24" fill="none" stroke="#727272" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
272
+ <path d="M8 5 L16 12 L8 19"></path>
273
+ </svg>
274
+ </div>
275
+ </div>
276
+ <div class="suggestion">
277
+ <div class="s-left">
278
+ <svg viewBox="0 0 24 24" fill="none" stroke="#727272" stroke-width="2">
279
+ <circle cx="11" cy="11" r="7"></circle>
280
+ <path d="M20 20 L16.5 16.5"></path>
281
+ </svg>
282
+ </div>
283
+ <div class="s-text">mark and spencer <b>women</b> black dress</div>
284
+ <div class="s-right">
285
+ <svg viewBox="0 0 24 24" fill="none" stroke="#727272" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
286
+ <path d="M8 5 L16 12 L8 19"></path>
287
+ </svg>
288
+ </div>
289
+ </div>
290
+ </div>
291
+
292
+ <div class="content-space"></div>
293
+
294
+ <!-- Keyboard -->
295
+ <div class="keyboard">
296
+ <div class="kb-suggest">
297
+ <!-- Grid icon -->
298
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#e9decb" stroke-width="2">
299
+ <rect x="3" y="3" width="6" height="6"></rect>
300
+ <rect x="15" y="3" width="6" height="6"></rect>
301
+ <rect x="3" y="15" width="6" height="6"></rect>
302
+ <rect x="15" y="15" width="6" height="6"></rect>
303
+ </svg>
304
+ <div class="chip">Spencer</div>
305
+ <div class="chip">Spencers</div>
306
+ <div class="chip">Spencer's</div>
307
+ <div class="spacer"></div>
308
+ <!-- Mic -->
309
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#e9decb" stroke-width="2">
310
+ <rect x="9" y="3" width="6" height="12" rx="3"></rect>
311
+ <path d="M12 17 v4"></path>
312
+ <path d="M7 14 a5 5 0 0 0 10 0"></path>
313
+ </svg>
314
+ </div>
315
+
316
+ <div class="keys">
317
+ <div class="row">
318
+ <div class="key">q</div>
319
+ <div class="key">w</div>
320
+ <div class="key">e</div>
321
+ <div class="key">r</div>
322
+ <div class="key">t</div>
323
+ <div class="key">y</div>
324
+ <div class="key">u</div>
325
+ <div class="key">i</div>
326
+ <div class="key">o</div>
327
+ <div class="key">p</div>
328
+ </div>
329
+ <div class="row">
330
+ <div class="key">a</div>
331
+ <div class="key">s</div>
332
+ <div class="key">d</div>
333
+ <div class="key">f</div>
334
+ <div class="key">g</div>
335
+ <div class="key">h</div>
336
+ <div class="key">j</div>
337
+ <div class="key">k</div>
338
+ <div class="key">l</div>
339
+ </div>
340
+ <div class="row">
341
+ <div class="key wide">&#8679;</div>
342
+ <div class="key">z</div>
343
+ <div class="key">x</div>
344
+ <div class="key">c</div>
345
+ <div class="key">v</div>
346
+ <div class="key">b</div>
347
+ <div class="key">n</div>
348
+ <div class="key">m</div>
349
+ <div class="key wide">
350
+ <svg viewBox="0 0 24 24" width="36" height="36" fill="none" stroke="#f1e6d3" stroke-width="2">
351
+ <path d="M4 12 L20 12"></path>
352
+ <path d="M16 8 L20 12 L16 16"></path>
353
+ </svg>
354
+ </div>
355
+ </div>
356
+ <div class="row">
357
+ <div class="key wide">?123</div>
358
+ <div class="key">,</div>
359
+ <div class="key">😊</div>
360
+ <div class="key xwide">space</div>
361
+ <div class="key">.</div>
362
+ <div class="key wide">
363
+ <svg viewBox="0 0 24 24" width="36" height="36" fill="none" stroke="#f1e6d3" stroke-width="2">
364
+ <path d="M3 12 L15 12"></path>
365
+ <path d="M11 8 L15 12 L11 16"></path>
366
+ </svg>
367
+ </div>
368
+ </div>
369
+ </div>
370
+ </div>
371
+
372
+ <div class="home-indicator"></div>
373
+ </div>
374
+ </body>
375
+ </html>
code/12007/12007_4.html ADDED
@@ -0,0 +1,323 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>UI Render</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: #222; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden; background: #ffffff;
11
+ }
12
+ .status-bar {
13
+ height: 90px;
14
+ background: linear-gradient(180deg, #9be2d6 0%, #a8e6df 100%);
15
+ padding: 0 36px;
16
+ display: flex; align-items: center; justify-content: space-between;
17
+ color: #0b3d3b; font-weight: 600; font-size: 32px;
18
+ }
19
+ .status-right { display: flex; align-items: center; gap: 18px; }
20
+ .status-rect { width: 36px; height: 36px; background: #2f4f4f; border-radius: 6px; opacity: 0.7; }
21
+ .header {
22
+ background: linear-gradient(180deg, #9be2d6 0%, #a8e6df 100%);
23
+ padding: 18px 24px 24px 24px;
24
+ }
25
+ .search-row { display: flex; align-items: center; gap: 18px; }
26
+ .back-btn {
27
+ width: 60px; height: 60px; display: flex; align-items: center; justify-content: center;
28
+ }
29
+ .search-pill {
30
+ flex: 1; height: 96px; background: #fff; border-radius: 48px;
31
+ display: flex; align-items: center; padding: 0 24px; box-shadow: 0 6px 12px rgba(0,0,0,0.15);
32
+ gap: 18px; border: 1px solid #e3e3e3;
33
+ }
34
+ .search-text { flex: 1; font-size: 34px; color: #333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
35
+ .icon-btn { width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; border-radius: 12px; }
36
+ .location-bar {
37
+ margin-top: 18px; background: #cfeeea; border-radius: 12px; padding: 24px;
38
+ display: flex; align-items: center; gap: 18px; font-size: 32px; color: #1a3f3c;
39
+ }
40
+ .chevron { margin-left: auto; display: flex; align-items: center; gap: 8px; color: #2e6460; }
41
+ .prime-row { padding: 18px 24px; display: flex; align-items: center; gap: 14px; font-size: 30px; color: #444; }
42
+ .prime-badge { color: #0d81ff; font-weight: 700; }
43
+ .toggle {
44
+ margin-left: 12px; margin-right: 12px;
45
+ width: 100px; height: 52px; border-radius: 26px; background: #e6e6e6; position: relative; box-shadow: inset 0 0 0 1px #cfcfcf;
46
+ }
47
+ .toggle::after {
48
+ content: ""; position: absolute; top: 6px; left: 6px; width: 40px; height: 40px; background: #fff; border-radius: 50%; box-shadow: 0 1px 3px rgba(0,0,0,0.2);
49
+ }
50
+ .section-header {
51
+ border-top: 1px solid #e9e9e9; border-bottom: 1px solid #e9e9e9;
52
+ padding: 30px 24px; display: flex; align-items: center;
53
+ }
54
+ .section-title { font-size: 40px; font-weight: 700; }
55
+ .filters { margin-left: auto; color: #2e6460; font-size: 34px; display: flex; align-items: center; gap: 10px; }
56
+ .sponsored { font-size: 28px; color: #777; padding: 12px 24px; display: flex; align-items: center; gap: 10px; }
57
+ .promo-cards { padding: 12px 24px; display: flex; gap: 24px; }
58
+ .promo-card {
59
+ width: calc((1080px - 24px*3) / 3); /* show three compact cards */
60
+ background: #fff; border: 1px solid #e8e8e8; border-radius: 16px; overflow: hidden;
61
+ }
62
+ .promo-image {
63
+ width: 100%; height: 220px; background: #E0E0E0; border-bottom: 1px solid #BDBDBD;
64
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 26px; text-align: center; padding: 12px;
65
+ }
66
+ .promo-label { padding: 18px; font-size: 28px; color: #333; min-height: 88px; }
67
+ .prime-small { color: #0d81ff; font-weight: 700; font-size: 28px; padding: 0 18px 18px; }
68
+ .divider { height: 16px; background: #f5f5f5; margin: 12px 0; }
69
+ .product-grid { padding: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
70
+ .product-card { border: 1px solid #e8e8e8; border-radius: 18px; overflow: hidden; background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,0.05); }
71
+ .product-image {
72
+ width: 100%; height: 560px; background: #E0E0E0; border-bottom: 1px solid #BDBDBD;
73
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 28px; text-align: center; padding: 12px;
74
+ }
75
+ .product-info { padding: 18px; }
76
+ .brand { font-size: 36px; font-weight: 700; margin-bottom: 6px; }
77
+ .title { font-size: 32px; color: #333; margin-bottom: 12px; }
78
+ .rating { display: flex; align-items: center; gap: 10px; font-size: 28px; color: #1a73e8; margin-bottom: 10px; }
79
+ .stars { display: flex; align-items: center; gap: 6px; }
80
+ .price-row { display: flex; align-items: baseline; gap: 16px; margin-top: 8px; }
81
+ .price { font-size: 44px; font-weight: 800; }
82
+ .mrp { font-size: 28px; color: #666; text-decoration: line-through; }
83
+ .off { font-size: 28px; color: #2e7d32; }
84
+ .swatches { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; }
85
+ .swatch { width: 40px; height: 40px; border-radius: 20px; border: 2px solid #333; }
86
+ .swatch.black { background: #111; }
87
+ .swatch.navy { background: #1b2442; }
88
+ .bottom-nav {
89
+ position: absolute; bottom: 0; left: 0; right: 0; height: 150px;
90
+ border-top: 1px solid #e5e5e5; background: #fff; display: flex; justify-content: space-around; align-items: center;
91
+ }
92
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 10px; color: #0b3d3b; }
93
+ .nav-label { font-size: 26px; }
94
+ .badge {
95
+ position: absolute; top: -6px; right: -10px; background: #e53935; color: #fff; font-size: 22px; padding: 2px 8px; border-radius: 12px;
96
+ }
97
+
98
+ /* SVG sizing helpers */
99
+ svg { display: block; }
100
+ </style>
101
+ </head>
102
+ <body>
103
+ <div id="render-target">
104
+ <!-- Status bar -->
105
+ <div class="status-bar">
106
+ <div>12:17</div>
107
+ <div class="status-right">
108
+ <div class="status-rect" style="width: 26px;"></div>
109
+ <div class="status-rect"></div>
110
+ <div class="status-rect" style="background:#2b7a78;"></div>
111
+ </div>
112
+ </div>
113
+
114
+ <!-- Header with search -->
115
+ <div class="header">
116
+ <div class="search-row">
117
+ <div class="back-btn">
118
+ <svg width="42" height="42" viewBox="0 0 24 24">
119
+ <path d="M15 18l-6-6 6-6" fill="none" stroke="#1d3f3c" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
120
+ </svg>
121
+ </div>
122
+ <div class="search-pill">
123
+ <svg width="36" height="36" viewBox="0 0 24 24">
124
+ <circle cx="11" cy="11" r="7" fill="none" stroke="#5f6368" stroke-width="2"></circle>
125
+ <path d="M20 20l-4-4" stroke="#5f6368" stroke-width="2" stroke-linecap="round"></path>
126
+ </svg>
127
+ <div class="search-text">Black dress of Mark &amp;...</div>
128
+ <div class="icon-btn">
129
+ <!-- simple 'scan' icon -->
130
+ <svg width="34" height="34" viewBox="0 0 24 24">
131
+ <path d="M4 7V4h3M17 4h3v3M4 17v3h3M17 20h3v-3" fill="none" stroke="#5f6368" stroke-width="2" stroke-linecap="round"></path>
132
+ <rect x="7" y="7" width="10" height="10" fill="none" stroke="#5f6368" stroke-width="2" rx="2"></rect>
133
+ </svg>
134
+ </div>
135
+ <div class="icon-btn">
136
+ <!-- mic icon -->
137
+ <svg width="34" height="34" viewBox="0 0 24 24">
138
+ <rect x="9" y="4" width="6" height="10" rx="3" fill="none" stroke="#5f6368" stroke-width="2"></rect>
139
+ <path d="M5 11a7 7 0 0 0 14 0M12 18v3" fill="none" stroke="#5f6368" stroke-width="2" stroke-linecap="round"></path>
140
+ </svg>
141
+ </div>
142
+ <div class="icon-btn">
143
+ <!-- QR icon -->
144
+ <svg width="34" height="34" viewBox="0 0 24 24">
145
+ <path d="M3 3h6v6H3zM15 3h6v6h-6zM3 15h6v6H3z" fill="none" stroke="#5f6368" stroke-width="2"></path>
146
+ <path d="M15 15h3v3h-3v3h6v-6h-3" fill="none" stroke="#5f6368" stroke-width="2"></path>
147
+ </svg>
148
+ </div>
149
+ </div>
150
+ </div>
151
+
152
+ <div class="location-bar">
153
+ <svg width="34" height="34" viewBox="0 0 24 24">
154
+ <path d="M12 21s-7-7.3-7-11a7 7 0 0 1 14 0c0 3.7-7 11-7 11z" fill="none" stroke="#1d3f3c" stroke-width="2"></path>
155
+ <circle cx="12" cy="10" r="3" fill="none" stroke="#1d3f3c" stroke-width="2"></circle>
156
+ </svg>
157
+ <div>Delivering to Delhi 110008 - Update location</div>
158
+ <div class="chevron">
159
+ <svg width="26" height="26" viewBox="0 0 24 24">
160
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#2e6460" stroke-width="2" stroke-linecap="round"></path>
161
+ </svg>
162
+ </div>
163
+ </div>
164
+ </div>
165
+
166
+ <!-- Prime row -->
167
+ <div class="prime-row">
168
+ <span class="prime-badge">prime</span>
169
+ <div class="toggle"></div>
170
+ </div>
171
+
172
+ <!-- Section header -->
173
+ <div class="section-header">
174
+ <div class="section-title">Shop Latest Trousers &amp; Pants for Women</div>
175
+ <div class="filters">
176
+ <span>Filters</span>
177
+ <svg width="24" height="24" viewBox="0 0 24 24">
178
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#2e6460" stroke-width="2" stroke-linecap="round"></path>
179
+ </svg>
180
+ </div>
181
+ </div>
182
+
183
+ <div class="sponsored">
184
+ <span>Sponsored</span>
185
+ <svg width="20" height="20" viewBox="0 0 24 24">
186
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#777" stroke-width="2"></circle>
187
+ <circle cx="12" cy="8" r="1.5" fill="#777"></circle>
188
+ <path d="M12 11v6" stroke="#777" stroke-width="2" stroke-linecap="round"></path>
189
+ </svg>
190
+ </div>
191
+
192
+ <!-- Promo cards row -->
193
+ <div class="promo-cards">
194
+ <div class="promo-card">
195
+ <div class="promo-image">[IMG: Marks &amp; Spencer Brand Logo]</div>
196
+ <div class="promo-label">Shop Marks &amp; Spencer</div>
197
+ </div>
198
+ <div class="promo-card">
199
+ <div class="promo-image">[IMG: Model Wearing Casual Pants]</div>
200
+ <div class="promo-label">Marks &amp; Spencer Women's Regular Casual Pants</div>
201
+ <div class="prime-small">prime</div>
202
+ </div>
203
+ <div class="promo-card">
204
+ <div class="promo-image">[IMG: Apparel Banner]</div>
205
+ <div class="promo-label">Trending Women's Apparel</div>
206
+ <div class="prime-small">prime</div>
207
+ </div>
208
+ </div>
209
+
210
+ <div class="divider"></div>
211
+
212
+ <!-- Product grid -->
213
+ <div class="product-grid">
214
+ <!-- Left product card -->
215
+ <div class="product-card">
216
+ <div class="product-image">[IMG: Black Printed Polyester Dress]</div>
217
+ <div class="product-info">
218
+ <div class="brand">Marks &amp; Spencer</div>
219
+ <div class="title">Polyester Classic Dress</div>
220
+ <div class="rating">
221
+ <span>1.0</span>
222
+ <div class="stars">
223
+ <svg width="26" height="26" viewBox="0 0 24 24">
224
+ <path d="M12 2l3 6 6 .7-4.5 4 1.4 6.3L12 16l-5.9 3.9 1.4-6.3L3 8.7 9 8z" fill="#f9a825" stroke="#f9a825"></path>
225
+ </svg>
226
+ <svg width="26" height="26" viewBox="0 0 24 24">
227
+ <path d="M12 2l3 6 6 .7-4.5 4 1.4 6.3L12 16l-5.9 3.9 1.4-6.3L3 8.7 9 8z" fill="none" stroke="#f9a825"></path>
228
+ </svg>
229
+ <svg width="26" height="26" viewBox="0 0 24 24">
230
+ <path d="M12 2l3 6 6 .7-4.5 4 1.4 6.3L12 16l-5.9 3.9 1.4-6.3L3 8.7 9 8z" fill="none" stroke="#f9a825"></path>
231
+ </svg>
232
+ <svg width="26" height="26" viewBox="0 0 24 24">
233
+ <path d="M12 2l3 6 6 .7-4.5 4 1.4 6.3L12 16l-5.9 3.9 1.4-6.3L3 8.7 9 8z" fill="none" stroke="#f9a825"></path>
234
+ </svg>
235
+ <svg width="26" height="26" viewBox="0 0 24 24">
236
+ <path d="M12 2l3 6 6 .7-4.5 4 1.4 6.3L12 16l-5.9 3.9 1.4-6.3L3 8.7 9 8z" fill="none" stroke="#f9a825"></path>
237
+ </svg>
238
+ </div>
239
+ <span>(1)</span>
240
+ </div>
241
+ <div class="price-row">
242
+ <div class="price">₹2,600</div>
243
+ <div class="mrp">M.R.P. ₹6,499</div>
244
+ <div class="off">(60% off)</div>
245
+ </div>
246
+ </div>
247
+ </div>
248
+
249
+ <!-- Right product card -->
250
+ <div class="product-card">
251
+ <div class="product-image">[IMG: Black Sequin A-line Dress]</div>
252
+ <div class="product-info">
253
+ <div class="swatches">
254
+ <div class="swatch black"></div>
255
+ <div class="swatch navy"></div>
256
+ </div>
257
+ <div class="brand">Marks &amp; Spencer</div>
258
+ <div class="title">Polyester A-line Dress</div>
259
+ <div class="rating">
260
+ <span>5.0</span>
261
+ <div class="stars">
262
+ <svg width="26" height="26" viewBox="0 0 24 24">
263
+ <path d="M12 2l3 6 6 .7-4.5 4 1.4 6.3L12 16l-5.9 3.9 1.4-6.3L3 8.7 9 8z" fill="#f9a825" stroke="#f9a825"></path>
264
+ </svg>
265
+ <svg width="26" height="26" viewBox="0 0 24 24">
266
+ <path d="M12 2l3 6 6 .7-4.5 4 1.4 6.3L12 16l-5.9 3.9 1.4-6.3L3 8.7 9 8z" fill="#f9a825" stroke="#f9a825"></path>
267
+ </svg>
268
+ <svg width="26" height="26" viewBox="0 0 24 24">
269
+ <path d="M12 2l3 6 6 .7-4.5 4 1.4 6.3L12 16l-5.9 3.9 1.4-6.3L3 8.7 9 8z" fill="#f9a825" stroke="#f9a825"></path>
270
+ </svg>
271
+ <svg width="26" height="26" viewBox="0 0 24 24">
272
+ <path d="M12 2l3 6 6 .7-4.5 4 1.4 6.3L12 16l-5.9 3.9 1.4-6.3L3 8.7 9 8z" fill="#f9a825" stroke="#f9a825"></path>
273
+ </svg>
274
+ <svg width="26" height="26" viewBox="0 0 24 24">
275
+ <path d="M12 2l3 6 6 .7-4.5 4 1.4 6.3L12 16l-5.9 3.9 1.4-6.3L3 8.7 9 8z" fill="#f9a825" stroke="#f9a825"></path>
276
+ </svg>
277
+ </div>
278
+ <span>(1)</span>
279
+ </div>
280
+ </div>
281
+ </div>
282
+ </div>
283
+
284
+ <!-- Bottom navigation -->
285
+ <div class="bottom-nav">
286
+ <div class="nav-item">
287
+ <svg width="44" height="44" viewBox="0 0 24 24">
288
+ <path d="M3 10l9-7 9 7v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" fill="none" stroke="#0b3d3b" stroke-width="2"></path>
289
+ </svg>
290
+ <div class="nav-label">Home</div>
291
+ </div>
292
+ <div class="nav-item">
293
+ <svg width="44" height="44" viewBox="0 0 24 24">
294
+ <circle cx="12" cy="8" r="4" fill="none" stroke="#0b3d3b" stroke-width="2"></circle>
295
+ <path d="M4 20a8 8 0 0 1 16 0" fill="none" stroke="#0b3d3b" stroke-width="2"></path>
296
+ </svg>
297
+ <div class="nav-label">You</div>
298
+ </div>
299
+ <div class="nav-item">
300
+ <svg width="44" height="44" viewBox="0 0 24 24">
301
+ <rect x="4" y="5" width="16" height="4" rx="1" fill="none" stroke="#0b3d3b" stroke-width="2"></rect>
302
+ <rect x="6" y="11" width="12" height="4" rx="1" fill="none" stroke="#0b3d3b" stroke-width="2"></rect>
303
+ <rect x="8" y="17" width="8" height="3" rx="1" fill="none" stroke="#0b3d3b" stroke-width="2"></rect>
304
+ </svg>
305
+ <div class="nav-label">More</div>
306
+ </div>
307
+ <div class="nav-item" style="position: relative;">
308
+ <svg width="44" height="44" viewBox="0 0 24 24">
309
+ <path d="M6 6h15l-2 7H7L6 6zM7 18a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm10 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4z" fill="none" stroke="#0b3d3b" stroke-width="2"></path>
310
+ </svg>
311
+ <span class="badge">3</span>
312
+ <div class="nav-label">Cart</div>
313
+ </div>
314
+ <div class="nav-item">
315
+ <svg width="44" height="44" viewBox="0 0 24 24">
316
+ <path d="M3 6h18M3 12h18M3 18h18" stroke="#0b3d3b" stroke-width="2" stroke-linecap="round"></path>
317
+ </svg>
318
+ <div class="nav-label">Menu</div>
319
+ </div>
320
+ </div>
321
+ </div>
322
+ </body>
323
+ </html>
code/12007/12007_5.html ADDED
@@ -0,0 +1,425 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 Grid - Mobile</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; color: #222; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ }
16
+
17
+ /* Top gradient header */
18
+ .header {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 260px;
24
+ background: linear-gradient(180deg, #b7ece2 0%, #7fd5c9 100%);
25
+ }
26
+
27
+ /* Status bar */
28
+ .status-bar {
29
+ height: 64px;
30
+ padding: 0 24px;
31
+ display: flex;
32
+ align-items: center;
33
+ justify-content: space-between;
34
+ color: #1b1b1b;
35
+ font-weight: 600;
36
+ font-size: 30px;
37
+ letter-spacing: 0.3px;
38
+ }
39
+ .status-icons {
40
+ display: flex;
41
+ gap: 16px;
42
+ align-items: center;
43
+ }
44
+ .status-icons .rect {
45
+ width: 34px; height: 24px; background: #2a2a2a; border-radius: 4px;
46
+ }
47
+
48
+ /* Toolbar with back and search */
49
+ .toolbar {
50
+ height: 196px;
51
+ padding: 12px 24px 24px 24px;
52
+ display: flex;
53
+ align-items: flex-end;
54
+ gap: 16px;
55
+ }
56
+ .back-btn {
57
+ width: 72px; height: 72px; display: flex; align-items: center; justify-content: center;
58
+ }
59
+ .search-wrap {
60
+ flex: 1;
61
+ height: 92px;
62
+ background: #fff;
63
+ border-radius: 24px;
64
+ box-shadow: 0 6px 16px rgba(0,0,0,0.18);
65
+ display: flex;
66
+ align-items: center;
67
+ padding: 0 20px;
68
+ gap: 16px;
69
+ }
70
+ .search-text {
71
+ flex: 1;
72
+ color: #2c2c2c;
73
+ font-size: 34px;
74
+ white-space: nowrap;
75
+ overflow: hidden;
76
+ text-overflow: ellipsis;
77
+ }
78
+ .icon-btn {
79
+ width: 56px; height: 56px; display: flex; align-items: center; justify-content: center; border-radius: 14px;
80
+ background: #f3f5f6;
81
+ }
82
+ .icon-btn svg { width: 28px; height: 28px; }
83
+
84
+ /* Content area */
85
+ .content {
86
+ position: absolute;
87
+ top: 260px;
88
+ left: 0;
89
+ right: 0;
90
+ bottom: 160px;
91
+ overflow: hidden;
92
+ background: #f6f7f8;
93
+ }
94
+ .grid {
95
+ display: grid;
96
+ grid-template-columns: 1fr 1fr;
97
+ gap: 28px;
98
+ padding: 16px 24px 130px 24px;
99
+ }
100
+ .card {
101
+ background: #fff;
102
+ border: 1px solid #e7e7e7;
103
+ border-radius: 18px;
104
+ overflow: hidden;
105
+ }
106
+ .img-ph {
107
+ width: 100%;
108
+ height: 560px;
109
+ background: #E0E0E0;
110
+ border-bottom: 1px solid #BDBDBD;
111
+ display: flex;
112
+ align-items: center;
113
+ justify-content: center;
114
+ color: #757575;
115
+ font-size: 30px;
116
+ }
117
+ .card-body {
118
+ padding: 22px 22px 26px 22px;
119
+ }
120
+ .sponsored {
121
+ color: #6d6d6d;
122
+ font-size: 26px;
123
+ margin-bottom: 6px;
124
+ }
125
+ .brand {
126
+ font-size: 34px;
127
+ font-weight: 700;
128
+ margin-bottom: 6px;
129
+ }
130
+ .title {
131
+ font-size: 30px;
132
+ color: #333;
133
+ line-height: 1.25;
134
+ }
135
+ .muted-link {
136
+ font-size: 28px;
137
+ color: #2b5c7f;
138
+ text-decoration: underline;
139
+ margin-bottom: 6px;
140
+ display: inline-block;
141
+ }
142
+ .price-row {
143
+ margin-top: 14px;
144
+ display: flex;
145
+ align-items: baseline;
146
+ gap: 12px;
147
+ flex-wrap: wrap;
148
+ }
149
+ .price {
150
+ font-size: 46px;
151
+ font-weight: 700;
152
+ }
153
+ .mrp {
154
+ font-size: 28px;
155
+ color: #666;
156
+ text-decoration: line-through;
157
+ }
158
+ .off {
159
+ font-size: 28px;
160
+ color: #666;
161
+ }
162
+ .coupon {
163
+ display: inline-block;
164
+ margin-top: 12px;
165
+ background: #79c86b;
166
+ color: #fff;
167
+ font-weight: 700;
168
+ border-radius: 6px;
169
+ padding: 6px 10px;
170
+ font-size: 26px;
171
+ }
172
+ .coupon-note {
173
+ font-size: 26px;
174
+ color: #666;
175
+ margin-left: 8px;
176
+ }
177
+
178
+ .rating-row {
179
+ display: flex;
180
+ align-items: center;
181
+ gap: 8px;
182
+ margin: 6px 0 10px 0;
183
+ }
184
+ .rating-score {
185
+ color: #1e88e5;
186
+ font-weight: 700;
187
+ font-size: 28px;
188
+ }
189
+ .stars {
190
+ display: inline-flex;
191
+ gap: 4px;
192
+ }
193
+ .stars svg { width: 26px; height: 26px; }
194
+
195
+ .delivery {
196
+ color: #8b8b8b;
197
+ font-size: 26px;
198
+ margin-top: 6px;
199
+ }
200
+
201
+ /* Bottom nav */
202
+ .bottom-nav {
203
+ position: absolute;
204
+ left: 0; right: 0; bottom: 0;
205
+ height: 160px;
206
+ background: #ffffff;
207
+ border-top: 1px solid #e5e5e5;
208
+ display: grid;
209
+ grid-template-columns: repeat(5, 1fr);
210
+ align-items: center;
211
+ }
212
+ .nav-item {
213
+ height: 100%;
214
+ display: flex;
215
+ flex-direction: column;
216
+ align-items: center;
217
+ justify-content: center;
218
+ gap: 10px;
219
+ color: #444;
220
+ font-size: 24px;
221
+ }
222
+ .nav-item.active {
223
+ color: #12a596;
224
+ font-weight: 700;
225
+ }
226
+ .nav-item svg { width: 44px; height: 44px; }
227
+
228
+ .gesture {
229
+ position: absolute;
230
+ bottom: 160px;
231
+ left: 50%;
232
+ transform: translateX(-50%);
233
+ width: 260px; height: 10px;
234
+ background: #222;
235
+ border-radius: 6px;
236
+ opacity: 0.25;
237
+ }
238
+
239
+ /* Small color dots for variants */
240
+ .swatch-row {
241
+ display: flex;
242
+ gap: 12px;
243
+ margin-bottom: 12px;
244
+ }
245
+ .swatch {
246
+ width: 40px; height: 40px; border-radius: 20px; border: 2px solid #c8c8c8;
247
+ }
248
+ .swatch.black { background: #1d1d1d; }
249
+ .swatch.navy { background: #252c48; }
250
+ </style>
251
+ </head>
252
+ <body>
253
+ <div id="render-target">
254
+ <!-- Header -->
255
+ <div class="header">
256
+ <div class="status-bar">
257
+ <div>12:19</div>
258
+ <div class="status-icons">
259
+ <div class="rect"></div>
260
+ <div class="rect"></div>
261
+ <div class="rect" style="border-radius:6px;"></div>
262
+ </div>
263
+ </div>
264
+ <div class="toolbar">
265
+ <div class="back-btn" aria-label="Back">
266
+ <svg viewBox="0 0 24 24" fill="#1b1b1b">
267
+ <path d="M15.5 19.5a1 1 0 0 1-1.4 0l-7-7a1 1 0 0 1 0-1.4l7-7a1 1 0 1 1 1.4 1.4L9 12l6.5 6.5a1 1 0 0 1 0 1z"/>
268
+ </svg>
269
+ </div>
270
+ <div class="search-wrap">
271
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#666">
272
+ <path d="M10 2a8 8 0 1 1 0 16 8 8 0 0 1 0-16zm9.3 14.9 3.7 3.7-1.4 1.4-3.7-3.7 1.4-1.4z"/>
273
+ </svg>
274
+ <div class="search-text">Black dress of Mark &amp; Spencer</div>
275
+ <div class="icon-btn" title="Scan">
276
+ <svg viewBox="0 0 24 24" fill="#555">
277
+ <path d="M3 7V3h4v2H5v2H3zm16-4h2v4h-2V5h-2V3h2zM3 17h2v2h2v2H3v-4zm16 2h2v2h-4v-2h2v-2h2v2z"/>
278
+ </svg>
279
+ </div>
280
+ <div class="icon-btn" title="Voice">
281
+ <svg viewBox="0 0 24 24" fill="#555">
282
+ <path d="M12 14a3 3 0 0 0 3-3V6a3 3 0 1 0-6 0v5a3 3 0 0 0 3 3zm-5-3h2a5 5 0 0 0 10 0h2a7 7 0 0 1-6 6.9V21h-4v-3.1A7 7 0 0 1 7 11z"/>
283
+ </svg>
284
+ </div>
285
+ <div class="icon-btn" title="QR">
286
+ <svg viewBox="0 0 24 24" fill="#555">
287
+ <path d="M3 3h8v8H3V3zm2 2v4h4V5H5zm6 10h2v2h-2v-2zm-8-2h8v8H3v-8zm2 2v4h4v-4H5zm10-12h6v6h-6V3zm2 2v2h2V5h-2zm-2 10h2v2h2v2h-4v-4zm4 0h2v2h-2v-2z"/>
288
+ </svg>
289
+ </div>
290
+ </div>
291
+ </div>
292
+ </div>
293
+
294
+ <!-- Content -->
295
+ <div class="content">
296
+ <div class="grid">
297
+
298
+ <!-- Card 1 -->
299
+ <div class="card">
300
+ <div class="img-ph">[IMG: Multicolour colourblocked dress]</div>
301
+ <div class="card-body">
302
+ <div class="sponsored">Sponsored</div>
303
+ <div class="brand">Globus</div>
304
+ <div class="title">Women Multicolour Colourblocked High Neck..</div>
305
+ <div class="price-row">
306
+ <div class="price">₹1,499</div>
307
+ <div class="off">M.R.P: <span class="mrp">₹2,499</span> (40% off)</div>
308
+ </div>
309
+ <div>
310
+ <span class="coupon">Save 5%</span>
311
+ <span class="coupon-note">with coupon (limited sizes/colours)</span>
312
+ </div>
313
+ </div>
314
+ </div>
315
+
316
+ <!-- Card 2 -->
317
+ <div class="card">
318
+ <div class="img-ph">[IMG: Green velvet ruched dress]</div>
319
+ <div class="card-body">
320
+ <div class="muted-link">+2 colors/patterns</div>
321
+ <div class="sponsored">Sponsored</div>
322
+ <div class="brand">Globus</div>
323
+ <div class="title">Women Green Solid Velvet Wrap V‑Neck Ruched Part...</div>
324
+ <div class="price-row">
325
+ <div class="price">₹1,498</div>
326
+ <div class="off">M.R.P: <span class="mrp">₹1,999</span> (25% off)</div>
327
+ </div>
328
+ <div>
329
+ <span class="coupon">Save 5%</span>
330
+ <span class="coupon-note">with coupon (limited sizes/colours)</span>
331
+ </div>
332
+ </div>
333
+ </div>
334
+
335
+ <!-- Card 3 -->
336
+ <div class="card">
337
+ <div class="img-ph">[IMG: Black classic dress]</div>
338
+ <div class="card-body">
339
+ <div class="brand">Marks &amp; Spencer</div>
340
+ <div class="title">Polyester Classic Dress</div>
341
+ <div class="rating-row">
342
+ <div class="rating-score" style="color:#1e90ff;">1.0</div>
343
+ <div class="stars" aria-label="1 out of 5 stars">
344
+ <svg viewBox="0 0 24 24" fill="#FFA000"><path d="M12 17.3l-6.2 3.6 1.7-6.8L2 9.8l7-0.6L12 2l3 7.2 7 .6-5.5 4.3 1.7 6.8z"/></svg>
345
+ <svg viewBox="0 0 24 24" fill="none" stroke="#BDBDBD" stroke-width="2"><path d="M12 17.3l-6.2 3.6 1.7-6.8L2 9.8l7-0.6L12 2l3 7.2 7 .6-5.5 4.3 1.7 6.8z"/></svg>
346
+ <svg viewBox="0 0 24 24" fill="none" stroke="#BDBDBD" stroke-width="2"><path d="M12 17.3l-6.2 3.6 1.7-6.8L2 9.8l7-0.6L12 2l3 7.2 7 .6-5.5 4.3 1.7 6.8z"/></svg>
347
+ <svg viewBox="0 0 24 24" fill="none" stroke="#BDBDBD" stroke-width="2"><path d="M12 17.3l-6.2 3.6 1.7-6.8L2 9.8l7-0.6L12 2l3 7.2 7 .6-5.5 4.3 1.7 6.8z"/></svg>
348
+ <svg viewBox="0 0 24 24" fill="none" stroke="#BDBDBD" stroke-width="2"><path d="M12 17.3l-6.2 3.6 1.7-6.8L2 9.8l7-0.6L12 2l3 7.2 7 .6-5.5 4.3 1.7 6.8z"/></svg>
349
+ </div>
350
+ <div style="color:#666; font-size:26px;">(1)</div>
351
+ </div>
352
+ <div class="price-row">
353
+ <div class="price">₹2,600</div>
354
+ <div class="off">M.R.P: <span class="mrp">₹6,499</span> (60% off)</div>
355
+ </div>
356
+ <div class="delivery">FREE Delivery by Amazon</div>
357
+ </div>
358
+ </div>
359
+
360
+ <!-- Card 4 -->
361
+ <div class="card">
362
+ <div class="img-ph">[IMG: Black sequin A‑line dress]</div>
363
+ <div class="card-body">
364
+ <div class="swatch-row">
365
+ <div class="swatch black" title="Black"></div>
366
+ <div class="swatch navy" title="Navy"></div>
367
+ </div>
368
+ <div class="brand">Marks &amp; Spencer</div>
369
+ <div class="title">Polyester A‑line Dress</div>
370
+ <div class="rating-row">
371
+ <div class="rating-score" style="color:#1e90ff;">5.0</div>
372
+ <div class="stars" aria-label="5 out of 5 stars">
373
+ <svg viewBox="0 0 24 24" fill="#FFA000"><path d="M12 17.3l-6.2 3.6 1.7-6.8L2 9.8l7-0.6L12 2l3 7.2 7 .6-5.5 4.3 1.7 6.8z"/></svg>
374
+ <svg viewBox="0 0 24 24" fill="#FFA000"><path d="M12 17.3l-6.2 3.6 1.7-6.8L2 9.8l7-0.6L12 2l3 7.2 7 .6-5.5 4.3 1.7 6.8z"/></svg>
375
+ <svg viewBox="0 0 24 24" fill="#FFA000"><path d="M12 17.3l-6.2 3.6 1.7-6.8L2 9.8l7-0.6L12 2l3 7.2 7 .6-5.5 4.3 1.7 6.8z"/></svg>
376
+ <svg viewBox="0 0 24 24" fill="#FFA000"><path d="M12 17.3l-6.2 3.6 1.7-6.8L2 9.8l7-0.6L12 2l3 7.2 7 .6-5.5 4.3 1.7 6.8z"/></svg>
377
+ <svg viewBox="0 0 24 24" fill="#FFA000"><path d="M12 17.3l-6.2 3.6 1.7-6.8L2 9.8l7-0.6L12 2l3 7.2 7 .6-5.5 4.3 1.7 6.8z"/></svg>
378
+ </div>
379
+ <div style="color:#666; font-size:26px;">(1)</div>
380
+ </div>
381
+ </div>
382
+ </div>
383
+
384
+ </div>
385
+ </div>
386
+
387
+ <!-- Gesture bar -->
388
+ <div class="gesture"></div>
389
+
390
+ <!-- Bottom Navigation -->
391
+ <div class="bottom-nav">
392
+ <div class="nav-item active">
393
+ <svg viewBox="0 0 24 24" fill="currentColor">
394
+ <path d="M12 3l9 8h-3v9h-5v-6H11v6H6v-9H3l9-8z"/>
395
+ </svg>
396
+ <div>Home</div>
397
+ </div>
398
+ <div class="nav-item">
399
+ <svg viewBox="0 0 24 24" fill="currentColor">
400
+ <path d="M12 12a5 5 0 1 0-5-5 5 5 0 0 0 5 5zm0 2c-4.4 0-8 2.2-8 5v3h16v-3c0-2.8-3.6-5-8-5z"/>
401
+ </svg>
402
+ <div>You</div>
403
+ </div>
404
+ <div class="nav-item">
405
+ <svg viewBox="0 0 24 24" fill="currentColor">
406
+ <path d="M4 3h7v7H4V3zm9 0h7v7h-7V3zM4 14h7v7H4v-7zm9 0h7v7h-7v-7z"/>
407
+ </svg>
408
+ <div>More</div>
409
+ </div>
410
+ <div class="nav-item">
411
+ <svg viewBox="0 0 24 24" fill="currentColor">
412
+ <path d="M7 4h-2l-1 2H2v2h2l3.6 7.6-1.35 2.4A1.99 1.99 0 0 0 6 20a2 2 0 1 0 2-2h8a2 2 0 1 0 2 2 1.99 1.99 0 0 0-1.25-1.84l1.55-2.79H8.1l-.9-1.8H20V8H6.42L7 6h13V4H7z"/>
413
+ </svg>
414
+ <div>Cart</div>
415
+ </div>
416
+ <div class="nav-item">
417
+ <svg viewBox="0 0 24 24" fill="currentColor">
418
+ <path d="M3 6h18v2H3V6zm0 5h18v2H3v-2zm0 5h18v2H3v-2z"/>
419
+ </svg>
420
+ <div>Menu</div>
421
+ </div>
422
+ </div>
423
+ </div>
424
+ </body>
425
+ </html>
code/12007/12007_6.html ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 Results - Dresses</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: #222; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #F7F9FA;
13
+ }
14
+ /* Header */
15
+ .header {
16
+ height: 260px;
17
+ background: linear-gradient(180deg, #9FE1D3 0%, #9BD6D3 100%);
18
+ padding: 40px 36px 20px 36px;
19
+ box-sizing: border-box;
20
+ }
21
+ .top-row {
22
+ display: flex; align-items: center; gap: 28px;
23
+ }
24
+ .icon-btn {
25
+ width: 72px; height: 72px; border-radius: 36px;
26
+ display: flex; align-items: center; justify-content: center;
27
+ background: rgba(255,255,255,0.35);
28
+ }
29
+ .searchbar {
30
+ margin-top: 22px;
31
+ background: #FFFFFF;
32
+ height: 96px; border-radius: 24px;
33
+ box-shadow: 0 6px 12px rgba(0,0,0,0.12);
34
+ display: flex; align-items: center;
35
+ padding: 0 24px; gap: 20px;
36
+ }
37
+ .search-input {
38
+ flex: 1;
39
+ font-size: 42px; color: #444;
40
+ }
41
+ .search-icons { display: flex; align-items: center; gap: 18px; }
42
+ .pill {
43
+ display: inline-flex; align-items: center; gap: 16px;
44
+ padding: 8px 16px; background: #F0F3F4; border-radius: 20px;
45
+ }
46
+ .color-dot { width: 40px; height: 40px; border-radius: 50%; border: 2px solid #777; }
47
+ /* Content */
48
+ .content {
49
+ padding: 24px 24px 220px 24px;
50
+ }
51
+ .grid {
52
+ display: grid; grid-template-columns: repeat(2, 1fr);
53
+ gap: 24px;
54
+ }
55
+ .card {
56
+ background: #FFFFFF; border: 1px solid #E6E6E6; border-radius: 18px;
57
+ overflow: hidden;
58
+ }
59
+ .img {
60
+ width: 100%; height: 540px;
61
+ background: #E0E0E0; border-bottom: 1px solid #BDBDBD;
62
+ display: flex; align-items: center; justify-content: center;
63
+ color: #757575; font-size: 36px; text-align: center;
64
+ }
65
+ .card-body {
66
+ padding: 22px;
67
+ }
68
+ .title {
69
+ font-weight: 700; font-size: 38px; line-height: 1.2; margin-bottom: 8px;
70
+ }
71
+ .subtitle {
72
+ font-size: 34px; color: #555; margin-bottom: 14px;
73
+ }
74
+ .rating-row {
75
+ display: flex; align-items: center; gap: 10px; margin-bottom: 14px;
76
+ font-size: 34px;
77
+ }
78
+ .rating-score { color: #1E88E5; font-weight: 600; }
79
+ .stars { display: inline-flex; align-items: center; gap: 6px; }
80
+ .price-row {
81
+ display: flex; align-items: baseline; gap: 12px; margin-bottom: 8px;
82
+ }
83
+ .price {
84
+ font-size: 50px; font-weight: 700;
85
+ }
86
+ .mrp {
87
+ font-size: 30px; color: #666;
88
+ }
89
+ .strike { text-decoration: line-through; color: #8C8C8C; }
90
+ .delivery { font-size: 30px; color: #666; }
91
+ .promo { font-size: 28px; color: #777; margin-top: 10px; }
92
+ .selectors { display: flex; gap: 16px; margin-bottom: 10px; }
93
+ /* Bottom nav */
94
+ .bottom-nav {
95
+ position: absolute; left: 0; right: 0; bottom: 0;
96
+ height: 180px; background: #FFFFFF; border-top: 1px solid #E6E6E6;
97
+ display: flex; align-items: center; justify-content: space-around;
98
+ }
99
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 12px; color: #3A3A3A; }
100
+ .nav-item.active { color: #2F7C74; }
101
+ .nav-label { font-size: 30px; }
102
+ .badge {
103
+ position: absolute; top: -6px; right: -16px;
104
+ background: #E53935; color: #fff; border-radius: 18px;
105
+ padding: 4px 10px; font-size: 26px;
106
+ }
107
+ /* Utility SVG sizing */
108
+ svg { display: block; }
109
+ </style>
110
+ </head>
111
+ <body>
112
+ <div id="render-target">
113
+ <div class="header">
114
+ <div class="top-row">
115
+ <div class="icon-btn" aria-label="Back">
116
+ <svg width="40" height="40" viewBox="0 0 24 24">
117
+ <path d="M14 6 L8 12 L14 18" stroke="#1F3B37" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
118
+ </svg>
119
+ </div>
120
+ <div class="searchbar" style="flex:1;">
121
+ <svg width="44" height="44" viewBox="0 0 24 24">
122
+ <circle cx="11" cy="11" r="7" stroke="#7A7A7A" stroke-width="2" fill="none"></circle>
123
+ <path d="M20 20 L16 16" stroke="#7A7A7A" stroke-width="2" stroke-linecap="round"/>
124
+ </svg>
125
+ <div class="search-input">Black dress of Mark &amp; Spencer</div>
126
+ <div class="search-icons">
127
+ <svg width="44" height="44" viewBox="0 0 24 24">
128
+ <rect x="4" y="7" width="16" height="12" rx="2" stroke="#7A7A7A" stroke-width="2" fill="none"/>
129
+ <path d="M9 7 L10.5 5 H13.5 L15 7" stroke="#7A7A7A" stroke-width="2" fill="none" stroke-linecap="round"/>
130
+ </svg>
131
+ <svg width="44" height="44" viewBox="0 0 24 24">
132
+ <path d="M12 4 C10 4 9 6 9 8 V14 C9 16 10 18 12 18 C14 18 15 16 15 14 V8 C15 6 14 4 12 4" stroke="#7A7A7A" stroke-width="2" fill="none"/>
133
+ <rect x="11" y="19" width="2" height="2" fill="#7A7A7A"/>
134
+ </svg>
135
+ <svg width="44" height="44" viewBox="0 0 24 24">
136
+ <rect x="4" y="4" width="16" height="16" rx="2" stroke="#7A7A7A" stroke-width="2" fill="none"/>
137
+ <path d="M9 4 V7 M15 4 V7 M9 20 V17 M15 20 V17 M4 9 H7 M17 9 H20 M4 15 H7 M17 15 H20" stroke="#7A7A7A" stroke-width="2"/>
138
+ </svg>
139
+ </div>
140
+ </div>
141
+ </div>
142
+ </div>
143
+
144
+ <div class="content">
145
+ <div class="grid">
146
+ <!-- Card 1 -->
147
+ <div class="card">
148
+ <div class="img">[IMG: Beaded collared neck black dress]</div>
149
+ <div class="card-body">
150
+ <div class="title">Marks &amp; Spencer</div>
151
+ <div class="subtitle">Beaded Collared Neck Dress</div>
152
+ <div class="price-row">
153
+ <div class="price">₹2,800</div>
154
+ <div class="mrp">M.R.P: <span class="strike">₹6,999</span> (60% off)</div>
155
+ </div>
156
+ <div class="delivery">FREE Delivery by Amazon</div>
157
+ </div>
158
+ </div>
159
+
160
+ <!-- Card 2 -->
161
+ <div class="card">
162
+ <div class="img">[IMG: Women casual black dress]</div>
163
+ <div class="card-body">
164
+ <div class="selectors">
165
+ <div class="color-dot" style="background:#fff;"></div>
166
+ <div class="color-dot" style="background:#111;"></div>
167
+ </div>
168
+ <div class="title">Marks &amp; Spencer</div>
169
+ <div class="subtitle">Women Casual Dress</div>
170
+ <div class="rating-row">
171
+ <div class="rating-score">5.0</div>
172
+ <div class="stars">
173
+ <svg width="28" height="28" viewBox="0 0 24 24"><path d="M12 17.3l-5.5 3 1.5-6.3-4.8-4.1 6.4-.5 2.4-5.6 2.4 5.6 6.4.5-4.8 4.1 1.5 6.3z" fill="#FFA000"/></svg>
174
+ <svg width="28" height="28" viewBox="0 0 24 24"><path d="M12 17.3l-5.5 3 1.5-6.3-4.8-4.1 6.4-.5 2.4-5.6 2.4 5.6 6.4.5-4.8 4.1 1.5 6.3z" fill="#FFA000"/></svg>
175
+ <svg width="28" height="28" viewBox="0 0 24 24"><path d="M12 17.3l-5.5 3 1.5-6.3-4.8-4.1 6.4-.5 2.4-5.6 2.4 5.6 6.4.5-4.8 4.1 1.5 6.3z" fill="#FFA000"/></svg>
176
+ <svg width="28" height="28" viewBox="0 0 24 24"><path d="M12 17.3l-5.5 3 1.5-6.3-4.8-4.1 6.4-.5 2.4-5.6 2.4 5.6 6.4.5-4.8 4.1 1.5 6.3z" fill="#FFA000"/></svg>
177
+ <svg width="28" height="28" viewBox="0 0 24 24"><path d="M12 17.3l-5.5 3 1.5-6.3-4.8-4.1 6.4-.5 2.4-5.6 2.4 5.6 6.4.5-4.8 4.1 1.5 6.3z" fill="#FFA000"/></svg>
178
+ </div>
179
+ <div>(1)</div>
180
+ </div>
181
+ <div class="price-row">
182
+ <div class="price">₹1,275</div>
183
+ <div class="mrp">M.R.P: <span class="strike">₹1,999</span> (36% off)</div>
184
+ </div>
185
+ <div class="delivery">FREE Delivery by Amazon</div>
186
+ </div>
187
+ </div>
188
+
189
+ <!-- Card 3 -->
190
+ <div class="card">
191
+ <div class="img">[IMG: Shift mini black dress]</div>
192
+ <div class="card-body">
193
+ <div class="title">Marks &amp; Spencer</div>
194
+ <div class="subtitle">Shift Mini Dress</div>
195
+ <div class="rating-row">
196
+ <div class="rating-score">2.7</div>
197
+ <div class="stars">
198
+ <svg width="26" height="26" viewBox="0 0 24 24"><path d="M12 17.3l-5.5 3 1.5-6.3-4.8-4.1 6.4-.5 2.4-5.6 2.4 5.6 6.4.5-4.8 4.1 1.5 6.3z" fill="#FFA000"/></svg>
199
+ <svg width="26" height="26" viewBox="0 0 24 24"><path d="M12 17.3l-5.5 3 1.5-6.3-4.8-4.1 6.4-.5 2.4-5.6 2.4 5.6 6.4.5-4.8 4.1 1.5 6.3z" fill="#FFA000"/></svg>
200
+ <svg width="26" height="26" viewBox="0 0 24 24"><path d="M12 17.3l-5.5 3 1.5-6.3-4.8-4.1 6.4-.5 2.4-5.6 2.4 5.6 6.4.5-4.8 4.1 1.5 6.3z" fill="#FFA000"/></svg>
201
+ <svg width="26" height="26" viewBox="0 0 24 24"><path d="M12 17.3l-5.5 3 1.5-6.3-4.8-4.1 6.4-.5 2.4-5.6 2.4 5.6 6.4.5-4.8 4.1 1.5 6.3z" fill="#DDD"/></svg>
202
+
code/12007/12007_7.html ADDED
@@ -0,0 +1,463 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 - Black Dress</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, 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: 72px;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ padding: 0 32px;
28
+ color: #111;
29
+ font-size: 36px;
30
+ z-index: 10;
31
+ }
32
+ .status-right {
33
+ display: flex;
34
+ gap: 22px;
35
+ align-items: center;
36
+ }
37
+ .status-icon {
38
+ width: 36px; height: 36px;
39
+ }
40
+
41
+ /* Gradient header with search */
42
+ .header {
43
+ position: absolute;
44
+ top: 72px;
45
+ left: 0;
46
+ width: 1080px;
47
+ height: 240px;
48
+ background: linear-gradient(180deg, #a8e3da 0%, #8fd7d3 100%);
49
+ padding: 32px;
50
+ box-sizing: border-box;
51
+ }
52
+ .search-row {
53
+ display: flex;
54
+ align-items: center;
55
+ gap: 24px;
56
+ }
57
+ .back-btn {
58
+ width: 72px; height: 72px;
59
+ display: flex; align-items: center; justify-content: center;
60
+ border-radius: 36px;
61
+ background: transparent;
62
+ }
63
+ .search-bar {
64
+ flex: 1;
65
+ height: 92px;
66
+ border-radius: 46px;
67
+ background: #ffffff;
68
+ box-shadow: 0 4px 12px rgba(0,0,0,0.15);
69
+ display: flex;
70
+ align-items: center;
71
+ padding: 0 24px;
72
+ box-sizing: border-box;
73
+ gap: 20px;
74
+ }
75
+ .search-placeholder {
76
+ flex: 1;
77
+ color: #333;
78
+ font-size: 36px;
79
+ white-space: nowrap;
80
+ overflow: hidden;
81
+ text-overflow: ellipsis;
82
+ }
83
+ .search-action {
84
+ width: 60px; height: 60px;
85
+ display: flex; align-items: center; justify-content: center;
86
+ border-radius: 30px;
87
+ background: #f3f3f3;
88
+ }
89
+
90
+ /* Previously viewed card */
91
+ .prev-card {
92
+ position: absolute;
93
+ top: 312px;
94
+ left: 0;
95
+ width: 1080px;
96
+ background: #ffffff;
97
+ border-top: 5px solid #f4c542;
98
+ padding: 28px 32px 24px;
99
+ box-sizing: border-box;
100
+ }
101
+ .prev-title {
102
+ font-weight: 700;
103
+ font-size: 40px;
104
+ color: #111;
105
+ margin-bottom: 6px;
106
+ }
107
+ .prev-sub {
108
+ font-size: 34px;
109
+ color: #555;
110
+ margin-bottom: 12px;
111
+ }
112
+ .link {
113
+ font-size: 34px;
114
+ color: #1a73e8;
115
+ }
116
+
117
+ /* Brand + rating row */
118
+ .info-row {
119
+ position: absolute;
120
+ top: 480px;
121
+ left: 0;
122
+ width: 1080px;
123
+ padding: 24px 32px;
124
+ box-sizing: border-box;
125
+ border-top: 1px solid #e6e6e6;
126
+ border-bottom: 1px solid #e6e6e6;
127
+ display: flex;
128
+ align-items: center;
129
+ justify-content: space-between;
130
+ background: #ffffff;
131
+ }
132
+ .title-wrap {
133
+ display: flex;
134
+ flex-direction: column;
135
+ gap: 10px;
136
+ }
137
+ .brand-line {
138
+ font-size: 36px;
139
+ color: #555;
140
+ }
141
+ .brand-line .brand-link { color: #1a73e8; font-weight: 600; }
142
+ .product-title {
143
+ font-size: 38px;
144
+ color: #333;
145
+ }
146
+ .rating-wrap {
147
+ display: flex;
148
+ align-items: center;
149
+ gap: 12px;
150
+ }
151
+ .stars {
152
+ display: flex;
153
+ gap: 6px;
154
+ }
155
+ .rating-count {
156
+ font-size: 34px;
157
+ color: #666;
158
+ }
159
+ .star {
160
+ width: 40px; height: 40px;
161
+ }
162
+
163
+ /* Product image area */
164
+ .image-area {
165
+ position: absolute;
166
+ top: 640px;
167
+ left: 0;
168
+ width: 1080px;
169
+ height: 1280px;
170
+ background: #ffffff;
171
+ display: flex;
172
+ align-items: flex-start;
173
+ justify-content: center;
174
+ box-sizing: border-box;
175
+ padding-top: 40px;
176
+ }
177
+ .product-img {
178
+ width: 920px;
179
+ height: 1200px;
180
+ background: #E0E0E0;
181
+ border: 1px solid #BDBDBD;
182
+ display: flex;
183
+ align-items: center;
184
+ justify-content: center;
185
+ color: #757575;
186
+ font-size: 34px;
187
+ text-align: center;
188
+ }
189
+ .share-btn {
190
+ position: absolute;
191
+ top: 720px;
192
+ right: 32px;
193
+ width: 88px; height: 88px;
194
+ border-radius: 44px;
195
+ background: rgba(255,255,255,0.95);
196
+ box-shadow: 0 2px 8px rgba(0,0,0,0.15);
197
+ display: flex; align-items: center; justify-content: center;
198
+ }
199
+
200
+ /* Save bookmark floating */
201
+ .bookmark-fab {
202
+ position: absolute;
203
+ bottom: 460px;
204
+ left: 40px;
205
+ width: 96px; height: 96px;
206
+ border-radius: 48px;
207
+ background: #ffffff;
208
+ box-shadow: 0 3px 10px rgba(0,0,0,0.15);
209
+ display: flex; align-items: center; justify-content: center;
210
+ }
211
+
212
+ /* Pager dots */
213
+ .pager {
214
+ position: absolute;
215
+ bottom: 400px;
216
+ left: 0;
217
+ width: 1080px;
218
+ height: 80px;
219
+ display: flex;
220
+ align-items: center;
221
+ justify-content: center;
222
+ gap: 18px;
223
+ background: #ffffff;
224
+ border-top: 1px solid #e8e8e8;
225
+ border-bottom: 1px solid #e8e8e8;
226
+ }
227
+ .pager-icon {
228
+ width: 28px; height: 28px; opacity: 0.6;
229
+ }
230
+ .dot {
231
+ width: 22px; height: 22px; border-radius: 50%;
232
+ border: 2px solid #cfd8dc;
233
+ background: #ffffff;
234
+ }
235
+ .dot.active {
236
+ background: #3aa3a0;
237
+ border-color: #3aa3a0;
238
+ }
239
+
240
+ /* Bottom navigation */
241
+ .bottom-nav {
242
+ position: absolute;
243
+ bottom: 120px;
244
+ left: 0;
245
+ width: 1080px;
246
+ height: 180px;
247
+ background: #ffffff;
248
+ border-top: 3px solid #e6e6e6;
249
+ display: flex;
250
+ align-items: center;
251
+ justify-content: space-around;
252
+ }
253
+ .nav-item {
254
+ display: flex;
255
+ flex-direction: column;
256
+ align-items: center;
257
+ gap: 12px;
258
+ color: #6b6b6b;
259
+ font-size: 32px;
260
+ }
261
+ .nav-item.active { color: #059ea0; }
262
+ .nav-icon { width: 64px; height: 64px; }
263
+ .cart-badge {
264
+ position: absolute;
265
+ top: -6px; right: -14px;
266
+ background: #059ea0;
267
+ color: #fff;
268
+ font-size: 26px;
269
+ border-radius: 18px;
270
+ padding: 2px 10px;
271
+ }
272
+
273
+ /* Gesture bar */
274
+ .gesture {
275
+ position: absolute;
276
+ bottom: 40px;
277
+ left: 50%;
278
+ transform: translateX(-50%);
279
+ width: 320px; height: 14px;
280
+ background: #bdbdbd;
281
+ border-radius: 7px;
282
+ opacity: 0.9;
283
+ }
284
+ </style>
285
+ </head>
286
+ <body>
287
+ <div id="render-target">
288
+
289
+ <!-- Status Bar -->
290
+ <div class="status-bar">
291
+ <div class="status-left">12:20</div>
292
+ <div class="status-right">
293
+ <!-- simple signal icon -->
294
+ <svg class="status-icon" viewBox="0 0 24 24">
295
+ <rect x="2" y="16" width="3" height="6" fill="#333"/>
296
+ <rect x="7" y="12" width="3" height="10" fill="#333"/>
297
+ <rect x="12" y="8" width="3" height="14" fill="#333"/>
298
+ <rect x="17" y="4" width="3" height="18" fill="#333"/>
299
+ </svg>
300
+ <!-- wifi icon -->
301
+ <svg class="status-icon" viewBox="0 0 24 24">
302
+ <path d="M2 9c5-5 15-5 20 0" stroke="#333" stroke-width="2" fill="none"/>
303
+ <path d="M6 13c3-3 9-3 12 0" stroke="#333" stroke-width="2" fill="none"/>
304
+ <path d="M10 17c1-1 3-1 4 0" stroke="#333" stroke-width="2" fill="none"/>
305
+ <circle cx="12" cy="20" r="1.6" fill="#333"/>
306
+ </svg>
307
+ <!-- battery icon -->
308
+ <svg class="status-icon" viewBox="0 0 24 24">
309
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2" stroke="#333" stroke-width="2" fill="none"/>
310
+ <rect x="4" y="8" width="12" height="8" fill="#333"/>
311
+ <rect x="20" y="10" width="2" height="4" fill="#333"/>
312
+ </svg>
313
+ </div>
314
+ </div>
315
+
316
+ <!-- Gradient Header -->
317
+ <div class="header">
318
+ <div class="search-row">
319
+ <div class="back-btn">
320
+ <svg width="48" height="48" viewBox="0 0 24 24">
321
+ <path d="M15 19l-7-7 7-7" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
322
+ </svg>
323
+ </div>
324
+ <div class="search-bar">
325
+ <div class="search-placeholder">Black dress of Mark &amp;...</div>
326
+ <div class="search-action">
327
+ <!-- camera icon -->
328
+ <svg width="36" height="36" viewBox="0 0 24 24">
329
+ <rect x="3" y="7" width="18" height="12" rx="2" fill="#777"/>
330
+ <rect x="7" y="4" width="6" height="3" rx="1" fill="#777"/>
331
+ <circle cx="12" cy="13" r="3.5" fill="#fff"/>
332
+ </svg>
333
+ </div>
334
+ <div class="search-action">
335
+ <!-- mic icon -->
336
+ <svg width="28" height="28" viewBox="0 0 24 24">
337
+ <rect x="9" y="5" width="6" height="10" rx="3" fill="#777"/>
338
+ <path d="M5 11c0 4 3 6 7 6s7-2 7-6" stroke="#777" stroke-width="2" fill="none"/>
339
+ <rect x="11" y="17" width="2" height="4" fill="#777"/>
340
+ </svg>
341
+ </div>
342
+ <div class="search-action">
343
+ <!-- qr icon -->
344
+ <svg width="28" height="28" viewBox="0 0 24 24">
345
+ <rect x="3" y="3" width="6" height="6" stroke="#777" stroke-width="2" fill="none"/>
346
+ <rect x="15" y="3" width="6" height="6" stroke="#777" stroke-width="2" fill="none"/>
347
+ <rect x="3" y="15" width="6" height="6" stroke="#777" stroke-width="2" fill="none"/>
348
+ <rect x="15" y="15" width="6" height="6" stroke="#777" stroke-width="2" fill="none"/>
349
+ </svg>
350
+ </div>
351
+ </div>
352
+ </div>
353
+ </div>
354
+
355
+ <!-- Previously viewed -->
356
+ <div class="prev-card">
357
+ <div class="prev-title">Previously viewed</div>
358
+ <div class="prev-sub">Last viewed today</div>
359
+ <div class="link">More for you</div>
360
+ </div>
361
+
362
+ <!-- Brand & rating row -->
363
+ <div class="info-row">
364
+ <div class="title-wrap">
365
+ <div class="brand-line">Brand: <span class="brand-link">Marks &amp; Spencer</span></div>
366
+ <div class="product-title">Marks &amp; Spencer Women Dress</div>
367
+ </div>
368
+ <div class="rating-wrap">
369
+ <div class="stars">
370
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2l3.1 6.6 7 1-5.1 4.8 1.4 7-6.4-3.4-6.4 3.4 1.4-7-5.1-4.8 7-1z" fill="#f9a825"/></svg>
371
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2l3.1 6.6 7 1-5.1 4.8 1.4 7-6.4-3.4-6.4 3.4 1.4-7-5.1-4.8 7-1z" fill="#f9a825"/></svg>
372
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2l3.1 6.6 7 1-5.1 4.8 1.4 7-6.4-3.4-6.4 3.4 1.4-7-5.1-4.8 7-1z" fill="#f9a825"/></svg>
373
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2l3.1 6.6 7 1-5.1 4.8 1.4 7-6.4-3.4-6.4 3.4 1.4-7-5.1-4.8 7-1z" fill="#f9a825"/></svg>
374
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2l3.1 6.6 7 1-5.1 4.8 1.4 7-6.4-3.4-6.4 3.4 1.4-7-5.1-4.8 7-1z" fill="#ddd"/></svg>
375
+ </div>
376
+ <div class="rating-count">1</div>
377
+ </div>
378
+ </div>
379
+
380
+ <!-- Product image area -->
381
+ <div class="image-area">
382
+ <div class="product-img">[IMG: Black sequin dress product photo]</div>
383
+ </div>
384
+
385
+ <!-- Share button -->
386
+ <div class="share-btn">
387
+ <svg width="44" height="44" viewBox="0 0 24 24">
388
+ <circle cx="18" cy="5" r="3" fill="#555"/>
389
+ <circle cx="6" cy="12" r="3" fill="#555"/>
390
+ <circle cx="18" cy="19" r="3" fill="#555"/>
391
+ <path d="M8.8 11l7.2-5M8.8 13l7.2 5" stroke="#555" stroke-width="2" fill="none"/>
392
+ </svg>
393
+ </div>
394
+
395
+ <!-- Bookmark floating button -->
396
+ <div class="bookmark-fab">
397
+ <svg width="48" height="48" viewBox="0 0 24 24">
398
+ <path d="M6 4h12v16l-6-4-6 4V4z" fill="#059ea0"/>
399
+ </svg>
400
+ </div>
401
+
402
+ <!-- Pager -->
403
+ <div class="pager">
404
+ <!-- left play -->
405
+ <svg class="pager-icon" viewBox="0 0 24 24"><path d="M8 5l10 7-10 7V5z" fill="#7a7a7a"/></svg>
406
+ <span class="dot active"></span>
407
+ <span class="dot"></span>
408
+ <span class="dot"></span>
409
+ <span class="dot"></span>
410
+ <span class="dot"></span>
411
+ <span class="dot"></span>
412
+ <!-- right play -->
413
+ <svg class="pager-icon" viewBox="0 0 24 24"><path d="M8 5l10 7-10 7V5z" fill="#7a7a7a"/></svg>
414
+ </div>
415
+
416
+ <!-- Bottom navigation -->
417
+ <div class="bottom-nav">
418
+ <div class="nav-item active">
419
+ <svg class="nav-icon" viewBox="0 0 24 24">
420
+ <path d="M3 11l9-7 9 7v8a2 2 0 0 1-2 2h-14a2 2 0 0 1-2-2v-8z" fill="none" stroke="#059ea0" stroke-width="2"/>
421
+ <rect x="9" y="13" width="6" height="6" fill="#059ea0"/>
422
+ </svg>
423
+ <div>Home</div>
424
+ </div>
425
+ <div class="nav-item">
426
+ <svg class="nav-icon" viewBox="0 0 24 24">
427
+ <circle cx="12" cy="8" r="4" fill="#6b6b6b"/>
428
+ <path d="M4 20c0-4 4-6 8-6s8 2 8 6" fill="none" stroke="#6b6b6b" stroke-width="2"/>
429
+ </svg>
430
+ <div>You</div>
431
+ </div>
432
+ <div class="nav-item">
433
+ <svg class="nav-icon" viewBox="0 0 24 24">
434
+ <rect x="4" y="4" width="16" height="6" rx="2" fill="#6b6b6b"/>
435
+ <rect x="4" y="12" width="16" height="6" rx="2" fill="#6b6b6b"/>
436
+ </svg>
437
+ <div>More</div>
438
+ </div>
439
+ <div class="nav-item" style="position: relative;">
440
+ <svg class="nav-icon" viewBox="0 0 24 24">
441
+ <path d="M6 6h14l-2 10h-12l-2-10z" fill="none" stroke="#6b6b6b" stroke-width="2"/>
442
+ <circle cx="9" cy="20" r="2" fill="#6b6b6b"/>
443
+ <circle cx="17" cy="20" r="2" fill="#6b6b6b"/>
444
+ </svg>
445
+ <span class="cart-badge">3</span>
446
+ <div>Cart</div>
447
+ </div>
448
+ <div class="nav-item">
449
+ <svg class="nav-icon" viewBox="0 0 24 24">
450
+ <rect x="4" y="6" width="16" height="2" fill="#6b6b6b"/>
451
+ <rect x="4" y="11" width="16" height="2" fill="#6b6b6b"/>
452
+ <rect x="4" y="16" width="16" height="2" fill="#6b6b6b"/>
453
+ </svg>
454
+ <div>Menu</div>
455
+ </div>
456
+ </div>
457
+
458
+ <!-- Gesture bar -->
459
+ <div class="gesture"></div>
460
+
461
+ </div>
462
+ </body>
463
+ </html>
code/12012/12012_0.html ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Hiking Boots Search - Mock 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; border-radius: 24px; box-shadow: 0 8px 24px rgba(0,0,0,0.1);
12
+ }
13
+ /* Top gradient header */
14
+ .top-header {
15
+ width: 100%; height: 320px;
16
+ background: linear-gradient(180deg, #92e3d7 0%, #a7e8df 60%, #b6ebe3 100%);
17
+ position: relative; padding: 24px 28px 0;
18
+ box-sizing: border-box;
19
+ }
20
+ .status-bar {
21
+ display: flex; justify-content: space-between; align-items: center;
22
+ color: #122; font-size: 34px; opacity: 0.9;
23
+ }
24
+ .status-right { display: flex; gap: 24px; align-items: center; }
25
+ .search-row { margin-top: 24px; display: flex; align-items: center; gap: 24px; }
26
+ .back-btn {
27
+ width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; border-radius: 18px;
28
+ background: rgba(255,255,255,0.25);
29
+ }
30
+ .search-bar {
31
+ flex: 1; height: 96px; border-radius: 24px; background: #fff; box-shadow: 0 4px 8px rgba(0,0,0,0.08);
32
+ display: flex; align-items: center; padding: 0 28px; box-sizing: border-box;
33
+ font-size: 36px; color: #444; gap: 20px;
34
+ }
35
+ .search-placeholder { flex: 1; color: #4b4b4b; }
36
+ .icon { width: 44px; height: 44px; }
37
+ .location-bar {
38
+ margin-top: 28px; background: rgba(255,255,255,0.35); border-radius: 20px;
39
+ height: 78px; display: flex; align-items: center; gap: 18px; padding: 0 24px; color: #234; font-size: 30px;
40
+ }
41
+ /* Filter chips */
42
+ .filters { width: 100%; background: #fff; border-top-left-radius: 22px; border-top-right-radius: 22px; margin-top: -20px; padding: 20px 24px; box-sizing: border-box; }
43
+ .chip-row { display: flex; gap: 18px; align-items: center; }
44
+ .chip {
45
+ background: #f5f7f8; border: 1px solid #e3e6e8; border-radius: 18px; padding: 16px 22px; font-size: 30px; color: #333;
46
+ display: inline-flex; align-items: center; gap: 14px;
47
+ }
48
+ .toggle { width: 84px; height: 44px; background: #dee5ea; border-radius: 22px; position: relative; }
49
+ .toggle::after { content: ""; width: 38px; height: 38px; background: #fff; border-radius: 50%; position: absolute; top: 3px; left: 4px; box-shadow: 0 2px 4px rgba(0,0,0,0.2); }
50
+ .prime { color: #2f9fef; font-weight: bold; }
51
+ .star { color: #f19900; font-size: 32px; }
52
+ .dropdown { display: inline-flex; align-items: center; gap: 8px; }
53
+ /* Product card */
54
+ .card {
55
+ margin: 8px 24px 0; background: #fff; border: 1px solid #e6e6e6; border-radius: 20px; box-shadow: 0 4px 10px rgba(0,0,0,0.06);
56
+ overflow: hidden;
57
+ }
58
+ .brand-row { display: flex; align-items: center; gap: 18px; padding: 24px; font-size: 36px; color: #111; }
59
+ .img-placeholder {
60
+ background: #E0E0E0; border: 1px solid #BDBDBD; color: #757575;
61
+ display: flex; justify-content: center; align-items: center; text-align: center;
62
+ }
63
+ .hero-image { height: 520px; margin: 0 24px; border-radius: 18px; position: relative; }
64
+ .mute {
65
+ position: absolute; right: 18px; bottom: 18px; width: 72px; height: 72px; border-radius: 36px; background: rgba(0,0,0,0.6);
66
+ display: flex; align-items: center; justify-content: center;
67
+ }
68
+ .product-info { display: grid; grid-template-columns: 220px 1fr; gap: 18px; padding: 18px 24px 24px; align-items: start; }
69
+ .title { font-size: 32px; color: #222; line-height: 1.3; }
70
+ .rating { display: flex; align-items: center; gap: 10px; margin-top: 10px; font-size: 30px; color: #666; }
71
+ .link-row { display: flex; justify-content: space-between; align-items: center; padding: 0 24px 24px; color: #0a8bd6; font-size: 30px; }
72
+ .sponsored { color: #808b98; font-size: 28px; display: inline-flex; align-items: center; gap: 8px; }
73
+ /* Recommendation section */
74
+ .section-note { margin: 18px 24px; padding: 22px; border-radius: 16px; background: #f7f8f9; color: #666; font-size: 28px; }
75
+ .grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding: 0 24px 160px; }
76
+ .grid-card { background: #fff; border: 1px solid #e5e5e5; border-radius: 18px; padding: 18px; }
77
+ .bottom-nav {
78
+ position: absolute; bottom: 0; left: 0; width: 100%; height: 168px; background: #ffffff;
79
+ border-top: 1px solid #e6e6e6; display: flex; justify-content: space-around; align-items: center;
80
+ }
81
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 12px; color: #222; font-size: 28px; }
82
+ .nav-item.active { color: #0aa0a8; }
83
+ /* Utility */
84
+ .logo-small { width: 120px; height: 60px; }
85
+ </style>
86
+ </head>
87
+ <body>
88
+ <div id="render-target">
89
+ <div class="top-header">
90
+ <div class="status-bar">
91
+ <div>9:01</div>
92
+ <div class="status-right">
93
+ <div style="width:22px;height:22px;border-radius:50%;background:#333;"></div>
94
+ <div style="width:28px;height:16px;border:2px solid #333;border-radius:3px;position:relative;">
95
+ <span style="position:absolute;right:-8px;top:4px;width:6px;height:8px;background:#333;"></span>
96
+ </div>
97
+ </div>
98
+ </div>
99
+
100
+ <div class="search-row">
101
+ <div class="back-btn">
102
+ <svg class="icon" viewBox="0 0 24 24"><path d="M15 18l-6-6 6-6" fill="none" stroke="#222" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
103
+ </div>
104
+ <div class="search-bar">
105
+ <svg class="icon" viewBox="0 0 24 24"><circle cx="10" cy="10" r="7" fill="none" stroke="#2c2c2c" stroke-width="2"/><path d="M21 21l-5.5-5.5" stroke="#2c2c2c" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
106
+ <div class="search-placeholder">hiking boots for men</div>
107
+ <svg class="icon" viewBox="0 0 24 24"><rect x="3" y="4" width="18" height="16" rx="2" ry="2" fill="none" stroke="#2c2c2c" stroke-width="2"/><rect x="7" y="8" width="10" height="8" fill="none" stroke="#2c2c2c" stroke-width="2"/></svg>
108
+ </div>
109
+ </div>
110
+
111
+ <div class="location-bar">
112
+ <svg class="icon" viewBox="0 0 24 24"><path d="M12 21s-6-7-6-11a6 6 0 1 1 12 0c0 4-6 11-6 11z" fill="none" stroke="#333" stroke-width="2"/><circle cx="12" cy="10" r="2.5" fill="#333"/></svg>
113
+ <div>Select a location to see product availability</div>
114
+ <svg class="icon" viewBox="0 0 24 24"><path d="M6 9l6 6 6-6" fill="none" stroke="#333" stroke-width="2" stroke-linecap="round"/></svg>
115
+ </div>
116
+ </div>
117
+
118
+ <div class="filters">
119
+ <div class="chip-row">
120
+ <div class="chip"><span class="prime">prime</span><div class="toggle"></div></div>
121
+ <div class="chip">
122
+ <span class="star">★ ★ ★ ★ ★</span>
123
+ <span>&nbsp;&amp; Up</span>
124
+ </div>
125
+ <div class="chip">₹500 - ₹1,000</div>
126
+ <div class="chip dropdown">Filters
127
+ <svg class="icon" viewBox="0 0 24 24"><path d="M6 9l6 6 6-6" fill="none" stroke="#333" stroke-width="2"/></svg>
128
+ </div>
129
+ </div>
130
+ </div>
131
+
132
+ <div class="card">
133
+ <div class="brand-row">
134
+ <div class="img-placeholder logo-small" style="border-radius:10px;">[IMG: Unistar Logo]</div>
135
+ <div>Unistar</div>
136
+ </div>
137
+
138
+ <div class="hero-image img-placeholder" style="background:#E0E0E0;">
139
+ [IMG: Unistar Hiking Boot - Green promotional banner]
140
+ <div class="mute">
141
+ <svg viewBox="0 0 24 24" width="36" height="36">
142
+ <path d="M12 5l-5 4H4v6h3l5 4z" fill="#fff"/>
143
+ <path d="M16 8l5 8" stroke="#fff" stroke-width="2"/>
144
+ </svg>
145
+ </div>
146
+ </div>
147
+
148
+ <div class="product-info">
149
+ <div class="img-placeholder" style="width: 220px; height: 180px; border-radius: 12px;">[IMG: Boot Thumbnail]</div>
150
+ <div>
151
+ <div class="title">Unistar Men Pu Anti-skid High Ankel Olive Green Extra Cushion Inner Sole Jungle Boots With Dust Proo...</div>
152
+ <div class="rating">
153
+ <span class="star">★ ★ ★ ★ ☆</span>
154
+ <span>(2,903)</span>
155
+ </div>
156
+ </div>
157
+ </div>
158
+
159
+ <div class="link-row">
160
+ <div>Shop Unistar ›</div>
161
+ <div class="sponsored">Sponsored
162
+ <svg viewBox="0 0 24 24" width="26" height="26"><circle cx="12" cy="12" r="10" fill="none" stroke="#8a94a0" stroke-width="2"/><path d="M12 8v8M12 6h0" stroke="#8a94a0" stroke-width="2" stroke-linecap="round"/></svg>
163
+ </div>
164
+ </div>
165
+ </div>
166
+
167
+ <div class="section-note">Price and other details may vary based on product size and colour.</div>
168
+
169
+ <div class="grid">
170
+ <div class="grid-card">
171
+ <div class="img-placeholder" style="height: 420px; border-radius: 16px;">[IMG: Dark Brown Hiking Boot]</div>
172
+ </div>
173
+ <div class="grid-card">
174
+ <div class="img-placeholder" style="height: 420px; border-radius: 16px;">[IMG: Olive Hiking Boots Pair]</div>
175
+ </div>
176
+ </div>
177
+
178
+ <div class="bottom-nav">
179
+ <div class="nav-item active">
180
+ <svg class="icon" viewBox="0 0 24 24"><path d="M3 10l9-7 9 7v9a2 2 0 0 1-2 2h-4v-8H9v8H5a2 2 0 0 1-2-2z" fill="#0aa0a8"/></svg>
181
+ <div>Home</div>
182
+ </div>
183
+ <div class="nav-item">
184
+ <svg class="icon" viewBox="0 0 24 24"><circle cx="12" cy="8" r="4" fill="#333"/><path d="M4 20c0-4 4-6 8-6s8 2 8 6" fill="none" stroke="#333" stroke-width="2"/></svg>
185
+ <div>You</div>
186
+ </div>
187
+ <div class="nav-item">
188
+ <svg class="icon" viewBox="0 0 24 24"><path d="M4 12a8 8 0 0 1 13-5l2-2v6h-6l2-2A6 6 0 1 0 6 12" fill="none" stroke="#333" stroke-width="2" stroke-linecap="round"/></svg>
189
+ <div>More</div>
190
+ </div>
191
+ <div class="nav-item">
192
+ <svg class="icon" viewBox="0 0 24 24"><path d="M6 6h15l-2 9H7L6 6z" fill="none" stroke="#333" stroke-width="2"/><circle cx="9" cy="20" r="2" fill="#333"/><circle cx="17" cy="20" r="2" fill="#333"/></svg>
193
+ <div>Cart</div>
194
+ </div>
195
+ <div class="nav-item">
196
+ <svg class="icon" viewBox="0 0 24 24"><path d="M4 6h16M4 12h16M4 18h16" stroke="#333" stroke-width="2" stroke-linecap="round"/></svg>
197
+ <div>Menu</div>
198
+ </div>
199
+ </div>
200
+ </div>
201
+ </body>
202
+ </html>
code/12012/12012_1.html ADDED
@@ -0,0 +1,255 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 - Hiking Boots</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
+ /* Header gradient */
15
+ .header {
16
+ width:100%; height:270px;
17
+ background: linear-gradient(180deg, #7fd9d0 0%, #b7efe6 100%);
18
+ position:relative;
19
+ }
20
+ .status-bar {
21
+ position:absolute; top:20px; left:32px; right:32px; height:56px;
22
+ display:flex; align-items:center; justify-content:space-between; color:#143b3b; font-weight:600; font-size:40px;
23
+ opacity:0.9;
24
+ }
25
+ .status-icons { display:flex; gap:28px; align-items:center; }
26
+ .search-wrap {
27
+ position:absolute; left:40px; right:40px; top:112px; height:110px;
28
+ background:#fff; border-radius:28px; box-shadow:0 6px 16px rgba(0,0,0,0.15);
29
+ display:flex; align-items:center; padding:0 28px; gap:22px;
30
+ }
31
+ .back-btn {
32
+ position:absolute; left:24px; top:116px; width:90px; height:90px; display:flex; align-items:center; justify-content:center;
33
+ color:#2c3e50;
34
+ }
35
+ .search-input {
36
+ flex:1; color:#444; font-size:40px;
37
+ }
38
+ .icon-btn { width:72px; height:72px; display:flex; align-items:center; justify-content:center; color:#333; }
39
+
40
+ /* Title and rating */
41
+ .info {
42
+ padding:24px 40px 20px 40px; background:#fff;
43
+ }
44
+ .store-line {
45
+ display:flex; align-items:flex-start; justify-content:space-between; gap:16px;
46
+ }
47
+ .store-link { color:#1e88e5; font-size:38px; text-decoration:none; }
48
+ .rating { display:flex; align-items:center; gap:10px; }
49
+ .rating .count { color:#666; font-size:32px; }
50
+ .desc {
51
+ margin-top:8px; color:#5c6b72; font-size:34px; line-height:1.35;
52
+ }
53
+
54
+ /* Image placeholder */
55
+ .img-hero {
56
+ position:relative; width:100%; height:900px; background:#E0E0E0;
57
+ border-top:1px solid #E9E9E9; border-bottom:1px solid #E9E9E9;
58
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:44px; letter-spacing:0.2px;
59
+ }
60
+ .img-hero::after { content:"[IMG: Brown Hiking Boot]"; }
61
+ .ph-border { border:1px solid #BDBDBD; }
62
+ .floating { position:absolute; width:120px; height:120px; border-radius:60px; background:#fff; box-shadow:0 6px 14px rgba(0,0,0,0.15); display:flex; align-items:center; justify-content:center; }
63
+ .share { right:28px; top:40px; }
64
+ .fav { left:28px; bottom:40px; }
65
+
66
+ /* Carousel dots */
67
+ .carousel-dots {
68
+ height:90px; background:#f1f1f1; display:flex; align-items:center; justify-content:center; gap:22px;
69
+ }
70
+ .dot, .dot-active { width:22px; height:22px; border-radius:50%; border:2px solid #b9b9b9; }
71
+ .dot-active { background:#fff; border-color:#8e8e8e; }
72
+ .dot-play {
73
+ width:36px; height:36px; border-radius:18px; background:#fff; border:2px solid #c7c7c7; display:flex; align-items:center; justify-content:center;
74
+ }
75
+
76
+ /* Color section */
77
+ .section { padding:26px 40px; }
78
+ .section h3 { margin:0 0 18px 0; font-size:44px; color:#111; font-weight:700; }
79
+ .section h3 span { color:#5a3c20; }
80
+ .thumbs { display:flex; gap:36px; align-items:center; }
81
+ .thumb {
82
+ width:210px; height:210px; border-radius:50%;
83
+ background:#E0E0E0; border:4px solid #111; display:flex; align-items:center; justify-content:center; color:#757575; font-size:28px;
84
+ }
85
+ .thumb.alt { border-color:#d7d7d7; }
86
+ .skeleton {
87
+ margin-top:26px; display:flex; gap:26px;
88
+ }
89
+ .sk-bar { height:24px; width:320px; background:#ececec; border-radius:12px; }
90
+ .sk-bar.small { width:280px; }
91
+
92
+ /* Size line */
93
+ .size-line { padding:20px 40px 10px 40px; font-size:46px; font-weight:700; color:#111; position:relative; }
94
+ .size-underline { width:160px; height:10px; background:#18c1c1; border-radius:6px; margin-left:92px; }
95
+
96
+ /* Bottom nav */
97
+ .bottom-nav {
98
+ position:absolute; left:0; right:0; bottom:80px; height:190px; background:#ffffff; border-top:1px solid #dfe5e7;
99
+ display:flex; align-items:center; justify-content:space-around;
100
+ }
101
+ .nav-item { display:flex; flex-direction:column; align-items:center; justify-content:center; gap:16px; color:#6b7a80; font-size:32px; }
102
+ .nav-item.active { color:#0cb6b6; }
103
+ .badge {
104
+ position:absolute; top:-8px; right:-12px; background:#0cb6b6; color:#fff; font-size:24px; min-width:34px; height:34px; border-radius:17px; display:flex; align-items:center; justify-content:center; padding:0 8px;
105
+ }
106
+
107
+ /* Home indicator */
108
+ .home-indicator {
109
+ position:absolute; left:50%; transform:translateX(-50%); bottom:24px; width:320px; height:12px; background:#cfcfcf; border-radius:10px;
110
+ }
111
+ /* Simple helper */
112
+ .muted { color:#9aa7ad; }
113
+ svg { display:block; }
114
+ </style>
115
+ </head>
116
+ <body>
117
+ <div id="render-target">
118
+
119
+ <div class="header">
120
+ <div class="status-bar">
121
+ <div>9:02</div>
122
+ <div class="status-icons">
123
+ <!-- Signal -->
124
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#1b4d4d"><path d="M3 20h2v-4H3v4zm4 0h2v-7H7v7zm4 0h2v-10h-2v10zm4 0h2v-13h-2v13z"/></svg>
125
+ <!-- Battery -->
126
+ <svg width="52" height="36" viewBox="0 0 28 16"><rect x="1" y="3" width="22" height="10" rx="2" fill="none" stroke="#1b4d4d" stroke-width="2"/><rect x="3" y="5" width="18" height="6" rx="1" fill="#1b4d4d"/><rect x="24" y="6" width="3" height="4" rx="1" fill="#1b4d4d"/></svg>
127
+ </div>
128
+ </div>
129
+
130
+ <div class="back-btn">
131
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="#2c3e50" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round">
132
+ <path d="M15 18l-6-6 6-6"/>
133
+ </svg>
134
+ </div>
135
+
136
+ <div class="search-wrap">
137
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="none" stroke="#222" stroke-width="2.2" stroke-linecap="round">
138
+ <circle cx="11" cy="11" r="7"></circle>
139
+ <path d="M21 21l-4.3-4.3"></path>
140
+ </svg>
141
+ <div class="search-input">hiking boots for men</div>
142
+ <div class="icon-btn">
143
+ <!-- scanner icon -->
144
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="#222" stroke-width="2.2" stroke-linecap="round">
145
+ <path d="M3 7V5a2 2 0 0 1 2-2h2"/>
146
+ <path d="M21 7V5a2 2 0 0 0-2-2h-2"/>
147
+ <path d="M3 17v2a2 2 0 0 0 2 2h2"/>
148
+ <path d="M21 17v2a2 2 0 0 1-2 2h-2"/>
149
+ </svg>
150
+ </div>
151
+ </div>
152
+ </div>
153
+
154
+ <div class="info">
155
+ <div class="store-line">
156
+ <a class="store-link" href="#">Visit the Bacca Bucci Store</a>
157
+ <div class="rating">
158
+ <!-- 4 filled stars -->
159
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#ff9800"><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"/></svg>
160
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#ff9800"><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"/></svg>
161
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#ff9800"><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"/></svg>
162
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#ff9800"><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"/></svg>
163
+ <!-- outlined star -->
164
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none" stroke="#ff9800" stroke-width="1.8">
165
+ <path d="M12 3l2.7 5.5 6.1.6-4.6 4 1.4 5.9L12 16l-5.6 3 1.4-5.9-4.6-4 6.1-.6L12 3z"/>
166
+ </svg>
167
+ <div class="count">76</div>
168
+ </div>
169
+ </div>
170
+ <div class="desc">
171
+ Men's DRAGON Splash proof full Leather Classic Fashion Boots for Bikers Riders Trekking Trails Backpacking and Hiking | 6 Inches | Ankle Height | All day wear
172
+ </div>
173
+ </div>
174
+
175
+ <div class="img-hero ph-border">
176
+ <div class="floating share">
177
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#666" stroke-width="2">
178
+ <circle cx="18" cy="5" r="3"/><circle cx="6" cy="12" r="3"/><circle cx="18" cy="19" r="3"/>
179
+ <path d="M8.6 10.7l6.8-3.8M8.6 13.3l6.8 3.8"/>
180
+ </svg>
181
+ </div>
182
+ <div class="floating fav">
183
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="#7d8b8f" stroke-width="2">
184
+ <path d="M12 21s-6.5-4.3-8.5-7.3C1.7 11 2.4 7.9 5 7c1.7-.6 3.4.1 4.4 1.5C10.4 7.1 12.1 6.4 13.8 7c2.6.9 3.4 4 1.5 6.7C18.5 16.7 12 21 12 21z"/>
185
+ </svg>
186
+ </div>
187
+ </div>
188
+
189
+ <div class="carousel-dots">
190
+ <div class="dot-play">
191
+ <svg width="18" height="18" viewBox="0 0 24 24" fill="#999"><path d="M8 5v14l11-7z"/></svg>
192
+ </div>
193
+ <div class="dot-active"></div>
194
+ <div class="dot"></div>
195
+ <div class="dot"></div>
196
+ <div class="dot"></div>
197
+ <div class="dot"></div>
198
+ </div>
199
+
200
+ <div class="section">
201
+ <h3>Colour: <span>Brown</span></h3>
202
+ <div class="thumbs">
203
+ <div class="thumb ph-border">[IMG: Brown]</div>
204
+ <div class="thumb alt ph-border" style="color:#6b6b6b;">[IMG: Olive]</div>
205
+ </div>
206
+ <div class="skeleton">
207
+ <div class="sk-bar"></div>
208
+ <div class="sk-bar small"></div>
209
+ </div>
210
+ </div>
211
+
212
+ <div class="size-line">
213
+ Size: 10 UK
214
+ <div class="size-underline"></div>
215
+ </div>
216
+
217
+ <!-- Bottom navigation -->
218
+ <div class="bottom-nav">
219
+ <div class="nav-item active">
220
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="none" stroke="#0cb6b6" stroke-width="2">
221
+ <path d="M3 10l9-7 9 7v9a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-5H9v5a2 2 0 0 1-2 2H3z"/>
222
+ </svg>
223
+ <div>Home</div>
224
+ </div>
225
+ <div class="nav-item">
226
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="none" stroke="#6b7a80" stroke-width="2">
227
+ <circle cx="12" cy="7" r="4"/><path d="M5.5 21a6.5 6.5 0 0 1 13 0"/>
228
+ </svg>
229
+ <div>You</div>
230
+ </div>
231
+ <div class="nav-item">
232
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="none" stroke="#6b7a80" stroke-width="2">
233
+ <path d="M3 12a9 9 0 0 1 14.8-6.6"/><path d="M21 12a9 9 0 0 1-14.8 6.6"/><path d="M20 5v4h-4"/>
234
+ </svg>
235
+ <div>More</div>
236
+ </div>
237
+ <div class="nav-item" style="position:relative;">
238
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="none" stroke="#6b7a80" stroke-width="2">
239
+ <path d="M6 6h15l-1.5 9h-12z"/><circle cx="9" cy="20" r="1.8"/><circle cx="17" cy="20" r="1.8"/><path d="M6 6l-1-3H2"/>
240
+ </svg>
241
+ <div class="badge">1</div>
242
+ <div>Cart</div>
243
+ </div>
244
+ <div class="nav-item">
245
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="none" stroke="#6b7a80" stroke-width="2">
246
+ <path d="M3 6h18M3 12h18M3 18h18"/>
247
+ </svg>
248
+ <div>Menu</div>
249
+ </div>
250
+ </div>
251
+
252
+ <div class="home-indicator"></div>
253
+ </div>
254
+ </body>
255
+ </html>
code/12012/12012_2.html ADDED
@@ -0,0 +1,393 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 - Hiking Boots</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: #ffffff;
15
+ }
16
+
17
+ /* Header gradient and status/search */
18
+ .header-gradient {
19
+ height: 300px;
20
+ background: linear-gradient(180deg, #8FE0D8 0%, #7AD6E3 100%);
21
+ position: relative;
22
+ padding-top: 18px;
23
+ }
24
+ .status-bar {
25
+ height: 70px;
26
+ display: flex;
27
+ align-items: center;
28
+ padding: 0 36px;
29
+ color: #123;
30
+ font-weight: 600;
31
+ font-size: 38px;
32
+ }
33
+ .status-bar .spacer { flex: 1; }
34
+ .status-icons {
35
+ margin-left: auto;
36
+ display: flex;
37
+ align-items: center;
38
+ gap: 22px;
39
+ }
40
+ .status-icons svg { width: 44px; height: 44px; fill: #2b2b2b; opacity: .8; }
41
+
42
+ .search-row {
43
+ display: flex;
44
+ align-items: center;
45
+ gap: 20px;
46
+ padding: 16px 24px 0 24px;
47
+ }
48
+ .back-btn {
49
+ width: 84px;
50
+ height: 84px;
51
+ border: none;
52
+ background: transparent;
53
+ display: flex;
54
+ align-items: center;
55
+ justify-content: center;
56
+ border-radius: 18px;
57
+ cursor: default;
58
+ }
59
+ .back-btn svg { width: 48px; height: 48px; stroke: #222; stroke-width: 6; fill: none; }
60
+
61
+ .search-box {
62
+ flex: 1;
63
+ height: 96px;
64
+ background: #fff;
65
+ border-radius: 24px;
66
+ box-shadow: 0 6px 14px rgba(0,0,0,0.15);
67
+ display: flex;
68
+ align-items: center;
69
+ padding: 0 22px 0 22px;
70
+ gap: 18px;
71
+ }
72
+ .search-icon { width: 48px; height: 48px; fill: none; stroke: #222; stroke-width: 6; }
73
+ .search-text {
74
+ color: #333;
75
+ font-size: 40px;
76
+ flex: 1;
77
+ }
78
+ .scan-icon {
79
+ width: 66px;
80
+ height: 66px;
81
+ border-radius: 16px;
82
+ border: 2px solid #d6d6d6;
83
+ display: flex;
84
+ align-items: center;
85
+ justify-content: center;
86
+ color: #666;
87
+ font-size: 30px;
88
+ }
89
+
90
+ /* Product summary */
91
+ .product-summary {
92
+ padding: 22px 34px 16px 34px;
93
+ }
94
+ .store-line {
95
+ display: flex;
96
+ align-items: center;
97
+ justify-content: space-between;
98
+ gap: 12px;
99
+ margin-bottom: 10px;
100
+ }
101
+ .store-line a {
102
+ color: #1a73b7;
103
+ font-size: 40px;
104
+ text-decoration: none;
105
+ }
106
+ .rating {
107
+ display: inline-flex;
108
+ align-items: center;
109
+ gap: 10px;
110
+ }
111
+ .rating .star { width: 34px; height: 34px; }
112
+ .rating .count { font-size: 32px; color: #555; }
113
+ .title {
114
+ color: #4b4b4b;
115
+ font-size: 34px;
116
+ line-height: 1.35;
117
+ }
118
+
119
+ /* Image area */
120
+ .image-area {
121
+ position: relative;
122
+ margin-top: 8px;
123
+ background: #f7f7f7;
124
+ }
125
+ .product-img {
126
+ width: 1080px;
127
+ height: 880px;
128
+ background: #E0E0E0;
129
+ border-top: 1px solid #e5e5e5;
130
+ border-bottom: 1px solid #e5e5e5;
131
+ display: flex;
132
+ align-items: center;
133
+ justify-content: center;
134
+ color: #757575;
135
+ font-size: 40px;
136
+ }
137
+
138
+ .share-wrap {
139
+ position: absolute;
140
+ right: 24px;
141
+ top: 40px;
142
+ display: flex;
143
+ align-items: center;
144
+ flex-direction: column;
145
+ gap: 10px;
146
+ }
147
+ .share-fab {
148
+ width: 88px;
149
+ height: 88px;
150
+ border-radius: 44px;
151
+ background: #fff;
152
+ box-shadow: 0 6px 12px rgba(0,0,0,0.15);
153
+ display: flex;
154
+ align-items: center;
155
+ justify-content: center;
156
+ }
157
+ .share-fab svg { width: 44px; height: 44px; fill: none; stroke: #444; stroke-width: 6; }
158
+ .share-count {
159
+ background: #ffffff;
160
+ border-radius: 999px;
161
+ padding: 10px 16px;
162
+ font-size: 30px;
163
+ color: #555;
164
+ border: 1px solid #e9e9e9;
165
+ }
166
+
167
+ .like-fab {
168
+ position: absolute;
169
+ left: 30px;
170
+ bottom: 24px;
171
+ width: 100px;
172
+ height: 100px;
173
+ border-radius: 50px;
174
+ background: #ffffff;
175
+ border: 2px solid #eaeaea;
176
+ display: flex;
177
+ align-items: center;
178
+ justify-content: center;
179
+ box-shadow: 0 6px 12px rgba(0,0,0,0.08);
180
+ }
181
+ .like-fab svg { width: 50px; height: 50px; fill: none; stroke: #888; stroke-width: 6; }
182
+
183
+ /* Carousel controls */
184
+ .carousel {
185
+ padding: 16px 0 18px 0;
186
+ display: flex;
187
+ align-items: center;
188
+ justify-content: center;
189
+ gap: 22px;
190
+ border-bottom: 1px solid #eee;
191
+ }
192
+ .play {
193
+ width: 48px; height: 48px; border-radius: 50%;
194
+ border: 2px solid #c8c8c8;
195
+ display: flex; align-items: center; justify-content: center;
196
+ }
197
+ .play svg { width: 28px; height: 28px; fill: #7a7a7a; }
198
+ .dot { width: 16px; height: 16px; border-radius: 50%; background: #dcdcdc; }
199
+ .dot.active { background: #8a8a8a; }
200
+
201
+ /* Color section */
202
+ .color-section {
203
+ padding: 24px 34px 16px 34px;
204
+ }
205
+ .color-title {
206
+ font-size: 42px;
207
+ color: #222;
208
+ margin-bottom: 16px;
209
+ }
210
+ .color-options {
211
+ display: flex;
212
+ gap: 36px;
213
+ }
214
+ .color-item {
215
+ width: 280px;
216
+ display: flex;
217
+ flex-direction: column;
218
+ align-items: center;
219
+ }
220
+ .thumb {
221
+ width: 220px; height: 220px; border-radius: 50%;
222
+ background: #E0E0E0; border: 1px solid #BDBDBD;
223
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 28px; position: relative; overflow: hidden;
224
+ }
225
+ .badge {
226
+ position: relative;
227
+ top: -18px;
228
+ background: #D81B60;
229
+ color: #fff;
230
+ font-weight: 700;
231
+ font-size: 28px;
232
+ padding: 10px 16px;
233
+ border-radius: 10px;
234
+ }
235
+ .price { margin-top: 6px; font-size: 36px; color: #222; }
236
+ .old { font-size: 30px; color: #a0a0a0; text-decoration: line-through; }
237
+
238
+ /* Bottom nav */
239
+ .bottom-nav {
240
+ position: absolute;
241
+ left: 0; right: 0; bottom: 80px;
242
+ height: 170px;
243
+ border-top: 1px solid #e5e5e5;
244
+ background: #fafafa;
245
+ display: flex;
246
+ align-items: center;
247
+ justify-content: space-around;
248
+ }
249
+ .nav-item {
250
+ width: 180px;
251
+ display: flex;
252
+ align-items: center;
253
+ justify-content: center;
254
+ flex-direction: column;
255
+ gap: 8px;
256
+ color: #1a9ab7;
257
+ }
258
+ .nav-item.inactive { color: #444; }
259
+ .nav-item svg { width: 54px; height: 54px; fill: none; stroke: currentColor; stroke-width: 6; }
260
+ .nav-label { font-size: 32px; }
261
+
262
+ .gesture-bar {
263
+ position: absolute;
264
+ bottom: 18px;
265
+ left: 50%;
266
+ transform: translateX(-50%);
267
+ width: 360px;
268
+ height: 12px;
269
+ background: #cfcfcf;
270
+ border-radius: 10px;
271
+ }
272
+ </style>
273
+ </head>
274
+ <body>
275
+ <div id="render-target">
276
+
277
+ <div class="header-gradient">
278
+ <div class="status-bar">
279
+ <div class="time">9:03</div>
280
+ <div class="status-icons">
281
+ <!-- simple mail icon as unread indicator -->
282
+ <svg viewBox="0 0 24 24"><path d="M3 6h18v12H3z"/><path d="M3 6l9 7 9-7" stroke="#fff" stroke-width="0"/></svg>
283
+ <!-- wifi -->
284
+ <svg viewBox="0 0 24 24"><path d="M2 8a16 16 0 0 1 20 0"/><path d="M5 11a11 11 0 0 1 14 0"/><path d="M8 14a6 6 0 0 1 8 0"/><circle cx="12" cy="18" r="1.6" fill="#2b2b2b" stroke="none"/></svg>
285
+ <!-- battery -->
286
+ <svg viewBox="0 0 24 24"><rect x="2" y="7" width="18" height="10" rx="2"/><rect x="20.5" y="10" width="2" height="4" rx="0.6" stroke="none" fill="#2b2b2b"/></svg>
287
+ </div>
288
+ </div>
289
+
290
+ <div class="search-row">
291
+ <button class="back-btn" aria-label="Back">
292
+ <svg viewBox="0 0 24 24"><path d="M15 4L7 12l8 8"/></svg>
293
+ </button>
294
+ <div class="search-box">
295
+ <svg class="search-icon" viewBox="0 0 24 24"><circle cx="11" cy="11" r="7"/><path d="M21 21l-4.2-4.2"/></svg>
296
+ <span class="search-text">hiking boots for men</span>
297
+ <div class="scan-icon">⌲</div>
298
+ </div>
299
+ </div>
300
+ </div>
301
+
302
+ <div class="product-summary">
303
+ <div class="store-line">
304
+ <a href="#">Visit the Bacca Bucci Store</a>
305
+ <div class="rating">
306
+ <svg class="star" viewBox="0 0 24 24" style="fill:#f39c12;stroke:none;"><path d="M12 2l3.1 6.3 7 .9-5.1 4.9 1.3 7-6.3-3.3-6.3 3.3 1.3-7L1.9 9.2l7-.9z"/></svg>
307
+ <svg class="star" viewBox="0 0 24 24" style="fill:#f39c12;stroke:none;"><path d="M12 2l3.1 6.3 7 .9-5.1 4.9 1.3 7-6.3-3.3-6.3 3.3 1.3-7L1.9 9.2l7-.9z"/></svg>
308
+ <svg class="star" viewBox="0 0 24 24" style="fill:#f39c12;stroke:none;"><path d="M12 2l3.1 6.3 7 .9-5.1 4.9 1.3 7-6.3-3.3-6.3 3.3 1.3-7L1.9 9.2l7-.9z"/></svg>
309
+ <svg class="star" viewBox="0 0 24 24" style="fill:#f39c12;stroke:none;"><path d="M12 2l3.1 6.3 7 .9-5.1 4.9 1.3 7-6.3-3.3-6.3 3.3 1.3-7L1.9 9.2l7-.9z"/></svg>
310
+ <svg class="star" viewBox="0 0 24 24" style="fill:#e0e0e0;stroke:none;"><path d="M12 2l3.1 6.3 7 .9-5.1 4.9 1.3 7-6.3-3.3-6.3 3.3 1.3-7L1.9 9.2l7-.9z"/></svg>
311
+ <span class="count">76</span>
312
+ </div>
313
+ </div>
314
+ <div class="title">
315
+ Men's DRAGON Splash proof full Leather Classic Fashion Boots for Bikers Riders Trekking Trails Backpacking and Hiking | 6 Inches | Ankle Height | All day wear
316
+ </div>
317
+ </div>
318
+
319
+ <div class="image-area">
320
+ <div class="product-img">[IMG: Brown Hiking Boot]</div>
321
+
322
+ <div class="share-wrap">
323
+ <div class="share-fab" aria-label="Share">
324
+ <svg viewBox="0 0 24 24">
325
+ <circle cx="18" cy="5" r="3"/><circle cx="6" cy="12" r="3"/><circle cx="18" cy="19" r="3"/>
326
+ <path d="M8.6 11l6.8-4M8.6 13l6.8 4"/>
327
+ </svg>
328
+ </div>
329
+ <div class="share-count">586</div>
330
+ </div>
331
+
332
+ <div class="like-fab" aria-label="Save">
333
+ <svg viewBox="0 0 24 24"><path d="M12 21s-7-4.4-7-10a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 5.6-7 10-7 10z"/></svg>
334
+ </div>
335
+ </div>
336
+
337
+ <div class="carousel">
338
+ <div class="play">
339
+ <svg viewBox="0 0 24 24"><path d="M8 5l10 7-10 7"/></svg>
340
+ </div>
341
+ <div class="dot active"></div>
342
+ <div class="dot"></div>
343
+ <div class="dot"></div>
344
+ <div class="dot"></div>
345
+ <div class="dot"></div>
346
+ </div>
347
+
348
+ <div class="color-section">
349
+ <div class="color-title">Colour: <strong>Brown</strong></div>
350
+ <div class="color-options">
351
+ <div class="color-item">
352
+ <div class="thumb">[IMG: Brown Option]</div>
353
+ <div class="badge">Limited Time</div>
354
+ <div class="price">₹1,804.00</div>
355
+ <div class="old">₹3,499.00</div>
356
+ </div>
357
+
358
+ <div class="color-item">
359
+ <div class="thumb">[IMG: Olive Option]</div>
360
+ <div class="badge">Limited Time</div>
361
+ <div class="price">₹1,804.00</div>
362
+ <div class="old">₹3,499.00</div>
363
+ </div>
364
+ </div>
365
+ </div>
366
+
367
+ <div class="bottom-nav">
368
+ <div class="nav-item">
369
+ <svg viewBox="0 0 24 24"><path d="M3 11l9-7 9 7v9H3z"/><path d="M9 20v-6h6v6" /></svg>
370
+ <div class="nav-label">Home</div>
371
+ </div>
372
+ <div class="nav-item inactive">
373
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="8" r="4"/><path d="M4 21a8 8 0 0 1 16 0"/></svg>
374
+ <div class="nav-label">You</div>
375
+ </div>
376
+ <div class="nav-item inactive">
377
+ <svg viewBox="0 0 24 24"><path d="M3 12a9 9 0 0 1 14-7"/><path d="M21 12a9 9 0 0 1-14 7"/><path d="M3 12h6M15 12h6"/></svg>
378
+ <div class="nav-label">More</div>
379
+ </div>
380
+ <div class="nav-item inactive">
381
+ <svg viewBox="0 0 24 24"><path d="M6 6h15l-2 9H8L6 6z"/><circle cx="9" cy="20" r="1.6"/><circle cx="18" cy="20" r="1.6"/></svg>
382
+ <div class="nav-label">Cart</div>
383
+ </div>
384
+ <div class="nav-item inactive">
385
+ <svg viewBox="0 0 24 24"><path d="M3 6h18M3 12h18M3 18h18"/></svg>
386
+ <div class="nav-label">Menu</div>
387
+ </div>
388
+ </div>
389
+
390
+ <div class="gesture-bar"></div>
391
+ </div>
392
+ </body>
393
+ </html>
code/12016/12016_0.html ADDED
@@ -0,0 +1,464 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Mobile Inbox UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #EEF6E9; /* pale mint */
14
+ font-family: Arial, Helvetica, sans-serif;
15
+ color: #2d2d2d;
16
+ }
17
+
18
+ /* Top status bar */
19
+ .status-bar {
20
+ height: 110px;
21
+ padding: 0 40px;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ color: #666;
26
+ font-size: 44px;
27
+ }
28
+ .status-left { display: flex; align-items: center; gap: 26px; }
29
+ .status-right { display: flex; align-items: center; gap: 26px; }
30
+ .icon { width: 48px; height: 48px; fill: #777; }
31
+
32
+ /* Search header */
33
+ .search-container {
34
+ padding: 18px 32px 10px 32px;
35
+ }
36
+ .search-pill {
37
+ position: relative;
38
+ height: 120px;
39
+ border-radius: 60px;
40
+ background: #DFE9D6;
41
+ display: flex;
42
+ align-items: center;
43
+ padding: 0 160px 0 120px;
44
+ box-shadow: inset 0 0 0 1px rgba(0,0,0,0.04);
45
+ color: #6b6b6b;
46
+ font-size: 44px;
47
+ }
48
+ .hamburger {
49
+ position: absolute;
50
+ left: 36px;
51
+ width: 64px;
52
+ height: 64px;
53
+ }
54
+ .top-avatar {
55
+ position: absolute;
56
+ right: 40px;
57
+ top: -8px;
58
+ width: 100px;
59
+ height: 100px;
60
+ border-radius: 50%;
61
+ background: #B57E6D;
62
+ color: #fff;
63
+ display: flex;
64
+ justify-content: center;
65
+ align-items: center;
66
+ font-weight: bold;
67
+ font-size: 48px;
68
+ }
69
+
70
+ .section-title {
71
+ margin: 18px 40px;
72
+ font-size: 40px;
73
+ color: #5c6b5f;
74
+ font-weight: 600;
75
+ }
76
+
77
+ /* Mail list */
78
+ .mail-list { padding-bottom: 280px; }
79
+ .mail-item {
80
+ display: flex;
81
+ align-items: flex-start;
82
+ padding: 36px 40px;
83
+ border-bottom: 1px solid #E5EFE2;
84
+ }
85
+ .avatar {
86
+ width: 116px;
87
+ height: 116px;
88
+ border-radius: 58px;
89
+ background: #D0D6D1;
90
+ display: flex;
91
+ justify-content: center;
92
+ align-items: center;
93
+ margin-right: 32px;
94
+ }
95
+ .avatar svg { width: 72px; height: 72px; fill: #94A29A; }
96
+ .mail-content {
97
+ flex: 1;
98
+ min-width: 0;
99
+ }
100
+ .mail-top {
101
+ display: flex;
102
+ align-items: baseline;
103
+ gap: 16px;
104
+ }
105
+ .sender {
106
+ font-weight: 700;
107
+ font-size: 44px;
108
+ color: #2e2e2e;
109
+ }
110
+ .subject {
111
+ font-size: 42px;
112
+ font-weight: 700;
113
+ margin-top: 6px;
114
+ color: #2f3a30;
115
+ }
116
+ .snippet {
117
+ font-size: 36px;
118
+ color: #768378;
119
+ margin-top: 8px;
120
+ white-space: nowrap;
121
+ overflow: hidden;
122
+ text-overflow: ellipsis;
123
+ max-width: 700px;
124
+ }
125
+ .meta {
126
+ width: 170px;
127
+ display: flex;
128
+ flex-direction: column;
129
+ align-items: flex-end;
130
+ gap: 24px;
131
+ }
132
+ .date {
133
+ font-size: 34px;
134
+ color: #6d756d;
135
+ }
136
+ .star {
137
+ width: 54px;
138
+ height: 54px;
139
+ fill: none;
140
+ stroke: #7b867b;
141
+ stroke-width: 28;
142
+ }
143
+
144
+ /* Floating compose button */
145
+ .compose-fab {
146
+ position: absolute;
147
+ right: 48px;
148
+ bottom: 300px;
149
+ background: #D5E6CF;
150
+ color: #2c3a2f;
151
+ height: 130px;
152
+ padding: 0 60px;
153
+ border-radius: 70px;
154
+ display: flex;
155
+ align-items: center;
156
+ gap: 26px;
157
+ font-size: 44px;
158
+ font-weight: 600;
159
+ box-shadow: 0 16px 22px rgba(0,0,0,0.15);
160
+ }
161
+ .compose-fab .icon { width: 52px; height: 52px; fill: #2c3a2f; }
162
+
163
+ /* Bottom navigation */
164
+ .bottom-nav {
165
+ position: absolute;
166
+ bottom: 140px;
167
+ left: 0;
168
+ width: 100%;
169
+ height: 140px;
170
+ display: flex;
171
+ justify-content: space-around;
172
+ align-items: center;
173
+ padding: 0 120px;
174
+ }
175
+ .nav-pill {
176
+ width: 220px;
177
+ height: 96px;
178
+ background: #DDEAD4;
179
+ border-radius: 48px;
180
+ position: relative;
181
+ display: flex;
182
+ justify-content: center;
183
+ align-items: center;
184
+ box-shadow: inset 0 0 0 1px rgba(0,0,0,0.06);
185
+ }
186
+ .nav-pill .icon { width: 64px; height: 64px; fill: #263226; }
187
+ .badge {
188
+ position: absolute;
189
+ top: -16px;
190
+ right: 24px;
191
+ background: #D83333;
192
+ color: #fff;
193
+ font-weight: 700;
194
+ font-size: 32px;
195
+ height: 60px;
196
+ padding: 0 20px;
197
+ border-radius: 30px;
198
+ display: flex;
199
+ align-items: center;
200
+ justify-content: center;
201
+ box-shadow: 0 6px 10px rgba(0,0,0,0.2);
202
+ }
203
+ .nav-icon {
204
+ width: 120px;
205
+ height: 100px;
206
+ border-radius: 24px;
207
+ background: #DDEAD4;
208
+ display: flex;
209
+ justify-content: center;
210
+ align-items: center;
211
+ box-shadow: inset 0 0 0 1px rgba(0,0,0,0.06);
212
+ }
213
+ .home-indicator {
214
+ position: absolute;
215
+ bottom: 56px;
216
+ left: 50%;
217
+ transform: translateX(-50%);
218
+ width: 420px;
219
+ height: 14px;
220
+ border-radius: 7px;
221
+ background: #C7D2C6;
222
+ }
223
+ </style>
224
+ </head>
225
+ <body>
226
+ <div id="render-target">
227
+
228
+ <!-- Status bar -->
229
+ <div class="status-bar">
230
+ <div class="status-left">
231
+ <div>10:47</div>
232
+ <svg class="icon" viewBox="0 0 24 24">
233
+ <circle cx="12" cy="12" r="10"></circle>
234
+ </svg>
235
+ <svg class="icon" viewBox="0 0 24 24">
236
+ <path d="M4 20h16l-2-10H6z"></path>
237
+ </svg>
238
+ <svg class="icon" viewBox="0 0 24 24">
239
+ <path d="M3 12h18" stroke="#777" stroke-width="2"></path>
240
+ <path d="M12 3v18" stroke="#777" stroke-width="2"></path>
241
+ </svg>
242
+ </div>
243
+ <div class="status-right">
244
+ <svg class="icon" viewBox="0 0 24 24">
245
+ <path d="M3 18h18v-8c-4-4-14-4-18 0v8z"></path>
246
+ </svg>
247
+ <svg class="icon" viewBox="0 0 24 24">
248
+ <rect x="6" y="3" width="12" height="18" rx="3" ry="3"></rect>
249
+ </svg>
250
+ </div>
251
+ </div>
252
+
253
+ <!-- Search pill -->
254
+ <div class="search-container">
255
+ <div class="search-pill">
256
+ <svg class="hamburger" viewBox="0 0 24 24">
257
+ <path d="M3 6h18M3 12h18M3 18h18" stroke="#6d756d" stroke-width="2" fill="none" stroke-linecap="round"></path>
258
+ </svg>
259
+ <span>Search in mail</span>
260
+ <div class="top-avatar">C</div>
261
+ </div>
262
+ </div>
263
+
264
+ <div class="section-title">Primary</div>
265
+
266
+ <!-- Mail list -->
267
+ <div class="mail-list">
268
+ <!-- Item 1 -->
269
+ <div class="mail-item">
270
+ <div class="avatar">
271
+ <svg viewBox="0 0 24 24">
272
+ <circle cx="12" cy="8" r="4"></circle>
273
+ <path d="M4 20c0-4 4-6 8-6s8 2 8 6" fill="#94A29A"></path>
274
+ </svg>
275
+ </div>
276
+ <div class="mail-content">
277
+ <div class="mail-top">
278
+ <div class="sender">H&amp;M</div>
279
+ </div>
280
+ <div class="subject">Reset your H&amp;M password</div>
281
+ <div class="snippet">H&amp;M LADIES MEN KIDS MAGAZINE MY H&amp;M ...</div>
282
+ </div>
283
+ <div class="meta">
284
+ <div class="date">Sep 12</div>
285
+ <svg class="star" viewBox="0 0 24 24">
286
+ <path d="M12 3l3 6 6 1-4.5 4 1 6-5.5-3-5.5 3 1-6L3 10l6-1z"></path>
287
+ </svg>
288
+ </div>
289
+ </div>
290
+
291
+ <!-- Item 2 -->
292
+ <div class="mail-item">
293
+ <div class="avatar">
294
+ <svg viewBox="0 0 24 24">
295
+ <circle cx="12" cy="8" r="4"></circle>
296
+ <path d="M4 20c0-4 4-6 8-6s8 2 8 6" fill="#94A29A"></path>
297
+ </svg>
298
+ </div>
299
+ <div class="mail-content">
300
+ <div class="mail-top">
301
+ <div class="sender">HiiKER</div>
302
+ <div style="font-size:40px;">🗻</div>
303
+ </div>
304
+ <div class="subject"><span style="font-weight:700">abcd Launch your adventure from HiiKER...</span></div>
305
+ <div class="snippet">View your recent activity, stats and what the...</div>
306
+ </div>
307
+ <div class="meta">
308
+ <div class="date">Sep 10</div>
309
+ <svg class="star" viewBox="0 0 24 24">
310
+ <path d="M12 3l3 6 6 1-4.5 4 1 6-5.5-3-5.5 3 1-6L3 10l6-1z"></path>
311
+ </svg>
312
+ </div>
313
+ </div>
314
+
315
+ <!-- Item 3 -->
316
+ <div class="mail-item">
317
+ <div class="avatar">
318
+ <svg viewBox="0 0 24 24">
319
+ <circle cx="12" cy="8" r="4"></circle>
320
+ <path d="M4 20c0-4 4-6 8-6s8 2 8 6" fill="#94A29A"></path>
321
+ </svg>
322
+ </div>
323
+ <div class="mail-content">
324
+ <div class="mail-top">
325
+ <div class="sender">Relive</div>
326
+ </div>
327
+ <div class="subject">Create a group challenge!</div>
328
+ <div class="snippet">Start building your own challenges and moti...</div>
329
+ </div>
330
+ <div class="meta">
331
+ <div class="date">Sep 10</div>
332
+ <svg class="star" viewBox="0 0 24 24">
333
+ <path d="M12 3l3 6 6 1-4.5 4 1 6-5.5-3-5.5 3 1-6L3 10l6-1z"></path>
334
+ </svg>
335
+ </div>
336
+ </div>
337
+
338
+ <!-- Item 4 -->
339
+ <div class="mail-item">
340
+ <div class="avatar">
341
+ <svg viewBox="0 0 24 24">
342
+ <circle cx="12" cy="8" r="4"></circle>
343
+ <path d="M4 20c0-4 4-6 8-6s8 2 8 6" fill="#94A29A"></path>
344
+ </svg>
345
+ </div>
346
+ <div class="mail-content">
347
+ <div class="mail-top">
348
+ <div class="sender">Relive</div>
349
+ </div>
350
+ <div class="subject">Your Relive video is just 2 steps away!</div>
351
+ <div class="snippet">YOU'RE ON THE RIGHT TRACK! 2 MORE STE...</div>
352
+ </div>
353
+ <div class="meta">
354
+ <div class="date">Sep 9</div>
355
+ <svg class="star" viewBox="0 0 24 24">
356
+ <path d="M12 3l3 6 6 1-4.5 4 1 6-5.5-3-5.5 3 1-6L3 10l6-1z"></path>
357
+ </svg>
358
+ </div>
359
+ </div>
360
+
361
+ <!-- Item 5 -->
362
+ <div class="mail-item">
363
+ <div class="avatar">
364
+ <svg viewBox="0 0 24 24">
365
+ <circle cx="12" cy="8" r="4"></circle>
366
+ <path d="M4 20c0-4 4-6 8-6s8 2 8 6" fill="#94A29A"></path>
367
+ </svg>
368
+ </div>
369
+ <div class="mail-content">
370
+ <div class="mail-top">
371
+ <div class="sender">Relive</div>
372
+ </div>
373
+ <div class="subject">You can still join the monthly challenge!</div>
374
+ <div class="snippet">Join The Colour Challenge challenge.</div>
375
+ </div>
376
+ <div class="meta">
377
+ <div class="date">Sep 9</div>
378
+ <svg class="star" viewBox="0 0 24 24">
379
+ <path d="M12 3l3 6 6 1-4.5 4 1 6-5.5-3-5.5 3 1-6L3 10l6-1z"></path>
380
+ </svg>
381
+ </div>
382
+ </div>
383
+
384
+ <!-- Item 6 -->
385
+ <div class="mail-item">
386
+ <div class="avatar">
387
+ <svg viewBox="0 0 24 24">
388
+ <circle cx="12" cy="8" r="4"></circle>
389
+ <path d="M4 20c0-4 4-6 8-6s8 2 8 6" fill="#94A29A"></path>
390
+ </svg>
391
+ </div>
392
+ <div class="mail-content">
393
+ <div class="mail-top">
394
+ <div class="sender">Relive</div>
395
+ </div>
396
+ <div class="subject">Get inspired by the Relive community</div>
397
+ <div class="snippet">Check out these awesome videos created b...</div>
398
+ </div>
399
+ <div class="meta">
400
+ <div class="date">Sep 9</div>
401
+ <svg class="star" viewBox="0 0 24 24">
402
+ <path d="M12 3l3 6 6 1-4.5 4 1 6-5.5-3-5.5 3 1-6L3 10l6-1z"></path>
403
+ </svg>
404
+ </div>
405
+ </div>
406
+
407
+ <!-- Item 7 -->
408
+ <div class="mail-item">
409
+ <div class="avatar">
410
+ <svg viewBox="0 0 24 24">
411
+ <circle cx="12" cy="8" r="4"></circle>
412
+ <path d="M4 20c0-4 4-6 8-6s8 2 8 6" fill="#94A29A"></path>
413
+ </svg>
414
+ </div>
415
+ <div class="mail-content">
416
+ <div class="mail-top">
417
+ <div class="sender">Relive</div>
418
+ </div>
419
+ <div class="subject">Personalise your videos</div>
420
+ <div class="snippet">Make your videos personal. Add ...</div>
421
+ </div>
422
+ <div class="meta">
423
+ <div class="date">Sep 8</div>
424
+ <svg class="star" viewBox="0 0 24 24">
425
+ <path d="M12 3l3 6 6 1-4.5 4 1 6-5.5-3-5.5 3 1-6L3 10l6-1z"></path>
426
+ </svg>
427
+ </div>
428
+ </div>
429
+ </div>
430
+
431
+ <!-- Compose floating button -->
432
+ <div class="compose-fab">
433
+ <svg class="icon" viewBox="0 0 24 24">
434
+ <path d="M3 17l0 4 4 0 12-12-4-4z"></path>
435
+ </svg>
436
+ <div>Compose</div>
437
+ </div>
438
+
439
+ <!-- Bottom navigation -->
440
+ <div class="bottom-nav">
441
+ <div class="nav-pill">
442
+ <svg class="icon" viewBox="0 0 24 24">
443
+ <path d="M3 5h18v14H3z"></path>
444
+ <path d="M3 8l9 6 9-6" fill="#263226"></path>
445
+ </svg>
446
+ <div class="badge">99+</div>
447
+ </div>
448
+ <div class="nav-icon">
449
+ <svg class="icon" viewBox="0 0 24 24">
450
+ <rect x="5" y="5" width="14" height="14" rx="3"></rect>
451
+ </svg>
452
+ </div>
453
+ <div class="nav-icon">
454
+ <svg class="icon" viewBox="0 0 24 24">
455
+ <rect x="4" y="7" width="16" height="12" rx="2"></rect>
456
+ <path d="M15 7l4-3v6z"></path>
457
+ </svg>
458
+ </div>
459
+ </div>
460
+
461
+ <div class="home-indicator"></div>
462
+ </div>
463
+ </body>
464
+ </html>
code/12016/12016_1.html ADDED
@@ -0,0 +1,366 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Email List UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #E9F4E7;
15
+ color: #1b1b1b;
16
+ }
17
+
18
+ /* Status bar */
19
+ .statusbar {
20
+ height: 110px;
21
+ background: #DDEAD7;
22
+ display: flex;
23
+ align-items: center;
24
+ padding: 0 36px;
25
+ font-size: 40px;
26
+ color: #2f2f2f;
27
+ }
28
+ .statusbar .left { flex: 1; }
29
+ .statusbar .center { flex: 1; text-align: center; opacity: 0.7; }
30
+ .statusbar .right { flex: 1; display: flex; justify-content: flex-end; gap: 28px; }
31
+
32
+ /* Top toolbar (selection mode) */
33
+ .toolbar {
34
+ height: 130px;
35
+ background: #DDEAD7;
36
+ display: flex;
37
+ align-items: center;
38
+ padding: 0 26px;
39
+ border-bottom: 1px solid rgba(0,0,0,0.06);
40
+ gap: 28px;
41
+ }
42
+ .toolbar .title {
43
+ font-weight: 600;
44
+ font-size: 44px;
45
+ margin-right: auto;
46
+ }
47
+ .icon-btn {
48
+ width: 86px;
49
+ height: 86px;
50
+ border-radius: 18px;
51
+ display: flex;
52
+ align-items: center;
53
+ justify-content: center;
54
+ color: #1f1f1f;
55
+ }
56
+ .icon {
57
+ width: 48px; height: 48px; fill: none; stroke: #1f1f1f; stroke-width: 3.5;
58
+ }
59
+ .icon.fill { fill: #1f1f1f; stroke: none; }
60
+
61
+ /* Select all row */
62
+ .select-all {
63
+ display: flex;
64
+ align-items: center;
65
+ gap: 24px;
66
+ padding: 24px 36px;
67
+ color: #2c6b3f;
68
+ font-weight: 600;
69
+ font-size: 40px;
70
+ }
71
+ .checkbox {
72
+ width: 58px; height: 58px; border: 3px solid #2c6b3f; border-radius: 8px;
73
+ }
74
+
75
+ /* Email list */
76
+ .list {
77
+ padding-bottom: 220px;
78
+ }
79
+ .email-row {
80
+ display: flex;
81
+ align-items: flex-start;
82
+ padding: 26px 36px;
83
+ border-bottom: 1px solid rgba(0,0,0,0.06);
84
+ gap: 26px;
85
+ }
86
+ .email-row.selected {
87
+ background: #D3E9D0;
88
+ margin: 0 24px 26px 24px;
89
+ border-radius: 32px;
90
+ padding: 34px 36px;
91
+ }
92
+ .avatar {
93
+ width: 96px;
94
+ height: 96px;
95
+ border-radius: 48px;
96
+ background: #CFCFCF;
97
+ display: flex;
98
+ align-items: center;
99
+ justify-content: center;
100
+ flex-shrink: 0;
101
+ }
102
+ .avatar .user-icon { width: 56px; height: 56px; fill: #808080; }
103
+ .avatar.check {
104
+ background: #2E7D32;
105
+ }
106
+ .avatar.check svg { width: 58px; height: 58px; fill: none; stroke: #fff; stroke-width: 10; }
107
+
108
+ .meta { flex: 1; min-width: 0; }
109
+ .sender {
110
+ font-size: 42px;
111
+ font-weight: 700;
112
+ margin-bottom: 8px;
113
+ }
114
+ .subject {
115
+ font-size: 38px;
116
+ font-weight: 700;
117
+ margin-bottom: 6px;
118
+ }
119
+ .snippet {
120
+ font-size: 32px;
121
+ color: #666;
122
+ white-space: nowrap;
123
+ overflow: hidden;
124
+ text-overflow: ellipsis;
125
+ }
126
+ .right {
127
+ width: 170px;
128
+ display: flex;
129
+ flex-direction: column;
130
+ align-items: flex-end;
131
+ gap: 18px;
132
+ }
133
+ .date { font-size: 32px; color: #444; }
134
+ .star {
135
+ width: 56px; height: 56px;
136
+ }
137
+ .star svg { width: 56px; height: 56px; fill: none; stroke: #1f1f1f; stroke-width: 4; opacity: 0.8; }
138
+
139
+ /* Floating compose button */
140
+ .fab {
141
+ position: absolute;
142
+ right: 40px;
143
+ bottom: 230px;
144
+ background: #CFE6C9;
145
+ color: #203c22;
146
+ border-radius: 26px;
147
+ box-shadow: 0 12px 20px rgba(0,0,0,0.12);
148
+ padding: 26px 34px;
149
+ display: flex;
150
+ align-items: center;
151
+ gap: 18px;
152
+ font-size: 40px;
153
+ font-weight: 600;
154
+ }
155
+ .fab .pencil { width: 44px; height: 44px; stroke: #203c22; stroke-width: 4; fill: none; }
156
+
157
+ /* Gesture bar */
158
+ .gesture {
159
+ position: absolute;
160
+ left: 50%;
161
+ transform: translateX(-50%);
162
+ bottom: 28px;
163
+ width: 300px;
164
+ height: 14px;
165
+ background: #CFCFCF;
166
+ border-radius: 7px;
167
+ opacity: 0.8;
168
+ }
169
+ </style>
170
+ </head>
171
+ <body>
172
+ <div id="render-target">
173
+
174
+ <!-- Status bar -->
175
+ <div class="statusbar">
176
+ <div class="left">10:48</div>
177
+ <div class="center">16° 🔍 👜 M</div>
178
+ <div class="right">
179
+ <!-- simple status icons -->
180
+ <svg class="icon" viewBox="0 0 24 24"><path d="M3 10h18v10H3z"/><path d="M6 7h12"/></svg>
181
+ <svg class="icon" viewBox="0 0 24 24"><path d="M2 10h18l2 2v4l-2 2H2z"/></svg>
182
+ <svg class="icon" viewBox="0 0 24 24"><path d="M7 8v8M17 8v8M4 8h16M6 4h12"/></svg>
183
+ </div>
184
+ </div>
185
+
186
+ <!-- Toolbar (selection mode) -->
187
+ <div class="toolbar">
188
+ <div class="icon-btn">
189
+ <svg class="icon" viewBox="0 0 24 24"><path d="M15 6l-6 6 6 6"/></svg>
190
+ </div>
191
+ <div class="title">1</div>
192
+ <div class="icon-btn">
193
+ <svg class="icon" viewBox="0 0 24 24"><path d="M12 5v10M7 10l5 5 5-5"/></svg>
194
+ </div>
195
+ <div class="icon-btn">
196
+ <svg class="icon" viewBox="0 0 24 24"><rect x="4" y="6" width="16" height="12" rx="2"/><path d="M9 10h6"/></svg>
197
+ </div>
198
+ <div class="icon-btn">
199
+ <svg class="icon" viewBox="0 0 24 24"><path d="M7 7h10M9 7v12M15 7v12M6 7h12l-1 12H7z"/></svg>
200
+ </div>
201
+ <div class="icon-btn">
202
+ <svg class="icon" viewBox="0 0 24 24"><path d="M3 7l9 7 9-7v10H3z"/></svg>
203
+ </div>
204
+ <div class="icon-btn">
205
+ <svg class="icon fill" 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>
206
+ </div>
207
+ </div>
208
+
209
+ <!-- Select all row -->
210
+ <div class="select-all">
211
+ <div class="checkbox"></div>
212
+ <div>Select all</div>
213
+ </div>
214
+
215
+ <!-- Email list -->
216
+ <div class="list">
217
+ <!-- Selected email -->
218
+ <div class="email-row selected">
219
+ <div class="avatar check">
220
+ <svg viewBox="0 0 24 24"><path d="M5 12l4 4 10-10"/></svg>
221
+ </div>
222
+ <div class="meta">
223
+ <div class="sender">H&amp;M</div>
224
+ <div class="subject">Reset your H&amp;M password</div>
225
+ <div class="snippet">H&amp;M LADIES MEN KIDS MAGAZINE MY H&amp;M...</div>
226
+ </div>
227
+ <div class="right">
228
+ <div class="date">Sep 12</div>
229
+ <div class="star">
230
+ <svg viewBox="0 0 24 24"><path d="M12 3l3 6 6 .9-4.5 4 1 6-5.5-3-5.5 3 1-6-4.5-4 6-.9z"/></svg>
231
+ </div>
232
+ </div>
233
+ </div>
234
+
235
+ <!-- Email item -->
236
+ <div class="email-row">
237
+ <div class="avatar">
238
+ <svg class="user-icon" viewBox="0 0 24 24"><circle cx="12" cy="8" r="4"/><path d="M4 20c0-4 4-6 8-6s8 2 8 6"/></svg>
239
+ </div>
240
+ <div class="meta">
241
+ <div class="sender">HiiKER</div>
242
+ <div class="subject"><b>abcd Launch your adventure from HiiKE...</b></div>
243
+ <div class="snippet">View your recent activity, stats and what the...</div>
244
+ </div>
245
+ <div class="right">
246
+ <div class="date">Sep 10</div>
247
+ <div class="star">
248
+ <svg viewBox="0 0 24 24"><path d="M12 3l3 6 6 .9-4.5 4 1 6-5.5-3-5.5 3 1-6-4.5-4 6-.9z"/></svg>
249
+ </div>
250
+ </div>
251
+ </div>
252
+
253
+ <div class="email-row">
254
+ <div class="avatar">
255
+ <svg class="user-icon" viewBox="0 0 24 24"><circle cx="12" cy="8" r="4"/><path d="M4 20c0-4 4-6 8-6s8 2 8 6"/></svg>
256
+ </div>
257
+ <div class="meta">
258
+ <div class="sender">Relive</div>
259
+ <div class="subject">Create a group challenge!</div>
260
+ <div class="snippet">Start building your own challenges and moti...</div>
261
+ </div>
262
+ <div class="right">
263
+ <div class="date">Sep 10</div>
264
+ <div class="star">
265
+ <svg viewBox="0 0 24 24"><path d="M12 3l3 6 6 .9-4.5 4 1 6-5.5-3-5.5 3 1-6-4.5-4 6-.9z"/></svg>
266
+ </div>
267
+ </div>
268
+ </div>
269
+
270
+ <div class="email-row">
271
+ <div class="avatar">
272
+ <svg class="user-icon" viewBox="0 0 24 24"><circle cx="12" cy="8" r="4"/><path d="M4 20c0-4 4-6 8-6s8 2 8 6"/></svg>
273
+ </div>
274
+ <div class="meta">
275
+ <div class="sender">Relive</div>
276
+ <div class="subject">Your Relive video is just 2 steps away!</div>
277
+ <div class="snippet">YOU'RE ON THE RIGHT TRACK! 2 MORE STE...</div>
278
+ </div>
279
+ <div class="right">
280
+ <div class="date">Sep 9</div>
281
+ <div class="star">
282
+ <svg viewBox="0 0 24 24"><path d="M12 3l3 6 6 .9-4.5 4 1 6-5.5-3-5.5 3 1-6-4.5-4 6-.9z"/></svg>
283
+ </div>
284
+ </div>
285
+ </div>
286
+
287
+ <div class="email-row">
288
+ <div class="avatar">
289
+ <svg class="user-icon" viewBox="0 0 24 24"><circle cx="12" cy="8" r="4"/><path d="M4 20c0-4 4-6 8-6s8 2 8 6"/></svg>
290
+ </div>
291
+ <div class="meta">
292
+ <div class="sender">Relive</div>
293
+ <div class="subject">You can still join the monthly challenge!</div>
294
+ <div class="snippet">Join The Colour Challenge challenge.</div>
295
+ </div>
296
+ <div class="right">
297
+ <div class="date">Sep 9</div>
298
+ <div class="star">
299
+ <svg viewBox="0 0 24 24"><path d="M12 3l3 6 6 .9-4.5 4 1 6-5.5-3-5.5 3 1-6-4.5-4 6-.9z"/></svg>
300
+ </div>
301
+ </div>
302
+ </div>
303
+
304
+ <div class="email-row">
305
+ <div class="avatar">
306
+ <svg class="user-icon" viewBox="0 0 24 24"><circle cx="12" cy="8" r="4"/><path d="M4 20c0-4 4-6 8-6s8 2 8 6"/></svg>
307
+ </div>
308
+ <div class="meta">
309
+ <div class="sender">Relive</div>
310
+ <div class="subject">Get inspired by the Relive community</div>
311
+ <div class="snippet">Check out these awesome videos created b...</div>
312
+ </div>
313
+ <div class="right">
314
+ <div class="date">Sep 9</div>
315
+ <div class="star">
316
+ <svg viewBox="0 0 24 24"><path d="M12 3l3 6 6 .9-4.5 4 1 6-5.5-3-5.5 3 1-6-4.5-4 6-.9z"/></svg>
317
+ </div>
318
+ </div>
319
+ </div>
320
+
321
+ <div class="email-row">
322
+ <div class="avatar">
323
+ <svg class="user-icon" viewBox="0 0 24 24"><circle cx="12" cy="8" r="4"/><path d="M4 20c0-4 4-6 8-6s8 2 8 6"/></svg>
324
+ </div>
325
+ <div class="meta">
326
+ <div class="sender">Relive</div>
327
+ <div class="subject">Personalise your videos</div>
328
+ <div class="snippet">Make your videos personal. Add your profile...</div>
329
+ </div>
330
+ <div class="right">
331
+ <div class="date">Sep 8</div>
332
+ <div class="star">
333
+ <svg viewBox="0 0 24 24"><path d="M12 3l3 6 6 .9-4.5 4 1 6-5.5-3-5.5 3 1-6-4.5-4 6-.9z"/></svg>
334
+ </div>
335
+ </div>
336
+ </div>
337
+
338
+ <div class="email-row">
339
+ <div class="avatar" style="border-radius: 24px;">
340
+ <div style="width: 86px; height: 86px; background:#E0E0E0; border:1px solid #BDBDBD; display:flex; align-items:center; justify-content:center; color:#757575; font-size:22px; border-radius: 20px;">ebay</div>
341
+ </div>
342
+ <div class="meta">
343
+ <div class="sender">eBay</div>
344
+ <div class="subject">Recently viewed: Hot Mens Outdoor Ta...</div>
345
+ <div class="snippet">Your recently viewed items and deals.</div>
346
+ </div>
347
+ <div class="right">
348
+ <div class="date">Sep 8</div>
349
+ <div class="star">
350
+ <svg viewBox="0 0 24 24"><path d="M12 3l3 6 6 .9-4.5 4 1 6-5.5-3-5.5 3 1-6-4.5-4 6-.9z"/></svg>
351
+ </div>
352
+ </div>
353
+ </div>
354
+ </div>
355
+
356
+ <!-- Floating compose button -->
357
+ <div class="fab">
358
+ <svg class="pencil" viewBox="0 0 24 24"><path d="M4 20l4-1 9-9-3-3-9 9-1 4z"/><path d="M14 5l3 3"/></svg>
359
+ <span>Compose</span>
360
+ </div>
361
+
362
+ <!-- Gesture bar -->
363
+ <div class="gesture"></div>
364
+ </div>
365
+ </body>
366
+ </html>
code/12016/12016_2.html ADDED
@@ -0,0 +1,161 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Mail List UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #EEF6E8; /* pale mint */
13
+ border-radius: 24px;
14
+ box-shadow: 0 6px 18px rgba(0,0,0,0.15);
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute; top: 0; left: 0; width: 100%; height: 96px;
20
+ display: flex; align-items: center; justify-content: space-between;
21
+ padding: 0 36px; color: #4a4a4a; font-weight: 600; font-size: 36px;
22
+ }
23
+ .status-right { display: flex; align-items: center; gap: 28px; color: #6b6b6b; font-size: 30px; }
24
+ .icon-geo, .icon-bag, .icon-wifi, .icon-battery {
25
+ width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center;
26
+ }
27
+ .icon-geo svg, .icon-bag svg, .icon-wifi svg, .icon-battery svg { width: 36px; height: 36px; fill: none; stroke: #5b5b5b; stroke-width: 3; }
28
+
29
+ /* Header with search */
30
+ .search-header {
31
+ position: absolute; top: 96px; left: 0; width: 100%; height: 160px;
32
+ display: flex; align-items: center; gap: 24px; padding: 24px 36px;
33
+ }
34
+ .hamburger {
35
+ width: 88px; height: 88px; border-radius: 16px;
36
+ display: flex; align-items: center; justify-content: center;
37
+ }
38
+ .hamburger svg { width: 48px; height: 48px; fill: none; stroke: #3d4a3d; stroke-width: 6; }
39
+ .search-pill {
40
+ flex: 1; height: 96px; border-radius: 48px;
41
+ background: #DDE7D4; border: 1px solid #C7D3C0;
42
+ display: flex; align-items: center; gap: 20px; padding: 0 28px; color: #5f6d5f;
43
+ font-size: 36px;
44
+ }
45
+ .search-pill svg { width: 44px; height: 44px; fill: none; stroke: #6b796b; stroke-width: 4; }
46
+ .avatar-me {
47
+ width: 88px; height: 88px; border-radius: 44px; background: #9E6D5F; color: #fff;
48
+ display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 44px;
49
+ }
50
+
51
+ /* Section title */
52
+ .section-title {
53
+ position: absolute; top: 270px; left: 40px; color: #5F6B5F; font-weight: 700; font-size: 34px;
54
+ }
55
+
56
+ /* Message list */
57
+ .messages { position: absolute; top: 320px; left: 0; width: 100%; padding: 0 24px; }
58
+ .msg {
59
+ display: flex; align-items: flex-start; gap: 28px;
60
+ padding: 28px; border-radius: 16px;
61
+ }
62
+ .msg + .msg { margin-top: 6px; }
63
+ .msg:hover { background: rgba(205,220,200,0.25); }
64
+ .avatar {
65
+ width: 104px; height: 104px; border-radius: 52px;
66
+ background: #D0D5D0; display: flex; align-items: center; justify-content: center;
67
+ }
68
+ .avatar svg { width: 60px; height: 60px; fill: none; stroke: #8a938a; stroke-width: 4; }
69
+
70
+ .content { flex: 1; border-bottom: 1px solid #E2E9E0; padding-bottom: 24px; }
71
+ .top-row {
72
+ display: flex; align-items: center; justify-content: space-between;
73
+ }
74
+ .sender { font-size: 42px; font-weight: 700; color: #2E3A2E; }
75
+ .date { font-size: 32px; color: #7D8B78; }
76
+ .subject { margin-top: 8px; font-size: 36px; font-weight: 700; color: #2E3A2E; }
77
+ .snippet { margin-top: 6px; font-size: 30px; color: #6E7B6E; letter-spacing: 0.2px; }
78
+
79
+ .right-actions {
80
+ width: 120px; display: flex; align-items: center; justify-content: flex-end;
81
+ }
82
+ .star-btn {
83
+ width: 60px; height: 60px; display: inline-flex; align-items: center; justify-content: center;
84
+ }
85
+ .star-btn svg { width: 42px; height: 42px; fill: none; stroke: #7A8875; stroke-width: 4; }
86
+
87
+ /* Compose FAB */
88
+ .compose-fab {
89
+ position: absolute; top: 1620px; right: 52px;
90
+ background: #CFE3C9; color: #2F3A2F;
91
+ height: 120px; width: 300px; border-radius: 28px;
92
+ box-shadow: 0 12px 22px rgba(0,0,0,0.15);
93
+ display: flex; align-items: center; gap: 22px; padding: 0 28px; font-size: 40px; font-weight: 700;
94
+ }
95
+ .compose-fab svg { width: 44px; height: 44px; fill: none; stroke: #2F3A2F; stroke-width: 5; }
96
+
97
+ /* Toast */
98
+ .toast {
99
+ position: absolute; bottom: 220px; left: 60px; width: 960px; height: 100px;
100
+ background: #222; color: #fff; border-radius: 18px;
101
+ display: flex; align-items: center; justify-content: space-between;
102
+ padding: 0 30px; font-size: 34px;
103
+ box-shadow: 0 8px 18px rgba(0,0,0,0.25);
104
+ }
105
+ .toast .undo { color: #B5E3B3; font-weight: 700; }
106
+
107
+ /* Bottom navigation */
108
+ .bottom-nav {
109
+ position: absolute; bottom: 68px; left: 0; width: 100%; height: 150px;
110
+ display: flex; align-items: center; justify-content: space-around;
111
+ }
112
+ .nav-pill {
113
+ height: 110px; min-width: 210px; padding: 0 24px; border-radius: 55px;
114
+ background: #D7E7D2; display: flex; align-items: center; justify-content: center; gap: 16px;
115
+ position: relative;
116
+ }
117
+ .nav-icon { width: 50px; height: 50px; display: inline-flex; align-items: center; justify-content: center; }
118
+ .nav-icon svg { width: 44px; height: 44px; fill: none; stroke: #2E3A2E; stroke-width: 4; }
119
+ .badge {
120
+ position: absolute; top: -16px; left: 80px; background: #B61515; color: #fff; border-radius: 22px;
121
+ height: 44px; min-width: 72px; display: flex; align-items: center; justify-content: center;
122
+ font-weight: 700; font-size: 28px; padding: 0 10px; border: 3px solid #EAF6E7;
123
+ }
124
+ .nav-item { width: 120px; height: 110px; border-radius: 28px; background: #E0EDD8;
125
+ display: flex; align-items: center; justify-content: center; }
126
+ .gesture { position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%); width: 240px; height: 8px; border-radius: 6px; background: #BFC9BA; }
127
+ </style>
128
+ </head>
129
+ <body>
130
+ <div id="render-target">
131
+
132
+ <!-- Status bar -->
133
+ <div class="status-bar">
134
+ <div class="time">10:49</div>
135
+ <div class="status-right">
136
+ <span>16°</span>
137
+ <span class="icon-bag">
138
+ <svg viewBox="0 0 24 24"><path d="M6 8h12l-1 12H7L6 8z"/><path d="M9 8V6a3 3 0 016 0v2"/></svg>
139
+ </span>
140
+ <span class="icon-wifi">
141
+ <svg viewBox="0 0 24 24"><path d="M2 8c5-4 15-4 20 0"/><path d="M5 12c3-3 11-3 14 0"/><path d="M8 16c2-2 6-2 8 0"/><circle cx="12" cy="19" r="1.5"/></svg>
142
+ </span>
143
+ <span class="icon-battery">
144
+ <svg viewBox="0 0 24 24"><rect x="2" y="7" width="18" height="10" rx="2"/><rect x="20" y="10" width="2" height="4"/></svg>
145
+ </span>
146
+ </div>
147
+ </div>
148
+
149
+ <!-- Search header -->
150
+ <div class="search-header">
151
+ <div class="hamburger">
152
+ <svg viewBox="0 0 24 24"><path d="M3 6h18M3 12h18M3 18h18"/></svg>
153
+ </div>
154
+ <div class="search-pill">
155
+ <svg viewBox="0 0 24 24"><circle cx="11" cy="11" r="7"/><path d="M20 20l-4-4"/></svg>
156
+ <span>Search in mail</span>
157
+ </div>
158
+ <div class="avatar-me">C</div>
159
+ </div>
160
+
161
+ <div class="se
code/12017/12017_0.html ADDED
@@ -0,0 +1,305 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Foxit PDF Editor - Mock 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
+ font-family: Arial, Helvetica, sans-serif;
14
+ color: #333;
15
+ }
16
+
17
+ /* Top dark app bar */
18
+ .top-toolbar {
19
+ position: relative;
20
+ height: 240px;
21
+ background: #2F3439;
22
+ color: #E6E6E6;
23
+ box-sizing: border-box;
24
+ padding: 36px 40px 18px 40px;
25
+ }
26
+ .toolbar-row {
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ }
31
+ .toolbar-left {
32
+ display: flex; align-items: center; gap: 26px;
33
+ font-size: 38px; color: #ddd;
34
+ }
35
+ .toolbar-left .label { font-weight: 500; }
36
+ .toolbar-right {
37
+ display: flex; align-items: center; gap: 34px;
38
+ }
39
+ .icon-btn {
40
+ width: 56px; height: 56px; display: inline-flex;
41
+ align-items: center; justify-content: center;
42
+ border-radius: 12px; background: transparent;
43
+ }
44
+ .icon-square {
45
+ width: 60px; height: 60px; border-radius: 12px;
46
+ border: 2px solid #B0B4B9; color: #B0B4B9;
47
+ display: inline-flex; align-items: center; justify-content: center;
48
+ font-size: 30px; font-weight: 700;
49
+ }
50
+ .bolt { color: #40A9FF; }
51
+ .tool-icons {
52
+ margin-top: 36px;
53
+ display: flex; align-items: center; gap: 40px;
54
+ padding-left: 0;
55
+ }
56
+ .tool-icon {
57
+ width: 72px; height: 72px; display: inline-flex;
58
+ align-items: center; justify-content: center;
59
+ border-radius: 14px; background: rgba(255,255,255,0.06);
60
+ }
61
+ .tool-icon.active { background: rgba(255,255,255,0.12); border: 2px solid #90969C; }
62
+
63
+ /* Floating blue badge */
64
+ .badge {
65
+ position: absolute;
66
+ right: 40px; top: 260px;
67
+ background: #7EC7F8;
68
+ color: #ffffff;
69
+ padding: 16px 22px;
70
+ font-size: 30px;
71
+ border-radius: 6px;
72
+ }
73
+
74
+ /* Purple hero banner */
75
+ .hero {
76
+ margin: 36px 40px 0 40px;
77
+ background: #8E24AA;
78
+ color: #fff;
79
+ height: 390px;
80
+ border-radius: 2px;
81
+ display: flex;
82
+ align-items: center;
83
+ }
84
+ .hero h1 {
85
+ margin: 0;
86
+ padding: 0 36px;
87
+ font-size: 70px;
88
+ line-height: 1.18;
89
+ letter-spacing: 3px;
90
+ font-weight: 300;
91
+ }
92
+
93
+ /* Main content */
94
+ .content {
95
+ padding: 52px 40px 0 40px;
96
+ box-sizing: border-box;
97
+ }
98
+ .content p {
99
+ margin: 0 0 44px 0;
100
+ font-size: 36px;
101
+ line-height: 1.6;
102
+ color: #7A7A7A;
103
+ }
104
+
105
+ /* Steps list */
106
+ .steps { margin-top: 30px; }
107
+ .step {
108
+ display: flex; align-items: baseline;
109
+ gap: 26px; margin: 28px 0;
110
+ }
111
+ .step .num {
112
+ color: #8E24AA; font-size: 46px; font-weight: 600; width: 90px;
113
+ }
114
+ .step .label {
115
+ color: #5E5E5E; font-size: 42px; font-weight: 300;
116
+ }
117
+
118
+ /* Divider line */
119
+ .divider {
120
+ height: 6px; background: #54585C;
121
+ margin: 80px 0 0 0;
122
+ }
123
+
124
+ /* Bottom area preview of next section */
125
+ .bottom-preview {
126
+ height: 180px; display: flex; align-items: center;
127
+ padding: 0 40px; box-sizing: border-box;
128
+ }
129
+ .bottom-preview .stripe {
130
+ width: 40px; height: 120px; background: #8E24AA; border-radius: 4px;
131
+ margin-right: 26px;
132
+ }
133
+ .bottom-preview .page-num {
134
+ font-size: 60px; color: #8E24AA; font-weight: 500;
135
+ }
136
+
137
+ /* Device navigation bar (dark) */
138
+ .device-nav {
139
+ position: absolute; left: 0; bottom: 0;
140
+ width: 1080px; height: 150px;
141
+ background: #2F3439;
142
+ display: flex; align-items: center; justify-content: space-between;
143
+ padding: 0 60px; box-sizing: border-box;
144
+ }
145
+ .nav-circle {
146
+ width: 68px; height: 68px; border-radius: 50%;
147
+ background: #C3C6C9;
148
+ opacity: 0.85;
149
+ }
150
+ .nav-dot {
151
+ width: 28px; height: 28px; border-radius: 50%;
152
+ background: #BDBFC2;
153
+ }
154
+ .nav-square {
155
+ width: 84px; height: 84px; border-radius: 12px;
156
+ background: rgba(255,255,255,0.08);
157
+ display: flex; align-items: center; justify-content: center;
158
+ }
159
+ .handle {
160
+ position: absolute; bottom: 16px; left: 50%;
161
+ transform: translateX(-50%);
162
+ width: 300px; height: 10px; border-radius: 6px; background: #E6E6E6;
163
+ opacity: 0.75;
164
+ }
165
+
166
+ /* Simple icon styles */
167
+ svg { display: block; }
168
+ </style>
169
+ </head>
170
+ <body>
171
+ <div id="render-target">
172
+
173
+ <!-- Top Toolbar -->
174
+ <div class="top-toolbar">
175
+ <div class="toolbar-row">
176
+ <div class="toolbar-left">
177
+ <!-- Back arrow -->
178
+ <svg width="52" height="52" viewBox="0 0 36 36">
179
+ <path d="M20 8 L8 18 L20 28" stroke="#E6E6E6" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
180
+ </svg>
181
+ <span class="label">Pens</span>
182
+ <!-- Down chevron -->
183
+ <svg width="30" height="30" viewBox="0 0 24 24">
184
+ <path d="M6 9 L12 15 L18 9" stroke="#E6E6E6" stroke-width="2.4" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
185
+ </svg>
186
+ </div>
187
+
188
+ <div class="toolbar-right">
189
+ <div class="icon-square">2</div>
190
+ <!-- Bolt icon -->
191
+ <svg class="icon-btn bolt" width="40" height="40" viewBox="0 0 24 24">
192
+ <path d="M12 2 L6 14 L12 12 L10 22 L18 9 L12 11 Z" fill="#40A9FF"></path>
193
+ </svg>
194
+ <!-- More (kebab) -->
195
+ <svg class="icon-btn" width="40" height="40" viewBox="0 0 24 24">
196
+ <circle cx="12" cy="5" r="2.2" fill="#B0B4B9"></circle>
197
+ <circle cx="12" cy="12" r="2.2" fill="#B0B4B9"></circle>
198
+ <circle cx="12" cy="19" r="2.2" fill="#B0B4B9"></circle>
199
+ </svg>
200
+ </div>
201
+ </div>
202
+
203
+ <!-- Pencil/eraser tools -->
204
+ <div class="tool-icons">
205
+ <div class="tool-icon">
206
+ <svg width="36" height="36" viewBox="0 0 24 24">
207
+ <path d="M3 21 L9 19 L20 8 L16 4 L5 15 Z" stroke="#D7D9DC" stroke-width="2" fill="none"></path>
208
+ </svg>
209
+ </div>
210
+ <div class="tool-icon">
211
+ <svg width="36" height="36" viewBox="0 0 24 24">
212
+ <path d="M3 21 L9 19 L20 8 L16 4 L5 15 Z" stroke="#D7D9DC" stroke-width="2" fill="none"></path>
213
+ </svg>
214
+ </div>
215
+ <div class="tool-icon">
216
+ <svg width="36" height="36" viewBox="0 0 24 24">
217
+ <path d="M3 21 L9 19 L20 8 L16 4 L5 15 Z" stroke="#D7D9DC" stroke-width="2" fill="none"></path>
218
+ </svg>
219
+ </div>
220
+ <div class="tool-icon active">
221
+ <svg width="36" height="36" viewBox="0 0 24 24">
222
+ <rect x="4" y="14" width="10" height="6" fill="#D7D9DC"></rect>
223
+ <path d="M14 14 L20 8 L16 4 L10 10" stroke="#D7D9DC" stroke-width="2" fill="none"></path>
224
+ </svg>
225
+ </div>
226
+ <div class="tool-icon">
227
+ <svg width="36" height="36" viewBox="0 0 24 24">
228
+ <rect x="5" y="5" width="14" height="14" stroke="#D7D9DC" stroke-width="2" fill="none"></rect>
229
+ <path d="M5 10 H19" stroke="#D7D9DC" stroke-width="2"></path>
230
+ </svg>
231
+ </div>
232
+ <div class="tool-icon">
233
+ <svg width="36" height="36" viewBox="0 0 24 24">
234
+ <path d="M7 7 L17 17 M17 7 L7 17" stroke="#D7D9DC" stroke-width="2"></path>
235
+ </svg>
236
+ </div>
237
+ </div>
238
+ </div>
239
+
240
+ <!-- Floating badge -->
241
+ <div class="badge">Edit by AmindPDF</div>
242
+
243
+ <!-- Hero banner -->
244
+ <div class="hero">
245
+ <h1>GET STARTED WITH<br>FOXIT PDF EDITOR</h1>
246
+ </div>
247
+
248
+ <!-- Content area -->
249
+ <div class="content">
250
+ <p>
251
+ Welcome to Foxit PDF Editor, an<br>
252
+ easy-to-use PDF editor for your everyday<br>
253
+ work on mobile devices.
254
+ </p>
255
+
256
+ <p>
257
+ Let’s take a look at the ways you can work<br>
258
+ on PDF documents with Foxit PDF Editor.
259
+ </p>
260
+
261
+ <div class="steps">
262
+ <div class="step">
263
+ <div class="num">01</div>
264
+ <div class="label">Open a PDF</div>
265
+ </div>
266
+ <div class="step">
267
+ <div class="num">02</div>
268
+ <div class="label">View a PDF</div>
269
+ </div>
270
+ <div class="step">
271
+ <div class="num">03</div>
272
+ <div class="label">Get Tools to Work with PDFs</div>
273
+ </div>
274
+ </div>
275
+
276
+ <div class="divider"></div>
277
+
278
+ <div class="bottom-preview">
279
+ <div class="stripe"></div>
280
+ <div class="page-num">01</div>
281
+ </div>
282
+ </div>
283
+
284
+ <!-- Device navigation bar -->
285
+ <div class="device-nav">
286
+ <div class="nav-square">
287
+ <!-- small up arrow inside square -->
288
+ <svg width="38" height="38" viewBox="0 0 24 24">
289
+ <path d="M6 14 L12 8 L18 14" stroke="#C3C6C9" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
290
+ </svg>
291
+ </div>
292
+ <div class="nav-dot"></div>
293
+ <div class="nav-circle"></div>
294
+ <div class="nav-square">
295
+ <svg width="32" height="32" viewBox="0 0 24 24">
296
+ <path d="M6 6 L18 18" stroke="#C3C6C9" stroke-width="2.5" fill="none" stroke-linecap="round"></path>
297
+ <path d="M18 6 L6 18" stroke="#C3C6C9" stroke-width="2.5" fill="none" stroke-linecap="round"></path>
298
+ </svg>
299
+ </div>
300
+ <div class="handle"></div>
301
+ </div>
302
+
303
+ </div>
304
+ </body>
305
+ </html>
code/12017/12017_1.html ADDED
@@ -0,0 +1,237 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>DeftPDF Viewer 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: #EFEFF3;
15
+ font-family: Arial, Helvetica, sans-serif;
16
+ color: #2b2b2b;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ height: 96px;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ padding: 0 36px;
26
+ color: #7a7a7a;
27
+ font-size: 34px;
28
+ }
29
+ .status-right {
30
+ display: flex;
31
+ align-items: center;
32
+ gap: 28px;
33
+ }
34
+ .icon {
35
+ display: inline-flex;
36
+ width: 36px;
37
+ height: 36px;
38
+ align-items: center;
39
+ justify-content: center;
40
+ }
41
+ .icon svg { width: 100%; height: 100%; fill: #7a7a7a; }
42
+
43
+ /* App header */
44
+ .appbar {
45
+ height: 136px;
46
+ background: #ffffff;
47
+ border-bottom: 1px solid #E6E6E9;
48
+ display: flex;
49
+ align-items: center;
50
+ padding: 0 24px;
51
+ gap: 18px;
52
+ }
53
+ .back-btn { width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; }
54
+ .brand {
55
+ width: 74px; height: 74px; border-radius: 16px;
56
+ background: linear-gradient(135deg, #5EA2FF, #8B5BFF);
57
+ display: flex; align-items: center; justify-content: center;
58
+ color: #fff; font-weight: 700; font-size: 40px;
59
+ }
60
+ .title { font-size: 42px; font-weight: 700; color: #333; }
61
+
62
+ /* PDF toolbar */
63
+ .toolbar {
64
+ height: 108px;
65
+ background: #F7F7F9;
66
+ border-bottom: 1px solid #E3E3E6;
67
+ display: flex;
68
+ align-items: center;
69
+ padding: 0 24px;
70
+ gap: 20px;
71
+ }
72
+ .control {
73
+ height: 72px;
74
+ padding: 0 16px;
75
+ border: 1px solid #DADADF;
76
+ border-radius: 10px;
77
+ background: #fff;
78
+ display: flex;
79
+ align-items: center;
80
+ gap: 12px;
81
+ }
82
+ .thumbs { width: 72px; justify-content: center; }
83
+ .page-input {
84
+ width: 120px;
85
+ justify-content: center;
86
+ font-size: 34px;
87
+ color: #333;
88
+ }
89
+ .toolbar .spacer { flex: 1; }
90
+ .tooltext { color: #7a7a7a; font-size: 34px; }
91
+
92
+ /* Document area */
93
+ .doc-area {
94
+ padding: 28px 24px 0;
95
+ }
96
+ .page {
97
+ width: 1000px;
98
+ height: 1400px;
99
+ background: #ffffff;
100
+ border: 1px solid #D3D3D6;
101
+ margin: 10px auto 0;
102
+ box-shadow: 0 10px 18px rgba(0,0,0,0.25);
103
+ position: relative;
104
+ overflow: hidden;
105
+ }
106
+ .banner {
107
+ background: #8E2AAE;
108
+ color: #fff;
109
+ padding: 56px 56px 44px;
110
+ }
111
+ .banner h1 {
112
+ margin: 0;
113
+ font-size: 68px;
114
+ font-weight: 600;
115
+ letter-spacing: 2px;
116
+ line-height: 1.15;
117
+ text-transform: uppercase;
118
+ }
119
+ .content {
120
+ padding: 54px 56px;
121
+ color: #6f6f6f;
122
+ font-size: 34px;
123
+ line-height: 52px;
124
+ }
125
+ .list {
126
+ margin-top: 46px;
127
+ }
128
+ .item {
129
+ display: flex;
130
+ align-items: baseline;
131
+ gap: 22px;
132
+ margin: 22px 0;
133
+ font-size: 40px;
134
+ color: #6f6f6f;
135
+ }
136
+ .num { color: #8E2AAE; font-weight: 700; width: 72px; text-align: right; }
137
+ /* Bottom nav handle */
138
+ .bottom-bar {
139
+ position: absolute;
140
+ bottom: 0;
141
+ left: 0;
142
+ right: 0;
143
+ height: 120px;
144
+ background: #000000;
145
+ }
146
+ .handle {
147
+ position: absolute;
148
+ bottom: 34px;
149
+ left: 50%;
150
+ transform: translateX(-50%);
151
+ width: 280px;
152
+ height: 12px;
153
+ background: #E0E0E0;
154
+ border-radius: 8px;
155
+ opacity: 0.9;
156
+ }
157
+ </style>
158
+ </head>
159
+ <body>
160
+ <div id="render-target">
161
+
162
+ <!-- Status bar -->
163
+ <div class="status-bar">
164
+ <div class="time">12:31</div>
165
+ <div class="status-right">
166
+ <span class="icon" title="Upload">
167
+ <svg viewBox="0 0 24 24"><path d="M5 20h14v-2H5v2zm7-16l-5 5h3v5h4v-5h3l-5-5z"/></svg>
168
+ </span>
169
+ <span class="icon" title="Download">
170
+ <svg viewBox="0 0 24 24"><path d="M5 20h14v-2H5v2zm7-1l5-5h-3V6h-4v8H7l5 5z"/></svg>
171
+ </span>
172
+ <span class="icon" title="Lock">
173
+ <svg viewBox="0 0 24 24"><path d="M17 9h-1V7a4 4 0 00-8 0v2H7a2 2 0 00-2 2v7a2 2 0 002 2h10a2 2 0 002-2v-7a2 2 0 00-2-2zm-7-2a2 2 0 114 0v2H10V7z"/></svg>
174
+ </span>
175
+ <span style="font-size:40px; color:#9a9a9a;">•</span>
176
+ <span class="icon" title="Wi‑Fi">
177
+ <svg viewBox="0 0 24 24"><path d="M12 18a2 2 0 100 4 2 2 0 000-4zm-7-6l2 2a9 9 0 0110 0l2-2c-4-3-12-3-14 0zm3-4l2 2a12 12 0 018 0l2-2c-5-4-9-4-12 0z"/></svg>
178
+ </span>
179
+ <span class="icon" title="Battery">
180
+ <svg viewBox="0 0 26 24"><rect x="1" y="6" width="20" height="12" rx="2" ry="2" fill="#7a7a7a"></rect><rect x="22" y="9" width="3" height="6" fill="#7a7a7a"></rect><rect x="3" y="8" width="16" height="8" fill="#EFEFF3"></rect></svg>
181
+ </span>
182
+ </div>
183
+ </div>
184
+
185
+ <!-- App bar -->
186
+ <div class="appbar">
187
+ <div class="back-btn">
188
+ <svg width="44" height="44" viewBox="0 0 24 24"><path d="M15.5 19L8.5 12l7-7" stroke="#555" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
189
+ </div>
190
+ <div class="brand">D</div>
191
+ <div class="title">DeftPDF</div>
192
+ </div>
193
+
194
+ <!-- Viewer toolbar -->
195
+ <div class="toolbar">
196
+ <div class="control thumbs">
197
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#666"><path d="M3 3h8v8H3V3zm10 0h8v5h-8V3zM3 13h8v8H3v-8zm10 5h8v3h-8v-3z"/></svg>
198
+ </div>
199
+ <div class="control" style="width: 72px; justify-content:center;">
200
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#666"><path d="M15.5 14h-.8l-.3-.3a6.5 6.5 0 10-.7.7l.3.3v.8l5 5 1.5-1.5-5-5zm-6 0A4.5 4.5 0 1114 9.5 4.5 4.5 0 019.5 14z"/></svg>
201
+ </div>
202
+ <div class="control page-input">1</div>
203
+ <div class="tooltext">of 1</div>
204
+ <div class="spacer"></div>
205
+ <div class="control" style="width: 72px; justify-content:center;">
206
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#666"><rect x="4" y="11" width="16" height="2"/></svg>
207
+ </div>
208
+ <div class="control" style="width: 72px; justify-content:center;">
209
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#666"><path d="M11 4h2v16h-2zM4 11h16v2H4z"/></svg>
210
+ </div>
211
+ </div>
212
+
213
+ <!-- Document page -->
214
+ <div class="doc-area">
215
+ <div class="page">
216
+ <div class="banner">
217
+ <h1>GET STARTED WITH<br>FOXIT PDF EDITOR</h1>
218
+ </div>
219
+ <div class="content">
220
+ <p>Welcome to Foxit PDF Editor, an easy-to-use PDF editor for your everyday work on mobile devices.</p>
221
+ <p>Let’s take a look at the ways you can work on PDF documents with Foxit PDF Editor.</p>
222
+
223
+ <div class="list">
224
+ <div class="item"><div class="num">01</div><div>Open a PDF</div></div>
225
+ <div class="item"><div class="num">02</div><div>View a PDF</div></div>
226
+ <div class="item"><div class="num">03</div><div>Get Tools to Work with PDFs</div></div>
227
+ </div>
228
+ </div>
229
+ </div>
230
+ </div>
231
+
232
+ <!-- Bottom gesture bar -->
233
+ <div class="bottom-bar"></div>
234
+ <div class="handle"></div>
235
+ </div>
236
+ </body>
237
+ </html>
code/1202/1202_0.html ADDED
@@ -0,0 +1,182 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Drawing App Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ }
15
+
16
+ /* Top toolbar */
17
+ .toolbar {
18
+ position: absolute;
19
+ top: 0; left: 0; right: 0;
20
+ height: 150px;
21
+ background: #F6F6F6;
22
+ border-bottom: 1px solid #E3E3E3;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-around;
26
+ padding: 0 24px;
27
+ }
28
+ .icon {
29
+ width: 86px;
30
+ height: 86px;
31
+ display: flex;
32
+ align-items: center;
33
+ justify-content: center;
34
+ }
35
+ .icon svg { width: 70px; height: 70px; stroke: #666; fill: none; stroke-width: 5; stroke-linecap: round; stroke-linejoin: round; }
36
+
37
+ /* Color ring icon */
38
+ .color-ring {
39
+ width: 86px; height: 86px; border-radius: 50%;
40
+ background: conic-gradient(#ff3b30, #ffcc00, #34c759, #30c7ff, #5856d6, #ff2d55, #ff3b30);
41
+ position: relative;
42
+ }
43
+ .color-ring::after{
44
+ content: "";
45
+ position: absolute; inset: 12px;
46
+ background: #F6F6F6;
47
+ border-radius: 50%;
48
+ }
49
+
50
+ /* Canvas area */
51
+ .canvas {
52
+ position: absolute;
53
+ left: 0; right: 0;
54
+ top: 150px; bottom: 0;
55
+ }
56
+
57
+ /* Cross-hatch marks */
58
+ .hatch {
59
+ position: absolute;
60
+ width: 28px; height: 28px;
61
+ }
62
+ .hatch::before, .hatch::after, .hatch span::before, .hatch span::after {
63
+ content: "";
64
+ position: absolute;
65
+ top: 0; left: 13px;
66
+ width: 2px; height: 28px;
67
+ background: #6f6f6f;
68
+ transform-origin: center;
69
+ }
70
+ .hatch::before { transform: rotate(45deg); }
71
+ .hatch::after { transform: rotate(-45deg); }
72
+ .hatch span::before { transform: rotate(65deg); left: 6px; opacity: .7; }
73
+ .hatch span::after { transform: rotate(-65deg); left: 20px; opacity: .7; }
74
+
75
+ /* Bottom spinner */
76
+ .spinner {
77
+ position: absolute;
78
+ bottom: 70px; left: 50%;
79
+ transform: translateX(-50%);
80
+ width: 26px; height: 26px;
81
+ border-radius: 50%;
82
+ border: 4px solid #E9E9E9;
83
+ border-top-color: #CFCFCF;
84
+ }
85
+ </style>
86
+ </head>
87
+ <body>
88
+ <div id="render-target">
89
+
90
+ <div class="toolbar">
91
+ <!-- List icon -->
92
+ <div class="icon">
93
+ <svg viewBox="0 0 100 100">
94
+ <line x1="18" y1="25" x2="82" y2="25"></line>
95
+ <line x1="18" y1="50" x2="82" y2="50"></line>
96
+ <line x1="18" y1="75" x2="82" y2="75"></line>
97
+ </svg>
98
+ </div>
99
+
100
+ <!-- Back arrow -->
101
+ <div class="icon">
102
+ <svg viewBox="0 0 100 100">
103
+ <polyline points="60,20 30,50 60,80"></polyline>
104
+ </svg>
105
+ </div>
106
+
107
+ <!-- Forward arrow -->
108
+ <div class="icon">
109
+ <svg viewBox="0 0 100 100">
110
+ <polyline points="40,20 70,50 40,80"></polyline>
111
+ </svg>
112
+ </div>
113
+
114
+ <!-- Grid icon -->
115
+ <div class="icon">
116
+ <svg viewBox="0 0 100 100">
117
+ <rect x="15" y="15" width="70" height="70"></rect>
118
+ <line x1="15" y1="41" x2="85" y2="41"></line>
119
+ <line x1="15" y1="66" x2="85" y2="66"></line>
120
+ <line x1="41" y1="15" x2="41" y2="85"></line>
121
+ <line x1="66" y1="15" x2="66" y2="85"></line>
122
+ </svg>
123
+ </div>
124
+
125
+ <!-- Pen icon 1 -->
126
+ <div class="icon">
127
+ <svg viewBox="0 0 100 100">
128
+ <polygon points="50,15 75,45 50,85 25,45"></polygon>
129
+ <circle cx="50" cy="45" r="6"></circle>
130
+ </svg>
131
+ </div>
132
+
133
+ <!-- Pen icon 2 -->
134
+ <div class="icon">
135
+ <svg viewBox="0 0 100 100">
136
+ <path d="M50 15 L78 48 L50 90 L22 48 Z"></path>
137
+ <circle cx="50" cy="50" r="6"></circle>
138
+ </svg>
139
+ </div>
140
+
141
+ <!-- Color ring -->
142
+ <div class="icon">
143
+ <div class="color-ring"></div>
144
+ </div>
145
+
146
+ <!-- Layers icon -->
147
+ <div class="icon">
148
+ <svg viewBox="0 0 100 100">
149
+ <polygon points="20,40 50,25 80,40 50,55 20,40"></polygon>
150
+ <polygon points="26,58 50,45 74,58 50,71 26,58"></polygon>
151
+ </svg>
152
+ </div>
153
+
154
+ <!-- Fullscreen/Frame icon -->
155
+ <div class="icon">
156
+ <svg viewBox="0 0 100 100">
157
+ <rect x="18" y="22" width="64" height="56" rx="6" ry="6"></rect>
158
+ </svg>
159
+ </div>
160
+ </div>
161
+
162
+ <div class="canvas">
163
+ <!-- Freehand curve imitation -->
164
+ <svg width="1080" height="2250" viewBox="0 0 1080 2250" style="position:absolute; left:0; top:0;">
165
+ <path d="M500 900
166
+ C510 800, 640 850, 770 910
167
+ C860 960, 920 1020, 905 1140
168
+ C885 1290, 730 1370, 600 1358
169
+ C500 1350, 440 1380, 410 1440"
170
+ stroke="#6f6f6f" stroke-width="6" fill="none" stroke-linecap="round" stroke-linejoin="round" opacity="0.95"></path>
171
+ </svg>
172
+
173
+ <!-- Cross-hatch marks -->
174
+ <div class="hatch" style="left:165px; top:980px;"><span></span></div>
175
+ <div class="hatch" style="left:500px; top:1360px;"><span></span></div>
176
+ </div>
177
+
178
+ <!-- Bottom spinner -->
179
+ <div class="spinner"></div>
180
+ </div>
181
+ </body>
182
+ </html>
code/1202/1202_1.html ADDED
@@ -0,0 +1,303 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Drawing App UI Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #FFFFFF;
14
+ }
15
+
16
+ /* Top toolbar */
17
+ .top-toolbar {
18
+ position: absolute;
19
+ top: 24px;
20
+ left: 24px;
21
+ width: 1032px;
22
+ height: 140px;
23
+ background: #F7F7F7;
24
+ border: 1px solid #DCDCDC;
25
+ border-radius: 12px;
26
+ display: flex;
27
+ align-items: center;
28
+ gap: 26px;
29
+ padding: 16px 22px;
30
+ }
31
+ .tool-icon {
32
+ width: 68px;
33
+ height: 68px;
34
+ display: flex;
35
+ align-items: center;
36
+ justify-content: center;
37
+ border-radius: 10px;
38
+ color: #666;
39
+ }
40
+ .tool-icon svg { width: 60px; height: 60px; }
41
+ .color-wheel {
42
+ width: 62px;
43
+ height: 62px;
44
+ border-radius: 50%;
45
+ background: conic-gradient(#ff5252, #ffd740, #69f0ae, #40c4ff, #7e57c2, #ff5252);
46
+ box-shadow: inset 0 0 0 8px #fff;
47
+ border: 1px solid #d0d0d0;
48
+ }
49
+
50
+ /* Action grid buttons */
51
+ .action-grid {
52
+ position: absolute;
53
+ top: 190px;
54
+ left: 190px;
55
+ width: 700px;
56
+ display: grid;
57
+ grid-template-columns: repeat(3, 1fr);
58
+ gap: 20px;
59
+ }
60
+ .action-card {
61
+ height: 160px;
62
+ background: #FFFFFF;
63
+ border: 1px solid #E4E4E4;
64
+ border-radius: 10px;
65
+ display: flex;
66
+ align-items: center;
67
+ justify-content: center;
68
+ flex-direction: column;
69
+ gap: 12px;
70
+ box-shadow: 0 1px 0 rgba(0,0,0,0.04) inset;
71
+ }
72
+ .action-card .label {
73
+ font-size: 28px;
74
+ color: #333;
75
+ }
76
+ .action-card svg { width: 60px; height: 60px; color: #666; }
77
+
78
+ /* Sketch lines and marks */
79
+ .sketch {
80
+ position: absolute;
81
+ left: 280px;
82
+ top: 520px;
83
+ }
84
+ .sketch2 {
85
+ position: absolute;
86
+ left: 430px;
87
+ top: 950px;
88
+ }
89
+ .hatch {
90
+ position: absolute;
91
+ width: 34px;
92
+ height: 34px;
93
+ }
94
+ .loader {
95
+ position: absolute;
96
+ left: 50%;
97
+ bottom: 140px;
98
+ width: 28px;
99
+ height: 28px;
100
+ transform: translateX(-50%);
101
+ border-radius: 50%;
102
+ border: 3px solid #E6E6E6;
103
+ border-top-color: #CFCFCF;
104
+ }
105
+ </style>
106
+ </head>
107
+ <body>
108
+ <div id="render-target">
109
+
110
+ <!-- Top toolbar with icons -->
111
+ <div class="top-toolbar">
112
+ <!-- Menu/List -->
113
+ <div class="tool-icon">
114
+ <svg viewBox="0 0 32 32">
115
+ <rect x="5" y="7" width="22" height="2" fill="#666"/>
116
+ <rect x="5" y="15" width="22" height="2" fill="#666"/>
117
+ <rect x="5" y="23" width="22" height="2" fill="#666"/>
118
+ </svg>
119
+ </div>
120
+ <!-- Undo -->
121
+ <div class="tool-icon">
122
+ <svg viewBox="0 0 32 32">
123
+ <path d="M12 9 L6 15 L12 21" fill="none" stroke="#666" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
124
+ <path d="M26 23c0-6-4-10-10-10" fill="none" stroke="#666" stroke-width="2" stroke-linecap="round"/>
125
+ </svg>
126
+ </div>
127
+ <!-- Redo -->
128
+ <div class="tool-icon">
129
+ <svg viewBox="0 0 32 32">
130
+ <path d="M20 9 L26 15 L20 21" fill="none" stroke="#666" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
131
+ <path d="M6 23c0-6 4-10 10-10" fill="none" stroke="#666" stroke-width="2" stroke-linecap="round"/>
132
+ </svg>
133
+ </div>
134
+ <!-- Grid -->
135
+ <div class="tool-icon">
136
+ <svg viewBox="0 0 32 32">
137
+ <rect x="5" y="5" width="8" height="8" fill="none" stroke="#666" stroke-width="2"/>
138
+ <rect x="19" y="5" width="8" height="8" fill="none" stroke="#666" stroke-width="2"/>
139
+ <rect x="5" y="19" width="8" height="8" fill="none" stroke="#666" stroke-width="2"/>
140
+ <rect x="19" y="19" width="8" height="8" fill="none" stroke="#666" stroke-width="2"/>
141
+ </svg>
142
+ </div>
143
+ <!-- Pen 1 -->
144
+ <div class="tool-icon">
145
+ <svg viewBox="0 0 32 32">
146
+ <path d="M10 24 L22 12 L26 16 L14 28 L10 24 Z" fill="none" stroke="#666" stroke-width="2"/>
147
+ <circle cx="14" cy="28" r="2" fill="#666"/>
148
+ </svg>
149
+ </div>
150
+ <!-- Pen 2 -->
151
+ <div class="tool-icon">
152
+ <svg viewBox="0 0 32 32">
153
+ <path d="M8 24 L16 6 L24 24" fill="none" stroke="#666" stroke-width="2" stroke-linecap="round"/>
154
+ <rect x="12" y="22" width="8" height="2" fill="#666"/>
155
+ </svg>
156
+ </div>
157
+ <!-- Color wheel -->
158
+ <div class="tool-icon">
159
+ <div class="color-wheel"></div>
160
+ </div>
161
+ <!-- Layers -->
162
+ <div class="tool-icon">
163
+ <svg viewBox="0 0 32 32">
164
+ <path d="M6 18 L16 12 L26 18 L16 24 Z" fill="none" stroke="#666" stroke-width="2"/>
165
+ <path d="M8 22 L16 16 L24 22" fill="none" stroke="#666" stroke-width="2"/>
166
+ </svg>
167
+ </div>
168
+ <!-- Selection rect -->
169
+ <div class="tool-icon">
170
+ <svg viewBox="0 0 32 32">
171
+ <rect x="6" y="6" width="20" height="20" fill="none" stroke="#666" stroke-dasharray="3 3" stroke-width="2"/>
172
+ </svg>
173
+ </div>
174
+ </div>
175
+
176
+ <!-- Action cards grid -->
177
+ <div class="action-grid">
178
+ <div class="action-card">
179
+ <svg viewBox="0 0 48 48">
180
+ <rect x="8" y="8" width="32" height="24" fill="none" stroke="#666" stroke-dasharray="4 3" stroke-width="2"/>
181
+ <path d="M18 20 L26 28" stroke="#666" stroke-width="2" stroke-linecap="round"/>
182
+ <polygon points="26,28 25,23 31,25" fill="#666"/>
183
+ </svg>
184
+ <div class="label">Selection</div>
185
+ </div>
186
+ <div class="action-card">
187
+ <svg viewBox="0 0 48 48">
188
+ <path d="M24 6 V12 M24 36 V42 M6 24 H12 M36 24 H42" stroke="#666" stroke-width="2"/>
189
+ <polygon points="24,6 21,10 27,10" fill="#666"/>
190
+ <polygon points="42,24 38,21 38,27" fill="#666"/>
191
+ </svg>
192
+ <div class="label">Transform</div>
193
+ </div>
194
+ <div class="action-card">
195
+ <svg viewBox="0 0 48 48">
196
+ <path d="M14 36 L18 22 L30 10" stroke="#666" stroke-width="2" fill="none"/>
197
+ <path d="M32 12 L27 11 L29 16 Z" fill="#666"/>
198
+ <rect x="10" y="34" width="20" height="6" fill="none" stroke="#666" stroke-width="2"/>
199
+ </svg>
200
+ <div class="label">Fill</div>
201
+ </div>
202
+
203
+ <div class="action-card">
204
+ <svg viewBox="0 0 48 48">
205
+ <rect x="8" y="20" width="32" height="8" rx="2" fill="none" stroke="#666" stroke-width="2"/>
206
+ <line x1="12" y1="24" x2="36" y2="24" stroke="#666" stroke-width="2"/>
207
+ </svg>
208
+ <div class="label">Guides</div>
209
+ </div>
210
+ <div class="action-card">
211
+ <svg viewBox="0 0 48 48">
212
+ <path d="M12 38 C16 32 16 16 12 10" fill="none" stroke="#666" stroke-width="2"/>
213
+ <path d="M36 38 C32 32 32 16 36 10" fill="none" stroke="#666" stroke-width="2"/>
214
+ <line x1="22" y1="10" x2="26" y2="38" stroke="#666" stroke-width="2"/>
215
+ </svg>
216
+ <div class="label">Symmetry</div>
217
+ </div>
218
+ <div class="action-card">
219
+ <svg viewBox="0 0 48 48">
220
+ <rect x="10" y="10" width="20" height="20" fill="none" stroke="#666" stroke-width="2"/>
221
+ <circle cx="32" cy="28" r="6" fill="none" stroke="#666" stroke-width="2"/>
222
+ </svg>
223
+ <div class="label">Draw Styles</div>
224
+ </div>
225
+
226
+ <div class="action-card">
227
+ <svg viewBox="0 0 48 48">
228
+ <path d="M10 32 C16 20 30 16 38 26" fill="none" stroke="#666" stroke-width="2"/>
229
+ <path d="M14 34 C16 30 18 28 20 26" fill="none" stroke="#666" stroke-width="2"/>
230
+ </svg>
231
+ <div class="label">Predictive<br>Stroke</div>
232
+ </div>
233
+ <div class="action-card">
234
+ <svg viewBox="0 0 48 48">
235
+ <rect x="10" y="12" width="24" height="18" fill="none" stroke="#666" stroke-width="2"/>
236
+ <path d="M12 26 L20 18 L24 22 L30 16 L32 26 Z" fill="#666" opacity="0.25"/>
237
+ <rect x="34" y="10" width="8" height="8" fill="none" stroke="#666" stroke-width="2"/>
238
+ <line x1="38" y1="10" x2="38" y2="18" stroke="#666" stroke-width="2"/>
239
+ <line x1="34" y1="14" x2="42" y2="14" stroke="#666" stroke-width="2"/>
240
+ </svg>
241
+ <div class="label">Import Image</div>
242
+ </div>
243
+ <div class="action-card">
244
+ <svg viewBox="0 0 48 48">
245
+ <polygon points="12,34 12,18 24,12 36,18 36,34 24,40" fill="none" stroke="#666" stroke-width="2"/>
246
+ <line x1="24" y1="12" x2="24" y2="40" stroke="#666" stroke-width="2"/>
247
+ <line x1="12" y1="26" x2="36" y2="26" stroke="#666" stroke-width="2"/>
248
+ </svg>
249
+ <div class="label">Perspective<br>Guides</div>
250
+ </div>
251
+
252
+ <div class="action-card">
253
+ <svg viewBox="0 0 48 48">
254
+ <text x="18" y="32" font-size="24" fill="#666" font-family="Arial">T</text>
255
+ </svg>
256
+ <div class="label">Text</div>
257
+ </div>
258
+ <div class="action-card">
259
+ <svg viewBox="0 0 48 48">
260
+ <rect x="10" y="12" width="28" height="22" rx="3" fill="none" stroke="#666" stroke-width="2"/>
261
+ <circle cx="24" cy="23" r="6" fill="none" stroke="#666" stroke-width="2"/>
262
+ <rect x="12" y="16" width="6" height="2" fill="#666"/>
263
+ </svg>
264
+ <div class="label">Time-lapse</div>
265
+ </div>
266
+ <div class="action-card">
267
+ <svg viewBox="0 0 48 48">
268
+ <circle cx="24" cy="24" r="16" fill="none" stroke="#666" stroke-width="2"/>
269
+ <path d="M24 24 L24 14" stroke="#666" stroke-width="2" stroke-linecap="round"/>
270
+ <path d="M24 24 L32 28" stroke="#666" stroke-width="2" stroke-linecap="round"/>
271
+ <rect x="34" y="18" width="6" height="10" fill="none" stroke="#666" stroke-width="2"/>
272
+ </svg>
273
+ <div class="label">Auto Hide</div>
274
+ </div>
275
+ </div>
276
+
277
+ <!-- Sketch strokes approximating the screenshot -->
278
+ <svg class="sketch" width="520" height="480" viewBox="0 0 520 480">
279
+ <path d="M40 60 C80 80, 120 120, 160 140 C220 170, 320 220, 420 320 C460 360, 420 420, 340 450 C260 480, 160 470, 120 500" fill="none" stroke="#6B6B6B" stroke-width="4" stroke-linecap="round"/>
280
+ </svg>
281
+
282
+ <svg class="sketch2" width="380" height="140" viewBox="0 0 380 140">
283
+ <path d="M20 80 C90 60, 180 60, 260 40 C300 30, 330 40, 350 50" fill="none" stroke="#6B6B6B" stroke-width="4" stroke-linecap="round"/>
284
+ </svg>
285
+
286
+ <!-- Small hatch marks -->
287
+ <svg class="hatch" style="left:160px; top:780px;" viewBox="0 0 32 32">
288
+ <line x1="8" y1="8" x2="24" y2="24" stroke="#6B6B6B" stroke-width="2"/>
289
+ <line x1="24" y1="8" x2="8" y2="24" stroke="#6B6B6B" stroke-width="2"/>
290
+ <line x1="16" y1="6" x2="16" y2="26" stroke="#6B6B6B" stroke-width="2" opacity="0.7"/>
291
+ </svg>
292
+ <svg class="hatch" style="left:520px; top:1210px;" viewBox="0 0 32 32">
293
+ <line x1="8" y1="8" x2="24" y2="24" stroke="#6B6B6B" stroke-width="2"/>
294
+ <line x1="24" y1="8" x2="8" y2="24" stroke="#6B6B6B" stroke-width="2"/>
295
+ <line x1="6" y1="16" x2="26" y2="16" stroke="#6B6B6B" stroke-width="2" opacity="0.7"/>
296
+ </svg>
297
+
298
+ <!-- Faint loader at the bottom center -->
299
+ <div class="loader"></div>
300
+
301
+ </div>
302
+ </body>
303
+ </html>
code/1202/1202_2.html ADDED
@@ -0,0 +1,186 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Drawing App UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ }
15
+ /* Top black area */
16
+ .status-bar {
17
+ position: absolute;
18
+ top: 0;
19
+ left: 0;
20
+ width: 1080px;
21
+ height: 140px;
22
+ background: #000000;
23
+ }
24
+ /* Floating toolbar */
25
+ .toolbar {
26
+ position: absolute;
27
+ top: 160px;
28
+ left: 120px;
29
+ width: 840px;
30
+ height: 96px;
31
+ background: #2f2f2f;
32
+ border-radius: 8px;
33
+ display: flex;
34
+ align-items: center;
35
+ padding: 0 18px;
36
+ gap: 24px;
37
+ box-sizing: border-box;
38
+ }
39
+ .tool {
40
+ width: 84px;
41
+ height: 60px;
42
+ display: flex;
43
+ align-items: center;
44
+ justify-content: center;
45
+ color: #e8e8e8;
46
+ font-size: 34px;
47
+ letter-spacing: 1px;
48
+ }
49
+ .tool svg { width: 40px; height: 40px; fill: none; stroke: #e8e8e8; stroke-width: 2; }
50
+ .color-wheel {
51
+ width: 44px; height: 44px; border-radius: 50%;
52
+ background: conic-gradient(#ff3b30, #ff9500, #ffcc00, #34c759, #5ac8fa, #007aff, #5856d6, #ff2d55, #ff3b30);
53
+ border: 2px solid #cfcfcf;
54
+ box-shadow: inset 0 0 0 8px #2f2f2f; /* creates ring */
55
+ }
56
+ .divider {
57
+ width: 2px; height: 40px; background: #4a4a4a;
58
+ margin-left: auto;
59
+ }
60
+ .check {
61
+ margin-left: 16px;
62
+ width: 64px;
63
+ height: 60px;
64
+ display: flex;
65
+ align-items: center;
66
+ justify-content: center;
67
+ }
68
+ .check svg { stroke: #e8e8e8; width: 44px; height: 44px; }
69
+
70
+ /* Canvas elements */
71
+ .drawing-svg {
72
+ position: absolute;
73
+ left: 300px;
74
+ top: 760px;
75
+ width: 550px;
76
+ height: 420px;
77
+ }
78
+ .drawing-svg path {
79
+ stroke: #7a7a7a;
80
+ stroke-width: 6;
81
+ fill: none;
82
+ stroke-linecap: round;
83
+ stroke-linejoin: round;
84
+ filter: drop-shadow(0 1px 0 rgba(0,0,0,0.2));
85
+ }
86
+ .scribble-x {
87
+ position: absolute;
88
+ width: 36px; height: 36px;
89
+ }
90
+ .scribble-x svg { width: 100%; height: 100%; stroke: #6d6d6d; stroke-width: 4; }
91
+ /* Positions of the small scribbles */
92
+ .x-left { left: 190px; top: 1080px; }
93
+ .x-bottom { left: 480px; top: 1500px; }
94
+ </style>
95
+ </head>
96
+ <body>
97
+ <div id="render-target">
98
+ <div class="status-bar"></div>
99
+
100
+ <div class="toolbar">
101
+ <!-- Keyboard icon -->
102
+ <div class="tool">
103
+ <svg viewBox="0 0 24 24">
104
+ <rect x="2" y="5" width="20" height="14" rx="2"></rect>
105
+ <rect x="4" y="8" width="3" height="2"></rect>
106
+ <rect x="8" y="8" width="3" height="2"></rect>
107
+ <rect x="12" y="8" width="3" height="2"></rect>
108
+ <rect x="16" y="8" width="3" height="2"></rect>
109
+ <rect x="4" y="11" width="3" height="2"></rect>
110
+ <rect x="8" y="11" width="8" height="2"></rect>
111
+ <rect x="17" y="11" width="2" height="2"></rect>
112
+ </svg>
113
+ </div>
114
+
115
+ <!-- Aa text tool -->
116
+ <div class="tool">Aa</div>
117
+
118
+ <!-- Color wheel (ring) -->
119
+ <div class="tool">
120
+ <div class="color-wheel"></div>
121
+ </div>
122
+
123
+ <!-- Anchor/shape nodes icon -->
124
+ <div class="tool">
125
+ <svg viewBox="0 0 24 24">
126
+ <circle cx="5" cy="7" r="2" fill="#e8e8e8"></circle>
127
+ <circle cx="13" cy="6" r="2" fill="#e8e8e8"></circle>
128
+ <circle cx="19" cy="12" r="2" fill="#e8e8e8"></circle>
129
+ <circle cx="8" cy="17" r="2" fill="#e8e8e8"></circle>
130
+ <path d="M7 7 L11 6 L17 11 L9 16" stroke="#e8e8e8"></path>
131
+ </svg>
132
+ </div>
133
+
134
+ <!-- Target/bullseye icon -->
135
+ <div class="tool">
136
+ <svg viewBox="0 0 24 24">
137
+ <circle cx="12" cy="12" r="8"></circle>
138
+ <circle cx="12" cy="12" r="4"></circle>
139
+ <circle cx="12" cy="12" r="1" fill="#e8e8e8"></circle>
140
+ </svg>
141
+ </div>
142
+
143
+ <!-- Vertical slider icon -->
144
+ <div class="tool">
145
+ <svg viewBox="0 0 24 24">
146
+ <line x1="12" y1="4" x2="12" y2="20"></line>
147
+ <rect x="9" y="7" width="6" height="4" rx="1" fill="#e8e8e8"></rect>
148
+ </svg>
149
+ </div>
150
+
151
+ <div class="divider"></div>
152
+
153
+ <!-- Check icon -->
154
+ <div class="check">
155
+ <svg viewBox="0 0 24 24">
156
+ <path d="M4 13 L10 18 L20 6"></path>
157
+ </svg>
158
+ </div>
159
+ </div>
160
+
161
+ <!-- Curved drawing -->
162
+ <svg class="drawing-svg" viewBox="0 0 550 420">
163
+ <path d="M140 80
164
+ C120 240, 170 280, 250 280
165
+ C320 280, 380 230, 390 170
166
+ C400 100, 340 70, 270 40
167
+ C220 22, 160 34, 150 70" />
168
+ </svg>
169
+
170
+ <!-- Small scribble X's -->
171
+ <div class="scribble-x x-left">
172
+ <svg viewBox="0 0 24 24">
173
+ <path d="M4 4 L20 20"></path>
174
+ <path d="M20 4 L4 20"></path>
175
+ </svg>
176
+ </div>
177
+
178
+ <div class="scribble-x x-bottom">
179
+ <svg viewBox="0 0 24 24">
180
+ <path d="M4 4 L20 20"></path>
181
+ <path d="M20 4 L4 20"></path>
182
+ </svg>
183
+ </div>
184
+ </div>
185
+ </body>
186
+ </html>
code/1202/1202_3.html ADDED
@@ -0,0 +1,225 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>UI Mockup</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
+
13
+ /* Top tools bar */
14
+ .tools-bar {
15
+ position:absolute; left:100px; top:110px;
16
+ width:880px; height:100px;
17
+ background:#2f2f2f; border-radius:10px;
18
+ box-shadow:0 4px 10px rgba(0,0,0,0.25);
19
+ display:flex; align-items:center; padding:0 20px; gap:28px;
20
+ color:#fff;
21
+ }
22
+ .tool {
23
+ display:flex; align-items:center; justify-content:center;
24
+ width:70px; height:70px; border-radius:8px;
25
+ background:#3b3b3b; border:1px solid #444;
26
+ }
27
+ .tool.textlabel { background:transparent; border:none; font-size:48px; width:auto; height:auto; color:#fff; }
28
+ .tool.circle { border:none; background:transparent; }
29
+ .tool.check {
30
+ margin-left:auto;
31
+ width:72px; height:72px; border-radius:10px;
32
+ background:#3b3b3b; border:1px solid #444;
33
+ }
34
+
35
+ /* Dialog panel */
36
+ .dialog {
37
+ position:absolute; left:100px; top:240px;
38
+ width:880px; height:560px;
39
+ background:#333; border-radius:10px; color:#fff;
40
+ box-shadow:0 6px 12px rgba(0,0,0,0.28);
41
+ }
42
+ .dialog h3 { margin:24px 0 16px 0; text-align:center; font-size:48px; font-weight:600; }
43
+ .input-area {
44
+ margin:0 auto; width:820px; height:360px;
45
+ background:linear-gradient(#f0f0f0,#e6e6e6);
46
+ border:4px solid #607d8b; border-radius:10px;
47
+ }
48
+
49
+ /* Canvas sketch */
50
+ .canvas {
51
+ position:absolute; left:0; right:0; top:900px; bottom:980px;
52
+ }
53
+ .scribble {
54
+ position:absolute; left:300px; top:60px;
55
+ width:480px; height:340px;
56
+ }
57
+ .scribble svg { width:100%; height:100%; }
58
+ .star {
59
+ position:absolute; width:26px; height:26px; color:#777;
60
+ }
61
+ .star:before, .star:after {
62
+ content:""; position:absolute; left:12px; top:0; width:2px; height:26px; background:#777;
63
+ transform:rotate(25deg);
64
+ }
65
+ .star:after { transform:rotate(-25deg); }
66
+
67
+ /* Keyboard */
68
+ .keyboard {
69
+ position:absolute; left:0; right:0; bottom:0;
70
+ height:950px; background:#f7e1dc;
71
+ border-top-left-radius:30px; border-top-right-radius:30px;
72
+ box-shadow:0 -6px 14px rgba(0,0,0,0.15);
73
+ padding:40px 36px;
74
+ }
75
+ .kb-top-actions {
76
+ display:flex; align-items:center; gap:60px; margin-bottom:40px;
77
+ }
78
+ .kb-action {
79
+ width:90px; height:90px; border-radius:22px;
80
+ background:#fff; box-shadow:0 2px 0 rgba(0,0,0,0.08);
81
+ display:flex; align-items:center; justify-content:center;
82
+ font-size:36px; color:#333;
83
+ }
84
+ .keys-row {
85
+ display:flex; justify-content:space-between;
86
+ margin-bottom:26px;
87
+ }
88
+ .key {
89
+ width:92px; height:120px; border-radius:28px;
90
+ background:#ffffff; color:#333; font-size:48px;
91
+ display:flex; align-items:center; justify-content:center;
92
+ box-shadow:0 2px 0 rgba(0,0,0,0.07);
93
+ }
94
+ .key.wide { width:160px; font-size:34px; }
95
+ .space-row { display:flex; align-items:center; justify-content:space-between; margin-top:16px; }
96
+ .space { flex:1; height:120px; margin:0 24px; background:#fff; border-radius:34px; box-shadow:0 2px 0 rgba(0,0,0,0.07); }
97
+ .kb-pill {
98
+ width:200px; height:120px; border-radius:34px; background:#eecac2; color:#333;
99
+ display:flex; align-items:center; justify-content:center; font-size:42px;
100
+ }
101
+ .key.small { width:140px; }
102
+ </style>
103
+ </head>
104
+ <body>
105
+ <div id="render-target">
106
+
107
+ <!-- Floating tools bar -->
108
+ <div class="tools-bar">
109
+ <div class="tool">
110
+ <svg viewBox="0 0 24 24" width="44" height="44" fill="#fff">
111
+ <rect x="2" y="5" width="20" height="14" rx="2" ry="2" fill="none" stroke="#fff" stroke-width="2"/>
112
+ <circle cx="7" cy="10" r="1.5"/>
113
+ <circle cx="12" cy="10" r="1.5"/>
114
+ <circle cx="17" cy="10" r="1.5"/>
115
+ <rect x="6" y="13" width="12" height="2" rx="1"/>
116
+ </svg>
117
+ </div>
118
+ <div class="tool textlabel">Aa</div>
119
+ <div class="tool circle">
120
+ <svg viewBox="0 0 24 24" width="56" height="56">
121
+ <circle cx="12" cy="12" r="10" fill="#ff6f00"/>
122
+ </svg>
123
+ </div>
124
+ <div class="tool">
125
+ <svg viewBox="0 0 24 24" width="44" height="44" fill="none" stroke="#fff" stroke-width="2">
126
+ <circle cx="6" cy="6" r="2" fill="#fff"></circle>
127
+ <circle cx="18" cy="8" r="2" fill="#fff"></circle>
128
+ <circle cx="12" cy="18" r="2" fill="#fff"></circle>
129
+ <path d="M6 6 L18 8 L12 18 Z"></path>
130
+ </svg>
131
+ </div>
132
+ <div class="tool">
133
+ <svg viewBox="0 0 24 24" width="44" height="44" fill="none" stroke="#fff" stroke-width="2">
134
+ <circle cx="12" cy="12" r="9"></circle>
135
+ <circle cx="12" cy="12" r="3" fill="#fff"></circle>
136
+ </svg>
137
+ </div>
138
+ <div class="tool">
139
+ <svg viewBox="0 0 24 24" width="44" height="44" fill="none" stroke="#fff" stroke-width="2">
140
+ <rect x="8" y="3" width="8" height="18"></rect>
141
+ </svg>
142
+ </div>
143
+ <div class="tool check">
144
+ <svg viewBox="0 0 24 24" width="44" height="44" fill="none" stroke="#fff" stroke-width="3">
145
+ <path d="M5 13 l4 4 l10 -10"/>
146
+ </svg>
147
+ </div>
148
+ </div>
149
+
150
+ <!-- Dialog panel -->
151
+ <div class="dialog">
152
+ <h3>Text</h3>
153
+ <div class="input-area"></div>
154
+ </div>
155
+
156
+ <!-- Drawing canvas area -->
157
+ <div class="canvas">
158
+ <div class="scribble">
159
+ <svg viewBox="0 0 400 280">
160
+ <path d="M120 35
161
+ C90 40, 90 80, 96 130
162
+ C102 180, 150 220, 210 225
163
+ C260 228, 300 210, 332 182
164
+ C360 158, 360 120, 340 96
165
+ C320 74, 280 50, 236 34
166
+ C186 16, 140 16, 120 35
167
+ M160 230 C140 250, 128 272, 118 284"
168
+ fill="none" stroke="#777" stroke-width="6" stroke-linecap="round"/>
169
+ </svg>
170
+ </div>
171
+ <div class="star" style="left:180px; top:120px;"></div>
172
+ <div class="star" style="left:492px; top:440px;"></div>
173
+ </div>
174
+
175
+ <!-- Keyboard -->
176
+ <div class="keyboard">
177
+ <div class="kb-top-actions">
178
+ <div class="kb-action">🙂</div>
179
+ <div class="kb-action">GIF</div>
180
+ <div class="kb-action">G</div>
181
+ <div class="kb-action">
182
+ <svg viewBox="0 0 24 24" width="42" height="42">
183
+ <path d="M12 2 L15 8 L22 9 L17 13 L18 20 L12 17 L6 20 L7 13 L2 9 L9 8 Z" fill="#333"/>
184
+ </svg>
185
+ </div>
186
+ <div class="kb-action">
187
+ <svg viewBox="0 0 24 24" width="42" height="42" fill="none" stroke="#333" stroke-width="2">
188
+ <circle cx="12" cy="12" r="9"></circle>
189
+ <path d="M3 12 H21" />
190
+ </svg>
191
+ </div>
192
+ <div class="kb-action">
193
+ <svg viewBox="0 0 24 24" width="42" height="42" fill="#333">
194
+ <path d="M12 4 a5 5 0 0 1 5 5 v8 h-2 v-8 a3 3 0 0 0 -3 -3 a3 3 0 0 0 -3 3 v8 h-2 v-8 a5 5 0 0 1 5 -5z"/>
195
+ </svg>
196
+ </div>
197
+ </div>
198
+
199
+ <div class="keys-row">
200
+ <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>
201
+ <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>
202
+ </div>
203
+ <div class="keys-row" style="padding:0 40px;">
204
+ <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>
205
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
206
+ </div>
207
+ <div class="keys-row">
208
+ <div class="key wide">⇧</div>
209
+ <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>
210
+ <div class="key">n</div><div class="key">m</div>
211
+ <div class="key wide">⌫</div>
212
+ </div>
213
+
214
+ <div class="space-row">
215
+ <div class="kb-pill">?123</div>
216
+ <div class="key small">,</div>
217
+ <div class="space"></div>
218
+ <div class="key small">.</div>
219
+ <div class="kb-pill">↵</div>
220
+ </div>
221
+ </div>
222
+
223
+ </div>
224
+ </body>
225
+ </html>
code/1202/1202_4.html ADDED
@@ -0,0 +1,302 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>UI Render</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #ffffff;
13
+ }
14
+
15
+ /* Top editing toolbar */
16
+ .top-toolbar {
17
+ position: absolute;
18
+ top: 40px;
19
+ left: 40px;
20
+ width: 1000px;
21
+ height: 110px;
22
+ background: #1f1f1f;
23
+ border-radius: 10px;
24
+ display: flex;
25
+ align-items: center;
26
+ padding: 0 24px;
27
+ gap: 34px;
28
+ color: #fff;
29
+ }
30
+ .tool-icon {
31
+ width: 70px;
32
+ height: 70px;
33
+ border-radius: 8px;
34
+ display: flex;
35
+ align-items: center;
36
+ justify-content: center;
37
+ color: #eaeaea;
38
+ font-size: 32px;
39
+ }
40
+ /* keyboard glyph icon */
41
+ .kbd-grid {
42
+ width: 56px; height: 42px; border: 2px solid #bbb; border-radius: 6px; position: relative;
43
+ }
44
+ .kbd-grid span {
45
+ position: absolute; width: 8px; height: 8px; background: #bbb; border-radius: 2px;
46
+ }
47
+ .kbd-grid span:nth-child(1){left:6px; top:6px;}
48
+ .kbd-grid span:nth-child(2){left:22px; top:6px;}
49
+ .kbd-grid span:nth-child(3){left:38px; top:6px;}
50
+ .kbd-grid span:nth-child(4){left:6px; top:20px;}
51
+ .kbd-grid span:nth-child(5){left:22px; top:20px;}
52
+ .kbd-grid span:nth-child(6){left:38px; top:20px;}
53
+ .kbd-grid span:nth-child(7){left:14px; top:34px; width: 28px;}
54
+ /* color wheel */
55
+ .color-wheel {
56
+ width: 64px; height: 64px; border-radius: 50%;
57
+ background: conic-gradient(red, yellow, lime, cyan, blue, magenta, red);
58
+ border: 3px solid #333;
59
+ }
60
+ /* target icon */
61
+ .target-icon {
62
+ width: 64px; height: 64px; border-radius: 50%;
63
+ border: 6px solid #cfcfcf; position: relative;
64
+ }
65
+ .target-icon::before {
66
+ content:""; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
67
+ width: 14px; height: 14px; background:#cfcfcf; border-radius:50%;
68
+ }
69
+ /* vertical slider icon */
70
+ .slider {
71
+ width: 12px; height: 64px; background: #bbb; border-radius: 6px; position: relative;
72
+ }
73
+ .slider::after {
74
+ content:""; position: absolute; left: -6px; top: 14px; width: 24px; height: 10px;
75
+ background: #eee; border-radius: 5px; border: 2px solid #bbb;
76
+ }
77
+ .check {
78
+ font-size: 48px; color: #fff; margin-left: auto;
79
+ }
80
+
81
+ /* Floating text modal */
82
+ .text-modal {
83
+ position: absolute;
84
+ top: 170px;
85
+ left: 90px;
86
+ width: 900px;
87
+ height: 640px;
88
+ background: #2e2e2e;
89
+ border-radius: 8px;
90
+ box-shadow: 0 12px 30px rgba(0,0,0,0.35);
91
+ color: #fff;
92
+ }
93
+ .text-modal .title {
94
+ text-align: center;
95
+ font-size: 44px;
96
+ padding: 28px 0 16px;
97
+ color: #dddddd;
98
+ }
99
+ .text-area {
100
+ width: 860px;
101
+ height: 520px;
102
+ margin: 0 auto;
103
+ background: linear-gradient(#f4f4f4, #eaeaea);
104
+ border: 6px solid #3b5d86;
105
+ border-radius: 8px;
106
+ color: #000;
107
+ font-size: 72px;
108
+ padding: 24px;
109
+ }
110
+
111
+ /* Canvas scribbles */
112
+ .scribble {
113
+ position: absolute;
114
+ top: 740px;
115
+ left: 330px;
116
+ width: 440px;
117
+ height: 320px;
118
+ border: 6px solid #b7b7b7;
119
+ border-radius: 55% 45% 50% 40%;
120
+ transform: rotate(18deg);
121
+ opacity: 0.9;
122
+ }
123
+ .scribble2 {
124
+ position: absolute;
125
+ top: 1120px;
126
+ left: 520px;
127
+ width: 280px;
128
+ height: 140px;
129
+ border: 6px solid #b7b7b7;
130
+ border-radius: 50%;
131
+ transform: rotate(-8deg);
132
+ opacity: 0.9;
133
+ }
134
+ .spark {
135
+ position: absolute;
136
+ color: #bdbdbd;
137
+ font-size: 28px;
138
+ }
139
+
140
+ .big-word {
141
+ position: absolute;
142
+ top: 1180px;
143
+ left: 260px;
144
+ font-size: 220px;
145
+ font-weight: 800;
146
+ color: #000;
147
+ line-height: 1;
148
+ }
149
+
150
+ /* Keyboard */
151
+ .keyboard {
152
+ position: absolute;
153
+ bottom: 0;
154
+ left: 0;
155
+ width: 1080px;
156
+ height: 900px;
157
+ background: #fde8e1;
158
+ border-top: 2px solid #f1cfc4;
159
+ box-sizing: border-box;
160
+ padding-top: 18px;
161
+ }
162
+ .suggest-row {
163
+ display: flex;
164
+ align-items: center;
165
+ gap: 24px;
166
+ padding: 0 28px;
167
+ height: 110px;
168
+ }
169
+ .chip {
170
+ padding: 12px 26px;
171
+ background: #fff;
172
+ border-radius: 30px;
173
+ border: 1px solid #e0d0c8;
174
+ color: #333;
175
+ font-size: 42px;
176
+ }
177
+ .chip.icon {
178
+ display: flex; align-items: center; gap: 14px;
179
+ }
180
+ .suggest-row .spacer { flex: 1; }
181
+
182
+ .keys {
183
+ padding: 18px 22px;
184
+ display: grid;
185
+ grid-template-rows: repeat(4, auto);
186
+ row-gap: 22px;
187
+ }
188
+ .row {
189
+ display: flex;
190
+ justify-content: center;
191
+ gap: 18px;
192
+ }
193
+ .key {
194
+ width: 92px; height: 128px;
195
+ background: #ffffff;
196
+ border: 1px solid #e4d7d1;
197
+ border-radius: 18px;
198
+ display: flex; align-items: center; justify-content: center;
199
+ font-size: 54px; color: #333;
200
+ }
201
+ .key.wide { width: 130px; }
202
+ .key.backspace, .key.shift { width: 120px; }
203
+ .key.space { width: 480px; }
204
+ .key.small { width: 120px; }
205
+
206
+ /* Simple inline SVG icons styles */
207
+ .icon-svg { width: 44px; height: 44px; }
208
+ </style>
209
+ </head>
210
+ <body>
211
+ <div id="render-target">
212
+
213
+ <!-- Top toolbar -->
214
+ <div class="top-toolbar">
215
+ <div class="tool-icon">
216
+ <div class="kbd-grid">
217
+ <span></span><span></span><span></span>
218
+ <span></span><span></span><span></span>
219
+ <span></span>
220
+ </div>
221
+ </div>
222
+ <div class="tool-icon" style="font-weight:700;">Aa</div>
223
+ <div class="color-wheel"></div>
224
+ <div class="tool-icon" style="border:2px dashed #bdbdbd; border-radius:12px;">• •</div>
225
+ <div class="target-icon"></div>
226
+ <div class="slider"></div>
227
+ <div class="check">✓</div>
228
+ </div>
229
+
230
+ <!-- Floating modal -->
231
+ <div class="text-modal">
232
+ <div class="title">Text</div>
233
+ <div class="text-area">Car</div>
234
+ </div>
235
+
236
+ <!-- Canvas area -->
237
+ <div class="scribble"></div>
238
+ <div class="scribble2"></div>
239
+ <div class="spark" style="top: 980px; left: 180px;">✳</div>
240
+ <div class="spark" style="top: 1350px; left: 480px;">✳</div>
241
+
242
+ <!-- Big typed word on canvas -->
243
+ <div class="big-word">Car</div>
244
+
245
+ <!-- Keyboard -->
246
+ <div class="keyboard">
247
+ <div class="suggest-row">
248
+ <div class="chip">Car</div>
249
+ <div class="chip">Cars</div>
250
+ <div class="chip">🚗</div>
251
+ <div class="chip">🚨</div>
252
+ <div class="spacer"></div>
253
+ <div class="chip icon">
254
+ <svg class="icon-svg" viewBox="0 0 24 24">
255
+ <path d="M12 3c2 0 3 1 3 3v6c0 2-1 3-3 3s-3-1-3-3V6c0-2 1-3 3-3zm-4 15h8v2H8z" fill="#444"/>
256
+ </svg>
257
+ Voice
258
+ </div>
259
+ </div>
260
+
261
+ <div class="keys">
262
+ <div class="row">
263
+ <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>
264
+ <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>
265
+ </div>
266
+ <div class="row">
267
+ <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>
268
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
269
+ </div>
270
+ <div class="row">
271
+ <div class="key shift">
272
+ <svg class="icon-svg" viewBox="0 0 24 24">
273
+ <path d="M12 4l7 8h-4v8H9v-8H5z" fill="#555"/>
274
+ </svg>
275
+ </div>
276
+ <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>
277
+ <div class="key">n</div><div class="key">m</div>
278
+ <div class="key backspace">
279
+ <svg class="icon-svg" viewBox="0 0 24 24">
280
+ <path d="M3 12l5-6h11v12H8z" fill="#555"/>
281
+ <path d="M11 9l4 4m0-4l-4 4" stroke="#fff" stroke-width="2" />
282
+ </svg>
283
+ </div>
284
+ </div>
285
+ <div class="row">
286
+ <div class="key small">?123</div>
287
+ <div class="key small">,</div>
288
+ <div class="key small">☺</div>
289
+ <div class="key space"></div>
290
+ <div class="key small">.</div>
291
+ <div class="key small">
292
+ <svg class="icon-svg" viewBox="0 0 24 24">
293
+ <path d="M6 12h9l-3-3 1-1 5 5-5 5-1-1 3-3H6z" fill="#555"/>
294
+ </svg>
295
+ </div>
296
+ </div>
297
+ </div>
298
+ </div>
299
+
300
+ </div>
301
+ </body>
302
+ </html>
code/1202/1202_5.html ADDED
@@ -0,0 +1,269 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Drawing App UI Mock</title>
6
+ <style>
7
+ body {
8
+ margin: 0;
9
+ padding: 0;
10
+ background: transparent;
11
+ font-family: Arial, Helvetica, sans-serif;
12
+ }
13
+ #render-target {
14
+ width: 1080px;
15
+ height: 2400px;
16
+ position: relative;
17
+ overflow: hidden;
18
+ background: #ffffff;
19
+ }
20
+
21
+ /* Top tool bar */
22
+ .toolbar {
23
+ position: absolute;
24
+ top: 26px;
25
+ left: 24px;
26
+ width: 1032px;
27
+ height: 118px;
28
+ background: #f8f8f8;
29
+ border-radius: 12px;
30
+ box-shadow: 0 1px 0 rgba(0,0,0,0.08);
31
+ display: flex;
32
+ align-items: center;
33
+ padding: 0 18px;
34
+ gap: 28px;
35
+ }
36
+ .icon {
37
+ width: 84px;
38
+ height: 84px;
39
+ display: flex;
40
+ align-items: center;
41
+ justify-content: center;
42
+ }
43
+ .icon svg {
44
+ width: 72px;
45
+ height: 72px;
46
+ stroke: #3c3c3c;
47
+ fill: none;
48
+ stroke-width: 2.5;
49
+ }
50
+
51
+ /* Main title */
52
+ .title {
53
+ position: absolute;
54
+ top: 1290px;
55
+ left: 260px;
56
+ font-size: 260px;
57
+ line-height: 1;
58
+ color: #000000;
59
+ font-weight: 500;
60
+ letter-spacing: -6px;
61
+ }
62
+
63
+ /* Sketch elements */
64
+ .sketch {
65
+ position: absolute;
66
+ left: 430px;
67
+ top: 950px;
68
+ width: 420px;
69
+ height: 320px;
70
+ }
71
+ .sketch path {
72
+ stroke: #7a7a7a;
73
+ stroke-width: 4;
74
+ fill: none;
75
+ stroke-linecap: round;
76
+ stroke-linejoin: round;
77
+ opacity: 0.9;
78
+ }
79
+
80
+ .curve {
81
+ position: absolute;
82
+ left: 460px;
83
+ top: 1210px;
84
+ width: 280px;
85
+ height: 100px;
86
+ }
87
+ .curve path {
88
+ stroke: #7a7a7a;
89
+ stroke-width: 4;
90
+ fill: none;
91
+ stroke-linecap: round;
92
+ opacity: 0.9;
93
+ }
94
+
95
+ /* Small scribble stars */
96
+ .spark {
97
+ position: absolute;
98
+ width: 32px;
99
+ height: 32px;
100
+ opacity: 0.6;
101
+ }
102
+ .spark svg {
103
+ width: 100%;
104
+ height: 100%;
105
+ stroke: #7d7d7d;
106
+ stroke-width: 3;
107
+ fill: none;
108
+ stroke-linecap: round;
109
+ }
110
+
111
+ /* Bottom faint loader circle */
112
+ .loader {
113
+ position: absolute;
114
+ left: 520px;
115
+ top: 2210px;
116
+ width: 40px;
117
+ height: 40px;
118
+ opacity: 0.3;
119
+ }
120
+ .loader svg {
121
+ width: 100%;
122
+ height: 100%;
123
+ stroke: #cfcfcf;
124
+ stroke-width: 6;
125
+ fill: none;
126
+ }
127
+ </style>
128
+ </head>
129
+ <body>
130
+ <div id="render-target">
131
+
132
+ <!-- Top tool bar with icons -->
133
+ <div class="toolbar">
134
+ <!-- List icon -->
135
+ <div class="icon">
136
+ <svg viewBox="0 0 24 24">
137
+ <rect x="2" y="2" width="20" height="20" rx="3" ry="3" stroke="#6b6b6b"></rect>
138
+ <line x1="7" y1="7" x2="17" y2="7"></line>
139
+ <line x1="7" y1="12" x2="17" y2="12"></line>
140
+ <line x1="7" y1="17" x2="17" y2="17"></line>
141
+ </svg>
142
+ </div>
143
+
144
+ <!-- Back arrow -->
145
+ <div class="icon">
146
+ <svg viewBox="0 0 24 24">
147
+ <path d="M8 5 L3 12 L8 19"></path>
148
+ <path d="M3 12 H20"></path>
149
+ </svg>
150
+ </div>
151
+
152
+ <!-- Forward/redo arrow -->
153
+ <div class="icon">
154
+ <svg viewBox="0 0 24 24">
155
+ <path d="M16 5 L21 12 L16 19"></path>
156
+ <path d="M21 12 H4"></path>
157
+ </svg>
158
+ </div>
159
+
160
+ <!-- Grid 3x3 icon -->
161
+ <div class="icon">
162
+ <svg viewBox="0 0 24 24">
163
+ <rect x="3" y="3" width="5" height="5"></rect>
164
+ <rect x="10" y="3" width="5" height="5"></rect>
165
+ <rect x="17" y="3" width="4" height="5"></rect>
166
+ <rect x="3" y="10" width="5" height="5"></rect>
167
+ <rect x="10" y="10" width="5" height="5"></rect>
168
+ <rect x="17" y="10" width="4" height="5"></rect>
169
+ <rect x="3" y="17" width="5" height="4"></rect>
170
+ <rect x="10" y="17" width="5" height="4"></rect>
171
+ <rect x="17" y="17" width="4" height="4"></rect>
172
+ </svg>
173
+ </div>
174
+
175
+ <!-- Pencil nib icon -->
176
+ <div class="icon">
177
+ <svg viewBox="0 0 24 24">
178
+ <path d="M12 2 L6 15 L12 22 L18 15 Z"></path>
179
+ <circle cx="12" cy="14" r="2"></circle>
180
+ </svg>
181
+ </div>
182
+
183
+ <!-- Pen nib icon -->
184
+ <div class="icon">
185
+ <svg viewBox="0 0 24 24">
186
+ <path d="M12 2 L4 16 L12 22 L20 16 Z"></path>
187
+ <path d="M12 9 V14"></path>
188
+ </svg>
189
+ </div>
190
+
191
+ <!-- Color ring icon -->
192
+ <div class="icon">
193
+ <svg viewBox="0 0 24 24" style="stroke-width:4">
194
+ <path d="M12 2 A10 10 0 0 1 22 12" stroke="#ff5252"></path>
195
+ <path d="M22 12 A10 10 0 0 1 12 22" stroke="#4caf50"></path>
196
+ <path d="M12 22 A10 10 0 0 1 2 12" stroke="#2196f3"></path>
197
+ <path d="M2 12 A10 10 0 0 1 12 2" stroke="#ffb300"></path>
198
+ </svg>
199
+ </div>
200
+
201
+ <!-- Layers icon -->
202
+ <div class="icon">
203
+ <svg viewBox="0 0 24 24">
204
+ <polygon points="12,3 3,9 12,15 21,9"></polygon>
205
+ <polygon points="12,11 3,17 12,23 21,17"></polygon>
206
+ </svg>
207
+ </div>
208
+
209
+ <!-- Corner/Frame icon -->
210
+ <div class="icon">
211
+ <svg viewBox="0 0 24 24">
212
+ <path d="M3 9 V3 H9"></path>
213
+ <path d="M21 9 V3 H15"></path>
214
+ <path d="M3 15 V21 H9"></path>
215
+ <path d="M21 15 V21 H15"></path>
216
+ </svg>
217
+ </div>
218
+ </div>
219
+
220
+ <!-- Hand-drawn grey shape above text -->
221
+ <svg class="sketch" viewBox="0 0 420 320">
222
+ <!-- Organic blob -->
223
+ <path d="M110 50
224
+ C85 75, 90 120, 95 170
225
+ C110 230, 165 275, 220 300
226
+ C280 310, 340 280, 375 235
227
+ C395 210, 400 170, 395 140
228
+ C388 115, 355 93, 316 67
229
+ C275 40, 210 20, 160 32
230
+ C140 37, 125 41, 110 50 Z"></path>
231
+ </svg>
232
+
233
+ <!-- Gentle curve below the blob touching the text -->
234
+ <svg class="curve" viewBox="0 0 280 100">
235
+ <path d="M10 80 C60 20, 160 15, 270 55"></path>
236
+ </svg>
237
+
238
+ <!-- Large title -->
239
+ <div class="title">Car</div>
240
+
241
+ <!-- Small sketch stars -->
242
+ <div class="spark" style="left:170px; top:1170px;">
243
+ <svg viewBox="0 0 24 24">
244
+ <path d="M12 2 V22"></path>
245
+ <path d="M2 12 H22"></path>
246
+ <path d="M4 4 L20 20"></path>
247
+ <path d="M20 4 L4 20"></path>
248
+ </svg>
249
+ </div>
250
+
251
+ <div class="spark" style="left:466px; top:1470px;">
252
+ <svg viewBox="0 0 24 24">
253
+ <path d="M12 2 V22"></path>
254
+ <path d="M2 12 H22"></path>
255
+ <path d="M4 4 L20 20"></path>
256
+ <path d="M20 4 L4 20"></path>
257
+ </svg>
258
+ </div>
259
+
260
+ <!-- Bottom faint loader circle -->
261
+ <div class="loader">
262
+ <svg viewBox="0 0 24 24">
263
+ <circle cx="12" cy="12" r="9"></circle>
264
+ </svg>
265
+ </div>
266
+
267
+ </div>
268
+ </body>
269
+ </html>
code/12022/12022_0.html ADDED
@@ -0,0 +1,327 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Android Home UI Mock</title>
6
+ <style>
7
+ body {
8
+ margin: 0;
9
+ padding: 0;
10
+ background: transparent;
11
+ font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
12
+ }
13
+ #render-target {
14
+ width: 1080px;
15
+ height: 2400px;
16
+ position: relative;
17
+ overflow: hidden;
18
+ background:
19
+ radial-gradient(1200px 1400px at 70% 30%, rgba(0,0,0,0.25), transparent 60%),
20
+ repeating-linear-gradient(135deg, #1f2123 0px, #1f2123 36px, #17191b 36px, #17191b 72px);
21
+ color: #ffffff;
22
+ }
23
+
24
+ /* Status bar */
25
+ .status-bar {
26
+ position: absolute;
27
+ top: 16px;
28
+ left: 24px;
29
+ right: 24px;
30
+ height: 56px;
31
+ display: flex;
32
+ align-items: center;
33
+ justify-content: space-between;
34
+ font-weight: 600;
35
+ letter-spacing: 0.5px;
36
+ }
37
+ .status-left {
38
+ display: flex;
39
+ align-items: center;
40
+ gap: 14px;
41
+ font-size: 32px;
42
+ opacity: 0.95;
43
+ }
44
+ .status-right {
45
+ display: flex;
46
+ align-items: center;
47
+ gap: 20px;
48
+ }
49
+ .icon {
50
+ width: 40px;
51
+ height: 40px;
52
+ }
53
+
54
+ /* Date & weather */
55
+ .date-weather {
56
+ position: absolute;
57
+ top: 180px;
58
+ left: 64px;
59
+ }
60
+ .date-weather .date {
61
+ font-size: 64px;
62
+ font-weight: 600;
63
+ }
64
+ .date-weather .weather {
65
+ margin-top: 22px;
66
+ display: flex;
67
+ align-items: center;
68
+ gap: 18px;
69
+ font-size: 40px;
70
+ opacity: 0.9;
71
+ }
72
+
73
+ /* App grid */
74
+ .apps-row {
75
+ position: absolute;
76
+ left: 0;
77
+ width: 100%;
78
+ display: flex;
79
+ justify-content: space-around;
80
+ padding: 0 40px;
81
+ }
82
+ .apps-row.row1 { top: 1550px; }
83
+ .apps-row.row2 { top: 1800px; }
84
+
85
+ .app {
86
+ width: 180px;
87
+ text-align: center;
88
+ color: #fff;
89
+ }
90
+ .circle-icon {
91
+ width: 160px;
92
+ height: 160px;
93
+ border-radius: 50%;
94
+ background: #ffffff;
95
+ box-shadow: 0 10px 24px rgba(0,0,0,0.35);
96
+ display: flex;
97
+ align-items: center;
98
+ justify-content: center;
99
+ margin: 0 auto;
100
+ }
101
+ .label {
102
+ margin-top: 18px;
103
+ font-size: 36px;
104
+ font-weight: 600;
105
+ letter-spacing: 0.3px;
106
+ opacity: 0.95;
107
+ }
108
+
109
+ /* Search bar */
110
+ .search-bar {
111
+ position: absolute;
112
+ left: 60px;
113
+ right: 60px;
114
+ bottom: 160px;
115
+ height: 140px;
116
+ background: #2f3134;
117
+ border-radius: 80px;
118
+ box-shadow: inset 0 0 0 2px rgba(255,255,255,0.06), 0 12px 28px rgba(0,0,0,0.45);
119
+ display: flex;
120
+ align-items: center;
121
+ padding: 0 36px;
122
+ gap: 28px;
123
+ color: #fff;
124
+ }
125
+ .search-pill-text {
126
+ font-size: 38px;
127
+ opacity: 0.9;
128
+ }
129
+ .search-actions {
130
+ margin-left: auto;
131
+ display: flex;
132
+ align-items: center;
133
+ gap: 28px;
134
+ }
135
+ .pill-icon {
136
+ width: 64px;
137
+ height: 64px;
138
+ }
139
+
140
+ /* Gesture handle */
141
+ .gesture {
142
+ position: absolute;
143
+ bottom: 60px;
144
+ left: 50%;
145
+ transform: translateX(-50%);
146
+ width: 420px;
147
+ height: 10px;
148
+ background: #cfcfcf;
149
+ border-radius: 10px;
150
+ opacity: 0.55;
151
+ }
152
+
153
+ /* Helper small text under icons in first row */
154
+ .row1 .label { opacity: 0.95; }
155
+ .row2 .label { display: none; } /* bottom row icons usually unlabeled */
156
+
157
+ /* Simple utility colors for icon parts */
158
+ .g-blue { fill: #4285F4; }
159
+ .g-red { fill: #EA4335; }
160
+ .g-yellow { fill: #FBBC05; }
161
+ .g-green { fill: #34A853; }
162
+ </style>
163
+ </head>
164
+ <body>
165
+ <div id="render-target">
166
+
167
+ <!-- Status Bar -->
168
+ <div class="status-bar">
169
+ <div class="status-left">1:55</div>
170
+ <div class="status-right">
171
+ <!-- Wi-Fi icon -->
172
+ <svg class="icon" viewBox="0 0 24 24">
173
+ <path fill="#ffffff" d="M12 18.5c.7 0 1.3.6 1.3 1.3s-.6 1.3-1.3 1.3-1.3-.6-1.3-1.3.6-1.3 1.3-1.3zm-6.8-6.1c3.8-3.4 9.7-3.4 13.5 0l-1.6 1.6c-2.9-2.4-7.4-2.4-10.3 0l-1.6-1.6zm3.8 3.7c2.2-1.9 5.6-1.9 7.8 0l-1.6 1.6c-1.4-1.1-3.2-1.1-4.6 0l-1.6-1.6z"></path>
174
+ </svg>
175
+ <!-- Battery icon -->
176
+ <svg class="icon" viewBox="0 0 24 24">
177
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2" fill="#ffffff"></rect>
178
+ <rect x="4" y="8" width="13" height="8" fill="#1f2123"></rect>
179
+ <rect x="19.5" y="9" width="2.5" height="6" rx="1" fill="#ffffff"></rect>
180
+ </svg>
181
+ </div>
182
+ </div>
183
+
184
+ <!-- Date and Weather -->
185
+ <div class="date-weather">
186
+ <div class="date">Wed, Jul 12</div>
187
+ <div class="weather">
188
+ <!-- Cloud icon -->
189
+ <svg class="icon" viewBox="0 0 24 24" style="width:52px;height:52px;">
190
+ <path fill="#ffffff" d="M6 15.5c-2.2 0-4-1.7-4-3.8s1.8-3.8 4-3.8c.6-2.2 2.7-3.9 5.2-3.9 3 0 5.4 2.3 5.6 5.2 2.1.2 3.7 1.9 3.7 4 0 2.2-1.8 4-4 4H6z"/>
191
+ </svg>
192
+ <div>31°C</div>
193
+ </div>
194
+ </div>
195
+
196
+ <!-- First row of apps -->
197
+ <div class="apps-row row1">
198
+ <!-- Play Store -->
199
+ <div class="app">
200
+ <div class="circle-icon">
201
+ <svg viewBox="0 0 100 100" width="110" height="110">
202
+ <polygon points="20,20 80,50 20,80" fill="#34A853"></polygon>
203
+ <polygon points="35,25 80,50 35,75" fill="#4285F4" opacity="0.9"></polygon>
204
+ <polygon points="20,20 35,25 35,75 20,80" fill="#FBBC05"></polygon>
205
+ <polygon points="20,80 35,75 50,88" fill="#EA4335"></polygon>
206
+ </svg>
207
+ </div>
208
+ <div class="label">Play Store</div>
209
+ </div>
210
+
211
+ <!-- Gmail -->
212
+ <div class="app">
213
+ <div class="circle-icon">
214
+ <svg viewBox="0 0 100 100" width="120" height="120">
215
+ <rect x="18" y="28" width="64" height="44" rx="8" fill="#ffffff" stroke="#B0B0B0" stroke-width="3"></rect>
216
+ <path d="M18 30 L50 54 L82 30" stroke-width="12" stroke="#EA4335" fill="none"></path>
217
+ <path d="M22 74 V36" stroke="#34A853" stroke-width="12"></path>
218
+ <path d="M78 74 V36" stroke="#4285F4" stroke-width="12"></path>
219
+ </svg>
220
+ </div>
221
+ <div class="label">Gmail</div>
222
+ </div>
223
+
224
+ <!-- Photos -->
225
+ <div class="app">
226
+ <div class="circle-icon">
227
+ <svg viewBox="0 0 100 100" width="120" height="120">
228
+ <circle cx="50" cy="30" r="18" fill="#EA4335"></circle>
229
+ <circle cx="70" cy="50" r="18" fill="#FBBC05"></circle>
230
+ <circle cx="50" cy="70" r="18" fill="#34A853"></circle>
231
+ <circle cx="30" cy="50" r="18" fill="#4285F4"></circle>
232
+ </svg>
233
+ </div>
234
+ <div class="label">Photos</div>
235
+ </div>
236
+
237
+ <!-- YouTube -->
238
+ <div class="app">
239
+ <div class="circle-icon">
240
+ <svg viewBox="0 0 100 100" width="120" height="120">
241
+ <rect x="18" y="32" width="64" height="36" rx="12" fill="#ff0000"></rect>
242
+ <polygon points="44,40 44,60 66,50" fill="#ffffff"></polygon>
243
+ </svg>
244
+ </div>
245
+ <div class="label">YouTube</div>
246
+ </div>
247
+ </div>
248
+
249
+ <!-- Second row of apps -->
250
+ <div class="apps-row row2">
251
+ <!-- Phone -->
252
+ <div class="app">
253
+ <div class="circle-icon">
254
+ <svg viewBox="0 0 100 100" width="110" height="110">
255
+ <path d="M36 28c3-3 8-3 11 0l7 7c2 2 2 5 0 7l-6 6c3 6 8 11 14 14l6-6c2-2 5-2 7 0l7 7c3 3 3 8 0 11-7 7-20 5-33-6S30 44 36 28z" fill="#3D78FF"></path>
256
+ </svg>
257
+ </div>
258
+ </div>
259
+
260
+ <!-- Messages -->
261
+ <div class="app">
262
+ <div class="circle-icon">
263
+ <svg viewBox="0 0 100 100" width="110" height="110">
264
+ <rect x="20" y="26" width="60" height="40" rx="10" fill="#4285F4"></rect>
265
+ <polygon points="30,66 46,66 35,78" fill="#4285F4"></polygon>
266
+ <rect x="28" y="38" width="44" height="6" rx="3" fill="#ffffff" opacity="0.9"></rect>
267
+ <rect x="28" y="48" width="32" height="6" rx="3" fill="#ffffff" opacity="0.9"></rect>
268
+ </svg>
269
+ </div>
270
+ </div>
271
+
272
+ <!-- Chrome -->
273
+ <div class="app">
274
+ <div class="circle-icon">
275
+ <svg viewBox="0 0 100 100" width="110" height="110">
276
+ <circle cx="50" cy="50" r="36" fill="#4285F4"></circle>
277
+ <path d="M50 14 A36 36 0 0 1 86 50 H50 Z" fill="#EA4335"></path>
278
+ <path d="M14 50 A36 36 0 0 1 50 14 L64 38 50 50 Z" fill="#FBBC05"></path>
279
+ <path d="M86 50 A36 36 0 0 1 50 86 L36 62 50 50 Z" fill="#34A853"></path>
280
+ <circle cx="50" cy="50" r="16" fill="#ffffff"></circle>
281
+ </svg>
282
+ </div>
283
+ </div>
284
+
285
+ <!-- Camera -->
286
+ <div class="app">
287
+ <div class="circle-icon">
288
+ <svg viewBox="0 0 100 100" width="110" height="110">
289
+ <rect x="20" y="32" width="60" height="40" rx="8" fill="#7a8086"></rect>
290
+ <rect x="32" y="22" width="20" height="10" rx="4" fill="#9aa0a6"></rect>
291
+ <circle cx="50" cy="52" r="14" fill="#212121"></circle>
292
+ <circle cx="50" cy="52" r="6" fill="#5f9ea0"></circle>
293
+ </svg>
294
+ </div>
295
+ </div>
296
+ </div>
297
+
298
+ <!-- Google Search Bar -->
299
+ <div class="search-bar">
300
+ <!-- Google 'G' style mark -->
301
+ <svg class="pill-icon" viewBox="0 0 24 24">
302
+ <path class="g-blue" d="M12 4a8 8 0 0 1 5.7 2.3l-2.3 2.3A5 5 0 0 0 12 7c-2.7 0-5 2.2-5 5s2.3 5 5 5c2.1 0 3.9-1.2 4.6-3H12v-3h8c.1.5.1 1 .1 1.5C20.1 16.9 16.6 20 12 20A8 8 0 1 1 12 4z"></path>
303
+ </svg>
304
+ <div class="search-pill-text">Search</div>
305
+ <div class="search-actions">
306
+ <!-- Microphone -->
307
+ <svg class="pill-icon" viewBox="0 0 24 24">
308
+ <rect x="9" y="3" width="6" height="10" rx="3" fill="#4CAF50"></rect>
309
+ <path d="M6 10a6 6 0 0 0 12 0" stroke="#ffffff" stroke-width="2" fill="none"></path>
310
+ <rect x="11" y="14" width="2" height="5" fill="#ffffff"></rect>
311
+ <rect x="8" y="20" width="8" height="2" rx="1" fill="#ffffff"></rect>
312
+ </svg>
313
+ <!-- Camera -->
314
+ <svg class="pill-icon" viewBox="0 0 24 24">
315
+ <rect x="4" y="7" width="16" height="10" rx="2" fill="#fbbc05"></rect>
316
+ <rect x="9" y="4" width="6" height="3" rx="1" fill="#ea4335"></rect>
317
+ <circle cx="12" cy="12" r="4" fill="#4285f4"></circle>
318
+ </svg>
319
+ </div>
320
+ </div>
321
+
322
+ <!-- Gesture handle -->
323
+ <div class="gesture"></div>
324
+
325
+ </div>
326
+ </body>
327
+ </html>
code/12022/12022_1.html ADDED
@@ -0,0 +1,193 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>Product Q&A and Suggestions</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
+ position:relative;
10
+ width:1080px;height:2400px;
11
+ overflow:hidden;
12
+ background:#ffffff;
13
+ border:1px solid #dcdcdc;
14
+ box-sizing:border-box;
15
+ }
16
+ .status-bar{
17
+ height:88px;
18
+ padding:18px 28px;
19
+ display:flex;
20
+ align-items:center;
21
+ justify-content:space-between;
22
+ color:#222;
23
+ font-weight:600;
24
+ font-size:34px;
25
+ }
26
+ .icon-row svg{width:36px;height:36px;margin-left:18px;fill:#555;}
27
+ .divider{height:1px;background:#e6e6e6;margin:0;}
28
+ .section{padding:28px 32px;}
29
+ .qtext{font-size:42px;font-weight:700;color:#111;margin:8px 0 18px;}
30
+ .atext{font-size:36px;color:#111;margin:4px 0 16px;}
31
+ .chip-row{display:flex;gap:20px;margin:16px 0;}
32
+ .chip{
33
+ display:inline-flex;align-items:center;gap:14px;
34
+ padding:16px 22px;border:1px solid #d8d8d8;border-radius:40px;
35
+ background:#f6f6f6;color:#333;font-size:30px;font-weight:600;
36
+ }
37
+ .chip .muted{color:#7d7d7d;font-weight:500;}
38
+ .cert{
39
+ display:flex;align-items:center;color:#2c7a59;font-size:30px;margin-top:8px;
40
+ gap:12px;
41
+ }
42
+ .cert .dot{
43
+ width:26px;height:26px;border-radius:50%;background:#2c7a59;display:inline-flex;
44
+ align-items:center;justify-content:center;color:#fff;font-size:20px;
45
+ }
46
+ .ellipsis{position:absolute;right:24px;top:20px;color:#777;font-size:44px;}
47
+ .row-link{
48
+ display:flex;align-items:center;justify-content:space-between;
49
+ padding:26px 32px;font-size:38px;color:#111;font-weight:700;
50
+ }
51
+ .chev{width:28px;height:28px;border-right:4px solid #888;border-top:4px solid #888;transform:rotate(45deg);}
52
+ .soldby{padding:16px 32px;}
53
+ .seller-line{display:flex;align-items:center;gap:18px;margin-top:6px;}
54
+ .stars{color:#1e6de6;font-size:40px;letter-spacing:2px;}
55
+ .search-header{padding:28px 32px 12px;font-size:46px;font-weight:800;color:#111;}
56
+ .cards{display:flex;gap:26px;padding:10px 32px;}
57
+ .card{
58
+ width:240px;
59
+ border:1px solid #e0e0e0;border-radius:16px;overflow:hidden;background:#fff;
60
+ }
61
+ .img{
62
+ width:100%;height:260px;background:#E0E0E0;border-bottom:1px solid #BDBDBD;
63
+ display:flex;align-items:center;justify-content:center;color:#757575;font-size:26px;text-align:center;padding:10px;box-sizing:border-box;
64
+ }
65
+ .card-title{padding:18px;font-size:34px;color:#111;line-height:1.2;min-height:120px;}
66
+ .sticky{
67
+ position:absolute;left:0;right:0;bottom:240px;height:150px;
68
+ display:flex;
69
+ box-shadow:0 -2px 8px rgba(0,0,0,0.08);
70
+ }
71
+ .btn-left,.btn-right{
72
+ flex:1;display:flex;align-items:center;justify-content:center;font-size:44px;font-weight:800;
73
+ }
74
+ .btn-left{background:#f1f1f1;color:#111;}
75
+ .btn-right{background:#f9c939;color:#111;}
76
+ .ad-banner{
77
+ position:absolute;left:0;right:0;bottom:0;height:240px;background:#E0E0E0;border-top:1px solid #BDBDBD;
78
+ display:flex;align-items:center;justify-content:center;color:#6a6a6a;font-size:36px;
79
+ }
80
+ .chat{
81
+ position:absolute;right:24px;bottom:320px;background:#ffffff;border-radius:48px;border:1px solid #d8d8d8;
82
+ display:flex;align-items:center;gap:18px;padding:16px 26px;box-shadow:0 4px 12px rgba(0,0,0,0.12);
83
+ font-size:36px;font-weight:700;color:#1a73e8;
84
+ }
85
+ .chat .face{width:72px;height:72px;border-radius:50%;background:#ffef76;display:flex;align-items:center;justify-content:center;color:#2b5498;font-size:40px;}
86
+ .chat .close{
87
+ width:64px;height:64px;border-radius:50%;background:#f3f3f3;display:flex;align-items:center;justify-content:center;color:#777;font-size:42px;margin-left:8px;
88
+ }
89
+ .muterow{display:flex;align-items:center;gap:18px;color:#777;font-size:30px;margin-top:8px;}
90
+ .small-ell{position:absolute;right:24px;top:18px;color:#777;font-size:44px;}
91
+ </style>
92
+ </head>
93
+ <body>
94
+ <div id="render-target">
95
+
96
+ <!-- Status bar -->
97
+ <div class="status-bar">
98
+ <div>1:59</div>
99
+ <div class="icon-row">
100
+ <!-- wifi -->
101
+ <svg viewBox="0 0 24 24"><path d="M12 18.5c-.9 0-1.6.7-1.6 1.5S11.1 21.5 12 21.5s1.6-.7 1.6-1.5-.7-1.5-1.6-1.5zm6-2.7a10.5 10.5 0 0 0-12 0l1.4 1.7a8.4 8.4 0 0 1 9.3 0L18 15.8zm3-3.6a15 15 0 0 0-18 0l1.5 1.7a12.7 12.7 0 0 1 15 0L21 12.2z"/></svg>
102
+ <!-- battery -->
103
+ <svg viewBox="0 0 24 24"><path d="M16 6H3a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h13a2 2 0 0 0 2-2v-2h2v-4h-2V8a2 2 0 0 0-2-2zm0 10H3V8h13v8z"/></svg>
104
+ </div>
105
+ </div>
106
+ <div class="divider"></div>
107
+
108
+ <!-- Q&A block -->
109
+ <div class="section" style="position:relative;">
110
+ <div class="muterow">
111
+ <span class="chip">Helpful for 63</span>
112
+ <span class="chip"><span class="muted">20</span></span>
113
+ </div>
114
+ <div class="ellipsis">⋮</div>
115
+
116
+ <div class="qtext">Q: What is the diameter of this watch?</div>
117
+ <div class="atext">A: 1.5 inch</div>
118
+
119
+ <div class="muterow">
120
+ <span>Sumit Ranja...</span>
121
+ </div>
122
+ <div class="chip-row">
123
+ <div class="chip">Helpful for 53</div>
124
+ <div class="chip"><span class="muted">21</span></div>
125
+ </div>
126
+ <div class="cert"><span class="dot">✓</span>Certified Buyer</div>
127
+ </div>
128
+ <div class="divider"></div>
129
+
130
+ <!-- All Questions -->
131
+ <div class="row-link">
132
+ <div>All Questions</div>
133
+ <div class="chev"></div>
134
+ </div>
135
+ <div class="divider"></div>
136
+
137
+ <!-- Sold by -->
138
+ <div class="section soldby">
139
+ <div style="font-size:36px;color:#777;margin-bottom:6px;">Sold By</div>
140
+ <div class="seller-line">
141
+ <div style="font-size:44px;font-weight:800;color:#111;">Luxurit</div>
142
+ <div class="stars">★ ★ ★ ★ ☆</div>
143
+ </div>
144
+ </div>
145
+ <div class="divider"></div>
146
+
147
+ <!-- see other sellers -->
148
+ <div class="row-link">
149
+ <div>See other sellers</div>
150
+ <div class="chev"></div>
151
+ </div>
152
+ <div class="divider"></div>
153
+
154
+ <!-- People also searched for -->
155
+ <div class="search-header">People also searched for</div>
156
+ <div class="cards">
157
+ <div class="card">
158
+ <div class="img">[IMG: Fossil-style watch photo]</div>
159
+ <div class="card-title">watch for men</div>
160
+ </div>
161
+ <div class="card">
162
+ <div class="img">[IMG: Captain America watch photo]</div>
163
+ <div class="card-title">watch</div>
164
+ </div>
165
+ <div class="card">
166
+ <div class="img">[IMG: Blue sports watch]</div>
167
+ <div class="card-title">sports watch men</div>
168
+ </div>
169
+ <div class="card">
170
+ <div class="img">[IMG: Green digital sports watch]</div>
171
+ <div class="card-title">v2a watch men</div>
172
+ </div>
173
+ </div>
174
+
175
+ <!-- sticky action bar -->
176
+ <div class="sticky">
177
+ <div class="btn-left">Add to cart</div>
178
+ <div class="btn-right">Buy now</div>
179
+ </div>
180
+
181
+ <!-- chat bubble -->
182
+ <div class="chat">
183
+ <div class="face">:)</div>
184
+ <div>Let's chat</div>
185
+ <div class="close">×</div>
186
+ </div>
187
+
188
+ <!-- bottom ad -->
189
+ <div class="ad-banner">[AD: SONATA watch banner]</div>
190
+
191
+ </div>
192
+ </body>
193
+ </html>
code/12022/12022_10.html ADDED
@@ -0,0 +1,341 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Product Ratings and Reviews</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; color: #212121; }
8
+ #render-target {
9
+ position: relative;
10
+ width: 1080px;
11
+ height: 2400px;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ }
15
+
16
+ /* Top status bar */
17
+ .status-bar {
18
+ height: 80px;
19
+ padding: 0 24px;
20
+ display: flex;
21
+ align-items: center;
22
+ justify-content: space-between;
23
+ color: #222;
24
+ font-weight: 600;
25
+ font-size: 36px;
26
+ }
27
+ .status-icons { display: flex; gap: 18px; align-items: center; }
28
+ .dot { width: 10px; height: 10px; background: #777; border-radius: 50%; display: inline-block; }
29
+
30
+ /* App bar */
31
+ .app-bar {
32
+ height: 110px;
33
+ display: flex;
34
+ align-items: center;
35
+ padding: 0 24px;
36
+ border-bottom: 1px solid #ececec;
37
+ gap: 18px;
38
+ }
39
+ .app-actions { margin-left: auto; display: flex; gap: 32px; }
40
+ .icon {
41
+ width: 48px; height: 48px;
42
+ }
43
+ .title { font-size: 40px; font-weight: 700; color: #222; display:none; } /* not shown in screenshot */
44
+
45
+ /* Ratings summary */
46
+ .ratings-wrap {
47
+ display: flex;
48
+ padding: 32px 28px;
49
+ border-bottom: 1px solid #eaeaea;
50
+ }
51
+ .left-summary {
52
+ width: 48%;
53
+ padding-right: 20px;
54
+ border-right: 1px solid #eaeaea;
55
+ }
56
+ .right-distribution {
57
+ width: 52%;
58
+ padding-left: 28px;
59
+ }
60
+ .summary-title { color: #6e6e6e; font-size: 40px; font-weight: 700; margin-bottom: 12px; }
61
+ .stars {
62
+ color: #2e7d32;
63
+ font-size: 44px;
64
+ letter-spacing: 4px;
65
+ margin: 6px 0 10px;
66
+ }
67
+ .small-muted { color: #777; font-size: 30px; }
68
+ .dist-row {
69
+ display: flex;
70
+ align-items: center;
71
+ gap: 16px;
72
+ margin: 16px 0;
73
+ font-size: 34px;
74
+ }
75
+ .bar {
76
+ flex: 1;
77
+ height: 20px;
78
+ background: #e6e6e6;
79
+ border-radius: 10px;
80
+ overflow: hidden;
81
+ }
82
+ .fill { height: 100%; background: #2e7d32; }
83
+ .count { width: 60px; text-align: right; color: #666; }
84
+
85
+ /* Review cards */
86
+ .review-card {
87
+ padding: 28px;
88
+ border-bottom: 1px solid #eaeaea;
89
+ }
90
+ .review-stars { color: #2e7d32; font-size: 42px; letter-spacing: 3px; }
91
+ .review-title { font-size: 40px; font-weight: 700; margin-left: 16px; color: #222; }
92
+ .review-row { display: flex; align-items: center; }
93
+ .review-text { font-size: 36px; color: #333; margin: 20px 0 26px; }
94
+ .meta { display: flex; align-items: center; gap: 20px; }
95
+ .chip {
96
+ display: inline-flex; align-items: center; gap: 12px;
97
+ border: 1px solid #dedede; padding: 10px 16px; border-radius: 26px;
98
+ color: #444; font-size: 30px; background: #fafafa;
99
+ }
100
+ .verified {
101
+ margin-top: 18px; display: flex; align-items: center; gap: 12px;
102
+ color: #666; font-size: 30px;
103
+ }
104
+ .check {
105
+ width: 18px; height: 18px; background: #111; border-radius: 50%;
106
+ }
107
+ .time { color: #888; }
108
+
109
+ /* All reviews row */
110
+ .all-reviews {
111
+ padding: 32px 28px;
112
+ display: flex; align-items: center; justify-content: space-between;
113
+ font-size: 40px; font-weight: 700;
114
+ border-bottom: 10px solid #f2f2f2;
115
+ }
116
+
117
+ /* Question box */
118
+ .question-section { padding: 28px; border-bottom: 10px solid #f2f2f2; }
119
+ .question-title { font-size: 38px; color: #333; margin-bottom: 22px; }
120
+ .question-box {
121
+ border: 1px solid #d9d9d9; border-radius: 12px; padding: 28px;
122
+ font-size: 36px; color: #1a73e8; font-weight: 700; text-align: center;
123
+ }
124
+
125
+ /* Similar products */
126
+ .similar-title { padding: 28px; font-size: 40px; font-weight: 700; }
127
+ .similar-list { display: flex; gap: 18px; padding: 0 28px; }
128
+ .img-ph {
129
+ width: 300px; height: 210px; background: #E0E0E0; border: 1px solid #BDBDBD;
130
+ display: flex; justify-content: center; align-items: center; color: #757575; font-size: 26px; border-radius: 10px;
131
+ }
132
+
133
+ /* Floating chat bubble */
134
+ .chat-bubble {
135
+ position: absolute; right: 28px; bottom: 210px;
136
+ width: 320px; height: 110px; background: #ffffff; border: 1px solid #e0e0e0; border-radius: 55px;
137
+ display: flex; align-items: center; justify-content: space-between; padding: 0 22px; box-shadow: 0 6px 18px rgba(0,0,0,0.12);
138
+ }
139
+ .chat-avatar {
140
+ width: 84px; height: 84px; background: #ffeb3b; border-radius: 50%;
141
+ display: flex; align-items: center; justify-content: center; font-size: 46px;
142
+ }
143
+ .chat-text { font-size: 34px; color: #1a73e8; font-weight: 700; }
144
+ .chat-close {
145
+ width: 70px; height: 70px; border: 1px solid #e0e0e0; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #777; font-size: 42px;
146
+ background: #fff;
147
+ }
148
+
149
+ /* Bottom action bar */
150
+ .bottom-bar {
151
+ position: absolute; left: 0; bottom: 0; width: 1080px; height: 150px; display: flex;
152
+ border-top: 1px solid #e3e3e3;
153
+ }
154
+ .btn {
155
+ flex: 1; display: flex; align-items: center; justify-content: center; font-size: 44px; font-weight: 800;
156
+ }
157
+ .btn.cart { background: #ffffff; color: #111; }
158
+ .btn.buy { background: #f7c331; color: #111; }
159
+
160
+ /* Helper */
161
+ .spacer-xxl { height: 420px; } /* allow content above bottom bar for realism */
162
+ </style>
163
+ </head>
164
+ <body>
165
+ <div id="render-target">
166
+
167
+ <!-- Status bar -->
168
+ <div class="status-bar">
169
+ <div>2:08</div>
170
+ <div class="status-icons">
171
+ <span class="dot"></span>
172
+ <span class="dot"></span>
173
+ </div>
174
+ </div>
175
+
176
+ <!-- App bar -->
177
+ <div class="app-bar">
178
+ <svg class="icon" viewBox="0 0 24 24">
179
+ <path d="M15 3L6 12l9 9" stroke="#222" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
180
+ </svg>
181
+ <div style="flex:1"></div>
182
+ <div class="app-actions">
183
+ <!-- Search -->
184
+ <svg class="icon" viewBox="0 0 24 24">
185
+ <circle cx="10" cy="10" r="7" stroke="#222" stroke-width="2" fill="none"></circle>
186
+ <line x1="15" y1="15" x2="22" y2="22" stroke="#222" stroke-width="2"></line>
187
+ </svg>
188
+ <!-- Mic -->
189
+ <svg class="icon" viewBox="0 0 24 24">
190
+ <rect x="9" y="3" width="6" height="12" rx="3" fill="#222"></rect>
191
+ <path d="M5 12c0 4 3 7 7 7s7-3 7-7" stroke="#222" stroke-width="2" fill="none"></path>
192
+ <line x1="12" y1="19" x2="12" y2="23" stroke="#222" stroke-width="2"></line>
193
+ </svg>
194
+ <!-- Cart -->
195
+ <svg class="icon" viewBox="0 0 24 24">
196
+ <circle cx="9" cy="20" r="2" fill="#222"></circle>
197
+ <circle cx="17" cy="20" r="2" fill="#222"></circle>
198
+ <path d="M3 4h3l2 10h10l2-8H7" stroke="#222" stroke-width="2" fill="none"></path>
199
+ </svg>
200
+ </div>
201
+ </div>
202
+
203
+ <!-- Ratings summary -->
204
+ <div class="ratings-wrap">
205
+ <div class="left-summary">
206
+ <div class="summary-title">Very Good</div>
207
+ <div class="stars">★★★★★</div>
208
+ <div class="small-muted">50 ratings and 4 reviews</div>
209
+ </div>
210
+
211
+ <div class="right-distribution">
212
+ <div class="dist-row">
213
+ <div style="width:70px;">5 ★</div>
214
+ <div class="bar"><div class="fill" style="width: 92%;"></div></div>
215
+ <div class="count">30</div>
216
+ </div>
217
+ <div class="dist-row">
218
+ <div style="width:70px;">4 ★</div>
219
+ <div class="bar"><div class="fill" style="width: 55%; background:#c8e6c9;"></div></div>
220
+ <div class="count">8</div>
221
+ </div>
222
+ <div class="dist-row">
223
+ <div style="width:70px;">3 ★</div>
224
+ <div class="bar"><div class="fill" style="width: 30%; background:#d7ffd9;"></div></div>
225
+ <div class="count">4</div>
226
+ </div>
227
+ <div class="dist-row">
228
+ <div style="width:70px;">2 ★</div>
229
+ <div class="bar"><div class="fill" style="width: 25%; background:#e0e0e0;"></div></div>
230
+ <div class="count">3</div>
231
+ </div>
232
+ <div class="dist-row">
233
+ <div style="width:70px;">1 ★</div>
234
+ <div class="bar"><div class="fill" style="width: 35%; background:#e0e0e0;"></div></div>
235
+ <div class="count">5</div>
236
+ </div>
237
+ </div>
238
+ </div>
239
+
240
+ <!-- Review card 1 -->
241
+ <div class="review-card">
242
+ <div class="review-row">
243
+ <div class="review-stars">★★★★★</div>
244
+ <div class="review-title">Wonderful</div>
245
+ </div>
246
+ <div class="review-text">Spr</div>
247
+
248
+ <div class="meta">
249
+ <div class="chip">
250
+ <svg width="26" height="26" viewBox="0 0 24 24">
251
+ <path d="M9 12l2 2 4-5" stroke="#2e7d32" stroke-width="3" fill="none" stroke-linecap="round"></path>
252
+ <circle cx="12" cy="12" r="9" stroke="#2e7d32" stroke-width="2" fill="none"></circle>
253
+ </svg>
254
+ Helpful
255
+ </div>
256
+ <div class="chip">
257
+ <svg width="26" height="26" viewBox="0 0 24 24">
258
+ <circle cx="12" cy="12" r="9" stroke="#888" stroke-width="2" fill="none"></circle>
259
+ <path d="M8 10h8M8 14h6" stroke="#888" stroke-width="2"></path>
260
+ </svg>
261
+ Comment
262
+ </div>
263
+ </div>
264
+
265
+ <div class="verified">
266
+ <span class="check"></span>
267
+ Verified Purchase · <span class="time">6 days ago</span>
268
+ </div>
269
+ </div>
270
+
271
+ <!-- Review card 2 -->
272
+ <div class="review-card">
273
+ <div class="review-row">
274
+ <div class="review-stars">★★★★★</div>
275
+ <div class="review-title">Best in the market!</div>
276
+ </div>
277
+ <div class="review-text">Very good product</div>
278
+
279
+ <div class="meta">
280
+ <div class="chip">
281
+ <svg width="26" height="26" viewBox="0 0 24 24">
282
+ <path d="M9 12l2 2 4-5" stroke="#2e7d32" stroke-width="3" fill="none" stroke-linecap="round"></path>
283
+ <circle cx="12" cy="12" r="9" stroke="#2e7d32" stroke-width="2" fill="none"></circle>
284
+ </svg>
285
+ Helpful
286
+ </div>
287
+ <div class="chip">
288
+ <svg width="26" height="26" viewBox="0 0 24 24">
289
+ <circle cx="12" cy="12" r="9" stroke="#888" stroke-width="2" fill="none"></circle>
290
+ <path d="M8 10h8M8 14h6" stroke="#888" stroke-width="2"></path>
291
+ </svg>
292
+ Comment
293
+ </div>
294
+ </div>
295
+
296
+ <div class="verified">
297
+ <span class="check"></span>
298
+ Verified Purchase · <span class="time">25 days ago</span>
299
+ </div>
300
+ </div>
301
+
302
+ <!-- All reviews -->
303
+ <div class="all-reviews">
304
+ <div>All 4 reviews</div>
305
+ <svg width="40" height="40" viewBox="0 0 24 24">
306
+ <path d="M8 4l8 8-8 8" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
307
+ </svg>
308
+ </div>
309
+
310
+ <!-- Ask a question -->
311
+ <div class="question-section">
312
+ <div class="question-title">Have doubts regarding this product?</div>
313
+ <div class="question-box">POST YOUR QUESTION</div>
314
+ </div>
315
+
316
+ <!-- Similar products -->
317
+ <div class="similar-title">Similar Products to Compare</div>
318
+ <div class="similar-list">
319
+ <div class="img-ph">[IMG: Product Card]</div>
320
+ <div class="img-ph">[IMG: Product Card]</div>
321
+ <div class="img-ph">[IMG: Product Card]</div>
322
+ </div>
323
+
324
+ <div class="spacer-xxl"></div>
325
+
326
+ <!-- Floating chat -->
327
+ <div class="chat-bubble">
328
+ <div class="chat-avatar">🙂</div>
329
+ <div class="chat-text">Let's chat</div>
330
+ <div class="chat-close">×</div>
331
+ </div>
332
+
333
+ <!-- Bottom bar -->
334
+ <div class="bottom-bar">
335
+ <div class="btn cart">Add to cart</div>
336
+ <div class="btn buy">Buy now</div>
337
+ </div>
338
+
339
+ </div>
340
+ </body>
341
+ </html>
code/12022/12022_2.html ADDED
@@ -0,0 +1,392 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Flipkart Style 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;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ color: #212121;
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
+ font-size: 28px;
25
+ color: #222;
26
+ }
27
+ .status-icons { display: flex; align-items: center; gap: 18px; }
28
+ .icon-small svg { width: 34px; height: 34px; fill: #555; }
29
+
30
+ /* Header */
31
+ .header {
32
+ padding: 16px 24px 8px 24px;
33
+ border-bottom: 1px solid #eee;
34
+ background: #fff;
35
+ }
36
+ .brand-row {
37
+ display: flex;
38
+ align-items: center;
39
+ gap: 18px;
40
+ }
41
+ .fk-logo {
42
+ display: flex;
43
+ align-items: center;
44
+ gap: 12px;
45
+ font-weight: 700;
46
+ color: #1976d2;
47
+ font-size: 42px;
48
+ }
49
+ .bag {
50
+ width: 56px; height: 56px; background: #ffeb3b; border-radius: 8px; border: 2px solid #e0c200;
51
+ display: inline-flex; align-items: center; justify-content: center; color: #1565c0; font-weight: 800;
52
+ }
53
+ .search-row {
54
+ margin-top: 16px;
55
+ display: flex;
56
+ gap: 18px;
57
+ align-items: center;
58
+ }
59
+ .brand-mall {
60
+ width: 190px;
61
+ display: flex;
62
+ flex-direction: column;
63
+ gap: 8px;
64
+ }
65
+ .bm-title { font-size: 28px; color: #555; }
66
+ .toggle {
67
+ width: 120px; height: 52px; border-radius: 26px; background: #f1f1f1; border: 1px solid #ddd; position: relative;
68
+ }
69
+ .toggle::after {
70
+ content: "OFF";
71
+ position: absolute;
72
+ right: 12px; top: 50%; transform: translateY(-50%);
73
+ color: #666; font-size: 22px;
74
+ }
75
+ .knob {
76
+ position: absolute; left: 4px; top: 4px; width: 44px; height: 44px; background: #fff; border: 1px solid #ccc; border-radius: 50%;
77
+ }
78
+ .searchbox {
79
+ flex: 1;
80
+ height: 92px;
81
+ border: 1px solid #ddd;
82
+ border-radius: 16px;
83
+ display: flex;
84
+ align-items: center;
85
+ padding: 0 20px;
86
+ gap: 18px;
87
+ background: #f7f7f7;
88
+ }
89
+ .searchbox input {
90
+ border: none; outline: none; background: transparent; flex: 1; font-size: 32px; color: #444;
91
+ }
92
+ .search-ico svg { width: 42px; height: 42px; fill: #757575; }
93
+ .divider { width: 1px; height: 50px; background: #ddd; }
94
+
95
+ /* Hero banner */
96
+ .hero {
97
+ margin: 8px 0 0 0;
98
+ padding: 0 0;
99
+ }
100
+ .banner {
101
+ width: 1080px;
102
+ height: 520px;
103
+ background: #E0E0E0;
104
+ border-top: 1px solid #BDBDBD;
105
+ border-bottom: 1px solid #BDBDBD;
106
+ display: flex; align-items: center; justify-content: center;
107
+ color: #757575; font-size: 36px; text-align: center;
108
+ }
109
+
110
+ /* Feature icons */
111
+ .feature-icons {
112
+ padding: 24px;
113
+ display: flex;
114
+ gap: 22px;
115
+ justify-content: space-between;
116
+ }
117
+ .feature-item {
118
+ width: 192px;
119
+ display: flex; flex-direction: column; align-items: center; gap: 10px;
120
+ }
121
+ .circle {
122
+ width: 140px; height: 140px; border-radius: 50%;
123
+ background: linear-gradient(180deg, #fff, #f1f1f1);
124
+ border: 1px solid #e0e0e0;
125
+ display: flex; align-items: center; justify-content: center;
126
+ }
127
+ .circle svg { width: 64px; height: 64px; fill: #ff7043; }
128
+ .feat-label { font-size: 28px; color: #333; text-align: center; }
129
+
130
+ /* Deals row */
131
+ .cards-row {
132
+ padding: 16px 24px;
133
+ display: grid;
134
+ grid-template-columns: repeat(3, 1fr);
135
+ gap: 18px;
136
+ }
137
+ .card {
138
+ background: #fff;
139
+ border: 1px solid #e5e5e5;
140
+ border-radius: 16px;
141
+ overflow: hidden;
142
+ box-shadow: 0 2px 4px rgba(0,0,0,0.04);
143
+ }
144
+ .card-img {
145
+ height: 220px;
146
+ background: #E0E0E0;
147
+ border-bottom: 1px solid #BDBDBD;
148
+ display: flex; align-items: center; justify-content: center;
149
+ color: #757575; font-size: 30px; text-align: center;
150
+ }
151
+ .card-body { padding: 16px; }
152
+ .card-title { font-size: 30px; font-weight: 700; margin-bottom: 8px; color: #333; }
153
+ .card-sub { font-size: 26px; color: #444; }
154
+ .price-row { margin-top: 6px; font-size: 28px; color: #1b5e20; font-weight: bold; }
155
+ .strike { color: #888; text-decoration: line-through; margin-right: 8px; }
156
+
157
+ /* Blue section */
158
+ .season {
159
+ margin-top: 6px;
160
+ background: linear-gradient(180deg, #cde9ff, #c3e4ff);
161
+ padding: 22px 24px;
162
+ border-top: 1px solid #b7ddff;
163
+ border-bottom: 1px solid #b7ddff;
164
+ }
165
+ .season-title {
166
+ font-size: 46px; font-weight: 800; color: #0b57d0;
167
+ }
168
+ .season-grid {
169
+ padding: 18px 24px 220px 24px;
170
+ display: grid;
171
+ grid-template-columns: 1fr 1fr;
172
+ gap: 22px;
173
+ }
174
+ .season-card {
175
+ background: #fff;
176
+ border: 1px solid #e2e2e2;
177
+ border-radius: 16px;
178
+ overflow: hidden;
179
+ }
180
+ .season-img {
181
+ height: 460px;
182
+ background: #E0E0E0;
183
+ border-bottom: 1px solid #BDBDBD;
184
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 34px; text-align: center; padding: 10px;
185
+ }
186
+
187
+ /* Snackbar */
188
+ .snackbar {
189
+ position: absolute;
190
+ left: 24px;
191
+ right: 24px;
192
+ bottom: 210px;
193
+ background: #222;
194
+ color: #fff;
195
+ border-radius: 18px;
196
+ padding: 28px;
197
+ display: flex;
198
+ align-items: center;
199
+ gap: 20px;
200
+ box-shadow: 0 8px 20px rgba(0,0,0,0.3);
201
+ }
202
+ .snackbar-text { font-size: 34px; line-height: 1.25; }
203
+ .snackbar-close {
204
+ margin-left: auto;
205
+ width: 44px; height: 44px;
206
+ border-radius: 50%;
207
+ border: 1px solid #444;
208
+ display: flex; align-items: center; justify-content: center;
209
+ background: rgba(255,255,255,0.06);
210
+ }
211
+ .snackbar-close svg { width: 26px; height: 26px; fill: #fff; }
212
+
213
+ /* Bottom nav */
214
+ .bottom-nav {
215
+ position: absolute; left: 0; right: 0; bottom: 0;
216
+ height: 160px; background: #fff; border-top: 1px solid #e8e8e8;
217
+ display: flex; justify-content: space-around; align-items: center;
218
+ padding-bottom: 18px;
219
+ }
220
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 10px; color: #4a4a4a; font-size: 26px; }
221
+ .nav-item.active { color: #1976d2; }
222
+ .nav-item svg { width: 48px; height: 48px; fill: currentColor; }
223
+
224
+ /* iOS-like handle */
225
+ .handle {
226
+ position: absolute; bottom: 162px; left: 50%; transform: translateX(-50%);
227
+ width: 360px; height: 10px; background: #222; opacity: 0.2; border-radius: 6px;
228
+ }
229
+ </style>
230
+ </head>
231
+ <body>
232
+ <div id="render-target">
233
+
234
+ <!-- Status bar -->
235
+ <div class="status-bar">
236
+ <div>2:00</div>
237
+ <div class="status-icons">
238
+ <span class="icon-small" title="network">
239
+ <svg viewBox="0 0 24 24"><path d="M2 18h2v2H2v-2zm4-4h2v6H6v-6zm4-4h2v10h-2V10zm4-4h2v14h-2V6zm4-2h2v16h-2V4z"/></svg>
240
+ </span>
241
+ <span class="icon-small" title="battery">
242
+ <svg viewBox="0 0 24 24"><path d="M16 7H3c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h13c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2zm5 3v4h-2V10h2z"/></svg>
243
+ </span>
244
+ </div>
245
+ </div>
246
+
247
+ <!-- Header -->
248
+ <div class="header">
249
+ <div class="brand-row">
250
+ <div class="fk-logo">
251
+ <div class="bag">F</div>
252
+ Flipkart
253
+ </div>
254
+ </div>
255
+ <div class="search-row">
256
+ <div class="brand-mall">
257
+ <div class="bm-title">Brand Mall</div>
258
+ <div class="toggle">
259
+ <div class="knob"></div>
260
+ </div>
261
+ </div>
262
+ <div class="searchbox">
263
+ <span class="search-ico">
264
+ <svg viewBox="0 0 24 24"><path d="M15.5 14h-.8l-.3-.3a6.5 6.5 0 10-.7.7l.3.3v.8l5 5 1.5-1.5-5-5zm-6 0A4.5 4.5 0 1114 9.5 4.5 4.5 0 019.5 14z"/></svg>
265
+ </span>
266
+ <input type="text" placeholder="Search for products">
267
+ <div class="divider"></div>
268
+ <span class="search-ico" title="mic">
269
+ <svg viewBox="0 0 24 24"><path d="M12 14a3 3 0 003-3V6a3 3 0 10-6 0v5a3 3 0 003 3zm5-3a5 5 0 01-10 0H5a7 7 0 0014 0h-2zM11 19h2v3h-2z"/></svg>
270
+ </span>
271
+ <span class="search-ico" title="camera">
272
+ <svg viewBox="0 0 24 24"><path d="M4 7h3l1.5-2h7L17 7h3a2 2 0 012 2v9a2 2 0 01-2 2H4a2 2 0 01-2-2V9a2 2 0 012-2zm8 3a5 5 0 100 10 5 5 0 000-10zm0 2.5a2.5 2.5 0 110 5 2.5 2.5 0 010-5z"/></svg>
273
+ </span>
274
+ </div>
275
+ </div>
276
+ </div>
277
+
278
+ <!-- Hero banner -->
279
+ <div class="hero">
280
+ <div class="banner">[IMG: OPPO Reno10 Pro 5G Launch Banner]</div>
281
+ </div>
282
+
283
+ <!-- Feature icons -->
284
+ <div class="feature-icons">
285
+ <div class="feature-item">
286
+ <div class="circle">
287
+ <svg viewBox="0 0 24 24"><path d="M11 21l1-7H8l5-11-1 7h4l-5 11z"/></svg>
288
+ </div>
289
+ <div class="feat-label">SuperCoin</div>
290
+ </div>
291
+ <div class="feature-item">
292
+ <div class="circle">
293
+ <svg viewBox="0 0 24 24"><path d="M12 21s-6-4.35-6-9a6 6 0 1112 0c0 4.65-6 9-6 9zm0-12a3 3 0 100 6 3 3 0 000-6z"/></svg>
294
+ </div>
295
+ <div class="feat-label">NextGen Brands</div>
296
+ </div>
297
+ <div class="feature-item">
298
+ <div class="circle">
299
+ <svg viewBox="0 0 24 24"><path d="M21 7H3V5h18v2zM3 9h18v10H3V9zm4 2h6v2H7v-2z"/></svg>
300
+ </div>
301
+ <div class="feat-label">Money+</div>
302
+ </div>
303
+ <div class="feature-item">
304
+ <div class="circle">
305
+ <svg viewBox="0 0 24 24"><path d="M8 5v14l11-7z"/></svg>
306
+ </div>
307
+ <div class="feat-label">LiveShop+</div>
308
+ </div>
309
+ <div class="feature-item">
310
+ <div class="circle">
311
+ <svg viewBox="0 0 24 24"><path d="M6 8h12a3 3 0 013 3v2a3 3 0 01-3 3h-1l-2-2h-6l-2 2H6a3 3 0 01-3-3v-2a3 3 0 013-3zm9 3h2v2h-2v-2z"/></svg>
312
+ </div>
313
+ <div class="feat-label">Game Zone</div>
314
+ </div>
315
+ </div>
316
+
317
+ <!-- Deals cards -->
318
+ <div class="cards-row">
319
+ <div class="card">
320
+ <div class="card-img">[IMG: Curtain Raiser Deals Banner]</div>
321
+ <div class="card-body">
322
+ <div class="card-title">Best Prices of Sale</div>
323
+ <div class="card-sub">Live Now!</div>
324
+ </div>
325
+ </div>
326
+ <div class="card">
327
+ <div class="card-img">[IMG: 1.95 inch BT Calling Watch]</div>
328
+ <div class="card-body">
329
+ <div class="card-title">1.95" | BT Calling</div>
330
+ <div class="price-row"><span class="strike">₹4,999</span> ₹1,499</div>
331
+ </div>
332
+ </div>
333
+ <div class="card">
334
+ <div class="card-img">[IMG: Wireless Earbuds]</div>
335
+ <div class="card-body">
336
+ <div class="card-title">Biggest Price Drop</div>
337
+ <div class="price-row"><span class="strike">₹5,499</span> ₹999</div>
338
+ </div>
339
+ </div>
340
+ </div>
341
+
342
+ <!-- Blue section -->
343
+ <div class="season">
344
+ <div class="season-title">End of Season Bestsellers</div>
345
+ </div>
346
+ <div class="season-grid">
347
+ <div class="season-card">
348
+ <div class="season-img">[IMG: White Sneakers Lifestyle Shot]</div>
349
+ </div>
350
+ <div class="season-card">
351
+ <div class="season-img">[IMG: Flip-flops & Sandals Assortment]</div>
352
+ </div>
353
+ </div>
354
+
355
+ <!-- Snackbar -->
356
+ <div class="snackbar">
357
+ <div class="snackbar-text">For easy access, we've moved your Account, Cart, and Categories here</div>
358
+ <div class="snackbar-close">
359
+ <svg viewBox="0 0 24 24"><path d="M18.3 5.7L12 12l6.3 6.3-1.4 1.4L10.6 13.4 4.3 19.7 2.9 18.3 9.2 12 2.9 5.7 4.3 4.3l6.3 6.3 6.3-6.3z"/></svg>
360
+ </div>
361
+ </div>
362
+
363
+ <!-- Handle -->
364
+ <div class="handle"></div>
365
+
366
+ <!-- Bottom navigation -->
367
+ <div class="bottom-nav">
368
+ <div class="nav-item active">
369
+ <svg viewBox="0 0 24 24"><path d="M12 3l9 8h-3v9h-5v-6H11v6H6v-9H3l9-8z"/></svg>
370
+ <div>Home</div>
371
+ </div>
372
+ <div class="nav-item">
373
+ <svg viewBox="0 0 24 24"><path d="M3 3h8v8H3V3zm10 0h8v8h-8V3zM3 13h8v8H3v-8zm10 0h8v8h-8v-8z"/></svg>
374
+ <div>Categories</div>
375
+ </div>
376
+ <div class="nav-item">
377
+ <svg viewBox="0 0 24 24"><path d="M12 22a2 2 0 002-2H10a2 2 0 002 2zM18 16v-5a6 6 0 10-12 0v5l-2 2v1h16v-1l-2-2z"/></svg>
378
+ <div>Notifications</div>
379
+ </div>
380
+ <div class="nav-item">
381
+ <svg viewBox="0 0 24 24"><path d="M12 12a5 5 0 100-10 5 5 0 000 10zm0 2c-4.4 0-8 2.2-8 5v3h16v-3c0-2.8-3.6-5-8-5z"/></svg>
382
+ <div>Account</div>
383
+ </div>
384
+ <div class="nav-item">
385
+ <svg viewBox="0 0 24 24"><path d="M7 6h14l-2 9H9L7 6zM6 6H3V4h3v2zm3 16a2 2 0 110-4 2 2 0 010 4zm8 0a2 2 0 110-4 2 2 0 010 4z"/></svg>
386
+ <div>Cart</div>
387
+ </div>
388
+ </div>
389
+
390
+ </div>
391
+ </body>
392
+ </html>
code/12022/12022_3.html ADDED
@@ -0,0 +1,269 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Mobile UI Mock</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, sans-serif; }
7
+ #render-target {
8
+ width: 1080px; height: 2400px;
9
+ position: relative; overflow: hidden;
10
+ background: #ffffff; color: #222;
11
+ }
12
+
13
+ /* Status bar */
14
+ .status-bar {
15
+ position: absolute; top: 0; left: 0; right: 0;
16
+ height: 100px;
17
+ background: #fff;
18
+ display: flex; align-items: center; justify-content: space-between;
19
+ padding: 0 36px;
20
+ font-size: 38px; color: #2c2c2c;
21
+ }
22
+ .status-icons { display: flex; gap: 24px; align-items: center; }
23
+ .icon {
24
+ width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center;
25
+ }
26
+ .icon svg { width: 42px; height: 42px; fill: #4a4a4a; }
27
+
28
+ /* Search bar */
29
+ .search-area {
30
+ position: absolute; top: 110px; left: 0; right: 0;
31
+ padding: 24px 36px;
32
+ }
33
+ .search-bar {
34
+ height: 110px; border: 1px solid #d9dde3; border-radius: 55px;
35
+ display: flex; align-items: center; padding: 0 28px;
36
+ box-shadow: 0 2px 0 rgba(0,0,0,0.02);
37
+ }
38
+ .search-input {
39
+ flex: 1; color: #7a7a7a; font-size: 40px;
40
+ }
41
+ .search-icons { display: flex; gap: 26px; align-items: center; }
42
+ .search-icons .icon svg { fill: #4b4b4b; }
43
+
44
+ /* Upload image section */
45
+ .upload-section {
46
+ margin-top: 24px;
47
+ background: #f3f7ff;
48
+ border-radius: 24px;
49
+ padding: 32px;
50
+ border: 1px solid #e4e9f6;
51
+ }
52
+ .upload-title { font-size: 40px; font-weight: 700; color: #222; margin-bottom: 28px; }
53
+ .upload-actions { display: flex; gap: 26px; }
54
+ .pill-btn {
55
+ height: 110px; padding: 0 36px; border-radius: 28px; border: 1px solid #d9dde3;
56
+ background: #fff; color: #1a66ff; font-size: 40px; font-weight: 700;
57
+ display: inline-flex; align-items: center; gap: 22px;
58
+ }
59
+ .pill-btn .icon svg { fill: #1a66ff; }
60
+
61
+ /* Popular section */
62
+ .content {
63
+ position: absolute; top: 520px; left: 0; right: 0;
64
+ padding: 0 36px;
65
+ }
66
+ .section-title { font-size: 46px; font-weight: 800; margin-bottom: 22px; }
67
+ .grid {
68
+ display: grid;
69
+ grid-template-columns: repeat(3, 1fr);
70
+ gap: 28px;
71
+ }
72
+ .card {
73
+ border: 1px solid #e0e0e0; border-radius: 20px;
74
+ padding: 18px; background: #fff;
75
+ }
76
+ .card-img {
77
+ height: 260px; background: #E0E0E0; border: 1px solid #BDBDBD;
78
+ border-radius: 16px;
79
+ display: flex; align-items: center; justify-content: center;
80
+ color: #757575; font-size: 34px; text-align: center; padding: 10px;
81
+ }
82
+ .card-title { font-size: 40px; font-weight: 800; margin-top: 18px; }
83
+ .card-sub { font-size: 32px; color: #7e7e7e; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
84
+
85
+ /* Keyboard overlay */
86
+ .keyboard {
87
+ position: absolute; left: 0; right: 0; bottom: 0;
88
+ height: 980px; background: #1c1c1f; color: #eee;
89
+ border-top-left-radius: 26px; border-top-right-radius: 26px;
90
+ box-shadow: 0 -6px 16px rgba(0,0,0,0.25);
91
+ }
92
+ .kb-top {
93
+ height: 120px; display: flex; align-items: center; gap: 36px; padding: 0 36px;
94
+ }
95
+ .kb-top .chip {
96
+ width: 96px; height: 96px; border-radius: 22px; background: #2a2a30;
97
+ display: flex; align-items: center; justify-content: center;
98
+ border: 1px solid #333;
99
+ }
100
+ .kb-top .chip svg { width: 52px; height: 52px; fill: #cfcfcf; }
101
+
102
+ .kb-keys {
103
+ padding: 10px 24px 0;
104
+ display: grid; gap: 16px;
105
+ grid-template-rows: repeat(3, 1fr);
106
+ height: 720px;
107
+ }
108
+ .row { display: grid; gap: 16px; }
109
+ .row1 { grid-template-columns: repeat(10, 1fr); }
110
+ .row2 { grid-template-columns: repeat(9, 1fr); }
111
+ .row3 { grid-template-columns: 1.6fr repeat(7, 1fr) 1.6fr; }
112
+ .key {
113
+ background: #2a2a30; border: 1px solid #3a3a40; border-radius: 18px;
114
+ display: flex; align-items: center; justify-content: center;
115
+ font-size: 44px; color: #fff; height: 150px;
116
+ }
117
+ .space-row {
118
+ display: grid; grid-template-columns: 1.1fr 1.1fr 4fr 1.1fr 1.6fr;
119
+ gap: 16px; padding: 12px 24px;
120
+ }
121
+ .space { height: 140px; border-radius: 22px; background: #2a2a30; border: 1px solid #3a3a40; }
122
+ .enter {
123
+ height: 140px; border-radius: 26px; background: #cfe2ff; color: #0a3a8f;
124
+ display: flex; align-items: center; justify-content: center; font-size: 52px; font-weight: 800;
125
+ border: 1px solid #a9c7ff;
126
+ }
127
+
128
+ /* Home gesture bar */
129
+ .home-bar {
130
+ position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
131
+ width: 520px; height: 12px; border-radius: 12px; background: #d7d7db;
132
+ opacity: 0.6;
133
+ }
134
+ </style>
135
+ </head>
136
+ <body>
137
+ <div id="render-target">
138
+
139
+ <!-- Status Bar -->
140
+ <div class="status-bar">
141
+ <div>2:01</div>
142
+ <div class="status-icons">
143
+ <div class="icon">
144
+ <svg viewBox="0 0 24 24"><path d="M12 2a10 10 0 100 20 10 10 0 000-20zm0 3a7 7 0 110 14 7 7 0 010-14z"/></svg>
145
+ </div>
146
+ <div class="icon">
147
+ <svg viewBox="0 0 24 24"><path d="M12 4l8 4v8l-8 4-8-4V8l8-4zm0 2.5L6 8.7v6.6l6 2.2 6-2.2V8.7L12 6.5z"/></svg>
148
+ </div>
149
+ </div>
150
+ </div>
151
+
152
+ <!-- Search Area -->
153
+ <div class="search-area">
154
+ <div class="search-bar">
155
+ <div class="icon">
156
+ <svg viewBox="0 0 24 24"><path d="M10 2a8 8 0 105.3 14.1l4.1 4.1 1.4-1.4-4.1-4.1A8 8 0 0010 2zm0 2a6 6 0 110 12 6 6 0 010-12z"/></svg>
157
+ </div>
158
+ <div class="search-input">Search for Products, Brands and More</div>
159
+ <div class="search-icons">
160
+ <div class="icon">
161
+ <svg viewBox="0 0 24 24"><path d="M12 3a3 3 0 013 3v6a3 3 0 01-6 0V6a3 3 0 013-3zm-6 8h2a4 4 0 108 0h2a6 6 0 01-6 6v3h-2v-3a6 6 0 01-6-6z"/></svg>
162
+ </div>
163
+ <div class="icon">
164
+ <svg viewBox="0 0 24 24"><path d="M4 5h4l2-2h4l2 2h4v14H4V5zm2 2v10h12V7h-2.6l-1.7-1.7h-4.4L6.6 7H6z"/></svg>
165
+ </div>
166
+ </div>
167
+ </div>
168
+
169
+ <div class="upload-section">
170
+ <div class="upload-title">Upload an image to search for similar products</div>
171
+ <div class="upload-actions">
172
+ <div class="pill-btn">
173
+ <div class="icon">
174
+ <svg viewBox="0 0 24 24"><path d="M4 7h4l2-2h4l2 2h4v12H4V7zm8 3a4 4 0 100 8 4 4 0 000-8z"/></svg>
175
+ </div>
176
+ <span>Take a photo</span>
177
+ </div>
178
+ <div class="pill-btn">
179
+ <div class="icon">
180
+ <svg viewBox="0 0 24 24"><path d="M4 5h16v14H4V5zm3 2v10h10V7H7zm2 2h6v6H9V9z"/></svg>
181
+ </div>
182
+ <span>Choose from gallery</span>
183
+ </div>
184
+ </div>
185
+ </div>
186
+ </div>
187
+
188
+ <!-- Content Section -->
189
+ <div class="content">
190
+ <div class="section-title">Popular Products</div>
191
+ <div class="grid">
192
+ <!-- Card 1 -->
193
+ <div class="card">
194
+ <div class="card-img">[IMG: boAt Airdopes Black]</div>
195
+ <div class="card-title">boAt</div>
196
+ <div class="card-sub">boAt Airdopes...</div>
197
+ </div>
198
+ <!-- Card 2 -->
199
+ <div class="card">
200
+ <div class="card-img">[IMG: MOTOROLA moto g phone]</div>
201
+ <div class="card-title">MOTOROLA</div>
202
+ <div class="card-sub">MOTOROLA G...</div>
203
+ </div>
204
+ <!-- Card 3 -->
205
+ <div class="card">
206
+ <div class="card-img">[IMG: boAt Earbuds Black]</div>
207
+ <div class="card-title">boAt</div>
208
+ <div class="card-sub">boAt Airdopes...</div>
209
+ </div>
210
+
211
+ <!-- Card 4 -->
212
+ <div class="card">
213
+ <div class="card-img">[IMG: POCO C55 Blue Phone]</div>
214
+ <div class="card-title">POCO C55</div>
215
+ <div class="card-sub">Blue variant</div>
216
+ </div>
217
+ <!-- Card 5 -->
218
+ <div class="card">
219
+ <div class="card-img">[IMG: Neckband Earphones]</div>
220
+ <div class="card-title">Ubon</div>
221
+ <div class="card-sub">Wireless Neckband</div>
222
+ </div>
223
+ <!-- Card 6 -->
224
+ <div class="card">
225
+ <div class="card-img">[IMG: POCO C55 Green Phone]</div>
226
+ <div class="card-title">POCO C55</div>
227
+ <div class="card-sub">Green variant</div>
228
+ </div>
229
+ </div>
230
+ </div>
231
+
232
+ <!-- Keyboard Overlay -->
233
+ <div class="keyboard">
234
+ <div class="kb-top">
235
+ <div class="chip"><svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9"/></svg></div>
236
+ <div class="chip"><svg viewBox="0 0 24 24"><path d="M4 12h16v2H4zm0-6h16v2H4zm0 12h10v2H4z"/></svg></div>
237
+ <div class="chip"><svg viewBox="0 0 24 24"><path d="M12 2l6 6-6 6-6-6 6-6zm0 14l6 6H6l6-6z"/></svg></div>
238
+ <div class="chip"><svg viewBox="0 0 24 24"><path d="M3 4h18v2H3zm0 7h18v2H3zm0 7h18v2H3z"/></svg></div>
239
+ <div class="chip"><svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/></svg></div>
240
+ <div class="chip"><svg viewBox="0 0 24 24"><path d="M12 3a3 3 0 013 3v6a3 3 0 01-6 0V6a3 3 0 013-3zM6 11h2a4 4 0 108 0h2a6 6 0 01-6 6v3h-2v-3a6 6 0 01-6-6z"/></svg></div>
241
+ </div>
242
+
243
+ <div class="kb-keys">
244
+ <div class="row row1">
245
+ <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>
246
+ </div>
247
+ <div class="row row2">
248
+ <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>
249
+ </div>
250
+ <div class="row row3">
251
+ <div class="key">⇧</div>
252
+ <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>
253
+ <div class="key">⌫</div>
254
+ </div>
255
+ </div>
256
+
257
+ <div class="space-row">
258
+ <div class="space key">?123</div>
259
+ <div class="space key">,</div>
260
+ <div class="space key"></div>
261
+ <div class="space key">.</div>
262
+ <div class="enter">✓</div>
263
+ </div>
264
+ </div>
265
+
266
+ <div class="home-bar"></div>
267
+ </div>
268
+ </body>
269
+ </html>